/*!********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/style.scss ***!
  \********************************************************************************************************************************************************/
/*  --- 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 -- */
/* -- Fluid Font -- */
/* -- FUNCTION --*/
/* -- Calculate width in percent -- */
/* -- Calculate font-size in em -- */
/* -- Quick Color Contrast -- */
/*  --- Variable ---  */
/*
Theme Name: Theme Name
*/
/*  --- 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;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }

/*! 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: 'DIN';
  src: url(../9c40e0c216175298a565.eot);
  src: url(../9c40e0c216175298a565.eot?#iefix) format("embedded-opentype"), url(../c43d485cec8e32cf4329.woff2) format("woff2"), url(../05c81002e7cfdc5ed8f9.woff) format("woff"), url(../254bc10e126febfd4342.ttf) format("truetype"), url(../0746cc92aaef1d6272b3.svg#DINBold) format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'DIN';
  src: url(../9f88652164964adcceac.eot);
  src: url(../9f88652164964adcceac.eot?#iefix) format("embedded-opentype"), url(../87c6471930dd7c053226.woff2) format("woff2"), url(../4f875176856f82f1857d.woff) format("woff"), url(../9f055eb06701a49208ea.ttf) format("truetype"), url(../ea1f1fbd39c808080fbd.svg#DIN-Black) format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'DIN';
  src: url(../30b27b453e2d7682fd7a.eot);
  src: url(../30b27b453e2d7682fd7a.eot?#iefix) format("embedded-opentype"), url(../d173d5418fdfd1d927ec.woff2) format("woff2"), url(../21c4ca2c3a3c950e6c28.woff) format("woff"), url(../ba851834c1f7621ac4ea.ttf) format("truetype"), url(../2fade652b2ff95e423ca.svg#DIN-Medium) format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'DIN';
  src: url(../bb62af77cb4a817d53be.eot);
  src: url(../bb62af77cb4a817d53be.eot?#iefix) format("embedded-opentype"), url(../3cac04f1d51ab21c4691.woff2) format("woff2"), url(../895d750a07ffda07fe11.woff) format("woff"), url(../e195d282cbdbd48e26fb.ttf) format("truetype"), url(../42d3461f0912d1975b22.svg#DIN) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

/* !-- WP WYSIWYG Editor Styles -- */
.entry-content img {
  margin: 0 0 1.5em 0; }

.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px; }

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0; }

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0; }

.wp-smiley {
  margin: 0 !important;
  max-height: 1em; }

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left; }

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }
  header .container_big {
    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;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1280px) {
      header .container_big {
        padding-top: 22px;
        padding-bottom: 22px; } }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      header .container_big {
        padding-top: 15px;
        padding-bottom: 15px; } }
  header .logo {
    width: 115px;
    height: auto;
    position: relative;
    margin-top: 24px;
    margin-bottom: 24px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      header .logo {
        margin-top: 5px;
        margin-bottom: 0px;
        width: 90px; } }
    header .logo svg, header .logo img {
      width: 100%;
      height: auto;
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
    header .logo .logo-color {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0; }
  header .menu-nav-container {
    width: 100%; }
  header .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    /* -- @include break(mobile)-- */ }
    header .nav .menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      header .nav .menu li {
        margin-left: 5%; }
      header .nav .menu a {
        text-decoration: none;
        color: #ffffff;
        font-size: 16px;
        font-family: 'DIN', sans-serif;
        font-weight: 500;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        position: relative; }
        header .nav .menu a:after {
          pointer-events: none;
          content: " ";
          position: absolute;
          top: 125%;
          left: 0;
          right: 0;
          height: 6px;
          opacity: 0;
          -webkit-transition: all 0.2s;
          transition: all 0.2s;
          background-color: #ffffff;
          display: block; }
        header .nav .menu a:hover:after {
          height: 2px;
          opacity: 1; }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      header .nav {
        display: none; } }
  header .btn {
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      header .btn {
        width: 120px; } }
  header.small {
    background-color: #ffffff;
    border-bottom: 1px solid #EFEEED;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      header.small .container_big {
        padding-top: 5px;
        padding-bottom: 5px; } }
    header.small .logo {
      margin-top: 16px;
      margin-bottom: 16px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        header.small .logo {
          margin-top: 5px;
          margin-bottom: 0px; } }
      header.small .logo .logo-white {
        opacity: 0;
        width: 80px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          header.small .logo .logo-white {
            width: 65px; } }
      header.small .logo .logo-color {
        opacity: 1;
        width: 80px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          header.small .logo .logo-color {
            width: 65px; } }
    header.small .nav .menu a {
      color: #1B1105; }
      header.small .nav .menu a:after {
        background-color: #D18F36; }
      header.small .nav .menu a:hover {
        color: #D18F36; }
  header.no-border {
    border-bottom: 1px solid rgba(239, 238, 237, 0); }
  body.page-template-default header {
    background-color: inherit;
    border-bottom: inherit;
    opacity: 1; }
    body.page-template-default header .container_big {
      padding-top: 5px;
      padding-bottom: 5px; }
      body.page-template-default header .container_big svg.logo-color {
        opacity: 1; }
    body.page-template-default header .logo {
      margin-top: 16px;
      margin-bottom: 16px; }
      body.page-template-default header .logo.logo-color {
        opacity: 1; }
    body.page-template-default header .nav .menu a {
      opacity: 0; }

footer {
  background-color: #1B1105;
  color: #ffffff;
  padding-top: 90px;
  padding-bottom: 90px; }
  footer .flex {
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      footer .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; } }
  footer .logo_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      footer .logo_wrap {
        padding-bottom: 85px; } }
    footer .logo_wrap .logo1 {
      width: 105px;
      margin-right: 32px; }
    footer .logo_wrap .logo2 {
      width: 73px; }
  footer .contact {
    /* -- @include break(mobile)-- */ }
    footer .contact h6 {
      color: #5A5753;
      font-size: 16px;
      padding-bottom: 10px;
      line-height: 1em; }
    @media only screen and (max-width: 768px) {
      footer .contact {
        padding-bottom: 85px;
        text-align: center; } }
    footer .contact__copyrights a {
      text-decoration: underline; }
  footer .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    footer .socials a {
      margin-left: 16px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      footer .socials a svg {
        overflow: visible; }
        footer .socials a svg circle {
          -webkit-transform-origin: center;
                  transform-origin: center;
          -webkit-transition: all 0.3s;
          transition: all 0.3s; }
      footer .socials a:hover circle {
        -webkit-transform: scale(1.15);
                transform: scale(1.15); }

html {
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: #ffffff;
  color: #1B1105;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  min-height: -webkit-fill-available; }
  html.overflow {
    overflow: hidden; }
  html::-webkit-scrollbar {
    width: 0 !important; }

body {
  background-color: #ffffff;
  color: #1B1105;
  font-size: 20px;
  line-height: 1.65em;
  -webkit-transition: color 0.6s, background-color 0.6s;
  transition: color 0.6s, background-color 0.6s;
  /* -- @include break(mobile)-- */
  font-family: 'DIN';
  font-weight: normal;
  font-style: normal;
  font-style: normal;
  min-height: 100vh;
  min-height: -webkit-fill-available; }
  body.overflow {
    overflow: hidden; }
  @media only screen and (max-width: 768px) {
    body {
      font-size: 18px;
      overflow-x: hidden;
      overflow-y: scroll; } }

.loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: 9999;
  z-index: 9999999999;
  background-color: #4A5423;
  text-align: center;
  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; }
  .loader .svg_wrap {
    position: relative;
    width: 70%; }
    .loader .svg_wrap .anime_svg {
      position: absolute;
      top: 0;
      left: 0; }

.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1064px; }

.container_big {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px; }

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

.mobile {
  display: none;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .mobile {
      display: block; } }

.tablet {
  display: none;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .tablet {
      display: block; } }

.desktop {
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .desktop {
      display: none; } }

a {
  color: inherit;
  text-decoration: none; }

h1 a, h2 a, h3 a, h4 a {
  color: inherit;
  text-decoration: none; }

h1 {
  font-family: 'DIN', sans-serif;
  font-weight: 700;
  font-size: 4em;
  line-height: 1.2em;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    h1 {
      font-size: 2.22em; } }

h2 {
  font-family: 'DIN', sans-serif;
  font-weight: 700;
  font-size: 2.6em;
  line-height: 1.2em;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    h2 {
      font-size: 2em; } }

h3 {
  font-family: 'DIN', sans-serif;
  font-weight: 700;
  font-size: 2em;
  line-height: 1.2em;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    h3 {
      font-size: 1.77em; } }

h4 {
  font-family: 'DIN', sans-serif;
  font-weight: 700;
  font-size: 1.4em;
  line-height: 1.2em; }

h6 {
  font-family: 'DIN', sans-serif;
  font-weight: 500;
  font-size: 1em;
  line-height: 1.2em;
  margin: 0;
  padding: 0; }

.play {
  width: 122px;
  height: 122px;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .play .bg {
    width: 100%;
    height: 100%;
    background-color: #D18F36;
    border-radius: 50%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 1; }
  .play span {
    pointer-events: none;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.15);
            transform: translate(-50%, -50%) scale(1.15);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    z-index: 2; }
  .play svg {
    margin-left: 5px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 2; }
  .play:hover .bg {
    -webkit-transform: scale(1.25);
            transform: scale(1.25); }
  .play:hover span {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    -webkit-transition: all 0.4s 0.1s;
    transition: all 0.4s 0.1s; }
  .play:hover svg {
    opacity: 0; }

.btn {
  width: 170px;
  height: 40px;
  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;
  background-color: #D18F36;
  border-radius: 4px;
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #D18F36;
  font-family: 'DIN', sans-serif;
  font-weight: 700;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }
  .btn:hover {
    color: #D18F36;
    background-color: #ffffff; }

.round {
  width: 160px;
  height: 160px;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .round {
      width: 140px;
      height: 140px; } }
  .round .bg {
    width: 100%;
    height: 100%;
    background-color: #D18F36;
    border-radius: 50%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 1; }
  .round span {
    pointer-events: none;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    line-height: 1.2em;
    font-family: 'DIN', sans-serif;
    font-weight: 700;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .round span {
        font-size: 14px; } }
    .round span svg {
      margin-top: -10px;
      display: block;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 15px; }
  .round:hover .bg {
    -webkit-transform: scale(1.25);
            transform: scale(1.25); }

.share_popup {
  display: none;
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #1B1105; }
  .share_popup .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(27, 17, 5, 0.3); }
  .share_popup .popup_container {
    text-align: center;
    padding: 60px 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #FAFAFA;
    width: 550px;
    -webkit-backdrop-filter: blur(34px);
            backdrop-filter: blur(34px);
    border-radius: 28px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .share_popup .popup_container {
        width: 90%;
        padding: 32px; } }
    .share_popup .popup_container .share_list {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly;
      padding-top: 40px;
      padding-bottom: 20px; }
      .share_popup .popup_container .share_list a svg {
        overflow: visible; }
        .share_popup .popup_container .share_list a svg circle {
          -webkit-transform-origin: center;
                  transform-origin: center;
          -webkit-transition: all 0.3s;
          transition: all 0.3s; }
      .share_popup .popup_container .share_list a:hover circle {
        -webkit-transform: scale(1.15);
                transform: scale(1.15); }
    .share_popup .popup_container .close {
      position: absolute;
      top: 20px;
      right: 40px;
      cursor: pointer; }

body.theme_green {
  background-color: #4A5423;
  color: #ffffff; }
  body.theme_green .sec2 {
    -webkit-transition: background-position-y 0s !important;
    transition: background-position-y 0s !important;
    background-position-y: -280% !important; }
  body.theme_green header.small {
    border-bottom: none; }

body.theme_dark {
  background-color: #1B1105;
  color: #ffffff; }
  body.theme_dark header.small {
    border-bottom: none; }

.cky-notice .cky-title {
  font-family: "DIN", sans-serif !important; }

.cky-consent-container .cky-consent-bar {
  border: 1px solid #6b7153 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.anime-txt, .anime-txt_round, .anime-txt_round-center, header, .anime-comment_txt, .anime-horz_txt, .anime-horz_img-up, .anime-horz_img-down, .anime-horz_round {
  opacity: 0; }

.anime-horz_txt, .anime-horz_img-up, .anime-horz_img-down, .anime-horz_round {
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .anime-horz_txt, .anime-horz_img-up, .anime-horz_img-down, .anime-horz_round {
      opacity: 1; } }

.anime-fact_txt {
  opacity: 0.5; }

.anime-txt_round, .anime-txt_round-center {
  -webkit-transform-origin: center;
          transform-origin: center; }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(359deg);
            transform: translate(-50%, -50%) rotate(359deg); } }

@keyframes rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(359deg);
            transform: translate(-50%, -50%) rotate(359deg); } }

@-webkit-keyframes icon {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 0; }
  30% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1; }
  60% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(35%);
            transform: translateY(35%);
    opacity: 0; } }

@keyframes icon {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 0; }
  30% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1; }
  60% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(35%);
            transform: translateY(35%);
    opacity: 0; } }

.oxo-view.template-home .sec1 {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden; }
  .oxo-view.template-home .sec1 video {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .oxo-view.template-home .sec1 .container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 9;
    color: #ffffff;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .oxo-view.template-home .sec1 .container {
        top: 40%; } }
  .oxo-view.template-home .sec1 .play {
    position: absolute;
    right: 15%;
    bottom: 15%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .oxo-view.template-home .sec1 .play {
        width: 84px;
        height: 84px; }
        .oxo-view.template-home .sec1 .play svg {
          width: 26px; } }

.oxo-view.template-home .popupHero {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1B1105;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .oxo-view.template-home .popupHero .close_popup {
    position: absolute;
    top: 30px;
    right: 50px;
    cursor: pointer;
    z-index: 2; }
  .oxo-view.template-home .popupHero .player {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%; }
    .oxo-view.template-home .popupHero .player iframe, .oxo-view.template-home .popupHero .player video {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }

.oxo-view.template-home .sec2 {
  padding-top: 160px;
  padding-bottom: 160px;
  background-image: url(../aaea1b9877293de6ae26.png);
  background-repeat: no-repeat;
  background-size: 220%;
  background-position-y: center;
  background-position-x: -5%;
  -webkit-transition: background-position-y 0.6s;
  transition: background-position-y 0.6s;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .oxo-view.template-home .sec2 {
      padding-top: 80px;
      padding-bottom: 80px; } }
  .oxo-view.template-home .sec2 h2 {
    max-width: 700px; }
  .oxo-view.template-home .sec2 .txt {
    width: 65%;
    margin-left: 35%;
    padding-top: 60px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .oxo-view.template-home .sec2 .txt {
        margin-left: 0%;
        width: 100%; } }

.oxo-view.template-home .sec3 {
  padding-top: 160px;
  padding-bottom: 160px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .oxo-view.template-home .sec3 {
      padding-top: 20px;
      padding-bottom: 80px; } }
  .oxo-view.template-home .sec3 .img_wrap {
    width: 40%;
    /* -- @include break(mobile)-- */ }
    .oxo-view.template-home .sec3 .img_wrap .sticky_img {
      position: sticky;
      top: 25vh;
      left: 0;
      overflow: hidden; }
      .oxo-view.template-home .sec3 .img_wrap .sticky_img .img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        -webkit-transform: translateY(101%);
                transform: translateY(101%); }
        .oxo-view.template-home .sec3 .img_wrap .sticky_img .img:first-of-type {
          position: relative;
          -webkit-transform: translateY(0%);
                  transform: translateY(0%); }
        .oxo-view.template-home .sec3 .img_wrap .sticky_img .img video {
          width: 100%; }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .oxo-view.template-home .sec3 .img_wrap {
        display: none; } }
  .oxo-view.template-home .sec3 .content {
    width: 40%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .oxo-view.template-home .sec3 .content {
        width: 100%; } }
    .oxo-view.template-home .sec3 .content h3 {
      margin-bottom: 20px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .oxo-view.template-home .sec3 .content h3 {
          margin-top: 20px; } }
  .oxo-view.template-home .sec3 .content_box {
    height: 70vh;
    padding-top: 100px;
    /* -- @include break(mobile)-- */ }
    .oxo-view.template-home .sec3 .content_box video {
      width: 100%; }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .oxo-view.template-home .sec3 .content_box {
        height: auto;
        padding-top: 60px; } }
  .oxo-view.template-home .sec3 .container_cta {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 200px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .oxo-view.template-home .sec3 .container_cta {
        padding-top: 100px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; } }
    .oxo-view.template-home .sec3 .container_cta a.round {
      margin-right: 10%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .oxo-view.template-home .sec3 .container_cta a.round {
          margin-right: 0%; } }

.oxo-view.template-home .sec4 {
  padding-top: 160px;
  padding-bottom: 160px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .oxo-view.template-home .sec4 {
      padding-top: 115px;
      padding-bottom: 80px; } }
  .oxo-view.template-home .sec4 .producteur {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 100px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* -- @include break(mobile)-- */ }
    .oxo-view.template-home .sec4 .producteur:nth-of-type(odd) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .oxo-view.template-home .sec4 .producteur:nth-of-type(odd) {
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
              -ms-flex-direction: column-reverse;
                  flex-direction: column-reverse; } }
    .oxo-view.template-home .sec4 .producteur:last-of-type {
      padding-bottom: 0px; }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .oxo-view.template-home .sec4 .producteur {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
    .oxo-view.template-home .sec4 .producteur .content {
      width: 40%;
      position: relative;
      z-index: 1;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .oxo-view.template-home .sec4 .producteur .content {
          margin-bottom: 50px;
          width: 100%; } }
      .oxo-view.template-home .sec4 .producteur .content .quote_icon {
        width: 150px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .oxo-view.template-home .sec4 .producteur .content .quote_icon {
            width: 100px; } }
        .oxo-view.template-home .sec4 .producteur .content .quote_icon svg {
          width: 150px;
          position: absolute;
          top: 0;
          left: 0;
          z-index: -1;
          -webkit-transform: translate(-40%, -40%);
                  transform: translate(-40%, -40%);
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .oxo-view.template-home .sec4 .producteur .content .quote_icon svg {
              width: 100px;
              -webkit-transform: translate(0%, -40%);
                      transform: translate(0%, -40%); } }
      .oxo-view.template-home .sec4 .producteur .content blockquote {
        font-size: 1.3em;
        max-width: 515px;
        margin-bottom: 35px;
        margin-right: 50px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .oxo-view.template-home .sec4 .producteur .content blockquote {
            font-size: 1.3em; } }
      .oxo-view.template-home .sec4 .producteur .content .name {
        border-left: 6px solid #D18F36;
        padding-left: 12px; }
        .oxo-view.template-home .sec4 .producteur .content .name h6, .oxo-view.template-home .sec4 .producteur .content .name p {
          line-height: 1em; }
        .oxo-view.template-home .sec4 .producteur .content .name h6 {
          padding-bottom: 5px; }
    .oxo-view.template-home .sec4 .producteur .img {
      width: 60%;
      position: relative;
      margin-left: -6%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .oxo-view.template-home .sec4 .producteur .img {
          width: 100%;
          margin-left: 0%; } }
      .oxo-view.template-home .sec4 .producteur .img .play {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .oxo-view.template-home .sec4 .producteur .img .play {
            width: 85px;
            height: 85px; }
            .oxo-view.template-home .sec4 .producteur .img .play svg {
              width: 27px;
              height: 26px;
              margin-left: 3px; } }
      .oxo-view.template-home .sec4 .producteur .img .anime_img {
        width: 100%;
        height: auto;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .oxo-view.template-home .sec4 .producteur .img .anime_img {
            width: 260px;
            height: 260px;
            margin-left: auto;
            margin-right: auto;
            display: block; } }
      .oxo-view.template-home .sec4 .producteur .img clipPath {
        -webkit-transform-origin: 50% 50%;
                transform-origin: 50% 50%;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        margin-left: auto;
        margin-right: auto; }

.oxo-view.template-home .popupVid {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1B1105;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .oxo-view.template-home .popupVid .close_popup {
    position: absolute;
    top: 30px;
    right: 50px;
    cursor: pointer; }
  .oxo-view.template-home .popupVid .player {
    width: 75%;
    position: relative;
    padding-bottom: 56.25%; }
    .oxo-view.template-home .popupVid .player iframe {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }

.oxo-view.template-home .bonnespratiques {
  padding-top: 160px;
  padding-bottom: 160px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .oxo-view.template-home .bonnespratiques {
      padding-top: 80px;
      padding-bottom: 80px; } }
  .oxo-view.template-home .bonnespratiques .flex {
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .oxo-view.template-home .bonnespratiques .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; } }
  .oxo-view.template-home .bonnespratiques h2 {
    max-width: 755px;
    padding-bottom: 25px; }
  .oxo-view.template-home .bonnespratiques .txt {
    width: 80%;
    padding-bottom: 80px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .oxo-view.template-home .bonnespratiques .txt {
        width: 100%; } }
  .oxo-view.template-home .bonnespratiques .card {
    width: 340px;
    height: 515px;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .oxo-view.template-home .bonnespratiques .card {
        width: 100%;
        height: 135vw;
        max-width: 340px;
        max-height: 515px;
        margin-bottom: 20px; }
        .oxo-view.template-home .bonnespratiques .card:last-of-type {
          margin-bottom: 0; } }
    .oxo-view.template-home .bonnespratiques .card .content {
      height: 100%;
      width: 100%;
      position: relative;
      z-index: 3;
      padding: 55px 35px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-transform: translateY(65px);
              transform: translateY(65px);
      pointer-events: none;
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d;
      -webkit-transition: all 0.3s 0.2s;
      transition: all 0.3s 0.2s;
      color: #ffffff;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .oxo-view.template-home .bonnespratiques .card .content {
          -webkit-transform: translateY(0px);
                  transform: translateY(0px); } }
    .oxo-view.template-home .bonnespratiques .card p {
      font-size: 14px;
      font-family: 'DIN', sans-serif;
      font-weight: 700;
      text-transform: uppercase; }
    .oxo-view.template-home .bonnespratiques .card .cta {
      padding-top: 30px;
      font-size: 16px;
      font-family: 'DIN', sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      color: #ffffff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      opacity: 0;
      -webkit-transition: all 0.3s 0.2s;
      transition: all 0.3s 0.2s;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .oxo-view.template-home .bonnespratiques .card .cta {
          opacity: 1; } }
      .oxo-view.template-home .bonnespratiques .card .cta svg {
        margin-left: 12px;
        width: 23px; }
    .oxo-view.template-home .bonnespratiques .card .overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      -webkit-backdrop-filter: blur(20px);
              backdrop-filter: blur(20px);
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      opacity: 0;
      pointer-events: none;
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d; }
    .oxo-view.template-home .bonnespratiques .card:hover .overlay {
      -webkit-transform: translateY(0%);
              transform: translateY(0%);
      opacity: 1; }
    .oxo-view.template-home .bonnespratiques .card:hover .content {
      -webkit-transform: translateY(0px);
              transform: translateY(0px); }
    .oxo-view.template-home .bonnespratiques .card:hover .cta {
      opacity: 1; }

.oxo-view.template-home .sec5 {
  padding-top: 160px;
  padding-bottom: 160px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .oxo-view.template-home .sec5 {
      padding-top: 80px;
      padding-bottom: 80px; } }
  .oxo-view.template-home .sec5 .flex {
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .oxo-view.template-home .sec5 .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; } }
  .oxo-view.template-home .sec5 h2 {
    max-width: 755px;
    padding-bottom: 25px; }
  .oxo-view.template-home .sec5 .txt {
    width: 80%;
    padding-bottom: 80px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .oxo-view.template-home .sec5 .txt {
        width: 100%; } }
  .oxo-view.template-home .sec5 .card {
    width: 340px;
    height: 515px;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .oxo-view.template-home .sec5 .card {
        width: 100%;
        height: 135vw;
        max-width: 340px;
        max-height: 515px;
        margin-bottom: 20px; }
        .oxo-view.template-home .sec5 .card:last-of-type {
          margin-bottom: 0; } }
    .oxo-view.template-home .sec5 .card .content {
      height: 100%;
      width: 100%;
      position: relative;
      z-index: 3;
      padding: 55px 35px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-transform: translateY(65px);
              transform: translateY(65px);
      pointer-events: none;
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d;
      -webkit-transition: all 0.3s 0.2s;
      transition: all 0.3s 0.2s;
      color: #ffffff;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .oxo-view.template-home .sec5 .card .content {
          -webkit-transform: translateY(0px);
                  transform: translateY(0px); } }
    .oxo-view.template-home .sec5 .card p {
      font-size: 14px;
      font-family: 'DIN', sans-serif;
      font-weight: 700;
      text-transform: uppercase; }
    .oxo-view.template-home .sec5 .card .cta {
      padding-top: 30px;
      font-size: 16px;
      font-family: 'DIN', sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      color: #ffffff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      opacity: 0;
      -webkit-transition: all 0.3s 0.2s;
      transition: all 0.3s 0.2s;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .oxo-view.template-home .sec5 .card .cta {
          opacity: 1; } }
      .oxo-view.template-home .sec5 .card .cta svg {
        margin-left: 12px;
        width: 23px; }
    .oxo-view.template-home .sec5 .card .overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      -webkit-backdrop-filter: blur(20px);
              backdrop-filter: blur(20px);
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      opacity: 0;
      pointer-events: none;
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d; }
    .oxo-view.template-home .sec5 .card:hover .overlay {
      -webkit-transform: translateY(0%);
              transform: translateY(0%);
      opacity: 1; }
    .oxo-view.template-home .sec5 .card:hover .content {
      -webkit-transform: translateY(0px);
              transform: translateY(0px); }
    .oxo-view.template-home .sec5 .card:hover .cta {
      opacity: 1; }

.oxo-view.template-home .sec_femmesagriculture {
  padding-top: 160px;
  padding-bottom: 160px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .oxo-view.template-home .sec_femmesagriculture {
      padding-top: 80px;
      padding-bottom: 80px; } }
  .oxo-view.template-home .sec_femmesagriculture .flex {
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .oxo-view.template-home .sec_femmesagriculture .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .oxo-view.template-home .sec_femmesagriculture .title h2 {
    max-width: 800px;
    padding-bottom: 25px; }
  .oxo-view.template-home .sec_femmesagriculture .title .txt {
    width: 80%;
    padding-bottom: 80px; }
  .oxo-view.template-home .sec_femmesagriculture .femmenumber {
    font-size: 4em;
    line-height: 1em;
    padding-top: 12.5px;
    padding-bottom: 12.5px;
    color: #EFEEED;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .oxo-view.template-home .sec_femmesagriculture .femmenumber {
        font-size: 1.55em;
        width: 33%;
        text-align: center;
        padding-bottom: 10px;
        border-bottom: 1px solid #EFEEED; } }
    .oxo-view.template-home .sec_femmesagriculture .femmenumber.active {
      color: #4A5423;
      border-color: #4A5423;
      pointer-events: none; }
  .oxo-view.template-home .sec_femmesagriculture .tablet {
    display: none;
    width: 101vw;
    margin-left: -5vw;
    margin-bottom: 50px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .oxo-view.template-home .sec_femmesagriculture .tablet {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .oxo-view.template-home .sec_femmesagriculture .sticky_wrap {
    width: 325px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .oxo-view.template-home .sec_femmesagriculture .sticky_wrap {
        display: none; } }
    .oxo-view.template-home .sec_femmesagriculture .sticky_wrap .sticky {
      height: 100vh;
      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-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: sticky;
      top: 0;
      left: 0;
      width: 100%; }
  .oxo-view.template-home .sec_femmesagriculture .content {
    border-left: 1px solid #EFEEED;
    padding-left: 12%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .oxo-view.template-home .sec_femmesagriculture .content {
        padding-left: 0;
        position: relative;
        border-left: none; } }
    .oxo-view.template-home .sec_femmesagriculture .content .how_box {
      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-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      min-height: 100vh;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .oxo-view.template-home .sec_femmesagriculture .content .how_box {
          min-height: 0;
          position: absolute;
          top: 0;
          left: 0;
          opacity: 0; }
          .oxo-view.template-home .sec_femmesagriculture .content .how_box:first-of-type {
            position: relative;
            opacity: 1; } }
      .oxo-view.template-home .sec_femmesagriculture .content .how_box .txt {
        font-size: 1.2em;
        line-height: 1.4em; }
        .oxo-view.template-home .sec_femmesagriculture .content .how_box .txt strong {
          color: #D18F36;
          font-weight: 400; }
      .oxo-view.template-home .sec_femmesagriculture .content .how_box .how {
        border: 2px solid #D18F36;
        border-radius: 8px;
        padding: 38px 32px;
        color: #D18F36;
        margin-top: 45px;
        position: relative; }
        .oxo-view.template-home .sec_femmesagriculture .content .how_box .how .arrow {
          width: 22px;
          height: 13px;
          border-bottom: 5px solid #ffffff;
          position: absolute;
          top: -12px;
          left: 55px; }
          .oxo-view.template-home .sec_femmesagriculture .content .how_box .how .arrow svg {
            margin-left: -2px;
            width: 26px;
            height: 13px;
            -webkit-transform: translateY(-11px);
                    transform: translateY(-11px);
            /* -- @include break(mobile)-- */ }
            @media only screen and (max-width: 768px) {
              .oxo-view.template-home .sec_femmesagriculture .content .how_box .how .arrow svg {
                -webkit-transform: translateY(-9px);
                        transform: translateY(-9px); } }
        .oxo-view.template-home .sec_femmesagriculture .content .how_box .how p {
          font-family: 'DIN', sans-serif;
          font-weight: 500;
          font-size: 0.9em;
          line-height: 1.4em; }
        .oxo-view.template-home .sec_femmesagriculture .content .how_box .how h6 {
          text-transform: uppercase;
          padding-bottom: 10px; }
  .oxo-view.template-home .sec_femmesagriculture .txt_img {
    padding-top: 160px;
    overflow: visible;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .oxo-view.template-home .sec_femmesagriculture .txt_img {
        padding-top: 80px;
        overflow: hidden; } }
    .oxo-view.template-home .sec_femmesagriculture .txt_img .flex {
      width: 110%;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-right: -10%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .oxo-view.template-home .sec_femmesagriculture .txt_img .flex {
          margin-right: 0%;
          width: 100%; }
          .oxo-view.template-home .sec_femmesagriculture .txt_img .flex.flex2 {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row; } }
    .oxo-view.template-home .sec_femmesagriculture .txt_img .txt {
      font-size: 1.6em;
      line-height: 1.6em;
      width: 80%;
      max-width: 740px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .oxo-view.template-home .sec_femmesagriculture .txt_img .txt {
          width: 100%;
          font-size: 1.3em; } }
      .oxo-view.template-home .sec_femmesagriculture .txt_img .txt a, .oxo-view.template-home .sec_femmesagriculture .txt_img .txt strong {
        color: #D18F36;
        text-decoration: none;
        font-weight: 400; }
    .oxo-view.template-home .sec_femmesagriculture .txt_img .left, .oxo-view.template-home .sec_femmesagriculture .txt_img .right {
      width: 50%;
      padding-top: 110px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .oxo-view.template-home .sec_femmesagriculture .txt_img .left, .oxo-view.template-home .sec_femmesagriculture .txt_img .right {
          padding-top: 80px; } }
    .oxo-view.template-home .sec_femmesagriculture .txt_img .img1 {
      width: 310px;
      height: auto;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .oxo-view.template-home .sec_femmesagriculture .txt_img .img1 {
          margin-left: auto;
          width: 50%;
          padding-top: 45px; } }
    .oxo-view.template-home .sec_femmesagriculture .txt_img .img2 {
      width: 450px;
      height: auto;
      margin-left: 5%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .oxo-view.template-home .sec_femmesagriculture .txt_img .img2 {
          width: 100%;
          margin-left: -11%; } }
    .oxo-view.template-home .sec_femmesagriculture .txt_img .img3 {
      width: 400px;
      height: auto;
      margin-left: 10%;
      margin-top: 200px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .oxo-view.template-home .sec_femmesagriculture .txt_img .img3 {
          width: 90%;
          margin-top: 55%;
          margin-left: 0%; } }

.oxo-view.template-home .sec6 {
  padding-top: 160px;
  padding-bottom: 160px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .oxo-view.template-home .sec6 {
      padding-top: 80px;
      padding-bottom: 80px; } }
  .oxo-view.template-home .sec6 .flex {
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .oxo-view.template-home .sec6 .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .oxo-view.template-home .sec6 .title h2 {
    max-width: 800px;
    padding-bottom: 25px; }
  .oxo-view.template-home .sec6 .title .txt {
    width: 80%;
    padding-bottom: 80px; }
  .oxo-view.template-home .sec6 .number {
    font-size: 4em;
    line-height: 1em;
    padding-top: 12.5px;
    padding-bottom: 12.5px;
    color: #EFEEED;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .oxo-view.template-home .sec6 .number {
        font-size: 1.55em;
        width: 33%;
        text-align: center;
        padding-bottom: 10px;
        border-bottom: 1px solid #EFEEED; } }
    .oxo-view.template-home .sec6 .number.active {
      color: #4A5423;
      border-color: #4A5423;
      pointer-events: none; }
  .oxo-view.template-home .sec6 .tablet {
    display: none;
    width: 101vw;
    margin-left: -5vw;
    margin-bottom: 50px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .oxo-view.template-home .sec6 .tablet {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .oxo-view.template-home .sec6 .sticky_wrap {
    width: 325px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .oxo-view.template-home .sec6 .sticky_wrap {
        display: none; } }
    .oxo-view.template-home .sec6 .sticky_wrap .sticky {
      height: 100vh;
      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-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: sticky;
      top: 0;
      left: 0;
      width: 100%; }
  .oxo-view.template-home .sec6 .content {
    border-left: 1px solid #EFEEED;
    padding-left: 12%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .oxo-view.template-home .sec6 .content {
        padding-left: 0;
        position: relative;
        border-left: none; } }
    .oxo-view.template-home .sec6 .content .how_box {
      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-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      min-height: 100vh;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .oxo-view.template-home .sec6 .content .how_box {
          min-height: 0;
          position: absolute;
          top: 0;
          left: 0;
          opacity: 0; }
          .oxo-view.template-home .sec6 .content .how_box:first-of-type {
            position: relative;
            opacity: 1; } }
      .oxo-view.template-home .sec6 .content .how_box .txt {
        font-size: 1.2em;
        line-height: 1.4em; }
        .oxo-view.template-home .sec6 .content .how_box .txt strong {
          color: #D18F36;
          font-weight: 400; }
      .oxo-view.template-home .sec6 .content .how_box .how {
        border: 2px solid #D18F36;
        border-radius: 8px;
        padding: 38px 32px;
        color: #D18F36;
        margin-top: 45px;
        position: relative; }
        .oxo-view.template-home .sec6 .content .how_box .how .arrow {
          width: 22px;
          height: 13px;
          border-bottom: 5px solid #ffffff;
          position: absolute;
          top: -12px;
          left: 55px; }
          .oxo-view.template-home .sec6 .content .how_box .how .arrow svg {
            margin-left: -2px;
            width: 26px;
            height: 13px;
            -webkit-transform: translateY(-11px);
                    transform: translateY(-11px);
            /* -- @include break(mobile)-- */ }
            @media only screen and (max-width: 768px) {
              .oxo-view.template-home .sec6 .content .how_box .how .arrow svg {
                -webkit-transform: translateY(-9px);
                        transform: translateY(-9px); } }
        .oxo-view.template-home .sec6 .content .how_box .how p {
          font-family: 'DIN', sans-serif;
          font-weight: 500;
          font-size: 0.9em;
          line-height: 1.4em; }
        .oxo-view.template-home .sec6 .content .how_box .how h6 {
          text-transform: uppercase;
          padding-bottom: 10px; }
  .oxo-view.template-home .sec6 .txt_img {
    padding-top: 160px;
    overflow: visible;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .oxo-view.template-home .sec6 .txt_img {
        padding-top: 80px;
        overflow: hidden; } }
    .oxo-view.template-home .sec6 .txt_img .flex {
      width: 110%;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-right: -10%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .oxo-view.template-home .sec6 .txt_img .flex {
          margin-right: 0%;
          width: 100%; }
          .oxo-view.template-home .sec6 .txt_img .flex.flex2 {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row; } }
    .oxo-view.template-home .sec6 .txt_img .txt {
      font-size: 1.6em;
      line-height: 1.6em;
      width: 80%;
      max-width: 740px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .oxo-view.template-home .sec6 .txt_img .txt {
          width: 100%;
          font-size: 1.3em; } }
      .oxo-view.template-home .sec6 .txt_img .txt a, .oxo-view.template-home .sec6 .txt_img .txt strong {
        color: #D18F36;
        text-decoration: none;
        font-weight: 400; }
    .oxo-view.template-home .sec6 .txt_img .left, .oxo-view.template-home .sec6 .txt_img .right {
      width: 50%;
      padding-top: 110px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .oxo-view.template-home .sec6 .txt_img .left, .oxo-view.template-home .sec6 .txt_img .right {
          padding-top: 80px; } }
    .oxo-view.template-home .sec6 .txt_img .img1 {
      width: 310px;
      height: auto;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .oxo-view.template-home .sec6 .txt_img .img1 {
          margin-left: auto;
          width: 50%;
          padding-top: 45px; } }
    .oxo-view.template-home .sec6 .txt_img .img2 {
      width: 450px;
      height: auto;
      margin-left: 5%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .oxo-view.template-home .sec6 .txt_img .img2 {
          width: 100%;
          margin-left: -11%; } }
    .oxo-view.template-home .sec6 .txt_img .img3 {
      width: 400px;
      height: auto;
      margin-left: 10%;
      margin-top: 200px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .oxo-view.template-home .sec6 .txt_img .img3 {
          width: 90%;
          margin-top: 55%;
          margin-left: 0%; } }

.oxo-view.template-home .sec7 .flex_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .oxo-view.template-home .sec7 .flex_content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-bottom: 80px; } }

.oxo-view.template-home .sec7 .img {
  width: 40%;
  overflow: hidden;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .oxo-view.template-home .sec7 .img {
      width: 100%; } }
  .oxo-view.template-home .sec7 .img img {
    width: 100%;
    height: auto; }

.oxo-view.template-home .sec7 .content {
  padding-left: 10%;
  padding-right: 10%;
  width: 60%;
  position: relative;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .oxo-view.template-home .sec7 .content {
      padding-left: 5%;
      padding-right: 5%;
      width: 100%;
      padding-top: 60px; } }
  .oxo-view.template-home .sec7 .content .txt {
    padding-top: 20px;
    max-width: 500px; }
    .oxo-view.template-home .sec7 .content .txt p {
      line-height: 1.6em; }
  .oxo-view.template-home .sec7 .content .btn_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 80px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .oxo-view.template-home .sec7 .content .btn_wrap {
        width: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .oxo-view.template-home .sec7 .content .btn_wrap .share .bg {
      background-color: #D18F36; }
    .oxo-view.template-home .sec7 .content .btn_wrap .form_btn {
      margin-left: 50px; }
      .oxo-view.template-home .sec7 .content .btn_wrap .form_btn .bg {
        background-color: #4A5423; }

.oxo-view.template-home .form_wrap {
  display: none;
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .oxo-view.template-home .form_wrap .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(27, 17, 5, 0.3); }
  .oxo-view.template-home .form_wrap .form_container {
    position: absolute;
    padding: 60px 80px;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #FAFAFA;
    width: 692px;
    height: 100%;
    -webkit-backdrop-filter: blur(34px);
            backdrop-filter: blur(34px);
    border-radius: 28px 0px 0px 28px;
    overflow-x: hidden;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    /* -- @include break(mobile)-- */ }
    .oxo-view.template-home .form_wrap .form_container::-webkit-scrollbar {
      display: none; }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .oxo-view.template-home .form_wrap .form_container {
        width: 100%;
        padding: 32px;
        border-radius: 0px; } }
    .oxo-view.template-home .form_wrap .form_container .close {
      position: absolute;
      top: 20px;
      right: 40px;
      cursor: pointer; }
    .oxo-view.template-home .form_wrap .form_container .txt {
      padding-top: 20px;
      padding-bottom: 40px; }
    .oxo-view.template-home .form_wrap .form_container form p {
      padding-bottom: 16px; }
    .oxo-view.template-home .form_wrap .form_container form input {
      margin-top: 8px;
      margin-bottom: 8px;
      font-size: 16px;
      width: 100%;
      border-radius: 8px;
      padding: 20px 18px;
      border: 1px solid  #BFBEBD;
      outline: none !important;
      background-color: #ffffff;
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      color: #BFBEBD; }
      .oxo-view.template-home .form_wrap .form_container form input:focus {
        border: 1px solid #1B1105;
        color: #1B1105; }
      .oxo-view.template-home .form_wrap .form_container form input[type='checkbox'] {
        width: auto;
        margin-right: 8px; }
      .oxo-view.template-home .form_wrap .form_container form input[type='submit'] {
        width: auto;
        margin-right: 8px;
        width: 160px;
        height: 160px;
        -webkit-transform-origin: 50% 50%;
                transform-origin: 50% 50%;
        -webkit-transform-style: preserve-3d;
                transform-style: preserve-3d;
        cursor: pointer;
        background-color: #D18F36;
        border-radius: 50%;
        border: none;
        color: #ffffff;
        text-transform: uppercase;
        font-family: 'DIN', sans-serif;
        font-weight: 700;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .oxo-view.template-home .form_wrap .form_container form input[type='submit'] {
            width: 140px;
            height: 140px; } }
        .oxo-view.template-home .form_wrap .form_container form input[type='submit']:hover {
          -webkit-transform: scale(1.25);
                  transform: scale(1.25);
          font-size: 13px; }
    .oxo-view.template-home .form_wrap .form_container form span.wpcf7-form-control.wpcf7-acceptance.optional label {
      font-size: 14px;
      font-family: 'DIN';
      font-weight: normal;
      font-style: normal; }
    .oxo-view.template-home .form_wrap .form_container form .wpcf7-list-item {
      margin: 0; }
    .oxo-view.template-home .form_wrap .form_container form label {
      font-size: 16px;
      line-height: 1em;
      font-family: 'DIN', sans-serif;
      font-weight: 500; }
  .oxo-view.template-home .form_wrap .wpcf7 form.sent .wpcf7-response-output {
    border: none;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 65px;
    font-family: 'DIN', sans-serif;
    font-weight: 700;
    font-size: 2em;
    line-height: 1.2em;
    background-color: #FAFAFA; }
  .oxo-view.template-home .form_wrap .share_list {
    padding-top: 30px; }
    .oxo-view.template-home .form_wrap .share_list a {
      margin-right: 10px; }

.legal-notices {
  padding-top: 160px;
  padding-bottom: 160px; }
  .legal-notices .container {
    width: 90%;
    max-width: 1055px;
    margin-left: auto;
    margin-right: auto;
    min-height: calc(100vh - 185px);
    text-align: left;
    height: 100%;
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .legal-notices h2 {
    margin-top: 60px;
    font-family: 'DIN', sans-serif;
    font-weight: 700;
    font-size: 2.6em;
    line-height: 1.2em;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .legal-notices h2 {
        font-size: 2em; } }

.bp_popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1B1105;
  z-index: 99999;
  color: #ffffff;
  overflow-y: hidden;
  overflow-x: scroll;
  display: none;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-height: 820px) and (min-width: 991px) {
    .bp_popup {
      font-size: 16px; } }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .bp_popup {
      overflow-y: scroll;
      overflow-x: hidden; } }
  .bp_popup .top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 80px;
    z-index: 10;
    background-color: #1B1105;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .bp_popup .top {
        position: fixed;
        height: 60px;
        padding-left: 5%; } }
    .bp_popup .top .back {
      position: sticky;
      top: 0;
      left: 5vw;
      line-height: 1em;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      cursor: pointer;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .bp_popup .top .back {
          position: relative; } }
      .bp_popup .top .back svg {
        width: 20px;
        pointer-events: none; }
      .bp_popup .top .back span {
        pointer-events: none;
        margin-left: 10px;
        padding-top: 4px;
        display: block;
        font-size: 14px;
        font-family: 'DIN', sans-serif;
        font-weight: 500;
        text-transform: uppercase; }
  .bp_popup .bp_inner {
    z-index: 2;
    position: relative;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    /* -- @include break(mobile)-- */ }
    .bp_popup .bp_inner > div {
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .bp_popup .bp_inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%; } }
  .bp_popup .view1 {
    width: 190vw;
    position: relative;
    height: 100vh;
    padding-top: 80px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .bp_popup .view1 {
        padding-top: 60px;
        width: 100%;
        height: auto;
        margin-bottom: 50px; } }
    .bp_popup .view1 .img_bg {
      width: 90vw;
      height: 100vh;
      background-position: center;
      background-size: cover;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .bp_popup .view1 .img_bg {
          width: 100%;
          height: 80vh; } }
    .bp_popup .view1 .icon {
      width: 132px;
      height: 132px;
      background-color: #D18F36;
      border-radius: 50%;
      position: absolute;
      left: 90vw;
      top: 180px;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      /* -- @include break(mobile)-- */ }
      .bp_popup .view1 .icon svg {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
        .bp_popup .view1 .icon svg.arrow .anime_icon {
          -webkit-animation: icon 2s linear infinite;
                  animation: icon 2s linear infinite; }
        .bp_popup .view1 .icon svg.txt {
          -webkit-animation: rotate 10s linear infinite;
                  animation: rotate 10s linear infinite; }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .bp_popup .view1 .icon {
          width: 100px;
          height: 100px;
          left: auto;
          right: 5%;
          top: auto;
          bottom: 0;
          -webkit-transform: translateY(50%);
                  transform: translateY(50%); } }
    .bp_popup .view1 .sticky_title {
      width: 100%;
      position: absolute;
      bottom: 120px;
      left: 10vw;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .bp_popup .view1 .sticky_title {
          left: 5%;
          bottom: 74px; } }
      .bp_popup .view1 .sticky_title h2 {
        max-width: 880px;
        font-size: 5em;
        font-family: 'DIN', sans-serif;
        font-weight: 700;
        position: sticky;
        left: 10vw;
        top: 0;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .bp_popup .view1 .sticky_title h2 {
            left: 5%;
            width: 80%;
            font-size: 2.666em; } }
        @media only screen and (max-width: 360px) {
          .bp_popup .view1 .sticky_title h2 {
            font-size: 2.1em; } }
  .bp_popup .view2 {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-top: 80px;
    /* -- @include break(mobile)-- */ }
    .bp_popup .view2 > div {
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .bp_popup .view2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .bp_popup .view2 .txt_1 {
      padding-top: 80px;
      width: 400px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .bp_popup .view2 .txt_1 {
          padding-top: 0px;
          width: 100%;
          padding-left: 15%;
          padding-right: 5%;
          padding-bottom: 80px; } }
    .bp_popup .view2.mod1 .img_1 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .bp_popup .view2.mod1 .img_1 img {
        width: 320px;
        height: auto;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .bp_popup .view2.mod1 .img_1 img {
            width: 40%; } }
    .bp_popup .view2.mod1 .img-txt {
      padding-left: 115px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      padding-right: 0vw;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .bp_popup .view2.mod1 .img-txt {
          padding-top: 55px;
          padding-left: 0px;
          width: 100%; } }
      .bp_popup .view2.mod1 .img-txt .img_2 {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 640px;
        height: auto;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-height: 820px) and (min-width: 991px) {
          .bp_popup .view2.mod1 .img-txt .img_2 {
            width: 460px; } }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .bp_popup .view2.mod1 .img-txt .img_2 {
            padding-top: 55px;
            padding-left: 0px;
            padding-bottom: 80px;
            width: 76%;
            margin-left: auto; } }
      .bp_popup .view2.mod1 .img-txt .txt_2 {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 620px;
        margin-left: 20vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 50%;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .bp_popup .view2.mod1 .img-txt .txt_2 {
            padding-top: 0px;
            width: 100%;
            margin-left: 0;
            padding-right: 20%;
            padding-left: 5%;
            height: auto;
            padding-bottom: 120px; } }
    .bp_popup .view2.mod2 .img_1 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .bp_popup .view2.mod2 .img_1 img {
        margin-left: -20%;
        width: 570px;
        height: auto;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-height: 820px) and (min-width: 991px) {
          .bp_popup .view2.mod2 .img_1 img {
            width: 470px; } }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .bp_popup .view2.mod2 .img_1 img {
            width: 76%;
            margin-left: auto; } }
    .bp_popup .view2.mod2 .img-txt {
      margin-left: -12%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      padding-right: 0vw;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .bp_popup .view2.mod2 .img-txt {
          margin-left: 0%;
          padding-top: 55px;
          padding-left: 0px;
          width: 100%; } }
      .bp_popup .view2.mod2 .img-txt .img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .bp_popup .view2.mod2 .img-txt .img {
            padding-bottom: 80px; } }
        .bp_popup .view2.mod2 .img-txt .img .img_2 {
          -ms-flex-negative: 0;
              flex-shrink: 0;
          width: 480px;
          height: auto;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-height: 820px) and (min-width: 991px) {
            .bp_popup .view2.mod2 .img-txt .img .img_2 {
              width: 380px; } }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .bp_popup .view2.mod2 .img-txt .img .img_2 {
              width: 70%; } }
        .bp_popup .view2.mod2 .img-txt .img .img_3 {
          -ms-flex-negative: 0;
              flex-shrink: 0;
          width: 240px;
          height: auto;
          padding-top: 9vw;
          margin-left: -6vw;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-height: 820px) and (min-width: 991px) {
            .bp_popup .view2.mod2 .img-txt .img .img_3 {
              width: 140px; } }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .bp_popup .view2.mod2 .img-txt .img .img_3 {
              width: 40%;
              padding-top: 15vw;
              margin-left: -15%;
              margin-right: 5%; } }
      .bp_popup .view2.mod2 .img-txt .txt_2 {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 620px;
        margin-left: 20vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 50%;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .bp_popup .view2.mod2 .img-txt .txt_2 {
            padding-top: 0px;
            width: 100%;
            margin-left: 0;
            padding-right: 20%;
            padding-left: 5%;
            height: auto;
            padding-bottom: 120px; } }
  .bp_popup .view3 {
    padding-left: 180px;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-top: 80px;
    /* -- @include break(mobile)-- */ }
    .bp_popup .view3 > div {
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .bp_popup .view3 {
        padding-left: 0px;
        height: auto;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .bp_popup .view3.mod2 {
      padding-left: 0px; }
    .bp_popup .view3 .img_last {
      height: 100%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .bp_popup .view3 .img_last {
          height: auto;
          width: 100%; } }
      .bp_popup .view3 .img_last img {
        height: 100%;
        width: auto;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .bp_popup .view3 .img_last img {
            height: auto;
            width: 100%; } }
    .bp_popup .view3 .txt {
      padding-top: 80px;
      padding-left: 160px;
      padding-right: 300px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .bp_popup .view3 .txt {
          width: 100%;
          padding-left: 5%;
          padding-right: 20%; } }
      .bp_popup .view3 .txt h3 {
        width: 550px;
        padding-bottom: 20vh;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-height: 820px) and (min-width: 991px) {
          .bp_popup .view3 .txt h3 {
            padding-bottom: 10vh; } }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .bp_popup .view3 .txt h3 {
            width: 100%;
            padding-bottom: 80px; } }
      .bp_popup .view3 .txt .share.round {
        margin-left: auto;
        margin-right: -30px; }
  .bp_popup .nxt {
    position: relative;
    z-index: 15;
    cursor: pointer;
    width: 45vw;
    background-position: center;
    background-size: cover;
    padding: 80px;
    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-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .bp_popup .nxt {
        width: 100%;
        height: 70vh;
        margin-top: 80px;
        padding: 60px 5%; } }
    .bp_popup .nxt h6 {
      font-size: 12px;
      padding-bottom: 20px;
      text-transform: uppercase; }

.defi_popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1B1105;
  z-index: 99999;
  color: #ffffff;
  overflow-y: hidden;
  overflow-x: scroll;
  display: none;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-height: 820px) and (min-width: 991px) {
    .defi_popup {
      font-size: 16px; } }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .defi_popup {
      overflow-y: scroll;
      overflow-x: hidden; } }
  .defi_popup .top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 80px;
    z-index: 10;
    background-color: #1B1105;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .defi_popup .top {
        position: fixed;
        height: 60px;
        padding-left: 5%; } }
    .defi_popup .top .back {
      position: sticky;
      top: 0;
      left: 5vw;
      line-height: 1em;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      cursor: pointer;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .defi_popup .top .back {
          position: relative; } }
      .defi_popup .top .back svg {
        width: 20px;
        pointer-events: none; }
      .defi_popup .top .back span {
        pointer-events: none;
        margin-left: 10px;
        padding-top: 4px;
        display: block;
        font-size: 14px;
        font-family: 'DIN', sans-serif;
        font-weight: 500;
        text-transform: uppercase; }
  .defi_popup .defi_inner {
    z-index: 2;
    position: relative;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    /* -- @include break(mobile)-- */ }
    .defi_popup .defi_inner > div {
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .defi_popup .defi_inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%; } }
  .defi_popup .view1 {
    width: 190vw;
    position: relative;
    height: 100vh;
    padding-top: 80px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .defi_popup .view1 {
        padding-top: 60px;
        width: 100%;
        height: auto;
        margin-bottom: 50px; } }
    .defi_popup .view1 .img_bg {
      width: 90vw;
      height: 100vh;
      background-position: center;
      background-size: cover;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .defi_popup .view1 .img_bg {
          width: 100%;
          height: 80vh; } }
    .defi_popup .view1 .icon {
      width: 132px;
      height: 132px;
      background-color: #D18F36;
      border-radius: 50%;
      position: absolute;
      left: 90vw;
      top: 180px;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      /* -- @include break(mobile)-- */ }
      .defi_popup .view1 .icon svg {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
        .defi_popup .view1 .icon svg.arrow .anime_icon {
          -webkit-animation: icon 2s linear infinite;
                  animation: icon 2s linear infinite; }
        .defi_popup .view1 .icon svg.txt {
          -webkit-animation: rotate 10s linear infinite;
                  animation: rotate 10s linear infinite; }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .defi_popup .view1 .icon {
          width: 100px;
          height: 100px;
          left: auto;
          right: 5%;
          top: auto;
          bottom: 0;
          -webkit-transform: translateY(50%);
                  transform: translateY(50%); } }
    .defi_popup .view1 .sticky_title {
      width: 100%;
      position: absolute;
      bottom: 120px;
      left: 10vw;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .defi_popup .view1 .sticky_title {
          left: 5%;
          bottom: 74px; } }
      .defi_popup .view1 .sticky_title h2 {
        max-width: 880px;
        font-size: 5em;
        font-family: 'DIN', sans-serif;
        font-weight: 700;
        position: sticky;
        left: 10vw;
        top: 0;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .defi_popup .view1 .sticky_title h2 {
            left: 5%;
            width: 80%;
            font-size: 2.666em; } }
        @media only screen and (max-width: 360px) {
          .defi_popup .view1 .sticky_title h2 {
            font-size: 2.1em; } }
  .defi_popup .view2 {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-top: 80px;
    /* -- @include break(mobile)-- */ }
    .defi_popup .view2 > div {
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .defi_popup .view2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .defi_popup .view2 .txt_1 {
      padding-top: 80px;
      width: 400px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .defi_popup .view2 .txt_1 {
          padding-top: 0px;
          width: 100%;
          padding-left: 15%;
          padding-right: 5%;
          padding-bottom: 80px; } }
    .defi_popup .view2.mod1 .img_1 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .defi_popup .view2.mod1 .img_1 img {
        width: 320px;
        height: auto;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .defi_popup .view2.mod1 .img_1 img {
            width: 40%; } }
    .defi_popup .view2.mod1 .img-txt {
      padding-left: 115px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      padding-right: 0vw;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .defi_popup .view2.mod1 .img-txt {
          padding-top: 55px;
          padding-left: 0px;
          width: 100%; } }
      .defi_popup .view2.mod1 .img-txt .img_2 {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 640px;
        height: auto;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-height: 820px) and (min-width: 991px) {
          .defi_popup .view2.mod1 .img-txt .img_2 {
            width: 460px; } }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .defi_popup .view2.mod1 .img-txt .img_2 {
            padding-top: 55px;
            padding-left: 0px;
            padding-bottom: 80px;
            width: 76%;
            margin-left: auto; } }
      .defi_popup .view2.mod1 .img-txt .txt_2 {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 620px;
        margin-left: 20vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 50%;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .defi_popup .view2.mod1 .img-txt .txt_2 {
            padding-top: 0px;
            width: 100%;
            margin-left: 0;
            padding-right: 20%;
            padding-left: 5%;
            height: auto;
            padding-bottom: 120px; } }
    .defi_popup .view2.mod2 .img_1 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .defi_popup .view2.mod2 .img_1 img {
        margin-left: -20%;
        width: 570px;
        height: auto;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-height: 820px) and (min-width: 991px) {
          .defi_popup .view2.mod2 .img_1 img {
            width: 470px; } }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .defi_popup .view2.mod2 .img_1 img {
            width: 76%;
            margin-left: auto; } }
    .defi_popup .view2.mod2 .img-txt {
      margin-left: -12%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      padding-right: 0vw;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .defi_popup .view2.mod2 .img-txt {
          margin-left: 0%;
          padding-top: 55px;
          padding-left: 0px;
          width: 100%; } }
      .defi_popup .view2.mod2 .img-txt .img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .defi_popup .view2.mod2 .img-txt .img {
            padding-bottom: 80px; } }
        .defi_popup .view2.mod2 .img-txt .img .img_2 {
          -ms-flex-negative: 0;
              flex-shrink: 0;
          width: 480px;
          height: auto;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-height: 820px) and (min-width: 991px) {
            .defi_popup .view2.mod2 .img-txt .img .img_2 {
              width: 380px; } }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .defi_popup .view2.mod2 .img-txt .img .img_2 {
              width: 70%; } }
        .defi_popup .view2.mod2 .img-txt .img .img_3 {
          -ms-flex-negative: 0;
              flex-shrink: 0;
          width: 240px;
          height: auto;
          padding-top: 9vw;
          margin-left: -6vw;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-height: 820px) and (min-width: 991px) {
            .defi_popup .view2.mod2 .img-txt .img .img_3 {
              width: 140px; } }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .defi_popup .view2.mod2 .img-txt .img .img_3 {
              width: 40%;
              padding-top: 15vw;
              margin-left: -15%;
              margin-right: 5%; } }
      .defi_popup .view2.mod2 .img-txt .txt_2 {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 620px;
        margin-left: 20vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 50%;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .defi_popup .view2.mod2 .img-txt .txt_2 {
            padding-top: 0px;
            width: 100%;
            margin-left: 0;
            padding-right: 20%;
            padding-left: 5%;
            height: auto;
            padding-bottom: 120px; } }
  .defi_popup .view3 {
    padding-left: 180px;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-top: 80px;
    /* -- @include break(mobile)-- */ }
    .defi_popup .view3 > div {
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .defi_popup .view3 {
        padding-left: 0px;
        height: auto;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .defi_popup .view3.mod2 {
      padding-left: 0px; }
    .defi_popup .view3 .img_last {
      height: 100%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .defi_popup .view3 .img_last {
          height: auto;
          width: 100%; } }
      .defi_popup .view3 .img_last img {
        height: 100%;
        width: auto;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .defi_popup .view3 .img_last img {
            height: auto;
            width: 100%; } }
    .defi_popup .view3 .txt {
      padding-top: 80px;
      padding-left: 160px;
      padding-right: 300px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .defi_popup .view3 .txt {
          width: 100%;
          padding-left: 5%;
          padding-right: 20%; } }
      .defi_popup .view3 .txt h3 {
        width: 550px;
        padding-bottom: 20vh;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-height: 820px) and (min-width: 991px) {
          .defi_popup .view3 .txt h3 {
            padding-bottom: 10vh; } }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .defi_popup .view3 .txt h3 {
            width: 100%;
            padding-bottom: 80px; } }
      .defi_popup .view3 .txt .share.round {
        margin-left: auto;
        margin-right: -30px; }
  .defi_popup .nxt {
    position: relative;
    z-index: 15;
    cursor: pointer;
    width: 45vw;
    background-position: center;
    background-size: cover;
    padding: 80px;
    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-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .defi_popup .nxt {
        width: 100%;
        height: 70vh;
        margin-top: 80px;
        padding: 60px 5%; } }
    .defi_popup .nxt h6 {
      font-size: 12px;
      padding-bottom: 20px;
      text-transform: uppercase; }

.quatre-cent-quatre .container {
  width: 90%;
  max-width: 1055px;
  margin-left: auto;
  margin-right: auto;
  min-height: calc(100vh - 185px);
  text-align: left;
  height: 100%;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.quatre-cent-quatre h1 {
  font-size: 10em;
  line-height: 1em;
  margin: 0;
  padding-bottom: 0.3em; }

.quatre-cent-quatre h2 {
  font-size: 2.5em; }


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