.p_secondary {
  font-weight: 400;
  font-style: italic; }

.h1_display {
  margin: 0px;
  font-family: "mr-eaves-xl-modern", sans-serif;
  font-weight: 300; }
  @media (max-width: 1023px) {
    .h1_display {
      font-size: 2em;
      letter-spacing: 0.5px; } }
  @media (min-width: 1024px) {
    .h1_display {
      font-size: 5em;
      letter-spacing: 3px; } }

.h1 {
  margin: 0px;
  font-family: "mr-eaves-xl-modern", sans-serif;
  font-weight: 300; }
  @media (max-width: 1023px) {
    .h1 {
      font-size: 2em; } }
  @media (min-width: 1024px) {
    .h1 {
      font-size: 3.75em; } }

.h2 {
  margin: 0px;
  font-family: "mr-eaves-xl-modern", sans-serif;
  font-weight: 300; }
  @media (max-width: 1023px) {
    .h2 {
      font-size: 1.875em; } }
  @media (min-width: 1024px) {
    .h2 {
      font-size: 2.5em; } }

.h3 {
  margin: 0px;
  font-family: "mr-eaves-xl-modern", sans-serif;
  font-weight: 400; }
  @media (max-width: 1023px) {
    .h3 {
      font-size: 1.25em; } }
  @media (min-width: 1024px) {
    .h3 {
      font-size: 1.5em; } }

.h4 {
  margin: 0px;
  font-family: "mr-eaves-xl-modern", sans-serif; }

.occhiello {
  margin: 0px;
  font-family: "mr-eaves-xl-modern", sans-serif;
  font-weight: 400;
  font-size: 1.125em;
  letter-spacing: 2.25px; }

p,
.p, .text-content ul, .text-content ol {
  margin: 0px;
  font-weight: 400;
  font-size: 1.375em; }

.p_secondary {
  margin: 0px;
  font-size: 1.125em; }

.p_quote {
  margin: 0px;
  font-weight: 300; }
  @media (max-width: 1023px) {
    .p_quote {
      font-size: 1.375em;
      line-height: 1.375em; } }
  @media (min-width: 1024px) {
    .p_quote {
      font-size: 2.25em;
      line-height: 1.375em; } }

.p_note {
  margin: 0px;
  font-weight: 400; }
  @media (max-width: 1023px) {
    .p_note {
      font-size: 0.875em; } }
  @media (min-width: 1024px) {
    .p_note {
      font-size: 1em; } }

.label {
  font-weight: 700;
  font-size: 0.875em;
  letter-spacing: 2px;
  text-transform: uppercase; }

a {
  cursor: pointer;
  color: inherit;
  text-decoration: underline;
  font-size: 1em; }

@-webkit-keyframes fill-line {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@-moz-keyframes fill-line {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@-o-keyframes fill-line {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@keyframes fill-line {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@-webkit-keyframes fill-line-s-btn {
  0% {
    width: 0%; }
  100% {
    width: calc(100% - 60px); } }

@-moz-keyframes fill-line-s-btn {
  0% {
    width: 0%; }
  100% {
    width: calc(100% - 60px); } }

@-o-keyframes fill-line-s-btn {
  0% {
    width: 0%; }
  100% {
    width: calc(100% - 60px); } }

@keyframes fill-line-s-btn {
  0% {
    width: 0%; }
  100% {
    width: calc(100% - 60px); } }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-10px); }
  60% {
    -webkit-transform: translateY(-2px); } }

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-10px); }
  60% {
    -moz-transform: translateY(-2px); } }

@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0); }
  40% {
    -o-transform: translateY(-10px); }
  60% {
    -o-transform: translateY(-2px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-10px); }
  60% {
    transform: translateY(-2px); } }

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

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

html,
body {
  width: 100%;
  padding: 0;
  margin: 0; }

body {
  display: block;
  position: relative;
  font-family: "mr-eaves-xl-modern", sans-serif;
  font-weight: 400;
  color: #474E4B;
  overflow-x: hidden;
  font-display: swap;
  background-color: #B18A76; }
  @media (max-width: 1023px) {
    body[data-color-header=solid] .page-content {
      padding-top: 80px; } }
  @media (min-width: 1024px) {
    body[data-color-header=solid] .page-content {
      padding-top: 85px; } }
  @media (max-width: 1279px) {
    body[data-color-header=transparent-internal] .page-content {
      padding-top: 80px; } }

main {
  background-color: #FFFFFF; }

#old-browser-notice {
  display: none; }
  #old-browser-notice.show {
    display: block;
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: auto;
    padding: 40px 25px;
    background-color: #882E28;
    color: #FFFFFF;
    z-index: 1000; }
  #old-browser-notice .close {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer; }
    #old-browser-notice .close svg {
      width: 24px;
      height: 24px; }
  #old-browser-notice .inner-container {
    text-align: center; }

.pg-browser {
  background-color: #FFFFFF; }

.block-page-browser {
  min-height: 100vh; }
  .block-page-browser .container {
    padding-top: 100px;
    padding-bottom: 100px; }
  .block-page-browser .h1, .block-page-browser .h2 {
    text-align: center; }
  .block-page-browser .h2 {
    margin-top: 15px; }
  .block-page-browser ul {
    margin-top: 30px; }
    .block-page-browser ul li {
      position: relative;
      display: inline-block;
      box-shadow: 0 1px 2px #CCCCCC; }
      .block-page-browser ul li:not(:first-child) {
        margin-top: 30px; }
      .block-page-browser ul li a {
        text-decoration: none; }
      .block-page-browser ul li img {
        position: absolute;
        top: 50%;
        bottom: initial;
        left: initial;
        right: initial;
        transform: translateY(-50%);
        width: 40px;
        height: auto;
        left: 10px; }
      .block-page-browser ul li .text {
        display: block;
        padding: 25px 10px 25px 60px; }
        .block-page-browser ul li .text span {
          display: block; }
  @media (max-width: 1023px) {
    .block-page-browser ul li {
      width: 100%; } }
  @media (min-width: 1024px) {
    .block-page-browser ul li {
      margin: 0 1% 1.5%;
      width: 30%; } }

@-webkit-keyframes fill-line {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@-moz-keyframes fill-line {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@-o-keyframes fill-line {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@keyframes fill-line {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@-webkit-keyframes fill-line-s-btn {
  0% {
    width: 0%; }
  100% {
    width: calc(100% - 60px); } }

@-moz-keyframes fill-line-s-btn {
  0% {
    width: 0%; }
  100% {
    width: calc(100% - 60px); } }

@-o-keyframes fill-line-s-btn {
  0% {
    width: 0%; }
  100% {
    width: calc(100% - 60px); } }

@keyframes fill-line-s-btn {
  0% {
    width: 0%; }
  100% {
    width: calc(100% - 60px); } }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-10px); }
  60% {
    -webkit-transform: translateY(-2px); } }

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-10px); }
  60% {
    -moz-transform: translateY(-2px); } }

@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0); }
  40% {
    -o-transform: translateY(-10px); }
  60% {
    -o-transform: translateY(-2px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-10px); }
  60% {
    transform: translateY(-2px); } }

.p_secondary {
  font-weight: 400;
  font-style: italic; }

.h1_display {
  margin: 0px;
  font-family: "mr-eaves-xl-modern", sans-serif;
  font-weight: 300; }
  @media (max-width: 1023px) {
    .h1_display {
      font-size: 2em;
      letter-spacing: 0.5px; } }
  @media (min-width: 1024px) {
    .h1_display {
      font-size: 5em;
      letter-spacing: 3px; } }

.h1 {
  margin: 0px;
  font-family: "mr-eaves-xl-modern", sans-serif;
  font-weight: 300; }
  @media (max-width: 1023px) {
    .h1 {
      font-size: 2em; } }
  @media (min-width: 1024px) {
    .h1 {
      font-size: 3.75em; } }

.h2 {
  margin: 0px;
  font-family: "mr-eaves-xl-modern", sans-serif;
  font-weight: 300; }
  @media (max-width: 1023px) {
    .h2 {
      font-size: 1.875em; } }
  @media (min-width: 1024px) {
    .h2 {
      font-size: 2.5em; } }

.h3 {
  margin: 0px;
  font-family: "mr-eaves-xl-modern", sans-serif;
  font-weight: 400; }
  @media (max-width: 1023px) {
    .h3 {
      font-size: 1.25em; } }
  @media (min-width: 1024px) {
    .h3 {
      font-size: 1.5em; } }

.h4 {
  margin: 0px;
  font-family: "mr-eaves-xl-modern", sans-serif; }

.occhiello {
  margin: 0px;
  font-family: "mr-eaves-xl-modern", sans-serif;
  font-weight: 400;
  font-size: 1.125em;
  letter-spacing: 2.25px; }

p,
.p, .text-content ul, .text-content ol {
  margin: 0px;
  font-weight: 400;
  font-size: 1.375em; }

.p_secondary {
  margin: 0px;
  font-size: 1.125em; }

.p_quote {
  margin: 0px;
  font-weight: 300; }
  @media (max-width: 1023px) {
    .p_quote {
      font-size: 1.375em;
      line-height: 1.375em; } }
  @media (min-width: 1024px) {
    .p_quote {
      font-size: 2.25em;
      line-height: 1.375em; } }

.p_note {
  margin: 0px;
  font-weight: 400; }
  @media (max-width: 1023px) {
    .p_note {
      font-size: 0.875em; } }
  @media (min-width: 1024px) {
    .p_note {
      font-size: 1em; } }

.label {
  font-weight: 700;
  font-size: 0.875em;
  letter-spacing: 2px;
  text-transform: uppercase; }

a {
  cursor: pointer;
  color: inherit;
  text-decoration: underline;
  font-size: 1em; }

[class^="icons-"] {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  transform-origin: 50% 50%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  font-weight: normal; }

ul {
  list-style: none;
  padding: 0px;
  margin: 0px; }

strong,
b {
  font-weight: 700; }

i, em {
  font-style: italic; }

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

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

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

.text-content {
  position: relative;
  width: 100%; }
  .text-content ul {
    list-style-type: disc;
    padding: 0 0 10px 20px; }
    .text-content ul li {
      padding: 0; }
  .text-content ol {
    list-style-type: decimal;
    padding: 0 0 10px 20px; }
    .text-content ol li {
      padding: 0 0 10px 0; }
  .text-content video {
    margin: 0;
    width: 100%;
    height: auto; }
  .text-content iframe {
    margin: 0;
    width: 100%;
    height: auto; }
  .text-content img {
    margin: 0 0 20px 0;
    width: auto;
    height: auto;
    max-width: 100%; }

input,
button {
  font-family: "mr-eaves-xl-modern", sans-serif; }

.section-animate {
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53); }
  .section-animate.animate {
    opacity: 1; }

.section-block-simple-title .title {
  margin-bottom: 8px; }

@media (max-width: 1023px) {
  .section-block-simple-title {
    margin-top: 50px;
    margin-bottom: 60px; } }

@media (min-width: 1024px) {
  .section-block-simple-title {
    margin-top: 60px;
    margin-bottom: 90px; } }

.block-breadcrumbs {
  text-align: center; }
  .block-breadcrumbs ol {
    list-style: none;
    padding: 0px; }
    .block-breadcrumbs ol li {
      display: inline-block;
      vertical-align: middle; }
      .block-breadcrumbs ol li:not(:last-child)::after, .block-breadcrumbs ol li:first-child::after {
        content: '/';
        margin-left: 3px;
        font-size: 0.9375em;
        line-height: 1.875em; }
      .block-breadcrumbs ol li a,
      .block-breadcrumbs ol li span {
        text-decoration: none;
        font-size: 0.9375em;
        line-height: 1.875em; }

.block-pagination .indicators {
  font-size: 1.125em; }

.block-pagination .button-primary {
  margin-bottom: 30px; }

@media (max-width: 1023px) {
  .block-pagination {
    padding-top: 65px;
    padding-bottom: 75px; } }

@media (min-width: 1024px) {
  .block-pagination {
    padding-top: 75px;
    padding-bottom: 90px; } }

.bg-graySand {
  background-color: #E1E1DF; }

.bg-gray {
  background-color: #C3BFB9; }

.bg-grayDark {
  background-color: #474E4B; }

.bg-lightBlue {
  background-color: #2AA7C3; }

.bg-antiquePink {
  background-color: #B18A76; }

.bg-brickRed {
  background-color: #882E28; }

.bg-teal {
  background-color: #4D706A; }

.bg-black {
  background-color: #000000; }

.bg-white {
  background-color: #FFFFFF; }

.text-graySand {
  color: #E1E1DF; }

.text-gray {
  color: #C3BFB9; }

.text-grayDark {
  color: #474E4B; }

.text-lightBlue {
  color: #2AA7C3; }

.text-antiquePink {
  color: #B18A76; }

.text-brickRed {
  color: #882E28; }

.text-teal {
  color: #4D706A; }

.text-black {
  color: #000000; }

.text-white {
  color: #FFFFFF; }

.h-50 {
  min-height: 50vh; }

.h-60 {
  min-height: 60vh; }

.h-70 {
  min-height: 70vh; }

.h-80 {
  min-height: 80vh; }

.h-90 {
  min-height: 90vh; }

.h-100 {
  min-height: 100vh; }

@media (max-width: 1023px) {
  .h-m-50 {
    min-height: 50vh; }
  .h-m-60 {
    min-height: 60vh; }
  .h-m-70 {
    min-height: 70vh; }
  .h-m-80 {
    min-height: 80vh; }
  .h-m-90 {
    min-height: 90vh; }
  .h-m-100 {
    min-height: 100vh; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .h-t-50 {
    min-height: 50vh; }
  .h-t-60 {
    min-height: 60vh; }
  .h-t-70 {
    min-height: 70vh; }
  .h-t-80 {
    min-height: 80vh; }
  .h-t-90 {
    min-height: 90vh; }
  .h-t-100 {
    min-height: 100vh; } }

@media (min-width: 1024px) {
  .h-d-50 {
    min-height: 50vh; }
  .h-d-60 {
    min-height: 60vh; }
  .h-d-70 {
    min-height: 70vh; }
  .h-d-80 {
    min-height: 80vh; }
  .h-d-90 {
    min-height: 90vh; }
  .h-d-100 {
    min-height: 100vh; } }

.shadow-small {
  -webkit-box-shadow: 0px 0.125rem 0.25rem 0px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0px 0.125rem 0.25rem 0px rgba(0, 0, 0, 0.075);
  box-shadow: 0px 0.125rem 0.25rem 0px rgba(0, 0, 0, 0.075); }

.shadow-regular {
  -webkit-box-shadow: 0px 0.5rem 1rem 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0.5rem 1rem 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0.5rem 1rem 0px rgba(0, 0, 0, 0.15); }

.shadow-large {
  -webkit-box-shadow: 0px 1rem 3rem 0px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0px 1rem 3rem 0px rgba(0, 0, 0, 0.175);
  box-shadow: 0px 1rem 3rem 0px rgba(0, 0, 0, 0.175); }

.container {
  width: 100%;
  margin: 0px auto;
  max-width: 1920px; }
  @media (max-width: 1023px) {
    .container {
      padding-left: 6.66%;
      padding-right: 6.66%; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .container {
      padding-left: 6.25%;
      padding-right: 6.25%; } }
  @media (min-width: 1024px) and (max-width: 1920px) {
    .container {
      padding-left: 6.25%;
      padding-right: 6.25%; } }
  @media (min-width: 1921px) {
    .container {
      padding-left: 120px;
      padding-right: 120px; } }

.container-fluid {
  width: 100%;
  margin: 0px auto;
  max-width: 1920px; }

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

@media (max-width: 1023px) {
  .flex-m {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .flex-t {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; } }

@media (min-width: 1024px) {
  .flex-d {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; } }

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media (max-width: 1023px) {
  .flex-wrap-m {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .flex-wrap-t {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media (min-width: 1024px) {
  .flex-wrap-d {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.flex-row {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.flex-row-reverse {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.flex-column {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.flex-column-reverse {
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

@media (max-width: 1023px) {
  .flex-row-m {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .flex-row-reverse-m {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .flex-column-m {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .flex-column-reverse-m {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .flex-row-t {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .flex-row-reverse-t {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .flex-column-t {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .flex-column-reverse-t {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

@media (min-width: 1024px) {
  .flex-row-d {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .flex-row-reverse-d {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .flex-column-d {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .flex-column-reverse-d {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

.justify-content-start {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start; }

.justify-content-end {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end; }

.justify-content-center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }

.justify-content-between {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; }

.justify-content-around {
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around; }

@media (max-width: 1023px) {
  .justify-content-start-m {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start; }
  .justify-content-end-m {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end; }
  .justify-content-center-m {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
  .justify-content-between-m {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; }
  .justify-content-around-m {
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .justify-content-start-t {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start; }
  .justify-content-end-t {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end; }
  .justify-content-center-t {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
  .justify-content-between-t {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; }
  .justify-content-around-t {
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around; } }

@media (min-width: 1024px) {
  .justify-content-start-d {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start; }
  .justify-content-end-d {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end; }
  .justify-content-center-d {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
  .justify-content-between-d {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; }
  .justify-content-around-d {
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around; } }

.align-items-start {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }

.align-items-end {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end; }

.align-items-center {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

@media (max-width: 1023px) {
  .align-items-start-m {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
  .align-items-end-m {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end; }
  .align-items-center-m {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .align-items-start-t {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
  .align-items-end-t {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end; }
  .align-items-center-t {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; } }

@media (min-width: 1024px) {
  .align-items-start-d {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
  .align-items-end-d {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end; }
  .align-items-center-d {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; } }

.align-self-start {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-align-self: flex-start;
  align-self: flex-start; }

.align-self-end {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-align-self: flex-end;
  align-self: flex-end; }

.align-self-center {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center; }

@media (max-width: 1023px) {
  .align-self-start-m {
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-align-self: flex-start;
    align-self: flex-start; }
  .align-self-end-m {
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-align-self: flex-end;
    align-self: flex-end; }
  .align-self-center-m {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    align-self: center; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .align-self-start-t {
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-align-self: flex-start;
    align-self: flex-start; }
  .align-self-end-t {
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-align-self: flex-end;
    align-self: flex-end; }
  .align-self-center-t {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    align-self: center; } }

@media (min-width: 1024px) {
  .align-self-start-d {
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-align-self: flex-start;
    align-self: flex-start; }
  .align-self-end-d {
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-align-self: flex-end;
    align-self: flex-end; }
  .align-self-center-d {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    align-self: center; } }

.align-content-start {
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start; }

.align-content-end {
  -webkit-align-content: flex-end;
  -moz-align-content: flex-end;
  -ms-align-content: flex-end;
  align-content: flex-end; }

.align-content-center {
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center; }

@media (max-width: 1023px) {
  .align-content-start-m {
    -webkit-align-content: flex-start;
    -moz-align-content: flex-start;
    -ms-align-content: flex-start;
    align-content: flex-start; }
  .align-content-end-m {
    -webkit-align-content: flex-end;
    -moz-align-content: flex-end;
    -ms-align-content: flex-end;
    align-content: flex-end; }
  .align-content-center-m {
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .align-content-start-t {
    -webkit-align-content: flex-start;
    -moz-align-content: flex-start;
    -ms-align-content: flex-start;
    align-content: flex-start; }
  .align-content-end-t {
    -webkit-align-content: flex-end;
    -moz-align-content: flex-end;
    -ms-align-content: flex-end;
    align-content: flex-end; }
  .align-content-center-t {
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center; } }

@media (min-width: 1024px) {
  .align-content-start-d {
    -webkit-align-content: flex-start;
    -moz-align-content: flex-start;
    -ms-align-content: flex-start;
    align-content: flex-start; }
  .align-content-end-d {
    -webkit-align-content: flex-end;
    -moz-align-content: flex-end;
    -ms-align-content: flex-end;
    align-content: flex-end; }
  .align-content-center-d {
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center; } }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

@media (max-width: 1023px) {
  .order-m-1 {
    order: 1; }
  .order-m-2 {
    order: 2; }
  .order-m-3 {
    order: 3; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .order-t-1 {
    order: 1; }
  .order-t-2 {
    order: 2; }
  .order-t-3 {
    order: 3; } }

@media (min-width: 1024px) {
  .order-d-1 {
    order: 1; }
  .order-d-2 {
    order: 2; }
  .order-d-3 {
    order: 3; } }

.col-1 {
  width: 8.3333333333%; }

.col-2 {
  width: 16.6666666667%; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.3333333333%; }

.col-5 {
  width: 41.6666666667%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.3333333333%; }

.col-8 {
  width: 66.6666666667%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.3333333333%; }

.col-11 {
  width: 91.6666666667%; }

.col-12 {
  width: 100%; }

@media (max-width: 1023px) {
  .col-m-1 {
    width: 8.3333333333%; }
  .col-m-2 {
    width: 16.6666666667%; }
  .col-m-3 {
    width: 25%; }
  .col-m-4 {
    width: 33.3333333333%; }
  .col-m-5 {
    width: 41.6666666667%; }
  .col-m-6 {
    width: 50%; }
  .col-m-7 {
    width: 58.3333333333%; }
  .col-m-8 {
    width: 66.6666666667%; }
  .col-m-9 {
    width: 75%; }
  .col-m-10 {
    width: 83.3333333333%; }
  .col-m-11 {
    width: 91.6666666667%; }
  .col-m-12 {
    width: 100%; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .col-t-1 {
    width: 8.3333333333%; }
  .col-t-2 {
    width: 16.6666666667%; }
  .col-t-3 {
    width: 25%; }
  .col-t-4 {
    width: 33.3333333333%; }
  .col-t-5 {
    width: 41.6666666667%; }
  .col-t-6 {
    width: 50%; }
  .col-t-7 {
    width: 58.3333333333%; }
  .col-t-8 {
    width: 66.6666666667%; }
  .col-t-9 {
    width: 75%; }
  .col-t-10 {
    width: 83.3333333333%; }
  .col-t-11 {
    width: 91.6666666667%; }
  .col-t-12 {
    width: 100%; } }

@media (min-width: 1024px) {
  .col-d-1 {
    width: 8.3333333333%; }
  .col-d-2 {
    width: 16.6666666667%; }
  .col-d-3 {
    width: 25%; }
  .col-d-4 {
    width: 33.3333333333%; }
  .col-d-5 {
    width: 41.6666666667%; }
  .col-d-6 {
    width: 50%; }
  .col-d-7 {
    width: 58.3333333333%; }
  .col-d-8 {
    width: 66.6666666667%; }
  .col-d-9 {
    width: 75%; }
  .col-d-10 {
    width: 83.3333333333%; }
  .col-d-11 {
    width: 91.6666666667%; }
  .col-d-12 {
    width: 100%; } }

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none; }

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 24px;
  height: 24px; }

.swiper-container-horizontal > .swiper-pagination-progressbar {
  position: relative; }

.swiper-container-horizontal .swiper-pagination-progressbar {
  background: transparent; }
  .swiper-container-horizontal .swiper-pagination-progressbar::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 1px;
    background-color: #E1E1DF; }

.swiper-container-horizontal .swiper-pagination-progressbar-fill {
  background: #474E4B !important; }

.lg-backdrop.in {
  opacity: 1 !important;
  background: #FFFFFF; }

.lg-outer .lg-image {
  max-width: calc(90% - 25px) !important;
  max-height: calc(90% - 25px) !important; }

.lg-toolbar {
  background: transparent !important; }
  .lg-toolbar .lg-close:after,
  .lg-toolbar .lg-close:hover:after {
    color: #474E4B !important; }
  @media (max-width: 1279px) {
    .lg-toolbar .lg-close {
      margin-top: 16px;
      margin-right: 12px; } }
  @media (min-width: 1280px) {
    .lg-toolbar .lg-close {
      margin-top: 20px;
      margin-right: 16px; } }
  @media (min-width: 1921px) {
    .lg-toolbar .lg-close {
      position: absolute;
      left: 50%;
      transform: translateX(894px); } }

.lg-actions .lg-next:before,
.lg-actions .lg-prev:after,
.lg-actions .lg-next:hover:before,
.lg-actions .lg-prev:hover:after {
  color: #474E4B !important; }

.lg-actions .lg-prev,
.lg-actions .lg-next {
  transform: translateY(-36%); }

.lg-actions .lg-prev {
  transition: none !important; }

.lg-actions .lg-next {
  transition: none !important; }

@media (max-width: 1279px) {
  .lg-actions .lg-prev {
    left: 0px !important; }
  .lg-actions .lg-next {
    right: 0px !important; } }

@media (min-width: 1280px) {
  .lg-actions .lg-prev {
    left: 20px !important; }
  .lg-actions .lg-next {
    right: 20px !important; } }

@media (min-width: 1921px) {
  .lg-actions .lg-prev {
    left: 50% !important;
    transform: translateX(-930px); }
  .lg-actions .lg-next {
    left: 50% !important;
    transform: translateX(894px); } }

.lg-sub-html {
  padding: 30px 40px !important;
  font-size: 1.125em !important;
  color: #474E4B !important;
  background: #FFFFFF !important; }

@-webkit-keyframes fill-line {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@-moz-keyframes fill-line {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@-o-keyframes fill-line {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@keyframes fill-line {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@-webkit-keyframes fill-line-s-btn {
  0% {
    width: 0%; }
  100% {
    width: calc(100% - 60px); } }

@-moz-keyframes fill-line-s-btn {
  0% {
    width: 0%; }
  100% {
    width: calc(100% - 60px); } }

@-o-keyframes fill-line-s-btn {
  0% {
    width: 0%; }
  100% {
    width: calc(100% - 60px); } }

@keyframes fill-line-s-btn {
  0% {
    width: 0%; }
  100% {
    width: calc(100% - 60px); } }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-10px); }
  60% {
    -webkit-transform: translateY(-2px); } }

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-10px); }
  60% {
    -moz-transform: translateY(-2px); } }

@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0); }
  40% {
    -o-transform: translateY(-10px); }
  60% {
    -o-transform: translateY(-2px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-10px); }
  60% {
    transform: translateY(-2px); } }

.button-primary {
  cursor: pointer;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block !important;
  -webkit-appearance: none;
  border: 0;
  font-size: 0.9375em;
  line-height: 1.5625em;
  background-color: transparent;
  letter-spacing: 3px; }
  .button-primary::after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px; }
  .button-primary:not(.white)::after {
    background-color: #474E4B; }
  .button-primary.white::after {
    background-color: #FFFFFF; }
  .button-primary:disabled, .button-primary.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.6; }
  @media (min-width: 1024px) {
    .button-primary:hover::after {
      -webkit-animation: fill-line 0.5s;
      -moz-animation: fill-line 0.5s;
      -o-animation: fill-line 0.5s;
      animation: fill-line 0.5s; } }

.button-secondary {
  cursor: pointer;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block !important;
  -webkit-appearance: none;
  padding: 13px 30px;
  font-size: 0.9375em;
  line-height: 1.5625em;
  letter-spacing: 3px;
  border: 1px solid;
  background-color: transparent; }
  .button-secondary::after {
    content: '';
    position: absolute;
    left: 30px;
    bottom: 12px;
    width: calc(100% - 60px);
    height: 1px; }
  .button-secondary:not(.white) {
    color: #474E4B;
    border-color: #474E4B; }
    .button-secondary:not(.white)::after {
      background-color: #474E4B; }
  .button-secondary.white {
    color: #FFFFFF;
    border-color: #FFFFFF; }
    .button-secondary.white::after {
      background-color: #FFFFFF; }
  .button-secondary:disabled, .button-secondary.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.6; }
  @media (min-width: 1024px) {
    .button-secondary:hover:not(.white) {
      color: #FFFFFF;
      background-color: #474E4B; }
      .button-secondary:hover:not(.white)::after {
        background-color: #FFFFFF;
        -webkit-animation: fill-line-s-btn 0.5s;
        -moz-animation: fill-line-s-btn 0.5s;
        -o-animation: fill-line-s-btn 0.5s;
        animation: fill-line-s-btn 0.5s; }
    .button-secondary:hover.white {
      color: #474E4B;
      background-color: #FFFFFF; }
      .button-secondary:hover.white::after {
        background-color: #474E4B;
        -webkit-animation: fill-line-s-btn 0.5s;
        -moz-animation: fill-line-s-btn 0.5s;
        -o-animation: fill-line-s-btn 0.5s;
        animation: fill-line-s-btn 0.5s; } }

.text-link-animate {
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-decoration: none; }
  .text-link-animate::after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0px;
    height: 1px;
    background-color: #474E4B;
    transition: width 0.3s ease-in-out; }
  .text-link-animate.active::after {
    width: 100%; }
  @media (min-width: 1024px) {
    .text-link-animate:hover::after {
      width: 100%; } }

@-webkit-keyframes fill-line {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@-moz-keyframes fill-line {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@-o-keyframes fill-line {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@keyframes fill-line {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@-webkit-keyframes fill-line-s-btn {
  0% {
    width: 0%; }
  100% {
    width: calc(100% - 60px); } }

@-moz-keyframes fill-line-s-btn {
  0% {
    width: 0%; }
  100% {
    width: calc(100% - 60px); } }

@-o-keyframes fill-line-s-btn {
  0% {
    width: 0%; }
  100% {
    width: calc(100% - 60px); } }

@keyframes fill-line-s-btn {
  0% {
    width: 0%; }
  100% {
    width: calc(100% - 60px); } }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-10px); }
  60% {
    -webkit-transform: translateY(-2px); } }

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-10px); }
  60% {
    -moz-transform: translateY(-2px); } }

@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0); }
  40% {
    -o-transform: translateY(-10px); }
  60% {
    -o-transform: translateY(-2px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-10px); }
  60% {
    transform: translateY(-2px); } }

header {
  position: absolute;
  top: 0px;
  width: 100%;
  transition: background-color 0.3s ease-in-out, opacity 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.5s;
  z-index: 100; }
  header .inner-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  header .nav-toggle {
    cursor: pointer;
    width: 24px;
    height: 24px; }
    header .nav-toggle span {
      display: block;
      width: 21px;
      height: 1.5px;
      margin-left: auto;
      margin-right: auto;
      transform-origin: 50% 50%;
      transform: translate(0px, 0px) rotate(0deg);
      transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.3s ease-in-out; }
      header .nav-toggle span:first-child {
        margin-top: 6px; }
      header .nav-toggle span:last-child {
        margin-top: 6.5px; }
    header .nav-toggle.close span:first-child {
      transform: translateY(4px) rotate(45deg); }
    header .nav-toggle.close span:last-child {
      transform: translateY(-4px) rotate(-45deg); }
  header .logo {
    display: inline-block; }
    header .logo svg path {
      transition: fill 0.3s ease-in-out; }
  header .menu a {
    display: block;
    text-decoration: none; }
  header .menu > ul > li > a {
    position: relative; }
    header .menu > ul > li > a::after {
      content: '';
      position: absolute;
      left: 0px;
      bottom: calc(50% - 15px);
      width: 0px;
      height: 1px;
      transition: width 0.3s ease-in-out; }
    header .menu > ul > li > a.active::after {
      width: 100%; }
  header .menu.menu-left > ul > li > a {
    text-transform: uppercase; }
  header .menu .submenu .inner-submenu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; }
  header .menu .submenu .label {
    color: #000000;
    line-height: 1.875em;
    border-bottom: 1px solid #E1E1DF; }
  header .menu .submenu .menu-list ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none; }
    header .menu .submenu .menu-list ul li a .new {
      color: #B18A76; }
    header .menu .submenu .menu-list ul li a::after {
      content: '';
      position: absolute;
      left: 0px;
      bottom: 0px;
      width: 0px;
      height: 1px;
      background-color: #474E4B;
      transition: width 0.3s ease-in-out; }
    header .menu .submenu .menu-list ul li a.active::after {
      width: 100%; }
  header .menu .submenu .highlights picture {
    display: block; }
    header .menu .submenu .highlights picture img {
      display: block;
      width: 100%;
      height: auto; }
  header .menu-icons svg {
    transition: fill 0.3s ease-in-out; }
  header .menu-icons .has-item-in-cart {
    position: relative; }
    header .menu-icons .has-item-in-cart::after {
      content: '';
      position: absolute;
      top: 0px;
      right: 0px;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background-color: #000;
      transition: background-color 0.3s ease-in-out; }
  header.header-browser {
    text-align: center;
    padding: 25px 0px; }
    header.header-browser a {
      display: inline-block;
      text-decoration: none; }
  @media (max-width: 1279px) {
    header::before {
      content: '';
      position: fixed;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      transform: translateX(-100%);
      background-color: #FFFFFF;
      transition: transform 0.3s ease-in-out; }
    header .bg-submenu-d {
      display: none; }
    header .inner-container {
      padding: 28px 25px; }
    header .wrap-logo-toggle,
    header .logo,
    header .menu-icons {
      position: relative;
      z-index: 101; }
    header .wrap-logo-toggle {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
    header .logo {
      margin-left: 20px; }
      header .logo svg {
        width: 110px;
        height: auto; }
    header .logo-browser svg {
      width: 110px;
      height: auto; }
    header .menu-wrapper {
      position: fixed;
      opacity: 0;
      top: 80px;
      left: 0px;
      width: 100%;
      height: calc(100vh - 80px);
      padding-bottom: 50px;
      transform: translateX(-100%);
      background-color: #FFFFFF;
      overflow-x: hidden;
      overflow-y: auto;
      z-index: 100;
      transition: transform 0.3s ease-in-out, opacity 0s linear; }
    header .menu.menu-right {
      margin-top: 50px; }
    header .menu > ul > li {
      padding: 0px 70px; }
      header .menu > ul > li:not(:first-child) {
        margin-top: 25px; }
      header .menu > ul > li > a {
        display: inline-block;
        font-size: 1.25em; }
      header .menu > ul > li .submenu {
        position: absolute;
        opacity: 0;
        visibility: hidden;
        top: 0px;
        left: 0px;
        padding: 0px 25px 80px;
        width: 100%;
        height: 0px;
        transform: translateX(100%);
        background-color: #FFFFFF;
        overflow: hidden;
        transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.2s, visibility 0s linear 0.8s, height 0s linear 0.8s;
        z-index: 1; }
        header .menu > ul > li .submenu .inner-submenu {
          max-width: 400px; }
        header .menu > ul > li .submenu .section:not(:first-child) {
          margin-top: 25px; }
        header .menu > ul > li .submenu .m-big,
        header .menu > ul > li .submenu .menu-list {
          width: 100%; }
        header .menu > ul > li .submenu .m-small {
          width: calc(50% - 12px); }
        header .menu > ul > li .submenu .m-order-1 {
          order: 1; }
        header .menu > ul > li .submenu .m-order-2 {
          order: 2; }
        header .menu > ul > li .submenu .m-order-3 {
          order: 3; }
        header .menu > ul > li .submenu .m-order-4 {
          order: 4; }
        header .menu > ul > li .submenu .back-submenu {
          cursor: pointer; }
          header .menu > ul > li .submenu .back-submenu svg,
          header .menu > ul > li .submenu .back-submenu .back-label {
            display: inline-block;
            vertical-align: middle; }
          header .menu > ul > li .submenu .back-submenu svg {
            fill: #3A3A3A; }
          header .menu > ul > li .submenu .back-submenu .back-label {
            margin-left: 17px;
            text-transform: uppercase;
            font-size: 1.25em; }
        header .menu > ul > li .submenu .menu-list .label {
          margin-bottom: 8px; }
        header .menu > ul > li .submenu .menu-list .list li:not(:first-child) {
          margin-top: 12px; }
        header .menu > ul > li .submenu .menu-list .list li a {
          font-size: 1.125em;
          line-height: 1.5625em; }
        header .menu > ul > li .submenu .menu-list .button-primary {
          margin-top: 12px; }
        header .menu > ul > li .submenu .highlights .label {
          margin-bottom: 10px; }
      header .menu > ul > li.has-submenu.open .submenu {
        opacity: 1;
        visibility: visible;
        width: 100%;
        height: 100%;
        transform: translateX(0%);
        overflow-x: hidden;
        overflow-y: auto;
        transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.3s, visibility 0s linear, height 0s linear; }
    header .menu-icons ul li:not(:first-child) {
      margin-left: 18px; } }
  @media (min-width: 1280px) {
    header .header-wrapper .bg-submenu-d {
      content: '';
      position: absolute;
      top: 100%;
      left: 0px;
      width: 100%;
      height: 0px;
      background-color: #FFFFFF;
      transition: height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s; }
    header .inner-container {
      padding-left: 30px;
      padding-right: 30px; }
    header .nav-toggle {
      display: none; }
    header .logo {
      position: absolute;
      top: 50%;
      bottom: initial;
      left: 50%;
      right: initial;
      transform: translate(-50%, -50%); }
      header .logo svg {
        width: 146px;
        height: auto; }
    header .logo-browser svg {
      width: 146px;
      height: auto; }
    header .menu-wrapper {
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
    header .menu > ul > li {
      display: inline-block; }
      header .menu > ul > li:not(:first-child) {
        margin-left: 30px; }
      header .menu > ul > li > a {
        padding: 35px 0px;
        font-size: 0.9375em; }
        header .menu > ul > li > a:hover::after {
          width: 100%; }
      header .menu > ul > li .submenu {
        position: absolute;
        width: calc(100vw - 15px);
        padding-top: 37px;
        left: 50%;
        transform: translateX(-50%);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1), visibility 0s linear 0.8s;
        z-index: 5; }
        header .menu > ul > li .submenu .inner-submenu {
          max-width: 1920px;
          padding-left: 30px;
          padding-right: 30px;
          margin: 0px auto; }
        header .menu > ul > li .submenu .double {
          width: 38.89%; }
          header .menu > ul > li .submenu .double.menu-list {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-flex-direction: row;
            -moz-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row; }
            header .menu > ul > li .submenu .double.menu-list .label,
            header .menu > ul > li .submenu .double.menu-list .list {
              width: 100%;
              align-self: flex-start; }
            header .menu > ul > li .submenu .double.menu-list ul li {
              width: 50%; }
            header .menu > ul > li .submenu .double.menu-list .button-primary {
              align-self: flex-end; }
        header .menu > ul > li .submenu .single {
          width: 18.255%; }
        header .menu > ul > li .submenu .quart {
          width: 23%; }
          header .menu > ul > li .submenu .quart.menu-list ul li {
            width: 100%; }
        header .menu > ul > li .submenu .back-submenu {
          display: none; }
        header .menu > ul > li .submenu .menu-list .label {
          margin-bottom: 2px; }
        header .menu > ul > li .submenu .menu-list ul {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
          header .menu > ul > li .submenu .menu-list ul li {
            margin-top: 12px; }
            header .menu > ul > li .submenu .menu-list ul li a {
              font-size: 1.0625em;
              line-height: 1.875em; }
              header .menu > ul > li .submenu .menu-list ul li a:hover::after, header .menu > ul > li .submenu .menu-list ul li a:focus::after {
                width: 100%; }
        header .menu > ul > li .submenu .menu-list .button-primary {
          margin-top: 33px; }
        header .menu > ul > li .submenu .highlights .label {
          margin-bottom: 15px; }
        header .menu > ul > li .submenu .highlights picture {
          overflow: hidden; }
          header .menu > ul > li .submenu .highlights picture img {
            transition: transform 1.7s cubic-bezier(0, 0.99, 0.57, 0.99); }
        header .menu > ul > li .submenu .highlights:hover img {
          transform: scale(1.1); }
      header .menu > ul > li.has-submenu.open .submenu {
        opacity: 1;
        visibility: visible;
        transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.3s, visibility 0s linear; }
    header .menu-icons {
      margin-left: 30px; }
      header .menu-icons ul li:not(:first-child) {
        margin-left: 30px; }
    header.open-submenu .header-wrapper .bg-submenu-d {
      height: 576px;
      box-shadow: 0 5px 8px -3px rgba(0, 0, 0, 0.2);
      transition: height 0.5s cubic-bezier(0.23, 1, 0.32, 1); } }

body[data-color-header=transparent] header .logo svg path,
body[data-color-header=transparent] header .menu-icons svg {
  fill: #FFFFFF; }

body[data-color-header=transparent] header .nav-toggle span {
  background-color: #FFFFFF; }

body[data-color-header=transparent] header .menu-icons .has-item-in-cart::after {
  background-color: #FFFFFF; }

@media (min-width: 1280px) {
  body[data-color-header=transparent] header {
    transition-delay: .5s; }
    body[data-color-header=transparent] header .logo svg path,
    body[data-color-header=transparent] header .menu-icons svg,
    body[data-color-header=transparent] header .menu-icons .has-item-in-cart::after {
      transition-delay: .5s; }
    body[data-color-header=transparent] header .menu-wrapper .menu-left > ul > li > a,
    body[data-color-header=transparent] header .menu-wrapper .menu-right > ul > li > a {
      color: #FFFFFF;
      transition-delay: .5s; }
      body[data-color-header=transparent] header .menu-wrapper .menu-left > ul > li > a::after,
      body[data-color-header=transparent] header .menu-wrapper .menu-right > ul > li > a::after {
        background-color: #FFFFFF;
        transition-delay: .5s; }
    body[data-color-header=transparent] header:hover, body[data-color-header=transparent] header.open-submenu {
      background-color: #FFFFFF; }
      body[data-color-header=transparent] header:hover .menu-icons svg, body[data-color-header=transparent] header.open-submenu .menu-icons svg {
        fill: #474E4B; }
      body[data-color-header=transparent] header:hover .logo svg path, body[data-color-header=transparent] header.open-submenu .logo svg path {
        fill: #000000; }
      body[data-color-header=transparent] header:hover .menu-wrapper .menu-left > ul > li > a,
      body[data-color-header=transparent] header:hover .menu-wrapper .menu-right > ul > li > a, body[data-color-header=transparent] header.open-submenu .menu-wrapper .menu-left > ul > li > a,
      body[data-color-header=transparent] header.open-submenu .menu-wrapper .menu-right > ul > li > a {
        color: #474E4B; }
        body[data-color-header=transparent] header:hover .menu-wrapper .menu-left > ul > li > a::after,
        body[data-color-header=transparent] header:hover .menu-wrapper .menu-right > ul > li > a::after, body[data-color-header=transparent] header.open-submenu .menu-wrapper .menu-left > ul > li > a::after,
        body[data-color-header=transparent] header.open-submenu .menu-wrapper .menu-right > ul > li > a::after {
          background-color: #474E4B; }
    body[data-color-header=transparent] header:hover {
      transition-delay: 0s; }
      body[data-color-header=transparent] header:hover .logo svg path,
      body[data-color-header=transparent] header:hover .menu-icons svg,
      body[data-color-header=transparent] header:hover .menu-icons .has-item-in-cart::after {
        transition-delay: 0s; }
      body[data-color-header=transparent] header:hover .menu-wrapper .menu-left > ul > li > a,
      body[data-color-header=transparent] header:hover .menu-wrapper .menu-right > ul > li > a {
        transition-delay: 0.1s; }
        body[data-color-header=transparent] header:hover .menu-wrapper .menu-left > ul > li > a::after,
        body[data-color-header=transparent] header:hover .menu-wrapper .menu-right > ul > li > a::after {
          transition-delay: 0s; } }

body[data-color-header=solid] header .logo svg path {
  fill: #000000; }

body[data-color-header=solid] header .menu-icons svg {
  fill: #474E4B; }

body[data-color-header=solid] header .nav-toggle span {
  background-color: #474E4B; }

body[data-color-header=solid] header .menu-icons .has-item-in-cart::after {
  background-color: #474E4B; }

@media (min-width: 1280px) {
  body[data-color-header=solid] header .menu-wrapper .menu-left > ul > li > a,
  body[data-color-header=solid] header .menu-wrapper .menu-right > ul > li > a {
    color: #474E4B; }
    body[data-color-header=solid] header .menu-wrapper .menu-left > ul > li > a::after,
    body[data-color-header=solid] header .menu-wrapper .menu-right > ul > li > a::after {
      background-color: #474E4B; } }

@media (max-width: 1279px) {
  body[data-color-header=transparent-internal] header {
    background-color: #FFFFFF; }
    body[data-color-header=transparent-internal] header .logo svg path,
    body[data-color-header=transparent-internal] header .menu-icons svg {
      fill: #000000; }
    body[data-color-header=transparent-internal] header .nav-toggle span {
      background-color: #474E4B; }
    body[data-color-header=transparent-internal] header .menu-icons .has-item-in-cart::after {
      background-color: #000000; } }

@media (min-width: 1280px) {
  body[data-color-header=transparent-internal] header {
    transition-delay: .5s; }
    body[data-color-header=transparent-internal] header .logo svg path,
    body[data-color-header=transparent-internal] header .menu-icons svg {
      fill: #FFFFFF; }
    body[data-color-header=transparent-internal] header .nav-toggle span {
      background-color: #FFFFFF; }
    body[data-color-header=transparent-internal] header .logo svg path,
    body[data-color-header=transparent-internal] header .menu-icons svg,
    body[data-color-header=transparent-internal] header .menu-icons .has-item-in-cart::after {
      transition-delay: .5s; }
    body[data-color-header=transparent-internal] header .menu-icons .has-item-in-cart::after {
      background-color: #FFFFFF; }
    body[data-color-header=transparent-internal] header .menu-wrapper .menu-left > ul > li > a,
    body[data-color-header=transparent-internal] header .menu-wrapper .menu-right > ul > li > a {
      color: #FFFFFF;
      transition-delay: .5s; }
      body[data-color-header=transparent-internal] header .menu-wrapper .menu-left > ul > li > a::after,
      body[data-color-header=transparent-internal] header .menu-wrapper .menu-right > ul > li > a::after {
        background-color: #FFFFFF;
        transition-delay: .5s; }
    body[data-color-header=transparent-internal] header:hover, body[data-color-header=transparent-internal] header.open-submenu {
      background-color: #FFFFFF; }
      body[data-color-header=transparent-internal] header:hover .menu-icons svg, body[data-color-header=transparent-internal] header.open-submenu .menu-icons svg {
        fill: #474E4B; }
      body[data-color-header=transparent-internal] header:hover .logo svg path, body[data-color-header=transparent-internal] header.open-submenu .logo svg path {
        fill: #000000; }
      body[data-color-header=transparent-internal] header:hover .menu-wrapper .menu-left > ul > li > a,
      body[data-color-header=transparent-internal] header:hover .menu-wrapper .menu-right > ul > li > a, body[data-color-header=transparent-internal] header.open-submenu .menu-wrapper .menu-left > ul > li > a,
      body[data-color-header=transparent-internal] header.open-submenu .menu-wrapper .menu-right > ul > li > a {
        color: #474E4B; }
        body[data-color-header=transparent-internal] header:hover .menu-wrapper .menu-left > ul > li > a::after,
        body[data-color-header=transparent-internal] header:hover .menu-wrapper .menu-right > ul > li > a::after, body[data-color-header=transparent-internal] header.open-submenu .menu-wrapper .menu-left > ul > li > a::after,
        body[data-color-header=transparent-internal] header.open-submenu .menu-wrapper .menu-right > ul > li > a::after {
          background-color: #474E4B; }
      body[data-color-header=transparent-internal] header:hover .menu-icons .has-item-in-cart::after, body[data-color-header=transparent-internal] header.open-submenu .menu-icons .has-item-in-cart::after {
        background-color: #474E4B; }
    body[data-color-header=transparent-internal] header:hover {
      transition-delay: 0s; }
      body[data-color-header=transparent-internal] header:hover .logo svg path,
      body[data-color-header=transparent-internal] header:hover .menu-icons svg,
      body[data-color-header=transparent-internal] header:hover .menu-icons .has-item-in-cart::after {
        transition-delay: 0s; }
      body[data-color-header=transparent-internal] header:hover .menu-wrapper .menu-left > ul > li > a,
      body[data-color-header=transparent-internal] header:hover .menu-wrapper .menu-right > ul > li > a {
        transition-delay: 0.1s; }
        body[data-color-header=transparent-internal] header:hover .menu-wrapper .menu-left > ul > li > a::after,
        body[data-color-header=transparent-internal] header:hover .menu-wrapper .menu-right > ul > li > a::after {
          transition-delay: 0s; } }

@media (max-width: 1279px) {
  body.open-menu-mobile {
    overflow: hidden; }
    body.open-menu-mobile header::before {
      transform: translateX(0%); }
    body.open-menu-mobile header .header-wrapper .logo svg path,
    body.open-menu-mobile header .header-wrapper .menu-icons svg {
      fill: #474E4B; }
    body.open-menu-mobile header .header-wrapper .nav-toggle span {
      background-color: #474E4B; }
    body.open-menu-mobile header .header-wrapper .menu-wrapper {
      opacity: 1;
      transform: translateX(0%);
      transition: transform 0.3s ease-in-out, opacity 0s linear 0s; }
      body.open-menu-mobile header .header-wrapper .menu-wrapper .menu > ul > li > a {
        color: #474E4B !important; } }

body.scroll-detect header {
  position: fixed;
  top: 0px;
  left: 0px;
  opacity: 0;
  background-color: #FFFFFF;
  transform: translate(0%, -100%); }
  body.scroll-detect header .nav-toggle span {
    background-color: #474E4B; }
  body.scroll-detect header .menu-icons svg {
    fill: #474E4B; }
  body.scroll-detect header .menu-icons .has-item-in-cart::after {
    background-color: #474E4B; }
  body.scroll-detect header .logo svg path {
    fill: #000000; }
  body.scroll-detect header .menu-wrapper .menu-left > ul > li > a,
  body.scroll-detect header .menu-wrapper .menu-right > ul > li > a {
    color: #474E4B; }
    body.scroll-detect header .menu-wrapper .menu-left > ul > li > a::after,
    body.scroll-detect header .menu-wrapper .menu-right > ul > li > a::after {
      background-color: #474E4B; }

body.scroll-down header, body.scroll-up header {
  top: 0px;
  opacity: 1;
  transition: transform 0.6s ease-in-out, visibility 0s linear 0.6s; }

body.scroll-down header {
  visibility: hidden;
  transform: translate(0%, -100%); }

body.scroll-up header {
  visibility: visible;
  transition: transform 0.6s ease-in-out, visibility 0s linear; }

@media (max-width: 1279px) {
  body.scroll-up header {
    transform: translate(0%, calc(-100% + 80px)); } }

@media (min-width: 1280px) {
  body.scroll-up header {
    transform: translate(0%, calc(-100% + 85px)); } }

body.body-animate header {
  opacity: 0; }

body.body-animate.animate header {
  opacity: 1; }

body.search-modal-open {
  overflow: hidden; }
  body.search-modal-open header .logo svg path {
    fill: #000000; }
  body.search-modal-open header .menu-icons svg {
    fill: #474E4B; }
  body.search-modal-open header .nav-toggle span {
    background-color: #474E4B; }
  body.search-modal-open header .menu-icons .has-item-in-cart::after {
    background-color: #474E4B; }
  @media (min-width: 1280px) {
    body.search-modal-open header .menu-wrapper .menu-left > ul > li > a,
    body.search-modal-open header .menu-wrapper .menu-right > ul > li > a {
      color: #474E4B; }
      body.search-modal-open header .menu-wrapper .menu-left > ul > li > a::after,
      body.search-modal-open header .menu-wrapper .menu-right > ul > li > a::after {
        background-color: #474E4B; } }

@charset "UTF-8";
.tile-product .wrap-text .subtitle {
  font-weight: 400;
  font-style: italic; }

@-webkit-keyframes fill-line {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@-moz-keyframes fill-line {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@-o-keyframes fill-line {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@keyframes fill-line {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@-webkit-keyframes fill-line-s-btn {
  0% {
    width: 0%; }
  100% {
    width: calc(100% - 60px); } }

@-moz-keyframes fill-line-s-btn {
  0% {
    width: 0%; }
  100% {
    width: calc(100% - 60px); } }

@-o-keyframes fill-line-s-btn {
  0% {
    width: 0%; }
  100% {
    width: calc(100% - 60px); } }

@keyframes fill-line-s-btn {
  0% {
    width: 0%; }
  100% {
    width: calc(100% - 60px); } }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-10px); }
  60% {
    -webkit-transform: translateY(-2px); } }

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-10px); }
  60% {
    -moz-transform: translateY(-2px); } }

@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0); }
  40% {
    -o-transform: translateY(-10px); }
  60% {
    -o-transform: translateY(-2px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-10px); }
  60% {
    transform: translateY(-2px); } }

.tile-product {
  overflow: hidden;
  border: 1px solid #E1E1DF; }
  .tile-product:not(.bg-graySand) {
    background-color: #FFFFFF; }
  .tile-product.collection .wrap-img, .tile-product.catalog .wrap-img, .tile-product.project .wrap-img, .tile-product.designer .wrap-img {
    overflow: hidden; }
  .tile-product > a {
    display: block;
    text-decoration: none; }
  .tile-product .wrap-img {
    position: relative;
    z-index: 1; }
    .tile-product .wrap-img picture {
      display: block;
      width: 100%;
      height: 100%; }
      .tile-product .wrap-img picture img {
        display: block;
        width: 100%;
        height: auto;
        transition: transform 1.7s cubic-bezier(0, 0.99, 0.57, 0.99); }
  .tile-product .wrap-text {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 2; }
    .tile-product .wrap-text .title,
    .tile-product .wrap-text .subtitle {
      display: block;
      line-height: 1.125em; }
    .tile-product .wrap-text .title {
      font-size: 1.5em; }
    .tile-product .wrap-text .subtitle {
      margin-top: 5px;
      font-size: 1.125em; }
  .tile-product.text {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .tile-product.text .wrap-text .p {
      line-height: 1.375em; }
      .tile-product.text .wrap-text .p::before {
        content: '—';
        margin-right: 20px; }
  .tile-product.wide {
    width: 100%; }
  @media (max-width: 767px) {
    .tile-product {
      width: 100%;
      border-left: 0px;
      border-right: 0px; }
      .tile-product > a,
      .tile-product.text .wrap-text {
        padding: 12%; }
      .tile-product.collection .wrap-img, .tile-product.catalog .wrap-img, .tile-product.project .wrap-img, .tile-product.designer .wrap-img {
        margin-bottom: 12%; }
      .tile-product:not(:first-child) {
        border-top: 0px; }
      .tile-product.text {
        min-height: 100vw; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .tile-product:not(.wide) {
      width: 50%; }
    .tile-product > a,
    .tile-product.text:not(.wide) .wrap-text {
      padding: 6.2%; }
    .tile-product.text.wide .wrap-text {
      padding: 10%; }
    .tile-product.collection .wrap-img, .tile-product.catalog .wrap-img, .tile-product.project .wrap-img, .tile-product.designer .wrap-img {
      margin-bottom: 6.2%; }
    .tile-product:not(:first-child):not(:nth-child(2n+1)) {
      border-left: 0px; }
    .tile-product:not(:nth-child(1)):not(:nth-child(2)) {
      border-top: 0px; } }
  @media (min-width: 1024px) {
    .tile-product.half {
      width: 50%; }
      .tile-product.half > a {
        padding: 12.5%; }
      .tile-product.half:not(:first-child):not(:nth-child(2n+1)) {
        border-left: 0px; }
      .tile-product.half:not(:nth-child(1)):not(:nth-child(2)) {
        border-top: 0px; }
    .tile-product.third {
      width: 33.333333%; }
      .tile-product.third > a {
        padding: 6.2%; }
      .tile-product.third:not(:first-child):not(:nth-child(3n+1)) {
        border-left: 0px; }
      .tile-product.third:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
        border-top: 0px; }
      .tile-product.third .wrap-text {
        margin-top: 32px; }
    .tile-product.text.half .wrap-text,
    .tile-product.text.wide .wrap-text {
      padding: 12.5%; }
    .tile-product.text.third .wrap-text {
      padding: 6.2%; }
    .tile-product.collection .wrap-img, .tile-product.catalog .wrap-img, .tile-product.project .wrap-img, .tile-product.designer .wrap-img {
      margin-bottom: 35px; }
    .tile-product > a:hover .wrap-img img {
      transform: scale(1.1); } }

.container-tile {
  width: 100%;
  margin: 0px auto;
  max-width: 1920px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .container-tile.boxed {
      padding-left: 6.25%;
      padding-right: 6.25%; } }
  @media (min-width: 1024px) and (max-width: 1920px) {
    .container-tile.boxed {
      padding-left: 6.25%;
      padding-right: 6.25%; } }
  @media (min-width: 1921px) {
    .container-tile.boxed {
      padding-left: 120px;
      padding-right: 120px; } }

.search-modal .search-input {
  margin: 0px;
  font-family: "mr-eaves-xl-modern", sans-serif;
  font-weight: 300; }
  @media (max-width: 1023px) {
    .search-modal .search-input {
      font-size: 2em;
      letter-spacing: 0.5px; } }
  @media (min-width: 1024px) {
    .search-modal .search-input {
      font-size: 5em;
      letter-spacing: 3px; } }

@-webkit-keyframes fill-line {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@-moz-keyframes fill-line {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@-o-keyframes fill-line {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@keyframes fill-line {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@-webkit-keyframes fill-line-s-btn {
  0% {
    width: 0%; }
  100% {
    width: calc(100% - 60px); } }

@-moz-keyframes fill-line-s-btn {
  0% {
    width: 0%; }
  100% {
    width: calc(100% - 60px); } }

@-o-keyframes fill-line-s-btn {
  0% {
    width: 0%; }
  100% {
    width: calc(100% - 60px); } }

@keyframes fill-line-s-btn {
  0% {
    width: 0%; }
  100% {
    width: calc(100% - 60px); } }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-10px); }
  60% {
    -webkit-transform: translateY(-2px); } }

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-10px); }
  60% {
    -moz-transform: translateY(-2px); } }

@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0); }
  40% {
    -o-transform: translateY(-10px); }
  60% {
    -o-transform: translateY(-2px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-10px); }
  60% {
    transform: translateY(-2px); } }

.search-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  bottom: 0px;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  background-color: #FFFFFF;
  transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s; }
  .search-modal.open {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease-in-out, visibility 0s linear; }
  .search-modal .inner-wrap {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto; }
  .search-modal .scroll-wrap {
    overflow: auto;
    max-height: 100%; }
  .search-modal .search-input {
    display: block;
    width: 100%;
    -webkit-appearance: none;
    padding: 0px 10px 10px;
    border: 0px;
    border-radius: 0px;
    outline: none;
    border-bottom: 1px solid #C3BFB9; }
    .search-modal .search-input::-webkit-input-placeholder {
      color: #C3BFB9; }
    .search-modal .search-input:-ms-input-placeholder {
      color: #C3BFB9; }
    .search-modal .search-input::placeholder {
      color: #C3BFB9; }
  .search-modal .results-found,
  .search-modal .results-not-found {
    display: none; }
    .search-modal .results-found.show,
    .search-modal .results-not-found.show {
      display: block; }
  .search-modal .results-found {
    padding: 50px 0px 0px; }
  .search-modal .results-not-found {
    margin-top: 40px; }
  .search-modal .close-search {
    cursor: pointer;
    position: absolute;
    top: initial;
    bottom: initial;
    left: 50%;
    right: initial;
    transform: translateX(-50%); }
  @media (max-width: 1279px) {
    .search-modal {
      padding-top: 80px; }
      .search-modal .inner-wrap {
        padding: 0px 25px; }
      .search-modal .scroll-wrap {
        height: calc(100% - 55px); }
      .search-modal .close-search {
        bottom: 16px; } }
  @media (max-width: 767px) {
    .search-modal .inner-wrap {
      padding-left: 0px;
      padding-right: 0px; }
      .search-modal .inner-wrap .form-wrap,
      .search-modal .inner-wrap .results-not-found {
        padding-left: 25px;
        padding-right: 25px; } }
  @media (min-width: 1280px) {
    .search-modal {
      padding-top: 85px; }
      .search-modal .inner-wrap {
        padding: 85px 90px 0px; }
      .search-modal .scroll-wrap {
        height: calc(100% - 90px); }
      .search-modal .close-search {
        bottom: 35px; } }

@-webkit-keyframes fill-line {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@-moz-keyframes fill-line {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@-o-keyframes fill-line {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@keyframes fill-line {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@-webkit-keyframes fill-line-s-btn {
  0% {
    width: 0%; }
  100% {
    width: calc(100% - 60px); } }

@-moz-keyframes fill-line-s-btn {
  0% {
    width: 0%; }
  100% {
    width: calc(100% - 60px); } }

@-o-keyframes fill-line-s-btn {
  0% {
    width: 0%; }
  100% {
    width: calc(100% - 60px); } }

@keyframes fill-line-s-btn {
  0% {
    width: 0%; }
  100% {
    width: calc(100% - 60px); } }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-10px); }
  60% {
    -webkit-transform: translateY(-2px); } }

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-10px); }
  60% {
    -moz-transform: translateY(-2px); } }

@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0); }
  40% {
    -o-transform: translateY(-10px); }
  60% {
    -o-transform: translateY(-2px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-10px); }
  60% {
    transform: translateY(-2px); } }

.go-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  transform: translateY(calc(100% + 15px));
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 10; }
  .go-to-top a {
    width: 60px;
    height: 60px;
    border-radius: 50%; }
  .go-to-top.active {
    transform: translateY(0%); }
  @media (max-width: 1023px) {
    .go-to-top {
      display: none; } }

@-webkit-keyframes fill-line {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@-moz-keyframes fill-line {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@-o-keyframes fill-line {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@keyframes fill-line {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@-webkit-keyframes fill-line-s-btn {
  0% {
    width: 0%; }
  100% {
    width: calc(100% - 60px); } }

@-moz-keyframes fill-line-s-btn {
  0% {
    width: 0%; }
  100% {
    width: calc(100% - 60px); } }

@-o-keyframes fill-line-s-btn {
  0% {
    width: 0%; }
  100% {
    width: calc(100% - 60px); } }

@keyframes fill-line-s-btn {
  0% {
    width: 0%; }
  100% {
    width: calc(100% - 60px); } }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-10px); }
  60% {
    -webkit-transform: translateY(-2px); } }

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-10px); }
  60% {
    -moz-transform: translateY(-2px); } }

@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0); }
  40% {
    -o-transform: translateY(-10px); }
  60% {
    -o-transform: translateY(-2px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-10px); }
  60% {
    transform: translateY(-2px); } }

footer {
  color: #000000;
  background-color: #B18A76; }
  footer .select-lang .label,
  footer .select-lang select {
    display: inline-block;
    vertical-align: middle; }
  footer .select-lang select {
    font: unset;
    cursor: pointer;
    position: relative;
    width: 100%;
    padding: 5px 24px 5px 5px;
    font-size: 1em;
    line-height: 1.375em;
    font-family: 'mr-eaves-xl-modern', sans-serif;
    text-decoration: underline;
    color: #000000;
    border: none;
    background: transparent;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Livello_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23000000;%7D%0A%3C/style%3E%3Cpath id='Symbols' class='st0' d='M12.2,15.2c0.1,0,0.3,0,0.4-0.1s0.2-0.1,0.4-0.3L18,9.6c0.2-0.2,0.3-0.4,0.3-0.7 c0-0.2,0-0.3-0.1-0.5S18,8.2,17.9,8.1S17.5,8,17.4,8c-0.3,0-0.5,0.1-0.7,0.3l-4.5,4.7L7.6,8.3C7.4,8.1,7.2,8,6.9,8 C6.8,8,6.6,8,6.5,8.1S6.2,8.3,6.1,8.5S6,8.8,6,9c0,0.1,0,0.2,0.1,0.4s0.1,0.2,0.2,0.3l5.1,5.2C11.6,15.1,11.9,15.2,12.2,15.2z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: right center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    margin-left: 5px;
    width: 85px; }
  footer .row-bottom ul li {
    display: inline-block; }
  footer .wrap-legal-info {
    line-height: 1.5625em; }
    footer .wrap-legal-info .business-name,
    footer .wrap-legal-info .type {
      display: block;
      font-weight: 700; }
    footer .wrap-legal-info .business-name {
      margin-bottom: 20px; }
    footer .wrap-legal-info .contact-details {
      margin-top: 20px; }
      footer .wrap-legal-info .contact-details a {
        text-decoration: none; }
      footer .wrap-legal-info .contact-details .mail {
        display: block; }
  footer .wrap-menu li {
    line-height: 2.375em; }
  footer .wrap-social-links ul li:not(:first-child) {
    margin-left: 25px; }
  footer .wrap-social-links ul li a {
    display: block; }
  footer .wrap-social-links ul li svg {
    max-width: 20px;
    max-height: 20px; }
  @media (max-width: 1023px) {
    footer {
      padding-top: 55px; }
      footer .logo svg {
        width: 100px;
        height: auto; }
      footer .wrap-legal-info {
        margin-top: 30px;
        width: 100%;
        font-size: 1em; }
      footer .wrap-menu {
        width: 100%;
        margin-top: 25px;
        margin-bottom: 35px; }
        footer .wrap-menu li {
          width: 50%; }
      footer .wrap-social-links {
        width: 100%;
        padding-top: 25px;
        padding-bottom: 25px;
        text-align: center;
        border-top: 1px solid #474E4B; }
      footer .wrap-disclaimer-links {
        width: 100%;
        padding-top: 12px;
        padding-bottom: 12px;
        border-top: 1px solid #474E4B; }
        footer .wrap-disclaimer-links ul {
          width: 100%;
          max-width: 400px;
          margin: 0px auto;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: space-between;
          -moz-justify-content: space-between;
          -ms-justify-content: space-between;
          justify-content: space-between;
          -ms-flex-pack: space-between; } }
  @media (min-width: 1024px) {
    footer {
      padding-top: 60px;
      padding-bottom: 22px; }
      footer .row-top {
        margin-bottom: 40px; }
      footer .logo svg {
        width: 122px;
        height: auto; }
      footer .wrap-legal-info {
        width: 380px;
        font-size: 1.125em; }
      footer .wrap-menu {
        margin-top: 55px;
        margin-left: 6%;
        width: calc(94% - 380px); }
        footer .wrap-menu li {
          width: 33.333333%; }
      footer .row-middle {
        margin-bottom: 46px; }
      footer .row-bottom {
        padding-top: 30px;
        padding-bottom: 30px;
        border-top: 1px solid #474E4B; }
      footer .wrap-disclaimer-links li:not(:first-child) {
        margin-left: 65px; } }

@-webkit-keyframes fill-line {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@-moz-keyframes fill-line {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@-o-keyframes fill-line {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@keyframes fill-line {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@-webkit-keyframes fill-line-s-btn {
  0% {
    width: 0%; }
  100% {
    width: calc(100% - 60px); } }

@-moz-keyframes fill-line-s-btn {
  0% {
    width: 0%; }
  100% {
    width: calc(100% - 60px); } }

@-o-keyframes fill-line-s-btn {
  0% {
    width: 0%; }
  100% {
    width: calc(100% - 60px); } }

@keyframes fill-line-s-btn {
  0% {
    width: 0%; }
  100% {
    width: calc(100% - 60px); } }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-10px); }
  60% {
    -webkit-transform: translateY(-2px); } }

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-10px); }
  60% {
    -moz-transform: translateY(-2px); } }

@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0); }
  40% {
    -o-transform: translateY(-10px); }
  60% {
    -o-transform: translateY(-2px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-10px); }
  60% {
    transform: translateY(-2px); } }

.section-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden; }
  .section-hero:not(.internal) {
    width: 100%;
    height: 100vh; }
  .section-hero.internal {
    width: 100%;
    height: 70vh; }
  .section-hero .wrapper-img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000;
    z-index: 1; }
    .section-hero .wrapper-img picture {
      display: block;
      width: 100%;
      height: 100%; }
      .section-hero .wrapper-img picture img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0.7; }
    .section-hero .wrapper-img::after {
      content: '';
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%); }
  .section-hero .container {
    position: relative;
    height: 100%;
    z-index: 2; }
  .section-hero .block-breadcrumbs ol li:last-child::after {
    content: '/';
    margin-left: 3px;
    font-size: 0.9375em;
    line-height: 1.875em; }
  .section-hero .block-breadcrumbs .text-link-animate::after {
    background-color: #FFFFFF; }
  .section-hero .occhiello.subtitle {
    margin-top: 8px;
    margin-bottom: 0px; }
  @media (max-width: 1023px) {
    .section-hero {
      min-height: 400px;
      max-height: calc(100vh - 75px); }
      .section-hero .occhiello,
      .section-hero .h1_display {
        width: 100%;
        padding-left: 6.66%;
        padding-right: 6.66%; }
      .section-hero .occhiello {
        margin-bottom: 10px; }
      .section-hero .button-secondary {
        position: absolute;
        top: initial;
        bottom: initial;
        left: 50%;
        right: initial;
        transform: translateX(-50%);
        bottom: 25px;
        width: max-content; }
      .section-hero .cta-next-section {
        display: none; }
      .section-hero .block-breadcrumbs {
        position: absolute;
        top: 0px;
        left: 6.66%; } }
  @media (min-width: 1024px) {
    .section-hero {
      min-height: 600px; }
      .section-hero .occhiello:not(.subtitle) {
        margin-bottom: 20px; }
      .section-hero .button-secondary {
        margin-top: 30px; }
      .section-hero .cta-next-section {
        position: absolute;
        top: initial;
        bottom: initial;
        left: 50%;
        right: initial;
        transform: translateX(-50%);
        bottom: 30px;
        z-index: 2; }
        .section-hero .cta-next-section a {
          display: block;
          -webkit-animation: bounce 2s infinite;
          /* Safari 4+ */
          -moz-animation: bounce 2s infinite;
          /* Fx 5+ */
          -o-animation: bounce 2s infinite;
          /* Opera 12+ */
          animation: bounce 2s infinite;
          /* IE 10+, Fx 29+ */ }
          .section-hero .cta-next-section a svg {
            fill: #FFFFFF;
            width: 35px;
            height: 35px; }
      .section-hero .block-breadcrumbs {
        position: absolute;
        top: initial;
        bottom: initial;
        left: 50%;
        right: initial;
        transform: translateX(-50%);
        top: 85px; } }

body.body-animate .section-hero .wrapper-img::after,
body.body-animate .section-hero .container {
  opacity: 0; }

body.body-animate.animate .section-hero .wrapper-img::after,
body.body-animate.animate .section-hero .container {
  opacity: 1; }

body.body-animate.animate .section-hero .wrapper-img::after {
  transition: opacity 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.2s; }

body.body-animate.animate .section-hero .container {
  transition: opacity 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.5s; }

.section-newsletter .input-newsletter input {
  font-weight: 400;
  font-style: italic; }

@-webkit-keyframes fill-line {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@-moz-keyframes fill-line {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@-o-keyframes fill-line {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@keyframes fill-line {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@-webkit-keyframes fill-line-s-btn {
  0% {
    width: 0%; }
  100% {
    width: calc(100% - 60px); } }

@-moz-keyframes fill-line-s-btn {
  0% {
    width: 0%; }
  100% {
    width: calc(100% - 60px); } }

@-o-keyframes fill-line-s-btn {
  0% {
    width: 0%; }
  100% {
    width: calc(100% - 60px); } }

@keyframes fill-line-s-btn {
  0% {
    width: 0%; }
  100% {
    width: calc(100% - 60px); } }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-10px); }
  60% {
    -webkit-transform: translateY(-2px); } }

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-10px); }
  60% {
    -moz-transform: translateY(-2px); } }

@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0); }
  40% {
    -o-transform: translateY(-10px); }
  60% {
    -o-transform: translateY(-2px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-10px); }
  60% {
    transform: translateY(-2px); } }

.section-newsletter .heading .p {
  margin-left: auto;
  margin-right: auto;
  max-width: 406px;
  line-height: 1.625em; }

.section-newsletter .wrap-form {
  margin-left: auto;
  margin-right: auto;
  max-width: 480px; }

.section-newsletter .input-newsletter {
  padding: 10px 0px;
  border: 1px solid #FFFFFF; }
  .section-newsletter .input-newsletter input,
  .section-newsletter .input-newsletter button {
    display: inline-block;
    vertical-align: middle; }
  .section-newsletter .input-newsletter input {
    width: calc(100% - 124px);
    -webkit-appearance: none;
    font-size: 1.125em;
    line-height: 1.5625em;
    border: 0px;
    color: #FFFFFF;
    background-color: transparent;
    border-radius: 0px;
    border-right: 1px solid #FFFFFF;
    outline: none; }
    .section-newsletter .input-newsletter input::-webkit-input-placeholder {
      color: #FFFFFF; }
    .section-newsletter .input-newsletter input:-ms-input-placeholder {
      color: #FFFFFF; }
    .section-newsletter .input-newsletter input::placeholder {
      color: #FFFFFF; }
  .section-newsletter .input-newsletter button {
    position: relative;
    cursor: pointer;
    width: 120px;
    -webkit-appearance: none;
    font-size: 0.9375em;
    line-height: 1.5625em;
    letter-spacing: 3px;
    text-transform: uppercase;
    border: 0px;
    color: #FFFFFF;
    background-color: transparent; }
    .section-newsletter .input-newsletter button::after {
      content: '';
      position: absolute;
      left: 17%;
      bottom: 0px;
      width: 0px;
      height: 1px;
      background-color: #FFFFFF;
      transition: width 0.3s ease-in-out; }

.section-newsletter .acceptance-newsletter input[type=checkbox] {
  cursor: pointer;
  position: relative;
  -webkit-appearance: none;
  padding: 10px;
  max-width: 20px;
  max-height: 20px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #FFFFFF;
  -moz-box-shadow: inset 0px 0px 0px 1px #FFFFFF;
  box-shadow: inset 0px 0px 0px 1px #FFFFFF;
  margin: 0px;
  border-radius: 0px;
  outline: none; }
  .section-newsletter .acceptance-newsletter input[type=checkbox]:checked {
    outline: none;
    font-style: normal;
    background: transparent; }
    .section-newsletter .acceptance-newsletter input[type=checkbox]:checked::before {
      content: '';
      display: block;
      position: absolute;
      top: 1px;
      left: 0px;
      margin: 2px;
      width: 7px;
      height: 11px;
      color: #FFFFFF;
      border-right: 1px solid #FFFFFF;
      border-bottom: 1px solid #FFFFFF;
      transform-origin: 100% 100%;
      transform: rotate(45deg); }
  .section-newsletter .acceptance-newsletter input[type=checkbox]:focus {
    border-color: #FFFFFF; }

.section-newsletter .acceptance-newsletter .desc {
  margin-top: 2px;
  margin-left: 10px; }

@media (max-width: 1023px) {
  .section-newsletter {
    padding-top: 50px;
    padding-bottom: 35px; }
    .section-newsletter .heading .p {
      margin-top: 20px; }
    .section-newsletter .wrap-form {
      margin-top: 35px; }
    .section-newsletter .input-newsletter input {
      padding-left: 20px;
      padding-right: 20px; }
    .section-newsletter .acceptance-newsletter {
      margin-top: 25px; } }

@media (min-width: 1024px) {
  .section-newsletter {
    padding-top: 90px;
    padding-bottom: 90px; }
    .section-newsletter .heading .p {
      margin-top: 30px; }
    .section-newsletter .wrap-form {
      margin-top: 60px; }
    .section-newsletter .input-newsletter input {
      padding-left: 30px;
      padding-right: 30px; }
    .section-newsletter .input-newsletter button:hover::after {
      width: 66%; }
    .section-newsletter .acceptance-newsletter {
      margin-top: 16px; } }

@charset "UTF-8";
.tile-product .wrap-text .subtitle {
  font-weight: 400;
  font-style: italic; }

@-webkit-keyframes fill-line {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@-moz-keyframes fill-line {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@-o-keyframes fill-line {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@keyframes fill-line {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@-webkit-keyframes fill-line-s-btn {
  0% {
    width: 0%; }
  100% {
    width: calc(100% - 60px); } }

@-moz-keyframes fill-line-s-btn {
  0% {
    width: 0%; }
  100% {
    width: calc(100% - 60px); } }

@-o-keyframes fill-line-s-btn {
  0% {
    width: 0%; }
  100% {
    width: calc(100% - 60px); } }

@keyframes fill-line-s-btn {
  0% {
    width: 0%; }
  100% {
    width: calc(100% - 60px); } }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-10px); }
  60% {
    -webkit-transform: translateY(-2px); } }

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-10px); }
  60% {
    -moz-transform: translateY(-2px); } }

@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0); }
  40% {
    -o-transform: translateY(-10px); }
  60% {
    -o-transform: translateY(-2px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-10px); }
  60% {
    transform: translateY(-2px); } }

.tile-product {
  overflow: hidden;
  border: 1px solid #E1E1DF; }
  .tile-product:not(.bg-graySand) {
    background-color: #FFFFFF; }
  .tile-product.collection .wrap-img, .tile-product.catalog .wrap-img, .tile-product.project .wrap-img, .tile-product.designer .wrap-img {
    overflow: hidden; }
  .tile-product > a {
    display: block;
    text-decoration: none; }
  .tile-product .wrap-img {
    position: relative;
    z-index: 1; }
    .tile-product .wrap-img picture {
      display: block;
      width: 100%;
      height: 100%; }
      .tile-product .wrap-img picture img {
        display: block;
        width: 100%;
        height: auto;
        transition: transform 1.7s cubic-bezier(0, 0.99, 0.57, 0.99); }
  .tile-product .wrap-text {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 2; }
    .tile-product .wrap-text .title,
    .tile-product .wrap-text .subtitle {
      display: block;
      line-height: 1.125em; }
    .tile-product .wrap-text .title {
      font-size: 1.5em; }
    .tile-product .wrap-text .subtitle {
      margin-top: 5px;
      font-size: 1.125em; }
  .tile-product.text {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .tile-product.text .wrap-text .p {
      line-height: 1.375em; }
      .tile-product.text .wrap-text .p::before {
        content: '—';
        margin-right: 20px; }
  .tile-product.wide {
    width: 100%; }
  @media (max-width: 767px) {
    .tile-product {
      width: 100%;
      border-left: 0px;
      border-right: 0px; }
      .tile-product > a,
      .tile-product.text .wrap-text {
        padding: 12%; }
      .tile-product.collection .wrap-img, .tile-product.catalog .wrap-img, .tile-product.project .wrap-img, .tile-product.designer .wrap-img {
        margin-bottom: 12%; }
      .tile-product:not(:first-child) {
        border-top: 0px; }
      .tile-product.text {
        min-height: 100vw; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .tile-product:not(.wide) {
      width: 50%; }
    .tile-product > a,
    .tile-product.text:not(.wide) .wrap-text {
      padding: 6.2%; }
    .tile-product.text.wide .wrap-text {
      padding: 10%; }
    .tile-product.collection .wrap-img, .tile-product.catalog .wrap-img, .tile-product.project .wrap-img, .tile-product.designer .wrap-img {
      margin-bottom: 6.2%; }
    .tile-product:not(:first-child):not(:nth-child(2n+1)) {
      border-left: 0px; }
    .tile-product:not(:nth-child(1)):not(:nth-child(2)) {
      border-top: 0px; } }
  @media (min-width: 1024px) {
    .tile-product.half {
      width: 50%; }
      .tile-product.half > a {
        padding: 12.5%; }
      .tile-product.half:not(:first-child):not(:nth-child(2n+1)) {
        border-left: 0px; }
      .tile-product.half:not(:nth-child(1)):not(:nth-child(2)) {
        border-top: 0px; }
    .tile-product.third {
      width: 33.333333%; }
      .tile-product.third > a {
        padding: 6.2%; }
      .tile-product.third:not(:first-child):not(:nth-child(3n+1)) {
        border-left: 0px; }
      .tile-product.third:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
        border-top: 0px; }
      .tile-product.third .wrap-text {
        margin-top: 32px; }
    .tile-product.text.half .wrap-text,
    .tile-product.text.wide .wrap-text {
      padding: 12.5%; }
    .tile-product.text.third .wrap-text {
      padding: 6.2%; }
    .tile-product.collection .wrap-img, .tile-product.catalog .wrap-img, .tile-product.project .wrap-img, .tile-product.designer .wrap-img {
      margin-bottom: 35px; }
    .tile-product > a:hover .wrap-img img {
      transform: scale(1.1); } }

.container-tile {
  width: 100%;
  margin: 0px auto;
  max-width: 1920px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .container-tile.boxed {
      padding-left: 6.25%;
      padding-right: 6.25%; } }
  @media (min-width: 1024px) and (max-width: 1920px) {
    .container-tile.boxed {
      padding-left: 6.25%;
      padding-right: 6.25%; } }
  @media (min-width: 1921px) {
    .container-tile.boxed {
      padding-left: 120px;
      padding-right: 120px; } }

@-webkit-keyframes fill-line {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@-moz-keyframes fill-line {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@-o-keyframes fill-line {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@keyframes fill-line {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@-webkit-keyframes fill-line-s-btn {
  0% {
    width: 0%; }
  100% {
    width: calc(100% - 60px); } }

@-moz-keyframes fill-line-s-btn {
  0% {
    width: 0%; }
  100% {
    width: calc(100% - 60px); } }

@-o-keyframes fill-line-s-btn {
  0% {
    width: 0%; }
  100% {
    width: calc(100% - 60px); } }

@keyframes fill-line-s-btn {
  0% {
    width: 0%; }
  100% {
    width: calc(100% - 60px); } }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-10px); }
  60% {
    -webkit-transform: translateY(-2px); } }

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-10px); }
  60% {
    -moz-transform: translateY(-2px); } }

@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0); }
  40% {
    -o-transform: translateY(-10px); }
  60% {
    -o-transform: translateY(-2px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-10px); }
  60% {
    transform: translateY(-2px); } }

@media (max-width: 1023px) {
  .pg-archive-catalogs .section-catalogs-list {
    margin-top: 50px;
    margin-bottom: 50px; } }

@media (min-width: 1024px) {
  .pg-archive-catalogs .section-catalogs-list {
    margin-top: 90px;
    margin-bottom: 90px; } }

.input-group input[type=text],
.input-group input[type=password],
.input-group input[type=email],
.input-group input[type=date],
.input-group textarea, .input-group.like-row .row-label {
  font-weight: 400;
  font-style: italic; }

@-webkit-keyframes fill-line {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@-moz-keyframes fill-line {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@-o-keyframes fill-line {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@keyframes fill-line {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@-webkit-keyframes fill-line-s-btn {
  0% {
    width: 0%; }
  100% {
    width: calc(100% - 60px); } }

@-moz-keyframes fill-line-s-btn {
  0% {
    width: 0%; }
  100% {
    width: calc(100% - 60px); } }

@-o-keyframes fill-line-s-btn {
  0% {
    width: 0%; }
  100% {
    width: calc(100% - 60px); } }

@keyframes fill-line-s-btn {
  0% {
    width: 0%; }
  100% {
    width: calc(100% - 60px); } }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-10px); }
  60% {
    -webkit-transform: translateY(-2px); } }

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-10px); }
  60% {
    -moz-transform: translateY(-2px); } }

@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0); }
  40% {
    -o-transform: translateY(-10px); }
  60% {
    -o-transform: translateY(-2px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-10px); }
  60% {
    transform: translateY(-2px); } }

.input-group {
  margin: 10px 0px; }
  .input-group input[type=text],
  .input-group input[type=password],
  .input-group input[type=email],
  .input-group input[type=date],
  .input-group textarea {
    outline: none;
    -webkit-appearance: none;
    width: 100%;
    padding: 10px 34px;
    font-family: "mr-eaves-xl-modern", sans-serif;
    font-size: 1.125em;
    line-height: 1.5625em;
    -webkit-box-shadow: inset 0px 0px 0px 1px #474E4B;
    -moz-box-shadow: inset 0px 0px 0px 1px #474E4B;
    box-shadow: inset 0px 0px 0px 1px #474E4B;
    border-radius: 0px;
    border: 0px;
    transition: box-shadow 0.2s linear;
    /* active and focus default */ }
    .input-group input[type=text]::-webkit-input-placeholder,
    .input-group input[type=password]::-webkit-input-placeholder,
    .input-group input[type=email]::-webkit-input-placeholder,
    .input-group input[type=date]::-webkit-input-placeholder,
    .input-group textarea::-webkit-input-placeholder {
      color: #474E4B; }
    .input-group input[type=text]:-ms-input-placeholder,
    .input-group input[type=password]:-ms-input-placeholder,
    .input-group input[type=email]:-ms-input-placeholder,
    .input-group input[type=date]:-ms-input-placeholder,
    .input-group textarea:-ms-input-placeholder {
      color: #474E4B; }
    .input-group input[type=text]::placeholder,
    .input-group input[type=password]::placeholder,
    .input-group input[type=email]::placeholder,
    .input-group input[type=date]::placeholder,
    .input-group textarea::placeholder {
      color: #474E4B; }
    .input-group input[type=text]:active, .input-group input[type=text]:focus,
    .input-group input[type=password]:active,
    .input-group input[type=password]:focus,
    .input-group input[type=email]:active,
    .input-group input[type=email]:focus,
    .input-group input[type=date]:active,
    .input-group input[type=date]:focus,
    .input-group textarea:active,
    .input-group textarea:focus {
      outline: none;
      -webkit-box-shadow: inset 0px 0px 0px 2px #474E4B;
      -moz-box-shadow: inset 0px 0px 0px 2px #474E4B;
      box-shadow: inset 0px 0px 0px 2px #474E4B; }
    .input-group input[type=text]:invalid,
    .input-group input[type=password]:invalid,
    .input-group input[type=email]:invalid,
    .input-group input[type=date]:invalid,
    .input-group textarea:invalid {
      outline: none;
      -webkit-box-shadow: inset 0px 0px 0px 2px #882E28;
      -moz-box-shadow: inset 0px 0px 0px 2px #882E28;
      box-shadow: inset 0px 0px 0px 2px #882E28; }
  .input-group select {
    font: unset;
    cursor: pointer;
    position: relative;
    width: 100%;
    padding: 10px 65px 10px 34px;
    font-size: 1.125em;
    line-height: 1.5625em;
    font-weight: 400;
    font-style: italic;
    color: #474E4B;
    border: none;
    background: transparent;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Livello_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23000000;%7D%0A%3C/style%3E%3Cpath id='Symbols' class='st0' d='M12.2,15.2c0.1,0,0.3,0,0.4-0.1s0.2-0.1,0.4-0.3L18,9.6c0.2-0.2,0.3-0.4,0.3-0.7 c0-0.2,0-0.3-0.1-0.5S18,8.2,17.9,8.1S17.5,8,17.4,8c-0.3,0-0.5,0.1-0.7,0.3l-4.5,4.7L7.6,8.3C7.4,8.1,7.2,8,6.9,8 C6.8,8,6.6,8,6.5,8.1S6.2,8.3,6.1,8.5S6,8.8,6,9c0,0.1,0,0.2,0.1,0.4s0.1,0.2,0.2,0.3l5.1,5.2C11.6,15.1,11.9,15.2,12.2,15.2z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: right 32px center;
    -webkit-box-shadow: inset 0px 0px 0px 1px #474E4B;
    -moz-box-shadow: inset 0px 0px 0px 1px #474E4B;
    box-shadow: inset 0px 0px 0px 1px #474E4B;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .input-group select:active, .input-group select:focus {
      outline: none;
      -webkit-box-shadow: inset 0px 0px 0px 2px #474E4B;
      -moz-box-shadow: inset 0px 0px 0px 2px #474E4B;
      box-shadow: inset 0px 0px 0px 2px #474E4B; }
  .input-group input[type=checkbox] {
    cursor: pointer;
    position: relative;
    -webkit-appearance: none;
    padding: 10px;
    max-width: 20px;
    max-height: 20px;
    -webkit-box-shadow: inset 0px 0px 0px 1px #474E4B;
    -moz-box-shadow: inset 0px 0px 0px 1px #474E4B;
    box-shadow: inset 0px 0px 0px 1px #474E4B;
    margin: 0px;
    border-radius: 0px;
    outline: none; }
    .input-group input[type=checkbox]:checked {
      outline: none;
      font-style: normal;
      background: transparent; }
      .input-group input[type=checkbox]:checked::before {
        content: '';
        display: block;
        position: absolute;
        top: 1px;
        left: 0px;
        margin: 2px;
        width: 7px;
        height: 11px;
        color: #474E4B;
        border-right: 1px solid #474E4B;
        border-bottom: 1px solid #474E4B;
        transform-origin: 100% 100%;
        transform: rotate(45deg); }
    .input-group input[type=checkbox]:focus {
      border-color: #474E4B; }
  .input-group input[type=radio] {
    cursor: pointer;
    position: relative;
    -webkit-appearance: none;
    padding: 10px;
    -webkit-box-shadow: inset 0px 0px 0px 1px #474E4B;
    -moz-box-shadow: inset 0px 0px 0px 1px #474E4B;
    box-shadow: inset 0px 0px 0px 1px #474E4B;
    margin: 0px;
    outline: none;
    border-radius: 50%; }
    .input-group input[type=radio]:checked {
      outline: none;
      font-style: normal;
      background: transparent; }
      .input-group input[type=radio]:checked::before {
        content: '';
        display: block;
        position: absolute;
        top: 4px;
        left: 4px;
        margin: 1px;
        width: 10px;
        height: 10px;
        color: #2AA7C3;
        background-color: #2AA7C3;
        border-radius: 50%; }
    .input-group input[type=radio]:focus {
      border-color: #474E4B; }
  .input-group .desc {
    font-size: 1.125em;
    line-height: 1.5625em; }
    .input-group .desc a {
      color: #4D706A; }
  .input-group.password .inner-w-input {
    position: relative; }
    .input-group.password .inner-w-input input[type=password] {
      padding-right: 65px; }
    .input-group.password .inner-w-input .toggle-password {
      cursor: pointer;
      position: absolute;
      top: 50%;
      bottom: initial;
      left: initial;
      right: initial;
      transform: translateY(-50%);
      right: 32px;
      z-index: 2; }
      .input-group.password .inner-w-input .toggle-password svg {
        transition: fill 0.2s linear; }
      .input-group.password .inner-w-input .toggle-password.hidden .icons-see-password {
        display: block; }
      .input-group.password .inner-w-input .toggle-password.hidden .icons-hide-password {
        display: none; }
      .input-group.password .inner-w-input .toggle-password.show .icons-see-password {
        display: none; }
      .input-group.password .inner-w-input .toggle-password.show .icons-hide-password {
        display: block; }
  .input-group.radio {
    position: relative; }
    .input-group.radio input[type=radio] {
      position: absolute;
      top: 0px;
      left: 0px; }
    .input-group.radio label {
      cursor: pointer;
      width: 80%;
      font-size: 1em;
      line-height: 1.25em;
      padding-left: 30px; }
    .input-group.radio .message {
      display: block;
      width: 100%;
      text-align: left; }
  .input-group.acceptance {
    margin: 13px 0px; }
    .input-group.acceptance input[type=checkbox] {
      margin-top: 4px; }
    .input-group.acceptance .desc {
      margin-left: 10px; }
    .input-group.acceptance .message {
      display: block;
      width: 100%;
      text-align: left; }
  .input-group.error input[type=text],
  .input-group.error input[type=password],
  .input-group.error input[type=email],
  .input-group.error input[type=date],
  .input-group.error input[type=checkbox],
  .input-group.error input[type=radio],
  .input-group.error select,
  .input-group.error textarea {
    -webkit-box-shadow: inset 0px 0px 0px 2px #882E28;
    -moz-box-shadow: inset 0px 0px 0px 2px #882E28;
    box-shadow: inset 0px 0px 0px 2px #882E28; }
  .input-group.error .toggle-password svg {
    fill: #882E28 !important; }
  .input-group .message {
    display: block;
    margin-top: 4px;
    text-align: right;
    font-size: 0.875em;
    line-height: 1.25em; }
  .input-group.like-row {
    min-height: 48px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .input-group.like-row .row-label {
      font-size: 1.125em;
      line-height: 1.5625em; }
    .input-group.like-row .message {
      display: block;
      width: 100%;
      text-align: left; }
    @media (max-width: 1023px) {
      .input-group.like-row .row-label,
      .input-group.like-row .input-group {
        width: 100%; } }
    @media (min-width: 1024px) {
      .input-group.like-row .row-label {
        padding-right: 25px; }
      .input-group.like-row .input-group {
        margin-top: 0px;
        margin-bottom: 0px; }
        .input-group.like-row .input-group.radio {
          padding-right: 15px; } }
  @media (max-width: 1023px) {
    .input-group.half {
      width: 100%; } }
  @media (min-width: 1024px) {
    .input-group.half {
      width: 48%; } }
  .input-group.full {
    width: 100%; }

.block-form .container {
  max-width: 1200px; }

@media (max-width: 1023px) {
  .block-form {
    margin-top: 50px;
    padding-bottom: 50px; } }

@media (min-width: 1024px) {
  .block-form {
    margin-top: 90px;
    padding-bottom: 90px; } }

@-webkit-keyframes fill-line {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@-moz-keyframes fill-line {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@-o-keyframes fill-line {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@keyframes fill-line {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@-webkit-keyframes fill-line-s-btn {
  0% {
    width: 0%; }
  100% {
    width: calc(100% - 60px); } }

@-moz-keyframes fill-line-s-btn {
  0% {
    width: 0%; }
  100% {
    width: calc(100% - 60px); } }

@-o-keyframes fill-line-s-btn {
  0% {
    width: 0%; }
  100% {
    width: calc(100% - 60px); } }

@keyframes fill-line-s-btn {
  0% {
    width: 0%; }
  100% {
    width: calc(100% - 60px); } }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-10px); }
  60% {
    -webkit-transform: translateY(-2px); } }

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-10px); }
  60% {
    -moz-transform: translateY(-2px); } }

@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0); }
  40% {
    -o-transform: translateY(-10px); }
  60% {
    -o-transform: translateY(-2px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-10px); }
  60% {
    transform: translateY(-2px); } }

@media (max-width: 1023px) {
  .block-login-register .column-login,
  .block-login-register .column-register {
    width: 100%; }
    .block-login-register .column-login .title-col,
    .block-login-register .column-register .title-col {
      margin-bottom: 30px; }
  .block-login-register .column-login {
    padding-bottom: 50px; }
    .block-login-register .column-login .input-group.submit {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .block-login-register .column-login .input-group.submit .desc {
        width: 100%; }
      .block-login-register .column-login .input-group.submit .button-secondary {
        margin: 10px 0px 0px auto; }
  .block-login-register .column-register {
    padding-top: 50px;
    border-top: 1px solid #C3BFB9; } }

@media (min-width: 1024px) {
  .block-login-register .column-login,
  .block-login-register .column-register {
    width: 50%;
    padding-top: 60px;
    padding-bottom: 70px; }
    .block-login-register .column-login .title-col,
    .block-login-register .column-register .title-col {
      margin-bottom: 60px; }
  .block-login-register .column-login {
    padding-right: 6.25%; }
    .block-login-register .column-login .input-group.submit .desc {
      padding-right: 20px; }
  .block-login-register .column-register {
    padding-left: 6.25%;
    border-left: 1px solid #C3BFB9; }
    .block-login-register .column-register .input-group.like-row .row-label {
      padding-right: 25px; }
    .block-login-register .column-register .input-group.like-row .input-group.radio {
      padding-right: 15px; }
    .block-login-register .column-register .input-group.submit {
      margin-top: 36px; } }

@-webkit-keyframes fill-line {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@-moz-keyframes fill-line {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@-o-keyframes fill-line {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@keyframes fill-line {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@-webkit-keyframes fill-line-s-btn {
  0% {
    width: 0%; }
  100% {
    width: calc(100% - 60px); } }

@-moz-keyframes fill-line-s-btn {
  0% {
    width: 0%; }
  100% {
    width: calc(100% - 60px); } }

@-o-keyframes fill-line-s-btn {
  0% {
    width: 0%; }
  100% {
    width: calc(100% - 60px); } }

@keyframes fill-line-s-btn {
  0% {
    width: 0%; }
  100% {
    width: calc(100% - 60px); } }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-10px); }
  60% {
    -webkit-transform: translateY(-2px); } }

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-10px); }
  60% {
    -moz-transform: translateY(-2px); } }

@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0); }
  40% {
    -o-transform: translateY(-10px); }
  60% {
    -o-transform: translateY(-2px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-10px); }
  60% {
    transform: translateY(-2px); } }

.pg-reserved-area {
  min-height: 80vh; }
  @media (max-width: 1023px) {
    .pg-reserved-area .block-login-register {
      margin-top: 50px;
      padding-bottom: 50px; } }
  @media (min-width: 1024px) {
    .pg-reserved-area .block-login-register {
      margin-top: 90px;
      padding-bottom: 90px; } }

