@charset "UTF-8";
@import url("https://use.typekit.net/tsm2ddr.css");
html {
  box-sizing: border-box; }

html, body {
  width: 100vw;
  height: 100vh; }

*, *:before, *:after {
  box-sizing: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  padding: 0; }
  body ::-moz-selection {
    background: #83D0F5;
    color: white; }
  body ::selection {
    background: #83D0F5;
    color: white; }

::-webkit-scrollbar {
  display: none; }

.wrapper {
  z-index: 0; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

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

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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.
 */
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.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! locomotive-scroll v3.4.1 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
  overflow: hidden; }

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh; }

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100vh;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0; }

.c-scrollbar:hover {
  transform: scaleX(1.45); }

.c-scrollbar:hover, .has-scroll-scrolling .c-scrollbar, .has-scroll-dragging .c-scrollbar {
  opacity: 1; }

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: -webkit-grab;
  cursor: grab; }

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* My Style ----------------------------- */
body {
  color: #222; }

p.lead {
  font-size: 1.5em; }

span.icon {
  display: inline-block;
  margin: 0;
  padding: 40px 0;
  font-size: 6em; }

.placeholder {
  width: 100%;
  height: 600px;
  margin: 40px 0;
  background: #e7d0ca; }

.visible, .invisible {
  opacity: 0.0;
  transition: opacity 0.5s ease; }

.visible {
  opacity: 1.0; }

.section2 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 3rem 0; }

.section2 h2 {
  font-size: 3rem;
  line-height: 1.4;
  margin: 0;
  clear: both;
  display: inline-block;
  white-space: nowrap; }

.color-section {
  background: blue;
  transition: 2s;
  padding-bottom: 50vh; }
  .color-section.is-inview {
    background: black; }

.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto; }

.container-fluid, .container {
  padding-right: 1rem;
  padding-left: 1rem; }
  @media only screen and (min-width: 599px) {
    .container-fluid, .container {
      padding-right: 5rem;
      padding-left: 5rem; } }

.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%; }

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%; }

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%; }

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%; }

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%; }

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%; }

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%; }

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%; }

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-0 {
  margin-left: 0; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

@media only screen and (min-width: 48em) {
  .container {
    width: 49rem; }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-0 {
    margin-left: 0; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media only screen and (min-width: 64em) {
  .container {
    width: 65rem; }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-0 {
    margin-left: 0; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media only screen and (min-width: 75em) {
  .container {
    width: 76rem; }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-0 {
    margin-left: 0; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-resp {
  display: none; }
  @media only screen and (min-width: 599px) {
    .u-resp {
      display: block; } }

.u-greenblock {
  min-height: 100vh;
  color: white;
  background-image: url("../images/background-green.png");
  display: flex;
  align-items: center; }
  .u-greenblock h4 {
    margin-top: 3rem;
    margin-bottom: 1rem; }
    .u-greenblock h4:first-child {
      margin-top: 0; }
  .u-greenblock h1, .u-greenblock h2, .u-greenblock h3, .u-greenblock h4, .u-greenblock h5, .u-greenblock h6, .u-greenblock p {
    color: white; }

.u-full-width {
  min-width: 100%;
  box-sizing: border-box; }

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }

.u-pull-right {
  float: right; }

.u-pull-left {
  float: left; }

.u-full-height {
  min-height: 100vh; }

.u-quarter-height {
  height: 25vh; }

.u-full-sec-height {
  height: 100vh; }

.center-box {
  display: flex;
  align-items: center;
  justify-content: center; }

.vertical-center {
  display: flex;
  align-items: center; }

.medium-margin-top {
  padding-top: 3rem; }

.small-padding {
  padding: 0 1rem; }

.medium-small-padding {
  padding: 0 2rem; }

.medium-padding {
  padding: 0 3rem; }

.medium-large-padding {
  padding: 0 5rem; }

.large-padding {
  padding: 1rem; }
  @media (min-width: 900px) {
    .large-padding {
      padding: 0 6rem; } }

.xlarge-padding {
  padding: 0 9rem; }

.xxlarge-padding {
  padding: 0 11rem; }

.small-padding-full {
  padding: 1rem; }

.medium-small-padding-full {
  padding: 2rem; }

.medium-padding-full {
  padding: 1rem; }
  @media (min-width: 900px) {
    .medium-padding-full {
      padding: 3rem; } }

.medium-large-padding-full {
  padding: 5rem; }

.large-padding-full {
  padding: 6rem; }

.xlarge-padding-full {
  padding: 9rem; }

.xxlarge-padding-full {
  padding: 11rem; }

.small-margin {
  margin: 1rem 0; }

.medium-small-margin {
  margin: 2rem 0; }

.medium-margin {
  margin: 3rem 0; }

.medium-large-margin {
  margin: 5rem 0; }

.large-margin {
  margin: 6rem 0; }

.xlarge-margin {
  margin: 9rem 0; }

.xxlarge-margin {
  margin: 11rem 0; }

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/
.u-cf {
  content: "";
  display: table;
  clear: both; }

.no-margin {
  margin: 0; }

.white-section {
  background: #FFF;
  box-shadow: 10px 3px 36px rgba(0, 0, 0, 0.06);
  border-radius: 9px;
  margin: 1rem 0 0;
  padding: 1rem;
  width: 100%;
  overflow: hidden; }
  @media only screen and (min-width: 599px) {
    .white-section {
      padding: 1rem 3rem 1rem;
      margin: 3rem 0 0; } }
  .white-section h2 {
    text-align: left;
    border-bottom: solid #F3F6FF 2px;
    padding-bottom: 1rem; }

.block-sm, .block-md, .block-lg {
  display: flex;
  align-items: center; }
  .block-sm p, .block-md p, .block-lg p {
    margin: 0.5rem 0; }

.block-sm {
  margin: 1rem 0 0; }

.block-md {
  margin: 3rem 0 0; }

.block-lg {
  margin: 6rem 0 0; }

.image_container {
  background-size: cover;
  background-position: center;
  min-height: 30rem;
  display: block;
  position: relative; }

.o-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -555555555;
  transition: background .5s;
  background-size: cover;
  background-position: center;
  background-image: url("../images/background.png"); }
  .o-overlay-green {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity .5s;
    z-index: -55555555;
    background-image: url("../images/background-green.png");
    background-size: cover;
    background-position: center; }

@font-face {
  font-family: 'Canela';
  src: url("../fonts/Canela-Light-Web.woff2") format("woff2"), url("../fonts/Canela-Light-Web.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal; }

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container a {
  border-bottom: 1.5px solid #202020; }
  .container a:hover {
    color: #8F9A8B;
    transition: all 0.5s ease-out;
    border-bottom: 1.5px solid #8F9A8B; }

.u-greenblock .container a {
  border-bottom: 1.5px solid white;
  color: white; }
  .u-greenblock .container a:hover {
    color: #202020;
    transition: all 0.5s ease-out;
    border-bottom: 1.5px solid #202020; }

.a-button {
  padding: 1.2rem 2rem;
  background-image: url("../images/background-button.png");
  background-size: cover;
  background-position: center;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 14px;
  color: white;
  display: inline-block;
  border: none !important;
  transition: all 0.5s ease-out;
  cursor: pointer; }
  .a-button:hover {
    background-image: url("../images/background-button-black.png");
    color: white !important; }
  .a-button.margin-top {
    margin-top: 3rem; }

.a-button__secondary {
  padding: 1rem 3rem;
  background-image: url("../images/background-button-white.png");
  background-size: cover;
  background-position: center;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 14px;
  border: none !important;
  color: #202020;
  display: inline-block;
  transition: all 0.5s ease-out;
  cursor: pointer; }
  .a-button__secondary:hover {
    background-image: url("../images/background-button-black.png");
    color: #FFF !important; }

.a-button__tertiary {
  padding: 1rem 2rem;
  background-size: cover;
  background-position: center;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 14px;
  border: 1.5px solid #202020;
  color: #202020;
  display: inline-block;
  transition: all 0.5s ease-out; }
  .a-button__tertiary:hover {
    opacity: .5; }

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  border-color: #202020; }

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  text-decoration: none;
  color: #202020;
  opacity: 1; }

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }

ol {
  list-style: decimal inside; }

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

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }

/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.resp {
  display: none; }

@media (min-width: 550px) {
  .resp {
    display: block; } }

/* Larger than mobile */
/* Larger than phablet (also point when grid becomes active) */
/* Larger than tablet */
@media (min-width: 750px) {
  .o-header__container--nav {
    display: flex; } }

/* Larger than desktop */
/* Larger than Desktop HD */
/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html {
  font-family: neue-haas-grotesk-display, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  max-width: 100vw;
  letter-spacing: .4px; }

@media only screen and (min-width: 599px) {
  section.margin {
    margin-top: 9rem;
    margin-bottom: 9rem; } }

@media only screen and (min-width: 599px) {
  section.padding {
    padding-top: 9rem;
    padding-bottom: 9rem; } }

p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 25.888px;
  line-height: 1.618rem;
  margin: 0;
  font-family: "Canela";
  margin-bottom: 1rem;
  color: #202020; }

h1 {
  font-size: 56px;
  font-size: 3.5rem;
  line-height: 79.99992px;
  line-height: 4.99999rem;
  margin: 0 0 1rem;
  color: #202020;
  font-weight: 200;
  font-family: "Canela"; }
  @media only screen and (max-width: 599px) {
    h1 {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 34.28568px;
      line-height: 2.14285rem; } }

h2 {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 57.1428px;
  line-height: 3.57142rem;
  font-weight: 200;
  letter-spacing: -1px;
  font-family: "Canela"; }
  @media only screen and (max-width: 599px) {
    h2 {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 34.28568px;
      line-height: 2.14285rem; } }

h3 {
  color: #202020;
  font-weight: 200;
  font-family: "Canela";
  margin: 0;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 57.1428px;
  line-height: 3.57142rem; }
  @media only screen and (max-width: 599px) {
    h3 {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 34.28568px;
      line-height: 2.14285rem; } }

h4 {
  margin: 0;
  font-weight: 200;
  font-family: "Canela";
  font-size: 32px;
  font-size: 2rem;
  line-height: 45.71424px;
  line-height: 2.85714rem; }

h5 {
  margin: 0;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 38.832px;
  line-height: 2.427rem;
  font-weight: 200;
  font-family: "Canela"; }
  h5.margin {
    margin-bottom: 2rem; }

h6 {
  font-weight: 200;
  font-family: "Canela";
  margin: 0;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 25.71426px;
  line-height: 1.60714rem; }

.captian {
  font-size: 0.875rem;
  color: #999999;
  margin: 0; }

.quote:after {
  content: '\0022'; }

.quote:before {
  content: '\0022'; }

.text-right {
  text-align: right; }

.left_line {
  border-left: 2px solid #F3F6FF;
  padding-left: 1rem; }

.name-space {
  margin-top: 3rem; }
  .name-space * {
    margin: 0; }

.a-titleblock {
  margin: 5rem 0 5rem; }

/* Hamburger
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.a-hamburger {
  cursor: pointer;
  top: 3rem;
  right: 3rem;
  position: absolute;
  height: 3rem;
  width: 2rem;
  background-image: url("../images/icon/hamburger.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }
  @media (min-width: 550px) {
    .a-hamburger {
      display: none; } }

.image {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFFFFF05;
  padding: 0;
  margin: 0;
  position: relative; }
  .image::after {
    content: "";
    padding-bottom: 75%; }

.o-page-intro #block2 {
  display: none;
  height: 100vh;
  transition: 2s; }
  @media only screen and (min-width: 599px) {
    .o-page-intro #block2 {
      display: block; } }
  .o-page-intro #block2.is-inview {
    transition: 2s; }

.o-page-intro .mobile {
  display: block;
  height: 100vh;
  background-position: center;
  width: 100vw;
  background-size: cover; }
  @media only screen and (min-width: 599px) {
    .o-page-intro .mobile {
      display: none; } }

.o-story {
  display: flex;
  align-items: center;
  text-align: center; }
  @media only screen and (min-width: 599px) {
    .o-story {
      margin-top: 0.5rem;
      margin-bottom: 0.5rem;
      text-align: left; } }
  .o-story h1, .o-story h2, .o-story h3, .o-story h4, .o-story h5, .o-story h6, .o-story p, .o-story a {
    text-align: center; }
    @media only screen and (min-width: 599px) {
      .o-story h1, .o-story h2, .o-story h3, .o-story h4, .o-story h5, .o-story h6, .o-story p, .o-story a {
        text-align: left; } }
  .o-story h2 {
    margin: 0;
    margin-bottom: 3rem; }
  .o-story h5 {
    margin: 0; }
  .o-story p {
    font-family: "Canela"; }
  .o-story a {
    margin-top: 3rem; }
  .o-story__image-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    background-size: cover;
    background-position: center;
    padding-bottom: 150%; }
    .o-story__image-container .figure {
      width: 6rem;
      height: 6rem;
      background-image: url("../images/painting/4.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      position: absolute;
      display: block;
      right: -2.5rem;
      bottom: 0; }
  .o-story__content {
    transition-property: opacity;
    transition-duration: 5s;
    transition-delay: 2s; }
    .o-story__content.is-inview {
      transition-property: opacity;
      transition-duration: 1s;
      transition-delay: .5s;
      opacity: 1; }

.o-about {
  display: flex;
  justify-content: center;
  align-items: center; }
  @media only screen and (min-width: 599px) {
    .o-about {
      min-height: 100vh; } }
  .o-about h3 {
    text-align: center; }

.o-full-page {
  height: 100vh;
  min-height: 100%;
  display: flex;
  overflow: hidden;
  flex-direction: column; }
  .o-full-page__image {
    background-size: cover;
    background-position: center;
    flex: 1;
    transition: margin .7s;
    margin: -5rem; }
    .o-full-page__image.is-inview {
      transition: margin .7s;
      margin: 0; }

.o-green-block {
  display: flex;
  align-items: center; }
  @media only screen and (min-width: 599px) {
    .o-green-block {
      background-image: url("../images/background-green.png");
      padding-top: 6rem;
      padding-bottom: 6rem; } }
  .o-green-block .row {
    min-height: 95vh; }
  .o-green-block__images {
    min-height: 50vh;
    position: relative; }
    @media only screen and (min-width: 599px) {
      .o-green-block__images {
        height: auto; } }
    .o-green-block__images--image {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-image: url("../images/barabas/8.jpg");
      background-size: cover;
      background-position: center; }
      .o-green-block__images--image.is-inview {
        transition: opacity .4s;
        opacity: 1; }
    .o-green-block__images::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 1;
      background-image: url("../images/barabas/1.jpg");
      background-size: cover;
      background-position: center; }
    .o-green-block__images .o-green-block__images--image:nth-child(1).is-inview {
      transition-delay: calc(1 * 2s); }
    .o-green-block__images .o-green-block__images--image:nth-child(2).is-inview {
      transition-delay: calc(2 * 2s); }
    .o-green-block__images .o-green-block__images--image:nth-child(3).is-inview {
      transition-delay: calc(3 * 2s); }
    .o-green-block__images .o-green-block__images--image:nth-child(4).is-inview {
      transition-delay: calc(4 * 2s); }
    .o-green-block__images .o-green-block__images--image:nth-child(5).is-inview {
      transition-delay: calc(5 * 2s); }
    .o-green-block__images .o-green-block__images--image:nth-child(6).is-inview {
      transition-delay: calc(6 * 2s); }
    .o-green-block__images .o-green-block__images--image:nth-child(7).is-inview {
      transition-delay: calc(7 * 2s); }
    .o-green-block__images .o-green-block__images--image:nth-child(8).is-inview {
      transition-delay: calc(8 * 2s); }
    .o-green-block__images .o-green-block__images--image:nth-child(9).is-inview {
      transition-delay: calc(9 * 2s); }
    .o-green-block__images .o-green-block__images--image:nth-child(10).is-inview {
      transition-delay: calc(10 * 2s); }
    .o-green-block__images .o-green-block__images--image:nth-child(11).is-inview {
      transition-delay: calc(11 * 2s); }
    .o-green-block__images .o-green-block__images--image:nth-child(12).is-inview {
      transition-delay: calc(12 * 2s); }
    .o-green-block__images .o-green-block__images--image:nth-child(13).is-inview {
      transition-delay: calc(13 * 2s); }
    .o-green-block__images .o-green-block__images--image:nth-child(14).is-inview {
      transition-delay: calc(14 * 2s); }
    .o-green-block__images .o-green-block__images--image:nth-child(15).is-inview {
      transition-delay: calc(15 * 2s); }
    .o-green-block__images .o-green-block__images--image:nth-child(16).is-inview {
      transition-delay: calc(16 * 2s); }
    .o-green-block__images .o-green-block__images--image:nth-child(17).is-inview {
      transition-delay: calc(17 * 2s); }
    .o-green-block__images .o-green-block__images--image:nth-child(18).is-inview {
      transition-delay: calc(18 * 2s); }
    .o-green-block__images .o-green-block__images--image:nth-child(19).is-inview {
      transition-delay: calc(19 * 2s); }
    .o-green-block__images .o-green-block__images--image:nth-child(20).is-inview {
      transition-delay: calc(20 * 2s); }
  .o-green-block__content {
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5rem 0; }
    @media only screen and (min-width: 599px) {
      .o-green-block__content {
        background-image: url("../images/background.png"); } }
    .o-green-block__content ul {
      width: 80%;
      position: relative;
      text-align: center; }
      .o-green-block__content ul li {
        font-family: "Canela";
        font-size: 16px;
        font-size: 1rem;
        line-height: 25.888px;
        line-height: 1.618rem;
        list-style: none;
        text-align: center; }
        @media only screen and (min-width: 599px) {
          .o-green-block__content ul li {
            font-size: 18px;
            font-size: 1.125rem;
            line-height: 36px;
            line-height: 2.25rem; } }
      .o-green-block__content ul a {
        text-align: center;
        position: relative;
        margin-top: 3rem; }
      .o-green-block__content ul.is-inview li {
        opacity: 1;
        transition: opacity .8s; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-ms-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.spacer {
  height: 20rem; }

.c-fixed_wrapper {
  position: relative;
  overflow: hidden; }
  @media only screen and (min-width: 599px) {
    .c-fixed_wrapper {
      height: 100vh; } }
  @media (max-width: 600px) {
    .c-fixed_wrapper {
      height: 50vh; } }

.c-fixed_target {
  position: absolute;
  top: -100vh;
  bottom: -100vh;
  right: 0;
  left: 0; }

h3 {
  transition: opacity 1s; }
  h3.is-inview {
    transition: opacity 1s;
    opacity: 1; }

.c-fixed {
  position: absolute;
  top: -100vh;
  right: 0;
  left: 0;
  height: 100%;
  background-size: cover;
  background-position: center center;
  mix-blend-mode: multiply;
  transition: margin 1s; }
  html:not(.has-scroll-smooth) .c-fixed {
    top: 0; }

.o-breakfast {
  background-image: url("../images/background-green.png");
  min-height: 100vh;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  color: white; }
  .o-breakfast h3 {
    margin-top: 0.5rem;
    color: white; }
  .o-breakfast p {
    margin-top: 2rem;
    font-family: "Canela";
    color: white; }
  .o-breakfast a {
    margin-top: 3rem; }

.o-sanseveria {
  background-image: url("../images/background-green.png");
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  flex-wrap: wrap;
  flex: 1;
  text-align: center;
  padding-top: 6rem;
  padding-bottom: 6rem; }
  @media only screen and (min-width: 599px) {
    .o-sanseveria {
      text-align: left; } }
  .o-sanseveria p {
    color: white;
    margin-top: 1rem; }
  .o-sanseveria h5 {
    color: white; }
  .o-sanseveria a {
    margin-top: 2rem; }
  .o-sanseveria__image-container {
    height: 50vh;
    margin-bottom: 5rem;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition-delay: 0; }
    @media only screen and (min-width: 599px) {
      .o-sanseveria__image-container {
        height: auto;
        margin-bottom: 0; } }
    .o-sanseveria__image-container img {
      width: 110%;
      transition: width 2s; }

.image-container img {
  width: 100%; }

.o-location {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center; }
  .o-location h3 {
    margin-top: 0.5rem; }
  .o-location p {
    margin-top: 2rem;
    font-family: "Canela"; }
  .o-location a {
    margin-top: 3rem; }

.o-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 100vh; }
  .o-banner div {
    display: flex;
    justify-content: center;
    align-items: center; }
  .o-banner h1 {
    z-index: 500;
    position: absolute;
    text-align: center;
    width: 50%;
    font-weight: 200;
    transition: opacity 1s;
    transition-delay: 1s;
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 57.1428px;
    line-height: 3.57142rem; }
    @media only screen and (min-width: 599px) {
      .o-banner h1 {
        font-size: 108px;
        font-size: 6.75rem;
        line-height: 154.28556px;
        line-height: 9.64285rem;
        line-height: 1; } }
    .o-banner h1.is-inview {
      transition: opacity 1s;
      opacity: 1; }
  .o-banner img {
    position: absolute;
    display: block;
    height: 50%; }
    @media only screen and (min-width: 599px) {
      .o-banner img {
        height: 75%; } }

/*
.fall {
	transition: clip-path 1s;
	transition-delay: .2s;
	clip-path: inset(0 0 100% 0);
	&.is-inview {
		transition: clip-path 1s;
		transition-delay: .2s;
		clip-path: inset(0 0 0 0);
	}
}
*/
.o-subpage-intro {
  min-height: 75vh;
  padding-top: 6rem;
  padding-bottom: 3rem; }
  .o-subpage-intro h4 {
    margin-bottom: 1rem; }
  @media only screen and (min-width: 599px) {
    .o-subpage-intro {
      padding-top: 11rem; }
      .o-subpage-intro p {
        margin-top: 1rem; }
      .o-subpage-intro h6 {
        margin-bottom: 0.5rem; }
      .o-subpage-intro h4 {
        margin-bottom: 0; } }

.o-location {
  flex-direction: column; }
  @media only screen and (min-width: 599px) {
    .o-location {
      margin-top: 0;
      margin-bottom: 0;
      flex-direction: row; } }
  .o-location img {
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem; }
    @media only screen and (min-width: 599px) {
      .o-location img {
        width: 80%; } }
  .o-location__right {
    text-align: left; }
    .o-location__right img {
      width: 100%; }
  .o-location__left {
    display: flex;
    align-items: flex-end;
    position: relative;
    height: 100%; }
  .o-location .o-full-page {
    margin-top: 3rem; }

.o-dinnergift {
  margin-top: 6rem; }
  @media only screen and (min-width: 599px) {
    .o-dinnergift {
      margin-top: 11rem; } }

.o-gift {
  margin-top: 6rem; }
  @media only screen and (min-width: 599px) {
    .o-gift {
      margin-top: 11rem; } }

.o-events {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 3rem;
  padding: 10px;
  grid-template-columns: auto; }
  @media only screen and (min-width: 599px) {
    .o-events {
      grid-template-columns: auto auto auto; } }
  .o-events__block {
    text-align: center;
    font-size: 30px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; }
    .o-events__block::after {
      content: "";
      padding-bottom: 125%; }
    .o-events__block--background {
      position: absolute;
      display: flex;
      width: 100%;
      height: 140%;
      background-size: cover;
      background-position: center;
      z-index: -4; }
      .o-events__block--background::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: black;
        opacity: .3; }
    .o-events__block h6 {
      position: absolute;
      bottom: 0;
      color: white;
      right: 0;
      z-index: 5000;
      left: 0;
      padding: 2rem; }

.o-portrait {
  min-height: 100vh; }
  .o-portrait .box {
    height: 100vh;
    justify-content: center;
    align-items: center; }
  .o-portrait__content {
    text-align: center; }
    .o-portrait__content h6 {
      margin-bottom: 0.5rem; }
    .o-portrait__content h5 {
      margin-bottom: 5rem; }
  .o-portrait__section {
    justify-content: center;
    align-items: center;
    display: none;
    height: 100%; }
    @media only screen and (min-width: 599px) {
      .o-portrait__section {
        display: flex; } }
    .o-portrait__section img {
      position: absolute;
      width: 100%; }
  .o-portrait h1 {
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 6rem;
    font-family: "Ogg";
    overflow: hidden;
    text-align: center; }
    .o-portrait h1 .char {
      line-height: 1;
      margin: 0;
      padding: 0;
      animation: slide-in 0.6s cubic-bezier(0.5, 0, 0.5, 1) both;
      animation-delay: calc(60ms * var(--char-index));
      transform: translateY(200%); }
  .o-portrait h4 {
    margin: 0;
    padding: 0;
    line-height: 1.4;
    font-size: 2rem;
    font-family: "Ogg";
    overflow: hidden;
    text-align: center; }
    .o-portrait h4 .word {
      line-height: 1;
      margin: 0;
      padding: 0;
      animation: slide-in 0.6s cubic-bezier(0.5, 0, 0.5, 1) both;
      animation-delay: calc(60ms * var(--word-index));
      transform: translateY(200%); }

.o-portrait__content {
  margin-bottom: 3rem; }

@keyframes slide-in {
  to {
    transform: translateY(0); } }

@keyframes fall {
  0% {
    opacity: 0;
    clip-path: inset(0% 100% 0% 0%);
    -webkit-clip-path: inset(0% 100% 0% 0%);
    transform: scale(1.3); }
  100% {
    opacity: 1;
    clip-path: inset(0% 0% 0% 0%);
    -webkit-clip-path: inset(0% 0% 0% 0%);
    transform: scale(1); } }

.o-image-overlay {
  position: absolute;
  top: 0;
  left: 100%;
  right: 0;
  bottom: 0;
  display: block;
  background-position: center;
  background-size: cover;
  z-index: 90000;
  opacity: 1;
  transition: 1s;
  display: flex;
  justify-content: center;
  align-items: center; }
  .o-image-overlay::before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    display: block;
    background: #00000080; }
  .o-image-overlay .text-container {
    color: white;
    position: relative;
    overflow: hidden;
    height: 2rem;
    font-family: "Ogg"; }
    .o-image-overlay .text-container .splitting .word {
      font-size: 2rem;
      line-height: 1;
      margin: 0;
      padding: 0;
      animation: slide-in 1s cubic-bezier(0.5, 0, 0.5, 1) both;
      animation-delay: calc((500ms * var(--word-index)));
      transform: translateY(2rem); }

@keyframes slide-in {
  to {
    transform: translateY(0); } }

.o-cases {
  margin-bottom: 9rem;
  margin-top: 9rem; }
  .o-cases__intro {
    text-align: center;
    margin-bottom: 6rem; }
  .o-cases__case {
    background-size: cover;
    background-position: center;
    display: block;
    padding-bottom: 150%;
    margin-top: 1rem;
    position: relative; }
    .o-cases__case h6 {
      color: white;
      position: absolute;
      bottom: 2rem;
      left: 2rem;
      z-index: 50000;
      font-family: neue-haas-grotesk-display; }
    .o-cases__case:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: black;
      mix-blend-mode: multiply;
      opacity: .3; }
  .o-cases .rooms a {
    border: none; }
  @media only screen and (min-width: 599px) {
    .o-cases .first {
      transform: translateY(50%); } }
  @media only screen and (min-width: 599px) {
    .o-cases .second {
      transform: translateY(25%); } }

.o-navigation {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  display: block;
  z-index: 9999;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  background-image: url("../images/background-green.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  transition: all 0.5s ease-out;
  opacity: 1;
  padding: 3rem 15% 1rem; }
  @media only screen and (min-width: 599px) {
    .o-navigation {
      padding: 0 8%; } }
  @media only screen and (min-width: 599px) {
    .o-navigation::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 50%;
      z-index: 5000; } }
  .o-navigation__closed {
    opacity: 0;
    z-index: -121231231231231231231231231231;
    transition: all 0.5s ease-out;
    bottom: auto; }
    .o-navigation__closed .o-navigation__head {
      opacity: 0;
      transition: 3s; }
    .o-navigation__closed * {
      transition: all 0.5s ease-out ease-in-out;
      transition-delay: 2s;
      opacity: 0; }
  .o-navigation li {
    list-style: none; }
  .o-navigation .a-button__tertiary {
    display: block;
    border-color: white;
    color: white;
    text-align: center;
    justify-content: center;
    margin-top: 1rem;
    color: #202020;
    background: white; }
    @media only screen and (min-width: 599px) {
      .o-navigation .a-button__tertiary {
        display: none; } }
  .o-navigation__image {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
    mix-blend-mode: luminosity;
    background-image: url("../images/nav-background.png");
    background-size: cover;
    z-index: 0; }
    @media only screen and (min-width: 599px) {
      .o-navigation__image {
        top: 0;
        right: 0;
        bottom: 0;
        left: 50%; } }
  .o-navigation__lang {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 1rem;
    z-index: 50000000; }
    @media only screen and (min-width: 599px) {
      .o-navigation__lang {
        margin-top: 3rem;
        display: none; } }
    .o-navigation__lang a {
      margin: 0 0.25rem;
      color: #FFF; }
  .o-navigation__head {
    z-index: 4;
    justify-content: center;
    display: flex;
    flex-direction: column;
    font-family: "Canela";
    width: 100%;
    padding-top: 3rem; }
    @media only screen and (min-width: 599px) {
      .o-navigation__head {
        justify-content: flex-start;
        width: auto; } }
    .o-navigation__head li a {
      margin: 0.25rem 0;
      display: flex;
      color: #FFF;
      justify-content: center;
      width: 100%;
      font-size: 21px;
      font-size: 1.3125rem;
      line-height: 29.99997px;
      line-height: 1.875rem; }
      @media only screen and (min-width: 599px) {
        .o-navigation__head li a {
          font-size: 24px;
          font-size: 1.5rem;
          line-height: 34.28568px;
          line-height: 2.14285rem;
          margin: 0.5rem 0;
          justify-content: flex-start; } }
      .o-navigation__head li a .background {
        position: absolute;
        margin: 6rem; }
        @media only screen and (min-width: 599px) {
          .o-navigation__head li a .background {
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: -5;
            opacity: 0;
            left: 50%;
            background-size: cover;
            background-position: center;
            opacity: 0;
            transition: opacity .7s; } }
      .o-navigation__head li a:hover .background {
        transition: opacity .7s; }
        @media only screen and (min-width: 599px) {
          .o-navigation__head li a:hover .background {
            opacity: 1; } }
  .o-navigation__social {
    display: flex;
    z-index: 4;
    margin: 2rem 0 0;
    color: white;
    justify-content: center;
    width: 100%;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 17.14284px;
    line-height: 1.07143rem; }
    @media only screen and (min-width: 599px) {
      .o-navigation__social {
        width: auto;
        justify-content: flex-start;
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 19.99998px;
        line-height: 1.25rem; } }
    .o-navigation__social li a {
      color: white;
      letter-spacing: 2px;
      text-transform: uppercase;
      margin: 0 1rem 0 0; }

footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }
  footer h6 {
    margin: 3rem 0 0.5rem; }
  footer img {
    margin-top: 6rem;
    margin-bottom: 3rem;
    max-width: 5rem; }
  footer .links {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; }
    footer .links div {
      display: flex;
      flex-direction: column; }
      @media only screen and (min-width: 599px) {
        footer .links div {
          flex-direction: row; } }
    footer .links a {
      margin: 0.25rem 1rem; }
      @media only screen and (min-width: 599px) {
        footer .links a {
          margin: 0 1rem; } }
  footer .container a {
    border: none; }

.p-contact__data {
  display: flex;
  flex-direction: column;
  margin-bottom: 6rem; }
  .p-contact__data a {
    display: inline-block;
    border: none;
    margin-top: 0.25rem; }
    .p-contact__data a:hover {
      border: none; }
  .p-contact__data h4 {
    margin-bottom: 1rem; }

.p-contact__form {
  /* reset input */ }
  .p-contact__form h3 {
    text-align: left; }
  .p-contact__form .form__group {
    position: relative;
    padding: 15px 0 0;
    margin-top: 10px;
    width: 100%; }
    @media only screen and (min-width: 599px) {
      .p-contact__form .form__group {
        width: 50%; } }
  .p-contact__form h5 {
    margin-top: 1rem;
    margin-bottom: 3rem; }
  .p-contact__form .form__field {
    font-family: inherit;
    border: 0;
    border-bottom: 1.2px solid #202020;
    outline: 0;
    font-size: 1rem;
    border-radius: 0;
    padding: 7px 0 10px;
    background: transparent;
    transition: border-color 0.2s;
    width: 100%; }
    .p-contact__form .form__field::placeholder {
      color: transparent; }
    .p-contact__form .form__field:placeholder-shown ~ .form__label {
      font-size: 1rem;
      cursor: text;
      top: 20px; }
  .p-contact__form .form__label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: 1rem;
    color: #202020; }
  .p-contact__form .form__field:focus {
    border-color: #8F9A8B;
    border-image-slice: 1; }
    .p-contact__form .form__field:focus ~ .form__label {
      top: 0;
      display: block;
      transition: 0.2s;
      font-size: .75rem;
      color: #202020;
      background-color: transparent; }
  .p-contact__form .line {
    display: flex;
    flex-direction: column;
    width: 100%; }
    @media only screen and (min-width: 599px) {
      .p-contact__form .line {
        flex-direction: row;
        justify-content: space-between;
        align-items: space-between; }
        .p-contact__form .line .form__field {
          width: calc(100% - 1.5rem); }
        .p-contact__form .line textarea.form__field {
          width: calc(100% - 1.5rem); } }
  .p-contact__form .form__field:required, .p-contact__form .form__field:invalid {
    box-shadow: none; }
  .p-contact__form input[type=submit] {
    border: none;
    background-image: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-image: url("../images/background-button.png");
    padding: 1rem 3rem;
    font-size: 13px;
    text-transform: uppercase;
    color: #FFFFFF;
    letter-spacing: 0.7px;
    margin-top: 1rem; }

.o-subslider {
  z-index: 50;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden; }
  @media only screen and (min-width: 599px) {
    .o-subslider {
      margin: 6rem 0;
      height: 80vh; } }
  .o-subslider .images {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -4;
    overflow: hidden;
    padding-bottom: 100%;
    width: 60vw;
    opacity: .5; }
    @media only screen and (min-width: 599px) {
      .o-subslider .images {
        width: 30vw;
        opacity: 0.7 !important; } }
    .o-subslider .images .image {
      position: absolute;
      z-index: -5;
      display: block;
      background-size: cover;
      background-position: center;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      transition: opacity .5s; }

.o-detail-room {
  width: 100vw;
  z-index: 20;
  height: 100vh;
  display: flex;
  align-items: center; }
  .o-detail-room__nav {
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    transition: all 0.5s ease-out;
    width: 100vw;
    flex-direction: column; }
    @media only screen and (min-width: 599px) {
      .o-detail-room__nav {
        flex-direction: row;
        width: 400vw; } }
    .o-detail-room__nav span {
      width: 25vw; }
    .o-detail-room__nav .item {
      text-align: center;
      font-family: "Canela";
      width: 100vw;
      margin: 1rem 0;
      font-size: 2.5rem; }
      @media only screen and (min-width: 599px) {
        .o-detail-room__nav .item {
          margin: 0;
          width: 50vw;
          font-size: 4rem; } }

.p-rooms h4 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 45.71424px;
  line-height: 2.85714rem; }

.p-rooms .u-greenblock .container a {
  border: none !important; }

.p-rooms .u-greenblock__room {
  display: block;
  margin-top: 9rem;
  margin-bottom: 9rem; }
  .p-rooms .u-greenblock__room img {
    width: 100%; }

.p-room {
  display: flex;
  align-items: center; }
  .p-room ul li {
    margin: 1rem 0;
    font-family: "Canela"; }

.o-room__banner {
  margin-top: 6rem;
  margin-bottom: 6rem;
  text-align: center; }

.o-header {
  z-index: 9999959595959595959595959595959595959599595959599515156155615615615615615615615616515619;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  color: white;
  padding: 1rem; }
  @media only screen and (min-width: 599px) {
    .o-header {
      padding: 1rem 3rem; } }
  .o-header a {
    color: #202020;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px; }
  .o-header .a-button__tertiary {
    display: none; }
    @media only screen and (min-width: 599px) {
      .o-header .a-button__tertiary {
        display: flex; } }
  .o-header .a-logo {
    width: 5rem;
    height: 2rem;
    flex: 1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/logo.svg"); }
    @media only screen and (min-width: 599px) {
      .o-header .a-logo {
        width: 8rem; } }
  .o-header .a-hamb {
    display: flex;
    align-items: center; }
    @media only screen and (min-width: 599px) {
      .o-header .a-hamb {
        margin-left: 2rem; } }
    .o-header .a-hamb span {
      width: 2rem;
      height: 1.5rem;
      margin-left: 1rem;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url("../images/icon/hamburger-open.svg"); }
  .o-header .a-menu {
    display: flex;
    justify-content: center;
    align-items: center; }
  .o-header__links {
    display: flex;
    flex: 1;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 19.99998px;
    line-height: 1.25rem;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end; }
    .o-header__links > * {
      margin: 0 0.5rem; }
      .o-header__links > *:last-child {
        margin-right: 0; }
    .o-header__links--lang {
      flex: 1;
      display: none; }
      @media only screen and (min-width: 599px) {
        .o-header__links--lang {
          display: flex; } }
      .o-header__links--lang a {
        opacity: .5;
        margin-left: 0.25rem;
        transition: .7s opacity;
        border-radius: 100%;
        padding: 0.5rem;
        opacity: .5;
        border: 1.5px solid;
        border-color: transparent !important;
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 17.14284px;
        line-height: 1.07143rem; }
        .o-header__links--lang a.active {
          border-color: #202020 !important;
          opacity: 1; }
        @media only screen and (min-width: 599px) {
          .o-header__links--lang a {
            font-size: 16px;
            font-size: 1rem;
            line-height: 22.85712px;
            line-height: 1.42857rem; } }
        .o-header__links--lang a:hover {
          transition: .7s opacity;
          opacity: 1; }
        .o-header__links--lang a .active {
          opacity: 1; }

.o-fidele {
  padding-top: 3rem;
  padding-bottom: 3rem; }
  @media only screen and (min-width: 599px) {
    .o-fidele {
      padding-top: 0;
      padding-bottom: 0; } }
  .o-fidele a.a-button {
    margin-bottom: 3rem; }
