/********* px-video.css ************/

/* utilities */
.sr-only {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.show-inline {
  display: inline-block;
}

/* containers */
.px-video-img-captions-container * {
  box-sizing: border-box;
}
.px-video-img-captions-container {
  position: relative;
  background-color: #FFF;
}
.px-video-container {
  position: relative;
}
.px-video-container .loading-spinner {
  background: no-repeat url('https://www.paypalobjects.com/webstatic/es_MX/mktg/logos-buttons/redesign/loading.gif');
  content: '';
  position: absolute;
  left: 50%;
  top: 40%;
  width: 45px;
  height: 45px;
  margin-left: -30px;
  margin-top: -30px;
  text-indent: -999em;
  overflow: hidden;
}

/* progress indicator */
.px-video-progress {
  width: 100%;
  height: 10px;
}
.px-video-progress[value] {
  /* Reset the default appearance */
  -webkit-appearance: none;
  border: none;
}
.px-video-progress[value]::-webkit-progress-bar {
  background-color: #E6E6E6;
}
.px-video-progress[value]::-webkit-progress-value {
  background-color: #009CDF;
}

/* caption area */
.px-video-captions {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: .5em;
  min-height: 2.5em;
  background-color: #000;
  color: #fff;
  font-size: 1.1em;
  text-align: center;
  opacity: 0.75;
}

/* buttons */
.px-video-controls button {
  border: 1px #fff solid;
  background: transparent;
  padding: 0;
  margin: 0 5px;
  min-width: 25px;
  height: 20px;
  overflow: hidden;
  background: no-repeat url('https://www.paypalobjects.com/webstatic/mktg/wright/icons/px-video-sprite.png');
}
.px-video-controls button:focus {
  border: 1px #999 dotted;
  outline: none;
}
.px-video-controls button {
  cursor: pointer;
}
button.px-video-restart {
  margin-left: 0;
}
/* restart button */

.px-video-controls button.px-video-restart {
  background-position: -6px -333px;
}
.px-video-controls button.px-video-restart:hover,
.px-video-controls button.px-video-restart:focus {
  background-position: -6px -297px;
}

/* rewind button */
.px-video-controls button.px-video-rewind {
  background-position: -6px -189px;
}
.px-video-controls button.px-video-rewind:hover,
.px-video-controls button.px-video-rewind:focus {
  background-position: -6px -153px;
}

/* play button */
.px-video-controls button.px-video-play {
  background-position: -6px -45px;
}
.px-video-controls button.px-video-play:hover,
.px-video-controls button.px-video-play:focus {
  background-position: -6px -9px;
}

/* pause button */
.px-video-controls button.px-video-pause {
  background-position: -6px -117px;
}
.px-video-controls button.px-video-pause:hover,
.px-video-controls button.px-video-pause:focus {
  background-position: -6px -81px;
}

/* forward button */
.px-video-controls button.px-video-forward {
  background-position: -6px -261px;
}
.px-video-controls button.px-video-forward:hover,
.px-video-controls button.px-video-forward:focus {
  background-position: -6px -225px;
}

/* captions button */
.px-video-captions-btn-container label {
  display: inline-block;
  width: 25px;
  height: 20px;
  margin-left: 25px;
  background: no-repeat url('https://www.paypalobjects.com/webstatic/mktg/wright/icons/px-video-sprite.png');
  background-position: -6px -835px;
}
.px-video-captions-btn-container input[type="checkbox"]:focus+label {
  outline: 1px #999 dotted;
  background-position: -6px -799px;
}
.px-video-captions-btn-container input[type="checkbox"]:hover+label {
  background-position: -6px -799px;
  cursor: pointer;
}
.px-video-captions-btn-container input[type="checkbox"]:focus+label {
  outline: 1px #999 dotted;
  background-position: -6px -799px;
}
.px-video-captions-btn-container input[type="checkbox"]:checked+label {
  background-position: -6px -871px;
}

/* mute button */
.px-video-mute-btn-container label {
  display: inline-block;
  width: 25px;
  height: 20px;
  margin-left: 240px;
  margin-top: 2px;
  background: no-repeat url('https://www.paypalobjects.com/webstatic/mktg/wright/icons/px-video-sprite.png');
  background-position: -6px -476px;
}
.px-video-mute-btn-container input[type="checkbox"]:focus+label {
  outline: 1px #999 dotted;
  background-position: -6px -440px;
}
.px-video-mute-btn-container input[type="checkbox"]:hover+label {
  background-position: -6px -440px;
  cursor: pointer;
}
.px-video-mute-btn-container input[type="checkbox"]:focus+label {
  outline: 1px #999 dotted;
  background-position: -6px -440px;
}
/* checked state of mute button */
.px-video-mute-btn-container input[type="checkbox"]:checked+label {
  background-position: -6px -692px;
}
.px-video-mute-btn-container input[type="checkbox"]:checked:hover+label,
.px-video-mute-btn-container input[type="checkbox"]:checked:focus+label {
  background-position: -6px -656px;
}

/* volume range input */
.px-video-controls input[type='range'] {
  -webkit-appearance: none;
  height: 6px;
  width: 100px;
  margin-top: 8px;
  background-color: #E6E6E6;
  outline:none;
}
.px-video-controls input[type='range']:focus::-webkit-slider-thumb {
  outline: 1px #999 dotted;
}
.px-video-controls input[type='range']::-moz-range-track {
  -moz-appearance: none;
  height: 6px;
  background-color: #E6E6E6;
  border: none;
}
.px-video-controls input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  height: 10px;
  width: 6px;
  background-color: #666;
}
.px-video-controls input[type='range']::-moz-range-thumb {
  height: 12px;
  width: 8px;
}
/* fixing display for IE10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .px-video-controls input[type='range'] {
    position: relative;
    padding: 0;
    height: 8px;
    top: -3px;
  }
  .px-video-time {
    margin-top: 4px;
  }
  .px-video-captions {
    padding: 8px;
    min-height: 36px;
  }
}

/* Fullscreen styles */
.px-video-fullscreen-btn-container label {
  display: inline-block;
  width: 25px;
  height: 20px;
  margin: 0 10px;
  background: no-repeat url('https://www.paypalobjects.com/webstatic/mktg/wright/icons/px-video-sprite.png');
  background-position: -6px -907px;
}
.px-video-fullscreen-btn-container input[type="checkbox"]:focus+label {
  outline: 1px #999 dotted;
  background-position: -6px -943px;
}
.px-video-fullscreen-btn-container input[type="checkbox"]:hover+label {
  background-position: -6px -943px;
  cursor: pointer;
}
.px-video-fullscreen-btn-container input[type="checkbox"]:focus+label {
  outline: 1px #999 dotted;
  background-position: -6px -943px;
}
.px-video-fullscreen-btn-container input[type="checkbox"]:checked+label {
  background-position: -6px -979px;
}
.px-video-fullscreen-btn-container input[type="checkbox"]:checked:hover+label {
  background-position: -6px -1015px;
}
.px-video-container.fullscreen {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-cursor-visibility: auto-hide;
}
.display-inline {
  display: inline-block;
  vertical-align: top;
}
/* style applied through js */
.px-video-controls.js-fullscreen-controls {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 940;
  background: white;
  text-align: center;
}

  .px-video-captions.js-fullscreen-captions {
  min-height: 3.5em;
  font-size: 2.5em;
  padding: 1em;
}

.pal-blue {
  background-color: #009cde;
}
.pay-blue {
  background-color: #003087;
}
.pink {
  background-color: #de0063;
}
.purple {
  background-color: #640487;
}
.green {
  background-color: #00cf92;
}
.orange {
  background-color: #ff9600;
}
.pink,
.purple,
.green,
.orange,
.pink *,
.purple *,
.green *,
.orange *,
.pay-blue *,
.pal-blue * {
  color: #fff;
}
/* For mobile - shorter height and width */
.sticky-nav-global {
  z-index: 3;
  line-height: 60px;
  padding: 1px;
  opacity: .95;
}
.sticky-nav-global .stickyContainer {
  padding: 10px 0;
  overflow: auto;
}
.sticky-nav-global.white {
  background: #fff;
}
.sticky-nav-global.white .links-section ul li a {
  font-weight: bold;
}
.sticky-nav-global.white .stickyContainer {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.sticky-nav-global.white.on {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.sticky-nav-global.white.on .stickyContainer {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0);
}
.sticky-nav-global.gray {
  background: #f5f5f5;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.sticky-nav-global .btn-section {
  width: 25%;
  float: left;
}
.sticky-nav-global .btn-section .btn {
  visibility: hidden;
  font-size: 13px;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.sticky-nav-global .mobile-control {
  display: none;
}
.sticky-nav-global .links-section {
  width: 75%;
  float: left;
}
.sticky-nav-global .links-section .links-container {
  float: right;
}
.sticky-nav-global .links-section .links-container p {
  display: inline-block;
  margin-right: 10px;
}
.sticky-nav-global .links-section .links-container ul {
  display: inline-block;
  margin: 0;
}
.sticky-nav-global .links-section .links-container ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  justify-content: space-between;
}
.sticky-nav-global .links-section .links-container ul li.justified {
  display: flex;
}
.sticky-nav-global.on {
  position: fixed;
  top: 0;
  z-index: 4;
}
.sticky-nav-global.on .btn-section .btn {
  visibility: visible;
}
.sticky-nav-global.non-sticky {
  position: static;
}
.sticky-nav-global.btn-right .btn-section {
  float: right;
}
.sticky-nav-global.btn-right .links-section .links-container {
  float: left;
}
.sticky-nav-global.btn-right .links-section .links-container .link-item:first-of-type a {
  margin-left: 0;
}
@media (max-width: 1000px) {
  .sticky-nav-global {
    line-height: 30px;
  }
  .sticky-nav-global .containerCentered {
    min-width: 100%;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .sticky-nav-global .containerCentered .links-container {
    float: left;
    margin-left: 10px;
  }
  .sticky-nav-global .containerCentered .links-container .links-headline {
    display: none;
  }
  .sticky-nav-global .containerCentered .links-container .sticky-nav-links {
    margin-left: 10px;
  }
}
@media (max-width: 768px) {
  .sticky-nav-global .links-section {
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: 0.3s height;
    -moz-transition: 0.3s height;
    -webkit-transition: 0.3s height;
  }
  .sticky-nav-global .links-section .links-container {
    margin-left: 0;
    width: inherit;
  }
  .sticky-nav-global .links-section .links-container ul {
    width: inherit;
  }
  .sticky-nav-global .links-section .links-container ul li {
    display: block;
    width: inherit;
  }
  .sticky-nav-global .links-section .links-container ul li a.sticky-nav-links {
    display: block;
    width: inherit;
    margin-left: 0;
    line-height: 25px;
  }
  .sticky-nav-global.on .mobile-control {
    float: right;
  }
  .sticky-nav-global.on .btn-section {
    display: block;
  }
  .sticky-nav-global.on.btn-right .mobile-control {
    float: left;
  }
  .sticky-nav-global .mobile-control {
    margin: auto;
    min-width: 40px;
    display: block;
    height: 40px;
    background: transparent;
    border-radius: 50%;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxMjhDQUY2RjQ4RjcxMUU1QkIzNUVGNzFBNTcxOEQ4MCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxMjhDQUY3MDQ4RjcxMUU1QkIzNUVGNzFBNTcxOEQ4MCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjEyOENBRjZENDhGNzExRTVCQjM1RUY3MUE1NzE4RDgwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjEyOENBRjZFNDhGNzExRTVCQjM1RUY3MUE1NzE4RDgwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+XITWJgAAARtJREFUeNrs2dENgjAQBmAwbsAaPoAkLqA+uIAOpfv4oA8uQOIgMAOeSZsQIlra/6rB/5J7ABKuH4H2gLRt22QKMUsmEoQQQgghhBBCCCGEEPI/kPnQgaqqfnLAZVny1lpKXiWzL4wvM7ULBOQouZa8RMZkpuaz9gkBOUjezVWJhbGIwtTeIyC15DYipo/YSDao6TcWxgsxdtaqzYm1MN0HexTCZ/ptlDAWkfsgfNcRNCYYEbIgojAQROjKHoqBIRAtSh/j2gFAEaheq4vJHTBwBLJpdMWoINDd7yeMGkKjjR/CqCLevlgBMHbgN7N/oYXQgrzCJJoITUgXczbbOy2ENsRiVvyKMiJS/tUlhBBCCCGEEEIIUYuHAAMAg89oVszT+ikAAAAASUVORK5CYII=');
    background-size: 40px 40px;
    background-position: center center;
    background-repeat: no-repeat;
    -moz-transition: 0.3s all;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .sticky-nav-global .mobile-control.on {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAQAAABu4E3oAAAFFWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS41LWMwMTIgMS4xNDk2MDIsIDIwMTIvMTAvMTAtMTg6MTA6MjQgICAgICAgICI+CiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iCiAgICB4bWxuczpkYW09Imh0dHA6Ly93d3cuZGF5LmNvbS9kYW0vMS4wIgogICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICB4bWxuczpQYXlQYWw9Ind3dy5wYXlwYWwuY29tL2Jhc2UvdjEiCiAgIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIgogICBkYzptb2RpZmllZD0iMjAxMy0xMi0xMFQxNTo0ODo1Ny41MjEtMDg6MDAiCiAgIGRhbTpzaXplPSIxNzEiCiAgIGRhbTpQaHlzaWNhbHdpZHRoaW5pbmNoZXM9Ii0xLjAiCiAgIGRhbTpleHRyYWN0ZWQ9IjIwMTMtMTItMTBUMTU6NDg6NTYuMTYxLTA4OjAwIgogICBkYW06c2hhMT0iZjQwZTM2OGI1NmNlMDdhZDRlNWNlY2ZiNGY5NDQxZmU1YjM3NDFjMiIKICAgZGFtOk51bWJlcm9mdGV4dHVhbGNvbW1lbnRzPSIwIgogICBkYW06RmlsZWZvcm1hdD0iUE5HIgogICBkYW06UHJvZ3Jlc3NpdmU9Im5vIgogICBkYW06UGh5c2ljYWxoZWlnaHRpbmRwaT0iLTEiCiAgIGRhbTpNSU1FdHlwZT0iaW1hZ2UvcG5nIgogICBkYW06TnVtYmVyb2ZpbWFnZXM9IjEiCiAgIGRhbTpCaXRzcGVycGl4ZWw9IjE2IgogICBkYW06UGh5c2ljYWxoZWlnaHRpbmluY2hlcz0iLTEuMCIKICAgZGFtOlBoeXNpY2Fsd2lkdGhpbmRwaT0iLTEiCiAgIHRpZmY6SW1hZ2VMZW5ndGg9IjI1IgogICB0aWZmOkltYWdlV2lkdGg9IjI1IgogICBQYXlQYWw6c3RhdHVzPSJTb3VyY2VBcHByb3ZlZCIKICAgUGF5UGFsOnNvdXJjZU5vZGVQYXRoPSIvY29udGVudC9kYW0vUGF5UGFsRGlnaXRhbEFzc2V0cy9zcGFydGFJbWFnZXMvR2xvYmFsSW1hZ2VzL21rdGcvMjAxNGRlc2lnbi9jbG9zZV9kZWZhdWx0LnBuZyIKICAgUGF5UGFsOmlzU291cmNlPSJ0cnVlIj4KICAgPGRjOmxhbmd1YWdlPgogICAgPHJkZjpCYWcvPgogICA8L2RjOmxhbmd1YWdlPgogIDwvcmRmOkRlc2NyaXB0aW9uPgogPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KPD94cGFja2V0IGVuZD0iciI/PhESLTAAAABySURBVHgBzdIxCoAwFATRtZCACYpoITaCl9BjeP/T2AnB4W+b6V+K7Ff7FcVN6lWVdGkNwKz7/2hm9IFRECMGjBg4xIARA4MQGHSGANr16BAUDbeZcfFbc4gAyCIAHgFgxMAjBgYVBhVaVNVpsBeR1HYvtcwLhzoX1iQAAAAASUVORK5CYII=');
    background-size: 25px 25px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .sticky-nav-global .btn-section {
    display: none;
    width: auto;
    max-width: 75%;
  }
  .sticky-nav-global .btn-section .btn {
    min-width: 100%;
  }
}

.pal-blue{background-color:#009cde}.pay-blue{background-color:#003087}.pink{background-color:#de0063}.purple{background-color:#640487}.green{background-color:#00cf92}.orange{background-color:#ff9600}.pink,.purple,.green,.orange,.pink *,.purple *,.green *,.orange *,.pay-blue *,.pal-blue *{color:#fff}html[data-device-type=portable] .btn.btn-white,html[data-device-type=mobile] .btn.btn-white,html[data-device-type=dedicated] .btn.btn-white{color:#fff;background-color:transparent;max-width:300px;border:1px solid #fff}.hero-bg,.hero-bg.parallax .parallax-bg{background-image:url('https://www.paypalobjects.com/digitalassets/c/EMEA/landing_page/core-pages/11118_PP_PLUS_Hero_image.jpg');background-position:bottom}html[data-device-type="dedicated"] .hero-bg:before,html[data-device-type="dedicated"] .hero-bg.parallax .parallax-bg:before,html[data-device-type="portable"] .hero-bg:before,html[data-device-type="portable"] .hero-bg.parallax .parallax-bg:before{content:"";width:0;height:0;border-style:solid;position:fixed;border-width:calc(355.1px) calc(38.16px) 0 0;border-color:transparent transparent transparent transparent;top:0;left:0;z-index:-1}html[data-device-type="dedicated"] .hero-bg:after,html[data-device-type="dedicated"] .hero-bg.parallax .parallax-bg:after,html[data-device-type="portable"] .hero-bg:after,html[data-device-type="portable"] .hero-bg.parallax .parallax-bg:after{content:"";width:0;height:0;border-style:solid;position:fixed;border-width:0 0 calc(355.1px) calc(38.16px);border-color:transparent transparent #003087 transparent;bottom:0;right:0;z-index:-1}html[data-device-type="mobile"] .hero-bg:before,html[data-device-type="mobile"] .hero-bg.parallax .parallax-bg:before{content:"";width:0;height:0;border-style:solid;position:fixed;border-width:calc(225px) calc(18px) 0 0;border-color:transparent transparent transparent transparent;top:0;left:0;z-index:-1}html[data-device-type="mobile"] .hero-bg:after,html[data-device-type="mobile"] .hero-bg.parallax .parallax-bg:after{content:"";width:0;height:0;border-style:solid;position:fixed;border-width:0 0 calc(225px) calc(18px);border-color:transparent transparent #003087 transparent;bottom:0;right:0;z-index:-1}html[data-device-type="mobile"] .hero-bg.no-img:before,html[data-device-type="mobile"] .hero-bg.parallax .parallax-bg.no-img:before,html[data-device-type="mobile"] .hero-bg.no-img:after,html[data-device-type="mobile"] .hero-bg.parallax .parallax-bg.no-img:after{content:none}.hero-bg h1,.hero-bg.parallax .parallax-bg h1{line-height:60px;display:inline;font-weight:lighter;color:#fff;font-family:'DharmaGothicE-BoldItalic';text-transform:uppercase;letter-spacing:.0007em;font-size:70px;font-size:5rem}.hero-bg .contentPara,.hero-bg.parallax .parallax-bg .contentPara{padding:10px 0;font-family:"pp-sans-big-light",Helvetica Neue,Arial,sans-serif;font-weight:normal;line-height:1.5;font-weight:300;font-size:1.33333333rem}.hero-bg p.legal-notes,.hero-bg.parallax .parallax-bg p.legal-notes{font-size:13px;font-size:.92857143rem}html[data-device-type="mobile"] .hero-bg,html[data-device-type="mobile"] .hero-bg.parallax .parallax-bg{background-position:center;background-size:cover;background-repeat:no-repeat}html[data-device-type="mobile"] .hero-bg .editorial-cell,html[data-device-type="mobile"] .hero-bg.parallax .parallax-bg .editorial-cell{padding-top:0}html[data-device-type="mobile"] .hero-bg h1,html[data-device-type="mobile"] .hero-bg.parallax .parallax-bg h1{color:#ffffff;font-size:30px;font-size:2.14285714rem;width:100%}html[data-device-type="mobile"] .hero-bg p,html[data-device-type="mobile"] .hero-bg.parallax .parallax-bg p,html[data-device-type="mobile"] .hero-bg .hatch,html[data-device-type="mobile"] .hero-bg.parallax .parallax-bg .hatch{color:#ffffff;padding-top:1px;margin:0;font-weight:300;font-size:18px;font-size:1.28571429rem}.hero-bg .primaryBtn,.hero-bg.parallax .parallax-bg .primaryBtn{float:left;margin:0 25px 15px 0;max-width:300px}.hero-bg .btn.heroBtn,.hero-bg.parallax .parallax-bg .btn.heroBtn,.hero-bg .btn.heroBtn:hover,.hero-bg.parallax .parallax-bg .btn.heroBtn:hover,.hero-bg .btn.heroBtn:focus,.hero-bg.parallax .parallax-bg .btn.heroBtn:focus,.hero-bg .btn.heroBtn:active,.hero-bg.parallax .parallax-bg .btn.heroBtn:active{background:#005DA3;color:#ffffff;float:none;clear:both}html[data-device-type="dedicated"] .hero-bg{height:600px}html[data-device-type="mobile"] .hero-bg{height:675px}@media (orientation:landscape){html[data-device-type="mobile"] .hero-bg{height:530px}}html[data-device-type="portable"] .hero-bg{height:600px;background-position:35% center;padding-top:65px}html[data-device-type="portable"] .hero-bg .span6{width:40%}@media (orientation:portrait){html[data-device-type="portable"] .hero-bg .span8{width:85%}}html[data-device-type="portable"] .hero-bg .editorial-cell{padding-top:20px}html[data-device-type="portable"] .hero-bg h1{padding-bottom:30px;font-family:'DharmaGothicE-BoldItalic';text-transform:uppercase;letter-spacing:.007em;font-size:40px;color:#fff;line-height:45px}html[data-device-type="portable"] .hero-bg h1 .author{font-size:20px;font-family:pp-sans-big-light,Helvetica Neue,Arial,sans-serif;text-transform:none}html[data-device-type="portable"] .hero-bg .editorial-container{height:600px;line-height:675px}html[data-device-type="portable"] .hero-bg .editorial-container .legal-notes{float:left;margin:0}html[data-device-type="portable"] .hero-bg .editorial-container .x-large{font-size:4rem;line-height:60px}html[data-device-type="portable"] .hero-bg .editorial-container img{right:0;top:38%}html[data-device-type="portable"] .hero-bg .editorial-container .editorial-cell{vertical-align:top}html[data-device-type=dedicated] header[role=banner].pp-header#main>section:not(.hero-pop-out):first-of-type{padding-top:72px}html[data-device-type="portable"] a.btn.heroBtn{width:300px}html[data-device-type="portable"] .hero-bg .x-large{font-size:2.3rem}.n3{background-image:url("https://www.paypalobjects.com/webstatic/de_DE/mktg/business/pages/merchant-info-center/PayPal-device-account.png");background-color:#f5f5f5}.n1{background-image:url("https://www.paypalobjects.com/webstatic/de_DE/mktg/business/pages/merchant-info-center/PayPal-info-center-3.jpg")}.faq>.dark{background-color:#009cde;padding:21px;display:none}.lightBackground{background-color:#f5f5f5;color:#666}.hidden{display:none}.invoicepanel .hatchtext{padding-top:40px}.invoicepanel p.hatch{text-align:center;padding-top:40px;max-width:85%;margin:0 auto}.optimizepanel .hatchtext{clear:both}.optimizepanel .btn{width:250px}.optimizepanel .pulloutPara{padding-bottom:20px;text-align:left}.optimizepanel div.container{display:none}.optimizepanel header .pulloutHeadline{text-align:left}.optimizepanel header .pulloutHeadline::before{content:"";background:url("https://www.paypalobjects.com/digitalassets/c/EMEA/landing_page/landing-pages/91401_M5_image_02.png") no-repeat;width:266px;height:52px;float:left;padding-right:20px}.optimizepartners .panel-img{height:106px}.panel .fees span{float:right}.panel .span-pp-2{margin-right:20px}.panel .span-pp-2 .large{font-family:"pp-sans-big-light",Helvetica Neue,Arial,sans-serif}.panel hr{width:100%}.dark p{color:#fff}.callout p{color:#444}.imageContainer>div,.imageContainer1>div,.imageContainer2>div{display:block;position:absolute}.imageContainer,.imageContainer1,.imageContainer2{position:relative;height:500px;width:100%}.threePanelextralink{margin-left:-6px;margin-top:10px}p.legal-notes{font-size:.8em}.singleLinepanel{padding:70px 0 0}.x-large.sliderHeading{padding-bottom:4%}.panel .panel-img{margin-bottom:35px}.shoppingNoLink{font-weight:bold;color:#444}.pulloutHeadline.headerLast{margin-bottom:-2%}.span4.dark.answers.pull-right{padding-right:2%}@media (orientation:landscape){html[data-device-type="portable"] .span3.col-sm-6.col-md-3.additional{margin-left:0}html[data-device-type="mobile"] .threePanelextralink{margin-left:0}html[data-device-type="portable"] .editorial-bg{background-position:80% center}}@media (orientation:landscape) and (min-width:480px) and (max-width:480px){.rightstar{display:inline-block;width:250px;text-align:right;margin:3px 0 0 10px;color:#b9b9b9}}html[data-device-type="mobile"] #field0{margin-bottom:10px}html[data-device-type="mobile"] #lipp_submit{width:245px}@media (orientation:portrait) and (min-width:320px) and (max-width:375px){html[data-device-type="mobile"] .customerStep a:after,.customerStep1 a:after,.customerStep2 a:after{content:"O";position:absolute;top:0;left:0;width:20px;height:20px;border:solid 1px #c5c5c5;border-radius:20px}html[data-device-type="mobile"] .customerStep a.activeStep:after,.customerStep1 a.activeStep1:after,.customerStep2 a.activeStep2:after{background:#c5c5c5}html[data-device-type="mobile"] .rightstar{display:inline-block;width:250px;text-align:right;margin:3px 0 0 10px;color:#b9b9b9}#field0{margin-bottom:10px}}@media (orientation:portrait){html[data-device-type="portable"] .span3.col-sm-6.col-md-3.additional{margin-left:0}html[data-device-type="mobile"] .threePanelextralink{margin-left:0}html[data-device-type="mobile"] .mobile-modal{overflow:scroll}html[data-device-type="mobile"] .loginsub,.loginsub1{display:inline-block;width:75%;margin-top:20px;margin-left:3%}}#smb-video{background:transparent url('https://www.paypalobjects.com/webstatic/de_DE/mktg/paypal-plus/PayPal-Plus-video.jpg') center top no-repeat;background-size:cover;height:530px}.editorial-n5{text-align:center}.editorial-right .editorial-img{background-position:90% center}.firstslide{padding-bottom:1%}.editorial-left .editorial-img{background-position:25% center}.n3_2{background-image:url("https://www.paypalobjects.com/digitalassets/c/website/marketing/emea/de/paypal-plus/Partner_logos.jpg")}#pp-video{background-image:url("https://www.paypalobjects.com/webstatic/de_DE/mktg/paypal-plus/PayPal-Plus-video.jpg");width:100%;height:530px;cursor:pointer}.video-module>.containerCentered>.editorial-container{text-align:center;line-height:530px}.hero-bg p{color:#fff}.ppplogo{background-image:url("https://www.paypalobjects.com/webstatic/de_DE/mktg/paypal-plus/PayPal-Plus-Logo.jpg");width:185px;height:52px;margin-left:10px}.loginh2{color:#6bb9e7;margin-top:30px;margin-left:10px}h3.lipp{color:#78dfc2;margin-top:20px;margin-left:10px;background-image:url("https://www.paypalobjects.com/webstatic/de_DE/mktg/paypal-plus/PP-Plus-check.jpg");background-repeat:no-repeat;background-position:0 0;padding:9px 0 0 45px;height:59px}.logintextpara{margin-top:18px;color:#757575;margin-left:10px}.logintextpara span{font-weight:bold}.login_submit{background-image:url("https://www.paypalobjects.com/webstatic/de_DE/mktg/paypal-plus/submit-login.png");width:153px;height:36px;border-radius:3px;border-right:1px solid #a5a5a5;border-bottom:1px solid #a5a5a5;border-left:1px solid #e9e9e9;border-top:1px solid #e9e9e9;margin-left:10px}.footer{margin-top:30px;background-color:#f5f5f5;padding:10px}.loginfootertextpara{color:#757575}.textlink_loginform #field2,.textlink_loginform #field3{margin-top:10px}.rightstar{display:inline-block;width:512px;text-align:right;margin:3px 0 0 10px;color:#b9b9b9}.discla,.discla1{margin:30px 0 25px 10px;background-color:#fff;color:#757575}.loginsub,.loginsub1{display:inline-block;width:50%;margin-top:5px;margin-left:10px}.formcontainer{margin-top:15px;background-color:#f5f5f5;padding-bottom:10px}@media (orientation:landscape) and (min-width:966px) and (max-width:966px){.ui-dialog{overflow:auto;height:440px}html[data-device-type="portable"] .editorial-left .editorial-img{background-position:7% center}}#lipp_email{color:#000000}span#myContainer{display:inline-block;margin-left:10px}@media (orientation:portrait) and (min-width:600px) and (max-width:600px){.hero-bg h1{margin-top:27%}.hero-bg .btn{width:80%}.ui-dialog .ui-dialog-titlebar-close{right:21%}}.howit-works-img img{display:none}.howit-works-img.select-one img.one-img{display:inline-block;margin-top:100px}.howit-works-img.select-two img.two-img{display:inline-block;width:300px;margin-top:60px}.howit-works-img.select-three img.three-img{display:inline-block;margin-top:100px}.howit-works p{opacity:.5}.howit-works .h3{font-size:23px;font-family:"pp-sans-big-light",Helvetica Neue,Arial,sans-serif;padding:0}.howit-works.select-one .title-one p{opacity:1}.howit-works.select-one .title-one::after{font-weight:bold;opacity:1}.howit-works.select-two .title-two p{opacity:1}.howit-works.select-two .title-two::after{font-weight:bold;opacity:1}.howit-works.select-three .title-three p{opacity:1}.howit-works.select-three .title-three::after{font-weight:bold;opacity:1}.works-panel{position:relative}.works-panel html[data-device-type="dedicated"] .cursor-default{cursor:pointer}.works-panel .steps::after{content:"";background:url('https://www.paypalobjects.com/webstatic/en_GB/mktg/wright/accept_payments-online/Arrow_active.png') no-repeat right top;position:absolute;top:80px;right:-20px;width:11px;height:16px;opacity:.5}.works-panel .steps{position:relative;padding:0}html[data-device-type="portable"] .steps::after{opacity:0}.howit-works-wrapper{cursor:pointer}html[data-device-type="mobile"] .howit-works p{opacity:1}html[data-device-type="portable"] .closing-section.blue .closing-cta{width:300px}.panel-img{margin:0 auto}#checkout-three-panel{text-align:center}.custom-blue h2{text-align:center;padding:30px 0}.custom-blue h2.contentHead{text-align:center;padding:30px 0;font-size:1.8rem;background:linear-gradient(300deg, #003087 50%, #009CDE 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.custom-blue h2.contentHead{background:none}}.custom-blue .plus{cursor:pointer;padding:24px 11px;width:27px;float:left;margin-right:20px;background-image:url(https://www.paypalobjects.com/digitalassets/c/website/marketing/emea/de/de/pp-plus/plus_icon_blue.png)}.custom-blue .desc-text{display:none;padding-left:70px}.custom-blue .text-link{cursor:pointer;text-transform:uppercase;background:linear-gradient(300deg, #003087 50%, #009CDE 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.custom-blue .text-link{background:none}}.custom-purple h2.contentHead{text-align:center;padding:30px 0;font-size:1.8rem;background:linear-gradient(300deg, #720383 50%, #D60A6B 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.custom-purple h2.contentHead{background:none}}.custom-purple .plus{cursor:pointer;padding:24px 11px;width:27px;float:left;margin-right:20px;color:#ffffff;background-image:url(https://www.paypalobjects.com/digitalassets/c/website/marketing/emea/de/de/pp-plus/plus_icon_red.png)}.custom-purple .desc-text{display:none;padding-left:70px}.custom-purple .text-link{cursor:pointer;text-transform:uppercase;background:linear-gradient(300deg, #720383 50%, #D60A6B 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;padding-top:13px}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.custom-purple .text-link{background:none}}.show{display:block}figure{margin:0;padding:10px;position:relative;cursor:pointer}figure:after{content:'';position:absolute;display:inline-block;width:40px;text-align:center;top:20px;right:20px;font-size:11px;font-weight:600;padding:5px;border-radius:3px;background-color:rgba(170,178,189,0.1);text-transform:uppercase}figure.play:before{display:none}figure .play-button{display:none;cursor:pointer;content:'';position:absolute;left:50%;top:50%;width:60px;height:60px;margin-left:-30px;margin-top:-30px;text-indent:-999em;overflow:hidden;border:2px solid #7E7E7E;border-radius:36px}figure .play-button:after{content:'';position:absolute;width:0;height:0;top:50%;left:50%;margin-top:-12px;margin-left:-10px;overflow:hidden;border:24px solid rgba(255,255,255,0);border-width:12px 24px;border-left-color:#7E7E7E}figcaption{padding-top:15px;font-size:14px;color:#8d9bad}figcaption a{color:#59687b;text-decoration:none}html[data-device-type=dedicated] .btn.disabled,html[data-device-type=dedicated] .btn.disabled:hover{cursor:no-drop;background:rgba(255,149,1,0.9)}@media (orientation:portrait){html[data-device-type="portable"] .hero-bg .editorial-container .x-large{font-size:3.6rem}html[data-device-type="portable"] .hero-bg .editorial-container .contentPara,html[data-device-type="portable"] .hero-bg .editorial-container .legal-notes{width:70%}}.home-hero__ribbon{color:#fff;position:relative;left:0;bottom:0;width:100%;padding:30px 0;background:#FCD400;box-sizing:border-box;z-index:2;height:100%}.home-hero__ribbon .hidden{display:none}html[data-device-type="mobile"] .home-hero__ribbon{height:100%;padding:12px 0}.home-hero__ribbon span.red{color:#BE265F}.home-hero__ribbon .codeHelp{width:210px;display:inline-block}.home-hero__ribbon .terms.span8{margin-left:0;padding-top:15px}.home-hero__ribbon .btn.overlay-btn,.home-hero__ribbon .btn.overlay-btn:hover,.home-hero__ribbon .btn.overlay-btn:visited,.home-hero__ribbon .btn.overlay-btn:active,.home-hero__ribbon .btn.disabled,.home-hero__ribbon .btn.disabled:hover,.home-hero__ribbon .btn.disabled:visited,.home-hero__ribbon .btn.disabled:active{padding:10px 30px 12px;background:rgba(255,149,1,0.9);float:none;clear:both;border:none;color:#ffffff}.home-hero__ribbon img{margin-right:25px;margin-bottom:15px;display:block;float:left;width:90px}.home-hero__ribbon h2{float:left;line-height:30px;display:inline;font-weight:normal;color:#fff;font-family:'DharmaGothicE-BoldItalic';text-transform:uppercase;font-size:28px}html[data-device-type="mobile"] .home-hero__ribbon h2{font-size:22px;width:100%}html[data-device-type="portable"] .home-hero__ribbon .codelink{display:inline-block}@media (orientation:portrait){html[data-device-type="portable"] .home-hero__ribbon .span2{width:16%}html[data-device-type="portable"] .home-hero__ribbon .codeHelp.span4{width:32%}html[data-device-type="portable"] .home-hero__ribbon h2{padding-bottom:15px}html[data-device-type="portable"] .home-hero__ribbon .terms.span8{margin-left:0;padding-top:15px}html[data-device-type="portable"] .home-hero__ribbon .row-fluid [class*=span]{margin-left:0}html[data-device-type="portable"] .home-hero__ribbon .btn{margin-top:75px}}@media (min-width:1024px) and (orientation:landscape){html[data-device-type="portable"] .home-hero__ribbon .span6{width:40%}html[data-device-type="portable"] .home-hero__ribbon .terms.span8{margin-left:0;padding-top:15px}html[data-device-type="portable"] .home-hero__ribbon .btn{margin-top:0}}.hero-ribbon-wrapper{position:relative;height:100%;overflow:hidden}.hero-ribbon-wrapper .codelink a{cursor:pointer}html[data-device-type="mobile"] .hero-ribbon-wrapper .row-fluid.beforeSubmit{background:#FCD400}html[data-device-type="mobile"] .hero-ribbon-wrapper .row-fluid .span2{width:100%}html[data-device-type="mobile"] .hero-ribbon-wrapper h2{font-size:26px;line-height:40px}html[data-device-type="mobile"] .hero-ribbon-wrapper .legal-notes{padding:0;margin:0}html[data-device-type="mobile"] .hero-ribbon-wrapper .successMsg h2,html[data-device-type="mobile"] .hero-ribbon-wrapper .failureMsg h2{font-size:45px;font-size:3.21428571rem;line-height:50px}.hero-ribbon-wrapper .btn{display:block;background-color:#FF9501}html[data-device-type="mobile"] .hero-ribbon-wrapper .btn{margin:15px 0}.hero-ribbon-wrapper .btn.disabled{cursor:not-allowed}.hero-ribbon-wrapper .btn:hover,.hero-ribbon-wrapper .btn:focus,.hero-ribbon-wrapper .btn:visited,.hero-ribbon-wrapper .btn:active{background-color:#FF9501;color:#fff;text-decoration:none}@media (min-width:1024px){#body.menu-open .hero-ribbon-wrapper .overlayWrapper{top:58px;padding-bottom:57px}}.passport-logo{display:inline-block;height:33px;overflow:hidden;text-indent:-999em;vertical-align:middle;padding:0 5px;margin-top:-5px;background:url('https://www.paypalobjects.com/webstatic/en_US/mktg/passport/home/logo.png') no-repeat;background-size:100%;width:220px}.modal-iframe{width:670px;height:600px}.ppf.actions{cursor:pointer;font-size:40px;text-decoration:none;padding:0}.country-selector{margin-top:0}html[data-device-type="portable"] .sticky-nav-panel .btn{min-width:100%}.stories{text-align:left;background-image:url(https://www.paypalobjects.com/digitalassets/c/EMEA/8056_Teaser_Luicella_M6_Teaser.jpg);background-size:cover;background-repeat:no-repeat;background-position:center}.stories .closingHeadline,.stories .pulloutPara{color:#fff}.stories a.closing-cta{background-color:transparent;color:#fff;border:1px solid #fff}.stories a.closing-cta:hover{background-color:#eaeced;color:#0079ad}html[data-device-type="mobile"] .stories,html[data-device-type="portable"] .stories{background-position:30% center}.custom-list li{list-style-type:disc;margin-left:20px;color:#fff;font-family:"pp-sans-big-light",Helvetica Neue,Arial,sans-serif;font-weight:300}.hero-bg p,.hero-bg ul li{font-size:initial;font-size:1.33333333rem;line-height:1.5;font-weight:300}html[data-device-type="dedicated"] .hero-bg .contentPara,html[data-device-type="dedicated"] .hero-bg.parallax .parallax-bg .contentPara{width:80%}.boxlink{padding:8px 0;background:#003087;cursor:pointer}.boxlink .container{display:flex;display:-ms-flexbox}.boxlink .container img{width:60px;height:40px}.boxlink .container h3{color:#fff;font-size:25px;font-size:1.78571429rem}.boxlink .container .headline{margin:auto 10px}.boxlink .container .expand-button{margin:auto}.boxlink .container .plus-action-btn{position:relative;display:block;float:left;font-size:40px;font-size:2.85714286rem;color:#fff;border:2px solid #fff;border-radius:30px;width:25px;height:25px;line-height:42px;animation-duration:1.6s;animation-name:pulse;animation-iteration-count:infinite;animation-direction:alternate}.boxlink .container .plus-action-btn:after{content:'+';display:block;position:absolute;width:25px;font-size:25px;font-size:1.78571429rem;line-height:24px;text-align:center;color:#fffef3;top:0;left:0;text-indent:0}html[data-device-type="dedicated"] #expandedbox.panel{padding:75px 0}html[data-device-type="dedicated"] .boxlink .expand-button{margin:auto;padding-left:40%}html[data-device-type="mobile"] #businessbox.panel div+div{padding:initial}html[data-device-type="mobile"] .boxlink{padding:initial}html[data-device-type="mobile"] .boxlink h3{font-size:15px;font-size:1.07142857rem}html[data-device-type="mobile"] .expandedbox{min-height:455px}@media only screen and (min-width:320px) and (max-width:414px) and (orientation:portrait){html[data-device-type="mobile"] .expandedbox .containerCentered{display:flex;flex-direction:column-reverse;-ms-flex-direction:column-reverse;display:-ms-flexbox}html[data-device-type="mobile"] .expandedbox .containerCentered .text-left{text-align:center;width:100%}html[data-device-type="mobile"] .expandedbox .containerCentered .text-right{width:40%;margin:auto}html[data-device-type="mobile"] .expandedbox .containerCentered .text-right img{margin:auto;width:100%}html[data-device-type="mobile"] .expandedbox .containerCentered .close-overlay{display:flex;justify-content:center}html[data-device-type="mobile"] .expandedbox .containerCentered h2{line-height:1.25em}html[data-device-type="mobile"] .expandedbox .containerCentered p{font-size:15px;font-size:1.07142857rem}}html[data-device-type="mobile"] .expandedbox .containerCentered h2{font-size:30px;font-size:2.14285714rem;line-height:1.25em}html[data-device-type="mobile"] .expandedbox .containerCentered p{font-size:17px;font-size:1.21428571rem}html[data-device-type="portable"] .expandedbox .containerCentered h2{font-size:35px;font-size:2.5rem}html[data-device-type="portable"] .expandedbox .containerCentered p{padding-top:25px;font-size:18px;font-size:1.28571429rem}.expandedbox{display:none;position:absolute;top:5.3rem;background-color:#009cde;background-image:radial-gradient(circle farthest-side at left top, #009cde, #003087 125%)}.expandedbox .containerCentered{display:flex;display:-ms-flexbox}.expandedbox .containerCentered h2{color:#fff;font-family:'DharmaGothicE-BoldItalic';font-size:70px;font-size:5rem;letter-spacing:.0007em;line-height:60px}.expandedbox .containerCentered p{color:#fff;margin-bottom:20px;font-size:20px;font-size:1.42857143rem;margin:10px 15px 20px 0;font-family:"pp-sans-big-light",Helvetica Neue,Arial,sans-serif;line-height:1.5}.expandedbox .containerCentered .text-left{width:60%}.expandedbox .containerCentered .text-right{margin:15px;width:40%}.expandedbox .containerCentered .text-right img{width:80%}.expandedbox .containerCentered .boxbtn{width:300px;color:#0070ba;background:#fff}.expandedbox .containerCentered .boxbtn:hover{color:#0070ba;background:#fff}@media only screen and (min-width:731px) and (max-width:823px) and (orientation:landscape){.hero-bg .primaryBtn{margin:0 25px 0 0}}html[data-device-type="mobile"] .pageHeadline{font-size:59px}

