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

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

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

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

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

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

.rl_navbar1_menu-button {
  padding: 0;
}

.main-button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #ed1c24;
  border: 1px #000;
  border-bottom: 5px solid #000;
  padding: .5rem 1.25rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
}

.main-button:hover {
  background-color: #000;
  border-bottom-style: solid;
  border-bottom-color: #000;
}

.main-button.white {
  color: #000;
  background-color: #fff;
  border-bottom-color: #ed1c24;
}

.main-button.white:hover {
  color: #fff;
  background-color: #ed1c24;
  border-bottom-color: #ed1c24;
}

.main-button.white.black-border {
  border-bottom-color: #000;
}

.main-button.white.black-border:hover {
  border-top: 5px #fff;
  border-bottom-style: solid;
  border-bottom-color: #fff;
}

.rl_navbar1_button-secondary {
  color: #000;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  padding: .5rem 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.rl_navbar1_dropdown-link {
  color: #000;
  padding: .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

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

.rl_navbar1_dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #000;
  padding: .5rem;
}

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

.rl_navbar1_dropdown-toggle {
  color: #000;
  padding: .5rem 2.5rem .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.nav-link {
  color: #000;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  padding: .5rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
}

.nav-link:hover {
  color: #ed1c24;
}

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

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

.rl_navbar1_menu.is-page-height-tablet {
  margin-top: 1rem;
}

.rl_navbar1_logo {
  height: 100px;
}

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

.navbar-container {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rl_navbar1_component {
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  background-color: #fff;
  border-bottom: 1px #000;
  align-items: center;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: relative;
}

.bar {
  background-color: #000;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.bar-container {
  justify-content: space-between;
  display: flex;
}

.icon {
  width: 30px;
  margin-right: 0;
}

.contact-bar-icon-holder {
  width: 100%;
}

.bar-link {
  color: #fff;
  margin-left: 8px;
  margin-right: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
}

.bar-link:hover {
  color: #ed1c24;
}

.bar-link.footer {
  color: #000;
  padding-left: 0%;
}

.bar-link.footer:hover {
  color: #ed1c24;
}

.menu-holder {
  padding-top: 1rem;
  padding-bottom: 0;
}

.div-block {
  height: 8px;
  background-color: #ed1c24;
  margin-top: 1rem;
}

.landing-section {
  height: 80vh;
  background-image: url('../images/Gun-Smart-Landing-image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.cta-container {
  width: 100%;
}

.cta-h1 {
  color: #fff;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: Montserrat, sans-serif;
  font-size: 4rem;
  font-style: italic;
  font-weight: 800;
  line-height: 1;
  display: block;
}

.cta-paragraph {
  width: 50%;
  color: #fff;
  margin-bottom: 2rem;
  font-family: Barlow, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.red-highlight {
  color: #ed1c24;
}

.main-section {
  background-color: #ed1c24;
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
}

.main-section.black {
  background-color: #000;
}

.main-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h1 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-family: Montserrat, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.h1.red {
  color: #ed1c24;
}

.main-quick-stack {
  grid-column-gap: 47px;
  padding: 0;
}

.list {
  color: #000;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 1.5rem;
}

.list.white {
  color: #fff;
}

.main-paragraph {
  width: auto;
  color: #fff;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2;
}

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

.list-item {
  margin-bottom: 1rem;
}

.cell {
  justify-content: center;
}

.quote-section {
  height: 650px;
  background-image: url('../images/Gun-Smart-Black-Gun.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: flex;
}

.quote-section._2 {
  background-image: url('../images/Gun-Smart-Traget-Image.jpg');
}

.quote-section._3 {
  background-image: url('../images/Gun-Smart-About-Us-image.jpg');
  background-position: 50% 0;
}

.quote-heading {
  color: #fff;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: Montserrat, sans-serif;
  font-size: 4rem;
  font-style: italic;
  font-weight: 800;
  line-height: 1;
  display: block;
}

.review-stack {
  width: 100%;
  grid-column-gap: 51px;
  padding: 0;
}

.review-text {
  width: auto;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.2;
}

.cell-2 {
  justify-content: center;
  align-items: center;
}

.client-name {
  color: #ed1c24;
  text-align: center;
  margin-top: .5rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
}

.contact-us-stack {
  width: 100%;
  padding: 0;
}

.contact-form {
  width: 100%;
  background-color: #ed1c24;
  border-bottom: 5px rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding: 23px;
}

.contact-us-icons {
  width: 100%;
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.image {
  width: 70%;
  margin-bottom: 1rem;
}

.field-label, .form-heading {
  color: #000;
  border: 1px #000;
  font-family: Barlow, sans-serif;
  font-weight: 700;
}

.textarea {
  min-height: 150px;
  border: 1px #000;
}

.rl_footer1_legal-link {
  color: #000;
  font-family: Barlow, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_footer1_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: block;
}

.rl_footer1_credit-text {
  color: #000;
  font-family: Barlow, sans-serif;
  font-size: .875rem;
  font-weight: 400;
}

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

.rl_footer1_spacing-block-6 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_footer1_line-divider {
  width: 100%;
  height: 1px;
  background-color: #000;
}

.rl_footer1_spacing-block-5 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_footer1_social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.rl_footer1_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #000;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.rl_footer1_spacing-block-4 {
  width: 100%;
  padding-bottom: .5rem;
}

.rl_footer_column-text {
  color: #ed1c24;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
}

.rl_footer1_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: flex-start;
  justify-items: start;
  display: flex;
}

.rl_footer1_link {
  color: #000;
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-family: Barlow, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

.rl_footer1_link:hover {
  color: #ed1c24;
}

.rl_footer1_menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

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

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

.rl-text-style-link {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.rl-text-style-tiny {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_footer1_spacing-block-3 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-button-secondary-small {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
  padding: .5rem 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
}

.rl-form-input {
  height: auto;
  min-height: 2.75rem;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.rl-form-input:focus {
  border-color: #000;
}

.rl-form-input::-ms-input-placeholder {
  color: #000;
  font-size: 1rem;
}

.rl-form-input::placeholder {
  color: #000;
  font-size: 1rem;
}

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

.rl_footer1_form-block {
  max-width: 35rem;
  margin-bottom: 0;
}

.rl_footer1_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-text-style-regular {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_footer1_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_footer1_logo {
  height: 150px;
}

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

.rl_footer1_left-wrapper {
  flex-direction: column;
  display: flex;
}

.rl_footer1_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
}

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

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

.footer {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_footer1_component {
  background-color: #fff;
}

.image-2 {
  height: 150px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 5%;
  right: auto;
}

.image-2-copy {
  height: 150px;
  position: absolute;
  top: auto;
  bottom: 25%;
  left: auto;
  right: 0%;
}

._3 {
  height: 100px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

._3-copy {
  height: 100px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 15%;
}

.whatsapp-button {
  z-index: 99999;
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 2px 8px;
  text-decoration: none;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 2%;
  left: auto;
  right: 1%;
  box-shadow: 0 0 5px rgba(135, 135, 135, .62);
}

.whatsapp-button:hover {
  box-shadow: 0 0 10px rgba(47, 47, 47, .35);
}

.text-block-2 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-right: 5px;
  padding: 0;
  font-weight: 500;
}

.image-13 {
  width: 50px;
}

.button-holder {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 2rem;
  display: flex;
}

.h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
}

.list-holder {
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media screen and (max-width: 991px) {
  .rl_menu-icon_line-bottom {
    width: 24px;
    height: 2px;
    background-color: #000;
    padding-bottom: 0;
    padding-right: 0;
  }

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

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

  .rl_menu-icon_line-top {
    width: 24px;
    height: 2px;
    background-color: #000;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .rl_navbar1_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .main-button {
    padding-top: .8rem;
    padding-bottom: .8rem;
  }

  .rl_navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

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

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

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

  .rl-dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

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

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

  .nav-link {
    width: auto;
    padding: 1.15rem 0;
    font-size: 1.125rem;
  }

  .rl_navbar1_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .rl_navbar1_menu.is-page-height-tablet {
    height: 100vh;
    padding-bottom: 15rem;
  }

  .navbar-container {
    flex-direction: row;
  }

  .landing-section {
    height: 500px;
  }

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

  .quote-section {
    height: 450px;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .quote-heading {
    font-size: 3rem;
  }

  .rl_footer1_spacing-block-5 {
    padding-bottom: 4.5rem;
  }

  .rl_footer1_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

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

  .image-2 {
    height: 100px;
  }

  .image-2-copy {
    height: 95px;
  }

  ._3 {
    height: 75px;
  }

  ._3-copy {
    height: 65px;
  }

  .whatsapp-button {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .rl_navbar1_logo-link {
    padding-left: 0;
  }

  .navbar-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rl_navbar1_component {
    height: auto;
    min-height: 4rem;
  }

  .bar {
    display: none;
  }

  .icon {
    margin-bottom: 10px;
  }

  .bar-link.footer {
    margin-right: 8px;
    padding-right: 0%;
  }

  .landing-section {
    height: 450px;
    background-position: 80%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-h1 {
    font-size: 3rem;
  }

  .cta-paragraph {
    font-size: 1.2rem;
  }

  .main-section {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .main-section.black {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h1.red {
    text-align: center;
    line-height: 1.2;
  }

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

  .cell {
    align-items: center;
  }

  .target {
    width: 70%;
  }

  .quote-section {
    height: 350px;
  }

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

  .contact-us-icons {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image {
    width: 50%;
  }

  .rl_footer1_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .rl_footer1_credit-text {
    margin-top: 0;
  }

  .rl_footer1_bottom-wrapper {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    padding-bottom: 1rem;
  }

  .rl_footer1_spacing-block-6 {
    padding-bottom: 1.5rem;
  }

  .rl_footer1_spacing-block-5 {
    padding-bottom: 3rem;
  }

  .rl_footer1_spacing-block-4 {
    padding-bottom: .75rem;
  }

  .rl_footer1_link-list {
    justify-content: center;
    align-items: center;
  }

  .rl_footer1_menu-wrapper {
    grid-column-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .rl_footer1_spacing-block-3 {
    padding-bottom: .75rem;
  }

  .rl_footer1_spacing-block-2, .rl_footer1_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl_footer1_logo {
    height: 100px;
  }

  .rl_footer1_logo-link {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .rl_footer1_top-wrapper {
    grid-row-gap: 3rem;
  }

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

  .image-2 {
    height: 75px;
  }

  .image-2-copy {
    height: 70px;
  }

  ._3 {
    height: 45px;
  }

  ._3-copy {
    height: 35px;
  }

  .cell-3, .cell-4 {
    justify-content: center;
    align-items: center;
  }

  .whatsapp-button {
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .bar-link.footer {
    padding-right: 0%;
  }

  .landing-section {
    background-position: 65%;
  }

  .cta-h1 {
    margin-bottom: 1rem;
    font-size: 2.5rem;
  }

  .cta-paragraph {
    width: 80%;
  }

  .main-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h1 {
    font-size: 2rem;
  }

  .h1.red {
    line-height: 1.1;
  }

  .main-paragraph.contact-us {
    text-align: center;
  }

  .quote-heading {
    text-align: center;
    font-size: 2rem;
  }

  .image {
    width: 70%;
  }

  .rl_footer1_menu-wrapper {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .rl_footer1_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .rl_footer1_logo {
    height: 75px;
  }

  .rl_footer1_top-wrapper {
    grid-row-gap: 31px;
  }

  .image-2 {
    left: 1%;
  }

  .image-2-copy {
    height: 60px;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  ._3 {
    height: 55px;
  }

  ._3-copy {
    height: 40px;
    right: 10%;
  }

  .image-13 {
    width: 45px;
  }

  .h3 {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}

#w-node-_0b609e40-a17b-0fc0-3327-8b068ea796c2-a272c67c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0b609e40-a17b-0fc0-3327-8b068ea796c3-a272c67c, #w-node-_0b609e40-a17b-0fc0-3327-8b068ea796c4-a272c67c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_29fe8d86-32f5-bc1d-4678-8554198a127f-a272c67c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_29fe8d86-32f5-bc1d-4678-8554198a1280-a272c67c, #w-node-_29fe8d86-32f5-bc1d-4678-8554198a1281-a272c67c, #w-node-f551124c-9a48-1bfc-920a-ea3d8bceb0c9-a272c67c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e3994dd-2783-d09e-0905-d28b03aa0e2c-a272c67c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5e3994dd-2783-d09e-0905-d28b03aa0e2d-a272c67c, #w-node-_5e3994dd-2783-d09e-0905-d28b03aa0e2e-a272c67c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_0b609e40-a17b-0fc0-3327-8b068ea796c2-a272c67c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0b609e40-a17b-0fc0-3327-8b068ea796c3-a272c67c, #w-node-_0b609e40-a17b-0fc0-3327-8b068ea796c4-a272c67c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_29fe8d86-32f5-bc1d-4678-8554198a127f-a272c67c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_29fe8d86-32f5-bc1d-4678-8554198a1280-a272c67c, #w-node-_29fe8d86-32f5-bc1d-4678-8554198a1281-a272c67c, #w-node-f551124c-9a48-1bfc-920a-ea3d8bceb0c9-a272c67c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5e3994dd-2783-d09e-0905-d28b03aa0e2c-a272c67c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5e3994dd-2783-d09e-0905-d28b03aa0e2d-a272c67c, #w-node-_5e3994dd-2783-d09e-0905-d28b03aa0e2e-a272c67c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


