body{margin:0;overflow-x:hidden;font-family:Quicksand,sans-serif;background:#fff}.button-primary{color:#000;background:#ffeb3b}.button-secondary{color:#fff;background:#6672e5}.link-bill{font-size:60%;border-radius:100px;padding:5px 10px;color:var(--keycolor);background:#fff;border:2px solid #fff;vertical-align:middle;margin-left:10px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.link-bill:hover{border-color:var(--keycolor)}.form-group{display:block;margin-bottom:30px}.form-label{display:block;margin-bottom:5px;font-weight:700}.form-control{display:block;width:100%;height:45px;padding:10px;border-radius:var(--radius);font-size:16px;outline:0;border:1px solid rgba(0,0,0,.1)}.form-control:focus{border-color:var(--keycolor);-webkit-transition:border-color .3s;-o-transition:border-color .3s;transition:border-color .3s}.app-label{display:block;font-size:16px;font-weight:700;letter-spacing:.3px;padding-bottom:5px}.width-full{width:100%}.item-with-spinner{position:relative}.item-with-spinner.spinning{pointer-events:none;color:#fff!important;background:#fff!important}.item-with-spinner::before{content:"";width:30px;height:30px;position:absolute;border-radius:50%;top:calc(50% - 15px);left:calc(50% - 15px);border:5px solid transparent;border-top-color:#ff5959;-webkit-box-sizing:border-box;box-sizing:border-box}.item-with-spinner:not(.spinning)::before{opacity:0;visibility:hidden}.item-with-spinner.spinning::before{-webkit-animation:spinner 1s infinite;animation:spinner 1s infinite}@-webkit-keyframes spinner{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.homepage-section{margin:0 auto calc(5vw + 80px);scroll-margin-top:100px}.section-text{text-align:center;font-weight:700;margin-bottom:50px}.header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;background:-o-linear-gradient(300deg,#4c7dea,#a55ddc,#a55ddc);background:linear-gradient(150deg,#4c7dea,#a55ddc,#a55ddc);z-index:10}.header-inner-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.login,.nav-get-access-btn{color:#000;padding:12px 20px!important;border-radius:5px;cursor:pointer}.login{color:#fff;box-shadow:0 0 0 2px inset}.login::after{display:none!important}.is-logged-in .login{color:#000;background:#fff;box-shadow:none}.nav-get-access-btn{text-align:center;font-weight:600;margin-right:10px;background:#ffeb3b}.open-menu{margin-left:10px}.limit{width:100%;max-width:1520px;margin-left:auto;margin-right:auto}.header-data{padding:calc(8% + 90px) 15px calc(4% + 20px);margin:auto;color:#fff;text-align:center}.website-line{max-width:calc(22vw + 360px);margin:0 auto calc(30px + 2vw);font-size:calc(1.4vw + 20px);line-height:1.1;letter-spacing:-.4px}.website-line2{margin:auto;max-width:25rem;font-size:calc(.6vw + 15px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.start-now-wrapper{margin-top:calc(7% + 30px)}@media screen and (min-width:1920px){.website-line{font-size:46px}.website-line2{font-size:26px}}.examples-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:1600px;margin:0 auto}.example{width:33.3333%;margin:5px auto;min-width:300px;padding:10px;flex-grow:1}.example img{margin:20px 0}.example:last-child,.example:last-child img:last-child{margin-bottom:0;padding-bottom:0}#contact-us{padding-top:50px;padding-bottom:120px}#contact-us-form{position:relative;max-width:500px;margin:auto;background:rgba(255,255,255,.8);padding:30px;border-radius:20px;-webkit-box-shadow:0 0 20px rgba(0,0,0,.2);box-shadow:0 0 20px rgba(0,0,0,.2);-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}@media screen and (min-width:501px){#contact-us-form{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}}#contact-us-form .form-control{-webkit-box-shadow:0 0 3px #ddd inset;box-shadow:0 0 3px #ddd inset}#contact-us-form__message{min-height:200px}.pricing-plans{position:relative;width:95%;max-width:var(--max-content);margin-left:auto;margin-right:auto;border-radius:3vw;padding:calc(3vw + 30px) 10px;text-align:center;color:#fff;background:-o-linear-gradient(300deg,#3d70e0,#842ec8,#8529cc);background:linear-gradient(150deg,#3d70e0,#842ec8,#8529cc);scroll-margin-top:26vh;z-index:1}.pricing-plans:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;opacity:.05;background-image:url(/images/food-pattern.jpg);background-size:contain;background-position:center;z-index:-1}.pricing-character{position:absolute;top:54%;left:calc(50% - 330px);width:200px;height:230px;background-image:url(/images/character-pricing.svg);background-size:contain;background-repeat:no-repeat}.pricing-text{font-size:25px;margin-bottom:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pricing__years{position:relative;margin:0 8px}.pricing__years-current{width:35px;cursor:pointer;border-radius:5px;border:1px solid;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.pricing__years-current:hover{color:#ffeb3b;-webkit-box-shadow:0 0 0 2px;box-shadow:0 0 0 2px}.pricing__years ul{position:absolute;top:50%;left:-6px;right:-6px;list-style:none;padding:0;background:#fff;border-radius:5px;color:#000;font-size:70%;cursor:pointer;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.pricing__years:not(.toggled) ul{opacity:0;visibility:hidden}.pricing__years li{-webkit-transition:inherit;-o-transition:inherit;transition:inherit;border-radius:inherit;height:35px;line-height:35px}.pricing__years li:hover{background:#ffeb3b}.pricing__final-price{display:inline-block}.pricing__final-price{display:inline-block;position:relative;width:2.1em;height:1.3em;font-weight:700;overflow:hidden}.pricing__final-price span{position:absolute;top:0;left:0;opacity:0;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.pricing__final-price span:nth-child(2){top:100%}.pricing__final-price span:nth-child(3){top:200%}.pricing__final-price-1 span{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.pricing__final-price-2 span{opacity:1;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.pricing__final-price-3 span{opacity:1;-webkit-transform:translateY(-200%);-ms-transform:translateY(-200%);transform:translateY(-200%)}.pricing__final-price-wrapper{position:relative;margin:0 2px 0 8px}.pricing__final-price-discount{position:absolute;top:calc(100% + 10px);left:-30px;white-space:nowrap;font-size:15px;color:#000;background:#ffeb3b;border-radius:3px;padding:5px 10px;opacity:0;visibility:hidden;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.pricing__final-price-2 .pricing__final-price-discount-2,.pricing__final-price-3 .pricing__final-price-discount-3{opacity:1;visibility:visible}.get-started-btn{width:280px;padding:15px 10px;font-size:18px;font-weight:600;text-transform:uppercase;letter-spacing:1px;border-radius:5px;text-align:center;color:#000;background:#ffeb3b;cursor:pointer;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;-webkit-box-shadow:0 3px 15px 2px rgb(0 0 0 / 10%);box-shadow:0 3px 15px 2px rgb(0 0 0 / 10%)}@media screen and (max-width:700px){.pricing-character{top:60%;width:150px;height:180px;left:calc(50% - 290px)}}@media screen and (max-width:600px){.get-started-btn{width:200px}.pricing-character{left:calc(50% - 250px)}}@media screen and (max-width:500px){.pricing-text{font-size:16px}.pricing-plans{width:100%}.pricing-text{font-size:17px;margin-bottom:40px}.get-started-btn{width:100%;padding:15px;margin-top:20px}.pricing-character{display:none}}.features{--bg:#fbfbfb}.features-inner{font-size:0;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:1000px;margin:0 auto}.feature{width:calc(33.333% - 24px);min-width:200px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;text-align:center;margin:12px;padding:40px 15px;border-radius:10px;background:#fff;border:2px solid rgba(0,0,0,.08)}.feature--new{position:relative}.feature--new::before{content:"NEW";position:absolute;top:6px;right:6px;padding:5px 10px;border-radius:inherit;font-size:14px;background:#ffeb3b}@media (min-width:448px){.feature:last-child{max-width:50%}}.feature svg{width:auto;height:60px}.features [fill="#e3e8e6"]{fill:#f5ebff}.features [fill="#b3bad3"]{fill:#ddcaf1}.features [fill="#213760"]{fill:#6672e5}.feature h4{font-size:1.1rem;font-weight:600;margin:25px 0 0}.feature p{font-size:18px;margin:0;display:inline-block;line-height:26px;color:#232323;margin-top:25px;display:none}.testimonials{--bg:#9c66e5}.testimonials-inner{--bg:#ffffff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;border-radius:3vw;margin-left:auto;margin-right:auto;background:var(--bg)}.testimonials-inner::after,.testimonials-inner::before{content:"";position:absolute;left:30px;right:30px;bottom:-20px;background:#a7aaee;height:50%;border-radius:20px;z-index:-1;-webkit-box-shadow:0 10px 30px rgb(0 0 0 / 15%);box-shadow:0 10px 30px rgb(0 0 0 / 15%);display:none}.testimonials-inner::before{bottom:-40px;left:60px;right:60px;background:#9ea0e1}.testimonials svg{fill:var(--bg)}.testmonial{--text-color-rgb:0,0,0;max-width:490px;min-width:280px;-webkit-box-flex:1;-ms-flex:1;flex:1;margin:40px 10px;padding:30px;border-radius:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#fff;color:rgb(var(--text-color-rgb));border:4px solid #c9a8f6}.testmonial-title{margin:0 0 30px;font-size:17px;font-weight:700}.testmonial-text{margin:0;line-height:1.6}.testimonial-meta{text-align:center;margin-bottom:30px}.testimonial-meta::after{content:"";height:20px;max-width:105px;display:block;margin:10px auto 0;background:url("data:image/svg+xml;base64,77u/PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjIuODggMTE3LjEiIGZpbGw9IiNGRkQ0MDEiPjxwYXRoIGQ9Ik02NC40MiwyLDgwLjEzLDM4LjcsMTIwLDQyLjI2YTMuMiwzLjIsMCwwLDEsMS44Miw1LjYyaDBMOTEuNjQsNzQuMThsOC45LDM5QTMuMTksMy4xOSwwLDAsMSw5OC4xMiwxMTdhMy4yNywzLjI3LDAsMCwxLTIuNDYtLjQ2TDYxLjQxLDk2LjEsMjcuMDcsMTE2LjY0YTMuMTgsMy4xOCwwLDAsMS00LjM4LTEuMDksMy4xNCwzLjE0LDAsMCwxLS4zNy0yLjM4aDBsOC45MS0zOUwxLjA5LDQ3Ljg4YTMuMjQsMy4yNCwwLDAsMS0uMzItNC41MiwzLjMyLDMuMzIsMCwwLDEsMi4yOS0xbDM5LjcyLTMuNTZMNTguNDksMmEzLjI0LDMuMjQsMCwwLDEsNS45MywwWiI+PC9wYXRoPjwvc3ZnPg==");background-repeat:repeat-x;background-size:contain}.testimonial-img{width:90px;height:90px;background:#c9a8f6;border-radius:50%;margin-top:-73px;margin-bottom:25px;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top;border:4px solid transparent;-webkit-box-shadow:0 0 0 5px var(--bg);box-shadow:0 0 0 5px var(--bg)}.testimonial-cite{display:block;padding-top:3px;font-size:20px;font-style:normal}.testmonial-link{font-size:13px;margin:10px 0 20px;display:inline-block;color:rgba(var(--text-color-rgb),.7)}.testmonial-link:hover{text-decoration:underline}.homepage-stats{position:relative;padding:calc(2vw + 30px) 0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;color:#fff;background:-o-linear-gradient(130deg,#6699e5,#a55ddc);background:linear-gradient(-40deg,#6699e5,#a55ddc)}.homepage-stats>div{-webkit-box-flex:1;-ms-flex:1;flex:1;max-width:400px;min-width:240px;padding:25px 15px}.homepage-stats__key{font-weight:700;font-size:35px;margin-bottom:10px}.homepage-stats__value{max-width:270px;margin:0 auto;font-size:1.2rem}.homepage-stats.homepage-stats-1{background:#fff;color:#000;margin:50px auto -80px;width:100%;max-width:1100px;border-radius:15px;min-height:auto;padding:15px 0;box-shadow:0 0 5px var(--black1)}.faq{max-width:940px;margin:20px auto;padding:25px;border:2px solid rgba(0,0,0,.1);border-radius:10px}.faq-title{font-size:1.2rem;font-weight:700;margin:0 10px 0 0}.faq-text{font-size:1.1rem;line-height:1.7;margin-top:15px}.faq-supported-platforms{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-5px;margin-right:-5px}.faq-supported-platforms>div{width:calc(20% - 10px);height:50px;min-width:120px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin:5px;padding:5px 10px;border-radius:5px;border:1px solid #eee;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.faq-supported-platforms img{max-height:70%;width:auto}.benefits{max-width:1100px;padding:220px 20px 0;scroll-margin-top:-25px}.benefits>div{--size:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:calc(1.5vw + 10px);border-radius:1vw;-webkit-box-shadow:var(--size) var(--size) 0 #d488e2,calc(var(--size) * -1) calc(var(--size) * -1) 0 #928bec;box-shadow:var(--size) var(--size) 0 #d488e2,calc(var(--size) * -1) calc(var(--size) * -1) 0 #928bec}.benefits>div:not(:last-child){margin-bottom:calc(2vw + 20px)}.benefits__img{padding:10%;margin-right:calc(1vw + 20px);background-size:contain;background-repeat:no-repeat}.benefits h4{color:#666;font-size:calc(1.5vw + 10px);text-align:left;line-height:1.25;letter-spacing:-1px;margin:0;max-width:750px}.benefits h4 span{color:var(--keycolor)}.how-it-works{--lines-color:#e6e6e6;margin-bottom:0}.how-it-works-inner{width:85%;max-width:660px;margin:30px auto;font-size:calc(.2vw + 15px);--r:1.5em}.hiw-item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.hiw-item:first-child{padding:1.5em;border-top-left-radius:var(--r);border-left:5px solid var(--lines-color);border-top:5px solid var(--lines-color);margin-right:calc(50% + 2.5em)}.hiw-item:first-child::before{content:"";display:block;position:absolute;bottom:100%;left:calc(100% - 2.5em);padding:1.5em 2.5em;border-bottom-right-radius:var(--r);border-bottom:5px solid var(--lines-color);border-right:5px solid var(--lines-color)}.hiw-item:first-child::after{content:"";position:absolute;top:-4em;left:calc(100% + 2.2em);width:16px;height:16px;border-radius:50%;background:var(--lines-color)}.hiw-item.first{margin-right:2.5em;padding:0 0 2.5em 2.5em;border-bottom-left-radius:var(--r);border-bottom:5px solid var(--lines-color);border-left:5px solid var(--lines-color)}.hiw-step-num{position:absolute;top:50%;left:-1.3em;width:2.5em;height:2.5em;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0;color:#fff;background:var(--lines-color);background:-o-linear-gradient(130deg,#6699e5,#a55ddc);background:linear-gradient(-40deg,#6699e5,#a55ddc);-webkit-box-shadow:0 6px 30px rgba(0,0,0,.3);box-shadow:0 6px 30px rgba(0,0,0,.3)}.hiw-item.first .hiw-step-num{top:calc(50% - 2.5em)}.hiw-item svg{width:100%;max-width:90px;height:auto}.hiw-item svg [fill="#e3e8e6"]{fill:#ecf0ff}.hiw-item svg [fill="#b3bad3"]{fill:#e5c7ff}.hiw-item svg [fill="#213760"]{fill:var(--keycolor)}.hiw-item>:last-child{margin-left:2.5em;margin-right:-2.5em}.hiw-item.second{margin-top:-5px;margin-left:calc(2.5em + 5px);padding:2em 2.5em 2em 0;border-top-right-radius:var(--r);border-bottom-right-radius:var(--r);border-top:5px solid var(--lines-color);border-right:5px solid var(--lines-color);border-bottom:5px solid var(--lines-color)}.second .hiw-step-num{left:auto;right:-1.4em;top:calc(50% - 1.25em)}.hiw-item.second>:last-child{margin-right:0}.hiw-title{font-size:1.2em;font-weight:700;margin:0}.hiw-text{font-size:.9em;line-height:1.5;margin-top:10px}.hiw-item.third{border-top:5px solid var(--lines-color);border-left:5px solid var(--lines-color);border-top-left-radius:var(--r);padding:2.5em 0 0 2.5em;margin:-5px 2.5em 0 0}.hiw-item:last-child{position:relative;padding:1.25em;border-bottom-left-radius:var(--r);border-left:5px solid var(--lines-color);border-bottom:5px solid var(--lines-color);margin-right:calc(50% + 2.5em + 2px)}.hiw-item:last-child::before{content:"";display:block;position:absolute;top:100%;left:calc(100% - 2.5em);padding:2.5em;border-top-right-radius:var(--r);border-top:5px solid var(--lines-color);border-right:5px solid var(--lines-color)}.hiw-result{position:relative;border-radius:100px;display:block;max-width:300px;padding:10px;margin:50px auto 100px;color:#000;font-size:1em;font-weight:700;text-align:center;background:#fff;border:5px solid var(--lines-color)}.hiw-result::after{content:"";border:14px solid transparent;border-top-color:var(--lines-color);position:absolute;top:calc(100% + 50px);left:calc(50% - 14px)}.hiw-result::before{content:"";height:50px;width:5px;background:var(--lines-color);position:absolute;top:100%;left:calc(50% - 3px)}@media screen and (min-width:1920px){.benefits>div{margin-bottom:80px}.benefits h4{font-size:35px}}@media only screen and (max-width:768px){.testmonial{width:100%;-webkit-box-flex:1;-ms-flex:auto;flex:auto}.testmonial:last-child{margin-bottom:0}}@media only screen and (max-width:500px){.login{display:none}.open-menu{padding:8px;height:38px;font-size:0}.open-menu:before{margin-right:0}.nav-get-access-btn{padding:10px 8px!important;font-size:14px}.heading{font-size:24px;margin-bottom:40px}.section-text{margin-bottom:20px}.benefits{padding:20px;scroll-margin-top:70px;margin:90px 0 20px}.benefits>div{--size:4px}.hiw-item svg{display:none}.hiw-inner{margin-left:0!important}.homepage-stats.homepage-stats-1{margin:50px auto -20px}.homepage-stats__key{font-size:24px;margin-bottom:5px}.homepage-stats__value{font-size:1rem}.testimonials-container{padding-top:20px}.testmonial{padding:20px}.faq{padding:20px;margin:20px 15px}.faq-title{font-size:1.1rem}.faq-text{font-size:1rem;line-height:1.5}#contact-us-form{padding:20px}}@media only screen and (max-width:420px){.nav-inner{padding:0 10px}.feature{width:100%}}@media only screen and (max-width:350px){.pricing__years{margin:0 6px}.pricing__years-current{width:27px}.pricing-character{width:90px;height:107px;left:calc(50% - 162px);top:70%}}.cta-wrapper{position:relative;text-align:center;margin:calc(5vw + 50px) 0;color:var(--keycolor-contrast);background:var(--keycolor);padding:60px 10px;z-index:1}@media only screen and (max-width:500px){.cta-wrapper{padding:25px}}.cta-wrapper:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;opacity:.05;background-image:url(/images/food-pattern.jpg);background-size:contain;background-position:center;z-index:-1}.price{margin-top:30px;font-size:1.3rem}.cta{width:100%;max-width:400px;padding:20px 10px;font-size:1.2rem;color:#000;background:#ffeb3b}.modal-wrapper{position:fixed;top:0;left:0;right:0;bottom:0;overflow:auto;z-index:100;transition:opacity .3s,visibility .3s}.modal-wrapper:not(.open){opacity:0;visibility:hidden}.modal-inner{position:relative;padding:25px;margin-left:auto;margin-right:auto;min-height:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.modal-backdrop{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.4)}.modal{position:relative;max-width:1200px;min-width:300px;margin:auto;padding:40px;border-radius:var(--radius);background:#fff;box-shadow:0 0 10px 5px rgba(0,0,0,.2);transition:transform .3s}.modal-wrapper:not(.open) .modal{transform:scale(.8)}.modal-close{position:absolute;top:10px;right:10px;border:0;background:0;padding:16px;border-radius:7px;background-color:#eee;background-repeat:no-repeat;background-size:10px 10px;background-position:center;background-image:url("data:image/svg+xml,%3Csvg fill='%23666' height='15px' viewBox='0 0 348.333 348.334' width='15px' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M336.559,68.611L231.016,174.165l105.543,105.549c15.699,15.705,15.699,41.145,0,56.85 c-7.844,7.844-18.128,11.769-28.407,11.769c-10.296,0-20.581-3.919-28.419-11.769L174.167,231.003L68.609,336.563 c-7.843,7.844-18.128,11.769-28.416,11.769c-10.285,0-20.563-3.919-28.413-11.769c-15.699-15.698-15.699-41.139,0-56.85 l105.54-105.549L11.774,68.611c-15.699-15.699-15.699-41.145,0-56.844c15.696-15.687,41.127-15.687,56.829,0l105.563,105.554 L279.721,11.767c15.705-15.687,41.139-15.687,56.832,0C352.258,27.466,352.258,52.912,336.559,68.611z'%3E%3C/path%3E%3C/svg%3E");cursor:pointer;transition:background-color .3s,box-shadow .3s}.modal-close:hover{background-color:transparent;box-shadow:0 0 0 2px #ccc}.modal-title,[class*=modal-title--]{font-size:20px;text-align:center;margin:0;padding-bottom:30px}.modal-title--big{font-size:30px}.modal-footer{margin-top:30px}.modal-btn{border:0;padding:6px 15px;border-radius:5px;color:#fff;background:var(--keycolor);cursor:pointer}