<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: "Gotham_Light";
  src: url("../fonts/GothamLight.eot");
  src: url("../fonts/GothamLight.eot") format("embedded-opentype"),
    url("../fonts/GothamLight.woff2") format("woff2"),
    url("../fonts/GothamLight.woff") format("woff"),
    url("../fonts/GothamLight.ttf") format("truetype"),
    url("../fonts/GothamLight.svg#GothamLight") format("svg");
}

:root {
  --WIDTH-PACK: 47px;
  --DURATION: 8s;
  --CLARINS-FONT: ClarinsRegular, Clarins;
  --GOTHAM-LIGHT: "Gotham_Light";
  --GOTHAM-BOOK: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book",
    Helvetica, Arial, sans-serif;
  --GOTHAM-MEDIUM: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  --COLOR-GOLD: #ccb089;
  --COLOR-CREAM: #fdfdfd;
  --COLOR-GREY: #cfcac9;
  --COLOR-RED: #b40024;
  --COLOR-LIGHT-PINK: #fcf1f6;
}

/*-----------------------------------*/
body,
html {
  overflow-x: hidden;
}

#main:not(.main-homepage) {
  padding-top: 0px;
}

#wrapper {
  max-width: unset;
}

.breadcrumb {
  display: none;
}

.primary-content {
  padding: 0;
}

footer {
  margin-top: 0px;
}

.teaser-precious-container {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
}

.teaser-precious-page {
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  z-index: 1;
  color: #333;
  font-family: var(--GOTHAM-BOOK);
  font-size: 14px;
  text-align: center;
  background-color: #000;
  padding-top: 0px;
}

@media (min-width: 1250px) {
  .teaser-precious-page {
    width: 2400px;
    max-width: 2400px;
    margin-left: -575px;
  }
}

/*------------------------------------------------*/

.teaser-precious-page button.newsletter-form-1-button,
input.teaser-precious-page__btn {
  position: relative;
  background-color: var(--COLOR-GOLD) !important;
  display: block;
  color: #000;
  padding: 14px 0px;
  text-decoration: none;
  font-size: var(--FONT-SIZE);
  line-height: 15px;
  font-family: var(--GOTHAM-MEDIUM);
  font-weight: normal;
  cursor: pointer;
  border: 1px solid var(--COLOR-GOLD);
  min-width: 122px;
  text-align: center;
  border-radius: 5px;
  height: 44px !important;
  box-sizing: border-box;
  text-transform: unset !important;
  letter-spacing: unset !important;
  margin: 0 auto;
  margin-top: 10px;
}

.teaser-precious-page button.newsletter-form-1-button {
  margin-top: 0px;
}

.teaser-precious-page button.newsletter-form-1-button:hover,
input.teaser-precious-page__btn:hover {
  opacity: 1;
}

.teaser-precious-page button.newsletter-form-1-button::after,
input.teaser-precious-page__btn::after {
  content: " ";
  display: block;
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border: #fff solid 2px;
  border-radius: 7px;
  opacity: 0;
  left: -2px;
  top: -2px;
  pointer-events: none;
  box-sizing: border-box;
}

.teaser-precious-page button.newsletter-form-1-button:active::after,
input.teaser-precious-page__btn:active::after {
  opacity: 1;
}



@media (max-width: 761px) {

  .teaser-precious-page button.newsletter-form-1-button,
  input.teaser-precious-page__btn {}
}



/*--------------------------------------------------------*/
.teaser-precious-header {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 1329px;
  margin: 0 auto;
  min-height: calc(100vh - 313px);
}

@media (max-width:1023px) {
  .teaser-precious-header {
    min-height: 0;
    /*calc(100vh - 50px);*/
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

}

/*@media (max-width:1023px) and (min-width:762px) {
  .teaser-precious-header {
    position: relative;
    display: flex;
    margin: 0 auto;
    min-height: calc(100vh - 50px);
  }
}*/


.teaser-precious-header__background {
  background-color: #000;
}

@media (max-width:761px) {
  .teaser-precious-header__background {
    height: 100vw;
    object-fit: cover;
    min-height: 132vw;
  }
}

.teaser-precious-header__title {
  margin: 0 !important;
  font-weight: normal;
  font-family: var(--GOTHAM-BOOK);
  font-size: 65px;
  text-transform: uppercase;
  line-height: 1.3em;
  color: #fff;
  position: absolute;
  top: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: center;
  letter-spacing: 0.15em;
}

@media (max-width:1023px) {
  .teaser-precious-header__title {
    font-size: 50px;
  }
}


@media (max-width:761px) {
  .teaser-precious-header__title {
    font-size: 6vw;
  }
}


/*--------------------------------------------------------*/
.teaser-precious-video {
  padding-top: 100px;
}

.teaser-precious-video__video {
  max-width: 1063px;
  width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
}

.teaser-precious-video__video::before {
  content: " ";
  padding-bottom: 56.444%;
  display: block;
  margin: 0 auto;
}

.teaser-precious-video__video video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}


.teaser-precious-video__text {
  font-size: 30px;
  line-height: 50px;
  font-family: var(--GOTHAM-LIGHT);
  color: #fff;
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 0 auto;
  max-width: 844px;
  margin-top: 50px;
  margin-bottom: 50px;
}


@media (max-width: 1023px) {
  .teaser-precious-video {
    padding-top: 0;

  }

  .teaser-precious-video__text {
    font-size: 16px;
    line-height: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
    display: block;
    padding: 0 20px;
  }
}

/*--------------------------------------------------------*/
.teaser-precious-register {
  position: relative;
  width: 100%;
  padding: 20px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-bottom: 200px;
}


.teaser-precious-register__content {
  margin: 0 auto;
  max-width: 844px;
  border-radius: 5px;
  background: #181818;
  box-sizing: border-box;
  padding: 50px;
  display: flex;
  flex-direction: column;
}

.teaser-precious-register__form {
  margin: 0;
  text-align: left;
}

.teaser-precious-register__success {
  display: none;
}

.teaser-precious-register__wrapper {
  position: relative;
  flex: 1;
  max-width: 624px;
  margin: 0 auto;
  margin-top: 40px;
}

*[data-success="1"] .teaser-precious-register__form {
  display: none;
}

*[data-success="1"] .teaser-precious-register__success {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  text-align: center;
  width: 100%;
  height: 100%;
}

.teaser-precious-register__title {
  color: #fff;
  font-family: var(--GOTHAM-BOOK);
  margin: 10px auto;
  font-size: 30px;
  font-weight: normal;
  flex-basis: 100%;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.teaser-precious-register__text {
  font-size: 18px;
  margin: 0 auto;
  color: var(--COLOR-GOLD);
  font-family: var(--GOTHAM-MEDIUM);
  line-height: 20px;
  padding-top: 10px;
}

.teaser-precious-register__content form label {
  display: block;
  line-height: 15px;
  font-weight: normal;
}

.teaser-precious-register__agenda {
  height: 44px;
  margin: 0 auto;
  margin-top: 10px;
  max-width: 624px;
  width: 100%;
}

.teaser-precious-register__add-to-calendar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: var(--GOTHAM-BOOK);
  font-size: 12px;
  text-decoration: none;
  color: #fff;
}

.teaser-precious-register__add-to-calendar:hover {
  color: var(--COLOR-GOLD)
}

.teaser-precious-register input[type="checkbox"] {
  position: absolute;
  opacity: 1;
  margin: 0;
  top: 8px;
  left: 0;
  width: 15px;
  height: 15px;
  vertical-align: middle;
}

.teaser-precious-register label {
  font-size: 11px;
  display: block;
  color: #333;
  text-align: left;
  float: none;
  line-height: 15px;
  position: relative;
}

.teaser-precious-register label+label {
  padding-left: 21px;
}

.teaser-precious-register input.email,
.teaser-precious-register input[type="email"] {
  margin: 0;
  border-radius: 5px;
  background-color: #000 !important;
  border: 1px solid #4b4b4b;
  width: 100%;
  color: #747474;
  margin: 0;
  height: 44px !important;
  box-sizing: border-box;
  font-size: 14px !important;
}

.teaser-precious-register .form-group input:focus {
  color: #fff;
}

.teaser-precious-register .form-group input:not(:focus) {
  color: #fff;
}

.teaser-precious-register .input-text.error,
.teaser-precious-register input[type=text].error {
  background: none;
  border: 2px solid var(--COLOR-GOLD);
  color: var(--COLOR-GOLD);
}

.teaser-precious-register .newsletter-form-wrapper {
  display: flex;
}

.teaser-precious-register .newsletter-form-1-container {
  padding: 10px 0 0;
  position: unset;
}

.teaser-precious-register .newsletter-form-wrapper .form-row {
  margin: 0;
}

.teaser-precious-register .newsletter-form-wrapper .subscribe {
  width: auto;
  padding: 0;
  display: block;
  position: absolute;
  bottom: -54px;
  right: 0;
}

.teaser-precious-register__content .newsletter-form-wrapper form label {
  top: 9px !important;
}

.teaser-precious-register .newsletter-form-wrapper .form-group input:focus~label,
.teaser-precious-register .newsletter-form-wrapper .form-group input.filled~label {
  font-size: 10px;
  transform: translateY(-185%);
  font-size: 11px;
  font-family: var(--GOTHAM-BOOK);
}

.teaser-precious-register .newsletter-form-wrapper .newsletter-form-1-container .email-field {
  width: 100%;
}

.teaser-precious-register .newsletter-form-wrapper span.error,
.teaser-precious-register .newsletter-form-wrapper label.error {
  color: var(--COLOR-GOLD);
  display: block;
  margin: 0;
  font-size: 11px;
  font-family: var(--GOTHAM-BOOK);
  padding-top: 5px;
}


.teaser-precious-register .legal-requirements {
  margin: 0 auto 10px;
  color: #8a8a8a;
  font-family: var(--GOTHAM-BOOK);
  font-size: 11px;
  text-align: left;
  line-height: 1.4em;
}


.teaser-precious-register__terms {
  margin: 0 auto 10px;
  color: #8a8a8a;
  font-family: var(--GOTHAM-BOOK);
  font-size: 11px;
  text-align: left;
  line-height: 1.4em;
}

.teaser-precious-register__terms p {
  margin: 5px 0;
  padding-top: 5px;
}

.teaser-precious-register__terms p:first-child {
  padding-top: 20px;
}

.teaser-precious-register .legal-requirements a {
  color: var(--COLOR-GOLD);
}

@media (max-width: 1023px) {
  .teaser-precious-register {
    width: 100%;
    display: block;
    padding-bottom: 60px;
  }

  .teaser-precious-register__wrapper {

    margin-top: 20px;
  }

  .teaser-precious-register__content {
    padding: 20px;
  }
}

/********************************************************/


#countDown-Wrapper {
  display: none;
  font-size: 0;
  z-index: 1;
  display: inline-block;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  left: 0;

}

@media (max-width:1023px) and (min-width:762px) {
  #countDown-Wrapper {
    bottom: 150px;
    width: 100%;
    z-index: 2;
    left: 0;
  }
}

@media screen and (max-width: 761px) {
  #countDown-Wrapper {
    transform: scale(0.6);
    transform-origin: bottom center;
    width: 580px;
    left: calc(50% - 290px);
    bottom: auto;
    top: calc(50% + 18vw);
  }
}

#countDown-Wrapper .countDown-Group {
  display: inline-block;
  font-size: 0;
  margin: 0px;
  position: relative;
  width: 123px;
  text-align: center;
  padding-bottom: 25px;
  height: 105px;
}

#countDown-Wrapper .countDown-Label {
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: var(--COLOR-GOLD);
  display: block;
  font-size: 20px;
  text-align: center;
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  line-height: 20px;
  padding-top: 10px;
}

#countDown-Wrapper .countDown-Digit {
  display: inline-block;
  height: 80px;
  overflow: hidden;
  width: 46px;
  position: relative;
  text-align: right;
  vertical-align: middle;
}

#countDown-Wrapper .countDown-Digit ul {
  display: block;
  margin: 0;
  padding: 0;
  font-family: var(--GOTHAM-LIGHT);
  font-size: 71px;
  position: absolute;
  top: 0;
  left: 0;
  transition: none;
  color: #fff;
}

#countDown-Wrapper .countDown-Digit.Anim ul {
  transition: top 0.5s ease-in-out;
}

#countDown-Wrapper .countDown-Digit ul li {
  display: block;
  height: 80px;
  line-height: 80px;
  text-align: center;
  margin-top: 0;
  margin: 0;
  padding: 0;
  border: 0px solid;
  max-width: none;
  width: 46px;
  box-sizing: content-box;
  float: none;
}





/***********MASTER ANALYSIS***********/
.teaser-precious-container {
  padding-bottom: 30px;
}

/*tablet portrait*/
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2){
  #countDown-Wrapper {
    bottom: 20px;
  }
}</pre></body></html>