.search-autoSuggest .react-autosuggest__container{position:relative;width:345px}.search-autoSuggest .react-autosuggest__container input:focus,.search-autoSuggest .react-autosuggest__container input{outline:none}.search-autoSuggest .react-autosuggest__container .auto-suggest-search-icon{background:url("/images/icon-search-darker.svg") no-repeat center}.search-autoSuggest .react-autosuggest__container .auto-suggest-search-input{display:flex;width:100%;height:32px;font-weight:300;font-size:16px;border-radius:1px;background-color:#fff;color:#000}.search-autoSuggest .react-autosuggest__container .auto-suggest-search-input.dark{background-color:#555;color:#8d8d8d}.search-autoSuggest .react-autosuggest__container .auto-suggest-search-input.dark .auto-suggest-search-icon{background:url("/images/icon-search-white.svg") no-repeat center}.search-autoSuggest .react-autosuggest__container .auto-suggest-search-input.dark .react-autosuggest__input::placeholder{color:#d1d1d1}.search-autoSuggest .react-autosuggest__container .auto-suggest-search-input .auto-suggest-back-icon{display:none}.search-autoSuggest .react-autosuggest__container .auto-suggest-search-input .react-autosuggest__input{width:100%;padding:10px 12px;font-weight:300;font-size:13px;font-family:"Open Sans",sans-serif;border-radius:1px;border:none;background-color:inherit}.search-autoSuggest .react-autosuggest__container .auto-suggest-search-input .search-btn-icon{display:flex;border-radius:1px;cursor:pointer}.search-autoSuggest .react-autosuggest__container .auto-suggest-search-input .search-btn-icon .bar{height:20px;border-left:1px solid #8d8d8d;margin-top:5px}.search-autoSuggest .react-autosuggest__container .auto-suggest-search-input .search-btn-icon .auto-suggest-search-icon-conatiner{display:flex;width:30px}.search-autoSuggest .react-autosuggest__container .auto-suggest-search-input .search-btn-icon .auto-suggest-search-icon-conatiner .auto-suggest-search-icon{width:13px;height:13px;align-self:center;margin:0 auto;color:#878787}.search-autoSuggest .react-autosuggest__container .auto-suggest-search-input .search-btn-icon .clear-text{display:flex;width:30px}.search-autoSuggest .react-autosuggest__container .auto-suggest-search-input .search-btn-icon .clear-text.hide{display:none}.search-autoSuggest .react-autosuggest__container .auto-suggest-search-input .search-btn-icon .clear-text .clear-text-icon{background:url("/images/close-icon.svg") no-repeat center;width:9px;height:9px;align-self:center;margin:0 auto;color:#878787}.search-autoSuggest .react-autosuggest__container--open .auto-suggest-search-input{border-bottom:1px solid #e5e5e5}.search-autoSuggest .react-autosuggest__container--open .auto-suggest-search-input .auto-suggest-back-icon{display:none}.search-autoSuggest .react-autosuggest__container--open .auto-suggest-search-input .search-btn-icon .bar{border-left:1px solid #9a9a9a}.search-autoSuggest .react-autosuggest__input--open{border-bottom-left-radius:0;border-bottom-right-radius:0;background-color:#fff;border:1px solid #fff;color:#000}.search-autoSuggest .react-autosuggest__suggestions-container{display:none}.search-autoSuggest .react-autosuggest__suggestions-container hr{margin:0}.search-autoSuggest .react-autosuggest__suggestions-container .suggestion-container-link{color:#00a8e1;text-align:center;padding:5px;cursor:pointer;height:50px;line-height:40px;font-family:"Open Sans",sans-serif}.search-autoSuggest .react-autosuggest__suggestions-container .common-links-container{display:flex;flex-direction:column;padding-bottom:20px;font-weight:400}.search-autoSuggest .react-autosuggest__suggestions-container .common-links-container :hover{background:#ddd}.search-autoSuggest .react-autosuggest__suggestions-container .common-links-container .common-link-suggestion{padding:10px 20px;font-size:14px;color:#333;font-family:"Open Sans",sans-serif;cursor:pointer}.search-autoSuggest .autosuggest-popup-wraper{display:none}.search-autoSuggest .autosuggest-popup-wraper.open{position:fixed;width:100%;height:100%;top:109px;left:0;right:0;bottom:0;margin:auto;background-color:rgba(0,0,0,.5);z-index:10000;display:block}.search-autoSuggest .react-autosuggest__suggestions-container--open{display:inline-block;position:absolute;width:345px;border:1px solid #fff;border-radius:1px;background-color:#fff;font-family:Helvetica,sans-serif;font-weight:300;font-size:16px;z-index:10001}.search-autoSuggest .react-autosuggest__suggestions-container--open .react-autosuggest__section-container{border-bottom:1px solid #e5e5e5;padding-bottom:10px}.search-autoSuggest .react-autosuggest__section-title{font-size:9px;font-weight:600;color:#9a9a9a;font-family:"Open Sans",sans-serif;letter-spacing:.18px;text-transform:uppercase;cursor:default}.search-autoSuggest .react-autosuggest__section-title .section-title{display:flex;padding:20px 20px 10px 20px}.search-autoSuggest .react-autosuggest__section-title .section-title.hide{display:none}.search-autoSuggest .react-autosuggest__section-title .section-title .section-icon{margin-right:6px;width:13px}.search-autoSuggest .react-autosuggest__section-title .section-title .section-icon.hide{display:none}.search-autoSuggest .react-autosuggest__section-title .section-title.merchandise-alternatives{font-family:"Open Sans",sans-serif;font-size:9px;font-weight:700;line-height:12.26px;text-align:left}.search-autoSuggest .react-autosuggest__suggestions-list{font-weight:400;margin:0;padding:0;list-style-type:none}.search-autoSuggest .react-autosuggest__suggestion--highlighted{background-color:#ddd}@media(min-width: 300px)and (max-width: 990px){.search-autoSuggest{width:100%}.search-autoSuggest .react-autosuggest__suggestions-container--open{width:100%;height:calc(100vh - 42px);overflow:auto;min-height:fit-content}.search-autoSuggest .react-autosuggest__suggestions-container .suggestion-container-link{position:absolute;text-align:left;padding-left:20px;left:0;right:0;border-top:unset}.search-autoSuggest .react-autosuggest__container{width:100%}.search-autoSuggest .react-autosuggest__container .auto-suggest-search-input{background-color:#fff;height:42px;border-bottom:1px solid #e5e5e5}.search-autoSuggest .react-autosuggest__container .auto-suggest-search-input .auto-suggest-back-icon{background:url("/images/back-arrow-gray.svg") no-repeat center;width:20px;height:13px;display:initial;margin:15px 0px 0px 15px}.search-autoSuggest .react-autosuggest__container .auto-suggest-search-input .search-btn-icon .bar{margin-top:8px;height:26px}.search-autoSuggest .react-autosuggest__container .auto-suggest-search-input .search-btn-icon .clear-text{display:flex;width:30px;margin-right:5px}.search-autoSuggest .react-autosuggest__container .auto-suggest-search-input .search-btn-icon .clear-text .clear-text-icon{width:12px;height:12px}.search-autoSuggest .react-autosuggest__container .auto-suggest-search-input .search-btn-icon .auto-suggest-search-icon-conatiner{display:flex;width:30px;margin-left:5px}.search-autoSuggest .react-autosuggest__container .auto-suggest-search-input .search-btn-icon .auto-suggest-search-icon-conatiner .auto-suggest-search-icon{width:20px;height:20px;position:unset}.search-btn-icon{display:flex;border-radius:1px;cursor:pointer}}@media(min-width: 300px)and (max-width: 990px)and (min-width: 350px)and (max-width: 990px){.search-btn-icon.only-icon{position:absolute;right:60px}}@media(min-width: 300px)and (max-width: 990px){.search-btn-icon .auto-suggest-search-icon{background:url("/images/icon-search-white.svg") no-repeat center;width:18px;height:18px;align-self:center;margin:0 auto;color:#fff;top:16px;position:absolute;right:12px}}@media(min-width: 300px)and (max-width: 990px)and (min-width: 350px){.search-btn-icon .auto-suggest-search-icon{position:absolute}}@media(min-width: 300px)and (max-width: 990px)and (max-width: 900px){.search-btn-icon .auto-suggest-search-icon{right:107px;top:8px}.search-btn-icon .auto-suggest-search-icon.notifications-centre-on{right:117px}}@media(min-width: 300px)and (max-width: 990px)and (max-width: 499px),(min-width: 300px)and (max-width: 990px)and (max-width: 800px){.search-btn-icon .auto-suggest-search-icon{top:12px}}@media(min-width: 300px)and (max-width: 990px){.search-btn-icon .auto-suggest-search-icon.guest{top:12px;right:97px}}@media screen and (min-width: 300px)and (max-width: 990px)and (min-width: 768px){.search-btn-icon .auto-suggest-search-icon.guest{right:145px}}@media screen and (min-width: 300px)and (max-width: 990px)and (min-width: 801px)and (max-width: 990px){.search-btn-icon .auto-suggest-search-icon.guest{top:7px}}@media(min-width: 300px)and (max-width: 990px){.search-btn-icon .auto-suggest-search-icon.website{right:75px}}@media(min-width: 768px)and (max-width: 991px){.search-btn-icon{z-index:1004}.search-btn-icon .auto-suggest-search-icon.website{right:78px;left:unset}}@media screen and (min-width: 993px)and (max-width: 1279px){.searchbox-autocomplete-website .search-autoSuggest .react-autosuggest__container{width:100%}}@media(min-width: 900px)and (max-width: 990px){.search-btn-icon .auto-suggest-search-icon{position:absolute;right:109px;top:8px}.search-btn-icon .auto-suggest-search-icon.notifications-centre-on{right:126px}}@media(min-width: 991px)and (max-width: 1007px){.search-btn-icon .auto-suggest-search-icon.notifications-centre-on{position:absolute;right:170px;top:33px}}@media(min-width: 528px)and (max-width: 800px){.search-btn-icon .auto-suggest-search-icon.notifications-centre-on{top:12px}}
.searchbox-autocomplete-container,.searchbox-autocomplete-container-alternative{max-width:1200px;padding-left:25px;display:flex}@media(min-width: 350px)and (max-width: 990px){.searchbox-autocomplete-container{padding-top:0px;max-width:unset;width:100%;position:absolute;z-index:9999;top:7px;left:0px;padding-left:0px}}@media(max-width: 800px){.searchbox-autocomplete-container{top:2px}}@media(min-width: 300px)and (max-width: 990px){.mycrowd .searchbox-autocomplete-container{top:7px}}
.profile-image{position:relative;width:20px;height:20px;z-index:1000;top:7px;left:20px}.profile-image.initials{display:none}.pure-menu-item{min-width:120px;font-size:14px}.pure-menu-item.initials{min-width:53px;height:42px}.pure-menu-list{z-index:1004;height:100%}.pure-menu-list.initials{margin:revert}@media(min-width: 300px)and (max-width: 990px){.pure-menu-list.initials{margin-top:9px}}.top-user-menu .pure-menu-children{background-color:#333}.pure-menu-has-children>.pure-menu-link{padding:17px 7px 17px 27px;background:rgba(0,0,0,0)}.pure-menu-has-children>.pure-menu-link:hover{background:rgba(0,0,0,0)}.pure-menu-has-children>.pure-menu-link:focus{background:rgba(0,0,0,0)}.pure-menu-has-children>.pure-menu-link:active{background:rgba(0,0,0,0)}.pure-menu-has-children .pure-menu-item:last-child .pure-menu-link{padding:.5em 1em 1em 1em}.pure-menu-link{color:#fff;background-color:#333}.pure-menu-link.initials::after{display:none}.pure-menu-allow-hover:focus>.pure-menu-children,.pure-menu-active>.pure-menu-children{display:block;position:absolute}.pure-menu-allow-hover:active>.pure-menu-children,.pure-menu-active>.pure-menu-children{display:block;position:absolute}.pure-menu-title{max-width:200px}.pure-menu-title.initials{height:24px;width:24px;align-items:center;justify-content:center;display:flex;border-radius:50%;font-size:10px;font-weight:700;color:#fff;border:1px solid #fff;padding:unset;float:right;margin-top:3px}@media(max-width: 800px){.pure-menu-title.initials{padding:unset;margin:auto;float:none;margin-top:-1px}}@media(min-width: 800px)and (max-width:9910px){.pure-menu-title.initials{margin-top:2px}}@media(min-width: 1200px)and (max-width: 1700px){.pure-menu-title{overflow:hidden;text-overflow:ellipsis;color:#fff}}@media(max-width: 1200px){.pure-menu-title{font-size:0px}}.pure-menu-link:hover,.pure-menu-link:focus .pure-menu-link:active{background-color:#333}.top-user-menu .pure-menu-horizontal{height:100%}.top-user-menu .pure-menu-horizontal .pure-menu-children{left:-12px}.top-user-menu .pure-menu-horizontal .pure-menu-children.initials{left:unset;right:0px;top:40px;opacity:.9;background:#333}@media(min-width: 300px)and (max-width: 990px){.top-user-menu .pure-menu-horizontal .pure-menu-children.initials{top:35px}}@media(max-width: 1200px){.top-user-menu{width:70px}.top-user-menu.initials{width:50px}.top-user-menu .pure-menu-horizontal .pure-menu-children{left:-85px;margin-top:-5px}.top-user-menu .pure-menu-has-children span.pure-menu-link{font-size:0px;height:47px}.top-user-menu .pure-menu-has-children span.pure-menu-link::after{padding-left:0}}@media(max-width: 800px){.pure-menu-has-children>.pure-menu-link{padding:10px 7px 10px 27px}.pure-menu-has-children>.pure-menu-link.initials{padding:unset}}.my-portfolio .pure-menu-item{height:100%}.my-portfolio .mycrowd .pure-menu-item{-webkit-font-smoothing:auto;height:100%}.my-portfolio .mycrowd .pure-menu-title{font:normal 14px/17px Open Sans,sans-serif}@media(max-width: 1200px){.my-portfolio .mycrowd .pure-menu-title{font-size:0px}}.my-portfolio .mycrowd .pure-menu-title.initials{font-size:10px;font-weight:700}@media(min-width: 1365px)and (max-width: 1700px){.my-portfolio .mycrowd .pure-menu-title{overflow:hidden;text-overflow:ellipsis;color:#fff}}.my-portfolio .pure-menu-title.initials{float:none;margin:auto}@media(max-width: 990px){.top-user-menu.initials{display:none}}
.join-button{font-weight:600;width:122px;height:36px;border:0;color:#fff;cursor:pointer;background-color:#6ecc36;font-size:16px;border-radius:5px;margin-left:20px;text-transform:capitalize;text-shadow:0px 0px 2px rgba(0,0,0,.4)}@media(min-width: 768px)and (max-width: 991px){.join-button{font-size:13px;width:107px}}@media(min-width: 991px)and (max-width: 1279px){.join-button{font-size:14px}}@media(max-width: 1200px){.join-button{margin-left:8px}}@media(max-width: 767px){.join-button{width:60px;margin-top:1px;height:35px}}
.bottom-notification{position:fixed;bottom:0;width:100%;background-color:#333;z-index:10000;color:#fff;padding:25px 40px;display:flex;font-weight:100;font-size:16px}.bottom-notification .title{font-weight:400}.bottom-notification .ppLink{color:#00a8e1;cursor:pointer}.bottom-notification .ppLink:hover{text-decoration:underline}.bottom-notification .notification-container{margin:0 auto;display:flex}.bottom-notification .notification-container .button{width:170px;background-color:#fff;color:#00a8e1;border:solid 1px #00a8e1;text-align:center;font-size:14px;margin:auto 0px auto 15px;cursor:pointer}.bottom-notification .notification-container .button .buttonText{padding:6px}@media(min-width: 310px)and (max-width:600px){.bottom-notification{flex-direction:column;padding:20px}.bottom-notification .notification-container{flex-direction:column}.bottom-notification .notification-container .button{margin-top:10px;margin-left:0}}@media(max-width: 800px){.bottom-notification{max-height:250px;align-items:center;padding:25px 20px}}
#side-menu.side-menu.section-designed{bottom:unset;height:100vh;width:250px;opacity:1}#side-menu.side-menu.section-designed:not(:hover){overflow:scroll;-ms-overflow-style:none;scrollbar-width:none}#side-menu.side-menu.section-designed:not(:hover)::-webkit-scrollbar{display:none}#side-menu.side-menu.section-designed+.oc-spinner+.content,#side-menu.side-menu.section-designed+.content{padding-left:250px}#side-menu.side-menu.section-designed section{margin:25px 0 0 20px;width:max-content}#side-menu.side-menu.section-designed section .menu-section-title{display:flex;align-items:center;column-gap:12px;font-family:"Open Sans",sans-serif;font-style:normal;font-weight:600;font-size:15px;line-height:22px;color:#333;margin-left:4px}#side-menu.side-menu.section-designed section .menu-section-title img{width:23px;height:23px}#side-menu.side-menu.section-designed section ul{padding:0;margin:10px 0 0px 12px;width:max-content;border-left:1px solid #e5e5e5}#side-menu.side-menu.section-designed section li.side-menu-li{cursor:pointer;position:relative;height:unset;list-style:none;font-family:"Open Sans",sans-serif;font-style:normal;display:flex;font-weight:500;font-size:14px;line-height:22px;color:#636363;margin:0 0 4px 0;align-items:center;padding:6px 8px 6px 21px;width:210px}#side-menu.side-menu.section-designed section li.side-menu-li .menu-item-content{display:flex;align-items:center}#side-menu.side-menu.section-designed section li.side-menu-li .menu-item-content .item-title{color:#636363}#side-menu.side-menu.section-designed section li.side-menu-li .menu-item-content .menu-item-notification-count{margin-left:auto}#side-menu.side-menu.section-designed section li.side-menu-li .menu-item-content .menu-item-notification-count .nofification-counter{right:7px;line-height:13px;padding:3px 6px}#side-menu.side-menu.section-designed section li.side-menu-li.selected{border-left:3px solid #008ac6;background-color:#f7f7f7}#side-menu.side-menu.section-designed section li.side-menu-li:not(.selected):hover{background:#ededed;border-left:3px solid #707070}#side-menu.side-menu.section-designed section li.side-menu-li a:hover{text-decoration:none}#side-menu.side-menu.section-designed section li.side-menu-li img{width:18px;height:18px;margin-right:15px}#side-menu.side-menu.section-designed section li.side-menu-li.hide{display:none}@media(min-width: 801px)and (max-width: 1290px){#side-menu.side-menu.section-designed.expandable-side-menu+.oc-spinner+.content,#side-menu.side-menu.section-designed.expandable-side-menu+.content{padding-left:0;margin-left:70px}#side-menu.side-menu.section-designed.expandable-side-menu:not(:hover){width:70px;overflow-x:hidden}#side-menu.side-menu.section-designed.expandable-side-menu:not(:hover) section{position:relative}#side-menu.side-menu.section-designed.expandable-side-menu:not(:hover) section ul{margin-left:-5px;border-left:unset}#side-menu.side-menu.section-designed.expandable-side-menu:not(:hover) section .menu-section-title img{width:23px;height:23px}#side-menu.side-menu.section-designed.expandable-side-menu:not(:hover) section .menu-section-title .title{opacity:0;transition:opacity .2s ease-out}#side-menu.side-menu.section-designed.expandable-side-menu:not(:hover) section .menu-section-title::after{content:url("/images/menu-item-separator-line.svg");position:absolute;top:15px;left:-5px}#side-menu.side-menu.section-designed.expandable-side-menu:not(:hover) section li.side-menu-li{padding:6px}#side-menu.side-menu.section-designed.expandable-side-menu:not(:hover) section li.side-menu-li .menu-item-content .menu-item-notification-count .nofification-counter{right:170px;left:unset}#side-menu.side-menu.section-designed.expandable-side-menu:not(:hover) section li.side-menu-li .menu-item-content .menu-item-notification-count#pending-notification-count .nofification-counter{right:171px;top:2px;padding:0;width:19px;height:19px;line-height:18px;font-size:11px}#side-menu.side-menu.section-designed.expandable-side-menu:not(:hover) section li.side-menu-li.selected{width:41px;height:34px}#side-menu.side-menu.section-designed.expandable-side-menu:not(:hover) section li.side-menu-li.selected .menu-item-content .menu-item-notification-count .nofification-counter{right:2px}#side-menu.side-menu.section-designed.expandable-side-menu:not(:hover) section li.side-menu-li img{width:18px;height:18px}#side-menu.side-menu.section-designed.expandable-side-menu:not(:hover) li .item-title{opacity:0;transition:opacity .2s ease-out}}@media(max-width: 800px){#side-menu.side-menu.section-designed:not(.open){left:-250px}#side-menu.side-menu.section-designed+.oc-spinner+.content,#side-menu.side-menu.section-designed+.content{padding-left:0}}#side-menu.side-menu.section-designed.mobile-rules:not(.open){left:-250px}#side-menu.side-menu.section-designed.mobile-rules+.oc-spinner+.content,#side-menu.side-menu.section-designed.mobile-rules+.content{padding-left:0}
body{-webkit-font-smoothing:auto}#layout.layout{overflow-x:clip}@supports not (overflow-x: clip){#layout.layout{overflow-x:hidden}}#content.content{padding-top:0px;margin-top:60px;background:#fff}.faq-cms{font-family:"Open Sans",sans-serif;max-width:900px;margin:auto;padding:0 20px;background:#fff;display:none}.faq-cms.faq-cms-shown{display:block}.faq-cms hr{margin:60px 0;border:1px solid #c4c4c4}.faq-cms #faq-header{min-height:360px;padding:60px;margin:0 calc(-1*(100vw - 900px)) 50px;background:url("../images/faqs-header-pc.png") no-repeat center}@media(max-width: 900px){.faq-cms #faq-header{background:url("../images/faqs-header-mobile.png") no-repeat center/cover;margin:0 -20px;padding:20px}}.faq-cms #faq-header>p{padding-top:40px;font-size:30px;font-weight:700;color:#333;text-align:center}@media(max-width: 900px){.faq-cms #faq-header>p{font-size:24px;padding-top:42px}}.faq-cms #faq-header>cite{margin:0 auto;padding-top:10px;display:block;text-align:center;font-size:20px;font-weight:400;font-style:initial}@media(max-width: 900px){.faq-cms #faq-header>cite{display:flex;flex-direction:column}}.faq-cms #faq-header>cite>a{color:#006895}@media(max-width: 900px){.faq-cms #faq-header>cite>a{font-size:16px;font-weight:600;padding-top:12px}}@media(max-width: 900px){.faq-cms #faq-header>cite>br{display:none}}.faq-cms #faq-header>cite>span{display:initial}@media(max-width: 900px){.faq-cms #faq-header>cite>span{display:none;margin:0 -20px}}.faq-cms h2{font-size:25px;font-weight:700;color:#006895}.faq-cms blockquote{margin:0px}.faq-cms blockquote>p{font-size:20px;font-weight:600;color:#333;cursor:pointer;margin:0px}.faq-cms blockquote>cite{padding:18px 32px;font-size:18px;font-weight:300;color:#636363;font-style:initial}.faq-cms blockquote.expandable-qa{margin:20px 0 10px}.faq-cms blockquote.expandable-qa.qa-with-video a{cursor:pointer}.faq-cms blockquote.expandable-qa>p{display:flex;flex-direction:row;align-items:center}@media(max-width: 900px){.faq-cms blockquote.expandable-qa>p{font-size:16px;font-weight:600}}.faq-cms blockquote.expandable-qa .toggle-indicator{width:20px;height:20px;display:inline-block;margin:0 15px 0 8px;background-size:cover;background-repeat:no-repeat;background-position:center center;cursor:pointer}.faq-cms blockquote.expandable-qa .toggle-indicator.toggle-indicator-closed{filter:invert(47%) sepia(97%) saturate(1809%) hue-rotate(162deg) brightness(98%) contrast(94%);background-image:url("/images/plus-solid.svg")}.faq-cms blockquote.expandable-qa .toggle-indicator.toggle-indicator-open{filter:invert(27%) sepia(98%) saturate(1160%) hue-rotate(171deg) brightness(89%) contrast(101%);background-image:url("/images/minus-solid.svg")}.faq-cms blockquote.expandable-qa>cite{display:none}.faq-cms blockquote.expandable-qa>cite ul li strong{font-weight:700}.faq-cms blockquote.expandable-qa>cite.description-shown{display:block}.faq-cms blockquote.expandable-qa>cite>img{width:100%}@media(max-width: 900px){.faq-cms blockquote.expandable-qa>cite{font-size:14px;font-weight:300}}.faq-cms blockquote.expandable-qa>cite .close-link{font-size:14px;color:#00a9e0;font-weight:600;display:block;width:fit-content;margin:0 auto;padding-top:20px;text-align:center;cursor:pointer}.faq-cms blockquote.expandable-qa>cite .close-link .close-link-icon{width:16px;height:15px;filter:invert(51%) sepia(79%) saturate(2674%) hue-rotate(160deg) brightness(94%) contrast(107%);background-image:url("/images/arrow-up-grey.svg");background-size:cover;background-repeat:no-repeat;background-position:center center;display:inline-block}.faq-cms .qa-ask-us{font-size:20px;font-weight:600;color:#006895;padding-bottom:40px;margin-bottom:0px}.faq-cms .qa-ask-us>a{color:#00a9e0}.alternatives #faq-body{text-align:left;padding:0px 30px 80px}@media(max-width: 899px){.alternatives #faq-body{padding-left:0;padding-right:0}}.alternatives #faq-body .faq-heading{font-size:32px;font-weight:600;line-height:60px;margin-left:40px;margin-bottom:0;text-align:center}@media(min-width: 900px)and (max-width: 1599px){.alternatives #faq-body .faq-heading{line-height:41px}}@media(max-width: 899px){.alternatives #faq-body .faq-heading{line-height:41px;margin-left:30px}}.alternatives #faq-body .wp-block-quote{color:#333;padding:34px 61px;margin-top:0;margin-bottom:0;border-bottom:1px solid #ccc}@media(max-width: 899px){.alternatives #faq-body .wp-block-quote{margin:0 30px;padding-right:0}}.alternatives #faq-body .wp-block-quote p{font-size:20px;font-weight:600;line-height:27px;margin-top:0;margin-bottom:1em;cursor:pointer}.alternatives #faq-body .wp-block-quote p::before{position:absolute;margin-left:-60px;margin-top:-4px;width:30px;height:33px;content:url("/images/how-to-invest/faq-plus-icon.png")}.alternatives #faq-body .wp-block-quote p.show-answer::before{margin-top:-2px;content:url("/images/how-to-invest/faq-minus-icon.png")}.alternatives #faq-body .wp-block-quote cite{font-size:16px;font-weight:400;line-height:24px;font-style:normal;display:none}.alternatives #faq-body .wp-block-quote cite.show-answer{display:inline}.alternatives #faq-body blockquote>cite{padding:0;color:#333}.alternatives #faq-body .wp-block-quote:has(+hr){border-bottom:none}.alternatives #faq-body hr{margin-top:20px}#layout:not(.alternatives) .alternatives-qa,#layout.alternatives .no-alternatives-qa{display:none}
.error-page{margin:0 auto;padding-top:127px;text-align:center}.error-page .icon{background:url(/images/robot.svg) no-repeat top center;background-size:100% 100%;width:196px;height:194px;margin:0 auto}.error-page h1{font-weight:bold;font-size:24px;line-height:30px;margin:20px 0 0;text-transform:uppercase}.error-page h2{font-size:18px;margin:12px 0 0;font-weight:normal}.error-page h2::first-letter{text-transform:uppercase}@media(max-width: 800px){.error-page{text-align:center;margin-top:85px;width:295px}.error-page h1{font-size:1.8rem;line-height:2.2rem}.error-page h2{font-size:1.4rem;line-height:1.8rem}}@media(max-width: 567px){.error-page{margin-top:30px}}#layout.layout.tb .error-page{padding-top:calc((100vh - 350px)/2)}#layout.layout.tb .error-page .techbarza-icon{background-size:100% 100%;width:133px;height:199px;margin:0 auto}
@keyframes jump{0%{transform:translate3d(0, 0, 0) scale3d(1, 1, 1)}40%{transform:translate3d(0, 30%, 0) scale3d(0.7, 1.5, 1)}100%{transform:translate3d(0, 100%, 0) scale3d(1.5, 0.7, 1)}}.jump{transform-origin:50% 50%;animation:jump .5s linear alternate infinite}.scroll-top-button-container{position:fixed;bottom:88px;right:24px;background-color:#fff;cursor:pointer;z-index:100}.scroll-top-button-container .scroll-top-button-container-button{font-size:16px;color:#00a9e0;font-weight:400;border:1px solid;width:168px;height:48px;border-radius:2px;text-align:center;padding-top:12px}.scroll-top-button-container .scroll-top-button-container-button .arrow-down-animation{position:relative;margin:0 auto;text-align:center;display:inline}.scroll-top-button-container .scroll-top-button-container-button .arrow-down-animation:hover{animation:jump 5s 2}.scroll-top-button-container .scroll-top-button-container-button .arrow-down-animation .arrow-icon{height:17px;padding-left:7px;vertical-align:middle}
.layout.tb .faq-cms #faq-header{background:#1d1d1b;background-image:url("../../images/faqs-tb-icon.png");background-repeat:no-repeat;background-position:right 30% bottom 0px}@media(max-width: 900px){.layout.tb .faq-cms #faq-header{background:#1d1d1b;background-image:unset}}.layout.tb .faq-cms #faq-header p{color:#fff;font-size:34px;font-family:"Open Sans",sans-serif;font-weight:700}.layout.tb .faq-cms #faq-header a{color:#fff;font-size:22px;font-family:"Open Sans",sans-serif;font-weight:600}@media(max-width: 900px){.layout.tb .faq-cms #faq-header{background:#1d1d1b;padding-top:35px;height:300px}.layout.tb .faq-cms #faq-header>cite{display:unset}}.layout.tb .faq-cms blockquote>cite{color:#676767;padding-top:20px;margin-left:10px}.layout.tb .faq-cms blockquote.expandable-qa .toggle-indicator.toggle-indicator-closed{filter:unset;background-image:url("/images/plus-blue.svg");height:18px;width:17px;margin-top:1px}.layout.tb .faq-cms blockquote.expandable-qa .toggle-indicator.toggle-indicator-open{filter:unset;background-image:url("/images/minus-blue.svg");height:4px;width:13px;margin-left:10px;margin-right:17px;margin-top:3px}.layout.tb .faq-cms blockquote.expandable-qa>cite .close-link{color:#0026a1;position:relative}.layout.tb .faq-cms blockquote.expandable-qa>cite .close-link .close-link-icon{background-image:url("/images/arrow-up-blue.svg");filter:unset;width:12px;height:7px;margin-left:10px;position:absolute;margin-top:5px}.layout.tb .faq-cms .wp-block-heading{color:#1d1d1b;margin-left:6px;margin-bottom:38px}.layout.tb .faq-cms .qa-ask-us{font-size:24px;font-weight:400;color:#000}.layout.tb .faq-cms .qa-ask-us>a{color:#0026a1}.layout.tb .scroll-top-button-container{background-color:unset;display:flex;flex-direction:row;right:200px}@media(max-width: 900px){.layout.tb .scroll-top-button-container{right:24px}}.layout.tb .scroll-top-button-container .scroll-top-button-container-button{color:#0026a1;background-color:#fff}.layout.tb .scroll-top-button-container .arrow-down-animation{margin-top:15px;margin-left:10px}
