@import url('https://fonts.googleapis.com/css2?family=Halant:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Geologica:wght,CRSV@100..900,0&display=swap');
* {
  font-family: "Halant", serif;
  line-height: 26px;
  font-size: 18px;
  word-break: break-word;
  color: rgba(23, 40, 69, 0.8);
}
p {
  font-family: "Halant", serif;
  line-height: 26px;
  font-size: 18px;
  color: rgba(23, 40, 69, 0.8);
}
a {
  font-family: "Halant", serif;
  line-height: 26px;
  font-size: 18px;
  color: rgba(23, 40, 69, 0.8);
  transition: 0.3s ease;
}
ul {
  font-family: "Halant", serif;
  line-height: 26px;
  font-size: 18px;
  color: rgba(23, 40, 69, 0.8);
}
ul li {
  font-family: "Halant", serif;
  line-height: 26px;
  font-size: 18px;
  color: rgba(23, 40, 69, 0.8);
}
h1 {
  font-family: "Geologica", sans-serif;
  color: #172845;
  font-weight: 500;
}
h2 {
  font-family: "Geologica", sans-serif;
  color: #172845;
  font-weight: 500;
}
h3,
h4,
h5,
h6 {
  font-family: "Geologica", sans-serif;
  color: #172845;
  font-weight: 500;
}
main {
  background-color: #f2eae0;
  min-height: 500px;
}
main .ccm-page {
  position: relative;
}
.ccm-image-block {
  border-radius: 40px;
}
.block-margin {
  margin-bottom: 40px;
}
.block-margin-top {
  padding-top: 80px;
}
html.ccm-toolbar-visible .ccm-page {
  margin-top: 0px;
}
.button,
.btn {
  display: block;
  padding: 16px 32px;
  border-radius: 12px;
  background-color: #E5D283;
  color: #172845;
  font-size: 20px;
  line-height: 28px;
  font-family: "Geologica", sans-serif;
  width: fit-content;
  text-decoration: none;
  transition: 0.3s ease;
  border: 1px solid #E5D283;
  box-shadow: none;
}
.button:hover,
.btn:hover,
.button:focus,
.btn:focus {
  background-color: #fff;
  color: #172845;
  border: 1px solid #fff;
  box-shadow: none;
}
.button.secondary,
.btn.secondary {
  background-color: unset;
  color: #f0f0f0;
  border: 1px solid rgba(240, 240, 240, 0.8);
}
.button.secondary:hover,
.btn.secondary:hover,
.button.secondary:focus,
.btn.secondary:focus {
  background-color: #fff;
  color: #172845;
}
.highlighted-letter {
  display: inline-flex;
  align-items: center;
  width: 12px;
  margin-right: 8px;
  font-size: 18px;
  line-height: 26px;
  font-family: "Geologica", sans-serif;
  color: #E5D283;
}
.blue-background {
  background-color: #172845;
  padding: 20px 20px 20px 80px;
  border-radius: 40px;
  margin-bottom: 80px;
}
@media (max-width: 1199px) {
  .blue-background {
    padding: 20px;
  }
}
.blue-background h1,
.blue-background h2,
.blue-background h3,
.blue-background h4,
.blue-background h5,
.blue-background h6 {
  color: #fff;
}
.blue-background p {
  color: rgba(240, 240, 240, 0.8);
}
.blue-background img {
  border-radius: 0px 20px 20px 0px;
}
@media (max-width: 991px) {
  .blue-background img {
    border-radius: 0px 0px 20px 20px;
  }
}
.home-items {
  margin-bottom: 60px;
}
.home-items h1,
.home-items h2,
.home-items h3,
.home-items h4,
.home-items h5,
.home-items h6 {
  margin-bottom: 20px;
}
.item {
  display: block;
  background-color: rgba(23, 40, 69, 0.9);
  width: 100%;
  padding: 16px;
  border-radius: 16px;
  text-decoration: none;
  text-align: center;
  transition: 0.3s ease;
  margin-bottom: 20px;
}
.item h1,
.item h2,
.item h3,
.item h4,
.item h5,
.item h6 {
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  line-height: 32px;
}
.item img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 8px;
}
.item:hover {
  color: #fff;
  background-color: #172845;
  text-decoration: none;
}
.item:hover h1,
.item:hover h2,
.item:hover h3,
.item:hover h4,
.item:hover h5,
.item:hover h6 {
  color: #fff;
  text-decoration: none;
}
.team-header p,
.team-header a,
.team-header ul,
.team-header li,
.team-header h1,
.team-header h2,
.team-header h3,
.team-header h4,
.team-header h5,
.team-header h6 {
  margin-bottom: 0px;
}
.team-item {
  background-color: #172845;
  border-radius: 40px 40px 16px 16px;
  width: 100%;
  z-index: 1;
}
.team-item h1,
.team-item h2,
.team-item h3,
.team-item h4,
.team-item h5,
.team-item h6 {
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 20px;
}
.team-item a {
  color: #f0f0f0;
  text-decoration: none;
}
.team-item a:hover {
  color: #fff;
}
.team-item p,
.team-item ul,
.team-item li {
  color: rgba(240, 240, 240, 0.8);
  text-decoration: none;
}
.team-item p:last-child {
  margin-bottom: 0px;
}
.team-item img {
  border-radius: 40px 40px 0px 0px;
  height: 305px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.team-item .text-area {
  padding: 20px;
}
.team-item .text-area .highlighted-letter,
.team-item .text-area a {
  font-size: 16px;
  line-height: 24px;
}
.team-item .text-area .highlighted-letter {
  margin-right: 4px;
}
header {
  position: relative;
}
header .header-top {
  background-color: #f2eae0;
  height: 36px;
}
header .header-top .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .header-top .header-email {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
header .header-top .header-email span {
  font-size: 16px;
  line-height: 28px;
}
header .header-top .header-email svg {
  flex-shrink: 0;
}
header .header-top .header-email:hover {
  text-decoration: underline;
}
header .header-bottom {
  background-color: #172845;
  height: 74px;
}
@media (max-width: 1199px) {
  header .header-bottom {
    height: auto;
    min-height: 74px;
  }
}
header .header-bottom .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1199px) {
  header .header-bottom .container {
    height: auto;
    min-height: 74px;
    align-items: flex-start;
  }
}
header .header-bottom .ccm-block-top-navigation-bar {
  width: 100%;
}
header .header-bottom .ccm-block-top-navigation-bar .navbar {
  padding: 0;
  justify-content: flex-end;
}
@media (max-width: 1199px) {
  header .header-bottom .ccm-block-top-navigation-bar .navbar {
    width: 100%;
    min-height: 74px;
    position: relative;
  }
}
header .header-bottom .ccm-block-top-navigation-bar .navbar .container-fluid {
  padding: 0px;
  justify-content: flex-end;
}
@media (max-width: 1199px) {
  header .header-bottom .ccm-block-top-navigation-bar .navbar .container-fluid {
    width: 100%;
    min-height: 74px;
    position: relative;
    display: flex;
    align-items: flex-start;
  }
}
header .header-bottom .ccm-block-top-navigation-bar .navbar .navbar-toggler {
  padding: 0px;
}
@media (max-width: 1199px) {
  header .header-bottom .ccm-block-top-navigation-bar .navbar .navbar-toggler {
    position: absolute;
    top: 37px;
    right: 0px;
    transform: translateY(-50%);
    margin-left: 0;
    z-index: 5;
  }
  header .header-bottom .ccm-block-top-navigation-bar .navbar .navbar-toggler:not(.collapsed) {
    right: -7px;
  }
}
header .header-bottom .ccm-block-top-navigation-bar .navbar .navbar-toggler .icon-bar {
  background-color: #fff;
}
header .header-bottom .ccm-block-top-navigation-bar .navbar .navbar-collapse {
  justify-content: flex-end;
}
@media (max-width: 1199px) {
  header .header-bottom .ccm-block-top-navigation-bar .navbar .navbar-collapse {
    width: 100%;
    flex-basis: 100%;
    justify-content: flex-start;
    padding-top: 115px;
    padding-bottom: 40px;
  }
}
header .header-bottom .ccm-block-top-navigation-bar .navbar .navbar-collapse .navbar-nav {
  gap: 32px;
}
@media (max-width: 1199px) {
  header .header-bottom .ccm-block-top-navigation-bar .navbar .navbar-collapse .navbar-nav {
    width: 100%;
    gap: 16px;
  }
}
@media (max-width: 1199px) {
  header .header-bottom .ccm-block-top-navigation-bar .navbar .navbar-collapse .navbar-nav .nav-item {
    width: 100%;
  }
}
header .header-bottom .ccm-block-top-navigation-bar .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #F0F0F0;
  padding: 0px;
  font-size: 20px;
  line-height: 28px;
  background: transparent;
  border: 0;
  appearance: none;
  cursor: pointer;
  font-family: inherit;
  text-align: left;
}
@media (max-width: 1199px) {
  header .header-bottom .ccm-block-top-navigation-bar .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    width: 100%;
    justify-content: space-between;
    color: rgba(255, 255, 255, 0.75);
  }
}
header .header-bottom .ccm-block-top-navigation-bar .navbar .navbar-collapse .navbar-nav .nav-item .nav-link span {
  color: #F0F0F0;
  font-size: 20px;
  line-height: 28px;
}
@media (max-width: 1199px) {
  header .header-bottom .ccm-block-top-navigation-bar .navbar .navbar-collapse .navbar-nav .nav-item .nav-link span {
    color: rgba(255, 255, 255, 0.75);
  }
}
header .header-bottom .ccm-block-top-navigation-bar .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown-toggle {
  pointer-events: none;
}
@media (max-width: 1199px) {
  header .header-bottom .ccm-block-top-navigation-bar .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown-toggle {
    pointer-events: auto;
  }
}
header .header-bottom .ccm-block-top-navigation-bar .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
  display: none;
}
header .header-bottom .ccm-block-top-navigation-bar .navbar .navbar-collapse .navbar-nav .nav-item .nav-link .dropdown-chevron {
  display: block;
  flex-shrink: 0;
}
header .header-bottom .ccm-block-top-navigation-bar .navbar .navbar-collapse .navbar-nav .nav-item .nav-link .dropdown-chevron path {
  transition: fill 0.3s ease;
}
@media (min-width: 1200px) {
  header .header-bottom .ccm-block-top-navigation-bar .navbar .navbar-collapse .navbar-nav .nav-item.dropdown:hover > .dropdown-menu,
  header .header-bottom .ccm-block-top-navigation-bar .navbar .navbar-collapse .navbar-nav .nav-item.dropdown:focus-within > .dropdown-menu {
    display: flex;
  }
  header .header-bottom .ccm-block-top-navigation-bar .navbar .navbar-collapse .navbar-nav .nav-item.dropdown:hover > .nav-link .dropdown-chevron path,
  header .header-bottom .ccm-block-top-navigation-bar .navbar .navbar-collapse .navbar-nav .nav-item.dropdown:focus-within > .nav-link .dropdown-chevron path {
    fill: #f2eae0;
  }
}
header .header-bottom .ccm-block-top-navigation-bar .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
  background-color: #172845;
  padding: 16px;
  border-radius: 0px 0px 16px 16px;
  left: -24px;
  display: none;
  flex-direction: column;
  gap: 16px;
  border: 0px;
}
@media (min-width: 1200px) {
  header .header-bottom .ccm-block-top-navigation-bar .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
    width: max-content;
    max-width: var(--dropdown-max-width, calc(68vw));
    overflow-wrap: normal;
  }
}
@media (max-width: 1199px) {
  header .header-bottom .ccm-block-top-navigation-bar .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
    position: static;
    left: auto;
    min-width: 100%;
    width: 100%;
    margin-top: 12px;
    padding: 0px;
    transform: none;
  }
}
header .header-bottom .ccm-block-top-navigation-bar .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu.show {
  display: flex;
}
header .header-bottom .ccm-block-top-navigation-bar .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
  padding: 8px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 20px;
  line-height: 28px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 32px;
  white-space: normal;
  max-width: 100%;
  box-sizing: border-box;
}
@media (max-width: 1199px) {
  header .header-bottom .ccm-block-top-navigation-bar .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
    padding: 0px 0px 0px 8px;
  }
}
header .header-bottom .ccm-block-top-navigation-bar .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item span {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  white-space: normal;
  overflow-wrap: normal;
  word-break: normal;
  min-width: 0;
  flex: 1 1 auto;
}
header .header-bottom .ccm-block-top-navigation-bar .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item .dropdown-item-chevron {
  flex: 0 0 auto;
  margin-top: 9px;
  display: block;
  flex-shrink: 0;
  transform: rotate(-90deg);
}
header .header-bottom .ccm-block-top-navigation-bar .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item .dropdown-item-chevron path {
  fill: #F0F0F0;
  transition: fill 0.4s ease;
}
header .header-bottom .ccm-block-top-navigation-bar .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item.active,
header .header-bottom .ccm-block-top-navigation-bar .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
  border-radius: 12px;
  background-color: #111820;
  color: #fff;
}
@media (max-width: 1199px) {
  header .header-bottom .ccm-block-top-navigation-bar .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item.active,
  header .header-bottom .ccm-block-top-navigation-bar .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
    border-radius: 0px;
    background-color: unset;
    color: rgba(255, 255, 255, 0.75);
  }
}
header .header-bottom .ccm-block-top-navigation-bar .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item.active .dropdown-item-chevron path,
header .header-bottom .ccm-block-top-navigation-bar .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover .dropdown-item-chevron path {
  fill: #fff;
}
header .header-logo-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  pointer-events: none;
}
@media (max-width: 1199px) {
  header .header-logo-wrap {
    top: 36px;
    bottom: auto;
  }
}
header .header-logo-wrap .header-logo-container {
  position: relative;
}
header .header-logo-wrap .header-logo-container .header-logo {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 305px;
  height: 85px;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
}
@media (max-width: 1199px) {
  header .header-logo-wrap .header-logo-container .header-logo {
    top: -11px;
    bottom: auto;
  }
}
@media (max-width: 575px) {
  header .header-logo-wrap .header-logo-container .header-logo {
    height: 69px;
    top: 5px;
  }
}
@media (max-width: 400px) {
  header .header-logo-wrap .header-logo-container .header-logo {
    width: 240px;
  }
}
header .header-logo-wrap .header-logo-container .header-logo img {
  display: block;
  width: 241px;
  height: auto;
  border-radius: 0px;
}
@media (max-width: 400px) {
  header .header-logo-wrap .header-logo-container .header-logo img {
    width: 200px;
  }
}
.hero-image-top {
  margin-bottom: 80px;
}
.hero-image-top h1,
.hero-image-top h2,
.hero-image-top h3,
.hero-image-top h4,
.hero-image-top h5,
.hero-image-top h6 {
  color: #fff;
  font-size: 50px;
  line-height: 58px;
  font-family: "Geologica", sans-serif;
}
.hero-image-top p {
  color: #f0f0f0;
  font-size: 18px;
  line-height: 26px;
  font-family: "Halant", serif;
}
.hero-image-top .ccm-block-hero-image {
  position: relative;
  height: 612px;
  overflow: hidden;
}
.hero-image-top .ccm-block-hero-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(90deg, #172845 0%, rgba(15, 27, 46, 0.67) 50%, rgba(0, 0, 0, 0) 100%);
}
.hero-image-top .ccm-block-hero-image .ccm-block-hero-image-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 612px;
  z-index: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .hero-image-top .ccm-block-hero-image .ccm-block-hero-image-image {
    background-position: 70% center;
  }
}
.hero-image-top .ccm-block-hero-image .ccm-block-hero-image-text {
  position: absolute;
  inset: 0;
  height: 612px;
  align-items: baseline;
  z-index: 2;
}
.hero-image-top .label {
  height: 58px;
  background-color: #172845;
}
@media (max-width: 991px) {
  .hero-image-top .label {
    height: auto;
  }
}
.hero-image-top .label .label-items {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
@media (max-width: 991px) {
  .hero-image-top .label .label-items {
    height: auto;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.hero-image-top .label .label-items .label-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #f0f0f0;
  font-size: 16px;
  line-height: 24px;
  font-family: "Halant", serif;
  white-space: nowrap;
}
.hero-image-top .label .label-items .label-item img {
  display: block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  border-radius: 0px;
}
.hero-image-top .label .label-items .label-item span {
  color: inherit;
  font-family: "Geologica", sans-serif;
}
.hero-image-divider {
  margin-bottom: 80px;
}
.hero-image-divider h1,
.hero-image-divider h2,
.hero-image-divider h3,
.hero-image-divider h4,
.hero-image-divider h5,
.hero-image-divider h6 {
  color: #fff;
  font-size: 50px;
  line-height: 58px;
  font-family: "Geologica", sans-serif;
}
.hero-image-divider p {
  color: #f0f0f0;
  font-size: 18px;
  line-height: 26px;
  font-family: "Halant", serif;
}
.hero-image-divider ul,
.hero-image-divider li {
  color: #f0f0f0;
  font-size: 18px;
  line-height: 26px;
  font-family: "Halant", serif;
}
.hero-image-divider .ccm-block-hero-image {
  position: relative;
  height: 612px;
  overflow: hidden;
}
@media (max-width: 350px) {
  .hero-image-divider .ccm-block-hero-image {
    height: 720px;
  }
}
.hero-image-divider .ccm-block-hero-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 320px;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(180deg, #f2eae0 0%, rgba(242, 234, 224, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
}
.hero-image-divider .ccm-block-hero-image::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  width: 100%;
  aspect-ratio: 52.65517241;
  background-image: url("/application/themes/stonepartners/img/rock-divider.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center bottom;
  pointer-events: none;
  z-index: 3;
}
.hero-image-divider .ccm-block-hero-image .ccm-block-hero-image-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 612px;
  z-index: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .hero-image-divider .ccm-block-hero-image .ccm-block-hero-image-image {
    background-position: 70% center;
  }
}
@media (max-width: 350px) {
  .hero-image-divider .ccm-block-hero-image .ccm-block-hero-image-image {
    height: 720px;
  }
}
.hero-image-divider .ccm-block-hero-image .ccm-block-hero-image-text {
  position: absolute;
  inset: 0;
  height: 612px;
  align-items: baseline;
  z-index: 2;
  justify-content: flex-start;
}
@media (max-width: 350px) {
  .hero-image-divider .ccm-block-hero-image .ccm-block-hero-image-text {
    height: 720px;
  }
}
.hero-image-divider .ccm-block-hero-image .ccm-block-hero-image-text .hero-image-text {
  background-color: #172845;
  padding: 40px;
  border-radius: 40px;
}
@media (max-width: 420px) {
  .hero-image-divider .ccm-block-hero-image .ccm-block-hero-image-text .hero-image-text {
    padding: 20px;
  }
}
.hero-image-divider .ccm-block-hero-image .ccm-block-hero-image-text .hero-image-text h1,
.hero-image-divider .ccm-block-hero-image .ccm-block-hero-image-text .hero-image-text h2,
.hero-image-divider .ccm-block-hero-image .ccm-block-hero-image-text .hero-image-text h3,
.hero-image-divider .ccm-block-hero-image .ccm-block-hero-image-text .hero-image-text h4,
.hero-image-divider .ccm-block-hero-image .ccm-block-hero-image-text .hero-image-text h5,
.hero-image-divider .ccm-block-hero-image .ccm-block-hero-image-text .hero-image-text h6 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 20px;
}
.hero-image-divider .ccm-block-hero-image .ccm-block-hero-image-text .hero-image-text p {
  color: rgba(240, 240, 240, 0.8);
}
.hero-image-divider .ccm-block-hero-image .ccm-block-hero-image-text .hero-image-text ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.hero-image-divider .ccm-block-hero-image .ccm-block-hero-image-text .hero-image-text ul li {
  position: relative;
  padding-left: 28px;
  color: rgba(240, 240, 240, 0.8);
  font-size: 18px;
  line-height: 26px;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  margin-bottom: 4px;
}
.hero-image-divider .ccm-block-hero-image .ccm-block-hero-image-text .hero-image-text ul li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 20px;
  height: 25px;
  background-image: url("/application/themes/stonepartners/img/icons/checkmark.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.hero-image-divider .ccm-block-hero-image .ccm-block-hero-image-text .hero-image-text .quote {
  font-size: 72px;
  line-height: 72px;
  color: #E5D283;
  font-family: "Geologica", sans-serif;
}
footer {
  position: relative;
  padding-top: 40px;
  background-color: #f2eae0;
}
footer.footer-home .footer-rock-stack {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
  overflow: visible;
}
footer.footer-home .footer-rock-stack .container {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
footer.footer-home .footer-rock-stack img {
  width: 100%;
  display: block;
  transform: translateY(calc(-100% + 41px));
}
footer .footer-top {
  background-color: #172845;
  padding: 80px 0px 40px 0px;
}
footer .footer-top h1,
footer .footer-top h2,
footer .footer-top h3,
footer .footer-top h4,
footer .footer-top h5,
footer .footer-top h6 {
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 20px;
}
footer .footer-top p,
footer .footer-top a {
  color: rgba(240, 240, 240, 0.8);
  text-decoration: none;
  margin-bottom: 0px;
  display: block;
  font-size: 14px;
  line-height: 28px;
  font-family: "Geologica", sans-serif;
  margin-bottom: 6px;
}
footer .footer-top p:hover,
footer .footer-top a:hover {
  color: #fff;
}
footer .footer-top .footer-logo {
  background-color: #fff;
  border-radius: 0px 0px 40px 40px;
  padding: 16px 56px;
  width: 100%;
  margin-bottom: 0px;
}
footer .footer-top .footer-logo img {
  width: 100%;
  border-radius: 0px;
}
footer .footer-top .button {
  color: #172845;
  font-size: 20px;
  line-height: 28px;
  font-family: "Geologica", sans-serif;
  margin-bottom: 0px;
}
footer .footer-top .button:hover {
  color: #172845;
}
footer .footer-middle {
  background-color: #172845;
  min-height: 68px;
  border-top: 2px solid rgba(240, 240, 240, 0.5);
}
footer .footer-middle .footer-middle-items {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}
@media (max-width: 767px) {
  footer .footer-middle .footer-middle-items {
    flex-direction: column;
    gap: 8px;
    padding: 16px 0;
    text-align: center;
  }
}
footer .footer-middle .footer-middle-items a {
  color: rgba(240, 240, 240, 0.8);
  font-size: 14px;
  line-height: 28px;
  text-decoration: none;
  font-family: "Geologica", sans-serif;
}
footer .footer-middle .footer-middle-items a:hover {
  color: #fff;
  text-decoration: none;
}
footer .footer-bottom {
  background-color: #111820;
  min-height: 76px;
}
footer .footer-bottom .footer-bottom-items {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
}
@media (max-width: 767px) {
  footer .footer-bottom .footer-bottom-items {
    flex-direction: column;
    gap: 8px;
    padding: 16px 0;
    text-align: center;
  }
}
footer .footer-bottom .footer-bottom-items div,
footer .footer-bottom .footer-bottom-items a {
  color: rgba(240, 240, 240, 0.8);
  font-size: 14px;
  line-height: 28px;
  text-decoration: none;
  font-family: "Geologica", sans-serif;
}
footer .footer-bottom .footer-bottom-items .copyright {
  text-decoration: none;
  cursor: text;
}
