/*********************************************************
*   Project: Omnilife New Website                        *
*   Author: IT & Digital MKT                             *
*   Spacing: 2                                           *
*   Index                                                *
*                                                        *
*   1. Global Styles                                     *
*     1.1. Typography                                    *
*     1.2. Reset                                         *
*   2. Layout                                            *
*   3. Components                                        *
*   4. Helpers                                           *
*   5. Pages                                             *
*   6. Responsive                                        *
**********************************************************/

/*********************** How to Use? *********************
*   .selector {                                          *
*     ** Positioning **                                  *
*     position: absolute;                                *
*     z-index: 10;                                       *
*     top: 0;                                            *
*     right: 0;                                          *
*                                                        *
*     ** Display & Box Model **                          *
*     display: inline-block;                             *
*     overflow: hidden;                                  *
*     box-sizing: border-box;                            *
*     width: 100px;                                      *
*     height: 100px;                                     *
*     padding: 10px;                                     *
*     border: 10px solid #333;                           *
*     margin: 10px;                                      *
*                                                        *
*     ** Color **                                        *
*     background: #000;                                  *
*     color: #fff                                        *
*                                                        *
*     ** Text **                                         *
*     font-family: sans-serif;                           *
*     font-size: 16px;                                   *
*     line-height: 1.4;                                  *
*     text-align: right;                                 *
*                                                        *
*     ** Other **                                        *
*     cursor: pointer;                                   *
*   }                                                    *
*                                                        *
*********************************************************/

/*********************************************************
**                                                      **
**                 1. Global Style                      **
**                                                      **
*********************************************************/
@font-face {
  font-family: 'Geomanist';
  src: url("../fonts/geomanist/Geomanist-Regular.eot");
  src: url("../fonts/geomanist/Geomanist-Regular.eot?#iefix") format('embedded-opentype'), url("../fonts/geomanist/Geomanist-Regular.woff2") format('woff2'), url("../fonts/geomanist/Geomanist-Regular.woff") format('woff'), url("../fonts/geomanist/Geomanist-Regular.ttf") format('truetype'), url("../fonts/geomanist/Geomanist-Regular.svg#geomanist_regular") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Geomanist';
  src: url("../fonts/geomanist/Geomanist-Medium.eot");
  src: url("../fonts/geomanist/Geomanist-Medium.eot?#iefix") format('embedded-opentype'), url("../fonts/geomanist/Geomanist-Medium.woff2") format('woff2'), url("../fonts/geomanist/Geomanist-Medium.woff") format('woff'), url("../fonts/geomanist/Geomanist-Medium.ttf") format('truetype'), url("../fonts/geomanist/Geomanist-Medium.svg#geomanist_medium") format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Geomanist';
  src: url("../fonts/geomanist/Geomanist-ExtraLight.eot");
  src: url("../fonts/geomanist/Geomanist-ExtraLight.eot?#iefix") format('embedded-opentype'), url("../fonts/geomanist/Geomanist-ExtraLight.woff2") format('woff2'), url("../fonts/geomanist/Geomanist-ExtraLight.woff") format('woff'), url("../fonts/geomanist/Geomanist-ExtraLight.ttf") format('truetype'), url("../fonts/geomanist/Geomanist-ExtraLight.svg#geomanist_extralight") format('svg');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Geomanist';
  src: url("../fonts/geomanist/Geomanist-Light.eot");
  src: url("../fonts/geomanist/Geomanist-Light.eot?#iefix") format('embedded-opentype'), url("../fonts/geomanist/Geomanist-Light.woff2") format('woff2'), url("../fonts/geomanist/Geomanist-Light.woff") format('woff'), url("../fonts/geomanist/Geomanist-Light.ttf") format('truetype'), url("../fonts/geomanist/Geomanist-Light.svg#geomanist_light") format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Geomanist';
  src: url("../fonts/geomanist/Geomanist-Bold.eot");
  src: url("../fonts/geomanist/Geomanist-Bold.eot?#iefix") format('embedded-opentype'), url("../fonts/geomanist/Geomanist-Bold.woff2") format('woff2'), url("../fonts/geomanist/Geomanist-Bold.woff") format('woff'), url("../fonts/geomanist/Geomanist-Bold.ttf") format('truetype'), url("../fonts/geomanist/Geomanist-Bold.svg#geomanist_bold") format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Geomanist Book';
  src: url("../fonts/geomanist/Geomanist-Book.eot");
  src: url("../fonts/geomanist/Geomanist-Book.eot?#iefix") format('embedded-opentype'), url("../fonts/geomanist/Geomanist-Book.woff2") format('woff2'), url("../fonts/geomanist/Geomanist-Book.woff") format('woff'), url("../fonts/geomanist/Geomanist-Book.ttf") format('truetype'), url("../fonts/geomanist/Geomanist-Book.svg#geomanist_book") format('svg');
  font-weight: normal;
  font-style: normal;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
details,
section,
summary,
aside,
main,
menu,
nav,
figcaption,
figure,
footer,
header,
hgroup {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
b,
strong {
  font-weight: bold;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  cursor: pointer;
  -webkit-appearance: button;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type='checkbox'],
input[type='radio'] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
input[type='search'] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
body {
  font-family: 'Roboto', sans-serif;
}
a {
  text-decoration: none;
}
button {
  outline: none;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
}
figure {
  margin: 0;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*********************************************************
**                                                      **
**                 1. Themes                            **
**                                                      **
*********************************************************/

body.theme--lightgray {
  background: #f4f4f6;
}

body.theme--seytu {
  background-color: #f7c3a4;
}

body.theme--nfuerza {
  background: #43cbd4;
}

.spritesheet {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  text-align: center;
}
.wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 1290px;
  width: 92%;
  z-index: 10;
}

/*********************************************************
**                                                      **
**                 1. Responsive                        **
**                                                      **
*********************************************************/

@media (max-width: 767px) {
  .wrapper.full-size-mobile {
    width: 100%;
  }
}
.main-content {
  position: relative;
  /*padding-top: 53px;*/
}
@media (min-width: 768px) {
  .main-content {
    /*padding-top: 60px;*/
  }
}
@media (min-width: 1024px) {
  .main-content {
    /*padding-top: 66px;*/
  }
}
.overlay {
  background-color: rgba(0,0,0,0.7);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 101;
}
.hidden {
  display: none;
}
.visible {
  display: block !important;
}
.highlight {
  color: #fba343 !important;
}
.bold {
  font-weight: 700;
}
.small-proportion {
  font-size: 0.8em;
}
.align-center {
  text-align: center;
}
.desk {
  display: none;
}
@media screen and (min-width: 768px) {
  .desk {
    display: initial;
  }
}
@media screen and (min-width: 768px) {
  .mov {
    display: none !important;
  }
}
.icon-cross {
  color: #fff;
  height: 21px;
  position: relative;
}
.icon-cross:before,
.icon-cross:after {
  background-color: currentColor;
  content: '';
  display: block;
  height: inherit;
  margin-left: -1px;
  position: absolute;
  top: 0;
  left: 50%;
  width: 3px;
}
.icon-cross:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.icon-cross:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.list-nostyle {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.avatar {
  border-radius: 50%;
  overflow: hidden;
  margin: 0 12px;
}
.avatar.small {
  width: 28px;
  height: 28px;
}
.avatar.smallx {
  width: 80px;
  height: 80px;
}
.avatar.medium {
  width: 150px;
  height: 150px;
}
.avatar img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .avatar.small {
    height: 38px;
    width: 38px;
  }
}
.dropdown {
  cursor: pointer;
  position: relative;
  will-change: opacity;
}
.dropdown-toggle {
  display: block;
  padding-right: 12px;
  position: relative;
}
.dropdown-toggle:after {
  content: '';
  display: block;
  border-top: 4px solid currentColor;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 7px;
}
.dropdown-list {
  max-height: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: -ms-max-content;
  width: max-content;
  z-index: -1;
  -webkit-box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.2);
  box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.2);
}
@media screen and (min-width: 768px) {
  .dropdown-list {
    background-color: #120918;
    border: solid 1px #2b2b2b;
    margin: 0;
    max-height: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    padding: 0;
    position: absolute;
    right: 0;
    top: 20px;
    z-index: -1;
  }
}
.dropdown-list ul {
  position: relative;
  max-height: 200px;
  overflow: auto;
}
.dropdown.active {
  z-index: 2;
}
.dropdown.active .dropdown-list {
  max-height: none;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  z-index: 1;
  overflow-y: auto;
}
.dropdown.active .dropdown-item {
  z-index: 1;
}
.dropdown-item {
  color: rgba(255,255,255,0.8);
  font-size: 0.75em;
  line-height: 1.5;
  padding: 8px 10px;
}
.dropdown-item a {
  color: currentColor;
  display: block;
  width: 100%;
  white-space: nowrap;
}
.dropdown-item.highlight {
  color: #fba343;
}
@media screen and (min-width: 768px) {
  .dropdown-item {
    position: relative;
    z-index: -1;
    border-top: solid 1px #2b2b2b;
  }
  .dropdown-item:first-child {
    border-top: none;
  }
  .dropdown-item:hover {
    background: #2b2b2b;
  }
  .dropdown-item:hover a {
    color: #fba343;
  }
}
.dropdown.border {
  border: 1px solid #fff;
  border-radius: 15px;
  margin: auto;
}
.dropdown.hasicons .dropdown-item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.dropdown.light {
  padding: 6px 12px;
  color: #fff;
}
.dropdown.light .dropdown-list {
  background-color: #fff;
  border: none;
  border-radius: 6px;
  position: absolute;
  top: 1.6rem;
  right: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .dropdown.light .dropdown-list {
    top: 2rem;
  }
}
.dropdown.light .dropdown-list.active {
  padding-top: 6px;
  padding-bottom: 6px;
}
.dropdown.light .dropdown-item {
  color: #673167;
  border: none;
}
.dropdown.light .dropdown-item:hover {
  background-color: rgba(154,46,155,0.2);
}
.dropdown.light .dropdown-item.highlight {
  background-color: rgba(154,46,155,0.2);
}
.buttons-container {
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.step {
  background-color: #fff;
  display: none;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.step.active {
  display: block;
  position: relative;
  z-index: 1;
}
.fade-in-down {
  -webkit-animation: fadeInDown 0.3s ease-out;
  -moz-animation: fadeInDown 0.3s ease-out;
  -o-animation: fadeInDown 0.3s ease-out;
  -ms-animation: fadeInDown 0.3s ease-out;
  animation: fadeInDown 0.3s ease-out;
}
.ps-container {
  position: relative;
}
@-moz-keyframes fadeInDown {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
::-webkit-input-placeholder {
  color: #8a8a8a;
}
::-moz-placeholder {
  color: #8a8a8a;
}
:-ms-input-placeholder {
  color: #8a8a8a;
}
:-moz-placeholder {
  color: #8a8a8a;
}
::placeholder {
  color: #8a8a8a;
}
.form-row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  /*margin: 40px auto 0;*/
  max-width: 710px;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .form-row.left {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -o-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .form-row.left .form-group {
    margin-right: 4rem;
    -webkit-box-flex: 12;
    -moz-box-flex: 12;
    -o-box-flex: 12;
    box-flex: 12;
    -webkit-flex: 12;
    -ms-flex: 12;
    flex: 12;
  }
}
.form-group {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}
.form-group.hidden {
  display: none !important;
}
.form-group.small {
  max-width: 80px;
}
@media screen and (min-width: 768px) {
  .form-group.small {
    max-width: 100px;
  }
}
@media screen and (min-width: 768px) {
  .form-group.medium {
    -webkit-flex-basis: 31.3333%;
    flex-basis: 31.3333%;
  }
}
@media screen and (min-width: 768px) {
  .form-group.mediumx {
    -webkit-flex-basis: 48%;
    flex-basis: 48%;
  }
}
@media screen and (min-width: 768px) {
  .form-group.large {
    -webkit-flex-basis: 64.6666%;
    flex-basis: 64.6666%;
  }
}
.form-label {
  color: #666;
  font-size: 0.875rem;
  margin: 7px 0;
}
.form-label.block {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.875em;
  height: 36px;
  outline: none;
  position: relative;
  padding: 6px 1.125rem;
  resize: none;
  width: 100%;
  /*@media screen and (-webkit-min-device-pixel-ratio 0)
    font-size 16px
    &:focus
      font-size 16px*/
}
.form-control--search {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #8a8a8a;
  border: none;
  -webkit-box-shadow: 0 4px 9px 0 rgba(0,0,0,0.12);
  box-shadow: 0 4px 9px 0 rgba(0,0,0,0.12);
  font-size: 0.813em;
  padding: 6px 2.75em 6px 1em;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .form-control--search {
    font-size: 16px;
  }
  .form-control--search:focus {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .form-control--search::-webkit-input-placeholder {
    color: #9a2e9b;
  }
  .form-control--search::-moz-placeholder {
    color: #9a2e9b;
  }
  .form-control--search:-ms-input-placeholder {
    color: #9a2e9b;
  }
  .form-control--search:-moz-placeholder {
    color: #9a2e9b;
  }
  .form-control--search::placeholder {
    color: #9a2e9b;
  }
}
.form-control.error {
  border-color: #eb2227;
}
.form-control.textarea {
  height: 100px;
}
select.form-control {
  width: 100%;
  color: #8a8a8a;
}
select.form-control::-ms-expand {
  display: none;
}
.select {
  position: relative;
  width: 100%;
}
.select::after {
  content: '';
  border-top: 5px solid currentColor;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  pointer-events: none;
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.select.has-icon select {
  padding-left: 2rem;
  background: none;
}
.select__icon {
  position: absolute;
  top: 50%;
  left: 0.8rem;
  margin-top: -0.5rem;
}
.form-radio {
  position: relative;
  margin-right: 30px;
}
.form-radio.inline {
  display: inline-block;
}
.form-radio:last-child {
  margin-right: 0;
}
.form-radio input[type="radio"] {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.form-radio .radio-fake {
  background-color: #d8d8d8;
  border-radius: 50%;
  display: inline-block;
  height: 19px;
  position: relative;
  vertical-align: middle;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  -ms-transition: background 0.2s;
  transition: background 0.2s;
  width: 19px;
}
.form-radio .radio-label {
  color: #666;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.form-radio .radio-label .small {
  display: block;
  font-size: 0.75rem;
}
.form-radio input[type="radio"]:checked + .radio-fake {
  background-color: #fba343;
}
.form-radio.card {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .form-radio.card {
    margin-right: 0;
    margin-bottom: 0;
    width: 50%;
  }
}
.form-radio.card .radio-label {
  margin-left: 5px;
  font-size: 0.875rem;
}
@media screen and (min-width: 375px) {
  .form-radio.card .radio-label {
    margin-left: 10px;
    font-size: 1rem;
  }
}
.form-radio.card input[type="radio"]:checked ~ .card__content-wrap:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.form-radio.card input[type="radio"]:checked ~ .card__content-wrap .card__content {
  background-color: #fff;
}
.form-radio.card input[type="radio"]:checked ~ .card__content-wrap .radio-fake {
  background-color: #fba343;
}
.form-radio.card input[type="radio"]:checked ~ .card__content-wrap .card__extra {
  max-height: 500px;
}
.form-radio.card:last-child .card__content-wrap:before {
  -webkit-box-shadow: 5px 8px 15px rgba(52,10,53,0.08);
  box-shadow: 5px 8px 15px rgba(52,10,53,0.08);
}
.form-radio.card.stack {
  -webkit-flex-basis: 100% !important;
  flex-basis: 100% !important;
  width: 100%;
}
.form-radio.card.stack .card__content-wrap:before {
  -webkit-box-shadow: 0 0 20px 1px rgba(52,10,53,0.14);
  box-shadow: 0 0 20px 1px rgba(52,10,53,0.14);
  height: 80%;
  top: 10%;
}
.form-radio.card.stack .card__content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form-radio.card.stack .radio-fake {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 19px;
  -ms-flex: 0 0 19px;
  flex: 0 0 19px;
}
.form-radio.card.stack .radio-label {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: -2px;
}
.form-radio.card.stack .card__extra {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.form-radio .card__img {
  margin: 0 auto;
  max-width: 169px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.form-radio .card__img img {
  width: 100%;
}
.form-radio .card__img + .card__content-wrap .card__content {
  margin-top: 115px;
  padding-top: 115px;
}
.form-radio .card__content-wrap {
  display: block;
  position: relative;
  margin: 0 auto;
}
.form-radio .card__content-wrap:before {
  background-color: transparent;
  -webkit-box-shadow: -5px 8px 15px rgba(52,10,53,0.08);
  box-shadow: -5px 8px 15px rgba(52,10,53,0.08);
  content: '';
  display: block;
  height: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .form-radio .card__content-wrap {
    margin: 0;
  }
}
.form-radio .card__content {
  background-color: rgba(216,216,216,0.2);
  border: solid 1px #e8e8e8;
  display: block;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
  transition: background 0.3s;
  padding: 1rem;
  position: relative;
  z-index: 1;
}
.form-radio .card__title,
.form-radio .card__price {
  font-size: 0.933rem;
}
.form-radio .card__title {
  font-weight: 400;
}
.form-radio .card__price {
  font-weight: 700;
}
.form-radio .card__features {
  font-size: 0.75rem;
  margin-bottom: 1rem;
  padding: 0;
}
.form-radio .card__extra {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s;
  -moz-transition: max-height 0.3s;
  -o-transition: max-height 0.3s;
  -ms-transition: max-height 0.3s;
  transition: max-height 0.3s;
}
@media screen and (min-width: 768px) {
  .form-radio .card__extra {
    margin-left: 1.5rem;
  }
}
.form-radio .card__extra .form-row {
  margin: 22px 0 0;
}
.form-radio .card__extra .form-group {
  margin: 0 auto 10px;
}
.form-radio .card__extra .form-group.small {
  max-width: 80px;
}
.form-radio .card__extra .form-group.space {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  -o-box-pack: distribute;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.form-radio .card__extra .form-group.space .form-group {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.form-radio .card__extra .form-label {
  text-align: left;
}
.form-checkbox {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-right: 30px;
}
.form-checkbox.inline {
  display: inline-block;
  width: auto;
}
.form-checkbox:last-child {
  margin-right: 0;
}
.form-checkbox input[type="checkbox"] {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.form-checkbox .checkbox-fake {
  background-color: #d8d8d8;
  border-radius: 2px;
  display: inline-block;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 19px;
  -ms-flex: 0 0 19px;
  flex: 0 0 19px;
  height: 19px;
  position: relative;
  vertical-align: middle;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  -ms-transition: background 0.2s;
  transition: background 0.2s;
  width: 19px;
}
.form-checkbox .checkbox-fake:before,
.form-checkbox .checkbox-fake:after {
  background-color: #fff;
  content: '';
  display: none;
  height: 3px;
  position: absolute;
  left: 0;
  top: 0;
}
.form-checkbox .checkbox-fake:before {
  -webkit-transform: translate(3px, 10px) rotate(45deg);
  -moz-transform: translate(3px, 10px) rotate(45deg);
  -o-transform: translate(3px, 10px) rotate(45deg);
  -ms-transform: translate(3px, 10px) rotate(45deg);
  transform: translate(3px, 10px) rotate(45deg);
  width: 6px;
}
.form-checkbox .checkbox-fake:after {
  -webkit-transform: translate(6px, 0.5rem) rotate(-45deg);
  -moz-transform: translate(6px, 0.5rem) rotate(-45deg);
  -o-transform: translate(6px, 0.5rem) rotate(-45deg);
  -ms-transform: translate(6px, 0.5rem) rotate(-45deg);
  transform: translate(6px, 0.5rem) rotate(-45deg);
  width: 0.75rem;
}
.form-checkbox .checkbox-label {
  color: #666;
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
}
.form-checkbox .checkbox-label a {
  color: #666;
  text-decoration: underline;
}
.form-checkbox input[type="checkbox"]:checked + .checkbox-fake {
  background-color: #fba343;
}
.form-checkbox input[type="checkbox"]:checked + .checkbox-fake:before,
.form-checkbox input[type="checkbox"]:checked + .checkbox-fake:after {
  display: block;
}
.error-msg {
  color: #eb2227;
  font-size: 0.75rem;
  margin: 0.5rem 0 0 1.125rem;
}
.register .form-control:focus,
.cart .form-control:focus {
  border-color: #9a2e9b;
  border-width: 2px;
}
.register .form-control:focus::-webkit-input-placeholder,
.cart .form-control:focus::-webkit-input-placeholder {
  color: #9a2e9b;
}
.register .form-control:focus::-moz-placeholder,
.cart .form-control:focus::-moz-placeholder {
  color: #9a2e9b;
}
.register .form-control:focus:-ms-input-placeholder,
.cart .form-control:focus:-ms-input-placeholder {
  color: #9a2e9b;
}
.register .form-control:focus:-moz-placeholder,
.cart .form-control:focus:-moz-placeholder {
  color: #9a2e9b;
}
.register .form-control:focus::placeholder,
.cart .form-control:focus::placeholder {
  color: #9a2e9b;
}
.numeric {
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin: 0;
  padding: 0;
  width: auto;
}
.numeric .form-control {
  border-width: 2px;
  text-align: center;
  width: 60px;
}
.numeric span {
  cursor: pointer;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.numeric span svg {
  stroke: #c1c1c1;
  stroke-width: 2px;
}
.numeric span.minus {
  margin-right: 10px;
}
.numeric span.plus {
  margin-left: 10px;
}
.numeric.transparent .form-control {
  background-color: rgba(0,0,0,0.2);
  border: none;
}
/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps__rail-x:hover,
.ps__rail-y:hover,
.ps__rail-x:focus,
.ps__rail-y:focus {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

.main-h {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.main-h .wrapper {
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.main-h__logo {
  margin-right: auto;
  height: 25px;
  width: 93px;
}
.main-h__logo .icon {
  height: inherit;
  width: inherit;
}
@media screen and (min-width: 1024px) {
  .main-h__logo {
    height: 38px;
    width: 145px;
  }
}
.main-h__icons {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}
.main-h__icon {
  text-align: center;
  padding: 16px 8px;
}
.main-h__icon:last-child {
  padding-right: 0;
}
@media screen and (min-width: 1024px) {
  .main-h__icon {
    padding-right: 12px;
    padding-left: 12px;
  }
}
.main-h .icon-btn {
  height: 24px;
  width: 24px;
}
.main-h .icon-btn .icon {
  fill: #fff;
  height: inherit;
  width: inherit;
}
.main-h .icon-btn .icon-menu {
  height: 20px;
  width: 20px;
}
@media screen and (min-width: 1024px) {
  .main-h .icon-btn {
    height: 32px;
    width: 32px;
  }
}
.main-nav {
  background: -webkit-linear-gradient(top, #9a2e9b 0%, #120918 70%);
  background: -moz-linear-gradient(top, #9a2e9b 0%, #120918 70%);
  background: -o-linear-gradient(top, #9a2e9b 0%, #120918 70%);
  background: -ms-linear-gradient(top, #9a2e9b 0%, #120918 70%);
  background: linear-gradient(to bottom, #9a2e9b 0%, #120918 70%);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translateX(110%);
  -moz-transform: translateX(110%);
  -o-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -ms-transition: -ms-transform 0.3s;
  transition: transform 0.3s;
  width: 100%;
}
.main-nav.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
@media screen and (min-width: 768px) {
  .main-nav {
    background: transparent;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: auto;
    margin-right: 0.5em;
    position: static;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
    width: auto;
  }
}
@media screen and (min-width: 1024px) {
  .main-nav {
    margin-right: 1.5em;
  }
}
.main-nav__head {
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  min-height: 77px;
  padding: 22px 0;
  width: 96%;
}
@media screen and (max-height: 580px) {
  .main-nav__head {
    padding: 12px 0;
  }
}
@media screen and (max-height: 580px) {
  .main-nav__head {
    min-height: 57px;
  }
}
.main-nav__head .icon-btn {
  height: 32px;
  width: 32px;
}
.main-nav__head .icon-cross {
  color: #fba343;
  height: 22px;
  margin-left: auto;
  margin-right: 1em;
  width: 22px;
}
.main-nav__body {
  overflow-y: auto;
  max-height: calc(100vh - 207px);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .main-nav__body {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -o-box-direction: reverse;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    overflow-y: visible;
    max-height: auto;
    width: auto;
  }
}
@media screen and (max-height: 580px) {
  .main-nav__body {
    max-height: calc(100vh - 127px);
  }
}
.main-nav__link {
  color: #fff;
  display: inline-block;
  font-size: 0.933em;
  margin: 4px 0 0 15px;
}
.main-nav__user {
  font-weight: 400;
  margin: 4px 0 0 0;
}
.main-nav__level {
  font-size: 0.75em;
}
.main-nav__level span {
  display: inline-block;
  margin-right: 10px;
}
.main-nav .avatar {
  margin-top: 8px;
}
.main-nav .avatar.small {
  height: 32px;
  width: 32px;
}
.nav-list {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 42px;
  margin: 1em 1em 1em 0;
  letter-spacing: 1px;
  width: 96%;
}
@media screen and (min-width: 768px) {
  .nav-list {
    -ms-flex-line-pack: end;
    -webkit-align-content: flex-end;
    align-content: flex-end;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -o-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    padding-left: 0;
    padding-top: 3px;
    margin: 0 0 0 auto;
    width: auto;
  }
}
@media screen and (min-width: 1024px) {
  .nav-list {
    padding-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .nav-list.top {
    margin-top: 10px;
  }
}
.nav-list.top .nav-item {
  color: #fff;
  font-size: 1.5rem;
  font-family: 'Geomanist Book', sans-serif;
  text-transform: uppercase;
}
.nav-list.top .nav-item a {
  color: #fff;
  -webkit-transition: color 0.35s;
  -moz-transition: color 0.35s;
  -o-transition: color 0.35s;
  -ms-transition: color 0.35s;
  transition: color 0.35s;
}
.nav-list.top .nav-item:hover .nav-item__list {
  max-height: 150px;
}
@media screen and (min-width: 768px) {
  .nav-list.top .nav-item {
    font-size: 0.75rem;
  }
  .nav-list.top .nav-item.nosublist:hover .nav-item__list {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .nav-list.top .nav-item {
    font-size: 0.933rem;
  }
}
@media screen and (min-width: 1366px) {
  .nav-list.top .nav-item {
    font-size: 1.125rem;
  }
}
.nav-list.top .nav-item:nth-child(2) {
  margin-bottom: 15px;
}
.nav-list.top .nav-item:nth-child(2):after {
  background-color: rgba(255,255,255,0.1);
  content: '';
  display: block;
  height: 1px;
  margin-top: 15px;
  width: 100%;
}
@media screen and (max-height: 580px) {
  .nav-list.top .nav-item:nth-child(2) {
    margin-bottom: 6px;
  }
  .nav-list.top .nav-item:nth-child(2):after {
    margin-top: 6px;
  }
}
@media screen and (min-width: 768px) {
  .nav-list.top .nav-item:nth-child(2) {
    margin-bottom: 0;
    margin-right: 10px;
  }
  .nav-list.top .nav-item:nth-child(2):after {
    background-color: rgba(255,255,255,0.6);
    display: inline-block;
    height: 100%;
    margin: 0 0 0 15px;
    vertical-align: top;
    width: 1px;
  }
}
.nav-list.top .nav-item__list {
  margin-top: -8px;
  overflow: hidden;
  padding-left: 20px;
  -webkit-transition: max-height 0.3s;
  -moz-transition: max-height 0.3s;
  -o-transition: max-height 0.3s;
  -ms-transition: max-height 0.3s;
  transition: max-height 0.3s;
  text-transform: none;
}
@media screen and (min-width: 768px) {
  .nav-list.top .nav-item__list {
    max-height: 0;
    background-color: #45cbd4;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    -webkit-transform: translate(-55vw, 53px);
    -moz-transform: translate(-55vw, 53px);
    -o-transform: translate(-55vw, 53px);
    -ms-transform: translate(-55vw, 53px);
    transform: translate(-55vw, 53px);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    transition-duration: 0.5s;
    width: calc(100vw + 50vw);
  }
}
@media screen and (min-width: 1366px) {
  .nav-list.top .nav-item__list {
    -webkit-transform: translate(-40%, 53px);
    -moz-transform: translate(-40%, 53px);
    -o-transform: translate(-40%, 53px);
    -ms-transform: translate(-40%, 53px);
    transform: translate(-40%, 53px);
  }
}
@media screen and (max-height: 580px) {
  .nav-list.top .nav-item__list {
    margin-top: -6px;
  }
}
.nav-list.top .nav-item__item {
  color: #fff;
  font-size: 1rem;
  margin-top: 10px;
  line-height: 1;
}
.nav-list.top .nav-item__item a {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .nav-list.top .nav-item__item {
    margin: 8px 20px;
    font-size: 0.75rem;
  }
}
@media screen and (max-height: 580px) {
  .nav-list.top .nav-item__item {
    margin-top: 5px;
  }
}
.nav-item {
  color: rgba(255,255,255,0.7);
  font-size: 0.875rem;
  line-height: 2.25;
  margin: 0 4px;
}
.nav-item a {
  color: rgba(255,255,255,0.7);
}
@media screen and (min-width: 768px) {
  .nav-item {
    font-size: 0.75rem;
    line-height: 1;
    margin: 0 3px;
  }
  .nav-item.name {
    margin-left: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .nav-item {
    font-size: 0.813rem;
    margin: 0 8px;
  }
}
@media screen and (max-height: 580px) {
  .nav-item {
    line-height: 1.5;
  }
}
.nav-item.dropdown .dropdown-toggle {
  padding-right: 0;
  padding-left: 12px;
}
.nav-item.dropdown .dropdown-toggle:after {
  right: auto;
  left: 0;
  top: 8px;
}
@media screen and (min-width: 768px) {
  .nav-item.dropdown .dropdown-toggle {
    padding-right: 8px;
    padding-left: 0;
    margin-right: 5px;
  }
  .nav-item.dropdown .dropdown-toggle:after {
    left: auto;
    right: 0;
    top: 5px;
  }
}
.flag {
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.flag img {
  width: 20px;
  height: 14px;
}
.main-f {
  position: relative;
  z-index: 10;
  background-color: #f7f7f7;
  padding: 57px 0 13px;
}
.main-f.extraspace {
  padding-bottom: 63px;
}
@media screen and (min-width: 768px) {
  .main-f {
    padding-bottom: 27px;
  }
}
@media screen and (min-width: 1024px) {
  .main-f.extraspace {
    padding-bottom: 27px;
  }
}
.main-f__nav .main-f__item {
  padding-top: 0.23rem;
}
.main-f__row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  padding: 0 0 10px;
}
@media screen and (min-width: 1024px) {
  .main-f__row {
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.main-f__row.bottom {
  border-top: 1px solid #dedede;
  color: #120918;
}
.main-f__row.bottom .main-f__list {
  font-family: 'Barlow Semi Condensed', sans-serif;
}
.main-f__row.bottom a {
  color: #120918;
}
.main-f__row.bottom a:hover {
  text-decoration: underline;
}
.main-f__list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font: 500 0.75em 'Geomanist', sans-serif;
  padding: 0;
  margin: 1em 0;
}
@media screen and (min-width: 1024px) {
  .main-f__list {
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.main-f__item {
  margin: 0.5em 0;
}
@media screen and (min-width: 1024px) {
  .main-f__item {
    margin: 0 2em 0 0;
  }
}
.main-f__item a {
  display: block;
  color: #9a2e9b;
}
.main-f__item.logo {
  height: 34px;
  width: 127px;
  padding-top: 0;
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .main-f__item.logo {
    margin-bottom: 0;
  }
}
.main-f__item.logo .icon {
  height: 34px;
  width: 127px;
}
.main-f .address {
  color: #120918;
  font: 500 0.75em 'Barlow Semi Condensed', sans-serif;
  text-align: center;
}
.contact-icons {
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .contact-icons {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -o-box-lines: single;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.contact-label {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  padding-top: 0.23rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  text-align: center;
  color: #9a2e9b;
}
@media (min-width: 1024px) {
  .contact-label {
    margin-bottom: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.contact-icon {
  color: #9a2e9b;
  height: 24px;
  margin: 0 5px;
  width: 24px;
}
.contact-icon a {
  display: block;
}
@media screen and (min-width: 375px) {
  .contact-icon {
    margin: 0 8px;
  }
}
.contact-icon .icon {
  height: 24px;
  fill: #9a2e9b;
  width: 24px;
}
.contact-icon.title {
  height: auto;
  width: auto;
}
@media screen and (min-width: 768px) {
  .contact-icon {
    margin: 0 0 0 23px;
  }
}
#icon-facebook .facebook-1 {
  fill: #fff;
}
.icon-btn {
  background: transparent;
  border: none;
  display: inline-block;
  padding: 0;
  width: auto;
}
.button {
  display: block;
  width: 100%;
  padding: 0.5rem 2rem;
  font-size: 1rem;
  font-family: 'Barlow Semi Condensed', sans-serif;
  text-align: center;
  text-transform: uppercase;
  background-color: #fba343;
  border: none;
  border-radius: 20px;
  color: #fff;
  -webkit-transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  -ms-transition: all 0.17s ease-in-out;
  transition: all 0.17s ease-in-out;
}
.button:hover {
  background-color: #fbac56;
}
.button.auto {
  display: inline-block;
  width: auto;
}
.button.small {
  max-width: 200px;
}
.button.medium {
  max-width: 280px;
}
.button.clean {
  background-color: transparent;
  color: #9a2e9b;
  font-weight: 500;
  padding: 0;
}
.button.clean:hover {
  background-color: transparent;
  color: #c13ac2;
}
.button.clean:active {
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -o-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}
.button.transparent {
  background-color: rgba(0,0,0,0.2);
}
.button.transparent:hover {
  background-color: rgba(0,0,0,0.25);
}
.button.secondary {
  background-color: #ccc;
}
.button.secondary:hover {
  background-color: #fbac56;
}
.signals {
  position: relative;
  padding-right: 2rem;
}
@media (min-width: 768px) {
  .signals {
    padding-right: 4rem;
  }
}
@media (min-width: 1024px) {
  .signals {
    padding-right: 5rem;
  }
}
.signals.single-color .signals__note span:last-child {
  color: #fff;
}
.signals.single-color .signals__scroll:after {
  background-color: #fff;
}
.signals__scroll {
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 0.8rem;
  font-family: 'Barlow Semi Condensed', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -o-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
@media (min-width: 768px) {
  .signals__scroll {
    right: 1rem;
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .signals__scroll {
    bottom: -3rem;
  }
}
.signals__scroll:after {
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  margin-left: 0.5rem;
  background-color: #fba343;
}
@media (min-width: 768px) {
  .signals__scroll:after {
    width: 50px;
  }
}
.signals__scroll:before {
  content: '';
  display: block;
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -o-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  margin-left: 0.2rem;
  color: #fff;
  border-left: 5px solid currentColor;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.signals__note {
  margin: 0;
  text-align: right;
  font-size: 0.8rem;
  font-family: 'Barlow Semi Condensed', sans-serif;
  letter-spacing: 1px;
  color: #fff;
}
@media (min-width: 768px) {
  .signals__note {
    font-size: 1rem;
  }
}
.signals__note span {
  display: block;
  text-transform: uppercase;
}
.signals__note span:last-child {
  color: #fba343;
}
.slider {
  position: relative;
}
.slider__mutectrl {
  position: absolute;
  bottom: calc(10% + 10px);
  left: 3rem;
  z-index: 20;
  display: none;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  -o-box-pack: distribute;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 30px;
  height: 20px;
  -webkit-transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  -ms-transition: all 0.17s ease-in-out;
  transition: all 0.17s ease-in-out;
}
@media (min-width: 1024px) {
  .slider__mutectrl {
    bottom: calc(20% + 10px);
  }
}
@media (min-width: 1402px) {
  .slider__mutectrl {
    left: inherit;
    right: calc(50% - 30px - 1rem + 700px);
  }
}
.slider__mutectrl.show {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.slider__mutectrl.mute span {
  -webkit-animation: stop 0.17s ease-in-out both;
  -moz-animation: stop 0.17s ease-in-out both;
  -o-animation: stop 0.17s ease-in-out both;
  -ms-animation: stop 0.17s ease-in-out both;
  animation: stop 0.17s ease-in-out both;
  -webkit-animation-direction: normal !important;
  -moz-animation-direction: normal !important;
  -o-animation-direction: normal !important;
  -ms-animation-direction: normal !important;
  animation-direction: normal !important;
}
.slider__mutectrl:hover:before {
  background-color: #fba343;
}
.slider__mutectrl:hover span {
  background-color: #fba343;
}
.slider__mutectrl span {
  display: block;
  width: 1px;
  height: 10px;
  background-color: #fff;
  -webkit-animation: play 0.17s ease-in-out infinite;
  -moz-animation: play 0.17s ease-in-out infinite;
  -o-animation: play 0.17s ease-in-out infinite;
  -ms-animation: play 0.17s ease-in-out infinite;
  animation: play 0.17s ease-in-out infinite;
  -webkit-transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  -ms-transition: all 0.17s ease-in-out;
  transition: all 0.17s ease-in-out;
}
.slider__mutectrl span:nth-child(even) {
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  -o-animation-direction: alternate;
  -ms-animation-direction: alternate;
  animation-direction: alternate;
}
.slider__mutectrl span:nth-child(odd) {
  -webkit-animation-direction: alternate-reverse;
  -moz-animation-direction: alternate-reverse;
  -o-animation-direction: alternate-reverse;
  -ms-animation-direction: alternate-reverse;
  animation-direction: alternate-reverse;
}
.slider__mutectrl:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  margin-top: -1px;
  background-color: #fff;
  -webkit-transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  -ms-transition: all 0.17s ease-in-out;
  transition: all 0.17s ease-in-out;
}
.slider__wrap {
  position: relative;
  z-index: 10;
}
.slider__ctrl {
  display: none;
}
@media (min-width: 1025px) {
  .slider__ctrl {
    display: block;
  }
}
.slider.initialized .slider__wrap {
  overflow: hidden;
}
.slider.initialized .slider__item {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  -webkit-animation: 0.33s ease-in-out both;
  -moz-animation: 0.33s ease-in-out both;
  -o-animation: 0.33s ease-in-out both;
  -ms-animation: 0.33s ease-in-out both;
  animation: 0.33s ease-in-out both;
}
.slider.initialized .slider__item.active {
  position: relative;
  z-index: 10;
  display: block;
}
.slider.initialized .slider__item.moving {
  display: block;
}
.slider.initialized .slider__item.entry.prev {
  -webkit-animation-name: entry-prev;
  -moz-animation-name: entry-prev;
  -o-animation-name: entry-prev;
  -ms-animation-name: entry-prev;
  animation-name: entry-prev;
}
.slider.initialized .slider__item.entry.next {
  -webkit-animation-name: entry-next;
  -moz-animation-name: entry-next;
  -o-animation-name: entry-next;
  -ms-animation-name: entry-next;
  animation-name: entry-next;
}
.slider.initialized .slider__item.leave.prev {
  -webkit-animation-name: leave-prev;
  -moz-animation-name: leave-prev;
  -o-animation-name: leave-prev;
  -ms-animation-name: leave-prev;
  animation-name: leave-prev;
}
.slider.initialized .slider__item.leave.next {
  -webkit-animation-name: leave-next;
  -moz-animation-name: leave-next;
  -o-animation-name: leave-next;
  -ms-animation-name: leave-next;
  animation-name: leave-next;
}
@-moz-keyframes entry-next {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes entry-next {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes entry-next {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes entry-next {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes entry-prev {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes entry-prev {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes entry-prev {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes entry-prev {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes leave-next {
  from {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    -moz-transform: scale3d(0.7, 0.7, 0.7);
    -o-transform: scale3d(0.7, 0.7, 0.7);
    -ms-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7);
  }
}
@-webkit-keyframes leave-next {
  from {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    -moz-transform: scale3d(0.7, 0.7, 0.7);
    -o-transform: scale3d(0.7, 0.7, 0.7);
    -ms-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7);
  }
}
@-o-keyframes leave-next {
  from {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    -moz-transform: scale3d(0.7, 0.7, 0.7);
    -o-transform: scale3d(0.7, 0.7, 0.7);
    -ms-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7);
  }
}
@keyframes leave-next {
  from {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    -moz-transform: scale3d(0.7, 0.7, 0.7);
    -o-transform: scale3d(0.7, 0.7, 0.7);
    -ms-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7);
  }
}
@-moz-keyframes leave-prev {
  from {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    -moz-transform: scale3d(0.7, 0.7, 0.7);
    -o-transform: scale3d(0.7, 0.7, 0.7);
    -ms-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7);
  }
}
@-webkit-keyframes leave-prev {
  from {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    -moz-transform: scale3d(0.7, 0.7, 0.7);
    -o-transform: scale3d(0.7, 0.7, 0.7);
    -ms-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7);
  }
}
@-o-keyframes leave-prev {
  from {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    -moz-transform: scale3d(0.7, 0.7, 0.7);
    -o-transform: scale3d(0.7, 0.7, 0.7);
    -ms-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7);
  }
}
@keyframes leave-prev {
  from {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    -moz-transform: scale3d(0.7, 0.7, 0.7);
    -o-transform: scale3d(0.7, 0.7, 0.7);
    -ms-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7);
  }
}
@-moz-keyframes stop {
  from {
    height: 20px;
  }
  to {
    height: 0;
  }
}
@-webkit-keyframes stop {
  from {
    height: 20px;
  }
  to {
    height: 0;
  }
}
@-o-keyframes stop {
  from {
    height: 20px;
  }
  to {
    height: 0;
  }
}
@keyframes stop {
  from {
    height: 20px;
  }
  to {
    height: 0;
  }
}
@-moz-keyframes play {
  from {
    height: 5px;
  }
  to {
    height: 20px;
  }
}
@-webkit-keyframes play {
  from {
    height: 5px;
  }
  to {
    height: 20px;
  }
}
@-o-keyframes play {
  from {
    height: 5px;
  }
  to {
    height: 20px;
  }
}
@keyframes play {
  from {
    height: 5px;
  }
  to {
    height: 20px;
  }
}
.search {
  margin: auto;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  z-index: -1;
}
.search .form-group {
  margin: auto;
  max-width: 1130px;
  -webkit-transform: translateY(-150%);
  -moz-transform: translateY(-150%);
  -o-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  transform: translateY(-150%);
  -webkit-transition: -webkit-transform 0.3s 0.1s;
  -moz-transition: -moz-transform 0.3s 0.1s;
  -o-transition: -o-transform 0.3s 0.1s;
  -ms-transition: -ms-transform 0.3s 0.1s;
  transition: transform 0.3s 0.1s;
  width: 100%;
}
.search .icon-btn {
  height: 16px;
  position: absolute;
  right: 1em;
  top: 9px;
  width: 16px;
}
@media screen and (min-width: 768px) {
  .search .icon-btn {
    color: #9a2e9b;
    height: 22px;
    top: 7px;
    width: 22px;
  }
}
.search .icon-btn .icon {
  height: inherit;
  fill: #8a8a8a;
  width: inherit;
}
.search .icon-cross {
  background-color: transparent;
  color: #8a8a8a;
  display: none;
  height: 25px;
  position: absolute;
  right: 1em;
  top: 6px;
  width: 25px;
}
.search .icon-cross:before,
.search .icon-cross:after {
  width: 1px;
}
.search.active {
  background-color: rgba(0,0,0,0.9);
  display: block;
  height: 100vh;
  margin: auto;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 110;
}
.search.active .form-group {
  -webkit-transform: translateY(16px);
  -moz-transform: translateY(16px);
  -o-transform: translateY(16px);
  -ms-transform: translateY(16px);
  transform: translateY(16px);
}
.search.active .icon-cross {
  display: block;
}
.search.active .search-results {
  display: block;
}
.search-results {
  background-color: #fff;
  border-radius: 18px;
  display: none;
  margin: 25px auto 0;
  max-height: 351px;
  overflow: hidden;
  padding-bottom: 10px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .search-results {
    max-width: 1130px;
    border-radius: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .search-results {
    padding: 10px 0;
  }
}
.search-results .product {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ebebeb;
  padding: 10px 20px;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .search-results .product {
    padding-left: 30px;
  }
}
.search-results .product__description {
  margin: 0;
}
.search-results .product__nums {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.search-results .product:last-child {
  border: none;
}
.search-results .product .product__content {
  width: 60%;
}
@media screen and (min-width: 1024px) {
  .search-results .product .product__content {
    width: 40%;
  }
}
.login {
  background-color: #9a2e9b;
  color: #fff;
  height: 100vh;
  max-width: 460px;
  padding: 1rem;
  position: fixed;
  top: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -ms-transition: -ms-transform 0.3s;
  transition: transform 0.3s;
  width: 100%;
  z-index: 102;
}
.login.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
@media screen and (min-width: 768px) {
  .login {
    max-width: 360px;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.login__head {
  position: relative;
  text-align: center;
}
.login .icon-cross {
  position: absolute;
  right: 1em;
  top: 0;
  width: 21px !important;
}
.login .icon-cross:before,
.login .icon-cross:after {
  width: 2px;
}
.login__content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  -o-box-pack: distribute;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  height: calc(100vh - 128px);
  min-height: 420px;
}
@media screen and (min-height: 768px) {
  .login__content {
    display: block;
    margin-top: 6rem;
    height: auto;
  }
}
.login .link,
.login .text {
  color: #fff;
  font-size: 0.875rem;
  margin: 20px 0;
}
.login .link {
  display: inline-block;
}
.login .button {
  padding-top: 10px;
  padding-bottom: 10px;
}
.login__noaccount {
  border-top: 1px solid rgba(0,0,0,0.2);
  padding-top: 20px;
}
@media screen and (min-height: 768px) {
  .login__noaccount {
    margin-top: 6.25rem;
  }
}
.login .form-control {
  background-color: transparent;
  border: 1px solid rgba(255,255,255,0.5);
}
.login .form-control:focus {
  border-width: 2px;
  border-color: #fff;
}
.login .form-control::-webkit-input-placeholder {
  color: #fff;
}
.login .form-control::-moz-placeholder {
  color: #fff;
}
.login .form-control:-ms-input-placeholder {
  color: #fff;
}
.login .form-control:-moz-placeholder {
  color: #fff;
}
.login .form-control::placeholder {
  color: #fff;
}
.login__profile-avatar {
  margin: 0 auto;
  position: relative;
}
.login__profile-avatar:after {
  content: attr(data-level);
  position: absolute;
  bottom: 0;
  left: calc(50% + 20px);
  z-index: 10;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding-bottom: 0.1rem;
  padding-right: 0.1rem;
  font-weight: 500;
  font-style: italic;
  font-size: 1.25rem;
  text-transform: uppercase;
  background-color: #9a2e9b;
  border-radius: 50%;
  color: #fff;
}
.login__profile-avatar .avatar {
  margin: 0 auto;
}
.login__profile-name {
  font-size: 1.25rem;
}
.login__profile-points {
  font-weight: 600;
  font-size: 0.875rem;
  margin-top: 20px;
}
.products-page {
  overflow: hidden;
}
.products-page.inner {
  background-image: -webkit-radial-gradient(circle at 33% 0, #8aeeff, #24c0db 40%);
  background-image: -moz-radial-gradient(circle at 33% 0, #8aeeff, #24c0db 40%);
  background-image: -o-radial-gradient(circle at 33% 0, #8aeeff, #24c0db 40%);
  background-image: -ms-radial-gradient(circle at 33% 0, #8aeeff, #24c0db 40%);
  background-image: radial-gradient(circle at 33% 0, #8aeeff, #24c0db 40%);
}
.products-page.inner .products-block {
  margin-top: 0;
}
.products-page.general .products-block {
  margin-top: 2rem;
}
.products-page .products-maintitle {
  margin-top: 60px;
  text-align: center;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .products-page .products-maintitle {
    text-align: left;
  }
}
.products-page.category .products-desc {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.products-page.category .products-desc__description {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -o-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  .products-page.category .products-desc__description {
    margin-top: 0;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
.products-page.category .products-filter {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -o-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
@media (min-width: 1024px) {
  .products-page.category .products-filter {
    margin-top: 2rem;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -o-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}
.products-page.category .principal__title {
  text-transform: uppercase;
}
.products-page.category .principal__desc {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -o-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
@media (min-width: 768px) {
  .products-page.category .principal__desc {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    -o-box-ordinal-group: 0;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
}
.products-page.category .principal__fig {
  -webkit-box-ordinal-group: 0;
  -moz-box-ordinal-group: 0;
  -o-box-ordinal-group: 0;
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
}
@media (min-width: 768px) {
  .products-page.category .principal__fig {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
@media (min-width: 1024px) {
  .products-page.category .principal__text {
    font-size: 1.5rem;
  }
}
@media (min-width: 1367px) {
  .products-page.category .principal__text {
    font-size: 2rem;
  }
}
.products-page.detail .principal {
  text-align: left;
}
@media (min-width: 768px) {
  .products-page.detail .principal__fig {
    padding-right: 2rem;
    min-width: 50%;
  }
}
@media (min-width: 1024px) {
  .products-page.detail .principal__fig {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-left: 0;
    min-width: 0;
  }
}
@media (min-width: 1025px) {
  .products-page.detail .principal__fig {
    padding: 0 3rem;
  }
}
@media (max-width: 767px) {
  .products-page.detail .products-desc {
    padding-bottom: 2.5rem;
  }
}
.products-page.detail .products-desc__description {
  margin-top: 0;
  margin-bottom: 0;
}
.products-page__h {
  background-color: #120918;
  overflow-x: auto;
}
.products-page__tabs {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin: 0;
  max-width: 1400px;
  min-width: max-content;
  min-width: -moz-max-content;
}
.products-page__tab {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 1rem;
  color: #fff;
  font-family: 'Barlow Semi Condensed', sans-serif;
  text-align: center;
  border-bottom: 3px solid transparent;
}

.products-page__tab a,
.products-page__tab a:hover {
  color: #fff;
}

.products-page__tab.active {
  border-color: #fff;
}
.products-block {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .products-block {
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    -o-box-pack: distribute;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.products-block.sistem .slider__bullets {
  top: 53.5%;
}
.products-block.home .slider__bullets {
  position: relative;
  top: inherit;
  padding: 0 1rem 30px;
}
.products-block.has-dropdown .products {
  z-index: 1;
}
.products-block.complementary {
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -o-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .products-block.complementary {
    background-color: #fff;
  }
}
.products-block.complementary .button {
  margin-top: 0;
}
.products-block.complementary .product {
  border: none;
  overflow: visible;
}
@media (min-width: 768px) {
  .products-block.complementary .product {
    position: relative;
  }
}
.products-block.complementary .product:nth-child(0) {
  z-index: 3;
}
.products-block.complementary .product:nth-child(1) {
  z-index: 2;
}
.products-block.complementary .product:nth-child(2) {
  z-index: 1;
}
.products-block.complementary .product:nth-child(3) {
  z-index: 0;
}
.products-block.complementary .product:last-child:after {
  display: none;
}
.products-block.complementary .product:after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 0;
  display: none;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-right: -25px;
  padding-bottom: 12px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 4rem;
  color: #120918;
}
@media (min-width: 768px) {
  .products-block.complementary .product:after {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
}
.products-block.complementary .products {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -o-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
@media (min-width: 1024px) {
  .products-block.complementary .products {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    -o-box-ordinal-group: 0;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
}
.products-block.complementary .products-desc {
  -webkit-box-ordinal-group: 0;
  -moz-box-ordinal-group: 0;
  -o-box-ordinal-group: 0;
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
}
@media (min-width: 1024px) {
  .products-block.complementary .products-desc {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
.products-block.complementary .products-desc__title {
  line-height: 1;
}
@media (max-width: 768px) {
  .products-block.complementary .products-desc .small-proportion {
    font-size: 1em;
  }
}
.products-desc {
  padding: 0 1rem 1.5rem;
  background-color: #fff;
  z-index: 2;
}
@media (min-width: 1024px) {
  .products-desc {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding-bottom: 1rem;
  }
}
.products-desc.withbg {
  background-color: #9a2e9b;
}
.products-desc.withbg .products-desc__description {
  color: #fff;
  display: block;
  font-size: 0.75em;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .products-desc.withbg .products-desc__description {
    font-size: 1em;
  }
}
@media screen and (min-width: 1024px) {
  .products-desc {
    padding: 10px 14px 20px 16px;
  }
  .products-desc.mid {
    min-height: 460px;
  }
}
@media screen and (min-width: 1366px) {
  .products-desc {
    padding: 18px 20px 28px 40px;
  }
}
.products-desc__title {
  color: #fff;
  font: 500 1.5em 'Geomanist', sans-serif;
  line-height: 1.2;
  margin: 0;
  padding: 27px 0 22px;
  text-align: center;
}
.products-desc__title.blue {
  color: #1fa1cc;
}
.products-desc__title.purple {
  color: #9a2e9b;
}
.products-desc__title.green {
  color: #729b2e;
}
@media screen and (min-width: 768px) {
  .products-desc__title:after {
    background-color: #fba343;
    content: '';
    display: block;
    height: 1px;
    margin: 28px auto 0;
    width: 84px;
  }
}
@media screen and (min-width: 1024px) {
  .products-desc__title {
    text-align: left;
  }
  .products-desc__title:after {
    margin-left: 0;
  }
}
@media screen and (min-width: 1366px) {
  .products-desc__title {
    font-size: 2.75em;
  }
}
.products-desc__description {
  font-size: 0.875em;
  font-weight: 500;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  width: 79%;
}
@media screen and (min-width: 768px) {
  .products-desc__description {
    text-align: center;
    margin: auto;
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .products-desc__description {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }
}
.products-desc__price {
  display: block;
  margin: 1rem 0;
  padding-top: 0.5rem;
  font-family: 'Geomanist Book', sans-serif;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
}
@media (min-width: 1024px) {
  .products-desc__price {
    margin: 2rem 0;
    text-align: left;
  }
}
.products-desc .button {
  display: none;
  margin: 30px auto 0;
}
@media screen and (min-width: 768px) {
  .products-desc .button {
    display: block;
  }
}
@media (min-width: 1024px) {
  .products-desc .button {
    margin-right: 0;
    margin-left: 0;
  }
}
.products-desc .dropdown.border {
  border-color: rgba(255,255,255,0.6);
  margin-bottom: 20px;
  max-width: 225px;
}
@media screen and (min-width: 1024px) {
  .products-desc .dropdown.border {
    margin-left: 0;
  }
}
.products-desc .dropdown.border .dropdown-toggle {
  color: rgba(255,255,255,0.8);
  display: block;
  font-size: 0.75em;
}
.products-desc .tabs {
  margin: auto;
}
@media screen and (min-width: 1024px) {
  .products-desc .tabs {
    margin: 0;
  }
}
.products-desc .tabs__header {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .products-desc .tabs__header {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -o-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.products-desc .tabs__item {
  color: #fff;
  font-size: 1.25em;
  font-weight: 600;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  margin-right: 26px;
}
.products-desc .tabs__item:last-child {
  margin-right: 0;
}
.products-desc .tabs__item a {
  color: currentColor;
}
.products-desc .tabs__item.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
@media screen and (min-width: 1025px) {
  .products-desc .tabs__item {
    font-size: 1.75em;
  }
}
.products-desc .tabs__pane {
  background-color: #662f88;
}
.products {
  position: relative;
  background-color: #fff;
}
@media (min-width: 768px) {
  .products {
    background: none;
  }
}
@media (min-width: 1024px) {
  .products {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }
}
.products__wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  height: 100%;
}
.products .slider__bullets {
  position: absolute;
  top: -2rem;
  left: 0;
  z-index: 22;
  width: 100%;
  margin: 0;
  text-align: center;
}
.products .slider__bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 0.5rem;
  background-color: #fba343;
  border-radius: 50%;
  border: 2px solid #fba343;
}
.products .slider__bullet.active {
  background-color: transparent;
}
.products-block.grid .product {
  width: 50%;
  padding: 1rem;
}
@media (min-width: 768px) {
  .products-block.grid .product {
    width: auto;
    padding: 30px 13px;
  }
}
.products-block.grid .product__description {
  display: none;
}
@media (min-width: 768px) {
  .products-block.grid .product__description {
    display: block;
  }
}
.products-block.grid .product__nums {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .products-block.grid .product__nums {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.products-block.grid .product__price {
  margin: 0;
}
@media (min-width: 768px) {
  .products-block.grid .product__price {
    margin-right: 10px;
  }
}
.products-block.grid .product__pts {
  font-size: 0.9rem;
}
@media (min-width: 768px) {
  .products-block.grid .product__pts {
    font-size: unset;
  }
}
.products-block.grid .product__sep {
  margin: 1rem auto;
}
@media (min-width: 768px) {
  .products-block.grid .product__sep {
    margin: 20px auto;
  }
}
.products-block.grid .product .button {
  font-size: 0.8rem;
}
@media (min-width: 480px) {
  .products-block.grid .product .button {
    font-size: 1rem;
  }
}
.principal {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 3rem 1rem 2rem;
  text-align: center;
}
@media (min-width: 768px) {
  .principal {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-right: 0;
    padding-left: 0;
    text-align: left;
  }
}
@media (min-width: 1025px) {
  .principal {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
}
.principal__breadcrumbs {
  display: none;
}
@media (min-width: 768px) {
  .principal__breadcrumbs {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
}
.principal__breadcrumbs li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-right: 1px solid #120918;
}
.principal__breadcrumbs li:first-child a {
  padding-left: 0;
}
.principal__breadcrumbs li:last-child {
  border: none;
}
.principal__breadcrumbs a {
  display: block;
  padding: 0 0.5rem;
  font-size: 0.7rem;
  font-weight: 500;
  color: #120918;
}
@media (min-width: 1024px) {
  .principal__breadcrumbs a {
    padding: 0 1rem;
  }
}
@media (min-width: 1025px) {
  .principal__breadcrumbs a {
    font-size: 1rem;
  }
}
.principal__title {
  margin-top: 2rem;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-family: 'Geomanist', sans-serif;
  font-weight: 500;
  color: #fff;
}
@media (min-width: 768px) {
  .principal__title {
    font-size: 2rem;
  }
}
@media (min-width: 1367px) {
  .principal__title {
    font-size: 3.5rem;
  }
}
.principal__subtitle {
  margin: 0;
  font-size: 1rem;
  font-family: 'Geomanist', sans-serif;
  font-weight: 500;
  color: #fff;
}
@media (min-width: 1367px) {
  .principal__subtitle {
    font-size: 2rem;
  }
}
.principal__price,
.principal__pts {
  color: #fff;
  display: inline-block;
  margin: 10px 0 0;
}
@media (min-width: 1367px) {
  .principal__price,
  .principal__pts {
    font-size: 1.5rem;
  }
}
.principal__price {
  margin-right: 1rem;
}
.principal__ctrls {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .principal__ctrls {
    margin-top: 2rem;
  }
}
.principal__quantity {
  color: #fff;
  margin-right: 1rem;
}
.principal__quantity span svg {
  stroke: #fff;
}
.principal__text {
  margin-top: 1rem;
  margin-bottom: 0;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 500;
}
@media (min-width: 768px) {
  .principal__text {
    margin-top: 2rem;
    font-size: 1.1rem;
  }
}
.principal__footer {
  margin-top: 2rem;
}
.principal__social {
  display: inline-block;
}
.principal__social .icon {
  margin-right: 1rem;
}
.principal__social .flag {
  width: 20px;
}
.principal__social .dropdown-toggle {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
}
.principal__social .dropdown-toggle:after {
  display: none;
}
.principal__fig {
  max-width: 300px;
}
@media (min-width: 768px) {
  .principal__fig {
    max-width: 100%;
    padding: 0 3rem;
  }
}
@media (min-width: 1367px) {
  .principal__fig {
    padding: 0 2rem 0 3rem;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
}
.principal__signals {
  display: none;
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -o-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  -ms-flex-item-align: end;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (min-width: 1025px) {
  .principal__signals {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
}
.products-filter {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .products-filter {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -o-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
  }
}
.products-filter__title {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 1rem;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .products-filter__title {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.products-filter__list {
  display: none;
}
@media (min-width: 1024px) {
  .products-filter__list {
    display: block;
  }
}
.products-filter__item.active a {
  text-decoration: underline;
}
.products-filter__item a {
  display: block;
  padding: 0.2rem 0;
  font-size: 0.9rem;
  color: #000;
}
.products-filter__dropdown {
  display: inline-block;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .products-filter__dropdown {
    display: none;
  }
}
.products-filter .dropdown {
  margin: 0;
  padding: 0;
}
.products-filter .dropdown .dropdown-toggle {
  font-size: 0.9rem;
  color: #000;
}
.products-filter .dropdown .dropdown-list {
  min-width: 220px;
  min-width: max-content;
  min-width: -moz-max-content;
  min-width: -webkit-max-content;
  min-width: -o-max-content;
  width: auto;
}
.products-tabs {
  margin-bottom: 2rem;
  background-color: #fff;
}
.products-tabs .tabs__header {
  overflow: auto;
  border-bottom: 1px solid rgba(18,9,24,0.1);
}
.products-tabs .tabs__item {
  padding: 1rem;
  margin: 0;
  min-width: max-content;
  min-width: -moz-max-content;
  min-width: -webkit-max-content;
  min-width: -o-max-content;
  font-weight: 500;
  color: #fba343;
  border-bottom: 3px solid transparent;
}
@media (min-width: 1024px) {
  .products-tabs .tabs__item {
    padding: 1rem 3rem;
  }
}
.products-tabs .tabs__item.active {
  border-width: 3px;
  border-color: currentColor;
}
.products-tabs .tabs__item.active a {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.products-tabs .tabs__item a {
  color: #120918;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.products-tabs .tabs__content {
  margin: 0;
  padding: 1rem;
}
@media (min-width: 1024px) {
  .products-tabs .tabs__content {
    padding: 1rem 3rem;
  }
}
.products-tabs .tabs__content h1 {
  font-size: 1rem;
}
.products-body {
  position: relative;
  z-index: 1;
}
.product {
  background-color: #fff;
  border: 1px solid #f3f3f3;
  border-bottom: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: 'Barlow Semi Condensed', sans-serif;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  overflow: hidden;
  padding: 30px 13px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .product {
    margin: 0;
    -webkit-flex-basis: 33.3333%;
    flex-basis: 33.3333%;
  }
}
@media screen and (min-width: 1366px) {
  .product {
    padding: 30px 33px 20px;
  }
}
.product__name,
.product__description {
  color: #673167;
}
.product__name {
  font-size: 1.125em;
  margin: 10px 0;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .product__name {
    font-size: 1.375em;
  }
}
.product__image {
  margin: auto;
  max-width: 342px;
}
.product__image img {
  margin: 0 auto;
}
.product__description {
  font-size: 0.875em;
  margin: auto;
  max-width: 342px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
@media screen and (min-width: 768px) {
  .product__description {
    font-size: 1em;
  }
}
.product__nums {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  font-size: 1.125em;
  font-weight: 500;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 10px;
}
.product__price {
  color: #120918;
  margin-right: 10px;
}
.product__pts {
  color: #120918;
}
.product .btn {
  margin: 0 auto;
}
.product__sep {
  background-color: #f3f3f3;
  height: 1px;
  margin: 20px auto;
  max-width: 234px;
  width: 85%;
}
.product-sale {
  background-color: #fff;
  border-right: 0;
  border-left: 0;
  font-weight: 500;
  margin-top: 25px;
  padding: 17px 0 24px 0;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .product-sale {
    background-color: #9a2e9b;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    padding-top: 55px;
  }
}
@media screen and (min-width: 1366px) {
  .product-sale {
    padding: 55px 45px 55px 55px;
  }
}
.product-sale__text {
  color: #120918;
  font-size: 0.875em;
  margin: 10px auto 30px;
  max-width: 200px;
}
@media screen and (min-width: 768px) {
  .product-sale__text {
    color: #fff;
    font-size: 1em;
  }
}
@media screen and (min-width: 1366px) {
  .product-sale__text {
    font-size: 1.125em;
  }
}
.product-sale__price {
  color: #9a2e9b;
  margin: 5px 0 0;
}
.product-sale__price.small {
  color: #8a8a8a;
  font-size: 0.875em;
}
@media screen and (min-width: 768px) {
  .product-sale__price {
    color: #fff;
    font-size: 1em;
  }
  .product-sale__price.small {
    color: rgba(255,255,255,0.8);
  }
}
@media screen and (min-width: 1366px) {
  .product-sale__price {
    font-size: 1.25em;
  }
}
.product-sale .button {
  margin: 40px auto 0;
}
.mainslider {
  z-index: 10;
}
@media (min-width: 768px) {
  .mainslider {
    height: calc(80vh);
  }
}
.mainslider__gradient {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #120918 100%);
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, #120918 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, #120918 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, #120918 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #120918 100%);
}

.mainslider__gradient.theme--lightgray {
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,  #f4f4f6 100%);
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%,  #f4f4f6 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,  #f4f4f6 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,  #f4f4f6 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,  #f4f4f6 100%);
}

.mainslider__gradient.theme--orange {
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,  #fe9925 100%);
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%,  #fe9925 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,  #fe9925 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,  #fe9925 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,  #fe9925 100%);
}

.mainslider__video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
  min-width: 100%;
  min-height: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.mainslider__video.show {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
@media (min-width: 768px) {
  .mainslider__video {
    display: block;
  }
}
.mainslider__wrap {
  position: relative;
  height: 100%;
}
.mainslider__content {
  position: absolute;
  bottom: 5rem;
  left: 0;
  width: calc(100% - 1rem);
  -webkit-animation: 0.8s ease-out both;
  -moz-animation: 0.8s ease-out both;
  -o-animation: 0.8s ease-out both;
  -ms-animation: 0.8s ease-out both;
  animation: 0.8s ease-out both;
}
@media (min-width: 768px) {
  .mainslider__content {
    bottom: 50%;
    max-width: 70%;
  }
}
@media (min-width: 1024px) {
  .mainslider__content {
    max-width: 50%;
  }
}
.mainslider__signals {
  position: absolute;
  left: 4%;
  bottom: 2rem;
  z-index: 20;
  width: 92%;
}
@media (min-width: 768px) {
  .mainslider__signals {
    bottom: 10%;
  }
}
@media (min-width: 1024px) {
  .mainslider__signals {
    bottom: 20%;
  }
}
@media (min-width: 1400px) {
  .mainslider__signals {
    left: 50%;
    max-width: 700px;
  }
}
.mainslider__title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: 'Geomanist', sans-serif;
  text-transform: uppercase;
  color: #fff;
}
@media (min-width: 768px) {
  .mainslider__title {
    font-size: 4rem;
  }
}
@media (min-width: 1025px) {
  .mainslider__title {
    font-size: 5rem;
  }
}
.mainslider .slider__item {
  height: 40vh;
  min-height: 320px;
  background-repeat: no-repeat;
  background-position: 70% center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  overflow: hidden;
}
@media (min-width: 768px) {
  .mainslider .slider__item {
    height: calc(100vh - 69px);
  }
}
@media (min-width: 1024px) {
  .mainslider .slider__item {
    background-position: center center;
  }
}
.mainslider .slider__item img {
  min-width: 100%;
}
.mainslider .slider__item.active .mainslider__content {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  -ms-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.mainslider .slider__ctrl {
  position: absolute;
  top: 50%;
  z-index: 20;
  margin-top: -10px;
  color: #fff;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  -webkit-transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  -ms-transition: all 0.17s ease-in-out;
  transition: all 0.17s ease-in-out;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mainslider .slider__ctrl.prev {
  left: 1rem;
}
.mainslider .slider__ctrl.next {
  right: 1rem;
}
.mainslider .slider__ctrl:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.mainslider .slider__ctrl .icon {
  width: 3rem;
  height: 3rem;
}
.mainslider .slider__bullets {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  z-index: 20;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (min-width: 768px) {
  .mainslider .slider__bullets {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.mainslider .slider__bullet {
  display: inline-block;
  margin: 0 0.2rem;
}
.mainslider .slider__bullet:hover > a {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.mainslider .slider__bullet.active > a {
  background-color: #fff;
  border-color: transparent;
  -webkit-transform: scale3d(0.9, 0.9, 0.9);
  -moz-transform: scale3d(0.9, 0.9, 0.9);
  -o-transform: scale3d(0.9, 0.9, 0.9);
  -ms-transform: scale3d(0.9, 0.9, 0.9);
  transform: scale3d(0.9, 0.9, 0.9);
}
.mainslider .slider__bullet.active:hover > a {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.mainslider .slider__bullet > a {
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  -ms-transition: all 0.17s ease-in-out;
  transition: all 0.17s ease-in-out;
}
@-moz-keyframes fadeInRight {
  from {
    -webkit-transform: translate3d(-10%, 0, 0);
    -moz-transform: translate3d(-10%, 0, 0);
    -o-transform: translate3d(-10%, 0, 0);
    -ms-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-webkit-keyframes fadeInRight {
  from {
    -webkit-transform: translate3d(-10%, 0, 0);
    -moz-transform: translate3d(-10%, 0, 0);
    -o-transform: translate3d(-10%, 0, 0);
    -ms-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-o-keyframes fadeInRight {
  from {
    -webkit-transform: translate3d(-10%, 0, 0);
    -moz-transform: translate3d(-10%, 0, 0);
    -o-transform: translate3d(-10%, 0, 0);
    -ms-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@keyframes fadeInRight {
  from {
    -webkit-transform: translate3d(-10%, 0, 0);
    -moz-transform: translate3d(-10%, 0, 0);
    -o-transform: translate3d(-10%, 0, 0);
    -ms-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
.testimonials {
  padding: 1rem;
  text-align: center;
  background-color: #fff;
}
@media (min-width: 768px) {
  .testimonials {
    padding: 3rem 3rem 6rem;
  }
}
@media (min-width: 1024px) {
  .testimonials {
    text-align: left;
  }
}
@media (min-width: 1025px) {
  .testimonials {
    width: calc((100% / 4) * 3.5);
  }
}
.testimonials__head {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .testimonials__head {
    margin-bottom: 3rem;
  }
}
.testimonials__title {
  margin: 0;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #fba343;
}
.testimonials__title span {
  color: #9a2e9b;
}
.testimonial {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .testimonial {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    -o-box-pack: distribute;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
}
@media (min-width: 1024px) {
  .testimonial {
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .testimonial {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -o-box-lines: single;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -o-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
.testimonial__headline {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .testimonial__headline {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.testimonial__avatar {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.testimonial__frase {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -o-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  margin: 0;
  margin-top: 1rem;
  font-family: 'Geomanist', sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #9a2e9b;
}
@media (min-width: 768px) {
  .testimonial__frase {
    margin-top: 2rem;
  }
}
@media (min-width: 1024px) {
  .testimonial__frase {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -o-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    margin: 0;
    font-size: 2rem;
  }
}
@media (min-width: 1366px) {
  .testimonial__frase {
    font-size: 2.5rem;
  }
}
.testimonial__about {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -o-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .testimonial__about {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 calc(300px + 4rem);
    -ms-flex: 0 0 calc(300px + 4rem);
    flex: 0 0 calc(300px + 4rem);
    margin: 0;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .testimonial__about {
    padding: 0 2rem;
  }
}
.testimonial__name {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  font-weight: 500;
  color: #673167;
}
.testimonial__metas {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  -o-box-pack: distribute;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.testimonial__metas span {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-size: 0.9rem;
  color: #673167;
}
.testimonial__extract {
  font-size: 1.1rem;
  color: #673167;
}
.testimonial__readmore {
  display: inline-block;
}
.testimonials {
  position: relative;
  z-index: 22;
}
.testimonials .slider__ctrl {
  position: absolute;
  bottom: 1.5rem;
  display: none;
  width: 50px;
  height: 50px;
  border: 2px solid #fba343;
  border-radius: 50%;
  color: #fba343;
  -webkit-transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  -ms-transition: all 0.17s ease-in-out;
  transition: all 0.17s ease-in-out;
}
@media (min-width: 768px) {
  .testimonials .slider__ctrl {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.testimonials .slider__ctrl:before {
  content: '';
  display: inline-block;
}
.testimonials .slider__ctrl:hover {
  border-color: #fcbb75;
  color: #fcbb75;
}
.testimonials .slider__ctrl.prev {
  right: calc(50% + 1rem);
}
.testimonials .slider__ctrl.prev:before {
  margin-right: 0.1rem;
  border-right: 6px solid currentColor;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.testimonials .slider__ctrl.next {
  left: calc(50% + 1rem);
}
.testimonials .slider__ctrl.next:before {
  margin-left: 0.1rem;
  border-left: 6px solid currentColor;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.testimonials .slider__bullets {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .testimonials .slider__bullets {
    display: none;
  }
}
.testimonials .slider__bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 1rem;
  background-color: #fba343;
  border-radius: 50%;
  border: 2px solid #fba343;
}
.testimonials .slider__bullet.active {
  background-color: transparent;
}
.pager {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 1rem;
  background-color: #fff;
  border-top: 1px solid #f3f3f3;
}
.pager__ctrl {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #120918;
  -webkit-transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  -ms-transition: all 0.17s ease-in-out;
  transition: all 0.17s ease-in-out;
}
.pager__ctrl:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.pager__ctrl.prev .pager__label {
  margin-left: 1rem;
}
.pager__ctrl.prev .pager__arrow:after {
  margin-right: 0.1rem;
  border-right: 5px solid currentColor;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.pager__ctrl.next .pager__label {
  margin-right: 1rem;
}
.pager__ctrl.next .pager__arrow:after {
  margin-left: 0.1rem;
  border-left: 5px solid currentColor;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.pager__label {
  display: none;
  font-size: 0.8rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .pager__label {
    display: block;
  }
}
.pager__arrow {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 2px solid #fba343;
  border-radius: 50%;
  color: #fba343;
}
.pager__arrow:after {
  content: '';
  display: inline-block;
}
.pager__item {
  display: inline-block;
  margin: 0 0.5rem;
}
.pager__item.active a {
  color: #fba343;
}
.pager__item a {
  display: block;
  padding: 0 0.5rem;
  font-size: 0.8rem;
  font-weight: 500;
  color: #120918;
  -webkit-transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  -ms-transition: all 0.17s ease-in-out;
  transition: all 0.17s ease-in-out;
}
.pager__item a:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.tabs.expanded .tabs__header {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.tabs__header {
  position: relative;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  overflow: auto;
}
.tabs__item {
  font-family: 'Barlow Semi Condensed', sans-serif;
  margin: 10px 0;
  padding-bottom: 10px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  min-width: max-content;
  min-width: -moz-max-content;
  min-width: -webkit-max-content;
  min-width: -o-max-content;
}
.tabs__item.active {
  border-bottom: 1px solid currentColor;
}
.tabs__item > a {
  display: block;
}
.tabs__content {
  position: relative;
  margin-top: 20px;
}
.tabs__pane {
  display: none;
}
.tabs__pane.active {
  display: block;
}
.tabs-static {
  background-color: #120918;
}
@media screen and (min-width: 768px) {
  .tabs-static {
    background-color: #fff;
    border-bottom: 1px solid rgba(0,0,0,0.1);
  }
}
.tabs-static__list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 1024px;
}
.tabs-static__list.list-nostyle {
  margin: 0 auto;
}
.tabs-static__item {
  color: rgba(255,255,255,0.3);
  font-family: 'Geomanist Book', sans-serif;
  padding: 1rem 0.625rem;
}
.tabs-static__item.active {
  color: #fff;
  border-bottom: 2px solid #9a2e9b;
}
@media screen and (min-width: 768px) {
  .tabs-static__item {
    color: rgba(0,0,0,0.2);
    font-size: 1.125rem;
    padding: 1rem;
  }
  .tabs-static__item.active {
    color: #9a2e9b;
  }
}
.front-banners {
  background-color: #f7f7f7;
  padding-bottom: 3px;
}
@media screen and (min-width: 768px) {
  .front-banners {
    padding-bottom: 91px;
  }
}
.front-banners .wrapper {
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .front-banners .wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
}
.front-banners .front-banner {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  margin-bottom: 135px;
}
@media screen and (min-width: 768px) {
  .front-banners .front-banner {
    margin: -86px 0 0;
  }
}
.front-banners .front-banner.zeytu.right {
  -webkit-box-shadow: 7px 15px 60px 6px rgba(253,208,155,0.3);
  box-shadow: 7px 15px 60px 6px rgba(253,208,155,0.3);
}
.front-banners .front-banner.nfuerza.left {
  -webkit-box-shadow: -7px 15px 60px 6px rgba(0,202,209,0.3);
  box-shadow: -7px 15px 60px 6px rgba(0,202,209,0.3);
}
.front-banners .front-banner.omnilife.right {
  -webkit-box-shadow: 7px 15px 45px 6px rgba(166,35,150,0.08);
  box-shadow: 7px 15px 45px 6px rgba(166,35,150,0.08);
}
.front-banners .front-banner__img {
  margin: 0;
}
.front-banners .front-banner__img img {
  display: block;
}
.front-banners .front-banner__description {
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(64,64,64,0.2);
  box-shadow: 0 0 20px rgba(64,64,64,0.2);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 65%;
  margin: auto;
  min-height: 124px;
  min-width: 280px;
  max-height: 174px;
  max-width: 342px;
  padding: 25px 16px;
  position: absolute;
  left: 0;
  right: 0;
  top: 85%;
  text-align: center;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .front-banners .front-banner__description {
    height: 70%;
    margin: 0;
    padding: 1.5rem;
    left: 1.25em;
    top: auto;
    bottom: 0;
    margin-bottom: -5rem;
    text-align: left;
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .front-banners .front-banner__description {
    height: 75%;
  }
}
@media screen and (min-width: 1024px) {
  .front-banners .front-banner__description {
    height: 75%;
  }
}
@media screen and (min-width: 1400px) {
  .front-banners .front-banner__description {
    height: 40%;
  }
}
.front-banners .front-banner__description h6 {
  color: #66659b;
  font: 500 1em 'Geomanist', sans-serif;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0;
}
.front-banners .front-banner__description p {
  color: #66659b;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 0.875em;
  margin-bottom: 0;
}
.bottom-banner {
  background-position: center 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  height: 420px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .bottom-banner {
    height: 100vh;
    margin-top: -15vh;
  }
}
@media screen and (min-width: 768px) {
  .bottom-banner.align-left .bottom-banner__content {
    text-align: left;
  }
  .bottom-banner.align-left .bottom-banner__content .button {
    margin-left: 0;
  }
}
.bottom-banner.gradient:before {
  background: -webkit-linear-gradient(top, #000 0, rgba(0,0,0,0) 50%);
  background: -moz-linear-gradient(top, #000 0, rgba(0,0,0,0) 50%);
  background: -o-linear-gradient(top, #000 0, rgba(0,0,0,0) 50%);
  background: -ms-linear-gradient(top, #000 0, rgba(0,0,0,0) 50%);
  background: linear-gradient(to bottom, #000 0, rgba(0,0,0,0) 50%);
  content: '';
  height: 80%;
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
}
.bottom-banner__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .bottom-banner__content {
    bottom: 120px;
    text-align: right;
  }
}
.bottom-banner__content h2 {
  color: #fff;
  font: 500 1.5em 'Geomanist', sans-serif;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .bottom-banner__content h2 {
    font-size: 2.25em;
  }
}
.bottom-banner__content p {
  color: #fff;
  font: 400 0.875em 'Geomanist', sans-serif;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .bottom-banner__content p {
    font-size: 1.125em;
  }
}
.bottom-banner__content .button {
  margin: 21px auto 0;
}
@media screen and (min-width: 768px) {
  .bottom-banner__content .button {
    margin-right: 0;
    margin-left: auto;
  }
}
.register {
  overflow: hidden;
  background-color: #fff;
}
.register__main {
  margin: 0 auto 2rem;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .register__main {
    margin-top: 49px;
  }
}
.register__total {
  background-color: #9a2e9b;
  padding: 2rem 3.125rem;
  width: 100%;
}
.register__total .text {
  color: #fff;
  font-size: 1.125rem;
  text-align: right;
  margin: 0;
}
.register__total .text.small {
  font-size: 0.688rem;
}
.register .buttons-container {
  margin-top: 44px;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -o-box-direction: reverse;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .register .buttons-container {
    border-top: 1px solid rgba(0,0,0,0.1);
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 3rem 0;
  }
}
.register .button {
  margin: 5px 0;
}
@media screen and (min-width: 768px) {
  .register .button {
    margin: 0 1rem;
    max-width: 200px;
  }
}
@media screen and (min-width: 768px) {
  .register .form-label {
    padding-right: 1.625rem;
  }
}
.register .step {
  max-width: 720px;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .register .step1 .form-group {
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
  }
  .register .step1 .form-label,
  .register .step1 .col-right {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .register .step1 .form-label {
    margin: 0;
    text-align: right;
  }
}
.register .step3 .form-label {
  margin-top: 45px;
  text-align: center;
}
.register .step3 .form-group.left {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.register .step3 .form-group.left .form-group {
  margin-left: 0;
  margin-right: 1rem;
}
@media screen and (min-width: 768px) {
  .register .step3 .form-group {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
  }
  .register .step3 .form-label {
    color: #666;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    margin-top: 10px;
    text-align: left;
  }
  .register .step3 .form-radio {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
  .register .step3 .form-checkbox {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -o-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.register .step4 {
  max-width: 1440px;
  width: 100%;
}
@media screen and (min-width: 680px) {
  .register .step4 {
    width: 92%;
  }
}
.register__welcome {
  background: url("../images/bienvenido-mov.jpg") no-repeat center 0;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
  padding-top: 130%;
}
@media screen and (min-width: 680px) {
  .register__welcome {
    background-image: url("../images/bienvenido-desk.jpg");
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    margin: auto;
    padding-top: 39.25%;
  }
}
@media screen and (min-width: 1366px) {
  .register__welcome {
    padding-top: 39.25%;
  }
}
@media screen and (min-width: 1680px) {
  .register__welcome {
    padding-top: 35.25%;
  }
}
.register__welcome h3,
.register__welcome p {
  color: #666;
  font-size: 1.125rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 80%;
}
.register__welcome h3 {
  margin-bottom: 0;
}
.register__welcome p {
  margin-top: 0;
}
.modal {
  background-color: #fff;
  border-radius: 20px;
  max-width: 700px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  overflow: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -70%);
  -moz-transform: translate(-50%, -70%);
  -o-transform: translate(-50%, -70%);
  -ms-transform: translate(-50%, -70%);
  transform: translate(-50%, -70%);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  -moz-transition: -moz-transform 0.3s, opacity 0.2s;
  -o-transition: -o-transform 0.3s, opacity 0.2s;
  -ms-transition: -ms-transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s;
  visibility: hidden;
  width: 96%;
  z-index: -1;
  padding: 2rem;
}
.modal.small {
  max-width: 380px;
}
.modal.radius-small {
  border-radius: 5px;
}
.modal.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  visibility: visible;
  z-index: 112;
}
.modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
  width: 20px;
  height: 20px;
  color: #666;
}
.modal__inner {
  max-height: 70vh;
  padding-right: 1rem;
  overflow: auto;
}
.modal__head {
  color: #120918;
  font-size: 1.125rem;
  margin-bottom: 1rem;
  text-align: center;
}
.modal__title {
  margin: 0 auto;
  width: 96%;
}
@media screen and (min-width: 768px) {
  .modal__title {
    width: 60%;
  }
}
.modal__subtext {
  margin: 0;
  font-size: 0.9rem;
  color: #666;
}
.modal__body {
  color: #666;
  font-size: 0.875rem;
  text-align: justify;
  position: relative;
}
.modal__foot {
  margin-top: 2rem;
}
.modal__foot .buttons-container {
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -o-box-direction: reverse;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .modal__foot .buttons-container {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    -o-box-pack: distribute;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
}
.modal__foot .button {
  margin: 5px auto;
}
@media screen and (min-width: 768px) {
  .modal__foot .button {
    max-width: 180px;
  }
}
.modal__foot .clean {
  color: #666;
  text-transform: none;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -o-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .modal__foot .clean {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    -o-box-ordinal-group: 0;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
}
.modal__foot .icon {
  margin-right: 8px;
  vertical-align: middle;
}
.modal-loading .modal__body {
  text-align: center;
  max-height: 388px;
}
.modal-loading .modal__body p {
  margin: 0;
}
.modal-loading .modal__body p.highlight {
  font-family: 'Geomanist', sans-serif;
}
.modal-loading .text-top {
  color: #120918;
  font-size: 1.125rem;
}
.modal-loading .price {
  color: #fba343;
  font: 500 1.875rem 'Geomanist', sans-serif;
}
.modal-loading .loading {
  height: 116px;
  margin: 25px auto;
  width: 155px;
}
.modal-loading .loading .icon {
  height: inherit;
  width: inherit;
}
.modal-loading .highlight {
  font-weight: 500;
}
.cart-preview {
  background-color: #fff;
  color: #666;
  padding: 0.5rem;
  width: 100%;
  z-index: 102;
}
@media screen and (max-height: 600px) {
  .cart-preview {
    padding-top: 0;
  }
}
.cart-preview.aside {
  height: 100vh;
  max-width: 460px;
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -ms-transition: -ms-transform 0.3s;
  transition: transform 0.3s;
}
.cart-preview.aside.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
@media screen and (min-width: 768px) {
  .cart-preview.aside {
    max-width: 360px;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
.cart-preview__head {
  position: relative;
  text-align: center;
}
.cart-preview__head p {
  color: #120918;
}
.cart-preview__head .remove-all {
  margin-bottom: 0.5rem;
  padding-right: 1rem;
  text-align: right;
}
.cart-preview__head .remove-all a {
  border: 1px solid #e9e9e9;
  border-radius: 18px;
  color: #666;
  font-size: 0.75rem;
  display: inline-block;
  line-height: 1.2;
  padding: 6px 1.125rem;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  -ms-transition: background 0.2s;
  transition: background 0.2s;
}
.cart-preview__head .remove-all a:hover {
  background-color: #e9e9e9;
}
@media screen and (max-height: 600px) {
  .cart-preview__head .remove-all {
    margin-bottom: 0;
  }
}
.cart-preview .icon-cross {
  color: #979797;
  height: 21px;
  position: absolute;
  right: 1em;
  top: 0;
  width: 21px;
}
.cart-preview .icon-cross:before,
.cart-preview .icon-cross:after {
  width: 2px;
}
.cart-preview .cart-product__list {
  min-height: 220px;
  max-height: calc(100vh - 348px);
  position: relative;
}
@media screen and (max-height: 600px) {
  .cart-preview .cart-product__list {
    min-height: 180px;
  }
}
@media screen and (max-height: 600px) {
  .cart-preview .cart-product__item {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.cart-preview__footer .button {
  margin: 10px auto;
  max-width: 201px;
}
.cart-preview__resume {
  margin: 20px 0;
  text-align: right;
}
.cart-preview__resume li {
  font-size: 0.75rem;
}
.cart-preview__resume li.total {
  font-size: 1rem;
  margin-top: 20px;
}
.cart-product__item {
  border-bottom: 1px solid rgba(0,0,0,0.1);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 1.25rem 0.875rem 1.25rem 0;
  position: relative;
}
.cart-product__top {
  position: relative;
  text-align: left;
}
.cart-product__top .bin {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}
.cart-product__top .bin .icon-bin {
  width: 14px;
}
.cart-product__content {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.cart-product__bottom {
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cart-product__bottom .numeric {
  margin-top: 10px;
}
.cart-product__img {
  height: 85px;
  margin-right: 0.875rem;
  width: 85px;
}
.cart-product__img img {
  width: 100%;
}
.cart-product__code,
.cart-product__pts {
  font-size: 0.75rem;
}
.cart-product__price,
.cart-product__pts {
  color: #c1c1c1;
  font-size: 0.813rem;
  text-align: right;
}
.cart-product__price {
  margin: 4px 0 0;
}
.cart {
  width: 100%;
}
.cart__main,
.cart__register {
  background: #fff;
  padding: 50px 0;
  width: 100%;
}
.register .step3 {
  max-width: 100%;
  width: 100%;
}
.cart__main-title {
  color: #9a2e9b;
  font-size: 1.5rem;
  font-family: 'Geomanist', sans-serif;
}
.cart__main-subtitle {
  color: #120918;
  font-size: 0.875rem;
  margin-bottom: 35px;
}
.cart__content {
  margin-left: auto;
  max-width: 1260px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .cart__content,
  .cart__register {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -o-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1025px) {
  .cart__content {
    width: 90%;
  }
}
.cart__content .step {
  margin: 0;
  right: 0;
  left: auto;
  width: auto;
}
.cart .card__extra {
  max-height: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
.cart .form-label {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
@media screen and (min-width: 768px) {
  .cart .step1 .form-group {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 auto;
  }
  .cart .step1 .form-radio {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
  .cart .step1 .form-checkbox {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -o-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cart .step1 .form-row.left .form-group {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  margin-left: 0;
}
.cart .step1 .form-checkbox {
  margin: 15px 0 0;
}
.cart .step1 .checkbox-label {
  font-size: 0.875rem;
}
.cart .step2 .form-group.left {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.cart .step2 .form-group.left .form-group {
  margin-left: 0;
  margin-right: 1rem;
}
@media screen and (min-width: 1024px) {
  .cart__left {
    -webkit-flex-basis: 56.34%;
    flex-basis: 56.34%;
    margin-right: 1.25rem;
  }
}
.cart__right {
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -ms-transition: -ms-transform 0.3s;
  transition: transform 0.3s;
  z-index: -1;
}
.cart__right.active {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  z-index: 102;
}
@media screen and (min-width: 1024px) {
  .cart__right {
    border: 1px solid rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 17px 24px 0 rgba(0,0,0,0.08);
    box-shadow: 0 17px 24px 0 rgba(0,0,0,0.08);
    -webkit-flex-basis: 42%;
    flex-basis: 42%;
    height: auto;
    margin-top: 72px;
    padding: 1rem 2.125rem 0;
    position: relative;
    bottom: auto;
    left: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    z-index: 1;
  }
  .cart__right .icon-cross {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .cart__right {
    padding: 1rem 3.125rem 0;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .cart__right {
    margin-top: 76px;
  }
}
.cart__right .cart-product__list {
  max-height: calc(100vh - 272px);
}
.cart__right .cart-preview__head {
  text-align: left;
  font-size: 0.875rem;
}
.cart-preview-mov {
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  background-color: #fba343;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0.5rem;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
@media screen and (min-width: 1024px) {
  .cart-preview-mov {
    display: none;
  }
}
.cart-preview-mov .cart-preview__head {
  padding-left: 15px;
  position: relative;
}
.cart-preview-mov .cart-preview__head p {
  color: #fff;
  margin: 12px 0 0;
}
.cart-preview-mov .cart-preview__head:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: '';
  display: block;
  height: 8px;
  position: absolute;
  left: 0;
  bottom: 3px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 8px;
}
.cart-preview-mov .cart-preview__resume {
  margin: 0;
}
.cart-preview-mov .cart-preview__resume li {
  margin: 5px;
}
.cart .buttons-container {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 20px 0;
}
.cart .buttons-container .button {
  margin: 10px;
}
.cart .buttons-container .secondary {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -o-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
@media screen and (min-width: 768px) {
  .cart .buttons-container {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cart .buttons-container .secondary {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    -o-box-ordinal-group: 0;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
}
.cart__confirm {
  text-align: center;
  color: #666;
}
.cart__confirm-head p {
  margin: 0;
}
.cart__confirm h5 {
  color: #9a2e9b;
  font-size: 1.125rem;
  font-family: 'Geomanist', sans-serif;
  font-weight: 400;
  margin: 0;
}
.cart__confirm-icon {
  border: 2px solid #9a2e9b;
  border-radius: 50%;
  color: #9a2e9b;
  height: 94px;
  margin: 20px auto;
  position: relative;
  width: 94px;
}
.cart__confirm-icon:before,
.cart__confirm-icon:after {
  background-color: currentColor;
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 5px;
}
.cart__confirm-icon:before {
  height: 15px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: -3px 0 0 -10px;
}
.cart__confirm-icon:after {
  height: 30px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: -15px 0 0 3px;
}
.cart__confirm-info {
  font-size: 0.75rem;
}
.cart__confirm-info p {
  margin: 3px 0;
}
.cart__confirm-info p:last-child {
  margin-top: 15px;
}
.cart__confirm-items {
  max-width: 389px;
  margin: 20px auto;
  width: 96%;
  overflow: auto;
}
.cart__confirm-item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  font-size: 0.75rem;
  padding: 0.25rem 0.25rem 0.25rem 1rem;
  text-align: left;
  min-width: 320px;
}
.cart__confirm-item span {
  display: inline-block;
}
.cart__confirm-item__qty {
  width: 10%;
}
.cart__confirm-item__name {
  width: 60%;
  padding-right: 0.5rem;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.cart__confirm-item__price,
.cart__confirm-item__pts {
  width: 15%;
}
.cart__confirm-banners {
  border-top: 1px solid rgba(0,0,0,0.1);
  padding: 32px 0;
  margin-top: 42px;
}
@media screen and (min-width: 768px) {
  .cart__confirm-banners {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cart__confirm-banner {
  margin: 15px;
  max-width: 300px;
  position: relative;
}
.cart__confirm-banner img {
  width: 100%;
}
.cart__confirm-banner figcaption {
  font-size: 1.5rem;
  font-family: 'Barlow Semi Condensed', sans-serif;
  position: absolute;
  left: 10%;
  top: 31px;
  text-align: center;
  width: 102px;
}
.cart__confirm-banner:last-child {
  color: #fff;
}
.cart__confirm-items.mul .cart__confirm-item {
  min-width: 389px;
}
.cart__confirm-items.mul .cart__confirm-item__qty {
  width: 25px;
}
.cart__confirm-items.mul .cart__confirm-item__name {
  width: 148px;
}
.cart__confirm-items.mul .cart__confirm-item__code {
  width: 63px;
}
.cart__confirm-items.mul .cart__confirm-item__price,
.cart__confirm-items.mul .cart__confirm-item__pts {
  width: 44px;
}
.cart .dropdown {
  z-index: 2;
}
.ezone {
  background-color: #ececec;
  color: #666;
}
@media (min-width: 1024px) {
  .ezone {
    padding: 1.5rem 0;
  }
}
.ezone__container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ezone__container {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .ezone__container {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.ezone__panel {
  width: 100%;
  background-color: #120918;
}
@media (min-width: 1024px) {
  .ezone__panel {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 1.5rem;
    padding: 2rem 0;
    width: 260px;
    background-color: #673167;
    border-radius: 10px;
  }
}
.ezone__content,
.ezone__content.template-events {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  width: 100%;
}

.ezone__textcontent.template-events .text {
  width: 50%;
}

@media (min-width: 768px) {
  .ezone__content {
    width: calc(100% - 260px - 1.5rem);
  }

  .ezone__content.template-events {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ezone__content,
  .ezone__content.template-events {
    padding-top: 1.5rem;
    margin: 0 auto;
    width: 92%;
  }
}
.ezone__profile {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 2rem;
  margin-bottom: 2rem;
}
.ezone__profile.desk {
  display: none;
}
@media (min-width: 1024px) {
  .ezone__profile.desk {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
}
.ezone__profile.mobile {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 200px;
  padding: 0;
}
@media (min-width: 1024px) {
  .ezone__profile.mobile {
    display: none;
  }
}
.ezone__profile.mobile .ezone__profile-name {
  font-size: 1.5rem;
  color: #9a2e9b;
}
.ezone__profile-avatar {
  position: relative;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 1.25rem;
}
.ezone__profile-avatar:after {
  content: attr(data-level);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding-bottom: 0.1rem;
  padding-right: 0.1rem;
  font-weight: 500;
  font-style: italic;
  font-size: 0.75rem;
  text-transform: uppercase;
  background-color: #9a2e9b;
  border-radius: 50%;
  color: #fff;
}
.ezone__profile-avatar .avatar {
  position: relative;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0;
}
.ezone__profile-name {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
}
.ezone__logout {
  font-size: 0.8rem;
  color: #f7f7f7;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.ezone__menu {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  overflow: auto;
}
@media (min-width: 1024px) {
  .ezone__menu {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.ezone__menu a {
  display: block;
  padding: 1rem;
  color: #fff;
  border-bottom: 3px solid transparent;
}
@media (min-width: 1024px) {
  .ezone__menu a {
    padding: 1rem 2rem;
    border-bottom: none;
    border-left: 5px solid transparent;
  }
}
@media (min-width: 1024px) {
  .ezone__menu a:hover {
    background-color: rgba(18,9,24,0.2);
    border-color: #9a2e9b;
  }
}
.ezone__menu li {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  min-width: max-content;
  min-width: -moz-max-content;
}
.ezone__menu li.active a {
  border-color: #9a2e9b;
}
@media (min-width: 1024px) {
  .ezone__menu li.active a {
    background-color: rgba(18,9,24,0.2);
  }
}
.ezone__section {
  position: relative;
  margin-bottom: 1rem;
  background-color: #fff;
}

.ezone__section.downloads {
  margin-bottom: 1.5rem;
  width: 100%;
}

@media (min-width: 768px) {
  .ezone__section {
    margin-bottom: 1.5rem;
    border-radius: 10px;
  }
}
.ezone__section .center {
  margin: 30px auto 0;
}
.ezone__section.clean {
  background: none;
  padding: 0;
  margin-left: 1rem;
  margin-right: 1rem;
}
@media (min-width: 768px) {
  .ezone__section.clean {
    margin-left: 0;
    margin-right: 0;
  }
}
.ezone__section.banner {
  margin-left: 1rem;
  margin-right: 1rem;
  text-align: center;
  background: none;
}
@media (min-width: 768px) {
  .ezone__section.banner {
    margin-left: 0;
    margin-right: 0;
  }
}
.ezone__section.banner figure {
  display: inline-block;
  border-radius: 10px;
  overflow: hidden;
}
.ezone__section.user-info .ezone__header {
  display: none;
}
@media (min-width: 1024px) {
  .ezone__section.user-info .ezone__header {
    display: block;
  }
}
@media (min-width: 1025px) {
  .ezone__section.user-info .ezone__body {
    padding-bottom: 0;
  }
}
.ezone__section.user-info.active-edition .ezone__info-edit,
.ezone__section.user-info.active-edition .ezone__info-static {
  display: none;
}
.ezone__section.user-info.active-edition .ezone__info-ctrl,
.ezone__section.user-info.active-edition .ezone__info-save,
.ezone__section.user-info.active-edition .ezone__info-group {
  display: block;
}
.ezone__section.user-info.active-edition .ezone__info-ctrl.address {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.ezone__section.user-info.active-edition .ezone__info-count {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.ezone__section.user-info.active-edition .ezone__info-group {
  width: 100%;
}
@media (min-width: 768px) {
  .ezone__section.user-info.active-edition .ezone__info-group {
    display: inline-block;
    width: auto;
  }
}
.ezone__cols {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .ezone__cols {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .ezone__cols.ipad-cols {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .ezone__cols.ipad-cols .ezone__col {
    width: calc(50% - 0.75rem);
  }
}
@media (min-width: 768px) {
  .ezone__cols.ipad-cols .ezone__col:first-child {
    margin-right: 0.75rem;
  }
}
@media (min-width: 768px) {
  .ezone__cols.ipad-cols .ezone__col:last-child {
    margin-left: 0.75rem;
  }
}
@media (min-width: 768px) {
  .ezone__col flex 0 0 auto {
                         margin: 0;
                       }
}
@media (min-width: 1200px) {
  .ezone__col {
    width: calc(50% - 0.75rem);
  }
}
@media (min-width: 1200px) {
  .ezone__col:first-child {
    margin-right: 0.75rem;
  }
}
@media (min-width: 1200px) {
  .ezone__col:last-child {
    margin-left: 0.75rem;
  }
}
.ezone__header {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  border-bottom: 3px solid rgba(0,0,0,0.1);
}
.ezone__header .tabs__header {
  margin-bottom: -3px;
}
.ezone__header + .datefilter {
  margin: 10px auto 0;
  width: 80%;
}
.ezone__header + .datefilter .datefilter__group {
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  -o-box-pack: distribute;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  margin-top: 10px;
}
.ezone__header + .datefilter .datefilter__label {
  width: 69px;
}
.ezone__header + .datefilter .datefilter__input.border {
  width: 58px;
}
.ezone__header + .datefilter .dropdown-toggle {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .ezone__header + .datefilter {
    width: auto;
    position: absolute;
    right: 1.5rem;
    top: 0;
  }
  .ezone__header + .datefilter .datefilter__label {
    margin-right: 5px;
    margin-left: 5px;
    width: auto;
  }
}
.ezone__headline {
  display: inline-block;
  padding: 1.5rem 1.5rem 1.2rem;
  margin-bottom: -3px;
  margin-top: 0;
}
.ezone__headline.bordered {
  border-bottom: 3px solid #9a2e9b;
}
.ezone__headline.tabs__item {
  margin-bottom: 0;
  border-bottom: 3px solid transparent;
}
.ezone__headline.tabs__item .ezone__title {
  color: rgba(0,0,0,0.2);
}
.ezone__headline.tabs__item.active {
  border-color: #9a2e9b;
}
.ezone__headline.tabs__item.active .ezone__title {
  color: #9a2e9b;
}
.ezone__breadcrumbs {
  margin: 0 0 15px;
}
.ezone__breadcrumbs li {
  display: inline-block;
  font-size: 0.75rem;
  color: #120918;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.ezone__breadcrumbs li:before {
  display: inline-block;
  color: currentColor;
  content: '/';
  margin-right: 5px;
}
.ezone__breadcrumbs li:first-child:before {
  content: '<';
}
.ezone__headextras {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding: 0.3rem 2rem 0;
  text-align: right;
}
.ezone__title {
  margin: 0;
  font-family: 'Geomanist Book', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #9a2e9b;
}
@media (min-width: 768px) {
  .ezone__title {
    font-size: 1.25rem;
  }
}
.ezone__subtitle {
  margin: 5px 0;
  font-size: 0.875rem;
  font-weight: 400;
  color: #666;
}

.ezone__body {
  padding: 1.5rem;
}

.ezone__description p {
  font-family: 'Roboto', Verdana;
  font-size: 13px;
  padding: 20px 40px;
}

.ezone__info-edit,
.ezone__info-delete {
  position: absolute;
  top: 0;
  right: 0;
}

.icon-edit__text {
  font-size: 11px;
  text-align: center;
  color: #666;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 4px;
  display: inline-block;
}

.ezone__info-user {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .ezone__info-user {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.ezone__info-count {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 2rem;
}
@media (min-width: 1200px) {
  .ezone__info-count {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-bottom: 1.5rem;
  }
}
.ezone__info-count > span {
  display: block;
  margin-bottom: 1.65rem;
  font-weight: 700;
}
@media (min-width: 1025px) {
  .ezone__info-count > span:last-child {
    margin: 0;
  }
}
.ezone__info-count .separator {
  display: inline-block;
  margin: 0 0.5rem;
}
.ezone__info-personal {
  position: relative;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
@media (min-width: 1025px) {
  .ezone__info-personal {
    text-align: center;
  }
}
.ezone__info-personal .ezone__info-inner {
  display: inline-block;
  text-align: left;
}
.ezone__info-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ezone__info-group {
  display: inline-block;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .ezone__info-group {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
.ezone__info-group.address {
  display: block !important;
  margin-left: 0;
  margin-right: 0;
}
.ezone__info-group:first-child {
  margin-left: 0;
}
.ezone__info-group:last-child {
  margin-right: 0;
}
.ezone__info-title {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
.ezone__info-text {
  margin: 0;
  max-width: 440px;
}
.ezone__info-invite {
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .ezone__info-invite {
    position: absolute;
    top: 1rem;
    right: 1rem;
  }
}
.ezone__info-ctrl {
  display: none;
  width: 100%;
}
.ezone__info-ctrl.address {
  margin-top: 0;
  max-width: 100%;
}
.ezone__info-save {
  display: none;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .ezone__info-save {
    position: absolute;
    top: -4.7rem;
    right: 0;
  }
}
.ezone__table.first-left th:first-child,
.ezone__table.first-left td:first-child {
  text-align: left;
}
.ezone__table.align-left th,
.ezone__table.align-left td {
  text-align: left;
}
.ezone__table.col2 th,
.ezone__table.col2 td {
  width: calc(50% - 3px);
}
.ezone__table.col3 th,
.ezone__table.col3 td {
  width: calc(100% / 3 - 3px);
}
.ezone__table-head,
.ezone__table-body {
  padding-right: 1rem;
}
.ezone__table-body {
  position: relative;
  max-height: 400px;
  overflow: auto;
}
.ezone__table-body .ps__rail-y {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.ezone__table table {
  min-width: 100%;
  text-align: center;
}
.ezone__table th,
.ezone__table td {
  display: inline-block;
  padding: 0 1rem;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .ezone__table th,
  .ezone__table td {
    font-size: 1rem;
  }
}
.ezone__table th:first-child,
.ezone__table td:first-child {
  padding-left: 0;
}
.ezone__table th:last-child,
.ezone__table td:last-child {
  padding-right: 0;
}
.ezone__table th {
  padding-bottom: 1.5rem;
}
.ezone__table tr + tr td {
  padding-top: 1rem;
}
.ezone__table a {
  text-decoration: underline;
  color: #fba343;
}
.ezone__jumbotron {
  width: 100%;
  margin: 0;
  position: relative;
  padding-bottom: 82.56%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .ezone__jumbotron {
    padding-bottom: 42.56%;
  }
}
.ezone__jumbotron img,
.ezone__jumbotron video {
  height: 100%;
  max-width: none;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .ezone__jumbotron img,
  .ezone__jumbotron video {
    height: auto;
    width: 100%;
  }
  .ezone__jumbotron.normal {
    padding: 0;
  }
  .ezone__jumbotron.normal img,
  .ezone__jumbotron.normal video {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.ezone__jumbotron .pause-button {
  display: none;
}
.ezone__jumbotron.playing .play-button {
  display: none;
}
.ezone__jumbotron.pausing .pause-button {
  display: block;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
.ezone__jumbotron.pausing .play-button {
  display: none;
}
.ezone__textcontent {
  position: relative;
}
.ezone__textcontent.full .text {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
@media (min-width: 1200px) {
  .ezone__textcontent {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.ezone .text {
  text-align: justify;
  color: #666;
  font-size: 0.875rem;
  -webkit-flex-basis: 57%;
  flex-basis: 57%;
}
.ezone .text.large {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .ezone .text {
    font-size: 1rem;
  }
  .ezone .text.large {
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {
  .ezone .text {
    -webkit-flex-basis: 59%;
    flex-basis: 59%;
  }
}
.ezone__banners {
  margin-left: -1.5rem;
  width: calc(100% + 3rem);
}
@media (min-width: 410px) {
  .ezone__banners.mul {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .ezone__banners.mul {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    max-width: 100%;
  }
  .ezone__banners.mul .ezone__banner {
    margin-right: 0;
    margin-left: 0;
    width: 48%;
  }
  .ezone__banners.mul .ezone__banner.large img {
    height: 100%;
    max-width: none;
    left: auto;
    right: 0;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .ezone__banners {
    -webkit-flex-basis: 39%;
    flex-basis: 39%;
    width: auto;
  }
  .ezone__banners.mul {
    display: block;
  }
  .ezone__banners.mul .ezone__banner {
    width: 100%;
  }
}
.ezone__banner {
  position: relative;
  margin: 1.5rem auto 0;
  width: 100%;
}
.ezone__banner.large {
  padding-bottom: 82.25%;
  overflow: hidden;
}
.ezone__banner.large img {
  height: 100%;
  max-width: none;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
@media (min-width: 768px) {
  .ezone__banner.large {
    padding-bottom: 39.75%;
  }
  .ezone__banner.large img {
    height: auto;
    right: auto;
    left: 0;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .ezone__banner.large {
    padding-bottom: 82.25%;
  }
  .ezone__banner.large img {
    height: 100%;
    left: auto;
    right: 0;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .ezone__banner {
    max-width: 409px;
    min-width: 247px;
    overflow: hidden;
    border-radius: 6px;
  }
}
.ezone__banner figcaption {
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  max-width: 266px;
  width: 92%;
}
.ezone__banner .button {
  font-size: 0.875rem;
}
@media (min-width: 1200px) {
  .ezone__banner .button {
    font-size: 1rem;
  }
}
.ezone__hscroll {
  position: relative;
  overflow: auto;
  margin: 20px 0 0;
  padding: 5px 0 20px;
  width: 100%;
}
.ezone__hscroll ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: calc((250px + 16px) * 4);
  width: max-content;
  width: -moz-max-content;
}
.ezone__hscroll li {
  display: inline-block;
  border-radius: 6px;
  margin-right: 16px;
  overflow: hidden;
  width: 250px;
}
.ezone__hscroll li figure {
  width: 100%;
}
.ezone__hscroll li:last-child {
  margin-right: 0;
}
@media (min-width: 768px) {
  .ezone__hscroll li {
    width: 300px;
  }
}
.ezone__grid-imgs {
  padding-bottom: 2rem;
}
.ezone__grid-list {
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ezone__grid-list.large .ezone__grid-item {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .ezone__grid-list.large .ezone__grid-item {
    -webkit-flex-basis: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
  }
}
.ezone__grid-list.large .ezone__grid-item__title,
.ezone__grid-list.large .ezone__grid-item__date,
.ezone__grid-list.large .ezone__grid-item__desc {
  text-align: left;
}
.ezone__grid-list.large .ezone__grid-item__date {
  margin: 10px 0;
}
@media (min-width: 1025px) {
  .ezone__grid-list.large .ezone__grid-item__date {
    font-size: 0.633rem;
  }
}
.ezone__grid-item {
  margin: 10px 0 0;
  -webkit-flex-basis: calc(50% - 10px);
  flex-basis: calc(50% - 10px);
}
@media (min-width: 768px) {
  .ezone__grid-item {
    margin-bottom: 10px;
    -webkit-flex-basis: calc(25% - 20px);
    flex-basis: calc(25% - 20px);
  }
}
.ezone__grid-item__title,
.ezone__grid-item__date,
.ezone__grid-item__desc {
  color: #666;
  text-align: center;
}
.ezone__grid-item__title {
  margin: 10px 0;
  font-size: 0.75rem;
}
@media (min-width: 1025px) {
  .ezone__grid-item__title {
    font-size: 1rem;
  }
}
.ezone__grid-item__date,
.ezone__grid-item__desc {
  font-size: 0.633rem;
  margin: 0;
}
@media (min-width: 1025px) {
  .ezone__grid-item__date,
  .ezone__grid-item__desc {
    font-size: 0.75rem;
  }
}
.ezone__grid-item .button {
  margin-top: 5px;
  font-size: 0.75rem;
}
@media (min-width: 1024px) {
  .ezone__grid-item .button {
    font-size: 0.875rem;
    margin-top: 20px;
  }
}
.ezone__grid-img {
  margin-top: 15px;
  overflow: hidden;
  position: relative;
}
.ezone__grid-score {
  text-align: center;
}
.ezone__grid-score p {
  margin: 5px 0;
  font-size: 0.75rem;
}
@media (min-width: 1025px) {
  .ezone__grid-score p {
    font-size: 1rem;
  }
}
.ezone__grid-score ul {
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 1025px) {
  .ezone__grid-score ul {
    width: 85%;
  }
}
.ezone__grid-score li {
  border-radius: 50%;
  background-color: #ccc;
  color: #fff;
  font-size: 0.75rem;
  margin: 2px;
  padding-top: 1px;
  padding-right: 1px;
  text-align: center;
  height: 20px;
  width: 20px;
}
.ezone__grid-score li.unlocked {
  background-color: #fba343;
}
.ezone__filter {
  padding: 1rem;
}
@media (min-width: 768px) {
  .ezone__filter {
    padding: 2rem;
  }
}
.ezone__filter-group {
  margin-top: 2rem;
}
.ezone__filter-group.date .form-radio {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.ezone__filter-group.date .datefilter {
  margin-top: -0.4rem;
}
.ezone__filter .datefilter__label {
  width: 20px;
}
.ezone__filter .radio-fake {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 0.5rem;
}
.ezone__filter .form-row {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin: 0;
}
.ezone__filter .form-group {
  width: auto;
  margin-right: 1rem;
  margin-bottom: 1rem;
  min-width: 110px;
}
.ezone__filter .modal__foot {
  margin-top: 0;
}
.ezone__invite-modal .buttons-container {
  margin: 0;
  padding: 0;
  border: none;
}
.ezone__invite-modal .modal__body {
  margin: 2rem 0 1rem;
}
.ezone__invite-modal .modal__foot {
  margin: 0;
}
.ezone__invite-modal .form-group.textarea {
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.ezone__invite-modal .form-group.textarea .form-label {
  padding-top: 0.4rem;
}
.ezone__invite-modal .form-group.textarea textarea {
  height: 60px;
}
.ezone__invite-modal .button {
  max-width: 250px;
}
.travel .ezone__body {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .travel .ezone__body {
    display: block;
  }
}
.travel .ezone__hscroll {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -o-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.faq .ezone__header {
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.faq .tabs__item {
  position: relative;
}
.faq .tabs__item:first-child {
  border-bottom-color: #9a2e9b;
}
.faq .tabs__item:first-child .ezone__title {
  color: #9a2e9b;
}
.faq .tabs__item:nth-child(n + 2) .ezone__title {
  font-size: 0.933rem;
}
.faq .tabs__item:nth-child(8) {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.faq .tabs__item.active:before {
  border-right: 2px solid rgba(18,9,24,0.5);
  border-bottom: 2px solid rgba(18,9,24,0.5);
  content: '';
  height: 6px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 6px;
}
.faq .question-item {
  margin: 20px 0;
  font-size: 0.875rem;
}
.faq .question-item p {
  margin: 0;
}
@media screen and (min-width: 1366px) {
  .faq .question-item {
    font-size: 1rem;
  }
}
.faq .question {
  font-weight: 700;
}
.ezone__map img {
  width: 100%;
}
.play-button,
.pause-button {
  background: #242424;
  border-radius: 50%;
  cursor: pointer;
  margin: -40px 0 0 -40px;
  position: absolute;
  left: 50%;
  top: 50%;
  height: 80px;
  width: 80px;
}
.icon-play {
  border-left: 19px solid #fff;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  margin: -18px 0 0 -7px;
  position: absolute;
  left: 50%;
  top: 50%;
}
.icon-pause {
  height: 18px;
  margin: -12px 0 0 -14px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
}
.icon-pause:before {
  content: '\2590\A0\258C';
  color: #fff;
}
.tools__download .tools__inner {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.tools__download .tools__form-group {
  margin-left: 1rem;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.tools__calc .tools__inner {
  max-width: 280px;
}
.tools__calc .datefilter {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.tools__calc .datefilter__group,
.tools__calc .datefilter__input.border {
  margin: 0;
}
.tools__calc .datefilter__group {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.tools__calc .datefilter__input.border {
  width: 80px;
}
.tools__area .select {
  max-width: 280px;
}
.tools__area .input + .input,
.tools__area .select + .input,
.tools__area .button + .input,
.tools__area .input + .select,
.tools__area .select + .select,
.tools__area .button + .select,
.tools__area .input + .button,
.tools__area .select + .button,
.tools__area .button + .button {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .tools__area .input + .input,
  .tools__area .select + .input,
  .tools__area .button + .input,
  .tools__area .input + .select,
  .tools__area .select + .select,
  .tools__area .button + .select,
  .tools__area .input + .button,
  .tools__area .select + .button,
  .tools__area .button + .button {
    margin-top: 0;
  }
}
.tools__inner {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 630px;
  margin: 0 auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .tools__inner {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.tools__form-group {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
@media (min-width: 768px) {
  .tools__form-group {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .tools__form-group.column {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .tools__form-group.column .input + .input,
  .tools__form-group.column .select + .input,
  .tools__form-group.column .button + .input,
  .tools__form-group.column .input + .select,
  .tools__form-group.column .select + .select,
  .tools__form-group.column .button + .select,
  .tools__form-group.column .input + .button,
  .tools__form-group.column .select + .button,
  .tools__form-group.column .button + .button {
    margin-top: 1rem;
  }
}
.tools__back {
  display: block;
}
.tools__back .icon {
  display: block;
  width: 2rem;
  height: 2rem;
}
.simulator__catalog {
  max-height: 300px;
  min-height: 160px;
  width: 100%;
}
.simulator__products {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media (min-width: 768px) {
  .simulator__products {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.simulator__product {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 1rem 0.5rem;
  min-width: 130px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 calc(100% / 3 - 1rem);
  -ms-flex: 0 0 calc(100% / 3 - 1rem);
  flex: 0 0 calc(100% / 3 - 1rem);
}
@media (min-width: 768px) {
  .simulator__product {
    -webkit-flex-basis: calc(100% / 3);
    flex-basis: calc(100% / 3);
    min-width: 116px;
  }
}
.simulator__product-fig {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.simulator__product .form-group {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
}
.simulator__product .checkbox-label {
  max-width: 70px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
@media (min-width: 600px) and (max-width: 1023px) {
  .simulator__product .checkbox-label {
    max-width: 95px;
  }
}
@media (min-width: 1366px) {
  .simulator__product .checkbox-label {
    max-width: 95px;
  }
}
@media (min-width: 768px) {
  .simulator__start {
    margin-left: 1rem;
  }
}
.simulator__result-icon {
  width: 4.6rem;
  height: 4.6rem;
  margin-bottom: 1.5rem;
}
.simulator__intro {
  margin: 0 auto 1.5rem;
  max-width: 400px;
}
.simulator__footer {
  display: none;
  padding: 0 1.5rem 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  .simulator__footer {
    padding-top: 1rem;
    border-top: 3px solid rgba(0,0,0,0.1);
  }
}
@media (min-width: 768px) {
  .simulator__footer-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.simulator__step {
  background: none;
}
.simulator__step:last-child .simulator__intro {
  margin-top: 0;
  margin-bottom: 0;
}
.simulator__step-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding-top: 3rem;
  height: 316px;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 768px) {
  .simulator__step-inner {
    padding-top: 0;
    height: 387px;
  }
}
@media (min-width: 768px) {
  .simulator__step-ctrl {
    margin-left: 1.5rem;
  }
}
.simulator__step-label {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: none;
  text-transform: uppercase;
  font-size: 0.7rem;
  color: #fba343;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translate(-50%, 80%);
  -moz-transform: translate(-50%, 80%);
  -o-transform: translate(-50%, 80%);
  -ms-transform: translate(-50%, 80%);
  transform: translate(-50%, 80%);
  -webkit-transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  -ms-transition: all 0.17s ease-in-out;
  transition: all 0.17s ease-in-out;
}
@media (min-width: 768px) {
  .simulator__step-label {
    display: block;
  }
}
.simulator__steps {
  position: absolute;
  top: 5.5rem;
  left: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .simulator__steps {
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.simulator__steps .tabs-static__item {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 1.4rem;
  height: 1.4rem;
  padding: 0;
  margin: 0 1rem;
  font-size: 0.8rem;
  font-family: 'Roboto', sans-serif;
  background-color: #ccc;
  border: none;
  border-radius: 50%;
  color: #fff;
}
.simulator__steps .tabs-static__item:first-child {
  margin-left: 0;
}
.simulator__steps .tabs-static__item:first-child:before {
  display: none;
}
.simulator__steps .tabs-static__item:last-child {
  margin-right: 0;
}
.simulator__steps .tabs-static__item:last-child:after {
  display: none;
}
.simulator__steps .tabs-static__item:before,
.simulator__steps .tabs-static__item:after {
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  width: 1rem;
  height: 3px;
  margin-top: -1.5px;
  background-color: #ccc;
}
.simulator__steps .tabs-static__item:before {
  left: 0;
  margin-left: -1rem;
}
.simulator__steps .tabs-static__item:after {
  right: 0;
  margin-right: -1rem;
}
.simulator__steps .tabs-static__item.active,
.simulator__steps .tabs-static__item.active-prev {
  background-color: #fba343;
}
.simulator__steps .tabs-static__item.active:after,
.simulator__steps .tabs-static__item.active-prev:after,
.simulator__steps .tabs-static__item.active:before,
.simulator__steps .tabs-static__item.active-prev:before {
  background-color: #fba343;
}
.simulator__steps .tabs-static__item.active .simulator__step-label {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translate(-50%, 100%);
  -moz-transform: translate(-50%, 100%);
  -o-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}
.simulator .select,
.simulator .button {
  display: inline-block;
}
.business {
  background: #000;
}
.business-slider .mainslider__title {
  line-height: 1;
  text-transform: none;
}
.business-slider .mainslider__title .highlight {
  display: block;
}
@media screen and (min-width: 768px) {
  .business-slider .mainslider__title {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .business-slider .mainslider__title {
    font-size: 4.25rem;
  }
}
.business-slider .mainslider__content {
  max-width: 100%;
  z-index: 22;
}
@media screen and (min-width: 1024px) {
  .business-slider .mainslider__content {
    padding-left: 2rem;
    bottom: auto;
    top: 30%;
  }
}
.business-slider .slider__item {
  height: 70vh;
}
@media screen and (min-width: 768px) {
  .business-slider .slider__item {
    height: calc(100vh - 120px);
  }
}
.business-slider .mainslider__desc {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
  margin-top: 1rem;
  width: 90%;
}

.business-slider .mainslider__desc.cresiendo {
  font-size: 2rem;
  width: 90%;
}

@media screen and (min-width: 600px) {
  .business-slider .mainslider__desc {
    width: 50%;
    margin-top: 2rem;
    font-size: 1rem;
  }
}
.business__main {
  overflow: hidden;
  z-index: 11;
}
@media screen and (min-width: 768px) {
  .business__main {
    margin-top: 60px;
  }
}
.business__main-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  min-height: 450px;
  padding: 0 1rem;
}
@media screen and (min-width: 1024px) {
  .business__main-inner {
    min-height: 100px;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -o-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 0 3rem;
  }
}
.business__main-title,
.events--main-title {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  background: -webkit-linear-gradient(top, #9a2e9b 0%, #9a2e9b 15%, rgba(0,0,0,0) 100%);
  background: -moz-linear-gradient(top, #9a2e9b 0%, #9a2e9b 15%, rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(top, #9a2e9b 0%, #9a2e9b 15%, rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(top, #9a2e9b 0%, #9a2e9b 15%, rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom, #9a2e9b 0%, #9a2e9b 15%, rgba(0,0,0,0) 100%);
}

.business__main-title .products-maintitle,
.events__main-title .events-maintitle {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
}

@media screen and (min-width: 1024px) {
  .business__main-title,
  .events__main-title {
    margin-top: 37px;
    position: relative;
    top: auto;
    left: auto;
  }
}
.business__main .col3-4,
.events__main .col3-4 {
  display: block;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .business__main .col3-4,
  .events__main .col3-4  {
    width: calc(100% / (4 / 3));
    background: #9a2e9b;
  }
}
@media screen and (min-width: 1024px) {
  .business__main .offset1-4,
  .events__main .offset1-4 {
    margin-left: calc(100% / 4);
  }
}
.business__main .offset1-4.desk,
.events__main .offset1-4.desk {
  display: none;
}
@media screen and (min-width: 1024px) {
  .business__main .offset1-4.desk,
  .events__main .offset1-4.desk {
    display: block;
  }
}
.business__title,
.events__title {
  color: #fff;
  font: 600 0.933rem 'Barlow Semi Condensed', sans-serif;
  text-transform: uppercase;
}
@media screen and (min-width: 420px) {
  .business__title {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1366px) {
  .business__title {
    font-size: 1.25rem;
  }
}
.business__grid,
.tools--grid__list {
  position: relative;
  margin: 0 auto;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .business__grid,
  .tools--grid__list {
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -o-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: auto;
  }
}
.business__item {
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #f7f7f7;
  padding: 3.125rem 10px 4rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .business__item {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
}
@media screen and (min-width: 1024px) {
  .business__item {
    -webkit-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
  }
}
@media screen and (min-width: 1366px) {
  .business__item {
    padding: 3.125rem 2.813rem;
  }
}
.business__item-icon {
  height: 124px;
  width: 124px;
}
.business__item-icon .cls-1 {
  fill: #fba343;
}
.business__item-icon .cls-2 {
  fill: #fff;
}
.business__item .business__title {
  color: #673167;
}
@media screen and (min-width: 768px) {
  .business__item .business__title {
    min-height: 38px;
  }
}
@media screen and (min-width: 1024px) {
  .business__item .business__title {
    min-height: 48px;
  }
}
@media screen and (min-width: 1366px) {
  .business__item .business__title {
    min-height: 64px;
  }
}
.business__item-description {
  font-size: 0.875rem;
}
@media screen and (min-width: 1366px) {
  .business__item-description {
    font-size: 1rem;
  }
}
.business__slider {
  margin-top: 70px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .business__slider {
    margin-top: 0;
  }
}
.business__slider .slider__bullets {
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  bottom: 2rem;
  left: 0;
  width: 100%;
  z-index: 12;
}
.business__slider .slider__bullet {
  background: #fba343;
  border: 2px solid #fba343;
  margin: 5px 0.5rem;
  height: 8px;
  border-radius: 50%;
  width: 8px;
}
.business__slider .slider__bullet.active {
  background: #fff;
  height: 10px;
  width: 10px;
}
.business__banner {
  background-position: right 0;
  margin-top: 0;
}
.datefilter {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.datefilter.inline {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .datefilter.inline {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.datefilter.inline .datefilter__group {
  margin-bottom: 0;
}
.datefilter__group {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 0.5rem;
}
.datefilter__label {
  display: block;
  width: auto;
  text-align: right;
}

.ezone__header + .datefilter .datefilter__label.business-center {
  width: 100%;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Geomanist Book', Verdana, Arial;
}

.datefilter__input.border {
  width: 65px;
  margin: 0 0.3rem;
  border-color: #e9e9e9;
}
@media (min-width: 480px) {
  .datefilter__input.border {
    width: 70px;
  }
}
.datefilter__input.border .dropdown-toggle {
  color: #747474;
}
.datefilter .dropdown.border {
  border-radius: 18px;
}
.datefilter .dropdown.active .dropdown-list,
.datefilter .dropdown.active .dropdown-list ul {
  max-height: 100px;
}
.datefilter .dropdown.light .dropdown-list {
  right: -25%;
  width: 150%;
}
.datefilter .dropdown.light .dropdown-item {
  color: #666;
}
.datefilter .dropdown-toggle:after {
  top: 8px;
}
.switcher-zone {
  display: none;
}
.switcher-zone.active {
  display: block;
}
.cases__headline {
  padding: 0 1rem;
}
@media (min-width: 1024px) {
  .cases__headline {
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .cases__headline .business__main-inner {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -o-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 0;
    max-width: 600px;
    margin: 0 auto;
  }
}
.cases__body {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 6rem;
  padding: 0 1rem;
}
@media (min-width: 1024px) {
  .cases__body {
    margin-top: 0;
    padding: 0;
  }
}
.cases__item {
  position: relative;
  z-index: 90;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 1rem;
  background-color: #fff;
}
@media (min-width: 1024px) {
  .cases__item {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    margin: 0;
    border-bottom: 2px solid #f3f3f3;
  }
}
.cases__item.active {
  z-index: 100;
}
@media (min-width: 1024px) {
  .cases__item:nth-child(odd).active .cases__close {
    margin: 0 0 2rem auto;
  }
}
.cases__item:nth-child(even) {
  border-left: 2px solid #f3f3f3;
}
@media (min-width: 1024px) {
  .cases__item:nth-child(even).active .cases__close {
    margin: 0 auto 2rem 0;
  }
}
.cases__load .business__main-inner {
  min-height: 40px;
  background: none;
  -webkit-transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  -ms-transition: all 0.17s ease-in-out;
  transition: all 0.17s ease-in-out;
}
.cases__load .business__main-inner:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
@media (min-width: 768px) {
  .cases__load .business__main-inner {
    min-height: 100px;
  }
}
.cases__load-link {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  text-align: center;
}
.cases__load-link .icon {
  width: 2rem;
  height: 2rem;
}
.cases__banner {
  background-position: left top;
  margin-top: 359px;
}
@media screen and (min-width: 768px) {
  .cases__banner {
    margin-top: 209px;
  }
}
@media (min-width: 1024px) {
  .cases__banner {
    margin-top: 0;
  }
}
.cases__banner .bottom-banner__over {
  overflow: hidden;
  position: absolute;
  right: 0;
  top: -359px;
  width: 100%;
}
.cases__banner .bottom-banner__over img {
  height: 100%;
  max-width: none;
  -webkit-transform: translateX(-25%);
  -moz-transform: translateX(-25%);
  -o-transform: translateX(-25%);
  -ms-transform: translateX(-25%);
  transform: translateX(-25%);
  width: auto;
}
@media screen and (min-width: 768px) {
  .cases__banner .bottom-banner__over {
    top: -209px;
  }
  .cases__banner .bottom-banner__over img {
    height: auto;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .cases__banner .bottom-banner__over {
    top: 80px;
    width: 50%;
  }
  .cases__banner .bottom-banner__over img {
    height: auto;
    width: 100%;
  }
}
.cases__close {
  margin: 2rem auto 0;
}
.cases__filter {
  position: absolute;
  top: 3rem;
  left: 1rem;
  z-index: 20;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (min-width: 633px) {
  .cases__filter {
    left: calc(50% - 300px);
  }
}
@media (min-width: 1024px) {
  .cases__filter {
    top: 70px;
    left: 75%;
    -webkit-transform: translateX(calc(-100% - 3rem));
    -moz-transform: translateX(calc(-100% - 3rem));
    -o-transform: translateX(calc(-100% - 3rem));
    -ms-transform: translateX(calc(-100% - 3rem));
    transform: translateX(calc(-100% - 3rem));
  }
}
.cases__filter-label {
  margin-right: 1rem;
  font-size: 0.9rem;
  color: #fff;
}
.cases__filter .dropdown.border {
  border-color: rgba(255,255,255,0.3);
}
.cases__filter .dropdown-toggle {
  min-width: 100px;
  font-size: 0.9rem;
}
.cases__filter .dropdown-list {
  z-index: 10;
  text-align: left;
}
.cases__about,
.cases__testimonial {
  padding: 2rem 1rem;
  background-color: #fff;
}
@media (min-width: 1024px) {
  .cases__about,
  .cases__testimonial {
    padding: 3rem;
  }
}
.cases__about {
  position: relative;
  z-index: 20;
}
@media (min-width: 1024px) {
  .cases__testimonial {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
  }
}
.cases__testimonial-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  height: 100%;
}
@media (min-width: 1024px) {
  .cases__testimonial-inner {
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -o-box-direction: reverse;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -o-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
@media (min-width: 1024px) {
  .cases__testimonial-body {
    max-height: calc(100% - 68px);
    overflow: auto;
  }
}
.cases__testimonial-body p {
  margin: 0;
  color: #673167;
}
.cases__testimonial-body p + p {
  margin-top: 1rem;
}
.cases .testimonial__headline {
  margin-bottom: 2rem;
  text-align: center;
}
@media (min-width: 768px) {
  .cases .testimonial__headline {
    text-align: left;
  }
}
.cases .testimonial__about {
  padding: 0;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cases .testimonial__name {
  margin-bottom: 0.3rem;
}
.cases .testimonial__extract {
  margin-top: 0;
}
.cases .testimonial__frase {
  margin-top: 0;
  margin-bottom: 2rem;
  -webkit-box-ordinal-group: 0;
  -moz-box-ordinal-group: 0;
  -o-box-ordinal-group: 0;
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
}
.cases .testimonial__readmore {
  display: block;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .cases .testimonial__readmore {
    margin: 0;
  }
}
.cases__testimonial,
.cases__video {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  -ms-transition: all 0.17s ease-in-out;
  transition: all 0.17s ease-in-out;
}
.cases__video {
  padding: 0;
}
.cases__testimonial {
  padding: 0 1rem;
}
@media (min-width: 1024px) {
  .cases__testimonial {
    padding: 3rem;
    max-height: 100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.cases .testimonial__extract,
.cases__open {
  overflow: hidden;
  max-height: 9999px;
  -webkit-transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  -ms-transition: all 0.17s ease-in-out;
  transition: all 0.17s ease-in-out;
}
.cases .testimonial__extract {
  margin-bottom: 2rem;
}
.cases__item.active .cases__testimonial,
.cases__item.active .cases__video {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  max-height: 9999px;
}
.cases__item.active .cases__video {
  padding-bottom: 42.56%;
}
.cases__item.active .cases__testimonial {
  padding: 0 1rem 2rem;
}
@media (min-width: 1024px) {
  .cases__item.active .cases__testimonial {
    padding: 3rem;
    -webkit-transition-delay: 0.17s;
    -moz-transition-delay: 0.17s;
    -o-transition-delay: 0.17s;
    -ms-transition-delay: 0.17s;
    transition-delay: 0.17s;
  }
}
.cases__item.active .cases__open {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  padding: 0;
  max-height: 0px;
}
.cases__item.active .testimonial__extract {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  margin-bottom: 0;
  max-height: 0px;
}
@media (min-width: 1024px) {
  .cases__item:nth-child(odd).active .cases__testimonial {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@media (min-width: 1024px) {
  .cases__item:nth-child(even).active .cases__testimonial {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.alert .modal__title {
  font-size: 2rem;
}
.alert .modal__body {
  text-align: center;
  font-size: 1.3rem;
}
.loader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100vw;
  height: 100vh;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.5s;
  -moz-transition: visibility 0s 0.5s;
  -o-transition: visibility 0s 0.5s;
  -ms-transition: visibility 0s 0.5s;
  transition: visibility 0s 0.5s;
}
.loader.show {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
  visibility: visible;
}
.loader.show .loader__content {
  -webkit-transition: -webkit-transform 0.17s ease-in-out, border-radius 0.17s ease-in-out 0.17s;
  -moz-transition: -moz-transform 0.17s ease-in-out, border-radius 0.17s ease-in-out 0.17s;
  -o-transition: -o-transform 0.17s ease-in-out, border-radius 0.17s ease-in-out 0.17s;
  -ms-transition: -ms-transform 0.17s ease-in-out, border-radius 0.17s ease-in-out 0.17s;
  transition: transform 0.17s ease-in-out, border-radius 0.17s ease-in-out 0.17s;
  border-radius: 0;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.loader__content {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-color: rgba(255,255,255,.9);
  border-radius: 50%;
  -webkit-transform: scale3d(0, 0, 0);
  -moz-transform: scale3d(0, 0, 0);
  -o-transform: scale3d(0, 0, 0);
  -ms-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.17s ease-in-out 0.17s ease-in-out;
  -moz-transition: -moz-transform 0.17s ease-in-out 0.17 ease-in-out;
  -o-transition: -o-transform 0.17s ease-in-out 0.17s 0.17s ease-in-out;
  -ms-transition: -ms-transform 0.17s ease-in-out 0.17s 0.17s ease-in-out;
  transition: transform 0.17s ease-in-out 0.17s, opacity .9 ease-in-out;
}
.loader__circular {
  width: 100px;
  height: 100px;
  -webkit-animation: rotate 2s linear infinite;
  -moz-animation: rotate 2s linear infinite;
  -o-animation: rotate 2s linear infinite;
  -ms-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
.loader__base {
  fill: none;
  stroke: #673167;
  stroke-width: 7;
}
.loader__path {
  fill: none;
  stroke: #fba343;
  stroke-width: 2;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  -webkit-animation: dash 1.5s ease-in-out infinite;
  -moz-animation: dash 1.5s ease-in-out infinite;
  -o-animation: dash 1.5s ease-in-out infinite;
  -ms-animation: dash 1.5s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite;
}
@-moz-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@-o-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
body {
  background-color: #120918;
}
.main-h {
  background-color: #120918;
}
.main-h .icon-btn .icon {
  fill: #fff;
}
@media screen and (min-width: 768px) {
  .nav-list.top .nav-item:first-child:hover > a {
    color: #ff5b66;
  }
  .nav-list.top .nav-item:nth-child(2):hover > a {
    color: #45cbd4;
  }
}
@media screen and (min-width: 768px) {
  .nav-list .nav-item:hover > a,
  .nav-list .nav-item:hover .dropdown-toggle {
    color: #fba343;
  }
}
.products-page {
  background-color: #673167;
}
.products-maintitle {
  color: #fff;
}
.products-maintitle span {
  color: #fba343;
}

.ezone__filters {
  width: 100%;
  align-items: flex-end;
  display: flex;
  justify-content: flex-end;
}

.ezone__filters .datefilter__label.business-center {
  width: 100%;
  font-size: 12px;
  font-family: 'Geomanist Book', Verdana, Arial;
  padding: 0 6px;
  text-transform: uppercase;
}

.ezone__filters select {
  width: 13rem;
  font-size: 12px;
  height: 2rem;
  font-family: 'Geomanist Book', Verdana, Arial;
}

.ezone__filters {
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
  align-items: flex-end;
  display: flex;
  justify-content: flex-end;
}

.ezone__filters .detafilter__group {
  display: inline-block;
  vertical-align: middle;
}

.datefilter__search {
  padding: 4px 2.75em 6px 1em;
  border-radius: 18px;
  border: 1px solid #eee;
  width: 174px;
}

.datefilter__group .icon-search img {
  width: 17px;
  height: 17px;
  display: block;
  position: absolute;
  right: 16px;
  top: 7px;
}

.datefilter__group.search__group {
  position: relative;
}

.datefilter__search::-webkit-input-placeholder {
  font-size: 12px;
  font-family: 'Geomanist Book', Verdana, Arial;
}

select.datefilter--country,
select.datefilter--city {
  width: 11rem;
  font-size: 10px;
  text-transform: uppercase;
  height: 2rem;
}

.business__grid--item p {
  font-size: 11px;
}

.theme--purple {
  color: #9a2e9b;
}

.ezone__grid-img img {
  margin: 0 auto;
}

.button--products {
  margin: 20px auto;
}

p.ezone__grid-item__date.cedis {
  width: 80%;
  margin: 0 auto;
}

.ezone__panel.cedis {
  width: 390px;
  padding-top: 0;
  background: transparent;
}

.ezone__panel.cedis img {
  border-radius: 10px;
}

.cedis__gallery--main {
  width: 100%;
}

.cedis__gallery--item {
  width: calc(50% - 2px);
  display: inline-block;
  margin: 18px auto;
  padding: 0 10px;
  text-align: center;
}

.ezone__panel.cedis .cedis__gallery--item:nth-child(2) {
  padding-right: 8px;
  padding-left: 0;
}

.ezone__panel.cedis .cedis__gallery--item:nth-child(3) {
  padding-left: 8px;
  padding-right: 0;
}

body.theme--green {
  background: #54a582;
}

.mainslider__gradient.myomnibusiness {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #54a582 100%);
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, #54a582 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, #54a582 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, #54a582 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #54a582 100%);
}

.myomnibusiness-header,
.c-header,
.myomnibusiness-header.seytu  {
  padding: 1rem;
  text-align: center;
  background-color: #fff;
}

.myomnibusiness-header.omnilife {
  background: #fff;
}

.myomnibusiness-header.seytu {
  background: #fff;
}

.business__main.seytu .col4-4 {
  background: #ff5b66;
}

.myomnibusiness-header,
.c-header {
  background: #1c1d41;
  position: relative;
  z-index: 22;
}

.c-header {
  background: #1c1d41;
}

.myomnibusiness-header.omnilife {
  background: #fff;
}

.myomnibusiness__title.omnilife,
.myomnibusiness__subtitle.omnilife {
  color: #333;
}

.myomnibusiness__title.omnilife,
.myomnibusiness__subtitle.omnilife {
  color: #37393c;
}

h1.myomnibusiness__title.seytu {
  color: #37393c;
}

p.myomnibusiness__subtitle.seytu {
  color: #37393c;
}

.myomnibusiness-menu.omnilife.withbg {
  background: #822780;
  position: relative;
  min-height: 454px;
}

.myomnibusiness.product.omnilife {
  background: #60245f;
  border: 0;
}

.product--device.omnilife {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0 2rem;
  width: 40%;
}

.business__main.omnilife .col4-4 {
  width: calc(100%);
  background: #60245f;
}

.myomnibusiness__title,
.c-header__title {
  margin: 0;
  font-family: 'Geomanist Book', sans-serif;
  font-size: 1.5rem;
  color: #e1e98d;
}

@media (min-width: 768px) {
  .myomnibusiness-header,
  .c-header {
    padding: 3rem;
  }
}

@media (min-width: 1024px) {
  .myomnibusiness-header,
  .c-header {
    text-align: left;
  }
}


@media (min-width: 1025px) {
  .myomnibusiness-header,
  .c-header {
    width: calc((100% / 4) * 3.5);
  }
}

@media (min-width: 1024px) {
  .myomnibusiness__about,
  .c-header {
    padding: 0 2rem;
  }
}

@media (min-width: 768px) {
  .myomnibusiness__about,
  .c-header__about {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 calc(300px + 4rem);
    -ms-flex: 0 0 calc(300px + 4rem);
    flex: 0 0 calc(50%);
    margin: 0;
    text-align: left;
  }
}

.myomnibusiness__about,
.c-header__component {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -o-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  margin-top: 1rem;
}

.myomnibusiness__subtitle,
.c-header__subtitle {
  font-size: 1.1rem;
  color: #fff;
  font-family: 'Robot', Verdana, Arial;
  padding-right: .7rem;
}

.myomnibusiness,
.c-header__container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .myomnibusiness,
  .c-header__container {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    -o-box-pack: distribute;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
}

@media (min-width: 1024px) {
  .myomnibusiness,
  .c-header__container {
    max-width: 100%;
  }
}

@media (min-width: 1024px) {
  .myomnibusiness,
  .c-header__container {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -o-box-lines: single;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -o-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: center;
    justify-content: c-headerenter;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}

.myomnibusiness.product {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d9db89+0,5cce9b+49,47cc9e+51,00c4a8+100 */
  background: #d9db89; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #d9db89 0%, #5cce9b 49%, #47cc9e 51%, #00c4a8 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #d9db89 0%,#5cce9b 49%,#47cc9e 51%,#00c4a8 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #d9db89 0%,#5cce9b 49%,#47cc9e 51%,#00c4a8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9db89', endColorstr='#00c4a8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  border: 0;
}

.product--device {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0 2rem;
}

.product--device figcaption {
  position: absolute;
  transform: rotate(-90deg);
  left: -69px;
  top: 45%;
  color: #fff;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .myomnibusiness.product {
    margin: 0;
    width: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%; */
  }
}

.myomnibusiness__title {
  color: #fff;
  font: 500 1.5em 'Geomanist', sans-serif;
  line-height: 1.2;
  margin: 0;
  padding: 27px 0 22px;
  text-align: left;
}

@media screen and (min-width: 1366px) {
  .myomnibusiness__title {
    font-size: 2.5em;
  }
}

@media screen and (min-width: 768px) {
  .myomnibusiness__title:after {
    background-color: #fba343;
    content: '';
    display: block;
    height: 1px;
    margin: 28px auto 0;
    width: 84px;
  }
}

@media screen and (min-width: 1024px) {
  .myomnibusiness__title:after {
    margin-left: 0;
  }
}

.myomnibusiness-menu.withbg {
  background: #61bd74;
  position: relative;
}

/*

@media (min-width: 1366px) {
  .testimonial__frase {
    width: 50%;
  }
}

.testimonial__frase img {
    margin: 0 auto;
}

*/

.product.myomnibusiness {
  padding: 6rem 0;
}

.myomnibusiness-menu--subtitle {
  position: absolute;
  width: 75%;
  background: #43657f;
  right: 0;
  bottom: -2.4rem;
  text-align: center;
  color: #fff;
  font-family: 'Barlow', Verdana, Arial;
  text-transform: uppercase;
  font-size: .75em;
}

@media screen and (min-width: 1024px) {
  .business__main .col4-4 {
    width: calc(100%);
    background: #43657f;
  }
}

.business__main-inner.myomnibusiness--steps {
  min-height: 50px;
}

.myomnibusiness--steps h3.products-maintitle {
  font-size: 1rem;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .business__item {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
  }
}

.business__main.col4-4 .myomnibusiness--banner {
  width: 100%;
}

p.myomnibusiness--banner__description {
  background: #f7f7f7;
  margin: 0;
  padding: 2rem 0;
  text-align: center;
  color: #43657f;
  font-family: 'Roboto';
  font-size: 1rem;
}

.select.select--categories,
.select.select--stories,
.select.select--date,
.select.select--news {
  width: 229px;
  padding-bottom: 1rem;
}

.select.select--stories,
.select.select--date,
.select.select--news {
  padding-bottom: 0;
}

.select.select--news {
  width: 80px;
  font-size: 14px;
}

.select.select--news.has-icon select {
  padding: 0 18px;
  background: none;
}

.select.select--categories .form-control,
.select.select--stories .form-control,
.select.select--date .form-control,
.select.select--news .form-control {
  width: 100%;
  color: #fff;
  background: transparent;
}

.select.select--date .form-control,
.select.select--news .form-control {
  color: #8a8a8a;
}

.select.select--categories::after,
.select.select--stories::after,
.select.select--date::after,
.select.select--news::after {
  content: '';
  border-top: 5px solid #fff;
}

.select.select--date::after,
.select.select--news::after {
  border-top: 5px solid #8a8a8a;
}

.select.select--categories .form-control option,
.select.select--stories .form-control option,
.select.select--date .form-control option,
.select.select--news .form-control option {
  color: #333;
}

.products-block.home select.form-control option:hover {
  background-color:#9a2e9b;
}

.datefilter.filter--date,
.datefilter.filter--news {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: column;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: center;
}

.datefilter.filter--date::first-child {
  margin-top: 1rem;
}

.datefilter.filter--date > .select--date {
  margin-top: 1rem;
}

.select.select--news .form-control {
  color: #8a8a8a;
  padding: 0 19px;
  height: 31px;
  text-align: center;
  display: inline-block;
}

.contact--container,
.history--container,
.jobs--container,
.cresiendo--container,
.tools--container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: column;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: center;
}

.contact--container,
.history--container,
.jobs--container,
.cresiendo--container,
.tools--container  {
  z-index: 22;
  background: #fff;
}

.contact {
  padding: 1rem;
  text-align: center;
  background-color: #fff;
}

@media (min-width: 768px) {
  .contact--container {
    padding: 3rem;
  }
}


.history--description,
.jobs--description,
.cresiendo--container,
.tools--description {
  width: calc(32%);
  padding: 2rem 6rem 2rem 6rem;
  text-align: left;
}

.history--description,
.jobs--description,
.cresiendo--container,
.tools--description  {
  width: 100%;
}

h2.contact--title,
.brands--container h2,
.brand--location h2,
.tools--grid__container h2 {
  font-family: 'Geomanist', Verdana, Arial;
  font-size: 2rem;
}

.contact--subtitle,
.tools--subtitle {
  font-family: 'Roboto', Verdana, Arial;
  font-size: 0.75rem;
}

h2.contact--title::after,
h2.history--title::after,
.brands--container h2::after,
.brand--location h2::after,
.tools--grid__container h2::after  {
  content: '';
  display: block;
  width: 40%;
  height: 2px;
  background: #31b698;
  margin-top: 1rem;
}

.contact--description {
  width: calc(100%);
  padding: 1rem;
  color: #333;
  text-align: left;
}

.brands--container h2::after,
.tools--grid__container h2::after {
  background: #fff;
  width: 4rem;
}

.brand--location h2::after {
  background: #2aa28f;
  width: 4rem;
}

h2.history--title::after {
  background: #fe9925;
  width: 4rem;
}

.contact--form {
  width: 75%;
  padding: 3rem 0;
}

.contact--form input[type="text"],
.contact--form input[type="phone"] {
  width: 45%;
  display: inline-block;
  padding: 1rem 2rem;
  margin: .5rem 1.5%;
}

.contact--form input[type="email"] {
  width: 93.5%;
  padding: 1rem 2rem;
  margin-top: 1.4rem;
}

.contact--form textarea {
  width: 93.5%;
  margin-top: 2rem;
  padding: 2rem;
  resize: none;
}

.contact--form input[type="submit"] {
  color: #fff;
  border: 0;
  padding: 1rem 3.5rem;
  border-radius: 30px;
  margin-left: 2rem;
  float: left;
  margin-top: 1rem;
  background: #31b698;
}

.contact--callcenter,
.brands,
.tools--grid {
  margin-top: -1.4rem;
  background: transparent;
  width: 85%;
  margin-left: 15%;
}

.brands,
.tools--grid {
  margin-left: 0;
}

.callcenter--nutretuvida {
  margin-left: -4px;
}

.callcenter--creo, .callcenter--nutretuvida {
  display: inline-block;
  vertical-align: middle;
  background-size: cover;
  width: 50%;
  background-repeat: repeat;
  padding: 2rem;
  margin-top: 1.5rem;
}

.callcenter--nutretuvida {
  background: url(http://localhost:8080/omnilife/public/images/nutre.png);
  background-position: center center;
  background-size: cover;
  min-height: 42rem;
  color: #fff;
  position: relative;
}

.callcenter--creo {
  background: url(http://localhost:8080/omnilife/public/images/creo.png);
  background-position: center center;
  background-size: cover;
  min-height: 42rem;
  color: #fff;
  position: relative;
}

.brands--container,
.tools--grid__container {
  min-height: 42rem;
  color: #fff;
  position: relative;
  background: #dd042b;
  width: 100%;
  padding: 6rem;
}

.tools--grid__container {
  background: #120918;
}

.callcenter--creo h2,
.callcenter--nutretuvida h2 {
  position: absolute;
  bottom: 150px;
}

.contact--callcenter p,
.contact--nutretuvida p {
  position: absolute;
  bottom: 12px;
  padding: 2rem 0;
}


.contact--list {
  background: #ffffff;
  color: #000065;
  margin-top: 2rem;
  padding-bottom: 6rem;
}

.contact--list__nutre {
  margin-left: -4px;
}

.contact--list__creo {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  text-align: left;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 3rem;
}

.contact--list__creo h2 {
  font-family: 'Geomanist', Verdana, Arial;
  font-size: 2rem;
}

.contact--list__creo h2::after {
  content: '';
  width: 40%;
  height: 2px;
  background: #31b698;
}

.phone--list {
  list-style: none;
  padding-left: 0;
}

ul.phone--list li {
  padding: .25rem 0;
}

.contact--list__creo h2::after {
  content: '';
  width: 40%;
  height: 2px;
  background: #48c6ab;
  display: block;
  margin-top: 1rem;
}

ul.phone--list.creo li h3 {
  color: #48c6ab;
}


.brands__grid {
  position: relative;
  margin: 0 auto;
  width: 90%;
}

@media screen and (min-width: 768px) {
  .brands__grid {
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -o-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: auto;
  }
}

@media screen and (min-width: 1024px) {
  .brand__item,
  .tools--grid__item {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
  }
}

@media screen and (min-width: 1366px) {
  .brand__item,
  .tools--grid__item {
    padding: 0;
    margin: 2rem 0;
  }
}

.brand__item p,
.tools--grid__item p {
  font-size: 0.75rem;
  font-family: 'Roboto', Verdana, Arial;
  padding: 0 25px 0 0;
}

.brand__item figure {
  height: 3rem;
}

.brand__item:nth-child(2) figure img {
  position: relative;
  top: -2rem;
}

.brand--location,
.tools--banner {
  background: #002857;
  color: #fff;
  margin-top: 3rem;
  padding: 6rem;
  position: relative;
}

.tools--banner {
  padding: 0;
}

.brand--location p,
.tools--banner p {
  width: 23rem;
}

.brand--location .map {
  position: absolute;
  right: 8rem;
  top: 0;
  /* left: 0; */
  bottom: 0;
}

.jobs--thumbanils,
.jobs--vision,
.flexbox,
.cresiendo--thumbnails {
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -o-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
  padding: 2rem 0;
}

.jobs--subtitle {
  font-size: 0.75rem;
}

.cresiendo--subtitle {
  font-size: 1.1rem;
}

.jobs--thumbnails__item,
.cresiendo--thumbnails__item {
  padding: 0 1rem;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}

.jobs--thumbnails__item figcaption,
.cresiendo--thumbnails__item figcaption {
  padding: 1rem 2.5rem;
  /* border: 1px solid; */
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  top: -2rem;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  font-family: 'Roboto',Verdana, Arial;
  font-size: 0.75rem;
}

figure.cresiendo--thumbnails__item img {
  margin: 0 auto;
}

.cresiendo--thumbnails__item figcaption.theme--magenta {
  background: #822780;
  color: #fff;
  min-height: 8rem;
  font-size: 1rem;
}

.cresiendo--thumbnails__item figcaption.theme--green {
  background: #66ab90;
  color: #fff;
  min-height: 10.5rem;
  font-size: 1rem;
}

.c-50 {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}

.c-33 {
  -webkit-flex-basis: 33.3333%;
  flex-basis: 33.3333%;
}

.jobs--vision__title {
  font-family: 'Barlow', Verdana, Arial;
  font-size: 2rem;
  padding: 0 5rem;
}

.jobs--vision__title span {
  text-transform: uppercase;
  color: #efefef;
  font-size: 5.5rem;
}

.jobs--vision__description {
  padding: 3rem 2rem;
  font-size: 0.75rem;
}


.vacant--item.theme--violet {
  background: #9a2e9b;
  color: #fff;
  padding: 2rem 3rem;
  margin: 0 .5rem;
}

.vacant--item.theme--orange {
  background: #fba343;
  color: #fff;
  padding: 2rem 3rem;
  margin: 0 .5rem;
}

.vacant--item.theme--gray {
  background: #666666;
  color: #fff;
  padding: 2rem 3rem;
  margin: 0 .5rem;
}

.vacant--title {
  font-size: 2.5rem;
  font-family: 'Barlow', Verdana, Arial;
  font-weight: bold;
  padding: .5rem 0;
}

.vacant--description {
  list-style: none;
  padding-left: 0;
}

ul.vacant--description li {
  padding: 1rem 0;
  font-family: 'Barlow', Verdana, Arial;
  font-size: 1rem;
}

.vacant--item img {
  width: 6rem;
  height: 6rem;
}

.vacant--description img {
  width: 4rem;
  height: auto;
}

.text-center {
  text-align: center;
}

h3.vacancies--message {
  font-family: 'Barlow', Verdana, Arial;
  padding: 2rem 0 1rem 0;
  color: #666;
}

.c-100 {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}

.vacancies--mail a {
  font-family: 'Barlow', Verdana, Arial;
  font-size: 2rem;
  color: #666;
  font-weight: bold;
}

.rewards--title {
  width: 100%;
  text-align: center;
  padding: 1rem 0 3rem 0;
  color: #9a2e9b;
  font-family: 'Barlow', Verdana, Arial;
  font-weight: bold;
}

.rewards--item {
  padding: 1rem;
}

.rewards--item figcaption {
  padding: 2rem 1rem;
  font-family: 'Roboto', Verdana, Arial;
  font-size: 1rem;
}

.cresiendo--thumbnail__faq {
  margin: 0 auto;
  padding: 7rem 3rem 2rem 3rem;
  position: relative;
  top: -7.5rem;
  color: #fff;
  min-height: 23rem;
}

.cresiendo--thumbnail__faq.theme--magenta {
  background: #60245f;
}

.cresiendo--thumbnail__faq.theme--green {
  background: #2f493f;
}

.cresiendo--thumbnail__faq ul {
  list-style: none;
  padding-left: 0;
}

.cresiendo--thumbnail__faq li {
  font-size: 0.75rem;
}

.cresiendo--thumbnail__faq h3 {
  font-family: 'Barlow', Verdana, Arial;
  font-size: 1rem;
}

.cresiendo--thumbnails__item figcaption strong {
  font-weight: bold;
}

.mainslider__gradient.seytu {
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #f7c3a4 100%);
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, #f7c3a4 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, #f7c3a4 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, #f7c3a4 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #f7c3a4 100%);
}

.tools--grid__container.seytu {
  background: #ff5b66;
}

.mainslider__gradient.nfuerza {
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 50%, #45cbd4 100%);
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 50%, #45cbd4 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,0) 50%, #45cbd4 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,0) 50%, #45cbd4 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 50%, #43cbd4 100%);
}

.tools--grid__container.nfuerza {
  background: #662f88;
}

.business.seytu {
  background: #f7c3a4;
}

.business.nfuerza {
  background: #43cbd4;
}

.business__main.seytu .col3-4 {
  background: #ff5b66;
}

.products-maintitle.seytu span,
.products-maintitle.nfuerza span {
  color: #fff;
}

.ezone__title.seytu, .ezone__headline.bordered {
  color: #252a2d;
}

.ezone__headline.seytu.bordered {
  border-bottom: 3px solid #ff5b66;
}

.business__main.nfuerza .col3-4 {
  width: calc(100% / (4 / 3));
  background: #732a5f;
}

.ezone__headline.nfuerza.bordered {
  border-bottom: 3px solid #43cbd4;
}

.ezone__title.nfuerza {
  color: #252a2d;
}

.myomnibusiness-header.nfuerza {
  background: white;
}

.myomnibusiness__title.nfuerza {
  color: #43cbd4;
}

p.myomnibusiness__subtitle.nfuerza {
  color: #333;
}

.business__main-inner.myomnibusiness--steps.nfuerza {
  background: #8e1a89;
}

.myomnibusiness-menu.withbg.omnilife {
  background: #fca444;
  position: relative;
}

.myomnibusiness.product.omnilife {
  background: #fff;
}

.product.myomnibusiness.omnilife p {
  display: inline-block;
  /* width: 100%; */
  /* flex-basis: 10%; */
  position: absolute;
  bottom: 3rem;
}

h2.history--title.omnilife {
  color: #9a2e9b;
  font-size: 2.5rem;
}

.business__item.three-columns {
  -webkit-flex-basis: 33.333%;
  flex-basis: 33.333%;
}

.ezone__section.theme--transparent {
  background: transparent;
}

.ezone__body.theme--white,
.ezone__grid-imgs.theme--white {
  background: #fff;
}

.product.slider__item.banner {
  flex-basis: 66.6666%;
  -webkit-flex-basis: 66.6666%;
  border: 0;
  padding: 0;
}

.product.slider__item.banner .product__image {
  margin: auto;
  max-width: 100%;
}

.product.slider__item.banner .product-sale__text {
  position: relative;
  margin: 0;
  padding: 1rem 0 0rem 0;
  color: #333;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  flex-basis: 33.3333%;
  max-width: 33.333%;
  margin: 0 2rem 0 0;
  text-align: left;
}

.product.slider__item.banner .product-sale__price {
  margin: 0 2rem;
  color: #333;
  /* max-width: 33.3333%; */
  display: inline-block;
  vertical-align: middle;
  padding: 1rem 0 0rem 0;
  flex-basis: 33.3333%;
}

.product.slider__item.banner  .button.small {
  width: auto;
  margin: 0.5rem 0;
}

.product-sale.banner {
  padding: 55px 45px 55px 55px;
  min-height: 422px;
  border: 0;
}

.products-desc.mid.banner {
  min-height: 393px;
}

.modal.select--country {
  max-width: 900px;
}

.modal.select--country .modal__title {
  font-size: 1.4rem;
}

.modal.select--country .modal__body p {
  font-size: 0.9rem;
  padding: 0 0rem;
}


.modal.select--country .modal__body select,
.modal.select--country .modal__body input[type="text"] {
  border-radius: 20px;
  font-size: .75rem;
  padding: .5rem 1.25rem;
  margin: 0 .5rem;
  border: 1px solid;
}

.button.country {
  background: #fbac56;
}

.modal.select--country .modal__body span {
  font-size: 0.75rem;
}

.select-country {
  background: url('../images/country-bg.jpg');
  background-size: cover;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}

.select-countries--container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  height: 100vh;
}

@media (min-width: 1024px) {
  .select-countries--container {
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    -o-box-pack: distribute;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .countries {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }
}

.select-country--form,
.select-country--message {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 70%;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  padding-bottom: 1rem;
  flex-basis: 70%;
  -webkit-flex-basis: 70%;
  justify-content: center;
  -webkit-align-self: center;
  align-self: center;
  -ms-flex-item-align: center;
}

.select-country--message {
  -webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  padding-bottom: 1rem;
  flex-basis: 30%;
  -webkit-flex-basis: 30%;
}

.select-country--form {
  padding: 0 4rem;
}

.select-countries--container .select--categories {
  width: 100%;
}

.select-countries--container .select--categories select {
  border: 0;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 15px;
  color: #333;
  margin: 0 1rem 0 0;
}

.select-countries--container .select--categories input[type="text"] {
  border: 0;
  padding: .5rem 1rem;
  border-radius: 20px;
  color: #333;
}

.select-countries--container .select--categories input[type="text"]::after,
.select.select--categories::after {
  display: none;
}

.select-countries--container {
  color: #fff;
}

.brand-country {
  position: absolute;
  left: 4rem;
  right: 0;
  width: 9rem;
  top: 2rem;
}

.button.small.button-country {
  max-width: 200px;
  display: inline-block;
  width: auto;
  margin: 0 1rem;
}

.select-country--form h1 span,
.select-country--form p span {
  font-style: italic;
}

.reset-password input {
  width: 50%;
}

.reset-password a {
  color: #992f9b;
}

.business__main--search {
  margin-right: 1rem;
}

.business__main--search .datefilter__group.search__group  {
  margin-bottom: 0;
}

.business__main--search .datefilter__group .icon-search img {
  top: 9px;
}

.reset-password input {
    width: 50%;
}

.reset-password a {
    color: #992f9b;
}

.business__main--search {
    margin-right: 1rem;
}

.business__main--search .datefilter__group.search__group  {
    margin-bottom: 0;
}

.business__main--search .datefilter__group .icon-search img {
    top: 9px;
}

.hide-story {
    display: none;
}

.icon.icon-list2 {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.single-section {
  padding-top: 0;
}

.reset-password .products-maintitle {
  color: #992f9b;
}

footer.main-f.single-section,
header.main-f.single-section {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.wrapper.full-size-mobile.business__main.single-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80vh;
}

.history--description.single-section .business__item-icon {
  width: 90px;
  height: auto;
}

.buttons-container.single-section {
  margin-top: 3rem;
}

.buttons-container.single-section button {
  margin: 0 .5rem;
}

.buttons-container.single-section button {
  margin: 0 .5rem;
  width: 278px;
}

.business.single-section {
  background: #fff;
}

.icon.icon-list + span {
  margin-right: 1rem;
}

.nutritional--btn,
.nutritional--btn:hover,
.nutritional--btn:focus,
.nutritional--btn:active {
  color: #fff;
}

h2.history--title.single-section::after {
  width: 20%;
  margin: 2rem auto 0 auto;
}

.history--description.single-section {
  padding: 0rem 6rem 3rem 6rem;
  width: 85%;
  margin: 0 auto;
}

.form-control.reset-password {
  margin: 0.5rem 0;
}

.category__slider {
  padding: 0;
}

.contact__info {
  padding: 0.5rem 0;
}

.contact__title {
  margin: 0;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #fba343;
  margin-bottom: 2rem;
}

.contact__title span {
  color: #9a2e9b;
}

.business__item.contact h3 {
  text-align: left;
  width: 100%;
  height: auto;
  min-height: auto;
  color: #673167;
}

p.business__item-description.contact {
  text-align: left;
  width: 100%;
  padding: 0;
  color: #333;
}

.slider.mainslider.contact {
  padding: 0;
}

.slider.mainslider.contact .slider__ctrl {
  display: none;
}

.modal.login {
  max-width: 800px;
}

.modal__register, .modal__login {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  position: relative;
  border-radius: 11px;
  padding: 15px;
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.modal__register:hover,
.modal__login:hover  {
  background: #fff;
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

h3.modal__register--title,
h3.modal__login--title {
  font-size: 1.5rem;
  text-align: left;
  width: 90%;
  margin: 0 auto;
  color: #270b3a;
}

.modal__register--subtitle {
  color: #9a2e9b;
}

h3.modal__register--title,
h3.modal__login--title {
    padding: 1.5rem 0;
}

.modal__login--content,
.modal__register--content {
  width: 90%;
  margin: 0 auto;
}

.login--form .button.small,
.register--form .button.small {
    width: 90%;
    max-width: 90%;
}

.login--form .button.small {
    width: 70%;
    margin: 0 auto;
    margin-top: 2rem;
}

.modal__register--content {
  text-align: left;
  font-size: 1rem;
}


.modal__register--content article {
  font-size: 0.85rem;
  margin-bottom: 1rem;
  color: #270b3a;
  text-align: justify;
}

.modal__login--content .login--form {
  text-align: left;
}

.login--form input[type="text"],
.login--form input[type="password"] {
  margin-top: 1rem;
  font-size: 0.85rem;
  width: 90%
}

.modal__login--content .button.secondary,
.modal__register--content .button.secondary {
  max-width: 80%;
  position: absolute;
  bottom: 0;
}

.modal__register--content .button.small {
  width: 70%;
  max-width: 90%;
  margin: 0 auto;
}

.password__recovery {
  font-size: 12px;
  color: #333;
  text-decoration: underline;
  padding: .5rem;
  display: inline-block;
  width: 90%;
  margin-top: .5rem;
  text-align: right;
}

.login--form .password__recovery {
    margin-top: 1.8rem;
    width: auto;
    margin: 1.8rem auto 0 auto;
    text-align: center;
    display: block;
}

.reset-password input {
    width: 50%;
}

.reset-password a {
    color: #992f9b;
}

.business__main--search {
    margin-right: 1rem;
}

.business__main--search .datefilter__group.search__group  {
    margin-bottom: 0;
}

.business__main--search .datefilter__group .icon-search img {
    top: 9px;
}

.hide-story {
    display: none;
}

.products-desc__description.visible.price {
    font-size: 1.1em;
    margin-top: 15px;
}
.products-desc.wrapper a.button.small.od3 {
    order: 3;
}

p.card__price.discount {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}

.form-group.numeric.discount {
    display: inline-block;
    vertical-align: middle;
    flex-basis: 50%;
}

.cart-product__content.discount {
    color: #fff;
}

.cart-preview__content h2 {
    color: #fff;
}

.form-radio.card.card.discount {
    margin-right: 0;
    margin-bottom: 0;
    width: 49%;
}

.ezone__info-edit.checkout {
    right: 5rem;
    font-size: 1.1rem;
}

.ezone__info-delete.checkout {
    right: 2.2rem;
    font-size: .8rem;
    top: .3rem;
}

.cookies__message {
  position: fixed;
  z-index: 23;
  background: #ffffff;
  width: 350px;
  bottom: 50px;
  left: 0;
  right: 0;
  color: #9a2f9b;
  padding: 2rem 0;
  text-align: left;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24)
}

.cookies__message article {
  font-size: 14px;
  width: 90%;
  margin: 0 auto;
}

.cookies__message a {
  color: #9a2f9b;
  font-size: 14px;
}

.cookies__message a:hover {
  text-decoration: underline;
}

.cookies__message .close__message {
  cursor: pointer;
  padding: 10px;
  position: absolute;
  top: -7px;
  right: 0px;
  text-align: right;
}

.error__box {
  background: #fff;
  border: 2px solid #F44336;
  color: #333;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 1rem;
}

.error__box.theme__transparent {
  background: rgba(255, 255, 255, 0.6);
}

.error__box a {
    text-decoration: underline;
    color: #fff;
}

span.error__single {
    color: #F44336;
}

span.error__single img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
}

.card__img.kit {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.card__content.kit {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}

.form-radio .card__img + .card__content-wrap .card__content {
  padding-top: 0;
  margin-top: 0;
}

.form-radio.inline.card {
    margin-top: 1rem;
}

.cart-product__nums.kit .cart-product__price,
.cart-product__nums.kit .cart-product__pts {
    color: #fff;
    text-align: left;
}

.route {
    border-bottom: 1px solid #eee;
    padding: 1rem 0;
}

.route__title span {
    font-size: 1rem;
}

.survey__role,
.survey__experience,
.survey__like,
.survey__looking,
.survey__looking--question,
.survey__comment,
.survey__feedback {
    font-size: 1rem;
    text-align: left;
}

.survey__role p {
    margin-right: 2rem;
}

.survey__comment textarea {
  resize: none;
  width: 100%;
}

.survey__send button {
    margin-top: 1rem;
    margin: 1rem auto;
}

.survey__feedback {
    margin-top: 1rem;
    text-align: center;
}

.survey__like input {
    margin-top: 1rem;
}

.form-radio.input-container {
  margin-top: 1rem;
}

.form-radio.full {
  width: 100%;
}

.modal-close.close {
    position: absolute;
    width: auto;
    padding: 0.5rem .8rem;
    background: #fff;
    color: #333;
    right: 1rem;
    top: 1rem;
}

.modal-close.close:hover {
  background: #fff;
  color: #333;
}

.survey--typeform {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 9999;
  position: fixed;
}

.business__main.cresiendo {
    margin-top: 23px;
}

.business__main-title.cases__headline.cresiendo h1 {
  padding: 2rem 0;
}

.business__main-title.cases__headline.cresiendo {
  background: #fff;
  text-align: left;
  padding: 3rem 3rem 1rem 3rem;
}

.modal.access.active {
  background: rgba(255, 255, 255, 0.8);
  max-width: 800px;
}

.modal.access .modal__body {
  padding: 2.5rem 0;
}

.modal__footer.access {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #c0bebf;
}

.modal__footer.access .password__recovery {
    width: auto;
    color: #575757;
    padding: .5rem 0 1rem 0;
    display: inline-block;
}

.modal.access .button.close {
    background: transparent;
    color: #fff;
}

.modal__login:hover .modal__login--title,
.modal__register:hover .modal__register--title  {
    color: #983398;
}

.cart-preview__resume p {
  margin: 8px 0;
  font-size: 0.8rem;
}

.cart-preview__resume p.total,
.cart-preview__resume p.points {
  font-size: 1.4rem;
  font-weight: bold;
}
