@import url('https://fonts.googleapis.com/css2?family=Gotu&family=Nunito+Sans&display=swap');:root{--colorPrimary:#b9ffe6;--colorBlack:#000;--colorWhite:#fff;--colorText:#333;--colorBtn:linear-gradient(227.81deg,#6236ff 52.26%,#9b66ff 106.49%);--colorInputBorder:#e6e6e6;--fontNunito:'Nunito Sans',sans-serif;--fontGotu:'Gotu',sans-serif}*{margin:0;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;line-height:140%}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}a{text-decoration:none;outline:0;color:inherit}a:hover{cursor:pointer}a:focus{outline:0;box-shadow:none}input:focus,textarea:focus,input:required,textarea:required{outline:0}ul{list-style:none}::-moz-placeholder{text-overflow:ellipsis}img{outline:0;border:0;vertical-align:middle}html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;margin:0 !important}header{border:0;position:relative}.text-center{text-align:center}.container{max-width:1140px;margin:0 auto;padding:0 15px}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px;position:relative}@media(min-width:768px){.container{max-width:1280px}}.container:after,.container:before{content:" ";display:table}.container:after{clear:both}body{background:linear-gradient(90deg,rgba(226,211,255,0.6) 0,rgba(226,211,255,0) 100%)}.main-element{min-height:calc(100vh - 160px)}.home-search h3{font-family:var(--fontGotu);font-size:65px;font-weight:normal;line-height:1.05;letter-spacing:.95px;width:630px;margin:0}.main-wrapper{display:flex;justify-content:space-between;align-items:center;padding:100px 15px}.main-wrapper .search-form{position:relative;margin-top:24px}.home-search .input-home{width:100%;padding:30px;border-radius:100px;box-shadow:8.4px 12.6px 63.2px 0 rgba(0,0,0,0.06);background-color:var(--colorWhite);height:14px;flex-grow:0;opacity:.8;border:0;font-size:20px;padding-right:120px}.home-search .input-home::placeholder{font-family:var(--fontNunito);font-size:20px;color:rgba(0,0,0,0.8);line-height:1.16;letter-spacing:.32px}.home-search .comm-cta{position:absolute;top:10%;right:7px;padding:10px 20px;border-radius:100px;background:var(--colorBtn);color:var(--colorWhite);cursor:pointer;border:1px solid;width:110px;height:50px}.home-search .comm-cta:hover{background:linear-gradient(227.81deg,#9b66ff 52.26%,#6236ff 106.49%);color:var(--colorWhite)}.home-search .comm-cta span{font-size:20px;-webkit-box-orient:horizontal;-webkit-line-clamp:1;display:-webkit-box;overflow:hidden}.home-page .searchimg svg{width:100%}.home-page .main-wrapper{min-height:calc(100vh - 120px)}@media(max-width:1023px){.main-wrapper{flex-direction:column}.home-search h3{font-size:38px;text-align:center;width:100%;padding:0 15px}.home-search .input-home{padding:30px;margin-bottom:10px}.home-search .comm-cta{position:static;width:100%}.searchimg{margin-top:20px}.searchimg svg{width:350px;height:300px}.main-wrapper .search-form{width:90vw;padding:0 15px}}@media(max-width:767px){.home-page .main-wrapper{padding:100px 15px 10px 15px}.main-element{min-height:calc(100vh - 121px)}.home-search .comm-cta span{display:flex;justify-content:center}}@media(max-width:1240px){.searchimg svg{width:500px}}header .inner-header{display:flex;justify-content:space-between;align-items:center;padding:30px 0}header .nav{display:flex;width:100%;gap:62px;justify-content:end}header .nav li{list-style:none;padding:10px}header .nav li a{text-decoration:none;font-family:var(--fontNunito);color:var(--colorBlack);font-size:16px;line-height:1.38}header .nav li a:hover{text-decoration:underline}header .icon{display:none}header .logo a{display:block;height:38px}header .logo a svg{width:100%;height:100%}.hamburger-menu .close-svg-icon,.hamburger-menu .ham-svg-icon{display:none}@media(max-width:1023px){header .logo a{width:134px}header .inner-header{position:relative;padding:10px 0}header .inner-header .logo{margin:0}header .icon{display:block;cursor:pointer}header .nav{display:none;flex-direction:column}header .nav.active{display:flex}header .nav li:not(:last-child){margin-bottom:10px}header .icon .cancel-icon{display:none}.hamburger-menu .close-svg-icon,.hamburger-menu .ham-svg-icon{cursor:pointer}.hamburger-menu .ham-svg-icon{display:block}.hamburger-menu .close-svg-icon{display:none}.hamburger-menu.active .ham-svg-icon{display:none !important}.hamburger-menu.active .close-svg-icon{display:block !important}header .icon .ham-icon.active{display:none}header .icon .cancel-icon.active{display:block;cursor:pointer}header .nav.active{display:block;position:absolute;top:100%;right:0;margin:0;padding:20px 10px;background-color:var(--colorPrimary);color:var(--colorBlack);width:100%;text-align:center;z-index:1}}footer .ftr-text{font-family:var(--fontNunito);padding:20px 0;text-align:center}@media(max-width:767px){.home-page footer .ftr-text{text-align:center !important}footer .ftr-text{text-align:left !important}}.contact-form{font-family:var(--fontNunito);font-weight:normal}.contact-form .row{display:flex;justify-content:space-between;align-items:center;padding:40px 0}.contact-form .input-icon-wrap{width:500px;margin:5px 0 20px 0}.contact-form .input-icon-wrap input{width:100%;padding:20px;border-radius:100px;border:solid 2px var(--colorInputBorder)}.contact-form .input-icon-wrap input::placeholder{padding:20px 0}.contact-form .input-icon-wrap textarea{width:100%;padding:20px;border-radius:22px;border:solid 2px var(--colorInputBorder);height:236px;resize:none}.contact-form .input-icon-wrap textarea::placeholder{padding-left:0}.contact-form .input-icon-wrap input::placeholder,.contact-form .input-icon-wrap textarea::placeholder{font-family:var(--fontNunito)}.contact-form .as-frm-submit{padding:14px 34px 15px;border-radius:100px;background:var(--colorBtn);color:var(--colorWhite);font-size:16px;border:0;text-transform:uppercase;height:50px;font-weight:bold;cursor:pointer;border:1px solid}.contact-form .contact-form__img{padding-left:64px}.contact-form .contact-form__img svg{width:100%}.contact-form .as-frm-submit:hover{background-color:var(--colorPrimary);color:var(--colorBlack)}.contact-form .as-form_label{color:#121127;font-size:16px;margin-bottom:3px}.ap-privacy-policy h3,.ap-terms-of-service h3{margin:30px 0 15px 0 !important}.ap-privacy-policy h3 span,.ap-terms-of-service h3 span{font-size:17px;font-weight:normal;font-family:var(--fontNunito) !important;color:var(--colorText) !important}.ap-privacy-policy p span,.ap-terms-of-service p span{font-size:16px !important;line-height:1.65;color:var(--colorText) !important;margin:17px 0 40px 0;font-family:var(--fontNunito) !important}.ap-privacy-policy .heading h2,.ap-terms-of-service .heading h2,.contact-form .heading h2{font-family:var(--fontGotu);font-size:40px;color:var(--colorBlack);letter-spacing:.95px;margin:40px 0}.contact-form .contact-form__inputs{width:60%}.contact_information{font-family:var(--fontNunito)}@media(max-width:1023px){.contact-form .row{flex-direction:column-reverse}.contact-form .input-icon-wrap,.contact-form .col-md-5{width:100%}.contact-form .heading h2{font-size:30px}.ap-privacy-policy .heading h2,.ap-terms-of-service .heading h2{font-size:30px;margin:20px 0}.contact-form .contact-form__img{padding:0}.contact-form .contact-form__img svg{width:300px !important;height:266px}.contact-form .contact-form__inputs{width:100%}}.serp-page{font-family:var(--fontNunito);background:0}.serp-page .search-sec{padding:30px 0}.serp-page header{box-shadow:0 4px 22px 0 rgba(106,101,91,0.08)}.serp-page .logo__wrap{width:221px;height:34px}.serp-page header .logo__wrap svg{width:100%;height:100%}.serp-page .main-element{padding:30px 0}.serp-page header .header__wrap{display:flex;justify-content:space-between;align-items:center;padding:15px 0}.serp-page header .header__wrap .input-home{width:500px;height:50px;flex-grow:0;padding:6px 65px 6px 24px;border-radius:100px;box-shadow:8.4px 12.6px 63.2px 0 rgba(0,0,0,0.06);border:solid 1px #eee9e9;background-color:var(--colorWhite);font-size:17px;color:rgba(0,0,0,0.8);letter-spacing:.32px}.serp-page header .header__wrap .search-form{position:relative}.serp-page header .header__wrap .comm-cta{border-radius:100px;background:var(--colorBtn);height:40px;width:40px;position:absolute;right:8px;top:5px;cursor:pointer;padding:9px;border:0}.serp-page header .search-icon .search-icon-serp-header,.serp-page .search-icon .close-icon-serp{display:none;border-radius:100px;background:var(--colorBtn);height:40px;width:40px;position:absolute;right:8px;top:5px;cursor:pointer;border:0}.serp-page header .close-icon svg path{fill:var(--colorWhite)}.serp-page .sp-content-wrap{display:flex}.serp-page .sp-content-wrap .left-section{width:60%}.serp-page .sp-content-wrap .right-section{width:40%;padding-left:64px}.serp-page footer .container{border-top:1px solid #d9d9d9}.serp-page footer .footer__wrap{display:flex;justify-content:space-between;padding:30px 0}.serp-page footer .footer__wrap .footer__nav{display:flex;justify-content:space-between;gap:10px;width:50%}.serp-page .footer__nav li{list-style:none}.serp-page .footer__nav li a{text-decoration:none;color:var(--colorText)}.serp-page .footer__nav li a:hover{text-decoration:underline}.serp-page .footer__text{color:var(--colorText)}.serp-page .as-az-webpage-feeds__list{padding:0}.serp-page .as-az-webpage-feeds__list li{list-style:none;margin-bottom:20px}.serp-page .as-az-webpage-feeds__list li:hover .wp__title-el{text-decoration:underline}.serp-page .as-az-webpage-feeds__list .wp__title{margin-bottom:0}.serp-page .as-az-webpage-feeds__list .wp__title-el{text-decoration:none;font-size:19px;line-height:1.32;color:#3300b5;font-weight:600}.serp-page .as-az-webpage-feeds__list .wp__site-host-el{color:#1a8030;font-size:15px;line-height:1.67}.serp-page .as-az-webpage-feeds__list .wp__description{color:#666;font-size:14px}.serp-page .right-section h2{color:#666;font-size:14px;font-weight:500;line-height:1.14;text-transform:uppercase;margin-bottom:10px}.serp-page .right-section .as-rel-kw__row{padding:0}.serp-page .right-section .kbbRelatedKeywords-tgt{list-style:none;margin-bottom:10px}.serp-page .right-section .kbbRelatedKeywords-tgt a{text-decoration:none;color:#3300b5;font-size:17px;font-weight:600}.serp-page .right-section .kbbRelatedKeywords-tgt a:hover{text-decoration:underline}.serp-page .wp__title mark,.relatedSearches li a mark{font-weight:700;background-color:transparent;color:#3300b5}.serp-page .wp__description mark{background-color:transparent;color:#666}.serp-page .wp__site-host mark{background-color:transparent;color:#1a8030}.cancel-icon-serp{width:20px;height:20px}@media(max-width:767px){.serp-page header .header__wrap .comm-cta{right:6px}.serp-page header .header__wrap{position:relative;padding:10px 0}.serp-page header .header-form{display:none}.serp-page header .search-icon .search-icon-serp-header,.serp-page header .close-icon-serp{display:block;position:static;height:40px;width:40px;padding:10px}.serp-page header .header-form.active{display:block;position:absolute;top:100%;right:0;z-index:1}.serp-page header .header__wrap .input-home{width:100%}.serp-page footer .footer__wrap .footer__nav{gap:unset}.serp-page .logo__wrap{width:182px;height:28px}.serp-page header .logo__wrap svg{width:100%;height:100%}.serp-page .search-icon .close-icon-serp{position:static;padding:10px}.serp-page .sp-content-wrap{flex-direction:column}.serp-page .sp-content-wrap .left-section,.serp-page .sp-content-wrap .right-section{width:100%;padding:0}.serp-page footer .footer__wrap{flex-direction:column-reverse;text-align:center}.serp-page footer .footer__nav{width:100% !important;flex-flow:row wrap;padding:0;justify-content:center !important;margin-bottom:10px}.serp-page .footer__nav li{width:calc(100% / 2);padding:10px 0}.ap-privacy-policy footer .ftr-text,.ap-terms-of-service footer .ftr-text{text-align:left}.search-icon.active .search-icon-serp,.search-icon.active .search-icon-serp-header{display:none !important}.search-icon.active .close-icon-serp,.header-form.active{display:block !important}}