.cc-window{opacity:1;-webkit-transition:opacity 1s ease;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{-webkit-transition:-webkit-transform 1s ease;transition:-webkit-transform 1s ease;transition:transform 1s ease;transition:transform 1s ease, -webkit-transform 1s ease}.cc-animate.cc-revoke.cc-top{-webkit-transform:translateY(-2em);transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{-webkit-transform:translateY(2em);transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{-webkit-transform:translateY(0);transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;-webkit-transition:max-height 1s;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-ms-flex:1 0 auto;-webkit-box-flex:1;flex:1 0 auto}.cc-window.cc-banner{-ms-flex-align:center;-webkit-box-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{display:block;-ms-flex:1 1 auto;-webkit-box-flex:1;flex:1 1 auto;max-width:100%;margin-right:1em}.cc-compliance{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-align:center;-webkit-box-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-floating .cc-compliance>.cc-btn{-ms-flex:1;-webkit-box-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-floating,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1 1 auto;-webkit-box-flex:1;flex:1 1 auto}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;-webkit-box-align:unset;align-items:unset}.cc-window.cc-banner .cc-message{margin-right:0}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;-webkit-box-flex:0;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}/**
 * Swiper 4.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 1, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-invisible-blank-slide {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/*overlay para videos */

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in 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 */
  -webkit-text-decoration: underline dotted;
          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
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding 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;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger-box {
  width: 36px;
  height: 22px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 36px;
  height: 2px;
  background-color: #fff;
  border-radius: 0;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: perspective(1px) translateY(-50%);
          transform: perspective(1px) translateY(-50%);
}

/*
   * 3DX
   */

.hamburger--3dx .hamburger-box {
  -webkit-perspective: 72px;
          perspective: 72px;
}

.hamburger--3dx .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before,
.hamburger--3dx .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DX Reverse
   */

.hamburger--3dx-r .hamburger-box {
  -webkit-perspective: 72px;
          perspective: 72px;
}

.hamburger--3dx-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::before,
.hamburger--3dx-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY
   */

.hamburger--3dy .hamburger-box {
  -webkit-perspective: 72px;
          perspective: 72px;
}

.hamburger--3dy .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy .hamburger-inner::before,
.hamburger--3dy .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}

.hamburger--3dy.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY Reverse
   */

.hamburger--3dy-r .hamburger-box {
  -webkit-perspective: 72px;
          perspective: 72px;
}

.hamburger--3dy-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r .hamburger-inner::before,
.hamburger--3dy-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DXY
   */

.hamburger--3dxy .hamburger-box {
  -webkit-perspective: 72px;
          perspective: 72px;
}

.hamburger--3dxy .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy .hamburger-inner::before,
.hamburger--3dxy .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(180deg) rotateY(180deg);
          transform: rotateX(180deg) rotateY(180deg);
}

.hamburger--3dxy.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DXY Reverse
   */

.hamburger--3dxy-r .hamburger-box {
  -webkit-perspective: 72px;
          perspective: 72px;
}

.hamburger--3dxy-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r .hamburger-inner::before,
.hamburger--3dxy-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
          transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * Arrow
   */

.hamburger--arrow.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-7.2px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-7.2px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-7.2px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-7.2px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Arrow Right
   */

.hamburger--arrow-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(7.2px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(7.2px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(7.2px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(7.2px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Alt
   */

.hamburger--arrowalt .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(-7.2px, -9px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-7.2px, -9px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(-7.2px, 9px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-7.2px, 9px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Alt Right
   */

.hamburger--arrowalt-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(7.2px, -9px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(7.2px, -9px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(7.2px, 9px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(7.2px, 9px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Turn
 */

.hamburger--arrowturn.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrowturn.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Turn Right
 */

.hamburger--arrowturn-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Boring
   */

.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::before,
.hamburger--boring .hamburger-inner::after {
  -webkit-transition-property: none;
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/*
   * Collapse
   */

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Collapse Reverse
   */

.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(45deg);
          transform: translate3d(0, -10px, 0) rotate(45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Elastic
   */

.hamburger--elastic .hamburger-inner {
  top: 1px;
  -webkit-transition-duration: 0.275s;
          transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  -webkit-transition: opacity 0.125s 0.275s ease;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(135deg);
          transform: translate3d(0, 10px, 0) rotate(135deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-270deg);
          transform: translate3d(0, -20px, 0) rotate(-270deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

/*
   * Elastic Reverse
   */

.hamburger--elastic-r .hamburger-inner {
  top: 1px;
  -webkit-transition-duration: 0.275s;
          transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  -webkit-transition: opacity 0.125s 0.275s ease;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(-135deg);
          transform: translate3d(0, 10px, 0) rotate(-135deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(270deg);
          transform: translate3d(0, -20px, 0) rotate(270deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

/*
   * Emphatic
   */

.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  -webkit-transition: background-color 0.125s 0.175s ease-in;
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  -webkit-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  -webkit-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  background-color: transparent;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -72px;
  top: -72px;
  -webkit-transform: translate3d(72px, 72px, 0) rotate(45deg);
          transform: translate3d(72px, 72px, 0) rotate(45deg);
  -webkit-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -72px;
  top: -72px;
  -webkit-transform: translate3d(-72px, 72px, 0) rotate(-45deg);
          transform: translate3d(-72px, 72px, 0) rotate(-45deg);
  -webkit-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Emphatic Reverse
   */

.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  -webkit-transition: background-color 0.125s 0.175s ease-in;
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  -webkit-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  -webkit-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  background-color: transparent;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -72px;
  top: 72px;
  -webkit-transform: translate3d(72px, -72px, 0) rotate(-45deg);
          transform: translate3d(72px, -72px, 0) rotate(-45deg);
  -webkit-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -72px;
  top: 72px;
  -webkit-transform: translate3d(-72px, -72px, 0) rotate(45deg);
          transform: translate3d(-72px, -72px, 0) rotate(45deg);
  -webkit-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Minus
   */

.hamburger--minus .hamburger-inner::before,
.hamburger--minus .hamburger-inner::after {
  -webkit-transition: bottom 0.08s 0s ease-out,
 top 0.08s 0s ease-out,
 opacity 0s linear;
  transition: bottom 0.08s 0s ease-out,
 top 0.08s 0s ease-out,
 opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner::before,
.hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  -webkit-transition: bottom 0.08s ease-out,
 top 0.08s ease-out,
 opacity 0s 0.08s linear;
  transition: bottom 0.08s ease-out,
 top 0.08s ease-out,
 opacity 0s 0.08s linear;
}

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
   * Slider
   */

.hamburger--slider .hamburger-inner {
  top: 1px;
}

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-5.14285714px, -8px, 0);
          transform: rotate(-45deg) translate3d(-5.14285714px, -8px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
          transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*
   * Slider Reverse
   */

.hamburger--slider-r .hamburger-inner {
  top: 1px;
}

.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
          transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
  -webkit-transform: rotate(45deg) translate3d(5.14285714px, -8px, 0);
          transform: rotate(45deg) translate3d(5.14285714px, -8px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(90deg);
          transform: translate3d(0, -20px, 0) rotate(90deg);
}

/*
   * Spin
   */

.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in,
 opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in,
 opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out,
 opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out,
 opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spin Reverse
   */

.hamburger--spin-r .hamburger-inner {
  -webkit-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in,
 opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in,
 opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out,
 opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out,
 opacity 0.1s 0.12s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spring
   */

.hamburger--spring .hamburger-inner {
  top: 1px;
  -webkit-transition: background-color 0s 0.13s linear;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  background-color: transparent;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
          transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*
   * Spring Reverse
   */

.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand
   */

.hamburger--stand .hamburger-inner {
  -webkit-transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: transparent;
  -webkit-transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand Reverse
   */

.hamburger--stand-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-color: transparent;
  -webkit-transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Squeeze
   */

.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
          transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.12s ease,
 opacity 0.075s ease;
  transition: top 0.075s 0.12s ease,
 opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease,
 opacity 0.075s 0.12s ease;
  transition: top 0.075s ease,
 opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Vortex
   */

.hamburger--vortex .hamburger-inner {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::before,
.hamburger--vortex .hamburger-inner::after {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  -webkit-transform: rotate(765deg);
          transform: rotate(765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex.is-active .hamburger-inner::before,
.hamburger--vortex.is-active .hamburger-inner::after {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/*
   * Vortex Reverse
   */

.hamburger--vortex-r .hamburger-inner {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r .hamburger-inner::before,
.hamburger--vortex-r .hamburger-inner::after {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-765deg);
          transform: rotate(-765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r.is-active .hamburger-inner::before,
.hamburger--vortex-r.is-active .hamburger-inner::after {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.hamburger:focus {
  outline: 0;
}

@media (max-width: 568px) {
  .hamburger-box {
    width: 28px;
    height: 12px;
  }

  .hamburger-inner,
  .hamburger-inner::before,
  .hamburger-inner::after {
    width: 30px;
  }

  ::before {
    top: -5px;
  }

  ::after {
    bottom: -5px;
  }
}

.slick-dots {
  bottom: 20px !important;
}

.slick-dots button:before {
  font-size: 15px !important;
  color: white !important;
  opacity: 1 !important;
}

.slick-dots .slick-active button:before {
  font-size: 15px !important;
  color: #ed1c24 !important;
}

.container {
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 1300px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 1500px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 1800px) {
  .container {
    max-width: 100%;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -24px;
  margin-left: -24px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-13,
.col-14,
.col-15,
.col-16,
.col-17,
.col-18,
.col-19,
.col-20,
.col-21,
.col-22,
.col-23,
.col-24,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-13,
.col-sm-14,
.col-sm-15,
.col-sm-16,
.col-sm-17,
.col-sm-18,
.col-sm-19,
.col-sm-20,
.col-sm-21,
.col-sm-22,
.col-sm-23,
.col-sm-24,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-13,
.col-md-14,
.col-md-15,
.col-md-16,
.col-md-17,
.col-md-18,
.col-md-19,
.col-md-20,
.col-md-21,
.col-md-22,
.col-md-23,
.col-md-24,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-13,
.col-lg-14,
.col-lg-15,
.col-lg-16,
.col-lg-17,
.col-lg-18,
.col-lg-19,
.col-lg-20,
.col-lg-21,
.col-lg-22,
.col-lg-23,
.col-lg-24,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-13,
.col-xl-14,
.col-xl-15,
.col-xl-16,
.col-xl-17,
.col-xl-18,
.col-xl-19,
.col-xl-20,
.col-xl-21,
.col-xl-22,
.col-xl-23,
.col-xl-24,
.col-xl,
.col-xl-auto,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-13,
.col-xxl-14,
.col-xxl-15,
.col-xxl-16,
.col-xxl-17,
.col-xxl-18,
.col-xxl-19,
.col-xxl-20,
.col-xxl-21,
.col-xxl-22,
.col-xxl-23,
.col-xxl-24,
.col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 24px;
  padding-left: 24px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4.16666667%;
          flex: 0 0 4.16666667%;
  max-width: 4.16666667%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333333%;
          flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
  max-width: 12.5%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66666667%;
          flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20.83333333%;
          flex: 0 0 20.83333333%;
  max-width: 20.83333333%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 29.16666667%;
          flex: 0 0 29.16666667%;
  max-width: 29.16666667%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333333%;
          flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37.5%;
          flex: 0 0 37.5%;
  max-width: 37.5%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66666667%;
          flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45.83333333%;
          flex: 0 0 45.83333333%;
  max-width: 45.83333333%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-13 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 54.16666667%;
          flex: 0 0 54.16666667%;
  max-width: 54.16666667%;
}

.col-14 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333333%;
          flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-15 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 62.5%;
          flex: 0 0 62.5%;
  max-width: 62.5%;
}

.col-16 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66666667%;
          flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-17 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70.83333333%;
          flex: 0 0 70.83333333%;
  max-width: 70.83333333%;
}

.col-18 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-19 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 79.16666667%;
          flex: 0 0 79.16666667%;
  max-width: 79.16666667%;
}

.col-20 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333333%;
          flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-21 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 87.5%;
          flex: 0 0 87.5%;
  max-width: 87.5%;
}

.col-22 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66666667%;
          flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-23 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 95.83333333%;
          flex: 0 0 95.83333333%;
  max-width: 95.83333333%;
}

.col-24 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.order-13 {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-14 {
  -webkit-box-ordinal-group: 15;
      -ms-flex-order: 14;
          order: 14;
}

.order-15 {
  -webkit-box-ordinal-group: 16;
      -ms-flex-order: 15;
          order: 15;
}

.order-16 {
  -webkit-box-ordinal-group: 17;
      -ms-flex-order: 16;
          order: 16;
}

.order-17 {
  -webkit-box-ordinal-group: 18;
      -ms-flex-order: 17;
          order: 17;
}

.order-18 {
  -webkit-box-ordinal-group: 19;
      -ms-flex-order: 18;
          order: 18;
}

.order-19 {
  -webkit-box-ordinal-group: 20;
      -ms-flex-order: 19;
          order: 19;
}

.order-20 {
  -webkit-box-ordinal-group: 21;
      -ms-flex-order: 20;
          order: 20;
}

.order-21 {
  -webkit-box-ordinal-group: 22;
      -ms-flex-order: 21;
          order: 21;
}

.order-22 {
  -webkit-box-ordinal-group: 23;
      -ms-flex-order: 22;
          order: 22;
}

.order-23 {
  -webkit-box-ordinal-group: 24;
      -ms-flex-order: 23;
          order: 23;
}

.order-24 {
  -webkit-box-ordinal-group: 25;
      -ms-flex-order: 24;
          order: 24;
}

.offset-1 {
  margin-left: 4.16666667%;
}

.offset-2 {
  margin-left: 8.33333333%;
}

.offset-3 {
  margin-left: 12.5%;
}

.offset-4 {
  margin-left: 16.66666667%;
}

.offset-5 {
  margin-left: 20.83333333%;
}

.offset-6 {
  margin-left: 25%;
}

.offset-7 {
  margin-left: 29.16666667%;
}

.offset-8 {
  margin-left: 33.33333333%;
}

.offset-9 {
  margin-left: 37.5%;
}

.offset-10 {
  margin-left: 41.66666667%;
}

.offset-11 {
  margin-left: 45.83333333%;
}

.offset-12 {
  margin-left: 50%;
}

.offset-13 {
  margin-left: 54.16666667%;
}

.offset-14 {
  margin-left: 58.33333333%;
}

.offset-15 {
  margin-left: 62.5%;
}

.offset-16 {
  margin-left: 66.66666667%;
}

.offset-17 {
  margin-left: 70.83333333%;
}

.offset-18 {
  margin-left: 75%;
}

.offset-19 {
  margin-left: 79.16666667%;
}

.offset-20 {
  margin-left: 83.33333333%;
}

.offset-21 {
  margin-left: 87.5%;
}

.offset-22 {
  margin-left: 91.66666667%;
}

.offset-23 {
  margin-left: 95.83333333%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 4.16666667%;
            flex: 0 0 4.16666667%;
    max-width: 4.16666667%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20.83333333%;
            flex: 0 0 20.83333333%;
    max-width: 20.83333333%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 29.16666667%;
            flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
            flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45.83333333%;
            flex: 0 0 45.83333333%;
    max-width: 45.83333333%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-13 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 54.16666667%;
            flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }

  .col-sm-14 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-15 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
            flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .col-sm-16 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-17 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70.83333333%;
            flex: 0 0 70.83333333%;
    max-width: 70.83333333%;
  }

  .col-sm-18 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-19 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 79.16666667%;
            flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }

  .col-sm-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-21 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
            flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .col-sm-22 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-23 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 95.83333333%;
            flex: 0 0 95.83333333%;
    max-width: 95.83333333%;
  }

  .col-sm-24 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .order-sm-13 {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-sm-14 {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }

  .order-sm-15 {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }

  .order-sm-16 {
    -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
            order: 16;
  }

  .order-sm-17 {
    -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
            order: 17;
  }

  .order-sm-18 {
    -webkit-box-ordinal-group: 19;
        -ms-flex-order: 18;
            order: 18;
  }

  .order-sm-19 {
    -webkit-box-ordinal-group: 20;
        -ms-flex-order: 19;
            order: 19;
  }

  .order-sm-20 {
    -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20;
  }

  .order-sm-21 {
    -webkit-box-ordinal-group: 22;
        -ms-flex-order: 21;
            order: 21;
  }

  .order-sm-22 {
    -webkit-box-ordinal-group: 23;
        -ms-flex-order: 22;
            order: 22;
  }

  .order-sm-23 {
    -webkit-box-ordinal-group: 24;
        -ms-flex-order: 23;
            order: 23;
  }

  .order-sm-24 {
    -webkit-box-ordinal-group: 25;
        -ms-flex-order: 24;
            order: 24;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 4.16666667%;
  }

  .offset-sm-2 {
    margin-left: 8.33333333%;
  }

  .offset-sm-3 {
    margin-left: 12.5%;
  }

  .offset-sm-4 {
    margin-left: 16.66666667%;
  }

  .offset-sm-5 {
    margin-left: 20.83333333%;
  }

  .offset-sm-6 {
    margin-left: 25%;
  }

  .offset-sm-7 {
    margin-left: 29.16666667%;
  }

  .offset-sm-8 {
    margin-left: 33.33333333%;
  }

  .offset-sm-9 {
    margin-left: 37.5%;
  }

  .offset-sm-10 {
    margin-left: 41.66666667%;
  }

  .offset-sm-11 {
    margin-left: 45.83333333%;
  }

  .offset-sm-12 {
    margin-left: 50%;
  }

  .offset-sm-13 {
    margin-left: 54.16666667%;
  }

  .offset-sm-14 {
    margin-left: 58.33333333%;
  }

  .offset-sm-15 {
    margin-left: 62.5%;
  }

  .offset-sm-16 {
    margin-left: 66.66666667%;
  }

  .offset-sm-17 {
    margin-left: 70.83333333%;
  }

  .offset-sm-18 {
    margin-left: 75%;
  }

  .offset-sm-19 {
    margin-left: 79.16666667%;
  }

  .offset-sm-20 {
    margin-left: 83.33333333%;
  }

  .offset-sm-21 {
    margin-left: 87.5%;
  }

  .offset-sm-22 {
    margin-left: 91.66666667%;
  }

  .offset-sm-23 {
    margin-left: 95.83333333%;
  }
}

@media (min-width: 992px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 4.16666667%;
            flex: 0 0 4.16666667%;
    max-width: 4.16666667%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20.83333333%;
            flex: 0 0 20.83333333%;
    max-width: 20.83333333%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 29.16666667%;
            flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
            flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45.83333333%;
            flex: 0 0 45.83333333%;
    max-width: 45.83333333%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-13 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 54.16666667%;
            flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }

  .col-md-14 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-15 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
            flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .col-md-16 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-17 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70.83333333%;
            flex: 0 0 70.83333333%;
    max-width: 70.83333333%;
  }

  .col-md-18 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-19 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 79.16666667%;
            flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }

  .col-md-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-21 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
            flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .col-md-22 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-23 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 95.83333333%;
            flex: 0 0 95.83333333%;
    max-width: 95.83333333%;
  }

  .col-md-24 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .order-md-13 {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-md-14 {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }

  .order-md-15 {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }

  .order-md-16 {
    -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
            order: 16;
  }

  .order-md-17 {
    -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
            order: 17;
  }

  .order-md-18 {
    -webkit-box-ordinal-group: 19;
        -ms-flex-order: 18;
            order: 18;
  }

  .order-md-19 {
    -webkit-box-ordinal-group: 20;
        -ms-flex-order: 19;
            order: 19;
  }

  .order-md-20 {
    -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20;
  }

  .order-md-21 {
    -webkit-box-ordinal-group: 22;
        -ms-flex-order: 21;
            order: 21;
  }

  .order-md-22 {
    -webkit-box-ordinal-group: 23;
        -ms-flex-order: 22;
            order: 22;
  }

  .order-md-23 {
    -webkit-box-ordinal-group: 24;
        -ms-flex-order: 23;
            order: 23;
  }

  .order-md-24 {
    -webkit-box-ordinal-group: 25;
        -ms-flex-order: 24;
            order: 24;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 4.16666667%;
  }

  .offset-md-2 {
    margin-left: 8.33333333%;
  }

  .offset-md-3 {
    margin-left: 12.5%;
  }

  .offset-md-4 {
    margin-left: 16.66666667%;
  }

  .offset-md-5 {
    margin-left: 20.83333333%;
  }

  .offset-md-6 {
    margin-left: 25%;
  }

  .offset-md-7 {
    margin-left: 29.16666667%;
  }

  .offset-md-8 {
    margin-left: 33.33333333%;
  }

  .offset-md-9 {
    margin-left: 37.5%;
  }

  .offset-md-10 {
    margin-left: 41.66666667%;
  }

  .offset-md-11 {
    margin-left: 45.83333333%;
  }

  .offset-md-12 {
    margin-left: 50%;
  }

  .offset-md-13 {
    margin-left: 54.16666667%;
  }

  .offset-md-14 {
    margin-left: 58.33333333%;
  }

  .offset-md-15 {
    margin-left: 62.5%;
  }

  .offset-md-16 {
    margin-left: 66.66666667%;
  }

  .offset-md-17 {
    margin-left: 70.83333333%;
  }

  .offset-md-18 {
    margin-left: 75%;
  }

  .offset-md-19 {
    margin-left: 79.16666667%;
  }

  .offset-md-20 {
    margin-left: 83.33333333%;
  }

  .offset-md-21 {
    margin-left: 87.5%;
  }

  .offset-md-22 {
    margin-left: 91.66666667%;
  }

  .offset-md-23 {
    margin-left: 95.83333333%;
  }
}

@media (min-width: 1300px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 4.16666667%;
            flex: 0 0 4.16666667%;
    max-width: 4.16666667%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20.83333333%;
            flex: 0 0 20.83333333%;
    max-width: 20.83333333%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 29.16666667%;
            flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
            flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45.83333333%;
            flex: 0 0 45.83333333%;
    max-width: 45.83333333%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-13 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 54.16666667%;
            flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }

  .col-lg-14 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-15 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
            flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .col-lg-16 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-17 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70.83333333%;
            flex: 0 0 70.83333333%;
    max-width: 70.83333333%;
  }

  .col-lg-18 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-19 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 79.16666667%;
            flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }

  .col-lg-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-21 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
            flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .col-lg-22 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-23 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 95.83333333%;
            flex: 0 0 95.83333333%;
    max-width: 95.83333333%;
  }

  .col-lg-24 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .order-lg-13 {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-lg-14 {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }

  .order-lg-15 {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }

  .order-lg-16 {
    -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
            order: 16;
  }

  .order-lg-17 {
    -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
            order: 17;
  }

  .order-lg-18 {
    -webkit-box-ordinal-group: 19;
        -ms-flex-order: 18;
            order: 18;
  }

  .order-lg-19 {
    -webkit-box-ordinal-group: 20;
        -ms-flex-order: 19;
            order: 19;
  }

  .order-lg-20 {
    -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20;
  }

  .order-lg-21 {
    -webkit-box-ordinal-group: 22;
        -ms-flex-order: 21;
            order: 21;
  }

  .order-lg-22 {
    -webkit-box-ordinal-group: 23;
        -ms-flex-order: 22;
            order: 22;
  }

  .order-lg-23 {
    -webkit-box-ordinal-group: 24;
        -ms-flex-order: 23;
            order: 23;
  }

  .order-lg-24 {
    -webkit-box-ordinal-group: 25;
        -ms-flex-order: 24;
            order: 24;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 4.16666667%;
  }

  .offset-lg-2 {
    margin-left: 8.33333333%;
  }

  .offset-lg-3 {
    margin-left: 12.5%;
  }

  .offset-lg-4 {
    margin-left: 16.66666667%;
  }

  .offset-lg-5 {
    margin-left: 20.83333333%;
  }

  .offset-lg-6 {
    margin-left: 25%;
  }

  .offset-lg-7 {
    margin-left: 29.16666667%;
  }

  .offset-lg-8 {
    margin-left: 33.33333333%;
  }

  .offset-lg-9 {
    margin-left: 37.5%;
  }

  .offset-lg-10 {
    margin-left: 41.66666667%;
  }

  .offset-lg-11 {
    margin-left: 45.83333333%;
  }

  .offset-lg-12 {
    margin-left: 50%;
  }

  .offset-lg-13 {
    margin-left: 54.16666667%;
  }

  .offset-lg-14 {
    margin-left: 58.33333333%;
  }

  .offset-lg-15 {
    margin-left: 62.5%;
  }

  .offset-lg-16 {
    margin-left: 66.66666667%;
  }

  .offset-lg-17 {
    margin-left: 70.83333333%;
  }

  .offset-lg-18 {
    margin-left: 75%;
  }

  .offset-lg-19 {
    margin-left: 79.16666667%;
  }

  .offset-lg-20 {
    margin-left: 83.33333333%;
  }

  .offset-lg-21 {
    margin-left: 87.5%;
  }

  .offset-lg-22 {
    margin-left: 91.66666667%;
  }

  .offset-lg-23 {
    margin-left: 95.83333333%;
  }
}

@media (min-width: 1500px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 4.16666667%;
            flex: 0 0 4.16666667%;
    max-width: 4.16666667%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20.83333333%;
            flex: 0 0 20.83333333%;
    max-width: 20.83333333%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 29.16666667%;
            flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
            flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45.83333333%;
            flex: 0 0 45.83333333%;
    max-width: 45.83333333%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-13 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 54.16666667%;
            flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }

  .col-xl-14 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xl-15 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
            flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .col-xl-16 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-xl-17 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70.83333333%;
            flex: 0 0 70.83333333%;
    max-width: 70.83333333%;
  }

  .col-xl-18 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-19 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 79.16666667%;
            flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }

  .col-xl-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xl-21 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
            flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .col-xl-22 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-xl-23 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 95.83333333%;
            flex: 0 0 95.83333333%;
    max-width: 95.83333333%;
  }

  .col-xl-24 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .order-xl-13 {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-xl-14 {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }

  .order-xl-15 {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }

  .order-xl-16 {
    -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
            order: 16;
  }

  .order-xl-17 {
    -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
            order: 17;
  }

  .order-xl-18 {
    -webkit-box-ordinal-group: 19;
        -ms-flex-order: 18;
            order: 18;
  }

  .order-xl-19 {
    -webkit-box-ordinal-group: 20;
        -ms-flex-order: 19;
            order: 19;
  }

  .order-xl-20 {
    -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20;
  }

  .order-xl-21 {
    -webkit-box-ordinal-group: 22;
        -ms-flex-order: 21;
            order: 21;
  }

  .order-xl-22 {
    -webkit-box-ordinal-group: 23;
        -ms-flex-order: 22;
            order: 22;
  }

  .order-xl-23 {
    -webkit-box-ordinal-group: 24;
        -ms-flex-order: 23;
            order: 23;
  }

  .order-xl-24 {
    -webkit-box-ordinal-group: 25;
        -ms-flex-order: 24;
            order: 24;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 4.16666667%;
  }

  .offset-xl-2 {
    margin-left: 8.33333333%;
  }

  .offset-xl-3 {
    margin-left: 12.5%;
  }

  .offset-xl-4 {
    margin-left: 16.66666667%;
  }

  .offset-xl-5 {
    margin-left: 20.83333333%;
  }

  .offset-xl-6 {
    margin-left: 25%;
  }

  .offset-xl-7 {
    margin-left: 29.16666667%;
  }

  .offset-xl-8 {
    margin-left: 33.33333333%;
  }

  .offset-xl-9 {
    margin-left: 37.5%;
  }

  .offset-xl-10 {
    margin-left: 41.66666667%;
  }

  .offset-xl-11 {
    margin-left: 45.83333333%;
  }

  .offset-xl-12 {
    margin-left: 50%;
  }

  .offset-xl-13 {
    margin-left: 54.16666667%;
  }

  .offset-xl-14 {
    margin-left: 58.33333333%;
  }

  .offset-xl-15 {
    margin-left: 62.5%;
  }

  .offset-xl-16 {
    margin-left: 66.66666667%;
  }

  .offset-xl-17 {
    margin-left: 70.83333333%;
  }

  .offset-xl-18 {
    margin-left: 75%;
  }

  .offset-xl-19 {
    margin-left: 79.16666667%;
  }

  .offset-xl-20 {
    margin-left: 83.33333333%;
  }

  .offset-xl-21 {
    margin-left: 87.5%;
  }

  .offset-xl-22 {
    margin-left: 91.66666667%;
  }

  .offset-xl-23 {
    margin-left: 95.83333333%;
  }
}

@media (min-width: 1800px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 4.16666667%;
            flex: 0 0 4.16666667%;
    max-width: 4.16666667%;
  }

  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20.83333333%;
            flex: 0 0 20.83333333%;
    max-width: 20.83333333%;
  }

  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 29.16666667%;
            flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }

  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
            flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45.83333333%;
            flex: 0 0 45.83333333%;
    max-width: 45.83333333%;
  }

  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-13 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 54.16666667%;
            flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }

  .col-xxl-14 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xxl-15 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
            flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .col-xxl-16 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-xxl-17 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70.83333333%;
            flex: 0 0 70.83333333%;
    max-width: 70.83333333%;
  }

  .col-xxl-18 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-19 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 79.16666667%;
            flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }

  .col-xxl-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xxl-21 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
            flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .col-xxl-22 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-xxl-23 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 95.83333333%;
            flex: 0 0 95.83333333%;
    max-width: 95.83333333%;
  }

  .col-xxl-24 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .order-xxl-13 {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-xxl-14 {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }

  .order-xxl-15 {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }

  .order-xxl-16 {
    -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
            order: 16;
  }

  .order-xxl-17 {
    -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
            order: 17;
  }

  .order-xxl-18 {
    -webkit-box-ordinal-group: 19;
        -ms-flex-order: 18;
            order: 18;
  }

  .order-xxl-19 {
    -webkit-box-ordinal-group: 20;
        -ms-flex-order: 19;
            order: 19;
  }

  .order-xxl-20 {
    -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20;
  }

  .order-xxl-21 {
    -webkit-box-ordinal-group: 22;
        -ms-flex-order: 21;
            order: 21;
  }

  .order-xxl-22 {
    -webkit-box-ordinal-group: 23;
        -ms-flex-order: 22;
            order: 22;
  }

  .order-xxl-23 {
    -webkit-box-ordinal-group: 24;
        -ms-flex-order: 23;
            order: 23;
  }

  .order-xxl-24 {
    -webkit-box-ordinal-group: 25;
        -ms-flex-order: 24;
            order: 24;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 4.16666667%;
  }

  .offset-xxl-2 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-3 {
    margin-left: 12.5%;
  }

  .offset-xxl-4 {
    margin-left: 16.66666667%;
  }

  .offset-xxl-5 {
    margin-left: 20.83333333%;
  }

  .offset-xxl-6 {
    margin-left: 25%;
  }

  .offset-xxl-7 {
    margin-left: 29.16666667%;
  }

  .offset-xxl-8 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-9 {
    margin-left: 37.5%;
  }

  .offset-xxl-10 {
    margin-left: 41.66666667%;
  }

  .offset-xxl-11 {
    margin-left: 45.83333333%;
  }

  .offset-xxl-12 {
    margin-left: 50%;
  }

  .offset-xxl-13 {
    margin-left: 54.16666667%;
  }

  .offset-xxl-14 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-15 {
    margin-left: 62.5%;
  }

  .offset-xxl-16 {
    margin-left: 66.66666667%;
  }

  .offset-xxl-17 {
    margin-left: 70.83333333%;
  }

  .offset-xxl-18 {
    margin-left: 75%;
  }

  .offset-xxl-19 {
    margin-left: 79.16666667%;
  }

  .offset-xxl-20 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-21 {
    margin-left: 87.5%;
  }

  .offset-xxl-22 {
    margin-left: 91.66666667%;
  }

  .offset-xxl-23 {
    margin-left: 95.83333333%;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 1.167rem 2.333rem;
  font-size: 1rem;
  line-height: 1.25;
  border-radius: 2em;
  -webkit-transition: none;
  transition: none;
}

.btn:focus,
.btn:hover {
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: .65;
}

.btn:not([disabled]):not(.disabled):active,
.btn:not([disabled]):not(.disabled).active {
  background-image: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus,
.btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not([disabled]):not(.disabled):active,
.btn-primary:not([disabled]):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #727b84;
  border-color: #6c757d;
}

.btn-secondary:focus,
.btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  background-color: #868e96;
  border-color: #868e96;
}

.btn-secondary:not([disabled]):not(.disabled):active,
.btn-secondary:not([disabled]):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #666e76;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not([disabled]):not(.disabled):active,
.btn-success:not([disabled]):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not([disabled]):not(.disabled):active,
.btn-info:not([disabled]):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #111;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #111;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not([disabled]):not(.disabled):active,
.btn-warning:not([disabled]):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #111;
  background-color: #d39e00;
  border-color: #c69500;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not([disabled]):not(.disabled):active,
.btn-danger:not([disabled]):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #111;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #111;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not([disabled]):not(.disabled):active,
.btn-light:not([disabled]):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #111;
  background-color: #dae0e5;
  border-color: #d3d9df;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not([disabled]):not(.disabled):active,
.btn-dark:not([disabled]):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not([disabled]):not(.disabled):active,
.btn-outline-primary:not([disabled]):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #868e96;
  background-color: transparent;
  background-image: none;
  border-color: #868e96;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #868e96;
  background-color: transparent;
}

.btn-outline-secondary:not([disabled]):not(.disabled):active,
.btn-outline-secondary:not([disabled]):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not([disabled]):not(.disabled):active,
.btn-outline-success:not([disabled]):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not([disabled]):not(.disabled):active,
.btn-outline-info:not([disabled]):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not([disabled]):not(.disabled):active,
.btn-outline-warning:not([disabled]):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not([disabled]):not(.disabled):active,
.btn-outline-danger:not([disabled]):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not([disabled]):not(.disabled):active,
.btn-outline-light:not([disabled]):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not([disabled]):not(.disabled):active,
.btn-outline-dark:not([disabled]):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus,
.btn-link.focus {
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #868e96;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 2em;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 2em;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #868e96;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1300px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1500px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1800px) {
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

/**
 * Set up a decent box model on the root element
 */

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/**
 * Basic styles for links
 */

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

a:hover,
a:active,
a:focus {
  color: white;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0.7;
}

a a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

/**
 * Main content container
 */

main {
  padding-top: 76px;
  background: white;
}

@media (max-width: 991px) {
  main {
    padding-top: 51px;
  }
}

body {
  position: relative;
}

body.submenu-open,
body.menu-index-open,
body.menu-mobile-open {
  /*overflow: hidden;*/
}

.section-default {
  background: #f1f1f1;
  padding: 120px 0;
}

@media (max-width: 1299px) {
  .section-default {
    padding: 120px 0;
  }
}

.section-normal {
  padding: 80px 0;
  background: #fdfdfd;
}

@media (max-width: 1299px) {
  .section-normal {
    padding: 80px 0;
  }
}

.title {
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: uppercase;
}

@media (max-width: 1499px) {
  .title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 1299px) {
  .title {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .title {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 575px) {
  .title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.section-title {
  color: #222222;
  font-size: 80px;
  font-size: 5rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 80px;
}

@media (max-width: 1499px) {
  .section-title {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

@media (max-width: 1299px) {
  .section-title {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

@media (max-width: 991px) {
  .section-title {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}

@media (max-width: 575px) {
  .section-title {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

.section-subtitle {
  color: #222222;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 400;
  text-align: center;
}

@media (max-width: 1499px) {
  .section-subtitle {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media (max-width: 1299px) {
  .section-subtitle {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media (max-width: 991px) {
  .section-subtitle {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media (max-width: 575px) {
  .section-subtitle {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 991px) {
  .hidden-md {
    display: none;
  }
}

/**
 * Basic typography style for copy text
 */

body {
  color: #222222;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.25;
  font-family: "nimbus-sans", sans-serif;
  font-weight: 300;
}

h1,
h2 {
  margin: 0;
}

/**
 * Clear inner floats
 */

.clearfix::after {
  clear: both;
  content: '';
  display: table;
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */

.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.no-padding {
  padding: 0;
}

.no-padding-content {
  padding: 0;
}

@media (max-width: 991px) {
  .no-padding-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.uppercase {
  text-transform: uppercase;
}

.white {
  color: white !important;
}

.featured {
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 300;
  color: #222222;
}

@media (max-width: 1499px) {
  .featured {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (max-width: 1299px) {
  .featured {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

@media (max-width: 991px) {
  .featured {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

@media (max-width: 575px) {
  .featured {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.featured span {
  color: #ed1c24;
}

@media (max-width: 991px) {
  .featured {
    max-width: 50%;
  }
}

.featured a {
  display: block;
  color: #222222;
}

.quote {
  position: relative;
}

.quote:before {
  content: '';
  background-image: url(/images/quote.png?6f8c7b728d79b137d62eab9da642619f);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: -70px;
  width: 55px;
  height: 55px;
}

@media (max-width: 1499px) {
  .quote:before {
    left: -55px;
    width: 35px;
    height: 35px;
  }
}

@media (max-width: 991px) {
  .quote:before {
    left: 0;
    top: 10px;
    max-width: 35px;
    display: inline-block;
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 991px) {
  .quote {
    padding-top: 35px;
  }
}

.content-only-mobile {
  display: none;
}

@media (max-width: 991px) {
  .content-only-mobile {
    display: block;
  }
}

.content-only-mobile img {
  vertical-align: middle;
}

.text-left {
  text-align: left;
}

.dark {
  background: #222222;
  color: white;
}

.grey {
  background: #f1f1f1;
}

.color-dark {
  color: #222222 !important;
}

.color-white {
  color: white !important;
}

.text-center {
  text-align: center;
}

.text-uppercase {
  text-transform: uppercase;
}

.background-history {
  background-position: right 50%;
}

.img-mobile {
  display: none;
}

@media (max-width: 991px) {
  .img-mobile {
    display: block;
  }
}

@media (max-width: 991px) {
  .text-margin {
    padding: 15px 0px;
  }
}

.no-v-scroll {
  overflow-y: hidden;
}

.d-block {
  display: block !important;
}

.clickable {
  cursor: pointer;
  display: block;
  text-decoration: none;
  border: none;
}

.clickable:after,
.clickable:before {
  content: none;
}

.clickable-link {
  cursor: pointer;
}

.go_to_product {
  opacity: 0;
  visibility: hidden;
  background: red;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.go_to_product .plus {
  width: 16px;
  height: 16px;
  top: 7px;
  left: 7px;
}

@media (max-width: 991px) {
  .go_to_product {
    opacity: 1;
    visibility: visible;
  }
}

.site-header {
  background-color: #ed1c24;
  height: 76px;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 100;
}

.site-header > .container-fluid {
  position: relative;
  top: 50%;
  -webkit-transform: perspective(1px) translateY(-50%);
          transform: perspective(1px) translateY(-50%);
}

.site-header .site-logo {
  background-color: #ed1c24;
  text-align: right;
  height: 76px;
}

.site-header .site-logo img {
  position: relative;
  top: 50%;
  -webkit-transform: perspective(1px) translateY(-50%);
          transform: perspective(1px) translateY(-50%);
  vertical-align: middle;
}

@media (max-width: 991px) {
  .site-header .site-logo {
    max-width: 120px;
    background-color: #ed1c24;
    height: 51px;
    padding-right: 15px;
  }
}

.site-header .button-index {
  background-color: #ed1c24;
  height: 76px;
  text-align: center;
  cursor: pointer;
  background-image: url(/images/index.png?6bc9a1efdf3869d240d6143d5fef7381);
  background-size: inherit;
  background-repeat: no-repeat;
  background-position: calc(50% + 35px);
}

.site-header .button-index.is-active {
  background-image: url(/images/close-white.png?6a9f394876e1b50c68751247b9582041);
}

.site-header .button-index a {
  color: white;
  text-transform: uppercase;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.site-header .button-index a span {
  font-weight: 400;
}

@media (max-width: 1499px) {
  .site-header .button-index a span {
    display: none;
  }
}

@media (max-width: 1499px) {
  .site-header .button-index {
    background-position: 50%;
  }
}

@media (max-width: 991px) {
  .site-header .button-index {
    height: 51px;
    width: 51px;
    position: absolute;
    right: 0;
  }
}

.site-header .button-index.button-menu {
  background-color: #f1f1f1;
  display: none;
  background-image: url(/images/menu-hamburger.png?3f128a277ea47e8d74200b7b813e237c);
  background-size: inherit;
  background-repeat: no-repeat;
  background-position: center;
}

.site-header .button-index.button-menu.is-active {
  background-image: url(/images/close.png?1e06dee8c80d0afce30947afe8791403);
}

@media (max-width: 991px) {
  .site-header .button-index.button-menu {
    display: block;
    right: 0;
  }
}

.site-header .toggle-container-language {
  text-align: center;
  background-color: white;
}

@media (max-width: 991px) {
  .site-header .toggle-container-language {
    display: none;
  }
}

.site-header .language-selector {
  font: inherit;
  color: #222222;
  font-size: 15px;
  font-size: 0.9375rem;
  text-transform: lowercase;
  border: 0;
  margin: 0;
  overflow: visible;
  padding-right: 36px;
  min-height: 76px;
  vertical-align: middle;
  font-weight: 400;
  background: transparent url(/images/icon-languages.png?9dc16a80b9014b28e65e9fe799caddb2) no-repeat center right;
  cursor: pointer;
}

@media (max-width: 1499px) {
  .site-header .language-selector {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (max-width: 1299px) {
  .site-header .language-selector {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (max-width: 991px) {
  .site-header .language-selector {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (max-width: 575px) {
  .site-header .language-selector {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (max-width: 1299px) {
  .site-header .language-selector {
    padding-right: 22px;
    margin-right: 0;
  }
}

.site-header .language-selector:focus {
  outline: 0;
}

@media (max-width: 1499px) {
  .site-header .language-selector span {
    display: none;
  }
}

@media (max-width: 991px) {
  .site-header {
    height: 51px;
    background: white;
  }
}

.prefooter .direccion {
  padding-top: 50px;
}

.prefooter .direccion p {
  color: #808080;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
}

@media (max-width: 1499px) {
  .prefooter .direccion p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 1299px) {
  .prefooter .direccion p {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .prefooter .direccion p {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 575px) {
  .prefooter .direccion p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.site-footer {
  background: #f1f1f1;
  color: #808080;
  font-size: 20px;
  font-size: 1.25rem;
}

@media (max-width: 1499px) {
  .site-footer {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 1299px) {
  .site-footer {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .site-footer {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 575px) {
  .site-footer {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.site-footer .footer-legal {
  padding: 30px 0;
  font-size: 18px;
  font-size: 1.125rem;
}

@media (max-width: 1499px) {
  .site-footer .footer-legal {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 1299px) {
  .site-footer .footer-legal {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .site-footer .footer-legal {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 575px) {
  .site-footer .footer-legal {
    font-size: 16px;
    font-size: 1rem;
  }
}

.site-footer .footer-legal ul {
  list-style: none;
  padding-left: 0;
}

@media (min-width: 576px) {
  .site-footer .footer-legal ul {
    text-align: right;
  }
}

.site-footer .footer-legal ul li {
  display: inline;
  margin-right: 2rem;
}

.site-footer .footer-legal ul li:last-child {
  margin-right: 0;
}

.site-footer .footer-legal ul li a {
  color: #808080;
}

@media (max-width: 991px) {
  .site-footer .footer-legal ul li {
    text-align: left;
    width: 100%;
    display: block;
    padding: 10px 0;
  }
}

@media (max-width: 1499px) {
  .site-footer .footer-legal {
    padding: 20px 0;
  }
}

@media (max-width: 991px) {
  .site-footer .footer-legal {
    text-align: left;
  }
}

.btn {
  display: inline-block;
  color: white;
  background: #222222;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 400;
  padding: 20px 40px;
  border-radius: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  cursor: pointer;
  outline: none;
  border: none;
}

@media (max-width: 1499px) {
  .btn {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (max-width: 1299px) {
  .btn {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (max-width: 991px) {
  .btn {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (max-width: 575px) {
  .btn {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.btn:hover,
.btn:focus,
.btn:active {
  background: #ed1c24;
}

.btn.btn-white {
  background: white;
  color: #222222;
}

.btn.btn-white:hover,
.btn.btn-white:focus,
.btn.btn-white:active {
  background: #ed1c24;
  color: white;
}

.btn.btn-red {
  background: #ed1c24;
  color: #fff;
}

.btn.btn-red:hover,
.btn.btn-red:focus,
.btn.btn-red:active {
  background: #222222;
}

.btn.btn-red-sat {
  background: #ed1c24;
  color: #fff;
}

.btn.btn-red-sat:hover,
.btn.btn-red-sat:focus,
.btn.btn-red-sat:active {
  background: white;
  color: #ed1c24;
}

@media (max-width: 991px) {
  .btn {
    padding: 15px 30px;
  }
}

.page-header {
  background-color: white;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: calc(60vh - 76px);
  padding-top: 1em;
  padding-bottom: 1em;
}

@media (min-width: 576px) {
  .page-header {
    padding-top: 155px;
    padding-bottom: 155px;
  }
}

@media (min-width: 1300px) {
  .page-header {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.page-header-title {
  color: #222222;
  font-size: 80px;
  font-size: 5rem;
  font-weight: 400;
  margin-bottom: 30px;
}

@media (max-width: 1499px) {
  .page-header-title {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

@media (max-width: 1299px) {
  .page-header-title {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

@media (max-width: 991px) {
  .page-header-title {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}

@media (max-width: 575px) {
  .page-header-title {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

@media (max-width: 991px) {
  .page-header-title {
    margin-bottom: 20px;
  }
}

.page-header-subtitle {
  color: #222222;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  max-width: 95%;
}

@media (max-width: 1499px) {
  .page-header-subtitle {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 1299px) {
  .page-header-subtitle {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .page-header-subtitle {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 575px) {
  .page-header-subtitle {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 991px) {
  .page-header-subtitle {
    max-width: 100%;
  }
}

.page-header-button {
  margin-top: 30px;
}

@media (max-width: 991px) {
  .page-header-button {
    margin-top: 20px;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 736px) and (orientation: landscape) {
  .page-header-button {
    margin-top: 10px;
  }
}

.page-header-home {
  height: calc(90vh - 76px);
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.page-header-home-text {
  width: 40%;
  top: 0;
  background: #f1f1f1;
  z-index: 2;
}

.page-header-home-text-content {
  padding: 7% 10% 7% 10%;
}

@media (max-width: 1499px) {
  .page-header-home-text-content {
    padding: 5% 10% 5% 10%;
  }
}

@media (max-width: 991px) {
  .page-header-home-text-content {
    padding: 30px 20px;
  }
}

@media (max-width: 1499px) {
  .page-header-home-text {
    width: 50%;
  }
}

@media (max-width: 991px) {
  .page-header-home-text {
    width: 100%;
    background: transparent;
    margin-top: 100px;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 736px) and (orientation: landscape) {
  .page-header-home-text {
    margin-top: 0;
  }
}

@media (max-width: 575px) {
  .page-header-home-text {
    margin-top: 0;
  }
}

.page-header-home .page-header-title,
.page-header-home .page-header-subtitle {
  color: #222222;
}

@media (max-width: 991px) {
  .page-header-home .page-header-title,
  .page-header-home .page-header-subtitle {
    max-width: 70%;
  }
}

.page-header-home .page-header-slider {
  height: 100%;
  overflow: hidden;
}

.page-header-home .page-header-slider .page-header-slider-image {
  position: relative;
  width: 100%;
  height: calc(100vh - 76px);
  background-size: cover;
  background-position: center center;
}

@media (max-width: 991px) {
  .page-header-home .page-header-slider .page-header-slider-image .container {
    position: inherit;
    z-index: 2;
  }
}

.page-header-home .page-header-slider .page-header-slider-image .row {
  display: block;
}

.page-header-home .page-header-slider .page-header-slider-image .overlay-mobile {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: url(/images/overlay-mobile.png?d6174d8018a11acc58d8da0fc10354af);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  display: none;
}

@media (max-width: 991px) {
  .page-header-home .page-header-slider .page-header-slider-image .overlay-mobile {
    display: block;
  }
}

@media (max-width: 991px) {
  .page-header-home .page-header-slider .page-header-slider-image {
    height: 100vh;
  }
}

.page-header-home .page-header-slider .slick-list {
  height: 100%;
}

.page-header-home .page-header-slider .slick-slide {
  height: 100%;
  width: 100%;
}

.page-header-home .aniversary {
  position: absolute;
  bottom: 50px;
  padding: 14px 28px;
  background: #f1f1f1;
  left: calc(4% + 6px);
}

@media (max-width: 1499px) {
  .page-header-home .aniversary img {
    max-width: 180px;
  }
}

@media (max-width: 1299px) {
  .page-header-home .aniversary img {
    max-width: 150px;
  }
}

@media (max-width: 991px) {
  .page-header-home .aniversary img {
    max-width: 130px;
  }
}

@media (max-width: 575px) {
  .page-header-home .aniversary img {
    max-width: 120px;
  }
}

@media (max-width: 1499px) {
  .page-header-home .aniversary {
    left: calc(4% + 6px);
    right: inherit;
    bottom: 35px;
    padding: 9px 20px;
  }
}

@media (max-width: 1281px) {
  .page-header-home .aniversary {
    bottom: 25px;
  }
}

@media (max-width: 991px) {
  .page-header-home .aniversary {
    bottom: 70px;
    left: 20px;
    padding: 7px 18px;
  }
}

@media (max-width: 575px) {
  .page-header-home .aniversary {
    padding: 5px 15px;
  }
}

@media (max-width: 991px) {
  .page-header-home {
    height: 100vh;
  }
}

.page-header-normal {
  height: calc(90vh - 76px);
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}

.page-header-normal-image {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 1299px) {
  .page-header-normal-image .image-right {
    background-position: right;
  }
}

.page-header-normal .breadcrumb {
  background: transparent;
  top: 50px;
  position: relative;
  text-align: left;
  padding: 0 4.16%;
}

@media (max-width: 991px) {
  .page-header-normal .breadcrumb {
    left: 0px;
  }
}

.page-header-normal .breadcrumb-list {
  color: #fff;
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-header-normal .breadcrumb-list-item {
  display: inline;
  position: relative;
}

.page-header-normal .breadcrumb-list-item:after {
  content: '/';
}

.page-header-normal .breadcrumb-list-item:last-of-type {
  font-weight: 700;
}

.page-header-normal .breadcrumb-list-item:last-of-type:after {
  content: none;
}

.page-header-normal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 75%;
}

.page-header-normal-content-title {
  color: white;
  font-size: 80px;
  font-size: 5rem;
  font-weight: 400;
  width: 60%;
  margin: 0 auto;
}

@media (max-width: 1499px) {
  .page-header-normal-content-title {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

@media (max-width: 1299px) {
  .page-header-normal-content-title {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

@media (max-width: 991px) {
  .page-header-normal-content-title {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}

@media (max-width: 575px) {
  .page-header-normal-content-title {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

@media (max-width: 1799px) {
  .page-header-normal-content-title {
    width: 80%;
  }
}

@media (max-width: 1299px) {
  .page-header-normal-content-title {
    width: 100%;
  }
}

.page-header-normal-content-title span {
  display: block;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 40px;
  font-weight: bold;
}

@media (max-width: 1499px) {
  .page-header-normal-content-title span {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 1299px) {
  .page-header-normal-content-title span {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .page-header-normal-content-title span {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 575px) {
  .page-header-normal-content-title span {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 991px) {
  .page-header-normal-content-title span {
    margin-bottom: 20px;
  }
}

.page-header-normal-content-subtitle {
  color: white;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 300;
  margin-bottom: 0;
}

@media (max-width: 1499px) {
  .page-header-normal-content-subtitle {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

@media (max-width: 1299px) {
  .page-header-normal-content-subtitle {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (max-width: 991px) {
  .page-header-normal-content-subtitle {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

@media (max-width: 575px) {
  .page-header-normal-content-subtitle {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.page-header-normal-content-text {
  color: white;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 300;
  width: 65%;
  margin: 0 auto;
  margin-top: 60px;
}

@media (max-width: 1499px) {
  .page-header-normal-content-text {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media (max-width: 1299px) {
  .page-header-normal-content-text {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media (max-width: 991px) {
  .page-header-normal-content-text {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media (max-width: 575px) {
  .page-header-normal-content-text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 991px) {
  .page-header-normal-content-text {
    width: 90%;
    margin-top: 30px;
  }
}

.page-header-normal-content-button {
  margin-top: 80px;
}

@media (max-width: 991px) {
  .page-header-normal-content-button {
    margin-top: 20px;
  }
}

.page-header-normal-content.categoria {
  width: 45%;
}

@media (max-width: 991px) {
  .page-header-normal-content.categoria {
    width: 90%;
  }
}

.page-header-normal-content.product {
  width: 64%;
}

@media (max-width: 991px) {
  .page-header-normal-content.product {
    width: 90%;
  }
}

@media (max-width: 1299px) {
  .page-header-normal-content {
    width: 90%;
  }
}

@media (max-width: 991px) {
  .page-header-normal {
    height: 100vh;
  }
}

.page-header-salva-link {
  height: calc(90vh - 76px);
  padding-top: 0;
  padding-bottom: 0;
}

.page-header-salva-link .breadcrumb {
  background: transparent;
  top: 50px;
  position: relative;
  text-align: left;
  padding: 0 4.16%;
}

@media (max-width: 991px) {
  .page-header-salva-link .breadcrumb {
    left: 5%;
  }
}

.page-header-salva-link .breadcrumb-list {
  color: #fff;
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-header-salva-link .breadcrumb-list-item {
  display: inline;
  position: relative;
}

.page-header-salva-link .breadcrumb-list-item:after {
  content: '/';
}

.page-header-salva-link .breadcrumb-list-item:last-of-type {
  font-weight: 700;
}

.page-header-salva-link .breadcrumb-list-item:last-of-type:after {
  content: none;
}

.page-header-salva-link-text {
  top: 0;
  z-index: 2;
}

.page-header-salva-link-text-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 75%;
}

.page-header-salva-link-text-content .page-header-title {
  color: white;
  font-size: 80px;
  font-size: 5rem;
  font-weight: 400;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 1499px) {
  .page-header-salva-link-text-content .page-header-title {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

@media (max-width: 1299px) {
  .page-header-salva-link-text-content .page-header-title {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

@media (max-width: 991px) {
  .page-header-salva-link-text-content .page-header-title {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}

@media (max-width: 575px) {
  .page-header-salva-link-text-content .page-header-title {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

.page-header-salva-link-text-content .page-header-subtitle {
  color: white;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 300;
  margin-bottom: 0;
}

@media (max-width: 1499px) {
  .page-header-salva-link-text-content .page-header-subtitle {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

@media (max-width: 1299px) {
  .page-header-salva-link-text-content .page-header-subtitle {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (max-width: 991px) {
  .page-header-salva-link-text-content .page-header-subtitle {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

@media (max-width: 575px) {
  .page-header-salva-link-text-content .page-header-subtitle {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.page-header-salva-link-text-content .page-header-text {
  color: white;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 300;
  width: 65%;
  margin: 0 auto;
  margin-top: 60px;
}

@media (max-width: 1499px) {
  .page-header-salva-link-text-content .page-header-text {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media (max-width: 1299px) {
  .page-header-salva-link-text-content .page-header-text {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media (max-width: 991px) {
  .page-header-salva-link-text-content .page-header-text {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media (max-width: 575px) {
  .page-header-salva-link-text-content .page-header-text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 991px) {
  .page-header-salva-link-text-content .page-header-text {
    width: 90%;
    margin-top: 30px;
  }
}

@media (max-width: 991px) {
  .page-header-salva-link-text {
    width: 100%;
    background: transparent;
  }
}

.page-header-salva-link .page-header-slider {
  height: 100%;
  overflow: hidden;
}

.page-header-salva-link .page-header-slider .page-header-slider-image {
  position: relative;
  width: 100%;
  height: calc(100vh - 76px);
  background-size: cover;
  background-position: center center;
}

@media (max-width: 991px) {
  .page-header-salva-link .page-header-slider .page-header-slider-image .container {
    position: inherit;
    z-index: 2;
    height: 100%;
  }
}

.page-header-salva-link .page-header-slider .page-header-slider-image .row {
  display: block;
}

.page-header-salva-link .page-header-slider .page-header-slider-image .overlay-mobile {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: url(/images/overlay-mobile.png?d6174d8018a11acc58d8da0fc10354af);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  display: none;
}

@media (max-width: 991px) {
  .page-header-salva-link .page-header-slider .page-header-slider-image .overlay-mobile {
    display: block;
  }
}

@media (max-width: 991px) {
  .page-header-salva-link .page-header-slider .page-header-slider-image {
    height: 100vh;
  }
}

.page-header-salva-link .page-header-slider .slick-track {
  height: 100%;
}

.page-header-salva-link .page-header-slider .slick-list {
  height: 100%;
}

.page-header-salva-link .page-header-slider .slick-slide {
  height: 100%;
  width: 100%;
}

@media (max-width: 991px) {
  .page-header-salva-link {
    height: 100vh;
  }
}

.page-header-error {
  background: #202020;
  height: calc(100vh - 76px);
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}

.page-header-error-text {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
}

.page-header-error-text-title {
  font-size: 80px;
  font-size: 5rem;
  font-weight: 400;
}

@media (max-width: 1499px) {
  .page-header-error-text-title {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

@media (max-width: 1299px) {
  .page-header-error-text-title {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

@media (max-width: 991px) {
  .page-header-error-text-title {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}

@media (max-width: 575px) {
  .page-header-error-text-title {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

.page-header-error-text-subtitle {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 300;
}

.page-header-error-bottom {
  width: 80%;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  color: white;
  position: absolute;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  bottom: 5%;
}

@media (max-width: 1499px) {
  .page-header-error-bottom {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 1299px) {
  .page-header-error-bottom {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .page-header-error-bottom {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 575px) {
  .page-header-error-bottom {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.page-header-error-bottom .title {
  font-weight: bold;
  text-transform: uppercase;
}

.page-header-error a {
  color: #ed1c24;
}

.page-header-small {
  height: 40vh;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}

@media (max-width: 991px) {
  .page-header-small {
    height: 50vh;
  }
}

.page-header-small-back {
  background-color: #000;
  height: inherit;
}

.page-header-small-back .breadcrumb {
  background: transparent;
  top: 50px;
  position: relative;
  text-align: left;
  padding: 0 4.16%;
}

@media (max-width: 991px) {
  .page-header-small-back .breadcrumb {
    left: 0px;
  }
}

.page-header-small-back .breadcrumb-list {
  color: #fff;
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-header-small-back .breadcrumb-list-item {
  display: inline;
  position: relative;
}

.page-header-small-back .breadcrumb-list-item:after {
  content: '/';
}

.page-header-small-back .breadcrumb-list-item:last-of-type {
  font-weight: 700;
}

.page-header-small-back .breadcrumb-list-item:last-of-type:after {
  content: none;
}

.page-header-small-back .container {
  position: relative;
  top: 30%;
}

@media (max-width: 991px) {
  .page-header-small-back .container {
    top: 40%;
  }
}

.page-header-small-content {
  width: 100%;
}

.page-header-small-content-title {
  color: white;
  font-size: 80px;
  font-size: 5rem;
  font-weight: 400;
}

@media (max-width: 1499px) {
  .page-header-small-content-title {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

@media (max-width: 1299px) {
  .page-header-small-content-title {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

@media (max-width: 991px) {
  .page-header-small-content-title {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}

@media (max-width: 575px) {
  .page-header-small-content-title {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

.page-header-small-content-subtitle {
  color: white;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 300;
}

@media (max-width: 1499px) {
  .page-header-small-content-subtitle {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

@media (max-width: 1299px) {
  .page-header-small-content-subtitle {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (max-width: 991px) {
  .page-header-small-content-subtitle {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

@media (max-width: 575px) {
  .page-header-small-content-subtitle {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.page-header-small-content-button {
  margin-top: 80px;
}

@media (max-width: 991px) {
  .page-header-small-content-button {
    margin-top: 20px;
  }
}

.page-header-small-content.categoria {
  width: 45%;
}

.page-header-small-content.product {
  width: 64%;
}

/*$menu-main-color: #fff !default;
$menu-first-level-padding: 26px !default;
$menu-second-level-padding: 18px !default;
$menu-gutter: 0.5rem !default;

$max-column-items-1: 4;
$max-column-items-2: 1;
$max-column-items-3: 1;
$max-column-items-4: 3;*/

.main-menu {
  height: 76px;
  padding-right: 0;
  font-weight: 400;
}

.main-menu ul {
  list-style: none;
  margin: 0;
  height: 76px;
  font-size: 15px;
  font-size: 0.9375rem;
  background-color: white;
  padding: 0;
}

@media (max-width: 1499px) {
  .main-menu ul {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (max-width: 1299px) {
  .main-menu ul {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (max-width: 991px) {
  .main-menu ul {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (max-width: 575px) {
  .main-menu ul {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.main-menu ul li {
  list-style: none;
  float: left;
  color: #222222;
  display: inline-block;
  margin: 0;
  position: relative;
  top: 50%;
  -webkit-transform: perspective(1px) translateY(-50%);
          transform: perspective(1px) translateY(-50%);
  padding: 29px 20px;
  cursor: pointer;
}

.main-menu ul li:first-of-type {
  padding-left: 4%;
}

.main-menu ul li.is-active {
  background: #f1f1f1;
}

.main-menu ul li:hover {
  background: #f1f1f1;
}

.main-menu ul li a {
  color: #222222;
  position: relative;
  display: block;
  height: 100%;
}

.main-menu ul li a:hover {
  text-decoration: none;
}

.main-menu ul li a.toggle-option {
  padding-right: 12px;
}

.main-menu ul li a.toggle-option:after {
  content: url(/images/arrow-menu.png?4898a8f4a14d11f81b68db60481b010e);
  position: absolute;
  right: 0;
  margin-left: 10px;
}

@media (max-width: 1299px) {
  .main-menu ul li {
    padding: 30px 9px;
  }
}

@media (max-width: 991px) {
  .main-menu {
    display: none;
  }
}

.main-menu-container {
  background-color: #f1f1f1;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 76px;
  left: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .1s;
  transition: opacity .1s;
  height: calc(100% - 76px);
}

.main-menu-container.small {
  background-color: rgba(0, 0, 0, 0.4);
}

.main-menu-container .row {
  height: calc(100vh - 76px);
}

.main-menu-container .row.small {
  height: auto;
  background-color: #f1f1f1;
  padding-left: 30px;
}

@media (max-width: 991px) {
  .main-menu-container .row {
    height: auto;
  }
}

.main-menu-container.is-open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .6s;
  transition: opacity .6s;
}

.main-menu-container.is-open::-webkit-scrollbar {
  display: none;
}

.main-menu-container.is-open.menu-product ul.submenu li:first-of-type a {
  color: #222222;
  font-weight: 700;
}

@media (max-width: 1299px) {
  .main-menu-container.is-open {
    overflow: auto;
  }
}

.main-menu-container ul {
  padding: 0;
  list-style: none;
  height: 100%;
  margin: 0;
}

.main-menu-container ul li {
  padding: 15px 0;
}

.main-menu-container ul li:first-of-type {
  padding-top: 30px;
}

@media (max-width: 1499px) {
  .main-menu-container ul li:first-of-type {
    padding-top: 10px;
  }
}

@media (max-width: 991px) {
  .main-menu-container ul li:first-of-type {
    padding-top: 20px;
  }
}

.main-menu-container ul li a {
  color: #707070;
  text-transform: uppercase;
  font-weight: 400;
}

.main-menu-container ul li a:hover {
  color: #222222;
  font-weight: 700;
}

.main-menu-container ul li a.active {
  font-weight: 700;
  color: #222222;
}

@media (max-width: 1499px) {
  .main-menu-container ul li {
    padding: 10px 0;
  }
}

@media (max-width: 1367px) {
  .main-menu-container ul li {
    padding: 8px 0;
  }
}

@media (max-width: 991px) {
  .main-menu-container ul li {
    padding: 15px 0;
  }
}

@media (max-width: 991px) {
  .main-menu-container ul {
    height: auto;
  }
}

.main-menu-container ul.right {
  float: right;
}

.main-menu-container .submenu-image {
  background-position: bottom;
  /*background-size: cover;*/
  background-size: contain;
  background-repeat: no-repeat;
}

.main-menu-container .submenu-image-index {
  margin-top: 40px;
  background-position: top;
  background-size: 90%;
  position: fixed;
  height: 90vh;
}

@media (max-width: 991px) {
  .main-menu-container .submenu-image {
    display: none;
  }
}

.main-menu-container-mobile {
  display: none;
  top: 51px;
  background: white;
  overflow-y: scroll;
  height: auto !important;
}

.main-menu-container-mobile ul {
  padding: 0;
  list-style: none;
  height: 100%;
  margin: 0;
}

.main-menu-container-mobile ul li {
  padding: 15px 0;
  border-bottom: 1px solid #ababab;
}

.main-menu-container-mobile ul li a,
.main-menu-container-mobile ul li span {
  color: #222222;
  text-transform: inherit;
  font-weight: 400;
  padding: 0 20px;
  width: 100%;
}

.main-menu-container-mobile ul li a:hover,
.main-menu-container-mobile ul li span:hover {
  color: #222222;
  font-weight: 300;
}

.main-menu-container-mobile ul li a {
  width: 100%;
  display: block;
}

.main-menu-container-mobile ul li.select-language {
  background: #f1f1f1;
}

.main-menu-container-mobile ul li.select-language ul {
  border-top: 1px solid white;
}

.main-menu-container-mobile ul li.select-language img {
  vertical-align: middle;
  margin-left: 5px;
}

.main-menu-container-mobile ul li.toggle-option {
  background: white;
  position: relative;
}

.main-menu-container-mobile ul li.toggle-option:after {
  content: url(/images/arrow-menu.png?4898a8f4a14d11f81b68db60481b010e);
  position: absolute;
  right: 20px;
  top: 15px;
  height: 15px;
}

.main-menu-container-mobile ul li:first-of-type {
  padding: 15px 0;
}

.main-menu-container-mobile ul li > ul.submenu-mobile {
  margin-top: 15px;
  background: #f1f1f1;
  display: none;
}

.main-menu-container-mobile ul li > ul.submenu-mobile li {
  border-bottom: 1px solid white;
  padding: 15px 0;
}

.main-menu-container-mobile ul li > ul.submenu-mobile li:first-of-type {
  padding-top: 15px;
}

.main-menu-container-mobile ul li > ul.submenu-mobile li a {
  width: 100%;
  display: block;
}

.main-menu-container-mobile ul li > ul.submenu-mobile.menu-product li:first-of-type a {
  color: #222222;
  font-weight: 700;
  width: 100%;
  display: block;
}

.main-menu-container-mobile ul li.is-active {
  padding-bottom: 0;
  border: none;
}

.main-menu-container-mobile ul li.is-active > ul.submenu-mobile {
  display: block;
}

.main-menu-container-mobile ul li.is-active:after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  top: 22px;
}

@media (max-width: 991px) {
  .main-menu-container-mobile ul {
    height: auto;
  }
}

@media (max-width: 991px) {
  .main-menu-container-mobile {
    display: block;
  }
}

.main-menu-container-index {
  overflow-y: auto;
}

.main-menu-container-index .submenu-index {
  padding: 40px 0;
}

.main-menu-container-index .submenu-index .submenu-index-row {
  height: auto;
  border-bottom: 1px solid #ababab;
  font-size: 20px;
  font-size: 1.25rem;
  cursor: pointer;
}

@media (max-width: 1499px) {
  .main-menu-container-index .submenu-index .submenu-index-row {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 1299px) {
  .main-menu-container-index .submenu-index .submenu-index-row {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .main-menu-container-index .submenu-index .submenu-index-row {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 575px) {
  .main-menu-container-index .submenu-index .submenu-index-row {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.main-menu-container-index .submenu-index .submenu-index-row.header {
  color: #808080;
  font-size: 15px;
  font-size: 0.9375rem;
  padding-bottom: 10px;
}

@media (max-width: 1499px) {
  .main-menu-container-index .submenu-index .submenu-index-row.header {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (max-width: 1299px) {
  .main-menu-container-index .submenu-index .submenu-index-row.header {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (max-width: 991px) {
  .main-menu-container-index .submenu-index .submenu-index-row.header {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (max-width: 575px) {
  .main-menu-container-index .submenu-index .submenu-index-row.header {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (max-width: 991px) {
  .main-menu-container-index .submenu-index .submenu-index-row.header .info {
    display: none;
  }
}

.main-menu-container-index .submenu-index .submenu-index-row p {
  color: #222222;
  font-weight: 300;
  margin: 0;
  padding: 10px 0;
}

.main-menu-container-index .submenu-index .submenu-index-row p a {
  color: #222222;
}

.main-menu-container-index .submenu-index .submenu-index-row p a:hover {
  font-weight: 700;
}

.main-menu-container-index .submenu-index .submenu-index-row p.info {
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 15px 0;
}

@media (max-width: 1499px) {
  .main-menu-container-index .submenu-index .submenu-index-row p.info {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (max-width: 1299px) {
  .main-menu-container-index .submenu-index .submenu-index-row p.info {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (max-width: 991px) {
  .main-menu-container-index .submenu-index .submenu-index-row p.info {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (max-width: 575px) {
  .main-menu-container-index .submenu-index .submenu-index-row p.info {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (max-width: 991px) {
  .main-menu-container-index .submenu-index .submenu-index-row p.info {
    padding: 0;
    font-weight: 300;
  }
}

@media (max-width: 991px) {
  .main-menu-container-index .submenu-index .submenu-index-row p {
    padding: 0;
    font-weight: 300;
    padding-bottom: 0px;
  }
}

.main-menu-container-index .submenu-index .submenu-index-row:hover p {
  font-weight: 700;
}

@media (max-width: 991px) {
  .main-menu-container-index .submenu-index .submenu-index-row {
    padding: 10px 0;
  }
}

@media (max-width: 991px) {
  .main-menu-container-index .submenu-index {
    padding: 20px;
  }
}

@media (max-width: 991px) {
  .main-menu-container-index {
    top: 51px;
  }
}

.main-menu-container.dropdown-menu {
  width: auto;
  position: fixed;
  width: 450px;
  padding: 20px;
  height: auto;
}

.main-menu-container.dropdown-menu.hornos-de-panaderia {
  padding-left: calc(4% - 12px);
}

.main-menu-container.dropdown-menu.small {
  padding: 0;
}

@media (max-width: 991px) {
  .main-menu-container {
    height: calc(100vh - 51px);
  }
}

.left-menu {
  position: fixed;
  left: 0px;
  top: 40%;
  z-index: 5;
  width: 75px;
  /** Menu **/
}

.left-menu-wrapper .left-menu-item {
  margin-bottom: 2px;
  background-color: #ed1c24;
  min-height: 75px;
}

.left-menu-wrapper .left-menu-item-list {
  padding: 4px 30px;
  list-style: none;
  margin: 0;
}

.left-menu-wrapper .left-menu-item-list-single {
  padding: 15px 0px;
}

.left-menu-wrapper .left-menu-item-list-image {
  display: block;
  border: solid #fff 2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

@media (max-width: 1299px) {
  .left-menu-wrapper .left-menu-item-list {
    padding: 4px 20px;
  }
}

.left-menu-wrapper .left-menu-item-link {
  display: block;
  height: 75px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
}

@media (max-width: 1299px) {
  .left-menu-wrapper .left-menu-item-link {
    height: 50px;
  }
}

.left-menu-wrapper .left-menu-item:hover {
  background-color: #222222;
}

@media (max-width: 1299px) {
  .left-menu-wrapper .left-menu-item {
    min-height: 50px;
  }
}

.left-menu-dropdown {
  top: 0;
  position: absolute;
  left: -500px;
  height: 176px;
  background-color: #222222;
  width: 250px;
  z-index: -1;
}

.left-menu-dropdown.salva-link {
  height: 134px;
}

.left-menu-dropdown-list {
  padding: 0px 25px;
  list-style: none;
  margin: 0;
  height: 100%;
}

.left-menu-dropdown-list-item {
  height: 24%;
  padding: 14px 0px;
}

.left-menu-dropdown-list-item-link {
  color: #808080;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 1499px) {
  .left-menu-dropdown-list-item-link {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 1299px) {
  .left-menu-dropdown-list-item-link {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .left-menu-dropdown-list-item-link {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 575px) {
  .left-menu-dropdown-list-item-link {
    font-size: 16px;
    font-size: 1rem;
  }
}

.left-menu-dropdown-list-item.active a {
  color: #fff;
}

.left-menu-dropdown-list-item.salva-link {
  height: 32%;
}

@media (max-width: 1499px) {
  .left-menu-dropdown {
    width: 200px;
  }
}

@media (max-width: 1299px) {
  .left-menu-dropdown {
    width: 170px;
  }
}

@media (max-width: 1299px) {
  .left-menu {
    width: 50px;
  }
}

@media (max-width: 991px) {
  .left-menu {
    top: auto;
  }

  .left-menu-product {
    background-color: #222222;
    height: 40px;
    width: 40px;
  }

  .left-menu-product-item {
    display: block;
    cursor: pointer;
  }

  .left-menu-product-item-link {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    display: block;
    height: 40px;
  }

  .left-menu-wrapper {
    position: absolute;
    top: -255px;
    width: 40px;
  }

  .left-menu-wrapper.detail-product {
    top: 0;
  }

  .left-menu-wrapper .left-menu-item {
    margin-bottom: 2px;
    background-color: #ed1c24;
    min-height: 40px;
  }

  .left-menu-wrapper .left-menu-item-list {
    padding: 4px 14px;
    list-style: none;
    margin: 0;
  }

  .left-menu-wrapper .left-menu-item-list-single {
    padding: 15px 0px;
  }

  .left-menu-wrapper .left-menu-item-list-image {
    display: block;
    border: solid #fff 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
  }

  .left-menu-wrapper .left-menu-item-link {
    height: 40px;
  }

  .left-menu-dropdown {
    width: 250px;
  }
}

.close-menu {
  background-image: url(/images/close-white.png?6a9f394876e1b50c68751247b9582041) !important;
}

.plus {
  position: relative;
  width: 22px;
  height: 22px;
  right: 0;
  top: 0;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  /* Vertical line */
  /* horizontal line */
}

.plus:before,
.plus:after {
  content: "";
  position: absolute;
  background-color: white;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.plus:before {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
}

.plus:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
}

.plus.no-top {
  top: 0;
}

.plus:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  cursor: pointer;
}

.plus-inline {
  display: inline-block;
  top: 5px;
  left: 15px;
}

.plus.plus-black:before,
.plus.plus-black:after {
  background-color: #808080;
}

.plus.hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.section-block {
  height: 90vh;
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  /*@include media-breakpoint-down(lg) {
    &.h-auto {
      height: auto;
    }
  }*/
}

.section-block-accesorios {
  width: auto !important;
}

@media (max-width: 1299px) {
  .section-block {
    height: 100vh;
  }
}

@media (max-width: 991px) {
  .section-block {
    height: auto;
  }
}

.section-block > .container-fluid {
  height: 100%;
}

.section-block > .container-fluid > .row {
  height: 100%;
}

.section-block-sidebar {
  color: #f1f1f1;
  font-size: 20px;
  font-size: 1.25rem;
  height: 100%;
}

@media (max-width: 1499px) {
  .section-block-sidebar {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 1299px) {
  .section-block-sidebar {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .section-block-sidebar {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 575px) {
  .section-block-sidebar {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.section-block-sidebar-black {
  position: relative;
  background: #222222;
  height: 70%;
  padding: 8.33% 16.66%;
  font-weight: 300;
}

@media (max-width: 1499px) {
  .section-block-sidebar-black {
    height: 60%;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .section-block-sidebar-black {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .section-block-sidebar-black {
    height: auto;
    padding: 30px 20px;
  }
}

.section-block-sidebar-black.full {
  height: 100vh;
}

@media (max-width: 991px) {
  .section-block-sidebar-black.full {
    height: auto;
  }
}

.section-block-sidebar-white {
  position: relative;
  padding: 8.33% 33.33% 8.33% 16.66%;
  font-weight: 300;
  color: #000;
}

@media (max-width: 1499px) {
  .section-block-sidebar-white {
    height: 60%;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .section-block-sidebar-white {
    width: 50%;
  }
}

@media (max-width: 991px) {
  .section-block-sidebar-white {
    height: auto;
    padding: 30px 20px;
  }
}

.section-block-sidebar-white.full {
  height: 100%;
}

@media (min-width: 576px) and (max-width: 768px) {
  .section-block-sidebar-white.full {
    /*width: 50%;*/
    width: 100%;
  }
}

@media (max-width: 991px) {
  .section-block-sidebar-white.full {
    height: auto;
    padding: 30px 20px;
  }
}

.section-block-sidebar-white.accesorios {
  padding: 8.33% 8.33% 8.33% 8.33%;
}

.section-block-sidebar-red {
  position: relative;
  background: #ed1c24;
  height: 30%;
  font-weight: 300;
  padding: 0 16.66%;
}

.section-block-sidebar-red-content {
  position: relative;
  top: 50%;
  -webkit-transform: perspective(1px) translateY(-50%);
          transform: perspective(1px) translateY(-50%);
}

.section-block-sidebar-red-content-bottom {
  bottom: 50px;
  position: absolute;
  padding-right: 16.66%;
}

@media (max-width: 1499px) {
  .section-block-sidebar-red-content-bottom {
    bottom: 20px;
  }
}

@media (max-width: 991px) {
  .section-block-sidebar-red-content-bottom {
    position: relative;
    padding-top: 20px;
    bottom: 0;
  }
}

@media (max-width: 991px) {
  .section-block-sidebar-red-content {
    -webkit-transform: none;
            transform: none;
    top: 0;
  }
}

@media (max-width: 1499px) {
  .section-block-sidebar-red {
    height: 40%;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .section-block-sidebar-red {
    width: 50%;
  }
}

@media (max-width: 991px) {
  .section-block-sidebar-red {
    height: auto;
    padding: 30px 20px;
  }
}

.section-block-sidebar-white {
  position: relative;
  background: white;
  height: 100%;
  padding: 8.33% 16.66%;
  font-weight: 300;
  color: #222222;
}

@media (max-width: 991px) {
  .section-block-sidebar-white {
    height: auto;
    padding: 30px 20px;
  }
}

.section-block-sidebar-grey {
  position: relative;
  background: #f1f1f1;
  height: 100%;
  padding: 8.33% 16.66%;
  font-weight: 300;
  color: #222222;
}

@media (max-width: 991px) {
  .section-block-sidebar-grey {
    height: auto;
    padding: 30px 20px;
  }
}

.section-block-sidebar .big-title {
  font-size: 50px;
  font-size: 3.125rem;
  margin: 0;
  margin-bottom: 50px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

@media (max-width: 1499px) {
  .section-block-sidebar .big-title {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

@media (max-width: 1299px) {
  .section-block-sidebar .big-title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (max-width: 991px) {
  .section-block-sidebar .big-title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

@media (max-width: 575px) {
  .section-block-sidebar .big-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media (max-width: 1499px) {
  .section-block-sidebar .big-title {
    margin-bottom: 20px;
  }
}

@media (max-width: 1299px) {
  .section-block-sidebar .big-title {
    margin-top: 15px;
  }
}

@media (max-width: 991px) {
  .section-block-sidebar .big-title {
    margin-bottom: 25px;
  }
}

.section-block-sidebar .subtitle {
  color: #a9a9a9a9;
}

.section-block-sidebar .title {
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
}

@media (min-width: 576px) and (max-width: 768px) {
  .section-block-sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.section-block-content {
  background: #f1f1f1;
}

.section-block-content .list-products-home {
  height: 100%;
}

@media (max-width: 991px) {
  .section-block-content .list-products-home {
    height: auto;
  }
}

.section-block-content .list-products-home .product-home {
  border-right: 2px solid white;
  height: 100%;
  padding: 50px 0;
}

@media (max-width: 991px) {
  .section-block-content .list-products-home .product-home {
    height: auto;
    border-bottom: 2px solid white;
  }
}

.section-block-content .list-products-home .product-home:last-of-type {
  border-right: none;
}

.section-block-content .list-products-home .product-home-info {
  /*@include vertical-align();*/
  height: 100%;
  overflow: scroll;
}

.section-block-content .list-products-home .product-home-info .more-info {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #808080;
  position: absolute;
  bottom: 50px;
  right: 50px;
  cursor: pointer;
}

@media (max-width: 991px) {
  .section-block-content .list-products-home .product-home-info .more-info {
    display: none;
  }
}

.section-block-content .list-products-home .product-home-info .less-info {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #808080;
  position: absolute;
  bottom: 50px;
  right: 50px;
  cursor: pointer;
  display: none;
}

.section-block-content .list-products-home .product-home-info::-webkit-scrollbar {
  display: none;
}

.section-block-content .list-products-home .product-home-info-text {
  padding: 0 16.66%;
  /*max-height: 280px;*/
}

.section-block-content .list-products-home .product-home-info-text-title {
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 700;
}

@media (max-width: 1499px) {
  .section-block-content .list-products-home .product-home-info-text-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 1299px) {
  .section-block-content .list-products-home .product-home-info-text-title {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .section-block-content .list-products-home .product-home-info-text-title {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 575px) {
  .section-block-content .list-products-home .product-home-info-text-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.section-block-content .list-products-home .product-home-info-text-subtitle {
  font-size: 20px;
  font-size: 1.25rem;
  color: #808080;
  font-weight: 300;
}

@media (max-width: 1499px) {
  .section-block-content .list-products-home .product-home-info-text-subtitle {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 1299px) {
  .section-block-content .list-products-home .product-home-info-text-subtitle {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .section-block-content .list-products-home .product-home-info-text-subtitle {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 575px) {
  .section-block-content .list-products-home .product-home-info-text-subtitle {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.section-block-content .list-products-home .product-home-info-text ul {
  padding: 0;
  list-style: none;
  margin-bottom: 40px;
}

@media (max-width: 1499px) {
  .section-block-content .list-products-home .product-home-info-text ul {
    margin-bottom: 20px;
  }
}

.section-block-content .list-products-home .product-home-info-text ul li {
  margin-top: 10px;
}

@media (max-width: 1299px) {
  .section-block-content .list-products-home .product-home-info-text ul li {
    margin-top: 5px;
  }
}

.section-block-content .list-products-home .product-home-info-text ul li a {
  font-size: 20px;
  font-size: 1.25rem;
  text-decoration: none;
  border-bottom: 1px solid #222222;
}

@media (max-width: 1499px) {
  .section-block-content .list-products-home .product-home-info-text ul li a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 1299px) {
  .section-block-content .list-products-home .product-home-info-text ul li a {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .section-block-content .list-products-home .product-home-info-text ul li a {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 575px) {
  .section-block-content .list-products-home .product-home-info-text ul li a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.section-block-content .list-products-home .product-home-info-text ul .clickable {
  margin-top: 15px;
}

@media (min-width: 992px) and (max-width: 1499px) {
  .section-block-content .list-products-home .product-home-info-text {
    min-height: 250px;
  }
}

@media (max-width: 991px) {
  .section-block-content .list-products-home .product-home-info-text {
    padding: 20px 20px;
    -webkit-transform: none;
            transform: none;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
}

.section-block-content .list-products-home .product-home-info a {
  color: #222222;
}

.section-block-content .list-products-home .product-home-info img {
  max-height: 375px;
}

@media (max-width: 1799px) {
  .section-block-content .list-products-home .product-home-info img {
    max-height: 325px;
  }
}

@media (max-width: 1499px) {
  .section-block-content .list-products-home .product-home-info img {
    max-height: 275px;
  }
}

@media (min-width: 992px) and (max-width: 1499px) {
  .section-block-content .list-products-home .product-home-info img {
    max-width: 250px;
  }
}

.section-block-content .list-products-salva-link {
  height: 100%;
}

@media (max-width: 991px) {
  .section-block-content .list-products-salva-link {
    height: auto;
  }
}

.section-block-content .list-products-salva-link .product-salva-link {
  border-right: 2px solid white;
  height: 50%;
}

@media (max-width: 991px) {
  .section-block-content .list-products-salva-link .product-salva-link {
    height: auto;
    border-right: 0;
    border-bottom: 2px solid white;
  }
}

.section-block-content .list-products-salva-link .product-salva-link:last-of-type {
  border: none;
}

.section-block-content .list-products-salva-link .product-salva-link:nth-child(n+4) {
  border-top: 2px solid white;
}

.section-block-content .list-products-salva-link .product-salva-link-info {
  position: relative;
  top: 50%;
  -webkit-transform: perspective(1px) translateY(-50%);
          transform: perspective(1px) translateY(-50%);
}

.section-block-content .list-products-salva-link .product-salva-link-info-text {
  padding: 0 16.66%;
}

.section-block-content .list-products-salva-link .product-salva-link-info-text-title {
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 700;
}

@media (max-width: 1499px) {
  .section-block-content .list-products-salva-link .product-salva-link-info-text-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 1299px) {
  .section-block-content .list-products-salva-link .product-salva-link-info-text-title {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .section-block-content .list-products-salva-link .product-salva-link-info-text-title {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 575px) {
  .section-block-content .list-products-salva-link .product-salva-link-info-text-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.section-block-content .list-products-salva-link .product-salva-link-info-text-subtitle {
  font-size: 20px;
  font-size: 1.25rem;
  color: #808080;
  font-weight: 300;
}

@media (max-width: 1499px) {
  .section-block-content .list-products-salva-link .product-salva-link-info-text-subtitle {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 1299px) {
  .section-block-content .list-products-salva-link .product-salva-link-info-text-subtitle {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .section-block-content .list-products-salva-link .product-salva-link-info-text-subtitle {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 575px) {
  .section-block-content .list-products-salva-link .product-salva-link-info-text-subtitle {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 991px) {
  .section-block-content .list-products-salva-link .product-salva-link-info-text {
    padding: 20px 20px;
    -webkit-transform: none;
            transform: none;
  }
}

.section-block-content .section-image-home {
  height: 100%;
  background: white;
}

.section-block-content .section-image-home img {
  bottom: 0;
  position: absolute;
  vertical-align: middle;
  -webkit-transform: none;
          transform: none;
}

@media (max-width: 991px) {
  .section-block-content .section-image-home img {
    position: relative;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .section-block-content .section-image-home {
    height: 100vh;
  }
}

@media (max-width: 991px) {
  .section-block-content .section-image-home {
    height: auto;
    padding-top: 100px;
  }
}

.section-block-content .team-member {
  position: absolute;
  bottom: 0;
  padding: 2% 5.5%;
  font-size: 20px;
  font-size: 1.25rem;
}

@media (max-width: 1499px) {
  .section-block-content .team-member {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 1299px) {
  .section-block-content .team-member {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .section-block-content .team-member {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 575px) {
  .section-block-content .team-member {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.section-block-content .team-member-name {
  color: #222222;
  margin: 0;
  font-weight: 400;
}

.section-block-content .team-member-cargo {
  color: #808080;
  margin: 0;
  font-weight: 300;
}

.section-block-content .team-member-left {
  left: 0;
}

.section-block-content .team-member-right {
  right: 0;
}

@media (max-width: 991px) {
  .section-block-content .team-member {
    top: 0;
    padding-top: 40px;
  }
}

.section-block.full-block {
  height: 90vh;
  position: relative;
  background-size: cover;
}

.section-block.full-block .full-block-content {
  position: absolute;
  top: 50%;
  -webkit-transform: perspective(1px) translateY(-50%);
          transform: perspective(1px) translateY(-50%);
  width: 100%;
}

.section-block.full-block .full-block-content-title {
  color: white;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 1499px) {
  .section-block.full-block .full-block-content-title {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

@media (max-width: 1299px) {
  .section-block.full-block .full-block-content-title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (max-width: 991px) {
  .section-block.full-block .full-block-content-title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

@media (max-width: 575px) {
  .section-block.full-block .full-block-content-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media (max-width: 991px) {
  .section-block.full-block .full-block-content-title {
    color: #222222;
  }
}

@media (max-width: 991px) {
  .section-block.full-block .full-block-content .quote:before {
    left: 50%;
    top: 0px;
  }
}

.section-block.full-block .full-block-content-subtitle {
  color: white;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
}

@media (max-width: 1499px) {
  .section-block.full-block .full-block-content-subtitle {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 1299px) {
  .section-block.full-block .full-block-content-subtitle {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .section-block.full-block .full-block-content-subtitle {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 575px) {
  .section-block.full-block .full-block-content-subtitle {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.section-block.full-block .full-block-content-subtitle.top-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  top: 10%;
  text-align: center;
  font-weight: 700;
}

@media (max-width: 991px) {
  .section-block.full-block .full-block-content-subtitle.top-title {
    -webkit-transform: none;
            transform: none;
    position: relative;
    left: inherit;
    top: inherit;
  }
}

@media (max-width: 991px) {
  .section-block.full-block .full-block-content-subtitle {
    color: #222222;
  }
}

.section-block.full-block .full-block-content-button {
  margin-top: 40px;
}

@media (max-width: 991px) {
  .section-block.full-block .full-block-content-button .btn-white {
    background: #ed1c24;
    color: white;
  }

  .section-block.full-block .full-block-content-button .btn-white:hover {
    background: #222222;
  }
}

.section-block.full-block .full-block-content-position {
  margin-top: 60px;
  color: white;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
}

@media (max-width: 1499px) {
  .section-block.full-block .full-block-content-position {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 1299px) {
  .section-block.full-block .full-block-content-position {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .section-block.full-block .full-block-content-position {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 575px) {
  .section-block.full-block .full-block-content-position {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.section-block.full-block .full-block-content-position span {
  color: #808080;
}

@media (max-width: 991px) {
  .section-block.full-block .full-block-content {
    position: relative;
    -webkit-transform: none;
            transform: none;
    top: inherit;
    padding: 30px 20px;
  }
}

@media (max-width: 1299px) {
  .section-block.full-block {
    height: 100vh;
  }
}

@media (max-width: 991px) {
  .section-block.full-block {
    height: auto;
    background-image: none !important;
  }
}

@media (max-width: 991px) {
  .section-block.full-block.dark .full-block-content-title {
    color: white;
  }
}

@media (max-width: 991px) {
  .section-block.full-block.dark .full-block-content-subtitle {
    color: white;
  }
}

@media (max-width: 991px) {
  .section-block.full-block.dark .full-block-content {
    padding: 20px 0px;
  }
}

.section-block.detalle4 {
  background-position: left 0% bottom;
  background-size: contain;
}

@media (max-width: 1299px) {
  .section-block.detalle4 {
    background-size: 50%;
  }
}

.section-block-black {
  height: 90vh;
  background-color: #222222;
  color: #fff;
}

.section-block-black > .container-fluid {
  height: 100%;
}

.section-block-black > .container-fluid > .row {
  height: 100%;
}

.section-block-small-red {
  background-color: #ed1c24;
}

.section-block-small-red .cta-wrapper {
  height: 40vh;
}

.section-block-small-red .cta-wrapper-link {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 1299px) {
  .section-block-small-red .cta-wrapper-link {
    background-size: 50%;
    width: 100%;
  }
}

.section-block-small-red .cta-wrapper-text {
  font-size: 40px;
  font-size: 2.5rem;
  margin: 0;
  margin-bottom: 50px;
  color: #fff;
  font-weight: 300;
  text-align: center;
}

@media (max-width: 991px) {
  .section-block-small-red .cta-wrapper-text {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (max-width: 1024px) {
  .section-block.even {
    background-position: 60%;
  }
}

@media (max-width: 1024px) {
  .section-block.odd {
    background-position: 40%;
  }
}

.block-two-col {
  margin-bottom: 40px;
}

.block-two-col-title,
.block-two-col-content {
  border-top: 1px solid #ababab;
  font-weight: 300;
}

.block-two-col-title {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 400;
}

@media (max-width: 991px) {
  .block-two-col-title p {
    margin-bottom: 0;
    margin-top: 0;
  }
}

.block-two-col-title p.share {
  margin: 40px 0 10px 0;
  font-size: 20px;
  font-size: 1.25rem;
}

@media (max-width: 1499px) {
  .block-two-col-title p.share {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 1299px) {
  .block-two-col-title p.share {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .block-two-col-title p.share {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 575px) {
  .block-two-col-title p.share {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 991px) {
  .block-two-col-title p.share {
    padding-bottom: 10px;
    margin-top: 15px;
  }
}

.block-two-col-title a {
  color: #ed1c24;
  font-size: 20px;
  font-size: 1.25rem;
  display: block;
}

@media (max-width: 1499px) {
  .block-two-col-title a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 1299px) {
  .block-two-col-title a {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .block-two-col-title a {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 575px) {
  .block-two-col-title a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 991px) {
  .block-two-col-title {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.block-two-col-content {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 300;
  margin-bottom: 40px;
}

.block-two-col-content-date {
  font-size: 20px;
  font-size: 1.25rem;
  color: #808080;
  margin-top: 30px;
}

@media (max-width: 1499px) {
  .block-two-col-content-date {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 1299px) {
  .block-two-col-content-date {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .block-two-col-content-date {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 575px) {
  .block-two-col-content-date {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.block-two-col-content-title {
  font-size: 30px;
  font-size: 1.875rem;
  color: #222222;
}

.block-two-col-content-text {
  font-size: 20px;
  font-size: 1.25rem;
  color: #808080;
}

@media (max-width: 1499px) {
  .block-two-col-content-text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 1299px) {
  .block-two-col-content-text {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .block-two-col-content-text {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 575px) {
  .block-two-col-content-text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.block-two-col-content-text.text-default p {
  color: #202020;
}

.block-two-col-content-text a {
  color: #ed1c24;
}

.block-two-col-content-text-normal {
  font-size: 20px;
  font-size: 1.25rem;
  color: #222222;
}

@media (max-width: 1499px) {
  .block-two-col-content-text-normal {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 1299px) {
  .block-two-col-content-text-normal {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .block-two-col-content-text-normal {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 575px) {
  .block-two-col-content-text-normal {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.block-two-col-content-text-normal a {
  color: #ed1c24;
}

.block-two-col-content-text-normal:first-of-type {
  margin-top: 30px;
}

@media (max-width: 991px) {
  .block-two-col .share {
    margin-bottom: 15px;
  }
}

.form {
  font-size: 20px;
  font-size: 1.25rem;
}

@media (max-width: 1499px) {
  .form {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 1299px) {
  .form {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .form {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 575px) {
  .form {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.form.form-contacto {
  margin-top: 30px;
}

.form label {
  color: #808080;
  width: 100%;
  display: block;
  font-weight: 300;
  text-transform: inherit;
}

.form input,
.form textarea,
.form select {
  color: #222222;
  width: 100%;
  font-weight: 300;
  height: 50px;
  padding: 0 10px;
  border: none;
  outline: none;
  margin: 10px 0 30px 0;
}

.form input::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder,
.form select::-webkit-input-placeholder {
  font-size: 18px;
  font-size: 1.125rem;
  color: #808080;
  font-weight: 300;
}

.form input:-ms-input-placeholder,
.form textarea:-ms-input-placeholder,
.form select:-ms-input-placeholder {
  font-size: 18px;
  font-size: 1.125rem;
  color: #808080;
  font-weight: 300;
}

.form input::-ms-input-placeholder,
.form textarea::-ms-input-placeholder,
.form select::-ms-input-placeholder {
  font-size: 18px;
  font-size: 1.125rem;
  color: #808080;
  font-weight: 300;
}

.form input::placeholder,
.form textarea::placeholder,
.form select::placeholder {
  font-size: 18px;
  font-size: 1.125rem;
  color: #808080;
  font-weight: 300;
}

@media (max-width: 1499px) {
  .form input::-webkit-input-placeholder,
  .form textarea::-webkit-input-placeholder,
  .form select::-webkit-input-placeholder {
    font-size: 16px;
    font-size: 1rem;
  }
  .form input:-ms-input-placeholder,
  .form textarea:-ms-input-placeholder,
  .form select:-ms-input-placeholder {
    font-size: 16px;
    font-size: 1rem;
  }
  .form input::-ms-input-placeholder,
  .form textarea::-ms-input-placeholder,
  .form select::-ms-input-placeholder {
    font-size: 16px;
    font-size: 1rem;
  }
  .form input::placeholder,
  .form textarea::placeholder,
  .form select::placeholder {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 1299px) {
  .form input::-webkit-input-placeholder,
  .form textarea::-webkit-input-placeholder,
  .form select::-webkit-input-placeholder {
    font-size: 16px;
    font-size: 1rem;
  }
  .form input:-ms-input-placeholder,
  .form textarea:-ms-input-placeholder,
  .form select:-ms-input-placeholder {
    font-size: 16px;
    font-size: 1rem;
  }
  .form input::-ms-input-placeholder,
  .form textarea::-ms-input-placeholder,
  .form select::-ms-input-placeholder {
    font-size: 16px;
    font-size: 1rem;
  }
  .form input::placeholder,
  .form textarea::placeholder,
  .form select::placeholder {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .form input::-webkit-input-placeholder,
  .form textarea::-webkit-input-placeholder,
  .form select::-webkit-input-placeholder {
    font-size: 16px;
    font-size: 1rem;
  }
  .form input:-ms-input-placeholder,
  .form textarea:-ms-input-placeholder,
  .form select:-ms-input-placeholder {
    font-size: 16px;
    font-size: 1rem;
  }
  .form input::-ms-input-placeholder,
  .form textarea::-ms-input-placeholder,
  .form select::-ms-input-placeholder {
    font-size: 16px;
    font-size: 1rem;
  }
  .form input::placeholder,
  .form textarea::placeholder,
  .form select::placeholder {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 575px) {
  .form input::-webkit-input-placeholder,
  .form textarea::-webkit-input-placeholder,
  .form select::-webkit-input-placeholder {
    font-size: 16px;
    font-size: 1rem;
  }
  .form input:-ms-input-placeholder,
  .form textarea:-ms-input-placeholder,
  .form select:-ms-input-placeholder {
    font-size: 16px;
    font-size: 1rem;
  }
  .form input::-ms-input-placeholder,
  .form textarea::-ms-input-placeholder,
  .form select::-ms-input-placeholder {
    font-size: 16px;
    font-size: 1rem;
  }
  .form input::placeholder,
  .form textarea::placeholder,
  .form select::placeholder {
    font-size: 16px;
    font-size: 1rem;
  }
}

.form textarea {
  height: 265px;
  padding: 10px;
}

.form .has-error {
  border: 1px solid #dc3545;
}

.form-errors {
  color: #ed1c24;
  font-size: 15px;
}

.custom-select {
  position: relative;
  display: block;
  min-width: 100%;
  margin: 0 auto;
}

.custom-select select {
  border: none;
  outline: none;
  background: white;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  display: block;
  width: 100%;
  color: #808080;
  cursor: pointer;
}

.custom-select select option {
  height: 48px;
}

.custom-select:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 100%;
  line-height: 50px;
  content: url(/images/arrow-down.png?d4087f8bcba98ffbe0b8d94a7f91977b);
  text-align: center;
  font-size: 20px;
  border-left: 2px solid white;
  z-index: 0;
}

.custom-select-sat {
  position: relative;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #222222;
  font-weight: 400;
  margin-bottom: 30px;
}

@media (max-width: 1499px) {
  .custom-select-sat {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (max-width: 1299px) {
  .custom-select-sat {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (max-width: 991px) {
  .custom-select-sat {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (max-width: 575px) {
  .custom-select-sat {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.custom-select-sat select {
  display: none;
  /*hide original SELECT element:*/
}

.select-selected {
  background-color: #8a8a8a;
}

/*style the arrow inside the select element:*/

.select-selected:after {
  position: absolute;
  content: "";
  top: 15px;
  right: 35px;
  width: 0;
  height: 0;
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/*point the arrow upwards when the select box is open (active):*/

.select-selected.select-arrow-active:after {
  top: 20px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

/*style the items (options), including the selected item:*/

.select-items div,
.select-selected {
  padding: 15px;
  cursor: pointer;
}

/*style items (options):*/

.select-items {
  position: absolute;
  background-color: #8a8a8a;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/*hide the items when the select box is closed:*/

.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: white;
  margin: 0 2px;
}

.select-items {
  max-height: 300px;
  overflow: auto;
}

/* The container */

.check {
  display: block;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: white;
  text-align: left;
}

/* Hide the browser's default checkbox */

.check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 0;
  z-index: 1;
  width: 20px;
  height: 20px;
}

.check .texto {
  margin-left: 30px;
  color: #808080;
  display: block;
  margin-bottom: 50px;
}

.check .texto a {
  color: #ed1c24;
}

/* Create a custom checkbox */

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: white;
  border: 2px solid white;
}

/* When the checkbox is checked, add a blue background */

.check input:checked ~ .checkmark {
  background-color: white;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */

.check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */

.check .checkmark:after {
  left: 4px;
  top: 4px;
  width: 8px;
  height: 8px;
  border: solid #ed1c24;
  border-width: 0 6px 8px 0;
}

.list-sat-number {
  height: 100%;
}

@media (max-width: 991px) {
  .list-sat-number {
    height: auto;
  }
}

.list-sat-number .sat-number {
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  height: 50%;
}

@media (max-width: 991px) {
  .list-sat-number .sat-number {
    height: auto;
    border-right: 0;
    border-bottom: 2px solid white;
  }
}

.list-sat-number .sat-number:nth-child(n+3) {
  border-bottom: none;
}

@media (max-width: 991px) {
  .list-sat-number .sat-number:nth-child(n+3) {
    border-bottom: 2px solid white;
  }
}

.list-sat-number .sat-number:nth-child(2),
.list-sat-number .sat-number:last-child {
  border-right: none;
}

.list-sat-number .sat-number-info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.list-sat-number .sat-number-info-content {
  text-align: center;
}

@media (max-width: 991px) {
  .list-sat-number .sat-number-info-content {
    min-height: 200px;
  }
}

.list-sat-number .sat-number-info-content-text {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 300;
}

@media (max-width: 1499px) {
  .list-sat-number .sat-number-info-content-text {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media (max-width: 1299px) {
  .list-sat-number .sat-number-info-content-text {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media (max-width: 991px) {
  .list-sat-number .sat-number-info-content-text {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media (max-width: 575px) {
  .list-sat-number .sat-number-info-content-text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.list-sat-number .sat-number-info-content-number {
  font-size: 80px;
  font-size: 5rem;
  font-weight: 400;
  margin: 0;
}

@media (max-width: 1499px) {
  .list-sat-number .sat-number-info-content-number {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

@media (max-width: 1299px) {
  .list-sat-number .sat-number-info-content-number {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

@media (max-width: 991px) {
  .list-sat-number .sat-number-info-content-number {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}

@media (max-width: 575px) {
  .list-sat-number .sat-number-info-content-number {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

.list-sat-number .sat-number-info-content-hover {
  font-size: 24px;
  font-size: 1.5rem;
  display: none;
}

@media (max-width: 1499px) {
  .list-sat-number .sat-number-info-content-hover {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media (max-width: 1299px) {
  .list-sat-number .sat-number-info-content-hover {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media (max-width: 991px) {
  .list-sat-number .sat-number-info-content-hover {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media (max-width: 575px) {
  .list-sat-number .sat-number-info-content-hover {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 991px) {
  .list-sat-number .sat-number-info-content {
    padding: 20px 20px;
    -webkit-transform: none;
            transform: none;
  }
}

@media (max-width: 991px) {
  .list-sat-number .sat-number-info {
    -webkit-transform: none;
            transform: none;
    top: inherit;
    left: inherit;
    position: relative;
  }
}

.list-sat-number .sat-number:hover {
  background: white;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.list-sat-number .sat-number:hover .sat-number-info-content-text,
.list-sat-number .sat-number:hover .sat-number-info-content-number {
  display: none;
}

.list-sat-number .sat-number:hover .sat-number-info-content-hover {
  display: block;
}

@media (max-width: 991px) {
  .list-sat-number .sat-number:hover .sat-number-info-content-hover {
    -webkit-transform: translate(0%, 30px);
            transform: translate(0%, 30px);
  }
}

.items-category {
  position: relative;
  height: auto;
}

.items-category .sidebar-category {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.items-category .sidebar-category-related {
  border-right: 2px solid white;
}

@media (max-width: 991px) {
  .items-category .sidebar-category-related .section-block-sidebar-grey {
    width: 100%;
  }
}

.items-category .sidebar-category .full {
  padding-top: 76px;
  height: 100%;
}

@media (max-width: 991px) {
  .items-category .sidebar-category .full {
    padding: 30px 20px;
  }
}

@media (max-width: 991px) {
  .items-category .sidebar-category .full {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .items-category .sidebar-category {
    position: relative;
    height: auto;
  }
}

.items-category .list-category-items {
  height: auto;
}

@media (max-width: 991px) {
  .items-category .list-category-items {
    height: auto;
    border-top: 2px solid white;
  }
}

.items-category .list-category-items .category-item {
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  height: 100vh;
}

@media (max-width: 1299px) {
  .items-category .list-category-items .category-item {
    height: auto;
    max-height: 750px;
  }
}

@media (max-width: 991px) {
  .items-category .list-category-items .category-item {
    max-height: none;
  }
}

.items-category .list-category-items .category-item:nth-of-type(3n) {
  border-right: none;
}

.items-category .list-category-items .category-item-info {
  /*@include vertical-align();*/
  text-align: center;
}

.items-category .list-category-items .category-item-info-related {
  -webkit-transform: none;
          transform: none;
  text-align: center;
  top: inherit;
}

@media (max-width: 991px) {
  .items-category .list-category-items .category-item-info img {
    padding: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1499px) {
  .items-category .list-category-items .category-item-info img {
    max-width: 250px;
    padding: 20px;
  }
}

.items-category .list-category-items .category-item-info-text {
  padding: 15px 16.66%;
  text-align: left;
  min-height: 275px;
}

.items-category .list-category-items .category-item-info-text-related {
  text-align: center !important;
}

.items-category .list-category-items .category-item-info-text-title {
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  color: #222222;
}

@media (max-width: 1499px) {
  .items-category .list-category-items .category-item-info-text-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 1299px) {
  .items-category .list-category-items .category-item-info-text-title {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .items-category .list-category-items .category-item-info-text-title {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 575px) {
  .items-category .list-category-items .category-item-info-text-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.items-category .list-category-items .category-item-info-text-subtitle {
  font-size: 20px;
  font-size: 1.25rem;
  color: #808080;
  font-weight: 300;
}

@media (max-width: 1499px) {
  .items-category .list-category-items .category-item-info-text-subtitle {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 1299px) {
  .items-category .list-category-items .category-item-info-text-subtitle {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .items-category .list-category-items .category-item-info-text-subtitle {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 575px) {
  .items-category .list-category-items .category-item-info-text-subtitle {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 991px) {
  .items-category .list-category-items .category-item-info-text {
    padding: 20px 20px;
    -webkit-transform: none;
            transform: none;
    min-height: inherit !important;
  }
}

.items-category .list-category-items .category-item-info-text.no-limit {
  min-height: inherit !important;
}

.items-category .list-category-items .category-item-info-download {
  font-size: 20px;
  font-size: 1.25rem;
  color: #222222;
  font-weight: 400;
  line-height: 50px;
  display: block;
}

@media (max-width: 1499px) {
  .items-category .list-category-items .category-item-info-download {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 1299px) {
  .items-category .list-category-items .category-item-info-download {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .items-category .list-category-items .category-item-info-download {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 575px) {
  .items-category .list-category-items .category-item-info-download {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.items-category .list-category-items .category-item-info-download::before {
  content: url(/images/download.svg?c9c6f55d7873f02614e09fc78eff63a0);
  margin-right: 20px;
}

.items-category .list-category-items .category-item-info a {
  color: #222222;
}

@media (max-width: 991px) {
  .items-category .list-category-items .category-item-info {
    -webkit-transform: none;
            transform: none;
    top: inherit;
  }
}

.items-category .list-category-items .category-item.subproduct {
  border: none !important;
  background: white !important;
  max-height: 70vh;
}

.items-category .list-category-items .category-item.subproduct img {
  max-width: 45%;
}

.items-category .list-category-items .category-item-related {
  height: 50vh !important;
  border-bottom: none;
}

@media (max-width: 1499px) {
  .items-category .list-category-items .category-item-related {
    height: 55vh !important;
  }
}

@media (max-width: 1299px) {
  .items-category .list-category-items .category-item-related {
    height: 70vh !important;
  }
}

@media (max-width: 991px) {
  .items-category .list-category-items .category-item-related {
    height: auto !important;
    border-right: 2px solid white;
  }
}

.items-category .list-category-items .category-item-related img {
  max-width: 55%;
}

@media (max-width: 991px) {
  .items-category .list-category-items .category-item-related img {
    max-width: 70%;
  }
}

.related-maquinas {
  border-top: 1px solid white;
}

.list-team {
  height: 100%;
}

@media (max-width: 991px) {
  .list-team {
    height: auto;
  }
}

.list-team .team-item {
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  height: 50vh;
}

@media (max-width: 991px) {
  .list-team .team-item {
    height: auto;
    border-right: 0;
    border-bottom: 2px solid white;
    min-height: 450px;
  }
}

.list-team .team-item:nth-child(n+4) {
  border-bottom: none;
}

@media (max-width: 991px) {
  .list-team .team-item:nth-child(n+4) {
    border-bottom: 2px solid white;
  }
}

.list-team .team-item:nth-child(3),
.list-team .team-item:last-child {
  border-right: none;
}

.list-team .team-item-info {
  position: relative;
  height: 100%;
  text-align: center;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: inherit;
}

@media (max-width: 1499px) {
  .list-team .team-item-info {
    background-size: contain;
  }
}

@media (max-width: 991px) {
  .list-team .team-item-info {
    height: 450px;
    background-position: bottom;
  }
}

.list-team .team-item-info-hover {
  position: absolute;
  top: 0;
  width: 100%;
  display: block;
  height: 100%;
}

.list-team .team-item-info-hover-quote {
  position: relative;
  text-align: left;
  padding: 30px 60px;
  font-weight: 300;
  font-size: 24px;
  font-size: 1.5rem;
  background-image: url(/images/quote-mini.png?199f69d8fb21df3156511fa3612203d0);
  background-repeat: no-repeat;
  background-position: 30px 15px;
}

@media (max-width: 1499px) {
  .list-team .team-item-info-hover-quote {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media (max-width: 1299px) {
  .list-team .team-item-info-hover-quote {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media (max-width: 991px) {
  .list-team .team-item-info-hover-quote {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media (max-width: 575px) {
  .list-team .team-item-info-hover-quote {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 1499px) {
  .list-team .team-item-info-hover-quote {
    padding: 30px 30px;
  }
}

.list-team .team-item-info-hover-position {
  position: absolute;
  bottom: 0;
  left: 60px;
  font-weight: 300;
  font-size: 20px;
  font-size: 1.25rem;
  color: #222222;
  text-align: left;
}

@media (max-width: 1499px) {
  .list-team .team-item-info-hover-position {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 1299px) {
  .list-team .team-item-info-hover-position {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .list-team .team-item-info-hover-position {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 575px) {
  .list-team .team-item-info-hover-position {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.list-team .team-item-info-hover-position span {
  color: #808080;
}

@media (max-width: 1499px) {
  .list-team .team-item-info-hover-position {
    left: 30px;
  }
}

.list-team .team-item-quote {
  background: white;
}

.list-claves {
  height: 100%;
}

@media (max-width: 991px) {
  .list-claves {
    height: auto;
  }
}

.list-claves .clave-item {
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  height: 50%;
}

@media (max-width: 991px) {
  .list-claves .clave-item {
    height: auto;
    border-right: 0;
    border-bottom: 2px solid white;
    min-height: 450px;
  }
}

.list-claves .clave-item:nth-child(n+3) {
  border-bottom: none;
}

@media (max-width: 991px) {
  .list-claves .clave-item:nth-child(n+3) {
    border-bottom: 2px solid white;
  }
}

.list-claves .clave-item:nth-child(2),
.list-claves .clave-item:last-child {
  border-right: none;
}

.list-claves .clave-item-info {
  position: relative;
  height: 100%;
  text-align: center;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}

.list-claves .clave-item-info-hover {
  position: absolute;
  top: 0;
  width: 100%;
  display: none;
  height: 100%;
}

.list-claves .clave-item-info-hover-quote {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 1499px) {
  .list-claves .clave-item-info-hover-quote {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 1299px) {
  .list-claves .clave-item-info-hover-quote {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .list-claves .clave-item-info-hover-quote {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 575px) {
  .list-claves .clave-item-info-hover-quote {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.list-claves .clave-item-info:hover {
  background: white;
  background-image: none !important;
}

.list-claves .clave-item-info:hover .clave-item-info-hover {
  display: block;
}

.list-compromiso {
  height: 100%;
}

@media (max-width: 991px) {
  .list-compromiso {
    height: auto;
  }
}

.list-compromiso .compromiso-item {
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  min-height: 600px;
}

@media (max-width: 991px) {
  .list-compromiso .compromiso-item {
    height: auto;
    border-right: 0;
    border-bottom: 2px solid white;
    min-height: 250px;
  }
}

.list-compromiso .compromiso-item:nth-child(n+4) {
  border-bottom: none;
}

@media (max-width: 991px) {
  .list-compromiso .compromiso-item:nth-child(n+4) {
    border-bottom: 2px solid white;
  }
}

.list-compromiso .compromiso-item:nth-child(3),
.list-compromiso .compromiso-item:last-child {
  border-right: none;
}

.list-compromiso .compromiso-item-info {
  position: relative;
  height: 100%;
  margin: 8.33% 16.66%;
}

@media (max-width: 1299px) {
  .list-compromiso .compromiso-item-info img {
    width: 75px;
  }
}

.list-compromiso .compromiso-item-info-title {
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 300;
}

@media (max-width: 1499px) {
  .list-compromiso .compromiso-item-info-title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (max-width: 1299px) {
  .list-compromiso .compromiso-item-info-title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

@media (max-width: 991px) {
  .list-compromiso .compromiso-item-info-title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

@media (max-width: 575px) {
  .list-compromiso .compromiso-item-info-title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.list-compromiso .compromiso-item-info-text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
}

@media (max-width: 1499px) {
  .list-compromiso .compromiso-item-info-text {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 1299px) {
  .list-compromiso .compromiso-item-info-text {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .list-compromiso .compromiso-item-info-text {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 575px) {
  .list-compromiso .compromiso-item-info-text {
    font-size: 16px;
    font-size: 1rem;
  }
}

.arrow1,
.arrow4 {
  position: relative;
}

.arrow1:after,
.arrow4:after {
  content: url(/images/arrow-team.png?7ea2d73c0bf6904b884fbfb3bce0c98b);
  position: absolute;
  right: -1px;
  top: calc(50% - 28px);
}

@media (max-width: 575px) {
  .arrow1:after,
  .arrow4:after {
    content: none;
  }
}

.arrow2,
.arrow5 {
  position: relative;
}

.arrow2:after,
.arrow5:after {
  content: url(/images/arrow-team.png?7ea2d73c0bf6904b884fbfb3bce0c98b);
  position: absolute;
  bottom: -16px;
  left: calc(50% - 28px);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media (max-width: 575px) {
  .arrow2:after,
  .arrow5:after {
    content: none;
  }
}

.arrow3,
.arrow6 {
  position: relative;
}

.arrow3:after,
.arrow6:after {
  content: url(/images/arrow-team.png?7ea2d73c0bf6904b884fbfb3bce0c98b);
  position: absolute;
  left: -1px;
  top: calc(50% - 28px);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 575px) {
  .arrow3:after,
  .arrow6:after {
    content: none;
  }
}

.google-map {
  width: 100%;
  min-height: 525px;
  max-height: 740px;
  position: relative;
  height: 0;
}

@media (max-width: 1299px) {
  .google-map {
    padding-bottom: 40%;
  }
}

.google-map.full {
  height: 100%;
  max-height: 100%;
}

.infoContent {
  background-color: #ed1c24;
  color: white;
  width: 290px;
  padding: 25px 30px;
  overflow: hidden;
}

.infoContent .infoContent-text p {
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 5px 0;
}

@media (max-width: 1499px) {
  .infoContent .infoContent-text p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (max-width: 1299px) {
  .infoContent .infoContent-text p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (max-width: 991px) {
  .infoContent .infoContent-text p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (max-width: 575px) {
  .infoContent .infoContent-text p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.infoContent .infoContent-text p.title {
  font-size: 20px;
  font-size: 1.25rem;
  border-bottom: 1px solid white;
  text-transform: uppercase;
  margin-bottom: 25px;
}

@media (max-width: 1499px) {
  .infoContent .infoContent-text p.title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 1299px) {
  .infoContent .infoContent-text p.title {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .infoContent .infoContent-text p.title {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 575px) {
  .infoContent .infoContent-text p.title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.infoContent .infoContent-text p a {
  color: white;
  text-decoration: none;
}

.results {
  margin-top: 30px;
  max-height: 270px;
  overflow: auto;
}

.results .item-result {
  margin-bottom: 30px;
}

.results .item-result p {
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 5px 0;
  text-transform: capitalize;
}

@media (max-width: 1499px) {
  .results .item-result p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (max-width: 1299px) {
  .results .item-result p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (max-width: 991px) {
  .results .item-result p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (max-width: 575px) {
  .results .item-result p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.results .item-result p:first-of-type {
  text-transform: uppercase;
  color: #ed1c24;
  font-weight: bold;
}

.results .item-result p a {
  color: #ed1c24;
  text-decoration: underline;
}

@media (max-width: 1499px) {
  .results .item-result {
    margin-bottom: 20px;
  }
}

@media (max-width: 1499px) {
  .results {
    margin-top: 15px;
    max-height: 125px;
  }
}

@media (max-width: 1299px) {
  .results {
    margin-top: 15px;
    max-height: 450px;
  }
}

.results::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  background-color: #FFF;
}

.results::-webkit-scrollbar {
  width: 4px;
  background-color: #FFF;
}

.results::-webkit-scrollbar-thumb {
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #ed1c24;
}

.noticia {
  border-bottom: 2px solid #f1f1f1;
  padding-bottom: 40px;
}

.noticia-title {
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 300;
  color: #222222;
}

@media (max-width: 1499px) {
  .noticia-title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (max-width: 1299px) {
  .noticia-title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

@media (max-width: 991px) {
  .noticia-title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

@media (max-width: 575px) {
  .noticia-title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.noticia-excerpt {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  color: #808080;
}

@media (max-width: 1499px) {
  .noticia-excerpt {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 1299px) {
  .noticia-excerpt {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .noticia-excerpt {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 575px) {
  .noticia-excerpt {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.noticia:last-of-type {
  border: none;
  padding-bottom: 0;
}

@media (max-width: 991px) {
  .noticia:last-of-type {
    padding-bottom: 40px;
  }
}

.overlay {
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  display: none;
}

.overlay.is-open {
  display: block;
}

.overlay-video {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
}

.overlay-video .embed-responsive {
  width: 80%;
  padding: 5%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.overlay-video .close-overlay {
  position: absolute;
  top: 50px;
  right: 50px;
  width: 35px;
  cursor: pointer;
}

@media (max-width: 991px) {
  .overlay-video .close-overlay {
    top: 25px;
    right: 25px;
  }
}

.home .direccion {
  margin-top: 90px;
}

.home .direccion p {
  color: #808080;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
}

@media (max-width: 1499px) {
  .home .direccion p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 1299px) {
  .home .direccion p {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .home .direccion p {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 575px) {
  .home .direccion p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 991px) {
  .home .direccion {
    margin-top: 40px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .home .section-home-productos {
    height: auto !important;
    background: #222222;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .home .section-home-productos .section-block-sidebar {
    height: 100% !important;
  }
}

.section-accesorios {
  height: 100%;
  background-color: #fff;
  position: relative;
}

.section-accesorios-item .accesorio-item-wrapper {
  background-color: #f1f1f1;
  border-bottom: white solid 2px;
}

.section-accesorios-item .accesorio-item-wrapper-image {
  display: block;
  margin: auto;
  position: relative;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
  -webkit-transform: perspective(1px) translateY(-50%);
  padding: 30px;
}

@media (max-width: 1299px) {
  .section-accesorios-item .accesorio-item-wrapper-image {
    -webkit-transform: none;
            transform: none;
    top: inherit;
  }
}

.section-accesorios-item .accesorio-item-text {
  border-bottom: #f1f1f1 solid 2px;
}

.section-accesorios-item:last-child .accesorio-item-wrapper {
  border-bottom: none;
}

.section-accesorios-item:last-child .accesorio-item-text {
  border-bottom: none;
}

.accesorios-images {
  background-color: #f1f1f1;
  display: block;
  height: 100%;
  position: relative;
  left: 0;
  top: 0;
  width: 75%;
  z-index: 1;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  /*background-image: url('../images/products/bandeja-image.png');*/
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
}

@media (max-width: 1299px) {
  .accesorios-images {
    display: none;
  }
}

.section-product {
  height: calc(100vh - 76px);
  /** Slider (left) **/
  /** Product info (right) **/
  /** Product change **/
}

@media (max-width: 1499px) {
  .section-product {
    height: 100%;
  }
}

.section-product-slider {
  border-right: #fff 1px solid;
}

@media (max-width: 991px) {
  .section-product-slider {
    border-right: none;
    padding: 20px 0px;
  }
}

.section-product-slider .swiper-container {
  cursor: pointer;
  height: 95%;
  top: 50%;
  position: relative;
  top: 50%;
  -webkit-transform: perspective(1px) translateY(-50%);
          transform: perspective(1px) translateY(-50%);
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .section-product-slider .swiper-container {
    -webkit-transform: none;
            transform: none;
  }
}

@media (max-width: 1299px) {
  .section-product-slider .swiper-container {
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1499px) {
  .section-product-slider .swiper-container {
    width: 75%;
    height: 76%;
    top: 38%;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .section-product-slider .swiper-container {
    top: 0;
  }
}

@media (max-width: 991px) {
  .section-product-slider .swiper-container {
    -webkit-transform: none;
            transform: none;
    top: 0;
  }
}

.section-product-slider .swiper-container .swiper-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: block;
}

.section-product-slider .swiper-container .swiper-wrapper .swiper-slide img {
  max-width: 100%;
}

@media (max-width: 991px) {
  .section-product-slider .swiper-container .swiper-wrapper .swiper-slide {
    display: block;
    height: 100%;
  }
}

.section-product-slider .swiper-container .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  width: 10px;
  height: 10px;
}

.section-product-slider .swiper-container .swiper-pagination-bullet-active {
  background: #dc3545;
}

.section-product-info {
  border-left: #fff 1px solid;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  padding: 0;
}

.section-product-info-content {
  padding: 40px 70px 0px;
  overflow-y: scroll;
  width: 90%;
  height: 90%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

@media (max-width: 1299px) {
  .section-product-info-content {
    padding: 40px 20px;
  }
}

.section-product-info-content::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

.section-product-info .breadcrumb {
  background: transparent;
  position: relative;
  text-align: left;
}

@media (max-width: 1299px) {
  .section-product-info .breadcrumb {
    left: 0px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.section-product-info .breadcrumb-list {
  color: #808080;
  list-style: none;
  margin: 0;
  padding: 0;
}

.section-product-info .breadcrumb-list-item {
  display: inline;
  position: relative;
}

.section-product-info .breadcrumb-list-item a {
  color: #808080;
}

.section-product-info .breadcrumb-list-item:after {
  content: '/';
  right: 0;
}

.section-product-info .breadcrumb-list-item:last-of-type {
  font-weight: 700;
}

.section-product-info .breadcrumb-list-item:last-of-type:after {
  content: none;
}

.section-product-info-header {
  padding: 15px 0px;
}

.section-product-info-header-title {
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 300;
  margin: 50px 0;
}

@media (max-width: 1499px) {
  .section-product-info-header-title {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

@media (max-width: 1299px) {
  .section-product-info-header-title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (max-width: 991px) {
  .section-product-info-header-title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

@media (max-width: 575px) {
  .section-product-info-header-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.section-product-info-header-subtitle {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
}

@media (max-width: 1499px) {
  .section-product-info-header-subtitle {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 1299px) {
  .section-product-info-header-subtitle {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .section-product-info-header-subtitle {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 575px) {
  .section-product-info-header-subtitle {
    font-size: 16px;
    font-size: 1rem;
  }
}

.section-product-info-details {
  padding: 10px 0px;
}

.section-product-info-details h2,
.section-product-info-details h3,
.section-product-info-details h4 {
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: uppercase;
  padding-top: 10px;
}

@media (max-width: 1499px) {
  .section-product-info-details h2,
  .section-product-info-details h3,
  .section-product-info-details h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 1299px) {
  .section-product-info-details h2,
  .section-product-info-details h3,
  .section-product-info-details h4 {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .section-product-info-details h2,
  .section-product-info-details h3,
  .section-product-info-details h4 {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 575px) {
  .section-product-info-details h2,
  .section-product-info-details h3,
  .section-product-info-details h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.section-product-info-details .subtitle {
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: uppercase;
  padding-top: 10px;
  font-weight: bold;
}

@media (max-width: 1499px) {
  .section-product-info-details .subtitle {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 1299px) {
  .section-product-info-details .subtitle {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .section-product-info-details .subtitle {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 575px) {
  .section-product-info-details .subtitle {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.section-product .change-product {
  position: fixed;
  top: calc(100vh - 76px);
  z-index: 5;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 991px) {
  .section-product .change-product {
    top: calc(100vh - 60px);
  }
}

.section-product .change-product-link {
  z-index: 5;
  width: 75px;
  height: 75px;
  background-color: #000;
  display: block;
}

@media (max-width: 991px) {
  .section-product .change-product-link {
    width: 60px;
    height: 60px;
  }
}

.section-product .change-product-link-image {
  margin: 25px;
  width: 20px;
}

@media (max-width: 991px) {
  .section-product .change-product-link-image {
    margin: 20px;
    width: 15px;
  }
}

.section-product .change-product-title {
  z-index: 4;
  background-color: #000;
  height: 75px;
  position: absolute;
  min-width: 500px;
  color: #fff;
  padding: 10px 30px;
}

@media (max-width: 991px) {
  .section-product .change-product-title {
    height: 60px;
    min-width: 200px;
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.section-product .change-product-previous {
  left: 0px;
}

.section-product .change-product-previous .change-product-title {
  left: -500px;
}

.section-product .change-product-next {
  right: 0px;
}

.section-product .change-product-next .change-product-title {
  right: -500px;
}

.section-product-normal .change-product {
  position: fixed;
  top: calc(100vh - 76px);
  z-index: 5;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 991px) {
  .section-product-normal .change-product {
    top: calc(100vh - 60px);
  }
}

.section-product-normal .change-product-link {
  z-index: 5;
  width: 75px;
  height: 75px;
  background-color: #000;
  display: block;
}

@media (max-width: 991px) {
  .section-product-normal .change-product-link {
    width: 60px;
    height: 60px;
  }
}

.section-product-normal .change-product-link-image {
  margin: 25px;
  width: 20px;
}

@media (max-width: 991px) {
  .section-product-normal .change-product-link-image {
    margin: 20px;
    width: 15px;
  }
}

.section-product-normal .change-product-title {
  z-index: 4;
  background-color: #000;
  height: 75px;
  position: absolute;
  min-width: 500px;
  color: #fff;
  padding: 10px 30px;
}

@media (max-width: 991px) {
  .section-product-normal .change-product-title {
    height: 60px;
    min-width: 200px;
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.section-product-normal .change-product-previous {
  left: 0px;
}

.section-product-normal .change-product-previous .change-product-title {
  left: -500px;
}

.section-product-normal .change-product-next {
  right: 0px;
}

.section-product-normal .change-product-next .change-product-title {
  right: -500px;
}

.history-content {
  background: #f1f1f1;
  position: relative;
}

.history-images {
  background-color: #f1f1f1;
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  width: 50%;
  z-index: 1;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(/images/historia1.jpg?b038d60a302e6de87809e495bb7760e2);
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
}

@media (max-width: 991px) {
  .history-images {
    display: none;
  }
}

.history-section img,
.history-header img {
  max-width: 100%;
  margin-bottom: 2rem;
}

@media (min-width: 1300px) {
  .history-section img,
  .history-header img {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 992px) {
  .history-section img,
  .history-header img {
    display: none;
  }
}

.history-section img.last,
.history-header img.last {
  display: none;
}

@media (min-width: 992px) {
  .history-section img.last,
  .history-header img.last {
    display: block;
    margin: 0;
  }
}

.history-section {
  height: 100vh;
}

@media (max-width: 991px) {
  .history-section {
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (min-width: 1500px) {
  .history-section.image-change-trigger {
    margin-bottom: 50vh;
  }
}

.history-section p {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
}

@media (max-width: 1499px) {
  .history-section p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 1299px) {
  .history-section p {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .history-section p {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 575px) {
  .history-section p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.history-section p.intro {
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 300;
  margin-bottom: 100px;
}

@media (max-width: 1499px) {
  .history-section p.intro {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

@media (max-width: 1299px) {
  .history-section p.intro {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (max-width: 991px) {
  .history-section p.intro {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

@media (max-width: 575px) {
  .history-section p.intro {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media (max-width: 1499px) {
  .history-section p.intro {
    margin-bottom: 50px;
  }
}

.history-section p.year {
  font-size: 80px;
  font-size: 5rem;
  font-weight: 400;
}

@media (max-width: 1499px) {
  .history-section p.year {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

@media (max-width: 1299px) {
  .history-section p.year {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

@media (max-width: 991px) {
  .history-section p.year {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}

@media (max-width: 575px) {
  .history-section p.year {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

@media (max-width: 1499px) {
  .history-section p.year {
    margin-top: none;
  }
}

@media (min-width: 1500px) {
  .history-header {
    position: relative;
    height: 100vh;
  }
}

@media (min-width: 1500px) {
  .history-header > .container-fluid {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

.download-link {
  font-weight: 700;
  font-family: "nimbus-sans", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  color: #222222;
  display: block;
  position: absolute;
  bottom: 50px;
}

@media (max-width: 1499px) {
  .download-link {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 1299px) {
  .download-link {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .download-link {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 575px) {
  .download-link {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.download-link:hover {
  color: #222222;
}

.download-link::before {
  content: url(/images/download.svg);
  margin-right: 20px;
  position: relative;
  bottom: -5px;
}

@media (max-width: 1299px) {
  .download-link {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 15px;
  }
}

@media (max-width: 991px) {
  .download-link {
    position: relative;
    bottom: 0px;
  }
}

@media (max-width: 991px) {
  .section-testimonials {
    min-height: 400px;
    height: auto !important;
  }
}

.section-testimonials .top-title {
  margin-top: 30px;
  display: inline-block;
}

.slider {
  height: 100vh;
}

@media (max-width: 991px) {
  .slider {
    height: auto;
  }
}

.slick-list,
.slick-track {
  height: 100vh;
}

@media (max-width: 991px) {
  .slick-list,
  .slick-track {
    height: auto;
  }
}

.slick-slide {
  position: relative;
  top: 50%;
  -webkit-transform: perspective(1px) translateY(-50%);
          transform: perspective(1px) translateY(-50%);
}

.slick-slide img {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (max-width: 991px) {
  .slick-slide {
    -webkit-transform: none;
            transform: none;
  }
}

.full-height {
  height: 100vh;
}

@media (max-width: 991px) {
  .full-height {
    height: auto;
  }
}

.full-height-sidebar {
  height: 100%;
}

@media (max-width: 991px) {
  .full-height-sidebar {
    height: auto;
  }
}

.items-porque {
  position: relative;
  height: auto;
}

.items-porque .sidebar-porque {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.items-personas {
  position: relative;
  height: auto;
}

.items-personas .sidebar-personas {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.items-personas .sidebar-personas .full {
  padding-top: 76px;
  height: 100%;
}

@media (max-width: 991px) {
  .items-personas .sidebar-personas .full {
    padding: 30px 20px;
  }
}

@media (max-width: 991px) {
  .items-personas .sidebar-personas .full {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .items-personas .sidebar-personas {
    position: relative;
    height: auto;
  }
}

.section-ventaja {
  height: auto;
}

.section-ventaja-wrapper {
  padding: 10% 0%;
}

.section-ventaja-wrapper .ventaja-title {
  font-size: 40px;
  font-size: 2.5rem;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .section-ventaja-wrapper .ventaja-title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (max-width: 991px) {
  .section-ventaja-wrapper {
    padding: 5% 0%;
  }
}

.section-ventaja-image {
  width: 100%;
  position: absolute;
}

@media (max-width: 991px) {
  .section-ventaja-image {
    position: relative;
    height: 100%;
  }
}

.section-ventaja .ventaja-image-first {
  top: 0;
}

.section-ventaja .ventaja-image-last {
  bottom: 0;
}

.section-ventaja-list {
  list-style-image: url(/images/list-icon.png?c5166fc0b14faa49a18406644af850c6);
}

.section-ventaja-list-item {
  padding: 20px;
}

.section-ventaja-list-item-title {
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .section-ventaja-list-item {
    padding: 10px;
  }
}

.salva-link-image {
  display: block;
  height: 100%;
  right: 0;
  top: 0;
  width: 50%;
  width: calc(50%);
  z-index: 1;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
}

@media (max-width: 991px) {
  .salva-link-image {
    display: none;
  }
}

.stuck {
  position: fixed;
}

.section-funciones {
  height: auto;
}

.section-funciones-image {
  width: 100%;
}

@media (max-width: 991px) {
  .section-funciones-image {
    position: relative;
    height: 100%;
  }
}

.section-funciones-list {
  list-style-image: url(/images/list-icon.png?c5166fc0b14faa49a18406644af850c6);
}

.section-funciones-list-item {
  padding: 20px;
}

@media (max-width: 991px) {
  .section-testimonios {
    padding: 25px 0px;
  }
}

.section-productos .sidebar-category {
  height: 100%;
}

@media (max-width: 991px) {
  .section-productos .sidebar-category {
    height: auto;
    position: relative;
  }
}

.section-productos .category-item:nth-child(n+4) {
  border-top: 2px solid white;
}

.section-productos .list-category-items > .category-item:last-of-type {
  border-top: 2px solid white;
}

.section-productos .list-category-items .category-item {
  height: auto;
}

.fix-title.fixed {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  height: 100vh;
}

.contact-options {
  margin-top: 75px;
  margin-bottom: 75px;
}

.contact-options-title {
  color: #222222;
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 400;
}

@media (max-width: 1499px) {
  .contact-options-title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (max-width: 1299px) {
  .contact-options-title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

@media (max-width: 991px) {
  .contact-options-title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

@media (max-width: 575px) {
  .contact-options-title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.contact-options-text {
  color: #222222;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  margin-bottom: 5px;
}

@media (max-width: 1499px) {
  .contact-options-text {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 1299px) {
  .contact-options-text {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .contact-options-text {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 575px) {
  .contact-options-text {
    font-size: 16px;
    font-size: 1rem;
  }
}

.contact-options-text span {
  font-weight: bold;
  margin-top: 5px;
}

.contact-options-link {
  color: #ed1c24;
  text-decoration: underline;
  cursor: pointer;
}

.contact-options-link:hover {
  color: #ed1c24;
}

@media (max-width: 1299px) {
  .contact-options img {
    margin-top: 30px;
  }
}

.obligatorios {
  color: #808080;
  font-size: 18px;
  font-size: 1.125rem;
}

@media (max-width: 1499px) {
  .obligatorios {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 1299px) {
  .obligatorios {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .obligatorios {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 575px) {
  .obligatorios {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 1299px) {
  .obligatorios {
    padding: 20px 0;
  }
}

.section-legal {
  background: #f1f1f1;
  padding: 120px 0;
}

@media (max-width: 1299px) {
  .section-legal {
    padding: 120px 0;
  }
}

.section-legal h3 {
  text-transform: uppercase;
  font-size: 20px;
  font-size: 1.25rem;
  margin: 40px 0;
}

@media (max-width: 1499px) {
  .section-legal h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 1299px) {
  .section-legal h3 {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .section-legal h3 {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 575px) {
  .section-legal h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.section-legal p {
  color: #202020;
  font-size: 20px;
  font-size: 1.25rem;
}

@media (max-width: 1499px) {
  .section-legal p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 1299px) {
  .section-legal p {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .section-legal p {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 575px) {
  .section-legal p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.section-legal p a {
  color: #222222;
}
