/********* 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;
}

/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    *zoom: 1;
}

.bx-wrapper img {
    max-width: none;
    display: block;
   /* margin-left: -20%; */
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
    /*-moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;*/
    /*border:  5px solid #fff;*/
    /*left: -5px;*/
    background: #fff;
    
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
        -ms-transform: translatez(0);
        -o-transform: translatez(0);
        transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
    min-height: 50px;
    /*background: url(images/bx_loader.gif) center center no-repeat #fff;*/
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #009cde;
    border-bottom:0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev, .bx-wrapper .bx-next {
    
    background: url("https://www.paypalobjects.com/webstatic/es_MX/mktg/shopping-banner/shopping-navigation-controls.png") no-repeat scroll -24px -32px rgba(0, 0, 0, 0)
}

.bx-wrapper .bx-prev{
    left: 10px;
}

.bx-wrapper .bx-next {
    right: 10px;
    background-position: -78px -30px;
}

/*.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}*/

.bx-wrapper .bx-controls-direction a {
    height: 52px;
    margin-top: -16px;
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 51px;
    z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}

.bx-wrapper ul{
    margin: 0;
}

.bx-wrapper ul li{
    overflow: hidden;
}

.shopping-carousel-text{
    color: #fff;
    left: 30%;
    position: absolute;
    top: 35%;
    width: 50%;
}
/*.shopping-carousel-text h2, .shopping-carousel-text p{
    text-transform: uppercase;
}*/
/*.shopping-carousel-text.white h2, .shopping-carousel-text.white p{
    color: #fff;
}*/
/*.shopping-carousel-text.black h2, .shopping-carousel-text.black p{
    color: #000;
}*/
/*.shopping-carousel-text p {
    font-size: 28px;
    line-height: 1;
}*/


/* Mobile */

html[data-device-type="mobile"] .bx-wrapper img {
    margin-left: -75%;
    opacity: 0.3;
}

html[data-device-type=portable] .bx-wrapper img {
    opacity: 0.3;
}

html[data-device-type="mobile"] .shopping-carousel-text {
    left:0;
    top:auto;
    bottom:10%;
    text-align: center;
    width:100%;
}

html[data-device-type="mobile"] .shopping-carousel-text p, html[data-device-type="mobile"] .bx-controls-direction {
    display: block;
}

html[data-device-type="mobile"] .shopping-carousel-text h2{
    font-size: 20px;
    margin-bottom: 20px;
    color: #000;
}

@media (max-width: 770px) {
    html[data-device-type=portable] .shopping-carousel-text {
        left: 12%;
        top: 20%;
        width: 75%;
    }
}

.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}.youtube-player{width:480px;height:360px;position:relative}html[data-device-type="mobile"] .youtube-player{width:100%}.youtube-player .play-button{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 #fff;border-radius:36px}.youtube-player .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(0,0,0,0);border-width:12px 24px;border-left-color:#fff}.youtube-thumb{width:100%}.youtube-iframe{width:100%;height:100%}.video-module .play-button{cursor:pointer}.hero-bg{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif}html[data-device-type="dedicated"] .hero-bg{min-height:600px}.hero-bg a.how-pp-works{background:rgba(0,0,0,0);border:1px solid #fff}.hero-bg a.heroBtn{width:39%}.hero-bg .editorial-cell h1{font-size:54px;font-size:3.85714286rem}html[data-device-type="mobile"] .hero-bg .editorial-cell h1{font-size:40px;font-size:2.85714286rem}html[data-device-type="dedicated"] .hero-bg .editorial-cell h1,html[data-device-type="portable"] .hero-bg .editorial-cell h1{padding-bottom:20px}html[data-device-type="portable"] .hero-bg .editorial-cell a.heroBtn{max-width:320px}html[data-device-type="mobile"] .hero-bg .editorial-cell{padding-top:0}html[data-device-type="mobile"] .hero-bg .editorial-cell .pageHeadline,html[data-device-type="mobile"] .hero-bg .editorial-cell p.contentPara{color:#fff}html[data-device-type="mobile"] .hero-bg .editorial-cell a.heroBtn{max-width:320px}.hero-bg .hatch .btn{width:39%}html[data-device-type="portable"] .hero-bg .hatch .btn{width:320px}html[data-device-type="mobile"] .hero-bg .hatch .btn{width:89%}html[data-device-type="mobile"] .hero-bg .hatch .btn.how-pp-works{margin:20px auto}html[data-device-type="mobile"] .hero-bg .hatch .common{margin-top:20px}.hero-bg .hatch .youtube-player-modal{margin-left:20px;display:block;margin:0 auto}.hero-bg .hatch .youtube-player-modal:hover,.hero-bg .hatch .youtube-player-modal:focus{background:transparent}@media only screen and (max-device-width:768px) and (min-device-width:768px) and (orientation:portrait){.hero-bg .hatch .youtube-player-modal{margin-top:20px}}@media only screen and (max-device-width:736px) and (min-device-width:736px) and (orientation:landscape){.hero-bg .hatch .youtube-player-modal{margin-top:20px}}.hero-bg .hatch .sign-up-btn{display:block;margin:0 auto;margin:20px auto 0}html[data-device-type="mobile"] .hero-bg p{margin-top:0}.hero-bg.uncookied{background-image:url("https://www.paypalobjects.com/webstatic/en_GB/mktg/wright/home/homepage-hero-1x.jpg")}html[data-device-type="mobile"] .hero-bg.uncookied{background-position:inherit;background-size:cover}.hero-bg.cookied{background-image:url("https://www.paypalobjects.com/webstatic/en_GB/mktg/wright/home/homepage-hero-1x.jpg")}.hero-bg.cookied .business-btn{background:transparent;border:1px solid #ffffff;margin-top:20px}.hero-bg.cookied .business-btn:hover,.hero-bg.cookied .business-btn:focus{background:transparent}html[data-device-type="mobile"] .hero-bg.cookied{background-position:left center;background-size:cover}html[data-device-type="mobile"] .hero-bg.cookied h1.headline-decorative{font-size:40px;font-size:2.85714286rem;padding:4% 8% 0;text-shadow:none;margin-top:0}.cookie-notification{z-index:999}.icon-play{color:#fff;display:inline-block;height:17px;margin-right:12px;position:relative;text-indent:-999em;vertical-align:middle;width:32px}.icon-play:after{content:'';height:0;border:14px solid rgba(0,0,0,0);border-width:7px 14px;border-left-color:#fff;left:11px;overflow:hidden;position:absolute;top:0;width:0}html[data-device-type="mobile"] .panel .steps-section div+div{padding:20px}html[data-device-type="mobile"] .steps:last-child{border-bottom:0}html[data-device-type="mobile"] a.btn.blue-border-button{width:220px;margin:0 auto}html[data-device-type="mobile"] a.btn.blue-border-button.contentLink{padding:13px 30px 15px 13px}.panel-one{padding-bottom:90px;text-align:center}.panel-one .contentPara{margin:10px 0 10px 0}.panel-one .contentHead img{margin:0 auto 15px auto;display:block}.panel-two .pulloutHeadline{padding-bottom:35px}.sellers-tab{display:none}.panel-one a.blue-border-button,.threeSteps a.blue-border-button{background:rgba(0,0,0,0);border:1px solid #0070ba;color:#0070ba;min-width:200px}.panel-one a.blue-border-button:hover,.threeSteps a.blue-border-button:hover,.panel-one a.blue-border-button:focus,.threeSteps a.blue-border-button:focus{background:rgba(0,0,0,0);border:1px solid #0070ba;color:#0070ba;min-width:200px}.threeSteps{padding:90px 0;text-align:center}.threeSteps .buyersSellers{margin:0 0 15px 0}.threeSteps .buyersSellers a{padding:10px 10px 10px 10px;margin:0 0 0 20px;color:#0070ba;text-decoration:none}html[data-device-type="mobile"] .threeSteps .buyersSellers a{margin:0}.threeSteps .buyersSellers a:hover{text-decoration:none}.threeSteps .buyersSellers a.selected{color:#666666;border-bottom:1px solid #666666}.threeSteps .threeStepsHeading{font-size:35px;margin:0 0 40px 0}.threeSteps img{display:block;margin:0 auto}.threeSteps .steps{padding-left:10px;padding-right:10px;position:relative}.threeSteps .steps span.imageWrapper{position:relative;display:block}.threeSteps .steps .step-text{text-align:left;vertical-align:top}.threeSteps .steps .arrow{width:30px;height:30px;border-top:1px solid #d4d9dc;border-right:1px solid #d4d9dc;display:table-cell;text-indent:-99em;background:none;position:absolute;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%);top:calc(35%);-ms-transform:rotate(45deg);transform:rotate(45deg);left:-45px}html[data-device-type="mobile"] .threeSteps .steps .step-text{vertical-align:middle}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;max-width:300px;background-color:transparent;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 transparent 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 transparent 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 .editorial-cell .pageHeadline,.hero-bg.parallax .parallax-bg .editorial-cell .pageHeadline{font-size:70px;font-size:5rem}.hero-bg .pageHeadline,.hero-bg.parallax .parallax-bg .pageHeadline{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 .pageHeadline p,.hero-bg.parallax .parallax-bg .pageHeadline p{text-transform:initial}.hero-bg .pageHeadline .sub-text,.hero-bg.parallax .parallax-bg .pageHeadline .sub-text{font-family:"pp-sans-big-light",Helvetica Neue,Arial,sans-serif;font-size:2.5rem;vertical-align:text-top}.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:18.7px;font-size:1.33571429rem}.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 .editorial-cell p,html[data-device-type="mobile"] .hero-bg.parallax .parallax-bg .editorial-cell p{padding-bottom:0}html[data-device-type="mobile"] .hero-bg .pageHeadline,html[data-device-type="mobile"] .hero-bg.parallax .parallax-bg .pageHeadline{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;font-family:pp-sans-small-regular,Helvetica Neue,Arial,sans-serif}.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:auto}@media (orientation:landscape){html[data-device-type="mobile"] .hero-bg{height:auto}}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 .pageHeadline{padding-bottom:30px;font-family:'DharmaGothicE-BoldItalic';text-transform:uppercase;letter-spacing:.007em;font-size:40px;font-size:2.85714286rem;color:#fff;line-height:45px}html[data-device-type="portable"] .hero-bg .pageHeadline .author{font-size:20px;font-size:1.42857143rem;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 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}.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:11px;font-size:.78571429rem}.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%}}.vid-image{background:transparent url('https://www.paypalobjects.com/marketing/web/de/de/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/marketing/web/de/de/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 (min-width:769px) and (orientation:portrait){html[data-device-type="portable"] .hero-bg{background-position:55% center}html[data-device-type="portable"] .hero-bg .play-banner-text{margin-left:12rem}}@media (min-width:768px) and (orientation:portrait){html[data-device-type="portable"] .hero-bg{background-position:55% center}}@media (min-width:1024px) and (orientation:landscape){html[data-device-type="portable"] .hero-bg{background-position:53% center}}@media (min-width:1024px) and (orientation:portrait){html[data-device-type="portable"] .hero-bg{background-position:53% center}}@media (orientation:portrait) and (min-width:600px) and (max-width:600px){.hero-bg .pageHeadline{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-size:1.64285714rem;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;font-size:.12857143rem;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;font-size:.12857143rem;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-size:.78571429rem;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;font-size:1rem;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 .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;font-size:2rem}html[data-device-type="mobile"] .home-hero__ribbon h2{font-size:22px;font-size:1.57142857rem;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;font-size:1.85714286rem;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;font-size:2.85714286rem;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:18.7px;font-size:1.33571429rem;line-height:1.5;font-weight:300}@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;font-size:4.21428571rem}.module3-img{vertical-align:middle;margin:2%}.steps-section{padding-top:3%}html[data-device-type=portable] .module11Editorials{padding:60px 0}.module11Editorials .hatch{font-size:11px;font-size:.78571429rem}.module11Editorials .contentPara a{color:#0070ba}html[data-device-type="mobile"] .module11Editorials .contentLink{padding:15px}html[data-device-type=portable] .module11Editorials .editorial-img{background-position:95% center;background-size:contain}.n1{background:url('https://www.paypalobjects.com/digitalassets/c/EMEA/landing_page/landing-pages/10519_M11_image.png') no-repeat}.ctaBottom section .closingHeadline{font-size:40px;font-size:2.85714286rem}.ctaBottom section .pulloutPara{padding-bottom:0;font-size:20px;font-size:1.42857143rem}.ctaBottom section:first-child{padding-bottom:0}.ctaBottom section:last-child{padding-top:0}.ctaBottom section:last-child .closing-cta{background:transparent;border:1px solid #0070ba;color:#0070ba}.step-flow{padding-bottom:60px;padding-top:60px}.step-flow .container{margin-left:10%;margin-right:10%;padding-left:24px;padding-right:24px}.step-flow .container .row{margin-left:-12px;margin-right:-12px}.step-flow .container .row .step-flow__head--extra-padding{padding-bottom:30px}.step-flow .container .row .step-flow__head--extra-padding .h2.pypl-heading,.step-flow .container .row .step-flow__head--extra-padding h2.pypl-heading{font-size:40px;font-size:2.85714286rem;line-height:1.2;color:#fff}.step-flow .container .row .step-flow__head--extra-padding .step-flow__headline{text-align:center}.step-flow .container .row .step-flow__head--extra-padding .pp-sans-big-light{font-family:pp-sans-big-light,Helvetica Neue,Arial,sans-serif;font-weight:400}.step-flow .container .step-flow__flex-wrapper{display:-ms-flexbox;display:flex}.step-flow .container .step-flow__flex-wrapper .step-flow__steps-container{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;max-width:50%}.step-flow .container .step-flow__flex-wrapper .step-flow__steps-container .step-flow__body{padding:10px 0;position:relative}.step-flow .container .step-flow__flex-wrapper .step-flow__steps-container .step-flow__body .step-flow__circle-col{cursor:pointer}.step-flow .container .step-flow__flex-wrapper .step-flow__steps-container .step-flow__body .step-flow__circle-col .step-flow__circle-col__wrapper__button{background-color:transparent;border:none;color:inherit;margin:0;padding:0}.step-flow .container .step-flow__flex-wrapper .step-flow__steps-container .step-flow__body .step-flow__circle-col .step-flow__circle-col__wrapper__button .step-flow__circle-col__wrapper__button__circle{border:1px solid #fff;border-radius:50%;height:50px;float:left;margin-right:15px;transition:border-width .3s;width:50px;font-family:pp-sans-small-regular,Helvetica Neue,Arial,sans-serif;font-weight:700}.step-flow .container .step-flow__flex-wrapper .step-flow__steps-container .step-flow__body .step-flow__circle-col .step-flow__circle-col__wrapper__button .step-flow__circle-col__wrapper__button__circle .step-flow__circle-col__wrapper__button__circle__text{left:22px;position:absolute;top:25px;color:#fff}.step-flow .container .step-flow__flex-wrapper .step-flow__steps-container .step-flow__body .step-flow__circle-col .step-flow__circle-col__wrapper__button .step-flow__circle-col__wrapper__button__content{display:flex;height:100%;padding-bottom:30px;vertical-align:middle;font-size:18px;font-size:1.28571429rem;color:#fff;text-align:left}.step-flow .container .step-flow__flex-wrapper .step-flow__steps-container .step-flow__body .step-flow__circle-col .step-flow__circle-col__wrapper__button .step-flow_step-subHeading-active,.step-flow .container .step-flow__flex-wrapper .step-flow__steps-container .step-flow__body .step-flow__circle-col .step-flow__circle-col__wrapper__button .step-flow__circle-col__wrapper__button_subpara__content{margin-left:10%;margin-top:-5%}.step-flow .container .step-flow__flex-wrapper .step-flow__steps-container .step-flow__body .step-flow__circle-col .step-flow__circle-col__wrapper__button .step-flow_step-subHeading-active a,.step-flow .container .step-flow__flex-wrapper .step-flow__steps-container .step-flow__body .step-flow__circle-col .step-flow__circle-col__wrapper__button .step-flow__circle-col__wrapper__button_subpara__content a{color:#fff}.step-flow .container .step-flow__flex-wrapper .step-flow__steps-container .step-flow__body .step-flow__circle-col .step-flow__circle-col__wrapper__button .step-flow_step-subHeading-active .hatchText,.step-flow .container .step-flow__flex-wrapper .step-flow__steps-container .step-flow__body .step-flow__circle-col .step-flow__circle-col__wrapper__button .step-flow__circle-col__wrapper__button_subpara__content .hatchText{font-size:12px;font-size:.85714286rem}html[data-device-type="portable"] .step-flow .container .step-flow__flex-wrapper .step-flow__steps-container .step-flow__body .step-flow__circle-col .step-flow__circle-col__wrapper__button .step-flow_step-subHeading-active,html[data-device-type="portable"] .step-flow .container .step-flow__flex-wrapper .step-flow__steps-container .step-flow__body .step-flow__circle-col .step-flow__circle-col__wrapper__button .step-flow__circle-col__wrapper__button_subpara__content{margin-left:17%;margin-top:-5%}.step-flow .container .step-flow__flex-wrapper .step-flow__steps-container .step-flow__body .step-flow__circle-col .step-flow__circle-col__wrapper__button .step-flow_step-subHeading-hidden{display:none}.step-flow .container .step-flow__flex-wrapper .step-flow__steps-container .step-flow__body .step-flow__circle-col .step-flow__circle-col__wrapper__button .pp-sans-big-light{font-family:pp-sans-small-regular,Helvetica Neue,Arial,sans-serif;font-weight:400}.step-flow .container .step-flow__flex-wrapper .step-flow__flex-item .step-flow__image-container{position:absolute}.step-flow .container .step-flow__flex-wrapper .step-flow__flex-item .step-flow__image-container .step-flow__image-container__image{opacity:1;transition:opacity .25s ease-in-out;margin-top:8%}.step-flow .container .step-flow__flex-wrapper .step-flow__flex-item .step-flow__image-container img{border-style:none}.step-flow .container .step-flow__flex-wrapper .step-flow__flex-item .step-flow__image-container .step-flow__image-container__image-active{display:block}.step-flow .container .step-flow__flex-wrapper .step-flow__flex-item .step-flow__image-container .step-flow__image-container__image-hidden{display:none}.theme-background-color-blue{background-color:#009cde;background-image:radial-gradient(circle farthest-side at center bottom, #009cde, #003087 125%)}.module5carousel{background-color:#004799;background-image:radial-gradient(circle at bottom center, #004799, #004194 50%)}.module5carousel .carousel_heading{padding-top:10%;text-align:center;padding-bottom:10%}.module5carousel .carousel_heading .carousel__headline{color:#fff}.module5carousel .module5carousel-panel{background-color:#009cde;background-image:radial-gradient(circle farthest-side at center bottom, #009cde, #003087 125%)}.module5carousel .module5carousel-panel .carouselItem1,.module5carousel .module5carousel-panel .carouselItem2,.module5carousel .module5carousel-panel .carouselItem3,.module5carousel .module5carousel-panel .carouselItem4,.module5carousel .module5carousel-panel .carouselItem5{height:450px}.module5carousel .module5carousel-panel .contentHead{color:#fff}.module5carousel .module5carousel-panel .device-image{height:45%;background-size:contain;background-repeat:no-repeat}.module5carousel .module5carousel-panel .device-image-1{background-image:url(https://www.paypalobjects.com/digitalassets/c/EMEA/landing_page/landing-pages/10519_M5_Ein_Rahmen_fuer_alles.png)}.module5carousel .module5carousel-panel .device-image-2{background-image:url(https://www.paypalobjects.com/digitalassets/c/EMEA/landing_page/landing-pages/10519_M5_Ein_Konto_ein_Vertragspartner.png)}.module5carousel .module5carousel-panel .device-image-3{background-image:url(https://www.paypalobjects.com/digitalassets/c/EMEA/landing_page/landing-pages/10519_M5_Mobil_optimiert.png)}.module5carousel .module5carousel-panel .device-image-4{background-image:url(https://www.paypalobjects.com/digitalassets/c/EMEA/landing_page/landing-pages/10519_M5_Beliebteste_Zahlarten.png)}.module5carousel .module5carousel-panel .device-image-5{background-image:url(https://www.paypalobjects.com/digitalassets/c/EMEA/landing_page/landing-pages/10519_M5_Nutzerfreundlicher_Checkout.png)}.module5carousel .module5carousel-panel .contentPara{color:#fff}.module5carousel .module5carousel-panel .contentPara .hatchText{font-size:12px;font-size:.85714286rem}.module5carousel .module5carousel-panel .contentPara a{color:#fff;cursor:pointer}.module5carousel .bx-viewport{background-color:#009cde;background-image:radial-gradient(circle farthest-side at center bottom, #009cde, #003087 125%)}html[data-device-type="mobile"] .module5carousel .bx-wrapper img{margin-left:0;opacity:1;max-width:100%;display:block}.module5carousel .bx-wrapper .bx-pager.bx-default-pager a:hover,.module5carousel .bx-wrapper .bx-pager.bx-default-pager a.active{background:#fff}

