@font-face {
  font-family: "ArialNarrowRegular";
  font-display: swap;
  src: url("../fonts/arialnarrow-webfont.woff") format("woff"), url("../fonts/arialnarrow-webfont.woff2") format("woff2");
}
@font-face {
  font-family: "ArialNarrowBold";
  font-display: swap;
  src: url("../fonts/arialnarrow_bold-webfont.woff") format("woff"), url("../fonts/arialnarrow_bold-webfont.woff2") format("woff2");
}
@font-face {
  font-family: "ArialNarrowBoldItalicr";
  font-display: swap;
  src: url("../fonts/arialnarrow_bolditalic-webfont.woff") format("woff"), url("../fonts/arialnarrow_bolditalic-webfont.woff2") format("woff2");
}
@font-face {
  font-family: "ArialNarrowItalic";
  font-display: swap;
  src: url("../fonts/arialnarrow_italic-webfont.woff") format("woff"), url("../fonts/arialnarrow_italic-webfont.woff2") format("woff2");
}
@font-face {
  font-family: "ITCGaramondStdLightNarrow";
  font-display: swap;
  src: url("../fonts/itc_garamond_std_light_narrow-webfont.woff") format("woff"), url("../fonts/itc_garamond_std_light_narrow-webfont.woff2") format("woff2");
}
/* Normalize
============================================================= */
html {
  font-size: 100%;
  overflow-y: scroll;
  text-size-adjust: 100%;
  box-sizing: border-box;
}

li, div {
  box-sizing: border-box;
}

textarea,
input,
article,
aside,
details,
figcaption,
figure,
footer,
hgroup,
nav,
section {
  display: block;
  box-sizing: border-box;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

::-moz-selection {
  background: #ABABAD;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #ABABAD;
  color: #fff;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

::-webkit-input-placeholder, :-moz-placeholder {
  color: #666;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

blockquote {
  margin: 1em 40px;
}

ins {
  text-decoration: none;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

small {
  font-size: 85%;
}

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

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

dd {
  margin: 0 0 0 40px;
}

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

img {
  border: 0;
  vertical-align: middle;
}
.ie img {
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button, input {
  line-height: normal;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  appearance: button;
}

button {
  width: auto;
  overflow: visible;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
}

input[type=search] {
  appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.foundation-mq {
  font-family: "mobile=0em&tablet=768px&desktop=1024px&wide=1280px";
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0 auto;
  padding: 0;
  scroll-behavior: smooth;
}

/* Defaults
================================================ */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  box-sizing: border-box;
}
h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p {
  margin-bottom: 15px;
}

strong, dt {
  font-weight: 700;
}

h1,
h2,
h5,
h6,
ol,
ul,
dl,
hr,
pre,
table,
caption,
address,
fieldset,
legend,
input,
textarea {
  margin-bottom: 0px;
}

a {
  box-sizing: border-box;
}

div {
  box-sizing: border-box;
}

ol, ul {
  margin-left: 0px;
  padding-left: 0px;
}

ol li {
  list-style: decimal outside;
}

optgroup {
  font-weight: normal;
}

abbr, acronym {
  border-bottom: 1px dotted #000;
  cursor: help;
}

em {
  font-style: italic;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
}

th {
  font-weight: 700;
  text-align: left;
  padding-left: 10px;
}

td {
  padding: 2px 10px 2px 0;
}

caption {
  text-align: center;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

label {
  cursor: pointer;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  border-style: none;
  -ms-interpolation-mode: bicubic;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

.link a {
  cursor: pointer;
}

html {
  overflow: hidden;
}

body {
  background-color: #f6f3ec;
  margin: 0;
  min-height: 100%;
  overflow: hidden;
}

.btn-link,
.btn {
  background: none;
  border: none;
  text-transform: uppercase;
  text-decoration: none;
  color: #f6f3ec;
  padding: 0;
  font: 400 21px/26px "ITCGaramondStdLightNarrow", Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
}
.btn-link:hover,
.btn:hover {
  color: rgba(0, 0, 0, 0.7);
}
@media (min-width: 1024px), (orientation: landscape) {
  .btn-link,
  .btn {
    color: #000;
  }
}

@media (max-width: 1024px) and (orientation: portrait) {
  .show-for-landscape-only {
    display: none;
  }
}
@media (min-width: 1024px), (orientation: landscape) {
  .show-for-landscape-only {
    display: block;
  }
}

@media (max-width: 1024px) and (orientation: portrait) {
  .show-for-portrait-only {
    display: block;
  }
}
@media (min-width: 1024px), (orientation: landscape) {
  .show-for-portrait-only {
    display: none;
  }
}

.mailchaimp {
  position: fixed;
  z-index: 1000000;
  border: 2px solid red;
  pointer-events: auto;
  right: 32px;
  bottom: 32px;
}

.hero-01__video {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
}

.menu__items {
  margin: 0;
  display: flex;
  flex-flow: row wrap;
  text-align: center;
  width: 100%;
  align-items: center;
}

.menu__item {
  display: inline-block;
  width: 100%;
}
.menu__item.menu--full {
  width: 100%;
}
.menu__item.menu--half {
  width: 50%;
}
.menu__item.color-1 {
  background-color: #f8f2eb;
}
.menu__item.color-2 {
  background-color: #d9d4c3;
}
.menu__item.color-3 {
  background-color: #b4b4b4;
}

.menu__link {
  display: flex;
  align-items: center;
  align-content: center;
  height: 2.5em;
  width: 100%;
  text-decoration: none;
  text-align: left;
  padding-left: 2em;
  border: 2px solid green;
}
.menu__link:hover {
  background-color: #00ff00;
}

.menu__text {
  font: 16px/20px "ArialNarrowRegular", Arial, Helvetica, sans-serif;
  color: #191919;
  text-decoration: none;
}
@media (min-width: 768px) {
  .menu__text {
    font-size: 16px;
  }
}

.footer {
  position: fixed;
  z-index: 10;
  bottom: 30px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .left {
  position: relative;
  margin-left: 16px;
}
@media (min-width: 600px) {
  .footer .left {
    margin-left: 32px;
  }
}
.footer .right {
  position: relative;
  margin-right: 16px;
}
@media (min-width: 600px) {
  .footer .right {
    margin-right: 32px;
  }
}

.content {
  padding-bottom: 40px;
}

.content-row {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .content-row {
    flex-direction: row;
  }
}

.content-col {
  width: 100%;
  text-align: left;
  padding: 0.5em 2em 0.5em 2em;
  font: 16px/24px "ArialNarrowRegular", Arial, Helvetica, sans-serif;
}
.content-col:last-child {
  padding-bottom: 2em;
}
@media (min-width: 768px) {
  .content-col {
    width: 50%;
    padding: 1em 2em 1em 2em;
  }
}

.group {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - env(safe-area-inset-bottom));
  width: 100%;
  background-color: #f0f0f0;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow: hidden;
  height: 100vh;
  width: 100%;
}

.top {
  flex: 2;
}

.bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  background-color: #eeeeee;
}

.header-02 {
  position: fixed;
  width: 100%;
  z-index: 5;
  background-color: transparent;
}
.header-02.wrapper {
  padding-bottom: 0px;
  padding-top: 4vw;
  max-width: 100%;
}
@media (min-width: 768px) {
  .header-02.wrapper {
    padding-top: 30px;
    box-sizing: content-box;
  }
}
.header-02 .row {
  margin: 0px auto;
  display: flex;
  align-items: center;
  max-width: none;
}
.header-02 .right {
  padding-right: 30px;
}

.header-02__brand {
  display: flex;
  flex: 1;
}

.header-02__brand {
  align-items: center;
  padding-left: 16px;
}
@media (min-width: 600px) {
  .header-02__brand {
    padding-left: 32px;
  }
}

.header-02__logo {
  display: block;
  width: 65px;
  text-decoration: none;
  cursor: pointer;
}

.header-02__img {
  width: 100%;
}

@media (max-width: 1024px) {
  .open-mobile-nav .nav-bg {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
  }
}

.modal {
  box-sizing: border-box;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 32px;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.5s ease;
}
.modal.is-active {
  display: block;
  opacity: 1;
}
.modal .btn-close {
  color: white;
}
.modal .btn-close:hover {
  color: white;
}
.modal .btn-close {
  position: fixed;
  right: 30px;
  color: white;
  background-color: transparent;
  padding: 0px 10px 10px 10px;
  font: 400 24px/28px Arial, sans-serif;
  text-transform: uppercase;
}
.modal .modal-content {
  color: white;
  width: 100%;
  height: 100%;
}

.modal-open .footer,
.modal-open .header-02 {
  display: none;
}

.content {
  display: none;
  max-width: 100%;
}
.content[data-type=show] {
  display: block;
}
@media (min-width: 1024px) {
  .content {
    max-width: 50%;
  }
}
.content h2,
.content h1 {
  font: 400 21px/26px "ITCGaramondStdLightNarrow", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.content p {
  font: 400 30px/36px "ArialNarrowRegular", Arial, Helvetica, sans-serif;
}
@media (min-width: 1024px) {
  .content p {
    font: 400 40px/46px "ArialNarrowRegular", Arial, Helvetica, sans-serif;
  }
}
.content p a {
  font: 400 30px/36px "ArialNarrowRegular", Arial, Helvetica, sans-serif;
  color: white;
}
@media (min-width: 1024px) {
  .content p a {
    font: 400 40px/46px "ArialNarrowRegular", Arial, Helvetica, sans-serif;
  }
}
.content p a:hover {
  text-decoration: none;
}
.content p em {
  padding-right: 2px;
}
.content .btn-link {
  background: none;
  border: none;
  padding: 0;
  text-decoration: underline;
  font: 400 30px/36px "ArialNarrowRegular", Arial, Helvetica, sans-serif;
  color: white;
}
@media (min-width: 1024px) {
  .content .btn-link {
    font: 400 40px/46px "ArialNarrowRegular", Arial, Helvetica, sans-serif;
  }
}
.content .btn-link:hover {
  text-decoration: none;
}

.btn-close-newsletter {
  background: none;
  border: none;
  position: fixed;
  z-index: 20;
  right: 32px;
  top: 32px;
  color: #f6f3ec;
  background-color: transparent;
  padding: 0px 10px 10px 10px;
  font: 400 24px/28px "ArialNarrowRegular", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.newsletter {
  margin: 0 auto 0 auto;
}
.newsletter #mc_embed_signup {
  padding-top: 10%;
}
.newsletter #mc_embed_signup .button {
  background-color: white;
  color: black;
}
.newsletter #mc_embed_signup .button:hover {
  background-color: #ddd;
}
.newsletter #mc_embed_signup .mc-field-group label {
  font: 400 18px/24px "ArialNarrowRegular", Arial, Helvetica, sans-serif;
}
.newsletter #mc_embed_signup .mc-field-group input {
  font: 400 24px/28px "ArialNarrowRegular", Arial, Helvetica, sans-serif;
}
.newsletter #mc-embedded-subscribe-form {
  position: unset;
  background-color: black;
  min-width: 200px;
  max-width: 500px;
  width: unset;
  margin: 0 auto;
  padding: 20px;
  border-radius: 8px;
}
.newsletter #mc-embedded-subscribe {
  font: 400 18px/24px "ArialNarrowRegular", Arial, Helvetica, sans-serif;
}
.newsletter #mc_embed_signup_scroll h2 {
  font: 400 18px/26px "ArialNarrowRegular", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.newsletter #mc_embed_signup_scroll .indicates-required {
  font: 400 13px/18px "ArialNarrowRegular", Arial, Helvetica, sans-serif;
}

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