#cms-instant-splash {
  position: fixed;
  inset: 0;
  z-index: 2147483646;
  background-color: transparent;
  background-image: var(--cms-splash-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 0 10vw 22vw;
  box-sizing: border-box;
  transition: opacity 0.35s ease;
}
#cms-instant-splash.cms-splash-fullscreen .cms-splash-slogan1,
#cms-instant-splash.cms-splash-fullscreen .cms-splash-slogan2,
#cms-instant-splash.cms-splash-fullscreen .cms-splash-sub {
  display: none !important;
}
#cms-instant-splash.cms-splash-fullscreen .cms-splash-progress,
#cms-instant-splash.cms-splash-has-progress .cms-splash-progress {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}
#cms-instant-splash .cms-splash-progress {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 3;
  padding: 12px 20px 8px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.35);
}
#cms-instant-splash.cms-splash-hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
#cms-instant-splash .cms-splash-slogan1 {
  color: #f7e9d6;
  font-size: 9vw;
  letter-spacing: 0.35em;
  margin-bottom: 2vw;
  font-weight: 300;
}
#cms-instant-splash .cms-splash-slogan2 {
  color: #cdb3a5;
  font-size: 10vw;
  letter-spacing: 0.5em;
  margin-bottom: 6vw;
  font-weight: 500;
}
#cms-instant-splash .cms-splash-sub {
  color: rgba(255, 255, 255, 0.75);
  font-size: 3.2vw;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 10vw;
  max-width: 90vw;
}
#cms-instant-splash .cms-splash-bar {
  display: block !important;
  width: 40vw;
  max-width: 400px;
  height: 6px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 10px;
}
#cms-instant-splash .cms-splash-fill {
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #f7e9d6, #cdb3a5);
  border-radius: 3px;
  transition: width 0.15s linear;
}
#cms-instant-splash .cms-splash-pct {
  display: block !important;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
}
