/*  --- 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 ---  */
/* --- Variables for fonction --- */
/*
Theme Name: multicolore
*/
/*  --- MEDIA QUERIES ---  */
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0; }

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0; }

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5; }

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none; }

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto; }

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block; }

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em; }

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit; }

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
         -o-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }

/*! 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: "Archivo SemiExpanded";
  src: url("../fonts/ArchivoSemiExpanded-SemiBold.eot");
  src: url("../fonts/ArchivoSemiExpanded-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/ArchivoSemiExpanded-SemiBold.woff2") format("woff2"), url("../fonts/ArchivoSemiExpanded-SemiBold.woff") format("woff"), url("../fonts/ArchivoSemiExpanded-SemiBold.ttf") format("truetype"), url("../fonts/ArchivoSemiExpanded-SemiBold.svg#ArchivoSemiExpanded-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Archivo SemiExpanded";
  src: url("../fonts/ArchivoSemiExpanded-Bold.eot");
  src: url("../fonts/ArchivoSemiExpanded-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ArchivoSemiExpanded-Bold.woff2") format("woff2"), url("../fonts/ArchivoSemiExpanded-Bold.woff") format("woff"), url("../fonts/ArchivoSemiExpanded-Bold.ttf") format("truetype"), url("../fonts/ArchivoSemiExpanded-Bold.svg#ArchivoSemiExpanded-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Archivo SemiExpanded";
  src: url("../fonts/ArchivoSemiExpanded-Regular.eot");
  src: url("../fonts/ArchivoSemiExpanded-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ArchivoSemiExpanded-Regular.woff2") format("woff2"), url("../fonts/ArchivoSemiExpanded-Regular.woff") format("woff"), url("../fonts/ArchivoSemiExpanded-Regular.ttf") format("truetype"), url("../fonts/ArchivoSemiExpanded-Regular.svg#ArchivoSemiExpanded-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Archivo SemiExpanded";
  src: url("../fonts/ArchivoSemiExpanded-ExtraBold.eot");
  src: url("../fonts/ArchivoSemiExpanded-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/ArchivoSemiExpanded-ExtraBold.woff2") format("woff2"), url("../fonts/ArchivoSemiExpanded-ExtraBold.woff") format("woff"), url("../fonts/ArchivoSemiExpanded-ExtraBold.ttf") format("truetype"), url("../fonts/ArchivoSemiExpanded-ExtraBold.svg#ArchivoSemiExpanded-ExtraBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

body.scrolling-active header.page-header .header-flex {
  height: 90px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 1280px) {
    body.scrolling-active header.page-header .header-flex {
      height: 120px; } }

body.scrolling-active header.page-header .logo {
  height: 24px; }

body.scrolling-active header.page-header .logo-holder .logo-text {
  padding: 0px 0 0px 28px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 1280px) {
    body.scrolling-active header.page-header .logo-holder .logo-text {
      padding: 11px 0 11px 28px; } }

body.scrolling-active .template-home {
  padding-top: 90px; }

body.scrolling-active.open-nav {
  /* -- @include break(mobile)-- */ }
  body.scrolling-active.open-nav header.page-header .header-flex {
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1280px) {
      body.scrolling-active.open-nav header.page-header .header-flex {
        height: 120px; } }
  body.scrolling-active.open-nav header.page-header .logo {
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1280px) {
      body.scrolling-active.open-nav header.page-header .logo {
        height: 86px; } }
  body.scrolling-active.open-nav header.page-header .logo-holder .logo-text {
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1280px) {
      body.scrolling-active.open-nav header.page-header .logo-holder .logo-text {
        padding: 11px 0 11px 28px; } }
  @media only screen and (max-width: 1280px) {
    body.scrolling-active.open-nav {
      padding-top: 120px; } }

body.open-nav {
  position: fixed;
  width: 100%; }
  body.open-nav header.page-header .nav_mobile .burger {
    background: transparent; }
    body.open-nav header.page-header .nav_mobile .burger:before {
      top: 50%;
      -webkit-transform: translateY(-50%) rotate(-45deg);
          -ms-transform: translateY(-50%) rotate(-45deg);
              transform: translateY(-50%) rotate(-45deg); }
    body.open-nav header.page-header .nav_mobile .burger:after {
      bottom: 50%;
      -webkit-transform: translateY(50%) rotate(45deg);
          -ms-transform: translateY(50%) rotate(45deg);
              transform: translateY(50%) rotate(45deg); }
  body.open-nav .nav {
    -webkit-transform: translateX(0) !important;
        -ms-transform: translateX(0) !important;
            transform: translateX(0) !important; }

header.page-header {
  background: #07060b;
  color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  /* -- @include break(mobile)-- */ }
  header.page-header .header-flex {
    height: 120px;
    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;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) and (orientation: portrait) {
      header.page-header .header-flex {
        height: 90px !important; } }
  header.page-header .nav_mobile {
    width: 40px;
    height: 24px;
    position: relative;
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1280px) {
      header.page-header .nav_mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    header.page-header .nav_mobile .burger {
      width: 100%;
      height: 2px;
      background: #ffffff;
      -webkit-transition: .25s;
      -o-transition: .25s;
      transition: .25s; }
      header.page-header .nav_mobile .burger:before, header.page-header .nav_mobile .burger:after {
        content: '';
        width: 100%;
        height: 2px;
        background: #ffffff;
        position: absolute;
        left: 0;
        -webkit-transform-origin: center;
            -ms-transform-origin: center;
                transform-origin: center;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s; }
      header.page-header .nav_mobile .burger:before {
        top: 0; }
      header.page-header .nav_mobile .burger:after {
        bottom: 0; }
  header.page-header .logo-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 60; }
    header.page-header .logo-holder .logo {
      height: 33px;
      padding-right: 28px;
      -webkit-transition: .25s;
      -o-transition: .25s;
      transition: .25s;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) and (orientation: portrait) {
        header.page-header .logo-holder .logo {
          height: 26px !important;
          padding-right: 12px; } }
      header.page-header .logo-holder .logo img {
        max-height: 100%;
        width: auto;
        display: block; }
    header.page-header .logo-holder .logo-text {
      font-size: 14px;
      color: white;
      font-weight: 700;
      padding: 11px 0 11px 28px;
      border-left: 1px solid #FF0001;
      -webkit-transition: .25s;
      -o-transition: .25s;
      transition: .25s;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) and (orientation: portrait) {
        header.page-header .logo-holder .logo-text {
          padding: 0px 0 0px 12px !important;
          font-size: 12px; } }
  header.page-header .nav {
    background: #07060b;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1280px) {
      header.page-header .nav {
        position: absolute;
        top: 0;
        width: 100%;
        right: 0;
        height: 100vh;
        overflow-y: scroll;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-transform: translateX(100%);
            -ms-transform: translateX(100%);
                transform: translateX(100%);
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s; } }
    header.page-header .nav .menu-header-menu-container > ul,
    header.page-header .nav .menu-header-menu-en-container > ul {
      font-family: "Montserrat", sans-serif;
      font-weight: 500;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      list-style: none;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1280px) {
        header.page-header .nav .menu-header-menu-container > ul,
        header.page-header .nav .menu-header-menu-en-container > ul {
          display: block;
          text-align: center; } }
      header.page-header .nav .menu-header-menu-container > ul > li,
      header.page-header .nav .menu-header-menu-en-container > ul > li {
        margin-left: 40px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 1280px) {
          header.page-header .nav .menu-header-menu-container > ul > li,
          header.page-header .nav .menu-header-menu-en-container > ul > li {
            margin-left: 0;
            margin-bottom: 20px;
            /* -- @include break(mobile)-- */ } }
  @media only screen and (max-width: 1280px) and (max-width: 768px) and (orientation: portrait) {
    header.page-header .nav .menu-header-menu-container > ul > li,
    header.page-header .nav .menu-header-menu-en-container > ul > li {
      margin-bottom: 15px; } }
        header.page-header .nav .menu-header-menu-container > ul > li a,
        header.page-header .nav .menu-header-menu-en-container > ul > li a {
          color: #ffffff;
          padding: 8px 0;
          border-bottom: 1px solid transparent;
          position: relative;
          z-index: 30;
          /* -- @include break(mobile)-- */
          /* -- @include break(mobile)-- */
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 1280px) {
            header.page-header .nav .menu-header-menu-container > ul > li a,
            header.page-header .nav .menu-header-menu-en-container > ul > li a {
              font-size: 35px; } }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            header.page-header .nav .menu-header-menu-container > ul > li a,
            header.page-header .nav .menu-header-menu-en-container > ul > li a {
              font-size: 30px; } }
          @media only screen and (max-width: 768px) and (orientation: portrait) {
            header.page-header .nav .menu-header-menu-container > ul > li a,
            header.page-header .nav .menu-header-menu-en-container > ul > li a {
              font-size: 25px; } }
        header.page-header .nav .menu-header-menu-container > ul > li.active a, header.page-header .nav .menu-header-menu-container > ul > li:hover a,
        header.page-header .nav .menu-header-menu-en-container > ul > li.active a,
        header.page-header .nav .menu-header-menu-en-container > ul > li:hover a {
          border-color: #FF0001; }
      header.page-header .nav .menu-header-menu-container > ul .wpml-ls-menu-item a,
      header.page-header .nav .menu-header-menu-en-container > ul .wpml-ls-menu-item a {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }

.main-footer {
  background: #07060b;
  color: #ffffff;
  padding: 40px 0; }
  .main-footer .flex {
    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)-- */ }
    @media only screen and (max-width: 768px) {
      .main-footer .flex {
        display: block; } }
    .main-footer .flex .left-side {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .main-footer .flex .left-side {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          margin-bottom: 50px; } }
      .main-footer .flex .left-side .logo-holder {
        height: 58px;
        width: auto;
        min-width: 140px;
        max-width: 140px;
        padding-right: 60px;
        border-right: 1px solid #ffffff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .main-footer .flex .left-side .logo-holder {
            padding-right: 40px;
            min-width: 120px;
            max-width: 120px; } }
        .main-footer .flex .left-side .logo-holder img {
          max-height: 100%;
          width: auto; }
      .main-footer .flex .left-side .group-name {
        padding-left: 60px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .main-footer .flex .left-side .group-name {
            padding-left: 40px; } }
        .main-footer .flex .left-side .group-name p {
          font-weight: 700;
          font-size: 14px; }
    .main-footer .flex .right-side ul.footer-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .main-footer .flex .right-side ul.footer-menu {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      .main-footer .flex .right-side ul.footer-menu li {
        margin-left: 12px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .main-footer .flex .right-side ul.footer-menu li {
            margin-left: 6px;
            margin-right: 6px; } }
        .main-footer .flex .right-side ul.footer-menu li a {
          font-family: "Montserrat", sans-serif;
          font-weight: 400;
          color: white;
          text-decoration: underline;
          font-size: 14px; }
          .main-footer .flex .right-side ul.footer-menu li a:hover {
            opacity: 70%; }

html {
  overflow-x: hidden;
  overflow-y: scroll;
  color: #07060b;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none; }
  html.overflow {
    overflow: hidden; }
  html::-webkit-scrollbar {
    width: 0 !important; }

body {
  background-color: #07060b;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  color: #07060b;
  font-size: 16px;
  /* -- @include break(mobile)-- */
  font-family: "Archivo SemiExpanded", sans-serif;
  font-weight: 400;
  font-style: normal; }
  body.overflow {
    overflow: hidden; }
  @media only screen and (max-width: 768px) {
    body {
      font-size: 16px;
      overflow-x: hidden; } }

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

button,
a,
input[type="submit"] {
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.quatre-cent-quatre {
  color: #ffffff; }

.grecaptcha-badge {
  visibility: hidden !important; }

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

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

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

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

.bg_gris {
  background-color: #F0F0F0;
  width: 100%; }

.btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  background: #FF0001;
  color: #ffffff;
  padding: 14px 35px;
  border-radius: 4px;
  font-size: 16px;
  display: inline-block;
  border: none; }
  .btn:hover {
    background: #E41112; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Archivo SemiExpanded", sans-serif;
  font-weight: 700; }

h1, .h1 {
  font-size: 40px;
  line-height: 1.2;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    h1, .h1 {
      font-size: 34px; } }
  @media only screen and (max-width: 768px) and (orientation: portrait) {
    h1, .h1 {
      font-size: 28px; } }

h2 {
  font-size: 32px;
  line-height: 1.2;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    h2 {
      font-size: 29px; } }
  @media only screen and (max-width: 768px) {
    h2 {
      font-size: 26px; } }

h3 {
  font-size: 24px;
  line-height: 1.2; }

h4 {
  font-size: 24px;
  line-height: 1.2;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    h4 {
      font-size: 20px; } }

h5, .h5 {
  font-size: 20px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    h5, .h5 {
      font-size: 18px; } }

h6, .h6 {
  font-size: 16px; }

.subtitle-sm {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-weight: 400 !important;
  font-size: 20px; }

p, .p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6; }

.p-sm {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px; }

.p-md {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px; }

.p-lg {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px; }

.subtitle-lg {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 24px; }

.subtitle-sm {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 20px; }

.subtitle-sm-reg {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px; }

body.privacy-policy .entry-content,
.page-template-default .entry-content {
  padding: 160px 0;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    body.privacy-policy .entry-content,
    .page-template-default .entry-content {
      padding: 80px 0; } }
  @media only screen and (max-width: 768px) and (orientation: portrait) {
    body.privacy-policy .entry-content,
    .page-template-default .entry-content {
      padding: 40px 0; } }
  body.privacy-policy .entry-content h1, body.privacy-policy .entry-content h2, body.privacy-policy .entry-content h3, body.privacy-policy .entry-content h4, body.privacy-policy .entry-content h5, body.privacy-policy .entry-content h6,
  .page-template-default .entry-content h1,
  .page-template-default .entry-content h2,
  .page-template-default .entry-content h3,
  .page-template-default .entry-content h4,
  .page-template-default .entry-content h5,
  .page-template-default .entry-content h6 {
    margin-bottom: 40px; }
  body.privacy-policy .entry-content p,
  .page-template-default .entry-content p {
    margin-bottom: 20px; }
  body.privacy-policy .entry-content > *,
  .page-template-default .entry-content > * {
    color: white; }

.has-form div.form-item, .has-form .form-row {
  margin-bottom: 28px; }
  .has-form div.form-item label, .has-form .form-row label {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin-bottom: 9px; }
  .has-form div.form-item.has-select, .has-form .form-row.has-select {
    position: relative; }
    .has-form div.form-item.has-select:before, .has-form .form-row.has-select:before {
      content: '';
      width: 8px;
      height: 8px;
      border-bottom: 2px solid #000000;
      border-left: 2px solid #000000;
      position: absolute;
      -webkit-transform-origin: center;
          -ms-transform-origin: center;
              transform-origin: center;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      right: 20px;
      bottom: 21px; }
  .has-form div.form-item input:not([type="submit"]),
  .has-form div.form-item input:not([type="radio"]),
  .has-form div.form-item textarea,
  .has-form div.form-item select, .has-form .form-row input:not([type="submit"]),
  .has-form .form-row input:not([type="radio"]),
  .has-form .form-row textarea,
  .has-form .form-row select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    width: 100%;
    padding: 16px 20px;
    border: 1px solid rgba(7, 6, 11, 0.15);
    border-radius: 4px;
    color: #07060b;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    resize: none; }
    .has-form div.form-item input:not([type="submit"]):focus, .has-form div.form-item input:not([type="submit"]):focus-visible, .has-form div.form-item input:not([type="submit"]):active,
    .has-form div.form-item input:not([type="radio"]):focus,
    .has-form div.form-item input:not([type="radio"]):focus-visible,
    .has-form div.form-item input:not([type="radio"]):active,
    .has-form div.form-item textarea:focus,
    .has-form div.form-item textarea:focus-visible,
    .has-form div.form-item textarea:active,
    .has-form div.form-item select:focus,
    .has-form div.form-item select:focus-visible,
    .has-form div.form-item select:active, .has-form .form-row input:not([type="submit"]):focus, .has-form .form-row input:not([type="submit"]):focus-visible, .has-form .form-row input:not([type="submit"]):active,
    .has-form .form-row input:not([type="radio"]):focus,
    .has-form .form-row input:not([type="radio"]):focus-visible,
    .has-form .form-row input:not([type="radio"]):active,
    .has-form .form-row textarea:focus,
    .has-form .form-row textarea:focus-visible,
    .has-form .form-row textarea:active,
    .has-form .form-row select:focus,
    .has-form .form-row select:focus-visible,
    .has-form .form-row select:active {
      border: 1px solid rgba(7, 6, 11, 0.45);
      outline: none;
      border-radius: 4px; }
  .has-form div.form-item select, .has-form .form-row select {
    color: rgba(7, 6, 11, 0.4);
    border: 1px solid rgba(7, 6, 11, 0.15);
    -webkit-appearance: none;
    -moz-appearance: none; }
  .has-form div.form-item ::-webkit-input-placeholder, .has-form .form-row ::-webkit-input-placeholder {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #07060b;
    opacity: 40%; }
  .has-form div.form-item ::-moz-placeholder, .has-form .form-row ::-moz-placeholder {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #07060b;
    opacity: 40%; }
  .has-form div.form-item :-ms-input-placeholder, .has-form .form-row :-ms-input-placeholder {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #07060b;
    opacity: 40%; }
  .has-form div.form-item ::-ms-input-placeholder, .has-form .form-row ::-ms-input-placeholder {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #07060b;
    opacity: 40%; }
  .has-form div.form-item ::placeholder, .has-form .form-row ::placeholder {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #07060b;
    opacity: 40%; }
  .has-form div.form-item .radios-holder, .has-form .form-row .radios-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .has-form div.form-item .radios-holder .radio-item, .has-form .form-row .radios-holder .radio-item {
      margin-right: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .has-form div.form-item .radios-holder .radio-item > *, .has-form .form-row .radios-holder .radio-item > * {
        font-size: 14px;
        color: #07060b;
        font-weight: 400;
        display: block; }
      .has-form div.form-item .radios-holder .radio-item:last-of-type, .has-form .form-row .radios-holder .radio-item:last-of-type {
        margin-right: 0; }
      .has-form div.form-item .radios-holder .radio-item label, .has-form .form-row .radios-holder .radio-item label {
        white-space: nowrap;
        margin-bottom: 0; }

.has-wysiwyg a {
  color: #FF0001; }
  .has-wysiwyg a:hover {
    color: #E41112; }

.has-wysiwyg h2 {
  margin-bottom: 30px; }

.has-wysiwyg p {
  margin-bottom: 20px; }
  .has-wysiwyg p:last-of-type {
    margin-bottom: 0; }

.has-wysiwyg.has-btn-holder {
  margin-bottom: 40px;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .has-wysiwyg.has-btn-holder {
      margin-bottom: 30px; } }
  @media only screen and (max-width: 768px) and (orientation: portrait) {
    .has-wysiwyg.has-btn-holder {
      margin-bottom: 20px; } }

.has-wysiwyg ul {
  list-style-position: inside; }
  .has-wysiwyg ul li {
    margin-bottom: 22px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) and (orientation: portrait) {
      .has-wysiwyg ul li {
        margin-bottom: 12px; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.01);
            transform: scale(1.01); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.01);
            transform: scale(1.01); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

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

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

.template-home {
  padding-top: 120px;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s; }

.main-banner {
  background: #07060b;
  color: #ffffff;
  padding-top: 40px; }
  .main-banner .container-lg {
    position: relative;
    max-width: none; }
    .main-banner .container-lg .arrow-holder {
      position: absolute;
      bottom: 0;
      left: 80px;
      -webkit-animation: 5s arrowanimate infinite ease-in-out;
              animation: 5s arrowanimate infinite ease-in-out;
      opacity: 20%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .main-banner .container-lg .arrow-holder {
          display: none; } }
      .main-banner .container-lg .arrow-holder a:before {
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute; }
  .main-banner h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700; }
  .main-banner p {
    font-size: 18px; }
  .main-banner .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .main-banner .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
    .main-banner .flex .txt-side,
    .main-banner .flex .img-side {
      width: 50%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .main-banner .flex .txt-side,
        .main-banner .flex .img-side {
          width: 100%; } }
    .main-banner .flex .txt-side {
      padding-right: 110px;
      padding-top: 115px;
      padding-left: 80px;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1280px) {
        .main-banner .flex .txt-side {
          padding-left: 0;
          padding-right: 50px; } }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .main-banner .flex .txt-side {
          text-align: center;
          padding-right: 0;
          max-width: 745px;
          margin: 0 auto; } }
      @media only screen and (max-width: 768px) {
        .main-banner .flex .txt-side {
          padding-top: 80px; } }
      @media only screen and (max-width: 768px) and (orientation: portrait) {
        .main-banner .flex .txt-side {
          padding-top: 40px; } }
      .main-banner .flex .txt-side > * {
        max-width: 440px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .main-banner .flex .txt-side > * {
            max-width: none; } }
    .main-banner .flex .img-side .img-holder {
      width: 622px;
      height: 622px;
      background: -webkit-gradient(linear, left top, left bottom, from(#FF0001), color-stop(83.85%, rgba(255, 0, 1, 0)));
      background: -webkit-linear-gradient(top, #FF0001 0%, rgba(255, 0, 1, 0) 83.85%);
      background: -o-linear-gradient(top, #FF0001 0%, rgba(255, 0, 1, 0) 83.85%);
      background: linear-gradient(180deg, #FF0001 0%, rgba(255, 0, 1, 0) 83.85%);
      border-radius: 50%;
      margin-left: auto;
      margin-right: 24px;
      position: relative;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .main-banner .flex .img-side .img-holder {
          width: 80vw;
          height: 80vw;
          margin-right: auto; } }
      .main-banner .flex .img-side .img-holder img {
        max-width: none;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 20;
        -webkit-transform: translate(0) rotate(5deg);
            -ms-transform: translate(0) rotate(5deg);
                transform: translate(0) rotate(5deg);
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .main-banner .flex .img-side .img-holder img {
            max-width: 116%;
            -webkit-transform: translate(20px, -20px) rotate(5deg);
                -ms-transform: translate(20px, -20px) rotate(5deg);
                    transform: translate(20px, -20px) rotate(5deg); } }

@-webkit-keyframes arrowanimate {
  0% {
    opacity: 0%;
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px); }
  3% {
    opacity: 100%;
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px); }
  20% {
    opacity: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes arrowanimate {
  0% {
    opacity: 0%;
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px); }
  3% {
    opacity: 100%;
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px); }
  20% {
    opacity: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

section.quote-header {
  background: #07060b;
  color: #ffffff;
  padding-top: 160px;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    section.quote-header {
      padding-top: 110px; } }
  @media only screen and (max-width: 768px) {
    section.quote-header {
      padding-top: 90px; } }
  @media only screen and (max-width: 768px) and (orientation: portrait) {
    section.quote-header {
      padding-top: 60px; } }
  section.quote-header .textbox {
    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) {
      section.quote-header .textbox {
        display: block; } }
    section.quote-header .textbox .graphic-holder {
      min-width: 70px;
      width: 70px;
      margin-right: 56px;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        section.quote-header .textbox .graphic-holder {
          margin: 0 auto;
          -webkit-transform-origin: center;
              -ms-transform-origin: center;
                  transform-origin: center;
          -webkit-transform: rotate(-90deg);
              -ms-transform: rotate(-90deg);
                  transform: rotate(-90deg); } }
      @media only screen and (max-width: 768px) and (orientation: portrait) {
        section.quote-header .textbox .graphic-holder {
          min-width: 40px;
          width: 40px; } }
    section.quote-header .textbox h2 {
      font-family: "Montserrat", sans-serif;
      font-weight: 600;
      max-width: 745px;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        section.quote-header .textbox h2 {
          margin: 0 auto;
          text-align: center; } }
      @media only screen and (max-width: 768px) and (orientation: portrait) {
        section.quote-header .textbox h2 {
          font-size: 18px; } }

section.slider-chefs {
  background: #07060b;
  color: #ffffff;
  padding: 90px 0;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    section.slider-chefs {
      margin-bottom: 350px; } }
  @media only screen and (max-width: 768px) {
    section.slider-chefs {
      padding-top: 20px; } }
  @media only screen and (max-width: 768px) and (orientation: portrait) {
    section.slider-chefs {
      margin-bottom: 100px; } }
  section.slider-chefs .section-title {
    color: #ffffff;
    border-left: 1px solid #88C017;
    padding-left: 35px;
    max-width: 750px;
    margin-bottom: 90px; }
  section.slider-chefs .slider_swipe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 150px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      section.slider-chefs .slider_swipe {
        -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;
        height: 500px; } }
    section.slider-chefs .slider_swipe .slider_left {
      width: 45%;
      padding-bottom: 53%;
      position: relative;
      cursor: -webkit-grab;
      cursor: grab; }
      section.slider-chefs .slider_swipe .slider_left:active {
        cursor: -webkit-grabbing;
        cursor: grabbing; }
      section.slider-chefs .slider_swipe .slider_left .slider_arrow_wrapper {
        cursor: pointer;
        z-index: 30;
        width: 69px;
        height: 64px;
        position: absolute;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
      section.slider-chefs .slider_swipe .slider_left .slider_arrow {
        position: absolute;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        z-index: 9;
        opacity: 0;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        pointer-events: none; }
      section.slider-chefs .slider_swipe .slider_left .slide_img {
        background-position: center;
        background-size: cover;
        height: 560px;
        width: 400px;
        position: absolute;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        opacity: 0;
        pointer-events: none;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          section.slider-chefs .slider_swipe .slider_left .slide_img {
            height: 500px;
            width: 350px; } }
        @media only screen and (max-width: 768px) and (orientation: portrait) {
          section.slider-chefs .slider_swipe .slider_left .slide_img {
            height: 330px;
            width: 236px; } }
        section.slider-chefs .slider_swipe .slider_left .slide_img:nth-of-type(1) {
          opacity: 1; }
        section.slider-chefs .slider_swipe .slider_left .slide_img:nth-of-type(2) {
          -webkit-transform: translate(-50%, -50%) rotate(10deg);
              -ms-transform: translate(-50%, -50%) rotate(10deg);
                  transform: translate(-50%, -50%) rotate(10deg);
          opacity: 1; }
        section.slider-chefs .slider_swipe .slider_left .slide_img:nth-of-type(3) {
          opacity: 1;
          -webkit-transform: translate(-50%, -50%) rotate(-10deg);
              -ms-transform: translate(-50%, -50%) rotate(-10deg);
                  transform: translate(-50%, -50%) rotate(-10deg); }
    section.slider-chefs .slider_swipe .slider_right {
      padding-top: 5%;
      padding-bottom: 5%;
      width: 40%;
      color: #ffffff;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        section.slider-chefs .slider_swipe .slider_right {
          position: absolute;
          top: calc(100% + 100px);
          padding: 0;
          width: 400px; } }
      @media only screen and (max-width: 768px) {
        section.slider-chefs .slider_swipe .slider_right {
          top: calc(100% + 50px); } }
      @media only screen and (max-width: 768px) and (orientation: portrait) {
        section.slider-chefs .slider_swipe .slider_right {
          top: auto;
          bottom: 50px;
          width: 100%;
          max-width: 400px; } }
      section.slider-chefs .slider_swipe .slider_right .num {
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          section.slider-chefs .slider_swipe .slider_right .num {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            padding-bottom: 30px; } }
        section.slider-chefs .slider_swipe .slider_right .num .txt {
          display: inline-block;
          width: 12px;
          text-align: center;
          color: #FF0001;
          font-size: 24px; }
        section.slider-chefs .slider_swipe .slider_right .num .arrows-mobile {
          display: none;
          width: 65px;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            section.slider-chefs .slider_swipe .slider_right .num .arrows-mobile {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: justify;
                  -ms-flex-pack: justify;
                      justify-content: space-between; } }
          section.slider-chefs .slider_swipe .slider_right .num .arrows-mobile .arrow-left,
          section.slider-chefs .slider_swipe .slider_right .num .arrows-mobile .arrow-right {
            cursor: pointer; }
      section.slider-chefs .slider_swipe .slider_right .slider_contentWrap {
        height: 100%;
        position: relative; }
      section.slider-chefs .slider_swipe .slider_right .slide_content {
        width: 100%;
        position: absolute;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        opacity: 0;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          section.slider-chefs .slider_swipe .slider_right .slide_content {
            top: 0;
            left: 0;
            -webkit-transform: translate(0) !important;
                -ms-transform: translate(0) !important;
                    transform: translate(0) !important; } }
        section.slider-chefs .slider_swipe .slider_right .slide_content h3 {
          margin-bottom: 25px; }
        section.slider-chefs .slider_swipe .slider_right .slide_content .btn {
          margin-top: 40px; }
        section.slider-chefs .slider_swipe .slider_right .slide_content:first-of-type {
          opacity: 1; }
    section.slider-chefs .slider_swipe:hover .slider_arrow {
      opacity: 1; }

.text-animation {
  background-color: #07060b;
  padding: 90px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .text-animation {
      padding: 40px 0; } }
  @media only screen and (max-width: 768px) {
    .text-animation {
      padding: 20px 0; } }
  .text-animation .text-loop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-animation: textLoop 20s linear infinite;
            animation: textLoop 20s linear infinite; }
    .text-animation .text-loop h2 {
      font-size: 100px;
      line-height: 1em;
      text-transform: uppercase;
      font-weight: 800;
      -webkit-text-stroke: 1px #ffffff;
      color: #07060b;
      text-shadow: 0px 0px 0 #ffffff;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .text-animation .text-loop h2 {
          font-size: 80px; } }
      @media only screen and (max-width: 768px) {
        .text-animation .text-loop h2 {
          font-size: 60px; } }
    .text-animation .text-loop .circle {
      background-color: #FF0001;
      width: 130px;
      height: 130px;
      border-radius: 50%;
      display: inline-block;
      margin: 0 45px;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .text-animation .text-loop .circle {
          width: 100px;
          height: 100px; } }
      @media only screen and (max-width: 768px) {
        .text-animation .text-loop .circle {
          width: 60px;
          height: 60px; } }

@-webkit-keyframes textLoop {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes textLoop {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

section.certifications,
section.business-solutions {
  background: #07060b;
  color: #ffffff;
  padding-top: 90px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) and (orientation: portrait) {
    section.certifications,
    section.business-solutions {
      padding-top: 40px; } }
  section.certifications .section-header,
  section.business-solutions .section-header {
    margin-bottom: 40px;
    text-align: center;
    max-width: 840px;
    margin-left: auto;
    margin-right: auto; }
    section.certifications .section-header h2,
    section.business-solutions .section-header h2 {
      margin-bottom: 20px; }
  section.certifications .section-content,
  section.business-solutions .section-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 20px 0;
    max-width: 840px;
    margin-left: auto;
    margin-right: auto; }
    section.certifications .section-content .flex,
    section.business-solutions .section-content .flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        section.certifications .section-content .flex,
        section.business-solutions .section-content .flex {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }
      section.certifications .section-content .flex .item,
      section.business-solutions .section-content .flex .item {
        margin-bottom: 40px;
        width: calc(100% / 3);
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          section.certifications .section-content .flex .item,
          section.business-solutions .section-content .flex .item {
            width: 100%;
            margin-bottom: 30px; } }
        section.certifications .section-content .flex .item .card,
        section.business-solutions .section-content .flex .item .card {
          max-width: 180px;
          margin: auto;
          text-align: center;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 768px) {
            section.certifications .section-content .flex .item .card,
            section.business-solutions .section-content .flex .item .card {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              text-align: left;
              margin: 0;
              max-width: none; } }
          section.certifications .section-content .flex .item .card .icon-holder,
          section.business-solutions .section-content .flex .item .card .icon-holder {
            width: 146px;
            height: 146px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            border: 1px solid #ffffff;
            border-radius: 50%;
            margin: 0 auto;
            /* -- @include break(mobile)-- */ }
            @media only screen and (max-width: 768px) {
              section.certifications .section-content .flex .item .card .icon-holder,
              section.business-solutions .section-content .flex .item .card .icon-holder {
                min-width: 100px;
                width: 100px;
                height: 100px;
                margin-right: 30px;
                margin-left: 0; } }
            section.certifications .section-content .flex .item .card .icon-holder img,
            section.business-solutions .section-content .flex .item .card .icon-holder img {
              max-width: 75px;
              height: auto;
              display: block;
              margin: auto;
              /* -- @include break(mobile)-- */ }
              @media only screen and (max-width: 768px) {
                section.certifications .section-content .flex .item .card .icon-holder img,
                section.business-solutions .section-content .flex .item .card .icon-holder img {
                  max-width: 65px; } }
          section.certifications .section-content .flex .item .card .info,
          section.business-solutions .section-content .flex .item .card .info {
            padding: 20px 5px; }
            section.certifications .section-content .flex .item .card .info p,
            section.business-solutions .section-content .flex .item .card .info p {
              max-width: 190px;
              margin: auto; }
    section.certifications .section-content .btn-holder,
    section.business-solutions .section-content .btn-holder {
      text-align: center; }

section.chef-history {
  background: #07060b;
  color: #ffffff;
  padding: 120px 0 250px;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    section.chef-history {
      padding-bottom: 200px; } }
  @media only screen and (max-width: 768px) {
    section.chef-history {
      padding: 100px 0 100px; } }
  section.chef-history .parent-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      section.chef-history .parent-flex {
        display: block; } }
    section.chef-history .parent-flex .left-side {
      width: calc((100% - 160px) / 2);
      padding-top: 170px;
      max-width: 500px;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1280px) {
        section.chef-history .parent-flex .left-side {
          padding-top: 100px; } }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        section.chef-history .parent-flex .left-side {
          width: 100%;
          padding-top: 0;
          margin-bottom: 100px; } }
      @media only screen and (max-width: 768px) and (orientation: portrait) {
        section.chef-history .parent-flex .left-side {
          margin-bottom: 50px;
          margin-left: auto;
          margin-right: auto;
          text-align: center; } }
      section.chef-history .parent-flex .left-side h2 {
        margin-bottom: 22px; }
    section.chef-history .parent-flex .right-side {
      min-width: 512px;
      position: relative;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1280px) {
        section.chef-history .parent-flex .right-side {
          min-width: 0;
          width: 43vw;
          height: 62vw; } }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        section.chef-history .parent-flex .right-side {
          margin-left: auto;
          margin-right: 60px; } }
      section.chef-history .parent-flex .right-side .main-img,
      section.chef-history .parent-flex .right-side .second-img {
        background-size: cover;
        background-position: center; }
      section.chef-history .parent-flex .right-side .main-img {
        height: 700px;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 1280px) {
          section.chef-history .parent-flex .right-side .main-img {
            height: 63vw; } }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          section.chef-history .parent-flex .right-side .main-img {
            position: relative; } }
      section.chef-history .parent-flex .right-side .second-img {
        width: 400px;
        height: 270px;
        position: absolute;
        left: -218px;
        bottom: -135px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          section.chef-history .parent-flex .right-side .second-img {
            width: 40vw;
            height: 24vw;
            bottom: -50px;
            left: -100px; } }

.img-txt-block {
  padding: 160px 0;
  background: #F8F9FB;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .img-txt-block {
      padding: 100px 0; } }
  @media only screen and (max-width: 768px) {
    .img-txt-block {
      padding: 90px 0; } }
  @media only screen and (max-width: 768px) and (orientation: portrait) {
    .img-txt-block {
      padding: 45px 0 30px; } }
  .img-txt-block .relative-parent {
    position: relative;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) and (orientation: portrait) {
      .img-txt-block .relative-parent {
        position: static; } }
  .img-txt-block .img-side {
    height: 800px;
    width: 620px;
    background-size: cover;
    background-position: center;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .img-txt-block .img-side {
        height: 650px;
        width: 550px; } }
    @media only screen and (max-width: 768px) {
      .img-txt-block .img-side {
        width: 90%;
        height: 92vw; } }
    @media only screen and (max-width: 768px) and (orientation: portrait) {
      .img-txt-block .img-side {
        width: 100%;
        height: 425px;
        display: none; } }
  .img-txt-block .txt-side {
    width: 512px;
    background: white;
    color: #07060b;
    padding: 80px 73px;
    border-radius: 8px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .img-txt-block .txt-side {
        padding: 70px 55px;
        width: 450px; } }
    @media only screen and (max-width: 768px) and (orientation: portrait) {
      .img-txt-block .txt-side {
        padding: 40px 22px;
        position: static;
        width: 100%;
        -webkit-transform: translateY(-14px);
            -ms-transform: translateY(-14px);
                transform: translateY(-14px); } }
    .img-txt-block .txt-side .txt-holder {
      max-width: 350px; }
    .img-txt-block .txt-side .btn-holder {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) and (orientation: portrait) {
        .img-txt-block .txt-side .btn-holder {
          display: block; } }
      .img-txt-block .txt-side .btn-holder a.btn {
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) and (orientation: portrait) {
          .img-txt-block .txt-side .btn-holder a.btn {
            display: table; } }
        .img-txt-block .txt-side .btn-holder a.btn:first-of-type {
          margin-right: 16px;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 768px) and (orientation: portrait) {
            .img-txt-block .txt-side .btn-holder a.btn:first-of-type {
              margin-right: 0;
              margin-bottom: 10px; } }
        .img-txt-block .txt-side .btn-holder a.btn span.graphic {
          margin-left: 2px;
          display: inline-block;
          -webkit-transform: translateY(-5px);
              -ms-transform: translateY(-5px);
                  transform: translateY(-5px); }

.store-locator-app {
  height: 90vh;
  position: relative;
  padding: 25px 0;
  background: pink;
  display: none; }
  .store-locator-app .container-lg {
    height: 100%; }
  .store-locator-app .map-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .store-locator-app .map-holder iframe {
      width: 100%;
      height: 100%; }
  .store-locator-app .locator-holder {
    position: relative;
    background: #F8F9FB;
    width: 475px;
    height: 100%; }
    .store-locator-app .locator-holder .gm-style .place-card, .store-locator-app .locator-holder .gm-style .place-card-large {
      display: none !important; }
    .store-locator-app .locator-holder .wrapper-fluid__left {
      width: 100%;
      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;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) and (orientation: portrait) {
        .store-locator-app .locator-holder .wrapper-fluid__left {
          width: 100%; } }
      .store-locator-app .locator-holder .wrapper-fluid__left .cards-holder {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        padding: 32px 40px;
        padding-right: 22px;
        background: #F8F9FB; }
    .store-locator-app .locator-holder .header-input-block {
      background-color: #ffffff;
      padding: 40px 36px 32px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) and (orientation: portrait) {
        .store-locator-app .locator-holder .header-input-block {
          padding: 20px; } }
      .store-locator-app .locator-holder .header-input-block h5 {
        margin-bottom: 24px;
        margin-top: 0; }
      .store-locator-app .locator-holder .header-input-block .search-form {
        position: relative; }
        .store-locator-app .locator-holder .header-input-block .search-form input[type="text"] {
          padding: 15px 60px;
          border: 1px solid rgba(7, 6, 11, 0.15);
          border-radius: 4px;
          width: 100%;
          font-family: "Montserrat", sans-serif;
          font-weight: 400;
          font-size: 14px; }
        .store-locator-app .locator-holder .header-input-block .search-form .search-icon-holder,
        .store-locator-app .locator-holder .header-input-block .search-form .current-position-holder {
          position: absolute; }
        .store-locator-app .locator-holder .header-input-block .search-form button.current-position-holder {
          width: 43px;
          height: 43px;
          left: 2px;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          border: none;
          border-right: 1px solid rgba(7, 6, 11, 0.15);
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          background-color: transparent;
          cursor: pointer; }
          .store-locator-app .locator-holder .header-input-block .search-form button.current-position-holder svg {
            pointer-events: none; }
        .store-locator-app .locator-holder .header-input-block .search-form .search-icon-holder {
          width: 46px;
          height: 46px;
          right: 4px;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .store-locator-app .locator-holder .header-input-block .search-form .search-icon-holder input.search-btn {
            background-color: transparent;
            width: 100%;
            height: 100%;
            position: absolute;
            font-size: 0px;
            border: none;
            z-index: 5; }
          .store-locator-app .locator-holder .header-input-block .search-form .search-icon-holder svg {
            position: relative;
            stroke: rgba(7, 6, 11, 0.4);
            pointer-events: none; }
    .store-locator-app .locator-holder .cards-holder {
      max-height: 100%;
      overflow-y: scroll;
      padding-right: 30px;
      padding-top: 40px; }
      .store-locator-app .locator-holder .cards-holder .dealer {
        min-height: 130px;
        border: 1px solid rgba(7, 6, 11, 0.15);
        color: #07060b;
        padding: 22px;
        border-radius: 4px;
        margin-bottom: 20px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        cursor: pointer;
        -webkit-transform: translateX(1px);
            -ms-transform: translateX(1px);
                transform: translateX(1px); }
        .store-locator-app .locator-holder .cards-holder .dealer.active, .store-locator-app .locator-holder .cards-holder .dealer:hover {
          border-color: #FF0001;
          -webkit-box-shadow: 0px 0px 0px 1px #FF0001;
                  box-shadow: 0px 0px 0px 1px #FF0001; }
        .store-locator-app .locator-holder .cards-holder .dealer h6 {
          font-family: "Montserrat", sans-serif;
          font-weight: 600;
          margin-bottom: 12px;
          margin-top: 0;
          max-width: 280px; }
        .store-locator-app .locator-holder .cards-holder .dealer p {
          max-width: 220px;
          font-size: 14px; }
          .store-locator-app .locator-holder .cards-holder .dealer p.address {
            margin-bottom: 8px; }
        .store-locator-app .locator-holder .cards-holder .dealer .distance {
          font-family: "Montserrat", sans-serif;
          font-weight: 400;
          font-size: 12px;
          position: absolute;
          top: 26px;
          right: 22px;
          color: #07060b;
          opacity: .4; }
        .store-locator-app .locator-holder .cards-holder .dealer .chef-icon-holder {
          width: 32px;
          height: 32px;
          border: 1px solid #07060b;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          border-radius: 50%;
          position: absolute;
          right: 22px;
          bottom: 22px; }
          .store-locator-app .locator-holder .cards-holder .dealer .chef-icon-holder span.txt-holder {
            font-family: "Montserrat", sans-serif;
            font-weight: 400;
            display: inline-block;
            background: #07060b;
            color: #ffffff;
            font-size: 10px;
            position: absolute;
            right: calc(100% + 12px);
            border-radius: 4px;
            width: auto;
            white-space: nowrap;
            padding: 6px 8px;
            opacity: 0;
            visibility: visible;
            -webkit-transition: .25s;
            -o-transition: .25s;
            transition: .25s; }
            .store-locator-app .locator-holder .cards-holder .dealer .chef-icon-holder span.txt-holder:before {
              content: '';
              width: 0;
              height: 0;
              border-top: 7px solid transparent;
              border-bottom: 7px solid transparent;
              border-left: 7px solid #07060b;
              position: absolute;
              left: 100%;
              top: 50%;
              -webkit-transform: translate(-1px, -50%);
                  -ms-transform: translate(-1px, -50%);
                      transform: translate(-1px, -50%); }
          .store-locator-app .locator-holder .cards-holder .dealer .chef-icon-holder:hover span.txt-holder {
            opacity: 1;
            visibility: visible; }
        .store-locator-app .locator-holder .cards-holder .dealer .hasnt-chef:before {
          content: '';
          width: 100%;
          height: 1px;
          background: black;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform-origin: center;
              -ms-transform-origin: center;
                  transform-origin: center;
          -webkit-transform: translate(-50%, -50%) rotate(-45deg);
              -ms-transform: translate(-50%, -50%) rotate(-45deg);
                  transform: translate(-50%, -50%) rotate(-45deg); }

section.contact-section {
  background: #F8F9FB;
  padding-bottom: 160px;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    section.contact-section {
      padding-bottom: 100px; } }
  @media only screen and (max-width: 768px) {
    section.contact-section {
      padding-bottom: 80px; } }
  section.contact-section .parent-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) and (orientation: portrait) {
      section.contact-section .parent-flex {
        display: block; } }
    section.contact-section .parent-flex .left-side {
      width: 320px;
      padding-right: 30px;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        section.contact-section .parent-flex .left-side {
          margin-right: 30px; } }
      @media only screen and (max-width: 768px) and (orientation: portrait) {
        section.contact-section .parent-flex .left-side {
          width: 100%;
          margin-bottom: 30px; } }
      section.contact-section .parent-flex .left-side .section-title {
        margin-bottom: 60px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) and (orientation: portrait) {
          section.contact-section .parent-flex .left-side .section-title {
            margin-bottom: 30px; } }
        section.contact-section .parent-flex .left-side .section-title h2 {
          font-family: "Montserrat", sans-serif;
          font-weight: 700; }
      section.contact-section .parent-flex .left-side .info-box {
        margin-bottom: 60px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) and (orientation: portrait) {
          section.contact-section .parent-flex .left-side .info-box {
            margin-bottom: 30px; } }
        section.contact-section .parent-flex .left-side .info-box .item {
          margin-bottom: 40px;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 768px) and (orientation: portrait) {
            section.contact-section .parent-flex .left-side .info-box .item {
              margin-bottom: 20px; } }
          section.contact-section .parent-flex .left-side .info-box .item .title {
            font-family: "Montserrat", sans-serif;
            font-weight: 400;
            font-size: 12px;
            margin-bottom: 15px;
            text-transform: uppercase;
            /* -- @include break(mobile)-- */ }
            @media only screen and (max-width: 768px) and (orientation: portrait) {
              section.contact-section .parent-flex .left-side .info-box .item .title {
                margin-bottom: 9px; } }
          section.contact-section .parent-flex .left-side .info-box .item p {
            font-family: "Montserrat", sans-serif;
            font-weight: 700;
            font-size: 16px; }
    section.contact-section .parent-flex .right-side {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding-left: 115px;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1280px) {
        section.contact-section .parent-flex .right-side {
          padding-left: 60px; } }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        section.contact-section .parent-flex .right-side {
          padding-left: 30px; } }
      @media only screen and (max-width: 768px) and (orientation: portrait) {
        section.contact-section .parent-flex .right-side {
          width: 100%;
          padding-left: 0; } }
      section.contact-section .parent-flex .right-side .block-title {
        margin-bottom: 40px; }
      section.contact-section .parent-flex .right-side form .btn-holder {
        margin-top: 40px; }

.wpcf7-response-output {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin: 0 !important;
  border: none !important;
  margin-top: 20px !important;
  color: #88C017 !important; }

.wpcf7-not-valid-tip {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #FF0001 !important;
  font-size: 14px !important; }

.wpcf7 form.invalid .wpcf7-response-output {
  color: #FF0001 !important; }

.wpcf7-form.failed {
  color: #FF0001 !important; }

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