@charset "UTF-8";
/* --- base.scss --- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* _mixins.scss */
/* _fonts.scss */
@font-face {
  font-family: 'Stratum';
  font-style: normal;
  font-weight: 200;
  src: url("/fonts/Stratum1-Medium.eot");
  /* IE9 Compat Modes */
  src: url("/fonts/Stratum1-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/Stratum1-Medium.woff") format("woff"), url("/fonts/Stratum1-Medium.ttf") format("truetype"), url("/fonts/Stratum1-Medium.svg#svgFontName") format("svg");
  /* Legacy iOS */ }
@font-face {
  font-family: 'Stratum';
  font-style: normal;
  font-weight: 800;
  src: url("/fonts/Stratum1-Bold.eot");
  /* IE9 Compat Modes */
  src: url("/fonts/Stratum1-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/Stratum1-Bold.woff") format("woff"), url("/fonts/Stratum1-Bold.ttf") format("truetype"), url("/fonts/Stratum1-Bold.svg#svgFontName") format("svg");
  /* Legacy iOS */ }
@font-face {
  font-family: 'Tiller';
  src: url("/fonts/tiller-demi-webfont.woff2") format("woff2"), url("/fonts/tiller-demi-webfont.woff") format("woff");
  font-weight: 800;
  font-style: normal; }
@font-face {
  font-family: 'Tiller';
  src: url("/fonts/tiller-demiitalic-webfont.woff2") format("woff2"), url("/fonts/tiller-demiitalic-webfont.woff") format("woff");
  font-weight: 800;
  font-style: italic; }
@font-face {
  font-family: 'Tiller';
  src: url("/fonts/tiller-italic-webfont.woff2") format("woff2"), url("/fonts/tiller-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'Tiller';
  src: url("/fonts/tiller-regular-webfont.woff2") format("woff2"), url("/fonts/tiller-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Bitter';
  src: url("/fonts/bitter-italic-webfont.woff2") format("woff2"), url("/fonts/bitter-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'Bitter';
  src: url("/fonts/bitter-regular-webfont.woff2") format("woff2"), url("/fonts/bitter-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/* _colors.scss */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
  -webkit-transform: translate3d(0, -50px, 0);
  -ms-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
  -webkit-transition: transform .5s ease-out;
  -ms-transition: transform .5s ease-out;
  transition: transform .5s ease-out; }

.pace.pace-active {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.pace .pace-progress {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 6px;
  background: #AE846D;
  pointer-events: none; }

body .pace-test {
  background: #F3EDE4;
  width: 100%;
  position: absolute;
  z-index: 9;
  transition-delay: 250ms;
  transition-property: height;
  transition: top 0.38s 0.1s ease, height 0.1s 0.48s;
  height: 100%;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center; }
  body .pace-test > img {
    display: block;
    width: 207px;
    height: 207px;
    -webkit-animation: rotating 18s linear infinite;
    -moz-animation: rotating 18s linear infinite;
    -ms-animation: rotating 18s linear infinite;
    -o-animation: rotating 18s linear infinite;
    animation: rotating 18s linear infinite; }

/* _animation.scss */
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes wrapIn {
  from {
    top: 100px;
    opacity: 0; }
  to {
    top: 0;
    opacity: 1; } }
/* _global.scss */
* {
  /* Font varient */
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  /* Smoothing */
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  outline: none !important; }

body {
  overflow-x: hidden;
  font-family: 'Crimson Text', serif;
  background: #F3EDE4; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

#wrap {
  overflow-x: hidden; }

h1 {
  font-family: 'Tiller', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 71px;
  line-height: 84px; }

.container {
  margin: 0 auto;
  max-width: 1460px;
  width: 90%; }

.vert-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.aspect-box {
  width: 100%;
  height: 100%;
  position: absolute; }

body .desktop {
  display: block; }
  @media (max-width: 992px) {
    body .desktop {
      display: none; } }
body .desktop-flex {
  display: flex; }
  @media (max-width: 992px) {
    body .desktop-flex {
      display: none; } }
body .desktop-inline {
  display: inline; }
  @media (max-width: 992px) {
    body .desktop-inline {
      display: none; } }
body .mobile {
  display: none; }
  @media (max-width: 992px) {
    body .mobile {
      display: block; } }
body .mobile-flex {
  display: none; }
  @media (max-width: 992px) {
    body .mobile-flex {
      display: flex; } }
body .mobile-inline {
  display: none; }
  @media (max-width: 992px) {
    body .mobile-inline {
      display: inline-block; } }

body.modal-open,
body.scroll-lock {
  height: 100vh;
  overflow: hidden; }

#body-wrap {
  position: relative;
  opacity: 0;
  top: 100px; }

#body-wrap.animate {
  animation: wrapIn 0.38s .5s ease forwards; }

#transition-overlay {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  transform: translateY(100%);
  background: #F3EDE4;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: 0.5s ease all; }
  #transition-overlay:before {
    content: '';
    background: url("/images/loading.svg");
    width: 209px;
    height: 209px;
    animation: rotating 18s linear infinite; }
    @media (max-width: 992px) {
      #transition-overlay:before {
        width: 112.5px;
        height: 112.5px;
        background-size: 112.5px; } }

#transition-overlay.to-center {
  transform: translateY(0); }

#transition-overlay.to-center.to-top {
  transform: translateY(-100%); }

img.lazy-load,
.fake-lazy-load {
  opacity: 0;
  transition: 0.95s ease all;
  transform: translateY(40px); }

img.lazy-load.loaded,
.fake-lazy-load.loaded {
  opacity: 1;
  transform: translateY(0); }

/* _global.scss */
.main-button {
  background: transparent;
  border: 1.5px solid #AE846D;
  border-radius: 2px;
  font-family: 'Stratum', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.12em;
  color: #F3EDE4;
  padding: 12px 22px;
  transition: 0.25s ease all;
  cursor: pointer; }
  .main-button:hover, .main-button:active, .main-button:focus {
    background: #AE846D; }

.main-button.dark {
  color: #1E3134; }
  .main-button.dark:hover, .main-button.dark:active, .main-button.dark:focus {
    color: #F3EDE4; }

.main-button.tanBack {
  border-color: #1E3134; }
  .main-button.tanBack:hover, .main-button.tanBack:active, .main-button.tanBack:focus {
    background: #1E3134;
    border-color: #1E3134; }

/* _header.scss */
header {
  position: fixed;
  z-index: 5;
  width: 100%;
  transition: 0.38s ease all; }
  header .head-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 35px;
    padding-bottom: 35px;
    position: relative;
    z-index: 10; }
    @media (max-width: 992px) {
      header .head-flex {
        margin-top: 24px;
        padding-bottom: 24px; } }
    header .head-flex .logo {
      display: flex;
      justify-content: space-between;
      text-decoration: none;
      height: 27px;
      overflow: hidden; }
      header .head-flex .logo .mark {
        display: block;
        width: 53px; }
        @media (max-width: 992px) {
          header .head-flex .logo .mark {
            left: 3px;
            position: relative; }
            header .head-flex .logo .mark svg {
              transform: scale(0.85); } }
      header .head-flex .logo .copy {
        font-family: 'Stratum', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 29px;
        letter-spacing: 0.12em;
        color: #F3EDE4;
        margin-left: 25px; }
        @media (max-width: 992px) {
          header .head-flex .logo .copy {
            font-size: 11px;
            margin-left: 20px; } }
    header .head-flex .nav {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      font-family: 'Stratum', sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 0.12em;
      color: #F3EDE4; }
      @media (max-width: 992px) {
        header .head-flex .nav {
          display: none; } }
      header .head-flex .nav a {
        color: #F3EDE4;
        text-transform: uppercase;
        text-decoration: none;
        padding-bottom: 13px;
        border-bottom: 1.5px solid transparent;
        transition: 0.25s ease all;
        position: relative;
        top: 8px; }
        header .head-flex .nav a:active, header .head-flex .nav a:focus, header .head-flex .nav a:hover {
          color: #AE846D;
          border-color: #AE846D; }
      header .head-flex .nav a.active {
        color: #AE846D;
        border-color: #AE846D; }
      header .head-flex .nav span {
        margin: 0 30px; }
    header .head-flex .hamburger {
      padding: 10px 0 10px 10px;
      background: none;
      border: 0;
      position: relative;
      cursor: pointer;
      top: -3px;
      width: 25px;
      height: 29px;
      right: 15px; }
      header .head-flex .hamburger:hover i {
        background: #AE846D; }
      header .head-flex .hamburger i {
        display: block;
        width: 15px;
        height: 1.5px;
        background: #F3EDE4;
        position: relative;
        -webkit-transition: 0.25s ease all;
        -moz-transition: 0.25s ease all;
        -o-transition: 0.25s ease all;
        transition: 0.25s ease all; }
      header .head-flex .hamburger i:last-child {
        top: 4px; }
    header .head-flex .hamburger.active:hover i {
      background: #1E3134; }
    header .head-flex .hamburger.active i:first-child {
      transform: rotate(45deg);
      top: 3px; }
    header .head-flex .hamburger.active i:last-child {
      top: 2px;
      transform: rotate(-45deg); }
  header .head-flex.black .logo .mark .st0,
  header .head-flex.black .logo .mark .st1 {
    -webkit-transition: 0.25s ease all;
    -moz-transition: 0.25s ease all;
    -o-transition: 0.25s ease all;
    transition: 0.25s ease all; }
  header .head-flex.black .logo .mark .st0 {
    fill: #1E3134; }
  header .head-flex.black .logo .copy {
    color: #1E3134; }
  header .head-flex.black .nav {
    color: #1E3134; }
    header .head-flex.black .nav a {
      color: #1E3134; }
      header .head-flex.black .nav a:active, header .head-flex.black .nav a:focus, header .head-flex.black .nav a:hover {
        color: #AE846D; }
    header .head-flex.black .nav a.active {
      color: #AE846D;
      border-color: #AE846D; }

header.nav-up {
  transform: translateY(-50%);
  opacity: 0; }

header.dark .mark svg .st0 {
  fill: #1E3134; }
header.dark .head-flex .logo .copy,
header.dark .head-flex .nav,
header.dark .head-flex .nav a {
  color: #1E3134; }
header.dark .head-flex .nav a:hover {
  color: #AE846D; }
header.dark .head-flex .nav a.active {
  color: #AE846D; }
header.dark .hamburger i {
  background: #1E3134; }

header.background,
header.constant-background {
  background: #F3EDE4; }
  header.background .mark svg .st0,
  header.constant-background .mark svg .st0 {
    fill: #1E3134; }
  header.background .head-flex .logo .copy,
  header.background .head-flex .nav,
  header.background .head-flex .nav a,
  header.constant-background .head-flex .logo .copy,
  header.constant-background .head-flex .nav,
  header.constant-background .head-flex .nav a {
    color: #1E3134; }
  header.background .head-flex .nav a:hover,
  header.constant-background .head-flex .nav a:hover {
    color: #AE846D; }
  header.background .head-flex .nav a.active,
  header.constant-background .head-flex .nav a.active {
    color: #AE846D; }
  header.background .hamburger i,
  header.constant-background .hamburger i {
    background: #1E3134; }

header.background.dark,
header.constant-background {
  background: #F3EDE4; }

.modal-open header .mark svg .st1 {
  fill: #1E3134; }
.modal-open header .mark svg .st0 {
  fill: #F3EDE4; }
.modal-open header .head-flex .logo .copy {
  color: #F3EDE4; }
.modal-open header.dark .hamburger i {
  background: #F3EDE4; }
  .modal-open header.dark .hamburger i:hover {
    background: #F3EDE4; }
.modal-open header.dark .hamburger.active i {
  background: #F3EDE4; }

.mobile-menu-screen {
  position: fixed;
  z-index: 3;
  width: 100%;
  height: 100%;
  top: 0;
  background: #AE846D;
  top: -101%;
  -webkit-transition: 0.25s ease all;
  -moz-transition: 0.25s ease all;
  -o-transition: 0.25s ease all;
  transition: 0.25s ease all; }
  .mobile-menu-screen .mobile-flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: calc(100% - 150px);
    max-height: 450px;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
    .mobile-menu-screen .mobile-flex .tick {
      width: 21px;
      height: 1.5px;
      background: #1E3134; }
    .mobile-menu-screen .mobile-flex ul {
      list-style: none;
      margin: 0;
      padding: 0;
      text-align: center; }
      .mobile-menu-screen .mobile-flex ul a {
        text-decoration: none;
        color: #F3EDE4;
        text-align: center;
        font-family: 'Tiller', serif;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.9em; }
        .mobile-menu-screen .mobile-flex ul a:hover, .mobile-menu-screen .mobile-flex ul a:active, .mobile-menu-screen .mobile-flex ul a:focus {
          color: #1E3134; }
      .mobile-menu-screen .mobile-flex ul a.active {
        color: #1E3134; }

.mobile-menu-screen.open {
  top: 0; }

.modal-open header.background,
.modal-open header.constant-background {
  background: transparent; }

/* _footer.scss */
footer {
  background: #1E3134;
  width: 100%;
  position: absolute; }
  @media (max-width: 992px) {
    footer > .container {
      width: 75%; } }
  footer .top-foot-flex {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 115px 0 100px;
    width: 100%; }
    @media (max-width: 992px) {
      footer .top-foot-flex {
        flex-wrap: wrap;
        padding: 60px 0 70px; } }
    footer .top-foot-flex .footer-mark {
      width: 20px;
      height: 20px;
      display: block;
      position: relative;
      top: 9px;
      margin-right: 8%; }
      @media (max-width: 992px) {
        footer .top-foot-flex .footer-mark {
          margin-bottom: 40px; } }
      footer .top-foot-flex .footer-mark svg .st0 {
        fill: #AE846D; }
    footer .top-foot-flex h3 {
      color: #F3EDE4;
      font-size: 33px;
      font-family: 'Tiller', serif;
      font-weight: 500;
      margin-right: 8%; }
      @media (max-width: 992px) {
        footer .top-foot-flex h3 {
          width: 100%; } }
    footer .top-foot-flex .vr {
      top: 6px;
      width: 1.5px;
      height: 123px;
      display: block;
      background: #AE846D;
      margin-right: 8%;
      position: relative; }
      @media (max-width: 992px) {
        footer .top-foot-flex .vr {
          width: 100%;
          height: 1.5px;
          top: 0;
          margin: 50px auto; } }
    footer .top-foot-flex .link-column {
      margin-right: 8%;
      color: #F3EDE4;
      font-size: 13px;
      font-family: 'Stratum', sans-serif;
      font-weight: 700;
      line-height: 181.5%;
      letter-spacing: 1.68px;
      text-transform: uppercase; }
      @media (max-width: 992px) {
        footer .top-foot-flex .link-column {
          width: 50%;
          margin-right: 0; } }
      footer .top-foot-flex .link-column p {
        margin-top: 0; }
      footer .top-foot-flex .link-column ul {
        margin: 20px 0 0;
        padding: 0;
        list-style: none; }
        footer .top-foot-flex .link-column ul li a {
          color: #F3EDE4;
          text-decoration: none;
          transition: 0.25s ease all; }
          footer .top-foot-flex .link-column ul li a:hover, footer .top-foot-flex .link-column ul li a:focus, footer .top-foot-flex .link-column ul li a:active {
            color: #AE846D; }
    footer .top-foot-flex .contact-foot {
      color: #F3EDE4; }
      @media (max-width: 992px) {
        footer .top-foot-flex .contact-foot {
          width: 100%;
          margin-top: 50px; } }
      footer .top-foot-flex .contact-foot p {
        font-size: 13px;
        font-family: 'Stratum', sans-serif;
        font-weight: 700;
        line-height: 184.5%;
        letter-spacing: 1.68px;
        text-transform: uppercase;
        margin-top: 0; }
      footer .top-foot-flex .contact-foot h4 {
        color: #F3EDE4;
        font-size: 19px;
        font-family: 'Tiller', serif;
        font-weight: 500;
        white-space: nowrap;
        letter-spacing: 0.19px;
        margin: 20px 0 20px 0; }
        @media (max-width: 992px) {
          footer .top-foot-flex .contact-foot h4 {
            font-size: 22px; } }
      footer .top-foot-flex .contact-foot a {
        display: inline-block; }
  footer .copyright {
    background: #19282B;
    color: #AE846D;
    padding: 30px 0;
    color: #AE846D;
    font-size: 14px;
    font-family: 'Stratum', sans-serif;
    font-weight: 700;
    line-height: 13px;
    letter-spacing: 1.68px;
    text-align: center; }
    @media (max-width: 992px) {
      footer .copyright {
        font-size: 8px;
        line-height: 11px; } }
    @media (max-width: 992px) {
      footer .copyright > .container {
        width: 75%; } }

/* _info.scss */
.info-hero {
  padding-top: 120px; }
  @media (max-width: 992px) {
    .info-hero {
      padding-top: 80px; } }
  .info-hero .aspect-box {
    width: 100%;
    height: 0;
    padding-bottom: 52.19%;
    position: relative; }
    @media (max-width: 992px) {
      .info-hero .aspect-box {
        padding-bottom: 170%; } }
    .info-hero .aspect-box .img-holder {
      position: absolute;
      width: 100%;
      height: 100%; }
      .info-hero .aspect-box .img-holder img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }
        @media (max-width: 992px) {
          .info-hero .aspect-box .img-holder img {
            object-position: 64% center; } }

.info-trio-flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 140px; }
  @media (max-width: 992px) {
    .info-trio-flex {
      flex-wrap: wrap;
      margin-top: 80px;
      padding: 0 7%; } }
  .info-trio-flex h1, .info-trio-flex h2 {
    color: #1E3134;
    font-size: 33px;
    line-height: 33px;
    font-family: 'Tiller', serif;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    white-space: nowrap; }
    @media (max-width: 992px) {
      .info-trio-flex h1, .info-trio-flex h2 {
        width: 100%;
        margin: 30px 0 20px;
        white-space: wrap; } }
  .info-trio-flex .tick {
    width: 36px;
    height: 1.5px;
    background: #AE846D;
    top: 30px;
    position: relative;
    margin-right: calc(8% - 16px); }
    @media (max-width: 992px) {
      .info-trio-flex .tick {
        top: 0;
        margin-right: 0; } }
  .info-trio-flex .content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: calc(100% - (8% + 20px)); }
    @media (max-width: 992px) {
      .info-trio-flex .content {
        width: 100%;
        flex-wrap: wrap; } }
    .info-trio-flex .content .left {
      width: calc(210px + 8%); }
      @media (max-width: 992px) {
        .info-trio-flex .content .left {
          width: 100%; } }
      .info-trio-flex .content .left ul {
        list-style: none;
        margin: 53px 0 0;
        padding: 0; }
        .info-trio-flex .content .left ul li {
          color: #1E3134;
          font-size: 14px;
          font-family: 'Stratum', sans-serif;
          font-style: normal;
          font-weight: 700;
          line-height: 34px;
          letter-spacing: 1.68px;
          text-transform: uppercase; }
    .info-trio-flex .content .right {
      width: calc(100% - (210px + 8%));
      padding-left: 15px; }
      @media (max-width: 992px) {
        .info-trio-flex .content .right {
          width: 100%;
          padding: 0; } }
      .info-trio-flex .content .right p {
        color: #1E3134;
        font-size: 17px;
        font-family: 'Bitter', serif;
        font-style: normal;
        font-weight: 500;
        line-height: 195%;
        max-width: 800px;
        padding-right: 50px;
        letter-spacing: 0.17px;
        margin: 0; }
        @media (max-width: 992px) {
          .info-trio-flex .content .right p {
            padding-right: 0; } }
        .info-trio-flex .content .right p a {
          color: #AE846D;
          text-decoration: none; }
          .info-trio-flex .content .right p a:hover, .info-trio-flex .content .right p a:focus, .info-trio-flex .content .right p a:active {
            text-decoration: underline; }
      .info-trio-flex .content .right .brand-flex {
        margin-top: 53px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        max-width: 800px;
        padding-right: 50px; }
        @media (max-width: 992px) {
          .info-trio-flex .content .right .brand-flex {
            padding-right: 0; } }
        .info-trio-flex .content .right .brand-flex div {
          width: 116px;
          height: auto;
          margin: 0 calc((100% - (116px * 5)) / 8) 50px; }
          @media (min-width: 1100px) {
            .info-trio-flex .content .right .brand-flex div:nth-child(5n) {
              margin-right: 0; }
            .info-trio-flex .content .right .brand-flex div:nth-child(5n + 1) {
              margin-left: 0; } }
          @media (max-width: 1100px) {
            .info-trio-flex .content .right .brand-flex div {
              margin: 0 calc((100% - (116px * 3)) / 4) 50px; }
              .info-trio-flex .content .right .brand-flex div:nth-child(3n) {
                margin-right: 0; }
              .info-trio-flex .content .right .brand-flex div:nth-child(3n + 1) {
                margin-left: 0; } }
          @media (max-width: 500px) {
            .info-trio-flex .content .right .brand-flex div {
              width: 70px;
              margin: 0 calc((100% - (70px * 3)) / 4) 50px; }
              .info-trio-flex .content .right .brand-flex div:nth-child(3n) {
                margin-right: 0; }
              .info-trio-flex .content .right .brand-flex div:nth-child(3n + 1) {
                margin-left: 0; } }
        .info-trio-flex .content .right .brand-flex img {
          display: block;
          width: auto;
          height: auto;
          max-width: 116px;
          max-height: 62px;
          margin: 0 auto; }
          @media (max-width: 500px) {
            .info-trio-flex .content .right .brand-flex img {
              max-width: 70px; } }
      .info-trio-flex .content .right form {
        max-width: 800px;
        padding-right: 50px; }
        @media (max-width: 992px) {
          .info-trio-flex .content .right form {
            padding-right: 0; } }

.info-hr {
  width: 100%;
  height: 1.5px;
  background: #E2D9CD;
  margin: 140px auto;
  border: 0;
  box-shadow: none; }
  @media (max-width: 992px) {
    .info-hr {
      margin: 80px auto; } }

.info-form {
  background: #EBE3D9;
  padding: 140px 0;
  margin-top: 100px;
  /* active state */ }
  @media (max-width: 992px) {
    .info-form {
      padding: 80px 0;
      margin-top: 80px; } }
  .info-form .form-flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px; }
    @media (max-width: 992px) {
      .info-form .form-flex {
        flex-wrap: wrap; } }
    .info-form .form-flex > div {
      width: calc(50% - 22px); }
      @media (max-width: 992px) {
        .info-form .form-flex > div {
          width: 100%; } }
      .info-form .form-flex > div label {
        position: absolute;
        pointer-events: none;
        left: 0;
        top: 45%;
        transform: translateY(-50%);
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
        margin-bottom: 0; }
  .info-form label {
    color: #1E3134;
    font-size: 14px;
    font-family: 'Stratum', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 186.5%;
    letter-spacing: 1.68px;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block; }
  .info-form textarea {
    color: #1E3134;
    border: 1.5px solid #AE846D;
    border-radius: 2px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 190px;
    background: #F3EDE4;
    margin-bottom: 30px;
    padding: 10px;
    box-sizing: border-box; }
  .info-form .form-message-container {
    background: #F3EDE4;
    padding: 15px;
    margin-top: 30px;
    border: 1.5px solid #AE846D;
    border-radius: 2px;
    display: none;
    color: #1E3134;
    font-size: 17px;
    font-family: 'Bitter', serif;
    font-style: normal;
    font-weight: 500;
    line-height: 195%;
    letter-spacing: 0.17px; }
  .info-form .group {
    position: relative;
    width: 100%;
    margin: 0 0 30px; }
  .info-form .inputMaterial {
    font-size: 1em;
    display: block;
    height: 40px;
    width: 100%;
    background-color: transparent;
    border: 0;
    border-bottom: 1.5px solid #AE846D;
    padding: 20px 0px 5px;
    color: #1E3134; }
  .info-form .inputMaterial:focus,
  .info-form .inputMaterial:valid {
    border-bottom: 1.5px solid #AE846D;
    outline: none !important; }
  .info-form .inputMaterial:-webkit-autofill {
    -webkit-box-shadow: 1px 0 0 500px #EBE3D9 inset;
    box-shadow: 1px 0 0 500px #EBE3D9 inset;
    border-bottom: 1px solid #AE846D;
    opacity: 1; }
  .info-form .inputMaterial:-webkit-autofill {
    -webkit-text-fill-color: #1E3134 !important; }
  .info-form .inputMaterial:focus ~ label,
  .info-form .inputMaterial:valid ~ label {
    top: 0px;
    transform: translateY(0);
    font-size: 0.875em;
    color: #1E3134; }

/* _index.scss */
.hero {
  width: 100%;
  height: 0;
  padding-bottom: 50.6%;
  z-index: 1;
  position: relative;
  overflow: hidden; }
  @media (max-width: 992px) {
    .hero {
      width: 100%;
      height: 100vh;
      padding-bottom: 0; } }
  .hero .black-overlay {
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1; }
  .hero video {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: -1; }
  .hero .align {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    max-width: 1460px;
    width: 90%; }
    @media (max-width: 992px) {
      .hero .align {
        width: 81%; } }
  .hero img.parallax,
  .hero video.parallax {
    position: absolute;
    width: auto;
    height: calc(100% + 360px);
    left: 50%;
    transform: translateX(-50%); }

.hero-flex {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start; }
  @media (max-width: 992px) {
    .hero-flex {
      flex-wrap: wrap; } }
  .hero-flex h1 {
    color: #F3EDE4;
    margin-bottom: 47px;
    max-width: 1220px;
    font-family: 'Tiller', serif; }
    @media (min-width: 993px) and (max-width: 1200px) {
      .hero-flex h1 {
        font-size: 55px; } }
    @media (max-width: 992px) {
      .hero-flex h1 {
        max-width: 90%;
        font-size: 10vw;
        line-height: 1.1em; } }
  .hero-flex .tick {
    width: 38px;
    height: 1.5px;
    background: #AE846D;
    margin-right: 70px;
    top: 63px;
    position: relative; }
    @media (max-width: 992px) {
      .hero-flex .tick {
        top: 0;
        margin-bottom: 35px; } }

.index-body {
  padding: 120px 0;
  background: #F3EDE4; }
  @media (max-width: 992px) {
    .index-body {
      padding: 22px 0; } }
  .index-body .featured-spinner {
    width: 162px;
    height: 162px;
    position: absolute;
    top: 0;
    right: 75px;
    z-index: 4;
    border-radius: 162px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media (max-width: 992px) {
      .index-body .featured-spinner {
        display: none; } }
    .index-body .featured-spinner img {
      position: absolute; }
      .index-body .featured-spinner img:first-child {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 1;
        -webkit-animation: rotating 18s linear infinite;
        -moz-animation: rotating 18s linear infinite;
        -ms-animation: rotating 18s linear infinite;
        -o-animation: rotating 18s linear infinite;
        animation: rotating 18s linear infinite; }
      .index-body .featured-spinner img:last-child {
        width: 80px;
        height: 80px;
        left: 50%;
        top: 50%;
        z-index: 2;
        -webkit-transform: translate3d(-50%, -50%, 0);
        -moz-transform: translate3d(-50%, -50%, 0);
        -o-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0); }
  .index-body .half-row {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 992px) {
      .index-body .half-row {
        flex-wrap: wrap; } }
  .index-body .full-width-index-box {
    padding-bottom: 51.05%;
    width: 100%; }
    @media (max-width: 992px) {
      .index-body .full-width-index-box {
        padding-bottom: 61.36%; } }
  .index-body .half-width-index-box {
    padding-bottom: 61.36%;
    width: calc(50% - 12px); }
    @media (max-width: 992px) {
      .index-body .half-width-index-box {
        width: 100%; } }
  .index-body .full-width-index-box,
  .index-body .half-width-index-box {
    margin-bottom: 24px;
    height: 0;
    position: relative; }
    @media (max-width: 992px) {
      .index-body .full-width-index-box,
      .index-body .half-width-index-box {
        margin-bottom: 12px; } }
    .index-body .full-width-index-box img,
    .index-body .half-width-index-box img {
      width: auto;
      max-width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      transition: 0.25s ease all; }
    .index-body .full-width-index-box img.chef-mark,
    .index-body .half-width-index-box img.chef-mark {
      width: 30%;
      height: auto;
      position: relative;
      z-index: 3;
      top: 50%;
      left: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
      -moz-transform: translate3d(-50%, -50%, 0);
      -o-transform: translate3d(-50%, -50%, 0);
      transform: translate3d(-50%, -50%, 0); }
    .index-body .full-width-index-box .initial,
    .index-body .half-width-index-box .initial {
      opacity: 1; }
    .index-body .full-width-index-box .hover,
    .index-body .half-width-index-box .hover {
      opacity: 0; }
    .index-body .full-width-index-box .initial, .index-body .full-width-index-box .hover,
    .index-body .half-width-index-box .initial,
    .index-body .half-width-index-box .hover {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .index-body .full-width-index-box video,
    .index-body .half-width-index-box video {
      width: auto;
      height: 100%;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
    .index-body .full-width-index-box a,
    .index-body .half-width-index-box a {
      text-transform: none;
      overflow: hidden; }
      .index-body .full-width-index-box a:hover .hover, .index-body .full-width-index-box a:active .hover, .index-body .full-width-index-box a:focus .hover,
      .index-body .half-width-index-box a:hover .hover,
      .index-body .half-width-index-box a:active .hover,
      .index-body .half-width-index-box a:focus .hover {
        opacity: 1; }
      .index-body .full-width-index-box a:hover span:before, .index-body .full-width-index-box a:active span:before, .index-body .full-width-index-box a:focus span:before,
      .index-body .half-width-index-box a:hover span:before,
      .index-body .half-width-index-box a:active span:before,
      .index-body .half-width-index-box a:focus span:before {
        content: '';
        width: 36px; }
        @media (max-width: 992px) {
          .index-body .full-width-index-box a:hover span:before, .index-body .full-width-index-box a:active span:before, .index-body .full-width-index-box a:focus span:before,
          .index-body .half-width-index-box a:hover span:before,
          .index-body .half-width-index-box a:active span:before,
          .index-body .half-width-index-box a:focus span:before {
            width: 18px; } }
      .index-body .full-width-index-box a span,
      .index-body .half-width-index-box a span {
        font-family: 'Stratum', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 31px;
        letter-spacing: 0.11em;
        color: #F3EDE4;
        position: absolute;
        bottom: 43px;
        left: 55px;
        z-index: 3;
        text-transform: uppercase; }
        @media (max-width: 992px) {
          .index-body .full-width-index-box a span,
          .index-body .half-width-index-box a span {
            font-size: 2vw;
            bottom: 3%;
            left: 6%; } }
        .index-body .full-width-index-box a span:before,
        .index-body .half-width-index-box a span:before {
          content: '';
          width: 0;
          height: 1.5px;
          background: #AE846D;
          position: absolute;
          top: -23px;
          left: 0;
          transition: 0.25s ease all; }
          @media (max-width: 992px) {
            .index-body .full-width-index-box a span:before,
            .index-body .half-width-index-box a span:before {
              top: -10%; } }
  .index-body .full-width-index-box.oobli a span {
    color: #040454; }
  .index-body .full-width-index-box.oobli a span:before {
    background: #040454; }
  .index-body .half-width-index-box.camp a span:before {
    background: #620100; }
  .index-body .half-width-index-box.grain-belt a span:before {
    background: #BE0D30; }
  .index-body .half-width-index-box.caribou a span:before {
    background: #8BB8DF; }
  .index-body .full-width-index-box.brasa a:hover span, .index-body .full-width-index-box.brasa a:active span, .index-body .full-width-index-box.brasa a:focus span {
    color: #000000; }
  .index-body .full-width-index-box.brasa a span:before {
    background: #000000; }

.index-testimonial,
.case-study-testimonial {
  background: #EBE3D9;
  padding: 137px 0 137px 0;
  width: 100%; }
  @media (max-width: 992px) {
    .index-testimonial,
    .case-study-testimonial {
      padding: 70px 0; } }
  @media (max-width: 992px) {
    .index-testimonial > .container,
    .case-study-testimonial > .container {
      width: 75%; } }
  .index-testimonial .testimonial-carousel .slick-list,
  .index-testimonial .testimonial-carousel .slick-slide,
  .index-testimonial .testimonial-carousel .slick-track,
  .case-study-testimonial .testimonial-carousel .slick-list,
  .case-study-testimonial .testimonial-carousel .slick-slide,
  .case-study-testimonial .testimonial-carousel .slick-track {
    overflow: initial !important; }
  .index-testimonial .testimonial-flex,
  .case-study-testimonial .testimonial-flex {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%; }
    .index-testimonial .testimonial-flex .tick,
    .case-study-testimonial .testimonial-flex .tick {
      width: 38px;
      height: 1.5px;
      background: #AE846D;
      margin-right: 96px;
      position: relative;
      top: 10px; }
      @media (max-width: 992px) {
        .index-testimonial .testimonial-flex .tick,
        .case-study-testimonial .testimonial-flex .tick {
          display: none; } }
    .index-testimonial .testimonial-flex .testimonial-holder,
    .case-study-testimonial .testimonial-flex .testimonial-holder {
      width: calc(100% - 134px); }
      @media (max-width: 992px) {
        .index-testimonial .testimonial-flex .testimonial-holder,
        .case-study-testimonial .testimonial-flex .testimonial-holder {
          width: 100%; } }
      .index-testimonial .testimonial-flex .testimonial-holder .testimonial-head-flex,
      .case-study-testimonial .testimonial-flex .testimonial-holder .testimonial-head-flex {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start; }
        @media (max-width: 992px) {
          .index-testimonial .testimonial-flex .testimonial-holder .testimonial-head-flex,
          .case-study-testimonial .testimonial-flex .testimonial-holder .testimonial-head-flex {
            flex-wrap: wrap; } }
        .index-testimonial .testimonial-flex .testimonial-holder .testimonial-head-flex h2,
        .case-study-testimonial .testimonial-flex .testimonial-holder .testimonial-head-flex h2 {
          color: #1E3134;
          text-transform: uppercase;
          font-size: 14px;
          font-family: 'Stratum', sans-serif;
          font-weight: 700;
          letter-spacing: 1.68px; }
          @media (max-width: 992px) {
            .index-testimonial .testimonial-flex .testimonial-holder .testimonial-head-flex h2,
            .case-study-testimonial .testimonial-flex .testimonial-holder .testimonial-head-flex h2 {
              font-size: 10px;
              order: 2;
              width: 100%; } }
        @media (max-width: 992px) {
          .index-testimonial .testimonial-flex .testimonial-holder .testimonial-head-flex .dot-holder,
          .case-study-testimonial .testimonial-flex .testimonial-holder .testimonial-head-flex .dot-holder {
            order: 1;
            width: 100%;
            margin-bottom: 30px; } }
        .index-testimonial .testimonial-flex .testimonial-holder .testimonial-head-flex .dot-holder ul,
        .case-study-testimonial .testimonial-flex .testimonial-holder .testimonial-head-flex .dot-holder ul {
          list-style: none;
          padding: 0;
          margin: 0 0 0 40px; }
          @media (max-width: 992px) {
            .index-testimonial .testimonial-flex .testimonial-holder .testimonial-head-flex .dot-holder ul,
            .case-study-testimonial .testimonial-flex .testimonial-holder .testimonial-head-flex .dot-holder ul {
              margin: 0; } }
          .index-testimonial .testimonial-flex .testimonial-holder .testimonial-head-flex .dot-holder ul li,
          .case-study-testimonial .testimonial-flex .testimonial-holder .testimonial-head-flex .dot-holder ul li {
            display: inline-block;
            height: 10px;
            top: -5px;
            position: relative; }
            .index-testimonial .testimonial-flex .testimonial-holder .testimonial-head-flex .dot-holder ul li button,
            .case-study-testimonial .testimonial-flex .testimonial-holder .testimonial-head-flex .dot-holder ul li button {
              font-size: 0;
              line-height: 0;
              padding: 0;
              width: 10px;
              height: 10px;
              background: transparent;
              border: 1.5px solid #AE846D;
              border-radius: 10px;
              margin-right: 30px;
              cursor: pointer; }
              .index-testimonial .testimonial-flex .testimonial-holder .testimonial-head-flex .dot-holder ul li button:hover,
              .case-study-testimonial .testimonial-flex .testimonial-holder .testimonial-head-flex .dot-holder ul li button:hover {
                background: #AE846D; }
              @media (max-width: 992px) {
                .index-testimonial .testimonial-flex .testimonial-holder .testimonial-head-flex .dot-holder ul li button,
                .case-study-testimonial .testimonial-flex .testimonial-holder .testimonial-head-flex .dot-holder ul li button {
                  width: 7px;
                  height: 7px;
                  margin-right: 18px; } }
          .index-testimonial .testimonial-flex .testimonial-holder .testimonial-head-flex .dot-holder ul li.slick-active button,
          .case-study-testimonial .testimonial-flex .testimonial-holder .testimonial-head-flex .dot-holder ul li.slick-active button {
            background: #AE846D; }
      .index-testimonial .testimonial-flex .testimonial-holder .slide p.testimonial-content,
      .case-study-testimonial .testimonial-flex .testimonial-holder .slide p.testimonial-content {
        color: #1E3134;
        font-size: 39px;
        font-family: 'Tiller', serif;
        max-width: 1078px;
        position: relative; }
        @media (max-width: 992px) {
          .index-testimonial .testimonial-flex .testimonial-holder .slide p.testimonial-content,
          .case-study-testimonial .testimonial-flex .testimonial-holder .slide p.testimonial-content {
            font-size: 24px;
            line-height: 1.4em; } }
        .index-testimonial .testimonial-flex .testimonial-holder .slide p.testimonial-content:before,
        .case-study-testimonial .testimonial-flex .testimonial-holder .slide p.testimonial-content:before {
          content: '“';
          position: absolute;
          left: -17px;
          color: #1E3134;
          font-size: 39px;
          font-family: 'Tiller', serif; }
          @media (max-width: 992px) {
            .index-testimonial .testimonial-flex .testimonial-holder .slide p.testimonial-content:before,
            .case-study-testimonial .testimonial-flex .testimonial-holder .slide p.testimonial-content:before {
              font-size: 24px; } }
      .index-testimonial .testimonial-flex .testimonial-holder .slide p.author,
      .case-study-testimonial .testimonial-flex .testimonial-holder .slide p.author {
        color: #1E3134;
        font-size: 14px;
        font-family: 'Stratum', sans-serif;
        font-weight: 700;
        letter-spacing: 1.68px;
        text-transform: uppercase;
        margin-bottom: 0; }
        @media (max-width: 992px) {
          .index-testimonial .testimonial-flex .testimonial-holder .slide p.author,
          .case-study-testimonial .testimonial-flex .testimonial-holder .slide p.author {
            font-size: 10px; } }
        .index-testimonial .testimonial-flex .testimonial-holder .slide p.author span,
        .case-study-testimonial .testimonial-flex .testimonial-holder .slide p.author span {
          color: #AE846D; }

.index-testimonial .testimonial-flex {
  display: block; }
  .index-testimonial .testimonial-flex .testimonial-holder {
    margin-left: 134px; }
    @media (max-width: 992px) {
      .index-testimonial .testimonial-flex .testimonial-holder {
        margin-left: 0; } }

/* _case-study.scss */
.case-study-hero {
  height: 0;
  width: 100%;
  padding-bottom: 50.64%;
  position: relative; }
  @media (max-width: 992px) {
    .case-study-hero {
      padding-bottom: 0;
      height: 95vh; } }
  .case-study-hero video, .case-study-hero img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%; }
  .case-study-hero .aspect-box {
    overflow: hidden; }
  .case-study-hero img.parallax {
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    min-width: 100%;
    height: calc(100% + 285px);
    position: absolute;
    margin-top: -25px; }
  .case-study-hero img.icon {
    position: absolute;
    object-fit: initial;
    width: auto;
    height: 28%;
    top: 43%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0); }
  .case-study-hero img.icon.oobli {
    position: absolute;
    object-fit: initial;
    width: auto;
    height: auto;
    top: 43%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    max-width: 1460px;
    width: 90%; }
    @media (max-width: 992px) {
      .case-study-hero img.icon.oobli {
        max-width: 64%;
        top: 47%; } }
  .case-study-hero img.icon.grain-belt {
    position: absolute;
    height: auto;
    width: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%); }
    @media (min-width: 769px) and (max-width: 1199px) {
      .case-study-hero img.icon.grain-belt {
        transform: translate3d(-50%, -45%, 0); } }
    @media (max-width: 575px) {
      .case-study-hero img.icon.grain-belt {
        width: 172%;
        transform: translate3d(-50%, -35%, 0); } }
  .case-study-hero .case-title {
    height: 157px;
    width: 100%;
    position: absolute;
    bottom: 0; }
    @media (min-width: 769px) and (max-width: 992px) {
      .case-study-hero .case-title {
        height: 120px; } }
    @media (max-width: 768px) {
      .case-study-hero .case-title {
        height: 57px; } }
    .case-study-hero .case-title > .container {
      height: 157px;
      background: #F3EDE4;
      position: relative; }
      @media (max-width: 992px) {
        .case-study-hero .case-title > .container {
          height: 100%; } }
    .case-study-hero .case-title h1 {
      color: #1E3134;
      font-family: 'Tiller', serif;
      font-size: 72px;
      font-style: normal;
      font-weight: 400;
      line-height: 47.5px;
      letter-spacing: 0.72px;
      position: absolute;
      bottom: 0;
      left: calc(7% - 3px); }
      @media (max-width: 992px) {
        .case-study-hero .case-title h1 {
          font-size: 30px;
          line-height: 24px; } }

.case-introduction {
  margin-bottom: 140px; }
  @media (max-width: 992px) {
    .case-introduction {
      margin-bottom: 60px; } }
  .case-introduction .intro-flex {
    display: flex;
    width: calc(100% - 14%);
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto; }
    .case-introduction .intro-flex h2 {
      color: #AE846D;
      font-family: 'Stratum', sans-serif;
      text-transform: uppercase;
      font-size: 14px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      letter-spacing: 1.68px;
      margin: 30px 0 20px; }
      @media (max-width: 575px) {
        .case-introduction .intro-flex h2 {
          font-size: 2.5vw;
          margin: 26px 0 17px; } }
    .case-introduction .intro-flex p {
      color: #1E3134;
      font-family: 'Bitter', serif;
      font-size: 17px;
      font-style: normal;
      font-weight: 500;
      line-height: 195%;
      letter-spacing: 0.17px;
      margin-bottom: 0; }
      @media (max-width: 575px) {
        .case-introduction .intro-flex p {
          font-size: 10.5px; } }
      .case-introduction .intro-flex p a {
        color: #AE846D;
        text-decoration: none; }
        .case-introduction .intro-flex p a:hover, .case-introduction .intro-flex p a:focus, .case-introduction .intro-flex p a:active {
          text-decoration: underline; }
    .case-introduction .intro-flex .desc {
      width: 68%;
      max-width: 780px;
      margin-right: 80px; }
      @media (max-width: 992px) {
        .case-introduction .intro-flex .desc {
          width: 100%;
          margin-right: 0%;
          max-width: 100%; } }
    .case-introduction .intro-flex .credits {
      width: 330px;
      margin-right: 30px; }
      .case-introduction .intro-flex .credits p {
        font-size: 11px;
        font-family: 'Stratum', serif;
        line-height: 195%;
        letter-spacing: 1.32px;
        text-transform: uppercase; }
      @media (max-width: 992px) {
        .case-introduction .intro-flex .credits {
          display: none; } }

.case-study-row-one,
.case-study-special-row-one,
.case-study-row-two,
.case-study-special-row-two,
.case-study-row-three {
  margin-bottom: 15px; }
  .case-study-row-one > div img, .case-study-row-one > div video, .case-study-row-one > a img, .case-study-row-one > a video,
  .case-study-special-row-one > div img,
  .case-study-special-row-one > div video,
  .case-study-special-row-one > a img,
  .case-study-special-row-one > a video,
  .case-study-row-two > div img,
  .case-study-row-two > div video,
  .case-study-row-two > a img,
  .case-study-row-two > a video,
  .case-study-special-row-two > div img,
  .case-study-special-row-two > div video,
  .case-study-special-row-two > a img,
  .case-study-special-row-two > a video,
  .case-study-row-three > div img,
  .case-study-row-three > div video,
  .case-study-row-three > a img,
  .case-study-row-three > a video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    z-index: 1; }
  .case-study-row-one > div.special:before,
  .case-study-special-row-one > div.special:before,
  .case-study-row-two > div.special:before,
  .case-study-special-row-two > div.special:before,
  .case-study-row-three > div.special:before {
    display: none; }

.case-study-row-one > div {
  width: 100%;
  height: 0;
  padding-bottom: 63.77%;
  position: relative; }

.case-study-row-two {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .case-study-row-two > div,
  .case-study-row-two > a {
    width: calc(50% - 8px);
    height: 0;
    padding-bottom: 48%;
    position: relative; }

.case-study-row-three {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .case-study-row-three > div {
    width: calc(33.333% - 10px);
    height: 0;
    padding-bottom: 48.5%;
    position: relative; }

.case-study-special-row-one {
  padding-bottom: calc(50% - 15px);
  position: relative; }
  @media (max-width: 992px) {
    .case-study-special-row-one {
      padding-bottom: calc(53% - 15px); } }

@media (max-width: 992px) {
  .caribou .case-study-special-row-one,
  .brasa .case-study-special-row-one {
    padding-bottom: calc(51% - 15px) !important; } }

.case-study-special-row-two {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .case-study-special-row-two > div {
    width: calc(50% - 7px);
    height: 0;
    padding-bottom: 49%;
    position: relative; }

.case-study-row-two.tall > div, .case-study-row-two.tall > a {
  padding-bottom: 64%; }

.case-study-content.poster .case-study-row-two > div, .case-study-content.poster .case-study-row-two > a {
  padding-bottom: 64%; }

.case-study-content.campchef .case-study-row-two > div, .case-study-content.campchef .case-study-row-two > a {
  padding-bottom: 49%; }

.case-study-content.oobli .case-study-row-two > div, .case-study-content.oobli .case-study-row-two > a {
  padding-bottom: 49%; }
.case-study-content.oobli .case-study-row-two.tall > div, .case-study-content.oobli .case-study-row-two.tall > a {
  padding-bottom: 64%; }

.parallax-section {
  margin: 0 auto;
  margin-top: 94px;
  margin-bottom: 100px;
  height: 0;
  padding-bottom: 59.38%;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #F3EDE4; }
  @media (max-width: 768px) {
    .parallax-section {
      margin-top: 35px;
      margin-bottom: 50px;
      padding-bottom: 68.38%; } }
  .parallax-section .parallax-holder {
    position: absolute;
    width: 100%;
    height: 100%; }
  .parallax-section img.parallax {
    position: absolute;
    margin-top: -45px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
    min-height: calc(100% + 350px);
    height: 100%;
    min-width: 100%; }
    @media (max-width: 992px) {
      .parallax-section img.parallax {
        min-height: calc(100% + 250px); } }

.case-study-text-flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 140px 0; }
  @media (max-width: 992px) {
    .case-study-text-flex {
      margin: 80px 0;
      flex-wrap: wrap;
      padding: 0 7%; } }
  .case-study-text-flex .tick {
    width: 36px;
    height: 1.5px;
    background: #AE846D;
    margin-right: calc(8% - 16px);
    position: relative;
    top: 28px; }
    @media (max-width: 992px) {
      .case-study-text-flex .tick {
        top: 0%;
        margin-right: 0; } }
  .case-study-text-flex h2 {
    color: #1E3134;
    font-family: 'Tiller', serif;
    font-size: 33px;
    font-style: normal;
    font-weight: 500;
    margin: 0;
    width: calc(210px + 8%); }
    @media (max-width: 992px) {
      .case-study-text-flex h2 {
        width: 100%;
        margin: 30px 0 20px; } }
  .case-study-text-flex p {
    width: calc(100% - (210px + 8%) - (8% - 16px));
    max-width: 810px;
    color: #1E3134;
    font-family: 'Bitter', serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 195%;
    letter-spacing: 0.17px;
    margin: 0; }
    @media (max-width: 992px) {
      .case-study-text-flex p {
        width: 100%;
        max-width: 100%; } }
    @media (max-width: 575px) {
      .case-study-text-flex p {
        font-size: 10.5px; } }
  .case-study-text-flex a {
    color: #AE846D;
    text-decoration: none; }
    .case-study-text-flex a:hover, .case-study-text-flex a:active, .case-study-text-flex a:focus {
      text-decoration: underline; }

body .case-study-testimonial {
  background: transparent;
  padding: 0;
  margin: 140px auto; }
  @media (max-width: 992px) {
    body .case-study-testimonial {
      margin-top: 0;
      padding-top: 40px;
      margin-bottom: 76px; }
      body .case-study-testimonial > .container {
        width: 80%; }
      body .case-study-testimonial .testimonial-flex {
        flex-wrap: wrap; }
        body .case-study-testimonial .testimonial-flex .tick {
          display: block;
          top: 0;
          margin-bottom: 50px; }
      body .case-study-testimonial p.testimonial-content {
        line-height: 1.4em;
        font-size: 6vw; } }

.case-study-footer {
  padding-bottom: 80px; }
  @media (max-width: 575px) {
    .case-study-footer {
      padding-bottom: 20px; } }
  .case-study-footer .case-study-row-two > a {
    padding-bottom: 33%; }
    .case-study-footer .case-study-row-two > a:before {
      content: '';
      background: transparent;
      transition: 0.25s ease all;
      animation: none;
      z-index: 2; }
    .case-study-footer .case-study-row-two > a span {
      color: #F3EDE4;
      font-family: 'Stratum', sans-serif;
      font-size: 26px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      letter-spacing: 2.86px;
      text-transform: uppercase;
      position: absolute;
      z-index: 3;
      bottom: 6%;
      left: 5%; }
      @media (max-width: 992px) {
        .case-study-footer .case-study-row-two > a span {
          font-size: 8px;
          letter-spacing: 1.4px; } }
    .case-study-footer .case-study-row-two > a span.black {
      color: black; }
    .case-study-footer .case-study-row-two > a:hover:before, .case-study-footer .case-study-row-two > a:active:before, .case-study-footer .case-study-row-two > a:focus:before {
      content: '';
      background: rgba(0, 0, 0, 0.45); }

#wrap.cocktail-background {
  background: black; }
  #wrap.cocktail-background .case-study-hero .case-title h1,
  #wrap.cocktail-background .case-introduction .intro-flex p,
  #wrap.cocktail-background .case-study-text-flex p,
  #wrap.cocktail-background .case-study-text-flex h2,
  #wrap.cocktail-background .index-testimonial .testimonial-flex .testimonial-holder .testimonial-head-flex h2,
  #wrap.cocktail-background .case-study-testimonial .testimonial-flex .testimonial-holder .testimonial-head-flex h2,
  #wrap.cocktail-background .index-testimonial .testimonial-flex .testimonial-holder .slide p.testimonial-content,
  #wrap.cocktail-background .case-study-testimonial .testimonial-flex .testimonial-holder .slide p.testimonial-content,
  #wrap.cocktail-background .index-testimonial .testimonial-flex .testimonial-holder .slide p.author,
  #wrap.cocktail-background .case-study-testimonial .testimonial-flex .testimonial-holder .slide p.author,
  #wrap.cocktail-background .index-testimonial .testimonial-flex .testimonial-holder .slide p.testimonial-content:before,
  #wrap.cocktail-background .case-study-testimonial .testimonial-flex .testimonial-holder .slide p.testimonial-content:before {
    color: #F3EDE4; }
  #wrap.cocktail-background .mobile-menu-screen .mobile-flex .tick {
    background: #AE846D; }
  #wrap.cocktail-background .case-study-hero .case-title > .container,
  #wrap.cocktail-background header.background,
  #wrap.cocktail-background .mobile-menu-screen {
    background: black; }
  #wrap.cocktail-background footer {
    background: #212121; }
  #wrap.cocktail-background footer .copyright {
    background: #1A1A1A; }
  #wrap.cocktail-background .main-button.tanBack {
    border-color: #AE846D; }
    #wrap.cocktail-background .main-button.tanBack:hover, #wrap.cocktail-background .main-button.tanBack:active, #wrap.cocktail-background .main-button.tanBack:focus {
      background: #AE846D; }
  #wrap.cocktail-background header.background .mark svg .st0 {
    fill: #F3EDE4; }
  #wrap.cocktail-background header.background .head-flex .logo .copy,
  #wrap.cocktail-background header.background .head-flex .nav,
  #wrap.cocktail-background header.background .head-flex .nav a {
    color: #F3EDE4; }
  #wrap.cocktail-background header.background .head-flex .nav a:hover {
    color: #AE846D; }
  #wrap.cocktail-background header.background .hamburger i {
    background: #F3EDE4; }
  #wrap.cocktail-background .mobile-menu-screen .mobile-flex ul a:hover,
  #wrap.cocktail-background .mobile-menu-screen .mobile-flex ul a:focus,
  #wrap.cocktail-background .mobile-menu-screen .mobile-flex ul a:active {
    color: #AE846D; }

.modal-open #wrap.cocktail-background header .mark svg .st1 {
  fill: #AE846D; }

.modal-open #wrap.cocktail-background header.background .hamburger i {
  background: #AE846D; }

#wrap.camp-background .case-introduction .intro-flex h2,
#wrap.camp-background .index-testimonial .testimonial-flex .testimonial-holder .slide p.author span,
#wrap.camp-background .case-study-testimonial .testimonial-flex .testimonial-holder .slide p.author span,
#wrap.camp-background footer .copyright,
#wrap.camp-background footer .top-foot-flex .link-column ul li a:hover,
#wrap.camp-background footer .top-foot-flex .link-column ul li a:focus,
#wrap.camp-background footer .top-foot-flex .link-column ul li a:active,
#wrap.camp-background .case-introduction .intro-flex p a,
#wrap.camp-background .case-introduction .intro-flex p a:active,
#wrap.camp-background .case-introduction .intro-flex p a:focus,
#wrap.camp-background .case-introduction .intro-flex p a:hover {
  color: #B72927; }
#wrap.camp-background .case-study-text-flex .tick,
#wrap.camp-background .index-testimonial .testimonial-flex .tick,
#wrap.camp-background .case-study-testimonial .testimonial-flex .tick,
#wrap.camp-background footer .top-foot-flex .vr {
  background: #B72927; }
#wrap.camp-background header .mark svg .st1 {
  fill: #B72927; }
#wrap.camp-background header.background {
  background: #F3EDE4; }
#wrap.camp-background footer {
  background: #242424; }
#wrap.camp-background footer .copyright {
  background: #1C1C1C; }
#wrap.camp-background footer .footer-mark svg .st0 {
  fill: #B72927; }
#wrap.camp-background footer .main-button,
#wrap.camp-background .main-button.tanBack {
  border-color: #B72927;
  color: black; }
  #wrap.camp-background footer .main-button:hover, #wrap.camp-background footer .main-button:active, #wrap.camp-background footer .main-button:focus,
  #wrap.camp-background .main-button.tanBack:hover,
  #wrap.camp-background .main-button.tanBack:active,
  #wrap.camp-background .main-button.tanBack:focus {
    background: #B72927;
    color: white; }
#wrap.camp-background footer .main-button {
  color: white; }
#wrap.camp-background header .head-flex .nav a:hover, #wrap.camp-background header .head-flex .nav a:active, #wrap.camp-background header .head-flex .nav a:focus {
  color: #B72927;
  border-color: #B72927; }
#wrap.camp-background .mobile-menu-screen {
  background: #F3EDE4; }
#wrap.camp-background .mobile-menu-screen .mobile-flex ul a {
  color: black; }
  #wrap.camp-background .mobile-menu-screen .mobile-flex ul a:active, #wrap.camp-background .mobile-menu-screen .mobile-flex ul a:focus, #wrap.camp-background .mobile-menu-screen .mobile-flex ul a:hover {
    color: #B72927; }
#wrap.camp-background header.background .mark svg .st0 {
  fill: #1E3134; }
#wrap.camp-background header.background .head-flex .logo .copy,
#wrap.camp-background header.background .head-flex .nav,
#wrap.camp-background header.background .head-flex .nav a {
  color: #1E3134; }
#wrap.camp-background header.background .head-flex .nav a:hover {
  color: #B72927; }
#wrap.camp-background header.background .head-flex .nav a.active {
  color: #B72927; }
#wrap.camp-background header.background .hamburger i {
  background: #1E3134; }

.modal-open #wrap.camp-background header .mark svg .st1 {
  fill: #B72927; }

#wrap.oobli-background {
  background: #fff3f3; }
  #wrap.oobli-background header .mark svg .st0 {
    fill: #040454; }
  #wrap.oobli-background header .mark svg .st1,
  #wrap.oobli-background footer .footer-mark svg .st0 {
    fill: #D899E8; }
  #wrap.oobli-background header .head-flex .logo .copy,
  #wrap.oobli-background .case-study-hero .case-title h1,
  #wrap.oobli-background .case-introduction .intro-flex p,
  #wrap.oobli-background .case-study-text-flex p,
  #wrap.oobli-background .case-study-text-flex h2,
  #wrap.oobli-background header.background .head-flex .nav,
  #wrap.oobli-background header.background .head-flex .nav a,
  #wrap.oobli-background .index-testimonial .testimonial-flex .testimonial-holder .testimonial-head-flex h2,
  #wrap.oobli-background .case-study-testimonial .testimonial-flex .testimonial-holder .testimonial-head-flex h2,
  #wrap.oobli-background .index-testimonial .testimonial-flex .testimonial-holder .slide p.testimonial-content,
  #wrap.oobli-background .case-study-testimonial .testimonial-flex .testimonial-holder .slide p.testimonial-content,
  #wrap.oobli-background .index-testimonial .testimonial-flex .testimonial-holder .slide p.author,
  #wrap.oobli-background .case-study-testimonial .testimonial-flex .testimonial-holder .slide p.author,
  #wrap.oobli-background .mobile-menu-screen .mobile-flex ul a,
  #wrap.oobli-background .index-testimonial .testimonial-flex .testimonial-holder .slide p.testimonial-content:before, #wrap.oobli-background .case-study-testimonial .testimonial-flex .testimonial-holder .slide p.testimonial-content:before {
    color: #040454; }
  #wrap.oobli-background .index-testimonial .testimonial-flex .testimonial-holder .slide p.author span,
  #wrap.oobli-background .case-study-testimonial .testimonial-flex .testimonial-holder .slide p.author span,
  #wrap.oobli-background footer .copyright,
  #wrap.oobli-background footer .top-foot-flex .link-column ul li a:hover,
  #wrap.oobli-background footer .top-foot-flex .link-column ul li a:focus,
  #wrap.oobli-background footer .top-foot-flex .link-column ul li a:active,
  #wrap.oobli-background .mobile-menu-screen .mobile-flex ul a:hover,
  #wrap.oobli-background .mobile-menu-screen .mobile-flex ul a:focus,
  #wrap.oobli-background .mobile-menu-screen .mobile-flex ul a:active,
  #wrap.oobli-background .case-introduction .intro-flex h2,
  #wrap.oobli-background .case-introduction .intro-flex p a,
  #wrap.oobli-background .case-introduction .intro-flex p a:focus,
  #wrap.oobli-background .case-introduction .intro-flex p a:active,
  #wrap.oobli-background .case-introduction .intro-flex p a:hover,
  #wrap.oobli-background .case-study-text-flex a,
  #wrap.oobli-background .case-study-text-flex a:hover,
  #wrap.oobli-background .case-study-text-flex a:focus,
  #wrap.oobli-background .case-study-text-flex a:active {
    color: #D899E8; }
  #wrap.oobli-background .case-study-text-flex .tick,
  #wrap.oobli-background .index-testimonial .testimonial-flex .tick,
  #wrap.oobli-background .case-study-testimonial .testimonial-flex .tick,
  #wrap.oobli-background footer .top-foot-flex .vr,
  #wrap.oobli-background header .head-flex .hamburger:hover i,
  #wrap.oobli-background .mobile-menu-screen .mobile-flex .tick {
    background: #D899E8; }
  #wrap.oobli-background header .head-flex .nav a:hover,
  #wrap.oobli-background header .head-flex .nav a:focus,
  #wrap.oobli-background header .head-flex .nav a:active {
    color: #D899E8;
    border-color: #D899E8; }
  #wrap.oobli-background footer .main-button {
    border-color: #D899E8; }
    #wrap.oobli-background footer .main-button:hover, #wrap.oobli-background footer .main-button:focus, #wrap.oobli-background footer .main-button:active {
      background: #D899E8;
      color: #040454; }
  #wrap.oobli-background .mobile-menu-screen .main-button.tanBack {
    color: #040454;
    border-color: #D899E8; }
    #wrap.oobli-background .mobile-menu-screen .main-button.tanBack:hover, #wrap.oobli-background .mobile-menu-screen .main-button.tanBack:focus, #wrap.oobli-background .mobile-menu-screen .main-button.tanBack:active {
      background: #D899E8;
      color: #040454; }
  #wrap.oobli-background footer,
  #wrap.oobli-background header .head-flex .hamburger i {
    background: #040454; }
  #wrap.oobli-background footer .copyright {
    background: #000040; }
  #wrap.oobli-background header.background,
  #wrap.oobli-background .mobile-menu-screen,
  #wrap.oobli-background .case-study-hero .case-title > .container {
    background: #fff3f3; }

.modal-open #wrap.oobli-background header .mark svg .st1 {
  fill: #D899E8; }

#wrap.grain-background header.background .mark svg .st0 {
  fill: #212842; }
#wrap.grain-background header .mark svg .st1,
#wrap.grain-background footer .footer-mark svg .st0 {
  fill: #AE2734; }
#wrap.grain-background header.background,
#wrap.grain-background .mobile-menu-screen {
  background: #F3EDE4; }
#wrap.grain-background .case-study-hero .case-title h1,
#wrap.grain-background .case-introduction .intro-flex p,
#wrap.grain-background .case-study-text-flex p,
#wrap.grain-background .case-study-text-flex h2,
#wrap.grain-background .index-testimonial .testimonial-flex .testimonial-holder .testimonial-head-flex h2,
#wrap.grain-background .case-study-testimonial .testimonial-flex .testimonial-holder .testimonial-head-flex h2,
#wrap.grain-background .index-testimonial .testimonial-flex .testimonial-holder .slide p.testimonial-content,
#wrap.grain-background .case-study-testimonial .testimonial-flex .testimonial-holder .slide p.testimonial-content,
#wrap.grain-background .index-testimonial .testimonial-flex .testimonial-holder .slide p.author,
#wrap.grain-background .case-study-testimonial .testimonial-flex .testimonial-holder .slide p.author,
#wrap.grain-background header.background .head-flex .nav,
#wrap.grain-background header.background .head-flex .nav a,
#wrap.grain-background .mobile-menu-screen .mobile-flex ul a,
#wrap.grain-background .index-testimonial .testimonial-flex .testimonial-holder .slide p.testimonial-content:before,
#wrap.grain-background .case-study-testimonial .testimonial-flex .testimonial-holder .slide p.testimonial-content:before {
  color: #212842; }
#wrap.grain-background .index-testimonial .testimonial-flex .testimonial-holder .slide p.author span,
#wrap.grain-background .case-study-testimonial .testimonial-flex .testimonial-holder .slide p.author span,
#wrap.grain-background .case-introduction .intro-flex h2,
#wrap.grain-background .case-introduction .intro-flex p a,
#wrap.grain-background .case-introduction .intro-flex p a:hover,
#wrap.grain-background .case-introduction .intro-flex p a:focus,
#wrap.grain-background .case-introduction .intro-flex p a:active,
#wrap.grain-background footer .top-foot-flex .link-column ul li a:hover,
#wrap.grain-background footer .top-foot-flex .link-column ul li a:active,
#wrap.grain-background footer .top-foot-flex .link-column ul li a:focus,
#wrap.grain-background footer .copyright,
#wrap.grain-background header .head-flex .nav a:hover,
#wrap.grain-background header .head-flex .nav a:focus,
#wrap.grain-background header .head-flex .nav a:active,
#wrap.grain-background .mobile-menu-screen .mobile-flex ul a:hover,
#wrap.grain-background .mobile-menu-screen .mobile-flex ul a:focus,
#wrap.grain-background .mobile-menu-screen .mobile-flex ul a:active {
  color: #AE2734; }
#wrap.grain-background .index-testimonial .testimonial-flex .tick, #wrap.grain-background .case-study-testimonial .testimonial-flex .tick,
#wrap.grain-background footer .top-foot-flex .vr,
#wrap.grain-background header .head-flex .hamburger:hover i,
#wrap.grain-background .case-study-text-flex .tick {
  background: #AE2734; }
#wrap.grain-background footer,
#wrap.grain-background .mobile-menu-screen .mobile-flex .tick {
  background: #212842; }
#wrap.grain-background #wrap.grain-background header .head-flex .hamburger i {
  background: #F3EDE4; }
#wrap.grain-background footer .copyright {
  background: #181F36; }
#wrap.grain-background footer .main-button {
  border-color: #AE2734; }
  #wrap.grain-background footer .main-button:hover, #wrap.grain-background footer .main-button:focus, #wrap.grain-background footer .main-button:active {
    background: #AE2734; }
#wrap.grain-background header .head-flex .nav a:hover,
#wrap.grain-background header .head-flex .nav a:focus,
#wrap.grain-background header .head-flex .nav a:active {
  border-color: #AE2734; }
#wrap.grain-background .mobile-menu-screen .main-button {
  border-color: #AE2734;
  color: #212842; }
  #wrap.grain-background .mobile-menu-screen .main-button:hover, #wrap.grain-background .mobile-menu-screen .main-button:focus, #wrap.grain-background .mobile-menu-screen .main-button:active {
    background: #AE2734;
    color: #F3EDE4; }

.modal-open #wrap.grain-background header .mark svg .st1 {
  fill: #AE2734; }

.modal-open #wrap.grain-background header .mark svg .st0 {
  fill: #212842; }

#wrap.caribou-background header .mark svg .st1,
#wrap.caribou-background footer .footer-mark svg .st0 {
  fill: #71B3C8; }
#wrap.caribou-background header.background,
#wrap.caribou-background .mobile-menu-screen {
  background: #F3EDE4; }
#wrap.caribou-background header .head-flex .nav a:hover,
#wrap.caribou-background header .head-flex .nav a:focus,
#wrap.caribou-background header .head-flex .nav a:active {
  color: #71B3C8;
  border-color: #71B3C8; }
#wrap.caribou-background .case-introduction .intro-flex h2,
#wrap.caribou-background .case-introduction .intro-flex p a,
#wrap.caribou-background .case-introduction .intro-flex p a:hover,
#wrap.caribou-background .case-introduction .intro-flex p a:focus,
#wrap.caribou-background .case-introduction .intro-flex p a:active,
#wrap.caribou-background .index-testimonial .testimonial-flex .testimonial-holder .slide p.author span,
#wrap.caribou-background .case-study-testimonial .testimonial-flex .testimonial-holder .slide p.author span,
#wrap.caribou-background footer .top-foot-flex .link-column ul li a:hover,
#wrap.caribou-background footer .top-foot-flex .link-column ul li a:focus,
#wrap.caribou-background footer .top-foot-flex .link-column ul li a:active,
#wrap.caribou-background footer .copyright {
  color: #71B3C8; }
#wrap.caribou-background .case-study-text-flex .tick,
#wrap.caribou-background .index-testimonial .testimonial-flex .tick,
#wrap.caribou-background .case-study-testimonial .testimonial-flex .tick,
#wrap.caribou-background footer .top-foot-flex .vr,
#wrap.caribou-background header .head-flex .hamburger:hover i,
#wrap.caribou-background .mobile-menu-screen .mobile-flex .tick {
  background: #71B3C8; }
#wrap.caribou-background footer {
  background: #1A2E36; }
#wrap.caribou-background footer .copyright {
  background: #13252D; }
#wrap.caribou-background footer .main-button,
#wrap.caribou-background .mobile-menu-screen .main-button {
  border-color: #71B3C8; }
  #wrap.caribou-background footer .main-button:hover, #wrap.caribou-background footer .main-button:focus, #wrap.caribou-background footer .main-button:active,
  #wrap.caribou-background .mobile-menu-screen .main-button:hover,
  #wrap.caribou-background .mobile-menu-screen .main-button:focus,
  #wrap.caribou-background .mobile-menu-screen .main-button:active {
    background: #71B3C8; }
#wrap.caribou-background .mobile-menu-screen .main-button {
  color: #1A2E36; }
  #wrap.caribou-background .mobile-menu-screen .main-button:hover, #wrap.caribou-background .mobile-menu-screen .main-button:focus, #wrap.caribou-background .mobile-menu-screen .main-button:active {
    color: #F3EDE4; }
#wrap.caribou-background .mobile-menu-screen .mobile-flex ul a {
  color: #1A2E36; }
  #wrap.caribou-background .mobile-menu-screen .mobile-flex ul a:hover, #wrap.caribou-background .mobile-menu-screen .mobile-flex ul a:active, #wrap.caribou-background .mobile-menu-screen .mobile-flex ul a:focus {
    color: #71B3C8; }

.modal-open #wrap.caribou-background header .mark svg .st0 {
  fill: #1A2E36; }

.modal-open #wrap.caribou-background header .mark svg .st1 {
  fill: #71B3C8; }

#wrap.brasa-background header .mark svg .st1 {
  fill: #F3EDE4; }
#wrap.brasa-background header.background .mark svg .st1,
#wrap.brasa-background footer .footer-mark svg .st0 {
  fill: #BF913C; }
#wrap.brasa-background header.background .mark svg .st0,
#wrap.brasa-background header.dark .mark svg .st0 {
  fill: black; }
#wrap.brasa-background header .head-flex .logo .copy,
#wrap.brasa-background header .head-flex .nav,
#wrap.brasa-background header .head-flex .nav a,
#wrap.brasa-background header.background .head-flex .logo .copy,
#wrap.brasa-background header.background .head-flex .nav,
#wrap.brasa-background header.background .head-flex .nav a,
#wrap.brasa-background .case-study-hero .case-title h1,
#wrap.brasa-background .case-introduction .intro-flex p,
#wrap.brasa-background .case-study-text-flex h2,
#wrap.brasa-background .case-study-text-flex p,
#wrap.brasa-background .index-testimonial .testimonial-flex .testimonial-holder .testimonial-head-flex h2,
#wrap.brasa-background .case-study-testimonial .testimonial-flex .testimonial-holder .testimonial-head-flex h2,
#wrap.brasa-background .index-testimonial .testimonial-flex .testimonial-holder .slide p.testimonial-content,
#wrap.brasa-background .case-study-testimonial .testimonial-flex .testimonial-holder .slide p.testimonial-content,
#wrap.brasa-background .index-testimonial .testimonial-flex .testimonial-holder .slide p.testimonial-content:before,
#wrap.brasa-background .case-study-testimonial .testimonial-flex .testimonial-holder .slide p.testimonial-content:before,
#wrap.brasa-background .index-testimonial .testimonial-flex .testimonial-holder .slide p.author,
#wrap.brasa-background .case-study-testimonial .testimonial-flex .testimonial-holder .slide p.author {
  color: black; }
#wrap.brasa-background .case-introduction .intro-flex h2,
#wrap.brasa-background .index-testimonial .testimonial-flex .testimonial-holder .slide p.author span,
#wrap.brasa-background .case-study-testimonial .testimonial-flex .testimonial-holder .slide p.author span,
#wrap.brasa-background footer .top-foot-flex .link-column ul li a:hover,
#wrap.brasa-background footer .top-foot-flex .link-column ul li a:active,
#wrap.brasa-background footer .top-foot-flex .link-column ul li a:focus,
#wrap.brasa-background footer .copyright {
  color: #BF913C; }
#wrap.brasa-background header.background,
#wrap.brasa-background .mobile-menu-screen {
  background: #F3EDE4; }
#wrap.brasa-background .case-study-text-flex .tick,
#wrap.brasa-background .index-testimonial .testimonial-flex .tick,
#wrap.brasa-background .case-study-testimonial .testimonial-flex .tick,
#wrap.brasa-background footer .top-foot-flex .vr,
#wrap.brasa-background header .head-flex .hamburger:hover i,
#wrap.brasa-background .mobile-menu-screen .mobile-flex .tick {
  background: #BF913C; }
#wrap.brasa-background header .head-flex .nav a:hover,
#wrap.brasa-background header .head-flex .nav a:focus,
#wrap.brasa-background header .head-flex .nav a:active {
  color: #F3EDE4;
  border-color: #F3EDE4; }
#wrap.brasa-background header.background .head-flex .nav a:hover,
#wrap.brasa-background header.background .head-flex .nav a:focus,
#wrap.brasa-background header.background .head-flex .nav a:active {
  color: #BF913C;
  border-color: #BF913C; }
#wrap.brasa-background footer .main-button,
#wrap.brasa-background .mobile-menu-screen .main-button {
  border-color: #BF913C; }
  #wrap.brasa-background footer .main-button:active, #wrap.brasa-background footer .main-button:focus, #wrap.brasa-background footer .main-button:hover,
  #wrap.brasa-background .mobile-menu-screen .main-button:active,
  #wrap.brasa-background .mobile-menu-screen .main-button:focus,
  #wrap.brasa-background .mobile-menu-screen .main-button:hover {
    background: #BF913C; }
#wrap.brasa-background .mobile-menu-screen .main-button {
  color: black; }
  #wrap.brasa-background .mobile-menu-screen .main-button:hover, #wrap.brasa-background .mobile-menu-screen .main-button:focus, #wrap.brasa-background .mobile-menu-screen .main-button:active {
    color: #F3EDE4; }
#wrap.brasa-background footer {
  background: #151515; }
#wrap.brasa-background footer .copyright {
  background: black; }
#wrap.brasa-background .mobile-menu-screen .mobile-flex ul a {
  color: black; }
  #wrap.brasa-background .mobile-menu-screen .mobile-flex ul a:hover, #wrap.brasa-background .mobile-menu-screen .mobile-flex ul a:active, #wrap.brasa-background .mobile-menu-screen .mobile-flex ul a:focus {
    color: #BF913C; }

.modal-open #wrap.brasa-background header .mark svg .st0 {
  fill: black; }

.modal-open #wrap.brasa-background header .mark svg .st1 {
  fill: #BF913C; }

/* _archive.scss */
.hero-header {
  padding-top: 191px;
  padding-bottom: 135px; }
  @media (max-width: 992px) {
    .hero-header {
      padding-top: 140px;
      padding-bottom: 95px; }
      .hero-header > .container {
        width: 81%; } }
  .hero-header h1 {
    color: #1E3134;
    margin-bottom: 0; }

.gallery-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-bottom: 30px; }
  .gallery-flex .gallery-aspect {
    width: calc(33.3333% - 10px);
    height: 0;
    padding-bottom: calc(33.3333% - 10px);
    margin-bottom: 15px;
    position: relative; }
    @media (max-width: 768px) {
      .gallery-flex .gallery-aspect {
        width: 100%;
        padding-bottom: 100%; } }
    .gallery-flex .gallery-aspect:before {
      content: '';
      background: url(../images/loading.svg) no-repeat center center;
      background-size: 100px 100px;
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      z-index: 0;
      animation: rotating 18s linear infinite; }
    .gallery-flex .gallery-aspect > img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center center;
      z-index: 1; }
    .gallery-flex .gallery-aspect .credits {
      position: absolute;
      bottom: 3.8%;
      left: 3.8%;
      color: #FFF;
      font-family: 'Stratum', sans-serif;
      font-size: 10px;
      font-style: normal;
      font-weight: 700;
      line-height: 6px;
      /* 377.778% */
      letter-spacing: 1.08px;
      text-decoration: none;
      z-index: 2; }
      .gallery-flex .gallery-aspect .credits:hover, .gallery-flex .gallery-aspect .credits:focus, .gallery-flex .gallery-aspect .credits:active {
        text-decoration: underline; }

/* _photo.scss */
.photo-row-one,
.photo-row-two {
  margin-bottom: 15px; }
  .photo-row-one > div img, .photo-row-one > a img,
  .photo-row-two > div img,
  .photo-row-two > a img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    z-index: 1; }
  .photo-row-one > div:before, .photo-row-one > a:before,
  .photo-row-two > div:before,
  .photo-row-two > a:before {
    content: '';
    background: url(../images/loading.svg) no-repeat center center;
    background-size: 100px 100px;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 0;
    animation: rotating 18s linear infinite; }

.photo-row-one > div {
  width: 100%;
  height: 0;
  padding-bottom: 63.77%;
  position: relative; }

.photo-row-two {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .photo-row-two > div,
  .photo-row-two > a {
    width: calc(50% - 8px);
    height: 0;
    padding-bottom: 65%;
    position: relative; }

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