/* compiled by scssphp 1.13.0 on Wed, 25 Jun 2025 08:01:59 +0000 (0.0711s) */

@font-face {
  font-family: "machina";
  src: url("../fonts/PPNeueMachina-InktrapLight.woff2") format("woff2"), url("../fonts/PPNeueMachina-InktrapLight.woff") format("woff");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "montreal";
  src: url("../fonts/PPNeueMontreal-Light.woff2") format("woff2"), url("../fonts/PPNeueMontreal-Light.woff") format("woff");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "montreal";
  src: url("../fonts/PPNeueMontreal-Medium.woff2") format("woff2"), url("../fonts/PPNeueMontreal-Medium.woff") format("woff");
  font-style: normal;
  font-weight: 500;
}
html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*, *::before, *::after {
  background-repeat: no-repeat;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
:root {
  font-size: 20px;
  line-height: 1.22em;
}
@media screen and (min-width: 768px) {
  :root {
    font-size: 22px;
  }
}
body {
  margin: 0;
  background-color: #2f2b2b;
  font-family: montreal;
  font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
  font-family: machina;
  font-weight: 300;
}
h2 {
  line-height: 1em;
  font-size: 2.25rem;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 2.9rem;
  }
}
a {
  color: #FFAB91;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
button {
  cursor: pointer;
}
#wrap {
  padding-top: 110px;
}
@media screen and (min-width: 768px) {
  #wrap {
    padding-top: 135px;
  }
}
a.button, button.button {
  background-color: #FFAB91;
  color: #000000;
  width: 227px;
  border: 0;
  border-radius: 5px;
  height: 58px;
  text-transform: uppercase;
  font-size: 0.81rem;
  letter-spacing: 0.1em;
  color: #000;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: montreal;
  font-weight: 500;
}
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  box-sizing: border-box;
  background-color: #2f2b2b;
  transition: background-color 0.5s ease;
  /* padding: 35px 20px 18px; */
  padding: 28px 20px 18px;
  transition: top 0.2s ease;
}
@media screen and (min-width: 768px) {
  header {
    padding: 35px 50px 25px 50px;
  }
}
header .inner {
  display: grid;
  grid-template-columns: 1fr 60px;
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (min-width: 950px) {
  header .inner {
    justify-content: space-between;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    flex-direction: row;
  }
}
header .toggle {
  background-color: transparent;
  font-size: 0;
  color: transparent;
  padding: 0;
  border: 0;
  width: 60px;
  height: 50px;
  position: relative;
  grid-column: 2;
  grid-row: 1;
}
header .toggle div {
  height: 5px;
  width: 60px;
  background-color: #fff;
  transition: all 0.5s ease;
  position: absolute;
  left: 0;
}
header .toggle .l1 {
  top: 14px;
}
header .toggle .l2 {
  top: 28px;
}
header .logo {
  display: block;
  width: 110px;
  grid-column: 1;
  grid-row: 1;
}
@media screen and (min-width: 950px) {
  header .logo {
    width: 160px;
    margin-left: 17vw;
  }
}
header .logo svg {
  width: 100%;
}
header .logo svg path {
  fill: #ffffff;
}
header .right {
  column-gap: 38px;
  align-items: center;
  display: none;
}
@media screen and (min-width: 950px) {
  header .right {
    display: flex;
  }
}
header .lang {
  display: none;
  column-gap: 0.5em;
  align-items: center;
  font-size: 0.9rem;
}
@media screen and (min-width: 950px) {
  header .lang {
    display: flex;
  }
}
header .lang.mobile {
  display: none;
  margin: 0.5em auto;
  grid-row: 2;
  grid-column-start: 1;
  grid-column-end: 3;
}
@media screen and (min-width: 768px) {
  header .lang.mobile {
    display: none;
  }
}
header .lang a, header .lang span {
  color: #fff;
  transition: color 0.5s ease;
}
header .lang a.active, header .lang span.active {
  text-decoration: none;
  color: #b0b0b0;
}
header .bookbutton {
  background-color: #FFAB91;
  color: #000000;
  width: 227px;
  border: 0;
  border-radius: 5px;
  height: 58px;
  text-transform: uppercase;
  font-size: 0.81rem;
  letter-spacing: 0.1em;
  color: #000;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: montreal;
  font-weight: 500;
}
header .items {
  display: none;
  flex-direction: column;
  flex: 0 0 100%;
  align-items: center;
  grid-row: 3;
  grid-column-start: 1;
  grid-column-end: 3;
}
@media screen and (min-width: 768px) {
  header .items {
    padding-top: 73px;
  }
}
header .items a {
  font-size: 2.86rem;
  line-height: 1.15em;
  color: #000000;
  text-decoration-thickness: 0.05em;
  text-decoration: none;
}
header .items a:hover {
  text-decoration: underline;
}
body.navigating {
  overflow: hidden;
}
body.navigating header {
  height: 100vh;
  background-color: #B4AAA5;
}
body.navigating header .toggle div {
  background-color: #000;
}
body.navigating header .toggle div.l1 {
  transform: rotate(45deg) translate(2px, 2px);
}
body.navigating header .toggle div.l2 {
  transform: rotate(-45deg) translate(7px, -9px);
}
body.navigating header .logo svg path {
  fill: #000000;
}
body.navigating header .lang a, body.navigating header span {
  color: #000000;
}
body.navigating header .items {
  display: flex;
  height: 59vh;
  overflow-y: scroll;
  /* height: 61vh; */
  height: 70vh;
}
body.navigating header .lang.mobile {
  display: flex;
}
@media screen and (min-width: 950px) {
  body.navigating header .lang.mobile {
    display: none;
  }
}
@media screen and (min-width: 950px) {
  body.navigating header .book.mobile {
    display: none;
  }
}
body.navigating header .book.mobile .bookbutton {
  /*
        font-size: 1rem;
        */
  font-size: 0.81rem;
  margin: 1em 0;
  font-weight: bold;
}
body.customize-support header {
  top: 45px;
}
@media screen and (min-width: 783px) {
  body.customize-support header {
    top: 30px;
  }
}
html.scrolleddown header {
  top: -200px;
}
.tar-footer {
  padding: 130px 20px;
  box-sizing: border-box;
  background-image: url(../img/swoosh.svg);
  background-size: auto 80%;
  background-position: center bottom;
  color: #fff;
  font-size: 0.9rem;
  max-width: 1540px;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .tar-footer {
    background-size: 100% auto;
    padding: 130px 50px;
  }
}
.tar-footer h2 {
  font-family: machina;
  font-size: 1.13rem;
  margin: 0 0 1em;
}
.tar-footer .links {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
  row-gap: 20px;
  margin-bottom: 100px;
  flex-direction: column;
}
@media screen and (min-width: 600px) {
  .tar-footer .links {
    flex-direction: row;
  }
}
.tar-footer .links a {
  flex: 0 0 calc(33.33% - 40px/3);
  background-size: cover;
  color: #fff;
  font-size: 30px;
  display: flex;
  background-color: #000;
  aspect-ratio: 0.78;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  letter-spacing: 0.13em;
  font-size: 1.5rem;
  transition: all 0.5s ease-in;
  box-sizing: border-box;
  position: relative;
}
@media screen and (min-width: 1080px) {
  .tar-footer .links a {
    font-size: 2.5rem;
  }
}
.tar-footer .links a::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
}
.tar-footer .links a > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  border-style: solid;
  border-color: #ffab91;
  box-sizing: border-box;
}
.tar-footer .links a:hover > div {
  border-width: 10px;
  transition: all 0.4s ease-out;
}
.tar-footer .links a span {
  position: relative;
}
.tar-footer .inner1, .tar-footer .inner2 {
  border-bottom: 1px solid #fff;
}
.tar-footer .inner1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding-bottom: 30px;
  min-height: 249px;
  box-sizing: border-box;
}
@media screen and (min-width: 600px) {
  .tar-footer .inner1 {
    flex-direction: row;
  }
}
.tar-footer .inner1 p {
  margin: 0 0 0.8em;
}
.tar-footer .inner1 .col50 {
  flex: 0 0 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 1400px) {
  .tar-footer .inner1 .col50 {
    flex: 0 0 50%;
  }
}
.tar-footer .inner1 .col50 .col.contact, .tar-footer .inner1 .col50 .col.hours {
  display: flex;
  flex-wrap: wrap;
}
.tar-footer .inner1 .col50 .col.contact p, .tar-footer .inner1 .col50 .col.hours p {
  flex: 0 0 100%;
  box-sizing: border-box;
  text-wrap: nowrap;
}
@media screen and (min-width: 500px) {
  .tar-footer .inner1 .col50 .col.contact p, .tar-footer .inner1 .col50 .col.hours p {
    flex: 0 0 50%;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .tar-footer .inner1 .col50 .col.contact p, .tar-footer .inner1 .col50 .col.hours p {
    flex: 0 0 33.3%;
  }
}
.tar-footer .inner2 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 50px 0 20px;
  min-height: 376px;
  box-sizing: border-box;
}
@media screen and (min-width: 600px) {
  .tar-footer .inner2 {
    flex-direction: row;
  }
}
.tar-footer .inner2 .col {
  flex: 0 0 33.3%;
  box-sizing: border-box;
  padding-right: 10px;
  padding: 0 10px 30px 0;
}
.tar-footer .inner2 .col:last-child {
  padding-right: 0;
}
.tar-footer .inner3 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 45px 0 75px;
}
@media screen and (min-width: 800px) {
  .tar-footer .inner3 {
    padding: 75px 0;
    align-items: flex-end;
    flex-direction: row;
  }
}
.tar-footer .inner3 svg {
  width: 150px;
  display: block;
  margin: 0 auto;
}
.tar-footer .inner3 svg path {
  fill: #fff;
}
.tar-footer .inner3 .col1, .tar-footer .inner3 .col2, .tar-footer .inner3 .col3 {
  flex: 1 1 auto;
}
@media screen and (min-width: 800px) {
  .tar-footer .inner3 .col1, .tar-footer .inner3 .col2, .tar-footer .inner3 .col3 {
    flex: 0 0 33.33%;
  }
}
.tar-footer .inner3 .col1 {
  text-align: center;
}
@media screen and (min-width: 800px) {
  .tar-footer .inner3 .col1 {
    text-align: left;
  }
}
.tar-footer .inner3 .col2 {
  text-align: center;
  flex: 0 0 150px;
  display: flex;
}
@media screen and (min-width: 800px) {
  .tar-footer .inner3 .col2 {
    display: initial;
    flex: 0 0 33%;
  }
}
.tar-footer .inner3 .col3 {
  text-align: center;
}
@media screen and (min-width: 800px) {
  .tar-footer .inner3 .col3 {
    text-align: right;
  }
}
.tar-footer form input {
  font-size: 1rem;
  font-weight: 100;
  width: 100%;
  box-sizing: border-box;
  padding: 0.4em 0.8em;
  margin: 0 0 1.1em;
}
.tar-footer form button {
  border: 2px solid #fff;
  border-radius: 3px;
  width: 100%;
  max-width: 200px;
  color: #fff;
  background-color: transparent;
  font-size: 0.8rem;
  height: 2.6em;
}
.tar-footer .lang {
  display: flex;
  column-gap: 0.5em;
  align-items: center;
  font-size: 0.9rem;
  justify-content: center;
}
@media screen and (min-width: 800px) {
  .tar-footer .lang {
    justify-content: flex-end;
  }
}
.tar-footer .lang a, .tar-footer .lang span {
  color: #fff;
  transition: color 0.5s ease;
}
.tar-footer .lang a.active, .tar-footer .lang span.active {
  text-decoration: none;
  color: #b0b0b0;
}
.tar-footer .specials > div, .tar-footer .specials > a {
  font-size: 0.8rem;
}
section.tar-hero {
  box-sizing: border-box;
  padding: 0 20px 23px;
}
@media screen and (min-width: 768px) {
  section.tar-hero {
    padding: 0 50px 45px;
  }
}
section.tar-hero .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  min-height: calc(100vh - 180px);
}
@media screen and (min-width: 768px) {
  section.tar-hero .inner {
    min-height: calc(100vh - 200px);
  }
}
section.tar-hero .content {
  color: #fff;
  text-align: center;
  padding: 1em 30px 0;
}
@media screen and (min-width: 768px) {
  section.tar-hero .content {
    padding-top: 0;
    padding: 0 60px 2rem;
  }
}
section.tar-hero .content h1 {
  line-height: 1em;
  margin: 0;
  font-size: 2rem;
  /* word-break: break-word; */
}
@media screen and (min-width: 500px) {
  section.tar-hero .content h1 {
    font-size: 2.75rem;
  }
}
@media screen and (min-width: 768px) {
  section.tar-hero .content h1 {
    font-size: 4.5rem;
  }
}
section.tar-hero .content p {
  font-size: 0.9rem;
  line-height: 1em;
  margin: 0 0 1.1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.tar-hero .content p {
    font-size: 1.13rem;
  }
}
section.tar-hero a.button {
  margin: 20px auto 10px;
  background-color: transparent;
  border-color: #fff;
  border-style: solid;
  border-width: 2px;
  color: #fff;
}
section.tar-text {
  color: #fff;
  box-sizing: border-box;
  padding: 45px 20px 30px;
  max-width: 1540px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  section.tar-text {
    padding: 45px 50px;
  }
}
section.tar-text .inner {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  section.tar-text .inner {
    flex-direction: row;
  }
}
section.tar-text .text, section.tar-text .image {
  flex: 0 0 calc(50%);
}
section.tar-text.noimage .text {
  flex: 0 0 100%;
  max-width: 886px;
}
section.tar-text .text {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.6em 0 0;
}
@media screen and (min-width: 768px) {
  section.tar-text .text {
    padding: 0 40px 0 0;
  }
}
section.tar-text .text h2 {
  margin: 0 0 0.7em;
}
section.tar-text .text p {
  margin: 0 0 1.7em;
}
section.tar-text .image img {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  section.tar-text.left .inner {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  section.tar-text.left .inner .text {
    padding: 0 0 0 10px;
  }
}
section.tar-text.left .image {
  padding: 0 10px 0 0;
}
.tar-book {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 0 20px 25px;
  box-sizing: border-box;
  max-width: 1440px;
  margin: 0 auto;
}
.tar-book a {
  background-color: #FFAB91;
  color: #000000;
  width: 227px;
  border: 0;
  border-radius: 5px;
  height: 58px;
  text-transform: uppercase;
  font-size: 0.81rem;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .tar-book.mobile {
    display: none;
  }
}
.tar-book.desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .tar-book.desktop {
    display: block;
  }
}
section.tar-media {
  margin: 50px auto;
  max-width: 1440px;
}
section.tar-media img {
  width: 100%;
}
.tar-spacer {
  height: 55px;
}
section.tar-quote {
  background-color: #ffab91;
  color: #3f3b3c;
  padding: 70px 30px 100px;
  box-sizing: border-box;
  max-width: 1440px;
  margin: 0 auto;
}
section.tar-quote h2 {
  line-height: 1.05em;
  margin: 0.83em 0 0.55em;
  font-size: 1.5rem;
}
section.tar-quote a {
  color: #3f3b3c;
}
section.tar-quote .inner {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.tar-menu {
  background-color: #D0C3BC;
  box-sizing: border-box;
  padding: 85px 50px 70px;
}
@media screen and (min-width: 768px) {
  .tar-menu {
    padding: 105px 50px 140px;
  }
}
.tar-menu h2 {
  margin: 0.3em 0 0.5em;
}
.tar-menu p {
  margin: 0 0 1.25em;
}
.tar-menu.lighter {
  background-color: #D9D9D9;
  color: #3F3B3C;
}
.tar-menu.mid {
  background-color: #B4AAA5;
  color: #3F3B3C;
}
.tar-menu.dark {
  background-color: #3F3B3C;
  color: #fff;
}
.tar-menu.orange {
  background-color: #FFAB91;
  color: #3F3B3C;
}
.tar-menu .inner {
  display: flex;
  flex-direction: column;
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .tar-menu .inner {
    flex-direction: row-reverse;
    column-gap: 20px;
    align-items: center;
    /* align-items: flex-start; */
  }
}
@media screen and (min-width: 768px) {
  .tar-menu.left .inner {
    flex-direction: row;
  }
}
.tar-menu .image, .tar-menu .content {
  flex: 0 0 calc(50% - 10px);
}
.tar-menu .image {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .tar-menu .image {
    margin-bottom: none;
  }
}
.tar-menu .image img {
  max-width: 100%;
}
.tar-menu .content {
  text-align: center;
}
.tar-menulist {
  max-width: 1440px;
  margin: 0 auto;
}
.tar-gallery {
  padding: 30px 20px;
  box-sizing: border-box;
  color: #fff;
  max-width: 1440px;
  margin: 0 auto;
  /* @media screen and (min-width: 400px) { */
  /* } */
}
@media screen and (min-width: 600px) {
  .tar-gallery {
    padding: 30px 50px;
  }
}
.tar-gallery .list {
  box-sizing: border-box;
  /* @media screen and (min-width: 400px) { */
  /* } */
  margin: 0 -20px;
}
@media screen and (min-width: 600px) {
  .tar-gallery .list {
    margin: 0 -50px;
    display: flex;
    column-gap: 20px;
    row-gap: 20px;
    flex-wrap: wrap;
    flex-direction: column;
    column-gap: 30px;
    row-gap: 30px;
    flex-direction: row;
    padding: 0 50px;
  }
}
.tar-gallery .list a {
  width: 100%;
  padding: 0 5px;
  /* @media screen and (min-width: 400px) { */
  width: auto;
  height: 150px;
  /* } */
  width: 100%;
  height: 300px;
  pointer-events: none;
}
@media screen and (min-width: 600px) {
  .tar-gallery .list a {
    pointer-events: initial;
    width: auto;
    height: 150px;
    flex: 0 0 auto;
  }
}
.tar-gallery .list img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  /* @media screen and (min-width: 400px) { */
  /* } */
}
@media screen and (min-width: 600px) {
  .tar-gallery .list img {
    max-width: none;
    max-height: 100%;
  }
}
.tar-gallery .slick-dots {
  bottom: auto;
  top: -35px;
  text-align: right;
  padding-right: 22px;
}
.tar-gallery .slick-dots li {
  width: 2px;
  height: 10px;
}
.tar-gallery .slick-dots li button:before {
  color: #fff;
  opacity: 1;
  transition: color 0.5s ease;
}
.tar-gallery .slick-dots li.slick-active button:before {
  color: #666;
}
.tar-form {
  color: #fff;
  padding: 45px 20px;
  box-sizing: border-box;
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .tar-form {
    padding: 45px 50px;
  }
}
.tar-form form {
  max-width: 1340px;
}
@media screen and (min-width: 850px) {
  .tar-form form {
    column-gap: 20px;
    column-count: 2;
    -webkit-perspective: 1;
  }
}
.tar-form form input, .tar-form form textarea {
  width: 100%;
  max-width: 550px;
  padding: 12px 10px;
  font-size: 1rem;
  box-sizing: border-box;
  border: 2px solid #fff;
}
.tar-form form input:focus, .tar-form form textarea:focus {
  outline: none;
  background-color: #f0f0f0;
}
.tar-form form textarea {
  height: 3.85rem;
  resize: none;
  font-family: inherit;
  font-size: 0.9rem;
}
.tar-form label {
  margin: 0px 0 1em;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 850px) {
  .tar-form label {
    padding-right: 40px;
  }
}
.tar-form label p {
  font-size: 0.85rem;
  font-weight: 500;
  margin: 0 0 0.6em;
}
.tar-form label.invalid input, .tar-form label.invalid textarea {
  border-color: #f00;
}
.tar-form button {
  height: 53px;
}
.tar-form .thanks {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background-color: rgba(47, 43, 43, 0.9);
  display: none;
}
