@font-face {
  font-family: "Questrial";
  src:
    url("../fonts/Questrial-Regular.woff2") format("woff2"),
    url("../fonts/Questrial-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Geist";
  src:
    url("../fonts/Geist-Black.woff2") format("woff2"),
    url("../fonts/Geist-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Geist";
  src:
    url("../fonts/Geist-Bold.woff2") format("woff2"),
    url("../fonts/Geist-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

img,
picture {
  display: block;
  height: auto;
  max-width: 100%;
}

.wp-block-button__link {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  word-break: break-word;
  box-sizing: border-box;
}

:where(.wp-block-button__link) {
  box-shadow: none;
  text-decoration: none;
  border-radius: 10px;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
}

.wp-block-button.is-style-outline > .wp-block-button__link {
  border: 2px solid;
  padding: 0.667em 1.333em;
}

.wp-block-button.is-style-outline
  > .wp-block-button__link:not(.has-text-color) {
  color: currentColor;
}

.wp-block-button.is-style-outline
  > .wp-block-button__link:not(.has-background) {
  background-color: transparent;
  background-image: none;
}

.wp-block-buttons > .wp-block-button {
  display: inline-block;
  margin: 0;
}

.wp-block-buttons.is-content-justification-left {
  justify-content: flex-start;
}

.wp-block-buttons.is-content-justification-center {
  justify-content: center;
}

.wp-block-columns {
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap !important;
  align-items: normal !important;
}

@media (min-width: 782px) {
  .wp-block-columns {
    flex-wrap: nowrap !important;
  }
}

.wp-block-columns.are-vertically-aligned-center {
  align-items: center;
}

@media (max-width: 781px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
  }
}

@media (min-width: 782px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 0;
    flex-grow: 1;
  }
  .wp-block-columns {
    gap: 20px;
  }
}

:where(.wp-block-columns.has-background) {
  padding: 1.25em 2.375em;
}

.wp-block-column {
  flex-grow: 1;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}

.wp-block-column.is-vertically-aligned-center {
  align-self: center;
}

.wp-block-column.is-vertically-aligned-center {
  width: 100%;
}

.wp-block-post-comments .comment-reply-title :where(small) {
  font-size: var(--wp--preset--font-size--medium, smaller);
  margin-left: 0.5em;
}

:where(.wp-block-post-comments input[type="submit"]) {
  border: none;
}

.wp-block-cover {
  position: relative;
  background-position: 50%;
  min-height: 430px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
  box-sizing: border-box;
}

.wp-block-cover .wp-block-cover__background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: 0.5;
}

.wp-block-cover
  .wp-block-cover__background.has-background-dim.has-background-dim-40 {
  opacity: 0.4;
}

.wp-block-cover:after {
  display: block;
  content: "";
  font-size: 0;
  min-height: inherit;
}

@supports (position: sticky) {
  .wp-block-cover:after {
    content: none;
  }
}

.wp-block-cover .wp-block-cover__inner-container {
  width: 100%;
  z-index: 1;
  color: #fff;
}

.wp-block-cover.is-light .wp-block-cover__inner-container {
  color: #000;
}

.wp-block-cover p:not(.has-text-color) {
  color: inherit;
}

.wp-block-cover.is-position-center-center {
  align-items: center;
  justify-content: center;
}

.wp-block-cover.is-position-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.wp-block-cover.has-custom-content-position.has-custom-content-position
  .wp-block-cover__inner-container {
  margin: 0;
  width: auto;
}

.wp-block-cover .wp-block-cover__image-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  outline: none;
  border: none;
  box-shadow: none;
}

@supports (-webkit-overflow-scrolling: touch) {
}

.wp-block-cover__image-background {
  z-index: 0;
}

:where(.wp-block-file__button) {
  border-radius: 2em;
  padding: 0.5em 1em;
}

:where(.wp-block-file__button):is(a):active,
:where(.wp-block-file__button):is(a):focus,
:where(.wp-block-file__button):is(a):hover,
:where(.wp-block-file__button):is(a):visited {
  box-shadow: none;
  color: #fff;
  opacity: 0.85;
  text-decoration: none;
}

.wp-block-group {
  box-sizing: border-box;
  padding-top: 2em;
  padding-bottom: 2em;
}

.wp-block-image img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

.wp-block-image img {
  box-sizing: border-box;
}

@supports ((-webkit-mask-image: none) or (mask-image: none)) or
  (-webkit-mask-image: none) {
}

.wp-block-image :where(.has-border-color) {
  border-style: solid;
}

.wp-block-image :where([style*="border-top-color"]) {
  border-top-style: solid;
}

.wp-block-image :where([style*="border-right-color"]) {
  border-right-style: solid;
}

.wp-block-image :where([style*="border-bottom-color"]) {
  border-bottom-style: solid;
}

.wp-block-image :where([style*="border-left-color"]) {
  border-left-style: solid;
}

.wp-block-image :where([style*="border-width"]) {
  border-style: solid;
}

.wp-block-image :where([style*="border-top-width"]) {
  border-top-style: solid;
}

.wp-block-image :where([style*="border-right-width"]) {
  border-right-style: solid;
}

.wp-block-image :where([style*="border-bottom-width"]) {
  border-bottom-style: solid;
}

.wp-block-image :where([style*="border-left-width"]) {
  border-left-style: solid;
}

ul {
  box-sizing: border-box;
}

.wp-block-navigation:where(:not([class*="has-text-decoration"])) a,
.wp-block-navigation:where(:not([class*="has-text-decoration"])) a:active,
.wp-block-navigation:where(:not([class*="has-text-decoration"])) a:focus {
  text-decoration: none;
}

:where(
  .wp-block-navigation.has-background
    .wp-block-navigation-item
    a:not(.wp-element-button)
),
:where(
  .wp-block-navigation.has-background
    .wp-block-navigation-submenu
    a:not(.wp-element-button)
),
:where(
  .wp-block-navigation
    .wp-block-navigation__submenu-container
    .wp-block-navigation-item
    a:not(.wp-element-button)
),
:where(
  .wp-block-navigation
    .wp-block-navigation__submenu-container
    .wp-block-navigation-submenu
    a:not(.wp-element-button)
) {
  padding: 0.5em 1em;
}

.menu-item-has-children {
  position: relative;
}

.menu-item-has-children::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 50px;
  background: transparent;
}

.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 8.4em;
  line-height: 0.68;
  font-weight: 100;
  margin: 0.05em 0.1em 0 0;
  text-transform: uppercase;
  font-style: normal;
}

:where(p.has-text-color:not(.has-link-color)) a {
  color: inherit;
}

.wp-block-post-comments-form[style*="font-weight"]
  :where(.comment-reply-title) {
  font-weight: inherit;
}

.wp-block-post-comments-form[style*="font-family"]
  :where(.comment-reply-title) {
  font-family: inherit;
}

.wp-block-post-comments-form[class*="-font-size"] :where(.comment-reply-title),
.wp-block-post-comments-form[style*="font-size"] :where(.comment-reply-title) {
  font-size: inherit;
}

.wp-block-post-comments-form[style*="line-height"]
  :where(.comment-reply-title) {
  line-height: inherit;
}

.wp-block-post-comments-form[style*="font-style"] :where(.comment-reply-title) {
  font-style: inherit;
}

.wp-block-post-comments-form[style*="letter-spacing"]
  :where(.comment-reply-title) {
  letter-spacing: inherit;
}

.wp-block-post-comments-form .comment-reply-title :where(small) {
  font-size: var(--wp--preset--font-size--medium, smaller);
  margin-left: 0.5em;
}

:where(.wp-block-search__button) {
  border: 1px solid #ccc;
  padding: 0.375em 0.625em;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
  padding: 4px;
  border: 1px solid #949494;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper)
  .wp-block-search__input {
  border-radius: 0;
  border: none;
  padding: 0 0 0 0.25em;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper)
  .wp-block-search__input:focus {
  outline: none;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper)
  :where(.wp-block-search__button) {
  padding: 0.125em 0.5em;
}

@supports (position: sticky) {
}

.wp-element-button {
  cursor: pointer;
}

:root {
  --wp--preset--font-size--normal: 16px;
  --wp--preset--font-size--huge: 42px;
}

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

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #ddd;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

html :where(.has-border-color) {
  border-style: solid;
}

html :where([style*="border-top-color"]) {
  border-top-style: solid;
}

html :where([style*="border-right-color"]) {
  border-right-style: solid;
}

html :where([style*="border-bottom-color"]) {
  border-bottom-style: solid;
}

html :where([style*="border-left-color"]) {
  border-left-style: solid;
}

html :where([style*="border-width"]) {
  border-style: solid;
}

html :where([style*="border-top-width"]) {
  border-top-style: solid;
}

html :where([style*="border-right-width"]) {
  border-right-style: solid;
}

html :where([style*="border-bottom-width"]) {
  border-bottom-style: solid;
}

html :where([style*="border-left-width"]) {
  border-left-style: solid;
}

html :where(img[class*="wp-image-"]) {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 0 0 1em;
}

.wp-block-button__link {
  color: #fff;
  background-color: #32373c;
  border-radius: 10px;
  box-shadow: none;
  text-decoration: none;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  font-size: 1.125em;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  height: 100%;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

a {
  background-color: transparent;
}

strong {
  font-weight: bolder;
}

img {
  border-style: none;
}

button,
input {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button {
  text-transform: none;
}

[type="button"],
[type="submit"],
button {
  -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #444;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.entry-content .wp-block-image {
  border-radius: 16px;
  overflow: hidden;
}
.entry-content .wp-block-image img {
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
  box-shadow:
    rgba(0, 0, 0, 0.09) 0px 2px 1px,
    rgba(0, 0, 0, 0.09) 0px 4px 2px,
    rgba(0, 0, 0, 0.09) 0px 8px 4px,
    rgba(0, 0, 0, 0.09) 0px 16px 8px,
    rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

.clear:after,
.clear:before,
.entry-content:after,
.entry-content:before,
.site-content:after,
.site-content:before,
.site-footer:after,
.site-footer:before,
.site-header:after,
.site-header:before,
.widget:after,
.widget:before {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.site-content:after,
.site-footer:after,
.site-header:after,
.widget:after {
  clear: both;
}

.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar:after,
.navbar:before {
  content: "";
  display: inline !important;
}

body,
button,
input {
  margin: 0;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.8;
  color: #444;
}

h1,
h2,
h3 {
  color: #000;
  clear: both;
  line-height: 1.4;
}

h1:first-child,
h2:first-child,
h3:first-child {
  padding-top: 0;
}

h1,
h2,
h3 {
  padding-top: 0.625em;
}

h1 {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
}

h2 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
}

h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}

.h4-style {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}

p {
  margin: 0 0 1.5em;
  padding: 0;
}

input {
  font-family: Inter, sans-serif;
  color: #444;
}

label {
  margin-bottom: 5px;
}

input {
  padding: 11px 10px;
  font-size: 16px;
  font-size: 1rem;
  background: #fff;
  border: 2px solid rgba(68, 68, 68, 0.19);
  width: auto;
  border-radius: 0;
}

input:focus {
  border-color: #0bb4aa;
}

button {
  font-family: "Geist", sans-serif;
  display: inline;
  width: auto;
  padding: 12px 25px;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 12px;
  color: #444;
  border: 2px solid rgba(68, 68, 68, 0.19);
  background-image: none;
  transition:
    color 0.2s ease,
    border-color 0.2s ease,
    background-color 0.2s ease;
}

ul {
  margin: 0 0 1.5em 1em;
  padding: 0;
}

ul {
  list-style: disc;
}

a {
  transition: all 0.1s ease-in;
  text-decoration: none;
  color: #939393;
}

a:hover {
  text-decoration: none;
  color: #fff;
}

.entry-content a {
  text-decoration: underline;
}

.entry-content a {
  transition: color 0.1s ease-in;
}

.entry-content a:focus,
.entry-content a:hover {
  color: #6a5acd;
}

.sf-menu,
.sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sf-menu li {
  position: relative;
}

.sf-menu a {
  display: block;
  position: relative;
}

.navbar {
  position: relative;
  z-index: 200;
  color: #fff;
  background: linear-gradient(180deg, #2b1d0e 0%, #2d1802 50%, #060300 100%);
  transition: all 0.5s ease-in-out;
}

.navbar:after,
.navbar:before {
  content: "";
  display: table;
}

.navbar:after {
  clear: both;
}

.navbar a {
  color: inherit;
}

.navbar .header-inner {
  width: 100%;
  align-items: center;
  -js-display: flex;
  display: flex;
  justify-content: space-between;
}

.navbar .header-inner:after,
.navbar .header-inner:before {
  display: none;
}

.navbar .header-inner.wpz_layout_full {
  width: 100%;
  max-width: 100%;
  padding-left: 1.25em;
  padding-right: 1.25em;
}

.navbar .header-logo-wrapper {
  margin-right: 1.625em;
  max-width: 250px;
}

.navbar .header-logo-wrapper {
  align-items: center;
  -js-display: flex;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: left;
}

.navbar .header-navigation-wrapper {
  flex: 1;
  justify-content: flex-start;
}

.navbar .header-navigation-wrapper,
.navbar .header-widgets-wrapper {
  align-items: center;
  -js-display: flex;
  display: flex;
  justify-content: center;
}
.has-header-image.home.blog .headroom--not-top .navbar,
.has-header-image.inspiro-front-page .headroom--not-top .navbar,
.has-header-video.home.blog .headroom--not-top .navbar,
.has-header-video.inspiro-front-page .headroom--not-top .navbar {
  background: rgba(0, 0, 0, 0.9);
  padding: 0 0;
}
.navbar-toggle {
  display: none;
  position: relative;
  margin: 0;
  margin-left: 1.625em;
  padding-left: 0;
  padding-right: 0;
  width: 40px;
  border-color: transparent;
  background: 0 0;
  cursor: pointer;
}

.inspiro--with-page-nav .navbar-toggle {
  display: block;
}

.navbar-toggle:hover {
  border-color: transparent;
  background-color: transparent;
}

.navbar-toggle .icon-bar {
  position: relative;
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  transition: all 0.2s ease-in-out;
}

.navbar-toggle .icon-bar:nth-child(3) {
  width: 17px;
}

.navbar-toggle:hover .icon-bar {
  width: 17px;
}

.navbar-toggle:hover .icon-bar:nth-child(3) {
  width: 22px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 5px;
}

.navbar-toggle .icon-bar {
  transition:
    width 0.13s ease-out,
    transform 0.13s ease-out,
    opacity 0.13s ease-out;
}

.navbar-nav {
  -js-display: flex;
  display: flex;
  font-weight: 400;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.navbar-nav > li {
  padding: 0 0.9375em;
}

.navbar-nav > li.current-menu-item,
.navbar-nav > li.current_page_item {
  background-color: rgb(255 255 255 / 7%);
}

.navbar-nav a {
  padding: 0.3125em 0 0.1875em;
  font-family: "Geist", sans-serif;
  font-weight: 500;
  border-bottom: 1px solid transparent;
  transition:
    0.2s ease border-color,
    0.2s ease color;
}

.navbar-nav > li > a:hover {
  text-decoration: none;
  color: inherit;
  opacity: 0.8;
}

.inspiro--with-page-nav .navbar-nav > li:last-child {
  margin-right: 0;
}

.site {
  position: relative;
  transition: transform 0.18s ease;
}

.side-nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: -70px;
  overflow: hidden;
  width: 380px;
  z-index: -1;
  visibility: hidden;
  transform-style: preserve-3d;
  -webkit-overflow-scrolling: touch;
}
body.side-nav-open .side-nav__scrollable-container {
  transform: translateX(0);
}
.side-nav__scrollable-container {
  position: relative;
  padding-bottom: 70px;
  height: 100%;
  overflow: auto;
  background: linear-gradient(180deg, #2b1d0e 0%, #2d1802 50%, #060300 100%);
  color: #eee;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateX(380px);
  transition: transform 0.18s ease;
}
body.side-nav-open .site {
  z-index: 300;
  transform: translateX(-380px);
}
body.side-nav-open .side-nav {
  visibility: visible;
  z-index: 600;
}
.side-nav a {
  color: #fff;
}

.side-nav .navbar-nav {
  display: none;
  margin-bottom: 40px;
  padding: 0;
}

.side-nav .widget {
  margin-bottom: 40px;
  max-width: 100%;
}

.side-nav .widget:last-child {
  margin-bottom: 0;
}

.side-nav .widget .title {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: "Geist", sans-serif;
}

.side-nav-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 600;
}

.side-nav__scrollable-container {
  position: relative;
  padding-bottom: 70px;
  height: 100%;
  overflow: auto;
  background: linear-gradient(180deg, #2b1d0e 0%, #2d1802 50%, #060300 100%);
  color: #eee;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateX(380px);
  transition: transform 0.18s ease;
}

.side-nav__scrollable-container h3 {
  color: #fff;
}

.side-nav__scrollable-container::-webkit-scrollbar {
  display: none;
}

.side-nav__wrap {
  position: relative;
  padding: 60px 30px;
}

.side-nav__wrap .navbar-toggle {
  margin: 5px 0 0;
  padding-right: 0;
}

.side-nav__close-button {
  display: none;
}

.side-nav__close-button:after,
.side-nav__close-button:before {
  content: "";
  display: table;
}

.side-nav__close-button:after {
  clear: both;
}

html {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

body,
html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

*,
:after,
:before {
  box-sizing: inherit;
}

body {
  background: #fff;
}

#page {
  position: relative;
  word-wrap: break-word;
}

.inner-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 1.25em;
  padding-right: 1.25em;
}

.inner-wrap:after,
.inner-wrap:before {
  content: "";
  display: table;
}

.inner-wrap:after {
  clear: both;
}

.site-header {
  width: 100%;
}

.site-branding {
  padding: 1em 0;
  position: relative;
  z-index: 3;
  text-align: center;
}

.site-branding a {
  text-decoration: none;
  transition: opacity 0.2s;
}

.site-branding a:focus,
.site-branding a:hover {
  opacity: 0.7;
}
.has-header-image.inspiro-front-page .site-branding {
  position: absolute;
  left: 50%;
  top: 45%;
  width: 100%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition:
    top 0.3s linear,
    opacity 0.3s ease-in;
}
.has-header-image.home.blog.inspiro-page-ready .site-branding,
.has-header-image.inspiro-front-page.inspiro-page-ready .site-branding,
.has-header-video.home.blog.inspiro-page-ready .site-branding,
.has-header-video.inspiro-front-page.inspiro-page-ready .site-branding {
  opacity: 1;
  top: 50%;
}
body.has-header-image .site-title,
body.has-header-image .site-title a {
  color: #f7f7f7;
  text-shadow: 2px 2px 8px rgb(220 220 220 / 80%);
  letter-spacing: 1px;
}
.site-title {
  clear: none;
  font-size: 80px;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
  padding: 0;
  position: relative;
}
.custom-heading-wrapper .entry-title {
  font-size: 80px;
  font-size: 5rem;
}

.site-title,
.site-title a {
  color: #222;
  opacity: 1;
}

.custom-logo-link {
  display: inline-block;
  padding: 0;
  max-width: 180px;
  height: 43px;
  align-content: center;
  transition: max-width 0.2s ease-in-out;
}

.custom-logo-link img {
  display: inline-block;
  vertical-align: middle;
}

body:not(.title-tagline-hidden) .site-branding-text {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}

.custom-header {
  position: relative;
  background-color: #000;
}

.custom-header-media {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  min-height: fill-available;
}

.custom-header-media:after {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.3) 75%,
    rgba(0, 0, 0, 0.3) 100%
  );
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 2;
}

.custom-header-media.hide_overlay:after {
  display: none;
}

.wp-custom-header {
  height: 100%;
}

@supports (object-fit: cover) {
}

@keyframes pulsate {
  0% {
    opacity: 0.5;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0.3;
  }
}

#scroll-to-content {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 5;
  cursor: pointer;
  height: 1.5em;
  width: 3.5em;
  font-size: 16px;
  font-size: 1rem;
  overflow: hidden;
  opacity: 0.5;
  transform: translateX(-50%);
  animation: pulsate 1.5s ease-out infinite;
}

#scroll-to-content:before {
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  bottom: 10px;
  height: 30px;
  width: 30px;
  border: 2px solid #fff;
  transform: rotate(45deg);
}

#scroll-to-content:hover {
  opacity: 1;
}

.site-content-contain {
  background-color: #fff;
  position: relative;
}

.entry-header .entry-title {
  margin-bottom: 0;
  margin-top: 0;
}

.entry-title {
  color: #222;
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 700;
}

.entry-content {
  line-height: 1.5;
}

.entry-content p {
  margin-bottom: 20px;
  word-wrap: break-word;
  text-align: center;
}

.entry-content h2,
.entry-content .h4-style {
  margin-bottom: 20px;
  line-height: 1.3;
  font-weight: 700;
}
.entry-content h2 {
  text-align: center;
}
.entry-content .wp-block-image img {
  max-width: 100%;
  height: auto;
}

.page .entry-content,
.page .entry-header .inner-wrap {
  margin: 2.8125em auto;
  max-width: calc(950px + 20px);
  padding-left: 10px;
  padding-right: 10px;
}

.page .entry-content {
  margin-bottom: 0;
}

.entry-content .alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
}

.entry-content .alignfull .wp-block-cover__inner-container,
.entry-content .alignfull .wp-block-group__inner-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  /* padding-left: 2em;
  padding-right: 2em; */
}

.entry-content .alignfull {
  width: 100vw;
  max-width: 100vw;
}

.wp-block-button a {
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: "Geist", sans-serif;
  text-decoration: none !important;
  transition: background-color 0.3s ease;
}

.wp-block-button.is-style-outline
  > .wp-block-button__link:not(.has-background):not(.has-text-color):hover {
  background-color: #151515;
  color: #fff !important;
  border-color: #151515;
}

.wp-block-group > .wp-block-group__inner-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.wp-block-group:where(.has-background) {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.page .entry-title {
  margin-top: 0;
  color: #222;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  text-align: center;
  font-family: "Geist", sans-serif;
  text-transform: uppercase;
}

.site-footer {
  background: linear-gradient(135deg, #2b1d0e 0%, #2d1802 50%, #060300 100%);
  color: #e7e7e7;
}
.site-footer a {
  color: #e7e7e7;
  transition: all 0.3s ease-in;
}
.site-footer a:hover {
  color: #fff;
}

.site-footer.has-footer-widgets .inner-wrap {
  padding-bottom: 0;
}

.site-footer .footer-widgets {
  padding-top: 30px;
}

.site-footer-separator {
  background: rgb(181, 159, 203);
  background: -moz-linear-gradient(
    90deg,
    rgba(181, 159, 203, 1) 0%,
    rgba(201, 158, 197, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(181, 159, 203, 1) 0%,
    rgba(201, 158, 197, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(181, 159, 203, 1) 0%,
    rgba(201, 158, 197, 1) 100%
  );
  height: 1px;
  width: 100%;
  border: none;
  margin-bottom: 0;
}

.widget {
  margin-bottom: 20px;
}

.widget .title {
  margin: 0 0 20px;
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Geist", sans-serif;
  font-weight: 700;
}
.site-footer .footer-widgets {
  text-align: center;
}
.widget_text {
  word-wrap: break-word;
}

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

@media screen and (min-width: 48em) {
  .inner-wrap {
    max-width: 1200px;
  }

  .site-branding {
    margin-bottom: 0;
  }

  .custom-header-media {
    height: 165px;
    position: relative;
  }

  .site-footer {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6;
  }

  .site-footer .footer-widgets {
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }

  .site-footer .widget-columns-2 .widget-column {
    flex: 0 0 calc(100% / 2);
  }

  .site-footer .widget-column {
    padding-right: 2.5em;
  }
}

:where(.wp-block-group.has-background) {
  padding: 2em;
}

body {
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
    135deg,
    rgba(6, 147, 227, 1) 0%,
    rgb(155, 81, 224) 100%
  );
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
    135deg,
    rgb(122, 220, 180) 0%,
    rgb(0, 208, 130) 100%
  );
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
    135deg,
    rgba(252, 185, 0, 1) 0%,
    rgba(255, 105, 0, 1) 100%
  );
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
    135deg,
    rgba(255, 105, 0, 1) 0%,
    rgb(207, 46, 46) 100%
  );
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
    135deg,
    rgb(238, 238, 238) 0%,
    rgb(169, 184, 195) 100%
  );
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
    135deg,
    rgb(74, 234, 220) 0%,
    rgb(151, 120, 209) 20%,
    rgb(207, 42, 186) 40%,
    rgb(238, 44, 130) 60%,
    rgb(251, 105, 98) 80%,
    rgb(254, 248, 76) 100%
  );
  --wp--preset--gradient--blush-light-purple: linear-gradient(
    135deg,
    rgb(255, 206, 236) 0%,
    rgb(152, 150, 240) 100%
  );
  --wp--preset--gradient--blush-bordeaux: linear-gradient(
    135deg,
    rgb(254, 205, 165) 0%,
    rgb(254, 45, 45) 50%,
    rgb(107, 0, 62) 100%
  );
  --wp--preset--gradient--luminous-dusk: linear-gradient(
    135deg,
    rgb(255, 203, 112) 0%,
    rgb(199, 81, 192) 50%,
    rgb(65, 88, 208) 100%
  );
  --wp--preset--gradient--pale-ocean: linear-gradient(
    135deg,
    rgb(255, 245, 203) 0%,
    rgb(182, 227, 212) 50%,
    rgb(51, 167, 181) 100%
  );
  --wp--preset--gradient--electric-grass: linear-gradient(
    135deg,
    rgb(202, 248, 128) 0%,
    rgb(113, 206, 126) 100%
  );
  --wp--preset--gradient--midnight: linear-gradient(
    135deg,
    rgb(2, 3, 129) 0%,
    rgb(40, 116, 252) 100%
  );
  --wp--preset--duotone--dark-grayscale: url("#wp-duotone-dark-grayscale");
  --wp--preset--duotone--grayscale: url("#wp-duotone-grayscale");
  --wp--preset--duotone--purple-yellow: url("#wp-duotone-purple-yellow");
  --wp--preset--duotone--blue-red: url("#wp-duotone-blue-red");
  --wp--preset--duotone--midnight: url("#wp-duotone-midnight");
  --wp--preset--duotone--magenta-yellow: url("#wp-duotone-magenta-yellow");
  --wp--preset--duotone--purple-green: url("#wp-duotone-purple-green");
  --wp--preset--duotone--blue-orange: url("#wp-duotone-blue-orange");
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
}

body
  .is-layout-constrained
  > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto !important;
  margin-right: auto !important;
}

body .is-layout-flex {
  display: flex;
  justify-content: center;
}

body .is-layout-flex {
  flex-wrap: wrap;
  align-items: center;
}

body .is-layout-flex > * {
  margin: 0;
}

.has-white-color {
  color: var(--wp--preset--color--white) !important;
}

.has-black-background-color {
  background-color: #151515 !important;
}

.has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large) !important;
}

.wp-block-navigation a:where(:not(.wp-element-button)) {
  color: inherit;
}

body,
button,
input {
  font-family: "Questrial", sans-serif;
  font-weight: 400;
}

button {
  font-family: "Geist", sans-serif;
  display: inline;
  width: auto;
  padding: 12px 25px;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 12px;
  color: #444;
  border: 2px solid rgba(68, 68, 68, 0.19);
  background-image: none;
  transition:
    color 0.2s ease,
    border-color 0.2s ease,
    background-color 0.2s ease;
}

@media screen and (min-width: 782px) {
  body,
  button,
  input {
    font-size: 17px;
    line-height: 1.6;
  }
}

h1,
h2,
h3,
.page .entry-title {
  font-family: "Questrial", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.5;
}

.site-title {
  font-family: "Questrial", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.6;
}

@media screen and (min-width: 782px) {
  .site-title,
  .custom-heading-wrapper .entry-title {
    font-size: 86px;
  }
}

.navbar-nav a {
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  line-height: 1.8;
}

@media screen and (min-width: 782px) {
  .navbar-nav a {
    font-size: 24px;
  }
  .entry-content p:not(.about__title),
  .entry-content h2 {
    text-align: left;
  }
  .wp-block-buttons.wp-container-1,
  body .is-layout-flex {
    margin-bottom: 0;
    justify-content: start !important;
  }
  .site-footer-separator {
    height: 0;
    width: 0;
  }
  .site-footer .footer-widgets {
    justify-content: space-between;
    padding-bottom: 30px;
  }
  .site-footer .widget_text {
    text-align: left;
    margin-bottom: 0;
  }
  .has-text-align-center {
    text-align: center !important;
    justify-content: center !important;
  }
}

@media screen and (max-width: 64em) {
  .navbar-nav li a {
    font-family: "Questrial", sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.8;
  }
}

.navbar {
  background-color: #212121;
}

.wp-block-buttons.wp-container-1 {
  justify-content: center;
  margin-bottom: 20px;
}

.wp-block-buttons.wp-container-11 {
  justify-content: center;
}

.wp-block-columns.wp-container-4,
.wp-block-columns.wp-container-9 {
  flex-wrap: nowrap;
}

.clear:after,
.clear:before,
.entry-content:after,
.entry-content:before,
.site-content:after,
.site-content:before,
.site-footer:after,
.site-footer:before,
.site-header:after,
.site-header:before,
.widget:after,
.widget:before {
  content: "";
  display: table;
  table-layout: fixed;
}

.wp-custom-header .wp-custom-header-video-button {
  background-color: rgba(34, 34, 34, 0.5);
  color: rgba(255, 255, 255, 0.6);
  width: 45px;
  height: 45px;
  overflow: hidden;
  padding: 0;
  border: none;
  position: absolute;
  right: 1.875em;
  bottom: 3.75em;
  transition:
    background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out,
    color 0.3s ease-in-out;
  z-index: 3;
}

.wp-custom-header .wp-custom-header-video-button .svg-icon {
  margin-top: 6px;
  max-height: 1.375em;
  fill: #fff;
}

.side-nav__scrollable-container {
  position: relative;
  padding-bottom: 70px;
  height: 100%;
  overflow: auto;
  background: linear-gradient(180deg, #2b1d0e 0%, #2d1802 50%, #060300 100%);
  color: #eee;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateX(380px);
  transition: transform 0.18s ease;
}

.side-nav-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 600;
}

@media screen and (max-width: 30em) {
  .site-footer {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.6;
  }

  .site-footer .widget-columns-2 .widget-column {
    flex: 0 0 50%;
  }
}

@media screen and (max-width: 64em) {
  .side-nav .navbar-nav {
    display: block;
    margin-left: 0;
    position: relative;
  }

  .side-nav .navbar-nav li a:active,
  .side-nav .navbar-nav li a:hover {
    color: #fff;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    display: none;
  }

  .navbar-nav {
    float: none;
  }

  .navbar-nav a:hover,
  .navbar-nav > li > a:hover {
    border: none;
  }

  .navbar-nav li {
    display: block;
    position: relative;
    float: none;
    margin: 10px 0;
    padding: 0 0 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .navbar-nav li a {
    border: none !important;
    padding: 4px 0;
    margin: 7px 0;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
  }

  .current-menu-item a,
  .current_page_item a {
    border-bottom: none;
  }

  .site-title,
  .custom-heading-wrapper .entry-title {
    font-size: 56px;
    font-size: 3.5rem;
  }

  .page .entry-content,
  .page .entry-header .inner-wrap {
    padding: 0 4%;
  }

  .inner-wrap,
  .navbar .header-inner.wpz_layout_full {
    padding-right: 4%;
    padding-left: 4%;
  }
}

@media screen and (max-width: 48.875em) {
  .side-nav__wrap .navbar-toggle {
    margin: 0;
    margin-bottom: 15px;
  }

  .site-title,
  .custom-heading-wrapper .entry-title {
    font-size: 42px;
    font-size: 2.625rem;
  }

  .side-nav .widget .title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 40em) {
  .site-title {
    font-size: 24px;
    font-size: 33px;
    padding-bottom: 0;
    margin-bottom: 10px;
  }
  .custom-heading-wrapper .entry-title {
    font-size: 24px;
    font-size: 33px;
  }
  .site-title:after {
    display: none;
  }

  .page .entry-content {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .entry-title {
    font-size: 24px;
    line-height: 1.5;
  }

  .side-nav__close-button {
    display: block;
  }

  .side-nav__wrap {
    padding-top: 20px;
  }
}

@media screen and (max-width: 30em) {
  .side-nav {
    width: 320px;
  }

  .side-nav__scrollable-container {
    transform: translateX(320px);
  }
}

@media screen and (min-width: 768px) {
  .about__list {
    display: flex;
    justify-content: space-between;
  }
  .custom-logo-link {
    max-width: 220px;
  }
}

.about__item {
  margin-bottom: 35px;
  padding: 50px 20px;
  height: 270px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
}

.about__item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.about__item > * {
  position: relative;
  z-index: 2;
}

.about__item:last-child {
  background: url(../img/ab1.jpg) center no-repeat;
  background-size: cover;
}

.about__item:first-child {
  background: url(../img/ab2.jpg) center no-repeat;
  background-size: cover;
}

.about__title {
  font-family: "Geist", sans-serif;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  color: #ebebeb;
  margin-bottom: 20px;
  position: relative;
}

.about__title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 2px;
  width: 100%;
  background: rgb(181, 159, 203);
  background: -moz-linear-gradient(
    90deg,
    rgba(181, 159, 203, 1) 0%,
    rgba(201, 158, 197, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(181, 159, 203, 1) 0%,
    rgba(201, 158, 197, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(181, 159, 203, 1) 0%,
    rgba(201, 158, 197, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b59fcb", endColorstr="#b59fcb", GradientType=1);
}

.entry-content p.about__description {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .about__item {
    height: 350px;
  }
}
@media screen and (min-width: 640px) {
  .wp-block-group > .wp-block-group__inner-container {
    padding-right: 2em;
    padding-left: 2em;
  }
  .about__list {
    display: flex;
    gap: 20px;
    justify-content: center;
  }
  .about__item {
    width: 280px;
    height: 280px;
    margin-bottom: 0;
  }
  .wp-block-cover {
    padding: 2em;
  }
}
@media screen and (min-width: 768px) {
  .about__item {
    padding: 70px 30px;
    width: 340px;
    height: 340px;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1024px) {
  .custom-logo-link {
    max-width: 250px;
  }

  .about__item {
    padding: 80px 35px;
    margin-bottom: 0;
    width: 460px;
    height: 460px;
  }

  .entry-content p.about__title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 35px;
  }

  .about__title:before {
    height: 4px;
    bottom: -15px;
  }

  .entry-content p.about__description {
    width: 390px;
    font-size: 18px;
    font-weight: 100;
    letter-spacing: 0.6px;
    font-size: 19px;
    height: 108px;
  }
}

.custom-header-media {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.zoom-target {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: zoomIn 8s ease-in-out infinite;
}

.media-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
  pointer-events: none;
}

.wp-custom-header {
  position: relative;
  z-index: 1;
}

@keyframes zoomIn {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.07);
  }
}

@media screen and (max-width: 1099px) {
  .navbar-nav {
    display: none;
  }

  .side-nav .navbar-nav {
    display: block;
    margin-left: 0;
    position: relative;
  }

  .navbar-nav li {
    display: block;
    position: relative;
    float: none;
    margin: 10px 0;
    padding: 0 5px 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .navbar-nav li a {
    border: none !important;
    padding: 4px 0;
    margin: 7px 0;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
  }
}

/* body.side-nav-open .navbar-nav, */

/*CONTACT*/

.entry-content h5 {
  margin-bottom: 20px;
  line-height: 1.3;
  font-weight: 700;
  font-family: "Geist", sans-serif;
  text-transform: uppercase;
  color: #000;
}

div.wpforms-container-full {
  background: none;
  border: 0 none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  float: none;
  font-size: 100%;
  height: auto;
  letter-spacing: normal;
  list-style: none;
  outline: none;
  position: static;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  width: auto;
  visibility: visible;
  overflow: visible;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

body:not(.has-archive-description):not(.has-header-image).page
  .entry-title:after {
  content: "";
  display: block;
  width: 130px;
  height: 1px;
  background: #e6e6e6;
  margin: 40px auto 48px;
}
.has-header-image .navbar,
.has-header-video .navbar {
  position: absolute;
  width: 100%;
  background: 0 0;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.2) 1%,
    rgba(0, 0, 0, 0) 100%
  );
  background-repeat: repeat-x;
}
.site-header.headroom--not-top {
  position: fixed;
  top: 0;
  border: none;
}
.site-header.headroom {
  width: 100%;
  z-index: 1000;
  position: fixed;
  top: 0;
}
.site-header.headroom--not-top .navbar {
  background: rgba(0, 0, 0, 0.9);
}
.wp-block-column {
  flex-grow: 1;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}

.wp-image-114 {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 1220px) {
  .custom-logo-link {
    max-width: 280px;
    height: 43px;
  }
  .about__list {
    gap: 40px;
  }
}

.checkbox-label {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  cursor: pointer;
  margin-bottom: 14px !important;
}

.form-checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  display: none !important;
}

.custom-checkbox {
  width: 16px !important;
  height: 16px !important;
  border: 1px solid #333 !important;
  border-radius: 3px !important;
  display: inline-block !important;
  position: relative !important;
  flex-shrink: 0 !important;
  margin-top: 2px !important;
  box-sizing: border-box !important;
}

.custom-checkbox::after {
  content: "";
  position: absolute;
  display: none;
  left: 4px;
  top: 0;
  width: 6px;
  height: 12px;
  border: solid #cc5700;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.form-checkbox:checked + .custom-checkbox::after {
  display: block;
}

.checkbox-text {
  font-size: 13px;
  line-height: 1.4;
}

.policies {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.custom-heading-wrapper {
  position: absolute;
  width: 100%;
  top: 40%;
  transform: translateY(-50%);
  z-index: 3;
  padding: 0;

  margin-bottom: 0;
}
.custom-heading-wrapper .entry-title {
  font-family: "Questrial", sans-serif;
  color: #f7f7f7;
  text-shadow: 2px 2px 8px rgb(220 220 220 / 80%);
  letter-spacing: 1px;
  margin-bottom: 0;
}
.custom-heading-wrapper .entry-title::after {
  display: none !important;
}
.entry-img-wide {
  width: 100%;
  max-height: 100vh;
  position: relative;
  overflow: hidden;
}

.entry-img-wide img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  object-fit: cover;
}
.faq {
  list-style: none;
  padding: 0;
  margin: 0;
}

.faq__item {
  border-bottom: 1px solid #e5e5e5;
}

.faq__question {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 18px 30px 18px 0;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}

.faq__question::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  transition: transform 0.3s ease;
}
.faq__item.active .faq__question::after {
  content: "-";
}
.faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.faq__answer p {
  margin: 0 0 15px;
  color: #555;
  line-height: 1.6;
}

.faq__summary {
  margin-top: 30px;
  margin-bottom: 2.8125em;
  font-weight: 500;
  color: #333;
}
.faq__summary p,
.faq__answer p {
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .entry-content .h4-style {
    margin-bottom: 40px;
  }
  .page .entry-content,
  .page .entry-header .inner-wrap {
    margin: 3em auto;
  }
  .wp-block-group {
    padding: 3em 0;
  }
  .faq__summary {
    margin-bottom: 3em;
  }
}
@media screen and (min-width: 1440px) {
  .page .entry-content,
  .page .entry-header .inner-wrap {
    margin: 3.5em auto;
  }
  .wp-block-group {
    padding: 3.5em 0;
  }
  .faq__summary {
    margin-bottom: 3.5em;
  }
  .entry-content .h4-style {
    margin-bottom: 60px;
  }
}
.msg {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 2;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
}
.msg__text {
  font-size: 17px;
  background: #fff;
  line-height: 160%;
  padding: 35px;
  margin-top: 30vh;
  margin-inline: auto;
  max-width: 400px;
}
.form {
  max-width: 600px;
  margin: 0 auto 30px;
  padding: 25px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgb(0 0 0 / 25%);
}
.wpforms-field {
  margin-top: 12px;
}
.wpforms-field:first-child {
  margin-top: 0;
}
.wpforms-field input,
.wpforms-field textarea {
  width: 100%;
  padding: 12px 14px;
  margin-top: 6px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 15px;
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}
.wpforms-field textarea {
  height: 120px;
  resize: none;
}
.wpforms-field input:focus,
.wpforms-field textarea:focus {
  border-color: #cc5700;
  box-shadow: 0 0 6px rgba(87, 47, 33, 0.3);
  outline: none;
}

.wpforms-field-label {
  font-weight: 600;
  font-size: 14px;
  color: #333;
}

.checkbox-label {
  display: flex;
  align-items: center;
  margin-top: 15px;
  cursor: pointer;
  font-size: 14px;
  color: #444;
}

.form-checkbox {
  margin-right: 10px;
  accent-color: #cc5700;
}

.wpforms-submit {
  background-color: #cc5700;
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    box-shadow 0.3s ease;
  width: 100%;
}

.wpforms-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 3px 5px rgba(87, 47, 33, 0.3);
}

.form p {
  font-size: 13px;
  color: #666;
  margin-top: 20px;
  line-height: 1.4;
}
@media screen and (min-width: 782px) {
  .form-columns {
    flex-direction: row-reverse;
  }
  .form-columns .wp-block-column:last-of-type {
    width: 30%;
    flex-basis: unset;
    flex-grow: unset;
  }
  .wpforms-field:first-child,
  .wpforms-field:nth-child(2) {
    width: 48%;
    margin-top: 0;
  }
  .wpforms-field:nth-child(3),
  .wpforms-field:nth-child(4) {
    width: 100%;
  }
  .wpforms-field-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
