@charset "UTF-8";
/*  --- FONT FALL BACK ---  */
/* -- Center Element -- */
/* -- Responsive -- */
/* -- Center Element in Parent with a position relative -- */
/* -- Hidden/Visible -- */
/*  -- Remove Margin and Padding -- */
/* -- Shapes -- */
/* Circle */
/* Triangle */
/* -- Image Filter Effect -- */
/*
// grayscale      ex: filter: grayscale(100%);
// sepia          ex: filter: sepia(100%);
// saturate       ex: filter: saturate(0%);
// hue-rotate     ex: filter: hue-rotate(45deg);
// invert         ex: filter: invert(100%);
// brightness     ex: filter: brightness(15%);
// contrast       ex: filter: contrast(200%);
// blur           ex: filter: blur(2px);
*/
/* Quick Black and White Effect*/
/* Zoom */
/* -- Box-shadow -- */
/* -- Gradient -- */
/* -- Placeholder -- */
/* -- FUNCTION --*/
/* -- Calculate width in percent -- */
/* -- Calculate font-size in em -- */
/* -- Quick Color Contrast -- */
/*  --- Variable ---  */
/*  --- MEDIA QUERIES ---  */
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0; }

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0; }

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5; }

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none; }

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto; }

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block; }

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em; }

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit; }

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
         -o-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  /* Browsers have different default form fonts */
  font-size: 13px;
  font-family: Arial; }

/* Remove the stupid outer glow in Webkit */
input:focus {
  outline: 0; }

/* Box Sizing Reset
-----------------------------------------------*/
/* All of our custom controls should be what we expect them to be */
input,
textarea {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

/* These elements are usually rendered a certain way by the browser */
button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* Text Inputs
-----------------------------------------------*/
/* Button Controls
-----------------------------------------------*/
input[type=checkbox],
input[type=radio] {
  width: 13px;
  height: 13px; }

/* File Uploads
-----------------------------------------------*/
/* Search Input
-----------------------------------------------*/
/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box; }

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none; }

/* Buttons
-----------------------------------------------*/
button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
  /* Fix IE7 display bug */
  overflow: visible;
  width: auto; }

/* IE8 and FF freak out if this rule is within another selector */
::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none; }

/* Textarea
-----------------------------------------------*/
textarea {
  /* Move the label to the top */
  vertical-align: top;
  /* Turn off scroll bars in IE unless needed */
  overflow: auto; }

/* Selects
-----------------------------------------------*/
select[multiple] {
  /* Move the label to the top */
  vertical-align: top; }

/*! 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 {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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; }

/*
@font-face {
  font-family: 'NeueHaasGroteskDisp Std';
  src: url("../fonts/NHaasGroteskDSStd-75Bd/NHaasGroteskDSStd-75Bd.eot");
  src: url("../fontsNHaasGroteskDSStd-75Bd/NHaasGroteskDSStd-75Bd.eot?#iefix") format("embedded-opentype"), url("../fonts/NHaasGroteskDSStd-75Bd/NHaasGroteskDSStd-75Bd.woff2") format("woff2"), url("../fonts/NHaasGroteskDSStd-75Bd/NHaasGroteskDSStd-75Bd.woff") format("woff"), url("../fonts/NHaasGroteskDSStd-75Bd/NHaasGroteskDSStd-75Bd.ttf") format("truetype"), url("../fonts/NHaasGroteskDSStd-75Bd/NHaasGroteskDSStd-75Bd.svg#NHaasGroteskDSStd-75Bd") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'NeueHaasGroteskDisp Std';
  src: url("../fonts/NHaasGroteskDSStd-55Rg/NHaasGroteskDSStd-55Rg.eot");
  src: url("../fonts/NHaasGroteskDSStd-55Rg/NHaasGroteskDSStd-55Rg.eot?#iefix") format("embedded-opentype"), url("../fonts/NHaasGroteskDSStd-55Rg/NHaasGroteskDSStd-55Rg.woff2") format("woff2"), url("../fonts/NHaasGroteskDSStd-55Rg/NHaasGroteskDSStd-55Rg.woff") format("woff"), url("../fonts/NHaasGroteskDSStd-55Rg/NHaasGroteskDSStd-55Rg.ttf") format("truetype"), url("../fonts/NHaasGroteskDSStd-55Rg/NHaasGroteskDSStd-55Rg.svg#NHaasGroteskDSStd-55Rg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'NeueHaasGroteskDisp Std Blk';
  src: url("../fonts/NHaasGroteskDSStd-95Blk/NHaasGroteskDSStd-95Blk.eot");
  src: url("../fonts/NHaasGroteskDSStd-95Blk/NHaasGroteskDSStd-95Blk.eot?#iefix") format("embedded-opentype"), url("../fonts/NHaasGroteskDSStd-95Blk/NHaasGroteskDSStd-95Blk.woff2") format("woff2"), url("../fonts/NHaasGroteskDSStd-95Blk/NHaasGroteskDSStd-95Blk.woff") format("woff"), url("../fonts/NHaasGroteskDSStd-95Blk/NHaasGroteskDSStd-95Blk.ttf") format("truetype"), url("../fonts/NHaasGroteskDSStd-95Blk/NHaasGroteskDSStd-95Blk.svg#NHaasGroteskDSStd-95Blk") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Noe Display';
  src: url("../fonts/NoeDisplay/NoeDisplay-RegularItalic.eot");
  src: url("../fonts/NoeDisplay/NoeDisplay-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/NoeDisplay/NoeDisplay-RegularItalic.woff2") format("woff2"), url("../fonts/NoeDisplay/NoeDisplay-RegularItalic.woff") format("woff"), url("../fonts/NoeDisplay/NoeDisplay-RegularItalic.ttf") format("truetype"), url("../fonts/NoeDisplay/NoeDisplay-RegularItalic.svg#NoeDisplay-RegularItalic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }
  */

html {
  background-color: #ffffff;
  color: #4B384C;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none; }
  html.overflow {
    overflow: hidden; }
  html::-webkit-scrollbar {
    width: 0 !important; }

body {
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  background-color: #ffffff;
  color: #4B384C;
  font-size: 16px;
  line-height: 1.375em;
  white-space: normal;
  font-family: 'NeueHaasGroteskDisp Std', sans-serif;
  font-weight: 400;
  font-style: normal;
  /* -- @include break(height)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  body.overflow {
    overflow: hidden; }
  @media only screen and (max-width: 767px) {
    body {
      font-size: 14px; } }

.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  /* -- @include break(height)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(height)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 1215px) {
    .container {
      width: calc(100% - 120px); } }
  @media only screen and (max-width: 767px) {
    .container {
      width: 100%;
      padding-left: 30px;
      padding-right: 30px; } }

a {
  color: inherit;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  display: inline;
  line-height: 1em;
  position: relative;
  text-decoration: none; }
  a:visited {
    color: inherit; }

p {
  line-height: 1.4em;
  font-size: 1em;
  font-family: 'NeueHaasGroteskDisp Std', sans-serif;
  font-weight: 400;
  font-style: normal; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* -- @include break(height)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

h1, h2 {
  font-family: 'Noe Display', serif;
  font-style: italic;
  font-size: 3.125em;
  line-height: 1em;
  text-transform: lowercase;
  font-weight: 400;
  margin: 0;
  padding: 0; }

h3 {
  font-family: 'NeueHaasGroteskDisp Std', sans-serif;
  font-weight: normal;
  font-weight: bold;
  font-size: 1.25em; }

h6 {
  font-family: 'NeueHaasGroteskDisp Std', sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0;
  font-size: 1.375em; }

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 282px;
  text-align: center;
  color: #ffffff !important;
  background-color: #B69679;
  border: 2px solid #B69679;
  height: 58px;
  text-transform: uppercase;
  font-size: 18px;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .btn:hover {
    background-color: #ffffff;
    color: #B69679 !important; }

header {
  width: 100%;
  position: relative; }
  header .logo {
    width: 170px;
    display: block;
    margin: 30px auto;
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      header .logo {
        width: 120px;
        margin: 20px auto; } }
    header .logo img {
      width: 100%;
      height: auto; }
  header .lang {
    position: absolute;
    right: 5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.hero {
  height: 560px;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  background-image: url(https://image.exacttarget.com/lib/fe8c137276600d7870/m/2/8fa4577e-8662-4e56-afe3-a1492666026f.jpg);
  /* -- @include break(height)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .hero {
      height: 170vw;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      background-image: url(https://image.exacttarget.com/lib/fe8c137276600d7870/m/2/64571999-0771-44a5-883a-8e486a056b6a.jpg);
      background-position: top right; } }
  .hero h1 {
    font-size: 4.375em;
    padding-bottom: 60px;
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .hero h1 {
        font-size: 2.7em;
        padding-bottom: 20px;
        padding-top: 20px; }
        .hero h1 br {
          display: none; } }
  .hero .inner {
    width: 700px;
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .hero .inner {
        width: 100%; } }
  .hero .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: -15px;
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .hero .flex {
        margin-right: -15px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .hero .feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    width: 115px;
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .hero .feature {
        width: 82px; } }
    .hero .feature img {
      width: auto;
      height: 90px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      /* -- @include break(height)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .hero .feature img {
          height: 50px;
          display: block;
          margin-left: auto;
          margin-right: auto; } }
    .hero .feature h5 {
      font-size: 10px;
      line-height: 1.5em;
      color: #ffffff;
      padding-left: 0px;
      /* -- @include break(height)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .hero .feature h5 {
          font-size: 8px;
          margin-top: 5px; } }
    .hero .feature:nth-of-type(6) h5 br {
      /* -- @include break(height)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .hero .feature:nth-of-type(6) h5 br {
          display: none; } }
  .hero .ghost {
    display: none;
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .hero .ghost {
        display: block;
        width: 80px; } }

.discover {
  padding: 80px 0;
  /* -- @include break(height)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .discover {
      padding: 60px 0; } }
  .discover .flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .discover .left {
    width: 40%;
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .discover .left {
        width: 100%; } }
    .discover .left h2 {
      padding-bottom: 40px; }
    .discover .left p {
      font-size: 1.12em; }
  .discover .right {
    width: 50%;
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .discover .right {
        width: 100%;
        margin-top: 40px; } }
    .discover .right img {
      width: 100%; }

.products {
  padding-bottom: 80px;
  /* -- @include break(height)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .products {
      padding-bottom: 60px; } }
  .products .container:first-of-type {
    padding-top: 80px;
    border-top: 1px solid #D3CFCF; }
  .products h2 {
    text-align: center;
    width: 315px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px; }
  .products .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -12.5px;
    margin-right: -12.5px;
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .products .flex {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .products .prod {
    width: 360px;
    height: 445px;
    padding: 50px 15px;
    border: 2px solid #DCC7B7;
    border-radius: 10px;
    margin-bottom: 25px;
    margin-left: 12.5px;
    margin-right: 12.5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .products .prod {
        width: 300px;
        height: 400px;
        padding: 40px 5px; } }
    .products .prod .img_wrap {
      width: 226px;
      /* -- @include break(height)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .products .prod .img_wrap {
          width: 200px; } }
      .products .prod .img_wrap img {
        width: 100%;
        height: auto; }
    .products .prod h3 {
      padding-top: 30px;
      text-transform: uppercase;
      padding-bottom: 10px; }
  .products .dropdown_wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 40px;
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .products .dropdown_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .products .dropdown_wrap h4 {
      text-transform: uppercase;
      margin-right: 60px;
      /* -- @include break(height)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .products .dropdown_wrap h4 {
          margin-right: 0px;
          font-size: 16px; } }
    .products .dropdown_wrap .drop {
      width: 300px;
      margin-left: 10px;
      margin-right: 10px;
      position: relative;
      /* -- @include break(height)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .products .dropdown_wrap .drop {
          margin-top: 20px; } }
      .products .dropdown_wrap .drop .top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        background-color: #B69679;
        height: 60px;
        padding: 15px 35px;
        cursor: pointer; }
        .products .dropdown_wrap .drop .top p {
          text-transform: uppercase;
          color: #ffffff;
          font-size: 1.125em; }
        .products .dropdown_wrap .drop .top svg {
          width: 12px;
          -webkit-transition: 0.4s;
          -o-transition: 0.4s;
          transition: 0.4s; }
      .products .dropdown_wrap .drop ul {
        overflow: hidden;
        display: none;
        position: absolute;
        top: calc(100% - 3px);
        left: 0;
        right: 0;
        list-style-type: none;
        padding: 0 20px;
        border: 3px solid #B69679;
        background-color: #ffffff;
        z-index: 5;
        margin: 0; }
        .products .dropdown_wrap .drop ul li {
          width: 260px;
          height: 60px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          border-bottom: 1px solid #F3F0F0; }
          .products .dropdown_wrap .drop ul li a {
            height: 100%; }
          .products .dropdown_wrap .drop ul li img {
            height: 100%;
            width: auto; }
          .products .dropdown_wrap .drop ul li:last-of-type {
            border: none; }
      .products .dropdown_wrap .drop.active .top svg {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); }

.fr .products .prod {
  height: 500px; }

.fr .products .dropdown_wrap .drop {
  width: 350px;
  /* -- @include break(height)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .fr .products .dropdown_wrap .drop {
      width: 100%; } }

.fr .products .dropdown_wrap .drop ul li {
  width: 310px;
  /* -- @include break(height)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .fr .products .dropdown_wrap .drop ul li {
      width: 100%; } }

.testimonials {
  padding-bottom: 80px;
  /* -- @include break(height)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .testimonials {
      padding-bottom: 60px; } }
  .testimonials .container:first-of-type {
    border-top: 1px solid #D3CFCF;
    padding-top: 80px;
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .testimonials .container:first-of-type {
        padding-top: 60px; } }
  .testimonials .flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .testimonials h2 {
    text-align: center;
    max-width: 500px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px; }
  .testimonials .left {
    width: 50%;
    padding: 0 100px;
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .testimonials .left {
        width: 100%; } }
    .testimonials .left img {
      width: 80%;
      margin-left: auto;
      margin-right: auto; }
  .testimonials .right {
    border-left: 1px solid #B69679;
    padding-left: 35px;
    width: 50%;
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .testimonials .right {
        width: 100%;
        margin-top: 60px;
        border-left: none;
        padding-left: 0px; } }
    .testimonials .right .review {
      padding-bottom: 50px; }
      .testimonials .right .review img {
        width: 110px; }
      .testimonials .right .review h3 {
        font-family: 'Noe Display', serif;
        font-style: italic;
        font-size: 1.5625em;
        padding-top: 10px;
        padding-bottom: 25px; }
      .testimonials .right .review:last-of-type {
        padding-bottom: 0px; }

.newsletter_form {
  padding-bottom: 30px;
  /* -- @include break(height)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .newsletter_form {
      padding-bottom: 60px; } }
  .newsletter_form .container:first-of-type {
    padding-top: 80px;
    border-top: 1px solid #D3CFCF; }
  .newsletter_form h2 {
    text-align: center;
    max-width: 360px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .newsletter_form h2 br {
        display: none; } }
  .newsletter_form h6 {
    text-align: center;
    max-width: 600px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px; }
  .newsletter_form form {
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .newsletter_form form input, .newsletter_form form select {
      width: 100%;
      border: 1px solid #A6A6A6;
      border-radius: 6px;
      height: 60px;
      font-size: 1.125em;
      padding: 0px 18px;
      color: #4B384C;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
      .newsletter_form form input:focus, .newsletter_form form select:focus {
        border: 1px solid #4B384C; }
      .newsletter_form form input[type='submit'], .newsletter_form form select[type='submit'] {
        margin-top: 20px;
        padding-bottom: 0px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 175px;
        height: 60px;
        background-color: #B69679;
        color: #ffffff;
        text-transform: uppercase;
        border: 1px solid #B69679;
        border-radius: 0;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        cursor: pointer;
        margin-top: 40px; }
        .newsletter_form form input[type='submit']:hover, .newsletter_form form select[type='submit']:hover {
          color: #B69679;
          background-color: #ffffff; }
        .newsletter_form form input[type='submit']:disabled, .newsletter_form form select[type='submit']:disabled {
          pointer-events: none;
          opacity: 0.5; }
    .newsletter_form form label {
      margin-bottom: 20px;
      position: relative;
      width: 100%; }
    .newsletter_form form .form_label {
      position: absolute;
      top: 1.58em;
      left: 19px;
      font-size: 1.125em;
      color: #A6A6A6;
      pointer-events: none;
      -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
      .newsletter_form form .form_label.active {
        top: 0.85em;
        font-size: 0.7em; }
    .newsletter_form form select {
      font-size: 1em;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none; }
      .newsletter_form form select:invalid {
        color: #A6A6A6; }
      .newsletter_form form select [disabled] {
        color: #A6A6A6; }
    .newsletter_form form .select_wrap {
      position: relative;
      margin-bottom: 20px; }
      .newsletter_form form .select_wrap:after {
        pointer-events: none;
        content: "▾";
        color: #4B384C;
        position: absolute;
        top: 50%;
        right: 22px;
        font-size: 25px;
        -webkit-transform: translateY(-60%) scaleY(1.5);
            -ms-transform: translateY(-60%) scaleY(1.5);
                transform: translateY(-60%) scaleY(1.5); }
      .newsletter_form form .select_wrap .form_label {
        line-height: 1em;
        opacity: 0;
        font-size: 0.6em; }
        .newsletter_form form .select_wrap .form_label.active {
          opacity: 1; }
      .newsletter_form form .select_wrap.professional, .newsletter_form form .select_wrap.consumer {
        display: none; }
        .newsletter_form form .select_wrap.professional.active, .newsletter_form form .select_wrap.consumer.active {
          display: block; }
    .newsletter_form form .disclaimer_wrap {
      margin-top: 10px;
      line-height: 1em; }
      .newsletter_form form .disclaimer_wrap small {
        font-size: 10px;
        line-height: 1em; }
        .newsletter_form form .disclaimer_wrap small a {
          text-decoration: underline; }

.fr .newsletter_form h2 {
  max-width: 620px; }

.fr .newsletter_form h6 {
  max-width: 465px; }

.fr .home .newsletter_form .btn {
  width: 320px; }

.fr .home .newsletter_form h6 {
  max-width: 770px; }

.form_page {
  width: 100%;
  position: relative; }
  .form_page .form_banner_wrap {
    position: relative;
    width: 60%;
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .form_page .form_banner_wrap {
        display: none; } }
  .form_page .form_banner {
    position: sticky;
    top: 0;
    left: 0;
    height: 100vh;
    padding: 40px 80px;
    background-image: url(https://image.exacttarget.com/lib/fe8c137276600d7870/m/2/c3ef1438-6ea1-4d7b-9429-8484f318967d.jpg);
    width: 100%;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .form_page .form_banner {
        position: relative; } }
    .form_page .form_banner .flex {
      width: 100%; }
    .form_page .form_banner .feature {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      width: 115px;
      /* -- @include break(height)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .form_page .form_banner .feature {
          width: 82px; } }
      .form_page .form_banner .feature img {
        width: auto;
        height: 90px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        /* -- @include break(height)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .form_page .form_banner .feature img {
            height: 50px;
            display: block;
            margin-left: auto;
            margin-right: auto; } }
      .form_page .form_banner .feature h5 {
        font-size: 10px;
        line-height: 1.5em;
        color: #ffffff;
        padding-left: 0px;
        /* -- @include break(height)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .form_page .form_banner .feature h5 {
            font-size: 8px;
            margin-top: 5px; } }
      .form_page .form_banner .feature:nth-of-type(6) h5 br {
        /* -- @include break(height)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .form_page .form_banner .feature:nth-of-type(6) h5 br {
            display: none; } }
    .form_page .form_banner .ghost {
      display: none;
      /* -- @include break(height)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .form_page .form_banner .ghost {
          display: block;
          width: 80px; } }
  .form_page .newsletter_form {
    width: 40%;
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .form_page .newsletter_form {
        width: 100%; } }
    .form_page .newsletter_form .logo {
      width: 100px;
      margin: 32px auto; }

.ty_page {
  width: 100%;
  position: relative;
  /* -- @include break(height)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .ty_page {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  .ty_page .ty_banner_wrap {
    position: relative;
    width: 60%;
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .ty_page .ty_banner_wrap {
        width: 100%; } }
  .ty_page .ty_banner {
    position: sticky;
    top: 0;
    left: 0;
    height: 100vh;
    padding: 40px 80px;
    background-image: url(https://image.exacttarget.com/lib/fe8c137276600d7870/m/2/64ac98c6-66d0-4e5c-9940-8df13fad8d6a.jpg);
    width: 100%;
    background-size: cover;
    background-position: top right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .ty_page .ty_banner {
        position: relative;
        height: 50vh; } }
    .ty_page .ty_banner .flex {
      width: 100%; }
    .ty_page .ty_banner .feature {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      width: 100px;
      /* -- @include break(height)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .ty_page .ty_banner .feature {
          width: 82px; } }
      .ty_page .ty_banner .feature img {
        width: auto;
        height: 90px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        /* -- @include break(height)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .ty_page .ty_banner .feature img {
            height: 50px;
            display: block;
            margin-left: auto;
            margin-right: auto; } }
      .ty_page .ty_banner .feature h5 {
        font-size: 10px;
        line-height: 1.5em;
        color: #ffffff;
        padding-left: 0px;
        /* -- @include break(height)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .ty_page .ty_banner .feature h5 {
            font-size: 8px;
            margin-top: 5px; } }
      .ty_page .ty_banner .feature:nth-of-type(6) h5 br {
        /* -- @include break(height)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .ty_page .ty_banner .feature:nth-of-type(6) h5 br {
            display: none; } }
    .ty_page .ty_banner .ghost {
      display: none;
      /* -- @include break(height)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .ty_page .ty_banner .ghost {
          display: block;
          width: 80px; } }
  .ty_page .newsletter_ty {
    width: 40%;
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .ty_page .newsletter_ty {
        width: 100%; } }
    .ty_page .newsletter_ty .logo {
      width: 100px;
      margin: 32px auto; }
  .ty_page .ty_text {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .ty_page .ty_text {
        width: 100%;
        height: 50vh; } }
    .ty_page .ty_text h2 {
      text-align: center;
      width: 320px;
      margin-left: auto;
      margin-right: auto; }
    .ty_page .ty_text .logo {
      width: 100px;
      margin: 32px auto;
      margin-top: 0; }
    .ty_page .ty_text a {
      text-align: center;
      font-size: 18px;
      padding-top: 80px;
      display: block;
      -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
      .ty_page .ty_text a .underline {
        text-decoration: underline; }
      .ty_page .ty_text a:hover {
        color: #8986ca; }

footer {
  margin-top: 60px;
  padding: 70px 0;
  /* -- @include break(height)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */
  background-color: #B69679;
  color: #ffffff; }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    footer {
      margin-top: 30px;
      padding: 50px 0; } }
  footer .top .col {
    width: 30%;
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      footer .top .col {
        width: 100%;
        margin-bottom: 30px; } }
  footer .top .links {
    width: 200px; }
    footer .top .links a {
      font-family: 'NeueHaasGroteskDisp Std', sans-serif;
      font-weight: normal;
      font-weight: bold;
      display: block;
      text-transform: uppercase;
      margin-bottom: 20px; }
  footer .top p {
    margin-top: 12px;
    font-size: 14px; }
  footer .top h5 {
    font-family: 'NeueHaasGroteskDisp Std', sans-serif;
    font-weight: normal;
    font-weight: bold;
    display: block;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-size: 1em; }
  footer .top .socials {
    width: 110px; }
    footer .top .socials .flex {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding-top: 12px;
      /* -- @include break(height)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        footer .top .socials .flex {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row; } }
      footer .top .socials .flex a {
        margin-right: 30px; }
        footer .top .socials .flex a:last-of-type {
          margin-right: 0; }
  footer .bottom {
    border-top: 1px solid #ffffff;
    margin-top: 25px;
    padding-top: 25px;
    font-size: 12px; }
    footer .bottom p {
      padding-bottom: 20px; }
      footer .bottom p a {
        text-decoration: underline; }
      footer .bottom p:last-of-type {
        padding-bottom: 0; }
    footer .bottom ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      /* -- @include break(height)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        footer .bottom ul {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      footer .bottom ul li {
        margin-left: 15px;
        /* -- @include break(height)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          footer .bottom ul li {
            margin-left: 0px;
            margin-top: 15px; } }
  footer .logo_footer {
    width: 200px; }

/*# sourceMappingURL=style.css.map */
