:root {
  --button: #506743;
  --black-10: #101010;
  --white: #fff;
  --dark-green-hover: #565a43;
  --tan: #ab8870;
  --beige: #e6cbba;
  --beige-50: #e6cbba80;
  --black: black;
  --waves-library--black: #131313;
  --waves-library--white: white;
  --waves-library--dark-elevation: #ede0d8;
  --green: #766c58;
}

body {
  color: #333;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  text-align: center;
  vertical-align: text-bottom;
  object-fit: scale-down;
  flex: 0 auto;
  max-width: 100%;
  margin: auto;
  display: inline-block;
  position: relative;
}

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

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

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

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

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

.text-style-allcaps {
  color: var(--button);
  text-transform: uppercase;
  font-weight: 700;
}

.margin-medium {
  margin: 2rem;
}

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

.text-size-regular {
  font-size: 1rem;
  line-height: 1.5;
}

.heading-style-h1 {
  color: var(--white);
  text-transform: capitalize;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h1.text-color-green {
  color: var(--button);
}

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

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

.button-group.is-center {
  justify-content: center;
}

.padding-medium {
  padding: 2rem;
}

.heading-style-h5 {
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.padding-top, .padding-top.padding-xlarge, .padding-top.padding-xsmall, .padding-top.padding-custom3, .padding-top.padding-xxsmall, .padding-top.padding-large, .padding-top.padding-tiny, .padding-top.padding-medium, .padding-top.padding-xhuge, .padding-top.padding-0, .padding-top.padding-xxlarge, .padding-top.padding-custom1, .padding-top.padding-huge, .padding-top.padding-small, .padding-top.padding-xxhuge, .padding-top.padding-custom2, .padding-top.padding-medium, .padding-top, .padding-top.padding-xlarge, .padding-top.padding-xsmall, .padding-top.padding-custom3, .padding-top.padding-xxsmall, .padding-top.padding-large, .padding-top.padding-tiny, .padding-top.padding-medium, .padding-top.padding-xhuge, .padding-top.padding-0, .padding-top.padding-xxlarge, .padding-top.padding-custom1, .padding-top.padding-huge, .padding-top.padding-small, .padding-top.padding-xxhuge, .padding-top.padding-custom2, .padding-top.padding-medium, .padding-top.padding-medium, .padding-top.padding-medium {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.heading-style-h3 {
  color: var(--button);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
}

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

.button-2 {
  border: 1px solid var(--button);
  background-color: var(--button);
  color: #fff;
  text-align: center;
  padding: .75rem 1.5rem;
}

.button-2:hover {
  border-color: var(--dark-green-hover);
  background-color: var(--dark-green-hover);
}

.button-2.is-secondary {
  color: #000;
  background-color: #0000;
}

.button-2.is-secondary.is-alternate {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.button-2.is-tertiary {
  color: #000;
  background-color: #0000;
  border-color: #0000;
}

.button-2.is-icon-only {
  padding-left: .75rem;
  padding-right: .75rem;
}

.button-2.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-2.is-small {
  padding: .5rem 1.25rem;
}

.button-2.is-small.is-icon-only {
  padding-left: .5rem;
  padding-right: .5rem;
}

.button-2.is-link {
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-2.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button-2.is-link.is-alternate {
  color: #fff;
  background-color: #0000;
}

.button-2.is-alternate {
  color: #000;
  background-color: #fff;
}

.button-2.is-alternate.is-small {
  font-weight: 600;
}

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

.text-align-center.cta-frame {
  border: 1px solid var(--button);
  border: 1px solid var(--button);
  padding: 15px 30px 30px;
}

.margin-top, .margin-top.margin-0, .margin-top.margin-huge, .margin-top.margin-tiny, .margin-top.margin-xxlarge, .margin-top.margin-xsmall, .margin-top.margin-xlarge, .margin-top.margin-custom2, .margin-top.margin-custom3, .margin-top.margin-xxhuge, .margin-top.margin-large, .margin-top.margin-xxsmall, .margin-top.margin-medium, .margin-top.margin-xhuge, .margin-top.margin-small, .margin-top.margin-custom1, .margin-top, .margin-top.margin-0, .margin-top.margin-huge, .margin-top.margin-tiny, .margin-top.margin-xxlarge, .margin-top.margin-xsmall, .margin-top.margin-xlarge, .margin-top.margin-custom2, .margin-top.margin-custom3, .margin-top.margin-xxhuge, .margin-top.margin-large, .margin-top.margin-xxsmall, .margin-top.margin-medium, .margin-top.margin-xhuge, .margin-top.margin-small, .margin-top.margin-custom1, .margin-top.margin-medium, .margin-top.margin-small {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom, .margin-bottom.margin-custom3, .margin-bottom.margin-xxsmall, .margin-bottom.margin-xxlarge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-tiny, .margin-bottom.margin-medium, .margin-bottom.margin-small, .margin-bottom.margin-huge, .margin-bottom.margin-xhuge, .margin-bottom.margin-large, .margin-bottom.margin-xsmall, .margin-bottom.margin-xlarge, .margin-bottom.margin-custom2, .margin-bottom.margin-custom1, .margin-bottom.margin-0, .margin-bottom, .margin-bottom.margin-custom3, .margin-bottom.margin-xxsmall, .margin-bottom.margin-xxlarge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-tiny, .margin-bottom.margin-medium, .margin-bottom.margin-small, .margin-bottom.margin-huge, .margin-bottom.margin-xhuge, .margin-bottom.margin-large, .margin-bottom.margin-xsmall, .margin-bottom.margin-xlarge, .margin-bottom.margin-custom2, .margin-bottom.margin-custom1, .margin-bottom.margin-0, .margin-bottom.margin-small, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.text-size-medium {
  font-size: 1.125rem;
  line-height: 1.5;
}

.text-size-medium.text-color-green {
  color: var(--button);
}

.margin-small {
  margin: 1.5rem;
}

.padding-global {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 40%;
  padding-left: 5%;
  padding-right: 5%;
  display: block;
  overflow: clip;
}

.margin-xsmall {
  margin: 1rem;
}

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

.text-color-white {
  color: #fff;
}

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

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

.button.is-small:hover, .button.is-small.hide-mobile-portrait:hover {
  border-color: var(--dark-green-hover);
  background-color: var(--dark-green-hover);
}

.button {
  border: 1px solid var(--button);
  background-color: var(--button);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button:hover {
  border-color: var(--dark-green-hover);
  background-color: var(--dark-green-hover);
}

.button.full-width {
  width: 100%;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-small:hover, .button.is-small.hide-mobile-portrait:hover {
  border-color: var(--dark-green-hover);
  background-color: var(--dark-green-hover);
}

.button.big {
  padding: 1rem 1.75rem;
}

.button.is-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--black-10);
  background-color: #50674300;
  border-color: #50674300;
  justify-content: center;
  align-items: center;
  padding: .25rem 0;
  display: flex;
}

.button.is-link:hover {
  color: var(--dark-green-hover);
}

.section_cta29 {
  background-image: url("https://cdn.prod.website-files.com/65ecace763d1d30d014bb0c3/6621cebab59f8dc0e69425f0_background%20banner-graphics%20(1).png"), linear-gradient(to bottom, var(--beige), var(--beige));
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 100%, auto;
  margin-top: 3rem;
  position: relative;
}

.padding-section-large-2 {
  color: #476947;
  height: 75%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7rem;
  padding-bottom: 7rem;
  font-size: 18px;
}

.text-size-medium-2 {
  font-size: 1.125rem;
  line-height: 1.5;
}

.navbar1_link-2 {
  color: #fff;
  padding: .5rem 1rem;
  font-weight: 600;
}

.navbar1_link-2.w--current {
  color: #fff;
  text-decoration: underline;
}

.navbar1_menu-button {
  padding: 0;
}

.about-me_content {
  border-left: 2px solid var(--tan);
  padding: 0 40px;
}

.icon-embed-medium-2 {
  color: var(--tan);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

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

.card-row39_card {
  border-style: none none solid;
  border-width: 1px 1px 3px;
  border-color: black black var(--tan);
  background-color: var(--beige-50);
  border-radius: 0;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.header-home_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

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

.card-row39_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
}

.card-row39_card-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 2rem;
  display: flex;
}

.cta29_background-video {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cta29_background-video-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.navbar1_component-2 {
  background-color: #ddd0;
  border-bottom-style: solid;
  border-bottom-width: 0;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-top: 10px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.footer-2 {
  background-color: var(--dark-green-hover);
  color: #101010;
}

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

.heading-style-2 {
  color: var(--button);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-2.text-color-white {
  color: #fff;
}

.header30_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.about-me_image {
  border-radius: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 2px 5px #0003;
}

.about-me_image-wrapper {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.header-home_content {
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  max-height: 60rem;
  display: flex;
}

.section_header-home {
  background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/65ecace763d1d30d014bb0c3/6622048dd8fed913aa99200c_big%20tree.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  position: relative;
}

.navbar1_logo-2 {
  width: 200px;
}

.about-me_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.video-overlay-layer, .image-overlay-layer-2 {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.paragraph1_image-wrapper {
  object-fit: cover;
  width: 450px;
  height: 450px;
}

.paragraph1_image {
  border-bottom: 3px solid #c1834f;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

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

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

.navbar1_link-2-copy {
  color: #fff;
  padding: .5rem 1rem;
}

.navbar1_link-2-copy.w--current {
  color: var(--white);
  font-weight: 600;
  text-decoration: none;
}

.footer-3 {
  background-color: var(--tan);
  text-align: center;
  margin: auto;
  padding-right: 0;
}

.image-18 {
  text-align: center;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  max-width: 125%;
  margin: auto;
  display: block;
  position: static;
  overflow: auto;
}

.bold-text-16 {
  color: #f6f1f1;
  text-align: center;
  letter-spacing: normal;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  display: inline-flex;
  overflow: auto;
}

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

.footer-copyright {
  color: #fbf8f5;
}

.footer-social-link {
  text-align: center;
  vertical-align: text-bottom;
  margin: auto;
  padding: 10px;
}

.text-block-11 {
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.image-19 {
  color: #fcf9f5;
  text-align: center;
  margin: auto;
  padding-top: 10px;
  display: block;
  position: static;
}

.image-20 {
  max-width: none;
  margin: auto;
  padding-top: 10px;
  display: block;
  position: static;
  overflow: auto;
}

@media screen and (min-width: 1280px) {
  .footer4_credit-text {
    color: #fff;
  }

  .card-row39_component {
    grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  }

  .card-row39_card-content {
    flex: 0 auto;
    height: 100%;
  }

  .about-me_image {
    width: 100%;
    margin-left: 0;
  }

  .about-me_image-wrapper {
    padding-bottom: 0;
    padding-right: 0;
  }

  .footer_link, .footer_link.w--current {
    font-family: Montserrat, sans-serif;
  }

  .about-me_component {
    padding-bottom: 0;
  }

  .line-divider-2 {
    background-color: #fff;
  }

  .paragraph1_image-wrapper {
    width: 450px;
    height: 450px;
  }

  .imag-wrap {
    background-image: url("https://cdn.prod.website-files.com/65ecace763d1d30d014bb0c3/6621222e8961c3600c8b5316_Madonna3%202.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;
  }

  .contact-img-wrap {
    background-image: url("https://cdn.prod.website-files.com/65ecace763d1d30d014bb0c3/66221442354afcb0695f731c_latop%20and%20coffee%20on%20table.jpg");
  }

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

  .heading-71 {
    color: var(--button);
    padding-top: 2rem;
    padding-left: 3rem;
    padding-right: 3rem;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 3rem;
    line-height: 1.2rem;
  }

  .text-block-6 {
    word-break: normal;
    margin-bottom: 0;
  }

  .grid-5 {
    grid-column-gap: 0px;
    grid-template-rows: auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .image-15, .image-16 {
    display: block;
  }

  .waves-hero-3-grid {
    grid-column-gap: 0px;
    grid-template-rows: repeat(auto-fit, minmax(0, 1fr));
    grid-template-columns: .25fr 1fr;
    place-items: start;
  }
}

@media screen and (min-width: 1440px) {
  .padding-bottom.padding-xxlarge {
    padding-bottom: 1rem;
  }

  .text-align-center.cta-frame {
    border-color: var(--black-10);
    border-color: var(--black-10);
  }

  .image-12 {
    box-shadow: none;
  }

  .section_cta29 {
    background-image: url("https://cdn.prod.website-files.com/65ecace763d1d30d014bb0c3/6621cebab59f8dc0e69425f0_background%20banner-graphics%20(1).png"), linear-gradient(to bottom, var(--beige), var(--beige));
    background-position: 50% 100%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 100%, auto;
  }

  .navbar1_link-2:hover {
    text-decoration: underline;
  }

  .image-5 {
    width: 250px;
  }

  .paragraph1_component {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    justify-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .footer4_credit-text {
    color: #fff;
    text-transform: capitalize;
  }

  .heading-style-h1-2.text-color-white {
    font-size: 4rem;
  }

  .card-row39_component {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .card-row39_card-content {
    height: 100%;
  }

  .footer-2 {
    background-color: var(--tan);
  }

  .about-me_image {
    border-bottom: 0px solid var(--tan);
    width: auto;
    margin-left: 0;
  }

  .footer4_top-wrapper {
    grid-template-areas: ". Area";
  }

  .about-me_image-wrapper {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer_link, .footer_link.w--current {
    font-family: Montserrat, sans-serif;
  }

  .about-me_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr .75fr;
  }

  .line-divider-2 {
    background-color: #ffffff4d;
  }

  .paragraph1_image-wrapper {
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .paragraph1_image {
    border-bottom-width: 0;
  }

  .navbar1_component-3 {
    border: 1px solid #0003;
  }

  .grid {
    padding-top: 0;
    padding-bottom: 7rem;
  }

  .about-content-wrap {
    border-radius: 10px;
  }

  .imag-wrap {
    border-radius: 10px;
    padding-top: 3rem;
    padding-bottom: 4rem;
  }

  .layout18_component {
    grid-template-areas: ". Area";
  }

  .contact-img-wrap {
    background-image: url("https://cdn.prod.website-files.com/65ecace763d1d30d014bb0c3/66221442354afcb0695f731c_latop%20and%20coffee%20on%20table.jpg");
  }

  .navbar1_link-2-copy:hover {
    text-decoration: underline;
  }

  .navbar1_link-2-copy.w--current {
    color: var(--white);
  }

  .image-13 {
    max-width: 105%;
    font-size: 20px;
    position: relative;
    left: -26px;
  }

  .heading-69 {
    top: -490px;
    left: -375px;
  }

  .paragraph-27 {
    float: left;
    clear: left;
    top: -1100px;
    left: 800px;
  }

  .block-quote {
    float: none;
    top: -330px;
    right: -800px;
  }

  .text-block-4 {
    top: -315px;
    right: -800px;
  }

  .text-block-5 {
    top: -325px;
    right: -800px;
  }

  .grid-4 {
    grid-column-gap: 0px;
    grid-row-gap: 4px;
    background-color: var(--beige);
    color: #131212;
    -webkit-text-fill-color: inherit;
    background-clip: content-box;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    line-height: 10px;
  }

  .heading-70 {
    color: var(--button);
    margin-top: 0;
    margin-bottom: 0;
    padding: 3rem 3rem 2rem;
    font-size: 3rem;
    line-height: 1.2rem;
  }

  .image-14 {
    box-sizing: border-box;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 20px;
  }

  .grid-6 {
    grid-column-gap: 0px;
    grid-template-rows: auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .image-15, .image-16 {
    border-radius: 10px;
  }

  .team {
    float: none;
    position: static;
    inset: 0% 0% auto auto;
  }

  .text-block-7 {
    flex: 0 auto;
    order: 0;
    align-self: stretch;
    display: block;
  }

  .collection-item-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    padding-left: 0;
    display: block;
  }

  .heading-73 {
    float: none;
    margin-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .waves-hero-3-grid {
    grid-template-rows: repeat(auto-fit, minmax(0, .75fr));
    grid-template-columns: 7.75fr;
    grid-auto-columns: .25fr;
  }

  .waves-image-hero-3 {
    text-align: right;
    width: 75%;
    margin-left: 20px;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 0;
  }

  .waves---heading-1-no-margins {
    box-sizing: border-box;
    overflow: auto;
  }

  .waves-grid-blog-4 {
    display: block;
  }

  .waves-tile-blog-4 {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: grid;
  }
}

@media screen and (max-width: 991px) {
  .margin-xxlarge {
    margin: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

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

  .padding-xxhuge {
    padding: 7.5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

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

  .padding-large {
    padding: 2.5rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .spacer-xxhuge {
    padding-top: 7.5rem;
  }

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

  .heading-style-h1 {
    font-size: 3.25rem;
  }

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

  .spacer-xxlarge {
    padding-top: 4.5rem;
  }

  .spacer-xlarge {
    padding-top: 3.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

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

  .heading-style-h3 {
    font-size: 2.25rem;
  }

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

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

  .container-medium {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .button-2.is-alternate.is-small {
    background-color: var(--button);
    color: var(--white);
    background-color: var(--button);
    background-color: var(--button);
  }

  .margin-large {
    margin: 2.5rem;
  }

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

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .margin-xlarge {
    margin: 3.5rem;
  }

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

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

  .padding-xhuge {
    padding: 6rem;
  }

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

  .heading-style-h4 {
    font-size: 1.75rem;
  }

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

  .hide-tablet {
    display: none;
  }

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

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

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

  .card-item-wrap {
    width: 100%;
  }

  .div-block-4-copy-4 {
    padding: 5%;
  }

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

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

  .heading-home-about {
    font-size: 28px;
  }

  .button.is-small {
    width: 100%;
  }

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

  .navbar1_link-2 {
    color: var(--black-10);
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

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

  .about-me_content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-icon1_line-middle-2 {
    background-color: var(--black-10);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .padding-section-large-copy {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .paragraph1_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .heading-style-h1-2 {
    font-size: 3.25rem;
  }

  .card-row39_component {
    grid-template-columns: 1fr;
  }

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

  .heading-style-2, .head {
    font-size: 2.75rem;
  }

  .footer4_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .heading-style-h3-2 {
    font-size: 2.25rem;
  }

  .about-me_image-wrapper {
    padding-left: 20px;
    padding-right: 0;
  }

  .footer_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .footer_link.w--current {
    font-size: 1.125rem;
  }

  .about-me_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: start stretch;
    min-height: auto;
    display: grid;
  }

  .menu-icon1_line-top-2 {
    background-color: var(--black-10);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .navbar1_menu.is-page-height-tablet {
    text-align: center;
    text-align: center;
    inset: 0% 0% auto;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
    inset: 0% 0% auto;
  }

  .heading-style-h4-2 {
    font-size: 1.75rem;
  }

  .menu-icon1_line-bottom-2 {
    background-color: var(--black-10);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .paragraph1_image-wrapper {
    width: 350px;
    height: 350px;
  }

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

  .footer4_link-list {
    grid-column-gap: 2rem;
  }

  .nav-link {
    color: var(--black-10);
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1rem;
    display: flex;
  }

  .nav-link:hover {
    color: var(--button);
  }

  .navbar1_component-3 {
    background-color: #fff;
    position: relative;
  }

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

  .container {
    max-width: 728px;
  }

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

  .testimonial-main-image {
    width: 300px;
    height: 350px;
  }

  .imag-wrap {
    background-color: var(--beige);
  }

  .section_header-specialties {
    background-position: 100% 100%;
  }

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

  .about-img.hide-desktop {
    display: inline-block;
  }

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

  .layout18_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .padding-section-large-5 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .contact-wrap {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .contact-img-wrap {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    order: -1;
  }

  .contact-img.hide-desktop {
    display: inline-block;
  }

  .menu-icon1_line-top-2-copy {
    background-color: var(--white);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-middle-2-copy {
    background-color: var(--white);
    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-icon1_line-bottom-2-copy {
    background-color: var(--white);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_menu-copy {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu-copy.is-page-height-tablet {
    background-color: var(--white);
    background-color: var(--white);
    height: 70dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .navbar1_link-2-copy {
    color: var(--black);
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar1_link-2-copy.w--current {
    color: var(--black);
  }

  .marg.is-alternate.is-small {
    background-color: var(--button);
    color: var(--white);
    background-color: var(--button);
    background-color: var(--button);
  }

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

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

  .grid-6 {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .nav-link-2 {
    flex: 0 auto;
  }

  .container-9 {
    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;
  }

  .button-primary-2 {
    align-self: auto;
  }

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

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

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

  .menu-button {
    padding: 12px;
  }

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

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

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

  .waves---section-hero-primary {
    text-align: center;
  }

  .waves-hero-3-grid {
    grid-template-columns: 1fr;
  }

  .waves-content-hero-3 {
    text-align: center;
    align-items: center;
    padding-left: 0;
  }

  .waves---heading-1-no-margins {
    font-size: 64px;
    line-height: 115%;
  }

  .waves-top-footer-1 {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .waves-divider-footer-1 {
    margin-top: 40px;
  }

  .waves-bottom-footer-1 {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .waves---sides-heading-button {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

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

  .image-18 {
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .waves---sides-heading-button-2 {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

  .waves-grid-blog-3 {
    grid-template-columns: 1fr;
  }

  .waves-grid-features-1 {
    grid-template-columns: 1fr 1fr;
  }

  .waves---sides-heading-button-3 {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

  .waves-grid-blog-4 {
    grid-template-columns: 1fr;
  }

  .waves---sides-heading-button-4 {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

  .waves---grid-features-7 {
    grid-template-columns: 1fr 1fr;
  }

  .waves-wide-tile-features-7 {
    min-height: 330px;
  }

  .waves-inside-wide-feature-7 {
    max-width: 280px;
  }

  .waves---section-hero-primary-2 {
    text-align: center;
  }

  .waves---mega-heading-1 {
    font-size: 72px;
    line-height: 110%;
  }

  .waves-bottom-hero-3 {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: center;
  }

  .waves-bottom-right-hero-3 {
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .margin-xxlarge {
    margin: 3rem;
  }

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

  .hide-mobile-landscape {
    display: none;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

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

  .padding-xxhuge {
    padding: 5rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

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

  .padding-large {
    padding: 2rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-xsmall {
    padding-top: .75rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .spacer-xxhuge {
    padding-top: 5rem;
  }

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

  .spacer-small {
    padding-top: 1.25rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

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

  .padding-medium {
    padding: 1.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .spacer-xlarge {
    padding-top: 2.5rem;
  }

  .padding-xsmall {
    padding: .75rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .spacer-large {
    padding-top: 2rem;
  }

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

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

  .padding-top.padding-medium {
    background-color: #74806c00;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

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

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

  .margin-large {
    margin: 2rem;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

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

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

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

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

  .margin-xlarge {
    margin: 2.5rem;
  }

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

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

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

  .margin-small {
    margin: 1.25rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

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

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

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

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .margin-xsmall {
    margin: .75rem;
  }

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

  .bold-text-12 {
    font-size: 22px;
  }

  .paragraph-2-copy {
    font-size: 20px;
  }

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

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

  .subheading-copy-in {
    font-size: 16px;
  }

  .contact {
    padding-left: 14px;
    padding-right: 14px;
  }

  .paragraph-32-in {
    font-size: 15px;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

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

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

  .div-block-4-copy-4 {
    width: auto;
    padding: 5%;
  }

  .footer-dark-copy-in {
    padding-left: 15px;
    padding-right: 15px;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .paragraph-2 {
    font-size: 20px;
  }

  .heading-52 {
    margin-top: 10px;
    font-size: 27px;
    line-height: 26px;
  }

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

  .heading-style-h5-2 {
    font-size: 1.25rem;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .text-size-large-2 {
    font-size: 1.125rem;
  }

  .about-me_content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-size-medium-6 {
    font-size: 1rem;
  }

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

  .paragraph1_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .footer4_credit-text {
    margin-top: 1rem;
  }

  .heading-style-h1-2 {
    font-size: 2.5rem;
  }

  .card-row39_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .card-row39_card-content {
    padding: 1.5rem;
  }

  .navbar1_component-2 {
    height: auto;
    min-height: 4rem;
  }

  .heading-style-2, .head {
    font-size: 2.25rem;
  }

  .heading-style-h3-2 {
    font-size: 2rem;
  }

  .about-me_image-wrapper {
    padding-right: 20px;
  }

  .footer_link, .footer_link.w--current {
    font-size: 1rem;
  }

  .about-me_component {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .navbar1_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .heading-style-h4-2 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .footer4_link-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-auto-flow: row;
    place-items: center;
  }

  .navbar1_component-3 {
    height: auto;
    min-height: 4rem;
  }

  .testimonial-column-dark {
    padding: 60px 15px;
  }

  .testimonial-main-image {
    width: 250px;
  }

  .padding-section-large-3, .padding-section-large-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .layout18_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .navbar1_menu-copy.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .team-home, .team-circles-2 {
    padding: 60px 15px;
  }

  .grid-5 {
    grid-row-gap: 0px;
    place-content: stretch;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .grid-6 {
    grid-row-gap: 0px;
  }

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

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

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

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

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

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

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

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

  .waves---subtitle {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---heading-1-no-margins {
    font-size: 56px;
  }

  .waves---main-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves-top-right-footer-1 {
    grid-row-gap: 32px;
    flex-wrap: wrap;
  }

  .waves---section-medium {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

  .waves-tile-blog-2 {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

  .waves-image-blog-2 {
    width: 100%;
    height: 320px;
  }

  .footer-3 {
    background-color: var(--tan);
    color: var(--beige);
    text-align: center;
    font-family: Changa One, Impact, sans-serif;
  }

  .button-6 {
    background-color: var(--button);
    vertical-align: sub;
    flex: 0 auto;
    margin-left: auto;
    margin-right: auto;
    font-family: Oswald, sans-serif;
    font-weight: 700;
  }

  .image-18 {
    box-sizing: border-box;
    aspect-ratio: auto;
    text-align: right;
    vertical-align: middle;
    object-fit: scale-down;
    object-position: 10% 50%;
    flex: 1;
    width: 30%;
    min-width: 20%;
    height: auto;
    min-height: auto;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
    position: static;
    overflow: auto;
  }

  .cell {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .text-span-25 {
    color: var(--white);
    text-align: center;
    font-family: Open Sans, sans-serif;
  }

  .text-block-9 {
    box-sizing: border-box;
    text-align: center;
    object-fit: fill;
  }

  .quick-stack {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .waves---main-container-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves-tile-blog-3 {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

  .waves-image-blog-3 {
    width: 100%;
    height: 320px;
  }

  .waves---main-container-4 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins-3 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves-tile-blog-4 {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

  .waves-image-blog-4 {
    width: 100%;
    height: 320px;
  }

  .waves---main-container-5 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins-4 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---grid-features-7 {
    grid-template-columns: 1fr;
  }

  .waves-wide-tile-features-7 {
    grid-row-gap: 30px;
    align-items: center;
    padding-bottom: 0;
  }

  .waves-inside-wide-feature-7 {
    text-align: center;
    align-items: center;
    max-width: 80%;
  }

  .waves-image-wide-feature-7 {
    width: auto;
    height: 320px;
    position: static;
  }

  .waves---mega-heading-1 {
    font-size: 56px;
  }

  .waves---subtitle-2 {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---main-container-6 {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (max-width: 479px) {
  .padding-section-small.hide-desktop {
    display: block;
  }

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

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

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

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

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

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

  .hide-mobile-portrait {
    display: none;
  }

  .text-align-center.cta-frame {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

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

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

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

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

  .heading-style-h4.text-style-italic {
    text-align: center;
    text-align: center;
  }

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

  .paragraph-26 {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

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

  .button-primary {
    text-align: center;
  }

  .bold-text-12 {
    font-size: 18px;
  }

  .paragraph-2-copy {
    max-width: 100%;
    margin-top: 20px;
  }

  .hero-heading-right, .container-8 {
    max-width: 100%;
  }

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

  .uui-heading-subheading-2 {
    max-width: 100%;
    font-size: 14px;
  }

  .section__specialties, .uui-section_layout32 {
    max-width: 100%;
  }

  .cards-container {
    grid-template-columns: 1fr;
  }

  .heading-in {
    text-align: left;
    max-width: 100%;
    margin-top: -41px;
    margin-bottom: 17px;
    padding-left: 0;
    padding-right: 0;
    font-size: 38px;
    line-height: 34px;
  }

  .bold-text-7 {
    margin-bottom: 7px;
    padding-top: 0;
    display: block;
  }

  .subheading-copy-in {
    text-align: left;
    max-width: 100%;
    margin-top: 40px;
    font-size: 18px;
    line-height: 20px;
  }

  .contact {
    flex-direction: column;
    padding: 40px 10px;
  }

  .paragraph-32-in {
    max-width: 100%;
    font-size: 12px;
  }

  .logo {
    width: 200px;
  }

  .section-6, .card-item-wrap, .uui-page-padding-2 {
    max-width: 100%;
  }

  .div-block-4-copy-4 {
    width: auto;
    margin-left: 5px;
    margin-right: 5px;
    padding: 5%;
  }

  .text-span-20 {
    max-width: 100%;
  }

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

  .text-span-21 {
    max-width: 100%;
  }

  .bold-text-4 {
    font-size: 32px;
  }

  .paragraph-2 {
    max-width: 100%;
    margin-top: 40px;
    margin-bottom: 0;
  }

  .heading-home-about {
    max-width: 100%;
    font-size: 22px;
    line-height: 30px;
  }

  .heading-52 {
    padding-bottom: 5px;
    font-size: 20px;
  }

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

  .image-12 {
    width: 250px;
  }

  .thank-you-container {
    flex-flow: column;
  }

  .about-me_content {
    padding-top: 0;
  }

  .image-5 {
    width: 200px;
  }

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

  .footer4_credit-text {
    line-height: 1.5;
  }

  .heading-style-2, .head {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2rem;
  }

  .about-me_image-wrapper {
    padding-top: 20px;
  }

  .footer_link {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: .875rem;
  }

  .about-me_component {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .paragraph1_image-wrapper {
    width: 100%;
    height: 100%;
  }

  .footer4_link-list {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
  }

  .container {
    max-width: none;
  }

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

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

  .testimonial-block-main {
    flex-direction: column;
  }

  .testimonial-main-image {
    width: 100%;
    height: auto;
    margin-bottom: 32px;
    margin-right: 0;
  }

  .about-content-wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section_header-specialties {
    background-position: 100% 100%;
  }

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

  .contact1_form {
    grid-row-gap: 1.5rem;
  }

  .rich-text-block-5 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .team-circles-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    max-width: none;
    display: flex;
  }

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

  .centered-heading-2 {
    margin-bottom: 24px;
  }

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

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

  .waves---section-hero-primary {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---subtitle {
    font-size: 20px;
  }

  .waves-master-image-hero-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .waves---heading-1-no-margins {
    font-size: 36px;
    line-height: 110%;
  }

  .waves-top-right-footer-1 {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .waves-bottom-right-footer-1 {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .waves---section-medium {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---heading-2-no-margins {
    font-size: 34px;
  }

  .waves---heading-3-no-margins {
    font-size: 22px;
  }

  .waves-tile-blog-2 {
    padding: 16px;
  }

  .waves-image-blog-2 {
    height: 62vw;
  }

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

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .waves---section-medium-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 34px;
  }

  .waves---heading-3-no-margins-2 {
    font-size: 22px;
  }

  .waves-tile-blog-3 {
    padding: 16px;
  }

  .waves-image-blog-3 {
    height: 62vw;
  }

  .waves-grid-features-1 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .waves---section-medium-3 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---heading-2-no-margins-3 {
    font-size: 34px;
  }

  .waves---heading-3-no-margins-3 {
    font-size: 22px;
  }

  .waves-tile-blog-4 {
    padding: 16px;
  }

  .waves-image-blog-4 {
    height: 62vw;
  }

  .waves---section-medium-4 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---heading-2-no-margins-4 {
    font-size: 34px;
  }

  .waves---heading-3-no-margins-4 {
    font-size: 22px;
  }

  .waves-wide-tile-features-7 {
    padding-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves-inside-wide-feature-7 {
    max-width: 100%;
  }

  .waves-image-wide-feature-7 {
    width: 100%;
    height: auto;
  }

  .waves-inside-tile-vertical-features-7 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves-tile-small-feature-7 {
    text-align: center;
    align-items: center;
  }

  .waves---section-hero-primary-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---mega-heading-1 {
    font-size: 36px;
  }

  .waves---subtitle-2 {
    font-size: 20px;
  }
}

#w-node-c5565017-2e7f-ed43-bb68-4b44c3e7032b-014bb0c9, #w-node-_2a724c54-d5a7-c8a8-fa69-0c9c5c0581bc-014bb0c9, #w-node-dc1b9d33-5a11-9c9b-7747-ae49af3fbbaa-014bb0c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-c5565017-2e7f-ed43-bb68-4b44c3e70319-014bb0c9 {
    justify-self: end;
  }

  #w-node-c5565017-2e7f-ed43-bb68-4b44c3e70382-014bb0c9 {
    place-self: center;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-c5565017-2e7f-ed43-bb68-4b44c3e7032b-014bb0c9, #w-node-_2a724c54-d5a7-c8a8-fa69-0c9c5c0581bc-014bb0c9, #w-node-dc1b9d33-5a11-9c9b-7747-ae49af3fbbaa-014bb0c9 {
    order: 0;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-c5565017-2e7f-ed43-bb68-4b44c3e70375-014bb0c9 {
    order: 9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c5565017-2e7f-ed43-bb68-4b44c3e7031d-014bb0c9 {
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c5565017-2e7f-ed43-bb68-4b44c3e70312-014bb0c9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c5565017-2e7f-ed43-bb68-4b44c3e70319-014bb0c9 {
    justify-self: end;
  }

  #w-node-_404d20a7-89d6-6e50-1c8b-33c2be82d532-014bb0c9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
