:root {
  --accent-1: #ea1d24;
  --white: white;
  --primary: #575759;
  --primary-dark: #222;
  --accent-1-light: #6f0004;
  --accent-1-dark: #6f0004;
  --border: #53060b4d;
  --darkborder: #201c1d;
  --neutral-light: #a1a1a1;
  --primary-light: #bdbec2;
  --neutral: #333;
  --error: #d30000;
  --neutral-extra-light: #e1e1e1;
  --positive: #00c000;
  --positive-light: #c5ffc5;
  --positive-dark: #007500;
  --warning: #ffc800;
  --warning-light: #ffefb5;
  --warning-dark: #b48d00;
  --error-light: #ffd9d9;
  --error-dark: #920000;
  --button-hover: #f8f1d1;
  --svg-color: #57565a;
  --svg-stroke: #ff6f73;
}

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

.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;
}

body {
  background-color: var(--accent-1);
  color: var(--white);
  font-family: Source Sans Pro, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Anton, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 64px;
}

h2 {
  letter-spacing: -1px;
  text-shadow: 0 1px 1px #0003;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Anton, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 48px;
}

h3 {
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Archivo Black, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h4 {
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Archivo Black, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

h5 {
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Archivo Black, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

h6 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Archivo Black, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

p {
  max-width: 960px;
  margin-bottom: 16px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

a {
  border-bottom: 2px solid var(--primary);
  color: var(--primary-dark);
  text-decoration: none;
  transition: all .6s cubic-bezier(.215, .61, .355, 1);
}

a:hover {
  color: var(--primary);
  background-color: #0000;
}

a:active {
  color: var(--primary);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 16px;
  padding-left: 40px;
}

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

label {
  margin-bottom: 8px;
  font-family: Archivo Black, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  display: block;
}

blockquote {
  color: var(--primary-dark);
  background-color: #f7570633;
  border-left: 1px #000;
  border-radius: 8px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 24px 32px;
  font-family: Archivo Black, sans-serif;
  font-size: 24px;
  line-height: 28px;
}

.section {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 64px 24px;
  display: flex;
  overflow: hidden;
}

.section.white {
  background-color: #fff;
  background-image: linear-gradient(#ffffffe0, #ffffffe0), url('../images/Grouxzzxc7.svg');
  background-position: 0 0, 0 0;
  background-size: auto, contain;
}

.section.white._2nd {
  background-image: url('../images/Gzxroup-7.svg');
  background-position: 0 0;
  background-size: contain;
  overflow: visible;
}

.section.lined {
  z-index: 0;
  background-image: none;
  position: relative;
  overflow: visible;
}

.section.marks {
  background-color: var(--accent-1);
}

.section.marks.nohidden {
  overflow: visible;
}

.container {
  z-index: 2;
  flex-direction: column;
  flex: 1;
  width: 100%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.container.padding {
  padding-top: 38px;
}

.section_row {
  z-index: 2;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.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;
}

.section_col.align--middle {
  color: var(--accent-1-light);
  justify-content: center;
  align-items: center;
}

.section_col.mobile {
  display: none;
}

.text--large {
  text-shadow: 0 1px #000;
  margin-bottom: 8px;
  font-size: 25px;
  line-height: 24px;
}

.button {
  border-style: solid;
  border-width: 1px 1px 4px;
  border-color: var(--accent-1-dark);
  background-color: var(--primary-dark);
  box-shadow: 3px 4px 0 0 var(--primary);
  color: var(--white);
  text-align: center;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 0 24px;
  font-family: Archivo Black, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  transition: box-shadow .45s, border-color .2s, transform .2s, background-color .2s, color .2s;
  display: flex;
}

.button:hover {
  background-color: var(--primary-dark);
  box-shadow: 0 0 0 0 var(--primary);
  color: var(--white);
  transform: translate(0, -2px);
}

.form_input {
  border: 1px solid var(--border);
  background-color: var(--white);
  border-radius: 0;
  height: 48px;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 25px 16px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.form_input.description {
  height: 99px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 59px;
}

.form_input._30 {
  width: 30%;
}

.form_wrapper {
  width: 100%;
}

.form_success {
  background-color: var(--darkborder);
  text-align: center;
}

.form_error {
  background-color: var(--neutral-light);
  text-align: center;
}

.header {
  z-index: 1000;
  background-color: var(--accent-1);
  filter: drop-shadow(0 2px 2px #000000b3);
  width: 100%;
  height: 80px;
  padding: 16px 24px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_brand {
  border-bottom-style: none;
  align-items: center;
  width: 100px;
  height: 48px;
  display: flex;
}

.nav_brand:hover {
  background-color: #0000;
}

.nav_menu {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 24px;
  font-family: Anton, sans-serif;
  display: flex;
}

.nav_toggle {
  border-bottom-style: none;
  justify-content: center;
  align-items: center;
  display: none;
}

.nav_link {
  color: var(--white);
  white-space: nowrap;
  background-color: #0000;
  border-bottom-style: none;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 48px;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.nav_link:hover {
  background-color: var(--white);
  color: var(--accent-1);
  box-shadow: 0 2px 4px #53060b14;
}

.nav_link:active {
  color: var(--primary);
}

.nav_link.not {
  opacity: .41;
}

.nav_link.mobile-only {
  display: none;
}

.nav_logo {
  object-fit: contain;
  width: auto;
  height: auto;
  padding-left: 22px;
  padding-right: 22px;
}

.nav_cta {
  border-style: solid;
  border-width: 1px 1px 4px;
  border-color: var(--primary-dark);
  background-color: var(--white);
  color: var(--accent-1-dark);
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  height: 48px;
  margin-left: 16px;
  padding: 8px 16px;
  font-family: Archivo Black, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: border-color .2s, transform .2s, background-color .2s, color .2s;
  display: flex;
}

.nav_cta:hover {
  background-color: var(--neutral);
  color: var(--white);
  transform: translate(0, -2px);
}

.nav_cta.phone {
  background-color: var(--neutral);
  color: var(--white);
}

.nav_cta.phone:hover {
  background-color: var(--accent-1);
}

.icon--small {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  font-family: "Font awesome 5 free solid", sans-serif;
  font-size: 16px;
  line-height: 16px;
  display: flex;
}

.icon--large {
  filter: drop-shadow(0 2px 2px #000000b3);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  font-family: "Font awesome 5 free solid", sans-serif;
  font-size: 24px;
  line-height: 24px;
  display: flex;
}

.icon--large.small {
  width: 50px;
  height: 50px;
}

.button_icon--right {
  margin-left: 8px;
}

.button_icon--left {
  margin-right: 8px;
}

.nav_toggle-icon--open {
  border-radius: 8px;
  width: 48px;
  height: 48px;
}

.dropdown {
  position: relative;
}

.dropdown_toggle {
  white-space: nowrap;
  background-color: #0000;
  border-bottom-style: none;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  height: 48px;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.dropdown_toggle:hover {
  background-color: var(--white);
  color: var(--primary);
  box-shadow: 0 2px 4px #53060b14;
}

.dropdown_toggle:active {
  color: var(--primary);
}

.card--light {
  background-color: var(--accent-1);
  box-shadow: inset 0 0 0 12px var(--accent-1), inset 0 0 0 15px var(--white), 0 2px 4px 0 #53060b14;
  color: var(--white);
  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;
}

.card--light.servicespricing {
  background-color: var(--primary-dark);
  justify-content: center;
  align-items: center;
  height: 498px;
}

.card--light.larger {
  height: 400px;
}

.card--light.home {
  border-width: 2px;
  border-color: var(--darkborder);
  background-color: var(--accent-1);
}

.card--light.home.small {
  box-shadow: inset 0 0 0 12px var(--accent-1), inset 0 0 0 15px var(--white), 0 2px 4px 0 #53060b14;
}

.card_image {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
}

.image--cover {
  object-fit: cover;
}

.tag {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.tag.font--white {
  color: var(--white);
  padding-top: 22px;
}

.tag.blue {
  color: var(--accent-1);
  background-color: #fff;
}

.card--cta {
  border: 2px solid var(--darkborder);
  background-color: var(--accent-1);
  box-shadow: inset 0 0 0 5px var(--accent-1), inset 0 0 0 9px var(--white), 0 4px 20px 1px var(--primary-dark), 0 2px 10px 0 #0003;
  color: var(--white);
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 64px;
  display: flex;
  position: relative;
}

.card--cta.popup {
  box-shadow: none;
  border-style: none;
  justify-content: flex-start;
  align-items: center;
  width: 97%;
  height: 90vh;
  margin-top: 14px;
  margin-left: 7px;
  padding-top: 116px;
  padding-bottom: 27px;
  display: flex;
  overflow: scroll;
}

.card {
  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.align--center {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
}

.card.blue {
  color: var(--accent-1-light);
}

.section--hero {
  background-color: var(--primary-light);
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 80px;
  padding: 40px 24px;
  display: flex;
  overflow: hidden;
}

.section--hero.hero-style--full {
  background-color: #ffd41c00;
  justify-content: center;
  min-height: 700px;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 64px;
  position: relative;
}

.section--hero.hero-style--full.hider {
  display: none;
}

.nav_highlight {
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.card_video {
  z-index: 1;
  border-bottom-style: none;
  border-radius: 8px;
  width: 100%;
  max-width: 800px;
  height: 400px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  transition: box-shadow .2s, background-color .2s, color .2s;
  position: relative;
  overflow: hidden;
}

.video_playbutton {
  background-color: var(--accent-1);
  color: var(--primary-dark);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  margin-left: auto;
  margin-right: auto;
  transition: background-color .2s;
  display: flex;
  box-shadow: 0 0 50px 30px #00000080;
}

.video_playbutton:hover {
  background-color: var(--accent-1-light);
}

.video_playbutton.hider {
  display: none;
}

.video_overlay {
  background-color: #0000001a;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.social_link {
  color: var(--accent-1-dark);
  background-color: #fff;
  border-bottom-style: none;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 8px;
  font-family: "Font awesome 5 brands", sans-serif;
  font-size: 16px;
  line-height: 16px;
  display: flex;
}

.social_link:hover {
  background-color: var(--white);
  color: var(--primary);
  box-shadow: 0 2px 4px #53060b14;
}

.social_link:active {
  color: var(--primary);
}

.nav_mobile {
  justify-content: flex-start;
  display: flex;
}

.footer {
  background-color: var(--accent-1);
  flex-direction: column;
  width: 100%;
  padding-bottom: 80px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.footer_row {
  border-top: 1px none var(--border);
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 24px;
  display: flex;
}

.footer_main-col {
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  max-width: 50%;
  padding-right: 100px;
  display: flex;
}

.footer_social {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.grid--4col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start center;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.card_footer {
  width: 100%;
  margin-top: 16px;
  display: flex;
}

.card_footer.align--center {
  justify-content: center;
}

.card_footer.no-footer {
  margin-top: 0;
}

.footer_slogan {
  margin-right: auto;
  font-family: Archivo Black, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.footer_container {
  flex-direction: column;
  flex: 1;
  width: 100%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

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

.form_col.align--center {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  text-align: center;
  align-items: stretch;
}

.text--feature {
  color: var(--white);
  text-shadow: 0 1px #000000a8;
  margin-bottom: 8px;
  font-family: Archivo Black, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 10px;
}

.icon--medium {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-family: "Font awesome 5 free solid", sans-serif;
  font-size: 24px;
  line-height: 24px;
  display: flex;
}

.card_icon {
  color: var(--primary);
  margin-bottom: 16px;
}

.grid--2col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.card--sticky {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 960px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  display: flex;
  position: sticky;
  top: 120px;
}

.card--sticky.red {
  border: 1px solid var(--white);
  background-color: var(--primary-dark);
  box-shadow: inset 0 0 0 4px var(--primary-dark), inset 0 0 0 6px var(--white);
  border-radius: 20px;
  padding-top: 66px;
  padding-bottom: 66px;
}

.pricing_card {
  background-color: var(--white);
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  display: flex;
  box-shadow: 0 2px 4px #53060b14;
}

.faq_toggle {
  border-bottom-style: none;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 48px;
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.faq_toggle:hover {
  background-color: var(--white);
  color: var(--primary);
}

.faq_toggle:active {
  color: var(--primary);
}

.blog_post-link {
  color: var(--primary-dark);
  border: 1px #000;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog_post-image {
  border-radius: 8px;
  width: 100%;
  height: 200px;
  margin-bottom: 16px;
  overflow: hidden;
}

.container--dark {
  background-color: var(--primary-dark);
  color: var(--white);
  border-radius: 8px;
  flex-direction: column;
  flex: 1;
  width: 100%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog_latest {
  border-bottom-style: none;
  border-radius: 8px;
  flex-direction: row;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.blog_latest-image {
  border-radius: 8px;
  flex: 0 auto;
  width: 40%;
  position: relative;
  overflow: hidden;
}

.user {
  flex-direction: row;
  display: flex;
}

.user_photo {
  border: 2px solid var(--primary);
  background-color: var(--primary);
  object-fit: cover;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  margin-right: 16px;
  display: none;
  overflow: hidden;
}

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

.user_name {
  text-transform: capitalize;
  font-family: Archivo Black, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.user_role {
  font-size: 16px;
  line-height: 20px;
}

.nav_contact {
  color: var(--primary-dark);
  white-space: nowrap;
  border-bottom-style: none;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 48px;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.nav_contact:hover {
  color: var(--primary);
  box-shadow: 0 2px 4px #53060b14;
}

.nav_contact:active {
  color: var(--primary);
}

.card--hero {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 24px;
  display: flex;
  position: relative;
}

.card--hero.align--center {
  text-align: center;
  align-items: center;
  max-width: 1100px;
}

.card_icon--white {
  background-color: var(--white);
  color: var(--primary);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 16px;
  display: flex;
  box-shadow: 0 2px 4px #00000014;
}

.hero_subtext {
  color: var(--white);
  max-width: 600px;
  margin-bottom: 24px;
}

.floater {
  width: 25%;
  max-width: 200px;
  position: absolute;
  inset: auto 0% 0% auto;
  transform: perspective(1000px);
}

.floater.position--highlight-top-left {
  inset: -4% auto auto -4%;
}

.floater.position--highlight-top-left.righjt {
  inset: 0% 0% auto auto;
}

.card--highlight {
  border: 4px none var(--darkborder);
  background-color: var(--primary-light);
  box-shadow: inset 0 0 0 4px var(--primary-light), inset 0 0 0 8px var(--white);
  border-radius: 0;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  display: flex;
  position: relative;
}

.card--highlight.hours {
  background-color: var(--primary-light);
  box-shadow: inset 0 0 0 4px var(--primary-light), inset 0 0 0 8px var(--white);
  padding-left: 79px;
  padding-right: 79px;
  transform: none;
}

.highlight_image {
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: auto;
  max-height: 570px;
  display: flex;
  overflow: hidden;
}

.highlight_image.hours {
  color: var(--primary-dark);
  width: 401px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.cta_heading {
  max-width: 960px;
  margin-bottom: 24px;
}

.hero_row {
  flex: 1;
  display: flex;
}

.hero_float-gallery {
  z-index: 0;
  opacity: 1;
  filter: blur();
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: stretch center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.float--pulse-01 {
  justify-content: center;
  align-items: center;
  width: 80%;
  max-height: 240px;
  display: flex;
  overflow: hidden;
}

.float-gallery_col {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  display: flex;
  transform: perspective(1000px);
}

.float-gallery_col.hider {
  display: none;
}

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

.float--pulse-02, .float--pulse-03 {
  justify-content: center;
  align-items: center;
  width: 80%;
  max-height: 240px;
  display: flex;
  overflow: hidden;
}

.image--contain {
  object-fit: contain;
  height: auto;
}

.section--cta {
  background-color: var(--primary-light);
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 600px;
  padding: 64px 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section--cta.marks {
  background-image: url('../images/Grouxzzxc7.svg'), linear-gradient(#fff, #fff);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.section--sticky {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 64px 24px;
  display: flex;
  overflow: visible;
}

.section--sticky.hider {
  display: none;
}

.section--sticky.lined {
  background-image: linear-gradient(180deg, #0000 76%, var(--primary) 93%);
}

.cg--about_min {
  color: #a1a1a1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-top: 4px;
  margin-right: 4px;
  font-family: "Font awesome 5 free solid", sans-serif;
  font-size: 20px;
  font-weight: 400;
  transition: color .2s;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.cg--about_min:hover {
  color: #ff6464;
}

.cg--about-prompt {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border: 3px solid var(--white);
  background-color: var(--accent-1);
  box-shadow: 0 2px 20px -1px var(--primary-dark), inset 0 2px 5px 0 var(--accent-1-dark);
  cursor: pointer;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 216px;
  height: auto;
  padding: 16px 0;
  font-family: Merriweather, serif;
  font-size: 14px;
  line-height: 20px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
  transform: skew(-5deg);
}

.cg--about_plus {
  color: #ff6464;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  font-family: "Font awesome 5 free solid", sans-serif;
  font-size: 18px;
  display: flex;
}

.cg--about_container {
  flex-direction: column;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.cg--about_min-2 {
  z-index: 8;
  background-color: var(--primary-dark);
  color: var(--accent-1);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-top: 4px;
  margin-right: 4px;
  font-family: "Font awesome 5 free solid", sans-serif;
  font-size: 20px;
  font-weight: 400;
  transition: color .2s;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.cg--about_min-2:hover {
  color: var(--accent-1-light);
}

.cg--about-bar {
  background-color: #fff;
  border-radius: 8px;
  width: 539px;
  height: auto;
  padding: 16px;
  font-family: Merriweather, serif;
  font-size: 14px;
  line-height: 20px;
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
  box-shadow: 7px 7px 40px 2px #0003;
}

.cg--about_content {
  color: #666;
  border-top: 1px solid #eee;
  border-bottom-style: none;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.cg--about-wrapper {
  z-index: 1000;
  width: 1px;
  height: 1px;
  display: block;
  position: fixed;
  inset: auto 8px 8px auto;
}

.cg--about_row {
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.cg--about_img {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  display: flex;
}

.text-span {
  color: #a1a1a1;
}

.cg--about_link {
  color: #ff6464;
  border-bottom-style: none;
}

.cg--about_icon {
  color: #ff6464;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  font-family: "Font awesome 5 free solid", sans-serif;
  font-size: 18px;
  display: flex;
}

.cg--about_text {
  margin-bottom: 12px;
}

.cg--about_profile {
  border-radius: 100%;
  width: 48px;
  height: 48px;
  margin-right: 8px;
  overflow: hidden;
}

.heading {
  text-transform: uppercase;
  text-shadow: 4px 4px 0 var(--accent-1-dark);
  font-size: 87px;
  line-height: 94px;
}

.heading.hero {
  color: var(--white);
}

.buttons-container {
  margin-top: 32px;
  display: flex;
}

.buttons-container.body {
  background-color: var(--primary-light);
  box-shadow: 0 2px 0 3px var(--darkborder), inset 0 0 0 3px var(--primary), inset 0 0 0 7px var(--white);
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 16px;
  padding: 15px 24px;
  position: static;
  transform: skew(-6deg);
}

.buttons-container.body.all {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.buttons-container.body.pcnmly {
  box-shadow: 0 2px 0 3px #201e1f, inset 0 0 0 3px var(--primary), inset 0 0 0 7px var(--white);
  justify-content: center;
  align-items: center;
}

.buttons-container.body.pcnmly.paddding {
  margin-top: 61px;
}

.buttons-container.body.pcnmly.white {
  background-color: var(--white);
}

.buttons-container.body.mnobile {
  display: none;
}

.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: var(--primary-dark);
  border-color: #fff;
}

.regular-button.white.light {
  border-color: var(--darkborder);
  background-color: var(--primary-light);
}

.regular-button.reg-button {
  background-color: var(--accent-1);
  box-shadow: inset 6px 3px 1px -1px #0003, 4px 2px 0 0 var(--primary-dark);
  color: #fff;
  border-style: none;
  margin-left: 20px;
}

.regular-button.reg-button.body-buttons {
  background-color: var(--accent-1-dark);
  white-space: normal;
  border-style: none;
  border-color: #fff;
  box-shadow: inset 6px 3px 1px -1px #fff, 4px 2px #fff;
}

.regular-button.reg-button.body-buttons.red {
  background-color: var(--accent-1);
}

.regular-button.transparent {
  border-color: var(--white);
  background-color: #00275a00;
}

.regular-button-icon {
  width: 20px;
  margin-right: 20px;
}

.text-block-16 {
  color: #fff;
  white-space: pre;
}

.text-block-16.shaded.black {
  color: #000;
}

.text-block-17 {
  text-shadow: 2px 3px 0 var(--accent-1-dark), 0 1px 3px #000;
}

.text-block-17.shaded {
  white-space: pre;
  transform: skew(6deg);
}

.hero-bg-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.bg-slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.bg-slider-slide {
  overflow: hidden;
}

.video-101 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bg-slider-dots {
  color: #ffdb0d;
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  min-width: 0;
  max-width: 100%;
  height: 4vw;
  min-height: 0;
  max-height: 100%;
  margin: 0 0 1vh;
  padding: 0;
  font-size: 2vw;
  display: flex;
  position: absolute;
  bottom: 0%;
  left: 0;
  transform: scale3d(1, .2, 1);
}

.play-pause-button {
  display: none;
}

.bg-img-overlay {
  z-index: 2;
  background-image: linear-gradient(#000000ba, #000000ba);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.bg-slider-arrow {
  display: none;
}

.text-span-2 {
  background-color: #690000;
  padding-left: 7px;
  padding-right: 7px;
}

.link {
  color: var(--white);
}

.link:hover {
  color: var(--accent-1);
}

.slider {
  background-color: var(--accent-1);
  width: 100%;
  height: 100%;
}

.slider.pc-only, .slide-nav {
  display: none;
}

.f-testimonial-star-wrapper {
  grid-column-gap: 4px;
  display: flex;
}

.f-icon-regular {
  color: var(--accent-1);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.body {
  background-color: var(--accent-1);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
}

.f-footer-title {
  color: #fff;
  letter-spacing: -.01em;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.f-footer-logo {
  border-bottom-style: none;
  flex: none;
  width: 150px;
}

.f-footer-block {
  opacity: 0;
  pointer-events: none;
  flex-direction: column;
}

.f-footer-block.link {
  opacity: 1;
  pointer-events: auto;
}

.f-footer-social {
  color: #fff;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: color .3s;
  display: flex;
}

.f-footer-social:hover {
  color: #642eff;
}

.f-paragraph-small-4 {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-margin-bottom-135 {
  margin-bottom: 24px;
}

.f-footer-link {
  color: #fff;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: underline;
  transition: color .3s;
}

.f-footer-link.w--current {
  text-decoration: underline;
}

.f-footer-divider {
  background-color: #ffe6c6;
  width: 100%;
  height: 1px;
  margin-top: 64px;
  margin-bottom: 32px;
}

.f-footer-social-group {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-container-regular-4 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-footer-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.f-footer-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.f-footer-regular {
  border-radius: 20px;
  padding: 64px 0% 0;
  position: relative;
}

.f-icon-regular-3 {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-footer-detail {
  white-space: pre;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.footel-col-link-block {
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  text-decoration: none;
  display: flex;
}

.footer-link {
  border-bottom-color: var(--white);
  opacity: 1;
  color: #fff;
  letter-spacing: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 50px;
  font-weight: 900;
  line-height: .9em;
  text-decoration: none;
  transition: padding .2s;
}

.footer-link:hover {
  opacity: .95;
  padding-left: 15px;
}

.footer-link.w--current {
  border-bottom-color: var(--error);
}

.footer-link.not {
  opacity: .5;
}

.text-block-14 {
  text-align: right;
  text-shadow: 0 1px 1px #000;
  font-style: normal;
  text-decoration: none;
}

.text-block-14.not {
  opacity: .37;
}

.text-block-14.us {
  font-size: 40px;
}

.link-2 {
  color: var(--white);
  text-decoration: none;
}

.div-block {
  width: 500px;
}

.image {
  color: var(--accent-1);
  background-color: #fff;
  width: 100%;
}

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

.image.oposite {
  color: var(--accent-1);
  margin-top: -4px;
  transform: rotate(180deg);
}

.image.oposite.fot {
  z-index: 2;
  margin-top: 0;
  margin-bottom: -12px;
  position: relative;
}

.section-wrapper {
  background-color: var(--primary);
  background-image: url('../images/66d781a636d92c9zx436614743_Grouzxp-6-1.svg');
  background-position: 87%;
  background-size: cover;
  position: relative;
}

.icon {
  object-fit: contain;
  background-color: #221e1f;
  border: 3px solid #fff;
  border-radius: .4em;
  padding: 14px;
  box-shadow: inset 0 0 4px 3px #fff3;
}

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

.paragraph {
  text-shadow: 0 1px 1px #000;
}

.right-arrow {
  filter: drop-shadow(0 2px 5px #000);
}

.icon-2 {
  filter: drop-shadow(0 2px 5px #000000b3);
}

.f-testimonial-author {
  grid-column-gap: 16px;
  flex-flow: row-reverse;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.f-testimonial-author:hover {
  border-color: #0000;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

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

.splide:active {
  cursor: grabbing;
}

.f-icon-regular-4 {
  filter: drop-shadow(-1px 1px #000);
  color: #ffdb0d;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.relative {
  position: relative;
}

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

.f-margin-bottom-40 {
  flex-flow: column;
  padding: 45px 9px;
  display: flex;
}

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

.f-paragraph-small {
  color: #000;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

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

.splide__slide {
  border: 3px solid var(--white);
  box-shadow: inset 0 0 0 7px var(--primary-light), 0 2px 0 3px var(--darkborder);
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  padding: 5px;
  display: flex;
}

.bold-text-5 {
  color: #000;
}

.f-paragraph-small-2 {
  color: #000;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.tablet-only {
  display: block;
}

.div-block-3 {
  margin-left: -18px;
  padding: 2px 4px 6px;
}

.div-block-3._2 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: -18px;
  padding-bottom: 0;
  display: flex;
}

.image-2 {
  background-color: var(--primary-light);
  object-fit: contain;
  border-radius: 13px;
  width: 30px;
  height: 32px;
  margin-bottom: 28px;
  padding: 8px 4px;
}

.image-2.rotated {
  padding-left: 3px;
  padding-right: 3px;
  transform: rotate(180deg);
}

.div-block-4 {
  width: 500px;
}

.div-block-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-6 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-7 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 69px;
  padding-bottom: 56px;
  display: flex;
}

.div-block-7.hider {
  display: none;
}

.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;
}

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

.wrapper-pricing {
  width: 100%;
}

.paragraph-2 {
  color: var(--accent-1);
}

.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;
}

.pricing {
  text-transform: capitalize;
  font-family: Oswald, sans-serif;
  font-size: 17px;
}

.pricing.smaller {
  font-size: 10px;
}

.pricing.call {
  color: var(--white);
  cursor: pointer;
  text-decoration: underline;
}

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

.tab-link-tab-2 {
  background-color: var(--accent-1-dark);
  transform: scale3d(1none, 1none, 1none);
  color: var(--white);
  transform-style: preserve-3d;
  border: 1px solid #fff;
  margin-left: 17px;
  transition: transform .2s;
}

.tab-link-tab-2:hover {
  background-color: var(--accent-1-dark);
  color: var(--white);
  transform: scale(.9);
}

.tab-link-tab-2.w--current {
  background-color: var(--primary);
  color: var(--white);
  transform: scale(.9);
}

.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;
}

.div-block-12 {
  padding-top: 0;
  padding-bottom: 28px;
  position: relative;
}

.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.trajsparent {
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  height: 100px;
  overflow: scroll;
}

.tabs-menu-2.bottom {
  background-color: var(--accent-1);
  width: 100%;
}

.tabs {
  z-index: 5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.text-block-5 {
  white-space: pre;
  font-size: .8rem;
}

.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;
}

.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;
}

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

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

.div-block-14 {
  justify-content: center;
  align-items: center;
  padding-bottom: 18px;
  display: block;
}

.tabs-content {
  padding-top: 30px;
  padding-bottom: 38px;
  position: relative;
}

.image-3 {
  width: 20px;
}

.paragraph-3 {
  text-align: left;
  margin-bottom: 0;
  padding-top: 0;
  line-height: 13px;
}

.care-testimonial {
  border-width: 3px;
  border-color: var(--primary);
  color: var(--neutral);
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 960px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 32px;
  display: flex;
}

.care-testimonial.servicespricing {
  background-color: var(--primary-dark);
  justify-content: center;
  align-items: center;
  height: 498px;
}

.care-testimonial.larger {
  height: 500px;
}

.div-block-15 {
  z-index: 500;
  position: fixed;
  inset: auto 0% -8%;
}

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

.div-block-72 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.stacked-heading.m {
  width: 100%;
  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;
}

.text-schedule {
  font-family: Oswald, sans-serif;
}

.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 {
  border-bottom: 1px solid var(--white);
  -webkit-text-stroke-width: .5px;
  padding-top: 12px;
  padding-bottom: 12px;
}

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

.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;
}

.hours {
  font-family: Anton, sans-serif;
  font-size: 2.4rem;
}

.white-wrapper {
  position: relative;
}

.wrapper-services {
  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;
}

.wrapper-services.hider {
  display: none;
}

.swervicces {
  z-index: 2;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.link-3 {
  color: var(--accent-1);
}

.text-span-3 {
  font-size: 10px;
}

.bold-text-6 {
  font-family: Anton, sans-serif;
}

.text-block-18 {
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
}

.div-block-73 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.gradient {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 960px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  display: flex;
  position: sticky;
  top: 120px;
}

.gallery-dyn-list {
  column-count: 3;
  flex-wrap: wrap;
}

.gallery-item {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: transform .3s;
}

.gallery-item:hover {
  transform: scale(1.05);
}

.gallery-image-wrapper {
  background-color: var(--primary-light);
  box-shadow: inset 0 0 0 3px var(--primary-light), inset 0 0 0 6px var(--white);
  border: 3px solid #000;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  padding: 10px;
  position: relative;
  overflow: hidden;
}

.magnifier {
  z-index: 4;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-9 {
  opacity: .38;
  pointer-events: none;
  object-fit: contain;
  width: 50px;
  height: 50px;
}

.heading-3 {
  text-transform: uppercase;
}

.hero-heading-left {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.link-4 {
  color: var(--white);
}

.bold-text-7 {
  text-decoration: underline;
}

.paragraph-5 {
  margin-bottom: 0;
  padding-top: 22px;
  padding-bottom: 22px;
  font-size: 12px;
  line-height: 17px;
}

.div-block-75 {
  background-color: var(--white);
  background-image: linear-gradient(#0000, #fff), url('../images/Grouzp-7.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.heading-5, .paragraph-6 {
  color: var(--accent-1);
  text-align: center;
}

.div-block-76, .div-block-77 {
  overflow: hidden;
}

.crad-wrapper {
  border: 2px solid var(--darkborder);
  background-color: var(--accent-1);
  box-shadow: inset 0 0 0 5px var(--accent-1), inset 0 0 0 9px var(--white), 0 4px 20px 1px var(--primary-dark), 0 2px 10px 0 #0003;
  border-radius: 8px;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}

.crad-wrapper.popup {
  height: 92vh;
  padding-top: 55px;
  padding-bottom: 55px;
  display: flex;
  overflow: scroll;
}

.image-14 {
  width: 72px;
}

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

.div-block-78:hover {
  transform: scale(1.2);
}

.dvs-logo {
  opacity: .33;
  border-bottom-style: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dvs-logo:hover {
  transform: scale(1.2);
}

.div-block-79 {
  display: none;
}

.text-block-19 {
  font-family: Oswald, sans-serif;
}

.tab-top {
  background-color: var(--accent-1-dark);
  transform: scale3d(1none, 1none, 1none);
  color: var(--white);
  white-space: nowrap;
  transform-style: preserve-3d;
  border: 1px solid #fff;
  margin-left: 17px;
  padding: 9px 30px;
  transition: transform .2s;
}

.tab-top:hover {
  background-color: var(--accent-1-dark);
  color: var(--white);
  transform: scale(.9);
}

.tab-top.w--current {
  background-color: var(--primary);
  color: var(--white);
  transform: scale(.9);
}

@media screen and (min-width: 1280px) {
  h1 {
    margin-bottom: 16px;
    font-size: 72px;
    line-height: 72px;
  }

  h2 {
    margin-bottom: 16px;
    font-size: 56px;
    line-height: 56px;
  }

  h3 {
    margin-bottom: 16px;
    font-size: 40px;
    line-height: 40px;
  }

  h4 {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 36px;
  }

  h5 {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 28px;
  }

  h6 {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 24px;
  }

  p {
    font-size: 20px;
    line-height: 28px;
  }

  .text--large {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 28px;
  }

  .header {
    height: 100px;
  }

  .nav_container {
    max-width: 1600px;
  }

  .nav_link, .nav_cta {
    font-size: 20px;
    line-height: 28px;
  }

  .icon--large {
    font-size: 32px;
    line-height: 32px;
  }

  .dropdown_toggle {
    font-size: 20px;
    line-height: 28px;
  }

  .card--light {
    margin-bottom: 0;
    padding: 32px;
  }

  .tag {
    font-size: 20px;
    line-height: 24px;
  }

  .card {
    margin-bottom: 24px;
    padding: 32px;
  }

  .section--hero {
    margin-top: 100px;
  }

  .section--hero.hero-style--full {
    padding-bottom: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  .video_playbutton {
    width: 80px;
    height: 80px;
  }

  .social_link {
    font-size: 20px;
    line-height: 20px;
  }

  .grid--4col {
    grid-column-gap: 24px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .footer_slogan {
    font-size: 24px;
    line-height: 28px;
  }

  .text--feature {
    font-size: 40px;
    line-height: 40px;
  }

  .grid--2col {
    grid-column-gap: 24px;
  }

  .card--sticky, .pricing_card {
    margin-bottom: 24px;
    padding: 32px;
  }

  .blog_post-link {
    margin-bottom: 24px;
  }

  .blog_post-image {
    height: 240px;
  }

  .nav_contact {
    font-size: 20px;
    line-height: 28px;
  }

  .card_icon--white {
    margin-bottom: 24px;
  }

  .hero_subtext {
    margin-bottom: 32px;
  }

  .card--highlight {
    margin-bottom: 24px;
    padding: 32px;
  }

  .hero_float-gallery {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .text-block-17 {
    white-space: pre;
  }

  .section-wrapper {
    background-position: 84%;
  }

  .grid--3col-copy {
    grid-column-gap: 16px;
  }

  .care-testimonial {
    margin-bottom: 0;
    padding: 32px;
  }

  .wrapper-services {
    grid-column-gap: 16px;
  }

  .gradient {
    margin-bottom: 24px;
    padding: 32px;
  }
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.white._2nd {
    background-image: url('../images/Grouzp-7.png');
  }

  .section.lined {
    background-image: none;
  }

  .container {
    max-width: 768px;
  }

  .container.padding {
    max-width: none;
  }

  .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;
  }

  .section_row.phone {
    flex-flow: column-reverse;
    padding-top: 24px;
    padding-bottom: 24px;
    display: flex;
  }

  .section_col.align--middle {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .section_col.align--middle.phone {
    flex-flow: wrap;
    display: flex;
  }

  .section_col.align--middle.nophone, .section_col.hider-mobile {
    display: none;
  }

  .section_col.mobile {
    display: block;
  }

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

  .header {
    height: auto;
    padding: 0;
  }

  .nav_menu {
    z-index: 1010;
    background-color: var(--accent-1);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding: 64px 40px 24px;
    display: none;
    position: absolute;
    inset: 0%;
    overflow: auto;
  }

  .nav_toggle {
    cursor: pointer;
    border-radius: 8px;
    width: 48px;
    height: 48px;
    display: flex;
  }

  .nav_toggle:hover {
    color: var(--primary-dark);
    background-color: #0000;
  }

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

  .nav_link {
    border-bottom: 1px solid var(--border);
    text-align: center;
    border-radius: 0;
    justify-content: center;
    width: 100%;
    min-height: 64px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav_link:hover {
    box-shadow: none;
    color: var(--neutral-light);
    background-color: #0000;
  }

  .nav_link.w--current {
    color: var(--primary-light);
    text-shadow: 0 1px 0 var(--darkborder);
  }

  .nav_link.mobile-only {
    display: flex;
  }

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

  .icon--small, .icon--large {
    justify-content: center;
    align-items: center;
  }

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

  .nav_toggle-icon--close {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .dropdown {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .dropdown_toggle {
    border-bottom: 1px solid var(--border);
    border-radius: 0;
    justify-content: space-between;
    min-height: 64px;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown_toggle:hover {
    box-shadow: none;
    color: var(--primary);
    background-color: #0000;
  }

  .card--light {
    justify-content: center;
    align-items: center;
    width: auto;
    margin-bottom: 0;
    position: relative;
  }

  .card--light.home.small {
    justify-content: center;
    align-items: flex-start;
  }

  .card_image {
    margin-bottom: 16px;
  }

  .tag {
    margin-bottom: 8px;
  }

  .card--cta {
    text-align: center;
    align-items: center;
    padding: 40px;
  }

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

  .card.blue {
    margin-bottom: 0;
    padding-bottom: 0;
    position: static;
  }

  .section--hero {
    margin-top: 64px;
  }

  .section--hero.hero-style--full {
    padding-left: 0;
    padding-right: 0;
  }

  .nav_highlight {
    z-index: 10000;
    flex-direction: row;
    flex: 0 auto;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .card_video {
    margin-bottom: 16px;
  }

  .social_link {
    margin-left: 8px;
    margin-right: 8px;
  }

  .nav_mobile {
    z-index: 1100;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 64px;
    padding-left: 17px;
    padding-right: 17px;
    display: flex;
    position: relative;
  }

  .footer_row {
    flex-wrap: wrap;
    align-content: flex-start;
  }

  .footer_main-col {
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-bottom: 16px;
    padding-right: 0;
  }

  .footer_social {
    flex-wrap: wrap;
    flex: 1;
    justify-content: center;
    margin-right: auto;
  }

  .grid--4col {
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .footer_slogan {
    text-align: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer_container {
    max-width: 768px;
  }

  .icon--medium {
    justify-content: center;
    align-items: center;
  }

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

  .card--sticky {
    background-image: none;
    position: static;
  }

  .card--sticky.red {
    border: 3px solid var(--darkborder);
    background-color: var(--accent-1);
    box-shadow: inset 0 0 0 3px var(--accent-1), inset 0 0 0 8px var(--white);
    border-radius: 11px;
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .faq_toggle {
    min-height: 64px;
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .blog_post-link {
    padding-left: 0;
    padding-right: 0;
  }

  .blog_latest {
    flex-direction: column;
    padding-left: 16px;
    padding-right: 16px;
  }

  .blog_latest-image {
    width: 100%;
    height: 400px;
  }

  .user_photo {
    display: none;
  }

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

  .nav_contact {
    border-bottom: 1px none var(--border);
    border-radius: 0;
    justify-content: flex-start;
    width: 100%;
    min-height: 64px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 24px;
  }

  .nav_contact:hover {
    box-shadow: none;
    color: var(--primary);
    background-color: #0000;
  }

  .card--hero {
    text-align: center;
    align-items: center;
  }

  .card_icon--white {
    width: 48px;
    height: 48px;
  }

  .floater {
    width: 20%;
  }

  .card--highlight {
    flex-flow: row;
    justify-content: center;
  }

  .card--highlight.hours {
    padding: 38px 120px;
  }

  .highlight_image {
    max-height: 100%;
  }

  .hero_row {
    flex-direction: column;
  }

  .section--cta {
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section--sticky {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cg--about-prompt {
    background-color: var(--accent-1);
  }

  .cg--about_min-2 {
    z-index: 5;
    top: 89px;
    right: 23px;
  }

  .cg--about-bar {
    display: none;
  }

  .buttons-container.body {
    justify-content: center;
    align-items: center;
  }

  .buttons-container.body.pcnmly {
    display: none;
  }

  .buttons-container.body.mnobile {
    display: flex;
  }

  .buttons-container.body.mnobile.red {
    background-color: var(--white);
    margin-top: 0;
    margin-bottom: 21px;
  }

  .regular-button.reg-button.body-buttons.red {
    background-color: var(--accent-1);
    box-shadow: inset 6px 3px 1px -1px #fff, 4px 2px #000;
  }

  .text-block-17 {
    text-shadow: none;
  }

  .bg-slider-dots {
    margin-bottom: 120px;
    font-size: 30px;
  }

  .slider.pc-only {
    display: none;
  }

  .f-footer-title {
    margin-bottom: 24px;
  }

  .f-footer-block {
    display: none;
  }

  .f-footer-block.link {
    display: block;
  }

  .f-footer-bottom {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .f-footer-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: flex;
  }

  .footer-link {
    width: 40%;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 40px;
  }

  .text-block-14 {
    text-align: left;
    text-shadow: none;
  }

  .text-block-14.us {
    font-size: 30px;
  }

  .image.oposite {
    margin-top: -2px;
  }

  .image.oposite.fot {
    margin-top: -1px;
  }

  .list {
    margin-bottom: 0;
  }

  .splide {
    padding-top: 0;
    padding-bottom: 71px;
  }

  .splide__slide {
    grid-row-gap: 16px;
    padding: 8px;
  }

  .tablet-only {
    display: block;
  }

  .div-block-3 {
    width: 100%;
  }

  .div-block-3._2 {
    inset: auto 0% 4% auto;
  }

  .image-2 {
    border-radius: 20px;
    width: 30px;
    margin-left: 4px;
    margin-right: 4px;
    padding: 5px 6px;
  }

  .image-2.rotated {
    transform: rotate(180deg);
  }

  .div-block-4 {
    width: 500px;
  }

  .div-block-8 {
    background-color: var(--accent-1);
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    padding: 11px 13px;
    display: flex;
  }

  .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;
  }

  .pricing.call {
    text-decoration: underline;
  }

  .tabs-menu-2.trajsparent {
    background-color: #ea1d2400;
    width: 100%;
  }

  .tabs {
    justify-content: center;
    align-items: flex-start;
    width: 90vw;
    display: block;
  }

  .tabs._100 {
    width: 100vw;
  }

  .infinite-slider {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .tabs-content {
    flex-flow: column;
    display: block;
  }

  .care-testimonial {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    position: relative;
  }

  .wrapper-services {
    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;
  }

  .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;
    align-content: flex-start;
    display: grid;
  }

  .left {
    text-align: left;
  }

  .wrapper {
    overflow: hidden;
  }

  .gradient {
    background-image: radial-gradient(circle, #fff, #fff0);
    position: static;
  }

  .gallery-item {
    margin-top: 0;
  }

  .container-2 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .crad-wrapper {
    text-align: center;
    align-items: center;
    padding-top: 0;
  }

  .div-block-79 {
    display: none;
  }

  .tab-top {
    white-space: nowrap;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 24px;
  }

  h1 {
    font-size: 48px;
    line-height: 48px;
  }

  h2 {
    font-size: 32px;
    line-height: 36px;
  }

  h3 {
    font-size: 24px;
    line-height: 28px;
  }

  h4 {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 24px;
  }

  h5 {
    font-size: 16px;
    line-height: 24px;
  }

  h6 {
    font-size: 14px;
    line-height: 20px;
  }

  p {
    margin-bottom: 8px;
  }

  label {
    margin-bottom: 4px;
    font-size: 20px;
    line-height: 24px;
  }

  blockquote {
    margin-top: 16px;
    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 20px;
    line-height: 24px;
  }

  .section {
    padding: 16px;
  }

  .container {
    max-width: 600px;
  }

  .section_row {
    flex-direction: column;
    display: flex;
  }

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

  .section_col.align--middle {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .text--large {
    text-align: left;
    margin-bottom: 8px;
  }

  .button {
    height: 40px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
    line-height: 24px;
  }

  .form_input {
    height: 40px;
    margin-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 16px;
    line-height: 24px;
  }

  .nav_brand {
    width: 80px;
    padding-left: 0;
  }

  .nav_menu {
    flex: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
    display: none;
  }

  .nav_cta {
    height: 40px;
  }

  .icon--small {
    width: 14px;
    height: 14px;
    font-size: 14px;
    line-height: 14px;
  }

  .icon--large {
    font-size: 16px;
    line-height: 16px;
  }

  .button_icon--right {
    margin-left: 8px;
  }

  .button_icon--left {
    margin-right: 8px;
  }

  .card--light {
    padding: 27px;
    display: block;
  }

  .tag {
    font-size: 14px;
    line-height: 18px;
  }

  .card {
    padding: 20px;
  }

  .card.blue {
    padding-bottom: 0;
  }

  .section--hero {
    padding: 16px;
  }

  .section--hero.hero-style--full {
    padding-bottom: 40px;
  }

  .nav_highlight {
    flex-direction: column;
    padding-right: 16px;
  }

  .card_video {
    height: 320px;
    margin-bottom: 16px;
  }

  .video_playbutton {
    width: 64px;
    height: 64px;
  }

  .social_link {
    width: 40px;
    height: 40px;
  }

  .nav_mobile {
    padding-left: 24px;
    padding-right: 16px;
  }

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

  .footer_row {
    flex-direction: column;
    align-items: center;
  }

  .footer_main-col {
    margin-bottom: 24px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer_social {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }

  .grid--4col {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .footer_slogan {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 0;
    display: flex;
  }

  .footer_container {
    max-width: 600px;
    padding-left: 0;
    padding-right: 0;
  }

  .icon--medium {
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 20px;
  }

  .grid--2col {
    grid-column-gap: 24px;
    flex-direction: column;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .card--sticky {
    margin-bottom: 8px;
    padding: 20px;
  }

  .pricing_card {
    max-width: 600px;
  }

  .blog_post-link {
    flex-direction: row;
    align-items: stretch;
  }

  .blog_post-image {
    flex: none;
    width: 100px;
    height: 80px;
    margin-bottom: 0;
    margin-right: 16px;
  }

  .blog_latest {
    padding-left: 8px;
    padding-right: 8px;
  }

  .blog_latest-image {
    height: 320px;
  }

  .user_role {
    font-size: 14px;
  }

  .nav_contact {
    order: 1;
    justify-content: center;
    margin-top: 16px;
    padding-right: 0;
  }

  .card--hero {
    margin-bottom: 16px;
    padding: 24px 16px;
  }

  .card_icon--white {
    width: 40px;
    height: 40px;
  }

  .hero_subtext {
    max-width: 400px;
  }

  .card--highlight {
    margin-bottom: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .card--highlight.hours {
    padding-left: 37px;
    padding-right: 37px;
  }

  .hero_row {
    margin-bottom: 40px;
  }

  .section--cta {
    padding: 24px 16px;
  }

  .section--sticky {
    padding: 16px;
  }

  .section--sticky.lined.red {
    padding-top: 40px;
  }

  .cg--about-bar {
    width: 474px;
  }

  .buttons-container {
    margin-top: 30px;
  }

  .regular-button {
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
  }

  .regular-button.reg-button.body-buttons {
    color: var(--white);
  }

  .regular-button-icon {
    width: 14px;
    margin-right: 10px;
  }

  .bg-slider-dots {
    margin-bottom: 80px;
    font-size: 20px;
  }

  .f-footer-bottom {
    grid-column-gap: 16px;
    grid-row-gap: 24px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: flex;
  }

  .f-footer-detail {
    white-space: normal;
  }

  .footer-link {
    width: 50%;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 32px;
  }

  .splide__slide {
    margin-right: 0;
  }

  .splide__slide:hover {
    margin-right: 0;
    transform: scale(1.05);
  }

  .div-block-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-4 {
    width: auto;
  }

  .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;
  }

  .div-block-11 {
    justify-content: space-between;
  }

  .brands-card-2 {
    min-width: 15rem;
  }

  .brands-list-2 {
    grid-template-columns: 1.25rem 1fr 1.25rem;
  }

  .tabs-menu-2 {
    background-color: var(--accent-1);
    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;
  }

  .infinite-slider {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .brand-single {
    width: 5rem;
    height: 1.5rem;
  }

  .tabs-content {
    width: 100%;
    padding-left: 11px;
    padding-right: 31px;
    position: static;
    overflow: visible;
  }

  .care-testimonial {
    padding: 20px;
  }

  .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%;
  }

  .wrapper-services {
    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: 32px;
    display: grid;
  }

  .swervicces {
    flex-direction: column;
    display: flex;
  }

  .bold-text-6 {
    font-family: Oswald, sans-serif;
  }

  .gradient {
    margin-bottom: 8px;
    padding: 20px;
  }

  .gallery-dyn-list {
    column-count: 2;
  }

  .gallery-item {
    min-width: 50%;
  }

  .gallery-image-wrapper {
    position: relative;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .dvs-logo {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .dvs-logo.mobile {
    opacity: 1;
    padding-top: 10px;
    display: block;
  }

  .dvs-logo.mobile:hover {
    transform: scale(1);
  }

  .div-block-79 {
    opacity: .23;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    display: flex;
  }

  .tab-top {
    white-space: nowrap;
  }
}

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

  h2 {
    font-size: 28px;
    line-height: 32px;
  }

  .section {
    min-width: 360px;
  }

  .section.lined {
    background-image: none;
    padding: 61px 0;
  }

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

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

  .section_col {
    min-width: auto;
  }

  .header {
    min-width: 360px;
  }

  .nav_menu {
    justify-content: center;
    align-items: center;
  }

  .nav_cta {
    width: 200px;
    height: 45px;
  }

  .nav_cta:hover {
    background-color: var(--accent-1-light);
    color: var(--primary);
  }

  .card--light {
    padding: 26px;
  }

  .card--light.home {
    border-width: 3px;
  }

  .card--light.home.small {
    border-width: 3px;
    border-color: var(--darkborder);
    box-shadow: inset 0 0 0 4px var(--accent-1), inset 0 0 0 6px var(--white), 0 2px 4px 0 #53060b14;
    padding-left: 13px;
    padding-right: 13px;
  }

  .card--cta.popup {
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
    padding-top: 42px;
    padding-bottom: 99px;
  }

  .card, .card.align--center {
    padding: 20px;
  }

  .card.blue {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .section--hero {
    min-width: 360px;
  }

  .section--hero.hero-style--full {
    height: 100vh;
  }

  .nav_highlight {
    flex-direction: column;
    justify-content: center;
  }

  .card_video {
    height: 240px;
  }

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

  .footer {
    min-width: 360px;
    margin-top: 0;
  }

  .card_footer.no-top {
    margin-top: 0;
    margin-bottom: 22px;
  }

  .text--feature {
    line-height: 22px;
  }

  .grid--2col {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-top: 14px;
  }

  .card--sticky {
    padding: 20px 13px;
  }

  .card--sticky.red {
    order: 1;
    padding: 66px 32px;
  }

  .blog_post-image {
    width: 80px;
  }

  .blog_latest-image {
    height: 240px;
  }

  .card--hero {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .card--hero.align--center {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    padding-left: 15px;
  }

  .hero_subtext {
    text-align: left;
    margin-bottom: 0;
  }

  .floater_img {
    padding-top: 25px;
  }

  .card--highlight {
    border: 3px solid var(--darkborder);
    margin-bottom: 8px;
  }

  .card--highlight.hours {
    padding-left: 0;
    padding-right: 0;
  }

  .highlight_image.hours {
    width: 90vw;
    margin-top: 0;
    padding-top: 0;
  }

  .section--cta {
    min-width: 360px;
  }

  .section--sticky {
    background-image: linear-gradient(180deg, #fff0, var(--primary));
    min-width: 360px;
  }

  .section--sticky.white {
    background-image: none;
    padding-left: 0;
    padding-right: 0;
    transform: translate(0);
  }

  .section--sticky.lined.red {
    padding-top: 40px;
  }

  .cg--about-prompt {
    position: relative;
  }

  .cg--about_container {
    background-color: #000;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }

  .cg--about_min-2 {
    z-index: 4;
    top: 8%;
    bottom: 0;
    right: 4%;
  }

  .cg--about-bar {
    background-color: var(--primary-light);
    width: 100vw;
    height: 110svh;
    padding: 0;
    display: none;
  }

  .cg--about-wrapper {
    bottom: 0;
    right: 0;
  }

  .heading {
    text-align: left;
    font-size: 56px;
    line-height: 62px;
  }

  .heading.hero {
    font-size: 44px;
    line-height: 55px;
  }

  .buttons-container {
    margin-top: 0;
  }

  .buttons-container.body {
    border: 2px solid var(--primary-light);
    background-color: var(--primary-light);
    box-shadow: 0 2px 0 3px var(--darkborder), inset 0 0 0 2px var(--neutral-light), inset 0 0 0 5px var(--white);
    padding: 17px 20px;
  }

  .buttons-container.body.mnobile.red {
    box-shadow: inset 0 0 0 2px var(--white), inset 0 0 0 6px var(--primary);
  }

  .regular-button.white {
    background-color: var(--primary-dark);
  }

  .regular-button.reg-button {
    margin-left: 10px;
  }

  .regular-button.reg-button.body-buttons {
    color: var(--white);
    box-shadow: inset 6px 3px 1px -5px #fff, 4px 2px #fff;
  }

  .regular-button.reg-button.body-buttons.red {
    background-color: var(--accent-1);
  }

  .text-block-17.shaded {
    text-shadow: none;
  }

  .bg-slider-dots {
    margin-bottom: 70px;
    font-size: 16px;
  }

  .body {
    background-image: none;
  }

  .f-footer-block {
    display: none;
  }

  .f-footer-block.link {
    display: block;
  }

  .footer-link {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 30px;
  }

  .text-block-14.us {
    font-size: 25px;
  }

  .image {
    padding-top: 0;
    padding-bottom: 24px;
  }

  .image.white {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image.white.opposite {
    padding-top: 0;
    padding-bottom: 36px;
  }

  .image.oposite {
    padding-top: 0;
    padding-bottom: 41px;
  }

  .paragraph {
    text-shadow: 0 1px 1px #000;
    background-image: none;
  }

  .list {
    padding-bottom: 17px;
    padding-left: 21px;
  }

  .f-testimonial-author {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .div-block-3 {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .div-block-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .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;
  }

  .pricing {
    text-align: right;
  }

  .pricing.call {
    text-decoration: underline;
  }

  .tabs-menu-2 {
    padding-left: 0;
    overflow: scroll;
  }

  .tabs-menu-2.trajsparent {
    width: 100vw;
    margin-left: -17px;
  }

  .tabs-menu-2.bottom {
    margin-bottom: -12px;
    padding-bottom: 29px;
  }

  .tabs {
    width: 90vw;
  }

  .tabs._100 {
    width: 100vw;
  }

  .div-block-13, .div-block-14 {
    z-index: 30;
    position: relative;
  }

  .tabs-content {
    padding-left: 0;
    padding-right: 0;
  }

  .care-testimonial {
    padding: 20px 30px;
  }

  .div-block-15 {
    z-index: 500;
  }

  .stacked-heading.m {
    flex-flow: column;
    padding-left: 28px;
    padding-right: 28px;
    display: flex;
  }

  .hours {
    padding-top: 39px;
  }

  .wrapper-services {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-top: 14px;
    padding-right: 0;
    display: flex;
  }

  .swervicces {
    padding-left: 20px;
    padding-right: 20px;
  }

  .left {
    text-align: left;
  }

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

  .div-block-74 {
    justify-content: center;
    align-items: center;
    width: 90vw;
    padding-bottom: 18px;
    display: flex;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .gradient {
    padding: 20px 13px;
  }

  .gallery-dyn-list {
    column-gap: 8px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .gallery-item {
    min-width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .magnifier {
    position: absolute;
  }

  .image-9 {
    width: 35px;
    height: 35px;
  }

  .container-2 {
    max-width: none;
  }

  .link-4 {
    color: var(--primary-light);
  }

  .heading-6 {
    padding-bottom: 20px;
  }

  .crad-wrapper {
    padding: 73px 17px;
    position: relative;
  }

  .crad-wrapper.popup {
    height: 100vh;
    padding-top: 193px;
    padding-bottom: 0;
  }

  .dvs-logo {
    display: none;
  }

  .dvs-logo.mobile {
    display: block;
  }

  .div-block-80 {
    height: 50px;
  }

  .tab-top {
    white-space: nowrap;
    word-break: normal;
  }
}

#w-node-_36aa03db-4d06-9116-b1fd-1b158a4ce5dd-2750d12f {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_87be8966-bacf-92da-972b-e530e57cd071-2750d12f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9282b9af-2397-c437-a18e-76cbd4a8101a-d4a81012 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed249656-bbd7-2511-771e-c0b1cbb866d1-2750d136, #w-node-ed249656-bbd7-2511-771e-c0b1cbb866e2-2750d136 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_4e3059b0-eecb-19df-fae1-65c6b9d6f01d-2750d136, #w-node-_4e3059b0-eecb-19df-fae1-65c6b9d6f04d-2750d136 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_87be8966-bacf-92da-972b-e530e57cd071-2750d12f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a97d573c-a8c5-28e0-a853-e6e0a3c51038-2750d12f {
    order: 0;
  }

  #w-node-_1c3e50f5-6a4a-c5ac-806c-9db2c2de2789-c2de2782 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9282b9af-2397-c437-a18e-76cbd4a81012-d4a81012 {
    order: 9999;
  }

  #w-node-_87be8966-bacf-92da-972b-e530e57cd071-2750d136 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-da6e689c-6c26-728d-91ad-209da8141150-2750d136, #w-node-a97d573c-a8c5-28e0-a853-e6e0a3c51038-e55a1790, #w-node-a97d573c-a8c5-28e0-a853-e6e0a3c51038-417337e5, #w-node-a97d573c-a8c5-28e0-a853-e6e0a3c51038-568100ed, #w-node-_00bd3203-bf39-404e-ec80-d0296a34cfdd-760d4576 {
    order: 0;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_95cacce7-3bff-5481-8bd3-c8f1fc4a0faa-c2de2782 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_506f1f92-08e9-413e-df39-6915efab16b6-c2de2782 {
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_93bfbdc9-27c1-32d9-32d8-dbc6560954ac-2750d12f {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}


@font-face {
  font-family: 'Anton';
  src: url('../fonts/Anton-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 5 brands';
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 5 free solid';
  src: url('../fonts/Font-Awesome-5-Free-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}