*,
*::before,
*::after {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "Century Gothic";
  src: url("../../fonts/Century Gothic.eot");
  src: url("../../fonts/Century Gothic.eot?#iefix") format("embedded-opentype"), url("../../fonts/Century Gothic.woff2") format("woff2"), url("../../fonts/Century Gothic.woff") format("woff"), url("../../fonts/Century Gothic.svg#Century Gothic") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-F003;
}
html, body {
  font-family: "Century Gothic", sans-serif;
  font-size: 16px;
  color: #000;
}

html {
  background-color: #f4f4f4;
}

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

@media (width >= 992px) {
  .hide-if-desktop {
    display: none;
  }
}
@media (width < 992px) {
  .hide-if-not-desktop {
    display: none;
  }
}
@media (width < 768px) {
  .hide-if-mobile {
    display: none;
  }
}
.container {
  display: block;
  width: 92%;
  max-width: 345px;
  margin-left: auto;
  margin-right: auto;
}
@media (width >= 576px) {
  .container {
    width: 88%;
    max-width: 510px;
  }
}
@media (width >= 768px) {
  .container {
    width: 90%;
    max-width: 690px;
  }
}
@media (width >= 992px) {
  .container {
    width: 93.75%;
    max-width: 930px;
  }
}
@media (width >= 1200px) {
  .container {
    width: 80%;
    max-width: 1110px;
  }
}
@media (width >= 1400px) {
  .container {
    width: 80%;
    max-width: 1290px;
  }
}

.eyebrow {
  text-transform: uppercase;
  line-height: 1.75;
  letter-spacing: 1px;
  color: #ce9200;
}
.eyebrow + * {
  margin-top: 10px;
}

h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  font-weight: 400;
}

h2,
.h2 {
  line-height: 1.3em;
  font-weight: 400;
  font-size: 35px;
}
@media (width >= 992px) {
  h2,
  .h2 {
    font-size: 42px;
  }
}

h3,
.h3 {
  line-height: 1.5;
  font-size: 25px;
}
@media (width >= 992px) {
  h3,
  .h3 {
    font-size: 32px;
  }
}

h4,
.h4 {
  line-height: 1.5;
  font-size: 18px;
}
@media (width >= 992px) {
  h4,
  .h4 {
    font-size: 22px;
  }
}

.slider-navigation {
  display: flex;
  flex-wrap: nowrap;
  column-gap: 30px;
}
.slider-navigation button {
  width: 46px;
  height: 46px;
  background-image: url("img/icon--slider-nav.svg");
  background-color: transparent;
  appearance: none;
  border: none;
}
.slider-navigation button.next {
  transform: scaleX(-1);
}
@media (hover: hover) {
  .slider-navigation button:not(.swiper-button-disabled):hover {
    background-image: url("img/icon--slider-nav-hover.svg");
  }
}
.slider-navigation button.swiper-button-disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

b, strong {
  font-weight: 700;
}

.entry * + p,
.entry * + ul,
.entry * + ol {
  margin-top: 20px;
}
.entry ul,
.entry ol {
  margin-left: 20px;
}

@media (width < 1024px) {
  body {
    margin-top: -42px;
  }
  #wprmenu_bar {
    display: none !important;
  }
}
.template-part-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 27px;
}
.template-part-buttons a {
  display: inline-block;
  padding: 11px 14px 9px 14px;
  font-family: inherit;
  border: 2px solid transparent;
  text-transform: uppercase;
  letter-spacing: 0.36px;
  text-decoration: none;
  text-align: center;
  font-size: 15px;
  background-color: #ebb93f;
  border-color: #ebb93f;
  color: #fff;
}
@media (hover: hover) {
  .template-part-buttons a:hover {
    background-color: #ce9200;
    border-color: #ce9200;
  }
}
.template-part-buttons a.invert {
  background-color: #ce9200;
  border-color: #ce9200;
}
@media (hover: hover) {
  .template-part-buttons a.invert:hover {
    background-color: #ebb93f;
    border-color: #ebb93f;
  }
}
.template-part-buttons a.hollow {
  background-color: #ffffff;
  border-color: #ebb93f;
  color: #ebb93f;
}
@media (hover: hover) {
  .template-part-buttons a.hollow:hover {
    background-color: #ce9200;
    border-color: #ce9200;
    color: #fff;
  }
}

:root {
  --header-height: 155px;
}
@media (width >= 1400px) {
  :root {
    --header-height: 115px;
  }
}

#page-header {
  position: relative;
  z-index: 2;
  display: block;
  height: var(--header-height);
}
#page-header > .wrapper {
  display: flex;
  height: var(--header-height);
  padding-bottom: 40px;
  box-sizing: border-box;
  align-items: end;
  flex-wrap: nowrap;
}
@media (width >= 1400px) {
  #page-header > .wrapper {
    padding-bottom: 0;
  }
}
#page-header .container,
#page-header .container .col {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  column-gap: 35px;
}
#page-header .container--logo {
  display: block;
}
#page-header .container--logo img {
  width: auto;
  max-width: 275px;
  max-height: 60px;
}
@media (width >= 768px) {
  #page-header .container--logo img {
    max-width: 350px;
    max-height: 75px;
  }
}
#page-header .template-part-buttons {
  display: none;
}

#page-nav,
#page-header-mobile-drawer {
  font-size: 15px;
}
#page-nav ul,
#page-header-mobile-drawer ul {
  padding-left: 0;
  list-style: none;
}
#page-nav a,
#page-header-mobile-drawer a {
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}
@media (hover: hover) {
  #page-nav a:hover::after,
  #page-header-mobile-drawer a:hover::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
  }
}

@media (width < 1400px) {
  #page-nav {
    display: none;
  }
}
#page-nav ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  column-gap: 25px;
}
#page-nav a {
  color: #fff;
}

@media (width >= 1400px) {
  #page-header .mobile-nav-toggles {
    display: none;
  }
}
#page-header .mobile-nav-toggles button {
  background-color: transparent;
  appearance: none;
  border: none;
}
#page-header .mobile-nav-toggles svg {
  width: 40px;
  height: 25px;
  fill: #fff;
}
#page-header[nav=closed] .primary-nav-close {
  display: none;
}
#page-header[nav=open] .primary-nav-open {
  display: none;
}
@media (width < 1400px) {
  #page-header[nav=open] > .wrapper {
    background-color: #fff;
  }
  #page-header[nav=open] .container--logo.hero {
    display: none;
  }
  #page-header[nav=open] .container--logo.nav {
    display: block;
  }
}

#page-header-mobile-drawer {
  display: none;
  padding: 30px;
  background-color: #fff;
  box-sizing: border-box;
}
@media (width < 1400px) {
  #page-header[nav=open] #page-header-mobile-drawer {
    display: block;
  }
}
#page-header-mobile-drawer .container {
  align-items: start;
}
@media (width >= 768px) {
  #page-header-mobile-drawer .container {
    justify-content: end;
  }
}
#page-header[nav=open] #page-header-mobile-drawer {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
}
#page-header[nav=open] #page-header-mobile-drawer::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: var(--header-height);
  box-shadow: 0 8px 17px 3px rgba(0, 0, 0, 0.07);
}
#page-header[nav=open] #page-header-mobile-drawer .template-part-buttons {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 20px;
}
@media (width >= 768px) {
  #page-header[nav=open] #page-header-mobile-drawer .template-part-buttons {
    display: none;
  }
}

@media (width >= 768px) {
  #page-header-mobile-nav ul {
    display: flex;
    column-gap: 30px;
  }
}
@media (width < 768px) {
  #page-header-mobile-nav li + li {
    margin-top: 20px;
  }
}
#page-header-mobile-nav a {
  color: #000;
}

#page-header .container--logo.sticky {
  display: none;
}
#page-header .template-part-buttons {
  flex-direction: row-reverse;
}
@media (width >= 768px) {
  #page-header[sticky=on] .wrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: auto;
    padding: 25px 0;
    background-color: #fff;
  }
  body.admin-bar #page-header[sticky=on] .wrapper {
    top: 32px;
  }
}
@media (width >= 768px) and (width <= 782px) {
  body.admin-bar #page-header[sticky=on] .wrapper {
    top: 46px;
  }
}
@media (width >= 768px) {
  #page-header[sticky=on] .container--logo.hero {
    display: none;
  }
  #page-header[sticky=on] .container--logo.sticky {
    display: block;
  }
  #page-header[sticky=on] .container--logo.sticky img {
    width: auto;
    max-width: 200px;
    max-height: 40px;
  }
}
@media (width >= 768px) and (width < 1200px) {
  #page-header[sticky=on] #page-nav {
    display: none;
  }
}
@media (width >= 768px) {
  #page-header[sticky=on] #page-nav a {
    color: #000;
  }
  #page-header[sticky=on][nav=open] #page-header-mobile-drawer {
    display: block;
  }
  #page-header[sticky=on] .template-part-buttons {
    display: flex;
  }
}
@media (width >= 768px) and (width < 1200px) {
  #page-header[sticky=on] .mobile-nav-toggles {
    display: block;
  }
}
@media (width >= 768px) {
  #page-header[sticky=on] .mobile-nav-toggles svg {
    fill: #000;
  }
}

#page-hero {
  position: relative;
  z-index: 1;
  min-height: var(--hero-height, 0);
  margin-top: calc(var(--header-height) * -1);
  background-color: #696969;
  line-height: 1.45;
  overflow: hidden;
  font-size: 22px;
  color: #fff;
}
#page-hero picture {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: -1;
  display: block;
  width: var(--hero-width, 0);
  min-height: var(--hero-height, calc(100% - var(--header-height)));
  transform: translateX(-50%);
  box-sizing: border-box;
  overflow: hidden;
}
#page-hero picture img {
  display: block;
}
@media (width < 992px) {
  #page-hero picture img {
    object-fit: cover;
    object-position: center bottom;
  }
}
#page-hero .container {
  position: relative;
  display: flex;
  margin-top: var(--header-height);
  padding-top: 35px;
  align-items: center;
  flex-wrap: nowrap;
}
@media (width >= 576px) {
  #page-hero .container {
    padding-top: 90px;
  }
}
@media (width >= 768px) {
  #page-hero .container {
    padding-top: 75px;
  }
}
@media (width >= 992px) {
  #page-hero .container {
    padding: 110px 0;
  }
}
@media (width >= 1400px) {
  #page-hero .container {
    padding: 120px 0;
  }
}
#page-hero .col--text {
  width: 100%;
}
@media (width >= 992px) {
  #page-hero .col--text {
    width: 530px;
  }
}
@media (width >= 1200px) {
  #page-hero .col--text {
    width: 630px;
  }
}
@media (width >= 1400px) {
  #page-hero .col--text {
    width: 740px;
  }
}
#page-hero .col--text h1 {
  font-weight: 400;
  font-size: 52px;
  line-height: 1.15;
}
@media (width >= 992px) {
  #page-hero .col--text h1 {
    font-size: 60px;
  }
}
#page-hero .col--text + .entry {
  margin-top: 15px;
}
@media (width >= 576px) {
  #page-hero .col--text + .entry {
    margin-top: 20px;
  }
}
@media (width >= 992px) {
  #page-hero .col--text + .entry {
    margin-top: 5px;
  }
}
@media (width >= 1200px) {
  #page-hero .col--text + .entry {
    margin-top: 10px;
  }
}
#page-hero .col--text .entry {
  font-size: 22px;
}
@media (width >= 992px) {
  #page-hero .col--text .entry {
    font-size: 25px;
  }
}
#page-hero .template-part-buttons {
  margin-top: 40px;
}
@media (width < 768px) {
  #page-hero .template-part-buttons {
    display: none;
  }
}
#page-hero .template-part-buttons a {
  font-size: 18px;
}

.template-part-testimonials {
  padding: 60px 0;
  overflow: hidden;
}
@media (width >= 768px) {
  .template-part-testimonials {
    padding: 75px 0;
  }
}
@media (width >= 768px) {
  .template-part-testimonials .container {
    display: grid;
    grid-template-columns: 50% 50%;
    column-gap: 30px;
  }
}
@media (width >= 992px) {
  .template-part-testimonials .container {
    grid-template-columns: 40% 48%;
    column-gap: 75px;
  }
}
@media (width >= 1200px) {
  .template-part-testimonials .container {
    grid-template-columns: 40% 53%;
  }
}
@media (width >= 1400px) {
  .template-part-testimonials .container {
    grid-template-columns: 40% 55%;
  }
}
@media (width < 576px) or (width >= 768px) {
  .template-part-testimonials * + .slider-navigation {
    margin-top: 30px;
  }
}
@media (width >= 768px) {
  .template-part-testimonials .col.header {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
}
@media (576px <= width < 768px) {
  .template-part-testimonials .col.header .wrapper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
}
.template-part-testimonials .col.slider {
  --padding: 30px;
  position: relative;
  z-index: 1;
  margin-top: 30px;
  line-height: 1.5;
  font-size: 25px;
}
@media (width >= 768px) {
  .template-part-testimonials .col.slider {
    margin-top: 0;
  }
}
@media (width >= 992px) {
  .template-part-testimonials .col.slider {
    --padding: 45px;
    font-size: 30px;
  }
}
.template-part-testimonials .col.slider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  display: block;
  width: 100vw;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 8px 17px 3px rgba(0, 0, 0, 0.07);
}
.template-part-testimonials .col.slider::after {
  content: "";
  position: absolute;
  top: var(--padding);
  right: 0;
  z-index: -1;
  display: block;
  width: 100vw;
  height: 60%;
  background-image: url("img/icon--large-quote.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(50%);
}
@media (width >= 576px) {
  .template-part-testimonials .col.slider::after {
    height: calc(100% - var(--padding) * 2);
  }
}
@media (width >= 768px) {
  .template-part-testimonials .col.slider::after {
    left: 30vw;
    right: auto;
    transform: none;
  }
}
@media (width >= 992px) {
  .template-part-testimonials .col.slider::after {
    top: 30px;
  }
}
.template-part-testimonials .swiper {
  position: relative;
  z-index: 1;
}
.template-part-testimonials .swiper::after {
  content: "";
  position: absolute;
  top: var(--padding);
  left: var(--padding);
  z-index: -1;
  display: block;
  width: 70px;
  height: 55px;
  background-image: url("img/icon--quote.svg");
  background-size: contain;
}
.template-part-testimonials .swiper-slide {
  position: relative;
  z-index: 1;
  padding: 100px 0 var(--padding) var(--padding);
  box-sizing: border-box;
}
@media (width >= 992px) {
  .template-part-testimonials .swiper-slide {
    padding-top: 115px;
  }
}
.template-part-testimonials .byline {
  margin-top: 20px;
  line-height: 1.5;
  font-size: 18px;
}
@media (width >= 992px) {
  .template-part-testimonials .byline {
    font-size: 22px;
  }
}

.template-part-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 27px;
}
.template-part-buttons a {
  display: inline-block;
  padding: 11px 14px 9px 14px;
  font-family: inherit;
  border: 2px solid transparent;
  text-transform: uppercase;
  letter-spacing: 0.36px;
  text-decoration: none;
  text-align: center;
  font-size: 15px;
  background-color: #ebb93f;
  border-color: #ebb93f;
  color: #fff;
}
@media (hover: hover) {
  .template-part-buttons a:hover {
    background-color: #ce9200;
    border-color: #ce9200;
  }
}
.template-part-buttons a.invert {
  background-color: #ce9200;
  border-color: #ce9200;
}
@media (hover: hover) {
  .template-part-buttons a.invert:hover {
    background-color: #ebb93f;
    border-color: #ebb93f;
  }
}
.template-part-buttons a.hollow {
  background-color: #ffffff;
  border-color: #ebb93f;
  color: #ebb93f;
}
@media (hover: hover) {
  .template-part-buttons a.hollow:hover {
    background-color: #ce9200;
    border-color: #ce9200;
    color: #fff;
  }
}

.template-part-sticky-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 20;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
@media (width >= 768px) {
  .template-part-sticky-footer {
    display: none;
  }
}
.template-part-sticky-footer a {
  display: inline-block;
  padding: 11px 14px 9px 14px;
  font-family: inherit;
  border: 2px solid transparent;
  text-transform: uppercase;
  letter-spacing: 0.36px;
  text-decoration: none;
  text-align: center;
  font-size: 15px;
  background-color: #ebb93f;
  border-color: #ebb93f;
  color: #fff;
  flex: 0 1 50%;
  padding-top: 24px;
  padding-bottom: 23px;
  font-size: 18px;
}
@media (hover: hover) {
  .template-part-sticky-footer a:hover {
    background-color: #ce9200;
    border-color: #ce9200;
  }
}
.template-part-sticky-footer a.invert {
  background-color: #ce9200;
  border-color: #ce9200;
}
@media (hover: hover) {
  .template-part-sticky-footer a.invert:hover {
    background-color: #ebb93f;
    border-color: #ebb93f;
  }
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
*[id] {
  scroll-margin-top: 100px;
}
