@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,600);
@import url(https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600);
/*! bulma.io v0.7.2 | MIT License | github.com/jgthms/bulma */
@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.delete, .modal-close, .is-unselectable, .button, .file, .breadcrumb, .pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis, .tabs {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.select:not(.is-multiple):not(.is-loading)::after, .navbar-link:not(.is-arrowless)::after {
  border: 3px solid transparent;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.625em;
  margin-top: -0.4375em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  transform-origin: center;
  width: 0.625em;
}

.box:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .table:not(:last-child), .table-container:not(:last-child), .title:not(:last-child),
.subtitle:not(:last-child), .block:not(:last-child), .highlight:not(:last-child), .breadcrumb:not(:last-child), .level:not(:last-child), .list:not(:last-child), .message:not(:last-child), .tabs:not(:last-child) {
  margin-bottom: 1.5rem;
}

.delete, .modal-close {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 290486px;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px;
}

.delete::before, .modal-close::before, .delete::after, .modal-close::after {
  background-color: white;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}

.delete::before, .modal-close::before {
  height: 2px;
  width: 50%;
}

.delete::after, .modal-close::after {
  height: 50%;
  width: 2px;
}

.delete:hover, .modal-close:hover, .delete:focus, .modal-close:focus {
  background-color: rgba(10, 10, 10, 0.3);
}

.delete:active, .modal-close:active {
  background-color: rgba(10, 10, 10, 0.4);
}

.is-small.delete, .is-small.modal-close {
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  width: 16px;
}

.is-medium.delete, .is-medium.modal-close {
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}

.is-large.delete, .is-large.modal-close {
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
}

.button.is-loading::after, .select.is-loading::after, .control.is-loading::after, .loader {
  animation: spinAround 500ms infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
}

.is-overlay, .image.is-square img, .image.is-1by1 img, .image.is-5by4 img, .image.is-4by3 img, .image.is-3by2 img, .image.is-5by3 img, .image.is-16by9 img, .image.is-2by1 img, .image.is-3by1 img, .image.is-4by5 img, .image.is-3by4 img, .image.is-2by3 img, .image.is-3by5 img, .image.is-9by16 img, .image.is-1by2 img, .image.is-1by3 img, .modal, .modal-background, .hero-video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.button, .input,
.textarea, .select select, .file-cta,
.file-name, .pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top;
}

.button:focus, .input:focus,
.textarea:focus, .select select:focus, .file-cta:focus,
.file-name:focus, .pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus,
.pagination-ellipsis:focus, .is-focused.button, .is-focused.input,
.is-focused.textarea, .select select.is-focused, .is-focused.file-cta,
.is-focused.file-name, .is-focused.pagination-previous,
.is-focused.pagination-next,
.is-focused.pagination-link,
.is-focused.pagination-ellipsis, .button:active, .input:active,
.textarea:active, .select select:active, .file-cta:active,
.file-name:active, .pagination-previous:active,
.pagination-next:active,
.pagination-link:active,
.pagination-ellipsis:active, .is-active.button, .is-active.input,
.is-active.textarea, .select select.is-active, .is-active.file-cta,
.is-active.file-name, .is-active.pagination-previous,
.is-active.pagination-next,
.is-active.pagination-link,
.is-active.pagination-ellipsis {
  outline: none;
}

.button[disabled], .input[disabled],
.textarea[disabled], .select select[disabled], .file-cta[disabled],
.file-name[disabled], .pagination-previous[disabled],
.pagination-next[disabled],
.pagination-link[disabled],
.pagination-ellipsis[disabled] {
  cursor: not-allowed;
}

/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

img,
audio,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

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

td,
th {
  padding: 0;
  text-align: left;
}

html {
  background-color: white;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}

body,
button,
input,
select,
textarea {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: monospace;
}

body {
  color: #4a4a4a;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: #3273dc;
  cursor: pointer;
  text-decoration: none;
}

a strong {
  color: currentColor;
}

a:hover {
  color: #363636;
}

code {
  background-color: whitesmoke;
  color: #ff3860;
  font-size: 0.875em;
  font-weight: normal;
  padding: 0.25em 0.5em 0.25em;
}

hr {
  background-color: whitesmoke;
  border: none;
  display: block;
  height: 2px;
  margin: 1.5rem 0;
}

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

input[type="checkbox"],
input[type="radio"] {
  vertical-align: baseline;
}

small {
  font-size: 0.875em;
}

span {
  font-style: inherit;
  font-weight: inherit;
}

strong {
  color: #363636;
  font-weight: 700;
}

pre {
  -webkit-overflow-scrolling: touch;
  background-color: whitesmoke;
  color: #4a4a4a;
  font-size: 0.875em;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
  white-space: pre;
  word-wrap: normal;
}

pre code {
  background-color: transparent;
  color: currentColor;
  font-size: 1em;
  padding: 0;
}

table td,
table th {
  text-align: left;
  vertical-align: top;
}

table th {
  color: #363636;
}

.is-clearfix::after {
  clear: both;
  content: " ";
  display: table;
}

.is-pulled-left {
  float: left !important;
}

.is-pulled-right {
  float: right !important;
}

.is-clipped {
  overflow: hidden !important;
}

.is-size-1 {
  font-size: 3rem !important;
}

.is-size-2 {
  font-size: 2.5rem !important;
}

.is-size-3 {
  font-size: 2rem !important;
}

.is-size-4 {
  font-size: 1.5rem !important;
}

.is-size-5 {
  font-size: 1.25rem !important;
}

.is-size-6 {
  font-size: 1rem !important;
}

.is-size-7 {
  font-size: 0.75rem !important;
}

@media screen and (max-width: 768px) {
  .is-size-1-mobile {
    font-size: 3rem !important;
  }
  .is-size-2-mobile {
    font-size: 2.5rem !important;
  }
  .is-size-3-mobile {
    font-size: 2rem !important;
  }
  .is-size-4-mobile {
    font-size: 1.5rem !important;
  }
  .is-size-5-mobile {
    font-size: 1.25rem !important;
  }
  .is-size-6-mobile {
    font-size: 1rem !important;
  }
  .is-size-7-mobile {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-size-1-tablet {
    font-size: 3rem !important;
  }
  .is-size-2-tablet {
    font-size: 2.5rem !important;
  }
  .is-size-3-tablet {
    font-size: 2rem !important;
  }
  .is-size-4-tablet {
    font-size: 1.5rem !important;
  }
  .is-size-5-tablet {
    font-size: 1.25rem !important;
  }
  .is-size-6-tablet {
    font-size: 1rem !important;
  }
  .is-size-7-tablet {
    font-size: 0.75rem !important;
  }
}

@media screen and (max-width: 1087px) {
  .is-size-1-touch {
    font-size: 3rem !important;
  }
  .is-size-2-touch {
    font-size: 2.5rem !important;
  }
  .is-size-3-touch {
    font-size: 2rem !important;
  }
  .is-size-4-touch {
    font-size: 1.5rem !important;
  }
  .is-size-5-touch {
    font-size: 1.25rem !important;
  }
  .is-size-6-touch {
    font-size: 1rem !important;
  }
  .is-size-7-touch {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 1088px) {
  .is-size-1-desktop {
    font-size: 3rem !important;
  }
  .is-size-2-desktop {
    font-size: 2.5rem !important;
  }
  .is-size-3-desktop {
    font-size: 2rem !important;
  }
  .is-size-4-desktop {
    font-size: 1.5rem !important;
  }
  .is-size-5-desktop {
    font-size: 1.25rem !important;
  }
  .is-size-6-desktop {
    font-size: 1rem !important;
  }
  .is-size-7-desktop {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 1280px) {
  .is-size-1-widescreen {
    font-size: 3rem !important;
  }
  .is-size-2-widescreen {
    font-size: 2.5rem !important;
  }
  .is-size-3-widescreen {
    font-size: 2rem !important;
  }
  .is-size-4-widescreen {
    font-size: 1.5rem !important;
  }
  .is-size-5-widescreen {
    font-size: 1.25rem !important;
  }
  .is-size-6-widescreen {
    font-size: 1rem !important;
  }
  .is-size-7-widescreen {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 1472px) {
  .is-size-1-fullhd {
    font-size: 3rem !important;
  }
  .is-size-2-fullhd {
    font-size: 2.5rem !important;
  }
  .is-size-3-fullhd {
    font-size: 2rem !important;
  }
  .is-size-4-fullhd {
    font-size: 1.5rem !important;
  }
  .is-size-5-fullhd {
    font-size: 1.25rem !important;
  }
  .is-size-6-fullhd {
    font-size: 1rem !important;
  }
  .is-size-7-fullhd {
    font-size: 0.75rem !important;
  }
}

.has-text-centered {
  text-align: center !important;
}

.has-text-justified {
  text-align: justify !important;
}

.has-text-left {
  text-align: left !important;
}

.has-text-right {
  text-align: right !important;
}

@media screen and (max-width: 768px) {
  .has-text-centered-mobile {
    text-align: center !important;
  }
}

@media screen and (min-width: 769px), print {
  .has-text-centered-tablet {
    text-align: center !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .has-text-centered-tablet-only {
    text-align: center !important;
  }
}

@media screen and (max-width: 1087px) {
  .has-text-centered-touch {
    text-align: center !important;
  }
}

@media screen and (min-width: 1088px) {
  .has-text-centered-desktop {
    text-align: center !important;
  }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .has-text-centered-desktop-only {
    text-align: center !important;
  }
}

@media screen and (min-width: 1280px) {
  .has-text-centered-widescreen {
    text-align: center !important;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .has-text-centered-widescreen-only {
    text-align: center !important;
  }
}

@media screen and (min-width: 1472px) {
  .has-text-centered-fullhd {
    text-align: center !important;
  }
}

@media screen and (max-width: 768px) {
  .has-text-justified-mobile {
    text-align: justify !important;
  }
}

@media screen and (min-width: 769px), print {
  .has-text-justified-tablet {
    text-align: justify !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .has-text-justified-tablet-only {
    text-align: justify !important;
  }
}

@media screen and (max-width: 1087px) {
  .has-text-justified-touch {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1088px) {
  .has-text-justified-desktop {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .has-text-justified-desktop-only {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1280px) {
  .has-text-justified-widescreen {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .has-text-justified-widescreen-only {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1472px) {
  .has-text-justified-fullhd {
    text-align: justify !important;
  }
}

@media screen and (max-width: 768px) {
  .has-text-left-mobile {
    text-align: left !important;
  }
}

@media screen and (min-width: 769px), print {
  .has-text-left-tablet {
    text-align: left !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .has-text-left-tablet-only {
    text-align: left !important;
  }
}

@media screen and (max-width: 1087px) {
  .has-text-left-touch {
    text-align: left !important;
  }
}

@media screen and (min-width: 1088px) {
  .has-text-left-desktop {
    text-align: left !important;
  }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .has-text-left-desktop-only {
    text-align: left !important;
  }
}

@media screen and (min-width: 1280px) {
  .has-text-left-widescreen {
    text-align: left !important;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .has-text-left-widescreen-only {
    text-align: left !important;
  }
}

@media screen and (min-width: 1472px) {
  .has-text-left-fullhd {
    text-align: left !important;
  }
}

@media screen and (max-width: 768px) {
  .has-text-right-mobile {
    text-align: right !important;
  }
}

@media screen and (min-width: 769px), print {
  .has-text-right-tablet {
    text-align: right !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .has-text-right-tablet-only {
    text-align: right !important;
  }
}

@media screen and (max-width: 1087px) {
  .has-text-right-touch {
    text-align: right !important;
  }
}

@media screen and (min-width: 1088px) {
  .has-text-right-desktop {
    text-align: right !important;
  }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .has-text-right-desktop-only {
    text-align: right !important;
  }
}

@media screen and (min-width: 1280px) {
  .has-text-right-widescreen {
    text-align: right !important;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .has-text-right-widescreen-only {
    text-align: right !important;
  }
}

@media screen and (min-width: 1472px) {
  .has-text-right-fullhd {
    text-align: right !important;
  }
}

.is-capitalized {
  text-transform: capitalize !important;
}

.is-lowercase {
  text-transform: lowercase !important;
}

.is-uppercase {
  text-transform: uppercase !important;
}

.is-italic {
  font-style: italic !important;
}

.has-text-white {
  color: white !important;
}

a.has-text-white:hover, a.has-text-white:focus {
  color: #e6e6e6 !important;
}

.has-background-white {
  background-color: white !important;
}

.has-text-black {
  color: #0a0a0a !important;
}

a.has-text-black:hover, a.has-text-black:focus {
  color: black !important;
}

.has-background-black {
  background-color: #0a0a0a !important;
}

.has-text-light {
  color: whitesmoke !important;
}

a.has-text-light:hover, a.has-text-light:focus {
  color: #dbdbdb !important;
}

.has-background-light {
  background-color: whitesmoke !important;
}

.has-text-dark {
  color: #363636 !important;
}

a.has-text-dark:hover, a.has-text-dark:focus {
  color: #1c1c1c !important;
}

.has-background-dark {
  background-color: #363636 !important;
}

.has-text-primary {
  color: #00d1b2 !important;
}

a.has-text-primary:hover, a.has-text-primary:focus {
  color: #009e86 !important;
}

.has-background-primary {
  background-color: #00d1b2 !important;
}

.has-text-link {
  color: #3273dc !important;
}

a.has-text-link:hover, a.has-text-link:focus {
  color: #205bbc !important;
}

.has-background-link {
  background-color: #3273dc !important;
}

.has-text-info {
  color: #209cee !important;
}

a.has-text-info:hover, a.has-text-info:focus {
  color: #0f81cc !important;
}

.has-background-info {
  background-color: #209cee !important;
}

.has-text-success {
  color: #23d160 !important;
}

a.has-text-success:hover, a.has-text-success:focus {
  color: #1ca64c !important;
}

.has-background-success {
  background-color: #23d160 !important;
}

.has-text-warning {
  color: #ffdd57 !important;
}

a.has-text-warning:hover, a.has-text-warning:focus {
  color: #ffd324 !important;
}

.has-background-warning {
  background-color: #ffdd57 !important;
}

.has-text-danger {
  color: #ff3860 !important;
}

a.has-text-danger:hover, a.has-text-danger:focus {
  color: #ff0537 !important;
}

.has-background-danger {
  background-color: #ff3860 !important;
}

.has-text-black-bis {
  color: #121212 !important;
}

.has-background-black-bis {
  background-color: #121212 !important;
}

.has-text-black-ter {
  color: #242424 !important;
}

.has-background-black-ter {
  background-color: #242424 !important;
}

.has-text-grey-darker {
  color: #363636 !important;
}

.has-background-grey-darker {
  background-color: #363636 !important;
}

.has-text-grey-dark {
  color: #4a4a4a !important;
}

.has-background-grey-dark {
  background-color: #4a4a4a !important;
}

.has-text-grey {
  color: #7a7a7a !important;
}

.has-background-grey {
  background-color: #7a7a7a !important;
}

.has-text-grey-light {
  color: #b5b5b5 !important;
}

.has-background-grey-light {
  background-color: #b5b5b5 !important;
}

.has-text-grey-lighter {
  color: #dbdbdb !important;
}

.has-background-grey-lighter {
  background-color: #dbdbdb !important;
}

.has-text-white-ter {
  color: whitesmoke !important;
}

.has-background-white-ter {
  background-color: whitesmoke !important;
}

.has-text-white-bis {
  color: #fafafa !important;
}

.has-background-white-bis {
  background-color: #fafafa !important;
}

.has-text-weight-light {
  font-weight: 300 !important;
}

.has-text-weight-normal {
  font-weight: 400 !important;
}

.has-text-weight-semibold {
  font-weight: 600 !important;
}

.has-text-weight-bold {
  font-weight: 700 !important;
}

.is-block {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .is-block-mobile {
    display: block !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-block-tablet {
    display: block !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .is-block-tablet-only {
    display: block !important;
  }
}

@media screen and (max-width: 1087px) {
  .is-block-touch {
    display: block !important;
  }
}

@media screen and (min-width: 1088px) {
  .is-block-desktop {
    display: block !important;
  }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .is-block-desktop-only {
    display: block !important;
  }
}

@media screen and (min-width: 1280px) {
  .is-block-widescreen {
    display: block !important;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-block-widescreen-only {
    display: block !important;
  }
}

@media screen and (min-width: 1472px) {
  .is-block-fullhd {
    display: block !important;
  }
}

.is-flex {
  display: flex !important;
}

@media screen and (max-width: 768px) {
  .is-flex-mobile {
    display: flex !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-flex-tablet {
    display: flex !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .is-flex-tablet-only {
    display: flex !important;
  }
}

@media screen and (max-width: 1087px) {
  .is-flex-touch {
    display: flex !important;
  }
}

@media screen and (min-width: 1088px) {
  .is-flex-desktop {
    display: flex !important;
  }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .is-flex-desktop-only {
    display: flex !important;
  }
}

@media screen and (min-width: 1280px) {
  .is-flex-widescreen {
    display: flex !important;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-flex-widescreen-only {
    display: flex !important;
  }
}

@media screen and (min-width: 1472px) {
  .is-flex-fullhd {
    display: flex !important;
  }
}

.is-inline {
  display: inline !important;
}

@media screen and (max-width: 768px) {
  .is-inline-mobile {
    display: inline !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-inline-tablet {
    display: inline !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .is-inline-tablet-only {
    display: inline !important;
  }
}

@media screen and (max-width: 1087px) {
  .is-inline-touch {
    display: inline !important;
  }
}

@media screen and (min-width: 1088px) {
  .is-inline-desktop {
    display: inline !important;
  }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .is-inline-desktop-only {
    display: inline !important;
  }
}

@media screen and (min-width: 1280px) {
  .is-inline-widescreen {
    display: inline !important;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-inline-widescreen-only {
    display: inline !important;
  }
}

@media screen and (min-width: 1472px) {
  .is-inline-fullhd {
    display: inline !important;
  }
}

.is-inline-block {
  display: inline-block !important;
}

@media screen and (max-width: 768px) {
  .is-inline-block-mobile {
    display: inline-block !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-inline-block-tablet {
    display: inline-block !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .is-inline-block-tablet-only {
    display: inline-block !important;
  }
}

@media screen and (max-width: 1087px) {
  .is-inline-block-touch {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1088px) {
  .is-inline-block-desktop {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .is-inline-block-desktop-only {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1280px) {
  .is-inline-block-widescreen {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-inline-block-widescreen-only {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1472px) {
  .is-inline-block-fullhd {
    display: inline-block !important;
  }
}

.is-inline-flex {
  display: inline-flex !important;
}

@media screen and (max-width: 768px) {
  .is-inline-flex-mobile {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-inline-flex-tablet {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .is-inline-flex-tablet-only {
    display: inline-flex !important;
  }
}

@media screen and (max-width: 1087px) {
  .is-inline-flex-touch {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1088px) {
  .is-inline-flex-desktop {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .is-inline-flex-desktop-only {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1280px) {
  .is-inline-flex-widescreen {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-inline-flex-widescreen-only {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1472px) {
  .is-inline-flex-fullhd {
    display: inline-flex !important;
  }
}

.is-hidden {
  display: none !important;
}

.is-sr-only {
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 0.01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 0.01em !important;
}

@media screen and (max-width: 768px) {
  .is-hidden-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-hidden-tablet {
    display: none !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .is-hidden-tablet-only {
    display: none !important;
  }
}

@media screen and (max-width: 1087px) {
  .is-hidden-touch {
    display: none !important;
  }
}

@media screen and (min-width: 1088px) {
  .is-hidden-desktop {
    display: none !important;
  }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .is-hidden-desktop-only {
    display: none !important;
  }
}

@media screen and (min-width: 1280px) {
  .is-hidden-widescreen {
    display: none !important;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-hidden-widescreen-only {
    display: none !important;
  }
}

@media screen and (min-width: 1472px) {
  .is-hidden-fullhd {
    display: none !important;
  }
}

.is-invisible {
  visibility: hidden !important;
}

@media screen and (max-width: 768px) {
  .is-invisible-mobile {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-invisible-tablet {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .is-invisible-tablet-only {
    visibility: hidden !important;
  }
}

@media screen and (max-width: 1087px) {
  .is-invisible-touch {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1088px) {
  .is-invisible-desktop {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .is-invisible-desktop-only {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1280px) {
  .is-invisible-widescreen {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-invisible-widescreen-only {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1472px) {
  .is-invisible-fullhd {
    visibility: hidden !important;
  }
}

.is-marginless {
  margin: 0 !important;
}

.is-paddingless {
  padding: 0 !important;
}

.is-radiusless {
  border-radius: 0 !important;
}

.is-shadowless {
  box-shadow: none !important;
}

.box {
  background-color: white;
  border-radius: 6px;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  color: #4a4a4a;
  display: block;
  padding: 1.25rem;
}

a.box:hover, a.box:focus {
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #3273dc;
}

a.box:active {
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #3273dc;
}

.button {
  background-color: white;
  border-color: #dbdbdb;
  border-width: 1px;
  color: #363636;
  cursor: pointer;
  justify-content: center;
  padding-bottom: calc(0.375em - 1px);
  padding-left: 0.75em;
  padding-right: 0.75em;
  padding-top: calc(0.375em - 1px);
  text-align: center;
  white-space: nowrap;
}

.button strong {
  color: inherit;
}

.button .icon, .button .icon.is-small, .button .icon.is-medium, .button .icon.is-large {
  height: 1.5em;
  width: 1.5em;
}

.button .icon:first-child:not(:last-child) {
  margin-left: calc(-0.375em - 1px);
  margin-right: 0.1875em;
}

.button .icon:last-child:not(:first-child) {
  margin-left: 0.1875em;
  margin-right: calc(-0.375em - 1px);
}

.button .icon:first-child:last-child {
  margin-left: calc(-0.375em - 1px);
  margin-right: calc(-0.375em - 1px);
}

.button:hover, .button.is-hovered {
  border-color: #b5b5b5;
  color: #363636;
}

.button:focus, .button.is-focused {
  border-color: #3273dc;
  color: #363636;
}

.button:focus:not(:active), .button.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}

.button:active, .button.is-active {
  border-color: #4a4a4a;
  color: #363636;
}

.button.is-text {
  background-color: transparent;
  border-color: transparent;
  color: #4a4a4a;
  text-decoration: underline;
}

.button.is-text:hover, .button.is-text.is-hovered, .button.is-text:focus, .button.is-text.is-focused {
  background-color: whitesmoke;
  color: #363636;
}

.button.is-text:active, .button.is-text.is-active {
  background-color: #e8e8e8;
  color: #363636;
}

.button.is-text[disabled] {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}

.button.is-white {
  background-color: white;
  border-color: transparent;
  color: #0a0a0a;
}

.button.is-white:hover, .button.is-white.is-hovered {
  background-color: #f9f9f9;
  border-color: transparent;
  color: #0a0a0a;
}

.button.is-white:focus, .button.is-white.is-focused {
  border-color: transparent;
  color: #0a0a0a;
}

.button.is-white:focus:not(:active), .button.is-white.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}

.button.is-white:active, .button.is-white.is-active {
  background-color: #f2f2f2;
  border-color: transparent;
  color: #0a0a0a;
}

.button.is-white[disabled] {
  background-color: white;
  border-color: transparent;
  box-shadow: none;
}

.button.is-white.is-inverted {
  background-color: #0a0a0a;
  color: white;
}

.button.is-white.is-inverted:hover {
  background-color: black;
}

.button.is-white.is-inverted[disabled] {
  background-color: #0a0a0a;
  border-color: transparent;
  box-shadow: none;
  color: white;
}

.button.is-white.is-loading::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}

.button.is-white.is-outlined {
  background-color: transparent;
  border-color: white;
  color: white;
}

.button.is-white.is-outlined:hover, .button.is-white.is-outlined:focus {
  background-color: white;
  border-color: white;
  color: #0a0a0a;
}

.button.is-white.is-outlined.is-loading::after {
  border-color: transparent transparent white white !important;
}

.button.is-white.is-outlined[disabled] {
  background-color: transparent;
  border-color: white;
  box-shadow: none;
  color: white;
}

.button.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  color: #0a0a0a;
}

.button.is-white.is-inverted.is-outlined:hover, .button.is-white.is-inverted.is-outlined:focus {
  background-color: #0a0a0a;
  color: white;
}

.button.is-white.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #0a0a0a;
  box-shadow: none;
  color: #0a0a0a;
}

.button.is-black {
  background-color: #0a0a0a;
  border-color: transparent;
  color: white;
}

.button.is-black:hover, .button.is-black.is-hovered {
  background-color: #040404;
  border-color: transparent;
  color: white;
}

.button.is-black:focus, .button.is-black.is-focused {
  border-color: transparent;
  color: white;
}

.button.is-black:focus:not(:active), .button.is-black.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}

.button.is-black:active, .button.is-black.is-active {
  background-color: black;
  border-color: transparent;
  color: white;
}

.button.is-black[disabled] {
  background-color: #0a0a0a;
  border-color: transparent;
  box-shadow: none;
}

.button.is-black.is-inverted {
  background-color: white;
  color: #0a0a0a;
}

.button.is-black.is-inverted:hover {
  background-color: #f2f2f2;
}

.button.is-black.is-inverted[disabled] {
  background-color: white;
  border-color: transparent;
  box-shadow: none;
  color: #0a0a0a;
}

.button.is-black.is-loading::after {
  border-color: transparent transparent white white !important;
}

.button.is-black.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  color: #0a0a0a;
}

.button.is-black.is-outlined:hover, .button.is-black.is-outlined:focus {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: white;
}

.button.is-black.is-outlined.is-loading::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}

.button.is-black.is-outlined[disabled] {
  background-color: transparent;
  border-color: #0a0a0a;
  box-shadow: none;
  color: #0a0a0a;
}

.button.is-black.is-inverted.is-outlined {
  background-color: transparent;
  border-color: white;
  color: white;
}

.button.is-black.is-inverted.is-outlined:hover, .button.is-black.is-inverted.is-outlined:focus {
  background-color: white;
  color: #0a0a0a;
}

.button.is-black.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: white;
  box-shadow: none;
  color: white;
}

.button.is-light {
  background-color: whitesmoke;
  border-color: transparent;
  color: #363636;
}

.button.is-light:hover, .button.is-light.is-hovered {
  background-color: #eeeeee;
  border-color: transparent;
  color: #363636;
}

.button.is-light:focus, .button.is-light.is-focused {
  border-color: transparent;
  color: #363636;
}

.button.is-light:focus:not(:active), .button.is-light.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}

.button.is-light:active, .button.is-light.is-active {
  background-color: #e8e8e8;
  border-color: transparent;
  color: #363636;
}

.button.is-light[disabled] {
  background-color: whitesmoke;
  border-color: transparent;
  box-shadow: none;
}

.button.is-light.is-inverted {
  background-color: #363636;
  color: whitesmoke;
}

.button.is-light.is-inverted:hover {
  background-color: #292929;
}

.button.is-light.is-inverted[disabled] {
  background-color: #363636;
  border-color: transparent;
  box-shadow: none;
  color: whitesmoke;
}

.button.is-light.is-loading::after {
  border-color: transparent transparent #363636 #363636 !important;
}

.button.is-light.is-outlined {
  background-color: transparent;
  border-color: whitesmoke;
  color: whitesmoke;
}

.button.is-light.is-outlined:hover, .button.is-light.is-outlined:focus {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: #363636;
}

.button.is-light.is-outlined.is-loading::after {
  border-color: transparent transparent whitesmoke whitesmoke !important;
}

.button.is-light.is-outlined[disabled] {
  background-color: transparent;
  border-color: whitesmoke;
  box-shadow: none;
  color: whitesmoke;
}

.button.is-light.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #363636;
  color: #363636;
}

.button.is-light.is-inverted.is-outlined:hover, .button.is-light.is-inverted.is-outlined:focus {
  background-color: #363636;
  color: whitesmoke;
}

.button.is-light.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #363636;
  box-shadow: none;
  color: #363636;
}

.button.is-dark {
  background-color: #363636;
  border-color: transparent;
  color: whitesmoke;
}

.button.is-dark:hover, .button.is-dark.is-hovered {
  background-color: #2f2f2f;
  border-color: transparent;
  color: whitesmoke;
}

.button.is-dark:focus, .button.is-dark.is-focused {
  border-color: transparent;
  color: whitesmoke;
}

.button.is-dark:focus:not(:active), .button.is-dark.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}

.button.is-dark:active, .button.is-dark.is-active {
  background-color: #292929;
  border-color: transparent;
  color: whitesmoke;
}

.button.is-dark[disabled] {
  background-color: #363636;
  border-color: transparent;
  box-shadow: none;
}

.button.is-dark.is-inverted {
  background-color: whitesmoke;
  color: #363636;
}

.button.is-dark.is-inverted:hover {
  background-color: #e8e8e8;
}

.button.is-dark.is-inverted[disabled] {
  background-color: whitesmoke;
  border-color: transparent;
  box-shadow: none;
  color: #363636;
}

.button.is-dark.is-loading::after {
  border-color: transparent transparent whitesmoke whitesmoke !important;
}

.button.is-dark.is-outlined {
  background-color: transparent;
  border-color: #363636;
  color: #363636;
}

.button.is-dark.is-outlined:hover, .button.is-dark.is-outlined:focus {
  background-color: #363636;
  border-color: #363636;
  color: whitesmoke;
}

.button.is-dark.is-outlined.is-loading::after {
  border-color: transparent transparent #363636 #363636 !important;
}

.button.is-dark.is-outlined[disabled] {
  background-color: transparent;
  border-color: #363636;
  box-shadow: none;
  color: #363636;
}

.button.is-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: whitesmoke;
  color: whitesmoke;
}

.button.is-dark.is-inverted.is-outlined:hover, .button.is-dark.is-inverted.is-outlined:focus {
  background-color: whitesmoke;
  color: #363636;
}

.button.is-dark.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: whitesmoke;
  box-shadow: none;
  color: whitesmoke;
}

.button.is-primary {
  background-color: #00d1b2;
  border-color: transparent;
  color: #fff;
}

.button.is-primary:hover, .button.is-primary.is-hovered {
  background-color: #00c4a7;
  border-color: transparent;
  color: #fff;
}

.button.is-primary:focus, .button.is-primary.is-focused {
  border-color: transparent;
  color: #fff;
}

.button.is-primary:focus:not(:active), .button.is-primary.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
}

.button.is-primary:active, .button.is-primary.is-active {
  background-color: #00b89c;
  border-color: transparent;
  color: #fff;
}

.button.is-primary[disabled] {
  background-color: #00d1b2;
  border-color: transparent;
  box-shadow: none;
}

.button.is-primary.is-inverted {
  background-color: #fff;
  color: #00d1b2;
}

.button.is-primary.is-inverted:hover {
  background-color: #f2f2f2;
}

.button.is-primary.is-inverted[disabled] {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #00d1b2;
}

.button.is-primary.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-primary.is-outlined {
  background-color: transparent;
  border-color: #00d1b2;
  color: #00d1b2;
}

.button.is-primary.is-outlined:hover, .button.is-primary.is-outlined:focus {
  background-color: #00d1b2;
  border-color: #00d1b2;
  color: #fff;
}

.button.is-primary.is-outlined.is-loading::after {
  border-color: transparent transparent #00d1b2 #00d1b2 !important;
}

.button.is-primary.is-outlined[disabled] {
  background-color: transparent;
  border-color: #00d1b2;
  box-shadow: none;
  color: #00d1b2;
}

.button.is-primary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-primary.is-inverted.is-outlined:hover, .button.is-primary.is-inverted.is-outlined:focus {
  background-color: #fff;
  color: #00d1b2;
}

.button.is-primary.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

.button.is-link {
  background-color: #3273dc;
  border-color: transparent;
  color: #fff;
}

.button.is-link:hover, .button.is-link.is-hovered {
  background-color: #276cda;
  border-color: transparent;
  color: #fff;
}

.button.is-link:focus, .button.is-link.is-focused {
  border-color: transparent;
  color: #fff;
}

.button.is-link:focus:not(:active), .button.is-link.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}

.button.is-link:active, .button.is-link.is-active {
  background-color: #2366d1;
  border-color: transparent;
  color: #fff;
}

.button.is-link[disabled] {
  background-color: #3273dc;
  border-color: transparent;
  box-shadow: none;
}

.button.is-link.is-inverted {
  background-color: #fff;
  color: #3273dc;
}

.button.is-link.is-inverted:hover {
  background-color: #f2f2f2;
}

.button.is-link.is-inverted[disabled] {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #3273dc;
}

.button.is-link.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-link.is-outlined {
  background-color: transparent;
  border-color: #3273dc;
  color: #3273dc;
}

.button.is-link.is-outlined:hover, .button.is-link.is-outlined:focus {
  background-color: #3273dc;
  border-color: #3273dc;
  color: #fff;
}

.button.is-link.is-outlined.is-loading::after {
  border-color: transparent transparent #3273dc #3273dc !important;
}

.button.is-link.is-outlined[disabled] {
  background-color: transparent;
  border-color: #3273dc;
  box-shadow: none;
  color: #3273dc;
}

.button.is-link.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-link.is-inverted.is-outlined:hover, .button.is-link.is-inverted.is-outlined:focus {
  background-color: #fff;
  color: #3273dc;
}

.button.is-link.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

.button.is-info {
  background-color: #209cee;
  border-color: transparent;
  color: #fff;
}

.button.is-info:hover, .button.is-info.is-hovered {
  background-color: #1496ed;
  border-color: transparent;
  color: #fff;
}

.button.is-info:focus, .button.is-info.is-focused {
  border-color: transparent;
  color: #fff;
}

.button.is-info:focus:not(:active), .button.is-info.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
}

.button.is-info:active, .button.is-info.is-active {
  background-color: #118fe4;
  border-color: transparent;
  color: #fff;
}

.button.is-info[disabled] {
  background-color: #209cee;
  border-color: transparent;
  box-shadow: none;
}

.button.is-info.is-inverted {
  background-color: #fff;
  color: #209cee;
}

.button.is-info.is-inverted:hover {
  background-color: #f2f2f2;
}

.button.is-info.is-inverted[disabled] {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #209cee;
}

.button.is-info.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-info.is-outlined {
  background-color: transparent;
  border-color: #209cee;
  color: #209cee;
}

.button.is-info.is-outlined:hover, .button.is-info.is-outlined:focus {
  background-color: #209cee;
  border-color: #209cee;
  color: #fff;
}

.button.is-info.is-outlined.is-loading::after {
  border-color: transparent transparent #209cee #209cee !important;
}

.button.is-info.is-outlined[disabled] {
  background-color: transparent;
  border-color: #209cee;
  box-shadow: none;
  color: #209cee;
}

.button.is-info.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-info.is-inverted.is-outlined:hover, .button.is-info.is-inverted.is-outlined:focus {
  background-color: #fff;
  color: #209cee;
}

.button.is-info.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

.button.is-success {
  background-color: #23d160;
  border-color: transparent;
  color: #fff;
}

.button.is-success:hover, .button.is-success.is-hovered {
  background-color: #22c65b;
  border-color: transparent;
  color: #fff;
}

.button.is-success:focus, .button.is-success.is-focused {
  border-color: transparent;
  color: #fff;
}

.button.is-success:focus:not(:active), .button.is-success.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
}

.button.is-success:active, .button.is-success.is-active {
  background-color: #20bc56;
  border-color: transparent;
  color: #fff;
}

.button.is-success[disabled] {
  background-color: #23d160;
  border-color: transparent;
  box-shadow: none;
}

.button.is-success.is-inverted {
  background-color: #fff;
  color: #23d160;
}

.button.is-success.is-inverted:hover {
  background-color: #f2f2f2;
}

.button.is-success.is-inverted[disabled] {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #23d160;
}

.button.is-success.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-success.is-outlined {
  background-color: transparent;
  border-color: #23d160;
  color: #23d160;
}

.button.is-success.is-outlined:hover, .button.is-success.is-outlined:focus {
  background-color: #23d160;
  border-color: #23d160;
  color: #fff;
}

.button.is-success.is-outlined.is-loading::after {
  border-color: transparent transparent #23d160 #23d160 !important;
}

.button.is-success.is-outlined[disabled] {
  background-color: transparent;
  border-color: #23d160;
  box-shadow: none;
  color: #23d160;
}

.button.is-success.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-success.is-inverted.is-outlined:hover, .button.is-success.is-inverted.is-outlined:focus {
  background-color: #fff;
  color: #23d160;
}

.button.is-success.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

.button.is-warning {
  background-color: #ffdd57;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-warning:hover, .button.is-warning.is-hovered {
  background-color: #ffdb4a;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-warning:focus, .button.is-warning.is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-warning:focus:not(:active), .button.is-warning.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
}

.button.is-warning:active, .button.is-warning.is-active {
  background-color: #ffd83d;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-warning[disabled] {
  background-color: #ffdd57;
  border-color: transparent;
  box-shadow: none;
}

.button.is-warning.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffdd57;
}

.button.is-warning.is-inverted:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.button.is-warning.is-inverted[disabled] {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  box-shadow: none;
  color: #ffdd57;
}

.button.is-warning.is-loading::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}

.button.is-warning.is-outlined {
  background-color: transparent;
  border-color: #ffdd57;
  color: #ffdd57;
}

.button.is-warning.is-outlined:hover, .button.is-warning.is-outlined:focus {
  background-color: #ffdd57;
  border-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-warning.is-outlined.is-loading::after {
  border-color: transparent transparent #ffdd57 #ffdd57 !important;
}

.button.is-warning.is-outlined[disabled] {
  background-color: transparent;
  border-color: #ffdd57;
  box-shadow: none;
  color: #ffdd57;
}

.button.is-warning.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}

.button.is-warning.is-inverted.is-outlined:hover, .button.is-warning.is-inverted.is-outlined:focus {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffdd57;
}

.button.is-warning.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-danger {
  background-color: #ff3860;
  border-color: transparent;
  color: #fff;
}

.button.is-danger:hover, .button.is-danger.is-hovered {
  background-color: #ff2b56;
  border-color: transparent;
  color: #fff;
}

.button.is-danger:focus, .button.is-danger.is-focused {
  border-color: transparent;
  color: #fff;
}

.button.is-danger:focus:not(:active), .button.is-danger.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25);
}

.button.is-danger:active, .button.is-danger.is-active {
  background-color: #ff1f4b;
  border-color: transparent;
  color: #fff;
}

.button.is-danger[disabled] {
  background-color: #ff3860;
  border-color: transparent;
  box-shadow: none;
}

.button.is-danger.is-inverted {
  background-color: #fff;
  color: #ff3860;
}

.button.is-danger.is-inverted:hover {
  background-color: #f2f2f2;
}

.button.is-danger.is-inverted[disabled] {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #ff3860;
}

.button.is-danger.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-danger.is-outlined {
  background-color: transparent;
  border-color: #ff3860;
  color: #ff3860;
}

.button.is-danger.is-outlined:hover, .button.is-danger.is-outlined:focus {
  background-color: #ff3860;
  border-color: #ff3860;
  color: #fff;
}

.button.is-danger.is-outlined.is-loading::after {
  border-color: transparent transparent #ff3860 #ff3860 !important;
}

.button.is-danger.is-outlined[disabled] {
  background-color: transparent;
  border-color: #ff3860;
  box-shadow: none;
  color: #ff3860;
}

.button.is-danger.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-danger.is-inverted.is-outlined:hover, .button.is-danger.is-inverted.is-outlined:focus {
  background-color: #fff;
  color: #ff3860;
}

.button.is-danger.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

.button.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}

.button.is-medium {
  font-size: 1.25rem;
}

.button.is-large {
  font-size: 1.5rem;
}

.button[disabled] {
  background-color: white;
  border-color: #dbdbdb;
  box-shadow: none;
  opacity: 0.5;
}

.button.is-fullwidth {
  display: flex;
  width: 100%;
}

.button.is-loading {
  color: transparent !important;
  pointer-events: none;
}

.button.is-loading::after {
  position: absolute;
  left: calc(50% - (1em / 2));
  top: calc(50% - (1em / 2));
  position: absolute !important;
}

.button.is-static {
  background-color: whitesmoke;
  border-color: #dbdbdb;
  color: #7a7a7a;
  box-shadow: none;
  pointer-events: none;
}

.button.is-rounded {
  border-radius: 290486px;
  padding-left: 1em;
  padding-right: 1em;
}

.buttons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.buttons .button {
  margin-bottom: 0.5rem;
}

.buttons .button:not(:last-child):not(.is-fullwidth) {
  margin-right: 0.5rem;
}

.buttons:last-child {
  margin-bottom: -0.5rem;
}

.buttons:not(:last-child) {
  margin-bottom: 1rem;
}

.buttons.has-addons .button:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.buttons.has-addons .button:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin-right: -1px;
}

.buttons.has-addons .button:last-child {
  margin-right: 0;
}

.buttons.has-addons .button:hover, .buttons.has-addons .button.is-hovered {
  z-index: 2;
}

.buttons.has-addons .button:focus, .buttons.has-addons .button.is-focused, .buttons.has-addons .button:active, .buttons.has-addons .button.is-active, .buttons.has-addons .button.is-selected {
  z-index: 3;
}

.buttons.has-addons .button:focus:hover, .buttons.has-addons .button.is-focused:hover, .buttons.has-addons .button:active:hover, .buttons.has-addons .button.is-active:hover, .buttons.has-addons .button.is-selected:hover {
  z-index: 4;
}

.buttons.has-addons .button.is-expanded {
  flex-grow: 1;
}

.buttons.is-centered {
  justify-content: center;
}

.buttons.is-right {
  justify-content: flex-end;
}

.container {
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 1088px) {
  .container {
    max-width: 960px;
    width: 960px;
  }
  .container.is-fluid {
    margin-left: 64px;
    margin-right: 64px;
    max-width: none;
    width: auto;
  }
}

@media screen and (max-width: 1279px) {
  .container.is-widescreen {
    max-width: 1152px;
    width: auto;
  }
}

@media screen and (max-width: 1471px) {
  .container.is-fullhd {
    max-width: 1344px;
    width: auto;
  }
}

@media screen and (min-width: 1280px) {
  .container {
    max-width: 1152px;
    width: 1152px;
  }
}

@media screen and (min-width: 1472px) {
  .container {
    max-width: 1344px;
    width: 1344px;
  }
}

.content li + li {
  margin-top: 0.25em;
}

.content p:not(:last-child),
.content dl:not(:last-child),
.content ol:not(:last-child),
.content ul:not(:last-child),
.content blockquote:not(:last-child),
.content pre:not(:last-child),
.content table:not(:last-child) {
  margin-bottom: 1em;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: #363636;
  font-weight: 600;
  line-height: 1.125;
}

.content h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
}

.content h1:not(:first-child) {
  margin-top: 1em;
}

.content h2 {
  font-size: 1.75em;
  margin-bottom: 0.5714em;
}

.content h2:not(:first-child) {
  margin-top: 1.1428em;
}

.content h3 {
  font-size: 1.5em;
  margin-bottom: 0.6666em;
}

.content h3:not(:first-child) {
  margin-top: 1.3333em;
}

.content h4 {
  font-size: 1.25em;
  margin-bottom: 0.8em;
}

.content h5 {
  font-size: 1.125em;
  margin-bottom: 0.8888em;
}

.content h6 {
  font-size: 1em;
  margin-bottom: 1em;
}

.content blockquote {
  background-color: whitesmoke;
  border-left: 5px solid #dbdbdb;
  padding: 1.25em 1.5em;
}

.content ol {
  list-style-position: outside;
  margin-left: 2em;
  margin-top: 1em;
}

.content ol:not([type]) {
  list-style-type: decimal;
}

.content ol:not([type]).is-lower-alpha {
  list-style-type: lower-alpha;
}

.content ol:not([type]).is-lower-roman {
  list-style-type: lower-roman;
}

.content ol:not([type]).is-upper-alpha {
  list-style-type: upper-alpha;
}

.content ol:not([type]).is-upper-roman {
  list-style-type: upper-roman;
}

.content ul {
  list-style: disc outside;
  margin-left: 2em;
  margin-top: 1em;
}

.content ul ul {
  list-style-type: circle;
  margin-top: 0.5em;
}

.content ul ul ul {
  list-style-type: square;
}

.content dd {
  margin-left: 2em;
}

.content figure {
  margin-left: 2em;
  margin-right: 2em;
  text-align: center;
}

.content figure:not(:first-child) {
  margin-top: 2em;
}

.content figure:not(:last-child) {
  margin-bottom: 2em;
}

.content figure img {
  display: inline-block;
}

.content figure figcaption {
  font-style: italic;
}

.content pre {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  padding: 1.25em 1.5em;
  white-space: pre;
  word-wrap: normal;
}

.content sup,
.content sub {
  font-size: 75%;
}

.content table {
  width: 100%;
}

.content table td,
.content table th {
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}

.content table th {
  color: #363636;
  text-align: left;
}

.content table thead td,
.content table thead th {
  border-width: 0 0 2px;
  color: #363636;
}

.content table tfoot td,
.content table tfoot th {
  border-width: 2px 0 0;
  color: #363636;
}

.content table tbody tr:last-child td,
.content table tbody tr:last-child th {
  border-bottom-width: 0;
}

.content.is-small {
  font-size: 0.75rem;
}

.content.is-medium {
  font-size: 1.25rem;
}

.content.is-large {
  font-size: 1.5rem;
}

.input,
.textarea {
  background-color: white;
  border-color: #dbdbdb;
  color: #363636;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  max-width: 100%;
  width: 100%;
}

.input::-moz-placeholder,
.textarea::-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.input::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.input:-moz-placeholder,
.textarea:-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.input:-ms-input-placeholder,
.textarea:-ms-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.input:hover, .input.is-hovered,
.textarea:hover,
.textarea.is-hovered {
  border-color: #b5b5b5;
}

.input:focus, .input.is-focused, .input:active, .input.is-active,
.textarea:focus,
.textarea.is-focused,
.textarea:active,
.textarea.is-active {
  border-color: #3273dc;
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}

.input[disabled],
.textarea[disabled] {
  background-color: whitesmoke;
  border-color: whitesmoke;
  box-shadow: none;
  color: #7a7a7a;
}

.input[disabled]::-moz-placeholder,
.textarea[disabled]::-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

.input[disabled]::-webkit-input-placeholder,
.textarea[disabled]::-webkit-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

.input[disabled]:-moz-placeholder,
.textarea[disabled]:-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

.input[disabled]:-ms-input-placeholder,
.textarea[disabled]:-ms-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

.input[readonly],
.textarea[readonly] {
  box-shadow: none;
}

.input.is-white,
.textarea.is-white {
  border-color: white;
}

.input.is-white:focus, .input.is-white.is-focused, .input.is-white:active, .input.is-white.is-active,
.textarea.is-white:focus,
.textarea.is-white.is-focused,
.textarea.is-white:active,
.textarea.is-white.is-active {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}

.input.is-black,
.textarea.is-black {
  border-color: #0a0a0a;
}

.input.is-black:focus, .input.is-black.is-focused, .input.is-black:active, .input.is-black.is-active,
.textarea.is-black:focus,
.textarea.is-black.is-focused,
.textarea.is-black:active,
.textarea.is-black.is-active {
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}

.input.is-light,
.textarea.is-light {
  border-color: whitesmoke;
}

.input.is-light:focus, .input.is-light.is-focused, .input.is-light:active, .input.is-light.is-active,
.textarea.is-light:focus,
.textarea.is-light.is-focused,
.textarea.is-light:active,
.textarea.is-light.is-active {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}

.input.is-dark,
.textarea.is-dark {
  border-color: #363636;
}

.input.is-dark:focus, .input.is-dark.is-focused, .input.is-dark:active, .input.is-dark.is-active,
.textarea.is-dark:focus,
.textarea.is-dark.is-focused,
.textarea.is-dark:active,
.textarea.is-dark.is-active {
  box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}

.input.is-primary,
.textarea.is-primary {
  border-color: #00d1b2;
}

.input.is-primary:focus, .input.is-primary.is-focused, .input.is-primary:active, .input.is-primary.is-active,
.textarea.is-primary:focus,
.textarea.is-primary.is-focused,
.textarea.is-primary:active,
.textarea.is-primary.is-active {
  box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
}

.input.is-link,
.textarea.is-link {
  border-color: #3273dc;
}

.input.is-link:focus, .input.is-link.is-focused, .input.is-link:active, .input.is-link.is-active,
.textarea.is-link:focus,
.textarea.is-link.is-focused,
.textarea.is-link:active,
.textarea.is-link.is-active {
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}

.input.is-info,
.textarea.is-info {
  border-color: #209cee;
}

.input.is-info:focus, .input.is-info.is-focused, .input.is-info:active, .input.is-info.is-active,
.textarea.is-info:focus,
.textarea.is-info.is-focused,
.textarea.is-info:active,
.textarea.is-info.is-active {
  box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
}

.input.is-success,
.textarea.is-success {
  border-color: #23d160;
}

.input.is-success:focus, .input.is-success.is-focused, .input.is-success:active, .input.is-success.is-active,
.textarea.is-success:focus,
.textarea.is-success.is-focused,
.textarea.is-success:active,
.textarea.is-success.is-active {
  box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
}

.input.is-warning,
.textarea.is-warning {
  border-color: #ffdd57;
}

.input.is-warning:focus, .input.is-warning.is-focused, .input.is-warning:active, .input.is-warning.is-active,
.textarea.is-warning:focus,
.textarea.is-warning.is-focused,
.textarea.is-warning:active,
.textarea.is-warning.is-active {
  box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
}

.input.is-danger,
.textarea.is-danger {
  border-color: #ff3860;
}

.input.is-danger:focus, .input.is-danger.is-focused, .input.is-danger:active, .input.is-danger.is-active,
.textarea.is-danger:focus,
.textarea.is-danger.is-focused,
.textarea.is-danger:active,
.textarea.is-danger.is-active {
  box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25);
}

.input.is-small,
.textarea.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}

.input.is-medium,
.textarea.is-medium {
  font-size: 1.25rem;
}

.input.is-large,
.textarea.is-large {
  font-size: 1.5rem;
}

.input.is-fullwidth,
.textarea.is-fullwidth {
  display: block;
  width: 100%;
}

.input.is-inline,
.textarea.is-inline {
  display: inline;
  width: auto;
}

.input.is-rounded {
  border-radius: 290486px;
  padding-left: 1em;
  padding-right: 1em;
}

.input.is-static {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}

.textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: 0.625em;
  resize: vertical;
}

.textarea:not([rows]) {
  max-height: 600px;
  min-height: 120px;
}

.textarea[rows] {
  height: initial;
}

.textarea.has-fixed-size {
  resize: none;
}

.checkbox,
.radio {
  cursor: pointer;
  display: inline-block;
  line-height: 1.25;
  position: relative;
}

.checkbox input,
.radio input {
  cursor: pointer;
}

.checkbox:hover,
.radio:hover {
  color: #363636;
}

.checkbox[disabled],
.radio[disabled] {
  color: #7a7a7a;
  cursor: not-allowed;
}

.radio + .radio {
  margin-left: 0.5em;
}

.select {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top;
}

.select:not(.is-multiple) {
  height: 2.25em;
}

.select:not(.is-multiple):not(.is-loading)::after {
  border-color: #3273dc;
  right: 1.125em;
  z-index: 4;
}

.select.is-rounded select {
  border-radius: 290486px;
  padding-left: 1em;
}

.select select {
  background-color: white;
  border-color: #dbdbdb;
  color: #363636;
  cursor: pointer;
  display: block;
  font-size: 1em;
  max-width: 100%;
  outline: none;
}

.select select::-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.select select::-webkit-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.select select:-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.select select:-ms-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.select select:hover, .select select.is-hovered {
  border-color: #b5b5b5;
}

.select select:focus, .select select.is-focused, .select select:active, .select select.is-active {
  border-color: #3273dc;
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}

.select select[disabled] {
  background-color: whitesmoke;
  border-color: whitesmoke;
  box-shadow: none;
  color: #7a7a7a;
}

.select select[disabled]::-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

.select select[disabled]::-webkit-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

.select select[disabled]:-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

.select select[disabled]:-ms-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

.select select::-ms-expand {
  display: none;
}

.select select[disabled]:hover {
  border-color: whitesmoke;
}

.select select:not([multiple]) {
  padding-right: 2.5em;
}

.select select[multiple] {
  height: auto;
  padding: 0;
}

.select select[multiple] option {
  padding: 0.5em 1em;
}

.select:not(.is-multiple):not(.is-loading):hover::after {
  border-color: #363636;
}

.select.is-white:not(:hover)::after {
  border-color: white;
}

.select.is-white select {
  border-color: white;
}

.select.is-white select:hover, .select.is-white select.is-hovered {
  border-color: #f2f2f2;
}

.select.is-white select:focus, .select.is-white select.is-focused, .select.is-white select:active, .select.is-white select.is-active {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}

.select.is-black:not(:hover)::after {
  border-color: #0a0a0a;
}

.select.is-black select {
  border-color: #0a0a0a;
}

.select.is-black select:hover, .select.is-black select.is-hovered {
  border-color: black;
}

.select.is-black select:focus, .select.is-black select.is-focused, .select.is-black select:active, .select.is-black select.is-active {
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}

.select.is-light:not(:hover)::after {
  border-color: whitesmoke;
}

.select.is-light select {
  border-color: whitesmoke;
}

.select.is-light select:hover, .select.is-light select.is-hovered {
  border-color: #e8e8e8;
}

.select.is-light select:focus, .select.is-light select.is-focused, .select.is-light select:active, .select.is-light select.is-active {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}

.select.is-dark:not(:hover)::after {
  border-color: #363636;
}

.select.is-dark select {
  border-color: #363636;
}

.select.is-dark select:hover, .select.is-dark select.is-hovered {
  border-color: #292929;
}

.select.is-dark select:focus, .select.is-dark select.is-focused, .select.is-dark select:active, .select.is-dark select.is-active {
  box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}

.select.is-primary:not(:hover)::after {
  border-color: #00d1b2;
}

.select.is-primary select {
  border-color: #00d1b2;
}

.select.is-primary select:hover, .select.is-primary select.is-hovered {
  border-color: #00b89c;
}

.select.is-primary select:focus, .select.is-primary select.is-focused, .select.is-primary select:active, .select.is-primary select.is-active {
  box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
}

.select.is-link:not(:hover)::after {
  border-color: #3273dc;
}

.select.is-link select {
  border-color: #3273dc;
}

.select.is-link select:hover, .select.is-link select.is-hovered {
  border-color: #2366d1;
}

.select.is-link select:focus, .select.is-link select.is-focused, .select.is-link select:active, .select.is-link select.is-active {
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}

.select.is-info:not(:hover)::after {
  border-color: #209cee;
}

.select.is-info select {
  border-color: #209cee;
}

.select.is-info select:hover, .select.is-info select.is-hovered {
  border-color: #118fe4;
}

.select.is-info select:focus, .select.is-info select.is-focused, .select.is-info select:active, .select.is-info select.is-active {
  box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
}

.select.is-success:not(:hover)::after {
  border-color: #23d160;
}

.select.is-success select {
  border-color: #23d160;
}

.select.is-success select:hover, .select.is-success select.is-hovered {
  border-color: #20bc56;
}

.select.is-success select:focus, .select.is-success select.is-focused, .select.is-success select:active, .select.is-success select.is-active {
  box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
}

.select.is-warning:not(:hover)::after {
  border-color: #ffdd57;
}

.select.is-warning select {
  border-color: #ffdd57;
}

.select.is-warning select:hover, .select.is-warning select.is-hovered {
  border-color: #ffd83d;
}

.select.is-warning select:focus, .select.is-warning select.is-focused, .select.is-warning select:active, .select.is-warning select.is-active {
  box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
}

.select.is-danger:not(:hover)::after {
  border-color: #ff3860;
}

.select.is-danger select {
  border-color: #ff3860;
}

.select.is-danger select:hover, .select.is-danger select.is-hovered {
  border-color: #ff1f4b;
}

.select.is-danger select:focus, .select.is-danger select.is-focused, .select.is-danger select:active, .select.is-danger select.is-active {
  box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25);
}

.select.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}

.select.is-medium {
  font-size: 1.25rem;
}

.select.is-large {
  font-size: 1.5rem;
}

.select.is-disabled::after {
  border-color: #7a7a7a;
}

.select.is-fullwidth {
  width: 100%;
}

.select.is-fullwidth select {
  width: 100%;
}

.select.is-loading::after {
  margin-top: 0;
  position: absolute;
  right: 0.625em;
  top: 0.625em;
  transform: none;
}

.select.is-loading.is-small:after {
  font-size: 0.75rem;
}

.select.is-loading.is-medium:after {
  font-size: 1.25rem;
}

.select.is-loading.is-large:after {
  font-size: 1.5rem;
}

.file {
  align-items: stretch;
  display: flex;
  justify-content: flex-start;
  position: relative;
}

.file.is-white .file-cta {
  background-color: white;
  border-color: transparent;
  color: #0a0a0a;
}

.file.is-white:hover .file-cta, .file.is-white.is-hovered .file-cta {
  background-color: #f9f9f9;
  border-color: transparent;
  color: #0a0a0a;
}

.file.is-white:focus .file-cta, .file.is-white.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
  color: #0a0a0a;
}

.file.is-white:active .file-cta, .file.is-white.is-active .file-cta {
  background-color: #f2f2f2;
  border-color: transparent;
  color: #0a0a0a;
}

.file.is-black .file-cta {
  background-color: #0a0a0a;
  border-color: transparent;
  color: white;
}

.file.is-black:hover .file-cta, .file.is-black.is-hovered .file-cta {
  background-color: #040404;
  border-color: transparent;
  color: white;
}

.file.is-black:focus .file-cta, .file.is-black.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25);
  color: white;
}

.file.is-black:active .file-cta, .file.is-black.is-active .file-cta {
  background-color: black;
  border-color: transparent;
  color: white;
}

.file.is-light .file-cta {
  background-color: whitesmoke;
  border-color: transparent;
  color: #363636;
}

.file.is-light:hover .file-cta, .file.is-light.is-hovered .file-cta {
  background-color: #eeeeee;
  border-color: transparent;
  color: #363636;
}

.file.is-light:focus .file-cta, .file.is-light.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25);
  color: #363636;
}

.file.is-light:active .file-cta, .file.is-light.is-active .file-cta {
  background-color: #e8e8e8;
  border-color: transparent;
  color: #363636;
}

.file.is-dark .file-cta {
  background-color: #363636;
  border-color: transparent;
  color: whitesmoke;
}

.file.is-dark:hover .file-cta, .file.is-dark.is-hovered .file-cta {
  background-color: #2f2f2f;
  border-color: transparent;
  color: whitesmoke;
}

.file.is-dark:focus .file-cta, .file.is-dark.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25);
  color: whitesmoke;
}

.file.is-dark:active .file-cta, .file.is-dark.is-active .file-cta {
  background-color: #292929;
  border-color: transparent;
  color: whitesmoke;
}

.file.is-primary .file-cta {
  background-color: #00d1b2;
  border-color: transparent;
  color: #fff;
}

.file.is-primary:hover .file-cta, .file.is-primary.is-hovered .file-cta {
  background-color: #00c4a7;
  border-color: transparent;
  color: #fff;
}

.file.is-primary:focus .file-cta, .file.is-primary.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(0, 209, 178, 0.25);
  color: #fff;
}

.file.is-primary:active .file-cta, .file.is-primary.is-active .file-cta {
  background-color: #00b89c;
  border-color: transparent;
  color: #fff;
}

.file.is-link .file-cta {
  background-color: #3273dc;
  border-color: transparent;
  color: #fff;
}

.file.is-link:hover .file-cta, .file.is-link.is-hovered .file-cta {
  background-color: #276cda;
  border-color: transparent;
  color: #fff;
}

.file.is-link:focus .file-cta, .file.is-link.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(50, 115, 220, 0.25);
  color: #fff;
}

.file.is-link:active .file-cta, .file.is-link.is-active .file-cta {
  background-color: #2366d1;
  border-color: transparent;
  color: #fff;
}

.file.is-info .file-cta {
  background-color: #209cee;
  border-color: transparent;
  color: #fff;
}

.file.is-info:hover .file-cta, .file.is-info.is-hovered .file-cta {
  background-color: #1496ed;
  border-color: transparent;
  color: #fff;
}

.file.is-info:focus .file-cta, .file.is-info.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(32, 156, 238, 0.25);
  color: #fff;
}

.file.is-info:active .file-cta, .file.is-info.is-active .file-cta {
  background-color: #118fe4;
  border-color: transparent;
  color: #fff;
}

.file.is-success .file-cta {
  background-color: #23d160;
  border-color: transparent;
  color: #fff;
}

.file.is-success:hover .file-cta, .file.is-success.is-hovered .file-cta {
  background-color: #22c65b;
  border-color: transparent;
  color: #fff;
}

.file.is-success:focus .file-cta, .file.is-success.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(35, 209, 96, 0.25);
  color: #fff;
}

.file.is-success:active .file-cta, .file.is-success.is-active .file-cta {
  background-color: #20bc56;
  border-color: transparent;
  color: #fff;
}

.file.is-warning .file-cta {
  background-color: #ffdd57;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.file.is-warning:hover .file-cta, .file.is-warning.is-hovered .file-cta {
  background-color: #ffdb4a;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.file.is-warning:focus .file-cta, .file.is-warning.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(255, 221, 87, 0.25);
  color: rgba(0, 0, 0, 0.7);
}

.file.is-warning:active .file-cta, .file.is-warning.is-active .file-cta {
  background-color: #ffd83d;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.file.is-danger .file-cta {
  background-color: #ff3860;
  border-color: transparent;
  color: #fff;
}

.file.is-danger:hover .file-cta, .file.is-danger.is-hovered .file-cta {
  background-color: #ff2b56;
  border-color: transparent;
  color: #fff;
}

.file.is-danger:focus .file-cta, .file.is-danger.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(255, 56, 96, 0.25);
  color: #fff;
}

.file.is-danger:active .file-cta, .file.is-danger.is-active .file-cta {
  background-color: #ff1f4b;
  border-color: transparent;
  color: #fff;
}

.file.is-small {
  font-size: 0.75rem;
}

.file.is-medium {
  font-size: 1.25rem;
}

.file.is-medium .file-icon .fa {
  font-size: 21px;
}

.file.is-large {
  font-size: 1.5rem;
}

.file.is-large .file-icon .fa {
  font-size: 28px;
}

.file.has-name .file-cta {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.file.has-name .file-name {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.file.has-name.is-empty .file-cta {
  border-radius: 4px;
}

.file.has-name.is-empty .file-name {
  display: none;
}

.file.is-boxed .file-label {
  flex-direction: column;
}

.file.is-boxed .file-cta {
  flex-direction: column;
  height: auto;
  padding: 1em 3em;
}

.file.is-boxed .file-name {
  border-width: 0 1px 1px;
}

.file.is-boxed .file-icon {
  height: 1.5em;
  width: 1.5em;
}

.file.is-boxed .file-icon .fa {
  font-size: 21px;
}

.file.is-boxed.is-small .file-icon .fa {
  font-size: 14px;
}

.file.is-boxed.is-medium .file-icon .fa {
  font-size: 28px;
}

.file.is-boxed.is-large .file-icon .fa {
  font-size: 35px;
}

.file.is-boxed.has-name .file-cta {
  border-radius: 4px 4px 0 0;
}

.file.is-boxed.has-name .file-name {
  border-radius: 0 0 4px 4px;
  border-width: 0 1px 1px;
}

.file.is-centered {
  justify-content: center;
}

.file.is-fullwidth .file-label {
  width: 100%;
}

.file.is-fullwidth .file-name {
  flex-grow: 1;
  max-width: none;
}

.file.is-right {
  justify-content: flex-end;
}

.file.is-right .file-cta {
  border-radius: 0 4px 4px 0;
}

.file.is-right .file-name {
  border-radius: 4px 0 0 4px;
  border-width: 1px 0 1px 1px;
  order: -1;
}

.file-label {
  align-items: stretch;
  display: flex;
  cursor: pointer;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
}

.file-label:hover .file-cta {
  background-color: #eeeeee;
  color: #363636;
}

.file-label:hover .file-name {
  border-color: #d5d5d5;
}

.file-label:active .file-cta {
  background-color: #e8e8e8;
  color: #363636;
}

.file-label:active .file-name {
  border-color: #cfcfcf;
}

.file-input {
  height: 100%;
  left: 0;
  opacity: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.file-cta,
.file-name {
  border-color: #dbdbdb;
  border-radius: 4px;
  font-size: 1em;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap;
}

.file-cta {
  background-color: whitesmoke;
  color: #4a4a4a;
}

.file-name {
  border-color: #dbdbdb;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  display: block;
  max-width: 16em;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
}

.file-icon {
  align-items: center;
  display: flex;
  height: 1em;
  justify-content: center;
  margin-right: 0.5em;
  width: 1em;
}

.file-icon .fa {
  font-size: 14px;
}

.label {
  color: #363636;
  display: block;
  font-size: 1rem;
  font-weight: 700;
}

.label:not(:last-child) {
  margin-bottom: 0.5em;
}

.label.is-small {
  font-size: 0.75rem;
}

.label.is-medium {
  font-size: 1.25rem;
}

.label.is-large {
  font-size: 1.5rem;
}

.help {
  display: block;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}

.help.is-white {
  color: white;
}

.help.is-black {
  color: #0a0a0a;
}

.help.is-light {
  color: whitesmoke;
}

.help.is-dark {
  color: #363636;
}

.help.is-primary {
  color: #00d1b2;
}

.help.is-link {
  color: #3273dc;
}

.help.is-info {
  color: #209cee;
}

.help.is-success {
  color: #23d160;
}

.help.is-warning {
  color: #ffdd57;
}

.help.is-danger {
  color: #ff3860;
}

.field:not(:last-child) {
  margin-bottom: 0.75rem;
}

.field.has-addons {
  display: flex;
  justify-content: flex-start;
}

.field.has-addons .control:not(:last-child) {
  margin-right: -1px;
}

.field.has-addons .control:not(:first-child):not(:last-child) .button,
.field.has-addons .control:not(:first-child):not(:last-child) .input,
.field.has-addons .control:not(:first-child):not(:last-child) .select select {
  border-radius: 0;
}

.field.has-addons .control:first-child .button,
.field.has-addons .control:first-child .input,
.field.has-addons .control:first-child .select select {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.field.has-addons .control:last-child .button,
.field.has-addons .control:last-child .input,
.field.has-addons .control:last-child .select select {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.field.has-addons .control .button:not([disabled]):hover, .field.has-addons .control .button:not([disabled]).is-hovered,
.field.has-addons .control .input:not([disabled]):hover,
.field.has-addons .control .input:not([disabled]).is-hovered,
.field.has-addons .control .select select:not([disabled]):hover,
.field.has-addons .control .select select:not([disabled]).is-hovered {
  z-index: 2;
}

.field.has-addons .control .button:not([disabled]):focus, .field.has-addons .control .button:not([disabled]).is-focused, .field.has-addons .control .button:not([disabled]):active, .field.has-addons .control .button:not([disabled]).is-active,
.field.has-addons .control .input:not([disabled]):focus,
.field.has-addons .control .input:not([disabled]).is-focused,
.field.has-addons .control .input:not([disabled]):active,
.field.has-addons .control .input:not([disabled]).is-active,
.field.has-addons .control .select select:not([disabled]):focus,
.field.has-addons .control .select select:not([disabled]).is-focused,
.field.has-addons .control .select select:not([disabled]):active,
.field.has-addons .control .select select:not([disabled]).is-active {
  z-index: 3;
}

.field.has-addons .control .button:not([disabled]):focus:hover, .field.has-addons .control .button:not([disabled]).is-focused:hover, .field.has-addons .control .button:not([disabled]):active:hover, .field.has-addons .control .button:not([disabled]).is-active:hover,
.field.has-addons .control .input:not([disabled]):focus:hover,
.field.has-addons .control .input:not([disabled]).is-focused:hover,
.field.has-addons .control .input:not([disabled]):active:hover,
.field.has-addons .control .input:not([disabled]).is-active:hover,
.field.has-addons .control .select select:not([disabled]):focus:hover,
.field.has-addons .control .select select:not([disabled]).is-focused:hover,
.field.has-addons .control .select select:not([disabled]):active:hover,
.field.has-addons .control .select select:not([disabled]).is-active:hover {
  z-index: 4;
}

.field.has-addons .control.is-expanded {
  flex-grow: 1;
}

.field.has-addons.has-addons-centered {
  justify-content: center;
}

.field.has-addons.has-addons-right {
  justify-content: flex-end;
}

.field.has-addons.has-addons-fullwidth .control {
  flex-grow: 1;
  flex-shrink: 0;
}

.field.is-grouped {
  display: flex;
  justify-content: flex-start;
}

.field.is-grouped > .control {
  flex-shrink: 0;
}

.field.is-grouped > .control:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.75rem;
}

.field.is-grouped > .control.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}

.field.is-grouped.is-grouped-centered {
  justify-content: center;
}

.field.is-grouped.is-grouped-right {
  justify-content: flex-end;
}

.field.is-grouped.is-grouped-multiline {
  flex-wrap: wrap;
}

.field.is-grouped.is-grouped-multiline > .control:last-child, .field.is-grouped.is-grouped-multiline > .control:not(:last-child) {
  margin-bottom: 0.75rem;
}

.field.is-grouped.is-grouped-multiline:last-child {
  margin-bottom: -0.75rem;
}

.field.is-grouped.is-grouped-multiline:not(:last-child) {
  margin-bottom: 0;
}

@media screen and (min-width: 769px), print {
  .field.is-horizontal {
    display: flex;
  }
}

.field-label .label {
  font-size: inherit;
}

@media screen and (max-width: 768px) {
  .field-label {
    margin-bottom: 0.5rem;
  }
}

@media screen and (min-width: 769px), print {
  .field-label {
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 0;
    margin-right: 1.5rem;
    text-align: right;
  }
  .field-label.is-small {
    font-size: 0.75rem;
    padding-top: 0.375em;
  }
  .field-label.is-normal {
    padding-top: 0.375em;
  }
  .field-label.is-medium {
    font-size: 1.25rem;
    padding-top: 0.375em;
  }
  .field-label.is-large {
    font-size: 1.5rem;
    padding-top: 0.375em;
  }
}

.field-body .field .field {
  margin-bottom: 0;
}

@media screen and (min-width: 769px), print {
  .field-body {
    display: flex;
    flex-basis: 0;
    flex-grow: 5;
    flex-shrink: 1;
  }
  .field-body .field {
    margin-bottom: 0;
  }
  .field-body > .field {
    flex-shrink: 1;
  }
  .field-body > .field:not(.is-narrow) {
    flex-grow: 1;
  }
  .field-body > .field:not(:last-child) {
    margin-right: 0.75rem;
  }
}

.control {
  clear: both;
  font-size: 1rem;
  position: relative;
  text-align: left;
}

.control.has-icon .icon {
  color: #dbdbdb;
  height: 2.25em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.25em;
  z-index: 4;
}

.control.has-icon .input:focus + .icon {
  color: #7a7a7a;
}

.control.has-icon .input.is-small + .icon {
  font-size: 0.75rem;
}

.control.has-icon .input.is-medium + .icon {
  font-size: 1.25rem;
}

.control.has-icon .input.is-large + .icon {
  font-size: 1.5rem;
}

.control.has-icon:not(.has-icon-right) .icon {
  left: 0;
}

.control.has-icon:not(.has-icon-right) .input {
  padding-left: 2.25em;
}

.control.has-icon.has-icon-right .icon {
  right: 0;
}

.control.has-icon.has-icon-right .input {
  padding-right: 2.25em;
}

.control.has-icons-left .input:focus ~ .icon,
.control.has-icons-left .select:focus ~ .icon, .control.has-icons-right .input:focus ~ .icon,
.control.has-icons-right .select:focus ~ .icon {
  color: #7a7a7a;
}

.control.has-icons-left .input.is-small ~ .icon,
.control.has-icons-left .select.is-small ~ .icon, .control.has-icons-right .input.is-small ~ .icon,
.control.has-icons-right .select.is-small ~ .icon {
  font-size: 0.75rem;
}

.control.has-icons-left .input.is-medium ~ .icon,
.control.has-icons-left .select.is-medium ~ .icon, .control.has-icons-right .input.is-medium ~ .icon,
.control.has-icons-right .select.is-medium ~ .icon {
  font-size: 1.25rem;
}

.control.has-icons-left .input.is-large ~ .icon,
.control.has-icons-left .select.is-large ~ .icon, .control.has-icons-right .input.is-large ~ .icon,
.control.has-icons-right .select.is-large ~ .icon {
  font-size: 1.5rem;
}

.control.has-icons-left .icon, .control.has-icons-right .icon {
  color: #dbdbdb;
  height: 2.25em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.25em;
  z-index: 4;
}

.control.has-icons-left .input,
.control.has-icons-left .select select {
  padding-left: 2.25em;
}

.control.has-icons-left .icon.is-left {
  left: 0;
}

.control.has-icons-right .input,
.control.has-icons-right .select select {
  padding-right: 2.25em;
}

.control.has-icons-right .icon.is-right {
  right: 0;
}

.control.is-loading::after {
  position: absolute !important;
  right: 0.625em;
  top: 0.625em;
  z-index: 4;
}

.control.is-loading.is-small:after {
  font-size: 0.75rem;
}

.control.is-loading.is-medium:after {
  font-size: 1.25rem;
}

.control.is-loading.is-large:after {
  font-size: 1.5rem;
}

.icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  height: 1.5rem;
  width: 1.5rem;
}

.icon.is-small {
  height: 1rem;
  width: 1rem;
}

.icon.is-medium {
  height: 2rem;
  width: 2rem;
}

.icon.is-large {
  height: 3rem;
  width: 3rem;
}

.image {
  display: block;
  position: relative;
}

.image img {
  display: block;
  height: auto;
  width: 100%;
}

.image img.is-rounded {
  border-radius: 290486px;
}

.image.is-square img, .image.is-1by1 img, .image.is-5by4 img, .image.is-4by3 img, .image.is-3by2 img, .image.is-5by3 img, .image.is-16by9 img, .image.is-2by1 img, .image.is-3by1 img, .image.is-4by5 img, .image.is-3by4 img, .image.is-2by3 img, .image.is-3by5 img, .image.is-9by16 img, .image.is-1by2 img, .image.is-1by3 img {
  height: 100%;
  width: 100%;
}

.image.is-square, .image.is-1by1 {
  padding-top: 100%;
}

.image.is-5by4 {
  padding-top: 80%;
}

.image.is-4by3 {
  padding-top: 75%;
}

.image.is-3by2 {
  padding-top: 66.6666%;
}

.image.is-5by3 {
  padding-top: 60%;
}

.image.is-16by9 {
  padding-top: 56.25%;
}

.image.is-2by1 {
  padding-top: 50%;
}

.image.is-3by1 {
  padding-top: 33.3333%;
}

.image.is-4by5 {
  padding-top: 125%;
}

.image.is-3by4 {
  padding-top: 133.3333%;
}

.image.is-2by3 {
  padding-top: 150%;
}

.image.is-3by5 {
  padding-top: 166.6666%;
}

.image.is-9by16 {
  padding-top: 177.7777%;
}

.image.is-1by2 {
  padding-top: 200%;
}

.image.is-1by3 {
  padding-top: 300%;
}

.image.is-16x16 {
  height: 16px;
  width: 16px;
}

.image.is-24x24 {
  height: 24px;
  width: 24px;
}

.image.is-32x32 {
  height: 32px;
  width: 32px;
}

.image.is-48x48 {
  height: 48px;
  width: 48px;
}

.image.is-64x64 {
  height: 64px;
  width: 64px;
}

.image.is-96x96 {
  height: 96px;
  width: 96px;
}

.image.is-128x128 {
  height: 128px;
  width: 128px;
}

.notification {
  background-color: whitesmoke;
  border-radius: 4px;
  padding: 1.25rem 2.5rem 1.25rem 1.5rem;
  position: relative;
}

.notification a:not(.button):not(.dropdown-item) {
  color: currentColor;
  text-decoration: underline;
}

.notification strong {
  color: currentColor;
}

.notification code,
.notification pre {
  background: white;
}

.notification pre code {
  background: transparent;
}

.notification > .delete {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
}

.notification .title,
.notification .subtitle,
.notification .content {
  color: currentColor;
}

.notification.is-white {
  background-color: white;
  color: #0a0a0a;
}

.notification.is-black {
  background-color: #0a0a0a;
  color: white;
}

.notification.is-light {
  background-color: whitesmoke;
  color: #363636;
}

.notification.is-dark {
  background-color: #363636;
  color: whitesmoke;
}

.notification.is-primary {
  background-color: #00d1b2;
  color: #fff;
}

.notification.is-link {
  background-color: #3273dc;
  color: #fff;
}

.notification.is-info {
  background-color: #209cee;
  color: #fff;
}

.notification.is-success {
  background-color: #23d160;
  color: #fff;
}

.notification.is-warning {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

.notification.is-danger {
  background-color: #ff3860;
  color: #fff;
}

.progress {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 290486px;
  display: block;
  height: 1rem;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.progress::-webkit-progress-bar {
  background-color: #dbdbdb;
}

.progress::-webkit-progress-value {
  background-color: #4a4a4a;
}

.progress::-moz-progress-bar {
  background-color: #4a4a4a;
}

.progress::-ms-fill {
  background-color: #4a4a4a;
  border: none;
}

.progress.is-white::-webkit-progress-value {
  background-color: white;
}

.progress.is-white::-moz-progress-bar {
  background-color: white;
}

.progress.is-white::-ms-fill {
  background-color: white;
}

.progress.is-black::-webkit-progress-value {
  background-color: #0a0a0a;
}

.progress.is-black::-moz-progress-bar {
  background-color: #0a0a0a;
}

.progress.is-black::-ms-fill {
  background-color: #0a0a0a;
}

.progress.is-light::-webkit-progress-value {
  background-color: whitesmoke;
}

.progress.is-light::-moz-progress-bar {
  background-color: whitesmoke;
}

.progress.is-light::-ms-fill {
  background-color: whitesmoke;
}

.progress.is-dark::-webkit-progress-value {
  background-color: #363636;
}

.progress.is-dark::-moz-progress-bar {
  background-color: #363636;
}

.progress.is-dark::-ms-fill {
  background-color: #363636;
}

.progress.is-primary::-webkit-progress-value {
  background-color: #00d1b2;
}

.progress.is-primary::-moz-progress-bar {
  background-color: #00d1b2;
}

.progress.is-primary::-ms-fill {
  background-color: #00d1b2;
}

.progress.is-link::-webkit-progress-value {
  background-color: #3273dc;
}

.progress.is-link::-moz-progress-bar {
  background-color: #3273dc;
}

.progress.is-link::-ms-fill {
  background-color: #3273dc;
}

.progress.is-info::-webkit-progress-value {
  background-color: #209cee;
}

.progress.is-info::-moz-progress-bar {
  background-color: #209cee;
}

.progress.is-info::-ms-fill {
  background-color: #209cee;
}

.progress.is-success::-webkit-progress-value {
  background-color: #23d160;
}

.progress.is-success::-moz-progress-bar {
  background-color: #23d160;
}

.progress.is-success::-ms-fill {
  background-color: #23d160;
}

.progress.is-warning::-webkit-progress-value {
  background-color: #ffdd57;
}

.progress.is-warning::-moz-progress-bar {
  background-color: #ffdd57;
}

.progress.is-warning::-ms-fill {
  background-color: #ffdd57;
}

.progress.is-danger::-webkit-progress-value {
  background-color: #ff3860;
}

.progress.is-danger::-moz-progress-bar {
  background-color: #ff3860;
}

.progress.is-danger::-ms-fill {
  background-color: #ff3860;
}

.progress.is-small {
  height: 0.75rem;
}

.progress.is-medium {
  height: 1.25rem;
}

.progress.is-large {
  height: 1.5rem;
}

.table {
  background-color: white;
  color: #363636;
}

.table td,
.table th {
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}

.table td.is-white,
.table th.is-white {
  background-color: white;
  border-color: white;
  color: #0a0a0a;
}

.table td.is-black,
.table th.is-black {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: white;
}

.table td.is-light,
.table th.is-light {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: #363636;
}

.table td.is-dark,
.table th.is-dark {
  background-color: #363636;
  border-color: #363636;
  color: whitesmoke;
}

.table td.is-primary,
.table th.is-primary {
  background-color: #00d1b2;
  border-color: #00d1b2;
  color: #fff;
}

.table td.is-link,
.table th.is-link {
  background-color: #3273dc;
  border-color: #3273dc;
  color: #fff;
}

.table td.is-info,
.table th.is-info {
  background-color: #209cee;
  border-color: #209cee;
  color: #fff;
}

.table td.is-success,
.table th.is-success {
  background-color: #23d160;
  border-color: #23d160;
  color: #fff;
}

.table td.is-warning,
.table th.is-warning {
  background-color: #ffdd57;
  border-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

.table td.is-danger,
.table th.is-danger {
  background-color: #ff3860;
  border-color: #ff3860;
  color: #fff;
}

.table td.is-narrow,
.table th.is-narrow {
  white-space: nowrap;
  width: 1%;
}

.table td.is-selected,
.table th.is-selected {
  background-color: #00d1b2;
  color: #fff;
}

.table td.is-selected a,
.table td.is-selected strong,
.table th.is-selected a,
.table th.is-selected strong {
  color: currentColor;
}

.table th {
  color: #363636;
  text-align: left;
}

.table tr.is-selected {
  background-color: #00d1b2;
  color: #fff;
}

.table tr.is-selected a,
.table tr.is-selected strong {
  color: currentColor;
}

.table tr.is-selected td,
.table tr.is-selected th {
  border-color: #fff;
  color: currentColor;
}

.table thead td,
.table thead th {
  border-width: 0 0 2px;
  color: #363636;
}

.table tfoot td,
.table tfoot th {
  border-width: 2px 0 0;
  color: #363636;
}

.table tbody tr:last-child td,
.table tbody tr:last-child th {
  border-bottom-width: 0;
}

.table.is-bordered td,
.table.is-bordered th {
  border-width: 1px;
}

.table.is-bordered tr:last-child td,
.table.is-bordered tr:last-child th {
  border-bottom-width: 1px;
}

.table.is-fullwidth {
  width: 100%;
}

.table.is-hoverable tbody tr:not(.is-selected):hover {
  background-color: #fafafa;
}

.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
  background-color: #fafafa;
}

.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) {
  background-color: whitesmoke;
}

.table.is-narrow td,
.table.is-narrow th {
  padding: 0.25em 0.5em;
}

.table.is-striped tbody tr:not(.is-selected):nth-child(even) {
  background-color: #fafafa;
}

.table-container {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  overflow-y: hidden;
  max-width: 100%;
}

.tags {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.tags .tag {
  margin-bottom: 0.5rem;
}

.tags .tag:not(:last-child) {
  margin-right: 0.5rem;
}

.tags:last-child {
  margin-bottom: -0.5rem;
}

.tags:not(:last-child) {
  margin-bottom: 1rem;
}

.tags.has-addons .tag {
  margin-right: 0;
}

.tags.has-addons .tag:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.tags.has-addons .tag:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.tags.is-centered {
  justify-content: center;
}

.tags.is-centered .tag {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}

.tags.is-right {
  justify-content: flex-end;
}

.tags.is-right .tag:not(:first-child) {
  margin-left: 0.5rem;
}

.tags.is-right .tag:not(:last-child) {
  margin-right: 0;
}

.tag:not(body) {
  align-items: center;
  background-color: whitesmoke;
  border-radius: 4px;
  color: #4a4a4a;
  display: inline-flex;
  font-size: 0.75rem;
  height: 2em;
  justify-content: center;
  line-height: 1.5;
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}

.tag:not(body) .delete {
  margin-left: 0.25rem;
  margin-right: -0.375rem;
}

.tag:not(body).is-white {
  background-color: white;
  color: #0a0a0a;
}

.tag:not(body).is-black {
  background-color: #0a0a0a;
  color: white;
}

.tag:not(body).is-light {
  background-color: whitesmoke;
  color: #363636;
}

.tag:not(body).is-dark {
  background-color: #363636;
  color: whitesmoke;
}

.tag:not(body).is-primary {
  background-color: #00d1b2;
  color: #fff;
}

.tag:not(body).is-link {
  background-color: #3273dc;
  color: #fff;
}

.tag:not(body).is-info {
  background-color: #209cee;
  color: #fff;
}

.tag:not(body).is-success {
  background-color: #23d160;
  color: #fff;
}

.tag:not(body).is-warning {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

.tag:not(body).is-danger {
  background-color: #ff3860;
  color: #fff;
}

.tag:not(body).is-medium {
  font-size: 1rem;
}

.tag:not(body).is-large {
  font-size: 1.25rem;
}

.tag:not(body) .icon:first-child:not(:last-child) {
  margin-left: -0.375em;
  margin-right: 0.1875em;
}

.tag:not(body) .icon:last-child:not(:first-child) {
  margin-left: 0.1875em;
  margin-right: -0.375em;
}

.tag:not(body) .icon:first-child:last-child {
  margin-left: -0.375em;
  margin-right: -0.375em;
}

.tag:not(body).is-delete {
  margin-left: 1px;
  padding: 0;
  position: relative;
  width: 2em;
}

.tag:not(body).is-delete::before, .tag:not(body).is-delete::after {
  background-color: currentColor;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}

.tag:not(body).is-delete::before {
  height: 1px;
  width: 50%;
}

.tag:not(body).is-delete::after {
  height: 50%;
  width: 1px;
}

.tag:not(body).is-delete:hover, .tag:not(body).is-delete:focus {
  background-color: #e8e8e8;
}

.tag:not(body).is-delete:active {
  background-color: #dbdbdb;
}

.tag:not(body).is-rounded {
  border-radius: 290486px;
}

a.tag:hover {
  text-decoration: underline;
}

.title,
.subtitle {
  word-break: break-word;
}

.title em,
.title span,
.subtitle em,
.subtitle span {
  font-weight: inherit;
}

.title sub,
.subtitle sub {
  font-size: 0.75em;
}

.title sup,
.subtitle sup {
  font-size: 0.75em;
}

.title .tag,
.subtitle .tag {
  vertical-align: middle;
}

.title {
  color: #363636;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.125;
}

.title strong {
  color: inherit;
  font-weight: inherit;
}

.title + .highlight {
  margin-top: -0.75rem;
}

.title:not(.is-spaced) + .subtitle {
  margin-top: -1.25rem;
}

.title.is-1 {
  font-size: 3rem;
}

.title.is-2 {
  font-size: 2.5rem;
}

.title.is-3 {
  font-size: 2rem;
}

.title.is-4 {
  font-size: 1.5rem;
}

.title.is-5 {
  font-size: 1.25rem;
}

.title.is-6 {
  font-size: 1rem;
}

.title.is-7 {
  font-size: 0.75rem;
}

.subtitle {
  color: #4a4a4a;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
}

.subtitle strong {
  color: #363636;
  font-weight: 600;
}

.subtitle:not(.is-spaced) + .title {
  margin-top: -1.25rem;
}

.subtitle.is-1 {
  font-size: 3rem;
}

.subtitle.is-2 {
  font-size: 2.5rem;
}

.subtitle.is-3 {
  font-size: 2rem;
}

.subtitle.is-4 {
  font-size: 1.5rem;
}

.subtitle.is-5 {
  font-size: 1.25rem;
}

.subtitle.is-6 {
  font-size: 1rem;
}

.subtitle.is-7 {
  font-size: 0.75rem;
}

.heading {
  display: block;
  font-size: 11px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.highlight {
  font-weight: 400;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
}

.highlight pre {
  overflow: auto;
  max-width: 100%;
}

.number {
  align-items: center;
  background-color: whitesmoke;
  border-radius: 290486px;
  display: inline-flex;
  font-size: 1.25rem;
  height: 2em;
  justify-content: center;
  margin-right: 1.5rem;
  min-width: 2.5em;
  padding: 0.25rem 0.5rem;
  text-align: center;
  vertical-align: top;
}

.breadcrumb {
  font-size: 1rem;
  white-space: nowrap;
}

.breadcrumb a {
  align-items: center;
  color: #3273dc;
  display: flex;
  justify-content: center;
  padding: 0 0.75em;
}

.breadcrumb a:hover {
  color: #363636;
}

.breadcrumb li {
  align-items: center;
  display: flex;
}

.breadcrumb li:first-child a {
  padding-left: 0;
}

.breadcrumb li.is-active a {
  color: #363636;
  cursor: default;
  pointer-events: none;
}

.breadcrumb li + li::before {
  color: #b5b5b5;
  content: "\0002f";
}

.breadcrumb ul,
.breadcrumb ol {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.breadcrumb .icon:first-child {
  margin-right: 0.5em;
}

.breadcrumb .icon:last-child {
  margin-left: 0.5em;
}

.breadcrumb.is-centered ol,
.breadcrumb.is-centered ul {
  justify-content: center;
}

.breadcrumb.is-right ol,
.breadcrumb.is-right ul {
  justify-content: flex-end;
}

.breadcrumb.is-small {
  font-size: 0.75rem;
}

.breadcrumb.is-medium {
  font-size: 1.25rem;
}

.breadcrumb.is-large {
  font-size: 1.5rem;
}

.breadcrumb.has-arrow-separator li + li::before {
  content: "\02192";
}

.breadcrumb.has-bullet-separator li + li::before {
  content: "\02022";
}

.breadcrumb.has-dot-separator li + li::before {
  content: "\000b7";
}

.breadcrumb.has-succeeds-separator li + li::before {
  content: "\0227B";
}

.card {
  background-color: white;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  color: #4a4a4a;
  max-width: 100%;
  position: relative;
}

.card-header {
  background-color: transparent;
  align-items: stretch;
  box-shadow: 0 1px 2px rgba(10, 10, 10, 0.1);
  display: flex;
}

.card-header-title {
  align-items: center;
  color: #363636;
  display: flex;
  flex-grow: 1;
  font-weight: 700;
  padding: 0.75rem;
}

.card-header-title.is-centered {
  justify-content: center;
}

.card-header-icon {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 0.75rem;
}

.card-image {
  display: block;
  position: relative;
}

.card-content {
  background-color: transparent;
  padding: 1.5rem;
}

.card-footer {
  background-color: transparent;
  border-top: 1px solid #dbdbdb;
  align-items: stretch;
  display: flex;
}

.card-footer-item {
  align-items: center;
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: center;
  padding: 0.75rem;
}

.card-footer-item:not(:last-child) {
  border-right: 1px solid #dbdbdb;
}

.card .media:not(:last-child) {
  margin-bottom: 0.75rem;
}

.dropdown {
  display: inline-flex;
  position: relative;
  vertical-align: top;
}

.dropdown.is-active .dropdown-menu, .dropdown.is-hoverable:hover .dropdown-menu {
  display: block;
}

.dropdown.is-right .dropdown-menu {
  left: auto;
  right: 0;
}

.dropdown.is-up .dropdown-menu {
  bottom: 100%;
  padding-bottom: 4px;
  padding-top: initial;
  top: auto;
}

.dropdown-menu {
  display: none;
  left: 0;
  min-width: 12rem;
  padding-top: 4px;
  position: absolute;
  top: 100%;
  z-index: 20;
}

.dropdown-content {
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.dropdown-item {
  color: #4a4a4a;
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.375rem 1rem;
  position: relative;
}

a.dropdown-item,
button.dropdown-item {
  padding-right: 3rem;
  text-align: left;
  white-space: nowrap;
  width: 100%;
}

a.dropdown-item:hover,
button.dropdown-item:hover {
  background-color: whitesmoke;
  color: #0a0a0a;
}

a.dropdown-item.is-active,
button.dropdown-item.is-active {
  background-color: #3273dc;
  color: #fff;
}

.dropdown-divider {
  background-color: #dbdbdb;
  border: none;
  display: block;
  height: 1px;
  margin: 0.5rem 0;
}

.level {
  align-items: center;
  justify-content: space-between;
}

.level code {
  border-radius: 4px;
}

.level img {
  display: inline-block;
  vertical-align: top;
}

.level.is-mobile {
  display: flex;
}

.level.is-mobile .level-left,
.level.is-mobile .level-right {
  display: flex;
}

.level.is-mobile .level-left + .level-right {
  margin-top: 0;
}

.level.is-mobile .level-item:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.75rem;
}

.level.is-mobile .level-item:not(.is-narrow) {
  flex-grow: 1;
}

@media screen and (min-width: 769px), print {
  .level {
    display: flex;
  }
  .level > .level-item:not(.is-narrow) {
    flex-grow: 1;
  }
}

.level-item {
  align-items: center;
  display: flex;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center;
}

.level-item .title,
.level-item .subtitle {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .level-item:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}

.level-left,
.level-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}

.level-left .level-item.is-flexible,
.level-right .level-item.is-flexible {
  flex-grow: 1;
}

@media screen and (min-width: 769px), print {
  .level-left .level-item:not(:last-child),
  .level-right .level-item:not(:last-child) {
    margin-right: 0.75rem;
  }
}

.level-left {
  align-items: center;
  justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  .level-left + .level-right {
    margin-top: 1.5rem;
  }
}

@media screen and (min-width: 769px), print {
  .level-left {
    display: flex;
  }
}

.level-right {
  align-items: center;
  justify-content: flex-end;
}

@media screen and (min-width: 769px), print {
  .level-right {
    display: flex;
  }
}

.list {
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
}

.list-item {
  display: block;
  padding: 0.5em 1em;
}

.list-item:not(a) {
  color: #4a4a4a;
}

.list-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-item:last-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-item:not(:last-child) {
  border-bottom: 1px solid #dbdbdb;
}

.list-item.is-active {
  background-color: #3273dc;
  color: #fff;
}

a.list-item {
  background-color: whitesmoke;
  cursor: pointer;
}

.media {
  align-items: flex-start;
  display: flex;
  text-align: left;
}

.media .content:not(:last-child) {
  margin-bottom: 0.75rem;
}

.media .media {
  border-top: 1px solid rgba(219, 219, 219, 0.5);
  display: flex;
  padding-top: 0.75rem;
}

.media .media .content:not(:last-child),
.media .media .control:not(:last-child) {
  margin-bottom: 0.5rem;
}

.media .media .media {
  padding-top: 0.5rem;
}

.media .media .media + .media {
  margin-top: 0.5rem;
}

.media + .media {
  border-top: 1px solid rgba(219, 219, 219, 0.5);
  margin-top: 1rem;
  padding-top: 1rem;
}

.media.is-large + .media {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

.media-left,
.media-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}

.media-left {
  margin-right: 1rem;
}

.media-right {
  margin-left: 1rem;
}

.media-content {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .media-content {
    overflow-x: auto;
  }
}

.menu {
  font-size: 1rem;
}

.menu.is-small {
  font-size: 0.75rem;
}

.menu.is-medium {
  font-size: 1.25rem;
}

.menu.is-large {
  font-size: 1.5rem;
}

.menu-list {
  line-height: 1.25;
}

.menu-list a {
  border-radius: 2px;
  color: #4a4a4a;
  display: block;
  padding: 0.5em 0.75em;
}

.menu-list a:hover {
  background-color: whitesmoke;
  color: #363636;
}

.menu-list a.is-active {
  background-color: #3273dc;
  color: #fff;
}

.menu-list li ul {
  border-left: 1px solid #dbdbdb;
  margin: 0.75em;
  padding-left: 0.75em;
}

.menu-label {
  color: #7a7a7a;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.menu-label:not(:first-child) {
  margin-top: 1em;
}

.menu-label:not(:last-child) {
  margin-bottom: 1em;
}

.message {
  background-color: whitesmoke;
  border-radius: 4px;
  font-size: 1rem;
}

.message strong {
  color: currentColor;
}

.message a:not(.button):not(.tag) {
  color: currentColor;
  text-decoration: underline;
}

.message.is-small {
  font-size: 0.75rem;
}

.message.is-medium {
  font-size: 1.25rem;
}

.message.is-large {
  font-size: 1.5rem;
}

.message.is-white {
  background-color: white;
}

.message.is-white .message-header {
  background-color: white;
  color: #0a0a0a;
}

.message.is-white .message-body {
  border-color: white;
  color: #4d4d4d;
}

.message.is-black {
  background-color: #fafafa;
}

.message.is-black .message-header {
  background-color: #0a0a0a;
  color: white;
}

.message.is-black .message-body {
  border-color: #0a0a0a;
  color: #090909;
}

.message.is-light {
  background-color: #fafafa;
}

.message.is-light .message-header {
  background-color: whitesmoke;
  color: #363636;
}

.message.is-light .message-body {
  border-color: whitesmoke;
  color: #505050;
}

.message.is-dark {
  background-color: #fafafa;
}

.message.is-dark .message-header {
  background-color: #363636;
  color: whitesmoke;
}

.message.is-dark .message-body {
  border-color: #363636;
  color: #2a2a2a;
}

.message.is-primary {
  background-color: #f5fffd;
}

.message.is-primary .message-header {
  background-color: #00d1b2;
  color: #fff;
}

.message.is-primary .message-body {
  border-color: #00d1b2;
  color: #021310;
}

.message.is-link {
  background-color: #f6f9fe;
}

.message.is-link .message-header {
  background-color: #3273dc;
  color: #fff;
}

.message.is-link .message-body {
  border-color: #3273dc;
  color: #22509a;
}

.message.is-info {
  background-color: #f6fbfe;
}

.message.is-info .message-header {
  background-color: #209cee;
  color: #fff;
}

.message.is-info .message-body {
  border-color: #209cee;
  color: #12537e;
}

.message.is-success {
  background-color: #f6fef9;
}

.message.is-success .message-header {
  background-color: #23d160;
  color: #fff;
}

.message.is-success .message-body {
  border-color: #23d160;
  color: #0e301a;
}

.message.is-warning {
  background-color: #fffdf5;
}

.message.is-warning .message-header {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

.message.is-warning .message-body {
  border-color: #ffdd57;
  color: #3b3108;
}

.message.is-danger {
  background-color: #fff5f7;
}

.message.is-danger .message-header {
  background-color: #ff3860;
  color: #fff;
}

.message.is-danger .message-body {
  border-color: #ff3860;
  color: #cd0930;
}

.message-header {
  align-items: center;
  background-color: #4a4a4a;
  border-radius: 4px 4px 0 0;
  color: #fff;
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  line-height: 1.25;
  padding: 0.75em 1em;
  position: relative;
}

.message-header .delete {
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 0.75em;
}

.message-header + .message-body {
  border-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.message-body {
  border-color: #dbdbdb;
  border-radius: 4px;
  border-style: solid;
  border-width: 0 0 0 4px;
  color: #4a4a4a;
  padding: 1.25em 1.5em;
}

.message-body code,
.message-body pre {
  background-color: white;
}

.message-body pre code {
  background-color: transparent;
}

.modal {
  align-items: center;
  display: none;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 40;
}

.modal.is-active {
  display: flex;
}

.modal-background {
  background-color: rgba(10, 10, 10, 0.86);
}

.modal-content,
.modal-card {
  margin: 0 20px;
  max-height: calc(100vh - 160px);
  overflow: auto;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 769px), print {
  .modal-content,
  .modal-card {
    margin: 0 auto;
    max-height: calc(100vh - 40px);
    width: 640px;
  }
}

.modal-close {
  background: none;
  height: 40px;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 40px;
}

.modal-card {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 40px);
  overflow: hidden;
  -ms-overflow-y: visible;
}

.modal-card-head,
.modal-card-foot {
  align-items: center;
  background-color: whitesmoke;
  display: flex;
  flex-shrink: 0;
  justify-content: flex-start;
  padding: 20px;
  position: relative;
}

.modal-card-head {
  border-bottom: 1px solid #dbdbdb;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.modal-card-title {
  color: #363636;
  flex-grow: 1;
  flex-shrink: 0;
  font-size: 1.5rem;
  line-height: 1;
}

.modal-card-foot {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top: 1px solid #dbdbdb;
}

.modal-card-foot .button:not(:last-child) {
  margin-right: 10px;
}

.modal-card-body {
  -webkit-overflow-scrolling: touch;
  background-color: white;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: auto;
  padding: 20px;
}

.navbar {
  background-color: white;
  min-height: 3.25rem;
  position: relative;
  z-index: 30;
}

.navbar.is-white {
  background-color: white;
  color: #0a0a0a;
}

.navbar.is-white .navbar-brand > .navbar-item,
.navbar.is-white .navbar-brand .navbar-link {
  color: #0a0a0a;
}

.navbar.is-white .navbar-brand > a.navbar-item:hover, .navbar.is-white .navbar-brand > a.navbar-item.is-active,
.navbar.is-white .navbar-brand .navbar-link:hover,
.navbar.is-white .navbar-brand .navbar-link.is-active {
  background-color: #f2f2f2;
  color: #0a0a0a;
}

.navbar.is-white .navbar-brand .navbar-link::after {
  border-color: #0a0a0a;
}

.navbar.is-white .navbar-burger {
  color: #0a0a0a;
}

@media screen and (min-width: 1088px) {
  .navbar.is-white .navbar-start > .navbar-item,
  .navbar.is-white .navbar-start .navbar-link,
  .navbar.is-white .navbar-end > .navbar-item,
  .navbar.is-white .navbar-end .navbar-link {
    color: #0a0a0a;
  }
  .navbar.is-white .navbar-start > a.navbar-item:hover, .navbar.is-white .navbar-start > a.navbar-item.is-active,
  .navbar.is-white .navbar-start .navbar-link:hover,
  .navbar.is-white .navbar-start .navbar-link.is-active,
  .navbar.is-white .navbar-end > a.navbar-item:hover,
  .navbar.is-white .navbar-end > a.navbar-item.is-active,
  .navbar.is-white .navbar-end .navbar-link:hover,
  .navbar.is-white .navbar-end .navbar-link.is-active {
    background-color: #f2f2f2;
    color: #0a0a0a;
  }
  .navbar.is-white .navbar-start .navbar-link::after,
  .navbar.is-white .navbar-end .navbar-link::after {
    border-color: #0a0a0a;
  }
  .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #f2f2f2;
    color: #0a0a0a;
  }
  .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
    background-color: white;
    color: #0a0a0a;
  }
}

.navbar.is-black {
  background-color: #0a0a0a;
  color: white;
}

.navbar.is-black .navbar-brand > .navbar-item,
.navbar.is-black .navbar-brand .navbar-link {
  color: white;
}

.navbar.is-black .navbar-brand > a.navbar-item:hover, .navbar.is-black .navbar-brand > a.navbar-item.is-active,
.navbar.is-black .navbar-brand .navbar-link:hover,
.navbar.is-black .navbar-brand .navbar-link.is-active {
  background-color: black;
  color: white;
}

.navbar.is-black .navbar-brand .navbar-link::after {
  border-color: white;
}

.navbar.is-black .navbar-burger {
  color: white;
}

@media screen and (min-width: 1088px) {
  .navbar.is-black .navbar-start > .navbar-item,
  .navbar.is-black .navbar-start .navbar-link,
  .navbar.is-black .navbar-end > .navbar-item,
  .navbar.is-black .navbar-end .navbar-link {
    color: white;
  }
  .navbar.is-black .navbar-start > a.navbar-item:hover, .navbar.is-black .navbar-start > a.navbar-item.is-active,
  .navbar.is-black .navbar-start .navbar-link:hover,
  .navbar.is-black .navbar-start .navbar-link.is-active,
  .navbar.is-black .navbar-end > a.navbar-item:hover,
  .navbar.is-black .navbar-end > a.navbar-item.is-active,
  .navbar.is-black .navbar-end .navbar-link:hover,
  .navbar.is-black .navbar-end .navbar-link.is-active {
    background-color: black;
    color: white;
  }
  .navbar.is-black .navbar-start .navbar-link::after,
  .navbar.is-black .navbar-end .navbar-link::after {
    border-color: white;
  }
  .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: black;
    color: white;
  }
  .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
    background-color: #0a0a0a;
    color: white;
  }
}

.navbar.is-light {
  background-color: whitesmoke;
  color: #363636;
}

.navbar.is-light .navbar-brand > .navbar-item,
.navbar.is-light .navbar-brand .navbar-link {
  color: #363636;
}

.navbar.is-light .navbar-brand > a.navbar-item:hover, .navbar.is-light .navbar-brand > a.navbar-item.is-active,
.navbar.is-light .navbar-brand .navbar-link:hover,
.navbar.is-light .navbar-brand .navbar-link.is-active {
  background-color: #e8e8e8;
  color: #363636;
}

.navbar.is-light .navbar-brand .navbar-link::after {
  border-color: #363636;
}

.navbar.is-light .navbar-burger {
  color: #363636;
}

@media screen and (min-width: 1088px) {
  .navbar.is-light .navbar-start > .navbar-item,
  .navbar.is-light .navbar-start .navbar-link,
  .navbar.is-light .navbar-end > .navbar-item,
  .navbar.is-light .navbar-end .navbar-link {
    color: #363636;
  }
  .navbar.is-light .navbar-start > a.navbar-item:hover, .navbar.is-light .navbar-start > a.navbar-item.is-active,
  .navbar.is-light .navbar-start .navbar-link:hover,
  .navbar.is-light .navbar-start .navbar-link.is-active,
  .navbar.is-light .navbar-end > a.navbar-item:hover,
  .navbar.is-light .navbar-end > a.navbar-item.is-active,
  .navbar.is-light .navbar-end .navbar-link:hover,
  .navbar.is-light .navbar-end .navbar-link.is-active {
    background-color: #e8e8e8;
    color: #363636;
  }
  .navbar.is-light .navbar-start .navbar-link::after,
  .navbar.is-light .navbar-end .navbar-link::after {
    border-color: #363636;
  }
  .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #e8e8e8;
    color: #363636;
  }
  .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: #363636;
  }
}

.navbar.is-dark {
  background-color: #363636;
  color: whitesmoke;
}

.navbar.is-dark .navbar-brand > .navbar-item,
.navbar.is-dark .navbar-brand .navbar-link {
  color: whitesmoke;
}

.navbar.is-dark .navbar-brand > a.navbar-item:hover, .navbar.is-dark .navbar-brand > a.navbar-item.is-active,
.navbar.is-dark .navbar-brand .navbar-link:hover,
.navbar.is-dark .navbar-brand .navbar-link.is-active {
  background-color: #292929;
  color: whitesmoke;
}

.navbar.is-dark .navbar-brand .navbar-link::after {
  border-color: whitesmoke;
}

.navbar.is-dark .navbar-burger {
  color: whitesmoke;
}

@media screen and (min-width: 1088px) {
  .navbar.is-dark .navbar-start > .navbar-item,
  .navbar.is-dark .navbar-start .navbar-link,
  .navbar.is-dark .navbar-end > .navbar-item,
  .navbar.is-dark .navbar-end .navbar-link {
    color: whitesmoke;
  }
  .navbar.is-dark .navbar-start > a.navbar-item:hover, .navbar.is-dark .navbar-start > a.navbar-item.is-active,
  .navbar.is-dark .navbar-start .navbar-link:hover,
  .navbar.is-dark .navbar-start .navbar-link.is-active,
  .navbar.is-dark .navbar-end > a.navbar-item:hover,
  .navbar.is-dark .navbar-end > a.navbar-item.is-active,
  .navbar.is-dark .navbar-end .navbar-link:hover,
  .navbar.is-dark .navbar-end .navbar-link.is-active {
    background-color: #292929;
    color: whitesmoke;
  }
  .navbar.is-dark .navbar-start .navbar-link::after,
  .navbar.is-dark .navbar-end .navbar-link::after {
    border-color: whitesmoke;
  }
  .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #292929;
    color: whitesmoke;
  }
  .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
    background-color: #363636;
    color: whitesmoke;
  }
}

.navbar.is-primary {
  background-color: #00d1b2;
  color: #fff;
}

.navbar.is-primary .navbar-brand > .navbar-item,
.navbar.is-primary .navbar-brand .navbar-link {
  color: #fff;
}

.navbar.is-primary .navbar-brand > a.navbar-item:hover, .navbar.is-primary .navbar-brand > a.navbar-item.is-active,
.navbar.is-primary .navbar-brand .navbar-link:hover,
.navbar.is-primary .navbar-brand .navbar-link.is-active {
  background-color: #00b89c;
  color: #fff;
}

.navbar.is-primary .navbar-brand .navbar-link::after {
  border-color: #fff;
}

.navbar.is-primary .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1088px) {
  .navbar.is-primary .navbar-start > .navbar-item,
  .navbar.is-primary .navbar-start .navbar-link,
  .navbar.is-primary .navbar-end > .navbar-item,
  .navbar.is-primary .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-primary .navbar-start > a.navbar-item:hover, .navbar.is-primary .navbar-start > a.navbar-item.is-active,
  .navbar.is-primary .navbar-start .navbar-link:hover,
  .navbar.is-primary .navbar-start .navbar-link.is-active,
  .navbar.is-primary .navbar-end > a.navbar-item:hover,
  .navbar.is-primary .navbar-end > a.navbar-item.is-active,
  .navbar.is-primary .navbar-end .navbar-link:hover,
  .navbar.is-primary .navbar-end .navbar-link.is-active {
    background-color: #00b89c;
    color: #fff;
  }
  .navbar.is-primary .navbar-start .navbar-link::after,
  .navbar.is-primary .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #00b89c;
    color: #fff;
  }
  .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
    background-color: #00d1b2;
    color: #fff;
  }
}

.navbar.is-link {
  background-color: #3273dc;
  color: #fff;
}

.navbar.is-link .navbar-brand > .navbar-item,
.navbar.is-link .navbar-brand .navbar-link {
  color: #fff;
}

.navbar.is-link .navbar-brand > a.navbar-item:hover, .navbar.is-link .navbar-brand > a.navbar-item.is-active,
.navbar.is-link .navbar-brand .navbar-link:hover,
.navbar.is-link .navbar-brand .navbar-link.is-active {
  background-color: #2366d1;
  color: #fff;
}

.navbar.is-link .navbar-brand .navbar-link::after {
  border-color: #fff;
}

.navbar.is-link .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1088px) {
  .navbar.is-link .navbar-start > .navbar-item,
  .navbar.is-link .navbar-start .navbar-link,
  .navbar.is-link .navbar-end > .navbar-item,
  .navbar.is-link .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-link .navbar-start > a.navbar-item:hover, .navbar.is-link .navbar-start > a.navbar-item.is-active,
  .navbar.is-link .navbar-start .navbar-link:hover,
  .navbar.is-link .navbar-start .navbar-link.is-active,
  .navbar.is-link .navbar-end > a.navbar-item:hover,
  .navbar.is-link .navbar-end > a.navbar-item.is-active,
  .navbar.is-link .navbar-end .navbar-link:hover,
  .navbar.is-link .navbar-end .navbar-link.is-active {
    background-color: #2366d1;
    color: #fff;
  }
  .navbar.is-link .navbar-start .navbar-link::after,
  .navbar.is-link .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #2366d1;
    color: #fff;
  }
  .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
    background-color: #3273dc;
    color: #fff;
  }
}

.navbar.is-info {
  background-color: #209cee;
  color: #fff;
}

.navbar.is-info .navbar-brand > .navbar-item,
.navbar.is-info .navbar-brand .navbar-link {
  color: #fff;
}

.navbar.is-info .navbar-brand > a.navbar-item:hover, .navbar.is-info .navbar-brand > a.navbar-item.is-active,
.navbar.is-info .navbar-brand .navbar-link:hover,
.navbar.is-info .navbar-brand .navbar-link.is-active {
  background-color: #118fe4;
  color: #fff;
}

.navbar.is-info .navbar-brand .navbar-link::after {
  border-color: #fff;
}

.navbar.is-info .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1088px) {
  .navbar.is-info .navbar-start > .navbar-item,
  .navbar.is-info .navbar-start .navbar-link,
  .navbar.is-info .navbar-end > .navbar-item,
  .navbar.is-info .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-info .navbar-start > a.navbar-item:hover, .navbar.is-info .navbar-start > a.navbar-item.is-active,
  .navbar.is-info .navbar-start .navbar-link:hover,
  .navbar.is-info .navbar-start .navbar-link.is-active,
  .navbar.is-info .navbar-end > a.navbar-item:hover,
  .navbar.is-info .navbar-end > a.navbar-item.is-active,
  .navbar.is-info .navbar-end .navbar-link:hover,
  .navbar.is-info .navbar-end .navbar-link.is-active {
    background-color: #118fe4;
    color: #fff;
  }
  .navbar.is-info .navbar-start .navbar-link::after,
  .navbar.is-info .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #118fe4;
    color: #fff;
  }
  .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
    background-color: #209cee;
    color: #fff;
  }
}

.navbar.is-success {
  background-color: #23d160;
  color: #fff;
}

.navbar.is-success .navbar-brand > .navbar-item,
.navbar.is-success .navbar-brand .navbar-link {
  color: #fff;
}

.navbar.is-success .navbar-brand > a.navbar-item:hover, .navbar.is-success .navbar-brand > a.navbar-item.is-active,
.navbar.is-success .navbar-brand .navbar-link:hover,
.navbar.is-success .navbar-brand .navbar-link.is-active {
  background-color: #20bc56;
  color: #fff;
}

.navbar.is-success .navbar-brand .navbar-link::after {
  border-color: #fff;
}

.navbar.is-success .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1088px) {
  .navbar.is-success .navbar-start > .navbar-item,
  .navbar.is-success .navbar-start .navbar-link,
  .navbar.is-success .navbar-end > .navbar-item,
  .navbar.is-success .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-success .navbar-start > a.navbar-item:hover, .navbar.is-success .navbar-start > a.navbar-item.is-active,
  .navbar.is-success .navbar-start .navbar-link:hover,
  .navbar.is-success .navbar-start .navbar-link.is-active,
  .navbar.is-success .navbar-end > a.navbar-item:hover,
  .navbar.is-success .navbar-end > a.navbar-item.is-active,
  .navbar.is-success .navbar-end .navbar-link:hover,
  .navbar.is-success .navbar-end .navbar-link.is-active {
    background-color: #20bc56;
    color: #fff;
  }
  .navbar.is-success .navbar-start .navbar-link::after,
  .navbar.is-success .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #20bc56;
    color: #fff;
  }
  .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
    background-color: #23d160;
    color: #fff;
  }
}

.navbar.is-warning {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

.navbar.is-warning .navbar-brand > .navbar-item,
.navbar.is-warning .navbar-brand .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}

.navbar.is-warning .navbar-brand > a.navbar-item:hover, .navbar.is-warning .navbar-brand > a.navbar-item.is-active,
.navbar.is-warning .navbar-brand .navbar-link:hover,
.navbar.is-warning .navbar-brand .navbar-link.is-active {
  background-color: #ffd83d;
  color: rgba(0, 0, 0, 0.7);
}

.navbar.is-warning .navbar-brand .navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}

.navbar.is-warning .navbar-burger {
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (min-width: 1088px) {
  .navbar.is-warning .navbar-start > .navbar-item,
  .navbar.is-warning .navbar-start .navbar-link,
  .navbar.is-warning .navbar-end > .navbar-item,
  .navbar.is-warning .navbar-end .navbar-link {
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-warning .navbar-start > a.navbar-item:hover, .navbar.is-warning .navbar-start > a.navbar-item.is-active,
  .navbar.is-warning .navbar-start .navbar-link:hover,
  .navbar.is-warning .navbar-start .navbar-link.is-active,
  .navbar.is-warning .navbar-end > a.navbar-item:hover,
  .navbar.is-warning .navbar-end > a.navbar-item.is-active,
  .navbar.is-warning .navbar-end .navbar-link:hover,
  .navbar.is-warning .navbar-end .navbar-link.is-active {
    background-color: #ffd83d;
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-warning .navbar-start .navbar-link::after,
  .navbar.is-warning .navbar-end .navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #ffd83d;
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
    background-color: #ffdd57;
    color: rgba(0, 0, 0, 0.7);
  }
}

.navbar.is-danger {
  background-color: #ff3860;
  color: #fff;
}

.navbar.is-danger .navbar-brand > .navbar-item,
.navbar.is-danger .navbar-brand .navbar-link {
  color: #fff;
}

.navbar.is-danger .navbar-brand > a.navbar-item:hover, .navbar.is-danger .navbar-brand > a.navbar-item.is-active,
.navbar.is-danger .navbar-brand .navbar-link:hover,
.navbar.is-danger .navbar-brand .navbar-link.is-active {
  background-color: #ff1f4b;
  color: #fff;
}

.navbar.is-danger .navbar-brand .navbar-link::after {
  border-color: #fff;
}

.navbar.is-danger .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1088px) {
  .navbar.is-danger .navbar-start > .navbar-item,
  .navbar.is-danger .navbar-start .navbar-link,
  .navbar.is-danger .navbar-end > .navbar-item,
  .navbar.is-danger .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-danger .navbar-start > a.navbar-item:hover, .navbar.is-danger .navbar-start > a.navbar-item.is-active,
  .navbar.is-danger .navbar-start .navbar-link:hover,
  .navbar.is-danger .navbar-start .navbar-link.is-active,
  .navbar.is-danger .navbar-end > a.navbar-item:hover,
  .navbar.is-danger .navbar-end > a.navbar-item.is-active,
  .navbar.is-danger .navbar-end .navbar-link:hover,
  .navbar.is-danger .navbar-end .navbar-link.is-active {
    background-color: #ff1f4b;
    color: #fff;
  }
  .navbar.is-danger .navbar-start .navbar-link::after,
  .navbar.is-danger .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #ff1f4b;
    color: #fff;
  }
  .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
    background-color: #ff3860;
    color: #fff;
  }
}

.navbar > .container {
  align-items: stretch;
  display: flex;
  min-height: 3.25rem;
  width: 100%;
}

.navbar.has-shadow {
  box-shadow: 0 2px 0 0 whitesmoke;
}

.navbar.is-fixed-bottom, .navbar.is-fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 30;
}

.navbar.is-fixed-bottom {
  bottom: 0;
}

.navbar.is-fixed-bottom.has-shadow {
  box-shadow: 0 -2px 0 0 whitesmoke;
}

.navbar.is-fixed-top {
  top: 0;
}

html.has-navbar-fixed-top,
body.has-navbar-fixed-top {
  padding-top: 3.25rem;
}

html.has-navbar-fixed-bottom,
body.has-navbar-fixed-bottom {
  padding-bottom: 3.25rem;
}

.navbar-brand,
.navbar-tabs {
  align-items: stretch;
  display: flex;
  flex-shrink: 0;
  min-height: 3.25rem;
}

.navbar-brand a.navbar-item:hover {
  background-color: transparent;
}

.navbar-tabs {
  -webkit-overflow-scrolling: touch;
  max-width: 100vw;
  overflow-x: auto;
  overflow-y: hidden;
}

.navbar-burger {
  color: #4a4a4a;
  cursor: pointer;
  display: block;
  height: 3.25rem;
  position: relative;
  width: 3.25rem;
  margin-left: auto;
}

.navbar-burger span {
  background-color: currentColor;
  display: block;
  height: 1px;
  left: calc(50% - 8px);
  position: absolute;
  transform-origin: center;
  transition-duration: 86ms;
  transition-property: background-color, opacity, transform;
  transition-timing-function: ease-out;
  width: 16px;
}

.navbar-burger span:nth-child(1) {
  top: calc(50% - 6px);
}

.navbar-burger span:nth-child(2) {
  top: calc(50% - 1px);
}

.navbar-burger span:nth-child(3) {
  top: calc(50% + 4px);
}

.navbar-burger:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.navbar-burger.is-active span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}

.navbar-burger.is-active span:nth-child(2) {
  opacity: 0;
}

.navbar-burger.is-active span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

.navbar-menu {
  display: none;
}

.navbar-item,
.navbar-link {
  color: #4a4a4a;
  display: block;
  line-height: 1.5;
  padding: 0.5rem 0.75rem;
  position: relative;
}

.navbar-item .icon:only-child,
.navbar-link .icon:only-child {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

a.navbar-item,
.navbar-link {
  cursor: pointer;
}

a.navbar-item:hover, a.navbar-item.is-active,
.navbar-link:hover,
.navbar-link.is-active {
  background-color: #fafafa;
  color: #3273dc;
}

.navbar-item {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
}

.navbar-item img {
  max-height: 1.75rem;
}

.navbar-item.has-dropdown {
  padding: 0;
}

.navbar-item.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}

.navbar-item.is-tab {
  border-bottom: 1px solid transparent;
  min-height: 3.25rem;
  padding-bottom: calc(0.5rem - 1px);
}

.navbar-item.is-tab:hover {
  background-color: transparent;
  border-bottom-color: #3273dc;
}

.navbar-item.is-tab.is-active {
  background-color: transparent;
  border-bottom-color: #3273dc;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  color: #3273dc;
  padding-bottom: calc(0.5rem - 3px);
}

.navbar-content {
  flex-grow: 1;
  flex-shrink: 1;
}

.navbar-link:not(.is-arrowless) {
  padding-right: 2.5em;
}

.navbar-link:not(.is-arrowless)::after {
  border-color: #3273dc;
  margin-top: -0.375em;
  right: 1.125em;
}

.navbar-dropdown {
  font-size: 0.875rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.navbar-dropdown .navbar-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.navbar-divider {
  background-color: whitesmoke;
  border: none;
  display: none;
  height: 2px;
  margin: 0.5rem 0;
}

@media screen and (max-width: 1087px) {
  .navbar > .container {
    display: block;
  }
  .navbar-brand .navbar-item,
  .navbar-tabs .navbar-item {
    align-items: center;
    display: flex;
  }
  .navbar-link::after {
    display: none;
  }
  .navbar-menu {
    background-color: white;
    box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
    padding: 0.5rem 0;
  }
  .navbar-menu.is-active {
    display: block;
  }
  .navbar.is-fixed-bottom-touch, .navbar.is-fixed-top-touch {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }
  .navbar.is-fixed-bottom-touch {
    bottom: 0;
  }
  .navbar.is-fixed-bottom-touch.has-shadow {
    box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
  }
  .navbar.is-fixed-top-touch {
    top: 0;
  }
  .navbar.is-fixed-top .navbar-menu, .navbar.is-fixed-top-touch .navbar-menu {
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 3.25rem);
    overflow: auto;
  }
  html.has-navbar-fixed-top-touch,
  body.has-navbar-fixed-top-touch {
    padding-top: 3.25rem;
  }
  html.has-navbar-fixed-bottom-touch,
  body.has-navbar-fixed-bottom-touch {
    padding-bottom: 3.25rem;
  }
}

@media screen and (min-width: 1088px) {
  .navbar,
  .navbar-menu,
  .navbar-start,
  .navbar-end {
    align-items: stretch;
    display: flex;
  }
  .navbar {
    min-height: 3.25rem;
  }
  .navbar.is-spaced {
    padding: 1rem 2rem;
  }
  .navbar.is-spaced .navbar-start,
  .navbar.is-spaced .navbar-end {
    align-items: center;
  }
  .navbar.is-spaced a.navbar-item,
  .navbar.is-spaced .navbar-link {
    border-radius: 4px;
  }
  .navbar.is-transparent a.navbar-item:hover, .navbar.is-transparent a.navbar-item.is-active,
  .navbar.is-transparent .navbar-link:hover,
  .navbar.is-transparent .navbar-link.is-active {
    background-color: transparent !important;
  }
  .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link {
    background-color: transparent !important;
  }
  .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
    background-color: whitesmoke;
    color: #0a0a0a;
  }
  .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: #3273dc;
  }
  .navbar-burger {
    display: none;
  }
  .navbar-item,
  .navbar-link {
    align-items: center;
    display: flex;
  }
  .navbar-item {
    display: flex;
  }
  .navbar-item.has-dropdown {
    align-items: stretch;
  }
  .navbar-item.has-dropdown-up .navbar-link::after {
    transform: rotate(135deg) translate(0.25em, -0.25em);
  }
  .navbar-item.has-dropdown-up .navbar-dropdown {
    border-bottom: 2px solid #dbdbdb;
    border-radius: 6px 6px 0 0;
    border-top: none;
    bottom: 100%;
    box-shadow: 0 -8px 8px rgba(10, 10, 10, 0.1);
    top: auto;
  }
  .navbar-item.is-active .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown {
    display: block;
  }
  .navbar.is-spaced .navbar-item.is-active .navbar-dropdown, .navbar-item.is-active .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .navbar-menu {
    flex-grow: 1;
    flex-shrink: 0;
  }
  .navbar-start {
    justify-content: flex-start;
    margin-right: auto;
  }
  .navbar-end {
    justify-content: flex-end;
    margin-left: auto;
  }
  .navbar-dropdown {
    background-color: white;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 2px solid #dbdbdb;
    box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
    display: none;
    font-size: 0.875rem;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 100%;
    z-index: 20;
  }
  .navbar-dropdown .navbar-item {
    padding: 0.375rem 1rem;
    white-space: nowrap;
  }
  .navbar-dropdown a.navbar-item {
    padding-right: 3rem;
  }
  .navbar-dropdown a.navbar-item:hover {
    background-color: whitesmoke;
    color: #0a0a0a;
  }
  .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: #3273dc;
  }
  .navbar.is-spaced .navbar-dropdown, .navbar-dropdown.is-boxed {
    border-radius: 6px;
    border-top: none;
    box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
    display: block;
    opacity: 0;
    pointer-events: none;
    top: calc(100% + (-4px));
    transform: translateY(-5px);
    transition-duration: 86ms;
    transition-property: opacity, transform;
  }
  .navbar-dropdown.is-right {
    left: auto;
    right: 0;
  }
  .navbar-divider {
    display: block;
  }
  .navbar > .container .navbar-brand,
  .container > .navbar .navbar-brand {
    margin-left: -.75rem;
  }
  .navbar > .container .navbar-menu,
  .container > .navbar .navbar-menu {
    margin-right: -.75rem;
  }
  .navbar.is-fixed-bottom-desktop, .navbar.is-fixed-top-desktop {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }
  .navbar.is-fixed-bottom-desktop {
    bottom: 0;
  }
  .navbar.is-fixed-bottom-desktop.has-shadow {
    box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
  }
  .navbar.is-fixed-top-desktop {
    top: 0;
  }
  html.has-navbar-fixed-top-desktop,
  body.has-navbar-fixed-top-desktop {
    padding-top: 3.25rem;
  }
  html.has-navbar-fixed-bottom-desktop,
  body.has-navbar-fixed-bottom-desktop {
    padding-bottom: 3.25rem;
  }
  html.has-spaced-navbar-fixed-top,
  body.has-spaced-navbar-fixed-top {
    padding-top: 5.25rem;
  }
  html.has-spaced-navbar-fixed-bottom,
  body.has-spaced-navbar-fixed-bottom {
    padding-bottom: 5.25rem;
  }
  a.navbar-item.is-active,
  .navbar-link.is-active {
    color: #0a0a0a;
  }
  a.navbar-item.is-active:not(:hover),
  .navbar-link.is-active:not(:hover) {
    background-color: transparent;
  }
  .navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #fafafa;
  }
}

.pagination {
  font-size: 1rem;
  margin: -0.25rem;
}

.pagination.is-small {
  font-size: 0.75rem;
}

.pagination.is-medium {
  font-size: 1.25rem;
}

.pagination.is-large {
  font-size: 1.5rem;
}

.pagination.is-rounded .pagination-previous,
.pagination.is-rounded .pagination-next {
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 290486px;
}

.pagination.is-rounded .pagination-link {
  border-radius: 290486px;
}

.pagination,
.pagination-list {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}

.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
  font-size: 1em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  justify-content: center;
  margin: 0.25rem;
  text-align: center;
}

.pagination-previous,
.pagination-next,
.pagination-link {
  border-color: #dbdbdb;
  color: #363636;
  min-width: 2.25em;
}

.pagination-previous:hover,
.pagination-next:hover,
.pagination-link:hover {
  border-color: #b5b5b5;
  color: #363636;
}

.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus {
  border-color: #3273dc;
}

.pagination-previous:active,
.pagination-next:active,
.pagination-link:active {
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
}

.pagination-previous[disabled],
.pagination-next[disabled],
.pagination-link[disabled] {
  background-color: #dbdbdb;
  border-color: #dbdbdb;
  box-shadow: none;
  color: #7a7a7a;
  opacity: 0.5;
}

.pagination-previous,
.pagination-next {
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}

.pagination-link.is-current {
  background-color: #3273dc;
  border-color: #3273dc;
  color: #fff;
}

.pagination-ellipsis {
  color: #b5b5b5;
  pointer-events: none;
}

.pagination-list {
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .pagination {
    flex-wrap: wrap;
  }
  .pagination-previous,
  .pagination-next {
    flex-grow: 1;
    flex-shrink: 1;
  }
  .pagination-list li {
    flex-grow: 1;
    flex-shrink: 1;
  }
}

@media screen and (min-width: 769px), print {
  .pagination-list {
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: flex-start;
    order: 1;
  }
  .pagination-previous {
    order: 2;
  }
  .pagination-next {
    order: 3;
  }
  .pagination {
    justify-content: space-between;
  }
  .pagination.is-centered .pagination-previous {
    order: 1;
  }
  .pagination.is-centered .pagination-list {
    justify-content: center;
    order: 2;
  }
  .pagination.is-centered .pagination-next {
    order: 3;
  }
  .pagination.is-right .pagination-previous {
    order: 1;
  }
  .pagination.is-right .pagination-next {
    order: 2;
  }
  .pagination.is-right .pagination-list {
    justify-content: flex-end;
    order: 3;
  }
}

.panel {
  font-size: 1rem;
}

.panel:not(:last-child) {
  margin-bottom: 1.5rem;
}

.panel-heading,
.panel-tabs,
.panel-block {
  border-bottom: 1px solid #dbdbdb;
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
}

.panel-heading:first-child,
.panel-tabs:first-child,
.panel-block:first-child {
  border-top: 1px solid #dbdbdb;
}

.panel-heading {
  background-color: whitesmoke;
  border-radius: 4px 4px 0 0;
  color: #363636;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.25;
  padding: 0.5em 0.75em;
}

.panel-tabs {
  align-items: flex-end;
  display: flex;
  font-size: 0.875em;
  justify-content: center;
}

.panel-tabs a {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: -1px;
  padding: 0.5em;
}

.panel-tabs a.is-active {
  border-bottom-color: #4a4a4a;
  color: #363636;
}

.panel-list a {
  color: #4a4a4a;
}

.panel-list a:hover {
  color: #3273dc;
}

.panel-block {
  align-items: center;
  color: #363636;
  display: flex;
  justify-content: flex-start;
  padding: 0.5em 0.75em;
}

.panel-block input[type="checkbox"] {
  margin-right: 0.75em;
}

.panel-block > .control {
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
}

.panel-block.is-wrapped {
  flex-wrap: wrap;
}

.panel-block.is-active {
  border-left-color: #3273dc;
  color: #363636;
}

.panel-block.is-active .panel-icon {
  color: #3273dc;
}

a.panel-block,
label.panel-block {
  cursor: pointer;
}

a.panel-block:hover,
label.panel-block:hover {
  background-color: whitesmoke;
}

.panel-icon {
  display: inline-block;
  font-size: 14px;
  height: 1em;
  line-height: 1em;
  text-align: center;
  vertical-align: top;
  width: 1em;
  color: #7a7a7a;
  margin-right: 0.75em;
}

.panel-icon .fa {
  font-size: inherit;
  line-height: inherit;
}

.tabs {
  -webkit-overflow-scrolling: touch;
  align-items: stretch;
  display: flex;
  font-size: 1rem;
  justify-content: space-between;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
}

.tabs a {
  align-items: center;
  border-bottom-color: #dbdbdb;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: #4a4a4a;
  display: flex;
  justify-content: center;
  margin-bottom: -1px;
  padding: 0.5em 1em;
  vertical-align: top;
}

.tabs a:hover {
  border-bottom-color: #363636;
  color: #363636;
}

.tabs li {
  display: block;
}

.tabs li.is-active a {
  border-bottom-color: #3273dc;
  color: #3273dc;
}

.tabs ul {
  align-items: center;
  border-bottom-color: #dbdbdb;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: flex-start;
}

.tabs ul.is-left {
  padding-right: 0.75em;
}

.tabs ul.is-center {
  flex: none;
  justify-content: center;
  padding-left: 0.75em;
  padding-right: 0.75em;
}

.tabs ul.is-right {
  justify-content: flex-end;
  padding-left: 0.75em;
}

.tabs .icon:first-child {
  margin-right: 0.5em;
}

.tabs .icon:last-child {
  margin-left: 0.5em;
}

.tabs.is-centered ul {
  justify-content: center;
}

.tabs.is-right ul {
  justify-content: flex-end;
}

.tabs.is-boxed a {
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.tabs.is-boxed a:hover {
  background-color: whitesmoke;
  border-bottom-color: #dbdbdb;
}

.tabs.is-boxed li.is-active a {
  background-color: white;
  border-color: #dbdbdb;
  border-bottom-color: transparent !important;
}

.tabs.is-fullwidth li {
  flex-grow: 1;
  flex-shrink: 0;
}

.tabs.is-toggle a {
  border-color: #dbdbdb;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 0;
  position: relative;
}

.tabs.is-toggle a:hover {
  background-color: whitesmoke;
  border-color: #b5b5b5;
  z-index: 2;
}

.tabs.is-toggle li + li {
  margin-left: -1px;
}

.tabs.is-toggle li:first-child a {
  border-radius: 4px 0 0 4px;
}

.tabs.is-toggle li:last-child a {
  border-radius: 0 4px 4px 0;
}

.tabs.is-toggle li.is-active a {
  background-color: #3273dc;
  border-color: #3273dc;
  color: #fff;
  z-index: 1;
}

.tabs.is-toggle ul {
  border-bottom: none;
}

.tabs.is-toggle.is-toggle-rounded li:first-child a {
  border-bottom-left-radius: 290486px;
  border-top-left-radius: 290486px;
  padding-left: 1.25em;
}

.tabs.is-toggle.is-toggle-rounded li:last-child a {
  border-bottom-right-radius: 290486px;
  border-top-right-radius: 290486px;
  padding-right: 1.25em;
}

.tabs.is-small {
  font-size: 0.75rem;
}

.tabs.is-medium {
  font-size: 1.25rem;
}

.tabs.is-large {
  font-size: 1.5rem;
}

.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem;
}

.columns.is-mobile > .column.is-narrow {
  flex: none;
}

.columns.is-mobile > .column.is-full {
  flex: none;
  width: 100%;
}

.columns.is-mobile > .column.is-three-quarters {
  flex: none;
  width: 75%;
}

.columns.is-mobile > .column.is-two-thirds {
  flex: none;
  width: 66.6666%;
}

.columns.is-mobile > .column.is-half {
  flex: none;
  width: 50%;
}

.columns.is-mobile > .column.is-one-third {
  flex: none;
  width: 33.3333%;
}

.columns.is-mobile > .column.is-one-quarter {
  flex: none;
  width: 25%;
}

.columns.is-mobile > .column.is-one-fifth {
  flex: none;
  width: 20%;
}

.columns.is-mobile > .column.is-two-fifths {
  flex: none;
  width: 40%;
}

.columns.is-mobile > .column.is-three-fifths {
  flex: none;
  width: 60%;
}

.columns.is-mobile > .column.is-four-fifths {
  flex: none;
  width: 80%;
}

.columns.is-mobile > .column.is-offset-three-quarters {
  margin-left: 75%;
}

.columns.is-mobile > .column.is-offset-two-thirds {
  margin-left: 66.6666%;
}

.columns.is-mobile > .column.is-offset-half {
  margin-left: 50%;
}

.columns.is-mobile > .column.is-offset-one-third {
  margin-left: 33.3333%;
}

.columns.is-mobile > .column.is-offset-one-quarter {
  margin-left: 25%;
}

.columns.is-mobile > .column.is-offset-one-fifth {
  margin-left: 20%;
}

.columns.is-mobile > .column.is-offset-two-fifths {
  margin-left: 40%;
}

.columns.is-mobile > .column.is-offset-three-fifths {
  margin-left: 60%;
}

.columns.is-mobile > .column.is-offset-four-fifths {
  margin-left: 80%;
}

.columns.is-mobile > .column.is-1 {
  flex: none;
  width: 8.33333%;
}

.columns.is-mobile > .column.is-offset-1 {
  margin-left: 8.33333%;
}

.columns.is-mobile > .column.is-2 {
  flex: none;
  width: 16.66667%;
}

.columns.is-mobile > .column.is-offset-2 {
  margin-left: 16.66667%;
}

.columns.is-mobile > .column.is-3 {
  flex: none;
  width: 25%;
}

.columns.is-mobile > .column.is-offset-3 {
  margin-left: 25%;
}

.columns.is-mobile > .column.is-4 {
  flex: none;
  width: 33.33333%;
}

.columns.is-mobile > .column.is-offset-4 {
  margin-left: 33.33333%;
}

.columns.is-mobile > .column.is-5 {
  flex: none;
  width: 41.66667%;
}

.columns.is-mobile > .column.is-offset-5 {
  margin-left: 41.66667%;
}

.columns.is-mobile > .column.is-6 {
  flex: none;
  width: 50%;
}

.columns.is-mobile > .column.is-offset-6 {
  margin-left: 50%;
}

.columns.is-mobile > .column.is-7 {
  flex: none;
  width: 58.33333%;
}

.columns.is-mobile > .column.is-offset-7 {
  margin-left: 58.33333%;
}

.columns.is-mobile > .column.is-8 {
  flex: none;
  width: 66.66667%;
}

.columns.is-mobile > .column.is-offset-8 {
  margin-left: 66.66667%;
}

.columns.is-mobile > .column.is-9 {
  flex: none;
  width: 75%;
}

.columns.is-mobile > .column.is-offset-9 {
  margin-left: 75%;
}

.columns.is-mobile > .column.is-10 {
  flex: none;
  width: 83.33333%;
}

.columns.is-mobile > .column.is-offset-10 {
  margin-left: 83.33333%;
}

.columns.is-mobile > .column.is-11 {
  flex: none;
  width: 91.66667%;
}

.columns.is-mobile > .column.is-offset-11 {
  margin-left: 91.66667%;
}

.columns.is-mobile > .column.is-12 {
  flex: none;
  width: 100%;
}

.columns.is-mobile > .column.is-offset-12 {
  margin-left: 100%;
}

@media screen and (max-width: 768px) {
  .column.is-narrow-mobile {
    flex: none;
  }
  .column.is-full-mobile {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-mobile {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-mobile {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-mobile {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-mobile {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-mobile {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-mobile {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-mobile {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-mobile {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-mobile {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-mobile {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-mobile {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-mobile {
    margin-left: 50%;
  }
  .column.is-offset-one-third-mobile {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-mobile {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-mobile {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-mobile {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-mobile {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-mobile {
    margin-left: 80%;
  }
  .column.is-1-mobile {
    flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1-mobile {
    margin-left: 8.33333%;
  }
  .column.is-2-mobile {
    flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2-mobile {
    margin-left: 16.66667%;
  }
  .column.is-3-mobile {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-mobile {
    margin-left: 25%;
  }
  .column.is-4-mobile {
    flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4-mobile {
    margin-left: 33.33333%;
  }
  .column.is-5-mobile {
    flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5-mobile {
    margin-left: 41.66667%;
  }
  .column.is-6-mobile {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-mobile {
    margin-left: 50%;
  }
  .column.is-7-mobile {
    flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7-mobile {
    margin-left: 58.33333%;
  }
  .column.is-8-mobile {
    flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8-mobile {
    margin-left: 66.66667%;
  }
  .column.is-9-mobile {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-mobile {
    margin-left: 75%;
  }
  .column.is-10-mobile {
    flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10-mobile {
    margin-left: 83.33333%;
  }
  .column.is-11-mobile {
    flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11-mobile {
    margin-left: 91.66667%;
  }
  .column.is-12-mobile {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-mobile {
    margin-left: 100%;
  }
}

@media screen and (min-width: 769px), print {
  .column.is-narrow, .column.is-narrow-tablet {
    flex: none;
  }
  .column.is-full, .column.is-full-tablet {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters, .column.is-three-quarters-tablet {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds, .column.is-two-thirds-tablet {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half, .column.is-half-tablet {
    flex: none;
    width: 50%;
  }
  .column.is-one-third, .column.is-one-third-tablet {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter, .column.is-one-quarter-tablet {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth, .column.is-one-fifth-tablet {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths, .column.is-two-fifths-tablet {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths, .column.is-three-fifths-tablet {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths, .column.is-four-fifths-tablet {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
    margin-left: 66.6666%;
  }
  .column.is-offset-half, .column.is-offset-half-tablet {
    margin-left: 50%;
  }
  .column.is-offset-one-third, .column.is-offset-one-third-tablet {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
    margin-left: 80%;
  }
  .column.is-1, .column.is-1-tablet {
    flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1, .column.is-offset-1-tablet {
    margin-left: 8.33333%;
  }
  .column.is-2, .column.is-2-tablet {
    flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2, .column.is-offset-2-tablet {
    margin-left: 16.66667%;
  }
  .column.is-3, .column.is-3-tablet {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3, .column.is-offset-3-tablet {
    margin-left: 25%;
  }
  .column.is-4, .column.is-4-tablet {
    flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4, .column.is-offset-4-tablet {
    margin-left: 33.33333%;
  }
  .column.is-5, .column.is-5-tablet {
    flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5, .column.is-offset-5-tablet {
    margin-left: 41.66667%;
  }
  .column.is-6, .column.is-6-tablet {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6, .column.is-offset-6-tablet {
    margin-left: 50%;
  }
  .column.is-7, .column.is-7-tablet {
    flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7, .column.is-offset-7-tablet {
    margin-left: 58.33333%;
  }
  .column.is-8, .column.is-8-tablet {
    flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8, .column.is-offset-8-tablet {
    margin-left: 66.66667%;
  }
  .column.is-9, .column.is-9-tablet {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9, .column.is-offset-9-tablet {
    margin-left: 75%;
  }
  .column.is-10, .column.is-10-tablet {
    flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10, .column.is-offset-10-tablet {
    margin-left: 83.33333%;
  }
  .column.is-11, .column.is-11-tablet {
    flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11, .column.is-offset-11-tablet {
    margin-left: 91.66667%;
  }
  .column.is-12, .column.is-12-tablet {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12, .column.is-offset-12-tablet {
    margin-left: 100%;
  }
}

@media screen and (max-width: 1087px) {
  .column.is-narrow-touch {
    flex: none;
  }
  .column.is-full-touch {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-touch {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-touch {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-touch {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-touch {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-touch {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-touch {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-touch {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-touch {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-touch {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-touch {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-touch {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-touch {
    margin-left: 50%;
  }
  .column.is-offset-one-third-touch {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-touch {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-touch {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-touch {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-touch {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-touch {
    margin-left: 80%;
  }
  .column.is-1-touch {
    flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1-touch {
    margin-left: 8.33333%;
  }
  .column.is-2-touch {
    flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2-touch {
    margin-left: 16.66667%;
  }
  .column.is-3-touch {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-touch {
    margin-left: 25%;
  }
  .column.is-4-touch {
    flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4-touch {
    margin-left: 33.33333%;
  }
  .column.is-5-touch {
    flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5-touch {
    margin-left: 41.66667%;
  }
  .column.is-6-touch {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-touch {
    margin-left: 50%;
  }
  .column.is-7-touch {
    flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7-touch {
    margin-left: 58.33333%;
  }
  .column.is-8-touch {
    flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8-touch {
    margin-left: 66.66667%;
  }
  .column.is-9-touch {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-touch {
    margin-left: 75%;
  }
  .column.is-10-touch {
    flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10-touch {
    margin-left: 83.33333%;
  }
  .column.is-11-touch {
    flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11-touch {
    margin-left: 91.66667%;
  }
  .column.is-12-touch {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-touch {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1088px) {
  .column.is-narrow-desktop {
    flex: none;
  }
  .column.is-full-desktop {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-desktop {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-desktop {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-desktop {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-desktop {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-desktop {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-desktop {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-desktop {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-desktop {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-desktop {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-desktop {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-desktop {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-desktop {
    margin-left: 50%;
  }
  .column.is-offset-one-third-desktop {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-desktop {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-desktop {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-desktop {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-desktop {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-desktop {
    margin-left: 80%;
  }
  .column.is-1-desktop {
    flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1-desktop {
    margin-left: 8.33333%;
  }
  .column.is-2-desktop {
    flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2-desktop {
    margin-left: 16.66667%;
  }
  .column.is-3-desktop {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-desktop {
    margin-left: 25%;
  }
  .column.is-4-desktop {
    flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4-desktop {
    margin-left: 33.33333%;
  }
  .column.is-5-desktop {
    flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5-desktop {
    margin-left: 41.66667%;
  }
  .column.is-6-desktop {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-desktop {
    margin-left: 50%;
  }
  .column.is-7-desktop {
    flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7-desktop {
    margin-left: 58.33333%;
  }
  .column.is-8-desktop {
    flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8-desktop {
    margin-left: 66.66667%;
  }
  .column.is-9-desktop {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-desktop {
    margin-left: 75%;
  }
  .column.is-10-desktop {
    flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10-desktop {
    margin-left: 83.33333%;
  }
  .column.is-11-desktop {
    flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11-desktop {
    margin-left: 91.66667%;
  }
  .column.is-12-desktop {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-desktop {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1280px) {
  .column.is-narrow-widescreen {
    flex: none;
  }
  .column.is-full-widescreen {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-widescreen {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-widescreen {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-widescreen {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-widescreen {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-widescreen {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-widescreen {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-widescreen {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-widescreen {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-widescreen {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-widescreen {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-widescreen {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-widescreen {
    margin-left: 50%;
  }
  .column.is-offset-one-third-widescreen {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-widescreen {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-widescreen {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-widescreen {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-widescreen {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-widescreen {
    margin-left: 80%;
  }
  .column.is-1-widescreen {
    flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1-widescreen {
    margin-left: 8.33333%;
  }
  .column.is-2-widescreen {
    flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2-widescreen {
    margin-left: 16.66667%;
  }
  .column.is-3-widescreen {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-widescreen {
    margin-left: 25%;
  }
  .column.is-4-widescreen {
    flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4-widescreen {
    margin-left: 33.33333%;
  }
  .column.is-5-widescreen {
    flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5-widescreen {
    margin-left: 41.66667%;
  }
  .column.is-6-widescreen {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-widescreen {
    margin-left: 50%;
  }
  .column.is-7-widescreen {
    flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7-widescreen {
    margin-left: 58.33333%;
  }
  .column.is-8-widescreen {
    flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8-widescreen {
    margin-left: 66.66667%;
  }
  .column.is-9-widescreen {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-widescreen {
    margin-left: 75%;
  }
  .column.is-10-widescreen {
    flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10-widescreen {
    margin-left: 83.33333%;
  }
  .column.is-11-widescreen {
    flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11-widescreen {
    margin-left: 91.66667%;
  }
  .column.is-12-widescreen {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-widescreen {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1472px) {
  .column.is-narrow-fullhd {
    flex: none;
  }
  .column.is-full-fullhd {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-fullhd {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-fullhd {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-fullhd {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-fullhd {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-fullhd {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-fullhd {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-fullhd {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-fullhd {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-fullhd {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-fullhd {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-fullhd {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-fullhd {
    margin-left: 50%;
  }
  .column.is-offset-one-third-fullhd {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-fullhd {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-fullhd {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-fullhd {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-fullhd {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-fullhd {
    margin-left: 80%;
  }
  .column.is-1-fullhd {
    flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1-fullhd {
    margin-left: 8.33333%;
  }
  .column.is-2-fullhd {
    flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2-fullhd {
    margin-left: 16.66667%;
  }
  .column.is-3-fullhd {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-fullhd {
    margin-left: 25%;
  }
  .column.is-4-fullhd {
    flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4-fullhd {
    margin-left: 33.33333%;
  }
  .column.is-5-fullhd {
    flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5-fullhd {
    margin-left: 41.66667%;
  }
  .column.is-6-fullhd {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-fullhd {
    margin-left: 50%;
  }
  .column.is-7-fullhd {
    flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7-fullhd {
    margin-left: 58.33333%;
  }
  .column.is-8-fullhd {
    flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8-fullhd {
    margin-left: 66.66667%;
  }
  .column.is-9-fullhd {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-fullhd {
    margin-left: 75%;
  }
  .column.is-10-fullhd {
    flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10-fullhd {
    margin-left: 83.33333%;
  }
  .column.is-11-fullhd {
    flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11-fullhd {
    margin-left: 91.66667%;
  }
  .column.is-12-fullhd {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-fullhd {
    margin-left: 100%;
  }
}

.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}

.columns:last-child {
  margin-bottom: -0.75rem;
}

.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 0.75rem);
}

.columns.is-centered {
  justify-content: center;
}

.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

.columns.is-gapless > .column {
  margin: 0;
  padding: 0 !important;
}

.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}

.columns.is-gapless:last-child {
  margin-bottom: 0;
}

.columns.is-mobile {
  display: flex;
}

.columns.is-multiline {
  flex-wrap: wrap;
}

.columns.is-vcentered {
  align-items: center;
}

@media screen and (min-width: 769px), print {
  .columns:not(.is-desktop) {
    display: flex;
  }
}

@media screen and (min-width: 1088px) {
  .columns.is-desktop {
    display: flex;
  }
}

.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap));
}

.columns.is-variable .column {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap);
}

.columns.is-variable.is-0 {
  --columnGap: 0rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-0-mobile {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-0-tablet {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .columns.is-variable.is-0-tablet-only {
    --columnGap: 0rem;
  }
}

@media screen and (max-width: 1087px) {
  .columns.is-variable.is-0-touch {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1088px) {
  .columns.is-variable.is-0-desktop {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .columns.is-variable.is-0-desktop-only {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1280px) {
  .columns.is-variable.is-0-widescreen {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .columns.is-variable.is-0-widescreen-only {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1472px) {
  .columns.is-variable.is-0-fullhd {
    --columnGap: 0rem;
  }
}

.columns.is-variable.is-1 {
  --columnGap: 0.25rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-1-mobile {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-1-tablet {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .columns.is-variable.is-1-tablet-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (max-width: 1087px) {
  .columns.is-variable.is-1-touch {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1088px) {
  .columns.is-variable.is-1-desktop {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .columns.is-variable.is-1-desktop-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1280px) {
  .columns.is-variable.is-1-widescreen {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .columns.is-variable.is-1-widescreen-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1472px) {
  .columns.is-variable.is-1-fullhd {
    --columnGap: 0.25rem;
  }
}

.columns.is-variable.is-2 {
  --columnGap: 0.5rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-2-mobile {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-2-tablet {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .columns.is-variable.is-2-tablet-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (max-width: 1087px) {
  .columns.is-variable.is-2-touch {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1088px) {
  .columns.is-variable.is-2-desktop {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .columns.is-variable.is-2-desktop-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1280px) {
  .columns.is-variable.is-2-widescreen {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .columns.is-variable.is-2-widescreen-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1472px) {
  .columns.is-variable.is-2-fullhd {
    --columnGap: 0.5rem;
  }
}

.columns.is-variable.is-3 {
  --columnGap: 0.75rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-3-mobile {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-3-tablet {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .columns.is-variable.is-3-tablet-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (max-width: 1087px) {
  .columns.is-variable.is-3-touch {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1088px) {
  .columns.is-variable.is-3-desktop {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .columns.is-variable.is-3-desktop-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1280px) {
  .columns.is-variable.is-3-widescreen {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .columns.is-variable.is-3-widescreen-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1472px) {
  .columns.is-variable.is-3-fullhd {
    --columnGap: 0.75rem;
  }
}

.columns.is-variable.is-4 {
  --columnGap: 1rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-4-mobile {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-4-tablet {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .columns.is-variable.is-4-tablet-only {
    --columnGap: 1rem;
  }
}

@media screen and (max-width: 1087px) {
  .columns.is-variable.is-4-touch {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1088px) {
  .columns.is-variable.is-4-desktop {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .columns.is-variable.is-4-desktop-only {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1280px) {
  .columns.is-variable.is-4-widescreen {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .columns.is-variable.is-4-widescreen-only {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1472px) {
  .columns.is-variable.is-4-fullhd {
    --columnGap: 1rem;
  }
}

.columns.is-variable.is-5 {
  --columnGap: 1.25rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-5-mobile {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-5-tablet {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .columns.is-variable.is-5-tablet-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (max-width: 1087px) {
  .columns.is-variable.is-5-touch {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1088px) {
  .columns.is-variable.is-5-desktop {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .columns.is-variable.is-5-desktop-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1280px) {
  .columns.is-variable.is-5-widescreen {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .columns.is-variable.is-5-widescreen-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1472px) {
  .columns.is-variable.is-5-fullhd {
    --columnGap: 1.25rem;
  }
}

.columns.is-variable.is-6 {
  --columnGap: 1.5rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-6-mobile {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-6-tablet {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .columns.is-variable.is-6-tablet-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (max-width: 1087px) {
  .columns.is-variable.is-6-touch {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1088px) {
  .columns.is-variable.is-6-desktop {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .columns.is-variable.is-6-desktop-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1280px) {
  .columns.is-variable.is-6-widescreen {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .columns.is-variable.is-6-widescreen-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1472px) {
  .columns.is-variable.is-6-fullhd {
    --columnGap: 1.5rem;
  }
}

.columns.is-variable.is-7 {
  --columnGap: 1.75rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-7-mobile {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-7-tablet {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .columns.is-variable.is-7-tablet-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (max-width: 1087px) {
  .columns.is-variable.is-7-touch {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1088px) {
  .columns.is-variable.is-7-desktop {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .columns.is-variable.is-7-desktop-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1280px) {
  .columns.is-variable.is-7-widescreen {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .columns.is-variable.is-7-widescreen-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1472px) {
  .columns.is-variable.is-7-fullhd {
    --columnGap: 1.75rem;
  }
}

.columns.is-variable.is-8 {
  --columnGap: 2rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-8-mobile {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-8-tablet {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .columns.is-variable.is-8-tablet-only {
    --columnGap: 2rem;
  }
}

@media screen and (max-width: 1087px) {
  .columns.is-variable.is-8-touch {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1088px) {
  .columns.is-variable.is-8-desktop {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .columns.is-variable.is-8-desktop-only {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1280px) {
  .columns.is-variable.is-8-widescreen {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .columns.is-variable.is-8-widescreen-only {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1472px) {
  .columns.is-variable.is-8-fullhd {
    --columnGap: 2rem;
  }
}

.tile {
  align-items: stretch;
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  min-height: -moz-min-content;
  min-height: min-content;
}

.tile.is-ancestor {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}

.tile.is-ancestor:last-child {
  margin-bottom: -0.75rem;
}

.tile.is-ancestor:not(:last-child) {
  margin-bottom: 0.75rem;
}

.tile.is-child {
  margin: 0 !important;
}

.tile.is-parent {
  padding: 0.75rem;
}

.tile.is-vertical {
  flex-direction: column;
}

.tile.is-vertical > .tile.is-child:not(:last-child) {
  margin-bottom: 1.5rem !important;
}

@media screen and (min-width: 769px), print {
  .tile:not(.is-child) {
    display: flex;
  }
  .tile.is-1 {
    flex: none;
    width: 8.33333%;
  }
  .tile.is-2 {
    flex: none;
    width: 16.66667%;
  }
  .tile.is-3 {
    flex: none;
    width: 25%;
  }
  .tile.is-4 {
    flex: none;
    width: 33.33333%;
  }
  .tile.is-5 {
    flex: none;
    width: 41.66667%;
  }
  .tile.is-6 {
    flex: none;
    width: 50%;
  }
  .tile.is-7 {
    flex: none;
    width: 58.33333%;
  }
  .tile.is-8 {
    flex: none;
    width: 66.66667%;
  }
  .tile.is-9 {
    flex: none;
    width: 75%;
  }
  .tile.is-10 {
    flex: none;
    width: 83.33333%;
  }
  .tile.is-11 {
    flex: none;
    width: 91.66667%;
  }
  .tile.is-12 {
    flex: none;
    width: 100%;
  }
}

.hero {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hero .navbar {
  background: none;
}

.hero .tabs ul {
  border-bottom: none;
}

.hero.is-white {
  background-color: white;
  color: #0a0a0a;
}

.hero.is-white a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-white strong {
  color: inherit;
}

.hero.is-white .title {
  color: #0a0a0a;
}

.hero.is-white .subtitle {
  color: rgba(10, 10, 10, 0.9);
}

.hero.is-white .subtitle a:not(.button),
.hero.is-white .subtitle strong {
  color: #0a0a0a;
}

@media screen and (max-width: 1087px) {
  .hero.is-white .navbar-menu {
    background-color: white;
  }
}

.hero.is-white .navbar-item,
.hero.is-white .navbar-link {
  color: rgba(10, 10, 10, 0.7);
}

.hero.is-white a.navbar-item:hover, .hero.is-white a.navbar-item.is-active,
.hero.is-white .navbar-link:hover,
.hero.is-white .navbar-link.is-active {
  background-color: #f2f2f2;
  color: #0a0a0a;
}

.hero.is-white .tabs a {
  color: #0a0a0a;
  opacity: 0.9;
}

.hero.is-white .tabs a:hover {
  opacity: 1;
}

.hero.is-white .tabs li.is-active a {
  opacity: 1;
}

.hero.is-white .tabs.is-boxed a, .hero.is-white .tabs.is-toggle a {
  color: #0a0a0a;
}

.hero.is-white .tabs.is-boxed a:hover, .hero.is-white .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-white .tabs.is-boxed li.is-active a, .hero.is-white .tabs.is-boxed li.is-active a:hover, .hero.is-white .tabs.is-toggle li.is-active a, .hero.is-white .tabs.is-toggle li.is-active a:hover {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: white;
}

.hero.is-white.is-bold {
  background-image: linear-gradient(141deg, #e6e6e6 0%, white 71%, white 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-white.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #e6e6e6 0%, white 71%, white 100%);
  }
}

.hero.is-black {
  background-color: #0a0a0a;
  color: white;
}

.hero.is-black a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-black strong {
  color: inherit;
}

.hero.is-black .title {
  color: white;
}

.hero.is-black .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.hero.is-black .subtitle a:not(.button),
.hero.is-black .subtitle strong {
  color: white;
}

@media screen and (max-width: 1087px) {
  .hero.is-black .navbar-menu {
    background-color: #0a0a0a;
  }
}

.hero.is-black .navbar-item,
.hero.is-black .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.hero.is-black a.navbar-item:hover, .hero.is-black a.navbar-item.is-active,
.hero.is-black .navbar-link:hover,
.hero.is-black .navbar-link.is-active {
  background-color: black;
  color: white;
}

.hero.is-black .tabs a {
  color: white;
  opacity: 0.9;
}

.hero.is-black .tabs a:hover {
  opacity: 1;
}

.hero.is-black .tabs li.is-active a {
  opacity: 1;
}

.hero.is-black .tabs.is-boxed a, .hero.is-black .tabs.is-toggle a {
  color: white;
}

.hero.is-black .tabs.is-boxed a:hover, .hero.is-black .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-black .tabs.is-boxed li.is-active a, .hero.is-black .tabs.is-boxed li.is-active a:hover, .hero.is-black .tabs.is-toggle li.is-active a, .hero.is-black .tabs.is-toggle li.is-active a:hover {
  background-color: white;
  border-color: white;
  color: #0a0a0a;
}

.hero.is-black.is-bold {
  background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-black.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%);
  }
}

.hero.is-light {
  background-color: whitesmoke;
  color: #363636;
}

.hero.is-light a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-light strong {
  color: inherit;
}

.hero.is-light .title {
  color: #363636;
}

.hero.is-light .subtitle {
  color: rgba(54, 54, 54, 0.9);
}

.hero.is-light .subtitle a:not(.button),
.hero.is-light .subtitle strong {
  color: #363636;
}

@media screen and (max-width: 1087px) {
  .hero.is-light .navbar-menu {
    background-color: whitesmoke;
  }
}

.hero.is-light .navbar-item,
.hero.is-light .navbar-link {
  color: rgba(54, 54, 54, 0.7);
}

.hero.is-light a.navbar-item:hover, .hero.is-light a.navbar-item.is-active,
.hero.is-light .navbar-link:hover,
.hero.is-light .navbar-link.is-active {
  background-color: #e8e8e8;
  color: #363636;
}

.hero.is-light .tabs a {
  color: #363636;
  opacity: 0.9;
}

.hero.is-light .tabs a:hover {
  opacity: 1;
}

.hero.is-light .tabs li.is-active a {
  opacity: 1;
}

.hero.is-light .tabs.is-boxed a, .hero.is-light .tabs.is-toggle a {
  color: #363636;
}

.hero.is-light .tabs.is-boxed a:hover, .hero.is-light .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-light .tabs.is-boxed li.is-active a, .hero.is-light .tabs.is-boxed li.is-active a:hover, .hero.is-light .tabs.is-toggle li.is-active a, .hero.is-light .tabs.is-toggle li.is-active a:hover {
  background-color: #363636;
  border-color: #363636;
  color: whitesmoke;
}

.hero.is-light.is-bold {
  background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-light.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
  }
}

.hero.is-dark {
  background-color: #363636;
  color: whitesmoke;
}

.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-dark strong {
  color: inherit;
}

.hero.is-dark .title {
  color: whitesmoke;
}

.hero.is-dark .subtitle {
  color: rgba(245, 245, 245, 0.9);
}

.hero.is-dark .subtitle a:not(.button),
.hero.is-dark .subtitle strong {
  color: whitesmoke;
}

@media screen and (max-width: 1087px) {
  .hero.is-dark .navbar-menu {
    background-color: #363636;
  }
}

.hero.is-dark .navbar-item,
.hero.is-dark .navbar-link {
  color: rgba(245, 245, 245, 0.7);
}

.hero.is-dark a.navbar-item:hover, .hero.is-dark a.navbar-item.is-active,
.hero.is-dark .navbar-link:hover,
.hero.is-dark .navbar-link.is-active {
  background-color: #292929;
  color: whitesmoke;
}

.hero.is-dark .tabs a {
  color: whitesmoke;
  opacity: 0.9;
}

.hero.is-dark .tabs a:hover {
  opacity: 1;
}

.hero.is-dark .tabs li.is-active a {
  opacity: 1;
}

.hero.is-dark .tabs.is-boxed a, .hero.is-dark .tabs.is-toggle a {
  color: whitesmoke;
}

.hero.is-dark .tabs.is-boxed a:hover, .hero.is-dark .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-dark .tabs.is-boxed li.is-active a, .hero.is-dark .tabs.is-boxed li.is-active a:hover, .hero.is-dark .tabs.is-toggle li.is-active a, .hero.is-dark .tabs.is-toggle li.is-active a:hover {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: #363636;
}

.hero.is-dark.is-bold {
  background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-dark.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%);
  }
}

.hero.is-primary {
  background-color: #00d1b2;
  color: #fff;
}

.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-primary strong {
  color: inherit;
}

.hero.is-primary .title {
  color: #fff;
}

.hero.is-primary .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.hero.is-primary .subtitle a:not(.button),
.hero.is-primary .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1087px) {
  .hero.is-primary .navbar-menu {
    background-color: #00d1b2;
  }
}

.hero.is-primary .navbar-item,
.hero.is-primary .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.hero.is-primary a.navbar-item:hover, .hero.is-primary a.navbar-item.is-active,
.hero.is-primary .navbar-link:hover,
.hero.is-primary .navbar-link.is-active {
  background-color: #00b89c;
  color: #fff;
}

.hero.is-primary .tabs a {
  color: #fff;
  opacity: 0.9;
}

.hero.is-primary .tabs a:hover {
  opacity: 1;
}

.hero.is-primary .tabs li.is-active a {
  opacity: 1;
}

.hero.is-primary .tabs.is-boxed a, .hero.is-primary .tabs.is-toggle a {
  color: #fff;
}

.hero.is-primary .tabs.is-boxed a:hover, .hero.is-primary .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-primary .tabs.is-boxed li.is-active a, .hero.is-primary .tabs.is-boxed li.is-active a:hover, .hero.is-primary .tabs.is-toggle li.is-active a, .hero.is-primary .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #00d1b2;
}

.hero.is-primary.is-bold {
  background-image: linear-gradient(141deg, #009e6c 0%, #00d1b2 71%, #00e7eb 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-primary.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #009e6c 0%, #00d1b2 71%, #00e7eb 100%);
  }
}

.hero.is-link {
  background-color: #3273dc;
  color: #fff;
}

.hero.is-link a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-link strong {
  color: inherit;
}

.hero.is-link .title {
  color: #fff;
}

.hero.is-link .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.hero.is-link .subtitle a:not(.button),
.hero.is-link .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1087px) {
  .hero.is-link .navbar-menu {
    background-color: #3273dc;
  }
}

.hero.is-link .navbar-item,
.hero.is-link .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.hero.is-link a.navbar-item:hover, .hero.is-link a.navbar-item.is-active,
.hero.is-link .navbar-link:hover,
.hero.is-link .navbar-link.is-active {
  background-color: #2366d1;
  color: #fff;
}

.hero.is-link .tabs a {
  color: #fff;
  opacity: 0.9;
}

.hero.is-link .tabs a:hover {
  opacity: 1;
}

.hero.is-link .tabs li.is-active a {
  opacity: 1;
}

.hero.is-link .tabs.is-boxed a, .hero.is-link .tabs.is-toggle a {
  color: #fff;
}

.hero.is-link .tabs.is-boxed a:hover, .hero.is-link .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-link .tabs.is-boxed li.is-active a, .hero.is-link .tabs.is-boxed li.is-active a:hover, .hero.is-link .tabs.is-toggle li.is-active a, .hero.is-link .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #3273dc;
}

.hero.is-link.is-bold {
  background-image: linear-gradient(141deg, #1577c6 0%, #3273dc 71%, #4366e5 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-link.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #1577c6 0%, #3273dc 71%, #4366e5 100%);
  }
}

.hero.is-info {
  background-color: #209cee;
  color: #fff;
}

.hero.is-info a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-info strong {
  color: inherit;
}

.hero.is-info .title {
  color: #fff;
}

.hero.is-info .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.hero.is-info .subtitle a:not(.button),
.hero.is-info .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1087px) {
  .hero.is-info .navbar-menu {
    background-color: #209cee;
  }
}

.hero.is-info .navbar-item,
.hero.is-info .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.hero.is-info a.navbar-item:hover, .hero.is-info a.navbar-item.is-active,
.hero.is-info .navbar-link:hover,
.hero.is-info .navbar-link.is-active {
  background-color: #118fe4;
  color: #fff;
}

.hero.is-info .tabs a {
  color: #fff;
  opacity: 0.9;
}

.hero.is-info .tabs a:hover {
  opacity: 1;
}

.hero.is-info .tabs li.is-active a {
  opacity: 1;
}

.hero.is-info .tabs.is-boxed a, .hero.is-info .tabs.is-toggle a {
  color: #fff;
}

.hero.is-info .tabs.is-boxed a:hover, .hero.is-info .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-info .tabs.is-boxed li.is-active a, .hero.is-info .tabs.is-boxed li.is-active a:hover, .hero.is-info .tabs.is-toggle li.is-active a, .hero.is-info .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #209cee;
}

.hero.is-info.is-bold {
  background-image: linear-gradient(141deg, #04a6d7 0%, #209cee 71%, #3287f5 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-info.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #04a6d7 0%, #209cee 71%, #3287f5 100%);
  }
}

.hero.is-success {
  background-color: #23d160;
  color: #fff;
}

.hero.is-success a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-success strong {
  color: inherit;
}

.hero.is-success .title {
  color: #fff;
}

.hero.is-success .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.hero.is-success .subtitle a:not(.button),
.hero.is-success .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1087px) {
  .hero.is-success .navbar-menu {
    background-color: #23d160;
  }
}

.hero.is-success .navbar-item,
.hero.is-success .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.hero.is-success a.navbar-item:hover, .hero.is-success a.navbar-item.is-active,
.hero.is-success .navbar-link:hover,
.hero.is-success .navbar-link.is-active {
  background-color: #20bc56;
  color: #fff;
}

.hero.is-success .tabs a {
  color: #fff;
  opacity: 0.9;
}

.hero.is-success .tabs a:hover {
  opacity: 1;
}

.hero.is-success .tabs li.is-active a {
  opacity: 1;
}

.hero.is-success .tabs.is-boxed a, .hero.is-success .tabs.is-toggle a {
  color: #fff;
}

.hero.is-success .tabs.is-boxed a:hover, .hero.is-success .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-success .tabs.is-boxed li.is-active a, .hero.is-success .tabs.is-boxed li.is-active a:hover, .hero.is-success .tabs.is-toggle li.is-active a, .hero.is-success .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #23d160;
}

.hero.is-success.is-bold {
  background-image: linear-gradient(141deg, #12af2f 0%, #23d160 71%, #2ce28a 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-success.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #12af2f 0%, #23d160 71%, #2ce28a 100%);
  }
}

.hero.is-warning {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-warning strong {
  color: inherit;
}

.hero.is-warning .title {
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-warning .subtitle {
  color: rgba(0, 0, 0, 0.9);
}

.hero.is-warning .subtitle a:not(.button),
.hero.is-warning .subtitle strong {
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 1087px) {
  .hero.is-warning .navbar-menu {
    background-color: #ffdd57;
  }
}

.hero.is-warning .navbar-item,
.hero.is-warning .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-warning a.navbar-item:hover, .hero.is-warning a.navbar-item.is-active,
.hero.is-warning .navbar-link:hover,
.hero.is-warning .navbar-link.is-active {
  background-color: #ffd83d;
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-warning .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}

.hero.is-warning .tabs a:hover {
  opacity: 1;
}

.hero.is-warning .tabs li.is-active a {
  opacity: 1;
}

.hero.is-warning .tabs.is-boxed a, .hero.is-warning .tabs.is-toggle a {
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-warning .tabs.is-boxed a:hover, .hero.is-warning .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-warning .tabs.is-boxed li.is-active a, .hero.is-warning .tabs.is-boxed li.is-active a:hover, .hero.is-warning .tabs.is-toggle li.is-active a, .hero.is-warning .tabs.is-toggle li.is-active a:hover {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  color: #ffdd57;
}

.hero.is-warning.is-bold {
  background-image: linear-gradient(141deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-warning.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%);
  }
}

.hero.is-danger {
  background-color: #ff3860;
  color: #fff;
}

.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-danger strong {
  color: inherit;
}

.hero.is-danger .title {
  color: #fff;
}

.hero.is-danger .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.hero.is-danger .subtitle a:not(.button),
.hero.is-danger .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1087px) {
  .hero.is-danger .navbar-menu {
    background-color: #ff3860;
  }
}

.hero.is-danger .navbar-item,
.hero.is-danger .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.hero.is-danger a.navbar-item:hover, .hero.is-danger a.navbar-item.is-active,
.hero.is-danger .navbar-link:hover,
.hero.is-danger .navbar-link.is-active {
  background-color: #ff1f4b;
  color: #fff;
}

.hero.is-danger .tabs a {
  color: #fff;
  opacity: 0.9;
}

.hero.is-danger .tabs a:hover {
  opacity: 1;
}

.hero.is-danger .tabs li.is-active a {
  opacity: 1;
}

.hero.is-danger .tabs.is-boxed a, .hero.is-danger .tabs.is-toggle a {
  color: #fff;
}

.hero.is-danger .tabs.is-boxed a:hover, .hero.is-danger .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-danger .tabs.is-boxed li.is-active a, .hero.is-danger .tabs.is-boxed li.is-active a:hover, .hero.is-danger .tabs.is-toggle li.is-active a, .hero.is-danger .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #ff3860;
}

.hero.is-danger.is-bold {
  background-image: linear-gradient(141deg, #ff0561 0%, #ff3860 71%, #ff5257 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-danger.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #ff0561 0%, #ff3860 71%, #ff5257 100%);
  }
}

.hero.is-small .hero-body {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}

@media screen and (min-width: 769px), print {
  .hero.is-medium .hero-body {
    padding-bottom: 9rem;
    padding-top: 9rem;
  }
}

@media screen and (min-width: 769px), print {
  .hero.is-large .hero-body {
    padding-bottom: 18rem;
    padding-top: 18rem;
  }
}

.hero.is-halfheight .hero-body, .hero.is-fullheight .hero-body, .hero.is-fullheight-with-navbar .hero-body {
  align-items: center;
  display: flex;
}

.hero.is-halfheight .hero-body > .container, .hero.is-fullheight .hero-body > .container, .hero.is-fullheight-with-navbar .hero-body > .container {
  flex-grow: 1;
  flex-shrink: 1;
}

.hero.is-halfheight {
  min-height: 50vh;
}

.hero.is-fullheight {
  min-height: 100vh;
}

.hero.is-fullheight-with-navbar {
  min-height: calc(100vh - 3.25rem);
}

.hero-video {
  overflow: hidden;
}

.hero-video video {
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.hero-video.is-transparent {
  opacity: 0.3;
}

@media screen and (max-width: 768px) {
  .hero-video {
    display: none;
  }
}

.hero-buttons {
  margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {
  .hero-buttons .button {
    display: flex;
  }
  .hero-buttons .button:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}

@media screen and (min-width: 769px), print {
  .hero-buttons {
    display: flex;
    justify-content: center;
  }
  .hero-buttons .button:not(:last-child) {
    margin-right: 1.5rem;
  }
}

.hero-head,
.hero-foot {
  flex-grow: 0;
  flex-shrink: 0;
}

.hero-body {
  flex-grow: 1;
  flex-shrink: 0;
  padding: 3rem 1.5rem;
}

.section {
  padding: 3rem 1.5rem;
}

@media screen and (min-width: 1088px) {
  .section.is-medium {
    padding: 9rem 1.5rem;
  }
  .section.is-large {
    padding: 18rem 1.5rem;
  }
}

.footer {
  background-color: #fafafa;
  padding: 3rem 1.5rem 6rem;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right); }

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  overflow: auto;
  padding: 50px 44px 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption--separate {
  margin-top: -25px;
  max-height: 50vh; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; }
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; } }

/* Using calc to trick sass */
@supports (padding: 0px) {
  .fancybox-caption {
    padding: 50px calc(max(12px, env(safe-area-inset-right))) calc(max(12px, env(safe-area-inset-bottom))) calc(max(25px, env(safe-area-inset-left))); } }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

@font-face {
  font-family: 'fontello';
  src: url(/fonts/fontello.eot?ab24bd7c403954c2ee4d1e1435cd5bcc);
  src: url(/fonts/fontello.eot?ab24bd7c403954c2ee4d1e1435cd5bcc#iefix) format('embedded-opentype'),
       url(/fonts/fontello.woff2?2dab2975039c9e42a7ac3fb7f29cc8ea) format('woff2'),
       url(/fonts/fontello.woff?126b1a2ce0c172d0259de4d82b347ba1) format('woff'),
       url(/fonts/fontello.ttf?7ff4ff6fe305f38e32157c1e8d5d5ade) format('truetype'),
       url(/fonts/fontello.svg?12bc221fcd1168df6733bb799635e419#fontello) format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?13950257#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-phone:before { content: '\e800'; } /* '' */
.icon-clipboard:before { content: '\e801'; } /* '' */
.icon-key:before { content: '\e802'; } /* '' */
.icon-basket:before { content: '\e803'; } /* '' */
.icon-search:before { content: '\e804'; } /* '' */
.icon-cancel:before { content: '\e805'; } /* '' */
.icon-plus:before { content: '\e806'; } /* '' */
.icon-minus:before { content: '\e807'; } /* '' */
.icon-picture:before { content: '\e808'; } /* '' */
.icon-ok:before { content: '\e809'; } /* '' */
.icon-left-open-big:before { content: '\e80a'; } /* '' */
.icon-right-open-big:before { content: '\e80b'; } /* '' */
.icon-down-micro:before { content: '\e80c'; } /* '' */
.icon-up-micro:before { content: '\e80d'; } /* '' */
.icon-basket-1:before { content: '\e80e'; } /* '' */
.icon-check:before { content: '\e80f'; } /* '' */
.icon-flight:before { content: '\e810'; } /* '' */
.icon-comment:before { content: '\e811'; } /* '' */
.icon-help:before { content: '\e812'; } /* '' */
.icon-note-beamed:before { content: '\e813'; } /* '' */
.icon-spin6:before { content: '\e839'; } /* '' */
.icon-info-circled:before { content: '\f086'; } /* '' */
.icon-facebook:before { content: '\f09a'; } /* '' */
.icon-mail:before { content: '\f0e0'; } /* '' */
.icon-angle-left:before { content: '\f104'; } /* '' */
.icon-angle-right:before { content: '\f105'; } /* '' */
.icon-angle-up:before { content: '\f106'; } /* '' */
.icon-angle-down:before { content: '\f107'; } /* '' */
.icon-spinner:before { content: '\f110'; } /* '' */
.icon-dollar:before { content: '\f155'; } /* '' */
.icon-instagram:before { content: '\f16d'; } /* '' */
.icon-pinterest:before { content: '\f231'; } /* '' */
.icon-whatsapp:before { content: '\f232'; } /* '' */
.icon-wikipedia-w:before { content: '\f266'; } /* '' */
.icon-twitter:before { content: '\f302'; } /* '' */
/*
   Animation example, for spinners
*/
.animate-spin {
  animation: spin 2s infinite linear;
  display: inline-block;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

@charset "UTF-8";
/** Helpers */
/** Schema */
/** Vendor */
.section {
  padding: 1.125rem !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .modal-content, .modal-card {
    margin: 0 !important;
  }
}
.is-self-centered {
  align-self: center;
}

.is-self-end {
  align-self: flex-end;
}

.column.is-gapless {
  padding: 0;
}

.wrapper {
  position: relative;
}

.is-vertical-middle {
  justify-content: center;
}

.has-gap {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.is-only-mobile {
  display: block;
}
@media screen and (min-width: 769px) {
  .is-only-mobile {
    display: none;
  }
}

.is-only-tablet {
  display: block;
}
@media screen and (max-width: 768px) {
  .is-only-tablet {
    display: none;
  }
}
@media screen and (min-width: 1088px) {
  .is-only-tablet {
    display: none;
  }
}

.is-only-desktop {
  display: block;
}
@media screen and (max-width: 1087px) {
  .is-only-desktop {
    display: none;
  }
}

.is-only-to-tablet {
  display: block;
}
@media screen and (min-width: 1088px) {
  .is-only-to-tablet {
    display: none;
  }
}

.modal-content {
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.75);
  padding: 1.5rem;
  position: relative;
}
.modal-content .modal-close {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 5px;
  transition: all 200ms linear;
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}
.modal-content .modal-close:before, .modal-content .modal-close:after {
  background: #000000;
  transition: all 200ms linear;
}
.modal-content .modal-close:hover {
  background: #ff0201;
}
.modal-content .modal-close:hover:before, .modal-content .modal-close:hover:after {
  background: #ffffff;
}

.modal-background {
  background: transparent;
}

.js-select--language + .select2 {
  width: auto !important;
}
.js-select--language + .select2 .select2-selection--single {
  background: #ff0201;
  border: none;
  outline: none !important;
}
.js-select--language + .select2 .select2-selection--single .select2-selection__rendered {
  color: #ffffff;
}
.js-select--language + .select2 .select2-selection--single .select2-selection__arrow b {
  border-color: #ffffff transparent transparent transparent;
}

.language-result--selected {
  padding-right: 1.875rem;
}
.language-result--selected img {
  right: 0 !important;
}

.select2-container--languages .select2-selection__rendered {
  padding: 0 !important;
}
.select2-container--languages .select2-results__option {
  background: #ffffff !important;
  color: #4a4a4a !important;
  transition: all linear 200ms;
}
.select2-container--languages .select2-results__option.select2-results__option--highlighted {
  background: rgba(255, 2, 1, 0.5) !important;
  color: #ffffff !important;
}
.select2-container--languages .select2-dropdown {
  border-color: #ffffff;
  border-radius: 0;
  min-width: 6.25rem;
}

/** Helpers */
/** Common */
.is-16-9 {
  padding-bottom: 62.5% !important;
}

.grid--column--space-between, .grid--column--space-around, .grid--row--space-between, .grid--row-reverse, .grid--row, .grid--vertical, .grid--start, .grid--end--end, .grid--end, .grid--space-around, .grid--space-evenly, .grid--space-between, .grid--stretch, .singleProduct .tabs-list, .grid--centered, .share, .headerContainerGrid, .grid--centered--centered, .grid--space-between--centered, .headerSecondaryGrid, .headerMainGrid, .headerMainGrid--mobile {
  display: flex;
  display: -webkit-flex;
}

.grid--centered, .share, .headerContainerGrid, .grid--centered--centered, .grid--space-between--centered, .headerSecondaryGrid, .headerMainGrid, .headerMainGrid--mobile {
  align-items: center;
  -webkit-align-items: center;
}

.grid--stretch, .singleProduct .tabs-list {
  justify-content: stretch;
  -webkit-justify-content: stretch;
}

.grid--space-between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.grid--space-between--centered, .headerSecondaryGrid, .headerMainGrid, .headerMainGrid--mobile {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

@media screen and (min-width: 1088px) {
  .grid--centered--centered--desktop {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.grid--centered--centered {
  justify-content: center;
  -webkit-justify-content: center;
}

.grid--space-evenly {
  justify-content: space-evenly;
  -webkit-justify-content: space-evenly;
}

.grid--space-around {
  justify-content: space-around;
  -webkit-justify-content: space-around;
}

.grid--end {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}

.grid--end--end {
  align-items: end;
  -webkit-align-items: end;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}

.grid--start {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}

.grid--vertical {
  flex-direction: column;
}

.grid--row {
  flex-direction: row;
}

.grid--row-reverse {
  flex-direction: row-reverse;
}

.grid--row--space-between {
  flex-direction: row;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.grid--column--space-around {
  flex-direction: column;
  justify-content: space-around;
  -webkit-justify-content: space-around;
}

.grid--column--space-between {
  flex-direction: column;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.grid--wrap {
  @extends %grid;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

@media screen and (max-width: 1087px) {
  .is-multiline-touch {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
}
.padding-left-0 {
  padding-left: 0px;
}

.padding-left-1 {
  padding-left: 1px;
}

.padding-left-2 {
  padding-left: 2px;
}

.padding-left-3 {
  padding-left: 3px;
}

.padding-left-5 {
  padding-left: 5px;
}

.padding-left-7 {
  padding-left: 7px;
}

.padding-left-9 {
  padding-left: 9px;
}

.padding-left-10 {
  padding-left: 10px;
}

.padding-left-12 {
  padding-left: 12px;
}

.padding-left-13 {
  padding-left: 13px;
}

.padding-left-14 {
  padding-left: 14px;
}

.padding-left-15 {
  padding-left: 15px;
}

.padding-left-18 {
  padding-left: 18px;
}

.padding-left-20 {
  padding-left: 20px;
}

.padding-left-21 {
  padding-left: 21px;
}

.padding-left-22 {
  padding-left: 22px;
}

.padding-left-24 {
  padding-left: 24px;
}

.padding-left-25 {
  padding-left: 25px;
}

.padding-left-26 {
  padding-left: 26px;
}

.padding-left-27 {
  padding-left: 27px;
}

.padding-left-28 {
  padding-left: 28px;
}

.padding-left-30 {
  padding-left: 30px;
}

.padding-left-31 {
  padding-left: 31px;
}

.padding-left-35 {
  padding-left: 35px;
}

.padding-left-36 {
  padding-left: 36px;
}

.padding-left-38 {
  padding-left: 38px;
}

.padding-left-40 {
  padding-left: 40px;
}

.padding-left-42 {
  padding-left: 42px;
}

.padding-left-43 {
  padding-left: 43px;
}

.padding-left-45 {
  padding-left: 45px;
}

.padding-left-50 {
  padding-left: 50px;
}

.padding-left-55 {
  padding-left: 55px;
}

.padding-left-56 {
  padding-left: 56px;
}

.padding-left-57 {
  padding-left: 57px;
}

.padding-left-58 {
  padding-left: 58px;
}

.padding-left-59 {
  padding-left: 59px;
}

.padding-left-60 {
  padding-left: 60px;
}

.padding-left-61 {
  padding-left: 61px;
}

.padding-left-62 {
  padding-left: 62px;
}

.padding-left-63 {
  padding-left: 63px;
}

.padding-left-64 {
  padding-left: 64px;
}

.padding-left-65 {
  padding-left: 65px;
}

.padding-left-66 {
  padding-left: 66px;
}

.padding-left-67 {
  padding-left: 67px;
}

.padding-left-68 {
  padding-left: 68px;
}

.padding-left-69 {
  padding-left: 69px;
}

.padding-left-70 {
  padding-left: 70px;
}

.padding-left-71 {
  padding-left: 71px;
}

.padding-left-72 {
  padding-left: 72px;
}

.padding-left-80 {
  padding-left: 80px;
}

.padding-top-0 {
  padding-top: 0px;
}

.padding-top-1 {
  padding-top: 1px;
}

.padding-top-2 {
  padding-top: 2px;
}

.padding-top-3 {
  padding-top: 3px;
}

.padding-top-5 {
  padding-top: 5px;
}

.padding-top-7 {
  padding-top: 7px;
}

.padding-top-9 {
  padding-top: 9px;
}

.padding-top-10 {
  padding-top: 10px;
}

.padding-top-12 {
  padding-top: 12px;
}

.padding-top-13 {
  padding-top: 13px;
}

.padding-top-14 {
  padding-top: 14px;
}

.padding-top-15 {
  padding-top: 15px;
}

.padding-top-18 {
  padding-top: 18px;
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-top-21 {
  padding-top: 21px;
}

.padding-top-22 {
  padding-top: 22px;
}

.padding-top-24 {
  padding-top: 24px;
}

.padding-top-25 {
  padding-top: 25px;
}

.padding-top-26 {
  padding-top: 26px;
}

.padding-top-27 {
  padding-top: 27px;
}

.padding-top-28 {
  padding-top: 28px;
}

.padding-top-30 {
  padding-top: 30px;
}

.padding-top-31 {
  padding-top: 31px;
}

.padding-top-35 {
  padding-top: 35px;
}

.padding-top-36 {
  padding-top: 36px;
}

.padding-top-38 {
  padding-top: 38px;
}

.padding-top-40 {
  padding-top: 40px;
}

.padding-top-42 {
  padding-top: 42px;
}

.padding-top-43 {
  padding-top: 43px;
}

.padding-top-45 {
  padding-top: 45px;
}

.padding-top-50 {
  padding-top: 50px;
}

.padding-top-55 {
  padding-top: 55px;
}

.padding-top-56 {
  padding-top: 56px;
}

.padding-top-57 {
  padding-top: 57px;
}

.padding-top-58 {
  padding-top: 58px;
}

.padding-top-59 {
  padding-top: 59px;
}

.padding-top-60 {
  padding-top: 60px;
}

.padding-top-61 {
  padding-top: 61px;
}

.padding-top-62 {
  padding-top: 62px;
}

.padding-top-63 {
  padding-top: 63px;
}

.padding-top-64 {
  padding-top: 64px;
}

.padding-top-65 {
  padding-top: 65px;
}

.padding-top-66 {
  padding-top: 66px;
}

.padding-top-67 {
  padding-top: 67px;
}

.padding-top-68 {
  padding-top: 68px;
}

.padding-top-69 {
  padding-top: 69px;
}

.padding-top-70 {
  padding-top: 70px;
}

.padding-top-71 {
  padding-top: 71px;
}

.padding-top-72 {
  padding-top: 72px;
}

.padding-top-80 {
  padding-top: 80px;
}

.padding-right-0 {
  padding-right: 0px;
}

.padding-right-1 {
  padding-right: 1px;
}

.padding-right-2 {
  padding-right: 2px;
}

.padding-right-3 {
  padding-right: 3px;
}

.padding-right-5 {
  padding-right: 5px;
}

.padding-right-7 {
  padding-right: 7px;
}

.padding-right-9 {
  padding-right: 9px;
}

.padding-right-10 {
  padding-right: 10px;
}

.padding-right-12 {
  padding-right: 12px;
}

.padding-right-13 {
  padding-right: 13px;
}

.padding-right-14 {
  padding-right: 14px;
}

.padding-right-15 {
  padding-right: 15px;
}

.padding-right-18 {
  padding-right: 18px;
}

.padding-right-20 {
  padding-right: 20px;
}

.padding-right-21 {
  padding-right: 21px;
}

.padding-right-22 {
  padding-right: 22px;
}

.padding-right-24 {
  padding-right: 24px;
}

.padding-right-25 {
  padding-right: 25px;
}

.padding-right-26 {
  padding-right: 26px;
}

.padding-right-27 {
  padding-right: 27px;
}

.padding-right-28 {
  padding-right: 28px;
}

.padding-right-30 {
  padding-right: 30px;
}

.padding-right-31 {
  padding-right: 31px;
}

.padding-right-35 {
  padding-right: 35px;
}

.padding-right-36 {
  padding-right: 36px;
}

.padding-right-38 {
  padding-right: 38px;
}

.padding-right-40 {
  padding-right: 40px;
}

.padding-right-42 {
  padding-right: 42px;
}

.padding-right-43 {
  padding-right: 43px;
}

.padding-right-45 {
  padding-right: 45px;
}

.padding-right-50 {
  padding-right: 50px;
}

.padding-right-55 {
  padding-right: 55px;
}

.padding-right-56 {
  padding-right: 56px;
}

.padding-right-57 {
  padding-right: 57px;
}

.padding-right-58 {
  padding-right: 58px;
}

.padding-right-59 {
  padding-right: 59px;
}

.padding-right-60 {
  padding-right: 60px;
}

.padding-right-61 {
  padding-right: 61px;
}

.padding-right-62 {
  padding-right: 62px;
}

.padding-right-63 {
  padding-right: 63px;
}

.padding-right-64 {
  padding-right: 64px;
}

.padding-right-65 {
  padding-right: 65px;
}

.padding-right-66 {
  padding-right: 66px;
}

.padding-right-67 {
  padding-right: 67px;
}

.padding-right-68 {
  padding-right: 68px;
}

.padding-right-69 {
  padding-right: 69px;
}

.padding-right-70 {
  padding-right: 70px;
}

.padding-right-71 {
  padding-right: 71px;
}

.padding-right-72 {
  padding-right: 72px;
}

.padding-right-80 {
  padding-right: 80px;
}

.padding-bottom-0 {
  padding-bottom: 0px;
}

.padding-bottom-1 {
  padding-bottom: 1px;
}

.padding-bottom-2 {
  padding-bottom: 2px;
}

.padding-bottom-3 {
  padding-bottom: 3px;
}

.padding-bottom-5 {
  padding-bottom: 5px;
}

.padding-bottom-7 {
  padding-bottom: 7px;
}

.padding-bottom-9 {
  padding-bottom: 9px;
}

.padding-bottom-10 {
  padding-bottom: 10px;
}

.padding-bottom-12 {
  padding-bottom: 12px;
}

.padding-bottom-13 {
  padding-bottom: 13px;
}

.padding-bottom-14 {
  padding-bottom: 14px;
}

.padding-bottom-15 {
  padding-bottom: 15px;
}

.padding-bottom-18 {
  padding-bottom: 18px;
}

.padding-bottom-20 {
  padding-bottom: 20px;
}

.padding-bottom-21 {
  padding-bottom: 21px;
}

.padding-bottom-22 {
  padding-bottom: 22px;
}

.padding-bottom-24 {
  padding-bottom: 24px;
}

.padding-bottom-25 {
  padding-bottom: 25px;
}

.padding-bottom-26 {
  padding-bottom: 26px;
}

.padding-bottom-27 {
  padding-bottom: 27px;
}

.padding-bottom-28 {
  padding-bottom: 28px;
}

.padding-bottom-30 {
  padding-bottom: 30px;
}

.padding-bottom-31 {
  padding-bottom: 31px;
}

.padding-bottom-35 {
  padding-bottom: 35px;
}

.padding-bottom-36 {
  padding-bottom: 36px;
}

.padding-bottom-38 {
  padding-bottom: 38px;
}

.padding-bottom-40 {
  padding-bottom: 40px;
}

.padding-bottom-42 {
  padding-bottom: 42px;
}

.padding-bottom-43 {
  padding-bottom: 43px;
}

.padding-bottom-45 {
  padding-bottom: 45px;
}

.padding-bottom-50 {
  padding-bottom: 50px;
}

.padding-bottom-55 {
  padding-bottom: 55px;
}

.padding-bottom-56 {
  padding-bottom: 56px;
}

.padding-bottom-57 {
  padding-bottom: 57px;
}

.padding-bottom-58 {
  padding-bottom: 58px;
}

.padding-bottom-59 {
  padding-bottom: 59px;
}

.padding-bottom-60 {
  padding-bottom: 60px;
}

.padding-bottom-61 {
  padding-bottom: 61px;
}

.padding-bottom-62 {
  padding-bottom: 62px;
}

.padding-bottom-63 {
  padding-bottom: 63px;
}

.padding-bottom-64 {
  padding-bottom: 64px;
}

.padding-bottom-65 {
  padding-bottom: 65px;
}

.padding-bottom-66 {
  padding-bottom: 66px;
}

.padding-bottom-67 {
  padding-bottom: 67px;
}

.padding-bottom-68 {
  padding-bottom: 68px;
}

.padding-bottom-69 {
  padding-bottom: 69px;
}

.padding-bottom-70 {
  padding-bottom: 70px;
}

.padding-bottom-71 {
  padding-bottom: 71px;
}

.padding-bottom-72 {
  padding-bottom: 72px;
}

.padding-bottom-80 {
  padding-bottom: 80px;
}

.margin-left-0 {
  margin-left: 0px;
}

.margin-left-1 {
  margin-left: 1px;
}

.margin-left-2 {
  margin-left: 2px;
}

.margin-left-3 {
  margin-left: 3px;
}

.margin-left-5 {
  margin-left: 5px;
}

.margin-left-7 {
  margin-left: 7px;
}

.margin-left-9 {
  margin-left: 9px;
}

.margin-left-10 {
  margin-left: 10px;
}

.margin-left-12 {
  margin-left: 12px;
}

.margin-left-13 {
  margin-left: 13px;
}

.margin-left-14 {
  margin-left: 14px;
}

.margin-left-15 {
  margin-left: 15px;
}

.margin-left-18 {
  margin-left: 18px;
}

.margin-left-20 {
  margin-left: 20px;
}

.margin-left-21 {
  margin-left: 21px;
}

.margin-left-22 {
  margin-left: 22px;
}

.margin-left-24 {
  margin-left: 24px;
}

.margin-left-25 {
  margin-left: 25px;
}

.margin-left-26 {
  margin-left: 26px;
}

.margin-left-27 {
  margin-left: 27px;
}

.margin-left-28 {
  margin-left: 28px;
}

.margin-left-30 {
  margin-left: 30px;
}

.margin-left-31 {
  margin-left: 31px;
}

.margin-left-35 {
  margin-left: 35px;
}

.margin-left-36 {
  margin-left: 36px;
}

.margin-left-38 {
  margin-left: 38px;
}

.margin-left-40 {
  margin-left: 40px;
}

.margin-left-42 {
  margin-left: 42px;
}

.margin-left-43 {
  margin-left: 43px;
}

.margin-left-45 {
  margin-left: 45px;
}

.margin-left-50 {
  margin-left: 50px;
}

.margin-left-55 {
  margin-left: 55px;
}

.margin-left-56 {
  margin-left: 56px;
}

.margin-left-57 {
  margin-left: 57px;
}

.margin-left-58 {
  margin-left: 58px;
}

.margin-left-59 {
  margin-left: 59px;
}

.margin-left-60 {
  margin-left: 60px;
}

.margin-left-61 {
  margin-left: 61px;
}

.margin-left-62 {
  margin-left: 62px;
}

.margin-left-63 {
  margin-left: 63px;
}

.margin-left-64 {
  margin-left: 64px;
}

.margin-left-65 {
  margin-left: 65px;
}

.margin-left-66 {
  margin-left: 66px;
}

.margin-left-67 {
  margin-left: 67px;
}

.margin-left-68 {
  margin-left: 68px;
}

.margin-left-69 {
  margin-left: 69px;
}

.margin-left-70 {
  margin-left: 70px;
}

.margin-left-71 {
  margin-left: 71px;
}

.margin-left-72 {
  margin-left: 72px;
}

.margin-left-80 {
  margin-left: 80px;
}

.margin-top-0 {
  margin-top: 0px;
}

.margin-top-1 {
  margin-top: 1px;
}

.margin-top-2 {
  margin-top: 2px;
}

.margin-top-3 {
  margin-top: 3px;
}

.margin-top-5 {
  margin-top: 5px;
}

.margin-top-7 {
  margin-top: 7px;
}

.margin-top-9 {
  margin-top: 9px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-12 {
  margin-top: 12px;
}

.margin-top-13 {
  margin-top: 13px;
}

.margin-top-14 {
  margin-top: 14px;
}

.margin-top-15 {
  margin-top: 15px;
}

.margin-top-15-imp {
  margin-top: 15px !important;
}

.margin-top-18 {
  margin-top: 18px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-21 {
  margin-top: 21px;
}

.margin-top-22 {
  margin-top: 22px;
}

.margin-top-24 {
  margin-top: 24px;
}

.margin-top-25 {
  margin-top: 25px;
}

.margin-top-26 {
  margin-top: 26px;
}

.margin-top-27 {
  margin-top: 27px;
}

.margin-top-28 {
  margin-top: 28px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-31 {
  margin-top: 31px;
}

.margin-top-35 {
  margin-top: 35px;
}

.margin-top-36 {
  margin-top: 36px;
}

.margin-top-38 {
  margin-top: 38px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-top-42 {
  margin-top: 42px;
}

.margin-top-43 {
  margin-top: 43px;
}

.margin-top-45 {
  margin-top: 45px;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-top-55 {
  margin-top: 55px;
}

.margin-top-56 {
  margin-top: 56px;
}

.margin-top-57 {
  margin-top: 57px;
}

.margin-top-58 {
  margin-top: 58px;
}

.margin-top-59 {
  margin-top: 59px;
}

.margin-top-60 {
  margin-top: 60px;
}

.margin-top-61 {
  margin-top: 61px;
}

.margin-top-62 {
  margin-top: 62px;
}

.margin-top-63 {
  margin-top: 63px;
}

.margin-top-64 {
  margin-top: 64px;
}

.margin-top-65 {
  margin-top: 65px;
}

.margin-top-66 {
  margin-top: 66px;
}

.margin-top-67 {
  margin-top: 67px;
}

.margin-top-68 {
  margin-top: 68px;
}

.margin-top-69 {
  margin-top: 69px;
}

.margin-top-70 {
  margin-top: 70px;
}

.margin-top-71 {
  margin-top: 71px;
}

.margin-top-72 {
  margin-top: 72px;
}

.margin-top-80 {
  margin-top: 80px;
}

.margin-right-0 {
  margin-right: 0px;
}

.margin-right-1 {
  margin-right: 1px;
}

.margin-right-2 {
  margin-right: 2px;
}

.margin-right-3 {
  margin-right: 3px;
}

.margin-right-5 {
  margin-right: 5px;
}

.margin-right-7 {
  margin-right: 7px;
}

.margin-right-9 {
  margin-right: 9px;
}

.margin-right-10 {
  margin-right: 10px;
}

.margin-right-12 {
  margin-right: 12px;
}

.margin-right-13 {
  margin-right: 13px;
}

.margin-right-14 {
  margin-right: 14px;
}

.margin-right-15 {
  margin-right: 15px;
}

.margin-right-18 {
  margin-right: 18px;
}

.margin-right-20 {
  margin-right: 20px;
}

.margin-right-21 {
  margin-right: 21px;
}

.margin-right-22 {
  margin-right: 22px;
}

.margin-right-24 {
  margin-right: 24px;
}

.margin-right-25 {
  margin-right: 25px;
}

.margin-right-26 {
  margin-right: 26px;
}

.margin-right-27 {
  margin-right: 27px;
}

.margin-right-28 {
  margin-right: 28px;
}

.margin-right-30 {
  margin-right: 30px;
}

.margin-right-31 {
  margin-right: 31px;
}

.margin-right-35 {
  margin-right: 35px;
}

.margin-right-36 {
  margin-right: 36px;
}

.margin-right-38 {
  margin-right: 38px;
}

.margin-right-40 {
  margin-right: 40px;
}

.margin-right-42 {
  margin-right: 42px;
}

.margin-right-43 {
  margin-right: 43px;
}

.margin-right-45 {
  margin-right: 45px;
}

.margin-right-50 {
  margin-right: 50px;
}

.margin-right-55 {
  margin-right: 55px;
}

.margin-right-56 {
  margin-right: 56px;
}

.margin-right-57 {
  margin-right: 57px;
}

.margin-right-58 {
  margin-right: 58px;
}

.margin-right-59 {
  margin-right: 59px;
}

.margin-right-60 {
  margin-right: 60px;
}

.margin-right-61 {
  margin-right: 61px;
}

.margin-right-62 {
  margin-right: 62px;
}

.margin-right-63 {
  margin-right: 63px;
}

.margin-right-64 {
  margin-right: 64px;
}

.margin-right-65 {
  margin-right: 65px;
}

.margin-right-66 {
  margin-right: 66px;
}

.margin-right-67 {
  margin-right: 67px;
}

.margin-right-68 {
  margin-right: 68px;
}

.margin-right-69 {
  margin-right: 69px;
}

.margin-right-70 {
  margin-right: 70px;
}

.margin-right-71 {
  margin-right: 71px;
}

.margin-right-72 {
  margin-right: 72px;
}

.margin-right-80 {
  margin-right: 80px;
}

.margin-bottom-0 {
  margin-bottom: 0px;
}

.margin-bottom-1 {
  margin-bottom: 1px;
}

.margin-bottom-2 {
  margin-bottom: 2px;
}

.margin-bottom-3 {
  margin-bottom: 3px;
}

.margin-bottom-5 {
  margin-bottom: 5px;
}

.margin-bottom-7 {
  margin-bottom: 7px;
}

.margin-bottom-9 {
  margin-bottom: 9px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-12 {
  margin-bottom: 12px;
}

.margin-bottom-13 {
  margin-bottom: 13px;
}

.margin-bottom-14 {
  margin-bottom: 14px;
}

.margin-bottom-15 {
  margin-bottom: 15px;
}

.margin-bottom-18 {
  margin-bottom: 18px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-bottom-21 {
  margin-bottom: 21px;
}

.margin-bottom-22 {
  margin-bottom: 22px;
}

.margin-bottom-24 {
  margin-bottom: 24px;
}

.margin-bottom-25 {
  margin-bottom: 25px;
}

.margin-bottom-26 {
  margin-bottom: 26px;
}

.margin-bottom-27 {
  margin-bottom: 27px;
}

.margin-bottom-28 {
  margin-bottom: 28px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.margin-bottom-31 {
  margin-bottom: 31px;
}

.margin-bottom-35 {
  margin-bottom: 35px;
}

.margin-bottom-36 {
  margin-bottom: 36px;
}

.margin-bottom-38 {
  margin-bottom: 38px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.margin-bottom-42 {
  margin-bottom: 42px;
}

.margin-bottom-43 {
  margin-bottom: 43px;
}

.margin-bottom-45 {
  margin-bottom: 45px;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-bottom-55 {
  margin-bottom: 55px;
}

.margin-bottom-56 {
  margin-bottom: 56px;
}

.margin-bottom-57 {
  margin-bottom: 57px;
}

.margin-bottom-58 {
  margin-bottom: 58px;
}

.margin-bottom-59 {
  margin-bottom: 59px;
}

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

.margin-bottom-61 {
  margin-bottom: 61px;
}

.margin-bottom-62 {
  margin-bottom: 62px;
}

.margin-bottom-63 {
  margin-bottom: 63px;
}

.margin-bottom-64 {
  margin-bottom: 64px;
}

.margin-bottom-65 {
  margin-bottom: 65px;
}

.margin-bottom-66 {
  margin-bottom: 66px;
}

.margin-bottom-67 {
  margin-bottom: 67px;
}

.margin-bottom-68 {
  margin-bottom: 68px;
}

.margin-bottom-69 {
  margin-bottom: 69px;
}

.margin-bottom-70 {
  margin-bottom: 70px;
}

.margin-bottom-71 {
  margin-bottom: 71px;
}

.margin-bottom-72 {
  margin-bottom: 72px;
}

.margin-bottom-80 {
  margin-bottom: 80px;
}

.padding-0 {
  padding: 0px;
}

.padding-1 {
  padding: 1px;
}

.padding-2 {
  padding: 2px;
}

.padding-3 {
  padding: 3px;
}

.padding-5 {
  padding: 5px;
}

.padding-7 {
  padding: 7px;
}

.padding-9 {
  padding: 9px;
}

.padding-10 {
  padding: 10px;
}

.padding-12 {
  padding: 12px;
}

.padding-13 {
  padding: 13px;
}

.padding-14 {
  padding: 14px;
}

.padding-15 {
  padding: 15px;
}

.padding-18 {
  padding: 18px;
}

.padding-20 {
  padding: 20px;
}

.padding-21 {
  padding: 21px;
}

.padding-22 {
  padding: 22px;
}

.padding-24 {
  padding: 24px;
}

.padding-25 {
  padding: 25px;
}

.padding-26 {
  padding: 26px;
}

.padding-27 {
  padding: 27px;
}

.padding-28 {
  padding: 28px;
}

.padding-30 {
  padding: 30px;
}

.padding-31 {
  padding: 31px;
}

.padding-35 {
  padding: 35px;
}

.padding-36 {
  padding: 36px;
}

.padding-38 {
  padding: 38px;
}

.padding-40 {
  padding: 40px;
}

.padding-42 {
  padding: 42px;
}

.padding-43 {
  padding: 43px;
}

.padding-45 {
  padding: 45px;
}

.padding-50 {
  padding: 50px;
}

.padding-55 {
  padding: 55px;
}

.padding-56 {
  padding: 56px;
}

.padding-57 {
  padding: 57px;
}

.padding-58 {
  padding: 58px;
}

.padding-59 {
  padding: 59px;
}

.padding-60 {
  padding: 60px;
}

.padding-61 {
  padding: 61px;
}

.padding-62 {
  padding: 62px;
}

.padding-63 {
  padding: 63px;
}

.padding-64 {
  padding: 64px;
}

.padding-65 {
  padding: 65px;
}

.padding-66 {
  padding: 66px;
}

.padding-67 {
  padding: 67px;
}

.padding-68 {
  padding: 68px;
}

.padding-69 {
  padding: 69px;
}

.padding-70 {
  padding: 70px;
}

.padding-71 {
  padding: 71px;
}

.padding-72 {
  padding: 72px;
}

.padding-80 {
  padding: 80px;
}

.margin-0 {
  margin: 0px;
}

.margin-1 {
  margin: 1px;
}

.margin-2 {
  margin: 2px;
}

.margin-3 {
  margin: 3px;
}

.margin-5 {
  margin: 5px;
}

.margin-7 {
  margin: 7px;
}

.margin-9 {
  margin: 9px;
}

.margin-10 {
  margin: 10px;
}

.margin-12 {
  margin: 12px;
}

.margin-13 {
  margin: 13px;
}

.margin-14 {
  margin: 14px;
}

.margin-15 {
  margin: 15px;
}

.margin-18 {
  margin: 18px;
}

.margin-20 {
  margin: 20px;
}

.margin-21 {
  margin: 21px;
}

.margin-22 {
  margin: 22px;
}

.margin-24 {
  margin: 24px;
}

.margin-25 {
  margin: 25px;
}

.margin-26 {
  margin: 26px;
}

.margin-27 {
  margin: 27px;
}

.margin-28 {
  margin: 28px;
}

.margin-30 {
  margin: 30px;
}

.margin-31 {
  margin: 31px;
}

.margin-35 {
  margin: 35px;
}

.margin-36 {
  margin: 36px;
}

.margin-38 {
  margin: 38px;
}

.margin-40 {
  margin: 40px;
}

.margin-42 {
  margin: 42px;
}

.margin-43 {
  margin: 43px;
}

.margin-45 {
  margin: 45px;
}

.margin-50 {
  margin: 50px;
}

.margin-55 {
  margin: 55px;
}

.margin-56 {
  margin: 56px;
}

.margin-57 {
  margin: 57px;
}

.margin-58 {
  margin: 58px;
}

.margin-59 {
  margin: 59px;
}

.margin-60 {
  margin: 60px;
}

.margin-61 {
  margin: 61px;
}

.margin-62 {
  margin: 62px;
}

.margin-63 {
  margin: 63px;
}

.margin-64 {
  margin: 64px;
}

.margin-65 {
  margin: 65px;
}

.margin-66 {
  margin: 66px;
}

.margin-67 {
  margin: 67px;
}

.margin-68 {
  margin: 68px;
}

.margin-69 {
  margin: 69px;
}

.margin-70 {
  margin: 70px;
}

.margin-71 {
  margin: 71px;
}

.margin-72 {
  margin: 72px;
}

.margin-80 {
  margin: 80px;
}

.breadCrumb li {
  display: inline-block;
  position: relative;
}
.breadCrumb li:not(:first-child):before {
  content: "/";
  color: #4990e2;
  display: inline-block;
  margin: 0rem 0.046875rem;
}
.breadCrumb a {
  color: #4990e2;
  font-family: "Oswald", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.2px;
  text-transform: capitalize;
}
.breadCrumb a.underline {
  text-decoration: underline;
}
@media screen and (max-width: 1087px) {
  .breadCrumb a {
    font-weight: normal;
  }
}
@media screen and (max-width: 1087px) {
  .breadCrumb li:not(:first-child):before {
    color: #9b9b9b;
    font-size: 1.25rem;
  }
  .breadCrumb li:not(:last-child) a {
    color: #9b9b9b;
    font-size: 1.25rem;
  }
  .breadCrumb li:last-child a {
    color: #ff0201;
    font-size: 1.25rem;
  }
  .breadCrumb li a.underline {
    text-decoration: none;
  }
}
@media screen and (max-width: 1087px) {
  .breadCrumb {
    margin-top: -5px;
  }
}
@media screen and (min-width: 1088px) {
  .breadCrumb {
    margin-top: 7px;
  }
}

.breadCrumbsSection li {
  display: inline-block;
  position: relative;
}
.breadCrumbsSection li:not(:first-child):before {
  content: "/";
  color: #ffffff;
  display: inline-block;
  margin: 0rem 0.046875rem;
  font-size: 1.5rem;
  font-weight: 300;
  text-shadow: 0 0 2px #000, 0 0 2px #000;
}
.breadCrumbsSection a {
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.2px;
  text-transform: uppercase;
  text-shadow: 0 0 2px #000, 0 0 2px #000;
}

.title--light {
  font-size: 1.25rem;
  font-weight: 300;
  color: #4a4a4a;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
}

.title--light--font {
  font-family: "Oswald", sans-serif;
  font-size: 3.125rem;
  color: #4a4a4a;
}

.title--previsualizacion {
  background-color: #ccc;
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  letter-spacing: -0.00625rem;
  color: #2a2622;
}

.title--section, .title--subsection {
  font-family: "Oswald", sans-serif;
  font-size: 3.125rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -1px;
  text-align: left;
  color: #ff0201;
}
@media screen and (max-width: 768px) {
  .title--section, .title--subsection {
    font-size: 1.25rem;
  }
}

.itemtitle {
  font-weight: 600;
}

.block-grey {
  background-color: #dddddd;
}

.block-grey-f4 {
  background-color: #f4f4f4;
}
@media screen and (max-width: 768px) {
  .block-grey-f4 {
    background-color: transparent;
  }
}

.block-white-small, .block-white {
  background-color: white;
  overflow: hidden;
}

.rectangle-grey {
  height: 4.375rem;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #232323;
}

.rectangle-grey-small {
  height: 1.5625rem;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #4a4a4a;
}

.rectangle-red {
  width: 33.75rem;
  height: 3.75rem;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #ff0000;
}

.section-small {
  padding: 1rem 1rem;
}

/* The container */
.container-radio {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 1.375rem;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin-bottom: 1.25rem;
}

/* Hide the browser's default radio button */
.container-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  top: 0.25rem;
  left: 0.25rem;
  width: 8px;
  height: 8px;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 1rem;
  width: 1rem;
  background-color: #eeeeee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container-radio:hover input ~ .checkmark {
  background-color: #cccccc;
}

/* When the radio button is checked, add a blue background */
.container-radio input:checked ~ .checkmark {
  background-color: #ff0201;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .checkmark:after {
  top: 0.3125rem;
  left: 0.3125rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: white;
}

@media screen and (max-width: 1087px) {
  .is-only-desktop {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .is-only-mobile {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .is-only-to-tablet {
    display: none;
  }
}
@media screen and (min-width: 1088px) {
  .is-only-to-tablet {
    display: none;
  }
}

@media screen and (min-width: 1088px) {
  .is-only-touch {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .is-from-tablet {
    display: none;
  }
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 12;
  background-color: rgba(255, 255, 255, 0.8);
}
#loading .loading_text {
  transform: scale(4, 4);
}

.loader {
  position: absolute;
  left: 0;
  right: 0;
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  border: none;
  background: #ff0201;
  background: linear-gradient(to right, #ff0201 10%, rgba(255, 0, 0, 0) 42%);
  animation: load3 1.4s infinite linear;
  transform: translateZ(0);
}
.loader.loader-black {
  width: 3em;
  height: 3em;
  margin: 0;
  margin-right: 10px;
  margin-left: 20px;
  background: #4a4a4a;
  background: linear-gradient(to right, #4a4a4a 10%, rgba(29, 29, 29, 0) 42%);
}
.loader.loader-white {
  background: #fff;
  background: linear-gradient(to right, #fff 10%, rgba(255, 0, 0, 0) 42%);
}
.loader.loader-red {
  background: #ff0000;
  background: linear-gradient(to right, #fff 10%, rgb(255, 0, 0) 42%);
}

.loader:before {
  width: 50%;
  height: 50%;
  background: #ff0201;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

.loader-black:before {
  background: #4a4a4a;
}

.loader-white:before {
  background: #fff;
}

.loader:after {
  background: #ffffff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.loader-white:after {
  background: #222;
}

.spinner-wrapper {
  text-align: center;
  width: 100%;
  margin-top: 30px;
}
.spinner-wrapper .loader {
  position: relative;
  left: unset;
  right: unset;
  display: inline-block;
  margin: 0;
  width: 2em;
  height: 2em;
}
@keyframes load3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/** Components */
.footerWaveTop, .footerWaveBottom, .headerWave--transparent, .headerWave--white, .headerWave {
  height: 1.1875rem;
  position: relative;
  background-repeat: repeat-x;
  background-size: auto;
  z-index: 3;
}

.headerWave--transparent, .headerWave--white, .headerWave {
  background-position: 50%;
}
@media screen and (min-width: 1088px) {
  .headerWave--transparent, .headerWave--white, .headerWave {
    margin-top: -0.59375rem;
  }
}

.footerWaveTop, .footerWaveBottom {
  background-position: 0%;
}

.headerWave {
  background-image: url(/images/wave_red_2.png?0b9e990d02d09f5533152e76c32107ad);
}

.headerWave--white {
  background-image: url(/images/wave_red_3.png?002646b1178375313eba0ab838cc207b);
}

.headerWave--transparent {
  margin-top: -7px;
  background-image: url(/images/wave_red_1.png?6b8236b1c9e8ad15376edeb1bc35c678);
}
@media screen and (min-width: 1088px) {
  .headerWave--transparent {
    margin-top: 0;
    top: 26px;
  }
}

.footerWaveBottom {
  background-image: url(/images/wave_black_1.png?7629c27acfacea9591abbda9d15c1644);
}

.footerWaveTop {
  margin-top: 2.5rem;
  background-image: url(/images/wave_red.png?87832ae52ad9de85775926d443ffc963);
}

.btn-grey, .btn-red, .btn--green, .btn--grey, .btn--red, .button-white, .button--white, .button-grey, .button--grey, .button--green, .button--orange, .button--red, .btn-green-mayorista {
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  display: inline-block;
  padding: 0.375rem 0.75rem;
  transition: linear 200ms;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.2px;
}
.is-full.btn-grey, .is-full.btn-red, .is-full.btn--green, .is-full.btn--grey, .is-full.btn--red, .is-full.button-white, .is-full.button--white, .is-full.button-grey, .is-full.button--grey, .is-full.button--green, .is-full.button--orange, .is-full.button--red, .is-full.btn-green-mayorista {
  width: 100%;
}

.btn-green-mayorista {
  -o-object-fit: contain;
     object-fit: contain;
  height: 2.5rem;
  border-radius: 5px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  border: solid 1px #979797;
  background-color: #d1f0b1;
  color: #1f1f1f;
}
.btn-green-mayorista a {
  color: #1f1f1f;
}
.btn-green-mayorista:hover {
  background-color: #c0e0a0;
}

.button--red {
  background: #ffffff;
  color: #ff0201;
  border-color: #ff0201;
  font-size: 0.75rem;
}
.button--red:hover {
  color: #ffffff;
  background: #ff0201;
}
.button--red.button--minicart {
  padding: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container-button {
  height: 100%;
}

.button--orange {
  background-color: #fae0c0;
  color: #2a2622;
  border-radius: 5px;
  font-size: 1rem;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  border: solid 1px #999;
}
.button--orange:hover {
  background-color: #f9c17c;
}

.button--green {
  color: #2fd475;
  background: #ffffff;
  border-color: #2fd475;
  border-radius: 0;
}
.button--green a {
  color: #2fd475;
}
.button--green a .circle {
  border: 1px solid #2fd475;
  border-radius: 100%;
}
.button--green a .circle i {
  margin-right: 0.1875rem;
}
.button--green:hover {
  background: #2fd475;
  color: #ffffff;
}
.button--green:hover a {
  color: #ffffff;
}
.button--green:hover a .circle {
  border: 1px solid #ffffff;
  border-radius: 100%;
}

.button--grey {
  color: #ffffff;
  background: #9b9b9b;
  border-radius: 0;
  font-weight: normal;
}
.button--grey a {
  color: #ffffff;
}
.button--grey:hover {
  background: #4a4a4a;
  color: #ffffff;
}
.button--grey:hover a {
  color: #ffffff;
}

.button-grey {
  color: #ffffff;
  background: #9b9b9b;
  font-family: "Roboto", sans-serif;
  font-size: 0.9375rem;
  font-weight: 900;
  line-height: 0.93;
  letter-spacing: -0.01875rem;
  text-transform: capitalize;
  padding: 0.875rem;
}
.button-grey a {
  color: #ffffff;
}
.button-grey:hover {
  background: #4a4a4a;
  color: #ffffff;
}
.button-grey:hover a {
  color: #ffffff;
}

.btn--shadow {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
}

.button--white {
  color: #1f1f1f;
  background: #ffffff;
  border-color: #979797;
}
.button--white:hover {
  background-color: #ddd;
}

.button-white {
  color: #1f1f1f;
  background: #ffffff;
  border-color: #979797;
}
.button-white:hover {
  background: #1f1f1f;
  color: #ffffff;
}

.btn--red {
  border-radius: 0;
  text-transform: none;
  font-size: 1.25rem;
  background: #fe110a;
  border: 0;
  color: #ffffff;
}
.btn--red a {
  color: #ffffff;
}
.btn--red.btn-blog {
  width: 100%;
  text-transform: uppercase;
}

.btn--grey {
  border-radius: 0;
  text-transform: none;
  font-size: 1.25rem;
  background: #979797;
  border: 0;
  color: #ffffff;
}
.btn--grey a {
  color: #ffffff;
}

.btn--buy .addCart {
  height: 2.5rem;
  text-transform: uppercase;
  border: none;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 0.93;
  letter-spacing: -0.01875rem;
  background-color: #ff0201;
  pointer-events: all;
  cursor: pointer;
}
.btn--buy .addCart[disabled] {
  background-color: #9b9b9b;
  pointer-events: none;
  cursor: default;
}

.btn--green {
  text-transform: none;
  background: #2fd475;
  font-size: 1.25rem;
  border: none;
  border-radius: 0;
}
.btn--green a {
  color: #ffffff;
}

.btn-mobile {
  width: 100%;
}

.btn-mobile .btn-red i {
  font-size: 17.8px;
}
.btn-mobile .btn-red span {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 0.7;
  letter-spacing: -0.4px;
}

.btn-red {
  border-radius: 0;
  border: none;
  width: 13.3125rem;
  font-family: "Roboto", sans-serif;
  font-size: 0.9375rem;
  font-weight: 900;
  line-height: 0.93;
  letter-spacing: -0.3px;
}
@media screen and (max-width: 1087px) {
  .btn-red {
    width: 100%;
  }
}
.btn-red.active {
  background-color: #4a4a4a;
}
.btn-red.active:hover {
  background-color: #979797;
}

.btn-grey {
  border-radius: 0;
  border: none;
  width: 13.3125rem;
  font-family: "Roboto", sans-serif;
  font-size: 0.9375rem;
  font-weight: 900;
  line-height: 0.93;
  letter-spacing: -0.3px;
}
@media screen and (max-width: 1087px) {
  .btn-grey {
    width: 100%;
  }
}
.btn-grey.active {
  background-color: #9b9b9b;
}
.btn-grey.active:hover {
  background-color: #ffffff;
}

.btn-red {
  line-height: 28px;
  color: #ffffff;
  background: #ff0201;
}
.btn-red:hover {
  color: #ffffff;
  background: #cc0000;
}

.btn-grey {
  line-height: 28px;
  color: #ffffff;
  background: #979797;
}
.headerTop {
  background: #ff0201;
  color: #ffffff;
  position: relative;
  display: none;
  padding-left: 15px;
}
.headerTop .anchors {
  height: 30px;
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 1088px) {
  .headerTop {
    display: block;
    position: absolute;
    width: 100%;
    z-index: 4;
    top: 0;
  }
}

.headerBottom {
  background: #1f1f1f;
  color: #ffffff;
  position: relative;
}
.hidden-header .headerBottom {
  background: #ffffff;
}
.hidden-header .headerBottom .finder {
  display: block;
  top: 0.75rem;
  left: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  padding-left: 30px;
  width: 100%;
}
@media screen and (max-width: 1087px) {
  .hidden-header .headerBottom .finder {
    padding-left: 0;
  }
  .hidden-header .headerBottom .finder img {
    width: 20.8px;
    margin-top: 5px;
    filter: brightness(0%) saturate(0%);
  }
}
.hidden-header .headerBottom .finder .columns {
  display: flex;
}
.hidden-header .headerBottom .finder .columns .icon-search {
  color: #2a2622;
  font-size: 1.5625rem;
}
.hidden-header .headerBottom .finder .field--light {
  border-top: none;
  border-left: none;
  border-right: none;
  overflow: visible;
  border-bottom: 1px solid #000000;
  color: #000000;
  margin: 0;
}
.hidden-header .headerBottom .finder .field--light label {
  color: #000000;
  left: 0;
}
@media screen and (max-width: 1087px) {
  .hidden-header .headerBottom .finder .field--light label {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.2px;
    text-align: left;
    color: #000000;
    opacity: 1;
    -webkit-text-stroke: 0px #979797;
    margin-top: 8px;
    transform-origin: 0px -50px;
  }
}
.hidden-header .headerBottom .finder .field--light input {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.2px;
  text-align: left;
  color: #000000;
  padding: 0.375rem 0 0;
  font-size: 1.125rem;
  -webkit-text-stroke: 0px #979797;
}
.hidden-header .headerBottom .finder .field-icon {
  right: initial;
  left: -30px;
  line-height: 20px;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 1088px) {
  .headerBottom .search img {
    width: 18px;
    margin-top: 3px;
  }
}

.mainHeader.isFixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.headerMainGrid--mobile {
  height: 99px;
  padding-top: 11px;
}
.headerMainGrid--mobile .menuButton {
  width: 42px;
  padding-left: 12px;
}
.headerMainGrid--mobile .mainLogo {
  padding: 0;
}
.headerMainGrid--mobile .mainLogo img {
  left: 0;
}
.is-open-menu .headerMainGrid--mobile {
  padding: 0;
}
.is-open-menu .headerMainGrid--mobile .mainLogo,
.is-open-menu .headerMainGrid--mobile .basketIcon {
  height: 0;
  overflow: hidden;
  width: 0;
}
.is-open-menu .headerMainGrid--mobile .menuButton {
  padding-left: 0;
  text-align: center;
  width: 100%;
}

.headerContainerGrid {
  height: 108px;
  margin-top: -25px;
  background-color: #ffffff;
}
.headerContainerGrid > :first-child {
  width: 0;
  transition: width linear 200ms;
  background: #ffffff;
  overflow: hidden;
}
.headerContainerGrid > :last-child {
  width: 100%;
  transition: width linear 200ms;
  background: #1f1f1f;
  padding-top: 1.25rem;
  margin-top: -1.25rem;
}
.is-open-menu .headerContainerGrid > :first-child {
  margin-top: -19px;
  width: 90%;
}
.is-open-menu .headerContainerGrid > :last-child {
  width: 10%;
}
@media screen and (min-width: 1088px) {
  .headerContainerGrid {
    margin-top: 0;
  }
  .headerContainerGrid > :first-child {
    width: 0;
  }
  .headerContainerGrid > :last-child {
    width: 100%;
  }
  .is-open-menu .headerContainerGrid > :first-child {
    width: 0;
  }
  .is-open-menu .headerContainerGrid > :last-child {
    width: 100%;
  }
}

@media screen and (min-width: 1088px) {
  .headerMainGrid .mainLogo {
    width: 140px;
  }
}
@media screen and (min-width: 1472px) {
  .headerMainGrid .mainLogo {
    width: 176px;
  }
  .headerMainGrid .mainLogo img {
    height: 37px;
  }
}
.headerMainGrid > .anchors #PopUpTelefono {
  display: none;
  position: absolute;
  font-family: "Roboto", sans-serif;
  z-index: 5;
}
.headerMainGrid > .anchors #PopUpTelefono .content-popup {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0.3125rem;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  background-color: #2a2622;
  width: 22.5rem;
  padding: 0.9375rem;
  margin-top: 8px;
}
.headerMainGrid > .anchors #PopUpTelefono .content-popup strong {
  color: #ffffff;
}
.headerMainGrid > .anchors #PopUpTelefono .content-popup:before {
  content: "";
  position: absolute;
  transform: rotate(180deg);
  top: 0px;
  border-style: solid;
  border-width: 0.5rem 0.5rem 0rem 0.5rem;
  border-color: #2a2622 transparent transparent transparent;
}
.headerMainGrid > .anchors .info-whatsapp {
  display: none;
  position: absolute;
  font-family: "Roboto", sans-serif;
  z-index: 5;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0.3125rem;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  background-color: #2a2622;
  width: 10.625rem;
  padding: 0.9375rem;
}
.headerMainGrid > .anchors .info-whatsapp strong {
  color: #ffffff;
}
.headerMainGrid > .anchors .information-whatsapp:hover .info-whatsapp {
  display: block;
}
.headerMainGrid > .anchors .telefono:hover #PopUpTelefono {
  display: block;
}
.headerMainGrid > .languages {
  padding: 0 0.75rem;
  text-align: right;
  width: 80px;
}
@media screen and (max-width: 1087px) {
  .headerBottom .headerMainGrid {
    display: none;
  }
}

.headerSecondaryGrid {
  height: 80px;
}
.headerSecondaryGrid .anchors {
  width: auto;
}
.headerSecondaryGrid .anchors > li > a {
  box-sizing: border-box;
  border-bottom: 1px solid #1f1f1f;
  margin-left: 7px;
  margin-right: 7px;
}
.headerSecondaryGrid .anchors > li > a:hover {
  border-bottom: 1px solid #ffffff;
}
.headerSecondaryGrid .anchors > li:hover a {
  border-bottom: 1px solid #ffffff;
}
.headerSecondaryGrid .anchors .finder {
  position: absolute;
  top: 20px;
  left: 0px;
  right: 0;
  bottom: 0;
  display: none;
}
@media screen and (min-width: 1472px) {
  .headerSecondaryGrid .anchors .finder {
    left: 40px;
  }
}
.headerSecondaryGrid .anchors .finder.is-visible {
  display: block;
}
.headerSecondaryGrid .anchors .finder .field--dark--large {
  padding-right: 2.25rem;
}
.headerSecondaryGrid .anchors .finder .field-icon {
  position: absolute;
  right: 0;
  top: 0;
  color: #000000;
  line-height: 31px;
}
.headerSecondaryGrid .basketIcon {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.languages {
  position: relative;
}
.headerTop .languages {
  cursor: pointer;
}
.languages.is-open i:before {
  transform: rotate(180deg);
}

.search {
  cursor: pointer;
  text-align: right;
  line-height: 30px;
  padding: 0.375rem 0.75rem;
}
.search a {
  color: #ffffff;
}

@media screen and (max-width: 1087px) {
  .mainHeader .headerWave--transparent {
    border-top: 12px solid #ff0201;
    height: 31px;
  }
}
.footerTop {
  background: #2a2622;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.2px;
  color: #ffffff;
  margin-top: -2px;
}
.footerTop .container {
  padding: 1.125rem 0.75rem;
}
@media screen and (max-width: 1087px) {
  .footerTop .container i {
    transform: scale(2);
  }
}

.footerBottom {
  background: #ffffff;
}
.footerBottom .container {
  padding: 0.75rem;
}
.footerBottom .is-only-to-tablet a, .footerBottom .is-only-touch a {
  color: #4a4a4a;
  text-decoration: underline;
  font-family: "Oswald", sans-serif;
  font-size: 1.125rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.1px;
}

.copyright span {
  font-family: "Oswald", sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.1px;
}
.footerBottom .copyright span {
  color: #2a2622;
}
.footerTop .copyright span {
  color: #ffffff;
}

.footerColumn, .footerColumn--Address {
  font-family: "Roboto", sans-serif;
  padding: 1.5rem 0.75rem 2.25rem 0.75rem;
}
.footerColumn strong, .footerColumn--Address strong {
  color: #ff0201;
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}
.footerColumn a, .footerColumn--Address a,
.footerColumn span,
.footerColumn--Address span {
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.7rem;
  color: #ffffff;
  letter-spacing: -0.2px;
  font-family: "Oswald", sans-serif;
}

.footerColumn--Address {
  width: 10.3125rem;
}
.footerColumn--Address .imageContainer img {
  min-width: auto;
  min-height: auto;
  max-width: 163px;
  max-height: 71px;
}
.footerColumn--Address a {
  color: #ff0201;
  text-decoration: underline;
}

.footerColumn--Final {
  font-family: "Oswald", sans-serif;
  width: 16.25rem;
  padding: 0 0.75rem;
  font-size: 1.5rem;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.3px;
}
.footerColumn--Final .imageContainer {
  margin-bottom: 1.5rem;
}
.footerColumn--Final .imageContainer img {
  min-width: auto;
  min-height: auto;
  max-height: 100%;
  max-width: 100%;
}
.footerColumn--Final .text-footer {
  font-size: 1.375rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  color: #ffffff;
}

.mainLogo {
  padding: 0 0.75rem;
  position: relative;
  height: 2.3125rem;
  width: 9.375rem;
}
.mainLogo img {
  position: absolute;
  top: 0;
  bottom: 0;
  padding-left: 0.75rem;
  margin: auto;
  max-height: 100%;
}

.imageContainer {
  position: relative;
  overflow: hidden;
  padding-bottom: 0%;
}
.imageContainer > img,
.imageContainer > video,
.imageContainer > iframe,
.imageContainer > source {
  position: absolute;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  top: -624.9375rem;
  right: -624.9375rem;
  bottom: -624.9375rem;
  left: -624.9375rem;
}

.imageContainer--marginOut {
  overflow: visible;
  position: relative;
  display: block;
}
.imageContainer--marginOut img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-top: 5rem;
  width: 37.5rem;
}

.anchors {
  font-size: 0.8125rem;
  letter-spacing: -0.2px;
  display: flex;
}
.anchors a {
  display: inline-block;
}
@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .anchors {
    font-size: 0.625rem;
  }
}

.footerBottom .anchors li, .headerTop .anchors li {
  padding-right: 10px;
}
.footerBottom .anchors li:before, .headerTop .anchors li:before {
  display: inline-block;
  height: 10px;
  background: #ffffff;
  width: 1px;
}

.anchors.grid--start {
  justify-content: flex-start !important;
  -webkit-justify-content: flex-start !important;
}
.headerTop .anchors {
  padding-left: 17px;
}
.headerTop .anchors a {
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.2px;
  color: #ffffff;
  padding-top: 6px;
  padding-bottom: 3px;
  width: auto;
}
@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .headerTop .anchors a {
    font-size: 13px;
  }
  .headerTop .anchors a .whatsapp {
    display: none;
  }
}
.headerTop .anchors a i.icon-phone:before {
  transform: rotate3d(0, 0, 1, 90deg);
}
.headerTop .anchors a span.separator {
  margin-left: 8px;
}
.headerBottom .anchors {
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 1088px) {
  .headerBottom .anchors {
    width: 85%;
  }
  .headerBottom .anchors .search {
    position: absolute;
    top: 20px;
    right: 10px;
  }
}
@media screen and (min-width: 1088px) and (min-width: 1472px) {
  .headerBottom .anchors #finder.margin-left-20 {
    margin-left: 0;
  }
}
@media screen and (min-width: 1088px) {
  .headerBottom .anchors .finder-desktop {
    margin-left: 20px;
  }
}
@media screen and (min-width: 1088px) and (min-width: 1280px) {
  .headerBottom .anchors .finder-desktop {
    width: 70px;
  }
}
.headerBottom .anchors a {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.2px;
  text-align: left;
  color: #ffffff;
}
.menu > .inside > .anchors {
  border-top: 1px solid #ffffff;
  flex-direction: column;
  padding: 0.75rem;
  padding-left: 20px;
  font-family: "Roboto", sans-serif;
}
.menu > .inside > .anchors a,
.menu > .inside > .anchors strong {
  color: #ffffff;
}
.menu > .inside > .anchors a {
  text-decoration: underline;
  line-height: 1.67;
  letter-spacing: -0.0125rem;
  font-size: 1.125rem;
}
.menu > .inside > .anchors strong {
  font-weight: 600;
  line-height: 1.67;
  letter-spacing: -0.0125rem;
  font-size: 1.25rem;
}

.footerBottom .anchors li:not(:first-child):before {
  background: #2a2622;
}
.footerBottom .anchors a, .footerBottom .anchors span {
  color: #2a2622;
  font-family: "Oswald", sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.1px;
}
.footerBottom .anchors a {
  padding: 0.375rem 0.75rem;
}

.languages .anchors {
  flex-direction: column;
  position: absolute;
  z-index: 11;
  width: 100%;
  left: 0;
  text-align: center;
  transition: height 200ms linear;
  height: 0;
  overflow: hidden;
}
.languages .anchors li:before {
  display: none !important;
}
.languages .anchors a {
  padding-right: 1.525rem;
  display: block;
  background: #ff0201;
  height: 26px;
}
.languages .anchors a img {
  border: 1.5px solid #ffffff;
}
.menu .languages .anchors {
  text-align: right;
}
.menu .languages .anchors a {
  padding-right: 0.75rem;
}

.languages .languageButton img {
  border: 1px solid #ffffff;
}

.languages-desktop {
  justify-content: flex-end;
}
.languages-desktop img {
  border: 1px solid #ffffff;
}

.inside .languages .languageButton {
  cursor: pointer;
}
.inside .languages .languageButton img {
  border: 1px solid #ffffff;
}
.inside .languages .anchors a {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.0125rem;
  color: #ffffff;
}
.inside .languages .anchors a img {
  margin-left: 0.625rem;
  border: 1px solid #ffffff;
}

@media screen and (max-width: 1087px) {
  .inside .languages {
    background-color: #1f1f1f;
  }
  .inside .languages ul li a {
    background-color: #1f1f1f;
  }
  .inside .languages ul li .headerWave--transparent {
    display: none;
  }
}
.carouselButton--next, .carouselButton--prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 0.125rem;
  color: #4a4a4a;
  z-index: 1;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}
.carouselButton--next:before, .carouselButton--prev:before {
  margin: 0 !important;
}

.carouselButton--prev {
  left: 0;
}

.carouselButton--next {
  right: 0;
}

@media screen and (max-width: 768px) {
  .carouselButton--prev, .carouselButton--next {
    transform: scale(2, 2);
  }
}
.carousel .message {
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Oswald", sans-serif;
  color: #4a4a4a;
  text-align: center;
}
.carousel .message .title {
  font-size: 3.8vw;
  font-weight: 200;
  letter-spacing: -0.7px;
  text-transform: uppercase;
}
.carousel .message .link {
  font-size: 1.25vw;
  font-weight: 500;
}

.carouselSection {
  background: #d8d8d8;
}
.carouselSection.section {
  padding: 0 !important;
}

.carousel {
  height: 60vh;
}
.carousel .slick-list,
.carousel .slick-track,
.carousel .slider-item-inner {
  height: 100%;
}
.carousel .slider-item-inner {
  padding: 4rem;
}
.carousel .slider-item-inner label {
  cursor: pointer;
  text-transform: uppercase;
}
@media screen and (max-width: 1087px) {
  .carousel {
    height: 50vw;
  }
  .carousel .slider-item-inner {
    padding: 0;
  }
}

.mainCarousel {
  height: 440px;
  height: 88rem;
  height: 34.375vw;
}
@media screen and (min-width: 1440px) {
  .mainCarousel {
    height: 495px;
    height: 30.9375rem;
  }
}
.mainCarousel .slider-item-inner {
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
}
.mainCarousel .slick-slide > div,
.mainCarousel .slider-item,
.mainCarousel .slider-item-inner {
  height: 100%;
}
.mainCarousel .slick-dots {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.mainCarousel .slick-dots li {
  margin-left: 0.3125rem;
}
.mainCarousel .slick-dots li button {
  height: 0.9375rem;
  width: 0.9375rem;
  border-radius: 50%;
  border: none;
  box-shadow: inset 0 0 2px 2px rgba(100, 100, 100, 0.5);
  background-color: #dddddd;
}
.mainCarousel .slick-dots li.slick-active button {
  background-color: #ff0201;
  box-shadow: none;
}

.productCarousel.carousel {
  height: auto;
}
.productCarousel .slick-dots {
  position: absolute;
  width: 3.375rem;
  left: -4.5rem;
  top: 0;
}
@media screen and (max-width: 1087px) {
  .productCarousel .slick-dots {
    width: auto;
  }
}
@media screen and (min-width: 1088px) {
  .productCarousel .slick-dots {
    margin-top: 3.4375rem;
    max-height: 12.5rem;
    overflow-y: auto;
  }
}
@media screen and (min-width: 1280px) {
  .productCarousel .slick-dots {
    max-height: 18.75rem;
  }
}
.productCarousel .slider-item {
  padding: 0.75rem;
  padding-bottom: 2.5rem;
}
.productCarousel .slider-item-inner {
  background-repeat: no-repeat;
  background-size: cover;
}

.productList .product, .productCategoryList .productCategory {
  font-family: "Oswald", sans-serif;
  position: relative;
}
.productList .product > .inside, .productCategoryList .productCategory > .inside {
  border: 0.0625rem solid #dddddd;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.productList .product .imageContainer, .productCategoryList .productCategory .imageContainer {
  background-color: #ffffff;
}
.productList .product .imageContainer img, .productCategoryList .productCategory .imageContainer img {
  min-height: auto;
  min-width: auto;
  max-height: 95%;
  max-width: 85%;
}
@media screen and (max-width: 1087px) {
  .productList .product .imageContainer, .productCategoryList .productCategory .imageContainer {
    background-color: #ffffff;
  }
  .productList .product .imageContainer img, .productCategoryList .productCategory .imageContainer img {
    min-height: auto;
    min-width: auto;
    max-height: 100%;
    max-width: 100%;
    top: 0;
    bottom: unset;
  }
}
@media screen and (min-width: 1088px) {
  .productList .product .detail, .productCategoryList .productCategory .detail {
    overflow: hidden;
  }
  .productList .product .imageContainer img, .productCategoryList .productCategory .imageContainer img {
    transition: transform 200ms linear;
  }
  .productList .product:hover .imageContainer img, .productCategoryList .productCategory:hover .imageContainer img {
    transform: scale(1.1);
  }
}

.productCategoryList .productCategory > .inside {
  color: inherit;
  display: block;
  height: 158px;
  height: 31.6rem;
  height: 49.375vw;
  cursor: pointer;
}
@media screen and (min-width: 640px) {
  .productCategoryList .productCategory > .inside {
    height: 316px;
    height: 19.75rem;
  }
}
.productCategoryList .productCategory > .inside .contentContainer {
  height: auto !important;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.productCategoryList .productCategory > .inside .contentContainer .wrapper {
  height: auto;
}
.productCategoryList .productCategory > .inside .contentContainer .textContainer {
  height: auto;
}
.productCategoryList .productCategory > .inside .contentContainer .textContainer .name {
  white-space: normal;
  line-height: 110%;
  height: auto;
}

.productList .product > .inside {
  height: 224px;
}
@media screen and (max-width: 1087px) {
  .productList .product > .inside {
    height: 225px;
  }
}
@media screen and (min-width: 1088px) {
  .productList .product > .inside {
    height: 311px;
  }
}
.productList .product .ribbon, .productList .product .ribbon-right {
  position: absolute;
  left: 0;
  top: 2.15rem;
  z-index: 1;
  transition: left linear 200ms;
}
.productList .product .ribbon span, .productList .product .ribbon-right span {
  max-width: 12.5rem;
}
.productList .product .contentName {
  width: 76.4%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  transition: color linear 200ms, background linear 200ms;
}
@media screen and (max-width: 1087px) {
  .productList .product .contentName {
    width: 100%;
  }
}
.productList .product .name {
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-size: 4rem;
  font-size: 1.5625vw;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  color: #4a4a4a;
  padding-left: 17px !important;
  padding-right: 17px !important;
  vertical-align: middle;
}
@media screen and (min-width: 1440px) {
  .productList .product .name {
    font-size: 22.5px;
    font-size: 1.40625rem;
  }
}
@media screen and (max-width: 768px) {
  .productList .product .name {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
.productList .product .contentContainer {
  transition: transform linear 200ms;
}
.productList .product .textContainer {
  background: rgba(216, 216, 216, 0.9);
  height: 3.1875rem;
  position: relative;
}
.productList .product .textContainer a {
  height: 100%;
  width: 100%;
}
.productList .product .textContainer .textinner {
  height: 100%;
  width: 100%;
}
.productList .product .textContainer .name {
  z-index: 2;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline;
}
.productList .product .price {
  font-family: "Roboto", sans-serif;
  background: #2a2622;
  color: #ffffff;
  text-align: center;
  font-size: 21px;
  font-size: 4.2rem;
  font-size: 1.64063vw;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  text-align: center;
  width: 23.6%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1440px) {
  .productList .product .price {
    font-size: 23.625px;
    font-size: 1.47656rem;
  }
}
.productList .product .price .inner {
  padding-left: 2px;
}
.productList .product .price .decimal {
  margin-left: -4px;
}
@media screen and (max-width: 1087px) {
  .productList .product .price .decimal {
    margin-left: -2px;
    letter-spacing: 1px;
  }
}
@media screen and (min-width: 1088px) {
  .productList .product .price .decimal {
    letter-spacing: 1px;
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    font-size: 3.2rem;
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1088px) and (min-width: 1440px) {
  .productList .product .price .decimal {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.productList .product .sku {
  display: none;
}
@media screen and (max-width: 1087px) {
  .productList .product .imageContainer {
    height: 186px;
  }
  .productList .product .contentContainer {
    height: 95px;
    position: absolute;
    top: 129px;
    width: 100%;
  }
  .productList .product .contentContainer .wrapper {
    height: 100%;
  }
  .productList .product .contentContainer .textContainer {
    height: 100%;
    background: rgba(238, 238, 238, 0.9);
    font-weight: 500;
    font-family: "Oswald", sans-serif;
    color: #4a4a4a;
    line-height: 1.06;
    letter-spacing: -0.0125rem;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .productList .product .contentContainer .textContainer > .columns {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    display: inline-flex;
    width: 100%;
  }
  .productList .product .contentContainer .textContainer > .columns .name {
    font-family: "Oswald", sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.06;
    letter-spacing: -0.2px;
    text-align: center;
    white-space: normal;
    color: #4a4a4a;
    width: 100%;
  }
  .productList .product .contentContainer .textContainer > .columns .ribbon, .productList .product .contentContainer .textContainer > .columns .ribbon-right {
    position: absolute;
    margin-top: 0.3125rem;
  }
  .productList .product .contentContainer .textContainer > .columns .price {
    top: -10px;
    top: -2rem;
    top: -3.125vw;
    height: 22px;
    height: 4.4rem;
    height: 6.875vw;
    width: 73px;
    width: 14.6rem;
    width: 22.8125vw;
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.85;
    letter-spacing: -0.3px;
    text-align: center;
    overflow: visible;
    position: absolute;
    right: 0;
  }
  .productList .product .contentContainer .textContainer > .columns .price:before {
    border-width: 0 0 10px 10px;
    border-width: 0 0 2rem 2rem;
    border-width: 0 0 3.125vw 3.125vw;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: -1.25rem;
    border-style: solid;
    border-width: 0rem 0rem 0.625rem 0.625rem;
    border-color: transparent transparent #2a2622 transparent;
  }
  .productList .product .contentContainer .textContainer > .columns .price .inner {
    position: relative;
  }
}
@media screen and (max-width: 1087px) and (min-width: 640px) {
  .productList .product .contentContainer .textContainer > .columns .price {
    top: -20px;
    top: -1.25rem;
  }
}
@media screen and (max-width: 1087px) and (min-width: 640px) {
  .productList .product .contentContainer .textContainer > .columns .price {
    height: 44px;
    height: 2.75rem;
  }
}
@media screen and (max-width: 1087px) and (min-width: 640px) {
  .productList .product .contentContainer .textContainer > .columns .price {
    width: 146px;
    width: 9.125rem;
  }
}
@media screen and (max-width: 1087px) and (min-width: 640px) {
  .productList .product .contentContainer .textContainer > .columns .price:before {
    border-width: 0 0 20px 20px;
    border-width: 0 0 1.25rem 1.25rem;
  }
}
@media screen and (max-width: 1087px) and (max-width: 768px) {
  .productList .product .contentContainer .textContainer > .columns .price:before {
    border-width: 0 0 15px 15px;
    border-width: 0 0 3rem 3rem;
    border-width: 0 0 4.6875vw 4.6875vw;
    left: -0.9375rem;
    border-style: solid;
    border-width: 0rem 0rem 0.9375rem 0.9375rem;
    border-color: transparent transparent #2a2622 transparent;
  }
}
@media screen and (max-width: 1087px) and (max-width: 768px) and (min-width: 640px) {
  .productList .product .contentContainer .textContainer > .columns .price:before {
    border-width: 0 0 30px 30px;
    border-width: 0 0 1.875rem 1.875rem;
  }
}
@media screen and (min-width: 1088px) {
  .productList .product .imageContainer {
    height: 16.25rem;
  }
  .productList .product .sku {
    display: block;
    position: absolute;
    right: 0.0625rem;
    top: -1.25rem;
    transition: opacity linear 200ms;
    text-shadow: 1px 1px 0.5px #fff, 1px -1px 0.5px #fff, -1px 1px 0.5px #fff, -1px -1px 0.5px #fff;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.2px;
    text-align: center;
    color: #4a4a4a;
  }
  .productList .product:hover .contentContainer {
    transform: translateY(-16.25rem);
  }
  .productList .product:hover .sku {
    opacity: 0;
  }
  .productList .product:hover .contentName {
    background: #2a2622;
  }
  .productList .product:hover .name {
    color: #ffffff;
  }
  .productList .product:hover .textContainer:before {
    width: 100%;
  }
  .productList .product:hover .ribbon, .productList .product:hover .ribbon-right {
    display: none !important;
    left: -0.5rem;
  }
  .productList .product:hover .ribbon span, .productList .product:hover .ribbon-right span {
    width: 0;
    color: transparent;
  }
}

@media screen and (max-width: 1087px) {
  .productScroll {
    display: flex;
  }
}
@media screen and (min-width: 1088px) {
  .relatedProducts .productList .product > .inside {
    border: solid 0.0625rem #979797;
  }
}
@media screen and (min-width: 1088px) {
  .relatedProducts .productList .product .textContainer {
    background: rgb(200, 200, 200);
  }
}
@media screen and (min-width: 1088px) {
  .relatedProducts .productList .product .name {
    color: #ffffff;
  }
}
.relatedProducts .productList .product .price {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  text-align: center;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .productCategoryList .column {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
  .productCategoryList .column:nth-child(2n+1) {
    padding-right: 0.375rem;
    padding-left: 10px;
  }
  .productCategoryList .column:nth-child(2n) {
    padding-left: 0.375rem;
  }
}

@media screen and (max-width: 1087px) {
  .productCategoryList {
    padding: 18px 12px !important;
    padding: 1.125rem 0.75rem !important;
  }
  .home-tabs + div > .productCategoryList {
    padding-top: 30px !important;
    padding-top: 1.875rem !important;
  }
  .productCategoryList .productCategory {
    padding-top: 6px;
    padding-top: 0.375rem;
    padding-bottom: 4px;
    padding-bottom: 0.25rem;
  }
}
.productList.backWhite {
  margin-top: -42px;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .productList.backWhite {
    padding-top: 30px;
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 1087px) {
  .productList.backWhite {
    margin-top: -36px;
  }
}
.productList .product-fluid {
  display: flex;
}
@media screen and (max-width: 768px) {
  .productList .column {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
  .productList .column:nth-child(2n+1) {
    padding-right: 0.375rem;
  }
  .productList .column:nth-child(2n) {
    padding-left: 0.375rem;
    padding-right: 1.125rem;
  }
}
.productList .product > .inside {
  display: block;
}
.productList .product .detail {
  color: #ffffff;
  display: block;
  background: rgba(255, 2, 1, 0.5);
  transition: transform linear 200ms;
}
@media screen and (min-width: 1088px) {
  .productList .product .detail {
    height: 16.25rem;
  }
}
.productList .product .detailInside {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.productList .product .detailButtons {
  position: absolute;
  bottom: 0;
  padding: 0.75rem;
}
@media screen and (min-width: 1088px) {
  .productList .product .detailButtons {
    width: 100%;
  }
}
.productList .product .detailButtons .column:first-child {
  padding-right: 6px !important;
}
.productList .product .detailButtons .column:last-child {
  padding-left: 6px !important;
}
.productList .product .detailButtons .column .button {
  width: 100%;
  display: flex;
  justify-content: space-around;
  font-family: Oswald;
  font-weight: 300;
  letter-spacing: -0.01875rem;
  color: #2a2622;
  padding: 0;
  border-radius: 0px;
  border: none;
}
.productList .product .detailButtons .column .button.btn-custom {
  color: #ff0201;
  font-weight: 500;
}
@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .productList .product .detailButtons .column .button img {
    display: none;
  }
}
.productList .product .detailButtons .column .button span {
  font-family: "Oswald", sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: -0.3px;
  text-align: center;
  color: #2a2622;
}
.productList .product .detailContent {
  color: #fff !important;
  display: block;
  font-family: Roboto;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: -0.3px;
  color: #ffffff;
  padding: 38px 28px 28px 56px;
}
@media screen and (min-width: 1088px) {
  .productList .product .detailContent {
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .productList .product .detailContent {
    height: 200px;
    height: 12.5rem;
    margin: auto;
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .productList .product .detailContent {
    height: 200px;
    height: 12.5rem;
    margin: auto;
    width: 100%;
  }
}
.productList .product .contentContainer .button {
  font-size: 0.9375rem;
}
@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .productList .product .contentContainer .button {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .productList .product .contentContainer .button span {
    line-height: 1;
  }
}
@media screen and (min-width: 1088px) {
  .productList .product .contentContainer .button {
    font-size: 14px;
    font-size: 2.8rem;
    font-size: 1.09375vw;
  }
  .productList .product .contentContainer .column:nth-child(1) .button img {
    width: 24px;
    width: 4.8rem;
    width: 1.875vw;
    height: 14px;
    height: 2.8rem;
    height: 1.09375vw;
  }
  .productList .product .contentContainer .column:nth-child(2) .button img {
    width: 24px;
    width: 4.8rem;
    width: 1.875vw;
    height: 24px;
    height: 4.8rem;
    height: 1.875vw;
  }
}
.productList .page:not(.page-1) {
  display: none;
}
.productList .precontainer {
  padding-top: 20px;
}
@media screen and (max-width: 1087px) {
  .productList .precontainer {
    padding-top: 0px;
  }
}
.productList .pagination {
  float: right;
  padding-top: 16px;
}
@media screen and (max-width: 1087px) {
  .productList .pagination {
    float: none;
  }
}
@media screen and (max-width: 1087px) {
  .productList .pagination a {
    font-size: 1.5rem;
    letter-spacing: 0.5rem;
  }
}
.productList .pagination .pages {
  text-align: right;
  width: 100%;
}
.productList .pagination a {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -2px;
  margin-right: 10px;
  text-align: left;
  color: #4a4a4a;
  line-height: 1.5;
}
.productList .pagination a.active {
  color: #ff0201;
}
.productList .pagination.hometab {
  text-align: right;
  letter-spacing: normal;
  justify-content: end;
}
.productList .specialPagination a {
  position: absolute;
  width: 1.5625rem;
  height: 1.5625rem;
  box-sizing: border-box;
  margin-top: -10.96875rem;
}
.productList .specialPagination a::before {
  content: "";
  width: 100%;
  height: 100%;
  border-width: 0.2vmin 0.2vmin 0 0;
  border-style: solid;
  border-color: #4a4a4a;
  display: block;
  transform-origin: 100% 0;
}
.productList .specialPagination a.next {
  margin-right: 25px;
  margin-right: 5rem;
  margin-right: 1.95313vw;
  transform: rotate(45deg);
  right: 0;
}
@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .productList .specialPagination a.next {
    margin-right: 30px;
    margin-right: 6rem;
    margin-right: 2.34375vw;
  }
}
.productList .specialPagination a.next .clickable {
  transform: rotate(-45deg);
  width: 50px;
  height: 250px;
  position: absolute;
  margin-top: -170px;
  margin-left: -25px;
}
.productList .specialPagination a.prev {
  transform: rotate(-135deg);
  margin-left: 0.625rem;
}
.productList .specialPagination a.prev .clickable {
  transform: rotate(-45deg);
  width: 50px;
  height: 250px;
  position: absolute;
  right: -45px;
  margin-top: -100px;
}

@media screen and (max-width: 1700px) {
  html[lang=ja] .productList .product .contentContainer .column:nth-child(1) .button img {
    display: none;
  }
  html[lang=ja] .productList .product .contentContainer .column:nth-child(2) .button img {
    display: none;
  }
}

#quickView .imageContainer img, .singleProductContainer .singleProductInfo .imageContainer img {
  min-width: auto;
  min-height: auto;
  max-width: 100%;
  max-height: 100%;
}
#quickView .btn-personalizar, .singleProductContainer .singleProductInfo .btn-personalizar {
  width: 100%;
}
#quickView .field--light input, .singleProductContainer .singleProductInfo .field--light input {
  padding-top: 0;
}
#quickView .name, .singleProductContainer .singleProductInfo .name {
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: -0.5px;
  display: inline-block;
}
#quickView .sku, .singleProductContainer .singleProductInfo .sku {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: -0.3px;
  display: inline-block;
}
#quickView .price, .singleProductContainer .singleProductInfo .price {
  font-family: "Oswald", sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
  letter-spacing: -0.7px;
  display: inline-block;
}
#quickView .small, .singleProductContainer .singleProductInfo .small {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 200;
  letter-spacing: 0.5px;
}
#quickView .small .price, .singleProductContainer .singleProductInfo .small .price, #quickView .small .tax, .singleProductContainer .singleProductInfo .small .tax {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 200;
  letter-spacing: 0.5px;
}
#quickView .small .tax, .singleProductContainer .singleProductInfo .small .tax {
  margin-left: 0;
}
#quickView .tax, .singleProductContainer .singleProductInfo .tax {
  display: inline-block;
  font-size: 1.25rem;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  letter-spacing: -0.7px;
  margin-left: 5px;
}
#quickView .price--additional, .singleProductContainer .singleProductInfo .price--additional {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 1.25rem;
  font-weight: 200;
  letter-spacing: -0.4px;
}
#quickView .price--additional.large, .singleProductContainer .singleProductInfo .price--additional.large {
  font-family: "Oswald", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: -0.7px;
  display: inline-block;
}
#quickView .price--additional.large .price--tax, .singleProductContainer .singleProductInfo .price--additional.large .price--tax {
  font-size: 2.25rem;
}
#quickView .price--additional--info, .singleProductContainer .singleProductInfo .price--additional--info {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.17;
  letter-spacing: normal;
  display: inline-block;
}
#quickView .delivery, .singleProductContainer .singleProductInfo .delivery, #quickView .stock, .singleProductContainer .singleProductInfo .stock {
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: -0.4px;
  display: inline-block;
}
#quickView .quantity, .singleProductContainer .singleProductInfo .quantity {
  margin-bottom: 0;
}
#quickView .quantity.border-black, .singleProductContainer .singleProductInfo .quantity.border-black {
  border: 1px solid #2a2622;
}
#quickView .quantity .js-plus:before, .singleProductContainer .singleProductInfo .quantity .js-plus:before {
  padding-top: 2px;
}
#quickView .quantity .js-minus:before, .singleProductContainer .singleProductInfo .quantity .js-minus:before {
  position: relative;
  top: -5px;
}

.popupQuickView {
  color: #4a4a4a;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  margin: 0.4375rem auto;
  z-index: 10;
}
.popupQuickView .modal-content {
  width: 750px;
}
.popupQuickView .modal-content .button-grey {
  text-transform: lowercase;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 0.93;
  letter-spacing: -0.3px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.popupQuickView .modal-content .button-grey img {
  width: 24px;
}
.popupQuickView .close {
  float: right;
  margin-right: 0;
  font-size: 1.125rem;
  font-weight: 500;
  color: #2a2622;
}
.popupQuickView .editPosterText {
  margin-top: -155px;
  margin-left: -70px;
}

.lessPadding .singleProductContainer {
  padding-top: 20px;
}
@media screen and (max-width: 1087px) {
  .lessPadding .singleProductContainer {
    padding-top: 0;
  }
}

.singleProductContainer {
  position: relative;
  padding-top: 50px;
  margin-top: 0.45rem;
}
.singleProductContainer .singleProductHeader {
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  position: relative;
  overflow: hidden;
  padding-bottom: 50vh;
  position: absolute;
  background-color: #ff0201;
}
.singleProductContainer .singleProductHeader > img,
.singleProductContainer .singleProductHeader > video,
.singleProductContainer .singleProductHeader > iframe,
.singleProductContainer .singleProductHeader > source {
  position: absolute;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  top: -624.9375rem;
  right: -624.9375rem;
  bottom: -624.9375rem;
  left: -624.9375rem;
}
@media screen and (max-width: 1087px) {
  .singleProductContainer .singleProductHeader {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1087px) {
  .singleProductContainer .relatedProducts {
    margin-left: 21px;
    margin-right: 30px;
  }
}
.singleProductContainer .singleProduct {
  display: block;
  background: #f4f4f4;
}
@media screen and (max-width: 1087px) {
  .singleProductContainer .singleProduct .breadCrumb {
    margin-left: 20px;
  }
}
.singleProductContainer .singleProduct .section {
  padding: 0 !important;
}
.singleProductContainer .singleProduct .details .audio audio {
  height: 54px;
}
.singleProductContainer .singleProduct .details .audio a {
  font-size: 40px;
}
.singleProductContainer .singleProduct .description {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #4a4a4a;
}
@media screen and (max-width: 1087px) {
  .singleProductContainer .singleProduct .description {
    font-weight: normal;
  }
  .singleProductContainer .singleProduct .description strong {
    color: #4a4a4a;
    font-weight: 600;
  }
}
@media screen and (max-width: 1087px) {
  .singleProductContainer .singleProduct {
    background-color: #ffffff;
  }
  .singleProductContainer .singleProduct .product > .inside .imageContainer {
    height: 100px;
    height: 20rem;
    height: 31.25vw;
  }
}
@media screen and (max-width: 1087px) and (min-width: 640px) {
  .singleProductContainer .singleProduct .product > .inside .imageContainer {
    height: 200px;
    height: 12.5rem;
  }
}
@media screen and (max-width: 1087px) {
  .singleProductContainer .singleProduct .product > .inside .contentContainer .textContainer {
    padding-top: 0;
    height: 50px;
    height: 10rem;
    height: 15.625vw;
  }
}
@media screen and (max-width: 1087px) and (min-width: 640px) {
  .singleProductContainer .singleProduct .product > .inside .contentContainer .textContainer {
    height: 100px;
    height: 6.25rem;
  }
}
@media screen and (max-width: 1087px) {
  .singleProductContainer .singleProduct .product > .inside .contentContainer .textContainer .name, .singleProductContainer .singleProduct .product > .inside .contentContainer .textContainer .price {
    font-size: 1rem;
  }
  .singleProductContainer .singleProduct .product > .inside .contentContainer .textContainer .price {
    height: 1.875rem;
  }
}
@media screen and (max-width: 1087px) {
  .singleProductContainer .padding-left-80 {
    padding-top: 0px;
    padding-left: 31px;
    padding-right: 31px;
  }
}
.singleProductContainer .btn-personalizar {
  margin-left: 0;
  margin-top: 10px;
  margin-bottom: 5px;
}
.singleProductContainer .backWhite {
  margin-top: 0;
}
.singleProductContainer .image-container {
  max-height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 2.1875rem;
}
.singleProductContainer .image-container img {
  max-height: 55vh;
  padding-bottom: 15px;
  margin-top: 1px;
}
.singleProductContainer .share {
  position: absolute;
  margin-top: -3.125rem;
  padding-left: 0.8125rem;
}
.singleProductContainer .share .twitter-share-button {
  margin-top: 0.125rem;
}
.singleProductContainer .ampliarContainer {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 0.3125rem;
}
.singleProductContainer .ampliarContainer .ampliar-image {
  height: 19px;
  width: 18px;
  background-image: url("/img/plus.png");
}
.singleProductContainer .ampliarContainer .ampliar {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 1px solid #2a2622;
  display: flex;
  justify-content: center;
  align-items: center;
}
.singleProductContainer .ampliarContainer .ampliar a {
  font-size: 1.25rem;
  color: #2a2622;
  margin-top: -0.3125rem;
}
.singleProductContainer .productCarousel {
  margin-right: 3.125rem;
}
@media screen and (min-width: 769px) and (max-width: 1087px) {
  .singleProductContainer .productCarousel {
    margin-top: -30px;
  }
}
.singleProductContainer .productCarousel .slider-item-inner {
  padding-bottom: 80%;
}
.singleProductContainer .productCarousel .slider-item-inner.audio {
  text-align: center;
  padding-bottom: 0;
}
.singleProductContainer .productCarousel .slider-item-inner.audio audio {
  display: block;
  height: 54px;
  margin: 0 auto;
}
.singleProductContainer .productCarousel .slider-item-inner.audio a {
  font-size: 45px;
}
@media screen and (max-width: 1087px) {
  .singleProductContainer .productCarousel {
    margin-left: 5px;
    margin-right: 5px;
  }
  .singleProductContainer .productCarousel .slider-item {
    padding-bottom: 0;
  }
  .singleProductContainer .productCarousel .slider-item-inner {
    background-repeat: no-repeat;
    background-size: auto 100% !important;
    background-position: center;
  }
}
@media screen and (max-width: 1087px) and (max-width: 768px) {
  .singleProductContainer .productCarousel .slider-item-inner {
    padding-bottom: 50%;
  }
}
@media screen and (max-width: 1087px) {
  .singleProductContainer .productCarousel .carouselButton--prev, .singleProductContainer .productCarousel .carouselButton--next {
    transform: scale(0.7, 0.7);
    margin-left: -15px;
    margin-right: -15px;
  }
  .singleProductContainer .productCarousel .slick-dots {
    display: flex;
    flex-direction: row;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    top: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-right: 10px;
  }
  .singleProductContainer .productCarousel .slick-dots li {
    margin-left: 0.3125rem;
    height: 0.625rem;
    width: 0.625rem;
    border-radius: 50%;
    border: none;
    box-shadow: inset 0 0 2px 2px rgba(100, 100, 100, 0.5);
    background-color: #dddddd;
    margin-bottom: 5px;
  }
  .singleProductContainer .productCarousel .slick-dots li a img {
    display: none;
  }
  .singleProductContainer .productCarousel .slick-dots li.slick-active {
    background-color: #ff0201;
    box-shadow: none;
  }
}
.singleProductContainer .singleProductInfo .productInfo .name {
  line-height: 1.625rem;
}
.singleProductContainer .singleProductInfo .productInfo .variantsNormales {
  height: 3.125rem;
}
.singleProductContainer .singleProductInfo .productInfo .small {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 200;
  letter-spacing: 0.5px;
  display: inline-block;
}
@media screen and (max-width: 1087px) {
  .singleProductContainer .singleProductInfo .productInfo .small {
    display: block;
  }
  .singleProductContainer .singleProductInfo .productInfo .small .parentesis {
    display: none;
  }
}
.singleProductContainer .singleProductInfo .productInfo .small .price, .singleProductContainer .singleProductInfo .productInfo .small .tax {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 200;
  letter-spacing: 0.5px;
}
.singleProductContainer .singleProductInfo .productInfo .small .tax {
  margin-left: 0;
}
.singleProductContainer .singleProductInfo .productInfo .price--additional {
  letter-spacing: 0.5px !important;
}
.singleProductContainer .singleProductInfo .productInfo .price--additional.not-available {
  color: #ff0201;
}
.singleProductContainer .singleProductInfo .productInfo .price--additional.large {
  display: inline-block;
  font-size: 1.25rem;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  letter-spacing: -0.7px !important;
}
.singleProductContainer .singleProductInfo .productInfo .price--additional.large .price--tax {
  font-family: "Oswald", sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
  letter-spacing: -0.7px;
  display: inline-block;
  margin-right: 5px;
}
.singleProductContainer .singleProductInfo .productInfo .price--additional.price--dollars {
  font-size: 14px;
  font-weight: 200;
}
.singleProductContainer .singleProductInfo .productInfo .delivery {
  margin-bottom: 0;
}
.singleProductContainer .singleProductInfo .productInfo .quantity {
  margin-bottom: 0;
}
.singleProductContainer .singleProductInfo .productInfo .quantity.border-black {
  border: 1px solid #2a2622;
}
.singleProductContainer .singleProductInfo .productInfo .quantity .js-plus:before {
  padding-top: 2px;
}
.singleProductContainer .singleProductInfo .productInfo .quantity .js-minus:before {
  position: relative;
  top: -5px;
}
.singleProductContainer .singleProductPadded {
  padding: 12px 73px 20px 73px;
}
.singleProductContainer .singleProductPadded.bottom {
  padding-top: 40px;
  padding-bottom: 40px;
}
.singleProductContainer .singleProductPadded .productList .specialPagination a.next {
  margin-right: 5rem;
}
.singleProductContainer .singleProductPadded .productList .specialPagination a.next .clickable {
  margin-top: -40px;
  margin-left: -30px;
}
.singleProductContainer .singleProductPadded .productList .specialPagination a.prev .clickable {
  right: -40px;
  margin-top: 60px;
}
.singleProductContainer .singleProductPadded .details {
  background-color: #ffffff;
}
.singleProductContainer .singleProductPadded .details .titleDetail {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #4a4a4a;
}
.singleProductContainer .singleProductPadded .details img {
  width: auto;
  height: 7.5rem;
}
.singleProductContainer .parrafo p {
  float: left;
}
.singleProductContainer .parrafo div {
  float: left;
  margin-left: 0.3125rem;
}
.singleProductContainer .clearfix {
  clear: both;
}
.singleProductContainer .strong {
  font-weight: bold;
  margin-right: 0.1875rem;
  margin-left: 0.1875rem;
}

@media screen and (max-width: 768px) {
  .singleProductPadded {
    background: #fff;
  }
}
@media screen and (max-width: 1087px) {
  .singleProductContainer {
    padding-top: 0;
  }
  .singleProductContainer .skuContainer {
    margin-top: -2px;
  }
  .singleProductContainer .skuContainer .sku {
    margin-top: 0px;
  }
  .singleProductContainer .singleProductInfo .name {
    font-family: Oswald;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.15;
    letter-spacing: -0.4px;
    text-align: left;
    color: #4a4a4a;
    margin-top: 15px;
  }
  .singleProductContainer .singleProductInfo .price {
    font-family: Oswald;
    font-size: 25px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.5px;
    text-align: left;
    color: #4a4a4a;
    margin-bottom: 5px;
  }
  .singleProductContainer .singleProductInfo .price--additional,
  .singleProductContainer .singleProductInfo .tax {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.3px;
    text-align: left;
    color: #4a4a4a;
  }
  .singleProductContainer .singleProductInfo .button-add-to-basket .field--inline {
    display: none;
  }
  .singleProductContainer .singleProductInfo .button-add-to-basket .btn-red {
    display: block;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .singleProductContainer .singleProductInfo .button-add-to-basket .btn-red .icon-basket-1 {
    font-size: 22px;
  }
  .singleProductPadded {
    padding: 12px !important;
  }
  .singleProductPadded .breadCrumb li:not(:last-child) {
    display: none;
  }
  .singleProductPadded .breadCrumb li::before {
    display: none !important;
  }
  .singleProductPadded .breadCrumb li a {
    font-family: Oswald;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.1px;
    color: #ff0201;
  }
  .singleProductPadded .titledSubSection {
    padding: 7.5px 0;
  }
  .singleProductPadded .titledSubSection:first-child {
    padding-top: 15px;
  }
  .singleProductPadded .titledSubSection:last-child {
    padding-bottom: 15px;
  }
}
.commentForm .box-white {
  background-color: #ffffff;
  padding: 1.25rem;
}
.commentForm .recapthca-button {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.textPoster {
  margin-left: -0.9375rem !important;
}

.editPosterText {
  color: #2a2622;
  width: 43.2%;
  text-align: center;
  font-weight: bold;
  position: absolute;
  margin-left: -15px;
}
@media screen and (min-width: 1088px) {
  .editPosterText .text {
    margin-left: 15px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1087px) {
  .editPosterText .text {
    margin-left: 65px;
  }
}
@media screen and (max-width: 768px) {
  .editPosterText {
    margin-left: -15px;
    width: 100%;
  }
}

@media screen and (min-width: 1088px) {
  .singleProduct .button-add-to-basket .btn-red {
    padding-top: 3px;
    padding-bottom: 3px;
  }
}
.not-available {
  color: #ff0201;
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
}

.disponibilidad {
  width: 100%;
}

.ready-to-go-link {
  text-transform: uppercase;
}

.ready-to-go-link a {
  color: #FF0000;
  text-decoration: underline;
}

.productCategoryList.backWhite {
  margin-top: -42px;
  padding-top: 50px;
}
@media screen and (max-width: 1087px) {
  .productCategoryList.backWhite {
    margin-top: -30px;
    margin-bottom: 40px;
  }
}
.productCategoryList .productCategory {
  letter-spacing: -0.01875rem;
}
.productCategoryList .productCategory .imageContainer img {
  min-height: auto;
  min-width: auto;
  max-height: 95%;
  max-width: 95%;
}
.productCategoryList .productCategory .textContainer .name {
  padding-left: 5px;
  padding-right: 5px;
  width: 300px;
  width: 60rem;
  width: 23.4375vw;
  padding-bottom: 5px;
  padding-bottom: 1rem;
  padding-bottom: 0.39063vw;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-size: 4.8rem;
  font-size: 1.875vw;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  text-align: center;
  color: #4a4a4a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 1440px) {
  .productCategoryList .productCategory .textContainer .name {
    width: 337.5px;
    width: 21.09375rem;
  }
}
@media screen and (min-width: 1440px) {
  .productCategoryList .productCategory .textContainer .name {
    padding-bottom: 5.625px;
    padding-bottom: 0.35156rem;
  }
}
@media screen and (min-width: 1440px) {
  .productCategoryList .productCategory .textContainer .name {
    font-size: 27px;
    font-size: 1.6875rem;
  }
}
@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .productCategoryList .productCategory .textContainer .name {
    width: 240px;
  }
}
@media screen and (max-width: 1087px) {
  .productCategoryList .productCategory > .inside {
    height: 157.9px;
  }
  .productCategoryList .productCategory .imageContainer {
    height: 157.9px;
  }
  .productCategoryList .productCategory .imageContainer img {
    min-height: auto;
    min-width: auto;
    max-height: 100%;
    max-width: 100%;
    top: 0;
    bottom: unset;
  }
  .productCategoryList .productCategory .contentContainer {
    background-color: rgba(216, 216, 216, 0.8);
    height: 54.2px;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .productCategoryList .productCategory .contentContainer .wrapper {
    height: 54.2px;
  }
  .productCategoryList .productCategory .contentContainer .textContainer {
    background-color: rgba(216, 216, 216, 0.8);
    height: 54.2px;
    padding: 3px;
    padding: 0.6rem;
    padding: 0.9375vw;
  }
}
@media screen and (max-width: 1087px) and (min-width: 640px) {
  .productCategoryList .productCategory .contentContainer .textContainer {
    padding: 6px;
    padding: 0.375rem;
  }
}
@media screen and (max-width: 1087px) {
  .productCategoryList .productCategory .contentContainer .textContainer .name {
    white-space: normal;
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: -0.3px;
    text-align: center;
    color: #4a4a4a;
    height: 54.2px;
    width: 15.625rem;
  }
}
@media screen and (max-width: 1087px) and (max-width: 768px) {
  .productCategoryList .productCategory .contentContainer .textContainer .name {
    width: 130px;
    width: 26rem;
    width: 40.625vw;
  }
}
@media screen and (max-width: 1087px) and (max-width: 768px) and (min-width: 640px) {
  .productCategoryList .productCategory .contentContainer .textContainer .name {
    width: 260px;
    width: 16.25rem;
  }
}
@media screen and (max-width: 1087px) {
  .productCategoryList .productCategory .contentContainer .textContainer > .columns {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    display: inline-flex;
    width: 100%;
  }
}
@media screen and (min-width: 1088px) {
  .productCategoryList .productCategory > .inside {
    height: 340px;
    height: 68rem;
    height: 26.5625vw;
  }
}
@media screen and (min-width: 1088px) and (min-width: 1440px) {
  .productCategoryList .productCategory > .inside {
    height: 382.5px;
    height: 23.90625rem;
  }
}
@media screen and (min-width: 1088px) {
  .productCategoryList .productCategory .imageContainer {
    height: 308px;
    height: 61.6rem;
    height: 24.0625vw;
  }
}
@media screen and (min-width: 1088px) and (min-width: 1440px) {
  .productCategoryList .productCategory .imageContainer {
    height: 346.5px;
    height: 21.65625rem;
  }
}
@media screen and (min-width: 1088px) {
  .productCategoryList .productCategory .contentContainer {
    height: 32px;
    height: 6.4rem;
    height: 2.5vw;
    background-color: #eeeeee;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 1088px) and (min-width: 1440px) {
  .productCategoryList .productCategory .contentContainer {
    height: 36px;
    height: 2.25rem;
  }
}
@media screen and (min-width: 1088px) {
  .productCategoryList .productCategory .contentContainer .textContainer {
    padding: 0;
    height: auto;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #4a4a4a;
  }
}

.ribbon > .inside, .ribbon-right > .inside {
  border-color: #ff0201;
  border-style: solid;
  border-width: 0.0625rem 0rem 0.0625rem 0.0625rem;
  color: #ff0201;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 0.9375rem;
  height: 1.875rem;
  line-height: 1.625rem;
  position: relative;
  padding-right: 1.1rem;
  padding-left: 0.1rem;
  overflow: hidden;
  vertical-align: middle;
  width: auto;
}
.ribbon > .inside span, .ribbon-right > .inside span {
  background: #ffffff;
  display: inline-block;
  height: 1.875rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  position: relative;
}
.ribbon > .inside span:before, .ribbon > .inside span:after, .ribbon-right > .inside span:before, .ribbon-right > .inside span:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem 0.75rem 0.75rem 0rem;
  border-color: transparent transparent #ffffff transparent;
  right: -0.75rem;
}
.ribbon > .inside span:before, .ribbon-right > .inside span:before {
  transform: rotate(90deg);
  transform-origin: 0.75rem;
  top: 0;
}
.ribbon > .inside span:after, .ribbon-right > .inside span:after {
  bottom: 0;
}
.ribbon > .inside:after, .ribbon-right > .inside:after {
  display: inline-block;
  content: "";
  position: absolute;
  width: 1.3258252147rem;
  height: 1.3258252147rem;
  background: transparent;
  text-indent: -9999px;
  border-top: 2px solid #ff0201;
  border-left: 2px solid #ff0201;
  text-decoration: none;
  color: transparent;
  transform: rotate(-45deg);
  right: -0.625rem;
  top: 50%;
  margin-top: -0.6629126074rem;
}

.ribbon-right {
  transform: rotate(180deg);
  right: 0;
}
.ribbon-right span {
  top: -2px;
  transform: rotate(180deg);
}

.product-search .ribbon-right {
  position: relative;
  z-index: 1;
}
.product-search .ribbon-right ~ .inside .imageContainer {
  margin-top: -34px;
}

.basketIcon {
  background: #ffffff;
  cursor: pointer;
  transition: background 200ms linear;
  text-align: center;
  vertical-align: middle;
  width: 79px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.basketIcon a {
  color: #1f1f1f;
  margin-top: -7px;
}
.basketIcon i {
  font-size: 1.6875rem;
}
.basketIcon span {
  color: #000;
  display: inline-block;
  margin-left: 0.2rem;
  font-family: "Roboto", sans-serif;
  letter-spacing: -0.2px;
  font-weight: 500;
  font-size: 18px;
}
@media screen and (min-width: 769px) {
  .basketIcon a {
    margin-top: 2px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1087px) {
  .basketIcon a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .basketIcon a img {
    width: 27px;
  }
  .basketIcon span {
    margin-left: 10px;
    margin-top: 2px;
  }
}
@media screen and (max-width: 768px) {
  .basketIcon {
    background: transparent;
  }
  .basketIcon.is-open {
    background: #ffffff;
  }
  .basketIcon.is-open a {
    color: #1f1f1f;
  }
  .basketIcon.is-open a img {
    filter: none;
  }
  .basketIcon.is-open span {
    color: #1f1f1f;
  }
  .basketIcon a {
    color: #ffffff;
    display: flex;
    flex-direction: column-reverse;
  }
  .basketIcon a img {
    width: 37px;
  }
  .basketIcon a i {
    color: #ffffff;
  }
  .basketIcon a i.icon-basket {
    margin-top: -0.9375rem;
  }
  .basketIcon span {
    margin-bottom: -8px;
    font-size: 20px;
    color: #ffffff;
  }
}

.basket {
  width: 18.75rem;
  position: absolute;
  right: 0;
  top: 6.625rem;
  z-index: 10;
  display: none;
}
.basket.is-open {
  display: block;
}
.basket.is-open .inside:after {
  content: "";
  position: absolute;
  top: -8px;
  right: 0;
  margin-right: 25px;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 0.375rem 0.375rem 0rem 0.375rem;
  border-color: #ff0201 transparent transparent transparent;
}
.is-open-menu .basket {
  display: none;
}
.is-open-menu .basket.is-open {
  display: none;
}
.basket .product-link {
  color: #2a2622;
}
.basket .lines {
  background: #ffffff;
  font-size: 0.75rem;
}
.basket .lines .container-quantity .js-plus:before {
  padding-top: 1px;
}
.basket .lines .container-quantity .js-minus:before {
  position: relative;
  top: -2px;
}
.basket .lines .name {
  padding: 0.75rem 0 0.75rem 0.75rem;
  font-family: "Roboto", sans-serif;
  font-size: 0.8125rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.9rem;
  letter-spacing: -0.7px;
  color: #1f1f1f;
}
.basket .lines .name span {
  display: block;
}
.basket .lines .name .variant-value {
  display: inline;
  text-transform: uppercase;
}
.basket .lines .bottomLine {
  background: #dddddd;
  padding: 3px 5px 3px 13px;
}
.basket .lines .remove {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.2px;
  text-align: left;
  color: #4a4a4a;
}
.basket .lines .quantity {
  display: inline-block;
  margin-right: 0.375rem;
  width: 3.1875rem;
  vertical-align: middle;
}
.basket .lines .quantity input {
  padding: 0 0.375rem;
}
.basket .lines .price {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0.1px;
  color: #4a4a4a;
}
.basket .lines .imageContainerMinicart {
  display: flex;
  justify-content: center;
}
.basket .lines .imageContainerMinicart img {
  max-height: 110px;
  width: auto;
  height: 100%;
}
.basket .buttons {
  background: #ffffff;
  padding: 0.75rem 0;
}
.basket .buttons > .columns {
  width: 100%;
}
.basket .buttons .subtotal {
  background: #4a4a4a;
  color: #ffffff;
  padding: 2px 6px 2px 10px !important;
  line-height: 1rem;
}
.basket .buttons .subtotalTitle {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.7px;
}
.basket .buttons .subtotal-information {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1;
  font-size: 14px;
  letter-spacing: -0.8px;
}
.basket .buttons .subtotal-information.tax {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.2px;
}
.basket .buttons .subtotalAmount {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1;
  font-size: 14px;
  letter-spacing: -0.1px;
}

.subtotal .asideBasket.basket {
  display: block;
  position: static;
  z-index: 0;
  top: 0;
}
.subtotal .asideBasket.basket .subtotal {
  padding-bottom: 5px !important;
}

@media screen and (min-width: 1088px) {
  .basket {
    top: 7.625rem;
  }
  .is-open-menu .basket.is-open {
    display: block;
  }
}
.home-tabs .sectionHomeTabs {
  padding: 0 !important;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 769px) {
  .home-tabs .sectionHomeTabs {
    margin-top: -46px;
  }
}
.home-tabs .sectionHomeTabs .tabs {
  overflow: visible;
  overflow-y: auto;
  padding-bottom: 6px;
}
.home-tabs .sectionHomeTabs .tabs li {
  width: 254px;
}
.home-tabs .sectionHomeTabs a {
  background-color: rgba(0, 0, 0, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  border-radius: 0 !important;
  color: #ffffff;
  padding: 0.5em 3em;
  position: relative;
  transition: background linear 200ms, color 200ms linear;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.3px;
}
.home-tabs .sectionHomeTabs a:hover {
  background-color: rgba(51, 51, 51, 0.9);
}
.home-tabs .sectionHomeTabs .is-active .border-bottom {
  height: 1px;
  width: 80%;
  background-color: #efefef;
  margin: auto;
}
.home-tabs .sectionHomeTabs .is-active a {
  background-color: #ffffff !important;
  color: #4a4a4a !important;
}
.home-tabs .sectionHomeTabs .is-active a:hover {
  background-color: rgba(255, 2, 1, 0.5) !important;
  color: #ffffff !important;
}
.home-tabs .sectionHomeTabs .is-active a:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 46px;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 0.375rem 0.375rem 0rem 0.375rem;
  border-color: #ff0201 transparent transparent transparent;
}

.sectionHomeTabs.MenuSuperior {
  padding: 0 !important;
  position: absolute;
  left: 20vw;
  margin-top: -2.5rem !important;
  width: 60vw;
}
@media screen and (min-width: 769px) {
  .sectionHomeTabs.MenuSuperior {
    margin-top: -42px;
    margin-top: -8.4rem;
    margin-top: -3.28125vw;
  }
}
.sectionHomeTabs.MenuSuperior a {
  background-color: rgba(0, 0, 0, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  border-radius: 0 !important;
  color: #ffffff;
  position: relative;
  transition: background linear 200ms, color 200ms linear;
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: -0.01875rem;
  color: #ffffff;
  text-align: center;
  padding: 0.625rem;
}
.sectionHomeTabs.MenuSuperior a:hover {
  background-color: rgba(51, 51, 51, 0.9);
}

.tab-products {
  height: 30vh;
  background-color: #ffffff;
}

.container-tab .productCategoryList.backWhite {
  margin-top: -37px;
  padding-top: 22.5px;
}
@media screen and (max-width: 1087px) {
  .container-tab .productCategoryList.backWhite {
    padding-top: 0px !important;
  }
}
.container-tab .productList.backWhite {
  margin-top: -37px;
  padding-top: 22.5px;
}

.shopContainer .home-tabs .sectionHomeTabs {
  position: absolute;
  left: 0;
  margin: auto;
  right: 0;
  margin-top: -76px;
}

.singleProduct input[name=productTab] {
  display: none;
}
.singleProduct .tabs-list label {
  flex: 1;
  border-top: 1px solid #9b9b9b;
}
.singleProduct .tabs-list label:not(:first-child) {
  border-left: 1px solid #9b9b9b;
}
.singleProduct .tabs-list label:not(.is-active) {
  border-bottom: 1px solid #9b9b9b;
}
.singleProduct .tabs-list label {
  display: block;
  cursor: pointer;
  width: 100%;
  text-align: center;
  line-height: 50px;
  padding: 0.04688rem;
  color: #4a4a4a !important;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.singleProduct .tabs-list .badge {
  color: #ff0201;
  display: inline-block;
  margin-left: 0.375rem;
}
.singleProduct .tabs .tab {
  display: none;
  max-width: 100%;
  width: 100%;
}
.singleProduct .tabs .tab .tab-content {
  white-space: initial;
  overflow: hidden;
  -webkit-user-select: text; /* Chrome 49+ */
  -moz-user-select: text; /* Firefox 43+ */ /* No support yet */
  user-select: text; /* Likely future */
}
.singleProduct .tabs .tab .tab-content .parrafo {
  padding: 0;
  padding-left: 0.625rem;
}
.singleProduct .tabs .tab .tab-content a, .singleProduct .tabs .tab .tab-content ul {
  border: none;
  padding: 0;
}

#tab-description:checked ~ .tabs .tab-1,
#tab-comments:checked ~ .tabs .tab-2 {
  display: block;
}

#tab-description:checked ~ .tabs-list .tab-1,
#tab-comments:checked ~ .tabs-list .tab-2 {
  border-bottom: none;
}

.sectionHelpTabs {
  padding: 0 !important;
}
@media screen and (min-width: 769px) {
  .sectionHelpTabs {
    margin-top: -2.625rem;
  }
}
.sectionHelpTabs .tabs {
  overflow: visible;
  overflow-y: auto;
  padding-bottom: 6px;
}
.sectionHelpTabs .tabs a {
  background-color: rgba(0, 0, 0, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  border-radius: 0 !important;
  color: #ffffff;
  padding: 0.5em 3em;
  position: relative;
  transition: background linear 200ms, color 200ms linear;
}
.sectionHelpTabs .tabs a:hover {
  background-color: rgba(51, 51, 51, 0.9);
}
.sectionHelpTabs .tabs .is-active a {
  background-color: #ffffff !important;
  color: #4a4a4a !important;
}
.sectionHelpTabs .tabs .is-active a:hover {
  background-color: rgba(255, 2, 1, 0.5) !important;
  color: #ffffff !important;
}
.sectionHelpTabs .tabs .is-active a:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 0.375rem 0.375rem 0rem 0.375rem;
  border-color: #ff0201 transparent transparent transparent;
}

[data-tab-content] {
  display: none;
}
[data-tab-content].is-visible {
  display: block;
}

@media screen and (max-width: 1087px) {
  .is-visible.container-tab.home {
    background: white;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.tab-list label {
  cursor: pointer;
}

.sectionTitle {
  display: inline-block;
  text-align: center;
  color: #ff0201;
  position: relative;
  font-family: "Oswald", sans-serif;
  font-size: 50px;
  letter-spacing: -0.7px;
  text-transform: uppercase;
}
@media screen and (min-width: 769px) {
  .sectionTitle {
    font-size: 50px;
    margin-bottom: 1.125rem;
    margin-top: 1.125rem;
    padding: 0.75rem 0.75rem 1.5rem;
  }
  .sectionTitle:before, .sectionTitle:after {
    content: "";
    background: #ff0201;
    position: absolute;
    height: 5%;
    width: 50vw;
    top: 45%;
    transform: translateY(-50%);
  }
  .sectionTitle:before {
    left: 0;
    margin-top: -1px;
    transform: translateX(-50vw);
  }
  .sectionTitle:after {
    left: 100%;
  }
}
@media screen and (max-width: 768px) {
  .sectionTitle {
    font-size: 1.875rem;
    padding-bottom: 12px;
    margin-top: -5px;
  }
}

.sectionTitleContainer {
  text-align: center;
}
@media screen and (max-width: 1087px) {
  .sectionTitleContainer {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 1087px) {
  .title--mobile {
    background-color: #ccc;
    font-family: Oswald;
    font-size: 1.25rem;
    letter-spacing: -0.00625rem;
    color: #1f1f1f;
    padding: 0.625rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1087px) {
  .title--mobile {
    padding: 1.5625rem;
  }
}
.destacados .sectionTitle:before, .destacados .sectionTitle:after {
  display: none;
}

.titledSubSection {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #4a4a4a;
}
.titledSubSection strong {
  color: #4a4a4a;
  font-weight: 600;
}

input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=text] {
  background-color: #fff;
}

input[type=number].custom {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: none;
  box-shadow: none;
  border: none;
}

.field--light--small:disabled, .field--light--large:disabled, .field--light:disabled, .field--darker--small:disabled, .field--darker--large:disabled, .field--darker:disabled, .field--dark--small:disabled, .field--dark--large:disabled, .field--dark:disabled, .field--country:disabled,
.field--light--small input:disabled,
.field--light--large input:disabled,
.field--light input:disabled,
.field--darker--small input:disabled,
.field--darker--large input:disabled,
.field--darker input:disabled,
.field--dark--small input:disabled,
.field--dark--large input:disabled,
.field--dark input:disabled,
.field--country input:disabled,
.field--light--small textarea:disabled,
.field--light--large textarea:disabled,
.field--light textarea:disabled,
.field--darker--small textarea:disabled,
.field--darker--large textarea:disabled,
.field--darker textarea:disabled,
.field--dark--small textarea:disabled,
.field--dark--large textarea:disabled,
.field--dark textarea:disabled,
.field--country textarea:disabled,
.field--light--small select:disabled,
.field--light--large select:disabled,
.field--light select:disabled,
.field--darker--small select:disabled,
.field--darker--large select:disabled,
.field--darker select:disabled,
.field--dark--small select:disabled,
.field--dark--large select:disabled,
.field--dark select:disabled,
.field--country select:disabled {
  background: #cccccc;
  opacity: 0.5;
}

#minicart .field--light--small:disabled, #minicart .field--light--large:disabled, #minicart .field--light:disabled, #minicart .field--darker--small:disabled, #minicart .field--darker--large:disabled, #minicart .field--darker:disabled, #minicart .field--dark--small:disabled, #minicart .field--dark--large:disabled, #minicart .field--dark:disabled, #minicart .field--country:disabled,
#minicart .field--light--small input:disabled,
#minicart .field--light--large input:disabled,
#minicart .field--light input:disabled,
#minicart .field--darker--small input:disabled,
#minicart .field--darker--large input:disabled,
#minicart .field--darker input:disabled,
#minicart .field--dark--small input:disabled,
#minicart .field--dark--large input:disabled,
#minicart .field--dark input:disabled,
#minicart .field--country input:disabled,
.field--light--small #minicart input:disabled,
.field--light--large #minicart input:disabled,
.field--light #minicart input:disabled,
.field--darker--small #minicart input:disabled,
.field--darker--large #minicart input:disabled,
.field--darker #minicart input:disabled,
.field--dark--small #minicart input:disabled,
.field--dark--large #minicart input:disabled,
.field--dark #minicart input:disabled,
.field--country #minicart input:disabled,
#minicart .field--light--small textarea:disabled,
#minicart .field--light--large textarea:disabled,
#minicart .field--light textarea:disabled,
#minicart .field--darker--small textarea:disabled,
#minicart .field--darker--large textarea:disabled,
#minicart .field--darker textarea:disabled,
#minicart .field--dark--small textarea:disabled,
#minicart .field--dark--large textarea:disabled,
#minicart .field--dark textarea:disabled,
#minicart .field--country textarea:disabled,
.field--light--small #minicart textarea:disabled,
.field--light--large #minicart textarea:disabled,
.field--light #minicart textarea:disabled,
.field--darker--small #minicart textarea:disabled,
.field--darker--large #minicart textarea:disabled,
.field--darker #minicart textarea:disabled,
.field--dark--small #minicart textarea:disabled,
.field--dark--large #minicart textarea:disabled,
.field--dark #minicart textarea:disabled,
.field--country #minicart textarea:disabled,
#minicart .field--light--small select:disabled,
#minicart .field--light--large select:disabled,
#minicart .field--light select:disabled,
#minicart .field--darker--small select:disabled,
#minicart .field--darker--large select:disabled,
#minicart .field--darker select:disabled,
#minicart .field--dark--small select:disabled,
#minicart .field--dark--large select:disabled,
#minicart .field--dark select:disabled,
#minicart .field--country select:disabled,
.field--light--small #minicart select:disabled,
.field--light--large #minicart select:disabled,
.field--light #minicart select:disabled,
.field--darker--small #minicart select:disabled,
.field--darker--large #minicart select:disabled,
.field--darker #minicart select:disabled,
.field--dark--small #minicart select:disabled,
.field--dark--large #minicart select:disabled,
.field--dark #minicart select:disabled,
.field--country #minicart select:disabled, .cart .field--light--small:disabled, .cart .field--light--large:disabled, .cart .field--light:disabled, .cart .field--darker--small:disabled, .cart .field--darker--large:disabled, .cart .field--darker:disabled, .cart .field--dark--small:disabled, .cart .field--dark--large:disabled, .cart .field--dark:disabled, .cart .field--country:disabled,
.cart .field--light--small input:disabled,
.cart .field--light--large input:disabled,
.cart .field--light input:disabled,
.cart .field--darker--small input:disabled,
.cart .field--darker--large input:disabled,
.cart .field--darker input:disabled,
.cart .field--dark--small input:disabled,
.cart .field--dark--large input:disabled,
.cart .field--dark input:disabled,
.cart .field--country input:disabled,
.field--light--small .cart input:disabled,
.field--light--large .cart input:disabled,
.field--light .cart input:disabled,
.field--darker--small .cart input:disabled,
.field--darker--large .cart input:disabled,
.field--darker .cart input:disabled,
.field--dark--small .cart input:disabled,
.field--dark--large .cart input:disabled,
.field--dark .cart input:disabled,
.field--country .cart input:disabled,
.cart .field--light--small textarea:disabled,
.cart .field--light--large textarea:disabled,
.cart .field--light textarea:disabled,
.cart .field--darker--small textarea:disabled,
.cart .field--darker--large textarea:disabled,
.cart .field--darker textarea:disabled,
.cart .field--dark--small textarea:disabled,
.cart .field--dark--large textarea:disabled,
.cart .field--dark textarea:disabled,
.cart .field--country textarea:disabled,
.field--light--small .cart textarea:disabled,
.field--light--large .cart textarea:disabled,
.field--light .cart textarea:disabled,
.field--darker--small .cart textarea:disabled,
.field--darker--large .cart textarea:disabled,
.field--darker .cart textarea:disabled,
.field--dark--small .cart textarea:disabled,
.field--dark--large .cart textarea:disabled,
.field--dark .cart textarea:disabled,
.field--country .cart textarea:disabled,
.cart .field--light--small select:disabled,
.cart .field--light--large select:disabled,
.cart .field--light select:disabled,
.cart .field--darker--small select:disabled,
.cart .field--darker--large select:disabled,
.cart .field--darker select:disabled,
.cart .field--dark--small select:disabled,
.cart .field--dark--large select:disabled,
.cart .field--dark select:disabled,
.cart .field--country select:disabled,
.field--light--small .cart select:disabled,
.field--light--large .cart select:disabled,
.field--light .cart select:disabled,
.field--darker--small .cart select:disabled,
.field--darker--large .cart select:disabled,
.field--darker .cart select:disabled,
.field--dark--small .cart select:disabled,
.field--dark--large .cart select:disabled,
.field--dark .cart select:disabled,
.field--country .cart select:disabled {
  background: transparent;
  opacity: 1;
}

.field--light--small, .field--light--large, .field--light, .field--darker--small, .field--darker--large, .field--darker, .field--dark--small, .field--dark--large, .field--dark, .field--country {
  position: relative;
  overflow: hidden;
}
.field--light--small label, .field--light--large label, .field--light label, .field--darker--small label, .field--darker--large label, .field--darker label, .field--dark--small label, .field--dark--large label, .field--dark label, .field--country label {
  cursor: text;
  position: absolute;
  transform-origin: 0 0;
  transition: transform 160ms, color 200ms;
  opacity: 0.5;
  top: 0;
  z-index: 2;
}
.field--light--small, .field--light--large, .field--light, .field--darker--small, .field--darker--large, .field--darker, .field--dark--small, .field--dark--large, .field--dark, .field--country,
.field--light--small input,
.field--light--large input,
.field--light input,
.field--darker--small input,
.field--darker--large input,
.field--darker input,
.field--dark--small input,
.field--dark--large input,
.field--dark input,
.field--country input,
.field--light--small textarea,
.field--light--large textarea,
.field--light textarea,
.field--darker--small textarea,
.field--darker--large textarea,
.field--darker textarea,
.field--dark--small textarea,
.field--dark--large textarea,
.field--dark textarea,
.field--country textarea,
.field--light--small select,
.field--light--large select,
.field--light select,
.field--darker--small select,
.field--darker--large select,
.field--darker select,
.field--dark--small select,
.field--dark--large select,
.field--dark select,
.field--country select {
  margin: 0;
  padding: 0;
  width: 100%;
}
.is-active.field--light--small input, .is-active.field--light--large input, .is-active.field--light input, .is-active.field--darker--small input, .is-active.field--darker--large input, .is-active.field--darker input, .is-active.field--dark--small input, .is-active.field--dark--large input, .is-active.field--dark input, .is-active.field--country input,
.is-active.field--light--small textarea,
.is-active.field--light--large textarea,
.is-active.field--light textarea,
.is-active.field--darker--small textarea,
.is-active.field--darker--large textarea,
.is-active.field--darker textarea,
.is-active.field--dark--small textarea,
.is-active.field--dark--large textarea,
.is-active.field--dark textarea,
.is-active.field--country textarea,
.is-active.field--light--small select,
.is-active.field--light--large select,
.is-active.field--light select,
.is-active.field--darker--small select,
.is-active.field--darker--large select,
.is-active.field--darker select,
.is-active.field--dark--small select,
.is-active.field--dark--large select,
.is-active.field--dark select,
.is-active.field--country select {
  padding-top: 0.375rem;
}
.is-active.field--light--small input + label, .is-active.field--light--large input + label, .is-active.field--light input + label, .is-active.field--darker--small input + label, .is-active.field--darker--large input + label, .is-active.field--darker input + label, .is-active.field--dark--small input + label, .is-active.field--dark--large input + label, .is-active.field--dark input + label, .is-active.field--country input + label,
.is-active.field--light--small textarea + label,
.is-active.field--light--large textarea + label,
.is-active.field--light textarea + label,
.is-active.field--darker--small textarea + label,
.is-active.field--darker--large textarea + label,
.is-active.field--darker textarea + label,
.is-active.field--dark--small textarea + label,
.is-active.field--dark--large textarea + label,
.is-active.field--dark textarea + label,
.is-active.field--country textarea + label,
.is-active.field--light--small select + label,
.is-active.field--light--large select + label,
.is-active.field--light select + label,
.is-active.field--darker--small select + label,
.is-active.field--darker--large select + label,
.is-active.field--darker select + label,
.is-active.field--dark--small select + label,
.is-active.field--dark--large select + label,
.is-active.field--dark select + label,
.is-active.field--country select + label {
  opacity: 1;
  transform: scale(0.6) translateY(-6px);
}
.is-active[type=number].field--light--small, .is-active[type=number].field--light--large, .is-active[type=number].field--light, .is-active[type=number].field--darker--small, .is-active[type=number].field--darker--large, .is-active[type=number].field--darker, .is-active[type=number].field--dark--small, .is-active[type=number].field--dark--large, .is-active[type=number].field--dark, .is-active[type=number].field--country {
  padding-top: 0;
}
.field--select.is-active.field--light--small, .field--select.is-active.field--light--large, .field--select.is-active.field--light, .field--select.is-active.field--darker--small, .field--select.is-active.field--darker--large, .field--select.is-active.field--darker, .field--select.is-active.field--dark--small, .field--select.is-active.field--dark--large, .field--select.is-active.field--dark, .field--select.is-active.field--country {
  padding-top: 0.5rem !important;
}
.field--light--small input, .field--light--large input, .field--light input, .field--darker--small input, .field--darker--large input, .field--darker input, .field--dark--small input, .field--dark--large input, .field--dark input, .field--country input {
  background: transparent;
  border: none;
  display: block;
  outline: none;
  left: 0;
  top: 0;
  height: 30px;
}
.field--light--small input:-webkit-autofill, .field--light--large input:-webkit-autofill, .field--light input:-webkit-autofill, .field--darker--small input:-webkit-autofill, .field--darker--large input:-webkit-autofill, .field--darker input:-webkit-autofill, .field--dark--small input:-webkit-autofill, .field--dark--large input:-webkit-autofill, .field--dark input:-webkit-autofill, .field--country input:-webkit-autofill {
  background: transparent;
  border: none;
  display: block;
  left: 0;
  position: absolute;
  outline: none;
  top: 0;
  z-index: 2;
}
.field--light--small input:focus, .field--light--large input:focus, .field--light input:focus, .field--darker--small input:focus, .field--darker--large input:focus, .field--darker input:focus, .field--dark--small input:focus, .field--dark--large input:focus, .field--dark input:focus, .field--country input:focus, .field--light--small input:not(:empty), .field--light--large input:not(:empty), .field--light input:not(:empty), .field--darker--small input:not(:empty), .field--darker--large input:not(:empty), .field--darker input:not(:empty), .field--dark--small input:not(:empty), .field--dark--large input:not(:empty), .field--dark input:not(:empty), .field--country input:not(:empty), .field--light--small input:not([value=""]), .field--light--large input:not([value=""]), .field--light input:not([value=""]), .field--darker--small input:not([value=""]), .field--darker--large input:not([value=""]), .field--darker input:not([value=""]), .field--dark--small input:not([value=""]), .field--dark--large input:not([value=""]), .field--dark input:not([value=""]), .field--country input:not([value=""]), .field--light--small input.is-active, .field--light--large input.is-active, .field--light input.is-active, .field--darker--small input.is-active, .field--darker--large input.is-active, .field--darker input.is-active, .field--dark--small input.is-active, .field--dark--large input.is-active, .field--dark input.is-active, .field--country input.is-active {
  padding-top: 0.375rem;
}
@media screen and (max-width: 768px) {
  .field--light--small input:focus, .field--light--large input:focus, .field--light input:focus, .field--darker--small input:focus, .field--darker--large input:focus, .field--darker input:focus, .field--dark--small input:focus, .field--dark--large input:focus, .field--dark input:focus, .field--country input:focus, .field--light--small input:not(:empty), .field--light--large input:not(:empty), .field--light input:not(:empty), .field--darker--small input:not(:empty), .field--darker--large input:not(:empty), .field--darker input:not(:empty), .field--dark--small input:not(:empty), .field--dark--large input:not(:empty), .field--dark input:not(:empty), .field--country input:not(:empty), .field--light--small input:not([value=""]), .field--light--large input:not([value=""]), .field--light input:not([value=""]), .field--darker--small input:not([value=""]), .field--darker--large input:not([value=""]), .field--darker input:not([value=""]), .field--dark--small input:not([value=""]), .field--dark--large input:not([value=""]), .field--dark input:not([value=""]), .field--country input:not([value=""]), .field--light--small input.is-active, .field--light--large input.is-active, .field--light input.is-active, .field--darker--small input.is-active, .field--darker--large input.is-active, .field--darker input.is-active, .field--dark--small input.is-active, .field--dark--large input.is-active, .field--dark input.is-active, .field--country input.is-active {
    padding-top: 0px;
    height: 40px;
  }
  .field--light--small input:focus.custom, .field--light--large input:focus.custom, .field--light input:focus.custom, .field--darker--small input:focus.custom, .field--darker--large input:focus.custom, .field--darker input:focus.custom, .field--dark--small input:focus.custom, .field--dark--large input:focus.custom, .field--dark input:focus.custom, .field--country input:focus.custom, .field--light--small input:not(:empty).custom, .field--light--large input:not(:empty).custom, .field--light input:not(:empty).custom, .field--darker--small input:not(:empty).custom, .field--darker--large input:not(:empty).custom, .field--darker input:not(:empty).custom, .field--dark--small input:not(:empty).custom, .field--dark--large input:not(:empty).custom, .field--dark input:not(:empty).custom, .field--country input:not(:empty).custom, .field--light--small input:not([value=""]).custom, .field--light--large input:not([value=""]).custom, .field--light input:not([value=""]).custom, .field--darker--small input:not([value=""]).custom, .field--darker--large input:not([value=""]).custom, .field--darker input:not([value=""]).custom, .field--dark--small input:not([value=""]).custom, .field--dark--large input:not([value=""]).custom, .field--dark input:not([value=""]).custom, .field--country input:not([value=""]).custom, .field--light--small input.is-active.custom, .field--light--large input.is-active.custom, .field--light input.is-active.custom, .field--darker--small input.is-active.custom, .field--darker--large input.is-active.custom, .field--darker input.is-active.custom, .field--dark--small input.is-active.custom, .field--dark--large input.is-active.custom, .field--dark input.is-active.custom, .field--country input.is-active.custom {
    height: 20px;
  }
  .field--light--small input:focus.custom.large, .field--light--large input:focus.custom.large, .field--light input:focus.custom.large, .field--darker--small input:focus.custom.large, .field--darker--large input:focus.custom.large, .field--darker input:focus.custom.large, .field--dark--small input:focus.custom.large, .field--dark--large input:focus.custom.large, .field--dark input:focus.custom.large, .field--country input:focus.custom.large, .field--light--small input:not(:empty).custom.large, .field--light--large input:not(:empty).custom.large, .field--light input:not(:empty).custom.large, .field--darker--small input:not(:empty).custom.large, .field--darker--large input:not(:empty).custom.large, .field--darker input:not(:empty).custom.large, .field--dark--small input:not(:empty).custom.large, .field--dark--large input:not(:empty).custom.large, .field--dark input:not(:empty).custom.large, .field--country input:not(:empty).custom.large, .field--light--small input:not([value=""]).custom.large, .field--light--large input:not([value=""]).custom.large, .field--light input:not([value=""]).custom.large, .field--darker--small input:not([value=""]).custom.large, .field--darker--large input:not([value=""]).custom.large, .field--darker input:not([value=""]).custom.large, .field--dark--small input:not([value=""]).custom.large, .field--dark--large input:not([value=""]).custom.large, .field--dark input:not([value=""]).custom.large, .field--country input:not([value=""]).custom.large, .field--light--small input.is-active.custom.large, .field--light--large input.is-active.custom.large, .field--light input.is-active.custom.large, .field--darker--small input.is-active.custom.large, .field--darker--large input.is-active.custom.large, .field--darker input.is-active.custom.large, .field--dark--small input.is-active.custom.large, .field--dark--large input.is-active.custom.large, .field--dark input.is-active.custom.large, .field--country input.is-active.custom.large {
    height: 30px;
  }
}
.field--light--small input:focus + label, .field--light--large input:focus + label, .field--light input:focus + label, .field--darker--small input:focus + label, .field--darker--large input:focus + label, .field--darker input:focus + label, .field--dark--small input:focus + label, .field--dark--large input:focus + label, .field--dark input:focus + label, .field--country input:focus + label, .field--light--small input:not(:empty) + label, .field--light--large input:not(:empty) + label, .field--light input:not(:empty) + label, .field--darker--small input:not(:empty) + label, .field--darker--large input:not(:empty) + label, .field--darker input:not(:empty) + label, .field--dark--small input:not(:empty) + label, .field--dark--large input:not(:empty) + label, .field--dark input:not(:empty) + label, .field--country input:not(:empty) + label, .field--light--small input:not([value=""]) + label, .field--light--large input:not([value=""]) + label, .field--light input:not([value=""]) + label, .field--darker--small input:not([value=""]) + label, .field--darker--large input:not([value=""]) + label, .field--darker input:not([value=""]) + label, .field--dark--small input:not([value=""]) + label, .field--dark--large input:not([value=""]) + label, .field--dark input:not([value=""]) + label, .field--country input:not([value=""]) + label, .field--light--small input.is-active + label, .field--light--large input.is-active + label, .field--light input.is-active + label, .field--darker--small input.is-active + label, .field--darker--large input.is-active + label, .field--darker input.is-active + label, .field--dark--small input.is-active + label, .field--dark--large input.is-active + label, .field--dark input.is-active + label, .field--country input.is-active + label {
  opacity: 1;
  transform: scale(0.6) translateY(-6px);
}
.field--light--small input[type=number]:focus, .field--light--large input[type=number]:focus, .field--light input[type=number]:focus, .field--darker--small input[type=number]:focus, .field--darker--large input[type=number]:focus, .field--darker input[type=number]:focus, .field--dark--small input[type=number]:focus, .field--dark--large input[type=number]:focus, .field--dark input[type=number]:focus, .field--country input[type=number]:focus, .field--light--small input[type=number]:not(:empty), .field--light--large input[type=number]:not(:empty), .field--light input[type=number]:not(:empty), .field--darker--small input[type=number]:not(:empty), .field--darker--large input[type=number]:not(:empty), .field--darker input[type=number]:not(:empty), .field--dark--small input[type=number]:not(:empty), .field--dark--large input[type=number]:not(:empty), .field--dark input[type=number]:not(:empty), .field--country input[type=number]:not(:empty), .field--light--small input[type=number]:not([value=""]), .field--light--large input[type=number]:not([value=""]), .field--light input[type=number]:not([value=""]), .field--darker--small input[type=number]:not([value=""]), .field--darker--large input[type=number]:not([value=""]), .field--darker input[type=number]:not([value=""]), .field--dark--small input[type=number]:not([value=""]), .field--dark--large input[type=number]:not([value=""]), .field--dark input[type=number]:not([value=""]), .field--country input[type=number]:not([value=""]), .field--light--small input[type=number].is-active, .field--light--large input[type=number].is-active, .field--light input[type=number].is-active, .field--darker--small input[type=number].is-active, .field--darker--large input[type=number].is-active, .field--darker input[type=number].is-active, .field--dark--small input[type=number].is-active, .field--dark--large input[type=number].is-active, .field--dark input[type=number].is-active, .field--country input[type=number].is-active {
  padding-top: 0;
}
.field--light--small textarea, .field--light--large textarea, .field--light textarea, .field--darker--small textarea, .field--darker--large textarea, .field--darker textarea, .field--dark--small textarea, .field--dark--large textarea, .field--dark textarea, .field--country textarea {
  background: transparent;
  border: none;
  display: block;
  outline: none;
  left: 0;
  top: 0;
}
.field--light--small textarea:-webkit-autofill, .field--light--large textarea:-webkit-autofill, .field--light textarea:-webkit-autofill, .field--darker--small textarea:-webkit-autofill, .field--darker--large textarea:-webkit-autofill, .field--darker textarea:-webkit-autofill, .field--dark--small textarea:-webkit-autofill, .field--dark--large textarea:-webkit-autofill, .field--dark textarea:-webkit-autofill, .field--country textarea:-webkit-autofill {
  background: transparent;
  border: none;
  display: block;
  left: 0;
  position: absolute;
  outline: none;
  top: 0;
  z-index: 2;
}
.field--light--small textarea:focus, .field--light--large textarea:focus, .field--light textarea:focus, .field--darker--small textarea:focus, .field--darker--large textarea:focus, .field--darker textarea:focus, .field--dark--small textarea:focus, .field--dark--large textarea:focus, .field--dark textarea:focus, .field--country textarea:focus, .field--light--small textarea:not(:empty), .field--light--large textarea:not(:empty), .field--light textarea:not(:empty), .field--darker--small textarea:not(:empty), .field--darker--large textarea:not(:empty), .field--darker textarea:not(:empty), .field--dark--small textarea:not(:empty), .field--dark--large textarea:not(:empty), .field--dark textarea:not(:empty), .field--country textarea:not(:empty), .field--light--small textarea.is-active, .field--light--large textarea.is-active, .field--light textarea.is-active, .field--darker--small textarea.is-active, .field--darker--large textarea.is-active, .field--darker textarea.is-active, .field--dark--small textarea.is-active, .field--dark--large textarea.is-active, .field--dark textarea.is-active, .field--country textarea.is-active {
  padding-top: 0.375rem;
}
.field--light--small textarea:focus + label, .field--light--large textarea:focus + label, .field--light textarea:focus + label, .field--darker--small textarea:focus + label, .field--darker--large textarea:focus + label, .field--darker textarea:focus + label, .field--dark--small textarea:focus + label, .field--dark--large textarea:focus + label, .field--dark textarea:focus + label, .field--country textarea:focus + label, .field--light--small textarea:not(:empty) + label, .field--light--large textarea:not(:empty) + label, .field--light textarea:not(:empty) + label, .field--darker--small textarea:not(:empty) + label, .field--darker--large textarea:not(:empty) + label, .field--darker textarea:not(:empty) + label, .field--dark--small textarea:not(:empty) + label, .field--dark--large textarea:not(:empty) + label, .field--dark textarea:not(:empty) + label, .field--country textarea:not(:empty) + label, .field--light--small textarea.is-active + label, .field--light--large textarea.is-active + label, .field--light textarea.is-active + label, .field--darker--small textarea.is-active + label, .field--darker--large textarea.is-active + label, .field--darker textarea.is-active + label, .field--dark--small textarea.is-active + label, .field--dark--large textarea.is-active + label, .field--dark textarea.is-active + label, .field--country textarea.is-active + label {
  opacity: 1;
  transform: scale(0.6) translateY(-6px);
}
.field--light--small input[type=number], .field--light--large input[type=number], .field--light input[type=number], .field--darker--small input[type=number], .field--darker--large input[type=number], .field--darker input[type=number], .field--dark--small input[type=number], .field--dark--large input[type=number], .field--dark input[type=number], .field--country input[type=number] {
  padding-right: 0;
}
.field--light--small select, .field--light--large select, .field--light select, .field--darker--small select, .field--darker--large select, .field--darker select, .field--dark--small select, .field--dark--large select, .field--dark select, .field--country select {
  background: transparent;
  border: 1px solid #dddddd;
  display: block;
  outline: none;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1087px) {
  .field--light--small select, .field--light--large select, .field--light select, .field--darker--small select, .field--darker--large select, .field--darker select, .field--dark--small select, .field--dark--large select, .field--dark select, .field--country select {
    border: none;
  }
}
.field--light--small select:-webkit-autofill, .field--light--large select:-webkit-autofill, .field--light select:-webkit-autofill, .field--darker--small select:-webkit-autofill, .field--darker--large select:-webkit-autofill, .field--darker select:-webkit-autofill, .field--dark--small select:-webkit-autofill, .field--dark--large select:-webkit-autofill, .field--dark select:-webkit-autofill, .field--country select:-webkit-autofill {
  background: transparent;
  border: none;
  display: block;
  left: 0;
  position: absolute;
  outline: none;
  top: 0;
  z-index: 2;
}
.field--light--small select:focus, .field--light--large select:focus, .field--light select:focus, .field--darker--small select:focus, .field--darker--large select:focus, .field--darker select:focus, .field--dark--small select:focus, .field--dark--large select:focus, .field--dark select:focus, .field--country select:focus, .field--light--small select.is-active, .field--light--large select.is-active, .field--light select.is-active, .field--darker--small select.is-active, .field--darker--large select.is-active, .field--darker select.is-active, .field--dark--small select.is-active, .field--dark--large select.is-active, .field--dark select.is-active, .field--country select.is-active {
  padding-top: 0.375rem;
}
.field--light--small select:focus + label, .field--light--large select:focus + label, .field--light select:focus + label, .field--darker--small select:focus + label, .field--darker--large select:focus + label, .field--darker select:focus + label, .field--dark--small select:focus + label, .field--dark--large select:focus + label, .field--dark select:focus + label, .field--country select:focus + label, .field--light--small select.is-active + label, .field--light--large select.is-active + label, .field--light select.is-active + label, .field--darker--small select.is-active + label, .field--darker--large select.is-active + label, .field--darker select.is-active + label, .field--dark--small select.is-active + label, .field--dark--large select.is-active + label, .field--dark select.is-active + label, .field--country select.is-active + label {
  opacity: 1;
  transform: scale(0.6) translateY(-6px);
}

.field--light--small, .field--light--large, .field--light, .field--darker--small, .field--darker--large, .field--darker, .field--dark--small, .field--dark--large, .field--dark, .field--country, .field--light, .field--darker, .field--dark, .field--country {
  margin-bottom: 0.75rem;
  font-family: "Roboto", sans-serif;
}
.has-error.field--light--small, .has-error.field--light--large, .has-error.field--light, .has-error.field--darker--small, .has-error.field--darker--large, .has-error.field--darker, .has-error.field--dark--small, .has-error.field--dark--large, .has-error.field--dark, .has-error.field--country {
  border: 1px solid red;
}
.field--inline.field--light--small, .field--inline.field--light--large, .field--inline.field--light, .field--inline.field--darker--small, .field--inline.field--darker--large, .field--inline.field--darker, .field--inline.field--dark--small, .field--inline.field--dark--large, .field--inline.field--dark, .field--inline.field--country {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.field--inline.field--light--small input, .field--inline.field--light--large input, .field--inline.field--light input, .field--inline.field--darker--small input, .field--inline.field--darker--large input, .field--inline.field--darker input, .field--inline.field--dark--small input, .field--inline.field--dark--large input, .field--inline.field--dark input, .field--inline.field--country input,
.field--inline.field--light--small textarea,
.field--inline.field--light--large textarea,
.field--inline.field--light textarea,
.field--inline.field--darker--small textarea,
.field--inline.field--darker--large textarea,
.field--inline.field--darker textarea,
.field--inline.field--dark--small textarea,
.field--inline.field--dark--large textarea,
.field--inline.field--dark textarea,
.field--inline.field--country textarea,
.field--inline.field--light--small select,
.field--inline.field--light--large select,
.field--inline.field--light select,
.field--inline.field--darker--small select,
.field--inline.field--darker--large select,
.field--inline.field--darker select,
.field--inline.field--dark--small select,
.field--inline.field--dark--large select,
.field--inline.field--dark select,
.field--inline.field--country select {
  width: auto;
}
@media screen and (max-width: 1087px) {
  .field--inline.field--light--small input, .field--inline.field--light--large input, .field--inline.field--light input, .field--inline.field--darker--small input, .field--inline.field--darker--large input, .field--inline.field--darker input, .field--inline.field--dark--small input, .field--inline.field--dark--large input, .field--inline.field--dark input, .field--inline.field--country input,
  .field--inline.field--light--small textarea,
  .field--inline.field--light--large textarea,
  .field--inline.field--light textarea,
  .field--inline.field--darker--small textarea,
  .field--inline.field--darker--large textarea,
  .field--inline.field--darker textarea,
  .field--inline.field--dark--small textarea,
  .field--inline.field--dark--large textarea,
  .field--inline.field--dark textarea,
  .field--inline.field--country textarea,
  .field--inline.field--light--small select,
  .field--inline.field--light--large select,
  .field--inline.field--light select,
  .field--inline.field--darker--small select,
  .field--inline.field--darker--large select,
  .field--inline.field--darker select,
  .field--inline.field--dark--small select,
  .field--inline.field--dark--large select,
  .field--inline.field--dark select,
  .field--inline.field--country select {
    width: 100%;
  }
}
.field--light--small label, .field--light--large label, .field--light label, .field--darker--small label, .field--darker--large label, .field--darker label, .field--dark--small label, .field--dark--large label, .field--dark label, .field--country label {
  left: 0.75rem;
}
.field--light--small input, .field--light--large input, .field--light input, .field--darker--small input, .field--darker--large input, .field--darker input, .field--dark--small input, .field--dark--large input, .field--dark input, .field--country input,
.field--light--small textarea,
.field--light--large textarea,
.field--light textarea,
.field--darker--small textarea,
.field--darker--large textarea,
.field--darker textarea,
.field--dark--small textarea,
.field--dark--large textarea,
.field--dark textarea,
.field--country textarea,
.field--light--small select,
.field--light--large select,
.field--light select,
.field--darker--small select,
.field--darker--large select,
.field--darker select,
.field--dark--small select,
.field--dark--large select,
.field--dark select,
.field--country select {
  font-weight: 200;
  padding: 0 0.75rem;
}
.field--light--small input:-webkit-autofill, .field--light--large input:-webkit-autofill, .field--light input:-webkit-autofill, .field--darker--small input:-webkit-autofill, .field--darker--large input:-webkit-autofill, .field--darker input:-webkit-autofill, .field--dark--small input:-webkit-autofill, .field--dark--large input:-webkit-autofill, .field--dark input:-webkit-autofill, .field--country input:-webkit-autofill,
.field--light--small textarea:-webkit-autofill,
.field--light--large textarea:-webkit-autofill,
.field--light textarea:-webkit-autofill,
.field--darker--small textarea:-webkit-autofill,
.field--darker--large textarea:-webkit-autofill,
.field--darker textarea:-webkit-autofill,
.field--dark--small textarea:-webkit-autofill,
.field--dark--large textarea:-webkit-autofill,
.field--dark textarea:-webkit-autofill,
.field--country textarea:-webkit-autofill,
.field--light--small select:-webkit-autofill,
.field--light--large select:-webkit-autofill,
.field--light select:-webkit-autofill,
.field--darker--small select:-webkit-autofill,
.field--darker--large select:-webkit-autofill,
.field--darker select:-webkit-autofill,
.field--dark--small select:-webkit-autofill,
.field--dark--large select:-webkit-autofill,
.field--dark select:-webkit-autofill,
.field--country select:-webkit-autofill {
  font-weight: 200;
  padding: 0 0.75rem;
}
.field--light--small select, .field--light--large select, .field--light select, .field--darker--small select, .field--darker--large select, .field--darker select, .field--dark--small select, .field--dark--large select, .field--dark select, .field--country select {
  padding-top: 0 !important;
  height: 100% !important;
}
.field--light--small textarea, .field--light--large textarea, .field--light textarea, .field--darker--small textarea, .field--darker--large textarea, .field--darker textarea, .field--dark--small textarea, .field--dark--large textarea, .field--dark textarea, .field--country textarea {
  line-height: 1.2;
  padding-top: 0.75rem;
  resize: none;
}
.field--light--small:last-child, .field--light--large:last-child, .field--light:last-child, .field--darker--small:last-child, .field--darker--large:last-child, .field--darker:last-child, .field--dark--small:last-child, .field--dark--large:last-child, .field--dark:last-child, .field--country:last-child, .field--light--small:last-of-type, .field--light--large:last-of-type, .field--light:last-of-type, .field--darker--small:last-of-type, .field--darker--large:last-of-type, .field--darker:last-of-type, .field--dark--small:last-of-type, .field--dark--large:last-of-type, .field--dark:last-of-type, .field--country:last-of-type {
  margin-bottom: 0;
}

.field--light, .field--darker, .field--dark, .field--country {
  height: 2rem;
}
.field--textarea.field--light, .field--textarea.field--darker, .field--textarea.field--dark, .field--textarea.field--country {
  height: 4rem;
}
.field--textarea.field--light textarea, .field--textarea.field--darker textarea, .field--textarea.field--dark textarea, .field--textarea.field--country textarea {
  height: 4rem;
  line-height: 1.2;
  padding-top: 10px;
}
.field--light label, .field--darker label, .field--dark label, .field--country label {
  line-height: 2rem;
}
.field--light input, .field--darker input, .field--dark input, .field--country input,
.field--light textarea,
.field--darker textarea,
.field--dark textarea,
.field--country textarea,
.field--light select,
.field--darker select,
.field--dark select,
.field--country select {
  font-size: 0.75rem;
  line-height: 2rem;
}
.field--light input:-webkit-autofill, .field--darker input:-webkit-autofill, .field--dark input:-webkit-autofill, .field--country input:-webkit-autofill,
.field--light textarea:-webkit-autofill,
.field--darker textarea:-webkit-autofill,
.field--dark textarea:-webkit-autofill,
.field--country textarea:-webkit-autofill,
.field--light select:-webkit-autofill,
.field--darker select:-webkit-autofill,
.field--dark select:-webkit-autofill,
.field--country select:-webkit-autofill {
  font-size: 0.75rem;
  line-height: 2rem;
}
.fileContainer.field--light, .fileContainer.field--darker, .fileContainer.field--dark, .fileContainer.field--country {
  height: auto;
  background-color: transparent;
  border: none;
}
.fileContainer.field--light input[type=file], .fileContainer.field--darker input[type=file], .fileContainer.field--dark input[type=file], .fileContainer.field--country input[type=file] {
  padding-left: 0;
}
.fileContainer.has-error.field--light, .fileContainer.has-error.field--darker, .fileContainer.has-error.field--dark, .fileContainer.has-error.field--country {
  padding: 2px;
  border: 1px solid red;
}

.field--light--large, .field--darker--large, .field--dark--large {
  height: 2.8125rem;
}
.field--textarea.field--light--large, .field--textarea.field--darker--large, .field--textarea.field--dark--large {
  height: 5.625rem;
}
.field--textarea.field--light--large textarea, .field--textarea.field--darker--large textarea, .field--textarea.field--dark--large textarea {
  height: 5.625rem;
}
.field--light--large label, .field--darker--large label, .field--dark--large label {
  line-height: 2.8125rem;
}
.field--light--large input, .field--darker--large input, .field--dark--large input,
.field--light--large textarea,
.field--darker--large textarea,
.field--dark--large textarea,
.field--light--large select,
.field--darker--large select,
.field--dark--large select {
  font-size: 0.875rem;
  line-height: 2.8125rem;
  height: 45px;
}
.field--light--large input:-webkit-autofill, .field--darker--large input:-webkit-autofill, .field--dark--large input:-webkit-autofill,
.field--light--large textarea:-webkit-autofill,
.field--darker--large textarea:-webkit-autofill,
.field--dark--large textarea:-webkit-autofill,
.field--light--large select:-webkit-autofill,
.field--darker--large select:-webkit-autofill,
.field--dark--large select:-webkit-autofill {
  font-size: 0.875rem;
  line-height: 2.8125rem;
}

.field--light--small, .field--darker--small, .field--dark--small {
  height: 1.25rem;
}
@media screen and (max-width: 1087px) {
  .black.field--light--small, .black.field--darker--small, .black.field--dark--small {
    height: 2.125rem;
  }
}
.field--textarea.field--light--small, .field--textarea.field--darker--small, .field--textarea.field--dark--small {
  height: 2.5rem;
}
.field--textarea.field--light--small textarea, .field--textarea.field--darker--small textarea, .field--textarea.field--dark--small textarea {
  height: 2.5rem;
}
.field--light--small label, .field--darker--small label, .field--dark--small label {
  line-height: 1.25rem;
}
.field--light--small input, .field--darker--small input, .field--dark--small input,
.field--light--small textarea,
.field--darker--small textarea,
.field--dark--small textarea,
.field--light--small select,
.field--darker--small select,
.field--dark--small select {
  font-size: 0.75rem;
  line-height: 1.25rem;
}
.field--light--small input:-webkit-autofill, .field--darker--small input:-webkit-autofill, .field--dark--small input:-webkit-autofill,
.field--light--small textarea:-webkit-autofill,
.field--darker--small textarea:-webkit-autofill,
.field--dark--small textarea:-webkit-autofill,
.field--light--small select:-webkit-autofill,
.field--darker--small select:-webkit-autofill,
.field--dark--small select:-webkit-autofill {
  font-size: 0.75rem;
  line-height: 1.25rem;
}

.field--dark--small, .field--dark--large, .field--dark, .field--country {
  background: #efefef;
}
.field--dark--small select, .field--dark--large select, .field--dark select, .field--country select {
  background: #efefef;
}
.field--dark--small label, .field--dark--large label, .field--dark label, .field--country label {
  color: #000000;
}
.field--dark--small input, .field--dark--large input, .field--dark input, .field--country input,
.field--dark--small textarea,
.field--dark--large textarea,
.field--dark textarea,
.field--country textarea,
.field--dark--small select,
.field--dark--large select,
.field--dark select,
.field--country select {
  color: #000000;
}
.quantity.field--dark--small, .quantity.field--dark--large, .quantity.field--dark, .quantity.field--country {
  width: 3.75rem;
  background: #e1e1e1;
}
.quantity.field--dark--small input, .quantity.field--dark--large input, .quantity.field--dark input, .quantity.field--country input {
  height: 30px;
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: -0.025rem;
  color: #4a4a4a;
}

.field--darker--small, .field--darker--large, .field--darker {
  background: #9b9b9b;
}
.field--darker--small select, .field--darker--large select, .field--darker select {
  background: #9b9b9b;
  padding-left: 0;
  padding-right: 1.25rem;
}
.field--darker--small label, .field--darker--large label, .field--darker label {
  color: #000000;
}
.field--darker--small input, .field--darker--large input, .field--darker input,
.field--darker--small textarea,
.field--darker--large textarea,
.field--darker textarea,
.field--darker--small select,
.field--darker--large select,
.field--darker select {
  color: #ffffff;
  font-weight: 600;
}

.field--light--small, .field--light--large, .field--light {
  background: #ffffff;
  border: 1px solid #dddddd;
}
.field--light--small label, .field--light--large label, .field--light label {
  color: #9b9b9b;
  -webkit-text-stroke: 1px #979797;
}
.field--light--small input, .field--light--large input, .field--light input,
.field--light--small textarea,
.field--light--large textarea,
.field--light textarea,
.field--light--small select,
.field--light--large select,
.field--light select {
  color: #9b9b9b;
  -webkit-text-stroke: 1px #979797;
}
.black.field--light--small, .black.field--light--large, .black.field--light {
  border: none;
}
.black.field--light--small select, .black.field--light--large select, .black.field--light select {
  padding-left: 0;
  padding-right: 1.25rem;
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: -0.0125rem;
  text-align: left;
  color: #2a2622;
  -webkit-text-stroke: 0px #979797;
  padding-top: 2px !important;
}
@media screen and (max-width: 1087px) {
  .black.field--light--small select, .black.field--light--large select, .black.field--light select {
    font-size: 1.125rem;
    background: #9b9b9b;
    color: #ffffff;
  }
}

.field--country {
  border: 1px solid #dddddd;
  border-radius: 0.3125vw;
}
.field--country select {
  font-weight: 300;
  color: #9b9b9b;
  -webkit-text-stroke: 1px #979797;
  background: #ffffff;
}
@media screen and (max-width: 1087px) {
  .field--country select {
    font-weight: 400;
    color: #4a4a4a;
    opacity: 1;
    -webkit-text-stroke: #4a4a4a;
    font-size: 17px;
    padding-left: 8px;
  }
}

.js-plus,
.js-minus {
  position: absolute;
  right: 0;
  height: 50%;
  min-width: 9px;
  line-height: 1;
  cursor: pointer;
}
.js-plus:hover,
.js-minus:hover {
  background-color: #4a4a4a;
  color: #ffffff;
}

.js-plus {
  top: 0;
}

.js-minus {
  top: 50%;
}

.button-add-to-basket .js-plus,
.button-add-to-basket .js-minus {
  display: none;
}
.button-add-to-basket input {
  width: 2.5rem !important;
  height: 2.5rem !important;
  text-align: center;
}
.button-add-to-basket .field--darker {
  height: 2.5rem !important;
}

.radio--line {
  display: flex;
  flex-direction: row;
}

.field--checkbox {
  position: relative;
  margin-bottom: 15px;
}
.field--checkbox input {
  display: none;
}
.field--checkbox label {
  color: #666666;
  font-size: 13px;
  width: 100%;
  padding-left: 24px;
  display: inline-block;
  min-height: 20px;
  line-height: 150%;
  box-sizing: border-box;
  cursor: pointer;
}
.field--checkbox label:before, .field--checkbox label:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 3px;
  top: 3px;
}
.field--checkbox label:before {
  border-radius: 3px;
  border: 1px solid #cccccc;
  background-color: #f4f4f4;
}
.field--checkbox label:after {
  border-radius: 3px;
  background-color: #359be0;
  display: none;
  content: "\e809";
  font-family: "fontello";
  text-align: center;
  color: #fff;
  font-size: 11px;
  line-height: 17px;
}
.field--checkbox input[type=checkbox]:checked + label:after {
  display: block;
}
.field--checkbox ~ .is-variable {
  display: none;
}
.field--checkbox input[type=radio] + label:before {
  border-radius: 100%;
}
.field--checkbox input[type=radio]:checked + label:before {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  border: 0 none;
  background-color: transparent;
  background: red;
  background: radial-gradient(circle, #ffffff 15%, red 25%, red 60%, #cccccc 1%);
  content: "";
}
.field--checkbox.has-error label {
  border: 1px solid #ff0201;
}
.field--checkbox.cuadrado label::before, .field--checkbox.cuadrado label::after {
  top: 6px;
}

.cart .field--checkbox label::before, .cart .field--checkbox label::after {
  top: 1px;
}
.cart .field--checkbox.cuadrado label::before, .cart .field--checkbox.cuadrado label::after {
  top: 6px;
}

.g-recaptcha.has-error {
  border: 1px solid #ff0201;
}

.basketProduct .field--dark--small input {
  height: 21px;
}

#color-selected {
  border-radius: 100%;
  border: 1px solid #000;
  width: 2.5rem;
  height: auto;
}

.colorPicker > label {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  vertical-align: middle;
  margin-right: 0.3125rem;
}
.colorPicker .colorPickerSelect {
  margin-bottom: 0.625rem;
}
.colorPicker .colorPickerSelect.columns.is-gapless:not(:last-child) {
  margin-bottom: 0;
}
.colorPicker .colorPickerSelect label.column {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: -0.2px;
  text-align: left;
  color: #4a4a4a;
  margin-top: 1px;
}
@media screen and (max-width: 1087px) {
  .colorPicker .colorPickerSelect label.column {
    padding: 0.4375rem;
    font-size: 1.125rem;
    letter-spacing: -0.025rem;
    font-weight: normal;
    text-align: center;
    border: 1px solid #dddddd;
  }
  .colorPicker .colorPickerSelect label.column + .column {
    margin: 0;
    margin-bottom: 1.25rem;
  }
  .colorPicker .colorPickerSelect > div {
    width: 100%;
  }
  .colorPicker .colorPickerSelect div[class^=color-] .field--inline.field--light--small {
    width: 100%;
  }
}
.colorPicker .colorPickerList {
  display: flex;
}
.colorPicker .colorPickerList li {
  width: 1.875rem;
  height: 1.875rem;
  margin: 0.1125rem;
  position: relative;
}
.colorPicker .colorPickerList li:hover > .colorExpanded {
  display: block;
  position: absolute;
  bottom: 32px;
  left: 0px;
  right: 0px;
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
  height: 120px;
  width: 120px;
  border-radius: 60px;
}
.colorPicker .colorPickerList li .colorExpanded {
  display: none;
}
.colorPicker .colorPickerList label {
  border: solid 1px #9b9b9b;
  width: 100%;
  height: 100%;
  display: inline-block;
  border-radius: 100%;
  position: relative;
  text-align: center;
  cursor: pointer;
  background-size: 200%;
  background-position: 50%;
}
.colorPicker .colorPickerList label:before {
  color: #ffffff;
  display: none;
  line-height: 30px;
}
.colorPicker .colorPickerList input[type=radio] {
  visibility: hidden;
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top: -100%;
}
.colorPicker .colorPickerList input[type=radio]:checked + label:before {
  display: inline-block;
}

.menuButton {
  padding-top: 0.75rem;
  margin-right: 54px;
  margin-right: 3.375rem;
}
.menuButton.x-mobile {
  margin-right: 0;
}

.btn-menu {
  display: inline-block;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  height: 30px;
  height: 1.875rem;
  width: 30px;
  width: 1.875rem;
}
.btn-menu span {
  display: block;
  position: absolute;
  height: 1px;
  width: 50%;
  background: #ffffff;
  opacity: 1;
  transform: rotate(0deg);
  transition: linear 200ms;
}
.btn-menu span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}
.btn-menu span:nth-child(odd) {
  left: 0;
  border-radius: 9px 0 0 9px;
}
.btn-menu span:nth-child(1),
.btn-menu span:nth-child(2) {
  top: 2px;
}
.btn-menu span:nth-child(3),
.btn-menu span:nth-child(4) {
  top: 10px;
}
.btn-menu span:nth-child(5),
.btn-menu span:nth-child(6) {
  top: 19px;
}
.btn-menu span:nth-child(7),
.btn-menu span:nth-child(8) {
  top: 28px;
}
.btn-menu.is-open span:nth-child(1),
.btn-menu.is-open span:nth-child(8) {
  transform: rotate(45deg);
}
.btn-menu.is-open span:nth-child(2),
.btn-menu.is-open span:nth-child(7) {
  transform: rotate(-45deg);
}
.btn-menu.is-open span:nth-child(1) {
  left: 4px;
  top: 4px;
}
.btn-menu.is-open span:nth-child(2) {
  left: calc(50% - 2px);
  top: 4px;
}
.btn-menu.is-open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
.btn-menu.is-open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
.btn-menu.is-open span:nth-child(5) {
  left: -50%;
  opacity: 0;
}
.btn-menu.is-open span:nth-child(6) {
  left: 100%;
  opacity: 0;
}
.btn-menu.is-open span:nth-child(7) {
  left: 4px;
  top: calc(50% - 1px);
}
.btn-menu.is-open span:nth-child(8) {
  left: calc(50% - 2px);
  top: calc(50% - 1px);
}

.menu {
  background: #ffffff;
  padding: 0 10% 0 0;
  position: fixed;
  left: 0;
  top: 85px;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  z-index: 10;
  transform: translateX(-100%);
  transition: transform 200ms linear;
}
.menu .border-white {
  height: 1px;
  width: 100vw;
  background: #ffffff;
  margin-left: -0.9375rem;
  margin-top: 11px;
  margin-bottom: 11px;
  padding-right: 10%;
}
.menu.is-visible {
  transform: translateX(0);
}
@media screen and (min-width: 1088px) {
  .menu {
    transform: translateX(-100%);
  }
  .menu.is-visible {
    transform: translateX(-100%);
  }
}
.menu > .inside {
  background: #ff0201;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.menu .languages {
  font-size: 1.125rem;
  color: #ffffff;
  position: relative;
  padding: 3px 17px 3px 20px;
}
.menu .languages .languageButton img {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  transform: translateY(-50%);
}

.help li {
  width: 100%;
}
.help li a {
  display: block;
  width: 100%;
}

.headerMainGrid li {
  position: relative;
}
.headerMainGrid .item-main-menu:hover:after {
  content: "";
  position: absolute;
  top: 79px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  border-style: solid;
  border-width: 0.375rem 0.375rem 0rem 0.375rem;
  border-color: #ff0201 transparent transparent transparent;
}
.headerMainGrid .submenu {
  display: none;
  position: absolute;
  left: -1rem;
  top: 100%;
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.95);
}
@media screen and (min-width: 1472px) {
  .headerMainGrid .submenu {
    left: -1.75rem;
  }
}
.headerMainGrid .submenu .submenu-inner {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  padding: 21px 29px 19px 29px;
}
.headerMainGrid .submenu .submenu-inner .col {
  margin-left: 58px;
}
.headerMainGrid .submenu .submenu-inner .col li a {
  border-bottom: none;
}
@media screen and (min-width: 1088px) and (max-width: 1471px) {
  .headerMainGrid .submenu .submenu-inner {
    padding: 21px 20px 19px 20px;
  }
  .headerMainGrid .submenu .submenu-inner .col {
    margin-left: 2.5rem;
  }
}
.headerMainGrid .submenu .submenu-inner .col:first-child {
  margin-left: 0;
}
.headerMainGrid .submenu a {
  font-family: Roboto;
  font-size: 14px !important;
  font-weight: 300 !important;
  font-style: normal !important;
  font-stretch: normal !important;
  line-height: 1 !important;
  letter-spacing: normal !important;
  color: #1f1f1f !important;
  text-align: left !important;
  text-transform: capitalize;
  width: 160px;
  padding-bottom: 12px;
}
.headerMainGrid li:last-child a {
  padding-bottom: 0;
}
.headerMainGrid li:hover .submenu {
  display: block;
}

.headerSecondaryGrid .anchors,
.headerSecondaryGrid .anchors > li {
  height: 79px;
}
.headerSecondaryGrid .anchors:hover,
.headerSecondaryGrid .anchors > li:hover {
  cursor: pointer;
}
.headerSecondaryGrid .anchors a,
.headerSecondaryGrid .anchors > li a {
  text-align: center;
}

.menu-share {
  width: 79px;
  height: 210px;
  background-color: #ffffff;
  position: absolute;
  right: 0;
  margin-top: -13px;
  z-index: 2;
}
@media screen and (min-width: 1280px) {
  .menu-share {
    width: 77px;
  }
}
.menu-share ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.menu-share ul li {
  margin-bottom: 5px;
  width: 100%;
}
.menu-share ul li a {
  width: 100%;
  display: flex;
  justify-content: center;
  color: #2a2622;
  font-size: 24px;
}
.menu-share ul li a i {
  margin-right: 3px;
}
.menu-share ul li a.is-whatsapp .whatsapp-hover {
  display: none;
}
.menu-share ul li a:hover {
  color: #ffffff;
}
.menu-share ul li a:hover i {
  border-radius: 5px;
}
.menu-share ul li a:hover.is-whatsapp-hover img {
  display: block;
}
.menu-share ul li a:hover.is-whatsapp .whatsapp-hover {
  display: block;
}
.menu-share ul li a:hover.is-whatsapp .whatsapp-no-hover {
  display: none;
}
.menu-share ul li a:hover .icon-twitter {
  background-color: #1da1f2;
}
.menu-share ul li a:hover .icon-facebook {
  background-color: #3d5a99;
}
.menu-share ul li a:hover .icon-instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.menu-share ul li a:hover .icon-pinterest {
  background-color: #c8232c;
}
.menu-share ul li a img {
  width: 28px;
  height: 28px;
}
.menu-share ul li a img.whatsapp-hover {
  width: 35px;
  height: 35px;
}

.share a {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  font-size: 0.875rem;
  line-height: 1.875rem !important;
  overflow: hidden;
  text-align: center;
  transition: all 200ms ease;
}
.share a i {
  display: block;
  position: relative;
  color: #ffffff !important;
  transition: all 200ms ease;
}
.share a i:before {
  margin: 0 !important;
}
@media screen and (min-width: 1088px) {
  .share a:hover.is-facebook {
    background: #3b5998;
  }
  .share a:hover.is-twitter {
    background: #00acee;
  }
  .share a:hover.is-gplus {
    background: #dd4b39;
  }
  .share a:hover.is-linkedin {
    background: #0e76a8;
  }
  .share a:hover i:first-child {
    margin-top: -1.875rem;
  }
}

.menu .share {
  margin-top: 0;
  border-top: 1px solid #ffffff;
}
.menu .share a {
  width: 100%;
  height: auto;
}
.menu .share a i {
  transform: scale(1.5);
}
.menu .share.columns {
  margin-bottom: 0;
}

.comment {
  line-height: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #4a4a4a;
  border-bottom: 1px solid #cccccc;
}
.comment > span {
  display: inline-block;
  font-size: 1.25rem;
  letter-spacing: -0.3px;
  margin-bottom: 1.125rem;
}
@media screen and (max-width: 1087px) {
  .comment > span {
    font-size: 0.875rem;
  }
}
.comment > div {
  font-size: 0.875rem;
  letter-spacing: -0.2px;
}

.commentFormTitle {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #4a4a4a;
  margin-bottom: 1.125rem;
}

.commentForm .field--checkbox {
  margin-left: -0.625rem;
  margin-top: -0.625rem;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

@media screen and (min-width: 1088px) {
  .text-right-desktop {
    text-align: right;
  }
}

@media screen and (min-width: 1088px) {
  .canvas canvas {
    max-width: 42vw;
  }
}
@media screen and (min-width: 1472px) {
  .canvas canvas {
    max-width: 50vw;
  }
}

/** Modules */
.linkCalc {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.2px;
  text-align: center;
  color: #4990e2;
}
.linkCalc:hover {
  color: #1b5ca7;
}

.popUpTransporte {
  background-color: #2a2622;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  font-weight: 550;
  line-height: 2.08;
  width: 25rem;
  border-radius: 0.3125rem;
  padding: 0.9375rem;
  position: absolute;
  right: 25%;
  margin-top: -2.1875rem;
  z-index: 5;
  border: 2px solid #ffffff;
}
.popUpTransporte h4 {
  font-size: 1rem;
  margin-bottom: 1.25rem;
}
.popUpTransporte:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: -1.5rem;
  border-width: 0.5rem 0.75rem;
  border-style: solid;
  border-color: transparent transparent transparent #2a2622;
}
.popUpTransporte .select-section {
  width: 9.375rem;
  height: 1.75rem;
}
.popUpTransporte .select-section .select-styled {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  letter-spacing: -0.0125rem;
  text-align: center;
  font-weight: normal;
  border-radius: 0.3125rem;
}
.popUpTransporte .select-section .select-styled::after {
  border-style: solid;
  border-width: 0.25rem 0.25rem 0rem 0.25rem;
  border-color: #4a4a4a transparent transparent transparent;
  transform: rotate(180deg);
  top: 0.625rem;
  right: 0.3125rem;
}
.popUpTransporte .select-section .select-options {
  border-radius: 0.3125rem;
  max-height: 15.625rem;
  overflow-y: scroll;
}
.popUpTransporte .select-section .flecha {
  display: none;
}
.popUpTransporte .field--checkbox {
  margin-bottom: 0;
}
.popUpTransporte .field--checkbox label {
  color: #ffffff;
}
.popUpTransporte #shippingTransport .column {
  padding-left: 0;
}

@media screen and (min-width: 1088px) {
  .shopContainer {
    margin-top: 0.625rem;
  }
}

.shop {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.shop .block-terms-and-conditions .shopBlock.border--grey {
  height: 12.5rem;
  overflow-y: scroll;
}
.shop .shopBlock.border--grey {
  padding: 0.625rem;
  border: 1px solid #dddddd;
}
@media screen and (max-width: 1087px) {
  .shop .shopBlock.border--grey {
    border: none;
  }
}
.shop .shopBlock h2 {
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  letter-spacing: -0.025rem;
  color: #2a2622;
}
.shop .block-grey {
  height: 100%;
}
.shop .title {
  font-family: "Oswald", sans-serif;
  font-size: 3.125rem;
  font-weight: 200;
  letter-spacing: -0.0625rem;
}
.shop .msg-methods {
  font-size: 15px;
  color: #ff0201;
}
.shop #shipping_method, .shop #payment_method {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.33;
  color: #4a4a4a;
}
.shop .subtitle {
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  letter-spacing: -0.025rem;
  color: #000000;
}

.datosEnvio {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: -0.0125rem;
  color: #1f1f1f;
}
.datosEnvio .border--grey {
  padding: 0.625rem;
  border: 1px solid #dddddd;
}
@media screen and (max-width: 1087px) {
  .datosEnvio .border--grey {
    border: none;
  }
}
.datosEnvio .titleData {
  font-family: "Oswald", sans-serif;
  font-size: 1.25rem;
  letter-spacing: -0.025rem;
  font-weight: normal;
  color: #4a4a4a;
}
@media screen and (max-width: 1087px) {
  .datosEnvio .titleData {
    margin-left: 0;
  }
}
.datosEnvio .subtotalDatos {
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.39;
  letter-spacing: -0.025rem;
  color: #4a4a4a;
}
.datosEnvio .subtotalDatos .total {
  color: #ff0201;
}
.datosEnvio .subtotalDatos .totalDollars {
  color: #ff0201;
  font-size: 0.875rem;
}

@media screen and (max-width: 1087px) {
  body.shop .shop .block-grey {
    background-color: #fff;
  }
  body.shop .shop .title {
    font-family: Oswald;
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: -0.00625rem;
    color: #ff0201;
    margin-left: 0.625rem;
  }
  body.shop .shop #formTelefono {
    width: 95%;
  }
  body.shop .datosEnvio {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #494949;
  }
  body.shop .datosEnvio .column .column .column:not(.btn-red) {
    padding: 0;
  }
}
.cart {
  margin-left: 1.25rem;
  margin-right: 0.625rem;
  min-height: 17.5rem;
}
@media screen and (min-width: 1088px) {
  .cart .padding-top-25-desktop {
    padding-top: 1.875rem;
  }
}
.cart .productList .specialPagination a.next {
  margin-right: 1.25rem;
}
@media screen and (max-width: 1087px) {
  .cart {
    margin: 0;
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
}
.cart .title {
  font-family: "Oswald", sans-serif;
  font-size: 50px;
  font-size: 10rem;
  font-size: 3.90625vw;
  font-weight: 200;
  letter-spacing: -0.0625rem;
  padding-left: 0;
}
.cart .title .grey {
  color: #9b9b9b;
  text-transform: lowercase;
}
@media screen and (max-width: 1087px) {
  .cart .title {
    font-family: Oswald;
    font-size: 20px;
    font-size: 4rem;
    font-size: 6.25vw;
    margin-left: 10px;
    margin-left: 2rem;
    margin-left: 3.125vw;
    font-weight: 500;
    letter-spacing: -0.00625rem;
    color: #ff0201;
  }
}
@media screen and (max-width: 1087px) and (min-width: 400px) {
  .cart .title {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 1087px) and (min-width: 400px) {
  .cart .title {
    margin-left: 12.5px;
    margin-left: 0.78125rem;
  }
}
.cart .block-mobile-price {
  margin-bottom: 20px;
  margin-bottom: 4rem;
  margin-bottom: 6.25vw;
}
@media screen and (min-width: 400px) {
  .cart .block-mobile-price {
    margin-bottom: 25px;
    margin-bottom: 1.5625rem;
  }
}
.cart .block-mobile-price .text,
.cart .block-mobile-price .price {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  text-align: left;
  color: #4a4a4a;
  display: inline-block;
}
.cart .block-mobile-price .text {
  font-size: 20px;
  font-size: 4rem;
  font-size: 6.25vw;
  letter-spacing: -0.4px;
}
@media screen and (min-width: 400px) {
  .cart .block-mobile-price .text {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
.cart .block-mobile-price .price {
  font-size: 24px;
  font-size: 4.8rem;
  font-size: 7.5vw;
  margin-left: 12px;
  margin-left: 2.4rem;
  margin-left: 3.75vw;
  letter-spacing: -0.5px;
}
@media screen and (min-width: 400px) {
  .cart .block-mobile-price .price {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 400px) {
  .cart .block-mobile-price .price {
    margin-left: 15px;
    margin-left: 0.9375rem;
  }
}
.cart .shop-product-container {
  margin-bottom: 14px;
  margin-bottom: 2.8rem;
  margin-bottom: 1.09375vw;
}
.cart .shop-product-container .container-quantity .js-plus:before {
  padding-top: 2px;
}
@media screen and (min-width: 1472px) {
  .cart .shop-product-container .container-quantity .js-plus:before {
    padding-top: 7px;
  }
}
.cart .shop-product-container .container-quantity .js-minus:before {
  position: relative;
  top: -5px;
}
@media screen and (min-width: 1472px) {
  .cart .shop-product-container .container-quantity .js-minus:before {
    padding-top: -3px;
  }
}
.cart .shop-product-container .image img {
  max-height: 150px;
  width: auto;
  height: auto;
  margin-top: 2.5rem;
}
@media screen and (max-width: 1087px) {
  .cart .shop-product-container .image img {
    margin-top: 0;
  }
}
.cart .product {
  color: #4a4a4a;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0;
  border: solid 1px #dddddd;
  position: relative;
}
.cart .product a.back-shop {
  color: #4a4a4a !important;
  display: block;
}
@media screen and (max-width: 1087px) {
  .cart .product {
    margin: 0;
    border: none;
  }
}
.cart .product .name {
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-size: 4.8rem;
  font-size: 1.875vw;
  letter-spacing: -0.03125rem;
  line-height: 1;
}
.cart .product .ref {
  font-size: 14px;
  font-size: 2.8rem;
  font-size: 1.09375vw;
  font-weight: 300;
  letter-spacing: -0.01875rem;
}
.cart .product .ref .variant-value {
  font-weight: bold;
}
.cart .product .ref img {
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid #4a4a4a;
  width: 15px;
  height: 15px;
}
.cart .product .column-detalle .title {
  font-size: 12px;
  font-size: 2.4rem;
  font-size: 0.9375vw;
  letter-spacing: -0.0125rem;
  margin: 0;
  padding: 0;
}
.cart .product .column-detalle .price {
  font-size: 24px;
  font-size: 4.8rem;
  font-size: 1.875vw;
  font-weight: bold;
  letter-spacing: -0.03125rem;
  line-height: 1.15;
}
@media screen and (max-width: 1087px) {
  .cart .product .column-detalle .price {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.cart .product .column-detalle.justify-center {
  display: flex;
  justify-content: center;
  padding-left: 1.25rem;
}
.cart .product .column-detalle .container-quantity {
  width: 60px;
  width: 12rem;
  width: 4.6875vw;
  margin-left: -10px;
  margin-left: -2rem;
  margin-left: -0.78125vw;
  height: 30px;
  height: 6rem;
  height: 2.34375vw;
  margin-top: -2px;
  margin-top: -0.4rem;
  margin-top: -0.15625vw;
}
.cart .product .column-detalle .container-quantity input {
  height: 30px;
  height: 6rem;
  height: 2.34375vw;
  font-size: 18px;
  font-size: 3.6rem;
  font-size: 1.40625vw;
}
.cart .product .column-detalle .container-quantity .quantity {
  background-color: #dddddd;
  border-radius: 0.125rem;
}
.cart .product a:not(.button) {
  font-size: 12px;
  font-size: 2.4rem;
  font-size: 0.9375vw;
  letter-spacing: -0.0125rem;
  color: #4990e2;
}
.cart .subtotal {
  background-color: #f3f3f3;
  font-family: "Roboto", sans-serif;
  color: #4a4a4a;
  margin-top: -0.75rem;
}
.cart .subtotal .subtotalProducts {
  font-size: 20px;
  font-size: 4rem;
  font-size: 1.5625vw;
  font-weight: bold;
  line-height: 26px;
  line-height: 5.2rem;
  line-height: 2.03125vw;
}
.cart .subtotal .subtotalProducts .price {
  color: #ff0201;
  font-size: 24px;
  font-size: 4.8rem;
  font-size: 1.875vw;
}
.cart .subtotal .subtotalProducts .tax {
  font-size: 15px;
}
.cart .subtotal .informSubtotal {
  font-size: 12px;
  font-size: 2.4rem;
  font-size: 0.9375vw;
}
.cart .subtotal .informSubtotal .tax {
  font-size: 14px;
}
.cart .subtotal input {
  height: 31px;
  height: 6.2rem;
  height: 2.42188vw;
}
.cart .subtotal-movil {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-size: 3.6rem;
  font-size: 1.40625vw;
  letter-spacing: -0.025rem;
  color: #4a4a4a;
}
.cart .subtotal-movil .subtotalProducts {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.cart .subtotal-movil .separacion {
  width: 100%;
  border-top: 1px solid #979797;
}
.cart .subtotal-movil .totalDollars {
  font-size: 12px;
  font-size: 2.4rem;
  font-size: 0.9375vw;
}
.cart .thanks {
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  font-size: 5rem;
  font-size: 1.95313vw;
  letter-spacing: -0.0625rem;
  color: #4a4a4a;
}
@media screen and (max-width: 1087px) {
  .cart .thanks {
    font-size: 50px;
    font-size: 10rem;
    font-size: 3.90625vw;
  }
  .cart .thanks.first {
    padding-top: 1.875rem;
    padding-left: 0.625rem;
  }
  .cart .thanks.second {
    padding-left: 0.625rem;
  }
}
.cart .relatedProducts {
  padding: 0;
}
.cart .relatedProducts .product .name {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: -0.3px;
  color: #ffffff;
}
.cart .relatedProducts .section {
  margin: 0;
  padding: 0 !important;
}
.cart .relatedProducts .section.container {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: none;
}
.cart .relatedProducts .section.container .product {
  border: inherit;
}
.cart .relatedProducts .section.container .product:first-child {
  padding-left: 0;
}
.cart .relatedProducts .section.container .product:last-child {
  padding-right: 0;
}
.cart .relatedProducts .section.container .specialPagination a {
  top: 9.375rem;
}
.cart .relatedProducts .section.container .specialPagination a.next {
  right: 0.625rem;
}
.cart .relatedProducts .section.container .specialPagination a.prev {
  left: 0.625rem;
}

.bold {
  font-weight: bold;
}

.margin-menu-superior {
  margin-top: 3.4375rem;
}
@media screen and (max-width: 1087px) {
  .margin-menu-superior {
    margin-top: 0;
  }
}

body.shop {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 1087px) {
  body.shop .border {
    margin-top: 0px;
    border-top: 1px solid #9b9b9b;
    box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.5) inset;
    margin-left: -20px;
    margin-right: -20px;
    width: 100vw;
  }
  body.shop .border.subtotal-movil {
    margin-left: -20px;
  }
}
body.shop .menu-superior .sectionContainer {
  padding: 0;
  overflow-y: hidden;
}
body.shop .sectionHeader img {
  position: initial;
}
@media screen and (min-width: 769px) {
  body.shop .sectionHomeTabs.MenuSuperior {
    margin: -52px auto auto;
  }
}
@media screen and (min-width: 769px) {
  body.shop .sectionHomeTabs + .margin-cart {
    margin-top: 7px;
    margin-top: 1.4rem;
    margin-top: 0.54688vw;
    padding-top: 0;
  }
  body.shop .sectionHomeTabs + .margin-cart > .margin-top-25 {
    padding-top: 0;
  }
  body.shop .sectionHomeTabs + .margin-cart .title {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 10px;
    margin-bottom: 2rem;
    margin-bottom: 0.78125vw;
  }
}

body.shop-3 .cart .subtotal, body.shop-5 .cart .subtotal {
  margin-top: -3px;
}

body.shop.shop-2 .block-mobile-price {
  display: none;
}
body.shop.shop-2 .datos-formulario {
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 1087px) {
  body.shop.shop-2 .block-terms-and-conditions {
    padding-top: 5px;
    padding-bottom: 0;
  }
  body.shop.shop-2 .block-terms-and-conditions label {
    margin-bottom: 0 !important;
  }
  body.shop.shop-2 .field--checkbox {
    margin-top: 10px;
    margin-bottom: 0;
  }
  body.shop.shop-2 .shopBlock {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  body.shop.shop-2 .shopBlock h2 {
    margin-top: 15px;
  }
  body.shop.shop-2 .shopBlock h2.margin-bottom-15 {
    margin-bottom: 0;
  }
  body.shop.shop-2 .formulario .datos-formulario.shipping, body.shop.shop-2 .formulario .datos-formulario.payment {
    padding-top: 20px;
    padding-bottom: 15px;
  }
}
body.shop.shop-2 .data-shipping.columns.datos-formulario > .column {
  padding-top: 5px;
  padding-bottom: 5px;
}

@media screen and (max-width: 1087px) {
  body.shop .columns {
    margin-top: 0;
  }
  body.shop .columns.is-gapless > .column.margin-top-20 {
    margin-top: 20px;
  }
  body.shop .btn-red {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 550;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.7;
    letter-spacing: -0.4px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  body.shop .btn-red i {
    font-size: 22px;
  }
  body.shop .btn-grey {
    letter-spacing: -0.4px;
  }
  body.shop .shop .title {
    margin-left: 0;
  }
  body.shop .formulario .column {
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  body.shop .formulario .datos-formulario .column {
    padding-left: 14px;
    padding-right: 14px;
  }
  body.shop .formulario .datos-formulario.shipping, body.shop .formulario .datos-formulario.payment {
    padding: 10px;
  }
  body.shop .field--light label,
  body.shop .field--light select,
  body.shop .field--light input,
  body.shop .field--light textarea {
    font-weight: 400;
    color: #4a4a4a;
    opacity: 1;
    -webkit-text-stroke: #4a4a4a;
  }
  body.shop .field--light label {
    width: 200%;
  }
  body.shop .field--light.field--select {
    background: #4a4a4a;
  }
  body.shop .field--light.field--select label,
  body.shop .field--light.field--select select {
    color: #ffffff;
    -webkit-text-stroke: #ffffff;
  }
  body.shop .field--light.field--select select {
    background: #4a4a4a;
  }
  body.shop.shop-2 .field--light {
    height: 32px;
    height: 2rem;
  }
  body.shop.shop-2 .field--light.field--textarea {
    height: 100px;
    height: 6.25rem;
  }
  body.shop.shop-2 .shopBlock {
    padding-top: 7px;
    padding-top: 0.4375rem;
  }
  body.shop.shop-2 .shopBlock > h2 + .columns > .column {
    padding-top: 5px;
    padding-top: 1rem;
    padding-top: 1.5625vw;
    padding-bottom: 6px;
    padding-bottom: 1.2rem;
    padding-bottom: 1.875vw;
  }
  body.shop.shop-2 .block-shipping-data {
    margin: 0;
    border-top: 1px solid #9b9b9b;
    box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.5) inset;
  }
  body.shop.shop-2 .container-terms-and-conditions {
    border-top: 1px solid #9b9b9b;
    box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.5) inset;
    margin: 0;
    padding: 12px;
    padding: 0.75rem;
  }
  body.shop.shop-2 .block-buttons {
    border-top: 1px solid #9b9b9b;
    box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.5) inset;
    margin: 0;
  }
  body.shop.shop-2 .block-buttons > .column {
    margin-bottom: 0;
  }
  body.shop.shop-2 .block-mobile-price {
    display: block;
    margin-bottom: 20px;
    margin-bottom: 4rem;
    margin-bottom: 6.25vw;
  }
}
@media screen and (max-width: 1087px) and (min-width: 400px) {
  body.shop.shop-2 .block-mobile-price {
    margin-bottom: 25px;
    margin-bottom: 1.5625rem;
  }
}
@media screen and (max-width: 1087px) {
  body.shop.shop-2 .block-mobile-price .text,
  body.shop.shop-2 .block-mobile-price .price {
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    text-align: left;
    color: #4a4a4a;
    display: inline-block;
  }
  body.shop.shop-2 .block-mobile-price .text {
    font-size: 20px;
    font-size: 4rem;
    font-size: 6.25vw;
    letter-spacing: -0.4px;
  }
}
@media screen and (max-width: 1087px) and (min-width: 400px) {
  body.shop.shop-2 .block-mobile-price .text {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 1087px) {
  body.shop.shop-2 .block-mobile-price .price {
    font-size: 24px;
    font-size: 4.8rem;
    font-size: 7.5vw;
    margin-left: 12px;
    margin-left: 2.4rem;
    margin-left: 3.75vw;
    letter-spacing: -0.5px;
  }
}
@media screen and (max-width: 1087px) and (min-width: 400px) {
  body.shop.shop-2 .block-mobile-price .price {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 1087px) and (min-width: 400px) {
  body.shop.shop-2 .block-mobile-price .price {
    margin-left: 15px;
    margin-left: 0.9375rem;
  }
}
@media screen and (max-width: 1087px) {
  body.shop.shop-2 .block-submit-button {
    padding-left: 10px;
    padding-right: 10px;
  }
  body.shop.shop-2 .container-shipping-methods {
    margin: 0;
  }
  body.shop.shop-2 .container-shipping-methods > .column {
    border-top: 1px solid #9b9b9b;
    box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.5) inset;
  }
  body.shop.shop-2 .container-shipping-methods > .column > .block,
  body.shop.shop-2 .container-shipping-methods > .column > .greyBox {
    padding: 0;
  }
  body.shop.shop-2 .container-shipping-methods > .column > .block .field--checkbox,
  body.shop.shop-2 .container-shipping-methods > .column > .greyBox .field--checkbox {
    margin: 0;
  }
  body.shop.shop-2 .container-shipping-methods #shipping_method > .columns .column + .column {
    padding-top: 0;
  }
  body.shop.shop-2 .container-shipping-methods .paymentMethodImage {
    max-width: 52%;
  }
  body.shop.shop-2 .block-shipping-data h2,
  body.shop.shop-2 .container-terms-and-conditions h2,
  body.shop.shop-2 .container-shipping-methods h2 {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 550;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #9b9b9b;
  }
  body.shop.shop-2 .block-shipping-data h2.subtitle,
  body.shop.shop-2 .container-terms-and-conditions h2.subtitle,
  body.shop.shop-2 .container-shipping-methods h2.subtitle {
    margin-bottom: 10px;
  }
  body.shop.shop-2 .block-shipping-data p,
  body.shop.shop-2 .container-terms-and-conditions p,
  body.shop.shop-2 .container-shipping-methods p {
    line-height: 1rem;
  }
  body.shop.shop-2 .block-shipping-data label,
  body.shop.shop-2 .container-terms-and-conditions label,
  body.shop.shop-2 .container-shipping-methods label {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.33;
    letter-spacing: normal;
    color: #4a4a4a;
    margin-bottom: 10px;
  }
  body.shop.shop-2 .block-shipping-data label span,
  body.shop.shop-2 .container-terms-and-conditions label span,
  body.shop.shop-2 .container-shipping-methods label span {
    font-weight: 550;
  }
  body.shop .block-small-country-select {
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem;
    margin: 0;
  }
  body.shop .block-small-country-select > .column {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  body.shop .margin-cart {
    margin-bottom: 0;
  }
  body.shop .margin-cart > .margin-top-25 {
    padding-top: 10px;
    padding-top: 0.625rem;
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  body.shop .cart > .columns > .title,
  body.shop .shop .shopTitle {
    margin-bottom: 0;
  }
  body.shop .cart > .columns > .title + .column,
  body.shop .shop .shopTitle + .column {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1087px) and (max-width: 1087px) {
  body.shop .product .name {
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.13;
    letter-spacing: -0.3px;
    text-align: left;
    color: #4a4a4a;
  }
}
@media screen and (max-width: 1087px) and (max-width: 1087px) {
  body.shop .product .ref {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: -0.3px;
    text-align: left;
    color: #4a4a4a;
  }
}
@media screen and (max-width: 1087px) {
  body.shop .product .ref .variant-value {
    font-weight: normal;
    text-transform: uppercase;
  }
  body.shop .product img {
    min-height: auto;
    min-width: auto;
    max-width: 100%;
    max-height: 100%;
  }
}
@media screen and (max-width: 1087px) and (max-width: 1087px) {
  body.shop .product .price {
    font-family: "Oswald", sans-serif;
    font-size: 22px !important;
    font-weight: 500;
    letter-spacing: -0.5px;
    text-align: left;
    color: #4a4a4a;
  }
  body.shop .product .price a {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.3px;
    color: #4990e2;
  }
}
@media screen and (max-width: 1087px) {
  body.shop .content-cart-mobile {
    padding-left: 21px;
    padding-right: 31px;
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 1087px) and (min-width: 769px) and (max-width: 1087px) {
  body.shop .content-cart-mobile {
    padding-right: 0;
  }
}
@media screen and (max-width: 1087px) {
  body.shop .quantity-mobile {
    margin-bottom: 20px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: -0.3px;
    text-align: left;
    color: #4a4a4a;
  }
  body.shop .subtotal-movil {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.4px;
    text-align: left;
    color: #4a4a4a;
  }
  body.shop .subtotal-movil .subtotalProducts {
    font-size: 18px;
    font-size: 3.6rem;
    font-size: 5.625vw;
    line-height: 1.15;
  }
}
@media screen and (max-width: 1087px) and (min-width: 400px) {
  body.shop .subtotal-movil .subtotalProducts {
    font-size: 22.5px;
    font-size: 1.40625rem;
  }
}
@media screen and (max-width: 1087px) {
  body.shop .subtotal-movil .subtotalProducts span:first-child {
    max-width: 50%;
  }
  body.shop .subtotal-movil .subtotalProducts .info {
    font-size: 12px;
    margin-left: 2px;
  }
  body.shop .subtotal-movil .info {
    font-size: 15px;
    margin-top: 5px;
  }
  body.shop .subtotal-movil .separacion {
    border: none;
    background: #979797;
    width: 100%;
    height: 1px;
    margin: 7px 0 8px;
    margin: 1.4rem 0 1.6rem;
    margin: 2.1875vw 0 2.5vw;
  }
}
@media screen and (max-width: 1087px) and (min-width: 400px) {
  body.shop .subtotal-movil .separacion {
    margin: 8.75px 0 10px;
    margin: 0.54688rem 0 0.625rem;
  }
}
@media screen and (max-width: 1087px) {
  body.shop .subtotal-movil a {
    margin-top: 20px;
    margin-top: 4rem;
    margin-top: 6.25vw;
    font-size: 17px;
    font-size: 3.4rem;
    font-size: 5.3125vw;
    padding: 13px;
    padding: 2.6rem;
    padding: 4.0625vw;
    border-radius: 0;
    line-height: 0.7;
    font-weight: 550;
  }
}
@media screen and (max-width: 1087px) and (min-width: 400px) {
  body.shop .subtotal-movil a {
    margin-top: 25px;
    margin-top: 1.5625rem;
  }
}
@media screen and (max-width: 1087px) and (min-width: 400px) {
  body.shop .subtotal-movil a {
    font-size: 21.25px;
    font-size: 1.32813rem;
  }
}
@media screen and (max-width: 1087px) and (min-width: 400px) {
  body.shop .subtotal-movil a {
    padding: 16.25px;
    padding: 1.01563rem;
  }
}
@media screen and (max-width: 1087px) {
  body.shop .subtotal-movil a i {
    font-size: 22px;
  }
  body.shop-32 .margin-cart .subtotal-movil,
  body.shop-4 .margin-cart .subtotal-movil {
    margin: 0 !important;
  }
  body.shop-32 .margin-cart .subtotal-movil > .columns > .column,
  body.shop-4 .margin-cart .subtotal-movil > .columns > .column {
    padding-left: 12px !important;
    padding-left: 0.75rem !important;
    padding-right: 12px !important;
    padding-right: 0.75rem !important;
  }
  body.shop-32 .margin-cart .subtotal-movil .subtotalProducts,
  body.shop-32 .margin-cart .subtotal-movil .totalDollars,
  body.shop-4 .margin-cart .subtotal-movil .subtotalProducts,
  body.shop-4 .margin-cart .subtotal-movil .totalDollars {
    font-size: 14px;
    font-size: 2.8rem;
    font-size: 4.375vw;
  }
}
@media screen and (max-width: 1087px) and (min-width: 400px) {
  body.shop-32 .margin-cart .subtotal-movil .subtotalProducts,
  body.shop-32 .margin-cart .subtotal-movil .totalDollars,
  body.shop-4 .margin-cart .subtotal-movil .subtotalProducts,
  body.shop-4 .margin-cart .subtotal-movil .totalDollars {
    font-size: 17.5px;
    font-size: 1.09375rem;
  }
}
@media screen and (max-width: 1087px) {
  body.shop-32 .margin-cart .titleData,
  body.shop-4 .margin-cart .titleData {
    font-size: 16px;
    font-size: 3.2rem;
    font-size: 5vw;
  }
}
@media screen and (max-width: 1087px) and (min-width: 400px) {
  body.shop-32 .margin-cart .titleData,
  body.shop-4 .margin-cart .titleData {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1087px) {
  body.shop-32 .margin-cart p,
  body.shop-32 .margin-cart a:not(.btn-red),
  body.shop-4 .margin-cart p,
  body.shop-4 .margin-cart a:not(.btn-red) {
    font-size: 14px;
    font-size: 2.8rem;
    font-size: 4.375vw;
  }
}
@media screen and (max-width: 1087px) and (min-width: 400px) {
  body.shop-32 .margin-cart p,
  body.shop-32 .margin-cart a:not(.btn-red),
  body.shop-4 .margin-cart p,
  body.shop-4 .margin-cart a:not(.btn-red) {
    font-size: 17.5px;
    font-size: 1.09375rem;
  }
}
@media screen and (max-width: 1087px) {
  body.shop-32 .margin-cart a:not(.btn-red),
  body.shop-4 .margin-cart a:not(.btn-red) {
    font-weight: 400;
    color: #4990e2;
  }
  body.shop-4 .datosEnvio > .column {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body.shop-4 .datosEnvio > .column > .columns {
    padding-left: 12px;
    padding-left: 0.75rem;
    padding-right: 12px;
    padding-right: 0.75rem;
  }
  body.shop-4 .datosEnvio > .column > .columns > .column {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body.shop-4 .datosEnvio .margin-top-5 {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1087px) {
  body.shop .subtotal-movil {
    margin-left: 0;
    margin-right: 0;
  }
  body.shop .block-mobile-shop-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0;
    margin-right: 0;
  }
  body.shop .block-small-country-select {
    padding-left: 15px;
    padding-left: 0.9375rem;
    padding-right: 15px;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 769px) {
  body.shop .cart .basket,
  body.shop .shop .basket {
    width: 100%;
  }
  body.shop .cart .basket .buttons,
  body.shop .shop .basket .buttons {
    padding-bottom: 0;
  }
  body.shop .cart .subtotal input,
  body.shop .shop .subtotal input {
    height: initial;
  }
  body.shop.shop-1 .cart,
  body.shop.shop-1 .shop {
    padding-left: 32px !important;
    padding-left: 6.4rem !important;
    padding-left: 2.5vw !important;
    padding-right: 12px !important;
    padding-right: 2.4rem !important;
    padding-right: 0.9375vw !important;
    margin-left: 0;
    margin-right: 0;
  }
  body.shop.shop-1 .cart .informSubtotal.margin-top-45,
  body.shop.shop-1 .shop .informSubtotal.margin-top-45 {
    margin-top: 25px;
    margin-top: 5rem;
    margin-top: 1.95313vw;
  }
  body.shop.shop-1 .cart .shopTitle,
  body.shop.shop-1 .shop .shopTitle {
    margin-top: 0;
    margin-bottom: 16px;
    margin-bottom: 3.2rem;
    margin-bottom: 1.25vw;
  }
  body.shop.shop-1 .js-plus,
  body.shop.shop-1 .js-minus {
    font-size: 12px;
    font-size: 75%;
  }
  body.shop.shop-1 .shop-product-top-line {
    margin-bottom: 0;
  }
  body.shop.shop-1 .shop-product-top-line > .column {
    padding-top: 20px;
    padding-top: 4rem;
    padding-top: 1.5625vw;
  }
  body.shop.shop-1 .shop-product-top-line > .column:nth-child(1) {
    order: 1;
  }
  body.shop.shop-1 .shop-product-top-line > .column:nth-child(2) {
    order: 3;
  }
  body.shop.shop-1 .shop-product-top-line > .column:nth-child(3) {
    order: 4;
  }
  body.shop.shop-1 .shop-product-top-line > .column:nth-child(4) {
    order: 2;
  }
  body.shop.shop-1 .shop-product-top-line > .column .title {
    margin: 0;
  }
  body.shop.shop-1 .shop-product-top-line > .column:nth-child(2), body.shop.shop-1 .shop-product-top-line > .column:nth-child(3), body.shop.shop-1 .shop-product-top-line > .column:nth-child(4) {
    text-align: center;
  }
  body.shop.shop-1 .shop-product-bottom-line > .column {
    padding-bottom: 0;
  }
  body.shop.shop-1 .shop-product-bottom-line > .column:nth-child(1) {
    order: 1;
  }
  body.shop.shop-1 .shop-product-bottom-line > .column:nth-child(1) a {
    margin-bottom: 22px;
    margin-top: 5px;
    display: block;
  }
  body.shop.shop-1 .shop-product-bottom-line > .column:nth-child(2) {
    order: 3;
  }
  body.shop.shop-1 .shop-product-bottom-line > .column:nth-child(3) {
    order: 4;
  }
  body.shop.shop-1 .shop-product-bottom-line > .column:nth-child(4) {
    order: 2;
  }
  body.shop.shop-1 .shop-product-bottom-line > .column:nth-child(2), body.shop.shop-1 .shop-product-bottom-line > .column:nth-child(3), body.shop.shop-1 .shop-product-bottom-line > .column:nth-child(4) {
    text-align: center;
  }
  body.shop.shop-1 .shop-product-bottom-line > .column .price {
    font-size: 18px;
    font-size: 3.6rem;
    font-size: 1.40625vw;
    padding-top: 7px;
    padding-top: 1.4rem;
    padding-top: 0.54688vw;
    display: block;
  }
  body.shop-2 .shop {
    padding-left: 10px;
    padding-left: 0.625rem;
    padding-right: 10px;
    padding-right: 0.625rem;
    margin: 0;
  }
  body.shop-2 .shop .cart {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 1088px) {
  body.shop-2 .shopTitle {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 4px;
    padding-bottom: 0.8rem;
    padding-bottom: 0.3125vw;
  }
  body.shop-4 .datosEnvio {
    margin-top: 0.75rem;
  }
  body.shop .field--light label,
  body.shop .field--light input,
  body.shop .field--light textarea,
  body.shop .field--light select {
    font-weight: 600;
    color: #4a4a4a;
    opacity: 1;
    -webkit-text-stroke: #4a4a4a;
  }
  body.shop .shop > .margin-top-25 {
    margin-top: 16px;
    margin-top: 3.2rem;
    margin-top: 1.25vw;
  }
  body.shop .shop .shopBlock {
    padding-top: 7px;
    padding-top: 0.4375rem;
  }
  body.shop .shop .shopBlock > h2 {
    margin-bottom: 17px;
    margin-bottom: 3.4rem;
    margin-bottom: 1.32813vw;
  }
  body.shop .shop .shopBlock > h2 + .columns {
    padding-bottom: 15px;
    padding-bottom: 3rem;
    padding-bottom: 1.17188vw;
  }
  body.shop .shop .shopBlock > h2 + .columns > .column {
    padding-top: 5px;
    padding-top: 1rem;
    padding-top: 0.39063vw;
    padding-bottom: 6px;
    padding-bottom: 1.2rem;
    padding-bottom: 0.46875vw;
  }
  body.shop .shop .shopBlock .field--light {
    border-radius: 4px;
    border-radius: 0.8rem;
    border-radius: 0.3125vw;
  }
  body.shop .shop .shopBlock .field--light label {
    font-size: 12px;
    font-size: 0.9375vw;
    color: #9b9b9b;
  }
}
@media screen and (min-width: 1088px) and (min-width: 1400px) {
  body.shop .shop .shopBlock .field--light label {
    font-size: 13.125px;
  }
}
@media screen and (min-width: 1088px) {
  body.shop .shop .shopBlock .field--textarea.field--light,
  body.shop .shop .shopBlock .field--textarea.field--light textarea {
    height: 80px;
    height: 16rem;
    height: 6.25vw;
  }
  body.shop .shop .transparentBox .anchor {
    font-size: 12px;
    font-size: 2.4rem;
    font-size: 0.9375vw;
    color: #4990e2;
    text-decoration: underline;
  }
}
.tpv {
  font-size: 25px;
  font-size: 5rem;
  font-size: 1.95313vw;
  font-family: "Roboto", sans-serif;
  letter-spacing: -0.03125rem;
  text-align: left;
  color: #4a4a4a;
}
@media screen and (max-width: 1087px) {
  .tpv {
    font-size: 18px;
  }
}

.backWhite {
  background-color: #ffffff;
  margin-top: -1.25rem;
}

@media screen and (max-width: 1087px) {
  .section {
    padding-left: 12px !important;
    padding-right: 10px !important;
    padding-top: 0 !important;
  }
}

.sectionContainer {
  position: relative;
  padding-top: 0;
}
.sectionContainer.text {
  margin-top: 3.125rem;
  padding-top: 0.3125rem;
}
.sectionContainer.text .section {
  padding: 40px !important;
  margin-bottom: 4.375rem;
  background-color: #efefef;
  min-height: 440px;
}
.sectionContainer.text .section .title--section {
  margin-top: -20px;
}
.sectionContainer .sectionHeader {
  position: relative;
  overflow: hidden;
  padding-bottom: 50vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  max-height: 50vh;
  background-color: #ff0201;
}
.sectionContainer .sectionHeader.small {
  position: relative;
  overflow: hidden;
  padding-bottom: 440px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  max-height: 440px;
}
.sectionContainer .sectionHeader.small > img,
.sectionContainer .sectionHeader.small > video,
.sectionContainer .sectionHeader.small > iframe,
.sectionContainer .sectionHeader.small > source {
  position: absolute;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  top: -624.9375rem;
  right: -624.9375rem;
  bottom: -624.9375rem;
  left: -624.9375rem;
}
.sectionContainer .sectionHeader > img,
.sectionContainer .sectionHeader > video,
.sectionContainer .sectionHeader > iframe,
.sectionContainer .sectionHeader > source {
  position: absolute;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  top: -624.9375rem;
  right: -624.9375rem;
  bottom: -624.9375rem;
  left: -624.9375rem;
}
.sectionContainer .section {
  display: block;
  background: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.sectionContainer .section img {
  max-height: 18.75rem;
  width: auto;
  position: relative;
  margin-top: 0;
}
.sectionContainer .section .select-styled, .sectionContainer .section .select-options {
  text-transform: capitalize;
  background-color: #ffffff;
}
.sectionContainer .section .select-styled {
  padding-right: 3.125rem;
}
.sectionContainer .section.subsection {
  min-height: auto;
}
.sectionContainer .section .article {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: -0.025rem;
  color: #4a4a4a;
}

.container.section .section-right {
  padding-left: 84px !important;
}
.container.section #texto_section {
  padding-left: 0;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.4px;
  text-align: left;
  color: #4a4a4a;
}
.container.section #texto_section .padding-left-10, .container.section #texto_section .margin-left-10 {
  padding-left: 0;
  margin-left: 0;
}
.container.section #texto_section .item .itemtitle {
  margin-top: 20px;
}
.container.section #texto_section .item:first-child .itemtitle {
  margin-top: 0;
}

#description .parte2.hide {
  display: none;
}
#description .parte2.hide.show {
  display: block;
}

.menu-superior .sectionHeader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

.categoriesContainer {
  display: flex;
  justify-content: start;
  align-items: center;
  padding-right: 40px;
}
.categoriesContainer label {
  margin-right: 20px;
}
@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .categoriesContainer label {
    margin-right: 0;
  }
}

.categories {
  padding-right: 2.5rem;
}
.categories.select-categories {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.categories.select-categories .btn-select {
  padding: 0;
  border: 1px solid #979797;
  box-sizing: border-box;
  cursor: pointer;
  color: #4a4a4a;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.01875rem;
}
.categories.select-categories .btn-select span {
  padding: 1.0625rem !important;
}
.categories.select-categories .btn-select.columns {
  margin-bottom: 0;
}
.categories.select-categories .btn-select .flechita {
  border-left: 1px solid #979797;
  box-sizing: border-box;
}
.categories.select-categories .btn-select .flechita:after {
  content: "";
  width: 0;
  height: 0;
  border: 0.4375rem solid transparent;
  border-color: #4a4a4a transparent transparent transparent;
  position: absolute;
  right: 2.3%;
  margin-top: 0.4375rem;
}
.categories.select-categories .btn-select:hover {
  background-color: #f4f4f4;
}
.categories.select-categories .btn-select .flechita:active:after, .categories.select-categories .btn-select .flechita.active:after {
  margin-top: -0.3125rem;
  border-color: transparent transparent #4a4a4a transparent;
  margin-top: 0;
}
.categories.select-categories ul {
  position: absolute;
  width: 100%;
  background: #f4f4f4;
  z-index: 10;
  max-height: 258px;
  max-height: 20.15625vw;
  overflow-y: auto;
  border-right: 1px solid #979797;
  border-bottom: 1px solid #979797;
  box-sizing: border-box;
}
@media screen and (min-width: 1440px) {
  .categories.select-categories ul {
    max-height: 290.25px;
  }
}
@media screen and (max-width: 900px) {
  .categories.select-categories ul {
    max-height: 181.40625px;
  }
}
.categories.select-categories ul li {
  border-left: 1px solid #979797;
  box-sizing: border-box;
}
.categories.select-categories ul li a {
  padding: 1.0625rem;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.01875rem;
  text-align: left;
  color: #4a4a4a;
  display: block;
}
.categories.select-categories ul li a:hover {
  background-color: #fd7e7e;
}
.categories.select-categories ul li:last-child {
  border-bottom: 1px solid #979797;
}

@media screen and (max-width: 768px) {
  .menu-superior .title--subsection {
    padding-left: 0.625rem;
    font-size: 2.1875rem !important;
  }
}
.menu-superior .situacion {
  padding-top: 1.75rem;
  padding-bottom: 3.125rem;
  margin-bottom: 2.25rem;
  padding-left: 2.9375rem;
  background-color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: -0.01875rem;
  text-align: left;
  color: #9b9b9b;
}
.menu-superior .situacion .sent {
  font-size: 1rem;
  color: #1f1f1f;
}
.menu-superior .situacion button:not(.btn-green-mayorista) {
  width: 20%;
  height: 2.8125rem;
}
@media screen and (max-width: 1087px) {
  .menu-superior .situacion button:not(.btn-green-mayorista) {
    width: 100%;
    background-color: #ff0201;
    color: #ffffff;
    margin-top: 10px;
  }
}
.menu-superior .situacion.form {
  background-color: #f4f4f4;
}
.menu-superior .situacion.form button {
  width: 100%;
  height: 2.8125rem;
}
@media screen and (max-width: 768px) {
  .menu-superior .situacion.form {
    background-color: transparent;
    padding-left: 0.3125rem;
  }
  .menu-superior .situacion.form .field--light--large input {
    height: 55px;
  }
}
.menu-superior .situacion.list {
  box-shadow: none !important;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-right: 1.25rem;
  overflow: hidden;
  width: auto;
}
.menu-superior .situacion.list .title1 {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  font-size: 1.25rem;
  color: #4a4a4a;
  margin-left: 2.1875rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 1087px) {
  .menu-superior .situacion.list .title1 {
    font-size: 1.125rem;
  }
}
.menu-superior .situacion.list ul li {
  padding-bottom: 0.625rem;
  padding-top: 0.625rem;
  border-top: 1px solid #dddddd;
}
.menu-superior .situacion.list ul li a {
  font-family: Roboto;
  font-size: 1.125rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.01875rem;
}
@media screen and (max-width: 768px) {
  .menu-superior .situacion.list {
    padding: 0;
    margin-right: 0;
  }
  .menu-superior .situacion.list .list {
    padding-left: 0;
    margin-bottom: 0;
  }
  .menu-superior .situacion.list .title1 {
    margin: 0;
    padding-left: 10px;
    background: #dddddd;
  }
  .menu-superior .situacion.list ul li a.columns {
    margin-left: 0;
    margin-right: 0;
  }
  .menu-superior .situacion.list ul li a.columns .column {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.2;
  }
}

.list {
  box-shadow: none !important;
}

/**
 *  SITUACIÓN DE PEDIDOS: DETALLE
 */
div.mod.situacion.detail {
  padding-right: 1.25rem;
  margin-top: 2.5rem;
  padding: 0.625rem;
}
div.mod.situacion.detail .cart .title {
  color: #2a2622;
}
div.mod.situacion.detail .superdata {
  padding-right: 1.25rem;
}
@media screen and (max-width: 1087px) {
  div.mod.situacion.detail .superdata .facturacion.data, div.mod.situacion.detail .superdata .envio.data {
    border: none;
  }
}
div.mod.situacion.detail .title {
  height: 2.8125rem;
  font-family: "Oswald", sans-serif;
  font-size: 2.1875rem;
  font-weight: 200;
  letter-spacing: -0.0625rem;
  padding: 0;
}
@media screen and (max-width: 1087px) {
  div.mod.situacion.detail .title {
    font-size: 1.5rem;
  }
}
div.mod.situacion.detail .data.facturacion, div.mod.situacion.detail .data.envio {
  border: solid 1px #dddddd;
  color: #4a4a4a;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0.875rem;
  display: block;
  padding-bottom: 2.5rem;
}
div.mod.situacion.detail .data.facturacion .data, div.mod.situacion.detail .data.facturacion .payment, div.mod.situacion.detail .data.facturacion .shipping, div.mod.situacion.detail .data.envio .data, div.mod.situacion.detail .data.envio .payment, div.mod.situacion.detail .data.envio .shipping {
  height: auto;
  padding: 0;
  display: flex;
  flex-direction: horizontal;
}
div.mod.situacion.detail .data.facturacion .data .label, div.mod.situacion.detail .data.facturacion .payment .label, div.mod.situacion.detail .data.facturacion .shipping .label, div.mod.situacion.detail .data.envio .data .label, div.mod.situacion.detail .data.envio .payment .label, div.mod.situacion.detail .data.envio .shipping .label {
  overflow-wrap: break-word;
}
div.mod.situacion.detail .data.facturacion .data .value, div.mod.situacion.detail .data.facturacion .payment .value, div.mod.situacion.detail .data.facturacion .shipping .value, div.mod.situacion.detail .data.envio .data .value, div.mod.situacion.detail .data.envio .payment .value, div.mod.situacion.detail .data.envio .shipping .value {
  margin-left: 0.3125rem;
  overflow-wrap: break-word;
}
div.mod.situacion.detail .data.facturacion .title, div.mod.situacion.detail .data.envio .title {
  color: #2a2622;
  font-size: 3.125rem;
}
@media screen and (max-width: 1087px) {
  div.mod.situacion.detail .data.facturacion .title, div.mod.situacion.detail .data.envio .title {
    font-size: 1.75rem;
  }
}
div.mod.situacion.detail .product .column-detalle .title {
  font-size: 0.75rem;
  letter-spacing: -0.0125rem;
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  letter-spacing: -0.2px;
}
div.mod.situacion.detail .product > .column > img {
  max-height: 150px;
  margin-top: 2.5rem;
}
div.mod.situacion.detail .product .columns.is-gapless:not(:last-child) {
  margin-bottom: 0;
}
div.mod.situacion.detail .product .name {
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.5px;
  text-align: left;
  color: #4a4a4a;
}
div.mod.situacion.detail .product .ref {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  text-align: left;
  color: #4a4a4a;
}
@media screen and (max-width: 1087px) {
  div.mod.situacion.detail .product {
    display: flex;
  }
  div.mod.situacion.detail .product img {
    margin-top: 0;
  }
}
div.mod.situacion.detail .more {
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  line-height: 1.39;
  letter-spacing: -0.025rem;
  color: #4a4a4a;
}
@media screen and (max-width: 1087px) {
  div.mod.situacion.detail .more {
    font-size: 0.875rem;
  }
  div.mod.situacion.detail .more .columns {
    display: flex;
  }
  div.mod.situacion.detail .more .columns .column {
    padding: 0;
  }
}
div.mod.situacion.detail .more .label {
  font-weight: bold;
}
div.mod.situacion.detail .more .total {
  color: #ff0201;
}
div.mod.situacion.detail .more .total .label {
  color: #ff0201;
}
@media screen and (max-width: 1087px) {
  div.mod.situacion.detail {
    margin-top: 0;
  }
  div.mod.situacion.detail .title:not(:last-child) {
    margin-bottom: 0;
  }
  div.mod.situacion.detail .date, div.mod.situacion.detail .status {
    padding-left: 0;
    padding-top: 0;
  }
  div.mod.situacion.detail .more {
    border-top: 1px solid #ddd;
  }
  div.mod.situacion.detail .more .shipping {
    margin-top: 10px;
  }
  div.mod.situacion.detail .more .total .value .price {
    font-weight: bold;
    font-size: 20px;
  }
  div.mod.situacion.detail .superdata {
    padding-left: 0;
  }
  div.mod.situacion.detail .superdata .facturacion.data, div.mod.situacion.detail .superdata .envio.data {
    padding-bottom: 10px;
  }
  div.mod.situacion.detail .superdata .envio {
    margin-top: 12px;
  }
  div.mod.situacion.detail .superdata .line {
    border-bottom: 1px solid #dddddd;
    padding: 0;
  }
}

div.mod.situacion.detail .pay {
  background-color: #d8d8d8;
  box-sizing: border-box;
  margin-top: 10px;
  padding: 5px 15px 15px;
  color: #4a4a4a;
}
div.mod.situacion.detail .pay .title {
  font-weight: bold;
  font-size: 1.25rem;
  height: 0.625rem;
}
@media screen and (max-width: 1087px) {
  div.mod.situacion.detail .pay {
    background-color: transparent;
    border-top: 1px solid #ddd;
    margin-bottom: 15px;
    padding: 5px 0px 15px;
  }
}

div.mod.situacion.detail .method {
  margin-bottom: 10px;
}

div.mod.situacion.detail .method img {
  display: block;
  width: 220px;
}

div.mod.situacion.detail .pay #pagado {
  display: none;
}

div.mod.situacion .cart {
  margin-left: -0.625rem;
  margin-right: 0;
}

/*****************
	FACTURA
*******************/
.factura.form {
  background-color: #d8d8d8;
  display: flex;
  align-items: center;
  padding-left: 2.5rem;
}
.factura.form p {
  color: #4a4a4a;
}
.factura.form p a {
  color: #2a2622;
}
.factura.form p a:hover {
  color: #4a4a4a;
}

.mayorista {
  font-family: "Roboto", sans-serif;
}
.mayorista a {
  text-decoration: underline;
  color: #4990e2;
}
.mayorista a.recordar {
  color: #4a4a4a;
}
@media screen and (max-width: 1087px) {
  .mayorista .columns.is-variable .column {
    padding: 5px 10px;
  }
  .mayorista .columns.is-variable .column .column {
    padding-left: 0;
    padding-right: 0;
  }
}

.searcher {
  margin-top: -0.625rem;
}
@media screen and (max-width: 1087px) {
  .searcher {
    margin-top: 0;
  }
}
.searcher .titleGeneral {
  font-family: Oswald;
  font-size: 3.125rem;
  font-weight: 200;
  letter-spacing: -0.0625rem;
  color: #2a2622;
  background-color: #efefef;
}
@media screen and (max-width: 1087px) {
  .searcher .titleGeneral {
    font-size: 2.1875rem;
  }
}
.searcher .titleGeneral .count {
  color: #000;
  font-weight: 300;
}
.searcher .content ul {
  margin-left: 0;
}
@media screen and (max-width: 1087px) {
  .searcher .content ul {
    margin: 0;
  }
}
.searcher .pagination.search .pages a {
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: -0.125rem;
  text-align: right;
  color: #4a4a4a;
}
.searcher .pagination.search .pages a.is-active {
  color: #ff0201;
}

#popup.popup {
  border: 1px solid #d8d8d8;
  padding-bottom: 0.3125rem;
}
#popup.popup.productos {
  width: 60vw;
  position: absolute;
  z-index: 10;
  left: 2.5rem;
  right: 0;
  margin: -14px auto;
  background-color: #ffffff;
  overflow-y: auto;
  height: 40.625rem;
}
#popup.popup.productos .titleGeneral {
  font-family: Oswald;
  font-size: 1.25rem;
  font-weight: 200;
  letter-spacing: 0rem;
  color: #2a2622;
  background-color: #efefef;
}
#popup.popup.productos .titleGeneral .count {
  color: #000;
  font-weight: 300;
}
#popup.popup.productos ul {
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
}
#popup.popup.productos ul li {
  margin-top: 0.3125rem;
}
#popup.popup.productos ul li .article {
  box-sizing: border-box;
  border: 1px solid #d8d8d8;
  margin-right: 0.3125rem;
  width: 100%;
  height: 100%;
}
#popup.popup.productos .product-search {
  border: 0.0625rem solid #dddddd;
}
#popup.popup.productos .product-search .sku {
  display: block;
  position: absolute;
  right: 0.0625rem;
  top: -11.25rem;
  transition: opacity linear 200ms;
  text-shadow: 1px 1px 0.5px #fff, 1px -1px 0.5px #fff, -1px 1px 0.5px #fff, -1px -1px 0.5px #fff;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.2px;
  text-align: center;
  color: #4a4a4a;
}
#popup.popup.productos .product-search .ribbon {
  position: absolute;
  margin-top: 0.3125rem;
  z-index: 1;
}
#popup.popup.productos .product-search .ribbon-right {
  margin-top: 0.3125rem;
}
#popup.popup.productos .product-search a {
  color: #4a4a4a;
}
#popup.popup.productos .product-search a .imageContainer {
  height: 11.25rem;
}
#popup.popup.productos .product-search a .imageContainer img {
  min-height: auto;
  min-width: auto;
  max-height: 100%;
  max-width: 100%;
}
#popup.popup.productos .product-search a .wrapper .textContainer {
  background: rgba(238, 238, 238, 0.9);
  height: 85px;
  height: 17rem;
  height: 26.5625vw;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  font-size: 1.125rem;
  color: #4a4a4a;
  line-height: 1.06;
  letter-spacing: -0.0125rem;
}
@media screen and (min-width: 400px) {
  #popup.popup.productos .product-search a .wrapper .textContainer {
    height: 106.25px;
    height: 6.64063rem;
  }
}
#popup.popup.productos .product-search a .wrapper .textContainer > .columns {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  display: inline-flex;
  width: 100%;
}
#popup.popup.productos .product-search a .wrapper .textContainer > .columns .name {
  height: auto;
  flex-basis: initial;
  flex-grow: initial;
  flex-shrink: initial;
  margin-top: 0.625rem;
  font-size: 12px;
  font-size: 2.4rem;
  font-size: 3.75vw;
  line-height: 1.25;
}
@media screen and (min-width: 400px) {
  #popup.popup.productos .product-search a .wrapper .textContainer > .columns .name {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
#popup.popup.productos .product-search a .wrapper .textContainer > .columns .price {
  top: -10px;
  top: -2rem;
  top: -3.125vw;
  height: 28px;
  height: 5.6rem;
  height: 8.75vw;
  padding: 0 5px !important;
  padding: 0 1rem !important;
  padding: 0 1.5625vw !important;
  line-height: 1.425;
  overflow: visible;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.85;
  letter-spacing: -0.3px;
  text-align: center;
  overflow: visible;
  position: absolute;
  right: 0;
}
@media screen and (min-width: 400px) {
  #popup.popup.productos .product-search a .wrapper .textContainer > .columns .price {
    top: -12.5px;
    top: -0.78125rem;
  }
}
@media screen and (min-width: 400px) {
  #popup.popup.productos .product-search a .wrapper .textContainer > .columns .price {
    height: 35px;
    height: 2.1875rem;
  }
}
@media screen and (min-width: 400px) {
  #popup.popup.productos .product-search a .wrapper .textContainer > .columns .price {
    padding: 0 6.25px !important;
    padding: 0 0.39063rem !important;
  }
}
#popup.popup.productos .product-search a .wrapper .textContainer > .columns .price .inner {
  padding-top: 10px;
}
#popup.popup.productos .product-search a .wrapper .textContainer > .columns .price .inner:before {
  border-width: 0 0 9px 9px;
  border-width: 0 0 1.8rem 1.8rem;
  border-width: 0 0 2.8125vw 2.8125vw;
  left: -13.5px;
  left: -2.7rem;
  left: -4.21875vw;
  top: 0;
  top: 0rem;
  top: 0vw;
}
@media screen and (min-width: 400px) {
  #popup.popup.productos .product-search a .wrapper .textContainer > .columns .price .inner:before {
    border-width: 0 0 11.25px 11.25px;
    border-width: 0 0 0.70313rem 0.70313rem;
  }
}
@media screen and (min-width: 400px) {
  #popup.popup.productos .product-search a .wrapper .textContainer > .columns .price .inner:before {
    left: -16.875px;
    left: -1.05469rem;
  }
}
@media screen and (min-width: 400px) {
  #popup.popup.productos .product-search a .wrapper .textContainer > .columns .price .inner:before {
    top: 0;
    top: 0rem;
  }
}
#popup.popup.productos .product-search a .wrapper .price {
  position: absolute;
  right: -0.0625rem;
  top: -0.625rem;
  padding: 0.3125rem !important;
  height: 1.75rem;
  line-height: 1;
  font-weight: 600;
  background: #2a2622;
  color: #ffffff;
}
#popup.popup.productos .product-search a .wrapper .price .inner {
  position: relative;
}
#popup.popup.productos .product-search a .wrapper .price .inner:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0rem 0rem 0.5625rem 0.5625rem;
  border-color: transparent transparent #2a2622 transparent;
  left: -0.875rem;
  top: -0.3125rem;
}

.aviso {
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 1088px) {
  .aviso {
    width: 80%;
    margin: auto;
    margin-top: 5.4375rem;
    margin-bottom: 1.25rem;
  }
}
.aviso.artistas, .aviso.palos {
  width: 100%;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 1087px) {
  .aviso.artistas, .aviso.palos {
    margin-top: 0.9375rem;
  }
}
@media screen and (min-width: 769px) {
  .aviso .titulo .text {
    font-family: Oswald;
    font-size: 2.25rem;
    line-height: 1.06;
    letter-spacing: -0.05rem;
    color: #ffffff;
    background-color: #232323;
    padding-top: 0.75rem;
    padding-bottom: 1.8125rem;
    padding-left: 12.5rem;
  }
  .aviso .titulo img {
    position: absolute;
    margin-left: 3.125rem;
    margin-top: -1.875rem;
  }
}
.aviso .texto {
  text-align: justify;
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  letter-spacing: -0.01875rem;
  color: #4a4a4a;
}
@media screen and (min-width: 769px) {
  .aviso .texto .title--mobile {
    padding: 0.625rem;
    background: none;
    margin-top: 1.25rem;
    font-size: 1.125rem;
    font-weight: bold;
    letter-spacing: -0.01875rem;
    color: #4a4a4a;
  }
}
@media screen and (min-width: 1088px) {
  .aviso .texto {
    margin-top: 3.4375rem;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
.aviso .texto a {
  color: #4a4a4a;
}
.aviso .texto a:hover {
  color: #666;
}
.aviso .texto h2 {
  font-size: 1.5rem;
  font-weight: bold;
}
.aviso .texto h3 {
  font-weight: bold;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .aviso .titulo {
    color: #ff0201;
    font-family: Oswald;
    font-size: 1.25rem;
    letter-spacing: -0.00625rem;
    padding: 0.625rem;
  }
}
@media screen and (max-width: 1087px) {
  .aviso {
    margin: 0;
    width: 100%;
  }
  .aviso .texto {
    font-size: 1rem;
  }
}

.artistas.sectionContainer, .palos.sectionContainer {
  padding: 7.2px 0 0;
  padding: 1.44rem 0 0;
  padding: 0.5625vw 0 0;
}
.artistas .page:not(.page-1), .palos .page:not(.page-1) {
  display: none;
}
.artistas .pagination, .palos .pagination {
  width: 25%;
  float: right;
}
@media screen and (max-width: 1087px) {
  .artistas .pagination, .palos .pagination {
    width: 100%;
  }
  .artistas .pagination a, .palos .pagination a {
    font-size: 1.5rem;
    letter-spacing: 0.5rem;
  }
}
.artistas .pagination a, .palos .pagination a {
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: 0.3125rem;
  color: #4a4a4a;
}
.artistas .pagination a.active, .palos .pagination a.active {
  color: #ff0201;
}
.artistas .title, .palos .title {
  font-size: 2.1875rem;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .artistas .title, .palos .title {
    font-size: 1.5625rem;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    color: #ff0201;
  }
}

@media screen and (max-width: 1087px) {
  .menu-superior .title--subsection {
    padding-left: 0;
    line-height: 1;
    font-size: 20px !important;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1087px) {
  .menu-superior .help .acord1 .title--subsection font {
    font-family: Oswald;
    font-size: 20px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.1px;
    color: #ff0201 !important;
  }
  .menu-superior .help .acord1 .title--subsection font b {
    font-weight: 500 !important;
  }
}
.menu-superior .sectionContainer {
  padding-top: 0;
}
.menu-superior .sectionContainer .sectionHeader {
  position: relative;
  padding-bottom: 0;
  min-height: 6.25rem;
  background-color: #ff0201;
}
.menu-superior .sectionContainer .sectionHeader img {
  position: initial;
}
.menu-superior .list.productos.mod {
  box-shadow: none !important;
}
@media screen and (max-width: 768px) {
  .menu-superior .list.productos.mod.lista-precios {
    padding-left: 0;
    padding-right: 0;
  }
  .menu-superior .list.productos.mod.lista-precios .title--subsection {
    margin-left: 10px;
  }
  .menu-superior .list.productos.mod.lista-precios ul li h4 {
    line-height: 1.2;
    height: 40px;
  }
  .menu-superior .list.productos.mod.lista-precios ul li h4.subt {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .menu-superior .list.productos.mod.lista-precios ul li h4 span {
    font-size: 18px;
  }
  .menu-superior .list.productos.mod.lista-precios ul li h4 img {
    width: 20px;
    height: 20px;
  }
  .menu-superior .list.productos.mod.lista-precios ul li h4 .image .more {
    border: none;
  }
  .menu-superior .list.productos.mod.lista-precios ul li h4 .image .more:before {
    transform-origin: unset;
    position: initial;
  }
  .menu-superior .list.productos.mod.lista-precios ul li h4 .image .more.is-active:before {
    transform-origin: unset;
    position: initial;
    margin-left: 15px;
    margin-top: -10px;
  }
  .menu-superior .list.productos.mod.lista-precios ul li.ref-price.price {
    text-align: right;
    padding-right: 17px !important;
  }
}
@media screen and (min-width: 769px) {
  .menu-superior .lista-precios ul ul h4 {
    margin-left: 1.25rem;
  }
  .menu-superior .title--subsection {
    font-family: "Oswald", sans-serif;
    font-size: 3.125rem;
    font-weight: 200;
    letter-spacing: -0.0625rem;
    color: #2a2622;
  }
}
.menu-superior .ask {
  padding-top: 1.75rem;
  padding-bottom: 3.125rem;
  margin-bottom: 2.25rem;
  padding-left: 2.9375rem;
  background-color: #f4f4f4;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: -0.01875rem;
  text-align: left;
  color: #9b9b9b;
}
@media screen and (max-width: 768px) {
  .menu-superior .ask {
    background-color: transparent;
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
}
.menu-superior .ask .sent {
  font-size: 1rem;
  color: #1f1f1f;
}
.menu-superior .ask button {
  width: 100%;
}
.menu-superior .help {
  margin-bottom: 8.75rem;
}
.menu-superior .help .acord1 a {
  color: #4a4a4a;
  font-weight: 500;
}
.menu-superior .help .acord1 a:hover {
  color: #9b9b9b;
}
.menu-superior .help .acord1 a font {
  margin-left: 0 !important;
  font-family: "Oswald", sans-serif !important;
  font-size: 1.5rem;
  font-weight: 500 !important;
  color: #4a4a4a !important;
}
.menu-superior .help .acord1 font {
  margin-left: 0.625rem;
  font-family: "Oswald", sans-serif;
  font-size: 3.125rem;
  letter-spacing: -0.0625rem;
  color: #2a2622 !important;
}
.menu-superior .help .acord1 font b {
  font-weight: 200 !important;
}
@media screen and (max-width: 1087px) {
  .menu-superior .help .acord1 font {
    font-size: 2.1875rem;
  }
}
.menu-superior .help .acord1 .item.layout0 {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  letter-spacing: -0.03125rem;
  color: #4a4a4a;
}
.menu-superior .help .acord1 .item.layout0 .itemtitle {
  cursor: pointer;
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  display: flex;
  justify-content: space-between;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #f4f4f4;
  border: 1px solid #dddddd;
  padding: 2rem;
  padding-left: 0;
  margin-bottom: 0.125rem;
}
@media screen and (max-width: 1087px) {
  .menu-superior .help .acord1 .item.layout0 .itemtitle {
    padding: 0.625rem;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}
.menu-superior .help .acord1 .item.layout0 .itemtitle .image {
  display: flex;
  align-items: center;
}
.menu-superior .help .acord1 .item.layout0 .itemtitle .image .more {
  border: 1px solid #2a2622;
  border-radius: 100%;
  width: 2rem;
  height: 2rem;
}
.menu-superior .help .acord1 .item.layout0 .itemtitle .image .more::before {
  content: "";
  width: 40%;
  height: 40%;
  margin-top: 1.25rem;
  margin-left: 0.1875rem;
  border-width: 0.1vmin 0.1vmin 0 0;
  border-style: solid;
  border-color: #2a2622;
  transition: 0.2s ease;
  display: block;
  transform-origin: 100% 0;
  transform: rotate(135deg);
}
.menu-superior .help .acord1 .item.layout0 .itemtitle .image .more.is-active {
  transform: rotate(180deg);
}
.menu-superior .help .acord1 .item.layout0 .itemtitle .image .textmore {
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  letter-spacing: -0.025rem;
}
.menu-superior .help .acord1 .item.layout0 .text {
  margin-left: 5.625rem;
  margin-right: 3rem;
  text-align: justify;
}
.menu-superior .help .acord1 .item.layout0 .text font {
  margin-left: 0;
}
@media screen and (max-width: 1087px) {
  .menu-superior .help .acord1 .item.layout0 .text {
    font-size: 1.125rem;
    margin: 10px 5px;
    text-align: left;
  }
}
@media screen and (max-width: 1087px) {
  .menu-superior .help .acord1 {
    margin-bottom: 2.5rem;
  }
}
.menu-superior .help.tramos {
  margin-bottom: 0;
}
.menu-superior .help.tramos .acord1 {
  margin-bottom: 0;
}
.menu-superior .help.tramos #item_1.itemtitle {
  padding: 0.875rem;
}
.menu-superior .help.tramos #item_1.itemtitle span {
  margin-left: 0.625rem;
  margin-right: 0;
  font-size: 1rem;
}
.menu-superior .help.tramos #tramosText.text {
  margin-left: 0.625rem;
  margin-right: 0;
  margin-top: 0.625rem;
  font-size: 1rem;
}
.menu-superior .help.tramos #tramosText.text .tablatramos .fila {
  border: 1px solid #4a4a4a;
}
.menu-superior .help.tramos #tramosText.text .tablatramos .fila .columna {
  padding: 0.625rem;
  text-align: center;
}
.menu-superior .list {
  margin-bottom: 8.75rem;
  width: 100vw;
  padding-left: 0.625rem;
  padding-right: 1.875rem;
}
.menu-superior .list h4 {
  margin: 0;
  font-weight: 300;
  line-height: 3.33;
  letter-spacing: -0.025rem;
  color: #4a4a4a;
  font-size: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu-superior .list h4 img {
  margin-right: 1.25rem;
}
.menu-superior .list h4 .image .more {
  border: 1px solid #2a2622;
  border-radius: 100%;
  width: 2rem;
  height: 2rem;
}
.menu-superior .list h4 .image .more::before {
  content: "";
  width: 40%;
  height: 40%;
  margin-top: 1.25rem;
  margin-left: 0.1875rem;
  border-width: 0.1vmin 0.1vmin 0 0;
  border-style: solid;
  border-color: #2a2622;
  transition: 0.2s ease;
  display: block;
  transform-origin: 100% 0;
  transform: rotate(135deg);
}
.menu-superior .list h4 .image .more.is-active {
  transform: rotate(180deg);
}
.menu-superior .list h4 .image .textmore {
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  letter-spacing: -0.025rem;
}
.menu-superior .list a {
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  color: #4a4a4a;
}
.menu-superior .list a .title1 {
  background-color: #f4f4f4;
  border: 1px solid #dddddd;
  padding: 2rem;
  margin-bottom: 0.125rem;
}
.menu-superior .list a .title1 h3 {
  margin-bottom: 0;
  font-weight: normal;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 6.875rem;
}
@media screen and (max-width: 1087px) {
  .menu-superior .list a .title1 h3 {
    padding-right: 0;
  }
}
.menu-superior .list a .title1 .image {
  display: flex;
  align-items: center;
}
.menu-superior .list a .title1 .image .more {
  border: 1px solid #2a2622;
  border-radius: 100%;
  width: 2rem;
  height: 2rem;
}
.menu-superior .list a .title1 .image .more::before {
  content: "";
  width: 40%;
  height: 40%;
  margin-top: 1.25rem;
  margin-left: 0.1875rem;
  border-width: 0.1vmin 0.1vmin 0 0;
  border-style: solid;
  border-color: #2a2622;
  transition: 0.2s ease;
  display: block;
  transform-origin: 100% 0;
  transform: rotate(135deg);
}
.menu-superior .list a .title1 .image .more.is-active {
  transform: rotate(180deg);
}
.menu-superior .list ul {
  list-style: none;
  margin-left: 2.1875rem;
  margin-right: 8.875rem;
}
@media screen and (max-width: 1087px) {
  .menu-superior .list ul {
    margin-right: 2.1875rem;
  }
}
.menu-superior .list ul ul {
  margin: 0;
  padding-left: 0;
}
.menu-superior .list ul ul li {
  margin-left: 0;
  padding: 0;
  line-height: 3.33;
  letter-spacing: -0.025rem;
  color: #4a4a4a;
  font-size: 1.125rem;
}
@media screen and (max-width: 1087px) {
  .menu-superior .list ul#lista-precios-2 {
    clear: both;
    display: flex;
  }
  .menu-superior .list ul#lista-precios-2 li.name {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    line-height: 1;
  }
  .menu-superior .list ul#lista-precios-2 li.name a {
    font-family: "Oswald", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.06;
    letter-spacing: -0.01875rem;
    color: #4a4a4a;
  }
  .menu-superior .list ul#lista-precios-2 li.ref-price {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    background-color: #ffffff;
    font-family: "Oswald", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.06;
    letter-spacing: -0.01875rem;
    color: #4a4a4a;
  }
}
@media screen and (max-width: 768px) {
  .menu-superior .list {
    padding-right: 0.625rem;
  }
  .menu-superior .list a {
    padding-right: 0;
  }
  .menu-superior .list a .title1 {
    padding: 0.625rem;
    padding-right: 0;
    background-color: #1f1f1f;
  }
  .menu-superior .list a .title1 h3 {
    color: #ffffff;
  }
  .menu-superior .list a .title1 .image .more {
    border: none;
  }
  .menu-superior .list a .title1 .image .more::before {
    border-color: #ffffff;
  }
  .menu-superior .list ul {
    margin: 0;
  }
  .menu-superior .list ul a.impar h4 {
    background-color: #ccc;
  }
  .menu-superior .list ul a.par h4 {
    background-color: #efefef;
  }
  .menu-superior .list ul li {
    margin: 0;
  }
  .menu-superior .list ul li h4 {
    padding-left: 1.25rem;
  }
}

@media screen and (min-width: 1088px) {
  .viajes {
    padding-bottom: 30px;
  }
}
.viajes section {
  display: block;
  clear: both;
  overflow: hidden;
}
.viajes .productCategoryList.backWhite {
  margin-bottom: 0px;
}
.viajes .menu-superior .title--subsection {
  line-height: 1;
}
.viajes .menu-superior .item {
  margin-top: 10px;
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: -0.025rem;
  color: #1f1f1f;
  text-align: justify;
}
.viajes .menu-superior .item .title {
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  color: #4a4a4a;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.03125rem;
  margin-bottom: 0;
}
.viajes .menu-superior .item .subitem {
  margin-left: 1.25rem;
}
.viajes .menu-superior .item .subitem .subtitle {
  margin-bottom: 0;
}
.viajes .menu-superior .item .subitem .subtitle a {
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  color: #4a4a4a;
}
.viajes .menu-superior .item h4 span {
  font-weight: 300;
}
@media screen and (min-width: 1088px) {
  .viajes .menu-superior .item h4 span {
    font-family: "Roboto", sans-serif;
    line-height: 1.46;
    letter-spacing: -0.5px;
    text-align: left;
    color: #4a4a4a;
    font-size: 36px;
    font-weight: normal;
    letter-spacing: -0.7px;
  }
}

.excursiones .informacion {
  text-align: justify;
  padding-right: 6.125rem;
}
@media screen and (max-width: 1087px) {
  .excursiones .informacion {
    padding-right: 1.25rem;
    margin-left: 0.625rem;
  }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .headerTop .headerMainGrid .anchors li {
    padding-right: 5px;
  }
  .headerTop .headerMainGrid .anchors li a span.separator {
    margin-left: 3px;
  }
}

.worldwide {
  /* Marquee styles */
  /* Pause animation when reduced-motion is set */
  /* Enable animation */
  /* Reverse animation */
  /* Pause on hover */
  /* Attempt to size parent based on content. Keep in mind that the parent width is equal to both content containers that stretch to fill the parent. */
  /* A fit-content sizing fix: Absolute position the duplicate container. This will set the size of the parent wrapper to a single child container. Shout out to Olavi's article that had this solution 👏 @link: https://olavihaapala.fi/2021/02/23/modern-marquee.html  */
  /* Enable position absolute animation on the duplicate content (last-child) */
  /* Other page demo styles */
}
.worldwide .marquee {
  --gap: 1rem;
  position: relative;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  gap: var(--gap);
}
.worldwide .marquee__content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
@media (prefers-reduced-motion: reduce) {
  .worldwide .marquee__content {
    animation-play-state: paused !important;
  }
}
.worldwide.enable-animation .marquee__content {
  animation: scroll 15s linear infinite;
}
.worldwide .marquee--reverse .marquee__content {
  animation-direction: reverse;
}
.worldwide .marquee--hover-pause:hover .marquee__content {
  animation-play-state: paused;
}
.worldwide .marquee--fit-content {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.worldwide .marquee--pos-absolute .marquee__content:last-child {
  position: absolute;
  top: 0;
  left: 0;
}
.worldwide.enable-animation .marquee--pos-absolute .marquee__content:last-child {
  animation-name: scroll-abs;
}
@keyframes scroll-abs {
  from {
    transform: translateX(calc(100% + var(--gap)));
  }
  to {
    transform: translateX(0);
  }
}
.worldwide .marquee__content > * {
  flex: 0 0 auto;
  color: white;
  margin: 2px;
  padding: 0.1rem 0.5rem;
  border-radius: 0.25rem;
  text-align: center;
  font-family: "Oswald", sans-serif;
}
.worldwide .marquee {
  border: 0px dashed lightgray;
}

.worldwide-section .warning {
  background-color: #FF0000;
  font-family: "Oswald", sans-serif;
  color: #FFF;
}

.popup.inform .popupinform {
  bottom: 0;
  margin-top: 10vh;
}
@media screen and (min-width: 1280px) {
  .popup.inform .popupinform {
    margin-top: 20vh;
  }
}
.popup.inform .content {
  background: #fff;
  border-radius: 5px;
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.75);
  position: relative;
  margin: auto;
  height: 23.75rem;
  width: 30vw;
}
.popup.inform .content.video {
  width: 40vw;
  height: 28.125rem;
}
.popup.inform .content.video a {
  text-decoration: none;
}
.popup.inform .content p {
  font-size: 1rem;
  line-height: normal;
  margin-top: 0.3125rem;
  margin-bottom: 0;
}
.popup.inform .decoration {
  background-color: #4a4a4a;
  height: 3.4375rem;
}
.popup.inform .decoration .title-inform {
  color: #ffffff;
}
.popup.inform .decoration .close {
  color: #ffffff;
  margin-right: 20px;
  font-family: "Roboto", sans-serif;
}
.popup.inform .decoration img {
  width: 45px;
  height: 55px;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-left: 20px;
}
.popup.inform .decoration span {
  margin-left: -20px;
}
.popup.inform .btn-green-mayorista {
  width: 50%;
}
.popup.inform span {
  margin-left: 0;
  color: #4a4a4a;
}
.popup.inform span ul {
  list-style: disc;
  margin: 0;
  margin-left: 3.125rem;
}
.popup.inform span ul li {
  font-size: 1rem;
}

#seccastanuelas {
  /*  */
  /* DETALLE */
  /* ---------------- */
  /* Normal styles for the modal */
  /* Make the modal appear */
  /* Modificado de fichero css principal */
  /* Obtenido de fichero css principal */
}
@font-face {
  font-family: "Helvetica Condensed";
  src: url(/fonts/helvetica-condensed.ttf?4ee089333c9f4a491f2d70a5232ac245) format("truetype");
  src: url(/fonts/helvetica-condensed.ttf?4ee089333c9f4a491f2d70a5232ac245);
}
@font-face {
  font-family: "Eurostile";
  src: url(/fonts/eurostile.ttf?4c358dadd43489c43cc31801883489b4) format("truetype");
  src: url(/fonts/eurostile.ttf?4c358dadd43489c43cc31801883489b4);
}
@font-face {
  font-family: "BehindScript";
  src: url(/fonts/BehindScript.ttf?c77f09f9a30b5420ea239a3f2337a3dc) format("truetype");
  src: url(/fonts/BehindScript.ttf?c77f09f9a30b5420ea239a3f2337a3dc);
}
@font-face {
  font-family: "Blackadder";
  src: url(/fonts/blackadder.ttf?1cd36d127cc55fa88e3192236a604eb1) format("truetype");
  src: url(/fonts/blackadder.ttf?1cd36d127cc55fa88e3192236a604eb1);
}
#seccastanuelas .bold, #seccastanuelas .italic {
  cursor: pointer;
  display: inline-block;
}
#seccastanuelas .inputSelected {
  outline: 2px solid black;
}
#seccastanuelas .bold.selected {
  font-weight: bold;
}
#seccastanuelas .italic.selected {
  font-style: italic;
}
#seccastanuelas .stroke {
  display: inline-block;
}
#seccastanuelas .color-box {
  display: inline-block;
  margin: 0;
  border: 1px solid #000;
}
#seccastanuelas body {
  font-family: Helvetica, Arial;
  font-size: 12px;
  margin: 0;
  overflow-y: hidden;
}
#seccastanuelas select {
  appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -khtml-appearance: none;
  -webkit-appearance: none;
  background-color: #CCCCCC;
  color: #000000;
  padding-left: 10px;
}
#seccastanuelas option {
  appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -khtml-appearance: none;
  -webkit-appearance: none;
  background-color: #CCCCCC;
  color: #000000;
  padding-left: 10px;
}
#seccastanuelas input[type=text] {
  appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -khtml-appearance: none;
  -webkit-appearance: none;
  background-color: #CCCCCC;
  color: #000000;
  width: 95%;
  font-weight: bolder;
  padding-left: 5%;
}
#seccastanuelas .clearfix {
  clear: both;
}
#seccastanuelas .active {
  z-index: 2 !important;
}
#seccastanuelas .inactive {
  display: none !important;
}
#seccastanuelas .pointer {
  cursor: pointer !important;
}
#seccastanuelas .edit_panel {
  display: inline-block;
  position: relative;
  top: 0;
  vertical-align: top;
  color: #FFF;
  width: 320px;
  z-index: 4;
}
#seccastanuelas #config {
  display: inline-block !important;
  width: 300px;
  position: absolute;
  left: 70px;
  background-color: #666666;
  height: 100vh;
  padding-top: 20px;
  box-shadow: 2px 0px 1px #CCCCCC;
}
#seccastanuelas .toolbar {
  display: inline-block;
  background-color: #333333;
  width: 70px;
  padding-top: 20px;
  height: 100vh;
  text-align: center;
  text-align: -moz-center;
  float: left;
  font-family: Helvetica, Arial !important;
}
#seccastanuelas .toolbar_icon_container {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 20px;
  color: white;
  cursor: pointer;
  z-index: 12;
  padding-top: 5px;
}
#seccastanuelas .toolbar_icon {
  width: 100%;
  text-align: center;
}
#seccastanuelas .toolbar_icon_container.active {
  background-color: #666666;
}
#seccastanuelas .toolbar_icon i {
  font-size: 25px !important;
  line-height: 25px;
  vertical-align: middle;
  margin: 0 auto;
}
#seccastanuelas .toolbar_icon span {
  font-family: Georgia, serif;
  font-size: 30px;
  line-height: 25px;
  vertical-align: middle;
  margin: 0 auto;
}
#seccastanuelas .toolbar_icon_text span {
  font-size: 12px !important;
}
#seccastanuelas .edit {
  position: absolute;
  top: 0;
  left: 70px;
  color: #FFF;
  background-color: #666666;
  height: 100vh;
  width: 250px;
  overflow-y: auto;
  visibility: visible;
  padding-top: 20px;
}
#seccastanuelas .edit.active {
  z-index: 20 !important;
  box-shadow: 2px 0px 1px #CCCCCC;
}
#seccastanuelas .text_title {
  line-height: bolder;
  text-align: left;
}
#seccastanuelas #text_editor .text_title input {
  line-height: normal;
}
#seccastanuelas .edit_container, #seccastanuelas .default_text {
  width: 90%;
  padding-left: 5%;
  padding-right: 5%;
  /*padding-top: 5%; */
  display: inline-block;
  text-align: center;
}
#seccastanuelas .edit_settings {
  width: 100%;
  display: inline-block;
  position: relative;
}
#seccastanuelas .size_settings {
  display: inline-block;
  width: 34.5%;
  position: relative;
  float: right;
}
#seccastanuelas .align_container, #seccastanuelas .style_container {
  display: table;
  vertical-align: middle;
  width: 100%;
  background-color: #999999;
  height: 25px;
}
#seccastanuelas .align_subcontainer, #seccastanuelas .style_subcontainer {
  display: table-row;
  vertical-align: middle;
  text-align: center;
  height: 25px;
}
#seccastanuelas .align_item, #seccastanuelas .style_item {
  display: table-cell;
  vertical-align: middle;
  width: 20%;
  padding-left: 0;
  padding-right: 0;
  line-height: 25px !important;
}
#seccastanuelas .toolbar_preview {
  display: inline-block;
  background-color: #333333;
  width: 100%;
  height: 100vh;
}
#seccastanuelas .edit_canvas {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 320px;
  height: 100vh;
  overflow: hidden;
}
#seccastanuelas .canvas-container {
  position: relative;
  margin: 0 auto;
  overflow: auto;
  overflow: -moz-scrollbars-none;
}
#seccastanuelas .canvas-container::-webkit-scrollbar {
  display: none;
}
#seccastanuelas .colpick {
  z-index: 3;
}
#seccastanuelas .color-box {
  width: 100% !important;
  height: 20px !important;
}
#seccastanuelas .select.fontsize, #seccastanuelas .select.strokewidth {
  display: inline-block;
  max-height: 40px;
  overflow: auto;
  width: 35px;
}
#seccastanuelas .select.fontsize {
  width: 30px;
  overflow-x: hidden;
  padding: 0 !important;
}
#seccastanuelas .text_title {
  width: 100%;
  border-bottom: 1px solid #AAAAAA;
}
#seccastanuelas .edit_settings .text_title {
  width: 100%;
}
#seccastanuelas .module {
  /*height: 80px; */
  margin-bottom: 20px;
  width: 100%;
  display: inline-block;
}
#seccastanuelas .module p {
  text-align: left;
  margin: 0px;
}
#seccastanuelas .fa.set, #seccastanuelas .fa.selected {
  font-weight: bolder;
  font-size: 12px;
  background-color: #888888;
}
#seccastanuelas .select_fontfamily select, #seccastanuelas .select_fontsize select, #seccastanuelas .select_strokesize select, #seccastanuelas .select_default_text {
  width: 100%;
  background-color: #CCCCCC;
}
#seccastanuelas .action_btn {
  display: inline-block;
  width: 48%;
  height: 25px;
  background-color: #222222;
  text-align: center;
  text-align: -moz-center;
  cursor: pointer;
  line-height: 25px !important;
}
#seccastanuelas .align_buttons {
  background-color: #999999;
  height: 20px;
}
#seccastanuelas .align_buttons i {
  width: 23%;
  padding: 0 !important;
  line-height: 20px;
  cursor: pointer;
}
#seccastanuelas .clicked {
  transform: scale(1.2);
}
#seccastanuelas .upload_btn_container {
  display: inline-block;
  height: 8.75rem;
  width: 80%;
  padding-left: 20%;
  padding-right: 20%;
  text-align: center;
  padding-bottom: 10px;
}
#seccastanuelas .upload_btn {
  width: 100%;
  height: 100%;
  background-color: #222222;
  text-align: -moz-center;
  cursor: pointer;
}
#seccastanuelas .upload_btn .icon {
  transform: scale(2, 2);
}
#seccastanuelas input[type=range] {
  -webkit-appearance: none;
  border-radius: 5px;
  box-shadow: inset 0 0 5px #333;
  background-color: #999;
  height: 10px;
  vertical-align: middle;
}
#seccastanuelas input[type=range]::-moz-range-track {
  -moz-appearance: none;
  border-radius: 5px;
  box-shadow: inset 0 0 5px #333;
  background-color: #999;
  height: 10px;
}
#seccastanuelas input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  border-radius: 20px;
  background-color: #FFF;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
  border: 1px solid #999;
  height: 20px;
  width: 20px;
}
#seccastanuelas input[type=range]::-moz-range-thumb {
  -moz-appearance: none;
  border-radius: 20px;
  background-color: #FFF;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
  border: 1px solid #999;
  height: 20px;
  width: 20px;
}
#seccastanuelas .upload_menu_container {
  display: table;
  width: 400px;
  height: 100px;
  background-color: #666666;
  z-index: 100;
  position: absolute;
  top: 20%;
  left: 30%;
  color: white;
}
#seccastanuelas .upload_menu {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#seccastanuelas .upload_selection_container, #seccastanuelas .selection_upload_container {
  display: inline-block;
  width: 48%;
  height: 20px;
  background-color: #222222;
  text-align: center;
  text-align: -moz-center;
  cursor: pointer;
  line-height: 20px !important;
}
#seccastanuelas .output .uploaded, #seccastanuelas .image-upload-form, #seccastanuelas .image-color .image-size {
  visibility: hidden !important;
}
#seccastanuelas #loading {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  background-color: #222222;
  text-align: center;
  vertical-align: middle;
  padding-top: 20px;
}
#seccastanuelas .loading_container {
  display: inline-block;
  color: white;
  font-size: 25px;
}
#seccastanuelas .loading_box {
  margin-top: 40vh;
  background-color: #666666;
  border-radius: 10px;
  width: 300px;
}
#seccastanuelas .loading_image {
  font-size: 50px !important;
}
#seccastanuelas #current_font_color,
#seccastanuelas #current_image_color {
  height: 40px;
  width: 47%;
  background-color: #000000;
  cursor: pointer;
  display: inline-block;
  float: right;
}
#seccastanuelas #current_stroke_color {
  height: 40px;
  width: 47%;
  background-color: #17365d;
  cursor: pointer;
  display: inline-block;
  float: right;
}
#seccastanuelas .palette_container {
  display: inline-block;
  height: 0px;
  width: 0px;
  margin-top: -15px;
  transition: height 1s, transform 1s;
  -o-transition: height 1s, transform 1s;
  -ms-transition: height 1s, transform 1s;
  -moz-transition: height 1s, transform 1s;
  -webkit-transition: height 1s, transform 1s;
}
#seccastanuelas .palette {
  display: none;
  height: 100px;
  width: 100%;
}
#seccastanuelas .color {
  display: inline-block;
  cursor: pointer;
}
#seccastanuelas .br {
  display: none;
}
#seccastanuelas .palette_container.active {
  width: 100%;
  height: auto;
}
#seccastanuelas .palette_container.active .palette {
  display: block;
}
#seccastanuelas .palette_container.active .color {
  width: 20%;
  height: 20px;
  display: block;
  float: left;
}
#seccastanuelas .tablet .palette_container.active .color {
  height: 25px;
}
#seccastanuelas .palette_container.active .br {
  display: block;
}
#seccastanuelas .font_color_module,
#seccastanuelas .image_color_module,
#seccastanuelas .stroke_color_module,
#seccastanuelas .size_module {
  height: 40px;
  font-size: 0.75rem;
}
#seccastanuelas .font_color_module.active,
#seccastanuelas .image_color_module.active,
#seccastanuelas .stroke_color_module.active {
  height: 145px;
}
#seccastanuelas .black_button {
  display: inline-block;
  width: 100%;
  background-color: #222222;
  text-align: center;
  text-align: -moz-center;
  font-size: 0.75rem;
  cursor: pointer;
  line-height: 20px !important;
  padding: 0.125rem;
  text-decoration: none;
  color: #FFF;
  text-transform: uppercase;
  height: 100%;
}
#seccastanuelas .black_button_wrapper {
  margin-bottom: 20px;
}
#seccastanuelas .black_button_wrapper #buy_castanuela {
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
}
#seccastanuelas .double {
  width: 49%;
}
#seccastanuelas .triple {
  width: 32%;
}
#seccastanuelas .size_module {
  margin-bottom: 10px;
  border-bottom: 1px solid #AAAAAA;
}
#seccastanuelas .size_module .text_title {
  border-bottom: 0;
}
#seccastanuelas .size_module .text_title,
#seccastanuelas .size_module .select_strokesize,
#seccastanuelas .size_module .select_fontsize {
  width: 47%;
  display: inline-block;
  height: 40px;
  float: right;
}
#seccastanuelas .size_module .text_title {
  float: left;
}
#seccastanuelas .size_module select {
  width: 100%;
  height: 25px;
  float: right;
}
#seccastanuelas .size_module #current_font_color,
#seccastanuelas .size_module #current_image_color,
#seccastanuelas .size_module #current_stroke_color {
  width: 47%;
  float: right;
  height: 25px;
}
#seccastanuelas .canvasloading {
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #D1D1D1;
  color: #333;
  left: 0;
  right: 0;
  text-align: center;
  display: none;
  z-index: 10;
}
#seccastanuelas .canvasloading.active {
  display: block;
}
#seccastanuelas .canvasloading .loading-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
}
#seccastanuelas .tutorial {
  margin-top: 30px;
}
#seccastanuelas .tutorial .title {
  font-size: 20px;
  text-align: left;
}
#seccastanuelas .tutorial .block {
  font-size: 15px;
  margin-top: 15px;
  text-align: left;
}
#seccastanuelas .main_header_wrapper {
  position: relative;
  height: 50px;
}
#seccastanuelas #modal {
  opacity: 0;
  position: fixed;
  visibility: hidden;
  padding-top: 160px;
  padding-bottom: 160px;
  z-index: 20;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1111;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#seccastanuelas #modal.active-modal {
  opacity: 1;
  visibility: visible;
  animation: vex-flyin 0.5s;
  -webkit-animation: vex-flyin 0.5s;
  -moz-animation: vex-flyin 0.5s;
  -ms-animation: vex-flyin 0.5s;
  -o-animation: vex-flyin 0.5s;
  -webkit-backface-visibility: hidden;
}
#seccastanuelas .modal-content {
  position: relative;
  border-radius: 5px;
  padding: 1em;
  background-color: #f0f0f0;
  max-width: 100%;
  width: 450px;
  margin: 0 auto;
  color: rgb(68, 68, 68);
}
#seccastanuelas .modal-content p {
  font-size: 1.1em;
  line-height: 1.5em;
}
#seccastanuelas .modal-content p .format {
  font-size: 0.8em;
}
#seccastanuelas .flex-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 0px;
}
#seccastanuelas .modal-content .modal-buttons a,
#seccastanuelas div.vex-content form div.vex-dialog-message .modal-buttons a {
  /* Vex dialog button */
  border: 0;
  margin: 0 0 0 0.5em;
  font-family: inherit;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 11px;
  padding: 0.75em 2em;
  background: #e0e0e0;
  color: #777777;
  text-decoration: none;
  display: inline-block;
}
#seccastanuelas .modal-content .image-form-close {
  display: inline-block;
  background-color: #222222;
  text-align: center;
  text-align: -moz-center;
  cursor: pointer;
  text-decoration: none;
  color: #FFF;
  text-transform: uppercase;
  border: 0;
  margin: 0 0 0.5em 0.5em;
  font-family: inherit;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 11px;
  padding: 0.75em 2em;
  float: right;
  outline: none;
}
#seccastanuelas #modal.upload-image .close {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: -9px;
  right: -9px;
  width: 25px;
  height: 25px;
  background-color: #666;
  line-height: 25px;
  border-radius: 100px;
  cursor: pointer;
}
#seccastanuelas #modal.upload-image .close .text {
  margin-left: 9px;
  color: #fff;
}
#seccastanuelas .overlay {
  background-color: #000;
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
#seccastanuelas textarea.texto {
  text-align: center;
  width: 97%;
  resize: none;
  background-color: #ccc;
}
#seccastanuelas .castanuela-selected {
  width: 0px;
}
#seccastanuelas .module select {
  width: 100%;
  background-color: #CCCCCC;
}
#seccastanuelas .price {
  display: block !important;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
#seccastanuelas .recargo {
  font-size: 0.875rem;
}
#seccastanuelas .recargo strong {
  color: #ffffff;
}
#seccastanuelas .price span.tax {
  font-size: 12px;
  font-weight: normal;
}
#seccastanuelas .cantidad {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
}
#seccastanuelas .cantidad input {
  border: #ccc solid 1px;
  /*border-radius: 4px; */
  padding: 8px 10px;
  font-size: 16px;
  font-weight: bold;
  font-family: monospace;
  width: 3.125rem;
  text-align: right;
  vertical-align: middle;
  margin: 0 5px 0 0;
  /*background-color: #fff; */
}
#seccastanuelas span.quantitywrapper {
  display: inline-block;
  position: relative;
}
#seccastanuelas span.quantitywrapper span.plus {
  display: block;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 16px;
  height: 16px;
  background: url(/flamenco2012/css/images/plus.png) no-repeat top left;
  cursor: pointer;
  border-radius: 16px;
}
#seccastanuelas span.quantitywrapper span.plus:hover {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}
#seccastanuelas span.quantitywrapper span.minus {
  display: block;
  position: absolute;
  right: 1px;
  bottom: 1px;
  width: 16px;
  height: 16px;
  background: url(/flamenco2012/css/images/minus.png) no-repeat top left;
  cursor: pointer;
  border-radius: 16px;
}
#seccastanuelas span.quantitywrapper span.minus:hover {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}
#seccastanuelas .cantidad .agotado {
  color: red;
}
#seccastanuelas .materials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  max-width: 600px;
  margin: 20px auto;
  justify-items: center;
}
#seccastanuelas .instructions-cast, #seccastanuelas .instructions-sombr, #seccastanuelas .instructions-cinta {
  cursor: pointer;
  width: 150px;
  height: auto;
  margin: 0;
  transition: transform 0.2s ease;
}
#seccastanuelas .instructions-cast:hover, #seccastanuelas .instructions-sombr:hover, #seccastanuelas .instructions-cinta:hover {
  transform: scale(1.1);
}
#seccastanuelas .instructions-cast.selected {
  border: 2px solid black;
}
#seccastanuelas .add-text-image-buttons input,
#seccastanuelas .add-tipo-impresion input {
  clear: right;
  float: left !important;
  margin-bottom: 20px !important;
}
#seccastanuelas .price-breakdown {
  background: #f5f5f5;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
  font-size: 13px;
}
#seccastanuelas .price-section {
  margin-bottom: 15px;
}
#seccastanuelas .price-section:last-child {
  margin-bottom: 0;
}
#seccastanuelas .price-section-title {
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 0.5px;
  color: #666;
  margin-bottom: 8px;
  text-transform: uppercase;
}
#seccastanuelas .price-line {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  line-height: 1.4;
}
#seccastanuelas .price-line.inactive {
  display: none;
}
#seccastanuelas .price-label {
  color: #333;
}
#seccastanuelas .price-value {
  font-weight: 500;
  color: #000;
  white-space: nowrap;
}
#seccastanuelas .price-separator {
  border-top: 1px solid #ddd;
  margin: 8px 0;
}
#seccastanuelas .price-separator-bold {
  border-top: 2px solid #333;
  margin: 10px 0;
}
#seccastanuelas .price-subtotal-line {
  margin-top: 8px;
  font-weight: 500;
}
#seccastanuelas .price-total-line {
  font-size: 15px;
  margin-top: 8px;
}
#seccastanuelas .price-total-line strong {
  color: #000;
}
#seccastanuelas .price-tax {
  font-size: 11px;
  color: #666;
  margin-top: 5px;
  text-align: right;
}
#seccastanuelas .vex-dialog-form h1 {
  line-height: 120%;
}
#seccastanuelas .vex-dialog-form .vex-dialog-buttons {
  margin-top: 40px;
}
#seccastanuelas .colorpicker .color img {
  width: 100%;
}
#seccastanuelas .colorpicker .color {
  width: 2.8125rem;
  padding: 5px 10px;
  position: relative;
}
#seccastanuelas .colorpicker .color.selected:after {
  content: "✓";
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 45%;
  font-size: 18px;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
#seccastanuelas .price.hidden {
  display: none !important;
}
#seccastanuelas .upload_info {
  text-align: center;
}
#seccastanuelas .upload_info img {
  max-width: 100px;
}
#seccastanuelas .modal-buttons.center {
  text-align: center;
  position: relative;
}
#seccastanuelas .modal-buttons.center .loader {
  top: -40px;
  font-size: 4px;
  margin: 40px auto;
}
#seccastanuelas .modal-buttons.center .loader:before {
  width: 25px;
  height: 25px;
}
#seccastanuelas .modal-buttons.center .loader:after {
  width: 35px;
  height: 35px;
}

/*
colpick Color Picker / colpick.com
*/
/*Main container*/
#seccastanuelas {
  /*Color selection box with gradients*/
  /*Circular color selector*/
  /*Vertical hue bar*/
  /*Hue bar sliding indicator*/
  /*New color box*/
  /*Current color box*/
  /*Input field containers*/
  /*Text field container on focus*/
  /*Field label container*/
  /*Text inputs*/
  /*Field up/down arrows*/
  /*Submit/Select button*/
  /*full layout with no submit button*/
  /*rgbhex layout*/
  /*rgbhex layout, no submit button*/
  /*hex layout*/
  /*hex layout, no submit button*/
  /*Dark color scheme*/
}
#seccastanuelas .colpick {
  position: absolute;
  width: 346px;
  height: 170px;
  overflow: hidden;
  display: none;
  font-family: Arial, Helvetica, sans-serif;
  background: #ebebeb;
  border: 1px solid #bbb;
  border-radius: 5px;
  /*Prevents selecting text when dragging the selectors*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
#seccastanuelas .colpick_color {
  position: absolute;
  left: 7px;
  top: 7px;
  width: 156px;
  height: 156px;
  overflow: hidden;
  outline: 1px solid #aaa;
  cursor: crosshair;
}
#seccastanuelas .colpick_color_overlay1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 156px;
  height: 156px;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff')"; /* IE8 */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr="#ffffff", endColorstr="#00ffffff"); /* IE6 & IE7 */
}
#seccastanuelas .colpick_color_overlay2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 156px;
  height: 156px;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00000000', endColorstr='#000000')"; /* IE8 */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#000000", GradientType=0); /* IE6-9 */
}
#seccastanuelas .colpick_selector_outer {
  background: none;
  position: absolute;
  width: 11px;
  height: 11px;
  margin: -6px 0 0 -6px;
  border: 1px solid black;
  border-radius: 50%;
}
#seccastanuelas .colpick_selector_inner {
  position: absolute;
  width: 9px;
  height: 9px;
  border: 1px solid white;
  border-radius: 50%;
}
#seccastanuelas .colpick_hue {
  position: absolute;
  top: 6px;
  left: 175px;
  width: 19px;
  height: 156px;
  border: 1px solid #aaa;
  cursor: n-resize;
}
#seccastanuelas .colpick_hue_arrs {
  position: absolute;
  left: -8px;
  width: 35px;
  height: 7px;
  margin: -7px 0 0 0;
}
#seccastanuelas .colpick_hue_larr {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 7px solid #858585;
}
#seccastanuelas .colpick_hue_rarr {
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 7px solid #858585;
}
#seccastanuelas .colpick_new_color {
  position: absolute;
  left: 207px;
  top: 6px;
  width: 60px;
  height: 27px;
  background: #f00;
  border: 1px solid #8f8f8f;
}
#seccastanuelas .colpick_current_color {
  position: absolute;
  left: 277px;
  top: 6px;
  width: 60px;
  height: 27px;
  background: #f00;
  border: 1px solid #8f8f8f;
}
#seccastanuelas .colpick_field, #seccastanuelas .colpick_hex_field {
  position: absolute;
  height: 20px;
  width: 60px;
  overflow: hidden;
  background: #f3f3f3;
  color: #b8b8b8;
  font-size: 12px;
  border: 1px solid #bdbdbd;
  border-radius: 3px;
}
#seccastanuelas .colpick_rgb_r {
  top: 40px;
  left: 207px;
}
#seccastanuelas .colpick_rgb_g {
  top: 67px;
  left: 207px;
}
#seccastanuelas .colpick_rgb_b {
  top: 94px;
  left: 207px;
}
#seccastanuelas .colpick_hsb_h {
  top: 40px;
  left: 277px;
}
#seccastanuelas .colpick_hsb_s {
  top: 67px;
  left: 277px;
}
#seccastanuelas .colpick_hsb_b {
  top: 94px;
  left: 277px;
}
#seccastanuelas .colpick_hex_field {
  width: 68px;
  left: 207px;
  top: 121px;
}
#seccastanuelas .colpick_focus {
  border-color: #999;
}
#seccastanuelas .colpick_field_letter {
  position: absolute;
  width: 12px;
  height: 20px;
  line-height: 20px;
  padding-left: 4px;
  background: #efefef;
  border-right: 1px solid #bdbdbd;
  font-weight: bold;
  color: #777;
}
#seccastanuelas .colpick_field input, #seccastanuelas .colpick_hex_field input {
  position: absolute;
  right: 11px;
  margin: 0;
  padding: 0;
  height: 20px;
  line-height: 20px;
  background: transparent;
  border: none;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #555;
  text-align: right;
  outline: none;
}
#seccastanuelas .colpick_hex_field input {
  right: 4px;
}
#seccastanuelas .colpick_field_arrs {
  position: absolute;
  top: 0;
  right: 0;
  width: 9px;
  height: 21px;
  cursor: n-resize;
}
#seccastanuelas .colpick_field_uarr {
  position: absolute;
  top: 5px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #959595;
}
#seccastanuelas .colpick_field_darr {
  position: absolute;
  bottom: 5px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #959595;
}
#seccastanuelas .colpick_submit {
  position: absolute;
  left: 207px;
  top: 149px;
  width: 130px;
  height: 22px;
  line-height: 22px;
  background: #efefef;
  text-align: center;
  color: #555;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #bdbdbd;
  border-radius: 3px;
}
#seccastanuelas .colpick_submit:hover {
  background: #f3f3f3;
  border-color: #999;
  cursor: pointer;
}
#seccastanuelas .colpick_full_ns .colpick_submit, #seccastanuelas .colpick_full_ns .colpick_current_color {
  display: none;
}
#seccastanuelas .colpick_full_ns .colpick_new_color {
  width: 130px;
  height: 25px;
}
#seccastanuelas .colpick_full_ns .colpick_rgb_r, #seccastanuelas .colpick_full_ns .colpick_hsb_h {
  top: 42px;
}
#seccastanuelas .colpick_full_ns .colpick_rgb_g, #seccastanuelas .colpick_full_ns .colpick_hsb_s {
  top: 73px;
}
#seccastanuelas .colpick_full_ns .colpick_rgb_b, #seccastanuelas .colpick_full_ns .colpick_hsb_b {
  top: 104px;
}
#seccastanuelas .colpick_full_ns .colpick_hex_field {
  top: 135px;
}
#seccastanuelas .colpick_rgbhex .colpick_hsb_h, #seccastanuelas .colpick_rgbhex .colpick_hsb_s, #seccastanuelas .colpick_rgbhex .colpick_hsb_b {
  display: none;
}
#seccastanuelas .colpick_rgbhex {
  width: 282px;
}
#seccastanuelas .colpick_rgbhex .colpick_field, #seccastanuelas .colpick_rgbhex .colpick_submit {
  width: 68px;
}
#seccastanuelas .colpick_rgbhex .colpick_new_color {
  width: 34px;
  border-right: none;
}
#seccastanuelas .colpick_rgbhex .colpick_current_color {
  width: 34px;
  left: 240px;
  border-left: none;
}
#seccastanuelas .colpick_rgbhex_ns .colpick_submit, #seccastanuelas .colpick_rgbhex_ns .colpick_current_color {
  display: none;
}
#seccastanuelas .colpick_rgbhex_ns .colpick_new_color {
  width: 68px;
  border: 1px solid #8f8f8f;
}
#seccastanuelas .colpick_rgbhex_ns .colpick_rgb_r {
  top: 42px;
}
#seccastanuelas .colpick_rgbhex_ns .colpick_rgb_g {
  top: 73px;
}
#seccastanuelas .colpick_rgbhex_ns .colpick_rgb_b {
  top: 104px;
}
#seccastanuelas .colpick_rgbhex_ns .colpick_hex_field {
  top: 135px;
}
#seccastanuelas .colpick_hex .colpick_hsb_h, #seccastanuelas .colpick_hex .colpick_hsb_s, #seccastanuelas .colpick_hex .colpick_hsb_b, #seccastanuelas .colpick_hex .colpick_rgb_r, #seccastanuelas .colpick_hex .colpick_rgb_g, #seccastanuelas .colpick_hex .colpick_rgb_b {
  display: none;
}
#seccastanuelas .colpick_hex {
  width: 206px;
  height: 201px;
}
#seccastanuelas .colpick_hex .colpick_hex_field {
  width: 72px;
  height: 25px;
  top: 168px;
  left: 80px;
}
#seccastanuelas .colpick_hex .colpick_hex_field div, #seccastanuelas .colpick_hex .colpick_hex_field input {
  height: 25px;
  line-height: 25px;
}
#seccastanuelas .colpick_hex .colpick_new_color {
  left: 9px;
  top: 168px;
  width: 30px;
  border-right: none;
}
#seccastanuelas .colpick_hex .colpick_current_color {
  left: 39px;
  top: 168px;
  width: 30px;
  border-left: none;
}
#seccastanuelas .colpick_hex .colpick_submit {
  left: 164px;
  top: 168px;
  width: 30px;
  height: 25px;
  line-height: 25px;
}
#seccastanuelas .colpick_hex_ns .colpick_submit, #seccastanuelas .colpick_hex_ns .colpick_current_color {
  display: none;
}
#seccastanuelas .colpick_hex_ns .colpick_hex_field {
  width: 80px;
}
#seccastanuelas .colpick_hex_ns .colpick_new_color {
  width: 60px;
  border: 1px solid #8f8f8f;
}
#seccastanuelas .colpick_dark {
  background: #161616;
  border-color: #2a2a2a;
}
#seccastanuelas .colpick_dark .colpick_color {
  outline-color: #333;
}
#seccastanuelas .colpick_dark .colpick_hue {
  border-color: #555;
}
#seccastanuelas .colpick_dark .colpick_field, #seccastanuelas .colpick_dark .colpick_hex_field {
  background: #101010;
  border-color: #2d2d2d;
}
#seccastanuelas .colpick_dark .colpick_field_letter {
  background: #131313;
  border-color: #2d2d2d;
  color: #696969;
}
#seccastanuelas .colpick_dark .colpick_field input, #seccastanuelas .colpick_dark .colpick_hex_field input {
  color: #7a7a7a;
}
#seccastanuelas .colpick_dark .colpick_field_uarr {
  border-bottom-color: #696969;
}
#seccastanuelas .colpick_dark .colpick_field_darr {
  border-top-color: #696969;
}
#seccastanuelas .colpick_dark .colpick_focus {
  border-color: #444;
}
#seccastanuelas .colpick_dark .colpick_submit {
  background: #131313;
  border-color: #2d2d2d;
  color: #7a7a7a;
}
#seccastanuelas .colpick_dark .colpick_submit:hover {
  background-color: #101010;
  border-color: #444;
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
#seccastanuelas .jspContainer {
  overflow: hidden;
  position: relative;
}
#seccastanuelas .jspPane {
  position: absolute;
}
#seccastanuelas .jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 9px;
  height: 100%;
  background: red;
}
#seccastanuelas .jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 30px;
  /*width: 100%;*/
  overflow: hidden;
  height: 8px;
  background: red;
}
#seccastanuelas .jspVerticalBar *,
#seccastanuelas .jspHorizontalBar * {
  margin: 0;
  padding: 0;
}
#seccastanuelas .jspCap {
  display: none;
}
#seccastanuelas .jspHorizontalBar .jspCap {
  float: left;
}
#seccastanuelas .jspTrack {
  background: #E3E5EB;
  position: relative;
}
#seccastanuelas .jspVerticalBar .jspTrack {
  background: #b0b2b9;
}
#seccastanuelas .jspDrag {
  background: #FF9202;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}
#seccastanuelas .jspHorizontalBar .jspTrack,
#seccastanuelas .jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}
#seccastanuelas .jspHorizontalBar .jspDrag {
  height: 6px;
  border: 1px solid #E3E5EB;
}
#seccastanuelas .jspVerticalBar .jspDrag {
  width: 7px;
  border: 1px solid #b0b2b9;
}
#seccastanuelas .jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
}
#seccastanuelas .jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}
#seccastanuelas .jspVerticalBar .jspArrow {
  height: 16px;
}
#seccastanuelas .jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}
#seccastanuelas .jspVerticalBar .jspArrow:focus {
  outline: none;
}
#seccastanuelas .jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}

#seccastanuelas {
  /* line 11, ../sass/vex.sass */
  /* line 14, ../sass/vex.sass */
  /* line 25, ../sass/vex.sass */
  /* line 30, ../sass/vex.sass */
  /* line 39, ../sass/vex.sass */
  /* line 42, ../sass/vex.sass */
  /* line 46, ../sass/vex.sass */
  /* line 49, ../sass/vex.sass */
  /* line 53, ../sass/vex.sass */
  /* line 56, ../sass/vex.sass */
  /* line 60, ../sass/vex.sass */
  /* line 76, ../sass/vex.sass */
}
@keyframes vex-fadein {
  /* line 9, ../sass/_keyframes.sass */
  0% {
    opacity: 0;
  }
  /* line 11, ../sass/_keyframes.sass */
  100% {
    opacity: 1;
  }
}
@keyframes vex-fadeout {
  /* line 16, ../sass/_keyframes.sass */
  0% {
    opacity: 1;
  }
  /* line 18, ../sass/_keyframes.sass */
  100% {
    opacity: 0;
  }
}
@keyframes vex-rotation {
  /* line 127, ../sass/_keyframes.sass */
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  /* line 129, ../sass/_keyframes.sass */
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
  }
}
#seccastanuelas .vex, #seccastanuelas .vex *, #seccastanuelas .vex *:before, #seccastanuelas .vex *:after {
  box-sizing: border-box;
}
#seccastanuelas .vex {
  position: fixed;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1111;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#seccastanuelas .vex-overlay {
  background: black;
  filter: alpha(opacity=40);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
#seccastanuelas .vex-overlay {
  animation: vex-fadein 0.5s;
  -webkit-animation: vex-fadein 0.5s;
  -moz-animation: vex-fadein 0.5s;
  -ms-animation: vex-fadein 0.5s;
  -o-animation: vex-fadein 0.5s;
  -webkit-backface-visibility: hidden;
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#seccastanuelas .vex.vex-closing .vex-overlay {
  animation: vex-fadeout 0.5s;
  -webkit-animation: vex-fadeout 0.5s;
  -moz-animation: vex-fadeout 0.5s;
  -ms-animation: vex-fadeout 0.5s;
  -o-animation: vex-fadeout 0.5s;
  -webkit-backface-visibility: hidden;
}
#seccastanuelas .vex-content {
  animation: vex-fadein 0.5s;
  -webkit-animation: vex-fadein 0.5s;
  -moz-animation: vex-fadein 0.5s;
  -ms-animation: vex-fadein 0.5s;
  -o-animation: vex-fadein 0.5s;
  -webkit-backface-visibility: hidden;
  background: white;
}
#seccastanuelas .vex.vex-closing .vex-content {
  animation: vex-fadeout 0.5s;
  -webkit-animation: vex-fadeout 0.5s;
  -moz-animation: vex-fadeout 0.5s;
  -ms-animation: vex-fadeout 0.5s;
  -o-animation: vex-fadeout 0.5s;
  -webkit-backface-visibility: hidden;
}
#seccastanuelas .vex-close:before {
  font-family: Arial, sans-serif;
  content: "×";
}
#seccastanuelas .vex-dialog-form {
  margin: 0;
}
#seccastanuelas .vex-dialog-button {
  -webkit-appearance: none;
  cursor: pointer;
}
#seccastanuelas .vex-loading-spinner {
  animation: vex-rotation 0.7s linear infinite;
  -webkit-animation: vex-rotation 0.7s linear infinite;
  -moz-animation: vex-rotation 0.7s linear infinite;
  -ms-animation: vex-rotation 0.7s linear infinite;
  -o-animation: vex-rotation 0.7s linear infinite;
  -webkit-backface-visibility: hidden;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  position: fixed;
  z-index: 1112;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2em;
  width: 2em;
  background: white;
}
#seccastanuelas .vex-open {
  overflow: hidden;
}

/*CUSTOM*/
#secsombrero ~ .vex.vex-theme-default .instructions-cinta:hover, #secsombrero ~ .vex.vex-theme-default .instructions-color:hover {
  transform: scale(1.5);
}
#secsombrero ~ .vex.vex-theme-default .vex-canvas-img:hover {
  transform: scale(2.5);
}
#secsombrero ~ .vex.vex-theme-default .vex-canvas-img.fontext:hover {
  transform: scale(3.5);
}
#secsombrero ~ .vex.vex-theme-default .instructions-sombr.selected, #secsombrero ~ .vex.vex-theme-default .instructions-cinta.selected, #secsombrero ~ .vex.vex-theme-default .instructions-color.selected, #secsombrero ~ .vex.vex-theme-default .instructions-color-img.selected {
  border: 2px dashed #008000;
}
#secsombrero ~ .vex.vex-theme-default .point {
  cursor: pointer;
}
#secsombrero ~ .vex.vex-theme-default .select_fontfamily2 select, #secsombrero ~ .vex.vex-theme-default .select_fontsize2 select, #secsombrero ~ .vex.vex-theme-default .select_repeticiones select, #secsombrero ~ .vex.vex-theme-default .select_color {
  background-color: #000;
  word-break: break-word;
  color: white;
  padding: 12px;
  width: 250px;
  border: none;
  font-size: 15px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
  outline: none;
}
#secsombrero ~ .vex.vex-theme-default .select_fontfamily2 select option, #secsombrero ~ .vex.vex-theme-default .select_fontsize2 select option, #secsombrero ~ .vex.vex-theme-default .select_repeticiones select option,
#secsombrero ~ .vex.vex-theme-default .select_color div.color {
  background-color: #000;
  color: white;
}
#secsombrero ~ .vex.vex-theme-default .text_vex_title {
  color: black;
  text-transform: lowercase;
}
#secsombrero ~ .vex.vex-theme-default .text_vex_title:first-letter {
  text-transform: uppercase;
}

.scale-up {
  transform: scale(1.5);
}

@media screen and (max-width: 322px) {
  #secsombrero ~ .vex.vex-theme-default .vex-dialog-button {
    flex: 0 1 100%;
  }
}
.add-faces-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 20px;
}

#seccastanuelas {
  /* line 13, ../sass/vex-theme-default.sass */
  /* line 17, ../sass/vex-theme-default.sass */
  /* line 20, ../sass/vex-theme-default.sass */
  /* line 23, ../sass/vex-theme-default.sass */
  /* line 36, ../sass/vex-theme-default.sass */
  /* line 39, ../sass/vex-theme-default.sass */
  /* line 46, ../sass/vex-theme-default.sass */
  /* line 61, ../sass/vex-theme-default.sass */
  /* line 67, ../sass/vex-theme-default.sass */
  /* line 70, ../sass/vex-theme-default.sass */
  /* line 73, ../sass/vex-theme-default.sass */
  /* line 85, ../sass/vex-theme-default.sass */
  /* line 89, ../sass/vex-theme-default.sass */
  /* line 38, ../../../../../.rvm/gems/ruby-1.9.3-p194/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
  /* line 92, ../sass/vex-theme-default.sass */
  /* line 104, ../sass/vex-theme-default.sass */
  /* line 107, ../sass/vex-theme-default.sass */
  /* line 116, ../sass/vex-theme-default.sass */
  /* line 120, ../sass/vex-theme-default.sass */
  /* line 124, ../sass/vex-theme-default.sass */
}
@keyframes vex-flyin {
  /* line 25, ../sass/_keyframes.sass */
  0% {
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
  }
  /* line 28, ../sass/_keyframes.sass */
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@keyframes vex-flyout {
  /* line 34, ../sass/_keyframes.sass */
  0% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  /* line 37, ../sass/_keyframes.sass */
  100% {
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
  }
}
@keyframes vex-pulse {
  /* line 136, ../sass/_keyframes.sass */
  0% {
    box-shadow: inset 0 0 0 300px transparent;
  }
  /* line 138, ../sass/_keyframes.sass */
  70% {
    box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
  }
  /* line 140, ../sass/_keyframes.sass */
  100% {
    box-shadow: inset 0 0 0 300px transparent;
  }
}
#seccastanuelas .vex.vex-theme-default {
  padding-top: 160px;
  padding-bottom: 160px;
}
#seccastanuelas .vex.vex-theme-default.vex-closing .vex-content {
  animation: vex-flyout 0.5s;
  -webkit-animation: vex-flyout 0.5s;
  -moz-animation: vex-flyout 0.5s;
  -ms-animation: vex-flyout 0.5s;
  -o-animation: vex-flyout 0.5s;
  -webkit-backface-visibility: hidden;
}
#seccastanuelas .vex.vex-theme-default .vex-content {
  animation: vex-flyin 0.5s;
  -webkit-animation: vex-flyin 0.5s;
  -moz-animation: vex-flyin 0.5s;
  -ms-animation: vex-flyin 0.5s;
  -o-animation: vex-flyin 0.5s;
  -webkit-backface-visibility: hidden;
}
#seccastanuelas .vex.vex-theme-default .vex-content {
  border-radius: 5px;
  font-family: Helvetica, Arial;
  background: #f0f0f0;
  color: #444444;
  padding: 1em;
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  width: 450px;
  font-size: 1.1em;
  line-height: 1.5em;
}
#seccastanuelas .vex.vex-theme-default .vex-content h1, #seccastanuelas .vex.vex-theme-default .vex-content h2, #seccastanuelas .vex.vex-theme-default .vex-content h3, #seccastanuelas .vex.vex-theme-default .vex-content h4, #seccastanuelas .vex.vex-theme-default .vex-content h5, #seccastanuelas .vex.vex-theme-default .vex-content h6, #seccastanuelas .vex.vex-theme-default .vex-content p, #seccastanuelas .vex.vex-theme-default .vex-content ul, #seccastanuelas .vex.vex-theme-default .vex-content li {
  color: inherit;
}
#seccastanuelas .vex.vex-theme-default .vex-close {
  border-radius: 5px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
#seccastanuelas .vex.vex-theme-default .vex-close:before {
  border-radius: 3px;
  position: absolute;
  content: "×";
  font-size: 26px;
  font-weight: normal;
  line-height: 31px;
  height: 30px;
  width: 30px;
  text-align: center;
  top: 3px;
  right: 3px;
  color: #bbbbbb;
  background: transparent;
}
#seccastanuelas .vex.vex-theme-default .vex-close:hover:before, #seccastanuelas .vex.vex-theme-default .vex-close:active:before {
  color: #777777;
  background: #e0e0e0;
}
#seccastanuelas .vex.vex-theme-default .vex-dialog-form .vex-dialog-message {
  margin-bottom: 0.5em;
}
#seccastanuelas .vex.vex-theme-default .vex-dialog-form .vex-dialog-input {
  margin-bottom: 1em;
}
#seccastanuelas .vex.vex-theme-default .vex-dialog-form .vex-dialog-input textarea, #seccastanuelas .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type=date], #seccastanuelas .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type=datetime], #seccastanuelas .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type=datetime-local], #seccastanuelas .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type=email], #seccastanuelas .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type=month], #seccastanuelas .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type=number], #seccastanuelas .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type=password], #seccastanuelas .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type=search], #seccastanuelas .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type=tel], #seccastanuelas .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type=text], #seccastanuelas .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type=time], #seccastanuelas .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type=url], #seccastanuelas .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type=week] {
  border-radius: 3px;
  background: white;
  width: 100%;
  padding: 0.25em 0.67em;
  border: 0;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  min-height: 2.5em;
  margin: 0 0 0.25em;
  outline: none;
}
#seccastanuelas .vex.vex-theme-default .vex-dialog-form .vex-dialog-input textarea:focus, #seccastanuelas .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type=date]:focus, #seccastanuelas .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type=datetime]:focus, #seccastanuelas .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type=datetime-local]:focus, #seccastanuelas .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type=email]:focus, #seccastanuelas .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type=month]:focus, #seccastanuelas .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type=number]:focus, #seccastanuelas .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type=password]:focus, #seccastanuelas .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type=search]:focus, #seccastanuelas .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type=tel]:focus, #seccastanuelas .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type=text]:focus, #seccastanuelas .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type=time]:focus, #seccastanuelas .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type=url]:focus, #seccastanuelas .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type=week]:focus {
  box-shadow: inset 0 0 0 2px #8dbdf1;
  outline: none;
}
#seccastanuelas .vex.vex-theme-default .vex-dialog-form .vex-dialog-buttons {
  *zoom: 1;
}
#seccastanuelas .vex.vex-theme-default .vex-dialog-form .vex-dialog-buttons:after {
  content: "";
  display: table;
  clear: both;
}
#seccastanuelas .vex.vex-theme-default .vex-dialog-button {
  /*-webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; */
  border: 0;
  float: right;
  margin: 0 0 0 0.5em;
  font-family: inherit;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.8em;
  line-height: 1em;
  padding: 0.75em 2em;
}
#seccastanuelas .vex.vex-theme-default .vex-dialog-button.vex-last {
  margin-left: 0;
}
#seccastanuelas .vex.vex-theme-default .vex-dialog-button:focus {
  animation: vex-pulse 1.1s infinite;
  -webkit-animation: vex-pulse 1.1s infinite;
  -moz-animation: vex-pulse 1.1s infinite;
  -ms-animation: vex-pulse 1.1s infinite;
  -o-animation: vex-pulse 1.1s infinite;
  -webkit-backface-visibility: hidden;
  outline: none;
}
@media (max-width: 568px) {
  #seccastanuelas {
    /* line 107, ../sass/vex-theme-default.sass */
  }
  #seccastanuelas .vex.vex-theme-default .vex-dialog-button:focus {
    animation: none;
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    -webkit-backface-visibility: hidden;
  }
}
#seccastanuelas .vex.vex-theme-default .vex-dialog-button.vex-dialog-button-primary {
  display: inline-block;
  background-color: #222222;
  text-align: center;
  text-align: -moz-center;
  cursor: pointer;
  text-decoration: none;
  color: #FFF;
  text-transform: uppercase;
}
#seccastanuelas .vex.vex-theme-default .vex-dialog-button.vex-dialog-button-secondary {
  background: #e0e0e0;
  color: #777777;
}
#seccastanuelas .vex-loading-spinner.vex-theme-default {
  box-shadow: 0 0 0 0.5em #f0f0f0, 0 0 1px 0.5em rgba(0, 0, 0, 0.3);
  border-radius: 100%;
  background: #f0f0f0;
  border: 0.2em solid transparent;
  border-top-color: #bbbbbb;
  top: -1.1em;
  bottom: auto;
}

.textPoster {
  display: none;
}

#secposters {
  /*  */
  /* Index */
  /* DETALLE */
  /* VERSIÓN TABLET*/
}
@font-face {
  font-family: "Helvetica Condensed";
  src: url(/fonts/helvetica-condensed.ttf?4ee089333c9f4a491f2d70a5232ac245) format("truetype");
  src: url(/fonts/helvetica-condensed.ttf?4ee089333c9f4a491f2d70a5232ac245);
}
@font-face {
  font-family: "Eurostile";
  src: url(/fonts/eurostile.ttf?4c358dadd43489c43cc31801883489b4) format("truetype");
  src: url(/fonts/eurostile.ttf?4c358dadd43489c43cc31801883489b4);
}
#secposters .icon-spinner {
  transform: scale(0.5, 0.5);
}
#secposters .poster_container {
  height: 100vh;
}
#secposters .bold, #secposters .italic {
  cursor: pointer;
  display: inline-block;
}
#secposters .bold.selected {
  font-weight: bold;
}
#secposters .italic.selected {
  font-style: italic;
}
#secposters .stroke {
  display: inline-block;
}
#secposters .color-box {
  display: inline-block;
  margin: 0;
  border: 1px solid #000;
}
#secposters .posters {
  background-color: #222222;
  width: 100%;
  height: 100vh;
}
#secposters .poster_list_title {
  text-align: center;
  margin: 0;
  color: #FFFFFF;
  padding-top: 20px;
  padding-bottom: 20px;
}
#secposters .poster_list_total_container {
  width: 810px;
  background-color: #999999;
  height: 100vh;
  margin: 0 auto;
  overflow-y: auto;
}
#secposters .poster {
  display: inline-block;
  width: 210px;
  height: 450px;
  background-color: #CCCCCC;
  text-align: center;
  cursor: pointer;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  margin-left: 10px;
  margin-bottom: 10px;
}
#secposters .poster span {
  display: inline-block;
  font-size: 15px;
  text-decoration: none;
}
#secposters body {
  font-family: Helvetica, Arial;
  font-size: 12px;
  margin: 0;
  overflow-y: hidden;
}
#secposters select {
  appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -khtml-appearance: none;
  -webkit-appearance: none;
  background-color: #CCCCCC;
  color: #000000;
  padding-left: 10px;
}
#secposters option {
  appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -khtml-appearance: none;
  -webkit-appearance: none;
  background-color: #CCCCCC;
  color: #000000;
  padding-left: 10px;
}
#secposters input[type=text] {
  appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -khtml-appearance: none;
  -webkit-appearance: none;
  background-color: #CCCCCC;
  color: #000000;
  width: 95%;
  font-weight: bolder;
  padding-left: 5%;
}
#secposters .active {
  z-index: 2 !important;
}
#secposters .inactive {
  display: none !important;
}
#secposters .pointer {
  cursor: pointer !important;
}
#secposters .edit_panel {
  display: inline-block;
  position: relative;
  top: 0;
  vertical-align: top;
  color: #FFF;
  width: 320px;
  z-index: 4;
}
#secposters #config {
  display: inline-block !important;
  width: 250px;
  position: absolute;
  left: 70px;
  background-color: #666666;
  height: 100vh;
  padding-top: 20px;
  box-shadow: 2px 0px 1px #CCCCCC;
}
#secposters .toolbar {
  display: inline-block;
  background-color: #333333;
  width: 70px;
  padding-top: 20px;
  height: 100vh;
  text-align: center;
  text-align: -moz-center;
  float: left;
  font-family: Helvetica, Arial !important;
}
#secposters .toolbar_icon_container {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 20px;
  color: white;
  cursor: pointer;
  z-index: 12;
  padding-top: 5px;
}
#secposters .toolbar_icon {
  width: 100%;
  text-align: center;
}
#secposters .toolbar_icon_container.active {
  background-color: #666666;
}
#secposters .toolbar_icon i {
  font-size: 25px !important;
  line-height: 25px;
  vertical-align: middle;
  margin: 0 auto;
}
#secposters .toolbar_icon span {
  font-family: Georgia, serif;
  font-size: 30px;
  line-height: 25px;
  vertical-align: middle;
  margin: 0 auto;
}
#secposters .toolbar_icon_text span {
  font-size: 12px !important;
}
#secposters .edit {
  position: absolute;
  top: 0;
  left: 70px;
  color: #FFF;
  background-color: #666666;
  height: 100vh;
  width: 250px;
  overflow-y: auto;
  visibility: visible;
  padding-top: 20px;
}
#secposters .edit.active {
  z-index: 20 !important;
  box-shadow: 2px 0px 1px #CCCCCC;
}
#secposters .text_title {
  line-height: bolder;
  text-align: left;
}
#secposters #text_editor .text_title input {
  line-height: normal;
}
#secposters .edit_container, #secposters .default_text {
  width: 90%;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 5%;
  display: inline-block;
  text-align: center;
}
#secposters .edit_settings {
  width: 100%;
  display: inline-block;
  position: relative;
}
#secposters .size_settings {
  display: inline-block;
  width: 34.5%;
  position: relative;
  float: right;
}
#secposters .align_container, #secposters .style_container {
  display: table;
  vertical-align: middle;
  width: 100%;
  background-color: #999999;
  height: 25px;
}
#secposters .align_subcontainer, #secposters .style_subcontainer {
  display: table-row;
  vertical-align: middle;
  text-align: center;
  height: 25px;
}
#secposters .align_item, #secposters .style_item {
  display: table-cell;
  vertical-align: middle;
  width: 20%;
  padding-left: 0;
  padding-right: 0;
  line-height: 25px !important;
}
#secposters .toolbar_preview {
  display: inline-block;
  background-color: #333333;
  width: 100%;
  height: 100vh;
}
#secposters .edit_canvas {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 320px;
  height: 100vh;
  overflow: hidden;
}
#secposters .canvas-container {
  position: relative;
  margin: 0 auto;
  border: 2px dashed #FF0000;
  overflow: auto;
  overflow: -moz-scrollbars-none;
}
#secposters .canvas-container::-webkit-scrollbar {
  display: none;
}
#secposters .colpick {
  z-index: 3;
}
#secposters .color-box {
  width: 100% !important;
  height: 20px !important;
}
#secposters .select.fontsize, #secposters .select.strokewidth {
  display: inline-block;
  max-height: 40px;
  overflow: auto;
  width: 35px;
}
#secposters .select.fontsize {
  width: 30px;
  overflow-x: hidden;
  padding: 0 !important;
}
#secposters .text_title {
  width: 100%;
  border-bottom: 1px solid #AAAAAA;
}
#secposters .edit_settings .text_title {
  width: 100%;
}
#secposters .module {
  height: 80px;
  width: 100%;
  padding-bottom: 10px;
  display: inline-block;
}
#secposters .fa.set, #secposters .fa.selected {
  font-weight: bolder;
  font-size: 12px;
  background-color: #888888;
}
#secposters .select_fontfamily select, #secposters .select_fontsize select, #secposters .select_strokesize select, #secposters .select_default_text {
  width: 100%;
  background-color: #CCCCCC;
}
#secposters .action_btn {
  display: inline-block;
  width: 48%;
  height: 25px;
  background-color: #222222;
  text-align: center;
  text-align: -moz-center;
  cursor: pointer;
  line-height: 25px !important;
}
#secposters .align_buttons {
  background-color: #999999;
  height: 20px;
}
#secposters .align_buttons i {
  width: 23%;
  padding: 0 !important;
  line-height: 20px;
  cursor: pointer;
}
#secposters .clicked {
  transform: scale(1.2);
}
#secposters .upload_btn_container {
  display: inline-block;
  height: 100px;
  width: 60%;
  padding-left: 20%;
  padding-right: 20%;
  text-align: center;
  padding-bottom: 10px;
}
#secposters .upload_btn {
  width: 100%;
  height: 100%;
  background-color: #222222;
  text-align: -moz-center;
  cursor: pointer;
}
#secposters .upload_btn .fa-file-photo-o {
  line-height: 60px !important;
  font-size: 20px !important;
}
#secposters .poster_img {
  display: inline-block;
}
#secposters .grid_module {
  height: 100px;
}
#secposters #grid_val {
  color: white;
  width: 40px;
}
#secposters .valueGrid {
  display: inline-block;
}
#secposters .toggleGrid {
  display: inline-block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
#secposters input[type=range] {
  -webkit-appearance: none;
  border-radius: 5px;
  box-shadow: inset 0 0 5px #333;
  background-color: #999;
  height: 10px;
  vertical-align: middle;
}
#secposters input[type=range]::-moz-range-track {
  -moz-appearance: none;
  border-radius: 5px;
  box-shadow: inset 0 0 5px #333;
  background-color: #999;
  height: 10px;
}
#secposters input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  border-radius: 20px;
  background-color: #FFF;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
  border: 1px solid #999;
  height: 20px;
  width: 20px;
}
#secposters input[type=range]::-moz-range-thumb {
  -moz-appearance: none;
  border-radius: 20px;
  background-color: #FFF;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
  border: 1px solid #999;
  height: 20px;
  width: 20px;
}
#secposters .upload_menu_container {
  display: table;
  width: 400px;
  height: 100px;
  background-color: #666666;
  z-index: 100;
  position: absolute;
  top: 20%;
  left: 30%;
  color: white;
}
#secposters .upload_menu {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#secposters .upload_selection_container, #secposters .selection_upload_container {
  display: inline-block;
  width: 48%;
  height: 20px;
  background-color: #222222;
  text-align: center;
  text-align: -moz-center;
  cursor: pointer;
  line-height: 20px !important;
}
#secposters #output .uploaded, #secposters #MyUploadForm {
  visibility: hidden !important;
  position: absolute;
  left: 2000px;
}
#secposters #upload_image .close {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: -9px;
  right: -9px;
  width: 25px;
  height: 25px;
  background-color: #222222;
  line-height: 25px;
  border-radius: 100px;
  cursor: pointer;
}
#secposters #loading {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  background-color: #222222;
  text-align: center;
  vertical-align: middle;
  padding-top: 20px;
}
#secposters #loading .loading_container {
  display: inline-block;
  color: white;
  font-size: 1.375rem;
}
#secposters #loading .loading_container .loading_box {
  margin-top: 40vh;
  background-color: #666666;
  border-radius: 10px;
  width: 300px;
}
#secposters #loading .loading_container .loading_box .loading_text {
  font-size: 1.375rem;
}
#secposters .loading_image {
  font-size: 25px !important;
}
#secposters #current_font_color {
  height: 40px;
  width: 47%;
  background-color: #000000;
  cursor: pointer;
  display: inline-block;
  float: right;
}
#secposters #current_stroke_color {
  height: 40px;
  width: 47%;
  background-color: #17365d;
  cursor: pointer;
  display: inline-block;
  float: right;
}
#secposters .palette_container {
  display: inline-block;
  height: 0px;
  width: 0px;
  margin-top: -15px;
  transition: height 1s, transform 1s;
  -o-transition: height 1s, transform 1s;
  -ms-transition: height 1s, transform 1s;
  -moz-transition: height 1s, transform 1s;
  -webkit-transition: height 1s, transform 1s;
}
#secposters .palette {
  display: none;
  height: 100px;
  width: 100%;
}
#secposters .color {
  display: inline-block;
  cursor: pointer;
}
#secposters .br {
  display: none;
}
#secposters .palette_container.active {
  width: 100%;
  height: auto;
}
#secposters .palette_container.active .palette {
  display: block;
}
#secposters .palette_container.active .color {
  width: 20%;
  height: 20px;
  display: block;
  float: left;
}
#secposters .tablet .palette_container.active .color {
  height: 25px;
}
#secposters .palette_container.active .br {
  display: block;
}
#secposters .font_color_module,
#secposters .stroke_color_module,
#secposters .size_module {
  height: 40px;
}
#secposters .font_color_module.active,
#secposters .stroke_color_module.active {
  height: 145px;
}
#secposters .black_button {
  display: inline-block;
  width: 100%;
  height: 20px;
  background-color: #222222;
  text-align: center;
  text-align: -moz-center;
  cursor: pointer;
  line-height: 20px !important;
  text-decoration: none;
  color: #FFF;
  text-transform: uppercase;
}
#secposters .black_button_wrapper {
  height: 40px;
  margin-bottom: 10px;
}
#secposters .size_module {
  margin-bottom: 10px;
  border-bottom: 1px solid #AAAAAA;
}
#secposters .size_module .text_title {
  border-bottom: 0;
}
#secposters .size_module .text_title,
#secposters .size_module .select_strokesize,
#secposters .size_module .select_fontsize {
  width: 47%;
  display: inline-block;
  height: 40px;
  float: right;
}
#secposters .size_module .text_title {
  float: left;
}
#secposters .size_module select {
  width: 100%;
  height: 40px;
  float: right;
}
#secposters .size_module select {
  width: 100%;
  float: right;
  height: 25px;
}
#secposters .size_module #current_font_color,
#secposters .size_module #current_stroke_color {
  width: 47%;
  float: right;
  height: 25px;
}
#secposters .tablet .edit_canvas {
  display: inline-block;
  position: absolute;
  top: 0;
  height: 100vh;
}
#secposters .tablet .toolbar {
  overflow-y: auto;
}
#secposters .tablet .edit.active {
  transform: translate(0, 0);
  left: 69px;
}
#secposters .tablet select,
#secposters .tablet input {
  height: 25px;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: 13px;
  line-height: 25px;
  border: 0 !important;
}
#secposters .ie_select_gridsize,
#secposters .ipad_select_gridsize {
  width: 100%;
}
#secposters .tablet .font_color_module.active,
#secposters .tablet .stroke_color_module.active {
  height: 185px;
}
#secposters .tablet .size_module {
  margin-bottom: 20px;
}
#secposters .tablet .size_module .select_strokesize,
#secposters .tablet .size_module .select_fontsize {
  height: 25px;
}
#secposters .tablet .edit_panel {
  width: 270px;
}
#secposters .tablet #config,
#secposters .tablet .edit {
  width: 202px;
}
#secposters .tablet .poster_img {
  transform: scale(0.8) !important;
  -o-transform: scale(0.8) !important;
  -ms-transform: scale(0.8) !important;
  -moz-transform: scale(0.8) !important;
  -webkit-transform: scale(0.8) !important;
}
#secposters .tablet #poster_editor .edit_container {
  height: 100%;
  padding: 0;
}
#secposters .tablet input[type=text] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
}
#secposters .tablet .valueGrid {
  width: 110px;
}
#secposters .tablet .valueGrid input[type=range] {
  width: 80%;
}
#secposters .tablet .edit_canvas {
  position: absolute;
  left: 270px;
  width: auto;
}
#secposters .tablet .valueGrid {
  width: 97%;
}
#secposters .tablet .grid_scale {
  width: 100%;
}
#secposters .tablet .action_btn.touched {
  outline: 2px solid #CCCCCC;
}
#secposters .tablet .toolbar_icon_container {
  height: 40px;
}
#secposters .tablet .toolbar_icon {
  line-height: 40px;
}
#secposters .tablet .toolbar_icon_icon,
#secposters .tablet .toolbar_icon_text {
  line-height: 18px;
}
#secposters .tablet .toolbar_icon_icon i {
  font-size: 20px !important;
  line-height: 6px !important;
}
#secposters .tablet .toolbar_icon_icon span {
  font-size: 20px !important;
  line-height: 10px !important;
}
#secposters .tablet .toolbar_icon_text span {
  font-size: 10px !important;
  line-height: 10px;
}
#secposters .canvasloading {
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #D1D1D1;
  color: #333;
  left: 0;
  right: 0;
  text-align: center;
  display: none;
}
#secposters .canvasloading.active {
  display: block;
}
#secposters .canvasloading .loading-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.375rem;
}
#secposters .tutorial {
  margin-top: 30px;
}
#secposters .tutorial .title {
  font-size: 20px;
  text-align: left;
  color: #ffffff;
}
#secposters .tutorial .block {
  font-size: 15px;
  margin-top: 15px;
  text-align: left;
}
#secposters .logoflamenco {
  position: absolute;
  bottom: 40px;
}

.select-hidden {
  display: none;
  visibility: collapse;
  padding-right: 10px;
}

.select-section {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.01875rem;
  text-align: left;
  color: #4a4a4a;
  width: 24.8125rem;
  height: 2.9375rem;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f4f4f4;
  padding: 8px 15px;
  border: 1px solid #979797;
  text-transform: capitalize;
}
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #4a4a4a transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 12px;
  z-index: 6;
}
.select-styled:hover {
  background-color: #f4f4f4;
}
.select-styled:active:after, .select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #4a4a4a transparent;
  z-index: 6;
}

.flecha {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 2.5rem;
  z-index: 5;
  width: 0.0625rem;
  background-color: #979797;
}

.select-options {
  display: none;
  position: absolute;
  font-weight: normal;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 10;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #f4f4f4;
  border-right: 1px solid #979797;
  border-left: 1px solid #979797;
}
.select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  text-transform: capitalize;
}
.select-options li:hover {
  color: #4a4a4a;
  background: #fd7e7e;
}
.select-options li[rel=hide] {
  display: none;
}
.select-options li:last-child {
  border-bottom: 1px solid #979797;
}

.column-image-edit .select-section {
  width: 11rem;
  height: 2.0625rem;
}
.column-image-edit .select-styled {
  display: block;
  overflow: hidden;
  padding-right: 1.875rem;
}
.column-image-edit .select-styled:after {
  top: 11px;
}
.column-image-edit .select-styled:active:after, .column-image-edit .select-styled.active:after {
  top: 4px;
}
.column-image-edit .variantes .select-section {
  width: 100%;
}
.column-image-edit .variantes .select-styled, .column-image-edit .variantes .select-options {
  background-color: #ffffff;
  width: 100%;
}

.amimaneraAskContainer {
  position: relative;
  padding-top: 50px;
}
.amimaneraAskContainer .categories.general.select-categories {
  width: 397px;
}
.amimaneraAskContainer .breadCrumb {
  margin-left: 80px;
}
@media screen and (max-width: 768px) {
  .amimaneraAskContainer .breadCrumb {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1087px) {
  .amimaneraAskContainer .breadCrumb {
    margin-left: 0;
  }
}
.amimaneraAskContainer .title--section {
  margin-left: 80px;
  margin-top: -10px;
}
.amimaneraAskContainer .productList .product .detailButtons .column .button span {
  font-family: "Oswald", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: -0.3px;
  text-align: center;
  color: #ff0201;
}
@media screen and (max-width: 1087px) {
  .amimaneraAskContainer {
    padding-top: 0px;
  }
}
.amimaneraAskContainer .amimaneraAskHeader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  margin-top: 0.45rem;
}
.amimaneraAskContainer .amimaneraAskHeader img {
  max-height: 50vh;
  width: 100%;
}
.amimaneraAskContainer .amimaneraAsk {
  display: block;
  overflow: hidden;
  background: #f4f4f4;
}
.amimaneraAskContainer .questions {
  overflow: hidden;
}
.amimaneraAskContainer .questions a {
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.58;
  letter-spacing: -0.03125rem;
  text-align: left;
  color: #4a4a4a;
  display: block;
}
.amimaneraAskContainer .questions a:hover {
  color: red;
}

@media screen and (max-width: 1087px) {
  .amimanera_text {
    padding-left: 30px;
    padding-right: 30px;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: -0.4px;
    text-align: left;
    color: #1f1f1f;
  }
}
.amimanera_text.block_texts {
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  letter-spacing: -0.3px;
  color: #4a4a4a;
}

.inform {
  margin-bottom: 55px;
  margin-top: 55px;
}
.inform .titleTexto {
  padding-left: 2.5rem;
}
@media screen and (max-width: 1087px) {
  .inform {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .inform .titleTexto {
    padding-left: 30px;
  }
  .inform .titleTexto span {
    font-family: Oswald;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.1px;
    color: #1f1f1f;
    margin-left: 0px;
  }
  .inform .titleTexto img {
    display: none;
  }
  .inform .titleTexto.rectangle-grey {
    background-color: #ccc;
  }
}
.inform span {
  font-family: "Oswald", sans-serif;
  font-size: 2.25rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.06;
  letter-spacing: -0.8px;
  text-align: left;
  color: #ffffff;
  margin-left: 25px;
}
.inform p {
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.3;
  color: #4a4a4a;
  margin-bottom: 2.5rem;
}
.inform h3 {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.625rem;
  color: #4a4a4a;
  margin-bottom: 2.5rem;
}

.editContainer {
  position: relative;
  padding-top: 50px;
}
.editContainer .editHeader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.editContainer .editHeader img {
  max-height: 50vh;
  width: 100%;
}
.editContainer .edit {
  display: block;
  overflow: hidden;
  background: #f4f4f4;
}
@media screen and (min-width: 1088px) {
  .editContainer .edit {
    min-width: 68.75rem;
  }
}
.editContainer [data-color=container] {
  position: relative;
  padding-top: 100%;
}
.editContainer [data-color=container] [data-color=item] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.editContainer .column-image-edit {
  height: auto;
}
.editContainer .column-image-edit img {
  position: absolute;
  z-index: 5;
}
.editContainer .column-image-edit .white {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: -0.01875rem;
  color: #ffffff;
}
.editContainer .column-image-edit .containerOptions {
  border: #cccccc solid 1px;
  background-color: #f4f4f4;
  height: 48.75rem;
}
.editContainer .column-image-edit .containerOptions .categories.select-categories {
  padding: 0.3125rem;
}
.editContainer .column-image-edit .containerOptions .categories.select-categories .btn-select {
  right: 0;
}
.editContainer .column-image-edit .containerOptions .categories.select-categories .btn-select .flechita:after {
  right: 6%;
}
.editContainer .column-image-edit .containerOptions .categories.select-categories .btn-select span {
  font-size: 0.875rem;
}
.editContainer .column-image-edit .containerOptions .categories.select-categories .btn-select ~ ul {
  width: 96%;
}
.editContainer .column-image-edit .containerOptions .categories.select-categories .btn-select ~ ul li a {
  line-height: 1.5;
  padding: 1.0625rem;
}
.editContainer .column-image-edit .containerOptions .categories.select-categories .btn-select.select-zona ~ ul {
  width: 100%;
}
@media screen and (max-width: 1087px) {
  .editContainer {
    padding-top: 0;
  }
  .editContainer .description {
    font-family: "Oswald", sans-serif;
    font-size: 1.5625rem;
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: -0.025rem;
    text-align: left;
    color: #4a4a4a;
  }
  .editContainer .description .ref {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    letter-spacing: -0.3px;
    text-align: left;
  }
  .editContainer .description .price .iva {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.3px;
  }
  .editContainer .description .price .price--additional {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.3px;
  }
  .editContainer .description .price .price--additional.large {
    font-family: "Oswald", sans-serif;
    font-size: 1.5rem;
    letter-spacing: -0.03125rem;
    color: #4a4a4a;
    font-size: 1.125rem;
    font-weight: 500;
  }
  .editContainer .description .price.small {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.3px;
  }
  .editContainer .description .price.small span {
    font-size: 0.875rem;
  }
}

.column-container {
  flex-wrap: nowrap !important;
}

.column-left .variant-wrapper {
  display: flex;
}
.column-left .variant-item {
  flex-grow: 1;
}
.column-left .plazo-wrapper {
  padding-left: 0;
}
.column-left .plazo {
  color: #4a4a4a;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.07;
  letter-spacing: -0.01875rem;
  margin-left: -1.5625rem;
}
.column-left .plazo.bold {
  font-weight: bold;
}
.column-left .addCart {
  width: 15.625rem;
  height: 2.5rem;
  text-transform: uppercase;
  border: none;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 0.9375rem;
  font-weight: 900;
  line-height: 0.93;
  letter-spacing: -0.01875rem;
  background-color: #ff0201;
  pointer-events: all;
  cursor: pointer;
}
.column-left .addCart[disabled] {
  background-color: #9b9b9b;
  pointer-events: none;
  cursor: default;
}
.column-left .openAssistant {
  width: 15.625rem;
  height: 2.5rem;
  text-transform: uppercase;
  border: none;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 0.9375rem;
  font-weight: 900;
  line-height: 0.93;
  letter-spacing: -0.01875rem;
  background-color: #ff0201;
  pointer-events: all;
  cursor: pointer;
  background-color: #979797;
  width: 10.625rem;
}
.column-left .saveShoe {
  width: 15.625rem;
  height: 2.5rem;
  text-transform: uppercase;
  border: none;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 0.9375rem;
  font-weight: 900;
  line-height: 0.93;
  letter-spacing: -0.01875rem;
  background-color: #ff0201;
  pointer-events: all;
  cursor: pointer;
}
.column-left .loadShoe {
  width: 15.625rem;
  height: 2.5rem;
  text-transform: uppercase;
  border: none;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 0.9375rem;
  font-weight: 900;
  line-height: 0.93;
  letter-spacing: -0.01875rem;
  background-color: #ff0201;
  pointer-events: all;
  cursor: pointer;
  text-align: center;
  line-height: 1.2;
  padding: 3px;
  display: inline-block;
}
.column-left .cuadro-variantes {
  cursor: pointer;
  height: 6.6875rem;
  background-color: #d8d8d8;
  border: solid 1px #979797;
  overflow: hidden;
}
.column-left .cuadro-variantes img {
  position: relative;
}
.column-left .cuadro-variantes img.painted-material {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
}
.column-left .etiqueta-variante {
  font-family: "Oswald", sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: -0.025rem;
  color: #4a4a4a;
  text-transform: capitalize;
}
@media screen and (min-width: 1088px) {
  .column-left .rectangle-red {
    padding-left: 4.375rem;
  }
}
@media screen and (min-width: 1472px) {
  .column-left .imagen-lola {
    margin-left: 6.25rem;
  }
  .column-left .rectangle-grey-small {
    padding-left: 1.875rem;
  }
  .column-left .rectangle-red {
    padding-left: 2.8125rem;
  }
}

.column-right {
  margin-left: -1.25rem;
  flex: unset !important;
}
.column-right .feature-container .categories {
  width: auto;
  padding: 0 !important;
}
.column-right .feature-container > .column:first-child {
  width: auto;
  flex: unset;
  flex-grow: 1;
}
.column-right .feature-container > .column:last-child {
  min-width: 5rem;
  width: auto;
  flex: unset;
}
.column-right span {
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  letter-spacing: -0.03125rem;
  color: #4a4a4a;
  font-size: 1.125rem;
}
.column-right span.price--additional.large {
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  letter-spacing: -0.03125rem;
  color: #4a4a4a;
  font-size: 1.125rem;
  font-weight: 500;
}
.column-right span.price {
  font-weight: 500;
}
.column-right span.price.small {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: -0.3px;
}
.column-right span.price.small span {
  font-size: 0.875rem;
}
.column-right .block-white {
  height: 35rem;
  border: #cccccc solid 1px;
  width: 100%;
}
.column-right .block-white .options-wrapper {
  margin: 0 !important;
  width: 100%;
  height: 100%;
}
.column-right .block-white .options-wrapper .options-detail {
  flex-grow: 1;
}
.column-right .block-white .options-wrapper .options-family {
  flex-grow: unset;
  padding: 0.75rem 0.75rem 0.75rem 0;
}
.column-right .block-white .scroll {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 32.5rem;
}
.column-right .block-white .scroll::-webkit-scrollbar {
  background-color: transparent;
  width: 0.625rem;
}
.column-right .block-white .scroll::-webkit-scrollbar-button {
  height: 0;
}
.column-right .block-white .scroll::-webkit-scrollbar-track-piece {
  background-color: #d8d8d8;
}
.column-right .block-white .scroll::-webkit-scrollbar-thumb {
  background-color: #ff0201;
}
.column-right .block-white .remates .block-grey {
  background-color: #d8d8d8;
  width: 100%;
  margin-bottom: 1.25rem;
  padding: 0.625rem;
  position: relative;
  z-index: 5;
}
.column-right .block-white .remates .block-grey:hover {
  cursor: pointer;
}
.column-right .block-white .remates .block-grey label {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.33;
  color: #4a4a4a;
}
.column-right .block-white .remates-preview {
  background-color: #2a2622;
  position: absolute;
  z-index: 5;
  margin-top: -25rem;
  margin-left: -23%;
  padding: 1.25rem;
  border-radius: 0.3125rem;
  height: 25rem;
  display: flex;
  justify-content: center;
  width: 18.75rem;
}
.column-right .block-white .remates-preview .title {
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: -0.01875rem;
  color: #ffffff;
}
.column-right .block-white .remates-preview img {
  margin-top: 3.75rem;
  width: auto;
  max-height: 18.75rem;
}
.column-right .block-white .menu-material {
  position: relative;
  z-index: 2;
  background-color: #f4f4f4;
}
.column-right .block-white .menu-material ul {
  display: block;
}
.column-right .block-white .menu-material ul li {
  display: inline-block;
}
.column-right .block-white .menu-material ul li a {
  font-family: "Oswald", sans-serif;
  font-size: 1.375rem;
  line-height: 1;
  letter-spacing: -0.025rem;
  text-align: left;
  color: #4a4a4a;
}
.column-right .block-white .menu-material ul li a.is-active {
  color: #ff0201;
}
.column-right .block-white .colors {
  margin-top: 1.25rem;
}
.column-right .block-white .colors ul li {
  padding: 0.1875rem;
  cursor: pointer;
}
.column-right .block-white .colors ul li img {
  position: relative;
  height: 3.75rem;
}
.column-right .block-white .colors ul li img.painted-material {
  -o-object-fit: contain;
     object-fit: contain;
}
.column-right .block-white .colors ul li label {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  letter-spacing: -0.0125rem;
  text-align: center;
  color: #4a4a4a;
}
.column-right .block-white .tacones {
  margin-top: 1.25rem;
  cursor: pointer;
}
.column-right .block-white .tacones ul li {
  padding: 0.1875rem;
}
.column-right .block-white .tacones ul li img {
  position: relative;
  width: 70%;
  max-height: 7.5rem;
}
.column-right .block-white .menu-lateral {
  width: 100%;
  height: 32.5rem;
}
.column-right .block-white .menu-lateral ul {
  width: 100%;
  height: 100%;
}
.column-right .block-white .menu-lateral ul div {
  height: 33.3333333333%;
  width: 2.5rem;
  border: solid 1px #8c8c8c;
  background-color: rgba(0, 0, 0, 0.9);
  cursor: pointer;
  overflow: visible;
}
.column-right .block-white .menu-lateral ul div.is-active {
  background-color: #ffffff !important;
}
.column-right .block-white .menu-lateral ul div.is-active a {
  color: #4a4a4a !important;
}
.column-right .block-white .menu-lateral ul div.is-active:hover {
  background-color: rgba(255, 2, 1, 0.5) !important;
}
.column-right .block-white .menu-lateral ul div.is-active:hover a {
  color: #ffffff !important;
}
.column-right .block-white .menu-lateral ul div.is-active li:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 33%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 0.3125rem 0.3125rem 0.3125rem 0.3125rem;
  border-color: transparent transparent #ff0201 transparent;
}
.column-right .block-white .menu-lateral ul div a {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  letter-spacing: -0.0125rem;
  text-transform: uppercase;
}
.column-right .block-white .menu-lateral ul div li {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.column-right .block-white .menu-lateral ul div:hover {
  background-color: rgba(51, 51, 51, 0.9);
}

.container.edit {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 2.5rem;
  background-color: #f4f4f4;
}

.materiales small {
  font-size: 13px;
  display: inline-block;
  background-color: #FF0000;
  color: #FFF;
  border-radius: 10px;
  padding: 1px 3px;
  vertical-align: middle;
  margin-bottom: 5px;
  margin-left: -3px;
}

.editContainer .text-center {
  text-align: center;
}
.editContainer .medidas .medidasButton {
  background-color: #4a4a4a;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: -0.01875rem;
  height: 2.1875rem;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  text-transform: capitalize;
}
.editContainer .medidas .medidasButton:after {
  content: "";
  transform: translateX(-50%);
  margin-right: 0.625rem;
  margin-top: 0.625rem;
  border-style: solid;
  border-width: 0.375rem 0.375rem 0rem 0.375rem;
  border-color: #ffffff transparent transparent transparent;
}
.editContainer .medidas .medidasButton:active:after, .editContainer .medidas .medidasButton.active:after {
  transform: rotate(180deg);
  height: 0.3125rem;
  margin-right: 1rem;
}
.editContainer .medidas .medidasButton ~ .anchors, .editContainer .medidas .medidasButton ~ .sub-anchors {
  position: absolute;
  z-index: 10;
  width: 50%;
  padding-right: 1.1875rem;
  height: 9.375rem;
  overflow-y: scroll;
}
.editContainer .medidas .medidasButton ~ .anchors li, .editContainer .medidas .medidasButton ~ .sub-anchors li {
  position: relative;
  background-color: #4a4a4a;
  padding-left: 0.625rem;
  width: 100%;
}
.editContainer .medidas .medidasButton ~ .anchors li:hover, .editContainer .medidas .medidasButton ~ .sub-anchors li:hover {
  background-color: #979797;
}
.editContainer .medidas .medidasButton ~ .anchors li a, .editContainer .medidas .medidasButton ~ .sub-anchors li a {
  text-transform: capitalize;
  color: #ffffff;
  display: block;
  padding: 0.3125rem;
}
.editContainer .column:last-of-type .anchors {
  padding-right: 1.25rem;
}
.editContainer.previsualizacion {
  display: none;
}
.editContainer.previsualizacion .title {
  color: #2a2622;
  background-color: #cccccc;
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  letter-spacing: -0.00625rem;
  height: 3.125rem;
}
.editContainer.previsualizacion .btn-volver .icon {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: 1px solid #2fd475;
}
.editContainer.previsualizacion .btn-volver:hover .icon {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.editContainer .productCarousel {
  height: 225px;
}
.editContainer .productCarousel.carousel canvas {
  margin-top: -100px;
  margin-left: -80px;
  transform: scale(0.5, 0.5);
}
@media screen and (min-width: 769px) and (max-width: 1087px) {
  .editContainer .productCarousel.carousel canvas {
    margin: -100px auto;
  }
}
.editContainer .productCarousel.carousel .slick-dots {
  position: relative;
  display: flex;
  justify-content: center;
  left: 0;
}
.editContainer .productCarousel.carousel .slick-dots .circle {
  width: 10px;
  height: 10px;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  background-color: #ddd;
  border-radius: 100%;
  margin-left: 5px;
}
.editContainer .productCarousel.carousel .slick-dots .slick-active .circle {
  background-color: #ff0201;
}
.editContainer .productCarousel.carousel .carouselButton--prev, .editContainer .productCarousel.carousel .carouselButton--next {
  transform: scale(0.7, 0.7);
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (max-width: 1087px) {
  .editContainer .description {
    padding-left: 31px;
    padding-right: 31px;
  }
  .editContainer .tab-amimanera-mobile-2 .description {
    padding-left: 0;
    padding-right: 0;
  }
  .editContainer .ref {
    font-weight: 400;
  }
  .editContainer .plazos {
    margin-left: 31px;
    margin-right: 31px;
  }
}

.plazos p, .plazos div {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  color: #4a4a4a;
  margin: 0.3125rem;
}
.plazos p.bold, .plazos div.bold {
  font-weight: bold;
}

@media screen and (max-width: 1087px) {
  .title--previsualizacion {
    margin-top: -5px;
  }
  .title-remate {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.4px;
    text-align: left;
    color: #000000;
    margin-bottom: 20px;
    display: block;
  }
  .remates .field--checkbox label {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.11;
    letter-spacing: normal;
    color: #4a4a4a;
  }
  .remates textarea + label {
    font-size: 18px;
  }
  .remates .field--textarea.field--light {
    height: 193px;
  }
}
.custom {
  font-family: "Roboto", sans-serif;
}
.custom .item--black {
  font-size: 1.125rem;
  letter-spacing: -0.025rem;
  text-align: left;
  font-size: 1.25rem;
  color: #ffffff;
  background: #1f1f1f;
  height: 2.5rem;
  cursor: pointer;
}
.custom .item--black span {
  width: 33.3333333333%;
  max-width: 9.375rem;
}
.custom .item--black .icon-angle-down {
  transform: scale(1.5, 1.5);
  margin-right: 0.9375rem;
}
.custom .item--black .container {
  width: 33.3333333333%;
}
.custom .item--black .container .container-check {
  background-color: #2fd475;
  border-radius: 100%;
  width: 1.875rem;
  height: 1.875rem;
}
.custom .item--black:active .icon-angle-down, .custom .item--black.active .icon-angle-down {
  right: 1.875rem;
  transform: rotate(180deg) scale(1.5, 1.5);
}
.custom .item--black ~ .anchors .medidas .medidasButton {
  font-weight: normal;
}
.custom .item--black ~ .anchors .medidas .medidasButton ~ .sub-anchors {
  width: 100%;
}

.colors li, .heels li {
  box-sizing: border-box;
}
.colors li.selected, .heels li.selected {
  border: 1px solid #ff0201;
}

#seccamimanera {
  /* line 11, ../sass/vex.sass */
  /* line 14, ../sass/vex.sass */
  /* line 25, ../sass/vex.sass */
  /* line 30, ../sass/vex.sass */
  /* line 39, ../sass/vex.sass */
  /* line 42, ../sass/vex.sass */
  /* line 46, ../sass/vex.sass */
  /* line 49, ../sass/vex.sass */
  /* line 53, ../sass/vex.sass */
  /* line 56, ../sass/vex.sass */
  /* line 60, ../sass/vex.sass */
  /* line 76, ../sass/vex.sass */
}
@keyframes vex-fadein {
  /* line 9, ../sass/_keyframes.sass */
  0% {
    opacity: 0;
  }
  /* line 11, ../sass/_keyframes.sass */
  100% {
    opacity: 1;
  }
}
@keyframes vex-fadeout {
  /* line 16, ../sass/_keyframes.sass */
  0% {
    opacity: 1;
  }
  /* line 18, ../sass/_keyframes.sass */
  100% {
    opacity: 0;
  }
}
@keyframes vex-rotation {
  /* line 127, ../sass/_keyframes.sass */
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  /* line 129, ../sass/_keyframes.sass */
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
  }
}
#seccamimanera .vex, #seccamimanera .vex *, #seccamimanera .vex *:before, #seccamimanera .vex *:after {
  box-sizing: border-box;
}
#seccamimanera .vex {
  position: fixed;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1111;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#seccamimanera .vex-overlay {
  background: black;
  filter: alpha(opacity=40);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
#seccamimanera .vex-overlay {
  animation: vex-fadein 0.5s;
  -webkit-animation: vex-fadein 0.5s;
  -moz-animation: vex-fadein 0.5s;
  -ms-animation: vex-fadein 0.5s;
  -o-animation: vex-fadein 0.5s;
  -webkit-backface-visibility: hidden;
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#seccamimanera .vex.vex-closing .vex-overlay {
  animation: vex-fadeout 0.5s;
  -webkit-animation: vex-fadeout 0.5s;
  -moz-animation: vex-fadeout 0.5s;
  -ms-animation: vex-fadeout 0.5s;
  -o-animation: vex-fadeout 0.5s;
  -webkit-backface-visibility: hidden;
}
#seccamimanera .vex-content {
  animation: vex-fadein 0.5s;
  -webkit-animation: vex-fadein 0.5s;
  -moz-animation: vex-fadein 0.5s;
  -ms-animation: vex-fadein 0.5s;
  -o-animation: vex-fadein 0.5s;
  -webkit-backface-visibility: hidden;
  background: white;
}
#seccamimanera .vex.vex-closing .vex-content {
  animation: vex-fadeout 0.5s;
  -webkit-animation: vex-fadeout 0.5s;
  -moz-animation: vex-fadeout 0.5s;
  -ms-animation: vex-fadeout 0.5s;
  -o-animation: vex-fadeout 0.5s;
  -webkit-backface-visibility: hidden;
}
#seccamimanera .vex-close:before {
  font-family: Arial, sans-serif;
  content: "×";
}
#seccamimanera .vex-dialog-form {
  margin: 0;
}
#seccamimanera .vex-dialog-button {
  -webkit-appearance: none;
  cursor: pointer;
}
#seccamimanera .vex-loading-spinner {
  animation: vex-rotation 0.7s linear infinite;
  -webkit-animation: vex-rotation 0.7s linear infinite;
  -moz-animation: vex-rotation 0.7s linear infinite;
  -ms-animation: vex-rotation 0.7s linear infinite;
  -o-animation: vex-rotation 0.7s linear infinite;
  -webkit-backface-visibility: hidden;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  position: fixed;
  z-index: 1112;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2em;
  width: 2em;
  background: white;
}
#seccamimanera .vex-open {
  overflow: hidden;
}

#seccamimanera {
  /* line 13, ../sass/vex-theme-default.sass */
  /* line 17, ../sass/vex-theme-default.sass */
  /* line 20, ../sass/vex-theme-default.sass */
  /* line 23, ../sass/vex-theme-default.sass */
  /* line 36, ../sass/vex-theme-default.sass */
  /* line 39, ../sass/vex-theme-default.sass */
  /* line 46, ../sass/vex-theme-default.sass */
  /* line 61, ../sass/vex-theme-default.sass */
  /* line 67, ../sass/vex-theme-default.sass */
  /* line 70, ../sass/vex-theme-default.sass */
  /* line 73, ../sass/vex-theme-default.sass */
  /* line 85, ../sass/vex-theme-default.sass */
  /* line 89, ../sass/vex-theme-default.sass */
  /* line 38, ../../../../../.rvm/gems/ruby-1.9.3-p194/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
  /* line 92, ../sass/vex-theme-default.sass */
  /* line 107, ../sass/vex-theme-default.sass */
  /* line 116, ../sass/vex-theme-default.sass */
  /* line 120, ../sass/vex-theme-default.sass */
  /* line 124, ../sass/vex-theme-default.sass */
}
@keyframes vex-flyin {
  /* line 25, ../sass/_keyframes.sass */
  0% {
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
  }
  /* line 28, ../sass/_keyframes.sass */
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@keyframes vex-flyout {
  /* line 34, ../sass/_keyframes.sass */
  0% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  /* line 37, ../sass/_keyframes.sass */
  100% {
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
  }
}
@keyframes vex-pulse {
  /* line 136, ../sass/_keyframes.sass */
  0% {
    box-shadow: inset 0 0 0 300px transparent;
  }
  /* line 138, ../sass/_keyframes.sass */
  70% {
    box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
  }
  /* line 140, ../sass/_keyframes.sass */
  100% {
    box-shadow: inset 0 0 0 300px transparent;
  }
}
#seccamimanera .vex.vex-theme-default {
  padding-top: 160px;
  padding-bottom: 160px;
}
#seccamimanera .vex.vex-theme-default.vex-closing .vex-content {
  animation: vex-flyout 0.5s;
  -webkit-animation: vex-flyout 0.5s;
  -moz-animation: vex-flyout 0.5s;
  -ms-animation: vex-flyout 0.5s;
  -o-animation: vex-flyout 0.5s;
  -webkit-backface-visibility: hidden;
}
#seccamimanera .vex.vex-theme-default .vex-content {
  animation: vex-flyin 0.5s;
  -webkit-animation: vex-flyin 0.5s;
  -moz-animation: vex-flyin 0.5s;
  -ms-animation: vex-flyin 0.5s;
  -o-animation: vex-flyin 0.5s;
  -webkit-backface-visibility: hidden;
}
#seccamimanera .vex.vex-theme-default .vex-content {
  border-radius: 5px;
  font-family: Helvetica, Arial;
  background: #f0f0f0;
  color: #444444;
  padding: 1em;
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  width: 450px;
  font-size: 1.1em;
  line-height: 1.5em;
}
#seccamimanera .vex.vex-theme-default .vex-content h1, #seccamimanera .vex.vex-theme-default .vex-content h2, #seccamimanera .vex.vex-theme-default .vex-content h3, #seccamimanera .vex.vex-theme-default .vex-content h4, #seccamimanera .vex.vex-theme-default .vex-content h5, #seccamimanera .vex.vex-theme-default .vex-content h6, #seccamimanera .vex.vex-theme-default .vex-content p, #seccamimanera .vex.vex-theme-default .vex-content ul, #seccamimanera .vex.vex-theme-default .vex-content li {
  color: inherit;
}
#seccamimanera .vex.vex-theme-default .vex-close {
  border-radius: 5px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
#seccamimanera .vex.vex-theme-default .vex-close:before {
  border-radius: 3px;
  position: absolute;
  content: "×";
  font-size: 26px;
  font-weight: normal;
  line-height: 31px;
  height: 30px;
  width: 30px;
  text-align: center;
  top: 3px;
  right: 3px;
  color: #bbbbbb;
  background: transparent;
}
#seccamimanera .vex.vex-theme-default .vex-close:hover:before, #seccamimanera .vex.vex-theme-default .vex-close:active:before {
  color: #777777;
  background: #e0e0e0;
}
#seccamimanera .vex.vex-theme-default .vex-dialog-form .vex-dialog-message {
  margin-bottom: 0.5em;
}
#seccamimanera .vex.vex-theme-default .vex-dialog-form .vex-dialog-input textarea, #seccamimanera .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type=date], #seccamimanera .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type=datetime], #seccamimanera .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type=datetime-local], #seccamimanera .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type=email], #seccamimanera .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type=month], #seccamimanera .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type=number], #seccamimanera .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type=password], #seccamimanera .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type=search], #seccamimanera .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type=tel], #seccamimanera .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type=text], #seccamimanera .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type=time], #seccamimanera .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type=url], #seccamimanera .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type=week] {
  border-radius: 3px;
  background: white;
  width: 100%;
  padding: 0.25em 0.67em;
  border: 0;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  min-height: 2.5em;
  margin: 0 0 0.25em;
  outline: none;
}
#seccamimanera .vex.vex-theme-default .vex-dialog-form .vex-dialog-input textarea:focus, #seccamimanera .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type=date]:focus, #seccamimanera .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type=datetime]:focus, #seccamimanera .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type=datetime-local]:focus, #seccamimanera .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type=email]:focus, #seccamimanera .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type=month]:focus, #seccamimanera .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type=number]:focus, #seccamimanera .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type=password]:focus, #seccamimanera .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type=search]:focus, #seccamimanera .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type=tel]:focus, #seccamimanera .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type=text]:focus, #seccamimanera .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type=time]:focus, #seccamimanera .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type=url]:focus, #seccamimanera .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type=week]:focus {
  box-shadow: inset 0 0 0 2px #8dbdf1;
  outline: none;
}
#seccamimanera .vex.vex-theme-default .vex-dialog-form .vex-dialog-buttons:after {
  content: "";
  display: table;
  clear: both;
}
#seccamimanera .vex.vex-theme-default .vex-dialog-button {
  /*-webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; */
  border: 0;
  float: left;
  margin: 0 0 0 0;
  font-family: inherit;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.8em;
  line-height: 1em;
  padding: 0.75em 2em;
}
@media screen and (max-width: 322px) {
  #seccamimanera .vex.vex-theme-default .vex-dialog-button {
    flex: 0 1 100%;
  }
}
#seccamimanera .vex.vex-theme-default .vex-dialog-button:focus {
  animation: vex-pulse 1.1s infinite;
  -webkit-animation: vex-pulse 1.1s infinite;
  -moz-animation: vex-pulse 1.1s infinite;
  -ms-animation: vex-pulse 1.1s infinite;
  -o-animation: vex-pulse 1.1s infinite;
  -webkit-backface-visibility: hidden;
  outline: none;
}
@media (max-width: 568px) {
  #seccamimanera {
    /* line 107, ../sass/vex-theme-default.sass */
  }
  #seccamimanera .vex.vex-theme-default .vex-dialog-button:focus {
    animation: none;
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    -webkit-backface-visibility: hidden;
  }
}
#seccamimanera .vex.vex-theme-default .vex-dialog-button.vex-dialog-button-primary {
  display: inline-block;
  background-color: #222222;
  text-align: center;
  text-align: -moz-center;
  cursor: pointer;
  text-decoration: none;
  color: #FFF;
  text-transform: uppercase;
}
#seccamimanera .vex.vex-theme-default .vex-dialog-button.vex-dialog-button-secondary {
  background: #e0e0e0;
  color: #777777;
}
#seccamimanera .vex-loading-spinner.vex-theme-default {
  box-shadow: 0 0 0 0.5em #f0f0f0, 0 0 1px 0.5em rgba(0, 0, 0, 0.3);
  border-radius: 100%;
  background: #f0f0f0;
  border: 0.2em solid transparent;
  border-top-color: #bbbbbb;
  top: -1.1em;
  bottom: auto;
}

/**
CONTAINERS
 */
.vex.vex-theme-default {
  padding-top: 100px;
  padding-bottom: 100px;
}

.vex-cont-margins {
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}

.vex-small {
  position: relative;
  top: 18px;
  right: 10px;
  float: right;
  padding: 1px 1px;
  font-size: 13px;
  color: #f20000;
}

.vex-left-cont {
  display: inline-block;
  width: 55%;
  padding: 2px;
  height: auto;
  vertical-align: top;
}

.vex-right-cont {
  display: inline-block;
  width: 40%;
  margin-left: 7px;
  height: auto;
  vertical-align: top;
}

/**
TITLES
 */
.vex-title {
  word-break: break-word;
  color: #363636;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 10px;
}

@media screen and (min-width: 501px) {
  .vex-title-preview {
    width: 175.41px;
  }
}
@media screen and (max-width: 500px) {
  .vex-title-preview {
    width: 100%;
  }
}
.vex-subtitle-120p {
  line-height: 120%;
}

.vex-subtitle {
  line-height: 25px;
}

.vex-title-h1 {
  font-weight: bold;
}

/**
IMG
 */
@media screen and (min-width: 501px) {
  .vex-prev-img {
    height: 79%;
  }
}
@media screen and (max-width: 500px) {
  .vex-prev-img {
    height: 89%;
  }
}
/**
LABELS
 */
.tacon-label {
  font-size: 1em;
}

@media screen and (max-width: 348px) {
  .tacon-label {
    font-size: 16px;
  }
}
.vex-color-label {
  font-size: 0.95em;
  font-weight: 544;
  text-transform: uppercase;
}

@media screen and (max-width: 455px) {
  .vex-color-label {
    font-size: 0.6em;
  }
}
/**
BUTTONS
 */
.vex-btn-ctm {
  /*  overflow: hidden;
    text-overflow: ellipsis;*/
  text-transform: capitalize;
  white-space: normal;
  width: 100%;
  height: 100%;
}

.vex-btn-80 {
  width: 80%;
}

.vex-btn-65 {
  width: 65%;
}

.vex-btn-100 {
  width: 100%;
}

.vex-btn-90 {
  width: 90%;
}

.vex-cont-100-imp {
  height: 100% !important;
}

.vex-mob {
  padding-top: 0px !important;
}

.vex-mob-nopad {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.vex-ctm {
  overflow: hidden;
  height: 100%;
}

.vex-ctm-content {
  width: 25%;
  height: 450px;
  overflow: scroll;
  position: relative;
}

.vex.vex-theme-default .vex-dialog-form .vex-dialog-buttons {
  *zoom: 1;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  margin-top: 30px;
}

.nodisp {
  display: none !important;
}

@media screen and (min-width: 340px) {
  .vex-dialog-buttons > .vex-dialog-button:nth-child(2) {
    margin-left: 15px !important;
  }
}
/**
PREVIEWS
 */
@media screen and (min-width: 500px) and (max-width: 768px) {
  .column.vex-preview.is-full-mobile {
    flex: none;
    width: 50% !important;
  }
}
.amimaneraContainer {
  position: relative;
  padding-top: 50px;
}
.amimaneraContainer .amimaneraHeader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.amimaneraContainer .amimaneraHeader img {
  max-height: 50vh;
  width: 100%;
}
.amimaneraContainer .amimanera {
  display: block;
  background: #ffffff;
}
.amimaneraContainer .amimanera .select-styled, .amimaneraContainer .amimanera .select-options {
  text-transform: capitalize;
  background-color: #ffffff;
}
.amimaneraContainer .amimanera .select-styled {
  padding-right: 3.125rem;
}
.amimaneraContainer .questions a {
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.58;
  letter-spacing: -0.03125rem;
  text-align: left;
  color: #4a4a4a;
  display: block;
}
.amimaneraContainer .questions a:hover {
  color: red;
}

.help-lola img {
  position: absolute;
  margin-top: -1.5625rem;
}
.help-lola .help-chapa {
  width: 16.1875rem;
  background-color: #2a2622;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: -0.01875rem;
  color: #ffffff;
  padding: 0.625rem;
  padding-left: 5.5rem;
  margin-left: 2.8125rem;
  height: 80px;
  display: flex;
  align-items: center;
}

.gallardo-wrapper {
  position: relative;
}
.gallardo-wrapper .gallardo-view-selector {
  position: absolute;
  top: 0;
  right: 0;
  margin-left: auto;
  width: 12.5rem;
  height: 6.25rem;
  position: relative;
  display: flex;
}
.gallardo-wrapper .gallardo-view-selector .red-circle {
  width: 6.25rem;
  height: 6.25rem;
  background-color: #ff8080;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: left 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.gallardo-wrapper .gallardo-view-selector .red-circle.right {
  left: 50%;
}
.gallardo-wrapper .gallardo-view-selector .shoe-view {
  height: 6.25rem;
  width: 6.25rem;
  cursor: pointer;
}
.gallardo-wrapper .gallardo-view-selector .shoe-view img {
  position: relative !important;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.gallardo-wrapper canvas {
  margin: 0 auto;
  display: block;
}

.carousel canvas {
  display: block;
  margin: 0 auto;
}

.canvas-normal-wrapper {
  text-align: center;
}

.canvas-container {
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
}
.canvas-container .canvas-hit {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
}

/*Hide/Disable components*/
.inactive {
  display: none !important;
}

.dis-btn {
  pointer-events: none;
}

@media (min-width: 1280px) and (max-width: 1471px) {
  .material-color .column.is-one-fifth, .material-color .column.is-one-fifth-tablet {
    width: 33%;
  }
}
@media (min-width: 1088px) and (max-width: 1279px) {
  .material-color .column.is-one-fifth, .material-color .column.is-one-fifth-tablet {
    width: 50%;
  }
}
@media screen and (max-width: 1087px) {
  .pago-parcial .title--subsection {
    color: #4a4a4a;
  }
}
.pago-parcial .border {
  margin-top: 0.3125rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  padding: 0.0625rem;
}
.pago-parcial .title {
  height: 2.8125rem;
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  font-weight: 200;
  letter-spacing: -0.0625rem;
  margin-bottom: 0;
}
.pago-parcial .columns {
  margin: 0;
}
.pago-parcial .lines .line {
  font-family: "Oswald", sans-serif;
  font-size: 1.1875rem;
  letter-spacing: -0.03125rem;
  color: #4a4a4a;
}
.pago-parcial .form {
  background-color: #d8d8d8;
}
.pago-parcial .form .column {
  padding-left: 0;
}
.pago-parcial .form label {
  font-family: "Roboto", sans-serif;
  color: #4a4a4a;
  line-height: 1.33;
  font-size: 0.75rem;
  font-weight: bold;
}
.pago-parcial .form label:before {
  top: 0;
}
.pago-parcial .form label.subtitle {
  margin-bottom: 0;
  font-weight: normal;
  letter-spacing: -0.025rem;
  color: #2a2622;
  font-size: 1.125rem;
}
.pago-parcial .form button {
  width: 20%;
  height: 2.8125rem;
}
@media screen and (max-width: 768px) {
  .pago-parcial .form {
    background-color: transparent;
    padding-left: 0.3125rem;
  }
}
.pago-parcial .error {
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  letter-spacing: -0.025rem;
  color: #4a4a4a;
}

.mod.slider.productos {
  padding-left: 20px;
  padding-right: 80px;
}
.mod.slider.productos ul {
  height: 5rem;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
}
.mod.slider.productos ul li .img img {
  max-height: 4.375rem;
}
.mod.slider.productos ul li .img .hover {
  position: absolute;
  top: 0;
  height: 5rem;
  line-height: 1;
  background-color: rgba(255, 255, 255, 0.7);
  display: none;
  text-align: center;
}
.mod.slider.productos ul li .name {
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: -0.7px;
  color: #2a2622;
  margin-top: 0.625rem;
}
.mod.slider.productos ul li:hover .img .hover {
  display: block;
}
.mod.slider.productos ul li.active:after {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  margin-top: 87px;
  top: 0;
  margin-left: 13px;
  margin-left: 2.6rem;
  margin-left: 1.01563vw;
  border-style: solid;
  border-width: 1rem 1rem 0rem 1rem;
  border-color: #fff transparent transparent transparent;
}
@media screen and (min-width: 1440px) {
  .mod.slider.productos ul li.active:after {
    margin-left: 14.625px;
    margin-left: 0.91406rem;
  }
}

.paginationSlider.desaparece {
  width: 100%;
  -webkit-animation-name: desaparecer; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 0.5s; /* Safari 4.0 - 8.0 */
  -webkit-animation-timing-function: linear;
  animation-name: desaparecer;
  animation-duration: 0.5s;
  animation-timing-function: linear;
}
.paginationSlider.aparece {
  width: 100%;
  -webkit-animation-name: aparecer; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 0.5s; /* Safari 4.0 - 8.0 */
  -webkit-animation-timing-function: linear;
  animation-name: aparecer;
  animation-duration: 0.5s;
  animation-timing-function: linear;
}

.desaparece-especialPagination-3 {
  width: 100%;
  -webkit-animation-name: desaparece-especialPagination-3; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 0.5s; /* Safari 4.0 - 8.0 */
  -webkit-animation-timing-function: linear;
  animation-name: desaparece-especialPagination-3;
  animation-duration: 0.5s;
  animation-timing-function: linear;
}

.aparece-especialPagination-3 {
  width: 100%;
  -webkit-animation-name: aparecer-especialPagination-3; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 0.5s; /* Safari 4.0 - 8.0 */
  -webkit-animation-timing-function: linear;
  animation-name: aparecer-especialPagination-3;
  animation-duration: 0.5s;
  animation-timing-function: linear;
}

.desaparece-especialPagination-4 {
  width: 100%;
  -webkit-animation-name: desaparece-especialPagination-4; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 0.5s; /* Safari 4.0 - 8.0 */
  -webkit-animation-timing-function: linear;
  animation-name: desaparece-especialPagination-4;
  animation-duration: 0.5s;
  animation-timing-function: linear;
}

.aparece-especialPagination-4 {
  width: 100%;
  -webkit-animation-name: aparecer-especialPagination-4; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 0.5s; /* Safari 4.0 - 8.0 */
  -webkit-animation-timing-function: linear;
  animation-name: aparecer-especialPagination-4;
  animation-duration: 0.5s;
  animation-timing-function: linear;
}
/* Standard syntax */
@keyframes desaparecer {
  from {
    margin-left: 0;
  }
  to {
    margin-left: -100%;
  }
}
/* Standard syntax */
@keyframes desaparece-especialPagination-4 {
  from {
    margin-left: 0;
  }
  to {
    margin-left: -430%;
  }
}
/* Standard syntax */
@keyframes desaparece-especialPagination-3 {
  from {
    margin-left: 0;
  }
  to {
    margin-left: -330%;
  }
}
/* Standard syntax */
@keyframes aparecer {
  from {
    margin-left: -100%;
  }
  to {
    margin-left: 0;
  }
}
/* Standard syntax */
@keyframes aparecer-especialPagination-4 {
  from {
    margin-left: -400%;
  }
  to {
    margin-left: 0;
  }
}
/* Standard syntax */
@keyframes aparecer-especialPagination-3 {
  from {
    margin-left: -300%;
  }
  to {
    margin-left: 0;
  }
}
#aceptacion_cookies {
  position: fixed;
  background-color: black;
  opacity: 0.6;
  filter: alpha(opacity=60);
  color: white;
  font-size: 12px;
  text-align: center;
  bottom: 0px;
  width: 100%;
  height: 0px;
  z-index: 9999;
  line-height: 16px;
}
#aceptacion_cookies a {
  color: white;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #aceptacion_cookies {
    font-size: 1em;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #aceptacion_cookies a {
    width: 70%;
    display: inline-block;
  }
  #aceptacion_cookies button {
    height: 90%;
    width: 15%;
    vertical-align: bottom;
    background-color: #000;
    border: 1px solid #FFF;
    color: #FFF;
    font-size: 20px;
  }
}

.lyric {
  margin: auto;
  width: 85%;
}
@media screen and (max-width: 1087px) {
  .lyric {
    width: 100%;
  }
}
.lyric .header-top .title {
  border-bottom: 1px solid #dddddd;
  border-bottom: 0.2rem solid #dddddd;
  border-bottom: 0.07813vw solid #dddddd;
  border-left: 1px solid #dddddd;
  border-left: 0.2rem solid #dddddd;
  border-left: 0.07813vw solid #dddddd;
}
@media screen and (max-width: 1087px) {
  .lyric .header-top .title {
    background: #cccccc;
    font-size: 1.5625rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.15;
    letter-spacing: -0.4px;
    text-align: left;
    color: #2a2622;
    padding: 1.25rem;
  }
}
.lyric .text, .lyric .author {
  color: #4a4a4a;
  font-family: "Roboto", sans-serif;
  margin: 0.625rem;
  font-size: 1.125rem;
  text-align: justify;
}
.lyric .author {
  font-weight: 600;
}
.lyric a .text, .lyric a .author {
  color: #4a4a4a;
  font-family: "Roboto", sans-serif;
  margin: 0.625rem;
}
.lyric a .author {
  font-weight: 600;
}

.tv .video a {
  color: #4a4a4a;
}
.tv .video a:hover {
  color: #cccccc;
}

body.blog .button--grey {
  width: 125px;
  height: 40px;
  text-transform: capitalize;
}
body.blog .sectionContainer {
  padding-top: 0;
}
body.blog .sectionContainer .section img {
  position: absolute;
  margin-top: auto;
}
body.blog .sectionContainer .home-tabs .sectionHomeTabs {
  margin-bottom: 0;
}
body.blog .sectionContainer .home-tabs .sectionHomeTabs.section {
  background-color: transparent;
}
body.blog .sectionHeader {
  padding-top: 0;
  padding-bottom: 0;
  height: 89px;
  height: 17.8rem;
  height: 6.95313vw;
  margin-bottom: 2px;
  margin-bottom: 0.4rem;
  margin-bottom: 0.15625vw;
  position: relative;
}
body.blog .sectionHeader img {
  position: initial;
}
body.blog #left_bar {
  margin-top: -11px;
  margin-top: -2.2rem;
  margin-top: -0.85938vw;
}
body.blog #show-categories,
body.blog #show-categories + label {
  display: none;
}

.blog-content-container {
  margin-top: 108px;
  margin-right: 0;
  display: flex;
}
.blog-content-container .blog-categories-container {
  width: 20%;
}
.blog-content-container .blog-content {
  width: 80%;
  padding-right: 25px;
  padding-right: 5rem;
  padding-right: 1.95313vw;
}
.blog-content-container > .column {
  padding-top: 0;
}

.blog-top-header {
  padding: 20px 20px 25px;
  padding: 4rem 4rem 5rem;
  padding: 1.5625vw 1.5625vw 1.95313vw;
  background: #1f1f1f;
}
.blog-top-header .lola_cow {
  width: 174px;
  width: 34.8rem;
  width: 13.59375vw;
  position: absolute;
  margin-left: -6.25rem;
}
.blog-top-header h1,
.blog-top-header h2 {
  font-size: 50px;
  font-size: 10rem;
  font-size: 3.90625vw;
  letter-spacing: -1px;
  letter-spacing: -0.2rem;
  letter-spacing: -0.07813vw;
  margin-top: 0;
  font-family: "Oswald", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.1;
}
.blog-top-header h1 .brand,
.blog-top-header h2 .brand {
  padding-left: 120px;
  padding-left: 24rem;
  padding-left: 9.375vw;
}
.blog-top-header a {
  color: #ffffff;
}
@media screen and (max-width: 1087px) {
  .blog-top-header {
    margin-top: 0;
  }
}

.blog-categories {
  padding: 0 22px 0 25px;
  padding: 0 4.4rem 0 5rem;
  padding: 0 1.71875vw 0 1.95313vw;
}
.blog-categories .title {
  font-size: 50px;
  font-size: 10rem;
  font-size: 3.90625vw;
  letter-spacing: -1px;
  letter-spacing: -0.2rem;
  letter-spacing: -0.07813vw;
  margin-bottom: 33px;
  margin-bottom: 6.6rem;
  margin-bottom: 2.57813vw;
  color: #2a2622;
  font-family: "Oswald", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
}
.blog-categories ul li {
  padding-top: 12px;
  padding-bottom: 12px;
}
.blog-categories ul li a {
  font-size: 22px;
  font-size: 4.4rem;
  font-size: 1.71875vw;
  letter-spacing: -0.5px;
  letter-spacing: -0.1rem;
  letter-spacing: -0.03906vw;
  color: #4a4a4a;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  transition: color linear 250ms;
}
.blog-categories ul li a:hover {
  color: #ff0201;
}
.blog-categories .subsections a {
  margin-left: 0.9375rem;
  font-size: 1.5rem;
}

article.blog a {
  color: inherit;
}
article.blog .header-top {
  display: flex;
  justify-items: stretch;
}
article.blog .header-bottom {
  padding-left: 92px;
  padding-left: 18.4rem;
  padding-left: 7.1875vw;
  font-family: "Roboto", sans-serif;
  display: flex;
  justify-items: stretch;
  align-items: flex-start;
  margin-top: -2px;
}
article.blog .header-bottom-wrapper {
  border-top: 1px solid #dddddd;
  border-top: 0.2rem solid #dddddd;
  border-top: 0.07813vw solid #dddddd;
  border-right: 1px solid #dddddd;
  border-right: 0.2rem solid #dddddd;
  border-right: 0.07813vw solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-bottom: 0.2rem solid #dddddd;
  border-bottom: 0.07813vw solid #dddddd;
  padding: 12px;
  padding: 2.4rem;
  padding: 0.9375vw;
  font-size: 14px;
  font-size: 2.8rem;
  font-size: 1.09375vw;
  background: #f4f4f4;
  line-height: 1;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0;
  color: #120001;
  width: 100%;
  display: inline-block;
}
article.blog .header-bottom-wrapper time {
  margin-right: 10px;
  margin-right: 2rem;
  margin-right: 0.78125vw;
}
article.blog .header-bottom-wrapper .categories {
  display: inline-block;
}
article.blog .header-bottom-wrapper .categories p,
article.blog .header-bottom-wrapper .categories a {
  display: inline-block;
}
article.blog .header-bottom-wrapper .categories a {
  font-weight: 600;
  margin: 0 10px;
  margin: 0 2rem;
  margin: 0 0.78125vw;
}
article.blog .header-bottom-wrapper .categories a:first-of-type {
  margin: 0;
}
article.blog .calendar {
  width: 100px;
  width: 20rem;
  width: 7.8125vw;
  max-height: 100px;
  max-height: 20rem;
  max-height: 7.8125vw;
  font-size: 24px;
  font-size: 4.8rem;
  font-size: 1.875vw;
  padding: 12px 10px 21px;
  padding: 2.4rem 2rem 4.2rem;
  padding: 0.9375vw 0.78125vw 1.64063vw;
  border: 1px solid #000000;
  border: 0.2rem solid #000000;
  border: 0.07813vw solid #000000;
  background: #000000;
  color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: -1px;
  text-align: center;
}
article.blog .calendar .day {
  font-size: 48px;
  font-size: 9.6rem;
  font-size: 3.75vw;
  margin-bottom: 3px;
  margin-bottom: 0.6rem;
  margin-bottom: 0.23438vw;
}
article.blog .title {
  padding: 25px 19px 23px 28px;
  padding: 5rem 3.8rem 4.6rem 5.6rem;
  padding: 1.95313vw 1.48438vw 1.79688vw 2.1875vw;
  font-size: 36px;
  font-size: 7.2rem;
  font-size: 2.8125vw;
  border-top: 1px solid #dddddd;
  border-top: 0.2rem solid #dddddd;
  border-top: 0.07813vw solid #dddddd;
  border-right: 1px solid #dddddd;
  border-right: 0.2rem solid #dddddd;
  border-right: 0.07813vw solid #dddddd;
  background: #f4f4f4;
  font-family: "Oswald", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.7px;
  text-align: left;
  color: #000000;
  width: 100%;
}
article.blog .title a {
  font-size: inherit;
  color: inherit;
  font-style: inherit;
  font-stretch: inherit;
}
@media screen and (min-width: 1088px) {
  article.blog .title a > h2 {
    font-weight: 200;
  }
}
article.blog .title > h1,
article.blog .title > h2 {
  font-weight: 200;
}
article.blog .title .categories {
  display: none;
}
article.blog .amount-of-comments {
  font-size: 14px;
  font-size: 2.8rem;
  font-size: 1.09375vw;
  padding: 13px;
  padding: 2.6rem;
  padding: 1.01563vw;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  text-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.5);
  text-shadow: 0 0.15625vw 0.3125vw rgba(0, 0, 0, 0.5);
  background: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
  white-space: nowrap;
}
article.blog .content {
  padding: 33px 0 3px 100px;
  padding: 6.6rem 0 0.6rem 20rem;
  padding: 2.57813vw 0 0.23438vw 7.8125vw;
  font-size: 14px;
  font-size: 2.8rem;
  font-size: 1.09375vw;
  margin-bottom: 53px;
  margin-bottom: 10.6rem;
  margin-bottom: 4.14063vw;
  border-bottom: 1px solid #dddddd;
  border-bottom: 0.2rem solid #dddddd;
  border-bottom: 0.07813vw solid #dddddd;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.64;
  letter-spacing: 0;
  color: #120001;
}
article.blog .content .text {
  margin-bottom: 20px;
  margin-bottom: 4rem;
  margin-bottom: 1.5625vw;
}
article.blog .content .text p,
article.blog .content .text span {
  line-height: inherit;
  font-weight: inherit;
  font-stretch: inherit;
  letter-spacing: inherit;
}
article.blog .content .text img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
article.blog .content .text ul li:first-child {
  margin-bottom: 7.5px;
  margin-bottom: 1.5rem;
  margin-bottom: 0.58594vw;
}
article.blog .content .text ul li:not(:first-child) {
  margin: 7.5px 0;
  margin: 1.5rem 0;
  margin: 0.58594vw 0;
}
article.blog .content .text h2 {
  font-size: 18px;
  font-size: 3.6rem;
  font-size: 1.40625vw;
}
article.blog .content .text h3 {
  font-size: 17px;
  font-size: 3.4rem;
  font-size: 1.32813vw;
}
article.blog .content .text h4,
article.blog .content .text h5,
article.blog .content .text h6 {
  font-size: 16px;
  font-size: 3.2rem;
  font-size: 1.25vw;
}
.detail article.blog .content {
  margin-bottom: 28px;
  margin-bottom: 5.6rem;
  margin-bottom: 2.1875vw;
}
article.blog .read-more {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-size: 2.8rem;
  font-size: 1.09375vw;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 4.29;
  letter-spacing: 0;
  color: #120001;
  text-transform: uppercase;
  text-decoration: underline;
  transition: color linear 250ms;
}
article.blog .read-more:hover {
  color: #ff0201;
}

.blog .pagination {
  font-size: 20px;
  font-size: 4rem;
  font-size: 1.5625vw;
  letter-spacing: 5px;
  letter-spacing: 1rem;
  letter-spacing: 0.39063vw;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  text-align: left;
  color: #4a4a4a;
}
.blog .pagination .info {
  font-size: 14px;
  font-size: 2.8rem;
  font-size: 1.09375vw;
}
.blog .pagination a {
  color: inherit;
}
.blog .pagination a.current {
  color: #000000;
}

@media screen and (max-width: 1087px) {
  body.blog {
    font-size: 10px;
    font-size: 2rem;
    font-size: 3.125vw;
  }
  body.blog .menu .share a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1087px) and (min-width: 640px) {
  body.blog {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1087px) and (max-width: 320px) {
  body.blog {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 1087px) {
  body.blog .sectionHeader,
  body.blog .lola_cow,
  body.blog .brand {
    display: none;
  }
  body.blog .sectionContainer {
    padding-top: 0;
  }
  body.blog .blog-top-header {
    background: #ffffff;
    padding: 1em 1em;
  }
  body.blog .blog-top-header h1 {
    font-size: inherit;
    line-height: inherit;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
  }
  body.blog .blog-top-header a {
    color: #ff1709;
    font-size: 2em;
  }
  .blog-content-container {
    display: block;
    font-size: 10px;
    font-size: 2rem;
    font-size: 3.125vw;
    margin-top: 0;
  }
}
@media screen and (max-width: 1087px) and (min-width: 640px) {
  .blog-content-container {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1087px) and (max-width: 320px) {
  .blog-content-container {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 1087px) {
  .blog-content-container .blog-categories-container {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .blog-content-container .blog-categories-container ul li a {
    font-size: 2.4em;
    padding: 0 0.41667em;
    display: block;
    width: 100%;
  }
  .blog-content-container .blog-categories-container #show-categories + label {
    display: inline-block !important;
    transition: transform linear 250ms;
    font-size: 2.4em;
    position: absolute;
    right: 0.75em;
    top: 0.45833em;
    line-height: 1;
  }
  .blog-content-container .blog-categories-container #show-categories + label + ul {
    max-height: 0;
    overflow: hidden;
  }
  .blog-content-container .blog-categories-container #show-categories:checked + label {
    transform: rotate(180deg);
  }
  .blog-content-container .blog-categories-container #show-categories:checked + label + ul {
    max-height: none;
  }
  .blog-content-container .blog-content {
    padding: 1em;
    width: 100%;
  }
  article.blog {
    font-size: 10px;
    font-size: 2rem;
    font-size: 3.125vw;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 1087px) and (min-width: 640px) {
  article.blog {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1087px) and (max-width: 320px) {
  article.blog {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 1087px) {
  .list article.blog .content,
  .list article.blog .amount-of-comments,
  .list article.blog .header-bottom {
    display: none;
  }
  .detail article.blog .amount-of-comments,
  .detail article.blog .published-on,
  .detail article.blog .calendar {
    display: none !important;
  }
  .detail article.blog .comments,
  .detail article.blog .leave-a-comment,
  .detail article.blog .header-bottom {
    padding-left: 0;
  }
  .detail article.blog .header-bottom,
  .detail article.blog .header-bottom-wrapper,
  .detail article.blog .header-top,
  .detail article.blog .title {
    background: initial;
    border: none;
  }
  .detail article.blog .header-bottom-wrapper {
    font-size: 1.4em;
  }
  .detail article.blog .title,
  .detail article.blog .header-bottom-wrapper {
    padding: 0.6em;
  }
  .detail article.blog .categories {
    font-size: 1em;
  }
  article.blog .categories {
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0;
    color: #2d9ae8;
  }
  article.blog .categories a {
    text-decoration: underline;
  }
  article.blog .title {
    font-family: "Oswald", sans-serif;
    font-size: inherit;
  }
  article.blog .title h1,
  article.blog .title h2 {
    font-size: 2em;
    letter-spacing: -0.04em;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.15;
    text-align: left;
    color: #000000;
  }
  article.blog .title .categories {
    display: block;
    font-size: 1.4em;
  }
  article.blog .calendar {
    width: 5.75em;
    min-width: 5.75em;
    max-width: 5.75em;
    font-size: inherit;
    max-height: none;
    align-content: center;
    align-items: center;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    padding: 1em 0.5em;
  }
  article.blog .calendar .day,
  article.blog .calendar .month {
    font-family: "Roboto", sans-serif;
    font-size: 2.4em;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: -0.05em;
    text-align: center;
    color: #ffffff;
  }
  article.blog .content {
    font-size: inherit;
    padding-left: 0;
    border-bottom: none;
  }
  article.blog .content .text {
    font-size: 2em;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
  }
  article.blog .content .text img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
  }
  article.blog .content .text ul li:first-child {
    margin-bottom: 0.75em;
  }
  article.blog .content .text ul li:not(:first-child) {
    margin: 0.75em 0;
  }
  article.blog .content .text h2 {
    font-size: 1.8em;
  }
  article.blog .content .text h3 {
    font-size: 1.7em;
  }
  article.blog .content .text h4,
  article.blog .content .text h5,
  article.blog .content .text h6 {
    font-size: 1.6em;
  }
  .blog .pagination {
    font-size: 20px;
    font-size: 4rem;
    font-size: 6.25vw;
    letter-spacing: 5px;
    letter-spacing: 1rem;
    letter-spacing: 1.5625vw;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 1087px) and (min-width: 640px) {
  .blog .pagination {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1087px) and (max-width: 320px) {
  .blog .pagination {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1087px) and (min-width: 640px) {
  .blog .pagination {
    letter-spacing: 10px;
    letter-spacing: 0.625rem;
  }
}
@media screen and (max-width: 1087px) and (max-width: 320px) {
  .blog .pagination {
    letter-spacing: 5px;
    letter-spacing: 0.3125rem;
  }
}
@media screen and (max-width: 1087px) {
  .blog .pagination .info {
    font-size: 18px;
    display: block;
    text-align: center;
    width: 100%;
  }
  .blog .pagination .pages {
    margin-top: 10px;
  }
  .blog .pagination .pages a {
    font-size: 20px;
  }
  .blog-categories {
    font-size: 10px;
    font-size: 2rem;
    font-size: 3.125vw;
    padding: 0;
  }
}
@media screen and (max-width: 1087px) and (min-width: 640px) {
  .blog-categories {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1087px) and (max-width: 320px) {
  .blog-categories {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 1087px) {
  .blog-categories .title {
    background: #cccccc;
    font-family: "Oswald", sans-serif;
    font-size: 2em;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: -0.03em;
    color: #2a2622;
    padding: 0.55em 0.5em 0.55em;
    text-transform: initial;
  }
}
.wiki .letters {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 1087px) {
  .wiki .title {
    border: 0.07813vw solid #ddd;
  }
  .wiki.blog .calendar {
    display: none;
  }
  .wiki.blog .content .text {
    font-size: 1.125rem;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 1087px) {
  body.blog .wiki-footer .share a {
    padding-top: 10px;
  }
}
.leave-a-comment {
  font-family: "Roboto", sans-serif;
  padding-left: 100px;
  padding-left: 20rem;
  padding-left: 7.8125vw;
  padding-top: 5px;
  padding-top: 1rem;
  padding-top: 0.39063vw;
}
.leave-a-comment h2 {
  margin: 0 0 20px 0;
  margin: 0 0 4rem 0;
  margin: 0 0 1.5625vw 0;
  font-size: 20px;
  font-size: 4rem;
  font-size: 1.5625vw;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #4a4a4a;
}
.leave-a-comment .field {
  margin-bottom: 21px !important;
  margin-bottom: 4.2rem !important;
  margin-bottom: 1.64063vw !important;
  position: relative;
}
.leave-a-comment .field input[type=text],
.leave-a-comment .field input[type=email],
.leave-a-comment .field input[type=password],
.leave-a-comment .field input[type=tel],
.leave-a-comment .field input[type=number],
.leave-a-comment .field select,
.leave-a-comment .field textarea {
  height: 44px;
  height: 8.8rem;
  height: 3.4375vw;
  padding: 14px;
  padding: 2.8rem;
  padding: 1.09375vw;
  height: 100%;
  width: 100%;
  border: 1px solid #979797;
}
.leave-a-comment .field.has-error input[type=text],
.leave-a-comment .field.has-error input[type=email],
.leave-a-comment .field.has-error input[type=password],
.leave-a-comment .field.has-error input[type=tel],
.leave-a-comment .field.has-error input[type=number],
.leave-a-comment .field.has-error select,
.leave-a-comment .field.has-error textarea {
  border: 1px solid #ff0201;
}
.leave-a-comment .field textarea {
  height: auto;
  min-height: 99px;
  min-height: 19.8rem;
  min-height: 7.73438vw;
}
.leave-a-comment .field.field-name {
  padding-right: 15.5px !important;
  padding-right: 3.1rem !important;
  padding-right: 1.21094vw !important;
}
.leave-a-comment .field.field-email {
  padding-left: 15.5px !important;
  padding-left: 3.1rem !important;
  padding-left: 1.21094vw !important;
}
.leave-a-comment .field input[type=checkbox] {
  display: none;
}
.leave-a-comment .field input[type=checkbox] + label {
  font-size: 14px;
  font-size: 2.8rem;
  font-size: 1.09375vw;
  padding-left: 24px;
  padding-left: 4.8rem;
  padding-left: 1.875vw;
  min-height: 20px;
  min-height: 4rem;
  min-height: 1.5625vw;
  box-sizing: border-box;
  color: #4a4a4a;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: 300;
  line-height: 1.425;
  letter-spacing: normal;
  text-align: left;
  width: 100%;
}
.leave-a-comment .field input[type=checkbox] + label:before, .leave-a-comment .field input[type=checkbox] + label:after {
  width: 16px;
  width: 3.2rem;
  width: 1.25vw;
  height: 16px;
  height: 3.2rem;
  height: 1.25vw;
  top: 3px;
  top: 0.6rem;
  top: 0.23438vw;
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 1440px) {
  .leave-a-comment .field input[type=checkbox] + label:before, .leave-a-comment .field input[type=checkbox] + label:after {
    top: 3.375px;
    top: 0.21094rem;
  }
}
.leave-a-comment .field input[type=checkbox] + label:before {
  border: 1px solid #979797;
  border: 0.2rem solid #979797;
  border: 0.07813vw solid #979797;
  background-color: #ffffff;
}
.leave-a-comment .field input[type=checkbox] + label:after {
  font-size: 11px;
  font-size: 2.2rem;
  font-size: 0.85938vw;
  line-height: 17px;
  line-height: 3.4rem;
  line-height: 1.32813vw;
  background-color: #359be0;
  display: none;
  content: "\e809";
  font-family: "fontello";
  text-align: center;
  color: #ffffff;
}
.leave-a-comment .field input[type=checkbox]:checked + label:after {
  display: block;
}
.leave-a-comment .field-captcha {
  margin-bottom: 21px !important;
  margin-bottom: 4.2rem !important;
  margin-bottom: 1.64063vw !important;
  font-size: 0;
}
.leave-a-comment .field-captcha .g-recaptcha {
  display: inline-block;
  vertical-align: bottom;
}
.leave-a-comment a {
  color: #4a4a4a;
  transition: color linear 250ms;
  font-weight: 600;
}
.leave-a-comment a:hover {
  color: #ff0201;
}
.leave-a-comment button[type=submit] {
  font-size: 20px;
  font-size: 4rem;
  font-size: 1.5625vw;
  max-width: 125px;
  max-width: 25rem;
  max-width: 9.76563vw;
  letter-spacing: -0.4px;
  letter-spacing: -0.08rem;
  letter-spacing: -0.03125vw;
  padding: 13px;
  padding: 2.6rem;
  padding: 1.01563vw;
  margin: 0 0 2px 21px;
  margin: 0 0 0.4rem 4.2rem;
  margin: 0 0 0.15625vw 1.64063vw;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  background: #9b9b9b;
  outline: none;
  border: none;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.7;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  vertical-align: bottom;
  cursor: pointer;
  transition: background linear 250ms;
}
.leave-a-comment button[type=submit]:hover {
  background: #686868;
}

.comments {
  font-family: "Roboto", sans-serif;
  padding: 0 0 3px 100px;
  padding: 0 0 0.6rem 20rem;
  padding: 0 0 0.23438vw 7.8125vw;
}
.comments h2 {
  margin: 0 0 41px 0;
  margin: 0 0 8.2rem 0;
  margin: 0 0 3.20313vw 0;
  font-size: 20px;
  font-size: 4rem;
  font-size: 1.5625vw;
  letter-spacing: -0.3px;
  letter-spacing: -0.06rem;
  letter-spacing: -0.02344vw;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.7;
  color: #4a4a4a;
  text-transform: uppercase;
}
.comments ul li article {
  font-size: 14px;
  font-size: 2.8rem;
  font-size: 1.09375vw;
  padding-bottom: 25px;
  padding-bottom: 5rem;
  padding-bottom: 1.95313vw;
  margin-bottom: 25px;
  margin-bottom: 5rem;
  margin-bottom: 1.95313vw;
  border-bottom: 1px solid #cccccc;
  border-bottom: 0.2rem solid #cccccc;
  border-bottom: 0.07813vw solid #cccccc;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: -0.2px;
  color: #4a4a4a;
}
.comments ul li article time,
.comments ul li article .author {
  font-size: 18px;
  font-size: 3.6rem;
  font-size: 1.40625vw;
  margin-bottom: 15px;
  margin-bottom: 3rem;
  margin-bottom: 1.17188vw;
  display: inline-block;
  width: auto;
}

@media screen and (max-width: 1087px) {
  .leave-a-comment,
  .comnents {
    font-size: 10px;
    font-size: 2rem;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 1087px) and (min-width: 640px) {
  .leave-a-comment,
  .comnents {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1087px) and (max-width: 320px) {
  .leave-a-comment,
  .comnents {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 1087px) {
  .comments h2 {
    background: #cccccc;
    font-family: "Oswald", sans-serif;
    font-size: 2em;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: -0.03em;
    color: #2a2622;
    padding: 1.1em 1.8em 1.1em;
    margin: 0 -1em 1.7em;
    text-transform: initial;
  }
  .comments ul li article {
    font-size: 14px;
    font-size: 2.8rem;
    font-size: 4.375vw;
    padding-bottom: 25px;
    padding-bottom: 5rem;
    padding-bottom: 7.8125vw;
    margin-bottom: 25px;
    margin-bottom: 5rem;
    margin-bottom: 7.8125vw;
    border: none;
  }
  .comments ul li article time,
  .comments ul li article .author {
    font-size: 18px;
    font-size: 3.6rem;
    font-size: 5.625vw;
    margin-bottom: 15px;
    margin-bottom: 3rem;
    margin-bottom: 4.6875vw;
  }
  .leave-a-comment h2 {
    font-family: "Oswald", sans-serif;
    font-size: 2em;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #4a4a4a;
    margin-bottom: 1.05em;
  }
  .leave-a-comment .field {
    font-size: 10px;
    font-size: 2rem;
    font-size: 3.125vw;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 1087px) and (min-width: 640px) {
  .leave-a-comment .field {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1087px) and (max-width: 320px) {
  .leave-a-comment .field {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 1087px) {
  .leave-a-comment .field input[type=text],
  .leave-a-comment .field input[type=email],
  .leave-a-comment .field input[type=password],
  .leave-a-comment .field input[type=tel],
  .leave-a-comment .field input[type=number],
  .leave-a-comment .field select,
  .leave-a-comment .field textarea {
    font-size: 18px;
    font-size: 3.6rem;
    font-size: 5.625vw;
    height: 1.88889em;
    padding: 0.38889em 0.55556em 0.33333em;
    width: 100%;
    border: 1px solid #dddddd;
  }
}
@media screen and (max-width: 1087px) and (min-width: 640px) {
  .leave-a-comment .field input[type=text],
  .leave-a-comment .field input[type=email],
  .leave-a-comment .field input[type=password],
  .leave-a-comment .field input[type=tel],
  .leave-a-comment .field input[type=number],
  .leave-a-comment .field select,
  .leave-a-comment .field textarea {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 1087px) and (max-width: 320px) {
  .leave-a-comment .field input[type=text],
  .leave-a-comment .field input[type=email],
  .leave-a-comment .field input[type=password],
  .leave-a-comment .field input[type=tel],
  .leave-a-comment .field input[type=number],
  .leave-a-comment .field select,
  .leave-a-comment .field textarea {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1087px) {
  .leave-a-comment .field textarea {
    height: auto;
    min-height: 11.05556em;
  }
  .leave-a-comment .field.field-name {
    padding-right: 0 !important;
  }
  .leave-a-comment .field.field-email {
    padding-left: 0 !important;
  }
  .leave-a-comment .field input[type=checkbox] {
    display: none;
  }
  .leave-a-comment .field input[type=checkbox] + label {
    font-size: 1.8em;
    padding-left: 24px;
    padding-left: 4.8rem;
    padding-left: 7.5vw;
    min-height: 20px;
    min-height: 4rem;
    min-height: 6.25vw;
    box-sizing: border-box;
    color: #4a4a4a;
    cursor: pointer;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-stretch: normal;
    font-weight: 300;
    line-height: 1.425;
    letter-spacing: normal;
    text-align: left;
    width: 100%;
  }
}
@media screen and (max-width: 1087px) and (min-width: 640px) {
  .leave-a-comment .field input[type=checkbox] + label {
    padding-left: 48px;
    padding-left: 3rem;
  }
}
@media screen and (max-width: 1087px) and (min-width: 640px) {
  .leave-a-comment .field input[type=checkbox] + label {
    min-height: 40px;
    min-height: 2.5rem;
  }
}
@media screen and (max-width: 1087px) {
  .leave-a-comment .field input[type=checkbox] + label:before, .leave-a-comment .field input[type=checkbox] + label:after {
    width: 16px;
    width: 3.2rem;
    width: 5vw;
    height: 16px;
    height: 3.2rem;
    height: 5vw;
    top: 3px;
    top: 0.6rem;
    top: 0.9375vw;
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
  }
}
@media screen and (max-width: 1087px) and (min-width: 640px) {
  .leave-a-comment .field input[type=checkbox] + label:before, .leave-a-comment .field input[type=checkbox] + label:after {
    width: 32px;
    width: 2rem;
  }
}
@media screen and (max-width: 1087px) and (min-width: 640px) {
  .leave-a-comment .field input[type=checkbox] + label:before, .leave-a-comment .field input[type=checkbox] + label:after {
    height: 32px;
    height: 2rem;
  }
}
@media screen and (max-width: 1087px) and (min-width: 640px) {
  .leave-a-comment .field input[type=checkbox] + label:before, .leave-a-comment .field input[type=checkbox] + label:after {
    top: 6px;
    top: 0.375rem;
  }
}
@media screen and (max-width: 1087px) {
  .leave-a-comment .field input[type=checkbox] + label:before {
    border: 1px solid #979797;
    border: 0.2rem solid #979797;
    border: 0.3125vw solid #979797;
    background-color: #ffffff;
  }
  .leave-a-comment .field input[type=checkbox] + label:after {
    font-size: 11px;
    font-size: 2.2rem;
    font-size: 3.4375vw;
    line-height: 17px;
    line-height: 3.4rem;
    line-height: 5.3125vw;
    background-color: #359be0;
    display: none;
    content: "\e809";
    font-family: "fontello";
    text-align: center;
    color: #ffffff;
  }
  .leave-a-comment .field input[type=checkbox]:checked + label:after {
    display: block;
  }
  .leave-a-comment .field-captcha {
    margin-bottom: 21px !important;
    margin-bottom: 4.2rem !important;
    margin-bottom: 6.5625vw !important;
    font-size: 0;
  }
  .leave-a-comment .field-captcha .g-recaptcha {
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 21px !important;
    margin-bottom: 4.2rem !important;
    margin-bottom: 6.5625vw !important;
  }
  .leave-a-comment button[type=submit] {
    font-size: 20px;
    font-size: 4rem;
    font-size: 6.25vw;
    letter-spacing: -0.4px;
    letter-spacing: -0.08rem;
    letter-spacing: -0.125vw;
    padding: 13px;
    padding: 2.6rem;
    padding: 4.0625vw;
    margin: 0;
    max-width: 100%;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    background: #fe110a;
    outline: none;
    border: none;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.7;
    color: #ffffff;
    text-align: center;
    display: inline-block;
    vertical-align: bottom;
    cursor: pointer;
    transition: background linear 250ms;
  }
}
@media screen and (max-width: 1087px) and (min-width: 640px) {
  .leave-a-comment button[type=submit] {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1087px) and (max-width: 320px) {
  .leave-a-comment button[type=submit] {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1087px) and (min-width: 640px) {
  .leave-a-comment button[type=submit] {
    letter-spacing: -0.8px;
    letter-spacing: -0.05rem;
  }
}
@media screen and (max-width: 1087px) and (max-width: 320px) {
  .leave-a-comment button[type=submit] {
    letter-spacing: -0.4px;
    letter-spacing: -0.025rem;
  }
}
@media screen and (max-width: 1087px) and (min-width: 640px) {
  .leave-a-comment button[type=submit] {
    padding: 26px;
    padding: 1.625rem;
  }
}
@media screen and (max-width: 1087px) and (max-width: 320px) {
  .leave-a-comment button[type=submit] {
    padding: 13px;
    padding: 0.8125rem;
  }
}
@media screen and (max-width: 1087px) {
  .leave-a-comment button[type=submit]:hover {
    background: #a10501;
  }
}
@media screen and (min-width: 1088px) {
  .artista-header {
    margin-bottom: 3.4375rem;
  }
}
@media screen and (min-width: 1088px) {
  .artista-header h1 {
    color: #ffffff;
  }
}
.artista-header.blog-top-header .lola_cow {
  margin-left: -5rem;
}

.artistas.menu-superior .help, .palos.menu-superior .help {
  margin-bottom: 0;
}
.artistas.menu-superior .help .acord1 .item.layout0 .itemtitle, .palos.menu-superior .help .acord1 .item.layout0 .itemtitle {
  padding-left: 15px;
}
@media screen and (max-width: 1087px) {
  .artistas .texto, .palos .texto {
    margin-top: 0.9375rem;
  }
}
@media screen and (min-width: 1088px) {
  .artistas .texto, .palos .texto {
    margin-top: 3.4375rem;
  }
}

.pagination-artistas .pages a {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -2px;
  margin-right: 10px;
  text-align: left;
  color: #4a4a4a;
  line-height: 1.5;
}
.pagination-artistas .pages a.active {
  color: #ff0201;
}

.section.contact-home-section {
  padding-bottom: 0 !important;
}
.section.contact-home-section .button {
  width: 100%;
  position: relative;
  background-color: #FF0000;
  color: #FFF;
  font-weight: 700;
  text-transform: uppercase;
}
.section.contact-home-section .button:focus {
  box-shadow: none;
  border: 0;
}
.section.contact-home-section .button .arrow {
  position: absolute;
  right: 15px;
  font-size: 32px;
  top: -10px;
}
.section.contact-home-section .button .arrow.cross {
  font-size: 26px;
  top: -4px;
}
.section.contact-home-section .contact-home-content {
  background-color: rgba(216, 216, 216, 0.8);
  padding: 15px;
}
.section.contact-home-section .contact-home-content .whatsapp .image {
  display: inline-block;
  width: 40px;
}
.section.contact-home-section .contact-home-content .whatsapp .text {
  height: 40px;
  display: inline-block;
  vertical-align: top;
  line-height: 40px;
}

html.product-customizer {
  overflow-y: hidden;
}

/** Fontello */
body {
  overflow-x: hidden;
}

[data-modal] {
  cursor: pointer;
}
