:root {
  --body-font: "Bellefair", serif;
  --sp-font: "niveau-grotesk", sans-serif;
  --accent: #391C1E;
  --brown: #AFA184;
  --light-brown: rgb(80 54 41);
  --gold:rgb(198, 175,129);
  --nav-height: 200px;
}
@media (max-width: 1179.98px) {
  :root {
    --nav-height: 60px;
  }
}

.loading {
  overflow: hidden !important;
}
.loading .loader {
  opacity: 1;
}
.loading lottie-player {
  opacity: 1;
}

.loader {
  opacity: 0;
  transition: opacity 1s ease-in-out;
  pointer-events: none;
}

/*HEADER & FOOTER */
div.error {
  display: block;
  width: 100%;
  font-size: 0;
  position: fixed;
  top: -1px;
  left: 0;
  max-height: 400px;
  z-index: 9999;
  overflow: hidden;
  opacity: 1;
}

div.error p {
  display: block;
  width: 100%;
  background: var(--col-error);
  color: #fff;
  font-size: 18px;
  padding: 20px;
  text-align: center;
}

div.error.hide {
  max-height: 0px;
  opacity: 0;
}

html {
  overflow-x: hidden;
  font-size: 22px;
}
@media (max-width: 768.98px) {
  html {
    font-size: 24px;
  }
}

body {
  background: rgb(80, 54, 41);
  font-family: var(--body-font);
  overflow-x: hidden;
  color: rgb(198, 175, 129);
}

article {
  background: none;
}

.font-normal {
  font-family: var(--body-font) !important;
}

.font-sp {
  font-family: var(--sp-font) !important;
}

.text-accent {
  color: var(--accent) !important;
}

.text-gold {
  color: var(--gold) !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--sp-font);
  margin-bottom: 3rem;
  font-weight: 300;
  text-transform: uppercase;
}
@media (max-width: 768.98px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1rem;
  }
}

p {
  font-size: 1.125em;
}

p:not(:last-child) {
  margin-bottom: 2rem;
}

.ls-0 {
  letter-spacing: normal !important;
}

.ls-1 {
  letter-spacing: 0.15em !important;
}

.ls-2 {
  letter-spacing: 0.2em !important;
}

.tiny {
  font-size: 16px !important;
  line-height: 1.1em;
}

hr {
  opacity: 1;
}

@media (max-width: 768.98px) {
  .sm-squard {
    padding-bottom: 100%;
    position: relative;
  }
  .sm-squard img {
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

p {
  font-weight: 300;
}

.container-fluid {
  max-width: 1920px;
  margin: auto;
}

#mainbody {
  margin-top: var(--nav-height);
}
@media (max-width: 1179.98px) {
  #mainbody {
    margin-top: 0;
  }
}

.homepage #mainbody {
  margin-top: 0;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  font-size: 0.85em;
  transition: background 0.3s ease-in-out;
}
header a {
  color: inherit;
}
header nav {
  transition: background 0.3s ease-in-out;
  background: var(--light-brown);
}
header.home {
  color: white;
}
header.home .hamburger {
  --line-color: white;
}
header.home nav {
  background: transparent;
}
header.home nav li.home {
  display: none;
}
header.home nav .line {
  display: none;
}
header.home.visible nav {
  transform: translateY(0%);
}
header.alt, header.attached {
  background: var(--light-brown);
  background-repeat: repeat-x;
  background-size: contain;
  color: var(--accent);
}
@media (max-width: 1179.98px) {
  header.alt, header.attached {
    height: 60px;
  }
}
header.alt nav li, header.attached nav li {
  order: 3;
}
header.alt nav li.home, header.attached nav li.home {
  order: 1;
  display: flex;
  margin-bottom: 0;
}
@media (max-width: 1179.98px) {
  header.alt nav li.home img, header.attached nav li.home img {
    display: none;
  }
  header.alt nav li.home span, header.attached nav li.home span {
    position: relative;
    font-size: inherit;
  }
}
header.alt nav .line, header.attached nav .line {
  display: block;
}
@media (max-width: 1179.98px) {
  header.alt nav .line, header.attached nav .line {
    display: none !important;
  }
}
header.alt nav li.register, header.attached nav li.register {
  order: 2;
  display: flex;
  justify-content: flex-end;
}
header.alt nav li.register a, header.attached nav li.register a {
  display: block;
  border: 1px solid var(--gold);
  padding: 0 2em;
  height: 2em;
  line-height: 2em;
  transition: background 0.3s ease-in-out;
}
header.alt nav li.register a:hover, header.attached nav li.register a:hover {
  background: var(--gold);
  color: var(--accent);
  text-decoration: none !important;
}
@media (max-width: 1179.98px) {
  header.alt nav li.register, header.attached nav li.register {
    order: 3;
    justify-content: center;
  }
  header.alt nav li.register a, header.attached nav li.register a {
    border: none;
    height: unset;
  }
  header.alt nav li.register a:hover, header.attached nav li.register a:hover {
    background: inherit;
    color: var(--gold);
    text-decoration: inherit !important;
  }
}
header.alt nav ul li a, header.attached nav ul li a {
  color: var(--gold);
}
header.alt .hamburger, header.attached .hamburger {
  --line-color: var(--gold);
}
header .fs-nav a {
  color: var(--gold);
}

.page-top nav {
  background: transparent !important;
}

.page nav ul li a {
  color: var(--gold);
}

nav {
  width: 100%;
  height: var(--nav-height);
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1179.98px) {
  nav {
    height: 60px;
  }
}
nav .desktop-nav {
  width: 100%;
}
nav .line {
  width: 100%;
  height: 1px;
  background: var(--gold);
  order: 2;
}
@media (max-width: 1179.98px) {
  nav .line {
    display: none !important;
  }
}
nav ul {
  list-style: none;
  padding: 0;
}
nav ul li {
  padding: 0;
}
nav ul li::before, nav ul li::after {
  display: none;
}
nav ul li.home {
  position: relative;
  display: flex;
  justify-content: center;
}
@media (max-width: 1641px) {
  nav ul li.home {
    margin-bottom: 0.75em;
    border-bottom: none;
  }
}
nav ul li.home a {
  display: block;
  position: relative;
  height: 100%;
  min-height: 44px;
  margin-bottom: 2em;
}
@media (max-width: 1179.98px) {
  nav ul li.home a {
    display: flex;
    justify-content: center;
    min-height: unset;
  }
}
nav ul li.home span {
  font-size: 0;
  position: absolute;
}
@media (max-width: 1179.98px) {
  nav ul li.home span {
    font-size: 1em;
    position: relative;
  }
}
nav ul li.home .logo {
  width: 100%;
  position: relative;
  height: auto;
  top: 50%;
  left: unset;
  transform: translateY(-50%);
  width: 240px;
  display: inline-block;
}
@media (max-width: 1179.98px) {
  nav ul li.home .logo {
    display: none;
  }
}
nav ul li a {
  font-weight: 300;
  text-decoration: none !important;
  text-transform: uppercase;
  color: var(--gold);
  color: white;
}
nav ul li a.active {
  text-decoration: underline !important;
}
nav ul li a:hover {
  text-decoration: underline !important;
}
nav ul li a.boxed {
  border: 1px solid black;
  padding: 10px 30px;
  padding-top: 14px;
}
@media (max-width: 1179.98px) {
  nav ul li:not(.home),
  nav ul li:not(.register) {
    flex: unset;
  }
}
nav .logo {
  width: 90vw;
  max-width: 520px;
  top: 140px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768.98px) {
  nav .logo {
    top: 120px;
  }
}
nav .logo svg {
  height: auto;
}
nav .nav-btn {
  color: black !important;
}
nav .nav-btn .burger span {
  background: black;
}
nav .nav-menu {
  margin: auto;
}
nav .register-btn {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 1em;
  width: auto;
  border-radius: 0.3125em;
  font-family: var(--special-font);
  color: white;
  background: var(--blue);
  margin-right: 0.625em;
  transition: background-color 0.3s ease-in-out;
}
nav .register-btn:hover {
  background-color: var(--main-color-2);
}

.fs-nav {
  position: fixed;
  width: 100vw;
  height: 110vh;
  padding-bottom: 10vh;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--light-brown);
  z-index: 9998;
  opacity: 0;
  pointer-events: none;
  transition: opacity ease-in-out 0.3s;
}
.fs-nav p {
  font-size: 14px;
}
.fs-nav .logo {
  width: 60vw;
  max-width: 400px;
}
.fs-nav li {
  margin-bottom: 0.5em;
}
@media (max-width: 1641px) {
  .fs-nav li {
    width: 100%;
    margin-bottom: 0.75em;
  }
}
.fs-nav li a {
  font-size: 20px;
  font-weight: 500 !important;
}
.fs-nav.show {
  opacity: 1;
  pointer-events: initial;
}
.fs-nav.show .nav-menu li {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-delay: 0;
  animation-timing-function: ease-in-out;
  animation-duration: 0.3s;
}
.fs-nav.show .nav-menu li a {
  font-family: var(--body-font);
  font-weight: 300;
  height: 1em;
  text-decoration: none !important;
}
.fs-nav .nav-btn:hover .burger {
  transform: none !important;
}
.fs-nav .nav-btn .burger span {
  background: black;
  position: absolute;
  top: 50%;
  left: 50%;
}
.fs-nav .nav-btn .burger span:nth-child(1) {
  transform-origin: center center;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.fs-nav .nav-btn .burger span:nth-child(2) {
  transform-origin: center center;
  transform: translate(-50%, -50%) rotate(45deg);
}
.fs-nav .nav-btn .burger span:last-child {
  display: none;
}
.fs-nav .nav-menu {
  list-style: none;
  width: 100%;
  max-height: 100%;
  padding-left: 0;
  font-family: var(--special-font);
  text-align: center;
}
@media (max-width: 1641px) {
  .fs-nav .nav-menu {
    padding-top: 20%;
  }
}
.fs-nav .nav-menu li {
  padding-left: 0;
  font-size: 2.75em;
  opacity: 0;
}
.fs-nav .nav-menu li.home {
  margin-left: auto;
  margin-right: auto;
}
.fs-nav .nav-menu li::before {
  display: none !important;
}
.fs-nav .nav-menu li a {
  font-family: var(--body-font);
}
@media (max-width: 1641px) {
  .fs-nav .nav-menu li {
    font-size: 20px;
  }
}
.fs-nav .nav-menu .social-wrapper {
  display: flex;
  justify-content: center;
}
.fs-nav .nav-menu .social-wrapper a {
  height: 0.75em;
  margin: 0.25em;
  display: block;
}
.fs-nav .nav-menu .social-wrapper a:hover svg * {
  fill: var(--blue);
}
.fs-nav .nav-menu .social-wrapper a svg {
  height: 100%;
  width: auto;
}
.fs-nav .nav-menu .social-wrapper a svg * {
  fill: var(--c-text-color);
  transition: fill ease-in-out 0.3s;
}

.hamburger {
  --line-color: var(--gold);
  position: absolute;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
  width: 30px;
  height: 20px;
  z-index: 99999;
  display: block;
}
@media (max-width: 575.98px) {
  .hamburger {
    width: 25px;
    height: 22px;
  }
}
.hamburger span {
  background: var(--line-color);
  position: absolute;
  height: 2px;
  border-radius: 0;
  width: 100%;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 0;
}
.hamburger span:nth-child(2), .hamburger span:nth-child(3) {
  top: 10px;
}
@media (max-width: 575.98px) {
  .hamburger span:nth-child(2), .hamburger span:nth-child(3) {
    top: 10px;
  }
}
.hamburger span:nth-child(4) {
  top: 20px;
}
@media (max-width: 575.98px) {
  .hamburger span:nth-child(4) {
    top: 20px;
  }
}
.hamburger.active span {
  background: var(--gold);
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.hamburger.active span:nth-child(1), .hamburger.active span:nth-child(4) {
  opacity: 0;
}
.hamburger.active span:nth-child(2) {
  transform: rotate(45deg);
}
.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg);
}
.hamburger.active:before {
  opacity: 1;
  transition: opacity 0.3 ease-in-out;
}

@keyframes fadeIn {
  0% {
    transform: translate(0px, 100px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}
.btn {
  --bs-btn-border-radius: 0;
  padding: 1em 2em;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  border: 1px solid var(--gold);
  transition: all 0.3s ease-in-out !important;
  font-size: 0.85em;
  color: var(--gold);
  text-decoration: none;
  display: inline-block;
}
.btn:hover {
  text-decoration: none !important;
  background: var(--gold);
  color: var(--light-brown);
}
@media (max-width: 1641px) {
  .btn {
    font-size: 0.75em;
  }
}
.btn.btn-red {
  background: var(--light-brown);
  color: var(--gold);
  text-align: center;
  border: 1px solid var(--light-brown);
}
.btn.btn-red.arrow-down::after {
  background-image: url(/img/arrow-down-c.svg);
}
.btn.btn-red.arrow-down:hover::after {
  background-image: url(/img/arrow-down.svg);
}
.btn.btn-red:hover {
  background: var(--gold);
  color: var(--light-brown);
}
.btn.btn-red:hover::after {
  background-image: url(/img/arrow-down-c.svg);
}
.btn.arrow-down {
  padding-bottom: 2em;
  position: relative;
}
.btn.arrow-down::after {
  content: "";
  display: block;
  width: 3em;
  height: 1em;
  background-image: url(/img/arrow-down-c.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  bottom: 5px;
  transform: translateX(-50%);
  transition: all 0.5s ease-in-out;
}
.btn.arrow-down:hover::after {
  background-image: url(/img/arrow-down.svg);
}

a {
  color: var(--accent);
  letter-spacing: 0.1em;
  font-family: var(--body-font);
  font-weight: 500;
}

.readmore {
  text-decoration: none;
  padding-left: 2em;
  position: relative;
  display: inline-block;
  color: var(--gold);
  text-transform: uppercase;
}
.readmore .less {
  display: inline-block;
}
.readmore .more {
  display: none;
}
.readmore .sign {
  position: absolute;
  width: 1em;
  height: 1em;
  top: 50%;
  left: 0;
  margin-top: -0.5em;
}
.readmore .sign::before, .readmore .sign::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: var(--gold);
  top: 50%;
  transition: transform 0.3s ease-in-out;
}
.readmore.collapsed .less {
  display: none;
}
.readmore.collapsed .more {
  display: inline-block;
}
.readmore.collapsed .sign:after {
  transform: rotate(90deg);
}

img {
  width: 100%;
}

iframe {
  border: none;
  width: 100%;
  height: 100%;
}

.s-line {
  display: block;
  margin: auto;
  width: 1px;
  height: 10em;
  background: var(--gold);
}

.arrow-down:not(.btn) {
  max-width: 50px;
}

.legend-counter {
  list-style: none;
  padding-left: 0;
  counter-reset: item;
  column-count: 4;
}
@media (max-width: 1179.98px) {
  .legend-counter {
    columns: 2;
  }
}
@media (max-width: 575.98px) {
  .legend-counter {
    font-size: 2.5vw;
  }
}
.legend-counter li {
  text-transform: uppercase;
}
.legend-counter li {
  counter-increment: item;
  margin-bottom: 0.5em;
  position: relative;
  padding-left: 2.5em;
}
.legend-counter li::before {
  content: counter(item, decimal-leading-zero) ". ";
  position: absolute;
  left: 0;
  font-weight: bold;
  color: white;
}

.loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: white;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader lottie-player {
  width: 65vw;
}

section:not(.hero) {
  padding: 2em 0;
}
@media (max-width: 1179.98px) {
  section:not(.hero) {
    height: unset;
    max-height: unset;
  }
}
@media (max-width: 768.98px) {
  section:not(.hero) {
    padding: 0;
  }
}

.hero {
  min-height: 56.25vw;
}
.hero .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  align-items: center;
  padding: 0 0 10vw;
}
.hero .logo {
  width: 90vw;
  max-width: 520px;
  display: block;
  padding-top: 13vw;
  width: 90vw;
  max-width: 520px;
}
@media (max-width: 1179.98px) {
  .hero .logo {
    padding: 140px 0 80px;
  }
}
@media (max-width: 768.98px) {
  .hero .logo {
    padding-top: 120px;
    width: 80vw;
  }
}

.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 56vw;
}
@media (max-width: 768.98px) {
  .video {
    height: 170vw;
    overflow: hidden;
    position: relative;
  }
  .video iframe {
    width: 100vw;
    height: 178vw;
    top: 0;
  }
}
.video img:not(.logo) {
  height: 100%;
  object-fit: cover;
}
.video.click-to-play iframe {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
.video.click-to-play.autoplay iframe {
  opacity: 1;
  z-index: 1;
}
.video.click-to-play.playing iframe {
  opacity: 1;
  pointer-events: all;
}
.video.click-to-play.playing .play-btn {
  opacity: 0;
  pointer-events: none;
}
.video.click-to-play.playing .content {
  opacity: 0;
  pointer-events: none;
}
.video.click-to-play .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url(/img/btn-play.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 9;
  width: 20vw;
  height: 20vw;
  max-width: 80px;
  max-height: 80px;
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
  pointer-events: all;
}
.video.click-to-play .play-btn:hover {
  opacity: 0.5;
}
.video iframe {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}

.team-wrapper {
  display: flex;
  background: var(--light-brown);
  align-items: center;
}
@media (max-width: 1179.98px) {
  .team-wrapper {
    position: relative;
    flex-direction: column;
  }
}
.team-wrapper img {
  width: 45%;
  margin-right: 5%;
  object-fit: contain;
  object-position: center;
  min-height: 300px;
}
@media (max-width: 1179.98px) {
  .team-wrapper img {
    width: 100%;
    min-height: 500px;
    margin: auto;
  }
}
.team-wrapper .info {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 1px;
  height: 100%;
}
@media (max-width: 1641px) {
  .team-wrapper .info {
    min-height: 50vw;
  }
}
@media (max-width: 768.98px) {
  .team-wrapper .info {
    min-height: 63vw;
    font-size: 0.65rem;
    min-height: unset;
  }
}
.team-wrapper .info .name {
  margin-bottom: 1rem;
}
@media (max-width: 1179.98px) {
  .team-wrapper .info .name {
    font-size: 1.25em;
    margin-bottom: 0;
  }
}
.team-wrapper .info .title {
  font-size: 0.875rem;
  margin-bottom: auto;
}
@media (max-width: 768.98px) {
  .team-wrapper .info .title {
    font-size: 0.75em;
  }
}
@media (max-width: 768.98px) {
  .team-wrapper .info .title {
    margin-bottom: 0;
    display: flex;
  }
}
.team-wrapper .info p {
  margin-bottom: 0;
}
.team-wrapper .info .desc {
  margin-top: 3rem;
}
@media (max-width: 1179.98px) {
  .team-wrapper .info .desc {
    margin-top: 1rem;
  }
}
@media (max-width: 768.98px) {
  .team-wrapper .info .desc {
    margin-top: 0;
  }
}
.team-wrapper .info .read {
  display: none;
  position: absolute;
  right: 0;
  font-size: 12px;
  width: 120px;
  cursor: pointer;
}
@media (max-width: 768.98px) {
  .team-wrapper .info .read {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.team-wrapper .info .read.more .close {
  display: none;
}
.team-wrapper .info .read.more .more {
  display: block;
}
.team-wrapper .info .read.more .sign:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.team-wrapper .info .read .more {
  display: none;
}
.team-wrapper .info .read .close {
  display: block;
}
.team-wrapper .info .read .sign {
  display: block;
  width: 2em;
  height: 2em;
  position: relative;
  margin-bottom: 0.5em;
}
@media (max-width: 768.98px) {
  .team-wrapper .info .read .sign {
    width: 1.4em;
    height: 1.4em;
  }
}
.team-wrapper .info .read .sign:before, .team-wrapper .info .read .sign:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: var(--gold);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 1179.98px) {
  .team-wrapper .info {
    padding-top: 2em;
    width: 100%;
  }
}
@media (max-width: 768.98px) {
  .team-wrapper .info {
    width: 100%;
    padding-top: 20px;
    height: 100px;
  }
  .team-wrapper .info .desc {
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid var(--gold);
    height: calc(100% - 100px);
    padding: 2em;
    background: var(--light-brown);
    opacity: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }
  .team-wrapper .info .desc.show {
    opacity: 1;
  }
  .team-wrapper .info .desc p {
    font-size: 3.5vw;
  }
}

.slider {
  --swiper-pagination-bullet-inactive-color: var(--gold);
  --swiper-theme-color: var(--gold);
}
.slider .swiper-pagination {
  position: relative;
  top: unset;
  bottom: unset !important;
}

.team-slider .swiper-wrapper {
  margin-top: 2em;
}
.team-slider .swiper-slide {
  background: var(--light-brown);
}
.team-slider .swiper-horizontal > .swiper-scrollbar,
.team-slider .swiper-scrollbar.swiper-scrollbar-horizontal {
  opacity: 1 !important;
  bottom: unset;
  top: 5px;
  width: 100%;
  left: 0;
  height: 1px;
}
.team-slider .swiper-scrollbar-drag {
  height: 3px;
  margin-top: -1px;
  background: black;
  position: relative;
}

.title-slider .swiper-slide {
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.title-slider .title {
  font-size: 12px;
}
.title-nav {
  position: relative;
  display: block;
}
.title-nav::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 1px;
  left: 0;
  height: 1px;
  background: var(--gold);
  z-index: -1;
}
.title-nav .title {
  font-size: 0.875rem;
  color: var(--gold);
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding-bottom: 1em;
}
.title-nav .title::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: var(--gold);
  opacity: 0;
  position: absolute;
  bottom: 0;
}
.title-nav .title.active::after {
  opacity: 1;
}
.title-nav .arrow {
  display: none;
}
@media (max-width: 768.98px) {
  .title-nav {
    height: 2em;
  }
  .title-nav .title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    opacity: 0;
    pointer-events: none;
  }
  .title-nav .title.active {
    opacity: 1;
  }
  .title-nav .arrow {
    display: block;
    padding: 0 0.5em;
  }
}

.map-wrapper {
  position: relative;
}
.map-wrapper::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.map-wrapper .map {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
}
.map-wrapper .map.show {
  opacity: 1;
}

.accordion {
  --bs-accordion-bg: transparent;
  --bs-border-style: none;
  --bs-border-color: none;
  --bs-accordion-inner-border-radius: 0;
  counter-reset: my-counter;
}
.accordion button[type=button] {
  padding: 0;
  font-family: var(--body-font);
  font-weight: 300;
  letter-spacing: 0.05em;
  border-bottom: 1px solid black;
  padding: 0.5em 0;
  position: relative;
  width: 100%;
  text-align: left;
  margin-bottom: 1em;
  pointer-events: none;
}
.accordion button[type=button]::before, .accordion button[type=button]::after {
  content: "";
  display: block;
  width: 1em;
  height: 1px;
  background: #000;
  position: absolute;
  right: 0;
  top: 50%;
  transition: transform 0.3s ease-in-out;
}
.accordion button[type=button].collapsed {
  pointer-events: inherit;
}
.accordion button[type=button].collapsed::after {
  transform: rotate(90deg);
}
.accordion ol {
  padding-left: 0;
  list-style-type: none;
}
.accordion ol li {
  padding-left: 2em;
  position: relative;
}
.accordion ol li span {
  position: absolute;
  left: 0;
}

.accordion-body {
  padding: 1em 0;
}

.accordion-button:not(.collapsed) {
  background: none;
  color: black;
  font-family: var(--body-font);
  font-weight: 300;
  text-align: left;
  font-size: 1em;
}

.accordion-button {
  border-bottom: 1px solid black;
}

.gallery {
  columns: 3;
  column-gap: 20px;
  column-fill: balance;
}
@media (max-width: 768.98px) {
  .gallery {
    columns: 2;
  }
}

.gallery-item {
  display: block;
  /* border-radius: 12px; */
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  cursor: pointer;
  position: relative;
}
.gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
.gallery-item .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  color: white;
  padding: 20px;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}
.gallery-item:hover {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}
.gallery-item:hover img {
  transform: scale(1.05);
}
.gallery-item:hover .overlay {
  transform: translateY(0);
}

.filter ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--gold);
  margin-bottom: 5em;
  font-size: 0.75em;
}
.filter ul li {
  padding: 0.5em;
  text-transform: uppercase;
  display: block;
  position: relative;
  text-align: center;
  cursor: pointer;
}
.filter ul li::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--gold);
  opacity: 0;
  left: 0;
}
.filter ul li.active::after {
  opacity: 1;
}

.reveal {
  opacity: 0;
  transition: opacity 2s ease-in-out;
  transition-delay: 700;
}
.reveal.active {
  opacity: 1;
}

.split-line {
  font-size: 3em;
  line-height: 1.2em;
}
@media (max-width: 1179.98px) {
  .split-line {
    font-size: 3.5vw;
  }
}
@media (max-width: 768.98px) {
  .split-line {
    font-size: 6vw;
  }
}

[data-aos=reveal-line] {
  opacity: 0.08;
  transition-property: transform, opacity;
}
[data-aos=reveal-line].aos-animate {
  opacity: 1;
}

footer {
  width: 100%;
  font-size: 0.875rem;
}
footer .logo-wrapper {
  border-top: 1px solid var(--gold);
  max-height: 390px;
  height: 10.3125vw;
}
@media (max-width: 1179.98px) {
  footer .logo-wrapper {
    height: 30vw;
  }
}
footer .logo-wrapper .logo {
  width: 50vw;
  max-width: 334px;
}
footer p {
  font-weight: normal;
}
footer a {
  font-weight: normal;
  letter-spacing: normal;
  color: var(--gold);
  text-transform: inherit;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline !important;
}
footer a.map {
  display: inline-block;
  position: relative;
}
footer a.map::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0.35em;
  width: 100%;
  height: 1px;
  background: var(--gold);
}
footer a.map:hover {
  text-decoration: none !important;
}
footer a.map:hover::after {
  display: none;
}
@media (max-width: 1179.98px) {
  footer .p-logo {
    width: 30%;
    margin: 0 10px;
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  footer .p-logo {
    width: 45%;
    margin: 0;
    text-align: center;
  }
}
footer h6 {
  font-size: 1em;
  font-weight: 500;
}
footer .copyright {
  text-transform: initial;
  font-weight: 300;
  font-size: 1em;
}
footer .copyright a {
  text-decoration: underline;
  font-weight: inherit;
}

/* FORM + INPUT STYLING*/
form {
  --col-missing: red;
}

input, textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

input[type=radio] {
  -webkit-appearance: inherit;
}

input[type=submit] {
  cursor: pointer;
}

div.field > label {
  display: none;
}

div.field.missing label {
  color: var(--col-missing) !important;
}

div.field.warning label {
  color: var(--col-warning) !important;
}

div.field.missing div.checkbox label {
  color: var(--col-missing) !important;
}

div.field.missing span.error-message {
  color: var(--col-missing);
  display: block;
  font-size: 11px;
  position: absolute;
  top: 12px;
  right: 20px;
}

div.field.warning span.warning-message {
  color: var(--col-warning);
  display: block;
  font-size: 11px;
  position: absolute;
  bottom: -12px;
  left: 10px;
}

form {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: var(--default-input-font-size);
  font-family: var(--default-input-font);
}

fieldset {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  margin-bottom: 16px;
}

div.form-col {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 16px;
  justify-content: space-between;
  align-items: flex-start;
}

div.form-row {
  display: flex;
  width: 100%;
  gap: 16px;
  margin-bottom: 16px;
}

div.form-row:last-child {
  margin-bottom: 0px;
}

div.form-row > div {
  width: 100%;
}

div.form-row.x_2_31 > div {
  width: 25%;
}

div.form-row.x_2_31 > div:first-child {
  width: 75%;
}

div.form-row.x_3_21 > div {
  width: 33.34%;
}

div.form-row.x_3_21 > div:first-child {
  width: 66.66%;
}

div.radios {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
}

div.radios > label {
  padding-right: 20px;
}

div.radio input[type=radio] {
  display: none;
}

div.radio label {
  display: block;
  position: relative;
  padding-left: 32px;
  padding-top: 2px;
  line-height: 1.25;
  min-height: 22px;
  width: auto;
  font-family: var(--default-input-font);
}

div.radio label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: transparent;
  border: 1px solid var(--col-border);
  border-radius: 32px;
  box-sizing: border-box;
}

div.radio label:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  background-color: transparent;
  border-radius: 16px;
  border: 0px solid var(--col-border);
  box-sizing: border-box;
}

div.radio input[type=radio]:checked + label:after {
  background-color: #ccc;
  border: 3px solid var(--col-border);
}

div.checkbox {
  display: block;
  text-align: left;
  position: relative;
  width: 100%;
}

div.checkbox input[type=checkbox] {
  display: none;
}

div.checkbox label {
  display: block;
  color: var(--col-input);
  font-family: inherit;
  text-align: left;
  position: relative;
  width: 100%;
  font-size: var(--default-input-font-size);
  padding-left: 31px;
  min-height: 20px;
  padding-top: 1px;
  line-height: 1.25;
  font-family: var(--default-input-font);
}

div.checkbox label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  border: 1px solid var(--col-border);
  background: transparent;
  display: block;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
}

div.missing div.checkbox label:before {
  border-color: var(--col-error);
  -webkit-animation: pulse 0.5s 1;
  animation: pulse 0.5s 1;
}

div.checkbox input:checked + label:before {
  background: url(/lib/img/dark/checkmark.svg?2) no-repeat center center;
  background-size: 14px 12px;
}

div.file-upload input {
  display: none !important;
}

div.file-upload label {
  display: block !important;
  position: relative;
  padding-left: var(--dim-input-height);
  line-height: var(--dim-input-height);
  cursor: pointer;
}

div.file-upload label:after {
  content: "";
  display: block;
  position: absolute;
  width: calc(var(--dim-input-height) * 0.66);
  height: var(--dim-input-height);
  left: 0;
  top: 0;
  background: url(/lib/img/dark/paperclip.svg) no-repeat center center;
  background-size: contain;
}

div.input-file-list > div:empty {
  display: none;
}

div.input-file-list > div {
  margin-top: 20px;
}

div.input-file-list > div span {
  display: block;
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  color: #000;
  padding-left: 24px;
  position: relative;
}

div.input-file-list > div span:before {
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: url(/lib/img/dark/x.svg) no-repeat left center;
  background-size: contain;
  cursor: pointer;
}

.select2-results__options::-webkit-scrollbar-track, form *::-webkit-scrollbar-track {
  background-color: rgba(var(--col-border-rgb), 0.2);
}

.select2-results__options::-webkit-scrollbar, form *::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.select2-results__options::-webkit-scrollbar-thumb, form *::-webkit-scrollbar-thumb {
  background-color: rgba(var(--col-border-rgb), 1);
}

input[type=text], input[type=search], input[type=tel], input[type=number], input[type=email], input[type=password] {
  display: block;
  width: 100%;
  line-height: var(--dim-input-height);
  min-height: var(--dim-input-height);
  border-color: var(--col-border);
  border-width: 1px;
  border-style: solid;
  border-radius: 0px;
  padding: 0 10px;
  text-align: left;
  color: var(--col-input);
  font-family: var(--default-input-font);
  font-size: inherit;
  background-color: var(--col-input-bg);
}

input[type=text]:focus, input[type=search], input[type=tel]:focus, input[type=number]:focus, input[type=email]:focus, input[type=password]:focus {
  box-shadow: inset 0 0 15px 1px rgba(0, 0, 0, 0.2);
}

input[type=search].highlighted, input[type=tel].highlighted, input[type=number].highlighted, input[type=text].highlighted, input[type=email].highlighted, input[type=password].highlighted {
  background-color: var(--col-missing);
}

input[type=search].missing, input[type=tel].missing, input[type=number].missing, input[type=text].missing, input[type=email].missing, input[type=password].missing {
  border-color: var(--col-missing) !important;
}

select {
  display: block;
  width: 100%;
  line-height: var(--dim-input-height);
  min-height: var(--dim-input-height);
  border-color: var(--col-border);
  border-width: 1px;
  border-style: solid;
  padding: 10px;
  line-height: 1.5;
  text-align: left;
  color: var(--col-input);
  font-size: inherit;
}

textarea {
  display: block;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  border-radius: 0px;
  border-color: var(--col-border);
  padding: 10px;
  line-height: 1.5;
  text-align: left;
  font-size: inherit;
}

button[type=submit], button[type=button] {
  display: table;
  width: auto;
  line-height: var(--dim-input-height);
  border: 0px;
  padding: 0 40px;
  text-align: center;
  background-color: var(--col-button-bg);
  color: var(--col-button);
  font-size: var(--default-input-font-size);
  cursor: pointer;
  position: relative;
}

button[type=submit]:hover, button[type=button]:hover {
  background-color: var(--col-accent);
}

div.reveal-response {
  text-align: center;
}

div.reveal-response p {
  font-size: 18px;
}

.js-postal-code {
  text-transform: uppercase;
}

form.validation-in-progress button[type=submit], form.submit-in-progress button[type=submit] {
  color: #000;
  position: relative;
}

form.validation-in-progress button[type=submit]:after {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 40px;
  top: 0;
  left: 0;
  font-size: 0 !important;
  content: "";
  display: block;
  background: url(/lib/img/white/spin2.gif) transparent no-repeat center center;
  background-size: 80px 10px;
}

form.submit-in-progress button[type=submit]:after {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 40px;
  font-size: 0 !important;
  content: "";
  display: block;
  background: url(/lib/img/white/spin2.gif) var(--col-button) no-repeat center center !important;
  background-size: 34px 34px !important;
  top: 0;
  left: 0;
}

button.submit-in-progress, a.submit-in-progress {
  background: url(/lib/img/white/spin2.gif) var(--col-button) no-repeat center center !important;
  background-size: 34px 34px !important;
  font-size: 0 !important;
  transition: none;
}

.select2-container--default {
  box-sizing: border-box;
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  border-radius: 0;
  border-color: var(--col-border);
}

.select2-container .select2-selection--single {
  height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: inherit;
  font-size: inherit;
  line-height: var(--dim-input-height);
  padding-left: 10px;
  padding-right: var(--dim-input-height);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: var(--dim-input-height);
  height: 100%;
  right: 0;
  top: 0;
  background: url(/lib/img/dark/arrow-down.svg) no-repeat center center;
  background-size: 21px 12px;
  transform: rotate(0deg);
  transition: all 0.1s ease-out;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:hover {
  background-size: 27px 17px;
}

.select2-container--open .select2-selection--single .select2-selection__arrow {
  transform: rotate(180deg);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-selection__rendered {
  color: var(--col-input);
}

.select2-results__option {
  font-size: var(--default-input-font-size);
}

div.inline-response {
  height: 0;
  overflow: hidden;
  opacity: 0;
  margin: 0;
  padding: 0;
}

form.form-done {
  display: none !important;
}

div.reveal-response {
  margin: 0 auto;
  height: auto;
  opacity: 1;
  transition: opacity 0.5s;
}

div.grecaptcha-badge {
  right: -1600px !important;
}

.js-hidden-option {
  display: none !important;
}

.js-hidden-option.revealed {
  display: block !important;
}

/* PLACEHOLDERS */
*::-webkit-input-placeholder {
  line-height: var(--dim-input-height);
  color: var(--col-placeholder);
  font-size: var(--default-input-font-size);
  font-family: var(--default-input-font);
}

*::-moz-placeholder {
  line-height: var(--dim-input-height);
  color: var(--col-placeholder);
  font-size: var(--default-input-font-size);
  font-family: var(--default-input-font);
}

*:-ms-input-placeholder {
  line-height: var(--dim-input-height);
  color: var(--col-placeholder);
  font-size: var(--default-input-font-size);
  font-family: var(--default-input-font);
}

textarea::-webkit-input-placeholder {
  padding-top: 0px;
  line-height: 1.5;
}

textarea::-moz-placeholder {
  padding-top: 0px;
  line-height: 1.5;
}

textarea:-ms-input-placeholder {
  padding-top: 0px;
  line-height: 1.5;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: var(--col-text);
}

div.field.missing *::-webkit-input-placeholder {
  color: var(--col-missing) !important;
}

div.field.missing *::-moz-placeholder {
  color: var(--col-missing) !important;
}

div.field.missing *:-ms-input-placeholder {
  color: var(--col-missing) !important;
}

div.field.warning *::-webkit-input-placeholder {
  color: var(--col-warning) !important;
}

div.field.warning *::-moz-placeholder {
  color: var(--col-warning) !important;
}

div.field.warning *:-ms-input-placeholder {
  color: var(--col-warning) !important;
}

form {
  --c-text-color: black;
  --col-border: var(--gold);
}
form.form-done {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
form legend {
  font-family: var(--body-font);
  color: black;
  margin-bottom: 0;
  padding-left: 0.5em;
}
@media (max-width: 768.98px) {
  form {
    font-size: 16px;
  }
}

.radio-wrapper {
  font-size: 1em;
  display: flex;
  font-weight: normal;
  line-height: 60px;
  margin-bottom: 15px;
}
.radio-wrapper .control {
  display: block;
  position: relative;
  padding-left: 3%;
  margin-bottom: 0;
  margin-left: 3%;
  cursor: pointer;
  font-size: 1em;
}
@media (max-width: 575.98px) {
  .radio-wrapper .control {
    margin-left: 10px;
  }
}
.radio-wrapper .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
@media (max-width: 575.98px) {
  .radio-wrapper .control input {
    width: 80vw;
  }
}
.radio-wrapper .control__indicator {
  position: absolute;
  left: 0;
  top: 20px;
  height: 20px;
  width: 20px;
  background: transparent;
  border: 1px solid black;
  border-color: transparent;
}
.radio-wrapper .control--radio .control__indicator {
  border-radius: 50%;
}
.radio-wrapper .control input:checked ~ .control__indicator {
  border-color: black;
}
.radio-wrapper .control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.radio-wrapper .control .control__indicator:after {
  content: "";
  position: absolute;
}
.radio-wrapper .control .control__indicator:after {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 10px;
  width: 10px;
  border-radius: 50%;
}
.radio-wrapper .control input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}

.radio-wrapper .control__indicator {
  border-radius: 0 !important;
  width: 2.5em;
  height: 2.5em;
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}
.radio-wrapper .control {
  display: flex;
  padding-left: 0;
  width: 3em;
}
.radio-wrapper .control input + span {
  position: absolute;
  z-index: 9;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.radio-wrapper .control input:checked ~ .control__indicator:after {
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.inline-response {
  color: black;
  font-size: 1em;
  line-height: 1.5em;
  text-align: center;
  min-height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  display: none;
  transition: all 0.3 ease-in-out;
  flex-direction: column;
  top: 0;
  left: 0;
  z-index: 1998;
  color: var(--gold);
}
.inline-response h1 {
  font-size: 1.5em;
}
.inline-response h3 {
  font-size: 1.25em;
}
.inline-response .close {
  width: 20px;
  height: 20px;
  top: 17px;
  right: 10px;
}
.inline-response .close span {
  width: 20px;
  height: 2px;
  background: white;
  display: block;
  position: absolute;
}
.inline-response .close span:nth-of-type(1) {
  transform: rotate(45deg);
}
.inline-response .close span:nth-of-type(2) {
  transform: rotate(-45deg);
}
.inline-response .popup-wrapper {
  z-index: 2000;
  border: 10px solid white;
}
@media (max-width: 575.98px) {
  .inline-response .popup-wrapper {
    width: 100%;
  }
}
.inline-response img {
  width: 350px;
}
@media (max-width: 575.98px) {
  .inline-response img {
    width: 100%;
  }
}
.inline-response.reveal-response {
  visibility: visible;
  opacity: 1;
  display: flex;
}

.consent {
  font-weight: 300;
  font-family: var(--body-font);
  font-size: 1em;
  color: black;
}

.consent-wrapper {
  margin-top: 1em;
  max-width: 500px;
  height: 2.2em;
}

.g-recaptcha {
  position: relative;
}
.g-recaptcha:after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  right: 1px;
  width: 100%;
  height: 99%;
  border-radius: 3px;
  border: 1px solid transparent;
}
.g-recaptcha.error:after {
  border-color: red;
}

.error {
  border-color: red !important;
}
.error::placeholder {
  color: red !important;
}

legend {
  font-size: 1em;
  line-height: 55px;
}
@media (max-width: 575.98px) {
  legend {
    font-size: 0.8em;
  }
}

input:not([type=checkbox]):not([type=radio]),
textarea {
  font-family: var(--body-font);
  text-transform: inherit;
  background: transparent;
  letter-spacing: normal;
  appearance: none;
  border: none;
  border-bottom: 1px solid var(--gold);
  border-radius: 0;
  display: block;
  font-weight: normal;
  width: 100%;
  font-size: 1em;
  text-transform: initial;
  text-align: center;
  line-height: 2em;
  height: 2em;
  padding: 0 0.75em;
  margin-bottom: 2em;
  text-transform: uppercase;
  color: var(--gold);
}
input:not([type=checkbox]):not([type=radio])::placeholder,
textarea::placeholder {
  color: var(--gold) !important;
}
@media (max-width: 575.98px) {
  input:not([type=checkbox]):not([type=radio]),
  textarea {
    line-height: 2.75em;
    height: 2.75em;
    margin-bottom: 0.5em;
  }
}
input:not([type=checkbox]):not([type=radio])::placeholder,
textarea::placeholder {
  color: var(--c-text-color);
  text-transform: inherit;
  opacity: 1;
  font-weight: 300;
}

.radio-custom-label {
  display: inline-flex;
  align-items: center;
  margin: 5px;
  cursor: pointer;
  position: relative;
}

.radio-custom {
  opacity: 0;
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
}
.radio-custom + .radio-custom-label:before {
  content: "";
  background: #fff;
  border: 1px solid #707070;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  padding: 2px;
  margin-right: 10px;
  text-align: center;
  border-radius: 50%;
}
.radio-custom:checked + .radio-custom-label:before {
  background: var(--primary-color);
  box-shadow: inset 0px 0px 0px 2px #fff;
}
.radio-custom:focus + .radio-custom-label {
  outline: none;
}

textarea {
  padding-top: 10px;
  height: auto;
  font-weight: 300;
}

.checkbox-wrapper {
  font-size: 1.5em;
}
@media (max-width: 768.98px) {
  .checkbox-wrapper {
    font-size: 1em;
  }
}
.checkbox-wrapper.error label:before {
  border: 2px solid red !important;
  background: white;
}
.checkbox-wrapper.error label {
  color: red;
}
.checkbox-wrapper input {
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #221f1f;
  height: 20px;
  width: 20px;
  display: block;
  float: left;
  margin-right: 20px;
}
.checkbox-wrapper label {
  display: inline;
  padding: 0;
  font-size: 0.75em;
  line-height: 1.25rem;
  letter-spacing: 0;
}
@media (max-width: 575.98px) {
  .checkbox-wrapper label {
    font-size: 0.875em;
  }
}
.checkbox-wrapper [type=checkbox]:not(:checked), .checkbox-wrapper [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
.checkbox-wrapper [type=checkbox]:not(:checked) + label, .checkbox-wrapper [type=checkbox]:checked + label {
  position: relative;
  padding-left: 50px;
  display: block;
  text-transform: inherit;
}
.checkbox-wrapper [type=checkbox]:not(:checked) + label:before, .checkbox-wrapper [type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  background-color: none;
  border: 1px solid black;
  height: 20px;
  width: 20px;
  display: block;
  float: left;
  margin-right: 20px;
}
.checkbox-wrapper [type=checkbox]:not(:checked) + label:after, .checkbox-wrapper [type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s;
  background: url(/img/asset/checkmark.svg) no-repeat;
  background-position: center center;
  background-size: 70%;
  width: 1.5em;
  height: 1.5em;
}
.checkbox-wrapper [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.checkbox-wrapper [type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.checkbox-wrapper [type=checkbox]:disabled:not(:checked) + label:before {
  box-shadow: none;
  border-color: black;
  background-color: #ddd;
}
.checkbox-wrapper [type=checkbox]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.checkbox-wrapper [type=checkbox]:disabled:checked + label:after {
  color: #999;
}
.checkbox-wrapper [type=checkbox]:disabled + label {
  color: #aaa;
}
.checkbox-wrapper [type=checkbox]:checked:focus + label:before, .checkbox-wrapper [type=checkbox]:not(:checked):focus + label:before {
  border: 1px solid black;
}
.checkbox-wrapper label:hover:before {
  border: 1px solid black !important;
}

.checkbox-wrapper.error label:before {
  border: 1px solid red !important;
}
.checkbox-wrapper.error label {
  color: red;
}
.checkbox-wrapper input {
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid black;
  height: 20px;
  width: 20px;
  display: block;
  float: left;
  margin-right: 20px;
}
.checkbox-wrapper label {
  display: inline;
  padding: 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0;
}
@media (max-width: 575.98px) {
  .checkbox-wrapper label {
    font-size: 0.875em;
  }
}
.checkbox-wrapper [type=checkbox]:not(:checked), .checkbox-wrapper [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
.checkbox-wrapper [type=checkbox]:not(:checked) + label, .checkbox-wrapper [type=checkbox]:checked + label {
  position: relative;
  padding-left: 30px;
  display: block;
}
.checkbox-wrapper [type=checkbox]:not(:checked) + label:before, .checkbox-wrapper [type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  background-color: none;
  border: 1px solid black !important;
  height: 1.5em;
  width: 1.5em;
  display: block;
  float: left;
  margin-right: 1em;
}
.checkbox-wrapper [type=checkbox]:not(:checked) + label:after, .checkbox-wrapper [type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s;
  background: url(/img/asset/checkmark.svg) no-repeat;
  background-position: center center;
  background-size: 70%;
  width: 1.5em;
  height: 1.5em;
}
.checkbox-wrapper [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.checkbox-wrapper [type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.checkbox-wrapper [type=checkbox]:disabled:not(:checked) + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.checkbox-wrapper [type=checkbox]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.checkbox-wrapper [type=checkbox]:disabled:checked + label:after {
  color: #999;
}
.checkbox-wrapper [type=checkbox]:disabled + label {
  color: #aaa;
}
.checkbox-wrapper [type=checkbox]:checked:focus + label:before, .checkbox-wrapper [type=checkbox]:not(:checked):focus + label:before {
  border: 1px solid rgba(17, 34, 51, 0.2666666667);
}
.checkbox-wrapper label:hover:before {
  border: 1px solid #white !important;
}

.broker-wrapper {
  opacity: 0;
  height: 0;
  max-height: 0px;
  overflow: hidden;
  transition: all 0.3 ease-in-out;
}
.broker-wrapper.show {
  max-height: 1000px;
  height: auto;
  opacity: 1;
  transition: all 0.3 ease-in-out;
}

div.checkbox {
  width: auto;
}

form button[type=submit], form button[type=button] {
  background: transparent;
  text-transform: uppercase;
  color: var(--gold);
  cursor: pointer;
  font-weight: 600;
  font-family: var(--sp-font);
  letter-spacing: 0.2em;
  font-size: 1em;
  padding: 0 2em;
  height: 3em;
  line-height: 3em;
  display: block;
  margin: 2em auto;
  transition: background 0.3s ease-in-out;
  outline: none !important;
  border: 1px solid var(--col-border);
}
form button[type=submit]:hover, form button[type=button]:hover {
  color: var(--light-brown);
  background: var(--gold);
}

form {
  width: 100%;
}

.form-row {
  width: 100%;
}
.form-row label {
  font-size: 0px;
  position: absolute;
  margin-left: -1000px;
}
.form-row .checkbox label {
  font-size: inherit;
  position: relative;
  margin-left: unset;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
}

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