@charset "UTF-8";

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

details,
main {
  display: block;
}

hr {
  box-sizing: content-box;
  overflow: visible;
  border: 0;
  display: block;
  height: 1px;
  background-color: #dcdddf;
  margin: 1.5rem 0;
}

code,
kbd,
pre,
samp {
  font-size: 1em;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  display: block;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button {
  background: 0 0;
  outline: 0;
  border: 0;
}

button,
select {
  text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
  cursor: pointer;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

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

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

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
}

img:not([src]):not([srcset]) {
  visibility: hidden;
}

html {
  box-sizing: border-box;
  font-size: 1rem;
  -ms-overflow-style: scrollbar;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

body {
  margin: 0;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #4a4f55;
  overflow-x: hidden;
  overflow-y: auto;
}

body.fixed-hidden {
  position: fixed;
  width: 100%;
  height: 100%;
}

body.is-hidden {
  overflow: hidden;
}

code,
kbd,
pre,
samp {
  font-family: "Lucida Console", Monaco, monospace;
}

fieldset {
  display: block;
  padding: 1rem;
}

b,
strong {
  font-weight: 600;
}

img.lazyload:not([src]) {
  visibility: hidden;
}

img.is-loading,
img.is-preloading {
  opacity: 0;
}

img.is-loaded,
img.loaded {
  opacity: 1;
  transition-duration: 0.3s;
  transition-property: opacity, transform, -webkit-transform;
}

[data-bg].is-loading,
[data-bg].is-preloading {
  opacity: 0;
}

[data-bg].is-loaded,
[data-bg].loaded {
  opacity: 1;
  transition-duration: 0.4s;
  transition-property: opacity;
}

[data-bg-blurry="true"].is-loading,
[data-bg-blurry="true"].is-preloading {
  opacity: 0;
  -webkit-filter: blur(60px);
  filter: blur(60px);
}

[data-bg-blurry="true"].is-loaded,
[data-bg-blurry="true"].loaded {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
  transition-duration: 0.5s;
  transition-property: opacity, transform, filter, -webkit-transform,
    -webkit-filter;
}

h1 {
  margin: 0.67em 0;
  font-size: 1.75rem;
}

h2 {
  font-size: 1.625rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.375rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1.125rem;
}

a {
  background-color: transparent;
  color: #523126;
  text-decoration: none;
  font-weight: 600;
  transition-duration: 0.3s;
  transition-property: color;
}

a:hover {
  color: #7b6660;
  text-decoration: none;
}

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

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

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

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

.row-cols-1>* {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2>* {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3>* {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.row-cols-4>* {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5>* {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6>* {
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

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

.offset-r-1 {
  margin-right: 8.33333%;
}

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

.offset-r-2 {
  margin-right: 16.66667%;
}

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

.offset-r-3 {
  margin-right: 25%;
}

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

.offset-r-4 {
  margin-right: 33.33333%;
}

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

.offset-r-5 {
  margin-right: 41.66667%;
}

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

.offset-r-6 {
  margin-right: 50%;
}

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

.offset-r-7 {
  margin-right: 58.33333%;
}

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

.offset-r-8 {
  margin-right: 66.66667%;
}

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

.offset-r-9 {
  margin-right: 75%;
}

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

.offset-r-10 {
  margin-right: 83.33333%;
}

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

.offset-r-11 {
  margin-right: 91.66667%;
}

.d-none {
  display: none !important;
}

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

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

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

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

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

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

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

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 1rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mr-1 {
  margin-right: 1rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.ml-1 {
  margin-left: 1rem !important;
}

.m-2 {
  margin: 1.5rem !important;
}

.mt-2 {
  margin-top: 1.5rem !important;
}

.mr-2 {
  margin-right: 1.5rem !important;
}

.mb-2 {
  margin-bottom: 1.5rem !important;
}

.ml-2 {
  margin-left: 1.5rem !important;
}

.m-3 {
  margin: 2rem !important;
}

.mt-3 {
  margin-top: 2rem !important;
}

.mr-3 {
  margin-right: 2rem !important;
}

.mb-3 {
  margin-bottom: 2rem !important;
}

.ml-3 {
  margin-left: 2rem !important;
}

.m-4 {
  margin: 3rem !important;
}

.mt-4 {
  margin-top: 3rem !important;
}

.mr-4 {
  margin-right: 3rem !important;
}

.mb-4 {
  margin-bottom: 3rem !important;
}

.ml-4 {
  margin-left: 3rem !important;
}

.m-5 {
  margin: 4rem !important;
}

.mt-5 {
  margin-top: 4rem !important;
}

.mr-5 {
  margin-right: 4rem !important;
}

.mb-5 {
  margin-bottom: 4rem !important;
}

.ml-5 {
  margin-left: 4rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 1rem !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pr-1 {
  padding-right: 1rem !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pl-1 {
  padding-left: 1rem !important;
}

.p-2 {
  padding: 1.5rem !important;
}

.pt-2 {
  padding-top: 1.5rem !important;
}

.pr-2 {
  padding-right: 1.5rem !important;
}

.pb-2 {
  padding-bottom: 1.5rem !important;
}

.pl-2 {
  padding-left: 1.5rem !important;
}

.p-3 {
  padding: 2rem !important;
}

.pt-3 {
  padding-top: 2rem !important;
}

.pr-3 {
  padding-right: 2rem !important;
}

.pb-3 {
  padding-bottom: 2rem !important;
}

.pl-3 {
  padding-left: 2rem !important;
}

.p-4 {
  padding: 3rem !important;
}

.pt-4 {
  padding-top: 3rem !important;
}

.pr-4 {
  padding-right: 3rem !important;
}

.pb-4 {
  padding-bottom: 3rem !important;
}

.pl-4 {
  padding-left: 3rem !important;
}

.p-5 {
  padding: 4rem !important;
}

.pt-5 {
  padding-top: 4rem !important;
}

.pr-5 {
  padding-right: 4rem !important;
}

.pb-5 {
  padding-bottom: 4rem !important;
}

.pl-5 {
  padding-left: 4rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.cs-0 {
  margin: 0;
}

.cs-0>.col,
.cs-0>[class*="col-"] {
  padding: 0;
}

.cs-x-0 {
  margin-left: 0;
  margin-right: 0;
}

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

.cs-y-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.cs-y-0>.col,
.cs-y-0>[class*="col-"] {
  padding-top: 0;
  padding-bottom: 0;
}

.cs-7 {
  margin: -0.4375rem;
}

.cs-7>.col,
.cs-7>[class*="col-"] {
  padding: 0.4375rem;
}

.cs-x-7 {
  margin-left: -0.4375rem;
  margin-right: -0.4375rem;
}

.cs-x-7>.col,
.cs-x-7>[class*="col-"] {
  padding-left: 0.4375rem;
  padding-right: 0.4375rem;
}

.cs-y-7 {
  margin-top: -0.4375rem;
  margin-bottom: -0.4375rem;
}

.cs-y-7>.col,
.cs-y-7>[class*="col-"] {
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
}

.cs-10 {
  margin: -0.625rem;
}

.cs-10>.col,
.cs-10>[class*="col-"] {
  padding: 0.625rem;
}

.cs-x-10 {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.cs-x-10>.col,
.cs-x-10>[class*="col-"] {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.cs-y-10 {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

.cs-y-10>.col,
.cs-y-10>[class*="col-"] {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.cs-15 {
  margin: -0.9375rem;
}

.cs-15>.col,
.cs-15>[class*="col-"] {
  padding: 0.9375rem;
}

.cs-x-15 {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

.cs-x-15>.col,
.cs-x-15>[class*="col-"] {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.cs-y-15 {
  margin-top: -0.9375rem;
  margin-bottom: -0.9375rem;
}

.cs-y-15>.col,
.cs-y-15>[class*="col-"] {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}

.cs-24 {
  margin: -1.5rem;
}

.cs-24>.col,
.cs-24>[class*="col-"] {
  padding: 1.5rem;
}

.cs-x-24 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.cs-x-24>.col,
.cs-x-24>[class*="col-"] {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.cs-y-24 {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.cs-y-24>.col,
.cs-y-24>[class*="col-"] {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
  transition-duration: 150ms;
}

[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 150ms;
}

[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
  transition-duration: 250ms;
}

[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 250ms;
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
  transition-duration: 350ms;
}

[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 350ms;
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
  transition-duration: 450ms;
}

[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 450ms;
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
  transition-duration: 550ms;
}

[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 550ms;
}

[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
  transition-duration: 650ms;
}

[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 650ms;
}

[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
  transition-duration: 750ms;
}

[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 750ms;
}

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
  transition-duration: 850ms;
}

[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 850ms;
}

[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
  transition-duration: 950ms;
}

[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 950ms;
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos] {
  pointer-events: none;
}

[data-aos].aos-animate {
  pointer-events: auto;
}

[data-aos][data-aos][data-aos-easing="cubic"],
body[data-aos-easing="cubic"] [data-aos] {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical>.swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-multirow-column>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-container-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
}

.swiper-container-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-lazy-preloader {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #7b6660;
  z-index: 10;
  box-sizing: border-box;
  width: 2.625rem;
  height: 2.625rem;
  margin-left: -1.3125rem;
  margin-top: -1.3125rem;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  border-radius: 50%;
  border: 0.1875rem solid #523126;
  border-top-color: transparent !important;
  -webkit-animation: 1s linear infinite swiper-preloader-spin;
  animation: 1s linear infinite swiper-preloader-spin;
}

.swiper-lazy-preloader-white {
  border-color: #fff;
  opacity: 0.7;
}

.swiper-lazy-preloader-black {
  border-color: #333;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: #fff;
}

.icon--stroked {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}

.icon--filled {
  fill: currentColor;
  stroke: none;
  stroke-width: 0;
}

.hamburger-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
}

.hamburger-button__wrapper {
  transition-duration: 0.3s;
  transition-property: all;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 20px;
  height: 16px;
}

.hamburger-button__wrapper:before {
  content: "";
  top: 0;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.hamburger-button__wrapper:after {
  content: "";
  top: auto;
  bottom: 0;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.hamburger-button__icon,
.hamburger-button__wrapper:after,
.hamburger-button__wrapper:before {
  transition-duration: 0.3s;
  transition-property: all;
  display: block;
  height: 2px;
  width: 100%;
  background-color: black;
  border-radius: 2px;
}

.hamburger-button:hover:not(.hamburger-button--close):not(.has-toggle) .hamburger-button__icon,
.hamburger-button:hover:not(.hamburger-button--close):not(.has-toggle) .hamburger-button__wrapper:after,
.hamburger-button:hover:not(.hamburger-button--close):not(.has-toggle) .hamburger-button__wrapper:before {
  width: 100%;
  background-color: #7b6660;
}

.hamburger-button--left .hamburger-button__wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
}

.hamburger-button--close .hamburger-button__icon,
.hamburger-button.has-toggle .hamburger-button__icon {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

.hamburger-button--close .hamburger-button__wrapper,
.hamburger-button.has-toggle .hamburger-button__wrapper {
  height: 20px;
}

.hamburger-button--close .hamburger-button__wrapper:before,
.hamburger-button.has-toggle .hamburger-button__wrapper:before {
  -webkit-transform: rotate(45deg) scale(1.303, 1);
  transform: rotate(45deg) scale(1.303, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.hamburger-button--close .hamburger-button__wrapper:after,
.hamburger-button.has-toggle .hamburger-button__wrapper:after {
  -webkit-transform: rotate(-45deg) scale(1.303, 1);
  transform: rotate(-45deg) scale(1.303, 1);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

.hamburger-button--close .hamburger-button__icon,
.hamburger-button--close .hamburger-button__wrapper:after,
.hamburger-button--close .hamburger-button__wrapper:before,
.hamburger-button.has-toggle .hamburger-button__icon,
.hamburger-button.has-toggle .hamburger-button__wrapper:after,
.hamburger-button.has-toggle .hamburger-button__wrapper:before {
  background-color: #7b6660;
}

.text-style {
  display: block;
  margin: 0;
}

.text-style--jumbo {
  font-size: 2.375rem;

  display: block;
  line-height: 1;
  font-weight: 700;
  margin-top: 0.625rem;
  margin-bottom: 1.25rem;
  color: white !important;
  font-family: "Charm", cursive !important;
}

.text-style--jumbo span {
  display: block;
}

.text-style--subtitle {
  display: block;
  margin: 0;
  color: #523126;
  letter-spacing: 0.21875rem;
  text-transform: uppercase;
  font-size: 0.9375rem;
  font-weight: 600;
  font-family: Poppins, sans-serif;
}

.text-style--h1 {
  font-size: 1.625rem;
  display: block;
  margin: 0;
}

.text-style--h2 {
  font-size: 1.375rem;
  display: block;
  margin: 0;
}

.text-style--h3 {
  font-size: 1.25rem;
  display: block;
  margin: 0;
}

.text-style--h4,
.text-style--h5 {
  font-size: 1rem;
  display: block;
  margin: 0;
}

.text-style--h6 {
  display: block;
  margin: 0;
  font-weight: 500;
  font-size: 1rem;
}

.text-style--highlight {
  color: #7b6660;
}

.text-style--p {
  font-size: 0.8125rem;
  display: block;
  margin: 0;
  color: #422b26;
  font-weight: 400;
  line-height: 1.75rem;
}

.text-style--p b,
.text-style--p strong {
  font-weight: 600;
  color: #422b26;
}

.text-style--card-title {
  display: block;
  margin: 0;
  color: #7b6660;
  font-weight: 600;
  margin-bottom: 11px;
  font-size: 18px;
  line-height: 1.375;
}

.text-style--card-product-title {
  font-size: 1.6875rem;
  color: #523126;
  font-weight: 700;
  font-family: Gilroy, sans-serif;
  line-height: 1;
  letter-spacing: -0.04em;
}

.text-style--card-subtitle {
  display: block;
  margin: 0;
  color: #422b26;
  font-weight: 500;
  font-size: 0.8125rem;
  letter-spacing: 0.03125rem;
  line-height: 1.375;
}

.text-style--big-lh {
  line-height: 1.5rem;
}

.text-style--section {
  font-size: 1.6875rem;
  display: block;
  margin: 0;
  color: #7b6660;
  font-weight: 700;
  line-height: 1.5;
}

.text-style--section span {
  color: #212b36;
  font-weight: 300;
  font-family: "Charm", cursive !important;
}

.text-style--card {
  font-size: 1.375rem;
  line-height: 1.3;
}

.text-style--product-title {
  font-size: 1.6875rem;
  color: #523126;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
  font-family: Gilroy, sans-serif;
}

.text-style--normal {
  font-size: 0.875rem;
  color: #4a4f55;
  font-weight: 400;
}

.text-style--large {
  font-size: 1rem;
  color: #4a4f55;
  font-weight: 400;
}

.text-style--large b,
.text-style--large strong {
  font-weight: 600;
  color: #523126;
}

.text-style--small {
  font-size: 0.875rem;
  display: block;
  margin: 0;
}

.text-style--text {
  font-family: Cormorant, sans-serif;
}

.text-style--thin {
  font-weight: 100;
}

.text-style--light {
  font-weight: 300;
}

.text-style--medium {
  font-weight: 500;
}

.text-style--semi {
  font-weight: 600;
}

.text-style--bold {
  font-weight: 700;
}

.text-style--max-width {
  max-width: 50.875rem;
}

.text-style--bordered {
  padding-bottom: 0.9375rem;
  margin-bottom: 0.9375rem;
  border-bottom: 1px solid #dcdddf;
}

.text-style--align-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.text-style--left {
  text-align: left;
}

.text-style--right {
  text-align: right;
}

.text-style--center {
  text-align: center;
}

.text-style--italic {
  font-style: italic;
}

.text-style--upper {
  text-transform: uppercase;
}

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

.image-ratio:not(.image-ratio--transparent) {
  background-color: #f6f6f6;
}

.image-ratio__item:focus {
  outline: 0;
}

.image-ratio__item.is-loading,
.image-ratio__item.is-preloading,
.image-ratio__item.swiper-lazy {
  opacity: 0;
}

.image-ratio__item.is-loaded,
.image-ratio__item.loaded {
  opacity: 1;
  transition-duration: 0.4s;
  transition-property: opacity, transform, -webkit-transform;
}

.image-ratio--1by1 .image-ratio__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-ratio--1by1::before {
  padding-bottom: calc((1 / 1) * 100%);
  display: block;
  content: "";
}

.image-ratio--2by1 .image-ratio__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-ratio--2by1::before {
  padding-bottom: calc((1) * 100%);
  display: block;
  content: "";
}

.image-ratio--3by1 .image-ratio__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-ratio--3by1::before {
  padding-bottom: calc((1 / 3) * 100%);
  display: block;
  content: "";
}

.image-ratio--3by2 .image-ratio__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-ratio--3by2::before {
  padding-bottom: calc((2 / 3) * 100%);
  display: block;
  content: "";
}

.image-ratio--4by3 .image-ratio__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-ratio--4by3::before {
  padding-bottom: calc((3 / 4) * 100%);
  display: block;
  content: "";
}

.image-ratio--4by5 .image-ratio__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-ratio--4by5::before {
  padding-bottom: calc((5 / 4) * 100%);
  display: block;
  content: "";
}

.image-ratio--16by9 .image-ratio__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-ratio--16by9::before {
  padding-bottom: calc((9 / 16) * 100%);
  display: block;
  content: "";
}

.image-ratio--3by15 .image-ratio__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-ratio--3by15::before {
  padding-bottom: calc((1.5 / 3) * 100%);
  display: block;
  content: "";
}

.image-ratio--hero .image-ratio__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-ratio--hero::before {
  padding-bottom: calc((820 / 1920) * 100%);
  display: block;
  content: "";
}

.image-ratio--hero-slider .image-ratio__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-ratio--hero-slider::before {
  padding-bottom: calc((780 / 1920) * 100%);
  display: block;
  content: "";
}

.image-ratio--cover .image-ratio__item {
  -o-object-fit: cover;
  object-fit: cover;
}

.image-ratio--cover::before {
  padding-bottom: calc((600 / 1920) * 100%);
  display: block;
  content: "";
}

.image-ratio--stats-map .image-ratio__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-ratio--stats-map::before {
  padding-bottom: calc((523 / 876) * 100%);
  display: block;
  content: "";
}

.image-ratio--567by527 .image-ratio__item {
  position: absolute;
  top: -7rem;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-ratio--567by527::before {
  padding-bottom: calc((0.92945 / 1) * 100%);
  display: block;
  content: "";
}

.image-ratio--contain .image-ratio__item {
  -o-object-fit: contain;
  object-fit: contain;
}

.image-ratio--cover .image-ratio__item {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50%;
  object-position: 50%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.image-ratio--blurly .image-ratio__item.is-loading,
.image-ratio--blurly .image-ratio__item.is-preloading,
.image-ratio--blurly .image-ratio__item.swiper-lazy {
  opacity: 0;
  -webkit-filter: blur(60px);
  filter: blur(60px);
}

.image-ratio--blurly .image-ratio__item.is-loaded,
.image-ratio--blurly .image-ratio__item.loaded {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
  transition-duration: 0.5s;
  transition-property: opacity, transform, filter, -webkit-transform,
    -webkit-filter;
}

.list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.list__item+.list__item {
  margin-top: 0.3125rem;
}

.list__item-icon {
  color: #b1b5bd;
  margin-right: 0.3125rem;
  margin-left: -0.125rem;
}

.list__item-link {
  color: #4a4f55;
}

.list__item-link--active {
  color: #523126 !important;
  font-weight: 600;
}

.list .list {
  padding-left: 1rem;
  border-left: 1px solid #dcdddf;
  margin-left: 0.1875rem;
  margin-top: 0.3125rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.list--dotted .list__item {
  position: relative;
  padding-left: 1.25rem;
}

.list--dotted .list__item::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 0.8125rem;
  line-height: 1;
  left: 0.0625rem;
  background-color: #7b6660;
}

.list--summary .list__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.list--summary .list__item strong {
  font-weight: 400;
}

.list--summary .list__item+.list__item {
  margin-top: 15px;
}

.list--nav {
  font-size: 0.875rem;
  font-weight: 600;
}

.list--nav .list {
  margin-bottom: 0.75rem;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 400;
  font-size: 0.8125rem;
}

.list--nav .list__item:not(:first-child) {
  border-top: 1px solid #dcdddf;
}

.list--nav .list__item+.list__item {
  margin-top: 0;
}

.list--nav .list__item-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.75rem 0;
  color: #000;
  font-weight: inherit;
}

.list--nav .list__item-link.is-active {
  color: #7b6660;
  font-weight: 600;
}

.list--nav .list__item-link-icon {
  transition-duration: 0.3s;
  transition-property: transform, color, -webkit-transform;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 8px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.list--nav .list__item-link:hover,
.list--nav .list__item.is-opened {
  color: #7b6660;
}

.list--nav .list__item.is-opened>.list__item-link>.list__item-link-icon {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.list--fix {
  list-style: none;
  margin: 0;
  padding: 0;
}

@-webkit-keyframes loader {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes buttonAnimation {
  100% {
    background-position: 100% 100%;
  }
}

@keyframes buttonAnimation {
  100% {
    background-position: 100% 100%;
  }
}

.button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: inherit;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  text-transform: none;
  cursor: pointer;
  box-sizing: border-box;
  transition-duration: 0.3s;
  transition-property: background-color, color, border-color, outline,
    box-shadow;
  background-color: #fff;
  color: #523126;
  border-radius: 6px;
  line-height: 1;
  font-weight: 600;
  min-height: 50px;
  padding: 0.8125rem 2.5rem;
  border: 1px solid #dcdddf;
}

    .button:hover {
        text-decoration: none;
     /*   background-color: #6e1b00;*/
        border-color: transparent;
/*        color: #fff;*/
    }

    .button:focus {
        background-color: #6e1b00;
        border-color: transparent;
        color: #fff;
    }

    .button:active {
        background-color: #6e1b00;
        border-color: transparent;
        color: #fff;
        box-shadow: 0 0 0 4px rgba(122, 40, 42, 0.3);
    }

.button.is-disabled,
.button:disabled,
.button[disabled] {
  opacity: 0.7;
  cursor: no-drop;
  background-color: #d8d8d8;
  border-color: #dcdddf;
  color: #4a4f55;
}

.button--primary {
  background-color: white;
  color: #853d26b0;
  border: 1px solid #853d26b0;
}

.button--primary:hover {
  background-image: linear-gradient(160deg,
      #a54e07,
      #b47e11,
      #fef1a2,
      #bc881b,
      #a54e07);
  background-size: 150% 150%;
  background-position: center;

  border: 1px solid rgba(165, 93, 7, 0.6);
  color: #4b2500;
  transition: all 0.2s ease-in-out;
}

.button--primary:focus {
  background-color: #d0a154b0;
  color: #fff;
}

.button--primary:active {
  background-color: #d0a154b0;
  color: #fff;
  box-shadow: 0 0 0 5px rgba(122, 40, 42, 0.4);
}

    .button--primary.is-disabled,
    .button--primary:disabled,
    .button--primary[disabled] {
        background-color: #6e1b00;
        color: #fff;
    }

.button--primary .button__icon {
  color: inherit;
}

    .button--primary.button--processing {
        background-color: #6e1b00 !important;
        background-image: repeating-linear-gradient(-45deg, transparent, transparent 1rem, rgba(0, 0, 0, 0.2) 1rem, rgba(0, 0, 0, 0.2) 1.6rem);
    }

.button--secondary {
  background-color: #102649;
  color: #fff;
  border-width: 0;
}

.button--secondary:hover {
  background-color: #153363;
  color: #fff;
}

.button--secondary:focus {
  background-color: #10264a;
  color: #fff;
}

.button--secondary:active {
  background-color: #122c56;
  color: #fff;
  box-shadow: 0 0 0 5px rgba(16, 38, 73, 0.4);
}

.button--secondary.is-disabled,
.button--secondary:disabled,
.button--secondary[disabled] {
  background-color: #102649;
  color: #fff;
}

.button--secondary .button__icon {
  color: inherit;
}

.button--secondary.button--processing {
  background-color: #122c56 !important;
  background-image: repeating-linear-gradient(-45deg,
      transparent,
      transparent 1rem,
      rgba(0, 0, 0, 0.2) 1rem,
      rgba(0, 0, 0, 0.2) 1.6rem);
}

.button--gray {
  background-color: #f6f6f6;
  color: #523126;
}

.button--gray:focus,
.button--gray:hover {
  background-color: #ededed;
  color: #523126;
}

.button--gray:active {
  background-color: #ededed;
  color: #523126;
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.05);
}

.button--gray.is-disabled,
.button--gray:disabled,
.button--gray[disabled] {
  background-color: rgba(237, 237, 237, 0.7);
  color: #523126;
}

.button--plain {
  background-color: transparent;
  color: #523126;
  border-width: 0;
  font-size: 0.875rem;
  padding: 0.625rem 0.75rem;
  min-height: initial;
  min-width: initial;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.button--plain:focus,
.button--plain:hover {
  background-color: transparent;
  color: #523126;
}

.button--plain:active {
  background-color: #fff;
  color: #523126;
}

.button--plain:hover .button__icon {
  color: #7b6660;
}

.button--rounded {
  border-radius: 6.25rem;
}

.button__label {
  vertical-align: middle;
}

.button__icon:not(.d-none)+.button__label,
.button__label:not(.d-none)+.button__icon {
  margin-left: 0.5rem;
  vertical-align: middle;
}

.button__icon {
  font-size: 0.875rem;
  transition-duration: 0.3s;
  transition-property: opacity;
}

.button--inline {
  display: inline-block;
}

.button--small {
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.6875rem 1.25rem;
  min-height: 44px;
}

.button--upper {
  text-transform: uppercase;
}

.button--processing {
  color: transparent !important;
  background-color: #eee !important;
  cursor: wait;
  pointer-events: none;
  background-image: repeating-linear-gradient(-45deg,
      transparent,
      transparent 1rem,
      #e2e2e2 1rem,
      #e2e2e2 1.6rem);
  background-size: 200% 200%;
  -webkit-animation: 6s linear infinite buttonAnimation !important;
  animation: 6s linear infinite buttonAnimation !important;
}

.button--processing .button__icon {
  opacity: 0;
}

.input {
  display: block;
  width: 100%;
  font-family: inherit;
  line-height: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition-duration: 0.3s;
  transition-property: background-color, color, border-color, outline-color,
    box-shadow;
  background-color: #fff;
  color: #4a4f55;
  height: 50px;
  padding: 1.28571em 1.42857em;
  border-radius: 6px;
  font-size: 0.875rem;
  outline-offset: 0;
  border: 1px solid #dcdddf;
  outline: transparent solid 0;
}

.input.is-disabled,
.input[disabled],
.is-disabled>.input {
  cursor: no-drop;
}

.input::-webkit-input-placeholder {
  color: rgba(74, 79, 85, 0.7);
}

.input::-moz-placeholder {
  color: rgba(74, 79, 85, 0.7);
}

.input:-ms-input-placeholder {
  color: rgba(74, 79, 85, 0.7);
}

.input::-ms-input-placeholder {
  color: rgba(74, 79, 85, 0.7);
}

.input::placeholder {
  color: rgba(74, 79, 85, 0.7);
}

    .input:focus {
        border-color: #6e1b00;
        color: #523126;
        outline-color: #000;
    }

.input.is-valid,
.is-valid>.input {
  border-color: #38ba86;
  color: #1fa06c;
  box-shadow: inset 0 0 0 1px #38ba86;
}

.input.is-error,
.input.is-invalid,
.is-error>.input,
.is-invalid>.input {
  border-color: #e04646;
  color: #e04646;
  box-shadow: inset 0 0 0 1px #e04646;
}

.input.is-disabled,
.input.is-disabled:focus,
.input[disabled],
.input[disabled]:focus,
.is-disabled>.input,
.is-disabled>.input:focus {
  background-color: #f6f6f6;
  border-color: #d8d8d8;
  color: rgba(82, 49, 38, 0.6);
}

.input--datepicker {
  height: 44px;
  padding: 0.76923em 1.53846em;
  border-radius: 4px;
  border-width: 1px;
  font-size: 0.8125rem;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNy41NTYiIHZpZXdCb3g9IjAgMCAxNiAxNy41NTYiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEgMSkiPjxyZWN0IHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgcng9IjIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMS41NTYpIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZT0iI2JkYzVkMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBmaWxsPSJub25lIi8+PGxpbmUgeTI9IjMuMTExIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMC4xMTEpIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZT0iI2JkYzVkMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBmaWxsPSJub25lIi8+PGxpbmUgeTI9IjMuMTExIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzLjg4OSkiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlPSIjYmRjNWQzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGZpbGw9Im5vbmUiLz48bGluZSB4Mj0iMTQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgNi4yMjIpIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZT0iI2JkYzVkMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBmaWxsPSJub25lIi8+PC9nPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-position: right 1.07692em center;
  background-size: 1.23077em 1.23077em;
  outline-width: 0;
  outline-offset: 0;
}

.input--code {
  font-size: 0.9375rem;
  text-align: center;
  letter-spacing: 0.2em;
  font-weight: 500;
}

.input--border-bottom {
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
}

.input--border-bottom:focus {
  box-shadow: inset 0 -1px 0 0 #7b6660;
}

.input--border-bottom.is-error,
.input--border-bottom.is-error>.input--border-bottom,
.input--border-bottom.is-invalid,
.input--border-bottom.is-invalid>.input--border-bottom {
  box-shadow: inset 0 -1px 0 0 #e04646;
}

.select {
  display: block;
  width: 100%;
  font-family: inherit;
  line-height: inherit;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition-duration: 0.3s;
  transition-property: background-color, color, border-color, outline-color,
    box-shadow;
  background-color: #fff;
  color: #4a4f55;
  height: 50px;
  padding: 0.75rem 1.25rem;
  border-radius: 6px;
  font-size: 0.875rem;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMC41NDYiIGhlaWdodD0iNi4xNzMiIHZpZXdCb3g9IjAgMCAxMC41NDYgNi4xNzMiPjxwYXRoIGQ9Ik02LDlsNCw0LDQtNCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQuNzI3IC03LjcyNykiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2JkYzVkMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEuOCIvPjwvc3ZnPg==);
  background-position: right 1em center;
  background-size: 0.71429em 0.71429em;
  outline-offset: 0;
  border: 1px solid #dcdddf;
  outline: transparent solid 0;
}

.is-disabled>.select,
.select.is-disabled,
.select[disabled] {
  cursor: no-drop;
}

.select::-webkit-input-placeholder {
  color: rgba(74, 79, 85, 0.7);
}

.select::-moz-placeholder {
  color: rgba(74, 79, 85, 0.7);
}

.select:-ms-input-placeholder {
  color: rgba(74, 79, 85, 0.7);
}

.select::-ms-input-placeholder {
  color: rgba(74, 79, 85, 0.7);
}

.select::placeholder {
  color: rgba(74, 79, 85, 0.7);
}

.select:focus {
  border-color: #7b6660;
  color: #523126;
  box-shadow: inset 0 0 0 1px #7b6660;
  outline-color: #000;
}

.is-valid>.select,
.select.is-valid {
  border-color: #38ba86;
  color: #1fa06c;
  box-shadow: inset 0 0 0 1px #38ba86;
}

.is-error>.select,
.is-invalid>.select,
.select.is-error,
.select.is-invalid {
  border-color: #e04646;
  color: #e04646;
  box-shadow: inset 0 0 0 1px #e04646;
}

.is-disabled>.select,
.is-disabled>.select:focus,
.select.is-disabled,
.select.is-disabled:focus,
.select[disabled],
.select[disabled]:focus {
  background-color: #f6f6f6;
  border-color: #d8d8d8;
  color: rgba(82, 49, 38, 0.6);
}

.textarea {
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: inherit;
  line-height: inherit;
  overflow: auto;
  resize: vertical;
  transition-duration: 0.3s;
  transition-property: background-color, color, border-color, outline-color,
    box-shadow;
  background-color: #fff;
  color: #4a4f55;
  padding: 1.28571em 1.42857em;
  border-radius: 6px;
  font-size: 0.875rem;
  outline-offset: 0;
  border: 1px solid #dcdddf;
  outline: transparent solid 0;
}

.is-disabled>.textarea,
.textarea.is-disabled,
.textarea[disabled] {
  cursor: no-drop;
}

.textarea::-webkit-input-placeholder {
  color: rgba(74, 79, 85, 0.7);
}

.textarea::-moz-placeholder {
  color: rgba(74, 79, 85, 0.7);
}

.textarea:-ms-input-placeholder {
  color: rgba(74, 79, 85, 0.7);
}

.textarea::-ms-input-placeholder {
  color: rgba(74, 79, 85, 0.7);
}

.textarea::placeholder {
  color: rgba(74, 79, 85, 0.7);
}

    .textarea:focus {
        border-color: #6e1b00;
        color: #c8a165;
        box-shadow: inset 0 0 0 1px #6e1b00;
        outline-color: #000;
    }

.is-valid>.textarea,
.textarea.is-valid {
  border-color: #38ba86;
  color: #1fa06c;
  box-shadow: inset 0 0 0 1px #38ba86;
}

.is-error>.textarea,
.is-invalid>.textarea,
.textarea.is-error,
.textarea.is-invalid {
  border-color: #e04646;
  color: #e04646;
  box-shadow: inset 0 0 0 1px #e04646;
}

.is-disabled>.textarea,
.is-disabled>.textarea:focus,
.textarea.is-disabled,
.textarea.is-disabled:focus,
.textarea[disabled],
.textarea[disabled]:focus {
  background-color: #f6f6f6;
  border-color: #d8d8d8;
  color: rgba(82, 49, 38, 0.6);
}

.checkbox {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.checkbox__label {
  position: relative;
  padding-left: 2rem;
  line-height: 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
}

.checkbox__label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #fff;
  border-radius: 0.375rem;
  cursor: pointer;
  transition-duration: 0.3s;
  transition-property: background-color, border-color, outline-color;
  border: 1px solid #dcdddf;
}

.checkbox__label::after {
  content: "";
  position: absolute;
  font-size: 1.25rem;
  top: 0.33333em;
  left: 0.25em;
  width: 0.5em;
  height: 0.33333em;
  border-bottom: 0.1em solid transparent;
  border-left: 0.1em solid transparent;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotate(-45deg) translate(2px, -2px);
  transform: rotate(-45deg) translate(2px, -2px);
  transition-duration: 0.3s;
  transition-property: transform, opacity, visibility, -webkit-transform;
}

.checkbox__label a {
  color: #7b6660 !important;
  text-decoration: underline;
}

.checkbox__label a:hover {
  color: #6f1d1f !important;
  text-decoration: none;
}

.checkbox__label b,
.checkbox__label strong {
  color: #523126;
}

.checkbox__input {
  position: absolute;
  left: -9999px;
  width: 1.25rem;
  height: 1.25rem;
  opacity: 0;
}

.checkbox .checkbox__label:hover::before {
  background-color: #f8f8f4;
  border-color: #c9cbce;
}

.checkbox .checkbox__label:hover::after {
  opacity: 1;
  visibility: visible;
  border-color: transparent;
}

.checkbox .checkbox__input:focus+.checkbox__label::before {
  background-color: #f8f8f4;
  border-color: #c9cbce;
}

.checkbox .checkbox__input:focus+.checkbox__label::after {
  opacity: 1;
  visibility: visible;
}

.checkbox .checkbox__input.is-invalid~.checkbox__label::before,
.checkbox.is-invalid>.checkbox__input~.checkbox__label::before {
  background-color: #fff;
  border-color: #d75155;
}

.checkbox .checkbox__input.is-invalid~.checkbox__label::after,
.checkbox.is-invalid>.checkbox__input~.checkbox__label::after {
  border-color: transparent;
}

.checkbox .checkbox__input:checked+.checkbox__label::before {
  background-color: #7b6660;
  border-color: transparent;
}

.checkbox .checkbox__input:checked+.checkbox__label::after {
  opacity: 1;
  visibility: visible;
  border-color: #fff;
}

.checkbox .checkbox__input.is-valid:checked+.checkbox__label::before,
.checkbox.is-valid>.checkbox__input:checked+.checkbox__label::before {
  background-color: #38ba86;
  border-color: #38ba86;
}

.checkbox .checkbox__input.is-valid:checked+.checkbox__label::after,
.checkbox.is-valid>.checkbox__input:checked+.checkbox__label::after {
  border-color: #fff;
}

.checkbox .checkbox__input:disabled+.checkbox__label {
  cursor: no-drop;
}

.checkbox .checkbox__input:disabled+.checkbox__label::after,
.checkbox .checkbox__input:disabled+.checkbox__label::before {
  opacity: 0.5;
}

.checkbox--button .checkbox__label:after,
.checkbox--button .checkbox__label:before {
  display: none;
}

.checkbox--button .checkbox__label {
  padding: 0.25rem 0.625rem;
  min-width: 63px;
  min-height: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-sizing: border-box;
  border: 1px solid #dcdddf;
  text-align: center;
  font-size: 0.75rem;
  background-color: #fff;
  cursor: pointer;
  transition-duration: 0.3s;
  transition-property: background-color, color, border-color;
}

.checkbox--button .checkbox__label:hover {
  color: #333;
  border-color: #c1c3c7;
}

.checkbox--button .checkbox__input:checked+.checkbox__label {
  background-color: #fff;
  border-color: #c9cbce;
  color: #b9272b;
  font-weight: 600;
}

.checkbox--button .checkbox__input:disabled+.checkbox__label {
  opacity: 0.4;
  border: 1px solid #d8d8d8;
  background-color: #f6f6f6;
}

.checkbox--color .checkbox__label {
  min-width: 50px;
  height: 30px;
  border-color: #d8d8d8;
}

.checkbox--color .checkbox__input:checked+.checkbox__label {
  border-color: #f8f8f4;
}

.checkbox+.checkbox {
  margin-top: 1rem;
}

.radio {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.radio__label {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-left: 2rem;
  font-size: 0.875rem;
  font-weight: 500;
}

.radio__label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #fff;
  border-radius: 1.25rem;
  cursor: pointer;
  transition-duration: 0.3s;
  transition-property: background-color, border-color, outline-color;
  border: 1px solid #dcdddf;
}

.radio__label:after {
  content: "";
  position: absolute;
  font-size: 1.25rem;
  top: 0.25em;
  left: 0.25em;
  width: 0.5em;
  height: 0.5em;
  background-color: transparent;
  border-radius: 1.25rem;
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.3s;
  transition-property: transform, opacity, visibility, -webkit-transform;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.radio__label a {
  color: #7b6660 !important;
  text-decoration: underline;
}

.radio__label a:hover {
  color: #6f1d1f !important;
  text-decoration: none;
}

.radio__label b,
.radio__label strong {
  color: #523126;
}

.radio__input {
  position: absolute;
  left: -9999px;
}

.radio .radio__label:hover::before {
  background-color: #f8f8f4;
  border-color: #c9cbce;
}

.radio .radio__label:hover::after {
  opacity: 1;
  visibility: visible;
  background-color: transparent;
}

.radio .radio__input:focus+.radio__label::before {
  background-color: #f8f8f4;
  border-color: #c9cbce;
}

.radio .radio__input:focus+.radio__label::after {
  opacity: 1;
  visibility: visible;
}

.radio .radio__input.is-invalid+.radio__label::before,
.radio.is-invalid>.radio__input+.radio__label::before {
  background-color: #fff;
  border-color: #d75155;
}

.radio .radio__input.is-invalid+.radio__label::after,
.radio.is-invalid>.radio__input+.radio__label::after {
  opacity: 1;
  visibility: visible;
  background-color: transparent;
}

.radio .radio__input:checked+.radio__label::before {
  background-color: #fff;
  border-color: #c9cbce;
}

.radio .radio__input:checked+.radio__label::after {
  opacity: 1;
  visibility: visible;
  background-color: #7b6660;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.radio .radio__input:checked+.radio__label {
  color: #523126;
}

.radio .radio__input.is-valid:checked+.radio__label::before,
.radio.is-valid>.radio__input:checked+.radio__label::before {
  background-color: #38ba86;
  border-color: #38ba86;
}

.radio .radio__input.is-valid:checked+.radio__label::after,
.radio.is-valid>.radio__input:checked+.radio__label::after {
  opacity: 1;
  visibility: visible;
  background-color: #523126;
}

.radio .radio__input:disabled+.radio__label {
  cursor: no-drop;
}

.radio .radio__input:disabled+.radio__label::after,
.radio .radio__input:disabled+.radio__label::before {
  opacity: 0.5;
}

.radio--block .radio__label {
  transition-duration: 0.3s;
  transition-property: background-color, border-color;
  width: 100%;
  border: 1px solid #dcdddf;
  padding: 0.9375rem 0.9375rem 0.9375rem 2.9375rem;
  cursor: pointer;
}

.radio--block .radio__label b,
.radio--block .radio__label strong {
  transition-duration: 0.3s;
  transition-property: color;
  font-weight: 600;
}

.radio--block .radio__label::before {
  top: 0.9375rem;
  left: 0.9375rem;
}

.radio--block .radio__label::after {
  top: 1em;
  left: 1em;
}

.radio--block .radio__input:checked+.radio__label {
  background-color: #f5fbff;
}

.radio--block .radio__input:checked+.radio__label b,
.radio--block .radio__input:checked+.radio__label strong {
  color: #000;
}

.radio--answer {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.radio--answer .radio__label {
  transition-duration: 0.3s;
  transition-property: background-color, color, border-color;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
  min-width: 6.25rem;
  min-height: 2.5rem;
  border: 1px solid #dcdddf;
  border-radius: 6px;
  padding: 0.3125rem;
  cursor: pointer;
  color: #102649;
  background-color: #fff;
}

.radio--answer .radio__label:after,
.radio--answer .radio__label:before {
  content: none;
  display: none;
}

.radio--answer .radio__value {
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  font-size: 0.9375rem;
  font-weight: 600;
}

.radio--answer .radio__icon {
  transition-duration: 0.3s;
  transition-property: background-color;
  display: -ms-flexbox;
  display: flex;
  width: 2.5rem;
  height: 1.875rem;
  background-color: #dcdddf;
  margin-left: auto;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 1.25rem;
  border-radius: 4px;
}

.radio--answer .radio__icon .icon {
  transition-duration: 0.3s;
  transition-property: transform, visibility, opacity, -webkit-transform;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.radio--answer:hover .radio__icon {
  background-color: #b1b5bd;
}

.radio--answer .radio__input:checked+.radio__label {
  border-color: #c9cbce;
}

.radio--answer .radio__input:checked+.radio__label .radio__icon {
  background-color: #44ddb4;
}

.radio--answer .radio__input:checked+.radio__label .radio__icon .icon {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.radio+.radio {
  margin-top: 1rem;
}

.form__label {
  margin-bottom: 0.9375rem;
  font-weight: 500;
  color: #523126;
  display: block;
}

.form__input~.form__input {
  margin-top: 1.25rem;
}

.form__item {
  position: relative;
}

.form__button-sticky {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  min-width: 2.75rem;
}

.form__button-sticky:hover {
  box-shadow: initial !important;
  background-color: #7b6660;
}

.form__button-sticky:hover .form__button-sticky-icon {
  color: #523126 !important;
}

.form__button-sticky~.form__input {
  padding-right: 4rem;
}

.form__error-label {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  min-height: 1.375rem;
  color: #e04646;
  font-size: 0.75rem;
  font-weight: 600;
}

.form__error .form__error-label {
  display: block;
}

.form__link {
  text-decoration: underline;
}

.form__link:hover {
  text-decoration: none;
}

.g-recaptcha>div:first-child {
  width: auto !important;
  height: auto !important;
}

.card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-direction: column;
  flex-direction: column;
  transition-duration: 0.3s;
  transition-property: background-color, color, border-color, box-shadow;
  border-width: 0;
  border-radius: 6px;
  min-width: 0;
  flex-grow: 1;
}

.card__content {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.card__subtitle {
  transition-duration: 0.3s;
  transition-property: color;
  margin-bottom: 0.25rem;
}

.card__title {
  transition-duration: 0.3s;
  transition-property: color;
}

.card__caption {
  margin-top: 0.625rem;
}

.card__image {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}

.card__image+.card__content {
  margin-top: 1.875rem;
}

.card__image-item {
  border-radius: 6px;
}

.card a.card__image:hover .card__hover {
  opacity: 1;
  visibility: visible;
}

.card a.card__image:hover .card__hover-icon {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.card a.card__image:hover .card__image-item {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.card a.card__image:hover .card__date {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
}

.card__hover {
  transition-duration: 0.3s;
  transition-property: opacity, visibility;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #573f1999;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
}

.card__hover-icon {
  font-size: 1.5rem;
  transition-duration: 0.3s;
  transition-property: opacity, transform, visibility, -webkit-transform;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  transform: translate(-50%, -50%) scale(1.2);
  -webkit-transform-origin: center;
  transform-origin: center;
  opacity: 0;
  visibility: hidden;
  color: #fff;
}

.card__count {
  min-width: 2.625rem;
  min-height: 4.375rem;
  padding: 0.8125rem 0.5625rem;
  background-color: #fff;
  border-radius: 1.875rem;
  font-size: 0.75rem;
  color: #523126;
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: absolute;
  z-index: 3;
  right: 1.25rem;
  top: 1.25rem;
}

.card__count-icon {
  font-size: 1.3125rem;
  color: #7b6660;
  margin-bottom: 0.375rem;
}

.card--logo {
  background-color: #fffbf9;
  border-width: 0;
  min-width: 0;
  padding: 0.9375rem;
  min-height: 5.625rem;
}

.card--logo:hover {
  background-color: #7b6660;
}

.card--logo .card__image {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card--logo .card__image-item {
  max-height: 3.125rem;
  max-width: 75%;
  height: auto;
  width: auto;
}

.card--overlay {
  position: relative;
}

.card--overlay .card__content {
  transition-duration: 0.3s;
  transition-property: opacity, visibility;
  background-color: rgba(51, 51, 51, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0 !important;
  padding: 1rem 0.75rem;
}

.card--overlay .card__count {
  right: 0.75rem;
  top: 1rem;
}

.card--overlay .card__count,
.card--overlay .card__title {
  transition-duration: 0.3s;
  transition-property: transform, opacity, visibility, -webkit-transform;
}

.card--overlay .card__subtitle {
  opacity: 0.8;
}

.card--overlay .card__button,
.card--overlay .card__title {
  color: #fff !important;
}

.card--overlay .card__button .icon {
  -webkit-transform: initial !important;
  transform: initial !important;
  opacity: 0.7;
}

.card--overlay .card__caption {
  margin-top: initial;
}

.card--overlay.card--hoverable .card__image-item {
  transition-duration: 1s;
  transition-property: opacity, transform, -webkit-transform;
}

.card--overlay.card--hoverable .card__content {
  opacity: 0;
  visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.card--overlay.card--hoverable:hover .card__content {
  opacity: 1;
  visibility: visible;
}

.card--contact {
  -ms-flex-direction: row;
  flex-direction: row;
}

    .card--contact .card__icon {
        font-size: 2rem;
        margin-right: 1rem;
        color: #6e1b00;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

.card--contact .card__content {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.card--contact .card__title {
  margin-bottom: 0.25rem;
}

.card--contact .card__label {
  color: #5c504d;
}

.card--contact .card__label a {
  font-weight: inherit;
  color: inherit;
}

.card--contact .card__label a:hover {
  color: #7b6660;
}

.card--product {
  transition-duration: 0.3s;
  transition-property: background-color, box-shadow;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  position: relative;
  z-index: 2;
  text-align: center;
  border: 1px solid #dcdddf;
  margin-bottom: 3.125rem;
}

.card--product .card__title {
  transition-duration: 0.3s;
  transition-property: color;
  margin-bottom: 1.4375rem;
  color: #7b6660;
}

.card--product .card__image {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -3.125rem;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  overflow: visible;
  border-radius: initial;
  position: relative;
  z-index: 2;
}

.card--product .card__image-item {
  width: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 6.25rem;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform: initial !important;
  transform: initial !important;
}

.card--product .card__image-object {
  transition-duration: 0.4s;
  transition-property: opacity, visibility, transform, -webkit-transform;
  position: absolute;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  left: 50%;
  top: 60%;
  -webkit-transform: translate(-50%, -30%) scale(1.15);
  transform: translate(-50%, -30%) scale(1.15);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.card--product:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: none !important;
}

    .card--product:hover .card__title {
        color: #6e1b00;
    }

.card--product:hover .card__image-object {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  visibility: visible;
}

.card--team {
  text-align: center;
}

.card--team .card__image {
  box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.2);
}

.card--team .card__image+.card__content {
  margin-top: 1rem;
}

.card--team .card__caption {
  margin-top: 0.25rem;
}

a.card[data-fancybox] .card__hover,
a.card[data-fancybox] .card__hover-icon,
a.card[data-fslightbox] .card__hover,
a.card[data-fslightbox] .card__hover-icon {
  pointer-events: none;
}

a.card:hover {
  color: #4a4f55;
}

a.card:hover .card__image .card__date {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
}

a.card:hover .card__hover {
  opacity: 1;
  visibility: visible;
}

a.card:hover .card__hover-icon {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

a.card:hover .card__image-item {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

a.card:hover.card--overlay {
  color: #fff;
}

a.card:hover.card--overlay:not(.card--hoverable) .card__content,
a.card:hover.card--overlay:not(.card--hoverable) .card__count,
a.card:hover.card--overlay:not(.card--hoverable) .card__title {
  opacity: 0;
  visibility: hidden;
}

a.card:hover.card--overlay:not(.card--hoverable) .card__title {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

a.card:hover.card--overlay:not(.card--hoverable) .card__count {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

a.card.card--logo:hover .card__image-item {
  -webkit-filter: invert(1%) sepia(1%) saturate(1%) hue-rotate(1deg) brightness(1000%) contrast(100%);
  filter: invert(1%) sepia(1%) saturate(1%) hue-rotate(1deg) brightness(1000%) contrast(100%);
}

.card-news {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.image-ratio--2by1::before {
  padding-bottom: calc((1 / 1.5) * 100%);
  display: block;
  content: '';
}

.card-news__image {
  transition-duration: 0.3s;
  transition-property: opacity, visibility;
  margin-bottom: 2.375rem;
  overflow: hidden;
  position: relative;
  border-radius: 0.375rem;
}

    .card-news__image:after {
        transition-duration: 0.3s;
        opacity: 0;
        visibility: hidden;
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        background: linear-gradient(332.46deg, #6e1b00 6.49%, rgba(200, 161, 101, 0) 96.53%);
        z-index: 1;
    }




.card-news__image--rounded {
  border-radius: 0.375rem;
}

.card-news__caption {
  margin-top: 0.75rem;
}

.card-news__date {
  margin-bottom: 0.25rem;
}

.card-news:hover .card-news__image:after {
  opacity: 1;
  visibility: visible;
}

.card-product {
  padding: 0.9375rem;
  transition-duration: 0.3s;
  transition-property: box-shadow;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  height: 215px;
  border-radius: 15px;
  background-color: #fffbf9;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}

.card-product:hover {
  box-shadow: 0 56px 72px rgba(52, 22, 22, 0.08);
}

.card-product:hover .card-product__button {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.card-product__title {
  margin-bottom: 1.5625rem;
}

.card-product__button {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 30px);
  transform: translate(-50%, 30px);
  opacity: 0;
  visibility: hidden;
  bottom: 1.25rem;
  transition-duration: 0.3s;
  transition-property: transform, opacity, visibility, -webkit-transform;
}

.card-product__image {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card-product__image-item {
  max-width: 90%;
}

.card-stats {
  transition-duration: 0.3s;
  transition-property: box-shadow, background-color, transform, color,
    -webkit-transform;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background-color: #fff;
  box-shadow: 0 56px 72px rgba(65, 26, 26, 0.04);
  padding: 1.25rem;
  border-radius: 15px;
  color: #7b6660;
  text-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-stats__value {
  font-size: 1.875rem;
  margin-bottom: 0.625rem;
  line-height: 1;
}

.card-stats__text {
  font-size: 0.875rem;
  line-height: 1.625;
  margin: 0;
  max-width: 80%;
}


.card-stats {
    background-color: #6e1b00;
    color: #fff;
    box-shadow: 0 56px 72px rgba(52, 22, 22, 0.18);
    -webkit-transform: translateY(-11px);
    transform: translateY(-11px);
    border-radius: 50%;
    height: 275px;
    width: 275px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-stats--primary:not(:hover) {
  background-color: #fffbf9;
  box-shadow: 0 0 0 transparent;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -0.375rem;
  list-style: none;
  padding: 1.875rem 0 0;
}

.pagination__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0.375rem;
}

.pagination__item-link {
  transition-duration: 0.3s;
  transition-property: background-color, color, border-color;
  min-width: 3rem;
  max-width: 3rem;
  height: 3rem;
  background-color: #f6f6f6;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 4px;
  font-weight: 700;
}

.pagination__item-link:hover {
  background-color: #ededed;
  color: #102649;
}

.pagination__item-link--active {
  background-color: #7b6660;
  border-color: transparent;
  color: #fff;
  font-weight: 600;
  pointer-events: none;
}

.entry table,
.table {
  width: 100%;
  text-align: left;
  border-spacing: 0;
  border-radius: 6px;
  background-color: #fff;
  font-size: 0.875rem;
  line-height: 1.4;
  border-collapse: separate;
  border: 1px solid #dcdddf;
}

.entry table tr+tr,
.table tr+tr {
  border-top: 1px solid #dcdddf;
}

.entry table td,
.entry table th,
.table td,
.table th {
  vertical-align: middle;
  box-sizing: border-box;
  padding: 0.4375rem 0.9375rem;
  word-break: break-word;
  height: 3.125rem;
}

.entry table td>div:not([class]),
.entry table th>div:not([class]),
.table td>div:not([class]),
.table th>div:not([class]) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.entry table td b,
.entry table td strong,
.entry table th b,
.entry table th strong,
.table td b,
.table td strong,
.table th b,
.table th strong {
  font-weight: 600;
}

.entry table thead td,
.entry table thead th,
.table thead td,
.table thead th {
  background-color: #faece5;
  font-weight: 700;
  color: #523126;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.entry table thead tr:hover td,
.entry table thead tr:hover th,
.table thead tr:hover td,
.table thead tr:hover th {
  background-color: #faece5;
  color: #523126;
}

.entry table tr td,
.table tr td {
  transition-duration: 0.3s;
  transition-property: background-color, color;
}

.entry table tr:nth-child(even) td,
.table tr:nth-child(even) td {
  background-color: #fffbf9;
}

.entry table tr:hover td,
.table tr:hover td {
  color: #523126;
  background-color: #faece5;
}

.entry table thead tr:first-child td:first-child,
.entry table thead tr:first-child th:first-child,
.table thead tr:first-child td:first-child,
.table thead tr:first-child th:first-child {
  border-top-left-radius: 6px;
}

.entry table thead tr:first-child td:last-child,
.entry table thead tr:first-child th:last-child,
.table thead tr:first-child td:last-child,
.table thead tr:first-child th:last-child {
  border-top-right-radius: 6px;
}

.entry table thead tr:last-child td:first-child,
.entry table thead tr:last-child th:first-child,
.table thead tr:last-child td:first-child,
.table thead tr:last-child th:first-child {
  border-bottom-left-radius: initial;
}

.entry table thead tr:last-child td:last-child,
.entry table thead tr:last-child th:last-child,
.table thead tr:last-child td:last-child,
.table thead tr:last-child th:last-child {
  border-bottom-right-radius: initial;
}

.entry table tr:last-child td:first-child,
.entry table tr:last-child th:first-child,
.table tr:last-child td:first-child,
.table tr:last-child th:first-child {
  border-bottom-left-radius: 6px;
}

.entry table tr:last-child td:last-child,
.entry table tr:last-child th:last-child,
.table tr:last-child td:last-child,
.table tr:last-child th:last-child {
  border-bottom-right-radius: 6px;
}

.entry table thead+tbody tr:first-child td:first-child,
.entry table thead+tbody tr:first-child th:first-child,
.table thead+tbody tr:first-child td:first-child,
.table thead+tbody tr:first-child th:first-child {
  border-top-left-radius: initial;
}

.entry table thead+tbody tr:first-child td:last-child,
.entry table thead+tbody tr:first-child th:last-child,
.table thead+tbody tr:first-child td:last-child,
.table thead+tbody tr:first-child th:last-child {
  border-top-right-radius: initial;
}

.entry table .button+.button,
.table .button+.button {
  margin-left: 0.3125rem;
}

.entry table .button,
.table .button {
  padding: 0.625rem;
  min-height: initial;
  min-width: 0;
}

.entry table b,
.entry table strong,
.table b,
.table strong {
  font-weight: 600;
  color: #523126;
}

.table__thumbnail {
  width: 6.875rem;
  display: block;
}

.table__button-remove {
  min-width: 3.125rem !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.table__cell--small {
  width: 3.125rem;
}

.table__cell--small:last-child {
  padding-right: 0;
  padding-left: 0;
  width: 3.125rem;
}

.table__link {
  color: #7b6660;
}

.table__link:hover {
  text-decoration: underline;
  color: #6f1d1f;
}

.table--small td,
.table--small th,
.table--small thead td,
.table--small thead th {
  font-size: 0.8125rem;
}

.table--bordered td+td {
  border-left: 1px solid #dcdddf;
}

.table--cart {
  border-radius: 0;
  border: 0;
  border-collapse: separate;
}

.table--cart thead {
  background-color: #f8f8f4;
}

.table--cart thead td,
.table--cart thead th {
  height: 3.75rem;
}

.table--cart td,
.table--cart th {
  border-radius: 0 !important;
}

.table--cart td:first-child,
.table--cart th:first-child {
  padding-left: 0;
}

.table--cart td:last-child,
.table--cart th:last-child {
  padding-right: 0;
}

.table--cart tr:hover td,
.table--cart tr:nth-child(even) td {
  background-color: transparent;
}

.table--cart tr+tr td {
  border-top: 1px solid #dcdddf;
}

.table--summary {
  border: 0;
  border-collapse: separate;
  border-radius: 0;
}

.table--summary thead td,
.table--summary thead th {
  background-color: transparent !important;
}

.table--summary td,
.table--summary td:first-child,
.table--summary td:last-child,
.table--summary tr,
.table--summary tr:first-child,
.table--summary tr:last-child {
  border-radius: 0 !important;
}

.table--summary th {
  font-weight: 400;
  color: #523126;
}

.table--summary td,
.table--summary th {
  padding: 0.5625rem 0.625rem;
}

.table--summary td:first-child,
.table--summary th:first-child {
  padding-left: 0 !important;
}

.table--summary td:last-child,
.table--summary th:last-child {
  padding-right: 0 !important;
  text-align: right;
}

.table--summary tr:hover td,
.table--summary tr:hover th,
.table--summary tr:nth-child(even) td,
.table--summary tr:nth-child(even) th {
  background-color: transparent;
}

.table--summary tfoot tr td,
.table--summary tfoot tr th {
  border-top: 1px solid #dcdddf;
}

.table--summary .big {
  font-size: 1.25rem;
}

.table--summary .big td,
.table--summary .big th {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}

.table-responsive {
  max-width: 100%;
  overflow-x: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 6px;
  border: 1px solid #dcdddf;
}

.entry .table-responsive table,
.table-responsive .entry table,
.table-responsive .table {
  border: 0;
  margin: 0;
}

.entry .table-responsive table,
.table-responsive .entry table,
.table-responsive table.table {
  border-width: 0;
}

.entry .table-responsive table th,
.entry .table-responsive table thead td,
.entry .table-responsive table thead th,
.table-responsive .entry table th,
.table-responsive .entry table thead td,
.table-responsive .entry table thead th,
.table-responsive table.table th,
.table-responsive table.table thead td,
.table-responsive table.table thead th {
  white-space: nowrap;
}

.table-responsive.table--summary {
  border: 0;
  border-radius: 0;
}

.entry {
  line-height: 2rem;
}

.entry h1+*,
.entry h2+*,
.entry h3+*,
.entry h4+*,
.entry h5+*,
.entry h6+* {
  margin-top: 0 !important;
}

.entry> :first-child {
  margin-top: 0;
}

.entry> :last-child {
  margin-bottom: 0;
}

.entry h1,
.entry h2,
.entry h3 {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

.entry h4,
.entry h5,
.entry h6 {
  font-weight: 500;
  line-height: 1.6;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

.entry .table-responsive,
.entry blockquote,
.entry p,
.entry table {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.entry p {
  font-size: inherit;
}

.entry p a {
  text-decoration: underline;
}

.entry p a:hover {
  text-decoration: none;
}

.entry p span[style*="background"] {
  background-color: #f6e8c1 !important;
  padding: 0 0.1875rem;
}

.entry b,
.entry strong {
  font-weight: 600;
  color: #000;
}

.entry img:not(.image-ratio__item) {
  max-width: 100%;
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

.entry img:not(.image-ratio__item):not([data-src]) {
  height: auto;
}

.entry blockquote {
  background-color: #faece5;
  border-left: 2px solid #7b6660;
  padding: 30px 20px;
  font-weight: 500;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 60rem;
  margin-left: 0;
  margin-right: 0;
}

.entry blockquote p {
  margin: 0;
}

.entry blockquote small {
  display: block;
  font-style: italic;
  margin-top: 20px;
  opacity: 0.7;
  font-size: 0.9em;
}

.entry code {
  vertical-align: bottom;
}

.entry ul {
  padding-left: 0;
  list-style: none;
}

.entry ul li {
  position: relative;
  padding-left: 1.5625rem;
}

.entry ul li:before {
  content: "";
  width: 0.4375rem;
  height: 0.4375rem;
  background-color: currentColor;
  position: absolute;
  left: 0;
  top: 0.75rem;
  border-radius: 50%;
}

.entry ol li,
.entry ul li {
  margin-left: 0;
}

.entry ol li+li,
.entry ul li+li {
  margin-top: 0.625rem;
}

.entry .lead {
  font-size: 1.414rem;
}

.entry .hug {
  margin-top: 0;
}

.message-box {
  display: block;
  background-color: #f6f6f6;
  margin: 0.625rem 0 1.25rem;
  border-radius: 6px;
  line-height: 1.5rem;
  padding: 0.75rem 0.9375rem;
}

.message-box strong {
  color: #523126;
}

.message-box+.message-box {
  margin-top: -0.625rem;
}

.message-box:first-child {
  margin-top: initial;
}

.message-box:last-child {
  margin-bottom: initial;
}

.message-box p {
  margin: 0;
}

.message-box--success {
  background-color: #38ba86;
  color: #fff;
}

.message-box--error {
  background-color: #d75155;
  color: #fff;
}

.message-box--large {
  margin-bottom: 1.875rem;
}

.message-box--results {
  text-align: center;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  line-height: 1.5;
}

.message-box--results h1,
.message-box--results h2,
.message-box--results h3,
.message-box--results h4,
.message-box--results h5,
.message-box--results h6 {
  color: inherit;
}

.map {
  height: 13.75rem;
  overflow: hidden;
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background-color: #f6f6f6;
  border-radius: 6px;
}

.map a[href^="http://maps.google.com/maps"],
.map a[href^="https://maps.google.com/maps"] {
  display: none !important;
}

.map .gm-style-cc,
.map .gmnoprint a,
.map .gmnoprint span {
  display: none;
}

.map__item {
  height: 13.75rem;
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}

.map .map__item {
  height: 100%;
}

.map__info {
  transition-duration: 0.3s;
  transition-property: opacity, visibility;
  top: 2.5rem;
  left: 1.875rem;
  max-width: 17.5rem;
  position: absolute;
  background-color: #fff;
  padding: 1.25rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: 0 20px 40px rgba(15, 23, 80, 0.1);
  border-radius: 6px;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.3125rem;
}

.map__info-title {
  margin-bottom: 0.625rem;
  color: #523126;
  font-weight: 600;
  font-size: 1.125rem;
  margin-top: 0;
}

.map__info-icon {
  margin-bottom: 0.625rem;
  font-size: 1.5rem;
  color: #7b6660;
}

.map__info-address {
  font-style: normal;
  margin: 0;
  padding: 0;
}

.gm-bundled-control .gmnoprint>div {
  width: 35px !important;
  height: auto !important;
  border-radius: 6px !important;
  box-shadow: 0 20px 40px rgba(15, 23, 80, 0.1) !important;
}

.gm-bundled-control.gm-bundled-control-on-bottom {
  margin: 0 !important;
  right: 20px !important;
  bottom: 20px !important;
}

.gm-bundled-control.gm-bundled-control-on-bottom .gmnoprint {
  position: initial !important;
}

.gm-bundled-control.gm-bundled-control-on-bottom .gm-control-active {
  margin: 0 !important;
  border-radius: 0 !important;
}

.gm-control-active {
  width: 35px !important;
  height: 35px !important;
  font-size: 1rem;
  border-radius: 6px !important;
}

.gm-control-active img {
  width: 1em !important;
  height: 1em !important;
}

.gm-control-active img:nth-child(1) {
  -webkit-filter: invert(49%) sepia(8%) saturate(1267%) hue-rotate(194deg) brightness(91%) contrast(86%);
  filter: invert(49%) sepia(8%) saturate(1267%) hue-rotate(194deg) brightness(91%) contrast(86%);
}

.gm-fullscreen-control {
  margin: 20px !important;
}

.gm-style-cc,
a[target="_blank"][rel="noopener"] {
  display: none !important;
}

.pac-container {
  box-shadow: 0 30px 50px rgba(16, 25, 79, 0.1);
  border: 1px solid #7b6660;
  border-top: 0;
  font-family: inherit;
  box-sizing: content-box;
  border-radius: 0 0 6px 6px !important;
  margin-top: -3px;
}

.pac-container:after {
  content: none;
}

.pac-container .pac-item {
  padding: 0.4375rem 20px;
  min-height: 1.875rem;
  font-size: 0.75rem;
  line-height: 1.4;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border-top-color: #dcdddf;
  cursor: pointer;
}

.pac-container .pac-item:hover {
  background-color: #f5fbff;
}

.pac-container .pac-item:hover .pac-icon {
  opacity: 1;
}

.pac-container .pac-item.pac-item-selected {
  background-color: #c1e1f6;
}

.pac-container .pac-item.pac-item-selected .pac-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxMiAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODk5NTIgOS44OTk0N0w1Ljc5ODk5IDE0TDEuNjk4NDYgOS44OTk0N0MwLjg4NzQ2NiA5LjA4ODQ2IDAuMzM1MTczIDguMDU1MTggMC4xMTE0MjMgNi45MzAyOUMtMC4xMTIzMjYgNS44MDU0IDAuMDAyNTE3MzEgNC42Mzk0MiAwLjQ0MTQzMSAzLjU3OThDMC44ODAzNDUgMi41MjAxNyAxLjYyMzYyIDEuNjE0NSAyLjU3NzI1IDAuOTc3MzAxQzMuNTMwODkgMC4zNDAxMDMgNC42NTIwNiAwIDUuNzk4OTkgMEM2Ljk0NTkyIDAgOC4wNjcwOSAwLjM0MDEwMyA5LjAyMDczIDAuOTc3MzAxQzkuOTc0MzcgMS42MTQ1IDEwLjcxNzYgMi41MjAxNyAxMS4xNTY2IDMuNTc5OEMxMS41OTU1IDQuNjM5NDIgMTEuNzEwMyA1LjgwNTQgMTEuNDg2NiA2LjkzMDI5QzExLjI2MjggOC4wNTUxOCAxMC43MTA1IDkuMDg4NDYgOS44OTk1MiA5Ljg5OTQ3VjkuODk5NDdaTTUuNzk4OTkgNy4wODc2QzYuMTQwNzcgNy4wODc2IDYuNDY4NTQgNi45NTE4MyA2LjcxMDIyIDYuNzEwMTZDNi45NTE4OSA2LjQ2ODQ5IDcuMDg3NjYgNi4xNDA3MSA3LjA4NzY2IDUuNzk4OTRDNy4wODc2NiA1LjQ1NzE2IDYuOTUxODkgNS4xMjkzOSA2LjcxMDIyIDQuODg3NzJDNi40Njg1NCA0LjY0NjA0IDYuMTQwNzcgNC41MTAyNyA1Ljc5ODk5IDQuNTEwMjdDNS40NTcyMiA0LjUxMDI3IDUuMTI5NDQgNC42NDYwNCA0Ljg4Nzc3IDQuODg3NzJDNC42NDYxIDUuMTI5MzkgNC41MTAzMyA1LjQ1NzE2IDQuNTEwMzMgNS43OTg5NEM0LjUxMDMzIDYuMTQwNzEgNC42NDYxIDYuNDY4NDkgNC44ODc3NyA2LjcxMDE2QzUuMTI5NDQgNi45NTE4MyA1LjQ1NzIyIDcuMDg3NiA1Ljc5ODk5IDcuMDg3NloiIGZpbGw9IiNFRjI5NTgiLz4KPC9zdmc+Cg==);
  opacity: 1;
}

.pac-container .pac-icon {
  transition-duration: 0.3s;
  transition-property: opacity;
  width: 0.75rem;
  height: 0.90563rem;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxMiAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODk5NTIgOS44OTk0N0w1Ljc5ODk5IDE0TDEuNjk4NDYgOS44OTk0N0MwLjg4NzQ2NiA5LjA4ODQ2IDAuMzM1MTczIDguMDU1MTggMC4xMTE0MjMgNi45MzAyOUMtMC4xMTIzMjYgNS44MDU0IDAuMDAyNTE3MzEgNC42Mzk0MiAwLjQ0MTQzMSAzLjU3OThDMC44ODAzNDUgMi41MjAxNyAxLjYyMzYyIDEuNjE0NSAyLjU3NzI1IDAuOTc3MzAxQzMuNTMwODkgMC4zNDAxMDMgNC42NTIwNiAwIDUuNzk4OTkgMEM2Ljk0NTkyIDAgOC4wNjcwOSAwLjM0MDEwMyA5LjAyMDczIDAuOTc3MzAxQzkuOTc0MzcgMS42MTQ1IDEwLjcxNzYgMi41MjAxNyAxMS4xNTY2IDMuNTc5OEMxMS41OTU1IDQuNjM5NDIgMTEuNzEwMyA1LjgwNTQgMTEuNDg2NiA2LjkzMDI5QzExLjI2MjggOC4wNTUxOCAxMC43MTA1IDkuMDg4NDYgOS44OTk1MiA5Ljg5OTQ3VjkuODk5NDdaTTUuNzk4OTkgNy4wODc2QzYuMTQwNzcgNy4wODc2IDYuNDY4NTQgNi45NTE4MyA2LjcxMDIyIDYuNzEwMTZDNi45NTE4OSA2LjQ2ODQ5IDcuMDg3NjYgNi4xNDA3MSA3LjA4NzY2IDUuNzk4OTRDNy4wODc2NiA1LjQ1NzE2IDYuOTUxODkgNS4xMjkzOSA2LjcxMDIyIDQuODg3NzJDNi40Njg1NCA0LjY0NjA0IDYuMTQwNzcgNC41MTAyNyA1Ljc5ODk5IDQuNTEwMjdDNS40NTcyMiA0LjUxMDI3IDUuMTI5NDQgNC42NDYwNCA0Ljg4Nzc3IDQuODg3NzJDNC42NDYxIDUuMTI5MzkgNC41MTAzMyA1LjQ1NzE2IDQuNTEwMzMgNS43OTg5NEM0LjUxMDMzIDYuMTQwNzEgNC42NDYxIDYuNDY4NDkgNC44ODc3NyA2LjcxMDE2QzUuMTI5NDQgNi45NTE4MyA1LjQ1NzIyIDcuMDg3NiA1Ljc5ODk5IDcuMDg3NloiIGZpbGw9IiM4RDhEQTUiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 0;
  margin-top: -0.0625rem;
  margin-right: 0.625rem;
  opacity: 0.4;
}

.pac-container .pac-matched {
  font-weight: 600;
  color: #102649;
}

.box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 6px;
  background-color: #fff;
  color: #4a4f55;
  padding: 1.875rem;
}

.box__title {
  margin-bottom: 1.875rem;
  margin-right: auto;
}

.box__title:not(:first-child) {
  margin-top: 1.875rem;
}

.box__title:before {
  left: 0;
  -webkit-transform: initial;
  transform: initial;
}

.box__button {
  margin-top: 1.875rem;
}

.box--bordered {
  border: 1px solid #dcdddf;
}

.box--small {
  padding: 1.25rem 0.9375rem;
}

.box--small .box__title {
  margin-bottom: 1.5rem;
}

.box--background-gray {
  background-color: #f6f6f6;
}

.social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -0.4375rem;
  list-style: none;
  padding: 0;
}

.social__item {
  padding: 0.4375rem;
}

.social__item-link {
  transition-duration: 0.3s;
  transition-property: background-color, color;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  font-size: 1rem;
  color: #7b6660;
  background-color: #fffbf9;
}

.social__item-link:hover {
  background-color: #7b6660;
  color: #fff;
}

.social--inline {
  margin: 0;
}

.social--inline .social__item {
  padding: 0;
}

.social--inline .social__item+.social__item {
  margin-left: 1.25rem;
}

.social--inline .social__item-link {
  width: auto;
  height: auto;
  border-radius: initial;
  background-color: initial;
  font-size: 1.5rem;
}

.social--inline .social__item-link:hover {
  background-color: initial;
  color: #7b6660;
}

.social--bordered .social__item-link {
  background-color: transparent;
  border: 1px solid #dcdddf;
  border-radius: 0;
}

.social--bordered .social__item-link:hover {
  background-color: #7b6660;
  border-color: transparent;
}

.slider {
  min-width: 0;
  position: relative;
}

.slider__navigations {
  display: -ms-flexbox;
  display: flex;
}

.slider__navigations .slider__navigation:not(:first-child) {
  margin-left: 0.5rem;
}

.slider__navigation {
  transition-duration: 0.3s;
  transition-property: background-color, color, opacity;
  width: 2.5rem;
  height: 2.5rem;
  background-color: transparent;
  color: #4a4f55;
  font-size: 1.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.slider__navigation:hover {
  background-color: #fff;
  color: #523126;
}

.slider__navigation--disabled,
.slider__navigation[disabled] {
  background-color: transparent;
  color: #4a4f55;
  opacity: 0.4;
  cursor: not-allowed;
}

.slider__pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -0.25rem -0.5rem;
  padding-top: 1.875rem;
}

.slider__pagination-item {
  transition-duration: 0.3s;
  transition-property: background-color, color, opacity;
  width: 0.75rem;
  height: 0.75rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #333;
  cursor: pointer;
  margin: 0.25rem 0.5rem;
  opacity: 0.6;
}

.slider__pagination-item--active {
  background-color: #7b6660;
  opacity: 1;
}

.slider__pagination-item--number {
  width: 1.625rem;
  height: 1.625rem;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.8125rem;
  font-weight: 600;
}

.slider__navigation:not(.is-show),
.slider__pagination:not(.is-show) {
  display: none;
}

.slider__scrollbar {
  background-color: rgba(82, 49, 38, 0.15);
  position: relative;
  border-radius: 0.625rem;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden;
}

.slider__scrollbar-drag {
  width: 100%;
  height: 0.1875rem;
  background-color: #523126;
  cursor: move;
}

.slider__controls {
  margin-top: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: 2.5rem;
}

.slider__controls .slider__navigations {
  margin-left: 1rem;
}

.slider__container:not(.swiper-container-initialized) .slider__wrapper {
  margin: -0.625rem;
  width: initial;
}

.slider__container:not(.swiper-container-initialized) .slider__item {
  padding: 0.625rem;
  box-sizing: border-box;
}

.slider__container.swiper-container-autoheight .slider__dots {
  margin-top: 1.875rem;
  margin-bottom: 0;
}

.slider__wrapper {
  height: initial;
}

.slider__item {
  height: initial;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.slider__item>* {
  box-sizing: border-box;
}

.slider[data-slider-grid="auto"]:not([data-slider-grid-md]):not([data-slider-grid-lg]) .slider__container {
  overflow: visible;
}

.slider[data-slider-grid="auto"]:not([data-slider-grid-md]):not([data-slider-grid-lg]) .slider__item {
  width: 15rem;
}

.slider[data-slider-grid="auto"]:not([data-slider-grid-md]):not([data-slider-grid-lg]) .slider__container:not(.swiper-container-initialized) .slider__wrapper {
  margin: -0.625rem;
}

.slider[data-slider-grid="auto"]:not([data-slider-grid-md]):not([data-slider-grid-lg]) .slider__container:not(.swiper-container-initialized) .slider__item {
  box-sizing: content-box;
  padding: 0.625rem;
}

.slider[data-slider-grid="auto"].slider--card-large:not([data-slider-grid-md]):not([data-slider-grid-lg]) .slider__item {
  width: 15rem;
}

.slider--overlay .slider__spinner {
  color: #fff;
}

.slider--overlay .slider__navigation {
  width: 2.75rem;
  height: 2.75rem;
  font-size: 1.25rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 8;
  background-color: rgba(27, 27, 27, 0.5);
  color: #fff;
}

    .slider--overlay .slider__navigation:not(.slider__navigation--disabled):hover {
        background-color: #6e1b00;
    }

.slider--overlay .slider__navigation--prev {
  left: 10px;
  border-radius: 50%;
}

.slider--overlay .slider__navigation--next {
  right: 10px;
  border-radius: 50%;
}

.slider--overlay .slider__pagination {
  bottom: 1rem;
  position: absolute;
  z-index: 5;
  left: 50%;
  padding-top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0;
}

.slider--overlay .slider__content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slider--visible .slider__container {
  overflow: visible;
}

.slider--news {
  border-radius: 0.375rem;
  overflow: hidden;
}

.slider--news .slider__content {
  bottom: 4.5rem;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 1rem;
  max-width: calc(100% - (16px * 2));
  color: #fff;
  width: auto;
  height: auto;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 1.25rem;
  border-radius: 0.375rem;
}

.slider--news .slider__title {
  font-size: 0.875rem;
}

.slider--news .slider__date,
.slider--news .slider__title {
  color: #fff;
}

.slider--news .slider__date {
  opacity: 0.8;
  margin-top: 0.3125rem;
}

.slider--news .slider__pagination {
  margin: -0.4375rem;
}

.slider--news .slider__pagination-item {
  border-radius: 0.25rem;
  padding: 0.4375rem;
}

.slider--thumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.slider--thumb .slider__container {
  width: 100%;
  height: 100%;
}

.slider--thumb .slider__wrapper {
  height: 100%;
}

.slider--thumb .slider__main {
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  position: relative;
  border-radius: 0.375rem;
  overflow: hidden;
}

.slider--thumb .slider__thumb {
  margin-top: 0.625rem;
}

.slider--thumb .slider__thumb .slider__item {
  transition-duration: 0.3s;
  transition-property: opacity;
  cursor: pointer;
  border-radius: 0.1875rem;
  overflow: hidden;
}

.slider--thumb .slider__thumb .slider__item:not(.is-active) {
  opacity: 0.6;
}

.whatsapp {
  bottom: 1rem;
  right: 1rem;
  position: fixed;
  z-index: 100;
}

.whatsapp__toggle {
  transition-duration: 0.3s;
  transition-property: background-color, color, box-shadow;
  width: 3.125rem;
  height: 3.125rem;
  font-size: 1.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #25d366;
  color: #fff;
  box-shadow: 0 36px 55px rgba(0, 0, 0, 0.12);
}

.whatsapp__toggle:hover {
  box-shadow: 0 0 0 transparent;
  background-color: #36dc74;
}

.whatsapp__list {
  transition-duration: 0.3s;
  transition-property: transform, opacity, visibility, -webkit-transform;
  position: absolute;
  right: 0;
  bottom: 100%;
  background-color: #fff;
  padding: 1rem;
  border-radius: 0.375rem;
  box-shadow: 0 36px 55px rgba(0, 0, 0, 0.12);
  font-size: 0.8125rem;
  max-width: calc(100vw - 32px);
  width: 20rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.whatsapp__list-link {
  transition-duration: 0.3s;
  transition-property: background-color, color;
  display: -ms-flexbox;
  display: flex;
  padding: 0.625rem 0.75rem;
  border-radius: 0.25rem;
  color: #4a4f55;
  font-weight: 500;
}

.whatsapp__list-link-icon {
  transition-duration: 0.3s;
  transition-property: color;
  font-size: 1.25rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.625rem;
  color: #25d366;
}

.whatsapp__list-link:hover {
  background-color: #faece5;
  color: #7b6660;
}

.whatsapp.is-active .whatsapp__list {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-16px);
  transform: translateY(-16px);
  pointer-events: auto;
}

.button-scroll-top {
  transition-duration: 0.3s;
  transition-property: opacity, visibility, transform, background-color, color,
    -webkit-transform;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #7b6660;
  color: #fff;
  box-shadow: 0 24px 36px rgba(156, 161, 171, 0.08);
  border-radius: 6.25rem;
  position: fixed;
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  padding: 0;
  width: 3.125rem;
  height: 3.125rem;
  font-size: 1.25rem;
  bottom: 1rem;
  right: 1rem;
}

.button-scroll-top__icon {
  transition-duration: 0.4s;
  transition-property: transform, color, -webkit-transform;
  margin: 0;
}

.button-scroll-top:hover {
  background-color: #6f1d1f;
  color: #fff;
  box-shadow: 0 0 0 transparent;
}

.button-scroll-top:hover .button-scroll-top__icon {
  -webkit-animation: 1s infinite slideArrow;
  animation: 1s infinite slideArrow;
}

.button-scroll-top.is-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@-webkit-keyframes slideArrow {

  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

@keyframes slideArrow {

  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

.layout {
  min-height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__header {
  transition-duration: 0.3s;
  transition-property: transform, box-shadow, background-color,
    -webkit-transform;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  z-index: 50;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__header.is-hide,
.layout__header.is-sticky {
  position: fixed;
}

.layout__header.is-hide .navbar,
.layout__header.is-sticky .navbar {
  background-color: #fff;
  border-bottom-color: transparent;
}

.layout__header.is-hide .navbar__container,
.layout__header.is-sticky .navbar__container {
  background-color: #fff;
}

.layout__header.is-hide {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.layout__header.is-sticky {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  box-shadow: 0 24px 42px rgba(0, 0, 0, 0.08);
}

.layout__header--transparent {
  background-image: linear-gradient(to bottom,
      #727272 0,
      rgba(255, 255, 255, 0) 100%);
}

.layout__header--transparent .navbar__container {
  background-color: transparent !important;
}

.layout__header--transparent:not(.is-hide):not(.is-sticky) .navbar {
  background-color: transparent;
}

.layout__header--transparent:not(.is-hide):not(.is-sticky) .navbar__menu-link:not(.navbar__menu-link--light),
.layout__header--transparent:not(.is-hide):not(.is-sticky) .navbar__menu-link:not(.navbar__menu-link--light):hover {
  color: #fff;
}

.layout__header--transparent+.layout__body {
  margin-top: 0 !important;
}

.layout__body {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.layout__footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.layout__header+.layout__body {
  margin-top: 4.5rem;
}

.layout--product .container {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.layout--homepage .navbar {
  height: 4.5rem;
}

.layout--homepage .layout__header+.layout__body {
  margin-top: 4.5rem;
}

.layout--homepage .layout__header+.layout__body>.hero:first-child {
  margin-top: -4.5rem;
  padding-top: 4.5rem;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 95.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.product {
  transition-duration: 0.6s;
  transition-property: max-height, opacity, visibility, background-color,
    margin-top;
  background-color: #f8f8f4;
  color: #000;
  position: relative;
  z-index: 2;
}

.product__navbar {
  transition-duration: 0.3s;
  transition-property: opacity, visibility;
  height: 100vh;
}

.product__navbar-container {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: fixed;
  min-height: 30%;
  width: 100%;
  top: 0;
  left: 0;
  color: #fff;
  z-index: 2;
}

.product__navbar-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #7b6660;
  opacity: 0.8;
}

.product__navbar.is-hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.product__logo-title {
  color: black;
  font-weight: 700;
  text-transform: uppercase;
}

.product__logo-caption {
  font-size: 0.875rem;
  margin-top: 0.5rem;
  opacity: 0.9;
}

.product__logo-caption {
  color: black !important;
}

.product__menu {
  font-size: 0.8125rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.product__menu-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.product__menu-item:not(:first-child) {
  margin-top: 0.125rem;
}

.product__menu-link {
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  text-align: right;
  position: relative;
  padding: 0.125rem 0;
}

.product__menu-link::after {
  transition-duration: 0.3s;
  transition-property: transform, opacity, -webkit-transform;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

.product__menu-link:hover {
  color: #fff;
}

.product__menu-link:hover::after {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.product__hamburger {
  transition-duration: 0.3s;
  transition-property: background-color;
}

.product__hamburger .hamburger-button__icon,
.product__hamburger .hamburger-button__wrapper:after,
.product__hamburger .hamburger-button__wrapper:before {
  background-color: #fff;
}

.product__progress {
  transition-duration: 0.3s;
  transition-property: background-color, height;
  position: fixed;
  height: 0.375rem;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  background-color: #7b6660;
}

.product__navbar:not(.is-hide)+.product__progress {
  background-color: rgba(255, 255, 255, 0.3) !important;
}

.product__content {
  padding-top: 6.15em;
  padding-bottom: 6.15em;
  line-height: 2;
}

.product__content h1,
.product__content h2,
.product__content h3,
.product__content h4,
.product__content h5,
.product__content h6 {
  font-family: Gilroy, sans-serif;
  color: #000;
}

.product__content h2 {
  margin-top: 6.15rem;
  margin-bottom: 1.6875rem;
  text-transform: uppercase;
  font-size: 1.25rem;
  letter-spacing: 0.005rem;
  line-height: 1.17;
}

.product__row {
  margin: -0.4375rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product__column {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0.4375rem;
}

.product__image {
  transition-duration: 0.3s;
  transition-property: transform, bottom, -webkit-transform;
  position: fixed;
  width: 100%;
  bottom: 100%;
  -webkit-transform: translateY(18.75rem);
  transform: translateY(18.75rem);
  left: 0;
  z-index: 5;
  pointer-events: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product__image-wrapper {
  position: relative;
}

.product__image-base {
  height: 6.25rem;
  visibility: hidden;
}

.product__image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.product__image-layer--cover {
  z-index: 3;
}

.product__image-layer--inner-multiple {
  opacity: 0;
}

.product__image-layer-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.product__image-layer-group-item--cover-right {
  margin-left: -4%;
}

.product__image-layer-group-item--piece {
  margin-left: -10%;
  margin-top: 8%;
}

.product__image-layer-group-item .product__image-item {
  position: initial;
}

.product__image-item {
  height: 6.25rem;
  position: absolute;
  top: 0;
  display: block;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.product__image-item--cover-left {
  transition-duration: 0.5s;
  transition-property: left, opacity, transform, -webkit-transform;
}

.product__image-item--cover-right {
  transition-duration: 0.5s;
  transition-property: opacity, transform, visibility, -webkit-transform;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  cursor: pointer;
  pointer-events: auto;
}

.product__image-item--inner {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.product__image-item--inner-half {
  left: 0;
}

.product__image-item--inner-piece {
  transition-duration: 0.5s;
  transition-property: transform, opacity, -webkit-transform;
  right: 0;
  -webkit-transform: scale(0.7) rotate(-15deg);
  transform: scale(0.7) rotate(-15deg);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

.product__image-item--smoke {
  top: 0;
  right: 5%;
  -webkit-transform: scale(1) rotate(30deg);
  transform: scale(1) rotate(30deg);
  position: absolute !important;
}

.product__image.is-tearing .product__image-layer-group-item--cover-left {
  transition-duration: 0.5s;
  transition-property: transform, -webkit-transform;
  -webkit-transform: translateX(-10%);
  transform: translateX(-10%);
}

.product__image.is-tearing .product__image-item--cover-right {
  -webkit-transform: rotate(35deg) translateX(100vw);
  transform: rotate(35deg) translateX(100vw);
}

.product__image.is-completed .product__image-layer--inner {
  opacity: 0;
}

.product__image.is-completed .product__image-layer--inner-multiple {
  opacity: 1;
}

.product__image.is-completed .product__image-item--inner-piece {
  -webkit-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}

.product__image.is-completed .product__image-item--smoke {
  transition-duration: 0.8s;
  transition-property: transform, opacity, visibility, -webkit-transform;
  -webkit-transform: scale(2) rotate(0);
  transform: scale(2) rotate(0);
}

.product__image.is-finished {
  bottom: calc(30vh + 50px);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.product__image.is-finished--bottom {
  bottom: 3.125rem;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.product__divider {
  height: 6.25rem;
}

.product__pattern {
  transition-duration: 0.3s;
  transition-property: opacity, visibility;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product__pattern-item {
  position: absolute;
  bottom: -100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  opacity: 0.4;
}

.product__pattern-item:nth-child(1) {
  left: 91%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-transform: scale(-0.3) rotate(184deg);
  transform: scale(-0.3) rotate(184deg);
  z-index: -6;
  -webkit-filter: blur(-5px);
  filter: blur(-5px);
}

@-webkit-keyframes raise1 {
  to {
    bottom: 150vh;
    -webkit-transform: scale(-0.3) rotate(11deg);
    transform: scale(-0.3) rotate(11deg);
  }
}

@keyframes raise1 {
  to {
    bottom: 150vh;
    -webkit-transform: scale(-0.3) rotate(11deg);
    transform: scale(-0.3) rotate(11deg);
  }
}

.product__pattern-item:nth-child(2) {
  left: 45%;
  -webkit-animation-delay: -3s;
  animation-delay: -3s;
  -webkit-transform: scale(0) rotate(251deg);
  transform: scale(0) rotate(251deg);
  z-index: -5;
  -webkit-filter: blur(-4px);
  filter: blur(-4px);
}

@-webkit-keyframes raise2 {
  to {
    bottom: 150vh;
    -webkit-transform: scale(0) rotate(142deg);
    transform: scale(0) rotate(142deg);
  }
}

@keyframes raise2 {
  to {
    bottom: 150vh;
    -webkit-transform: scale(0) rotate(142deg);
    transform: scale(0) rotate(142deg);
  }
}

.product__pattern-item:nth-child(3) {
  left: 17%;
  -webkit-animation-delay: -4s;
  animation-delay: -4s;
  -webkit-transform: scale(0.3) rotate(41deg);
  transform: scale(0.3) rotate(41deg);
  z-index: -4;
  -webkit-filter: blur(-3px);
  filter: blur(-3px);
}

@-webkit-keyframes raise3 {
  to {
    bottom: 150vh;
    -webkit-transform: scale(0.3) rotate(248deg);
    transform: scale(0.3) rotate(248deg);
  }
}

@keyframes raise3 {
  to {
    bottom: 150vh;
    -webkit-transform: scale(0.3) rotate(248deg);
    transform: scale(0.3) rotate(248deg);
  }
}

.product__pattern-item:nth-child(4) {
  left: 88%;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  -webkit-transform: scale(0.6) rotate(330deg);
  transform: scale(0.6) rotate(330deg);
  z-index: -3;
  -webkit-filter: blur(-2px);
  filter: blur(-2px);
}

@-webkit-keyframes raise4 {
  to {
    bottom: 150vh;
    -webkit-transform: scale(0.6) rotate(215deg);
    transform: scale(0.6) rotate(215deg);
  }
}

@keyframes raise4 {
  to {
    bottom: 150vh;
    -webkit-transform: scale(0.6) rotate(215deg);
    transform: scale(0.6) rotate(215deg);
  }
}

.product__pattern-item:nth-child(5) {
  left: 34%;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
  -webkit-transform: scale(0.9) rotate(171deg);
  transform: scale(0.9) rotate(171deg);
  z-index: -2;
  -webkit-filter: blur(-1px);
  filter: blur(-1px);
}

@-webkit-keyframes raise5 {
  to {
    bottom: 150vh;
    -webkit-transform: scale(0.9) rotate(16deg);
    transform: scale(0.9) rotate(16deg);
  }
}

@keyframes raise5 {
  to {
    bottom: 150vh;
    -webkit-transform: scale(0.9) rotate(16deg);
    transform: scale(0.9) rotate(16deg);
  }
}

.product__pattern-item:nth-child(6) {
  left: 86%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-transform: scale(1.2) rotate(211deg);
  transform: scale(1.2) rotate(211deg);
  z-index: -1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

@-webkit-keyframes raise6 {
  to {
    bottom: 150vh;
    -webkit-transform: scale(1.2) rotate(178deg);
    transform: scale(1.2) rotate(178deg);
  }
}

@keyframes raise6 {
  to {
    bottom: 150vh;
    -webkit-transform: scale(1.2) rotate(178deg);
    transform: scale(1.2) rotate(178deg);
  }
}

.product__pattern-item:nth-child(7) {
  left: 48%;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
  -webkit-transform: scale(1.5) rotate(287deg);
  transform: scale(1.5) rotate(287deg);
  z-index: 0;
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

@-webkit-keyframes raise7 {
  to {
    bottom: 150vh;
    -webkit-transform: scale(1.5) rotate(349deg);
    transform: scale(1.5) rotate(349deg);
  }
}

@keyframes raise7 {
  to {
    bottom: 150vh;
    -webkit-transform: scale(1.5) rotate(349deg);
    transform: scale(1.5) rotate(349deg);
  }
}

.product__pattern-item:nth-child(8) {
  left: 56%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-transform: scale(1.8) rotate(102deg);
  transform: scale(1.8) rotate(102deg);
  z-index: 1;
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

@-webkit-keyframes raise8 {
  to {
    bottom: 150vh;
    -webkit-transform: scale(1.8) rotate(326deg);
    transform: scale(1.8) rotate(326deg);
  }
}

@keyframes raise8 {
  to {
    bottom: 150vh;
    -webkit-transform: scale(1.8) rotate(326deg);
    transform: scale(1.8) rotate(326deg);
  }
}

.product__pattern-item:nth-child(9) {
  left: 28%;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
  -webkit-transform: scale(2.1) rotate(328deg);
  transform: scale(2.1) rotate(328deg);
  z-index: 2;
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

@-webkit-keyframes raise9 {
  to {
    bottom: 150vh;
    -webkit-transform: scale(2.1) rotate(114deg);
    transform: scale(2.1) rotate(114deg);
  }
}

@keyframes raise9 {
  to {
    bottom: 150vh;
    -webkit-transform: scale(2.1) rotate(114deg);
    transform: scale(2.1) rotate(114deg);
  }
}

.product__pattern-item:nth-child(10) {
  left: 45%;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  -webkit-transform: scale(2.4) rotate(9deg);
  transform: scale(2.4) rotate(9deg);
  z-index: 3;
  -webkit-filter: blur(4px);
  filter: blur(4px);
}

@-webkit-keyframes raise10 {
  to {
    bottom: 150vh;
    -webkit-transform: scale(2.4) rotate(269deg);
    transform: scale(2.4) rotate(269deg);
  }
}

@keyframes raise10 {
  to {
    bottom: 150vh;
    -webkit-transform: scale(2.4) rotate(269deg);
    transform: scale(2.4) rotate(269deg);
  }
}

.product__pattern.is-hide {
  opacity: 0;
  visibility: hidden;
}

.product--navigation {
  position: relative;
  max-height: 30vh;
  overflow: hidden;
  color: #fff;
  cursor: pointer;
}

.product--navigation .product__image {
  bottom: 100%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  position: absolute;
}

.product--navigation .product__category,
.product--navigation .product__content,
.product--navigation .product__divider,
.product--navigation .product__hero,
.product--navigation .product__navbar,
.product--navigation .product__pattern,
.product--navigation .product__progress {
  transition-duration: 0.3s;
  transition-property: opacity, visibility;
  opacity: 0;
  visibility: hidden;
}

.product--navigation:hover .product__image {
  transition-duration: 0.5s;
  transition-property: transform, -webkit-transform;
  -webkit-transform: translateY(60%);
  transform: translateY(60%);
}

.product.is-hide .product__category,
.product.is-hide .product__content,
.product.is-hide .product__divider,
.product.is-hide .product__hero,
.product.is-hide .product__image,
.product.is-hide .product__navbar,
.product.is-hide .product__pattern,
.product.is-hide .product__progress {
  transition-duration: 0.3s;
  transition-property: opacity, visibility;
  opacity: 0;
  visibility: hidden;
}

.navbar {
  transition-duration: 0.3s;
  transition-property: background-color, color, height;
  height: 4.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.navbar__container {
  transition-duration: 0.3s;
  transition-property: background-color;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
}

.navbar__logo {
  min-width: 5.375rem;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
}

.navbar__logo-image {
  height: 2.5rem;
  transition-duration: 0.3s;
  transition-property: height;
  width: auto;
}

.navbar__menu {
  min-height: 2.75rem;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.navbar__menu--primary {
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-pack: center;
  justify-content: center;
}

.navbar__menu--language {
  margin-left: auto;
}

.navbar__menu-item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
}

.navbar__menu-item+.navbar__menu-item {
  margin-left: 0.9375rem;
}

.navbar__menu-link {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.875rem;
  position: relative;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.navbar__menu-link--active,
.navbar__menu-link.is-active {
  color: #7b6660;
}

.navbar__menu-link-icon {
  transition-duration: 0.3s;
  transition-property: opacity, transform, -webkit-transform;
  margin-left: 0.25rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  opacity: 0.8;
}

.navbar__menu-dropdown {
  transition-duration: 0.4s;
  transition-property: transform, opacity, visibility, -webkit-transform;
  position: absolute;
  width: 18.125rem;
  background-color: #fff;
  padding: 0.625rem;
  border-radius: 0.375rem;
  top: 100%;
  left: 0;
  box-shadow: 0 36px 55px rgba(0, 0, 0, 0.12);
  font-size: 0.875rem;
  margin-top: 0.875rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(0.9375rem);
  transform: translateY(0.9375rem);
}

.navbar__menu-dropdown::before {
  content: "";
  width: 100%;
  height: 1.8125rem;
  bottom: 100%;
  left: 0;
  position: absolute;
}

.navbar__menu-dropdown-link {
  transition-duration: 0.3s;
  transition-property: background-color, color;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem 1.25rem;
  min-height: 3.125rem;
  border-radius: 0.1875rem;
  font-weight: 500;
}

.navbar__menu-dropdown-link:hover {
  background-color: #f6f6f6;
  color: #523126;
}

.navbar__menu-item:hover .navbar__menu-link {
  color: #853d26b0;
}

.navbar__menu-item:hover .navbar__menu-link-icon {
  opacity: 1;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.navbar__menu-item:hover .navbar__menu-dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  pointer-events: auto;
}

.navbar__menu--language .navbar__menu-link {
  color: rgba(33, 43, 54, 0.51);
  background-color: #faece5;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  border-radius: 0.375rem;
  min-width: 4.375rem;
}

.navbar__menu--language .navbar__menu-link--active {
  color: #853d26b0;
}

.navbar__menu--language .navbar__menu-link:hover {
  color: #853d26b0;
}

.navbar__menu--language .navbar__menu-dropdown {
  left: initial;
  right: 0;
  width: 100%;
}

.navbar__menu--language .navbar__menu-dropdown-link {
  padding-left: 0.625rem;
  padding-right: 0.3125rem;
  min-height: 2.5rem;
}

.navbar__search {
  min-height: 2.75rem;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

.navbar__search:not(:last-child) {
  margin-right: 0.75rem;
}

.navbar__search-toggle {
  display: -ms-flexbox;
  display: flex;

  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.5rem;
  min-width: 100%;
  padding: 1rem;
  border-radius: 50%;
  color: #7b6660;
}

.navbar__search-dropdown {
  position: absolute;
  right: 0;
  left: initial;
  width: 20rem;
}

.navbar__search.is-active .navbar__search-dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  pointer-events: auto;
}

.hero {
  background-color: #fffbf9;
  position: relative;
  z-index: 2;
}

.hero__background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  z-index: -1;
}

.hero__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.hero__image {
  width: 43.177083333333336%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #7b6660;
  overflow: hidden;
}

.hero__button {
  position: absolute;
  z-index: 15;
  left: 12.5rem;
  bottom: 2.5rem;
}

.hero__image-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.hero__image-pattern {
  position: absolute;
  display: block;
  top: 0;
  left: -15.625rem;
}

.hero__image-pattern:not(.hero__image-pattern--full) {
  opacity: 0.3;
}

@supports (mix-blend-mode: multiply) {
  .hero__image-pattern:not(.hero__image-pattern--full) {
    mix-blend-mode: multiply;
    opacity: 1;
  }
}

.hero__image-pattern--full {
  opacity: 1;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero__image-text {
  right: 1.25rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 3;
  margin-top: 15%;
}

.hero__content {
  max-width: 25rem;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 9999;
}

.hero__content-text {
  position: relative;
}

.hero__content-text-item--back {
  color: #eab448;
  -webkit-text-fill-color: #eab448;
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: #eab448;
}

.hero__content-text-item--front {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  color: #eab448;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000;
}

.hero__shapes {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.hero__shapes-item {
  position: absolute;
  width: 100%;
  height: 100%;
}

.hero__shapes-item img {
  position: absolute;
}

.hero__shapes-item--1 {
  z-index: 7;
}

.hero__shapes-item--1 img {
  right: 1.25rem;
  left: 55.51162790697674%;
  bottom: 38.205128205128204%;
  -webkit-animation: 2s infinite shapemoveUp;
  animation: 2s infinite shapemoveUp;
}

.hero__shapes-item--2 img {
  left: 43.81395348837209%;
  bottom: 35.256410256410255%;
  -webkit-animation: 2s infinite shapemoveDown;
  animation: 2s infinite shapemoveDown;
}

.hero__shapes-item--3 {
  z-index: 6;
}

.hero__shapes-item--3 img {
  left: 53.58139534883721%;
  bottom: 20.384615384615383%;
  -webkit-animation: 2s infinite shapemoveUp;
  animation: 2s infinite shapemoveUp;
}

.hero__shapes-item--4 img {
  left: 41.895348837209305%;
  bottom: 1.6666666666666667%;
  -webkit-animation: 2s infinite shapemoveDown;
  animation: 2s infinite shapemoveDown;
}

@-webkit-keyframes shapemoveUp {

  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  50% {
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes shapemoveUp {

  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  50% {
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@-webkit-keyframes shapemoveDown {

  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  50% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes shapemoveDown {

  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  50% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.cover {
    background-color: #6e1b00;
    background-repeat: repeat;
    background-position: 0 0;
    color: #fff;
}

.cover h1,
.cover h2,
.cover h3,
.cover h4,
.cover h5,
.cover h6 {
  color: inherit;
}

.cover__container {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background-color: #6e1b00;
}

.cover__title {
  text-align: center;
  text-transform: uppercase;
}

.section {
  background-repeat: repeat-y;
  background-size: cover;
  background-position: 50% 50%;
}

.section__container {
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: -ms-flexbox;
  display: flex;
}

.section__container--column {
  -ms-flex-direction: column;
  flex-direction: column;
}

.section__container--background {
  padding: 1.25rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-color: #fffbf9;
}

.section__title {
  margin-bottom: 1.5625rem;
  margin-left: auto;
  margin-right: auto;
  font-family: "Charm", cursive !important;
}

.section__header {
  margin-bottom: 1.5625rem;
  display: -ms-flexbox;
  display: flex;
}

.section__header-title {
  margin-bottom: 0 !important;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: initial;
}

.section__header-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section__header-buttons-item {
  margin: 0.3125rem;
}

.section__header-buttons-item:not(.active) {
  opacity: 0.3;
}

.section__header-buttons-item:not(.active):hover {
  opacity: 1;
}

.section__image {
  margin-right: 2.5rem;
  margin-bottom: 3.125rem;
  position: relative;
  z-index: 2;
}

.section__image-background {
  border-radius: 10px;
  line-height: 0;
}

.section__image-logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section__image-logo-item {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
  -webkit-filter: drop-shadow(0 20px 20px rgba(0, 0, 0, 0.25));
}

.section__image-thumbs {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.section__image-thumbs-item {
  width: 160px;
  height: 95px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  margin: 0.625rem;
  border-radius: 15px;
  box-shadow: 0 56px 72px rgba(0, 0, 0, 0.04);
}

.section__image-thumbs-img {
  transition-duration: 0.3s;
  transition-property: transform, -webkit-transform;
  max-width: 90%;
  max-height: 60%;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}

.section__image-thumbs-item:hover .section__image-thumbs-img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.section__content {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.section__content .button {
  margin-top: 1rem;
  gap: 1rem;
  width: 200px;
}

.section--background-dark {
    background-color: #6e1b00;
}

.section--background-dark h1,
.section--background-dark h2,
.section--background-dark h3,
.section--background-dark h4,
.section--background-dark h5,
.section--background-dark h6 {
  color: #feece2;
}

.section--small .section__container,
.section--xsmall .section__container {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.section:not([class*=" section--background"])+.section:not([class*=" section--background"]) .section__container:not([class*=" section__container--background"]) {
  padding-top: initial;
}

.products__items {
  margin: -0.4375rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.products__items-col {
  padding: 0.4375rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  min-width: 0;
}

.clients__list {
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -0.625rem -1.25rem;
}

.clients__list-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 15px;
  padding: 0.625rem 1.25rem;
}

.clients__list-item:hover {
  background-color: rgba(0, 0, 0, 0.3);
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.07);
}

.clients__list-item:hover .clients__list-item-img {
  opacity: 1;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.clients__list-item-img {
  transition-duration: 0.3s;
  transition-property: opacity, transform, filter, -webkit-transform,
    -webkit-filter;
  -webkit-filter: invert(1%) sepia(1%) saturate(1%) hue-rotate(1deg) brightness(1000%) contrast(100%);
  filter: invert(1%) sepia(1%) saturate(1%) hue-rotate(1deg) brightness(1000%) contrast(100%);
}

.clients__list-item-img.is-loaded {
  opacity: 0.55;
}

.news__items {
  margin: -1.25rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news__items-col {
  padding: 1.25rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  min-width: 0;
}

.stats__title {
  margin-left: 0;
  margin-right: 0;
}

.stats__boxes {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 1.875rem;
}

.stats__boxes-item {
  padding: 0.625rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.stats__map {
  margin-bottom: 2rem;
  max-width: 54.75rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.stats:not(.stats--single) .stats__boxes {
  margin: -0.625rem;
}

.footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #fffbf9;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  border-top: 2px solid #7b6660;
  margin-top: 1.875rem;
}

.footer__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
}

.footer__logo {
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
}

.footer__logo-image {
  width: auto;
  height: 5rem;
}

.footer__menu {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.footer__menu--primary {
  margin-left: auto;
  margin-right: auto;
}

.footer__menu--social {
  margin-left: auto;
}

.footer__menu--social .footer__menu-link {
  font-size: 1rem;
}

.footer__menu-item+.footer__menu-item {
  margin-left: 0.9375rem;
}

.footer__menu-link {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.875rem;
}

.footer__menu-link--active {
  color: #523126;
}

.page__container {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.page__container+.page__container {
  padding-top: 0;
}

.page__container .page__container {
  padding-top: 0;
  padding-bottom: 0;
}

.page__container--small {
  padding-top: 2rem;
}

.page__sidebar .checkbox+.checkbox,
.page__sidebar .checkbox+.radio,
.page__sidebar .radio+.checkbox,
.page__sidebar .radio+.radio {
  margin-top: 0.5rem;
}

.page__sidebar .checkbox,
.page__sidebar .checkbox label,
.page__sidebar .radio,
.page__sidebar .radio label {
  cursor: pointer;
}

.page__sidebar-title {
  margin-bottom: 1.25rem;
}

.page__sidebar-column-title {
  margin-bottom: 1rem;
}

.page__sidebar-column-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page__sidebar-column-content--hidden {
  overflow: hidden;
}

.page__sidebar-column+.page__sidebar-column {
  margin-top: 1.5rem;
}

.page__sidebar-inputs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -0.25rem;
}

.page__sidebar-inputs-item {
  margin: 0.25rem !important;
}

.page__sidebar-input {
  height: 2.5rem;
  padding: 0.5rem 0.9375rem 0.5625rem;
}

.page__featured-image {
  margin-bottom: 2rem;
}

.page__featured-image-item {
  width: 100%;
  max-width: 100%;
  border-radius: 6px;
}

.page__content {
  min-width: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.page__header,
.page__title {
  margin-bottom: 1.5rem;
}

.page__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page__header .page__title {
  margin-bottom: 0;
}

.page__header-date {
  margin-top: 0.75rem;
}

.page__filter {
  background-color: #f6f6f6;
  border-radius: 6px;
  padding: 0.9375rem 1.25rem;
  margin-bottom: 1.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page__filter-input {
  min-height: 2.5rem;
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
}

.page__filter .select:not(.SumoUnder) {
  width: auto;
  height: 2.5rem;
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
}

.page__filter-select {
  width: auto;
}

.page__filter-select .SelectBox {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  line-height: 2.5rem;
}

.page__filter-select .optWrapper>.options {
  padding: 0.625rem;
  max-height: 14.375rem;
}

.page__filter-label {
  margin-bottom: 0.625rem;
}

.page__menu {
  min-height: 3.125rem;
  display: -ms-flexbox;
  display: flex;
  background-color: #fffbf9;
  border-bottom: 1px solid #faece5;
}

.page__menu-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  overflow-y: hidden;
}

.page__menu-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page__menu-list::after {
  min-width: 1.5rem;
  content: "";
}

.page__menu-list-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.page__menu-list-item:not(:first-child) {
  margin-left: 1.5rem;
}

.page__menu-list-link {
  transition-duration: 0.3s;
  transition-property: opacity, color;
  white-space: nowrap;
  font-weight: 600;
  font-size: 0.875rem;
  color: #7b6660;
  padding: 0.375rem 0;
}

.page__menu-list-link:not(.is-active) {
  opacity: 0.7;
}

.page__menu-list-link:hover {
  opacity: 0.8;
}

.page__menu-list-link.is-active {
  pointer-events: none;
  position: relative;
}

.page__menu-list-link.is-active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: #7b6660;
}

.page:not([class*=" section--background"]):not(.page--columns)+.section:not([class*=" section--background"]) .section__container:not([class*=" section__container--background"]):not([class*=" section__container--bordered"]) {
  padding-top: initial;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 5;
  transition: opacity 0.5s ease-in-out;
}

.overlay__backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
}

.modal:not(.modal--mobile) {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  pointer-events: none;
  display: none;
  min-height: 0;
}

.modal__wrapper {
  transition-duration: 0.3s;
  transition-property: opacity, visibility, transform, -webkit-transform;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: none;
  height: 100%;
  max-height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}

.modal__container {
  width: 100%;
  max-height: 100%;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 9999;
  pointer-events: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1.5rem;
}

.modal__overlay {
  transition-duration: 0.3s;
  transition-property: opacity, visibility;
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1 !important;
  opacity: 0;
  visibility: hidden;
  display: none;
}

.modal__overlay:not([data-modal-close]) {
  pointer-events: none;
}

.modal__close {
  transition-duration: 0.3s;
  transition-property: color;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  color: #333;
  font-size: 2rem;
  top: 1.5rem;
  right: 1.5rem;
}

.modal__close:hover {
  color: #7b6660;
}

.modal__title {
  margin-bottom: 1.5rem;
}

.modal__subtitle {
  text-transform: uppercase;
  color: #b3b3b3;
  margin-top: 0.25rem;
}

@supports (position: sticky) {
  .modal__sticky-title {
    background-color: #fff;
    z-index: 10;
    position: sticky;
    top: 0;
    padding-bottom: 1rem;
    margin-bottom: 0;
  }
}

.modal__header {
  margin-bottom: 1.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  min-height: 2.75rem;
}

.modal__header .modal__title {
  margin-bottom: 0;
}

.modal__header--seperator {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #dcdddf;
}

.modal__header .modal__close {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.5rem;
}

.modal__content {
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0 -1.5rem;
  padding: 0 1.5rem;
}

.modal__bottom,
.modal__header {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal__bottom {
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.modal__bottom--seperator {
  border-top: 1px solid #dcdddf;
}

.modal__button {
  min-width: 10.25rem;
}

.modal__social {
  margin-left: auto;
  margin-right: auto;
}

.modal__lang {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1rem;
}

.modal__lang-item {
  transition-duration: 0.3s;
  transition-property: color, opacity;
  text-transform: uppercase;
  font-weight: 800;
  opacity: 0.4;
}

.modal__lang-item--active {
  color: #7b6660 !important;
  opacity: 1;
  pointer-events: none;
}

.modal__lang-item:hover {
  opacity: 1;
  color: #7b6660;
}

.modal__lang-item:not(:first-child) {
  margin-left: 1.5rem;
}

.modal--full .modal__wrapper {
  max-width: 100%;
  height: 100%;
  max-height: initial;
  margin: 0;
}

.modal--full .modal__container {
  border-radius: 0;
  height: 100%;
}

.modal--full.modal--side .modal__close {
  font-size: 2rem;
}

.modal--menu .modal__container {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.modal--menu .modal__overlay-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}

.modal--menu .modal__header {
  margin-bottom: 1.5rem;
}

.modal--menu .modal__bottom {
  margin-top: 0;
  padding-bottom: 0;
}

.modal--show,
.modal--show .modal__overlay,
.modal.is-show,
.modal.is-show .modal__overlay {
  display: block !important;
}

.modal--opened,
.modal.is-opened {
  pointer-events: auto !important;
}

.modal--opened .modal__overlay,
.modal.is-opened .modal__overlay {
  opacity: 1 !important;
  visibility: visible !important;
}

.modal--opened .modal__wrapper,
.modal.is-opened .modal__wrapper {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: translateY(0) scale(1) !important;
  transform: translateY(0) scale(1) !important;
}

.modal--opened .modal__container,
.modal.is-opened .modal__container {
  pointer-events: auto !important;
}

.modal--opened.modal--side .modal__wrapper,
.modal.is-opened.modal--side .modal__wrapper {
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
}

.menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 0.875rem;
}

.menu__item {
  position: relative;
}

.menu__item:not(:first-child) {
  margin-top: 0.5rem;
}

.menu__toggle {
  min-height: 1.875rem;
  padding-left: 2.8125rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.menu__link {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.menu__toggle-icon {
  transition-duration: 0.3s;
  transition-property: transform, color, background-color, -webkit-transform;
  width: 1.875rem;
  height: 1.875rem;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #7b6660;
  background-color: #faece5;
  font-size: 1.25rem;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
}

.menu__dropdown {
  padding-left: 2.8125rem;
  transition-duration: 0.3s;
  transition-property: max-height, padding-top;
  max-height: 0;
  overflow: hidden;
  box-sizing: content-box;
}

.menu__dropdown-item {
  transition-duration: 0.35s;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: translateX(15px);
  transform: translateX(15px);
  opacity: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.menu__dropdown .menu__dropdown-item:nth-child(1) {
  transition-delay: 70ms;
}

.menu__dropdown .menu__dropdown-item:nth-child(2) {
  transition-delay: 0.14s;
}

.menu__dropdown .menu__dropdown-item:nth-child(3) {
  transition-delay: 0.21s;
}

.menu__dropdown .menu__dropdown-item:nth-child(4) {
  transition-delay: 0.28s;
}

.menu__dropdown .menu__dropdown-item:nth-child(5) {
  transition-delay: 0.35s;
}

.menu__dropdown .menu__dropdown-item:nth-child(6) {
  transition-delay: 0.42s;
}

.menu__dropdown .menu__dropdown-item:nth-child(7) {
  transition-delay: 0.49s;
}

.menu__dropdown .menu__dropdown-item:nth-child(8) {
  transition-delay: 0.56s;
}

.menu__dropdown .menu__dropdown-item:nth-child(9) {
  transition-delay: 0.63s;
}

.menu__dropdown .menu__dropdown-item:nth-child(10) {
  transition-delay: 0.7s;
}

.menu__dropdown-item:last-child {
  margin-bottom: 1rem;
}

.menu__dropdown-link {
  font-weight: 500;
  display: -ms-flexbox;
  display: flex;
  padding: 0.46875rem 0;
}

.menu__dropdown .menu__dropdown {
  padding-left: 1rem;
  max-height: initial;
}

.menu__dropdown .menu__dropdown .menu__dropdown-item:last-child {
  margin-bottom: 0;
}

.menu__dropdown .menu__dropdown .menu__dropdown-link {
  padding-left: 0.75rem;
  position: relative;
}

.menu__dropdown .menu__dropdown .menu__dropdown-link::before {
  transition-duration: 0.3s;
  transition-property: opacity, background-color;
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 50%;
  opacity: 0.5;
}

.menu__dropdown .menu__dropdown .menu__dropdown-link:hover::before {
  opacity: 1;
  background-color: #7b6660;
}

.menu__item.is-opened .menu__toggle-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.menu__item.is-opened .menu__dropdown-item {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.menu__item.is-active .menu__dropdown {
  max-height: initial;
}

.search__form {
  display: -ms-flexbox;
  display: flex;
}

.search__input {
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}

.search__input,
.search__submit {
  height: 2.5rem;
}

.search__submit {
  min-width: 2.75rem;
  min-height: 0;
  font-size: 1.25rem;
  padding: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: 0;
}

.search__results {
  position: relative;
}

.search__loader {
  position: initial;
  width: 2rem;
  height: 2rem;
  margin: 2rem auto;
}

.search__message {
  font-size: 0.8125rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.search__bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 0.75rem;
  margin-top: 0.75rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.search__list {
  font-size: 0.875rem;
  font-weight: 600;
}

.search__list-item:not(:first-child) {
  margin-top: 0.5rem;
}

.search__list-link {
  transition-duration: 0.3s;
  transition-property: background-color, color;
  display: -ms-flexbox;
  display: flex;
  padding: 0.75rem 1rem;
  background-color: #f6f6f6;
  border-radius: 0.25rem;
  color: #523126;
}

.search__list-link:hover {
  background-color: #faece5;
  color: #7b6660;
}

@media (min-width: 36rem) {
  .table__quantity {
    max-width: 3.75rem;
  }

  .section__image {
    margin-bottom: 5rem;
  }

  .page__header .page__title {
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 0.9375rem;
  }
}

@media (min-width: 48rem) {
  h1 {
    font-size: 2.625rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 1.875rem;
  }

  h4 {
    font-size: 1.5rem;
  }

  h5 {
    font-size: 1.375rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  .card--contact .card__title {
    margin-bottom: 0.75rem;
  }

  .card-stats {
    min-width: 256px;
    padding: 1.75rem;
  }

  .entry table td,
  .entry table th,
  .table td,
  .table th {
    padding: 0.5rem 1.875rem;
  }

  .entry table .button,
  .table .button {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .slider[data-slider-grid-md="2"] .slider__container:not(.swiper-container-initialized) .slider__item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    min-width: 0 !important;
    width: initial !important;
    box-sizing: border-box !important;
  }

  .slider[data-slider-grid-md="3"] .slider__container:not(.swiper-container-initialized) .slider__item {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    min-width: 0 !important;
    width: initial !important;
    box-sizing: border-box !important;
  }

  .slider[data-slider-grid-md="4"] .slider__container:not(.swiper-container-initialized) .slider__item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    min-width: 0 !important;
    width: initial !important;
    box-sizing: border-box !important;
  }

  .slider[data-slider-grid-md="5"] .slider__container:not(.swiper-container-initialized) .slider__item {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    min-width: 0 !important;
    width: initial !important;
    box-sizing: border-box !important;
  }

  .slider--news .slider__content {
    left: 5.5rem;
    max-width: calc(100% - (24px * 2) - (64px * 2));
  }

  .product__row {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .product__column {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .navbar__search {
    position: relative;
  }

  .news__items-col,
  .products__items-col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .stats__boxes {
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: initial;
  }

  .stats:not(.stats--single) {
    padding-bottom: 13.125rem;
  }

  .stats:not(.stats--single) .stats__boxes {
    margin-top: -6.25rem !important;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    bottom: -50%;
    position: relative;
  }

  .page__filter {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .page__filter-label {
    margin-right: 1.25rem;
    margin-bottom: 0;
  }

  .page__menu-list {
    -ms-flex-pack: center;
    justify-content: center;
  }

  .modal__wrapper {
    transition-duration: 0.4s;
    -webkit-transform: translateY(-30px) scale(0.9);
    transform: translateY(-30px) scale(0.9);
    max-width: 38.75rem;
    margin: 1.875rem auto;
    height: calc(100% - 60px);
    max-height: calc(100% - 60px);
  }

  .modal__container {
    border-radius: 1.5rem;
  }

  .modal--full.modal--side .modal__wrapper {
    max-width: 31.25rem;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    margin-left: auto;
  }

  .modal--full.modal--side--left .modal__wrapper {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    margin-right: auto;
    margin-left: 0;
  }

  .modal--menu .modal__wrapper {
    max-width: 22.5rem;
    margin-left: auto;
  }

  .modal--menu .modal__content {
    padding-right: 1.875rem;
  }

  .modal--menu .modal__content::-webkit-scrollbar {
    width: 3px;
    background-color: #1b1b1b;
  }

  .modal--menu .modal__content::-webkit-scrollbar-thumb {
    background-color: #b3b3b3;
    border: 3px solid transparent;
  }
}

@media screen and (min-width: 48rem) {
  .text-style--jumbo {
    font-size: calc(3.64583vw + 0.625rem);
  }

  .text-style--h1 {
    font-size: calc(2.25694vw + 0.54167rem);
  }

  .text-style--h2 {
    font-size: calc(1.38889vw + 0.70833rem);
  }

  .text-style--h3 {
    font-size: calc(0.52083vw + 1rem);
  }

  .text-style--h4 {
    font-size: calc(0.17361vw + 0.91667rem);
  }

  .text-style--h5 {
    font-size: calc(0.08681vw + 0.95833rem);
  }

  .text-style--p {
    font-size: calc(0.69444vw + 0.47917rem);
  }

  .text-style--big-lh {
    line-height: calc(2.5463vw + 0.27778rem);
  }

  .text-style--section {
    font-size: calc(0.78125vw + 1.3125rem);
  }

  .text-style--card {
    font-size: calc(1.21528vw + 0.79167rem);
  }

  .text-style--normal {
    font-size: calc(0.46296vw + 0.65278rem);
  }

  .text-style--large {
    font-size: calc(0.46296vw + 0.77778rem);
  }

  .button__icon:not(.d-none)+.button__label,
  .button__label:not(.d-none)+.button__icon {
    margin-left: calc(0.92593vw + 0.05556rem);
  }

  .button__icon {
    font-size: calc(1.38889vw + 0.20833rem);
  }

  .input--code {
    font-size: calc(0.69444vw + 0.60417rem);
  }

  .card__image+.card__content {
    margin-top: calc(2.31481vw + 0.76389rem);
  }

  .card__hover-icon {
    font-size: calc(1.85185vw + 0.61111rem);
  }

  .card--logo {
    min-height: calc(25.46296vw - 6.59722rem);
  }

  .card--logo .card__image-item {
    max-height: calc(20.83333vw - 6.875rem);
  }

  .card--overlay .card__content {
    padding-left: calc(0.69444vw + 0.41667rem);
    padding-right: calc(0.69444vw + 0.41667rem);
    padding-top: calc(0.69444vw + 0.66667rem);
    padding-bottom: calc(0.69444vw + 0.66667rem);
  }

  .card--overlay .card__count {
    right: calc(0.69444vw + 0.41667rem);
    top: calc(0.69444vw + 0.66667rem);
  }

  .card--contact .card__icon {
    font-size: calc(6.94444vw - 1.33333rem);
    margin-right: calc(3.24074vw - 0.55556rem);
  }

  .card--product {
    padding-left: calc(3.24074vw - 0.55556rem);
    padding-right: calc(3.24074vw - 0.55556rem);
    padding-top: calc(1.38889vw + 0.83333rem);
  }

  .card-product {
    padding: calc(5.78704vw - 1.84028rem);
  }

  .card-product__title {
    margin-bottom: calc(1.15741vw + 1.00694rem);
  }

  .card-stats__value {
    font-size: calc(4.62963vw - 0.34722rem);
  }

  .card-stats__text {
    font-size: calc(0.46296vw + 0.65278rem);
  }

  .pagination {
    padding-top: calc(4.62963vw - 0.34722rem);
  }

  .message-box {
    padding-left: calc(3.47222vw - 0.72917rem);
    padding-right: calc(3.47222vw - 0.72917rem);
  }

  .map,
  .map__item {
    height: calc(41.66667vw - 6.25rem);
  }

  .map__info {
    top: calc(4.62963vw + 0.27778rem);
    left: calc(4.62963vw - 0.34722rem);
  }

  .box {
    padding-left: calc(2.31481vw + 0.76389rem);
    padding-right: calc(2.31481vw + 0.76389rem);
    padding-top: calc(4.62963vw - 0.34722rem);
    padding-bottom: calc(4.62963vw - 0.34722rem);
  }

  .box__title {
    margin-bottom: calc(2.31481vw + 0.76389rem);
  }

  .box--small {
    padding-left: calc(3.47222vw - 0.72917rem);
    padding-right: calc(3.47222vw - 0.72917rem);
    padding-top: calc(2.31481vw + 0.13889rem);
    padding-bottom: calc(2.31481vw + 0.13889rem);
  }

  .social--inline .social__item+.social__item {
    margin-left: calc(2.31481vw + 0.13889rem);
  }

  .slider__pagination-item--number {
    width: calc(1.38889vw + 0.95833rem);
    height: calc(1.38889vw + 0.95833rem);
    font-size: calc(0.46296vw + 0.59028rem);
  }

  .slider__controls {
    margin-top: calc(3.24074vw - 0.55556rem);
  }

  .slider__controls .slider__navigations {
    margin-left: calc(0.46296vw + 0.77778rem);
  }

  .slider[data-slider-grid="auto"]:not([data-slider-grid-md]):not([data-slider-grid-lg]) .slider__item {
    width: calc(13.88889vw + 8.33333rem);
  }

  .slider[data-slider-grid="auto"].slider--card-large:not([data-slider-grid-md]):not([data-slider-grid-lg]) .slider__item {
    width: calc(38.19444vw - 3.33333rem);
  }

  .slider--overlay .slider__navigation {
    width: calc(4.62963vw + 0.52778rem);
    height: calc(4.62963vw + 0.52778rem);
    font-size: calc(0.92593vw + 0.80556rem);
  }

  .slider--overlay .slider__pagination {
    bottom: calc(2.77778vw - 0.33333rem);
  }

  .slider--news .slider__content {
    bottom: calc(5.55556vw + 1.83333rem);
  }

  .slider--news .slider__title {
    font-size: calc(1.38889vw + 0.20833rem);
  }

  .slider--thumb .slider__thumb {
    margin-top: calc(1.38889vw - 0.04167rem);
  }

  .whatsapp__toggle {
    width: calc(2.31481vw + 2.01389rem);
    height: calc(2.31481vw + 2.01389rem);
    font-size: calc(0.92593vw + 1.05556rem);
  }

  .button-scroll-top {
    width: calc(2.31481vw + 2.01389rem);
    height: calc(2.31481vw + 2.01389rem);
    font-size: calc(0.92593vw + 0.80556rem);
  }

  .product__logo-caption {
    font-size: calc(0.46296vw + 0.65278rem);
  }

  .product__menu {
    font-size: calc(0.23148vw + 0.70139rem);
  }

  .product__divider,
  .product__image-base,
  .product__image-item {
    height: calc(18.51852vw - 2.63889rem);
  }

  .navbar__menu-item+.navbar__menu-item {
    margin-left: calc(2.82738vw - 0.41964rem);
  }

  .navbar__menu-link {
    font-size: calc(0.46296vw + 0.52778rem);
  }

  .hero__image-text {
    right: calc(18.51852vw - 7.63889rem);
  }

  .hero__content {
    max-width: calc(64.81481vw - 6.11111rem);
  }

  .hero__shapes-item--1 img {
    right: calc(18.51852vw - 7.63889rem);
  }

  .cover__container {
    padding-top: calc(1.85185vw + 0.61111rem);
    padding-bottom: calc(1.85185vw + 0.61111rem);
  }

  .section__container--background {
    padding: calc(4.62963vw - 0.97222rem);
  }

  .section__header,
  .section__title {
    margin-bottom: calc(3.47222vw - 0.10417rem);
  }

  .section__header-buttons-item {
    margin: calc(1.15741vw - 0.24306rem);
  }

  .section__image {
    margin-right: calc(4.62963vw + 0.27778rem);
  }

  .section--xsmall .section__container {
    padding-top: calc(1.5625vw + 1.125rem);
    padding-bottom: calc(1.5625vw + 1.125rem);
  }

  .section--small .section__container {
    padding-top: calc(4.16667vw - 0.125rem);
    padding-bottom: calc(4.16667vw - 0.125rem);
  }

  .products__items {
    margin: calc(-2.31481vw + 0.67361rem);
  }

  .products__items-col {
    padding: calc(2.31481vw - 0.67361rem);
  }

  .clients__list {
    margin-left: calc(-4.62963vw + 0.97222rem);
    margin-right: calc(-4.62963vw + 0.97222rem);
  }

  .clients__list-item {
    padding-left: calc(4.62963vw - 0.97222rem);
    padding-right: calc(4.62963vw - 0.97222rem);
  }

  .news__items {
    margin: calc(1.15741vw - 1.80556rem);
  }

  .news__items-col {
    padding: calc(-1.15741vw + 1.80556rem);
  }

  .stats__boxes-item {
    padding: calc(9.25926vw - 3.81944rem);
  }

  .stats__map {
    margin-bottom: calc(3.7037vw + 0.22222rem);
  }

  .stats:not(.stats--single) .stats__boxes {
    margin: calc(-9.25926vw + 3.81944rem);
  }

  .footer {
    padding-top: calc(8.56481vw - 3.11111rem);
    padding-bottom: calc(8.56481vw - 3.11111rem);
  }

  .footer__menu-item+.footer__menu-item {
    margin-left: calc(4.39815vw - 1.17361rem);
  }

  .footer__menu-link {
    font-size: calc(0.46296vw + 0.52778rem);
  }

  .page__menu {
    min-height: calc(6.01852vw + 0.23611rem);
  }

  .page__menu-list::after {
    min-width: calc(4.16667vw - 0.5rem);
  }

  .page__menu-list-item:not(:first-child) {
    margin-left: calc(4.16667vw - 0.5rem);
  }

  .menu__toggle {
    min-height: calc(1.85185vw + 0.98611rem);
    padding-left: calc(3.47222vw + 1.14583rem);
  }

  .menu__link {
    font-size: calc(1.38889vw + 0.33333rem);
  }

  .menu__toggle-icon {
    width: calc(1.85185vw + 0.98611rem);
    height: calc(1.85185vw + 0.98611rem);
  }

  .menu__dropdown {
    padding-left: calc(3.47222vw + 1.14583rem);
  }

  .menu__dropdown .menu__dropdown {
    padding-left: calc(1.85185vw + 0.11111rem);
  }

  .menu__dropdown .menu__dropdown .menu__dropdown-link {
    padding-left: calc(0.92593vw + 0.30556rem);
  }
}

@media (min-width: 62rem) {
  hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .text-style--p {
    line-height: 2.1875rem;
  }

  .text-style--card-product-title {
    margin-left: -0.3125rem;
  }

  .text-style--lh-xl {
    line-height: 2;
  }

  .text-style--product-title {
    margin-left: -0.3125rem;
  }

  .list--summary {
    font-size: 0.875rem;
  }

  .button--large {
    font-size: 0.9375rem;
    min-width: 180px;
    min-height: 60px;
    padding: 1.125rem 1.0625rem;
  }

  .radio--block .radio__label {
    padding-left: 3.25rem;
  }

  .radio--block .radio__label::before {
    left: 1.25rem;
  }

  .radio--block .radio__label::after {
    left: 1.25em;
  }

  .card--contact {
    -ms-flex-align: center;
    align-items: center;
  }

  .card-product__image-item {
    max-width: initial;
  }

  .card-stats {
    min-height: 186px;
  }

  .table--cart {
    font-size: 1rem;
  }

  .table--cart td,
  .table--cart th {
    padding: 1.25rem 0.75rem;
  }

  .table--summary {
    font-size: 1rem;
  }

  .table--summary .big {
    font-size: 1.5rem;
  }

  .entry h1,
  .entry h2,
  .entry h3 {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }

  .entry .table-responsive,
  .entry blockquote,
  .entry p,
  .entry table {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .entry blockquote.right {
    margin-left: 0;
    margin-right: 2.5rem;
  }

  .entry blockquote {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    margin-left: 2.5rem;
  }

  .message-box--large {
    padding: 1.25rem 1.5625rem;
  }

  .message-box--results {
    font-size: 1rem;
  }

  .slider[data-slider-grid-lg="2"] .slider__container:not(.swiper-container-initialized) .slider__item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    min-width: 0 !important;
    width: initial !important;
    box-sizing: border-box !important;
  }

  .slider[data-slider-grid-lg="3"] .slider__container:not(.swiper-container-initialized) .slider__item {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    min-width: 0 !important;
    width: initial !important;
    box-sizing: border-box !important;
  }

  .slider[data-slider-grid-lg="4"] .slider__container:not(.swiper-container-initialized) .slider__item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    min-width: 0 !important;
    width: initial !important;
    box-sizing: border-box !important;
  }

  .slider[data-slider-grid-lg="5"] .slider__container:not(.swiper-container-initialized) .slider__item {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    min-width: 0 !important;
    width: initial !important;
    box-sizing: border-box !important;
  }

  .layout__header.is-hide .navbar,
  .layout__header.is-sticky .navbar {
    height: 5rem;
  }

  .layout__header.is-hide .navbar__logo-image,
  .layout__header.is-sticky .navbar__logo-image {
    height: 3.3125rem;
  }

  .product__hamburger {
    background-color: rgba(255, 255, 255, 0.9);
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
  }

  .product__hamburger:hover {
    background-color: #fff;
  }

  .product__hamburger .hamburger-button__icon,
  .product__hamburger .hamburger-button__wrapper:after,
  .product__hamburger .hamburger-button__wrapper:before {
    background-color: #000;
  }

  .product__content h2 {
    font-size: 1.875rem;
  }

  .product__row {
    margin-left: -3.0625rem;
    margin-right: -3.0625rem;
  }

  .product__column {
    padding-left: 3.0625rem;
    padding-right: 3.0625rem;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }

  .product__column:first-child {
    margin-left: 16.666666666666668%;
  }

  .product__pattern-item:nth-child(1) {
    -webkit-animation: 13s linear infinite raise1;
    animation: 13s linear infinite raise1;
  }

  .product__pattern-item:nth-child(2) {
    -webkit-animation: 8s linear infinite raise2;
    animation: 8s linear infinite raise2;
  }

  .product__pattern-item:nth-child(3) {
    -webkit-animation: 7s linear infinite raise3;
    animation: 7s linear infinite raise3;
  }

  .product__pattern-item:nth-child(4) {
    -webkit-animation: 11s linear infinite raise4;
    animation: 11s linear infinite raise4;
  }

  .product__pattern-item:nth-child(5) {
    -webkit-animation: 12s linear infinite raise5;
    animation: 12s linear infinite raise5;
  }

  .product__pattern-item:nth-child(6) {
    -webkit-animation: 16s linear infinite raise6;
    animation: 16s linear infinite raise6;
  }

  .product__pattern-item:nth-child(7) {
    -webkit-animation: 21s linear infinite raise7;
    animation: 21s linear infinite raise7;
  }

  .product__pattern-item:nth-child(8) {
    -webkit-animation: 12s linear infinite raise8;
    animation: 12s linear infinite raise8;
  }

  .product__pattern-item:nth-child(9) {
    -webkit-animation: 7s linear infinite raise9;
    animation: 7s linear infinite raise9;
  }

  .product__pattern-item:nth-child(10) {
    -webkit-animation: 13s linear infinite raise10;
    animation: 13s linear infinite raise10;
  }

  .navbar__search-toggle {
    font-size: 1.25rem;
    background-color: #f6f6f6;
  }

  .section__container--align-center {
    -ms-flex-align: center;
    align-items: center;
  }

  .section__header {
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
  }

  .section__image {
    -ms-flex: 0 0 567px;
    flex: 0 0 567px;
    max-width: 567px;
    margin-bottom: initial;
  }

  @supports (display: grid) {
    .products__items {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
    }

    .products__items .products__items-col {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }

    .products__items .products__items-col:first-child,
    .products__items .products__items-col:nth-child(4n-1) {
      grid-row: span 2;
    }

    .products__items .products__items-col:first-child .card-product,
    .products__items .products__items-col:nth-child(4n-1) .card-product {
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center;
    }

    .products__items .products__items-col:first-child .card-product .card-product__image,
    .products__items .products__items-col:nth-child(4n-1) .card-product .card-product__image {
      margin-top: 1.875rem;
    }
  }

  .news__items-col,
  .products__items-col {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .stats {
    text-align: center;
  }

  .modal--mobile .modal__container {
    pointer-events: auto;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    margin: 0;
    position: initial;
    z-index: initial;
  }

  .modal--mobile .modal__wrapper {
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transform: initial !important;
    transform: initial !important;
    height: auto !important;
    max-height: initial !important;
    max-width: initial !important;
    margin: 0 !important;
  }
}

@media screen and (min-width: 62rem) {
  .text-style--card-product-title {
    font-size: calc(1.40086vw + 0.81897rem);
  }

  .text-style--product-title {
    font-size: calc(6.14224vw - 2.12069rem);
  }

  .whatsapp {
    bottom: calc(3.66379vw - 1.27155rem);
    right: calc(3.66379vw - 1.27155rem);
  }

  .button-scroll-top {
    bottom: calc(3.66379vw - 1.27155rem);
    right: calc(3.66379vw - 1.27155rem);
  }

  .layout__header+.layout__body {
    margin-top: calc(5.17241vw + 1.2931rem);
  }

  .layout--homepage .navbar {
    height: calc(9.48276vw - 1.37931rem);
  }

  .layout--homepage .layout__header+.layout__body {
    margin-top: calc(9.48276vw - 1.37931rem);
  }

  .layout--homepage .layout__header+.layout__body>.hero:first-child {
    margin-top: calc(-9.48276vw + 1.37931rem);
    padding-top: calc(9.48276vw - 1.37931rem);
  }

  .container {
    padding-left: calc(7.5431vw - 3.42672rem);
    padding-right: calc(7.5431vw - 3.42672rem);
  }

  .navbar {
    height: calc(5.17241vw + 1.2931rem);
  }

  .navbar__logo-image {
    height: calc(4.74138vw - 0.43966rem);
  }

  .section__container {
    padding-top: calc(7.32759vw - 2.5431rem);
    padding-bottom: calc(10.32759vw - 2.5431rem);
  }

  .page__container {
    padding-top: calc(1.72414vw + 0.93103rem);
    padding-bottom: calc(1.72414vw + 0.93103rem);
  }

  .page__featured-image {
    margin-bottom: calc(1.72414vw + 0.93103rem);
  }

  .page__header,
  .page__title {
    margin-bottom: calc(0.86207vw + 0.96552rem);
  }

  .modal--menu .modal__container {
    padding-left: calc(3.01724vw - 0.62069rem);
    padding-right: calc(3.01724vw - 0.62069rem);
  }
}

@media (min-width: 75rem) {
  hr {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

@media screen and (min-width: 75rem) {
  .text-style--p {
    font-size: 1rem;
  }

  .text-style--big-lh {
    line-height: 2.1875rem;
  }

  .text-style--normal {
    font-size: 1rem;
  }

  .text-style--large {
    font-size: 1.125rem;
  }

  .button__icon:not(.d-none)+.button__label,
  .button__label:not(.d-none)+.button__icon {
    margin-left: 0.75rem;
  }

  .button__icon {
    font-size: 1.25rem;
  }

  .input--code {
    font-size: 1.125rem;
  }

  .card__image+.card__content {
    margin-top: 2.5rem;
  }

  .card__hover-icon {
    font-size: 2rem;
  }

  .card--logo {
    min-height: 12.5rem;
  }

  .card--logo .card__image-item {
    max-height: 8.75rem;
  }

  .card--contact .card__icon {
    font-size: 3.875rem;
    margin-right: 1.875rem;
  }

  .card--product {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    padding-top: 1.875rem;
  }

  .card-product {
    padding: 2.5rem;
  }

  .card-product__title {
    margin-bottom: 1.875rem;
  }

  .card-stats__value {
    font-size: 3.125rem;
  }

  .card-stats__text {
    font-size: 1rem;
  }

  .pagination {
    padding-top: 3.125rem;
  }

  .message-box {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .map,
  .map__item {
    height: 25rem;
  }

  .map__info {
    top: 3.75rem;
    left: 3.125rem;
  }

  .box {
    padding: 3.125rem 2.5rem;
  }

  .box__title {
    margin-bottom: 2.5rem;
  }

  .box--small {
    padding: 1.875rem;
  }

  .social--inline .social__item+.social__item {
    margin-left: 1.875rem;
  }

  .slider__pagination-item--number {
    width: 2rem;
    height: 2rem;
    font-size: 0.9375rem;
  }

  .slider__controls {
    margin-top: 1.875rem;
  }

  .slider__controls .slider__navigations {
    margin-left: 1.125rem;
  }

  .slider[data-slider-grid="auto"]:not([data-slider-grid-md]):not([data-slider-grid-lg]) .slider__item {
    width: 18.75rem;
  }

  .slider[data-slider-grid="auto"].slider--card-large:not([data-slider-grid-md]):not([data-slider-grid-lg]) .slider__item {
    width: 25.3125rem;
  }

  .slider--overlay .slider__navigation {
    width: 4rem;
    height: 4rem;
    font-size: 1.5rem;
  }

  .slider--overlay .slider__pagination {
    bottom: 1.75rem;
  }

  .slider--news .slider__content {
    bottom: 6rem;
  }

  .slider--news .slider__title {
    font-size: 1.25rem;
  }

  .slider--thumb .slider__thumb {
    margin-top: 1rem;
  }

  .whatsapp__toggle {
    width: 3.75rem;
    height: 3.75rem;
    font-size: 1.75rem;
  }

  .button-scroll-top {
    width: 3.75rem;
    height: 3.75rem;
    font-size: 1.5rem;
  }

  .product__navbar-container {
    padding-top: calc(3.33333vw - 1rem);
    padding-bottom: calc(3.33333vw - 1rem);
  }

  .product__logo-caption {
    font-size: 1rem;
  }

  .product__menu {
    font-size: 0.875rem;
  }

  .product__divider,
  .product__image-base,
  .product__image-item {
    height: 11.25rem;
  }

  .navbar__menu-link {
    font-size: 0.875rem;
  }

  .hero__image-text {
    right: 6.25rem;
  }

  .hero__content {
    max-width: 42.5rem;
  }

  .hero__shapes-item--1 img {
    right: 6.25rem;
  }

  .cover__container {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .section__container--background {
    padding: 2.5rem;
  }

  .section__header,
  .section__title {
    margin-bottom: 2.5rem;
  }

  .section__header-buttons-item {
    margin: 0.625rem;
  }

  .section__image {
    margin-right: 3.75rem;
  }

  .products__items {
    margin: -1.0625rem;
  }

  .products__items-col {
    padding: 1.0625rem;
  }

  .clients__list {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .clients__list-item {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .news__items {
    margin: -0.9375rem;
  }

  .news__items-col {
    padding: 0.9375rem;
  }

  .stats__boxes-item {
    padding: 3.125rem;
  }

  .stats__map {
    margin-bottom: 3rem;
  }

  .stats:not(.stats--single) .stats__boxes {
    margin: -3.125rem;
  }

  .footer {
    padding-top: 3.3125rem;
    padding-bottom: 3.3125rem;
  }

  .footer__menu-item+.footer__menu-item {
    margin-left: 2.125rem;
  }

  .footer__menu-link {
    font-size: 0.875rem;
  }

  .page__menu {
    min-height: 4.75rem;
  }

  .page__menu-list::after {
    min-width: 2.625rem;
  }

  .page__menu-list-item:not(:first-child) {
    margin-left: 2.625rem;
  }

  .menu__toggle {
    min-height: 2.375rem;
    padding-left: 3.75rem;
  }

  .menu__link {
    font-size: 1.375rem;
  }

  .menu__toggle-icon {
    width: 2.375rem;
    height: 2.375rem;
  }

  .menu__dropdown {
    padding-left: 3.75rem;
  }

  .menu__dropdown .menu__dropdown {
    padding-left: 1.5rem;
  }

  .menu__dropdown .menu__dropdown .menu__dropdown-link {
    padding-left: 1rem;
  }
}

@media screen and (min-width: 90rem) {
  .navbar__menu-item+.navbar__menu-item {
    margin-left: 2.125rem;
  }
}

@media (min-width: 90rem) {
  .section__container--background {
    border-radius: 20px;
  }
}

@media screen and (min-width: 120rem) {
  .text-style--jumbo {
    font-size: 5rem;
  }

  .text-style--h1 {
    font-size: 3.25rem;
  }

  .text-style--h2 {
    font-size: 2.375rem;
  }

  .text-style--h3 {
    font-size: 1.625rem;
  }

  .text-style--h4 {
    font-size: 1.125rem;
  }

  .text-style--h5 {
    font-size: 1.0625rem;
  }

  .text-style--card-product-title {
    font-size: 2.5rem;
  }

  .text-style--card,
  .text-style--section {
    font-size: 2.25rem;
  }

  .text-style--product-title {
    font-size: 5.25rem;
  }

  .card--overlay .card__content {
    padding: 1.5rem 1.25rem;
  }

  .card--overlay .card__count {
    right: 1.25rem;
    top: 1.5rem;
  }

  .whatsapp {
    bottom: 3.125rem;
    right: 3.125rem;
  }

  .button-scroll-top {
    bottom: 3.125rem;
    right: 3.125rem;
  }

  .layout__header+.layout__body {
    margin-top: 7.5rem;
  }

  .layout--homepage .navbar {
    height: 10rem;
  }

  .layout--homepage .layout__header+.layout__body {
    margin-top: 10rem;
  }

  .layout--homepage .layout__header+.layout__body>.hero:first-child {
    margin-top: -10rem;
    padding-top: 10rem;
  }

  .container {
    padding-left: 5.625rem;
    padding-right: 5.625rem;
  }

  .product__navbar-container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .navbar {
    height: 7.5rem;
  }

  .navbar__logo-image {
    height: 5.25rem;
  }

  .section__container {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .section--xsmall .section__container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section--small .section__container {
    padding-top: 4.875rem;
    padding-bottom: 4.875rem;
  }

  .page__container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .page__featured-image {
    margin-bottom: 3rem;
  }

  .page__header,
  .page__title {
    margin-bottom: 2rem;
  }

  .modal--menu .modal__container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

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

  .row-cols-sm-1>* {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2>* {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3>* {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .row-cols-sm-4>* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5>* {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6>* {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }

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

  .offset-r-sm-0 {
    margin-right: 0;
  }

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

  .offset-r-sm-1 {
    margin-right: 8.33333%;
  }

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

  .offset-r-sm-2 {
    margin-right: 16.66667%;
  }

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

  .offset-r-sm-3 {
    margin-right: 25%;
  }

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

  .offset-r-sm-4 {
    margin-right: 33.33333%;
  }

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

  .offset-r-sm-5 {
    margin-right: 41.66667%;
  }

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

  .offset-r-sm-6 {
    margin-right: 50%;
  }

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

  .offset-r-sm-7 {
    margin-right: 58.33333%;
  }

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

  .offset-r-sm-8 {
    margin-right: 66.66667%;
  }

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

  .offset-r-sm-9 {
    margin-right: 75%;
  }

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

  .offset-r-sm-10 {
    margin-right: 83.33333%;
  }

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

  .offset-r-sm-11 {
    margin-right: 91.66667%;
  }

  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 1rem !important;
  }

  .mt-sm-1 {
    margin-top: 1rem !important;
  }

  .mr-sm-1 {
    margin-right: 1rem !important;
  }

  .mb-sm-1 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-1 {
    margin-left: 1rem !important;
  }

  .m-sm-2 {
    margin: 1.5rem !important;
  }

  .mt-sm-2 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-2 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-2 {
    margin-left: 1.5rem !important;
  }

  .m-sm-3 {
    margin: 2rem !important;
  }

  .mt-sm-3 {
    margin-top: 2rem !important;
  }

  .mr-sm-3 {
    margin-right: 2rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 2rem !important;
  }

  .ml-sm-3 {
    margin-left: 2rem !important;
  }

  .m-sm-4 {
    margin: 3rem !important;
  }

  .mt-sm-4 {
    margin-top: 3rem !important;
  }

  .mr-sm-4 {
    margin-right: 3rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-4 {
    margin-left: 3rem !important;
  }

  .m-sm-5 {
    margin: 4rem !important;
  }

  .mt-sm-5 {
    margin-top: 4rem !important;
  }

  .mr-sm-5 {
    margin-right: 4rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 4rem !important;
  }

  .ml-sm-5 {
    margin-left: 4rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 1rem !important;
  }

  .pt-sm-1 {
    padding-top: 1rem !important;
  }

  .pr-sm-1 {
    padding-right: 1rem !important;
  }

  .pb-sm-1 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-1 {
    padding-left: 1rem !important;
  }

  .p-sm-2 {
    padding: 1.5rem !important;
  }

  .pt-sm-2 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-2 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-2 {
    padding-left: 1.5rem !important;
  }

  .p-sm-3 {
    padding: 2rem !important;
  }

  .pt-sm-3 {
    padding-top: 2rem !important;
  }

  .pr-sm-3 {
    padding-right: 2rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 2rem !important;
  }

  .pl-sm-3 {
    padding-left: 2rem !important;
  }

  .p-sm-4 {
    padding: 3rem !important;
  }

  .pt-sm-4 {
    padding-top: 3rem !important;
  }

  .pr-sm-4 {
    padding-right: 3rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-4 {
    padding-left: 3rem !important;
  }

  .p-sm-5 {
    padding: 4rem !important;
  }

  .pt-sm-5 {
    padding-top: 4rem !important;
  }

  .pr-sm-5 {
    padding-right: 4rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 4rem !important;
  }

  .pl-sm-5 {
    padding-left: 4rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto {
    margin-left: auto !important;
  }

  .cs-sm-0 {
    margin: 0;
  }

  .cs-sm-0>.col,
  .cs-sm-0>[class*="col-"] {
    padding: 0;
  }

  .cs-sm-x-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .cs-sm-x-0>.col,
  .cs-sm-x-0>[class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }

  .cs-sm-y-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .cs-sm-y-0>.col,
  .cs-sm-y-0>[class*="col-"] {
    padding-top: 0;
    padding-bottom: 0;
  }

  .cs-sm-7 {
    margin: -0.4375rem;
  }

  .cs-sm-7>.col,
  .cs-sm-7>[class*="col-"] {
    padding: 0.4375rem;
  }

  .cs-sm-x-7 {
    margin-left: -0.4375rem;
    margin-right: -0.4375rem;
  }

  .cs-sm-x-7>.col,
  .cs-sm-x-7>[class*="col-"] {
    padding-left: 0.4375rem;
    padding-right: 0.4375rem;
  }

  .cs-sm-y-7 {
    margin-top: -0.4375rem;
    margin-bottom: -0.4375rem;
  }

  .cs-sm-y-7>.col,
  .cs-sm-y-7>[class*="col-"] {
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
  }

  .cs-sm-10 {
    margin: -0.625rem;
  }

  .cs-sm-10>.col,
  .cs-sm-10>[class*="col-"] {
    padding: 0.625rem;
  }

  .cs-sm-x-10 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .cs-sm-x-10>.col,
  .cs-sm-x-10>[class*="col-"] {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .cs-sm-y-10 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .cs-sm-y-10>.col,
  .cs-sm-y-10>[class*="col-"] {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .cs-sm-15 {
    margin: -0.9375rem;
  }

  .cs-sm-15>.col,
  .cs-sm-15>[class*="col-"] {
    padding: 0.9375rem;
  }

  .cs-sm-x-15 {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }

  .cs-sm-x-15>.col,
  .cs-sm-x-15>[class*="col-"] {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .cs-sm-y-15 {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }

  .cs-sm-y-15>.col,
  .cs-sm-y-15>[class*="col-"] {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }

  .cs-sm-24 {
    margin: -1.5rem;
  }

  .cs-sm-24>.col,
  .cs-sm-24>[class*="col-"] {
    padding: 1.5rem;
  }

  .cs-sm-x-24 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .cs-sm-x-24>.col,
  .cs-sm-x-24>[class*="col-"] {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cs-sm-y-24 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .cs-sm-y-24>.col,
  .cs-sm-y-24>[class*="col-"] {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

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

  .row-cols-md-1>* {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2>* {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3>* {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .row-cols-md-4>* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5>* {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6>* {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }

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

  .offset-r-md-0 {
    margin-right: 0;
  }

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

  .offset-r-md-1 {
    margin-right: 8.33333%;
  }

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

  .offset-r-md-2 {
    margin-right: 16.66667%;
  }

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

  .offset-r-md-3 {
    margin-right: 25%;
  }

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

  .offset-r-md-4 {
    margin-right: 33.33333%;
  }

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

  .offset-r-md-5 {
    margin-right: 41.66667%;
  }

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

  .offset-r-md-6 {
    margin-right: 50%;
  }

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

  .offset-r-md-7 {
    margin-right: 58.33333%;
  }

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

  .offset-r-md-8 {
    margin-right: 66.66667%;
  }

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

  .offset-r-md-9 {
    margin-right: 75%;
  }

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

  .offset-r-md-10 {
    margin-right: 83.33333%;
  }

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

  .offset-r-md-11 {
    margin-right: 91.66667%;
  }

  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 1rem !important;
  }

  .mt-md-1 {
    margin-top: 1rem !important;
  }

  .mr-md-1 {
    margin-right: 1rem !important;
  }

  .mb-md-1 {
    margin-bottom: 1rem !important;
  }

  .ml-md-1 {
    margin-left: 1rem !important;
  }

  .m-md-2 {
    margin: 1.5rem !important;
  }

  .mt-md-2 {
    margin-top: 1.5rem !important;
  }

  .mr-md-2 {
    margin-right: 1.5rem !important;
  }

  .mb-md-2 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-2 {
    margin-left: 1.5rem !important;
  }

  .m-md-3 {
    margin: 2rem !important;
  }

  .mt-md-3 {
    margin-top: 2rem !important;
  }

  .mr-md-3 {
    margin-right: 2rem !important;
  }

  .mb-md-3 {
    margin-bottom: 2rem !important;
  }

  .ml-md-3 {
    margin-left: 2rem !important;
  }

  .m-md-4 {
    margin: 3rem !important;
  }

  .mt-md-4 {
    margin-top: 3rem !important;
  }

  .mr-md-4 {
    margin-right: 3rem !important;
  }

  .mb-md-4 {
    margin-bottom: 3rem !important;
  }

  .ml-md-4 {
    margin-left: 3rem !important;
  }

  .m-md-5 {
    margin: 4rem !important;
  }

  .mt-md-5 {
    margin-top: 4rem !important;
  }

  .mr-md-5 {
    margin-right: 4rem !important;
  }

  .mb-md-5 {
    margin-bottom: 4rem !important;
  }

  .ml-md-5 {
    margin-left: 4rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 1rem !important;
  }

  .pt-md-1 {
    padding-top: 1rem !important;
  }

  .pr-md-1 {
    padding-right: 1rem !important;
  }

  .pb-md-1 {
    padding-bottom: 1rem !important;
  }

  .pl-md-1 {
    padding-left: 1rem !important;
  }

  .p-md-2 {
    padding: 1.5rem !important;
  }

  .pt-md-2 {
    padding-top: 1.5rem !important;
  }

  .pr-md-2 {
    padding-right: 1.5rem !important;
  }

  .pb-md-2 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-2 {
    padding-left: 1.5rem !important;
  }

  .p-md-3 {
    padding: 2rem !important;
  }

  .pt-md-3 {
    padding-top: 2rem !important;
  }

  .pr-md-3 {
    padding-right: 2rem !important;
  }

  .pb-md-3 {
    padding-bottom: 2rem !important;
  }

  .pl-md-3 {
    padding-left: 2rem !important;
  }

  .p-md-4 {
    padding: 3rem !important;
  }

  .pt-md-4 {
    padding-top: 3rem !important;
  }

  .pr-md-4 {
    padding-right: 3rem !important;
  }

  .pb-md-4 {
    padding-bottom: 3rem !important;
  }

  .pl-md-4 {
    padding-left: 3rem !important;
  }

  .p-md-5 {
    padding: 4rem !important;
  }

  .pt-md-5 {
    padding-top: 4rem !important;
  }

  .pr-md-5 {
    padding-right: 4rem !important;
  }

  .pb-md-5 {
    padding-bottom: 4rem !important;
  }

  .pl-md-5 {
    padding-left: 4rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto {
    margin-left: auto !important;
  }

  .cs-md-0 {
    margin: 0;
  }

  .cs-md-0>.col,
  .cs-md-0>[class*="col-"] {
    padding: 0;
  }

  .cs-md-x-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .cs-md-x-0>.col,
  .cs-md-x-0>[class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }

  .cs-md-y-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .cs-md-y-0>.col,
  .cs-md-y-0>[class*="col-"] {
    padding-top: 0;
    padding-bottom: 0;
  }

  .cs-md-7 {
    margin: -0.4375rem;
  }

  .cs-md-7>.col,
  .cs-md-7>[class*="col-"] {
    padding: 0.4375rem;
  }

  .cs-md-x-7 {
    margin-left: -0.4375rem;
    margin-right: -0.4375rem;
  }

  .cs-md-x-7>.col,
  .cs-md-x-7>[class*="col-"] {
    padding-left: 0.4375rem;
    padding-right: 0.4375rem;
  }

  .cs-md-y-7 {
    margin-top: -0.4375rem;
    margin-bottom: -0.4375rem;
  }

  .cs-md-y-7>.col,
  .cs-md-y-7>[class*="col-"] {
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
  }

  .cs-md-10 {
    margin: -0.625rem;
  }

  .cs-md-10>.col,
  .cs-md-10>[class*="col-"] {
    padding: 0.625rem;
  }

  .cs-md-x-10 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .cs-md-x-10>.col,
  .cs-md-x-10>[class*="col-"] {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .cs-md-y-10 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .cs-md-y-10>.col,
  .cs-md-y-10>[class*="col-"] {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .cs-md-15 {
    margin: -0.9375rem;
  }

  .cs-md-15>.col,
  .cs-md-15>[class*="col-"] {
    padding: 0.9375rem;
  }

  .cs-md-x-15 {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }

  .cs-md-x-15>.col,
  .cs-md-x-15>[class*="col-"] {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .cs-md-y-15 {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }

  .cs-md-y-15>.col,
  .cs-md-y-15>[class*="col-"] {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }

  .cs-md-24 {
    margin: -1.5rem;
  }

  .cs-md-24>.col,
  .cs-md-24>[class*="col-"] {
    padding: 1.5rem;
  }

  .cs-md-x-24 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .cs-md-x-24>.col,
  .cs-md-x-24>[class*="col-"] {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cs-md-y-24 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .cs-md-y-24>.col,
  .cs-md-y-24>[class*="col-"] {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

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

  .row-cols-lg-1>* {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2>* {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3>* {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .row-cols-lg-4>* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5>* {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6>* {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }

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

  .offset-r-lg-0 {
    margin-right: 0;
  }

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

  .offset-r-lg-1 {
    margin-right: 8.33333%;
  }

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

  .offset-r-lg-2 {
    margin-right: 16.66667%;
  }

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

  .offset-r-lg-3 {
    margin-right: 25%;
  }

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

  .offset-r-lg-4 {
    margin-right: 33.33333%;
  }

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

  .offset-r-lg-5 {
    margin-right: 41.66667%;
  }

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

  .offset-r-lg-6 {
    margin-right: 50%;
  }

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

  .offset-r-lg-7 {
    margin-right: 58.33333%;
  }

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

  .offset-r-lg-8 {
    margin-right: 66.66667%;
  }

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

  .offset-r-lg-9 {
    margin-right: 75%;
  }

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

  .offset-r-lg-10 {
    margin-right: 83.33333%;
  }

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

  .offset-r-lg-11 {
    margin-right: 91.66667%;
  }

  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 1rem !important;
  }

  .mt-lg-1 {
    margin-top: 1rem !important;
  }

  .mr-lg-1 {
    margin-right: 1rem !important;
  }

  .mb-lg-1 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-1 {
    margin-left: 1rem !important;
  }

  .m-lg-2 {
    margin: 1.5rem !important;
  }

  .mt-lg-2 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-2 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-2 {
    margin-left: 1.5rem !important;
  }

  .m-lg-3 {
    margin: 2rem !important;
  }

  .mt-lg-3 {
    margin-top: 2rem !important;
  }

  .mr-lg-3 {
    margin-right: 2rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 2rem !important;
  }

  .ml-lg-3 {
    margin-left: 2rem !important;
  }

  .m-lg-4 {
    margin: 3rem !important;
  }

  .mt-lg-4 {
    margin-top: 3rem !important;
  }

  .mr-lg-4 {
    margin-right: 3rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-4 {
    margin-left: 3rem !important;
  }

  .m-lg-5 {
    margin: 4rem !important;
  }

  .mt-lg-5 {
    margin-top: 4rem !important;
  }

  .mr-lg-5 {
    margin-right: 4rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 4rem !important;
  }

  .ml-lg-5 {
    margin-left: 4rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 1rem !important;
  }

  .pt-lg-1 {
    padding-top: 1rem !important;
  }

  .pr-lg-1 {
    padding-right: 1rem !important;
  }

  .pb-lg-1 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-1 {
    padding-left: 1rem !important;
  }

  .p-lg-2 {
    padding: 1.5rem !important;
  }

  .pt-lg-2 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-2 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-2 {
    padding-left: 1.5rem !important;
  }

  .p-lg-3 {
    padding: 2rem !important;
  }

  .pt-lg-3 {
    padding-top: 2rem !important;
  }

  .pr-lg-3 {
    padding-right: 2rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 2rem !important;
  }

  .pl-lg-3 {
    padding-left: 2rem !important;
  }

  .p-lg-4 {
    padding: 3rem !important;
  }

  .pt-lg-4 {
    padding-top: 3rem !important;
  }

  .pr-lg-4 {
    padding-right: 3rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-4 {
    padding-left: 3rem !important;
  }

  .p-lg-5 {
    padding: 4rem !important;
  }

  .pt-lg-5 {
    padding-top: 4rem !important;
  }

  .pr-lg-5 {
    padding-right: 4rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 4rem !important;
  }

  .pl-lg-5 {
    padding-left: 4rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto {
    margin-left: auto !important;
  }

  .cs-lg-0 {
    margin: 0;
  }

  .cs-lg-0>.col,
  .cs-lg-0>[class*="col-"] {
    padding: 0;
  }

  .cs-lg-x-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .cs-lg-x-0>.col,
  .cs-lg-x-0>[class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }

  .cs-lg-y-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .cs-lg-y-0>.col,
  .cs-lg-y-0>[class*="col-"] {
    padding-top: 0;
    padding-bottom: 0;
  }

  .cs-lg-7 {
    margin: -0.4375rem;
  }

  .cs-lg-7>.col,
  .cs-lg-7>[class*="col-"] {
    padding: 0.4375rem;
  }

  .cs-lg-x-7 {
    margin-left: -0.4375rem;
    margin-right: -0.4375rem;
  }

  .cs-lg-x-7>.col,
  .cs-lg-x-7>[class*="col-"] {
    padding-left: 0.4375rem;
    padding-right: 0.4375rem;
  }

  .cs-lg-y-7 {
    margin-top: -0.4375rem;
    margin-bottom: -0.4375rem;
  }

  .cs-lg-y-7>.col,
  .cs-lg-y-7>[class*="col-"] {
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
  }

  .cs-lg-10 {
    margin: -0.625rem;
  }

  .cs-lg-10>.col,
  .cs-lg-10>[class*="col-"] {
    padding: 0.625rem;
  }

  .cs-lg-x-10 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .cs-lg-x-10>.col,
  .cs-lg-x-10>[class*="col-"] {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .cs-lg-y-10 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .cs-lg-y-10>.col,
  .cs-lg-y-10>[class*="col-"] {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .cs-lg-15 {
    margin: -0.9375rem;
  }

  .cs-lg-15>.col,
  .cs-lg-15>[class*="col-"] {
    padding: 0.9375rem;
  }

  .cs-lg-x-15 {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }

  .cs-lg-x-15>.col,
  .cs-lg-x-15>[class*="col-"] {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .cs-lg-y-15 {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }

  .cs-lg-y-15>.col,
  .cs-lg-y-15>[class*="col-"] {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }

  .cs-lg-24 {
    margin: -1.5rem;
  }

  .cs-lg-24>.col,
  .cs-lg-24>[class*="col-"] {
    padding: 1.5rem;
  }

  .cs-lg-x-24 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .cs-lg-x-24>.col,
  .cs-lg-x-24>[class*="col-"] {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cs-lg-y-24 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .cs-lg-y-24>.col,
  .cs-lg-y-24>[class*="col-"] {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

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

  .row-cols-xl-1>* {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2>* {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3>* {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .row-cols-xl-4>* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5>* {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6>* {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }

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

  .offset-r-xl-0 {
    margin-right: 0;
  }

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

  .offset-r-xl-1 {
    margin-right: 8.33333%;
  }

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

  .offset-r-xl-2 {
    margin-right: 16.66667%;
  }

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

  .offset-r-xl-3 {
    margin-right: 25%;
  }

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

  .offset-r-xl-4 {
    margin-right: 33.33333%;
  }

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

  .offset-r-xl-5 {
    margin-right: 41.66667%;
  }

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

  .offset-r-xl-6 {
    margin-right: 50%;
  }

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

  .offset-r-xl-7 {
    margin-right: 58.33333%;
  }

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

  .offset-r-xl-8 {
    margin-right: 66.66667%;
  }

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

  .offset-r-xl-9 {
    margin-right: 75%;
  }

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

  .offset-r-xl-10 {
    margin-right: 83.33333%;
  }

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

  .offset-r-xl-11 {
    margin-right: 91.66667%;
  }

  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 1rem !important;
  }

  .mt-xl-1 {
    margin-top: 1rem !important;
  }

  .mr-xl-1 {
    margin-right: 1rem !important;
  }

  .mb-xl-1 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-1 {
    margin-left: 1rem !important;
  }

  .m-xl-2 {
    margin: 1.5rem !important;
  }

  .mt-xl-2 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-2 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-2 {
    margin-left: 1.5rem !important;
  }

  .m-xl-3 {
    margin: 2rem !important;
  }

  .mt-xl-3 {
    margin-top: 2rem !important;
  }

  .mr-xl-3 {
    margin-right: 2rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 2rem !important;
  }

  .ml-xl-3 {
    margin-left: 2rem !important;
  }

  .m-xl-4 {
    margin: 3rem !important;
  }

  .mt-xl-4 {
    margin-top: 3rem !important;
  }

  .mr-xl-4 {
    margin-right: 3rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-4 {
    margin-left: 3rem !important;
  }

  .m-xl-5 {
    margin: 4rem !important;
  }

  .mt-xl-5 {
    margin-top: 4rem !important;
  }

  .mr-xl-5 {
    margin-right: 4rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 4rem !important;
  }

  .ml-xl-5 {
    margin-left: 4rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 1rem !important;
  }

  .pt-xl-1 {
    padding-top: 1rem !important;
  }

  .pr-xl-1 {
    padding-right: 1rem !important;
  }

  .pb-xl-1 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-1 {
    padding-left: 1rem !important;
  }

  .p-xl-2 {
    padding: 1.5rem !important;
  }

  .pt-xl-2 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-2 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-2 {
    padding-left: 1.5rem !important;
  }

  .p-xl-3 {
    padding: 2rem !important;
  }

  .pt-xl-3 {
    padding-top: 2rem !important;
  }

  .pr-xl-3 {
    padding-right: 2rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 2rem !important;
  }

  .pl-xl-3 {
    padding-left: 2rem !important;
  }

  .p-xl-4 {
    padding: 3rem !important;
  }

  .pt-xl-4 {
    padding-top: 3rem !important;
  }

  .pr-xl-4 {
    padding-right: 3rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-4 {
    padding-left: 3rem !important;
  }

  .p-xl-5 {
    padding: 4rem !important;
  }

  .pt-xl-5 {
    padding-top: 4rem !important;
  }

  .pr-xl-5 {
    padding-right: 4rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 4rem !important;
  }

  .pl-xl-5 {
    padding-left: 4rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto {
    margin-left: auto !important;
  }

  .cs-xl-0 {
    margin: 0;
  }

  .cs-xl-0>.col,
  .cs-xl-0>[class*="col-"] {
    padding: 0;
  }

  .cs-xl-x-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .cs-xl-x-0>.col,
  .cs-xl-x-0>[class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }

  .cs-xl-y-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .cs-xl-y-0>.col,
  .cs-xl-y-0>[class*="col-"] {
    padding-top: 0;
    padding-bottom: 0;
  }

  .cs-xl-7 {
    margin: -0.4375rem;
  }

  .cs-xl-7>.col,
  .cs-xl-7>[class*="col-"] {
    padding: 0.4375rem;
  }

  .cs-xl-x-7 {
    margin-left: -0.4375rem;
    margin-right: -0.4375rem;
  }

  .cs-xl-x-7>.col,
  .cs-xl-x-7>[class*="col-"] {
    padding-left: 0.4375rem;
    padding-right: 0.4375rem;
  }

  .cs-xl-y-7 {
    margin-top: -0.4375rem;
    margin-bottom: -0.4375rem;
  }

  .cs-xl-y-7>.col,
  .cs-xl-y-7>[class*="col-"] {
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
  }

  .cs-xl-10 {
    margin: -0.625rem;
  }

  .cs-xl-10>.col,
  .cs-xl-10>[class*="col-"] {
    padding: 0.625rem;
  }

  .cs-xl-x-10 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .cs-xl-x-10>.col,
  .cs-xl-x-10>[class*="col-"] {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .cs-xl-y-10 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .cs-xl-y-10>.col,
  .cs-xl-y-10>[class*="col-"] {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .cs-xl-15 {
    margin: -0.9375rem;
  }

  .cs-xl-15>.col,
  .cs-xl-15>[class*="col-"] {
    padding: 0.9375rem;
  }

  .cs-xl-x-15 {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }

  .cs-xl-x-15>.col,
  .cs-xl-x-15>[class*="col-"] {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .cs-xl-y-15 {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }

  .cs-xl-y-15>.col,
  .cs-xl-y-15>[class*="col-"] {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }

  .cs-xl-24 {
    margin: -1.5rem;
  }

  .cs-xl-24>.col,
  .cs-xl-24>[class*="col-"] {
    padding: 1.5rem;
  }

  .cs-xl-x-24 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .cs-xl-x-24>.col,
  .cs-xl-x-24>[class*="col-"] {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cs-xl-y-24 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .cs-xl-y-24>.col,
  .cs-xl-y-24>[class*="col-"] {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media (max-width: 991px) {
  [data-aos] {
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transform: initial !important;
    transform: initial !important;
  }

  .card-product {
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }

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

  .slider[data-slider-grid="auto"]:not([data-slider-grid-md="auto"]):not([data-slider-grid-lg="auto"]) .slider__container {
    overflow: visible;
  }

  .slider[data-slider-grid="auto"]:not([data-slider-grid-md="auto"]):not([data-slider-grid-lg="auto"]) .slider__item {
    width: 15rem;
  }

  .slider[data-slider-grid="auto"]:not([data-slider-grid-md="auto"]):not([data-slider-grid-lg="auto"]) .slider__container:not(.swiper-container-initialized) .slider__item {
    box-sizing: content-box;
  }

  .slider[data-slider-grid="auto"].slider--card-large:not([data-slider-grid-md="auto"]):not([data-slider-grid-lg="auto"]) .slider__item {
    width: 15rem;
  }

  .hero__shapes {
    -webkit-transform: scale(0.5) !important;
    transform: scale(0.5) !important;
  }

  .section__container,
  .section__header {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section__image {
    margin-right: initial;
  }

  .page__featured-image-item {
    height: auto;
  }

  .modal--mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    pointer-events: none;
    display: none;
    min-height: 0;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 0.875rem;
  }

  .list--nav .list[data-accordion-content] {
    transition-duration: 0.3s;
    transition-property: max-height, padding-top, margin-bottom;
    max-height: 0;
    overflow: hidden;
    box-sizing: content-box;
    margin-bottom: 0;
  }

  .list--nav .list__item.is-active .list[data-accordion-content] {
    max-height: initial;
  }

  .list--nav .list__item.is-opened .list[data-accordion-content] {
    margin-bottom: 1rem;
  }

  .form__label+* {
    margin-top: initial;
  }

  .card__count {
    -ms-flex-direction: row;
    flex-direction: row;
    min-height: initial;
    padding: 0.4375rem 0.625rem;
  }

  .card__count-icon {
    margin-bottom: 0;
    margin-right: 0.375rem;
  }

  .pagination__item-link {
    min-width: 2.5rem;
    max-width: 2.5rem;
    height: 2.5rem;
  }

  .entry table[data-table-responsive],
  .table[data-table-responsive] {
    display: block;
  }

  .entry table[data-table-responsive] thead,
  .table[data-table-responsive] thead {
    display: none;
  }

  .entry table[data-table-responsive] tbody,
  .entry table[data-table-responsive] tr,
  .table[data-table-responsive] tbody,
  .table[data-table-responsive] tr {
    display: block;
  }

  .entry table[data-table-responsive] td,
  .entry table[data-table-responsive] th,
  .table[data-table-responsive] td,
  .table[data-table-responsive] th {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0;
    background-color: transparent !important;
    height: auto;
  }

  .entry table[data-table-responsive] td:before,
  .entry table[data-table-responsive] th:before,
  .table[data-table-responsive] td:before,
  .table[data-table-responsive] th:before {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
    content: attr(data-label);
    background-color: #faece5;
    font-weight: 700;
    color: #523126;
    padding: 0.4375rem 0.9375rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    transition-duration: 0.3s;
    transition-property: background-color, color;
  }

  .entry table[data-table-responsive] td:nth-child(even),
  .entry table[data-table-responsive] th:nth-child(even),
  .table[data-table-responsive] td:nth-child(even),
  .table[data-table-responsive] th:nth-child(even) {
    background-color: #fffbf9 !important;
  }

  .entry table[data-table-responsive] td:hover,
  .entry table[data-table-responsive] th:hover,
  .table[data-table-responsive] td:hover,
  .table[data-table-responsive] th:hover {
    background-color: #faece5 !important;
    color: #523126 !important;
  }

  .entry table[data-table-responsive] td:hover:before,
  .entry table[data-table-responsive] th:hover:before,
  .table[data-table-responsive] td:hover:before,
  .table[data-table-responsive] th:hover:before {
    background-color: #f6dcd0;
  }

  .entry table[data-table-responsive] td>div:not([class]),
  .entry table[data-table-responsive] th>div:not([class]),
  .table[data-table-responsive] td>div:not([class]),
  .table[data-table-responsive] th>div:not([class]) {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.625rem;
    min-width: 0;
  }

  .entry table[data-table-responsive] td>div:not([class]) .button,
  .entry table[data-table-responsive] td>div:not([class]) .input-quantity,
  .entry table[data-table-responsive] th>div:not([class]) .button,
  .entry table[data-table-responsive] th>div:not([class]) .input-quantity,
  .table[data-table-responsive] td>div:not([class]) .button,
  .table[data-table-responsive] td>div:not([class]) .input-quantity,
  .table[data-table-responsive] th>div:not([class]) .button,
  .table[data-table-responsive] th>div:not([class]) .input-quantity {
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .entry table[data-table-responsive] td>div:not([class]) .button+.button,
  .entry table[data-table-responsive] th>div:not([class]) .button+.button,
  .table[data-table-responsive] td>div:not([class]) .button+.button,
  .table[data-table-responsive] th>div:not([class]) .button+.button {
    margin-left: 0.625rem;
  }

  .entry table[data-table-responsive] tr:first-child td:first-child:before,
  .table[data-table-responsive] tr:first-child td:first-child:before {
    border-top-left-radius: 6px;
  }

  .entry table[data-table-responsive] tr:last-child td:last-child:before,
  .table[data-table-responsive] tr:last-child td:last-child:before {
    border-bottom-left-radius: 6px;
  }

  .map:hover .map__info {
    opacity: 0;
    visibility: hidden;
  }

  .slider[data-slider-grid="auto"][data-slider-grid-md]:not([data-slider-grid-lg]):not([data-slider-grid-md="auto"]) .slider__container {
    overflow: visible;
  }

  .slider[data-slider-grid="auto"][data-slider-grid-md]:not([data-slider-grid-lg]):not([data-slider-grid-md="auto"]) .slider__item {
    width: 15rem;
  }

  .slider[data-slider-grid="auto"][data-slider-grid-md]:not([data-slider-grid-lg]):not([data-slider-grid-md="auto"]) .slider__container:not(.swiper-container-initialized) .slider__item {
    box-sizing: content-box;
  }

  .slider[data-slider-grid="auto"].slider--card-large[data-slider-grid-md]:not([data-slider-grid-lg]):not([data-slider-grid-md="auto"]) .slider__item {
    width: 15rem;
  }

  .slider--news .slider__navigation,
  .slider--overlay .slider__pagination~.slider__navigation {
    display: none;
  }

  .navbar__search-dropdown {
    border-radius: 0;
    width: 100%;
    margin-top: 0;
  }

  .hero__background {
    background-position: 24% 50%;
  }

  .cover {
    background-size: 70%;
  }

  .section__image-logo-item {
    -webkit-transform: translate(-50%, -50%) scale(0.7);
    transform: translate(-50%, -50%) scale(0.7);
  }

  .clients__list-item-img {
    max-height: 2.5rem;
  }

  .stats__boxes-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .modal__bottom {
    border-top: 1px solid #dcdddf;
  }

  .modal__button {
    min-width: 0;
  }
}

@media (max-width: 575px) {
  .text-style--jumbo {
    line-height: 1.1;
  }

  .image-ratio--1by1--mobile::before {
    padding-bottom: calc((1 / 1) * 100%) !important;
  }

  .image-ratio--2by1--mobile::before {
    padding-bottom: calc((1 / 2) * 100%) !important;
  }

  .image-ratio--3by1--mobile::before {
    padding-bottom: calc((1 / 3) * 100%) !important;
  }

  .image-ratio--3by2--mobile::before {
    padding-bottom: calc((2 / 3) * 100%) !important;
  }

  .image-ratio--4by3--mobile::before {
    padding-bottom: calc((3 / 4) * 100%) !important;
  }

  .image-ratio--4by5--mobile::before {
    padding-bottom: calc((5 / 4) * 100%) !important;
  }

  .image-ratio--16by9--mobile::before {
    padding-bottom: calc((9 / 16) * 100%) !important;
  }

  .image-ratio--3by15--mobile::before {
    padding-bottom: calc((1.5 / 3) * 100%) !important;
  }

  .image-ratio--hero--mobile::before {
    padding-bottom: calc((820 / 1920) * 100%) !important;
  }

  .image-ratio--hero-slider--mobile::before {
    padding-bottom: calc((780 / 1920) * 100%) !important;
  }

  .image-ratio--cover--mobile::before {
    padding-bottom: calc((600 / 1920) * 100%) !important;
  }

  .image-ratio--stats-map--mobile::before {
    padding-bottom: calc((523 / 876) * 100%) !important;
  }

  .image-ratio--567by527--mobile::before {
    padding-bottom: calc((0.92945 / 1) * 100%) !important;
  }

  .slider--news .slider__title {
    font-weight: 600;
  }

  .slider--news .slider__pagination {
    margin: -0.1875rem;
  }

  .slider--news .slider__pagination-item {
    padding: 0.1875rem;
  }

  .section__image-thumbs-item {
    border-radius: 8px;
    width: 120px;
    height: 60px;
    margin: 0.4375rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.09);
  }

  .clients__list-item {
    border-radius: 10px;
  }

  .page__header>*+* {
    margin-top: 0.625rem;
  }

  .modal__container {
    height: 100%;
  }
}

@media (max-width: 23.4375rem) {
  .map__info {
    max-width: initial;
    left: 0.625rem;
    top: 0.625rem;
    right: 4.375rem;
  }
}

@media screen and (max-width: 767px) and (min-width: 48rem) {
  .slider[data-slider-grid="auto"][data-slider-grid-md]:not([data-slider-grid-lg]):not([data-slider-grid-md="auto"]) .slider__item {
    width: calc(13.88889vw + 8.33333rem);
  }

  .slider[data-slider-grid="auto"].slider--card-large[data-slider-grid-md]:not([data-slider-grid-lg]):not([data-slider-grid-md="auto"]) .slider__item {
    width: calc(38.19444vw - 3.33333rem);
  }
}

@media screen and (max-width: 767px) and (min-width: 75rem) {
  .slider[data-slider-grid="auto"][data-slider-grid-md]:not([data-slider-grid-lg]):not([data-slider-grid-md="auto"]) .slider__item {
    width: 18.75rem;
  }

  .slider[data-slider-grid="auto"].slider--card-large[data-slider-grid-md]:not([data-slider-grid-lg]):not([data-slider-grid-md="auto"]) .slider__item {
    width: 25.3125rem;
  }
}

@media screen and (max-width: 991px) and (min-width: 48rem) {
  .slider[data-slider-grid="auto"]:not([data-slider-grid-md="auto"]):not([data-slider-grid-lg="auto"]) .slider__item {
    width: calc(13.88889vw + 8.33333rem);
  }

  .slider[data-slider-grid="auto"].slider--card-large:not([data-slider-grid-md="auto"]):not([data-slider-grid-lg="auto"]) .slider__item {
    width: calc(38.19444vw - 3.33333rem);
  }
}

@media screen and (max-width: 991px) and (min-width: 75rem) {
  .slider[data-slider-grid="auto"]:not([data-slider-grid-md="auto"]):not([data-slider-grid-lg="auto"]) .slider__item {
    width: 18.75rem;
  }

  .slider[data-slider-grid="auto"].slider--card-large:not([data-slider-grid-md="auto"]):not([data-slider-grid-lg="auto"]) .slider__item {
    width: 25.3125rem;
  }
}

@media screen {
  html:not(.no-js) [data-aos^="fade"][data-aos^="fade"] {
    opacity: 0;
    transition-property: opacity, transform, -webkit-transform;
  }

  html:not(.no-js) [data-aos^="fade"][data-aos^="fade"].aos-animate {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }

  html:not(.no-js) [data-aos="fade-up"] {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }

  html:not(.no-js) [data-aos="fade-down"] {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }

  html:not(.no-js) [data-aos="fade-right"] {
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }

  html:not(.no-js) [data-aos="fade-left"] {
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  html:not(.no-js) [data-aos="fade-up-right"] {
    -webkit-transform: translate3d(-100px, 100px, 0);
    transform: translate3d(-100px, 100px, 0);
  }

  html:not(.no-js) [data-aos="fade-up-left"] {
    -webkit-transform: translate3d(100px, 100px, 0);
    transform: translate3d(100px, 100px, 0);
  }

  html:not(.no-js) [data-aos="fade-down-right"] {
    -webkit-transform: translate3d(-100px, -100px, 0);
    transform: translate3d(-100px, -100px, 0);
  }

  html:not(.no-js) [data-aos="fade-down-left"] {
    -webkit-transform: translate3d(100px, -100px, 0);
    transform: translate3d(100px, -100px, 0);
  }

  html:not(.no-js) [data-aos^="zoom"][data-aos^="zoom"] {
    opacity: 0;
    transition-property: opacity, transform, -webkit-transform;
  }

  html:not(.no-js) [data-aos^="zoom"][data-aos^="zoom"].aos-animate {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
  }

  html:not(.no-js) [data-aos="zoom-in"] {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }

  html:not(.no-js) [data-aos="zoom-in-up"] {
    -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
    transform: translate3d(0, 100px, 0) scale(0.6);
  }

  html:not(.no-js) [data-aos="zoom-in-down"] {
    -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
    transform: translate3d(0, -100px, 0) scale(0.6);
  }

  html:not(.no-js) [data-aos="zoom-in-right"] {
    -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
    transform: translate3d(-100px, 0, 0) scale(0.6);
  }

  html:not(.no-js) [data-aos="zoom-in-left"] {
    -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
    transform: translate3d(100px, 0, 0) scale(0.6);
  }

  html:not(.no-js) [data-aos="zoom-out"] {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  html:not(.no-js) [data-aos="zoom-out-up"] {
    -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
    transform: translate3d(0, 100px, 0) scale(1.2);
  }

  html:not(.no-js) [data-aos="zoom-out-down"] {
    -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
    transform: translate3d(0, -100px, 0) scale(1.2);
  }

  html:not(.no-js) [data-aos="zoom-out-right"] {
    -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
    transform: translate3d(-100px, 0, 0) scale(1.2);
  }

  html:not(.no-js) [data-aos="zoom-out-left"] {
    -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
    transform: translate3d(100px, 0, 0) scale(1.2);
  }
}


@media screen and (min-width: 62rem) {
    .layout__header + .layout__body {
        margin-top: calc(5.17241vw + 1.2931rem);
    }
}