@font-face {
  font-family: 'GTWalsheimVogue';
  src: url(./fonts/GT-Walsheim-Pro-Light.woff2) format("woff2"), url(./fonts/GT-Walsheim-Pro-Light.woff) format("woff");
}
@font-face {
  font-family: 'GTWalsheimVogue700';
  src: url(./fonts/GT-Walsheim-Pro-Bold.woff2) format("woff2"), url(./fonts/GT-Walsheim-Pro-Bold.woff) format("woff");
  font-weight: normal;
}
@font-face {
  font-family: 'DomaineDisplay';
  src: url(./fonts/DomaineDisplayWeb-Regular.woff2) format("woff2"), url(./fonts/DomaineDisplayWeb-Regular.woff) format("woff");
}
@font-face {
  font-family: 'DomaineDisplay';
  src: url(./fonts/DomaineDisplayWeb-RegularItalic.woff2) format("woff2"), url(./fonts/DomaineDisplayWeb-Italic.woff) format("woff");
  font-style: italic;
}
/* line 3, _scss/styles.scss */
body.design-vogue {
  font-family: Georgia, Times, "Times New Roman", serif;
  /* Smoothing */
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  /* breakpoints according to bootstrap 4 */
  /* Standard Teaser */
  /* Small Teaser */
  /* Social sharing buttons */
  /* Youtube - Responsive iframe */
}
/* line 2, _scss/_advertisement.scss */
body.design-vogue.reskin #reskin-wrapper {
  display: none;
  width: 100%;
  flex: 1 1 0;
}
@media (min-width: 1200px) {
  /* line 2, _scss/_advertisement.scss */
  body.design-vogue.reskin #reskin-wrapper {
    position: sticky;
    display: block;
    top: 0;
  }
}
@media (min-width: 1200px) {
  /* line 12, _scss/_advertisement.scss */
  body.design-vogue.reskin .reskinBackgroundImage {
    background-position: center top;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
  }
}
/* line 22, _scss/_advertisement.scss */
body.design-vogue.reskin .reskinLink {
  position: sticky;
  top: 0;
  display: block;
  z-index: 1000;
  width: 100%;
}
@media (min-width: 980px) {
  /* line 22, _scss/_advertisement.scss */
  body.design-vogue.reskin .reskinLink {
    height: 100vh;
  }
}
/* line 33, _scss/_advertisement.scss */
body.design-vogue.reskin .content-wrapper {
  max-width: 100%;
  width: 100%;
  height: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  /* line 33, _scss/_advertisement.scss */
  body.design-vogue.reskin .content-wrapper {
    max-width: 1020px;
    margin-top: calc(-1 * (100vh - 250px));
    background-color: #fff;
    z-index: 1001;
  }
}
/* line 49, _scss/_advertisement.scss */
body.design-vogue .sticky-ad {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  /* line 49, _scss/_advertisement.scss */
  body.design-vogue .sticky-ad {
    position: relative;
    top: 0;
    margin-bottom: 20px;
  }
}
/* line 61, _scss/_advertisement.scss */
body.design-vogue .advertisement-MH:not(:empty) {
  padding: 24px 0;
  background: #F2F2F2;
}
@media (max-width: 991px) {
  /* line 66, _scss/_advertisement.scss */
  body.design-vogue .advertisement-CA {
    margin-bottom: 40px;
    background-color: #eee;
    margin-left: -15px;
    margin-right: -15px;
  }
}
/* line 74, _scss/_advertisement.scss */
body.design-vogue #billboard-wrapper-top {
  padding-left: 0;
  padding-right: 0;
}
/* line 2, _scss/_teaser.scss */
body.design-vogue .card {
  border: 0;
  margin-bottom: 22px;
}
/* line 7, _scss/_teaser.scss */
body.design-vogue .card .card-body {
  margin-top: -28px;
  margin-left: 21px;
  background-color: #fff;
  position: relative;
}
/* line 13, _scss/_teaser.scss */
body.design-vogue .card .card-body .card-date {
  position: relative;
  font: 300 12px/20px GTWalsheimVogue, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
}
/* line 17, _scss/_teaser.scss */
body.design-vogue .card .card-body .card-date:before {
  content: "";
  width: 40px;
  height: 4px;
  display: block;
  background: #b89a6a;
  margin: 24px 0 6px;
  transition: background-color 0.15s ease-in 0s;
}
/* line 29, _scss/_teaser.scss */
body.design-vogue .card p.card-author,
body.design-vogue .card p.card-kicker {
  font-family: GTWalsheimVogue, Helvetica, sans;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 13px;
  margin-bottom: 7px;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  /* line 29, _scss/_teaser.scss */
  body.design-vogue .card p.card-author,
  body.design-vogue .card p.card-kicker {
    letter-spacing: 1.8px;
    line-height: 16px;
  }
}
/* line 44, _scss/_teaser.scss */
body.design-vogue .card h5.card-title {
  font-family: "DomaineDisplay";
  font-size: 22px;
  line-height: 28px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 44, _scss/_teaser.scss */
  body.design-vogue .card h5.card-title {
    font-size: 20px;
  }
}
/* line 54, _scss/_teaser.scss */
body.design-vogue .card .card-img-top {
  border-radius: 0;
  position: relative;
}
/* line 57, _scss/_teaser.scss */
body.design-vogue .card .card-img-top .sponsored-content {
  top: auto;
  bottom: 0;
}
/* line 63, _scss/_teaser.scss */
body.design-vogue .card .card-img-top:hover {
  background-color: red;
  background-blend-mode: multiply;
  transition: background-color 0.15s ease-in 0s;
}
/* line 68, _scss/_teaser.scss */
body.design-vogue .card .sponsored-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: -28px;
}
/* line 77, _scss/_teaser.scss */
body.design-vogue a:hover .card {
  color: #6c6e70 !important;
  text-decoration: none;
}
/* line 82, _scss/_teaser.scss */
body.design-vogue a:hover .card .card-date:before {
  background: #ee0000;
}
/* line 89, _scss/_teaser.scss */
body.design-vogue .row.small .card {
  color: #6C6E70;
  margin-left: -6px;
  margin-right: -6px;
  /*
      h5.card-title:after {
          content: "\2192";
          color: rgba(238, 0, 0, 0.8);
          padding-left: 5px;
      }
  */
}
/* line 95, _scss/_teaser.scss */
body.design-vogue .row.small .card .col-1, body.design-vogue .row.small .card .col-2, body.design-vogue .row.small .card .col-3, body.design-vogue .row.small .card .col-4, body.design-vogue .row.small .card .col-5, body.design-vogue .row.small .card .col-6, body.design-vogue .row.small .card .col-7, body.design-vogue .row.small .card .col-8, body.design-vogue .row.small .card .col-9, body.design-vogue .row.small .card .col-10, body.design-vogue .row.small .card .col-11, body.design-vogue .row.small .card .col-12, body.design-vogue .row.small .card .col, body.design-vogue .row.small .card .col-auto,
body.design-vogue .row.small .card .col-sm-1, body.design-vogue .row.small .card .col-sm-2, body.design-vogue .row.small .card .col-sm-3, body.design-vogue .row.small .card .col-sm-4, body.design-vogue .row.small .card .col-sm-5, body.design-vogue .row.small .card .col-sm-6, body.design-vogue .row.small .card .col-sm-7, body.design-vogue .row.small .card .col-sm-8, body.design-vogue .row.small .card .col-sm-9, body.design-vogue .row.small .card .col-sm-10, body.design-vogue .row.small .card .col-sm-11, body.design-vogue .row.small .card .col-sm-12, body.design-vogue .row.small .card .col-sm, body.design-vogue .row.small .card .col-sm-auto,
body.design-vogue .row.small .card .col-md-1, body.design-vogue .row.small .card .col-md-2, body.design-vogue .row.small .card .col-md-3, body.design-vogue .row.small .card .col-md-4, body.design-vogue .row.small .card .col-md-5, body.design-vogue .row.small .card .col-md-6, body.design-vogue .row.small .card .col-md-7, body.design-vogue .row.small .card .col-md-8, body.design-vogue .row.small .card .col-md-9, body.design-vogue .row.small .card .col-md-10, body.design-vogue .row.small .card .col-md-11, body.design-vogue .row.small .card .col-md-12, body.design-vogue .row.small .card .col-md, body.design-vogue .row.small .card .col-md-auto,
body.design-vogue .row.small .card .col-lg-1, body.design-vogue .row.small .card .col-lg-2, body.design-vogue .row.small .card .col-lg-3, body.design-vogue .row.small .card .col-lg-4, body.design-vogue .row.small .card .col-lg-5, body.design-vogue .row.small .card .col-lg-6, body.design-vogue .row.small .card .col-lg-7, body.design-vogue .row.small .card .col-lg-8, body.design-vogue .row.small .card .col-lg-9, body.design-vogue .row.small .card .col-lg-10, body.design-vogue .row.small .card .col-lg-11, body.design-vogue .row.small .card .col-lg-12, body.design-vogue .row.small .card .col-lg, body.design-vogue .row.small .card .col-lg-auto,
body.design-vogue .row.small .card .col-xl-1, body.design-vogue .row.small .card .col-xl-2, body.design-vogue .row.small .card .col-xl-3, body.design-vogue .row.small .card .col-xl-4, body.design-vogue .row.small .card .col-xl-5, body.design-vogue .row.small .card .col-xl-6, body.design-vogue .row.small .card .col-xl-7, body.design-vogue .row.small .card .col-xl-8, body.design-vogue .row.small .card .col-xl-9, body.design-vogue .row.small .card .col-xl-10, body.design-vogue .row.small .card .col-xl-11, body.design-vogue .row.small .card .col-xl-12, body.design-vogue .row.small .card .col-xl, body.design-vogue .row.small .card .col-xl-auto {
  padding-left: 6px;
  padding-right: 6px;
}
/* line 104, _scss/_teaser.scss */
body.design-vogue .row.small .card .card-body {
  margin-top: 0px;
  margin-left: 0px;
  padding: 12px 0px;
}
/* line 110, _scss/_teaser.scss */
body.design-vogue .row.small .card .card-img-top {
  padding-bottom: 66%;
  background-size: cover;
}
/* line 115, _scss/_teaser.scss */
body.design-vogue .row.small .card h5.card-title {
  font-family: "DomaineDisplay";
  font-size: 14px;
  letter-spacing: 2.1px;
  line-height: 18px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 115, _scss/_teaser.scss */
  body.design-vogue .row.small .card h5.card-title {
    font-size: 10px;
  }
}
@media (max-width: 575px) {
  /* line 135, _scss/_teaser.scss */
  body.design-vogue .col-lg-3.col-sm-6.col-12 .card,
  body.design-vogue .col-md-3.col-sm-6.col-12 .card,
  body.design-vogue .col-sm-6.col-12 .card {
    flex-direction: row;
    border-bottom: 1px solid #caccce;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  /* line 145, _scss/_teaser.scss */
  body.design-vogue .col-lg-3.col-sm-6.col-12 .card .card-body,
  body.design-vogue .col-md-3.col-sm-6.col-12 .card .card-body,
  body.design-vogue .col-sm-6.col-12 .card .card-body {
    width: 65%;
    float: left;
    margin-top: -16px;
    margin-left: 0;
    padding: 16px;
  }
}
@media (min-width: 576px) {
  /* line 154, _scss/_teaser.scss */
  body.design-vogue .col-lg-3.col-sm-6.col-12 .card .card-body .sponsored-content,
  body.design-vogue .col-md-3.col-sm-6.col-12 .card .card-body .sponsored-content,
  body.design-vogue .col-sm-6.col-12 .card .card-body .sponsored-content {
    display: block;
    bottom: auto;
    top: -28px;
  }
}
@media (max-width: 575px) {
  /* line 161, _scss/_teaser.scss */
  body.design-vogue .col-lg-3.col-sm-6.col-12 .card h5.card-title,
  body.design-vogue .col-md-3.col-sm-6.col-12 .card h5.card-title,
  body.design-vogue .col-sm-6.col-12 .card h5.card-title {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 575px) {
  /* line 168, _scss/_teaser.scss */
  body.design-vogue .col-lg-3.col-sm-6.col-12 .card .card-img-top,
  body.design-vogue .col-md-3.col-sm-6.col-12 .card .card-img-top,
  body.design-vogue .col-sm-6.col-12 .card .card-img-top {
    width: 35%;
    height: 100%;
    padding-bottom: 0 !important;
    float: left;
  }
  /* line 174, _scss/_teaser.scss */
  body.design-vogue .col-lg-3.col-sm-6.col-12 .card .card-img-top :after,
  body.design-vogue .col-md-3.col-sm-6.col-12 .card .card-img-top :after,
  body.design-vogue .col-sm-6.col-12 .card .card-img-top :after {
    padding-bottom: 35% !important;
  }
}
/* line 178, _scss/_teaser.scss */
body.design-vogue .col-lg-3.col-sm-6.col-12 .card .card-img-top .sponsored-content,
body.design-vogue .col-md-3.col-sm-6.col-12 .card .card-img-top .sponsored-content,
body.design-vogue .col-sm-6.col-12 .card .card-img-top .sponsored-content {
  top: auto;
  bottom: 0;
}
@media (max-width: 575px) {
  /* line 183, _scss/_teaser.scss */
  body.design-vogue .col-lg-3.col-sm-6.col-12 .card .sponsored-content,
  body.design-vogue .col-md-3.col-sm-6.col-12 .card .sponsored-content,
  body.design-vogue .col-sm-6.col-12 .card .sponsored-content {
    font-size: 12px;
    line-height: 22px;
    height: 22px;
  }
}
/* line 193, _scss/_teaser.scss */
body.design-vogue .top-highlight .card {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  /* line 193, _scss/_teaser.scss */
  body.design-vogue .top-highlight .card {
    margin-bottom: 66px;
  }
}
/* line 199, _scss/_teaser.scss */
body.design-vogue .top-highlight .card-body {
  margin: 0;
  padding-left: calc(16.667% + 40px);
  padding-bottom: 0;
}
/* line 203, _scss/_teaser.scss */
body.design-vogue .top-highlight .card-body:before {
  content: '';
  display: block;
  height: 100%;
  width: 1px;
  position: absolute;
  left: 16.667%;
  background: #000;
  top: 0;
}
/* line 214, _scss/_teaser.scss */
body.design-vogue .top-highlight h5.card-title {
  font-size: 48px;
  line-height: 54px;
  font-style: italic;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  /* line 214, _scss/_teaser.scss */
  body.design-vogue .top-highlight h5.card-title {
    font-size: 32px;
    line-height: 36px;
  }
}
/* line 224, _scss/_teaser.scss */
body.design-vogue .top-highlight .ctaButton {
  padding: 10px 30px;
}
/* line 229, _scss/_teaser.scss */
body.design-vogue .newsletter-box {
  border-radius: 0;
  padding-bottom: 32px;
}
/* line 232, _scss/_teaser.scss */
body.design-vogue .newsletter-box > div {
  border-left: 1px solid #000;
  padding-left: 35px;
}
/* line 237, _scss/_teaser.scss */
body.design-vogue .newsletter-box h5 {
  font: 48px/54px DomaineDisplay, Times, "Times New Roman", serif;
}
/* line 240, _scss/_teaser.scss */
body.design-vogue .newsletter-box p {
  font-family: GTWalsheimVogue, Helvetica, sans;
}
/* line 3, _scss/_global.scss */
body.design-vogue .img-fill {
  display: block;
  height: auto;
  width: 100%;
}
/* line 9, _scss/_global.scss */
body.design-vogue .card {
  margin-bottom: 30px;
}
/* line 13, _scss/_global.scss */
body.design-vogue h1, body.design-vogue h2 {
  margin-top: 30px;
  margin-bottom: 20px;
}
/* line 18, _scss/_global.scss */
body.design-vogue .row.separator {
  margin-bottom: 32px;
}
/* line 24, _scss/_global.scss */
body.design-vogue .share-icons ul {
  padding: 0;
  margin: 15px 0 0 0;
  list-style: none;
}
/* line 29, _scss/_global.scss */
body.design-vogue .share-icons ul li {
  display: inline;
}
/* line 32, _scss/_global.scss */
body.design-vogue .share-icons ul li a {
  display: inline-block;
  font-size: 1.5rem;
  padding: 5px;
}
/* line 41, _scss/_global.scss */
body.design-vogue .fb-send-to-messenger {
  margin: 40px 0 10px;
}
/* line 45, _scss/_global.scss */
body.design-vogue hr {
  margin-bottom: 45px;
}
/* line 49, _scss/_global.scss */
body.design-vogue summary {
  display: block;
  cursor: default;
}
/* line 54, _scss/_global.scss */
body.design-vogue .hyphenate {
  hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
}
/* line 61, _scss/_global.scss */
body.design-vogue .bcvideo-player-wrapper,
body.design-vogue section.embed {
  margin-bottom: 40px;
}
/* line 66, _scss/_global.scss */
body.design-vogue .navbar-level-2 {
  border-top: 1px solid #f2f2f2;
  padding-top: 20px;
}
/* line 70, _scss/_global.scss */
body.design-vogue .navbar-level-2 .inner {
  margin: 0 auto;
}
/* line 74, _scss/_global.scss */
body.design-vogue .navbar-level-2 .inner a.nav-link.active {
  box-shadow: #ee0000 0px -4px 0px inset;
}
/* line 78, _scss/_global.scss */
body.design-vogue .card .card-img-top:after {
  border-radius: 0;
  transition: filter 0.15s ease-in 0s;
  padding-bottom: 66.6%;
  position: relative;
  display: block;
  content: '';
}
/* line 86, _scss/_global.scss */
body.design-vogue .row.small .card .card-img-top:after {
  padding-bottom: 66% !important;
}
/* line 89, _scss/_global.scss */
body.design-vogue .row.small .card .card-img-top,
body.design-vogue .card .card-img-top {
  padding-bottom: 0;
  background-size: cover;
  background-position: center;
}
/* line 96, _scss/_global.scss */
body.design-vogue h1, body.design-vogue h2, body.design-vogue h3, body.design-vogue h4, body.design-vogue h5, body.design-vogue h6 {
  font-family: DomaineDisplay, Times, "Times New Roman", serif;
}
/* line 100, _scss/_global.scss */
body.design-vogue a {
  color: inherit;
  text-decoration: none;
}
/* line 104, _scss/_global.scss */
body.design-vogue a:hover {
  color: #ee0000;
}
/* line 109, _scss/_global.scss */
body.design-vogue p a {
  border-bottom: 1px solid #ee0000;
}
/* line 113, _scss/_global.scss */
body.design-vogue h1, body.design-vogue h2 {
  font-size: 48px;
  line-height: 62px;
  text-align: center;
  margin-top: 34px;
  margin-bottom: 32px;
}
@media (max-width: 575px) {
  /* line 113, _scss/_global.scss */
  body.design-vogue h1, body.design-vogue h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
/* line 125, _scss/_global.scss */
body.design-vogue form .ctaButton {
  padding: 15px 30px;
}
/* line 128, _scss/_global.scss */
body.design-vogue .ctaButton {
  background-color: #ee0000;
  padding: 11px 20px;
  display: inline-block;
  font: 12px/16px GTWalsheimVogue700, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  letter-spacing: .9px;
  text-transform: uppercase;
  border: none;
}
/* line 137, _scss/_global.scss */
body.design-vogue .ctaButton:hover {
  color: #fff;
  background-color: #2d2e2f;
  border-bottom: none;
}
/* line 142, _scss/_global.scss */
body.design-vogue .ctaButton:focus {
  outline: none;
}
/* line 147, _scss/_global.scss */
body.design-vogue .share-icons {
  padding-top: 10px;
  margin-bottom: 70px;
  /* Changed from design (88px) in agreement with caro */
  text-align: center;
}
/* line 153, _scss/_global.scss */
body.design-vogue .share-icons ul li a {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  border: 1px solid #caccce;
  text-align: center;
  font-size: 1.3rem;
  padding: 7px;
}
/* line 161, _scss/_global.scss */
body.design-vogue .share-icons ul li a:hover {
  border-color: #ee0000;
}
@media (max-width: 460px) {
  /* line 165, _scss/_global.scss */
  body.design-vogue .share-icons ul li a .fab:before {
    position: relative;
    top: 2px;
  }
}
/* line 173, _scss/_global.scss */
body.design-vogue .fb-send-to-messenger {
  margin: 2.1rem 0 1rem;
}
/* line 176, _scss/_global.scss */
body.design-vogue .fb_messenger_disclaimer {
  font-family: "GTWalsheimVogue", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #4a4a4a;
  margin-bottom: 1rem;
}
/* line 184, _scss/_global.scss */
body.design-vogue hr {
  border-top: 1px solid #979797;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 1200px) {
  /* line 190, _scss/_global.scss */
  body.design-vogue .container.content-header {
    max-width: 1400px;
    /* Vogue max contaienr width differs from bootstrap and looks especialy bad on the content header area */
  }
}
@media (max-width: 575px) {
  /* line 198, _scss/_global.scss */
  body.design-vogue .container.content-footer h2 {
    margin-top: -8px;
    margin-bottom: 27px;
  }
}
/* line 207, _scss/_global.scss */
body.design-vogue .four-teasers.recommendation h2 {
  font: 64px/64px DomaineDisplay, Times, "Times New Roman", serif;
  text-align: left;
  padding-top: 10px;
  padding-right: 125px;
  margin-top: 0;
  margin-bottom: 50px;
  border-top: 8px solid #000;
  display: inline-block;
}
@media (max-width: 575px) {
  /* line 218, _scss/_global.scss */
  body.design-vogue .four-teasers.recommendation h2 {
    font-size: 32px;
    line-height: 40px;
    display: block;
    padding-right: 0;
  }
}
/* line 226, _scss/_global.scss */
body.design-vogue .four-teasers h3, body.design-vogue .four-teasers h1 {
  font-size: 48px;
  line-height: 54px;
  margin: 40px 0;
  text-align: center;
}
@media (max-width: 575px) {
  /* line 226, _scss/_global.scss */
  body.design-vogue .four-teasers h3, body.design-vogue .four-teasers h1 {
    font-size: 40px;
    line-height: 44px;
  }
}
@media (max-width: 575px) {
  /* line 240, _scss/_global.scss */
  body.design-vogue .top-highlight .card .card-img-top {
    margin-left: -15px;
    margin-right: -15px;
    width: calc( 100% + 30px );
  }
  /* line 245, _scss/_global.scss */
  body.design-vogue .top-highlight .card-body {
    margin-left: -16px;
    padding-left: calc(15px + 30px);
    width: calc( 100% + 16px );
  }
  /* line 249, _scss/_global.scss */
  body.design-vogue .top-highlight .card-body:before {
    left: 15px;
  }
  /* line 254, _scss/_global.scss */
  body.design-vogue .four-teasers h5 {
    font-size: 32px;
    line-height: 36px;
  }
}
/* line 260, _scss/_global.scss */
body.design-vogue .backlink {
  padding-left: 66px;
  font-family: "GTWalsheimVogue", Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  display: inline-block;
  position: relative;
  top: -20px;
  margin-bottom: 20px;
}
/* line 269, _scss/_global.scss */
body.design-vogue .backlink:before {
  content: '';
  background: #ee0000 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABEUlEQVQ4jZWTsUpDQRRE7ywSLIKFiFiIhYWFpdjoF1iJX5HCVhB/wtKveGVqSdqAlRZ+QFBLCxHUJHMsskJ84fnWu91eZnbmzl4RRFthtiVtRMR9KPy72XJsb9mugEfgoN5vA68DfWDGvCrbK2UEsAZc28Y2wAtwUqYAuhn8mcFPwBmQWglsd4BL4D3LfrXda1JaByegZ/stvzwBzoFOE0FaTERSAo4iopuvPiJiGIqv5oyX/e/aHtieZRUD2/tFFhas7AEj4CeBW9s7xQRZyTHwkGOcABWwWU4wJzm0Pc4qsH1T/0ipcTgREYo7SReSniNiKmks6X+7kGdyClzZXq33RBRtY5KUQjFdEllC8Fd9A/Rr208xd9vbAAAAAElFTkSuQmCC") no-repeat 15px 16px;
  border-radius: 100%;
  height: 46px;
  width: 46px;
  position: absolute;
  top: -12px;
  left: 5px;
  display: block;
}
/* line 280, _scss/_global.scss */
body.design-vogue .backlink:hover {
  background: none;
  border: none;
}
/* line 285, _scss/_global.scss */
body.design-vogue .border-wrapper {
  border-top: 1px solid #000;
}
/* line 2, _scss/_layernavigation.scss */
body.design-vogue.bodyNoScroll {
  overflow: hidden;
  height: 100vh;
}
/* line 6, _scss/_layernavigation.scss */
body.design-vogue #overlay-mainnav {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  background-color: #2a2727;
  color: #fff;
}
/* line 17, _scss/_layernavigation.scss */
body.design-vogue #overlay-mainnav .navLogo {
  width: 100%;
  height: 340px;
  margin-top: -315px;
  position: fixed;
  top: 100%;
}
@media (min-width: 600px) {
  /* line 17, _scss/_layernavigation.scss */
  body.design-vogue #overlay-mainnav .navLogo {
    height: 340px;
    margin-top: -315px;
  }
}
@media (min-width: 980px) {
  /* line 17, _scss/_layernavigation.scss */
  body.design-vogue #overlay-mainnav .navLogo {
    height: 340px;
    margin-top: -315px;
    top: 100%;
    bottom: auto;
  }
}
@media (min-width: 1200px) {
  /* line 17, _scss/_layernavigation.scss */
  body.design-vogue #overlay-mainnav .navLogo {
    height: 340px;
    margin-top: -315px;
    top: 100%;
  }
}
@media (min-width: 1400px) {
  /* line 17, _scss/_layernavigation.scss */
  body.design-vogue #overlay-mainnav .navLogo {
    height: 30.5vw;
    margin-top: -25vw;
    min-width: 1400px;
  }
}
/* line 46, _scss/_layernavigation.scss */
body.design-vogue #overlay-mainnav .navLogo svg {
  height: calc(100% + 24px);
  margin-top: -12px;
  margin-bottom: -12px;
  margin-left: -35px;
}
@media (min-width: 600px) {
  /* line 46, _scss/_layernavigation.scss */
  body.design-vogue #overlay-mainnav .navLogo svg {
    margin-left: -35px;
  }
}
@media (min-width: 980px) {
  /* line 46, _scss/_layernavigation.scss */
  body.design-vogue #overlay-mainnav .navLogo svg {
    margin-left: -35px;
  }
}
@media (min-width: 1200px) {
  /* line 46, _scss/_layernavigation.scss */
  body.design-vogue #overlay-mainnav .navLogo svg {
    margin-left: -35px;
  }
}
@media (min-width: 1400px) {
  /* line 46, _scss/_layernavigation.scss */
  body.design-vogue #overlay-mainnav .navLogo svg {
    height: 30.5vw;
    margin-left: -8vw;
  }
}
/* line 67, _scss/_layernavigation.scss */
body.design-vogue #overlay-mainnav .navContent {
  position: absolute;
  z-index: 1;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 100%;
  overflow-y: scroll;
  padding: 40px 0px 32px;
}
@media (min-width: 600px) {
  /* line 67, _scss/_layernavigation.scss */
  body.design-vogue #overlay-mainnav .navContent {
    padding-top: 72px;
    padding-bottom: 48px;
  }
}
@media (min-width: 980px) {
  /* line 67, _scss/_layernavigation.scss */
  body.design-vogue #overlay-mainnav .navContent {
    padding-top: 88px;
  }
}
@media (min-width: 1200px) {
  /* line 67, _scss/_layernavigation.scss */
  body.design-vogue #overlay-mainnav .navContent {
    padding-top: 112px;
  }
}
@media (min-width: 1400px) {
  /* line 67, _scss/_layernavigation.scss */
  body.design-vogue #overlay-mainnav .navContent {
    padding-top: 128px;
  }
}
/* line 92, _scss/_layernavigation.scss */
body.design-vogue #overlay-mainnav .navContent .section-hl {
  list-style-type: none;
  font-family: GTWalsheimVogue700, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-feature-settings: normal;
  line-break: auto;
  font-weight: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #caccce;
  font-size: 12px;
  display: inline;
  text-decoration: none;
  margin: 21px 0 0 0;
}
/* line 107, _scss/_layernavigation.scss */
body.design-vogue #overlay-mainnav .navCloseTrigger {
  position: fixed;
  z-index: 1000;
  height: 56px;
  width: 56px;
  bottom: 10px;
  top: 24px;
  right: 24px;
  cursor: pointer;
  background: #ee0000;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  border-color: #ee0000;
  border-image: initial;
  text-align: center;
}
/* line 123, _scss/_layernavigation.scss */
body.design-vogue #overlay-mainnav .navCloseTrigger svg {
  margin-top: 1px;
}
/* line 127, _scss/_layernavigation.scss */
body.design-vogue .nav-toggler {
  position: absolute;
  right: -16px;
  top: 1px;
  height: 51px;
  width: 54px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
}
/* line 136, _scss/_layernavigation.scss */
body.design-vogue .nav-toggler .navbar-toggler {
  display: block;
  margin-top: 6px;
}
/* line 139, _scss/_layernavigation.scss */
body.design-vogue .nav-toggler .navbar-toggler:hover {
  background-color: #ee0000;
  border-radius: 0;
  padding: 12px 12px 11px 12px;
  margin-top: -2px;
}
/* line 140, _scss/_layernavigation.scss */
body.design-vogue .nav-toggler .navbar-toggler:hover .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
/* line 150, _scss/_layernavigation.scss */
body.design-vogue .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
/* line 154, _scss/_layernavigation.scss */
body.design-vogue #vogue-header #overlay-mainnav li.nav-item.abo-link {
  display: none;
}
/* line 158, _scss/_layernavigation.scss */
body.design-vogue #vogue-header #overlay-mainnav li.nav-item a.nav-link {
  font-family: DomaineDisplay, Georgia, serif;
  font-size: 40px;
  line-height: calc(1em + 8px);
  color: white;
  padding: 8px 0 0;
  text-transform: none;
  margin-right: 0;
  letter-spacing: normal;
}
@media (min-width: 1200px) {
  /* line 158, _scss/_layernavigation.scss */
  body.design-vogue #vogue-header #overlay-mainnav li.nav-item a.nav-link {
    font-size: 48px;
  }
}
/* line 171, _scss/_layernavigation.scss */
body.design-vogue #vogue-header #overlay-mainnav .small li.nav-item a.nav-link {
  font-family: GTWalsheimVogue700, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 40px;
  color: white;
  padding: 0 0 1.6px;
  letter-spacing: 2px;
}
/* line 180, _scss/_layernavigation.scss */
body.design-vogue #vogue-header #overlay-mainnav .small li.nav-item.external a.nav-link:after {
  content: "\f054";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  position: relative;
  margin-left: 4px;
  top: 0px;
  font-size: 11px;
  transition: all .1s linear;
}
/* line 190, _scss/_layernavigation.scss */
body.design-vogue #vogue-header #overlay-mainnav .small li.nav-item.external:hover a.nav-link:after {
  margin-left: 8px;
  transition: all .1s linear;
}
/* line 194, _scss/_layernavigation.scss */
body.design-vogue #vogue-header #overlay-mainnav .small.markets li.nav-item a.nav-link {
  line-height: 32px;
}
/* line 197, _scss/_layernavigation.scss */
body.design-vogue #vogue-header #overlay-mainnav .small.markets li.nav-item a.nav-link.active {
  opacity: 0.7;
  pointer-events: none;
}
/* line 201, _scss/_layernavigation.scss */
body.design-vogue #vogue-header #overlay-mainnav .small.markets li.nav-item a.nav-link.active i {
  display: none;
}
/* line 205, _scss/_layernavigation.scss */
body.design-vogue #vogue-header #overlay-mainnav li.nav-item.active a.nav-link {
  box-shadow: none;
}
/* line 208, _scss/_layernavigation.scss */
body.design-vogue #vogue-header #overlay-mainnav li.nav-item a.nav-link:hover {
  color: #ee0000;
}
/* line 212, _scss/_layernavigation.scss */
body.design-vogue #vogue-header #overlay-mainnav .small {
  letter-spacing: 2px;
  margin-top: 10px;
}
/* line 219, _scss/_layernavigation.scss */
body.design-vogue #vogue-header #overlay-mainnav .nav-item.seperator:after,
body.design-vogue #vogue-header #overlay-mainnav .nav-item.lastElement:after {
  content: "";
  width: 40px;
  height: 4px;
  display: block;
  background: #b89a6a;
  margin-bottom: 40px;
  position: relative;
  top: 30px;
}
/* line 231, _scss/_layernavigation.scss */
body.design-vogue #vogue-header #overlay-mainnav .nav-item.lastElement:after {
  top: 8px;
}
/* line 236, _scss/_layernavigation.scss */
body.design-vogue #vogue-header #overlay-mainnav .markets .nav-link .fa-chevron-right {
  position: relative;
  margin-left: 4px;
  top: 0px;
  font-size: 11px;
  transition: all .1s linear;
}
/* line 244, _scss/_layernavigation.scss */
body.design-vogue #vogue-header #overlay-mainnav .markets .nav-link:hover .fa-chevron-right {
  margin-left: 8px;
  transition: all .1s linear;
}
/* line 249, _scss/_layernavigation.scss */
body.design-vogue #vogue-header #overlay-mainnav .navbar-nav.mr-auto.large {
  margin-bottom: 50px;
}
/* line 253, _scss/_layernavigation.scss */
body.design-vogue #vogue-header #overlay-mainnav .socialContainer .social li.nav-item a.nav-link {
  font-size: 16px;
  border: 1px solid #fff;
  border-radius: 23px;
  height: 46px;
  width: 46px;
  text-align: center;
  padding-top: 10px;
  margin: 6px;
}
/* line 262, _scss/_layernavigation.scss */
body.design-vogue #vogue-header #overlay-mainnav .socialContainer .social li.nav-item a.nav-link:hover {
  border-color: #ee0000;
}
/* line 264, _scss/_layernavigation.scss */
body.design-vogue #vogue-header #overlay-mainnav .socialContainer .social li.nav-item a.nav-link:hover i {
  color: #ee0000;
}
/* line 270, _scss/_layernavigation.scss */
body.design-vogue #vogue-header #overlay-mainnav .navContent .socialContainer {
  margin: 10px 0 30px;
}
/* line 273, _scss/_layernavigation.scss */
body.design-vogue #vogue-header #overlay-mainnav .navContent .socialContainer .social-hl {
  list-style-type: none;
  font-family: GTWalsheimVogue700, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-feature-settings: normal;
  line-break: auto;
  font-weight: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: white;
  font-size: 12px;
  display: inline;
  text-decoration: none;
  margin: 11px 0 0 0;
}
/* line 287, _scss/_layernavigation.scss */
body.design-vogue #vogue-header #overlay-mainnav .navContent .socialContainer navbar {
  margin-left: -6px;
}
/* line 1, _scss/_frame.scss */
body.design-vogue #vogue-header,
body.design-vogue #vogue-footer {
  -webkit-font-smoothing: antialiased;
}
/* line 6, _scss/_frame.scss */
body.design-vogue #vogue-header .vogue-container,
body.design-vogue #vogue-footer .vogue-container {
  max-width: 1400px;
  margin-right: 5vw;
  margin-left: 5vw;
}
@media (min-width: 1540px) {
  /* line 6, _scss/_frame.scss */
  body.design-vogue #vogue-header .vogue-container,
  body.design-vogue #vogue-footer .vogue-container {
    margin-right: auto;
    margin-left: auto;
  }
}
/* line 18, _scss/_frame.scss */
body.design-vogue #vogue-header {
  border-top: 6px solid #000;
  margin-bottom: 0px;
}
@media (min-width: 600px) {
  /* line 18, _scss/_frame.scss */
  body.design-vogue #vogue-header {
    border-top-width: 8px;
  }
}
@media (min-width: 980px) {
  /* line 18, _scss/_frame.scss */
  body.design-vogue #vogue-header {
    border-top-width: 16px;
  }
}
/* line 31, _scss/_frame.scss */
body.design-vogue #vogue-header .navbar-wrapper {
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #caccce;
}
/* line 36, _scss/_frame.scss */
body.design-vogue #vogue-header .navbar-toggler {
  color: #000;
  border: 0;
  outline: none;
  margin-right: -5vw;
}
/* line 43, _scss/_frame.scss */
body.design-vogue #vogue-header .vogue-container {
  padding-top: 8px;
}
@media (min-width: 600px) {
  /* line 43, _scss/_frame.scss */
  body.design-vogue #vogue-header .vogue-container {
    padding-top: 36px;
  }
}
@media (min-width: 980px) {
  /* line 43, _scss/_frame.scss */
  body.design-vogue #vogue-header .vogue-container {
    padding-top: 64px;
  }
}
/* line 54, _scss/_frame.scss */
body.design-vogue #vogue-header .logo {
  padding-bottom: 10px;
}
/* line 57, _scss/_frame.scss */
body.design-vogue #vogue-header .logo img {
  max-width: 120px;
}
@media (min-width: 360px) {
  /* line 57, _scss/_frame.scss */
  body.design-vogue #vogue-header .logo img {
    max-width: 144px;
  }
}
@media (min-width: 600px) {
  /* line 57, _scss/_frame.scss */
  body.design-vogue #vogue-header .logo img {
    max-width: 212px;
  }
}
@media (min-width: 980px) {
  /* line 57, _scss/_frame.scss */
  body.design-vogue #vogue-header .logo img {
    max-width: 284px;
    margin-left: -8px;
  }
}
/* line 73, _scss/_frame.scss */
body.design-vogue #vogue-header .navbar {
  padding: 0;
}
/* line 78, _scss/_frame.scss */
body.design-vogue #vogue-header li.nav-item a.nav-link {
  color: #2d2e2f;
  text-transform: uppercase;
  letter-spacing: 2px;
  font: 500 12px/20px GTWalsheimVogue700, "Helvetica Neue", Helvetica, Arial, sans-serif;
  transition: color 0.15s ease-in;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 0;
  padding-left: 0;
  margin-right: 2rem;
}
/* line 92, _scss/_frame.scss */
body.design-vogue #vogue-header li.nav-item a.nav-link:hover {
  color: red;
}
/* line 98, _scss/_frame.scss */
body.design-vogue #vogue-header li.nav-item.active a.nav-link {
  box-shadow: #ee0000 0px -4px 0px inset;
}
/* line 100, _scss/_frame.scss */
body.design-vogue #vogue-header li.nav-item.active a.nav-link:hover {
  color: #2d2e2f;
}
@media (min-width: 992px) {
  /* line 106, _scss/_frame.scss */
  body.design-vogue #vogue-header li.nav-item.abo-link {
    border-left: 1px solid #f2f2f2;
    padding-left: 16px;
    margin-left: 16px;
    display: block;
    position: absolute;
    right: 16px;
  }
}
/* line 122, _scss/_frame.scss */
body.design-vogue #vogue-footer {
  padding-top: 56px;
  padding-bottom: 32px;
  background-color: #2d2e2f;
}
/* line 127, _scss/_frame.scss */
body.design-vogue #vogue-footer .logo {
  background: #242526;
  margin-bottom: 24px;
}
/* line 132, _scss/_frame.scss */
body.design-vogue #vogue-footer .logo .vogue-container {
  position: relative;
}
@media (min-width: 1400px) {
  /* line 132, _scss/_frame.scss */
  body.design-vogue #vogue-footer .logo .vogue-container {
    overflow: hidden;
  }
  /* line 138, _scss/_frame.scss */
  body.design-vogue #vogue-footer .logo .vogue-container {
    height: 200px;
  }
  /* line 141, _scss/_frame.scss */
  body.design-vogue #vogue-footer .logo .vogue-container svg {
    height: 250px;
    margin-top: -12px;
    margin-bottom: -12px;
  }
}
/* line 152, _scss/_frame.scss */
body.design-vogue #vogue-footer .social {
  position: absolute;
  top: calc(50% - 44px);
  right: calc(50% - 161px);
}
@media (min-width: 1400px) {
  /* line 152, _scss/_frame.scss */
  body.design-vogue #vogue-footer .social {
    right: 0;
  }
}
/* line 163, _scss/_frame.scss */
body.design-vogue #vogue-footer .social li.nav-item a.nav-link {
  font-size: 16px;
  border: 1px solid #fff;
  border-radius: 23px;
  height: 46px;
  width: 46px;
  text-align: center;
  padding-top: 10px;
  margin: 6px;
}
/* line 177, _scss/_frame.scss */
body.design-vogue #vogue-footer .cn-logo {
  margin-bottom: 11px;
}
/* line 181, _scss/_frame.scss */
body.design-vogue #vogue-footer #vogue-footernav {
  margin-bottom: 20px;
}
/* line 185, _scss/_frame.scss */
body.design-vogue #vogue-footer #vogue-footernav li.nav-item a.nav-link {
  color: #fff;
  font: 500 12px/20px GTWalsheimVogue, "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 3px 1rem;
}
/* line 190, _scss/_frame.scss */
body.design-vogue #vogue-footer #vogue-footernav li.nav-item a.nav-link:hover {
  color: #9c9ea0;
}
/* line 197, _scss/_frame.scss */
body.design-vogue #vogue-footer .copyright {
  color: #caccce;
  font: 11px/16px GTWalsheimVogue, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 1, _scss/_calendar.scss */
body.design-vogue .flip-item-wrap {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  -ms-perspective: 800px;
  -o-perspective: 800px;
  perspective: 800px;
  margin-bottom: 30px;
  transform: perspective(800px) scale(1);
}
/* line 14, _scss/_calendar.scss */
body.design-vogue .flip-item-wrap.disabled {
  overflow: hidden;
}
/* line 17, _scss/_calendar.scss */
body.design-vogue .flip-item-wrap a {
  color: #fff;
}
/* line 20, _scss/_calendar.scss */
body.design-vogue .flip-item-wrap img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
}
/* line 26, _scss/_calendar.scss */
body.design-vogue .flip-item-wrap input {
  display: none;
}
/* line 29, _scss/_calendar.scss */
body.design-vogue .flip-item-wrap .fake-image {
  visibility: hidden;
}
/* line 32, _scss/_calendar.scss */
body.design-vogue .flip-item {
  display: block;
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  color: #fff;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 1s;
  -moz-transition: -moz-transform 1s;
  -o-transition: -o-transform 1s;
  transition: transform 1s;
}
/* line 53, _scss/_calendar.scss */
body.design-vogue .today .flip-item figure.front:before,
body.design-vogue .active .flip-item figure.front:before {
  width: 0;
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  border-top: 90px solid #fff;
  border-left: 90px solid #000;
  z-index: 1;
}
@media (max-width: 991px) {
  /* line 53, _scss/_calendar.scss */
  body.design-vogue .today .flip-item figure.front:before,
  body.design-vogue .active .flip-item figure.front:before {
    border-top: 50px solid #fff;
    border-left: 50px solid #000;
  }
}
/* line 68, _scss/_calendar.scss */
body.design-vogue .today .flip-item figure.front:before {
  border-left: 90px solid #ee0000;
}
@media (max-width: 991px) {
  /* line 68, _scss/_calendar.scss */
  body.design-vogue .today .flip-item figure.front:before {
    border-left: 50px solid #ee0000;
  }
}
/* line 75, _scss/_calendar.scss */
body.design-vogue .today .flipper:checked + .flip-item figure.front:before,
body.design-vogue .active .flipper:checked + .flip-item figure.front:before {
  opacity: 0;
  transition: all 0.1s .5s;
}
/* line 80, _scss/_calendar.scss */
body.design-vogue .opened .flipper + .flip-item figure.front:before,
body.design-vogue .opened .new {
  opacity: 0;
}
/* line 84, _scss/_calendar.scss */
body.design-vogue .today .flipper:checked + .flip-item figure.front,
body.design-vogue .active .flipper:checked + .flip-item figure.front {
  opacity: 0;
  transition: all 0.1s .5s;
}
/* line 89, _scss/_calendar.scss */
body.design-vogue .flip-item figure {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 101, _scss/_calendar.scss */
body.design-vogue .flip-item figure.front .new {
  display: block;
  position: absolute;
  top: 61px;
  right: 50px;
  z-index: 2;
  color: #fff;
  font-family: DomaineDisplay, Times, "Times New Roman", serif;
  font-weight: bold;
}
@media (max-width: 991px) {
  /* line 101, _scss/_calendar.scss */
  body.design-vogue .flip-item figure.front .new {
    top: 31px;
    right: 22px;
    font-size: 12px;
  }
}
/* line 117, _scss/_calendar.scss */
body.design-vogue .flip-item figure.front .number {
  position: absolute;
  top: calc( 50% - 47px );
  height: 50%;
  width: 100%;
  text-align: center;
  font-family: DomaineDisplay, Times, "Times New Roman", serif;
  font-size: 120px;
  line-height: 95px;
}
@media (max-width: 991px) {
  /* line 117, _scss/_calendar.scss */
  body.design-vogue .flip-item figure.front .number {
    font-size: 60px;
    line-height: 90px;
  }
}
/* line 131, _scss/_calendar.scss */
body.design-vogue .flip-item .back {
  width: 100%;
  display: block;
  margin: 0;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  display: table-cell;
}
/* line 142, _scss/_calendar.scss */
body.design-vogue .flip-item .back .kicker-soft {
  font-family: GTWalsheimVogue700, Helvetica, sans;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 13px;
  margin-bottom: 7px;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  /* line 142, _scss/_calendar.scss */
  body.design-vogue .flip-item .back .kicker-soft {
    letter-spacing: 1.8px;
    line-height: 16px;
  }
}
/* line 155, _scss/_calendar.scss */
body.design-vogue .flipper:checked + .flip-item,
body.design-vogue .opened .flipper + .flip-item {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
/* line 163, _scss/_calendar.scss */
body.design-vogue .flip-item-desc {
  position: absolute;
  top: auto;
  bottom: 20px;
  left: 10%;
  width: 80%;
  text-align: center;
}
@media (max-width: 991px) {
  /* line 163, _scss/_calendar.scss */
  body.design-vogue .flip-item-desc {
    bottom: 10px;
  }
}
/* line 174, _scss/_calendar.scss */
body.design-vogue .opened .front {
  display: none;
}
/* line 178, _scss/_calendar.scss */
body.design-vogue .flip-item-title {
  font-size: 1.5em;
  margin: 1em 0 0.8em;
}
/* line 183, _scss/_calendar.scss */
body.design-vogue .flip-item-text {
  font: 22px/26px DomaineDisplay, Times, "Times New Roman", serif;
  margin-top: 10px;
}
@media (max-width: 991px) {
  /* line 183, _scss/_calendar.scss */
  body.design-vogue .flip-item-text {
    font: 16px/20px DomaineDisplay, Times, "Times New Roman", serif;
    margin-top: 5px;
    margin-bottom: 10px;
  }
}
/* line 194, _scss/_calendar.scss */
body.design-vogue .flip-item-wrap.disabled {
  pointer-events: none;
}
/* line 197, _scss/_calendar.scss */
body.design-vogue .flip-item-wrap.disabled .front img {
  -ms-filter: brightness(0.1);
  filter: brightness(0.1);
}
/* line 201, _scss/_calendar.scss */
body.design-vogue .flip-item-wrap.today .front img,
body.design-vogue .flip-item-wrap.active .front img {
  -ms-filter: brightness(0.3);
  filter: brightness(0.3);
}
/* line 206, _scss/_calendar.scss */
body.design-vogue .flip-item-wrap .back img {
  -ms-filter: brightness(0.6);
  filter: brightness(0.6);
}
/* line 211, _scss/_calendar.scss */
body.design-vogue .col-12.col-md-8.offset-md-2 p.intro {
  margin: -20px 0 40px;
}
/* line 215, _scss/_calendar.scss */
body.design-vogue .container.four-teasers .text-center.mt-5 {
  margin-bottom: -40px;
}
/* line 217, _scss/_calendar.scss */
body.design-vogue .container.four-teasers .text-center.mt-5 .kicker {
  color: #4A4A4A;
  font-family: "GTWalsheimVogue700";
  font-size: 12px;
  letter-spacing: 0.9px;
  line-height: 16px;
  text-transform: uppercase;
}
/* line 226, _scss/_calendar.scss */
body.design-vogue .container.four-teasers p.intro {
  margin: -40px 0 40px;
}
/* line 231, _scss/_calendar.scss */
body.design-vogue .flip-item figure.front .arrow {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
@media (max-width: 991px) {
  /* line 231, _scss/_calendar.scss */
  body.design-vogue .flip-item figure.front .arrow {
    bottom: 15px;
    right: 15px;
  }
}
/* line 240, _scss/_calendar.scss */
body.design-vogue .flip-item figure.front {
  z-index: 1;
}
/* line 242, _scss/_calendar.scss */
body.design-vogue .flip-item figure.front .arrow:before {
  font-family: 'Font Awesome 5 Pro';
  color: #fff;
  content: '\f054';
  border-radius: 100%;
  height: 46px;
  width: 46px;
  position: relative;
  display: block;
  background-color: #ee0000;
  padding-top: 11px;
  padding-left: 20px;
}
@media (max-width: 991px) {
  /* line 242, _scss/_calendar.scss */
  body.design-vogue .flip-item figure.front .arrow:before {
    height: 23px;
    width: 23px;
    padding-top: 3px;
    padding-left: 10px;
    font-size: 12px;
  }
}
/* line 263, _scss/_calendar.scss */
body.design-vogue .flip-item figure.front:hover .arrow:before {
  color: #fff;
  background-color: #000;
}
/* line 270, _scss/_calendar.scss */
body.design-vogue .flip-item figure.back {
  z-index: 0;
}
/* line 272, _scss/_calendar.scss */
body.design-vogue .flip-item figure.back .arrow:before {
  font-family: 'Font Awesome 5 Pro';
  color: #fff;
  content: '\f054';
  border-radius: 100%;
  height: 46px;
  width: 46px;
  position: relative;
  display: block;
  background-color: #ee0000;
  padding-top: 11px;
  padding-left: 3px;
}
@media (max-width: 991px) {
  /* line 272, _scss/_calendar.scss */
  body.design-vogue .flip-item figure.back .arrow:before {
    height: 23px;
    width: 23px;
    padding-top: 3px;
    padding-left: 2px;
    font-size: 12px;
  }
}
/* line 292, _scss/_calendar.scss */
body.design-vogue .flip-item figure.back .arrow {
  width: 46px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  /* line 292, _scss/_calendar.scss */
  body.design-vogue .flip-item figure.back .arrow {
    width: 23px;
  }
}
/* line 300, _scss/_calendar.scss */
body.design-vogue .flip-item figure.back:hover .arrow:before {
  color: #fff;
  background-color: #000;
}
/* line 308, _scss/_calendar.scss */
body.design-vogue .noAnimation {
  transition: none;
}
/* line 1, _scss/_content.scss */
body.design-vogue figure.headervisual {
  position: relative;
  /* We need full screen as soon as the grid is fluid */
}
@media (max-width: 575px) {
  /* line 1, _scss/_content.scss */
  body.design-vogue figure.headervisual {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 992px) {
  /* line 11, _scss/_content.scss */
  body.design-vogue figure.headervisual:before {
    content: " ";
    background-color: rgba(238, 0, 0, 0.8);
    width: 36%;
    max-width: 190px;
    height: 72px;
    position: absolute;
    top: -35px;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
}
/* line 26, _scss/_content.scss */
body.design-vogue figure.headervisual figcaption .copyright {
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  color: #6c6e70;
  text-align: right;
  margin-top: 2px;
}
@media (max-width: 575px) {
  /* line 26, _scss/_content.scss */
  body.design-vogue figure.headervisual figcaption .copyright {
    margin-right: 15px;
  }
}
/* line 41, _scss/_content.scss */
body.design-vogue header h1 {
  margin-top: 15px;
  /* FIXME: h1 margin-top is 50px on aggregations */
  margin-bottom: 46px;
  /* FIXME: h1 margin-bottom is 32px on aggregations */
  position: relative;
}
/* line 47, _scss/_content.scss */
body.design-vogue header summary {
  color: #6C6E70;
  font-family: GTWalsheimVogue, Helvetica, sans;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-align: center;
}
/* line 57, _scss/_content.scss */
body.design-vogue .listing-header header {
  margin-bottom: 40px;
  margin-top: 25px;
}
/* line 61, _scss/_content.scss */
body.design-vogue .listing-header header h1 {
  margin-bottom: 0;
}
/* line 64, _scss/_content.scss */
body.design-vogue .listing-header header summary {
  margin-top: 32px;
}
@media (min-width: 992px) {
  /* line 70, _scss/_content.scss */
  body.design-vogue .content-header .has-image header {
    margin-top: 100px;
    /* Changed from design (113px) in agreement with caro */
  }
}
/* line 77, _scss/_content.scss */
body.design-vogue .content-header header {
  margin-top: 29px;
  margin-bottom: 46px;
}
/* line 82, _scss/_content.scss */
body.design-vogue .content-header header h1:after {
  content: " ";
  background-color: rgba(238, 0, 0, 0.8);
  width: 34px;
  height: 4px;
  position: absolute;
  bottom: -32px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
/* line 94, _scss/_content.scss */
body.design-vogue .content-header header p.kicker {
  font-family: GTWalsheimVogue700, Helvetica, sans;
  color: #6C6E70;
  /* FIXME: teaser kicker is #000 */
  font-size: 12px;
  /* FIXME: teaser kicker is 11 */
  letter-spacing: 1.8px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  font-synthesis: style;
}
/* line 106, _scss/_content.scss */
body.design-vogue .content {
  font-family: Georgia;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 45px;
}
/* line 112, _scss/_content.scss */
body.design-vogue .content p, body.design-vogue .content h2 {
  font-family: Georgia;
  font-size: 18px;
  line-height: 32px;
}
/* line 117, _scss/_content.scss */
body.design-vogue .content h2 {
  text-align: left;
  font-weight: bold;
  margin-bottom: 0px;
}
/* line 123, _scss/_content.scss */
body.design-vogue .content a {
  border-bottom: 1px solid #ee0000;
  transition: color 0.1s ease-in 0s;
}
/* line 127, _scss/_content.scss */
body.design-vogue .content a:hover {
  color: #ee0000;
}
/* line 132, _scss/_content.scss */
body.design-vogue .content .button {
  margin-bottom: 30px;
}
/* line 137, _scss/_content.scss */
body.design-vogue .content .language,
body.design-vogue .content .date,
body.design-vogue header .date,
body.design-vogue header .author {
  font-family: GTWalsheimVogue700, Helvetica, sans;
  font-size: 12px;
  letter-spacing: 1.8px;
  line-height: 14px;
  text-align: center;
  margin-bottom: 48px;
  font-synthesis: style;
}
/* line 149, _scss/_content.scss */
body.design-vogue.article header .author, body.design-vogue.info header .author, body.design-vogue.page header .author {
  margin-bottom: 10px;
  text-transform: uppercase;
}
/* line 155, _scss/_content.scss */
body.design-vogue.article header .date, body.design-vogue.info header .date {
  font-weight: normal;
  margin-bottom: 25px;
}
/* line 160, _scss/_content.scss */
body.design-vogue .content-header header .date {
  font-weight: 300;
  text-transform: uppercase;
}
/* line 164, _scss/_content.scss */
body.design-vogue .content .language {
  color: #9B9B9B;
}
/* line 167, _scss/_content.scss */
body.design-vogue .content .language a {
  border: none;
}
/* line 170, _scss/_content.scss */
body.design-vogue .content .language .active {
  color: #000;
}
/* line 174, _scss/_content.scss */
body.design-vogue .content .date {
  text-align: left;
  position: relative;
  margin-top: 23px;
}
/* line 179, _scss/_content.scss */
body.design-vogue .content .date time {
  color: #9B9B9B;
}
/* line 183, _scss/_content.scss */
body.design-vogue .content .date a {
  border: none;
}
/* line 186, _scss/_content.scss */
body.design-vogue .content .date i.arrow {
  color: rgba(238, 0, 0, 0.8);
  font-size: 20px;
  margin: 0 15px;
  position: relative;
  top: -2px;
}
/* line 194, _scss/_content.scss */
body.design-vogue .content .date .active {
  color: #000;
}
/* line 197, _scss/_content.scss */
body.design-vogue .content .date .active:before {
  content: " ";
  background-color: rgba(238, 0, 0, 0.8);
  width: 34px;
  height: 4px;
  position: absolute;
  top: -22px;
}
/* line 207, _scss/_content.scss */
body.design-vogue .sponsored-content {
  background-color: rgba(45, 46, 47, 0.6);
  height: 28px;
  font-family: GTWalsheimVogue, Helvetica, sans;
  font-size: 13px;
  line-height: 30px;
  letter-spacing: 1.8px;
  color: #fff;
  padding-left: 1.25rem;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  /* line 219, _scss/_content.scss */
  body.design-vogue .advertisement-CA {
    /* FIXME: why no padding top/bottom */
    margin-bottom: 40px;
    background-color: #eee;
    margin-left: -15px;
    margin-right: -15px;
  }
}
/* line 230, _scss/_content.scss */
body.design-vogue section.embed.youtube,
body.design-vogue section.embed.vimeo {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  padding-top: 0;
  height: 0;
}
/* line 238, _scss/_content.scss */
body.design-vogue section.embed.youtube iframe,
body.design-vogue section.embed.vimeo iframe {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
/* line 247, _scss/_content.scss */
body.design-vogue .newsletter-box iframe {
  width: 100% !important;
}
/* line 251, _scss/_content.scss */
body.design-vogue .btn {
  font: 12px/16px GTWalsheimVogue700, "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: none;
  border-radius: 0;
  color: #fff;
  padding: 11px 20px;
  font-weight: bold;
  display: inline-block;
  cursor: pointer;
  letter-spacing: .9px;
  text-transform: uppercase;
}
/* line 262, _scss/_content.scss */
body.design-vogue .btn:focus {
  outline: none;
}
/* line 265, _scss/_content.scss */
body.design-vogue .btn.btn-primary {
  background: #EE0000;
}
/* line 267, _scss/_content.scss */
body.design-vogue .btn.btn-primary:hover {
  color: #fff;
  background-color: #2d2e2f;
  border-bottom: none;
}
/* line 276, _scss/_content.scss */
body.design-vogue section .separator {
  border-bottom: 1px solid #CACCCE;
  margin-bottom: 40px;
  margin-top: 40px;
}
/* line 281, _scss/_content.scss */
body.design-vogue section .headline {
  font-size: 64px;
  line-height: 64px;
  margin-bottom: 63px;
}
@media (max-width: 768px) {
  /* line 281, _scss/_content.scss */
  body.design-vogue section .headline {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 36px;
  }
}
/* line 290, _scss/_content.scss */
body.design-vogue section .headline span {
  border-top: 10px solid #000000;
  display: inline-block;
  padding-top: 10px;
  font-family: DomaineDisplay, Georgia, Times, "Times New Roman", serif;
}
/* line 297, _scss/_content.scss */
body.design-vogue section .separator {
  border-bottom: 1px solid #CACCCE;
}
@media (max-width: 768px) {
  /* line 297, _scss/_content.scss */
  body.design-vogue section .separator {
    margin-bottom: 36px;
    margin-top: 36px;
  }
}
/* line 306, _scss/_content.scss */
body.design-vogue section .menu-links .content-list {
  border-bottom: 1px solid #CACCCE;
  border-top: 1px solid #F2F2F2;
  margin-bottom: 63px;
  padding-bottom: 10px;
  padding-top: 7px;
}
/* line 313, _scss/_content.scss */
body.design-vogue section .menu-links a {
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: none;
  font: 13px/16px GTWalsheimVogue700, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 3.3vw;
}
/* line 322, _scss/_content.scss */
body.design-vogue section .menu-image {
  border-top: 1px solid #F2F2F2;
  border-bottom: 1px solid #CACCCE;
  margin-bottom: 63px;
  padding-top: 19px;
  padding-bottom: 19px;
}
@media (max-width: 768px) {
  /* line 322, _scss/_content.scss */
  body.design-vogue section .menu-image {
    margin-bottom: 36px;
  }
  /* line 330, _scss/_content.scss */
  body.design-vogue section .menu-image .slick-next {
    right: -2px;
  }
  /* line 333, _scss/_content.scss */
  body.design-vogue section .menu-image .slick-prev {
    left: -12px;
  }
}
/* line 337, _scss/_content.scss */
body.design-vogue section .menu-image .slick-slide {
  margin: 0;
}
/* line 340, _scss/_content.scss */
body.design-vogue section .menu-image .card {
  margin: 0 21px 0 21px;
}
@media (max-width: 768px) {
  /* line 340, _scss/_content.scss */
  body.design-vogue section .menu-image .card {
    margin: 0 12px;
  }
}
/* line 345, _scss/_content.scss */
body.design-vogue section .menu-image .card img {
  border-radius: 100%;
}
/* line 348, _scss/_content.scss */
body.design-vogue section .menu-image .card .card-body {
  margin: 0;
  padding-bottom: 0;
}
/* line 351, _scss/_content.scss */
body.design-vogue section .menu-image .card .card-body .card-title {
  margin: 0;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: none;
  font: 13px/16px GTWalsheimVogue700, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 362, _scss/_content.scss */
body.design-vogue section .menu-container {
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: -6px !important;
  overflow-y: hidden;
  overflow-x: hidden;
}
/* line 375, _scss/_content.scss */
body.design-vogue section .menu-container::-webkit-scrollbar {
  display: none;
}
/* line 378, _scss/_content.scss */
body.design-vogue section .menu-container::-webkit-scrollbar-thumb, body.design-vogue section .menu-container::-webkit-scrollbar-track, body.design-vogue section .menu-container::-webkit-scrollbar {
  background-color: transparent;
}
/* line 386, _scss/_content.scss */
body.design-vogue section .menu-element {
  display: inline-block;
}
/* line 390, _scss/_content.scss */
body.design-vogue section .menu-indicator {
  width: 20px;
  height: 22px;
  background-color: #fff;
  background-position: 0 0;
  position: absolute;
  right: 0;
  display: none;
  top: calc(50% - 11px);
  font-size: 16px;
  line-height: 24px;
}
/* line 402, _scss/_content.scss */
body.design-vogue section .menu-indicator:after {
  content: "\f054";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  line-height: 1;
}
/* line 410, _scss/_content.scss */
body.design-vogue section .btn {
  padding: 15px 30px;
  margin-right: 15px;
  margin-bottom: 15px;
}
/* line 416, _scss/_content.scss */
body.design-vogue .headline-border {
  border-top: 1px solid #000000;
}
/* line 420, _scss/_content.scss */
body.design-vogue .content section h2 {
  font: 26px/29px GTWalsheimVogue700, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 17px;
}
/* line 424, _scss/_content.scss */
body.design-vogue figure {
  margin-top: 34px;
  margin-bottom: 38px;
}
/* line 429, _scss/_content.scss */
body.design-vogue figure.headervisual figcaption {
  margin-top: 0;
}
/* line 431, _scss/_content.scss */
body.design-vogue figure.headervisual figcaption:before {
  display: none;
}
/* line 436, _scss/_content.scss */
body.design-vogue figure figcaption {
  font-size: 14px;
  line-height: 20px;
  position: relative;
  margin-top: 38px;
}
/* line 442, _scss/_content.scss */
body.design-vogue figure figcaption:before {
  content: " ";
  display: block;
  background-color: rgba(238, 0, 0, 0.8);
  width: 34px;
  height: 4px;
  position: absolute;
  top: -22px;
  left: 0;
}
/* line 453, _scss/_content.scss */
body.design-vogue figure figcaption .copyright {
  font-size: 12px;
  line-height: 16px;
  color: #6c6e70;
}
/* line 460, _scss/_content.scss */
body.design-vogue .gallery figure {
  margin-top: 0;
}
/* line 2, _scss/_slick.scss */
body.design-vogue .slick-prev:before {
  font-family: 'Font Awesome 5 Pro';
  color: #000;
  content: '\f053';
}
/* line 9, _scss/_slick.scss */
body.design-vogue .slick-next:before {
  font-family: 'Font Awesome 5 Pro';
  color: #000;
  content: '\f054';
}
@media (max-width: 768px) {
  /* line 1, _scss/_menu.scss */
  body.design-vogue .menu-image {
    margin-left: -15px;
    margin-right: -15px;
  }
}
/* line 7, _scss/_menu.scss */
body.design-vogue .menu-image .menu-element .card {
  white-space: normal;
  width: 162px;
}
@media (max-width: 768px) {
  /* line 7, _scss/_menu.scss */
  body.design-vogue .menu-image .menu-element .card {
    width: 90px;
    margin-left: 8px;
    margin-right: 8px;
  }
}
/* line 16, _scss/_menu.scss */
body.design-vogue .menu-image .menu-element .card-body {
  padding-left: 0;
  padding-right: 0;
}
/* line 20, _scss/_menu.scss */
body.design-vogue .menu-image .menu-element .card-title {
  letter-spacing: 2px;
  font-size: 12px !important;
}
@media (max-width: 768px) {
  /* line 20, _scss/_menu.scss */
  body.design-vogue .menu-image .menu-element .card-title {
    font-size: 11px !important;
  }
}
/* line 29, _scss/_menu.scss */
body.design-vogue .menu-links {
  position: relative;
}
@media (max-width: 768px) {
  /* line 29, _scss/_menu.scss */
  body.design-vogue .menu-links {
    margin-left: -15px;
    margin-right: -15px;
  }
}
/* line 35, _scss/_menu.scss */
body.design-vogue .menu-links .menu-element {
  letter-spacing: 2px;
  font-size: 12px;
}
@media (max-width: 768px) {
  /* line 35, _scss/_menu.scss */
  body.design-vogue .menu-links .menu-element {
    font-size: 11px;
  }
}
