:root {
  --dark: #1c424e;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Lato, sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}

a {
  text-decoration: none;
}

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

.navbar {
  background-color: #000;
  border-bottom: 1px solid #1b1b1b;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.navblack {
  color: #fff;
  font-weight: 400;
}

.dropdown-icon {
  color: #f8f8f8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.nav-link {
  padding: .5rem 1rem .5rem .5rem;
}

.nav-link.w--current {
  color: #000;
}

.nav-link.navbar-text.w--current {
  color: #f8f8f8;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #ff8b00;
  border-radius: 2rem;
  padding: .75rem 2.5rem;
  position: relative;
}

.button:hover {
  background-image: linear-gradient(#0000000d, #0000000d);
}

.button.dark {
  background-color: #1b2020;
}

.nav-container {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  display: flex;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.nav-dropdown-list {
  background-color: #fff;
  border: 1px solid #0000001f;
  grid-template-rows: auto;
  padding: .5rem;
}

.nav-dropdown-toggle {
  padding: .5rem 2rem .5rem 1rem;
}

.nav-button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

.navbar-text {
  color: #f8f8f8;
  margin-right: 2px;
  font-size: 1.03rem;
  font-weight: 400;
}

.nav-logo-link {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.nav-dropdown-link {
  width: 100%;
  margin-left: 0;
  padding: .5rem 1rem;
}

.nav-dropdown-link:hover {
  background-color: #f4f4f4;
}

.nav-dropdown-link.w--current {
  color: #000;
}

.nav-menu-button {
  padding: 0;
}

.button-navbar {
  color: #fff;
  text-align: center;
  background-color: #569fa6;
  border-radius: 2rem;
  width: 140px;
  padding: .75rem 1.5rem;
  position: relative;
}

.button-navbar:hover {
  background-image: linear-gradient(#0000000d, #0000000d);
}

.button-navbar.red {
  background-color: #f30f31;
}

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

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

.hero_lhs {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

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

.google_review_content {
  background-color: #f8f8f8;
  border-radius: 6px;
  padding: 1rem;
}

.services_card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #ff8b0033;
  border-radius: 10px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.section-heading-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta {
  color: #f8f8f8;
  background-color: #000;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}

.star_small {
  width: 20px;
  height: 20px;
}

.container {
  width: 100%;
  max-width: 80rem;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}

.hero_list_items {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.services_button {
  color: var(--dark);
  background-color: #3898ec00;
  border: 1px solid #1c424e;
  border-radius: 30px;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.1rem;
  font-weight: 700;
}

.white {
  color: #f8f8f8;
}

.heading-m {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1;
}

.heading-m.caps {
  text-transform: uppercase;
}

.locations_wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  display: flex;
}

.star-wrapper {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section {
  color: #fffefe;
  background-color: #000;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.section.light {
  background-color: #ff8b0033;
}

.section.dark {
  background-color: #1b2020;
}

.section.white {
  color: var(--dark);
  background-color: #fff;
}

.yellow_star_wrapper {
  display: flex;
}

.cta-content-white {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #f8f8f8;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1.5fr;
}

.hero-image {
  text-align: left;
  -webkit-text-stroke-color: #ff8b00;
  object-fit: cover;
  object-position: 50% 0%;
  border: 3px solid #ff8b00;
  border-radius: 70%;
  width: 500px;
  height: 500px;
  position: relative;
  right: auto;
  box-shadow: 1px 0 18px #0003;
}

.google {
  width: 70px;
  padding: 9px;
}

.hero_rhs {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.heading-l {
  color: var(--dark);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.1;
}

.heading-l.light {
  color: #f8f8f8;
}

.star {
  color: #ff8b00;
  width: 40px;
  height: 40px;
}

.services_card_wrapper {
  grid-column-gap: 4.4rem;
  grid-row-gap: 4.4rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  display: flex;
}

.page-wrapper {
  overflow: hidden;
}

.services_button_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-top: 1rem;
  display: flex;
}

.icon {
  width: 60px;
}

.call {
  color: #ff8b00;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 900;
}

.map {
  border: 3px solid #1b2020;
  border-radius: 6px;
  width: 500px;
  height: 500px;
}

.hero_list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.google_reiview_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

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

.hero-section {
  background-color: #000;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.check {
  width: 35px;
}

.star-yellow {
  color: #e8b566;
  width: 30px;
  height: 30px;
}

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

.google_review_google {
  width: 50px;
  padding: 9px;
}

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

.span-highlight {
  font-size: 2rem;
  font-weight: 700;
}

.hero_contents {
  flex-flow: row;
  display: flex;
}

.location_text {
  text-transform: none;
  font-size: 1rem;
  font-weight: 600;
}

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

.button-2 {
  background-color: #1c424e;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: .5rem 1.5rem;
  display: flex;
}

.location_header_button_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.section_location_header {
  background-color: #569fa61a;
  padding-top: 0;
  padding-bottom: 0;
}

.call_span {
  color: #569fa6;
  font-weight: 700;
}

.location_header_lhs {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.location_header_wh_lhs {
  font-size: 1rem;
}

.location_header_working_hours {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #569fa61a;
  border-radius: 20px;
  padding: 19px;
  display: flex;
}

.location_header_image {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 0% 50%;
  border-radius: 50%;
}

.service_area {
  background-color: #ff8b00;
  border-radius: 100px;
  margin-top: 0;
  margin-bottom: 0;
  padding: .7rem 1rem;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.1;
}

.locations_directions_block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  width: 335px;
  padding-right: 40px;
  display: flex;
}

.locations_directions_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f8f8f8;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.25fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: start stretch;
  padding: 2rem;
  display: grid;
}

.location_divider {
  background-color: #569fa61a;
  width: 80%;
  height: 1px;
}

.location_direction_lhs {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.locations_map_block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.heading-s {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1rem;
  line-height: 1;
}

.heading-s.caps {
  text-transform: uppercase;
}

.section_location_2 {
  background-color: #ff8b00;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section_location_2.dark {
  background-color: #1c424e;
}

.location_map {
  width: 100%;
  height: 100%;
}

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

.services_lhs_header {
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 1rem;
  display: flex;
}

.services_content {
  border-bottom: 1px dashed #569fa6;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

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

.services_grid {
  flex-flow: column;
  grid-template-rows: auto;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.services_top {
  border-bottom: 1px dashed #569fa6;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

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

.button-outlined {
  color: #1c424e;
  background-color: #3898ec00;
  border: 1px solid #1c424e;
  border-radius: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.services_rhs {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.services_image {
  border-radius: 50%;
  width: 250px;
}

.icon-services {
  width: 40px;
}

.hero_section {
  color: #fffefe;
  background-color: #000;
  padding-top: 3rem;
  padding-bottom: 0;
}

.hero_section.light {
  background-color: #ff8b0033;
}

.hero_section.dark {
  background-color: #1b2020;
}

.heading-l-white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.1;
}

.heading-l-white.light {
  color: #f8f8f8;
}

.fire_alarm_services_section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

.div-block-2 {
  padding: 2.6rem;
}

.services {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #ff784233;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2.6rem;
  display: flex;
}

.text {
  margin-bottom: 0;
}

.services_image-copy {
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}

.logo-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ffffff3b, #ffffff3b), url('../images/VLZse2.gif');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 1.5rem;
  line-height: 1;
}

.services-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #000;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2.6rem;
  display: flex;
}

@media screen and (min-width: 1920px) {
  .hero-image {
    position: relative;
    right: 40px;
    box-shadow: 0 0 18px #0003;
  }
}

@media screen and (max-width: 991px) {
  .navblack {
    color: #1b2020;
  }

  .dropdown-icon {
    color: #1b2020;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .nav-link {
    text-align: center;
    padding: 1rem 0;
    font-size: 1.125rem;
  }

  .nav-link.navbar-text {
    color: #1b2020;
  }

  .nav-container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .menu-icon-line-bottom {
    background-color: #f8f8f8;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .nav-menu.is-page-height-tablet {
    color: #1b2020;
    background-color: #f4f4f4;
    width: 100vw;
    padding-bottom: 15rem;
  }

  .nav-dropdown-list {
    background-color: #f4f4f4;
    border-style: solid none none;
    grid-template-columns: 1fr;
  }

  .nav-dropdown-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem 2rem 1rem 0;
    display: flex;
  }

  .nav-button-wrapper {
    align-items: center;
  }

  .nav-menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: flex;
  }

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar-text {
    color: #1b2020;
  }

  .menu-icon-line-middle {
    background-color: #f8f8f8;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

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

  .nav-dropdown-wrapper {
    position: static;
    overflow: hidden;
  }

  .nav-dropdown-wrapper.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .nav-dropdown-link {
    text-align: center;
    width: 100%;
    padding: .75rem 0;
    font-size: 16px;
  }

  .nav-menu-button {
    padding: 0;
  }

  .nav-menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon-line-top {
    color: #f8f8f8;
    background-color: #f8f8f8;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hero_lhs {
    width: 100%;
  }

  .services_card {
    max-width: none;
  }

  .googe_review_more {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .cta-backdrop {
    align-self: center;
  }

  .locations_wrapper {
    flex-flow: column;
  }

  .section {
    padding-bottom: 3rem;
  }

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

  .hero-image {
    max-width: 100%;
    padding-top: 0;
    display: none;
    right: 0;
  }

  .hero_rhs {
    width: 100%;
    overflow: hidden;
  }

  .services_card_wrapper {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: stretch;
  }

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

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

  .location_contents {
    max-width: none;
  }

  .hero_contents {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

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

  .section_location_header {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .location_header_lhs {
    width: 100%;
  }

  .location_header_image {
    display: none;
  }

  .locations_directions_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-columns: 1.5fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .hero_section {
    padding-bottom: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    min-height: 4rem;
  }

  .button {
    display: block;
  }

  .nav-container {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    padding-left: 1.42857rem;
    padding-right: 1.42857rem;
    position: relative;
  }

  .nav-menu.is-page-height-tablet {
    width: 100vw;
  }

  .nav-button-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .nav-menu-button {
    position: absolute;
    inset: 0% 4% auto auto;
  }

  .nav-menu-button.w--open {
    position: absolute;
  }

  .button-navbar, .button-navbar.red {
    display: block;
  }

  .container {
    padding-left: 1.42857rem;
    padding-right: 1.42857rem;
  }

  .hero-image {
    width: 390px;
    min-height: auto;
    display: none;
  }

  .heading-l {
    font-size: 2.5rem;
  }

  .google_reiview_wrapper, .hero_contents {
    flex-flow: column;
  }

  .heading-l-white {
    font-size: 2.5rem;
  }

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

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

@media screen and (max-width: 479px) {
  .nav-container {
    padding-left: 1.07143rem;
    padding-right: 1.07143rem;
  }

  .nav-menu.is-page-height-tablet {
    overflow: hidden;
  }

  .hero_button_wrapper {
    flex-flow: column;
  }

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

  .services_card {
    padding: 1rem;
  }

  .container {
    padding-left: 1.07143rem;
    padding-right: 1.07143rem;
  }

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

  .locations_wrapper {
    flex-flow: column;
  }

  .cta-content-white {
    padding: 1rem;
  }

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

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

  .map {
    width: 300px;
    height: 400px;
  }

  .hero_contents {
    flex-flow: column-reverse wrap-reverse;
  }

  .location_header_button_wrapper {
    flex-flow: column;
  }

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

  .service_area {
    font-size: 1.5rem;
  }

  .locations_directions_wrapper {
    padding: 1.1rem;
    overflow: hidden;
  }

  .heading-l-white {
    font-size: 1.5rem;
  }

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

#w-node-e2887b7a-777c-e1cc-d4c1-db532f0f5e0a-1467904f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a6a225f3-ef4c-13eb-892d-1e9250e69ccc-50e69cc6 {
  justify-self: center;
}

#w-node-a6a225f3-ef4c-13eb-892d-1e9250e69cf0-50e69cc6 {
  justify-self: end;
}

#w-node-ddc79a8c-540e-1f04-e3eb-218754694916-da56ff98, #w-node-ddc79a8c-540e-1f04-e3eb-218754694916-03511280 {
  place-self: stretch stretch;
}

@media screen and (max-width: 479px) {
  #w-node-ddc79a8c-540e-1f04-e3eb-218754694916-da56ff98, #w-node-ddc79a8c-540e-1f04-e3eb-218754694916-03511280 {
    align-self: auto;
  }
}
