@charset "UTF-8";
/*! -Made with tdf: http://themble.com/tdf :) */
/******************************************************************
Site Name: tdf 
Author: INTROPIK

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.

Helpful articles on Sass file organization:
http://thesassway.com/advanced/modular-css-naming-conventions
tiv
******************************************************************/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400&display=swap");
/* line 11, ../scss/partials/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 30, ../scss/partials/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 41, ../scss/partials/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
/* line 51, ../scss/partials/_normalize.scss */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 66, ../scss/partials/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 82, ../scss/partials/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 94, ../scss/partials/_normalize.scss */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 102, ../scss/partials/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 110, ../scss/partials/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 124, ../scss/partials/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 133, ../scss/partials/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 141, ../scss/partials/_normalize.scss */
b,
strong,
.strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 151, ../scss/partials/_normalize.scss */
dfn,
em,
.em {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 161, ../scss/partials/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
/* line 171, ../scss/partials/_normalize.scss */
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/*
 * Addresses margins set differently in IE6/7.
 */
/* line 181, ../scss/partials/_normalize.scss */
pre {
  margin: 0;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 189, ../scss/partials/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 201, ../scss/partials/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 209, ../scss/partials/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 216, ../scss/partials/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/* line 222, ../scss/partials/_normalize.scss */
small, .small {
  font-size: 75%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 230, ../scss/partials/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 238, ../scss/partials/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 242, ../scss/partials/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
/* line 254, ../scss/partials/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

/* line 261, ../scss/partials/_normalize.scss */
dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
/* line 269, ../scss/partials/_normalize.scss */
menu {
  padding: 0 0 0 40px;
}

/* line 273, ../scss/partials/_normalize.scss */
ol,
ul {
  padding: 0;
  list-style-type: none;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
/* line 283, ../scss/partials/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 297, ../scss/partials/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 305, ../scss/partials/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 317, ../scss/partials/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 329, ../scss/partials/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 340, ../scss/partials/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 355, ../scss/partials/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 375, ../scss/partials/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 387, ../scss/partials/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 400, ../scss/partials/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 416, ../scss/partials/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 426, ../scss/partials/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 442, ../scss/partials/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 458, ../scss/partials/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 467, ../scss/partials/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 478, ../scss/partials/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 495, ../scss/partials/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 501, ../scss/partials/_normalize.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 508, ../scss/partials/_normalize.scss */
.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* line 516, ../scss/partials/_normalize.scss */
.clearfix, .cf {
  zoom: 1;
}
/* line 519, ../scss/partials/_normalize.scss */
.clearfix:before, .clearfix:after, .cf:before, .cf:after {
  content: "";
  display: table;
}
/* line 524, ../scss/partials/_normalize.scss */
.clearfix:after, .cf:after {
  clear: both;
}

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
/* line 533, ../scss/partials/_normalize.scss */
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/* line 77, ../scss/partials/_variables.scss */
.bgColor.darkgreen {
  background: #83A2C6;
}
/* line 81, ../scss/partials/_variables.scss */
.bgColor.purple {
  background: #26191A;
}
/* line 85, ../scss/partials/_variables.scss */
.bgColor.chaki {
  background: #454636;
}
/* line 89, ../scss/partials/_variables.scss */
.bgColor.darkred {
  background: #321C00;
}
/* line 93, ../scss/partials/_variables.scss */
.bgColor.salmon {
  background: #E39872;
}

/* line 98, ../scss/partials/_variables.scss */
.hidden-phone {
  display: none !important;
}
@media (min-width: 1025px), (min-width: 768px) and (max-width: 1024px) {
  /* line 98, ../scss/partials/_variables.scss */
  .hidden-phone {
    display: block !important;
  }
}

/* line 106, ../scss/partials/_variables.scss */
.hidden-tablet {
  display: none;
}
@media (min-width: 1025px), (max-width: 767px) {
  /* line 106, ../scss/partials/_variables.scss */
  .hidden-tablet {
    display: block;
  }
}

/* line 114, ../scss/partials/_variables.scss */
.hidden-desktop {
  display: none;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 1024px) {
  /* line 114, ../scss/partials/_variables.scss */
  .hidden-desktop {
    display: block;
  }
}

/* line 122, ../scss/partials/_variables.scss */
.desktop-only {
  display: none;
}
@media (min-width: 1025px) {
  /* line 122, ../scss/partials/_variables.scss */
  .desktop-only {
    display: block;
  }
}

/* line 130, ../scss/partials/_variables.scss */
.tablet-only {
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 130, ../scss/partials/_variables.scss */
  .tablet-only {
    display: block;
  }
}

/* line 138, ../scss/partials/_variables.scss */
.phone-only {
  display: none;
}
@media (max-width: 767px) {
  /* line 138, ../scss/partials/_variables.scss */
  .phone-only {
    display: block;
  }
}

/* line 167, ../scss/partials/_variables.scss */
.admin-only {
  display: none;
}
/* line 170, ../scss/partials/_variables.scss */
body.logged-in .admin-only {
  display: block;
}

@keyframes fadeInUpCenter {
  0% {
    opacity: 0;
    top: calc(50% + 30px);
  }
  100% {
    opacity: 1;
    top: calc(50%);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    top: 30px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes shaky {
  0% {
    -moz-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  50% {
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  100% {
    -moz-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
  50% {
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0.6;
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
  }
  100% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
/******************************************************************
Site Name:
Author:

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

I've seperated the grid so you can swap it out easily. It's
called at the top the style.scss stylesheet.

There are a ton of grid solutions out there. You should definitely
experiment with your own. Here are some recommendations:

http://gridsetapp.com - Love this site. Responsive Grids made easy.
http://susy.oddbird.net/ - Grids using Compass. Very elegant.
http://gridpak.com/ - Create your own responsive grid.
https://github.com/dope/lemonade - Neat lightweight grid.


The grid below is a custom built thingy I modeled a bit after
Gridset. It's VERY basic and probably shouldn't be used on
your client projects. The idea is you learn how to roll your
own grids. It's better in the long run and allows you full control
over your project's layout.

******************************************************************/
/* line 34, ../scss/partials/_grid.scss */
.last-col {
  float: right;
  padding-right: 0 !important;
}

/*
Mobile Grid Styles
These are the widths for the mobile grid.
There are four types, but you can add or customize
them however you see fit.
*/
@media (max-width: 767px) {
  /* line 46, ../scss/partials/_grid.scss */
  .m-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }

  /* line 53, ../scss/partials/_grid.scss */
  .m-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }

  /* line 59, ../scss/partials/_grid.scss */
  .m-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }

  /* line 65, ../scss/partials/_grid.scss */
  .m-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }

  /* line 71, ../scss/partials/_grid.scss */
  .m-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }

  /* line 77, ../scss/partials/_grid.scss */
  .m-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }
}
/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1029px) {
  /* line 88, ../scss/partials/_grid.scss */
  .t-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }

  /* line 95, ../scss/partials/_grid.scss */
  .t-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }

  /* line 101, ../scss/partials/_grid.scss */
  .t-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }

  /* line 107, ../scss/partials/_grid.scss */
  .t-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }

  /* line 113, ../scss/partials/_grid.scss */
  .t-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }

  /* line 119, ../scss/partials/_grid.scss */
  .t-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }

  /* line 125, ../scss/partials/_grid.scss */
  .t-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%;
  }

  /* line 131, ../scss/partials/_grid.scss */
  .t-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%;
  }

  /* line 137, ../scss/partials/_grid.scss */
  .t-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%;
  }

  /* line 143, ../scss/partials/_grid.scss */
  .t-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%;
  }
}
/* Landscape to small desktop */
@media (min-width: 1030px) {
  /* line 154, ../scss/partials/_grid.scss */
  .d-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }

  /* line 161, ../scss/partials/_grid.scss */
  .d-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }

  /* line 167, ../scss/partials/_grid.scss */
  .d-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }

  /* line 173, ../scss/partials/_grid.scss */
  .d-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }

  /* line 179, ../scss/partials/_grid.scss */
  .d-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }

  /* line 185, ../scss/partials/_grid.scss */
  .d-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }

  /* line 191, ../scss/partials/_grid.scss */
  .d-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%;
  }

  /* line 197, ../scss/partials/_grid.scss */
  .d-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%;
  }

  /* line 203, ../scss/partials/_grid.scss */
  .d-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%;
  }

  /* line 209, ../scss/partials/_grid.scss */
  .d-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%;
  }

  /* line 215, ../scss/partials/_grid.scss */
  .d-1of6 {
    float: left;
    padding-right: 0.75em;
    width: 16.6666666667%;
  }

  /* line 221, ../scss/partials/_grid.scss */
  .d-1of7 {
    float: left;
    padding-right: 0.75em;
    width: 14.2857142857%;
  }

  /* line 227, ../scss/partials/_grid.scss */
  .d-2of7 {
    float: left;
    padding-right: 0.75em;
    width: 28.5714286%;
  }

  /* line 233, ../scss/partials/_grid.scss */
  .d-3of7 {
    float: left;
    padding-right: 0.75em;
    width: 42.8571429%;
  }

  /* line 239, ../scss/partials/_grid.scss */
  .d-4of7 {
    float: left;
    padding-right: 0.75em;
    width: 57.1428572%;
  }

  /* line 245, ../scss/partials/_grid.scss */
  .d-5of7 {
    float: left;
    padding-right: 0.75em;
    width: 71.4285715%;
  }

  /* line 251, ../scss/partials/_grid.scss */
  .d-6of7 {
    float: left;
    padding-right: 0.75em;
    width: 85.7142857%;
  }

  /* line 257, ../scss/partials/_grid.scss */
  .d-1of8 {
    float: left;
    padding-right: 0.75em;
    width: 12.5%;
  }

  /* line 263, ../scss/partials/_grid.scss */
  .d-1of9 {
    float: left;
    padding-right: 0.75em;
    width: 11.1111111111%;
  }

  /* line 269, ../scss/partials/_grid.scss */
  .d-1of10 {
    float: left;
    padding-right: 0.75em;
    width: 10%;
  }

  /* line 275, ../scss/partials/_grid.scss */
  .d-1of11 {
    float: left;
    padding-right: 0.75em;
    width: 9.09090909091%;
  }

  /* line 281, ../scss/partials/_grid.scss */
  .d-1of12 {
    float: left;
    padding-right: 0.75em;
    width: 8.33%;
  }
}
/******************************************************************
Site Name:
Author:

Stylesheet: Typography

Need to import a font or set of icons for your site? Drop them in
here or just use this to establish your typographical grid. Or not.
Do whatever you want to...GOSH!

Helpful Articles:
http://trentwalton.com/2012/06/19/fluid-type/
http://ia.net/blog/responsive-typography-the-basics/
http://alistapart.com/column/responsive-typography-is-a-physical-discipline

******************************************************************/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
/*  To embed your own fonts, use this syntax
  and place your fonts inside the
  library/fonts folder. For more information
  on embedding fonts, go to:
  http://www.fontsquirrel.com/
  Be sure to remove the comment brackets.
*/
/*  @font-face {
      font-family: 'Font Name';
      src: url('library/fonts/font-name.eot');
      src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('library/fonts/font-name.woff') format('woff'),
             url('library/fonts/font-name.ttf') format('truetype'),
             url('library/fonts/font-name.svg#font-name') format('svg');
      font-weight: normal;
      font-style: normal;
  }
*/
/*
The following is based of Typebase:
https://github.com/devinhunt/typebase.css
I've edited it a bit, but it's a nice starting point.
*/
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
/* line 53, ../scss/partials/_typography.scss */
p {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
}

/* line 88, ../scss/partials/_typography.scss */
body {
  font-size: 20px;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  line-height: 1.3;
}

/* line 114, ../scss/partials/_typography.scss */
.blocktitle {
  text-align: left;
  display: block;
  margin: auto;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'Open Sans', sans-serif;
}

/* line 124, ../scss/partials/_typography.scss */
.button {
  text-align: left;
  display: block;
  margin: auto;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 767px) {
  /* line 124, ../scss/partials/_typography.scss */
  .button {
    font-size: 13px;
    letter-spacing: 0;
  }
}

/* line 179, ../scss/partials/_typography.scss */
h1 {
  font-size: 55px;
  font-weight: normal;
  line-height: 1.1;
}

/* line 186, ../scss/partials/_typography.scss */
h2 {
  font-size: 35px;
  font-weight: normal;
  line-height: 1.1;
}
@media (max-width: 767px) {
  /* line 186, ../scss/partials/_typography.scss */
  h2 {
    font-size: 25px;
    line-height: 1;
  }
}

/* line 197, ../scss/partials/_typography.scss */
h3 {
  text-transform: uppercase;
  letter-spacing: 1px;
}

/*********************
IMPORTING MODULES
Modules are reusable blocks or elements we use throughout the project.
We can break them up as much as we want or just keep them all in one.
I mean, you can do whatever you want. The world is your oyster. Unless
you hate oysters, then the world is your peanut butter & jelly sandwich.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Alert Styles

If you want to use these alerts in your design, you can. If not,
you can just remove this stylesheet.

******************************************************************/
/* line 15, ../scss/modules/_alerts.scss */
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}

/* line 21, ../scss/modules/_alerts.scss */
.alert-help {
  border-color: #e8dc59;
  background: #ebe16f;
}

/* line 27, ../scss/modules/_alerts.scss */
.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}

/* line 33, ../scss/modules/_alerts.scss */
.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4;
}

/* line 39, ../scss/modules/_alerts.scss */
.alert-success {
  border-color: #deeaae;
  background: #e6efc2;
}

/*********************
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*********************/
/*********************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*********************/
/*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
/*********************
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*********************/
/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Typography

Need to import a font or set of icons for your site? Drop them in
here or just use this to establish your typographical grid. Or not.
Do whatever you want to...GOSH!

Helpful Articles:
http://trentwalton.com/2012/06/19/fluid-type/
http://ia.net/blog/responsive-typography-the-basics/
http://alistapart.com/column/responsive-typography-is-a-physical-discipline

******************************************************************/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
/*  To embed your own fonts, use this syntax
  and place your fonts inside the
  library/fonts folder. For more information
  on embedding fonts, go to:
  http://www.fontsquirrel.com/
  Be sure to remove the comment brackets.
*/
/*  @font-face {
      font-family: 'Font Name';
      src: url('library/fonts/font-name.eot');
      src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('library/fonts/font-name.woff') format('woff'),
             url('library/fonts/font-name.ttf') format('truetype'),
             url('library/fonts/font-name.svg#font-name') format('svg');
      font-weight: normal;
      font-style: normal;
  }
*/
/*
The following is based of Typebase:
https://github.com/devinhunt/typebase.css
I've edited it a bit, but it's a nice starting point.
*/
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
/* line 53, ../scss/partials/_typography.scss */
p {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
}

/* line 88, ../scss/partials/_typography.scss */
body {
  font-size: 20px;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  line-height: 1.3;
}

/* line 114, ../scss/partials/_typography.scss */
.blocktitle {
  text-align: left;
  display: block;
  margin: auto;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'Open Sans', sans-serif;
}

/* line 124, ../scss/partials/_typography.scss */
.button {
  text-align: left;
  display: block;
  margin: auto;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 767px) {
  /* line 124, ../scss/partials/_typography.scss */
  .button {
    font-size: 13px;
    letter-spacing: 0;
  }
}

/* line 179, ../scss/partials/_typography.scss */
h1 {
  font-size: 55px;
  font-weight: normal;
  line-height: 1.1;
}

/* line 186, ../scss/partials/_typography.scss */
h2 {
  font-size: 35px;
  font-weight: normal;
  line-height: 1.1;
}
@media (max-width: 767px) {
  /* line 186, ../scss/partials/_typography.scss */
  h2 {
    font-size: 25px;
    line-height: 1;
  }
}

/* line 197, ../scss/partials/_typography.scss */
h3 {
  text-transform: uppercase;
  letter-spacing: 1px;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
/* line 9, ../scss/_owlcarousel.scss */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

/* line 19, ../scss/_owlcarousel.scss */
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

/* line 28, ../scss/_owlcarousel.scss */
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 37, ../scss/_owlcarousel.scss */
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

/* line 45, ../scss/_owlcarousel.scss */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* line 55, ../scss/_owlcarousel.scss */
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

/* line 64, ../scss/_owlcarousel.scss */
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

/* line 69, ../scss/_owlcarousel.scss */
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

/* line 74, ../scss/_owlcarousel.scss */
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 85, ../scss/_owlcarousel.scss */
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

/* line 95, ../scss/_owlcarousel.scss */
.owl-carousel.owl-loaded {
  display: block;
}

/* line 99, ../scss/_owlcarousel.scss */
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

/* line 104, ../scss/_owlcarousel.scss */
.owl-carousel.owl-hidden {
  opacity: 0;
}

/* line 108, ../scss/_owlcarousel.scss */
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

/* line 112, ../scss/_owlcarousel.scss */
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 121, ../scss/_owlcarousel.scss */
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

/* line 126, ../scss/_owlcarousel.scss */
.owl-carousel.owl-rtl {
  direction: rtl;
}

/* line 130, ../scss/_owlcarousel.scss */
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
/* line 135, ../scss/_owlcarousel.scss */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
/* line 142, ../scss/_owlcarousel.scss */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

/* line 147, ../scss/_owlcarousel.scss */
.owl-carousel .owl-animated-in {
  z-index: 0;
}

/* line 151, ../scss/_owlcarousel.scss */
.owl-carousel .owl-animated-out {
  z-index: 1;
}

/* line 155, ../scss/_owlcarousel.scss */
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 *  Owl Carousel - Auto Height Plugin
 */
/* line 172, ../scss/_owlcarousel.scss */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 *  Owl Carousel - Lazy Load Plugin
 */
/* line 179, ../scss/_owlcarousel.scss */
.owl-carousel .owl-item {
  /**
      This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
      calculation of the height of the owl-item that breaks page layouts
     */
}

/* line 186, ../scss/_owlcarousel.scss */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

/* line 191, ../scss/_owlcarousel.scss */
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

/* line 195, ../scss/_owlcarousel.scss */
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 *  Owl Carousel - Video Plugin
 */
/* line 202, ../scss/_owlcarousel.scss */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

/* line 208, ../scss/_owlcarousel.scss */
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

/* line 223, ../scss/_owlcarousel.scss */
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

/* line 228, ../scss/_owlcarousel.scss */
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

/* line 233, ../scss/_owlcarousel.scss */
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

/* line 242, ../scss/_owlcarousel.scss */
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* line 1, ../scss/pages/_homepage.scss */
.page-template-page-homepage {
  height: 500vh;
}
/* line 7, ../scss/pages/_homepage.scss */
.page-template-page-homepage .homepage-block.intro-slideshow-container {
  height: 100vh;
  position: relative;
}
/* line 11, ../scss/pages/_homepage.scss */
.page-template-page-homepage .homepage-block.intro-slideshow-container .owl-carousel {
  position: relative;
}
/* line 15, ../scss/pages/_homepage.scss */
.page-template-page-homepage .homepage-block.intro-slideshow-container .owl-carousel .owl-item .slide {
  position: relative;
  width: 100%;
  height: 100vh;
}
/* line 21, ../scss/pages/_homepage.scss */
.page-template-page-homepage .homepage-block.intro-slideshow-container .owl-carousel .owl-item .slide.theroux .slide-image {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: black;
}
@media (min-width: 1025px) {
  /* line 27, ../scss/pages/_homepage.scss */
  .page-template-page-homepage .homepage-block.intro-slideshow-container .owl-carousel .owl-item .slide.theroux .slide-image img {
    position: absolute;
    bottom: 0;
    min-height: 100%;
    min-width: 100%;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  /* line 27, ../scss/pages/_homepage.scss */
  .page-template-page-homepage .homepage-block.intro-slideshow-container .owl-carousel .owl-item .slide.theroux .slide-image img {
    height: 100%;
    object-fit: cover;
  }
}
/* line 47, ../scss/pages/_homepage.scss */
.page-template-page-homepage .homepage-block.intro-slideshow-container .owl-carousel .owl-item .slide:not(.theroux) .slide-image {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: black;
}
/* line 54, ../scss/pages/_homepage.scss */
.page-template-page-homepage .homepage-block.intro-slideshow-container .owl-carousel .owl-item .slide:not(.theroux) .slide-image img {
  opacity: 0.8;
  min-width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  object-fit: cover;
}
/* line 67, ../scss/pages/_homepage.scss */
.page-template-page-homepage .homepage-block.intro-slideshow-container .owl-carousel .owl-item .slide .slide-content {
  position: absolute;
  top: calc(50% + 30px);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  z-index: 10;
  color: white;
  padding: 50px;
  opacity: 0;
}
@media (max-width: 767px) {
  /* line 67, ../scss/pages/_homepage.scss */
  .page-template-page-homepage .homepage-block.intro-slideshow-container .owl-carousel .owl-item .slide .slide-content {
    padding: 25px;
  }
}
/* line 84, ../scss/pages/_homepage.scss */
.page-template-page-homepage .homepage-block.intro-slideshow-container .owl-carousel .owl-item .slide .slide-content .quote {
  max-width: 950px;
  margin: 0 auto;
}
/* line 89, ../scss/pages/_homepage.scss */
.page-template-page-homepage .homepage-block.intro-slideshow-container .owl-carousel .owl-item .slide .slide-content .name {
  width: 100%;
  text-align: center;
}
/* line 93, ../scss/pages/_homepage.scss */
.page-template-page-homepage .homepage-block.intro-slideshow-container .owl-carousel .owl-item .slide .slide-content .name .button {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
/* line 100, ../scss/pages/_homepage.scss */
.page-template-page-homepage .homepage-block.intro-slideshow-container .owl-carousel .owl-item .slide .slide-content .name .button:before {
  content: "";
  width: 20px;
  height: 1px;
  background: white;
  margin-right: 10px;
}
/* line 108, ../scss/pages/_homepage.scss */
.page-template-page-homepage .homepage-block.intro-slideshow-container .owl-carousel .owl-item .slide .slide-content .name .button:after {
  content: "";
  width: 20px;
  height: 1px;
  background: white;
  margin-left: 10px;
  position: relative;
  top: 50%;
}
/* line 124, ../scss/pages/_homepage.scss */
.page-template-page-homepage .homepage-block.intro-slideshow-container .owl-carousel .owl-item.active .slide .slide-content {
  animation: fadeInUpCenter;
  animation-duration: 2s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
/* line 145, ../scss/pages/_homepage.scss */
.page-template-page-homepage .homepage-block.philosophy-container {
  margin-top: 100px;
}
/* line 148, ../scss/pages/_homepage.scss */
.page-template-page-homepage .homepage-block.philosophy-container .philosophy-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 100px;
}
@media (min-width: 1025px) {
  /* line 159, ../scss/pages/_homepage.scss */
  .page-template-page-homepage .homepage-block.philosophy-container .philosophy-block:nth-child(4n + 1) .image-container {
    width: 50%;
  }
  /* line 163, ../scss/pages/_homepage.scss */
  .page-template-page-homepage .homepage-block.philosophy-container .philosophy-block:nth-child(4n + 1) .text-container {
    width: 50%;
  }
  /* line 169, ../scss/pages/_homepage.scss */
  .page-template-page-homepage .homepage-block.philosophy-container .philosophy-block:nth-child(4n + 2) .image-container {
    width: 65%;
  }
  /* line 173, ../scss/pages/_homepage.scss */
  .page-template-page-homepage .homepage-block.philosophy-container .philosophy-block:nth-child(4n + 2) .text-container {
    width: 35%;
  }
  /* line 179, ../scss/pages/_homepage.scss */
  .page-template-page-homepage .homepage-block.philosophy-container .philosophy-block:nth-child(4n + 3) .image-container {
    width: 60%;
  }
  /* line 183, ../scss/pages/_homepage.scss */
  .page-template-page-homepage .homepage-block.philosophy-container .philosophy-block:nth-child(4n + 3) .text-container {
    width: 40%;
  }
  /* line 189, ../scss/pages/_homepage.scss */
  .page-template-page-homepage .homepage-block.philosophy-container .philosophy-block:nth-child(4n + 4) .image-container {
    width: 70%;
  }
  /* line 193, ../scss/pages/_homepage.scss */
  .page-template-page-homepage .homepage-block.philosophy-container .philosophy-block:nth-child(4n + 4) .text-container {
    width: 30%;
  }
}
/* line 199, ../scss/pages/_homepage.scss */
.page-template-page-homepage .homepage-block.philosophy-container .philosophy-block .image-container {
  width: 50%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  /* line 199, ../scss/pages/_homepage.scss */
  .page-template-page-homepage .homepage-block.philosophy-container .philosophy-block .image-container {
    width: 100%;
    position: relative;
    order: 1;
  }
}
/* line 211, ../scss/pages/_homepage.scss */
.page-template-page-homepage .homepage-block.philosophy-container .philosophy-block .image-container .image-container-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
/* line 219, ../scss/pages/_homepage.scss */
.page-template-page-homepage .homepage-block.philosophy-container .philosophy-block .image-container img.low-res {
  position: relative;
  width: 100%;
  height: auto;
  -webkit-filter: blur(20px);
  -moz-filter: blur(20px);
  -o-filter: blur(20px);
  -ms-filter: blur(20px);
  filter: blur(20px);
  z-index: 1;
}
/* line 227, ../scss/pages/_homepage.scss */
.page-template-page-homepage .homepage-block.philosophy-container .philosophy-block .image-container img.high-res {
  -webkit-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 10;
}
/* line 238, ../scss/pages/_homepage.scss */
.page-template-page-homepage .homepage-block.philosophy-container .philosophy-block .image-container img.high-res.lazy-loaded {
  opacity: 1;
}
/* line 245, ../scss/pages/_homepage.scss */
.page-template-page-homepage .homepage-block.philosophy-container .philosophy-block .text-container {
  width: 50%;
  padding: 50px;
  opacity: 0;
  position: relative;
  top: 50px;
  -webkit-transition: all ease-out 2s;
  transition: all ease-out 2s;
}
@media (max-width: 767px) {
  /* line 245, ../scss/pages/_homepage.scss */
  .page-template-page-homepage .homepage-block.philosophy-container .philosophy-block .text-container {
    width: 100%;
    position: relative;
    order: 2;
    padding: 25px;
  }
}
/* line 262, ../scss/pages/_homepage.scss */
.page-template-page-homepage .homepage-block.philosophy-container .philosophy-block .text-container .text-inner {
  max-width: 650px;
}
/* line 272, ../scss/pages/_homepage.scss */
.page-template-page-homepage .homepage-block.philosophy-container .philosophy-block.inview .text-container {
  opacity: 1;
  top: 0;
}
/* line 279, ../scss/pages/_homepage.scss */
.page-template-page-homepage .homepage-block.philosophy-container .philosophy-block:nth-child(2n + 2) .image-container {
  order: 2;
}
/* line 283, ../scss/pages/_homepage.scss */
.page-template-page-homepage .homepage-block.philosophy-container .philosophy-block:nth-child(2n + 2) .text-χ {
  order: 1;
  display: flex;
  flex-wrap: wrap;
}
/* line 292, ../scss/pages/_homepage.scss */
.page-template-page-homepage .homepage-block.parallax-container {
  position: relative;
  overflow: hidden;
  margin-top: 100px;
  height: 120vh;
}
@media (max-width: 767px) {
  /* line 292, ../scss/pages/_homepage.scss */
  .page-template-page-homepage .homepage-block.parallax-container {
    max-height: 900px;
  }
}
@media (min-width: 1025px) {
  /* line 302, ../scss/pages/_homepage.scss */
  .page-template-page-homepage .homepage-block.parallax-container img {
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  /* line 302, ../scss/pages/_homepage.scss */
  .page-template-page-homepage .homepage-block.parallax-container img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    height: 200px;
    width: auto;
  }
}
/* line 322, ../scss/pages/_homepage.scss */
.page-template-page-homepage .homepage-block.parallax-container .parallax-level-1 {
  position: relative;
  z-index: 30;
  width: 100%;
  height: 70%;
  left: 0%;
  top: 0;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 1024px) {
  /* line 330, ../scss/pages/_homepage.scss */
  .page-template-page-homepage .homepage-block.parallax-container .parallax-level-1 img {
    height: 100%;
  }
}
/* line 340, ../scss/pages/_homepage.scss */
.page-template-page-homepage .homepage-block.parallax-container .text {
  position: absolute;
  z-index: 40;
  top: auto;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  text-align: center;
  color: white;
  bottom: 60%;
}
@media (max-width: 767px) {
  /* line 340, ../scss/pages/_homepage.scss */
  .page-template-page-homepage .homepage-block.parallax-container .text {
    bottom: 420px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 340, ../scss/pages/_homepage.scss */
  .page-template-page-homepage .homepage-block.parallax-container .text {
    bottom: 60%;
  }
}
/* line 361, ../scss/pages/_homepage.scss */
.page-template-page-homepage .homepage-block.parallax-container .text h1 {
  font-size: 60px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  /* line 361, ../scss/pages/_homepage.scss */
  .page-template-page-homepage .homepage-block.parallax-container .text h1 {
    font-size: 30px;
    padding: 50px;
  }
}
/* line 372, ../scss/pages/_homepage.scss */
.page-template-page-homepage .homepage-block.parallax-container .parallax-level-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: calc(60% + 120px);
}
/* line 380, ../scss/pages/_homepage.scss */
.page-template-page-homepage .homepage-block.parallax-container .parallax-level-2 img {
  width: auto;
  height: 100%;
  top: auto;
  bottom: 0;
}
@media (max-width: 767px) {
  /* line 380, ../scss/pages/_homepage.scss */
  .page-template-page-homepage .homepage-block.parallax-container .parallax-level-2 img {
    max-width: 1000%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(0%);
    width: auto;
    left: -350px;
    height: 550px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 380, ../scss/pages/_homepage.scss */
  .page-template-page-homepage .homepage-block.parallax-container .parallax-level-2 img {
    left: -53%;
    height: 100%;
    position: absolute;
    bottom: 0;
    width: auto;
    max-width: 100000%;
  }
}
/* line 411, ../scss/pages/_homepage.scss */
.page-template-page-homepage .homepage-block.parallax-container .parallax-level-3 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 60;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 1024px) {
  /* line 419, ../scss/pages/_homepage.scss */
  .page-template-page-homepage .homepage-block.parallax-container .parallax-level-3 img {
    position: absolute;
    bottom: 0;
    width: auto;
    top: auto;
    max-width: 1000000px;
    left: -200px;
    height: 693px;
  }
}
/* line 435, ../scss/pages/_homepage.scss */
.page-template-page-homepage .homepage-block.testimonials-container {
  position: relative;
  width: 100%;
  padding: 50px;
  margin-top: 100px;
}
@media (max-width: 767px) {
  /* line 435, ../scss/pages/_homepage.scss */
  .page-template-page-homepage .homepage-block.testimonials-container {
    padding: 25px;
  }
}
@media (min-width: 1025px) {
  /* line 435, ../scss/pages/_homepage.scss */
  .page-template-page-homepage .homepage-block.testimonials-container {
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
}
/* line 456, ../scss/pages/_homepage.scss */
.page-template-page-homepage .homepage-block.testimonials-container .owl-stage-outer {
  overflow: hidden;
}
/* line 460, ../scss/pages/_homepage.scss */
.page-template-page-homepage .homepage-block.testimonials-container .owl-stage {
  display: flex;
  flex-wrap: wrap;
}
/* line 465, ../scss/pages/_homepage.scss */
.page-template-page-homepage .homepage-block.testimonials-container .blocktitle {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
  padding: 0 50px;
  justify-content: center;
}
@media (max-width: 767px) {
  /* line 465, ../scss/pages/_homepage.scss */
  .page-template-page-homepage .homepage-block.testimonials-container .blocktitle {
    padding: 0;
  }
}
/* line 481, ../scss/pages/_homepage.scss */
.page-template-page-homepage .homepage-block.testimonials-container .testimonial.slide {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  align-items: center;
}
/* line 488, ../scss/pages/_homepage.scss */
.page-template-page-homepage .homepage-block.testimonials-container .testimonial.slide .slide-image {
  width: 50%;
}
@media (max-width: 767px) {
  /* line 488, ../scss/pages/_homepage.scss */
  .page-template-page-homepage .homepage-block.testimonials-container .testimonial.slide .slide-image {
    width: 100%;
    position: relative;
  }
}
/* line 497, ../scss/pages/_homepage.scss */
.page-template-page-homepage .homepage-block.testimonials-container .testimonial.slide .slide-content {
  width: 50%;
  padding: 50px;
  -webkit-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
}
@media (max-width: 767px) {
  /* line 497, ../scss/pages/_homepage.scss */
  .page-template-page-homepage .homepage-block.testimonials-container .testimonial.slide .slide-content {
    width: 100%;
    position: relative;
    padding: 0;
  }
}
/* line 508, ../scss/pages/_homepage.scss */
.page-template-page-homepage .homepage-block.testimonials-container .testimonial.slide .slide-content .text {
  max-width: 650px;
}
/* line 512, ../scss/pages/_homepage.scss */
.page-template-page-homepage .homepage-block.testimonials-container .testimonial.slide .slide-content .name {
  margin-top: 25px;
}
/* line 519, ../scss/pages/_homepage.scss */
.page-template-page-homepage .homepage-block.testimonials-container .owl-nav.disabled {
  display: none;
}
/* line 524, ../scss/pages/_homepage.scss */
.page-template-page-homepage .homepage-block.testimonials-container .owl-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
@media (max-width: 767px) {
  /* line 524, ../scss/pages/_homepage.scss */
  .page-template-page-homepage .homepage-block.testimonials-container .owl-dots {
    margin-top: 20px;
  }
}
/* line 535, ../scss/pages/_homepage.scss */
.page-template-page-homepage .homepage-block.testimonials-container .owl-dots .owl-dot {
  width: 7px;
  height: 7px;
  background: black;
  border-radius: 100%;
  border: none;
  box-shadow: none;
  margin: 0 10px;
  -webkit-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
}
/* line 545, ../scss/pages/_homepage.scss */
.page-template-page-homepage .homepage-block.testimonials-container .owl-dots .owl-dot.active {
  opacity: 0.5;
  width: 10px;
  height: 10px;
}
/* line 554, ../scss/pages/_homepage.scss */
.page-template-page-homepage .homepage-block.contact-info-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 50px;
  margin-top: 100px;
}
@media (max-width: 767px) {
  /* line 554, ../scss/pages/_homepage.scss */
  .page-template-page-homepage .homepage-block.contact-info-container {
    padding: 25px;
  }
}
/* line 569, ../scss/pages/_homepage.scss */
.page-template-page-homepage .homepage-block.contact-info-container .contact-info {
  text-align: center;
  width: 100%;
}
/* line 573, ../scss/pages/_homepage.scss */
.page-template-page-homepage .homepage-block.contact-info-container .contact-info .contact-text {
  max-width: 650px;
  margin: 0 auto;
  position: relative;
}
/* line 579, ../scss/pages/_homepage.scss */
.page-template-page-homepage .homepage-block.contact-info-container .contact-info .blocktitle {
  text-align: center;
  margin-bottom: 50px;
}
/* line 584, ../scss/pages/_homepage.scss */
.page-template-page-homepage .homepage-block.contact-info-container .contact-info a {
  text-decoration: underline;
}
/* line 588, ../scss/pages/_homepage.scss */
.page-template-page-homepage .homepage-block.contact-info-container .contact-info img {
  display: inline-block;
  width: 200px;
  vertical-align: middle;
  margin-bottom: 5px;
  margin-left: 5px;
}
/* line 596, ../scss/pages/_homepage.scss */
.page-template-page-homepage .homepage-block.contact-info-container .contact-info .mailchimp {
  display: flex;
  flex-wrap: wrap;
  margin: 0px auto;
}
/* line 601, ../scss/pages/_homepage.scss */
.page-template-page-homepage .homepage-block.contact-info-container .contact-info .mailchimp form#mc-embedded-subscribe-form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-bottom: solid 1px #CCC;
}
/* line 607, ../scss/pages/_homepage.scss */
.page-template-page-homepage .homepage-block.contact-info-container .contact-info .mailchimp form#mc-embedded-subscribe-form input[type="email"] {
  background: none;
  width: 80%;
  padding: 10px;
  border: none;
  box-shadow: none;
  outline: none;
}
/* line 617, ../scss/pages/_homepage.scss */
.page-template-page-homepage .homepage-block.contact-info-container .contact-info .mailchimp form#mc-embedded-subscribe-form input[type="submit"] {
  width: 20%;
  text-align: center;
  padding: 10px 35px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  color: black;
  letter-spacing: 1px;
  -webkit-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
  background: none;
  border: none;
  padding: 0;
}
/* line 173, ../scss/partials/_typography.scss */
.page-template-page-homepage .homepage-block.contact-info-container .contact-info .mailchimp form#mc-embedded-subscribe-form input[type="submit"]:hover {
  background: black;
  color: white;
}
/* line 628, ../scss/pages/_homepage.scss */
.page-template-page-homepage .homepage-block.contact-info-container .contact-info .newsletter {
  max-width: 650px;
  margin: 0 auto;
  margin-bottom: 50px;
}
/* line 634, ../scss/pages/_homepage.scss */
.page-template-page-homepage .homepage-block.contact-info-container .contact-info .newsletter .text {
  margin-bottom: 50px;
}
/* line 639, ../scss/pages/_homepage.scss */
.page-template-page-homepage .homepage-block.contact-info-container .contact-info .contact-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 100px auto;
  margin-top: 50px;
  max-width: 1000px;
}
/* line 649, ../scss/pages/_homepage.scss */
.page-template-page-homepage .homepage-block.contact-info-container .contact-info .contact-links .contact-link {
  padding: 0 25px;
  width: 25%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  /* line 649, ../scss/pages/_homepage.scss */
  .page-template-page-homepage .homepage-block.contact-info-container .contact-info .contact-links .contact-link {
    width: 100%;
    margin-bottom: 50px;
  }
}
/* line 663, ../scss/pages/_homepage.scss */
.page-template-page-homepage .homepage-block.contact-info-container .contact-info .contact-links .contact-link.newsletter {
  width: 50%;
}
@media (max-width: 767px) {
  /* line 663, ../scss/pages/_homepage.scss */
  .page-template-page-homepage .homepage-block.contact-info-container .contact-info .contact-links .contact-link.newsletter {
    width: 100%;
  }
}
/* line 670, ../scss/pages/_homepage.scss */
.page-template-page-homepage .homepage-block.contact-info-container .contact-info .contact-links .contact-link.newsletter .info {
  width: 100%;
}
/* line 673, ../scss/pages/_homepage.scss */
.page-template-page-homepage .homepage-block.contact-info-container .contact-info .contact-links .contact-link.newsletter .info #mc_embed_shell {
  width: 100%;
}
/* line 679, ../scss/pages/_homepage.scss */
.page-template-page-homepage .homepage-block.contact-info-container .contact-info .contact-links .contact-link .info {
  height: 48px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  width: 100%;
  text-align: center;
}
/* line 689, ../scss/pages/_homepage.scss */
.page-template-page-homepage .homepage-block.contact-info-container .contact-info .contact-links .contact-link .blocktitle {
  margin-bottom: 10px;
}

/* line 704, ../scss/pages/_homepage.scss */
.homepage-video-container {
  position: relative;
  margin: 100px auto;
}
@media (max-width: 767px) {
  /* line 708, ../scss/pages/_homepage.scss */
  .homepage-video-container.desktop-video-container {
    display: none;
  }
}
/* line 714, ../scss/pages/_homepage.scss */
.homepage-video-container.mobile-video-container {
  position: relative;
}
@media (min-width: 1025px) {
  /* line 714, ../scss/pages/_homepage.scss */
  .homepage-video-container.mobile-video-container {
    display: none;
  }
}
/* line 721, ../scss/pages/_homepage.scss */
.homepage-video-container.mobile-video-container .iframe-container {
  padding-top: 127%;
}
/* line 727, ../scss/pages/_homepage.scss */
.homepage-video-container .cover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  -webkit-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
}
/* line 737, ../scss/pages/_homepage.scss */
.overlay-video-visible .homepage-video-container .cover-overlay {
  opacity: 0;
  visibility: hidden;
}
/* line 742, ../scss/pages/_homepage.scss */
.homepage-video-container .cover-overlay .video-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  width: 100px;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
}
/* line 755, ../scss/pages/_homepage.scss */
.homepage-video-container .cover-overlay .video-button svg {
  width: 100%;
  fill: white;
  height: auto;
}
/* line 762, ../scss/pages/_homepage.scss */
.homepage-video-container .cover-overlay .cover-image {
  width: 100%;
  height: 100%;
}
/* line 766, ../scss/pages/_homepage.scss */
.homepage-video-container .cover-overlay .cover-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 774, ../scss/pages/_homepage.scss */
.homepage-video-container .iframe-container {
  position: relative;
  padding-top: 56.3%;
}
/* line 778, ../scss/pages/_homepage.scss */
.homepage-video-container .iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 788, ../scss/pages/_homepage.scss */
.instagram-feed {
  position: relative;
  margin-top: 100px;
}
/* line 792, ../scss/pages/_homepage.scss */
.instagram-feed .blocktitle {
  text-align: center;
}
/* line 796, ../scss/pages/_homepage.scss */
.instagram-feed .sbi_item {
  position: relative;
}
/* line 800, ../scss/pages/_homepage.scss */
.instagram-feed .sbi_item:hover .sbi_info_wrapper {
  opacity: 1;
}
/* line 804, ../scss/pages/_homepage.scss */
.instagram-feed .sbi_item .sbi_info_wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
  padding-top: 50px;
}
/* line 819, ../scss/pages/_homepage.scss */
.instagram-feed .instagram-cols {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  position: relative;
}
/* line 825, ../scss/pages/_homepage.scss */
.instagram-feed .instagram-cols .sbi_info {
  display: block !important;
}
/* line 829, ../scss/pages/_homepage.scss */
.instagram-feed .instagram-cols .col-1 {
  width: 50%;
}
/* line 832, ../scss/pages/_homepage.scss */
.instagram-feed .instagram-cols .col-1 .sbi_item {
  position: relative;
}
/* line 836, ../scss/pages/_homepage.scss */
.instagram-feed .instagram-cols .col-2 {
  width: 100%;
  padding: 0 50px;
}
@media (max-width: 767px) {
  /* line 836, ../scss/pages/_homepage.scss */
  .instagram-feed .instagram-cols .col-2 {
    padding: 0;
  }
}
/* line 849, ../scss/pages/_homepage.scss */
.instagram-feed .instagram-gallery__actions {
  display: none !important;
}

/* line 1, ../scss/pages/_header.scss */
header {
  padding: 10px 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 999;
  color: white;
  -webkit-transition: all ease-out 1s;
  transition: all ease-out 1s;
}
@media (max-width: 767px) {
  /* line 1, ../scss/pages/_header.scss */
  header {
    padding: 0 10px;
  }
  /* line 20, ../scss/pages/_header.scss */
  .scrolled header {
    background: #EAEEF4;
  }
}
/* line 25, ../scss/pages/_header.scss */
header[data-state="header-visible"] {
  top: 0;
}
/* line 29, ../scss/pages/_header.scss */
header[data-state="header-hide"] {
  top: -150px;
}
/* line 33, ../scss/pages/_header.scss */
.scrolled header {
  color: black;
}
/* line 37, ../scss/pages/_header.scss */
header .logo {
  order: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50px;
  -webkit-transition: color ease-out 1s;
  transition: color ease-out 1s;
  color: inherit;
}
@media (max-width: 767px) {
  /* line 37, ../scss/pages/_header.scss */
  header .logo {
    left: 0;
    width: 100%;
    -moz-transform: tanslateY(0);
    -o-transform: tanslateY(0);
    -ms-transform: tanslateY(0);
    -webkit-transform: tanslateY(0);
    transform: tanslateY(0);
    top: 40px;
  }
}
/* line 62, ../scss/pages/_header.scss */
header .logo svg {
  width: auto;
  height: calc( 150px - 30px);
}
/* line 67, ../scss/pages/_header.scss */
header .logo span.tour {
  text-transform: uppercase;
  font-size: 30px;
}
/* line 72, ../scss/pages/_header.scss */
header .logo span.de {
  text-transform: lowercasse;
  font-style: italic;
  font-size: 25px;
}
/* line 78, ../scss/pages/_header.scss */
header .logo span.force {
  text-transform: uppercase;
  font-size: 30px;
}
/* line 84, ../scss/pages/_header.scss */
header .main-menu-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  -moz-transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  padding-right: 50px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 84, ../scss/pages/_header.scss */
  header .main-menu-container {
    width: 65%;
    left: 35%;
  }
}
@media (max-width: 767px) {
  /* line 84, ../scss/pages/_header.scss */
  header .main-menu-container {
    width: 100%;
    left: 0;
    -moz-transform: translatey(0%);
    -o-transform: translatey(0%);
    -ms-transform: translatey(0%);
    -webkit-transform: translatey(0%);
    transform: translatey(0%);
    top: 70px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
/* line 116, ../scss/pages/_header.scss */
header .main-menu-container a.instagram-link {
  margin-left: 20px;
  line-height: 1;
  top: 3px;
  position: relative;
}
/* line 124, ../scss/pages/_header.scss */
header .main-menu-container a.instagram-link svg {
  width: 20px;
  height: 20px;
  fill: inherit;
  -webkit-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
  fill: white;
}
/* line 133, ../scss/pages/_header.scss */
.scrolled header .main-menu-container a.instagram-link svg {
  fill: black;
}
/* line 139, ../scss/pages/_header.scss */
header .main-menu-container ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 0;
}
@media (max-width: 767px) {
  /* line 139, ../scss/pages/_header.scss */
  header .main-menu-container ul {
    justify-content: center;
  }
}
/* line 149, ../scss/pages/_header.scss */
header .main-menu-container ul li {
  margin-left: 20px;
  cursor: pointer;
  color: inherit;
  -webkit-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
}
@media (max-width: 767px) {
  /* line 149, ../scss/pages/_header.scss */
  header .main-menu-container ul li {
    margin-left: 12px;
  }
}
@media (max-width: 767px) {
  /* line 163, ../scss/pages/_header.scss */
  header .header-logo {
    width: 45%;
  }
  /* line 167, ../scss/pages/_header.scss */
  header .header-logo svg {
    width: 100%;
    fill: black;
  }
}
/* line 174, ../scss/pages/_header.scss */
header .menu-icon {
  cursor: pointer;
  position: absolute;
  top: 50px;
  right: 50px;
  z-index: 10;
  text-transform: uppercase;
  color: black;
  -webkit-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
  ffont-family: 'Sohne-Breit_Bold';
  letter-spacing: 1px;
}
/* line 188, ../scss/pages/_header.scss */
header .menu-icon:hover {
  text-decoration: underline;
  color: #AA8849;
}
/* line 193, ../scss/pages/_header.scss */
.menu-visible header .menu-icon {
  color: #AA8849;
}

/* line 231, ../scss/pages/_header.scss */
.footer {
  display: flex;
  flex-wrap: wrap;
  padding: 50px;
  font-size: 16px;
  position: relative;
  z-index: 100;
}
/* line 240, ../scss/pages/_header.scss */
.footer a:hover {
  text-decoration: underline;
}
/* line 245, ../scss/pages/_header.scss */
.footer .footer-contact {
  width: 50%;
  font-size: 20px;
}
/* line 249, ../scss/pages/_header.scss */
.footer .footer-contact a {
  text-decoration: underline;
}
/* line 254, ../scss/pages/_header.scss */
.footer .footer-menus {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 50%;
}
/* line 260, ../scss/pages/_header.scss */
.footer .footer-menus .footer-menu {
  margin-left: 100px;
}

@media (max-width: 767px) {
  /* line 266, ../scss/pages/_header.scss */
  .footer-note {
    width: 100%;
    text-align: center;
  }
}

/* line 2, ../scss/pages/_landing.scss */
.page-template-page-landing .header {
  display: none;
}
/* line 6, ../scss/pages/_landing.scss */
.page-template-page-landing .footer {
  display: none;
}
/* line 10, ../scss/pages/_landing.scss */
.page-template-page-landing .landing-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
/* line 17, ../scss/pages/_landing.scss */
.page-template-page-landing .landing-video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
}
@media (min-aspect-ratio: 16 / 9) {
  /* line 17, ../scss/pages/_landing.scss */
  .page-template-page-landing .landing-video iframe {
    /* height = 100 * (9 / 16) = 56.25 */
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16 / 9) {
  /* line 17, ../scss/pages/_landing.scss */
  .page-template-page-landing .landing-video iframe {
    /* width = 100 / (9 / 16) = 177.777777 */
    width: 177.78vh;
  }
}
/* line 37, ../scss/pages/_landing.scss */
.page-template-page-landing .skip {
  position: absolute;
  z-index: 11;
  top: 50px;
  right: 50px;
  opacity: 0;
  animation: fadeIn;
  animation-duration: 2s;
  animation-delay: 7s;
  animation-fill-mode: forwards;
}
/* line 48, ../scss/pages/_landing.scss */
.page-template-page-landing .skip a {
  color: white;
}
/* line 52, ../scss/pages/_landing.scss */
.page-template-page-landing .skip svg {
  width: 40px;
  fill: white;
  -webkit-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
}
/* line 58, ../scss/pages/_landing.scss */
.page-template-page-landing .skip svg:hover {
  fill: black;
}
/* line 64, ../scss/pages/_landing.scss */
.page-template-page-landing .large-logo {
  position: fixed;
  top: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  color: white;
  width: 100%;
  opacity: 0;
  animation: fadeInUpCenter;
  animation-duration: 2s;
  animation-delay: 3s;
  animation-fill-mode: forwards;
}
/* line 82, ../scss/pages/_landing.scss */
.page-template-page-landing .large-logo span.tour {
  text-transform: uppercase;
  font-size: 50px;
}
/* line 87, ../scss/pages/_landing.scss */
.page-template-page-landing .large-logo span.de {
  text-transform: lowercasse;
  font-style: italic;
  font-size: 45px;
}
/* line 93, ../scss/pages/_landing.scss */
.page-template-page-landing .large-logo span.force {
  text-transform: uppercase;
  font-size: 50px;
}

/* line 152, ../scss/style.scss */
body {
  scroll-behavior: smooth;
  background: #EAEEF4;
  -webkit-transition: background ease-out 0.6s;
  transition: background ease-out 0.6s;
  --ion-safe-area-top: env(safe-area-inset-top);
  --ion-safe-area-bottom: env(safe-area-inset-bottom);
}
/* line 163, ../scss/style.scss */
body p {
  hyphens: none !important;
  -webkit-hyphens: none !important;
}
/* line 168, ../scss/style.scss */
body.dark {
  background: black;
  color: white;
}
/* line 173, ../scss/style.scss */
body * {
  box-sizing: border-box;
}
/* line 177, ../scss/style.scss */
body input {
  border-radius: none !important;
}
/* line 181, ../scss/style.scss */
body img {
  max-width: 100%;
}

/* line 186, ../scss/style.scss */
.overlay-state {
  overflow: hidden;
}

/* line 191, ../scss/style.scss */
.body-loaded .scaleIn {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* line 196, ../scss/style.scss */
.scaleIn {
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: transform cubic-bezier(0.79, 0.01, 0.25, 0.99) 0.9s;
  transition: transform cubic-bezier(0.79, 0.01, 0.25, 0.99) 0.9s;
}

/* line 201, ../scss/style.scss */
.main-content {
  position: relative;
}

/* line 205, ../scss/style.scss */
.page-title {
  position: relative;
  margin: 50px auto;
  text-align: center;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* line 214, ../scss/style.scss */
.transition-in {
  position: fixed;
  width: 100%;
  background: #83A2C6;
  z-index: 999;
  -webkit-transition: all cubic-bezier(0.79, 0.01, 0.25, 0.99) 0.9s;
  transition: all cubic-bezier(0.79, 0.01, 0.25, 0.99) 0.9s;
  bottom: 0;
  height: 0;
}
/* line 225, ../scss/style.scss */
.transition-in.show {
  height: 100%;
}

/* line 230, ../scss/style.scss */
.transition-out {
  position: fixed;
  width: 100%;
  background: #83A2C6;
  z-index: 999;
  height: 100%;
  -webkit-transition: all cubic-bezier(0.79, 0.01, 0.25, 0.99) 1s;
  transition: all cubic-bezier(0.79, 0.01, 0.25, 0.99) 1s;
  bottom: 0;
}
/* line 241, ../scss/style.scss */
.body-loaded .transition-out {
  height: 0;
}

/* line 246, ../scss/style.scss */
.mobileoverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 999;
  color: white;
  display: none;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 1024px) {
  /* line 246, ../scss/style.scss */
  .mobileoverlay {
    display: none;
  }
}

@keyframes morphTop {
  0%,100% {
    border-radius: 0% 0% 0% 0%;
  }
  34% {
    border-radius: 0% 60% 40% 0%;
  }
  67% {
    border-radius: 0% 20% 0% 0%;
  }
}
/* line 282, ../scss/style.scss */
a {
  text-decoration: none;
  color: inherit;
  outline: none;
  box-shadow: none;
}
