/* 
 * https://github.com/jtrost/Complete-CSS-Reset
*/
/* Displays for HTML 5 */
article, aside, audio, command, datagrid, details, dialog, embed,
figcaption, figure, footer, header, hgroup, menu, nav, section, summary,
video, wbr {
  display: block;
}

bdi, figcaption, keygen, mark, meter, progress, rp, rt, ruby, time {
  display: inline;
}

/* Deprecated tags */
acronym, applet, big, center, dir, font, frame, frameset, noframes, s,
strike, tt, u, xmp {
  display: none;
}

/* Reset styles for all structural tags */
a, abbr, area, article, aside, audio, b, bdo, blockquote, body, button,
canvas, caption, cite, code, col, colgroup, command, datalist, dd, del,
details, dialog, dfn, div, dl, dt, em, embed, fieldset, figure, form,
h1, h2, h3, h4, h5, h6, head, header, hgroup, hr, html, i, iframe, img,
input, ins, keygen, kbd, label, legend, li, map, mark, menu, meter, nav,
noscript, object, ol, optgroup, option, output, p, param, pre, progress,
q, rp, rt, ruby, samp, section, select, small, span, strong, sub, sup,
table, tbody, td, textarea, tfoot, th, thead, time, tr, ul, var, video {
  background: transparent;
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  outline: none;
  padding: 0;
  text-align: left;
  text-decoration: none;
  vertical-align: baseline;
  z-index: 1;
}

/* Miscellaneous resets */
body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! normalize.css v6.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -moz-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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

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

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

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

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

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

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

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

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

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

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -moz-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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

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

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

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

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden !important;
  font-size: 16px;
  font-size: 1.6rem;
}

body > section > .inner,
body > footer > .inner {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media only screen and (max-width: 768px) {
  body > section > .inner,
  body > footer > .inner {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

img {
  width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url("../fonts/RobotoCondensed-Regular.woff2") format("woff2"), url("../fonts/RobotoCondensed-Regular.woff") format("woff");
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url("../fonts/RobotoCondensed-Bold.woff2") format("woff2"), url("../fonts/RobotoCondensed-Bold.woff") format("woff");
  font-weight: bold;
}

body {
  font-size: 1.6rem;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.2;
}

h1, h2, h3, h4 {
  font-weight: bold;
  line-height: inherit;
}

h1 {
  font-size: 5.3rem;
  font-size: 3.8vw;
  line-height: 5.7rem;
  line-height: 4.5vw;
  margin: 2rem 0;
}

@media only screen and (min-width: 1201px) {
  h1 {
    font-size: 5.3rem;
    line-height: 5.7rem;
  }
}

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 3rem;
    line-height: 3.3rem;
  }
}

h2 {
  font-size: 5.2rem;
  font-size: 4.5vw;
}

@media only screen and (min-width: 1201px) {
  h2 {
    font-size: 5.2rem;
  }
}

@media only screen and (max-width: 768px) {
  h2 {
    font-size: 2.9rem;
  }
}

h3 {
  font-size: 36px;
}

h4 {
  font-size: 30px;
}

p {
  font-size: 2.3rem;
  margin: 2rem 0;
}

@media only screen and (max-width: 768px) {
  p {
    font-size: 1.6rem;
  }
}

.inner {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-clip: border-box;
  max-width: 1200px;
  padding: 0 12px;
}

.inner:after {
  content: " ";
  display: block;
  clear: both;
}

.intro .intro-image {
  width: 58.33333%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}

@media only screen and (max-width: 768px) {
  .intro .intro-image {
    width: 100%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}

.intro .intro-text {
  width: 41.66667%;
  float: right;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}

@media only screen and (max-width: 768px) {
  .intro .intro-text {
    width: 100%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}

.indications .frame {
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}

.indications li:first-child {
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  padding-left: 0;
  padding-right: 0;
}

.indications .two-column {
  width: 50%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  padding-left: 1.66667%;
  padding-right: 1.66667%;
}

@media only screen and (max-width: 768px) {
  .indications .two-column {
    width: 100%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}

.indications .two-column.clear {
  clear: both;
}

.indications .separator-container {
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  max-width: 1200px;
  padding: 0 12px;
}

.synergy .synergy-action .image {
  width: 41.66667%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}

@media only screen and (max-width: 768px) {
  .synergy .synergy-action .image {
    width: 100%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}

.synergy .synergy-action .text {
  width: 50%;
  float: right;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}

@media only screen and (max-width: 768px) {
  .synergy .synergy-action .text {
    width: 100%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}

.synergy .what-is .text {
  width: 50%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}

@media only screen and (max-width: 768px) {
  .synergy .what-is .text {
    width: 100%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}

.synergy .what-is .image {
  width: 41.66667%;
  float: right;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}

@media only screen and (max-width: 768px) {
  .synergy .what-is .image {
    width: 100%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}

.ingredients .two-column {
  width: 50%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  padding-left: 1.66667%;
  padding-right: 1.66667%;
}

@media only screen and (max-width: 768px) {
  .ingredients .two-column {
    width: 100%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}

.ingredients .two-column.clear {
  clear: both;
}

.ingredients .btn-container {
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}

.effectiveness .effects {
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  display: inline-block;
  float: none;
}

.effectiveness .effects p {
  padding-left: 5%;
  padding-right: 5%;
}

@media only screen and (max-width: 992px) {
  .effectiveness .effects p {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 640px) {
  .effectiveness .effects {
    width: 100%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}

.effectiveness .ba-element {
  width: 8.33333%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}

@media only screen and (max-width: 992px) {
  .effectiveness .ba-element {
    width: 16.66667%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}

.effectiveness .ba-element.line {
  width: 83.33333%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}

@media only screen and (max-width: 992px) {
  .effectiveness .ba-element.line {
    width: 66.66667%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}

.effectiveness .before-after, .effectiveness .explain {
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}

@media only screen and (max-width: 992px) {
  .effectiveness .before-after, .effectiveness .explain {
    width: 83.33333%;
    clear: left;
    float: none;
  }
}

.effectiveness .before-after li, .effectiveness .explain li {
  width: 25%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  padding-left: 1.66667%;
  padding-right: 1.66667%;
}

@media only screen and (max-width: 992px) {
  .effectiveness .before-after li, .effectiveness .explain li {
    width: 50%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}

.effectiveness .container .btn-container #border {
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}

.main-footer .two-column {
  width: 50%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}

@media only screen and (max-width: 992px) {
  .main-footer .two-column {
    width: 100%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}

.main-footer .two-column:nth-child(1) {
  padding-right: 1.25%;
}

.main-footer .two-column:nth-child(2) {
  padding-left: 1.25%;
}

.main-footer .inner .essylimar-info {
  width: 66.66667%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}

.main-footer .inner p.copyright {
  width: 33.33333%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}

button, .btn {
  display: block;
  text-align: center;
  font-weight: bold;
  transition: background .3s ease-out, color .3s ease-out;
}

@media only screen and (min-width: 769px) {
  button, .btn {
    width: 15vw;
    height: 4.16vw;
    line-height: 3.75vw;
    font-size: 2.3vw;
  }
}

@media only screen and (min-width: 993px) {
  button, .btn {
    width: 180px;
    height: 50px;
    line-height: 45px;
    text-align: center;
    font-size: 2.3rem;
  }
}

@media only screen and (max-width: 768px) {
  button, .btn {
    width: 130px;
    height: 30px;
    line-height: 25px;
    text-align: center;
    font-size: 1.6rem;
  }
}

button.yellow, .btn.yellow {
  border: 2px solid #f7a600;
  color: #f7a600;
}

button.yellow:not(.ba-element):hover, .btn.yellow:not(.ba-element):hover {
  color: #ffffff;
  background-color: #f7a600;
}

button.crimson, .btn.crimson {
  border: 2px solid #912d20;
  color: #912d20;
}

button.crimson:not(.ba-element):hover, .btn.crimson:not(.ba-element):hover {
  color: #ffffff;
  background-color: #912d20;
}

.icon {
  color: yellow;
  display: block;
  width: 40px;
  height: 40px;
}

.separator-container {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  background-color: #f7a600;
  margin: 0 auto;
  float: none;
  height: 30px;
}

.separator-container .separator {
  width: 180px;
  margin: auto;
  border-left: 90px solid transparent;
  border-right: 90px solid transparent;
  border-top: 30px solid #ffffff;
}

#burger {
  display: none;
  position: absolute;
  top: 18px;
  right: 20px;
  width: 35px;
  height: 35px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
  border: 2px solid #f7a600;
}

#burger span {
  display: block;
  position: absolute;
  height: 2px;
  left: 12%;
  right: 12%;
  width: 76%;
  background: #f7a600;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  transition: .25s ease-in-out;
}

#burger span:nth-child(1) {
  top: 8px;
}

#burger span:nth-child(2), #burger span:nth-child(3) {
  top: 15px;
}

#burger span:nth-child(4) {
  top: 22px;
}

.mobile #burger span:nth-child(1) {
  top: 15px;
  width: 0;
  left: 50%;
}

.mobile #burger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.mobile #burger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

.mobile #burger span:nth-child(4) {
  top: 15px;
  width: 0;
  left: 50%;
}

@media only screen and (max-width: 992px) {
  #burger {
    display: block;
  }
}

.cookies-alert {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(145, 45, 32, 0.9);
  color: #ffffff;
  text-align: center;
  padding: 10px 0;
  display: none;
}

.cookies-alert button {
  display: inline-block;
  width: 100px;
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.8rem;
  border: 2px solid #ffffff;
  color: #ffffff;
  cursor: pointer;
  margin: 5px 20px 5px 20px;
}

.cookies-alert button:hover {
  color: #912d20;
  background-color: #ffffff;
}

.cookies-alert p {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.8rem;
  text-align: center;
  margin: 5px;
}

.cookies-alert p a {
  color: #ffffff;
  text-decoration: underline;
}

.rodo-description h2, .rodo-description h3, .rodo-description h4 {
  font-size: 18px;
}

.rodo-description p, .rodo-description * {
  font-size: 14px;
}

.modal-rodo-outer {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99999;
}

.show-rodo .modal-rodo-outer {
  display: block;
}

.modal-rodo-inner {
  background-color: #dedede;
  width: 50%;
  max-width: 800px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 35px 10px 35px 25px;
  color: #000;
  position: absolute;
  top: calc(50% - 25px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.modal-rodo-inner .rodo-description {
  overflow-y: auto;
  max-height: calc(70vh - 50px);
}

.modal-rodo-inner h2 {
  font-size: 20px;
  margin-bottom: 15px;
}

.modal-rodo-inner ul {
  list-style-type: none;
}

.modal-rodo-inner p {
  margin: 10px 0;
}

.modal-rodo-inner .part-2 {
  display: none;
}

.modal-rodo-inner .buttons-wrapper {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
}

.modal-rodo-inner .button {
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  color: #fff;
}

.modal-rodo-inner .button.rodo-later {
  float: left;
  background-color: #6b6667;
}

.modal-rodo-inner .button.rodo-agree {
  float: right;
  background-color: #0099d7;
}

.modal-rodo-inner #show-more {
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  font-size: 16px;
}

@media only screen and (max-width: 900px) {
  .modal-rodo-inner {
    width: 80%;
  }
}

@media only screen and (max-width: 570px) {
  .modal-rodo-inner {
    width: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

.ps {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none;
}

@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

.ps.ps--active-x > .ps__scrollbar-x-rail,
.ps.ps--active-y > .ps__scrollbar-y-rail {
  display: block;
  background-color: #eee;
}

.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}

.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #999;
  height: 10px;
}

.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}

.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #999;
  width: 10px;
}

.ps > .ps__scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 0px;
  /* there must be 'bottom' for ps__scrollbar-x-rail */
  height: 12px;
}

.ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  bottom: 1px;
  /* there must be 'bottom' for ps__scrollbar-x */
  height: 10px;
}

.ps > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x, .ps > .ps__scrollbar-x-rail:active > .ps__scrollbar-x {
  height: 10px;
}

.ps > .ps__scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  right: 0;
  /* there must be 'right' for ps__scrollbar-y-rail */
  width: 12px;
}

.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  right: 1px;
  /* there must be 'right' for ps__scrollbar-y */
  width: 10px;
}

.ps > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y, .ps > .ps__scrollbar-y-rail:active > .ps__scrollbar-y {
  width: 10px;
}

.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}

.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #999;
  height: 10px;
}

.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}

.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #999;
  width: 10px;
}

.ps:hover > .ps__scrollbar-x-rail,
.ps:hover > .ps__scrollbar-y-rail {
  opacity: 0.6;
}

.ps:hover > .ps__scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}

.ps:hover > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
  background-color: #999;
}

.ps:hover > .ps__scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}

.ps:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
  background-color: #999;
}

.main-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  height: 135px;
  padding: 45px 0 10px;
  background-color: #ffffff;
}

.main-header .logo {
  float: left;
  max-width: 180px;
  height: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
}

@media only screen and (max-width: 992px) {
  .main-header {
    height: 70px;
    padding: 0;
  }
  .main-header .inner {
    padding: 0 20px;
  }
  .main-header .logo {
    max-width: 130px;
    height: 70px;
  }
}

.main-header .main-menu {
  float: right;
}

@media only screen and (max-width: 992px) {
  .main-header .main-menu {
    display: none;
  }
}

.main-header .main-menu ul li {
  display: inline-block;
}

.main-header .main-menu ul li a {
  display: block;
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 15px;
  height: 80px;
  line-height: 80px;
  color: #000000;
  transition: color .3s ease-out;
}

.main-header .main-menu ul li a:after {
  content: '';
  position: absolute;
  height: 2px;
  background-color: #f7a600;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity .3s ease-out;
}

.main-header .main-menu ul li a:hover, .main-header .main-menu ul li a.active {
  color: #f7a600;
}

.main-header .main-menu ul li a:hover:after, .main-header .main-menu ul li a.active:after {
  opacity: 1;
}

@media only screen and (max-width: 992px) {
  .main-header.mobile {
    position: fixed;
    top: 0;
    right: 0;
    height: auto;
    background: transparent;
  }
  .main-header.mobile:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 70px;
    background-color: #ffffff;
    z-index: -1;
  }
  .main-header.mobile .main-menu {
    position: absolute;
    right: 20px;
    display: block;
    width: 25%;
    min-width: 160px;
    margin-top: 18px;
    background-color: #ffffff;
  }
  .main-header.mobile .main-menu ul {
    padding-top: 40px;
    border: 2px solid #f7a600;
  }
  .main-header.mobile .main-menu ul li {
    display: block;
  }
  .main-header.mobile .main-menu ul li a {
    height: 40px;
    line-height: 40px;
  }
  .main-header.mobile .main-menu ul li a:after {
    display: none;
  }
}

.intro {
  position: relative;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.intro > .inner {
  border-bottom: 2px solid #f7a600;
  padding-top: 185px;
  padding-bottom: 130px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 769px) {
  .intro .intro-image, .intro .intro-text {
    height: 28.33vw;
  }
  .intro .intro-image {
    padding-right: 8.33333%;
  }
  .intro .packshot {
    width: 38.33vw;
  }
}

@media only screen and (min-width: 1201px) {
  .intro .intro-image, .intro .intro-text {
    height: 340px;
  }
  .intro .packshot {
    width: 460px;
  }
}

@media only screen and (max-width: 768px) {
  .intro > .inner {
    padding: 100px 0 35px;
  }
  .intro .intro-image {
    width: 83.33333%;
    margin: 0 auto;
    float: none;
  }
  .intro .intro-image .wrapper {
    width: 100%;
  }
  .intro .intro-text {
    display: block;
    width: 83.33333%;
    margin: 0 auto;
    float: none;
  }
  .intro .intro-text .wrapper {
    width: 100%;
  }
  .intro .packshot {
    width: 85%;
    margin-right: -10%;
  }
}

.intro .intro-image {
  position: relative;
}

.intro .packshot {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
}

.intro .packshot.animation {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.intro .intro-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
}

.intro .intro-text .wrapper h1 {
  color: #f7a600;
}

.intro .intro-text .wrapper h1 strong {
  color: #912d20;
  display: block;
}

@media only screen and (max-width: 768px) {
  .intro .intro-text .wrapper h1 {
    font-size: 6vw;
    line-height: 7.5vw;
  }
}

@media only screen and (min-width: 769px) {
  .intro .intro-text .wrapper p {
    font-size: 2.3vw;
  }
}

@media only screen and (min-width: 1201px) {
  .intro .intro-text .wrapper p {
    font-size: 2.6rem;
  }
}

.intro .separator-line {
  position: absolute;
  bottom: -28px;
  left: 0;
  right: 0;
  width: 180px;
  height: 30px;
  margin: auto;
  background-color: #ffffff;
}

.intro .separator-line:before, .intro .separator-line:after {
  content: '';
  position: absolute;
  width: 95px;
  height: 2px;
  background-color: #f7a600;
}

.intro .separator-line:before {
  -webkit-transform: rotate(18deg);
      -ms-transform: rotate(18deg);
          transform: rotate(18deg);
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  left: 0;
}

.intro .separator-line:after {
  -webkit-transform: rotate(-18deg);
      -ms-transform: rotate(-18deg);
          transform: rotate(-18deg);
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
  right: 0;
}

section.indications {
  background-color: #ffffff;
  position: relative;
  margin-bottom: 30px;
}

section.indications .inner .icon-container .show-icon {
  opacity: 0;
  transition: 1s opacity ease, 1s -webkit-transform ease;
  transition: 1s opacity ease, 1s transform ease;
  transition: 1s opacity ease, 1s transform ease, 1s -webkit-transform ease;
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
}

section.indications .inner .icon-container .show-icon.animation {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

section.indications .inner img {
  max-width: 172px;
  padding-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  section.indications .inner img {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 768px) {
  section.indications .inner img.polekowe {
    width: 41.66667%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}

section.indications .inner h2, section.indications .inner h4 {
  text-align: center;
  color: #f7a600;
}

section.indications .inner h4 {
  font-size: 2.7rem;
}

@media only screen and (max-width: 768px) {
  section.indications .inner h4 {
    font-size: 2rem;
    text-align: left;
    width: 50%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    float: right;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 480px) {
  section.indications .inner h4 {
    font-size: 1.7rem;
  }
}

section.indications .inner .container {
  padding-left: 16.66667%;
  padding-right: 16.66667%;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  section.indications .inner .container {
    padding-left: 12.33333%;
    padding-right: 12.33333%;
  }
}

section.indications .inner .container p {
  font-weight: bold;
  font-size: 1.8rem;
}

@media only screen and (max-width: 768px) {
  section.indications .inner .container p {
    display: none;
  }
}

section.indications .inner .container > p {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  section.indications .inner .container > p {
    display: block;
  }
}

section.indications .inner .container li {
  padding-bottom: 40px;
  padding-top: 40px;
}

@media only screen and (max-width: 768px) {
  section.indications .inner .container li {
    padding-bottom: 15px;
    padding-top: 15px;
  }
}

section.indications .inner .container li figure {
  margin: 0;
  text-align: center;
}

section.indications .inner .container li figcaption p {
  text-align: left;
}

section.indications .inner .container li.two-column figure img {
  max-width: 136px;
}

@media only screen and (max-width: 768px) {
  section.indications .inner .container li.two-column figure img {
    width: 41.66667%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}

section.indications .inner .container.cont-frame {
  padding-left: 12.33333%;
  padding-right: 12.33333%;
}

section.indications .inner .container.cont-frame .frame {
  outline: 2px #f7a805 dashed;
  padding: 24px 6.66667%;
  margin-bottom: 40px;
}

section.indications .inner .container.cont-frame .frame .img-container {
  margin: 0 auto;
  max-width: 136px;
}

@media only screen and (max-width: 768px) {
  section.indications .inner .container.cont-frame .frame .img-container {
    width: 41.66667%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}

section.indications .inner .container.cont-frame .frame h4 {
  padding-bottom: 6px;
}

section.indications .inner:nth-child(1) {
  padding-bottom: 0;
}

section.indications .inner:nth-child(2) {
  padding-top: 0;
  padding-bottom: 0;
}

section.indications .inner:nth-child(3) {
  padding-top: 0;
}

section.ingredients {
  background-color: #ffffff;
  position: relative;
  margin-bottom: 30px;
}

section.ingredients .inner {
  background-color: #f7a600;
}

section.ingredients .inner .container {
  overflow: hidden;
  margin: 0 auto;
  padding-left: 10.83333%;
  padding-right: 10.83333%;
}

section.ingredients .inner .container h2, section.ingredients .inner .container h4 {
  text-align: center;
  color: #912d20;
}

section.ingredients .inner .container h2 {
  padding-bottom: 40px;
}

section.ingredients .inner .container h4 {
  font-size: 2.7rem;
}

section.ingredients .inner .container p {
  color: #ffffff;
  text-align: center;
  margin-bottom: 30px;
}

section.ingredients .inner .container .img-container {
  padding: 20px 0;
  position: relative;
  margin: 0 auto;
  max-width: 636px;
}

@media only screen and (max-width: 768px) {
  section.ingredients .inner .container .img-container {
    max-width: 278px;
  }
}

section.ingredients .inner .container .img-container .element {
  display: inline-block;
  width: 50%;
}

@media only screen and (max-width: 768px) {
  section.ingredients .inner .container .img-container .element {
    width: 100%;
  }
}

section.ingredients .inner .container .img-container .element.right {
  padding-left: 40px;
  right: -20%;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  max-width: 298px;
}

section.ingredients .inner .container .img-container .element.right.animation {
  -webkit-animation-name: appear-right;
          animation-name: appear-right;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@media only screen and (max-width: 768px) {
  section.ingredients .inner .container .img-container .element.right {
    display: none;
    padding-left: 0;
  }
}

section.ingredients .inner .container .img-container .element.left {
  padding-right: 40px;
  left: -20%;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  max-width: 298px;
}

section.ingredients .inner .container .img-container .element.left.animation {
  -webkit-animation-name: appear-left;
          animation-name: appear-left;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@media only screen and (max-width: 768px) {
  section.ingredients .inner .container .img-container .element.left {
    padding-right: 0;
    position: static;
  }
}

section.ingredients .inner .container .img-container .upper {
  margin: auto;
  z-index: 2;
  position: relative;
  opacity: 0;
}

section.ingredients .inner .container .img-container .upper.animation {
  -webkit-animation-name: appear;
          animation-name: appear;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@media only screen and (max-width: 768px) {
  section.ingredients .inner .container .img-container .upper {
    display: none;
  }
}

section.ingredients .inner .container .img-container.unvisible {
  max-width: 278px;
  display: none;
  float: none;
  clear: both;
}

@media only screen and (max-width: 768px) {
  section.ingredients .inner .container .img-container.unvisible {
    display: block;
  }
}

section.ingredients .inner .container .img-container.unvisible .element {
  float: none;
  clear: both;
}

@media only screen and (max-width: 768px) {
  section.ingredients .inner .container .img-container.unvisible .element.right {
    position: static;
    display: block;
  }
}

section.ingredients .inner .container .two-column ul {
  padding-left: 23px;
}

section.ingredients .inner .container .two-column ul li {
  list-style: disc;
  font-size: 2.3rem;
  color: #912d20;
}

section.ingredients .inner .container .two-column ul li p {
  color: #912d20;
  text-align: left;
  margin: 0;
}

section.ingredients .inner .container .btn-container {
  padding-top: 40px;
}

section.ingredients .inner .container .btn-container .btn {
  margin: 0 auto;
}

section.ingredients .inner .separator {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  width: 180px;
  margin: auto;
  border-left: 90px solid transparent;
  border-right: 90px solid transparent;
  border-top: 30px solid #f7a600;
}

@-webkit-keyframes appear-left {
  0% {
    left: -20%;
  }
  100% {
    left: 0;
  }
}

@keyframes appear-left {
  0% {
    left: -20%;
  }
  100% {
    left: 0;
  }
}

@-webkit-keyframes appear-right {
  0% {
    right: -20%;
  }
  100% {
    right: 0;
  }
}

@keyframes appear-right {
  0% {
    right: -20%;
  }
  100% {
    right: 0;
  }
}

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

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

.synergy {
  position: relative;
}

@media only screen and (max-width: 768px) {
  .synergy {
    margin-top: 35px;
  }
  .synergy .image, .synergy .text {
    width: 83.33333%;
    margin: 0 auto;
    float: none;
  }
  .synergy .text .middle h2 {
    text-align: center;
  }
  .synergy .text .middle p {
    text-align: center;
  }
  .synergy figure {
    width: 80%;
    margin: 0 auto 20px;
  }
  .synergy figure figcaption {
    font-size: 5vw;
    line-height: 5.6vw;
    height: 16.8vw;
  }
}

@media only screen and (min-width: 769px) {
  .synergy p {
    font-size: 2.3vw;
  }
  .synergy .text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .synergy figure figcaption {
    font-size: 3vw;
    line-height: 3.6vw;
    height: 10.8vw;
  }
}

.synergy .synergy-action {
  position: relative;
}

@media only screen and (min-width: 769px) {
  .synergy .synergy-action .image, .synergy .synergy-action .text {
    height: 34.16vw;
  }
}

@media only screen and (min-width: 1201px) {
  .synergy .synergy-action .image, .synergy .synergy-action .text {
    height: 410px;
  }
  .synergy .synergy-action p {
    font-size: 2.3rem;
  }
}

.synergy .synergy-action h2 {
  color: #912d20;
}

.synergy .synergy-action figure.synergy-animation {
  position: relative;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  .synergy .synergy-action figure.synergy-animation {
    max-width: 470px;
    width: 70%;
  }
}

.synergy .synergy-action figure.synergy-animation img {
  position: absolute;
  opacity: 0;
  width: 90%;
}

@-webkit-keyframes animateTop {
  0% {
    -webkit-transform: scale(0.8) translateY(-100px);
            transform: scale(0.8) translateY(-100px);
  }
  50%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes animateTop {
  0% {
    -webkit-transform: scale(0.8) translateY(-100px);
            transform: scale(0.8) translateY(-100px);
  }
  50%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes animateBottom {
  0% {
    -webkit-transform: scale(0.8) translateY(100px);
            transform: scale(0.8) translateY(100px);
  }
  50%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes animateBottom {
  0% {
    -webkit-transform: scale(0.8) translateY(100px);
            transform: scale(0.8) translateY(100px);
  }
  50%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes animateCircle {
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes animateCircle {
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

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

@keyframes animateInner {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.synergy .synergy-action figure.synergy-animation.animation .top {
  -webkit-animation: animateTop 1s ease 0s 1 forwards;
          animation: animateTop 1s ease 0s 1 forwards;
}

.synergy .synergy-action figure.synergy-animation.animation .bottom {
  -webkit-animation: animateBottom 1s ease 0s 1 forwards;
          animation: animateBottom 1s ease 0s 1 forwards;
}

.synergy .synergy-action figure.synergy-animation.animation .circle {
  -webkit-animation: animateCircle 1s ease 0s 1 forwards;
          animation: animateCircle 1s ease 0s 1 forwards;
}

.synergy .synergy-action figure.synergy-animation.animation .wave {
  -webkit-animation: animateInner 1s ease 0s 1 forwards;
          animation: animateInner 1s ease 0s 1 forwards;
}

.synergy .synergy-action figure.synergy-animation .circle {
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  z-index: 10;
}

.synergy .synergy-action figure.synergy-animation .wave {
  opacity: 0;
  z-index: 5;
}

@media only screen and (max-width: 768px) {
  .synergy .synergy-action figure.synergy-animation .wave {
    position: static;
  }
}

.synergy .what-is {
  position: relative;
  padding-top: 0;
}

@media only screen and (min-width: 769px) {
  .synergy .what-is .image, .synergy .what-is .text {
    height: 52vw;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}

@media only screen and (min-width: 1201px) {
  .synergy .what-is .image, .synergy .what-is .text {
    height: 450px;
  }
  .synergy .what-is p {
    font-size: 2.3rem;
  }
}

.synergy .what-is h2 {
  color: #f7a600;
}

.synergy .what-is figure {
  margin: 0 auto;
}

.synergy .what-is .separator-container {
  background-color: #912d20;
  bottom: 0;
}

.synergy .what-is .separator-container .separator {
  border-top: 30px solid #ffffff;
}

.synergy .what-is .image img {
  transition: .4s transform ease-out, .4s opacity ease-out;
  -webkit-transform: scale(0.3);
      -ms-transform: scale(0.3);
          transform: scale(0.3);
  opacity: 0;
}

.synergy .what-is .image.animation img {
  -webkit-transform: rotate(270deg) scale(1);
      -ms-transform: rotate(270deg) scale(1);
          transform: rotate(270deg) scale(1);
  opacity: 1;
}

@-webkit-keyframes flipInY-right {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    opacity: 1;
  }
}

@keyframes flipInY-right {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    opacity: 1;
  }
}

@-webkit-keyframes flipInY-left {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 5deg);
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    opacity: 1;
  }
}

@keyframes flipInY-left {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 5deg);
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    opacity: 1;
  }
}

.action > .inner {
  background-color: #912d20;
  position: relative;
  padding-bottom: 100px;
}

.action > .inner p {
  color: #ffffff;
}

.action > .inner .action-about {
  width: 83.33333%;
  margin: 0 auto;
}

.action > .inner .action-about h2 {
  color: #f7a600;
  text-align: center;
}

.action > .inner .action-about p {
  text-align: center;
}

.action > .inner .action-list {
  width: 83.33333%;
  margin: 0 auto;
  padding-top: 115px;
}

.action > .inner .action-list > ul {
  position: relative;
}

.action > .inner .action-list .plus {
  display: block;
}

@media only screen and (min-width: 993px) {
  .action > .inner .action-list {
    height: 45vw;
  }
  .action > .inner .action-list .window-wrapper {
    opacity: 0;
  }
  .action > .inner .action-list .plus {
    float: right;
    position: relative;
    width: 16.6vw;
    height: 16.6vw;
    border: 10px solid #f7a600;
    border-radius: 50%;
    background-color: #912d20;
    margin-top: -1.66vw;
    margin-right: -7.9vw;
    z-index: 10;
  }
  .action > .inner .action-list .plus:before, .action > .inner .action-list .plus:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 10.4vw;
    height: 10px;
    background-color: #f7a600;
  }
  .action > .inner .action-list .plus:after {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .action > .inner .action-list .plus.animation .short-header {
    -webkit-transform: translateX(50px);
        -ms-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  .action > .inner .action-list .plus.animation + .window-wrapper {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY-right;
            animation-name: flipInY-right;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .action > .inner .action-list .plus .short-header {
    position: absolute;
    right: calc(50% + 15px);
    bottom: calc(50% + 15px);
    text-align: right;
    font-size: 2vw;
    line-height: 1.9vw;
    font-weight: bold;
    color: #ffffff;
    transition: .2s transform ease-out, .2s opacity ease-out;
  }
  .action > .inner .action-list li {
    position: absolute;
  }
  .action > .inner .action-list li .window-wrapper {
    background-color: #f7a600;
    width: 26vw;
    padding: 1.6vw;
  }
  .action > .inner .action-list li .window-wrapper h3 {
    font-size: 2vw;
    line-height: 2vw;
    color: #ffffff;
  }
  .action > .inner .action-list li .window-wrapper h3 span {
    display: block;
  }
  .action > .inner .action-list li .window-wrapper p {
    font-size: 1.6vw;
    line-height: 1.8vw;
    margin: 0.8vw 0 0;
  }
  .action > .inner .action-list li.one {
    top: 0.4vw;
    left: 0;
  }
  .action > .inner .action-list li.one .shadow {
    position: absolute;
    right: -10px;
    left: -10px;
    top: -5.8vw;
  }
  .action > .inner .action-list li.two {
    top: -1.6vw;
    right: 0;
  }
  .action > .inner .action-list li.two .shadow {
    position: absolute;
    left: initial;
    top: -7.9vw;
    right: -8.3vw;
    width: 108%;
  }
  .action > .inner .action-list li.two .plus {
    float: left;
    width: 22.5vw;
    height: 22.5vw;
    margin-top: -4.6vw;
    margin-right: auto;
    margin-left: -15vw;
  }
  .action > .inner .action-list li.two .plus:before, .action > .inner .action-list li.two .plus:after {
    width: 14.1vw;
  }
  .action > .inner .action-list li.two .plus .short-header {
    position: absolute;
    left: calc(50% + 15px);
    bottom: calc(50% + 15px);
    text-align: left;
    font-size: 2vw;
    line-height: 1.9vw;
    font-weight: bold;
    color: #ffffff;
  }
  .action > .inner .action-list li.two .window-wrapper {
    width: 30vw;
  }
  .action > .inner .action-list li.two .window-wrapper h3, .action > .inner .action-list li.two .window-wrapper p {
    text-align: right;
  }
  .action > .inner .action-list li.two .window-wrapper h3 span, .action > .inner .action-list li.two .window-wrapper p span {
    text-align: right;
  }
  .action > .inner .action-list li.three {
    top: 22.9vw;
    right: auto;
    left: 11.6vw;
  }
  .action > .inner .action-list li.three .plus {
    float: right;
    width: 13.3vw;
    height: 13.3vw;
    margin-top: -6.25vw;
    margin-right: -6.25vw;
    margin-left: 0;
  }
  .action > .inner .action-list li.three .plus:before, .action > .inner .action-list li.three .plus:after {
    width: 8.3vw;
  }
  .action > .inner .action-list li.three .plus .short-header {
    position: absolute;
    right: calc(50% + 15px);
    top: calc(50% + 15px);
    text-align: right;
    font-size: 2vw;
    line-height: 1.9vw;
    font-weight: bold;
    color: #ffffff;
  }
  .action > .inner .action-list li.three .plus:hover .short-header {
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  .action > .inner .action-list li.three .window-wrapper {
    width: 24.1vw;
  }
  .action > .inner .action-list li.three .window-wrapper h3, .action > .inner .action-list li.three .window-wrapper p {
    text-align: left;
  }
  .action > .inner .action-list li.four {
    top: 17.5vw;
    right: 0;
  }
  .action > .inner .action-list li.four .shadow {
    position: absolute;
    left: initial;
    top: 2.5vw;
    right: -4.16vw;
    width: 108%;
  }
  .action > .inner .action-list li.four .plus {
    float: left;
    width: 15.8vw;
    height: 15.8vw;
    margin-top: -1.25vw;
    margin-right: auto;
    margin-left: -7.5vw;
  }
  .action > .inner .action-list li.four .plus:before, .action > .inner .action-list li.four .plus:after {
    width: 10vw;
  }
  .action > .inner .action-list li.four .plus .short-header {
    position: absolute;
    left: calc(50% + 15px);
    bottom: calc(50% + 15px);
    text-align: left;
    font-size: 2vw;
    line-height: 1.9vw;
    font-weight: bold;
    color: #ffffff;
  }
  .action > .inner .action-list li.four .window-wrapper {
    width: 25vw;
  }
  .action > .inner .action-list li.four .window-wrapper h3, .action > .inner .action-list li.four .window-wrapper p {
    text-align: right;
  }
  .action > .inner .action-list li.four .window-wrapper h3 span, .action > .inner .action-list li.four .window-wrapper p span {
    text-align: right;
  }
}

@media only screen and (max-width: 992px) {
  .action > .inner .action-list {
    padding-top: 40px;
  }
  .action > .inner .action-list .plus {
    position: absolute;
    top: -2px;
    left: -45px;
    width: 30px;
    height: 30px;
    border: 5px solid #f7a600;
    border-radius: 50%;
  }
  .action > .inner .action-list .plus:before, .action > .inner .action-list .plus:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 14px;
    height: 5px;
    background-color: #f7a600;
  }
  .action > .inner .action-list .plus:after {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .action > .inner .action-list ul {
    padding-left: 45px;
  }
  .action > .inner .action-list ul li {
    position: relative;
  }
  .action > .inner .action-list .short-header {
    display: none;
  }
  .action > .inner .action-list .window-wrapper h3 {
    font-size: 2.4rem;
    line-height: 2.8rem;
    color: #ffffff;
  }
  .action > .inner .action-list .window-wrapper h3 span {
    display: inline;
  }
  .action > .inner .action-list .window-wrapper p {
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin: 1.2rem 0 2.6rem;
  }
}

@media only screen and (min-width: 1201px) {
  .action > .inner .action-list {
    height: 540px;
  }
  .action > .inner .action-list .plus {
    width: 200px;
    height: 200px;
    margin-top: -20px;
    margin-right: -95px;
  }
  .action > .inner .action-list .plus:before, .action > .inner .action-list .plus:after {
    width: 125px;
  }
  .action > .inner .action-list .plus .short-header {
    font-size: 2.3rem;
    line-height: 2.2rem;
  }
  .action > .inner .action-list li {
    position: absolute;
  }
  .action > .inner .action-list li .plus {
    display: block;
  }
  .action > .inner .action-list li .window-wrapper {
    background-color: #f7a600;
    width: 310px;
    height: auto;
    padding: 20px;
  }
  .action > .inner .action-list li .window-wrapper h3 {
    font-size: 2.3rem;
    line-height: 2.3rem;
  }
  .action > .inner .action-list li .window-wrapper p {
    font-size: 1.8rem;
    line-height: 2.2rem;
    margin: 10px 0 0;
  }
  .action > .inner .action-list li.one {
    top: 5px;
  }
  .action > .inner .action-list li.one .shadow {
    top: -70px;
  }
  .action > .inner .action-list li.two {
    top: -10px;
    right: 0;
  }
  .action > .inner .action-list li.two .plus {
    width: 270px;
    height: 270px;
    margin-top: -55px;
    margin-right: 0;
    margin-left: -180px;
  }
  .action > .inner .action-list li.two .plus:before, .action > .inner .action-list li.two .plus:after {
    width: 170px;
  }
  .action > .inner .action-list li.two .plus .short-header {
    font-size: 2.3rem;
    line-height: 2.2rem;
  }
  .action > .inner .action-list li.two .shadow {
    position: absolute;
    left: auto;
    top: -95px;
    right: -100px;
  }
  .action > .inner .action-list li.two .window-wrapper {
    width: 380px;
  }
  .action > .inner .action-list li.three {
    top: 290px;
    left: 140px;
  }
  .action > .inner .action-list li.three .plus {
    width: 160px;
    height: 160px;
    margin-top: -75px;
    margin-right: -75px;
  }
  .action > .inner .action-list li.three .plus:before, .action > .inner .action-list li.three .plus:after {
    width: 100px;
  }
  .action > .inner .action-list li.three .plus .short-header {
    font-size: 2.3rem;
    line-height: 2.2rem;
  }
  .action > .inner .action-list li.three .window-wrapper {
    width: 290px;
  }
  .action > .inner .action-list li.four {
    top: 210px;
    right: 0;
  }
  .action > .inner .action-list li.four .plus {
    width: 190px;
    height: 190px;
    margin-top: -15px;
    margin-right: 0;
    margin-left: -90px;
  }
  .action > .inner .action-list li.four .plus:before, .action > .inner .action-list li.four .plus:after {
    width: 120px;
  }
  .action > .inner .action-list li.four .plus .short-header {
    font-size: 2.3rem;
    line-height: 2.2rem;
  }
  .action > .inner .action-list li.four .shadow {
    position: absolute;
    left: auto;
    top: 30px;
    right: -50px;
  }
  .action > .inner .action-list li.four .window-wrapper {
    width: 300px;
  }
}

.action > .inner .separator-container {
  background-color: #ffffff;
  bottom: 0;
}

.action > .inner .separator-container .separator {
  border-top: 30px solid #912d20;
}

section.effectiveness {
  background-color: #ffffff;
  position: relative;
}

section.effectiveness .inner .container {
  margin: 0 auto;
  text-align: center;
}

section.effectiveness .inner .container h2 {
  text-align: center;
  color: #f7a600;
}

section.effectiveness .inner .container > p {
  text-align: center;
}

section.effectiveness .inner .container > p.el-explain {
  padding: 10px;
  font-size: 1.5rem;
  text-align: left;
  margin: 0;
}

section.effectiveness .inner .container > p.el-explain:nth-child(1) {
  padding-top: 35px;
}

section.effectiveness .inner .container li {
  font-size: 2.3rem;
}

section.effectiveness .inner .container li span {
  font-weight: bold;
  color: #912d20;
}

section.effectiveness .inner .container li:nth-child(n+3) span {
  color: #f7a600;
}

section.effectiveness .inner .container li:nth-child(1) {
  padding-left: 0;
}

section.effectiveness .inner .container li:last-child {
  padding-right: 0;
}

@media only screen and (max-width: 992px) {
  section.effectiveness .inner .container li {
    padding-bottom: 22px;
  }
}

section.effectiveness .inner .container .ba-element {
  display: inline-block;
  font-size: 2.8rem;
  vertical-align: middle;
  float: none;
  text-align: right;
  color: #f7a600;
  font-weight: bold;
}

section.effectiveness .inner .container .ba-element:first-child {
  padding-right: 2%;
  padding-left: 0;
}

section.effectiveness .inner .container .ba-element:last-child {
  padding-left: 2%;
  padding-right: 0;
  text-align: left;
  color: #912d20;
}

section.effectiveness .inner .container .ba-element.line {
  border-bottom: none;
  position: relative;
  background: linear-gradient(to right, #f7a600, #912d20);
  height: 82px;
}

section.effectiveness .inner .container .ba-element .arrow1, section.effectiveness .inner .container .ba-element .arrow2 {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 30px 41px 0;
  border-color: transparent #fff transparent transparent;
}

section.effectiveness .inner .container .ba-element .arrow2 {
  top: initial;
  bottom: 0px;
  border-width: 0 0 41px 30px;
  border-color: transparent transparent #fff transparent;
}

section.effectiveness .inner .container .ba-element img.arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -80%;
  opacity: 0;
  right: 0;
  margin: auto;
  max-width: 219px;
}

section.effectiveness .inner .container .ba-element img.arrow.animation {
  -webkit-animation-name: anim-left;
          animation-name: anim-left;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@media only screen and (max-width: 992px) {
  section.effectiveness .inner .container .ba-element {
    display: none;
  }
}

section.effectiveness .inner .container .btn-container {
  margin-top: 80px;
  position: relative;
}

section.effectiveness .inner .container .btn-container #border {
  border-bottom: 2px #f7a600 solid;
  position: absolute;
  z-index: -1;
  margin: auto;
  top: 0;
  bottom: 50%;
}

section.effectiveness .inner .container .btn-container .btn {
  margin: 0 auto;
  z-index: 1200;
  margin-bottom: -25px;
}

section.effectiveness .inner .container .btn-container .btn.yellow {
  background-color: #ffffff;
}

section.effectiveness .inner .container .btn-container .btn.yellow:hover {
  background-color: #f7a600;
}

@media only screen and (max-width: 992px) {
  section.effectiveness .inner .container .btn-container .btn {
    display: none;
  }
}

section.effectiveness .inner .container.steps {
  padding-top: 30px;
  padding-bottom: 40px;
  width: 100%;
}

@media only screen and (max-width: 640px) {
  section.effectiveness .inner .container.steps {
    display: none;
  }
}

section.effectiveness .inner:nth-child(1) {
  padding-bottom: 0;
  text-align: center;
}

section.effectiveness .inner:nth-child(2) {
  padding-top: 0;
}

@media only screen and (min-width: 993px) {
  section.effectiveness .inner:nth-child(2) {
    padding: 0;
  }
}

section.effectiveness .inner .line-results {
  padding: 0;
  margin-bottom: -25px;
}

@media only screen and (min-width: 769px) {
  section.effectiveness .inner .line-results {
    width: 100%;
    margin: 0;
  }
}

@-webkit-keyframes anim-left {
  0% {
    left: -80%;
    opacity: 0;
  }
  100% {
    left: -30%;
    opacity: 1;
  }
}

@keyframes anim-left {
  0% {
    left: -80%;
    opacity: 0;
  }
  100% {
    left: -30%;
    opacity: 1;
  }
}

.results {
  position: relative;
  display: none;
  pointer-events: none;
}

@media only screen and (max-width: 992px) {
  .results {
    display: none;
  }
}

.results > .inner {
  padding: 70px 12vw 70px;
  border: 2px solid #f7a600;
  border-top: none;
}

.results p {
  margin: 4rem 0;
}

.results table {
  width: 100%;
  table-layout: fixed;
}

.results table th, .results table td {
  vertical-align: middle;
}

.results table tr:first-child th {
  padding: 0 1.5vw;
}

.results table tr:first-child th span {
  display: block;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #ffffff;
}

.results table tr:first-child th:first-child {
  padding-left: 0;
}

.results table tr:first-child th:last-child {
  padding-right: 0;
}

.results table tr:first-child th:nth-child(odd) span {
  background-color: #f7a600;
}

.results table tr:first-child th:nth-child(even) span {
  background-color: #912d20;
}

.results table tr:nth-child(2) th, .results table tr:nth-child(2) td {
  padding-top: 20px;
  padding-bottom: 10px;
  text-align: center;
}

.results table tr:nth-child(n+3) th {
  padding: 10px 0;
  text-align: center;
}

.results table tr:nth-child(n+3) td {
  text-align: center;
  padding: 10px 0;
}

.results .table-wrapper {
  position: relative;
  padding-bottom: 20px;
}

.results .table-wrapper:before, .results .table-wrapper:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
}

.results .table-wrapper:before {
  bottom: -2px;
  background-color: #912d20;
}

.results .table-wrapper:after {
  bottom: -6px;
  background-color: #f7a600;
}

.results figure {
  margin: 40px 0;
}

.results .chart1 {
  margin-bottom: 60px;
}

footer.main-footer {
  background-color: #ffffff;
  position: relative;
}

footer.main-footer .inner {
  margin: 0 auto;
  padding-top: 0;
}

footer.main-footer .inner h2, footer.main-footer .inner h4 {
  color: #912d20;
  text-transform: uppercase;
}

footer.main-footer .inner h2 {
  font-size: 5.3rem;
  margin-bottom: 25px;
}

@media only screen and (max-width: 992px) {
  footer.main-footer .inner h2 {
    text-align: center;
  }
}

footer.main-footer .inner a {
  color: #912d20;
}

footer.main-footer .inner a.form-link {
  text-transform: uppercase;
  font-weight: bold;
}

footer.main-footer .inner div.accordion {
  background-color: #ffffff;
  z-index: 1;
  padding: 15px 0;
  border-bottom: #912d20 2px solid;
  cursor: pointer;
  position: relative;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline-style: none;
}

footer.main-footer .inner div.accordion p {
  margin: 0;
  margin-right: 14px;
}

footer.main-footer .inner div.accordion::after {
  background-image: url("../img/arrow-down.png");
  background-size: 9px 8px;
  content: "";
  width: 9px;
  height: 8px;
  position: absolute;
  right: 0;
  bottom: calc(50% - 6px);
  display: inline-block;
}

footer.main-footer .inner div.accordion:nth-child(2) {
  padding-top: 0;
}

footer.main-footer .inner div.accordion:nth-child(2)::after {
  bottom: 50%;
}

footer.main-footer .inner div.details {
  background-color: #912d20;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  height: 0px;
  padding: 0 15px;
  transition: all 0.26s ease-in;
  z-index: 1;
  position: relative;
  overflow: hidden;
}

footer.main-footer .inner div.details p {
  color: #ffffff;
  margin: 0;
}

footer.main-footer .inner div.accordion.clicked + div.details {
  padding: 15px;
}

footer.main-footer .inner strong {
  font-weight: bold;
}

footer.main-footer .inner.inner-columns {
  margin-top: 25px;
  width: 83.33333%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
}

@media only screen and (max-width: 992px) {
  footer.main-footer .inner.inner-columns {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

footer.main-footer .inner.inner-columns .first-col {
  position: relative;
  height: 250px;
}

footer.main-footer .inner.inner-columns .first-col .inner-col {
  position: absolute;
  margin-right: 10px;
  height: 250px;
  padding-right: 15px;
}

@media only screen and (max-width: 992px) {
  footer.main-footer .inner.inner-columns .first-col .inner-col {
    width: calc(100% - 10px);
  }
}

@media only screen and (max-width: 992px) {
  footer.main-footer .inner.inner-columns .first-col {
    overflow-y: visible;
    height: auto;
  }
  footer.main-footer .inner.inner-columns .first-col .inner-col {
    position: static;
  }
}

footer.main-footer .inner.drug-info {
  padding-top: 30px;
  border-top: 2px #000000 solid;
}

footer.main-footer .inner.drug-info p {
  font-size: 1.5rem;
}

footer.main-footer .inner.drug-info .essylimar-info {
  vertical-align: top;
  display: inline-block;
}

@media only screen and (max-width: 992px) {
  footer.main-footer .inner.drug-info .essylimar-info {
    width: 100%;
  }
}

footer.main-footer .inner.drug-info .essylimar-info .logo {
  padding-right: 24px;
  vertical-align: top;
  display: inline-block;
  max-width: 180px;
  height: 80px;
}

footer.main-footer .inner.drug-info .essylimar-info p {
  display: inline-block;
  vertical-align: top;
}

footer.main-footer .inner.drug-info .essylimar-info p:last-of-type {
  margin-bottom: 0;
}

footer.main-footer .inner.drug-info p.copyright {
  vertical-align: top;
  display: inline-block;
  text-align: right;
}

@media only screen and (max-width: 992px) {
  footer.main-footer .inner.drug-info p.copyright {
    width: 100%;
    text-align: left;
  }
}

footer.main-footer .inner .two-column {
  padding-top: 70px;
}

@media only screen and (max-width: 768px) {
  footer.main-footer .inner .two-column {
    padding-top: 35px;
  }
}

footer.main-footer .inner .two-column:nth-child(1) {
  padding-bottom: 35px;
}

footer.main-footer .warn-info {
  background-color: #efefef;
  padding-top: 35px;
  padding-bottom: 35px;
}

footer.main-footer .warn-info p {
  color: #999999;
  font-size: 1.8rem;
}

footer.main-footer .policy-file {
  font-size: 1.8rem;
}

footer.main-footer .policy-file:hover {
  text-decoration: underline;
}

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