@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kristi&family=Libre+Franklin:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
.indent {
  text-indent: -9999em;
}
.clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.mobile {
  display: block;
}
.desktop {
  display: none;
}
@media screen and (min-width: 960px) {
  .mobile {
    display: none;
  }
  .desktop {
    display: block;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
	========================================================================== */
figure {
  margin: 0;
  padding: 0;
}
/**
* Remove the margin in all browsers.
*/
body {
  margin: 0;
}
/**
* Render the `main` element consistently in IE.
*/
main {
  display: block;
}
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
	========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
	========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
}
/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
	========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
  border-style: none;
}
/* Forms
	========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
  /* 1 */
  overflow: visible;
}
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  /* 1 */
  text-transform: none;
}
/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
* Rhatchetre the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
* Correct the padding in Firefox.
*/
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  vertical-align: baseline;
}
/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
  overflow: auto;
}
/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
	========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
  display: block;
}
/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}
/* Misc
	========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none;
}
/**
* Add the correct display in IE 10.
*/
[hidden] {
  display: none;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*:focus-visible {
  outline: var(--button-bg-color) auto 3px;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
  transition: ease all 0.3s;
  outline: none;
  color: var(--text-link-color);
  /* mobile tap color */
}
a:hover,
a:focus-visible {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  text-rendering: optimizelegibility;
  margin: 0;
  font-weight: 400;
  line-height: 1.1;
  font-family: var(--heading-font);
}
h1,
.h1 {
  font-size: calc(3.2*1rem);
}
@media screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: calc(4*1rem);
  }
}
@media screen and (min-width: 960px) {
  h1,
  .h1 {
    font-size: calc(4.8*1rem);
  }
}
h2,
.h2 {
  font-size: calc(3.2*1rem);
}
@media screen and (min-width: 768px) {
  h2,
  .h2 {
    font-size: calc(4*1rem);
  }
}
@media screen and (min-width: 960px) {
  h2,
  .h2 {
    font-size: calc(4.8*1rem);
  }
}
.button {
  min-width: 150px;
}
button,
.button,
a.button {
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  background: var(--button-bg-color);
  border: 1px solid var(--button-border-color);
  color: var(--button-text-color);
  font-size: 1.5rem;
  text-transform: uppercase;
  line-height: 1.5;
  border-radius: 7px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
  cursor: pointer;
  text-decoration: none !important;
}
button.light,
.button.light,
a.button.light {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
  border-color: var(--button-bg-color-hover);
  backdrop-filter: blur(4px);
}
button.light:hover,
.button.light:hover,
a.button.light:hover,
button.light:focus-visible,
.button.light:focus-visible,
a.button.light:focus-visible {
  background-color: transparent;
  color: var(--button-text-color);
}
button.ghost,
.button.ghost,
a.button.ghost {
  background: transparent;
  color: var(--button-text-color);
  border-color: var(--button-bg-color-hover);
}
button.ghost:hover,
.button.ghost:hover,
a.button.ghost:hover,
button.ghost:focus-visible,
.button.ghost:focus-visible,
a.button.ghost:focus-visible {
  background-color: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
button.inline,
.button.inline,
a.button.inline {
  display: inline-block;
}
button:hover,
.button:hover,
a.button:hover,
button:focus-visible,
.button:focus-visible,
a.button:focus-visible {
  background: transparent;
  color: var(--button-text-color-hover);
}
.outline {
  background: none;
  border: 2px solid blue;
  color: #000;
}
p {
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
nav,
.nav,
nav ul,
.nav ul {
  list-style-type: none;
  padding-left: 0;
}
hr {
  border: none;
  background: #eee;
  height: 2px;
  width: 60px;
  margin: 35px auto 0;
}
.alignleft,
.alignright {
  margin-bottom: 1em;
}
address {
  font-style: normal;
}
.center {
  text-align: center;
}
.upper {
  text-transform: uppercase;
}
.screen-reader-text {
  position: absolute !important;
  left: -999em;
}
.html-times {
  font-size: 1.5em;
  vertical-align: sub;
}
form {
  margin: auto;
  max-width: 780px;
}
form input[type="text"],
form input[type="password"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="date"],
form input[type="month"],
form input[type="time"],
form input[type="week"],
form input[type="number"],
form input[type="email"],
form input[type="url"],
form input[type="search"],
form input[type="tel"],
form input[type="phone"],
form select,
form textarea {
  box-sizing: border-box;
  width: 100%;
  border: 0;
  text-indent: 5px;
  border-radius: 7px;
  background-color: transparent;
  border: 1px solid var(--text-color);
  font-family: var(--text-font);
  padding: 5px;
}
form input[type="radio"] {
  margin-right: 8px;
}
form textarea {
  min-height: 120px;
  width: 100%;
  padding: 5px;
  border: 0;
  text-indent: 0px;
  border-radius: 7px;
  background-color: transparent;
  border: 1px solid var(--text-color);
  font-family: var(--text-font);
  box-sizing: border-box;
  resize: vertical;
  max-height: 500px;
}
form input[type="submit"],
form input[type="button"],
form input[type="reset"],
form button {
  min-width: 150px;
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  background: var(--button-bg-color);
  border: 1px solid var(--button-border-color);
  color: var(--button-text-color);
  font-size: 1.5rem;
  text-transform: uppercase;
  line-height: 1.5;
  border-radius: 7px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
  cursor: pointer;
  text-decoration: none !important;
  margin: 0;
}
form input[type="submit"].light,
form input[type="button"].light,
form input[type="reset"].light,
form button.light {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
  border-color: var(--button-bg-color-hover);
  backdrop-filter: blur(4px);
}
form input[type="submit"].light:hover,
form input[type="button"].light:hover,
form input[type="reset"].light:hover,
form button.light:hover,
form input[type="submit"].light:focus-visible,
form input[type="button"].light:focus-visible,
form input[type="reset"].light:focus-visible,
form button.light:focus-visible {
  background-color: transparent;
  color: var(--button-text-color);
}
form input[type="submit"].ghost,
form input[type="button"].ghost,
form input[type="reset"].ghost,
form button.ghost {
  background: transparent;
  color: var(--button-text-color);
  border-color: var(--button-bg-color-hover);
}
form input[type="submit"].ghost:hover,
form input[type="button"].ghost:hover,
form input[type="reset"].ghost:hover,
form button.ghost:hover,
form input[type="submit"].ghost:focus-visible,
form input[type="button"].ghost:focus-visible,
form input[type="reset"].ghost:focus-visible,
form button.ghost:focus-visible {
  background-color: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
form input[type="submit"].inline,
form input[type="button"].inline,
form input[type="reset"].inline,
form button.inline {
  display: inline-block;
}
form input[type="submit"]:hover,
form input[type="button"]:hover,
form input[type="reset"]:hover,
form button:hover,
form input[type="submit"]:focus-visible,
form input[type="button"]:focus-visible,
form input[type="reset"]:focus-visible,
form button:focus-visible {
  background: transparent;
  color: var(--button-text-color-hover);
}
form input[type="password"] {
  letter-spacing: 0.3em;
}
form label + .radio-options {
  margin-top: 10px;
}
form .form-group + .form-group:has(input[type="radio"]) {
  margin-top: 15px;
  margin-bottom: 10px;
}
form .field-wrapper {
  padding-bottom: 25px;
}
form .form-group.required > label:after,
form .form-group:has(input[required]) > label:after,
form .form-group:has(input[required="required"]) > label:after {
  content: "*";
  color: #FF0000;
  font-size: 1em;
  font-weight: 400;
  margin-left: 2px;
}
form .radio-options {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .fields,
  reform {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  .iwrap,
  .form-group,
  .field-wrap {
    width: 100%;
    padding-bottom: 12px;
  }
  .iwrap.quarter,
  .form-group.quarter,
  .field-wrap.quarter {
    width: 23%;
  }
  .iwrap.half,
  .form-group.half,
  .field-wrap.half {
    width: 48%;
  }
  .iwrap.third,
  .form-group.third,
  .field-wrap.third {
    width: 73%;
  }
  .iwrap.one-third,
  .form-group.one-third,
  .field-wrap.one-third {
    width: 31%;
  }
  .iwrap.two-thirds,
  .form-group.two-thirds,
  .field-wrap.two-thirds {
    width: 65%;
  }
  .iwrap.textarea,
  .form-group.textarea,
  .field-wrap.textarea,
  .iwrap.submit,
  .form-group.submit,
  .field-wrap.submit,
  .iwrap.full,
  .form-group.full,
  .field-wrap.full {
    width: 100%;
  }
  .iwrap.submit,
  .form-group.submit,
  .field-wrap.submit {
    padding-left: 0;
    margin-left: 0;
  }
}
html {
  font-size: 62.5%;
  box-sizing: border-box;
  overflow-x: hidden;
}
html *,
html *:before,
html *:after {
  box-sizing: border-box;
}
.block {
  background-color: var(--page-bg-color);
}
.content p + p {
  margin-top: 15px;
}
body {
  font-size: 1.8rem;
  line-height: 1.4;
  color: var(--text-color);
  font-family: var(--text-font);
  overflow-x: clip;
}
img {
  display: block;
}
#mainwrap {
  position: relative;
  z-index: 1;
}
#footer {
  position: relative;
}
.inner {
  position: relative;
  margin: auto;
  max-width: 1400px;
  width: 100%;
}
#cookie-box {
  z-index: 999999 !important;
}
#cookie-box #cookie-button {
  padding: 10px;
  min-width: unset;
  margin: 10px auto 0;
}
#cookie-box-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #cookie-box-inner {
    flex-direction: row;
  }
  #cookie-button {
    margin: 0 auto;
  }
}
#skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background-color: var(--primary-bg-color);
  padding: 10px;
  color: var(--text-color-alt);
}
#skip-link * {
  color: var(--text-color-alt);
}
#skip-link:focus-within {
  left: 0;
  z-index: 20;
}
#skip-link a {
  text-decoration: underline;
}
.grecaptcha-badge {
  z-index: 5;
}
#rs-frame .rs-rs-bar {
  z-index: 2;
}
#rs-adder #rs-adder-list li * {
  box-sizing: unset;
}
#rs-adder #rs-adder-list li span {
  height: 100%;
  width: 100%;
  display: block;
}
#rs-adder #rs-adder-list li img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
#rs-adder #rs-adder-list li strong {
  height: auto;
  max-height: 100%;
}
.rs-rs-inner-markup {
  overflow-x: hidden;
}
.slbWrap {
  cursor: zoom-out;
}
.slbCloseBtn,
.slbArrows button {
  background: unset !important;
  border: 0 !important;
  color: #fff;
  position: absolute !important;
  margin: unset !important;
  padding: unset !important;
  min-width: unset !important;
  font-weight: unset !important;
}
.slbCloseBtn:hover,
.slbArrows button:hover,
.slbCloseBtn:focus-visible,
.slbArrows button:focus-visible {
  color: #fff !important;
  opacity: 0.4 !important;
}
.slbArrows button {
  margin-top: -5em !important;
}
.slbCloseBtn {
  top: 0.5em !important;
}
.slbContentOuter {
  max-width: 80% !important;
}
.slbContentOuter .slbImage {
  padding: 3em 0 5em !important;
  cursor: default;
}
.slbContentOuter button {
  box-shadow: none !important;
  font-weight: 300 !important;
  font-family: var(--heading-font) !important;
  cursor: pointer;
}
.slbContentOuter .slbCloseBtn {
  right: 15px !important;
  top: 0 !important;
  height: unset !important;
  width: unset !important;
  line-height: 1;
  cursor: pointer;
}
.slbContentOuter .slbCaption {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  /* Limits to 2 lines */
  line-clamp: 2;
  padding: 0.21429em 6ch 0.21429em 0.21429em !important;
  margin-bottom: 1em;
  font-size: 20px;
  height: 7rem;
  white-space: unset !important;
  text-align: left !important;
  cursor: default;
}
.slbContentOuter .slb-counter {
  position: absolute;
  right: 0;
  top: 0.21429em;
}
.slbContentOuter .slb-caption {
  display: block;
  width: calc(100% - 75px);
}
#rs-frame .rs-rs-inner {
  background-color: var(--page-bg-color);
}
#fee-transparency-all-tables nav button {
  font-weight: 400 !important;
}
.block.standard_faq .primary .inner {
  display: flex;
  flex-direction: column-reverse;
  text-align: center;
}
.block.standard_faq .primary .inner .content {
  margin-bottom: 20px;
}
.block.standard_faq .primary .inner .content * {
  font-weight: bold;
  text-transform: uppercase;
}
.block.standard_faq .list-wrapper {
  position: relative;
}
.block.standard_faq .list-wrapper::after {
  content: "";
  height: 1px;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--text-color);
  opacity: 0.3;
}
.block.nav {
  position: relative;
}
.block.nav .outer {
  background-color: var(--primary-bg-color);
  padding: 20px 15px;
}
.block.nav .inner {
  display: flex;
  justify-content: space-between;
  max-width: unset;
}
.block.nav #nav-menu-section {
  right: -100%;
  bottom: 0;
  transform: translateY(100%);
  z-index: 10;
  opacity: 0;
  position: absolute;
  width: 100%;
  max-width: 500px;
  padding: 20px 40px;
  text-align: center;
  height: calc(100vh - 105px);
  max-height: calc(100vh - 105px);
  backdrop-filter: blur(2px);
}
.block.nav #nav-menu-section .wrapper {
  overflow-y: auto;
  max-height: 100%;
}
.block.nav #nav-menu-section .primary .button {
  display: none;
}
.block.nav #nav-menu-section .primary a {
  position: relative;
  font-family: var(--heading-font);
}
.block.nav #nav-menu-section .primary a:not(.button) {
  color: var(--text-color-alt);
  font-size: 2.6rem;
  font-weight: 400;
}
.block.nav #nav-menu-section .primary a::before {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: var(--text-color-alt);
  transition: width 0.3s;
  margin-bottom: 4px;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
}
.block.nav #nav-menu-section .primary a:hover::before,
.block.nav #nav-menu-section .primary a:focus::before {
  width: 70%;
}
.block.nav #nav-menu-section .primary a.current-page {
  opacity: 0.4;
  pointer-events: none;
  cursor: default;
}
.block.nav #nav-menu-section .primary a.current-page::before {
  display: none !important;
}
.block.nav #nav-menu-section .secondary {
  padding: 20px 0;
  border-top: 1px solid var(--text-color-alt);
  margin-top: 20px;
}
.block.nav #nav-menu-section .secondary ul {
  display: flex;
  flex-direction: column;
  width: fit-content;
  gap: 15px;
  max-width: 100%;
  margin: 0 auto;
}
.block.nav #nav-menu-section .secondary a.button {
  background: transparent;
  color: var(--button-text-color);
  border-color: var(--button-bg-color-hover);
  display: block;
}
.block.nav #nav-menu-section .secondary a.button:hover,
.block.nav #nav-menu-section .secondary a.button:focus-visible {
  background-color: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
.block.nav #nav-menu-section .secondary li:has(a:not(.button)) {
  display: none;
}
.block.nav #nav-menu-section::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--primary-bg-color);
  opacity: 0.85;
  z-index: -1;
}
.block.nav .nav-container {
  display: flex;
  align-items: center;
}
.block.nav .nav-item {
  display: none;
}
.block.nav .nav-item:has(button) {
  display: inline-flex;
}
.block.nav .nav-item a {
  position: relative;
}
.block.nav .nav-item a:not(.button) {
  color: var(--text-color-alt);
}
.block.nav .nav-item a::before {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: var(--text-color-alt);
  transition: width 0.3s;
  margin-bottom: 4px;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
}
.block.nav .nav-item a:hover::before,
.block.nav .nav-item a:focus::before {
  width: 70%;
}
.block.nav .nav-item a.button::before {
  display: none !important;
}
.block.nav .nav-item a.current-page {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}
.block.nav .nav-item a.current-page::before {
  display: none !important;
}
.block.nav nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 20px;
}
.block.nav #grip {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 30px;
  padding: 4px;
  width: 52px;
  margin: 0;
}
.block.nav #grip span {
  background-color: var(--heading-color-alt);
  border-radius: 1px;
  display: block;
  height: 3px;
  width: 100%;
  transition: opacity 0.3s;
}
.block.nav #grip:hover span,
.block.nav #grip:focus-visible span {
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .block.nav #nav-menu-section {
    text-align: left;
    height: fit-content;
  }
  .block.nav #nav-menu-section .primary ul {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    padding: 0;
  }
}
@media screen and (min-width: 960px) {
  .block.nav .outer {
    padding: 40px 15px;
  }
  .block.nav .nav-item {
    display: inline-flex;
    align-items: center;
  }
  .block.nav .button {
    background: var(--button-bg-color-hover);
    color: var(--button-text-color-hover);
    border-color: var(--button-bg-color-hover);
    backdrop-filter: blur(4px);
  }
  .block.nav .button:hover,
  .block.nav .button:focus-visible {
    background-color: transparent;
    color: var(--button-text-color);
  }
  .block.nav #nav-menu-section {
    height: auto;
    max-height: calc(100vh - 150px);
  }
}
.generic-supernav-overlay {
  position: absolute;
  top: 105px;
  background-color: var(--page-bg-color);
  z-index: 5;
  display: none;
}
@media screen and (min-width: 960px) {
  .generic-supernav-overlay {
    top: 150px;
  }
  .generic-supernav-overlay .nav-item:has(.cta),
  .generic-supernav-overlay .nav-item:has(.button),
  .generic-supernav-overlay .nav-item:has(#grip) {
    display: none;
  }
}
.block.hero {
  position: relative;
}
.block.hero.home {
  height: 100vh;
  max-height: 1200px;
  min-height: fit-content;
  padding: 40px 15px;
}
.block.hero.home::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 80%;
  width: 100%;
  background: linear-gradient(transparent 10%, #1c1c1c 100%);
  opacity: 0.7;
  pointer-events: none;
  z-index: 1;
}
.block.hero.home .inner {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: end;
  z-index: 2;
}
.block.hero.home .content {
  max-width: 650px;
}
.block.hero.home .content .content-title {
  color: var(--heading-color-alt);
  text-align: center;
}
.block.hero.home .content .content-body {
  display: none;
  margin-top: 20px;
  color: var(--text-color-alt);
}
.block.hero.home .content .content-action {
  margin-top: 20px;
  text-align: center;
}
.block.hero.home .content .content-action a {
  min-width: 150px;
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  background: var(--button-bg-color);
  border: 1px solid var(--button-border-color);
  color: var(--button-text-color);
  font-size: 1.5rem;
  text-transform: uppercase;
  line-height: 1.5;
  border-radius: 7px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
  cursor: pointer;
  text-decoration: none !important;
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
  border-color: var(--button-bg-color-hover);
  backdrop-filter: blur(4px);
}
.block.hero.home .content .content-action a.light {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
  border-color: var(--button-bg-color-hover);
  backdrop-filter: blur(4px);
}
.block.hero.home .content .content-action a.light:hover,
.block.hero.home .content .content-action a.light:focus-visible {
  background-color: transparent;
  color: var(--button-text-color);
}
.block.hero.home .content .content-action a.ghost {
  background: transparent;
  color: var(--button-text-color);
  border-color: var(--button-bg-color-hover);
}
.block.hero.home .content .content-action a.ghost:hover,
.block.hero.home .content .content-action a.ghost:focus-visible {
  background-color: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
.block.hero.home .content .content-action a.inline {
  display: inline-block;
}
.block.hero.home .content .content-action a:hover,
.block.hero.home .content .content-action a:focus-visible {
  background: transparent;
  color: var(--button-text-color-hover);
}
.block.hero.home .content .content-action a:hover,
.block.hero.home .content .content-action a:focus-visible {
  background-color: transparent;
  color: var(--button-text-color);
}
.block.hero.home.video {
  position: relative;
}
.block.hero.home.video video {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .block.hero.home .inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: start;
  }
  .block.hero.home .content .content-title {
    text-align: left;
  }
  .block.hero.home .content .content-body {
    display: block;
  }
  .block.hero.home .content .content-action {
    text-align: left;
  }
  .block.hero.home .content .content-action a {
    margin: 0;
  }
  .block.hero.home.video video {
    display: block;
    pointer-events: none;
  }
}
.block.hero.sub {
  height: 300px;
}
@media screen and (min-width: 768px) {
  .block.hero.sub {
    height: 400px;
  }
}
.block.hero.sub.text {
  height: fit-content !important;
}
.block.hero.sub.text .outer {
  padding: 50px 15px;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.block.hero.sub.text .inner {
  background-color: #fff9f7cc;
  backdrop-filter: blur(2px);
  border-radius: 24px;
  padding: 60px 40px 40px;
  max-width: 1200px;
}
.block.hero.sub.text .title {
  font-family: var(--text-font);
  margin-bottom: 20px;
}
.block.hero.sub.text .title * {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.8rem;
  font-family: var(--text-font);
}
.block.hero.sub.text .subtitle {
  margin-bottom: 10px;
}
.block.hero.sub.text .subtitle * {
  text-rendering: optimizelegibility;
  margin: 0;
  font-weight: 400;
  line-height: 1.1;
  font-family: var(--heading-font);
  font-size: calc(3.2*1rem);
}
@media screen and (min-width: 768px) {
  .block.hero.sub.text .subtitle * {
    font-size: calc(4*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.hero.sub.text .subtitle * {
    font-size: calc(4.8*1rem);
  }
}
@media screen and (min-width: 768px) {
  .block.hero.sub.text .outer {
    padding: 150px 15px;
  }
}
.block.hero.sub.title {
  position: relative;
  padding: 40px 15px;
  height: 380px;
}
.block.hero.sub.title .inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  text-align: left;
}
.block.hero.sub.title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(17, 17, 17, 0.2);
}
.block.hero.sub.title h1 {
  color: var(--heading-color-alt);
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
}
.block.hero.sub.title h1::after {
  content: "";
  display: block;
  width: 60%;
  max-width: 100px;
  height: 2px;
  background-color: var(--heading-color-alt);
  margin: 10px 0 0 10px;
}
@media screen and (min-width: 768px) {
  .block.hero.sub.title {
    height: 480px;
  }
}
.simple-text {
  position: relative;
  padding: 60px 15px;
}
.simple-text .inner {
  max-width: 1050px;
}
.simple-text.mission-statement .inner {
  max-width: 1400px;
}
.simple-text.light {
  background-color: var(--page-bg-color);
}
.simple-text.alt {
  background-color: var(--secondary-bg-color);
}
.simple-text .topper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 20px;
}
.simple-text .topper .title * {
  text-rendering: optimizelegibility;
  margin: 0;
  font-weight: 400;
  line-height: 1.1;
  font-family: var(--heading-font);
  font-size: calc(3.2*1rem);
}
@media screen and (min-width: 768px) {
  .simple-text .topper .title * {
    font-size: calc(4*1rem);
  }
}
@media screen and (min-width: 960px) {
  .simple-text .topper .title * {
    font-size: calc(4.8*1rem);
  }
}
.simple-text .topper .subtitle {
  margin-bottom: 20px;
}
.simple-text .topper .subtitle * {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.8rem;
  font-family: var(--text-font);
}
.simple-text .content {
  text-align: center;
}
.simple-text .cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}
.simple-text .cta a {
  min-width: 150px;
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  background: var(--button-bg-color);
  border: 1px solid var(--button-border-color);
  color: var(--button-text-color);
  font-size: 1.5rem;
  text-transform: uppercase;
  line-height: 1.5;
  border-radius: 7px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
  cursor: pointer;
  text-decoration: none !important;
}
.simple-text .cta a.light {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
  border-color: var(--button-bg-color-hover);
  backdrop-filter: blur(4px);
}
.simple-text .cta a.light:hover,
.simple-text .cta a.light:focus-visible {
  background-color: transparent;
  color: var(--button-text-color);
}
.simple-text .cta a.ghost {
  background: transparent;
  color: var(--button-text-color);
  border-color: var(--button-bg-color-hover);
}
.simple-text .cta a.ghost:hover,
.simple-text .cta a.ghost:focus-visible {
  background-color: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
.simple-text .cta a.inline {
  display: inline-block;
}
.simple-text .cta a:hover,
.simple-text .cta a:focus-visible {
  background: transparent;
  color: var(--button-text-color-hover);
}
.simple-text .cta.no-cta {
  display: none;
}
.simple-text.dark {
  background-color: var(--primary-bg-color);
}
.simple-text.dark .topper .title * {
  color: var(--heading-color-alt);
}
.simple-text.dark .topper .subtitle * {
  color: var(--text-color-alt);
}
.simple-text.dark .content * {
  color: var(--text-color-alt);
}
.simple-text.dark .cta * {
  color: var(--text-color-alt);
}
.simple-text.dark .cta a {
  background: transparent;
  color: var(--button-text-color);
  border-color: var(--button-bg-color-hover);
}
.simple-text.dark .cta a:hover,
.simple-text.dark .cta a:focus-visible {
  background-color: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
.simple-text.testimonials footer {
  padding-top: 20px;
}
.simple-text.testimonials .swiper-pagination {
  position: relative !important;
  margin-top: 15px;
}
.simple-text.testimonials .swiper-pagination-bullet {
  background-color: var(--text-color-alt) !important;
  opacity: 0.5;
}
.simple-text.testimonials .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--text-color-alt) !important;
  opacity: 1;
}
article.text-content {
  padding: 40px 15px;
}
article.text-content h2,
article.text-content h3,
article.text-content h4,
article.text-content h5,
article.text-content h6 {
  margin-top: 30px;
  margin-bottom: 15px;
}
article.text-content h3 {
  font-size: 2.4rem;
}
article.text-content h4 {
  font-size: 2rem;
}
article.text-content ul,
article.text-content ol {
  padding-left: 40px;
}
article.text-content p {
  margin-bottom: 15px;
}
.block.services .inner {
  display: flex;
  flex-direction: column-reverse;
}
.block.services .primary {
  padding: 40px 15px;
}
.block.services .title {
  text-align: center;
  margin-bottom: 20px;
}
.block.services .content {
  margin-bottom: 20px;
  text-align: center;
}
.block.services .services-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.block.services .services-list ul li {
  border-top: 1px solid #e0e0e0;
  padding: 15px;
}
.block.services .services-list ul li:last-of-type {
  border-bottom: 1px solid #e0e0e0;
}
.block.services .services-list ul .service-title {
  position: relative;
  cursor: pointer;
  padding-right: 20px;
}
.block.services .services-list ul .service-title * {
  font-family: var(--text-font);
}
.block.services .services-list ul .service-title::after {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 10px;
  border-bottom: 2px solid var(--text-color);
  border-right: 2px solid var(--text-color);
  transform: rotate(45deg);
  top: 50%;
  right: 3px;
  margin-top: -7px;
  transition: transform 0.3s, margin-top 0.3s;
}
.block.services .services-list ul .service-title[aria-expanded="true"]::after {
  transform: rotate(-135deg);
  margin-top: -3px;
}
.block.services .services-list ul .service-description {
  display: none;
  padding: 15px 20px;
}
.block.services .services-list ul .service-description * {
  font-size: 1.6rem;
}
.block.services .cta {
  margin-top: 40px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
.block.services .cta a {
  min-width: 150px;
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  background: var(--button-bg-color);
  border: 1px solid var(--button-border-color);
  color: var(--button-text-color);
  font-size: 1.5rem;
  text-transform: uppercase;
  line-height: 1.5;
  border-radius: 7px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
  cursor: pointer;
  text-decoration: none !important;
}
.block.services .cta a.light {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
  border-color: var(--button-bg-color-hover);
  backdrop-filter: blur(4px);
}
.block.services .cta a.light:hover,
.block.services .cta a.light:focus-visible {
  background-color: transparent;
  color: var(--button-text-color);
}
.block.services .cta a.ghost {
  background: transparent;
  color: var(--button-text-color);
  border-color: var(--button-bg-color-hover);
}
.block.services .cta a.ghost:hover,
.block.services .cta a.ghost:focus-visible {
  background-color: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
.block.services .cta a.inline {
  display: inline-block;
}
.block.services .cta a:hover,
.block.services .cta a:focus-visible {
  background: transparent;
  color: var(--button-text-color-hover);
}
.block.services .secondary {
  width: 100%;
  height: 450px;
}
.block.services .secondary img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
@media screen and (min-width: 960px) {
  .block.services {
    padding-bottom: 40px;
  }
  .block.services .inner {
    flex-direction: row;
  }
  .block.services .primary {
    padding: 60px 15px 0;
    width: 48%;
  }
  .block.services .title {
    max-width: 500px;
    text-align: left;
  }
  .block.services .content {
    text-align: left;
  }
  .block.services .cta {
    justify-content: flex-start;
  }
  .block.services .secondary {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    height: 100%;
    left: 52%;
    min-width: 48%;
    width: calc(((100vw - 100%) / 2) + 48%);
  }
}
#rs-builder .block.services .service-description {
  display: block;
}
#rs-builder .block.services li {
  background-color: var(--page-bg-color);
}
.block.services-slider .primary {
  padding: 40px 15px 60px;
  background-color: var(--primary-bg-color);
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
}
.block.services-slider .title {
  text-align: center;
  margin-bottom: 20px;
}
.block.services-slider .title * {
  color: var(--heading-color-alt);
  font-size: calc(3.2*1rem);
}
@media screen and (min-width: 768px) {
  .block.services-slider .title * {
    font-size: calc(4*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.services-slider .title * {
    font-size: calc(4.8*1rem);
  }
}
.block.services-slider .content {
  margin-bottom: 20px;
}
.block.services-slider .content p,
.block.services-slider .content li {
  color: var(--text-color-alt);
}
.block.services-slider .content ul {
  list-style: disc;
  padding-left: 40px;
  margin-top: 20px;
}
.block.services-slider .swiper-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary-bg-color);
  z-index: 0;
}
.block.services-slider .swiper-lazy-preloader {
  border: 4px solid var(--text-link-color) !important;
  border-top-color: transparent !important;
}
.block.services-slider .swiper-slide {
  display: flex;
  height: auto;
  flex-grow: 1;
}
.block.services-slider .swiper-slide .inner {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
  position: relative;
}
.block.services-slider .swiper-navigation {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  gap: 20px;
}
.block.services-slider .swiper-navigation .swiper-button-prev,
.block.services-slider .swiper-navigation .swiper-button-next {
  user-select: none;
  position: relative;
  width: 45%;
  max-width: 90px;
  padding: 10px;
}
.block.services-slider .swiper-navigation .swiper-button-prev svg,
.block.services-slider .swiper-navigation .swiper-button-next svg {
  width: 100%;
  height: auto;
}
.block.services-slider .swiper-navigation .swiper-button-prev svg path,
.block.services-slider .swiper-navigation .swiper-button-next svg path {
  stroke: var(--text-color-alt) !important;
}
.block.services-slider .swiper-navigation .swiper-button-prev::after,
.block.services-slider .swiper-navigation .swiper-button-next::after {
  display: none;
}
.block.services-slider .secondary {
  width: 100%;
  height: 450px;
  background-color: var(--page-bg-color);
}
.block.services-slider .secondary img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .block.services-slider {
    position: relative;
  }
  .block.services-slider .swiper-slide .inner {
    flex-direction: row;
  }
  .block.services-slider .swiper-navigation {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    gap: 20px;
  }
  .block.services-slider .swiper-navigation .swiper-button-prev,
  .block.services-slider .swiper-navigation .swiper-button-next {
    user-select: none;
    position: relative;
    width: 45%;
    max-width: 90px;
    padding: 10px;
  }
  .block.services-slider .swiper-navigation .swiper-button-prev svg,
  .block.services-slider .swiper-navigation .swiper-button-next svg {
    width: 100%;
    height: auto;
  }
  .block.services-slider .swiper-navigation .swiper-button-prev svg path,
  .block.services-slider .swiper-navigation .swiper-button-next svg path {
    stroke: var(--text-color-alt) !important;
  }
  .block.services-slider .swiper-navigation .swiper-button-prev::after,
  .block.services-slider .swiper-navigation .swiper-button-next::after {
    display: none;
  }
  .block.services-slider .swiper-wrapper::before {
    width: 52%;
  }
  .block.services-slider .primary {
    padding: 60px 15px 80px;
    padding-right: calc(15px + 4%);
    width: 52%;
    flex-grow: 0;
  }
  .block.services-slider .title {
    text-align: left;
  }
  .block.services-slider .content {
    text-align: left;
  }
  .block.services-slider .content a {
    min-width: 150px;
    position: relative;
    display: inline-block;
    padding: 8px 20px;
    background: var(--button-bg-color);
    border: 1px solid var(--button-border-color);
    font-size: 1.5rem;
    text-transform: uppercase;
    line-height: 1.5;
    border-radius: 7px;
    transition: ease all 0.3s;
    text-align: center;
    margin: auto;
    cursor: pointer;
    text-decoration: none !important;
    background: transparent;
    color: var(--button-text-color);
    border-color: var(--button-bg-color-hover);
  }
  .block.services-slider .content a.light {
    background: var(--button-bg-color-hover);
    color: var(--button-text-color-hover);
    border-color: var(--button-bg-color-hover);
    backdrop-filter: blur(4px);
  }
  .block.services-slider .content a.light:hover,
  .block.services-slider .content a.light:focus-visible {
    background-color: transparent;
    color: var(--button-text-color);
  }
  .block.services-slider .content a.ghost {
    background: transparent;
    color: var(--button-text-color);
    border-color: var(--button-bg-color-hover);
  }
  .block.services-slider .content a.ghost:hover,
  .block.services-slider .content a.ghost:focus-visible {
    background-color: var(--button-bg-color-hover);
    color: var(--button-text-color-hover);
  }
  .block.services-slider .content a.inline {
    display: inline-block;
  }
  .block.services-slider .content a:hover,
  .block.services-slider .content a:focus-visible {
    background: transparent;
    color: var(--button-text-color-hover);
  }
  .block.services-slider .content a:hover,
  .block.services-slider .content a:focus-visible {
    background-color: var(--button-bg-color-hover);
    color: var(--button-text-color-hover);
  }
  .block.services-slider .secondary {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    height: 100%;
    padding: 40px 0;
    left: 52%;
    min-width: 48%;
    width: calc(((100vw - 100%) / 2) + 48%);
  }
}
@media only screen and (min-width: 1400px) {
  .block.services-slider .swiper-wrapper::before {
    width: calc(50vw + 21px);
  }
}
.block.image-left,
.block.image-right {
  padding: 40px 15px;
}
.block.image-left .inner,
.block.image-right .inner {
  display: flex;
  flex-direction: column-reverse;
}
.block.image-left .title,
.block.image-right .title {
  text-align: center;
  margin-bottom: 20px;
}
.block.image-left .content,
.block.image-right .content {
  margin-bottom: 20px;
  text-align: center;
}
.block.image-left .cta,
.block.image-right .cta {
  margin-top: 40px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
.block.image-left .cta a,
.block.image-right .cta a {
  min-width: 150px;
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  background: var(--button-bg-color);
  border: 1px solid var(--button-border-color);
  color: var(--button-text-color);
  font-size: 1.5rem;
  text-transform: uppercase;
  line-height: 1.5;
  border-radius: 7px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
  cursor: pointer;
  text-decoration: none !important;
}
.block.image-left .cta a.light,
.block.image-right .cta a.light {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
  border-color: var(--button-bg-color-hover);
  backdrop-filter: blur(4px);
}
.block.image-left .cta a.light:hover,
.block.image-right .cta a.light:hover,
.block.image-left .cta a.light:focus-visible,
.block.image-right .cta a.light:focus-visible {
  background-color: transparent;
  color: var(--button-text-color);
}
.block.image-left .cta a.ghost,
.block.image-right .cta a.ghost {
  background: transparent;
  color: var(--button-text-color);
  border-color: var(--button-bg-color-hover);
}
.block.image-left .cta a.ghost:hover,
.block.image-right .cta a.ghost:hover,
.block.image-left .cta a.ghost:focus-visible,
.block.image-right .cta a.ghost:focus-visible {
  background-color: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
.block.image-left .cta a.inline,
.block.image-right .cta a.inline {
  display: inline-block;
}
.block.image-left .cta a:hover,
.block.image-right .cta a:hover,
.block.image-left .cta a:focus-visible,
.block.image-right .cta a:focus-visible {
  background: transparent;
  color: var(--button-text-color-hover);
}
.block.image-left .primary,
.block.image-right .primary {
  padding: 15px 0;
}
.block.image-left .secondary,
.block.image-right .secondary {
  width: 100%;
  height: 450px;
}
.block.image-left .secondary img,
.block.image-right .secondary img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
@media screen and (min-width: 960px) {
  .block.image-left .inner,
  .block.image-right .inner {
    flex-direction: row;
    align-items: flex-end;
  }
  .block.image-left.image-left .inner,
  .block.image-right.image-left .inner {
    flex-direction: row-reverse;
  }
  .block.image-left .title,
  .block.image-right .title {
    text-align: left;
    max-width: 500px;
  }
  .block.image-left .content,
  .block.image-right .content {
    text-align: left;
  }
  .block.image-left .cta,
  .block.image-right .cta {
    justify-content: flex-start;
  }
  .block.image-left .primary,
  .block.image-right .primary {
    width: 48%;
    padding: 0;
  }
  .block.image-left .secondary,
  .block.image-right .secondary {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    height: 100%;
    left: 52%;
    min-width: 48%;
    width: calc(((100vw - 100%) / 2) + 48%);
  }
  .block.image-left.image-left .secondary,
  .block.image-right.image-left .secondary {
    left: auto;
    right: 52%;
  }
}
.block.image-left + .block.image-right,
.block.image-right + .block.image-left,
.block.image-right + .block.image-right,
.block.image-left + .block.image-left {
  padding-top: 0;
}
.block.stats {
  background-color: var(--primary-bg-color);
  padding: 60px 15px 80px;
}
.block.stats .inner {
  max-width: 1050px;
}
.block.stats h2,
.block.stats h3,
.block.stats h4,
.block.stats h5,
.block.stats h6 {
  color: var(--heading-color-alt);
}
.block.stats p,
.block.stats span,
.block.stats a {
  color: var(--text-color-alt);
}
.block.stats .title {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}
.block.stats .title::before {
  content: '';
  display: block;
  width: 200px;
  max-width: 80%;
  height: 2px;
  background: var(--text-color-alt);
  margin-bottom: 4px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.8;
}
.block.stats ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}
.block.stats ul li {
  text-align: center;
  width: calc(25% - 30px);
  min-width: 200px;
}
.block.stats .stat-number * {
  font-size: 3rem;
  font-family: var(--heading-font);
}
#rs-builder .block.stats li {
  background-color: var(--primary-bg-color);
  width: calc(25% - 62px);
}
.block.outro {
  padding: 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-attachment: fixed !important;
}
.block.outro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 17, 17, 0.6);
  z-index: 1;
}
.block.outro .inner {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 75px 0;
}
.block.outro .title {
  margin-bottom: 60px;
}
.block.outro .title * {
  color: var(--heading-color-alt);
}
@media screen and (min-width: 768px) {
  .block.outro .inner {
    padding: 100px 0;
  }
}
@media screen and (min-width: 960px) {
  .block.outro .inner {
    padding: 125px 0;
  }
}
.block.locations-map-data {
  display: none !important;
}
.block.locations-map {
  padding: 40px 15px;
}
.block.locations-map .inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 10px;
}
.block.locations-map .primary {
  display: flex;
  justify-content: center;
  align-items: center;
}
.block.locations-map svg {
  width: 100%;
  height: auto;
  max-width: 800px;
  margin: auto;
}
.block.locations-map svg path {
  fill: var(--page-bg-color);
  stroke: var(--text-color);
}
.block.locations-map path.highlighted {
  fill: var(--heading-link-color);
}
.block.locations-map .title {
  text-align: center;
  margin-bottom: 20px;
}
.block.locations-map .content {
  margin-bottom: 20px;
  text-align: center;
}
.block.locations-map .cta {
  margin-top: 40px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
.block.locations-map .cta a {
  min-width: 150px;
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  background: var(--button-bg-color);
  border: 1px solid var(--button-border-color);
  color: var(--button-text-color);
  font-size: 1.5rem;
  text-transform: uppercase;
  line-height: 1.5;
  border-radius: 7px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
  cursor: pointer;
  text-decoration: none !important;
}
.block.locations-map .cta a.light {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
  border-color: var(--button-bg-color-hover);
  backdrop-filter: blur(4px);
}
.block.locations-map .cta a.light:hover,
.block.locations-map .cta a.light:focus-visible {
  background-color: transparent;
  color: var(--button-text-color);
}
.block.locations-map .cta a.ghost {
  background: transparent;
  color: var(--button-text-color);
  border-color: var(--button-bg-color-hover);
}
.block.locations-map .cta a.ghost:hover,
.block.locations-map .cta a.ghost:focus-visible {
  background-color: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
.block.locations-map .cta a.inline {
  display: inline-block;
}
.block.locations-map .cta a:hover,
.block.locations-map .cta a:focus-visible {
  background: transparent;
  color: var(--button-text-color-hover);
}
@media screen and (min-width: 960px) {
  .block.locations-map .inner {
    flex-direction: row;
  }
  .block.locations-map .primary,
  .block.locations-map .secondary {
    width: 48%;
    padding: 0;
  }
  .block.locations-map .title {
    text-align: left;
  }
  .block.locations-map .content {
    text-align: left;
  }
  .block.locations-map .cta {
    justify-content: flex-start;
  }
}
#rs-builder .block.locations-map-data {
  display: block !important;
  position: relative;
}
#rs-builder .block.locations-map-data::after {
  content: 'Locations Overview Data Block - Not Visible on Frontend';
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 20px;
}
#rs-builder .block.locations-map-data ul {
  display: none;
}
.block.locations-list {
  padding: 20px 15px;
  position: relative;
  /* Focus and hover styling */
}
.block.locations-list #filter-modal {
  border: none;
  border-radius: 7px;
  padding: 20px;
  box-sizing: border-box;
  background-color: var(--page-bg-color);
}
.block.locations-list #filter-modal .modal-close-btn {
  display: flex;
  flex-direction: column;
  background-color: transparent;
  padding: 0;
  text-transform: none;
  border: none;
  margin: 0 0 0 auto;
  flex-grow: 1;
  text-align: left;
  border-radius: 7px;
  overflow: hidden;
}
.block.locations-list #filter-modal .modal-close-btn svg {
  height: 24px;
  width: 24px;
}
.block.locations-list #filter-modal .modal-close-btn svg path {
  fill: var(--text-color);
}
.block.locations-list #filter-modal::backdrop {
  background-color: #252523ad;
  backdrop-filter: blur(5px);
}
.block.locations-list .filter-toggle-wrapper {
  margin-bottom: 10px;
}
.block.locations-list #filter-toggle {
  background-color: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin: 0;
}
.block.locations-list #filter-toggle svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}
.block.locations-list #filter-toggle:hover,
.block.locations-list #filter-toggle:focus-visible {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
}
.block.locations-list .content-wrapper {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  width: 100%;
}
.block.locations-list #locations-map {
  width: 100%;
  height: 400px;
  margin-bottom: 40px;
}
.block.locations-list .count p {
  text-transform: uppercase;
  font-size: 1.2rem;
}
.block.locations-list .filter-container {
  background-color: var(--page-bg-color);
  border-bottom-right-radius: 7px;
  padding: 15px;
}
.block.locations-list .filter-container h2 {
  text-align: center;
  margin-bottom: 10px;
}
.block.locations-list .filter-container .filters {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.block.locations-list .filter-container .filters select {
  width: 100%;
}
.block.locations-list .filter-container select {
  color: #26281D;
  border: 1px solid #26281D1A;
  padding: 8px 0px;
  font-size: 14px;
  border-radius: 3px;
  background-color: #26281D1A;
}
.block.locations-list .filter-container fieldset {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 60px;
  row-gap: 8px;
  border: none;
}
.block.locations-list .filter-container fieldset:has(input[type="checkbox"]) {
  justify-content: flex-start;
}
.block.locations-list .filter-container legend {
  margin-bottom: -5px;
}
.block.locations-list .filter-container label:has(input[type="checkbox"]) {
  display: flex;
  flex-direction: row-reverse;
  gap: 5px;
}
.block.locations-list .filter-container .buttons {
  margin-top: 20px;
  display: flex;
  gap: 15px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.block.locations-list #locations-list-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  list-style: none;
  margin-top: 10px;
}
.block.locations-list #locations-list-container ul {
  list-style: none;
}
.block.locations-list p.no-results {
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  color: var(--text-color);
  display: none;
  padding: 40px 0;
}
.block.locations-list.no-results p.no-results {
  display: block;
}
.block.locations-list .location-item {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  border-radius: 7px;
  display: flex;
  transition: all 0.3s;
}
.block.locations-list .location-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
  transition: opacity 0.3s;
  opacity: 0;
  pointer-events: none;
}
.block.locations-list .location-item.hidden {
  display: none !important;
}
.block.locations-list .location-item a {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.block.locations-list .location-item img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.block.locations-list .location-item:hover::before,
.block.locations-list .location-item:focus-within::before {
  opacity: 1;
}
.block.locations-list .location-item a:focus-visible {
  outline-offset: -4px;
}
.block.locations-list .location-item:has(a:not([aria-disabled='true']))::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -100%);
  color: var(--text-color-alt);
  background: no-repeat center / contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath fill='rgb(255,255,255,0.9)' d='M384 64C366.3 64 352 78.3 352 96C352 113.7 366.3 128 384 128L466.7 128L265.3 329.4C252.8 341.9 252.8 362.2 265.3 374.7C277.8 387.2 298.1 387.2 310.6 374.7L512 173.3L512 256C512 273.7 526.3 288 544 288C561.7 288 576 273.7 576 256L576 96C576 78.3 561.7 64 544 64L384 64zM144 160C99.8 160 64 195.8 64 240L64 496C64 540.2 99.8 576 144 576L400 576C444.2 576 480 540.2 480 496L480 416C480 398.3 465.7 384 448 384C430.3 384 416 398.3 416 416L416 496C416 504.8 408.8 512 400 512L144 512C135.2 512 128 504.8 128 496L128 240C128 231.2 135.2 224 144 224L224 224C241.7 224 256 209.7 256 192C256 174.3 241.7 160 224 160L144 160z'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
}
.block.locations-list .location-item:has(a:not([aria-disabled='true'])):hover::after,
.block.locations-list .location-item:has(a:not([aria-disabled='true'])):focus-within::after {
  opacity: 1;
}
.block.locations-list .location-details {
  background-color: var(--primary-bg-color);
  width: 100%;
  padding: 10px;
  flex-grow: 1;
}
.block.locations-list .location-details .title {
  margin-bottom: 5px;
}
.block.locations-list .location-details .title h3 {
  color: var(--heading-color-alt);
  font-size: 2.4rem;
  line-height: 1.4;
}
.block.locations-list .location-details address {
  color: var(--text-color-alt);
  line-height: 1.4;
  font-size: 1.6rem;
  margin-bottom: 5px;
}
.block.locations-list .location-details .unit-details * {
  color: var(--text-color-alt);
}
.block.locations-list .location-details .unit-details p {
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex-wrap: wrap;
  margin: 5px 0;
}
.block.locations-list .location-details .unit-details span {
  font-size: 1.4rem;
}
.block.locations-list .location-details .unit-details .price {
  margin-top: 20px;
  font-size: 1.6rem;
}
@media only screen and (min-width: 500px) {
  .block.locations-list .location-item {
    width: calc(50% - 15px);
  }
}
.block.locations-list .location-info-window {
  display: flex;
  flex-direction: column-reverse;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .block.locations-list .filter-container {
    position: relative;
    transform: translateX(0) !important;
    top: unset;
    left: unset;
    border: 0;
    padding: 0;
  }
  .block.locations-list .filter-container .filter-toggle {
    display: none;
  }
  .block.locations-list .filter-container .filters {
    visibility: visible;
    flex-direction: row;
    flex-wrap: wrap;
    width: auto;
  }
}
.block.locations-list .slider-multithumb {
  padding: 6px;
  width: 350px;
  touch-action: pan-y;
}
.block.locations-list .slider-multithumb svg {
  forced-color-adjust: auto;
}
.block.locations-list .slider-multithumb .slider-group {
  color: var(--text-color);
}
.block.locations-list .slider-multithumb .slider-group .value {
  font-size: 80%;
  color: currentcolor;
  fill: currentcolor;
}
.block.locations-list .slider-multithumb .slider-group .rail {
  stroke: currentcolor;
  stroke-width: 2px;
  fill-opacity: 0;
}
.block.locations-list .slider-multithumb .slider-group .range {
  fill: currentcolor;
  opacity: 0.4;
  pointer-events: none;
}
.block.locations-list .slider-multithumb .slider-group .thumb {
  stroke-opacity: 0;
  stroke-width: 2px;
  fill: currentcolor;
}
.block.locations-list .slider-multithumb .slider-group .focus-ring {
  stroke-opacity: 0;
  fill-opacity: 0;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.block.locations-list .slider-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  margin: 20px auto 30px;
  padding: 0 10px;
}
.block.locations-list #slider-label {
  text-indent: -10px;
}
.block.locations-list .slider-track {
  position: relative;
  width: 100%;
  height: 8px;
  background-color: #ddd;
  border-radius: 4px;
  margin-top: 3.2rem;
}
.block.locations-list .slider-range {
  position: absolute;
  height: 100%;
  background-color: var(--heading-link-color);
  border-radius: 4px;
  z-index: 1;
}
.block.locations-list .slider-thumb {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 2px solid var(--button-bg-color-hover);
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);
  cursor: pointer;
  z-index: 2;
  top: 50%;
}
.block.locations-list .slider-thumb:hover,
.block.locations-list .slider-thumb:focus-visible,
.block.locations-list .slider-thumb:focus {
  background-color: var(--button-bg-color);
}
.block.locations-list .min-thumb {
  left: 0;
  transform: translate(0%, -50%);
}
.block.locations-list .max-thumb {
  left: 100%;
  transform: translate(-100%, -50%);
}
.block.locations-list .thumb-value {
  position: absolute;
  box-sizing: content-box;
  text-align: center;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  color: #333;
  min-width: 2ch;
  max-width: 6ch;
  height: fit-content;
  text-indent: unset;
  background-color: #fff;
  padding: 2px 5px;
  border-radius: 4px;
  border: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  pointer-events: none;
}
.block.locations-list .thumb-value.thumb-price::before {
  content: "$";
  position: relative;
}
@media screen and (min-width: 960px) {
  .block.locations-list {
    padding-right: 0;
  }
  .block.locations-list .inner {
    max-width: unset;
  }
  .block.locations-list .content-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
  .block.locations-list .map-wrapper {
    position: sticky;
    top: 0;
    width: 39%;
    height: 100%;
    max-width: 750px;
  }
  .block.locations-list .list-container {
    width: 59%;
    min-width: calc(100% - 775px);
  }
  .block.locations-list #locations-list-container {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    padding: 0;
  }
  .block.locations-list .location-item {
    width: 100%;
  }
  .block.locations-list #locations-map {
    height: 100vh;
    max-height: 1000px;
    margin-bottom: 0;
  }
}
.block.simple-text:has(+markup .block.locations-list),
.block.simple-text:has(+.block.locations-list) {
  padding-bottom: 0px;
}
#rs-builder .block.locations-list #locations-map {
  height: 300px;
}
#rs-builder .block.locations-list #locations-map::after {
  height: 100%;
  width: 100%;
  content: 'Google Maps is disabled in the RS Builder preview.';
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  font-size: 1.6rem;
}
.block.locations-slider {
  padding: 20px 0 40px;
}
.block.locations-slider .swiper-slide {
  padding: 5px 15px;
  transition: opacity 0.3s ease;
}
.block.locations-slider .swiper-slide a:focus-visible {
  outline-offset: 4px;
}
.block.locations-slider .swiper-slide .location-image {
  margin-bottom: 15px;
}
.block.locations-slider .swiper-slide h3 {
  font-family: var(--text-font);
  color: var(--text-color);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 2rem;
}
.block.locations-slider .swiper-slide p {
  color: var(--text-color);
}
.block.locations-slider .swiper-slide:not(.no-link):hover,
.block.locations-slider .swiper-slide:not(.no-link):focus-within {
  opacity: 0.75;
}
.block.locations-slider .swiper-navigation {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 15px;
  max-width: 1400px;
  margin: 0 auto;
}
.block.locations-slider .swiper-navigation .swiper-button-prev,
.block.locations-slider .swiper-navigation .swiper-button-next {
  user-select: none;
  position: relative;
  margin: 0;
  top: auto;
  left: auto;
  right: auto;
  height: auto;
  width: 45%;
  max-width: 90px;
  padding: 10px;
}
.block.locations-slider .swiper-navigation .swiper-button-prev svg,
.block.locations-slider .swiper-navigation .swiper-button-next svg {
  width: 100%;
  height: auto;
}
.block.locations-slider .swiper-navigation .swiper-button-prev::after,
.block.locations-slider .swiper-navigation .swiper-button-next::after {
  display: none;
}
.block.locations-slider .location-image {
  aspect-ratio: 4/5;
}
.block.locations-slider .location-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 960px) {
  .block.locations-slider .swiper-slide {
    width: 450px;
  }
}
.block.team {
  padding: 20px 15px 40px;
}
.block.team ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.block.team li {
  width: 100%;
  border-radius: 7px;
  overflow: hidden;
  display: flex;
}
.block.team li button {
  display: flex;
  flex-direction: column;
  background-color: transparent;
  padding: 0;
  text-transform: none;
  border: none;
  margin: 0;
  flex-grow: 1;
  text-align: left;
  border-radius: 7px;
  overflow: hidden;
}
.block.team li button:hover img,
.block.team li button:focus-visible img {
  opacity: 0.8;
}
.block.team li button:focus-visible {
  border: 2px solid var(--button-bg-color);
}
.block.team li .member-image {
  position: relative;
  width: 100%;
  padding-top: 125%;
  overflow: hidden;
}
.block.team li .member-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: opacity 0.3s;
}
.block.team li .member-info {
  background-color: var(--primary-bg-color);
  padding: 10px;
  flex-grow: 1;
}
.block.team li .member-info h4 {
  color: var(--heading-color-alt);
  font-size: 2rem;
  margin-bottom: 5px;
}
.block.team li .member-info p {
  color: var(--text-color-alt);
}
.block.team .member-modal {
  display: none;
  position: fixed;
  flex-direction: column;
  top: 50%;
  left: 50%;
  width: calc(100% - 30px);
  height: calc(100% - 60px);
  max-width: 1200px;
  max-height: 90vh;
  overflow-y: auto;
  margin: auto;
  transform: translate(-50%, -50%);
  z-index: 99;
  gap: 20px;
  align-items: center;
  padding: 30px 20px;
  border-radius: 14px;
  min-width: 300px;
  min-height: 300px;
  background-color: var(--primary-bg-color);
}
.block.team .member-modal .close-btn {
  position: absolute;
  top: 5px;
  right: 5px;
}
.block.team .member-modal .close-btn svg {
  height: 24px;
  width: 24px;
}
.block.team .member-modal .close-btn svg path {
  fill: var(--text-color-alt);
}
.block.team .member-modal h4 {
  color: var(--heading-color-alt);
}
.block.team .member-modal p {
  color: var(--text-color-alt);
}
.block.team .member-modal .modal-member-image {
  flex: 2;
  border-radius: 14px;
  overflow: hidden;
  height: 100%;
  min-height: 300px;
  min-width: 200px;
}
.block.team .member-modal .modal-member-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.block.team .member-modal .modal-member-bio {
  flex: 1;
}
.block.team .member-modal .modal-member-bio h4 {
  font-size: 4.8rem;
  font-size: calc(3.2*1rem);
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .block.team .member-modal .modal-member-bio h4 {
    font-size: calc(4*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.team .member-modal .modal-member-bio h4 {
    font-size: calc(4.8*1rem);
  }
}
.block.team .member-modal .modal-member-bio a[href^="tel:+1"],
.block.team .member-modal .modal-member-bio a[href^="mailto:"] {
  display: block;
  width: fit-content;
  max-width: 100%;
  color: var(--text-color-alt);
  position: relative;
}
.block.team .member-modal .modal-member-bio a[href^="tel:+1"]::before,
.block.team .member-modal .modal-member-bio a[href^="mailto:"]::before {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: var(--text-color-alt);
  transition: width 0.3s;
  margin-bottom: 4px;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
}
.block.team .member-modal .modal-member-bio a[href^="tel:+1"]:hover::before,
.block.team .member-modal .modal-member-bio a[href^="mailto:"]:hover::before,
.block.team .member-modal .modal-member-bio a[href^="tel:+1"]:focus::before,
.block.team .member-modal .modal-member-bio a[href^="mailto:"]:focus::before {
  width: 70%;
}
.block.team .member-modal .modal-member-bio a[href="tel:+1"],
.block.team .member-modal .modal-member-bio a[href="mailto:"] {
  display: none;
}
.block.team .member-modal .modal-member-bio .modal-bio-wrapper {
  margin-top: 40px;
}
.block.team .member-modal.active {
  display: flex;
}
@media only screen and (min-width: 500px) {
  .block.team li {
    width: calc(50% - 5px);
  }
}
@media screen and (min-width: 768px) {
  .block.team li {
    width: calc(33.3333% - 6.6667px);
  }
  .block.team .member-modal {
    flex-direction: row;
    gap: 40px;
    padding: 60px;
    align-items: end;
    height: 80vh;
    max-height: 800px;
  }
  .block.team .member-modal .close-btn {
    top: 20px;
    right: 20px;
  }
  .block.team .member-modal .modal-member-image {
    flex: 2;
  }
  .block.team .member-modal .modal-member-bio {
    flex: 3;
  }
}
@media screen and (min-width: 960px) {
  .block.team li {
    width: calc(20% - 8px);
  }
}
.block.simple-text:has(+ .block.team),
.block.simple-text:has(+markup .block.team) {
  padding-bottom: 0;
}
#mainwrap.modal-active::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #212121cf;
  backdrop-filter: blur(2px);
  z-index: 98;
  cursor: zoom-out;
}
body.no-scroll {
  overflow: hidden;
}
.block.contact {
  padding: 40px 15px;
}
.block.contact header {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
  margin-bottom: 20px;
}
.block.contact .title * {
  text-rendering: optimizelegibility;
  margin: 0;
  font-weight: 400;
  line-height: 1.1;
  font-family: var(--heading-font);
  font-size: calc(3.2*1rem);
}
@media screen and (min-width: 768px) {
  .block.contact .title * {
    font-size: calc(4*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.contact .title * {
    font-size: calc(4.8*1rem);
  }
}
.block.contact .subtitle {
  margin-bottom: 20px;
}
.block.contact .subtitle * {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.8rem;
  font-family: var(--text-font);
}
.block.contact .content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .block.contact header {
    text-align: left;
    max-width: 650px;
  }
  .block.contact .content {
    flex-direction: row;
    gap: 70px;
  }
  .block.contact .primary {
    flex: 2;
  }
  .block.contact .primary img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .block.contact .secondary {
    flex: 3;
  }
}
.block.jobs .inner {
  display: flex;
  flex-direction: column-reverse;
}
.block.jobs .primary {
  padding: 40px 15px;
}
.block.jobs .title {
  text-align: center;
  margin-bottom: 20px;
}
.block.jobs .content {
  margin-bottom: 40px;
  text-align: center;
}
.block.jobs .content b {
  font-style: italic;
}
.block.jobs .jobs-list > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.block.jobs .jobs-list > ul > li {
  border-top: 1px solid #e0e0e0;
  padding: 15px;
}
.block.jobs .jobs-list > ul > li:last-of-type {
  border-bottom: 1px solid #e0e0e0;
}
.block.jobs .jobs-list > ul .job-title {
  position: relative;
  cursor: pointer;
  padding-right: 20px;
  transition: font-weight 0.3s;
}
.block.jobs .jobs-list > ul .job-title * {
  font-family: var(--text-font);
}
.block.jobs .jobs-list > ul .job-title::after {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 10px;
  border-bottom: 2px solid var(--text-color);
  border-right: 2px solid var(--text-color);
  transform: rotate(45deg);
  top: 50%;
  right: 3px;
  margin-top: -7px;
  transition: transform 0.3s, margin-top 0.3s;
}
.block.jobs .jobs-list > ul .job-title[aria-expanded="true"] * {
  font-weight: bold;
}
.block.jobs .jobs-list > ul .job-title[aria-expanded="true"]::after {
  transform: rotate(-135deg);
  margin-top: -3px;
}
.block.jobs .jobs-list > ul .job-description {
  display: none;
  padding: 15px 20px;
}
.block.jobs .jobs-list > ul .job-description ul {
  padding-left: 30px;
  list-style: disc;
  margin-bottom: 10px;
}
.block.jobs .jobs-list > ul .job-description p + p {
  margin-top: 10px;
}
.block.jobs .jobs-list > ul .job-description p:has(+ul) {
  margin-top: 20px;
}
.block.jobs .jobs-list > ul .job-description * {
  font-size: 1.6rem;
}
.block.jobs .cta {
  margin-top: 40px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
.block.jobs .cta a {
  min-width: 150px;
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  background: var(--button-bg-color);
  border: 1px solid var(--button-border-color);
  color: var(--button-text-color);
  font-size: 1.5rem;
  text-transform: uppercase;
  line-height: 1.5;
  border-radius: 7px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
  cursor: pointer;
  text-decoration: none !important;
}
.block.jobs .cta a.light {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
  border-color: var(--button-bg-color-hover);
  backdrop-filter: blur(4px);
}
.block.jobs .cta a.light:hover,
.block.jobs .cta a.light:focus-visible {
  background-color: transparent;
  color: var(--button-text-color);
}
.block.jobs .cta a.ghost {
  background: transparent;
  color: var(--button-text-color);
  border-color: var(--button-bg-color-hover);
}
.block.jobs .cta a.ghost:hover,
.block.jobs .cta a.ghost:focus-visible {
  background-color: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
.block.jobs .cta a.inline {
  display: inline-block;
}
.block.jobs .cta a:hover,
.block.jobs .cta a:focus-visible {
  background: transparent;
  color: var(--button-text-color-hover);
}
.block.jobs .secondary {
  width: 100%;
  height: 450px;
}
.block.jobs .secondary img {
  width: 100%;
  height: 100%;
  max-height: 600px;
  display: block;
  object-fit: cover;
}
@media screen and (min-width: 960px) {
  .block.jobs {
    padding-bottom: 40px;
  }
  .block.jobs .inner {
    flex-direction: row;
  }
  .block.jobs .primary {
    padding: 60px 15px 0;
    width: 48%;
  }
  .block.jobs .title {
    max-width: 500px;
    text-align: left;
  }
  .block.jobs .content {
    text-align: left;
  }
  .block.jobs .cta {
    justify-content: flex-start;
  }
  .block.jobs .secondary {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    height: 100%;
    left: 52%;
    min-width: 48%;
    width: calc(((100vw - 100%) / 2) + 48%);
  }
}
#rs-builder .block.jobs .job-description {
  display: block;
}
#rs-builder .block.jobs li {
  background-color: var(--page-bg-color);
}
.block.footer {
  background-color: var(--footer-bg-color);
  padding: 30px 15px 0;
  overflow-x: hidden;
}
.block.footer .logo-container img {
  max-height: 65px;
}
.block.footer a,
.block.footer p,
.block.footer span,
.block.footer .copyright {
  color: var(--text-color-alt);
}
.block.footer h2,
.block.footer h3,
.block.footer h4,
.block.footer h5,
.block.footer h6 {
  color: var(--heading-color-alt);
}
.block.footer a {
  position: relative;
  display: inline-block;
}
.block.footer a:not(:has(img))::before {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: var(--text-color-alt);
  transition: width 0.3s;
  margin-bottom: 4px;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
}
.block.footer a:not(:has(img)):hover::before,
.block.footer a:not(:has(img)):focus::before {
  width: 70%;
}
.block.footer .top {
  margin-bottom: 60px;
}
.block.footer .top .inner {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}
.block.footer .top .left {
  display: flex;
  justify-content: center;
  width: 100%;
}
.block.footer .top .right {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  align-items: center;
}
.block.footer .top .right .icons {
  color: var(--text-color-alt);
}
.block.footer .top .right .icons img {
  height: 30px;
  width: auto;
  margin: auto;
  filter: contrast(0) brightness(0) invert(1);
}
.block.footer .top .right .column {
  min-width: 170px;
  text-align: center;
}
.block.footer .top .right .column h6 {
  margin: 0 0 10px;
  font-size: 2rem;
  font-family: var(--text-font);
  font-weight: 700;
  text-transform: uppercase;
}
.block.footer .top .right .social-icons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
.block.footer .top .right svg {
  fill: var(--text-color-alt);
  height: 30px;
  width: 30px;
}
.block.footer .top .right .twitter {
  height: 30px;
  width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--text-color-alt);
  mask: radial-gradient(#fff 99%, transparent 100%) center / 30px 30px no-repeat, url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'>\
  <path fill='white' d='M14.095479,10.316482L22.286354,1h-1.940718l-7.115352,8.087682L7.551414,1H1l8.589488,12.231093L1,23h1.940717  l7.509372-8.542861L16.448587,23H23L14.095479,10.316482z M11.436522,13.338465l-0.871624-1.218704l-6.924311-9.68815h2.981339  l5.58978,7.82155l0.867949,1.218704l7.26506,10.166271h-2.981339L11.436522,13.338465z'/>\
</svg>") center / 20px 20px no-repeat;
  mask-composite: exclude;
  -webkit-mask: radial-gradient(#fff 99%, transparent 100%) center / 30px 30px no-repeat, url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'>\
  <path fill='white' d='M14.095479,10.316482L22.286354,1h-1.940718l-7.115352,8.087682L7.551414,1H1l8.589488,12.231093L1,23h1.940717  l7.509372-8.542861L16.448587,23H23L14.095479,10.316482z M11.436522,13.338465l-0.871624-1.218704l-6.924311-9.68815h2.981339  l5.58978,7.82155l0.867949,1.218704l7.26506,10.166271h-2.981339L11.436522,13.338465z'/>\
</svg>") center / 20px 20px no-repeat;
  -webkit-mask-composite: xor;
}
.block.footer .top .right a[href=""] {
  display: none;
}
.block.footer .top .right .social::before {
  display: none;
}
.block.footer .top .right .social:hover,
.block.footer .top .right .social:focus-visible {
  opacity: 0.7;
}
.block.footer .top .right ul {
  list-style: none;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  flex-direction: column;
}
.block.footer .top .right li a {
  min-width: 150px;
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  background: var(--button-bg-color);
  border: 1px solid var(--button-border-color);
  font-size: 1.5rem;
  text-transform: uppercase;
  line-height: 1.5;
  border-radius: 7px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
  cursor: pointer;
  text-decoration: none !important;
  background: transparent;
  color: var(--button-text-color);
  border-color: var(--button-bg-color-hover);
  display: block;
}
.block.footer .top .right li a.light {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
  border-color: var(--button-bg-color-hover);
  backdrop-filter: blur(4px);
}
.block.footer .top .right li a.light:hover,
.block.footer .top .right li a.light:focus-visible {
  background-color: transparent;
  color: var(--button-text-color);
}
.block.footer .top .right li a.ghost {
  background: transparent;
  color: var(--button-text-color);
  border-color: var(--button-bg-color-hover);
}
.block.footer .top .right li a.ghost:hover,
.block.footer .top .right li a.ghost:focus-visible {
  background-color: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
.block.footer .top .right li a.inline {
  display: inline-block;
}
.block.footer .top .right li a:hover,
.block.footer .top .right li a:focus-visible {
  background: transparent;
  color: var(--button-text-color-hover);
}
.block.footer .top .right li a:hover,
.block.footer .top .right li a:focus-visible {
  background-color: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
.block.footer .top .right li a::before {
  display: none;
}
.block.footer .bottom {
  text-align: center;
}
.block.footer .bottom .inner {
  display: flex;
  flex-direction: column;
  padding: 20px 0 10px;
}
.block.footer .bottom .links,
.block.footer .bottom .copyright,
.block.footer .bottom .icons,
.block.footer .bottom .resite {
  margin-bottom: 5px;
}
.block.footer .bottom .links nav ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.block.footer .bottom .links nav ul li:not(:last-child) {
  margin-right: 5px;
}
.block.footer .bottom .links nav ul li:not(:last-child)::after {
  content: '|';
  margin: 0 5px;
}
.block.footer .bottom .right {
  display: flex;
  flex-direction: column;
}
.block.footer .bottom .right .icons {
  color: var(--text-color-alt);
}
.block.footer .bottom .right .icons img {
  height: 30px;
  width: auto;
  margin: auto;
  filter: contrast(0) brightness(0) invert(1);
}
@media screen and (min-width: 768px) {
  .block.footer .top {
    margin-bottom: 100px;
  }
  .block.footer .top .left {
    display: inline-block;
    width: auto;
  }
  .block.footer .top .inner {
    flex-wrap: nowrap;
  }
  .block.footer .top .right {
    width: auto;
    justify-content: flex-end;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .block.footer .top .right .social-icons {
    justify-content: flex-start;
  }
  .block.footer .top .right .column {
    text-align: left;
  }
  .block.footer .bottom .inner {
    text-align: left;
    flex-direction: row;
    justify-content: space-between;
  }
  .block.footer .bottom .links {
    width: 50%;
  }
  .block.footer .bottom .links nav ul {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .block.footer .bottom .right {
    width: 50%;
    flex-direction: row;
    justify-content: flex-end;
    word-break: keep-all;
    flex-wrap: wrap;
    gap: 10px;
  }
  .block.footer .bottom .right .copyright {
    text-align: end;
  }
  .block.footer .bottom .right .icons img {
    margin: 0;
  }
}
.pagination {
  margin: 20px 0;
  width: fit-content;
  display: flex;
  align-items: center;
}
.page-btn {
  height: 40px;
  padding: 9px 10px;
  min-width: unset;
  color: var(--text-color);
  border-radius: 0;
  border-right: 1px solid #858680;
  border-top: 1px solid #858680;
  border-bottom: 1px solid #858680;
  border-left: none;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s;
  flex-grow: 1;
  background-color: transparent;
  line-height: 1;
}
.page-btn:first-of-type {
  border-radius: 3px 0 0 3px;
  border-left: 1px solid #858680;
}
.page-btn:last-of-type {
  border-radius: 0 3px 3px 0;
}
.page-btn:hover,
.page-btn:focus {
  background-color: #eeeeee;
  color: var(--text-color);
}
.page-btn[aria-current="true"] {
  font-weight: bold;
  background: var(--button-bg-color);
  border-color: var(--button-bg-color);
  color: var(--button-text-color);
  cursor: default;
}
.page-btn[disabled="disabled"],
.page-btn[disabled="true"] {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}
.dots {
  padding: 8px 10px;
  height: 40px;
  min-width: unset;
  color: var(--text-color);
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s;
  flex-grow: 1;
  border-right: 1px solid #858680;
  border-top: 1px solid #858680;
  border-bottom: 1px solid #858680;
  cursor: default;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

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