/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Correct the line height in all browsers.
     * 2. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0;font-family: "Gotham Pro"; }

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  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
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }

/**
     * 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 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
     * 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: "Gotham Pro";
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
     * 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 */ }

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

/**
     * 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: "Gotham Pro";
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

/**
     * 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
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

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

/**
     * Show the overflow in IE.
     */
button {
  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; }

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 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 and cancel buttons in Chrome and Safari on macOS.
       */ }
[type="search"]::-webkit-search-cancel-button, [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 */ }

/**
     * 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 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

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

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

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

.q-container {
  width: 100%;
  max-width: 1280px;
  padding: 0 5rem;
  margin: 0 auto; }

.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1; }
.columns.q-mobile > .column.q-narrow {
  flex: none; }
.columns.q-mobile > .column.q-full {
  flex: none;
  width: 100%; }
.columns.q-mobile > .column.q-3-4 {
  flex: none;
  width: 75%; }
.columns.q-mobile > .column.q-2-3 {
  flex: none;
  width: 66.6666%; }
.columns.q-mobile > .column.q-1-2 {
  flex: none;
  width: 50%; }
.columns.q-mobile > .column.q-1-3 {
  flex: none;
  width: 33.3333%; }
.columns.q-mobile > .column.q-1-4 {
  flex: none;
  width: 25%; }
.columns.q-mobile > .column.q-offset-3-4 {
  margin-left: 75%; }
.columns.q-mobile > .column.q-offset-2-3 {
  margin-left: 66.6666%; }
.columns.q-mobile > .column.q-offset-1-2 {
  margin-left: 50%; }
.columns.q-mobile > .column.q-offset-1-3 {
  margin-left: 33.3333%; }
.columns.q-mobile > .column.q-offset-1-4 {
  margin-left: 25%; }
.columns.q-mobile > .column.q-1 {
  flex: none;
  width: 8.33333%; }
.columns.q-mobile > .column.q-offset-1 {
  margin-left: 8.33333%; }
.columns.q-mobile > .column.q-2 {
  flex: none;
  width: 16.66667%; }
.columns.q-mobile > .column.q-offset-2 {
  margin-left: 16.66667%; }
.columns.q-mobile > .column.q-3 {
  flex: none;
  width: 25%; }
.columns.q-mobile > .column.q-offset-3 {
  margin-left: 25%; }
.columns.q-mobile > .column.q-4 {
  flex: none;
  width: 33.33333%; }
.columns.q-mobile > .column.q-offset-4 {
  margin-left: 33.33333%; }
.columns.q-mobile > .column.q-5 {
  flex: none;
  width: 41.66667%; }
.columns.q-mobile > .column.q-offset-5 {
  margin-left: 41.66667%; }
.columns.q-mobile > .column.q-6 {
  flex: none;
  width: 50%; }
.columns.q-mobile > .column.q-offset-6 {
  margin-left: 50%; }
.columns.q-mobile > .column.q-7 {
  flex: none;
  width: 58.33333%; }
.columns.q-mobile > .column.q-offset-7 {
  margin-left: 58.33333%; }
.columns.q-mobile > .column.q-8 {
  flex: none;
  width: 66.66667%; }
.columns.q-mobile > .column.q-offset-8 {
  margin-left: 66.66667%; }
.columns.q-mobile > .column.q-9 {
  flex: none;
  width: 75%; }
.columns.q-mobile > .column.q-offset-9 {
  margin-left: 75%; }
.columns.q-mobile > .column.q-10 {
  flex: none;
  width: 83.33333%; }
.columns.q-mobile > .column.q-offset-10 {
  margin-left: 83.33333%; }
.columns.q-mobile > .column.q-11 {
  flex: none;
  width: 91.66667%; }
.columns.q-mobile > .column.q-offset-11 {
  margin-left: 91.66667%; }
.columns.q-mobile > .column.q-12 {
  flex: none;
  width: 100%; }
.columns.q-mobile > .column.q-offset-12 {
  margin-left: 100%; }
@media screen and (max-width: 768px) {
  .column.q-narrow-mobile {
    flex: none; }
  .column.q-full-mobile {
    flex: none;
    width: 100%; }
  .column.q-3-4-mobile {
    flex: none;
    width: 75%; }
  .column.q-2-3-mobile {
    flex: none;
    width: 66.6666%; }
  .column.q-1-2-mobile {
    flex: none;
    width: 50%; }
  .column.q-1-3-mobile {
    flex: none;
    width: 33.3333%; }
  .column.q-1-4-mobile {
    flex: none;
    width: 25%; }
  .column.q-offset-3-4-mobile {
    margin-left: 75%; }
  .column.q-offset-2-3-mobile {
    margin-left: 66.6666%; }
  .column.q-offset-1-2-mobile {
    margin-left: 50%; }
  .column.q-offset-1-3-mobile {
    margin-left: 33.3333%; }
  .column.q-offset-1-4-mobile {
    margin-left: 25%; }
  .column.q-1-mobile {
    flex: none;
    width: 8.33333%; }
  .column.q-offset-1-mobile {
    margin-left: 8.33333%; }
  .column.q-2-mobile {
    flex: none;
    width: 16.66667%; }
  .column.q-offset-2-mobile {
    margin-left: 16.66667%; }
  .column.q-3-mobile {
    flex: none;
    width: 25%; }
  .column.q-offset-3-mobile {
    margin-left: 25%; }
  .column.q-4-mobile {
    flex: none;
    width: 33.33333%; }
  .column.q-offset-4-mobile {
    margin-left: 33.33333%; }
  .column.q-5-mobile {
    flex: none;
    width: 41.66667%; }
  .column.q-offset-5-mobile {
    margin-left: 41.66667%; }
  .column.q-6-mobile {
    flex: none;
    width: 50%; }
  .column.q-offset-6-mobile {
    margin-left: 50%; }
  .column.q-7-mobile {
    flex: none;
    width: 58.33333%; }
  .column.q-offset-7-mobile {
    margin-left: 58.33333%; }
  .column.q-8-mobile {
    flex: none;
    width: 66.66667%; }
  .column.q-offset-8-mobile {
    margin-left: 66.66667%; }
  .column.q-9-mobile {
    flex: none;
    width: 75%; }
  .column.q-offset-9-mobile {
    margin-left: 75%; }
  .column.q-10-mobile {
    flex: none;
    width: 83.33333%; }
  .column.q-offset-10-mobile {
    margin-left: 83.33333%; }
  .column.q-11-mobile {
    flex: none;
    width: 91.66667%; }
  .column.q-offset-11-mobile {
    margin-left: 91.66667%; }
  .column.q-12-mobile {
    flex: none;
    width: 100%; }
  .column.q-offset-12-mobile {
    margin-left: 100%; } }
@media screen and (min-width: 769px) {
  .column.q-narrow, .column.q-narrow-tablet {
    flex: none; }
  .column.q-full, .column.q-full-tablet {
    flex: none;
    width: 100%; }
  .column.q-3-4, .column.q-3-4-tablet {
    flex: none;
    width: 75%; }
  .column.q-2-3, .column.q-2-3-tablet {
    flex: none;
    width: 66.6666%; }
  .column.q-1-2, .column.q-1-2-tablet {
    flex: none;
    width: 50%; }
  .column.q-1-3, .column.q-1-3-tablet {
    flex: none;
    width: 33.3333%; }
  .column.q-1-4, .column.q-1-4-tablet {
    flex: none;
    width: 25%; }
  .column.q-offset-3-4, .column.q-offset-3-4-tablet {
    margin-left: 75%; }
  .column.q-offset-2-3, .column.q-offset-2-3-tablet {
    margin-left: 66.6666%; }
  .column.q-offset-1-2, .column.q-offset-1-2-tablet {
    margin-left: 50%; }
  .column.q-offset-1-3, .column.q-offset-1-3-tablet {
    margin-left: 33.3333%; }
  .column.q-offset-1-4, .column.q-offset-1-4-tablet {
    margin-left: 25%; }
  .column.q-1, .column.q-1-tablet {
    flex: none;
    width: 8.33333%; }
  .column.q-offset-1, .column.q-offset-1-tablet {
    margin-left: 8.33333%; }
  .column.q-2, .column.q-2-tablet {
    flex: none;
    width: 16.66667%; }
  .column.q-offset-2, .column.q-offset-2-tablet {
    margin-left: 16.66667%; }
  .column.q-3, .column.q-3-tablet {
    flex: none;
    width: 25%; }
  .column.q-offset-3, .column.q-offset-3-tablet {
    margin-left: 25%; }
  .column.q-4, .column.q-4-tablet {
    flex: none;
    width: 33.33333%; }
  .column.q-offset-4, .column.q-offset-4-tablet {
    margin-left: 33.33333%; }
  .column.q-5, .column.q-5-tablet {
    flex: none;
    width: 41.66667%; }
  .column.q-offset-5, .column.q-offset-5-tablet {
    margin-left: 41.66667%; }
  .column.q-6, .column.q-6-tablet {
    flex: none;
    width: 50%; }
  .column.q-offset-6, .column.q-offset-6-tablet {
    margin-left: 50%; }
  .column.q-7, .column.q-7-tablet {
    flex: none;
    width: 58.33333%; }
  .column.q-offset-7, .column.q-offset-7-tablet {
    margin-left: 58.33333%; }
  .column.q-8, .column.q-8-tablet {
    flex: none;
    width: 66.66667%; }
  .column.q-offset-8, .column.q-offset-8-tablet {
    margin-left: 66.66667%; }
  .column.q-9, .column.q-9-tablet {
    flex: none;
    width: 75%; }
  .column.q-offset-9, .column.q-offset-9-tablet {
    margin-left: 75%; }
  .column.q-10, .column.q-10-tablet {
    flex: none;
    width: 83.33333%; }
  .column.q-offset-10, .column.q-offset-10-tablet {
    margin-left: 83.33333%; }
  .column.q-11, .column.q-11-tablet {
    flex: none;
    width: 91.66667%; }
  .column.q-offset-11, .column.q-offset-11-tablet {
    margin-left: 91.66667%; }
  .column.q-12, .column.q-12-tablet {
    flex: none;
    width: 100%; }
  .column.q-offset-12, .column.q-offset-12-tablet {
    margin-left: 100%; } }
@media screen and (min-width: 1000px) {
  .column.q-narrow-desktop {
    flex: none; }
  .column.q-full-desktop {
    flex: none;
    width: 100%; }
  .column.q-3-4-desktop {
    flex: none;
    width: 75%; }
  .column.q-2-3-desktop {
    flex: none;
    width: 66.6666%; }
  .column.q-1-2-desktop {
    flex: none;
    width: 50%; }
  .column.q-1-3-desktop {
    flex: none;
    width: 33.3333%; }
  .column.q-1-4-desktop {
    flex: none;
    width: 25%; }
  .column.q-offset-3-4-desktop {
    margin-left: 75%; }
  .column.q-offset-2-3-desktop {
    margin-left: 66.6666%; }
  .column.q-offset-1-2-desktop {
    margin-left: 50%; }
  .column.q-offset-1-3-desktop {
    margin-left: 33.3333%; }
  .column.q-offset-1-4-desktop {
    margin-left: 25%; }
  .column.q-1-desktop {
    flex: none;
    width: 8.33333%; }
  .column.q-offset-1-desktop {
    margin-left: 8.33333%; }
  .column.q-2-desktop {
    flex: none;
    width: 16.66667%; }
  .column.q-offset-2-desktop {
    margin-left: 16.66667%; }
  .column.q-3-desktop {
    flex: none;
    width: 25%; }
  .column.q-offset-3-desktop {
    margin-left: 25%; }
  .column.q-4-desktop {
    flex: none;
    width: 33.33333%; }
  .column.q-offset-4-desktop {
    margin-left: 33.33333%; }
  .column.q-5-desktop {
    flex: none;
    width: 41.66667%; }
  .column.q-offset-5-desktop {
    margin-left: 41.66667%; }
  .column.q-6-desktop {
    flex: none;
    width: 50%; }
  .column.q-offset-6-desktop {
    margin-left: 50%; }
  .column.q-7-desktop {
    flex: none;
    width: 58.33333%; }
  .column.q-offset-7-desktop {
    margin-left: 58.33333%; }
  .column.q-8-desktop {
    flex: none;
    width: 66.66667%; }
  .column.q-offset-8-desktop {
    margin-left: 66.66667%; }
  .column.q-9-desktop {
    flex: none;
    width: 75%; }
  .column.q-offset-9-desktop {
    margin-left: 75%; }
  .column.q-10-desktop {
    flex: none;
    width: 83.33333%; }
  .column.q-offset-10-desktop {
    margin-left: 83.33333%; }
  .column.q-11-desktop {
    flex: none;
    width: 91.66667%; }
  .column.q-offset-11-desktop {
    margin-left: 91.66667%; }
  .column.q-12-desktop {
    flex: none;
    width: 100%; }
  .column.q-offset-12-desktop {
    margin-left: 100%; } }
@media screen and (min-width: 1192px) {
  .column.q-narrow-wide {
    flex: none; }
  .column.q-full-wide {
    flex: none;
    width: 100%; }
  .column.q-3-4-wide {
    flex: none;
    width: 75%; }
  .column.q-2-3-wide {
    flex: none;
    width: 66.6666%; }
  .column.q-1-2-wide {
    flex: none;
    width: 50%; }
  .column.q-1-3-wide {
    flex: none;
    width: 33.3333%; }
  .column.q-1-4-wide {
    flex: none;
    width: 25%; }
  .column.q-offset-3-4-wide {
    margin-left: 75%; }
  .column.q-offset-2-3-wide {
    margin-left: 66.6666%; }
  .column.q-offset-1-2-wide {
    margin-left: 50%; }
  .column.q-offset-1-3-wide {
    margin-left: 33.3333%; }
  .column.q-offset-1-4-wide {
    margin-left: 25%; }
  .column.q-1-wide {
    flex: none;
    width: 8.33333%; }
  .column.q-offset-1-wide {
    margin-left: 8.33333%; }
  .column.q-2-wide {
    flex: none;
    width: 16.66667%; }
  .column.q-offset-2-wide {
    margin-left: 16.66667%; }
  .column.q-3-wide {
    flex: none;
    width: 25%; }
  .column.q-offset-3-wide {
    margin-left: 25%; }
  .column.q-4-wide {
    flex: none;
    width: 33.33333%; }
  .column.q-offset-4-wide {
    margin-left: 33.33333%; }
  .column.q-5-wide {
    flex: none;
    width: 41.66667%; }
  .column.q-offset-5-wide {
    margin-left: 41.66667%; }
  .column.q-6-wide {
    flex: none;
    width: 50%; }
  .column.q-offset-6-wide {
    margin-left: 50%; }
  .column.q-7-wide {
    flex: none;
    width: 58.33333%; }
  .column.q-offset-7-wide {
    margin-left: 58.33333%; }
  .column.q-8-wide {
    flex: none;
    width: 66.66667%; }
  .column.q-offset-8-wide {
    margin-left: 66.66667%; }
  .column.q-9-wide {
    flex: none;
    width: 75%; }
  .column.q-offset-9-wide {
    margin-left: 75%; }
  .column.q-10-wide {
    flex: none;
    width: 83.33333%; }
  .column.q-offset-10-wide {
    margin-left: 83.33333%; }
  .column.q-11-wide {
    flex: none;
    width: 91.66667%; }
  .column.q-offset-11-wide {
    margin-left: 91.66667%; }
  .column.q-12-wide {
    flex: none;
    width: 100%; }
  .column.q-offset-12-wide {
    margin-left: 100%; } }

.columns.q-centered {
  justify-content: center; }

.columns.q-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0; }
.columns.q-gapless:last-child {
  margin-bottom: 0; }
.columns.q-gapless:not(:last-child) {
  margin-bottom: 1.5rem; }
.columns.q-gapless > .column {
  margin: 0;
  padding: 0; }

@media screen and (min-width: 769px) {
  .columns.q-grid {
    flex-wrap: wrap; }
  .columns.q-grid > .column {
    max-width: 33.3333%;
    padding: 0.75rem;
    width: 33.3333%; }
  .columns.q-grid > .column + .column {
    margin-left: 0; } }

.columns.q-mobile {
  display: flex; }

.columns.q-multiline {
  flex-wrap: wrap; }

.columns.q-vcentered {
  align-items: center; }

@media screen and (min-width: 769px) {
  .columns:not(.q-desktop) {
    display: flex; } }

@media screen and (min-width: 1000px) {
  .columns.q-desktop {
    display: flex; } }


*, body, html {
}

body {
  -webkit-transition: 1s;
  transition: 1s;
  background: #000000; }

body.lighter {
  background: #201f2f; }

h1, h2, h3, h4, h5 {
  font-family: "Gotham Pro", sans-serif;
  margin: 0; }

.cursor, .cursor2, .cursor3 {
  position: fixed;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
  left: -100px;
  top: 50%;
  display: none}
@media screen and (max-width: 1024px) {
  .cursor, .cursor2, .cursor3 {
    display: none; } }

.cursor {
  background-color: #EC2026;
  height: 5px;
  width: 5px;
  z-index: 99999; }
.cursor.loader {
  background-color: transparent; }
.cursor.loader:before {
  display: block;
  content: "wait";
  color: #fff;
  font: 400 normal 8px/8px "Gotham Pro";
  text-transform: uppercase;
  letter-spacing: 2px;
  mix-blend-mode: difference;
  position: absolute;
  text-align: center;
  width: 300px;
  transform: translateX(-50%) translateY(-50%); }

.cursor2 {
  border: 1px solid white;
  height: 30px;
  width: 30px;
  z-index: 99998;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  mix-blend-mode: difference; }
.cursor2.hover {
  -webkit-transform: scale(2.5) translateX(-25%) translateY(-25%);
  -moz-transform: scale(2.5) translateX(-25%) translateY(-25%);
  -ms-transform: scale(2.5) translateX(-25%) translateY(-25%);
  -o-transform: scale(2.5) translateX(-25%) translateY(-25%);
  transform: scale(2.5) translateX(-25%) translateY(-25%);
  background: white;
  border: none; }
.cursor2.loader {
  -webkit-animation: load2 1.5s infinite ease;
  animation: load2 1.5s infinite ease;
  background: white;
  border: none;
  z-index: 999999; }

@-webkit-keyframes load2 {
  0% {
    -webkit-transform: scale(2) translateX(-28%) translateY(-28%);
    transform: scale(2) translateX(-28%) translateY(-28%);
    opacity: 1; }
  50% {
    -webkit-transform: scale(2.5) translateX(-25%) translateY(-25%);
    -moz-transform: scale(2.5) translateX(-25%) translateY(-25%);
    -ms-transform: scale(2.5) translateX(-25%) translateY(-25%);
    -o-transform: scale(2.5) translateX(-25%) translateY(-25%);
    transform: scale(2.5) translateX(-25%) translateY(-25%);
    opacity: 1; }
  100% {
    -webkit-transform: scale(2) translateX(-28%) translateY(-28%);
    transform: scale(2) translateX(-28%) translateY(-28%);
    opacity: 1; } }

@keyframes load2 {
  0% {
    -webkit-transform: scale(2) translateX(-28%) translateY(-28%);
    transform: scale(2) translateX(-28%) translateY(-28%);
    opacity: 1; }
  50% {
    -webkit-transform: scale(2.5) translateX(-25%) translateY(-25%);
    -moz-transform: scale(2.5) translateX(-25%) translateY(-25%);
    -ms-transform: scale(2.5) translateX(-25%) translateY(-25%);
    -o-transform: scale(2.5) translateX(-25%) translateY(-25%);
    transform: scale(2.5) translateX(-25%) translateY(-25%);
    opacity: 1; }
  100% {
    -webkit-transform: scale(2) translateX(-28%) translateY(-28%);
    transform: scale(2) translateX(-28%) translateY(-28%);
    opacity: 1; } }

.q_magnet {
  display: inline-block;
  transition: all 260ms ease-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -webkit-transform-style: flat;
  -moz-transform-style: flat;
  -ms-transform-style: flat;
  -o-transform-style: flat;
  will-change: transform; }

.q_magnet.hovered {
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -o-transition-property: none;
  transition-property: none; }

.header-mobile {
  position: fixed;
  top: 0;
  left: 0;
  height: 100px;
  width: 100%;
  z-index: 12;
  display: none; }
@media screen and (max-width: 500px) {
  /*.header-mobile {
    display: block; }*/
  .q_slide .slide .slide-content .num {
    bottom: calc(15vw - 6px);
  }
}

.logo-wrap {
  width: 110px;
  height: 33px;
  overflow: hidden;
  color: #fff;}

.logo {
  display: block;
  position: fixed;
  left: 12%;
  width: 130px;
  top: 7vw;
  z-index: 100;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease; }
@media screen and (max-width: 500px) {
  .logo {
    top: 8vw; } }
.logo svg {
  fill: #fff; }
@media screen and (max-width: 500px) {
  .logo svg {
    width: 70px; } }
.logo:hover {
  opacity: 1; }
.logo span {
  display: block;
  font-size: 22px;
  letter-spacing: .5px;
  color: rgb(255, 255, 255);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-delay: .3s;
  opacity: 1; }

.header-overlay {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#12111f+0,12111f+100&1+0,0+100 */
  background: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.67) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.67) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.67) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* IE6-9 */
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100px;
  pointer-events: none;
  z-index: 9;
  display: block;
  opacity: 0;
  transition: all 0.3s;
}
.header-overlay.scroll
{
  opacity: 1;
}
.nav-menu {
  position: fixed;
  right: 5%;
  z-index: 1;
  top: calc(7vw + 6px);
  margin-top: -34px;
  height: 60px;
  width: 58px;
  padding: 20px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease; }
.nav-menu span.text {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
  display: block;
  opacity: 0;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: rotate(90deg) translateX(-40px);
  -moz-transform: rotate(90deg) translateX(-40px);
  -ms-transform: rotate(90deg) translateX(-40px);
  -o-transform: rotate(90deg) translateX(-40px);
  transform: rotate(90deg) translateX(-40px); }
.nav-menu span.line {
  width: 30px;
  height: 1px;
  background: #fafdc6;
  display: block;
  position: absolute;
  top: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);}
.nav-menu span.line:nth-child(1) {
  top: 20px;
  left: 28px;
  width: 30px; }
.nav-menu span.line:nth-child(2) {
  top: 30px;
  left: 33px;
  width: 25px; }
.nav-menu span.line:nth-child(3) {
  top: 40px;
  left: 28px;
  width: 30px; }
.nav-menu:hover span.text {
  -webkit-transform: rotate(0deg) translateX(-60px);
  -moz-transform: rotate(0deg) translateX(-60px);
  -ms-transform: rotate(0deg) translateX(-60px);
  -o-transform: rotate(0deg) translateX(-60px);
  transform: rotate(0deg) translateX(-60px);
  opacity: 1; }
.nav-menu:hover span.line {
  -webkit-transform: translateX(-50%) translateY(10px);
  -moz-transform: translateX(-50%) translateY(10px);
  -ms-transform: translateX(-50%) translateY(10px);
  -o-transform: translateX(-50%) translateY(10px);
  transform: translateX(-50%) translateY(10px);}
.nav-menu:hover span.line:nth-child(1) {
  width: 0px; }
.nav-menu:hover span.line:nth-child(3) {
  width: 0px; }
.nav-menu:hover span.line:nth-child(2) {
  width: 50px; }
.nav-menu.close {
  right: 3%; }
.nav-menu.close span.line:nth-child(1) {
  transition-delay: .5s;
  width: 0px;
  height: 1px;
  -webkit-transform: translateX(-20%);
  -moz-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  -o-transform: translateX(-20%);
  transform: translateX(-20%);
  -webkit-transition: all 1s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 1s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 1s cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition: all 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 1s cubic-bezier(0.86, 0, 0.07, 1); }
.nav-menu.close span.line:nth-child(1):hover {
  height: 1px;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.menu.active .nav-menu.close span.line {
  width: 50px;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

:root {
  --clip-position: center; }

.menu-overlay, .menu, .menu-cover {
  position: fixed;
  z-index: 9;
  width: 100%;
  height: 100%;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0; }

.menu-overlay {
  opacity: 0;
  background: #000;
  pointer-events: none;
  mix-blend-mode: hue; }

.menu-cover {
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  pointer-events: none;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.menu-vignette {
  position: fixed;
  width: 100%;
  height: 100%;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.2) 10%, rgba(0, 0, 0, 0.8) 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.2) 10%, rgba(0, 0, 0, 0.8) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.2) 10%, rgba(0, 0, 0, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 ); }
#menu-glavnoe-menyu li
{
  cursor: pointer;
}
.menu {
  pointer-events: none;
  opacity: 1;
  white-space: normal;
  background-image: url(../img/menuBg.png);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0; }
.menu .menu_content {
  display: flex; }
.menu.active {
  pointer-events: auto; }
.menu .mid_line {
  position: absolute;
  left: 62%;
  top: 15%;
  width: 1px;
  height: 0;
  background: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-delay: .5s; }
@media screen and (max-width: 768px) {
  .menu .mid_line {
    display: none; } }
.menu.active .mid_line {
  background: rgba(255, 255, 255, 1);
  height: 70%;
  transition-delay: 1s;
  width: 1px; }
.menu ul {
  line-height: 1.2;
  padding: calc(28vh - 70px) 0 calc(30vh - 70px) 18%;
  list-style-type: none;
  counter-reset: compteListe;
  width: 75%;
  font: 500 normal 52px "Gotham Pro"; }
@media screen and (max-width: 500px) {
  .menu ul {
    padding: calc(35vh - 70px) 0 calc(30vh - 70px) 10%;
    font: 500 normal 40px "Gotham Pro"; } }
.menu ul li {
  position: relative; }
/*.menu ul li::before {
  counter-increment: compteListe 1;
  color: rgba(255, 255, 255, 0.3);
  content: "0" counter(compteListe);
  position: absolute;
  font: 400 normal 12px/12px "Gotham Pro";
  top: 40%;
  right: calc(100% + 68px);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg); }*/
@media screen and (max-width: 500px) {
  .menu ul li::before {
    display: none; } }
.menu ul li a {
  color: rgba(255, 255, 255, 0.5);
  padding: 2% 0;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative; }
.menu ul li:hover a:after {
  width: 0%;
}
.menu ul li:hover a
{
  color: rgba(255, 255, 255, 1);
}
.menu ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 0;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu .address {
  width: 40%;
  width: 40%;
  position: relative;
  padding-top: 50vh; }
@media screen and (max-width: 768px) {
  .menu .address {
    display: none; } }
.menu .address .text {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  max-width: 240px;
  line-height: 2;
  padding-left: 70px; }
.menu .address .text .menu-logo {
  margin-left: 0px;
  display: block;
  margin-bottom: 10px; }
.menu .address .text .menu-logo svg {
  fill: rgba(255, 255, 255, 0.5); }
.menu .address .text p {
  margin-top: 20px; }
.menu .address .text h5 {
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase; }
.menu .address .text a {
  line-height: 1.3;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.menu .address .text a:hover {
  color: #fff; }

footer {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
  background-color: #000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: relative; }
footer #inner_footer {
  display: block;
  width: 62%;
  margin-left: 25%;
  position: absolute;
  top: 40%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
@media screen and (max-width: 500px) {
  footer #inner_footer {
    margin-left: 50px; } }
footer #inner_footer a.main_link {
  font: 500 normal 80px/80px "Gotham Pro";
  padding: 40px 0 10px;
  color: #fff;
  display: inline-block;
  position: relative; }
footer #inner_footer a.main_link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 0;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }
footer #inner_footer a.main_link:hover:after {
  width: 100%; }
@media screen and (max-width: 768px) {
  footer #inner_footer a.main_link {
    display: none; } }
footer #inner_footer a.main_link.mobile {
  display: none; }
footer #inner_footer a.main_link.mobile:after {
  display: none; }
@media screen and (max-width: 768px) {
  footer #inner_footer a.main_link.mobile {
    display: block; } }
footer .circ {
  position: absolute;
  top: 30vh;
  right: 25vw;
  width: 40vw;
  height: 40vw;
  border-radius: 50%;
  border: 1px solid #fff;
  mix-blend-mode: difference;
  opacity: .2; }
@media screen and (max-width: 500px) {
  footer .circ {
    width: 80vw;
    height: 80vw;
    top: 40vh; } }
footer .address {
  width: 100%;
  position: relative;
  padding-top: 60vh;
  padding-left: 25%; }
@media screen and (max-width: 500px) {
  footer .address {
    padding-left: 50px; } }
footer .address .text {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  max-width: 240px;
  line-height: 2; }
footer .address .text .menu-logo {
  margin-left: -12px;
  display: block;
  margin-bottom: 10px; }
footer .address .text .menu-logo svg {
  fill: rgba(255, 255, 255, 0.5); }
footer .address .text p {
  margin-top: 20px; }
footer .address .text h5 {
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase; }
footer .address .text a {
  font: inherit;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }
footer .address .text a:hover {
  color: #fff; }
footer .overlay2 {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  background: #000;
  pointer-events: none;
  mix-blend-mode: hue;
  top: 0;
  right: 0;
  opacity: 0; }
footer .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, black 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, black 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, black 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  top: 0;
  right: 0;
  opacity: .8;
  pointer-events: none; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: 0;
  margin: 0;
  padding: 0;
  border: 0; }

html, body {
  height: 100%;
  width: 100%;
  font: 400 normal 20px/42px "Gotham Pro"; }

body {
  position: relative; }

body.desktop {
  overflow: hidden;position: fixed }

body.homepage {
  overflow: hidden; }

body.home.temp {
  overflow: scroll; }

body.is-loading * {
  -webkit-transition: all 0s 0s linear !important;
  transition: all 0s 0s linear !important; }

input, textarea {
  border-radius: 0; }

a {
  text-decoration: none; }

.cover {
  background-size: cover !important; }

.contain {
  background-size: contain !important; }

.clear {
  clear: both;
  float: none; }

#progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 30; }

.front {
  z-index: 20; }

header {
  z-index: 16;
  position: fixed;
  width: 100%;
  mix-blend-mode: exclusion; }
.language {
  position: fixed;
  top: calc(6vw + 6px);
  right: calc(16vw - 6px);
  z-index: 8;
  list-style: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  mix-blend-mode: exclusion;
}
.language a
{
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  transition: all 0.3s;
}
.language a:hover
{
  opacity: 0.8;
}
.stripe1 {
  position: absolute;
  width: 2px;
  height: 10px;
  background: #fff;
  top: 8px;
  right: 11px;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 1s;
  transition-duration: 1s; }

.stripe2 {
  position: absolute;
  width: 10px;
  height: 2px;
  background: #fff;
  top: 12px;
  right: 7px;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 1s;
  transition-duration: 1s; }

.noir .stripe1, .noir .stripe2 {
  background: #fff; }

.header-wrap .all_works {
  position: absolute;
  top: calc(7vw + 6px);
  right: 45%;
  font: 400 normal 11px/11px "Gotham Pro";
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  color: #fff;
  line-height: 0px;
  padding: 14px 6px 14px 6px;
  transition:  right 0.5s}
.header-wrap .all_works.active {
  right: 15%;
}
@media (max-width: 767px) {
  .header-wrap .all_works {
    right: 29px;
    top: 34px; } }

@media (max-width: 320px) {
  .header-wrap .all_works {
    top: 35px; } }

.header-wrap .all_works span {
  padding-right: 30px; }

.all_works * {
  pointer-events: none; }

#menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 15;
  display: none;
  opacity: 0; }

#menu a {
  color: rgba(255, 255, 255, 0.2); }
@media screen and (max-width: 500px) {
  #menu a {
    color: rgba(255, 255, 255, 0.8); } }

#menu .all_works span {
  color: rgba(255, 255, 255, 0.5); }

#menu .all_works div {
  background: rgba(255, 255, 255, 0.5); }

#menu .logo {
  z-index: 1; }

#menu ol {
  line-height: 1.2;
  padding: calc(50vh - 70px) 0 calc(50vh - 70px) 26%;
  list-style-type: none;
  counter-reset: compteListe;
  width: 76%; }
#menu ol h2 {
  font: 500 normal 52px "Gotham Pro"; }
@media screen and (max-width: 500px) {
  #menu ol h2 {
    font: 500 normal 40px "Gotham Pro";
    padding-right: 60px; } }
#menu ol span {
  font: 300 normal 9px "Gotham Pro";
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.1);
  display: block;
  margin-top: 20px; }
@media screen and (max-width: 500px) {
  #menu ol span {
    color: rgba(255, 255, 255, 0.5); } }

@media (max-width: 1024px) {
  #menu ol {
    font: 500 normal 52px "Gotham Pro"; } }

@media (max-width: 767px) {
  #menu ol {
    padding-left: 80px;
    width: 100%;
    font: 500 normal 24px "Gotham Pro"; } }

#menu ol li {
  position: relative; }

#menu ol li::before {
  display: none;
  counter-increment: compteListe 1;
  color: rgba(255, 255, 255, 0.3);
  mix-blend-mode: overlay;
  content: "0" counter(compteListe);
  position: absolute;
  font: 400 normal 12px/12px "Gotham Pro";
  top: 40%;
  right: calc(100% + 68px);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg); }

@media (max-width: 767px) {
  #menu ol li::before {
    right: calc(100% + 32px); } }

#menu ol li a {
  display: block;
  padding: 7% 0; }

#menu ol li.active a span {
  color: #fafdc6;
}
@media (max-width: 1024px) {
  #menu ol li.active a::after {
    -webkit-transform: translateY(-1vw);
    transform: translateY(-1vw); } }

@media (max-width: 767px) {
  #menu ol li.active a::after {
    content: ""; } }

#menu ol li.active a {
  color: #FFF; }

#menu ol li.active a::after {
  opacity: 1; }

#menu #blobMenu {
  width: 100vw;
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  z-index: -1;
  background: #000; }

#menu #blobMenu canvas {
  opacity: .7;
  height: 110vh; }

.home {
  color: #FFF; }

.home .slider {
  position: relative;
  width: 100vw;
  height: 100vh; }

.home .random.first {
  opacity: 0 !important; }

.home #num_chars {
  position: absolute;
  bottom: calc(7vw - 6px);
  right: calc(15vw - 6px);
  font-size: 0;
  z-index: 2; }
@media screen and (max-width: 500px) {
  .home #num_chars {
    right: 30px;
    bottom: 35px;
    left: auto; } }

.home #num_chars > div {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  width: 22px;
  height: 54px;
  overflow: hidden; }

.home #num_chars > div .chars {
  font: 400 normal 11px/11px "Gotham Pro";
  position: absolute;
  bottom: -3px;
  width: 100%;
  text-align: center;
  -webkit-transform: rotate(-90deg) translateY(-100%);
  transform: rotate(-90deg) translateY(-100%);
  height: 22px;
  padding-top: 3px; }

.home #num_chars > div.current .chars {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.home #num_chars > div.current.first .chars {
  -webkit-transform: rotate(-90deg) translateY(100%) !important;
  transform: rotate(-90deg) translateY(100%) !important; }

.home #num_chars > div::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #FFF;
  opacity: 0.44;
  position: absolute;
  bottom: 6px;
  left: 9px;
  -webkit-transition: 0.2s;
  transition: 0.2s; }

.home #num_chars > div::after {
  content: "";
  height: 20px;
  width: 1px;
  background: #FFF;
  position: absolute;
  bottom: 22px;
  left: 10px;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: 0.2s cubic-bezier(0.17, 0.67, 0, 0.99);
  transition: 0.2s cubic-bezier(0.17, 0.67, 0, 0.99);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0; }

.home #num_chars > div.current::before {
  opacity: 0; }

.home #num_chars > div.current.first::before {
  opacity: 0.44; }

.home #num_chars > div.before::before {
  opacity: 0; }

.home #num_chars > div.current::after {
  -webkit-transform: scaleY(1);
  transform: scaleY(1); }

.home #num_chars > div.current.first::after {
  -webkit-transform: scaleY(0);
  transform: scaleY(0); }

.home #num_chars > div.temp::after {
  -webkit-transform: scaleY(0);
  transform: scaleY(0); }

.home #num_chars > div.stripe::after {
  -webkit-transform: scaleY(1);
  transform: scaleY(1); }

.home #num_chars > div.current.after::after {
  -webkit-transform: scaleY(0);
  transform: scaleY(0); }

.home #col_wrap {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.home #col1 {
  padding: calc(40vh - 35px) 0 0 20%;
  display: inline-block;
  vertical-align: top;
  line-height: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 10%;
  flex: 0 1 10%; }

@media (min-width: 1440px) {
  .home #col1 {
    padding: calc(40vh - 30px) 0 0 26%; } }

@media (max-width: 1024px) {
  .home #col1 {
    padding: calc(40vh - 50px + 1.44vw) 0 0 26%; } }

@media (max-width: 767px) {
  .home #col1 {
    position: absolute;
    padding: 60vh 0 0 0; } }

.home #col1 svg {
  display: none;
  position: fixed;
  width: 50vw;
  height: 60vh;
  top: 20vh; }

@media (max-width: 767px) {
  .home #col1 svg {
    display: none; } }

.home #col1 #cercle_blanc {
  stroke-dashoffset: 190;
  stroke-dasharray: 190;
  position: absolute;
  stroke-linecap: round; }

.home #col1 > div {
  font: 400 normal 13px/35px "Gotham Pro";
  margin-top: 116px;
  display: none;
  margin-left: -12px; }

@media (max-width: 767px) {
  .home #col1 > div {
    margin: 0 0 0 80px; } }

.home #col1 > div a {
  color: #FFF; }

.home #col1 > div span {
  font-size: 12px;
  text-align: right;
  display: block; }

.home #col2 {
  padding: calc(50vh - 70px) 14vw 0 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  height: 100vh;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 56%;
  flex: 0 1 56%; }
@media screen and (max-width: 1024px) {
  .home #col2 {
    flex: 0 1 65%; } }

@media (max-width: 767px) {
  .home #col2 {
    display: block;
    width: 100%;
    padding: 40vh 0 0 40px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; } }

.home #col2 #type {
  font: 400 normal 11px/11px "Gotham Pro";
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: calc(50vh - 96px); }

@media (max-width: 767px) {
  .home #col2 #type {
    position: relative;
    top: auto; } }

.home #col2 h2 {
  font: 500 normal 80px/1 "Gotham Pro";
  letter-spacing: 0; }

.home #col2 h2 span.small {
  font: 500 normal 60px/70px "Gotham Pro"; }

@media (min-width: 1440px) {
  .home #col2 h2 {
    font: 500 normal 80px/90px "Gotham Pro"; } }

@media (max-width: 767px) {
  .home #col2 h2 {
    font: 500 normal 50px/60px "Gotham Pro"; }
  .home #col2 h2 span.small {
    font: 500 normal 38px/50px "Gotham Pro"; }
  .home #col2 .inner_h2 span span {
    min-width: 10px !important; } }

.home #col2 #prev_next {
  top: calc(50vh - 60px);
  left: -100px;
  position: absolute;
  line-height: 0;
  font-size: 0;
  width: 46px; }
@media screen and (max-width: 500px) {
  .home #col2 #prev_next {
    left: 20px;
    bottom: 135px;
    top: auto; } }

.home #col2 #prev_next > div {
  opacity: 0.44;
  padding: 17px;
  position: relative;
  display: inline-block; }

.home #col2 #prev_next > div:hover {
  opacity: 1; }

.home #col2 #prev_next > div#prev svg {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.home #col2 #prev_next > div#next svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.home #col2 #prev_next > div svg {
  pointer-events: none; }

.home #col2 .inner_h2 {
  position: absolute;
  margin: 20px 0 0 -3px;
  color: #FFF; }

.home #col2 .inner_h2 span {
  display: block; }

.home #col2 .inner_h2 span span {
  display: inline-block;
  min-width: 18px; }

.home #col2 #num {
  font: 400 normal 11px/11px "Gotham Pro";
  position: absolute;
  bottom: calc(7vw - 6px);
  left: 0; }

@media (max-width: 767px) {
  .home #col2 #num {
    display: none; } }

.home #col2 #num #slash {
  -webkit-transform: scaleY(0.8) translateY(-1px);
  transform: scaleY(0.8) translateY(-1px);
  display: none;
  margin-right: 5px; }

.home #col2 #num #work {
  font: 400 normal 11px/11px "Gotham Pro";
  margin-left: 50px;
  display: inline-block;
  position: relative; }
.home #col2 #num #work:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  left: -40px;
  top: 3px; }

.home #main .outer_canvas {
  position: absolute;
  width: 100vw;
  height: 110vh;
  top: 7vh;
  left: 0px;
  z-index: -1;
  overflow: hidden; }
@media screen and (max-width: 1024px) {
  .home #main .outer_canvas {
    top: 0; } }

.home.homepage #main .outer_canvas {
  top: 0; }

.homepage.mobile #main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.home #main #inner_canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }
.home #main #inner_canvas.blog canvas {
  opacity: .6; }

.home #main .outer_canvas #inner_canvas {
  position: absolute; }

.home #main #inner_canvas canvas {
  position: fixed;
  pointer-events: none;
  z-index: -1;
  opacity: 1;
  top: 0;
  left: 0; }
@media screen and (max-width: 500px) {
  .home #main #inner_canvas canvas {
    top: -20px;
    left: -100px; } }

.home #main .outer_canvas #inner_canvas canvas {
  position: absolute; }

a.journal-link {
  line-height: 1.8;
  margin-left: 10%;
  font-size: 16px;
  position: relative;
  color: #000; }
@media screen and (max-width: 500px) {
  a.journal-link {
    margin-left: 0; } }
a.journal-link:before {
  content: "";
  position: absolute;
  left: 110%;
  top: 50%;
  width: 0;
  height: 1px;
  background: #000;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease; }
a.journal-link:hover:before {
  width: 100px; }

.pb-s {
  padding-bottom: 80px !important; }
@media screen and (max-width: 500px) {
  .pb-s {
    padding-bottom: 40px !important; } }

.pt-s {
  padding-top: 50px !important; }

.no-pt {
  padding-top: 0px !important; }

.no-pb {
  padding-bottom: 0px !important; }

.no-mb {
  margin-bottom: 0px !important; }

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-80%);
    -moz-transform: translateX(-80%);
    -ms-transform: translateX(-80%);
    -o-transform: translateX(-80%);
    transform: translateX(-80%); } }

#main.blocked {
  display: none;
  position: relative !important; }

.work-page .info {
  padding: 20vw 0 0 26vw;
  margin-left: -5px;
  min-height: 100vh;
  position: relative; }
@media screen and (max-width: 500px) {
  .work-page .info {
    padding: 20vw 0 0 50px; } }

@media screen and (max-width: 500px) {
  .journal.work-page .info {
    padding: 20vw 0 0 15vw; } }

.work-page .info .text {
  position: absolute;
  bottom: 30%;
  width: 60vw; }
@media screen and (max-width: 500px) {
  .work-page .info .text {
    bottom: 20%;
    width: 70vw; } }

@media screen and (max-width: 500px) {
  .journal.work-page .info .text {
    width: 70vw; } }

.work-page .info a.back {
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 2.5;
  margin-bottom: 40px;
  display: inline-block; }
.work-page .info a.back:hover {
  color: #fff; }
.work-page .info a.back svg {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-right: 10px; }
@media screen and (max-width: 500px) {
  .work-page .info a.back {
    display: none; } }

.work-page .info p {
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 2.5; }

.work-page .info p.scroll {
  position: absolute;
  left: -20%;
  top: 30px;
  font-size: 8px;
  color: rgba(255, 255, 255, 0.5);
  transform: rotate(-90deg);
  letter-spacing: 3px; }
@media screen and (max-width: 500px) {
  .work-page .info p.scroll {
    display: none; } }

.work-page .info p.visit {
  position: absolute;
  bottom: 0;
  right: 0;
  font: 400 normal 10px/11px "Gotham Pro";
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  color: #fff;
  line-height: 0px;
  padding: 14px 6px 14px 6px; }
@media screen and (max-width: 500px) {
  .work-page .info p.visit {
    bottom: -90px;
    left: -26px;
    right: auto; } }
.work-page .info p.visit a {
  color: #fff;
  padding: 20px; }
.work-page .info p.visit a:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  width: 30px;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease; }
.work-page .info p.visit a:hover:before {
  width: 100px; }

@media screen and (max-width: 500px) {
  .journal.work-page .info p.scroll {
    display: none; } }

.work-page h1.title {
  font: 500 normal 90px/1.2 "Gotham Pro";
  margin-bottom: 30px;
  color: #fff; }
.work-page h1.title.small {
  font-size: 60px;
  margin-bottom: 100px; }
.work-page h1.title.large {
  font-size: 180px; }
@media screen and (max-width: 500px) {
  .work-page h1.title.large {
    font-size: 80px; } }
@media screen and (max-width: 500px) {
  .work-page h1.title {
    font: 500 normal 55px/1.2 "Gotham Pro"; }
  .work-page h1.title.small {
    font-size: 36px; } }

body.journal.work-page h1.title {
  font: 500 normal 80px/1.2 "Gotham Pro"; }
@media screen and (max-width: 500px) {
  body.journal.work-page h1.title {
    font: 500 normal 40px/1.2 "Gotham Pro"; } }

.work-page .cover-wrap {
  height: 100vh;
  width: 100vw;
  display: block;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1; }
@media screen and (max-width: 500px) {
  .work-page .cover-wrap {
    height: calc(100vh + 30px);
    top: -30px; } }

body.journal.work-page .cover-wrap {
  opacity: .5; }

.work-page .cover {
  height: 110vh;
  display: block;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 10vh;
  z-index: -1;
  width: 100%; }
@media screen and (max-width: 1024px) {
  .work-page .cover {
    top: 0; } }

.work-page .cover canvas {
  margin-top: -10px;
  min-height: 120vh;
  min-width: 100vw; }
@media screen and (max-width: 1024px) {
  .work-page .cover canvas {
    left: -100px;
    position: relative; } }

.work-page .random {
  opacity: 0; }

.inner_section {
  background: #f1f3f6;
  padding: 14vw 0 5.5vw 0; }
.inner_section.dark {
  background: #000; }

.inner_section .wrap {
  margin: 0 auto;
  width: 62%;
  position: relative;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.inner_section .wrap.large {
  width: 70%; }

.inner_section .full_banner {
  position: relative;
  width: 100%;
  height: 150vh;
  overflow: hidden;
  margin-bottom: 150px; }
.inner_section .full_banner.tall {
  height: 150vh; }
.inner_section .full_banner.short {
  height: 100vh; }
@media screen and (max-width: 500px) {
  .inner_section .full_banner {
    margin-bottom: 70px;
    height: 100vh; } }
.inner_section .full_banner .quote {
  position: absolute;
  width: 62%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
@media screen and (max-width: 500px) {
  .inner_section .full_banner .quote {
    left: 28px;
    width: 90%; } }
.inner_section .full_banner .quote.difference {
  mix-blend-mode: difference; }
.inner_section .full_banner .quote * {
  color: #fff; }
.inner_section .full_banner .quote h1 {
  font-size: 12vw;
  line-height: 1.2; }
.inner_section .full_banner .quote h2 {
  font-size: 3rem; }
@media screen and (max-width: 500px) {
  .inner_section .full_banner .quote h2 {
    font-size: 2.2rem; } }
.inner_section .full_banner .quote a {
  display: inline-block;
  margin-left: 50%;
  position: relative;
  font-size: 16px;
  margin-bottom: 0px; }
.inner_section .full_banner .quote a:before {
  content: "";
  position: absolute;
  left: 110%;
  top: 50%;
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease; }
.inner_section .full_banner .quote a:hover:before {
  width: 100px; }
@media screen and (max-width: 500px) {
  .inner_section .full_banner .quote a {
    margin-top: 0;
    margin-left: 0;
    font-weight: normal; } }

.inner_section .full_banner .banner_img {
  position: relative;
  width: 100%;
  height: 100%;
  top: 20%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  background-position: center center; }
@media screen and (max-width: 1024px) {
  .inner_section .full_banner .banner_img {
    top: 0; } }

.inner_section .full_banner.short .banner_img {
  top: 35%; }
@media screen and (max-width: 1024px) {
  .inner_section .full_banner.short .banner_img {
    top: 0; } }

.inner_section .mobile_container {
  margin: 50px auto;
  width: 90%;
  max-width: 900px;
  position: relative;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }
.inner_section .mobile_container .image_container {
  width: 30%;
  margin: 1.2%;
  height: auto;
  display: inline-block; }
@media screen and (max-width: 500px) {
  .inner_section .mobile_container .image_container {
    width: 46%; } }
.inner_section .mobile_container .image_container img {
  width: 100%;
  height: auto;
  margin-bottom: 0; }
@media screen and (max-width: 1024px) {
  .inner_section .mobile_container .image_container img {
    margin-top: 0 !important; } }
.inner_section .mobile_container.about {
  max-width: 1000px; }
.inner_section .mobile_container.about .image_container {
  width: 32%;
  margin: .1%; }

.inner_section .text_container {
  padding-top: 50px;
  padding-bottom: 150px;
  margin: 0 auto;
  width: 62%;
  position: relative;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }
@media screen and (max-width: 500px) {
  .inner_section .text_container {
    padding-bottom: 100px;
    width: 80%;
    margin: 0 0 0 28px; } }

.inner_section h2, .inner_section h3, .inner_section p {
  max-width: 600px; }

.inner_section h2 {
  font: 500 normal 50px/1.2 "Gotham Pro";
  margin-bottom: 30px;
  color: #000;
  margin-left: 10%; }
@media screen and (max-width: 768px) {
  .inner_section h2 {
    font: 500 normal 45px/1.2 "Gotham Pro"; } }
@media screen and (max-width: 500px) {
  .inner_section h2 {
    font: 500 normal 30px/1.2 "Gotham Pro";
    margin-left: 0; } }

.inner_section p {
  font-size: 16px;
  margin-left: 50%;
  margin-top: 50px;
  line-height: 2;
  padding-right: 10%;
  color: #000; }
.our_solutions .inner_section p {
  font-size: 16px;
  margin-left: 0;
  margin-top: 0;
  line-height: 2;
  padding-right: 0;
  color: #000; }
@media screen and (max-width: 1024px) {
  .inner_section p {
    padding-right: 0; } }
@media screen and (max-width: 768px) {
  .inner_section p {
    margin-left: 10%; } }
@media screen and (max-width: 500px) {
  .inner_section p {
    font-size: 18px;
    margin-left: 0; } }

.inner_section.dark h2, .inner_section.dark p, .inner_section.dark ol, .inner_section.dark li, .inner_section.dark ul {
  color: #fff; }

@media (max-width: 767px) {
  .inner_section .wrap {
    width: calc(100% - 72px); } }

.inner_section img {
  display: block;
  width: 100%;
  margin-bottom: 8.5vw; }

@media (max-width: 767px) {
  .inner_section img {
    margin-bottom: 10vw; } }

#next_link {
  height: 100vh;
  background-color: #000;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative; }

#next_link > div {
  display: block;
  width: 62%;
  margin-left: 19%;
  position: absolute;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
@media screen and (max-width: 500px) {
  #next_link > div {
    margin-left: 50px; } }

#next_link #next_content {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0px;
  opacity: 0;
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  -o-transform: translateX(50px);
  transform: translateX(50px); }
#next_link #next_content:after {
  content: ":"; }

#next_link > div a {
  font: 500 normal 80px/80px "Gotham Pro";
  padding: 40px 0;
  color: #fff;
  display: block; }
@media screen and (max-width: 500px) {
  #next_link > div a {
    font: 500 normal 50px/50px "Gotham Pro"; } }

#next_link > .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, black 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, black 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, black 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  top: 0;
  right: 0;
  opacity: .8;
  pointer-events: none; }

#next_link > .overlay2 {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  background: #000;
  pointer-events: none;
  mix-blend-mode: hue;
  top: 0;
  right: 0;
  opacity: 0; }

#next_link > div a span {
  color: #fff;
  pointer-events: none;
  display: inline-block;
  min-width: 20px; }

#next_link > div a span.blanc {
  -webkit-text-stroke: 0px #FFF;
  text-stroke: 0px #FFF;
  -ms-text-stroke: 0px #FFF;
  color: #FFF; }

#next_link > div div {
  position: absolute;
  color: #FFF;
  -webkit-text-stroke: 0px #000;
  text-stroke: 0px #000;
  -ms-text-stroke: 0px #000;
  font: 400 normal 13px/13px "Gotham Pro";
  width: 100%;
  text-align: center;
  padding-top: 2vw; }

@media (max-width: 767px) {
  #next_link > div div {
    padding-top: 7vw; } }

#next_link > div div > span {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  right: calc(50% + 28px); }

#next_link .stag {
  opacity: 0; }

.kenburns {
  animation: kenburns 25s ease infinite;
  -ms-animation: kenburns 25s ease infinite;
  -webkit-animation: kenburns 25s ease infinite;
  -o-animation: kenburns 25s ease infinite;
  -moz-animation: kenburns 25s ease infinite; }

@-webkit-keyframes kenburns {
  0% {
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1); }
  50% {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1); }
  100% {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1); } }

.inner_section .blog-wrap {
  padding-top: 0px;
  padding-bottom: 150px;
  margin: 0 auto;
  width: 62%;
  position: relative;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }
@media screen and (max-width: 500px) {
  .inner_section .blog-wrap {
    width: 80%;
    margin-left: 28px;
    padding-right: 3%; } }
.inner_section .blog-wrap p, .inner_section .blog-wrap h3, .inner_section .blog-wrap ol, .inner_section .blog-wrap ul {
  margin-left: 15%; }
@media screen and (max-width: 500px) {
  .inner_section .blog-wrap p, .inner_section .blog-wrap h3, .inner_section .blog-wrap ol, .inner_section .blog-wrap ul {
    margin-left: 0; } }
.inner_section .blog-wrap ol, .inner_section .blog-wrap ul {
  margin-top: 50px; }
@media screen and (max-width: 500px) {
  .inner_section .blog-wrap ol, .inner_section .blog-wrap ul {
    margin-left: -28px; } }
.inner_section .blog-wrap li {
  margin-left: 30px;
  font-size: 16px;
  line-height: 2; }
@media screen and (max-width: 500px) {
  .inner_section .blog-wrap li {
    font-size: 18px; } }
.inner_section .blog-wrap h3 {
  margin-top: 40px;
  font-size: 2rem;
  line-height: 1.3;
  padding-right: 10%; }
@media screen and (max-width: 500px) {
  .inner_section .blog-wrap h3 {
    font-size: 1.2rem;
    margin-top: 30px; } }
.inner_section .blog-wrap a {
  color: #000;
  text-decoration: underline;
  color: #EC2026; }
.inner_section .blog-wrap blockquote.border.large {
  border-left: 2px solid #d5d7d9;
  padding-left: 5%;
  margin-left: 10%; }
.inner_section .blog-wrap blockquote.border.large p {
  font-weight: bold;
  font-size: 1.5rem;
  margin-left: 0;
  font-style: normal;
  line-height: 1.4;
  margin-bottom: 60px; }
@media screen and (max-width: 500px) {
  .inner_section .blog-wrap blockquote.border.large p {
    font-size: 1rem; } }
.inner_section .blog-wrap blockquote.border.large em {
  font-style: normal; }
.inner_section .blog-wrap .full_banner {
  height: 60vh;
  margin: 80px 0; }
.inner_section .blog-wrap .full_banner .banner_img {
  height: 120%;
  top: 0%;
  width: auto; }

.journals {
  display: grid;
  grid-template-columns: calc(50% - 40px) calc(50% - 40px);
  grid-column-gap: 4.666%;
  grid-row-gap: 100px;
  margin: 0 auto 10vh;
  max-width: 1000px; }
@media screen and (max-width: 1024px) {
  .journals {
    padding: 0 3vw 0 11vw;
    grid-column-gap: 1.666%; } }
@media screen and (max-width: 500px) {
  .journals {
    display: block;
    padding: 0 20px 0 20px; } }
.journals .journal-thumbnail-container {
  max-width: 560px;
  position: relative;
  padding-bottom: 150px; }
@media screen and (max-width: 500px) {
  .journals .journal-thumbnail-container {
    padding-bottom: 10px; } }
.journals .journal-thumbnail-container a {
  color: inherit; }
.journals .journal-thumbnail-container .image-container {
  position: relative;
  z-index: 1;
  overflow: hidden; }
.journals .journal-thumbnail-container .image-container .image-wrapper {
  opacity: 1;
  background: #fff; }
.journals .journal-thumbnail-container .image-container .image-wrapper .image {
  background-position: 50%;
  background-size: contain;
  padding-top: 70%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .journals .journal-thumbnail-container .image-container .image-wrapper .image {
    padding-top: 100%; } }
@media screen and (max-width: 500px) {
  .journals .journal-thumbnail-container .image-container .image-wrapper .image {
    padding-top: 80%; } }
.journals .journal-thumbnail-container .label {
  position: absolute;
  padding-left: 20%;
  right: 5%;
  top: 40%;
  z-index: 2; }
@media screen and (max-width: 1024px) {
  .journals .journal-thumbnail-container .label {
    padding-left: 10%;
    top: 33%; } }
@media screen and (max-width: 500px) {
  .journals .journal-thumbnail-container .label {
    right: auto;
    left: 0;
    top: auto;
    bottom: 20px;
    padding-right: 50px; } }
.journals .journal-thumbnail-container .label h4 {
  font-size: 2rem;
  color: #fff;
  min-height: 125px; }
@media screen and (max-width: 768px) {
  .journals .journal-thumbnail-container .label h4 {
    font-size: 1.2rem;
    line-height: 1.3; } }
.journals .journal-thumbnail-container .label p {
  font-size: 15px;
  margin-left: 0;
  margin-top: 50px;
  line-height: 2;
  padding-right: 0;
  color: #fff; }
@media screen and (max-width: 500px) {
  .journals .journal-thumbnail-container .label p {
    display: none; } }
.journals .journal-thumbnail-container:hover .image-container .image-wrapper .image {

}

.about-page .random {
  opacity: 0; }

#main.bloque {
  display: none;
  position: relative !important; }

.page-template-about #main {
  background: #FFF; }

.page-template-about .random {
  opacity: 0; }

.fond_intro {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  background-color: #f1f3f6;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0); }

.dark .fond_intro {
  background-color: #000; }

.intro2 {
  position: relative; }

.nomination {
  width: 90%;
  margin-top: 80px; }

.scaleA {
  position: relative;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  z-index: 2; }

.intro-top {
  padding-left: calc(7.5vw + 60px);
  padding-top: 252px; }
@media screen and (max-width: 500px) {
  .intro-top {
    padding-left: 20px;
    padding-top: 150px; } }

.intro2 h1 {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-size: cover;
  background-position: center center; }

.intro2 h1 {
  font: 500 normal 300px/300px "Gotham Pro";
  color: #F73F04;
  width: 80vw; }
@media screen and (max-width: 768px) {
  .intro2 h1 {
    font: 500 normal 210px/210px "Gotham Pro"; } }
@media screen and (max-width: 500px) {
  .intro2 h1 {
    font: 500 normal 110px/210px "Gotham Pro"; } }
.intro2 h1.expertise {
  font-size: 9vw;
  line-height: 1;
  width: auto;
  margin-right: 20vw; }
@media screen and (max-width: 768px) {
  .intro2 h1.expertise {
    margin-bottom: 10vh; } }
@media screen and (max-width: 500px) {
  .intro2 h1.expertise {
    font-size: 13.5vw;
    margin-left: 7px;
    margin-right: 0; }
  .intro2 h1.expertise.journal {
    margin-top: 10vh;
    margin-bottom: 0; } }

@media screen and (max-width: 500px) {
  .hide-mobile {
    display: none; } }

.intro2 h2 {
  padding: 3.4vw 0 0 2%;
  width: 55%;
  font: 500 normal 36px/50px "Gotham Pro";
  position: relative;
  z-index: 2;
  color: #555555; }
.intro2 h2 a {
  color: inherit; }
@media screen and (max-width: 768px) {
  .intro2 h2 {
    font: 500 normal 35px/50px "Gotham Pro";
    width: 75%; } }
@media screen and (max-width: 500px) {
  .intro2 h2 {
    font: 500 normal 25px/1.5 "Gotham Pro"; } }

.intro2 p {
  font: 400 normal 16px/2 "Gotham Pro";
  padding: 5vw 22% 0vw 58%;
  z-index: 1;
  position: relative; }
@media screen and (max-width: 1024px) {
  .intro2 p {
    padding: 5vw 14% 0vw 58%; } }
@media screen and (max-width: 768px) {
  .intro2 p {
    padding: 10vw 14% 0vw 48%; } }
@media screen and (max-width: 500px) {
  .intro2 p {
    padding: 20vw 14% 20vw 28px;
    font-size: 18px; } }
.intro2 p.expertise {
  padding-top: 0; }

.intro2.dark *, .intro2.dark h2, .intro2.dark p {
  color: #fff; }

.clients .client-wrap {
  width: 100%;
  margin-top: 100px; }
.clients .client-wrap img {
  height: auto;
  width: 19%;
  opacity: .2;
  display: inline-block;
  margin-bottom: 0; }
@media screen and (max-width: 768px) {
  .clients .client-wrap img {
    width: 30%; }
  .clients .client-wrap img:nth-child(13), .clients .client-wrap img:nth-child(14), .clients .client-wrap img:nth-child(15) {
    display: none; } }

.expertise_container {
  padding-top: 50px;
  padding-bottom: 150px;
  margin: 0 auto;
  width: 80%;
  position: relative;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }
@media screen and (max-width: 500px) {
  .expertise_container {
    padding-bottom: 100px; } }
.expertise_container .sep {
  width: 90%;
  margin: 7vw 0 7vw 10%;
  height: 1px;
  background: rgba(0, 0, 0, 0.3); }
@media screen and (max-width: 500px) {
  .expertise_container .sep {
    margin: 8vh 0 8vh 0%; } }
.expertise_container .client-wrap {
  width: 90%;
  padding-left: 20%;
  padding-right: 10px; }
.expertise_container .client-wrap img {
  width: 24%; }
@media screen and (max-width: 500px) {
  .expertise_container .client-wrap img {
    width: 30%; } }
@media screen and (max-width: 500px) {
  .expertise_container .client-wrap {
    padding: 0;
    width: 100%; } }

.is-loading #q_slide {
  opacity: 0; }

#q_slide {
  -webkit-transition: opacity 1s ease 0.5s;
  -moz-transition: opacity 1s ease 0.5s;
  -o-transition: opacity 1s ease 0.5s;
  -ms-transition: opacity 1s ease 0.5s;
  transition: opacity 1s ease 0.5s; }

.q_slide {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 1;
  opacity: 1; }
.q_slide .q_slide-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
.q_slide .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }
.q_slide .slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 1s;
  -moz-transition: opacity 0.3s ease 1s;
  -o-transition: opacity 0.3s ease 1s;
  -ms-transition: opacity 0.3s ease 1s;
  transition: opacity 0.3s ease 1s;
  background: #000; }
.q_slide .slide.q_current {
  display: block; }
.q_slide .slide.is-loaded {
  opacity: 1; }
.q_slide .slide .caption {
  position: absolute;
  left: 20%;
  min-height: 350px;
  top: calc(32vh - 35px);
  width: 40%;
  max-width: 480px; }
.q_slide .slide .caption h1 {
  font: 500 normal 80px/1 "Gotham Pro";
  text-align: left;
  margin-top: 60px;
  margin-bottom: 0;
  color: #fff; }
.q_slide .slide .caption h1 span {
  display: block; line-height: 0.9;white-space: nowrap;}
.q_slide .slide .caption h1 span span {
  display: inline-block;
  min-width: 18px; }
.q_slide .slide .caption h1 span.small {
  font: 500 normal 60px/70px "Gotham Pro"; }
@media (min-width: 1440px) {
  .q_slide .slide .caption h1 {
    font: 500 normal 80px/90px "Gotham Pro"; } }
@media (max-width: 767px) {
  .q_slide .slide .caption h1 {
    font: 500 normal 12vw/60px "Gotham Pro"; }
  .q_slide .slide .caption h1 span.small {
    font: 500 normal 38px/50px "Gotham Pro"; }
  .q_slide .slide .caption h1 span span {
    min-width: 10px !important; } }
.q_slide .slide .slide-content .num {
  font: 400 normal 11px/11px "Number";
  position: absolute;
  bottom: 0px;
  bottom: calc(7vw - 6px);
  left: calc(15vw - 6px);}
@media (max-width: 767px) {
  .q_slide .slide .caption .num {
    display: none; } }
.q_slide .slide .caption .num .slash {
  -webkit-transform: scaleY(0.8) translateY(-1px);
  transform: scaleY(0.8) translateY(-1px);
  display: none;
  margin-right: 5px; }
.q_slide .slide .slide-content .num .work {
  font: 400 normal 11px/11px "Number";
  margin-left: 50px;
  display: inline-block;
  position: relative; }
.q_slide .slide .slide-content .num .work:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  left: -40px;
  top: 3px; }
.q_slide .slide .caption p, .q_slide .slide .caption h6 {
  font: 400 16px/1.6 "Gotham Pro", sans-serif;
  max-width: 250px;
  margin-top: 30px;
  margin-bottom: 20px; }
@media screen and (max-width: 540px) {
  .q_slide .slide .caption p, .q_slide .slide .caption h6 {
    margin-top: 70px; } }
.q_slide .slide .caption h6 {
  font: 400 normal 14px/14px "Gotham Pro";
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 1);
  position: absolute;
  letter-spacing: 1px;
  left: 5px; }
@media screen and (max-width: 540px) {
  .q_slide .slide .caption h6 {
    top: -60px; }
}
.q_slide .slide .caption .q_magnet {
  display: inline-block; }
@media screen and (max-width: 960px) {
  .q_slide .slide .caption {
    left: 10%;
    width: 100%;
    bottom: 23%; } }
.q_slide .slide .caption.right {
  left: auto;
  right: 10%;
  text-align: right; }
.q_slide .slide .image-container, .q_slide .slide .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  z-index: 1;
  background-size: cover; }
.q_slide .slide .image {
  width: 100%;
  width: 100%;
  object-fit: cover;
  height: 100%;
  opacity: 1; }
.q_slide .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center; }
.q_slide .slide-content.light {
  color: #fff; }
.q_slide .pagination {
  position: absolute;
  bottom: calc(7vw - 6px);
  right: calc(15vw - 6px);
  font-size: 0;
  z-index: 2; }
@media screen and (max-width: 500px) {
  .q_slide .pagination {
    right: 30px;
    bottom: 35px;
    left: auto;
    display: none; } }
.q_slide .pagination .item {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  width: 22px;
  height: 54px;
  overflow: hidden; }
.q_slide .pagination .item span {
  font: 400 normal 12px/12px "Number";
  position: absolute;
  bottom: -3px;
  left: 30px;
  width: 100%;
  text-align: center;
  -webkit-transform: rotate(-90deg) translateY(-100%);
  transform: rotate(-90deg) translateY(-100%);
  height: 22px;
  padding-top: 3px;
  display: block; }
.q_slide .pagination .item span strong {
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease; }
.q_slide .pagination .item span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 15%;
  background: #FFF;
  opacity: 1;
  position: absolute;
  bottom: 9px;
  left: 9px;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
.q_slide .pagination .item span::after {
  content: "";
  height: 1px;
  width: 30px;
  background: #FFF;
  position: absolute;
  bottom: 14px;
  left: 28px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: 0.2s cubic-bezier(0.17, 0.67, 0, 0.99);
  transition: 0.2s cubic-bezier(0.17, 0.67, 0, 0.99);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0; }
.q_slide .pagination .item.q_current span::before {
  opacity: 0; }
.q_slide .pagination .item.q_current span::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }
.q_slide .pagination .item.q_current span strong {
  opacity: 1; }
.q_slide .pagination .item.q_current::after {
  width: 40px;
  background: white; }
.q_slide .pagination .item:hover:after {
  background: white; }
.q_slide .arrows .arrow {
  display: block;
  padding: 10px;
  position: absolute;
  bottom: calc(13vh - 10px);
  z-index: 3;
  left: calc(20% - 90px); }
.arrow.prev.q_magnet.hover-target {
  bottom: calc(13vh - 10px);
  z-index: 3;
  left: calc(50% - 90px);
}
.arrow.next.q_magnet.hover-target {
  bottom: calc(13vh - 12px);
  z-index: 3;
  left: calc(60% - 90px);
}
@media screen and (max-width: 960px) {
  .q_slide .arrows .arrow {
    left: 30%;
    top: auto;
    bottom: 20%; } }
@media screen and (max-width: 500px) {
  .q_slide .arrows .arrow {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); } }
.q_slide .arrows .arrow:before {
  content: "";
  position: absolute;
  top: 2px;
  left: -4px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0; }
.q_slide .arrows .arrow:hover:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1; }
.q_slide .arrows .arrow .svg {
  opacity: 1;
  display: block; }
.q_slide .arrows .arrow .svg.svg-arrow-right {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-bottom: -1px; }
.q_slide .arrows .arrow .svg.svg-arrow-left {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-left: -20px; }
.q_slide .arrows .arrow:hover .svg {
  opacity: 1; }
@media screen and (max-width: 960px) {
}
.q_slide .arrows .svg {
  position: relative;
  left: 0;
  width: 14px;
  height: 26px;
  fill: #fff;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease; }
.q_slide .progress {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  z-index: 2; }
.q_slide .progress .bar {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 20%; }
@media screen and (max-width: 960px) {
  .q_slide .progress {
    display: none; } }

.q_slide .slides .slide .image-container .image-wrapper > div {
  width: 100%;
  object-fit: cover;
  height: 100%; }

.q_slide .slides .slide .image-container .image-wrapper .kenburns {
  animation: kenburns 25s ease infinite;
  -ms-animation: kenburns 25s ease infinite;
  -webkit-animation: kenburns 25s ease infinite;
  -o-animation: kenburns 25s ease infinite;
  -moz-animation: kenburns 25s ease infinite; }

@-webkit-keyframes kenburns {
  0% {
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1); }
  50% {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1); }
  100% {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1); } }

.q_split {
  display: block;
  overflow: hidden;
  overflow-y: hidden;
  overflow-x: hidden; }

.q_split_wrap {
  display: block; }

@media screen and (max-width: 540px) {

  .ttop
  {
    display: none;
  }}
@media screen and (max-width: 500px) {
  /*.header-mobile {
    display: block; }*/
  .q_slide .slide .slide-content .num {
    bottom: calc(17vh - 6px);
  }
  .arrow.prev.q_magnet.hover-target {
    bottom: calc(16vh - 10px);
    z-index: 3;
    left: calc(65% - 90px);
  }
  .arrow.next.q_magnet.hover-target {
    bottom: calc(16vh - 12px);
    z-index: 3;
    left: calc(85% - 90px);
  }
}
.language{
	display:none !important;
}
footer .logo-wraps img, .footer-mega-col .logo-wraps img{
	width:100%;
	max-height: 75px;
    object-fit: contain;
}
.header-wrap .logo-wrap img{
	width:100%;
	object-fit:contain;
	object-position: left center;
}