/*! normalize.css simplified version*/
hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

button,
select {
  text-transform: none;
}

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

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

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

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

/*************************
         GENERAL
*************************/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: auto;
}

body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
}

/**********************
      LAYOUT
      columns
**********************/
.container {
  max-width: 1380px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  max-width: 1380px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.row .row,
.container .row {
  margin-right: -15px;
  margin-left: -15px;
}

@media print, screen and (min-width: 768px) {
  .row .row,
.container .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media print, screen and (min-width: 992px) {
  .row .row,
.container .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}

.row.expanded {
  max-width: none;
}

.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}

.row:not(.expanded) .row {
  max-width: none;
}

.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.row.is-collapse-child,
.row.collapse > .column > .row,
.row.collapse > .columns > .row {
  margin-right: 0;
  margin-left: 0;
}

.column, .columns {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  padding-right: 15px;
  padding-left: 15px;
  min-width: 0;
  box-sizing: border-box;
}

.column.row.row, .row.row.columns {
  float: none;
  display: block;
}

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.small-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.small-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.small-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.small-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.small-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.small-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.small-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.small-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.small-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.small-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.small-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media print, screen and (min-width: 768px) {
  .medium-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .medium-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .medium-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .medium-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .medium-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .medium-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .medium-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .medium-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .medium-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .medium-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .medium-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .medium-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media print, screen and (min-width: 992px) {
  .large-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .large-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .large-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .large-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .large-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .large-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .large-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .large-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .large-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .large-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .large-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .large-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

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

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

.text-center,
.align-center {
  text-align: center !important;
}

.p-0 {
  padding: 0;
}

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

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

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

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

.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;
}

.visible-hide {
  visibility: hidden;
}

.align-items-center {
  align-items: center;
}

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

body.using-mouse :focus {
  outline: none !important;
}

html {
  font-size: 62.5%;
  /* Sets base to 10px */
  line-height: 1.15;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

html,
button,
a,
input,
select,
textarea {
  font-family: "Ubuntu", sans-serif;
}

.screen-reader-response {
  display: none;
  margin: 15px 0;
  font-size: 15px;
}
.screen-reader-response p {
  margin-bottom: 0;
  color: #C64955;
}
.screen-reader-response ul {
  margin: 5px 0;
  font-size: 12px;
  color: #C64955;
}

body {
  margin: 0;
  font-weight: 300;
  color: #212121;
  background: #FAFAFA;
  font-size: 1.4rem;
  line-height: 1.5714285714;
}
@media (min-width: 768px) {
  body {
    font-size: 2rem;
    line-height: 1.5;
  }
}

.modal {
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #000000 #fff;
}
.modal::-webkit-scrollbar {
  width: 0.2rem;
}
.modal::-webkit-scrollbar-track {
  background: #fff;
}
.modal::-webkit-scrollbar-thumb {
  border: 0;
  border-radius: 0;
  background-color: #000000;
}

.site-main {
  padding-top: 6.8rem;
}
@media (min-width: 768px) {
  .site-main {
    padding-top: 10.5rem;
  }
}

.home .block-two-columns .container,
.tax-product_room .block-two-columns .container {
  padding-bottom: 3.5rem;
  position: relative;
}
@media (min-width: 768px) {
  .home .block-two-columns .container,
.tax-product_room .block-two-columns .container {
    padding-bottom: 5.2rem;
  }
}
.home .block-two-columns .container:after,
.tax-product_room .block-two-columns .container:after {
  content: "";
  height: 0.1rem;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin-right: 1.5rem;
  margin-left: 1.5rem;
  background: #e8e8e8;
}
@media (min-width: 768px) {
  .home .block-two-columns .column-text-left .block-text--in-columns .title-mid,
.tax-product_room .block-two-columns .column-text-left .block-text--in-columns .title-mid {
    font-size: 8rem;
    line-height: 1.0625;
  }
}
.home .block-two-columns .column-text-left .block-text--in-columns .description,
.tax-product_room .block-two-columns .column-text-left .block-text--in-columns .description {
  max-width: 51.5rem;
}

@media (min-width: 992px) {
  .home .content-area > div:nth-child(2).block-inspiration > .container,
.tax-product_room .content-area > div:nth-child(2).block-inspiration > .container {
    padding-bottom: 1.9rem;
  }
}

@media (max-width: 767px) {
  .home .header__search--mobile {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
  }
}

@media (min-width: 768px) {
  .post-template-default .title-mid,
.page-template-default .title-mid,
.page-template-templates .title-mid,
.contact-page .title-mid {
    font-size: 3.4rem;
    line-height: 1.1470588235;
  }
}
@media (min-width: 768px) {
  .post-template-default .description:not(.description-big),
.post-template-default .description:not(.description-big) p,
.page-template-default .description:not(.description-big),
.page-template-default .description:not(.description-big) p,
.page-template-templates .description:not(.description-big),
.page-template-templates .description:not(.description-big) p,
.contact-page .description:not(.description-big),
.contact-page .description:not(.description-big) p {
    font-size: 1.6rem;
    line-height: 1.375;
  }
}

.page-content {
  padding-top: 7.7rem;
}

.container .container {
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 992px) {
  .container--narrow {
    max-width: 79.5rem;
    margin-right: auto;
    margin-left: auto;
  }
}

.content-area > .block-image:first-of-type {
  margin-top: 0;
  margin-bottom: 0;
}

figure {
  margin: 0;
}

img,
svg {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

nav ul,
header ul,
.before-header ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
nav li,
header li,
.before-header li {
  display: inline-block;
}

.screen-reader-text {
  width: 1px;
  height: 1px;
  padding: 0;
  position: absolute;
  margin: -1px;
  word-wrap: normal !important;
  border: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
}

a.skip-link {
  width: 1px;
  height: 1px;
  position: absolute;
  z-index: -999;
  top: auto;
  left: -999px;
  overflow: hidden;
}

a.skip-link:focus,
a.skip-link:active {
  width: 150px;
  height: auto;
  padding: 5px;
  z-index: 999;
  top: 20px;
  left: 20px;
  margin: 0;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  border: 2px solid yellow;
  border-radius: 8px;
  background-color: #000;
  overflow: auto;
}

.link-hover {
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 0 1px;
  transition: background-size 0.35s ease 0s;
}
@media (min-width: 768px) {
  .link-hover:hover {
    background-position: 0 100%;
    background-size: 100% 1px;
  }
}

.description a {
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 1px;
  transition: background-size 0.35s ease 0s;
}
@media (min-width: 768px) {
  .description a:hover {
    background-position: 100% 100%;
    background-size: 0 1px;
  }
}

.svg-icon {
  transition: text-indent 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.svg-icon:hover {
  text-indent: 5px;
}
@media (min-width: 768px) {
  .svg-icon:hover svg {
    transform: translateX(8px);
  }
}
.svg-icon svg {
  width: 3rem;
  height: 3rem;
  padding: 0.9rem;
  margin-right: 1.3rem;
  border: 1px solid rgba(33, 33, 33, 0.6);
  border-radius: 100%;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (min-width: 768px) {
  .svg-icon svg {
    width: 3.7rem;
    height: 3.7rem;
    padding: 1.2rem;
  }
}

.block-link:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

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

.scrollable {
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}

.load-more {
  margin-top: 3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .load-more {
    margin-top: 6rem;
  }
}
.load-more .btn {
  display: inline-block;
  min-width: 17.9rem;
}

.display-none {
  display: none;
}

.visibility-hidden {
  visibility: hidden;
}

.hide-on-desktop {
  display: none;
}
@media (min-width: 992px) {
  .hide-on-desktop {
    display: block;
  }
}

.hide-on-mobile {
  display: block;
}
@media (min-width: 992px) {
  .hide-on-mobile {
    display: none;
  }
}

.block-image .hide-on-desktop,
.block-slider .hide-on-desktop {
  display: block;
}
@media (min-width: 768px) {
  .block-image .hide-on-desktop,
.block-slider .hide-on-desktop {
    display: none;
  }
}
.block-image .hide-on-mobile,
.block-slider .hide-on-mobile {
  display: block;
}
@media (max-width: 767px) {
  .block-image .hide-on-mobile,
.block-slider .hide-on-mobile {
    display: none;
  }
}

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

.page-title {
  font-size: 3rem;
  line-height: 1.1333333333;
  margin-bottom: 0.6rem;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .page-title {
    font-size: 3.7rem;
    line-height: 1.0540540541;
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .intro-big .page-title {
    font-size: 6rem;
    line-height: 1.1666666667;
  }
}
@media (min-width: 768px) {
  .intro-big .description {
    max-width: 60%;
    font-size: 2rem;
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  .intro-big .description p {
    font-size: 2rem;
    line-height: 1.5;
  }
}

.swiper {
  /*
  .swiper {
  	.swiper-scrollbar-container {
  		height: rem(15);

  		@media (hover: hover) {
  			.swiper-scrollbar-drag {
  				border-radius: 0;
  				background: $color--black;
  				cursor: grab;
  			}

  			.swiper-scrollbar-dragging {
  				height: rem(8);
  				top: rem(-2);
  				border-radius: rem(5);
  				cursor: grabbing;
  			}

  			&:hover .swiper-scrollbar,
  			&:hover .swiper-scrollbar-dragging {
  				height: rem(4);
  			}
  		}
  	}
  }
   */
}
.swiper .swiper-scrollbar {
  position: relative;
  outline: none;
  width: 100%;
  height: 0.2rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  border-radius: 0;
  opacity: 0;
  background: none;
}
.swiper .swiper-scrollbar:before {
  content: "";
  background: #EAEAEA;
  position: absolute;
  width: 100%;
  height: 0.2rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.swiper .swiper-scrollbar .swiper-scrollbar-drag {
  height: 0.2rem;
  background: #000000;
  border-radius: 0;
}
.swiper.swiper-initialized .swiper-scrollbar {
  opacity: 1 !important;
}
.swiper.simple-scroll-swiper.swiper-unlock {
  border-bottom: none;
}
.swiper.simple-scroll-swiper .swiper-scrollbar-container {
  margin-top: 2.2rem;
}
.swiper.horizontal-slider__list .swiper-scrollbar {
  height: 1.5rem;
  cursor: pointer;
}
@media (hover: hover) {
  .swiper.horizontal-slider__list .swiper-scrollbar .swiper-scrollbar-drag {
    border-radius: 0;
    background: #000000;
    cursor: grab;
  }
  .swiper.horizontal-slider__list .swiper-scrollbar .swiper-scrollbar-drag:after {
    content: " ";
    position: absolute;
    top: -0.625rem;
    bottom: -0.625rem;
    left: 0;
    right: 0;
    display: block;
  }
  .swiper.horizontal-slider__list .swiper-scrollbar:hover:before {
    height: 0.4rem;
  }
  .swiper.horizontal-slider__list .swiper-scrollbar:hover .swiper-scrollbar-drag {
    height: 0.4rem;
  }
  .swiper.horizontal-slider__list .swiper-scrollbar.swiper-scrollbar-dragging:before {
    height: 0.4rem;
  }
  .swiper.horizontal-slider__list .swiper-scrollbar.swiper-scrollbar-dragging .swiper-scrollbar-drag {
    height: 0.5rem;
    border-radius: 0.5rem;
    cursor: grabbing;
  }
}

.horizontal-slider {
  margin: 3.5rem 0;
  overflow-x: hidden;
}
@media (min-width: 992px) {
  .horizontal-slider {
    margin: 5rem 0;
  }
}
.horizontal-slider .container {
  position: relative;
}
.horizontal-slider .title {
  margin-bottom: 2.1rem;
  min-height: 3rem;
}
.horizontal-slider__list.swiper {
  overflow: visible;
}
.horizontal-slider__list .swiper-wrapper {
  padding-bottom: 2.3rem;
}
.horizontal-slider__list .swiper-horizontal > .swiper-scrollbar {
  border-radius: 0 !important;
  background: #E3E4E4;
}
.horizontal-slider__item {
  flex-shrink: 0;
  position: relative;
  border-radius: 2px;
}
.horizontal-slider__item:last-child {
  margin-right: 0 !important;
}
.horizontal-slider__img-wrapper {
  width: 25.3rem !important;
  height: 100%;
  min-width: 25.3rem;
  padding-bottom: 150.14%;
  position: relative;
}
@media (min-width: 768px) {
  .horizontal-slider__img-wrapper {
    width: 36.1rem !important;
    min-width: 36.1rem;
  }
}
.horizontal-slider__img-wrapper img {
  right: 0;
  bottom: 0;
  border-radius: 2px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.horizontal-slider__item-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 2rem;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 20%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.3) 100%);
}
@media (min-width: 768px) {
  .horizontal-slider__item-content {
    flex-direction: row;
  }
}
.horizontal-slider__item-title {
  margin-bottom: 0;
  font-weight: 500;
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.12;
}
@media (max-width: 767px) {
  .horizontal-slider__item-title {
    font-size: 2rem;
    line-height: 1.2;
  }
}
.horizontal-slider__item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.9rem;
  height: 4.9rem;
  border: 1px solid #fff;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.15);
}
@media (max-width: 767px) {
  .horizontal-slider__item-icon {
    width: 3rem;
    height: 3rem;
  }
}
.horizontal-slider__item-icon svg path {
  fill: #fff;
}
.horizontal-slider__button-nav {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.horizontal-slider__button-nav[aria-controls] {
  opacity: 1;
}
@media (max-width: 767px) {
  .horizontal-slider__button-nav {
    display: none;
    top: 1rem;
    width: 2.3rem;
    height: 2.3rem;
  }
}
.horizontal-slider__button-nav g.arrow {
  opacity: 1;
  transition: opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.horizontal-slider__button-nav.button-prev {
  right: 6.5rem;
}
@media (max-width: 767px) {
  .horizontal-slider__button-nav.button-prev {
    right: 4.8rem;
  }
}
.horizontal-slider__button-nav.button-next {
  transform: rotate(180deg);
  right: 1.5rem;
}
@media (max-width: 767px) {
  .horizontal-slider__button-nav.button-next {
    top: 1.2rem;
  }
}
.horizontal-slider__button-nav.swiper-button-disabled {
  cursor: default;
}
.horizontal-slider__button-nav.swiper-button-disabled g.arrow {
  opacity: 0.3;
}

.justify-content-center {
  justify-content: center;
}

.italic {
  font-style: italic;
}

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

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

.weight-bolder {
  font-weight: 900;
}

.fixed-position {
  overflow: hidden;
}

.store-badge {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.store-badge a {
  display: inline-block;
  margin: 1rem;
  background-image: none;
}
.store-badge a:hover img {
  transform: scale(0.9);
}
.store-badge a img {
  width: auto;
  height: 4.5rem;
  max-height: 4.5rem;
  transform: scale(1);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (min-width: 768px) {
  .store-badge a img {
    height: 5rem;
    max-height: 5rem;
  }
}
.store-badge p {
  width: 100%;
}

.numbers {
  font-weight: bold;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.search .woocommerce-wrapper {
  padding-top: 3.3rem;
  padding-bottom: 3.3rem;
}

.ui-slider {
  position: relative;
  width: 100%;
  height: 0.4rem;
  background: #959595;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background: #505050;
  top: 0;
  height: 100%;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  -ms-touch-action: none;
  touch-action: none;
  top: -0.3rem;
  margin-left: -0.5rem;
  border: none;
  border-radius: 1rem;
  background: #484848;
}

.content-area > .section-block:first-of-type {
  margin-top: 0;
}

.slick-list.draggable {
  cursor: grab;
}

@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu-Light.eot");
  src: url("../fonts/Ubuntu-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Ubuntu-Light.svg#Ubuntu-Light") format("svg"), url("../fonts/Ubuntu-Light.ttf") format("truetype"), url("../fonts/Ubuntu-Light.woff") format("woff"), url("../fonts/Ubuntu-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu-LightItalic.eot");
  src: url("../fonts/Ubuntu-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Ubuntu-LightItalic.svg#Ubuntu-LightItalic") format("svg"), url("../fonts/Ubuntu-LightItalic.ttf") format("truetype"), url("../fonts/Ubuntu-LightItalic.woff") format("woff"), url("../fonts/Ubuntu-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu-Regular.eot");
  src: url("../fonts/Ubuntu-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Ubuntu-Regular.svg#../fonts/Ubuntu-Regular") format("svg"), url("../fonts/Ubuntu-Regular.ttf") format("truetype"), url("../fonts/Ubuntu-Regular.woff") format("woff"), url("../fonts/Ubuntu-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu-Medium.eot");
  src: url("../fonts/Ubuntu-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Ubuntu-Medium.svg#../fonts/Ubuntu-Medium") format("svg"), url("../fonts/Ubuntu-Medium.ttf") format("truetype"), url("../fonts/Ubuntu-Medium.woff") format("woff"), url("../fonts/Ubuntu-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu-MediumItalic.eot");
  src: url("../fonts/Ubuntu-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Ubuntu-MediumItalic.svg#Ubuntu-MediumItalic") format("svg"), url("../fonts/Ubuntu-MediumItalic.ttf") format("truetype"), url("../fonts/Ubuntu-MediumItalic.woff") format("woff"), url("../fonts/Ubuntu-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu-Bold.eot");
  src: url("../fonts/Ubuntu-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Ubuntu-Bold.svg#Ubuntu-Bold") format("svg"), url("../fonts/Ubuntu-Bold.ttf") format("truetype"), url("../fonts/Ubuntu-Bold.woff") format("woff"), url("../fonts/Ubuntu-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu-BoldItalic.eot");
  src: url("../fonts/Ubuntu-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Ubuntu-BoldItalic.svg#../fonts/Ubuntu-BoldItalic") format("svg"), url("../fonts/Ubuntu-BoldItalic.ttf") format("truetype"), url("../fonts/Ubuntu-BoldItalic.woff") format("woff"), url("../fonts/Ubuntu-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}
html.user-tab-nav a:focus,
html.user-tab-nav button:focus,
html.user-tab-nav input:focus,
html.user-tab-nav select:focus,
html.user-tab-nav textarea:focus {
  outline: 2px solid blue;
  outline-offset: 0;
}

a {
  font-weight: 400;
  color: #212121;
  text-decoration: none;
}
.page-content a:not([class]), .rich-text a {
  color: #212121;
}
a img {
  border: 0;
}
a:focus, a:hover {
  color: #212121;
}

p {
  margin: 0 0 2.1rem;
}

.line {
  margin: 2rem 0;
}

hr {
  height: 1px;
  position: relative;
  border: none;
}
hr:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #e8e8e8;
}

::selection {
  color: #ffffff;
  background: #212121;
}

::-moz-selection {
  color: #ffffff;
  background: #212121;
}

::-webkit-search-cancel-button {
  pointer-events: none;
  width: 1em;
  height: 1em;
  border-radius: 50em;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z'/%3E%3C/svg%3E") no-repeat 50% 50%;
  background-size: contain;
  opacity: 0;
  -webkit-appearance: none;
}
::-webkit-search-cancel-button:hover {
  cursor: pointer;
}

.title-big {
  font-size: 5.6rem;
  line-height: 1.1071428571;
}
@media (min-width: 992px) {
  .title-big {
    font-size: 10rem;
    line-height: 1.02;
  }
}
.title-lg {
  font-size: 3rem;
  line-height: 1.3333333333;
}
@media (min-width: 992px) {
  .title-lg {
    font-size: 8rem;
    line-height: 1.025;
  }
}
.title-mid {
  font-size: 3rem;
  line-height: 1.1333333333;
}
@media (min-width: 992px) {
  .title-mid {
    font-size: 6rem;
    line-height: 1.0333333333;
  }
}
.title-sm {
  font-size: 3rem;
  line-height: 1.3333333333;
}
@media (min-width: 992px) {
  .title-sm {
    font-size: 4rem;
    line-height: 1.05;
  }
}
.title-xs {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.125;
}

.subtitle {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
}

.description {
  font-weight: 300;
}
.description-big {
  font-size: 1.8rem;
  line-height: 1.4444444444;
}
@media (min-width: 992px) {
  .description-big {
    font-size: 2.5rem;
    line-height: 1.4;
  }
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.2em;
}
h1:only-child,
h2:only-child,
h3:only-child,
h4:only-child,
h5:only-child,
h6:only-child {
  margin: 0;
}

h1 {
  margin-bottom: 2rem;
  font-size: 5rem;
  line-height: 1.2;
}
@media (min-width: 992px) {
  h1 {
    margin-bottom: 4rem;
    font-size: 10rem;
    line-height: 1.02;
  }
}

h2 {
  margin-bottom: 1.4rem;
  font-size: 3.5rem;
  line-height: 1.2;
}
@media (min-width: 992px) {
  h2 {
    font-size: 6rem;
    line-height: 1.0333333333;
  }
}

h3 {
  font-size: 3rem;
  line-height: 1.25;
}

h4 {
  font-size: 2.5rem;
  line-height: 1.2;
}

h5 {
  font-size: 2rem;
  line-height: 1.2;
}

h6 {
  font-size: 1.6rem;
  line-height: 1.2;
}

:root {
  --modal-background: transparent;
  --modal-text: #2E2E2E;
  --overlay-background: #2E2E2E;
  --dropdown-border: #000000;
  --dropdown-background: #FFFFFF;
}

.fade {
  transition: opacity 0.5s linear;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  background-color: var(--overlay-background);
}

/*.modal-backdrop:not(.sidebar-backdrop) {
    z-index: 10000;
}*/
.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.45;
}

/* Modal */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  overflow: hidden;
  display: none;
  background: transparent;
}

.modal.show {
  display: block;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  transition: transform 0.7s ease, opacity 0.7s ease;
  opacity: 0;
  width: 1020px;
  max-width: calc(100% - 60px);
  min-height: 100%;
  border-radius: 2px;
  box-sizing: border-box;
  background: var(--modal-background);
  color: var(--modal-text);
  position: relative;
  align-items: center;
  margin: 0 auto;
}

.modal-dialog {
  display: none;
}

.modal.bottom-right .modal-dialog {
  bottom: 30px;
  right: 30px;
  transform: translateY(calc(100% + 30px));
}

.modal.center .modal-dialog {
  transform: translate(0, -50px);
}

.show .modal-dialog {
  display: flex;
}

.show.slide .modal-dialog {
  opacity: 1;
}

.show.slide.bottom-right .modal-dialog {
  transform: translateY(0);
}

.show.slide.center .modal-dialog {
  transform: translate(0, 0);
}

.modal-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  outline: 0;
  overflow: hidden;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  background: #FFFFFF;
  color: var(--modal-text);
  margin: 30px auto;
}

.modal-header {
  position: relative;
  margin-bottom: 20px;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #E3E4E4;
}

.modal-header h3 {
  margin-bottom: 0;
  font-weight: 400;
}

.modal-header .btn--close {
  position: absolute;
  border: 0;
  box-sizing: content-box;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  background: #fff;
  color: #212121;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  margin: 0;
  cursor: pointer;
  align-self: flex-end;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  padding: 10px;
  z-index: 2;
}

.modal-header .btn--close:hover {
  cursor: pointer;
}

.modal-header .btn--close__text {
  font-size: 14px;
  padding-right: 2px;
  text-transform: uppercase;
  font-weight: 500;
}

.modal-header .btn--close__icon {
  font-size: 50px;
  font-weight: 300;
  line-height: 0.5;
  margin-top: -8px;
}

.modal-header .btn-close svg {
  position: absolute;
  right: 0;
  top: 0;
  background: none;
}

.modal-title {
  color: var(--modal-text);
  font-size: 2.6rem;
  margin-bottom: 15px;
  line-height: 1.3;
}

.modal-footer {
  padding: 15px;
  text-align: right;
}

.modal-text {
  font-size: 1.4rem;
  line-height: 1.6;
}

.modal-subtext {
  font-size: 1.2rem;
  line-height: 1.6;
}

.modal .hidden {
  display: none;
}

.modal select {
  font-size: 1.2rem;
  height: 40px;
  width: 100%;
}

.modal .field-select {
  position: relative;
}

.modal .field-select:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 7px;
  height: 7px;
  border-left: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  transform: rotate(-45deg);
  margin-top: -5px;
}

.modal ::-webkit-input-placeholder {
  color: var(--white);
}

.modal ::-moz-placeholder {
  color: var(--white);
}

.modal :-ms-input-placeholder {
  color: var(--white);
}

.modal :-moz-placeholder {
  color: var(--white);
}

.modal .field {
  margin-bottom: 14px;
}

.modal .btn {
  font-size: 1.2rem;
}

.modal .field-checkbox label {
  display: flex;
  align-items: center;
}

.modal .field-checkbox a,
.modal-footnote a,
.modal-subtext a {
  color: var(--white);
  text-decoration: underline;
}

.modal .field-checkbox a:hover,
.modal-footnote a:hover,
.modal-subtext a:hover {
  text-decoration: none;
}

.modal .action {
  padding-top: 23px;
}

.modal-footnote {
  font-size: 1.4rem;
  padding-top: 12px;
  line-height: 1.6;
}

.modal-footnote p {
  padding-top: 8px;
}

.modal .form-inline input[type=checkbox] + span:before {
  border: 1px solid var(--white);
}

.modal .form-inline input[type=checkbox]:checked + span:before {
  background-image: url(../images/check-white.svg);
}

/* Sidebar Modal */
.sidebar-modal {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  display: none;
  z-index: 101;
}

.sidebar-modal.show {
  display: block;
  transition: transform 0.5s ease;
}

.sidebar-modal .sidebar-modal-dialog {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 330px;
  height: 100%;
  transition: transform 0.5s ease;
}

.sidebar-modal.right .sidebar-modal-dialog {
  right: 0;
  transform: translateX(130%);
}

.sidebar-modal.left .sidebar-modal-dialog {
  left: 0;
  transform: translate(-130%, 0);
}

.sidebar-modal.top .sidebar-modal-dialog,
.sidebar-modal.bottom .sidebar-modal-dialog {
  left: 0;
  right: 0;
  max-width: 100%;
  height: auto;
}

.sidebar-modal.top .sidebar-modal-dialog {
  transform: translateY(-100%);
}

.sidebar-modal.bottom .sidebar-modal-dialog {
  top: auto;
  bottom: 0;
  transform: translateY(100%);
}

.sidebar-modal.right.slide .sidebar-modal-dialog,
.sidebar-modal.left.slide .sidebar-modal-dialog,
.sidebar-modal.top.slide .sidebar-modal-dialog,
.sidebar-modal.bottom.slide .sidebar-modal-dialog {
  transform: translate(0, 0);
}

.sidebar-modal .sidebar-modal-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  box-sizing: border-box;
  background: #F8F8F8;
}

.sidebar-header {
  padding: 10px 20px;
  text-align: center;
  border-bottom: 1px solid var(--black);
}

.sidebar-header h3 {
  font-size: 1.3rem;
  margin-bottom: 0;
}

.sidebar-modal-content {
  position: relative;
}

@media (max-width: 750px) {
  .sidebar-modal .sidebar-modal-dialog {
    max-width: 75vw;
  }
}
.sidebar-modal-content .btn-close {
  position: absolute;
  top: 7px;
  right: 7px;
}

.sidebar-modal-content .btn-close path {
  fill: var(--black);
}

.sidebar-body {
  flex-grow: 1;
  display: flex;
}

@media (max-width: 600px) {
  .sidebar-modal .sidebar-modal-dialog {
    max-width: 80vw;
  }

  .modal-dialog,
.newsletter-popup-wrap {
    max-width: calc(100% - 30px);
    margin: 15px auto;
  }

  .modal-dialog {
    display: none;
    /*transform: translateY(calc(100% + 15px)); */
  }

  .modal-header {
    padding: 0 20px;
  }

  .modal-content {
    padding: 20px 15px 20px;
  }

  .modal-header .btn--close__text {
    display: none;
  }

  .modal-header .btn--close__icon {
    font-size: 30px;
  }
}
/* Custom Scroll */
.scrollable-content {
  width: fit-content;
}

.scrollable {
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.disabled .scrollable {
  overflow: visible;
}

.scrollable::-webkit-scrollbar {
  display: none;
}

.scrollable-wrap {
  position: relative;
}

.scrollable-wrap .sc-scroll-indicator,
.scrollable-wrap.disabled .sc-scroll-indicator {
  opacity: 0;
}

.scrollable-wrap.initialized .sc-scroll-indicator {
  opacity: 1;
}

.initialized .sc-scroll-indicator {
  display: block;
}

.sc-scroll-indicator {
  display: none;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
  background: #dfdfdf;
  transform: translateX(0);
  height: 2px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.sc-scroll-indicator .sc-scroll-indicator-bar {
  will-change: transform;
  background: var(--black);
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  transform-origin: 0 0;
  display: block;
  border-radius: 4px;
  cursor: -webkit-grab;
  cursor: default;
}

.sc-scroll-indicator .sc-scroll-indicator-bar::after {
  content: " ";
  position: absolute;
  top: -0.625rem;
  bottom: -0.625rem;
  left: 0;
  right: 0;
  display: block;
}

/* Scroll Arrows */
.scroll-arrows {
  display: none;
  position: absolute;
  top: -25px;
  right: 15px;
  pointer-events: none;
  color: #B7B7B7;
  font-size: 1.1rem;
  z-index: 2;
}

.scrollable-wrap.initialized .scroll-arrows {
  display: flex;
  align-items: center;
}

.scroll-arrow {
  display: flex;
  align-items: center;
  transition: opacity 0.3s ease;
}

.scroll-arrow.right {
  transform: rotate(180deg);
}

.scroll-arrow .icon-arrow {
  width: 12px;
  height: 12px;
}

.scroll-arrows .icon-arrow-path {
  fill: #B7B7B7;
}

.scroll-start .scroll-arrow.left {
  opacity: 0;
}

.scroll-end .scroll-arrow.right {
  opacity: 0;
}

.scroll-arrows__title {
  margin-left: 5px;
  margin-right: 5px;
  transform: translateY(1px);
}

/* Dropdown */
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown.show {
  z-index: 99;
}

.dropdown.showing {
  z-index: 100;
}

.dropdown-shown {
  z-index: var(--z-index);
}

.dropdown-toggle {
  padding-right: 17px;
  position: relative;
  border-color: transparent;
  z-index: 11;
  width: 100%;
}

.dropdown .dropdown-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  margin: 0;
  border-radius: 2px;
  border: 1px solid var(--dropdown-border);
  padding: 0 24px 17px;
  font-size: 1.2rem;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  pointer-events: none;
  overflow: hidden;
  background-color: var(--dropdown-background);
  transition: opacity 0.3s ease;
}

.dropdown .dropdown-menu:before {
  content: "";
  display: block;
  width: 100%;
}

.dropdown .dropdown-menu.show {
  background-color: var(--dropdown-background);
  pointer-events: all;
}

@media (max-width: 767px) {
  .dropdown {
    position: initial;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/**
 * Swiper 8.2.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 13, 2022
 */
@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");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

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

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

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

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

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

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

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

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

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

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

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

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

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

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

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

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

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

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

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

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

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

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

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

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

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

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

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

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

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

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

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

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

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

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

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

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

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

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

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.accordion-item.active .accordion-collapse {
  height: auto;
  height: var(--height);
  padding: 1rem 0 4rem;
}
.accordion-item.active .svg-icon svg {
  transform: rotate(90deg);
}
.accordion-item:last-child {
  border-bottom: 1px solid #e8e8e8;
}
.accordion-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  font-weight: 400;
  color: #212121;
  cursor: pointer;
  border-top: 1px solid #e8e8e8;
  font-size: 2.4rem;
  line-height: 1.1666666667;
}
.accordion-collapse {
  height: 0;
  padding: 0;
  box-sizing: content-box;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}

.accordion-icon--full.svg-icon svg {
  border-color: #F3F3F3;
  background-color: #F3F3F3;
}
.accordion-icon.svg-icon svg {
  margin-right: 0;
  transform: none;
}

.btn,
input[type=submit] {
  min-width: 20rem;
  padding: 1.4rem 2rem;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #212121;
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  font-size: 1.2rem;
  line-height: 1.1666666667;
}
.btn:hover, .btn:focus,
input[type=submit]:hover,
input[type=submit]:focus {
  color: #000000;
  border-color: #000000;
  background-color: #FBFBFB;
}
.btn:hover svg path, .btn:focus svg path,
input[type=submit]:hover svg path,
input[type=submit]:focus svg path {
  fill: #000000;
}
.btn[disabled], .btn[disabled]:hover, .btn[disabled]:focus,
input[type=submit][disabled],
input[type=submit][disabled]:hover,
input[type=submit][disabled]:focus {
  background-color: #E4E4E3;
  border-color: #E4E4E3;
  color: #959595;
  cursor: not-allowed;
}

.btn-icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 500;
  color: #212121;
  font-size: 1.6rem;
  line-height: 1.125;
}

#breadcrumbs {
  display: none;
  color: #959595;
  font-size: 1rem;
  line-height: 1.1;
}
@media (min-width: 768px) {
  #breadcrumbs {
    display: block;
  }
}
#breadcrumbs a {
  color: #959595;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 0 1px;
  transition: background-size 0.35s ease 0s;
}
@media (min-width: 768px) {
  #breadcrumbs a:hover {
    background-position: 0 100%;
    background-size: 100% 1px;
  }
}

.tabs {
  margin-top: 2.5rem;
  margin-bottom: 2.2rem;
}
.tabs--target-self {
  border-bottom: 1px solid #e8e8e8;
}
.tabs .tab-link {
  display: inline-block;
  width: auto !important;
  min-width: 10rem;
  padding: 1.3rem 3.5rem;
  font-weight: 500;
  text-align: center;
  color: #212121;
  border: 1px solid #ededed;
  border-radius: 20px;
  background-color: #ededed;
  transition: border 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  margin-right: 0.9rem;
  font-size: 1.2rem;
  line-height: 1.1666666667;
}
@media (min-width: 992px) {
  .tabs .tab-link {
    padding: 1.3rem 3.3rem;
  }
}
@media (min-width: 768px) {
  .tabs .tab-link {
    padding: 1.3rem 2rem;
  }
}
.tabs .tab-link:hover, .tabs .tab-link.active {
  border-color: #212121;
}
.tabs .tab-link:last-child {
  margin-right: 0;
}
.tabs .active {
  border-color: #212121;
}

.footer {
  padding: 3.5rem 0;
  font-weight: 300;
  color: #484848;
  background: #fff;
  font-size: 1.4rem;
  line-height: 1.5714285714;
}
@media (min-width: 768px) {
  .footer {
    padding: 5rem 0 3rem;
  }
}
.footer__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
  margin-bottom: 0;
  font-weight: 500;
  color: #212121;
  text-transform: uppercase;
  border-bottom: 1px solid #e8e8e8;
  font-size: 1.4rem;
  line-height: 1.1428571429;
}
@media (min-width: 768px) {
  .footer__title {
    padding: 0;
    margin-bottom: 1rem;
    font-weight: 600;
    border: none;
  }
}
.footer__title:hover {
  cursor: pointer;
}
@media (min-width: 768px) {
  .footer__title .svg-icon {
    display: none;
  }
}
.footer__title .svg-icon__minus {
  display: none;
}
.footer p,
.footer a {
  font-weight: 300;
  color: #484848;
}
.footer a {
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 0 1px;
  transition: background-size 0.35s ease 0s;
}
@media (min-width: 768px) {
  .footer a:hover {
    background-position: 0 100%;
    background-size: 100% 1px;
  }
}
@media (max-width: 767px) {
  .footer__nav {
    margin-top: 1.5rem;
    border-top: 1px solid #e8e8e8;
  }
}
.footer__nav .menu {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.footer__nav .menu-item.current-menu-item a, .footer__nav .menu-item.current_page_item a {
  color: #484848;
  background-position: 0 100%;
  background-size: 100% 1px;
}
@media (max-width: 767px) {
  .footer .menu-information-container,
.footer .footer__info,
.footer .menu-social {
    display: none;
    padding: 2rem 0;
  }
}
.footer .menu-social {
  padding-left: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .footer .columns {
    padding-top: 0;
    padding-bottom: 0.5rem;
    border: none;
  }
}
.footer__newsletter {
  padding-right: 1rem;
  padding-left: 1rem;
  order: -1;
}
@media (min-width: 768px) {
  .footer__newsletter {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    order: unset;
  }
}
@media (min-width: 992px) {
  .footer__newsletter {
    margin-left: 8.33333%;
  }
}
@media (max-width: 991px) {
  .footer__newsletter {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}
.footer__newsletter .footer__title {
  justify-content: center;
  border: none;
}
.footer__newsletter .wpcf7-form-control-wrap input[type=email] {
  font-weight: 600;
  color: #212121;
  border-color: #FBFBFB;
  border-radius: 2rem;
  background-color: #FBFBFB;
}
.footer__newsletter__form input[type=email] {
  padding-right: 4.5rem;
}
.footer__newsletter__form label {
  position: absolute;
  top: 0;
  right: 0.5rem;
}
.footer__newsletter__form label:hover {
  cursor: pointer;
}
.footer__newsletter__form input[type=submit] {
  display: none;
  z-index: 10;
}
.footer__newsletter__form input[type=submit]:hover {
  border-color: transparent;
}
.footer__newsletter__form .form-newsletter {
  position: relative;
}

.copyright {
  max-width: 41rem;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .copyright {
    margin-top: 4rem;
  }
}
.copyright p {
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 1.6666666667;
}

.header-wrapper {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  transition: height 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  overflow: hidden;
}
@media (max-width: 767px) {
  .header-wrapper {
    display: flex;
    height: 6.8rem;
    border-top: 1px solid #F3F3F3;
  }
}
.header-wrapper.show {
  height: calc(var(--vh, 1vh) * 100);
}
.header-wrapper.show .header__search--mobile {
  display: none;
}
.header-wrapper.show .header {
  overflow-y: auto;
  overflow-x: hidden;
}
.header-wrapper ul.before-header__menu-lang {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .header-wrapper ul.before-header__menu-lang {
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .header-wrapper ul.before-header__menu-lang {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 2rem 2rem 5rem 2rem;
    margin-top: auto;
  }
}
.header-wrapper ul.before-header__menu-lang li {
  margin: 0 0.7rem;
}
.header-wrapper ul.before-header__menu-lang li.active a {
  color: #484848;
  font-weight: 500;
}
.header-wrapper ul.before-header__menu-lang li a {
  color: #959595;
}
.header-wrapper ul.before-header__menu-lang li a:hover {
  color: #484848;
}

.before-header {
  padding: 0.9rem 0;
  color: #484848;
  background: #FBFBFB;
  font-size: 1.6rem;
  line-height: 1.125;
  display: block;
  height: 100%;
}
@media (min-width: 768px) {
  .before-header {
    font-size: 1rem;
    line-height: 1.1;
  }
}
@media (max-width: 767px) {
  .before-header {
    display: none;
    padding: 3rem 0.9rem 0;
  }
}
.before-header__menu {
  display: inline-flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: none;
}
@media (min-width: 768px) {
  .before-header__menu {
    flex-direction: row;
    align-items: center;
    border-right: 1px solid #484848;
  }
}
.before-header__menu li {
  margin: 0.7rem 0;
}
@media (min-width: 768px) {
  .before-header__menu li {
    margin: 0 3rem 0 0;
  }
}
.before-header__menu li a {
  font-weight: 300;
}
@media (min-width: 768px) {
  .before-header__menu li a {
    font-weight: 400;
    background-image: linear-gradient(currentColor, currentColor);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 0 1px;
    transition: background-size 0.35s ease 0s;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .before-header__menu li a:hover {
    background-position: 0 100%;
    background-size: 100% 1px;
  }
}
@media (min-width: 768px) {
  .before-header__right {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .before-header__left, .before-header__right {
    flex: 1 100%;
    max-width: 100%;
  }
}
.before-header__left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.before-header__catalogue {
  display: inline-block;
  margin-top: 0.7rem;
  font-weight: 300;
  color: #484848;
}
@media (min-width: 768px) {
  .before-header__catalogue {
    margin-top: 0;
    font-weight: 500;
    color: #212121;
    text-transform: uppercase;
  }
}

.header {
  padding: 1.4rem 0 1.2rem;
  order: 1;
  color: #484848;
  background: #fff;
}
@media (min-width: 768px) {
  .header {
    background: #fff;
  }
}
@media (max-width: 767px) {
  .header {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between;
    align-content: space-around;
    flex-shrink: 1;
    height: calc(var(--vh, 1vh) * 100);
    padding-bottom: 0;
    width: 100%;
  }
}
.header .container {
  width: 100%;
}
.header__container__mobile {
  display: none;
  position: relative;
  height: 100%;
  width: 100%;
  flex-direction: column;
  flex-wrap: nowrap;
  background: #f7f7f7;
  font-size: 1.6rem;
  line-height: 1.125;
  padding-bottom: 3rem;
}
@media (max-width: 767px) {
  .header__container__mobile {
    display: flex;
  }
}
.header__container__mobile .before-header__menu {
  margin-top: 2.6rem;
}
.header .row {
  align-items: center;
}
@media (max-width: 767px) {
  .header .row {
    justify-content: space-between;
  }
}
.header__logo {
  transform: scale(1);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.header__logo:hover {
  transform: scale(0.9);
}
@media (max-width: 767px) {
  .header__logo {
    min-width: 11rem;
  }
}
.header .logo-img {
  max-height: 5rem;
}
@media (max-width: 767px) {
  .header .menu-menu-container {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .header__nav {
    display: flex;
    flex: 1 100%;
    max-width: 100%;
    position: relative;
    order: 3;
    background-color: #f7f7f7;
  }
}
.header__nav .menu {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.4rem;
  line-height: 1.1428571429;
}
@media (max-width: 767px) {
  .header__nav .menu {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    font-size: 2rem;
    line-height: 1.2;
  }
}
.header__nav .menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.5rem 0;
  border-bottom: 1px solid #e8e8e8;
}
@media (min-width: 768px) {
  .header__nav .menu-item {
    display: inline-block;
    width: auto;
    padding: 0;
    margin-right: 1rem;
    margin-bottom: 0.5rem;
    border: none;
  }
}
@media (min-width: 850px) {
  .header__nav .menu-item {
    margin-right: 2rem;
  }
}
@media (min-width: 1050px) {
  .header__nav .menu-item {
    margin-right: 3rem;
  }
}
@media (min-width: 1200px) {
  .header__nav .menu-item {
    margin-right: 3rem;
  }
}
.header__nav .menu-item a {
  display: inline-flex;
  font-weight: 500;
  color: #484848;
}
@media (min-width: 768px) {
  .header__nav .menu-item a {
    display: inline-block;
    width: auto;
    font-weight: 400;
    background-image: linear-gradient(currentColor, currentColor);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 0 1px;
    transition: background-size 0.35s ease 0s;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .header__nav .menu-item a:hover {
    background-position: 0 100%;
    background-size: 100% 1px;
  }
}
.header__nav .menu-item.mobile-active.menu-item-has-children .sub-menu {
  display: block !important;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  left: 0 !important;
  background: #fff;
  opacity: 1;
}
.header__nav .menu-item.current-menu-ancestor > a, .header__nav .menu-item.current-menu-item > a {
  display: inline-block;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 1px;
}
@media (max-width: 767px) {
  .header__nav .menu-item .sub-menu-trigger {
    display: block;
    width: 3rem;
    height: 3rem;
    position: relative;
  }
  .header__nav .menu-item .sub-menu-trigger:hover {
    cursor: pointer;
  }
  .header__nav .menu-item .sub-menu-trigger:after, .header__nav .menu-item .sub-menu-trigger:before {
    content: "";
    pointer-events: none;
    position: absolute;
    right: 0;
  }
  .header__nav .menu-item .sub-menu-trigger:after {
    width: 100%;
    height: 100%;
    top: 0;
    border: 1px solid rgba(33, 33, 33, 0.6);
    border-radius: 100%;
  }
  .header__nav .menu-item .sub-menu-trigger:before {
    width: 0.7rem;
    height: 1rem;
    top: 50%;
    right: 1.1rem;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3Csvg id='right-arrow' xmlns='http://www.w3.org/2000/svg' width='5.96' height='10.145' viewBox='0 0 5.96 10.145'%3E%3Cg id='Group_393' data-name='Group 393' transform='translate(0)'%3E%3Cpath id='Path_222' data-name='Path 222' d='M107.276,4.676,102.762.162a.556.556,0,0,0-.785,0l-.332.332a.556.556,0,0,0,0,.785l3.791,3.791-3.8,3.8a.556.556,0,0,0,0,.785l.332.332a.556.556,0,0,0,.785,0l4.519-4.518a.56.56,0,0,0,0-.788Z' transform='translate(-101.478)' fill='%23212121'/%3E%3C/g%3E%3C/svg%3E");
    background-position: center center;
    background-size: cover;
  }
}
.header__nav .menu-item .sub-menu-trigger--back {
  transform: rotate(180deg);
  margin-right: 1rem;
}
.header .mobile-sub-menu-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 2rem;
}
.header__search {
  width: 100%;
}
@media (min-width: 768px) {
  .header__search {
    display: flex;
    justify-content: flex-end;
    width: auto;
  }
}
@media (max-width: 767px) {
  .header__search {
    flex: 1 100%;
    max-width: 100%;
    padding: 1.4rem;
    margin-top: 7.2rem;
    background-color: transparent;
  }
}
.header__search--mobile {
  display: none;
}
@media (max-width: 767px) {
  .header__search--desktop {
    display: block;
    margin-top: 1.5rem;
    background: #f7f7f7;
  }
}
.header__search.show {
  background-color: #FBFBFB;
}
.header__search form {
  display: flex;
  align-items: center;
  padding: 0.7rem 0.9rem;
  margin-bottom: 0;
  border: 1px solid #E3E4E4;
  border-radius: 24px;
  background-color: #fff;
}
@media (min-width: 992px) {
  .header__search form {
    min-width: 35.5rem;
    background-color: #FBFBFB;
  }
}
.header__search input[type=search] {
  width: 100%;
  font-weight: 300;
  color: #505050;
  border: none;
  border-radius: inherit;
  font-size: 1.4rem;
  line-height: 1.1428571429;
}
@media (min-width: 768px) {
  .header__search input[type=search] {
    color: inherit;
    background-color: #FBFBFB;
  }
}
.header__search input[type=search]:focus {
  border-color: transparent;
  outline: none !important;
}
.header__search input[type=search]:focus::-webkit-search-cancel-button {
  pointer-events: all;
  opacity: 0.3;
}
.header__search button[type=submit] {
  width: 33px;
  padding: 0;
  margin: 0;
  text-indent: -999px;
  border: 1px solid transparent;
  border-radius: inherit;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.178' height='13' viewBox='0 0 13.178 13'%3E%3Cg id='magnifying-glass' transform='translate(0 -0.802)'%3E%3Cpath id='Path_1' data-name='Path 1' d='M12.866,11.984l-3.03-3.03A5.327,5.327,0,1,0,8.366,10.5l2.994,2.994a1.065,1.065,0,1,0,1.506-1.506ZM5.325,9.726a3.6,3.6,0,1,1,3.6-3.6A3.6,3.6,0,0,1,5.325,9.726Z' fill='%23666'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center;
  cursor: pointer;
  opacity: 0.7;
  overflow: hidden;
}
.header__search button[type=submit]:hover {
  opacity: 1;
}
.header .sub-menu {
  width: 100%;
  height: 100vh;
  padding: 1.5rem;
  position: absolute;
  z-index: 10;
  top: 0;
  right: auto;
  left: 100%;
  overflow-y: auto;
  transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #000000 #fff;
}
.header .sub-menu::-webkit-scrollbar {
  width: 0.2rem;
}
.header .sub-menu::-webkit-scrollbar-track {
  background: #fff;
}
.header .sub-menu::-webkit-scrollbar-thumb {
  border: 0;
  border-radius: 0;
  background-color: #000000;
}
@media (min-width: 768px) {
  .header .sub-menu {
    display: none;
  }
}
.header .sub-menu.show {
  display: block;
  z-index: 2;
  left: 0;
  background-color: #f7f7f7;
}
.header .sub-menu .menu-item {
  padding: 1.2rem 0;
  border: none;
}
.header .sub-menu .menu-item a {
  font-weight: 300;
  color: #484848;
  font-size: 1.6rem;
  line-height: 1.125;
}
.header .btn-menu {
  display: block;
  width: 2.4rem;
  height: 1.4rem;
  padding: 0;
  position: relative;
  transform: rotate(0deg);
  order: 0;
  margin: 0 1.5rem 0 1.1rem;
  border: 0;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (min-width: 768px) {
  .header .btn-menu {
    display: none;
  }
}
.header .btn-menu span {
  display: block;
  width: 100%;
  height: 0.2rem;
  position: absolute;
  background: #212121;
  opacity: 1;
  transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.header .btn-menu span:nth-child(1) {
  top: -0.4rem;
  transform-origin: left center;
}
.header .btn-menu span:nth-child(2) {
  top: 0.2rem;
}
.header .btn-menu span:nth-child(3) {
  top: 0.8rem;
}
.header .btn-menu.btn-open {
  width: 1.8rem;
  height: 1.8rem;
}
.header .btn-menu.btn-open span:nth-child(1) {
  width: 100%;
  top: -3px;
  left: 0;
  transform: rotate(45deg);
}
.header .btn-menu.btn-open span:nth-child(2) {
  width: 0;
  width: 100%;
  opacity: 0;
}
.header .btn-menu.btn-open span:nth-child(3) {
  top: 3px;
  left: -3px;
  transform: rotate(-45deg);
}

.fade-in {
  animation-name: fade-in;
  animation-duration: 0.2s;
  animation-fill-mode: forwards;
  -webkit-animation-name: fade-in;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.content-header {
  position: relative;
  padding-top: 1.2rem;
  padding-bottom: 1.3rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid var(--border-color, #ededed);
  z-index: 2;
}
.content-header--white #breadcrumbs {
  border-color: #fff;
}
.content-header__title {
  margin-bottom: 2rem;
}
.content-header .tabs {
  padding-bottom: 0;
}

.blog-post__content {
  padding: 2rem 0.5rem;
}
.blog-post__title {
  font-size: 2rem;
  line-height: 1.2;
  color: #212121;
  text-align: center;
}
.blog-post__title-link {
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 0 1px;
  transition: background-size 0.35s ease 0s;
  font-weight: 500;
}
@media (min-width: 768px) {
  .blog-post__title-link:hover {
    background-position: 0 100%;
    background-size: 100% 1px;
  }
}

input,
select,
textarea {
  max-width: 100%;
  border: 1px solid #E3E4E4;
}
input:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #FBFBFB inset;
}

input[type=text],
input[type=email],
select,
textarea {
  display: inline-block;
  width: 100%;
  padding: 1.2rem 2rem;
  margin-bottom: 1.1rem;
  font-weight: 300;
  border-radius: 0.2rem;
  font-size: 1.4rem;
  line-height: 1.1428571429;
}
input[type=text]:focus,
input[type=email]:focus,
select:focus,
textarea:focus {
  border-color: #212121;
  box-shadow: 0 0 0 1px rgba(33, 33, 33, 0.2);
}
input[type=text].wpcf7-not-valid,
input[type=email].wpcf7-not-valid,
select.wpcf7-not-valid,
textarea.wpcf7-not-valid {
  border-color: #C64955;
}
input[type=text].wpcf7-not-valid + .select2-container .select2-selection--single,
input[type=email].wpcf7-not-valid + .select2-container .select2-selection--single,
select.wpcf7-not-valid + .select2-container .select2-selection--single,
textarea.wpcf7-not-valid + .select2-container .select2-selection--single {
  border-color: #C64955;
}

select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.771' height='5' viewBox='0 0 8.771 5'%3E%3Cg id='arrow-down-sign-to-navigate' transform='translate(-0.001 -97.141)'%3E%3Cpath id='Path_278' data-name='Path 278' d='M4.386,102.14a.612.612,0,0,1-.434-.18L.181,98.189a.614.614,0,0,1,.869-.869l3.337,3.337L7.723,97.32a.614.614,0,1,1,.869.869L4.82,101.96A.612.612,0,0,1,4.386,102.14Z' transform='translate(0)' fill='%23484848'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position-x: 97%;
  background-position-y: 17px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

::placeholder {
  color: #505050;
  font-size: 1.4rem;
  line-height: 1.1428571429;
}
@media (min-width: 768px) {
  ::placeholder {
    color: inherit;
  }
}

.wpcf7-form.sent .wpcf7-response-output {
  display: inline-block;
  color: #0E9F74;
}
.wpcf7-form.invalid .wpcf7-response-output {
  display: inline-block;
  color: #C64955;
}

.wpcf7-response-output {
  margin-top: 1rem;
  display: none;
  font-size: 12px;
}

.wpcf7-not-valid-tip {
  display: none;
  margin-top: -7px;
  margin-bottom: 10px;
  font-size: 12px;
  color: #C64955;
}

input[type=checkbox],
input[type=radio] {
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=radio] {
  position: relative;
  border-radius: 100%;
}
input[type=radio]:checked:after {
  opacity: 1;
}
input[type=radio]:after {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='50'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
}

input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.317' height='7.507' viewBox='0 0 10.317 7.507'%3E%3Cg id='check' transform='translate(0.001 -55.188)'%3E%3Cpath id='Path_59' data-name='Path 59' d='M10.014,56.95,4.572,62.393a1.033,1.033,0,0,1-1.46,0L.3,59.583a1.033,1.033,0,0,1,1.46-1.46l2.08,2.08L8.554,55.49a1.033,1.033,0,0,1,1.46,1.46Z' fill='%23212121'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
}

.wpcf7-list-item .wpcf7-list-item-label {
  margin-top: 3px;
}
.wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.wpcf7-list-item input {
  width: 2rem;
  height: 2rem;
  min-width: 2rem;
  min-height: 2rem;
}
.wpcf7-list-item a {
  font-weight: 300;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 1px;
  transition: background-size 0.35s ease 0s;
}
@media (min-width: 768px) {
  .wpcf7-list-item a:hover {
    background-position: 100% 100%;
    background-size: 0 1px;
  }
}

.wpcf7-form span.label-title {
  display: block;
  font-size: 1.4rem;
  height: 10px;
  font-weight: 300;
  margin-bottom: 0 !important;
}

.wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-top: 1.4rem;
  margin-bottom: 0.6rem;
}
.wpcf7-radio label {
  display: flex;
  flex-direction: row-reverse;
  margin-right: 2rem;
}

.wpcf7-list-item-label {
  font-weight: 300;
  margin-left: 0.5rem;
  font-size: 1.4rem;
  line-height: 1.1428571429;
}
@media (min-width: 768px) {
  .wpcf7-list-item-label {
    margin-left: 1.3rem;
  }
}

.contact-section__success {
  display: none;
  padding: 40px 20px;
  border-radius: 5px;
}
.contact-section__success .btn-icon {
  margin-top: 30px;
}

.wpcf7-spinner {
  display: inline-block;
  width: 24px;
  height: 24px;
  padding: 0;
  position: relative;
  top: 8px;
  margin: 0 10px;
  border: none;
  border-radius: 100%;
  background-color: #23282d;
  /* Dark Gray 800 */
  opacity: 0.75;
  visibility: hidden;
}
.wpcf7-spinner::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 4px;
  left: 4px;
  transform-origin: 8px 8px;
  border: none;
  border-radius: 100%;
  background-color: #fbfbfc;
  /* Light Gray 100 */
  animation-name: spin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
  .wpcf7-spinner::before {
    animation-name: blink;
    animation-duration: 2000ms;
  }
}

form.submitting .wpcf7-spinner {
  visibility: visible;
}

.wpcf7-form-control-wrap {
  margin-top: 1rem;
  display: block;
}

input[type=submit] {
  background-color: var(--secondary-color, #212121);
  margin-top: 1.1rem;
}
input[type=submit]:hover, input[type=submit]:focus {
  color: var(--secondary-color, #000000);
  border-color: var(--secondary-color, #000000);
}
input[type=submit]:disabled {
  cursor: not-allowed;
}

input[type=text],
input[type=email],
select,
textarea {
  color: var(--secondary-color, #212121);
}
input[type=text]:focus,
input[type=email]:focus,
select:focus,
textarea:focus {
  border-color: var(--secondary-color, #E3E4E4);
}
input[type=text]::placeholder,
input[type=email]::placeholder,
select::placeholder,
textarea::placeholder {
  color: var(--secondary-color, #212121);
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.select2-container {
  margin-bottom: 1rem;
}
.select2-container .select2-selection--single {
  padding-top: 1.2rem;
  padding-bottom: 1rem;
  box-sizing: border-box;
  height: 4.2rem;
  border-radius: 0.2rem;
  border-color: #E3E4E4;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  height: 4rem;
}
.select2-container .select2-selection--single .select2-selection__arrow b {
  display: block;
  height: 5px;
  margin-left: -9px;
  width: 9px;
  border: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.771' height='5' viewBox='0 0 8.771 5'%3E%3Cg id='arrow-down-sign-to-navigate' transform='translate(-0.001 -97.141)'%3E%3Cpath id='Path_278' data-name='Path 278' d='M4.386,102.14a.612.612,0,0,1-.434-.18L.181,98.189a.614.614,0,0,1,.869-.869l3.337,3.337L7.723,97.32a.614.614,0,1,1,.869.869L4.82,101.96A.612.612,0,0,1,4.386,102.14Z' transform='translate(0)' fill='%23484848'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position-x: 0;
  background-position-y: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #212121;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.1428571429;
  padding-left: 2rem;
  padding-right: 2rem;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #212121;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  display: block;
  width: 2rem;
  height: 2rem;
  text-align: center;
}
.select2-container--default .select2-dropdown {
  border-color: #E3E4E4;
}
.select2-container--default .select2-dropdown .select2-search__field {
  border-color: #E3E4E4;
}
.select2-container--default .select2-dropdown .select2-results__option {
  color: #212121;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.1428571429;
  padding-left: 2rem;
  padding-right: 2rem;
}
.select2-container--default .select2-dropdown .select2-results__option--highlighted[aria-selected] {
  background-color: #E3E4E4;
}
.select2-container--default .select2-dropdown .select2-results__option[aria-selected=true] {
  background-color: #E3E4E4;
}
.select2-container--open .select2-selection--single {
  border-radius: 0.2rem;
}

.grecaptcha-badge {
  visibility: hidden;
}

.grecaptcha-policy-text {
  margin: 0;
  font-size: 10px;
}

.pswp--animated-in .pswp__bg {
  background: #ffffff;
}
.pswp .pswp__button.pswp__button--close:before {
  display: none;
}
.pswp .pswp__top-bar {
  background-color: transparent !important;
}
.pswp .pswp__caption,
.pswp .pswp__button.pswp__button--share.pswp__element--disabled,
.pswp .pswp__button.pswp__button--fs,
.pswp .pswp__button.pswp__button--zoom,
.pswp .pswp__counter {
  display: none !important;
}
.pswp .pswp__ui--hidden .pswp__button--arrow--left,
.pswp .pswp__ui--hidden .pswp__button--arrow--right,
.pswp .pswp__ui--hidden .pswp__caption,
.pswp .pswp__ui--hidden .pswp__top-bar,
.pswp .pswp__ui--idle .pswp__top-bar,
.pswp .pswp__ui--idle .pswp__button--arrow--left,
.pswp .pswp__ui--idle .pswp__button--arrow--right {
  opacity: 1 !important;
}
.pswp .pswp__button.pswp__button--close {
  background: none;
  border: none;
  position: relative;
  background-image: none !important;
}
.pswp .pswp__button.pswp__button--close::before {
  content: "";
  background: #FFFFFF;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 7px;
  width: 30px;
  height: 30px;
}
.pswp .pswp__button.pswp__button--close::after {
  content: "";
  background-image: url(../../assets/images/filter-close.svg);
  position: absolute;
  top: 0;
  left: 10px;
  width: 15px;
  height: 15px;
  margin: 10px;
}
.pswp .pswp__button--arrow--left {
  left: 15px;
}
.pswp .pswp__button--arrow--right {
  right: 15px;
}
.pswp.pswp--svg .pswp__button--arrow--left:before, .pswp.pswp--svg .pswp__button--arrow--right:before {
  content: "";
  background-color: #FFFFFF !important;
  background-image: none !important;
  border-radius: 50%;
  position: absolute;
  width: 30px;
  height: 30px;
}
.pswp.pswp--svg .pswp__button--arrow--left:after, .pswp.pswp--svg .pswp__button--arrow--right:after {
  content: "";
  position: absolute;
  top: 45px;
  left: 15px;
  width: 14px;
  height: 14px;
  border-top: 4px solid #000;
  border-right: 4px solid #000;
  box-sizing: border-box;
  transform: rotate(-136deg);
}
.pswp.pswp--svg .pswp__button--arrow--right:after {
  left: auto;
  right: 15px;
  transform: rotate(45deg);
}
.pswp .pswp__button.pswp__button--close {
  top: 15px;
  right: 15px;
}
.pswp .pswp__button--arrow--left,
.pswp .pswp__button--arrow--left:hover,
.pswp .pswp__button--arrow--right,
.pswp .pswp__button--arrow--right:hover,
.pswp .pswp__button.pswp__button--close,
.pswp .pswp__button.pswp__button--close:hover {
  opacity: 1;
}

.block-brands {
  margin: 4rem 0;
}
.block-brands .title {
  margin-bottom: 3.7rem;
}
@media (max-width: 767px) {
  .block-brands .title {
    margin-bottom: 1.6rem;
  }
}
.block-brands__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-right: -0.8rem;
  margin-left: -0.8rem;
}
@media (min-width: 768px) {
  .block-brands__list {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
}
.block-brands__item {
  position: relative;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .block-brands__item {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    margin-bottom: 1.5rem;
  }
}
.block-brands__img-wrapper {
  height: 0;
  padding-bottom: 154.3%;
  position: relative;
  border-radius: 2px;
}
@media (max-width: 767px) {
  .block-brands__img-wrapper {
    padding-bottom: 100%;
  }
}
.block-brands__img-wrapper img {
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.block-brands__img-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #212121;
  opacity: 0.4;
}
.block-brands__item-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.block-brands__item-logo img {
  max-width: 13rem;
}
.block-brands__btn {
  background-color: #fff;
  border-radius: 0.4rem;
  font-size: 1.2rem;
  line-height: 1.0833333333;
  text-transform: uppercase;
  position: absolute;
  bottom: 5rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-weight: 400;
  padding: 1.4rem 4rem;
  min-width: 20rem;
}

.block-image {
  margin: 2.8rem 0;
}
@media (max-width: 767px) {
  .block-image {
    margin-top: 3.9rem;
  }
}
@media (min-width: 768px) {
  .block-image {
    margin: 4.3rem 0;
  }
}
@media (min-width: 992px) {
  .block-image + .block-text {
    padding-top: 5.9rem;
  }
}

.image-dots-container {
  position: relative;
}

.block-image-dots .image-dot {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 1;
  border: 2px solid transparent;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: border-color 250ms ease-in-out;
}

.block-image-dots .image-dot::before {
  content: "";
}

.block-image-dots .image-dot::after {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  position: relative;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.55);
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
}

.block-image-dots .image-dot:hover,
.block-image-dots .image-dots-container:not(:hover) .image-dot.open-yes {
  z-index: 2;
  border-color: rgba(255, 255, 255, 0.5);
}

.block-image-dots .image-dot:hover::after,
.block-image-dots .image-dots-container:not(:hover) .image-dot.open-yes::after {
  transform: scale(0.667);
  -webkit-transform: scale(0.667);
}

.block-image-dots .image-dot .image-dot__product {
  width: 250px;
  position: absolute;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 250ms ease-in-out, visibility 250ms ease-in-out;
}

.block-image-dots .image-dot:hover .image-dot__product,
.block-image-dots .image-dots-container:not(:hover) .image-dot.open-yes .image-dot__product {
  opacity: 1;
  visibility: visible;
}
.block-image-dots .image-dot:hover .image-dot__product .product-thumbnail img,
.block-image-dots .image-dots-container:not(:hover) .image-dot.open-yes .image-dot__product .product-thumbnail img {
  display: block;
}

.block-image-dots .image-dot.top .image-dot__product {
  padding-bottom: 20px;
  bottom: 100%;
}

.block-image-dots .image-dot.right .image-dot__product {
  padding-left: 20px;
  left: 100%;
}

.block-image-dots .image-dot.bottom .image-dot__product {
  padding-top: 20px;
  top: 100%;
}

.block-image-dots .image-dot.left .image-dot__product {
  padding-right: 20px;
  right: 100%;
}

.block-image-dots .image-dot .image-dot__product a {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  max-width: 250px;
  padding: 10px 4px 10px 10px;
  text-decoration: none;
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.19);
}

.block-image-dots .image-dot .image-dot__product a:focus {
  outline: none;
}

.block-image-dots .image-dot .image-dot__product .product-thumbnail {
  width: 70px;
  height: auto;
  max-width: 70px;
  aspect-ratio: 1;
}
.block-image-dots .image-dot .image-dot__product .product-thumbnail img {
  display: none;
}

.block-image-dots .image-dot .image-dot__product .product-meta {
  width: 100%;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

.block-image-dots .image-dot .image-dot__product .arrow-icon {
  display: flex;
  align-items: center;
}

.block-image-dots .image-dot .image-dot__product .arrow-icon svg {
  width: 20px;
}

.block-inspiration .block-two-columns > .container {
  padding-bottom: 5rem;
}
.block-inspiration .block-two-columns > .container:after {
  margin-right: 0;
  margin-left: 0;
}
.block-inspiration .title {
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .block-inspiration .title {
    font-size: 6rem;
    line-height: 1.0333333333;
    margin-bottom: 1rem;
  }
}
.block-inspiration .tab-item {
  text-align: center;
}
@media (min-width: 768px) {
  .block-inspiration .tab-item {
    min-width: 10.8rem;
  }
  .block-inspiration .tab-item:hover {
    cursor: pointer;
  }
}
.block-inspiration .tab-item:last-child {
  margin-right: 0;
}
.block-inspiration__tabcontent {
  position: relative;
  overflow: hidden;
}
.block-inspiration .description p {
  font-size: 2rem;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .block-inspiration .description p {
    margin-bottom: 0;
  }
}

#loader.hidden {
  display: none;
}

.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #FAFAFA;
  opacity: 1;
  transition: all 0.5s;
}

.dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 5% auto;
  border: 1px solid rgba(0, 0, 0, 0.8);
  border-color: rgba(0, 0, 0, 0.8) transparent rgba(0, 0, 0, 0.8) transparent;
  border-radius: 50%;
  animation: dual-ring 1.2s linear infinite;
}

@keyframes dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.block-rooms .horizontal-slider__item {
  width: 25.3rem;
  margin-right: 1.3rem;
}
@media (min-width: 768px) {
  .block-rooms .horizontal-slider__item {
    width: 36.1rem;
    margin-right: 1.8rem;
  }
}

.block-text {
  margin: 2rem 0;
}
@media (min-width: 768px) {
  .block-text {
    margin: 5.9rem 0;
  }
}
.block-text .title {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .block-text .title {
    margin-bottom: 1.6rem;
  }
}
.block-text--in-columns {
  padding: 0;
  margin-top: 3.7rem;
}
@media (min-width: 992px) {
  .block-text--in-columns {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 3.6rem;
  }
}
.block-text--in-columns--full-height {
  height: 100%;
}
@media (min-width: 992px) {
  .block-text--in-columns--full-height .subtitle {
    margin-top: -9.9rem;
  }
}
.block-text--in-columns .subtitle {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .block-text--in-columns .subtitle {
    margin-bottom: 1.7rem;
  }
}
.block-text--in-columns .description p {
  max-width: 100%;
  margin-bottom: 0.6rem;
}
.block-text--in-columns .btn-icon {
  margin-top: 1rem;
}
.block-text.block-text--in-columns .description {
  max-width: 100%;
}
@media (min-width: 768px) {
  .block-text .description-big {
    max-width: 54.7rem;
  }
}

@media (min-width: 768px) {
  .block-full-text h3.title-mid {
    font-size: 3.4rem;
    line-height: 1.1470588235;
  }
}
@media (min-width: 992px) {
  .block-full-text .description {
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .column-text-left .block-text .description {
    max-width: 55rem;
  }
}

@media (min-width: 768px) {
  .block-two-columns + .block-text {
    padding: 6rem 0 7rem;
  }
}

.block-inspiration + .block-text {
  margin-top: 0;
}

.block-two-columns .container {
  position: relative;
  margin-top: 0;
}
@media (min-width: 768px) {
  .block-two-columns + .block-two-columns {
    margin-top: 5.8rem;
  }
}
.block-two-columns .block-image {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.block-two-columns .block-image .image-dots-container {
  width: 100%;
}
.block-two-columns .block-image img.img {
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  border-radius: 2px;
  object-fit: cover;
}
.block-two-columns .block-text {
  margin-top: 1.6rem;
}
@media (min-width: 576px) {
  .block-two-columns .block-text {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 768px) {
  .block-two-columns .block-text {
    margin-top: 4rem;
    margin-bottom: 5.7rem;
  }
}
@media (min-width: 992px) {
  .block-two-columns .block-text .title {
    margin-bottom: 2.8rem;
  }
}
@media (min-width: 1200px) {
  .block-two-columns .block-text .description p {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 768px) {
  .block-two-columns .block-text .btn-icon {
    margin-top: 1.5rem;
  }
}
.block-two-columns .columns {
  display: flex;
  flex-direction: column;
}
.block-two-columns .columns .block-text + .block-image {
  margin-top: auto;
}
@media (max-width: 767px) {
  .block-two-columns .columns--blocks-in-columns .block-image-dots {
    display: none;
  }
}
@media (min-width: 768px) {
  .block-two-columns.width-40-60 .columns:nth-child(1) {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
  }
}
@media (min-width: 768px) {
  .block-two-columns.width-40-60 .columns:nth-child(2) {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
  }
}
@media (min-width: 768px) {
  .block-two-columns.width-60-40 .columns:nth-child(1) {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
  }
}
@media (min-width: 768px) {
  .block-two-columns.width-60-40 .columns:nth-child(2) {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
  }
}
.block-two-columns .columns--blocks-in-columns .block-image + .block-text {
  padding-top: 0;
}

.block-gallery {
  margin: 4rem 0;
}
@media (max-width: 767px) {
  .block-gallery {
    margin: 2rem 0;
  }
}
.block-gallery__grid {
  overflow: hidden;
  margin-left: -2rem;
  margin-right: -2rem;
}
.block-gallery__item {
  float: left;
  width: 50%;
  padding: 2rem;
}
@media (max-width: 767px) {
  .block-gallery__item {
    width: 100%;
  }
}
.block-gallery__item .block-image {
  position: relative;
  margin: 0;
}
.block-gallery__sizer {
  position: absolute;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .block-gallery__sizer {
    width: 100%;
  }
}
.block-gallery .load-more-wrapper {
  text-align: center;
  margin-top: 5.5rem;
}
@media (max-width: 767px) {
  .block-gallery .load-more-wrapper {
    margin-top: 1.1rem;
  }
}
.block-gallery .load-more-wrapper.hidden {
  display: none;
}
.block-gallery .load-more-wrapper .btn--load-more {
  min-width: 18rem;
  display: inline-block;
}

.block-newsletter {
  margin: 5rem 0;
  color: var(--secondary-color);
}
.block-newsletter__background {
  padding: 4rem 2rem 14rem 2rem;
  background: var(--primary-color);
}
@media (min-width: 768px) {
  .block-newsletter__background {
    padding: 10rem 0 12rem 9rem;
  }
}
@media (max-width: 767px) {
  .block-newsletter__background > .row {
    flex-direction: column-reverse;
  }
}
.block-newsletter .row {
  align-items: center;
}
.block-newsletter .title {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .block-newsletter .title {
    margin-top: -3.4rem;
    margin-bottom: 1.1rem;
  }
}
.block-newsletter .description {
  max-width: 52rem;
}
.block-newsletter .block-newsletter__form input[type=submit] {
  background-color: var(--secondary-color);
}
.block-newsletter .block-newsletter__form input[type=submit]:hover, .block-newsletter .block-newsletter__form input[type=submit]:focus {
  color: var(--secondary-color);
  border-color: var(--secondary-color);
  background-color: #FBFBFB;
}
.block-newsletter .block-newsletter__form input[type=text],
.block-newsletter .block-newsletter__form input[type=email],
.block-newsletter .block-newsletter__form select,
.block-newsletter .block-newsletter__form textarea {
  color: var(--secondary-color);
}
.block-newsletter .block-newsletter__form input[type=text]:focus,
.block-newsletter .block-newsletter__form input[type=email]:focus,
.block-newsletter .block-newsletter__form select:focus,
.block-newsletter .block-newsletter__form textarea:focus {
  border-color: var(--secondary-color);
}
.block-newsletter .block-newsletter__form::placeholder {
  color: var(--secondary-color);
}
.block-newsletter .form-newsletter {
  display: inline-block;
}
.block-newsletter .form-newsletter input[type=email] {
  color: #fff;
  border-radius: 2rem;
  background: #56644D;
  margin-bottom: 0;
}
.block-newsletter .form-newsletter input[type=email]::placeholder {
  color: #fff;
}
.block-newsletter .form-newsletter input[type=email]:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #56644D inset;
  -webkit-text-fill-color: #fff;
}
.block-newsletter .form-newsletter .wpcf7-form-control-wrap {
  margin-top: 0;
}
.block-newsletter .form-newsletter label {
  position: absolute;
  top: 47%;
  right: 0.5rem;
  transform: translateY(-50%);
}
.block-newsletter__image {
  text-align: center;
}
.block-newsletter__image img {
  max-width: 8.5rem;
  margin-bottom: 2.8rem;
}
@media (min-width: 768px) {
  .block-newsletter__image img {
    max-width: 30.3rem;
    margin-bottom: 0;
  }
}
.block-newsletter + .block-rooms {
  margin-top: 0;
}

.block-posts {
  margin: 4rem 0;
}
@media (min-width: 992px) {
  .block-posts {
    margin: 6rem 0 3.8rem;
  }
}
.block-posts .title {
  margin-bottom: 3.7rem;
}
@media (max-width: 767px) {
  .block-posts .title {
    margin-bottom: 1.6rem;
  }
}
@media (max-width: 767px) {
  .block-posts.horizontal-slider .horizontal-slider__item {
    width: 14.5rem !important;
    max-width: 14.5rem !important;
    padding: 0;
  }
}
.block-posts.horizontal-slider .horizontal-slider__list .swiper-wrapper {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .block-posts.horizontal-slider .swiper-scrollbar-container {
    display: none;
  }
}
@media (max-width: 767px) {
  .block-posts.horizontal-slider .blog-post__title {
    font-size: 1.2rem;
    line-height: 1.0833333333;
  }
}
@media (max-width: 767px) {
  .block-posts.horizontal-slider .blog-post__title-link {
    font-weight: 700;
  }
}

.wtb-page .retailer {
  display: none;
}

#wheretoBuyModal #modal__toggle {
  display: none;
}
#wheretoBuyModal .select2-container {
  width: 100% !important;
}

.wtb__col:nth-child(3n+1) .wtb__logo:nth-child(4n+1) {
  background: var(--color-1);
}
.wtb__col:nth-child(3n+1) .wtb__logo:nth-child(4n+2) {
  background: var(--color-2);
}
.wtb__col:nth-child(3n+1) .wtb__logo:nth-child(4n+3) {
  background: var(--color-3);
}
.wtb__col:nth-child(3n+1) .wtb__logo:nth-child(4n+4) {
  background: var(--color-4);
}
.wtb__col:nth-child(3n+2) .wtb__logo:nth-child(4n+1) {
  background: var(--color-4);
}
.wtb__col:nth-child(3n+2) .wtb__logo:nth-child(4n+2) {
  background: var(--color-3);
}
.wtb__col:nth-child(3n+2) .wtb__logo:nth-child(4n+3) {
  background: var(--color-2);
}
.wtb__col:nth-child(3n+2) .wtb__logo:nth-child(4n+4) {
  background: var(--color-1);
}
.wtb__col:nth-child(3n+3) .wtb__logo:nth-child(4n+1) {
  background: var(--color-3);
}
.wtb__col:nth-child(3n+3) .wtb__logo:nth-child(4n+2) {
  background: var(--color-4);
}
.wtb__col:nth-child(3n+3) .wtb__logo:nth-child(4n+3) {
  background: var(--color-1);
}
.wtb__col:nth-child(3n+3) .wtb__logo:nth-child(4n+4) {
  background: var(--color-2);
}
.wtb__col:nth-child(3n+4) .wtb__logo:nth-child(4n+4) {
  background: var(--color-3);
}
.wtb__col:nth-child(3n+4) .wtb__logo:nth-child(4n+1) {
  background: var(--color-4);
}
.wtb__col:nth-child(3n+4) .wtb__logo:nth-child(4n+2) {
  background: var(--color-1);
}
.wtb__col:nth-child(3n+4) .wtb__logo:nth-child(4n+3) {
  background: var(--color-2);
}
.wtb__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 10rem;
  padding: 0 1.5rem;
  position: relative;
  margin-bottom: 1rem;
  text-align: center;
}
.wtb__logo img {
  max-width: 60%;
}
.wtb__title {
  margin-bottom: 0;
  font-size: 2.5rem;
  line-height: 1.16;
}
@media (min-width: 768px) {
  .wtb__title {
    font-size: 3.4rem;
    line-height: 1.1470588235;
  }
}
.wtb__link-icon {
  position: absolute;
  top: 0.5rem;
  right: 1.5rem;
}
.wtb .e-tailers {
  margin-bottom: 5rem;
}
.wtb .columns .title-xs {
  margin-top: 2rem;
}
.wtb .disclaimer {
  font-size: 1.2rem;
}

.retailer {
  margin-bottom: 5rem;
}
.retailer__tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-bottom: 0;
  border-bottom: 1px solid #e8e8e8;
}
.retailer .wtb__title {
  margin-bottom: 2rem;
}
.retailer .tabcontent__inner {
  display: none;
  opacity: 0;
}
.retailer .tabcontent__inner.active {
  display: block;
  opacity: 1;
  animation: fadein 0.8s;
}
.retailer .row {
  margin-right: -1rem;
  margin-left: -1rem;
}
.retailer__column {
  flex: 0 100%;
  max-width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 375px) {
  .retailer__column {
    flex: 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .retailer__column {
    flex: 0 20%;
    max-width: 20%;
  }
}
.retailer__column:nth-child(4n+1) .retailer__logo {
  background: var(--color-1);
}
.retailer__column:nth-child(4n+2) .retailer__logo {
  background: var(--color-2);
}
.retailer__column:nth-child(4n+3) .retailer__logo {
  background: var(--color-3);
}
.retailer__column:nth-child(4n+4) .retailer__logo {
  background: var(--color-4);
}
.retailer__logo {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 12.4rem;
  min-height: 8rem;
  padding: 0 3rem;
  position: relative;
  margin-bottom: 1.3rem;
}
@media (max-width: 991px) {
  .retailer__logo img {
    max-width: 60%;
    margin-right: auto;
    margin-left: auto;
  }
}

.modal__toggle {
  position: relative;
  margin-bottom: 4rem;
}
.modal__toggle input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.modal__toggle input[type=checkbox][disabled] ~ label {
  pointer-events: none;
}
.modal__toggle input[type=checkbox][disabled] ~ label .modal__toggle__switch {
  opacity: 0.4;
}
.modal__toggle input[type=checkbox]:checked ~ label .modal__toggle__switch:before {
  content: attr(data-unchecked);
  left: 0;
}
.modal__toggle input[type=checkbox]:checked ~ label .modal__toggle__switch:after {
  content: attr(data-checked);
}
.modal__toggle input[type=checkbox]:focus ~ label .modal__toggle__switch:after,
.modal__toggle input[type=checkbox]:hover ~ label .modal__toggle__switch:after,
.modal__toggle input[type=checkbox]:focus ~ label .modal__toggle__switch:before,
.modal__toggle input[type=checkbox]:hover ~ label .modal__toggle__switch:before {
  color: #212121;
  cursor: pointer;
}
.modal__toggle input[type=checkbox]:checked ~ label .modal__toggle__switch {
  background-color: #F3F3F3;
}
.modal__toggle input[type=checkbox]:checked ~ label .modal__toggle__switch:hover {
  color: #212121;
  cursor: pointer;
}
.modal__toggle input[type=checkbox]:checked:focus ~ label .modal__toggle__switch,
.modal__toggle input[type=checkbox]:checked:hover ~ label .modal__toggle__switch {
  background-color: #F3F3F3;
}
.modal__toggle input[type=checkbox]:checked ~ label .modal__toggle__switch:after {
  transform: translate3d(65px, 0, 0);
  color: #212121;
}
.modal__toggle input[type=checkbox]:checked ~ label .modal__toggle__switch:after {
  transform: translate3d(125px, 0, 0);
}
.modal__toggle label {
  display: flex;
  align-items: center;
  position: relative;
  justify-self: center;
}
.modal__toggle label .modal__toggle__label-text {
  flex: 1;
  padding-left: 3.2rem;
}
.modal__toggle label .modal__toggle__switch {
  flex: 0 0 254px;
  height: 5rem;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #e8e8e8;
  border-radius: 0.4rem;
  background: #F3F3F3;
  transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
}
.modal__toggle label .modal__toggle__switch:before, .modal__toggle label .modal__toggle__switch:after {
  width: 12.2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0.4rem;
  font-size: 1rem;
}
.modal__toggle label .modal__toggle__switch:before {
  content: attr(data-checked);
  padding: 0 1.2rem;
  top: 0;
  left: 12.5rem;
  line-height: 4.8rem;
  color: #959595;
}
.modal__toggle label .modal__toggle__switch:after {
  content: attr(data-unchecked);
  z-index: 5;
  top: 0.3rem;
  left: 0.2rem;
  transform: translate3d(0, 0, 0);
  line-height: 4rem;
  color: #212121;
  border: 1px solid #E4E4E3;
  background: white;
  transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1);
}

.fade:not(.show) {
  opacity: 0;
}

.fade {
  transition: opacity 0.15s linear;
}

.modal-body {
  padding: 1.5rem 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 576px) {
  .modal-body {
    padding: 1.5rem 3rem;
  }
}
@media (min-width: 768px) {
  .modal-body {
    padding: 1.5rem 7rem;
  }
}
.modal-body:before {
  content: "";
  z-index: -1;
  top: -20px;
  right: 0;
  bottom: 0;
  background: url("../images/svg/background-modal.svg");
  background-size: contain;
  opacity: 0.45;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.modal-body .tab-pane {
  display: none;
}
.modal-body .tab-pane.active {
  display: block;
}
.modal-body h3 {
  padding-top: 2rem;
  border-top: 1px solid #e8e8e8;
}
.modal-body .wpcf7 .row {
  margin-right: -0.6rem;
  margin-left: -0.6rem;
}
.modal-body .wpcf7 .columns {
  padding: 0 0.6rem;
}
.modal-body .wpcf7 textarea {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .modal-body .wpcf7 input[type=submit] {
    width: 100%;
  }
}

.no-stories {
  margin: 5rem 0;
}
@media (min-width: 992px) {
  .no-stories {
    margin: 8rem 0;
  }
}

.video-wrapper {
  position: relative;
  /*padding: rem(30);*/
}
.video-wrapper:hover {
  cursor: pointer;
}
.video-wrapper.playing:before, .video-wrapper.playing:after {
  display: none;
}
.video-wrapper:before, .video-wrapper:after {
  content: "";
  position: absolute;
}
.video-wrapper:after {
  background-image: url("data:image/svg+xml,%3Csvg id='play-button' xmlns='http://www.w3.org/2000/svg' width='56' height='56' viewBox='0 0 56 56'%3E%3Ccircle id='Ellipse_49' data-name='Ellipse 49' cx='28' cy='28' r='28' fill='%23fefefe'/%3E%3Cg id='Group_623' data-name='Group 623' transform='translate(0.011 0.011)'%3E%3Cpath id='Path_284' data-name='Path 284' d='M27.989,0A27.989,27.989,0,1,0,55.978,27.989,28.02,28.02,0,0,0,27.989,0ZM39.116,28.969l-16.327,10.5a1.166,1.166,0,0,1-1.8-.981V17.493a1.166,1.166,0,0,1,1.8-.981l16.327,10.5a1.166,1.166,0,0,1,0,1.961Z' transform='translate(0 0)' fill='%23212121'/%3E%3C/g%3E%3C/svg%3E%0A");
  width: 5.6rem;
  height: 5.6rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: cover;
  z-index: 2;
}
.video-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(33, 33, 33, 0.3);
  z-index: 1;
}
.video-wrapper .video {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.video-wrapper video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.block-categories {
  margin: 3rem 0;
}
@media (min-width: 768px) {
  .block-categories {
    margin: 4.5rem 0;
  }
}
.block-categories__title {
  margin-bottom: 2rem;
}
.block-categories__list.row {
  margin-right: 0;
  margin-left: 0;
}
.block-categories__item {
  width: 25.3rem;
  position: relative;
  border-radius: 2px;
  margin-right: 1.3rem;
}
@media (min-width: 768px) {
  .block-categories__item {
    width: 32.3rem;
    margin-right: 1.8rem;
  }
}
.block-categories__img-wrapper {
  height: 100%;
  min-width: 25.3rem;
  padding: 0 1rem;
  padding-bottom: 150.24%;
  position: relative;
}
@media (min-width: 768px) {
  .block-categories__img-wrapper {
    padding-bottom: 159.74%;
  }
}
.block-categories__img-wrapper img {
  right: 0;
  bottom: 0;
  border-radius: 2px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.block-categories__item-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 20%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.3) 100%);
}
@media (min-width: 768px) {
  .block-categories__item-content {
    flex-direction: row;
    padding: 2rem;
  }
}
.block-categories__item-title {
  margin-bottom: 0;
  font-weight: 500;
  color: #fff;
  font-size: 2rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .block-categories__item-title {
    font-size: 2.5rem;
    line-height: 1.16;
  }
}
.block-categories__item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.9rem;
  height: 4.9rem;
  border: 1px solid #fff;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.15);
}
@media (max-width: 767px) {
  .block-categories__item-icon {
    width: 3rem;
    height: 3rem;
  }
}
.block-categories__item-icon svg path {
  fill: #fff;
}

.block-slider {
  margin: 5.9rem 0;
}
@media (max-width: 767px) {
  .block-slider {
    margin: 3.9rem 0;
    /*height: calc(var(--vh, 1vh) * 100 - rem(74));

    &__item {
    	height: calc(var(--vh, 1vh) * 100 - rem(74));
    }*/
  }
}

.slick-slider {
  position: relative;
  overflow: hidden;
}
.slick-slider .slick-slide {
  overflow: hidden;
}
.slick-slider:not(.slick-initialized) .slick-slide:first-child {
  display: block;
  float: none;
}
@media (max-width: 767px) {
  .slick-slider .block-image__desktop:not(.hide-on-mobile) {
    height: calc(var(--vh, 1vh) * 70 - 7.4rem);
  }
  .slick-slider .block-image__desktop:not(.hide-on-mobile) img {
    height: 100%;
    object-fit: cover;
    width: unset;
    max-width: none;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.slick-slider .block-slider__video {
  position: relative;
}
.slick-slider .block-slider__video video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.slick-slider .slick-dots {
  position: absolute;
  max-width: 1360px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2rem;
  z-index: 2;
  display: flex;
  justify-content: center;
  list-style: none;
  padding-left: 0;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .slick-slider .slick-dots {
    justify-content: center;
  }
}
.slick-slider .slick-dots button {
  font-size: 0;
  padding: 0;
  margin: 0 4px;
  width: 12px;
  height: 12px;
  border: none;
  border-radius: 100%;
  position: relative;
  opacity: 1;
  transition: background-color 0.2s ease;
  background-color: rgba(0, 0, 0, 0.1);
}
.slick-slider .slick-dots button:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  transition: background-color 0.2s ease;
  border-radius: 50%;
}
.slick-slider .slick-dots button:hover:after {
  background-color: #ffffff;
}
.slick-slider .slick-dots .slick-active button {
  background-color: rgba(0, 0, 0, 0.2);
}
.slick-slider .slick-dots .slick-active button:after {
  background-color: #ffffff;
}

.block-instagram-feed {
  padding-bottom: 5.2rem;
}
@media (max-width: 767px) {
  .block-instagram-feed {
    padding-bottom: 1.9rem;
  }
}
.block-instagram-feed .title {
  border-top: 1px solid #e8e8e8;
  padding-top: 3.4rem;
  margin-bottom: 2.3rem;
  text-align: center;
  line-height: 1;
}
.block-instagram-feed #sbi_images {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.block-instagram-feed #sbi_images .sbi_item {
  width: 16.6666666667%;
  margin-right: 24px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .block-instagram-feed #sbi_images .sbi_item {
    width: calc(50% - 1.1rem);
    margin-right: 1.1rem;
    margin-bottom: 1.5rem;
  }
  .block-instagram-feed #sbi_images .sbi_item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .block-instagram-feed #sbi_images .sbi_item {
    width: calc(33.3333333333% - 20px);
    margin-right: 2.4rem;
    margin-bottom: 2.4rem;
  }
  .block-instagram-feed #sbi_images .sbi_item:nth-child(6n) {
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .block-instagram-feed #sbi_images .sbi_item {
    width: calc(16.6666666667% - 20px);
    margin-right: 2.4rem;
    margin-bottom: 2.4rem;
  }
  .block-instagram-feed #sbi_images .sbi_item:nth-child(6n) {
    margin-right: 0;
  }
}
.block-instagram-feed #sbi_images .sbi_item .sbi_photo {
  position: relative;
  display: block;
  text-decoration: none;
  border: 5px solid #ffffff;
}
.block-instagram-feed #sbi_images .sbi_item .sbi_photo svg {
  position: absolute;
  width: 1rem;
  height: 1rem;
  top: 0.5rem;
  right: 0.5rem;
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
  /*-webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, .4));
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, .4));*/
}
.block-instagram-feed #sbi_images .sbi-screenreader {
  text-indent: -9999px !important;
  display: block !important;
  width: 0 !important;
  height: 0 !important;
  line-height: 0 !important;
  text-align: left !important;
  overflow: hidden !important;
}

@media (max-width: 767px) {
  .front-page .block-inspiration {
    margin-top: 3rem;
  }
}
.front-page .block-inspiration .block-two-columns .row {
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .front-page .block-inspiration__tabs {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .front-page .block-inspiration .description p {
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}
@media (min-width: 768px) {
  .front-page .description:not(.description-big) p {
    font-size: 2rem;
    line-height: 1.2;
  }
}
.front-page .block-image + .block-text {
  padding-top: 0;
}
.front-page .block-text {
  /*.columns:nth-child(2) {
  	@include media('>=md') {
  		margin-top: rem(25);
  	}
  }*/
}
.front-page .block-text .container {
  padding-bottom: 4.5rem;
  position: relative;
}
@media (min-width: 768px) {
  .front-page .block-text .container {
    padding-bottom: 4.1rem;
  }
}
.front-page .block-text .container:after {
  content: "";
  height: 0.1rem;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin-right: 1.5rem;
  margin-left: 1.5rem;
  background: #e8e8e8;
}
@media (min-width: 768px) {
  .front-page .block-rooms + .section-block.block-two-columns {
    margin-top: 13rem;
  }
}
@media (max-width: 767px) {
  .front-page .section-block.block-two-columns .row {
    flex-direction: column-reverse;
  }
}
.front-page .block-two-columns .container {
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .front-page .block-two-columns .container {
    padding-bottom: 5rem;
  }
}

@media (min-width: 992px) {
  .tax-product_room .taxonomy-header + .block-two-columns {
    padding-top: 6.5rem;
  }
}
.tax-product_room .taxonomy-header + .block-two-columns .block-text--in-columns {
  margin-bottom: 3.6rem;
}
.tax-product_room .taxonomy-header + .block-two-columns .btn-standard {
  display: none;
}
.tax-product_room .taxonomy-header + .block-two-columns .btn-term {
  margin-top: 2.3rem;
  display: block;
}
@media (min-width: 992px) {
  .tax-product_room .taxonomy-header + .block-two-columns .btn-term {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .tax-product_room .section-block.block-two-columns > .container > .row {
    flex-direction: column-reverse;
  }
}
.tax-product_room .btn-term {
  display: none;
}

.postSwiper.horizontal-slider__list.swiper {
  margin-right: 1.5rem;
}
@media (min-width: 1380px) {
  .postSwiper.horizontal-slider__list.swiper {
    margin-right: calc((100vw - 1350px - 30px) / 2);
    margin-left: calc((100vw - 1350px - 30px) / 2);
  }
}

.shop-page .content-header {
  padding-bottom: 1.3rem;
  position: relative;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .shop-page .content-header {
    display: none;
  }
}
.shop-page ul.products {
  margin-top: 3.1rem;
}
@media (max-width: 767px) {
  .shop-page ul.products {
    margin-top: 2.7rem;
    margin-right: -5px;
    margin-left: -5px;
  }
}
.shop-page ul.products li.product {
  transition: opacity 0.15s ease;
}
@media (max-width: 767px) {
  .shop-page ul.products li.product {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (max-width: 991px) {
  .shop-page ul.products li.product {
    flex: 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 374px) {
  .shop-page ul.products li.product {
    flex: 0 100%;
    max-width: 100%;
  }
}
.shop-page ul.products.product-view-switching li {
  opacity: 0;
}
.shop-page .filter-body {
  overflow-y: auto;
}
.shop-page .woocommerce-loop-product__link {
  position: relative;
  display: block;
  border-radius: 2px;
  background: #F3F3F3;
}
.shop-page .woocommerce-loop-product__badges {
  position: absolute;
  top: -0.4rem;
  left: -0.4rem;
  font-size: 1.2rem;
  line-height: 1.0833333333;
  font-weight: 500;
}
.shop-page .woocommerce-loop-product__badges .badge {
  display: inline-block;
  padding: 0.8rem 1.6rem;
  margin-right: 0.4rem;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  border-radius: 2px;
  background: #212121;
}
.shop-page .woocommerce-loop-product__badges .badge:last-child {
  margin-right: 0;
}

@media (min-width: 768px) {
  .product-view-grid .shop-page ul.products .medium-4,
.search .shop-page ul.products .medium-4 {
    flex: 0 0 25%;
    max-width: 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
  }
}

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

@media (max-width: 767px) {
  .single-product .product {
    padding-top: 2rem;
  }
}

.product {
  position: relative;
}
.product_cat {
  margin-top: 0.6rem;
  margin-bottom: 1rem;
  text-align: center;
  color: #484848;
  font-size: 1.2rem;
  line-height: 1.0833333333;
}
.product_cat a {
  display: inline-block;
  font-weight: 300;
  color: #484848;
  font-size: 1.2rem;
  line-height: 1.0833333333;
}
.product__brands {
  padding-top: 0.7rem;
}
@media (max-width: 767px) {
  .product__brands {
    padding-top: 2.2rem;
  }
}
.product__brands a {
  color: #484848;
  font-size: 1.4rem;
  line-height: 1.1428571429;
}
.product_title {
  margin-bottom: 1.4rem;
  font-size: 3rem;
  line-height: 1.1666666667;
}
@media (min-width: 992px) {
  .product_title {
    margin-top: 0.3rem;
    font-weight: bold;
    font-size: 3.4rem;
    line-height: 1.1470588235;
  }
}
.product_description {
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.375;
}
@media (min-width: 768px) {
  .product_description {
    border-bottom: 1px solid #ededed;
  }
}
@media (min-width: 768px) {
  .product__buttons {
    margin-top: 2rem;
  }
}
.product__buttons .btn {
  display: inline-block;
  min-width: 20rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
  text-align: center;
}
@media (max-width: 767px) {
  .product__buttons .btn {
    width: 100%;
  }
}
.product__buttons .btn.btn--shop[data-tab=".wtb"] {
  display: none;
}
.product__buttons .btn:hover svg path {
  fill: #000;
}
.product__buttons .btn svg {
  margin-right: 0.5rem;
}
.product .product-options-entry > .product-options {
  padding-top: 2rem;
}
@media (max-width: 767px) {
  .product .product-options-entry > .product-options {
    margin-top: 1rem;
    border-top: 1px solid #e8e8e8;
  }
}
.product-options {
  flex: 1 100%;
}
.product-options .title-xs {
  margin-bottom: 0.5rem;
}
.product-options__text,
.product-options p:not([class]) {
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.375;
}
.product-options__title {
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .product-options__title {
    font-size: 2.4rem;
    line-height: 1.1666666667;
  }
}
.product-options__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 1.6rem 0 0.8rem;
}
.product-options__tags a {
  display: inline-block;
  min-width: auto;
  padding: 0.8rem 2.2rem;
  margin-right: 0.8rem;
  margin-bottom: 0.8rem;
  font-weight: 500;
  text-align: center;
  color: #212121;
  text-transform: none;
  border: 1px solid #ededed;
  border-radius: 2rem;
  background-color: #ededed;
  transition: background-color 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  font-size: 1.2rem;
  line-height: 1.0833333333;
}
.product-options__tags a:hover {
  border-color: #000000;
  background-color: #fff;
}
.product-options__accordion {
  margin-top: 2.2rem;
}
@media (max-width: 767px) {
  .product-options__accordion .accordion-item.active .accordion-collapse {
    padding-bottom: 2.5rem;
  }
}
.product-options__accordion p {
  margin-bottom: 0;
}
.product-options .product-size__text:not(.text-empty) {
  margin-top: 2.5rem;
}
.product-options .product-trademark__text {
  margin-top: 2rem;
}
.product-options .product-trademark__text p {
  font-size: 1.2rem;
  line-height: 1.1666666667;
}
.product_number {
  margin-bottom: 2rem;
  font-weight: 500;
  color: #212121;
  font-size: 1.4rem;
  line-height: 1.1428571429;
}
.product-content-area {
  margin-top: 5rem;
}
.product .variations {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .product .variations {
    padding-bottom: 2rem;
    border-bottom: 1px solid #e8e8e8;
  }
}
.product .variations .label {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.1666666667;
}
.product .variations .variation-item {
  padding-top: 2rem;
}
@media (max-width: 767px) {
  .product .variations .variation-item:first-child {
    padding-top: 1.4rem;
  }
}
.product-symbols {
  margin-top: 2rem;
}
.product-symbols__icons {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 1rem;
}
.product-symbols__icon {
  width: 3rem;
  aspect-ratio: 1;
  margin-right: 0.8rem;
}
.product-symbols__icon img {
  width: 100%;
  height: 100%;
}
.product-symbols__read-more {
  font-weight: 300;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 1px;
  transition: background-size 0.35s ease 0s;
}
@media (min-width: 768px) {
  .product-symbols__read-more:hover {
    background-position: 100% 100%;
    background-size: 0 1px;
  }
}
.product-features, .product-material {
  padding-top: 0;
}
.product-features__text, .product-material__text {
  margin-bottom: 2rem;
}
.product-features__text:last-child, .product-material__text:last-child {
  margin-bottom: 0;
}
.product_dimensions__item {
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.375;
}
.product_dimensions__item span {
  font-weight: 500;
}
.product_dimensions__item.type__volume {
  margin-top: 2.5rem;
}

.product-entry-wrapper {
  position: relative;
}
@media (min-width: 768px) {
  .product-entry-wrapper {
    display: block;
    overflow: hidden;
  }
  .product-entry-wrapper .product-gallery-entry,
.product-entry-wrapper .product-options-entry {
    width: 58%;
    float: left;
    padding-right: 38px;
  }
  .product-entry-wrapper .product-gallery-entry {
    display: flex;
    justify-content: flex-end;
  }
  .product-entry-wrapper .product-summary-entry {
    width: 42%;
    float: right;
  }
}
.product-entry-wrapper .product-sticky-sidebar {
  width: 100%;
  position: relative;
  will-change: min-height;
}
.product-entry-wrapper .sticky-sidebar-inner {
  display: flex;
  flex-direction: column;
  padding-bottom: 0;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
}

.product-gallery-entry {
  position: relative;
}
.product-gallery-entry .woocommerce-product-gallery-container {
  width: 100%;
}
.product-gallery-entry .woocommerce-product-gallery {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  padding-bottom: 0.8rem;
  position: initial !important;
  border-bottom: 1px solid #e8e8e8;
  width: 100%;
}
@media (min-width: 768px) {
  .product-gallery-entry .woocommerce-product-gallery {
    flex-direction: row-reverse;
    padding-bottom: 2.6rem;
  }
}
.product-gallery-entry .woocommerce-product-gallery.gallery-loading {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  position: absolute !important;
}
.product-gallery-entry .woocommerce-product-gallery .flex-viewport {
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .product-gallery-entry .woocommerce-product-gallery .flex-viewport {
    width: 100%;
    box-sizing: border-box;
  }
}
.product-gallery-entry .woocommerce-product-gallery .flex-control-thumbs {
  display: flex;
  flex: 1 100%;
  flex-wrap: wrap;
  margin: 0.8rem 0 0 0;
}
@media (max-width: 767px) {
  .product-gallery-entry .woocommerce-product-gallery .flex-control-thumbs {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .product-gallery-entry .woocommerce-product-gallery .flex-control-thumbs {
    max-width: 85px;
    margin: 0 2rem 0 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .product-gallery-entry .woocommerce-product-gallery .flex-control-thumbs {
    max-width: 55px;
  }
}
.product-gallery-entry .woocommerce-product-gallery .flex-control-thumbs li {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  opacity: 0.5;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .product-gallery-entry .woocommerce-product-gallery .flex-control-thumbs li {
    width: calc(20% - 5px);
    aspect-ratio: 1;
    margin-right: 0.6rem;
    margin-bottom: 0.6rem;
  }
}
.product-gallery-entry .woocommerce-product-gallery .flex-control-thumbs li:hover {
  cursor: pointer;
}
.product-gallery-entry .woocommerce-product-gallery .flex-control-thumbs li:nth-child(5n) {
  margin-right: 0;
}
.product-gallery-entry .woocommerce-product-gallery .flex-control-thumbs li img:before {
  content: "";
  background: #212121B3;
  position: absolute;
  opacity: 0.5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.product-gallery-entry .woocommerce-product-gallery .flex-control-thumbs li.flex-control-active {
  opacity: 1;
}
.product-gallery-entry .woocommerce-product-gallery .flex-control-thumbs__iframe, .product-gallery-entry .woocommerce-product-gallery .flex-control-thumbs__video {
  position: relative;
  z-index: 10;
}
.product-gallery-entry .woocommerce-product-gallery .flex-control-thumbs__iframe:before, .product-gallery-entry .woocommerce-product-gallery .flex-control-thumbs__iframe:after, .product-gallery-entry .woocommerce-product-gallery .flex-control-thumbs__video:before, .product-gallery-entry .woocommerce-product-gallery .flex-control-thumbs__video:after {
  pointer-events: none;
}
.product-gallery-entry .woocommerce-product-gallery .flex-control-thumbs__iframe:before, .product-gallery-entry .woocommerce-product-gallery .flex-control-thumbs__video:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-gallery-entry .woocommerce-product-gallery .flex-control-thumbs__iframe:after, .product-gallery-entry .woocommerce-product-gallery .flex-control-thumbs__video:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(33, 33, 33, 0.7);
}
.product-gallery-entry .woocommerce-product-gallery .flex-control-thumbs__iframe:before {
  width: 3.1rem;
  height: 2.4rem;
  background-image: url("data:image/svg+xml,%3Csvg id='_3d' data-name='3d' xmlns='http://www.w3.org/2000/svg' width='31.576' height='24.603' viewBox='0 0 31.576 24.603'%3E%3Cpath id='Path_4' data-name='Path 4' d='M337.928,206.743a.925.925,0,0,0-.912,1.61c2.123,1.2,3.293,2.656,3.293,4.09,0,3.28-5.339,5.3-8.571,5.956a.925.925,0,1,0,.367,1.813c4.32-.874,10.054-3.369,10.054-7.769C342.159,210.313,340.656,208.289,337.928,206.743Z' transform='translate(-310.583 -199.867)' fill='%23f3f3f3'/%3E%3Cpath id='Path_5' data-name='Path 5' d='M11.163,220.412v3.132a.925.925,0,0,0,1.438.77l5.551-3.7a.925.925,0,0,0,0-1.539l-5.551-3.7a.925.925,0,0,0-1.438.77v2.393c-3.453-.59-9.313-2.61-9.313-6.094,0-1.435,1.169-2.887,3.293-4.09a.925.925,0,1,0-.912-1.61C1.5,208.289,0,210.314,0,212.444,0,217.179,6.507,219.672,11.163,220.412Z' transform='translate(0 -199.867)' fill='%23f3f3f3'/%3E%3Ctext id='_3D-2' data-name='3D' transform='translate(8)' fill='%23f3f3f3' font-size='12' font-family='Ubuntu-Bold, Ubuntu' font-weight='700'%3E%3Ctspan x='0' y='11'%3E3D%3C/tspan%3E%3C/text%3E%3C/svg%3E");
}
.product-gallery-entry .woocommerce-product-gallery .flex-control-thumbs__video:before {
  width: 2.3rem;
  height: 2.3rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.587' height='22.587' viewBox='0 0 22.587 22.587'%3E%3Cpath id='play-button' d='M11.294,0A11.294,11.294,0,1,0,22.587,11.294,11.294,11.294,0,0,0,11.294,0Zm3.9,11.892L9.55,15.422a.706.706,0,0,1-1.08-.6V7.764a.706.706,0,0,1,1.08-.6L15.2,10.7a.706.706,0,0,1,0,1.2Z' fill='%23fff'/%3E%3C/svg%3E%0A");
}
.product-gallery-entry .woocommerce-product-gallery figure {
  zoom: 1;
}
.product-gallery-entry .woocommerce-product-gallery > figure {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-shrink: 0;
  width: 100%;
}
.product-gallery-entry .woocommerce-product-gallery__image {
  width: 100%;
  flex-shrink: 0;
  float: left;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 2px;
  -webkit-backface-visibility: hidden;
}
.product-gallery-entry .woocommerce-product-gallery__image:before {
  content: "";
  pointer-events: none;
  width: 9.4rem;
  height: 2.7rem;
  position: absolute;
  z-index: 0;
  top: 0.8rem;
  left: 0.8rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='94' height='27' viewBox='0 0 94 27'%3E%3Cg id='Group_7' data-name='Group 7' transform='translate(-422 -863)'%3E%3Ctext id='Fullscreen' transform='translate(455 880)' fill='%23e8e8e8' font-size='10' font-family='Ubuntu-Medium, Ubuntu' font-weight='500'%3E%3Ctspan x='0' y='0'%3EFULLSCREEN%3C/tspan%3E%3C/text%3E%3Ccircle id='Ellipse_1' data-name='Ellipse 1' cx='13.5' cy='13.5' r='13.5' transform='translate(422 863)' fill='%23212121' opacity='0.1'/%3E%3Cg id='expad-arrows' transform='translate(428 867.893)'%3E%3Cpath id='Path_53' data-name='Path 53' d='M203.415,1.107h-3.368a.355.355,0,0,0-.355.355v.946a.355.355,0,0,0,.355.355h.9l-2.7,2.7a.355.355,0,0,0,0,.5l.669.669a.355.355,0,0,0,.5,0l2.7-2.7v.9a.355.355,0,0,0,.355.355h.946a.355.355,0,0,0,.355-.355V1.462A.355.355,0,0,0,203.415,1.107Z' transform='translate(-188.77 0)' fill='%23fff'/%3E%3Cpath id='Path_54' data-name='Path 54' d='M2.825,2.762h.9a.355.355,0,0,0,.355-.355V1.462a.355.355,0,0,0-.355-.355H.355A.355.355,0,0,0,0,1.462V4.83a.355.355,0,0,0,.355.355H1.3a.355.355,0,0,0,.355-.355v-.9l2.7,2.7a.355.355,0,0,0,.5,0l.669-.669a.355.355,0,0,0,0-.5Z' fill='%23fff'/%3E%3Cpath id='Path_55' data-name='Path 55' d='M4.858,197.14a.355.355,0,0,0-.5,0l-2.7,2.7v-.9a.355.355,0,0,0-.355-.355H.355a.355.355,0,0,0-.355.355v3.368a.355.355,0,0,0,.355.355H3.723a.355.355,0,0,0,.355-.355v-.946a.355.355,0,0,0-.355-.355h-.9l2.7-2.7a.355.355,0,0,0,0-.5Z' transform='translate(0 -186.664)' fill='%23fff'/%3E%3Cpath id='Path_56' data-name='Path 56' d='M203.415,198.59h-.946a.355.355,0,0,0-.355.355v.9l-2.7-2.7a.355.355,0,0,0-.5,0l-.669.669a.355.355,0,0,0,0,.5l2.7,2.7h-.9a.355.355,0,0,0-.355.355v.946a.355.355,0,0,0,.355.355h3.368a.355.355,0,0,0,.355-.355v-3.368A.355.355,0,0,0,203.415,198.59Z' transform='translate(-188.77 -186.665)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
}
.product-gallery-entry .woocommerce-product-gallery__video:before, .product-gallery-entry .woocommerce-product-gallery__iframe:before {
  content: none;
}
.product-gallery-entry .woocommerce-product-gallery__video > video {
  width: 100%;
  position: relative;
  z-index: 1;
}
.product-gallery-entry .iframe-container {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
.product-gallery-entry .iframe-container > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: none;
}
.product-gallery-entry .woocommerce-product-gallery__trigger {
  display: block;
  position: absolute;
  z-index: 10;
  top: 15px;
  left: 125px;
}

.woocommerce-product-gallery {
  width: 100%;
}
.woocommerce-product-gallery img {
  width: 100%;
  display: block;
}
.woocommerce-product-gallery__trigger {
  height: 27px;
  position: relative;
}
.woocommerce-product-gallery__trigger:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  padding: 5px;
  z-index: 10;
  background-color: rgba(33, 33, 33, 0.31);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='14.895' viewBox='0 0 15 14.895'%3E%3Cg id='expad-arrows' transform='translate(0 -1.107)'%3E%3Cpath id='Path_53' data-name='Path 53' d='M203.415,1.107h-3.368a.355.355,0,0,0-.355.355v.946a.355.355,0,0,0,.355.355h.9l-2.7,2.7a.355.355,0,0,0,0,.5l.669.669a.355.355,0,0,0,.5,0l2.7-2.7v.9a.355.355,0,0,0,.355.355h.946a.355.355,0,0,0,.355-.355V1.462A.355.355,0,0,0,203.415,1.107Z' transform='translate(-188.77 0)' fill='%23fff'/%3E%3Cpath id='Path_54' data-name='Path 54' d='M2.825,2.762h.9a.355.355,0,0,0,.355-.355V1.462a.355.355,0,0,0-.355-.355H.355A.355.355,0,0,0,0,1.462V4.83a.355.355,0,0,0,.355.355H1.3a.355.355,0,0,0,.355-.355v-.9l2.7,2.7a.355.355,0,0,0,.5,0l.669-.669a.355.355,0,0,0,0-.5Z' fill='%23fff'/%3E%3Cpath id='Path_55' data-name='Path 55' d='M4.858,197.14a.355.355,0,0,0-.5,0l-2.7,2.7v-.9a.355.355,0,0,0-.355-.355H.355a.355.355,0,0,0-.355.355v3.368a.355.355,0,0,0,.355.355H3.723a.355.355,0,0,0,.355-.355v-.946a.355.355,0,0,0-.355-.355h-.9l2.7-2.7a.355.355,0,0,0,0-.5Z' transform='translate(0 -186.664)' fill='%23fff'/%3E%3Cpath id='Path_56' data-name='Path 56' d='M203.415,198.59h-.946a.355.355,0,0,0-.355.355v.9l-2.7-2.7a.355.355,0,0,0-.5,0l-.669.669a.355.355,0,0,0,0,.5l2.7,2.7h-.9a.355.355,0,0,0-.355.355v.946a.355.355,0,0,0,.355.355h3.368a.355.355,0,0,0,.355-.355v-3.368A.355.355,0,0,0,203.415,198.59Z' transform='translate(-188.77 -186.665)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .variations_form {
    order: -1;
  }
}
.variations_form .variable-attribute-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.variations_form .variable-attribute-list__item {
  box-sizing: border-box;
  margin-right: 0.8rem;
  margin-bottom: 0.8rem;
  border: 0.1rem solid transparent;
  cursor: pointer;
  overflow: hidden;
  font-size: 1.2rem;
  line-height: 1.0833333333;
}
.variations_form .variable-attribute-list__item.active, .variations_form .variable-attribute-list__item:hover {
  border-color: #212121;
}
.variations_form .variable-attribute-list__item.disabled {
  /*display: none;*/
  color: #b2b0b0;
  cursor: not-allowed;
}
.variations_form .variable-attribute-list__item.disabled:hover {
  border-color: transparent;
}
.variations_form .variable-attribute-list__image {
  display: block;
  width: 90px;
  height: 90px;
}
.variations_form .variable-attribute-list .attribute-item__button {
  font-size: 1.2rem;
  line-height: 1.0833333333;
  font-weight: 500;
}
.variations_form .reset_variations {
  display: none !important;
  color: #C64955;
  font-size: 1.2rem;
  line-height: 1.0833333333;
}
.variations_form .variable-image-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  padding-right: 5.7rem;
}
@media (max-width: 767px) {
  .variations_form .variable-image-list {
    grid-column-gap: 0.65rem;
    grid-row-gap: 0.65rem;
    padding-right: 2.7rem;
  }
}
.variations_form .variable-image-list .variable-attribute-list__item {
  aspect-ratio: 1;
  margin-right: initial;
  margin-bottom: inherit;
  border-radius: 0.2rem;
}
.variations_form .variable-image-list .variable-attribute-list__item:nth-child(5n) {
  margin-right: 0;
}
.variations_form .variable-image-list .variable-attribute-list__item:nth-child(n+6) {
  display: none;
}
.variations_form .variable-image-list.visible .variable-attribute-list__item:nth-child(n+6) {
  display: initial;
}
.variations_form .variable-image-list.visible .show-hidden-attributes {
  display: none;
}
.variations_form .variable-image-list .show-hidden-attributes {
  position: absolute;
  font-size: 0.9rem;
  background: #ffffff;
  border: 1px solid #C3C3C3;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  transform: translateY(-50%);
  right: 1.7rem;
  width: 3rem;
  height: 3rem;
}
@media (max-width: 767px) {
  .variations_form .variable-image-list .show-hidden-attributes {
    right: 0;
    width: 2.2rem;
    height: 2.2rem;
  }
}
.variations_form .variable-button-list .variable-attribute-list__item {
  min-width: 6.7rem;
  padding: 0.9rem 1rem;
  text-align: center;
  border-radius: 20px;
  background: #ededed;
}
@media (min-width: 768px) {
  .variations_form .variable-button-list .variable-attribute-list__item {
    min-width: 5.6rem;
    padding: 0.8rem 1rem;
  }
}
.variations_form .woocommerce-variation.single_variation {
  display: none !important;
}
.variations_form .wc-no-matching-variations {
  font-size: 1.2rem;
  margin: 0;
}

.flex-control-nav {
  padding-left: 0;
  list-style-type: none;
}

.related {
  width: 100%;
  margin-top: 8.4rem;
  margin-bottom: 8.4rem;
}
@media (max-width: 767px) {
  .related {
    margin-top: 0;
    margin-bottom: 4.5rem;
  }
}
.related h3.title {
  text-align: center;
  padding-top: 4.6rem;
  font-size: 3.4rem;
  line-height: 1.1470588235;
}
@media (max-width: 767px) {
  .related h3.title {
    padding-top: 4.5rem;
    font-size: 2rem;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .related + .related {
    margin-top: 4.5rem;
  }
  .related + .related h3.title {
    border-top: 1px solid #e8e8e8;
  }
}
.related .product-details-wrapper {
  padding-bottom: 1.1rem;
}
@media (max-width: 767px) {
  .related .product-details-wrapper {
    padding-bottom: 0;
  }
}

.woocommerce-loop-product__title {
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 1.1428571429;
}

.product-details-wrapper {
  padding: 1.8rem 0 5.2rem;
}
@media (max-width: 767px) {
  .product-details-wrapper {
    padding: 1rem 0 3rem;
  }
}

#wheretoBuyModal .modal-header button {
  border-radius: 0;
}
#wheretoBuyModal .modal-header .close:hover {
  color: white;
}
#wheretoBuyModal .modal-title {
  padding: 1rem;
  text-align: center;
  color: #212121;
  font-size: 1.6rem;
  line-height: 1.125;
}

.single_add_to_cart_button,
.add_to_cart_button {
  display: none !important;
}

.related-products .horizontal-slider__item {
  width: 14.5rem;
  margin-right: 0.9rem;
}
@media (min-width: 768px) {
  .related-products .horizontal-slider__item {
    width: 39.4rem;
    margin-right: 2.3rem;
  }
}
.related-products .horizontal-slider__button-nav {
  top: 4.8rem;
}
@media (max-width: 767px) {
  .related-products .woocommerce-loop-product__title {
    font-size: 1.2rem;
    line-height: 1.0833333333;
  }
}

#product-symbol-modal .modal-header {
  padding: 0;
  margin: 0;
  border: none;
}
#product-symbol-modal .modal-header .btn--close {
  top: 0.5rem;
  transform: none;
}
#product-symbol-modal .modal-header .btn--close__icon {
  font-size: 4rem;
}
@media (min-width: 768px) {
  #product-symbol-modal .modal-dialog {
    max-width: 48.5rem;
  }
}
#product-symbol-modal .symbol-modal-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
}
@media (min-width: 576px) {
  #product-symbol-modal .symbol-modal-body {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  #product-symbol-modal .symbol-modal-body {
    padding: 1.5rem 2.5rem 1.5rem 1.5rem;
  }
}
#product-symbol-modal .symbol-modal-body__content {
  margin-top: 1rem;
}
@media (min-width: 576px) {
  #product-symbol-modal .symbol-modal-body__content {
    margin-top: 0;
    margin-left: 2rem;
  }
}
#product-symbol-modal .symbol-modal-body__title, #product-symbol-modal .symbol-modal-body__text {
  font-size: 1.6rem;
  line-height: 1.375;
}
#product-symbol-modal .symbol-modal-body__title {
  font-weight: 500;
}
#product-symbol-modal .symbol-modal-body__text {
  font-weight: 300;
}
#product-symbol-modal .symbol-modal-body__image {
  width: 7.8rem;
}

.filter-topbar {
  margin-top: 2.8rem;
}
@media (max-width: 767px) {
  .filter-topbar {
    margin-top: 1.4rem;
  }
}
.filter-topbar > .filter-form {
  border-bottom: 1px solid #e8e8e8;
  position: relative;
}
.filter-topbar .dropdown .dropdown-menu {
  min-width: 30rem;
  opacity: 0;
  width: 30rem;
  height: auto;
  padding: 2.5rem 2rem 0.5rem;
  top: calc(100% + 11px);
  box-shadow: rgba(0, 0, 0, 0.04) 0 3px 5px;
}
@media (max-width: 767px) {
  .filter-topbar .dropdown .dropdown-menu {
    margin-top: 0.5rem;
    left: 0;
    top: auto;
  }
}
.filter-topbar .dropdown .dropdown-menu.show {
  opacity: 1;
}
.filter-topbar .dropdown .dropdown-menu:before {
  content: none;
}
.filter-topbar .dropdown .dropdown-menu .filter-entry__list > li .custom-checkbox {
  margin-top: 0;
}
.filter-topbar .filter-terms-item {
  border: none;
  background-color: transparent;
}
.filter-topbar .filter-item {
  margin-right: 0.3rem;
  width: auto;
}
@media (min-width: 768px) {
  .filter-topbar .filter-item {
    margin-right: 1.2rem;
  }
}
.filter-topbar .filter-item .btn {
  min-width: auto;
  padding: 0.8rem 1.8rem;
  text-align: center;
  color: #212121;
  text-transform: none;
  border: none;
  border-radius: 3rem;
  background-color: #ededed;
}
@media (min-width: 768px) {
  .filter-topbar .filter-item .btn {
    min-width: 14rem;
    padding: 1.4rem 3rem 1.4rem 2rem;
    position: relative;
    text-align: left;
  }
}
.filter-topbar .filter-item .btn.show {
  color: #fff;
  background-color: #212121;
}
.filter-topbar .filter-item .btn.show:after {
  transform: translateY(-50%) rotateZ(180deg);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.145' height='5.96' viewBox='0 0 10.145 5.96'%3E%3Cg id='drop-down' transform='translate(10.145) rotate(90)'%3E%3Cg id='Group_393' data-name='Group 393' transform='translate(0)'%3E%3Cpath id='Path_222' data-name='Path 222' d='M107.276,4.676,102.762.162a.556.556,0,0,0-.785,0l-.332.332a.556.556,0,0,0,0,.785l3.791,3.791-3.8,3.8a.556.556,0,0,0,0,.785l.332.332a.556.556,0,0,0,.785,0l4.519-4.518a.56.56,0,0,0,0-.788Z' transform='translate(-101.478)' fill='%23ffffff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
@media (min-width: 768px) {
  .filter-topbar .filter-item .btn:after {
    content: "";
    width: 1rem;
    height: 0.6rem;
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translateY(-50%) rotateZ(0);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.145' height='5.96' viewBox='0 0 10.145 5.96'%3E%3Cg id='drop-down' transform='translate(10.145) rotate(90)'%3E%3Cg id='Group_393' data-name='Group 393' transform='translate(0)'%3E%3Cpath id='Path_222' data-name='Path 222' d='M107.276,4.676,102.762.162a.556.556,0,0,0-.785,0l-.332.332a.556.556,0,0,0,0,.785l3.791,3.791-3.8,3.8a.556.556,0,0,0,0,.785l.332.332a.556.556,0,0,0,.785,0l4.519-4.518a.56.56,0,0,0,0-.788Z' transform='translate(-101.478)' fill='%23212121'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  }
}
.filter-topbar .filter-item__terms {
  padding-left: 0;
  margin: 0;
  list-style-type: none;
}
.filter-topbar .filter-item.btn-secondary {
  min-width: auto;
  width: auto;
  display: inline-block;
  padding: 0.8rem 4.6rem 0.8rem 1.8rem;
  position: relative;
  text-align: left;
  color: #212121;
  text-transform: none;
  border: none;
  border-radius: 3rem;
  background-color: #ededed;
}
@media (min-width: 768px) {
  .filter-topbar .filter-item.btn-secondary {
    min-width: 14rem;
    padding: 1.4rem 3rem 1.4rem 2rem;
  }
}
.filter-topbar .filter-item.btn-secondary:after {
  content: "";
  width: 1.3rem;
  height: 1.1rem;
  position: absolute;
  top: 50%;
  right: 2.2rem;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='10.5' viewBox='0 0 13 10.5'%3E%3Cg id='Group_402' data-name='Group 402' transform='translate(-590 -257)'%3E%3Cg id='Rectangle_312' data-name='Rectangle 312' transform='translate(590 258)' fill='none' stroke='%23212121' stroke-linecap='round' stroke-width='1'%3E%3Crect width='13' height='1.5' rx='0.5' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='12' height='0.5' fill='none'/%3E%3C/g%3E%3Cg id='Rectangle_313' data-name='Rectangle 313' transform='translate(590 261.5)' fill='none' stroke='%23212121' stroke-linecap='round' stroke-width='1'%3E%3Crect width='13' height='1.5' rx='0.5' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='12' height='0.5' fill='none'/%3E%3C/g%3E%3Cg id='Rectangle_314' data-name='Rectangle 314' transform='translate(590 265)' fill='none' stroke='%23212121' stroke-linecap='round' stroke-width='1'%3E%3Crect width='13' height='1.5' rx='0.5' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='12' height='0.5' fill='none'/%3E%3C/g%3E%3Cg id='Rectangle_315' data-name='Rectangle 315' transform='translate(592 257)' fill='none' stroke='%23212121' stroke-linecap='round' stroke-width='1'%3E%3Crect width='1.5' height='3.5' rx='0.5' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='0.5' height='2.5' fill='none'/%3E%3C/g%3E%3Cg id='Rectangle_316' data-name='Rectangle 316' transform='translate(600 260.5)' fill='none' stroke='%23212121' stroke-linecap='round' stroke-width='1'%3E%3Crect width='1.5' height='3.5' rx='0.5' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='0.5' height='2.5' fill='none'/%3E%3C/g%3E%3Cg id='Rectangle_317' data-name='Rectangle 317' transform='translate(596 264)' fill='none' stroke='%23212121' stroke-linecap='round' stroke-width='1'%3E%3Crect width='1.5' height='3.5' rx='0.5' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='0.5' height='2.5' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: contain;
}

.custom-checkbox {
  display: flex;
  justify-content: flex-start;
  margin: 2rem 0;
}
.custom-checkbox .label {
  width: 100%;
  margin-right: 2rem;
  margin-left: 1.4rem;
  color: #484848;
  font-size: 1.6rem;
  line-height: 1.125;
}
.custom-checkbox .label:hover {
  cursor: pointer;
}
.custom-checkbox .count {
  justify-self: flex-end;
}

.count {
  color: #484848;
  font-size: 0.9rem;
  line-height: 1.2222222222;
}

.term {
  width: 2rem;
  height: 2rem;
  min-width: 2rem;
  min-height: 2rem;
}
.term:hover {
  cursor: pointer;
}

.filter-entry .filter-entry__body.show {
  display: flex;
  border-top: 1px solid #e8e8e8;
}
.filter-entry .filter-entry__body.show .filter-entry__list {
  display: flex;
}
.filter-entry__colors {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .filter-entry__colors li {
    flex: 0 33.332%;
    max-width: 33.332%;
  }
}
.filter-entry__colors .term {
  width: 3rem;
  height: 3rem;
  position: relative;
  z-index: 1;
  margin: 0;
  color: #fff;
  border: none;
  border-radius: 100%;
  background-color: var(--color);
}
.filter-entry__colors .term:before {
  content: "";
  position: absolute;
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
  border: 1px solid var(--color);
  border-radius: 100%;
}
.filter-entry__colors .custom-checkbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  text-align: center;
}
.filter-entry__colors .custom-checkbox:hover .name {
  color: #000;
}
.filter-entry__colors .custom-checkbox input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.066' height='5.142' viewBox='0 0 7.066 5.142'%3E%3Cg id='check' transform='translate(0 -55.188)'%3E%3Cpath id='Path_59' data-name='Path 59' d='M6.859,56.395,3.131,60.122a.707.707,0,0,1-1,0L.207,58.2a.707.707,0,0,1,1-1l1.424,1.424,3.227-3.228a.707.707,0,0,1,1,1Z' transform='translate(0)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
}
.filter-entry__colors .custom-checkbox input[value=white]:checked,
.filter-entry__colors .custom-checkbox input[value=silver]:checked,
.filter-entry__colors .custom-checkbox input[value=translucent]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.066' height='5.142' viewBox='0 0 7.066 5.142'%3E%3Cg id='check' transform='translate(0 -55.188)'%3E%3Cpath id='Path_59' data-name='Path 59' d='M6.859,56.395,3.131,60.122a.707.707,0,0,1-1,0L.207,58.2a.707.707,0,0,1,1-1l1.424,1.424,3.227-3.228a.707.707,0,0,1,1,1Z' transform='translate(0)' fill='%23606060'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
}
.filter-entry__colors .custom-checkbox input[value=white]:checked:before,
.filter-entry__colors .custom-checkbox input[value=silver]:checked:before,
.filter-entry__colors .custom-checkbox input[value=translucent]:checked:before {
  border-color: #606060;
}
.filter-entry__colors .custom-checkbox input[value=white],
.filter-entry__colors .custom-checkbox input[value=silver] {
  border: 1px solid #D0D0D0;
}
.filter-entry__colors .custom-checkbox .label.color {
  display: none;
}
.filter-entry__colors .custom-checkbox .name {
  margin-top: 0.8rem;
  color: #484848;
  font-size: 0.9rem;
  line-height: 1.3333333333;
}

.filter-form {
  padding-bottom: 2rem;
  margin-bottom: 1.1rem;
}
@media (max-width: 767px) {
  .filter-form {
    padding-bottom: 1.2rem;
  }
}

.filter-selected-terms .btn-label {
  min-width: auto;
  width: auto;
  padding: 0.8rem 2.5rem 0.7rem 1.2rem;
  display: inline-block;
  position: relative;
  margin-right: 0.6rem;
  text-align: left;
  color: #212121;
  text-transform: none;
  border: 1px solid #212121;
  border-radius: 3rem;
  background: #FBFBFB;
  font-size: 1.2rem;
  line-height: 1.0833333333;
}
@media (min-width: 768px) {
  .filter-selected-terms .btn-label {
    transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .filter-selected-terms .btn-label:hover {
    color: #fff;
    background: #000;
  }
  .filter-selected-terms .btn-label:hover:after, .filter-selected-terms .btn-label:hover:before {
    background: #fff;
  }
}
.filter-selected-terms .btn-label:after, .filter-selected-terms .btn-label:before {
  content: "";
  width: 0.9rem;
  height: 0.1rem;
  position: absolute;
  top: 48%;
  right: 1rem;
  background: #212121;
}
.filter-selected-terms .btn-label:after {
  transform: rotate(43deg);
}
.filter-selected-terms .btn-label:before {
  transform: rotate(-43deg);
}
.filter-selected-terms .btn-label:last-child {
  margin-right: 0;
}

.sidebar-modal .sidebar-header {
  padding: 2rem 1rem;
}
.sidebar-modal .sidebar-header > h3 {
  text-align: center;
  color: #484848;
  text-transform: uppercase;
}
.sidebar-modal .sidebar-header .btn-close.black {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  top: 2px;
  right: -50px;
  border: none;
  border-radius: 100%;
  background: #ffffff;
}
.sidebar-modal .sidebar-header .btn-close.black:hover {
  background: #000000;
}
.sidebar-modal .sidebar-header .btn-close.black:hover svg g {
  fill: #ffffff;
}
.sidebar-modal .sidebar-header .btn-close.black svg {
  width: 1rem;
  height: 1rem;
}
.sidebar-modal .sidebar-header .btn-close.black svg g {
  fill: #212121;
}
.sidebar-modal .sidebar-body {
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #000000 #fff;
}
.sidebar-modal .sidebar-body::-webkit-scrollbar {
  width: 0.2rem;
}
.sidebar-modal .sidebar-body::-webkit-scrollbar-track {
  background: #fff;
}
.sidebar-modal .sidebar-body::-webkit-scrollbar-thumb {
  border: 0;
  border-radius: 0;
  background-color: #000000;
}
.sidebar-modal .sidebar-body .filter-body__wrap {
  width: 100%;
}
.sidebar-modal .sidebar-body .filter-body__wrap .filter-item:nth-child(1) .filter-entry__title {
  border-top: none;
}
.sidebar-modal .sidebar-body .filter-entry__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .sidebar-modal .sidebar-body .filter-entry__title:hover {
    cursor: pointer;
  }
}
.sidebar-modal .sidebar-body .filter-entry__title.show:after {
  transform: rotate(180deg);
}
.sidebar-modal .sidebar-body .filter-entry__title:after {
  content: "";
  display: block;
  width: 1rem;
  height: 0.6rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.145' height='5.96' viewBox='0 0 10.145 5.96'%3E%3Cg id='drop-down' transform='translate(10.145) rotate(90)'%3E%3Cg id='Group_393' data-name='Group 393' transform='translate(0)'%3E%3Cpath id='Path_222' data-name='Path 222' d='M107.276,4.676,102.762.162a.556.556,0,0,0-.785,0l-.332.332a.556.556,0,0,0,0,.785l3.791,3.791-3.8,3.8a.556.556,0,0,0,0,.785l.332.332a.556.556,0,0,0,.785,0l4.519-4.518a.56.56,0,0,0,0-.788Z' transform='translate(-101.478)' fill='%23212121'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.sidebar-modal .sidebar-body .filter-entry__list {
  display: none;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.sidebar-modal .sidebar-body .filter-entry__list li {
  width: 100%;
}
.sidebar-modal .sidebar-body .filter-form {
  width: 100%;
}
.sidebar-modal .sidebar-body h4 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: #484848;
  font-size: 1.6rem;
  line-height: 1.125;
}
.sidebar-modal .sidebar-body h4 .size-values {
  font-weight: 300;
}
.sidebar-modal .sidebar-footer {
  padding: 2rem 3rem;
  border-top: 1px solid #F3F3F3;
}
@media (max-width: 767px) {
  .sidebar-modal .sidebar-footer {
    padding: 1.2rem 1.7rem 3.3rem;
  }
}
.sidebar-modal .sidebar-footer .total-posts {
  font-weight: 500;
  text-align: center;
  color: #484848;
  text-transform: uppercase;
  margin-bottom: 1.6rem;
  font-size: 1rem;
  line-height: 1.1;
}
.sidebar-modal .sidebar-footer .buttons-wrap {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  margin-right: -1.2rem;
  margin-left: -1.2rem;
}
@media (max-width: 767px) {
  .sidebar-modal .sidebar-footer .buttons-wrap {
    margin-right: -0.6rem;
    margin-left: -0.6rem;
  }
}
.sidebar-modal .sidebar-footer .buttons-wrap .btn {
  margin: 0 0.6rem;
  font-size: 10px;
  min-width: 90px;
}
.sidebar-modal .sidebar-footer .buttons-wrap .btn-reset-filter {
  padding-right: 1rem;
  padding-left: 2.5rem;
  position: relative;
  color: #505050;
  border-color: #E4E4E3;
  background: transparent;
}
.sidebar-modal .sidebar-footer .buttons-wrap .btn-reset-filter:before {
  content: "";
  width: 1.1rem;
  height: 1.1rem;
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg id='refresh' xmlns='http://www.w3.org/2000/svg' width='11.674' height='11.674' viewBox='0 0 11.674 11.674'%3E%3Cg id='Group_576' data-name='Group 576'%3E%3Cpath id='Path_280' data-name='Path 280' d='M16.53.634a.477.477,0,0,0-.684,0l-.988.981A5.887,5.887,0,0,0,13,.425,5.736,5.736,0,0,0,10.838,0,5.613,5.613,0,0,0,7.189,1.268a5.928,5.928,0,0,0-2.052,3.3v.053a.247.247,0,0,0,.243.243H6.893a.228.228,0,0,0,.228-.175,9.189,9.189,0,0,1,.4-.889,3.877,3.877,0,0,1,3.314-1.855A3.777,3.777,0,0,1,13.49,2.99L12.441,4.039a.486.486,0,0,0,.342.829h3.405a.493.493,0,0,0,.486-.486V.976A.467.467,0,0,0,16.53.634Z' transform='translate(-5 -0.003)' fill='%23505050'/%3E%3Cpath id='Path_281' data-name='Path 281' d='M11.241,255.8H9.782a.228.228,0,0,0-.228.175,9.2,9.2,0,0,1-.4.889,3.876,3.876,0,0,1-3.314,1.855,3.794,3.794,0,0,1-1.421-.273,3.924,3.924,0,0,1-1.224-.775l1.041-1.041a.487.487,0,0,0-.342-.829H.486a.467.467,0,0,0-.342.145.467.467,0,0,0-.144.342v3.405a.467.467,0,0,0,.144.342.469.469,0,0,0,.342.145.468.468,0,0,0,.342-.145l.98-.981a5.8,5.8,0,0,0,1.851,1.193,5.692,5.692,0,0,0,2.147.418A5.572,5.572,0,0,0,9.44,259.4a5.907,5.907,0,0,0,2.037-3.3.13.13,0,0,0,.007-.053.246.246,0,0,0-.243-.243Z' transform='translate(0 -248.991)' fill='%23505050'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-size: cover;
}
.sidebar-modal .sidebar-footer .buttons-wrap .btn-apply-filter {
  width: 100%;
}
.sidebar-modal .filter-body {
  padding: 1.7rem 3rem;
  border-top: 1px solid #F3F3F3;
}
@media (max-width: 767px) {
  .sidebar-modal .filter-body {
    padding: 1.7rem 1.7rem;
  }
}
.sidebar-modal .filter-body__wrap {
  padding-left: 0;
  margin-top: 0;
  list-style-type: none;
}
.sidebar-modal .filter-entry__title {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 400;
  color: #212121;
  border-top: 1px solid #e8e8e8;
  font-size: 2rem;
  line-height: 1.2;
}
.sidebar-modal .filter-entry__list {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0;
  list-style-type: none;
}
.sidebar-modal .filter-entry__list .custom-checkbox {
  margin: 1rem 0;
}
.sidebar-modal .filter-entry__size {
  padding: 0;
  margin: 1rem 0;
}
.sidebar-modal .filter-entry__size h4 {
  margin-bottom: 1rem;
}
.sidebar-modal .filter-entry__colors {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sidebar-modal .filter-entry__colors .name {
  font-weight: 400;
}

.catalog-ordering {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  font-weight: 400;
  color: #484848;
  font-size: 1rem;
  line-height: 1.1;
}
.catalog-ordering .woocommerce-ordering-container {
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.catalog-ordering .woocommerce-ordering-container .woocommerce-ordering-name {
  font-weight: 500;
  cursor: pointer;
}
.catalog-ordering .woocommerce-ordering {
  display: flex;
}
.catalog-ordering .woocommerce-ordering .orderby {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transform: scale(1.1, 1.4);
}

.layout-switcher {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .layout-switcher {
    display: none;
  }
}

.woocommerce-grouped-product-list {
  padding: 1rem 0;
}

.woocommerce-grouped-product-list-item {
  margin: 5px 0;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.375;
}

.product-view {
  display: flex;
  justify-content: flex-end;
}
.product-view .toggle-view {
  display: flex;
  padding: 0;
  margin-left: 0.9rem;
  border: none;
  background-color: transparent;
}
.product-view .toggle-view:hover .toggle-view__cell, .product-view .toggle-view.active .toggle-view__cell {
  background: url("../images/svg/grid-cell.svg");
}
.product-view .toggle-view:hover .toggle-view__grid, .product-view .toggle-view.active .toggle-view__grid {
  background: url("../images/svg/grid-view.svg");
}
.product-view .toggle-view__grid, .product-view .toggle-view__cell {
  display: block;
  height: 1.8rem;
  margin: 0.1rem;
  background-color: transparent;
  background-repeat: none;
  background-position: center;
  background-size: cover;
  transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.product-view .toggle-view__grid {
  width: 0.5rem;
  background: url("../images/svg/grid-view-hover.svg");
}
.product-view .toggle-view__cell {
  width: 0.8rem;
  background: url("../images/svg/grid-cell-hover.svg");
}

.load-more-pagination {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 4rem;
  margin-bottom: 7rem;
}
.load-more-pagination .load-more-button {
  display: block;
  margin-bottom: 1.8rem;
  text-align: center;
}
.load-more-pagination b {
  font-weight: bold;
}

.load-more-progress {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #212121;
  font-size: 1.2rem;
  line-height: 1.0833333333;
}
.load-more-progress p {
  margin-bottom: 0;
}
.load-more-progress .progress-bar {
  min-width: 20rem;
  position: relative;
  margin-bottom: 0.8rem;
}
.load-more-progress .progress-bar:after {
  content: "";
  width: var(--loaded-percent);
  height: 0.2rem;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #212121;
  transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.load-more-progress .progress-bar .loader-bar {
  height: 0.2rem;
  background-color: #ededed;
}

.product-variations--colors {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  margin-top: 1rem;
  list-style-type: none;
}
@media (max-width: 767px) {
  .product-variations--colors {
    margin-top: 0.7rem;
  }
}
.product-variations--colors .label {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  margin: 0.3rem;
  border: 1px solid #D0D0D0;
  border-radius: 100%;
  background-color: var(--color);
  transition: border-color 0.3s;
}
.product-variations--colors .label:hover {
  border-color: #606060;
}

.grouped_form {
  margin-top: 2rem;
}
.grouped_form .title {
  margin-bottom: 0;
}
.grouped_form .woocommerce-grouped-product-list-item__label a {
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.375;
}

.search-no-results .container.woocommerce-wrapper {
  min-height: 53vh;
}
.search-no-results .woocommerce-info {
  margin: 2.1rem 0;
}

.symbols-categories {
  margin: 4rem 0;
}
@media (min-width: 768px) {
  .symbols-categories {
    margin: 6rem 0;
  }
}
@media (min-width: 768px) {
  .symbols-categories__title {
    font-size: 2.6rem;
    line-height: 1.5384615385;
    margin-bottom: 0;
  }
}
.symbols-categories__description {
  font-size: 1.6rem;
  line-height: 1.375;
}

.symbols-list {
  margin-top: 3rem;
}
.symbols-list__title {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
  font-weight: 500;
  text-align: center;
  font-size: 2rem;
  line-height: 1.3;
}
@media (min-width: 576px) {
  .symbols-list__title {
    margin-bottom: 2.8rem;
    text-align: left;
  }
}
.symbols-list__title:first-child {
  margin-top: 0;
}

.symbol-item {
  display: flex;
  flex: 1 100%;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  padding: 0 1.5rem;
  margin-bottom: 2.6rem;
}
@media (min-width: 576px) {
  .symbol-item {
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
}
@media (min-width: 768px) {
  .symbol-item {
    flex: 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .symbol-item {
    flex: 0 33.332%;
    max-width: 33.332%;
  }
}
.symbol-item__image img {
  width: 7.8rem;
  min-width: 7.8rem;
}
.symbol-item__content {
  text-align: center;
}
@media (min-width: 576px) {
  .symbol-item__content {
    padding-left: 2rem;
    text-align: left;
  }
}
.symbol-item__title {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.375;
}
@media (min-width: 576px) {
  .symbol-item__title {
    margin-top: 0.5rem;
  }
}
.symbol-item__description {
  margin-bottom: 0;
  color: #484848;
  font-size: 1.6rem;
  line-height: 1.375;
}

main.contact-page {
  background: var(--primary-color);
}

.contact-intro .container {
  padding-bottom: 2rem;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid var(--border-color, #e8e8e8);
}

.contact-section .wpcf7-form .row {
  margin-right: -0.8rem;
  margin-left: -0.8rem;
}
.contact-section .wpcf7-form .columns {
  padding-right: 0.8rem;
  padding-left: 0.8rem;
}
.contact-section .wpcf7-form textarea {
  height: 11.4rem;
}
.contact-section .wpcf7-form p {
  margin-bottom: 1rem;
}

.divisions {
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .divisions {
    padding-bottom: 6.7rem;
  }
}
.divisions__title {
  margin-top: 1.6rem;
  margin-bottom: 1.3rem;
  font-size: 2.8rem;
  line-height: 1.1428571429;
}
.divisions__title:first-child {
  margin-top: 3.3rem;
}

.division {
  flex: 1 100%;
  margin-bottom: 2rem;
}
.division__title {
  margin-bottom: 0.4rem;
}
.division__description p {
  margin-bottom: 0;
  color: #484848;
  font-size: 1.6rem;
  line-height: 1.375;
}
.division__description p a {
  font-weight: 300;
  color: #484848;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 1px;
  transition: background-size 0.35s ease 0s;
}
@media (min-width: 768px) {
  .division__description p a:hover {
    background-position: 100% 100%;
    background-size: 0 1px;
  }
}

#contact-map-container {
  width: 100%;
  padding-top: 41.778%;
  position: relative;
}

main.catalog-page {
  background: var(--primary-color);
}

.catalog-intro .container {
  padding-bottom: 2rem;
}

main.newsletter-page {
  background: var(--primary-color);
}

.newsletter-intro .container {
  padding-bottom: 2rem;
}
.newsletter-intro .wpcf7 {
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  .newsletter-intro .wpcf7 {
    margin-bottom: 11.2rem;
  }
}

.sustainability .block-image + .block-text {
  padding-top: 0;
}
@media (min-width: 768px) {
  .sustainability .block-two-columns {
    margin-top: 6rem;
    margin-bottom: 4rem;
  }
}
.sustainability .block-two-columns .container {
  position: relative;
}
@media (min-width: 768px) {
  .sustainability .block-two-columns .container {
    padding-top: 5.2rem;
  }
}
.sustainability .block-two-columns .container:after {
  content: "";
  height: 0.1rem;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: #e8e8e8;
}
@media (min-width: 768px) {
  .sustainability .block-two-columns .container:after {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}

.b2b .b2b-intro {
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .b2b .columns--blocks-in-column {
    padding-left: 4.5rem;
  }
}
@media (min-width: 768px) {
  .b2b .block-text--in-columns .title {
    max-width: 80%;
    font-size: 6rem;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .b2b .block-text--in-columns .description p {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.b2b .block-two-columns .container {
  padding-top: 3.5rem;
}
@media (min-width: 768px) {
  .b2b .block-two-columns .container {
    padding-top: 5.2rem;
    position: relative;
  }
}
@media (min-width: 768px) {
  .b2b .block-two-columns .container:after {
    content: "";
    height: 0.1rem;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin-right: 1.5rem;
    margin-left: 1.5rem;
    background: #e8e8e8;
  }
}
.b2b .block-two-columns.width-40-60 .row {
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .b2b .block-two-columns.width-40-60 .row {
    flex-direction: row-reverse;
  }
}
@media (max-width: 767px) {
  .b2b .block-two-columns .row {
    flex-direction: column-reverse;
  }
}

.contact-form--b2b {
  margin: 5.5rem 0;
}
.contact-form--b2b .container {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .contact-form--b2b .container {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.contact-form--b2b .container:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("../images/background-newsletter.png");
  background-size: cover;
}
@media (min-width: 768px) {
  .contact-form--b2b .container:before {
    right: 1.5rem;
    left: 1.5rem;
  }
}

.page-template-default .block-text h1:not(.title) {
  font-size: 3.4rem;
  line-height: 1.1176470588;
}
.page-template-default .block-text h2:not(.title) {
  font-size: 2.8rem;
  line-height: 1.1428571429;
}
.page-template-default .block-text h3:not(.title) {
  font-size: 2.6rem;
  line-height: 1.1538461538;
}

#signup-content {
  max-width: 600px;
  margin: 210px auto 60px;
}
#signup-content h2 {
  font-size: 26px;
}
#signup-content p {
  margin: 0;
}
/*# sourceMappingURL=main.css.map */
