body,
html{
  min-height: 100%;
  margin: 0;
  background: #111;
}

body.pc-close-page,
body.mobile-close-page{
  overflow: hidden;
}

body.pc-close-page .entete .meta-menu-near-left,
body.pc-close-page .entete .meta-menu-logo + .meta-menu-near-left{
  top: 8px;
  left: auto;
  right: 118px;
  z-index: 1000;
}

body.pc-close-page .entete .meta-menu-near-left .lang-switcher-menu{
  left: auto;
  right: 0;
}

body.pc-close-page.loyalty-close-logged .entete .meta-menu-near-left,
body.pc-close-page.loyalty-close-logged .entete .meta-menu-logo + .meta-menu-near-left{
  right: 66px;
}

body.mobile-close-page .entete .meta-menu-near-left,
body.mobile-close-page .entete .meta-menu-logo + .meta-menu-near-left{
  top: 7px;
  left: auto;
  right: 96px;
  z-index: 1000;
}

body.mobile-close-page .entete .meta-menu-near-left .lang-switcher-menu{
  left: auto;
  right: 0;
}

body.mobile-close-page.loyalty-close-logged .entete .meta-menu-near-left,
body.mobile-close-page.loyalty-close-logged .entete .meta-menu-logo + .meta-menu-near-left{
  right: 52px;
}

.close_image{
  position: absolute;
  inset: 0;
  overflow-y: auto;
  overflow-x: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.close_image::before{
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  background: rgba(0,0,0,0.28);
  pointer-events: none;
}

.pc_close_content,
.mobile_close_content{
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 100%;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}

.pc_close_content{
  padding: 96px 48px 96px;
}

.mobile_close_content{
  padding: 72px 16px 78px;
}

.close-hero-shell{
  display: flex;
  width: min(920px, 100%);
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: "Inter", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.close-hero-brand{
  display: flex;
  max-width: 100%;
  align-items: center;
  flex-direction: column;
}

.close-hero-kicker{
  color: #f5d997;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  text-shadow: 0 10px 28px rgba(0,0,0,0.45);
}

.close-hero-brand h1{
  max-width: 100%;
  margin: 13px 0 0;
  color: #fff;
  font-size: 64px;
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  text-shadow: 0 18px 42px rgba(0,0,0,0.46);
}

.close-message-card{
  width: min(760px, 100%);
  box-sizing: border-box;
  margin-top: 32px;
  padding: 34px 44px 38px;
  border: 1px solid rgba(201,169,110,0.38);
  border-radius: 18px;
  background: rgba(0,0,0,0.48);
  box-shadow: 0 24px 70px rgba(0,0,0,0.46), inset 0 1px 0 rgba(255,255,255,0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  text-shadow: 0 1px 10px rgba(0,0,0,0.46);
}

.close-message-label{
  margin-bottom: 14px;
  color: #f5d997;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.close-message-content{
  color: rgba(255,255,255,0.92);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.55;
}

.close-message-content > *:first-child{
  margin-top: 0;
}

.close-message-content > *:last-child{
  margin-bottom: 0;
}

.close-message-content div,
.close-message-content span,
.close-message-content font{
  color: rgba(255,255,255,0.92) !important;
  font-size: 1em !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  letter-spacing: 0 !important;
}

.close-message-content br{
  display: block;
  height: 8px;
  line-height: 8px;
  content: "";
}

.close-message-content p,
.close-message-content h1,
.close-message-content h2,
.close-message-content h3,
.close-message-content h4{
  margin: 0 auto 10px;
  max-width: 100%;
  color: rgba(255,255,255,0.94) !important;
  font-family: inherit;
  font-size: 1.05em !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
  letter-spacing: 0;
}

.close-message-content strong,
.close-message-content b{
  color: #f5d997 !important;
  font-weight: 600 !important;
}

.close-message-content a{
  display: inline-flex;
  min-height: 34px;
  margin: 4px 5px;
  padding: 0 15px;
  border: 1px solid rgba(245,217,151,0.34);
  border-radius: 18px;
  align-items: center;
  color: #f5d997 !important;
  background: rgba(255,255,255,0.06) !important;
  font-size: 0.95em !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
}

.close-message-content a:hover,
.close-message-content a:focus{
  color: #ffe8b2 !important;
  border-color: rgba(245,217,151,0.72);
  background: rgba(255,255,255,0.11) !important;
  text-decoration: none !important;
}

@media (max-width: 900px){
  .pc_close_content{
    padding-left: 24px;
    padding-right: 24px;
  }

  .close-hero-brand h1{
    font-size: 48px;
  }

  .close-message-card{
    padding: 30px 28px 34px;
  }
}

@media (max-width: 560px){
  .close_image{
    background-attachment: scroll;
  }

  .close-hero-kicker{
    font-size: 11px;
  }

  .close-hero-brand h1{
    font-size: 38px;
  }

  .close-message-card{
    margin-top: 24px;
    padding: 24px 17px 28px;
    border-radius: 14px;
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
  }

  .close-message-label{
    margin-bottom: 12px;
    font-size: 12px;
  }

  .close-message-content{
    font-size: 15px;
    line-height: 1.5;
  }

  .close-message-content br{
    height: 7px;
    line-height: 7px;
  }

  .close-message-content p,
  .close-message-content h1,
  .close-message-content h2,
  .close-message-content h3,
  .close-message-content h4{
    margin-bottom: 8px;
  }

  .close-message-content a{
    min-height: 32px;
    margin: 4px 3px;
    padding: 0 12px;
    border-radius: 17px;
    font-size: 14px !important;
  }
}
