@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400&family=Montserrat:wght@200;300;400;500;600;700&display=swap");body{margin:0;color:#333;font-family:"Montserrat",sans-serif;font-weight:100;font-size:20px;overflow-x:hidden;width:100vw}body a{text-decoration:none;color:#333}body p{font-size:14px;line-height:1.8}#header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;opacity:1;height:70px;position:sticky;top:0;z-index:2;background:#fff;border-bottom:1px solid #eee}@media only screen and (max-width:767px){#header{height:42px}}#header .menu-phone{color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-top:10vh;margin-left:10%;font-family:lato;font-weight:600}#header .menu-phone img{width:30px;margin-right:10px}#header .logo{height:50px;margin:10px}@media only screen and (max-width:767px){#header .logo{height:26px}}#header .logo img{height:100%;width:auto}#header .nav-links-container{padding:0 20px}#header .nav-links-container a{padding:0 20px}#header .nav-dropdown{height:100vh;width:100%;-webkit-transform:translateX(100%);transform:translateX(100%);background:linear-gradient(176deg,rgb(0,0,0) 0%,rgb(76,9,65) 55%,rgb(76,9,65) 100%);-webkit-transition:all cubic-bezier(0.56,0.26,0.18,1.04) 0.6s;transition:all cubic-bezier(0.56,0.26,0.18,1.04) 0.6s}@media (min-width:500px){#header .nav-dropdown{width:500px}}#header .nav-dropdown.active{-webkit-transform:translateX(0);transform:translateX(0)}#header .nav-dropdown:after{background:url(img/247_menu_bg.svg);content:"";display:block;bottom:0;right:0;height:56vh;background-repeat:no-repeat;position:absolute;width:37vh}#header .nav-dropdown .close-button{position:absolute;top:20px;right:20px;border:none;background:transparent;color:#fff;font-size:34px}#header .nav-dropdown .nav-links-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-top:100px}#header .nav-dropdown .nav-links-container a{padding:16px 20px;display:block;color:#fff;font-weight:700;font-size:40px;-webkit-transition:0.3s ease-in-out color;transition:0.3s ease-in-out color}#header .nav-dropdown .nav-links-container a:hover{color:#9576c0}#header .hamburger{z-index:30;position:relative;background:transparent;border:none;outline:none;width:auto;right:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#header #scrolling_text{display:inline-block;height:auto;padding:0;padding-right:0px;margin:0;font-size:22px;color:#ff6674;font-weight:100;font-family:"Montserrat",sans-serif;position:relative;margin-right:14px;overflow:hidden}#header #scrolling_text .scroll-text{-webkit-transition:opacity 0.4s ease-in-out,-webkit-transform 0.8s ease-in-out;transition:opacity 0.4s ease-in-out,-webkit-transform 0.8s ease-in-out;transition:transform 0.8s ease-in-out,opacity 0.4s ease-in-out;transition:transform 0.8s ease-in-out,opacity 0.4s ease-in-out,-webkit-transform 0.8s ease-in-out;-webkit-transform:translateY(100%);transform:translateY(100%);position:absolute;right:0;opacity:0}#header #scrolling_text .scroll-text.next{-webkit-transition:none;transition:none;-webkit-transform:translateY(-100%);transform:translateY(-100%);opacity:0}#header #scrolling_text .scroll-text.active{-webkit-transition:opacity 0.4s 0.4s ease-in-out,-webkit-transform 0.8s ease-in-out;transition:opacity 0.4s 0.4s ease-in-out,-webkit-transform 0.8s ease-in-out;transition:transform 0.8s ease-in-out,opacity 0.4s 0.4s ease-in-out;transition:transform 0.8s ease-in-out,opacity 0.4s 0.4s ease-in-out,-webkit-transform 0.8s ease-in-out;-webkit-transform:translateY(0%);transform:translateY(0%);opacity:1}#header #scrolling_text .hiddent-text{position:relative;opacity:0}#header .hamburger:focus{outline:none}@media only screen and (max-width:345px){#header .hamburger{right:35px}}#header .hamburger .line{width:38px;height:3px;background-color:#ff6674;display:block;margin:8px auto;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}@media only screen and (max-width:1023px){#header .hamburger .line{background-color:#ff6674}}#header .hamburger:hover{cursor:pointer}#header .hamburger.active{-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;-webkit-transition-delay:0.6s;transition-delay:0.6s;-webkit-transform:rotate(45deg);transform:rotate(45deg);right:25px}@media screen and (max-width:767px){#header .hamburger.active{width:70px;height:70px;border-radius:100%;overflow:hidden;right:10px;display:block}}#header .hamburger.active .line:nth-child(2){width:33px;-webkit-transform:translateY(0px) rotate(90deg);transform:translateY(0px) rotate(90deg)}#header .hamburger.active .line:first-child,#header .hamburger.active .line:nth-child(3){-webkit-transition-delay:0.3s;transition-delay:0.3s;width:33px}#header .hamburger.active .line:first-child{-webkit-transform:translateY(11px);transform:translateY(11px);-webkit-transform-origin:center;transform-origin:center}#header .hamburger.active .line:nth-child(3){-webkit-transform:translateY(-11px) rotate(90deg);transform:translateY(-11px) rotate(90deg);-webkit-transform-origin:center;transform-origin:center}footer{background:linear-gradient(170deg,#e73070 69%,#e8ac6a 100%);text-align:center;color:#fff;padding:1px 0}.content{width:100%;margin:0 auto}.content .theme-group{display:none}.content .theme-group.active-theme{display:block}.content .theme:nth-of-type(2n+1) .scroll{position:relative}.content .theme:nth-of-type(2n+1) .stall{text-align:right}@media only screen and (max-width:1024px){.content .theme:nth-of-type(2n+1) .stall{background:linear-gradient(170deg,#e73070 69%,#e8ac6a 100%)}}@media only screen and (min-width:1025px){.content .theme:nth-of-type(2n+1) .stall:before{content:"";width:100%;height:100%;position:absolute;top:0;background:linear-gradient(170deg,#e73070 69%,#e8ac6a 100%);right:0;z-index:-1;display:block}}@media only screen and (min-width:1025px){.content .theme:nth-of-type(2n+1) .stall .wire-frame{right:5%}}@media only screen and (min-width:1025px){.content .theme:nth-of-type(2n+1) .stall .title-container .logo-description-container{margin-left:auto;max-height:150px}}.content .theme:nth-of-type(2n+1) .stall .title-container .logo-description-container img{max-height:150px}@media only screen and (min-width:1025px){.content .theme:nth-of-type(2n) .scroll{position:relative;-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@media only screen and (min-width:1025px){.content .theme:nth-of-type(2n) .stall{text-align:left;-webkit-transform:translateX(100%);transform:translateX(100%)}}@media only screen and (max-width:1024px){.content .theme:nth-of-type(2n) .stall{background:linear-gradient(190deg,rgb(90,76,226) 60%,rgb(119,149,235) 100%)}}@media only screen and (min-width:1025px){.content .theme:nth-of-type(2n) .stall:before{content:"";width:100%;height:100%;position:absolute;top:0;background:linear-gradient(190deg,rgb(90,76,226) 60%,rgb(119,149,235) 100%);right:0%;z-index:-1;display:block}}@media only screen and (min-width:1025px){.content .theme:nth-of-type(2n) .stall:after{right:0;left:initial;-webkit-transform:rotate(180deg);transform:rotate(180deg)}}@media only screen and (min-width:1025px){.content .theme:nth-of-type(2n) .stall .wire-frame{left:5%}}@media only screen and (min-width:1025px){.content .theme:nth-of-type(2n) .stall .title-container .logo-description-container{margin-left:0}}@media only screen and (min-width:1025px){.content .theme:nth-of-type(2n) .stall .title-container .logo-description-container img{margin-left:0px}}.content .theme:nth-of-type(5n+3) .scroll{position:relative}@media only screen and (min-width:1025px){.content .theme:nth-of-type(5n+3) .stall{text-align:right}}@media only screen and (max-width:1024px){.content .theme:nth-of-type(5n+3) .stall{background:linear-gradient(190deg,rgb(255,102,116) 40%,rgb(242,148,107) 100%)}}@media only screen and (min-width:1025px){.content .theme:nth-of-type(5n+3) .stall:before{content:"";width:100%;height:100%;position:absolute;top:0;background:linear-gradient(190deg,rgb(255,102,116) 40%,rgb(242,148,107) 100%);right:0;z-index:-1;display:block}}@media only screen and (min-width:1025px){.content .theme:nth-of-type(5n+3) .stall .wire-frame{right:5%}}@media only screen and (min-width:1025px){.content .theme:nth-of-type(5n+3) .stall .title-container .logo-description-container{margin-left:auto}}@media only screen and (min-width:1025px){.content .theme:nth-of-type(5n+4) .scroll{position:relative;-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@media only screen and (min-width:1025px){.content .theme:nth-of-type(5n+4) .stall{text-align:left;-webkit-transform:translateX(100%);transform:translateX(100%)}}@media only screen and (min-width:1025px){.content .theme:nth-of-type(5n+4) .stall:after{right:0;left:initial;-webkit-transform:rotate(180deg);transform:rotate(180deg)}}@media only screen and (max-width:1024px){.content .theme:nth-of-type(5n+4) .stall{background:linear-gradient(159deg,rgb(90,76,226) 54%,rgb(195,57,146) 100%)}}@media only screen and (min-width:1025px){.content .theme:nth-of-type(5n+4) .stall:before{content:"";width:100%;height:100%;position:absolute;top:0;background:linear-gradient(159deg,rgb(90,76,226) 54%,rgb(195,57,146) 100%);right:0%;z-index:-1;display:block}}@media only screen and (min-width:1025px){.content .theme:nth-of-type(5n+4) .stall .wire-frame{left:5%}}@media only screen and (min-width:1025px){.content .theme:nth-of-type(5n+4) .stall .title-container .logo-description-container{margin-left:0}}@media only screen and (min-width:1025px){.content .theme:nth-of-type(5n+4) .stall .title-container .logo-description-container img{margin-left:0px}}@media only screen and (min-width:1025px){.content .theme:nth-of-type(5n) .scroll{position:relative}}@media only screen and (min-width:1025px){.content .theme:nth-of-type(5n) .stall{text-align:right}}@media only screen and (max-width:1024px){.content .theme:nth-of-type(5n) .stall{background:-webkit-gradient(linear,left top,right top,color-stop(15%,rgb(195,20,90)),color-stop(68%,rgb(231,48,112)),to(rgb(245,83,76)));background:linear-gradient(90deg,rgb(195,20,90) 15%,rgb(231,48,112) 68%,rgb(245,83,76) 100%)}}@media only screen and (min-width:1025px){.content .theme:nth-of-type(5n) .stall:before{content:"";width:100%;height:100%;position:absolute;top:0;background:-webkit-gradient(linear,left top,right top,color-stop(15%,rgb(195,20,90)),color-stop(68%,rgb(231,48,112)),to(rgb(245,83,76)));background:linear-gradient(90deg,rgb(195,20,90) 15%,rgb(231,48,112) 68%,rgb(245,83,76) 100%);right:0;z-index:-1;display:block}}@media only screen and (min-width:1025px){.content .theme:nth-of-type(5n) .stall .wire-frame{left:5%}}@media only screen and (min-width:1025px){.content .theme:nth-of-type(5n) .stall .logo-description-container{margin-left:auto}}@media only screen and (max-width:1024px){.content .theme{height:auto}}@media only screen and (min-width:1025px){.content .theme{display:-ms-grid;display:grid;-ms-grid-columns:50% 0 50%;grid-template-columns:50% 50%;grid-gap:0}}@media only screen and (min-width:768px) and (max-width:1024px){.content .theme .scroll .themes-wrapper{display:-ms-grid;display:grid;-ms-grid-columns:calc(50% - 15px) 30px calc(50% - 15px);grid-template-columns:calc(50% - 15px) calc(50% - 15px);grid-gap:30px;margin:30px}}.content .theme .scroll .theme-version-img{opacity:0}.content .theme .scroll .theme-version-img.animated{opacity:1}@media (max-width:767px){.content .theme .scroll .theme-version-img{margin:8vw auto;width:84%}}@media (min-width:768px) and (max-width:1024px){.content .theme .scroll .theme-version-img{margin:30px 0}}@media (min-width:1025px){.content .theme .scroll .theme-version-img{margin:30px 7% 30px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.content .theme .scroll .theme-version-img:nth-of-type(2n){-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.content .theme .scroll .theme-version-img .jumbotron-wrapper{overflow:hidden;width:100%;width:48%;border:15px solid #fff;border-radius:0;-webkit-box-shadow:1px 2px 6px -2px #686868;box-shadow:1px 2px 6px -2px #686868;position:relative;height:300px}@media (max-width:767px){.content .theme .scroll .theme-version-img .jumbotron-wrapper{width:calc(100% - 20px);border:10px solid #fff}}@media only screen and (min-width:768px) and (max-width:1024px){.content .theme .scroll .theme-version-img .jumbotron-wrapper{width:92%;height:300px}}@media only screen and (min-width:1025px){.content .theme .scroll .theme-version-img .jumbotron-wrapper{height:22vw}}.content .theme .scroll .theme-version-img .jumbotron-img{width:100%;position:absolute;top:0;-webkit-transition:all cubic-bezier(0.45,0,0.34,1) 7s;transition:all cubic-bezier(0.45,0,0.34,1) 7s;-webkit-transform:translateY(0);transform:translateY(0)}@media only screen and (min-width:1025px){.content .theme .scroll .theme-version-img .jumbotron-img:hover{-webkit-transform:translateY(calc(-100% + 22vw));transform:translateY(calc(-100% + 22vw))}}.content .theme .scroll .theme-version-img .theme-version-link-desc{width:42%}@media (max-width:767px){.content .theme .scroll .theme-version-img .theme-version-link-desc{width:100%;margin:20px 0 48px}}@media only screen and (min-width:768px) and (max-width:1024px){.content .theme .scroll .theme-version-img .theme-version-link-desc{width:92%}}.content .theme .scroll .theme-version-img .theme-version-link-desc img{width:38px}.content .theme .scroll .theme-version-img .theme-version-link-desc .version-logo{width:60%}@media only screen and (min-width:768px) and (max-width:1024px){.content .theme .scroll .theme-version-img .theme-version-link-desc .version-logo{margin-top:20px}}.content .theme .scroll .theme-version-img .theme-version-link-desc a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:14px;color:#6dadff;font-weight:700;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:22px;cursor:pointer;-webkit-transition:all ease-in-out 0.4s;transition:all ease-in-out 0.4s}.content .theme .scroll .theme-version-img .theme-version-link-desc a.modal-link:hover img{-webkit-transform:translateX(20px);transform:translateX(20px)}.content .theme .scroll .theme-version-img .theme-version-link-desc a.modal-link img{pointer-events:none;-webkit-transition:all ease-in-out 0.4s;transition:all ease-in-out 0.4s}.content .theme .scroll .theme-version-img .theme-version-link-desc p{font-size:17px;line-height:1.5;font-weight:500;font-family:"Lato",sans-serif;margin:10px 0}.content .theme .stall{text-align:right;-ms-flex-item-align:start;-ms-grid-row-align:start;align-self:start;top:70px;height:calc(100vh - 70px)}@media only screen and (max-width:767px){.content .theme .stall{top:0px}}@media only screen and (min-width:767px) and (max-width:1024px){.content .theme .stall{top:70px;z-index:1}}@media only screen and (max-width:1024px){.content .theme .stall{position:relative}}@media only screen and (min-width:768px){.content .theme .stall{position:sticky}}@media only screen and (max-width:1024px){.content .theme .stall{padding:30px;height:auto}}.content .theme .stall:after{content:"";background:url(img/247_bg.svg);height:80vh;position:absolute;bottom:0;left:0;width:50%;background-repeat:no-repeat}@media only screen and (max-width:1024px){.content .theme .stall:after{height:100%}}.content .theme .stall .title-container{line-height:1;color:#fff}@media only screen and (max-width:1024px){.content .theme .stall .title-container{text-align:center}}@media only screen and (min-width:768px) and (max-width:1024px){.content .theme .stall .title-container{width:48%;margin:auto}}@media only screen and (min-width:1025px){.content .theme .stall .title-container{margin:10% 8% 8%}}@media only screen and (min-width:1400px){.content .theme .stall .title-container{margin:16% 8% 8%}}@media (min-aspect-ratio:2/1) and (min-width:1025px){.content .theme .stall .title-container{margin:10% 8% 8%}}@media only screen and (min-width:1025px){.content .theme .stall .title-container .logo-description-container{width:400px;margin-top:8vh}}@media only screen and (min-width:1400px){.content .theme .stall .title-container .logo-description-container{margin-top:13vh}}@media (min-aspect-ratio:2/1) and (min-width:1025px){.content .theme .stall .title-container .logo-description-container{margin-top:6vh;max-height:125px}}.content .theme .stall .title-container .logo-description-container img{margin-left:100px;width:300px;opacity:0}@media only screen and (max-width:1024px){.content .theme .stall .title-container .logo-description-container img{margin:auto;width:50%;min-width:224px}}@media only screen and (min-width:1025px) and (max-width:1399px){.content .theme .stall .title-container .logo-description-container img{max-height:150px;width:auto}}@media (min-aspect-ratio:2/1) and (min-width:1025px){.content .theme .stall .title-container .logo-description-container img{max-height:125px;width:auto}}.content .theme .stall .title-container .logo-description-container img.animated{opacity:1}.content .theme .stall .title-container .logo-description-container p{font-size:17px;line-height:1.8;font-weight:600;opacity:0}@media only screen and (max-width:1024px){.content .theme .stall .title-container .logo-description-container p{font-size:15px;line-height:1.4;font-weight:500;margin:20px auto 0;width:82%}}.content .theme .stall .title-container .logo-description-container p.animated{opacity:1}.content .theme .stall .title-container span{margin:0}.content .theme .stall .title-container .wire-frame{width:250px;height:400px;overflow:hidden;position:absolute;bottom:5%}.content .theme .stall .title-container .wire-frame img{width:100%;-webkit-box-shadow:0px 0px 10px -2px #333;box-shadow:0px 0px 10px -2px #333}.cls-3{stroke:red}.page-wrapper{overflow-x:hidden}.nav-dropdown-wrapper{top:0;position:absolute;right:0;overflow-x:hidden;width:0;-webkit-transition:all cubic-bezier(0.56,0.26,0.18,1.04) 0.6s;transition:all cubic-bezier(0.56,0.26,0.18,1.04) 0.6s}.nav-dropdown-wrapper.active{width:100%}@media (min-width:500px){.nav-dropdown-wrapper.active{width:500px}}.homepage-sections.features-seo .column-2-styles .title-container{left:0;top:unset;height:100%;padding:unset;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-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.title-container>a{color:#fff;font-size:26px;font-weight:700;line-height:30px;font-family:"Montserrat",sans-serif;text-decoration:none;text-align:left;max-width:200px;width:100%;position:absolute;top:unset;bottom:0;left:unset;right:30%;display:block}.primary-title-style-1{color:#fff;font-family:"Montserrat",sans-serif;font-weight:700;line-height:1;letter-spacing:-1px;text-transform:initial;margin:0;-webkit-transition:all 1s ease;transition:all 1s ease;font-size:64px;display:inline-block;margin-left:auto;text-align:left;-webkit-transform:translate(-60px);transform:translate(-60px);opacity:0}@media only screen and (max-width:1024px){.primary-title-style-1{margin-bottom:40px;font-size:36px;letter-spacing:1px}}@media only screen and (min-width:1025px) and (max-width:1400px){.primary-title-style-1{font-size:50px}}.primary-title-style-1 span{text-transform:capitalize}.primary-title-style-1.animated{-webkit-transform:translate(0px);transform:translate(0px);opacity:1}.modal{position:fixed;top:0;left:0;z-index:10;width:100vw;height:100vh;display:none;opacity:0;-webkit-transition:opacity 0.6s ease-in-out;transition:opacity 0.6s ease-in-out;background:rgba(51,51,51,0.8)}.modal.active{opacity:1;display:block}.modal .clipboard-copied{position:absolute;top:13px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);font-weight:700;margin-right:30px;font-size:22px;opacity:0;-webkit-transition:all ease-in-out 0.5s;transition:all ease-in-out 0.5s}@media only screen and (max-width:767px){.modal .clipboard-copied{font-size:16px;left:20px;-webkit-transform:translateX(0%);transform:translateX(0%);top:18px}}.modal .clipboard-copied.active{opacity:1}.modal .load-bg{position:absolute;height:100vh;width:100vw;z-index:-1}.modal .load-bg .spinner-container{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);height:100px;width:100px}.modal .load-bg .spinner-container .spinner-inner-container{position:relative;height:100%;width:100%}.modal .load-bg .spinner-container .spinner-inner-container .little-hand{height:100px;width:100px;position:absolute;top:0}.modal .load-bg .spinner-container .spinner-inner-container .big-hand{height:100px;width:100px;position:absolute;top:0}.modal .load-bg .spinner-container .spinner-inner-container .smile{height:100px;width:100px;position:absolute;top:0}.modal .load-bg .spinner-container .spinner-inner-container.active .little-hand{-webkit-animation:rotateClock 3s linear infinite;animation:rotateClock 3s linear infinite;-webkit-transform-origin:center;transform-origin:center}.modal .load-bg .spinner-container .spinner-inner-container.active .big-hand{-webkit-animation:rotateClock 1s linear infinite;animation:rotateClock 1s linear infinite;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateClock{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotateClock{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.modal iframe{margin:0;height:calc(100vh - 56px);width:100vw;border:none}.modal .modal-tool-bar{font-size:27px;color:#fff;border:none;background:transparent;font-weight:300;color:linear-gradient(170deg,#e73070 69%,#e8ac6a 100%);background:linear-gradient(170deg,#e73070 69%,#e8ac6a 100%);padding:10px;width:100%;text-align:right;padding:0px 5% 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.modal .modal-tool-bar .share-button{background:transparent;border:none;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff;width:auto;font-weight:700;margin-right:30px;font-size:22px;cursor:pointer}@media only screen and (max-width:767px){.modal .modal-tool-bar .share-button{font-size:16px}}.modal .modal-tool-bar .share-button img{pointer-events:none;width:24px;padding-left:10px}.modal .modal-tool-bar .close-button{background:transparent;border:none;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff;font-size:34px;width:66px;height:56px;font-weight:300;cursor:pointer}.nav-theme-side{width:268px;position:fixed;top:148px;left:0;z-index:2}@media only screen and (max-width:767px){.nav-theme-side{display:none}}.nav-theme-side ul{list-style:none}.nav-theme-side .themes-side-nav{-webkit-transform:translateX(-100%);transform:translateX(-100%);background:-webkit-gradient(linear,left top,left bottom,from(#d23070),to(#f0605a));background:linear-gradient(#d23070,#f0605a);z-index:30;-webkit-transition:ease-in-out 0.6s transform;transition:ease-in-out 0.6s transform;z-index:2}.nav-theme-side .themes-side-nav>ul{margin:0;padding:0 36px 0 36px}.nav-theme-side .themes-side-nav.active{-webkit-transform:translateX(0%);transform:translateX(0%)}.nav-theme-side .theme-items{margin:0}.nav-theme-side .theme-items:last-of-type .menu-theme-list{border-bottom:none}.nav-theme-side .themes-header{color:#fff;font-size:24px;background:transparent;border:none;padding:18px;display:block;font-weight:700;-webkit-transition:0.3s ease-in-out opacity;transition:0.3s ease-in-out opacity;cursor:pointer}.nav-theme-side .themes-header:hover{opacity:0.8}.nav-theme-side .themes-button{color:#fff;font-size:24px;background:transparent;border:none;padding:14px;font-weight:700;background:-webkit-gradient(linear,left top,left bottom,from(#d23070),to(#f0605a));background:linear-gradient(#d23070,#f0605a);position:absolute;-webkit-transform:rotate(270deg);transform:rotate(270deg);-webkit-transform-origin:bottom;transform-origin:bottom;top:0;left:-1px}.nav-theme-side .menu-theme-header{opacity:0.7;color:#fff;font-size:24px;font-weight:600;padding:14px 0;display:block;cursor:pointer;position:relative}.nav-theme-side .menu-theme-header:after{content:"";border-bottom:2px solid #fff;border-left:2px solid #fff;width:10px;height:10px;display:inline-block;position:absolute;-webkit-transform:rotate(315deg);transform:rotate(315deg);top:calc(50% - 10px);right:0px}.nav-theme-side .menu-theme-list{padding:0 0 0px 20px;border-bottom:2px solid rgba(255,255,255,0.4);max-height:0;overflow:hidden;-webkit-transition:all 0.6s cubic-bezier(0.39,0.12,0.17,1);transition:all 0.6s cubic-bezier(0.39,0.12,0.17,1)}.nav-theme-side .menu-theme-list li{padding:10px 0;cursor:pointer}.nav-theme-side .menu-theme-list li a{color:#fff;font-weight:600;-webkit-transition:0.3s ease-in-out color;transition:0.3s ease-in-out color;font-size:18px}.nav-theme-side .menu-theme-list li a:hover{color:#ffff50}.hide{display:none!important}.animate{-webkit-transition:opacity 0.4s 0.2s ease-in,-webkit-transform 1s cubic-bezier(0.32,0.08,0.11,1.01);transition:opacity 0.4s 0.2s ease-in,-webkit-transform 1s cubic-bezier(0.32,0.08,0.11,1.01);transition:opacity 0.4s 0.2s ease-in,transform 1s cubic-bezier(0.32,0.08,0.11,1.01);transition:opacity 0.4s 0.2s ease-in,transform 1s cubic-bezier(0.32,0.08,0.11,1.01),-webkit-transform 1s cubic-bezier(0.32,0.08,0.11,1.01)}