:root {
  --navy: #191966;
  --tan: #c0b28e;
  --white: white;
  --white-2: white;
  --black: black;
}

.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: Oswald, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

.section {
  z-index: 999;
  background-color: var(--navy);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  max-height: 100%;
  padding: 50px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.container {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-width: 300px;
  max-height: 100%;
  padding-bottom: 25px;
  display: flex;
}

.div-block {
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 150px;
  margin-bottom: 25px;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link {
  color: #fff;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  text-decoration: none;
  transition: color .4s;
}

.link:hover, .link.w--current {
  color: var(--tan);
}

.contact-button {
  background-color: var(--tan);
  color: var(--navy);
  text-transform: uppercase;
  border-radius: 10px;
  padding: 10px 40px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  transition: background-color .4s;
}

.contact-button:hover {
  background-color: var(--white);
}

.section-2 {
  background-image: url('../images/AdobeStock_282468362.jpeg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  justify-content: flex-end;
  align-items: center;
  min-height: 100vh;
  max-height: 100%;
  display: flex;
}

.div-block-3 {
  background-color: rgba(192, 178, 142, .75);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 55%;
  height: 35%;
  padding: 30px;
  display: flex;
}

.heading {
  color: var(--navy);
  margin-top: 0;
}

.text-block-2 {
  color: var(--navy);
  font-size: 18px;
  line-height: 1.5;
}

.text-block-3 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
}

.hours-title {
  color: var(--tan);
  font-weight: 700;
  text-decoration: underline;
}

.div-block-4 {
  z-index: 9999;
  background-color: var(--navy);
  max-width: 300px;
  height: 50px;
  position: fixed;
  top: auto;
  bottom: 0;
  left: 25px;
  right: 0%;
}

.paragraph {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-weight: 300;
  position: static;
  top: auto;
  bottom: 0%;
  left: 40px;
  right: auto;
}

.image {
  max-width: 100%;
}

.section-4, .container-3 {
  display: none;
}

.link-block-2 {
  width: 250px;
}

.link-block-2.w--current {
  justify-content: center;
  align-items: center;
  width: 225px;
  display: block;
}

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

.mobile-nav-bar {
  display: none;
}

.mobile-nav-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular-2 {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.mobile-nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.mobile-nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.mobile-nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.mobile-nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper-2 {
  margin-left: 120px;
}

.button-primary-2 {
  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-2:hover {
  color: #fff;
  background-color: #32343a;
}

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

.section-5 {
  max-height: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
  padding-left: 350px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container-6 {
  background-image: url('../images/griffin-wooldridge-NTEAVa7TVCE-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  max-width: 100%;
  height: 400px;
  margin: 0 auto auto;
  overflow: visible;
}

.container-6.income {
  background-image: url('../images/AdobeStock_284641857.jpeg');
  background-position: 50% 55%;
  height: 250px;
}

.heading-2 {
  color: var(--navy);
  text-align: center;
  margin-top: 30px;
  margin-bottom: 25px;
  text-decoration: underline;
}

.container-5 {
  text-align: center;
  max-width: 100%;
  margin-left: 50px;
  margin-right: 50px;
}

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

.sub-paragraph {
  color: var(--navy);
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
}

.sub-paragraph.list-right {
  text-align: left;
  padding-top: 13px;
  padding-bottom: 13px;
  line-height: 1;
}

.sub-paragraph.list-left {
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1;
}

.body {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-height: 100%;
  display: flex;
}

.heading-3 {
  color: var(--navy);
  text-align: center;
  margin-top: 0;
  font-size: 28px;
  line-height: 1.5;
  text-decoration: underline;
}

.side-by-side-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: stretch;
  width: 100%;
  padding-bottom: 25px;
  display: grid;
}

.div-line {
  background-color: var(--navy);
  width: 2px;
  height: 100%;
}

.section-6 {
  display: none;
}

.div-block-12 {
  max-width: 100%;
}

.grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  padding-bottom: 50px;
}

.image-3 {
  max-width: 75%;
}

.body-2 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-height: 100%;
  display: flex;
}

.section-7 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 350px;
}

.container-7 {
  background-image: url('../images/AdobeStock_480271760.jpeg');
  background-position: 50% 65%;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%;
  height: 350px;
  margin-bottom: auto;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  align-items: center;
  justify-items: center;
  margin-bottom: 50px;
  padding-top: 25px;
}

.image-4 {
  background-image: url('../images/PA-Sample-Standard-Issue-Registration-Plate.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  max-width: 75%;
}

.div-block-13 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-6 {
  color: var(--navy);
  text-align: center;
  font-size: 18px;
}

.container-8 {
  max-width: 75%;
}

.container-9 {
  background-image: url('../images/AdobeStock_229849339.jpeg');
  background-position: 50% 30%;
  background-size: cover;
  max-width: 100%;
  height: 250px;
}

.container-10 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.div-block-14 {
  width: 75%;
}

.field-label {
  color: var(--white);
  width: 100%;
  font-size: 18px;
}

.field-label-2 {
  color: var(--white);
  font-size: 18px;
}

.text-field {
  width: 100%;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--navy);
  border-radius: 25px;
  flex-flow: column;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
}

.text-field-2 {
  width: 100%;
}

.div-block-15, .div-block-16, .div-block-17 {
  width: 75%;
}

.field-label-3 {
  color: var(--white);
  font-size: 18px;
}

.textarea {
  width: 100%;
}

.div-block-18 {
  width: 75%;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  align-items: start;
  justify-items: stretch;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
}

.contact {
  color: var(--navy);
  text-align: center;
  padding-top: 0;
  padding-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
}

.html-embed {
  max-width: 100%;
}

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

.image-5 {
  width: 100px;
}

.form-block {
  margin-right: 50px;
}

.div-block-20 {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding-top: 25px;
  display: flex;
}

.image-6 {
  width: 100px;
}

.phone-link {
  color: var(--navy);
  text-decoration: none;
}

.div-block-21 {
  background-color: var(--navy);
  width: 100%;
  height: 2px;
  margin-top: 25px;
  margin-bottom: 10px;
}

.success-message {
  background-color: #bdff9a;
  border-radius: 15px;
  font-weight: 600;
}

.error-message {
  background-color: #ff8989;
  border-radius: 15px;
  font-weight: 500;
}

.text-block-7 {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .section {
    justify-content: center;
    align-items: center;
    max-width: 300px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container {
    justify-content: center;
    align-items: center;
    max-width: 250px;
    max-height: 75%;
  }

  .link, .link.w--current, .contact-button {
    font-size: 18px;
  }

  .section-2 {
    background-position: 40%;
    max-height: 100%;
  }

  .div-block-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 400px;
    height: 350px;
    display: flex;
  }

  .text-block-3 {
    overflow: visible;
  }

  .div-block-4 {
    max-width: 240px;
  }

  .paragraph {
    font-size: 12px;
  }

  .image {
    max-width: 100%;
  }

  .link-block-2.w--current {
    width: 200px;
  }

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

  .mobile-nav-bar {
    display: none;
  }

  .nav-menu-wrapper-2 {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .mobile-nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper-2 {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .section-5 {
    padding-bottom: 100px;
    padding-left: 290px;
  }

  .container-6 {
    width: 100%;
    max-width: 100%;
    height: 300px;
  }

  .heading-2 {
    font-size: 33px;
  }

  .container-5 {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }

  .div-block-9 {
    max-width: 100%;
  }

  .sub-paragraph {
    font-size: 14px;
  }

  .sub-paragraph.list-left {
    padding-bottom: 10px;
    line-height: 1;
  }

  .heading-3 {
    font-size: 23px;
  }

  .div-line, .div-line.income {
    height: 100%;
  }

  .section-6 {
    display: none;
  }

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

  .image-3 {
    max-width: 75%;
  }

  .grid-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-bottom: 50px;
  }

  .container-9 {
    max-width: 100%;
  }

  .div-block-14 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .grid-3 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 85%;
  }

  .html-embed {
    text-align: center;
  }

  .image-5 {
    width: 75px;
  }

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

  .div-block-20 {
    overflow: hidden;
  }

  .image-6 {
    width: 75px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    max-width: 250px;
    max-height: 100%;
    padding-bottom: 50px;
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
    overflow: visible;
  }

  .container {
    max-width: 90%;
    min-height: 100%;
    max-height: 100%;
    overflow: visible;
  }

  .div-block {
    width: 150px;
    margin-bottom: 0;
  }

  .div-block-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    max-height: 100%;
  }

  .link {
    font-size: 18px;
  }

  .contact-button {
    font-size: 24px;
  }

  .section-2 {
    background-position: 65%;
    justify-content: center;
    align-items: center;
  }

  .div-block-3 {
    width: 100%;
    height: 250px;
    margin-top: 125px;
    display: flex;
  }

  .heading {
    text-align: center;
    font-size: 36px;
    line-height: 1.1;
  }

  .text-block-2 {
    text-align: center;
    line-height: 1.3;
  }

  .paragraph {
    font-size: 11px;
    line-height: 1.5;
  }

  .image {
    max-width: 90%;
  }

  .section-4 {
    background-color: var(--navy);
    justify-content: center;
    align-items: center;
    display: block;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .text-block-4 {
    color: var(--white);
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    font-weight: 300;
  }

  .container-3 {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .link-block-2.w--current {
    justify-content: center;
    align-items: center;
    width: 150px;
    display: flex;
  }

  .mobile-nav-bar {
    z-index: 999;
    background-color: var(--navy);
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

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

  .navbar-wrapper-2 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-brand-2 {
    width: 250px;
  }

  .navbar-brand-2.w--current {
    justify-content: center;
    align-items: center;
    width: 175px;
    padding-left: 0;
    display: block;
  }

  .nav-menu-2 {
    background-color: var(--navy);
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 30px;
    padding-left: 0;
    list-style-type: none;
  }

  .mobile-nav-link {
    color: var(--white);
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 2;
    display: inline-block;
  }

  .mobile-nav-link:hover, .mobile-nav-link.w--current {
    color: var(--tan);
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .menu-button-2 {
    background-color: var(--tan);
    border-radius: 25px;
    padding: 25px;
  }

  .menu-button-2.w--open {
    background-color: var(--white);
  }

  .icon {
    color: var(--navy);
    font-size: 40px;
  }

  .section-5 {
    z-index: -500;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 150px;
    padding-bottom: 0;
    padding-left: 0;
    position: static;
  }

  .container-6 {
    background-position: 50% 0;
    background-attachment: scroll;
    height: 250px;
    margin-top: 140px;
  }

  .heading-2 {
    font-size: 29px;
  }

  .sub-paragraph {
    font-size: 14px;
  }

  .sub-paragraph.list-right.registration {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .side-by-side-grid {
    padding-bottom: 40px;
  }

  .div-line {
    height: 100%;
  }

  .section-6 {
    background-color: var(--navy);
    max-width: 100%;
    display: block;
    position: static;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .text-block-5 {
    color: var(--tan);
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
  }

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

  .grid-2 {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    max-width: 100vw;
    min-height: 25vh;
    display: none;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .container {
    flex-flow: column;
  }

  .contact-button {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .section-2 {
    background-position: 60%;
    justify-content: center;
    align-items: center;
  }

  .div-block-3 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 350px;
  }

  .heading, .text-block-2 {
    text-align: center;
  }

  .section-4 {
    background-color: var(--navy);
    justify-content: center;
    align-items: center;
    height: 50px;
    position: static;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .text-block-4 {
    color: var(--white);
    text-align: center;
    font-size: 10px;
    font-weight: 300;
  }

  .container-3 {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .mobile-nav-bar {
    justify-content: center;
    align-items: flex-start;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

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

  .navbar-wrapper-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-menu-2 {
    flex-direction: column;
  }

  .nav-button-wrapper-2 {
    width: auto;
  }

  .menu-button-2 {
    border-radius: 15px;
    padding: 20px;
  }

  .icon {
    font-size: 30px;
  }

  .image-2 {
    max-width: 75%;
  }

  .section-5 {
    margin-top: -75px;
    padding-bottom: 10px;
    position: static;
  }

  .container-6 {
    background-position: 50%;
  }

  .heading-2 {
    font-size: 28px;
    line-height: 1.25;
  }

  .sub-paragraph {
    font-size: 14px;
  }

  .sub-paragraph.list-right {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .sub-paragraph.list-right.registration {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .sub-paragraph.list-right.income {
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 1.25;
  }

  .sub-paragraph.list-left {
    line-height: 1.25;
  }

  .heading-3 {
    font-size: 19px;
  }

  .side-by-side-grid {
    align-items: center;
    justify-items: stretch;
  }

  .div-line {
    height: 100%;
  }

  .section-6 {
    position: relative;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .text-block-5 {
    font-size: 9px;
  }

  .grid-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 25px;
  }

  .container-9 {
    margin-top: 150px;
  }

  .grid-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .contact {
    font-size: 28px;
  }

  .div-block-19 {
    align-items: center;
  }

  .phone-link {
    font-size: 28px;
  }

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

#w-node-_25cf3dc8-35bc-0288-62a1-e6bce5bc0762-84514715, #w-node-_25cf3dc8-35bc-0288-62a1-e6bce5bc0762-8d5f0e4d {
  align-self: center;
  justify-self: center;
}

#w-node-_9f205af8-0385-8176-6751-1a86e6df416c-8ea46699, #w-node-a7ef2f9d-4487-ca58-ebb6-6f59ad74ee17-8ea46699 {
  align-self: stretch;
  justify-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-_25cf3dc8-35bc-0288-62a1-e6bce5bc0762-84514715 {
    align-self: auto;
    justify-self: center;
  }
}


