@import url("fonts.css");
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  font-family: "Montserrat";
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  min-width: 320px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.29;
  color: #000000;
}
@media screen and (min-width: 80em) {
  body {
    font-size: 1.5rem;
    line-height: 1.33;
  }
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p, ol, ul, dl {
  margin-top: 0;
  margin-bottom: .5rem;
}
ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}
a {
  color: #000000;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  text-decoration: none;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button, input {
  overflow: visible;
}
button, select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
button, [type="button"], [type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: none;
}
form span {
  color: #ff0000;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  color: #767171;
  line-height: 1.2;
  word-break: break-word;
  font-family: inherit;
  font-weight: 500;
}
h1 {
  font-size: 1rem;
}
@media screen and (min-width: 998px) {
  h1 {
    font-size: 2.7rem;
  }
}
@media screen and (min-width: 1600px) {
  h1 {
    font-size: 2.9rem;
  }
}
h2 {
  font-size: 1.4rem;
}
@media screen and (min-width: 1600px) {
  h2 {
    font-size: 1.7rem;
  }
}
h3, h4 {
  font-size: 1.7rem;
}
h3.logo {
  border: 1px solid black;
  padding: 2rem;
  border-radius: 1rem;
  width: 28rem;
}
.heading {
  font-family: "Montserrat";
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 700;
  margin-right: 10rem;
  color: white !important;
  margin: auto;
  margin-bottom: 3rem;
  text-align: center;
}
.vendor-portal {
  font-weight: 600;
}
.sub-heading {
  font-family: "Montserrat", serif;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 300;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.container {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
.container-large {
  max-width: 100%;
  margin: auto;
  border: 0;
}
/*@media screen and (min-width: 768px) {
  .container-large {
    padding-left: 32px;
    padding-right: 32px;
  }
}*/
@media screen and (min-width: 992px) {
  .container-large {
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media screen and (min-width: 1300px) {
  .container-large {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media screen and (min-width: 1600px) {
  .container-large {
    padding-left: 13%;
    padding-right: 13%;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
[class*="col-"] {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    -ms-flex: 0 0 7%;
    flex: 0 0 7%;
    max-width: 7%;
  }
  .col-md-2 {
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
    max-width: 18%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 50%;
    /*max-width: 83.333333%;*/
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1600px) {
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.form-control {
  background-color: #ededed;
  -webkit-box-shadow: none;
  box-shadow: none;
  letter-spacing: 0.2em;
  font-weight: 300;
  border: 0;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: inherit;
  line-height: 1.5;
  color: #000000;
  background-clip: padding-box;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
  text-transform: uppercase;
}
.form-group {
  margin-bottom: 1rem;
}
.btn {
  display: inline-block;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  cursor: pointer;
  border-radius: 0;
  font-family: inherit;
  font-weight: 300;
  font-size: inherit;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn-primary {
  color: #000;
  background-color: #f1e4db;
  border-color: #f1e4db;
}
.btn-primary:hover {
  color: #000;
  background-color: #ebd6c9;
  border-color: #ebd6c9;
}
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-block {
  display: block;
  width: 100%;
}
/*.collapse:not(.show) {
  display: none;
}*/
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup, .dropright, .dropdown, .dropleft {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  border: solid black;
  border-width: 0 1px 1px 0;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(313deg);
  display: inline-block;
  /*margin-left: 0.255em;
  vertical-align: 0.255em;*/
  content: "";
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: -1rem;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: inherit;
  color: #000;
  list-style: none;
  background-color: #f1e4db;
  background-clip: padding-box;
  border: none;
  transition: transform .3s, -webkit-transform .3s;
}
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}
.dropdown-item {
  white-space: normal;
  display: block;
  margin: auto;
  padding: 0.75rem;
  clear: both;
  color: inherit;
  text-align: inherit;
  background-color: transparent;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #767171;
}
@media (min-width: 768px) {
  .dropdown-item {
    white-space: nowrap;
  }
}
.dropdown-item:hover, .dropdown-item:focus {
  color: inherit;
  text-decoration: none;
  background-color: #F8F2ED;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  /*padding: 0.5rem 1rem;*/
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.navbar {
  position: relative;
}
.navbar > .container-large {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.navbar > .container-large [class*="col-"] {
  padding: 1rem;
  background: #f1e4db;
}
.navbar > .container-large [class*="col-"]:first-child {
  background: #fff;
}
.navbar-brand {
  display: inline-block;
  padding: 1rem 0;
}
.navbar-brand svg {
  width: 88px;
  height: 30px;
}
@media screen and (min-width: 48em) {
  .navbar-brand svg {
    width: 113px;
    height: 38px;
  }
}
@media screen and (min-width: 64em) {
  .navbar-brand svg {
    width: 78px;
    height: 27px;
  }
}
@media screen and (min-width: 120em) {
  .navbar-brand svg {
    width: 120px;
    height: 42px;
  }
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav a {
  font-family: "Montserrat";
  font-size: 1.1rem !important;
  /*color: #767171;*/
  text-transform: uppercase;
  letter-spacing: 0em;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-collapse {
  /* -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;*/
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container-large, .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {}
  .navbar-expand-lg > .container-large, .navbar-expand-lg > .container-fluid {}
  .navbar-expand-lg .navbar-collapse {
    display: inline-block;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container, .navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.language-container {
  position: relative;
  font-family: "Montserrat", sans-serif;
  padding-top: 0.6rem;
}
.language-container .nav-lang-toggle-desktop {
  font-size: 1.1rem;
  letter-spacing: 0.11em;
  color: inherit;
  font-family: inherit;
  text-transform: uppercase;
  white-space: nowrap;
  text-decoration: none;
}
.language-container .nav-lang-toggle-desktop span {
  margin-right: 2px;
  font-weight: bold;
  font-size: 1.4rem;
}
.ico-arrow-down {
  background-image: url(../images/sprite.png);
  background-position: 98.51851851851852% 52.76595744680851%;
  background-size: 1900% 2711.111111111111%;
  width: 15px;
  height: 9px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0px;
}
.language-container .language-container-inner {
  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;
  position: absolute;
  /*top: -15px;
  left: calc(100% + 30px);height: 53px;*/
  top: 6px;
  height: auto;
  right: 50px;
  z-index: 200;
  overflow: hidden;
  width: 0;
  background-color: #f1e4db;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.language-container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.language-container ul a {
  font-size: 1.1rem;
  /*color: #767171;*/
  letter-spacing: 0.11em;
  font-family: inherit;
  text-transform: uppercase;
}
.language-container ul .current a {
  font-weight: 700;
}
.language-container ul .current a:hover, .language-container ul a:hover {
  text-decoration: none;
}
.language-container ul li {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .1s, visibility .1s;
  -o-transition: opacity .1s, visibility .1s;
  transition: opacity .1s, visibility .1s;
}
.language-container ul li + li {
  margin-left: 15px;
}
.language-container .language-container-inner.active {
  width: 290px;
  z-index: 10000;
}
.language-container .language-container-inner.active li {
  opacity: 1;
  visibility: visible;
}
.language-container .nav-lang-toggle-desktop i {
  height: 6px;
  width: 10px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(270deg);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}
.language-container .nav-lang-toggle-desktop.active i {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.hero {
  background-image: url("../images/Kering2025.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.hero.care {
  background-image: url("../images/Kering2025Care.jpg");
  background-position: 0 -402px;
}
.hero .caption {
  /*background: rgba(193, 193, 193, .8);*/
}
.hero .caption {
  /*padding: 3rem;*/ margin: auto;
}
.hero, .hero h2, .hero h4, .hero a {
  color: #fff;
}
.hero h4 {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .hero {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
@media (min-width: 1600px) {
  .hero {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
/* block */
.block {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-height: 220px;
}
.link-block {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.link-block span {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  opacity: 0;
  padding: 2rem;
  -webkit-transition: opacity .3s, visibility .3s;
  -o-transition: opacity .3s, visibility .3s;
  transition: opacity .3s, visibility .3s;
}
.block:hover .link-block span {
  opacity: 1;
}
.block h3 {
  position: relative;
}
.block h3.ccc {
  font-family: "Montserrat";
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 400;
}
.block .logo:before {
  content: "";
  position: relative;
  height: 70px;
  display: block;
}
.block .ccc:before {
  background: url("../images/logo-3c.png") no-repeat center center;
}
.block .kering:before {
  background: url("../images/logo-kering.jpg") no-repeat center center;
}
.block-login {
  position: relative;
  padding: 2rem;
  padding-left: 12rem;
}
.block-login, .block-login a {
  color: #767171;
}
.block-login h3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-family: "Montserrat";
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 300;
}
footer, footer a {
  font-size: 1.2rem;
}
footer {
  color: inherit;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
footer a {
  display: inline-block;
  font-weight: 500;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
footer a:hover {
  opacity: 0.5;
}
footer p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.panel-footer {
  border-top: 10px solid #f1e4db;
}
.list-logo {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-logo:first-child {
  padding-top: 2rem;
}
.list-logo:last-child {
  padding-bottom: 2rem;
}
.list-logo li {
  display: inline;
  font-size: 1.5rem;
}
.list-logo li + li:before {
  display: inline-block;
  content: '•';
  color: #000000;
  margin-left: 5px;
  margin-right: 5px;
}
.list-inline {
  margin: 0;
  padding: 2rem 0;
  list-style: none;
}
.list-inline li, .list-inline li a {
  color: #000000;
}
.list-inline li {
  padding: 1rem 0 1rem 1rem;
  display: inline-block;
}
.list-inline li a {
  border-right: 1px solid #000000;
  padding-right: 1rem;
}
.list-inline li:last-child a {
  border-right: 0 solid #000000;
  padding-right: 0;
}
.order-0 {
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -ms-flex-order: 3;
  order: 3;
}
@media screen and (min-width: 768px) {
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
}
.logo-small {
  max-width: 30px;
}
.ml-1 {
  margin-left: -10rem;
}
.mr-1 {
  margin-right: 1rem;
}
.mt-2 {
  margin-top: 2rem;
}
.mb-2 {
  margin-bottom: 2rem;
}
#navbarDropdown, #dropdown08 {
  padding-top: 6px;
  margin-left: 1rem;
  font-weight: bold;
  position: absolute;
  z-index: 1000;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
  font-size: 1.6rem !important;
}
/* 1280 - visualizzazione 1920 al 150%  */
@media (min-width: 1152px) and (max-width: 1919px) {
  .block-login {
    padding-left: 12rem;
  }
}
/*  1520 - visualizzazione 1920 al 125%  */
@media (min-width: 1520px) {
  .block-login {
    padding-left: 12rem;
  }
}
/*  1520 - visualizzazione 1920 al 100%  */
@media (min-width: 1920px) {
  .block-login {
    padding-left: 17rem;
  }
  .hero.care {
    background-position: 0 -469x;
  }
}