@keyframes spinner-line-fade-more {
  0%, 100% {
    opacity: 0; /* minimum opacity */
  }
  1% {
    opacity: 1;
  }
}

@keyframes spinner-line-fade-quick {
  0%, 39%, 100% {
    opacity: 0.25; /* minimum opacity */
  }
  40% {
    opacity: 1;
  }
}

@keyframes spinner-line-fade-default {
  0%, 100% {
    opacity: 0.22; /* minimum opacity */
  }
  1% {
    opacity: 1;
  }
}

@keyframes spinner-line-shrink {
  0%, 25%, 100% {
    /* minimum scale and opacity */
    transform: scale(0.5);
    opacity: 0.25;
  }
  26% {
    transform: scale(1);
    opacity: 1;
  }
}

.choices{position:relative;margin-bottom:24px;font-size:16px}.choices:focus{outline:none}.choices:last-child{margin-bottom:0}.choices.is-disabled .choices__inner,.choices.is-disabled .choices__input{background-color:#eaeaea;cursor:not-allowed;-webkit-user-select:none;-ms-user-select:none;user-select:none}.choices.is-disabled .choices__item{cursor:not-allowed}.choices [hidden]{display:none !important}.choices[data-type*='select-one']{cursor:pointer}.choices[data-type*='select-one'] .choices__inner{padding-bottom:7.5px}.choices[data-type*='select-one'] .choices__input{display:block;width:100%;padding:10px;border-bottom:1px solid #ddd;background-color:#ffffff;margin:0}.choices[data-type*='select-one'] .choices__button{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);padding:0;background-size:8px;position:absolute;top:50%;right:0;margin-top:-10px;margin-right:25px;height:20px;width:20px;border-radius:10em;opacity:0.5}.choices[data-type*='select-one'] .choices__button:hover,.choices[data-type*='select-one'] .choices__button:focus{opacity:1}.choices[data-type*='select-one'] .choices__button:focus{box-shadow:0px 0px 0px 2px #00bcd4}.choices[data-type*='select-one'] .choices__item[data-value=''] .choices__button{display:none}.choices[data-type*='select-one']:after{content:'';height:0;width:0;border-style:solid;border-color:#333 transparent transparent transparent;border-width:5px;position:absolute;right:11.5px;top:50%;margin-top:-2.5px;pointer-events:none}.choices[data-type*='select-one'].is-open:after{border-color:transparent transparent #333 transparent;margin-top:-7.5px}.choices[data-type*='select-one'][dir='rtl']:after{left:11.5px;right:auto}.choices[data-type*='select-one'][dir='rtl'] .choices__button{right:auto;left:0;margin-left:25px;margin-right:0}.choices[data-type*='select-multiple'] .choices__inner,.choices[data-type*='text'] .choices__inner{cursor:text}.choices[data-type*='select-multiple'] .choices__button,.choices[data-type*='text'] .choices__button{position:relative;display:inline-block;margin-top:0;margin-right:-4px;margin-bottom:0;margin-left:8px;padding-left:16px;border-left:1px solid #008fa1;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);background-size:8px;width:8px;line-height:1;opacity:0.75;border-radius:0}.choices[data-type*='select-multiple'] .choices__button:hover,.choices[data-type*='select-multiple'] .choices__button:focus,.choices[data-type*='text'] .choices__button:hover,.choices[data-type*='text'] .choices__button:focus{opacity:1}.choices__inner{display:inline-block;vertical-align:top;width:100%;background-color:#f9f9f9;padding:7.5px 7.5px 3.75px;border:1px solid #ddd;border-radius:2.5px;font-size:14px;min-height:44px;overflow:hidden}.is-focused .choices__inner,.is-open .choices__inner{border-color:#b7b7b7}.is-open .choices__inner{border-radius:2.5px 2.5px 0 0}.is-flipped.is-open .choices__inner{border-radius:0 0 2.5px 2.5px}.choices__list{margin:0;padding-left:0;list-style:none}.choices__list--single{display:inline-block;padding:4px 16px 4px 4px;width:100%}[dir='rtl'] .choices__list--single{padding-right:4px;padding-left:16px}.choices__list--single .choices__item{width:100%}.choices__list--multiple{display:inline}.choices__list--multiple .choices__item{display:inline-block;vertical-align:middle;border-radius:20px;padding:4px 10px;font-size:12px;font-weight:500;margin-right:3.75px;margin-bottom:3.75px;background-color:#00bcd4;border:1px solid #00a5bb;color:#ffffff;word-break:break-all;box-sizing:border-box}.choices__list--multiple .choices__item[data-deletable]{padding-right:5px}[dir='rtl'] .choices__list--multiple .choices__item{margin-right:0;margin-left:3.75px}.choices__list--multiple .choices__item.is-highlighted{background-color:#00a5bb;border:1px solid #008fa1}.is-disabled .choices__list--multiple .choices__item{background-color:#aaa;border:1px solid #919191}.choices__list--dropdown{visibility:hidden;z-index:1;position:absolute;width:100%;background-color:#fff;border:1px solid #ddd;top:100%;margin-top:-1px;border-bottom-left-radius:2.5px;border-bottom-right-radius:2.5px;overflow:hidden;word-break:break-all;will-change:visibility}.choices__list--dropdown.is-active{visibility:visible}.is-open .choices__list--dropdown{border-color:#b7b7b7}.is-flipped .choices__list--dropdown{top:auto;bottom:100%;margin-top:0;margin-bottom:-1px;border-radius:0.25rem 0.25rem 0 0}.choices__list--dropdown .choices__list{position:relative;max-height:300px;overflow:auto;-webkit-overflow-scrolling:touch;will-change:scroll-position}.choices__list--dropdown .choices__item{position:relative;padding:10px;font-size:14px}[dir='rtl'] .choices__list--dropdown .choices__item{text-align:right}@media (min-width: 640px){.choices__list--dropdown .choices__item--selectable{padding-right:100px}.choices__list--dropdown .choices__item--selectable:after{content:attr(data-select-text);font-size:12px;opacity:0;position:absolute;right:10px;top:50%;transform:translateY(-50%)}[dir='rtl'] .choices__list--dropdown .choices__item--selectable{text-align:right;padding-left:100px;padding-right:10px}[dir='rtl'] .choices__list--dropdown .choices__item--selectable:after{right:auto;left:10px}}.choices__list--dropdown .choices__item--selectable.is-highlighted{background-color:#f2f2f2}.choices__list--dropdown .choices__item--selectable.is-highlighted:after{opacity:0.5}.choices__item{cursor:default}.choices__item--selectable{cursor:pointer}.choices__item--disabled{cursor:not-allowed;-webkit-user-select:none;-ms-user-select:none;user-select:none;opacity:0.5}.choices__heading{font-weight:600;font-size:12px;padding:10px;border-bottom:1px solid #f7f7f7;color:gray}.choices__button{text-indent:-9999px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background-color:transparent;background-repeat:no-repeat;background-position:center;cursor:pointer}.choices__button:focus{outline:none}.choices__input{display:inline-block;vertical-align:baseline;background-color:#f9f9f9;font-size:14px;margin-bottom:5px;border:0;border-radius:0;max-width:100%;padding:4px 0 4px 2px}.choices__input:focus{outline:0}[dir='rtl'] .choices__input{padding-right:2px;padding-left:0}.choices__placeholder{opacity:0.5}.p2p-button{background:#4170a9;border:0;border-radius:3px;color:#fff;cursor:pointer;display:inline-block;font-size:18px;font-style:normal;margin-bottom:.5em;margin-top:.5em;padding:.6em 1.8em;text-align:center;text-decoration:none;transition:background-color .3s;white-space:normal}.p2p-button:hover,.p2p-button:focus{background-color:#ffc000;border:0;color:#fff;text-decoration:none}.p2p-button.-button-red{background-color:#af1829;color:#fff}.p2p-button.-button-red:hover,.p2p-button.-button-red:focus{background-color:#ffc000}.p2p-form__centered{text-align:center}.p2p-form input[type="text"],.p2p-form input[type="tel"],.p2p-form input[type="email"],.p2p-form textarea{background:#f2f2f2;border:2px solid transparent;border-radius:3px;box-sizing:border-box;color:#969ca5;display:block;margin-bottom:1em;outline:none;padding:14px 2%;resize:none;transition:background-color .2s, border-color .2s;width:100%}.p2p-form input[type="text"]:-ms-input-placeholder,.p2p-form input[type="tel"]:-ms-input-placeholder,.p2p-form input[type="email"]:-ms-input-placeholder,.p2p-form textarea:-ms-input-placeholder{color:#969ca5}.p2p-form input[type="text"]:-ms-input-placeholder, .p2p-form input[type="tel"]:-ms-input-placeholder, .p2p-form input[type="email"]:-ms-input-placeholder, .p2p-form textarea:-ms-input-placeholder{color:#969ca5}.p2p-form input[type="text"]::placeholder,.p2p-form input[type="tel"]::placeholder,.p2p-form input[type="email"]::placeholder,.p2p-form textarea::placeholder{color:#969ca5}.p2p-form input[type="text"]:focus,.p2p-form input[type="tel"]:focus,.p2p-form input[type="email"]:focus,.p2p-form textarea:focus{border-color:#969ca5}.p2p-form .choices__placeholder{opacity:.9}.p2p-bottom-nav{margin-top:20px;text-align:right}.p2p-bottom-nav__button{display:inline-block}.p2p-leaderboard{border-collapse:collapse;margin-bottom:20px}@media (max-width: 760px){.p2p-leaderboard{width:100%}}.p2p-leaderboard th,.p2p-leaderboard td{border:1px solid #333;color:#333;padding:3px 6px}.p2p-leaderboard th{color:#fff}.p2p-leaderboard__row:nth-child(odd){background-color:#f0f0f0}.p2p-leaderboard__row--header:nth-child(1){background-color:#395899}.p2p-leaderboard__row--current-user:nth-child(n){background-color:#819bd0}.p2p-leaderboard__sent{text-align:right}.p2p-nav{border-bottom:1px solid #283f6d;display:flex}.p2p-nav__link{align-items:center;background-color:#f2f2f2;border:1px solid #283f6d;border-radius:5px 5px 0 0;display:flex;margin-bottom:-1px;padding:8px;text-align:center;text-decoration:none}.p2p-nav__link.-active{background-color:transparent;border-bottom-color:white;color:#333}.p2p-nav__link.-active:hover,.p2p-nav__link.-active:active{color:#333}.p2p-nav__link:hover,.p2p-nav__link:active{text-decoration:none}.p2p-page{border:1px solid #283f6d;border-top:0;padding:15px}.p2p-page .p2p-page__normal-text,.p2p-page .p2p-page__copy-text{display:block}.p2p-page--text.-mode-text .p2p-page__copy-text{display:none !important}.p2p-page--text.-mode-copy .p2p-page__normal-text{display:none !important}.p2p-page__preview{background-color:#f2f2f2;color:#555;font-style:italic;padding:15px}.p2p-page__preview:not(:last-child){margin-bottom:20px}.p2p-page__preview .p2p-button{width:100%}.p2p-page__preview.-centered{text-align:center}.p2p-page__spinner{display:none;margin:20px 0;position:relative;width:100%}.can-toggle{margin-bottom:1em;position:relative;z-index:0}.can-toggle *,.can-toggle *:before,.can-toggle *:after{box-sizing:border-box}.can-toggle__switch:before,.can-toggle__switch:after{cursor:pointer}.can-toggle input[type="checkbox"]{left:0;opacity:0;position:absolute;top:0}.can-toggle input[type="checkbox"][disabled] ~ label{pointer-events:none}.can-toggle input[type="checkbox"][disabled] ~ label .can-toggle__switch{opacity:0.4}.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:before{content:attr(data-unchecked);left:0}.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after{content:attr(data-checked)}.can-toggle label{align-items:center;display:flex;position:relative;-webkit-user-select:none;-ms-user-select:none;user-select:none}.can-toggle label .can-toggle__label-text{flex:1;padding-left:32px}.can-toggle label .can-toggle__switch{position:relative}.can-toggle label .can-toggle__switch:before{content:attr(data-checked);position:absolute;text-align:center;text-transform:uppercase;top:0}.can-toggle label .can-toggle__switch:after{background:white;content:attr(data-unchecked);position:absolute;text-align:center;text-transform:uppercase;transform:translate3d(0, 0, 0);z-index:5}.can-toggle input[type="checkbox"][disabled] ~ label{color:rgba(119,119,119,0.5)}.can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch,.can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch{background-color:#777}.can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch:after,.can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch:after{color:#5e5e5e}.can-toggle input[type="checkbox"]:hover ~ label{color:#6a6a6a}.can-toggle input[type="checkbox"]:checked ~ label:hover{color:#55bc49}.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch{background-color:#70c767}.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after{color:#4fb743}.can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch,.can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch{background-color:#5fc054}.can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after,.can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after{color:#47a43d}.can-toggle label .can-toggle__label-text{flex:1}.can-toggle label .can-toggle__switch{transition:background-color 0.3s cubic-bezier(0, 1, 0.5, 1);background:#848484}.can-toggle label .can-toggle__switch:before{color:rgba(255,255,255,0.5)}.can-toggle label .can-toggle__switch:after{transition:transform 0.3s cubic-bezier(0, 1, 0.5, 1);color:#777}.can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch:after,.can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch:after{box-shadow:0 3px 3px rgba(0,0,0,0.4)}.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after{transform:translate3d(65px, 0, 0)}.can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after,.can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after{box-shadow:0 3px 3px rgba(0,0,0,0.4)}.can-toggle label{font-size:14px}.can-toggle label .can-toggle__switch{height:36px;flex:0 0 134px;border-radius:4px}.can-toggle label .can-toggle__switch:before{left:67px;font-size:12px;line-height:36px;width:67px;padding:0 12px}.can-toggle label .can-toggle__switch:after{top:2px;left:2px;border-radius:2px;width:65px;line-height:32px;font-size:12px}.can-toggle label .can-toggle__switch:hover:after{box-shadow:0 3px 3px rgba(0,0,0,0.4)}.can-toggle.can-toggle--size-small input[type="checkbox"]:focus ~ label .can-toggle__switch:after,.can-toggle.can-toggle--size-small input[type="checkbox"]:hover ~ label .can-toggle__switch:after{box-shadow:0 2px 2px rgba(0,0,0,0.4)}.can-toggle.can-toggle--size-small input[type="checkbox"]:checked ~ label .can-toggle__switch:after{transform:translate3d(44px, 0, 0)}.can-toggle.can-toggle--size-small input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after,.can-toggle.can-toggle--size-small input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after{box-shadow:0 2px 2px rgba(0,0,0,0.4)}.can-toggle.can-toggle--size-small label{font-size:13px}.can-toggle.can-toggle--size-small label .can-toggle__switch{height:28px;flex:0 0 90px;border-radius:2px}.can-toggle.can-toggle--size-small label .can-toggle__switch:before{left:45px;font-size:10px;line-height:28px;width:45px;padding:0 12px}.can-toggle.can-toggle--size-small label .can-toggle__switch:after{top:1px;left:1px;border-radius:1px;width:44px;line-height:26px;font-size:10px}.can-toggle.can-toggle--size-small label .can-toggle__switch:hover:after{box-shadow:0 2px 2px rgba(0,0,0,0.4)}.can-toggle.can-toggle--size-large input[type="checkbox"]:focus ~ label .can-toggle__switch:after,.can-toggle.can-toggle--size-large input[type="checkbox"]:hover ~ label .can-toggle__switch:after{box-shadow:0 4px 4px rgba(0,0,0,0.4)}.can-toggle.can-toggle--size-large input[type="checkbox"]:checked ~ label .can-toggle__switch:after{transform:translate3d(78px, 0, 0)}.can-toggle.can-toggle--size-large input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after,.can-toggle.can-toggle--size-large input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after{box-shadow:0 4px 4px rgba(0,0,0,0.4)}.can-toggle.can-toggle--size-large label{font-size:14px}.can-toggle.can-toggle--size-large label .can-toggle__switch{height:50px;flex:0 0 160px;border-radius:4px}.can-toggle.can-toggle--size-large label .can-toggle__switch:before{left:80px;font-size:14px;line-height:50px;width:80px;padding:0 12px}.can-toggle.can-toggle--size-large label .can-toggle__switch:after{top:2px;left:2px;border-radius:2px;width:78px;line-height:46px;font-size:14px}.can-toggle.can-toggle--size-large label .can-toggle__switch:hover:after{box-shadow:0 4px 4px rgba(0,0,0,0.4)}.can-toggle.demo-rebrand-1 input[type="checkbox"][disabled] ~ label{color:rgba(181,62,116,0.5)}.can-toggle.demo-rebrand-1 input[type="checkbox"]:focus ~ label .can-toggle__switch,.can-toggle.demo-rebrand-1 input[type="checkbox"]:hover ~ label .can-toggle__switch{background-color:#b53e74}.can-toggle.demo-rebrand-1 input[type="checkbox"]:focus ~ label .can-toggle__switch:after,.can-toggle.demo-rebrand-1 input[type="checkbox"]:hover ~ label .can-toggle__switch:after{color:#8f315c}.can-toggle.demo-rebrand-1 input[type="checkbox"]:hover ~ label{color:#a23768}.can-toggle.demo-rebrand-1 input[type="checkbox"]:checked ~ label:hover{color:#39916a}.can-toggle.demo-rebrand-1 input[type="checkbox"]:checked ~ label .can-toggle__switch{background-color:#44ae7f}.can-toggle.demo-rebrand-1 input[type="checkbox"]:checked ~ label .can-toggle__switch:after{color:#368a65}.can-toggle.demo-rebrand-1 input[type="checkbox"]:checked:focus ~ label .can-toggle__switch,.can-toggle.demo-rebrand-1 input[type="checkbox"]:checked:hover ~ label .can-toggle__switch{background-color:#3d9c72}.can-toggle.demo-rebrand-1 input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after,.can-toggle.demo-rebrand-1 input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after{color:#2f7757}.can-toggle.demo-rebrand-1 label .can-toggle__label-text{flex:1}.can-toggle.demo-rebrand-1 label .can-toggle__switch{transition:background-color 0.3s ease-in-out;background:#c14b81}.can-toggle.demo-rebrand-1 label .can-toggle__switch:before{color:rgba(255,255,255,0.6)}.can-toggle.demo-rebrand-1 label .can-toggle__switch:after{transition:transform 0.3s ease-in-out;color:#b53e74}.can-toggle.demo-rebrand-2 input[type="checkbox"][disabled] ~ label{color:rgba(68,68,68,0.5)}.can-toggle.demo-rebrand-2 input[type="checkbox"]:focus ~ label .can-toggle__switch,.can-toggle.demo-rebrand-2 input[type="checkbox"]:hover ~ label .can-toggle__switch{background-color:#444}.can-toggle.demo-rebrand-2 input[type="checkbox"]:focus ~ label .can-toggle__switch:after,.can-toggle.demo-rebrand-2 input[type="checkbox"]:hover ~ label .can-toggle__switch:after{color:#2b2b2b}.can-toggle.demo-rebrand-2 input[type="checkbox"]:hover ~ label{color:#373737}.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked ~ label:hover{color:#62b125}.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked ~ label .can-toggle__switch{background-color:#75d32d}.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked ~ label .can-toggle__switch:after{color:#5da924}.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:focus ~ label .can-toggle__switch,.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:hover ~ label .can-toggle__switch{background-color:#69be28}.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after,.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after{color:#52941f}.can-toggle.demo-rebrand-2 label .can-toggle__label-text{flex:1}.can-toggle.demo-rebrand-2 label .can-toggle__switch{transition:background-color 0.3s cubic-bezier(0.86, 0, 0.07, 1);background:#515151}.can-toggle.demo-rebrand-2 label .can-toggle__switch:before{color:rgba(255,255,255,0.7)}.can-toggle.demo-rebrand-2 label .can-toggle__switch:after{transition:transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);color:#444}.can-toggle.demo-rebrand-2 input[type="checkbox"]:focus ~ label .can-toggle__switch:after,.can-toggle.demo-rebrand-2 input[type="checkbox"]:hover ~ label .can-toggle__switch:after{box-shadow:0 4px 4px rgba(0,0,0,0.4)}.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked ~ label .can-toggle__switch:after{transform:translate3d(58px, 0, 0)}.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after,.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after{box-shadow:0 4px 4px rgba(0,0,0,0.4)}.can-toggle.demo-rebrand-2 label{font-size:13px}.can-toggle.demo-rebrand-2 label .can-toggle__switch{height:60px;flex:0 0 120px;border-radius:60px}.can-toggle.demo-rebrand-2 label .can-toggle__switch:before{left:60px;font-size:13px;line-height:60px;width:60px;padding:0 12px}.can-toggle.demo-rebrand-2 label .can-toggle__switch:after{top:2px;left:2px;border-radius:30px;width:58px;line-height:56px;font-size:13px}.can-toggle.demo-rebrand-2 label .can-toggle__switch:hover:after{box-shadow:0 4px 4px rgba(0,0,0,0.4)}


/*# sourceMappingURL=tpp-p2p-styles.min.css.map*/