.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}.green,.green *,.orange,.orange *,.pal-blue *,.pay-blue *,.pink,.pink *,.purple,.purple *{color:#fff}.hero-bg.hero-onetouch-home{background-image:url(https://www.paypalobjects.com/digitalassets/c/website/marketing/latam/shared/home/one_touch_hero_1600x800.jpg);min-height:600px;background-size:cover}.hero-bg.hero-onetouch-home .editorial-container{display:table}.hero-bg.hero-onetouch-home .editorial-container .editorial-cell{display:table-cell;height:100%;text-align:center}.hero-bg.hero-onetouch-home .editorial-container .editorial-cell h1{margin-bottom:30px}.hero-bg.hero-onetouch-home .editorial-container .editorial-cell h1 sup.small{top:-1em}html[data-device-type=dedicated] .row-fluid.hero-bg.hero-onetouch-home .span7.editorial-container .heroBtn.span8{margin:30px 0 0;width:50%;float:none}html[data-device-type=mobile] .hero-bg.hero-onetouch-home h1,html[data-device-type=mobile] .hero-bg.hero-onetouch-home p.contentPara,html[data-device-type=mobile] .hero-bg.hero-onetouch-home p.hatch{color:#fff}.hero-bg.hero-home{background:url(https://www.paypalobjects.com/digitalassets/c/website/marketing/latam/mx/home/pp_herobanner_pic.jpg) no-repeat;min-height:600px;background-size:cover}.hero-bg.hero-home .pageHeadline{padding-bottom:10px;font-family:DharmaGothicE-RegularItalic,Helvetica Neue,Arial,sans-serif;font-size:4.52857rem;line-height:1;text-shadow:0 0 100px rgba(0,0,0,.5);text-transform:uppercase}.hero-bg.hero-home p.hatch a.hero-icon-play{padding-left:130px}.hero-bg.hero-home p{color:#fff}.hero-bg.hero-home p.hatch a{color:#fff;font-weight:700;text-decoration:underline}.hero-bg.hero-home p.hatch a.btn{text-decoration:none}.hero-bg.hero-home p.hatch span.hatchText{clear:both;float:left;margin-top:10px}.hero-bg.hero-home a.btn{text-decoration:none;margin-left:17%}.hero-bg.hero-home a.btn.how-pp-works{margin-left:20px;border:1px solid #fff;color:#fff}.hero-bg.hero-home .icon-play{display:inline-block;position:relative;width:32px;height:17px;color:#FFF;text-indent:-999em;vertical-align:middle;margin-right:12px}.hero-bg.hero-home .icon-play:after{content:'';position:absolute;top:0;left:11px;width:0;height:0;border:14px solid transparent;border-width:7px 14px;border-left-color:#fff;overflow:hidden}html[data-device-type=dedicated] .how-pp-works,html[data-device-type=dedicated] .how-pp-works:hover,html[data-device-type=portable] .how-pp-works,html[data-device-type=portable] .how-pp-works:hover{background-color:transparent}html[data-device-type=dedicated] .row-fluid.hero-bg .english-text.span7{width:77%}html[data-device-type=dedicated] .row-fluid.hero-bg .english-text.span7 .heroBtn.span8,html[data-device-type=dedicated] .row-fluid.hero-bg .english-text.span7 p.hatch a.span8{width:46.5%;margin-left:26%}html[data-device-type=dedicated] .row-fluid.hero-bg .span7{width:70%}html[data-device-type=dedicated] .row-fluid.hero-bg .span7 .heroBtn.span8,html[data-device-type=dedicated] .row-fluid.hero-bg .span7 p.hatch a.span8{width:50.5%;margin-left:21%}html[data-device-type=dedicated] .row-fluid.hero-bg .editorial-cell .signup-subline{padding-top:10px}html[data-device-type=dedicated] .row-fluid.hero-bg .editorial-cell .btn-white:hover{background-color:#009cde}html[data-device-type=dedicated] .row-fluid.hero-bg .editorial-cell .btn-white:focus{color:#009cde}html[data-device-type=portable] #main .row-fluid.hero-bg .span5{width:100%}html[data-device-type=portable] #main .row-fluid.hero-bg .span7{width:58.5%}html[data-device-type=portable] #main .row-fluid p.hatch a.span8,html[data-device-type=portable] #main .row-fluid.hero-bg .heroBtn.span8{margin-left:17%}html[data-device-type=mobile] .hero-bg:not(.no-img) .editorial-cell{padding-top:15px}html[data-device-type=mobile] .hero-bg.hero-home{color:#fff}html[data-device-type=mobile] .hero-bg.hero-home a.hero-icon-play{padding-left:80px}html[data-device-type=mobile] .hero-bg.hero-home .pageHeadline{color:#fff}html[data-device-type=mobile] .hero-bg.hero-home p{color:#fff}@media (orientation:landscape){html[data-device-type=mobile] .hero-bg{background-position:60% center}html[data-device-type=portable] .hero-bg.hero-home{background-position:right center}}@media (orientation:portrait){html[data-device-type=mobile] .hero-bg.hero-home a.btn.how-pp-works{margin-left:0}html[data-device-type=portable] .hero-bg.hero-home{background-position:60% center}}

/*

This is a less library contains PayPal common styles and variables,
you may want to import it in your less files if you need to.

*/
/*
Shows the Spinner on the page.
It will appear in the center (takes the parent width and height).
Common spinner for UL, Tesla and MPP.
*/
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.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.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: 45px;
  }
  .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%;
  }
}

/* /hero-full.css */
.row-fluid .content-block {
    min-height: 540px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.table-row.hero > #hero {
    text-align: center;
    vertical-align: middle;
}
.novideo-bg {
    display: none;
    background-position: center top;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    height: 400%\9;
    z-index: -1;
}
.no-backgroundsize .novideo-bg {
    top: -280px\9;
}
.novideo-bg.show {
    display: block;
}
.hero .novideo-bg {
    background-image: url("https://www.paypalobjects.com/webstatic/mktg/wright/home/city_bg_mobile.jpg");
    background-repeat: no-repeat;
    background-color: #f5f5f5;
}
.dark .hero-video-still .novideo-bg {
    background-color: #333;
}
#hero.video-loaded > .novideo-bg {
    display: none;
}
.hero h1 {
    margin-bottom: 20px;
    line-height: 1.3em;
}
.hero .row-fluid {
    background: transparent;
}
.hero .btn {
    width: 321px;
}
.hero .legal-notes {
    color: #fff;
    line-height: 1.5em;
}
.hero .signup-subline {
    margin-top: 26px;
    font-size: 15px;
    font-size: 1.07142857142857rem;
}
#fixed-top > .table-row.hero > div {
    text-align: center;
    vertical-align: middle;
}
html[data-device-type="dedicated"] .hero-fixed {
  min-height: 500px;
}
html[data-device-type="dedicated"] .hero-subheadline,
html[data-device-type="portable"] .hero-subheadline {
    margin-bottom: 26px;
    font-size: 18px;
}
html[data-device-type="dedicated"] .hero-hatch,
html[data-device-type="portable"] .hero-hatch {
    margin-top: 26px;
}
/* content on the left half */
html[data-device-type="dedicated"] .hero .span7,
html[data-device-type="portable"] .hero .span7 {
    padding: 0;
    text-align: left;
}
/* Portable */
html[data-device-type="portable"] .hero .btn {
    width: 32%;
}
/* Mobile version */
html[data-device-type="mobile"] .hero .row-fluid .span7 {
    width: 100%;
}
html[data-device-type="mobile"] .hero .span12,
html[data-device-type="mobile"] .hero .span7 {
    padding: 3.75%;
}
html[data-device-type="mobile"] .hero .btn {
    width: 89%;
    display: block;
    margin: 0 auto;
    -webkit-touch-callout: none;
}
html[data-device-type="mobile"] .hero h1 {
    font-size: 40px;
    font-size: 2.857rem;
    line-height: 1.25em;
    padding: 4% 8% 0;
    text-shadow: none;
    margin-top: 0;
}
html[data-device-type="mobile"] .hero.mobile-img-top .span12 {
    padding-top: 225px;
}
html[data-device-type="mobile"] .hero.mobile-img-top .hero-video-still .novideo-bg {
    background-size: auto 225px;
    background-repeat: no-repeat;
    background-position: right top;
}
html[data-device-type="mobile"] .hero .signup-subline {
    margin-top: 0;
}

/* CSS for v2 of video player */

.video-player {
  position: relative;
  background: #000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  cursor: pointer;
}

.video-player:after {
  background: transparent url("https://www.paypalobjects.com/webstatic/mktg/kb/play-overlay.png") center center no-repeat;
  content: "";
  overflow: hidden;
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.video-player.loaded {
  cursor: auto;
}

.video-player.loaded:after {
  display: none;
  background-image: none;
}
.video-player a {
  cursor: pointer;
}
.video-player .video-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 34px;
  width: 100%;
  background-color: #9191a9;
  background-color: rgba(245,245,245,0.3);
  
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate(0,0);
  transform: translate3d(0,0,0);

  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  -moz-transition: -moz-transform 0.4s ease-in-out;
  -ms-transition: -ms-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}
.video-player.playing .video-controls.autohide {
  -webkit-transform: translate3d(0,34px,0);
  -moz-transform: translate3d(0,34px,0);
  -ms-transform: translate(0,34px);
  transform: translate3d(0,34px,0);
}
.video-player.playing:hover .video-controls.autohide {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate(0,0);
  transform: translate3d(0,0,0);
}
.video-controls a.video-play {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-left: 15px;
  margin-right: 20px;
  margin-top: 5px;
  background-image: url('https://www.paypalobjects.com/webstatic/mktg/kb/play-pause-sprite.png');
  background-repeat: no-repeat;
  background-position: 0 -1px;
  z-index: auto;
  opacity: 0.7;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-out-in;
  -ms-transition: all 0.2s ease-out-in;
  transition: all 0.2s ease-in-out;
}
.video-player .video-controls a.paused-button {
  background-repeat: no-repeat;
  background-position: -29px -1px;
}
/* seek */
.video-player .video-seek {
  display: inline-block;
  position: relative;
  top: -12px;
  width: 520px;
  height: 8px;
  margin-top: 13px;
  border-radius: 15px;
  background: #535353;
  background: -moz-linear-gradient(top, rgba(186,186,186,1) 0%, rgba(222,222,226,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(186,186,186,1)), color-stop(100%,rgba(222,222,226,1)));
  background: -webkit-linear-gradient(top, rgba(186,186,186,1) 0%,rgba(222,222,226,1) 100%);
  background: -ms-linear-gradient(top, rgba(186,186,186,1) 0%,rgba(222,222,226,1) 100%);
  background: linear-gradient(to bottom, rgba(186,186,186,1) 0%,rgba(222,222,226,1) 100%);
  box-shadow: inset 0 -2px 2px #efefef;
}
.video-player .video-seek .ui-slider-handle {
  width: 10px;
  height: 20px;
  border: none;
  top: -6px;
  border-radius: 6px;
  box-shadow: inset 0 -2px 2px rgba(101,101,149,0.7);
  background: #e6e6e6;
  background: -moz-linear-gradient(top, rgba(230,230,230,1) 0%, rgba(213,213,213,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(230,230,230,1)), color-stop(100%,rgba(213,213,213,1)));
  background: -webkit-linear-gradient(top, rgba(230,230,230,1) 0%,rgba(213,213,213,1) 100%);
  background: -ms-linear-gradient(top, rgba(230,230,230,1) 0%,rgba(213,213,213,1) 100%);
  background: linear-gradient(to bottom, rgba(230,230,230,1) 0%,rgba(213,213,213,1) 100%);
}
.video-player .video-seek .ui-slider-handle.ui-state-hover {
  background: #fff;
}
.video-player .video-seek .ui-slider-loaded {
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  border: 0 none;
  position: absolute;
  z-index: 1;
  border-radius: 6px;
  box-shadow: inset 0 2px 2px rgba(101,101,149,0.4);
  background: #c4c4c4;
  background: -moz-linear-gradient(top, rgba(206,206,206,1) 0%, rgba(173,173,173,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(206,206,206,1)), color-stop(100%,rgba(173,173,173,1)));
  background: -webkit-linear-gradient(top, rgba(206,206,206,1) 0%,rgba(173,173,173,1) 100%);
  background: -ms-linear-gradient(top, rgba(206,206,206,1) 0%,rgba(173,173,173,1) 100%);
  background: linear-gradient(to bottom, rgba(206,206,206,1) 0%,rgba(173,173,173,1) 100%);
}
.video-player .video-seek .ui-slider-range {
  border-radius: 15px;
  box-shadow: inset 0 -3px 3px rgba(57,162,206,0.7);
  background: #4cbae8;
  background: -moz-linear-gradient(top, rgba(76,186,232,1) 0%, rgba(57,162,206,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(76,186,232,1)), color-stop(100%,rgba(57,162,206,1)));
  background: -webkit-linear-gradient(top, rgba(76,186,232,1) 0%,rgba(57,162,206,1) 100%);
  background: -ms-linear-gradient(top, rgba(76,186,232,1) 0%,rgba(57,162,206,1) 100%);
  background: linear-gradient(to bottom, rgba(76,186,232,1) 0%,rgba(57,162,206,1) 100%);
  z-index: 2;
}
/* volume */
.video-player .video-controls .volume-box {
  position: absolute;
  bottom: 1px;
  right: 0px;
  overflow: hidden;
  width: 24px;
  height: 30px;
  color: #fff;
  padding: 0px 10px;
}
.video-player .video-controls .volume-box:hover {
  height: 135px;
  padding-top: 5px;
}
.video-player .video-controls .volume-box:hover .volume-slider {
  position: relative;
  visibility: visible;
  opacity: 1;
}
.video-player .video-controls .volume-slider {
  position: relative;
  height: 100px;
  width: 8px;
  top: 0;
  left: 0;
  visiblity: hidden;
  opacity: 0;
  border-radius: 4px;
  box-shadow: inset 0 3px 3px rgba(239,239,239,0.7);
  background: rgb(222,222,226);
  background: -moz-linear-gradient(top, rgba(222,222,226,1) 0%, rgba(186,186,186,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(222,222,226,1)), color-stop(100%,rgba(186,186,186,1)));
  background: -webkit-linear-gradient(top, rgba(222,222,226,1) 0%,rgba(186,186,186,1) 100%);
  background: -ms-linear-gradient(top, rgba(222,222,226,1) 0%,rgba(186,186,186,1) 100%);
  background: linear-gradient(to bottom, rgba(222,222,226,1) 0%,rgba(186,186,186,1) 100%);
  
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.video-player .video-controls .volume-slider .ui-slider-handle {
  width: 16px;
  height: 9px;
  left: -4px;
  margin-bottom: -0.6em;
  margin-left: 0;
  border-radius: 6px;
  box-shadow: inset 0 -2px 2px rgba(101,101,149,0.7);
  background: #e6e6e6;
  background: -moz-linear-gradient(top, rgba(230,230,230,1) 0%, rgba(213,213,213,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(230,230,230,1)), color-stop(100%,rgba(213,213,213,1)));
  background: -webkit-linear-gradient(top, rgba(230,230,230,1) 0%,rgba(213,213,213,1) 100%);
  background: -ms-linear-gradient(top, rgba(230,230,230,1) 0%,rgba(213,213,213,1) 100%);
  background: linear-gradient(to bottom, rgba(230,230,230,1) 0%,rgba(213,213,213,1) 100%);
}
.video-player .video-controls .volume-slider .ui-slider-handle .ui-state-hover {
  background: #fff;
}
.video-player .volume-slider .ui-slider-range {
  border-radius: 15px;
  box-shadow: inset -3px 0 3px rgba(76,186,232,0.7);
  background: #4cbae8;
  background: -moz-linear-gradient(top, rgba(76,186,232,1) 0%, rgba(57,162,206,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(76,186,232,1)), color-stop(100%,rgba(57,162,206,1)));
  background: -webkit-linear-gradient(top, rgba(76,186,232,1) 0%,rgba(57,162,206,1) 100%);
  background: -ms-linear-gradient(top, rgba(76,186,232,1) 0%,rgba(57,162,206,1) 100%);
  background: linear-gradient(to bottom, rgba(76,186,232,1) 0%,rgba(57,162,206,1) 100%);
}
/* volume button */
.video-player .video-controls .volume-button {
  position: absolute;
  bottom: 3px;
  right: 15px;
  display: block;
  width: 29px;
  height: 25px;
  border-radius: 2px;
  background-color: rgba(245,245,245,0.6);
  background-position: center center;
  background-image: url('https://www.paypalobjects.com/webstatic/mktg/kb/volumefull.png');
  background-image: -webkit-image-set(url("https://www.paypalobjects.com/webstatic/mktg/kb/volumefull.png") 1x, 
                                      url("https://www.paypalobjects.com/webstatic/mktg/kb/volumefull2x.png") 2x);
  background-size: 23px 23px;
  background-repeat: no-repeat;
}
.video-player .video-controls .volume-mute {
  background-image: url('https://www.paypalobjects.com/webstatic/mktg/kb/volumemute.png');
  background-image: -webkit-image-set(url("https://www.paypalobjects.com/webstatic/mktg/kb/volumemute.png") 1x, 
                                      url("https://www.paypalobjects.com/webstatic/mktg/kb/volumemute2x.png") 2x);
  background-size: 23px 23px;
  background-repreat: no-repeat;
}
.video-player .video-fullscreen {
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  background-color: rgba(245,245,245,0.6);
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("https://www.paypalobjects.com/webstatic/mktg/kb/fullscreen.png");
  background-image: -webkit-image-set(url("https://www.paypalobjects.com/webstatic/mktg/kb/fullscreen.png") 1x, 
                                      url("https://www.paypalobjects.com/webstatic/mktg/kb/fullscreen2x.png") 2x);
  background-size: 24px 24px;
  border-radius: 2px;
  overflow: hidden;
  text-indent: -999em;
  opacity: 0;
  
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.video-player:hover .video-fullscreen {
  opacity: 1;
}
/* Disable in lightbox */
.ui-dialog .video-player .video-fullscreen {
  display: none;
}
.video-player.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
}
.video-player.fullscreen .video-fullscreen {
  background-image: url("https://www.paypalobjects.com/webstatic/mktg/kb/shrink.png");
  background-image: -webkit-image-set(url("https://www.paypalobjects.com/webstatic/mktg/kb/shrink.png") 1x, 
                                      url("https://www.paypalobjects.com/webstatic/mktg/kb/shrink2x.png") 2x);
  background-size: 24px 24px;
}

/* inline jquery ui styles */
.ui-slider-handle {
  position: absolute;
  z-index: 2;
  display: block;
  margin-left: -0.6em;
  outline: none;
}
.ui-slider-range {
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  border: 0 none;
  position: absolute;
  z-index: 1;
}
.video-modal .ui-dialog-content {
  padding-bottom: 1.5em;
}
/* accessibility fix */
.ui-dialog .ui-dialog-titlebar-close:focus {
    border: 1px dotted #999;
}

.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}.steps-interaction p.dd-text{display:inline-block;font-size:18px;font-size:1.28571429rem}.steps-interaction a:hover{text-decoration:none}.steps-interaction .steps-dd-container{display:inline-block;position:relative}.steps-interaction .steps-dd-container .steps-dd-header{box-shadow:0 2px 10px rgba(0,0,0,0.1);position:relative;padding:14px 36px 15px 16px;background-color:#fff;color:#de0063;display:inline-block;font-weight:normal}.steps-interaction .steps-dd-container .steps-dd-header:after{content:"";position:absolute;right:15px;top:23px;border:4px solid rgba(0,0,0,0);border-width:5px 5px;border-top-color:#de0063}.steps-interaction .steps-dd-container .steps-dd-list{margin:0;max-height:0;background-color:#fff;color:#de0063;-webkit-transition:max-height .2s ease-out;-moz-transition:max-height .2s ease-out;-o-transition:max-height .2s ease-out;transition:max-height .2s ease-out;overflow-y:hidden;position:absolute;top:0;left:0;width:100%;z-index:120}.steps-interaction .steps-dd-container .steps-dd-list.slide-down{max-height:800px;box-shadow:0 2px 10px rgba(0,0,0,0.1)}.steps-interaction .steps-dd-container .steps-dd-list .list{padding:9px 0;color:#6c7378;display:block;font-weight:normal}.steps-interaction .steps-dd-container .steps-dd-list .list:hover,.steps-interaction .steps-dd-container .steps-dd-list .list:focus{color:#0c8dc4}.steps-interaction .steps-dd-container .steps-dd-list .list.selected{color:#de0063}.steps-interaction .steps-dd-container .steps-dd-list li:first-child a{padding-top:20px}.steps-interaction .steps-dd-container .steps-dd-list li:last-child a{padding-bottom:20px}.steps-interaction .svg-icon{pointer-events:none;text-align:center}.steps-interaction .svg-icon,.steps-interaction .three-steps{transition:opacity 1s ease-in-out;opacity:1}.steps-interaction .animate-steps{opacity:0}.steps-interaction .hatch-link{display:block;margin-top:10px}html.no-js .steps-interaction .three-steps .three-steps-container{display:none}html.no-js .steps-interaction .three-steps .three-steps-container:first-child{display:block}html.no-js .steps-interaction .cta-container{display:none}html.no-js .steps-interaction .cta-container:first-child{display:block}html[data-device-type="dedicated"] .steps-interaction .dd-text,html[data-device-type="portable"] .steps-interaction .dd-text{margin-right:15px}html[data-device-type="dedicated"] .steps-interaction .svg-icon,html[data-device-type="portable"] .steps-interaction .svg-icon{height:0;width:100%;padding-top:22.3%;position:relative}html[data-device-type="dedicated"] .steps-interaction .svg-icon svg,html[data-device-type="portable"] .steps-interaction .svg-icon svg{position:absolute;top:0;left:0}html[data-device-type="dedicated"] .steps-interaction .steps-dd-container,html[data-device-type="portable"] .steps-interaction .steps-dd-container{width:auto;text-align:left}html[data-device-type="dedicated"] .steps-interaction .steps-dd-container .steps-dd-header,html[data-device-type="portable"] .steps-interaction .steps-dd-container .steps-dd-header{font-size:18px;font-size:1.28571429rem}html[data-device-type="dedicated"] .steps-interaction .steps-dd-container .steps-dd-list,html[data-device-type="portable"] .steps-interaction .steps-dd-container .steps-dd-list{overflow:hidden;width:auto;font-size:18px;font-size:1.28571429rem}html[data-device-type="dedicated"] .steps-interaction .steps-dd-container .list,html[data-device-type="portable"] .steps-interaction .steps-dd-container .list{white-space:pre;padding:9px 15px}html[data-device-type="dedicated"] .steps-interaction .steps,html[data-device-type="portable"] .steps-interaction .steps{padding:0 0 50px}html[data-device-type="portable"] .steps-interaction .dd-text{margin-right:10px}html[data-device-type="mobile"] .steps-interaction{overflow:hidden}html[data-device-type="mobile"] .steps-interaction .span12{padding-right:0}html[data-device-type="mobile"] .steps{padding:0;border:none;overflow:hidden}html[data-device-type="mobile"] .slide-control{position:absolute;background-repeat:no-repeat;background-size:30px 30px;width:30px;height:30px;text-indent:9999px;top:54%}html[data-device-type="mobile"] .slide-control.left{background-image:url("https://www.paypalobjects.com/digitalassets/c/website/marketing/global/icons/steps-control-left.svg")}html[data-device-type="mobile"] .slide-control.right{background-image:url("https://www.paypalobjects.com/digitalassets/c/website/marketing/global/icons/steps-control-right.svg");right:16px}html[data-device-type="mobile"] .indicator-container{text-align:center;padding-top:15px}html[data-device-type="mobile"] .indicator-container .indicator{position:relative;display:inline-block;margin-left:5px;width:12px;height:12px;border-radius:12px;border:1px solid #9da3a6;background:#fff}html[data-device-type="mobile"] .indicator-container .indicator.on{background:#9da3a6}.hero-bg .icon-play:after{border-left-color:#fff}sup.sup-headline{font-size:16px;top:-17px}sup{font-size:10px;top:-0.5em}html[data-device-type="dedicated"] .how-pp-works:hover{background-color:transparent}#get-paid-easier .btn-white{border:1px solid #009cde;color:#009cde;background-color:#fff;margin:36px 0}.btn.btn-white:focus{color:#009cde}.btn.btn-white:hover{color:#fff;background-color:#009cde}.ui-dialog.ui-widget{transform:translate(50%, 25%)}.p1{padding-bottom:30px}.custom-logos{padding:0 0 90px}.custom-logos .row-fluid{background-position:50% 10px}.custom-logos .appslogos{background:url("https://www.paypalobjects.com/webstatic/es_AR/mktg/wright/home/sprite_homepage_cl_0515_logos.jpg") no-repeat;width:20%;height:105px;float:left;margin-left:0;margin:10px 0}.custom-logos .appslogos.dealextreme{background-position:50% 2px}.custom-logos .appslogos.riotgames{background-position:50% -112px}.custom-logos .appslogos.lan{background-position:50% -217px}.custom-logos .appslogos.eBay{background-position:50% -328px}.custom-logos .appslogos.toysRus{background-position:50% -436px}.custom-logos .appslogos.aeropostale{background-position:50% -548px}.custom-logos .appslogos.skype{background-position:50% -660px}.custom-logos .appslogos.disney{background-position:50% -762px}.custom-logos .appslogos.spotify{background-position:50% -875px}.custom-logos .appslogos.steam{background-position:50% -985px}.c1 .pulloutHeadline{position:relative}.c1 .pulloutHeadline:before{content:"";position:absolute;top:-480px;left:0;width:100%;height:460px;background:url("https://www.paypalobjects.com/webstatic/en_US/mktg/wright/home/devices_homepage_0325.png") center center no-repeat;background-size:contain}section.treatment div{text-align:center}section.treatment{padding-top:60px}.icon-play{display:inline-block;position:relative;width:32px;height:32px;color:#fff;text-indent:-999em;vertical-align:middle;margin-right:12px}.icon-play:after{content:'';position:absolute;top:9px;left:11px;width:0;height:0;border:14px solid transparent;border-width:7px 14px;border-left-color:#009cde;overflow:hidden}.btn-white:hover .icon-play:after{border-left-color:#009cde}html[data-device-type="dedicated"] .editorial-cell .xmas{font-size:4.5rem;line-height:1em}html[data-device-type="dedicated"] .editorial-cell .signup-subline{padding-top:0}html[data-device-type="dedicated"] .editorial-cell .btn-white:hover{background-color:#009cde}html[data-device-type="dedicated"] .editorial-cell .btn-white:focus{color:#009cde}html[data-device-type="dedicated"] .c1{margin-top:430px;padding-top:125px}html[data-device-type="dedicated"] .editorial-cell{vertical-align:middle}html[data-device-type="portable"] .c1{margin-top:355px;padding-top:120px}html[data-device-type="portable"] .custom-logos .row-fluid .appslogos{width:33%}html[data-device-type="mobile"] .c1{margin-top:250px;padding-top:84px}html[data-device-type="mobile"] .c1 .pulloutHeadline:before{background-position:right center;top:-290px;height:265px}html[data-device-type="mobile"] .custom-logos .row-fluid .appslogos{background-size:106% 1040%;width:50%}html[data-device-type="mobile"] .hero-bg{background-position:center center;background-size:cover}

