@charset "UTF-8";
@import "pure-min.css";
@import "pure-grids-responsive-min.css";
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500");
@import url("https://fonts.googleapis.com/css?family=Allura");
@import "_includes/aos.css";
@import "https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css";
@import "../_js/glightbox-3.3.0/dist/css/glightbox.css";
body {
  opacity: 0; /* Start with the body fully transparent */
  transition: opacity 0.5s ease-in-out; /* Transition effect for both in and out */
}

body.fade-in { /* This class is added via JavaScript when the document is fully loaded */
  opacity: 1;
}

.pure-g {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.pure-g.full-width {
  max-width: 100%;
}
.pure-g.full-height {
  height: 100vh;
}
.pure-g.full-height > div {
  height: 100vh;
}
.pure-g > div {
  box-sizing: border-box;
  padding: 20px 20px;
}
@media screen and (min-width: 768px) {
  .pure-g > div {
    padding: 30px 30px;
  }
}
.pure-g .pure-g > div {
  box-sizing: border-box;
  padding: 20px 20px;
}
@media screen and (min-width: 768px) {
  .pure-g .pure-g > div {
    padding: 30px 30px;
  }
}
.pure-g .pure-g.nested {
  width: calc(100% + 40px);
  margin-left: -20px;
}
@media screen and (min-width: 768px) {
  .pure-g .pure-g.nested {
    width: calc(100% + 60px);
    margin-left: -30px;
  }
}
.pure-g.no-gap > div {
  padding: 0 !important;
}

.header.hide.scroll-to-hide-on-all, .subnav.hide.scroll-to-hide-on-all {
  transform: translateY(-100%);
}
.header.sticky, .subnav.sticky {
  position: sticky;
  top: 0;
}
@media screen and (min-width: 768px) {
  .header .show-off-canvas, .subnav .show-off-canvas {
    display: none;
  }
  .header.always-off-canvas .show-off-canvas, .subnav.always-off-canvas .show-off-canvas {
    display: initial;
  }
}
@media screen and (max-width: 768px) {
  .header.hide, .subnav.hide {
    transform: translateY(-100%);
  }
  .header .hide-off-canvas, .subnav .hide-off-canvas {
    display: none;
  }
}
.header.always-off-canvas .hide-off-canvas, .subnav.always-off-canvas .hide-off-canvas {
  display: none;
}
.header a.active, .header a:has(~ ul a.active), .subnav a.active, .subnav a:has(~ ul a.active) {
  font-weight: bold;
  color: red;
}
.header .header-contents, .subnav .header-contents {
  /* display: flex;
  align-items: center;
  justify-content: center; */
  transition: all ease-in-out 0.4s;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  /* max-width: $max-spread; */
}
.header ul.nav-list, .header ul.subnav-list, .subnav ul.nav-list, .subnav ul.subnav-list {
  margin: 0;
  padding: 0;
  list-style: none;
  transition: none;
}
.header .logo-container, .subnav .logo-container {
  flex: auto;
}
.header img.logo, .subnav img.logo {
  transition: all ease-in-out 0.4s;
}
.header div.mobile-menu-icon, .subnav div.mobile-menu-icon {
  cursor: pointer;
}
.header div.mobile-menu-icon svg, .subnav div.mobile-menu-icon svg {
  width: 100%;
  height: 100%;
}

.header {
  transition: all ease-in-out 0.4s;
  z-index: 10001;
}
@media screen and (min-width: 768px) {
  .header:not(.always-off-canvas) .header-contents {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1em 0;
    max-width: 1280px;
    margin: 0 auto;
    /* .social-icons {
        flex: none;
    } */
  }
  .header:not(.always-off-canvas) .header-contents .logo-container img.logo {
    width: 140px;
  }
  .header:not(.always-off-canvas) .header-contents .nav {
    display: flex;
    align-items: center;
  }
  .header:not(.always-off-canvas) .header-contents .nav .mobile-menu-icon {
    display: none;
  }
  .header:not(.always-off-canvas) .header-contents .nav .nav-contents ul.nav-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: right;
  }
  .header:not(.always-off-canvas) .header-contents .nav .nav-contents ul.nav-list > li {
    margin: 0 1em;
  }
  .header:not(.always-off-canvas) .header-contents .nav .nav-contents ul.nav-list > li > a {
    padding: 0.5em;
  }
  .header:not(.always-off-canvas) .header-contents .nav .nav-contents ul.nav-list > li.subnav-container {
    position: relative;
  }
  .header:not(.always-off-canvas) .header-contents .nav .nav-contents ul.nav-list > li.subnav-container > a::after {
    content: " ▼";
    font-size: 0.6em;
  }
  .header:not(.always-off-canvas) .header-contents .nav .nav-contents ul.nav-list > li.subnav-container:hover > a {
    color: initial;
  }
  .header:not(.always-off-canvas) .header-contents .nav .nav-contents ul.nav-list > li.subnav-container:hover > ul.subnav-list {
    opacity: 1;
    pointer-events: auto;
  }
  .header:not(.always-off-canvas) .header-contents .nav .nav-contents ul.nav-list > li.subnav-container ul.subnav-list {
    opacity: 0;
    pointer-events: none;
    transition: all ease-in-out 0.4s;
    position: absolute;
    padding: 0.5em;
  }
}
@media screen and (max-width: 768px) {
  .header {
    display: inline-block;
    width: 100%;
  }
  .header .logo-container {
    text-align: center;
  }
  .header .mobile-menu-icon {
    left: 1.5em;
  }
  .header .nav {
    justify-content: right;
    padding-left: 3.5em;
    padding-right: 1.5em;
  }
  .header .nav > *.left {
    justify-self: left;
  }
  .header .nav:not(.open) .nav-contents {
    transform: translateX(-100%);
  }
  .header .nav-contents {
    left: 0;
  }
  .header.menu-left-off-canvas .logo-container, .header.logo-right-off-canvas .logo-container {
    text-align: right;
  }
  .header.menu-left-off-canvas .mobile-menu-icon, .header.logo-right-off-canvas .mobile-menu-icon {
    left: 1em;
  }
  .header.menu-left-off-canvas .nav, .header.logo-right-off-canvas .nav {
    justify-content: left;
    padding-left: 3.5em;
  }
  .header.menu-left-off-canvas .nav:not(.open) .nav-contents, .header.logo-right-off-canvas .nav:not(.open) .nav-contents {
    transform: translateX(-100%);
  }
  .header.menu-left-off-canvas .nav-contents, .header.logo-right-off-canvas .nav-contents {
    left: 0;
  }
  .header.menu-right-off-canvas .logo-container, .header.logo-left-off-canvas .logo-container {
    text-align: left;
  }
  .header.menu-right-off-canvas .mobile-menu-icon, .header.logo-left-off-canvas .mobile-menu-icon {
    right: 1em;
  }
  .header.menu-right-off-canvas .nav, .header.logo-left-off-canvas .nav {
    justify-content: right;
    padding-right: 3.5em;
  }
  .header.menu-right-off-canvas .nav:not(.open) .nav-contents, .header.logo-left-off-canvas .nav:not(.open) .nav-contents {
    transform: translateX(100%);
  }
  .header.menu-right-off-canvas .nav-contents, .header.logo-left-off-canvas .nav-contents {
    right: 0;
    text-align: right;
  }
  .header .header-contents {
    position: relative;
    margin-top: 1em;
    margin-bottom: 0.75em;
  }
  .header .header-contents .nav {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .header .header-contents .nav > *:not(.nav-contents) {
    display: flex;
    flex: auto;
    align-items: center;
  }
  .header .header-contents .nav > *:not(.nav-contents).right {
    justify-content: right;
  }
  .header .header-contents .nav::before {
    transition: all ease-in-out 0.4s;
    content: "";
    display: inline-block;
    position: fixed;
    pointer-events: none;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
  }
  .header .header-contents .nav .mobile-menu-icon {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .header .header-contents .nav.open::before {
    opacity: 1;
  }
  .header .header-contents .nav.open .toggle-button > span {
    opacity: 1;
    transform: rotate(45deg) translate(0, 0);
  }
  .header .header-contents .nav.open .toggle-button > span:nth-last-child(2) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }
  .header .header-contents .nav.open .toggle-button > span:last-child {
    transform: rotate(-45deg) translate(0, -1px);
  }
  .header .header-contents .nav .toggle-button span {
    display: block;
    position: relative;
    width: 33px;
    height: 2.5px;
    margin-bottom: 6px;
    z-index: 10000;
    /* animation */
    transform-origin: 8px 6px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  }
  .header .header-contents .nav .toggle-button span:first-of-type {
    transform-origin: 0% 0%;
  }
  .header .header-contents .nav .toggle-button span:nth-last-child(2) {
    transform-origin: 0% 100%;
  }
  .header .header-contents .nav .nav-contents {
    position: fixed;
    top: 0;
    width: 80%;
    min-width: 200px;
    max-width: 330px;
    height: 100%;
    padding-top: 4.5em;
    overflow: scroll;
    scrollbar-width: none;
    transition: all ease-in-out 0.4s;
  }
  .header .header-contents .nav .nav-contents::-webkit-scrollbar {
    display: none;
  }
  .header .header-contents .nav .nav-contents ul.nav-list li {
    margin-bottom: 0;
  }
  .header .header-contents .nav .nav-contents ul.nav-list li > a {
    width: 87%;
    padding-right: 13%;
    display: inline-block;
  }
  .header .header-contents .nav .nav-contents ul.nav-list li > a.phone {
    font-weight: 500;
  }
  .header .header-contents .nav .nav-contents ul.nav-list li.subnav-container ul.subnav-list a {
    width: 83%;
    padding-right: 17%;
  }
  .header .header-contents .nav .nav-contents ul.nav-list > li.subnav-container {
    position: relative;
    overflow: hidden;
    /* &:hover, */
  }
  .header .header-contents .nav .nav-contents ul.nav-list > li.subnav-container > a {
    position: relative;
  }
  .header .header-contents .nav .nav-contents ul.nav-list > li.subnav-container > a::after {
    content: "∨";
    font-size: 1.2em;
    opacity: 0.4;
    top: 48%;
    position: absolute;
    right: 0.7em;
    transform: translateY(-50%);
  }
  .header .header-contents .nav .nav-contents ul.nav-list > li.subnav-container.open > a::after {
    content: "∧";
    font-size: 1.2em;
    opacity: 0.4;
    right: 0.7em;
    top: 48%;
    position: absolute;
    transform: translateY(-50%);
  }
  .header .header-contents .nav .nav-contents ul.nav-list > li.subnav-container.open > ul.subnav-list {
    opacity: 1;
    max-height: 500px;
  }
  .header .header-contents .nav .nav-contents ul.nav-list > li.subnav-container ul.subnav-list {
    max-height: 0;
    transition: all ease-in-out 0.4s;
    font-size: 0.9em;
  }
}
.header.always-off-canvas {
  display: inline-block;
  width: 100%;
}
.header.always-off-canvas .logo-container {
  text-align: center;
}
.header.always-off-canvas .mobile-menu-icon {
  left: 1.5em;
}
.header.always-off-canvas .nav {
  justify-content: right;
  padding-left: 3.5em;
  padding-right: 1.5em;
}
.header.always-off-canvas .nav > *.left {
  justify-self: left;
}
.header.always-off-canvas .nav:not(.open) .nav-contents {
  transform: translateX(-100%);
}
.header.always-off-canvas .nav-contents {
  left: 0;
}
.header.always-off-canvas.menu-left-off-canvas .logo-container, .header.always-off-canvas.logo-right-off-canvas .logo-container {
  text-align: right;
}
.header.always-off-canvas.menu-left-off-canvas .mobile-menu-icon, .header.always-off-canvas.logo-right-off-canvas .mobile-menu-icon {
  left: 1em;
}
.header.always-off-canvas.menu-left-off-canvas .nav, .header.always-off-canvas.logo-right-off-canvas .nav {
  justify-content: left;
  padding-left: 3.5em;
}
.header.always-off-canvas.menu-left-off-canvas .nav:not(.open) .nav-contents, .header.always-off-canvas.logo-right-off-canvas .nav:not(.open) .nav-contents {
  transform: translateX(-100%);
}
.header.always-off-canvas.menu-left-off-canvas .nav-contents, .header.always-off-canvas.logo-right-off-canvas .nav-contents {
  left: 0;
}
.header.always-off-canvas.menu-right-off-canvas .logo-container, .header.always-off-canvas.logo-left-off-canvas .logo-container {
  text-align: left;
}
.header.always-off-canvas.menu-right-off-canvas .mobile-menu-icon, .header.always-off-canvas.logo-left-off-canvas .mobile-menu-icon {
  right: 1em;
}
.header.always-off-canvas.menu-right-off-canvas .nav, .header.always-off-canvas.logo-left-off-canvas .nav {
  justify-content: right;
  padding-right: 3.5em;
}
.header.always-off-canvas.menu-right-off-canvas .nav:not(.open) .nav-contents, .header.always-off-canvas.logo-left-off-canvas .nav:not(.open) .nav-contents {
  transform: translateX(100%);
}
.header.always-off-canvas.menu-right-off-canvas .nav-contents, .header.always-off-canvas.logo-left-off-canvas .nav-contents {
  right: 0;
  text-align: right;
}
.header.always-off-canvas .header-contents {
  position: relative;
  margin-top: 1em;
  margin-bottom: 0.75em;
}
.header.always-off-canvas .header-contents .nav {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.header.always-off-canvas .header-contents .nav > *:not(.nav-contents) {
  display: flex;
  flex: auto;
  align-items: center;
}
.header.always-off-canvas .header-contents .nav > *:not(.nav-contents).right {
  justify-content: right;
}
.header.always-off-canvas .header-contents .nav::before {
  transition: all ease-in-out 0.4s;
  content: "";
  display: inline-block;
  position: fixed;
  pointer-events: none;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
}
.header.always-off-canvas .header-contents .nav .mobile-menu-icon {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.header.always-off-canvas .header-contents .nav.open::before {
  opacity: 1;
}
.header.always-off-canvas .header-contents .nav.open .toggle-button > span {
  opacity: 1;
  transform: rotate(45deg) translate(0, 0);
}
.header.always-off-canvas .header-contents .nav.open .toggle-button > span:nth-last-child(2) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
.header.always-off-canvas .header-contents .nav.open .toggle-button > span:last-child {
  transform: rotate(-45deg) translate(0, -1px);
}
.header.always-off-canvas .header-contents .nav .toggle-button span {
  display: block;
  position: relative;
  width: 33px;
  height: 2.5px;
  margin-bottom: 6px;
  z-index: 10000;
  /* animation */
  transform-origin: 8px 6px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
.header.always-off-canvas .header-contents .nav .toggle-button span:first-of-type {
  transform-origin: 0% 0%;
}
.header.always-off-canvas .header-contents .nav .toggle-button span:nth-last-child(2) {
  transform-origin: 0% 100%;
}
.header.always-off-canvas .header-contents .nav .nav-contents {
  position: fixed;
  top: 0;
  width: 80%;
  min-width: 200px;
  max-width: 330px;
  height: 100%;
  padding-top: 4.5em;
  overflow: scroll;
  scrollbar-width: none;
  transition: all ease-in-out 0.4s;
}
.header.always-off-canvas .header-contents .nav .nav-contents::-webkit-scrollbar {
  display: none;
}
.header.always-off-canvas .header-contents .nav .nav-contents ul.nav-list li {
  margin-bottom: 0;
}
.header.always-off-canvas .header-contents .nav .nav-contents ul.nav-list li > a {
  width: 87%;
  padding-right: 13%;
  display: inline-block;
}
.header.always-off-canvas .header-contents .nav .nav-contents ul.nav-list li > a.phone {
  font-weight: 500;
}
.header.always-off-canvas .header-contents .nav .nav-contents ul.nav-list li.subnav-container ul.subnav-list a {
  width: 83%;
  padding-right: 17%;
}
.header.always-off-canvas .header-contents .nav .nav-contents ul.nav-list > li.subnav-container {
  position: relative;
  overflow: hidden;
  /* &:hover, */
}
.header.always-off-canvas .header-contents .nav .nav-contents ul.nav-list > li.subnav-container > a {
  position: relative;
}
.header.always-off-canvas .header-contents .nav .nav-contents ul.nav-list > li.subnav-container > a::after {
  content: "∨";
  font-size: 1.2em;
  opacity: 0.4;
  top: 48%;
  position: absolute;
  right: 0.7em;
  transform: translateY(-50%);
}
.header.always-off-canvas .header-contents .nav .nav-contents ul.nav-list > li.subnav-container.open > a::after {
  content: "∧";
  font-size: 1.2em;
  opacity: 0.4;
  right: 0.7em;
  top: 48%;
  position: absolute;
  transform: translateY(-50%);
}
.header.always-off-canvas .header-contents .nav .nav-contents ul.nav-list > li.subnav-container.open > ul.subnav-list {
  opacity: 1;
  max-height: 500px;
}
.header.always-off-canvas .header-contents .nav .nav-contents ul.nav-list > li.subnav-container ul.subnav-list {
  max-height: 0;
  transition: all ease-in-out 0.4s;
  font-size: 0.9em;
}
.header.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10001;
}

.subnav {
  transition: all ease-in-out 0.4s;
  z-index: 10001;
}
.subnav:not(.always-off-canvas) .header-contents {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em 0;
  max-width: 1280px;
  margin: 0 auto;
  /* .social-icons {
      flex: none;
  } */
}
.subnav:not(.always-off-canvas) .header-contents .logo-container img.logo {
  width: 140px;
}
.subnav:not(.always-off-canvas) .header-contents .nav {
  display: flex;
  align-items: center;
}
.subnav:not(.always-off-canvas) .header-contents .nav .mobile-menu-icon {
  display: none;
}
.subnav:not(.always-off-canvas) .header-contents .nav .nav-contents ul.nav-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: right;
}
.subnav:not(.always-off-canvas) .header-contents .nav .nav-contents ul.nav-list > li {
  margin: 0 1em;
}
.subnav:not(.always-off-canvas) .header-contents .nav .nav-contents ul.nav-list > li > a {
  padding: 0.5em;
}
.subnav:not(.always-off-canvas) .header-contents .nav .nav-contents ul.nav-list > li.subnav-container {
  position: relative;
}
.subnav:not(.always-off-canvas) .header-contents .nav .nav-contents ul.nav-list > li.subnav-container > a::after {
  content: " ▼";
  font-size: 0.6em;
}
.subnav:not(.always-off-canvas) .header-contents .nav .nav-contents ul.nav-list > li.subnav-container:hover > a {
  color: initial;
}
.subnav:not(.always-off-canvas) .header-contents .nav .nav-contents ul.nav-list > li.subnav-container:hover > ul.subnav-list {
  opacity: 1;
  pointer-events: auto;
}
.subnav:not(.always-off-canvas) .header-contents .nav .nav-contents ul.nav-list > li.subnav-container ul.subnav-list {
  opacity: 0;
  pointer-events: none;
  transition: all ease-in-out 0.4s;
  position: absolute;
  padding: 0.5em;
}
.subnav.sticky {
  top: var(--y-offset, 0) !important;
  z-index: 10000;
}
.subnav ul.nav-list {
  justify-content: center !important;
}

.padded-lr {
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 768px) {
  .padded-lr {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.padded-tb {
  padding-top: 2.2em;
  padding-bottom: 2.2em;
}

.padded-tb-big {
  padding-top: 5em;
  padding-bottom: 5em;
}

.padded-t {
  padding-top: 2.2em;
}

.padded-t-big {
  padding-top: 5em;
}

.padded-b {
  padding-bottom: 2.2em;
}

.padded-b-big {
  padding-bottom: 5em;
}

img {
  width: 100%;
  height: auto;
}

.radius {
  border-radius: 12px;
}

.float-left, .float-right {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .float-left, .float-right {
    width: 37%;
  }
}
@media screen and (min-width: 1024px) {
  .float-left, .float-right {
    width: 30%;
  }
}

@media screen and (min-width: 768px) {
  .float-left {
    float: left;
    margin-right: 40px;
  }
}

@media screen and (min-width: 768px) {
  .float-right {
    float: right;
    margin-left: 50px;
  }
}

.center-vertically {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .medium-order-1 {
    order: 1;
  }
}

@media screen and (min-width: 768px) {
  .medium-order-2 {
    order: 2;
  }
}

@media screen and (min-width: 768px) {
  .medium-order-3 {
    order: 3;
  }
}

@media screen and (min-width: 768px) {
  .medium-order-4 {
    order: 4;
  }
}

@media screen and (min-width: 768px) {
  .medium-order-5 {
    order: 5;
  }
}

@media screen and (min-width: 768px) {
  .medium-order-6 {
    order: 6;
  }
}

@media screen and (min-width: 768px) {
  .medium-order-7 {
    order: 7;
  }
}

@media screen and (min-width: 768px) {
  .medium-order-8 {
    order: 8;
  }
}

@media screen and (min-width: 768px) {
  .medium-order-9 {
    order: 9;
  }
}

@media screen and (min-width: 1024px) {
  .large-order-1 {
    order: 1;
  }
}

@media screen and (min-width: 1024px) {
  .large-order-2 {
    order: 2;
  }
}

@media screen and (min-width: 1024px) {
  .large-order-3 {
    order: 3;
  }
}

@media screen and (min-width: 1024px) {
  .large-order-4 {
    order: 4;
  }
}

@media screen and (min-width: 1024px) {
  .large-order-5 {
    order: 5;
  }
}

@media screen and (min-width: 1024px) {
  .large-order-6 {
    order: 6;
  }
}

@media screen and (min-width: 1024px) {
  .large-order-7 {
    order: 7;
  }
}

@media screen and (min-width: 1024px) {
  .large-order-8 {
    order: 8;
  }
}

@media screen and (min-width: 1024px) {
  .large-order-9 {
    order: 9;
  }
}

@media screen and (min-width: 768px) {
  .show-small {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .hide-small {
    display: none;
  }
}
.text-center {
  text-align: center;
}

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

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

@media screen and (max-width: 500px) {
  .text-center-sm {
    text-align: center;
  }
  .text-left-sm {
    text-align: left;
  }
  .text-right-sm {
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  .text-center-md {
    text-align: center;
  }
  .text-left-md {
    text-align: left;
  }
  .text-right-md {
    text-align: right;
  }
}
@media screen and (min-width: 1024px) {
  .text-center-lg {
    text-align: center;
  }
  .text-left-lg {
    text-align: left;
  }
  .text-right-lg {
    text-align: right;
  }
}
.fw-light {
  font-weight: 300;
}

.fw-regular {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700;
}

.fw-extrabold {
  font-weight: 800;
}

.fw-black {
  font-weight: 900;
}

.all-caps {
  text-transform: uppercase;
}

.distribute {
  align-content: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.distribute > div {
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .distribute > div {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.distribute > * {
  width: 100%;
}

.even2 > * {
  width: 50%;
}

.even3 > * {
  width: 33.3333%;
}

.even4 > * {
  width: 25%;
}

.even5 > * {
  width: 20%;
}

.even6 > * {
  width: 16.6666%;
}

.even7 > * {
  width: 14.2857%;
}

.even8 > * {
  width: 12.5%;
}

@media screen and (min-width: 768px) {
  .even2-md > * {
    width: 50%;
  }
  .even3-md > * {
    width: 33.3333%;
  }
  .even4-md > * {
    width: 25%;
  }
  .even5-md > * {
    width: 20%;
  }
  .even6-md > * {
    width: 16.6666%;
  }
  .even7-md > * {
    width: 14.2857%;
  }
  .even8-md > * {
    width: 12.5%;
  }
}
@media screen and (min-width: 1024px) {
  .even2-lg > * {
    width: 50%;
  }
  .even3-lg > * {
    width: 33.3333%;
  }
  .even4-lg > * {
    width: 25%;
  }
  .even5-lg > * {
    width: 20%;
  }
  .even6-lg > * {
    width: 16.6666%;
  }
  .even7-lg > * {
    width: 14.2857%;
  }
  .even8-lg > * {
    width: 12.5%;
  }
}
@media screen and (min-width: 1280px) {
  .even2-xl > * {
    width: 50%;
  }
  .even3-xl > * {
    width: 33.3333%;
  }
  .even4-xl > * {
    width: 25%;
  }
  .even5-xl > * {
    width: 20%;
  }
  .even6-xl > * {
    width: 16.6666%;
  }
  .even7-xl > * {
    width: 14.2857%;
  }
  .even8-xl > * {
    width: 12.5%;
  }
}
.with-margin.distribute > * {
  width: calc(100% - 20px - 20px);
}

.with-margin.even2 > * {
  width: calc(50% - 20px - 20px);
}

.with-margin.even3 > * {
  width: calc(33.3333% - 20px - 20px);
}

.with-margin.even4 > * {
  width: calc(25% - 20px - 20px);
}

.with-margin.even5 > * {
  width: calc(20% - 20px - 20px);
}

.with-margin.even6 > * {
  width: calc(16.6666% - 20px - 20px);
}

.with-margin.even7 > * {
  width: calc(14.2857% - 20px - 20px);
}

.with-margin.even8 > * {
  width: calc(12.5% - 20px - 20px);
}

@media screen and (min-width: 768px) {
  .with-margin.even2-md > * {
    width: calc(50% - 20px - 20px);
  }
  .with-margin.even3-md > * {
    width: calc(33.3333% - 20px - 20px);
  }
  .with-margin.even4-md > * {
    width: calc(25% - 20px - 20px);
  }
  .with-margin.even5-md > * {
    width: calc(20% - 20px - 20px);
  }
  .with-margin.even6-md > * {
    width: calc(16.6666% - 20px - 20px);
  }
  .with-margin.even7-md > * {
    width: calc(14.2857% - 20px - 20px);
  }
  .with-margin.even8-md > * {
    width: calc(12.5% - 20px - 20px);
  }
}
@media screen and (min-width: 1024px) {
  .with-margin.even2-lg > * {
    width: calc(50% - 20px - 20px);
  }
  .with-margin.even3-lg > * {
    width: calc(33.3333% - 20px - 20px);
  }
  .with-margin.even4-lg > * {
    width: calc(25% - 20px - 20px);
  }
  .with-margin.even5-lg > * {
    width: calc(20% - 20px - 20px);
  }
  .with-margin.even6-lg > * {
    width: calc(16.6666% - 20px - 20px);
  }
  .with-margin.even7-lg > * {
    width: calc(14.2857% - 20px - 20px);
  }
  .with-margin.even8-lg > * {
    width: calc(12.5% - 20px - 20px);
  }
}
@media screen and (min-width: 1280px) {
  .with-margin.even2-xl > * {
    width: calc(50% - 20px - 20px);
  }
  .with-margin.even3-xl > * {
    width: calc(33.3333% - 20px - 20px);
  }
  .with-margin.even4-xl > * {
    width: calc(25% - 20px - 20px);
  }
  .with-margin.even5-xl > * {
    width: calc(20% - 20px - 20px);
  }
  .with-margin.even6-xl > * {
    width: calc(16.6666% - 20px - 20px);
  }
  .with-margin.even7-xl > * {
    width: calc(14.2857% - 20px - 20px);
  }
  .with-margin.even8-xl > * {
    width: calc(12.5% - 20px - 20px);
  }
}
.bg-dark {
  background-color: #132343;
  background-image: url(../_img/bgd/planksiding.webp);
  background-repeat: repeat;
  background-size: 150px 150px;
  color: #ffffff;
}
.bg-dark .head1, .bg-dark .head2, .bg-dark .head3, .bg-dark .head4, .bg-dark .head5, .bg-dark .head6 {
  color: #cfd9e2;
}
.bg-dark p {
  color: #ffffff;
}
.bg-dark.bl-shk {
  background-image: url(../_interface/pat-bl-shake.webp);
  background-size: 230px 230px;
}
.bg-dark.bl-hor {
  background-image: url(../_interface/pat-bl-horizontal.webp);
  background-size: 150px 150px;
}
.bg-dark.bl-bbs {
  background-image: url(../_interface/pat-bl-bbsiding.webp);
  background-size: 150px 150px;
}

.bg-dk-gray {
  background-color: #75736d;
  background-image: url(../_interface/pat-lt-vert.webp);
  background-repeat: repeat;
  background-size: 150px 150px;
}
.bg-dk-gray.gr-hex {
  background-image: url(../_interface/pat-gr-hexagon.webp);
  background-size: 150px 150px;
}
.bg-dk-gray.gr-brk {
  background-image: url(../_interface/pat-gr-brick.webp);
  background-size: 150px 150px;
}
.bg-dk-gray.gr-bbs {
  background-image: url(../_interface/pat-gr-bbsiding.webp);
  background-size: 150px 150px;
}

.bg-gray {
  background-color: #e2e1df;
  background-image: url(../_interface/pat-lt-vert.webp);
  background-repeat: repeat;
  background-size: 150px 150px;
}
.bg-gray.gr-hex {
  background-image: url(../_interface/pat-gr-hexagon.webp);
  background-size: 150px 150px;
}
.bg-gray.gr-brk {
  background-image: url(../_interface/pat-gr-brick.webp);
  background-size: 150px 150px;
}
.bg-gray.gr-bbs {
  background-image: url(../_interface/pat-gr-bbsiding.webp);
  background-size: 150px 150px;
}

.bg-light-gray {
  background-color: #f2f2f1;
  background-image: url(../_interface/pat-lt-vert.webp);
  background-repeat: repeat;
  background-size: 150px 150px;
}
.bg-light-gray .box {
  background-color: white;
}
.bg-light-gray.lt-sqr {
  background-image: url(../_interface/pat-lt-square.webp);
  background-size: 150px 150px;
}
.bg-light-gray.lt-hex {
  background-image: url(../_interface/pat-lt-hexagon.webp);
  background-size: 90px 150px;
}
.bg-light-gray.lt-chv {
  background-image: url(../_interface/pat-lt-chevron.webp);
  background-size: 180px 180px;
}

.bg-white {
  background-color: #ffffff;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #ffffff;
  color: rgb(71, 69, 63);
  font-family: Montserrat, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
  font-size: 100%;
  line-height: 1.5em;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 110%; /* Scales all fonts sized with ems or percentages at this breakpoint */
  }
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 120%; /* Scales all fonts sized with ems or percentages at this breakpoint */
  }
}

p {
  margin-right: -0.5em;
  margin-bottom: 1em;
  margin-top: 0;
}
p.drop-cap:first-letter {
  float: left;
  margin: -0.1em 0.1em -0.2em 0em;
  padding: inherit;
  font-size: 3.6em;
  font-family: Allura, "Segoe Print", "Bradley Hand", Chilanka, TSCu_Comic, casual, cursive;
  line-height: 1;
  text-indent: 0;
  background: transparent;
  color: #aa9a6d;
}

strong {
  font-weight: 500;
}

a {
  text-decoration: none;
  color: #647786;
  transition: all ease-in-out 0.4s;
}
a:hover, a:active {
  color: #aa9a6d;
}

button:not(.fslightboxb), .button {
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2em;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  margin-top: 0.7em;
  margin-bottom: 0.5rem;
  padding: 0.7em 1.5em;
  background-color: transparent;
  color: #aa9a6d;
  border: 1px solid #aa9a6d;
  transition: all ease-in-out 0.4s;
}
button:not(.fslightboxb).small, .button.small {
  font-size: 0.75em;
}
button:not(.fslightboxb).large, .button.large {
  font-size: 100%;
}
button:not(.fslightboxb).reversed, .button.reversed {
  color: #ffffff;
  border: 2px solid #ffffff;
}
button:not(.fslightboxb).solid, .button.solid {
  color: #ffffff;
  background-color: #9b813a;
  border-color: #9b813a;
}
button:not(.fslightboxb):active, button:not(.fslightboxb):hover, .button:active, .button:hover {
  transform: scale(1.07);
  background-color: #aa9a6d;
  border: 1px solid #aa9a6d;
  color: #ffffff;
}

button + button, .button + .button {
  margin-left: 0.5em;
}

.button.arrow {
  border: 1px solid rgba(0, 0, 0, 0);
  text-align: center;
  transition-delay: 0.15s;
  text-transform: none;
}
.button.arrow.center {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.button.arrow .angle {
  display: block;
  transform: scale(1, 0.4);
  transition: all 0.8s;
}
.button.arrow .angle span {
  width: 40px;
  height: 20px;
  display: block;
  width: 50px;
  height: 50px;
  border-left: 4px solid #aa9a6d;
  border-bottom: 4px solid #aa9a6d;
  transform: rotate(-45deg);
  position: absolute;
  left: 50%;
  bottom: -60px;
  margin-left: -25px;
  background: transparent;
  box-sizing: border-box;
  transition: border-color 0.2s;
}
.button.arrow:hover {
  background-color: transparent;
  color: #647786;
  border: 1px solid #647786;
}
.button.arrow:hover .angle {
  transform: scale(6, 0.05);
}
.button.arrow:hover .angle span {
  border-left: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

ul li {
  margin-bottom: 0.5em;
  line-height: 1.2em;
}

ul.indent li {
  margin-left: 1.1em;
}

ul.square {
  margin: 0;
}
ul.square li {
  list-style: none;
  position: relative;
}
ul.square li::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0.5em;
  width: 0.3em;
  height: 0.3em;
  background-color: black;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: 400;
}
h1 + h1, h1 + h2, h1 + h3, h1 + h4, h1 + h5, h1 + h6, h2 + h1, h2 + h2, h2 + h3, h2 + h4, h2 + h5, h2 + h6, h3 + h1, h3 + h2, h3 + h3, h3 + h4, h3 + h5, h3 + h6, h4 + h1, h4 + h2, h4 + h3, h4 + h4, h4 + h5, h4 + h6, h5 + h1, h5 + h2, h5 + h3, h5 + h4, h5 + h5, h5 + h6, h6 + h1, h6 + h2, h6 + h3, h6 + h4, h6 + h5, h6 + h6 {
  margin-top: 0.2em;
}

.head1, .head2, .head3, .head4, .head5, .head6 {
  font-family: Montserrat, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #132343;
  margin-top: 0.9em;
  margin-bottom: 0.3em;
  font-weight: 400;
}
.head1 + .head1, .head1 + .head2, .head1 + .head3, .head1 + .head4, .head1 + .head5, .head1 + .head6, .head2 + .head1, .head2 + .head2, .head2 + .head3, .head2 + .head4, .head2 + .head5, .head2 + .head6, .head3 + .head1, .head3 + .head2, .head3 + .head3, .head3 + .head4, .head3 + .head5, .head3 + .head6, .head4 + .head1, .head4 + .head2, .head4 + .head3, .head4 + .head4, .head4 + .head5, .head4 + .head6, .head5 + .head1, .head5 + .head2, .head5 + .head3, .head5 + .head4, .head5 + .head5, .head5 + .head6, .head6 + .head1, .head6 + .head2, .head6 + .head3, .head6 + .head4, .head6 + .head5, .head6 + .head6 {
  margin-top: -0.35em;
}
.head1 + p, .head2 + p, .head3 + p, .head4 + p, .head5 + p, .head6 + p {
  margin-top: 0.6em;
}

.head1 {
  font-weight: 300;
  font-size: 2.5em;
  line-height: 1.1em;
}

.head2 {
  font-weight: 300;
  font-size: 2.2em;
  line-height: 1.1em;
  color: #132343;
  margin-bottom: 0.5em;
}

.head3 {
  font-size: 1.7em;
  line-height: 1.1em;
}

.head4 {
  font-size: 1.4em;
  line-height: 1.2em;
}

.head5 {
  font-size: 1.3em;
  line-height: 1.1em;
}

.head6 {
  font-size: 1.2em;
  line-height: 1.2em;
  color: #aa9a6d;
  font-weight: 400;
}

.head {
  font-family: Montserrat, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.script {
  font-family: Allura, "Segoe Print", "Bradley Hand", Chilanka, TSCu_Comic, casual, cursive;
  font-weight: normal;
  color: #aa9a6d;
  display: block;
  font-size: 130%;
}

.subhead {
  display: block;
  font-family: Allura, "Segoe Print", "Bradley Hand", Chilanka, TSCu_Comic, casual, cursive;
  color: #aa9a6d;
  font-size: 0.8em;
  line-height: 1.1em;
  margin-top: -2em;
  margin-bottom: 0;
}

form .pure-g > div {
  padding: 4px 0;
}

.social-icons a {
  display: inline-block;
  transition: all ease-in-out 0.4s;
  width: 40px;
}
.social-icons .img2svg {
  transition: all ease-in-out 0.4s;
  width: 40px;
  height: auto;
}
.social-icons .img2svg path, .social-icons .img2svg polygon, .social-icons .img2svg circle {
  transition: all ease-in-out 0.4s;
  fill: #ffffff;
}
.social-icons a:hover .img2svg, .social-icons a:active .img2svg {
  scale: 1.1;
}
.social-icons a:hover .img2svg path, .social-icons a:hover .img2svg polygon, .social-icons a:hover .img2svg circle, .social-icons a:active .img2svg path, .social-icons a:active .img2svg polygon, .social-icons a:active .img2svg circle {
  fill: #aa9a6d !important;
}
.social-icons.dark a {
  width: 30px;
  padding: 0.3em;
}
.social-icons.dark a .img2svg {
  width: 30px;
}
.social-icons.dark a .img2svg path, .social-icons.dark a .img2svg polygon, .social-icons.dark a .img2svg circle {
  fill: #8f9eaa !important;
}
.social-icons.dark a:hover .img2svg path, .social-icons.dark a:hover .img2svg polygon, .social-icons.dark a:hover .img2svg circle, .social-icons.dark a:active .img2svg path, .social-icons.dark a:active .img2svg polygon, .social-icons.dark a:active .img2svg circle {
  fill: #9b813a !important;
}

.header a.active, .header a:has(~ ul a.active), .subnav a.active, .subnav a:has(~ ul a.active) {
  font-weight: 500;
  color: #aa9a6d;
}
.header .header-contents, .subnav .header-contents {
  min-height: 10px;
}
.header img.logo, .subnav img.logo {
  max-width: 100px;
  width: 100px;
  height: auto;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .header img.logo, .subnav img.logo {
    max-width: 140px;
    width: 140px;
  }
}
.header img.logo svg, .subnav img.logo svg {
  height: 100px !important;
}
.header div.mobile-menu-icon svg *, .subnav div.mobile-menu-icon svg * {
  fill: #aa9a6d;
}
.header.is-stuck .header-contents, .subnav.is-stuck .header-contents {
  margin-top: 0.5em;
  margin-bottom: 0;
  padding: 0.5em 0 0.25em !important;
}
.header.is-stuck .logo-container img.logo, .subnav.is-stuck .logo-container img.logo {
  max-width: 80px;
}
@media screen and (min-width: 768px) {
  .header.is-stuck .logo-container img.logo, .subnav.is-stuck .logo-container img.logo {
    max-width: 100px;
  }
}

.header {
  background: rgba(0, 0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 80%);
}
.header .header-contents {
  position: relative;
  margin-top: 1em;
  margin-bottom: 0.75em;
}
.header .header-contents .nav::before {
  background-color: rgba(0, 0, 0, 0.2);
}
.header .header-contents .nav.open .toggle-button > span {
  background: #ffffff !important;
}
.header .header-contents .nav .toggle-button span {
  background: #ffffff;
}
.header .header-contents .nav .left, .header .header-contents .nav .right {
  padding: 0 7px;
}
.header .header-contents .nav .left .social-icons a, .header .header-contents .nav .right .social-icons a {
  padding: 0 5px;
  width: 24px !important;
}
.header .header-contents .nav .left .social-icons a .img2svg, .header .header-contents .nav .right .social-icons a .img2svg {
  width: 100%;
}
.header .header-contents .nav .left .social-icons a.fb, .header .header-contents .nav .right .social-icons a.fb {
  padding: 0;
}
.header.is-stuck {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
  background-color: #132343;
}

@media screen and (max-width: 768px) {
  .header .header.is-stuck {
    margin-top: 0.5em !important;
    margin-bottom: 0 !important;
  }
  .header .header:not(.is-stuck) {
    margin-top: 1.3em;
    margin-bottom: 1.5em;
  }
  .header .header-contents {
    position: relative;
  }
  .header .header-contents .phone {
    color: #ffffff;
    padding-right: 0.7em;
  }
  .header .header-contents .nav .nav-contents {
    background-color: #132343;
    text-align: right;
  }
  .header .header-contents .nav .nav-contents a {
    color: #c6bfaa;
    font-size: 1.1em;
    line-height: 1em;
    padding: 1em 0;
    border-top: 1px solid #364c63;
  }
  .header .header-contents .nav .nav-contents a:hover, .header .header-contents .nav .nav-contents a:active {
    background-color: rgba(255, 255, 255, 0.05);
  }
  .header .header-contents .nav .nav-contents .subnav-list li > a {
    color: #8f9eaa;
    border-top: none;
    padding: 0.65em 0;
  }
  .header .header-contents .nav .nav-contents .subnav-list li:last-child > a {
    padding-bottom: 1em;
  }
  .header .header-contents .nav .nav-contents .social-icons {
    padding: 0.8em 11%;
  }
  .header .header-contents .nav .nav-contents .social-icons a {
    width: 24px !important;
    padding: 0.3em;
    border-top: none;
  }
  .header .header-contents .nav .nav-contents .social-icons a .img2svg {
    width: 24px !important;
  }
  .header .header-contents .nav .nav-contents .social-icons a .img2svg path, .header .header-contents .nav .nav-contents .social-icons a .img2svg polygon, .header .header-contents .nav .nav-contents .social-icons a .img2svg circle {
    fill: #c6bfaa !important;
  }
  .header .header-contents .nav .nav-contents .social-icons a:hover, .header .header-contents .nav .nav-contents .social-icons a:active {
    background-color: rgba(255, 255, 255, 0);
    transform: rotate(360deg) scale(1.2);
  }
}
.header.always-off-canvas .header.is-stuck {
  margin-top: 0.5em !important;
  margin-bottom: 0 !important;
}
.header.always-off-canvas .header:not(.is-stuck) {
  margin-top: 1.3em;
  margin-bottom: 1.5em;
}
.header.always-off-canvas .header-contents {
  position: relative;
}
.header.always-off-canvas .header-contents .phone {
  color: #ffffff;
  padding-right: 0.7em;
}
.header.always-off-canvas .header-contents .nav .nav-contents {
  background-color: #132343;
  text-align: right;
}
.header.always-off-canvas .header-contents .nav .nav-contents a {
  color: #c6bfaa;
  font-size: 1.1em;
  line-height: 1em;
  padding: 1em 0;
  border-top: 1px solid #364c63;
}
.header.always-off-canvas .header-contents .nav .nav-contents a:hover, .header.always-off-canvas .header-contents .nav .nav-contents a:active {
  background-color: rgba(255, 255, 255, 0.05);
}
.header.always-off-canvas .header-contents .nav .nav-contents .subnav-list li > a {
  color: #8f9eaa;
  border-top: none;
  padding: 0.65em 0;
}
.header.always-off-canvas .header-contents .nav .nav-contents .subnav-list li:last-child > a {
  padding-bottom: 1em;
}
.header.always-off-canvas .header-contents .nav .nav-contents .social-icons {
  padding: 0.8em 11%;
}
.header.always-off-canvas .header-contents .nav .nav-contents .social-icons a {
  width: 24px !important;
  padding: 0.3em;
  border-top: none;
}
.header.always-off-canvas .header-contents .nav .nav-contents .social-icons a .img2svg {
  width: 24px !important;
}
.header.always-off-canvas .header-contents .nav .nav-contents .social-icons a .img2svg path, .header.always-off-canvas .header-contents .nav .nav-contents .social-icons a .img2svg polygon, .header.always-off-canvas .header-contents .nav .nav-contents .social-icons a .img2svg circle {
  fill: #c6bfaa !important;
}
.header.always-off-canvas .header-contents .nav .nav-contents .social-icons a:hover, .header.always-off-canvas .header-contents .nav .nav-contents .social-icons a:active {
  background-color: rgba(255, 255, 255, 0);
  transform: rotate(360deg) scale(1.2);
}

.subnav {
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding: 0.5em !important;
}
.subnav .header-contents .nav .nav-contents li {
  padding: 0 !important;
  margin: 0 !important;
}
.subnav .header-contents .nav .nav-contents li a {
  font-size: 0.85em;
  line-height: 2.2em;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 0.4em 0.6em;
}
.subnav .header-contents .nav .nav-contents li a.is-active {
  text-decoration: underline;
  color: #364c63;
}

.swiper {
  text-align: center;
  position: relative;
  display: block;
  z-index: 2;
  width: 100%;
}
.swiper .swiper-pagination-bullet {
  background-color: #647786;
}
@media screen and (min-width: 768px) {
  .swiper.full-height {
    height: 100vh;
  }
}
@media screen and (min-width: 768px) {
  .swiper.short-height {
    height: 40vh;
  }
}
.swiper.cover-image .swiper-slide {
  background-image: url(../_temp/sqr-sample.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #ffffff;
  brightness: 0.9;
}
.swiper.cover-image .swiper-slide .darkening-overlay {
  color: white;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.swiper.cover-image .swiper-slide .darkening-overlay .pure-g {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding-top: 2em !important;
}
.swiper.cover-image .swiper-slide .darkening-overlay .head1 {
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .swiper.cover-image .swiper-slide .darkening-overlay .head1 {
    font-size: 2em;
  }
}
.swiper.cover-image .swiper-slide .darkening-overlay .subhead {
  color: #ffffff;
}
.swiper.contain-image .swiper-slide {
  background-image: url(../_temp/sqr-sample.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .swiper.contain-image .swiper-slide {
    background-size: contain;
  }
}
.swiper .swiper-button-prev, .swiper .swiper-button-next {
  color: #c6bfaa;
  padding: 10px;
  opacity: 0.8;
  border-radius: 12px;
  transition: all ease-in-out 0.4s;
}
.swiper .swiper-button-prev:hover, .swiper .swiper-button-prev:active, .swiper .swiper-button-next:hover, .swiper .swiper-button-next:active {
  opacity: 1;
}
@media screen and (max-width: 500px) {
  .swiper .swiper-button-prev, .swiper .swiper-button-next {
    transform: scale(0.7);
  }
}
.swiper .swiper-slide[class*=kb-] {
  overflow: hidden;
}
.swiper .swiper-slide[class*=kb-]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: inherit;
  background-repeat: inherit;
  background-size: inherit;
  background-position: inherit;
  transition: transform 8s ease-out;
  transform: scale(1.1);
  z-index: -1;
}
.swiper .swiper-slide[class*=kb-].swiper-slide-active::before {
  transform: scale(1);
}
.swiper .swiper-slide.kb-center::before {
  transform-origin: center center;
}
.swiper .swiper-slide.kb-left::before {
  transform-origin: left center;
}
.swiper .swiper-slide.kb-right::before {
  transform-origin: right center;
}
.swiper .swiper-slide.kb-top::before {
  transform-origin: center top;
}
.swiper .swiper-slide.kb-bottom::before {
  transform-origin: center bottom;
}
.swiper .swiper-slide.kb-top-left::before {
  transform-origin: left top;
}
.swiper .swiper-slide.kb-top-right::before {
  transform-origin: right top;
}
.swiper .swiper-slide.kb-bottom-left::before {
  transform-origin: left bottom;
}
.swiper .swiper-slide.kb-bottom-right::before {
  transform-origin: right bottom;
}

.banner {
  background: #404040;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 50vh;
  min-height: 400px;
  z-index: 2;
}
.banner.full-height {
  height: 100vh;
  min-height: none;
}
.banner.short-height {
  height: 40vh;
  min-height: 400px;
}
.banner .background-overlay {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.banner .title {
  width: 80%;
  text-align: center;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
  padding: 4.5em 10% 0 10%;
  z-index: 100;
}
.banner .title h1 {
  color: #ffffff;
  font-size: 2.5em;
  line-height: 1.1em;
  margin-top: 0;
  margin-bottom: 0.2em;
}
.banner .title .subhead {
  text-transform: uppercase;
  font-family: Montserrat, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  font-size: 0.4em;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #aa9a6d;
  line-height: 1.1em;
  margin: -2em auto 0 auto;
  padding: 0.3em 0.8em;
  background-color: rgba(0, 15, 40, 0.5);
}
.banner .title .subhead.large {
  font-size: 0.65em;
  background-color: #132343;
  display: inline-block;
  padding: 0.5em 1em;
}

.banner-overlay {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@keyframes fadeUpBounce {
  0%, 100% {
    opacity: 1;
    transform: rotate(-45deg) translateY(0);
  }
  50% {
    opacity: 0.3;
    transform: rotate(-45deg) translateY(-8px) translateX(8px);
  }
}
.down-arrow {
  display: block;
  width: 32px;
  height: 32px;
  border-left: 3px solid #c6bfaa;
  border-bottom: 3px solid #c6bfaa;
  transform: rotate(-45deg);
  position: absolute;
  left: 50%;
  bottom: 8%;
  z-index: 10;
  margin-left: -16px;
  background: transparent;
  box-sizing: border-box;
  transition: border-color 0.2s;
  animation: fadeUpBounce 2s ease-in-out infinite;
}

.down-arrow:hover {
  border-color: #647786;
  animation-play-state: paused;
}

.page-break, line-break {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 20%;
  max-width: 100px;
  margin-bottom: 2em;
  border-bottom: 2px solid #aa9a6d;
}

.shadow-break {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.05+0,0+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 60px); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0d000000", endColorstr="#00000000",GradientType=0 ); /* IE6-9 */
}

img.overlay {
  margin-top: -6.6em;
}
@media screen and (max-width: 768px) {
  img.overlay {
    margin-bottom: -26px;
  }
}

.shadow {
  box-shadow: 8px 8px 40px rgba(0, 0, 0, 0.1);
}

.box {
  background-color: #f2f2f1;
  box-shadow: 6px 6px 30px rgba(0, 0, 0, 0.1);
  padding: 2.2em;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: relative;
}
.box .head4 {
  text-align: center;
  padding-top: 2.1em;
}
.box p {
  font-size: 0.9em;
  line-height: 1.4em;
  flex-grow: 1;
}
.box .img2svg {
  width: 70px;
  height: auto;
  position: absolute;
  top: 2em;
  left: 50%;
  transform: translateX(-50%);
}
.box .img2svg path, .box .img2svg polygon, .box .img2svg circle {
  fill: #e2ded3;
}
.box:hover, .box :active {
  box-shadow: 8px 8px 40px rgba(0, 0, 0, 0.2);
}
.box:hover .img2svg path, .box:hover .img2svg polygon, .box:hover .img2svg circle, .box :active .img2svg path, .box :active .img2svg polygon, .box :active .img2svg circle {
  fill: #aa9a6d !important;
}

@media screen and (min-width: 768px) {
  .equal-height-containers {
    display: flex;
    flex-wrap: wrap;
  }
  .equal-height-containers .pure-u-md-1-2, .equal-height-containers .pure-u-lg-1-3 {
    display: flex;
    flex-direction: column;
  }
}

.signature {
  font-size: 2em;
  color: #d5d3cd;
  font-family: Allura, "Segoe Print", "Bradley Hand", Chilanka, TSCu_Comic, casual, cursive;
}

.need-review {
  background-color: yellow;
}

.bg-dark .need-review {
  background-color: transparent;
  color: yellow;
}

.small-all-caps {
  font-size: 0.85em;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #aa9a6d;
  letter-spacing: 2px;
  margin-bottom: 1em;
}

.footnote {
  font-size: 80%;
  line-height: 1.3em;
}

form {
  margin-top: 0.5em;
  padding-top: 0.5em;
}
form fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
form label {
  display: none;
}
form label.show {
  display: inline-block;
}
form label {
  display: block;
  margin-bottom: 6px;
  color: rgb(71, 69, 63);
}
form label .requiredIndicator {
  color: #aa9a6d;
  font-weight: 500;
}
form label[for=Full_Name],
form label[for=Phone],
form label[for=Email_Address],
form label[for=When],
form label[for=Location],
form label[for=Comments],
form label[for=Lot],
form label[for=Security_Answer] {
  display: none;
}
form input, form textarea, form select {
  width: 100%;
  border: none;
  border-bottom: 1px solid #d5d3cd;
  box-shadow: none !important;
  padding: 12px 8px;
  font-family: inherit;
  font-size: 16px;
  background-color: transparent;
  transition: all ease-in-out 0.4s;
  border-radius: 0;
}
form input:focus, form textarea:focus, form select:focus {
  outline: none;
  border-bottom-color: #aa9a6d;
  background-color: rgba(170, 154, 109, 0.02);
}
form select {
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23647786' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6,9 12,15 18,9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  padding-right: 40px;
  cursor: pointer;
  color: rgb(71, 69, 63);
}
form select option {
  padding: 8px;
  background-color: #ffffff;
  color: rgb(71, 69, 63);
}
form select option:first-child {
  color: #d5d3cd;
  font-style: normal;
}
form select:hover {
  background-color: rgba(170, 154, 109, 0.05);
  border-bottom-color: #c6bfaa;
}
form select:focus {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23a0623e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6,9 12,15 18,9'%3E%3C/polyline%3E%3C/svg%3E");
  background-color: rgba(170, 154, 109, 0.02);
}
form select.custom-select.select-focused {
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(170, 154, 109, 0.15);
}
form select.custom-select.select-changed {
  animation: selectPulse 0.3s ease;
}
form select.custom-select.has-value {
  color: rgb(71, 69, 63);
  font-style: normal;
  font-weight: 500;
}
form select.custom-select:not(.has-value) {
  color: #d5d3cd;
  font-style: normal;
}
@keyframes selectPulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}
form textarea {
  border: 1px solid #d5d3cd;
}

.alternating-background-overlay {
  min-height: 20em;
}
@media screen and (min-width: 768px) {
  .alternating-background-overlay {
    margin-bottom: 3em;
  }
}
.alternating-background-overlay .abo-text {
  position: relative;
  padding-top: 2em;
  padding-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .alternating-background-overlay .abo-text {
    padding-top: 8.5em;
    padding-bottom: 10em;
  }
}
@media screen and (max-width: 768px) {
  .alternating-background-overlay .abo-spacer {
    display: none;
  }
}
.alternating-background-overlay .subhead {
  color: #aa9a6d;
  font-size: 110%;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .alternating-background-overlay .subhead {
    margin-top: 0;
  }
}
.alternating-background-overlay .show-small {
  margin-top: 20px;
  padding-bottom: 0;
  margin-bottom: -20px;
}
.alternating-background-overlay .background-overlay-right, .alternating-background-overlay .background-overlay-left {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-image: url("../_temp/hor-sample.jpg");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .alternating-background-overlay .background-overlay-right, .alternating-background-overlay .background-overlay-left {
    background-image: none !important;
    display: none;
  }
}
.alternating-background-overlay .background-overlay-right.half, .alternating-background-overlay .background-overlay-left.half {
  width: 50%;
}
.alternating-background-overlay .background-overlay-right.sixty, .alternating-background-overlay .background-overlay-left.sixty {
  width: 55%;
  height: calc(100% + 100px);
  margin-top: -100px;
}
.alternating-background-overlay .background-overlay-right.third, .alternating-background-overlay .background-overlay-left.third {
  width: 33.3%;
}
.alternating-background-overlay .background-overlay-right.two-thirds, .alternating-background-overlay .background-overlay-left.two-thirds {
  width: 66.6%;
}
.alternating-background-overlay .background-overlay-right.three-quarter, .alternating-background-overlay .background-overlay-left.three-quarter {
  width: 75%;
}
.alternating-background-overlay .background-overlay-left {
  left: 0;
}
.alternating-background-overlay .background-overlay-right {
  right: 0;
}

.background-overlay-wrapper {
  position: relative;
  width: 100%;
}

.teaser {
  margin-top: 7em;
}
.teaser a {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  background-color: blue;
  margin-top: -5em;
  margin-bottom: 5em;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .teaser a {
    margin-bottom: 3em;
  }
}
.teaser a .title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(19, 35, 67, 0.5);
  color: white;
  font-size: 1.7em;
  transition: all ease-in-out 0.4s;
}
.teaser a .title span {
  color: #aa9a6d;
  display: block;
  font-family: Allura, "Segoe Print", "Bradley Hand", Chilanka, TSCu_Comic, casual, cursive;
}
.teaser a:hover .title, .teaser a:active .title {
  background-color: rgba(19, 35, 67, 0.2);
  opacity: 0;
  scale: 1.1;
}

.page-intro .head1 {
  color: #ffffff;
  margin-top: -2px;
  font-size: 2.1em;
}
@media screen and (min-width: 768px) {
  .page-intro .head1 {
    text-align: right;
  }
}
.page-intro .head1 .emphasize {
  color: #aa9a6d;
}
.page-intro .head4 {
  color: #aa9a6d;
  margin-top: 0;
}

.triple-photo-row img {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .triple-photo-row img {
    margin-bottom: 0;
  }
  .triple-photo-row :nth-child(2) {
    transform: scale(1.1);
  }
}

.specs {
  text-align: center;
}
.specs div {
  display: inline;
  color: #aa9a6d;
  filter: brightness(1.15);
}
.specs div::after {
  content: " • ";
}
@media screen and (min-width: 768px) {
  .specs div {
    text-align: left;
    display: block;
  }
  .specs div::after {
    content: "";
  }
}
.specs div:last-child::after {
  content: "";
}

.portfolio {
  padding-bottom: 4em;
  padding-top: 2.2em;
  background-color: #132343;
}
.portfolio.overlay-below {
  margin-bottom: -5em;
  padding-bottom: 7em;
}
.portfolio .head2 {
  margin-top: 1.5em;
  color: white !important;
  margin-bottom: 0.3em;
}
.portfolio .head2 .subhead {
  font-size: 0.65em;
}
.portfolio .title {
  margin-top: 3.5em;
  text-align: center;
}
.portfolio .title p {
  color: #8f9eaa;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .portfolio .title p {
    max-width: 75%;
  }
}
.portfolio .pure-g a.portfolio-thumbnail {
  transition: all ease-in-out 0.4s;
  padding: 20px;
  aspect-ratio: 3/2;
  box-sizing: border-box;
  overflow: visible;
}
.portfolio .pure-g a.portfolio-thumbnail .thumbnail-info {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  width: auto;
  height: auto;
  background-color: rgba(0, 0, 0, 0.35);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  opacity: 0;
  transition: all ease-in-out 0.4s;
}
.portfolio .pure-g a.portfolio-thumbnail .thumbnail-info .thumbnail-title {
  font-size: 1.25em;
  display: block;
  color: white;
  margin-bottom: 0.2em;
}
.portfolio .pure-g a.portfolio-thumbnail .thumbnail-info .thumbnail-subtitle {
  display: block;
  line-height: 1.3em;
  font-size: 0.8em;
  color: #c6bfaa;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.portfolio .pure-g a.portfolio-thumbnail img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.portfolio .pure-g a.portfolio-thumbnail:hover, .portfolio .pure-g a.portfolio-thumbnail:active {
  scale: 1.04;
}
.portfolio .pure-g a.portfolio-thumbnail:hover .thumbnail-info, .portfolio .pure-g a.portfolio-thumbnail:active .thumbnail-info {
  opacity: 1;
}
.portfolio .pure-g a.portfolio-thumbnail:hover img, .portfolio .pure-g a.portfolio-thumbnail:active img {
  box-shadow: 8px 8px 40px rgba(0, 0, 0, 0.08);
}

/* Filter Menu Styles */
.filter-menu {
  margin: 2em 0 1em 0;
}

.filter-btn {
  background: none;
  border: none;
  margin: 0 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
  text-decoration: none;
  color: #aa9a6d;
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.filter-btn:hover {
  color: #647786;
}

.filter-btn.active {
  color: #647786;
  text-decoration: underline;
}

/* Filter Item Animations */
.filter-item {
  transition: opacity 0.4s ease, transform 0.4s ease;
  display: block;
  opacity: 1;
  transform: scale(1);
}

.filter-item.hide {
  display: none !important;
}

.filter-item.fade-out {
  opacity: 0;
  transform: scale(0.95);
}

/* Overlay text for image categories */
.portfolio-thumbnail {
  position: relative;
  overflow: hidden;
}

.masonry-container {
  -moz-columns: 1;
       columns: 1; /* Number of columns */
  -moz-column-gap: 20px;
       column-gap: 20px; /* Spacing between columns */
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .masonry-container {
    -moz-columns: 2;
         columns: 2; /* Number of columns */
    -moz-column-gap: 30px;
         column-gap: 30px; /* Spacing between columns */
    overflow: visible;
  }
}

.masonry-item {
  display: inline-block; /* Essential for items to flow correctly */
  width: 100%; /* Items take full width of their column */
  margin-bottom: 20px; /* Spacing between items vertically */
  -moz-column-break-inside: avoid;
       break-inside: avoid; /* Prevents items from breaking across columns */
  box-sizing: border-box; /* Ensures padding/border are included in width */
  /* Add other styling for your items (e.g., background, padding, border) */
  position: relative;
  text-align: center;
}
.masonry-item img {
  transition: all ease-in-out 0.4s;
}
.masonry-item .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  padding: 0.5em 1em;
  background-color: #132343;
  white-space: nowrap;
  transition: all ease-in-out 0.4s;
  font-size: 1.3em;
}
.masonry-item:hover .title {
  transform: scale(1.05);
  transform: translate(-50%, -50%);
  font-size: 1.5em;
}
.masonry-item:hover img {
  filter: brightness(0.8);
}

.number {
  font-size: 7em;
  line-height: 1em;
  color: #aa9a6d;
  font-family: Allura, "Segoe Print", "Bradley Hand", Chilanka, TSCu_Comic, casual, cursive;
  overflow: visible;
}

.quotes .swiper-slide:not(.swiper-slide-active) {
  visibility: hidden;
}

.quotes {
  position: relative;
  text-align: center;
  position: relative;
  color: rgb(71, 69, 63);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .quotes {
    padding: 2em 1.7em 0 1.7em;
  }
}
.quotes .pure-g .pure-u-1 {
  position: relative;
}
.quotes .pure-g .pure-u-1 .quote-back-right {
  background-color: #f2f2f1;
  background-image: url(../_img/bgd/quo-background.webp);
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 140%;
  height: 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .quotes .pure-g .pure-u-1 .quote-back-right {
    background-size: contain;
    background-position: top left;
  }
}
.quotes .quote {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
  padding-top: 2em;
  font-family: Allura, "Segoe Print", "Bradley Hand", Chilanka, TSCu_Comic, casual, cursive;
  color: #364c63;
  font-size: 1.8em;
  line-height: 1.3em;
  position: relative;
  overflow: visible;
}
.quotes .quote .open-quote, .quotes .quote .close-quote {
  display: block;
  width: auto;
  overflow: visible;
  position: absolute;
  left: 0;
  top: 0.6em;
  padding: 15px;
  font-size: 5em;
  color: #aa9a6d;
}
.quotes .quote .close-quote {
  left: auto;
  right: 0;
}
.quotes .signature {
  padding-top: 0.5em;
  font-family: Allura, "Segoe Print", "Bradley Hand", Chilanka, TSCu_Comic, casual, cursive;
  font-size: 1.6em;
  color: #aa9a6d;
}
.quotes .location {
  padding-top: 0.2em;
  padding-bottom: 1em;
  font-family: Montserrat, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 0.7em;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #8f9eaa;
}

.personnel .head3 {
  margin-top: 0;
}
.personnel .role {
  color: #aa9a6d;
  font-size: 0.5em;
  line-height: 1.3em;
  margin-top: 0.4em;
  margin-bottom: 0.6em;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
}
.personnel img {
  margin-bottom: -0.4em;
}
@media screen and (min-width: 768px) {
  .personnel img {
    margin-bottom: 0;
  }
}

.numbered .head2 {
  color: #aa9a6d;
  text-align: center;
}

.cta {
  padding-top: 2.2em;
  padding-bottom: 5em;
  background-image: url(../_interface/cta-headshot.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 80% auto;
}
@media screen and (min-width: 768px) {
  .cta {
    background-position: bottom right;
    background-size: 35% auto;
  }
}
@media screen and (max-width: 768px) {
  .cta {
    padding-bottom: 60%;
  }
  .cta .button {
    padding: 0.7em 1.1em;
    font-size: 0.8em;
  }
}

.footer {
  background-color: #e2e1df;
  position: relative;
}
.footer .logo-panel {
  text-align: center;
  background-color: #132343;
  margin-top: -20%;
  margin-bottom: -30px;
  padding: 3em;
}
.footer .logo-panel .logo {
  display: block;
  margin-bottom: 2em;
}
.footer .logo-panel img, .footer .logo-panel a.phone {
  display: block;
}
.footer .logo-panel .address {
  color: #ffffff;
  font-size: 90%;
  line-height: 1.4em;
}
.footer .logo-panel .phone {
  color: #aa9a6d;
  font-size: 1.1em;
  margin-top: 0.3em;
  margin-bottom: 1em;
}
.footer .social-icons a {
  width: 30px;
  padding: 0.3em;
}
.footer .social-icons .img2svg {
  width: 30px;
}
.footer .social-icons .img2svg path, .footer .social-icons .img2svg polygon, .footer .social-icons .img2svg circle {
  fill: #aa9a6d;
}

.associations .img2svg {
  transition: all ease-in-out 0.4s;
  width: 100%;
  height: auto;
}
.associations a {
  opacity: 0.35;
  cursor: pointer;
  display: block;
}
.associations a:hover, .associations a:active {
  scale: 1.1;
  opacity: 0.45;
}/*# sourceMappingURL=styles.css.map */