/** [D4th Header]  Build version: 2.0.1 - Monday, January 13th, 2020, 3:50:13 PM  **/ 
 @charset "UTF-8";
@font-face {
  font-family: "Avenir";
  src: local("Avenir 35 Light"), local("avenir35light"), url(../fonts/AvenirLTPro-Light.26e92d06.woff) format("woff"), url(../fonts/avenir35light.79da12cf.svg#avenir35light) format("svg"), url(../fonts/avenir35light.f1fd4187.ttf) format("truetype");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: "Avenir";
  src: local("Avenir 55 Roman"), local("avenir55roman"), url(../fonts/AvenirLTPro-Roman.6cf40816.woff) format("woff"), url(../fonts/avenir55roman.876901a1.svg#avenir55roman) format("svg"), url(../fonts/avenir55roman.ea7cf1ce.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Avenir";
  src: local("Avenir 55 Roman Oblique"), local("avenir55romanoblique"), url(../fonts/AvenirLTPro-Oblique.0c4f8778.woff) format("woff"), url(../fonts/avenir55romanoblique.ec3c742f.svg#avenir55romanoblique) format("svg"), url(../fonts/avenir55romanoblique.bc50f6bb.ttf) format("truetype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: "Avenir";
  src: local("Avenir 85 Heavy"), local("avenir85heavy"), url(../fonts/AvenirLTPro-Heavy.8eb90f49.woff) format("woff"), url(../fonts/avenir85heavy.cdf68d89.svg#avenir85heavy) format("svg"), url(../fonts/avenir85heavy.8e22b9f4.ttf) format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: "Avenir";
  src: url(../fonts/AvenirLTPro-Black.54ec470f.woff) format("woff");
  font-style: normal;
  font-weight: 900; }

@font-face {
  font-family: "dlp_pep_font-webfont";
  src: url(../fonts/dlp_pep_font-webfont.81aad6e9.eot);
  src: url(../fonts/dlp_pep_font-webfont.81aad6e9.eot?#iefix) format("embedded-opentype"), url(../fonts/dlp_pep_font-webfont.15522fb9.woff) format("woff"), url(../fonts/dlp_pep_font-webfont.af6aef48.ttf) format("truetype"), url(../fonts/dlp_pep_font-webfont.22d04c1c.svg#webfont) format("svg"); }

.l-header *, .l-header *:before, .l-header *:after {
  box-sizing: border-box; }

.l-header .l-header-wrapper ul, .l-header .l-header-wrapper ol, .l-header .l-header-wrapper li, .l-header .l-header-wrapper img, .l-header .l-header-ctn ul, .l-header .l-header-ctn ol, .l-header .l-header-ctn li, .l-header .l-header-ctn img, .l-header .header-nav ul, .l-header .header-nav ol, .l-header .header-nav li, .l-header .header-nav img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  -webkit-text-size-adjust: 100%;
  vertical-align: bottom;
  list-style: none;
  list-style-position: inside; }

.l-header img {
  height: auto;
  max-width: 100%;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none; }

/**
TODO : Clear base for maximum compatibility across websites
**/
body:after {
  content: "mobile";
  display: none; }

@media screen and (min-width: 768px) {
  body:after {
    content: "tablet";
    display: none; } }

@media screen and (min-width: 980px) {
  body:after {
    content: "desktop";
    display: none; } }

.l-header hr {
  display: block;
  height: 1px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(5%, #dfdfdf), color-stop(95%, #dfdfdf), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #dfdfdf 5%, #dfdfdf 95%, rgba(255, 255, 255, 0) 100%);
  -webkit-filter: none;
          filter: none;
  clear: both; }

.l-header {
  font: 14px/1.5 "Avenir", "Helvetica", "Arial", "sans-serif";
  color: #253b56;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5; }
  .l-header p {
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 15px 0; }
  .l-header ul {
    list-style-position: inside; }
  .l-header small,
  .l-header .small {
    color: #253b56;
    font-size: 13px;
    line-height: 1.5; }
  .l-header strong {
    font-weight: 800; }
  .l-header b {
    font-weight: 600; }
  .l-header h1 {
    font-size: 37px;
    margin: 0 0 .5em 0;
    font-weight: 200; }
  .l-header h2 {
    font-size: 24px;
    margin: 0 0 15px 0;
    font-weight: normal; }
  .l-header h3 {
    font-size: 19px;
    font-weight: bold;
    margin: 0 0 15px 0; }
  .l-header h4 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px; }
  .l-header h6 {
    font-weight: bold;
    margin-bottom: 15px; }
  .l-header hr {
    border: 0;
    margin: 1em 0; }
  .l-header .ie9 hr {
    border: 0.2px solid #dfdfdf;
    text-align: left; }
  .l-header .scroll-container {
    overflow-y: auto; }
    .l-header .scroll-container::-webkit-scrollbar {
      width: 9px; }
    .l-header .scroll-container::-webkit-scrollbar-thumb {
      background-color: #65778a;
      border-radius: 10px; }
    .l-header .scroll-container::-webkit-scrollbar-track {
      border-radius: 0 6px 0 0; }
  .l-header .accessible-text {
    display: inline-block !important;
    visibility: visible !important;
    position: absolute;
    width: 1px;
    height: 1px;
    font-size: 0;
    overflow: hidden;
    left: -10000px; }
  .l-header .dlpPepWebfont {
    font-family: "dlp_pep_font-webfont"; }
  .l-header .dlpPepWebfont.keys {
    color: #8294aa;
    font-size: 22px; }
  .l-header .gradient {
    background: #fff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYmY1ZmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#ebf5fc));
    background: linear-gradient(to bottom, #fff 0, #ebf5fc 100%); }
  .l-header .mobile select, .l-header .mobile button {
    height: 100%;
    border-radius: 4px; }
  .l-header .mobile button {
    height: 38px; }

#dmi-globalHeader *:not(.submenu), #dmi-globalHeader .l-header :not(.submenu):before, .l-header #dmi-globalHeader :not(.submenu):before, #dmi-globalHeader .l-header :not(.submenu):after, .l-header #dmi-globalHeader :not(.submenu):after, #dmi-globalFooter *, #dmi-globalFooter .l-header *:before, .l-header #dmi-globalFooter *:before, #dmi-globalFooter .l-header *:after, .l-header #dmi-globalFooter *:after {
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

#dmi-globalHeader ~ *, .l-header #dmi-globalHeader ~ *:before, .l-header #dmi-globalHeader ~ *:after {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.42, 0, 0.1, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.42, 0, 0.1, 1);
  transition: transform 0.6s cubic-bezier(0.42, 0, 0.1, 1);
  transition: transform 0.6s cubic-bezier(0.42, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.42, 0, 0.1, 1); }

html.menu-opened #dmi-globalHeader {
  position: relative;
  z-index: 1000; }

html.menu-opened #dmi-globalHeader ~ *, html.menu-opened .l-header #dmi-globalHeader ~ *:before, .l-header html.menu-opened #dmi-globalHeader ~ *:before, html.menu-opened .l-header #dmi-globalHeader ~ *:after, .l-header html.menu-opened #dmi-globalHeader ~ *:after {
  -webkit-transform: translate(275px, 0);
  transform: translate(275px, 0); }

#dlp-header {
  min-height: 70px; }
  #dlp-header .header-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(37, 59, 86, 0.5);
    z-index: 100;
    -webkit-transition: visibility 200ms, opacity 200ms ease;
    transition: visibility 200ms, opacity 200ms ease;
    opacity: 0;
    visibility: hidden; }

#dlp-header.page-hero {
  min-height: 0; }

@media only screen and (min-width: 979px) {
  #dlp-header.menu-package {
    margin-bottom: 48px; } }

#dlp-header.dark .l-header .header-main .block-left .contact .contact-title, #dlp-header.dark .l-header .header-main .block-left .contact .contact-disclaimer {
  color: #767676; }

#dlp-header.dark .l-header .header-main .searchbar-hidden .m-search-container .input-ctn .icon-search {
  color: #253b56; }

#dlp-header.dark .l-header .header-main .pill, #dlp-header.dark .l-header .header-main .searchbar-hidden .m-search-container .input-ctn {
  background-color: #fff;
  color: #253b56; }
  @media screen and (min-width: 1020px) {
    #dlp-header.dark .l-header .header-main .pill, #dlp-header.dark .l-header .header-main .searchbar-hidden .m-search-container .input-ctn {
      border-color: #D8D8D8; } }

#dlp-header.dark .l-header .header-main .logo-white {
  display: none; }

#dlp-header.dark .l-header .header-main .logo-color {
  display: block; }

#dlp-header.dark .category-header {
  color: #253b56; }

.l-header .category-header a, .l-header .category-content li a:not(.m-custom-link):not(.m-push-minicard) {
  position: relative; }
  .l-header .category-header a::after, .l-header .category-content li a:not(.m-push-minicard):not(.m-custom-link)::after {
    font-family: "dlp_pep_font-webfont";
    content: '\E30C';
    display: block;
    position: absolute;
    right: 34px;
    top: 0;
    bottom: 0;
    height: 15px;
    margin: auto;
    font-size: 10px;
    color: #9B9B9B; }

.l-header nav, .l-main-wrapper, .home-page-template, .l-header .categories {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.42, 0, 0.1, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.42, 0, 0.1, 1);
  transition: transform 0.6s cubic-bezier(0.42, 0, 0.1, 1);
  transition: transform 0.6s cubic-bezier(0.42, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.42, 0, 0.1, 1); }

@media only screen and (max-width: 980px) {
  html.mobile-menu-opened {
    overflow: hidden; }
    html.mobile-menu-opened body {
      overflow: hidden; } }

html.menu-opened {
  overflow: hidden; }
  html.menu-opened body {
    overflow: hidden; }
  html.menu-opened .l-header nav {
    -webkit-transform: translate(275px, 0);
    transform: translate(275px, 0); }
  html.menu-opened .l-main-wrapper, html.menu-opened .home-page-template, html.menu-opened .l-header .header-main {
    -webkit-transform: translate(275px, 0);
    transform: translate(275px, 0); }

.l-header.menu-white .l-header-wrapper button, .l-header.menu-theme-white .l-header-wrapper button {
  color: #253b56; }

.l-header.menu-white .l-header-wrapper .header-main, .l-header.menu-theme-white .l-header-wrapper .header-main {
  background-color: #fff;
  box-shadow: 0 4px 40px 0px rgba(0, 0, 0, 0.11); }
  .l-header.menu-white .l-header-wrapper .header-main button, .l-header.menu-theme-white .l-header-wrapper .header-main button {
    color: #253b56; }
  .l-header.menu-white .l-header-wrapper .header-main .block-right.searchbar-hidden .m-search-container .input-ctn, .l-header.menu-theme-white .l-header-wrapper .header-main .block-right.searchbar-hidden .m-search-container .input-ctn {
    -webkit-transition: all 0.6s cubic-bezier(0.42, 0, 0.1, 1), border-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 0.6s cubic-bezier(0.42, 0, 0.1, 1), border-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }
  .l-header.menu-white .l-header-wrapper .header-main .block-right:not(.searchbar-hidden) .m-search-container .input-ctn, .l-header.menu-theme-white .l-header-wrapper .header-main .block-right:not(.searchbar-hidden) .m-search-container .input-ctn {
    -webkit-transition: all 0.6s cubic-bezier(0.42, 0, 0.1, 1), background-color 0s;
    transition: all 0.6s cubic-bezier(0.42, 0, 0.1, 1), background-color 0s; }
  .l-header.menu-white .l-header-wrapper .header-main .logo-color, .l-header.menu-theme-white .l-header-wrapper .header-main .logo-color {
    display: block; }
  .l-header.menu-white .l-header-wrapper .header-main .logo-white, .l-header.menu-theme-white .l-header-wrapper .header-main .logo-white {
    display: none; }

@media screen and (max-width: 1019px) {
  header:not(.page-hero) .l-header:not(.menu-transparent):not(.menu-white) .l-header-wrapper button {
    color: #253b56; }
  header:not(.page-hero) .l-header:not(.menu-transparent):not(.menu-white) .l-header-wrapper .header-main {
    background-color: #fff;
    box-shadow: 0 4px 40px 0px rgba(0, 0, 0, 0.11); }
    header:not(.page-hero) .l-header:not(.menu-transparent):not(.menu-white) .l-header-wrapper .header-main button {
      color: #253b56; }
    header:not(.page-hero) .l-header:not(.menu-transparent):not(.menu-white) .l-header-wrapper .header-main .block-right.searchbar-hidden .m-search-container .input-ctn {
      -webkit-transition: all 0.6s cubic-bezier(0.42, 0, 0.1, 1), border-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
      transition: all 0.6s cubic-bezier(0.42, 0, 0.1, 1), border-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }
    header:not(.page-hero) .l-header:not(.menu-transparent):not(.menu-white) .l-header-wrapper .header-main .block-right:not(.searchbar-hidden) .m-search-container .input-ctn {
      -webkit-transition: all 0.6s cubic-bezier(0.42, 0, 0.1, 1), background-color 0s;
      transition: all 0.6s cubic-bezier(0.42, 0, 0.1, 1), background-color 0s; }
    header:not(.page-hero) .l-header:not(.menu-transparent):not(.menu-white) .l-header-wrapper .header-main .logo-color {
      display: block; }
    header:not(.page-hero) .l-header:not(.menu-transparent):not(.menu-white) .l-header-wrapper .header-main .logo-white {
      display: none; } }

.l-header.submenu-opened .l-header-wrapper .categories {
  -webkit-transform: translateX(-275px);
  transform: translateX(-275px); }

.l-header.menu-fixed {
  position: fixed; }

.l-header-ctn {
  position: relative; }

header:not(.page-hero) .header-placeholder {
  height: 70px; }

.l-header {
  position: static;
  top: 0;
  right: 0;
  left: 0;
  max-width: 100vw;
  z-index: 100; }
  .l-header .modernize-shopping-cart.pill {
    background-color: #33c0fc !important;
    padding: 0 !important;
    width: 100%;
    color: #fff !important; }
  .l-header .modernize-shopping-cart .icon__cart-full {
    margin-right: 0 !important; }
  .l-header.menu-transparent .shopping-cart-container:hover {
    width: 100%; }
    .l-header.menu-transparent .shopping-cart-container:hover .pill {
      -webkit-transition: all 1s ease;
      transition: all 1s ease;
      padding: 0 32px !important; }
    .l-header.menu-transparent .shopping-cart-container:hover .icon__cart-full {
      left: 9px !important; }
    .l-header.menu-transparent .shopping-cart-container:hover .shopping-cart-label {
      opacity: 1; }
  .l-header a, .l-header a:link, .l-header a:visited, .l-header a:focus, .l-header a:active, .l-header a:hover {
    color: inherit;
    text-decoration: none; }
    .l-header a:hover, .l-header a:link:hover, .l-header a:visited:hover, .l-header a:focus:hover, .l-header a:active:hover, .l-header a:hover:hover {
      text-decoration: none; }
  .l-header a.m-custom-link, .l-header a.m-push-minicard {
    position: relative; }
  .l-header a.m-push-minicard .pushContent {
    padding: 0 0 0 16px;
    width: calc(100% - 50px); }
  .l-header a.m-custom-link div.animatedNextArrow, .l-header a.m-push-minicard div.animatedNextArrow {
    position: absolute;
    right: 28px;
    top: 2px;
    bottom: 0;
    margin: auto; }
  .l-header .l-header-wrapper button {
    border-radius: unset;
    box-shadow: none;
    padding: 0;
    background: transparent; }
  .l-header .pill {
    background-color: transparent;
    border: 1px solid #D8D8D8;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    text-align: center;
    display: block;
    padding: 0 15px;
    -webkit-transition: background-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), border-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: background-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), border-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    color: #fff; }
    .l-header .pill span[class^="icon"] {
      margin-right: 5px;
      font-size: 14px;
      position: relative;
      top: 1px; }
    .l-header .pill:hover {
      background-color: #fff;
      color: #253b56; }
    .l-header .pill:hover {
      border-color: #253b56; }
    .l-header .pill.modernize-shopping-cart:hover {
      border-color: #fff !important;
      color: #fff !important; }
  .l-header .account-signin.account-connected .icon__login {
    display: none; }
  .l-header .account-signin:not(.account-connected) .icon__about-me {
    display: none; }
  .l-header .header-main {
    width: 100%;
    position: absolute;
    z-index: 20;
    height: 70px;
    padding: 10px 0;
    text-align: center;
    -webkit-transition: background-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.6s cubic-bezier(0.42, 0, 0.1, 1);
    transition: background-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.6s cubic-bezier(0.42, 0, 0.1, 1);
    transition: background-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.6s cubic-bezier(0.42, 0, 0.1, 1);
    transition: background-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.6s cubic-bezier(0.42, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.42, 0, 0.1, 1); }
    .l-header .header-main .block-left {
      position: absolute;
      left: 0; }
      .l-header .header-main .block-left .contact {
        display: none;
        position: relative;
        top: -21px; }
        .l-header .header-main .block-left .contact .contact-title, .l-header .header-main .block-left .contact .contact-disclaimer {
          color: rgba(255, 255, 255, 0.64);
          font-size: 12px; }
        .l-header .header-main .block-left .contact .contact-number {
          margin-top: 21px; }
        .l-header .header-main .block-left .contact .contact-title + .contact-number {
          margin-top: 0; }
    .l-header .header-main .block-right {
      float: right; }
      .l-header .header-main .block-right > div {
        display: inline-block;
        vertical-align: top; }
      .l-header .header-main .block-right .account-signin, .l-header .header-main .block-right .lang-selector {
        display: none; }
      .l-header .header-main .block-right .account-name {
        margin-right: 0.25em; }
      .l-header .header-main .block-right:not(.searchbar-hidden) .icon-search {
        color: #253b56; }
    .l-header .header-main .icon-hamburger, .l-header .header-main .icon-search {
      width: 44px;
      height: 44px;
      font-size: 24px;
      color: #fff;
      margin-top: 5px; }
      .l-header .header-main .icon-hamburger span::before, .l-header .header-main .icon-search span::before {
        line-height: normal; }
    .l-header .header-main .icon-search {
      margin-top: -2px; }
    .l-header .header-main .logo-dlp {
      float: none;
      text-align: center;
      display: inline-block;
      width: 130px;
      margin-top: 7px; }
      .l-header .header-main .logo-dlp img {
        width: 100%; }
    .l-header .header-main .logo-color {
      display: none; }
    .l-header .header-main .logo-white {
      display: block; }
    .l-header .header-main .m-search-container {
      top: 9px;
      padding: 0 15px;
      width: calc(100% - 44px);
      -webkit-transition: 0.6s cubic-bezier(0.42, 0, 0.1, 1);
      transition: 0.6s cubic-bezier(0.42, 0, 0.1, 1); }
      .l-header .header-main .m-search-container .input-ctn {
        -webkit-transition: all 0.6s cubic-bezier(0.42, 0, 0.1, 1), border-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
        transition: all 0.6s cubic-bezier(0.42, 0, 0.1, 1), border-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
        padding-top: 5px;
        padding-bottom: 5px;
        margin-top: 7px; }
      .l-header .header-main .m-search-container .m-searchBar {
        overflow: hidden;
        padding-bottom: 10px; }
    .l-header .header-main .m-search-container.autocompletion-show .input-ctn {
      box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.1); }
    .l-header .header-main .autocompletion-wrapper-ref {
      position: relative;
      top: -36px; }
    .l-header .header-main .m-auto-complete {
      width: 100%;
      -webkit-transition: height 0.6s cubic-bezier(0.42, 0, 0.1, 1);
      transition: height 0.6s cubic-bezier(0.42, 0, 0.1, 1);
      margin: 0;
      text-align: left;
      position: absolute;
      overflow: hidden;
      height: 0px;
      padding: 0;
      z-index: -1; }
    .l-header .header-main .auto-complete-results {
      padding-top: 26px;
      padding-bottom: 11px; }
    .l-header .header-main .modernize-shopping-cart {
      display: none; }
    .l-header .header-main .searchbar-hidden .m-search-container {
      width: 50px;
      padding: 0; }
      .l-header .header-main .searchbar-hidden .m-search-container .input-ctn {
        border-color: transparent;
        background: transparent;
        padding-right: 25px;
        padding-left: 25px; }
  .l-header nav {
    width: 275px;
    position: absolute;
    top: 0;
    left: -275px;
    height: 100vh;
    z-index: 0;
    background-color: #fff;
    overflow: hidden; }
    .l-header nav::-webkit-scrollbar {
      display: none; }
  .l-header .categories {
    height: 100%;
    -webkit-transform: none;
    transform: none; }
  .l-header .menu-scroll-ctn {
    overflow-y: auto;
    height: 100%; }
  .l-header .menu-main {
    position: relative;
    min-height: 100%;
    padding-bottom: 175px;
    padding-top: 15px; }
    .l-header .menu-main .account-signin {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
    .l-header .menu-main .pill-ctn {
      margin: 0 32px;
      display: inline-block;
      float: left; }
      .l-header .menu-main .pill-ctn .pill {
        width: 100%;
        color: #253b56; }
    .l-header .menu-main .mdz-cart-ctn {
      text-align: center;
      display: inline-block;
      margin-top: 0; }
      .l-header .menu-main .mdz-cart-ctn .modernize-shopping-cart {
        display: inline-block;
        margin: auto;
        width: 50px; }
        .l-header .menu-main .mdz-cart-ctn .modernize-shopping-cart .icon__cart-full {
          margin-right: 0; }
    .l-header .menu-main .mobile-nav-header {
      margin-bottom: 2.5vh; }
    .l-header .menu-main .mobile-nav-footer {
      position: absolute;
      bottom: 0;
      width: 100%; }
      .l-header .menu-main .mobile-nav-footer .contact-title, .l-header .menu-main .mobile-nav-footer .contact-disclaimer {
        display: block;
        text-align: center; }
    .l-header .menu-main .lang-selector {
      margin-top: 15px;
      border-top: 1px solid #D8D8D8; }
      .l-header .menu-main .lang-selector a {
        color: inherit;
        display: table;
        padding: 8px 32px;
        width: 100%; }
      .l-header .menu-main .lang-selector span {
        display: table-cell;
        vertical-align: middle;
        width: auto; }
      .l-header .menu-main .lang-selector .country-flag {
        float: right;
        width: 45px;
        display: table-cell;
        vertical-align: middle;
        margin: 0; }
  .l-header .category-header {
    font-size: 16px; }
    .l-header .category-header a {
      padding: 16px 56px 16px 32px;
      padding: 2.5vh 56px 2.5vh 32px;
      display: block;
      color: inherit; }
  .l-header .submenu {
    background-color: #F7F7F7;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -100%;
    width: 100%; }
  .l-header .submenu-navigation {
    padding: 0 44px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    position: relative;
    top: 0;
    width: 100%;
    background-color: #fff;
    margin-bottom: 16px; }
    .l-header .submenu-navigation .back-menu {
      border: none;
      background-color: transparent;
      box-shadow: none;
      width: 44px;
      height: 44px;
      padding: 0;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      font-size: 10px;
      color: #9B9B9B;
      margin: auto;
      cursor: pointer; }
    .l-header .submenu-navigation .back-menu-label {
      font-weight: bolder; }
  .l-header .submenu-scroll-ctn {
    overflow-y: scroll;
    overflow-x: hidden;
    position: absolute;
    width: 100%;
    top: 70px;
    bottom: 0; }
  .l-header .category-content {
    display: none; }
    .l-header .category-content .col {
      margin-bottom: 40px; }
    .l-header .category-content.category-content-selected {
      display: block; }
    .l-header .category-content .heading {
      font-size: 16px;
      text-align: left;
      font-weight: bold;
      padding: 32px; }
      .l-header .category-content .heading:not(:empty) {
        line-height: 16px; }
    .l-header .category-content li {
      color: #4A4A4A;
      display: block; }
      .l-header .category-content li a {
        padding: 16px 56px 16px 32px;
        display: block; }
    .l-header .category-content ul:not(:last-of-type) {
      margin-bottom: 20px; }
  .l-header .m-map-direction {
    text-align: center;
    margin-top: 20px;
    text-align: center;
    display: block;
    border-top: #D8D8D8 1px solid;
    padding: 18px; }
    .l-header .m-map-direction a:hover {
      color: #1994d7; }
    .l-header .m-map-direction .icon__maps, .l-header .m-map-direction .label {
      display: inline-block;
      vertical-align: middle; }
    .l-header .m-map-direction .icon__maps {
      font-size: 25px;
      margin-right: 0.25em; }
    .l-header .m-map-direction .label {
      font-size: 14px; }
  .l-header .parkhours-ctn {
    padding: 16px 32px; }
    .l-header .parkhours-ctn .heading {
      padding: 0; }
      .l-header .parkhours-ctn .heading:not(:empty) {
        margin-bottom: 6px; }
    .l-header .parkhours-ctn .parkhours .heading {
      font-size: 14px;
      font-weight: normal; }
    .l-header .parkhours-ctn .parkhours-title, .l-header .parkhours-ctn .parkhours li:not(:last-child) {
      margin-bottom: 23px; }
    .l-header .parkhours-ctn .parkhours-date {
      color: #8E8E93;
      font-size: 12px; }

@media only screen and (max-width: 1020px) {
  .l-header .parkhours-ctn .parkhours-title {
    font-size: 16px;
    font-weight: 700; }
    .l-header .parkhours-ctn .parkhours-title label {
      color: #8e8e93;
      display: inline-block;
      font-size: 12px;
      font-weight: normal; }
  .l-header .parkhours-ctn .parkhours .parks {
    margin-bottom: 23px; }
    .l-header .parkhours-ctn .parkhours .parks .heading {
      color: #4a4a4a; }
    .l-header .parkhours-ctn .parkhours .parks .parkhours-hours {
      color: #8e8e93;
      font-size: 12px; } }

/** ============================================================================================== **/
@media only screen and (min-width: 1020px) {
  html.menu-opened {
    overflow: auto; }
    html.menu-opened body {
      overflow: auto; }
    html.menu-opened .l-header nav, html.menu-opened .l-main-wrapper, html.menu-opened .home-page-template, html.menu-opened .l-header .header-main {
      -webkit-transition: none;
      transition: none;
      -webkit-transform: none;
      transform: none; }
  .l-header {
    position: absolute;
    -webkit-transition: background-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: background-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .l-header .modernize-shopping-cart.pill {
      height: 30px; }
  .l-header.submenu-opened .l-header-wrapper, .l-header.menu-white .l-header-wrapper, .l-header.menu-theme-white .l-header-wrapper {
    box-shadow: 0 4px 40px 0px rgba(0, 0, 0, 0.11);
    background-color: #fff; }
    .l-header.submenu-opened .l-header-wrapper .pill, .l-header.menu-white .l-header-wrapper .pill, .l-header.menu-theme-white .l-header-wrapper .pill {
      border-color: #D8D8D8;
      color: #253b56; }
      .l-header.submenu-opened .l-header-wrapper .pill:hover, .l-header.menu-white .l-header-wrapper .pill:hover, .l-header.menu-theme-white .l-header-wrapper .pill:hover {
        border-color: #253b56; }
      .l-header.submenu-opened .l-header-wrapper .pill.modernize-shopping-cart:hover, .l-header.menu-white .l-header-wrapper .pill.modernize-shopping-cart:hover, .l-header.menu-theme-white .l-header-wrapper .pill.modernize-shopping-cart:hover {
        border-color: #fff !important;
        color: #fff !important; }
    .l-header.submenu-opened .l-header-wrapper .category-header, .l-header.menu-white .l-header-wrapper .category-header, .l-header.menu-theme-white .l-header-wrapper .category-header {
      color: #253b56; }
    .l-header.submenu-opened .l-header-wrapper .header-main, .l-header.menu-white .l-header-wrapper .header-main, .l-header.menu-theme-white .l-header-wrapper .header-main {
      box-shadow: none;
      background-color: transparent; }
      .l-header.submenu-opened .l-header-wrapper .header-main .logo-color, .l-header.menu-white .l-header-wrapper .header-main .logo-color, .l-header.menu-theme-white .l-header-wrapper .header-main .logo-color {
        display: block; }
      .l-header.submenu-opened .l-header-wrapper .header-main .logo-white, .l-header.menu-white .l-header-wrapper .header-main .logo-white, .l-header.menu-theme-white .l-header-wrapper .header-main .logo-white {
        display: none; }
      .l-header.submenu-opened .l-header-wrapper .header-main .block-left .contact .contact-title, .l-header.menu-white .l-header-wrapper .header-main .block-left .contact .contact-title, .l-header.menu-theme-white .l-header-wrapper .header-main .block-left .contact .contact-title, .l-header.submenu-opened .l-header-wrapper .header-main .block-left .contact .contact-disclaimer, .l-header.menu-white .l-header-wrapper .header-main .block-left .contact .contact-disclaimer, .l-header.menu-theme-white .l-header-wrapper .header-main .block-left .contact .contact-disclaimer {
        color: #767676; }
      .l-header.submenu-opened .l-header-wrapper .header-main .m-search-container .input-ctn, .l-header.menu-white .l-header-wrapper .header-main .m-search-container .input-ctn, .l-header.menu-theme-white .l-header-wrapper .header-main .m-search-container .input-ctn {
        border-color: #D8D8D8; }
        .l-header.submenu-opened .l-header-wrapper .header-main .m-search-container .input-ctn:hover, .l-header.menu-white .l-header-wrapper .header-main .m-search-container .input-ctn:hover, .l-header.menu-theme-white .l-header-wrapper .header-main .m-search-container .input-ctn:hover {
          border-color: #253b56; }
      .l-header.submenu-opened .l-header-wrapper .header-main .m-search-container .icon-search, .l-header.menu-white .l-header-wrapper .header-main .m-search-container .icon-search, .l-header.menu-theme-white .l-header-wrapper .header-main .m-search-container .icon-search {
        color: #253b56; }
  .l-header.submenu-opened .l-header-wrapper .categories {
    -webkit-transform: none;
    transform: none; }
  .l-header.submenu-opened .l-header-wrapper .submenu {
    opacity: 1;
    visibility: visible; }
  .l-header.menu-fixed {
    -webkit-filter: blur(0);
            filter: blur(0);
    top: -66px;
    /* Fix Short Path click in invisible area */
    height: 0;
    -webkit-transform: translateY(66px) scale(1);
    transform: translateY(66px) scale(1);
    -webkit-transition: background-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.9s cubic-bezier(0.42, 0, 0.1, 1);
    transition: background-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.9s cubic-bezier(0.42, 0, 0.1, 1);
    transition: background-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.9s cubic-bezier(0.42, 0, 0.1, 1);
    transition: background-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.9s cubic-bezier(0.42, 0, 0.1, 1), -webkit-transform 0.9s cubic-bezier(0.42, 0, 0.1, 1); }
    .l-header.menu-fixed .l-header-wrapper .category-header {
      font-size: 14px; }
      .l-header.menu-fixed .l-header-wrapper .category-header a {
        padding: 20px 16px; }
        .l-header.menu-fixed .l-header-wrapper .category-header a .category-title::after {
          bottom: -22px; }
    .l-header.menu-fixed .l-header-wrapper nav {
      clear: none; }
    .l-header.menu-fixed .l-header-wrapper .header-main {
      padding: 0; }
      .l-header.menu-fixed .l-header-wrapper .header-main .block-left {
        display: none; }
      .l-header.menu-fixed .l-header-wrapper .header-main .block-right {
        top: 15px; }
        .l-header.menu-fixed .l-header-wrapper .header-main .block-right .lang-selector {
          margin-left: 8px; }
      .l-header.menu-fixed .l-header-wrapper .header-main .account-name {
        display: none; }
      .l-header.menu-fixed .l-header-wrapper .header-main .account-signin {
        padding: 0;
        width: 30px; }
        .l-header.menu-fixed .l-header-wrapper .header-main .account-signin span[class^="icon"] {
          margin: 0; }
      .l-header.menu-fixed .l-header-wrapper .header-main .logo-dlp {
        width: 120px;
        position: absolute;
        left: 0;
        margin-left: 15px;
        margin-top: 14px; }
    .l-header.menu-fixed .shopping-cart-container .shopping-cart-label {
      width: 150px !important; }
  .l-header:not(.menu-fixed) .pill:hover {
    border-color: #D8D8D8;
    -webkit-transition: background-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), border-color 0s;
    transition: background-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), border-color 0s; }
  header:not(.page-hero) .header-placeholder {
    height: 176px; }
  .l-header a.m-push-minicard .pushContent {
    padding: 0 16px;
    width: calc(100% - 70px); }
  .l-header .autocompletion-wrapper-ref {
    top: -26px; }
  .l-header .auto-complete-results {
    padding-top: 16px; }
  .l-header .header-main {
    position: relative;
    padding: 28px 0 14px;
    height: auto;
    margin: auto;
    max-width: 1200px; }
    .l-header .header-main .pill {
      background-color: transparent;
      border: 1px solid #D8D8D8;
      height: 30px;
      line-height: 30px;
      border-radius: 30px;
      text-align: center;
      display: block;
      padding: 0 15px;
      -webkit-transition: background-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), border-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
      transition: background-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), border-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
      color: #fff;
      font-size: 12px;
      border-color: #fff;
      color: #fff; }
      .l-header .header-main .pill span[class^="icon"] {
        margin-right: 5px;
        font-size: 14px;
        position: relative;
        top: 1px; }
      .l-header .header-main .pill:hover {
        background-color: #fff;
        color: #253b56; }
    .l-header .header-main .m-auto-complete {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
    .l-header .header-main .m-search-container {
      top: 0;
      padding: 0;
      height: 30px;
      right: 38px;
      width: 100%; }
      .l-header .header-main .m-search-container .m-searchBar {
        margin: 0;
        width: 100%; }
      .l-header .header-main .m-search-container .input-ctn {
        border-color: #fff;
        padding: 1px 28px;
        margin-top: 0; }
        .l-header .header-main .m-search-container .input-ctn input {
          font-size: 12px; }
        .l-header .header-main .m-search-container .input-ctn .icon-search {
          left: -8px;
          font-size: 16px;
          -webkit-transition-delay: 0s;
                  transition-delay: 0s;
          margin-top: -7px; }
    .l-header .header-main .searchbar-hidden .m-search-container {
      width: 30px; }
      .l-header .header-main .searchbar-hidden .m-search-container .input-ctn {
        border-color: #fff;
        padding-right: 14px;
        padding-left: 14px; }
        .l-header .header-main .searchbar-hidden .m-search-container .input-ctn:hover {
          background-color: #fff; }
          .l-header .header-main .searchbar-hidden .m-search-container .input-ctn:hover .icon-search {
            color: #253b56; }
    .l-header .header-main .block-left {
      margin-left: 15px; }
      .l-header .header-main .block-left .contact {
        display: block; }
      .l-header .header-main .block-left .icon-hamburger {
        display: none; }
    .l-header .header-main .block-right {
      position: absolute;
      right: 0;
      margin-right: 15px;
      min-width: 200px;
      text-align: right; }
      .l-header .header-main .block-right .account-signin, .l-header .header-main .block-right .lang-selector {
        display: inline-block; }
      .l-header .header-main .block-right .lang-selector {
        margin-left: 8px;
        margin-right: 76px;
        padding: 0 5px;
        min-width: 30px; }
        .l-header .header-main .block-right .lang-selector .icon__global-languages {
          position: absolute;
          font-size: 18px;
          display: block;
          width: 35px;
          top: 3px;
          margin: 0; }
          .l-header .header-main .block-right .lang-selector .icon__global-languages + .country-flag {
            opacity: 0; }
        .l-header .header-main .block-right .lang-selector .country-flag {
          width: 35px;
          margin-top: -3px;
          display: inline-block; }
    .l-header .header-main .logo-dlp {
      width: 180px;
      margin-top: 0; }
  .l-header nav {
    position: static;
    overflow: visible;
    -webkit-transform: none;
    transform: none;
    height: auto;
    text-align: center;
    width: 100%;
    margin: auto;
    left: 0;
    padding: 0;
    clear: both;
    background: transparent; }
  .l-header .menu-scroll-ctn {
    overflow-y: visible;
    height: auto; }
  .l-header .menu-main {
    padding: 0;
    max-width: 1200px;
    margin: auto; }
  .l-header .mobile-nav-header, .l-header .mobile-nav-footer {
    display: none; }
  .l-header .category-header {
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    border: none;
    position: relative;
    display: inline-block;
    color: #fff; }
    .l-header .category-header a {
      padding: 28px 24px; }
      .l-header .category-header a::after {
        display: none; }
      .l-header .category-header a .category-title {
        position: relative;
        display: block; }
        .l-header .category-header a .category-title::after {
          content: '';
          display: block;
          background-color: #1994d7;
          height: 4px;
          border-radius: 4px;
          position: absolute;
          bottom: -28px;
          left: 51%;
          right: 51%;
          -webkit-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
          transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
          z-index: 0; }
    .l-header .category-header.category-header-selected .category-title::after {
      left: 0;
      right: 0; }
  .l-header .submenu {
    text-align: left;
    width: 100%;
    -webkit-transform: none;
    transform: none;
    box-sizing: content-box;
    padding-top: 44px;
    position: absolute;
    z-index: -1;
    top: auto;
    bottom: auto;
    right: auto;
    -webkit-transition: visibility 0.6s cubic-bezier(0.42, 0, 0.1, 1), opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), height 0.6s cubic-bezier(0.42, 0, 0.1, 1);
    transition: visibility 0.6s cubic-bezier(0.42, 0, 0.1, 1), opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), height 0.6s cubic-bezier(0.42, 0, 0.1, 1);
    visibility: hidden;
    opacity: 0;
    height: 400px;
    overflow: hidden; }
  .l-header .submenu-navigation {
    display: none; }
  .l-header .submenu-scroll-ctn {
    position: static;
    overflow: visible; }
    .l-header .submenu-scroll-ctn > ul.categories-content li.category-content:first-child .col.parkhours-col {
      width: 50%;
      padding-top: 16px;
      padding-bottom: 16px; }
      .l-header .submenu-scroll-ctn > ul.categories-content li.category-content:first-child .col.parkhours-col .parkhours-ctn {
        border: solid 0.5px #1994d7;
        position: relative;
        padding: 40px 20px; }
        .l-header .submenu-scroll-ctn > ul.categories-content li.category-content:first-child .col.parkhours-col .parkhours-ctn .parkhours-title {
          position: absolute;
          margin: initial;
          top: -10px;
          left: 0;
          right: 0;
          text-align: center; }
          .l-header .submenu-scroll-ctn > ul.categories-content li.category-content:first-child .col.parkhours-col .parkhours-ctn .parkhours-title p {
            margin: 0;
            background: #F7F7F7;
            display: inline-block;
            line-height: unset;
            padding: 0 10px; }
          .l-header .submenu-scroll-ctn > ul.categories-content li.category-content:first-child .col.parkhours-col .parkhours-ctn .parkhours-title label {
            font-weight: 700; }
        .l-header .submenu-scroll-ctn > ul.categories-content li.category-content:first-child .col.parkhours-col .parkhours-ctn .parkhours {
          width: 100%; }
          .l-header .submenu-scroll-ctn > ul.categories-content li.category-content:first-child .col.parkhours-col .parkhours-ctn .parkhours div.parks {
            width: 50%;
            display: inline-block;
            text-align: center; }
            .l-header .submenu-scroll-ctn > ul.categories-content li.category-content:first-child .col.parkhours-col .parkhours-ctn .parkhours div.parks .heading {
              text-align: center;
              font-size: 18px;
              text-decoration: underline; }
            .l-header .submenu-scroll-ctn > ul.categories-content li.category-content:first-child .col.parkhours-col .parkhours-ctn .parkhours div.parks .parkhours-hours.operating {
              margin-bottom: 20px;
              font-weight: bold; }
            .l-header .submenu-scroll-ctn > ul.categories-content li.category-content:first-child .col.parkhours-col .parkhours-ctn .parkhours div.parks .parkhours-hours.hours-emt .hour-time {
              font-weight: bold; }
            .l-header .submenu-scroll-ctn > ul.categories-content li.category-content:first-child .col.parkhours-col .parkhours-ctn .parkhours div.parks:last-child {
              float: right; }
  .l-header .l-header-wrapper .submenu-scroll-ctn ul.categories-content li.category-content {
    text-align: center;
    width: 1200px;
    max-width: 100%;
    margin: auto;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: visibility 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    left: 0;
    right: 0;
    display: block;
    padding-top: 0px;
    font-size: 0; }
    .l-header .l-header-wrapper .submenu-scroll-ctn ul.categories-content li.category-content .col {
      margin: 0;
      padding: 0 16px;
      width: 25%;
      display: inline-block;
      vertical-align: top;
      text-align: left;
      position: relative;
      -webkit-transition: top 0.6s cubic-bezier(0.42, 0, 0.1, 1);
      transition: top 0.6s cubic-bezier(0.42, 0, 0.1, 1);
      font-size: 14px; }
      .l-header .l-header-wrapper .submenu-scroll-ctn ul.categories-content li.category-content .col:nth-child(1) {
        top: 10px; }
      .l-header .l-header-wrapper .submenu-scroll-ctn ul.categories-content li.category-content .col:nth-child(2) {
        top: 17px;
        -webkit-transition-delay: 0.08s;
                transition-delay: 0.08s;
        -webkit-transition-duration: 0.52s;
                transition-duration: 0.52s; }
      .l-header .l-header-wrapper .submenu-scroll-ctn ul.categories-content li.category-content .col:nth-child(3) {
        top: 22px;
        -webkit-transition-delay: 0.16s;
                transition-delay: 0.16s;
        -webkit-transition-duration: 0.44s;
                transition-duration: 0.44s; }
      .l-header .l-header-wrapper .submenu-scroll-ctn ul.categories-content li.category-content .col:nth-child(4) {
        top: 25px;
        -webkit-transition-delay: 0.24s;
                transition-delay: 0.24s;
        -webkit-transition-duration: 0.36s;
                transition-duration: 0.36s; }
      .l-header .l-header-wrapper .submenu-scroll-ctn ul.categories-content li.category-content .col.displays-offers:not(:nth-child(4)) {
        width: auto;
        min-width: 25%;
        max-width: 50%; }
        .l-header .l-header-wrapper .submenu-scroll-ctn ul.categories-content li.category-content .col.displays-offers:not(:nth-child(4)) li {
          width: 50%; }
          .l-header .l-header-wrapper .submenu-scroll-ctn ul.categories-content li.category-content .col.displays-offers:not(:nth-child(4)) li:nth-child(odd) {
            float: left;
            clear: both;
            padding-right: 20px; }
          .l-header .l-header-wrapper .submenu-scroll-ctn ul.categories-content li.category-content .col.displays-offers:not(:nth-child(4)) li:nth-child(even) {
            padding-left: 20px;
            float: left; }
    .l-header .l-header-wrapper .submenu-scroll-ctn ul.categories-content li.category-content.category-content-selected {
      opacity: 1;
      visibility: visible;
      -webkit-transition: visibility 0.6s cubic-bezier(0.42, 0, 0.1, 1), opacity 0.6s cubic-bezier(0.42, 0, 0.1, 1);
      transition: visibility 0.6s cubic-bezier(0.42, 0, 0.1, 1), opacity 0.6s cubic-bezier(0.42, 0, 0.1, 1); }
      .l-header .l-header-wrapper .submenu-scroll-ctn ul.categories-content li.category-content.category-content-selected .col {
        top: 0; }
    .l-header .l-header-wrapper .submenu-scroll-ctn ul.categories-content li.category-content .heading {
      padding: 0; }
      .l-header .l-header-wrapper .submenu-scroll-ctn ul.categories-content li.category-content .heading:not(:empty) {
        line-height: 20px;
        margin-bottom: 20px; }
    .l-header .l-header-wrapper .submenu-scroll-ctn ul.categories-content li.category-content li:not(:last-child) {
      margin-bottom: 10px; }
    .l-header .l-header-wrapper .submenu-scroll-ctn ul.categories-content li.category-content li a {
      display: block;
      padding: 0;
      margin: 0; }
      .l-header .l-header-wrapper .submenu-scroll-ctn ul.categories-content li.category-content li a.m-custom-link {
        display: inline-block; }
        .l-header .l-header-wrapper .submenu-scroll-ctn ul.categories-content li.category-content li a.m-custom-link .pushContent {
          padding-right: 28px; }
      .l-header .l-header-wrapper .submenu-scroll-ctn ul.categories-content li.category-content li a div.animatedNextArrow {
        right: 0; }
      .l-header .l-header-wrapper .submenu-scroll-ctn ul.categories-content li.category-content li a:not(.m-custom-link):not(.m-push-minicard)::after {
        display: none; }
    .l-header .l-header-wrapper .submenu-scroll-ctn ul.categories-content li.category-content li:hover {
      color: #1994d7; }
    .l-header .l-header-wrapper .submenu-scroll-ctn ul.categories-content li.category-content .parkhours-ctn li:hover {
      color: inherit; }
  .l-header .m-map-direction {
    display: block;
    margin-top: 36px;
    left: 48px;
    right: 48px;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0; }
  .l-header .parkhours-ctn {
    padding: 0;
    margin: 0; }
    .l-header .parkhours-ctn .parkhours-date {
      display: block; }
    .l-header .parkhours-ctn .heading {
      padding: 0; }
      .l-header .parkhours-ctn .heading:not(:empty) {
        margin-bottom: 6px; }
    .l-header .parkhours-ctn ul.parkhours li {
      margin-bottom: 16px;
      color: inherit; } }

@media only screen and (min-width: 1100px) and (max-width: 1110px) {
  .l-header.menu-fixed .l-header-wrapper .category-header a {
    padding: 20px 14px; } }

@media only screen and (min-width: 1070px) and (max-width: 1100px) {
  .l-header.menu-fixed .l-header-wrapper .category-header a {
    padding: 20px 12px; } }

@media only screen and (min-width: 1050px) and (max-width: 1070px) {
  .l-header.menu-fixed .l-header-wrapper .category-header a {
    padding: 20px 10px; } }

@media only screen and (min-width: 1020px) and (max-width: 1049px) {
  .l-header.menu-fixed .l-header-wrapper .category-header a {
    padding: 20px 8px; } }

/* Remove DDS/Pluto Header background color */
body header#dmi-globalHeader {
  background-color: transparent; }

.main-header-phantom {
  height: 88px;
  width: 100%;
  display: none;
  visibility: hidden; }
  @media only screen and (max-width: 980px) {
    .main-header-phantom {
      height: 60px; } }

.main-header {
  position: relative; }
  .main-header.fixed {
    position: fixed;
    height: 88px; }
    @media only screen and (max-width: 980px) {
      .main-header.fixed {
        height: 60px; } }
  .main-header .l-header-wrapper {
    position: relative;
    top: 0;
    width: 100%;
    height: 88px;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .main-header .l-header-wrapper .header-top {
      width: 100%;
      box-shadow: 0 6px 12px 0 rgba(52, 148, 255, 0.08);
      background-color: #ffffff;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-shrink: 0; }
    .main-header .l-header-wrapper .header-menu-details {
      display: flex;
      width: 1000px;
      background: #FFF;
      z-index: -1;
      border-radius: 0 0 12px 12px;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: visibility .2s linear, opacity .2s linear;
      transition: visibility .2s linear, opacity .2s linear;
      flex-shrink: 0; }
      .main-header .l-header-wrapper .header-menu-details.expanded {
        opacity: 1;
        visibility: visible; }
      @media only screen and (max-width: 980px) {
        .main-header .l-header-wrapper .header-menu-details {
          flex-direction: column;
          min-width: 100%;
          height: calc(100% - 56px);
          width: 100%;
          opacity: 1;
          position: fixed;
          bottom: 0;
          top: 56px;
          z-index: 100;
          -webkit-transform: translateY(-100%);
                  transform: translateY(-100%);
          -webkit-transition: visibility 0.5s linear, -webkit-transform .5s ease-in-out;
          transition: visibility 0.5s linear, -webkit-transform .5s ease-in-out;
          transition: visibility 0.5s linear, transform .5s ease-in-out;
          transition: visibility 0.5s linear, transform .5s ease-in-out, -webkit-transform .5s ease-in-out; }
          .main-header .l-header-wrapper .header-menu-details.expanded {
            -webkit-transform: translateY(0);
                    transform: translateY(0); }
          .main-header .l-header-wrapper .header-menu-details .mobile-item-title {
            display: flex;
            justify-content: center;
            width: 100%;
            height: 60px;
            align-items: center;
            flex-direction: column;
            position: relative; }
            .main-header .l-header-wrapper .header-menu-details .mobile-item-title svg {
              justify-self: flex-end;
              width: 100%;
              height: 10px;
              display: block;
              position: absolute;
              bottom: 0;
              left: 0; }
            .main-header .l-header-wrapper .header-menu-details .mobile-item-title a {
              display: flex;
              align-items: center;
              font-weight: bold; }
            .main-header .l-header-wrapper .header-menu-details .mobile-item-title .icon {
              display: block;
              font-weight: normal;
              margin-right: 6px;
              margin-top: 2px;
              background-image: linear-gradient(30deg, #3269ff, #00b5ff);
              -webkit-background-clip: text;
              background-clip: text;
              color: transparent; }
              .main-header .l-header-wrapper .header-menu-details .mobile-item-title .icon::before {
                width: 100%;
                height: 100%; }
              @supports (-ms-ime-align: auto) and (color: unset) {
                .main-header .l-header-wrapper .header-menu-details .mobile-item-title .icon {
                  background: none;
                  color: #00b5ff;
                  -webkit-text-fill-color: #00b5ff; } }
            .main-header .l-header-wrapper .header-menu-details .mobile-item-title _:-ms-lang(x), .main-header .l-header-wrapper .header-menu-details .mobile-item-title .icon {
              background: none;
              color: #00b5ff; } }
    .main-header .l-header-wrapper .autocompletion-wrapper-ref .m-auto-complete {
      width: 100%;
      -webkit-transition: height 0.6s cubic-bezier(0.42, 0, 0.1, 1);
      transition: height 0.6s cubic-bezier(0.42, 0, 0.1, 1);
      margin: 0;
      text-align: left;
      position: absolute;
      overflow: hidden;
      height: 0px;
      padding: 0;
      z-index: -1; }
    .main-header .l-header-wrapper .header-nav {
      min-width: 772px;
      max-width: calc(100% - 110px); }
    @media only screen and (max-width: 980px) {
      .main-header .l-header-wrapper {
        box-shadow: none;
        height: auto;
        justify-content: space-between;
        align-items: inherit;
        position: inherit; }
        .main-header .l-header-wrapper .header-nav {
          -webkit-transform: none;
                  transform: none;
          min-width: 100%;
          max-width: 100%; } }

.l-header {
  /* NOTE */
  /* TOOLTIPS */
  /* MEDIA QUERY : DESKTOP */ }
  .l-header [class^="icon"]::before {
    font-family: "dlp_pep_font-webfont";
    text-decoration: none;
    line-height: 20px; }
  .l-header .icon__cro::before {
    content: '\e419'; }
  .l-header .icon__login::before {
    content: '\e323';
    content: '\e101'; }
  .l-header .icon__home::before {
    content: '\e328'; }
  .l-header .icon__shop-disney-bag::before {
    content: '\e01e'; }
  .l-header .icon__hollywood-studios::before {
    content: '\e044'; }
  .l-header .icon__downtown-disney::before {
    content: '\e047'; }
  .l-header .icon__all-categories::before {
    content: '\e04c'; }
  .l-header .icon__dcl-destinations::before {
    content: '\e082'; }
  .l-header .icon__app-instructions::before {
    content: '\e086'; }
  .l-header .icon__featured-article::before {
    content: '\e087'; }
  .l-header .icon__drink-of-the-day::before {
    content: '\e088'; }
  .l-header .icon__view-folio::before {
    content: '\e08a'; }
  .l-header .icon__key-to-the-world::before {
    content: '\e08b'; }
  .l-header .icon__in-room-entertainment::before {
    content: '\e08c'; }
  .l-header .icon__ship-directory::before {
    content: '\e08d'; }
  .l-header .icon__theatre::before {
    content: '\e08e'; }
  .l-header .icon__disembarkation::before {
    content: '\e08f'; }
  .l-header .icon__youth-clubs::before {
    content: '\e093'; }
  .l-header .icon__cold-flu::before {
    content: '\e094'; }
  .l-header .icon__security-notice::before {
    content: '\e095'; }
  .l-header .icon__environmental-message::before {
    content: '\e096'; }
  .l-header .icon__rotational-dining::before {
    content: '\e097'; }
  .l-header .icon__room-upgrade::before {
    content: '\e098'; }
  .l-header .icon__cart-empty::before {
    content: '\e0c0'; }
  .l-header .icon__cart-full::before {
    content: '\e0c1'; }
  .l-header .icon__tickets::before {
    content: '\e0c2'; }
  .l-header .icon__fastpass-plus::before {
    content: '\e0c3'; }
  .l-header .icon__fastpasses-set::before {
    content: '\e0c4'; }
  .l-header .icon__fastpasses-copy-set::before {
    content: '\e0c5'; }
  .l-header .icon__cancel-fastpasses::before {
    content: '\e0c6'; }
  .l-header .icon__vacation-packages::before {
    content: '\e0c8'; }
  .l-header .icon__personal-magic::before {
    content: '\e0c9'; }
  .l-header .icon__disney-vacation-club-info::before {
    content: '\e0cb'; }
  .l-header .icon__annual-passholder::before {
    content: '\e0cc'; }
  .l-header .icon__special-offers::before {
    content: '\e0ce'; }
  .l-header .icon__booking-rooms-packages::before {
    content: '\e0cf'; }
  .l-header .icon__old-fastpass::before {
    content: '\e0d0'; }
  .l-header .icon__certificate::before {
    content: '\e0d1'; }
  .l-header .icon__will-call-tickets::before {
    content: '\e0d2'; }
  .l-header .icon__entrance-pass::before {
    content: '\e0d3'; }
  .l-header .icon__guest-pass::before {
    content: '\e0d4'; }
  .l-header .icon__dlp-special-offers::before {
    content: '\e0de'; }
  .l-header .icon__dlp-france-fiscal-changes::before {
    content: '\e0df'; }
  .l-header .icon__currency-convertor::before {
    content: '\e0eb'; }
  .l-header .icon__call-to-buy-tickets::before {
    content: '\e0ec'; }
  .l-header .icon__wdw-tickets-and-passes::before {
    content: '\e0ed'; }
  .l-header .icon__mdx::before {
    content: '\e100'; }
  .l-header .icon__about-me::before {
    content: '\e101'; }
  .l-header .icon__friends-family::before {
    content: '\e102'; }
  .l-header .icon__account-settings::before {
    content: '\e103'; }
  .l-header .icon__pin-payment-methods::before {
    content: '\e106'; }
  .l-header .icon__communication-references::before {
    content: '\e107'; }
  .l-header .icon__wishlist::before {
    content: '\e108'; }
  .l-header .icon__link-existing-reservation::before {
    content: '\e109'; }
  .l-header .icon__guest-entered-schedule-item::before {
    content: '\e10a'; }
  .l-header .icon__birthday::before {
    content: '\e10b'; }
  .l-header .icon__memory-maker::before {
    content: '\e10c'; }
  .l-header .icon__memory-maker-2::before {
    content: '\e10d'; }
  .l-header .icon__link-mdx-tickets-passes::before {
    content: '\e10f'; }
  .l-header .icon__link-mdx-resort-reservations::before {
    content: '\e110'; }
  .l-header .icon__link-mdx-dining-reservations::before {
    content: '\e111'; }
  .l-header .icon__wishlist-item-added::before {
    content: '\e116'; }
  .l-header .icon__wishlist-empty::before {
    content: '\e117'; }
  .l-header .icon__all-activities::before {
    content: '\e140'; }
  .l-header .icon__attractions::before {
    content: '\e141'; }
  .l-header .icon__characters::before {
    content: '\e142'; }
  .l-header .icon__entertainment::before {
    content: '\e143'; }
  .l-header .icon__tours-events::before {
    content: '\e144'; }
  .l-header .icon__in-park-shopping::before {
    content: '\e145'; }
  .l-header .icon__spas::before {
    content: '\e146'; }
  .l-header .icon__paris-tour::before {
    content: '\e147'; }
  .l-header .icon__outdoor-activities::before {
    content: '\e148'; }
  .l-header .icon__dlp-attractions::before {
    content: '\e149'; }
  .l-header .icon__dlp-character-meet::before {
    content: '\e14a'; }
  .l-header .icon__meetings-professional-events::before {
    content: '\e14b'; }
  .l-header .icon__dining::before {
    content: '\e180'; }
  .l-header .icon__dining-plan::before {
    content: '\e181'; }
  .l-header .icon__dining-plan-accepted::before {
    content: '\e182'; }
  .l-header .icon__dining-plan-not-accepted::before {
    content: '\e183'; }
  .l-header .icon__dining-reservation::before {
    content: '\e184'; }
  .l-header .icon__menu::before {
    content: '\e185'; }
  .l-header .icon__prix-fixe-qsr::before {
    content: '\e186'; }
  .l-header .icon__prix-fixe-tsr::before {
    content: '\e187'; }
  .l-header .icon__entrees-qsr::before {
    content: '\e188'; }
  .l-header .icon__entrees-tsr::before {
    content: '\e189'; }
  .l-header .icon__beverages::before {
    content: '\e18a'; }
  .l-header .icon__wine::before {
    content: '\e18b'; }
  .l-header .icon__beer::before {
    content: '\e18c'; }
  .l-header .icon__cocktails::before {
    content: '\e18d'; }
  .l-header .icon__appetizers::before {
    content: '\e18e'; }
  .l-header .icon__sandwiches::before {
    content: '\e18f'; }
  .l-header .icon__beef-pork-chicken::before {
    content: '\e190'; }
  .l-header .icon__seafood::before {
    content: '\e191'; }
  .l-header .icon__pasta::before {
    content: '\e192'; }
  .l-header .icon__salads::before {
    content: '\e193'; }
  .l-header .icon__sides::before {
    content: '\e194'; }
  .l-header .icon__desserts::before {
    content: '\e195'; }
  .l-header .icon__buffet::before {
    content: '\e196'; }
  .l-header .icon__favorites::before {
    content: '\e197'; }
  .l-header .icon__kids-picks::before {
    content: '\e198'; }
  .l-header .icon__featured-items::before {
    content: '\e199'; }
  .l-header .icon__nutritional-content::before {
    content: '\e19a'; }
  .l-header .icon__nutritional-information::before {
    content: '\e19b'; }
  .l-header .icon__gluten-free::before {
    content: '\e19c'; }
  .l-header .icon__dairy-free::before {
    content: '\e19d'; }
  .l-header .icon__character-dining::before {
    content: '\e19e'; }
  .l-header .icon__special-dietary-needs::before {
    content: '\e1a0'; }
  .l-header .icon__vegetarian::before {
    content: '\e1a2'; }
  .l-header .icon__raw-food::before {
    content: '\e1a3'; }
  .l-header .icon__guest-favorite-food::before {
    content: '\e1a4'; }
  .l-header .icon__sports-recreation::before {
    content: '\e1c0'; }
  .l-header .icon__campfire::before {
    content: '\e1c1'; }
  .l-header .icon__snorkeling::before {
    content: '\e1c2'; }
  .l-header .icon__swimming::before {
    content: '\e1c3'; }
  .l-header .icon__boating::before {
    content: '\e1c4'; }
  .l-header .icon__running::before {
    content: '\e1c5'; }
  .l-header .icon__fitness-room::before {
    content: '\e1c6'; }
  .l-header .icon__game::before {
    content: '\e1c7'; }
  .l-header .icon__shuffleboard::before {
    content: '\e1c8'; }
  .l-header .icon__playground::before {
    content: '\e1ca'; }
  .l-header .icon__horseback-riding::before {
    content: '\e1cb'; }
  .l-header .icon__pool-tables::before {
    content: '\e1cc'; }
  .l-header .icon__fishing::before {
    content: '\e1cd'; }
  .l-header .icon__basketball::before {
    content: '\e1cf'; }
  .l-header .icon__cycling::before {
    content: '\e1d0'; }
  .l-header .icon__explore::before {
    content: '\e1d1'; }
  .l-header .icon__disneyland-recreation::before {
    content: '\e1d2'; }
  .l-header .icon__crosscountry::before {
    content: '\e1d9'; }
  .l-header .icon__soccer::before {
    content: '\e1da'; }
  .l-header .icon__softball-slowpitch::before {
    content: '\e1dc'; }
  .l-header .icon__track-field::before {
    content: '\e1dd'; }
  .l-header .icon__tennis-court::before {
    content: '\e1de'; }
  .l-header .icon__maps::before {
    content: '\e200'; }
  .l-header .icon__guest-services::before {
    content: '\e201'; }
  .l-header .icon__concierge::before {
    content: '\e202'; }
  .l-header .icon__resort-checkin::before {
    content: '\e203'; }
  .l-header .icon__celebration::before {
    content: '\e204'; }
  .l-header .icon__aeds::before {
    content: '\e205'; }
  .l-header .icon__smoking-area::before {
    content: '\e206'; }
  .l-header .icon__no-smoking::before {
    content: '\e207'; }
  .l-header .icon__lost-found::before {
    content: '\e208'; }
  .l-header .icon__baby-care-center::before {
    content: '\e209'; }
  .l-header .icon__currency-exchange::before {
    content: '\e20a'; }
  .l-header .icon__atm::before {
    content: '\e20b'; }
  .l-header .icon__restrooms::before {
    content: '\e20c'; }
  .l-header .icon__first-aid::before {
    content: '\e20d'; }
  .l-header .icon__laundry::before {
    content: '\e20e'; }
  .l-header .icon__valet::before {
    content: '\e20f'; }
  .l-header .icon__in-room-babysitting::before {
    content: '\e210'; }
  .l-header .icon__business-center::before {
    content: '\e211'; }
  .l-header .icon__cabanas::before {
    content: '\e212'; }
  .l-header .icon__ecv::before {
    content: '\e213'; }
  .l-header .icon__strollers::before {
    content: '\e214'; }
  .l-header .icon__parking-lot::before {
    content: '\e215'; }
  .l-header .icon__kennel::before {
    content: '\e216'; }
  .l-header .icon__package-pick-up::before {
    content: '\e217'; }
  .l-header .icon__gas-station::before {
    content: '\e218'; }
  .l-header .icon__pin-trading::before {
    content: '\e219'; }
  .l-header .icon__translation-devices::before {
    content: '\e21a'; }
  .l-header .icon__wedding-ceremonies::before {
    content: '\e21b'; }
  .l-header .icon__resort-amenties::before {
    content: '\e21c'; }
  .l-header .icon__moveis-under-the-stars::before {
    content: '\e21d'; }
  .l-header .icon__kodak-picture-spot::before {
    content: '\e21e'; }
  .l-header .icon__locker-rentals::before {
    content: '\e21f'; }
  .l-header .icon__here-now::before {
    content: '\e220'; }
  .l-header .icon__current-location::before {
    content: '\e221'; }
  .l-header .icon__supervise-children::before {
    content: '\e222'; }
  .l-header .icon__rider-swap::before {
    content: '\e223'; }
  .l-header .icon__service-dog::before {
    content: '\e224'; }
  .l-header .icon__free-disney-wifi::before {
    content: '\e225'; }
  .l-header .icon__generic-wifi::before {
    content: '\e226'; }
  .l-header .icon__vip-service-private-floor::before {
    content: '\e227'; }
  .l-header .icon__bunk-beds::before {
    content: '\e228'; }
  .l-header .icon__room-service::before {
    content: '\e229'; }
  .l-header .icon__fully-equipped-kitchen::before {
    content: '\e22a'; }
  .l-header .icon__expectant-mothers::before {
    content: '\e22c'; }
  .l-header .icon__disney-express-luggage::before {
    content: '\e22d'; }
  .l-header .icon__pet-services::before {
    content: '\e22e'; }
  .l-header .icon__special-products-storage::before {
    content: '\e22f'; }
  .l-header .icon__picnic-area::before {
    content: '\e230'; }
  .l-header .icon__breakfast-chale::before {
    content: '\e231'; }
  .l-header .icon__convention-center::before {
    content: '\e232'; }
  .l-header .icon__internet-points::before {
    content: '\e233'; }
  .l-header .icon__guest-storage::before {
    content: '\e234'; }
  .l-header .icon__fence-code::before {
    content: '\e235'; }
  .l-header .icon__nikon-picture-spot::before {
    content: '\e236'; }
  .l-header .icon__atm-2::before {
    content: '\e237'; }
  .l-header .icon__drinking-fountains::before {
    content: '\e238'; }
  .l-header .icon__package-express::before {
    content: '\e239'; }
  .l-header .icon__kingdom-club-bellman::before {
    content: '\e23a'; }
  .l-header .icon__stroller-parking::before {
    content: '\e23d'; }
  .l-header .icon__electric-car-charging-station::before {
    content: '\e23e'; }
  .l-header .icon__parade-route-show-area::before {
    content: '\e23f'; }
  .l-header .icon__alert::before {
    content: '\e240'; }
  .l-header .icon__checkmark::before {
    content: '\e241'; }
  .l-header .icon__faqs::before {
    content: '\e242'; }
  .l-header .icon__quick-answer::before {
    content: '\e243'; }
  .l-header .icon__disney-parks-blog::before {
    content: '\e244'; }
  .l-header .icon__sms::before {
    content: '\e245'; }
  .l-header .icon__press-center::before {
    content: '\e246'; }
  .l-header .icon__moms-panel::before {
    content: '\e247'; }
  .l-header .icon__park-schedule::before {
    content: '\e248'; }
  .l-header .icon__time::before {
    content: '\e249'; }
  .l-header .icon__privacy-policies::before {
    content: '\e24a'; }
  .l-header .icon__terms-conditions::before {
    content: '\e24b'; }
  .l-header .icon__accessibility::before {
    content: '\e24c'; }
  .l-header .icon__pre-arrival-tips::before {
    content: '\e24d'; }
  .l-header .icon__reservations::before {
    content: '\e24e'; }
  .l-header .icon__registration::before {
    content: '\e24f'; }
  .l-header .icon__help-support::before {
    content: '\e250'; }
  .l-header .icon__learn-more::before {
    content: '\e251'; }
  .l-header .icon__email::before {
    content: '\e252'; }
  .l-header .icon__chat::before {
    content: '\e253'; }
  .l-header .icon__call::before {
    content: '\e254'; }
  .l-header .icon__blackout-days::before {
    content: '\e257'; }
  .l-header .icon__website-support::before {
    content: '\e259'; }
  .l-header .icon__restriction::before {
    content: '\e25a'; }
  .l-header .icon__recommendation::before {
    content: '\e25b'; }
  .l-header .icon__na-dash::before {
    content: '\e25c'; }
  .l-header .icon__magic-morning::before {
    content: '\e25d'; }
  .l-header .icon__global-languages::before {
    content: '\e25e'; }
  .l-header .icon__checkin-time-luggage-service::before {
    content: '\e260'; }
  .l-header .icon__travel-information::before {
    content: '\e261'; }
  .l-header .icon__visiting-with-groups::before {
    content: '\e262'; }
  .l-header .icon__visiting-with-children::before {
    content: '\e263'; }
  .l-header .icon__book-by-phone-online::before {
    content: '\e264'; }
  .l-header .icon__emergency-phone::before {
    content: '\e265'; }
  .l-header .icon__disney-like-light::before {
    content: '\e266'; }
  .l-header .icon__disney-like-dark::before {
    content: '\e267'; }
  .l-header .icon__written-aids::before {
    content: '\e268'; }
  .l-header .icon__generations-travel::before {
    content: '\e269'; }
  .l-header .icon__empty-chat::before {
    content: '\e26a'; }
  .l-header .icon__filled-chat::before {
    content: '\e26b'; }
  .l-header .icon__empty-checkbox::before {
    content: '\e26c'; }
  .l-header .icon__selected-solid-checkbox::before {
    content: '\e26d'; }
  .l-header .icon__selected-disabled::before {
    content: '\e26e'; }
  .l-header .icon__indeterminate::before {
    content: '\e26f'; }
  .l-header .icon__wdw-ap-blockout-cal::before {
    content: '\e271'; }
  .l-header .icon__my-media::before {
    content: '\e280'; }
  .l-header .icon__images::before {
    content: '\e281'; }
  .l-header .icon__videos::before {
    content: '\e282'; }
  .l-header .icon__photo-pass::before {
    content: '\e283'; }
  .l-header .icon__photo-pass-plus::before {
    content: '\e284'; }
  .l-header .icon__photo-fun::before {
    content: '\e286'; }
  .l-header .icon__monorail::before {
    content: '\e2c0'; }
  .l-header .icon__bus::before {
    content: '\e2c1'; }
  .l-header .icon__car::before {
    content: '\e2c2'; }
  .l-header .icon__boat::before {
    content: '\e2c3'; }
  .l-header .icon__taxi::before {
    content: '\e2c4'; }
  .l-header .icon__flight::before {
    content: '\e2c5'; }
  .l-header .icon__return-flight::before {
    content: '\e2c6'; }
  .l-header .icon__walking::before {
    content: '\e2c7'; }
  .l-header .icon__free-shuttle::before {
    content: '\e2c8'; }
  .l-header .icon__dlp-by-plane::before {
    content: '\e2c9'; }
  .l-header .icon__dlp-by-car::before {
    content: '\e2ca'; }
  .l-header .icon__by-train::before {
    content: '\e2cb'; }
  .l-header .icon__regional-train::before {
    content: '\e2cc'; }
  .l-header .icon__close-button::before {
    content: '\e300'; }
  .l-header .icon__add-button::before {
    content: '\e301'; }
  .l-header .icon__information::before {
    content: '\e302'; }
  .l-header .icon__share::before {
    content: '\e303'; }
  .l-header .icon__download::before {
    content: '\e304'; }
  .l-header .icon__show-filters::before {
    content: '\e305'; }
  .l-header .icon__hide-filters::before {
    content: '\e306'; }
  .l-header .icon__3d-spin::before {
    content: '\e307'; }
  .l-header .icon__media-play-button::before {
    content: '\e308'; }
  .l-header .icon__media-pause-button::before {
    content: '\e309'; }
  .l-header .icon__pdf::before {
    content: '\e30a'; }
  .l-header .icon__duplicate-offer::before {
    content: '\e30b'; }
  .l-header .icon__next::before {
    content: '\e30c'; }
  .l-header .icon__previous::before {
    content: '\e30d'; }
  .l-header .icon__norgie-closed::before {
    content: '\e30e'; }
  .l-header .icon__print::before {
    content: '\e30f'; }
  .l-header .icon__search::before {
    content: '\e310'; }
  .l-header .icon__calendar-month::before {
    content: '\e311'; }
  .l-header .icon__calendar-day-view::before {
    content: '\e312'; }
  .l-header .icon__more::before {
    content: '\e313'; }
  .l-header .icon__menu-global-nav::before {
    content: '\e314'; }
  .l-header .icon__menus-button::before {
    content: '\e315'; }
  .l-header .icon__norgie-opened::before {
    content: '\e316'; }
  .l-header .icon__upload::before {
    content: '\e317'; }
  .l-header .icon__lists::before {
    content: '\e318'; }
  .l-header .icon__filter::before {
    content: '\e319'; }
  .l-header .icon__keyboard-entry::before {
    content: '\e31b'; }
  .l-header .icon__view-gallery::before {
    content: '\e31d'; }
  .l-header .icon__see-info-page-button::before {
    content: '\e31e'; }
  .l-header .icon__media-gallery-photo-button::before {
    content: '\e31f'; }
  .l-header .icon__media-gallery-video-button::before {
    content: '\e320'; }
  .l-header .icon__refresh::before {
    content: '\e321'; }
  .l-header .icon__norgie-up::before {
    content: '\e325'; }
  .l-header .icon__norgie-left::before {
    content: '\e326'; }
  .l-header .icon__mobile-app::before {
    content: '\e327'; }
  .l-header .icon__pulldown::before {
    content: '\e32e'; }
  .l-header .icon__increase-button::before {
    content: '\e32f'; }
  .l-header .icon__decrease-button::before {
    content: '\e330'; }
  .l-header .icon__flip-turn-over::before {
    content: '\e331'; }
  .l-header .icon__previous-2::before {
    content: '\e332'; }
  .l-header .icon__next-2::before {
    content: '\e333'; }
  .l-header .icon__arrow-back::before {
    content: '\e334'; }
  .l-header .icon__arrow-up::before {
    content: '\e335'; }
  .l-header .icon__arrow-down::before {
    content: '\e336'; }
  .l-header .icon__expand-gallery::before {
    content: '\e337'; }
  .l-header .icon__360-video::before {
    content: '\e338'; }
  .l-header .icon__volume-control::before {
    content: '\e339'; }
  .l-header .icon__wheelchair-accessibility::before {
    content: '\e340'; }
  .l-header .icon__transfer-from-wheelchair::before {
    content: '\e341'; }
  .l-header .icon__transfer-to-wheelchair::before {
    content: '\e342'; }
  .l-header .icon__transfer-to-wheelchair-then-ride::before {
    content: '\e343'; }
  .l-header .icon__ambulatory::before {
    content: '\e344'; }
  .l-header .icon__visual-impairment::before {
    content: '\e345'; }
  .l-header .icon__hearing-impairment::before {
    content: '\e346'; }
  .l-header .icon__sign-language::before {
    content: '\e347'; }
  .l-header .icon__audio-description::before {
    content: '\e348'; }
  .l-header .icon__handheld-captioning::before {
    content: '\e349'; }
  .l-header .icon__reflective-captioning::before {
    content: '\e34a'; }
  .l-header .icon__closed-captioning::before {
    content: '\e34b'; }
  .l-header .icon__physicial-consideration-red-yellow::before {
    content: '\e34c'; }
  .l-header .icon__scary-consideration-yellow::before {
    content: '\e34d'; }
  .l-header .icon__dlp-mobility-disabilities::before {
    content: '\e34e'; }
  .l-header .icon__dlp-hearing-disabilities::before {
    content: '\e34f'; }
  .l-header .icon__dlp-visual-disabilities::before {
    content: '\e350'; }
  .l-header .icon__photosensitive-epilepsey::before {
    content: '\e351'; }
  .l-header .icon__dlp-mental-cognitive-disabilities::before {
    content: '\e352'; }
  .l-header .icon__suitable-for-amputees::before {
    content: '\e353'; }
  .l-header .icon__suitable-for-difficulty-standing::before {
    content: '\e354'; }
  .l-header .icon__capable-of-climbing-steps::before {
    content: '\e355'; }
  .l-header .icon__disabilities-services::before {
    content: '\e356'; }
  .l-header .icon__disabilities-guide-book::before {
    content: '\e357'; }
  .l-header .icon__wheelchari-rental::before {
    content: '\e358'; }
  .l-header .icon__disabilities-designated-viewing::before {
    content: '\e359'; }
  .l-header .icon__may-remain-in-wheelchair::before {
    content: '\e35a'; }
  .l-header .icon__must-be-ambulatory-2::before {
    content: '\e35b'; }
  .l-header .icon__suitable-for-blind::before {
    content: '\e35c'; }
  .l-header .icon__suitable-for-autism::before {
    content: '\e35d'; }
  .l-header .icon__sign-language-2::before {
    content: '\e35e'; }
  .l-header .icon__tactile-maps::before {
    content: '\e35f'; }
  .l-header .icon__braille-guide-books::before {
    content: '\e360'; }
  .l-header .icon__suitable-for-learning-disabilities::before {
    content: '\e361'; }
  .l-header .icon__induction-loop::before {
    content: '\e362'; }
  .l-header .icon__dimly-lit-space::before {
    content: '\e363'; }
  .l-header .icon__light-rain-indoors::before {
    content: '\e364'; }
  .l-header .icon__show-contains-bubble::before {
    content: '\e365'; }
  .l-header .icon__hdd-illness::before {
    content: '\e366'; }
  .l-header .icon__gifts::before {
    content: '\e380'; }
  .l-header .icon__character-calls::before {
    content: '\e381'; }
  .l-header .icon__performaing-arts::before {
    content: '\e382'; }
  .l-header .icon__education::before {
    content: '\e383'; }
  .l-header .icon__lock::before {
    content: '\e384'; }
  .l-header .icon__facebook::before {
    content: '\e385'; }
  .l-header .icon__twitter::before {
    content: '\e386'; }
  .l-header .icon__youtube::before {
    content: '\e387'; }
  .l-header .icon__instagram::before {
    content: '\e388'; }
  .l-header .icon__pinterest::before {
    content: '\e389'; }
  .l-header .icon__google-plus::before {
    content: '\e38a'; }
  .l-header .icon__disney-cast::before {
    content: '\e38b'; }
  .l-header .icon__disney-response::before {
    content: '\e38c'; }
  .l-header .icon__genie-lamp::before {
    content: '\e38d'; }
  .l-header .icon__thrill-seekers::before {
    content: '\e38e'; }
  .l-header .icon__doll::before {
    content: '\e390'; }
  .l-header .icon__front-desk::before {
    content: '\e391'; }
  .l-header .icon__movies::before {
    content: '\e392'; }
  .l-header .icon__unlocked::before {
    content: '\e393'; }
  .l-header .icon__tumblr::before {
    content: '\e394'; }
  .l-header .icon__services::before {
    content: '\e395'; }
  .l-header .icon__old-photopass-plus::before {
    content: '\e396'; }
  .l-header .icon__romantic-celebration::before {
    content: '\e39b'; }
  .l-header .icon__facebook-icon-alone::before {
    content: '\e39c'; }
  .l-header .icon__twitter-icon-alone::before {
    content: '\e39d'; }
  .l-header .icon__snapchat::before {
    content: '\e39e'; }
  .l-header .icon__disneyland-paris::before {
    content: '\e400'; }
  .l-header .icon__hotel-rating-1-key::before {
    content: '\e401'; }
  .l-header .icon__hotel-rating-2-key::before {
    content: '\e402'; }
  .l-header .icon__hotel-rating-3-key::before {
    content: '\e403'; }
  .l-header .icon__hotel-rating-4-key::before {
    content: '\e404'; }
  .l-header .icon__hotel-rating-5-key::before {
    content: '\e405'; }
  .l-header .icon__hotel-rating-1-star::before {
    content: '\e406'; }
  .l-header .icon__hotel-rating-2-star::before {
    content: '\e407'; }
  .l-header .icon__hotel-rating-3-star::before {
    content: '\e408'; }
  .l-header .icon__hotel-rating-4-star::before {
    content: '\e409'; }
  .l-header .icon__hotel-rating-5-star::before {
    content: '\e40a'; }
  .l-header .icon__distance-0-minutes-walk::before {
    content: '\e40b'; }
  .l-header .icon__distance-5-minutes-walk::before {
    content: '\e40c'; }
  .l-header .icon__distance-10-minutes-walk::before {
    content: '\e40d'; }
  .l-header .icon__distance-15-minutes-walk::before {
    content: '\e40e'; }
  .l-header .icon__distance-20-minutes-walk::before {
    content: '\e40f'; }
  .l-header .icon__distance-15-minutes-car::before {
    content: '\e410'; }
  .l-header .icon__distance-10-minutes-bus::before {
    content: '\e411'; }
  .l-header .icon__annual-pass::before {
    content: '\e420'; }
  .l-header .icon__dlp-hotels::before {
    content: '\e413'; }
  .l-header .icon__disneyland-paris-park::before {
    content: '\e414'; }
  .l-header .icon__walt-disney-studios-paris::before {
    content: '\e415'; }
  .l-header .icon__dlp-visitor-relation-city-hall::before {
    content: '\e416'; }
  .l-header .icon__dlp-disney-village::before {
    content: '\e417'; }
  .l-header .icon__forum::before {
    content: '\e418'; }
  .l-header .icon__send::before {
    content: '\e41f'; }
  .l-header .icon__dlp-annual-pass-anniversary::before {
    content: '\e420'; }
  .l-header .icon__dlp-community-chat::before {
    content: '\e421'; }
  .l-header .icon__single-rider::before {
    content: '\e440'; }
  .l-header .icon__wayfinding-slight-left::before {
    content: '\e442'; }
  .l-header .icon__wayfinding-slight-right::before {
    content: '\e443'; }
  .l-header .icon__wayfinding-turn-left::before {
    content: '\e444'; }
  .l-header .icon__wayfinding-turn-left::before {
    content: '\e445'; }
  .l-header .icon__wayfinding-hard-left::before {
    content: '\e446'; }
  .l-header .icon__wayfinding-hard-right::before {
    content: '\e447'; }
  .l-header .icon__wayfinding-left::before {
    content: '\e448'; }
  .l-header .icon__wayfinding-right::before {
    content: '\e449'; }
  .l-header .icon__wayfinding-forward::before {
    content: '\e44a'; }
  .l-header .icon__wayfinding-back::before {
    content: '\e44b'; }
  .l-header .icon__wayfinding-forward-back::before {
    content: '\e44c'; }
  .l-header .icon__wayfinding-right-left::before {
    content: '\e44d'; }
  .l-header .icon__wayfinding-around-slight-left::before {
    content: '\e44e'; }
  .l-header .icon__wayfinding-around-slight-right::before {
    content: '\e44f'; }
  .l-header .icon__wayfinding-around-turn-left::before {
    content: '\e450'; }
  .l-header .icon__wayfinding-around-turn-right::before {
    content: '\e451'; }
  .l-header .icon__wayfinding-around-hard-left::before {
    content: '\e452'; }
  .l-header .icon__wayfinding-around-hard-right::before {
    content: '\e453'; }
  .l-header .icon__wayfinding-around-left::before {
    content: '\e454'; }
  .l-header .icon__wayfinding-around-right::before {
    content: '\e455'; }
  .l-header .icon__wayfinding-around-forward-left::before {
    content: '\e456'; }
  .l-header .icon__wayfinding-around-forward-right::before {
    content: '\e457'; }
  .l-header .icon__wayfinding-u-turn-right::before {
    content: '\e458'; }
  .l-header .icon__wayfinding-u-turn-left::before {
    content: '\e459'; }
  .l-header .icon__wayfinding-ramp-left::before {
    content: '\e45a'; }
  .l-header .icon__wayfinding-ramp-right::before {
    content: '\e45b'; }
  .l-header .icon__wayfinding-fork-left::before {
    content: '\e45c'; }
  .l-header .icon__wayfinding-fork-right::before {
    content: '\e45d'; }
  .l-header .icon__wayfinding-around-about-left::before {
    content: '\e45e'; }
  .l-header .icon__wayfinding-around-about-right::before {
    content: '\e45f'; }
  .l-header .icon__wayfinding-merge::before {
    content: '\e460'; }
  .l-header .icon__cribs-and-playpens::before {
    content: '\e461'; }
  .l-header .icon__baby-care-center2::before {
    content: '\e462'; }
  .l-header .icon__epi-pen::before {
    content: '\e463'; }
  .l-header .icon__mobile-charging-station::before {
    content: '\e464'; }
  .l-header .icon__security-info::before {
    content: '\e465'; }
  .l-header .icon__refrigerator-available::before {
    content: '\e466'; }
  .l-header .icon__unused-character::before {
    content: '\f8fe'; }
  .l-header span.m-dlpIcons .character-dining-global::before {
    content: '\e19e'; }
  .l-header span.m-dlpIcons .fitness-room-global::before {
    content: '\e1c6'; }
  .l-header span.m-dlpIcons .spa-room-global::before {
    content: "\e146"; }
  .l-header span.m-dlpIcons .swimming-pool-global::before {
    content: "\e1c3"; }
  .l-header span.m-dlpIcons .room-service-global::before {
    content: "\e229"; }
  .l-header span.m-dlpIcons .free-shuttle-global::before {
    content: "\e2c8"; }
  .l-header span.m-dlpIcons .tennis-court-global::before {
    content: "\e1de"; }
  .l-header span.m-dlpIcons .icon__disneyland-paris::before {
    content: "\e400\fe0e"; }
  .l-header span.m-dlpIcons .icon__park-schedule::before {
    content: "\e248\fe0e"; }
  .l-header .icon-dnx {
    font-size: 19px; }
  .l-header .icon-show-filters::before {
    content: "";
    vertical-align: bottom; }
  .l-header .icon-hide-filters::before {
    content: "";
    vertical-align: bottom; }
  .l-header .icons {
    height: 17px;
    width: 17px; }
  .l-header .icon-interactive-xs {
    background-position: 0 -95px; }
  .l-header .icons-service {
    margin-top: 10px;
    margin-left: -3px; }
  .l-header .resortCard .m-dlpIcons span {
    font-weight: normal;
    font-size: 20px; }
  .l-header .m-dlpIcons {
    position: relative;
    line-height: 20px;
    margin: 5px 0 10px; }
    .l-header .m-dlpIcons span {
      z-index: 20;
      font-family: dlp_pep_font-webfont; }
  .l-header .mdxIcon-xs {
    font-size: 17px;
    width: 17px;
    height: 17px; }
  .l-header .card .m-dlpIcons {
    margin: 5px 0 10px; }
  .l-header .starRanking {
    height: 18px;
    margin-bottom: 15px;
    color: #8294aa;
    font-size: 36px;
    line-height: 25px;
    font-family: dlp_pep_font-webfont; }
    .l-header .starRanking span {
      margin-left: 6px; }
    .l-header .starRanking .key5::before {
      content: '\e405'; }
    .l-header .starRanking .key4::before {
      content: '\e404'; }
    .l-header .starRanking .key3::before {
      content: '\e403'; }
    .l-header .starRanking .key2::before {
      content: '\e402'; }
    .l-header .starRanking .key1::before {
      content: '\e401'; }
    .l-header .starRanking .star4::before {
      content: '\e409'; }
    .l-header .starRanking .star3::before {
      content: '\e408'; }
    .l-header .starRanking .star2::before {
      content: '\e407'; }
    .l-header .starRanking .star1::before {
      content: '\e406'; }
  .l-header .information-icon {
    font-weight: bold; }
    .l-header .information-icon::after {
      cursor: pointer;
      vertical-align: bottom;
      font-family: "dlp_pep_font-webfont";
      color: #768aa0;
      content: "\e302"; }
    .l-header .information-icon:hover::before {
      color: #1994d7; }
  .l-header section.main-title-icon picture img {
    width: 24%;
    vertical-align: middle; }
  .l-header section.main-title-icon h1 {
    display: inline-block;
    width: 70%;
    vertical-align: middle;
    font-size: 1.285em; }
  .l-header .icon__disney-express-luggage::before {
    content: '\e22d'; }
  @media screen and (min-width: 768px) {
    .l-header .starRanking {
      margin: 0 0 0 10px; }
    .l-header section.main-title-icon picture img {
      margin: 20px 0 20px 20px;
      height: 45px;
      width: 45px; }
    .l-header section.main-title-icon h1 {
      width: 80%;
      font-size: 2.643em; } }
  .l-header .l-header-wrapper input,
  .l-header .l-header-wrapper button, .l-header .l-header-ctn input,
  .l-header .l-header-ctn button {
    height: 26px;
    border: none;
    resize: none;
    outline: 0; }
  .l-header .l-header-wrapper button:focus, .l-header .l-header-ctn button:focus {
    outline: 0; }
  .l-header .l-header-wrapper input[type="search"]::-webkit-search-decoration,
  .l-header .l-header-wrapper input[type="search"]::-webkit-search-cancel-button,
  .l-header .l-header-wrapper input[type="search"]::-webkit-search-results-button,
  .l-header .l-header-wrapper input[type="search"]::-webkit-search-results-decoration, .l-header .l-header-ctn input[type="search"]::-webkit-search-decoration,
  .l-header .l-header-ctn input[type="search"]::-webkit-search-cancel-button,
  .l-header .l-header-ctn input[type="search"]::-webkit-search-results-button,
  .l-header .l-header-ctn input[type="search"]::-webkit-search-results-decoration {
    display: none; }
  .l-header .search-wrapper {
    position: relative;
    padding-bottom: 2px;
    display: inline-block;
    width: 100%; }
  .l-header .close-icon {
    position: absolute;
    width: 17px;
    right: 10px;
    outline: 0;
    background-color: transparent;
    font-size: 12px;
    cursor: pointer;
    box-shadow: none; }
    .l-header .close-icon::before {
      display: block;
      width: 17px;
      font-size: 1.1em;
      text-align: center;
      font-weight: normal;
      color: #a1afc0;
      cursor: pointer; }
    .l-header .close-icon:hover::before {
      color: #1994d7; }
    .l-header .close-icon.close-btn-not-clickable {
      visibility: hidden; }
  .l-header .m-auto-complete::before {
    content: '';
    height: 25px;
    width: 25px;
    background: white;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: block;
    position: absolute;
    margin: auto;
    top: -12px;
    left: 0;
    right: 0;
    box-shadow: 10px -10px 20px 0px rgba(148, 148, 148, 0.164);
    z-index: -1; }
  .l-header .m-auto-complete {
    position: absolute;
    width: 92%;
    margin: 30px 4% 0 4%;
    padding: 0 0 12px;
    z-index: 9999;
    border-style: solid;
    border-color: #F7F7F7 #E7E7E7 #D0D0D0 #E7E7E7;
    background-color: #fff;
    border-width: 1px;
    font-size: 14px;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.164);
    border-radius: 10px; }
    .l-header .m-auto-complete li a {
      display: block;
      padding: .2em .4em;
      line-height: 1.5;
      color: #253b56; }
      .l-header .m-auto-complete li a:hover {
        color: #fff;
        text-decoration: none; }
    .l-header .m-auto-complete li:not(.search-category):hover {
      margin: 0;
      padding: 0;
      width: 100%;
      background-color: #1994d7;
      color: #fff; }
    .l-header .m-auto-complete .search-category {
      padding: 7px 0 11px 13px;
      border-bottom: 1px solid #E0E2E5;
      font-weight: bold;
      font-size: 0.929em; }
    .l-header .m-auto-complete [class^="icon"] {
      top: 5px;
      line-height: 20px;
      margin: 0;
      float: left;
      font-size: 1.429em; }
    .l-header .m-auto-complete .icon-search-result {
      margin: 5px 10px 0 5px; }
    .l-header .m-auto-complete .detail {
      padding: 3px 24px 0 32px;
      line-height: 1.3;
      min-height: 30px; }
    .l-header .m-auto-complete .title {
      font-size: 0.857em; }
    .l-header .m-auto-complete .description {
      font-size: 0.714em; }
  .l-header .shopping-cart-container {
    width: 30px;
    position: absolute;
    height: 30px;
    overflow: hidden;
    right: 0;
    -webkit-transition: width .5s;
    /* For Safari 3.1 to 6.0 */
    transition: width .5s; }
    .l-header .shopping-cart-container .shopping-cart-label {
      overflow: hidden;
      height: 100%;
      position: absolute;
      width: 200px;
      opacity: 0;
      transition: opacity .5s ease-out;
      -moz-transition: opacity .5s ease-out;
      -webkit-transition: opacity .5s ease-out;
      -o-transition: opacity .5s ease-out; }
    .l-header .shopping-cart-container .icon__cart-full {
      left: 6px !important;
      position: absolute !important;
      top: 2px !important; }
  .l-header .m-search-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    -webkit-transition: 1s ease;
    transition: 1s ease;
    max-height: 50px; }
    .l-header .m-search-container .input-ctn {
      position: relative;
      color: #253b56;
      padding: 12px 30px 12px 40px;
      border: 1px solid #D8D8D8;
      background: white;
      border-radius: 50px;
      -webkit-transition: 1s ease;
      transition: 1s ease; }
      .l-header .m-search-container .input-ctn .icon-search {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        cursor: pointer; }
      .l-header .m-search-container .input-ctn input {
        border: 0;
        font-size: 14px;
        font-weight: 400;
        margin: 0;
        width: 100%;
        box-shadow: none;
        background: transparent;
        border-radius: 0;
        -webkit-transition: 1s ease;
        transition: 1s ease;
        -webkit-appearance: textfield; }
  .l-header .m-searchResults {
    display: none;
    background-color: #fff;
    padding: 0 0 12px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
    border-radius: 6px;
    position: absolute;
    font-size: 11px;
    width: 244px;
    top: 32px;
    right: -62px;
    text-align: left; }
    .l-header .m-searchResults .header {
      border-bottom: 1px solid #e0e2e5;
      font-weight: bold;
      font-size: 13px;
      padding: 7px 0 11px 13px; }
    .l-header .m-searchResults li a {
      -webkit-transition: 0s;
      transition: 0s;
      padding: 1px 0 2px 14px;
      font-size: 12px;
      display: block;
      line-height: 1.5;
      color: inherit; }
      .l-header .m-searchResults li a:hover {
        background-color: #1994d7;
        color: #fff;
        text-decoration: none; }
      .l-header .m-searchResults li a .icon, .l-header .m-searchResults li a .content {
        display: inline-block;
        vertical-align: middle; }
      .l-header .m-searchResults li a .icon {
        font-size: 20px;
        line-height: 20px; }
      .l-header .m-searchResults li a .content {
        padding-left: 18px; }
        .l-header .m-searchResults li a .content span {
          display: block; }
          .l-header .m-searchResults li a .content span.desc {
            font-size: 10px; }
  @media screen and (min-width: 1020px) {
    .l-header .m-search-container, .l-header .m-search-bar {
      display: inline-block; }
    .l-header .m-auto-complete {
      width: 250px;
      margin: 30px 0 0 5px; }
    .l-header .m-auto-complete .detail {
      text-align: left; }
    .l-header .m-auto-complete .search-category {
      text-align: left; }
    .l-header .m-searchBar {
      display: inline-block;
      vertical-align: middle;
      margin-left: 7px;
      width: 182px;
      padding: 0; } }
  .l-header .m-push-minicard {
    display: block;
    width: 100%;
    padding: 5px 0;
    white-space: nowrap; }
    .l-header .m-push-minicard:not(:last-of-type) {
      margin-bottom: 8px; }
    .l-header .m-push-minicard img {
      width: 50px;
      height: 50px;
      border-radius: 10px;
      display: inline-block;
      vertical-align: middle; }
    .l-header .m-push-minicard .pushContent {
      text-align: left;
      display: inline-block;
      vertical-align: middle;
      padding: 0 16px;
      width: calc(100% - 70px);
      white-space: normal; }
      .l-header .m-push-minicard .pushContent .pushTitle {
        color: #4A4A4A; }
      .l-header .m-push-minicard .pushContent p {
        margin-bottom: 8px;
        line-height: normal; }
    .l-header .m-push-minicard .animatedNextArrow {
      display: inline-block;
      vertical-align: middle;
      -webkit-transition: 0s ease all;
      transition: 0s ease all;
      position: relative;
      width: 20px;
      height: 20px;
      overflow: hidden; }
      .l-header .m-push-minicard .animatedNextArrow .icon__next {
        width: 100%;
        display: inline-block;
        position: absolute;
        -webkit-transition: 0s cubic-bezier(0.42, 0, 0.12, 1);
        transition: 0s cubic-bezier(0.42, 0, 0.12, 1);
        left: 0;
        color: #9B9B9B;
        font-size: 12px; }
        .l-header .m-push-minicard .animatedNextArrow .icon__next:first-child {
          -webkit-transform: translate(-20px);
                  transform: translate(-20px);
          opacity: 0; }
        .l-header .m-push-minicard .animatedNextArrow .icon__next:last-child {
          opacity: 1; }
    .l-header .m-push-minicard:hover .pushContent .pushTitle, .l-header .m-push-minicard:hover .pushContent p, .l-header .m-push-minicard:hover .animatedNextArrow .icon__next {
      color: #1994d7; }
    .l-header .m-push-minicard:hover .animatedNextArrow .icon__next {
      -webkit-transition-duration: 0.5s;
              transition-duration: 0.5s; }
      .l-header .m-push-minicard:hover .animatedNextArrow .icon__next:first-child {
        -webkit-transform: translate(0px);
                transform: translate(0px);
        opacity: 1; }
      .l-header .m-push-minicard:hover .animatedNextArrow .icon__next:last-child {
        -webkit-transform: translate(20px);
                transform: translate(20px);
        opacity: 0; }
  .l-header a.m-custom-link {
    display: block;
    width: auto;
    color: #1994d7; }
    .l-header a.m-custom-link .pushContent {
      text-align: left;
      display: inline-block;
      vertical-align: middle;
      padding-right: 8px; }
    .l-header a.m-custom-link .animatedNextArrow {
      display: inline-block;
      vertical-align: middle;
      -webkit-transition: 0s ease all;
      transition: 0s ease all;
      position: relative;
      width: 20px;
      height: 20px;
      overflow: hidden; }
      .l-header a.m-custom-link .animatedNextArrow .icon__next {
        width: 100%;
        display: inline-block;
        position: absolute;
        -webkit-transition: 0s cubic-bezier(0.42, 0, 0.12, 1);
        transition: 0s cubic-bezier(0.42, 0, 0.12, 1);
        left: 0;
        color: #1994d7;
        font-size: 12px; }
        .l-header a.m-custom-link .animatedNextArrow .icon__next:first-child {
          -webkit-transform: translate(-20px);
                  transform: translate(-20px);
          opacity: 0; }
        .l-header a.m-custom-link .animatedNextArrow .icon__next:last-child {
          opacity: 1; }
    .l-header a.m-custom-link:hover .animatedNextArrow .icon__next {
      -webkit-transition-duration: 0.5s;
              transition-duration: 0.5s; }
      .l-header a.m-custom-link:hover .animatedNextArrow .icon__next:first-child {
        -webkit-transform: translate(0px);
                transform: translate(0px);
        opacity: 1; }
      .l-header a.m-custom-link:hover .animatedNextArrow .icon__next:last-child {
        -webkit-transform: translate(20px);
                transform: translate(20px);
        opacity: 0; }
  .l-header .header-nav .top-nav {
    padding: 0 16px; }
  .l-header .header-nav .top-nav, .l-header .header-nav .main-nav-footer {
    width: 100%;
    margin: 0 auto;
    color: #8a9bae;
    font-size: 13px;
    font-weight: 200;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 8px; }
    .l-header .header-nav .top-nav .left, .l-header .header-nav .top-nav .right, .l-header .header-nav .main-nav-footer .left, .l-header .header-nav .main-nav-footer .right {
      display: flex;
      align-items: center;
      line-height: 12px; }
    .l-header .header-nav .top-nav .right, .l-header .header-nav .main-nav-footer .right {
      align-items: center; }
      .l-header .header-nav .top-nav .right .first-right, .l-header .header-nav .main-nav-footer .right .first-right {
        display: flex;
        position: relative;
        height: 24px; }
    .l-header .header-nav .top-nav .call-title, .l-header .header-nav .main-nav-footer .call-title {
      margin-right: 8px; }
    .l-header .header-nav .top-nav .call-phone, .l-header .header-nav .main-nav-footer .call-phone {
      display: flex;
      height: 24px;
      min-width: 130px;
      border-radius: 40px;
      border: solid 1px #8a9bae;
      justify-content: center;
      align-items: center;
      margin-right: 8px; }
      .l-header .header-nav .top-nav .call-phone .icon, .l-header .header-nav .main-nav-footer .call-phone .icon {
        margin-right: 6px;
        font-size: 15px; }
      .l-header .header-nav .top-nav .call-phone .call-phone-value, .l-header .header-nav .main-nav-footer .call-phone .call-phone-value {
        letter-spacing: normal; }
        @media not all and (min-resolution: 0.001dpcm) {
          @supports (-webkit-appearance: none) {
            .l-header .header-nav .top-nav .call-phone .call-phone-value, .l-header .header-nav .main-nav-footer .call-phone .call-phone-value {
              margin-top: 1px; } } }
      .l-header .header-nav .top-nav .call-phone:hover, .l-header .header-nav .main-nav-footer .call-phone:hover {
        color: #FFF;
        background-color: #8a9bae; }
    .l-header .header-nav .top-nav .call-disclaimer, .l-header .header-nav .main-nav-footer .call-disclaimer {
      font-size: 8px;
      width: 67px;
      font-weight: 500;
      margin-right: 16px;
      line-height: 1.13;
      display: flex;
      align-items: center; }
    @media only screen and (max-width: 980px) {
      .l-header .header-nav .top-nav, .l-header .header-nav .main-nav-footer {
        display: none; } }
  .l-header .header-nav .main-nav-footer {
    margin-top: auto;
    margin-bottom: 24px;
    padding: 0; }
    .l-header .header-nav .main-nav-footer .call-phone {
      line-height: .69;
      padding-top: 1px; }
      .l-header .header-nav .main-nav-footer .call-phone:hover {
        color: inherit;
        background-color: inherit; }
    .l-header .header-nav .main-nav-footer .call-title-disclaimer {
      display: flex;
      flex-direction: column; }
      .l-header .header-nav .main-nav-footer .call-title-disclaimer .call-disclaimer {
        width: auto; }
    @media only screen and (max-width: 980px) {
      .l-header .header-nav .main-nav-footer {
        display: flex;
        height: auto;
        flex-shrink: 0; } }
  .l-header .header-nav a.park-hours-link {
    font-weight: 600;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding-right: 10px;
    border-radius: 12px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    z-index: 1;
    margin-right: 32px; }
    .l-header .header-nav a.park-hours-link .icon {
      font-weight: 900;
      color: #FFF;
      display: flex;
      height: 18px;
      width: 18px;
      border-radius: 50%;
      justify-content: center;
      align-items: center;
      margin: 0 8px 0 3px; }
    @media not all and (min-resolution: 0.001dpcm) {
      @supports (-webkit-appearance: none) {
        .l-header .header-nav a.park-hours-link .park-hours-label {
          margin-top: 3px; } } }
    .l-header .header-nav a.park-hours-link:hover {
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1); }
    .l-header .header-nav a.park-hours-link.mobile {
      display: none; }
    @media only screen and (max-width: 980px) {
      .l-header .header-nav a.park-hours-link {
        height: 32px;
        width: auto;
        color: #8a9bae;
        font-size: 14px;
        border-radius: 16px;
        flex-shrink: 0;
        margin-bottom: 40px;
        margin-right: 0; }
        .l-header .header-nav a.park-hours-link .icon {
          height: 26px;
          width: 26px;
          font-size: 18px; }
        .l-header .header-nav a.park-hours-link.mobile {
          display: flex; } }
  .l-header .header-nav .round-item {
    width: 24px;
    height: 24px;
    border-radius: 40px;
    margin-left: 8px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    justify-content: center;
    display: flex;
    align-items: center; }
    .l-header .header-nav .round-item:hover {
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1); }
    @media only screen and (max-width: 980px) {
      .l-header .header-nav .round-item {
        width: 32px;
        height: 32px;
        margin-left: 0;
        margin-right: 16px;
        flex-shrink: 0; } }
  .l-header .header-nav .my-profile {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0; }
    .l-header .header-nav .my-profile .icon {
      margin-top: 2px; }
    @media only screen and (max-width: 980px) {
      .l-header .header-nav .my-profile .icon {
        font-size: 20px;
        color: #8a9bae;
        margin-top: 4px; } }
  .l-header .header-nav .logged .my-profile .icon, .l-header .header-nav .cart-container .my-profile .icon {
    background-image: linear-gradient(43deg, #3269ff, #00b5ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
    @supports (-ms-ime-align: auto) and (color: unset) {
      .l-header .header-nav .logged .my-profile .icon, .l-header .header-nav .cart-container .my-profile .icon {
        background: none;
        color: #00b5ff;
        -webkit-text-fill-color: #00b5ff; } }
  .l-header .header-nav .logged .my-profile _:-ms-lang(x), .l-header .header-nav .logged .my-profile .icon, .l-header .header-nav .cart-container .my-profile _:-ms-lang(x), .l-header .header-nav .cart-container .my-profile .icon {
    background: none;
    color: #00b5ff; }
  .l-header .header-nav .logged .shopping-cart, .l-header .header-nav .cart-container .shopping-cart {
    height: 18px;
    width: 18px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .l-header .header-nav .flag-container .lang-selector {
    width: 100%;
    height: 100%;
    display: block;
    border: 2px solid #FFF;
    border-radius: 40px;
    overflow: hidden; }
    .l-header .header-nav .flag-container .lang-selector img {
      width: 55px;
      display: block;
      position: relative;
      -webkit-transform: scale(3.1);
              transform: scale(3.1); }
  @media only screen and (max-width: 980px) {
    .l-header .header-nav .flag-container .lang-selector {
      border-width: 3px; } }
  .l-header .header-nav .m-search-container {
    width: 24px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    z-index: 10;
    margin-left: 8px;
    position: absolute;
    -webkit-transition: .6s ease;
    transition: .6s ease; }
    .l-header .header-nav .m-search-container .m-searchBar {
      margin: 0;
      width: 24px;
      overflow: hidden;
      -webkit-transition: .6s ease;
      transition: .6s ease; }
    .l-header .header-nav .m-search-container .input-ctn {
      width: 24px;
      height: 24px;
      padding: 0;
      border: none;
      display: flex;
      justify-content: flex-start;
      -webkit-transition: .6s ease;
      transition: .6s ease;
      /* clears the 'X' from Chrome */ }
      .l-header .header-nav .m-search-container .input-ctn .icon-search {
        background: transparent;
        border: 0;
        color: #8a9bae;
        outline: none;
        position: inherit;
        padding: 0;
        margin: 0;
        padding-left: 5px;
        box-shadow: none;
        border-radius: 0;
        min-height: auto;
        font-size: inherit; }
      .l-header .header-nav .m-search-container .input-ctn .search {
        border: 0;
        font-size: 13px;
        font-weight: normal;
        color: #8a9bae;
        margin: 0;
        width: 0px;
        height: 100%;
        box-shadow: none;
        background: transparent;
        border-radius: 0;
        -webkit-appearance: textfield;
        outline: none;
        position: absolute;
        right: 27px;
        top: 0;
        bottom: 0;
        left: 29px;
        padding: 0;
        -webkit-transition: 1s ease;
        transition: 1s ease; }
      .l-header .header-nav .m-search-container .input-ctn .close-icon {
        top: 0;
        bottom: 0;
        border: 0;
        width: 0;
        width: 17px;
        height: 100%;
        right: 3px; }
        @media only screen and (max-width: 980px) {
          .l-header .header-nav .m-search-container .input-ctn .close-icon {
            right: 10px; } }
      .l-header .header-nav .m-search-container .input-ctn input[type=search]::-ms-clear {
        display: none;
        width: 0;
        height: 0; }
      .l-header .header-nav .m-search-container .input-ctn input[type=search]::-ms-reveal {
        display: none;
        width: 0;
        height: 0; }
      .l-header .header-nav .m-search-container .input-ctn input[type="search"]::-webkit-search-decoration,
      .l-header .header-nav .m-search-container .input-ctn input[type="search"]::-webkit-search-cancel-button,
      .l-header .header-nav .m-search-container .input-ctn input[type="search"]::-webkit-search-results-button,
      .l-header .header-nav .m-search-container .input-ctn input[type="search"]::-webkit-search-results-decoration {
        display: none; }
    @media only screen and (max-width: 980px) {
      .l-header .header-nav .m-search-container {
        height: 32px;
        width: 32px;
        box-shadow: none;
        right: 16px;
        top: auto;
        bottom: auto; }
        .l-header .header-nav .m-search-container.mobile {
          display: block; }
        .l-header .header-nav .m-search-container .m-searchBar {
          width: 32px; }
        .l-header .header-nav .m-search-container .input-ctn {
          height: 32px;
          width: 32px; }
          .l-header .header-nav .m-search-container .input-ctn .icon-search {
            height: 100%;
            font-size: 24px;
            color: #253b56;
            padding-top: 2px; } }
  @media only screen and (max-width: 980px) {
    .l-header .header-nav _:-ms-lang(x), .l-header .header-nav .m-search-container {
      top: 50%;
      transform: translateY(-50%);
      padding-bottom: 24px; } }
  .l-header .header-nav .expanded-search .m-search-container {
    width: 100%; }
    .l-header .header-nav .expanded-search .m-search-container .m-searchBar {
      width: 100%; }
    .l-header .header-nav .expanded-search .m-search-container .input-ctn {
      width: 100%;
      justify-content: flex-start; }
      .l-header .header-nav .expanded-search .m-search-container .input-ctn .search {
        width: calc(100% - 50px); }
      .l-header .header-nav .expanded-search .m-search-container .input-ctn .close-icon {
        width: 17px; }
    @media only screen and (max-width: 980px) {
      .l-header .header-nav .expanded-search .m-search-container {
        height: 32px;
        width: calc(100% - 64px);
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1); }
        .l-header .header-nav .expanded-search .m-search-container .m-searchBar {
          height: 32px;
          width: 100%; }
        .l-header .header-nav .expanded-search .m-search-container .input-ctn {
          width: 100%;
          height: 32px; }
          .l-header .header-nav .expanded-search .m-search-container .input-ctn .icon-search {
            margin-top: 3px;
            font-size: 24px;
            color: #253b56; }
          .l-header .header-nav .expanded-search .m-search-container .input-ctn .search {
            left: 36px;
            width: calc(100% - 40px); } }
  .l-header .main-nav {
    width: 100%;
    height: 56px;
    display: flex;
    justify-content: center; }
    .l-header .main-nav .main-nav-header {
      display: flex;
      height: 60px;
      align-items: center;
      justify-self: flex-start; }
    .l-header .main-nav .main-nav-content {
      width: 100%;
      max-width: 1000px; }
    .l-header .main-nav .main-entries {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .l-header .main-nav .main-entries .menu-item-wrapper {
        height: 100%; }
        .l-header .main-nav .main-entries .menu-item-wrapper .menu-item {
          font-size: 12px;
          font-weight: bold;
          letter-spacing: 0.5px;
          line-height: 0.67;
          height: 100%;
          display: flex;
          flex-direction: column;
          justify-content: center;
          -webkit-transition: color .3s linear;
          transition: color .3s linear;
          padding: 0 16px; }
          .l-header .main-nav .main-entries .menu-item-wrapper .menu-item .icon {
            display: none; }
        .l-header .main-nav .main-entries .menu-item-wrapper .rounded-selected {
          display: flex;
          width: 100%;
          height: 10px;
          opacity: 0;
          visibility: hidden;
          -webkit-transition: visibility .1s linear, opacity .1s linear;
          transition: visibility .1s linear, opacity .1s linear; }
      .l-header .main-nav .main-entries.focus .menu-item-wrapper .menu-item {
        color: #a8b1bb; }
      .l-header .main-nav .main-entries.focus .menu-item-wrapper.selected .rounded-selected {
        visibility: visible;
        opacity: 1; }
      .l-header .main-nav .main-entries.focus .menu-item-wrapper.selected .menu-item {
        color: #253b56; }
      @media only screen and (max-width: 980px) {
        .l-header .main-nav .main-entries {
          height: auto;
          flex-direction: column;
          justify-content: flex-start;
          align-items: flex-start;
          flex-shrink: 0; }
          .l-header .main-nav .main-entries .menu-item-wrapper {
            height: auto;
            flex-shrink: 0;
            display: flex; }
            .l-header .main-nav .main-entries .menu-item-wrapper .menu-item {
              margin-bottom: 42px;
              font-size: 14px;
              letter-spacing: normal;
              line-height: 1;
              display: flex;
              flex-direction: row;
              align-items: center;
              height: 12px;
              overflow: visible;
              padding: 0;
              flex-shrink: 0; }
              .l-header .main-nav .main-entries .menu-item-wrapper .menu-item .icon {
                display: block;
                font-weight: normal;
                margin-left: 6px;
                vertical-align: middle;
                overflow: visible;
                background-image: linear-gradient(43deg, #3269ff, #00b5ff);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent; }
                @supports (-ms-ime-align: auto) and (color: unset) {
                  .l-header .main-nav .main-entries .menu-item-wrapper .menu-item .icon {
                    background: none;
                    color: #00b5ff;
                    -webkit-text-fill-color: #00b5ff; } }
                .l-header .main-nav .main-entries .menu-item-wrapper .menu-item .icon::before {
                  width: 100%;
                  height: 100%; }
              .l-header .main-nav .main-entries .menu-item-wrapper .menu-item _:-ms-lang(x), .l-header .main-nav .main-entries .menu-item-wrapper .menu-item .icon {
                background: none;
                color: #00b5ff; }
            .l-header .main-nav .main-entries .menu-item-wrapper .rounded-selected {
              display: none; }
          .l-header .main-nav .main-entries.focus .menu-item-wrapper .menu-item {
            color: #253b56; } }
    .l-header .main-nav .main-nav-details {
      visibility: hidden; }
    @media only screen and (max-width: 980px) {
      .l-header .main-nav {
        display: flex;
        flex-direction: column;
        height: auto; }
        .l-header .main-nav .main-nav-header {
          width: 100%;
          justify-content: center;
          z-index: 101;
          background-color: #FFF;
          position: relative;
          top: 0;
          right: 0;
          left: 0; }
          .l-header .main-nav .main-nav-header.expanded-search .mobile-logo-link {
            display: none; }
          .l-header .main-nav .main-nav-header .mobile-menu-trigger {
            display: flex;
            flex-direction: column;
            font-size: 11px;
            font-weight: 700;
            position: absolute;
            left: 10px;
            letter-spacing: 0.5px; }
            .l-header .main-nav .main-nav-header .mobile-menu-trigger .icon {
              font-size: 22px;
              line-height: 18px; }
          .l-header .main-nav .main-nav-header _:-ms-lang(x), .l-header .main-nav .main-nav-header .mobile-menu-trigger {
            top: 50%;
            transform: translateY(-50%); }
        .l-header .main-nav .main-nav-content {
          flex-shrink: 0; }
        .l-header .main-nav .main-nav-details {
          height: calc(100% - 56px);
          display: flex;
          visibility: hidden;
          padding: 40px 40px 0;
          flex-direction: column;
          overflow-y: scroll;
          position: fixed;
          top: 57px;
          left: 0;
          right: 0;
          -webkit-transform: translateY(-100%);
                  transform: translateY(-100%);
          background-color: #FFF;
          z-index: 90;
          -webkit-transition: visibility 0.5s linear, -webkit-transform .5s ease-in-out;
          transition: visibility 0.5s linear, -webkit-transform .5s ease-in-out;
          transition: visibility 0.5s linear, transform .5s ease-in-out;
          transition: visibility 0.5s linear, transform .5s ease-in-out, -webkit-transform .5s ease-in-out; }
          .l-header .main-nav .main-nav-details .main-nav-content {
            display: flex;
            flex-direction: column;
            align-items: flex-start; }
            .l-header .main-nav .main-nav-details .main-nav-content .first-block {
              display: flex;
              flex-shrink: 0;
              margin-bottom: 40px; }
          .l-header .main-nav .main-nav-details.expanded {
            visibility: visible;
            -webkit-transform: translateY(0);
                    transform: translateY(0); } }
  .l-header .logo-link {
    width: 110px;
    height: 32px;
    align-self: flex-end;
    margin-bottom: 13px;
    margin-right: 48px; }
    @media only screen and (max-width: 980px) {
      .l-header .logo-link {
        width: 126px;
        height: 36px;
        margin-left: 24px;
        -webkit-transform: none;
                transform: none;
        display: none; } }
  .l-header .mobile-logo-link {
    width: 126px;
    height: 36px; }
  .l-header .menu-details {
    width: 100%; }
    @media only screen and (max-width: 980px) {
      .l-header .menu-details {
        height: calc(100% - 60px);
        overflow-y: scroll;
        -webkit-overflow-scrolling: auto; } }
  .l-header .pictograms {
    display: flex;
    width: 100%;
    height: 224px;
    padding: 0 64px; }
    .l-header .pictograms .pictograms-content {
      display: flex;
      justify-content: center;
      width: 100%; }
    .l-header .pictograms .highlight {
      height: auto;
      min-height: 0;
      display: flex;
      align-items: center; }
      .l-header .pictograms .highlight .highlight-content {
        display: flex; }
      .l-header .pictograms .highlight .highlight-item {
        width: 136px;
        margin: 0 16px;
        text-align: center;
        -webkit-transition: -webkit-transform .15s linear;
        transition: -webkit-transform .15s linear;
        transition: transform .15s linear;
        transition: transform .15s linear, -webkit-transform .15s linear; }
        .l-header .pictograms .highlight .highlight-item:hover {
          -webkit-transform: scale(1.1);
                  transform: scale(1.1); }
        .l-header .pictograms .highlight .highlight-item img {
          height: 48px;
          margin-bottom: 8px; }
        .l-header .pictograms .highlight .highlight-item .highlight-item-title {
          font-size: 16px;
          font-weight: 900;
          line-height: 1.25;
          margin-bottom: 16px; }
        .l-header .pictograms .highlight .highlight-item .highlight-item-subtitle {
          font-size: 13px;
          line-height: 1.46;
          color: #8a9bae; }
    .l-header .pictograms .standard {
      display: flex;
      align-items: center; }
      .l-header .pictograms .standard .standard-content {
        display: flex; }
      .l-header .pictograms .standard .standard-col {
        width: 136px;
        margin: 0 12.25px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between; }
        .l-header .pictograms .standard .standard-col .standard-item {
          display: flex;
          width: 136px;
          -webkit-transition: -webkit-transform .15s linear;
          transition: -webkit-transform .15s linear;
          transition: transform .15s linear;
          transition: transform .15s linear, -webkit-transform .15s linear;
          justify-content: center; }
          .l-header .pictograms .standard .standard-col .standard-item:hover {
            -webkit-transform: scale(1.1);
                    transform: scale(1.1); }
          .l-header .pictograms .standard .standard-col .standard-item:first-child {
            margin-bottom: 24px; }
          .l-header .pictograms .standard .standard-col .standard-item .standard-item-content {
            display: flex;
            flex-direction: column;
            align-items: center; }
          .l-header .pictograms .standard .standard-col .standard-item img {
            height: 32px;
            margin-right: 8px; }
          .l-header .pictograms .standard .standard-col .standard-item .standard-item-text {
            display: flex;
            flex-direction: column;
            padding-top: 5px;
            text-align: center;
            width: 136px; }
            .l-header .pictograms .standard .standard-col .standard-item .standard-item-text .standard-item-title {
              font-size: 13px;
              font-weight: 900;
              line-height: 1.25;
              margin-bottom: 0;
              height: 36px; }
        .l-header .pictograms .standard .standard-col.one-item .standard-item:last-child {
          align-items: flex-end; }
          @media only screen and (max-width: 980px) {
            .l-header .pictograms .standard .standard-col.one-item .standard-item:last-child {
              align-items: flex-start; } }
    .l-header .pictograms .divider-container {
      display: flex;
      justify-content: center;
      padding: 10px 0; }
      .l-header .pictograms .divider-container .divider {
        width: 3px;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(20%, #e2e2e2), color-stop(80%, #e2e2e2), to(rgba(255, 255, 255, 0)));
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #e2e2e2 20%, #e2e2e2 80%, rgba(255, 255, 255, 0) 100%); }
    @media only screen and (max-width: 980px) {
      .l-header .pictograms {
        overflow-y: hidden;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        height: auto;
        padding: 0;
        justify-content: flex-start; }
        .l-header .pictograms .pictograms-content {
          display: flex;
          justify-content: flex-start;
          width: auto;
          padding: 0 12px; }
        .l-header .pictograms .highlight {
          width: auto !important;
          align-items: flex-start; }
          .l-header .pictograms .highlight .highlight-item {
            padding: 32px 12px;
            text-align: center;
            max-width: 240px;
            min-width: auto;
            margin: 0; }
            .l-header .pictograms .highlight .highlight-item:hover {
              -webkit-transform: none;
                      transform: none; }
            .l-header .pictograms .highlight .highlight-item img {
              height: 32px; }
            .l-header .pictograms .highlight .highlight-item .highlight-item-title {
              font-size: 14px;
              font-weight: normal;
              text-align: center;
              margin-bottom: 0; }
            .l-header .pictograms .highlight .highlight-item .highlight-item-subtitle {
              display: none; }
        .l-header .pictograms .divider-container {
          display: none; }
        .l-header .pictograms .standard {
          width: auto !important; }
          .l-header .pictograms .standard .standard-col {
            width: auto;
            margin: 0;
            display: inline-flex;
            flex-direction: row;
            padding-right: 0;
            align-items: flex-start;
            justify-content: flex-start; }
            .l-header .pictograms .standard .standard-col .standard-item {
              padding: 0;
              margin: 0;
              align-items: flex-start;
              max-width: 240px;
              min-width: auto; }
              .l-header .pictograms .standard .standard-col .standard-item:hover {
                -webkit-transform: none;
                        transform: none; }
              .l-header .pictograms .standard .standard-col .standard-item:first-child {
                margin: 0; }
              .l-header .pictograms .standard .standard-col .standard-item .standard-item-content {
                display: inline-flex;
                text-align: center;
                padding: 32px 12px;
                height: auto; }
                .l-header .pictograms .standard .standard-col .standard-item .standard-item-content img {
                  height: 32px; }
                .l-header .pictograms .standard .standard-col .standard-item .standard-item-content .standard-item-text {
                  display: inline;
                  padding-top: 8px;
                  width: auto; }
                  .l-header .pictograms .standard .standard-col .standard-item .standard-item-content .standard-item-text .standard-item-subtitle {
                    display: none; }
                  .l-header .pictograms .standard .standard-col .standard-item .standard-item-content .standard-item-text .standard-item-title {
                    font-size: 14px;
                    font-weight: normal;
                    height: auto; } }
  .l-header .links-pushes {
    width: 100%;
    height: auto;
    background-color: #f7f7f7;
    border-radius: 0 0 12px 12px; }
    .l-header .links-pushes .gradient {
      width: 60%;
      height: 16px;
      margin: 0 auto;
      background-image: radial-gradient(ellipse at top, #e2e2e2, rgba(226, 226, 226, 0) 75%, rgba(226, 226, 226, 0) 100%);
      background-size: 100%; }
    .l-header .links-pushes .links-pushes-content {
      display: flex;
      justify-content: space-between;
      width: 100%;
      padding: 7px 2.4% 25px 10%; }
      .l-header .links-pushes .links-pushes-content .links {
        display: flex;
        flex-direction: column;
        justify-content: flex-end; }
        .l-header .links-pushes .links-pushes-content .links a {
          font-size: 14px;
          font-weight: normal;
          line-height: 16px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          padding-left: 1px; }
          .l-header .links-pushes .links-pushes-content .links a:not(:last-child) {
            margin-bottom: 20px; }
          .l-header .links-pushes .links-pushes-content .links a:hover {
            color: #277bff; }
          .l-header .links-pushes .links-pushes-content .links a.highlight-link {
            color: #277bff;
            font-weight: 700;
            margin-bottom: 0; }
            .l-header .links-pushes .links-pushes-content .links a.highlight-link:hover {
              color: rgba(39, 123, 255, 0.8); }
    @media only screen and (max-width: 980px) {
      .l-header .links-pushes {
        height: auto;
        min-height: calc(100% - 134px);
        border-radius: 0; }
        .l-header .links-pushes .links-pushes-content {
          padding: 0;
          flex-direction: column; }
          .l-header .links-pushes .links-pushes-content .links {
            width: 100%;
            margin-bottom: 20px;
            padding: 14px 24px; }
            .l-header .links-pushes .links-pushes-content .links a:not(:last-child) {
              margin-bottom: 28px; }
            .l-header .links-pushes .links-pushes-content .links a:hover {
              color: inherit; }
            .l-header .links-pushes .links-pushes-content .links a.highlight-link:hover {
              color: inherit; } }
  .l-header .pushes {
    display: flex;
    align-items: center; }
    .l-header .pushes .white-space {
      width: 24px;
      height: 100%;
      display: none; }
    @media only screen and (max-width: 980px) {
      .l-header .pushes {
        overflow-x: auto;
        width: 100%;
        justify-content: flex-start;
        padding: 14px 24px;
        -webkit-overflow-scrolling: touch; }
        .l-header .pushes .white-space {
          display: block; } }
    .l-header .pushes .push {
      width: 227px;
      min-width: 227px;
      height: 128px;
      border-radius: 12px;
      background: rgba(37, 59, 86, 0.8);
      cursor: pointer;
      position: relative; }
      .l-header .pushes .push:not(:last-child) {
        margin-right: 12px; }
      .l-header .pushes .push:hover .image-container img {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
        @media only screen and (max-width: 980px) {
          .l-header .pushes .push:hover .image-container img {
            -webkit-transform: none;
                    transform: none; } }
      .l-header .pushes .push .image-container {
        overflow: hidden;
        border-radius: 12px;
        width: 227px;
        min-width: 227px;
        height: 128px;
        -webkit-mask-image: -webkit-radial-gradient(white, #000); }
        .l-header .pushes .push .image-container img {
          -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.5, 0.2, 0.36, 1);
          transition: -webkit-transform 0.5s cubic-bezier(0.5, 0.2, 0.36, 1);
          transition: transform 0.5s cubic-bezier(0.5, 0.2, 0.36, 1);
          transition: transform 0.5s cubic-bezier(0.5, 0.2, 0.36, 1), -webkit-transform 0.5s cubic-bezier(0.5, 0.2, 0.36, 1); }
      .l-header .pushes .push .push-label {
        position: absolute;
        top: -4px;
        left: -4px;
        color: white;
        z-index: 2;
        display: flex;
        align-items: center;
        padding: 10px;
        max-width: 96%;
        height: 30px;
        border-radius: 12px 0 12px 0;
        background-image: linear-gradient(80deg, #b452a3 2%, #7640a1 100%);
        font-size: 11px;
        font-weight: 900;
        line-height: 0.73;
        letter-spacing: 0.25px;
        overflow: hidden;
        text-overflow: ellipsis; }
      .l-header .pushes .push.with-label:before {
        content: '';
        position: absolute;
        border-color: transparent transparent #7640a1 transparent;
        border-style: solid;
        border-width: 0px 0px 4px 4px;
        height: 0px;
        width: 0px;
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
        top: 26px;
        left: -4px; }
      .l-header .pushes .push .overlay {
        width: 100%;
        height: 50%;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
        position: absolute;
        bottom: 0;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)); }
      .l-header .pushes .push .push-text {
        width: 100%;
        position: absolute;
        bottom: 0;
        padding: 10px; }
        .l-header .pushes .push .push-text .push-title {
          font-size: 13px;
          color: #FFF;
          font-weight: 900;
          line-height: 1.23;
          margin: 0;
          width: 207px; }
        .l-header .pushes .push .push-text .push-description {
          font-size: 11px;
          font-weight: normal;
          line-height: 1.23;
          color: #FFF;
          margin: 0;
          width: 207px; }
  .l-header .header-nav .mobile {
    display: none; }
    @media only screen and (max-width: 980px) {
      .l-header .header-nav .mobile {
        display: flex; } }


/*# sourceMappingURL=disneyHeader.css.map*/ 