<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.form-control::-webkit-input-placeholder {
  font-family: inherit;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1;
  color: #666666; }

.form-control::-moz-placeholder {
  font-family: inherit;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1;
  color: #666666; }

.form-control:-ms-input-placeholder {
  font-family: inherit;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1;
  color: #666666; }

.form-control::-ms-input-placeholder {
  font-family: inherit;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1;
  color: #666666; }

.form-control::placeholder {
  font-family: inherit;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1;
  color: #666666; }

body {
  margin: 0 auto; }

.container {
  max-width: 920px;
  margin: 0 auto; }

.section {
  min-height: 0; }

.section + .section &gt; .section-content {
  padding: 0 0 40px 0; }

.tit-h2 {
  margin-bottom: 0; }
  .tit-h2 strong,
  .tit-h2 b {
    font-weight: 500; }

.section-header-inner {
  border-bottom: 1px solid #dadada; }

.form {
  padding: 0 20px; }

section.dark {
  background-color: black;
  color: white; }
  section.dark .border-bottom {
    border: none;
    margin-bottom: 0;
    padding: 60px 0 40px 0; }

.section + .section.dark &gt; .section-content {
  padding: 60px 0 40px 0; }

.form-control {
  background: white;
  color: black;
  border-radius: 0px;
  outline: none; }
  .form-control:-webkit-autofill, .form-control:-webkit-autofill:hover, .form-control:-webkit-autofill:focus {
    background: white;
    color: black;
    border: 0;
    border-bottom: 1px solid black;
    border-radius: 0px;
    font-family: inherit;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1;
    text-transform: uppercase;
    -webkit-text-fill-color: black;
    -webkit-box-shadow: 0 0 0px 1000px white inset;
            box-shadow: 0 0 0px 1000px white inset;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s; }
  @media (max-width: 991.98px) {
    .form-control::-webkit-input-placeholder {
      font-size: 18px !important; }
    .form-control::-moz-placeholder {
      font-size: 18px !important; }
    .form-control:-ms-input-placeholder {
      font-size: 18px !important; }
    .form-control::-ms-input-placeholder {
      font-size: 18px !important; }
    .form-control, .form-control::placeholder {
      font-size: 18px !important; } }

.form-group {
  position: relative;
  margin-bottom: 10px; }
  .form-group label {
    font-size: 26px;
    font-weight: 300;
    white-space: nowrap;
    padding: 14px 20px 7px 0;
    line-height: 1; }
  .form-group.required:before {
    content: '';
    display: block;
    position: absolute;
    width: 22px;
    height: 22px;
    left: -25px;
    top: 18px;
    background: url(/img/asterisk.svg) no-repeat 0 0;
    background-size: 22px 22px;
    background-repeat: no-repeat; }

.form-group--label {
  text-align: left ;
  font-size: 24px;
  font-weight: 300;
  width: 100%;
  padding: 15px 20px 5px 0; }
  html.rtl .form-group--label {
    text-align: right ; }

.form-group--info {
  text-align: left ;
  padding: 4px 0;
  font-size: 0.86em; }
  html.rtl .form-group--info {
    text-align: right ; }

.form-group--headline {
  text-align: left ;
  margin-top: 20px;
  padding: 0;
  font-size: 1em;
  font-weight: 500; }
  html.rtl .form-group--headline {
    text-align: right ; }

@media (min-width: 992px) {
  .form-group-select-multiple {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px; }
    .form-group-select-multiple label,
    .form-group-select-multiple .form-group-select {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 25%;
              flex: 1 1 25%; } }

@media (max-width: 991.98px) {
  .form-group-select-multiple {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .form-group-select-multiple label {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%;
      text-align: left ; }
      html.rtl .form-group-select-multiple label {
        text-align: right ; }
    .form-group-select-multiple .form-group-select {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 25%;
              flex: 1 1 25%;
      margin-right: 20px; }
      .form-group-select-multiple .form-group-select:last-child {
        margin-right: 0; } }

.form-hint {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  border: 2px solid #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 18px;
  cursor: pointer; }

.form-group-ctas .btn-group {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.form-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px 0 0 0; }
  .form-actions__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .form-actions__item label {
      padding: 0;
      font-size: 18px;
      font-weight: 300; }
    .form-actions__item:first-child {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .form-actions__item:last-child {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .form-actions__item &gt; * + .btn {
      margin-left: 20px; }

#modal-content {
  max-width: 890px;
  min-width: calc(50vw + 80px); }

.form-group--checkbox label {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  white-space: normal;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .form-group--checkbox label a {
    margin-left: 5px;
    font-weight: 500;
    text-decoration: underline; }

.form-group--checkbox input[type="checkbox"] {
  margin-right: 6px; }

.section--my-bertazzoni .tit-h2 {
  margin-bottom: 0; }

.section--my-bertazzoni .group-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

@media (min-width: 992px) {
  .section--my-bertazzoni &gt; .section-content {
    padding: 40px 30px; } }

@media (min-width: 1200px) {
  .section--my-bertazzoni &gt; .section-content {
    padding: 40px 0; } }

@media (min-width: 1200px) {
  .section--listing-my-bertazzoni .container {
    padding: 0; } }

@media (min-width: 992px) {
  .section--listing-my-bertazzoni .container {
    max-width: 5000px;
    margin: 0 auto; } }

.group--my-bertazzoni {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0 0 0; }
  @media (min-width: 992px) {
    .group--my-bertazzoni {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      /*
        .btn {
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
        }
        */ } }
  @media (max-width: 991.98px) {
    .group--my-bertazzoni {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .group--my-bertazzoni .tit-my-bertazzoni {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 187px;
                flex: 0 0 187px;
        max-width: 187px; }
      .group--my-bertazzoni .btn {
        padding: 5px 10px;
        font-size: 12px;
        margin-left: 10px; } }

.tit-my-bertazzoni {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 27px;
  line-height: 32px;
  font-weight: 500; }
  .tit-my-bertazzoni svg {
    width: 50px;
    height: 50px;
    margin: 0 5px 12px 0; }

.group--user {
  margin: 20px 0 34px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .group--user:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #dadada; }
  .group--user:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -80px;
    margin-top: -30px;
    width: 160px;
    height: 60px;
    background: #ffffff; }
  .group--user .user {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background: #f1f1f1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    letter-spacing: 0.1em;
    font-size: 18px;
    font-weight: 500;
    z-index: 1;
    border: 2px solid red; }
  .group--user .owner {
    position: absolute;
    top: 61px;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    color: red;
    z-index: 1;
    font-family: serif;
    font-style: italic; }

.group--my-bertazzoni .nav--user {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  padding: 0 0 7px 0;
  text-transform: uppercase; }
  .group--my-bertazzoni .nav--user .fb-user-active {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
    display: inline-block;
    margin-right: 2px; }

@media (min-width: 992px) {
  .group--my-bertazzoni .group--nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    .group--my-bertazzoni .group--nav .btn {
      padding: 6px 15px; } }

@media (max-width: 991.98px) {
  .group--my-bertazzoni {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .group--my-bertazzoni .group--nav {
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 10px 0; }
      .group--my-bertazzoni .group--nav .btn {
        margin: 0; }
    .group--my-bertazzoni .menu-my-bertazzoni {
      position: relative;
      left: 0;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%;
      margin: 0;
      padding: 0; } }

.menu-my-bertazzoni {
  position: absolute;
  right: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  /*
    @include media-breakpoint-down(sm) {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 60px 15px 15px 15px;
        z-index: 100;
        transition: transform ease-in-out 400ms;

        &amp;&gt;li {
            display: block;
            position: static;
            border-bottom: 1px solid white;
            padding: 13px 0;

            &amp;:hover {
                &amp;&gt;a {
                    transform: translateX(5px);
                }
            }

            &amp;&gt;a {
                padding: 0;
            }

            &amp;&gt;ul {
                display: none;
                position: absolute;
                top: 0;
                left: 100%;
                width: 100%;
                height: 100vh;
                margin: 0;
                padding: 60px 15px 15px 15px;
                overflow-x: hidden;
                transition: none;
                z-index: 100;

                &amp;&gt;li {
                    font-size: inherit;
                    font-weight: inherit;
                    line-height: inherit;
                    vertical-align: top;
                    letter-spacing: inherit;
                    border-bottom: 1px solid white;
                    padding: 13px 0;
                }
            }

            &amp;.active {
                &amp;&gt;ul {
                    display: block;
                    position: absolute;
                    max-height: none;
                    background: black;
                    width: 100%;
                }
            }
        }
    }
    */ }
  .menu-my-bertazzoni a {
    position: relative;
    display: block;
    white-space: nowrap;
    z-index: 1; }
  .menu-my-bertazzoni i {
    vertical-align: middle;
    display: inline-block;
    width: 18px;
    font-size: 16px; }
  .menu-my-bertazzoni ul {
    max-height: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all ease-out 350ms;
    transition: all ease-out 350ms; }
    .menu-my-bertazzoni ul &gt; li {
      line-height: 37px;
      vertical-align: top;
      padding: 2px 0; }
      .menu-my-bertazzoni ul &gt; li &gt; a {
        padding: 0 30px;
        line-height: 40px;
        -webkit-transition: all ease-out 350ms;
        transition: all ease-out 350ms; }
        .menu-my-bertazzoni ul &gt; li &gt; a &gt; .plusminus:before {
          content: '+'; }
      .menu-my-bertazzoni ul &gt; li:hover &gt; a {
        -webkit-transform: translateX(5px);
                transform: translateX(5px); }
    .menu-my-bertazzoni ul &gt; li + li {
      border-top: 1px solid #7f7f7f; }
  .menu-my-bertazzoni &gt; li {
    display: inline-block;
    position: relative;
    vertical-align: top; }
    .menu-my-bertazzoni &gt; li &gt; ul {
      display: block;
      position: absolute;
      z-index: 100;
      left: -30px;
      top: 38px;
      margin-top: 0;
      padding-top: 0;
      min-width: 220px;
      text-align: left ;
      border: 1px solid #7f7f7f;
      background: white;
      color: black; }
      html.rtl .menu-my-bertazzoni &gt; li &gt; ul {
        text-align: right ; }
      .menu-my-bertazzoni &gt; li &gt; ul &gt; li &gt; ul {
        text-align: right ;
        font-size: 0.9em;
        -webkit-transition: none;
        transition: none; }
        html.rtl .menu-my-bertazzoni &gt; li &gt; ul &gt; li &gt; ul {
          text-align: left ; }
        .menu-my-bertazzoni &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a {
          line-height: 30px; }
      @media (max-width: 991.98px) {
        .menu-my-bertazzoni &gt; li &gt; ul &gt; li.active {
          padding-bottom: 0px; }
          .menu-my-bertazzoni &gt; li &gt; ul &gt; li.active &gt; ul {
            padding-top: 13px; } }
  .menu-my-bertazzoni li.active &gt; a &gt; .plusminus:before {
    content: '-'; }
  .menu-my-bertazzoni li.active &gt; ul {
    pointer-events: auto;
    opacity: 1;
    max-height: 500px; }
  .menu-my-bertazzoni .btn-user span {
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase; }
  .menu-my-bertazzoni .btn-my-bertazzoni svg {
    width: 20px;
    height: 20px;
    margin-top: 4px; }
  .menu-my-bertazzoni &gt; li {
    margin-left: 50px;
    height: 32px; }
  .menu-my-bertazzoni &gt; .as-icon {
    margin-left: 30px; }
  .menu-my-bertazzoni &gt; li:first-child {
    margin-left: 0; }
  .menu-my-bertazzoni &gt; li:last-child &gt; ul {
    width: auto;
    left: auto;
    right: -30px;
    text-align: right ; }
    html.rtl .menu-my-bertazzoni &gt; li:last-child &gt; ul {
      text-align: left ; }
  @media (max-width: 991.98px) {
    .menu-my-bertazzoni &gt; li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%; }
    .menu-my-bertazzoni &gt; li:last-child &gt; ul {
      text-align: center;
      right: auto; } }

.btn-link, .btn-link:visited, .btn-link:hover, .btn-link:link, .btn-link:active {
  text-decoration: underline !important; }

@media (max-width: 991.98px) {
  .form-control {
    padding: 15px 5px 5px 0; }
  .group--cta {
    margin-bottom: 15px; }
  .btn-cta {
    display: block; }
  .form-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .form-actions__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: 100%;
    text-align: center; }
    .form-actions__item label {
      margin-bottom: 15px; }
    .form-actions__item .btn {
      display: block;
      width: 100%;
      text-align: center;
      margin-bottom: 15px; }
    .form-actions__item &gt; * + .btn {
      margin-left: 0; }
  .fancybox-slide--html {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .fancybox-slide--html #modal-content {
      width: 100%;
      padding: 40px 10px; }
    .fancybox-slide--html .tit-h2 {
      margin-bottom: 20px; } }

@media (max-width: 1199.98px) {
  .pb-40 .section-content {
    padding-bottom: 40px; } }

.page-dark {
  background: black;
  color: white; }
  .page-dark .section-products-hero,
  .page-dark .section-product-matching-products {
    background: white;
    color: black;
    position: relative; }
    .page-dark .section-products-hero::before,
    .page-dark .section-product-matching-products::before {
      content: "";
      display: block;
      width: 100%;
      height: 45px;
      position: absolute;
      left: 0;
      top: -45px;
      background-color: #fff; }
      @media (max-width: 991.98px) {
        .page-dark .section-products-hero::before,
        .page-dark .section-product-matching-products::before {
          top: -34px;
          height: 34px; } }
    .page-dark .section-products-hero .border-bottom,
    .page-dark .section-product-matching-products .border-bottom {
      border-bottom: 1px solid #dadada; }
  .page-dark .section-prefooter {
    background: black;
    color: white; }
    .page-dark .section-prefooter .section-content {
      border-top: 1px solid #7f7f7f;
      padding-top: 40px; }

.card--register-or-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 0; }
  .card--register-or-login .content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .card--register-or-login .tit-h2 {
    margin-bottom: 20px; }
  .card--register-or-login .btn-cta {
    min-width: 180px; }
  .card--register-or-login .group--cta {
    padding: 0 30px;
    text-align: center; }

.container-sm {
  max-width: 600px;
  margin: 0 auto; }

.listing--register-or-login {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 30px;
  margin-bottom: 50px; }
  .listing--register-or-login .listing__item {
    margin-bottom: 30px; }
  .listing--register-or-login .card--register-or-login {
    max-width: 320px;
    margin: 0 auto; }
  @media (min-width: 992px) {
    .listing--register-or-login {
      margin-left: -15px;
      margin-right: -15px; }
      .listing--register-or-login .listing__item {
        width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(50% - 30px);
                flex: 0 0 calc(50% - 30px);
        max-width: calc(50% - 30px);
        margin-left: 15px;
        margin-right: 15px; } }
  @media (max-width: 991.98px) {
    .listing--register-or-login .listing__item {
      width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(100% - 0px);
              flex: 0 0 calc(100% - 0px);
      max-width: calc(100% - 0px);
      margin-left: 0px;
      margin-right: 0px; } }

.card--my-bertazzoni {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 0;
  -webkit-transition: ease-in-out opacity 250ms;
  transition: ease-in-out opacity 250ms; }
  .card--my-bertazzoni .picture {
    position: relative;
    overflow: hidden; }
    .card--my-bertazzoni .picture img {
      -webkit-transition: ease-in-out all 250ms;
      transition: ease-in-out all 250ms; }
  .card--my-bertazzoni .content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .card--my-bertazzoni .tit-h2 {
    padding: 25px 0 25px 0;
    border-bottom: 1px solid transparent;
    -webkit-transition: ease-in-out all 250ms;
    transition: ease-in-out all 250ms; }
  .card--my-bertazzoni .group--hint {
    padding: 0 30px;
    text-align: center;
    pointer-events: none; }
  .card--my-bertazzoni strong {
    font-weight: 500; }
  .card--my-bertazzoni:hover {
    opacity: 1 !important; }
    .card--my-bertazzoni:hover .picture img {
      -webkit-transform: scale(1.05, 1.05);
              transform: scale(1.05, 1.05); }
    .card--my-bertazzoni:hover .tit-h2 {
      border-color: #dadada; }
    .card--my-bertazzoni:hover .group--hint {
      opacity: 1;
      pointer-events: all; }

.listing--my-bertazzoni {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .listing--my-bertazzoni &gt; .listing__item {
    margin-bottom: 30px; }
  .listing--my-bertazzoni &gt; .card--my-bertazzoni {
    max-width: 320px;
    margin: 0 auto; }
  @media (min-width: 992px) {
    .listing--my-bertazzoni {
      margin-left: -15px;
      margin-right: -15px;
      margin-bottom: 600px; }
      .listing--my-bertazzoni &gt; .listing__item {
        width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(33.33333% - 30px);
                flex: 0 0 calc(33.33333% - 30px);
        max-width: calc(33.33333% - 30px);
        margin-left: 15px;
        margin-right: 15px; }
      .listing--my-bertazzoni .group--hint {
        position: absolute;
        left: 0;
        width: 100%;
        margin-top: 90px;
        opacity: 0;
        -webkit-transition: ease-in-out opacity 250ms;
        transition: ease-in-out opacity 250ms; }
      .listing--my-bertazzoni:hover &gt; .listing__item {
        opacity: 0.6; } }
  @media (max-width: 991.98px) {
    .listing--my-bertazzoni &gt; .listing__item {
      width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(100% - 0px);
              flex: 0 0 calc(100% - 0px);
      max-width: calc(100% - 0px);
      margin-left: 0px;
      margin-right: 0px; }
    .listing--my-bertazzoni .tit-h2 {
      margin-bottom: 0;
      font-size: 21px;
      border-color: #dadada; }
    .listing--my-bertazzoni .group--hint {
      margin-bottom: 30px; }
      .listing--my-bertazzoni .group--hint .tit-h2 {
        font-size: 15px;
        border-bottom: none; } }

.listing--hints {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px; }
  .listing--hints &gt; .listing__item {
    margin-bottom: 30px; }
    .listing--hints &gt; .listing__item &gt; .icon {
      margin-bottom: 15px; }
      .listing--hints &gt; .listing__item &gt; .icon img {
        width: 60px; }
    .listing--hints &gt; .listing__item &gt; .title {
      font-weight: 600; }
  @media (min-width: 576px) {
    .listing--hints {
      margin-left: -15px;
      margin-right: -15px;
      margin-bottom: 300px; }
      .listing--hints &gt; .listing__item {
        width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(33.33333% - 30px);
                flex: 0 0 calc(33.33333% - 30px);
        max-width: calc(33.33333% - 30px);
        margin-left: 15px;
        margin-right: 15px;
        padding: 0 30px; } }
  @media (max-width: 767.98px) {
    .listing--hints &gt; .listing__item {
      width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(100% - 0px);
              flex: 0 0 calc(100% - 0px);
      max-width: calc(100% - 0px);
      margin-left: 0px;
      margin-right: 0px; } }

.menu-design-resource a {
  display: block;
  line-height: 1.2;
  border-top: 1px solid #7f7f7f; }
  .menu-design-resource a i {
    font-size: 18px;
    vertical-align: middle; }
  .menu-design-resource a:hover {
    background: #eeeeee; }

.menu-design-resource &gt; li {
  font-size: 18px;
  font-weight: 300; }
  .menu-design-resource &gt; li &gt; a {
    border: none;
    padding: 15px 0 15px 0; }

.menu-design-resource ul {
  display: none; }
  .menu-design-resource ul &gt; li {
    font-size: 23px;
    font-weight: 300; }
    .menu-design-resource ul &gt; li &gt; a {
      line-height: 40px;
      font-size: 15px; }

.menu-design-resource li:not(.active) .fb-minus {
  display: none !important; }

.menu-design-resource li.active &gt; ul {
  display: block; }

.menu-design-resource li.active .fb-plus {
  display: none !important; }

.btn-cta-simple {
  font-weight: 500;
  font-size: 17px;
  padding: 10px 15px;
  margin: 5px 0 15px 0; }
  .btn-cta-simple:hover {
    background: black;
    color: white; }

@media (min-width: 992px) {
  .section--my-product .container {
    max-width: 5000px;
    margin: 0 auto; }
  .section--my-product .form--sm {
    max-width: 50%;
    margin: 0 auto; } }

@media (min-width: 1200px) {
  .section--my-product .container {
    padding: 0; } }

@media (min-width: 1440px) {
  .section--my-product .form--sm {
    max-width: 33.3333%;
    margin: 0 auto; } }

.group--my-product-menu {
  width: 100%;
  padding: 0 0 40px 0;
  margin-bottom: 40px;
  border-bottom: 1px solid #dadada; }
  @media (min-width: 992px) {
    .group--my-product-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: -40px;
      margin-bottom: 40px; }
      .group--my-product-menu &gt; div:nth-child(1) {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 25%;
                flex: 1 1 25%;
        max-width: 25%;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        text-align: left ; }
        html.rtl .group--my-product-menu &gt; div:nth-child(1) {
          text-align: right ; }
      .group--my-product-menu &gt; div:nth-child(2) {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        margin-left: 15px; }
      .group--my-product-menu &gt; div:nth-child(3) {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 90px;
                flex: 0 0 90px;
        max-width: 90px;
        margin-left: 30px;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        text-align: right ; }
        html.rtl .group--my-product-menu &gt; div:nth-child(3) {
          text-align: left ; }
        .group--my-product-menu &gt; div:nth-child(3) .btn-my-product {
          margin-bottom: 14px; } }
  @media (max-width: 991.98px) {
    .group--my-product-menu {
      margin-top: 0;
      margin-bottom: 40px;
      padding: 0 15px 20px 15px; }
      .group--my-product-menu .group--my-product-buttons {
        margin-bottom: 30px; }
      .group--my-product-menu .group--my-project-buttons {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .group--my-product-menu .tit-h1 {
        margin-bottom: 20px; }
      .group--my-product-menu .btn-my-product {
        margin: 0 auto; } }

.btn-my-product {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
  width: 90px;
  height: 90px;
  padding: 0;
  border: 1px solid black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .btn-my-product .plus {
    width: 40px;
    height: 40px;
    position: relative; }
    .btn-my-product .plus:before, .btn-my-product .plus:after {
      content: '';
      background: black;
      position: absolute;
      top: 0;
      left: 0;
      width: 1px;
      height: 1px; }
    .btn-my-product .plus:before {
      top: 50%;
      width: 100%;
      margin-top: -0.5px; }
    .btn-my-product .plus:after {
      left: 50%;
      height: 100%;
      margin-left: -0.5px; }

.scrollable-horizontally {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 10px 0;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain; }
  .scrollable-horizontally::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    border-radius: 0; }
  .scrollable-horizontally::-webkit-scrollbar-button {
    display: none; }
  .scrollable-horizontally::-webkit-scrollbar-button:hover {
    display: none; }
  .scrollable-horizontally::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.95);
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0; }
    .scrollable-horizontally::-webkit-scrollbar-thumb:hover {
      background-color: rgba(0, 0, 0, 0.95); }
  .scrollable-horizontally::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 0; }
    .scrollable-horizontally::-webkit-scrollbar-track:hover {
      background-color: transparent; }

.listing--my-product-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto; }
  .listing--my-product-buttons &gt; .listing__item {
    position: relative; }
    .listing--my-product-buttons &gt; .listing__item:last-child {
      margin-right: 1px; }
    .listing--my-product-buttons &gt; .listing__item .btn-remove {
      position: absolute;
      top: 0;
      right: 0;
      width: 20px;
      height: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      line-height: 1;
      border: 1px solid black;
      background: white;
      color: black;
      cursor: pointer;
      pointer-events: none;
      opacity: 0;
      -webkit-transition: all 350ms ease-in-out;
      transition: all 350ms ease-in-out; }
      .listing--my-product-buttons &gt; .listing__item .btn-remove:hover {
        background: black;
        color: white; }
    .listing--my-product-buttons &gt; .listing__item:hover .btn-remove {
      pointer-events: auto;
      opacity: 1; }
  .listing--my-product-buttons &gt; .listing__item + .listing__item {
    margin-left: 30px; }

.btn-code {
  padding: 10px 15px;
  border: 1px solid black;
  font-weight: 500; }
  .btn-code:hover {
    background: black;
    color: white; }

.group--my-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .group--my-product .btn-code {
    margin-bottom: 20px; }
  .group--my-product .picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 360px;
    height: 360px;
    border: 1px solid black;
    margin-bottom: 40px; }

.group--tab-menu .btn-tab-menu {
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  padding: 15px;
  color: #cacaca;
  border: none; }
  .group--tab-menu .btn-tab-menu:hover, .group--tab-menu .btn-tab-menu.active {
    color: #000000; }

@media (min-width: 992px) {
  .group--tab-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    border-bottom: 1px solid #dadada; } }

@media (max-width: 991.98px) {
  .group--tab-menu .btn-tab-menu {
    font-size: 18px;
    padding: 8px; } }

.group--tab-menu-content .section-gallery-gallery {
  margin-top: 30px; }

@media (max-width: 991.98px) {
  .group--tab-menu-content .section-content {
    padding: 15px 0; }
    .group--tab-menu-content .section-content .form {
      padding: 0; }
    .group--tab-menu-content .section-content input[type="file"] {
      font-size: 15px !important; }
    .group--tab-menu-content .section-content .btn-group .btn {
      display: block;
      width: 100%; } }

@media (min-width: 768px) and (max-width: 1199.98px) {
  .group--tab-menu-content .section-content input[type="file"] {
    font-size: 20px !important; } }

@media (min-width: 1200px) {
  .group--tab-menu-content .section-content input[type="file"] {
    font-size: 20px !important; } }

@media (max-width: 991.98px) {
  .section--useful-contacts .section-content {
    padding: 15px 0; }
    .section--useful-contacts .section-content .btn-group .btn {
      display: block;
      width: 100%; } }

.listing--downloads {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 15px 0 0 0; }
  .listing--downloads,
  .listing--downloads ul {
    list-style: none;
    padding: 0;
    text-align: left ; }
    html.rtl .listing--downloads, html.rtl
    .listing--downloads ul {
      text-align: right ; }
  .listing--downloads ul {
    margin: 0; }
  .listing--downloads .list-item {
    position: relative; }
    .listing--downloads .list-item .group {
      display: block;
      margin: 15px 0;
      padding-bottom: 15px;
      font-weight: bold;
      border-bottom: 1px solid #dadada; }
    .listing--downloads .list-item .list-item-inline {
      margin-bottom: 10px;
      padding-bottom: 10px;
      border-bottom: 1px solid #dadada; }
      .listing--downloads .list-item .list-item-inline &gt; div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
    .listing--downloads .list-item .label {
      letter-spacing: 1px; }
    .listing--downloads .list-item .value {
      margin-left: 30px;
      line-height: 20px; }
    .listing--downloads .list-item .feature {
      line-height: 20px; }
    .listing--downloads .list-item .feature + .feature:before {
      content: '/ '; }
    .listing--downloads .list-item .fb-pdf {
      display: inline-block;
      -webkit-transform: translateY(1px);
              transform: translateY(1px); }
  @media (min-width: 992px) {
    .listing--downloads {
      margin-left: -15px;
      margin-right: -15px; }
      .listing--downloads .list-item {
        width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(33.33333% - 30px);
                flex: 0 0 calc(33.33333% - 30px);
        max-width: calc(33.33333% - 30px);
        margin-left: 15px;
        margin-right: 15px; } }
  @media (max-width: 991.98px) {
    .listing--downloads {
      padding: 0 15px; }
      .listing--downloads .list-item {
        width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(100% - 0px);
                flex: 0 0 calc(100% - 0px);
        max-width: calc(100% - 0px);
        margin-left: 0px;
        margin-right: 0px; } }

.section--useful-contacts .group--cta {
  margin: 40px 0; }

.listing--service {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .listing--service .listing__item {
    margin-bottom: 30px; }
  @media (min-width: 992px) {
    .listing--service {
      margin-left: -15px;
      margin-right: -15px; }
      .listing--service .listing__item {
        width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(33.33333% - 30px);
                flex: 0 0 calc(33.33333% - 30px);
        max-width: calc(33.33333% - 30px);
        margin-left: 15px;
        margin-right: 15px; } }
  @media (max-width: 991.98px) {
    .listing--service .listing__item {
      width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(100% - 0px);
              flex: 0 0 calc(100% - 0px);
      max-width: calc(100% - 0px);
      margin-left: 0px;
      margin-right: 0px; } }

.card--service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.3;
  border-bottom: none; }
  @media (max-width: 767px) {
    .card--service {
      width: 33.333%;
      padding: 30px 30px 0 0; } }
  @media (max-width: 575px) {
    .card--service {
      width: 100%;
      padding: 20px 30px 5px 0; } }
  .card--service .result-tit {
    font-size: 18px;
    font-weight: 500 !important;
    margin-bottom: 5px;
    border-bottom: none;
    line-height: 1; }
  .card--service &gt; div {
    margin-bottom: 5px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 5px; }
  .card--service .address {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    border-bottom: none; }
  .card--service .cta {
    border-top: 1px solid #ececec;
    padding-top: 5px;
    font-weight: 500 !important;
    margin-top: 5px;
    border-bottom: none; }

.btn-email {
  border: 1px solid black;
  padding: 2px 5px;
  font-size: 11px;
  margin: 10px 0; }
  .btn-email:hover {
    background: black;
    color: white; }

.classic-form .group--buttons {
  margin-bottom: 15px; }
  .classic-form .group--buttons &gt; .btn-project-share {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    font-weight: 300;
    padding: 12px 10px; }
  .classic-form .group--buttons &gt; .btn + .btn {
    border-left-width: 0; }

@media (min-width: 1200px) {
  .section--my-project .container {
    padding: 0; } }

@media (min-width: 992px) {
  .section--my-project .container {
    max-width: 5000px;
    margin: 0 auto; } }

.group--my-project-menu {
  padding-bottom: 20px;
  border-bottom: 1px solid #dadada; }
  @media (min-width: 992px) {
    .group--my-project-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-top: -50px;
      margin-bottom: 40px;
      padding-bottom: 20px; }
      .group--my-project-menu .tit-h1 {
        margin-bottom: 20px;
        padding-bottom: 10px; }
      .group--my-project-menu .group--center {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        padding-bottom: 20px; }
      .group--my-project-menu .horizontal-scroll {
        padding-bottom: 20px; }
      .group--my-project-menu .group--left,
      .group--my-project-menu .group--right {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 200px;
                flex: 1 0 200px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: left ; }
        html.rtl .group--my-project-menu .group--left, html.rtl
        .group--my-project-menu .group--right {
          text-align: right ; }
      .group--my-project-menu .group--right {
        padding-left: 30px;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        text-align: right ; }
        html.rtl .group--my-project-menu .group--right {
          text-align: left ; } }
  @media (max-width: 991.98px) {
    .group--my-project-menu {
      margin-top: 0;
      margin-bottom: 40px;
      padding: 0 15px 20px 15px; }
      .group--my-project-menu .tit-h1 {
        margin-bottom: 20px; }
      .group--my-project-menu .group--center {
        padding-bottom: 0; }
      .group--my-project-menu .btn-my-project {
        margin-bottom: 10px; } }

.horizontal-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .horizontal-scroll::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    border-radius: 0; }
  .horizontal-scroll::-webkit-scrollbar-button {
    display: none; }
  .horizontal-scroll::-webkit-scrollbar-button:hover {
    display: none; }
  .horizontal-scroll::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.95);
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0; }
    .horizontal-scroll::-webkit-scrollbar-thumb:hover {
      background-color: rgba(0, 0, 0, 0.95); }
  .horizontal-scroll::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 0; }
    .horizontal-scroll::-webkit-scrollbar-track:hover {
      background-color: transparent; }

.group--my-project-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px; }
  .group--center .group--my-project-buttons &gt; .btn {
    white-space: nowrap;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }

.group--my-project-headline {
  width: 100%;
  padding: 0 0 40px 0;
  margin-bottom: 40px;
  border-bottom: 1px solid #dadada; }
  @media (min-width: 992px) {
    .group--my-project-headline {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .group--my-project-headline &gt; div:nth-child(1) {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 30%;
                flex: 1 1 30%;
        max-width: 30%;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        text-align: left ; }
        html.rtl .group--my-project-headline &gt; div:nth-child(1) {
          text-align: right ; }
      .group--my-project-headline &gt; div:nth-child(2) {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        margin-left: 15px; }
      .group--my-project-headline &gt; div:nth-child(3) {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 160px;
                flex: 1 1 160px;
        max-width: 160px;
        -ms-flex: 1 1 30%;
            flex: 1 1 30%;
        max-width: 30%;
        margin-left: 15px;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        text-align: right ; }
        html.rtl .group--my-project-headline &gt; div:nth-child(3) {
          text-align: left ; } }
  @media (max-width: 991.98px) {
    .group--my-project-headline .group--my-product-buttons {
      margin-bottom: 30px; }
    .group--my-project-headline .group--my-project-buttons {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .group--my-project-headline .tit-h1 {
      margin-bottom: 20px; } }

.btn-my-project,
.btn-my-project-add {
  padding: 15px 20px;
  font-size: 19px;
  line-height: 1;
  border: 1px solid black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

@media (max-width: 991.98px) {
  .btn-my-project-add {
    font-size: 15px;
    padding: 8px 15px; } }

.btn-my-project {
  font-weight: 500; }
  .btn-my-project:hover {
    background: black;
    color: white; }

.btn-project-edit {
  font-size: 21px; }

.btn-project-share,
.btn-project-delete,
.btn-project-print,
.btn-project-book {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 17px;
  border: 1px solid #dadada;
  font-size: 16px; }
  .btn-project-share i,
  .btn-project-delete i,
  .btn-project-print i,
  .btn-project-book i {
    line-height: 1;
    margin-left: 9px;
    font-size: 1.1em;
    margin-bottom: -0.1em; }
  .btn-project-share img,
  .btn-project-delete img,
  .btn-project-print img,
  .btn-project-book img {
    line-height: 1;
    width: 1em;
    height: 1em;
    opacity: 0.6; }
  .btn-project-share:hover,
  .btn-project-delete:hover,
  .btn-project-print:hover,
  .btn-project-book:hover {
    background: #dadada; }

.btn-project-book img {
  width: 1.2em;
  height: 1.2em; }

.group--buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .group--buttons button + button {
    border-left-width: 0; }
  .group--buttons button span {
    display: none; }
  .group--buttons button i {
    margin-left: 0; }

.listing--project-products {
  width: 100%; }
  .listing--project-products .divline {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-bottom: 30px;
    border-bottom: 1px solid black; }
  .listing--project-products .listing__item:last-child .divline {
    display: none; }

.group--block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.group--product-headline {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #dadada;
  margin-bottom: 30px; }
  .group--product-headline .tit-h1 {
    position: relative;
    display: inline-block; }
  .group--product-headline .tit-h2 {
    margin-bottom: 30px; }
  .group--product-headline .btn-project-delete {
    border: 0;
    padding: 5px 9px; }
    .group--product-headline .btn-project-delete i {
      margin-left: 0; }
  @media (min-width: 992px) {
    .group--product-headline .btn-project-delete {
      position: absolute;
      top: 2px;
      right: -70px; } }
  @media (max-width: 991.98px) {
    .group--product-headline .tit-h1 {
      display: block; }
    .group--product-headline .btn-project-delete {
      position: absolute;
      top: 3px;
      right: 0; } }

.listing--product-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .listing--product-content &gt; .listing__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px; }
    .listing--product-content &gt; .listing__item &gt; .list-group {
      width: 100%; }
    .listing--product-content &gt; .listing__item:last-child {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  @media (min-width: 992px) {
    .listing--product-content {
      margin-left: -15px;
      margin-right: -15px; }
      .listing--product-content .listing__item {
        width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(50% - 30px);
                flex: 0 0 calc(50% - 30px);
        max-width: calc(50% - 30px);
        margin-left: 15px;
        margin-right: 15px; } }
  @media (max-width: 991.98px) {
    .listing--product-content .listing__item {
      width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(100% - 0px);
              flex: 0 0 calc(100% - 0px);
      max-width: calc(100% - 0px);
      margin-left: 0px;
      margin-right: 0px; } }

.group--my-project {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .group--my-project .btn-code {
    margin-bottom: 20px; }
  .group--my-project .picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 90%;
    height: auto;
    margin-bottom: 40px; }
  @media (max-width: 991.98px) {
    .group--my-project .picture {
      border-bottom: 1px solid #dadada; } }

.section--cover,
.section--back-cover {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  overflow: hidden; }
  .section--cover .background,
  .section--back-cover .background {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    max-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: white; }
    .section--cover .background img,
    .section--back-cover .background img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .section--cover .badge,
  .section--back-cover .badge {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 31.7%;
    margin: 0;
    top: 50%;
    left: 50%;
    margin: -15.85% 0 0 -15.85%; }
    .section--cover .badge img,
    .section--back-cover .badge img {
      width: 100%; }
    .section--cover .badge .abstract,
    .section--back-cover .badge .abstract {
      position: absolute;
      left: 0;
      top: 100%;
      width: 100%;
      font-size: 1.7vw;
      font-weight: 900;
      margin-top: 1em;
      text-align: center; }
  .section--cover .content,
  .section--back-cover .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 8%;
    text-align: left ;
    font-size: 1.7vw;
    line-height: 1.5; }
    html.rtl .section--cover .content, html.rtl
    .section--back-cover .content {
      text-align: right ; }

.section--cover {
  height: 141.3vw; }
  .section--cover .content .title {
    font-weight: 900;
    border-top: 0.12em solid black;
    display: inline-block;
    padding-top: 0.5em;
    padding-right: 8em;
    margin-bottom: 0.3em; }
  .section--cover .flex--table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
    .section--cover .flex--table .tr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .section--cover .flex--table .tr .td {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        white-space: nowrap; }
        .section--cover .flex--table .tr .td:first-child {
          -webkit-box-flex: 0;
              -ms-flex: 0 1 10em;
                  flex: 0 1 10em; }

.section--back-cover {
  height: 130vw; }

@media print {
  .section--my-project {
    padding-top: 4rem;
    padding-bottom: 4rem;
    page-break-before: always;
    page-break-after: always; }
  .section--back-cover {
    page-break-before: always; } }

.group--block .btn-code {
  display: none; }

.project-book {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  max-width: 100%; }
  .project-book header,
  .project-book footer {
    display: none; }
  .project-book .container {
    padding: 0 40px; }
  .project-book .list-group .list-item-inline {
    width: 100%; }
  .project-book .listing--product-content &gt; .listing__item &gt; .btn-code {
    display: none; }
  .project-book .listing--product-content .group--block .btn-code {
    display: block; }
  @media print {
    .project-book .list-group .list-item .group {
      font-size: 13px; }
    .project-book .list-group .list-item-inline {
      width: 100%; }
      .project-book .list-group .list-item-inline .label,
      .project-book .list-group .list-item-inline .value {
        letter-spacing: 0;
        font-size: 13px; }
    .project-book .listing--product-content {
      -webkit-box-pack: start !important;
          -ms-flex-pack: start !important;
              justify-content: flex-start !important;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; }
      .project-book .listing--product-content &gt; .listing__item {
        margin-bottom: 0; }
        .project-book .listing--product-content &gt; .listing__item:last-child {
          display: -webkit-box !important;
          display: -ms-flexbox !important;
          display: flex !important; }
      .project-book .listing--product-content .list-group-downloads {
        display: none !important; } }
  @media print and (max-width: 991.98px) {
    .project-book .listing--product-content {
      margin-left: -15px;
      margin-right: -15px; }
      .project-book .listing--product-content .listing__item {
        width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(50% - 30px);
                flex: 0 0 calc(50% - 30px);
        max-width: calc(50% - 30px);
        margin-left: 15px;
        margin-right: 15px; } }
  @media print {
    .project-book .listing--my-projects .tit-h2 {
      display: block !important;
      text-align: left ; }
      html.rtl .project-book .listing--my-projects .tit-h2 {
        text-align: right ; }
    .project-book .listing--my-projects .btn-more {
      display: none; }
    .project-book .group--product-headline {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      height: 100%;
      min-height: 32vw;
      margin: 70px 0 20px !important; }
      .project-book .group--product-headline .tit-h1 {
        text-align: left ;
        font-size: 23px;
        line-height: 1.1;
        margin-bottom: 0.3em; }
        html.rtl .project-book .group--product-headline .tit-h1 {
          text-align: right ; }
      .project-book .group--product-headline .tit-h2 {
        text-align: left ; }
        html.rtl .project-book .group--product-headline .tit-h2 {
          text-align: right ; }
      .project-book .group--product-headline .btn-block {
        text-align: left ; }
        html.rtl .project-book .group--product-headline .btn-block {
          text-align: right ; }
    .project-book .group--my-project .picture {
      border-bottom: none; } }
  .project-book .section-icons {
    display: none; }

.filter-bar {
  margin-bottom: 40px; }

.menu-exclusive-contents-navs {
  /*
    li+li {
        a {
            border-top: 1px solid #ccc;
        }
    }
    */ }
  @media (min-width: 992px) {
    .menu-exclusive-contents-navs {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: white;
      border-bottom: 1px solid black; }
      .menu-exclusive-contents-navs a {
        font-size: 15px;
        padding: 4px 10px;
        line-height: 20px;
        margin: 10px 0; }
        .menu-exclusive-contents-navs a i {
          display: none; }
      .menu-exclusive-contents-navs &gt; li + li {
        margin-left: 20px; } }
  .menu-exclusive-contents-navs a {
    display: block;
    padding: 10px;
    font-size: 15px;
    line-height: 20px;
    background: transparent;
    color: black;
    -webkit-transition: all ease-in-out 350ms;
    transition: all ease-in-out 350ms;
    -webkit-transition-property: background, color;
    transition-property: background, color; }
    .menu-exclusive-contents-navs a i {
      font-size: 10px;
      margin-right: 5px; }
    .menu-exclusive-contents-navs a:hover, .menu-exclusive-contents-navs a.active {
      background: black;
      color: white; }
  .menu-exclusive-contents-navs.sticky-active {
    position: fixed;
    width: 100%;
    top: 44px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 50; }
    .menu-exclusive-contents-navs.sticky-active a {
      font-size: 15px;
      padding: 4px 10px;
      line-height: 20px;
      margin: 10px 0; }
      .menu-exclusive-contents-navs.sticky-active a i {
        display: none; }
    .menu-exclusive-contents-navs.sticky-active &gt; li + li {
      margin-left: 20px; }
  .menu-exclusive-contents-navs.sticky-direction {
    -webkit-transition: none;
    transition: none;
    -webkit-transform: translateX(-50%) translateY(calc(-100% - 44px));
            transform: translateX(-50%) translateY(calc(-100% - 44px)); }
    .menu-exclusive-contents-navs.sticky-direction.sticky-direction-active {
      -webkit-transition: -webkit-transform ease-in-out 350ms;
      transition: -webkit-transform ease-in-out 350ms;
      transition: transform ease-in-out 350ms;
      transition: transform ease-in-out 350ms, -webkit-transform ease-in-out 350ms;
      -webkit-transform: translateX(-50%) translateY(0);
              transform: translateX(-50%) translateY(0); }

.section-exclusive-contents-magazine {
  margin-bottom: 40px; }
  .section-exclusive-contents-magazine .background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0; }
  .section-exclusive-contents-magazine .section-content {
    position: relative;
    padding: 40px 0; }
  .section-exclusive-contents-magazine .column-4 {
    padding: 30px 30px 40px 30px;
    margin: 50px 0;
    text-align: center; }
  .section-exclusive-contents-magazine .column .tit-h1 {
    padding-bottom: 0;
    border: 0;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 10px; }
  .section-exclusive-contents-magazine .column .text {
    margin-bottom: 10px;
    font-size: 15px; }

.section-gallery-gallery .section-content {
  padding: 0; }

.section-gallery-gallery .card {
  padding-bottom: 40px; }

.section + .section-gallery-gallery &gt; .section-content {
  padding: 0; }

.btn-like {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 36px;
  padding: 0px 10px;
  border-bottom: 1px solid #888; }
  .btn-like svg {
    width: 22px;
    height: 22px;
    fill: currentColor; }
  .btn-like:hover {
    background: black;
    color: white; }

.menu-gallery-ctas &gt; li.read-more &gt; a {
  line-height: 1; }

@media print {
  .btn-cta-inverted,
  .btn-project-edit,
  .group--user,
  .group--my-project-menu,
  .group--my-product-buttons,
  .group--my-project-buttons {
    display: none !important; }
  .group--my-project-headline .tit-h1 {
    text-align: center !important; }
  .listing--product-content {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    margin-bottom: 0 !important; }
    .listing--product-content &gt; .listing__item:last-child {
      display: none !important; }
  .listing--my-projects .tit-h2 {
    display: none !important; }
  .group--product-headline {
    border-bottom: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 30px !important; }
  @page {
    size: A4 portrait;
    margin: 0; } }

@media (max-width: 991px) {
  .container {
    padding: 0 15px; } }
</pre></body></html>