/********* 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;
}

.youtube-player {
  width: 480px;
  height: 360px;
  position: relative;
}
html[data-device-type="mobile"] .youtube-player {
  width: 100%;
}
.youtube-player .play-button {
  cursor: pointer;
}
.youtube-thumb {
  width: 100%;
}
.youtube-iframe {
  width: 100%;
  height: 100%;
}
.video-module .play-button {
  cursor: pointer;
}

.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}.contentPara{margin-top:5%}p.subPara{margin-top:4%}.hatch{margin-bottom:1.5%}.bills-choice.panel,.radioExpand.panel{padding:30px 0}.bills-choice.panel{background:transparent;padding-top:90px}.partnersLogodropdown{width:195px}.dynamicContent{display:none}.dynamicContent img{padding-bottom:25px}html[data-device-type="mobile"] .bills-choice.panel{padding-top:40px}.panel footer{padding-top:0}.hero-bg{background-image:url("https://www.paypalobjects.com/digitalassets/c/EMEA/landing_page/landing-pages/6037_Invoice_page_M1_Hero_01.png");background-size:cover;color:#fff}html[data-device-type="mobile"] .hero-bg{background-position:50% top}.hero-bg p.contentPara{width:75%;margin-left:auto;margin-right:auto}html[data-device-type="desktop"] .hero-bg p.contentPara{min-width:710px}.hero-bg .hatch{text-align:center;padding-top:50px}html[data-device-type="mobile"] .hero-bg .hatch{padding-top:10px}html[data-device-type="portable"] .hero-bg .containerCentered .editorial-container{height:auto;padding-bottom:50px}.hero-bg a.btn{width:35%;margin-top:2%;margin-bottom:2%;color:#0070ba;background:#fff}.hero-bg a.btn:hover,.hero-bg a.btn:focus,.hero-bg a.btn:active{color:#0070ba;background:#fff}html[data-device-type="mobile"] .hero-bg .btn{width:70%;margin-top:3%}@media only screen and (max-device-width:768px) and (min-device-width:768px) and (orientation:portrait){.hero-bg .btn{width:35%}}@media only screen and (max-device-width:736px) and (min-device-width:414px) and (orientation:landscape){html[data-device-type="mobile"] .hero-bg .btn{width:40%}}@media only screen and (max-device-width:600px) and (min-device-width:600px) and (orientation:portrait){.hero-bg .btn{width:40%}.hero-bg h1{margin-top:15%}}.sticky-nav-panel .pull-right{float:left}.four-panel-n1 p.pulloutPara{width:85%;margin-left:auto;margin-right:auto}.four-panel-n1 .legal-notes{color:#767676}.four-panel-n1 .span4{padding-bottom:30px}.three-panel1{z-index:1;padding-top:110px;padding-bottom:40px}.three-panel1 .pulloutPara a{display:block;margin-top:20px;color:#0070ba}.no-border{border:none}.no-color{background-color:#fff}.bills-choice{padding-bottom:5px;z-index:3}.bills-choice input[type="radio"]{left:50%;position:relative}.bills-choice .span4:nth-child(1),.bills-choice .span6:nth-child(1){border-right:1px solid #e5e5e5}html[data-device-type="mobile"] .bills-choice .span4:nth-child(1),html[data-device-type="mobile"] .bills-choice .span6:nth-child(1){border:none}.bills-choice .span4:nth-child(2){border-right:1px solid #e5e5e5}html[data-device-type="mobile"] .bills-choice .span4:nth-child(2){border:none}.bills-choice .choice-links{padding-top:50px}.bills-choice .choice-links a{color:#fff}.bills-choice .choice-links a:first-child{padding-right:20px}.radioExpand.open:before{content:"";position:absolute;top:0;left:50%;border-top:18px solid #0084cb;border-left:18px solid transparent;border-right:18px solid transparent;margin-left:-18px}.radioExpand{background-color:#99999B}.radioExpand .contentPara{margin-top:0;color:#fff}.radioExpand .h3{text-align:right;color:#fff}html[data-device-type="mobile"] .radioExpand .h3{text-align:center}.radioExpand a{color:#fff}.mod1{background:url("https://www.paypalobjects.com/digitalassets/c/website/marketing/emea/de/de/invoice/M5_Device_01.png") no-repeat;background-size:98% 257px}.editorial-right .editorial-img{background-position:7% center}.howitWorks{overflow:hidden;position:relative}.imageContainer>div,.imageContainer1>div,.imageContainer2>div{display:block;position:absolute}.imageContainer{position:relative;height:500px;width:100%}html[data-device-type="mobile"] .imageContainer{height:700px}.howitWorks .imageContainer.expanded{height:610px}.howitWorks .imageContainer.expandedBig{height:770px}html[data-device-type="portable"] .howitWorks .imageContainer.expanded{height:750px}@media (orientation:portrait){html[data-device-type="portable"] .howitWorks .imageContainer.expanded{height:810px}}html[data-device-type="portable"] .howitWorks .imageContainer.expandedBig{height:980px}html[data-device-type="mobile"] .howitWorks .imageContainer.expanded{height:1105px}html[data-device-type="mobile"] .howitWorks .imageContainer.expandedBig{height:1475px}@media (orientation:landscape) and (min-width:480px) and (max-width:667px){html[data-device-type="mobile"] .howitWorks .imageContainer{height:655px}html[data-device-type="mobile"] .howitWorks .imageContainer.expanded{height:940px}html[data-device-type="mobile"] .howitWorks .imageContainer.expandedBig{height:1144px}}html[data-device-type="mobile"] .secondHead{margin:30px 0 0 0}html[data-device-type="portable"] .editorial-right .editorial-img{background-position:100% center;background-size:99% 46%}html[data-device-type="mobile"] .editorial-img.col-sm-6.span6.editorial-container.mod1{background:url("https://www.paypalobjects.com/digitalassets/c/website/marketing/emea/de/de/invoice/M5_Device_01.png") no-repeat;background-size:auto 80%;background-position:15px 30px;height:300px}@media (orientation:landscape) and (min-width:480px) and (max-width:667px){html[data-device-type="mobile"] .editorial-img.col-sm-6.span6.editorial-container.mod1{background-size:73%}}.threePanelextralink{margin-left:-6px;margin-top:10px}p.legal-notes{font-size:.8em}.singleLinepanel{padding:70px 0 0}.x-large.sliderHeading{padding-bottom:4%}.shoppingNoLink{font-weight:bold;color:#444}.pulloutHeadline.headerLast{margin-bottom:-2%}.span4.dark.answers.pull-right{padding-right:2%}.customerStep{padding:40px 0;min-width:100%}html[data-device-type="dedicated"] .containerCentered{padding-left:0;padding-right:0}.customerStep a{display:inline-block;margin:0 0;cursor:pointer;position:relative;top:-7px}.customerStep .activeStep{color:#444}.sliderImages,.sliderImages1,.sliderImages2{width:100%}h1{margin-bottom:2%}.back-next{cursor:pointer;font-weight:bold;margin:0 30px 0 0}.back-next.right.disabled{opacity:.3;cursor:auto}html[data-device-type="dedicated"] .containerCentered.center-text.customerStep a{font-size:16px}html[data-device-type="dedicated"] a.btn.span8.light_btn{width:30%;margin-left:7px}html[data-device-type="portable"] a.btn.span8.light_btn{width:30%;margin-left:7px}html[data-device-type="mobile"] a.btn.span8.light_btn{width:55%;margin-left:7px;margin-bottom:7px}@media (orientation:landscape){html[data-device-type="portable"] .span3.col-sm-6.col-md-3.additional{margin-left:0}html[data-device-type="portable"] .customerStep a{margin:0 7px}html[data-device-type="portable"] .containerCentered.center-text.customerStep{display:inline-grid}html[data-device-type="portable"] .editorial-bg{background-position:80% center}html[data-device-type="portable"] .editorial-img.n-4.sliderImages1,.editorial-img.n-5.sliderImages1,.editorial-img.n-6.sliderImages1{background-size:auto 250px}html[data-device-type="portable"] .editorial-img.n-7.sliderImages2,.editorial-img.n-8.sliderImages2,.editorial-img.n-9.sliderImages2{background-size:auto 290px;background-position:93% center}html[data-device-type="portable"] .n3_2{background-size:420px 65%}}@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}}@media (orientation:landscape) and (min-width:480px) and (max-width:667px){html[data-device-type="mobile"] .customerStep a{text-indent:-999px;position:relative}html[data-device-type="mobile"] .customerStep a:after{content:"";position:absolute;top:0;left:35px;width:20px;height:20px;border:solid 1px #c5c5c5;border-radius:20px;display:none}html[data-device-type="mobile"] .customerStep a.activeStep:after{background:#c5c5c5}.customerStep a{display:inline-block;margin:0 15px;cursor:pointer;position:relative;top:-7px;width:1%}.mobile-modal{overflow:scroll}}@media (orientation:portrait) and (min-width:384px) and (max-width:384px){html[data-device-type="mobile"] .customerStep a{text-indent:-999px;position:relative}html[data-device-type="mobile"] .customerStep a:after{content:"O";position:absolute;top:0;left:16px;width:20px;height:20px;border:solid 1px #c5c5c5;border-radius:20px}html[data-device-type="mobile"] .customerStep a.activeStep:after{background:#c5c5c5}}@media (orientation:portrait) and (min-width:414px) and (max-width:414px){html[data-device-type="mobile"] .customerStep a{text-indent:-999px;position:relative;display:none}html[data-device-type="mobile"] .customerStep a:after{content:"O";position:absolute;top:0;left:25px;width:20px;height:20px;border:solid 1px #c5c5c5;border-radius:20px}html[data-device-type="mobile"] .customerStep a.activeStep:after{background:#c5c5c5}.customerStep a{display:inline-block;margin:0 15px;cursor:pointer;position:relative;top:-7px;width:18%}.mobile-modal{overflow:scroll}.howitWorks{height:315px}}@media (orientation:landscape) and (min-width:736px) and (max-width:736px){.customerStep2 a{margin:0 10px}.mobile-modal{overflow:scroll}}@media (orientation:portrait) and (min-width:320px) and (max-width:375px){html[data-device-type="mobile"] .customerStep a{text-indent:-999px;position:relative}html[data-device-type="mobile"] .customerStep 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{background:#c5c5c5}html[data-device-type="mobile"] input[type="url"]{margin:15px 0 0 10px;height:38px;width:250px;border-radius:5px;border:1px solid #b3b3b3;background:#fff;font-size:15px;font-size:1.071rem;line-height:1.25em;line-height:34px\9;padding:0;color:#333;-moz-box-sizing:border-box;box-sizing:border-box;text-indent:10px;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;-webkit-transition:border-color .3s ease;transition:border-color .3s ease;position:relative;display:block}html[data-device-type="mobile"] .rightstar{display:inline-block;width:250px;text-align:right;margin:3px 0 0 10px;color:#b9b9b9}}@media (orientation:portrait){html[data-device-type="portable"] .span3.col-sm-6.col-md-3.additional{margin-left:0}html[data-device-type="portable"] .containerCentered.center-text.customerStep{display:inline-flex}html[data-device-type="mobile"] .threePanelextralink{margin-left:0}html[data-device-type="mobile"] .imageContainer{height:700px}html[data-device-type="mobile"] .hero-bg .editorial-cell{display:block}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%}html[data-device-type="mobile"] .back-next,.back-next1{width:30px;margin-top:7%}html[data-device-type="mobile"] .customerStep a{margin:0 25px;word-break:break-word;display:none}html[data-device-type="mobile"] .editorial-right{background-position:93% top}html[data-device-type="mobile"] .editorial-left{background-position:15% top}html[data-device-type="portable"] .containerCentered.center-text.customerStep{display:block}html[data-device-type="portable"] .editorial-img.n-4.sliderImages1,.editorial-img.n-5.sliderImages1,.editorial-img.n-6.sliderImages1{background-size:auto 250px;background-position:7% center}html[data-device-type="portable"] .editorial-img.n-7.sliderImages2,.editorial-img.n-8.sliderImages2,.editorial-img.n-9.sliderImages2{background-size:auto 300px;background-position:111% center}html[data-device-type="portable"] .n3_2{background-size:90% 85%}}html[data-device-type="mobile"] .hero-bg p{font-size:1.071rem;line-height:1.5em}html[data-device-type="mobile"] .customerStep{padding-top:0}.n-1{background-image:url("https://www.paypalobjects.com/webstatic/de_DE/mktg/paypal-plus/Slider_deviceA.png")}.n-2{background-image:url("https://www.paypalobjects.com/webstatic/de_DE/mktg/paypal-plus/Slider_deviceB.png")}.n-3{background-image:url("https://www.paypalobjects.com/webstatic/de_DE/mktg/paypal-plus/Slider_deviceC.png")}.n-4{background-image:url("https://www.paypalobjects.com/webstatic/de_DE/mktg/paypal-plus/Icon4.png")}.n-5{background-image:url("https://www.paypalobjects.com/webstatic/de_DE/mktg/paypal-plus/Icon5.png")}.n-6{background-image:url("https://www.paypalobjects.com/webstatic/de_DE/mktg/paypal-plus/Icon6.png")}.n-7{background-image:url("https://www.paypalobjects.com/webstatic/de_DE/mktg/paypal-plus/Slider_desktop1.png")}.n-8{background-image:url("https://www.paypalobjects.com/webstatic/de_DE/mktg/paypal-plus/Slider_desktop2.png")}.n-9{background-image:url("https://www.paypalobjects.com/webstatic/de_DE/mktg/paypal-plus/Slider_desktop3.png")}.editorial-n5{text-align:center;background-image:url("https://www.paypalobjects.com/webstatic/de_DE/mktg/paypal-plus/PP_Plus_image.jpg");background-size:cover}.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")}.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}input[type="url"]{margin:15px 0 0 10px;height:38px;width:250px;border-radius:5px;border:1px solid #b3b3b3;background:#fff;font-size:15px;font-size:1.071rem;line-height:1.25em;line-height:34px\9;padding:0;color:#333;-moz-box-sizing:border-box;box-sizing:border-box;text-indent:10px;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;-webkit-transition:border-color .3s ease;transition:border-color .3s ease;position:relative}.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}}@media (orientation:portrait) and (min-width:604px) and (max-width:604px){html[data-device-type="portable"] .editorial-img.n-1.sliderImages,.editorial-img.n-2.sliderImages{background-position:100% bottom;background-size:auto 335px}.editorial-img.n-3.sliderImages{background-position:139% center;background-size:auto 225px}.editorial-img.n-5.sliderImages1,.editorial-img.n-6.sliderImages1{background-position:7% center}.editorial-img.n-7.sliderImages2,.editorial-img.n-8.sliderImages2,.editorial-img.n-9.sliderImages2{background-size:auto 215px;background-position:115% center}html[data-device-type="portable"] .editorial-img.n-7.sliderImages2,.editorial-img.n-8.sliderImages2,.editorial-img.n-9.sliderImages2{background-size:auto 247px;background-position:120% center}html[data-device-type="portable"] .containerCentered.center-text.customerStep,.containerCentered.center-text.customerStep2{display:inline-flex}.n3_2{background-size:98% 257px;background-position:7% center}.logintextpara{width:78%}.loginfootertextpara{width:80%}.mobile-modal{overflow:scroll}.discla{width:80%}}@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}.howitWorks{height:285px}}html[data-device-type="portable"] .n-3{background-size:auto 290px;background-position:99% center}@media (orientation:portrait) and (min-width:768px) and (max-width:768px){.editorial-img.n-3.sliderImages{background-size:auto 234px;background-position:100% center}.editorial-img.n-5.sliderImages1,.editorial-img.n-6.sliderImages1{background-position:7% center}.containerCentered.center-text.customerStep2.firstslide{padding-left:1%;padding-right:1%}.editorial-img.n-7.sliderImages2,.editorial-img.n-8.sliderImages2,.editorial-img.n-9.sliderImages2{background-size:auto 250px;background-position:111% center}html[data-device-type="portable"] .n3_2{background-size:95% 257px;background-position:7% center}html[data-device-type="portable"] .howitWorks1{height:288px}}@media (orientation:portrait) and (min-width:600px) and (max-width:600px){.hero-bg h1{margin-top:27%}.hero-bg .btn{width:80%}.howitWorks{height:406px}.customerStep2 a{margin:0}.ui-dialog .ui-dialog-titlebar-close{right:21%}}@media (orientation:portrait) and (min-width:360px) and (max-width:360px){html[data-device-type="mobile"] .howitWorks{height:340px}}@media (orientation:landscape) and (min-width:640px) and (max-width:640px){html[data-device-type="mobile"] .howitWorks{height:180px}.customerStep a{margin:0 -15px}}@media (orientation:landscape) and (min-width:966px) and (max-width:966px){.editorial-img.n-3.sliderImages{background-position:100% bottom;background-size:auto 280px}}@media (orientation:portrait) and (min-width:375px) and (max-width:375px){.customerStep a{margin:0 -15px}}@media (orientation:landscape) and (min-width:667px) and (max-width:667px){.customerStep a,.customerStep .activeStep{color:#f5f5f5}.customerStep a{margin:0}}@media (orientation:landscape) and (min-width:598px) and (max-width:598px){.customerStep a,.customerStep .activeStep{color:#f5f5f5}}.editorialCustom{padding:15px 0}.editorialCustom .editorial-img{width:32%;min-height:300px;background-size:contain}html[data-device-type="portable"] .editorialCustom .editorial-img{background-size:contain;background-position:center;width:30%}html[data-device-type=dedicated] .editorialCustom .editorial-container{height:auto;line-height:1}html[data-device-type=dedicated] .editorialCustom{min-height:0}.editorialCustom .e1{background-image:url("https://www.paypalobjects.com/digitalassets/c/EMEA/landing_page/landing-pages/6037_Invoice_page_M3_Testimonial_01.png")}.editorialCustom .e2{background-image:url("https://www.paypalobjects.com/digitalassets/c/EMEA/landing_page/landing-pages/6037_Invoice_page_M3_Testimonial_02.png")}.editorialCustom .e3{background-image:url("https://www.paypalobjects.com/digitalassets/c/EMEA/landing_page/landing-pages/6037_Invoice_page_M3_Testimonial_03.png")}.editorialCustom .e4{background-image:url("https://www.paypalobjects.com/digitalassets/c/EMEA/landing_page/landing-pages/6037_Invoice_page_M3_Testimonial_04.png")}.four-panel .panel-img{width:auto;height:200px;margin-bottom:10px}.four-panel .title{font-size:1rem;display:block;margin-bottom:20px}@media only screen and (min-width:2400px){.four-panel .title strong{display:block}}.three-panel1{background:#d90059;background:-moz-linear-gradient(-45deg, #d90059 0, #632379 86%, #632379 100%);background:-webkit-gradient(left top, right bottom, color-stop(0, #d90059), color-stop(86%, #632379), color-stop(100%, #632379));background:-webkit-linear-gradient(-45deg, #d90059 0, #632379 86%, #632379 100%);background:-o-linear-gradient(-45deg, #d90059 0, #632379 86%, #632379 100%);background:-ms-linear-gradient(-45deg, #d90059 0, #632379 86%, #632379 100%);background:linear-gradient(135deg, #d90059 0, #632379 86%, #632379 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d90059', endColorstr='#632379', GradientType=1)}.three-panel1 div.containerCentered>div:last-child{float:left}.back-next.btn{min-width:300px}.slider-editorial h2{font-size:40px;font-size:2.857rem;line-height:1.25em}.faq ul{list-style-type:disc;list-style-position:inside}html[data-device-type="mobile"] .expander>strong{display:inline-block;width:90%}html[data-device-type="dedicated"] .howitWorks .single-column.containerCentered .span6,html[data-device-type="portable"] .howitWorks .single-column.containerCentered .span6,html[data-device-type="dedicated"] .howitWorks .double-column.containerCentered .span6,html[data-device-type="portable"] .howitWorks .double-column.containerCentered .span6{padding:0;margin:0 0 30px 0;width:100%}html[data-device-type="dedicated"] .howitWorks .single-column.containerCentered .span6 .contentHead,html[data-device-type="portable"] .howitWorks .single-column.containerCentered .span6 .contentHead,html[data-device-type="dedicated"] .howitWorks .double-column.containerCentered .span6 .contentHead,html[data-device-type="portable"] .howitWorks .double-column.containerCentered .span6 .contentHead{width:50%;float:left;padding-right:40px;box-sizing:border-box}html[data-device-type="dedicated"] .howitWorks .single-column.containerCentered .span6 .contentHead+div,html[data-device-type="portable"] .howitWorks .single-column.containerCentered .span6 .contentHead+div,html[data-device-type="dedicated"] .howitWorks .double-column.containerCentered .span6 .contentHead+div,html[data-device-type="portable"] .howitWorks .double-column.containerCentered .span6 .contentHead+div{width:50%;float:left;padding-left:30px;box-sizing:border-box}.three-panel2 div.container{width:60%;text-align:center}.three-panel2 .panel-img{margin:auto}.three-panel3 .panel-img{margin-top:4px;margin-bottom:0}.three-panel3 .pulloutHeadline{margin-top:-38px;font-size:38px;font-size:2.71428571rem}.panel.three-panel3 .container .span4:last-child{padding-right:2%}.bx-wrapper{margin-top:8px;position:relative}.bx-controls-direction a{position:absolute;top:50%;outline:0;width:32px;height:32px;text-indent:-9999px;z-index:1}.bx-wrapper .bx-prev{left:-25px;background:url(https://www.paypalobjects.com/digitalassets/c/website/marketing/apac/SG/new-money/carousel/controls.png) no-repeat 0 -32px}.bx-wrapper .bx-next{right:-25px;background:url(https://www.paypalobjects.com/digitalassets/c/website/marketing/apac/SG/new-money/carousel/controls.png) no-repeat -43px -32px}.slide{text-align:center}.slide .merchant-heading{padding:0 10px}.slide img{height:70px}.slide a{padding-top:4px}.bx-wrapper .bx-controls-direction a.disabled{display:none}.bx-wrapper .bx-next:hover{background-position:-43px 0}.partners{display:none;transition:.8s}.partners .partners-title{padding:16px 0;text-align:center}@media only screen and (max-width:1023px){.bx-wrapper .bx-prev{left:0}.bx-wrapper .bx-next{right:0}.three-panel2 div.container{width:95%;text-align:center}}@media only screen and (min-width:600px) and (max-width:1024px){.three-panel2 div.container{width:95%;text-align:center}}

