@font-face {
  font-family: Catchy Mager;
  src: url("CatchyMager-Normal.c2c1a5f6.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Coco Gothic;
  src: url("CocoGothic_trial.a4d68546.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Coco Gothic Bold;
  src: url("CocoGothic-Bold_trial.c4c085d5.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.font--gothic {
  font-family: Coco Gothic;
}

.font--gothic-bold, .text--subtitle, .text--promotion {
  font-family: Coco Gothic Bold;
}

.color--grey, .text--subtitle {
  color: #a6a6a6;
}

.color--grey-light {
  color: #d9d9d9;
}

.color--grey-dark {
  color: #545454;
}

.color--gold-dark, .text--promotion {
  color: #623e2a;
}

.font-size--xxl {
  font-size: 140px;
  line-height: 1;
}

.font-size--xl, .calendar__prompt, .text--promotion {
  font-size: 40px;
  line-height: 1;
}

.font-size--lg, .text--subtitle, .footer__title {
  font-size: 28px;
  line-height: 1;
}

.font-size--md, .box__content {
  font-size: 20px;
}

.box {
  padding: 2rem;
}

.box__image {
  width: 100%;
  height: 500px;
  margin-bottom: 20px;
}

.box__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.box__image--fit {
  height: 400px;
  margin: 0;
}

.box__content {
  text-align: center;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  min-height: 140px;
  padding: .4rem .8rem;
  display: flex;
}

.button {
  color: #fff;
  cursor: pointer;
  background: #d9d9d9;
  width: 200px;
  margin: 20px;
  padding: 10px;
}

.calendar__prompt {
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.calendar__prompt p:first-of-type {
  margin-bottom: 40px;
}

.calendar__wrapper {
  justify-content: center;
  display: flex;
}

.calendar__wrapper #calendar {
  padding: 12.5%;
  transform: scale(1.25);
}

.calendar__wrapper #calendar .jsCalendar-current {
  background: #ee9090cc !important;
}

.calendar__wrapper #calendar .jsCalendar-selected {
  background: #ee909033 !important;
  border-color: #ee9090cc !important;
  width: 36px !important;
  height: 36px !important;
}

.calendar__wrapper #calendar td:hover:not(.jsCalendar-selected):not(.jsCalendar-current) {
  background: #90ee9066 !important;
}

.image {
  width: 100%;
  height: 100%;
}

.image--overflow {
  object-fit: cover;
  overflow: hidden;
}

.image--promotion {
  max-width: 420px;
  height: 100%;
  padding-top: 30px;
}

.section {
  background: #fff;
  padding: 40px 0;
}

.section--primary {
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
}

.section--primary .section__content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.section__content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: block;
  position: relative;
}

.text--subtitle {
  letter-spacing: 15px;
  text-transform: uppercase;
}

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

.text__row {
  margin: 0 1em 2em;
}

.text__row:last-of-type {
  margin-bottom: 0;
}

.footer {
  padding: 2rem;
}

.footer__title {
  margin-bottom: 40px;
}

.footer__subtitle {
  margin-bottom: 20px;
  font-size: 1.25em;
}

.footer__section {
  border: 1px solid #fff;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 350px;
  padding: 20px;
  display: flex;
}

.footer__section div {
  margin-bottom: 10px;
}

.hidden-phone-number {
  height: 1em;
  display: inline-block;
  position: relative;
}

.hidden-phone-number:after {
  content: "604-481-687";
}

*, :before, :after {
  box-sizing: border-box;
  border: 0 solid #e5e7eb;
}

:before, :after {
  --tw-content: "";
}

html {
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  line-height: 1.5;
}

body {
  line-height: inherit;
  margin: 0;
}

hr {
  color: inherit;
  border-top-width: 1px;
  height: 0;
}

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp, pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button, select {
  text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
  background-color: #0000;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

:is(::-webkit-inner-spin-button, ::-webkit-outer-spin-button) {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

summary {
  display: list-item;
}

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol, ul, menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

textarea {
  resize: vertical;
}

input::placeholder, textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button, [role="button"] {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

img, svg, video, canvas, audio, iframe, embed, object {
  vertical-align: middle;
  display: block;
}

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

[hidden] {
  display: none;
}

*, :before, :after, ::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #3b82f680;
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

.collapse {
  visibility: collapse;
}

.relative {
  position: relative;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.block {
  display: block;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.border-collapse {
  border-collapse: collapse;
}

.list-inside {
  list-style-position: inside;
}

.list-disc {
  list-style-type: disc;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.justify-items-center {
  justify-items: center;
}

.border {
  border-width: 1px;
}

.p-5 {
  padding: 1.25rem;
}

body {
  font-feature-settings: "kern" 0, "calt" 0, "liga" 0, "clig" 0, "dlig" 0, "hlig" 0;
  letter-spacing: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: Catchy Mager;
  overflow: auto;
}

h1 {
  color: #545454;
  margin-top: 2rem;
  margin-bottom: .5rem;
  font-size: 4rem;
  line-height: 4.2rem;
}

h2 {
  color: #a6a6a6;
  font-size: 2rem;
}

.bg--primary {
  background: #f4f1ed;
}

.bg--secondary {
  background: #fff;
}

.bg--dark {
  color: #fff;
  background: #623e2a;
}

/*# sourceMappingURL=index.ebeadb08.css.map */
