@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(1.5rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-bounce-in {
  0% {
    opacity: 0;
    transform: translateY(12%) scale(0.75);
  }
  75% {
    transform: scale(1.05);
  }
  85% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes slide-right-reveal {
  0% {
    clip-path: polygon(0 0, 20% 0, 20% 100%, 0 100%);
    opacity: 0;
    transform: translateX(-2rem);
  }
  60% {
    opacity: 1;
  }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes shutters-effect {
  0% {
    opacity: 0;
    transform: scaleX(0) scaleY(0.005);
  }
  25% {
    opacity: 1;
    transform: scaleX(0) scaleY(0.005);
  }
  50% {
    opacity: 1;
    transform: scaleX(1) scaleY(0.005);
  }
  to {
    opacity: 1;
    transform: scaleX(1) scaleY(1);
  }
}
html {
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-style: normal;
  font-weight: 400;
  margin: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
input,
textarea {
  border-style: none;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
* {
  box-sizing: border-box;
}
body {
  color: #333;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1.467;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 1681px) {
  body {
    font-size: 18px;
  }
}
@media screen and (max-width: 370px) {
  body {
    font-size: 14px;
  }
}
h1 {
  color: #414a43;
  font-family: "Times New Roman", serif;
  font-size: 3.125rem;
  font-weight: 800;
  text-transform: uppercase;
}
@media screen and (min-width: 1681px) {
  h1 {
    font-size: 3.75rem;
  }
}
@media screen and (max-width: 1280px) {
  h1 {
    font-size: 2.625rem;
  }
}
@media screen and (max-width: 1024px) {
  h1 {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 880px) {
  h1 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 600px) {
  h1 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  h1 {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 480px) {
  h1 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 370px) {
  h1 {
    font-size: 1.75rem;
  }
}
h2 {
  color: #59655c;
  font-family: "Times New Roman", serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.1;
}
@media screen and (min-width: 1681px) {
  h2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1024px) {
  h2 {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 600px) {
  h2 {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  h2 {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 480px) {
  h2 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 370px) {
  h2 {
    font-size: 1.375rem;
    letter-spacing: 0;
  }
}
h3 {
  color: #78877a;
  font-family: "Times New Roman", serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.1;
}
@media screen and (min-width: 1681px) {
  h3 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 1024px) {
  h3 {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 600px) {
  h3 {
    font-size: 1.25rem;
  }
}
h4 {
  color: #eef4ee;
  font-family: Raleway, sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.34;
}
@media screen and (min-width: 1681px) {
  h4 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  h4 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 480px) {
  h4 {
    line-height: 1.15;
  }
}
h5 {
  color: #f5f1ec;
  font-family: Raleway, sans-serif;
  font-size: 20px;
}
@media screen and (max-width: 600px) {
  h5 {
    font-size: 1.125rem;
  }
}
h6 {
  color: #f5f1ec;
  font-family: Raleway, sans-serif;
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  h6 {
    font-size: 1rem;
  }
}
a {
  color: #eef4ee;
  font-family: Raleway, sans-serif;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: color 0.2s ease;
}
@media not all and (pointer: coarse) {
  a:hover {
    color: #f5f1ec;
  }
}
h2,
h3,
h4,
h5,
li,
p {
  margin: 0;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(1.5rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-bounce-in {
  0% {
    opacity: 0;
    transform: translateY(12%) scale(0.75);
  }
  75% {
    transform: scale(1.05);
  }
  85% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes slide-right-reveal {
  0% {
    clip-path: polygon(0 0, 20% 0, 20% 100%, 0 100%);
    opacity: 0;
    transform: translateX(-2rem);
  }
  60% {
    opacity: 1;
  }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes shutters-effect {
  0% {
    opacity: 0;
    transform: scaleX(0) scaleY(0.005);
  }
  25% {
    opacity: 1;
    transform: scaleX(0) scaleY(0.005);
  }
  50% {
    opacity: 1;
    transform: scaleX(1) scaleY(0.005);
  }
  to {
    opacity: 1;
    transform: scaleX(1) scaleY(1);
  }
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.35s ease-in-out;
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
}
.fade-delay-enter-active {
  transition: opacity 0.2s ease;
}
.fade-delay-leave-active {
  transition: opacity 0.2s ease 0.2s;
}
.fade-delay-enter,
.fade-delay-leave-to {
  opacity: 0;
}
.fade-fast-enter-active,
.fade-fast-leave-active {
  transition: opacity 0.2s ease;
}
.fade-fast-enter,
.fade-fast-leave-to {
  opacity: 0;
}
.fade-hover-enter-active,
.fade-hover-leave-active {
  transition: opacity 0.25s ease;
}
.fade-hover-enter,
.fade-hover-leave-to {
  opacity: 0;
}
.hero-fade-enter-active,
.hero-fade-leave-active {
  transition: opacity 0.3s ease-in;
}
.hero-fade-enter,
.hero-fade-leave-to {
  opacity: 0;
}
.crossfade {
  backface-visibility: hidden;
}
.crossfade-enter-active {
  transition-duration: 0.55s;
  transition-property: opacity;
  transition-timing-function: ease-in-out;
}
.crossfade-leave-active {
  transition-delay: 0.1s;
  transition-duration: 0.45s;
  transition-property: opacity;
}
.crossfade-enter,
.crossfade-leave-active {
  opacity: 0;
}
.drawer-slide {
  backface-visibility: hidden;
}
.drawer-slide-enter-active {
  transition: transform 0.35s cubic-bezier(0.39, 0.575, 0.28, 0.995);
}
.drawer-slide-leave-active {
  transition: transform 0.3s ease;
}
.drawer-slide-enter,
.drawer-slide-leave-to {
  transform: translateX(-100%);
}
.body-stop,
.sr-only {
  overflow: hidden;
}
.sr-only {
  border: none;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
  clip: rect(0, 0, 0, 0);
}
.danger {
  color: #f03;
}
.nuxt-progress {
  background-color: #fff;
  height: 2px;
  left: 0;
  opacity: 1;
  position: fixed;
  right: 0;
  top: 0;
  transition:
    width 0.1s,
    opacity 0.4s;
  width: 0;
  z-index: 999999;
}
.nuxt-progress.nuxt-progress-notransition {
  transition: none;
}
.nuxt-progress-failed {
  background-color: red;
}
#page-wrapper:focus,
main:focus {
  outline: 0;
}
#page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
#main-content {
  flex: 1;
}
.modal .base-modal__main {
  background-color: #fff;
  max-width: 80vw;
  width: 27rem;
}
.base-modal__main {
  border-radius: 15px;
}
.base-modal__content,
.base-modal__main {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.base-modal__content {
  height: 50rem;
  max-height: 90vh;
  padding: 1rem;
  width: 100%;
}
.base-modal__close {
  z-index: 999;
}
.base-modal__close:after,
.base-modal__close:before {
  background: #78877a !important;
}
.base-modal__close:hover:after,
.base-modal__close:hover:before {
  background: #414a43 !important;
}
.modal__image {
  height: 100%;
  max-width: 90vw;
  position: relative;
  width: 23rem;
}
@media (max-width: 767px) {
  .modal__image {
    max-width: 100vw;
    width: 100%;
  }
}
.modal-text {
  margin-top: 1rem;
  text-align: center;
}
.modal__primary-cta {
  margin: 2rem auto;
  width: -moz-fit-content;
  width: fit-content;
}
.modal-text {
  color: #333;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(1.5rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-bounce-in {
  0% {
    opacity: 0;
    transform: translateY(12%) scale(0.75);
  }
  75% {
    transform: scale(1.05);
  }
  85% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes slide-right-reveal {
  0% {
    clip-path: polygon(0 0, 20% 0, 20% 100%, 0 100%);
    opacity: 0;
    transform: translateX(-2rem);
  }
  60% {
    opacity: 1;
  }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes shutters-effect {
  0% {
    opacity: 0;
    transform: scaleX(0) scaleY(0.005);
  }
  25% {
    opacity: 1;
    transform: scaleX(0) scaleY(0.005);
  }
  50% {
    opacity: 1;
    transform: scaleX(1) scaleY(0.005);
  }
  to {
    opacity: 1;
    transform: scaleX(1) scaleY(1);
  }
}
.base-access {
  height: 1px;
  left: 0;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 0;
  width: 1px;
}
.base-access__container {
  pointer-events: none;
}
.base-access__pixel {
  background-color: transparent;
  height: 1px;
  width: 1px;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(1.5rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-bounce-in {
  0% {
    opacity: 0;
    transform: translateY(12%) scale(0.75);
  }
  75% {
    transform: scale(1.05);
  }
  85% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes slide-right-reveal {
  0% {
    clip-path: polygon(0 0, 20% 0, 20% 100%, 0 100%);
    opacity: 0;
    transform: translateX(-2rem);
  }
  60% {
    opacity: 1;
  }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes shutters-effect {
  0% {
    opacity: 0;
    transform: scaleX(0) scaleY(0.005);
  }
  25% {
    opacity: 1;
    transform: scaleX(0) scaleY(0.005);
  }
  50% {
    opacity: 1;
    transform: scaleX(1) scaleY(0.005);
  }
  to {
    opacity: 1;
    transform: scaleX(1) scaleY(1);
  }
}
.skip-link {
  left: 2rem;
  pointer-events: none;
  position: fixed;
  top: 1rem;
  z-index: 9999;
}
.skip-link__button {
  background: #000;
  border: none;
  color: #fff;
  display: block;
  opacity: 0.1;
  padding: 0.625rem 2rem;
  transform: translateY(-150%);
  transition: transform 0.2s ease;
}
.skip-link__button:focus {
  opacity: 1;
  outline: 0;
  transform: translateY(0);
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(1.5rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-bounce-in {
  0% {
    opacity: 0;
    transform: translateY(12%) scale(0.75);
  }
  75% {
    transform: scale(1.05);
  }
  85% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes slide-right-reveal {
  0% {
    clip-path: polygon(0 0, 20% 0, 20% 100%, 0 100%);
    opacity: 0;
    transform: translateX(-2rem);
  }
  60% {
    opacity: 1;
  }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes shutters-effect {
  0% {
    opacity: 0;
    transform: scaleX(0) scaleY(0.005);
  }
  25% {
    opacity: 1;
    transform: scaleX(0) scaleY(0.005);
  }
  50% {
    opacity: 1;
    transform: scaleX(1) scaleY(0.005);
  }
  to {
    opacity: 1;
    transform: scaleX(1) scaleY(1);
  }
}
.base-loader {
  background: #fff;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.base-loader__container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(1.5rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-bounce-in {
  0% {
    opacity: 0;
    transform: translateY(12%) scale(0.75);
  }
  75% {
    transform: scale(1.05);
  }
  85% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes slide-right-reveal {
  0% {
    clip-path: polygon(0 0, 20% 0, 20% 100%, 0 100%);
    opacity: 0;
    transform: translateX(-2rem);
  }
  60% {
    opacity: 1;
  }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes shutters-effect {
  0% {
    opacity: 0;
    transform: scaleX(0) scaleY(0.005);
  }
  25% {
    opacity: 1;
    transform: scaleX(0) scaleY(0.005);
  }
  50% {
    opacity: 1;
    transform: scaleX(1) scaleY(0.005);
  }
  to {
    opacity: 1;
    transform: scaleX(1) scaleY(1);
  }
}
.navigation {
  left: 0;
  position: fixed;
  top: 0;
  transition: all 0.35s ease-in;
  width: 100%;
  z-index: 99;
}
.navigation--scrolled {
  box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.25);
}
.navigation--hide {
  transform: translateY(-100%);
}
@media screen and (max-width: 1280px) {
  .navigation--desktop {
    display: none;
  }
}
.navigation--mobile {
  display: none;
}
@media screen and (max-width: 1280px) {
  .navigation--mobile {
    display: block;
  }
}
.navigation-desktop__link,
.navigation-desktop__subnav-link {
  color: #333;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1.467;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 1681px) {
  .navigation-desktop__link,
  .navigation-desktop__subnav-link {
    font-size: 18px;
  }
}
@media screen and (max-width: 370px) {
  .navigation-desktop__link,
  .navigation-desktop__subnav-link {
    font-size: 14px;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(1.5rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-bounce-in {
  0% {
    opacity: 0;
    transform: translateY(12%) scale(0.75);
  }
  75% {
    transform: scale(1.05);
  }
  85% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes slide-right-reveal {
  0% {
    clip-path: polygon(0 0, 20% 0, 20% 100%, 0 100%);
    opacity: 0;
    transform: translateX(-2rem);
  }
  60% {
    opacity: 1;
  }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes shutters-effect {
  0% {
    opacity: 0;
    transform: scaleX(0) scaleY(0.005);
  }
  25% {
    opacity: 1;
    transform: scaleX(0) scaleY(0.005);
  }
  50% {
    opacity: 1;
    transform: scaleX(1) scaleY(0.005);
  }
  to {
    opacity: 1;
    transform: scaleX(1) scaleY(1);
  }
}
.navigation-desktop {
  background: #fff;
  height: 6.25rem;
  position: relative;
  transition: all 0.35s ease-in;
  width: 100%;
  z-index: 10;
}
.navigation-desktop__container {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 100%;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1192px;
  max-width: 1308px;
  padding: 0.35rem 1rem;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1681px) {
  .navigation-desktop__container {
    max-width: 1440px;
  }
}
@media screen and (max-width: 768px) {
  .navigation-desktop__container {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 480px) {
  .navigation-desktop__container {
    padding: 0 1rem;
  }
}
@media screen and (min-width: 1681px) {
  .navigation-desktop__container {
    max-width: 1681px;
  }
}
.navigation-desktop__logo {
  height: 100%;
  width: -moz-fit-content;
  width: fit-content;
}
.navigation-desktop__logo:focus-visible {
  outline-color: #414a43;
  outline-offset: 0.1875rem;
  outline-style: dashed;
  outline-width: 0.125rem;
}
.navigation-desktop__logo .base-icon {
  align-items: center;
  display: flex;
  height: 100%;
  width: -moz-fit-content;
  width: fit-content;
}
.navigation-desktop__logo .base-icon svg {
  height: 75%;
  width: auto;
}
.navigation-desktop__logo--tall .base-icon svg {
  height: 100%;
}
.navigation-desktop__right {
  display: flex;
  flex: 4;
  justify-content: flex-end;
}
.navigation-desktop__links {
  align-items: center;
  display: flex;
  flex-direction: row;
}
@media not all and (pointer: coarse) {
  .navigation-desktop__link-container:hover .navigation-desktop__subnav {
    opacity: 1;
    visibility: visible;
    z-index: 100;
  }
}
.navigation-desktop__link {
  color: #414a43;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 1.5px;
  margin-right: 2rem;
  position: relative;
  transition: all 0.3s ease-in;
}
@media not all and (pointer: coarse) {
  .navigation-desktop__link:hover {
    color: #78877a;
  }
}
.navigation-desktop__link:focus-visible:focus-visible {
  outline-color: #414a43;
  outline-offset: 0.1875rem;
  outline-style: dashed;
  outline-width: 0.125rem;
}
.navigation-desktop__link.nuxt-link-exact-active {
  color: #606c62;
}
.navigation-desktop__subnav {
  background: #fff;
  box-shadow: 0 0 0.375rem rgba(238, 244, 238, 0.8);
  display: flex;
  flex-direction: column;
  min-width: 12.5rem;
  opacity: 0;
  padding: 0.5rem;
  position: absolute;
  transition: all 0.35s ease;
  visibility: hidden;
  z-index: 0;
}
.navigation-desktop__subnav-link {
  color: #414a43;
  cursor: pointer;
  font-weight: 400;
  transition: all 0.3s ease-in;
}
@media not all and (pointer: coarse) {
  .navigation-desktop__subnav-link:hover {
    color: #78877a;
  }
}
.navigation-desktop__subnav-link:not(:last-child) {
  margin-bottom: 0.5rem;
}
.navigation-desktop__buttons {
  align-items: center;
  display: flex;
  flex-direction: row;
}
.navigation-desktop__button {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.navigation-desktop__button:not(:first-child) {
  margin-left: 1.5rem;
}
.block-cta__button {
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1.467;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 1681px) {
  .block-cta__button {
    font-size: 18px;
  }
}
@media screen and (max-width: 370px) {
  .block-cta__button {
    font-size: 14px;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(1.5rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-bounce-in {
  0% {
    opacity: 0;
    transform: translateY(12%) scale(0.75);
  }
  75% {
    transform: scale(1.05);
  }
  85% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes slide-right-reveal {
  0% {
    clip-path: polygon(0 0, 20% 0, 20% 100%, 0 100%);
    opacity: 0;
    transform: translateX(-2rem);
  }
  60% {
    opacity: 1;
  }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes shutters-effect {
  0% {
    opacity: 0;
    transform: scaleX(0) scaleY(0.005);
  }
  25% {
    opacity: 1;
    transform: scaleX(0) scaleY(0.005);
  }
  50% {
    opacity: 1;
    transform: scaleX(1) scaleY(0.005);
  }
  to {
    opacity: 1;
    transform: scaleX(1) scaleY(1);
  }
}
.block-cta {
  cursor: pointer;
  position: relative;
}
.block-cta__button {
  background: #c0d6c0;
  border: 2px solid #c0d6c0;
  border-radius: 1.5625rem;
  color: #333;
  display: block;
  font-weight: 600;
  letter-spacing: 1.5px;
  padding: 0.5rem 2rem 0.4rem;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.25s ease;
}
@media not all and (pointer: coarse) {
  .block-cta__button:hover {
    background: #414a43;
    border-color: #414a43;
    color: #f5f1ec;
  }
}
.block-cta__button:focus-visible:focus-visible {
  outline-color: #414a43;
  outline-offset: 0.1875rem;
  outline-style: dashed;
  outline-width: 0.125rem;
}
.block-cta-secondary__button {
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1.467;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 1681px) {
  .block-cta-secondary__button {
    font-size: 18px;
  }
}
@media screen and (max-width: 370px) {
  .block-cta-secondary__button {
    font-size: 14px;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(1.5rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-bounce-in {
  0% {
    opacity: 0;
    transform: translateY(12%) scale(0.75);
  }
  75% {
    transform: scale(1.05);
  }
  85% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes slide-right-reveal {
  0% {
    clip-path: polygon(0 0, 20% 0, 20% 100%, 0 100%);
    opacity: 0;
    transform: translateX(-2rem);
  }
  60% {
    opacity: 1;
  }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes shutters-effect {
  0% {
    opacity: 0;
    transform: scaleX(0) scaleY(0.005);
  }
  25% {
    opacity: 1;
    transform: scaleX(0) scaleY(0.005);
  }
  50% {
    opacity: 1;
    transform: scaleX(1) scaleY(0.005);
  }
  to {
    opacity: 1;
    transform: scaleX(1) scaleY(1);
  }
}
.block-cta-secondary {
  cursor: pointer;
  position: relative;
}
.block-cta-secondary__button {
  background: #fff;
  border: 2px solid #94754e;
  border-radius: 1.5625rem;
  color: #333;
  display: block;
  font-weight: 600;
  letter-spacing: 1.5px;
  padding: 0.5rem 2rem 0.4rem;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.2s ease;
}
@media not all and (pointer: coarse) {
  .block-cta-secondary__button:hover {
    background: #dbccba;
    border-color: #dbccba;
    color: #333;
  }
}
.block-cta-secondary__button:focus-visible:focus-visible {
  outline-color: #414a43;
  outline-offset: 0.1875rem;
  outline-style: dashed;
  outline-width: 0.125rem;
}
.navigation-mobile__dropdown-title,
.navigation-mobile__subnav-link {
  color: #333;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1.467;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 1681px) {
  .navigation-mobile__dropdown-title,
  .navigation-mobile__subnav-link {
    font-size: 18px;
  }
}
@media screen and (max-width: 370px) {
  .navigation-mobile__dropdown-title,
  .navigation-mobile__subnav-link {
    font-size: 14px;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(1.5rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-bounce-in {
  0% {
    opacity: 0;
    transform: translateY(12%) scale(0.75);
  }
  75% {
    transform: scale(1.05);
  }
  85% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes slide-right-reveal {
  0% {
    clip-path: polygon(0 0, 20% 0, 20% 100%, 0 100%);
    opacity: 0;
    transform: translateX(-2rem);
  }
  60% {
    opacity: 1;
  }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes shutters-effect {
  0% {
    opacity: 0;
    transform: scaleX(0) scaleY(0.005);
  }
  25% {
    opacity: 1;
    transform: scaleX(0) scaleY(0.005);
  }
  50% {
    opacity: 1;
    transform: scaleX(1) scaleY(0.005);
  }
  to {
    opacity: 1;
    transform: scaleX(1) scaleY(1);
  }
}
.navigation-mobile {
  background: #fff;
  height: 5rem;
  position: relative;
  transition: all 0.35s ease-in;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .navigation-mobile {
    height: 4.375rem;
  }
}
.navigation-mobile__container {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 100%;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1192px;
  max-width: 1308px;
  padding: 0.35rem 1rem;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1681px) {
  .navigation-mobile__container {
    max-width: 1440px;
  }
}
@media screen and (max-width: 768px) {
  .navigation-mobile__container {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 480px) {
  .navigation-mobile__container {
    padding: 0 1rem;
  }
}
@media screen and (min-width: 1681px) {
  .navigation-mobile__container {
    max-width: 1681px;
  }
}
@media screen and (max-width: 880px) {
  .navigation-mobile__container {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .navigation-mobile__container {
    padding: 0 0.5rem;
  }
}
@media screen and (max-width: 600px) {
  .navigation-mobile__container {
    padding: 0 0.5rem;
  }
}
.navigation-mobile__logo {
  height: 100%;
  width: -moz-fit-content;
  width: fit-content;
}
.navigation-mobile__logo:focus-visible {
  outline-color: #414a43;
  outline-offset: 0.1875rem;
  outline-style: dashed;
  outline-width: 0.125rem;
}
.navigation-mobile__logo .base-icon {
  align-items: center;
  display: flex;
  height: 100%;
  width: -moz-fit-content;
  width: fit-content;
}
.navigation-mobile__logo .base-icon svg {
  height: 75%;
  max-width: 15.625rem;
  width: auto;
}
.navigation-mobile__logo--tall .base-icon svg {
  height: 100%;
}
.navigation-mobile__right {
  align-items: center;
  display: flex;
  flex: 4;
  justify-content: flex-end;
}
.navigation-mobile__buttons {
  align-items: center;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .navigation-mobile__buttons {
    align-items: flex-start;
    flex-direction: column;
    margin: 1.5rem 0;
  }
}
.navigation-mobile__button {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.navigation-mobile__button:not(:first-child) {
  margin-left: 1.5rem;
}
@media screen and (max-width: 768px) {
  .navigation-mobile__button:not(:first-child) {
    margin-left: 0;
    margin-top: 1rem;
  }
}
.navigation-mobile__hamburger {
  cursor: pointer;
  height: 1.5rem;
  margin-left: 1.5rem;
  position: relative;
  transition: all 0.25s ease-in;
  width: 2rem;
  z-index: 999;
  z-index: auto;
}
.navigation-mobile__hamburger:hover span {
  animation: shrink 1s forwards;
}
.navigation-mobile__hamburger span {
  background: #333;
  display: block;
  height: 0.125rem;
  left: 0;
  position: absolute;
  top: 0;
  transform: rotate(0);
  transform-origin: center;
  transition: background 0.25s ease;
  width: 100%;
}
.navigation-mobile__hamburger span:first-child {
  top: 0;
}
.navigation-mobile__hamburger span:nth-child(2),
.navigation-mobile__hamburger span:nth-child(3) {
  top: calc(50% - 1.5px);
}
.navigation-mobile__hamburger span:last-child {
  top: calc(100% - 3px);
}
.navigation-mobile__hamburger--active {
  transform: scale(0);
}
.navigation-mobile__hamburger:focus-visible:focus-visible {
  outline-color: #414a43;
  outline-offset: 0.1875rem;
  outline-style: dashed;
  outline-width: 0.125rem;
}
.navigation-mobile__overlay {
  backdrop-filter: blur(12px);
  background: rgba(65, 74, 67, 0.35);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  transition: all 0.25s ease;
  width: 100%;
  z-index: 99;
}
.navigation-mobile__menu-close {
  cursor: pointer;
  height: 0.9375rem;
  opacity: 0;
  position: fixed;
  right: 5%;
  transition: all 0.2s ease;
  visibility: hidden;
  width: 1.875rem;
  z-index: -1;
}
@media not all and (pointer: coarse) {
  .navigation-mobile__menu-close:hover {
    animation: shrink 1s forwards;
  }
  .navigation-mobile__menu-close:hover .navigation-mobile__menu-close--bar {
    background: #78877a;
  }
}
.navigation-mobile__menu-close--show {
  opacity: 1;
  transition:
    visibility 0.4s ease 0.5s,
    opacity 0.4s ease 0.5s,
    z-index 0.2s ease,
    transform 0.2s ease;
  visibility: visible;
  z-index: 1;
}
.navigation-mobile__menu-close:focus-visible:focus-visible {
  outline-color: #414a43;
  outline-offset: 0.1875rem;
  outline-style: dashed;
  outline-width: 0.125rem;
}
.navigation-mobile__menu-close--bar {
  background: #78877a;
  height: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition:
    color 0.3s ease-in,
    height 0.15s ease-in;
  width: 100%;
}
.navigation-mobile__menu-close--bar:first-of-type {
  transform: translateY(-50%) rotate(-45deg);
}
.navigation-mobile__menu-container {
  background-color: #fff;
  height: 100%;
  max-width: 31.25rem;
  overflow: scroll;
  padding: 1.875rem 2rem;
  position: fixed;
  right: -100%;
  top: 0;
  transition: right 0.4s ease-in-out 0.1s;
  width: 100%;
  z-index: 99;
}
@media screen and (max-width: 480px) {
  .navigation-mobile__menu-container {
    max-width: 100%;
  }
}
.navigation-mobile__menu-container--active {
  right: 0;
}
.navigation-mobile__menu-logo {
  display: block;
  height: 4.6875rem;
  margin-bottom: 1rem;
  width: -moz-fit-content;
  width: fit-content;
}
.navigation-mobile__menu-logo:focus-visible {
  outline-color: #414a43;
  outline-offset: 0.1875rem;
  outline-style: dashed;
  outline-width: 0.125rem;
}
.navigation-mobile__menu-logo .base-icon {
  align-items: center;
  display: flex;
  height: 100%;
  width: -moz-fit-content;
  width: fit-content;
}
.navigation-mobile__menu-logo .base-icon svg {
  height: 75%;
  max-width: 75vw;
  width: auto;
}
.navigation-mobile__menu-logo--tall .base-icon svg {
  height: 5.625rem;
}
.navigation-mobile__caret {
  cursor: pointer;
  height: 1.25rem;
  margin-left: 1.25rem;
  transform: rotate(90deg);
  transition: all 0.2s ease;
  width: 0.625rem;
}
.navigation-mobile__caret--active {
  transform: rotate(-90deg);
}
.navigation-mobile__link {
  font-family: "Times New Roman", serif;
  margin-bottom: 0.5rem;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.navigation-mobile__link-container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.navigation-mobile__link-text {
  color: #414a43;
  font-size: 1.75rem;
  font-weight: 600;
  position: relative;
  transition: all 0.25s ease;
}
@media not all and (pointer: coarse) {
  .navigation-mobile__link-text:hover {
    color: #78877a;
  }
}
@media screen and (max-width: 480px) {
  .navigation-mobile__link-text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 370px) {
  .navigation-mobile__link-text {
    font-size: 1.25rem;
  }
}
.navigation-mobile__link-text.nuxt-link-exact-active {
  color: #78877a;
}
.navigation-mobile__subnav {
  display: flex;
  flex-direction: column;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0 0.25rem 0 0.5rem;
  position: relative;
  width: 100%;
}
.navigation-mobile__subnav-link {
  color: #414a43;
  font-weight: 400;
  margin: 0.5rem 0;
  transition: all 0.25s ease;
  width: -moz-fit-content;
  width: fit-content;
}
@media not all and (pointer: coarse) {
  .navigation-mobile__subnav-link:hover {
    color: #78877a;
  }
}
.navigation-mobile__icons {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}
.navigation-mobile__icons:not(:last-of-type) {
  margin-bottom: 1rem;
}
.navigation-mobile__quick-link,
.navigation-mobile__social-link {
  align-items: center;
  background: #78877a;
  border-radius: 100%;
  cursor: pointer;
  display: flex;
  height: 2.4rem;
  justify-content: center;
  margin-bottom: 0.25rem;
  transition: all 0.25s ease-in;
  width: 2.4rem;
}
@media not all and (pointer: coarse) {
  .navigation-mobile__quick-link:hover,
  .navigation-mobile__social-link:hover {
    background: #eef4ee;
  }
  .navigation-mobile__quick-link:hover .navigation-mobile__social-icon svg,
  .navigation-mobile__social-link:hover .navigation-mobile__social-icon svg {
    fill: #78877a;
  }
}
.navigation-mobile__quick-link:focus-visible:focus-visible,
.navigation-mobile__social-link:focus-visible:focus-visible {
  outline-color: #414a43;
  outline-offset: 0.1875rem;
  outline-style: dashed;
  outline-width: 0.125rem;
}
.navigation-mobile__social-link:not(:last-of-type) {
  margin-right: 0.5rem;
}
.navigation-mobile__quick-link-icon,
.navigation-mobile__social-icon {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  max-width: 60%;
}
.navigation-mobile__quick-link-icon svg,
.navigation-mobile__social-icon svg {
  fill: #fff;
  height: 50%;
  transition: all 0.2s ease;
}
@media screen and (min-width: 1025px) {
  .navigation-mobile__quick-link:focus + .navigation-mobile__dropdown,
  .navigation-mobile__quick-link:hover + .navigation-mobile__dropdown {
    opacity: 1;
    visibility: visible;
    z-index: 99;
  }
}
.navigation-mobile__quick-link-container {
  cursor: pointer;
  height: 100%;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.navigation-mobile__quick-link-container:not(:last-of-type) {
  margin-right: 0.5rem;
}
.navigation-mobile__dropdown {
  background: #fff;
  box-shadow: 0 0 0.3125rem rgba(51, 51, 51, 0.5);
  left: 0;
  opacity: 0;
  padding: 1rem;
  position: absolute;
  top: 100%;
  transition:
    visibility 0s ease,
    opacity 0.3s ease,
    z-index 0.3s ease-in;
  visibility: hidden;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .navigation-mobile__dropdown--active {
    opacity: 1;
    visibility: visible;
    z-index: 99;
  }
}
.navigation-mobile__dropdown-title {
  color: #414a43;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.navigation-mobile__dropdown-link {
  color: #414a43;
  display: block;
  transition: all 0.3s ease;
}
@media not all and (pointer: coarse) {
  .navigation-mobile__dropdown-link:hover {
    color: #78877a;
  }
}
.navigation-mobile__dropdown-link:not(:last-of-type) {
  margin-bottom: 0.5rem;
}
.navigation-mobile a:focus-visible:focus-visible {
  outline-color: #414a43;
  outline-offset: 0.1875rem;
  outline-style: dashed;
  outline-width: 0.125rem;
}
@keyframes shrink {
  25% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.2);
  }
  0% {
    transform: scale(1);
  }
}
.hero__subheader {
  color: #78877a;
  font-family: "Times New Roman", serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.1;
}
@media screen and (min-width: 1681px) {
  .hero__subheader {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 1024px) {
  .hero__subheader {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 600px) {
  .hero__subheader {
    font-size: 1.25rem;
  }
}
.hero__image,
.hero__picture,
.hero__video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.hero__subheader {
  margin-top: 0.25rem;
}
.hero__buttons {
  margin-top: 2rem;
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .hero__buttons {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .hero__buttons {
    margin-top: 1rem;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(1.5rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-bounce-in {
  0% {
    opacity: 0;
    transform: translateY(12%) scale(0.75);
  }
  75% {
    transform: scale(1.05);
  }
  85% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes slide-right-reveal {
  0% {
    clip-path: polygon(0 0, 20% 0, 20% 100%, 0 100%);
    opacity: 0;
    transform: translateX(-2rem);
  }
  60% {
    opacity: 1;
  }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes shutters-effect {
  0% {
    opacity: 0;
    transform: scaleX(0) scaleY(0.005);
  }
  25% {
    opacity: 1;
    transform: scaleX(0) scaleY(0.005);
  }
  50% {
    opacity: 1;
    transform: scaleX(1) scaleY(0.005);
  }
  to {
    opacity: 1;
    transform: scaleX(1) scaleY(1);
  }
}
.hero {
  align-items: center;
  display: flex;
  height: 30vw;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .hero {
    height: auto;
    min-height: 65vw;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .hero {
    height: auto;
    min-height: 30vw;
  }
}
@media screen and (max-width: 480px) {
  .hero {
    min-height: 65vw;
  }
}
.pages-home .hero {
  height: 70vh;
  min-height: 0;
  min-height: auto;
}
@media screen and (min-width: 1440px) {
  .pages-home .hero {
    height: 70vh;
    min-height: 43.75rem;
  }
}
@media screen and (min-width: 1681px) {
  .pages-home .hero {
    height: 30vw;
    min-height: 0;
    min-height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .pages-home .hero {
    height: 50vh;
  }
}
@media screen and (max-width: 600px) {
  .pages-home .hero {
    height: auto;
    min-height: 80vw;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .pages-home .hero {
    height: auto;
    min-height: 85vh;
  }
}
@media screen and (max-width: 480px) {
  .pages-home .hero {
    min-height: 30vh;
  }
}
.hero__video {
  height: 100%;
  width: auto;
  z-index: -1;
}
@media screen and (min-width: 1440px) {
  .hero__video {
    height: auto;
    width: 100%;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .hero__video {
    height: auto;
    width: 100%;
  }
}
.hero__picture {
  z-index: -1;
}
.hero__image {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .hero__image {
    -o-object-position: center top;
    object-position: center top;
  }
}
.hero__overlay {
  background: rgba(51, 51, 51, 0.5);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.pages-home .hero__overlay {
  background: linear-gradient(
    90deg,
    rgba(51, 51, 51, 0.5) 0,
    rgba(51, 51, 51, 0.5) 55%,
    transparent
  );
}
.pages-about .hero__overlay,
.pages-patient-info .hero__overlay {
  background: rgba(51, 51, 51, 0.35);
}
.hero__container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 auto;
  max-width: 1192px;
  padding: 0 2rem;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1681px) {
  .hero__container {
    max-width: 1440px;
  }
}
@media screen and (max-width: 768px) {
  .hero__container {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 480px) {
  .hero__container {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 600px) {
  .hero__container {
    padding: 0 1rem;
  }
}
.hero__content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.hero__header {
  color: #fff;
  line-height: 1.25em;
}
.hero__subheader {
  color: #fff;
  font-weight: 400;
  text-transform: inherit;
}
.pages-home .hero__buttons {
  display: none;
}
@media screen and (max-width: 768px) {
  .pages-home .hero__buttons {
    display: block;
  }
}
.hero__button {
  width: -moz-fit-content;
  width: fit-content;
}
.hero__button:not(:last-child) {
  margin-bottom: 1rem;
}
.block-text__body {
  color: #333;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1.467;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 1681px) {
  .block-text__body {
    font-size: 18px;
  }
}
@media screen and (max-width: 370px) {
  .block-text__body {
    font-size: 14px;
  }
}
.block-text__body p:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 600px) {
  .block-text__body p:not(:last-of-type) {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-text__body p:not(:last-of-type) {
    margin-bottom: 1rem;
  }
}
.block-text__body a {
  color: #eef4ee;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  transition: color 0.2s ease;
}
@media not all and (pointer: coarse) {
  .block-text__body a:hover {
    color: #f5f1ec;
  }
}
.block-text--padding-full {
  padding-bottom: 4.6875rem;
  padding-top: 4.6875rem;
}
@media screen and (min-width: 1681px) {
  .block-text--padding-full {
    padding-bottom: 6.25rem;
    padding-top: 6.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-text--padding-full {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-text--padding-full {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .block-text--padding-full {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}
.block-text--padding-half {
  padding-bottom: 2.34375rem;
  padding-top: 2.34375rem;
}
@media screen and (min-width: 1681px) {
  .block-text--padding-half {
    padding-bottom: 3.125rem;
    padding-top: 3.125rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-text--padding-half {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .block-text--padding-half {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-text--padding-half {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
}
.block-text--padding-full-top-half-bottom {
  padding-bottom: 2.34375rem;
  padding-top: 4.6875rem;
}
@media screen and (min-width: 1681px) {
  .block-text--padding-full-top-half-bottom {
    padding-bottom: 3.125rem;
    padding-top: 6.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-text--padding-full-top-half-bottom {
    padding-bottom: 2rem;
    padding-top: 3rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-text--padding-full-top-half-bottom {
    padding-bottom: 1.5rem;
    padding-top: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .block-text--padding-full-top-half-bottom {
    padding-bottom: 1.5rem;
    padding-top: 3rem;
  }
}
.block-text--padding-half-top-full-bottom {
  padding-bottom: 4.6875rem;
  padding-top: 2.34375rem;
}
@media screen and (min-width: 1681px) {
  .block-text--padding-half-top-full-bottom {
    padding-bottom: 6.25rem;
    padding-top: 3.125rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-text--padding-half-top-full-bottom {
    padding-bottom: 3rem;
    padding-top: 2rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-text--padding-half-top-full-bottom {
    padding-bottom: 3rem;
    padding-top: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .block-text--padding-half-top-full-bottom {
    padding-bottom: 3rem;
    padding-top: 1.5rem;
  }
}
.block-text--padding-half-top-only {
  padding-top: 2.34375rem;
}
@media screen and (min-width: 1681px) {
  .block-text--padding-half-top-only {
    padding-top: 3.125rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-text--padding-half-top-only {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-text--padding-half-top-only {
    padding-top: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .block-text--padding-half-top-only {
    padding-top: 1.5rem;
  }
}
.block-text--padding-half-bottom-only {
  padding-bottom: 2.34375rem;
}
@media screen and (min-width: 1681px) {
  .block-text--padding-half-bottom-only {
    padding-bottom: 3.125rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-text--padding-half-bottom-only {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-text--padding-half-bottom-only {
    padding-bottom: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .block-text--padding-half-bottom-only {
    padding-bottom: 1.5rem;
  }
}
.block-text--padding-full-top-only {
  padding-top: 4.6875rem;
}
@media screen and (min-width: 1681px) {
  .block-text--padding-full-top-only {
    padding-top: 6.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-text--padding-full-top-only {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-text--padding-full-top-only {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .block-text--padding-full-top-only {
    padding-top: 3rem;
  }
}
.block-text--padding-full-bottom-only {
  padding-bottom: 4.6875rem;
}
@media screen and (min-width: 1681px) {
  .block-text--padding-full-bottom-only {
    padding-bottom: 6.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-text--padding-full-bottom-only {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-text--padding-full-bottom-only {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .block-text--padding-full-bottom-only {
    padding-bottom: 3rem;
  }
}
.block-text__headers {
  margin-bottom: 2rem;
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-text__headers {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .block-text__headers {
    margin-bottom: 1rem;
  }
}
.block-text__subheader {
  margin-top: 0.25rem;
}
.block-text__button {
  margin-top: 2rem;
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-text__button {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .block-text__button {
    margin-top: 1rem;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(1.5rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-bounce-in {
  0% {
    opacity: 0;
    transform: translateY(12%) scale(0.75);
  }
  75% {
    transform: scale(1.05);
  }
  85% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes slide-right-reveal {
  0% {
    clip-path: polygon(0 0, 20% 0, 20% 100%, 0 100%);
    opacity: 0;
    transform: translateX(-2rem);
  }
  60% {
    opacity: 1;
  }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes shutters-effect {
  0% {
    opacity: 0;
    transform: scaleX(0) scaleY(0.005);
  }
  25% {
    opacity: 1;
    transform: scaleX(0) scaleY(0.005);
  }
  50% {
    opacity: 1;
    transform: scaleX(1) scaleY(0.005);
  }
  to {
    opacity: 1;
    transform: scaleX(1) scaleY(1);
  }
}
.block-text {
  position: relative;
}
.block-text__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 1192px;
  padding: 0 20px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1681px) {
  .block-text__container {
    max-width: 1440px;
  }
}
@media screen and (max-width: 768px) {
  .block-text__container {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 480px) {
  .block-text__container {
    padding: 0 1rem;
  }
}
.block-text__container--right {
  text-align: right;
}
.block-text__container--center {
  text-align: center;
}
.block-text__icon {
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.block-text__column {
  display: flex;
  flex-direction: column;
  padding: 0 12px;
  width: 83.33333%;
}
@media screen and (max-width: 768px) {
  .block-text__column {
    padding: 0;
    width: 100%;
  }
}
.block-text__subheader {
  color: #414a43;
}
.block-text__container--right .block-text__button {
  align-self: flex-end;
}
.block-text__container--center .block-text__button {
  align-self: center;
}
.block-image-text__body {
  color: #333;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1.467;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 1681px) {
  .block-image-text__body {
    font-size: 18px;
  }
}
@media screen and (max-width: 370px) {
  .block-image-text__body {
    font-size: 14px;
  }
}
.block-image-text__body p:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 600px) {
  .block-image-text__body p:not(:last-of-type) {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-image-text__body p:not(:last-of-type) {
    margin-bottom: 1rem;
  }
}
.block-image-text__body a {
  color: #eef4ee;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  transition: color 0.2s ease;
}
@media not all and (pointer: coarse) {
  .block-image-text__body a:hover {
    color: #f5f1ec;
  }
}
.block-image-text__overlay {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.block-image-text--padding-full {
  padding-bottom: 4.6875rem;
  padding-top: 4.6875rem;
}
@media screen and (min-width: 1681px) {
  .block-image-text--padding-full {
    padding-bottom: 6.25rem;
    padding-top: 6.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-image-text--padding-full {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-image-text--padding-full {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .block-image-text--padding-full {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}
.block-image-text--padding-half {
  padding-bottom: 2.34375rem;
  padding-top: 2.34375rem;
}
@media screen and (min-width: 1681px) {
  .block-image-text--padding-half {
    padding-bottom: 3.125rem;
    padding-top: 3.125rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-image-text--padding-half {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .block-image-text--padding-half {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-image-text--padding-half {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
}
.block-image-text--padding-full-top-half-bottom {
  padding-bottom: 2.34375rem;
  padding-top: 4.6875rem;
}
@media screen and (min-width: 1681px) {
  .block-image-text--padding-full-top-half-bottom {
    padding-bottom: 3.125rem;
    padding-top: 6.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-image-text--padding-full-top-half-bottom {
    padding-bottom: 2rem;
    padding-top: 3rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-image-text--padding-full-top-half-bottom {
    padding-bottom: 1.5rem;
    padding-top: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .block-image-text--padding-full-top-half-bottom {
    padding-bottom: 1.5rem;
    padding-top: 3rem;
  }
}
.block-image-text--padding-half-top-full-bottom {
  padding-bottom: 4.6875rem;
  padding-top: 2.34375rem;
}
@media screen and (min-width: 1681px) {
  .block-image-text--padding-half-top-full-bottom {
    padding-bottom: 6.25rem;
    padding-top: 3.125rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-image-text--padding-half-top-full-bottom {
    padding-bottom: 3rem;
    padding-top: 2rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-image-text--padding-half-top-full-bottom {
    padding-bottom: 3rem;
    padding-top: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .block-image-text--padding-half-top-full-bottom {
    padding-bottom: 3rem;
    padding-top: 1.5rem;
  }
}
.block-image-text--padding-half-top-only {
  padding-top: 2.34375rem;
}
@media screen and (min-width: 1681px) {
  .block-image-text--padding-half-top-only {
    padding-top: 3.125rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-image-text--padding-half-top-only {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-image-text--padding-half-top-only {
    padding-top: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .block-image-text--padding-half-top-only {
    padding-top: 1.5rem;
  }
}
.block-image-text--padding-half-bottom-only {
  padding-bottom: 2.34375rem;
}
@media screen and (min-width: 1681px) {
  .block-image-text--padding-half-bottom-only {
    padding-bottom: 3.125rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-image-text--padding-half-bottom-only {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-image-text--padding-half-bottom-only {
    padding-bottom: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .block-image-text--padding-half-bottom-only {
    padding-bottom: 1.5rem;
  }
}
.block-image-text--padding-full-top-only {
  padding-top: 4.6875rem;
}
@media screen and (min-width: 1681px) {
  .block-image-text--padding-full-top-only {
    padding-top: 6.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-image-text--padding-full-top-only {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-image-text--padding-full-top-only {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .block-image-text--padding-full-top-only {
    padding-top: 3rem;
  }
}
.block-image-text--padding-full-bottom-only {
  padding-bottom: 4.6875rem;
}
@media screen and (min-width: 1681px) {
  .block-image-text--padding-full-bottom-only {
    padding-bottom: 6.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-image-text--padding-full-bottom-only {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-image-text--padding-full-bottom-only {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .block-image-text--padding-full-bottom-only {
    padding-bottom: 3rem;
  }
}
.block-image-text__headers {
  margin-bottom: 2rem;
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-image-text__headers {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .block-image-text__headers {
    margin-bottom: 1rem;
  }
}
.block-image-text__subheader {
  margin-top: 0.25rem;
}
.block-image-text__button {
  margin-top: 2rem;
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-image-text__button {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .block-image-text__button {
    margin-top: 1rem;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(1.5rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-bounce-in {
  0% {
    opacity: 0;
    transform: translateY(12%) scale(0.75);
  }
  75% {
    transform: scale(1.05);
  }
  85% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes slide-right-reveal {
  0% {
    clip-path: polygon(0 0, 20% 0, 20% 100%, 0 100%);
    opacity: 0;
    transform: translateX(-2rem);
  }
  60% {
    opacity: 1;
  }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes shutters-effect {
  0% {
    opacity: 0;
    transform: scaleX(0) scaleY(0.005);
  }
  25% {
    opacity: 1;
    transform: scaleX(0) scaleY(0.005);
  }
  50% {
    opacity: 1;
    transform: scaleX(1) scaleY(0.005);
  }
  to {
    opacity: 1;
    transform: scaleX(1) scaleY(1);
  }
}
.block-image-text {
  position: relative;
}
.block-image-text__container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1192px;
  overflow: hidden;
  padding: 0 20px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1681px) {
  .block-image-text__container {
    max-width: 1440px;
  }
}
@media screen and (max-width: 768px) {
  .block-image-text__container {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 480px) {
  .block-image-text__container {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 768px) {
  .block-image-text__container {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-image-text__container {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 600px) {
  .block-image-text__container {
    flex-direction: column-reverse;
  }
}
.block-image-text__container--no-padding-right {
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .block-image-text__container--no-padding-right {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-image-text__container--no-padding-right {
    padding-left: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .block-image-text__container--no-padding-right {
    padding-left: 1rem;
  }
}
.block-image-text__container--no-padding-left {
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .block-image-text__container--no-padding-left {
    padding-right: 2rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-image-text__container--no-padding-left {
    padding-right: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .block-image-text__container--no-padding-left {
    padding-right: 1rem;
  }
}
.block-image-text__container--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .block-image-text__container--reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-image-text__container--reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 600px) {
  .block-image-text__container--reverse {
    flex-direction: column-reverse;
  }
}
.block-image-text__container--center {
  align-items: center;
  background: #eef4ee;
  flex-direction: column;
  justify-content: center;
}
.block-image-text__container--bg {
  min-height: 25rem;
}
@media screen and (max-width: 768px) {
  .block-image-text__container--bg {
    min-height: 0;
    min-height: auto;
  }
}
.block-image-text__icon {
  bottom: 0;
  opacity: 0.15;
  position: absolute;
  width: 100%;
}
.block-image-text__text-block {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0 2rem 0 0;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .block-image-text__text-block {
    padding: 0;
    width: 100%;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-image-text__text-block {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .block-image-text__text-block {
    width: 100%;
  }
}
.block-image-text__container--reverse .block-image-text__text-block {
  padding: 0 0 0 2rem;
}
@media screen and (max-width: 768px) {
  .block-image-text__container--reverse .block-image-text__text-block {
    padding: 0;
  }
}
.block-image-text__container--bg .block-image-text__text-block {
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  .block-image-text__container--bg .block-image-text__text-block {
    padding: 2rem 0;
    text-align: center;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-image-text__container--bg .block-image-text__text-block {
    padding: 2rem 0;
    width: 100%;
  }
}
.block-image-text__container--center .block-image-text__text-block {
  padding: 2rem;
  text-align: center;
  width: 66.66667%;
}
@media screen and (max-width: 768px) {
  .block-image-text__container--center .block-image-text__text-block {
    padding: 0;
    padding: 1rem;
    width: 100%;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-image-text__container--center .block-image-text__text-block {
    padding: 1rem;
  }
}
.block-image-text__text-block--white .block-image-text__body,
.block-image-text__text-block--white .block-image-text__header,
.block-image-text__text-block--white .block-image-text__subheader {
  color: #fff;
}
.block-image-text__headers,
.block-image-text__subheader {
  color: #414a43;
}
.block-image-text__body strong {
  font-weight: 700;
}
.block-image-text__buttons {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .block-image-text__container--bg .block-image-text__buttons {
    justify-content: center;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-image-text__container--bg .block-image-text__buttons {
    justify-content: center;
  }
}
.block-image-text__container--center .block-image-text__buttons {
  justify-content: center;
}
.block-image-text__button {
  max-width: 100%;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.block-image-text__button-container:not(:last-child) {
  margin-right: 1.5rem;
}
.block-image-text__image-block {
  height: 100%;
  padding: 0 12px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .block-image-text__image-block {
    margin-bottom: 1rem;
    padding: 0;
    width: 100%;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-image-text__image-block {
    width: 50%;
  }
}
.block-image-text__image-block--no-padding-right {
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .block-image-text__image-block--no-padding-right {
    padding-left: 0;
  }
}
.block-image-text__image-block--no-padding-left {
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .block-image-text__image-block--no-padding-left {
    padding-right: 0;
  }
}
.block-image-text__image {
  z-index: 2;
}
.block-image-text__image,
.block-image-text__image .base-image__image {
  height: 100%;
  position: relative;
  width: 100%;
}
.block-image-text__overlay {
  background: rgba(51, 51, 51, 0.5);
  height: 100%;
  width: 100%;
  z-index: -1;
}
.block-image-text__bg {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -2;
}
@media screen and (max-width: 768px) {
  .block-image-text__bg {
    height: 60vw;
    position: relative;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-image-text__bg {
    height: 25vw;
    position: relative;
    width: 50%;
  }
}
.block-image-text__bg.base-background {
  background-repeat: no-repeat !important;
}
@media screen and (max-width: 768px) {
  .block-image-text__bg.base-background {
    display: none;
  }
}
.block-image-text__bg--color {
  display: none;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -2;
}
@media screen and (max-width: 768px) {
  .block-image-text__bg--color {
    display: block;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(1.5rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-bounce-in {
  0% {
    opacity: 0;
    transform: translateY(12%) scale(0.75);
  }
  75% {
    transform: scale(1.05);
  }
  85% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes slide-right-reveal {
  0% {
    clip-path: polygon(0 0, 20% 0, 20% 100%, 0 100%);
    opacity: 0;
    transform: translateX(-2rem);
  }
  60% {
    opacity: 1;
  }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes shutters-effect {
  0% {
    opacity: 0;
    transform: scaleX(0) scaleY(0.005);
  }
  25% {
    opacity: 1;
    transform: scaleX(0) scaleY(0.005);
  }
  50% {
    opacity: 1;
    transform: scaleX(1) scaleY(0.005);
  }
  to {
    opacity: 1;
    transform: scaleX(1) scaleY(1);
  }
}
.base-image {
  position: relative;
}
.base-image__image {
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .base-image__image {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
  }
  .pages-about .block-single-image-slider .base-image__image {
    height: 110%;
  }
  .base-image__image--bg {
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.base-image__overlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.base-image__spinner {
  animation: imageRotator 1.4s linear infinite;
  left: 50%;
  position: absolute;
  top: 50%;
}
@keyframes imageRotator {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  to {
    transform: translate(-50%, -50%) rotate(270deg);
  }
}
.base-image__ring {
  animation: spinning 1.4s ease-in-out infinite;
  fill: transparent;
  stroke: #000;
  stroke-dasharray: 177;
  stroke-dashoffset: 0;
  stroke-width: 2;
  transform-origin: center;
}
@keyframes spinning {
  0% {
    stroke-dashoffset: 177;
  }
  50% {
    stroke-dashoffset: 44.25;
    transform: rotate(135deg);
  }
  to {
    stroke-dashoffset: 177;
    transform: rotate(450deg);
  }
}
.fade-src-img-enter-active,
.fade-src-img-leave-active {
  transition: opacity 0.2s ease;
}
.fade-src-img-enter,
.fade-src-img-leave-to {
  opacity: 0;
}
.block-columns__col-body {
  color: #333;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1.467;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 1681px) {
  .block-columns__col-body {
    font-size: 18px;
  }
}
@media screen and (max-width: 370px) {
  .block-columns__col-body {
    font-size: 14px;
  }
}
.block-columns__col-title {
  color: #eef4ee;
  font-family: Raleway, sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.34;
}
@media screen and (min-width: 1681px) {
  .block-columns__col-title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-columns__col-title {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 480px) {
  .block-columns__col-title {
    line-height: 1.15;
  }
}
.block-columns--padding-full {
  padding-bottom: 4.6875rem;
  padding-top: 4.6875rem;
}
@media screen and (min-width: 1681px) {
  .block-columns--padding-full {
    padding-bottom: 6.25rem;
    padding-top: 6.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-columns--padding-full {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-columns--padding-full {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .block-columns--padding-full {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}
.block-columns--padding-half {
  padding-bottom: 2.34375rem;
  padding-top: 2.34375rem;
}
@media screen and (min-width: 1681px) {
  .block-columns--padding-half {
    padding-bottom: 3.125rem;
    padding-top: 3.125rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-columns--padding-half {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .block-columns--padding-half {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-columns--padding-half {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
}
.block-columns--padding-full-top-half-bottom {
  padding-bottom: 2.34375rem;
  padding-top: 4.6875rem;
}
@media screen and (min-width: 1681px) {
  .block-columns--padding-full-top-half-bottom {
    padding-bottom: 3.125rem;
    padding-top: 6.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-columns--padding-full-top-half-bottom {
    padding-bottom: 2rem;
    padding-top: 3rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-columns--padding-full-top-half-bottom {
    padding-bottom: 1.5rem;
    padding-top: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .block-columns--padding-full-top-half-bottom {
    padding-bottom: 1.5rem;
    padding-top: 3rem;
  }
}
.block-columns--padding-half-top-full-bottom {
  padding-bottom: 4.6875rem;
  padding-top: 2.34375rem;
}
@media screen and (min-width: 1681px) {
  .block-columns--padding-half-top-full-bottom {
    padding-bottom: 6.25rem;
    padding-top: 3.125rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-columns--padding-half-top-full-bottom {
    padding-bottom: 3rem;
    padding-top: 2rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-columns--padding-half-top-full-bottom {
    padding-bottom: 3rem;
    padding-top: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .block-columns--padding-half-top-full-bottom {
    padding-bottom: 3rem;
    padding-top: 1.5rem;
  }
}
.block-columns--padding-half-top-only {
  padding-top: 2.34375rem;
}
@media screen and (min-width: 1681px) {
  .block-columns--padding-half-top-only {
    padding-top: 3.125rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-columns--padding-half-top-only {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-columns--padding-half-top-only {
    padding-top: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .block-columns--padding-half-top-only {
    padding-top: 1.5rem;
  }
}
.block-columns--padding-half-bottom-only {
  padding-bottom: 2.34375rem;
}
@media screen and (min-width: 1681px) {
  .block-columns--padding-half-bottom-only {
    padding-bottom: 3.125rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-columns--padding-half-bottom-only {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-columns--padding-half-bottom-only {
    padding-bottom: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .block-columns--padding-half-bottom-only {
    padding-bottom: 1.5rem;
  }
}
.block-columns--padding-full-top-only {
  padding-top: 4.6875rem;
}
@media screen and (min-width: 1681px) {
  .block-columns--padding-full-top-only {
    padding-top: 6.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-columns--padding-full-top-only {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-columns--padding-full-top-only {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .block-columns--padding-full-top-only {
    padding-top: 3rem;
  }
}
.block-columns--padding-full-bottom-only {
  padding-bottom: 4.6875rem;
}
@media screen and (min-width: 1681px) {
  .block-columns--padding-full-bottom-only {
    padding-bottom: 6.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-columns--padding-full-bottom-only {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-columns--padding-full-bottom-only {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .block-columns--padding-full-bottom-only {
    padding-bottom: 3rem;
  }
}
.block-columns__col-title {
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-columns__col-title {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 480px) {
  .block-columns__col-title {
    margin-bottom: 0.5rem;
  }
}
.block-columns__headers {
  margin-bottom: 2rem;
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-columns__headers {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .block-columns__headers {
    margin-bottom: 1rem;
  }
}
.block-columns__subheader {
  margin-top: 0.25rem;
}
.block-columns__col-button {
  margin-top: 2rem;
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-columns__col-button {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .block-columns__col-button {
    margin-top: 1rem;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(1.5rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-bounce-in {
  0% {
    opacity: 0;
    transform: translateY(12%) scale(0.75);
  }
  75% {
    transform: scale(1.05);
  }
  85% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes slide-right-reveal {
  0% {
    clip-path: polygon(0 0, 20% 0, 20% 100%, 0 100%);
    opacity: 0;
    transform: translateX(-2rem);
  }
  60% {
    opacity: 1;
  }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes shutters-effect {
  0% {
    opacity: 0;
    transform: scaleX(0) scaleY(0.005);
  }
  25% {
    opacity: 1;
    transform: scaleX(0) scaleY(0.005);
  }
  50% {
    opacity: 1;
    transform: scaleX(1) scaleY(0.005);
  }
  to {
    opacity: 1;
    transform: scaleX(1) scaleY(1);
  }
}
.block-columns {
  position: relative;
}
.block-columns__container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1192px;
  padding: 0 20px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1681px) {
  .block-columns__container {
    max-width: 1440px;
  }
}
@media screen and (max-width: 768px) {
  .block-columns__container {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 480px) {
  .block-columns__container {
    padding: 0 1rem;
  }
}
.block-columns__headers {
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-columns__headers {
    margin-bottom: 0.75rem;
  }
}
@media screen and (max-width: 600px) {
  .block-columns__headers {
    margin-bottom: 0.75rem;
  }
}
.block-columns__subheader {
  color: #414a43;
}
.block-columns__columns {
  display: flex;
  flex-direction: row;
  width: 100%;
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-columns__columns {
    flex-direction: column;
  }
}
@media screen and (max-width: 600px) {
  .block-columns__columns {
    flex-direction: column;
  }
}
.block-columns__col {
  display: flex;
  flex: 4;
  flex-direction: column;
  padding: 1rem 2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .block-columns__col {
    padding: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .block-columns__col {
    padding: 2rem 1rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-columns__col:first-of-type {
    padding: 1rem 1rem 2rem;
  }
}
@media screen and (max-width: 600px) {
  .block-columns__col:first-of-type {
    padding: 1rem 1rem 2rem;
  }
}
.block-columns__col:not(:last-of-type) {
  border-right: 1px solid hsla(0, 0%, 80%, 0.5);
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-columns__col:not(:last-of-type) {
    border-bottom: 1px solid hsla(0, 0%, 80%, 0.5);
    border-right: none;
  }
}
@media screen and (max-width: 600px) {
  .block-columns__col:not(:last-of-type) {
    border-bottom: 1px solid hsla(0, 0%, 80%, 0.5);
    border-right: none;
  }
}
.block-columns__col-title {
  color: #606c62;
  flex: 0 1 auto;
  font-weight: 600;
}
.block-columns__col-image {
  border-radius: 50%;
  display: block;
  margin: 1rem auto;
  overflow: hidden;
  padding-top: 50%;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .block-columns__col-image {
    padding-top: 70%;
    width: 70%;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-columns__col-image {
    padding-top: 50%;
    width: 50%;
  }
}
#social-media .block-columns__col-image {
  padding-top: 75%;
  width: 75%;
}
.block-columns__col-body {
  flex: 4;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .block-columns__col-body {
    margin-top: 0.25rem;
  }
}
.block-columns__col-button {
  margin-left: auto;
  margin-right: auto;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(1.5rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-bounce-in {
  0% {
    opacity: 0;
    transform: translateY(12%) scale(0.75);
  }
  75% {
    transform: scale(1.05);
  }
  85% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes slide-right-reveal {
  0% {
    clip-path: polygon(0 0, 20% 0, 20% 100%, 0 100%);
    opacity: 0;
    transform: translateX(-2rem);
  }
  60% {
    opacity: 1;
  }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes shutters-effect {
  0% {
    opacity: 0;
    transform: scaleX(0) scaleY(0.005);
  }
  25% {
    opacity: 1;
    transform: scaleX(0) scaleY(0.005);
  }
  50% {
    opacity: 1;
    transform: scaleX(1) scaleY(0.005);
  }
  to {
    opacity: 1;
    transform: scaleX(1) scaleY(1);
  }
}
.base-background {
  background-position: 50%;
  background-size: cover;
}
.base-background__overlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.fade-src-bg-img-enter-active,
.fade-src-bg-img-leave-active {
  transition: opacity 0.2s ease;
}
.fade-src-bg-img-enter,
.fade-src-bg-img-leave-to {
  opacity: 0;
}
.block-cta-boxes--padding-full {
  padding-bottom: 4.6875rem;
  padding-top: 4.6875rem;
}
@media screen and (min-width: 1681px) {
  .block-cta-boxes--padding-full {
    padding-bottom: 6.25rem;
    padding-top: 6.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-cta-boxes--padding-full {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-cta-boxes--padding-full {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .block-cta-boxes--padding-full {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}
.block-cta-boxes--padding-half {
  padding-bottom: 2.34375rem;
  padding-top: 2.34375rem;
}
@media screen and (min-width: 1681px) {
  .block-cta-boxes--padding-half {
    padding-bottom: 3.125rem;
    padding-top: 3.125rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-cta-boxes--padding-half {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .block-cta-boxes--padding-half {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-cta-boxes--padding-half {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
}
.block-cta-boxes--padding-full-top-half-bottom {
  padding-bottom: 2.34375rem;
  padding-top: 4.6875rem;
}
@media screen and (min-width: 1681px) {
  .block-cta-boxes--padding-full-top-half-bottom {
    padding-bottom: 3.125rem;
    padding-top: 6.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-cta-boxes--padding-full-top-half-bottom {
    padding-bottom: 2rem;
    padding-top: 3rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-cta-boxes--padding-full-top-half-bottom {
    padding-bottom: 1.5rem;
    padding-top: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .block-cta-boxes--padding-full-top-half-bottom {
    padding-bottom: 1.5rem;
    padding-top: 3rem;
  }
}
.block-cta-boxes--padding-half-top-full-bottom {
  padding-bottom: 4.6875rem;
  padding-top: 2.34375rem;
}
@media screen and (min-width: 1681px) {
  .block-cta-boxes--padding-half-top-full-bottom {
    padding-bottom: 6.25rem;
    padding-top: 3.125rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-cta-boxes--padding-half-top-full-bottom {
    padding-bottom: 3rem;
    padding-top: 2rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-cta-boxes--padding-half-top-full-bottom {
    padding-bottom: 3rem;
    padding-top: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .block-cta-boxes--padding-half-top-full-bottom {
    padding-bottom: 3rem;
    padding-top: 1.5rem;
  }
}
.block-cta-boxes--padding-half-top-only {
  padding-top: 2.34375rem;
}
@media screen and (min-width: 1681px) {
  .block-cta-boxes--padding-half-top-only {
    padding-top: 3.125rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-cta-boxes--padding-half-top-only {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-cta-boxes--padding-half-top-only {
    padding-top: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .block-cta-boxes--padding-half-top-only {
    padding-top: 1.5rem;
  }
}
.block-cta-boxes--padding-half-bottom-only {
  padding-bottom: 2.34375rem;
}
@media screen and (min-width: 1681px) {
  .block-cta-boxes--padding-half-bottom-only {
    padding-bottom: 3.125rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-cta-boxes--padding-half-bottom-only {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-cta-boxes--padding-half-bottom-only {
    padding-bottom: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .block-cta-boxes--padding-half-bottom-only {
    padding-bottom: 1.5rem;
  }
}
.block-cta-boxes--padding-full-top-only {
  padding-top: 4.6875rem;
}
@media screen and (min-width: 1681px) {
  .block-cta-boxes--padding-full-top-only {
    padding-top: 6.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-cta-boxes--padding-full-top-only {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-cta-boxes--padding-full-top-only {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .block-cta-boxes--padding-full-top-only {
    padding-top: 3rem;
  }
}
.block-cta-boxes--padding-full-bottom-only {
  padding-bottom: 4.6875rem;
}
@media screen and (min-width: 1681px) {
  .block-cta-boxes--padding-full-bottom-only {
    padding-bottom: 6.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-cta-boxes--padding-full-bottom-only {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-cta-boxes--padding-full-bottom-only {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .block-cta-boxes--padding-full-bottom-only {
    padding-bottom: 3rem;
  }
}
.block-cta-boxes__header {
  margin-bottom: 2rem;
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-cta-boxes__header {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .block-cta-boxes__header {
    margin-bottom: 1rem;
  }
}
.block-cta-boxes__box-button {
  margin-top: 2rem;
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-cta-boxes__box-button {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .block-cta-boxes__box-button {
    margin-top: 1rem;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(1.5rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-bounce-in {
  0% {
    opacity: 0;
    transform: translateY(12%) scale(0.75);
  }
  75% {
    transform: scale(1.05);
  }
  85% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes slide-right-reveal {
  0% {
    clip-path: polygon(0 0, 20% 0, 20% 100%, 0 100%);
    opacity: 0;
    transform: translateX(-2rem);
  }
  60% {
    opacity: 1;
  }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes shutters-effect {
  0% {
    opacity: 0;
    transform: scaleX(0) scaleY(0.005);
  }
  25% {
    opacity: 1;
    transform: scaleX(0) scaleY(0.005);
  }
  50% {
    opacity: 1;
    transform: scaleX(1) scaleY(0.005);
  }
  to {
    opacity: 1;
    transform: scaleX(1) scaleY(1);
  }
}
.block-cta-boxes {
  position: relative;
}
.block-cta-boxes__container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1192px;
  padding: 0 20px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1681px) {
  .block-cta-boxes__container {
    max-width: 1440px;
  }
}
@media screen and (max-width: 768px) {
  .block-cta-boxes__container {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 480px) {
  .block-cta-boxes__container {
    padding: 0 1rem;
  }
}
.block-cta-boxes__header {
  text-align: center;
  width: 100%;
}
.block-cta-boxes__boxes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row-gap: 1rem;
  grid-column-gap: 1rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .block-cta-boxes__boxes {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-cta-boxes__boxes {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 0.5rem;
    grid-column-gap: 0.5rem;
  }
}
@media screen and (max-width: 600px) {
  .block-cta-boxes__boxes {
    grid-template-columns: 1fr;
    grid-row-gap: 0.5rem;
    grid-column-gap: 0.5rem;
  }
}
.block-cta-boxes__box {
  box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  padding: 1rem 2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .block-cta-boxes__box {
    padding: 1rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-cta-boxes__box {
    padding: 1rem;
  }
}
.block-cta-boxes__box-image {
  display: block;
  height: 12.5rem;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 1440px) {
  .block-cta-boxes__box-image {
    height: 18.75rem;
  }
}
@media screen and (max-width: 600px) {
  .block-cta-boxes__box-image {
    height: 50vw;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-cta-boxes__box-image {
    height: 60vh;
  }
}
.block-cta-boxes__box-image .base-image__image {
  -o-object-fit: cover;
  object-fit: cover;
}
.block-cta-boxes__box-button {
  margin-left: auto;
  margin-right: auto;
}
.block-testimonials__body,
.block-testimonials__button,
.block-testimonials__pagination {
  color: #333;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1.467;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 1681px) {
  .block-testimonials__body,
  .block-testimonials__button,
  .block-testimonials__pagination {
    font-size: 18px;
  }
}
@media screen and (max-width: 370px) {
  .block-testimonials__body,
  .block-testimonials__button,
  .block-testimonials__pagination {
    font-size: 14px;
  }
}
.block-testimonials__name {
  color: #eef4ee;
  font-family: Raleway, sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.34;
}
@media screen and (min-width: 1681px) {
  .block-testimonials__name {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-testimonials__name {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 480px) {
  .block-testimonials__name {
    line-height: 1.15;
  }
}
.block-testimonials__body p:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 600px) {
  .block-testimonials__body p:not(:last-of-type) {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-testimonials__body p:not(:last-of-type) {
    margin-bottom: 1rem;
  }
}
.block-testimonials__body a {
  color: #eef4ee;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  transition: color 0.2s ease;
}
@media not all and (pointer: coarse) {
  .block-testimonials__body a:hover {
    color: #f5f1ec;
  }
}
.block-testimonials__slide {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.block-testimonials--padding-full {
  padding-bottom: 4.6875rem;
  padding-top: 4.6875rem;
}
@media screen and (min-width: 1681px) {
  .block-testimonials--padding-full {
    padding-bottom: 6.25rem;
    padding-top: 6.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-testimonials--padding-full {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-testimonials--padding-full {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .block-testimonials--padding-full {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}
.block-testimonials--padding-half {
  padding-bottom: 2.34375rem;
  padding-top: 2.34375rem;
}
@media screen and (min-width: 1681px) {
  .block-testimonials--padding-half {
    padding-bottom: 3.125rem;
    padding-top: 3.125rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-testimonials--padding-half {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .block-testimonials--padding-half {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-testimonials--padding-half {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
}
.block-testimonials--padding-full-top-half-bottom {
  padding-bottom: 2.34375rem;
  padding-top: 4.6875rem;
}
@media screen and (min-width: 1681px) {
  .block-testimonials--padding-full-top-half-bottom {
    padding-bottom: 3.125rem;
    padding-top: 6.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-testimonials--padding-full-top-half-bottom {
    padding-bottom: 2rem;
    padding-top: 3rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-testimonials--padding-full-top-half-bottom {
    padding-bottom: 1.5rem;
    padding-top: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .block-testimonials--padding-full-top-half-bottom {
    padding-bottom: 1.5rem;
    padding-top: 3rem;
  }
}
.block-testimonials--padding-half-top-full-bottom {
  padding-bottom: 4.6875rem;
  padding-top: 2.34375rem;
}
@media screen and (min-width: 1681px) {
  .block-testimonials--padding-half-top-full-bottom {
    padding-bottom: 6.25rem;
    padding-top: 3.125rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-testimonials--padding-half-top-full-bottom {
    padding-bottom: 3rem;
    padding-top: 2rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-testimonials--padding-half-top-full-bottom {
    padding-bottom: 3rem;
    padding-top: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .block-testimonials--padding-half-top-full-bottom {
    padding-bottom: 3rem;
    padding-top: 1.5rem;
  }
}
.block-testimonials--padding-half-top-only {
  padding-top: 2.34375rem;
}
@media screen and (min-width: 1681px) {
  .block-testimonials--padding-half-top-only {
    padding-top: 3.125rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-testimonials--padding-half-top-only {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-testimonials--padding-half-top-only {
    padding-top: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .block-testimonials--padding-half-top-only {
    padding-top: 1.5rem;
  }
}
.block-testimonials--padding-half-bottom-only {
  padding-bottom: 2.34375rem;
}
@media screen and (min-width: 1681px) {
  .block-testimonials--padding-half-bottom-only {
    padding-bottom: 3.125rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-testimonials--padding-half-bottom-only {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-testimonials--padding-half-bottom-only {
    padding-bottom: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .block-testimonials--padding-half-bottom-only {
    padding-bottom: 1.5rem;
  }
}
.block-testimonials--padding-full-top-only {
  padding-top: 4.6875rem;
}
@media screen and (min-width: 1681px) {
  .block-testimonials--padding-full-top-only {
    padding-top: 6.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-testimonials--padding-full-top-only {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-testimonials--padding-full-top-only {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .block-testimonials--padding-full-top-only {
    padding-top: 3rem;
  }
}
.block-testimonials--padding-full-bottom-only {
  padding-bottom: 4.6875rem;
}
@media screen and (min-width: 1681px) {
  .block-testimonials--padding-full-bottom-only {
    padding-bottom: 6.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-testimonials--padding-full-bottom-only {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-testimonials--padding-full-bottom-only {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .block-testimonials--padding-full-bottom-only {
    padding-bottom: 3rem;
  }
}
.block-testimonials__name {
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-testimonials__name {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 480px) {
  .block-testimonials__name {
    margin-bottom: 0.5rem;
  }
}
.block-testimonials__header {
  margin-bottom: 2rem;
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-testimonials__header {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .block-testimonials__header {
    margin-bottom: 1rem;
  }
}
.block-testimonials__button {
  margin-top: 2rem;
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-testimonials__button {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .block-testimonials__button {
    margin-top: 1rem;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(1.5rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-bounce-in {
  0% {
    opacity: 0;
    transform: translateY(12%) scale(0.75);
  }
  75% {
    transform: scale(1.05);
  }
  85% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes slide-right-reveal {
  0% {
    clip-path: polygon(0 0, 20% 0, 20% 100%, 0 100%);
    opacity: 0;
    transform: translateX(-2rem);
  }
  60% {
    opacity: 1;
  }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes shutters-effect {
  0% {
    opacity: 0;
    transform: scaleX(0) scaleY(0.005);
  }
  25% {
    opacity: 1;
    transform: scaleX(0) scaleY(0.005);
  }
  50% {
    opacity: 1;
    transform: scaleX(1) scaleY(0.005);
  }
  to {
    opacity: 1;
    transform: scaleX(1) scaleY(1);
  }
}
.block-testimonials {
  overflow: hidden;
  position: relative;
}
.block-testimonials__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1192px;
  padding: 0 20px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1681px) {
  .block-testimonials__container {
    max-width: 1440px;
  }
}
@media screen and (max-width: 768px) {
  .block-testimonials__container {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 480px) {
  .block-testimonials__container {
    padding: 0 1rem;
  }
}
.block-testimonials__left {
  display: flex;
  flex-direction: column;
  padding: 0 12px;
  width: 41.66667%;
}
@media screen and (max-width: 768px) {
  .block-testimonials__left {
    padding: 0;
    width: 100%;
  }
}
.block-testimonials__right {
  margin-left: 8.33333%;
  padding: 0 12px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .block-testimonials__right {
    margin-left: 0;
    margin-top: 2rem;
    padding: 0;
    padding: 0 1rem;
    width: 100%;
  }
}
.block-testimonials__button {
  align-items: center;
  background: #fff;
  border: 2px solid #414a43;
  border-radius: 1.5625rem;
  color: #333;
  display: flex;
  font-weight: 500;
  padding: 0.5rem 2rem 0.4rem;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.2s ease;
  width: -moz-fit-content;
  width: fit-content;
}
@media not all and (pointer: coarse) {
  .block-testimonials__button:hover {
    background: #78877a;
    border-color: #78877a;
  }
  .block-testimonials__button:hover .base-icon svg {
    fill: #78877a;
  }
}
.block-testimonials__button:focus-visible:focus-visible {
  outline-color: #414a43;
  outline-offset: 0.1875rem;
  outline-style: dashed;
  outline-width: 0.125rem;
}
.block-testimonials__button .base-icon {
  align-items: center;
  display: inline-flex;
  height: 1.25rem;
  justify-content: center;
  margin-right: 1rem;
}
.block-testimonials__button .base-icon svg {
  fill: #333;
  height: 100%;
}
.block-testimonials__slider {
  overflow: auto;
  position: relative;
}
.block-testimonials__slide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in;
}
.block-testimonials__slide--current {
  opacity: 1;
  pointer-events: auto;
}
.block-testimonials__name {
  color: #78877a;
}
.block-testimonials__row {
  align-items: top;
  display: flex;
  justify-content: space-between;
}
.block-testimonials__controls,
.block-testimonials__lower,
.block-testimonials__rating-container {
  display: flex;
}
.block-testimonials__lower {
  align-items: flex-end;
  margin-top: 2.5rem;
}
@media screen and (max-width: 480px) {
  .block-testimonials__lower {
    justify-content: space-between;
  }
}
.block-testimonials__controls {
  align-items: center;
}
.block-testimonials__control-btn {
  align-items: center;
  background: 0 0;
  border: none;
  cursor: pointer;
  display: flex;
  height: 1.5rem;
  justify-content: center;
  width: 1.5rem;
}
@media not all and (pointer: coarse) {
  .block-testimonials__control-btn:hover .block-testimonials__icon svg {
    fill: #f5f1ec;
  }
}
.block-testimonials__control-btn:focus-visible:focus-visible {
  outline-color: #414a43;
  outline-offset: 0.1875rem;
  outline-style: dashed;
  outline-width: 0.125rem;
}
.block-testimonials__icon {
  align-items: center;
  display: flex;
  height: 100%;
  transform-origin: center;
  width: 100%;
}
.block-testimonials__icon--star {
  height: 1.5625rem;
  margin-left: 0.375rem;
  width: 1.5625rem;
}
@media screen and (max-width: 600px) {
  .block-testimonials__icon--star {
    height: 1.25rem;
    margin-left: 0.25rem;
    width: 1.25rem;
  }
}
@media screen and (max-width: 370px) {
  .block-testimonials__icon--star {
    height: 0.9375rem;
    margin-left: 0.1875rem;
    width: 0.9375rem;
  }
}
.block-testimonials__icon--star path {
  fill: #414a43;
}
.block-testimonials__icon--prev {
  transform: rotate(-180deg);
}
.block-testimonials__icon svg {
  fill: #78877a;
  height: 100%;
  transition: fill 0.2s ease;
}
.block-testimonials__pagination {
  margin: 0 0.75rem 0 1rem;
}
.custom-contact-banner__body {
  color: #333;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1.467;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 1681px) {
  .custom-contact-banner__body {
    font-size: 18px;
  }
}
@media screen and (max-width: 370px) {
  .custom-contact-banner__body {
    font-size: 14px;
  }
}
.custom-contact-banner__body p:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 600px) {
  .custom-contact-banner__body p:not(:last-of-type) {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .custom-contact-banner__body p:not(:last-of-type) {
    margin-bottom: 1rem;
  }
}
.custom-contact-banner__body a {
  color: #eef4ee;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  transition: color 0.2s ease;
}
@media not all and (pointer: coarse) {
  .custom-contact-banner__body a:hover {
    color: #f5f1ec;
  }
}
.custom-contact-banner--padding-full {
  padding-bottom: 4.6875rem;
  padding-top: 4.6875rem;
}
@media screen and (min-width: 1681px) {
  .custom-contact-banner--padding-full {
    padding-bottom: 6.25rem;
    padding-top: 6.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .custom-contact-banner--padding-full {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .custom-contact-banner--padding-full {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .custom-contact-banner--padding-full {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}
.custom-contact-banner--padding-half {
  padding-bottom: 2.34375rem;
  padding-top: 2.34375rem;
}
@media screen and (min-width: 1681px) {
  .custom-contact-banner--padding-half {
    padding-bottom: 3.125rem;
    padding-top: 3.125rem;
  }
}
@media screen and (max-width: 1024px) {
  .custom-contact-banner--padding-half {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .custom-contact-banner--padding-half {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .custom-contact-banner--padding-half {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
}
.custom-contact-banner--padding-full-top-half-bottom {
  padding-bottom: 2.34375rem;
  padding-top: 4.6875rem;
}
@media screen and (min-width: 1681px) {
  .custom-contact-banner--padding-full-top-half-bottom {
    padding-bottom: 3.125rem;
    padding-top: 6.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .custom-contact-banner--padding-full-top-half-bottom {
    padding-bottom: 2rem;
    padding-top: 3rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .custom-contact-banner--padding-full-top-half-bottom {
    padding-bottom: 1.5rem;
    padding-top: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .custom-contact-banner--padding-full-top-half-bottom {
    padding-bottom: 1.5rem;
    padding-top: 3rem;
  }
}
.custom-contact-banner--padding-half-top-full-bottom {
  padding-bottom: 4.6875rem;
  padding-top: 2.34375rem;
}
@media screen and (min-width: 1681px) {
  .custom-contact-banner--padding-half-top-full-bottom {
    padding-bottom: 6.25rem;
    padding-top: 3.125rem;
  }
}
@media screen and (max-width: 1024px) {
  .custom-contact-banner--padding-half-top-full-bottom {
    padding-bottom: 3rem;
    padding-top: 2rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .custom-contact-banner--padding-half-top-full-bottom {
    padding-bottom: 3rem;
    padding-top: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .custom-contact-banner--padding-half-top-full-bottom {
    padding-bottom: 3rem;
    padding-top: 1.5rem;
  }
}
.custom-contact-banner--padding-half-top-only {
  padding-top: 2.34375rem;
}
@media screen and (min-width: 1681px) {
  .custom-contact-banner--padding-half-top-only {
    padding-top: 3.125rem;
  }
}
@media screen and (max-width: 1024px) {
  .custom-contact-banner--padding-half-top-only {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .custom-contact-banner--padding-half-top-only {
    padding-top: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .custom-contact-banner--padding-half-top-only {
    padding-top: 1.5rem;
  }
}
.custom-contact-banner--padding-half-bottom-only {
  padding-bottom: 2.34375rem;
}
@media screen and (min-width: 1681px) {
  .custom-contact-banner--padding-half-bottom-only {
    padding-bottom: 3.125rem;
  }
}
@media screen and (max-width: 1024px) {
  .custom-contact-banner--padding-half-bottom-only {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .custom-contact-banner--padding-half-bottom-only {
    padding-bottom: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .custom-contact-banner--padding-half-bottom-only {
    padding-bottom: 1.5rem;
  }
}
.custom-contact-banner--padding-full-top-only {
  padding-top: 4.6875rem;
}
@media screen and (min-width: 1681px) {
  .custom-contact-banner--padding-full-top-only {
    padding-top: 6.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .custom-contact-banner--padding-full-top-only {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .custom-contact-banner--padding-full-top-only {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .custom-contact-banner--padding-full-top-only {
    padding-top: 3rem;
  }
}
.custom-contact-banner--padding-full-bottom-only {
  padding-bottom: 4.6875rem;
}
@media screen and (min-width: 1681px) {
  .custom-contact-banner--padding-full-bottom-only {
    padding-bottom: 6.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .custom-contact-banner--padding-full-bottom-only {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .custom-contact-banner--padding-full-bottom-only {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .custom-contact-banner--padding-full-bottom-only {
    padding-bottom: 3rem;
  }
}
.custom-contact-banner__headers {
  margin-bottom: 2rem;
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .custom-contact-banner__headers {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .custom-contact-banner__headers {
    margin-bottom: 1rem;
  }
}
.custom-contact-banner__subheader {
  margin-top: 0.25rem;
}
.custom-contact-banner__button {
  margin-top: 2rem;
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .custom-contact-banner__button {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .custom-contact-banner__button {
    margin-top: 1rem;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(1.5rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-bounce-in {
  0% {
    opacity: 0;
    transform: translateY(12%) scale(0.75);
  }
  75% {
    transform: scale(1.05);
  }
  85% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes slide-right-reveal {
  0% {
    clip-path: polygon(0 0, 20% 0, 20% 100%, 0 100%);
    opacity: 0;
    transform: translateX(-2rem);
  }
  60% {
    opacity: 1;
  }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes shutters-effect {
  0% {
    opacity: 0;
    transform: scaleX(0) scaleY(0.005);
  }
  25% {
    opacity: 1;
    transform: scaleX(0) scaleY(0.005);
  }
  50% {
    opacity: 1;
    transform: scaleX(1) scaleY(0.005);
  }
  to {
    opacity: 1;
    transform: scaleX(1) scaleY(1);
  }
}
.custom-contact-banner {
  position: relative;
}
.custom-contact-banner__container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1192px;
  min-height: 25rem;
  overflow: hidden;
  padding: 2rem;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1681px) {
  .custom-contact-banner__container {
    max-width: 1440px;
  }
}
@media screen and (max-width: 768px) {
  .custom-contact-banner__container {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 480px) {
  .custom-contact-banner__container {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 768px) {
  .custom-contact-banner__container {
    background: rgba(51, 51, 51, 0.1);
    flex-direction: column-reverse;
    min-height: 0;
    min-height: auto;
    padding: 2rem 0;
  }
}
@media screen and (max-width: 600px) {
  .custom-contact-banner__container {
    background: rgba(51, 51, 51, 0.1);
    flex-direction: column-reverse;
    padding: 2rem 1rem;
  }
}
.custom-contact-banner__container:before {
  background: linear-gradient(
    90deg,
    hsla(33, 31%, 94%, 0.9) 0,
    hsla(33, 31%, 94%, 0.8) 40%,
    transparent
  );
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.custom-contact-banner__container--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .custom-contact-banner__container--reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .custom-contact-banner__container--reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 600px) {
  .custom-contact-banner__container--reverse {
    flex-direction: column-reverse;
  }
}
.custom-contact-banner__container--reverse:before {
  background: linear-gradient(
    270deg,
    hsla(33, 31%, 94%, 0.9) 0,
    hsla(33, 31%, 94%, 0.8) 45%,
    transparent
  );
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.custom-contact-banner__container--center {
  background: rgba(51, 51, 51, 0.1);
  justify-content: center;
  text-align: center;
}
.custom-contact-banner__text-block {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0 12px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .custom-contact-banner__text-block {
    align-items: center;
    padding: 0;
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .custom-contact-banner__text-block {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .custom-contact-banner__text-block {
    width: 100%;
  }
}
.custom-contact-banner__container--center .custom-contact-banner__text-block {
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  width: 58.33333%;
}
@media screen and (max-width: 768px) {
  .custom-contact-banner__container--center .custom-contact-banner__text-block {
    padding: 0;
    width: 100%;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .custom-contact-banner__container--center .custom-contact-banner__text-block {
    width: 70%;
  }
}
@media screen and (max-width: 600px) {
  .custom-contact-banner__container--center .custom-contact-banner__text-block {
    width: 100%;
  }
}
.custom-contact-banner__body strong {
  font-weight: 700;
}
.custom-contact-banner__button {
  width: -moz-fit-content;
  width: fit-content;
}
.custom-contact-banner__bg {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -2;
}
@media screen and (max-width: 768px) {
  .custom-contact-banner__bg {
    display: none;
    height: 50vw;
    margin-bottom: 2rem;
    position: relative;
  }
}
.custom-contact-banner__bg.base-background {
  background-repeat: no-repeat !important;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(1.5rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-bounce-in {
  0% {
    opacity: 0;
    transform: translateY(12%) scale(0.75);
  }
  75% {
    transform: scale(1.05);
  }
  85% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes slide-right-reveal {
  0% {
    clip-path: polygon(0 0, 20% 0, 20% 100%, 0 100%);
    opacity: 0;
    transform: translateX(-2rem);
  }
  60% {
    opacity: 1;
  }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes shutters-effect {
  0% {
    opacity: 0;
    transform: scaleX(0) scaleY(0.005);
  }
  25% {
    opacity: 1;
    transform: scaleX(0) scaleY(0.005);
  }
  50% {
    opacity: 1;
    transform: scaleX(1) scaleY(0.005);
  }
  to {
    opacity: 1;
    transform: scaleX(1) scaleY(1);
  }
}
.block-logos {
  margin: 2rem 0;
  overflow: hidden;
}
.block-logos--plain {
  background: 0 0;
  border: none;
}
.block-logos__container {
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.block-logos__track {
  display: flex;
  height: 6.25rem;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .block-logos__track {
    height: 5rem;
  }
}
.block-logos__logo {
  height: 100%;
  padding: 0.75rem 0;
  position: absolute;
  width: 18.75rem;
  will-change: transform;
}
@media screen and (max-width: 600px) {
  .block-logos__logo {
    width: 35vw;
  }
}
.block-logos__logo-icon {
  display: block;
  font-size: 0;
  height: 100%;
  margin: 0 auto;
  width: 100%;
}
.block-logos__logo-icon .base-image__image,
.block-logos__logo-icon svg {
  height: 100%;
  width: auto;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(1.5rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-bounce-in {
  0% {
    opacity: 0;
    transform: translateY(12%) scale(0.75);
  }
  75% {
    transform: scale(1.05);
  }
  85% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes slide-right-reveal {
  0% {
    clip-path: polygon(0 0, 20% 0, 20% 100%, 0 100%);
    opacity: 0;
    transform: translateX(-2rem);
  }
  60% {
    opacity: 1;
  }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes shutters-effect {
  0% {
    opacity: 0;
    transform: scaleX(0) scaleY(0.005);
  }
  25% {
    opacity: 1;
    transform: scaleX(0) scaleY(0.005);
  }
  50% {
    opacity: 1;
    transform: scaleX(1) scaleY(0.005);
  }
  to {
    opacity: 1;
    transform: scaleX(1) scaleY(1);
  }
}
.footer {
  box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.15);
}
.footer__bottom {
  background: #735b3c;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 1rem 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer__bottom {
    padding: 1rem;
  }
}
.footer__link {
  color: #fff;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.footer__link:hover {
  color: #eef4ee;
}
.footer__link:focus-visible:focus-visible {
  outline-color: #414a43;
  outline-offset: 0.1875rem;
  outline-style: dashed;
  outline-width: 0.125rem;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    display: flex;
    flex-direction: column;
  }
  .footer__separator {
    display: none;
  }
}
#accessibilityWidget {
  cursor: pointer;
}
.footer-original__column-link {
  color: #333;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1.467;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 1681px) {
  .footer-original__column-link {
    font-size: 18px;
  }
}
@media screen and (max-width: 370px) {
  .footer-original__column-link {
    font-size: 14px;
  }
}
.footer-original__column-title {
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .footer-original__column-title {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 480px) {
  .footer-original__column-title {
    margin-bottom: 0.5rem;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(1.5rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-bounce-in {
  0% {
    opacity: 0;
    transform: translateY(12%) scale(0.75);
  }
  75% {
    transform: scale(1.05);
  }
  85% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes slide-right-reveal {
  0% {
    clip-path: polygon(0 0, 20% 0, 20% 100%, 0 100%);
    opacity: 0;
    transform: translateX(-2rem);
  }
  60% {
    opacity: 1;
  }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes shutters-effect {
  0% {
    opacity: 0;
    transform: scaleX(0) scaleY(0.005);
  }
  25% {
    opacity: 1;
    transform: scaleX(0) scaleY(0.005);
  }
  50% {
    opacity: 1;
    transform: scaleX(1) scaleY(0.005);
  }
  to {
    opacity: 1;
    transform: scaleX(1) scaleY(1);
  }
}
.footer-original {
  padding: 3rem 0;
}
@media screen and (max-width: 768px) {
  .footer-original {
    padding: 2rem 0;
  }
}
.footer-original__container {
  display: flex;
  flex-wrap: wrap;
  flex-flow: row wrap;
  justify-content: space-evenly;
  margin: 0 auto;
  max-width: 1192px;
  max-width: 1308px;
  padding: 0 20px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1681px) {
  .footer-original__container {
    max-width: 1440px;
  }
}
@media screen and (max-width: 768px) {
  .footer-original__container {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 480px) {
  .footer-original__container {
    padding: 0 1rem;
  }
}
@media screen and (min-width: 1681px) {
  .footer-original__container {
    max-width: 1681px;
  }
}
@media screen and (max-width: 768px) {
  .footer-original__container {
    align-items: center;
    flex-flow: column nowrap;
    text-align: center;
  }
}
.footer-original__logo {
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer-original__logo {
    margin: 0 auto;
    max-width: 15.625rem;
  }
}
.footer-original__logo svg {
  height: auto;
  width: 100%;
}
.footer-original__column {
  font-weight: 400;
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  .footer-original__column {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-right: 0;
    margin-top: 2rem;
  }
}
.footer-original__column:first-of-type {
  padding: 0 12px;
  width: 16.66667%;
}
@media screen and (max-width: 768px) {
  .footer-original__column:first-of-type {
    order: 1;
    padding: 0;
    width: 100%;
  }
}
.footer-original__column:first-of-type a:focus-visible:focus-visible {
  outline-color: #414a43;
  outline-offset: 0.1875rem;
  outline-style: dashed;
  outline-width: 0.125rem;
}
.footer-original__column:nth-child(2),
.footer-original__column:nth-child(3) {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .footer-original__column:nth-child(2) {
    order: 4;
  }
  .footer-original__column:nth-child(3) {
    order: 2;
  }
}
.footer-original__column:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .footer-original__column:last-of-type {
    order: 3;
  }
}
.footer-original__column .footer-original__column-title:not(:first-of-type) {
  margin-top: 1rem;
}
.footer-original__column-title {
  color: #606c62;
  font-family: "Times New Roman", serif;
  font-size: 1.1875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.footer-original__column-link {
  display: block;
  font-weight: 400;
  width: -moz-fit-content;
  width: fit-content;
}
@media not all and (pointer: coarse) {
  .footer-original__column-link:hover {
    color: #606c62;
  }
  .footer-original__column-link:focus-visible {
    color: #606c62;
    outline-color: #414a43;
    outline-offset: 0.1875rem;
    outline-style: dashed;
    outline-width: 0.125rem;
  }
}
.footer-original__column-link:not(:last-of-type) {
  margin-bottom: 1rem;
}
.footer-original__column-link:focus-visible:focus-visible {
  outline-color: #414a43;
  outline-offset: 0.1875rem;
  outline-style: dashed;
  outline-width: 0.125rem;
}
.footer-original__column-link.nuxt-link-exact-active {
  color: #606c62;
}
.footer-original__column-text-container {
  color: #414a43;
  margin-top: 0.5rem;
}
.footer-original__social-media {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .footer-original__social-media {
    justify-content: center;
  }
}
.footer-original__social,
.footer-original__social:last-of-type {
  margin-right: 0;
}
.footer-original__social:focus-visible:focus-visible {
  outline-color: #414a43;
  outline-offset: 0.1875rem;
  outline-style: dashed;
  outline-width: 0.125rem;
}
.footer-original__social-icon {
  align-items: center;
  display: flex;
  height: 2.2rem;
  justify-content: center;
  transition: all 0.2s ease-in;
  width: 2.2rem;
}
@media screen and (max-width: 768px) {
  .footer-original__social-icon {
    height: 2.6875rem;
    width: 2.6875rem;
  }
}
.footer-original__social-icon svg {
  fill: #78877a;
  height: 60%;
  transition: all 0.2s ease-in;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .footer-original__social-icon svg {
    height: 50%;
  }
}
.footer-original__social-icon:hover {
  cursor: pointer;
}
.footer-original__social-icon:hover svg {
  fill: #78877a;
}
.crjs .phoneswap {
  visibility: hidden;
}
.__nuxt-error-page {
  align-items: center;
  background: #f7f8fb;
  color: #47494e;
  display: flex;
  flex-direction: column;
  font-family: sans-serif;
  font-weight: 100 !important;
  justify-content: center;
  padding: 1rem;
  text-align: center;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.__nuxt-error-page .error {
  max-width: 450px;
}
.__nuxt-error-page .title {
  color: #47494e;
  font-size: 1.5rem;
  margin-bottom: 8px;
  margin-top: 15px;
}
.__nuxt-error-page .description {
  color: #7f828b;
  line-height: 21px;
  margin-bottom: 10px;
}
.__nuxt-error-page a {
  color: #7f828b !important;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.__nuxt-error-page .logo {
  bottom: 12px;
  left: 12px;
  position: fixed;
}
.footer-locations__column-link,
.footer-locations__location-link {
  color: #333;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1.467;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 1681px) {
  .footer-locations__column-link,
  .footer-locations__location-link {
    font-size: 18px;
  }
}
@media screen and (max-width: 370px) {
  .footer-locations__column-link,
  .footer-locations__location-link {
    font-size: 14px;
  }
}
.footer-locations__column-title {
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .footer-locations__column-title {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 480px) {
  .footer-locations__column-title {
    margin-bottom: 0.5rem;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(1.5rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-bounce-in {
  0% {
    opacity: 0;
    transform: translateY(12%) scale(0.75);
  }
  75% {
    transform: scale(1.05);
  }
  85% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes slide-right-reveal {
  0% {
    clip-path: polygon(0 0, 20% 0, 20% 100%, 0 100%);
    opacity: 0;
    transform: translateX(-2rem);
  }
  60% {
    opacity: 1;
  }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes shutters-effect {
  0% {
    opacity: 0;
    transform: scaleX(0) scaleY(0.005);
  }
  25% {
    opacity: 1;
    transform: scaleX(0) scaleY(0.005);
  }
  50% {
    opacity: 1;
    transform: scaleX(1) scaleY(0.005);
  }
  to {
    opacity: 1;
    transform: scaleX(1) scaleY(1);
  }
}
.footer-locations {
  padding: 3rem 0;
}
@media screen and (max-width: 920px) {
  .footer-locations {
    padding: 2rem;
  }
}
.footer-locations__container {
  display: flex;
  flex-wrap: wrap;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1192px;
  max-width: 1308px;
  padding: 0 20px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1681px) {
  .footer-locations__container {
    max-width: 1440px;
  }
}
@media screen and (max-width: 768px) {
  .footer-locations__container {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 480px) {
  .footer-locations__container {
    padding: 0 1rem;
  }
}
@media screen and (min-width: 1681px) {
  .footer-locations__container {
    max-width: 1681px;
  }
}
@media screen and (max-width: 920px) {
  .footer-locations__container {
    align-items: center;
    flex-flow: column nowrap;
    text-align: center;
  }
}
.footer-locations__logo {
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 920px) {
  .footer-locations__logo {
    margin: 0 auto;
    max-width: 15.625rem;
  }
}
.footer-locations__logo svg {
  height: auto;
  width: 100%;
}
.footer-locations__column {
  font-weight: 400;
  margin-right: 1rem;
}
@media screen and (max-width: 920px) {
  .footer-locations__column {
    margin-right: 0;
    margin-top: 2rem;
  }
}
.footer-locations__column:first-of-type {
  padding: 0 12px;
  width: 16.66667%;
}
@media screen and (max-width: 768px) {
  .footer-locations__column:first-of-type {
    padding: 0;
    width: 100%;
  }
}
@media screen and (max-width: 920px) {
  .footer-locations__column:first-of-type {
    order: 1;
    width: 100%;
  }
}
.footer-locations__column:first-of-type a:focus-visible:focus-visible {
  outline-color: #414a43;
  outline-offset: 0.1875rem;
  outline-style: dashed;
  outline-width: 0.125rem;
}
.footer-locations__column:nth-child(3) {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 920px) {
  .footer-locations__column:nth-child(3) {
    order: 2;
  }
}
.footer-locations__column:nth-child(2) {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 920px) {
  .footer-locations__column:nth-child(2) {
    order: 4;
  }
}
.footer-locations__column:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 920px) {
  .footer-locations__column:last-of-type {
    order: 3;
  }
}
.footer-locations__column-group:not(:last-of-type) {
  margin-bottom: 1rem;
}
.footer-locations__column-group--locations {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 3rem;
  grid-column-gap: 2rem;
}
@media screen and (max-width: 600px) {
  .footer-locations__column-group--locations {
    grid-template-columns: 1fr;
    grid-row-gap: 1rem;
  }
}
.footer-locations__column-title {
  color: #414a43;
  font-family: "Times New Roman", serif;
  font-size: 1.1875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.footer-locations__column-link {
  color: #eef4ee;
  display: block;
  font-weight: 400;
  transition: color 0.25s ease;
}
@media not all and (pointer: coarse) {
  .footer-locations__column-link:hover {
    color: #f5f1ec;
  }
}
.footer-locations__column-link:not(:last-of-type) {
  margin-bottom: 0.5rem;
}
.footer-locations__column-link:focus-visible:focus-visible {
  outline-color: #414a43;
  outline-offset: 0.1875rem;
  outline-style: dashed;
  outline-width: 0.125rem;
}
.footer-locations__column-link.nuxt-link-exact-active {
  color: #f5f1ec;
}
.footer-locations__location:not(:last-of-type) {
  margin-bottom: 1rem;
}
@media screen and (max-width: 920px) {
  .footer-locations__location:not(:last-of-type) {
    margin-bottom: 0.5rem;
  }
}
.footer-locations__location-title {
  color: #414a43;
  font-family: "Times New Roman", serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 0.5rem;
}
.footer-locations__location-link {
  color: #eef4ee;
  display: block;
  font-weight: 400;
  transition: color 0.25s ease;
}
@media not all and (pointer: coarse) {
  .footer-locations__location-link:hover {
    color: #f5f1ec;
  }
}
.footer-locations__location-link:focus-visible:focus-visible {
  outline-color: #414a43;
  outline-offset: 0.1875rem;
  outline-style: dashed;
  outline-width: 0.125rem;
}
.footer-locations__location-link:not(:last-of-type) {
  margin-bottom: 0.5rem;
}
.footer-locations__location-text-container {
  color: #eef4ee;
  margin-top: 0.5rem;
}
.footer-locations__social-media {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 920px) {
  .footer-locations__social-media {
    justify-content: center;
  }
}
.footer-locations__social {
  margin-right: 0.5rem;
}
.footer-locations__social:last-of-type {
  margin-right: 0;
}
.footer-locations__social:focus-visible:focus-visible {
  outline-color: #414a43;
  outline-offset: 0.1875rem;
  outline-style: dashed;
  outline-width: 0.125rem;
}
.footer-locations__social-icon {
  align-items: center;
  display: flex;
  height: 2.2rem;
  justify-content: flex-start;
  transition: all 0.2s ease-in;
  width: 2.2rem;
}
@media screen and (max-width: 920px) {
  .footer-locations__social-icon {
    height: 2.6875rem;
    justify-content: center;
    width: 2.6875rem;
  }
}
.footer-locations__social-icon svg {
  fill: #eef4ee;
  height: 60%;
  transition: all 0.2s ease-in;
  width: 60%;
}
@media screen and (max-width: 920px) {
  .footer-locations__social-icon svg {
    height: 50%;
  }
}
.footer-locations__social-icon:hover {
  cursor: pointer;
}
.footer-locations__social-icon:hover svg {
  fill: #f5f1ec;
}
.block-accordion__text {
  color: #333;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1.467;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 1681px) {
  .block-accordion__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 370px) {
  .block-accordion__text {
    font-size: 14px;
  }
}
.block-accordion--padding-full {
  padding-bottom: 4.6875rem;
  padding-top: 4.6875rem;
}
@media screen and (min-width: 1681px) {
  .block-accordion--padding-full {
    padding-bottom: 6.25rem;
    padding-top: 6.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-accordion--padding-full {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-accordion--padding-full {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .block-accordion--padding-full {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}
.block-accordion--padding-half {
  padding-bottom: 2.34375rem;
  padding-top: 2.34375rem;
}
@media screen and (min-width: 1681px) {
  .block-accordion--padding-half {
    padding-bottom: 3.125rem;
    padding-top: 3.125rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-accordion--padding-half {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .block-accordion--padding-half {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-accordion--padding-half {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
}
.block-accordion--padding-full-top-half-bottom {
  padding-bottom: 2.34375rem;
  padding-top: 4.6875rem;
}
@media screen and (min-width: 1681px) {
  .block-accordion--padding-full-top-half-bottom {
    padding-bottom: 3.125rem;
    padding-top: 6.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-accordion--padding-full-top-half-bottom {
    padding-bottom: 2rem;
    padding-top: 3rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-accordion--padding-full-top-half-bottom {
    padding-bottom: 1.5rem;
    padding-top: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .block-accordion--padding-full-top-half-bottom {
    padding-bottom: 1.5rem;
    padding-top: 3rem;
  }
}
.block-accordion--padding-half-top-full-bottom {
  padding-bottom: 4.6875rem;
  padding-top: 2.34375rem;
}
@media screen and (min-width: 1681px) {
  .block-accordion--padding-half-top-full-bottom {
    padding-bottom: 6.25rem;
    padding-top: 3.125rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-accordion--padding-half-top-full-bottom {
    padding-bottom: 3rem;
    padding-top: 2rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-accordion--padding-half-top-full-bottom {
    padding-bottom: 3rem;
    padding-top: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .block-accordion--padding-half-top-full-bottom {
    padding-bottom: 3rem;
    padding-top: 1.5rem;
  }
}
.block-accordion--padding-half-top-only {
  padding-top: 2.34375rem;
}
@media screen and (min-width: 1681px) {
  .block-accordion--padding-half-top-only {
    padding-top: 3.125rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-accordion--padding-half-top-only {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-accordion--padding-half-top-only {
    padding-top: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .block-accordion--padding-half-top-only {
    padding-top: 1.5rem;
  }
}
.block-accordion--padding-half-bottom-only {
  padding-bottom: 2.34375rem;
}
@media screen and (min-width: 1681px) {
  .block-accordion--padding-half-bottom-only {
    padding-bottom: 3.125rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-accordion--padding-half-bottom-only {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-accordion--padding-half-bottom-only {
    padding-bottom: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .block-accordion--padding-half-bottom-only {
    padding-bottom: 1.5rem;
  }
}
.block-accordion--padding-full-top-only {
  padding-top: 4.6875rem;
}
@media screen and (min-width: 1681px) {
  .block-accordion--padding-full-top-only {
    padding-top: 6.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-accordion--padding-full-top-only {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-accordion--padding-full-top-only {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .block-accordion--padding-full-top-only {
    padding-top: 3rem;
  }
}
.block-accordion--padding-full-bottom-only {
  padding-bottom: 4.6875rem;
}
@media screen and (min-width: 1681px) {
  .block-accordion--padding-full-bottom-only {
    padding-bottom: 6.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-accordion--padding-full-bottom-only {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-accordion--padding-full-bottom-only {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .block-accordion--padding-full-bottom-only {
    padding-bottom: 3rem;
  }
}
.block-accordion__title {
  margin-bottom: 2rem;
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-accordion__title {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .block-accordion__title {
    margin-bottom: 1rem;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(1.5rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-bounce-in {
  0% {
    opacity: 0;
    transform: translateY(12%) scale(0.75);
  }
  75% {
    transform: scale(1.05);
  }
  85% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes slide-right-reveal {
  0% {
    clip-path: polygon(0 0, 20% 0, 20% 100%, 0 100%);
    opacity: 0;
    transform: translateX(-2rem);
  }
  60% {
    opacity: 1;
  }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes shutters-effect {
  0% {
    opacity: 0;
    transform: scaleX(0) scaleY(0.005);
  }
  25% {
    opacity: 1;
    transform: scaleX(0) scaleY(0.005);
  }
  50% {
    opacity: 1;
    transform: scaleX(1) scaleY(0.005);
  }
  to {
    opacity: 1;
    transform: scaleX(1) scaleY(1);
  }
}
.block-accordion {
  position: relative;
}
.block-accordion__container {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 1192px;
  padding: 0 20px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1681px) {
  .block-accordion__container {
    max-width: 1440px;
  }
}
@media screen and (max-width: 768px) {
  .block-accordion__container {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 480px) {
  .block-accordion__container {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-accordion__container {
    padding: 0 1rem;
  }
}
.block-accordion__title {
  color: #78877a;
  margin: 0 auto 2rem;
  padding: 0 1rem;
  position: relative;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
.block-accordion__accordion {
  background: #fff;
  border: 2px solid #eef4ee;
  display: flex;
  flex-direction: column;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 62rem;
  padding: 1rem;
  width: 100%;
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-accordion__accordion {
    padding: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .block-accordion__accordion {
    padding: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .block-accordion__accordion {
    padding: 0.5rem;
  }
}
.block-accordion__accordion-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 1.5rem 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .block-accordion__accordion-container {
    padding: 1rem 0;
  }
}
.block-accordion__row {
  background-color: #fff;
  border: 2px solid #fff;
  cursor: pointer;
  padding: 0.5rem 1rem;
  transition: border-color 0.2s ease;
  width: 100%;
}
.block-accordion__row:not(:last-child) {
  border-bottom-color: hsla(0, 0%, 80%, 0.5);
}
.block-accordion__row:focus-visible:focus-visible {
  outline-color: #414a43;
  outline-offset: 0.1875rem;
  outline-style: dashed;
  outline-width: 0.125rem;
}
.block-accordion__row:hover {
  background: rgba(65, 74, 67, 0.025);
}
.block-accordion__col-content {
  width: 100%;
}
.block-accordion__col-outer {
  max-width: 1248px;
  padding: 0 12px;
  width: 83.33333%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .block-accordion__col-outer {
    padding: 0;
    width: 100%;
  }
}
.block-accordion__content {
  opacity: 0;
  padding-top: 1rem;
  position: relative;
  transition: opacity 0.2s ease;
}
.block-accordion__row--active .block-accordion__content {
  opacity: 1;
  transition-delay: 0.2s;
}
.block-accordion__cross {
  display: inline-block;
  flex-shrink: 0;
  height: 1.75rem;
  margin: auto 0 auto 2rem;
  position: relative;
  width: 1.75rem;
}
@media screen and (min-width: 1681px) {
  .block-accordion__cross {
    height: 2rem;
    width: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-accordion__cross {
    height: 1.4375rem;
    width: 1.4375rem;
  }
}
@media screen and (max-width: 880px) {
  .block-accordion__cross {
    margin-left: 1rem;
    transform: translateY(0);
  }
}
@media screen and (max-width: 768px) {
  .block-accordion__cross {
    height: 1.3125rem;
    width: 1.3125rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-accordion__cross {
    margin-left: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .block-accordion__cross {
    height: 1.1875rem;
    width: 1.1875rem;
  }
}
@media screen and (max-width: 480px) {
  .block-accordion__cross {
    height: 1.125rem;
    width: 1.125rem;
  }
}
@media screen and (max-width: 370px) {
  .block-accordion__cross {
    height: 1.0625rem;
    width: 1.0625rem;
  }
}
.block-accordion__cross span {
  background: #414a43;
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: background 0.3s ease;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .block-accordion__cross span {
    height: 1.5px;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-accordion__cross span {
    height: 1.5px;
  }
}
.block-accordion__cross span:last-child {
  transform: translateY(-50%) rotate(90deg);
  transform-origin: center;
  transition:
    transform 0.2s ease-in-out,
    background 0.3s ease;
}
.block-accordion__row--active .block-accordion__cross span:last-child {
  transform: translateY(-50%) rotate(0deg);
}
.block-accordion__drawer {
  background: transparent;
  height: 0;
  margin: 0 auto;
  pointer-events: none;
  transition:
    height 0.3s cubic-bezier(0.39, 0.575, 0.28, 0.995),
    padding 0.3s ease-in-out;
  width: 100%;
}
.block-accordion__row--active .block-accordion__drawer {
  pointer-events: all;
}
.block-accordion__question {
  color: #414a43;
  text-align: left;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  .block-accordion__question {
    width: calc(100% - 16px);
  }
}
.block-accordion__question-container,
.block-accordion__question-container-outer {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
}
.block-accordion__question-container-outer {
  justify-content: space-between;
}
.block-accordion__media {
  margin-bottom: 1rem;
  width: 60%;
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-accordion__media {
    width: 30%;
  }
}
@media screen and (max-width: 600px) {
  .block-accordion__media {
    width: 100%;
  }
}
.block-accordion__image {
  height: 100%;
  opacity: 0;
  position: relative;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 2;
}
.block-accordion__row--active .block-accordion__image {
  opacity: 1;
}
.block-accordion__image .base-image__image {
  height: auto;
  position: relative;
  width: 100%;
}
.block-accordion__video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.block-accordion__video-init {
  background: #fff;
  border: none;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media not all and (pointer: coarse) {
  .block-accordion__video-init:focus-visible {
    outline-color: #414a43;
    outline-offset: 0.1875rem;
    outline-style: dashed;
    outline-width: 0.125rem;
  }
}
.block-accordion__video-container {
  padding-top: 65%;
}
.block-accordion__video-container,
.block-accordion__video-iframe {
  height: 100%;
  position: relative;
  width: 100%;
}
.block-accordion__text {
  text-align: left;
  width: 100%;
}
.block-accordion__text a {
  color: #414a43;
  font-weight: 600;
  transition: color 0.3s ease;
}
.block-accordion__text a:hover {
  color: #eef4ee;
}
.base-modal__close:after,
.base-modal__close:before {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.base-modal__overlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(1.5rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-bounce-in {
  0% {
    opacity: 0;
    transform: translateY(12%) scale(0.75);
  }
  75% {
    transform: scale(1.05);
  }
  85% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes slide-right-reveal {
  0% {
    clip-path: polygon(0 0, 20% 0, 20% 100%, 0 100%);
    opacity: 0;
    transform: translateX(-2rem);
  }
  60% {
    opacity: 1;
  }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes shutters-effect {
  0% {
    opacity: 0;
    transform: scaleX(0) scaleY(0.005);
  }
  25% {
    opacity: 1;
    transform: scaleX(0) scaleY(0.005);
  }
  50% {
    opacity: 1;
    transform: scaleX(1) scaleY(0.005);
  }
  to {
    opacity: 1;
    transform: scaleX(1) scaleY(1);
  }
}
.base-modal {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.base-modal__overlay {
  backdrop-filter: blur(12px);
  background: rgba(65, 74, 67, 0.35);
  transition: all 0.3s ease-in;
}
.base-modal__container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: center;
  margin: 0 auto;
  max-width: 1192px;
  padding: 0 20px;
  position: relative;
  width: 100%;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1681px) {
  .base-modal__container {
    max-width: 1440px;
  }
}
@media screen and (max-width: 768px) {
  .base-modal__container {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 480px) {
  .base-modal__container {
    padding: 0 1rem;
  }
}
.base-modal__main {
  background: #fff;
  max-height: 90vh;
  padding: 0;
  position: relative;
  width: 75%;
}
@media screen and (max-width: 768px) {
  .base-modal__main {
    padding: 0;
    width: 100%;
  }
}
.base-modal__close {
  background: none;
  border: none;
  cursor: pointer;
  height: 2.5rem;
  position: absolute;
  right: 1rem;
  top: 1rem;
  transition:
    background 0.2s ease,
    border 0.2s ease;
  width: 2.5rem;
}
@media not all and (pointer: coarse) {
  .base-modal__close:hover:after,
  .base-modal__close:hover:before {
    background: #f5f1ec;
  }
}
@media screen and (max-width: 1024px) {
  .base-modal__close {
    height: 2rem;
    width: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .base-modal__close {
    height: 1.5rem;
    width: 1.5rem;
  }
}
.base-modal__close:after,
.base-modal__close:before {
  background: #eef4ee;
  content: "";
  height: 0.125rem;
  transition:
    background 0.2s ease,
    height 0.3s ease;
  width: 75%;
}
.base-modal__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.base-modal__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.block-video-modal .base-modal__close:after,
.block-video-modal .base-modal__close:before {
  background: #fff;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
}
.base-modal__content {
  max-height: 100%;
  overflow-y: auto;
  padding: 5.5rem;
}
@media screen and (max-width: 1024px) {
  .base-modal__content {
    padding: 2rem 3rem;
  }
}
@media screen and (max-width: 480px) {
  .base-modal__content {
    padding: 1rem 2rem;
  }
}
.block-gallery__poster:after {
  left: 0;
  position: absolute;
  top: 0;
}
.block-gallery--padding-full {
  padding-bottom: 4.6875rem;
  padding-top: 4.6875rem;
}
@media screen and (min-width: 1681px) {
  .block-gallery--padding-full {
    padding-bottom: 6.25rem;
    padding-top: 6.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-gallery--padding-full {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-gallery--padding-full {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .block-gallery--padding-full {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}
.block-gallery--padding-half {
  padding-bottom: 2.34375rem;
  padding-top: 2.34375rem;
}
@media screen and (min-width: 1681px) {
  .block-gallery--padding-half {
    padding-bottom: 3.125rem;
    padding-top: 3.125rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-gallery--padding-half {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .block-gallery--padding-half {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-gallery--padding-half {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
}
.block-gallery--padding-full-top-half-bottom {
  padding-bottom: 2.34375rem;
  padding-top: 4.6875rem;
}
@media screen and (min-width: 1681px) {
  .block-gallery--padding-full-top-half-bottom {
    padding-bottom: 3.125rem;
    padding-top: 6.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-gallery--padding-full-top-half-bottom {
    padding-bottom: 2rem;
    padding-top: 3rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-gallery--padding-full-top-half-bottom {
    padding-bottom: 1.5rem;
    padding-top: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .block-gallery--padding-full-top-half-bottom {
    padding-bottom: 1.5rem;
    padding-top: 3rem;
  }
}
.block-gallery--padding-half-top-full-bottom {
  padding-bottom: 4.6875rem;
  padding-top: 2.34375rem;
}
@media screen and (min-width: 1681px) {
  .block-gallery--padding-half-top-full-bottom {
    padding-bottom: 6.25rem;
    padding-top: 3.125rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-gallery--padding-half-top-full-bottom {
    padding-bottom: 3rem;
    padding-top: 2rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-gallery--padding-half-top-full-bottom {
    padding-bottom: 3rem;
    padding-top: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .block-gallery--padding-half-top-full-bottom {
    padding-bottom: 3rem;
    padding-top: 1.5rem;
  }
}
.block-gallery--padding-half-top-only {
  padding-top: 2.34375rem;
}
@media screen and (min-width: 1681px) {
  .block-gallery--padding-half-top-only {
    padding-top: 3.125rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-gallery--padding-half-top-only {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-gallery--padding-half-top-only {
    padding-top: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .block-gallery--padding-half-top-only {
    padding-top: 1.5rem;
  }
}
.block-gallery--padding-half-bottom-only {
  padding-bottom: 2.34375rem;
}
@media screen and (min-width: 1681px) {
  .block-gallery--padding-half-bottom-only {
    padding-bottom: 3.125rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-gallery--padding-half-bottom-only {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-gallery--padding-half-bottom-only {
    padding-bottom: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .block-gallery--padding-half-bottom-only {
    padding-bottom: 1.5rem;
  }
}
.block-gallery--padding-full-top-only {
  padding-top: 4.6875rem;
}
@media screen and (min-width: 1681px) {
  .block-gallery--padding-full-top-only {
    padding-top: 6.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-gallery--padding-full-top-only {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-gallery--padding-full-top-only {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .block-gallery--padding-full-top-only {
    padding-top: 3rem;
  }
}
.block-gallery--padding-full-bottom-only {
  padding-bottom: 4.6875rem;
}
@media screen and (min-width: 1681px) {
  .block-gallery--padding-full-bottom-only {
    padding-bottom: 6.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-gallery--padding-full-bottom-only {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-gallery--padding-full-bottom-only {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .block-gallery--padding-full-bottom-only {
    padding-bottom: 3rem;
  }
}
.block-gallery__header {
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-gallery__header {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 480px) {
  .block-gallery__header {
    margin-bottom: 0.5rem;
  }
}
.block-gallery__text-group {
  margin-bottom: 2rem;
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-gallery__text-group {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .block-gallery__text-group {
    margin-bottom: 1rem;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(1.5rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-bounce-in {
  0% {
    opacity: 0;
    transform: translateY(12%) scale(0.75);
  }
  75% {
    transform: scale(1.05);
  }
  85% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes slide-right-reveal {
  0% {
    clip-path: polygon(0 0, 20% 0, 20% 100%, 0 100%);
    opacity: 0;
    transform: translateX(-2rem);
  }
  60% {
    opacity: 1;
  }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes shutters-effect {
  0% {
    opacity: 0;
    transform: scaleX(0) scaleY(0.005);
  }
  25% {
    opacity: 1;
    transform: scaleX(0) scaleY(0.005);
  }
  50% {
    opacity: 1;
    transform: scaleX(1) scaleY(0.005);
  }
  to {
    opacity: 1;
    transform: scaleX(1) scaleY(1);
  }
}
.block-gallery {
  overflow: hidden;
  position: relative;
  width: 100vw;
}
.block-gallery__container {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 1192px;
  padding: 0 20px;
  position: relative;
  width: 100%;
  z-index: 5;
}
@media screen and (min-width: 1681px) {
  .block-gallery__container {
    max-width: 1440px;
  }
}
@media screen and (max-width: 768px) {
  .block-gallery__container {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 480px) {
  .block-gallery__container {
    padding: 0 1rem;
  }
}
.block-gallery__arrows {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  left: 0;
  padding: 0 3rem;
  position: absolute;
  top: 0;
  width: 100%;
}
.block-gallery__button {
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  height: 2.6875rem;
  justify-content: center;
  width: 2.6875rem;
}
@media not all and (pointer: coarse) {
  .block-gallery__button:hover svg {
    fill: #f5f1ec;
  }
  .block-gallery__button:focus-visible {
    outline-color: #414a43;
    outline-offset: 0.1875rem;
    outline-style: dashed;
    outline-width: 0.125rem;
  }
  .block-gallery__button:focus-visible svg {
    fill: #f5f1ec;
  }
}
.block-gallery__button:focus-visible:focus-visible {
  outline-color: #414a43;
  outline-offset: 0.1875rem;
  outline-style: dashed;
  outline-width: 0.125rem;
}
.block-gallery__arrow {
  align-items: center;
  display: flex;
  height: 1rem;
  justify-content: center;
  position: relative;
  width: 0.75rem;
}
@media not all and (pointer: coarse) {
  .block-gallery__arrow:hover svg {
    fill: #f5f1ec;
  }
  .block-gallery__arrow:focus-visible {
    outline-color: #414a43;
    outline-offset: 0.1875rem;
    outline-style: dashed;
    outline-width: 0.125rem;
  }
  .block-gallery__arrow:focus-visible svg {
    fill: #f5f1ec;
  }
}
.block-gallery__arrow svg {
  fill: #eef4ee;
  width: 100%;
}
.block-gallery__arrow--prev {
  transform: scaleX(-1);
}
.block-gallery__text-group {
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .block-gallery__text-group {
    align-items: flex-start;
    width: 100%;
  }
}
.block-gallery__slide-container,
.block-gallery__slides {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
}
.block-gallery__slides {
  height: 32.4375rem;
  max-height: 100vh;
  overflow: hidden;
}
@media screen and (min-width: 1681px) {
  .block-gallery__slides {
    height: 43.75rem;
  }
}
@media screen and (max-width: 1100px) {
  .block-gallery__slides {
    height: 23.4375rem;
  }
}
@media screen and (max-width: 600px) {
  .block-gallery__slides {
    height: 70.61224vw;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-gallery__slides {
    height: 60vh;
  }
}
.block-gallery__slides--video {
  height: 26.25rem;
}
@media screen and (min-width: 1681px) {
  .block-gallery__slides--video {
    height: 31.25rem;
  }
}
@media screen and (max-width: 1100px) {
  .block-gallery__slides--video {
    height: 39.375vw;
  }
}
@media screen and (max-width: 600px) {
  .block-gallery__slides--video {
    height: 33.75vw;
  }
}
.block-gallery__content {
  aspect-ratio: 735/519;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  opacity: 0;
  position: absolute;
  transition: all 0.4s ease;
}
.block-gallery__slides--video .block-gallery__content {
  aspect-ratio: 16/9;
}
.block-gallery__content--before {
  margin-right: 4rem;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
  transform: translateX(-200%);
}
.block-gallery__content--previous {
  cursor: pointer;
  margin-right: 4rem;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.7;
  transform: translateX(-95%) scale(0.9);
}
@media screen and (max-width: 600px) {
  .block-gallery__content--previous {
    margin-right: 2rem;
  }
}
.block-gallery__content--active {
  opacity: 1;
}
.block-gallery__content--next {
  cursor: pointer;
  margin-left: 4rem;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.7;
  transform: translateX(95%) scale(0.9);
}
@media screen and (max-width: 600px) {
  .block-gallery__content--next {
    margin-left: 2rem;
  }
}
.block-gallery__content--after {
  margin-right: 4rem;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
  transform: translateX(200%);
}
.block-gallery__image-container {
  height: 100%;
  position: relative;
  width: 100%;
}
.block-gallery__image {
  background-color: rgba(238, 244, 238, 0.6);
  height: 100%;
  width: 100%;
}
.block-gallery__image .base-image__image {
  -o-object-fit: cover;
  object-fit: cover;
}
.block-gallery__play-button {
  align-items: center;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
@media not all and (pointer: coarse) {
  .block-gallery__play-button:hover .block-gallery__icon {
    fill: #fff;
  }
  .block-gallery__play-button:hover .block-gallery__poster {
    transform: scale(1.04);
  }
  .block-gallery__play-button:hover .block-gallery__poster:after {
    opacity: 1;
  }
  .block-gallery__play-button:focus-visible {
    outline-color: #414a43;
    outline-offset: 0.1875rem;
    outline-style: dashed;
    outline-width: 0.125rem;
  }
  .block-gallery__play-button:focus-visible .block-gallery__icon {
    fill: #fff;
  }
  .block-gallery__play-button:focus-visible .block-gallery__poster {
    transform: scale(1.04);
  }
  .block-gallery__play-button:focus-visible .block-gallery__poster:after {
    opacity: 1;
  }
}
.block-gallery__play-button:focus-visible:focus-visible {
  outline-color: #414a43;
  outline-offset: 0.1875rem;
  outline-style: dashed;
  outline-width: 0.125rem;
}
.block-gallery__poster {
  aspect-ratio: 16/9;
  transition: transform 0.3s ease;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .block-gallery__poster {
    margin: 0;
    width: 100%;
  }
}
.block-gallery__poster:after {
  content: "";
  opacity: 0;
  transition: opacity 0.3s ease;
}
.block-gallery__overlay,
.block-gallery__poster:after {
  background-color: rgba(65, 74, 67, 0.3);
  height: 100%;
  pointer-events: none;
  width: 100%;
}
.block-gallery__overlay {
  position: absolute;
  top: 0;
  z-index: 1;
}
.block-gallery__icon {
  fill: transparent;
  left: 50%;
  pointer-events: none;
  position: absolute;
  stroke: #fff;
  stroke-width: 6px;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: fill 0.3s ease;
  width: 48px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .block-gallery__icon {
    width: 35px;
  }
}
.block-gallery__icon svg {
  width: 100%;
}
.block-gallery__progress-bar {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  padding: 0 12px;
  width: 50%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .block-gallery__progress-bar {
    align-items: center;
    display: flex;
    margin-top: 1rem;
    padding: 0 12px;
    width: 50%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .block-gallery__progress-bar {
    padding: 0;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .block-gallery__progress-bar {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .block-gallery__progress-bar {
    padding: 0;
    width: 100%;
  }
}
.block-gallery__dot {
  background-color: #414a43;
  border-radius: 50%;
  cursor: pointer;
  height: 0.75rem;
  margin: 0 0.5rem;
  transition: background-color 0.2s ease;
  width: 0.75rem;
}
@media not all and (pointer: coarse) {
  .block-gallery__dot:hover {
    background-color: #f5f1ec;
  }
  .block-gallery__dot:focus-visible {
    background-color: #f5f1ec;
    outline-color: #414a43;
    outline-offset: 0.1875rem;
    outline-style: dashed;
    outline-width: 0.125rem;
  }
}
@media screen and (max-width: 768px) {
  .block-gallery__dot {
    margin: 0 1.5%;
  }
}
@media screen and (max-width: 600px) {
  .block-gallery__dot {
    margin: 0 3%;
  }
}
.block-gallery__dot:focus-visible:focus-visible {
  outline-color: #414a43;
  outline-offset: 0.1875rem;
  outline-style: dashed;
  outline-width: 0.125rem;
}
.block-gallery__dot--active {
  background-color: #eef4ee;
}
@media not all and (pointer: coarse) {
  .block-gallery__dot--active:hover {
    background-color: #eef4ee;
  }
  .block-gallery__dot--active:focus-visible {
    background-color: #eef4ee;
    outline-color: #414a43;
    outline-offset: 0.1875rem;
    outline-style: dashed;
    outline-width: 0.125rem;
  }
}
.block-gallery__modal {
  aspect-ratio: 6/4;
  padding: none;
  width: 100%;
}
.block-gallery__modal .base-modal__container {
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .block-gallery__modal .base-modal__container {
    height: 80vw;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-gallery__modal .base-modal__container {
    width: 125vh;
  }
}
.block-gallery__modal .base-modal__content {
  height: 100%;
  padding: 4rem 0 0;
}
.block-gallery__modal .base-modal__main {
  aspect-ratio: 6/4;
  height: 100% !important;
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-gallery__modal .base-modal__main {
    width: 100%;
  }
}
.block-gallery__video {
  border: none;
  height: 100%;
  width: 100%;
}
.block-instagram--padding-full {
  padding-bottom: 4.6875rem;
  padding-top: 4.6875rem;
}
@media screen and (min-width: 1681px) {
  .block-instagram--padding-full {
    padding-bottom: 6.25rem;
    padding-top: 6.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-instagram--padding-full {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-instagram--padding-full {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .block-instagram--padding-full {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}
.block-instagram--padding-half {
  padding-bottom: 2.34375rem;
  padding-top: 2.34375rem;
}
@media screen and (min-width: 1681px) {
  .block-instagram--padding-half {
    padding-bottom: 3.125rem;
    padding-top: 3.125rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-instagram--padding-half {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .block-instagram--padding-half {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-instagram--padding-half {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
}
.block-instagram--padding-full-top-half-bottom {
  padding-bottom: 2.34375rem;
  padding-top: 4.6875rem;
}
@media screen and (min-width: 1681px) {
  .block-instagram--padding-full-top-half-bottom {
    padding-bottom: 3.125rem;
    padding-top: 6.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-instagram--padding-full-top-half-bottom {
    padding-bottom: 2rem;
    padding-top: 3rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-instagram--padding-full-top-half-bottom {
    padding-bottom: 1.5rem;
    padding-top: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .block-instagram--padding-full-top-half-bottom {
    padding-bottom: 1.5rem;
    padding-top: 3rem;
  }
}
.block-instagram--padding-half-top-full-bottom {
  padding-bottom: 4.6875rem;
  padding-top: 2.34375rem;
}
@media screen and (min-width: 1681px) {
  .block-instagram--padding-half-top-full-bottom {
    padding-bottom: 6.25rem;
    padding-top: 3.125rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-instagram--padding-half-top-full-bottom {
    padding-bottom: 3rem;
    padding-top: 2rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-instagram--padding-half-top-full-bottom {
    padding-bottom: 3rem;
    padding-top: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .block-instagram--padding-half-top-full-bottom {
    padding-bottom: 3rem;
    padding-top: 1.5rem;
  }
}
.block-instagram--padding-half-top-only {
  padding-top: 2.34375rem;
}
@media screen and (min-width: 1681px) {
  .block-instagram--padding-half-top-only {
    padding-top: 3.125rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-instagram--padding-half-top-only {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-instagram--padding-half-top-only {
    padding-top: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .block-instagram--padding-half-top-only {
    padding-top: 1.5rem;
  }
}
.block-instagram--padding-half-bottom-only {
  padding-bottom: 2.34375rem;
}
@media screen and (min-width: 1681px) {
  .block-instagram--padding-half-bottom-only {
    padding-bottom: 3.125rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-instagram--padding-half-bottom-only {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-instagram--padding-half-bottom-only {
    padding-bottom: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .block-instagram--padding-half-bottom-only {
    padding-bottom: 1.5rem;
  }
}
.block-instagram--padding-full-top-only {
  padding-top: 4.6875rem;
}
@media screen and (min-width: 1681px) {
  .block-instagram--padding-full-top-only {
    padding-top: 6.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-instagram--padding-full-top-only {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-instagram--padding-full-top-only {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .block-instagram--padding-full-top-only {
    padding-top: 3rem;
  }
}
.block-instagram--padding-full-bottom-only {
  padding-bottom: 4.6875rem;
}
@media screen and (min-width: 1681px) {
  .block-instagram--padding-full-bottom-only {
    padding-bottom: 6.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-instagram--padding-full-bottom-only {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-instagram--padding-full-bottom-only {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .block-instagram--padding-full-bottom-only {
    padding-bottom: 3rem;
  }
}
.block-instagram__title-container {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-instagram__title-container {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .block-instagram__title-container {
    margin-bottom: 1rem;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(1.5rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-bounce-in {
  0% {
    opacity: 0;
    transform: translateY(12%) scale(0.75);
  }
  75% {
    transform: scale(1.05);
  }
  85% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes slide-right-reveal {
  0% {
    clip-path: polygon(0 0, 20% 0, 20% 100%, 0 100%);
    opacity: 0;
    transform: translateX(-2rem);
  }
  60% {
    opacity: 1;
  }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes shutters-effect {
  0% {
    opacity: 0;
    transform: scaleX(0) scaleY(0.005);
  }
  25% {
    opacity: 1;
    transform: scaleX(0) scaleY(0.005);
  }
  50% {
    opacity: 1;
    transform: scaleX(1) scaleY(0.005);
  }
  to {
    opacity: 1;
    transform: scaleX(1) scaleY(1);
  }
}
.block-instagram {
  position: relative;
}
.block-instagram__container {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 1192px;
  padding: 0 20px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1681px) {
  .block-instagram__container {
    max-width: 1440px;
  }
}
@media screen and (max-width: 768px) {
  .block-instagram__container {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 480px) {
  .block-instagram__container {
    padding: 0 1rem;
  }
}
.block-instagram__title-container {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .block-instagram__title-container {
    justify-content: flex-start;
  }
}
.block-instagram__title {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .block-instagram__title {
    margin-bottom: 1rem;
  }
}
.block-instagram__image-container {
  display: flex;
  height: auto;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .block-instagram__image-container {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 750px) and (max-height: 370px) {
  .block-instagram__image-container {
    flex-wrap: nowrap;
  }
}
.block-instagram__thumb {
  align-items: center;
  display: flex;
  padding: 0 12px;
  transition: all 0.2s ease;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .block-instagram__thumb {
    padding: 0;
    width: 100%;
  }
}
@media not all and (pointer: coarse) {
  .block-instagram__thumb:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .block-instagram__thumb {
    margin: 0 0.5rem 1rem;
  }
}
@media screen and (max-width: 600px) {
  .block-instagram__thumb {
    width: calc(50% - 16px);
  }
}
.block-instagram__thumb--see-more:focus-visible
  .block-instagram__image--see-more,
.block-instagram__thumb--see-more:hover .block-instagram__image--see-more {
  background: #fff;
  border: 2px solid #f5f1ec;
}
.block-instagram__thumb--see-more:focus-visible .block-instagram__prompt,
.block-instagram__thumb--see-more:hover .block-instagram__prompt {
  color: #f5f1ec;
}
.block-instagram__image {
  height: 100%;
  width: 100%;
}
.block-instagram__image .base-image__image {
  -o-object-fit: cover;
  object-fit: cover;
}
.block-instagram__image--see-more {
  align-items: center;
  background: #414a43;
  display: flex;
  height: 100%;
  padding: 2rem;
  transition:
    background 0.2s ease,
    border 0.2s ease;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .block-instagram__image--see-more {
    padding: 0.5rem;
  }
}
.block-instagram__prompt {
  color: #333;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  transition: color 0.2s ease;
}
@media screen and (max-width: 750px) and (max-height: 370px) {
  .block-instagram__prompt {
    font-size: 18px;
  }
}
.block-single-image-slider__body {
  color: #333;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1.467;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 1681px) {
  .block-single-image-slider__body {
    font-size: 18px;
  }
}
@media screen and (max-width: 370px) {
  .block-single-image-slider__body {
    font-size: 14px;
  }
}
.block-single-image-slider__body p:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 600px) {
  .block-single-image-slider__body p:not(:last-of-type) {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-single-image-slider__body p:not(:last-of-type) {
    margin-bottom: 1rem;
  }
}
.block-single-image-slider__body a {
  color: #eef4ee;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  transition: color 0.2s ease;
}
@media not all and (pointer: coarse) {
  .block-single-image-slider__body a:hover {
    color: #f5f1ec;
  }
}
.block-single-image-slider__gradient,
.block-single-image-slider__image,
.block-single-image-slider__slide {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(1.5rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-bounce-in {
  0% {
    opacity: 0;
    transform: translateY(12%) scale(0.75);
  }
  75% {
    transform: scale(1.05);
  }
  85% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes slide-right-reveal {
  0% {
    clip-path: polygon(0 0, 20% 0, 20% 100%, 0 100%);
    opacity: 0;
    transform: translateX(-2rem);
  }
  60% {
    opacity: 1;
  }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes shutters-effect {
  0% {
    opacity: 0;
    transform: scaleX(0) scaleY(0.005);
  }
  25% {
    opacity: 1;
    transform: scaleX(0) scaleY(0.005);
  }
  50% {
    opacity: 1;
    transform: scaleX(1) scaleY(0.005);
  }
  to {
    opacity: 1;
    transform: scaleX(1) scaleY(1);
  }
}
.block-single-image-slider {
  position: relative;
}
.block-single-image-slider .base-image__image--bg {
  -o-object-fit: contain;
  object-fit: contain;
}
.block-single-image-slider--bg1 {
  background: var(--bg-1);
}
.block-single-image-slider--bg2 {
  background: var(--bg-2);
}
.block-single-image-slider[data-texture] {
  overflow: hidden;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .block-single-image-slider[data-texture] {
    overflow: visible;
    overflow: initial;
  }
}
.block-single-image-slider__container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  gap: 2rem;
  margin: 0 auto;
  max-width: 1192px;
  padding: 0 20px 2rem;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1681px) {
  .block-single-image-slider__container {
    max-width: 1440px;
  }
}
@media screen and (max-width: 768px) {
  .block-single-image-slider__container {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 480px) {
  .block-single-image-slider__container {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 880px) {
  .block-single-image-slider__container {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .block-single-image-slider__container {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .pages-about .block-single-image-slider__container {
    flex-direction: column;
    padding: 0;
  }
}
.block-single-image-slider__container--button {
  align-items: center;
  display: none;
  justify-content: center;
  padding: 1rem 0;
  width: 100%;
}
.pages-about .block-single-image-slider__container--button {
  display: flex;
}
.block-single-image-slider__column {
  height: 100%;
  position: relative;
  text-align: center;
  width: 40%;
}
@media screen and (max-width: 880px) {
  .block-single-image-slider__column {
    padding: 0 1rem;
    width: 100%;
  }
}
.block-single-image-slider__column:last-child {
  width: 60%;
}
@media screen and (max-width: 880px) {
  .block-single-image-slider__column:last-child {
    width: 100%;
  }
}
.block-single-image-slider__title {
  margin-bottom: 2rem;
  opacity: 1;
  rotate: none;
  scale: none;
  text-align: left;
  transform: translate(0);
  translate: none;
}
.block-single-image-slider__pagination {
  color: var(--siSliderTextColor);
  min-width: 3.125rem;
}
.block-single-image-slider__carousel {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .block-single-image-slider__carousel {
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .block-single-image-slider__carousel {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.block-single-image-slider__slider {
  aspect-ratio: 4/3;
  margin: 0 0 2rem;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .block-single-image-slider__slider {
    order: -1;
    width: 100%;
  }
}
.block-single-image-slider__slide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.block-single-image-slider__slide--current {
  opacity: 1;
  pointer-events: all;
}
.block-single-image-slider__controls {
  align-items: center;
  display: flex;
  gap: 2rem;
  justify-content: center;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .block-single-image-slider__controls {
    margin-top: 1rem;
  }
}
.block-single-image-slider__control-btn {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 3rem;
  justify-content: center;
  transition: background 0.2s ease;
  width: 3rem;
}
@media not all and (pointer: coarse) {
  .block-single-image-slider__control-btn:hover {
    background: #78877a;
  }
  .block-single-image-slider__control-btn:hover
    .block-single-image-slider__icon {
    border: #fff;
    fill: #fff;
  }
}
@media screen and (max-width: 768px) {
  .block-single-image-slider__control-btn {
    margin-top: 1.5rem;
  }
}
.block-single-image-slider__icon {
  border: #414a43;
  fill: #414a43;
  height: 1.2rem;
  stroke-width: 0.5rem;
  transform: translateY(-7px);
  transition: stroke 0.2s ease;
  width: 1.2rem;
}
.block-single-image-slider__icon--prev {
  transform: rotate(180deg) translateY(-7px);
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(1.5rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-bounce-in {
  0% {
    opacity: 0;
    transform: translateY(12%) scale(0.75);
  }
  75% {
    transform: scale(1.05);
  }
  85% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes slide-right-reveal {
  0% {
    clip-path: polygon(0 0, 20% 0, 20% 100%, 0 100%);
    opacity: 0;
    transform: translateX(-2rem);
  }
  60% {
    opacity: 1;
  }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes shutters-effect {
  0% {
    opacity: 0;
    transform: scaleX(0) scaleY(0.005);
  }
  25% {
    opacity: 1;
    transform: scaleX(0) scaleY(0.005);
  }
  50% {
    opacity: 1;
    transform: scaleX(1) scaleY(0.005);
  }
  to {
    opacity: 1;
    transform: scaleX(1) scaleY(1);
  }
}
.block-map {
  padding: 3.25rem 0 6.5rem;
  width: calc(100% - 2rem);
}
@media screen and (max-width: 768px) {
  .block-map {
    padding: 1.25rem 0;
    width: 100%;
  }
}
.block-map__container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1192px;
  padding: 0 20px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1681px) {
  .block-map__container {
    max-width: 1440px;
  }
}
@media screen and (max-width: 768px) {
  .block-map__container {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 480px) {
  .block-map__container {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 768px) {
  .block-map__container {
    padding: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .block-map__container {
    padding: 2rem 1rem;
  }
}
.block-map__map-container {
  aspect-ratio: 1/0.75;
  min-height: 23.75rem;
  padding: 0 12px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .block-map__map-container {
    padding: 0;
    width: 100%;
  }
}
.block-map__map {
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  width: 100%;
}
.block-map__text-container {
  display: flex;
  flex-direction: column;
  margin-left: 8.33333%;
  padding: 0 12px;
  width: 41.66667%;
}
@media screen and (max-width: 768px) {
  .block-map__text-container {
    margin-left: 0;
    padding: 0;
    width: 100%;
  }
}
@media screen and (max-width: 880px) {
  .block-map__text-container {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .block-map__text-container {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .block-map__text-container {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.block-map__column {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .block-map__column {
    width: auto;
  }
}
@media screen and (max-width: 600px) {
  .block-map__column {
    margin-bottom: 1rem;
  }
}
.block-map__subtitle {
  color: #78877a;
  font-weight: 600;
}
.block-map__loc-title {
  color: #606c62;
  font-weight: 500;
}
.block-map__link {
  color: #606c62;
  font-weight: 600;
  width: content-fit;
}
.block-map__row {
  color: #606c62;
  display: flex;
  font-weight: 600;
  margin-top: 0.5rem;
}
@media screen and (max-width: 480px) {
  .block-map__row {
    flex-direction: column;
  }
}
@media not all and (pointer: coarse) {
  .block-map__link:hover,
  .block-map__row:hover {
    color: #414a43;
  }
  .block-map__link:focus-visible,
  .block-map__row:focus-visible {
    color: #414a43;
    outline-color: #414a43;
    outline-offset: 0.1875rem;
    outline-style: dashed;
    outline-width: 0.125rem;
  }
}
.block-map__location-container {
  margin-right: 3rem;
}
@media screen and (max-width: 480px) {
  .block-map__location-container {
    margin: 0 0 1rem;
  }
  .block-map__location-container:last-child {
    margin: 0;
  }
}
.block-tabs__image--dynamic,
.block-tabs__tab-panel {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.block-tabs--padding-full {
  padding-bottom: 4.6875rem;
  padding-top: 4.6875rem;
}
@media screen and (min-width: 1681px) {
  .block-tabs--padding-full {
    padding-bottom: 6.25rem;
    padding-top: 6.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-tabs--padding-full {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-tabs--padding-full {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .block-tabs--padding-full {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}
.block-tabs--padding-half {
  padding-bottom: 2.34375rem;
  padding-top: 2.34375rem;
}
@media screen and (min-width: 1681px) {
  .block-tabs--padding-half {
    padding-bottom: 3.125rem;
    padding-top: 3.125rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-tabs--padding-half {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .block-tabs--padding-half {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-tabs--padding-half {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
}
.block-tabs--padding-full-top-half-bottom {
  padding-bottom: 2.34375rem;
  padding-top: 4.6875rem;
}
@media screen and (min-width: 1681px) {
  .block-tabs--padding-full-top-half-bottom {
    padding-bottom: 3.125rem;
    padding-top: 6.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-tabs--padding-full-top-half-bottom {
    padding-bottom: 2rem;
    padding-top: 3rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-tabs--padding-full-top-half-bottom {
    padding-bottom: 1.5rem;
    padding-top: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .block-tabs--padding-full-top-half-bottom {
    padding-bottom: 1.5rem;
    padding-top: 3rem;
  }
}
.block-tabs--padding-half-top-full-bottom {
  padding-bottom: 4.6875rem;
  padding-top: 2.34375rem;
}
@media screen and (min-width: 1681px) {
  .block-tabs--padding-half-top-full-bottom {
    padding-bottom: 6.25rem;
    padding-top: 3.125rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-tabs--padding-half-top-full-bottom {
    padding-bottom: 3rem;
    padding-top: 2rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-tabs--padding-half-top-full-bottom {
    padding-bottom: 3rem;
    padding-top: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .block-tabs--padding-half-top-full-bottom {
    padding-bottom: 3rem;
    padding-top: 1.5rem;
  }
}
.block-tabs--padding-half-top-only {
  padding-top: 2.34375rem;
}
@media screen and (min-width: 1681px) {
  .block-tabs--padding-half-top-only {
    padding-top: 3.125rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-tabs--padding-half-top-only {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-tabs--padding-half-top-only {
    padding-top: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .block-tabs--padding-half-top-only {
    padding-top: 1.5rem;
  }
}
.block-tabs--padding-half-bottom-only {
  padding-bottom: 2.34375rem;
}
@media screen and (min-width: 1681px) {
  .block-tabs--padding-half-bottom-only {
    padding-bottom: 3.125rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-tabs--padding-half-bottom-only {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-tabs--padding-half-bottom-only {
    padding-bottom: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .block-tabs--padding-half-bottom-only {
    padding-bottom: 1.5rem;
  }
}
.block-tabs--padding-full-top-only {
  padding-top: 4.6875rem;
}
@media screen and (min-width: 1681px) {
  .block-tabs--padding-full-top-only {
    padding-top: 6.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-tabs--padding-full-top-only {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-tabs--padding-full-top-only {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .block-tabs--padding-full-top-only {
    padding-top: 3rem;
  }
}
.block-tabs--padding-full-bottom-only {
  padding-bottom: 4.6875rem;
}
@media screen and (min-width: 1681px) {
  .block-tabs--padding-full-bottom-only {
    padding-bottom: 6.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-tabs--padding-full-bottom-only {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-tabs--padding-full-bottom-only {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .block-tabs--padding-full-bottom-only {
    padding-bottom: 3rem;
  }
}
.block-tabs__title {
  margin-bottom: 2rem;
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-tabs__title {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .block-tabs__title {
    margin-bottom: 1rem;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(1.5rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-bounce-in {
  0% {
    opacity: 0;
    transform: translateY(12%) scale(0.75);
  }
  75% {
    transform: scale(1.05);
  }
  85% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes slide-right-reveal {
  0% {
    clip-path: polygon(0 0, 20% 0, 20% 100%, 0 100%);
    opacity: 0;
    transform: translateX(-2rem);
  }
  60% {
    opacity: 1;
  }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes shutters-effect {
  0% {
    opacity: 0;
    transform: scaleX(0) scaleY(0.005);
  }
  25% {
    opacity: 1;
    transform: scaleX(0) scaleY(0.005);
  }
  50% {
    opacity: 1;
    transform: scaleX(1) scaleY(0.005);
  }
  to {
    opacity: 1;
    transform: scaleX(1) scaleY(1);
  }
}
.block-tabs {
  position: relative;
}
.block-tabs__container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1192px;
  padding: 0 20px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1681px) {
  .block-tabs__container {
    max-width: 1440px;
  }
}
@media screen and (max-width: 768px) {
  .block-tabs__container {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 480px) {
  .block-tabs__container {
    padding: 0 1rem;
  }
}
.block-tabs__container--reverse {
  flex-direction: row-reverse;
}
.block-tabs__graphic {
  padding: 0 12px;
  width: 41.66667%;
}
@media screen and (max-width: 768px) {
  .block-tabs__graphic {
    padding: 0;
    width: 100%;
  }
}
@media screen and (max-width: 880px) {
  .block-tabs__graphic {
    width: 100%;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-tabs__graphic {
    margin: auto;
    width: 66%;
  }
}
.block-tabs__graphic-container {
  align-items: flex-start;
  display: flex;
  justify-content: center;
  position: relative;
}
.block-tabs__image {
  background: #fff;
  padding-top: 75%;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-tabs__image {
    height: 70vh;
    padding-top: 0;
    width: 100vh;
  }
}
.block-tabs__image--dynamic {
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
.block-tabs__image--dynamic.base-image {
  position: absolute;
}
.block-tabs__image--dynamic--active {
  opacity: 1;
}
#meet-doctor .block-tabs__image .base-image__image {
  -o-object-position: center top !important;
  object-position: center top !important;
}
.block-tabs__content {
  padding: 0 12px;
  width: 58.33333%;
}
@media screen and (max-width: 768px) {
  .block-tabs__content {
    padding: 0;
    width: 100%;
  }
}
@media screen and (max-width: 880px) {
  .block-tabs__content {
    margin-top: 1.5rem;
    width: 100%;
  }
}
.block-tabs__tabs {
  display: flex;
  flex-wrap: wrap;
}
.block-tabs__tab {
  background: none;
  border: none;
  cursor: pointer;
  margin-bottom: 1rem;
  padding: 0;
  position: relative;
}
.block-tabs__tab:focus-visible {
  outline-color: #414a43;
  outline-offset: 0.1875rem;
  outline-style: dashed;
  outline-width: 0.125rem;
}
.block-tabs__tab:not(:last-of-type) {
  margin-right: 2rem;
}
@media screen and (max-width: 600px) {
  .block-tabs__tab:not(:last-of-type) {
    margin-right: 1rem;
  }
}
.block-tabs__tab--active {
  pointer-events: none;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-color: #78877a;
}
.block-tabs__tab-title {
  color: #414a43;
  font-family: "Times New Roman", serif;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.1;
  transition: color 0.3s ease;
}
@media screen and (min-width: 1681px) {
  .block-tabs__tab-title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-tabs__tab-title {
    font-size: 1.1875rem;
  }
}
@media screen and (max-width: 600px) {
  .block-tabs__tab-title {
    font-size: 1.125rem;
  }
}
.block-tabs__tab--active .block-tabs__tab-title,
.block-tabs__tab:focus-visible .block-tabs__tab-title,
.block-tabs__tab:hover .block-tabs__tab-title {
  color: #78877a;
}
.block-tabs__tab-panels {
  position: relative;
}
.block-tabs__tab-panel {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.block-tabs__tab-panel--active {
  opacity: 1;
}
.block-team-slider__body {
  color: #333;
  font-family: "Raleway", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 1681px) {
  .block-team-slider__body {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 600px) {
  .block-team-slider__body {
    font-size: 1rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-team-slider__body {
    font-size: 1rem;
  }
}
@media screen and (max-width: 370px) {
  .block-team-slider__body {
    font-size: 0.875rem;
  }
}
.block-team-slider__item-name {
  color: #78877a;
  font-family: "Times New Roman", serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.1;
}
@media screen and (min-width: 1681px) {
  .block-team-slider__item-name {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-team-slider__item-name {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 600px) {
  .block-team-slider__item-name {
    font-size: 1.25rem;
  }
}
.block-team-slider__item-role {
  color: #f5f1ec;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
}
@media screen and (max-width: 600px) {
  .block-team-slider__item-role {
    font-size: 1.125rem;
  }
}
.block-team-slider__body p:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 600px) {
  .block-team-slider__body p:not(:last-of-type) {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-team-slider__body p:not(:last-of-type) {
    margin-bottom: 1rem;
  }
}
.block-team-slider__body a {
  color: #eef4ee;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  transition: color 0.2s ease;
}
@media not all and (pointer: coarse) {
  .block-team-slider__body a:hover {
    color: #f5f1ec;
  }
}
.block-team-slider--padding-full {
  padding-bottom: 4.6875rem;
  padding-top: 4.6875rem;
}
@media screen and (min-width: 1681px) {
  .block-team-slider--padding-full {
    padding-bottom: 6.25rem;
    padding-top: 6.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-team-slider--padding-full {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-team-slider--padding-full {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .block-team-slider--padding-full {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}
.block-team-slider--padding-half {
  padding-bottom: 2.34375rem;
  padding-top: 2.34375rem;
}
@media screen and (min-width: 1681px) {
  .block-team-slider--padding-half {
    padding-bottom: 3.125rem;
    padding-top: 3.125rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-team-slider--padding-half {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .block-team-slider--padding-half {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-team-slider--padding-half {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
}
.block-team-slider--padding-full-top-half-bottom {
  padding-bottom: 2.34375rem;
  padding-top: 4.6875rem;
}
@media screen and (min-width: 1681px) {
  .block-team-slider--padding-full-top-half-bottom {
    padding-bottom: 3.125rem;
    padding-top: 6.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-team-slider--padding-full-top-half-bottom {
    padding-bottom: 2rem;
    padding-top: 3rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-team-slider--padding-full-top-half-bottom {
    padding-bottom: 1.5rem;
    padding-top: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .block-team-slider--padding-full-top-half-bottom {
    padding-bottom: 1.5rem;
    padding-top: 3rem;
  }
}
.block-team-slider--padding-half-top-full-bottom {
  padding-bottom: 4.6875rem;
  padding-top: 2.34375rem;
}
@media screen and (min-width: 1681px) {
  .block-team-slider--padding-half-top-full-bottom {
    padding-bottom: 6.25rem;
    padding-top: 3.125rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-team-slider--padding-half-top-full-bottom {
    padding-bottom: 3rem;
    padding-top: 2rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-team-slider--padding-half-top-full-bottom {
    padding-bottom: 3rem;
    padding-top: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .block-team-slider--padding-half-top-full-bottom {
    padding-bottom: 3rem;
    padding-top: 1.5rem;
  }
}
.block-team-slider--padding-half-top-only {
  padding-top: 2.34375rem;
}
@media screen and (min-width: 1681px) {
  .block-team-slider--padding-half-top-only {
    padding-top: 3.125rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-team-slider--padding-half-top-only {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-team-slider--padding-half-top-only {
    padding-top: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .block-team-slider--padding-half-top-only {
    padding-top: 1.5rem;
  }
}
.block-team-slider--padding-half-bottom-only {
  padding-bottom: 2.34375rem;
}
@media screen and (min-width: 1681px) {
  .block-team-slider--padding-half-bottom-only {
    padding-bottom: 3.125rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-team-slider--padding-half-bottom-only {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-team-slider--padding-half-bottom-only {
    padding-bottom: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .block-team-slider--padding-half-bottom-only {
    padding-bottom: 1.5rem;
  }
}
.block-team-slider--padding-full-top-only {
  padding-top: 4.6875rem;
}
@media screen and (min-width: 1681px) {
  .block-team-slider--padding-full-top-only {
    padding-top: 6.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-team-slider--padding-full-top-only {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-team-slider--padding-full-top-only {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .block-team-slider--padding-full-top-only {
    padding-top: 3rem;
  }
}
.block-team-slider--padding-full-bottom-only {
  padding-bottom: 4.6875rem;
}
@media screen and (min-width: 1681px) {
  .block-team-slider--padding-full-bottom-only {
    padding-bottom: 6.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .block-team-slider--padding-full-bottom-only {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-team-slider--padding-full-bottom-only {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .block-team-slider--padding-full-bottom-only {
    padding-bottom: 3rem;
  }
}
.block-team-slider__title {
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-team-slider__title {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 480px) {
  .block-team-slider__title {
    margin-bottom: 0.5rem;
  }
}
.block-team-slider__body {
  margin-bottom: 2rem;
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-team-slider__body {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .block-team-slider__body {
    margin-bottom: 1rem;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(1.5rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-bounce-in {
  0% {
    opacity: 0;
    transform: translateY(12%) scale(0.75);
  }
  75% {
    transform: scale(1.05);
  }
  85% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes slide-right-reveal {
  0% {
    clip-path: polygon(0 0, 20% 0, 20% 100%, 0 100%);
    opacity: 0;
    transform: translateX(-2rem);
  }
  60% {
    opacity: 1;
  }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes shutters-effect {
  0% {
    opacity: 0;
    transform: scaleX(0) scaleY(0.005);
  }
  25% {
    opacity: 1;
    transform: scaleX(0) scaleY(0.005);
  }
  50% {
    opacity: 1;
    transform: scaleX(1) scaleY(0.005);
  }
  to {
    opacity: 1;
    transform: scaleX(1) scaleY(1);
  }
}
.block-team-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.block-team-slider__container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1192px;
  padding: 0 20px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1681px) {
  .block-team-slider__container {
    max-width: 1440px;
  }
}
@media screen and (max-width: 768px) {
  .block-team-slider__container {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 480px) {
  .block-team-slider__container {
    padding: 0 1rem;
  }
}
.block-team-slider__title {
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .block-team-slider__title {
    text-align: left;
  }
}
.block-team-slider__body {
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .block-team-slider__body {
    text-align: left;
  }
}
.block-team-slider__slider {
  display: flex;
  left: 0;
  position: absolute;
  top: 0;
}
.block-team-slider__slider-container {
  overflow-x: scroll;
  overflow-y: hidden;
  position: relative;
  width: 100%;
}
.block-team-slider__slider-container::-webkit-scrollbar {
  border-radius: 0.3125rem;
  cursor: pointer;
  height: 0.625rem;
  width: 0.3125rem;
}
.block-team-slider__slider-container::-webkit-scrollbar-track {
  background: #78877a;
  border-radius: 0.3125rem;
}
.block-team-slider__slider-container::-webkit-scrollbar-thumb {
  background: #414a43;
  border-radius: 0.3125rem;
}
.block-team-slider__item {
  padding: 0 12px;
  position: relative;
}
.block-team-slider__item-bio {
  text-align: center;
  width: 100%;
}
.block-team-slider__item-box {
  background-color: #eef4ee;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 24px;
  margin-top: 0.75rem;
  min-height: 6.875rem;
  padding: 0.5rem;
}
.block-team-slider__item-content {
  cursor: pointer;
  position: relative;
  width: 100%;
}
.block-team-slider__item-content:hover {
  outline: none;
}
.block-team-slider__item-content:focus-visible:focus-visible {
  outline-color: #414a43;
  outline-offset: 0.1875rem;
  outline-style: dashed;
  outline-width: 0.125rem;
}
.block-team-slider__item-image {
  aspect-ratio: 1/1;
  position: relative;
  width: 100%;
}
.block-team-slider__item-image-container {
  position: relative;
}
.block-team-slider__item-name {
  font-weight: 700;
  margin-bottom: 0.25rem;
  text-align: center;
  width: 100%;
}
.block-team-slider__item-overlay {
  background-color: hsla(0, 0%, 100%, 0.85);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  padding: 0.5rem;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
}
.block-team-slider__item-content:focus-visible .block-team-slider__item-overlay,
.block-team-slider__item-content:hover .block-team-slider__item-overlay {
  opacity: 1;
}
.block-team-slider__item-role {
  color: #414a43;
  text-align: center;
  width: 100%;
}
.block-videos__poster:after {
  left: 0;
  position: absolute;
  top: 0;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(1.5rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-bounce-in {
  0% {
    opacity: 0;
    transform: translateY(12%) scale(0.75);
  }
  75% {
    transform: scale(1.05);
  }
  85% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes slide-right-reveal {
  0% {
    clip-path: polygon(0 0, 20% 0, 20% 100%, 0 100%);
    opacity: 0;
    transform: translateX(-2rem);
  }
  60% {
    opacity: 1;
  }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes shutters-effect {
  0% {
    opacity: 0;
    transform: scaleX(0) scaleY(0.005);
  }
  25% {
    opacity: 1;
    transform: scaleX(0) scaleY(0.005);
  }
  50% {
    opacity: 1;
    transform: scaleX(1) scaleY(0.005);
  }
  to {
    opacity: 1;
    transform: scaleX(1) scaleY(1);
  }
}
.block-videos {
  overflow: hidden;
  padding: 5.5rem 0;
}
@media screen and (max-width: 1280px) {
  .block-videos {
    padding: 2.75rem 2rem;
  }
}
@media screen and (max-width: 768px) {
  .block-videos {
    padding: 2.75rem 0;
  }
}
.block-videos__container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 1192px;
  padding: 0 20px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1681px) {
  .block-videos__container {
    max-width: 1440px;
  }
}
@media screen and (max-width: 768px) {
  .block-videos__container {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 480px) {
  .block-videos__container {
    padding: 0 1rem;
  }
}
.block-videos__title-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .block-videos__title-container {
    margin-top: 1.5rem;
  }
}
.block-videos__title {
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .block-videos__title {
    margin-bottom: 0;
  }
}
.block-videos__card-container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  height: auto;
  justify-content: center;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .block-videos__card-container {
    margin: 0;
  }
}
.block-videos__card {
  background: none;
  background: transparent;
  border: none;
  margin-top: 1.5rem;
  padding: 0 12px;
  width: 33.41667%;
}
@media screen and (max-width: 768px) {
  .block-videos__card {
    margin: 1.5rem 0.75rem 0;
    padding: 0;
    width: 100%;
    width: calc(50% - 24px);
  }
}
@media screen and (max-width: 600px) {
  .block-videos__card {
    padding: 0 12px;
    width: 50%;
  }
}
@media screen and (max-width: 600px) and (max-width: 768px) {
  .block-videos__card {
    padding: 0;
    width: 100%;
  }
}
.block-videos__poster-container {
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
@media not all and (pointer: coarse) {
  .block-videos__poster-container:hover .block-videos__icon {
    fill: #fff;
  }
  .block-videos__poster-container:hover .block-videos__poster {
    transform: scale(1.04);
  }
  .block-videos__poster-container:hover .block-videos__poster:after {
    opacity: 1;
  }
  .block-videos__poster-container:focus-visible {
    outline-color: #414a43;
    outline-offset: 0.1875rem;
    outline-style: dashed;
    outline-width: 0.125rem;
  }
  .block-videos__poster-container:focus-visible .block-videos__icon {
    fill: #fff;
  }
  .block-videos__poster-container:focus-visible .block-videos__poster {
    transform: scale(1.04);
  }
  .block-videos__poster-container:focus-visible .block-videos__poster:after {
    opacity: 1;
  }
}
.block-videos__poster-container:focus-visible:focus-visible {
  outline-color: #414a43;
  outline-offset: 0.1875rem;
  outline-style: dashed;
  outline-width: 0.125rem;
}
.block-videos__poster {
  aspect-ratio: 16/9;
  transition: transform 0.3s ease;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .block-videos__poster {
    margin: 0;
    width: 100%;
  }
}
.block-videos__poster:after {
  content: "";
  opacity: 0;
  transition: opacity 0.3s ease;
}
.block-videos__overlay,
.block-videos__poster:after {
  background-color: rgba(65, 74, 67, 0.3);
  height: 100%;
  pointer-events: none;
  width: 100%;
}
.block-videos__overlay {
  position: absolute;
  top: 0;
  z-index: 1;
}
.block-videos__icon {
  fill: transparent;
  left: 50%;
  pointer-events: none;
  position: absolute;
  stroke: #fff;
  stroke-width: 6px;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: fill 0.3s ease;
  width: 48px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .block-videos__icon {
    width: 35px;
  }
}
.block-videos__icon svg {
  width: 100%;
}
.block-videos__modal {
  max-height: 100vh;
  padding: 0;
  width: 100%;
}
.block-videos__modal .base-modal__container {
  padding: 0;
  width: 100%;
}
.block-videos__modal .base-modal__content {
  height: 100%;
  padding: 0;
}
.block-videos__modal .base-modal__main {
  aspect-ratio: 6/4;
  max-height: 100vh;
  padding-top: 4rem;
}
@media screen and (max-width: 768px) {
  .block-videos__modal .base-modal__main {
    aspect-ratio: unset;
    height: 75vw;
    width: 100vw;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .block-videos__modal .base-modal__main {
    height: 100vh;
    width: 100vw;
  }
}
@media screen and (max-width: 480px) {
  .block-videos__modal .base-modal__main {
    height: 85vw;
  }
}
@media screen and (max-width: 370px) {
  .block-videos__modal .base-modal__main {
    height: 105vw;
  }
}
.block-videos__video-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  position: relative;
  width: 100%;
}
.block-videos__video {
  height: 100%;
  width: 100%;
}
.custom-post-pagination__number {
  color: #333;
  font-family: "Raleway", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 1681px) {
  .custom-post-pagination__number {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 600px) {
  .custom-post-pagination__number {
    font-size: 1rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .custom-post-pagination__number {
    font-size: 1rem;
  }
}
@media screen and (max-width: 370px) {
  .custom-post-pagination__number {
    font-size: 0.875rem;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(1.5rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-bounce-in {
  0% {
    opacity: 0;
    transform: translateY(12%) scale(0.75);
  }
  75% {
    transform: scale(1.05);
  }
  85% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes slide-right-reveal {
  0% {
    clip-path: polygon(0 0, 20% 0, 20% 100%, 0 100%);
    opacity: 0;
    transform: translateX(-2rem);
  }
  60% {
    opacity: 1;
  }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes shutters-effect {
  0% {
    opacity: 0;
    transform: scaleX(0) scaleY(0.005);
  }
  25% {
    opacity: 1;
    transform: scaleX(0) scaleY(0.005);
  }
  50% {
    opacity: 1;
    transform: scaleX(1) scaleY(0.005);
  }
  to {
    opacity: 1;
    transform: scaleX(1) scaleY(1);
  }
}
.custom-post-pagination__container {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 2.5rem auto;
  max-width: 1192px;
  padding: 0 20px;
  position: relative;
  width: 100%;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1681px) {
  .custom-post-pagination__container {
    max-width: 1440px;
  }
}
@media screen and (max-width: 768px) {
  .custom-post-pagination__container {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 480px) {
  .custom-post-pagination__container {
    padding: 0 1rem;
  }
}
.custom-post-pagination__container > * {
  margin: 0 0.5rem 0.5rem;
}
.custom-post-pagination__number {
  color: #eef4ee;
  cursor: pointer;
  font-family: "Times New Roman", serif;
  font-weight: 500;
  padding: 1rem;
  transition: color 0.35s ease;
}
.custom-post-pagination__number:hover {
  color: #f5f1ec;
}
.custom-post-pagination__number--active {
  color: #333;
  pointer-events: none;
}
.custom-post-pagination__back,
.custom-post-pagination__forward {
  align-items: center;
  display: flex;
  height: 1.25rem;
  justify-content: center;
  width: 1.25rem;
}
@media not all and (pointer: coarse) {
  .custom-post-pagination__back:hover svg,
  .custom-post-pagination__forward:hover svg {
    fill: #f5f1ec;
  }
}
.custom-post-pagination__back svg,
.custom-post-pagination__forward svg {
  fill: #eef4ee;
  height: 100%;
  transition: fill 0.35s ease;
  width: auto;
}
.custom-post-pagination__back {
  margin: 0 0 0 0.5rem;
  transform: rotate(180deg);
}
.custom-post-pagination__forward {
  margin: 0 0.5rem 0 0;
}
.custom-repeater-post__post-excerpt {
  color: #333;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1.467;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 1681px) {
  .custom-repeater-post__post-excerpt {
    font-size: 18px;
  }
}
@media screen and (max-width: 370px) {
  .custom-repeater-post__post-excerpt {
    font-size: 14px;
  }
}
.custom-repeater-post__body {
  color: #333;
  font-family: "Raleway", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 1681px) {
  .custom-repeater-post__body {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 600px) {
  .custom-repeater-post__body {
    font-size: 1rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .custom-repeater-post__body {
    font-size: 1rem;
  }
}
@media screen and (max-width: 370px) {
  .custom-repeater-post__body {
    font-size: 0.875rem;
  }
}
.custom-repeater-post__post-title {
  font-family: "Raleway", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.34;
}
@media screen and (min-width: 1681px) {
  .custom-repeater-post__post-title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .custom-repeater-post__post-title {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 480px) {
  .custom-repeater-post__post-title {
    line-height: 1.15;
  }
}
.custom-repeater-post__body p:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 600px) {
  .custom-repeater-post__body p:not(:last-of-type) {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .custom-repeater-post__body p:not(:last-of-type) {
    margin-bottom: 1rem;
  }
}
.custom-repeater-post__body a {
  color: #eef4ee;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  transition: color 0.2s ease;
}
@media not all and (pointer: coarse) {
  .custom-repeater-post__body a:hover {
    color: #f5f1ec;
  }
}
.custom-repeater-post__header {
  margin-bottom: 2rem;
}
@media screen and (max-width: 900px) and (max-height: 480px) {
  .custom-repeater-post__header {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .custom-repeater-post__header {
    margin-bottom: 1rem;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(1.5rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-bounce-in {
  0% {
    opacity: 0;
    transform: translateY(12%) scale(0.75);
  }
  75% {
    transform: scale(1.05);
  }
  85% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes slide-right-reveal {
  0% {
    clip-path: polygon(0 0, 20% 0, 20% 100%, 0 100%);
    opacity: 0;
    transform: translateX(-2rem);
  }
  60% {
    opacity: 1;
  }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes shutters-effect {
  0% {
    opacity: 0;
    transform: scaleX(0) scaleY(0.005);
  }
  25% {
    opacity: 1;
    transform: scaleX(0) scaleY(0.005);
  }
  50% {
    opacity: 1;
    transform: scaleX(1) scaleY(0.005);
  }
  to {
    opacity: 1;
    transform: scaleX(1) scaleY(1);
  }
}
.custom-repeater-post {
  background: #fff;
  padding: 4rem 1rem;
}
.custom-repeater-post__loading {
  text-align: center;
}
.custom-repeater-post__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 1192px;
  padding: 0 20px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1681px) {
  .custom-repeater-post__container {
    max-width: 1440px;
  }
}
@media screen and (max-width: 768px) {
  .custom-repeater-post__container {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 480px) {
  .custom-repeater-post__container {
    padding: 0 1rem;
  }
}
.custom-repeater-post__body {
  margin-bottom: 4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .custom-repeater-post__body {
    margin-bottom: 2rem;
  }
}
.custom-repeater-post__posts {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 0 12px;
  width: 83.33333%;
  grid-row-gap: 2rem;
  grid-column-gap: 3rem;
}
@media screen and (max-width: 768px) {
  .custom-repeater-post__posts {
    grid-template-columns: 1fr 1fr;
    padding: 0;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .custom-repeater-post__posts {
    grid-template-columns: 1fr;
    grid-row-gap: 1rem;
  }
}
.custom-repeater-post__post {
  display: flex;
  flex-direction: column;
  padding: 1rem;
}
@media screen and (max-width: 600px) {
  .custom-repeater-post__post {
    padding: 0;
  }
}
.custom-repeater-post__post-image {
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 90%;
  width: 90%;
}
.custom-repeater-post__post-image .base-image__image {
  -o-object-fit: cover;
  object-fit: cover;
}
.custom-repeater-post__post-text {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
}
.custom-repeater-post__post-title {
  color: #eef4ee;
  font-weight: 600;
  margin: 1rem 0 0.75rem;
  text-align: center;
}
.custom-repeater-post__post-excerpt {
  flex: 1;
  text-align: center;
}
.custom-repeater-post__post-button {
  margin: 1rem auto 0;
}
.form-contact__submit-button {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 1.467;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 1681px) {
  .form-contact__submit-button {
    font-size: 18px;
  }
}
@media screen and (max-width: 370px) {
  .form-contact__submit-button {
    font-size: 14px;
  }
}
.form-contact__modal-container {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.form-contact__modal-overlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(1.5rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-bounce-in {
  0% {
    opacity: 0;
    transform: translateY(12%) scale(0.75);
  }
  75% {
    transform: scale(1.05);
  }
  85% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes slide-right-reveal {
  0% {
    clip-path: polygon(0 0, 20% 0, 20% 100%, 0 100%);
    opacity: 0;
    transform: translateX(-2rem);
  }
  60% {
    opacity: 1;
  }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes shutters-effect {
  0% {
    opacity: 0;
    transform: scaleX(0) scaleY(0.005);
  }
  25% {
    opacity: 1;
    transform: scaleX(0) scaleY(0.005);
  }
  50% {
    opacity: 1;
    transform: scaleX(1) scaleY(0.005);
  }
  to {
    opacity: 1;
    transform: scaleX(1) scaleY(1);
  }
}
.form-contact {
  margin: 5.5rem 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .form-contact {
    margin: 2.5rem 0;
  }
}
.pages-contact .form-contact {
  margin-top: 11.25rem;
}
@media screen and (max-width: 768px) {
  .pages-contact .form-contact {
    margin-top: 7.5rem;
  }
}
@media screen and (max-width: 600px) {
  .pages-contact .form-contact {
    margin-top: 6.25rem;
  }
}
.form-contact__form {
  align-items: center;
  justify-content: space-between;
}
.form-contact__container,
.form-contact__form {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.form-contact__container {
  margin: 0 auto;
  max-width: 1192px;
  padding: 0 20px;
  width: 100%;
}
@media screen and (min-width: 1681px) {
  .form-contact__container {
    max-width: 1440px;
  }
}
@media screen and (max-width: 768px) {
  .form-contact__container {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 480px) {
  .form-contact__container {
    padding: 0 1rem;
  }
}
.form-contact__content {
  margin-left: 16.66667%;
  padding: 0 12px;
  width: 66.66667%;
}
@media screen and (max-width: 768px) {
  .form-contact__content {
    margin-left: 0;
    padding: 0;
    width: 100%;
  }
}
.form-contact__title {
  text-align: center;
}
.form-contact__body {
  margin-bottom: 2rem;
  margin-top: 1rem;
  text-align: center;
}
.form-contact__group {
  margin-top: 2rem;
  position: relative;
}
.form-contact__group--half {
  width: calc(50% - 12px);
}
.form-contact__group--fieldset {
  border: none;
  padding: 0;
}
.form-contact__group--button {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}
.form-contact__label {
  left: 0;
  padding-left: 1rem;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: left top;
  transition:
    transform 0.2s ease,
    top 0.2s ease;
}
.form-contact__label--textarea {
  top: 80%;
}
.form-contact__label--active {
  top: -0.25rem;
  transform: translateY(0) scale(0.7);
}
.form-contact__label--checkbox {
  display: block;
  padding-bottom: 0.5rem;
  position: static;
  transform: none;
}
.form-contact__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-bottom: 1px solid #f5f1ec;
  border-radius: 0;
  padding: 0.75rem;
  width: 100%;
}
.form-contact__input:focus {
  border: 1px solid #78877a;
  outline: transparent;
}
.form-contact__input:active {
  outline: transparent;
}
.form-contact__input:focus + .form-contact__label {
  top: -1.25rem;
  transform: translateY(0) scale(0.7);
}
.form-contact__input--error,
.form-contact__input--error:focus {
  border-color: #f03;
}
.form-contact__input--error,
.form-contact__input--error + .form-contact__label {
  color: #f03;
}
.form-contact__error-message {
  bottom: -1.5rem;
  color: #f03;
  font-size: 13px;
  left: 0;
  padding: 0.25rem 0.75rem;
  position: absolute;
}
.form-contact__group-message .form-contact__error-message {
  bottom: 0.75rem;
}
.form-contact__checkbox {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
}
.form-contact__checkbox--alt {
  display: flex;
  flex-wrap: wrap;
}
.form-contact__checkbox-title {
  margin-bottom: 0.25rem;
  text-align: left;
}
.form-contact__checkbox-group {
  position: relative;
}
.form-contact__checkbox-group--alt {
  margin-right: 2rem;
}
.form-contact__checkbox-input,
.form-contact__checkbox-overlay {
  height: 1.5rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 1.5rem;
}
.form-contact__checkbox-input {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
}
.form-contact__checkbox-input:checked ~ .form-contact__checkbox-overlay:after,
.form-contact__checkbox-input:hover ~ .form-contact__checkbox-overlay:after {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.form-contact__checkbox-input:checked ~ .form-contact__checkbox-overlay {
  border: 1px solid #fff;
}
.form-contact__checkbox-overlay {
  border: 1px solid #414a43;
  transition: border 0.25s ease;
}
.form-contact__checkbox-overlay:after {
  color: #414a43;
  content: "\2713";
  font-size: 1.25rem;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease;
}
.form-contact__checkbox-label {
  display: block;
  padding-left: 2.75rem;
}
.form-contact__submit-button {
  background: #414a43;
  background: #c0d6c0;
  border: 2px solid #c0d6c0;
  border-radius: 1.5625rem;
  color: #333;
  cursor: pointer;
  display: block;
  font-weight: 500;
  font-weight: 600;
  padding: 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.2s ease;
  width: -moz-fit-content;
  width: fit-content;
}
@media not all and (pointer: coarse) {
  .form-contact__submit-button:hover {
    background: #fff;
    border-color: #f5f1ec;
    color: #f5f1ec;
  }
}
.form-contact__submit-button:focus-visible:focus-visible {
  outline-color: #414a43;
  outline-offset: 0.1875rem;
  outline-style: dashed;
  outline-width: 0.125rem;
}
@media not all and (pointer: coarse) {
  .form-contact__submit-button:hover {
    background: #414a43;
    border-color: #414a43;
    color: #fff;
  }
  .form-contact__submit-button:focus-visible {
    background: #414a43;
    border-color: #414a43;
    color: #fff;
    outline-color: #414a43;
    outline-offset: 0.1875rem;
    outline-style: dashed;
    outline-width: 0.125rem;
  }
}
.form-contact__submit-button:active {
  outline: transparent;
}
.form-contact__submit-button--sending {
  background: #ccc;
  pointer-events: none;
}
.form-contact__submit-button--success {
  background: #2fd64c;
  pointer-events: none;
  transition: background 0.2s ease 0.4s;
}
.form-contact__submit-button--success:hover {
  background: #2fd64c;
  opacity: 1;
}
.form-contact__submit-label {
  display: block;
  padding: 0.5rem 1.75rem;
  position: relative;
  transition: transform 0.25s ease 0.25s;
  z-index: 9;
}
.form-contact__submit-label--hidden {
  transform: scale(0);
  transition-delay: 0;
}
.form-contact__submit-check {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateY(0.5rem) scale(0);
  transition: transform 0.25s ease;
  width: 100%;
  z-index: 9;
}
.form-contact__submit-check--showing {
  transform: translateY(0) scale(1);
  transition-delay: 0.4s;
}
.form-contact__modal {
  height: 100vh;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: opacity 0.25s ease-in;
  width: 100%;
  z-index: 99999;
}
.form-contact__modal--open {
  opacity: 1;
  pointer-events: all;
}
.form-contact__modal-overlay {
  background: rgba(0, 0, 0, 0.15);
}
.form-contact__modal-container {
  align-items: center;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5rem;
  text-align: center;
}
.form-contact__modal-text {
  font-size: 18px;
}
.form-contact__modal-close {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  position: absolute;
  right: 2rem;
  top: 1rem;
}
@media not all and (pointer: coarse) {
  .form-contact__modal-close:hover {
    color: #414a43;
  }
}
@media screen and (max-width: 480px) {
  .form-contact__modal-close {
    right: 1rem;
  }
}
.form-contact__modal-title {
  color: #414a43;
}
.form-contact__modal-spinner {
  border: 3px solid rgba(121, 135, 123, 0.22);
  border-radius: 50%;
  border-top-color: #79877b;
  display: none;
  flex-shrink: 0;
  height: 2.25rem;
  margin-bottom: 1.25rem;
  width: 2.25rem;
  animation: form-contact-modal-spin 0.65s linear infinite;
}
.form-contact__modal--busy .form-contact__modal-spinner {
  display: block;
}
.form-contact__modal--busy .form-contact__modal-close {
  pointer-events: none;
  visibility: hidden;
}
@keyframes form-contact-modal-spin {
  to {
    transform: rotate(360deg);
  }
}
.form-contact__modal-body,
.form-contact__modal-button {
  padding-top: 1rem;
}
.logo-1 {
  fill: #79877b;
}
.logo-2 {
  fill: #414942;
}
.logo-1 {
  fill: #79877b;
}
.logo-2 {
  fill: #414942;
}
.logo-1 {
  fill: #79877b;
}
.logo-2 {
  fill: #414942;
}
.ml-1 {
  fill: none;
}
.ml-2 {
  fill: #d5d3d0;
}
.ml-3 {
  clip-path: url(#clippath);
}
.cls-1 {
  fill: #79877b;
}
.cls-2 {
  fill: #414942;
}
