/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@wordpress/scripts/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/main.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************/
@media (max-width: 767px) {
  :root {
    --wp--preset--font-size--h-1: 34px;
    --wp--preset--font-size--h-2: 32px;
  }
}

* {
  box-sizing: scale-box;
}

body {
  position: relative;
}

header {
  z-index: 10 !important;
}

.lines-container {
  position: fixed;
  height: 100vh;
  width: calc(100% - var(--wp--preset--spacing--80));
  padding: 0 var(--wp--preset--spacing--40);
  display: flex;
  justify-content: space-between;
  top: 0;
}
.lines-container .line {
  position: relative;
  width: 1px;
  background-color: var(--wp--preset--color--gray);
}
.lines-container .line .line-animation {
  position: absolute;
  top: -100px;
  left: 0;
  width: 1px;
  height: 100px;
  background-color: var(--wp--preset--color--beige);
  animation: lines 90s infinite;
}
.lines-container .line .line-animation.fast {
  animation: lines 60s infinite;
}
.lines-container .line.line-1 .line-animation {
  animation-delay: 0s;
}
.lines-container .line.line-1 .line-animation + .line-animation {
  animation-delay: 15s;
}
.lines-container .line.line-2 .line-animation {
  animation-delay: 13s;
}
.lines-container .line.line-2 .line-animation + .line-animation {
  animation-delay: 20s;
}
.lines-container .line.line-3 .line-animation {
  animation-delay: 5s;
}
.lines-container .line.line-3 .line-animation + .line-animation {
  animation-delay: 35s;
}
.lines-container .line.line-4 .line-animation {
  animation-delay: 20s;
}
.lines-container .line.line-4 .line-animation + .line-animation {
  animation-delay: 10s;
}
.lines-container .line.line-5 .line-animation {
  animation-delay: 0s;
}
.lines-container .line.line-5 .line-animation + .line-animation {
  animation-delay: 15s;
}

@keyframes lines {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(calc(100vh + 100px));
  }
}
* .p-abs,
.block-editor-iframe__html .p-abs {
  position: absolute !important;
  z-index: 1;
}
* .p-abs.top,
.block-editor-iframe__html .p-abs.top {
  top: 0;
}
* .p-abs.right,
.block-editor-iframe__html .p-abs.right {
  right: 0;
}
* .p-abs.bottom,
.block-editor-iframe__html .p-abs.bottom {
  bottom: 0;
}
* .p-abs.left,
.block-editor-iframe__html .p-abs.left {
  left: 0;
}
* .p-abs .center,
.block-editor-iframe__html .p-abs .center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
* .p-rel,
.block-editor-iframe__html .p-rel {
  position: relative;
  z-index: 1;
}
* .p-fix,
.block-editor-iframe__html .p-fix {
  position: fixed;
}
* .p-sticky,
.block-editor-iframe__html .p-sticky {
  position: sticky;
}
* .d-none,
.block-editor-iframe__html .d-none {
  display: none;
}
* .d-block,
.block-editor-iframe__html .d-block {
  display: block;
}
* .d-inline,
.block-editor-iframe__html .d-inline {
  display: inline;
}
* .d-inline-block,
.block-editor-iframe__html .d-inline-block {
  display: inline-block;
}
* .d-flex,
.block-editor-iframe__html .d-flex {
  display: flex;
}
* .flex-reverse,
.block-editor-iframe__html .flex-reverse {
  flex-direction: row-reverse;
}
* .flex-column-reverse,
.block-editor-iframe__html .flex-column-reverse {
  flex-direction: column-reverse;
}

.width-wide {
  max-width: 1400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.width-narrow {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes scale-horizontal {
  from {
    transform-origin: var(--scale-origin);
    transform: scaleX(0);
  }
  to {
    transform-origin: var(--scale-origin);
    transform: scaleX(1);
  }
}
@keyframes scale-vertical {
  from {
    transform-origin: var(--scale-origin);
    transform: scaleY(0);
  }
  to {
    transform-origin: var(--scale-origin);
    transform: scaleY(1);
  }
}
[data-aos=fade] {
  opacity: 0;
  transition: 0.3s ease;
  transition-delay: 0.1s;
  transform: translateY(-20px);
}

[data-aos=fade].aos-animate {
  opacity: 1;
  transform: translateY(0);
}

*,
.block-editor-iframe__html {
  /*------------------------------------*\
  	$Typography
  \*------------------------------------*/
}
* .sideways-lr,
.block-editor-iframe__html .sideways-lr {
  writing-mode: sideways-lr;
}
* .has-h-1-font-size,
.block-editor-iframe__html .has-h-1-font-size {
  line-height: 1.105 !important;
  letter-spacing: 13.44px !important;
}
* .has-h-2-font-size,
.block-editor-iframe__html .has-h-2-font-size {
  line-height: 1.22 !important;
  letter-spacing: 10.56px !important;
}
* .has-h-3-font-size,
.block-editor-iframe__html .has-h-3-font-size {
  line-height: 1.645 !important;
  letter-spacing: 0.44px !important;
}
* .has-mobile-h-5-font-size,
.block-editor-iframe__html .has-mobile-h-5-font-size {
  line-height: 21px !important;
  letter-spacing: 1.21px !important;
  margin-bottom: 22px !important;
}
* p,
.block-editor-iframe__html p {
  line-height: 1.65 !important;
  letter-spacing: 0.16px !important;
}

:root :where(.is-layout-flow) > main.wp-block-group,
:root :where(.is-layout-flow) > aside.wp-block-template-part,
:where(.wp-site-blocks) > *,
.wp-block-post-content-is-layout-flow > *,
.wp-block-post-content > .wp-block + .wp-block {
  margin-block-start: 0 !important;
}

:root :where(.wp-block-heading.has-text-align-right):not(.override) {
  top: unset;
  right: unset;
  position: relative;
}

html {
  position: relative;
}

/* Issue: Empty paragraph blocks adds unnecessary empty spaces to the content */
/* Workaround: Add a visible highlighted border to empty paragraph blocks inside the block editor */
/* So we can see a remove this blocks. */
[data-type="core/paragraph"]:not(.is-selected) span {
  position: relative;
  padding: 4px 6px;
  border: 1px solid #d66f4f;
}

[data-type="core/paragraph"]:not(.is-selected) span:before {
  content: "Remove or add content";
  display: flex;
  align-items: center;
  position: absolute;
  height: 20px;
  top: -20px;
  left: -1px;
  padding: 0 9px;
  background: #d66f4f;
  color: #fff;
  text-transform: uppercase;
  font-size: 9px;
  white-space: nowrap;
}

.has-border-color {
  border-style: solid;
}

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

.no-text-decoration,
.no-text-decoration > a {
  text-decoration: none !important;
}

.wp-block-separator {
  border-bottom: 1px solid;
}

.wp-block-button {
  overflow: hidden;
  transition: 0.3s ease;
}
.wp-block-button:hover {
  border-color: var(--wp--preset--color--beige);
}
.wp-block-button > a {
  position: relative;
}
.wp-block-button > a:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
}
.wp-block-button > a:hover:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.card-corner {
  z-index: 1;
}
.card-corner.top {
  top: -1px;
}
.card-corner.right {
  right: -1px;
}
.card-corner.bottom {
  bottom: -1px;
}
.card-corner.left {
  left: -1px;
}
.card-corner.top.right::after, .card-corner.top.right::before {
  transform-origin: top right;
}
.card-corner.top.left::after, .card-corner.top.left::before {
  transform-origin: top left;
}
.card-corner.bottom.right::after, .card-corner.bottom.right::before {
  transform-origin: bottom right;
}
.card-corner.bottom.left::after, .card-corner.bottom.left::before {
  transform-origin: bottom left;
}
.card-corner::after, .card-corner::before {
  content: "";
  transition: 0.5s ease;
  display: block;
  background-color: var(--wp--preset--color--beige);
  top: inherit;
  left: inherit;
  bottom: inherit;
  right: inherit;
  position: absolute;
  border-radius: 10px;
}
.card-corner::after {
  width: 20px;
  height: 2px;
}
.card-corner::before {
  width: 2px;
  height: 20px;
}
.card-corner[data-aos=grow]::after, .card-corner[data-aos=grow]::before {
  transition: 0.5s ease;
}
.card-corner[data-aos=grow]::after {
  transform: scaleX(0);
}
.card-corner[data-aos=grow]::before {
  transform: scaleY(0);
}
.card-corner[data-aos=grow].aos-animate::after {
  transform: scaleX(1);
}
.card-corner[data-aos=grow].aos-animate::before {
  transform: scaleY(1);
}

.cards-staggered__card {
  position: relative;
  overflow: unset;
}
.cards-staggered__card:has(a) {
  cursor: pointer;
}
.cards-staggered__card:nth-of-type(4n + 1):nth-of-type(n + 1) .cards-staggered__card-corner.top {
  display: none;
}
.cards-staggered__card:nth-of-type(4n + 2) .cards-staggered__card-corner.top, .cards-staggered__card:nth-of-type(4n + 2) .cards-staggered__card-corner.right {
  display: none;
}
.cards-staggered__card:nth-of-type(4n + 3) .cards-staggered__card-corner.top, .cards-staggered__card:nth-of-type(4n + 3) .cards-staggered__card-corner.left {
  display: none;
}
.cards-staggered__card:nth-of-type(4n + 4) .cards-staggered__card-corner.top {
  display: none;
}
.cards-staggered__card:nth-last-of-type(-n + 2) .cards-staggered__card-corner.bottom {
  display: none;
}
.cards-staggered__card-corner {
  z-index: 1;
}
.cards-staggered__card-corner.top {
  top: -35px;
}
.cards-staggered__card-corner.right {
  right: -35px;
}
.cards-staggered__card-corner.bottom {
  bottom: -11px;
}
.cards-staggered__card-corner.left {
  left: -11px;
}
.cards-staggered__card-corner::after, .cards-staggered__card-corner::before {
  content: "";
  display: block;
  background-color: var(--wp--preset--color--beige);
  transform-origin: center center !important;
}
.cards-staggered__card-corner::after {
  width: 45px;
  height: 1px;
  position: relative;
  top: -10px;
  left: -12.5px;
}
.cards-staggered__card-corner::before {
  height: 45px;
  width: 1px;
  position: relative;
  left: 10px;
  top: 12.5px;
}
.cards-staggered__card a {
  text-decoration: none;
}

.cards-tall a {
  text-decoration: none;
}
.cards-tall a:hover {
  text-decoration: underline;
}
.cards-tall__card {
  align-items: flex-start;
  position: relative;
  transition: 0.1s ease-in-out;
  min-width: 250px;
  cursor: pointer;
}
.cards-tall__card:hover {
  transform: scale(1.1);
  z-index: 5;
}
.cards-tall__card:hover .wp-block-cover__background {
  transition: 0.1s ease-in-out;
  opacity: 0;
}
.cards-tall__card .wp-block-cover__inner-container.block-editor-block-list__layout {
  position: unset;
}
.cards-tall__card__link {
  position: absolute;
  bottom: 46px;
  left: -46px;
  padding: 16px;
  transform: rotate(270deg);
}
.cards-tall__card__link.block-editor-block-list__block {
  position: absolute;
  bottom: 46px;
  left: -46px;
  padding: 16px;
  transform: rotate(270deg);
}

.cta-bar {
  margin-left: calc(var(--wp--preset--spacing--40) * -1);
  margin-right: calc(var(--wp--preset--spacing--40) * -1);
  overflow: visible;
}
.cta-bar .wp-block-cover__background {
  height: 130%;
  top: unset;
  bottom: 0;
}
.cta-bar__label {
  position: absolute;
  top: 0;
}
.cta-bar__label.has-text-align-left {
  left: 2rem;
}
.cta-bar__label.has-text-align-center {
  left: 50%;
  transform: translateX(-50%);
}
.cta-bar__label.has-text-align-right {
  right: 2rem;
}
.cta-bar__title {
  max-width: 650px;
}

.pattern.hero-full-width {
  z-index: 0;
  margin-right: calc(var(--wp--style--root--padding-right) * -1) !important;
}

.hero-columns-narrow {
  overflow: visible;
}
.hero-columns-narrow__label {
  position: absolute;
  top: -11rem;
  z-index: -1;
}
.hero-columns-narrow__label.has-text-align-left {
  left: -3rem;
}
.hero-columns-narrow__label.has-text-align-center {
  left: 50%;
  transform: translateX(-50%);
}
.hero-columns-narrow__label.has-text-align-right {
  right: -3rem;
}
.hero-columns-narrow figure {
  width: 100%;
  height: 100%;
  max-height: 600px;
  display: flex;
  align-items: center;
}
.hero-columns-narrow figure img {
  width: 100%;
  height: 90%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-columns-wide {
  overflow: visible;
  background: radial-gradient(ellipse closest-side, var(--wp--preset--color--blue-black) 95%, transparent 100%);
}
.hero-columns-wide__label {
  position: absolute;
  top: -11rem;
  z-index: -1;
}
.hero-columns-wide__label.has-text-align-left {
  left: -3rem;
}
.hero-columns-wide__label.has-text-align-center {
  left: 50%;
  transform: translateX(-50%);
}
.hero-columns-wide__label.has-text-align-right {
  right: -3rem;
}
.hero-columns-wide p {
  max-width: 800px;
}
.hero-columns-wide figure {
  width: 100%;
  height: 100%;
  max-height: 600px;
}
.hero-columns-wide figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 781px) {
  .hero-columns-wide .wp-block-column:last-child {
    margin-top: var(--wp--preset--spacing--10);
  }
}

.hero-scroll {
  box-sizing: border-box;
  margin-right: calc(var(--wp--preset--spacing--40) * -1);
  background-color: var(--wp--preset--color--blue-black);
}
.hero-scroll__row {
  position: relative;
}
.hero-scroll__title-group {
  position: relative;
}
.hero-scroll__title-group::before, .hero-scroll__title-group::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--wp--preset--color--beige);
}
.hero-scroll__title-group::before {
  height: 1px;
  width: 50px;
  z-index: 1;
}
.hero-scroll__title-group::after {
  height: 50px;
  width: 1px;
  z-index: 6;
}
.hero-scroll__title-group .border-top {
  transform: scaleX(0);
  --scale-origin: right;
  animation: scale-horizontal 2s ease-in-out 0.5s forwards;
}
.hero-scroll__title-group .border-right {
  transform: scaleY(0);
  --scale-origin: top;
  animation: scale-vertical 2s ease-in-out 0.5s forwards;
}
.hero-scroll__label {
  margin-left: 0;
  max-width: 600px;
}
.hero-scroll__title {
  text-wrap: balance;
}
.hero-scroll__scroll-btn-group {
  position: absolute;
  top: 0;
  right: 0;
  height: calc(100% + 110px);
  width: 40%;
  background-color: var(--wp--preset--color--blue-black);
  z-index: 5;
}
.hero-scroll__scroll-btn-group::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--wp--preset--color--beige);
  height: 1px;
  width: 50px;
  z-index: 1;
}
.hero-scroll__scroll-btn-group::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 110px;
  transform: translateY(50%) scaleX(0);
  height: 1px;
  width: 50%;
  background-color: var(--wp--preset--color--gray);
  --scale-origin: right;
  animation: scale-horizontal 2s ease-in-out 0.5s forwards;
}
.hero-scroll__scroll-btn-group .border-top {
  transform: scaleX(0);
  --scale-origin: left;
  animation: scale-horizontal 2s ease-in-out 0.5s forwards;
}
.hero-scroll__btn {
  position: absolute;
  bottom: 55px;
  left: 50%;
  background-color: transparent;
  cursor: pointer;
  border: 1px solid var(--wp--preset--color--gray);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  height: 110px;
  width: 110px;
}
.hero-scroll__btn .border-animation {
  position: absolute;
  top: -3px;
  left: -3px;
  width: 114px;
  height: 114px;
}
.hero-scroll__btn .border-animation path {
  stroke-dasharray: 540;
  stroke-dashoffset: 540;
}
.hero-scroll__btn:hover .border-animation path {
  animation: dash 0.5s linear forwards;
}
.hero-scroll__btn:hover span {
  transform: rotate(90deg) translateX(-25px);
  transition: transform 0.2s 0.4s;
}
.hero-scroll__btn span {
  color: var(--wp--preset--color--beige);
  font-family: Graphik;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.68px;
  transform: rotate(90deg) translateX(-30px);
  transition: transform 0.2s;
  display: block;
  background: var(--wp--preset--color--blue-black);
  padding-bottom: 4px;
}
.hero-scroll__btn span svg {
  stroke: var(--wp--preset--color--beige);
  transform: rotate(270deg) scale(1.4);
  width: 18px;
  height: 18px;
}
.hero-scroll .border-top,
.hero-scroll .border-right {
  top: 0;
  position: absolute;
  background-color: var(--wp--preset--color--gray);
}
.hero-scroll .border-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
.hero-scroll .border-right {
  right: 0;
  height: 100%;
  width: 1px;
}
.hero-scroll .wp-block .block-library-html__edit {
  display: none;
}
.hero-scroll .block-editor-block-list__block.hero-scroll__scroll-btn-group {
  height: 247px;
}

@media (max-width: 850px) {
  .stats-slider {
    font-size: 19px;
  }
}
.stats-slider__stat {
  background-image: linear-gradient(rgba(186, 167, 111, 0.3), rgba(186, 167, 111, 0.3)), url(images/pexels-stefan-grage-5637555-3.5501c73d.jpg);
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  color: rgba(186, 167, 111, 0.5);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-wrap: none;
}
@media (max-width: 850px) {
  .stats-slider__stat.has-stat-font-size:not(.override) {
    font-size: var(--wp--preset--font-size--label) !important;
  }
}
.stats-slider .superblockslider__button__previous--icon svg {
  transform: scaleX(-1);
}

.tabs {
  position: relative;
}
.tabs__card-corner {
  z-index: 2;
}
.tabs__card-corner::after, .tabs__card-corner::before {
  background-color: var(--wp--preset--color--beige);
}
.tabs__card-corner.--small {
  z-index: 1;
}
.tabs__card-corner.--small::after, .tabs__card-corner.--small::before {
  background-color: #545454;
}
.tabs__card-corner.--small::after {
  width: 60px;
}
.tabs__card-corner.--small::before {
  height: 60px;
}
.tabs__card-corner[data-aos=grow].--small::after, .tabs__card-corner[data-aos=grow].--small::before {
  transition: 1s ease;
}
.tabs .plethoraplugins-tabs--content p {
  color: var(--wp--preset--color--soft-gray);
}
.tabs .plethoraplugins-tabs-container {
  flex-wrap: nowrap;
  gap: 150px;
}
.tabs .plethoraplugins-tabs-container > * {
  flex-grow: 1 !important;
  flex-shrink: 1 !important;
  flex-basis: unset !important;
  width: 100%;
}
.tabs ul.js-plethoraplugins-tabs li,
.tabs ul li {
  margin-bottom: 0 !important;
  border-bottom: 1px solid var(--wp--preset--color--soft-gray);
}
.tabs ul.js-plethoraplugins-tabs li:first-child,
.tabs ul li:first-child {
  border-top: 1px solid var(--wp--preset--color--soft-gray);
}
.tabs ul.js-plethoraplugins-tabs li a.js-plethoraplugins-tabs--link,
.tabs ul.js-plethoraplugins-tabs li a,
.tabs ul li a.js-plethoraplugins-tabs--link,
.tabs ul li a {
  position: relative;
  white-space: nowrap;
  display: block;
  line-height: 80px;
  font-size: var(--wp--preset--font-size--eyebrow);
  font-family: var(--wp--preset--font-family--graphik);
  letter-spacing: 3px;
  text-decoration: none !important;
  text-transform: uppercase;
  color: var(--wp--preset--color--white) !important;
}
.tabs ul.js-plethoraplugins-tabs li a.js-plethoraplugins-tabs--link.active:not(.override),
.tabs ul.js-plethoraplugins-tabs li a.active:not(.override),
.tabs ul li a.js-plethoraplugins-tabs--link.active:not(.override),
.tabs ul li a.active:not(.override) {
  background-color: rgba(195, 171, 108, 0.05);
  padding: 0 40px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tabs ul.js-plethoraplugins-tabs li a.js-plethoraplugins-tabs--link.active:not(.override)::after,
.tabs ul.js-plethoraplugins-tabs li a.active:not(.override)::after,
.tabs ul li a.js-plethoraplugins-tabs--link.active:not(.override)::after,
.tabs ul li a.active:not(.override)::after {
  content: ">";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  background-color: rgba(var(--wp--preset--color--beige), 0.45);
}
.tabs .plethoraplugins-sidenavjump-content {
  padding: 0 !important;
}

.team-member-hero__title {
  text-transform: uppercase;
}
.team-member-hero__categories a:not(.override) {
  text-decoration: none;
}
.team-member-hero__contacts {
  gap: 0;
}
.team-member-hero__contacts > *.wp-block-column:not(.override) {
  flex-basis: auto;
  flex-grow: 0;
}
.team-member-hero__contacts > *.wp-block-column:not(.override):not(:first-child) {
  padding-left: 2rem;
  margin-left: 2rem;
  border-left: solid 1px;
  border-color: rgba(var(--wp--preset--color--soft-gray), 0.3);
}
.team-member-hero ~ .wp-block-query a {
  text-decoration: none !important;
}

aside.wp-block-template-part .sidebar {
  z-index: 500;
  width: var(--wp--style--root--padding-left);
}
aside.wp-block-template-part .sidebar p.sideways-lr {
  position: relative;
}
aside.wp-block-template-part .sidebar p.sideways-lr::before {
  content: "";
  position: absolute;
  top: -12rem;
  left: 0;
  right: 0;
  height: 100px;
  margin: auto;
  width: 1px;
  background-color: var(--wp--preset--color--gray);
}
aside.wp-block-template-part .sidebar .wp-block-social-link-label {
  display: none;
}

header.wp-block-template-part {
  z-index: 1001;
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000 !important;
}
header.wp-block-template-part::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 270px;
  background-color: var(--wp--preset--color--blue-black);
  z-index: -1;
}
header.wp-block-template-part .wp-block-navigation__submenu-container:not(.override) {
  background-color: rgba(26, 26, 33, 0.17);
  color: var(--wp--preset--color--white);
  margin-top: 1rem;
  border: solid 1px rgba(195, 171, 108, 0.17);
  min-width: 350px;
}
header.wp-block-template-part .wp-block-navigation__submenu-container:not(.override)::before {
  content: "";
  position: absolute;
  top: -1rem;
  bottom: -2rem;
  left: -2rem;
  right: -2rem;
}
header.wp-block-template-part .wp-block-navigation__submenu-container:not(.override) .wp-block-navigation-item > .wp-block-navigation-item__content {
  padding: 0 1rem;
  line-height: var(--wp--preset--spacing--30);
  white-space: nowrap;
}
@media (max-width: 767px) {
  header.wp-block-template-part .wp-block-navigation__container {
    --navigation-layout-justification-setting: flex-start !important;
  }
}

.single-team-member__other-members {
  display: flex;
  gap: 2rem;
  flex-wrap: nowrap;
  overflow: auto;
}
.single-team-member__other-members > li {
  min-width: 20rem;
  flex-grow: 1;
}
.single-team-member__other-members > li:not(:first-child) {
  margin-top: 0 !important;
}
.single-team-member__back-btn {
  position: absolute;
  top: -3rem;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: unset;
}
.single-team-member__back-btn:hover path.stroke-animation {
  animation: dash 0.5s linear forwards;
  stroke: var(--wp--preset--color--beige);
}
.single-team-member__back-btn:hover .label {
  transform: translateX(5px);
}
.single-team-member__back-btn path.stroke-animation {
  right: 1px;
  bottom: 1px;
  stroke-dasharray: 540;
  stroke-dashoffset: 540;
}
.single-team-member__back-btn .label {
  color: var(--wp--preset--color--beige);
  font-family: Graphik;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.68px;
  transition: transform 0.2s;
  display: block;
  white-space: nowrap;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: -moz-fit-content;
  height: fit-content;
  right: -95px;
  padding-top: 10px;
  text-transform: uppercase;
}
.single-team-member .team-member-hero__image > img {
  width: 20rem;
  min-height: 22rem;
}

.post-type-archive-team-member__listing > li {
  cursor: pointer;
}
.post-type-archive-team-member__listing > li:nth-child(3n+2) {
  margin-top: calc(-1 * var(--wp--preset--spacing--30));
}
.post-type-archive-team-member__listing > li .card-corner::after {
  transform: scaleX(0);
}
.post-type-archive-team-member__listing > li .card-corner::before {
  transform: scaleY(0);
}
.post-type-archive-team-member__listing > li .wp-block-post-featured-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  mix-blend-mode: multiply;
  transition: 0.3s ease;
  pointer-events: none;
}
.post-type-archive-team-member__listing > li .wp-block-post-featured-image img {
  border: 1px solid transparent;
  transition: 0.3s ease;
  filter: grayscale(100%);
}
.post-type-archive-team-member__listing > li .hover-icon {
  opacity: 0;
  position: absolute;
  bottom: 5px;
  right: 5px;
  pointer-events: none;
  transition: 0.5s ease;
}
.post-type-archive-team-member__listing > li .hover-icon .border-animation {
  transform: scale(0.999);
  stroke-dasharray: 540;
  stroke-dashoffset: 540;
  stroke: var(--wp--preset--color--beige) !important;
}
.post-type-archive-team-member__listing > li:hover .wp-block-post-featured-image::after {
  background-color: rgba(195, 171, 108, 0.4);
}
.post-type-archive-team-member__listing > li:hover .wp-block-post-featured-image img {
  border-color: var(--wp--preset--color--beige) !important;
  filter: grayscale(0%);
}
.post-type-archive-team-member__listing > li:hover .hover-icon {
  opacity: 1;
}
.post-type-archive-team-member__listing > li:hover .hover-icon .border-animation {
  animation: dash 1s ease-in forwards;
}
.post-type-archive-team-member__listing > li:hover .card-corner::after {
  transform: scaleX(1);
}
.post-type-archive-team-member__listing > li:hover .card-corner::before {
  transform: scaleY(1);
}

.pattern.map-full {
  width: 100%;
  height: 700px;
}
.pattern.map-full .map-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opcatity 0.3s ease-in-out;
  opacity: 0;
}
.pattern.map-full .map-container.show {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.pattern.map-full .map-container .us-map {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pattern.map-full .map-container .us-map path {
  fill: var(--wp--preset--color--dark-gray);
  stroke: transparent;
  transition: 0.3s ease-in-out;
}
.pattern.map-full .map-container .us-map path.active {
  animation: tronFilter 6s infinite;
}
.pattern.map-full .map-container .us-map #path67 {
  fill: none !important;
  stroke: var(--wp--preset--color--dark-gray) !important;
  cursor: default;
}

@keyframes tronFilter {
  0% {
    filter: drop-shadow(-0.75px 0px 6px var(--wp--preset--color--dark-brown));
    filter: drop-shadow(-0.75px 0px 6px var(--wp--preset--color--dark-brown));
    fill: var(--wp--preset--color--dark-brown);
    transform: translateY(0px);
  }
  50% {
    filter: drop-shadow(-0.75px 0px 6px #938158);
    filter: drop-shadow(-0.75px 0px 6px #938158);
    fill: #938158;
    transform: translateY(-2px);
  } /* end blue */
  100% {
    filter: drop-shadow(-0.75px 0px 6px var(--wp--preset--color--dark-brown));
    filter: drop-shadow(-0.75px 0px 6px var(--wp--preset--color--dark-brown));
    fill: var(--wp--preset--color--dark-brown);
    transform: translateY(0px);
  }
}

/*# sourceMappingURL=main.css.map*/