/*-----------------------------------------------------------*/
.dp-header {
  overflow: hidden;
  width: 100%;
  max-width: 1048px;
  text-align: center;
  display: block;
  position: relative;
  margin: 0 auto;
  font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book",
    Helvetica, Arial, 'Microsoft Jhenghei', sans-serif;
  font-size: 14px;
  line-height: 1.4em;
  background-color: #fff;
}
.dp-header__background {
  min-height: 566px;
  position: relative;
}
.dp-header__background img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
@media (max-width: 1023px) and (min-width: 762px) {
  .dp-header__background img {
    width: 1048px;
    margin-left: calc(50% - 524px);
    max-width: 1048px;
  }
}
@media (max-width: 761px) {
  .dp-header__background img {
    width: 100%;
  }
}
/*-----------------------------------------------------------*/
.dp-header__main-title {
  font-size: 60px;
  margin: 0 auto;
  font-weight: normal;
  padding-top: 35px;
  padding-bottom: 10px;
  font-family: ClarinsRegular, Clarins, 'Microsoft Jhenghei';
  line-height: 1em;
}
.dp-header__main-title span {
  display: block;
}
.dp-header__bold-text {
  font-size: 22px;
  text-transform: uppercase;
  margin: 0 auto;
  padding: 20px;
  max-width: 750px;
  line-height: 1.2em;
}
.dp-header__text {
  font-size: 14px;
  margin: 0 auto;
  max-width: 650px;
}
.dp-header__mentions {
  font-size: 12px;
  opacity: 0.5;
  margin: 0 auto;
  line-height: 1.4em;
  padding-top: 20px;
  max-width: 650px;
}
@media (max-width: 761px) {
  .dp-header__main-title {
    font-size: 42px;
    padding-top: 15px;
  }
  .dp-header__bold-text {
    font-size: 14px;
    padding: 20px;
    max-width: 240px;
  }
  .dp-header__text {
    max-width: calc(100% - 40px);
  }
  .dp-header__mentions {
    max-width: calc(100% - 40px);
  }
}

.dp-header__main-custom h2 {
    font-size: 29px;
    line-height: 1.5em;
    font-style: normal;
    margin: 0 auto;
}
.dp-header__main-custom h2 em {
    font-style: normal;
    color: #be0f34;
}
.dp-header__main-custom a {
    display: inline-block;
    line-height: 30px;
    background: #be0f34;
    color: #fff;
    max-width: 100px;
    width: 100%;
    font-size: 16px;
    border: 1px solid #be0f34;
}
.dp-header__main-custom a:hover {
    border: 1px solid #606060;
    background: #fff;
    color: #be0f34;
}
.dp-floating-bar {
    position: fixed;
    z-index: 3;
    bottom: 0;
    right: 0;
    background: #000;
    color: #fff;
    max-width: 100%;
    width: 100%;
    left: 0;
}
.dp-floating-bar_Wrapper {
    max-width: 1048px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    min-height: 40px;
    align-items: center;
}
.dp-floating-bar_Wrapper p {
    font-size: 14px;
    line-height: 100%;
    margin: 0;
}
.dp-floating-bar_Wrapper a {
    display: inline-block;
    line-height: 21px;
    background: #be0f34;
    color: #fff;
    max-width: 91px;
    width: 100%;
    font-size: 14px;
    border: 1px solid #be0f34;
    margin-left: 20px;
}
.dp-floating-bar_Wrapper a:hover {
    border: 1px solid #606060;
    background: #fff;
    color: #be0f34;
}

/*DTW Responsive Edits*/
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) { }
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) { }

/*iPhone 6/7/8/plus, XR, 11, X, 12 and 11.*/
@media (max-width: 480px) {
  .dp-header__text {
    max-width: calc(100% - 110px);
  }
  #launcher{
    display: none !important;
  }
}