/* Down Arrow - Banner Image */
html[data-device-type=dedicated] .down-arrow, html[data-device-type="portable"] .down-arrow  {
  cursor: pointer;
  position: absolute;
  display: block;
  width: 3em;
  height: 3em;
  bottom: 25px;
  left: 48.5%;
  transform: rotate(45deg);
  transition: all .3s ease-out;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
html[data-device-type="portable"] .down-arrow  {
  left: 47%;
}
html[data-device-type="portable"] .account-selection .down-arrow  {
  left: 48%;
}

/********* px-video.css ************/

/* utilities */
.sr-only {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.show-inline {
  display: inline-block;
}

/* containers */
.px-video-img-captions-container * {
  box-sizing: border-box;
}
.px-video-img-captions-container {
  position: relative;
  background-color: #FFF;
}
.px-video-container {
  position: relative;
}
.px-video-container .loading-spinner {
  background: no-repeat url('https://www.paypalobjects.com/webstatic/es_MX/mktg/logos-buttons/redesign/loading.gif');
  content: '';
  position: absolute;
  left: 50%;
  top: 40%;
  width: 45px;
  height: 45px;
  margin-left: -30px;
  margin-top: -30px;
  text-indent: -999em;
  overflow: hidden;
}

/* progress indicator */
.px-video-progress {
  width: 100%;
  height: 10px;
}
.px-video-progress[value] {
  /* Reset the default appearance */
  -webkit-appearance: none;
  border: none;
}
.px-video-progress[value]::-webkit-progress-bar {
  background-color: #E6E6E6;
}
.px-video-progress[value]::-webkit-progress-value {
  background-color: #009CDF;
}

/* caption area */
.px-video-captions {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: .5em;
  min-height: 2.5em;
  background-color: #000;
  color: #fff;
  font-size: 1.1em;
  text-align: center;
  opacity: 0.75;
}

/* buttons */
.px-video-controls button {
  border: 1px #fff solid;
  background: transparent;
  padding: 0;
  margin: 0 5px;
  min-width: 25px;
  height: 20px;
  overflow: hidden;
  background: no-repeat url('https://www.paypalobjects.com/webstatic/mktg/wright/icons/px-video-sprite.png');
}
.px-video-controls button:focus {
  border: 1px #999 dotted;
  outline: none;
}
.px-video-controls button {
  cursor: pointer;
}
button.px-video-restart {
  margin-left: 0;
}
/* restart button */

.px-video-controls button.px-video-restart {
  background-position: -6px -333px;
}
.px-video-controls button.px-video-restart:hover,
.px-video-controls button.px-video-restart:focus {
  background-position: -6px -297px;
}

/* rewind button */
.px-video-controls button.px-video-rewind {
  background-position: -6px -189px;
}
.px-video-controls button.px-video-rewind:hover,
.px-video-controls button.px-video-rewind:focus {
  background-position: -6px -153px;
}

/* play button */
.px-video-controls button.px-video-play {
  background-position: -6px -45px;
}
.px-video-controls button.px-video-play:hover,
.px-video-controls button.px-video-play:focus {
  background-position: -6px -9px;
}

/* pause button */
.px-video-controls button.px-video-pause {
  background-position: -6px -117px;
}
.px-video-controls button.px-video-pause:hover,
.px-video-controls button.px-video-pause:focus {
  background-position: -6px -81px;
}

/* forward button */
.px-video-controls button.px-video-forward {
  background-position: -6px -261px;
}
.px-video-controls button.px-video-forward:hover,
.px-video-controls button.px-video-forward:focus {
  background-position: -6px -225px;
}

/* captions button */
.px-video-captions-btn-container label {
  display: inline-block;
  width: 25px;
  height: 20px;
  margin-left: 25px;
  background: no-repeat url('https://www.paypalobjects.com/webstatic/mktg/wright/icons/px-video-sprite.png');
  background-position: -6px -835px;
}
.px-video-captions-btn-container input[type="checkbox"]:focus+label {
  outline: 1px #999 dotted;
  background-position: -6px -799px;
}
.px-video-captions-btn-container input[type="checkbox"]:hover+label {
  background-position: -6px -799px;
  cursor: pointer;
}
.px-video-captions-btn-container input[type="checkbox"]:focus+label {
  outline: 1px #999 dotted;
  background-position: -6px -799px;
}
.px-video-captions-btn-container input[type="checkbox"]:checked+label {
  background-position: -6px -871px;
}

/* mute button */
.px-video-mute-btn-container label {
  display: inline-block;
  width: 25px;
  height: 20px;
  margin-left: 240px;
  margin-top: 2px;
  background: no-repeat url('https://www.paypalobjects.com/webstatic/mktg/wright/icons/px-video-sprite.png');
  background-position: -6px -476px;
}
.px-video-mute-btn-container input[type="checkbox"]:focus+label {
  outline: 1px #999 dotted;
  background-position: -6px -440px;
}
.px-video-mute-btn-container input[type="checkbox"]:hover+label {
  background-position: -6px -440px;
  cursor: pointer;
}
.px-video-mute-btn-container input[type="checkbox"]:focus+label {
  outline: 1px #999 dotted;
  background-position: -6px -440px;
}
/* checked state of mute button */
.px-video-mute-btn-container input[type="checkbox"]:checked+label {
  background-position: -6px -692px;
}
.px-video-mute-btn-container input[type="checkbox"]:checked:hover+label,
.px-video-mute-btn-container input[type="checkbox"]:checked:focus+label {
  background-position: -6px -656px;
}

/* volume range input */
.px-video-controls input[type='range'] {
  -webkit-appearance: none;
  height: 6px;
  width: 100px;
  margin-top: 8px;
  background-color: #E6E6E6;
  outline:none;
}
.px-video-controls input[type='range']:focus::-webkit-slider-thumb {
  outline: 1px #999 dotted;
}
.px-video-controls input[type='range']::-moz-range-track {
  -moz-appearance: none;
  height: 6px;
  background-color: #E6E6E6;
  border: none;
}
.px-video-controls input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  height: 10px;
  width: 6px;
  background-color: #666;
}
.px-video-controls input[type='range']::-moz-range-thumb {
  height: 12px;
  width: 8px;
}
/* fixing display for IE10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .px-video-controls input[type='range'] {
    position: relative;
    padding: 0;
    height: 8px;
    top: -3px;
  }
  .px-video-time {
    margin-top: 4px;
  }
  .px-video-captions {
    padding: 8px;
    min-height: 36px;
  }
}

/* Fullscreen styles */
.px-video-fullscreen-btn-container label {
  display: inline-block;
  width: 25px;
  height: 20px;
  margin: 0 10px;
  background: no-repeat url('https://www.paypalobjects.com/webstatic/mktg/wright/icons/px-video-sprite.png');
  background-position: -6px -907px;
}
.px-video-fullscreen-btn-container input[type="checkbox"]:focus+label {
  outline: 1px #999 dotted;
  background-position: -6px -943px;
}
.px-video-fullscreen-btn-container input[type="checkbox"]:hover+label {
  background-position: -6px -943px;
  cursor: pointer;
}
.px-video-fullscreen-btn-container input[type="checkbox"]:focus+label {
  outline: 1px #999 dotted;
  background-position: -6px -943px;
}
.px-video-fullscreen-btn-container input[type="checkbox"]:checked+label {
  background-position: -6px -979px;
}
.px-video-fullscreen-btn-container input[type="checkbox"]:checked:hover+label {
  background-position: -6px -1015px;
}
.px-video-container.fullscreen {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-cursor-visibility: auto-hide;
}
.display-inline {
  display: inline-block;
  vertical-align: top;
}
/* style applied through js */
.px-video-controls.js-fullscreen-controls {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 940;
  background: white;
  text-align: center;
}

  .px-video-captions.js-fullscreen-captions {
  min-height: 3.5em;
  font-size: 2.5em;
  padding: 1em;
}

.pal-blue {
  background-color: #009cde;
}
.pay-blue {
  background-color: #003087;
}
.pink {
  background-color: #de0063;
}
.purple {
  background-color: #640487;
}
.green {
  background-color: #00cf92;
}
.orange {
  background-color: #ff9600;
}
.pink,
.purple,
.green,
.orange,
.pink *,
.purple *,
.green *,
.orange *,
.pay-blue *,
.pal-blue * {
  color: #fff;
}
/* For mobile - shorter height and width */
.sticky-nav-global {
  z-index: 3;
  line-height: 60px;
  padding: 1px;
  opacity: .95;
}
.sticky-nav-global .stickyContainer {
  padding: 10px 0;
  overflow: auto;
}
.sticky-nav-global.white {
  background: #fff;
}
.sticky-nav-global.white .links-section ul li a {
  font-weight: bold;
}
.sticky-nav-global.white .stickyContainer {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.sticky-nav-global.white.on {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.sticky-nav-global.white.on .stickyContainer {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0);
}
.sticky-nav-global.gray {
  background: #f5f5f5;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.sticky-nav-global .btn-section {
  width: 25%;
  float: left;
}
.sticky-nav-global .btn-section .btn {
  visibility: hidden;
  font-size: 13px;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.sticky-nav-global .mobile-control {
  display: none;
}
.sticky-nav-global .links-section {
  width: 75%;
  float: left;
}
.sticky-nav-global .links-section .links-container {
  float: right;
}
.sticky-nav-global .links-section .links-container p {
  display: inline-block;
  margin-right: 10px;
}
.sticky-nav-global .links-section .links-container ul {
  display: inline-block;
  margin: 0;
}
.sticky-nav-global .links-section .links-container ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  justify-content: space-between;
}
.sticky-nav-global .links-section .links-container ul li.justified {
  display: flex;
}
.sticky-nav-global.on {
  position: fixed;
  top: 0;
  z-index: 4;
}
.sticky-nav-global.on .btn-section .btn {
  visibility: visible;
}
.sticky-nav-global.non-sticky {
  position: static;
}
.sticky-nav-global.btn-right .btn-section {
  float: right;
}
.sticky-nav-global.btn-right .links-section .links-container {
  float: left;
}
.sticky-nav-global.btn-right .links-section .links-container .link-item:first-of-type a {
  margin-left: 0;
}
@media (max-width: 1000px) {
  .sticky-nav-global {
    line-height: 30px;
  }
  .sticky-nav-global .containerCentered {
    min-width: 100%;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .sticky-nav-global .containerCentered .links-container {
    float: left;
    margin-left: 10px;
  }
  .sticky-nav-global .containerCentered .links-container .links-headline {
    display: none;
  }
  .sticky-nav-global .containerCentered .links-container .sticky-nav-links {
    margin-left: 10px;
  }
}
@media (max-width: 768px) {
  .sticky-nav-global .links-section {
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: 0.3s height;
    -moz-transition: 0.3s height;
    -webkit-transition: 0.3s height;
  }
  .sticky-nav-global .links-section .links-container {
    margin-left: 0;
    width: inherit;
  }
  .sticky-nav-global .links-section .links-container ul {
    width: inherit;
  }
  .sticky-nav-global .links-section .links-container ul li {
    display: block;
    width: inherit;
  }
  .sticky-nav-global .links-section .links-container ul li a.sticky-nav-links {
    display: block;
    width: inherit;
    margin-left: 0;
    line-height: 25px;
  }
  .sticky-nav-global.on .mobile-control {
    float: right;
  }
  .sticky-nav-global.on .btn-section {
    display: block;
  }
  .sticky-nav-global.on.btn-right .mobile-control {
    float: left;
  }
  .sticky-nav-global .mobile-control {
    margin: auto;
    min-width: 40px;
    display: block;
    height: 40px;
    background: transparent;
    border-radius: 50%;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxMjhDQUY2RjQ4RjcxMUU1QkIzNUVGNzFBNTcxOEQ4MCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxMjhDQUY3MDQ4RjcxMUU1QkIzNUVGNzFBNTcxOEQ4MCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjEyOENBRjZENDhGNzExRTVCQjM1RUY3MUE1NzE4RDgwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjEyOENBRjZFNDhGNzExRTVCQjM1RUY3MUE1NzE4RDgwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+XITWJgAAARtJREFUeNrs2dENgjAQBmAwbsAaPoAkLqA+uIAOpfv4oA8uQOIgMAOeSZsQIlra/6rB/5J7ABKuH4H2gLRt22QKMUsmEoQQQgghhBBCCCGEEPI/kPnQgaqqfnLAZVny1lpKXiWzL4wvM7ULBOQouZa8RMZkpuaz9gkBOUjezVWJhbGIwtTeIyC15DYipo/YSDao6TcWxgsxdtaqzYm1MN0HexTCZ/ptlDAWkfsgfNcRNCYYEbIgojAQROjKHoqBIRAtSh/j2gFAEaheq4vJHTBwBLJpdMWoINDd7yeMGkKjjR/CqCLevlgBMHbgN7N/oYXQgrzCJJoITUgXczbbOy2ENsRiVvyKMiJS/tUlhBBCCCGEEEIIUYuHAAMAg89oVszT+ikAAAAASUVORK5CYII=');
    background-size: 40px 40px;
    background-position: center center;
    background-repeat: no-repeat;
    -moz-transition: 0.3s all;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .sticky-nav-global .mobile-control.on {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAQAAABu4E3oAAAFFWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS41LWMwMTIgMS4xNDk2MDIsIDIwMTIvMTAvMTAtMTg6MTA6MjQgICAgICAgICI+CiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iCiAgICB4bWxuczpkYW09Imh0dHA6Ly93d3cuZGF5LmNvbS9kYW0vMS4wIgogICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICB4bWxuczpQYXlQYWw9Ind3dy5wYXlwYWwuY29tL2Jhc2UvdjEiCiAgIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIgogICBkYzptb2RpZmllZD0iMjAxMy0xMi0xMFQxNTo0ODo1Ny41MjEtMDg6MDAiCiAgIGRhbTpzaXplPSIxNzEiCiAgIGRhbTpQaHlzaWNhbHdpZHRoaW5pbmNoZXM9Ii0xLjAiCiAgIGRhbTpleHRyYWN0ZWQ9IjIwMTMtMTItMTBUMTU6NDg6NTYuMTYxLTA4OjAwIgogICBkYW06c2hhMT0iZjQwZTM2OGI1NmNlMDdhZDRlNWNlY2ZiNGY5NDQxZmU1YjM3NDFjMiIKICAgZGFtOk51bWJlcm9mdGV4dHVhbGNvbW1lbnRzPSIwIgogICBkYW06RmlsZWZvcm1hdD0iUE5HIgogICBkYW06UHJvZ3Jlc3NpdmU9Im5vIgogICBkYW06UGh5c2ljYWxoZWlnaHRpbmRwaT0iLTEiCiAgIGRhbTpNSU1FdHlwZT0iaW1hZ2UvcG5nIgogICBkYW06TnVtYmVyb2ZpbWFnZXM9IjEiCiAgIGRhbTpCaXRzcGVycGl4ZWw9IjE2IgogICBkYW06UGh5c2ljYWxoZWlnaHRpbmluY2hlcz0iLTEuMCIKICAgZGFtOlBoeXNpY2Fsd2lkdGhpbmRwaT0iLTEiCiAgIHRpZmY6SW1hZ2VMZW5ndGg9IjI1IgogICB0aWZmOkltYWdlV2lkdGg9IjI1IgogICBQYXlQYWw6c3RhdHVzPSJTb3VyY2VBcHByb3ZlZCIKICAgUGF5UGFsOnNvdXJjZU5vZGVQYXRoPSIvY29udGVudC9kYW0vUGF5UGFsRGlnaXRhbEFzc2V0cy9zcGFydGFJbWFnZXMvR2xvYmFsSW1hZ2VzL21rdGcvMjAxNGRlc2lnbi9jbG9zZV9kZWZhdWx0LnBuZyIKICAgUGF5UGFsOmlzU291cmNlPSJ0cnVlIj4KICAgPGRjOmxhbmd1YWdlPgogICAgPHJkZjpCYWcvPgogICA8L2RjOmxhbmd1YWdlPgogIDwvcmRmOkRlc2NyaXB0aW9uPgogPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KPD94cGFja2V0IGVuZD0iciI/PhESLTAAAABySURBVHgBzdIxCoAwFATRtZCACYpoITaCl9BjeP/T2AnB4W+b6V+K7Ff7FcVN6lWVdGkNwKz7/2hm9IFRECMGjBg4xIARA4MQGHSGANr16BAUDbeZcfFbc4gAyCIAHgFgxMAjBgYVBhVaVNVpsBeR1HYvtcwLhzoX1iQAAAAASUVORK5CYII=');
    background-size: 25px 25px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .sticky-nav-global .btn-section {
    display: none;
    width: auto;
    max-width: 75%;
  }
  .sticky-nav-global .btn-section .btn {
    min-width: 100%;
  }
}

.pal-blue{background-color:#009cde}.pay-blue{background-color:#003087}.pink{background-color:#de0063}.purple{background-color:#640487}.green{background-color:#00cf92}.orange{background-color:#ff9600}.pink,.purple,.green,.orange,.pink *,.purple *,.green *,.orange *,.pay-blue *,.pal-blue *{color:#fff}@font-face{font-family:"pp-sans-big-bold";src:url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Bold.eot");src:url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Bold.eot?#iefix") format("embedded-opentype"),url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Bold.woff") format("woff"),url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/headlinedark/festivo1.ttf") format("truetype"),url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Bold.svg") format("svg")}@font-face{font-family:"pp-sans-big-light";src:url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Light.eot");src:url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Light.eot?#iefix") format("embedded-opentype"),url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Light.woff") format("woff"),url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/headlinedark/festivo1.ttf") format("truetype"),url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Light.svg") format("svg")}@font-face{font-family:"pp-sans-big-medium";src:url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Medium.eot");src:url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Medium.eot?#iefix") format("embedded-opentype"),url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Medium.woff") format("woff"),url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/headlinedark/festivo1.ttf") format("truetype"),url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Medium.svg") format("svg")}@font-face{font-family:"pp-sans-big-regular";src:url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Regular.eot");src:url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Regular.eot?#iefix") format("embedded-opentype"),url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Regular.woff") format("woff"),url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/headlinedark/festivo1.ttf") format("truetype"),url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Regular.svg") format("svg")}@font-face{font-family:"pp-sans-big-thin";src:url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Thin.eot");src:url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Thin.eot?#iefix") format("embedded-opentype"),url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Thin.woff") format("woff"),url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/headlinedark/festivo1.ttf") format("truetype"),url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Thin.svg") format("svg")}@font-face{font-family:"pp-sans-small-bold";src:url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Bold.eot");src:url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Bold?#iefix") format("embedded-opentype"),url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Bold.woff") format("woff"),url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/headlinedark/festivo1.ttf") format("truetype"),url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Bold.svg") format("svg")}@font-face{font-family:"pp-sans-small-light";src:url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Light.eot");src:url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Light.eot?#iefix") format("embedded-opentype"),url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Light.woff") format("woff"),url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/headlinedark/festivo1.ttf") format("truetype"),url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Light.svg") format("svg")}@font-face{font-family:"pp-sans-small-medium";src:url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Medium.eot");src:url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Medium.eot?#iefix") format("embedded-opentype"),url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Medium.woff") format("woff"),url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/headlinedark/festivo1.ttf") format("truetype"),url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Medium.svg") format("svg")}@font-face{font-family:"pp-sans-small-regular";src:url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Regular.eot");src:url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Regular.eot?#iefix") format("embedded-opentype"),url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Regular.woff") format("woff"),url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/headlinedark/festivo1.ttf") format("truetype"),url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Regular.svg") format("svg")}@font-face{font-family:"pp-sans-small-thin";src:url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Thin.eot");src:url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Thin.eot?#iefix") format("embedded-opentype"),url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Thin.woff") format("woff"),url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/headlinedark/festivo1.ttf") format("truetype"),url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Thin.svg") format("svg")}.pp-sans-big-bold{font-family:"pp-sans-big-bold",Helvetica Neue,Arial,sans-serif;font-weight:normal;font-variant:normal}.pp-sans-big-light{font-family:"pp-sans-big-light",Helvetica Neue,Arial,sans-serif;font-weight:normal;font-variant:normal}.pp-sans-big-medium{font-family:"pp-sans-big-medium",Helvetica Neue,Arial,sans-serif;font-weight:normal;font-variant:normal}.pp-sans-big-regular{font-family:"pp-sans-big-regular",Helvetica Neue,Arial,sans-serif;font-weight:normal;font-variant:normal}.pp-sans-small-bold{font-family:"pp-sans-small-bold",Helvetica Neue,Arial,sans-serif;font-weight:normal;font-variant:normal}.pp-sans-small-light{font-family:"pp-sans-small-light",Helvetica Neue,Arial,sans-serif;font-weight:normal;font-variant:normal}.pp-sans-small-medium{font-family:"pp-sans-small-medium",Helvetica Neue,Arial,sans-serif;font-weight:normal;font-variant:normal}.pp-sans-small-regular{font-family:"pp-sans-small-regular",Helvetica Neue,Arial,sans-serif;font-weight:normal;font-variant:normal}.pp-sans-small-thin{font-family:"pp-sans-small-thin",Helvetica Neue,Arial,sans-serif;font-weight:normal;font-variant:normal}@font-face{font-family:'DharmaGothicE-Regular';src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_0_0.eot');src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_0_0.eot?#iefix') format('embedded-opentype'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_0_0.woff') format('woff'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_0_0.ttf') format('truetype')}@font-face{font-family:'DharmaGothicE-ExLightItalic';src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_1_0.eot');src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_1_0.eot?#iefix') format('embedded-opentype'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_1_0.woff') format('woff'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_1_0.ttf') format('truetype')}@font-face{font-family:'DharmaGothicE-Heavy';src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_2_0.eot');src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_2_0.eot?#iefix') format('embedded-opentype'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_2_0.woff') format('woff'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_2_0.ttf') format('truetype')}@font-face{font-family:'DharmaGothicE-Thin';src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_3_0.eot');src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_3_0.eot?#iefix') format('embedded-opentype'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_3_0.woff') format('woff'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_3_0.ttf') format('truetype')}@font-face{font-family:'DharmaGothicE-ExBoldItalic';src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_4_0.eot');src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_4_0.eot?#iefix') format('embedded-opentype'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_4_0.woff') format('woff'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_4_0.ttf') format('truetype')}@font-face{font-family:'DharmaGothicE-ThinItalic';src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_5_0.eot');src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_5_0.eot?#iefix') format('embedded-opentype'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_5_0.woff') format('woff'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_5_0.ttf') format('truetype')}@font-face{font-family:'DharmaGothicE-Bold';src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_6_0.eot');src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_6_0.eot?#iefix') format('embedded-opentype'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_6_0.woff') format('woff'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_6_0.ttf') format('truetype')}@font-face{font-family:'DharmaGothicE-RegularItalic';src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_7_0.eot');src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_7_0.eot?#iefix') format('embedded-opentype'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_7_0.woff') format('woff'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_7_0.ttf') format('truetype')}@font-face{font-family:'DharmaGothicE-ExLight';src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_8_0.eot');src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_8_0.eot?#iefix') format('embedded-opentype'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_8_0.woff') format('woff'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_8_0.ttf') format('truetype')}@font-face{font-family:'DharmaGothicE-LightItalic';src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_9_0.eot');src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_9_0.eot?#iefix') format('embedded-opentype'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_9_0.woff') format('woff'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_9_0.ttf') format('truetype')}@font-face{font-family:'DharmaGothicE-Light';src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_A_0.eot');src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_A_0.eot?#iefix') format('embedded-opentype'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_A_0.woff') format('woff'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_A_0.ttf') format('truetype')}@font-face{font-family:'DharmaGothicE-BoldItalic';src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_B_0.eot');src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_B_0.eot?#iefix') format('embedded-opentype'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_B_0.woff') format('woff'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_B_0.ttf') format('truetype')}@font-face{font-family:'DharmaGothicE-HeavyItalic';src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_C_0.eot');src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_C_0.eot?#iefix') format('embedded-opentype'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_C_0.woff') format('woff'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_C_0.ttf') format('truetype')}@font-face{font-family:'DharmaGothicE-ExBold';src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_D_0.eot');src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_D_0.eot?#iefix') format('embedded-opentype'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_D_0.woff') format('woff'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_D_0.ttf') format('truetype')}.panel{border-bottom:1px solid #eaeced}html[data-device-type="dedicated"] .hero-bg img,html[data-device-type="portable"] .hero-bg img{vertical-align:middle}html[data-device-type="dedicated"] .hero-bg .contentPara{width:80%}.n3{background-image:url("https://www.paypalobjects.com/webstatic/en_AR/mktg/wright/what_is_PayPal/Cards_Focus.png")}.n4{background-image:url("https://www.paypalobjects.com/webstatic/en_AR/mktg/wright/what_is_PayPal/Checkout_Focus_en.png")}.n5{background-image:url("https://www.paypalobjects.com/webstatic/en_AR/mktg/wright/what_is_PayPal/Gift_Focus.png")}.pad{padding:30px 0}.stat-panel{padding-top:80px}.editorial-right .editorial-img,.editorial-left .editorial-img{background-position:center center}.center_me,.left{text-align:center}.left,.where_to_shop .span12{width:100%}.box-sizing{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.explore_ebay .ebay_submit,.faq a,.explore_ebay form{margin:0}.left{float:left}.faq a{padding:0}.ebay_search p:last-child{display:none}.hero-bg.autoplay-banner{background-image:url(https://www.paypalobjects.com/digitalassets/c/website/marketing/latam/shared/what-is-paypal/hero_v2_flipped.jpg)}html[data-device-type="mobile"] .hero-bg.autoplay-banner{background-position:25% center}html[data-device-type="portable"] .hero-bg.autoplay-banner{background-position:30% center}.hero-bg,.hero-bg.parallax .parallax-bg{background:url(https://www.paypalobjects.com/digitalassets/c/website/marketing/latam/shared/what-is-paypal/hero_v2_2.jpg) no-repeat;background-position:right center;background-size:cover}.hero-bg .icon-play,.hero-bg.parallax .parallax-bg .icon-play{display:inline-block;position:relative;width:32px;height:17px;color:white;text-indent:-999em;vertical-align:middle;margin-right:12px}.hero-bg .icon-play:after,.hero-bg.parallax .parallax-bg .icon-play:after{content:'';position:absolute;top:0;left:11px;width:0;height:0;border:14px solid rgba(0,0,0,0);border-width:7px 14px;border-left-color:white;overflow:hidden}.four-panel.panel{background:#f7f9fa;padding-top:45px}.four-panel.panel .contentHead{text-align:center;font-size:25px;font-size:1.78571429rem;font-weight:bold;padding-bottom:10px;text-align:left}.four-panel.panel img.panel-img{width:70px;height:70px;margin-bottom:10px}.explore_ebay,.explore_ebay .row-fluid{background:#f7f9fa;border-bottom:1px solid #eaeced}.where_to_shop{padding:90px 0;border-bottom:1px solid #eaeced}.where_to_shop .pullout,.where_to_shop .custom-logos{padding-bottom:0}.where_to_shop .center-text{padding-top:10px;font-family:"pp-sans-big-light",Helvetica Neue,Arial,sans-serif;font-weight:normal;font-variant:normal;font-size:15px;font-size:1.07142857rem}.pageHeadline{padding-bottom:6px}.heroBtn{width:100%;max-width:300px}.btn.heroBtn.how-paypal-works{margin-left:5px}html[data-device-type="dedicated"] .span7{width:59.5%}html[data-device-type="dedicated"] .heroBtn.how-paypal-works,html[data-device-type="portable"] .heroBtn.how-paypal-works,html[data-device-type="mobile"] .heroBtn.how-paypal-works{background-color:transparent}html[data-device-type="portable"] .hero-bg h1,html[data-device-type="portable"] .hero-bg.parallax .parallax-bg h1{font-size:42px;font-size:3rem}html[data-device-type="portable"] .explore_ebay .ebay{background-size:95%}html[data-device-type="mobile"] .hero-bg,html[data-device-type="mobile"] .hero-bg.parallax .parallax-bg{background-position:72% center}html[data-device-type="mobile"] .hero-bg h1,html[data-device-type="mobile"] .hero-bg.parallax .parallax-bg h1{font-size:36px;font-size:2.57142857rem}html[data-device-type="mobile"] .hero-bg .editorial-cell,html[data-device-type="mobile"] .hero-bg.parallax .parallax-bg .editorial-cell{padding-top:72px}html[data-device-type="mobile"] .hero-bg .editorial-cell h1,html[data-device-type="mobile"] .hero-bg.parallax .parallax-bg .editorial-cell h1,html[data-device-type="mobile"] .hero-bg .editorial-cell p,html[data-device-type="mobile"] .hero-bg.parallax .parallax-bg .editorial-cell p{color:#fff}html[data-device-type="mobile"] .explore_ebay .ebay{background-image:none}html[data-device-type="mobile"] .custom-logos .appslogos{width:100%}.explore_ebay .ebay{background-image:url(https://www.paypalobjects.com/webstatic/mktg/LatAm_NMT/device/eBay_search_1x.png);background-position:50% 50%;background-size:95%}.explore_ebay .ebay_submit{vertical-align:top}.explore_ebay .ebay_input{height:40px;margin:0 10px 0 0;background:url(https://www.paypalobjects.com/webstatic/mktg/LatAm_NMT/icon/search_icon_1x.png) 95% 50% no-repeat}.security,.security.parallax .parallax-bg{background-image:url(https://www.paypalobjects.com/webstatic/mktg/LatAm_NMT/hero/secure_hero_keyboard.jpg)}.pullout img{max-width:120px;margin:0 auto;width:100%;display:block;padding-bottom:20px}.answers{padding:25px}.panel .panel-img{margin-bottom:25px}.steps-section{padding-top:35px}.steps-section header{position:relative}.steps-section header h2{font-size:40px;font-size:2.85714286rem}.steps-section div.containerCentered .step-text span{font-weight:bold;color:#0070ba}html[data-device-type="dedicated"] .steps,html[data-device-type="portable"] .steps{padding-top:0}.logo_wrap{float:left;width:20%;padding-bottom:2%}.logo_wrap:last-child{padding-bottom:0}.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}@media screen and (max-device-width:991px){.ebay_search input,.pullout .span8{width:100%}.ebay_search .span6,.hero-bg .span6{padding:0}.submit_wrap{display:block;padding:10px 0}.ebay_search input{max-width:100%}.pullout p{padding-bottom:0}.custom-logos .appslogos{width:50%}}@media screen and (max-device-width:767px){.panel div+div{padding:0}.heroBtn{max-width:100%}.signing_up .span4:nth-child(2){margin-bottom:20px}}html[data-device-type="mobile"] .panel .span3{margin-bottom:20px}html[data-device-type="mobile"] .panel .panel-img{margin:auto}html[data-device-type="portable"] .sticky-nav-global .btn-section{width:20%}html[data-device-type="portable"] .sticky-nav-global .links-section{width:80%}@media (max-width:768px){html[data-device-type="portable"] .sticky-nav-global .btn-section{width:25%}}

.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}.phoneNumber a{font-size:40px;font-size:2.85714286rem}.logos-section{padding-bottom:90px}.logos-section .logos{width:20%;height:100px;float:left;box-sizing:border-box;padding:10px;margin-bottom:20px}.logos-section p{clear:both;text-align:center;padding-top:14px}.logos-section.clac-logos .logos{background:url(https://www.paypalobjects.com/digitalassets/c/website/marketing/latam/shared/home/logos/img_logos-sprite.jpg) no-repeat}.logos-section.clac-logos .logos.carter{background-position:50% 0}.logos-section.clac-logos .logos.steam{background-position:50% -115px}.logos-section.clac-logos .logos.udemy{background-position:50% -212px}.logos-section.clac-logos .logos.ms{background-position:50% -330px}.logos-section.clac-logos .logos.fortnite{background-position:50% -445px}.logos-section.clac-logos .logos.fb{background-position:50% -555px}.logos-section.clac-logos .logos.psstore{background-position:50% -665px}.logos-section.clac-logos .logos.spotify{background-position:50% -771px}.logos-section.clac-logos .logos.airbnb{background-position:50% -885px}.logos-section.clac-logos .logos.uber{background-position:50% -994px}.logos-section.how-to-use-pp{padding-bottom:0}.logos-section.how-to-use-pp.ar-logos .logos{background:url(https://www.paypalobjects.com/digitalassets/c/website/marketing/latam/ar/how-to-use-paypal/WhatIsPP_AR_transparent.png) no-repeat}.logos-section.how-to-use-pp.ar-logos .logos.dealextreme{background-position:50% 0}.logos-section.how-to-use-pp.ar-logos .logos.leagueoflegends{background-position:50% -115px}.logos-section.how-to-use-pp.ar-logos .logos.lan{background-position:50% -220px}.logos-section.how-to-use-pp.ar-logos .logos.eBay{background-position:50% -330px}.logos-section.how-to-use-pp.ar-logos .logos.toysRus{background-position:50% -445px}.logos-section.how-to-use-pp.ar-logos .logos.aeropostale{background-position:50% -555px}.logos-section.how-to-use-pp.ar-logos .logos.skype{background-position:50% -660px}.logos-section.how-to-use-pp.ar-logos .logos.disney{background-position:50% -765px}.logos-section.how-to-use-pp.ar-logos .logos.airbnb{background-position:50% -885px}.logos-section.how-to-use-pp.ar-logos .logos.g2a{background-position:50% -994px}.logos-section.how-to-use-pp.cl-co-logos .logos{background:url(https://www.paypalobjects.com/digitalassets/c/website/marketing/latam/shared/how-to-use-paypal/WhatIsPP_CL_CO_transparent.png) no-repeat}.logos-section.how-to-use-pp.cl-co-logos .logos.dealextreme{background-position:50% 0}.logos-section.how-to-use-pp.cl-co-logos .logos.leagueoflegends{background-position:50% -115px}.logos-section.how-to-use-pp.cl-co-logos .logos.lan{background-position:50% -220px}.logos-section.how-to-use-pp.cl-co-logos .logos.eBay{background-position:50% -330px}.logos-section.how-to-use-pp.cl-co-logos .logos.toysRus{background-position:50% -445px}.logos-section.how-to-use-pp.cl-co-logos .logos.aeropostale{background-position:50% -555px}.logos-section.how-to-use-pp.cl-co-logos .logos.skype{background-position:50% -660px}.logos-section.how-to-use-pp.cl-co-logos .logos.disney{background-position:50% -765px}.logos-section.how-to-use-pp.cl-co-logos .logos.airbnb{background-position:50% -885px}.logos-section.how-to-use-pp.cl-co-logos .logos.uber{background-position:50% -994px}.logos-section.how-to-use-pp.cr-pa-logos .logos{background:url(https://www.paypalobjects.com/digitalassets/c/website/marketing/latam/shared/how-to-use-paypal/WhatIsPP_CR_PA_transparent.png) no-repeat}.logos-section.how-to-use-pp.cr-pa-logos .logos.dealextreme{background-position:50% 0}.logos-section.how-to-use-pp.cr-pa-logos .logos.leagueoflegends{background-position:50% -115px}.logos-section.how-to-use-pp.cr-pa-logos .logos.netflix{background-position:50% -220px}.logos-section.how-to-use-pp.cr-pa-logos .logos.wish{background-position:50% -330px}.logos-section.how-to-use-pp.cr-pa-logos .logos.toysRus{background-position:50% -445px}.logos-section.how-to-use-pp.cr-pa-logos .logos.aeropostale{background-position:50% -555px}.logos-section.how-to-use-pp.cr-pa-logos .logos.skype{background-position:50% -660px}.logos-section.how-to-use-pp.cr-pa-logos .logos.disney{background-position:50% -765px}.logos-section.how-to-use-pp.cr-pa-logos .logos.spotify{background-position:50% -885px}.logos-section.how-to-use-pp.cr-pa-logos .logos.uber{background-position:50% -994px}.logos-section.how-to-use-pp.pe-uy-logos .logos{background:url(https://www.paypalobjects.com/digitalassets/c/website/marketing/latam/shared/how-to-use-paypal/WhatIsPP_PE_UY_transparent.png) no-repeat}.logos-section.how-to-use-pp.pe-uy-logos .logos.dealextreme{background-position:50% 0}.logos-section.how-to-use-pp.pe-uy-logos .logos.leagueoflegends{background-position:50% -115px}.logos-section.how-to-use-pp.pe-uy-logos .logos.netflix{background-position:50% -220px}.logos-section.how-to-use-pp.pe-uy-logos .logos.wish{background-position:50% -330px}.logos-section.how-to-use-pp.pe-uy-logos .logos.toysRus{background-position:50% -445px}.logos-section.how-to-use-pp.pe-uy-logos .logos.aeropostale{background-position:50% -555px}.logos-section.how-to-use-pp.pe-uy-logos .logos.skype{background-position:50% -660px}.logos-section.how-to-use-pp.pe-uy-logos .logos.disney{background-position:50% -765px}.logos-section.how-to-use-pp.pe-uy-logos .logos.airbnb{background-position:50% -885px}.logos-section.how-to-use-pp.pe-uy-logos .logos.uber{background-position:50% -994px}.logos-section.how-to-use-pp.other-countries-logos .logos{background:url(https://www.paypalobjects.com/digitalassets/c/website/marketing/latam/shared/how-to-use-paypal/WhatIsPP_OtherCountries_transparent.png) no-repeat}.logos-section.how-to-use-pp.other-countries-logos .logos.dealextreme{background-position:50% 0}.logos-section.how-to-use-pp.other-countries-logos .logos.leagueoflegends{background-position:50% -115px}.logos-section.how-to-use-pp.other-countries-logos .logos.netflix{background-position:50% -220px}.logos-section.how-to-use-pp.other-countries-logos .logos.wish{background-position:50% -330px}.logos-section.how-to-use-pp.other-countries-logos .logos.toysRus{background-position:50% -445px}.logos-section.how-to-use-pp.other-countries-logos .logos.aeropostale{background-position:50% -555px}.logos-section.how-to-use-pp.other-countries-logos .logos.skype{background-position:50% -660px}.logos-section.how-to-use-pp.other-countries-logos .logos.disney{background-position:50% -765px}.logos-section.how-to-use-pp.other-countries-logos .logos.airbnb{background-position:50% -885px}.logos-section.how-to-use-pp.other-countries-logos .logos.g2a{background-position:50% -994px}.where_to_shop{background-color:#fff}.where_to_shop.panel{padding-bottom:0}.shop-link-container{padding-bottom:90px}@media (min-width:768px) and (orientation:portrait){html[data-device-type=portable] .logos-section .logos{width:25%}}html[data-device-type=mobile] .logos-section .logos{width:100%}

.keep-aspect-ratio{background:#000;border:2px solid #fff;position:relative;width:100%;height:0;box-sizing:border-box;overflow:hidden;padding-bottom:56.25%;margin:20px 0;-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,.75);-moz-box-shadow:0 0 5px 0 rgba(0,0,0,.75);box-shadow:0 0 5px 0 rgba(0,0,0,.75)}.keep-aspect-ratio iframe{position:absolute;width:102%;height:100%;left:-1%;top:0;right:-1%;bottom:0}.video-editorial{padding:35px 0;text-align:center}.video-editorial .video-editorial__video{padding:22px 0 0;max-width:648px;width:90%;margin:auto}html[data-device-type=dedicated] .hero-with-video.includes-sticky .editorial-cell,html[data-device-type=dedicated] .hero-with-video.includes-sticky .hero__video-container-inner,html[data-device-type=portable] .hero-with-video.includes-sticky .editorial-cell,html[data-device-type=portable] .hero-with-video.includes-sticky .hero__video-container-inner{margin-top:-85px}html[data-device-type=dedicated] .hero-with-video>.container,html[data-device-type=portable] .hero-with-video>.container{position:relative}html[data-device-type=dedicated] .hero-with-video .hero__video-container,html[data-device-type=portable] .hero-with-video .hero__video-container{position:absolute;top:0;bottom:0;line-height:37.85714285714286em;right:6%;left:54%}html[data-device-type=dedicated] .hero-with-video .hero__video-container .hero__video-container-inner,html[data-device-type=portable] .hero-with-video .hero__video-container .hero__video-container-inner{line-height:14px;display:inline-block;vertical-align:middle;width:100%}html[data-device-type=portable] .hero-with-video .hero__video-container{right:3.75%;left:50%}html[data-device-type=mobile] .hero-with-video{background-size:cover}html[data-device-type=mobile] .hero-with-video.hero-bg:not(.cookiedFRS){background-size:cover}html[data-device-type=mobile] .hero-with-video .editorial-cell{padding-top:20px}html[data-device-type=mobile] .hero-with-video .contentPara{display:none}html[data-device-type=mobile] .hero-with-video.lightContent .pageHeadline{color:#fff}html[data-device-type=mobile] .keep-aspect-ratio{padding-bottom:56%}

