@import url(https://fonts.googleapis.com/css?family=Montserrat|Playfair+Display);
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
template,
[hidden] {
  display: none;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}
optgroup {
  font-weight: bold;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=54)";
  filter: alpha(opacity=54);
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}
body,
html,
input,
textarea,
select,
option {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body,
html {
  width: 100%;
  position: relative;
}
html {
  overflow-x: hidden;
}
body {
  overflow: hidden;
  padding-bottom: 0 !important;
  background-color: #fff;
}
img {
  max-width: 100%;
}
.baseline {
  background-image: linear-gradient(to bottom, #e9e9e9 0, rgba(255,255,255,0) 1px);
  background-repeat: repeat-y;
  background-size: 100% 8px;
  background-position: left 0px;
}
.wrapper {
  margin: 0 auto;
  max-width: 1280px;
}
.wrapper:before,
.wrapper:after {
  content: "";
  display: table;
}
.wrapper:after {
  clear: both;
  zoom: 1;
}
.col {
  position: relative;
  float: left;
  box-sizing: border-box;
}
.col.center {
  float: none;
  clear: both;
}
.col.false {
  height: 10px;
}
.wrapper {
  padding: 0 10px;
}
.xs-1 {
  width: 25%;
}
.xs-2 {
  width: 50%;
}
.xs-3 {
  width: 75%;
}
.xs-4 {
  width: 100%;
}
.col {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .wrapper {
    padding: 0 10px;
  }
  .m-0 {
    width: 0%;
  }
  .m-1 {
    width: 8.333333333333334%;
  }
  .m-2 {
    width: 16.666666666666668%;
  }
  .m-3 {
    width: 25%;
  }
  .m-4 {
    width: 33.333333333333336%;
  }
  .m-5 {
    width: 41.66666666666667%;
  }
  .m-6 {
    width: 50%;
  }
  .m-7 {
    width: 58.333333333333336%;
  }
  .m-8 {
    width: 66.66666666666667%;
  }
  .m-9 {
    width: 75%;
  }
  .m-10 {
    width: 83.33333333333334%;
  }
  .m-11 {
    width: 91.66666666666667%;
  }
  .m-12 {
    width: 100%;
  }
  .col {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .wrapper {
    padding: 0 20px;
  }
  .l-0 {
    width: 0%;
  }
  .l-1 {
    width: 8.333333333333334%;
  }
  .l-2 {
    width: 16.666666666666668%;
  }
  .l-3 {
    width: 25%;
  }
  .l-4 {
    width: 33.333333333333336%;
  }
  .l-5 {
    width: 41.66666666666667%;
  }
  .l-6 {
    width: 50%;
  }
  .l-7 {
    width: 58.333333333333336%;
  }
  .l-8 {
    width: 66.66666666666667%;
  }
  .l-9 {
    width: 75%;
  }
  .l-10 {
    width: 83.33333333333334%;
  }
  .l-11 {
    width: 91.66666666666667%;
  }
  .l-12 {
    width: 100%;
  }
  .col {
    padding-left: 12px;
    padding-right: 12px;
  }
}
html,
body {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 32px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
}
h1,
.h1 {
  font-family: 'Montserrat';
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 4rem;
  line-height: 4.571rem;
  margin: 16px 0;
  padding: 4px 0;
}
h2,
.h2 {
  font-family: 'Montserrat';
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 3.286rem;
  line-height: 4rem;
  margin: 16px 0;
  padding: 6px 0 2px;
}
h3,
.h3 {
  font-family: 'Montserrat';
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 2.286rem;
  line-height: 3.429rem;
  margin: 16px 0;
  padding: 4px 0;
}
h4,
.h4 {
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 1.714rem;
  line-height: 2rem;
  margin: 16px 0;
  padding: 4px 0;
}
h5,
.h5 {
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 1.286rem;
  line-height: 1.714rem;
  margin: 16px 0;
  padding: 4px 0;
}
h6,
.h6 {
  font-weight: 400;
  font-style: italic;
  font-size: 2.071rem;
  line-height: 3.429rem;
  margin: 16px 0;
  padding: 4px 0;
}
p,
a,
li,
.text {
  margin: 16px 0;
  padding: 4px 0;
}
.text--big,
.text--big p,
.text--big a,
.text--big li {
  font-size: 1.857rem;
  line-height: 3.143rem;
}
.text--small,
.text--small p,
.text--small a,
.text--small li {
  font-size: 1rem;
  line-height: 1.429rem;
}
a {
  text-decoration: none;
  color: #fff;
  outline: 0;
  transition: all 0.3s ease 0s;
}
a:not(.button):hover {
  color: linkHoverColor;
}
strong {
  font-weight: 700;
}
ul {
  margin: 0;
  padding: 0 0 0 20px;
}
li.custom-li {
  position: relative;
  list-style: none;
}
li.custom-li:before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: -19px;
  top: 10px;
  background: #333;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: 5.286rem;
    line-height: 6rem;
  }
  h2,
  .h2 {
    font-size: 4.429rem;
    line-height: 5.143rem;
  }
  h3,
  .h3 {
    font-size: 3.286rem;
    line-height: 4rem;
  }
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .text-center-m {
    text-align: center;
  }
  .text-justify-m {
    text-align: justify;
  }
  .text-left-m {
    text-align: left;
  }
  .text-right-m {
    text-align: right;
  }
  .center-m {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1024px) {
  .text-center-l {
    text-align: center;
  }
  .text-justify-l {
    text-align: justify;
  }
  .text-left-l {
    text-align: left;
  }
  .text-right-l {
    text-align: right;
  }
  .center-l {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.left {
  float: left;
}
.right {
  float: right;
}
.none {
  float: none;
}
.both {
  clear: both;
}
@media screen and (min-width: 768px) {
  .left-m {
    float: left;
  }
  .right-m {
    float: right;
  }
  .none-m {
    float: none;
  }
  .both-m {
    clear: both;
  }
}
@media screen and (min-width: 1024px) {
  .left-l {
    float: left;
  }
  .right-l {
    float: right;
  }
  .none-l {
    float: none;
  }
  .both-l {
    clear: both;
  }
}
.v-middle {
  vertical-align: middle;
}
.v-baseline {
  vertical-align: baseline;
}
.v-sub {
  vertical-align: sub;
}
.v-super {
  vertical-align: super;
}
.v-top {
  vertical-align: top;
}
.v-text-top {
  vertical-align: text-top;
}
.v-bottom {
  vertical-align: bottom;
}
.v-text-bottom {
  vertical-align: text-bottom;
}
.all-w p,
.all-w h1,
.all-w h2,
.all-w h3,
.all-w h4,
.all-w h5,
.all-w h6,
.all-w li,
.all-w a,
.all-w i {
  color: #fff;
}
.c-w {
  color: #fff !important;
}
.ch-w:hover {
  color: #fff !important;
}
.bg-w {
  background-color: #fff !important;
}
.bgh-w:hover {
  background-color: #fff !important;
}
.c-b {
  color: #000 !important;
}
.ch-b:hover {
  color: #000 !important;
}
.bg-b {
  background-color: #000 !important;
}
.bgh-b:hover {
  background-color: #000 !important;
}
.c-m {
  color: #666 !important;
}
.ch-m:hover {
  color: #666 !important;
}
.bg-m {
  background-color: #666 !important;
}
.bgh-m:hover {
  background-color: #666 !important;
}
.c-s {
  color: #333 !important;
}
.ch-s:hover {
  color: #333 !important;
}
.bg-s {
  background-color: #333 !important;
}
.bgh-s:hover {
  background-color: #333 !important;
}
.c-success {
  color: #008000 !important;
}
.ch-success:hover {
  color: #008000 !important;
}
.bg-success {
  background-color: #008000 !important;
}
.bgh-success:hover {
  background-color: #008000 !important;
}
.c-error {
  color: #f00 !important;
}
.ch-error:hover {
  color: #f00 !important;
}
.bg-error {
  background-color: #f00 !important;
}
.bgh-error:hover {
  background-color: #f00 !important;
}
.c-notification {
  color: #ff0 !important;
}
.ch-notification:hover {
  color: #ff0 !important;
}
.bg-notification {
  background-color: #ff0 !important;
}
.bgh-notification:hover {
  background-color: #ff0 !important;
}
.c-1 {
  color: #404042 !important;
}
.ch-1:hover {
  color: #404042 !important;
}
.bg-1 {
  background-color: #404042 !important;
}
.bgh-1:hover {
  background-color: #404042 !important;
}
.c-2 {
  color: #636363 !important;
}
.ch-2:hover {
  color: #636363 !important;
}
.bg-2 {
  background-color: #636363 !important;
}
.bgh-2:hover {
  background-color: #636363 !important;
}
.d-table {
  display: table !important;
}
.d-cell {
  display: table-cell !important;
}
.d-block {
  display: block !important;
}
.d-inblock {
  display: inline-block !important;
}
.d-inline {
  display: inline !important;
}
@media screen and (min-width: 768px) {
  .d-table-m {
    display: table !important;
  }
  .d-cell-m {
    display: table-cell !important;
  }
  .d-block-m {
    display: block !important;
  }
  .d-inblock-m {
    display: inline-block !important;
  }
  .d-inline-m {
    display: inline !important;
  }
}
@media screen and (min-width: 1024px) {
  .d-table-l {
    display: table !important;
  }
  .d-cell-l {
    display: table-cell !important;
  }
  .d-block-l {
    display: block !important;
  }
  .d-inblock-l {
    display: inline-block !important;
  }
  .d-inline-l {
    display: inline !important;
  }
}
.p-absolute {
  position: absolute !important;
}
.p-relative {
  position: relative !important;
}
.p-fixed {
  position: fixed !important;
}
.p-static {
  position: static !important;
}
@media screen and (min-width: 768px) {
  .p-absolute-m {
    position: absolute !important;
  }
  .p-relative-m {
    position: relative !important;
  }
  .p-fixed-m {
    position: fixed !important;
  }
  .p-static-m {
    position: static !important;
  }
}
@media screen and (min-width: 1024px) {
  .p-absolute-l {
    position: absolute !important;
  }
  .p-relative-l {
    position: relative !important;
  }
  .p-fixed-l {
    position: fixed !important;
  }
  .p-static-l {
    position: static !important;
  }
}
.mh-auto {
  margin-right: auto;
  margin-left: auto;
}
.pl-0 {
  padding-left: 0px;
}
.pr-0 {
  padding-right: 0px;
}
.pt-0 {
  padding-top: 0px;
}
.pb-0 {
  padding-bottom: 0px;
}
.ph-0 {
  padding-right: 0px;
  padding-left: 0px;
}
.pv-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.pa-0 {
  padding: 0px;
}
.ml-0 {
  margin-left: 0px;
}
.mr-0 {
  margin-right: 0px;
}
.mt-0 {
  margin-top: 0px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mh-0 {
  margin-right: 0px;
  margin-left: 0px;
}
.mv-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.ma-0 {
  margin: 0px;
}
.pl-4 {
  padding-left: 4px;
}
.pr-4 {
  padding-right: 4px;
}
.pt-4 {
  padding-top: 4px;
}
.pb-4 {
  padding-bottom: 4px;
}
.ph-4 {
  padding-right: 4px;
  padding-left: 4px;
}
.pv-4 {
  padding-top: 4px;
  padding-bottom: 4px;
}
.pa-4 {
  padding: 4px;
}
.ml-4 {
  margin-left: 4px;
}
.mr-4 {
  margin-right: 4px;
}
.mt-4 {
  margin-top: 4px;
}
.mb-4 {
  margin-bottom: 4px;
}
.mh-4 {
  margin-right: 4px;
  margin-left: 4px;
}
.mv-4 {
  margin-top: 4px;
  margin-bottom: 4px;
}
.ma-4 {
  margin: 4px;
}
.pl-8 {
  padding-left: 8px;
}
.pr-8 {
  padding-right: 8px;
}
.pt-8 {
  padding-top: 8px;
}
.pb-8 {
  padding-bottom: 8px;
}
.ph-8 {
  padding-right: 8px;
  padding-left: 8px;
}
.pv-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}
.pa-8 {
  padding: 8px;
}
.ml-8 {
  margin-left: 8px;
}
.mr-8 {
  margin-right: 8px;
}
.mt-8 {
  margin-top: 8px;
}
.mb-8 {
  margin-bottom: 8px;
}
.mh-8 {
  margin-right: 8px;
  margin-left: 8px;
}
.mv-8 {
  margin-top: 8px;
  margin-bottom: 8px;
}
.ma-8 {
  margin: 8px;
}
.pl-16 {
  padding-left: 16px;
}
.pr-16 {
  padding-right: 16px;
}
.pt-16 {
  padding-top: 16px;
}
.pb-16 {
  padding-bottom: 16px;
}
.ph-16 {
  padding-right: 16px;
  padding-left: 16px;
}
.pv-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}
.pa-16 {
  padding: 16px;
}
.ml-16 {
  margin-left: 16px;
}
.mr-16 {
  margin-right: 16px;
}
.mt-16 {
  margin-top: 16px;
}
.mb-16 {
  margin-bottom: 16px;
}
.mh-16 {
  margin-right: 16px;
  margin-left: 16px;
}
.mv-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}
.ma-16 {
  margin: 16px;
}
.pl-24 {
  padding-left: 24px;
}
.pr-24 {
  padding-right: 24px;
}
.pt-24 {
  padding-top: 24px;
}
.pb-24 {
  padding-bottom: 24px;
}
.ph-24 {
  padding-right: 24px;
  padding-left: 24px;
}
.pv-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}
.pa-24 {
  padding: 24px;
}
.ml-24 {
  margin-left: 24px;
}
.mr-24 {
  margin-right: 24px;
}
.mt-24 {
  margin-top: 24px;
}
.mb-24 {
  margin-bottom: 24px;
}
.mh-24 {
  margin-right: 24px;
  margin-left: 24px;
}
.mv-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}
.ma-24 {
  margin: 24px;
}
.pl-32 {
  padding-left: 32px;
}
.pr-32 {
  padding-right: 32px;
}
.pt-32 {
  padding-top: 32px;
}
.pb-32 {
  padding-bottom: 32px;
}
.ph-32 {
  padding-right: 32px;
  padding-left: 32px;
}
.pv-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}
.pa-32 {
  padding: 32px;
}
.ml-32 {
  margin-left: 32px;
}
.mr-32 {
  margin-right: 32px;
}
.mt-32 {
  margin-top: 32px;
}
.mb-32 {
  margin-bottom: 32px;
}
.mh-32 {
  margin-right: 32px;
  margin-left: 32px;
}
.mv-32 {
  margin-top: 32px;
  margin-bottom: 32px;
}
.ma-32 {
  margin: 32px;
}
.pl-40 {
  padding-left: 40px;
}
.pr-40 {
  padding-right: 40px;
}
.pt-40 {
  padding-top: 40px;
}
.pb-40 {
  padding-bottom: 40px;
}
.ph-40 {
  padding-right: 40px;
  padding-left: 40px;
}
.pv-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.pa-40 {
  padding: 40px;
}
.ml-40 {
  margin-left: 40px;
}
.mr-40 {
  margin-right: 40px;
}
.mt-40 {
  margin-top: 40px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mh-40 {
  margin-right: 40px;
  margin-left: 40px;
}
.mv-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.ma-40 {
  margin: 40px;
}
.pl-48 {
  padding-left: 48px;
}
.pr-48 {
  padding-right: 48px;
}
.pt-48 {
  padding-top: 48px;
}
.pb-48 {
  padding-bottom: 48px;
}
.ph-48 {
  padding-right: 48px;
  padding-left: 48px;
}
.pv-48 {
  padding-top: 48px;
  padding-bottom: 48px;
}
.pa-48 {
  padding: 48px;
}
.ml-48 {
  margin-left: 48px;
}
.mr-48 {
  margin-right: 48px;
}
.mt-48 {
  margin-top: 48px;
}
.mb-48 {
  margin-bottom: 48px;
}
.mh-48 {
  margin-right: 48px;
  margin-left: 48px;
}
.mv-48 {
  margin-top: 48px;
  margin-bottom: 48px;
}
.ma-48 {
  margin: 48px;
}
.pl-56 {
  padding-left: 56px;
}
.pr-56 {
  padding-right: 56px;
}
.pt-56 {
  padding-top: 56px;
}
.pb-56 {
  padding-bottom: 56px;
}
.ph-56 {
  padding-right: 56px;
  padding-left: 56px;
}
.pv-56 {
  padding-top: 56px;
  padding-bottom: 56px;
}
.pa-56 {
  padding: 56px;
}
.ml-56 {
  margin-left: 56px;
}
.mr-56 {
  margin-right: 56px;
}
.mt-56 {
  margin-top: 56px;
}
.mb-56 {
  margin-bottom: 56px;
}
.mh-56 {
  margin-right: 56px;
  margin-left: 56px;
}
.mv-56 {
  margin-top: 56px;
  margin-bottom: 56px;
}
.ma-56 {
  margin: 56px;
}
.pl-64 {
  padding-left: 64px;
}
.pr-64 {
  padding-right: 64px;
}
.pt-64 {
  padding-top: 64px;
}
.pb-64 {
  padding-bottom: 64px;
}
.ph-64 {
  padding-right: 64px;
  padding-left: 64px;
}
.pv-64 {
  padding-top: 64px;
  padding-bottom: 64px;
}
.pa-64 {
  padding: 64px;
}
.ml-64 {
  margin-left: 64px;
}
.mr-64 {
  margin-right: 64px;
}
.mt-64 {
  margin-top: 64px;
}
.mb-64 {
  margin-bottom: 64px;
}
.mh-64 {
  margin-right: 64px;
  margin-left: 64px;
}
.mv-64 {
  margin-top: 64px;
  margin-bottom: 64px;
}
.ma-64 {
  margin: 64px;
}
.pl-72 {
  padding-left: 72px;
}
.pr-72 {
  padding-right: 72px;
}
.pt-72 {
  padding-top: 72px;
}
.pb-72 {
  padding-bottom: 72px;
}
.ph-72 {
  padding-right: 72px;
  padding-left: 72px;
}
.pv-72 {
  padding-top: 72px;
  padding-bottom: 72px;
}
.pa-72 {
  padding: 72px;
}
.ml-72 {
  margin-left: 72px;
}
.mr-72 {
  margin-right: 72px;
}
.mt-72 {
  margin-top: 72px;
}
.mb-72 {
  margin-bottom: 72px;
}
.mh-72 {
  margin-right: 72px;
  margin-left: 72px;
}
.mv-72 {
  margin-top: 72px;
  margin-bottom: 72px;
}
.ma-72 {
  margin: 72px;
}
.pl-80 {
  padding-left: 80px;
}
.pr-80 {
  padding-right: 80px;
}
.pt-80 {
  padding-top: 80px;
}
.pb-80 {
  padding-bottom: 80px;
}
.ph-80 {
  padding-right: 80px;
  padding-left: 80px;
}
.pv-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.pa-80 {
  padding: 80px;
}
.ml-80 {
  margin-left: 80px;
}
.mr-80 {
  margin-right: 80px;
}
.mt-80 {
  margin-top: 80px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mh-80 {
  margin-right: 80px;
  margin-left: 80px;
}
.mv-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}
.ma-80 {
  margin: 80px;
}
.pl-88 {
  padding-left: 88px;
}
.pr-88 {
  padding-right: 88px;
}
.pt-88 {
  padding-top: 88px;
}
.pb-88 {
  padding-bottom: 88px;
}
.ph-88 {
  padding-right: 88px;
  padding-left: 88px;
}
.pv-88 {
  padding-top: 88px;
  padding-bottom: 88px;
}
.pa-88 {
  padding: 88px;
}
.ml-88 {
  margin-left: 88px;
}
.mr-88 {
  margin-right: 88px;
}
.mt-88 {
  margin-top: 88px;
}
.mb-88 {
  margin-bottom: 88px;
}
.mh-88 {
  margin-right: 88px;
  margin-left: 88px;
}
.mv-88 {
  margin-top: 88px;
  margin-bottom: 88px;
}
.ma-88 {
  margin: 88px;
}
.pl-96 {
  padding-left: 96px;
}
.pr-96 {
  padding-right: 96px;
}
.pt-96 {
  padding-top: 96px;
}
.pb-96 {
  padding-bottom: 96px;
}
.ph-96 {
  padding-right: 96px;
  padding-left: 96px;
}
.pv-96 {
  padding-top: 96px;
  padding-bottom: 96px;
}
.pa-96 {
  padding: 96px;
}
.ml-96 {
  margin-left: 96px;
}
.mr-96 {
  margin-right: 96px;
}
.mt-96 {
  margin-top: 96px;
}
.mb-96 {
  margin-bottom: 96px;
}
.mh-96 {
  margin-right: 96px;
  margin-left: 96px;
}
.mv-96 {
  margin-top: 96px;
  margin-bottom: 96px;
}
.ma-96 {
  margin: 96px;
}
.pl-104 {
  padding-left: 104px;
}
.pr-104 {
  padding-right: 104px;
}
.pt-104 {
  padding-top: 104px;
}
.pb-104 {
  padding-bottom: 104px;
}
.ph-104 {
  padding-right: 104px;
  padding-left: 104px;
}
.pv-104 {
  padding-top: 104px;
  padding-bottom: 104px;
}
.pa-104 {
  padding: 104px;
}
.ml-104 {
  margin-left: 104px;
}
.mr-104 {
  margin-right: 104px;
}
.mt-104 {
  margin-top: 104px;
}
.mb-104 {
  margin-bottom: 104px;
}
.mh-104 {
  margin-right: 104px;
  margin-left: 104px;
}
.mv-104 {
  margin-top: 104px;
  margin-bottom: 104px;
}
.ma-104 {
  margin: 104px;
}
.pl-112 {
  padding-left: 112px;
}
.pr-112 {
  padding-right: 112px;
}
.pt-112 {
  padding-top: 112px;
}
.pb-112 {
  padding-bottom: 112px;
}
.ph-112 {
  padding-right: 112px;
  padding-left: 112px;
}
.pv-112 {
  padding-top: 112px;
  padding-bottom: 112px;
}
.pa-112 {
  padding: 112px;
}
.ml-112 {
  margin-left: 112px;
}
.mr-112 {
  margin-right: 112px;
}
.mt-112 {
  margin-top: 112px;
}
.mb-112 {
  margin-bottom: 112px;
}
.mh-112 {
  margin-right: 112px;
  margin-left: 112px;
}
.mv-112 {
  margin-top: 112px;
  margin-bottom: 112px;
}
.ma-112 {
  margin: 112px;
}
.pl-120 {
  padding-left: 120px;
}
.pr-120 {
  padding-right: 120px;
}
.pt-120 {
  padding-top: 120px;
}
.pb-120 {
  padding-bottom: 120px;
}
.ph-120 {
  padding-right: 120px;
  padding-left: 120px;
}
.pv-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.pa-120 {
  padding: 120px;
}
.ml-120 {
  margin-left: 120px;
}
.mr-120 {
  margin-right: 120px;
}
.mt-120 {
  margin-top: 120px;
}
.mb-120 {
  margin-bottom: 120px;
}
.mh-120 {
  margin-right: 120px;
  margin-left: 120px;
}
.mv-120 {
  margin-top: 120px;
  margin-bottom: 120px;
}
.ma-120 {
  margin: 120px;
}
@media screen and (min-width: 480px) {
  .pl-s-0 {
    padding-left: 0px;
  }
  .pr-s-0 {
    padding-right: 0px;
  }
  .pt-s-0 {
    padding-top: 0px;
  }
  .pb-s-0 {
    padding-bottom: 0px;
  }
  .ph-s-0 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .pv-s-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .pa-s-0 {
    padding: 0px;
  }
  .ml-s-0 {
    margin-left: 0px;
  }
  .mr-s-0 {
    margin-right: 0px;
  }
  .mt-s-0 {
    margin-top: 0px;
  }
  .mb-s-0 {
    margin-bottom: 0px;
  }
  .mh-s-0 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .mv-s-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .ma-s-0 {
    margin: 0px;
  }
  .pl-s-4 {
    padding-left: 4px;
  }
  .pr-s-4 {
    padding-right: 4px;
  }
  .pt-s-4 {
    padding-top: 4px;
  }
  .pb-s-4 {
    padding-bottom: 4px;
  }
  .ph-s-4 {
    padding-right: 4px;
    padding-left: 4px;
  }
  .pv-s-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .pa-s-4 {
    padding: 4px;
  }
  .ml-s-4 {
    margin-left: 4px;
  }
  .mr-s-4 {
    margin-right: 4px;
  }
  .mt-s-4 {
    margin-top: 4px;
  }
  .mb-s-4 {
    margin-bottom: 4px;
  }
  .mh-s-4 {
    margin-right: 4px;
    margin-left: 4px;
  }
  .mv-s-4 {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .ma-s-4 {
    margin: 4px;
  }
  .pl-s-8 {
    padding-left: 8px;
  }
  .pr-s-8 {
    padding-right: 8px;
  }
  .pt-s-8 {
    padding-top: 8px;
  }
  .pb-s-8 {
    padding-bottom: 8px;
  }
  .ph-s-8 {
    padding-right: 8px;
    padding-left: 8px;
  }
  .pv-s-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .pa-s-8 {
    padding: 8px;
  }
  .ml-s-8 {
    margin-left: 8px;
  }
  .mr-s-8 {
    margin-right: 8px;
  }
  .mt-s-8 {
    margin-top: 8px;
  }
  .mb-s-8 {
    margin-bottom: 8px;
  }
  .mh-s-8 {
    margin-right: 8px;
    margin-left: 8px;
  }
  .mv-s-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .ma-s-8 {
    margin: 8px;
  }
  .pl-s-16 {
    padding-left: 16px;
  }
  .pr-s-16 {
    padding-right: 16px;
  }
  .pt-s-16 {
    padding-top: 16px;
  }
  .pb-s-16 {
    padding-bottom: 16px;
  }
  .ph-s-16 {
    padding-right: 16px;
    padding-left: 16px;
  }
  .pv-s-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .pa-s-16 {
    padding: 16px;
  }
  .ml-s-16 {
    margin-left: 16px;
  }
  .mr-s-16 {
    margin-right: 16px;
  }
  .mt-s-16 {
    margin-top: 16px;
  }
  .mb-s-16 {
    margin-bottom: 16px;
  }
  .mh-s-16 {
    margin-right: 16px;
    margin-left: 16px;
  }
  .mv-s-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .ma-s-16 {
    margin: 16px;
  }
  .pl-s-24 {
    padding-left: 24px;
  }
  .pr-s-24 {
    padding-right: 24px;
  }
  .pt-s-24 {
    padding-top: 24px;
  }
  .pb-s-24 {
    padding-bottom: 24px;
  }
  .ph-s-24 {
    padding-right: 24px;
    padding-left: 24px;
  }
  .pv-s-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .pa-s-24 {
    padding: 24px;
  }
  .ml-s-24 {
    margin-left: 24px;
  }
  .mr-s-24 {
    margin-right: 24px;
  }
  .mt-s-24 {
    margin-top: 24px;
  }
  .mb-s-24 {
    margin-bottom: 24px;
  }
  .mh-s-24 {
    margin-right: 24px;
    margin-left: 24px;
  }
  .mv-s-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .ma-s-24 {
    margin: 24px;
  }
  .pl-s-32 {
    padding-left: 32px;
  }
  .pr-s-32 {
    padding-right: 32px;
  }
  .pt-s-32 {
    padding-top: 32px;
  }
  .pb-s-32 {
    padding-bottom: 32px;
  }
  .ph-s-32 {
    padding-right: 32px;
    padding-left: 32px;
  }
  .pv-s-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .pa-s-32 {
    padding: 32px;
  }
  .ml-s-32 {
    margin-left: 32px;
  }
  .mr-s-32 {
    margin-right: 32px;
  }
  .mt-s-32 {
    margin-top: 32px;
  }
  .mb-s-32 {
    margin-bottom: 32px;
  }
  .mh-s-32 {
    margin-right: 32px;
    margin-left: 32px;
  }
  .mv-s-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .ma-s-32 {
    margin: 32px;
  }
  .pl-s-40 {
    padding-left: 40px;
  }
  .pr-s-40 {
    padding-right: 40px;
  }
  .pt-s-40 {
    padding-top: 40px;
  }
  .pb-s-40 {
    padding-bottom: 40px;
  }
  .ph-s-40 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .pv-s-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pa-s-40 {
    padding: 40px;
  }
  .ml-s-40 {
    margin-left: 40px;
  }
  .mr-s-40 {
    margin-right: 40px;
  }
  .mt-s-40 {
    margin-top: 40px;
  }
  .mb-s-40 {
    margin-bottom: 40px;
  }
  .mh-s-40 {
    margin-right: 40px;
    margin-left: 40px;
  }
  .mv-s-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .ma-s-40 {
    margin: 40px;
  }
  .pl-s-48 {
    padding-left: 48px;
  }
  .pr-s-48 {
    padding-right: 48px;
  }
  .pt-s-48 {
    padding-top: 48px;
  }
  .pb-s-48 {
    padding-bottom: 48px;
  }
  .ph-s-48 {
    padding-right: 48px;
    padding-left: 48px;
  }
  .pv-s-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .pa-s-48 {
    padding: 48px;
  }
  .ml-s-48 {
    margin-left: 48px;
  }
  .mr-s-48 {
    margin-right: 48px;
  }
  .mt-s-48 {
    margin-top: 48px;
  }
  .mb-s-48 {
    margin-bottom: 48px;
  }
  .mh-s-48 {
    margin-right: 48px;
    margin-left: 48px;
  }
  .mv-s-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .ma-s-48 {
    margin: 48px;
  }
  .pl-s-56 {
    padding-left: 56px;
  }
  .pr-s-56 {
    padding-right: 56px;
  }
  .pt-s-56 {
    padding-top: 56px;
  }
  .pb-s-56 {
    padding-bottom: 56px;
  }
  .ph-s-56 {
    padding-right: 56px;
    padding-left: 56px;
  }
  .pv-s-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .pa-s-56 {
    padding: 56px;
  }
  .ml-s-56 {
    margin-left: 56px;
  }
  .mr-s-56 {
    margin-right: 56px;
  }
  .mt-s-56 {
    margin-top: 56px;
  }
  .mb-s-56 {
    margin-bottom: 56px;
  }
  .mh-s-56 {
    margin-right: 56px;
    margin-left: 56px;
  }
  .mv-s-56 {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .ma-s-56 {
    margin: 56px;
  }
  .pl-s-64 {
    padding-left: 64px;
  }
  .pr-s-64 {
    padding-right: 64px;
  }
  .pt-s-64 {
    padding-top: 64px;
  }
  .pb-s-64 {
    padding-bottom: 64px;
  }
  .ph-s-64 {
    padding-right: 64px;
    padding-left: 64px;
  }
  .pv-s-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .pa-s-64 {
    padding: 64px;
  }
  .ml-s-64 {
    margin-left: 64px;
  }
  .mr-s-64 {
    margin-right: 64px;
  }
  .mt-s-64 {
    margin-top: 64px;
  }
  .mb-s-64 {
    margin-bottom: 64px;
  }
  .mh-s-64 {
    margin-right: 64px;
    margin-left: 64px;
  }
  .mv-s-64 {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .ma-s-64 {
    margin: 64px;
  }
  .pl-s-72 {
    padding-left: 72px;
  }
  .pr-s-72 {
    padding-right: 72px;
  }
  .pt-s-72 {
    padding-top: 72px;
  }
  .pb-s-72 {
    padding-bottom: 72px;
  }
  .ph-s-72 {
    padding-right: 72px;
    padding-left: 72px;
  }
  .pv-s-72 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .pa-s-72 {
    padding: 72px;
  }
  .ml-s-72 {
    margin-left: 72px;
  }
  .mr-s-72 {
    margin-right: 72px;
  }
  .mt-s-72 {
    margin-top: 72px;
  }
  .mb-s-72 {
    margin-bottom: 72px;
  }
  .mh-s-72 {
    margin-right: 72px;
    margin-left: 72px;
  }
  .mv-s-72 {
    margin-top: 72px;
    margin-bottom: 72px;
  }
  .ma-s-72 {
    margin: 72px;
  }
  .pl-s-80 {
    padding-left: 80px;
  }
  .pr-s-80 {
    padding-right: 80px;
  }
  .pt-s-80 {
    padding-top: 80px;
  }
  .pb-s-80 {
    padding-bottom: 80px;
  }
  .ph-s-80 {
    padding-right: 80px;
    padding-left: 80px;
  }
  .pv-s-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pa-s-80 {
    padding: 80px;
  }
  .ml-s-80 {
    margin-left: 80px;
  }
  .mr-s-80 {
    margin-right: 80px;
  }
  .mt-s-80 {
    margin-top: 80px;
  }
  .mb-s-80 {
    margin-bottom: 80px;
  }
  .mh-s-80 {
    margin-right: 80px;
    margin-left: 80px;
  }
  .mv-s-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .ma-s-80 {
    margin: 80px;
  }
  .pl-s-88 {
    padding-left: 88px;
  }
  .pr-s-88 {
    padding-right: 88px;
  }
  .pt-s-88 {
    padding-top: 88px;
  }
  .pb-s-88 {
    padding-bottom: 88px;
  }
  .ph-s-88 {
    padding-right: 88px;
    padding-left: 88px;
  }
  .pv-s-88 {
    padding-top: 88px;
    padding-bottom: 88px;
  }
  .pa-s-88 {
    padding: 88px;
  }
  .ml-s-88 {
    margin-left: 88px;
  }
  .mr-s-88 {
    margin-right: 88px;
  }
  .mt-s-88 {
    margin-top: 88px;
  }
  .mb-s-88 {
    margin-bottom: 88px;
  }
  .mh-s-88 {
    margin-right: 88px;
    margin-left: 88px;
  }
  .mv-s-88 {
    margin-top: 88px;
    margin-bottom: 88px;
  }
  .ma-s-88 {
    margin: 88px;
  }
  .pl-s-96 {
    padding-left: 96px;
  }
  .pr-s-96 {
    padding-right: 96px;
  }
  .pt-s-96 {
    padding-top: 96px;
  }
  .pb-s-96 {
    padding-bottom: 96px;
  }
  .ph-s-96 {
    padding-right: 96px;
    padding-left: 96px;
  }
  .pv-s-96 {
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .pa-s-96 {
    padding: 96px;
  }
  .ml-s-96 {
    margin-left: 96px;
  }
  .mr-s-96 {
    margin-right: 96px;
  }
  .mt-s-96 {
    margin-top: 96px;
  }
  .mb-s-96 {
    margin-bottom: 96px;
  }
  .mh-s-96 {
    margin-right: 96px;
    margin-left: 96px;
  }
  .mv-s-96 {
    margin-top: 96px;
    margin-bottom: 96px;
  }
  .ma-s-96 {
    margin: 96px;
  }
  .pl-s-104 {
    padding-left: 104px;
  }
  .pr-s-104 {
    padding-right: 104px;
  }
  .pt-s-104 {
    padding-top: 104px;
  }
  .pb-s-104 {
    padding-bottom: 104px;
  }
  .ph-s-104 {
    padding-right: 104px;
    padding-left: 104px;
  }
  .pv-s-104 {
    padding-top: 104px;
    padding-bottom: 104px;
  }
  .pa-s-104 {
    padding: 104px;
  }
  .ml-s-104 {
    margin-left: 104px;
  }
  .mr-s-104 {
    margin-right: 104px;
  }
  .mt-s-104 {
    margin-top: 104px;
  }
  .mb-s-104 {
    margin-bottom: 104px;
  }
  .mh-s-104 {
    margin-right: 104px;
    margin-left: 104px;
  }
  .mv-s-104 {
    margin-top: 104px;
    margin-bottom: 104px;
  }
  .ma-s-104 {
    margin: 104px;
  }
  .pl-s-112 {
    padding-left: 112px;
  }
  .pr-s-112 {
    padding-right: 112px;
  }
  .pt-s-112 {
    padding-top: 112px;
  }
  .pb-s-112 {
    padding-bottom: 112px;
  }
  .ph-s-112 {
    padding-right: 112px;
    padding-left: 112px;
  }
  .pv-s-112 {
    padding-top: 112px;
    padding-bottom: 112px;
  }
  .pa-s-112 {
    padding: 112px;
  }
  .ml-s-112 {
    margin-left: 112px;
  }
  .mr-s-112 {
    margin-right: 112px;
  }
  .mt-s-112 {
    margin-top: 112px;
  }
  .mb-s-112 {
    margin-bottom: 112px;
  }
  .mh-s-112 {
    margin-right: 112px;
    margin-left: 112px;
  }
  .mv-s-112 {
    margin-top: 112px;
    margin-bottom: 112px;
  }
  .ma-s-112 {
    margin: 112px;
  }
  .pl-s-120 {
    padding-left: 120px;
  }
  .pr-s-120 {
    padding-right: 120px;
  }
  .pt-s-120 {
    padding-top: 120px;
  }
  .pb-s-120 {
    padding-bottom: 120px;
  }
  .ph-s-120 {
    padding-right: 120px;
    padding-left: 120px;
  }
  .pv-s-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .pa-s-120 {
    padding: 120px;
  }
  .ml-s-120 {
    margin-left: 120px;
  }
  .mr-s-120 {
    margin-right: 120px;
  }
  .mt-s-120 {
    margin-top: 120px;
  }
  .mb-s-120 {
    margin-bottom: 120px;
  }
  .mh-s-120 {
    margin-right: 120px;
    margin-left: 120px;
  }
  .mv-s-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .ma-s-120 {
    margin: 120px;
  }
}
@media screen and (min-width: 768px) {
  .pl-m-0 {
    padding-left: 0px;
  }
  .pr-m-0 {
    padding-right: 0px;
  }
  .pt-m-0 {
    padding-top: 0px;
  }
  .pb-m-0 {
    padding-bottom: 0px;
  }
  .ph-m-0 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .pv-m-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .pa-m-0 {
    padding: 0px;
  }
  .ml-m-0 {
    margin-left: 0px;
  }
  .mr-m-0 {
    margin-right: 0px;
  }
  .mt-m-0 {
    margin-top: 0px;
  }
  .mb-m-0 {
    margin-bottom: 0px;
  }
  .mh-m-0 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .mv-m-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .ma-m-0 {
    margin: 0px;
  }
  .pl-m-4 {
    padding-left: 4px;
  }
  .pr-m-4 {
    padding-right: 4px;
  }
  .pt-m-4 {
    padding-top: 4px;
  }
  .pb-m-4 {
    padding-bottom: 4px;
  }
  .ph-m-4 {
    padding-right: 4px;
    padding-left: 4px;
  }
  .pv-m-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .pa-m-4 {
    padding: 4px;
  }
  .ml-m-4 {
    margin-left: 4px;
  }
  .mr-m-4 {
    margin-right: 4px;
  }
  .mt-m-4 {
    margin-top: 4px;
  }
  .mb-m-4 {
    margin-bottom: 4px;
  }
  .mh-m-4 {
    margin-right: 4px;
    margin-left: 4px;
  }
  .mv-m-4 {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .ma-m-4 {
    margin: 4px;
  }
  .pl-m-8 {
    padding-left: 8px;
  }
  .pr-m-8 {
    padding-right: 8px;
  }
  .pt-m-8 {
    padding-top: 8px;
  }
  .pb-m-8 {
    padding-bottom: 8px;
  }
  .ph-m-8 {
    padding-right: 8px;
    padding-left: 8px;
  }
  .pv-m-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .pa-m-8 {
    padding: 8px;
  }
  .ml-m-8 {
    margin-left: 8px;
  }
  .mr-m-8 {
    margin-right: 8px;
  }
  .mt-m-8 {
    margin-top: 8px;
  }
  .mb-m-8 {
    margin-bottom: 8px;
  }
  .mh-m-8 {
    margin-right: 8px;
    margin-left: 8px;
  }
  .mv-m-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .ma-m-8 {
    margin: 8px;
  }
  .pl-m-16 {
    padding-left: 16px;
  }
  .pr-m-16 {
    padding-right: 16px;
  }
  .pt-m-16 {
    padding-top: 16px;
  }
  .pb-m-16 {
    padding-bottom: 16px;
  }
  .ph-m-16 {
    padding-right: 16px;
    padding-left: 16px;
  }
  .pv-m-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .pa-m-16 {
    padding: 16px;
  }
  .ml-m-16 {
    margin-left: 16px;
  }
  .mr-m-16 {
    margin-right: 16px;
  }
  .mt-m-16 {
    margin-top: 16px;
  }
  .mb-m-16 {
    margin-bottom: 16px;
  }
  .mh-m-16 {
    margin-right: 16px;
    margin-left: 16px;
  }
  .mv-m-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .ma-m-16 {
    margin: 16px;
  }
  .pl-m-24 {
    padding-left: 24px;
  }
  .pr-m-24 {
    padding-right: 24px;
  }
  .pt-m-24 {
    padding-top: 24px;
  }
  .pb-m-24 {
    padding-bottom: 24px;
  }
  .ph-m-24 {
    padding-right: 24px;
    padding-left: 24px;
  }
  .pv-m-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .pa-m-24 {
    padding: 24px;
  }
  .ml-m-24 {
    margin-left: 24px;
  }
  .mr-m-24 {
    margin-right: 24px;
  }
  .mt-m-24 {
    margin-top: 24px;
  }
  .mb-m-24 {
    margin-bottom: 24px;
  }
  .mh-m-24 {
    margin-right: 24px;
    margin-left: 24px;
  }
  .mv-m-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .ma-m-24 {
    margin: 24px;
  }
  .pl-m-32 {
    padding-left: 32px;
  }
  .pr-m-32 {
    padding-right: 32px;
  }
  .pt-m-32 {
    padding-top: 32px;
  }
  .pb-m-32 {
    padding-bottom: 32px;
  }
  .ph-m-32 {
    padding-right: 32px;
    padding-left: 32px;
  }
  .pv-m-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .pa-m-32 {
    padding: 32px;
  }
  .ml-m-32 {
    margin-left: 32px;
  }
  .mr-m-32 {
    margin-right: 32px;
  }
  .mt-m-32 {
    margin-top: 32px;
  }
  .mb-m-32 {
    margin-bottom: 32px;
  }
  .mh-m-32 {
    margin-right: 32px;
    margin-left: 32px;
  }
  .mv-m-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .ma-m-32 {
    margin: 32px;
  }
  .pl-m-40 {
    padding-left: 40px;
  }
  .pr-m-40 {
    padding-right: 40px;
  }
  .pt-m-40 {
    padding-top: 40px;
  }
  .pb-m-40 {
    padding-bottom: 40px;
  }
  .ph-m-40 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .pv-m-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pa-m-40 {
    padding: 40px;
  }
  .ml-m-40 {
    margin-left: 40px;
  }
  .mr-m-40 {
    margin-right: 40px;
  }
  .mt-m-40 {
    margin-top: 40px;
  }
  .mb-m-40 {
    margin-bottom: 40px;
  }
  .mh-m-40 {
    margin-right: 40px;
    margin-left: 40px;
  }
  .mv-m-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .ma-m-40 {
    margin: 40px;
  }
  .pl-m-48 {
    padding-left: 48px;
  }
  .pr-m-48 {
    padding-right: 48px;
  }
  .pt-m-48 {
    padding-top: 48px;
  }
  .pb-m-48 {
    padding-bottom: 48px;
  }
  .ph-m-48 {
    padding-right: 48px;
    padding-left: 48px;
  }
  .pv-m-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .pa-m-48 {
    padding: 48px;
  }
  .ml-m-48 {
    margin-left: 48px;
  }
  .mr-m-48 {
    margin-right: 48px;
  }
  .mt-m-48 {
    margin-top: 48px;
  }
  .mb-m-48 {
    margin-bottom: 48px;
  }
  .mh-m-48 {
    margin-right: 48px;
    margin-left: 48px;
  }
  .mv-m-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .ma-m-48 {
    margin: 48px;
  }
  .pl-m-56 {
    padding-left: 56px;
  }
  .pr-m-56 {
    padding-right: 56px;
  }
  .pt-m-56 {
    padding-top: 56px;
  }
  .pb-m-56 {
    padding-bottom: 56px;
  }
  .ph-m-56 {
    padding-right: 56px;
    padding-left: 56px;
  }
  .pv-m-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .pa-m-56 {
    padding: 56px;
  }
  .ml-m-56 {
    margin-left: 56px;
  }
  .mr-m-56 {
    margin-right: 56px;
  }
  .mt-m-56 {
    margin-top: 56px;
  }
  .mb-m-56 {
    margin-bottom: 56px;
  }
  .mh-m-56 {
    margin-right: 56px;
    margin-left: 56px;
  }
  .mv-m-56 {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .ma-m-56 {
    margin: 56px;
  }
  .pl-m-64 {
    padding-left: 64px;
  }
  .pr-m-64 {
    padding-right: 64px;
  }
  .pt-m-64 {
    padding-top: 64px;
  }
  .pb-m-64 {
    padding-bottom: 64px;
  }
  .ph-m-64 {
    padding-right: 64px;
    padding-left: 64px;
  }
  .pv-m-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .pa-m-64 {
    padding: 64px;
  }
  .ml-m-64 {
    margin-left: 64px;
  }
  .mr-m-64 {
    margin-right: 64px;
  }
  .mt-m-64 {
    margin-top: 64px;
  }
  .mb-m-64 {
    margin-bottom: 64px;
  }
  .mh-m-64 {
    margin-right: 64px;
    margin-left: 64px;
  }
  .mv-m-64 {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .ma-m-64 {
    margin: 64px;
  }
  .pl-m-72 {
    padding-left: 72px;
  }
  .pr-m-72 {
    padding-right: 72px;
  }
  .pt-m-72 {
    padding-top: 72px;
  }
  .pb-m-72 {
    padding-bottom: 72px;
  }
  .ph-m-72 {
    padding-right: 72px;
    padding-left: 72px;
  }
  .pv-m-72 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .pa-m-72 {
    padding: 72px;
  }
  .ml-m-72 {
    margin-left: 72px;
  }
  .mr-m-72 {
    margin-right: 72px;
  }
  .mt-m-72 {
    margin-top: 72px;
  }
  .mb-m-72 {
    margin-bottom: 72px;
  }
  .mh-m-72 {
    margin-right: 72px;
    margin-left: 72px;
  }
  .mv-m-72 {
    margin-top: 72px;
    margin-bottom: 72px;
  }
  .ma-m-72 {
    margin: 72px;
  }
  .pl-m-80 {
    padding-left: 80px;
  }
  .pr-m-80 {
    padding-right: 80px;
  }
  .pt-m-80 {
    padding-top: 80px;
  }
  .pb-m-80 {
    padding-bottom: 80px;
  }
  .ph-m-80 {
    padding-right: 80px;
    padding-left: 80px;
  }
  .pv-m-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pa-m-80 {
    padding: 80px;
  }
  .ml-m-80 {
    margin-left: 80px;
  }
  .mr-m-80 {
    margin-right: 80px;
  }
  .mt-m-80 {
    margin-top: 80px;
  }
  .mb-m-80 {
    margin-bottom: 80px;
  }
  .mh-m-80 {
    margin-right: 80px;
    margin-left: 80px;
  }
  .mv-m-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .ma-m-80 {
    margin: 80px;
  }
  .pl-m-88 {
    padding-left: 88px;
  }
  .pr-m-88 {
    padding-right: 88px;
  }
  .pt-m-88 {
    padding-top: 88px;
  }
  .pb-m-88 {
    padding-bottom: 88px;
  }
  .ph-m-88 {
    padding-right: 88px;
    padding-left: 88px;
  }
  .pv-m-88 {
    padding-top: 88px;
    padding-bottom: 88px;
  }
  .pa-m-88 {
    padding: 88px;
  }
  .ml-m-88 {
    margin-left: 88px;
  }
  .mr-m-88 {
    margin-right: 88px;
  }
  .mt-m-88 {
    margin-top: 88px;
  }
  .mb-m-88 {
    margin-bottom: 88px;
  }
  .mh-m-88 {
    margin-right: 88px;
    margin-left: 88px;
  }
  .mv-m-88 {
    margin-top: 88px;
    margin-bottom: 88px;
  }
  .ma-m-88 {
    margin: 88px;
  }
  .pl-m-96 {
    padding-left: 96px;
  }
  .pr-m-96 {
    padding-right: 96px;
  }
  .pt-m-96 {
    padding-top: 96px;
  }
  .pb-m-96 {
    padding-bottom: 96px;
  }
  .ph-m-96 {
    padding-right: 96px;
    padding-left: 96px;
  }
  .pv-m-96 {
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .pa-m-96 {
    padding: 96px;
  }
  .ml-m-96 {
    margin-left: 96px;
  }
  .mr-m-96 {
    margin-right: 96px;
  }
  .mt-m-96 {
    margin-top: 96px;
  }
  .mb-m-96 {
    margin-bottom: 96px;
  }
  .mh-m-96 {
    margin-right: 96px;
    margin-left: 96px;
  }
  .mv-m-96 {
    margin-top: 96px;
    margin-bottom: 96px;
  }
  .ma-m-96 {
    margin: 96px;
  }
  .pl-m-104 {
    padding-left: 104px;
  }
  .pr-m-104 {
    padding-right: 104px;
  }
  .pt-m-104 {
    padding-top: 104px;
  }
  .pb-m-104 {
    padding-bottom: 104px;
  }
  .ph-m-104 {
    padding-right: 104px;
    padding-left: 104px;
  }
  .pv-m-104 {
    padding-top: 104px;
    padding-bottom: 104px;
  }
  .pa-m-104 {
    padding: 104px;
  }
  .ml-m-104 {
    margin-left: 104px;
  }
  .mr-m-104 {
    margin-right: 104px;
  }
  .mt-m-104 {
    margin-top: 104px;
  }
  .mb-m-104 {
    margin-bottom: 104px;
  }
  .mh-m-104 {
    margin-right: 104px;
    margin-left: 104px;
  }
  .mv-m-104 {
    margin-top: 104px;
    margin-bottom: 104px;
  }
  .ma-m-104 {
    margin: 104px;
  }
  .pl-m-112 {
    padding-left: 112px;
  }
  .pr-m-112 {
    padding-right: 112px;
  }
  .pt-m-112 {
    padding-top: 112px;
  }
  .pb-m-112 {
    padding-bottom: 112px;
  }
  .ph-m-112 {
    padding-right: 112px;
    padding-left: 112px;
  }
  .pv-m-112 {
    padding-top: 112px;
    padding-bottom: 112px;
  }
  .pa-m-112 {
    padding: 112px;
  }
  .ml-m-112 {
    margin-left: 112px;
  }
  .mr-m-112 {
    margin-right: 112px;
  }
  .mt-m-112 {
    margin-top: 112px;
  }
  .mb-m-112 {
    margin-bottom: 112px;
  }
  .mh-m-112 {
    margin-right: 112px;
    margin-left: 112px;
  }
  .mv-m-112 {
    margin-top: 112px;
    margin-bottom: 112px;
  }
  .ma-m-112 {
    margin: 112px;
  }
  .pl-m-120 {
    padding-left: 120px;
  }
  .pr-m-120 {
    padding-right: 120px;
  }
  .pt-m-120 {
    padding-top: 120px;
  }
  .pb-m-120 {
    padding-bottom: 120px;
  }
  .ph-m-120 {
    padding-right: 120px;
    padding-left: 120px;
  }
  .pv-m-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .pa-m-120 {
    padding: 120px;
  }
  .ml-m-120 {
    margin-left: 120px;
  }
  .mr-m-120 {
    margin-right: 120px;
  }
  .mt-m-120 {
    margin-top: 120px;
  }
  .mb-m-120 {
    margin-bottom: 120px;
  }
  .mh-m-120 {
    margin-right: 120px;
    margin-left: 120px;
  }
  .mv-m-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .ma-m-120 {
    margin: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .pl-l-0 {
    padding-left: 0px;
  }
  .pr-l-0 {
    padding-right: 0px;
  }
  .pt-l-0 {
    padding-top: 0px;
  }
  .pb-l-0 {
    padding-bottom: 0px;
  }
  .ph-l-0 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .pv-l-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .pa-l-0 {
    padding: 0px;
  }
  .ml-l-0 {
    margin-left: 0px;
  }
  .mr-l-0 {
    margin-right: 0px;
  }
  .mt-l-0 {
    margin-top: 0px;
  }
  .mb-l-0 {
    margin-bottom: 0px;
  }
  .mh-l-0 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .mv-l-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .ma-l-0 {
    margin: 0px;
  }
  .pl-l-4 {
    padding-left: 4px;
  }
  .pr-l-4 {
    padding-right: 4px;
  }
  .pt-l-4 {
    padding-top: 4px;
  }
  .pb-l-4 {
    padding-bottom: 4px;
  }
  .ph-l-4 {
    padding-right: 4px;
    padding-left: 4px;
  }
  .pv-l-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .pa-l-4 {
    padding: 4px;
  }
  .ml-l-4 {
    margin-left: 4px;
  }
  .mr-l-4 {
    margin-right: 4px;
  }
  .mt-l-4 {
    margin-top: 4px;
  }
  .mb-l-4 {
    margin-bottom: 4px;
  }
  .mh-l-4 {
    margin-right: 4px;
    margin-left: 4px;
  }
  .mv-l-4 {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .ma-l-4 {
    margin: 4px;
  }
  .pl-l-8 {
    padding-left: 8px;
  }
  .pr-l-8 {
    padding-right: 8px;
  }
  .pt-l-8 {
    padding-top: 8px;
  }
  .pb-l-8 {
    padding-bottom: 8px;
  }
  .ph-l-8 {
    padding-right: 8px;
    padding-left: 8px;
  }
  .pv-l-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .pa-l-8 {
    padding: 8px;
  }
  .ml-l-8 {
    margin-left: 8px;
  }
  .mr-l-8 {
    margin-right: 8px;
  }
  .mt-l-8 {
    margin-top: 8px;
  }
  .mb-l-8 {
    margin-bottom: 8px;
  }
  .mh-l-8 {
    margin-right: 8px;
    margin-left: 8px;
  }
  .mv-l-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .ma-l-8 {
    margin: 8px;
  }
  .pl-l-16 {
    padding-left: 16px;
  }
  .pr-l-16 {
    padding-right: 16px;
  }
  .pt-l-16 {
    padding-top: 16px;
  }
  .pb-l-16 {
    padding-bottom: 16px;
  }
  .ph-l-16 {
    padding-right: 16px;
    padding-left: 16px;
  }
  .pv-l-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .pa-l-16 {
    padding: 16px;
  }
  .ml-l-16 {
    margin-left: 16px;
  }
  .mr-l-16 {
    margin-right: 16px;
  }
  .mt-l-16 {
    margin-top: 16px;
  }
  .mb-l-16 {
    margin-bottom: 16px;
  }
  .mh-l-16 {
    margin-right: 16px;
    margin-left: 16px;
  }
  .mv-l-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .ma-l-16 {
    margin: 16px;
  }
  .pl-l-24 {
    padding-left: 24px;
  }
  .pr-l-24 {
    padding-right: 24px;
  }
  .pt-l-24 {
    padding-top: 24px;
  }
  .pb-l-24 {
    padding-bottom: 24px;
  }
  .ph-l-24 {
    padding-right: 24px;
    padding-left: 24px;
  }
  .pv-l-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .pa-l-24 {
    padding: 24px;
  }
  .ml-l-24 {
    margin-left: 24px;
  }
  .mr-l-24 {
    margin-right: 24px;
  }
  .mt-l-24 {
    margin-top: 24px;
  }
  .mb-l-24 {
    margin-bottom: 24px;
  }
  .mh-l-24 {
    margin-right: 24px;
    margin-left: 24px;
  }
  .mv-l-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .ma-l-24 {
    margin: 24px;
  }
  .pl-l-32 {
    padding-left: 32px;
  }
  .pr-l-32 {
    padding-right: 32px;
  }
  .pt-l-32 {
    padding-top: 32px;
  }
  .pb-l-32 {
    padding-bottom: 32px;
  }
  .ph-l-32 {
    padding-right: 32px;
    padding-left: 32px;
  }
  .pv-l-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .pa-l-32 {
    padding: 32px;
  }
  .ml-l-32 {
    margin-left: 32px;
  }
  .mr-l-32 {
    margin-right: 32px;
  }
  .mt-l-32 {
    margin-top: 32px;
  }
  .mb-l-32 {
    margin-bottom: 32px;
  }
  .mh-l-32 {
    margin-right: 32px;
    margin-left: 32px;
  }
  .mv-l-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .ma-l-32 {
    margin: 32px;
  }
  .pl-l-40 {
    padding-left: 40px;
  }
  .pr-l-40 {
    padding-right: 40px;
  }
  .pt-l-40 {
    padding-top: 40px;
  }
  .pb-l-40 {
    padding-bottom: 40px;
  }
  .ph-l-40 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .pv-l-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pa-l-40 {
    padding: 40px;
  }
  .ml-l-40 {
    margin-left: 40px;
  }
  .mr-l-40 {
    margin-right: 40px;
  }
  .mt-l-40 {
    margin-top: 40px;
  }
  .mb-l-40 {
    margin-bottom: 40px;
  }
  .mh-l-40 {
    margin-right: 40px;
    margin-left: 40px;
  }
  .mv-l-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .ma-l-40 {
    margin: 40px;
  }
  .pl-l-48 {
    padding-left: 48px;
  }
  .pr-l-48 {
    padding-right: 48px;
  }
  .pt-l-48 {
    padding-top: 48px;
  }
  .pb-l-48 {
    padding-bottom: 48px;
  }
  .ph-l-48 {
    padding-right: 48px;
    padding-left: 48px;
  }
  .pv-l-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .pa-l-48 {
    padding: 48px;
  }
  .ml-l-48 {
    margin-left: 48px;
  }
  .mr-l-48 {
    margin-right: 48px;
  }
  .mt-l-48 {
    margin-top: 48px;
  }
  .mb-l-48 {
    margin-bottom: 48px;
  }
  .mh-l-48 {
    margin-right: 48px;
    margin-left: 48px;
  }
  .mv-l-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .ma-l-48 {
    margin: 48px;
  }
  .pl-l-56 {
    padding-left: 56px;
  }
  .pr-l-56 {
    padding-right: 56px;
  }
  .pt-l-56 {
    padding-top: 56px;
  }
  .pb-l-56 {
    padding-bottom: 56px;
  }
  .ph-l-56 {
    padding-right: 56px;
    padding-left: 56px;
  }
  .pv-l-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .pa-l-56 {
    padding: 56px;
  }
  .ml-l-56 {
    margin-left: 56px;
  }
  .mr-l-56 {
    margin-right: 56px;
  }
  .mt-l-56 {
    margin-top: 56px;
  }
  .mb-l-56 {
    margin-bottom: 56px;
  }
  .mh-l-56 {
    margin-right: 56px;
    margin-left: 56px;
  }
  .mv-l-56 {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .ma-l-56 {
    margin: 56px;
  }
  .pl-l-64 {
    padding-left: 64px;
  }
  .pr-l-64 {
    padding-right: 64px;
  }
  .pt-l-64 {
    padding-top: 64px;
  }
  .pb-l-64 {
    padding-bottom: 64px;
  }
  .ph-l-64 {
    padding-right: 64px;
    padding-left: 64px;
  }
  .pv-l-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .pa-l-64 {
    padding: 64px;
  }
  .ml-l-64 {
    margin-left: 64px;
  }
  .mr-l-64 {
    margin-right: 64px;
  }
  .mt-l-64 {
    margin-top: 64px;
  }
  .mb-l-64 {
    margin-bottom: 64px;
  }
  .mh-l-64 {
    margin-right: 64px;
    margin-left: 64px;
  }
  .mv-l-64 {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .ma-l-64 {
    margin: 64px;
  }
  .pl-l-72 {
    padding-left: 72px;
  }
  .pr-l-72 {
    padding-right: 72px;
  }
  .pt-l-72 {
    padding-top: 72px;
  }
  .pb-l-72 {
    padding-bottom: 72px;
  }
  .ph-l-72 {
    padding-right: 72px;
    padding-left: 72px;
  }
  .pv-l-72 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .pa-l-72 {
    padding: 72px;
  }
  .ml-l-72 {
    margin-left: 72px;
  }
  .mr-l-72 {
    margin-right: 72px;
  }
  .mt-l-72 {
    margin-top: 72px;
  }
  .mb-l-72 {
    margin-bottom: 72px;
  }
  .mh-l-72 {
    margin-right: 72px;
    margin-left: 72px;
  }
  .mv-l-72 {
    margin-top: 72px;
    margin-bottom: 72px;
  }
  .ma-l-72 {
    margin: 72px;
  }
  .pl-l-80 {
    padding-left: 80px;
  }
  .pr-l-80 {
    padding-right: 80px;
  }
  .pt-l-80 {
    padding-top: 80px;
  }
  .pb-l-80 {
    padding-bottom: 80px;
  }
  .ph-l-80 {
    padding-right: 80px;
    padding-left: 80px;
  }
  .pv-l-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pa-l-80 {
    padding: 80px;
  }
  .ml-l-80 {
    margin-left: 80px;
  }
  .mr-l-80 {
    margin-right: 80px;
  }
  .mt-l-80 {
    margin-top: 80px;
  }
  .mb-l-80 {
    margin-bottom: 80px;
  }
  .mh-l-80 {
    margin-right: 80px;
    margin-left: 80px;
  }
  .mv-l-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .ma-l-80 {
    margin: 80px;
  }
  .pl-l-88 {
    padding-left: 88px;
  }
  .pr-l-88 {
    padding-right: 88px;
  }
  .pt-l-88 {
    padding-top: 88px;
  }
  .pb-l-88 {
    padding-bottom: 88px;
  }
  .ph-l-88 {
    padding-right: 88px;
    padding-left: 88px;
  }
  .pv-l-88 {
    padding-top: 88px;
    padding-bottom: 88px;
  }
  .pa-l-88 {
    padding: 88px;
  }
  .ml-l-88 {
    margin-left: 88px;
  }
  .mr-l-88 {
    margin-right: 88px;
  }
  .mt-l-88 {
    margin-top: 88px;
  }
  .mb-l-88 {
    margin-bottom: 88px;
  }
  .mh-l-88 {
    margin-right: 88px;
    margin-left: 88px;
  }
  .mv-l-88 {
    margin-top: 88px;
    margin-bottom: 88px;
  }
  .ma-l-88 {
    margin: 88px;
  }
  .pl-l-96 {
    padding-left: 96px;
  }
  .pr-l-96 {
    padding-right: 96px;
  }
  .pt-l-96 {
    padding-top: 96px;
  }
  .pb-l-96 {
    padding-bottom: 96px;
  }
  .ph-l-96 {
    padding-right: 96px;
    padding-left: 96px;
  }
  .pv-l-96 {
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .pa-l-96 {
    padding: 96px;
  }
  .ml-l-96 {
    margin-left: 96px;
  }
  .mr-l-96 {
    margin-right: 96px;
  }
  .mt-l-96 {
    margin-top: 96px;
  }
  .mb-l-96 {
    margin-bottom: 96px;
  }
  .mh-l-96 {
    margin-right: 96px;
    margin-left: 96px;
  }
  .mv-l-96 {
    margin-top: 96px;
    margin-bottom: 96px;
  }
  .ma-l-96 {
    margin: 96px;
  }
  .pl-l-104 {
    padding-left: 104px;
  }
  .pr-l-104 {
    padding-right: 104px;
  }
  .pt-l-104 {
    padding-top: 104px;
  }
  .pb-l-104 {
    padding-bottom: 104px;
  }
  .ph-l-104 {
    padding-right: 104px;
    padding-left: 104px;
  }
  .pv-l-104 {
    padding-top: 104px;
    padding-bottom: 104px;
  }
  .pa-l-104 {
    padding: 104px;
  }
  .ml-l-104 {
    margin-left: 104px;
  }
  .mr-l-104 {
    margin-right: 104px;
  }
  .mt-l-104 {
    margin-top: 104px;
  }
  .mb-l-104 {
    margin-bottom: 104px;
  }
  .mh-l-104 {
    margin-right: 104px;
    margin-left: 104px;
  }
  .mv-l-104 {
    margin-top: 104px;
    margin-bottom: 104px;
  }
  .ma-l-104 {
    margin: 104px;
  }
  .pl-l-112 {
    padding-left: 112px;
  }
  .pr-l-112 {
    padding-right: 112px;
  }
  .pt-l-112 {
    padding-top: 112px;
  }
  .pb-l-112 {
    padding-bottom: 112px;
  }
  .ph-l-112 {
    padding-right: 112px;
    padding-left: 112px;
  }
  .pv-l-112 {
    padding-top: 112px;
    padding-bottom: 112px;
  }
  .pa-l-112 {
    padding: 112px;
  }
  .ml-l-112 {
    margin-left: 112px;
  }
  .mr-l-112 {
    margin-right: 112px;
  }
  .mt-l-112 {
    margin-top: 112px;
  }
  .mb-l-112 {
    margin-bottom: 112px;
  }
  .mh-l-112 {
    margin-right: 112px;
    margin-left: 112px;
  }
  .mv-l-112 {
    margin-top: 112px;
    margin-bottom: 112px;
  }
  .ma-l-112 {
    margin: 112px;
  }
  .pl-l-120 {
    padding-left: 120px;
  }
  .pr-l-120 {
    padding-right: 120px;
  }
  .pt-l-120 {
    padding-top: 120px;
  }
  .pb-l-120 {
    padding-bottom: 120px;
  }
  .ph-l-120 {
    padding-right: 120px;
    padding-left: 120px;
  }
  .pv-l-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .pa-l-120 {
    padding: 120px;
  }
  .ml-l-120 {
    margin-left: 120px;
  }
  .mr-l-120 {
    margin-right: 120px;
  }
  .mt-l-120 {
    margin-top: 120px;
  }
  .mb-l-120 {
    margin-bottom: 120px;
  }
  .mh-l-120 {
    margin-right: 120px;
    margin-left: 120px;
  }
  .mv-l-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .ma-l-120 {
    margin: 120px;
  }
}
@media screen and (min-width: 1280px) {
  .pl-xl-0 {
    padding-left: 0px;
  }
  .pr-xl-0 {
    padding-right: 0px;
  }
  .pt-xl-0 {
    padding-top: 0px;
  }
  .pb-xl-0 {
    padding-bottom: 0px;
  }
  .ph-xl-0 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .pv-xl-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .pa-xl-0 {
    padding: 0px;
  }
  .ml-xl-0 {
    margin-left: 0px;
  }
  .mr-xl-0 {
    margin-right: 0px;
  }
  .mt-xl-0 {
    margin-top: 0px;
  }
  .mb-xl-0 {
    margin-bottom: 0px;
  }
  .mh-xl-0 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .mv-xl-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .ma-xl-0 {
    margin: 0px;
  }
  .pl-xl-4 {
    padding-left: 4px;
  }
  .pr-xl-4 {
    padding-right: 4px;
  }
  .pt-xl-4 {
    padding-top: 4px;
  }
  .pb-xl-4 {
    padding-bottom: 4px;
  }
  .ph-xl-4 {
    padding-right: 4px;
    padding-left: 4px;
  }
  .pv-xl-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .pa-xl-4 {
    padding: 4px;
  }
  .ml-xl-4 {
    margin-left: 4px;
  }
  .mr-xl-4 {
    margin-right: 4px;
  }
  .mt-xl-4 {
    margin-top: 4px;
  }
  .mb-xl-4 {
    margin-bottom: 4px;
  }
  .mh-xl-4 {
    margin-right: 4px;
    margin-left: 4px;
  }
  .mv-xl-4 {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .ma-xl-4 {
    margin: 4px;
  }
  .pl-xl-8 {
    padding-left: 8px;
  }
  .pr-xl-8 {
    padding-right: 8px;
  }
  .pt-xl-8 {
    padding-top: 8px;
  }
  .pb-xl-8 {
    padding-bottom: 8px;
  }
  .ph-xl-8 {
    padding-right: 8px;
    padding-left: 8px;
  }
  .pv-xl-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .pa-xl-8 {
    padding: 8px;
  }
  .ml-xl-8 {
    margin-left: 8px;
  }
  .mr-xl-8 {
    margin-right: 8px;
  }
  .mt-xl-8 {
    margin-top: 8px;
  }
  .mb-xl-8 {
    margin-bottom: 8px;
  }
  .mh-xl-8 {
    margin-right: 8px;
    margin-left: 8px;
  }
  .mv-xl-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .ma-xl-8 {
    margin: 8px;
  }
  .pl-xl-16 {
    padding-left: 16px;
  }
  .pr-xl-16 {
    padding-right: 16px;
  }
  .pt-xl-16 {
    padding-top: 16px;
  }
  .pb-xl-16 {
    padding-bottom: 16px;
  }
  .ph-xl-16 {
    padding-right: 16px;
    padding-left: 16px;
  }
  .pv-xl-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .pa-xl-16 {
    padding: 16px;
  }
  .ml-xl-16 {
    margin-left: 16px;
  }
  .mr-xl-16 {
    margin-right: 16px;
  }
  .mt-xl-16 {
    margin-top: 16px;
  }
  .mb-xl-16 {
    margin-bottom: 16px;
  }
  .mh-xl-16 {
    margin-right: 16px;
    margin-left: 16px;
  }
  .mv-xl-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .ma-xl-16 {
    margin: 16px;
  }
  .pl-xl-24 {
    padding-left: 24px;
  }
  .pr-xl-24 {
    padding-right: 24px;
  }
  .pt-xl-24 {
    padding-top: 24px;
  }
  .pb-xl-24 {
    padding-bottom: 24px;
  }
  .ph-xl-24 {
    padding-right: 24px;
    padding-left: 24px;
  }
  .pv-xl-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .pa-xl-24 {
    padding: 24px;
  }
  .ml-xl-24 {
    margin-left: 24px;
  }
  .mr-xl-24 {
    margin-right: 24px;
  }
  .mt-xl-24 {
    margin-top: 24px;
  }
  .mb-xl-24 {
    margin-bottom: 24px;
  }
  .mh-xl-24 {
    margin-right: 24px;
    margin-left: 24px;
  }
  .mv-xl-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .ma-xl-24 {
    margin: 24px;
  }
  .pl-xl-32 {
    padding-left: 32px;
  }
  .pr-xl-32 {
    padding-right: 32px;
  }
  .pt-xl-32 {
    padding-top: 32px;
  }
  .pb-xl-32 {
    padding-bottom: 32px;
  }
  .ph-xl-32 {
    padding-right: 32px;
    padding-left: 32px;
  }
  .pv-xl-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .pa-xl-32 {
    padding: 32px;
  }
  .ml-xl-32 {
    margin-left: 32px;
  }
  .mr-xl-32 {
    margin-right: 32px;
  }
  .mt-xl-32 {
    margin-top: 32px;
  }
  .mb-xl-32 {
    margin-bottom: 32px;
  }
  .mh-xl-32 {
    margin-right: 32px;
    margin-left: 32px;
  }
  .mv-xl-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .ma-xl-32 {
    margin: 32px;
  }
  .pl-xl-40 {
    padding-left: 40px;
  }
  .pr-xl-40 {
    padding-right: 40px;
  }
  .pt-xl-40 {
    padding-top: 40px;
  }
  .pb-xl-40 {
    padding-bottom: 40px;
  }
  .ph-xl-40 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .pv-xl-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pa-xl-40 {
    padding: 40px;
  }
  .ml-xl-40 {
    margin-left: 40px;
  }
  .mr-xl-40 {
    margin-right: 40px;
  }
  .mt-xl-40 {
    margin-top: 40px;
  }
  .mb-xl-40 {
    margin-bottom: 40px;
  }
  .mh-xl-40 {
    margin-right: 40px;
    margin-left: 40px;
  }
  .mv-xl-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .ma-xl-40 {
    margin: 40px;
  }
  .pl-xl-48 {
    padding-left: 48px;
  }
  .pr-xl-48 {
    padding-right: 48px;
  }
  .pt-xl-48 {
    padding-top: 48px;
  }
  .pb-xl-48 {
    padding-bottom: 48px;
  }
  .ph-xl-48 {
    padding-right: 48px;
    padding-left: 48px;
  }
  .pv-xl-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .pa-xl-48 {
    padding: 48px;
  }
  .ml-xl-48 {
    margin-left: 48px;
  }
  .mr-xl-48 {
    margin-right: 48px;
  }
  .mt-xl-48 {
    margin-top: 48px;
  }
  .mb-xl-48 {
    margin-bottom: 48px;
  }
  .mh-xl-48 {
    margin-right: 48px;
    margin-left: 48px;
  }
  .mv-xl-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .ma-xl-48 {
    margin: 48px;
  }
  .pl-xl-56 {
    padding-left: 56px;
  }
  .pr-xl-56 {
    padding-right: 56px;
  }
  .pt-xl-56 {
    padding-top: 56px;
  }
  .pb-xl-56 {
    padding-bottom: 56px;
  }
  .ph-xl-56 {
    padding-right: 56px;
    padding-left: 56px;
  }
  .pv-xl-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .pa-xl-56 {
    padding: 56px;
  }
  .ml-xl-56 {
    margin-left: 56px;
  }
  .mr-xl-56 {
    margin-right: 56px;
  }
  .mt-xl-56 {
    margin-top: 56px;
  }
  .mb-xl-56 {
    margin-bottom: 56px;
  }
  .mh-xl-56 {
    margin-right: 56px;
    margin-left: 56px;
  }
  .mv-xl-56 {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .ma-xl-56 {
    margin: 56px;
  }
  .pl-xl-64 {
    padding-left: 64px;
  }
  .pr-xl-64 {
    padding-right: 64px;
  }
  .pt-xl-64 {
    padding-top: 64px;
  }
  .pb-xl-64 {
    padding-bottom: 64px;
  }
  .ph-xl-64 {
    padding-right: 64px;
    padding-left: 64px;
  }
  .pv-xl-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .pa-xl-64 {
    padding: 64px;
  }
  .ml-xl-64 {
    margin-left: 64px;
  }
  .mr-xl-64 {
    margin-right: 64px;
  }
  .mt-xl-64 {
    margin-top: 64px;
  }
  .mb-xl-64 {
    margin-bottom: 64px;
  }
  .mh-xl-64 {
    margin-right: 64px;
    margin-left: 64px;
  }
  .mv-xl-64 {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .ma-xl-64 {
    margin: 64px;
  }
  .pl-xl-72 {
    padding-left: 72px;
  }
  .pr-xl-72 {
    padding-right: 72px;
  }
  .pt-xl-72 {
    padding-top: 72px;
  }
  .pb-xl-72 {
    padding-bottom: 72px;
  }
  .ph-xl-72 {
    padding-right: 72px;
    padding-left: 72px;
  }
  .pv-xl-72 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .pa-xl-72 {
    padding: 72px;
  }
  .ml-xl-72 {
    margin-left: 72px;
  }
  .mr-xl-72 {
    margin-right: 72px;
  }
  .mt-xl-72 {
    margin-top: 72px;
  }
  .mb-xl-72 {
    margin-bottom: 72px;
  }
  .mh-xl-72 {
    margin-right: 72px;
    margin-left: 72px;
  }
  .mv-xl-72 {
    margin-top: 72px;
    margin-bottom: 72px;
  }
  .ma-xl-72 {
    margin: 72px;
  }
  .pl-xl-80 {
    padding-left: 80px;
  }
  .pr-xl-80 {
    padding-right: 80px;
  }
  .pt-xl-80 {
    padding-top: 80px;
  }
  .pb-xl-80 {
    padding-bottom: 80px;
  }
  .ph-xl-80 {
    padding-right: 80px;
    padding-left: 80px;
  }
  .pv-xl-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pa-xl-80 {
    padding: 80px;
  }
  .ml-xl-80 {
    margin-left: 80px;
  }
  .mr-xl-80 {
    margin-right: 80px;
  }
  .mt-xl-80 {
    margin-top: 80px;
  }
  .mb-xl-80 {
    margin-bottom: 80px;
  }
  .mh-xl-80 {
    margin-right: 80px;
    margin-left: 80px;
  }
  .mv-xl-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .ma-xl-80 {
    margin: 80px;
  }
  .pl-xl-88 {
    padding-left: 88px;
  }
  .pr-xl-88 {
    padding-right: 88px;
  }
  .pt-xl-88 {
    padding-top: 88px;
  }
  .pb-xl-88 {
    padding-bottom: 88px;
  }
  .ph-xl-88 {
    padding-right: 88px;
    padding-left: 88px;
  }
  .pv-xl-88 {
    padding-top: 88px;
    padding-bottom: 88px;
  }
  .pa-xl-88 {
    padding: 88px;
  }
  .ml-xl-88 {
    margin-left: 88px;
  }
  .mr-xl-88 {
    margin-right: 88px;
  }
  .mt-xl-88 {
    margin-top: 88px;
  }
  .mb-xl-88 {
    margin-bottom: 88px;
  }
  .mh-xl-88 {
    margin-right: 88px;
    margin-left: 88px;
  }
  .mv-xl-88 {
    margin-top: 88px;
    margin-bottom: 88px;
  }
  .ma-xl-88 {
    margin: 88px;
  }
  .pl-xl-96 {
    padding-left: 96px;
  }
  .pr-xl-96 {
    padding-right: 96px;
  }
  .pt-xl-96 {
    padding-top: 96px;
  }
  .pb-xl-96 {
    padding-bottom: 96px;
  }
  .ph-xl-96 {
    padding-right: 96px;
    padding-left: 96px;
  }
  .pv-xl-96 {
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .pa-xl-96 {
    padding: 96px;
  }
  .ml-xl-96 {
    margin-left: 96px;
  }
  .mr-xl-96 {
    margin-right: 96px;
  }
  .mt-xl-96 {
    margin-top: 96px;
  }
  .mb-xl-96 {
    margin-bottom: 96px;
  }
  .mh-xl-96 {
    margin-right: 96px;
    margin-left: 96px;
  }
  .mv-xl-96 {
    margin-top: 96px;
    margin-bottom: 96px;
  }
  .ma-xl-96 {
    margin: 96px;
  }
  .pl-xl-104 {
    padding-left: 104px;
  }
  .pr-xl-104 {
    padding-right: 104px;
  }
  .pt-xl-104 {
    padding-top: 104px;
  }
  .pb-xl-104 {
    padding-bottom: 104px;
  }
  .ph-xl-104 {
    padding-right: 104px;
    padding-left: 104px;
  }
  .pv-xl-104 {
    padding-top: 104px;
    padding-bottom: 104px;
  }
  .pa-xl-104 {
    padding: 104px;
  }
  .ml-xl-104 {
    margin-left: 104px;
  }
  .mr-xl-104 {
    margin-right: 104px;
  }
  .mt-xl-104 {
    margin-top: 104px;
  }
  .mb-xl-104 {
    margin-bottom: 104px;
  }
  .mh-xl-104 {
    margin-right: 104px;
    margin-left: 104px;
  }
  .mv-xl-104 {
    margin-top: 104px;
    margin-bottom: 104px;
  }
  .ma-xl-104 {
    margin: 104px;
  }
  .pl-xl-112 {
    padding-left: 112px;
  }
  .pr-xl-112 {
    padding-right: 112px;
  }
  .pt-xl-112 {
    padding-top: 112px;
  }
  .pb-xl-112 {
    padding-bottom: 112px;
  }
  .ph-xl-112 {
    padding-right: 112px;
    padding-left: 112px;
  }
  .pv-xl-112 {
    padding-top: 112px;
    padding-bottom: 112px;
  }
  .pa-xl-112 {
    padding: 112px;
  }
  .ml-xl-112 {
    margin-left: 112px;
  }
  .mr-xl-112 {
    margin-right: 112px;
  }
  .mt-xl-112 {
    margin-top: 112px;
  }
  .mb-xl-112 {
    margin-bottom: 112px;
  }
  .mh-xl-112 {
    margin-right: 112px;
    margin-left: 112px;
  }
  .mv-xl-112 {
    margin-top: 112px;
    margin-bottom: 112px;
  }
  .ma-xl-112 {
    margin: 112px;
  }
  .pl-xl-120 {
    padding-left: 120px;
  }
  .pr-xl-120 {
    padding-right: 120px;
  }
  .pt-xl-120 {
    padding-top: 120px;
  }
  .pb-xl-120 {
    padding-bottom: 120px;
  }
  .ph-xl-120 {
    padding-right: 120px;
    padding-left: 120px;
  }
  .pv-xl-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .pa-xl-120 {
    padding: 120px;
  }
  .ml-xl-120 {
    margin-left: 120px;
  }
  .mr-xl-120 {
    margin-right: 120px;
  }
  .mt-xl-120 {
    margin-top: 120px;
  }
  .mb-xl-120 {
    margin-bottom: 120px;
  }
  .mh-xl-120 {
    margin-right: 120px;
    margin-left: 120px;
  }
  .mv-xl-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .ma-xl-120 {
    margin: 120px;
  }
}
@media screen and (min-width: 1550px) {
  .pl-xxl-0 {
    padding-left: 0px;
  }
  .pr-xxl-0 {
    padding-right: 0px;
  }
  .pt-xxl-0 {
    padding-top: 0px;
  }
  .pb-xxl-0 {
    padding-bottom: 0px;
  }
  .ph-xxl-0 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .pv-xxl-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .pa-xxl-0 {
    padding: 0px;
  }
  .ml-xxl-0 {
    margin-left: 0px;
  }
  .mr-xxl-0 {
    margin-right: 0px;
  }
  .mt-xxl-0 {
    margin-top: 0px;
  }
  .mb-xxl-0 {
    margin-bottom: 0px;
  }
  .mh-xxl-0 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .mv-xxl-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .ma-xxl-0 {
    margin: 0px;
  }
  .pl-xxl-4 {
    padding-left: 4px;
  }
  .pr-xxl-4 {
    padding-right: 4px;
  }
  .pt-xxl-4 {
    padding-top: 4px;
  }
  .pb-xxl-4 {
    padding-bottom: 4px;
  }
  .ph-xxl-4 {
    padding-right: 4px;
    padding-left: 4px;
  }
  .pv-xxl-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .pa-xxl-4 {
    padding: 4px;
  }
  .ml-xxl-4 {
    margin-left: 4px;
  }
  .mr-xxl-4 {
    margin-right: 4px;
  }
  .mt-xxl-4 {
    margin-top: 4px;
  }
  .mb-xxl-4 {
    margin-bottom: 4px;
  }
  .mh-xxl-4 {
    margin-right: 4px;
    margin-left: 4px;
  }
  .mv-xxl-4 {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .ma-xxl-4 {
    margin: 4px;
  }
  .pl-xxl-8 {
    padding-left: 8px;
  }
  .pr-xxl-8 {
    padding-right: 8px;
  }
  .pt-xxl-8 {
    padding-top: 8px;
  }
  .pb-xxl-8 {
    padding-bottom: 8px;
  }
  .ph-xxl-8 {
    padding-right: 8px;
    padding-left: 8px;
  }
  .pv-xxl-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .pa-xxl-8 {
    padding: 8px;
  }
  .ml-xxl-8 {
    margin-left: 8px;
  }
  .mr-xxl-8 {
    margin-right: 8px;
  }
  .mt-xxl-8 {
    margin-top: 8px;
  }
  .mb-xxl-8 {
    margin-bottom: 8px;
  }
  .mh-xxl-8 {
    margin-right: 8px;
    margin-left: 8px;
  }
  .mv-xxl-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .ma-xxl-8 {
    margin: 8px;
  }
  .pl-xxl-16 {
    padding-left: 16px;
  }
  .pr-xxl-16 {
    padding-right: 16px;
  }
  .pt-xxl-16 {
    padding-top: 16px;
  }
  .pb-xxl-16 {
    padding-bottom: 16px;
  }
  .ph-xxl-16 {
    padding-right: 16px;
    padding-left: 16px;
  }
  .pv-xxl-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .pa-xxl-16 {
    padding: 16px;
  }
  .ml-xxl-16 {
    margin-left: 16px;
  }
  .mr-xxl-16 {
    margin-right: 16px;
  }
  .mt-xxl-16 {
    margin-top: 16px;
  }
  .mb-xxl-16 {
    margin-bottom: 16px;
  }
  .mh-xxl-16 {
    margin-right: 16px;
    margin-left: 16px;
  }
  .mv-xxl-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .ma-xxl-16 {
    margin: 16px;
  }
  .pl-xxl-24 {
    padding-left: 24px;
  }
  .pr-xxl-24 {
    padding-right: 24px;
  }
  .pt-xxl-24 {
    padding-top: 24px;
  }
  .pb-xxl-24 {
    padding-bottom: 24px;
  }
  .ph-xxl-24 {
    padding-right: 24px;
    padding-left: 24px;
  }
  .pv-xxl-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .pa-xxl-24 {
    padding: 24px;
  }
  .ml-xxl-24 {
    margin-left: 24px;
  }
  .mr-xxl-24 {
    margin-right: 24px;
  }
  .mt-xxl-24 {
    margin-top: 24px;
  }
  .mb-xxl-24 {
    margin-bottom: 24px;
  }
  .mh-xxl-24 {
    margin-right: 24px;
    margin-left: 24px;
  }
  .mv-xxl-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .ma-xxl-24 {
    margin: 24px;
  }
  .pl-xxl-32 {
    padding-left: 32px;
  }
  .pr-xxl-32 {
    padding-right: 32px;
  }
  .pt-xxl-32 {
    padding-top: 32px;
  }
  .pb-xxl-32 {
    padding-bottom: 32px;
  }
  .ph-xxl-32 {
    padding-right: 32px;
    padding-left: 32px;
  }
  .pv-xxl-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .pa-xxl-32 {
    padding: 32px;
  }
  .ml-xxl-32 {
    margin-left: 32px;
  }
  .mr-xxl-32 {
    margin-right: 32px;
  }
  .mt-xxl-32 {
    margin-top: 32px;
  }
  .mb-xxl-32 {
    margin-bottom: 32px;
  }
  .mh-xxl-32 {
    margin-right: 32px;
    margin-left: 32px;
  }
  .mv-xxl-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .ma-xxl-32 {
    margin: 32px;
  }
  .pl-xxl-40 {
    padding-left: 40px;
  }
  .pr-xxl-40 {
    padding-right: 40px;
  }
  .pt-xxl-40 {
    padding-top: 40px;
  }
  .pb-xxl-40 {
    padding-bottom: 40px;
  }
  .ph-xxl-40 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .pv-xxl-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pa-xxl-40 {
    padding: 40px;
  }
  .ml-xxl-40 {
    margin-left: 40px;
  }
  .mr-xxl-40 {
    margin-right: 40px;
  }
  .mt-xxl-40 {
    margin-top: 40px;
  }
  .mb-xxl-40 {
    margin-bottom: 40px;
  }
  .mh-xxl-40 {
    margin-right: 40px;
    margin-left: 40px;
  }
  .mv-xxl-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .ma-xxl-40 {
    margin: 40px;
  }
  .pl-xxl-48 {
    padding-left: 48px;
  }
  .pr-xxl-48 {
    padding-right: 48px;
  }
  .pt-xxl-48 {
    padding-top: 48px;
  }
  .pb-xxl-48 {
    padding-bottom: 48px;
  }
  .ph-xxl-48 {
    padding-right: 48px;
    padding-left: 48px;
  }
  .pv-xxl-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .pa-xxl-48 {
    padding: 48px;
  }
  .ml-xxl-48 {
    margin-left: 48px;
  }
  .mr-xxl-48 {
    margin-right: 48px;
  }
  .mt-xxl-48 {
    margin-top: 48px;
  }
  .mb-xxl-48 {
    margin-bottom: 48px;
  }
  .mh-xxl-48 {
    margin-right: 48px;
    margin-left: 48px;
  }
  .mv-xxl-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .ma-xxl-48 {
    margin: 48px;
  }
  .pl-xxl-56 {
    padding-left: 56px;
  }
  .pr-xxl-56 {
    padding-right: 56px;
  }
  .pt-xxl-56 {
    padding-top: 56px;
  }
  .pb-xxl-56 {
    padding-bottom: 56px;
  }
  .ph-xxl-56 {
    padding-right: 56px;
    padding-left: 56px;
  }
  .pv-xxl-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .pa-xxl-56 {
    padding: 56px;
  }
  .ml-xxl-56 {
    margin-left: 56px;
  }
  .mr-xxl-56 {
    margin-right: 56px;
  }
  .mt-xxl-56 {
    margin-top: 56px;
  }
  .mb-xxl-56 {
    margin-bottom: 56px;
  }
  .mh-xxl-56 {
    margin-right: 56px;
    margin-left: 56px;
  }
  .mv-xxl-56 {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .ma-xxl-56 {
    margin: 56px;
  }
  .pl-xxl-64 {
    padding-left: 64px;
  }
  .pr-xxl-64 {
    padding-right: 64px;
  }
  .pt-xxl-64 {
    padding-top: 64px;
  }
  .pb-xxl-64 {
    padding-bottom: 64px;
  }
  .ph-xxl-64 {
    padding-right: 64px;
    padding-left: 64px;
  }
  .pv-xxl-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .pa-xxl-64 {
    padding: 64px;
  }
  .ml-xxl-64 {
    margin-left: 64px;
  }
  .mr-xxl-64 {
    margin-right: 64px;
  }
  .mt-xxl-64 {
    margin-top: 64px;
  }
  .mb-xxl-64 {
    margin-bottom: 64px;
  }
  .mh-xxl-64 {
    margin-right: 64px;
    margin-left: 64px;
  }
  .mv-xxl-64 {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .ma-xxl-64 {
    margin: 64px;
  }
  .pl-xxl-72 {
    padding-left: 72px;
  }
  .pr-xxl-72 {
    padding-right: 72px;
  }
  .pt-xxl-72 {
    padding-top: 72px;
  }
  .pb-xxl-72 {
    padding-bottom: 72px;
  }
  .ph-xxl-72 {
    padding-right: 72px;
    padding-left: 72px;
  }
  .pv-xxl-72 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .pa-xxl-72 {
    padding: 72px;
  }
  .ml-xxl-72 {
    margin-left: 72px;
  }
  .mr-xxl-72 {
    margin-right: 72px;
  }
  .mt-xxl-72 {
    margin-top: 72px;
  }
  .mb-xxl-72 {
    margin-bottom: 72px;
  }
  .mh-xxl-72 {
    margin-right: 72px;
    margin-left: 72px;
  }
  .mv-xxl-72 {
    margin-top: 72px;
    margin-bottom: 72px;
  }
  .ma-xxl-72 {
    margin: 72px;
  }
  .pl-xxl-80 {
    padding-left: 80px;
  }
  .pr-xxl-80 {
    padding-right: 80px;
  }
  .pt-xxl-80 {
    padding-top: 80px;
  }
  .pb-xxl-80 {
    padding-bottom: 80px;
  }
  .ph-xxl-80 {
    padding-right: 80px;
    padding-left: 80px;
  }
  .pv-xxl-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pa-xxl-80 {
    padding: 80px;
  }
  .ml-xxl-80 {
    margin-left: 80px;
  }
  .mr-xxl-80 {
    margin-right: 80px;
  }
  .mt-xxl-80 {
    margin-top: 80px;
  }
  .mb-xxl-80 {
    margin-bottom: 80px;
  }
  .mh-xxl-80 {
    margin-right: 80px;
    margin-left: 80px;
  }
  .mv-xxl-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .ma-xxl-80 {
    margin: 80px;
  }
  .pl-xxl-88 {
    padding-left: 88px;
  }
  .pr-xxl-88 {
    padding-right: 88px;
  }
  .pt-xxl-88 {
    padding-top: 88px;
  }
  .pb-xxl-88 {
    padding-bottom: 88px;
  }
  .ph-xxl-88 {
    padding-right: 88px;
    padding-left: 88px;
  }
  .pv-xxl-88 {
    padding-top: 88px;
    padding-bottom: 88px;
  }
  .pa-xxl-88 {
    padding: 88px;
  }
  .ml-xxl-88 {
    margin-left: 88px;
  }
  .mr-xxl-88 {
    margin-right: 88px;
  }
  .mt-xxl-88 {
    margin-top: 88px;
  }
  .mb-xxl-88 {
    margin-bottom: 88px;
  }
  .mh-xxl-88 {
    margin-right: 88px;
    margin-left: 88px;
  }
  .mv-xxl-88 {
    margin-top: 88px;
    margin-bottom: 88px;
  }
  .ma-xxl-88 {
    margin: 88px;
  }
  .pl-xxl-96 {
    padding-left: 96px;
  }
  .pr-xxl-96 {
    padding-right: 96px;
  }
  .pt-xxl-96 {
    padding-top: 96px;
  }
  .pb-xxl-96 {
    padding-bottom: 96px;
  }
  .ph-xxl-96 {
    padding-right: 96px;
    padding-left: 96px;
  }
  .pv-xxl-96 {
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .pa-xxl-96 {
    padding: 96px;
  }
  .ml-xxl-96 {
    margin-left: 96px;
  }
  .mr-xxl-96 {
    margin-right: 96px;
  }
  .mt-xxl-96 {
    margin-top: 96px;
  }
  .mb-xxl-96 {
    margin-bottom: 96px;
  }
  .mh-xxl-96 {
    margin-right: 96px;
    margin-left: 96px;
  }
  .mv-xxl-96 {
    margin-top: 96px;
    margin-bottom: 96px;
  }
  .ma-xxl-96 {
    margin: 96px;
  }
  .pl-xxl-104 {
    padding-left: 104px;
  }
  .pr-xxl-104 {
    padding-right: 104px;
  }
  .pt-xxl-104 {
    padding-top: 104px;
  }
  .pb-xxl-104 {
    padding-bottom: 104px;
  }
  .ph-xxl-104 {
    padding-right: 104px;
    padding-left: 104px;
  }
  .pv-xxl-104 {
    padding-top: 104px;
    padding-bottom: 104px;
  }
  .pa-xxl-104 {
    padding: 104px;
  }
  .ml-xxl-104 {
    margin-left: 104px;
  }
  .mr-xxl-104 {
    margin-right: 104px;
  }
  .mt-xxl-104 {
    margin-top: 104px;
  }
  .mb-xxl-104 {
    margin-bottom: 104px;
  }
  .mh-xxl-104 {
    margin-right: 104px;
    margin-left: 104px;
  }
  .mv-xxl-104 {
    margin-top: 104px;
    margin-bottom: 104px;
  }
  .ma-xxl-104 {
    margin: 104px;
  }
  .pl-xxl-112 {
    padding-left: 112px;
  }
  .pr-xxl-112 {
    padding-right: 112px;
  }
  .pt-xxl-112 {
    padding-top: 112px;
  }
  .pb-xxl-112 {
    padding-bottom: 112px;
  }
  .ph-xxl-112 {
    padding-right: 112px;
    padding-left: 112px;
  }
  .pv-xxl-112 {
    padding-top: 112px;
    padding-bottom: 112px;
  }
  .pa-xxl-112 {
    padding: 112px;
  }
  .ml-xxl-112 {
    margin-left: 112px;
  }
  .mr-xxl-112 {
    margin-right: 112px;
  }
  .mt-xxl-112 {
    margin-top: 112px;
  }
  .mb-xxl-112 {
    margin-bottom: 112px;
  }
  .mh-xxl-112 {
    margin-right: 112px;
    margin-left: 112px;
  }
  .mv-xxl-112 {
    margin-top: 112px;
    margin-bottom: 112px;
  }
  .ma-xxl-112 {
    margin: 112px;
  }
  .pl-xxl-120 {
    padding-left: 120px;
  }
  .pr-xxl-120 {
    padding-right: 120px;
  }
  .pt-xxl-120 {
    padding-top: 120px;
  }
  .pb-xxl-120 {
    padding-bottom: 120px;
  }
  .ph-xxl-120 {
    padding-right: 120px;
    padding-left: 120px;
  }
  .pv-xxl-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .pa-xxl-120 {
    padding: 120px;
  }
  .ml-xxl-120 {
    margin-left: 120px;
  }
  .mr-xxl-120 {
    margin-right: 120px;
  }
  .mt-xxl-120 {
    margin-top: 120px;
  }
  .mb-xxl-120 {
    margin-bottom: 120px;
  }
  .mh-xxl-120 {
    margin-right: 120px;
    margin-left: 120px;
  }
  .mv-xxl-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .ma-xxl-120 {
    margin: 120px;
  }
}
.br-1 {
  border-radius: 1px;
}
.br-2 {
  border-radius: 2px;
}
.br-3 {
  border-radius: 3px;
}
.br-4 {
  border-radius: 4px;
}
.br-5 {
  border-radius: 5px;
}
.br-8 {
  border-radius: 8px;
}
.br-10 {
  border-radius: 10px;
}
.pmv-0 {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.br-50p {
  border-radius: 50%;
}
.bg {
  background-size: cover;
  background-position: center center;
}
.bg--contain {
  background-size: contain;
  background-repeat: no-repeat;
}
.bg--left {
  background-position-x: left;
}
.bg--right {
  background-position-x: right;
}
.bg--top {
  background-position-y: top;
}
.bg--bottom {
  background-position-y: bottom;
}
.bg--center {
  background-position: center;
}
.c-pointer {
  cursor: hand;
  cursor: pointer;
}
.c-default {
  cursor: default;
}
.c-not-allowed {
  cursor: not-allowed;
}
.pe-none {
  pointer-events: none;
}
.pe-auto {
  pointer-events: auto;
}
.full-size {
  width: 100%;
  height: 100%;
}
.full-width {
  width: 100%;
}
.full-height {
  height: 100%;
}
.full-viewport-size {
  width: 100vw;
  height: 100vh;
}
.full-viewport-width {
  width: 100vw;
}
.full-viewport-height {
  height: 100vh;
}
.no-animate {
  transition: none !important;
}
.animate {
  transition: all 0.3s ease;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
  zoom: 1;
}
.no-list {
  list-style: none;
}
.regular {
  font-weight: 400 !important;
}
.medium {
  font-weight: 500 !important;
}
.semibold {
  font-weight: 600 !important;
}
.bold {
  font-weight: 700 !important;
}
.italic {
  font-style: italic !important;
}
.no-italic {
  font-style: normal !important;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
::-moz-selection {
  background: #666 /* WebKit/Blink Browsers */;
  color: #fff;
}
::selection {
  background: #666 /* WebKit/Blink Browsers */;
  color: #fff;
}
::-moz-selection {
  background: #666 /* Gecko Browsers */;
  color: #fff;
}
.button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 9;
  text-align: center;
  font-size: 1.714rem;
  line-height: 3.429rem;
  font-weight: 900;
  letter-spacing: -0.06em;
  color: #fff;
  padding: 8px 40px;
  margin: 0;
  box-shadow: none;
  border-radius: 5px;
  background-color: #333;
  border: none;
  transition: all 0.3s ease 0s;
}
.button:hover,
.button__container--is-hover:hover .button {
  background-color: #292929;
  color: #fff;
}
.button:active,
.button__container--is-active:active .button {
  backgroun-color: #292929;
  color: #fff;
}
.button--secondary {
  line-height: 42px;
  color: #666;
  background-color: transparent;
  border: solid 3px #666;
}
.button--secondary:hover {
  background-color: #666;
  color: #fff;
}
.button--secondary:active {
  background-color: #666;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .button {
    padding: 8px 70px;
  }
}
@media screen and (min-width: 1024px) {
  .button {
    padding: 8px 100px;
  }
}
.pagination {
  text-align: center;
  display: inline-block;
  padding: 0;
}
.pagination li {
  list-style: none;
  display: inline-block;
  margin: 0;
}
.pagination li a,
.pagination li span {
  font-family: 'Montserrat', sans-serif;
  color: gris1;
  font-size: s15;
  line-height: s24;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.12em;
  margin: 16px 0;
  padding: 5px 0 3px;
  margin: 0 2px;
  padding-left: 4px;
  color: ;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.pagination li a:hover,
.pagination li span:hover {
  color: gris1;
}
.pagination li.active a,
.pagination li.active span {
  font-weight: bold;
  color: gris1;
}
.totop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: block;
  background-color: rgba(192,39,54,0.8);
  text-align: center;
  color: #fff;
  font-size: 32px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition: all 0.3s ease;
}
.totop.show {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.totop i {
  width: 45px;
  height: 45px;
  line-height: 45px;
  display: block;
  cursor: hand;
  cursor: pointer;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25% /* 16:9 */;
  padding-top: 25px;
  height: 0;
  box-sizing: content-box;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.custom-input {
  font-family: ;
  font-weight: ;
  font-size: ;
  line-height: ;
  background-color: transparent;
  color: #404042;
  border: 2px solid;
  border-radius: 3px;
  box-shadow: none;
  padding: 10px 60px 10px 16px;
  margin: 8px 0;
  width: 100%;
}
.custom-input--select {
  background-image: url("/assets/img/select.svg");
  border-radius: 3px;
  background-position: 96% 50%;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.custom-input--select option[value=""][disabled] {
  display: none;
}
.custom-input--icon-left {
  background-repeat: no-repeat;
  background-size: auto 40%;
  background-position: 24px 50%;
  padding-left: 72px;
}
.custom-input--icon-right {
  background-repeat: no-repeat;
  background-size: auto 40%;
  background-position: calc(100% - 24px) 50%;
  padding-right: 72px;
}
.custom-checkbox__input {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  top: 50%;
}
.custom-checkbox__new {
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
  border: 2px solid;
  display: inline-block;
  cursor: pointer;
  position: relative;
  background: transparent;
  box-sizing: border-box;
}
.custom-checkbox__text {
  display: inline-block;
  width: 80%;
  width: calc(100% - 35px);
}
.custom-checkbox__input:checked + label .custom-checkbox__new {
  background: #666;
  border-width: 0;
}
.custom-checkbox__input:checked + label .custom-checkbox__new:after {
  content: "";
  width: 2px;
  height: 6px;
  position: absolute;
  top: 9.5px;
  left: 4.5px;
  background: #fff;
  border-radius: 0;
  z-index: 1;
  transform: rotate(-44deg);
}
.custom-checkbox__input:checked + label .custom-checkbox__new:before {
  content: "";
  width: 2px;
  height: 14px;
  position: absolute;
  top: 3.2px;
  left: 11px;
  background: #fff;
  border-radius: 0;
  z-index: 1;
  transform: rotate(45deg);
}
.custom-radio__input {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  display: none;
}
.custom-radio__new {
  width: 20px;
  height: 20px;
  margin: 6px 10px 0 0;
  border: 2px solid;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  background: transparent;
  box-sizing: border-box;
  cursor: hand;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  float: left;
}
.custom-radio__text {
  display: inline-block;
  padding: 0;
  float: left;
  width: 100%;
  padding-right: 12px;
}
.custom-radio__input + label {
  cursor: hand;
  cursor: pointer;
}
.custom-radio__input:disabled + label p {
  color: gris4;
}
.custom-radio__input:checked + label .custom-radio__new {
  background-color: #666;
  background-image: url("/assets/img/marcado.svg");
  background-repeat: no-repeat;
  background-position: center;
  border-color: transparent;
}
.custom-file__label {
  width: 0%;
  min-width: 100%;
  height: 52px;
  line-height: 52px !important;
  cursor: pointer;
  position: relative;
  display: inline-block;
  white-space: nowrap;
  font-family: sans-serif;
  text-align: right;
  margin: 8px 0;
}
.custom-file__label:before {
  content: attr(data-file);
  width: 70%;
  width: calc(100% - 200px);
  display: block;
  position: absolute;
  box-sizing: border-box;
  height: inherit;
  padding: 0 20px;
  border-radius: 3px;
  background-color: ;
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.custom-file__label:after {
  display: inline-block;
  position: relative;
  cursor: hand;
  cursor: pointer;
  z-index: 9;
  font-size: 1.2rem;
  font-weight: 900;
  letter-spacing: -0.06em;
  margin: 0;
  box-shadow: none;
  border-radius: 5px;
  transition: all 0.3s ease 0s;
  line-height: 42px;
  color: #37d9b6;
  background-color: transparent;
  border: solid 3px #37d9b6;
  content: attr(data-text);
  box-sizing: border-box;
  width: 180px;
  height: inherit;
  padding: 0 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.286rem;
}
.custom-file__label[title]:not([title=""]):before {
  content: attr(title);
  color: gris7;
}
.custom-file__input {
  position: absolute;
  width: 0;
  overflow: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
input:focus {
  outline: none;
}
select::-ms-expand {
  display: none;
}
::-webkit-input-placeholder {
  color: #fff;
  font-size: 1.429rem;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}
:-moz-placeholder {
  color: #fff;
  font-size: 1.429rem;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
::-moz-placeholder {
  color: #fff;
  font-size: 1.429rem;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
:-ms-input-placeholder {
  color: #fff;
  font-size: 1.429rem;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}
.custom-input--light::-webkit-input-placeholder {
  color: #fff;
  font-size: 1.429rem;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}
.custom-input--light:-moz-placeholder {
  color: #fff;
  font-size: 1.429rem;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.custom-input--light::-moz-placeholder {
  color: #fff;
  font-size: 1.429rem;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.custom-input--light:-ms-input-placeholder {
  color: #fff;
  font-size: 1.429rem;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}
.hamburger {
  padding: 0px 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  outline: none;
}
.hamburger:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.hamburger__inner {
  display: block;
  top: 50%;
  margin-top: 2px/-2;
}
.hamburger__inner,
.hamburger__inner:before,
.hamburger__inner:after {
  width: 34px;
  height: 2px;
  background-color: #fff;
  border-radius: 8px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger__inner:after {
  bottom: -10px;
}
.hamburger__inner:before {
  top: -10px;
}
.hamburger__inner:before,
.hamburger__inner:after {
  content: "";
  display: block;
}
.hamburger__box {
  width: 34px;
  height: 22px;
  display: inline-block;
  position: relative;
}
.hamburger--spin .hamburger__inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger__inner:before {
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger__inner:after {
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.hamburger--is-active .hamburger__inner {
  transform: rotate(225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.hamburger--is-active .hamburger__inner:before {
  top: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}
.hamburger--spin.hamburger--is-active .hamburger__inner:after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition: opacity 400ms ease;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel.owl-hidden {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel.owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-carousel.owl-loading {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  display: block;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.no-js .owl-carousel {
  display: block;
}
.owl-height {
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
.brand-footer {
  margin-top: 0px;
}
@media screen and (min-width: 1024px) {
  .brand-footer .brand-footer {
    margin-top: -80px;
  }
}
.accordion__content {
  display: none;
}
.accordion__title {
  width: 90%;
  width: calc(100% - 32px);
}
.accordion--is-open .accordion__arrow {
  transform: rotateX(180deg);
}
.breadcrumbs-museum {
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #fff;
  white-space: nowrap;
}
.breadcrumbs-museum ul {
  list-style: none;
  padding-left: 0px;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-align: center;
  align-items: center;
  gap: 3px;
  text-transform: uppercase;
}
.breadcrumbs-museum ul li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumbs-museum ul li a {
  display: inline-block;
  margin: 0px;
}
.breadcrumbs-museum ul li:not(:last-child) {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
.breadcrumbs-museum ul li:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
@media screen and (max-width: 700px) {
  .breadcrumbs-museum {
    font-size: 0.7rem;
  }
  .breadcrumbs-museum li {
    margin: 0px;
  }
}
@media screen and (max-width: 500px) {
  .breadcrumbs-museum {
    display: none;
  }
}
.cc_container {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  padding: 10px;
  background: ;
  color: ;
  font-size: 17px;
  box-sizing: border-box;
}
.cc_container a,
.cc_container a:visited {
  color: #666;
}
.cc_banner-wrapper {
  z-index: 9001;
  position: relative;
}
.cc_container .cc_btn {
  cursor: pointer;
  text-align: center;
  font-size: 0.6em;
  transition: font-size 200ms;
  line-height: 1em;
  padding: 8px 10px;
  background-color: #f1d600;
  cursor: pointer;
  transition: font-size 200ms;
  text-align: center;
  font-size: 0.6em;
  display: block;
  width: 33%;
  margin-left: 10px;
  float: right;
  max-width: 120px;
}
.cc_container .cc_message {
  padding: 0;
  margin: 0;
  line-height: 1.4em;
  transition: font-size 200ms;
  font-size: 0.6em;
  display: inline-block;
  color: blanco;
  margin-top: 12px;
}
.cc_container .cc_logo {
  display: none;
}
.cc_container ::-moz-selection {
  background: #666;
  color: #fff;
  text-shadow: none;
}
.cc_container .cc_btn,
.cc_container .cc_btn:visited {
  transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
  margin: 0;
  background-color: transparent;
  border: 2px solid;
  color: ;
  font-weight: 700;
}
.cc_container .cc_btn:hover,
.cc_container .cc_btn:active {
  background-color: #666;
  color: #fff;
  border-color: #666;
}
.cc_container a,
.cc_container a:visited {
  text-decoration: none;
  color: #666;
  transition: 200ms color;
}
.cc_container a:hover,
.cc_container a:active {
  color: #666;
}
@media screen and (min-width: 500px) {
  .cc_container .cc_btn {
    font-size: 0.8em;
  }
  .cc_container .cc_message {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 768px) {
  .cc_container {
    padding: 15px 30px 15px;
  }
  .cc_container .cc_btn {
    font-size: 1em;
    padding: 8px 15px;
  }
  .cc_container .cc_message {
    font-size: 1em;
    line-height: 1em;
  }
}
@media screen and (min-width: 992px) {
}
@media print {
  .cc_banner-wrapper,
  .cc_container {
    display: none;
  }
}
keyframes slideUp 0% {
  transform: translateY(66px);
}
keyframes slideUp 100% {
  transform: translateY(0);
}
.cc_container,
.cc_message,
.cc_btn {
  animation-duration: 0.8s;
  animation-name: slideUp;
}
.collection-despiezas-museum__title {
  border-bottom: 2px solid #404040;
}
.collection-despiezas-museum__products {
  padding-top: 44px;
}
@media screen and (max-width: 1000px) {
  .collection-despiezas-museum__products {
    padding-top: 22px;
  }
}
.collection-despiezas-museum__empty {
  text-align: center;
  font-weight: 300;
  font-size: 1.2rem;
}
.card-despieza-museum {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 30px;
  margin-bottom: 100px;
  padding-bottom: 100px;
  border-bottom: 2px solid #444;
}
@media screen and (min-width: 768px) {
  .card-despieza-museum {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .card-despieza-museum {
    margin-bottom: 22px;
    padding-bottom: 22px;
  }
}
.card-despieza-museum__image {
  grid-column: span 4;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-orient: vertical;
  flex-direction: column;
}
.card-despieza-museum__info {
  grid-column: span 5;
}
.card-despieza-museum__info * {
  margin-top: 0px;
  margin-bottom: 8px;
  padding: 0;
  font-size: 1rem;
  font-weight: 300;
}
.card-despieza-museum__info h3 {
  word-break: break-word;
  font-size: 21px;
  letter-spacing: 0;
  line-height: 25px;
  line-height: 1;
  margin-top: 12px;
  font-weight: 400;
}
.card-despieza-museum__download {
  grid-column: span 3;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-orient: vertical;
  flex-direction: column;
  gap: 20px;
}
.card-despieza-museum__button {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1;
  padding: 0.7rem 1.4rem 0.7rem 1.4rem;
  cursor: pointer;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-align: center;
  align-items: center;
  gap: 5px;
  margin: 0;
}
.card-despieza-museum__button svg {
  width: 22px;
  min-width: 22px;
}
.card-despieza-museum__button:active,
.card-despieza-museum__button:focus,
.card-despieza-museum__button:hover {
  background: #fff;
  color: #333;
}
@media screen and (max-width: 768px) {
  .card-despieza-museum {
    grid-gap: 15px;
  }
  .card-despieza-museum__image {
    grid-column: span 12;
  }
  .card-despieza-museum__info {
    grid-column: span 12;
  }
  .card-despieza-museum__info h3 {
    font-size: 1.2rem;
  }
  .card-despieza-museum__download {
    grid-column: span 12;
    gap: 10px;
  }
  .card-despieza-museum__button {
    border: 1px solid #fff;
    padding: 0.3rem 1rem 0.3rem 1rem;
  }
}
@media screen and (min-width: 769px) {
  .card-despieza-museum--decorado .card-despieza-museum__image {
    grid-column: span 4;
  }
  .card-despieza-museum--decorado .card-despieza-museum__info {
    grid-column: span 8;
  }
  .card-despieza-museum--decorado .card-despieza-museum__download {
    grid-column: 5/11;
  }
}
.collection-despiezas-museum--decorado .collection-despiezas-museum__title {
  border-bottom: none;
}
.collection-despiezas-museum--decorado .collection-despiezas-museum__products {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .collection-despiezas-museum--decorado .collection-despiezas-museum__products {
    grid-template-columns: repeat(1, 1fr);
  }
}
.elevate .slick-prev,
.elevate .slick-next {
  z-index: 111;
}
.elevate .slick-prev::before,
.elevate .slick-next::before {
  content: "";
  width: 30px;
  background: #fff;
  height: 1px;
  position: absolute;
  left: -20px;
}
.elevate .slick-prev::after,
.elevate .slick-next::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  right: 10px;
  position: absolute;
  transform: rotate(45deg);
  top: 5px;
}
.elevate .slick-prev::before {
  right: -20px;
  left: initial;
}
.elevate .slick-prev::after {
  transform: rotate(-135deg);
  right: -2px;
}
.elevate-title {
  font-size: 36px;
  font-weight: 300;
  line-height: 36px;
  text-shadow: 0 4px 4px #000;
  text-transform: uppercase;
  padding-bottom: 1.25rem;
  color: #fff;
}
@media (max-width: 768px) {
  .elevate-title {
    font-size: 28px;
    line-height: 28px;
  }
}
.elevate-button {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-align: center;
  align-items: center;
  border: 1px solid;
  padding: 9px;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.6s;
  font-weight: 400;
}
.elevate-button svg {
  margin-right: 10px;
}
.elevate-button:hover {
  background-color: #fff;
  color: #1f1f1e !important;
}
.elevate-button:hover svg {
  fill: #333;
}
.elevate-header {
  z-index: 1;
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  top: -73px;
  position: relative;
  height: 100vh;
}
.elevate-header__content {
  padding: 1.25rem;
  z-index: 10;
  position: relative;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 87.4%;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-align: center;
  align-items: center;
  text-align: center;
  letter-spacing: 0.04em;
  color: #fff;
}
.elevate-header__play {
  position: relative;
  z-index: 10;
  padding: 1.25rem;
}
.elevate-header__play img {
  margin: 0 auto;
  cursor: pointer;
  height: auto;
  max-width: 100%;
  width: 50px;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
.elevate-header__play:hover img {
  transform: scale(1.1);
}
.elevate-header__img {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-pack: center;
  justify-content: center;
}
.elevate-header__img img {
  height: auto;
  max-width: 100%;
}
.elevate-header__img img.lg {
  display: none;
}
.elevate-header__img img.sm {
  display: block;
}
@media (min-width: 768px) {
  .elevate-header__img img.lg {
    display: block;
  }
  .elevate-header__img img.sm {
    display: none;
  }
}
.elevate-header__bot {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-orient: vertical;
  flex-direction: column;
  font-size: 20px;
  line-height: 102.4%;
  -o-box-align: center;
  align-items: center;
  text-align: center;
  letter-spacing: 0.04em;
  color: #fff;
  position: absolute;
  bottom: 20px;
}
.elevate-header__bot img {
  animation-duration: 0.5s;
  animation-name: elevate-bucle;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  padding: 20px;
}
@media (max-width: 768px) {
  .elevate-header__bot img {
    width: 80px;
  }
  .elevate-header__bot span {
    display: none;
  }
}
.elevate-header__description {
  display: block;
  font-size: 13px;
  padding-top: 20px;
  line-height: 1.3;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .elevate-header__description {
    display: none;
  }
}
.elevate-descargas,
.elevate-descargas__title {
  padding-bottom: 110px;
  font-size: 36px;
  font-weight: 300;
  line-height: 36px;
  text-shadow: 0 4px 4px #000;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .elevate-descargas,
  .elevate-descargas__title {
    padding-bottom: 20px;
    font-size: 28px;
    line-height: 28px;
  }
}
.elevate-descargas__blocks {
  font-size: 18px;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-align: center;
  align-items: center;
  -o-box-pack: center;
  justify-content: center;
  gap: 1rem;
}
.elevate-descargas__blocks > div {
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 600px) {
  .elevate-descargas__blocks {
    font-size: 8px;
    line-height: 1.6;
  }
  .elevate-descargas__blocks > div {
    width: 100%;
  }
}
.elevate-descargas__blocks img {
  max-height: 444px;
}
.elevate-descargas__accion {
  max-width: 100%;
  text-align: center;
  margin: auto;
  text-align: center;
  -o-box-pack: center;
  justify-content: center;
  text-shadow: none;
  margin-top: 42px;
  white-space: nowrap;
}
@media only screen and (min-width: 600px) {
  .elevate-descargas__accion {
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media only screen and (max-width: 600px) {
  .elevate-descargas__accion {
    width: 100%;
    margin-top: 20px;
    font-size: 0.8rem;
  }
}
.elevate-descargas__cimage {
  position: relative;
}
@media only screen and (max-width: 600px) {
  .elevate-descargas__cimage {
    max-height: 300px;
    padding-bottom: 100%;
    height: 100%;
    overflow: hidden;
  }
  .elevate-descargas__cimage img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .elevate-descargas__cimage {
    max-height: 200px;
  }
}
.elevate-block-head {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-align: center;
  align-items: center;
  -o-box-pack: justify;
  justify-content: space-between;
}
.elevate-block-head__title {
  margin: 0;
  text-transform: uppercase;
  font-size: 45px;
}
@media only screen and (max-width: 600px) {
  .elevate-block-head__title {
    font-size: 35px;
  }
}
.elevate-block-head__right,
.elevate-block-head__left {
  padding-left: 12px;
  padding-right: 12px;
  -o-box-flex: 1;
  box-flex: 1;
  flex: 1;
}
.elevate-block-head__right {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-pack: end;
  justify-content: end;
}
.elevate-block-head__right a {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-align: center;
  align-items: center;
  line-height: 1.2;
  text-transform: uppercase;
}
.elevate-block-head__right a svg {
  margin-left: 15px;
}
.elevate-block-head__left {
  width: 100%;
}
.elevate-block-one {
  line-height: 1.2;
  margin-left: -23px;
  margin-right: -23px;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-pack: center;
  justify-content: center;
}
.elevate-block-one__left,
.elevate-block-one__right {
  -o-box-flex: 1;
  box-flex: 1;
  flex: 1;
  max-width: 100%;
  margin-left: 23px;
  margin-right: 23px;
}
.elevate-block-one__left b,
.elevate-block-one__right b {
  font-weight: bold;
}
.elevate-block-one__left {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-orient: vertical;
  flex-direction: column;
  -o-box-align: end;
  align-items: end;
  text-align: right;
  text-transform: uppercase;
  padding: 9px;
}
.elevate-block-one__left-title {
  font-size: 25px;
}
@media only screen and (max-width: 600px) {
  .elevate-block-one__left-title {
    font-size: 1.2rem;
  }
}
.elevate-block-one__right,
.elevate-block-one__lvideo {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-align: center;
  align-items: center;
  padding: 9px;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 1s;
}
.elevate-block-one__lvideo {
  border: 1px solid;
  text-transform: uppercase;
}
.elevate-block-one__lvideo svg {
  margin-right: 10px;
}
.elevate-block-one__lvideo:hover {
  background-color: #fff;
  color: #1f1f1e !important;
}
.elevate-block-one__lvideo:hover svg {
  fill: #333;
}
@media only screen and (max-width: 1000px) {
  .elevate-block-one {
    -o-box-orient: vertical;
    flex-direction: column;
  }
  .elevate-block-one__left {
    -o-box-align: baseline;
    align-items: baseline;
  }
}
.elevate-collections {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-orient: vertical;
  flex-direction: column;
}
.elevate-collections__cards {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  z-index: 0;
  position: relative;
}
@media screen and (max-width: 300px) {
  .elevate-collections__cards {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.elevate-collections__card {
  margin: 0;
  display: block;
}
.elevate-collections__card img {
  transition: all 1s;
}
.elevate-collections__card-img {
  position: relative;
  overflow: hidden;
  line-height: 1;
  min-height: 160px;
}
@media screen and (min-width: 400px) {
  .elevate-collections__card-img {
    min-height: 200px;
  }
}
@media screen and (min-width: 700px) {
  .elevate-collections__card-img {
    min-height: 340px;
  }
}
.elevate-collections__card-img img {
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: initial;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.elevate-collections__card-title {
  -o-box-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: box;
  display: flex;
  font-size: 20px;
  font-weight: 100;
  line-height: 24px;
  margin-top: 20px;
  color: #f8f8f8;
}
@media screen and (max-width: 600px) {
  .elevate-collections__card-title {
    font-size: 16px;
    margin-top: 10px;
  }
}
.elevate-collections__card-thover {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-align: center;
  align-items: center;
  text-align: center;
  -o-box-pack: center;
  justify-content: center;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  text-shadow: 0px 2px 3px #000;
  font-seize: 16px;
}
.elevate-collections__card-thover--dark {
  color: #333;
}
.elevate-collections__card:hover .elevate-collections__card-thover {
  animation-name: text-hover-intro;
  animation-duration: 0.5s;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-fill-mode: forwards;
}
.elevate-collections__card:hover img.pieza {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.elevate-collections__slider {
  position: relative;
  display: none;
}
@media only screen and (max-width: 768px) {
  .elevate-collections__slider {
    display: block;
  }
}
.elevate-collections__slider--black * {
  color: #000;
}
.elevate-collections__slider-item {
  position: relative;
  display: block;
}
.elevate-collections__slider-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-pack: center;
  justify-content: center;
  -o-box-align: center;
  align-items: center;
  font-size: 34px;
  font-weight: bold;
}
.elevate-collections__slider-show {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: 100%;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-align: center;
  align-items: center;
  gap: 1rem;
  -o-box-pack: center;
  justify-content: center;
}
.elevate-collections__slider-show span {
  position: relative;
  padding-right: 15px;
}
.elevate-collections__slider-show span:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 1px;
  background-color: #fff;
  right: -8px;
  top: 15.8px;
}
.elevate-collections__slider-show span:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  right: -7px;
  top: 12px;
}
.elevate-collections__slider--black .elevate-collections__slider-show span:after {
  background-color: #000;
}
.elevate-collections__slider--black .elevate-collections__slider-show span:before {
  border-color: #000;
}
.elevate-component {
  margin-bottom: 160px;
  margin-top: 160px;
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  position: relative;
}
@media only screen and (max-width: 600px) {
  .elevate-component {
    min-height: auto;
    margin-bottom: 88px;
    margin-top: 88px;
  }
}
.elevate-component__menu {
  color: #fff;
  float: left;
  position: relative;
  padding-top: 63px;
  height: 100%;
}
@media (max-width: 768px) {
  .elevate-component__menu {
    position: absolute;
    width: 80%;
    height: -moz-fit-content;
    height: fit-content;
    padding-top: 0;
    top: -53px;
  }
}
@media (min-width: 768px) {
  .elevate-component__menu {
    width: 48rem;
  }
}
.elevate-component__img {
  grid-column: 2/9;
}
.elevate-component__img img {
  width: 100%;
  float: right;
  display: none;
}
@media (min-width: 768px) {
  .elevate-component__img img.md.show {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .elevate-component__img img.sm.show {
    display: block !important;
  }
}
.elevate-component__option {
  -o-box-align: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
  display: -ms-flexbox;
  display: box;
  display: flex;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.095em;
  line-height: 35px;
  margin-bottom: 54px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 600px) {
  .elevate-component__option {
    font-size: 16px;
    margin-bottom: 0px;
  }
  .elevate-component__option.active {
    margin-bottom: 10px;
  }
}
.elevate-component__option.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  color: #fff;
}
.elevate-component__description {
  line-height: 1.1;
  text-align: left;
  margin-bottom: 15px;
}
.elevate-component__description--md {
  display: none;
}
@media (min-width: 768px) {
  .elevate-component__description--md {
    display: block;
    font-size: 25px;
  }
}
@media (min-width: 768px) {
  .elevate-component__description--sm {
    display: none;
  }
}
.elevate .hidden {
  display: none;
}
@media (min-width: 768px) {
  .elevate .md:hidden {
    display: none;
  }
}
.elevate .float-right {
  float: right;
}
.elevate .float-left {
  float: left;
}
.elevate-nav__menu {
  position: absolute;
  background-color: #1f1f1e;
  bottom: 0;
  top: 40px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  z-index: -15;
  pointer-events: none;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-orient: vertical;
  flex-direction: column;
  -o-box-align: baseline;
  align-items: baseline;
  padding: 34px 17px 34px 17px;
  font-size: 1.5rem;
  height: -moz-fit-content;
  height: fit-content;
  gap: 73px;
}
.elevate-nav__item {
  z-index: 1;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  width: 100% !important;
  text-transform: uppercase;
}
.elevate-nav__item > *:first-child {
  position: relative;
  z-index: 2;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
.elevate-nav__item:hover > *:first-child {
  text-decoration: underline;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.elevate-nav__item:not(:hover) {
  z-index: 11111;
}
.elevate-nav__item-img {
  position: absolute !important;
  top: 0;
  left: 45px;
  width: 595px;
  pointer-events: none;
  background-position: center;
  background-size: cover;
  z-index: 0 !important;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  height: 279px;
  transition: opacity 0.15s linear 0.15s;
}
.elevate-nav__item:hover .elevate-nav__item-img {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.elevate-nav__menu:hover,
.elevate-nav:hover ~ .elevate-nav__menu {
  z-index: 1;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  pointer-events: initial;
}
@media screen and (max-width: 1023px) {
  .elevate-nav__menu {
    position: relative;
    top: inherit;
    right: inherit;
    left: inherit;
    bottom: inherit;
    display: none;
    -o-box-align: center;
    align-items: center;
    -o-box-pack: center;
    justify-content: center;
    width: 100%;
    flex-direction: initial;
    padding: 0.25rem 2rem;
  }
  .elevate-nav:focus ~ .elevate-nav__menu,
  .elevate-nav:hover ~ .elevate-nav__menu {
    display: -ms-flexbox !important;
    display: box !important;
    display: flex !important;
  }
  .elevate-nav__item {
    float: initial;
    display: block;
    position: relative;
    opacity: 1 !important;
    -ms-filter: none !important;
    filter: none !important;
    font-size: 12px;
    line-height: 1.2;
  }
  .elevate-nav__item > * {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  .elevate-nav__item-img {
    display: none !important;
  }
}
.elevate-nav--sm {
  display: none !important;
}
.elevate-nav--sm > div {
  display: none !important;
  -o-box-align: center;
  align-items: center;
  background: #333;
}
.elevate-nav--sm > div a {
  padding: 10px 10px;
}
.elevate-nav--sm:focus > div,
.elevate-nav--sm:hover > div {
  display: -ms-flexbox !important;
  display: box !important;
  display: flex !important;
}
@media screen and (max-width: 1023px) {
  .elevate-nav {
    display: none !important;
  }
  .elevate-nav--sm {
    display: block !important;
    float: left;
    width: 100%;
    text-align: center;
  }
}
.elevate-links {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  flex-wrap: wrap;
  -o-box-align: center;
  align-items: center;
  width: 100%;
  -o-box-pack: distribute;
  justify-content: space-around;
  margin-left: -15px;
  margin-right: -15px;
  text-align: center;
  margin-bottom: 170px;
}
.elevate-links a {
  background-color: #4a4a4a;
  color: #fff;
  font-size: 1rem;
  margin: 15px;
  -o-box-flex: 1;
  box-flex: 1;
  flex: 1;
  white-space: nowrap;
  padding-left: 1rem;
  padding-right: 1rem;
  transition: all 0.15s linear 0.15s;
}
.elevate-links a:hover {
  background-color: #616161;
}
.elevate-owl {
  height: 100%;
}
.elevate-owl .owl-item,
.elevate-owl .owl-stage,
.elevate-owl .owl-stage-outer {
  height: 100%;
}
.elevate-owl__item {
  height: 100%;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-orient: vertical;
  flex-direction: column;
  -o-box-pack: end;
  justify-content: end;
  -o-box-align: center;
  align-items: center;
  gap: 15px;
  padding-bottom: 100px;
  position: relative;
}
.elevate-owl__item > * {
  z-index: 2;
}
.elevate-owl__item:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(1deg, rgba(31,31,30,0.75) 0%, rgba(31,30,30,0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.elevate-owl .owl-dots {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-align: center;
  align-items: center;
  -o-box-pack: center;
  justify-content: center;
  gap: 10px;
  top: -55px;
  margin: 0;
}
.elevate-owl .owl-dots button {
  width: 13px;
  height: 13px;
  overflow: hidden;
  border-radius: 13px;
  background: #fff;
  margin-bottom: 0px;
}
.elevate-owl .owl-dots button:not(.active) {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}
.elevate-owl .owl-dots button span,
.elevate-owl .owl-dots button:before,
.elevate-owl .owl-dots button:after {
  content: none;
  display: none;
}
.elevate-owl-item {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-align: center;
  align-items: center;
  -o-box-orient: vertical;
  flex-direction: column;
  -o-box-pack: center;
  justify-content: center;
  gap: 10px;
}
.elevate-owl-item__button {
  background: transparent;
  border: none;
  cursor: pointer;
}
.elevate-owl-item__button img {
  width: 50px;
}
.elevate-owl-item__video {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-align: center;
  align-items: center;
  -o-box-orient: vertical;
  flex-direction: column;
  gap: 15px;
}
.elevate-owl-item__new {
  border: 1px solid #fff;
  font-weight: 400;
  font-size: 1rem;
  background: transparent;
  padding: 5px 20px;
}
.elevate-owl-item__title {
  display: -ms-flexbox;
  display: box;
  display: flex;
  align-content: center;
  gap: 20px;
  font-size: 16px;
  color: #fff;
  -o-box-orient: vertical;
  flex-direction: column;
  -o-box-pack: center;
  justify-content: center;
  -o-box-align: center;
  align-items: center;
  max-width: 100%;
}
.elevate-owl-item__title a {
  margin: 0;
  display: inline-block;
  font-weight: 200;
}
.elevate-owl-item-title {
  text-align: center;
  margin-top: 1rem;
  font-size: 30px;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-align: center;
  align-items: center;
  -o-box-pack: center;
  justify-content: center;
  -o-box-orient: vertical;
  flex-direction: column;
  font-weight: normal;
  max-width: 100%;
  width: 500px;
  gap: 15px;
}
.elevate-owl-item-title span {
  font-size: 16px;
}
.elevate-collections .product-filter {
  margin: 0px;
}
.elevate-collections .product-filter-option {
  border: 1px solid;
  padding: 3px 1rem;
}
.elevate-collections .product-filter__filters {
  -o-box-pack: initial;
  justify-content: initial;
  -o-box-align: center;
  align-items: center;
}
.elevate-collections__card {
  position: relative;
}
.elevate-collections__card-novedad {
  z-index: 1;
  position: absolute;
  top: 15px;
  left: 15px;
  background: #fff;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
}
.loading-collection {
  position: relative;
}
.loading-collection:before {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 0;
  background: linear-gradient(110deg, #1f1f1e 8%, #3a3a3a 18%, #1f1f1e 33%);
  position: absolute;
  background-size: 200% 100%;
  animation: 1.5s shine linear infinite;
}
[dusk="grid-colecciones"] .grid__item.loading {
  position: relative;
}
[dusk="grid-colecciones"] .grid__item.loading:before,
.elevate-collections__card.loading:before {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(110deg, #1f1f1e 8%, #3a3a3a 18%, #1f1f1e 33%);
  position: absolute;
  background-size: 200% 100%;
  animation: 1.5s shine linear infinite;
}
.elevate-block {
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 3px solid #333;
}
.elevate-block-two {
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 3px solid #333;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
#elevate-modal-video__close {
  border: none;
  background: transparent;
  position: absolute;
  cursor: pointer;
  top: 10px;
  right: 10px;
}
#elevate-modal-video__close svg {
  width: 50px;
}
#elevate-modal-video {
  position: fixed;
  z-index: 100000;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.902);
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  padding: 3rem;
  text-align: right;
}
#elevate-modal-video video {
  position: relative;
}
.filter-drowdown .filter-drowdown__options {
  max-height: 435px;
  overflow: auto;
}
.filter-drowdown__actions {
  position: sticky;
  bottom: 0;
  left: 0;
  z-index: 11;
}
.elevate-owl-item__arrow {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: auto;
  width: 30px;
}
[dusk="grid-colecciones"] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  position: relative;
  z-index: 1;
}
@media (min-width: 321px) and (max-width: 600px) {
  [dusk="grid-colecciones"] {
    gap: 10px;
  }
  [dusk="grid-colecciones"] h5 {
    margin-top: 0px;
    font-size: 1rem;
  }
  [dusk="grid-colecciones"] .grid__image__products-bg {
    height: 30vw;
  }
}
@media (max-width: 320px) {
  [dusk="grid-colecciones"] {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
[dusk="grid-colecciones"] .grid__item {
  padding: 0px;
  width: 100% !important;
  margin-bottom: 0;
}
@keyframes elevate-bucle {
  from {
    transform: translateY(5px);
  }
  to {
    transform: translateY(0px);
  }
}
@keyframes text-hover-intro {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    margin-top: 20px;
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    margin-top: 0px;
  }
}
@keyframes shine {
  to {
    background-position-x: -200%;
  }
}
.filters-search {
  color: #626262;
  position: relative;
  width: 300px;
  max-width: 100%;
}
.filters-search svg {
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 5px;
}
.filters-search input {
  border: none;
  border-bottom: 1px solid #626262;
  background: transparent;
  padding: 0.6rem 1rem 0.6rem 2rem;
  color: #fff;
  width: 100%;
}
.filters-search input::-moz-placeholder {
  font-size: 18px;
  font-weight: 300;
}
.filters-search input,
.filters-search input::placeholder {
  font-size: 18px;
  font-weight: 300;
}
.filters-options {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-align: center;
  align-items: center;
  -o-box-flex: 1;
  box-flex: 1;
  flex: 1;
  width: 100%;
  gap: 10px;
  -o-box-pack: end;
  justify-content: end;
  font-size: 1.2rem;
}
.filters-options__clear {
  margin: 0;
  line-height: 1;
  text-decoration: underline;
}
.filters-checkbox__label {
  position: relative;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-align: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-weight: 200;
}
.filters-checkbox__label:before {
  display: inline-block;
  content: "";
  width: 1rem;
  height: 1rem;
  border: 1px solid #fff;
  background: transparent;
}
.filters-checkbox__label:after {
  content: "";
  width: 0.5rem;
  height: 0.7rem;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  background: transparent;
  transform: rotate(30deg);
  position: absolute;
  top: 1px;
  left: 3px;
  right: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.filters-checkbox--gray *,
.filters-checkbox--gray *:before,
.filters-checkbox--gray *:after {
  border-color: #b4b4b4;
  color: #b4b4b4;
  font-weight: 500;
}
.filters-checkbox.active label:after,
.filters-checkbox__input:not(.checkbox-js):checked ~ label:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.filters-checkbox__input {
  display: none;
}
.filters-bar {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  flex-wrap: wrap;
  padding-bottom: 20px;
  margin-bottom: 25px;
  background-color: #1f1f1e;
  z-index: 3;
}
.filters-bar .filters-bar--padding {
  padding-left: 20px;
  padding-right: 20px;
}
.filters-bar__list {
  -o-box-flex: 1;
  box-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-orient: vertical;
  flex-direction: column;
  gap: 1rem;
}
.filters-bar__title {
  display: block;
  text-transform: uppercase;
}
@media screen and (max-width: 900px) {
  .filters-bar {
    padding-bottom: 10px;
  }
  .filters-bar__title,
  .filters-bar:not(.filters-bar--show) .filters-bar__options,
  .filters-bar:not(.filters-bar--show) .filters-bar__list {
    display: none;
  }
  .filters-bar--show .filters-bar__bfilter-sm .filter-button__direction {
    transition: all 0.2s;
    transform: rotate(180deg);
  }
}
@media screen and (min-width: 900px) {
  .filters-bar {
    position: sticky;
    top: 20px;
    padding-top: 2rem;
  }
}
.filters-bar__bfilter-sm {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-align: center;
  align-items: center;
  gap: 5px;
  background: none;
  border: none;
  padding: 0;
  color: #fff;
  font-size: 15px;
  width: 100%;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
  padding-bottom: 4px;
  -o-box-pack: justify;
  justify-content: space-between;
  height: 44px;
}
.filters-bar__options {
  -o-box-orient: vertical;
  flex-direction: column;
  gap: 1rem;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.filter-products {
  position: relative;
  z-index: 1;
}
.filter-products__title {
  position: relative;
  text-transform: uppercase;
  color: #fff;
  font-family: Montserrat;
  font-size: 34px;
  font-weight: 300;
  letter-spacing: 2.67px;
  line-height: 42px;
  text-align: center;
  min-height: 50px;
}
.filter-products__title div {
  position: relative;
  line-height: 1;
}
.filter-products__title span {
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  pointer-events: none;
  color: rgba(88,88,87,0.25);
  font-family: Newsreader;
  font-size: 74px;
  font-weight: 500;
  letter-spacing: 5.81px;
  line-height: 74px;
}
@media screen and (max-width: 700px) {
  .filter-products__title span {
    overflow: hidden;
  }
}
@media screen and (max-width: 500px) {
  .filter-products__title {
    font-size: 1.5rem;
    margin: 1rem 0px;
  }
  .filter-products__title span {
    font-size: 2rem;
  }
}
.filters-bar__content {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-align: center;
  align-items: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (min-width: 900px) {
  .filters-bar__content {
    gap: 17px;
  }
}
@media screen and (max-width: 900px) {
  .filters-bar__content .filters-option {
    -o-box-flex: 1;
    box-flex: 1;
    flex: 1;
  }
  .filters-bar__content .filters-option button {
    width: 100%;
  }
}
.filters-bar__content--between {
  -o-box-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .filters-bar__content--between {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    flex-wrap: wrap;
  }
  .filters-bar__content--between,
  .filters-options,
  .filters-search {
    width: 100%;
  }
  .filters-bar {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    flex-wrap: wrap;
    -o-box-orient: vertical;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 0px;
  }
}
.filter-button {
  background-color: transparent;
  border: 1px solid #d5d5d5;
  color: #d5d5d5;
  font-family: Montserrat;
  font-size: 14px;
  letter-spacing: 1.1px;
  line-height: 18px;
  line-height: 1.2;
  padding: 0px 0.7rem;
  height: 44px;
  cursor: pointer;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-align: center;
  align-items: center;
  gap: 4px;
  text-transform: uppercase;
  -o-box-pack: justify;
  justify-content: space-between;
}
.filter-button__inner {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-flex: 1;
  box-flex: 1;
  flex: 1;
  -o-box-align: center;
  align-items: center;
  gap: 4px;
}
.filter-button__direction {
  height: 17px;
  margin-left: 10px;
  transition: all 0.2s;
}
.filter-button:hover .filter-button__direction {
  transform: rotate(180deg);
}
.filter-button--active {
  background: #fff;
  color: #333;
  font-weight: bold;
}
.filter-button--xl {
  padding: 0rem 15px;
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 0 !important;
  text-transform: uppercase;
  -o-box-align: center;
  align-items: center;
}
.filter-button--xl .svg-right {
  width: 22px;
  min-width: 22px;
}
.filter-button--lg {
  padding: 0rem 1.4rem;
}
.filter-drowdown {
  position: relative;
}
@media screen and (max-width: 900px) {
  .filter-drowdown {
    display: -ms-flexbox;
    display: box;
    display: flex;
    -o-box-flex: 1;
    -ms-box-flex: 1;
    box-flex: 1;
    flex-grow: 1;
  }
  .filter-drowdown .filter-button {
    width: 100%;
  }
}
@media screen and (min-width: 900px) {
  .filters-bar__bfilter-sm {
    display: none;
  }
}
.filter-drowdown__options {
  display: none;
  position: absolute;
  width: 300px;
  color: #fff;
  list-style: none;
  padding: 0.5rem 1rem;
  z-index: 2;
  top: 100%;
  margin-top: 5px;
}
.filter-drowdown__options ul li {
  margin: 10px 0;
}
.filter-drowdown__options li {
  margin: 0px 0px 10px 0px;
  padding: 0px;
}
.filter-drowdown__options .panel li {
  margin: 0px 0;
}
.filter-drowdown__options .panel {
  padding: 0 10px 10px 10px;
}
.filter-drowdown__options {
  background: #404042;
  border-color: #404042;
}
.filter-drowdown.filter-drowdown--vue.active > .filter-button,
.filter-drowdown:not(.filter-drowdown--vue):hover > .filter-button {
  background: #404042;
  border-color: #404042;
}
.filter-drowdown.filter-drowdown--vue.active .filter-button:not(.clear):before,
.filter-drowdown:not(.filter-drowdown--vue):hover .filter-button:not(.clear):before {
  content: "";
  bottom: -6px;
  height: 1rem;
  width: 100%;
  z-index: 1;
  background: #404042;
  position: absolute;
  left: 0;
  margin-top: auto;
}
.filter-drowdown.filter-drowdown--vue.active .filter-drowdown__options,
.filter-drowdown:not(.filter-drowdown--vue):hover .filter-drowdown__options {
  display: block;
}
@media screen and (max-width: 800px) {
  .filter-drowdown.filter-drowdown--vue.active .filter-drowdown__options,
  .filter-drowdown:not(.filter-drowdown--vue):hover .filter-drowdown__options {
    width: 100%;
  }
}
.filter-drowdown.filter-drowdown--vue.active .filter-drowdown__options li,
.filter-drowdown:not(.filter-drowdown--vue):hover .filter-drowdown__options li {
  padding: 0;
}
.filter-drowdown__actions {
  width: 100%;
  display: -ms-flexbox;
  display: box;
  display: flex;
  gap: 5px;
  -o-box-align: center;
  align-items: center;
  margin-bottom: 0px;
  padding: 0px;
}
.filter-drowdown__actions .filter-button {
  -o-box-flex: 1;
  box-flex: 1;
  flex: 1;
  width: 50%;
  text-align: center;
  -o-box-pack: center;
  justify-content: center;
  border: none;
}
.filter-drowdown__actions .filter-button.clear {
  background-color: #898989;
  color: #fff;
  height: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.filter-drowdown__actions .filter-button.clear:after,
.filter-drowdown__actions .filter-button.clear:before {
  content: none;
}
.filter-drowdown__actions .filter-button.clear:active,
.filter-drowdown__actions .filter-button.clear:hover {
  background-color: #626262;
}
.filter-drowdown__actions button.save {
  background-color: #333;
  color: #fff;
}
.filter-drowdown__actions .filter-button.save:active,
.filter-drowdown__actions .filter-button.save:hover {
  background-color: #131313;
}
.filter-drowdown--formatos .filter-drowdown__options {
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 800px) {
  .filter-drowdown--formatos .filter-drowdown__options {
    grid-template-columns: 1fr;
  }
}
.filter-drowdown--formatos:hover .filter-drowdown__options {
  display: grid;
}
.filter-drowdown--formatos li {
  margin: 5px 0px;
}
.filter-drowdown--formatos .filter-drowdown__actions {
  grid-column: span 2/span 2;
}
@media screen and (min-width: 460px) {
  [dusk="grid-colecciones"] .grid__item {
    width: 50%;
  }
}
@media screen and (min-width: 460px) and (max-width: 800px) {
  [dusk="grid-colecciones"] .grid__item .grid__image__products-bg {
    height: 35vw;
  }
}
.accordion--v2 {
  background-image: none !important;
  display: -ms-flexbox;
  display: box;
  display: flex;
  align-content: center;
  gap: 2px;
  -o-box-pack: justify;
  justify-content: space-between;
  font-weight: 200;
}
.accordion--v2:after {
  content: "";
  position: relative;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(43deg);
  transition: all 0.35ms;
  top: 3px;
}
.accordion--v2.active:after {
  transform: rotate(-135deg);
}
.custom-input {
  border: 2px solid #404042;
  color: #fff;
  box-sizing: border-box;
  line-height: 1;
}
select.custom-input {
  color: #979797;
  font-size: 1.429rem;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  background: transparent;
  webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../images/arrow-down.png") no-repeat transparent;
  background-position: 97% 14px;
}
select.custom-input.custom-input--filled {
  color: #fff;
}
.cursor-pointer {
  cursor: pointer;
}
textarea.custom-input {
  text-transform: uppercase;
}
.custom-checkbox__text {
  top: -4px;
  position: relative;
}
input[type=submit] {
  text-transform: uppercase;
  text-transform: uppercase;
  background: none;
  border: none;
  color: #fff;
  font-size: 2.143rem;
  font-weight: bold;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #1f1f1e inset;
}
input:-webkit-autofill {
  -webkit-text-fill-color: #fff !important;
}
@media (max-width: 767px) {
  #sendFormNewsletter {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    flex-wrap: wrap;
  }
}
#sendFormNewsletter {
  display: -ms-flexbox;
  display: box;
  display: flex;
  gap: 8px;
}
#sendFormNewsletter .custom-input {
  margin-top: 7px;
  margin-bottom: 0px;
  padding-right: 16px;
  line-height: 1;
}
#sendFormNewsletter [type="submit"] {
  line-height: 28px;
  max-width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: 300px;
  font-size: 2rem;
}
select.custom-input--focus:focus {
  background-color: #333;
}
.grid__media {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.grid__media--horizontal {
  padding-bottom: 70%;
}
.grid__media--square {
  padding-bottom: 87.848%;
}
.grid__image,
.grid__info,
.grid__hover,
.grid__image--catalogue {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.grid__hover {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.grid__hover--maincolor {
  background-color: rgba(102,102,102,0.9);
}
.grid__blend {
  background-color: #404042;
  background-blend-mode: multiply;
}
.grid__image--animate,
.grid__foto {
  transition: transform 1s ease-out;
}
.grid__hover {
  transition: opacity 0.3s ease-out;
}
.grid__info:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #666;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition: opacity 0.5s ease-out;
}
.grid__link,
.grid__link + svg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transform: translateY(-30px);
  transition: all 0.3s ease;
}
.grid__item--hover h4,
.grid__item--hover h5,
.grid__item--hover p {
  transition: color 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .media__container--offsets {
    padding-top: 80px;
  }
  .media__container--reduced {
    padding-top: 40px;
  }
  .grid__media--offset {
    margin-top: -80px;
  }
  .media__container--offsets:before,
  .media__container--offsets:after {
    content: '';
    width: 100%;
    height: 35vw;
  }
  .media__container--offsets:before {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #404042;
    transform: translateY(40%);
  }
  .media__container--offsets:after {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 130px;
    background-color: ;
    transform: translateY(-40%);
    z-index: -1;
  }
  .media__container--reduced:before {
    display: none;
  }
  .media__container--reduced:after {
    background-color: #404042;
  }
  .media__container--offsets-small {
    padding-top: 56px;
  }
  .grid__media--offset-small {
    margin-top: -80px;
  }
}
@media screen and (min-width: 1024px) {
  .media__container--offsets {
    padding-top: 128px;
  }
  .media__container--reduced {
    padding-top: 80px;
  }
  .grid__media--offset {
    margin-top: -128px;
  }
  .media__container--offsets-small {
    padding-top: 64px;
  }
  .grid__media--offset-small {
    margin-top: -88px;
  }
}
.grid__item--hover:hover .grid__image--animate,
.grid__item--hover:hover .grid__foto {
  transform: scale(1.3);
  transition: transform 10s ease-out;
}
.grid__item--hover:hover .grid__info:before {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.grid__item--hover:hover .grid__link {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  transform: translateY(0);
  transition: opacity 0.2s ease-out 0.2s, transform 0.3s ease-out 0.2s;
}
.grid__item--hover:hover .grid__link + svg {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  transform: translateY(0);
  transition: opacity 0.2s ease-out 0.35s, transform 0.3s ease-out 0.35s;
}
.grid__item--hover:hover h4,
.grid__item--hover:hover h5:not(.grid__link),
.grid__item--hover:hover p {
  color: #666 !important;
}
.grid__item--placeholder:hover .grid__hover,
.grid__item--placeholder--catalogues:hover .grid__hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
@media screen and (min-width: 768px) {
  .grid__item:nth-child(2n + 1) {
    clear: both;
  }
}
@media screen and (min-width: 1024px) {
  .grid__item:nth-child(2n + 1) {
    clear: none;
  }
  .grid__item:nth-child(4n + 1) {
    clear: both;
  }
}
footer .button {
  padding: 8px 60px;
  margin-top: 7px;
}
@media (max-width: 1024px) {
  footer .button {
    padding: 8px 40px;
  }
}
@media (max-width: 767px) {
  footer .button {
    padding: 8px 20px;
  }
  .xs-4.m-5.left {
    text-align: center;
  }
}
.main-header--fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
.main-header__wrapper {
  padding: 24px;
  height: 80px;
}
.langs {
  position: absolute;
  top: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  background: #fff;
  transition: opacity 0.5s ease;
  min-width: 164px;
  right: 10px;
}
.langs:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.bloque_sombra {
  position: absolute;
  padding-top: 100px;
  width: 100%;
  bottom: 0px;
  background: url("../images/degradado.png") repeat-x center bottom;
}
@media screen and (min-width: 768px) {
  .langs {
    right: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .langs {
    right: 20px;
  }
}
.container--sticky {
  margin-top: 90px;
}
@media screen and (min-width: 1024px) {
  .main-nav__logo--fixed {
    display: none;
  }
  .main-header--is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #1f1f1e;
    animation: menuSticky 0.3s ease;
    height: 90px;
  }
  .main-header--is-sticky .main-header__wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .main-header--is-sticky .main-nav__logo--fixed {
    display: block;
  }
}
.main-nav__logo--principal {
  width: 120px;
}
.hamburger--spinner {
  position: absolute;
  right: 30px;
}
.main-header {
  z-index: 10;
}
.main-nav__items {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #404042;
  left: 100vw;
  top: 0px;
  z-index: 10000;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition: all 1s ease;
}
.main-nav__items.opened {
  display: block;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  left: 0px;
}
.main-nav__items a {
  width: 100%;
  float: left;
  text-align: center;
}
.main-nav__items .logo-responsive {
  display: block;
  float: left;
  margin-top: 35px;
  height: 70px;
}
.main-nav__items .hamburger {
  display: block;
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;
  top: 5px !important;
  right: 20px !important;
  position: absolute;
  text-align: inherit;
}
@media screen and (min-width: 1024px) {
  .main-header .main-nav__items {
    margin-top: -200px;
    transition: all 1s ease;
    position: relative;
    width: auto;
    height: auto;
    background: none;
    left: auto;
    top: auto;
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  .main-header .main-nav__items .hamburger {
    display: none;
  }
  .main-header .main-nav__items .logo-responsive {
    display: none;
  }
  .main-header .main-nav__items a {
    width: auto;
    float: none;
    text-align: left;
  }
  .main-header .hamburger {
    transition: all 1s ease;
    top: 31px;
  }
  .main-header.opened .main-nav__items {
    margin-top: 0px;
  }
  .main-header.opened .hamburger {
    top: -100px;
  }
  .main-header.home-header .main-nav__items {
    margin-top: 0px !important;
  }
  .main-header.home-header .hamburger {
    top: -100px !important;
  }
  .menu-dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
  }
  .menu-dropdown:hover {
    color: #fff !important;
  }
  .menu-dropdown:hover .menu-dropdown__container {
    display: block;
    color: #fff;
  }
}
.menu-dropdown__container {
  display: none;
  position: absolute;
  z-index: 1;
  text-align: left;
}
.lang-menu {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.lang-menu:hover {
  color: #fff !important;
}
.lang-menu:hover .lang-options {
  display: block;
  color: #fff;
}
.lang-options {
  display: none;
  position: absolute;
  z-index: 1;
}
.lang--mobile {
  display: inline-block;
}
.main-header .lang--mobile a,
.main-nav__items .lang--mobile a {
  width: 50px;
  float: none !important;
}
.main-header .lang--mobile a.active,
.main-nav__items .lang--mobile a.active {
  font-weight: bold;
  border-bottom: 2px solid #fff;
}
.select-language {
  font-size: 19px;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
}
@media screen and (min-height: 600px) {
  .select-language {
    position: absolute;
    bottom: 20px;
  }
}
.select-language__button {
  background: transparent;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-align: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-transform: uppercase !important;
  padding-left: 5px;
}
.select-language__button,
.select-language__button:hover {
  line-height: 1 !important;
}
.select-language__button:focus svg {
  transform: rotate(180deg);
}
.select-language__button svg {
  transition: all 0.5s ease-out;
  height: 18px;
}
.select-language__ul {
  display: none;
  position: absolute;
  bottom: 98%;
  left: 0px;
  padding-left: 0px;
  background: #1f1f1e;
  -o-box-orient: vertical;
  flex-direction: column;
  gap: 4px;
  padding: 4px 4px !important;
}
.select-language__ul li {
  position: relative;
  margin: 0;
  padding: 0;
  padding-left: 0px !important;
}
.select-language__ul a {
  margin: 0;
  color: #fff;
  padding: 0rem 0rem;
}
.select-language__button.active,
.select-language__button.active ~ .select-language__ul {
  background: #1f1f1e;
  display: -ms-flexbox;
  display: box;
  display: flex;
  z-index: 1;
}
@keyframes menuSticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.max-w-full {
  max-width: 100%;
}
.w-full {
  width: 100%;
}
.tl-0 {
  top: 0px;
  left: 0px;
}
.zin-1000 {
  z-index: 1000;
}
.underline {
  text-decoration: underline;
}
.img-full {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.full-center {
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.image-invert {
  filter: invert(100%);
}
.bg-bg {
  background-color: #1f1f1e !important;
}
.dtech {
  padding-bottom: 42.25% !important;
}
video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.error-page .grid__media {
  padding-bottom: 143.45%;
}
.video_home {
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  height: 100vh;
  z-index: 0;
}
.video_home video {
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
}
.flex {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-center {
  display: flex;
  justify-content: center;
}
.flex-col {
  flex-direction: column;
}
.plyr {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  z-index: 999;
}
.plyr__video-wrapper {
  width: 100%;
}
.button--home--news {
  border: 2px solid #fff;
  border-radius: 25px;
  padding: 13px 20px;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
}
@media (max-width: 767px) {
  .button--home--news {
    font-size: 14px;
  }
}
body {
  background-color: #1f1f1e;
}
body header:not(.header-menu-elevate),
body footer,
body .container,
body .marquee {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  pointer-events: none;
  transition: opacity 0.5s ease;
}
.body--loaded header:not(.header-menu-elevate),
.body--loaded footer,
.body--loaded .container,
.body--loaded .marquee {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  pointer-events: auto;
}
.body--leave header:not(.header-menu-elevate),
.body--leave footer,
.body--leave .container,
.body--leave .marquee,
.body--leave .modal {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.loader {
  z-index: 9999 !important;
  pointer-events: none !important;
}
.body--loaded .loader {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.body--leave .loader {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition: none;
}
.spinner {
  animation: scaleout 1s infinite alternate ease-in-out;
}
@keyframes scaleout {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
.modal {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  z-index: -10;
  pointer-events: none;
  transition: opacity 0.3s ease, z-index 0.3s ease 0.3s;
}
.modal--popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.9);
}
.modal--scroll {
  overflow-y: scroll;
  overflow-x: hidden;
}
.modal--is-open {
  z-index: 9999;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  pointer-events: auto;
  transition: opacity 0.3s ease;
}
.modal__close {
  position: absolute;
  top: 32px;
  right: 32px;
  z-index: 99;
}
.modal__close svg {
  width: 16px;
}
.modal__close path {
  fill: #666;
}
.modal__container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.modal__content {
  width: 86vw;
  height: 86vh;
  margin-left: 7vw;
  margin-top: 7vh;
}
.vm--overlay {
  background: rgba(0,0,0,0.7) !important;
}
.v--modal-overlay {
  background: none !important;
  top: 75px !important;
  height: auto !important;
}
.v--modal-overlay .v--modal-background-click {
  min-height: auto;
  padding-bottom: 0;
}
.v--modal-overlay .v--modal-box {
  top: 0px !important;
}
.v--modal-block-scroll {
  max-width: 100%;
}
.v--modal {
  border-radius: 0;
  background: transparent !important;
}
.v--modal .close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 24px;
  border: 1px solid #fff;
  width: 25px;
  height: 25px;
}
.v--modal .close div {
  text-align: center;
  font-size: 17px;
  line-height: 20px;
}
.v--modal .stop {
  position: absolute;
  top: 10px;
  right: 50px;
  cursor: pointer;
  font-size: 24px;
}
.v--modal .stop svg {
  fill: #fff;
}
.v--modal .marcas {
  overflow: hidden;
}
.v--modal .marcas img {
  height: 24px;
}
.v--modal .grupo {
  overflow: hidden;
}
.v--modal .grupo img {
  width: 300px;
}
.v--modal .button {
  background-color: #302e2b;
  font-size: 0.9333rem;
  line-height: 1.5rem;
  border-radius: 0px;
  padding: 8px 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.v--modal label {
  color: #fff;
}
.v--modal input[type="checkbox"] {
  display: none;
}
.v--modal label {
  padding-left: 20px;
  display: inline-block;
  line-height: 1.8;
  font-family: sans-serif;
  position: relative;
  margin: 10px 20px 10px 0;
}
.v--modal input[type="checkbox"] + label:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 11px;
  left: 0;
  background: none;
  border-radius: 0;
  border: 1px solid #fff;
}
.v--modal input[type="checkbox"]:checked + label:after {
  content: '';
  display: block;
  width: 10px;
  height: 5px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 12px;
  left: 2px;
}
@media screen and (max-width: 500px) {
  .v--modal .close,
  .v--modal .stop {
    top: 20px;
  }
  .v--modal label {
    margin-top: 0;
  }
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  background: #000;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bloq_noticias {
  padding: 40px 0px;
}
.bloq_noticias .img_noticia {
  height: 290px;
  margin-bottom: 24px;
}
.bloq_noticias .img_noticia img {
  width: 100%;
}
.bloq_noticias article {
  margin-bottom: 40px;
}
.bloq_noticias .titulo {
  position: relative;
  padding-right: 60px;
  color: #666;
  text-transform: uppercase;
  font-size: 1.333rem;
  min-height: 50px;
}
.datos_noticia .descripcion {
  line-height: 1.8rem;
  position: relative;
  padding-bottom: 15px;
}
.bloque_noticias .descripcion {
  position: relative;
  line-height: 1.8rem;
  padding-bottom: 50px;
}
.bloque_noticias h4 {
  font-family: ;
  padding: 0px 12px;
  margin-bottom: 40px;
  font-size: 2rem;
  line-height: 2.4rem;
}
.content--journal .video-container {
  width: 100%;
  max-width: 100%;
  position: relative;
}
.content--journal .video-container iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.newsletter-message > div {
  width: 100%;
  text-align: center;
}
.newsletter-message svg {
  height: 28px;
  margin-right: 5px;
  position: relative;
  bottom: -6px;
}
.grid__image__products-bg {
  height: 70vw;
}
.filter-product {
  display: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition: all 0.5s ease;
  height: 100vh;
  overflow-y: auto;
  background-color: #404042;
}
.filter-product.filter-product__overlay--is-open {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  display: block;
}
.filter-product.filter-product__overlay--is-open .filter-product__overlay {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  display: none;
}
.filter-product__logo {
  top: 24px;
  left: 24px;
}
.filter-product__selector--active {
  background-color: #404042 !important;
  font-weight: bold;
  color: #fff !important;
}
.despiece__pieza::after {
  border-bottom: 1px solid #fff;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: relative;
  float: left;
  margin-top: 35px;
}
.despiece__tecnica::after {
  margin-top: 0 !important;
}
.botones-colecciones a {
  clear: both;
  float: left;
}
.imagen-noticia {
  width: 100%;
  height: 600px;
  position: relative;
}
.title-extra {
  width: 100%;
  padding: 10px;
}
.accordion {
  cursor: pointer;
  padding: 0 0 10px 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  font-size: 0.9333rem;
  background: url("/assets/peronda/images/tab-down.png") no-repeat center right 10px;
}
.title-extra.active,
.accordion:hover {
  background: url("/assets/peronda/images/tab-up.png") no-repeat center right 10px;
}
.busqueda-extra li ul li {
  padding: 0;
  margin: 0;
  border-bottom: 0px;
  float: left;
  width: 33%;
}
.busqueda-extra li ul li.full {
  width: 100%;
}
.panel {
  padding: 0 10px 20px 10px;
  display: none;
  overflow: hidden;
}
.btn-extra {
  background: #fff;
  color: #000;
}
.btn-extra:visited {
  color: #000 !important;
}
@media screen and (min-width: 1024px) {
  .grid__image__products-bg {
    height: 400px;
    transition: all 1s ease;
  }
  .grid__image__products-bg:hover {
    transform: scale(1.1);
  }
  .filter-product {
    height: auto;
    background-color: transparent;
  }
  .filter-product.filter-product__overlay--is-open {
    display: block;
  }
  .filter-product.filter-product__overlay--is-open .filter-product__overlay {
    display: block;
  }
  .botones-colecciones a {
    clear: none;
    float: none;
  }
}
@media (max-width: 676px) {
  .imagen-noticia {
    height: 400px;
  }
  .tit-noticia h1 {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .content-new .text--big {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .bloque_sombra h5 {
    font-size: 1rem;
    line-height: 1.3rem;
  }
}
@media (max-width: 480px) {
  .filter-product__selector > div {
    width: 100%;
  }
}
#project-single-piezas {
  background-color: #1a1a1a;
}
.collection-intro {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.collection-intro__video {
  grid-column: span 5;
  padding-top: 0px;
}
.collection-intro__description {
  grid-column: 7/13;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.collection-intro__description h5 {
  font-size: 1rem;
  line-height: 1.3;
}
@media screen and (max-width: 1000px) {
  .collection-intro__video {
    grid-column: span 12;
  }
  .collection-intro__description {
    grid-column: span 12;
    padding: 40px 0px 16px 0px;
  }
}
.dropdown-museum-ul button {
  background-color: transparent;
  border: 1px solid #d5d5d5;
  color: #d5d5d5;
  font-size: 1.1rem;
  line-height: 1;
  padding: 0.7rem 1.4rem 0.7rem 1.4rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0;
}
.dropdown-museum-ul button svg {
  width: 22px;
  min-width: 22px;
}
.dropdown-museum-ul button:active,
.dropdown-museum-ul button:focus,
.dropdown-museum-ul button:hover {
  background: #fff;
  color: #333;
}
.dropdown-museum-ul ul {
  display: none;
}
.gallery-ambientes-list {
  margin-top: 30px;
  padding-left: 0px;
  display: flex;
  gap: 30px;
  overflow-x: auto;
}
.gallery-ambientes-list__item {
  position: relative;
  min-width: calc(16.666666666666668%);
  width: 100%;
  height: 150px;
  background-position: center;
  background-size: cover;
  display: block;
  cursor: pointer;
  border: 3px solid #1f1f1e;
  margin-top: 0px;
}
.gallery-ambientes-list__item.active {
  border-color: #fff;
}
.gallery-ambientes-list::-webkit-scrollbar-track {
  background: #151515;
  border-radius: 4px;
}
.gallery-ambientes-list::-webkit-scrollbar-track:hover,
.gallery-ambientes-list::-webkit-scrollbar-track:active {
  background: #d4d4d4;
}
.gallery-ambientes-list::-webkit-scrollbar {
  -webkit-appearance: none;
}
.gallery-ambientes-list::-webkit-scrollbar:horizontal {
  height: 10px;
}
.gallery-ambientes-list::-webkit-scrollbar-thumb {
  background-color: #555;
  border-radius: 15px;
  border: none;
}
.gallery-ambientes-list::-webkit-scrollbar-track {
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .gallery-ambientes-list {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .gallery-ambientes-list {
    gap: 15px;
    margin-top: 15px;
  }
  .gallery-ambientes-list__item {
    min-width: calc(25%);
    height: 90px;
  }
  .gallery-ambientes-list::-webkit-scrollbar:horizontal {
    height: 10px;
  }
}
@media screen and (max-width: 508px) {
  .gallery-ambientes-list__item {
    min-width: calc(33.333333333333336%);
  }
}
.gallery-list__item {
  margin-top: 30px !important;
  height: 150px;
  width: 100%;
}
@media screen and (max-width: 763px) {
  .gallery-list__item .gallery-list__item {
    height: 100px;
  }
}
.js-gallery-list .owl-dots {
  margin-top: 25px !important;
  border-radius: 20px;
  background: #1a1a1a;
  display: flex;
  padding: 0;
  margin: 0;
  line-height: 1;
}
@media screen and (max-width: 763px) {
  .js-gallery-list .owl-dots .js-gallery-list .owl-dots {
    margin-top: 10px !important;
  }
}
.js-gallery-list .owl-dots button {
  padding: 0;
  margin-bottom: 0px;
}
.js-gallery-list .owl-dots button span {
  background: #1a1a1a;
  overflow: hidden;
  border-radius: 20px;
  height: 10px;
}
.product-filter {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 15px 0px;
}
.product-filter__title {
  color: #fff;
  font-family: Montserrat;
  font-size: 14px;
  letter-spacing: 1.1px;
  line-height: 18px;
  margin-bottom: 10px;
}
.product-filter__filters {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.product-filter__clear {
  display: flex;
}
.product-filter__clear a {
  text-decoration: underline;
  margin: 0px;
  padding: 0px;
}
@media screen and (max-width: 600px) {
  .product-filter__filters {
    flex-direction: column;
    gap: 10px;
  }
  .product-filter__clear {
    width: 100%;
    justify-content: end;
  }
}
.product-filter__options {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.product-filter-option {
  background: none;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  line-height: 18px;
  color: #fff;
  cursor: pointer;
  transition: all 0.5s ease;
  padding: 0 1rem;
  font-weight: normal;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  text-transform: uppercase;
}
.product-filter-option svg {
  height: 20px;
  transition: all 0.25s ease;
  margin-left: 5px;
}
.product-filter-option:hover,
.product-filter-option.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.product-filter-option:hover svg,
.product-filter-option.active svg {
  transform: rotate(180deg);
}
@media screen and (max-width: 600px) {
  .product-filter__options {
    gap: 10px;
  }
  .product-filter-option {
    padding: 0px 4px;
  }
}
.product-filter-items {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 25px;
  margin-bottom: 2rem;
}
.product-filter-items--color {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media screen and (max-width: 1000px) {
  .product-filter-items--color {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .product-filter-items--acabados {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .product-filter-items {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 15px;
  }
  .product-filter-items--color {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .product-filter-items--formatos {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .product-filter-items--acabados {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media screen and (max-width: 500px) {
  .product-filter-items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .product-filter-items--color {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .product-filter-items--formatos {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .product-filter-items--acabados {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.product-filter-item {
  background-position: center;
  background-size: cover;
  background-color: #9f9f9f;
  padding: 1.5rem 1rem;
  width: 100%;
  display: flex;
  font-size: 1rem;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  font-weight: 400;
  text-transform: uppercase;
  word-break: break-word;
}
.product-filter-item.hover,
.product-filter-item.active {
  border: 1px solid #fff;
}
.product-filter-item--color {
  height: 100px;
  text-shadow: 3px 3px 8px #000, 1px 1px 1px #000, 0px -1px 3px #000;
  color: #fff;
  font-weight: 500;
}
.product-filter-item--color.active {
  border-width: 3px;
}
.product-filter-item--formato {
  height: 170px;
  background-color: #1a1a1a;
  color: #fff;
  flex-direction: column;
}
.product-filter-item--acabado {
  padding: 1rem 1rem;
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
}
.product-filter-item--acabado.active,
.product-filter-item--acabado:hover {
  background-color: #fff;
  color: #1a1a1a;
  border-color: #1f1f1e;
}
.product-filter-item--formato.active,
.product-filter-item--formato:hover {
  background-color: #fff;
  color: #1f1f1e;
}
.product-filter-item--formato.active div:before,
.product-filter-item--formato:hover div:before {
  border-color: #1f1f1e;
}
@media screen and (max-width: 768px) {
  .product-filter-item {
    padding: 0.6rem;
    font-size: 0.8rem;
  }
  .product-filter-item--formato {
    height: 100px;
  }
}
.product-filter__options {
  gap: 10px;
}
#project-single-piezas.active .pieza-active,
#project-single-piezas:not(.active) .pieza-discontinued {
  display: none;
}
#project-single-piezas:not(.active) .pieza-active,
#project-single-piezas.active .pieza-discontinued {
  display: grid;
}
#project-single-piezas:not(.active) .pieza-active,
#project-single-piezas.active .pieza-discontinued {
  display: grid;
}
.product-single-buttons {
  display: flex;
  align-items: center;
  gap: 28px;
  -moz-column-gap: 28px;
  column-gap: 28px;
  row-gap: 10px;
  justify-content: end;
  margin-top: 16px;
}
@media screen and (max-width: 870px) {
  .product-single-buttons {
    flex-wrap: wrap;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
  .product-single-buttons > * {
    flex: 1;
  }
}
.hidden-color,
.hidden-formato,
.hidden-acabado {
  display: none !important;
}
.product-filter-item div {
  position: relative;
  width: 100%;
  flex: 1;
}
.filter-format-rectangle-height div:before {
  content: "";
  width: 40px;
  position: absolute;
  top: 0;
  height: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid #fff;
}
.filter-format-rectangle-width div:before {
  content: "";
  width: 60px;
  position: absolute;
  top: 0;
  height: 40px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid #fff;
}
.filter-format-square div:before {
  content: "";
  width: 60px;
  position: absolute;
  top: 0;
  height: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid #fff;
}
.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 0px;
  margin-top: -25px;
}
.owl-nav .owl-prev {
  width: auto;
  float: left;
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-nav .owl-prev:focus {
  outline: none;
}
.owl-nav .owl-next {
  width: auto;
  float: right;
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-nav .owl-next:focus {
  outline: none;
}
.owl-nav .flecha-slider {
  height: 50px;
}
.owl-nav .flecha-slider.flecha-right {
  transform: rotate(180deg);
  margin-right: 20px;
}
.owl-nav .flecha-slider.flecha-left {
  margin-left: 20px;
}
.button--home {
  color: #fff;
  text-decoration: underline;
  margin-top: 35vh;
}
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
  background: #636363;
}
.owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  margin-top: 15px;
}
.owl-dots .owl-dot:first-child {
  padding-left: 0px;
}
.owl-dots .owl-dot:last-child {
  padding-right: 0px;
}
.owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 0px 5px;
  font-size: 0.875rem;
  margin-bottom: 10px;
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-dot span {
  width: 100%;
  height: 7px;
  background: #bfbfbf;
  display: block;
  backface-visibility: visible;
  transition: opacity 200ms ease;
}
.owl-nav.disabled + .owl-dots {
  margin-top: -32px;
  position: relative;
}
.video-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  background: #000;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground {
    width: 300%;
    left: -100%;
  }
}
@media (min-aspect-ratio: 16/9) {
  .video-foreground {
    height: 300%;
    top: -100%;
  }
}
.slide--full:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 300px;
  width: 100%;
  z-index: 2;
  background-image: url("/assets/museum/images/background-header.png");
  backface-visibility: hidden;
  transition: all 1s ease;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  pointer-events: none;
}
.slide--full .owl-stage-outer,
.slide--full .owl-stage,
.slide--full .owl-item {
  height: 100%;
}
.slide--full .col,
.slide--full .button {
  backface-visibility: hidden;
}
.slide--full .full-size:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(64,64,66,0.4);
  backface-visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition: all 1s ease;
}
.slide--content {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition: all 1s ease;
}
.slide--content.visible {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.slide--content.visible:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.slide--ambientes.slide--ambientes,
.slide--ambientes .owl-stage-outer,
.slide--ambientes .owl-stage,
.slide--ambientes .owl-item,
.slide--ambientes .slide__item {
  width: 100%;
  height: 100%;
}
.slide--ambientes .owl-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  transform: translate(-50%, -50%);
}
.slide-full__counter {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7vh;
}
.slide-full__counter h5 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slide-full__arrow {
  position: absolute;
  top: 0;
  width: 7vw;
  height: 100vh;
}
.slide-full__arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slide-full__arrow--left {
  left: 0;
}
.slide-full__arrow--right {
  right: 0;
}
.slide__modal-close {
  cursor: url("../images/close.png") 34 34, auto;
}
.gallery__item {
  width: 100%;
  height: 40vw;
}
.slider-piezas .gallery__item {
  width: 100%;
  height: 35vw;
}
@media screen and (min-width: 768px) {
  .gallery__navigation {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
    padding-right: 20px;
    transform: translateX(-100%);
  }
}
.gallery__button {
  background: none;
  border: none;
  -webkit-appearance: none;
}
.gallery__item__result {
  bottom: 0px;
  left: 16px;
  transition: all 0.3s ease;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.gallery__item__result.mostrado {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.content-piezas {
  height: 35vw;
  overflow-y: scroll;
}
@media (max-width: 676px) {
  .slider-piezas .gallery__item {
    width: 100%;
    height: 70vw;
  }
  .gallery__item {
    height: 70vw;
  }
  .content-piezas {
    height: auto;
    margin-top: 20px;
  }
  .content-piezas .gallery__item__result {
    position: relative !important;
    width: 100%;
  }
}
.tab-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #fff;
  border-top: solid 1px;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .tab-nav {
    height: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .tab-nav {
    display: none;
  }
}
.tab-nav__item {
  width: 20%;
  height: 100%;
  padding-top: 10px;
  margin: 0;
  float: left;
  list-style: none;
  border-right: solid 1px;
}
.tab-nav__item:last-child {
  border-right: none;
}
.tab-nav__title {
  margin: 0;
  padding: 0;
  font-size: 6px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 1.4px;
}
@media screen and (min-width: 768px) {
  .tab-nav__item {
    padding-top: 12px;
  }
  .tab-nav__title {
    font-size: 10.2px;
    line-height: 40.8px;
    letter-spacing: 2.38px;
  }
}
.tab-nav__item--is-active {
  background-color: ;
}
.tab-nav__item--is-active .tab-nav__title {
  color: #fff !important;
}
.tab-nav__item--is-active path {
  fill: #fff;
}
.tab__selector {
  background-color: #fff;
  color: ;
  border: solid 2px;
  z-index: 9;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}
.tab__selector--is-active {
  background-color: ;
  color: ;
}
.tab-sticky {
  margin-bottom: 59px;
}
.filter__wrapper--is-sticky .tab__selector {
  border-top: none;
}
.tab__container {
  display: none;
}
.tab__container--is-active {
  display: block;
}
.table__separator {
  border-bottom: 1px solid;
}
a:visited {
  color: #fff !important;
}
.family2 {
  font-family: 'Playfair Display';
}
.grid__item--placeholder {
  background-color: rgba(0,0,0,0.4);
}
.journal__element .grid__item--placeholder {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.journal__element:hover .grid__item--placeholder {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.cc_banner {
  font-size: 14px;
  background-color: #000;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.cc_banner a {
  color: #fff;
}
.img_journal {
  display: none;
}
@media (max-width: 1024px) {
  .journal__element .grid__item--placeholder {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  .grid__item--placeholder .grid__hover {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  .grid__item--placeholder {
    background: transparent !important;
  }
  .journal__element {
    background-image: none !important;
  }
  .img_journal {
    display: block;
    width: 100%;
    height: auto;
  }
  .journal__element h2 {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.justify-between {
  justify-content: space-between;
}
.font-normal {
  font-weight: 500;
}
.error-notification {
  display: none;
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f44336;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  z-index: 9999;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  font-size: 16px;
}
.close-btn {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  padding-left: 10px;
}
.error-notification.show {
  display: block;
}
.fade-out {
  animation: fadeOut 3s forwards;
}
.garantia-documentos {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  align-content: center;
}
.col-span-2 {
  grid-column: span 2;
}
#result-acabado {
  display: flex;
  align-items: center;
  gap: 2px;
}
#result-acabado > div input {
  display: none;
}
#result-acabado > div label {
  padding: 1px 6px;
  cursor: pointer;
  display: block;
}
#result-acabado > div {
  border: 1px solid #fff;
  border-radius: 3px;
}
select.custom-input {
  text-transform: initial;
}
.custom-input--focus,
.select.custom-input {
  text-transform: capitalize !important;
}
.select2-container {
  padding-top: 5px;
}
.select2-container .select2-selection--multiple .select2-selection__rendered li {
  margin: 3px;
  color: #333;
  padding: 0;
}
.select2-container .select2-selection--multiple .select2-selection__rendered li input {
  padding: 0;
  margin: 0;
}
.select2.select2-container {
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #4e4e4e;
}
.select2-selection__rendered,
.select2-container--default {
  padding-top: 7px !important;
}
.select2-container--default {
  min-height: -moz-fit-content;
  min-height: fit-content;
  height: auto;
}
.select2-selection {
  background: #4e4e4e !important;
}
.select2-results__option {
  margin: 0;
}
.select2-dropdown {
  background: #4e4e4e !important;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #1f1f1e !important;
}
.select2-selection__choice {
  white-space: normal;
}
.select2-selection__choice__remove {
  font-size: 1.5rem;
  padding-left: 6px;
  top: 2px;
  position: relative;
}
.select2-search__field {
  color: #fff;
}
.select2.select2-container {
  max-width: 100%;
  width: 100%;
}
#form-warranty-submit-button:hover {
  background-color: #666;
}
#form-warranty-submit-button {
  color: #fff;
  padding: 1rem;
  border-radius: 5px;
}
form#form-warranty.loading {
  position: relative;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
form#form-warranty.loading::before {
  content: "";
  width: 100%;
  height: 100%;
  cursor: wait;
  z-index: 10000;
  position: absolute;
}
.grantia-section-fields__container .custom-input[type=date] {
  padding-right: 16px;
}
.grantia-section-fields__container {
  width: 100%;
  margin-block: 1.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}
.grantia-section-fields__container--full {
  grid-template-columns: 1fr;
}
.garantia-section-fields {
  margin-top: 30px;
  margin-bottom: 30px;
}
.center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.warranty-success-message .download-link {
  font-weight: bold;
  text-decoration: underline;
}
.warranty-success-message {
  width: 800px;
  max-width: 100%;
  margin: auto;
  text-align: center;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .card-despieza-museum__download {
    grid-column: 5/12;
  }
}
.hide {
  display: none !important;
}
.o-hidden {
  overflow: hidden;
}
.o-visible {
  overflow: visible !important;
}
.o-scroll {
  overflow: scroll !important;
}
.oh-hidden {
  overflow-x: hidden;
}
.oh-visible {
  overflow-x: visible;
}
.oh-scroll {
  overflow-x: scroll;
}
.ov-hidden {
  overflow-y: hidden;
}
.ov-visible {
  overflow-y: visible;
}
.ov-scroll {
  overflow-y: scroll;
}
.only-xs,
.only-xs-block {
  display: block;
}
.only-xs-inline {
  display: inline;
}
.only-xs-inblock {
  display: inline-block;
}
.only-xs-table {
  display: table;
}
.only-xs-cell {
  display: table-cell;
}
.not-xs,
.not-xs-block,
.not-xs-inline,
.not-xs-inblock,
.not-xs-table,
.not-xs-cell {
  display: none;
}
.from-m,
.from-m-block,
.from-m-inline,
.from-m-inblock,
.from-m-table,
.from-m-cell,
.only-m,
.only-m-block,
.only-m-inline,
.only-m-inblock,
.only-m-table,
.only-m-cell {
  display: none;
}
.from-l,
.from-l-block,
.from-l-inline,
.from-l-inblock,
.from-l-table,
.from-l-cell,
.only-l,
.only-l-block,
.only-l-inline,
.only-l-inblock,
.only-l-table,
.only-l-cell {
  display: none;
}
@media screen and (min-width: 768px) {
  .only-m,
  .only-m-block,
  .from-m,
  .from-m-block {
    display: block;
  }
  .only-m-inline,
  .from-m-inline {
    display: inline;
  }
  .only-m-inblock,
  .from-m-inblock {
    display: inline-block;
  }
  .only-m-table,
  .from-m-table {
    display: table;
  }
  .only-m-cell,
  .from-m-cell {
    display: table-cell;
  }
  .not-m,
  .not-m-block,
  .not-m-inline,
  .not-m-inblock,
  .not-m-table,
  .not-m-cell {
    display: none;
  }
  .only-xs,
  .only-xs-block,
  .only-xs-inline,
  .only-xs-inblock,
  .only-xs-table,
  .only-xs-cell {
    display: none;
  }
  .not-xs,
  .not-xs-block {
    display: block;
  }
  .not-xs-inline {
    display: inline;
  }
  .not-xs-inblock {
    display: inline-block;
  }
  .not-xs-table {
    display: table;
  }
  .not-xs-cell {
    display: table-cell;
  }
}
@media screen and (min-width: 1024px) {
  .only-l,
  .only-l-block,
  .from-l,
  .from-l-block {
    display: block;
  }
  .only-l-inline,
  .from-l-inline {
    display: inline;
  }
  .only-l-inblock,
  .from-l-inblock {
    display: inline-block;
  }
  .only-l-table,
  .from-l-table {
    display: table;
  }
  .only-l-cell,
  .from-l-cell {
    display: table-cell;
  }
  .not-l,
  .not-l-block,
  .not-l-inline,
  .not-l-inblock,
  .not-l-table,
  .not-l-cell {
    display: none;
  }
  .only-m,
  .only-m-block,
  .only-m-inline,
  .only-m-inblock,
  .only-m-table,
  .only-m-cell,
  .to-m,
  .to-m-block,
  .to-m-inline,
  .to-m-inblock,
  .to-m-table,
  .to-m-cell {
    display: none;
  }
  .not-m,
  .not-m-block {
    display: block;
  }
  .not-m-inline {
    display: inline;
  }
  .not-m-inblock {
    display: inline-block;
  }
  .not-m-table {
    display: table;
  }
  .not-m-cell {
    display: table-cell;
  }
  .only-xs,
  .only-xs-block,
  .only-xs-inline,
  .only-xs-inblock,
  .only-xs-table,
  .only-xs-cell {
    display: none;
  }
  .not-xs,
  .not-xs-block {
    display: block;
  }
  .not-xs-inline {
    display: inline;
  }
  .not-xs-inblock {
    display: inline-block;
  }
  .not-xs-table {
    display: table;
  }
  .not-xs-cell {
    display: table-cell;
  }
}

