@charset "UTF-8";
/*$ff: 'Quicksand', sans-serif !default;*/
input,
textarea {
  border: none;
  border: 1px solid #8f8f8f;
  padding: 0.5rem 1rem;
}

.-desktop {
  display: block !important;
}
@media screen and (max-width: 48em) {
  .-desktop {
    display: none !important;
  }
}

.-mobile {
  display: none !important;
}
@media screen and (max-width: 48em) {
  .-mobile {
    display: block !important;
  }
}

.-tablet {
  display: none !important;
}
@media screen and (max-width: 64em) {
  .-tablet {
    display: block !important;
  }
}

.whatsapp-section {
  position: fixed;
  bottom: 8%;
  right: 3%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.whatsapp-section .whatsapp-message {
  max-width: 200px;
  font-size: 1.35rem;
  background-color: #f1f1f1;
  padding: 0.5rem 1rem;
  line-height: 2rem;
  margin-right: 1.5rem;
  position: relative;
}
.whatsapp-section .whatsapp-message .right-arrow {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 14px solid #f1f1f1;
  border-bottom: 7px solid transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -14px;
}
.whatsapp-section .green-whatsapp {
  background-color: #4dc247;
  width: 55px;
  height: 55px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.whatsapp-section .green-whatsapp img {
  width: 35px;
  height: 35px;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

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

a {
  color: inherit;
  text-decoration: none;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
  font-family: "Open sans", sans-serif;
}

body {
  overflow-x: hidden;
  color: #000;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

hr {
  border: 0;
  width: 100%;
  background: #fff;
  height: 1px;
  margin: 1rem 0;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: #333;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
a:focus {
  color: inherit;
  text-decoration: none;
}

input:hover {
  outline: none;
}
input:focus {
  outline: none;
}

textarea {
  resize: none;
}

*:focus {
  outline: none !important;
}

.hidden {
  display: none;
}

::-moz-selection {
  color: #fff;
  background: #000;
}

::selection {
  color: #fff;
  background: #000;
}

.toast-top-right {
  top: 56px !important;
  right: 12px;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

.sweet-alert button {
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 0.5rem;
  border-radius: 0;
}
.sweet-alert fieldset {
  display: none;
}

.onlineonlyspan {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.onlineonlyspan .circle {
  width: 5rem;
  height: 5rem;
  border: 2px solid #88cac0;
  background-color: #88cac0;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.onlineonlyspan span {
  color: #88cac0;
  font-size: 1rem;
}
.onlineonlyspan span img {
  height: 3.5rem;
  width: 3.5rem;
}
.onlineonlyspan p {
  max-width: 6rem;
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
  color: #88cac0;
  margin-top: 1rem;
}

.ribbon {
  position: absolute;
  width: 10rem;
  text-align: center;
  background-color: transparent;
  z-index: 3;
  top: 1.5%;
  font-size: 1.1rem;
  line-height: 2rem;
  padding: 0.4rem 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
}
.ribbon span {
  position: relative;
  z-index: 100;
  font-family: PlayFair;
  font-variant-numeric: lining-nums;
}
.ribbon:after {
  content: "";
  display: inline-block;
  border-top-width: 2.8rem;
  border-top-style: solid;
  border-left: 0px;
  height: 0;
  min-width: 6.8rem;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.dark-grey {
  background-color: #5d5d5d;
  color: #fff;
}

.dark-grey.ribbon {
  background-color: transparent;
}

.dark-grey.ribbon:after {
  border-top-color: #5d5d5d;
}

.height-28 {
  height: 28px !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Slick Arrows */
.slide-arrow-container.slick-arrow {
  position: absolute;
  top: 45%;
  background: rgba(181, 181, 181, 0.6);
  padding: 10px 12px;
  border-radius: 50%;
  z-index: 2;
  cursor: pointer;
}
.slide-arrow-container.slick-arrow:hover {
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.slide-arrow-container.slick-arrow.next-arrow {
  right: 25px;
}
.slide-arrow-container.slick-arrow.prev-arrow {
  left: 25px;
}
.slide-arrow-container.slick-arrow > i {
  color: white;
}
.slide-arrow-container.slick-arrow > button {
  position: absolute;
  top: 42%;
  padding: 0.75rem;
  box-shadow: 1px -1px 0 1px black inset;
  -webkit-box-shadow: 1px -1px black inset;
  border: solid transparent;
  border-width: 0 0 2rem 2rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 1;
  background: transparent;
}
.slide-arrow-container.slick-arrow > button.next-arrow {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  right: 25px;
}
.slide-arrow-container.slick-arrow > button.prev-arrow {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 25px;
}
.slide-arrow-container.slick-arrow button.slide-arrow.slick-arrow.next-arrow {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  right: 25px;
}
.slide-arrow-container.slick-arrow button.slide-arrow.slick-arrow.prev-arrow {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 25px;
}
.slide-arrow-container.slick-arrow button.slide-arrow.slick-arrow {
  position: absolute;
  padding: 0.75rem;
  box-shadow: 1px -1px 0 1px black inset;
  -webkit-box-shadow: 1px -1px black inset;
  border: solid transparent;
  border-width: 0 0 2rem 2rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 1;
  top: 42%;
  background: transparent;
}

.custom-dots {
  position: absolute;
  top: 50%;
  left: -20px;
}

.custom-dots > * {
  margin: 0.1px 0;
}

.custom-dots li > button {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  border: none;
  background-color: #c1c1c1;
  text-indent: -9999px;
  outline: 0;
}

.custom-dots li > button:hover {
  background-color: #000 !important;
}

.custom-dots li.slick-active > button {
  background-color: #000 !important;
}

/* End Slick Arrows */
@font-face {
  font-family: "RobotoRegular";
  src: url("/content/fonts/RobotoRegular.eot");
  src: url("/content/fonts/RobotoRegular.eot") format("embedded-opentype"), url("/content/fonts/RobotoRegular.woff2") format("woff2"), url("/content/fonts/RobotoRegular.woff") format("woff"), url("/content/fonts/RobotoRegular.ttf") format("truetype"), url("/content/fonts/RobotoRegular.svg#RobotoRegular") format("svg");
  font-weight: 300;
}
@font-face {
  font-family: "RobotoMedium";
  src: url("/content/fonts/RobotoMedium_0.eot");
  src: url("/content/fonts/RobotoMedium_0.eot") format("embedded-opentype"), url("/content/fonts/RobotoMedium_0.woff2") format("woff2"), url("/content/fonts/RobotoMedium_0.woff") format("woff"), url("/content/fonts/RobotoMedium_0.ttf") format("truetype"), url("/content/fonts/RobotoMedium_0.svg#RobotoMedium_0") format("svg");
  font-weight: 500;
}
@font-face {
  font-family: "RobotoLight";
  src: url("/content/fonts/RobotoLight.eot");
  src: url("/content/fonts/RobotoLight.eot") format("embedded-opentype"), url("/content/fonts/RobotoLight.woff2") format("woff2"), url("/content/fonts/RobotoLight.woff") format("woff"), url("/content/fonts/RobotoLight.ttf") format("truetype"), url("/content/fonts/RobotoLight.svg#RobotoLight") format("svg");
  font-weight: 200;
}
@font-face {
  font-family: "RobotoBold";
  src: url("/content/fonts/RobotoBold.eot");
  src: url("/content/fonts/RobotoBold.eot") format("embedded-opentype"), url("/content/fonts/RobotoBold.woff2") format("woff2"), url("/content/fonts/RobotoBold.woff") format("woff"), url("/content/fonts/RobotoBold.ttf") format("truetype"), url("/content/fonts/RobotoBold.svg#RobotoBold") format("svg");
  font-weight: 600;
}
@font-face {
  font-family: "AkzidenzGrotesk";
  src: url("/content/fonts/AkzidenzGroteskLight.eot");
  src: url("/content/fonts/AkzidenzGroteskLight.eot") format("embedded-opentype"), url("/content/fonts/AkzidenzGroteskLight.woff2") format("woff2"), url("/content/fonts/AkzidenzGroteskLight.woff") format("woff"), url("/content/fonts/AkzidenzGroteskLight.ttf") format("truetype"), url("/content/fonts/AkzidenzGroteskLight.svg#AkzidenzGroteskLight") format("svg");
  font-weight: 200;
}
@font-face {
  font-family: "AkzidenzGrotesk";
  src: url("/content/fonts/AkzidenzGroteskRegular.eot");
  src: url("/content/fonts/AkzidenzGroteskRegular.eot") format("embedded-opentype"), url("/content/fonts/AkzidenzGroteskRegular.woff2") format("woff2"), url("/content/fonts/AkzidenzGroteskRegular.woff") format("woff"), url("/content/fonts/AkzidenzGroteskRegular.ttf") format("truetype"), url("/content/fonts/AkzidenzGroteskRegular.svg#AkzidenzGroteskRegular") format("svg");
  font-weight: 300;
}
@font-face {
  font-family: "AkzidenzGrotesk";
  src: url("/content/fonts/AkzidenzGroteskBold.eot");
  src: url("/content/fonts/AkzidenzGroteskBold.eot") format("embedded-opentype"), url("/content/fonts/AkzidenzGroteskBold.woff2") format("woff2"), url("/content/fonts/AkzidenzGroteskBold.woff") format("woff"), url("/content/fonts/AkzidenzGroteskBold.ttf") format("truetype"), url("/content/fonts/AkzidenzGroteskBold.svg#AkzidenzGroteskBold") format("svg");
  font-weight: 600;
}
@font-face {
  font-family: "BabyCompany";
  src: url("/content/fonts/babycompany.eot");
  src: url("/content/fonts/babycompany.eot") format("embedded-opentype"), url("/content/fonts/babycompany.woff2") format("woff2"), url("/content/fonts/babycompany.woff") format("woff"), url("/content/fonts/babycompany.ttf") format("truetype");
  font-weight: 600;
}
/*@font-face {
    font-family: 'Futurah';
    src: url('/content/fonts/FUTURAH.eot');
    src: url('/content/fonts/FUTURAH.eot') format('embedded-opentype'),
         url('/content/fonts/FUTURAH.woff2') format('woff2'),
         url('/content/fonts/FUTURAH.woff') format('woff'),
         url('/content/fonts/FUTURAH.ttf') format('truetype'),
         url('/content/fonts/FUTURAH.svg#FUTURAH') format('svg');
    font-weight: 500;
}

@font-face {
    font-family: 'FuturahBold';
    src: url('/content/fonts/FUTURAB.eot');
    src: url('/content/fonts/FUTURAB.eot') format('embedded-opentype'),
         url('/content/fonts/FUTURAB.woff2') format('woff2'),
         url('/content/fonts/FUTURAB.woff') format('woff'),
         url('/content/fonts/FUTURAB.ttf') format('truetype'),
         url('/content/fonts/FUTURAB.svg#FUTURAB') format('svg');
    font-weight: 500;
}

@font-face {
    font-family: 'FuturahCondensed';
    src: url('/content/fonts/FUTURABC_0.eot');
    src: url('/content/fonts/FUTURABC_0.eot') format('embedded-opentype'),
         url('/content/fonts/FUTURABC_0.woff2') format('woff2'),
         url('/content/fonts/FUTURABC_0.woff') format('woff'),
         url('/content/fonts/FUTURABC_0.ttf') format('truetype'),
         url('/content/fonts/FUTURABC_0.svg#FUTURABC_0') format('svg');
    font-weight: 500;
}

@font-face {
    font-family: 'FuturahBook';
    src: url('/content/fonts/FUTURAN.eot');
    src: url('/content/fonts/FUTURAN.eot') format('embedded-opentype'),
         url('/content/fonts/FUTURAN.woff2') format('woff2'),
         url('/content/fonts/FUTURAN.woff') format('woff'),
         url('/content/fonts/FUTURAN.ttf') format('truetype'),
         url('/content/fonts/FUTURAN.svg#FUTURAN') format('svg');
    font-weight: 500;
}*/
@font-face {
  font-family: "Adam";
  src: url("/content/fonts/Adam.otf");
  font-weight: 300;
}
/*@font-face {
    font-family: 'Quicksandbook';
    src: url('/content/fonts/Quicksand_Book.otf');
    font-weight: 300;
}*/
body {
  font-size: 1.6rem;
}

h1 {
  font-size: 3.2rem;
  margin: 1.25rem 0;
}

h2 {
  font-size: 2.6rem;
  margin: 1rem 0;
}

h3 {
  font-size: 2.2rem;
  margin: 0.75rem 0;
}

h4 {
  font-size: 1.8rem;
  margin: 0.75rem 0;
}

h5 {
  font-size: 1.6rem;
  margin: 0.75rem 0;
}

h6 {
  font-size: 1.4rem;
  margin: 0.75rem 0;
}

.icon:not(.fa) {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-image: url(/content/icons/icon-user4x.png);
  /*width:$icon-size;
  height:$icon-size;*/
  width: 2.2rem;
  height: 2.3rem;
}
.icon--clickable {
  cursor: pointer;
}
.icon--rotate {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/content/images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/content/fonts/slick.eot");
  src: url("/content/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/content/fonts/slick.woff") format("woff"), url("/content/fonts/slick.ttf") format("truetype"), url("/content/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #8e8e8e;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  background-image: url("/content/images/back.png");
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  background-image: url("/content/images/next.png");
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.button {
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  display: block;
  background: #70c2b4;
  color: black;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2rem;
  padding: 1rem 2rem;
  border: 1px solid transparent;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
}
.button:hover:not([disabled]) {
  background: #88cac0;
  color: #fff;
}
.button:focus:not([disabled]) {
  background: #88cac0;
  color: #fff;
}
.button--large {
  padding: 2rem 2rem;
}
.button--invert {
  /*background:$white;
  border-color:$black-abs;

  color:$black-abs;*/
}
.button--invert:hover {
  background: #000;
  color: #fff;
}
.button--invert:focus {
  background: #000;
  color: #fff;
}
.button.outstand {
  background: #88cac0;
}

.popout {
  display: none;
  position: fixed;
  top: 50vh;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  padding: 2rem 1rem;
  width: calc(100% - 2rem);
  border: 1px solid #8f8f8f;
  z-index: 12;
  max-width: 950px;
  max-height: 90vh;
  overflow-y: scroll;
}
.popout.--open {
  display: block;
}
.popout--small {
  max-width: 525px;
}
.popout--extrasmall {
  max-width: 400px;
}
.popout__close {
  position: absolute;
  top: 0;
  right: 0;
  margin: 1rem;
  line-height: 20px;
  font-size: 3rem;
  cursor: pointer;
}
.popout .loader {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 48em) {
  .popout {
    max-height: 80vh;
    overflow-y: scroll;
  }
}

.popout::-webkit-scrollbar {
  width: 5px;
  background-color: #d0a376;
  border-radius: 10px;
}

.filter-popout {
  padding: 0;
  max-width: 500px;
}
.filter-popout .popout__content .popout__section {
  padding: 1.2rem 2rem;
  border-bottom: 0.1px solid #ccc;
  width: 100%;
}
.filter-popout .popout__content .popout__section .filter__pricing {
  margin: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filter-popout .popout__content .popout__section .filter__pricing .filter__input-group {
  position: relative;
  width: 50%;
  margin: 0 0.5rem;
}
.filter-popout .popout__content .popout__section .filter__pricing .filter__input-group:first-child {
  margin-left: 0;
}
.filter-popout .popout__content .popout__section .filter__pricing .filter__input-group:last-child {
  margin-right: 0;
}
.filter-popout .popout__content .popout__section .filter__pricing .filter__input-group .filter__input-help {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0.5rem;
  font-size: 1.4rem;
}
.filter-popout .popout__content .popout__section .filter__pricing .filter__input-group input {
  padding-left: 1.5rem;
  width: 100%;
  font-size: 1.3rem;
}
.filter-popout .popout__content .popout__section .apply-filter {
  width: 100%;
  background-color: #88cac0;
  color: #fff;
  text-align: center;
  padding: 1rem 0;
  display: inline-block;
  border: 0;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1.3rem;
}
.filter-popout .popout__content .popout__section .filter__name {
  color: #333;
  text-transform: uppercase;
  font-size: 1.3rem;
}
.filter-popout .popout__content .popout__section .category__list {
  margin: 1rem 0;
  max-height: 200px;
  overflow-y: auto;
}
.filter-popout .popout__content .popout__section .category__list .category__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.5rem 0;
  padding-right: 0.5rem;
}
.filter-popout .popout__content .popout__section .category__list .category__item .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filter-popout .popout__content .popout__section .category__list .category__item .info .category__name {
  color: #333;
  font-size: 1.3rem;
}
.filter-popout .popout__content .popout__section .category__list .category__item .info .category__check {
  width: 17px;
  height: 17px;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #333;
  cursor: pointer;
  margin-right: 0.5rem;
}
.filter-popout .popout__content .popout__section .category__list .category__item .info .category__check-active {
  background-color: #333;
}
.filter-popout .popout__content .popout__section .category__list .category__item .category__product-count {
  font-size: 1.3rem;
}
.filter-popout .popout__content .popout__section .category__list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #d0a376;
}
.filter-popout .popout__content .popout__section .category__list::-webkit-scrollbar {
  width: 5px;
  background-color: #d0a376;
}
.filter-popout .popout__content .popout__section .category__list::-webkit-scrollbar-thumb {
  background-color: #d0a376;
  border: 1px solid #d0a376;
}
.filter-popout .popout__content .popout__section .brand__list {
  margin: 1rem 0;
  max-height: 200px;
  overflow-y: auto;
}
.filter-popout .popout__content .popout__section .brand__list .brand__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.5rem 0;
  padding-right: 0.5rem;
}
.filter-popout .popout__content .popout__section .brand__list .brand__item .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filter-popout .popout__content .popout__section .brand__list .brand__item .info .brand__name {
  color: #333;
  font-size: 1.3rem;
}
.filter-popout .popout__content .popout__section .brand__list .brand__item .info .brand__check {
  width: 17px;
  height: 17px;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #333;
  cursor: pointer;
  margin-right: 0.5rem;
}
.filter-popout .popout__content .popout__section .brand__list .brand__item .info .brand__check-active {
  background-color: #333;
}
.filter-popout .popout__content .popout__section .brand__list .brand__item .brand__product-count {
  font-size: 1.3rem;
}
.filter-popout .popout__content .popout__section .brand__list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #d0a376;
}
.filter-popout .popout__content .popout__section .brand__list::-webkit-scrollbar {
  width: 5px;
  background-color: #d0a376;
}
.filter-popout .popout__content .popout__section .brand__list::-webkit-scrollbar-thumb {
  background-color: #d0a376;
  border: 1px solid #d0a376;
}
.filter-popout .popout__content .popout__section .color__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.filter-popout .popout__content .popout__section .color__list .color__item {
  margin: 0 0.1rem;
}
.filter-popout .popout__content .popout__section .color__list .color__item:first-child {
  margin-left: 0;
}
.filter-popout .popout__content .popout__section .color__list .color__item .filter__ball-container {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filter-popout .popout__content .popout__section .color__list .color__item .filter__ball-container .filter__ball {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  cursor: pointer;
  background-size: cover;
}
.filter-popout .popout__content .popout__section .color__list .color__item .filter__ball-container:hover {
  border: 1px solid #000;
}
.filter-popout .popout__content .popout__section .color__list .color__item .filter__ball-container-active {
  border: 1px solid #000;
}
.filter-popout .popout__content .title {
  color: #d0a376;
  text-transform: uppercase;
  text-align: center;
}

.loader {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.loader div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #fff;
  border-radius: 50%;
  -webkit-animation: load 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: load 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #000 transparent transparent transparent;
}
.loader div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s;
}
.loader div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.loader div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}
@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.loader--small {
  width: 30px;
  height: 30px;
  margin-bottom: 3rem !important;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  padding: 1.5rem 2.5rem;
  z-index: 7;
  position: sticky;
  width: 100%;
  top: 4rem;
}
@media screen and (max-width: 48em) {
  .header {
    padding: 1.5rem 1.5rem;
  }
}
.header__logo {
  max-height: 4rem;
}
@media screen and (max-width: 48em) {
  .header__logo {
    max-height: 3.5rem;
  }
}
.header .item {
  width: 33%;
}
.header .item.menu {
  width: 50%;
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 2rem;
}
.header__menu .category {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.2rem;
}
.header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 2rem;
}
@media screen and (max-width: 48em) {
  .header__actions {
    gap: 1rem;
  }
}
.header__actions .action img {
  width: 25px;
}

.site-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 10rem 0 10rem;
  margin: 0 -5rem;
  background: #fff;
  z-index: 6;
  border-bottom: 1px solid #e5e5e5;
  position: sticky;
  top: 0;
  /*@include md{
      display:none;
  }*/
}
@media screen and (max-width: 48em) {
  .site-menu {
    padding: 0 1rem;
    margin: 0;
    border-bottom: 1px solid #e5e5e5;
  }
}
.site-menu-small {
  padding: 0 6rem;
}
.site-menu-small .site__nav .menu__item {
  padding: 0 1rem;
}
.site-menu-small .site__nav .menu__item--outstand {
  padding: 0 2rem;
}

.content {
  min-height: 100vh;
  padding: 2.5rem 0 0;
  background: white;
}
@media screen and (max-width: 64em) {
  .content {
    padding: 0;
    padding: 25px 0px 0px 0px;
  }
}
@media screen and (max-width: 48em) {
  .content {
    min-height: 0;
    padding: 25px 0px 0px 0px;
  }
}
.content--home {
  padding: 0;
}
.content__container {
  max-width: 1150px;
  margin: 0 auto;
}
.content__container-cart-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 64em) {
  .content__container-cart-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.content-no-padding {
  padding: 0;
}
.content-small {
  min-height: 50vh;
}
.content-nobottom {
  padding-bottom: 0;
}

@media screen and (max-width: 64em) {
  .shop {
    padding: 0 1rem;
  }
}
.shop__category__meta-description {
  width: 100%;
  background: #e4e4e4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0px -25px;
}
@media screen and (max-width: 48em) {
  .shop__category__meta-description {
    margin: 15px 0px;
  }
}
.shop__category__meta-description p {
  text-align: center;
  font-size: 13px;
  line-height: 15px;
  max-width: 675px;
  padding: 15px 0px;
}
@media screen and (max-width: 48em) {
  .shop__category__meta-description p {
    font-size: 11px;
    line-height: 12px;
    padding: 15px 5px;
  }
}

.shop-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 2.5rem;
}
@media screen and (max-width: 48em) {
  .shop-content {
    padding: 0;
  }
}

.side-menu {
  position: fixed;
  top: calc(4rem * 2 + 7rem);
  padding-left: 3vw;
  margin-top: 5rem;
  font-size: 2.4rem;
  z-index: 5;
}
.side-menu__item {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: block;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.side-menu__item:hover {
  color: #000;
}
.side-menu__item:focus {
  color: #000;
}
.side-menu__item--separate {
  margin-bottom: 3rem;
}
.side-menu__item--outstand {
  color: #88cac0;
}
.side-menu__item--outstand:hover {
  color: #fff;
}
.side-menu__item--outstand:focus {
  color: #fff;
}
.side-menu__toggle-item {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: block;
  color: #000;
  margin-bottom: 2.5rem;
  font-size: 2rem;
  cursor: pointer;
}
.side-menu__toggle-item:hover {
  color: #000;
}
.side-menu__toggle-item:focus {
  color: #000;
}
@media screen and (max-width: 48em) {
  .side-menu__toggle-item {
    margin-bottom: 1rem;
  }
}
.side-menu__toggle-section {
  font-size: 1.6rem;
}
.side-menu .toggle-section__item {
  display: block;
  margin-bottom: 0.75rem;
  color: #000;
}
@media screen and (max-width: 48em) {
  .side-menu {
    top: calc(4rem + 3rem);
    margin-top: 2rem;
  }
}

body {
  width: 100%;
  height: 100%;
}

.site-no-transform {
  -webkit-transform: none !important;
          transform: none !important;
}

.slideout-menu-left {
  left: 0;
}

.slideout-menu-right {
  right: 0;
}

.slideout-panel {
  position: relative;
  z-index: 1;
  background-color: #fff; /* A background-color is required */
  min-height: 100vh;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block;
  z-index: 2;
}

.slideout {
  display: none;
}

.slideout-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 256px;
  min-height: 100vh;
  overflow-y: scroll;
  z-index: 0;
  display: none;
  background: #F5F5F5;
}
.slideout-menu-white {
  background-color: white !important;
}
.slideout-menu-right {
  width: 350px;
}
.slideout-menu .dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 20px;
  color: #333;
  text-transform: uppercase;
  background-color: transparent;
  border: none;
}
.slideout-menu .dropdown-toggle:hover {
  color: #333;
  background-color: transparent !important;
}
.slideout-menu .dropdown-menu {
  position: relative;
  float: none;
  margin: 0;
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  width: 100%;
}
.slideout-menu ul li a:not(.dropdown-toggle) {
  display: block;
  padding: 10px 20px;
  color: #333;
  font-size: 12px;
  text-transform: uppercase;
}

.dropdown-submenu {
  background: #DFDDDD;
}
.dropdown-submenu a {
  color: #333 !important;
}

#category-menu .open > .dropdown-toggle {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#category-menu .dropdown-submenu > a.rotate {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.subsubmenu {
  background: #bdbcbc;
}

.links {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 20px;
}
.links a {
  color: #b4d3d5;
  font-size: 24px;
  margin-right: 10px;
}

.slideout-menu-left {
  left: 0;
}

.slideout-menu-right {
  right: 0;
}

.slideout-panel {
  z-index: 1;
  min-height: 100vh;
  background: white;
}

.slideout-open {
  overflow: hidden;
}
.slideout-open body {
  overflow: hidden;
}
.slideout-open .slideout-panel {
  overflow: hidden;
}
.slideout-open .slideout-menu {
  display: block;
  overflow-y: hidden;
}
@media screen and (max-width: 64em) {
  .slideout-open .slideout-menu {
    overflow-y: scroll;
  }
}

.slideout-border {
  border-bottom: 1px solid #f5f5f5;
}

.navbar-toggle {
  padding: 0;
  margin: 0;
}

.dropdown-toggle:focus {
  color: #333;
  background-color: transparent !important;
}

.fa-angle-down:before {
  content: "\f107";
  font-size: 26px;
  background: transparent;
}

.dropdown-menu > li > a:hover {
  background: inherit !important;
}
.dropdown-menu > li > a:focus {
  background: inherit !important;
}

.navbar-toggle .icon-bar {
  background-color: #2b3c4e;
}

.cross.navbar-toggle span.icon-bar:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.cross.navbar-toggle span.icon-bar:nth-child(2) {
  display: none;
}
.cross.navbar-toggle span.icon-bar:last-child {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  margin-top: -2px;
}

.dropdown-toggle:after {
  content: "\f107";
  font-family: fontawesome;
  color: #333;
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
  vertical-align: sub;
  margin: 8px 0 0 0;
}

.slideout-menu-white {
  background-color: #fff !important;
}

.--top-banner {
  /*.site-menu{
      top:$top-banner-height;
  }*/
}
.--top-banner .top-banner {
  display: block;
}
.--top-banner .header {
  margin-top: 4rem;
}
@media screen and (max-width: 64em) {
  .--top-banner .content {
    padding: 0;
  }
}
@media screen and (max-width: 64em) {
  .--top-banner {
    /*.content{
        padding-top:calc(8rem + 2.5rem);
    }*/
    /*.shop{
        // padding-top:calc(8rem - 2.5rem);
    }*/
  }
  .--top-banner .content {
    padding-top: 2rem;
  }
  .--top-banner .checkout__summary {
    padding-top: calc(1.5rem + 4rem);
  }
}
@media screen and (max-width: 64em) {
  .--top-banner #header-menu-switch:checked ~ .nav-menu {
    top: 8rem;
  }
}

.--color-invert .header {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
.--color-invert .side-menu {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

.--menu-fixed .header__icon-action--cart {
  position: fixed;
  right: 10rem;
  -webkit-animation: fadeIn 1s;
          animation: fadeIn 1s;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.--popout {
  overflow-y: hidden;
}
.--popout #site::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 11;
}

.m--popup-banner {
  overflow-y: hidden;
}
.m--popup-banner #site::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 11;
}
.m--popup-banner .popup-banner {
  display: block;
}

.--raw ul {
  list-style-type: initial;
  -webkit-padding-start: 4rem;
          padding-inline-start: 4rem;
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
  -webkit-margin-after: 1rem;
          margin-block-end: 1rem;
}

.--filters .shop-filter {
  display: block !important;
  visibility: visible !important;
}
@media screen and (max-width: 64em) {
  .--filters .shop-filter__close {
    display: block;
  }
}

@media screen and (max-width: 48em) {
  .hidden-sm {
    display: none !important;
  }
}

.site__nav .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.site__nav .menu .navbar-toggle {
  display: block;
  float: none !important;
}
.site__nav .menu .logo-wrapper {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 15%;
}
@media screen and (max-width: 48em) {
  .site__nav .menu .logo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.site__nav .menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.5rem;
  height: 4rem;
  color: #666;
  font-size: 1.1rem;
  text-transform: uppercase;
  white-space: nowrap;
}
.site__nav .menu__item--image {
  opacity: 1;
}
.site__nav .menu__item:hover {
  text-decoration: none;
  opacity: 1;
}
.site__nav .menu__item:hover--outstand {
  color: #76ada4;
  font-weight: bold;
}
.site__nav .menu__item:focus {
  text-decoration: none;
  opacity: 1;
}
.site__nav .menu__item:focus--outstand {
  color: #76ada4;
  font-weight: bold;
}
.site__nav .menu__item--active {
  opacity: 1;
  border-color: #333;
}
.site__nav .menu__item--outstand {
  color: #76ada4;
  padding: 0 4rem;
  font-weight: bold;
}
@media screen and (max-width: 48em) {
  .site__nav .menu__item--outstand {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 48em) {
  .site__nav .menu__item {
    padding: 0 0.5rem;
  }
}
.site__nav .menu__dropdown {
  position: relative;
}
.site__nav .menu__dropdown:hover .menu-dropdown__list {
  display: block;
}
.site__nav .menu__dropdown:focus .menu-dropdown__list {
  display: block;
}
.site__nav .menu .icons-wrapper {
  width: 15%;
}
@media screen and (max-width: 48em) {
  .site__nav .menu .icons-wrapper {
    width: 20%;
  }
}
.site__nav .menu li ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site__nav .menu li ul .icons {
  margin-top: -5px;
}
.site__nav .menu li ul .icons li {
  padding: 0 0.5rem;
  position: relative;
}
.site__nav .menu li ul .icons li.search-icon {
  cursor: pointer;
}
.site__nav .menu li ul .icons li .count {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 19px;
  height: 19px;
  border: 1px solid #FFF;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.3rem;
  background-color: #d0a376;
  -webkit-animation: 1s ease-in-out;
          animation: 1s ease-in-out;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.site__nav .menu .menu-dropdown__list {
  display: none;
  position: absolute;
  top: 100%;
  min-width: 100px;
  background: white;
  padding: 0.5rem 1rem;
  border: 1px solid #e5e5e5;
}
.site__nav .menu .menu-dropdown__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site__nav .menu .menu-dropdown__item {
  font-size: 1.2rem;
  letter-spacing: 0.5px;
  opacity: 0.7;
  white-space: nowrap;
  width: 100%;
  display: block;
  padding: 0.5rem;
}
.site__nav .menu .menu-dropdown__item:hover {
  opacity: 1;
}
.site__nav .menu .menu-dropdown__item:focus {
  opacity: 1;
}
.site__nav .menu .menu-dropdown__column:not(:last-child) {
  margin-right: 1.5rem;
}

.header-mobile_phone-sale {
  z-index: 4;
  width: 100%;
  background: #c8c8c8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  vertical-align: middle;
  color: #fff !important;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0.5rem 0rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: sticky;
  top: 102px;
}
@media screen and (max-width: 48em) {
  .header-mobile_phone-sale {
    position: sticky;
    top: 94px;
    font-size: 1.1rem;
  }
}
.header-mobile_phone-sale span:first-child {
  font-size: 16px;
  background-image: -webkit-gradient(linear, left top, right top, from(#c8c8c8), to(#ffffff));
  background-image: linear-gradient(to right, #c8c8c8, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header-mobile_phone-sale span:last-child {
  font-size: 16px;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#c8c8c8));
  background-image: linear-gradient(to right, #ffffff, #c8c8c8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bbc-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767.99px) {
  .bbc-menu {
    padding: 0 30px 0 30px;
    height: 43px;
  }
}
@media only screen and (min-width: 768px) {
  .bbc-menu {
    padding: 15px 0 12px 0;
  }
}
.bbc-menu .slick-next,
.bbc-menu .slick-prev {
  background-color: rgba(136, 202, 192, 0.5);
  border-radius: 50%;
  width: 24px;
  height: 24px;
}
.bbc-menu .slick-next:before,
.bbc-menu .slick-prev:before {
  width: 8px;
  height: 8px;
  background: none;
}
.bbc-menu .slick-prev {
  left: 0 !important;
}
.bbc-menu .slick-prev:before {
  content: "\f053";
  font-family: FontAwesome;
  font-size: 14px;
  color: #fff;
  margin-left: -4px;
}
.bbc-menu .slick-next {
  right: 0 !important;
}
.bbc-menu .slick-next:before {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 14px;
  color: #fff;
}

@media screen and (max-width: 48em) {
  .header__search {
    border-right: none;
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header__search-input {
  border: none;
  padding: 0.3rem 0;
  width: 125px;
  background: transparent;
  font-size: 1.3rem;
}
.header__search-input.placeholder {
  color: #5b5b5f;
  text-align: right;
}
.header__search-input:-moz-placeholder {
  color: #5b5b5f;
  text-align: right;
}
.header__search-input::-moz-placeholder {
  color: #5b5b5f;
  text-align: right;
}
.header__search-input:-ms-input-placeholder {
  color: #5b5b5f;
  text-align: right;
}
.header__search-input::-webkit-input-placeholder {
  color: #5b5b5f;
  text-align: right;
}
@media screen and (max-width: 64em) {
  .header__search-input.placeholder {
    text-align: left;
  }
  .header__search-input:-moz-placeholder {
    text-align: left;
  }
  .header__search-input::-moz-placeholder {
    text-align: left;
  }
  .header__search-input:-ms-input-placeholder {
    text-align: left;
  }
  .header__search-input::-webkit-input-placeholder {
    text-align: left;
  }
}
@media screen and (max-width: 48em) {
  .header__search-input {
    width: 90px;
  }
}
.header__search-icon {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.header__user-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.5rem;
}
.header__icon-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 26em) {
  .header__icon-action {
    padding-left: 0.5rem;
  }
}
.header__icon-action > img {
  height: 25px;
  vertical-align: bottom;
}
.header__icon-action .item-count {
  position: absolute;
  top: 25px;
  right: 10px;
  color: #000;
  background-color: white;
  border: 1px solid #000;
  border-radius: 10rem;
  width: 1.6rem;
  height: 1.6rem;
  line-height: 2rem;
  font-size: 1.1rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__icon-action .wishlist-count {
  position: absolute;
  top: 25px;
  right: 10px;
  color: #000;
  background-color: white;
  border: 1px solid #000;
  border-radius: 10rem;
  width: 1.6rem;
  height: 1.6rem;
  line-height: 2rem;
  font-size: 1.1rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__dropdown {
  position: relative;
  /*@include state{
      .dropdown{
          &__menu{
              display:block;
          }
      }
  }*/
}
.header__dropdown .dropdown__menu {
  display: none;
  position: absolute;
  top: 170%;
  right: 0;
  min-width: 300px;
  background: white;
  padding: 1rem;
  border: 1px solid #e5e5e5;
  z-index: 9;
  cursor: initial;
}
@media screen and (max-width: 48em) {
  .header__dropdown .dropdown__menu {
    min-width: 255px;
    top: 170%;
  }
}
.header__dropdown .dropdown__register-text {
  font-size: 1.3rem;
  margin-top: 1rem;
  display: block;
}
.header__dropdown .dropdown__link {
  display: block;
  padding: 0.5rem 0;
  font-size: 1.2rem;
  text-transform: uppercase;
  padding-left: 2rem;
}
.header__dropdown .dropdown__logged-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px dashed #e5e5e5;
  padding: 1.5rem 1.5rem 0;
  margin-top: 1rem;
  text-align: center;
  font-size: 1.2rem;
}
.header__dropdown .dropdown__logged-text a {
  margin-top: 1.5rem;
}
.header__dropdown .dropdown__menu {
  display: none;
}
.header__dropdown .dropdown__menu-active {
  display: block;
}

.home {
  margin: -2.5rem 0;
}
@media screen and (max-width: 64em) {
  .home {
    margin-bottom: 0;
  }
}
.home__main-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 3rem 0;
}
@media screen and (max-width: 48em) {
  .home__main-categories {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin: 1rem 0;
  }
}
.home__category {
  margin: 0 20px;
  border: 2px solid rgba(128, 128, 128, 0.3803921569);
}
@media screen and (max-width: 48em) {
  .home__category {
    margin: 1rem 2.5rem;
  }
}
.home__main-section {
  padding: 2rem 2.5rem;
}
.home__main-section .especialidades {
  margin: 10rem auto;
  text-align: center;
}
.home__main-section .especialidades .title {
  font-weight: bold;
  font-size: 2.4rem;
}
.home__main-section .especialidades .subtitle {
  font-size: 1.5rem;
  font-weight: bold;
}
.home__main-section .especialidades__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 65%;
  gap: 4rem;
  margin: 4rem auto;
}
@media screen and (max-width: 48em) {
  .home__main-section .especialidades__items {
    width: 100%;
  }
}
.home__main-section .especialidades__items .item {
  width: 45%;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 2px solid #70c2b4;
  padding: 1rem;
}
@media screen and (max-width: 48em) {
  .home__main-section .especialidades__items .item {
    width: 90%;
  }
}
.home__main-section .especialidades__items .item h4 {
  font-size: 2.2rem;
}
.home__main-section .especialidades__items .item img {
  width: 30px;
}

.search-area {
  width: 100vw;
  height: 100vh;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 0.95;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-area .close-btn {
  position: absolute;
  top: 20px;
  right: 40px;
  cursor: pointer;
  color: #555;
}
.search-area .svg-icon.svg-icon-light {
  stroke-width: 2;
}
.search-area .svg-icon {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 3;
  vertical-align: text-bottom;
  --layer1: currentColor;
  --layer2: currentColor;
}
.search-area .h-3rem {
  height: 5rem !important;
}
.search-area .w-3rem {
  width: 5rem !important;
}
.search-area .search-area-form {
  width: 100%;
  max-width: 700px;
  margin: 20px;
}
.search-area .search-area-form .position-relative {
  position: relative;
}
.search-area .search-area-form .search-area-input {
  width: 100%;
  padding: 1rem 0;
  outline: none;
  font-size: 1.2em;
  font-weight: 300;
  background: none;
  border: none;
  border-bottom: 1px solid #000;
}
.search-area .search-area-form .search-area-input::-webkit-input-placeholder {
  color: #000;
}
.search-area .search-area-form .search-area-button {
  position: absolute;
  right: 0;
  bottom: 15px;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}

.full-width {
  min-width: 45%;
}

.markets-band {
  margin: 40px auto;
}

#markets-band-container-alt {
  position: relative;
  width: 100%;
  height: auto;
  margin: auto;
  padding: 1em 0 1em 0;
  text-align: center;
  background-color: #f7f7f7;
  color: #565656;
}

#markets-band-container-alt {
  background-color: #ffffff !important;
  padding-bottom: 10px;
  padding-left: 5%;
  padding-right: 5%;
}
@media screen and (max-width: 48em) {
  #markets-band-container-alt {
    padding-left: 1%;
    padding-right: 1%;
  }
}

.icon-and-text-container {
  padding: 0;
}

.icon-and-text-container {
  display: inline-block;
  text-transform: none;
  font-size: 0.8em;
  text-align: center;
  padding: 0;
  vertical-align: top;
  position: relative;
  width: 19%;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 48em) {
  .icon-and-text-container {
    padding: 0;
    width: 24%;
  }
}

.icon-and-text-container .fix-replace-markets-text-links .remark-link {
  background-color: #ffffff;
  padding: 0;
  border-right: solid 1px #d8d8d8;
  border-radius: 0;
}

.icon-and-text-container .fix-replace-markets-text-links .hover-img-envios {
  position: relative;
  margin: 5px auto;
  width: 43px;
  height: 48px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 48em) {
  .icon-and-text-container .fix-replace-markets-text-links .hover-img-envios {
    width: 31px;
    height: 35px;
  }
}

.icon-and-text-container .fix-replace-markets-text-links .hover-img-garantia {
  position: relative;
  margin: 5px auto;
  width: 48px;
  height: 48px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 48em) {
  .icon-and-text-container .fix-replace-markets-text-links .hover-img-garantia {
    width: 35px;
    height: 35px;
  }
}

.icon-and-text-container .fix-replace-markets-text-links .hover-img-seguimiento {
  position: relative;
  margin: 5px auto;
  width: 38px;
  height: 48px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 48em) {
  .icon-and-text-container .fix-replace-markets-text-links .hover-img-seguimiento {
    width: 26px;
    height: 35px;
  }
}

.icon-and-text-container .fix-replace-markets-text-links .hover-img-formas-de-pago {
  position: relative;
  margin: 5px auto;
  width: 30px;
  height: 48px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 48em) {
  .icon-and-text-container .fix-replace-markets-text-links .hover-img-formas-de-pago {
    width: 20px;
    height: 35px;
  }
}

.markets-title {
  position: relative;
  width: auto;
  height: auto;
  margin: auto;
  padding: 0;
  top: 0.575em;
  font-size: 0.75em;
}

.markets-title {
  color: #808080;
  font-size: 1.4em;
  font-weight: bold;
  top: 0;
  white-space: nowrap;
}
@media screen and (max-width: 48em) {
  .markets-title {
    font-size: 0.8em;
  }
}

.markets-text {
  font-size: 1.4em;
  white-space: nowrap;
  line-height: 2;
}
@media screen and (max-width: 48em) {
  .markets-text {
    font-size: 0.8em;
    line-height: 20px;
  }
}

.contenedor-videos {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 0px !important;
}

.container {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* Para una relación de aspecto de 16:9 */
}

.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contenedor-mobile {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px !important;
}

#header-menu-switch {
  display: none;
}

.nav-menu {
  display: none;
}
@media screen and (max-width: 48em) {
  #header-menu-switch:checked ~ .nav-menu {
    display: block;
    background: white;
    width: 100%;
    z-index: 7;
    position: fixed;
    top: 4rem;
  }
  #header-menu-switch:checked ~ .nav-menu::before, #header-menu-switch:checked ~ .nav-menu::after {
    left: calc(1.5rem + 2px);
    z-index: 12;
  }
  #header-menu-switch:checked ~ .nav-menu::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #333;
    margin-bottom: -3px;
    top: -8px;
  }
  #header-menu-switch:checked ~ .nav-menu::after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid white;
    margin-bottom: -3px;
    top: -6px;
  }
}
.nav-menu__section {
  padding: 1.5rem 0;
  border-bottom: 1px solid #e5e5e5;
}
.nav-menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 1rem 2rem 1rem 8rem;
}
.nav-menu__item .icon {
  position: absolute;
  left: 4rem;
  font-size: 2.2rem;
  margin-right: 1rem;
  min-width: 30px;
}
.nav-menu__item--outstand {
  color: #88cac0;
}
.nav-menu__item-input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #333;
}

.newsletter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12rem 0 10rem;
}
.newsletter__title {
  margin: 0;
  margin-bottom: 5rem;
  font-size: 2.4rem;
  font-weight: bold;
  text-transform: lowercase;
  text-align: center;
}
.newsletter__input {
  border: none;
  border-bottom: 1px solid #000;
  max-width: 400px;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 1px;
  padding: 1rem 1rem;
  margin-bottom: 5rem;
}
.newsletter__input.placeholder {
  color: #000;
  text-transform: uppercase;
}
.newsletter__input:-moz-placeholder {
  color: #000;
  text-transform: uppercase;
}
.newsletter__input::-moz-placeholder {
  color: #000;
  text-transform: uppercase;
}
.newsletter__input:-ms-input-placeholder {
  color: #000;
  text-transform: uppercase;
}
.newsletter__input::-webkit-input-placeholder {
  color: #000;
  text-transform: uppercase;
}
.newsletter__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
}
.newsletter__link-item {
  display: block;
  margin: 0 2rem;
}
.newsletter__link-item > img {
  height: 20px;
}
@media screen and (max-width: 26em) {
  .newsletter {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.top-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #70c2b4;
  border-bottom: 1px solid #e0e0e0;
  padding: 0.5rem 2.5rem;
  color: #000;
  text-align: center;
  position: fixed;
  width: 100%;
  z-index: 12;
  top: 0;
  font-family: "AkzidenzGrotesk", sans-serif;
  height: 4rem;
}
.top-banner .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 33%;
  color: white;
  font-size: 1.6rem !important;
  gap: 4rem;
}
@media screen and (max-width: 48em) {
  .top-banner .item {
    width: 50%;
  }
}
.top-banner .item:last-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.top-banner .item h3 {
  font-size: 1.6rem !important;
}
@media screen and (max-width: 48em) {
  .top-banner .item h3 {
    font-size: 1.4rem !important;
  }
}
.top-banner .item p {
  font-size: 1.3rem;
}
.top-banner .item .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.top-banner .item .socials img {
  width: 25px;
}
@media screen and (max-width: 48em) {
  .top-banner {
    padding: 0.5rem 1.5rem;
  }
}

.top-banner.hider {
  display: none;
}

.close-top-banner {
  display: inline;
  float: right;
  margin-right: 10px;
  cursor: pointer;
}

.popup-banner {
  display: none;
  position: absolute;
  top: 50vh;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 12;
  padding: 1rem;
  max-width: 500px;
  width: 100%;
}
.popup-banner__close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 4rem;
  line-height: 20px;
  padding: 2rem;
  z-index: 13;
  cursor: pointer;
}

.product-menu {
  background-color: #D1D1D1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: sticky;
  width: 100%;
  z-index: 4;
  top: 87px;
  padding: 0 1rem;
}
@media screen and (max-width: 48em) {
  .product-menu {
    position: static;
  }
}
.product-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@supports (overflow-x: scroll) {
  @media (max-width: 1050px) {
    .product-menu ul {
      overflow-x: scroll;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
    }
  }
}
.product-menu ul .layout-product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
}
.product-menu ul .layout-product-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-menu ul .layout-product-item a img {
  margin-bottom: 0.5rem;
  height: 3rem;
}
.product-menu ul .layout-product-item a span {
  text-align: center;
  font-size: 1.1rem;
  min-height: 1.4rem;
  text-transform: uppercase;
  white-space: nowrap;
}
.product-menu ul .layout-product-item--selected {
  background-color: #a9a9a9;
}
.product-menu ul .layout-product-item--selected a img {
  filter: brightness(3.5);
  -webkit-filter: brightness(3.5);
  -ms-filter: brightness(3.5);
}
.product-menu ul .layout-product-item--selected a span {
  color: #fff;
}
@media screen and (max-width: 48em) {
  .product-menu ul .layout-product-item {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: flex !important;
  }
}

.catalog {
  background: #f5f5f5;
  padding: 2.5rem;
}
@media screen and (max-width: 48em) {
  .catalog {
    padding: 0;
  }
}
.catalog .heading {
  margin: auto;
  text-align: center;
  padding: 5rem 0 0;
}
.catalog .heading .title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2.4rem;
}
.catalog .heading .subtitle {
  font-weight: bold;
  font-size: 1.5rem;
}
.catalog-content {
  padding: 0 2.5rem;
}
@media screen and (max-width: 48em) {
  .catalog-content {
    padding: 0;
  }
}
.catalog-content .section {
  margin: 4rem 0;
}
.catalog-content .section .title {
  text-transform: uppercase;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
.catalog-content .section .catalog-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  padding: 2rem 0;
}
.catalog-content .section .catalog-items .item {
  width: calc(25% - 4rem);
  background: white;
}
@media screen and (max-width: 48em) {
  .catalog-content .section .catalog-items .item {
    width: calc(50% - 4rem);
  }
}
.catalog-content .section .catalog-items .item-big {
  width: calc(50% - 4rem);
}
@media screen and (max-width: 48em) {
  .catalog-content .section .catalog-items .item-big {
    width: calc(100% - 4rem);
  }
}
.catalog-content .section .catalog-items .item-big .description {
  background: #323f48;
  color: white;
  text-align: center;
  padding: 0.5rem;
}
.catalog-content .section .catalog-items .item-big .description h5 {
  font-size: 1.5rem;
}
.catalog-content .section .catalog-items .item .description {
  background: #323f48;
  color: white;
  text-align: center;
  padding: 0.5rem;
}
.catalog-content .section .catalog-items .item .description h5 {
  font-size: 1.5rem;
}
.catalog-content .section .catalog-items .item .text {
  padding: 1rem;
  line-height: 2rem;
  font-size: 1.3rem;
}
.catalog-content .section .catalog-items .button {
  width: 100%;
  color: white !important;
  margin: 1rem 0;
  text-transform: capitalize !important;
}

.flex-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 4rem 0;
  background: white;
}
@media screen and (max-width: 48em) {
  .flex-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.flex-contact .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
.flex-contact .heading .title {
  position: relative;
  color: #70c2b4;
  white-space: nowrap;
  font-size: 3rem !important;
  text-transform: none !important;
}
@media screen and (max-width: 48em) {
  .flex-contact .heading .title {
    font-size: 2rem !important;
  }
}
.flex-contact .heading .line {
  height: 0.23rem;
  background: black;
  min-width: 1rem;
  width: 100%;
}
.flex-contact .contact-item {
  width: 40%;
}
@media screen and (max-width: 48em) {
  .flex-contact .contact-item {
    width: 95%;
  }
}
.flex-contact .contact-item .title {
  color: #70c2b4;
  text-transform: uppercase;
  font-size: 1.5rem;
}
@media screen and (max-width: 48em) {
  .flex-contact .contact-item .title {
    font-size: 1.3rem;
  }
}
.flex-contact .contact-item p {
  font-size: 1.2rem;
}
.flex-contact .contact-information .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.flex-contact .contact-information .info .item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
}
.flex-contact .contact-section {
  width: 100%;
  margin: 2.5rem 0;
}
.flex-contact .contact-section #frmContact {
  margin-top: 3rem;
  width: 100%;
}
.flex-contact .contact-section .step-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: normal;
          flex-direction: normal;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-contact .contact-section .step-title h2 {
  font-size: 2.2rem;
}
.flex-contact .contact-section .step-title .js-plus {
  margin-top: 0.5rem;
  cursor: pointer;
}
.flex-contact .contact-section .border-bottom {
  width: 100%;
  background: #000;
  height: 1px;
  margin-bottom: 1rem;
}
.flex-contact .contact-section .no-padding {
  padding: 0;
}
.flex-contact .contact-section .text-light {
  color: #5b5b5f;
  font-size: 1.4rem;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  display: none;
  line-height: 2rem;
}

.cf-style-1 .field-row {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cf-style-1 .field-row .form-div {
  width: 50%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cf-style-1 .field-row .form-div:not(:first-child) {
  padding-left: 1.5rem;
}
.cf-style-1 .field-row .form-div:not(:last-child) {
  padding-right: 1.5rem;
}
@media screen and (max-width: 48em) {
  .cf-style-1 .field-row .form-div {
    width: 100%;
  }
}
.cf-style-1 .field-row .form-div-full {
  width: 100%;
}
.cf-style-1 .field-row label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 700;
}
@media screen and (max-width: 48em) {
  .cf-style-1 .field-row label {
    white-space: nowrap;
  }
}
.cf-style-1 .field-row .le-input {
  border: none;
  border-radius: 5px;
  background-color: #fff;
  background: #f7f7f7;
  width: 100%;
  padding: 1rem;
  font-size: 1.1rem;
}
.cf-style-1 .field-row .required {
  border: 1px solid red;
}
.cf-style-1 .buttons-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cf-style-1 .buttons-holder .button {
  color: white;
  margin-top: 1rem;
}

.accordion-content {
  display: none;
}

.footer {
  margin: 0 auto;
  width: 100%;
  background: #70c2b4;
}
@media screen and (max-width: 1023.99px) {
  .footer-desktop {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .footer-desktop {
    display: block;
  }
}
@media screen and (max-width: 1023.99px) {
  .footer-mobile {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .footer-mobile {
    display: none;
  }
}
.footer-content {
  border-top: 4px solid rgba(189, 189, 189, 0.6);
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1023.99px) {
  .footer-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 1023.99px) {
  .footer-content .item {
    padding: 10px 15px;
    /*border-bottom: 1px solid #bdbdbd;*/
    background: white;
    font-size: 16px;
    margin: 1rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .footer-content .item {
    padding: 35px 32px;
    font-size: 14.5px;
  }
}
.footer-content .item:last-child {
  border: none;
}
.footer-content .item .title {
  color: white;
  text-transform: uppercase;
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .footer-content .item .title {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1023.99px) {
  .footer-content .item .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: black;
  }
  .footer-content .item .title:after {
    content: "\f067";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    /*background-color: #cfa376;*/
    font-size: 12px;
    font-family: "FontAwesome";
    color: black;
  }
  .footer-content .item .title.open:after {
    content: "\f068";
  }
}
.footer-content .item ul {
  margin: 15px 0;
}
.footer-content .item ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  letter-spacing: 0.4px;
  font-size: 1.3rem;
  color: white;
}
@media screen and (max-width: 1023.99px) {
  .footer-content .item ul li {
    color: black;
  }
}
.footer-content .item ul li a {
  color: white;
}
@media screen and (max-width: 1023.99px) {
  .footer-content .item ul li a {
    color: black;
  }
}
.footer-content .item ul li a:hover {
  text-decoration: underline;
}
.footer-content .item .newsletter-title {
  font-weight: 700;
}
.footer-content .item--newsletter .title,
.footer-content .item--newsletter .newsletter-text,
.footer-content .item--newsletter .newsletter-title {
  margin-bottom: 15px;
}
.footer-content .item--newsletter .newsletter-input {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.75);
          box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.75);
  border: none;
  padding: 7px 10px;
}
.footer-content .item--newsletter .newsletter-suscription {
  background-color: #d0a376;
  color: #fff;
  border: none;
  padding: 0 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
}
@media screen and (max-width: 1023.99px) {
  .footer-content .item--newsletter #NewsletterForm2,
  .footer-content .item--newsletter .social-links {
    border-bottom: 1px solid #bdbdbd;
    padding-bottom: 15px;
  }
}
.footer-content .item--newsletter .social-links-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.footer-content .item--newsletter .social-links-title {
  font-weight: 700;
}
@media screen and (max-width: 1023.99px) {
  .footer-content .item--newsletter .social-links-title {
    margin: 15px 0;
  }
}
@media screen and (min-width: 1024px) {
  .footer-content .item--newsletter .social-links-title {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.footer-content .item--newsletter .social-links-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #88cac0;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  font-size: 17px;
  color: #fff;
}
.footer-content .item:first-child ul {
  margin-top: 35px;
}
@media screen and (max-width: 1023.99px) {
  .footer-content .item:first-child ul {
    margin-top: 15px;
  }
  .footer-content .item:first-child ul > *:first-child {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .footer-content .item:first-child ul {
    margin-top: 35px;
  }
  .footer-content .item:first-child ul > *:first-child {
    margin-bottom: 30px;
  }
}
.footer-content .item:first-child ul > *:not(:first-child) {
  margin-bottom: 8px;
}
.footer-content .item:first-child ul > *, .footer-content .item:first-child ul > * a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  gap: 8px;
}
.footer .copyright {
  padding: 15px;
  background-color: #c8c8c8;
  font-size: 12px;
  text-transform: uppercase;
}
@media screen and (max-width: 767.99px) {
  .footer .copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    gap: 4px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .footer .copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer .copyright-link {
  font-weight: 700;
  color: #1c6fb5;
}

#NewsletterForm,
#NewsletterForm2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

#NewsletterForm {
  margin-bottom: 25px;
}

#NewsletterForm2 .newsletter-input {
  width: 100%;
}