.transition {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.vertical-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.appearance {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  border: none;
  background: none;
}
.height-float:after {
  content: '';
  display: table;
  clear: both;
}
/* normalize */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* slick */
.slider-home {
  width: 100%;
  overflow-x: hidden;
}
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-container [data-selectable='true'] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px 44px 25px 44px;
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}
/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px;
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}
/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
* {
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
li,
td,
button,
input,
textarea,
select,
label {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
a,
button,
input[type="submit"] {
  display: inline-block;
  text-decoration: none;
  transition: all 0.5s;
}
a:hover,
button:hover,
input[type="submit"]:hover {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
li,
section,
div,
article {
  font-family: 'Poppins', sans-serif;
  padding: 0;
  margin: 0;
}
figure {
  margin: 0;
  display: block;
}
input,
a {
  text-decoration: none;
  outline: 0;
}
input:hover,
a:hover,
input:focus,
a:focus {
  text-decoration: none;
  outline: 0;
}
input,
select,
textarea {
  border-radius: 0;
}
/* commons-theme */
svg {
  pointer-events: none;
}
:focus {
  outline: 0;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  outline: 0 !important;
  border: none;
  background: none;
}
input[type="checkbox"]:before,
input[type="radio"]:before {
  width: 24px;
  height: 24px;
  outline: 0;
  position: relative;
  transition: all 0.5s;
  background: url('../images/icon-checkbox.svg') no-repeat center;
  content: '';
  display: inline-block;
  margin-right: 6px;
  top: 2px;
}
input[type="checkbox"]:checked:before,
input[type="radio"]:checked:before {
  background: url('../images/icon-checked.svg') no-repeat center;
}
.extra {
  font-weight: 200;
}
.light {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
.semi {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.black {
  font-weight: 900;
}
.italic {
  font-style: italic;
}
.amazon--more {
  max-width: 275px;
  text-align: center;
  position: relative;
  z-index: 9;
}
.amazon--more p {
  padding-bottom: 5px !important;
}
.amazon--more__message {
  font-size: 13px;
  font-size: 0.8125rem;
  padding-top: 6px;
  padding-bottom: 0 !important;
}
.btn-amazon {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  border: none;
  background: none;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fff;
  border-radius: 46px;
  box-shadow: 0px 10px 15px rgba(240, 62, 51, 0.35);
  background: #FE5337;
  padding: 14px 20px;
  width: 100%;
  line-height: 1;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.btn-amazon svg {
  position: relative;
  top: 5px;
  margin-left: 10px;
}
.btn-amazon:before {
  content: '';
  display: inline-block;
  width: 100px;
  height: 100px;
  position: relative;
  transition: all 0.5s;
  outline: 0;
  background: #626262;
  position: absolute;
  bottom: -150px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}
.btn-amazon:hover {
  background: none;
  box-shadow: 0px 10px 15px rgba(98, 98, 98, 0.35);
  color: #fff;
}
.btn-amazon:hover:before {
  transform: translateX(-50%) scale(4.2);
}
.one-column {
  -webkit-column-count: 1;
  /* Chrome, Safari, Opera */
  -moz-column-count: 1;
  /* Firefox */
  column-count: 1;
  -webkit-column-gap: 0;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 0;
  /* Firefox */
  column-gap: 0;
}
.two-columns {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
  -webkit-column-gap: 40px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 40px;
  /* Firefox */
  column-gap: 40px;
}
.three-columns {
  -webkit-column-count: 3;
  /* Chrome, Safari, Opera */
  -moz-column-count: 3;
  /* Firefox */
  column-count: 3;
  -webkit-column-gap: 40px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 40px;
  /* Firefox */
  column-gap: 40px;
}
/* general */
.top--menu {
  margin-top: 110px;
}
.form--gen p {
  margin-bottom: 15px;
}
.form--gen .field-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
}
.form--gen .field-policy {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.form--gen .hidden {
  display: none;
}
.form--gen .wpcf7-list-item {
  margin: 0;
}
.form--gen .ajax-loader {
  display: none !important;
}
.form--gen input[type="text"],
.form--gen input[type="tel"],
.form--gen input[type="email"],
.form--gen textarea {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  background: #F8F8F8;
  border: 1px solid #E8E8E8;
  border-radius: 7px;
  padding: 11px 20px;
  color: rgba(34, 31, 32, 0.55);
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.form--gen textarea {
  height: 135px;
}
.form--gen label {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  color: rgba(34, 31, 32, 0.55);
  cursor: pointer;
}
.form--gen label a {
  color: rgba(34, 31, 32, 0.55);
  text-decoration: underline;
  font-weight: 400;
  margin-left: 3px;
}
.form--gen label a:hover {
  color: #221f20;
}
.breadcrumbs li {
  display: inline;
}
.breadcrumbs li:after {
  content: '|';
  display: inline;
  margin: 0 7px 0 5px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #123456;
}
.breadcrumbs li:last-child:after {
  display: none;
}
.breadcrumbs li:last-child a {
  pointer-events: none;
}
.breadcrumbs li:last-child a span {
  font-weight: 700;
  color: #123123;
}
.breadcrumbs li a {
  display: inline;
}
.breadcrumbs li a svg {
  margin-right: 7px;
  position: relative;
  top: 1px;
}
.breadcrumbs li a span {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #123456;
  display: inline;
  text-transform: uppercase;
  transition: all 0.4s;
  letter-spacing: 0.2em;
}
.breadcrumbs li a span:hover {
  text-decoration: underline;
}
.moove-gdpr-branding-cnt {
  display: none !important;
}
#moove_gdpr_cookie_info_bar {
  z-index: 9999;
}
#moove_gdpr_cookie_info_bar:not(.moove-gdpr-info-bar-hidden):after {
  content: '';
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -1;
}
.lity {
  z-index: 9999 !important;
}
#moove_gdpr_save_popup_settings_button {
  width: 40px;
  height: 40px;
  background: url(../images/cookies.svg) no-repeat center #fff;
  border-radius: 50%;
  filter: drop-shadow(0px 3px 10px rgba(98, 98, 98, 0.15));
}
#moove_gdpr_save_popup_settings_button span.moove_gdpr_text,
#moove_gdpr_save_popup_settings_button span.moove_gdpr_icon {
  display: none !important;
}
.gdpr_lightbox {
  z-index: 99999;
}
/* COOKIES */
#cookie-notice {
  box-shadow: 0 0px 40px rgba(0, 0, 0, 0.3), 0 -5px 20px rgba(0, 0, 0, 0.22);
  background-color: #000 !important;
  left: inherit;
  text-align: center;
  width: 100%;
  max-width: 320px;
  min-width: auto;
  right: 20px;
  bottom: 20px;
  position: fixed;
  transition: all 0.5s;
  z-index: 9999;
}
.cookie-notice-container {
  padding: 25px;
}
#cookie-notice span {
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  display: block;
}
#cookie-notice #cn-notice-buttons {
  margin-bottom: 0;
}
#cookie-notice a:hover {
  color: #000;
  background-color: #fff;
  transition: all 0.5s ease;
}
#cookie-notice a {
  font-weight: 500;
  font-size: 15px;
  line-height: 14px;
  text-align: left;
  color: #fff;
  display: block;
  margin: 0 auto !important;
  margin-top: 15px;
  padding: 10px 20px;
  border-radius: 20px;
  background: transparent;
  text-align: center;
  border: 1px solid #FFFF;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.cookies-accepted #cookie-notice {
  right: -500px;
}
#cn-close-notice {
  display: none !important;
}
.c-generico {
  padding-bottom: 100px;
}
.c-generico h1 {
  font-size: 50px;
  color: #65B157;
  padding-bottom: 30px;
}
.c-generico p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.73333333;
  color: #626262;
  padding-bottom: 15px;
}
.c-generico p strong {
  font-weight: 600;
  color: #65B157;
}
.c-generico p a {
  color: #626262;
  text-decoration: underline;
}
.c-generico p a:hover {
  color: #65B157;
}
.c-generico ol {
  list-style: decimal;
  padding-bottom: 30px;
  padding-left: 15px;
}
.c-generico ul {
  list-style: inherit;
  padding-bottom: 30px;
  padding-left: 20px;
}
.c-generico ul li,
.c-generico ol li {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.73333333;
  color: #626262;
  list-style: inherit;
}
.c-generico ul li a,
.c-generico ol li a {
  font-size: 15px;
  color: #626262;
  text-decoration: underline;
}
.c-generico ul li a:hover,
.c-generico ol li a:hover {
  color: #65B157;
}
.c-generico table {
  border: 1px solid #626262;
}
.c-generico table tbody td {
  font-weight: 600;
}
.c-generico table td {
  font-size: 15px;
  color: #626262;
  padding: 10px;
  border-bottom: 1px solid #626262;
  border-right: 1px solid #626262;
}
.c-generico table td:last-child {
  border-right: none;
}
/* error 404 */
.c-error {
  padding: 200px 0 200px 0;
  text-align: center;
}
.c-error h1 {
  font-weight: 700;
  font-size: 40px;
  font-size: 2.5rem;
  color: #123456;
  text-transform: uppercase;
}
.c-error h1 + p {
  font-size: 32px;
  font-size: 2rem;
  color: #123;
  padding-top: 15px;
  padding-bottom: 15px;
}
/* header */
.logged-in .c-header {
  top: 32px;
}
#btn-menu {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  background: none;
  border: none;
  position: absolute;
  z-index: 99999;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 100px;
  height: 22px;
  background: url(../images/open-menu.svg) no-repeat top center;
  transition: all 0.5s;
  text-align: center;
}
#btn-menu span {
  background: #fff;
  display: block;
  width: 28px;
  height: 2px;
  border-radius: 3px;
  margin-bottom: 6px;
  position: relative;
  transition: all 0.5s;
  margin: 0 auto 4px;
}
#btn-menu span:last-child {
  margin-bottom: 2px;
}
#btn-menu.js--inactive {
  right: -50px;
}
#btn-menu.btn--active span {
  width: 18px;
}
#btn-menu.btn--active span:nth-child(1) {
  transform: rotate(45deg);
  top: -3px;
}
#btn-menu.btn--active span:nth-child(2) {
  transform: rotate(-45deg);
  top: -9px;
}
#btnAmazon {
  display: none;
}
.c-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding-top: 50px;
  transition: all 0.5s;
}
.c-header .container {
  transition: all 0.5s;
}
.c-header svg {
  transition: all 0.5s;
}
.c-header svg g,
.c-header svg path {
  transition: all 0.5s;
}
.c-header.menu-fijo,
.c-header.c-header--fijo {
  padding-top: 30px;
}
.c-header.menu-fijo .container,
.c-header.c-header--fijo .container {
  padding: 0 35px;
  max-width: 100%;
}
.c-header.menu-fijo svg,
.c-header.c-header--fijo svg {
  width: 135px;
  height: auto;
}
.c-header.menu-fijo svg > g > g,
.c-header.c-header--fijo svg > g > g {
  opacity: 0;
}
.c-header.menu-fijo svg > g path:last-child,
.c-header.c-header--fijo svg > g path:last-child {
  opacity: 0;
}
.logged-in #menu {
  top: 32px;
}
#menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #65B157;
  padding: 60px 0 30px;
  z-index: 99999;
  transform: translateY(-100%);
  transition: all 0.5s;
  border-radius: 0 0 10px 10px;
}
#menu.menu--active {
  transform: translateY(0);
}
#menu .menu nav ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
#menu .menu nav ul li {
  position: relative;
}
#menu .menu nav ul li:before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 6px;
  position: relative;
  transition: all 0.5s;
  outline: 0;
  border: 1px solid #fff;
  border-radius: 3px;
  position: absolute;
  top: -20px;
  left: 0;
  opacity: 0;
}
#menu .menu nav ul li.active:before {
  opacity: 1;
}
#menu .menu nav ul li:hover:before {
  opacity: 1;
}
#menu .menu nav ul li a strong {
  font-weight: 900;
  font-size: 29px;
  font-size: 1.8125rem;
  color: #fff;
  line-height: 1;
}
#menu .menu nav ul li a span {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #fff;
  display: block;
}
/* footer */
.c-pie .o-first {
  background: url(../images/footer-bg.svg) no-repeat center;
  background-size: cover;
  padding: 30px 0 25px;
  position: relative;
}
.c-pie .o-first:before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  transition: all 0.5s;
  outline: 0;
  background: #65B157;
  opacity: 0.9;
  position: absolute;
  top: 0;
  left: 0;
}
.c-pie .o-first .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  position: relative;
  z-index: 9;
}
.c-pie .o-first__logo p {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #fff;
  padding-top: 20px;
}
.c-pie .o-first__item h4 {
  font-weight: 600;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fff;
  letter-spacing: 0.2em;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.c-pie .o-first__item p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.73333333;
  color: #fff;
}
.c-pie .o-first__item p strong {
  font-weight: 600;
}
.c-pie .o-first__item p a {
  color: #fff;
}
.c-pie .o-first__item p a:hover {
  text-decoration: underline;
}
.c-pie .o-second {
  background: #53A045;
  padding: 10px 35px;
}
.c-pie .o-second ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.c-pie .o-second ul li a {
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
}
.c-pie .o-second ul li a:hover {
  text-decoration: underline;
}
.c-pie .o-second ul li:after {
  content: '|';
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0 5px;
  color: #fff;
}
.c-pie .o-second ul li:last-child:after {
  display: none;
}
/* home */
.c-home {
  background: #F7F7F7;
  overflow: hidden;
}
.c-home .o-what {
  padding: 330px 0 175px;
}
.c-home .o-what .container {
  display: grid;
  grid-template-columns: 335px 1fr;
  align-items: flex-end;
  grid-gap: 95px;
  position: relative;
}
.c-home .o-what__bg {
  position: absolute;
  left: -360px;
  bottom: -330px;
}
.c-home .o-what__text {
  padding-bottom: 105px;
  position: relative;
  z-index: 9;
}
.c-home .o-what__text > span {
  font-size: 27px;
  font-size: 1.6875rem;
  color: #65B157;
  text-transform: uppercase;
  letter-spacing: 0.45em;
}
.c-home .o-what__text h1 {
  font-weight: 500;
  font-size: 90px;
  font-size: 5.625rem;
  line-height: 1.07777778;
  color: #65B157;
  padding-bottom: 25px;
}
.c-home .o-what__text p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.73333333;
  color: #626262;
  padding-bottom: 5px;
}
.c-home .o-what__text p strong {
  font-weight: 600;
  color: #65B157;
}
.c-home .o-what__text > p {
  padding-bottom: 22px;
}
.c-home .o-what__imgs > figure {
  position: relative;
  z-index: 99;
}
.c-home .o-what__imgs > figure img {
  display: block;
}
.c-home .o-what__imgs__img {
  position: absolute;
  top: -160px;
  right: -140px;
  max-width: 650px;
  width: 100%;
}
.c-home .o-what__imgs__img > img {
  width: 100%;
  display: block;
  border-radius: 10px;
  transform: rotate(5deg);
  position: relative;
  z-index: 9;
}
.c-home .o-what__imgs__img span {
  position: absolute;
  top: -20px;
  left: 30px;
  width: 100%;
  transform: rotate(-5deg);
}
.c-home .o-what__imgs__img span > img {
  width: 100%;
  display: block;
  border-radius: 10px;
}
.c-home .o-why {
  padding-bottom: 130px;
}
.c-home .o-why .container {
  display: grid;
  grid-template-columns: 1fr 475px;
  grid-gap: 85px;
  max-width: 1000px;
}
.c-home .o-why figure {
  position: relative;
}
.c-home .o-why figure img {
  position: absolute;
  right: 0;
  top: -65px;
  max-width: inherit;
}
.c-home .o-why__text {
  /* width */
}
.c-home .o-why__text h2 {
  color: #65B157;
  padding-bottom: 30px;
}
.c-home .o-why__text h2 strong {
  font-weight: 700;
  font-size: 50px;
  font-size: 3.125rem;
}
.c-home .o-why__text h2 span {
  font-weight: 400;
  font-size: 25px;
  font-size: 1.5625rem;
  text-transform: uppercase;
  letter-spacing: 0.45em;
  display: block;
}
.c-home .o-why__text button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  border: none;
  background: none;
  font-size: 12px;
  font-size: 0.75rem;
  background: #FE5337;
  border-radius: 0 16px 16px 0;
  display: inline-flex;
  align-items: center;
  color: #fff;
  padding: 7px 35px;
  margin-left: -35px;
  letter-spacing: 0.45em;
  margin-top: 20px;
  text-transform: uppercase;
  display: none;
}
.c-home .o-why__text button svg {
  margin-left: 14px;
}
.c-home .o-why__text .text--scroll {
  position: relative;
}
.c-home .o-why__text .text--scroll.active:after {
  display: none;
}
.c-home .o-why__text .text--scroll.active .o-why__text__desc {
  height: auto;
}
.c-home .o-why__text__desc__content {
  text-align: left;
}
.c-home .o-why__text__desc__content p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.73333333;
  color: #626262;
  padding-bottom: 15px;
}
.c-home .o-why__text__desc__content p strong {
  font-weight: 600;
  color: #65B157;
}
.c-home .o-who {
  position: relative;
  z-index: 9;
  padding-bottom: 285px;
}
.c-home .o-who__cont {
  background: url(../images/who.jpg) no-repeat center;
  background-size: cover;
  padding: 95px 110px;
  display: grid;
  grid-template-columns: 385px 1fr;
  grid-gap: 60px;
  align-items: center;
  border-radius: 10px;
  position: relative;
}
.c-home .o-who__cont:before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  transition: all 0.5s;
  outline: 0;
  background: url(../images/who-forma-bg.svg) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 40px;
  top: 10px;
  transform: rotate(-5deg);
  border-radius: 10px;
  z-index: -1;
}
.c-home .o-who__cont__title h2 {
  font-weight: 700;
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 1.1;
  color: rgba(255, 255, 255, 0.8);
}
.c-home .o-who__cont__desc p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.73333333;
  color: #fff;
  padding-bottom: 15px;
}
.c-home .o-who__cont__desc ul li {
  font-weight: 600;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.73333333;
  color: #fff;
  padding-left: 10px;
  background: url(../images/icon-list.svg) no-repeat left 11px;
}
.c-home .o-benefits {
  padding-bottom: 250px;
  position: relative;
  z-index: 9;
}
.c-home .o-benefits .container {
  max-width: 910px;
  display: grid;
  grid-template-columns: 400px 1fr;
  grid-gap: 155px;
}
.c-home .o-benefits__text {
  position: relative;
}
.c-home .o-benefits__text > span {
  font-weight: 500;
  font-size: 238px;
  font-size: 14.875rem;
  color: #fff;
  line-height: 1;
  position: absolute;
  left: -407px;
  top: -158px;
  z-index: -1;
}
.c-home .o-benefits__text h2 {
  color: #65B157;
  padding-bottom: 20px;
}
.c-home .o-benefits__text h2 strong {
  font-weight: 700;
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 1.1;
  display: block;
  max-width: 315px;
}
.c-home .o-benefits__text h2 span {
  font-weight: 400;
  font-size: 25px;
  font-size: 1.5625rem;
  text-transform: uppercase;
  letter-spacing: 0.45em;
  display: block;
}
.c-home .o-benefits__text ul li {
  font-weight: 600;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.73333333;
  color: #626262;
  padding-left: 10px;
  background: url(../images/icon-list-grey.svg) no-repeat left 11px;
}
.c-home .o-benefits__img {
  position: relative;
}
.c-home .o-benefits__img figure {
  position: absolute;
  top: -70px;
  left: 0;
}
.c-home .o-benefits__img figure img {
  height: 360px;
  object-fit: cover;
  border-radius: 180px 0 0 180px;
  display: block;
  max-width: inherit;
}
.c-home .o-benefits__img figure:before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  transition: all 0.5s;
  outline: 0;
  background: url(../images/benefits-forma-bg.svg) no-repeat center;
  position: absolute;
  left: 30px;
  top: 40px;
  transform: rotate(-7deg);
  border-radius: 180px 0 0 180px;
  z-index: -1;
}
.c-home .o-when {
  padding-bottom: 130px;
}
.c-home .o-when .container {
  max-width: 930px;
  display: grid;
  grid-template-columns: 1fr 445px;
  grid-gap: 25px;
}
.c-home .o-when figure {
  position: relative;
}
.c-home .o-when figure img {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  max-width: inherit;
}
.c-home .o-when__text h2 {
  color: #65B157;
  padding-bottom: 20px;
}
.c-home .o-when__text h2 strong {
  font-weight: 700;
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 1.1;
}
.c-home .o-when__text h2 span {
  font-weight: 400;
  font-size: 25px;
  font-size: 1.5625rem;
  text-transform: uppercase;
  letter-spacing: 0.45em;
  display: block;
}
.c-home .o-when__text p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.73333333;
  color: #626262;
  padding-bottom: 25px;
}
.c-home .o-when__text p strong {
  font-weight: 600;
  color: #65B157;
}
/* contacto */
/* blog */
/* single blog */
.container {
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
}
.cont-1400 {
  max-width: 1430px;
}
.cont-1600 {
  max-width: 1630px;
}
.cont-1100 {
  max-width: 1110px;
}
.cont-900 {
  max-width: 930px;
}
.cont-780 {
  max-width: 805px;
}
@media screen and (min-width: 991px) {
  .cont-960 {
    width: 960px;
  }
}
@media screen and (min-width: 1250px) {
  .cont-1315 {
    max-width: 1230px;
  }
  .cont-1200 {
    max-width: 1230px;
  }
}
@media screen and (min-width: 1375px) {
  .cont-1315 {
    max-width: 1345px;
  }
}
/* commons */
*:before,
*:after {
  box-sizing: inherit;
}
p {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  max-width: 100%;
  height: auto;
}
ul,
li {
  list-style-type: none;
  padding-left: 0;
}
.transition {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
img {
  max-width: 100%;
}
form div.wpcf7-validation-errors {
  width: 100%;
  text-align: center;
  border: 0;
  border-top: 2px solid red;
  padding-top: 20px;
  color: #000;
  font-size: 16px;
}
form div.wpcf7-mail-sent-ok {
  width: 100%;
  text-align: center;
  border: 0;
  border-top: 2px solid green;
  padding-top: 20px;
  color: #000;
  font-size: 16px;
}
form span.wpcf7-not-valid-tip {
  display: none;
}
form .wpcf7-not-valid {
  background: rgba(255, 0, 0, 0.4);
}
/* responsive */
/* mediaqueries max-1200 */
@media screen and (max-width: 1599px) {
  .c-home .o-benefits__text > span {
    font-size: 150px;
    left: -183px;
    top: -132px;
  }
}
@media screen and (max-width: 1199px) {
  .c-home .o-what .container {
    grid-gap: 60px;
  }
  .c-home .o-what__text > span {
    font-size: 20px;
  }
  .c-home .o-what__text h1 {
    font-size: 60px;
  }
  .c-home .o-what__imgs__img {
    max-width: 450px;
    right: 20px;
  }
  .c-home .o-why .container {
    grid-gap: 60px;
  }
  .c-home .o-benefits__text > span {
    left: -110px;
  }
}
/* mediaqueries max-991 */
@media screen and (max-width: 1024px) {
  .container {
    padding-left: 35px;
    padding-right: 35px;
  }
  .logged-in #btnAmazon {
    top: 87px;
  }
  #btnAmazon {
    display: block;
    position: fixed;
    top: 55px;
    right: 30px;
    width: 40px;
    height: 40px;
    background: url(../images/amazon-mobile.svg) no-repeat center #FE5337;
    border-radius: 50%;
    z-index: 9999;
    filter: drop-shadow(0px 10px 15px rgba(254, 83, 55, 0.35));
    opacity: 0;
    visibility: hidden;
  }
  #btnAmazon.active {
    opacity: 1;
    visibility: visible;
  }
  .c-header a {
    position: relative;
  }
  .c-header,
  .c-header.menu-fijo,
  .c-header.c-header--fijo {
    padding-top: 40px;
  }
  .c-header.menu-fijo a:before,
  .c-header.c-header--fijo a:before {
    content: '';
    display: inline-block;
    width: 55px;
    height: 55px;
    position: relative;
    transition: all 0.5s;
    outline: 0;
    background: #f7f7f7;
    filter: drop-shadow(0px 6px 15px rgba(98, 98, 98, 0.15));
    position: absolute;
    left: -10px;
    top: -10px;
    border-radius: 50%;
  }
  .c-header svg {
    width: 130px;
    height: auto;
    position: relative;
    z-index: 9;
  }
  #menu {
    top: inherit !important;
    bottom: 0;
    transform: translateY(100%);
    padding: 55px 60px 45px;
    border-radius: 10px 10px 0 0;
  }
  #menu .container {
    padding: 0;
  }
  #menu .menu nav ul {
    grid-template-columns: 1fr;
    grid-gap: 35px;
  }
  #menu .menu nav ul li {
    width: 100%;
  }
  #menu .menu nav ul li:before {
    top: -11px;
  }
  #btn-menu {
    background: url(../images/open-menu-mobile.svg) no-repeat top center;
    transform: translate(-50%, -100%);
    bottom: inherit;
    top: 0;
    padding-top: 4px;
  }
  #btn-menu #btn-menu span:last-child {
    margin-bottom: 0;
  }
  #btn-menu.btn--active span:nth-child(1) {
    top: 8px;
  }
  #btn-menu.btn--active span:nth-child(2) {
    top: 2px;
  }
  .c-home .o-what__imgs__img {
    max-width: 320px;
    top: 0;
  }
  .c-home .o-why .container {
    grid-template-columns: 1fr 375px;
  }
  .c-home .o-who__cont {
    grid-template-columns: 1fr;
    grid-gap: 20px;
    padding: 50px;
  }
  .c-home .o-who__cont__title h2 {
    font-size: 30px;
  }
  .c-home .o-who__cont__title h2 br {
    display: none;
  }
  .c-home .o-benefits__text > span {
    left: -80px;
  }
  .c-home .o-benefits .container {
    grid-gap: 60px;
  }
  .c-home .o-when .container {
    grid-template-columns: 1fr 350px;
  }
  .c-home .o-when figure img {
    max-width: 530px;
  }
  .c-home .o-what {
    padding-top: 250px;
  }
}
/* mediaqueries max-768 */
@media screen and (max-width: 782px) {
  .logged-in .c-header {
    top: 46px;
  }
}
@media screen and (max-width: 767px) {
  .c-home .o-what__imgs__img {
    display: none;
  }
  .c-home .o-what .container {
    grid-template-columns: 1fr;
    grid-gap: 45px;
  }
  .c-home .o-what__text {
    padding-bottom: 0;
  }
  .c-home .o-what__imgs > figure {
    max-width: 305px;
    padding-left: 55px;
  }
  .c-home .o-what__imgs > figure img {
    max-width: initial;
    width: 340px;
  }
  .c-home .o-what__bg {
    width: 475px;
    bottom: -90px;
    left: 50%;
    transform: translateX(-50%);
  }
  .c-home .o-what__text > span {
    font-size: 16px;
  }
  .c-home .o-what__text h1 {
    font-size: 57px;
  }
  .c-home .o-what__text p {
    font-size: 13px;
    line-height: 2;
  }
  .c-home .o-when__text h2 strong,
  .c-home .o-benefits__text h2 strong,
  .c-home .o-why__text h2 strong {
    font-size: 34px;
  }
  .c-home .o-when__text h2 span,
  .c-home .o-benefits__text h2 span,
  .c-home .o-why__text h2 span {
    font-size: 16px;
  }
  .c-home .o-why .container {
    grid-template-columns: 1fr;
  }
  .c-home .o-what {
    padding: 180px 0 35px;
  }
  .c-home .o-why__text__desc {
    padding-right: 0;
  }
  .c-home .o-why__text button {
    display: inline-block;
  }
  .c-home .o-why {
    padding-bottom: 300px;
    position: relative;
  }
  .c-home .o-why__text__desc__content {
    padding-right: 0;
    border: none;
    padding-bottom: 0;
  }
  .c-home .o-why figure {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -40px;
    z-index: 99;
  }
  .c-home .o-why figure img {
    width: 470px;
    position: initial;
    top: initial;
    right: initial;
  }
  .c-home .o-who .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-home .o-who__cont:before {
    display: none;
  }
  .c-home .o-who__cont {
    padding: 70px 40px;
  }
  .c-home .o-who__cont__title h2 br {
    display: inline;
  }
  .c-home .o-who {
    padding-bottom: 0;
  }
  .c-home .o-benefits {
    padding-top: 110px;
    position: relative;
    z-index: 8;
    padding-bottom: 85px;
  }
  .c-home .o-benefits__text h2 strong {
    max-width: 220px;
  }
  .c-home .o-benefits__text > span {
    font-size: 110px;
    width: 410px;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
  }
  .c-home .o-benefits .container {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
  .c-home .o-benefits__text {
    position: initial;
  }
  .c-home .o-benefits__img figure {
    position: inherit;
    top: 0;
  }
  .c-home .o-benefits__img figure img {
    height: auto;
    width: calc(100% + 45px);
  }
  .c-home .o-benefits__img figure:before {
    left: 20px;
    top: 20px;
    background: url(../images/what-forma-bg-mobile.svg) no-repeat center;
    background-size: cover;
  }
  .c-home .o-when .container {
    grid-template-columns: 1fr;
    grid-gap: 65px;
  }
  .c-home .o-when__text {
    order: 1;
  }
  .c-home .o-when figure {
    order: 2;
  }
  .c-home .o-when figure img {
    margin: 0 auto;
    max-width: 100%;
    position: initial;
    top: 0;
    transform: none;
  }
  .c-home .o-when .amazon--more {
    margin: 0 auto;
  }
  .c-home .o-when {
    padding-bottom: 60px;
  }
  .c-home .o-why {
    padding-top: 70px;
  }
  .c-pie .o-first {
    padding: 40px 0;
  }
  .c-pie .o-first .container {
    grid-template-columns: 1fr;
    grid-gap: 20px;
    position: relative;
    padding-bottom: 50px;
  }
  .c-pie .o-first__logo {
    padding-bottom: 20px;
  }
  .c-pie .o-first__logo p {
    position: absolute;
    bottom: 0;
    left: 35px;
  }
}
/* mediaqueries max-480 */
/*# sourceMappingURL=style.css.map */