/* /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-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;
}

.hero-bg{background-image:url('https://www.paypalobjects.com/digitalassets/c/website/marketing/latam/BR/home/br-frs-hero.jpg')}.hero-bg .pageHeadline{color:#0088d5}.hero-bg .contentPara a.refund-returns{color:#009cde;white-space:nowrap}.hero-bg p.contentPara{padding-top:10px}.hero-bg .contentPara,.hero-bg .hatch,.hero-bg .hatch a{color:#666}.hero-bg .how-pp-works{border:1px solid #fff;color:#fff;background-color:transparent}.hero-bg .hatch{padding:10px 0}.hero-bg .hatch span{position:relative;bottom:20px;left:10px;font-weight:700}.hero-bg .legal{color:#666;font-size:.5rem}.hero-bg .heroBtn{margin:30px auto 0;float:none}html[data-device-type="dedicated"] .how-pp-works:hover,html[data-device-type="portable"] .how-pp-works:hover{background-color:transparent}html[data-device-type="portable"] .hero-bg a.btn{width:77%}.row-fluid.get-paid-easier .containerCentered h3{margin-bottom:30px}.moving-background,.moving-background.playing .mb-button.pause,.moving-background.playing .mb-button.play,.moving-background .mb-button{display:none}section.get-paid-easier{padding:60px 0}.btn-white{border:1px solid #009cde;color:#009cde;background-color:#fff}.n1{background-image:url("https://www.paypalobjects.com/webstatic/pt_BR/mktg/wright/home/home_n1_1x.jpg")}.n2,.n2.parallax .parallax-bg{background-image:url("https://www.paypalobjects.com/webstatic/pt_BR/mktg/wright/home/home_n2_1x.jpg")}.n3{background-image:url("https://www.paypalobjects.com/webstatic/pt_BR/mktg/wright/home/home_n3_1x.jpg")}.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/pt_BR/mktg/wright/home/deviceImagePortuguese-light.png") center center no-repeat !important;background-size:contain}.icon-play{display:inline-block;position:relative;width:32px;height:32px;color:#fff;text-indent:-998em;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:visited{color:#009cde;text-decoration:none}.btn-white:hover{color:#fff}.btn-white:hover .icon-play:after{border-left-color:#009cde}.ui-dialog.ui-widget{transform:translate(50%, 25%)}@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:1){html[data-device-type="portable"] #fixed-top>.hero{height:740px}}.c1{margin-top:430px;padding-top:125px}.custom-logos{padding:0 0 90px}.custom-logos .row-fluid{background-position:50% 10px}.custom-logos .appslogos{background:url("https://www.paypalobjects.com/webstatic/pt_BR/mktg/wright/home/new-design/brazil-logos.jpg") no-repeat;width:20%;height:105px;float:left;margin-left:0;margin:10px 0}.custom-logos .appslogos.dealextreme{background-position:50% -24px}.custom-logos .appslogos.riotgames{background-position:50% -109px}.custom-logos .appslogos.lan{background-position:50% -217px}.custom-logos .appslogos.eBay{background-position:50% -347px}.custom-logos .appslogos.toysRus{background-position:50% -487px}.custom-logos .appslogos.aeropostale{background-position:50% -578px}.custom-logos .appslogos.skype{background-position:50% -689px}.custom-logos .appslogos.disney{background-position:50% -807px}.custom-logos .appslogos.spotify{background-position:50% -896px}.custom-logos .appslogos.steam{background-position:50% -985px}@media (orientation:portrait){html[data-device-type="portable"] .hero-bg .pageHeadline,html[data-device-type="mobile"] .hero-bg .pageHeadline{font-size:2.5rem}html[data-device-type="portable"] .hero-bg a.btn.treatment2Btn,html[data-device-type="mobile"] .hero-bg a.btn.treatment2Btn{width:47%}html[data-device-type="mobile"] .hero-bg a.btn.treatment2Btn{padding-left:10px;padding-right:10px;line-height:1.1}}html[data-device-type="mobile"] .hero-bg .pageHeadline{font-size:2.5rem}html[data-device-type="mobile"] .hero-bg .hatch span{font-size:1.1rem}@media (orientation:landscape){html[data-device-type="portable"] .hero-bg a.btn.treatment2Btn,html[data-device-type="mobile"] .hero-bg a.btn.treatment2Btn{width:47%;padding-right:20px;padding-left:20px}html[data-device-type="portable"] .hero-bg a.btn.treatment2Btn.how-pp-works,html[data-device-type="mobile"] .hero-bg a.btn.treatment2Btn.how-pp-works{margin-left:5px}html[data-device-type="portable"] .c1 .pulloutHeadline:before{top:-510px;left:-95px;width:120%;height:470px;transform:scale(.8)}}html[data-device-type="mobile"] #main .hero-bg a.btn,html[data-device-type="mobile"] #main .parallax-bg a.btn{background:#009cde}html[data-device-type="mobile"] #main .hero-bg .editorial-container .editorial-cell p,html[data-device-type="mobile"] #main .parallax-bg .editorial-container .editorial-cell p{font-size:1.4rem}html[data-device-type="mobile"] #main .hero-bg .editorial-container .editorial-cell .heroBtn,html[data-device-type="mobile"] #main .parallax-bg .editorial-container .editorial-cell .heroBtn{color:#fff}html[data-device-type="mobile"] #main .c1{margin-top:158px}html[data-device-type="mobile"] #main .c1 .pulloutHeadline:before{content:"";position:absolute;top:-417px;left:-456px;width:1206px;height:474px;background:url("https://www.paypalobjects.com/webstatic/pt_BR/mktg/wright/home/new-design/deviceImagePortuguese.png") top center no-repeat !important;transform:scale(.3)}html[data-device-type="mobile"] #main .custom-logos .containerCentered .appslogos{width:50%;background-size:130px;height:85px}html[data-device-type="mobile"] #main .custom-logos .containerCentered .appslogos.dealextreme{background-position:50% 0}html[data-device-type="mobile"] #main .custom-logos .containerCentered .appslogos.riotgames{background-position:50% -63px}html[data-device-type="mobile"] #main .custom-logos .containerCentered .appslogos.lan{background-position:50% -143px}html[data-device-type="mobile"] #main .custom-logos .containerCentered .appslogos.eBay{background-position:50% -238px}html[data-device-type="mobile"] #main .custom-logos .containerCentered .appslogos.toysRus{background-position:50% -340px}html[data-device-type="mobile"] #main .custom-logos .containerCentered .appslogos.aeropostale{background-position:50% -401px}html[data-device-type="mobile"] #main .custom-logos .containerCentered .appslogos.skype{background-position:50% -480px}html[data-device-type="mobile"] #main .custom-logos .containerCentered .appslogos.disney{background-position:50% -561px}html[data-device-type="mobile"] #main .custom-logos .containerCentered .appslogos.spotify{background-position:50% -616px}html[data-device-type="mobile"] #main .custom-logos .containerCentered .appslogos.steam{background-position:50% -678px}html[data-device-type="portable"] .hero-bg :after{background-position:center center}html[data-device-type="mobile"] .row-fluid.containerCentered,html[data-device-type="mobile"] .row-fluid.containerCentered>div{padding:0}@media (min-width:468px){html[data-device-type="mobile"] h1,html[data-device-type="mobile"] .hero p{width:100%}}html[data-device-type="dedicated"] .btn-white .icon-play,html[data-device-type="portable"] .btn-white .icon-play,html[data-device-type="mobile"] .btn-white .icon-play{border-left:0 solid #0070ba}

