
@charset "UTF-8";
/*!
 * animate.css - https://animate.style/
 * Version - 4.0.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}

.apexcharts-canvas {
  position: relative;
  user-select: none;
  /* cannot give overflow: hidden as it will crop tooltips which overflow outside chart area */
}


/* scrollbar is not visible by default for legend, hence forcing the visibility */
.apexcharts-canvas ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 6px;
}

.apexcharts-canvas ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  box-shadow: 0 0 1px rgba(255, 255, 255, .5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}


.apexcharts-inner {
  position: relative;
}

.apexcharts-text tspan {
  font-family: inherit;
}

.legend-mouseover-inactive {
  transition: 0.15s ease all;
  opacity: 0.20;
}

.apexcharts-series-collapsed {
  opacity: 0;
}

.apexcharts-tooltip {
  border-radius: 5px;
  box-shadow: 2px 2px 6px -4px #999;
  cursor: default;
  font-size: 14px;
  left: 62px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 20px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  white-space: nowrap;
  z-index: 12;
  transition: 0.15s ease all;
}

.apexcharts-tooltip.apexcharts-active {
  opacity: 1;
  transition: 0.15s ease all;
}

.apexcharts-tooltip.apexcharts-theme-light {
  border: 1px solid #e3e3e3;
  background: rgba(255, 255, 255, 0.96);
}

.apexcharts-tooltip.apexcharts-theme-dark {
  color: #fff;
  background: rgba(30, 30, 30, 0.8);
}

.apexcharts-tooltip * {
  font-family: inherit;
}


.apexcharts-tooltip-title {
  padding: 6px;
  font-size: 15px;
  margin-bottom: 4px;
}

.apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
  background: #ECEFF1;
  border-bottom: 1px solid #ddd;
}

.apexcharts-tooltip.apexcharts-theme-dark .apexcharts-tooltip-title {
  background: rgba(0, 0, 0, 0.7);
  border-bottom: 1px solid #333;
}

.apexcharts-tooltip-text-y-value,
.apexcharts-tooltip-text-goals-value,
.apexcharts-tooltip-text-z-value {
  display: inline-block;
  font-weight: 600;
  margin-left: 5px;
}

.apexcharts-tooltip-text-y-label:empty,
.apexcharts-tooltip-text-y-value:empty,
.apexcharts-tooltip-text-goals-label:empty,
.apexcharts-tooltip-text-goals-value:empty,
.apexcharts-tooltip-text-z-value:empty {
  display: none;
}

.apexcharts-tooltip-text-y-value,
.apexcharts-tooltip-text-goals-value,
.apexcharts-tooltip-text-z-value {
  font-weight: 600;
}

.apexcharts-tooltip-text-goals-label, 
.apexcharts-tooltip-text-goals-value {
  padding: 6px 0 5px;
}

.apexcharts-tooltip-goals-group, 
.apexcharts-tooltip-text-goals-label, 
.apexcharts-tooltip-text-goals-value {
  display: flex;
}
.apexcharts-tooltip-text-goals-label:not(:empty),
.apexcharts-tooltip-text-goals-value:not(:empty) {
  margin-top: -6px;
}

.apexcharts-tooltip-marker {
  width: 12px;
  height: 12px;
  position: relative;
  top: 0px;
  margin-right: 10px;
  border-radius: 50%;
}

.apexcharts-tooltip-series-group {
  padding: 0 10px;
  display: none;
  text-align: left;
  justify-content: left;
  align-items: center;
}

.apexcharts-tooltip-series-group.apexcharts-active .apexcharts-tooltip-marker {
  opacity: 1;
}

.apexcharts-tooltip-series-group.apexcharts-active,
.apexcharts-tooltip-series-group:last-child {
  padding-bottom: 4px;
}

.apexcharts-tooltip-series-group-hidden {
  opacity: 0;
  height: 0;
  line-height: 0;
  padding: 0 !important;
}

.apexcharts-tooltip-y-group {
  padding: 6px 0 5px;
}

.apexcharts-tooltip-box, .apexcharts-custom-tooltip {
  padding: 4px 8px;
}

.apexcharts-tooltip-boxPlot {
  display: flex;
  flex-direction: column-reverse;
}

.apexcharts-tooltip-box>div {
  margin: 4px 0;
}

.apexcharts-tooltip-box span.value {
  font-weight: bold;
}

.apexcharts-tooltip-rangebar {
  padding: 5px 8px;
}

.apexcharts-tooltip-rangebar .category {
  font-weight: 600;
  color: #777;
}

.apexcharts-tooltip-rangebar .series-name {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

.apexcharts-xaxistooltip {
  opacity: 0;
  padding: 9px 10px;
  pointer-events: none;
  color: #373d3f;
  font-size: 13px;
  text-align: center;
  border-radius: 2px;
  position: absolute;
  z-index: 10;
  background: #ECEFF1;
  border: 1px solid #90A4AE;
  transition: 0.15s ease all;
}

.apexcharts-xaxistooltip.apexcharts-theme-dark {
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.5);
  color: #fff;
}

.apexcharts-xaxistooltip:after,
.apexcharts-xaxistooltip:before {
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.apexcharts-xaxistooltip:after {
  border-color: rgba(236, 239, 241, 0);
  border-width: 6px;
  margin-left: -6px;
}

.apexcharts-xaxistooltip:before {
  border-color: rgba(144, 164, 174, 0);
  border-width: 7px;
  margin-left: -7px;
}

.apexcharts-xaxistooltip-bottom:after,
.apexcharts-xaxistooltip-bottom:before {
  bottom: 100%;
}

.apexcharts-xaxistooltip-top:after,
.apexcharts-xaxistooltip-top:before {
  top: 100%;
}

.apexcharts-xaxistooltip-bottom:after {
  border-bottom-color: #ECEFF1;
}

.apexcharts-xaxistooltip-bottom:before {
  border-bottom-color: #90A4AE;
}

.apexcharts-xaxistooltip-bottom.apexcharts-theme-dark:after {
  border-bottom-color: rgba(0, 0, 0, 0.5);
}

.apexcharts-xaxistooltip-bottom.apexcharts-theme-dark:before {
  border-bottom-color: rgba(0, 0, 0, 0.5);
}

.apexcharts-xaxistooltip-top:after {
  border-top-color: #ECEFF1
}

.apexcharts-xaxistooltip-top:before {
  border-top-color: #90A4AE;
}

.apexcharts-xaxistooltip-top.apexcharts-theme-dark:after {
  border-top-color: rgba(0, 0, 0, 0.5);
}

.apexcharts-xaxistooltip-top.apexcharts-theme-dark:before {
  border-top-color: rgba(0, 0, 0, 0.5);
}

.apexcharts-xaxistooltip.apexcharts-active {
  opacity: 1;
  transition: 0.15s ease all;
}

.apexcharts-yaxistooltip {
  opacity: 0;
  padding: 4px 10px;
  pointer-events: none;
  color: #373d3f;
  font-size: 13px;
  text-align: center;
  border-radius: 2px;
  position: absolute;
  z-index: 10;
  background: #ECEFF1;
  border: 1px solid #90A4AE;
}

.apexcharts-yaxistooltip.apexcharts-theme-dark {
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.5);
  color: #fff;
}

.apexcharts-yaxistooltip:after,
.apexcharts-yaxistooltip:before {
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.apexcharts-yaxistooltip:after {
  border-color: rgba(236, 239, 241, 0);
  border-width: 6px;
  margin-top: -6px;
}

.apexcharts-yaxistooltip:before {
  border-color: rgba(144, 164, 174, 0);
  border-width: 7px;
  margin-top: -7px;
}

.apexcharts-yaxistooltip-left:after,
.apexcharts-yaxistooltip-left:before {
  left: 100%;
}

.apexcharts-yaxistooltip-right:after,
.apexcharts-yaxistooltip-right:before {
  right: 100%;
}

.apexcharts-yaxistooltip-left:after {
  border-left-color: #ECEFF1;
}

.apexcharts-yaxistooltip-left:before {
  border-left-color: #90A4AE;
}

.apexcharts-yaxistooltip-left.apexcharts-theme-dark:after {
  border-left-color: rgba(0, 0, 0, 0.5);
}

.apexcharts-yaxistooltip-left.apexcharts-theme-dark:before {
  border-left-color: rgba(0, 0, 0, 0.5);
}

.apexcharts-yaxistooltip-right:after {
  border-right-color: #ECEFF1;
}

.apexcharts-yaxistooltip-right:before {
  border-right-color: #90A4AE;
}

.apexcharts-yaxistooltip-right.apexcharts-theme-dark:after {
  border-right-color: rgba(0, 0, 0, 0.5);
}

.apexcharts-yaxistooltip-right.apexcharts-theme-dark:before {
  border-right-color: rgba(0, 0, 0, 0.5);
}

.apexcharts-yaxistooltip.apexcharts-active {
  opacity: 1;
}

.apexcharts-yaxistooltip-hidden {
  display: none;
}

.apexcharts-xcrosshairs,
.apexcharts-ycrosshairs {
  pointer-events: none;
  opacity: 0;
  transition: 0.15s ease all;
}

.apexcharts-xcrosshairs.apexcharts-active,
.apexcharts-ycrosshairs.apexcharts-active {
  opacity: 1;
  transition: 0.15s ease all;
}

.apexcharts-ycrosshairs-hidden {
  opacity: 0;
}

.apexcharts-selection-rect {
  cursor: move;
}

.svg_select_boundingRect, .svg_select_points_rot {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}
.apexcharts-selection-rect + g .svg_select_boundingRect,
.apexcharts-selection-rect + g .svg_select_points_rot {
  opacity: 0;
  visibility: hidden;
}

.apexcharts-selection-rect + g .svg_select_points_l,
.apexcharts-selection-rect + g .svg_select_points_r {
  cursor: ew-resize;
  opacity: 1;
  visibility: visible;
}

.svg_select_points {
  fill: #efefef;
  stroke: #333;
  rx: 2;
}

.apexcharts-svg.apexcharts-zoomable.hovering-zoom {
  cursor: crosshair
}

.apexcharts-svg.apexcharts-zoomable.hovering-pan {
  cursor: move
}

.apexcharts-zoom-icon,
.apexcharts-zoomin-icon,
.apexcharts-zoomout-icon,
.apexcharts-reset-icon,
.apexcharts-pan-icon,
.apexcharts-selection-icon,
.apexcharts-menu-icon,
.apexcharts-toolbar-custom-icon {
  cursor: pointer;
  width: 20px;
  height: 20px;
  line-height: 24px;
  color: #6E8192;
  text-align: center;
}

.apexcharts-zoom-icon svg,
.apexcharts-zoomin-icon svg,
.apexcharts-zoomout-icon svg,
.apexcharts-reset-icon svg,
.apexcharts-menu-icon svg {
  fill: #6E8192;
}

.apexcharts-selection-icon svg {
  fill: #444;
  transform: scale(0.76)
}

.apexcharts-theme-dark .apexcharts-zoom-icon svg,
.apexcharts-theme-dark .apexcharts-zoomin-icon svg,
.apexcharts-theme-dark .apexcharts-zoomout-icon svg,
.apexcharts-theme-dark .apexcharts-reset-icon svg,
.apexcharts-theme-dark .apexcharts-pan-icon svg,
.apexcharts-theme-dark .apexcharts-selection-icon svg,
.apexcharts-theme-dark .apexcharts-menu-icon svg,
.apexcharts-theme-dark .apexcharts-toolbar-custom-icon svg {
  fill: #f3f4f5;
}

.apexcharts-canvas .apexcharts-zoom-icon.apexcharts-selected svg,
.apexcharts-canvas .apexcharts-selection-icon.apexcharts-selected svg,
.apexcharts-canvas .apexcharts-reset-zoom-icon.apexcharts-selected svg {
  fill: #008FFB;
}

.apexcharts-theme-light .apexcharts-selection-icon:not(.apexcharts-selected):hover svg,
.apexcharts-theme-light .apexcharts-zoom-icon:not(.apexcharts-selected):hover svg,
.apexcharts-theme-light .apexcharts-zoomin-icon:hover svg,
.apexcharts-theme-light .apexcharts-zoomout-icon:hover svg,
.apexcharts-theme-light .apexcharts-reset-icon:hover svg,
.apexcharts-theme-light .apexcharts-menu-icon:hover svg {
  fill: #333;
}

.apexcharts-selection-icon,
.apexcharts-menu-icon {
  position: relative;
}

.apexcharts-reset-icon {
  margin-left: 5px;
}

.apexcharts-zoom-icon,
.apexcharts-reset-icon,
.apexcharts-menu-icon {
  transform: scale(0.85);
}

.apexcharts-zoomin-icon,
.apexcharts-zoomout-icon {
  transform: scale(0.7)
}

.apexcharts-zoomout-icon {
  margin-right: 3px;
}

.apexcharts-pan-icon {
  transform: scale(0.62);
  position: relative;
  left: 1px;
  top: 0px;
}

.apexcharts-pan-icon svg {
  fill: #fff;
  stroke: #6E8192;
  stroke-width: 2;
}

.apexcharts-pan-icon.apexcharts-selected svg {
  stroke: #008FFB;
}

.apexcharts-pan-icon:not(.apexcharts-selected):hover svg {
  stroke: #333;
}

.apexcharts-toolbar {
  position: absolute;
  z-index: 11;
  max-width: 176px;
  text-align: right;
  border-radius: 3px;
  padding: 0px 6px 2px 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.apexcharts-menu {
  background: #fff;
  position: absolute;
  top: 100%;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 3px;
  right: 10px;
  opacity: 0;
  min-width: 110px;
  transition: 0.15s ease all;
  pointer-events: none;
}

.apexcharts-menu.apexcharts-menu-open {
  opacity: 1;
  pointer-events: all;
  transition: 0.15s ease all;
}

.apexcharts-menu-item {
  padding: 6px 7px;
  font-size: 12px;
  cursor: pointer;
}

.apexcharts-theme-light .apexcharts-menu-item:hover {
  background: #eee;
}

.apexcharts-theme-dark .apexcharts-menu {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}

@media screen and (min-width: 768px) {
  .apexcharts-canvas:hover .apexcharts-toolbar {
    opacity: 1;
  }
}

.apexcharts-datalabel.apexcharts-element-hidden {
  opacity: 0;
}

.apexcharts-pie-label,
.apexcharts-datalabels,
.apexcharts-datalabel,
.apexcharts-datalabel-label,
.apexcharts-datalabel-value {
  cursor: default;
  pointer-events: none;
}

.apexcharts-pie-label-delay {
  opacity: 0;
  animation-name: opaque;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}

.apexcharts-canvas .apexcharts-element-hidden {
  opacity: 0;
}

.apexcharts-hide .apexcharts-series-points {
  opacity: 0;
}

.apexcharts-gridline,
.apexcharts-annotation-rect,
.apexcharts-tooltip .apexcharts-marker,
.apexcharts-area-series .apexcharts-area,
.apexcharts-line,
.apexcharts-zoom-rect,
.apexcharts-toolbar svg,
.apexcharts-area-series .apexcharts-series-markers .apexcharts-marker.no-pointer-events,
.apexcharts-line-series .apexcharts-series-markers .apexcharts-marker.no-pointer-events,
.apexcharts-radar-series path,
.apexcharts-radar-series polygon {
  pointer-events: none;
}


/* markers */

.apexcharts-marker {
  transition: 0.15s ease all;
}

@keyframes opaque {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


/* Resize generated styles */

@keyframes resizeanim {
  from {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}

.resize-triggers {
  animation: 1ms resizeanim;
  visibility: hidden;
  opacity: 0;
}

.resize-triggers,
.resize-triggers>div,
.contract-trigger:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.resize-triggers>div {
  background: #eee;
  overflow: auto;
}

.contract-trigger:before {
  width: 200%;
  height: 200%;
}
/* "utilities/mixins" */
.img-responsive-inline {
  max-width: 100%;
  display: inline-block;
  height: auto;
}
.pico {
  background-image: url(/img/design/pico.png);
  background-repeat: no-repeat;
  background-size: 342px 289px;
}
@media only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .pico {
    background-image: url(/img/design/pico@2x.png);
  }
}
/* "utilities/pico" */
/* "vendors/bootstrap/variables.less" */
/* "vendors/animate/animate.css" */
/* "vendors/apex/apexcharts.css" */
/* "vendors/micromodal/micromodal" */
/**************************\
  Basic Modal Styles
\**************************/
.modal {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(81, 95, 120, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}
.modal__container {
  background-color: #fff;
  padding: 30px;
  max-width: 500px;
  max-height: 100vh;
  border-radius: 8px;
  overflow-y: auto;
  box-sizing: border-box;
  box-shadow: 0 0 10px 2px rgba(195, 195, 195, 0.5);
}
.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}
.modal__close {
  background: transparent;
  border: 2px solid #F5F5F9;
  border-radius: 16px;
  padding: 12px;
  cursor: pointer;
}
.modal__header .modal__close:before {
  content: "\2715";
}
.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}
.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.modal__btn:focus,
.modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}
/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}
.micromodal-slide.is-open {
  display: block;
}
.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}
/* "vendors/slick/slick" */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* "vendors/datepciker" */
.datepicker--cells {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.datepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 32px;
  z-index: 1;
}
.datepicker--cell.-focus- {
  background: #f0f0f0;
}
.datepicker--cell.-current- {
  color: #4EB5E6;
}
.datepicker--cell.-current-.-focus- {
  color: #4a4a4a;
}
.datepicker--cell.-current-.-in-range- {
  color: #4EB5E6;
}
.datepicker--cell.-in-range- {
  background: rgba(92, 196, 239, 0.1);
  color: #4a4a4a;
  border-radius: 0;
}
.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae;
}
.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae;
}
.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1;
}
.datepicker--cell.-disabled-.-current-.-focus- {
  color: #aeaeae;
}
.datepicker--cell.-range-from- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 4px 0 0 4px;
}
.datepicker--cell.-range-to- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 0 4px 4px 0;
}
.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #5cc4ef;
}
.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px;
}
.datepicker--cell.-selected- {
  border: none;
}
.datepicker--cell.-selected-.-focus- {
  background: #45bced;
}
.datepicker--cell:empty {
  cursor: default;
}
.datepicker--days-names {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 0 3px;
}
.datepicker--day-name {
  color: #FF9A19;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
}
.-only-timepicker- .datepicker--content,
.datepicker--body,
.datepicker-inline .datepicker--pointer {
  display: none;
}
.datepicker--cell-day {
  width: 14.28571%;
}
.datepicker--cells-months {
  height: 170px;
}
.datepicker--cell-month {
  width: 33.33%;
  height: 25%;
}
.datepicker--cells-years,
.datepicker--years {
  height: 170px;
}
.datepicker--cell-year {
  width: 25%;
  height: 33.33%;
}
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0;
}
@media print {
  .datepickers-container {
    display: none;
  }
}
.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  z-index: 100;
}
.datepicker.-from-top- {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.datepicker.-from-right- {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}
.datepicker.-from-bottom- {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}
.datepicker.-from-left- {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}
.datepicker.active {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
  transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
}
.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.datepicker--content {
  box-sizing: content-box;
  padding: 4px;
}
.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1;
}
.datepicker--nav-action:hover,
.datepicker--nav-title:hover {
  background: #f0f0f0;
}
.-top-center- .datepicker--pointer,
.-top-left- .datepicker--pointer,
.-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.-right-bottom- .datepicker--pointer,
.-right-center- .datepicker--pointer,
.-right-top- .datepicker--pointer {
  right: calc(100% - 4px);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.-bottom-center- .datepicker--pointer,
.-bottom-left- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
.-left-bottom- .datepicker--pointer,
.-left-center- .datepicker--pointer,
.-left-top- .datepicker--pointer {
  left: calc(100% - 4px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.-bottom-left- .datepicker--pointer,
.-top-left- .datepicker--pointer {
  left: 10px;
}
.-bottom-right- .datepicker--pointer,
.-top-right- .datepicker--pointer {
  right: 10px;
}
.-bottom-center- .datepicker--pointer,
.-top-center- .datepicker--pointer {
  left: calc(50% - 10px / 2);
}
.-left-top- .datepicker--pointer,
.-right-top- .datepicker--pointer {
  top: 10px;
}
.-left-bottom- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
  bottom: 10px;
}
.-left-center- .datepicker--pointer,
.-right-center- .datepicker--pointer {
  top: calc(50% - 10px / 2);
}
.datepicker--body.active {
  display: block;
}
.datepicker--nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px;
}
.-only-timepicker- .datepicker--nav {
  display: none;
}
.datepicker--nav-action,
.datepicker--nav-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker--nav-action.-disabled- {
  visibility: hidden;
}
.datepicker--nav-action svg {
  width: 32px;
  height: 32px;
}
.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px;
}
.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px;
}
.datepicker--buttons,
.datepicker--time {
  border-top: 1px solid #efefef;
  padding: 4px;
}
.datepicker--nav-title i {
  font-style: normal;
  color: #9c9c9c;
  margin-left: 5px;
}
.datepicker--nav-title.-disabled- {
  cursor: default;
  background: 0 0;
}
.datepicker--buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.datepicker--button {
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 4px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px;
}
.datepicker--button:hover {
  color: #4a4a4a;
  background: #f0f0f0;
}
.datepicker--time {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.datepicker--time.-am-pm- .datepicker--time-sliders {
  -webkit-flex: 0 1 138px;
  -ms-flex: 0 1 138px;
  flex: 0 1 138px;
  max-width: 138px;
}
.-only-timepicker- .datepicker--time {
  border-top: none;
}
.datepicker--time-sliders {
  -webkit-flex: 0 1 153px;
  -ms-flex: 0 1 153px;
  flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px;
}
.datepicker--time-label {
  display: none;
  font-size: 12px;
}
.datepicker--time-current {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px;
}
.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}
.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1;
}
.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
  content: '';
  background: #f0f0f0;
  border-radius: 4px;
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}
.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
  opacity: 1;
}
.datepicker--time-current-ampm {
  text-transform: uppercase;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}
.datepicker--time-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat;
}
.datepicker--time-row:first-child {
  margin-bottom: 4px;
}
.datepicker--time-row input[type=range] {
  background: 0 0;
  cursor: pointer;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}
.datepicker--time-row input[type=range]::-ms-tooltip {
  display: none;
}
.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb {
  border-color: #b8b8b8;
}
.datepicker--time-row input[type=range]:hover::-moz-range-thumb {
  border-color: #b8b8b8;
}
.datepicker--time-row input[type=range]:hover::-ms-thumb {
  border-color: #b8b8b8;
}
.datepicker--time-row input[type=range]:focus {
  outline: 0;
}
.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}
.datepicker--time-row input[type=range]:focus::-moz-range-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}
.datepicker--time-row input[type=range]:focus::-ms-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}
.datepicker--time-row input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background 0.2s;
  margin-top: -6px;
}
.datepicker--time-row input[type=range]::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background 0.2s;
}
.datepicker--time-row input[type=range]::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background 0.2s;
}
.datepicker--time-row input[type=range]::-webkit-slider-runnable-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: 0 0;
}
.datepicker--time-row input[type=range]::-moz-range-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: 0 0;
}
.datepicker--time-row input[type=range]::-ms-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: 0 0;
}
.datepicker--time-row input[type=range]::-ms-fill-lower {
  background: 0 0;
}
.datepicker--time-row input[type=range]::-ms-fill-upper {
  background: 0 0;
}
.datepicker--time-row span {
  padding: 0 12px;
}
.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em;
}
.datepicker--time-icon:after,
.datepicker--time-icon:before {
  content: '';
  background: currentColor;
  position: absolute;
}
.datepicker--time-icon:after {
  height: 0.4em;
  width: 1px;
  left: calc(50% - 1px);
  top: calc(50% + 1px);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.datepicker--time-icon:before {
  width: 0.4em;
  height: 1px;
  top: calc(50% + 1px);
  left: calc(50% - 1px);
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #ccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: 0 0;
  border: none;
}
/* "utilities/bootstrap" */
.clearfix,
.container,
.container-fluid,
.row,
.form-horizontal .form-group,
.container,
.container--1164--fixed,
.header--container {
  clear: both;
  float: none;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.container:before,
.container:after,
.container--1164--fixed:before,
.container--1164--fixed:after,
.header--container:before,
.header--container:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.container:after,
.container--1164--fixed:after,
.header--container:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 18px;
  padding-right: 18px;
}
@media (min-width: 768px) {
  .container {
    width: 756px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 976px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1176px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 18px;
  padding-right: 18px;
}
.row {
  margin-left: -18px;
  margin-right: -18px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 18px;
  padding-right: 18px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 10px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 2px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #8285A3;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #8285A3;
}
.form-control::-webkit-input-placeholder {
  color: #8285A3;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  padding: 20px 24px 0 24px;
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.form-group label {
  font-family: 'Open Sans', sans-serif;
  color: #4b5455;
  font-weight: 600;
  font-size: 14px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 32px;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  min-height: 38px;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -18px;
  margin-right: -18px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 18px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
p {
  margin: 0;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.nopa {
  padding: 0;
}
.nopal {
  padding-left: 0;
}
.nopar {
  padding-right: 0;
}
/* "utilities/fonts" */
@font-face {
  font-family: "Inter-Italic-VariableFont_opsz,wght";
  src: url(/fonts/Inter-Italic-VariableFont_opsz,wght.ttf);
}
@font-face {
  font-family: "Inter-VariableFont_opsz,wght";
  src: url(/fonts/Inter-VariableFont_opsz,wght.ttf);
}
@font-face {
  font-family: "Philosopher-Bold";
  src: url(/fonts/Philosopher-Bold.ttf);
}
@font-face {
  font-family: "Philosopher-BoldItalic";
  src: url(/fonts/Philosopher-BoldItalic.ttf);
}
@font-face {
  font-family: "Philosopher-Italic";
  src: url(/fonts/Philosopher-Italic.ttf);
}
@font-face {
  font-family: "Philosopher-Regular";
  src: url(/fonts/Philosopher-Regular.ttf);
}
@font-face {
  font-family: "WorkSans-Black";
  src: url(/fonts/WorkSans-Black.ttf);
}
@font-face {
  font-family: "WorkSans-BlackItalic";
  src: url(/fonts/WorkSans-BlackItalic.ttf);
}
@font-face {
  font-family: "WorkSans-Bold";
  src: url(/fonts/WorkSans-Bold.ttf);
}
@font-face {
  font-family: "WorkSans-BoldItalic";
  src: url(/fonts/WorkSans-BoldItalic.ttf);
}
@font-face {
  font-family: "WorkSans-ExtraBold";
  src: url(/fonts/WorkSans-ExtraBold.ttf);
}
@font-face {
  font-family: "WorkSans-ExtraBoldItalic";
  src: url(/fonts/WorkSans-ExtraBoldItalic.ttf);
}
@font-face {
  font-family: "WorkSans-ExtraLight";
  src: url(/fonts/WorkSans-ExtraLight.ttf);
}
@font-face {
  font-family: "WorkSans-ExtraLightItalic";
  src: url(/fonts/WorkSans-ExtraLightItalic.ttf);
}
@font-face {
  font-family: "WorkSans-Italic";
  src: url(/fonts/WorkSans-Italic.ttf);
}
@font-face {
  font-family: "WorkSans-Light";
  src: url(/fonts/WorkSans-Light.ttf);
}
@font-face {
  font-family: "WorkSans-LightItalic";
  src: url(/fonts/WorkSans-LightItalic.ttf);
}
@font-face {
  font-family: "WorkSans-Medium";
  src: url(/fonts/WorkSans-Medium.ttf);
}
@font-face {
  font-family: "WorkSans-MediumItalic";
  src: url(/fonts/WorkSans-MediumItalic.ttf);
}
@font-face {
  font-family: "WorkSans-Regular";
  src: url(/fonts/WorkSans-Regular.ttf);
}
@font-face {
  font-family: "WorkSans-SemiBold";
  src: url(/fonts/WorkSans-SemiBold.ttf);
}
@font-face {
  font-family: "WorkSans-SemiBoldItalic";
  src: url(/fonts/WorkSans-SemiBoldItalic.ttf);
}
@font-face {
  font-family: "WorkSans-Thin";
  src: url(/fonts/WorkSans-Thin.ttf);
}
@font-face {
  font-family: "WorkSans-ThinItalic";
  src: url(/fonts/WorkSans-ThinItalic.ttf);
}
@font-face {
  font-family: "fa-brands-400";
  src: url(/fonts/fa-brands-400.ttf);
}
@font-face {
  font-family: "fa-regular-400";
  src: url(/fonts/fa-regular-400.ttf);
}
@font-face {
  font-family: "fa-solid-900";
  src: url(/fonts/fa-solid-900.ttf);
}
/* "vendors/fontawesome" */
.fa {
  font-family: var(--fa-style-family, 'Font Awesome 6 Free');
  font-weight: var(--fa-style, 900);
}
.fa,
.fas,
.fa-solid,
.fass,
.fa-sharp,
.far,
.fa-regular,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}
.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: 'Font Awesome 6 Free';
}
.fab,
.fa-brands {
  font-family: 'Font Awesome 6 Brands';
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}
.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333333em;
  vertical-align: 0.125em;
}
.fa-sm {
  font-size: 0.875em;
  line-height: 0.07142857em;
  vertical-align: 0.05357143em;
}
.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}
.fa-xl {
  font-size: 1.5em;
  line-height: 0.04166667em;
  vertical-align: -0.125em;
}
.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-bounce {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.280, 0.840, 0.420, 1));
}
.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4,0,.6,1));
}
.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4,0,.6,1));
}
.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}
.fa-spin-reverse {
  --fa-animation-direction: reverse;
}
.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));;
}
@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%,
  90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--#{$fa-css-prefix}-bounce-start-scale-x, 1.1),var(--#{$fa-css-prefix}-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--#{$fa-css-prefix}-bounce-jump-scale-x, 0.9),var(--#{$fa-css-prefix}-bounce-jump-scale-y, 1.1)) translateY(var(--#{$fa-css-prefix}-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--#{$fa-css-prefix}-bounce-land-scale-x, 1.05),var(--#{$fa-css-prefix}-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1,1) translateY(var(--#{$fa-css-prefix}-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%,
  100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%,
  24% {
    transform: rotate(-18deg);
  }
  12%,
  28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%,
  100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}
.fa-rotate-180 {
  transform: rotate(180deg);
}
.fa-rotate-270 {
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  transform: scale(1, -1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}
.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, none));
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: var(--fa-inverse, #fff);
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-0::before {
  content: "\30";
}
.fa-1::before {
  content: "\31";
}
.fa-2::before {
  content: "\32";
}
.fa-3::before {
  content: "\33";
}
.fa-4::before {
  content: "\34";
}
.fa-5::before {
  content: "\35";
}
.fa-6::before {
  content: "\36";
}
.fa-7::before {
  content: "\37";
}
.fa-8::before {
  content: "\38";
}
.fa-9::before {
  content: "\39";
}
.fa-fill-drip::before {
  content: "\f576";
}
.fa-arrows-to-circle::before {
  content: "\e4bd";
}
.fa-circle-chevron-right::before {
  content: "\f138";
}
.fa-chevron-circle-right::before {
  content: "\f138";
}
.fa-at::before {
  content: "\40";
}
.fa-trash-can::before {
  content: "\f2ed";
}
.fa-trash-alt::before {
  content: "\f2ed";
}
.fa-text-height::before {
  content: "\f034";
}
.fa-user-xmark::before {
  content: "\f235";
}
.fa-user-times::before {
  content: "\f235";
}
.fa-stethoscope::before {
  content: "\f0f1";
}
.fa-message::before {
  content: "\f27a";
}
.fa-comment-alt::before {
  content: "\f27a";
}
.fa-info::before {
  content: "\f129";
}
.fa-down-left-and-up-right-to-center::before {
  content: "\f422";
}
.fa-compress-alt::before {
  content: "\f422";
}
.fa-explosion::before {
  content: "\e4e9";
}
.fa-file-lines::before {
  content: "\f15c";
}
.fa-file-alt::before {
  content: "\f15c";
}
.fa-file-text::before {
  content: "\f15c";
}
.fa-wave-square::before {
  content: "\f83e";
}
.fa-ring::before {
  content: "\f70b";
}
.fa-building-un::before {
  content: "\e4d9";
}
.fa-dice-three::before {
  content: "\f527";
}
.fa-calendar-days::before {
  content: "\f073";
}
.fa-calendar-alt::before {
  content: "\f073";
}
.fa-anchor-circle-check::before {
  content: "\e4aa";
}
.fa-building-circle-arrow-right::before {
  content: "\e4d1";
}
.fa-volleyball::before {
  content: "\f45f";
}
.fa-volleyball-ball::before {
  content: "\f45f";
}
.fa-arrows-up-to-line::before {
  content: "\e4c2";
}
.fa-sort-down::before {
  content: "\f0dd";
}
.fa-sort-desc::before {
  content: "\f0dd";
}
.fa-circle-minus::before {
  content: "\f056";
}
.fa-minus-circle::before {
  content: "\f056";
}
.fa-door-open::before {
  content: "\f52b";
}
.fa-right-from-bracket::before {
  content: "\f2f5";
}
.fa-sign-out-alt::before {
  content: "\f2f5";
}
.fa-atom::before {
  content: "\f5d2";
}
.fa-soap::before {
  content: "\e06e";
}
.fa-icons::before {
  content: "\f86d";
}
.fa-heart-music-camera-bolt::before {
  content: "\f86d";
}
.fa-microphone-lines-slash::before {
  content: "\f539";
}
.fa-microphone-alt-slash::before {
  content: "\f539";
}
.fa-bridge-circle-check::before {
  content: "\e4c9";
}
.fa-pump-medical::before {
  content: "\e06a";
}
.fa-fingerprint::before {
  content: "\f577";
}
.fa-hand-point-right::before {
  content: "\f0a4";
}
.fa-magnifying-glass-location::before {
  content: "\f689";
}
.fa-search-location::before {
  content: "\f689";
}
.fa-forward-step::before {
  content: "\f051";
}
.fa-step-forward::before {
  content: "\f051";
}
.fa-face-smile-beam::before {
  content: "\f5b8";
}
.fa-smile-beam::before {
  content: "\f5b8";
}
.fa-flag-checkered::before {
  content: "\f11e";
}
.fa-football::before {
  content: "\f44e";
}
.fa-football-ball::before {
  content: "\f44e";
}
.fa-school-circle-exclamation::before {
  content: "\e56c";
}
.fa-crop::before {
  content: "\f125";
}
.fa-angles-down::before {
  content: "\f103";
}
.fa-angle-double-down::before {
  content: "\f103";
}
.fa-users-rectangle::before {
  content: "\e594";
}
.fa-people-roof::before {
  content: "\e537";
}
.fa-people-line::before {
  content: "\e534";
}
.fa-beer-mug-empty::before {
  content: "\f0fc";
}
.fa-beer::before {
  content: "\f0fc";
}
.fa-diagram-predecessor::before {
  content: "\e477";
}
.fa-arrow-up-long::before {
  content: "\f176";
}
.fa-long-arrow-up::before {
  content: "\f176";
}
.fa-fire-flame-simple::before {
  content: "\f46a";
}
.fa-burn::before {
  content: "\f46a";
}
.fa-person::before {
  content: "\f183";
}
.fa-male::before {
  content: "\f183";
}
.fa-laptop::before {
  content: "\f109";
}
.fa-file-csv::before {
  content: "\f6dd";
}
.fa-menorah::before {
  content: "\f676";
}
.fa-truck-plane::before {
  content: "\e58f";
}
.fa-record-vinyl::before {
  content: "\f8d9";
}
.fa-face-grin-stars::before {
  content: "\f587";
}
.fa-grin-stars::before {
  content: "\f587";
}
.fa-bong::before {
  content: "\f55c";
}
.fa-spaghetti-monster-flying::before {
  content: "\f67b";
}
.fa-pastafarianism::before {
  content: "\f67b";
}
.fa-arrow-down-up-across-line::before {
  content: "\e4af";
}
.fa-spoon::before {
  content: "\f2e5";
}
.fa-utensil-spoon::before {
  content: "\f2e5";
}
.fa-jar-wheat::before {
  content: "\e517";
}
.fa-envelopes-bulk::before {
  content: "\f674";
}
.fa-mail-bulk::before {
  content: "\f674";
}
.fa-file-circle-exclamation::before {
  content: "\e4eb";
}
.fa-circle-h::before {
  content: "\f47e";
}
.fa-hospital-symbol::before {
  content: "\f47e";
}
.fa-pager::before {
  content: "\f815";
}
.fa-address-book::before {
  content: "\f2b9";
}
.fa-contact-book::before {
  content: "\f2b9";
}
.fa-strikethrough::before {
  content: "\f0cc";
}
.fa-k::before {
  content: "\4b";
}
.fa-landmark-flag::before {
  content: "\e51c";
}
.fa-pencil::before {
  content: "\f303";
}
.fa-pencil-alt::before {
  content: "\f303";
}
.fa-backward::before {
  content: "\f04a";
}
.fa-caret-right::before {
  content: "\f0da";
}
.fa-comments::before {
  content: "\f086";
}
.fa-paste::before {
  content: "\f0ea";
}
.fa-file-clipboard::before {
  content: "\f0ea";
}
.fa-code-pull-request::before {
  content: "\e13c";
}
.fa-clipboard-list::before {
  content: "\f46d";
}
.fa-truck-ramp-box::before {
  content: "\f4de";
}
.fa-truck-loading::before {
  content: "\f4de";
}
.fa-user-check::before {
  content: "\f4fc";
}
.fa-vial-virus::before {
  content: "\e597";
}
.fa-sheet-plastic::before {
  content: "\e571";
}
.fa-blog::before {
  content: "\f781";
}
.fa-user-ninja::before {
  content: "\f504";
}
.fa-person-arrow-up-from-line::before {
  content: "\e539";
}
.fa-scroll-torah::before {
  content: "\f6a0";
}
.fa-torah::before {
  content: "\f6a0";
}
.fa-broom-ball::before {
  content: "\f458";
}
.fa-quidditch::before {
  content: "\f458";
}
.fa-quidditch-broom-ball::before {
  content: "\f458";
}
.fa-toggle-off::before {
  content: "\f204";
}
.fa-box-archive::before {
  content: "\f187";
}
.fa-archive::before {
  content: "\f187";
}
.fa-person-drowning::before {
  content: "\e545";
}
.fa-arrow-down-9-1::before {
  content: "\f886";
}
.fa-sort-numeric-desc::before {
  content: "\f886";
}
.fa-sort-numeric-down-alt::before {
  content: "\f886";
}
.fa-face-grin-tongue-squint::before {
  content: "\f58a";
}
.fa-grin-tongue-squint::before {
  content: "\f58a";
}
.fa-spray-can::before {
  content: "\f5bd";
}
.fa-truck-monster::before {
  content: "\f63b";
}
.fa-w::before {
  content: "\57";
}
.fa-earth-africa::before {
  content: "\f57c";
}
.fa-globe-africa::before {
  content: "\f57c";
}
.fa-rainbow::before {
  content: "\f75b";
}
.fa-circle-notch::before {
  content: "\f1ce";
}
.fa-tablet-screen-button::before {
  content: "\f3fa";
}
.fa-tablet-alt::before {
  content: "\f3fa";
}
.fa-paw::before {
  content: "\f1b0";
}
.fa-cloud::before {
  content: "\f0c2";
}
.fa-trowel-bricks::before {
  content: "\e58a";
}
.fa-face-flushed::before {
  content: "\f579";
}
.fa-flushed::before {
  content: "\f579";
}
.fa-hospital-user::before {
  content: "\f80d";
}
.fa-tent-arrow-left-right::before {
  content: "\e57f";
}
.fa-gavel::before {
  content: "\f0e3";
}
.fa-legal::before {
  content: "\f0e3";
}
.fa-binoculars::before {
  content: "\f1e5";
}
.fa-microphone-slash::before {
  content: "\f131";
}
.fa-box-tissue::before {
  content: "\e05b";
}
.fa-motorcycle::before {
  content: "\f21c";
}
.fa-bell-concierge::before {
  content: "\f562";
}
.fa-concierge-bell::before {
  content: "\f562";
}
.fa-pen-ruler::before {
  content: "\f5ae";
}
.fa-pencil-ruler::before {
  content: "\f5ae";
}
.fa-people-arrows::before {
  content: "\e068";
}
.fa-people-arrows-left-right::before {
  content: "\e068";
}
.fa-mars-and-venus-burst::before {
  content: "\e523";
}
.fa-square-caret-right::before {
  content: "\f152";
}
.fa-caret-square-right::before {
  content: "\f152";
}
.fa-scissors::before {
  content: "\f0c4";
}
.fa-cut::before {
  content: "\f0c4";
}
.fa-sun-plant-wilt::before {
  content: "\e57a";
}
.fa-toilets-portable::before {
  content: "\e584";
}
.fa-hockey-puck::before {
  content: "\f453";
}
.fa-table::before {
  content: "\f0ce";
}
.fa-magnifying-glass-arrow-right::before {
  content: "\e521";
}
.fa-tachograph-digital::before {
  content: "\f566";
}
.fa-digital-tachograph::before {
  content: "\f566";
}
.fa-users-slash::before {
  content: "\e073";
}
.fa-clover::before {
  content: "\e139";
}
.fa-reply::before {
  content: "\f3e5";
}
.fa-mail-reply::before {
  content: "\f3e5";
}
.fa-star-and-crescent::before {
  content: "\f699";
}
.fa-house-fire::before {
  content: "\e50c";
}
.fa-square-minus::before {
  content: "\f146";
}
.fa-minus-square::before {
  content: "\f146";
}
.fa-helicopter::before {
  content: "\f533";
}
.fa-compass::before {
  content: "\f14e";
}
.fa-square-caret-down::before {
  content: "\f150";
}
.fa-caret-square-down::before {
  content: "\f150";
}
.fa-file-circle-question::before {
  content: "\e4ef";
}
.fa-laptop-code::before {
  content: "\f5fc";
}
.fa-swatchbook::before {
  content: "\f5c3";
}
.fa-prescription-bottle::before {
  content: "\f485";
}
.fa-bars::before {
  content: "\f0c9";
}
.fa-navicon::before {
  content: "\f0c9";
}
.fa-people-group::before {
  content: "\e533";
}
.fa-hourglass-end::before {
  content: "\f253";
}
.fa-hourglass-3::before {
  content: "\f253";
}
.fa-heart-crack::before {
  content: "\f7a9";
}
.fa-heart-broken::before {
  content: "\f7a9";
}
.fa-square-up-right::before {
  content: "\f360";
}
.fa-external-link-square-alt::before {
  content: "\f360";
}
.fa-face-kiss-beam::before {
  content: "\f597";
}
.fa-kiss-beam::before {
  content: "\f597";
}
.fa-film::before {
  content: "\f008";
}
.fa-ruler-horizontal::before {
  content: "\f547";
}
.fa-people-robbery::before {
  content: "\e536";
}
.fa-lightbulb::before {
  content: "\f0eb";
}
.fa-caret-left::before {
  content: "\f0d9";
}
.fa-circle-exclamation::before {
  content: "\f06a";
}
.fa-exclamation-circle::before {
  content: "\f06a";
}
.fa-school-circle-xmark::before {
  content: "\e56d";
}
.fa-arrow-right-from-bracket::before {
  content: "\f08b";
}
.fa-sign-out::before {
  content: "\f08b";
}
.fa-circle-chevron-down::before {
  content: "\f13a";
}
.fa-chevron-circle-down::before {
  content: "\f13a";
}
.fa-unlock-keyhole::before {
  content: "\f13e";
}
.fa-unlock-alt::before {
  content: "\f13e";
}
.fa-cloud-showers-heavy::before {
  content: "\f740";
}
.fa-headphones-simple::before {
  content: "\f58f";
}
.fa-headphones-alt::before {
  content: "\f58f";
}
.fa-sitemap::before {
  content: "\f0e8";
}
.fa-circle-dollar-to-slot::before {
  content: "\f4b9";
}
.fa-donate::before {
  content: "\f4b9";
}
.fa-memory::before {
  content: "\f538";
}
.fa-road-spikes::before {
  content: "\e568";
}
.fa-fire-burner::before {
  content: "\e4f1";
}
.fa-flag::before {
  content: "\f024";
}
.fa-hanukiah::before {
  content: "\f6e6";
}
.fa-feather::before {
  content: "\f52d";
}
.fa-volume-low::before {
  content: "\f027";
}
.fa-volume-down::before {
  content: "\f027";
}
.fa-comment-slash::before {
  content: "\f4b3";
}
.fa-cloud-sun-rain::before {
  content: "\f743";
}
.fa-compress::before {
  content: "\f066";
}
.fa-wheat-awn::before {
  content: "\e2cd";
}
.fa-wheat-alt::before {
  content: "\e2cd";
}
.fa-ankh::before {
  content: "\f644";
}
.fa-hands-holding-child::before {
  content: "\e4fa";
}
.fa-asterisk::before {
  content: "\2a";
}
.fa-square-check::before {
  content: "\f14a";
}
.fa-check-square::before {
  content: "\f14a";
}
.fa-peseta-sign::before {
  content: "\e221";
}
.fa-heading::before {
  content: "\f1dc";
}
.fa-header::before {
  content: "\f1dc";
}
.fa-ghost::before {
  content: "\f6e2";
}
.fa-list::before {
  content: "\f03a";
}
.fa-list-squares::before {
  content: "\f03a";
}
.fa-square-phone-flip::before {
  content: "\f87b";
}
.fa-phone-square-alt::before {
  content: "\f87b";
}
.fa-cart-plus::before {
  content: "\f217";
}
.fa-gamepad::before {
  content: "\f11b";
}
.fa-circle-dot::before {
  content: "\f192";
}
.fa-dot-circle::before {
  content: "\f192";
}
.fa-face-dizzy::before {
  content: "\f567";
}
.fa-dizzy::before {
  content: "\f567";
}
.fa-egg::before {
  content: "\f7fb";
}
.fa-house-medical-circle-xmark::before {
  content: "\e513";
}
.fa-campground::before {
  content: "\f6bb";
}
.fa-folder-plus::before {
  content: "\f65e";
}
.fa-futbol::before {
  content: "\f1e3";
}
.fa-futbol-ball::before {
  content: "\f1e3";
}
.fa-soccer-ball::before {
  content: "\f1e3";
}
.fa-paintbrush::before {
  content: "\f1fc";
}
.fa-paint-brush::before {
  content: "\f1fc";
}
.fa-lock::before {
  content: "\f023";
}
.fa-gas-pump::before {
  content: "\f52f";
}
.fa-hot-tub-person::before {
  content: "\f593";
}
.fa-hot-tub::before {
  content: "\f593";
}
.fa-map-location::before {
  content: "\f59f";
}
.fa-map-marked::before {
  content: "\f59f";
}
.fa-house-flood-water::before {
  content: "\e50e";
}
.fa-tree::before {
  content: "\f1bb";
}
.fa-bridge-lock::before {
  content: "\e4cc";
}
.fa-sack-dollar::before {
  content: "\f81d";
}
.fa-pen-to-square::before {
  content: "\f044";
}
.fa-edit::before {
  content: "\f044";
}
.fa-car-side::before {
  content: "\f5e4";
}
.fa-share-nodes::before {
  content: "\f1e0";
}
.fa-share-alt::before {
  content: "\f1e0";
}
.fa-heart-circle-minus::before {
  content: "\e4ff";
}
.fa-hourglass-half::before {
  content: "\f252";
}
.fa-hourglass-2::before {
  content: "\f252";
}
.fa-microscope::before {
  content: "\f610";
}
.fa-sink::before {
  content: "\e06d";
}
.fa-bag-shopping::before {
  content: "\f290";
}
.fa-shopping-bag::before {
  content: "\f290";
}
.fa-arrow-down-z-a::before {
  content: "\f881";
}
.fa-sort-alpha-desc::before {
  content: "\f881";
}
.fa-sort-alpha-down-alt::before {
  content: "\f881";
}
.fa-mitten::before {
  content: "\f7b5";
}
.fa-person-rays::before {
  content: "\e54d";
}
.fa-users::before {
  content: "\f0c0";
}
.fa-eye-slash::before {
  content: "\f070";
}
.fa-flask-vial::before {
  content: "\e4f3";
}
.fa-hand::before {
  content: "\f256";
}
.fa-hand-paper::before {
  content: "\f256";
}
.fa-om::before {
  content: "\f679";
}
.fa-worm::before {
  content: "\e599";
}
.fa-house-circle-xmark::before {
  content: "\e50b";
}
.fa-plug::before {
  content: "\f1e6";
}
.fa-chevron-up::before {
  content: "\f077";
}
.fa-hand-spock::before {
  content: "\f259";
}
.fa-stopwatch::before {
  content: "\f2f2";
}
.fa-face-kiss::before {
  content: "\f596";
}
.fa-kiss::before {
  content: "\f596";
}
.fa-bridge-circle-xmark::before {
  content: "\e4cb";
}
.fa-face-grin-tongue::before {
  content: "\f589";
}
.fa-grin-tongue::before {
  content: "\f589";
}
.fa-chess-bishop::before {
  content: "\f43a";
}
.fa-face-grin-wink::before {
  content: "\f58c";
}
.fa-grin-wink::before {
  content: "\f58c";
}
.fa-ear-deaf::before {
  content: "\f2a4";
}
.fa-deaf::before {
  content: "\f2a4";
}
.fa-deafness::before {
  content: "\f2a4";
}
.fa-hard-of-hearing::before {
  content: "\f2a4";
}
.fa-road-circle-check::before {
  content: "\e564";
}
.fa-dice-five::before {
  content: "\f523";
}
.fa-square-rss::before {
  content: "\f143";
}
.fa-rss-square::before {
  content: "\f143";
}
.fa-land-mine-on::before {
  content: "\e51b";
}
.fa-i-cursor::before {
  content: "\f246";
}
.fa-stamp::before {
  content: "\f5bf";
}
.fa-stairs::before {
  content: "\e289";
}
.fa-i::before {
  content: "\49";
}
.fa-hryvnia-sign::before {
  content: "\f6f2";
}
.fa-hryvnia::before {
  content: "\f6f2";
}
.fa-pills::before {
  content: "\f484";
}
.fa-face-grin-wide::before {
  content: "\f581";
}
.fa-grin-alt::before {
  content: "\f581";
}
.fa-tooth::before {
  content: "\f5c9";
}
.fa-v::before {
  content: "\56";
}
.fa-bangladeshi-taka-sign::before {
  content: "\e2e6";
}
.fa-bicycle::before {
  content: "\f206";
}
.fa-staff-snake::before {
  content: "\e579";
}
.fa-rod-asclepius::before {
  content: "\e579";
}
.fa-rod-snake::before {
  content: "\e579";
}
.fa-staff-aesculapius::before {
  content: "\e579";
}
.fa-head-side-cough-slash::before {
  content: "\e062";
}
.fa-truck-medical::before {
  content: "\f0f9";
}
.fa-ambulance::before {
  content: "\f0f9";
}
.fa-wheat-awn-circle-exclamation::before {
  content: "\e598";
}
.fa-snowman::before {
  content: "\f7d0";
}
.fa-mortar-pestle::before {
  content: "\f5a7";
}
.fa-road-barrier::before {
  content: "\e562";
}
.fa-school::before {
  content: "\f549";
}
.fa-igloo::before {
  content: "\f7ae";
}
.fa-joint::before {
  content: "\f595";
}
.fa-angle-right::before {
  content: "\f105";
}
.fa-horse::before {
  content: "\f6f0";
}
.fa-q::before {
  content: "\51";
}
.fa-g::before {
  content: "\47";
}
.fa-notes-medical::before {
  content: "\f481";
}
.fa-temperature-half::before {
  content: "\f2c9";
}
.fa-temperature-2::before {
  content: "\f2c9";
}
.fa-thermometer-2::before {
  content: "\f2c9";
}
.fa-thermometer-half::before {
  content: "\f2c9";
}
.fa-dong-sign::before {
  content: "\e169";
}
.fa-capsules::before {
  content: "\f46b";
}
.fa-poo-storm::before {
  content: "\f75a";
}
.fa-poo-bolt::before {
  content: "\f75a";
}
.fa-face-frown-open::before {
  content: "\f57a";
}
.fa-frown-open::before {
  content: "\f57a";
}
.fa-hand-point-up::before {
  content: "\f0a6";
}
.fa-money-bill::before {
  content: "\f0d6";
}
.fa-bookmark::before {
  content: "\f02e";
}
.fa-align-justify::before {
  content: "\f039";
}
.fa-umbrella-beach::before {
  content: "\f5ca";
}
.fa-helmet-un::before {
  content: "\e503";
}
.fa-bullseye::before {
  content: "\f140";
}
.fa-bacon::before {
  content: "\f7e5";
}
.fa-hand-point-down::before {
  content: "\f0a7";
}
.fa-arrow-up-from-bracket::before {
  content: "\e09a";
}
.fa-folder::before {
  content: "\f07b";
}
.fa-folder-blank::before {
  content: "\f07b";
}
.fa-file-waveform::before {
  content: "\f478";
}
.fa-file-medical-alt::before {
  content: "\f478";
}
.fa-radiation::before {
  content: "\f7b9";
}
.fa-chart-simple::before {
  content: "\e473";
}
.fa-mars-stroke::before {
  content: "\f229";
}
.fa-vial::before {
  content: "\f492";
}
.fa-gauge::before {
  content: "\f624";
}
.fa-dashboard::before {
  content: "\f624";
}
.fa-gauge-med::before {
  content: "\f624";
}
.fa-tachometer-alt-average::before {
  content: "\f624";
}
.fa-wand-magic-sparkles::before {
  content: "\e2ca";
}
.fa-magic-wand-sparkles::before {
  content: "\e2ca";
}
.fa-e::before {
  content: "\45";
}
.fa-pen-clip::before {
  content: "\f305";
}
.fa-pen-alt::before {
  content: "\f305";
}
.fa-bridge-circle-exclamation::before {
  content: "\e4ca";
}
.fa-user::before {
  content: "\f007";
}
.fa-school-circle-check::before {
  content: "\e56b";
}
.fa-dumpster::before {
  content: "\f793";
}
.fa-van-shuttle::before {
  content: "\f5b6";
}
.fa-shuttle-van::before {
  content: "\f5b6";
}
.fa-building-user::before {
  content: "\e4da";
}
.fa-square-caret-left::before {
  content: "\f191";
}
.fa-caret-square-left::before {
  content: "\f191";
}
.fa-highlighter::before {
  content: "\f591";
}
.fa-key::before {
  content: "\f084";
}
.fa-bullhorn::before {
  content: "\f0a1";
}
.fa-globe::before {
  content: "\f0ac";
}
.fa-synagogue::before {
  content: "\f69b";
}
.fa-person-half-dress::before {
  content: "\e548";
}
.fa-road-bridge::before {
  content: "\e563";
}
.fa-location-arrow::before {
  content: "\f124";
}
.fa-c::before {
  content: "\43";
}
.fa-tablet-button::before {
  content: "\f10a";
}
.fa-building-lock::before {
  content: "\e4d6";
}
.fa-pizza-slice::before {
  content: "\f818";
}
.fa-money-bill-wave::before {
  content: "\f53a";
}
.fa-chart-area::before {
  content: "\f1fe";
}
.fa-area-chart::before {
  content: "\f1fe";
}
.fa-house-flag::before {
  content: "\e50d";
}
.fa-person-circle-minus::before {
  content: "\e540";
}
.fa-ban::before {
  content: "\f05e";
}
.fa-cancel::before {
  content: "\f05e";
}
.fa-camera-rotate::before {
  content: "\e0d8";
}
.fa-spray-can-sparkles::before {
  content: "\f5d0";
}
.fa-air-freshener::before {
  content: "\f5d0";
}
.fa-star::before {
  content: "\f005";
}
.fa-repeat::before {
  content: "\f363";
}
.fa-cross::before {
  content: "\f654";
}
.fa-box::before {
  content: "\f466";
}
.fa-venus-mars::before {
  content: "\f228";
}
.fa-arrow-pointer::before {
  content: "\f245";
}
.fa-mouse-pointer::before {
  content: "\f245";
}
.fa-maximize::before {
  content: "\f31e";
}
.fa-expand-arrows-alt::before {
  content: "\f31e";
}
.fa-charging-station::before {
  content: "\f5e7";
}
.fa-shapes::before {
  content: "\f61f";
}
.fa-triangle-circle-square::before {
  content: "\f61f";
}
.fa-shuffle::before {
  content: "\f074";
}
.fa-random::before {
  content: "\f074";
}
.fa-person-running::before {
  content: "\f70c";
}
.fa-running::before {
  content: "\f70c";
}
.fa-mobile-retro::before {
  content: "\e527";
}
.fa-grip-lines-vertical::before {
  content: "\f7a5";
}
.fa-spider::before {
  content: "\f717";
}
.fa-hands-bound::before {
  content: "\e4f9";
}
.fa-file-invoice-dollar::before {
  content: "\f571";
}
.fa-plane-circle-exclamation::before {
  content: "\e556";
}
.fa-x-ray::before {
  content: "\f497";
}
.fa-spell-check::before {
  content: "\f891";
}
.fa-slash::before {
  content: "\f715";
}
.fa-computer-mouse::before {
  content: "\f8cc";
}
.fa-mouse::before {
  content: "\f8cc";
}
.fa-arrow-right-to-bracket::before {
  content: "\f090";
}
.fa-sign-in::before {
  content: "\f090";
}
.fa-shop-slash::before {
  content: "\e070";
}
.fa-store-alt-slash::before {
  content: "\e070";
}
.fa-server::before {
  content: "\f233";
}
.fa-virus-covid-slash::before {
  content: "\e4a9";
}
.fa-shop-lock::before {
  content: "\e4a5";
}
.fa-hourglass-start::before {
  content: "\f251";
}
.fa-hourglass-1::before {
  content: "\f251";
}
.fa-blender-phone::before {
  content: "\f6b6";
}
.fa-building-wheat::before {
  content: "\e4db";
}
.fa-person-breastfeeding::before {
  content: "\e53a";
}
.fa-right-to-bracket::before {
  content: "\f2f6";
}
.fa-sign-in-alt::before {
  content: "\f2f6";
}
.fa-venus::before {
  content: "\f221";
}
.fa-passport::before {
  content: "\f5ab";
}
.fa-heart-pulse::before {
  content: "\f21e";
}
.fa-heartbeat::before {
  content: "\f21e";
}
.fa-people-carry-box::before {
  content: "\f4ce";
}
.fa-people-carry::before {
  content: "\f4ce";
}
.fa-temperature-high::before {
  content: "\f769";
}
.fa-microchip::before {
  content: "\f2db";
}
.fa-crown::before {
  content: "\f521";
}
.fa-weight-hanging::before {
  content: "\f5cd";
}
.fa-xmarks-lines::before {
  content: "\e59a";
}
.fa-file-prescription::before {
  content: "\f572";
}
.fa-weight-scale::before {
  content: "\f496";
}
.fa-weight::before {
  content: "\f496";
}
.fa-user-group::before {
  content: "\f500";
}
.fa-user-friends::before {
  content: "\f500";
}
.fa-arrow-up-a-z::before {
  content: "\f15e";
}
.fa-sort-alpha-up::before {
  content: "\f15e";
}
.fa-chess-knight::before {
  content: "\f441";
}
.fa-face-laugh-squint::before {
  content: "\f59b";
}
.fa-laugh-squint::before {
  content: "\f59b";
}
.fa-wheelchair::before {
  content: "\f193";
}
.fa-circle-arrow-up::before {
  content: "\f0aa";
}
.fa-arrow-circle-up::before {
  content: "\f0aa";
}
.fa-toggle-on::before {
  content: "\f205";
}
.fa-person-walking::before {
  content: "\f554";
}
.fa-walking::before {
  content: "\f554";
}
.fa-l::before {
  content: "\4c";
}
.fa-fire::before {
  content: "\f06d";
}
.fa-bed-pulse::before {
  content: "\f487";
}
.fa-procedures::before {
  content: "\f487";
}
.fa-shuttle-space::before {
  content: "\f197";
}
.fa-space-shuttle::before {
  content: "\f197";
}
.fa-face-laugh::before {
  content: "\f599";
}
.fa-laugh::before {
  content: "\f599";
}
.fa-folder-open::before {
  content: "\f07c";
}
.fa-heart-circle-plus::before {
  content: "\e500";
}
.fa-code-fork::before {
  content: "\e13b";
}
.fa-city::before {
  content: "\f64f";
}
.fa-microphone-lines::before {
  content: "\f3c9";
}
.fa-microphone-alt::before {
  content: "\f3c9";
}
.fa-pepper-hot::before {
  content: "\f816";
}
.fa-unlock::before {
  content: "\f09c";
}
.fa-colon-sign::before {
  content: "\e140";
}
.fa-headset::before {
  content: "\f590";
}
.fa-store-slash::before {
  content: "\e071";
}
.fa-road-circle-xmark::before {
  content: "\e566";
}
.fa-user-minus::before {
  content: "\f503";
}
.fa-mars-stroke-up::before {
  content: "\f22a";
}
.fa-mars-stroke-v::before {
  content: "\f22a";
}
.fa-champagne-glasses::before {
  content: "\f79f";
}
.fa-glass-cheers::before {
  content: "\f79f";
}
.fa-clipboard::before {
  content: "\f328";
}
.fa-house-circle-exclamation::before {
  content: "\e50a";
}
.fa-file-arrow-up::before {
  content: "\f574";
}
.fa-file-upload::before {
  content: "\f574";
}
.fa-wifi::before {
  content: "\f1eb";
}
.fa-wifi-3::before {
  content: "\f1eb";
}
.fa-wifi-strong::before {
  content: "\f1eb";
}
.fa-bath::before {
  content: "\f2cd";
}
.fa-bathtub::before {
  content: "\f2cd";
}
.fa-underline::before {
  content: "\f0cd";
}
.fa-user-pen::before {
  content: "\f4ff";
}
.fa-user-edit::before {
  content: "\f4ff";
}
.fa-signature::before {
  content: "\f5b7";
}
.fa-stroopwafel::before {
  content: "\f551";
}
.fa-bold::before {
  content: "\f032";
}
.fa-anchor-lock::before {
  content: "\e4ad";
}
.fa-building-ngo::before {
  content: "\e4d7";
}
.fa-manat-sign::before {
  content: "\e1d5";
}
.fa-not-equal::before {
  content: "\f53e";
}
.fa-border-top-left::before {
  content: "\f853";
}
.fa-border-style::before {
  content: "\f853";
}
.fa-map-location-dot::before {
  content: "\f5a0";
}
.fa-map-marked-alt::before {
  content: "\f5a0";
}
.fa-jedi::before {
  content: "\f669";
}
.fa-square-poll-vertical::before {
  content: "\f681";
}
.fa-poll::before {
  content: "\f681";
}
.fa-mug-hot::before {
  content: "\f7b6";
}
.fa-car-battery::before {
  content: "\f5df";
}
.fa-battery-car::before {
  content: "\f5df";
}
.fa-gift::before {
  content: "\f06b";
}
.fa-dice-two::before {
  content: "\f528";
}
.fa-chess-queen::before {
  content: "\f445";
}
.fa-glasses::before {
  content: "\f530";
}
.fa-chess-board::before {
  content: "\f43c";
}
.fa-building-circle-check::before {
  content: "\e4d2";
}
.fa-person-chalkboard::before {
  content: "\e53d";
}
.fa-mars-stroke-right::before {
  content: "\f22b";
}
.fa-mars-stroke-h::before {
  content: "\f22b";
}
.fa-hand-back-fist::before {
  content: "\f255";
}
.fa-hand-rock::before {
  content: "\f255";
}
.fa-square-caret-up::before {
  content: "\f151";
}
.fa-caret-square-up::before {
  content: "\f151";
}
.fa-cloud-showers-water::before {
  content: "\e4e4";
}
.fa-chart-bar::before {
  content: "\f080";
}
.fa-bar-chart::before {
  content: "\f080";
}
.fa-hands-bubbles::before {
  content: "\e05e";
}
.fa-hands-wash::before {
  content: "\e05e";
}
.fa-less-than-equal::before {
  content: "\f537";
}
.fa-train::before {
  content: "\f238";
}
.fa-eye-low-vision::before {
  content: "\f2a8";
}
.fa-low-vision::before {
  content: "\f2a8";
}
.fa-crow::before {
  content: "\f520";
}
.fa-sailboat::before {
  content: "\e445";
}
.fa-window-restore::before {
  content: "\f2d2";
}
.fa-square-plus::before {
  content: "\f0fe";
}
.fa-plus-square::before {
  content: "\f0fe";
}
.fa-torii-gate::before {
  content: "\f6a1";
}
.fa-frog::before {
  content: "\f52e";
}
.fa-bucket::before {
  content: "\e4cf";
}
.fa-image::before {
  content: "\f03e";
}
.fa-microphone::before {
  content: "\f130";
}
.fa-cow::before {
  content: "\f6c8";
}
.fa-caret-up::before {
  content: "\f0d8";
}
.fa-screwdriver::before {
  content: "\f54a";
}
.fa-folder-closed::before {
  content: "\e185";
}
.fa-house-tsunami::before {
  content: "\e515";
}
.fa-square-nfi::before {
  content: "\e576";
}
.fa-arrow-up-from-ground-water::before {
  content: "\e4b5";
}
.fa-martini-glass::before {
  content: "\f57b";
}
.fa-glass-martini-alt::before {
  content: "\f57b";
}
.fa-rotate-left::before {
  content: "\f2ea";
}
.fa-rotate-back::before {
  content: "\f2ea";
}
.fa-rotate-backward::before {
  content: "\f2ea";
}
.fa-undo-alt::before {
  content: "\f2ea";
}
.fa-table-columns::before {
  content: "\f0db";
}
.fa-columns::before {
  content: "\f0db";
}
.fa-lemon::before {
  content: "\f094";
}
.fa-head-side-mask::before {
  content: "\e063";
}
.fa-handshake::before {
  content: "\f2b5";
}
.fa-gem::before {
  content: "\f3a5";
}
.fa-dolly::before {
  content: "\f472";
}
.fa-dolly-box::before {
  content: "\f472";
}
.fa-smoking::before {
  content: "\f48d";
}
.fa-minimize::before {
  content: "\f78c";
}
.fa-compress-arrows-alt::before {
  content: "\f78c";
}
.fa-monument::before {
  content: "\f5a6";
}
.fa-snowplow::before {
  content: "\f7d2";
}
.fa-angles-right::before {
  content: "\f101";
}
.fa-angle-double-right::before {
  content: "\f101";
}
.fa-cannabis::before {
  content: "\f55f";
}
.fa-circle-play::before {
  content: "\f144";
}
.fa-play-circle::before {
  content: "\f144";
}
.fa-tablets::before {
  content: "\f490";
}
.fa-ethernet::before {
  content: "\f796";
}
.fa-euro-sign::before {
  content: "\f153";
}
.fa-eur::before {
  content: "\f153";
}
.fa-euro::before {
  content: "\f153";
}
.fa-chair::before {
  content: "\f6c0";
}
.fa-circle-check::before {
  content: "\f058";
}
.fa-check-circle::before {
  content: "\f058";
}
.fa-circle-stop::before {
  content: "\f28d";
}
.fa-stop-circle::before {
  content: "\f28d";
}
.fa-compass-drafting::before {
  content: "\f568";
}
.fa-drafting-compass::before {
  content: "\f568";
}
.fa-plate-wheat::before {
  content: "\e55a";
}
.fa-icicles::before {
  content: "\f7ad";
}
.fa-person-shelter::before {
  content: "\e54f";
}
.fa-neuter::before {
  content: "\f22c";
}
.fa-id-badge::before {
  content: "\f2c1";
}
.fa-marker::before {
  content: "\f5a1";
}
.fa-face-laugh-beam::before {
  content: "\f59a";
}
.fa-laugh-beam::before {
  content: "\f59a";
}
.fa-helicopter-symbol::before {
  content: "\e502";
}
.fa-universal-access::before {
  content: "\f29a";
}
.fa-circle-chevron-up::before {
  content: "\f139";
}
.fa-chevron-circle-up::before {
  content: "\f139";
}
.fa-lari-sign::before {
  content: "\e1c8";
}
.fa-volcano::before {
  content: "\f770";
}
.fa-person-walking-dashed-line-arrow-right::before {
  content: "\e553";
}
.fa-sterling-sign::before {
  content: "\f154";
}
.fa-gbp::before {
  content: "\f154";
}
.fa-pound-sign::before {
  content: "\f154";
}
.fa-viruses::before {
  content: "\e076";
}
.fa-square-person-confined::before {
  content: "\e577";
}
.fa-user-tie::before {
  content: "\f508";
}
.fa-arrow-down-long::before {
  content: "\f175";
}
.fa-long-arrow-down::before {
  content: "\f175";
}
.fa-tent-arrow-down-to-line::before {
  content: "\e57e";
}
.fa-certificate::before {
  content: "\f0a3";
}
.fa-reply-all::before {
  content: "\f122";
}
.fa-mail-reply-all::before {
  content: "\f122";
}
.fa-suitcase::before {
  content: "\f0f2";
}
.fa-person-skating::before {
  content: "\f7c5";
}
.fa-skating::before {
  content: "\f7c5";
}
.fa-filter-circle-dollar::before {
  content: "\f662";
}
.fa-funnel-dollar::before {
  content: "\f662";
}
.fa-camera-retro::before {
  content: "\f083";
}
.fa-circle-arrow-down::before {
  content: "\f0ab";
}
.fa-arrow-circle-down::before {
  content: "\f0ab";
}
.fa-file-import::before {
  content: "\f56f";
}
.fa-arrow-right-to-file::before {
  content: "\f56f";
}
.fa-square-arrow-up-right::before {
  content: "\f14c";
}
.fa-external-link-square::before {
  content: "\f14c";
}
.fa-box-open::before {
  content: "\f49e";
}
.fa-scroll::before {
  content: "\f70e";
}
.fa-spa::before {
  content: "\f5bb";
}
.fa-location-pin-lock::before {
  content: "\e51f";
}
.fa-pause::before {
  content: "\f04c";
}
.fa-hill-avalanche::before {
  content: "\e507";
}
.fa-temperature-empty::before {
  content: "\f2cb";
}
.fa-temperature-0::before {
  content: "\f2cb";
}
.fa-thermometer-0::before {
  content: "\f2cb";
}
.fa-thermometer-empty::before {
  content: "\f2cb";
}
.fa-bomb::before {
  content: "\f1e2";
}
.fa-registered::before {
  content: "\f25d";
}
.fa-address-card::before {
  content: "\f2bb";
}
.fa-contact-card::before {
  content: "\f2bb";
}
.fa-vcard::before {
  content: "\f2bb";
}
.fa-scale-unbalanced-flip::before {
  content: "\f516";
}
.fa-balance-scale-right::before {
  content: "\f516";
}
.fa-subscript::before {
  content: "\f12c";
}
.fa-diamond-turn-right::before {
  content: "\f5eb";
}
.fa-directions::before {
  content: "\f5eb";
}
.fa-burst::before {
  content: "\e4dc";
}
.fa-house-laptop::before {
  content: "\e066";
}
.fa-laptop-house::before {
  content: "\e066";
}
.fa-face-tired::before {
  content: "\f5c8";
}
.fa-tired::before {
  content: "\f5c8";
}
.fa-money-bills::before {
  content: "\e1f3";
}
.fa-smog::before {
  content: "\f75f";
}
.fa-crutch::before {
  content: "\f7f7";
}
.fa-cloud-arrow-up::before {
  content: "\f0ee";
}
.fa-cloud-upload::before {
  content: "\f0ee";
}
.fa-cloud-upload-alt::before {
  content: "\f0ee";
}
.fa-palette::before {
  content: "\f53f";
}
.fa-arrows-turn-right::before {
  content: "\e4c0";
}
.fa-vest::before {
  content: "\e085";
}
.fa-ferry::before {
  content: "\e4ea";
}
.fa-arrows-down-to-people::before {
  content: "\e4b9";
}
.fa-seedling::before {
  content: "\f4d8";
}
.fa-sprout::before {
  content: "\f4d8";
}
.fa-left-right::before {
  content: "\f337";
}
.fa-arrows-alt-h::before {
  content: "\f337";
}
.fa-boxes-packing::before {
  content: "\e4c7";
}
.fa-circle-arrow-left::before {
  content: "\f0a8";
}
.fa-arrow-circle-left::before {
  content: "\f0a8";
}
.fa-group-arrows-rotate::before {
  content: "\e4f6";
}
.fa-bowl-food::before {
  content: "\e4c6";
}
.fa-candy-cane::before {
  content: "\f786";
}
.fa-arrow-down-wide-short::before {
  content: "\f160";
}
.fa-sort-amount-asc::before {
  content: "\f160";
}
.fa-sort-amount-down::before {
  content: "\f160";
}
.fa-cloud-bolt::before {
  content: "\f76c";
}
.fa-thunderstorm::before {
  content: "\f76c";
}
.fa-text-slash::before {
  content: "\f87d";
}
.fa-remove-format::before {
  content: "\f87d";
}
.fa-face-smile-wink::before {
  content: "\f4da";
}
.fa-smile-wink::before {
  content: "\f4da";
}
.fa-file-word::before {
  content: "\f1c2";
}
.fa-file-powerpoint::before {
  content: "\f1c4";
}
.fa-arrows-left-right::before {
  content: "\f07e";
}
.fa-arrows-h::before {
  content: "\f07e";
}
.fa-house-lock::before {
  content: "\e510";
}
.fa-cloud-arrow-down::before {
  content: "\f0ed";
}
.fa-cloud-download::before {
  content: "\f0ed";
}
.fa-cloud-download-alt::before {
  content: "\f0ed";
}
.fa-children::before {
  content: "\e4e1";
}
.fa-chalkboard::before {
  content: "\f51b";
}
.fa-blackboard::before {
  content: "\f51b";
}
.fa-user-large-slash::before {
  content: "\f4fa";
}
.fa-user-alt-slash::before {
  content: "\f4fa";
}
.fa-envelope-open::before {
  content: "\f2b6";
}
.fa-handshake-simple-slash::before {
  content: "\e05f";
}
.fa-handshake-alt-slash::before {
  content: "\e05f";
}
.fa-mattress-pillow::before {
  content: "\e525";
}
.fa-guarani-sign::before {
  content: "\e19a";
}
.fa-arrows-rotate::before {
  content: "\f021";
}
.fa-refresh::before {
  content: "\f021";
}
.fa-sync::before {
  content: "\f021";
}
.fa-fire-extinguisher::before {
  content: "\f134";
}
.fa-cruzeiro-sign::before {
  content: "\e152";
}
.fa-greater-than-equal::before {
  content: "\f532";
}
.fa-shield-halved::before {
  content: "\f3ed";
}
.fa-shield-alt::before {
  content: "\f3ed";
}
.fa-book-atlas::before {
  content: "\f558";
}
.fa-atlas::before {
  content: "\f558";
}
.fa-virus::before {
  content: "\e074";
}
.fa-envelope-circle-check::before {
  content: "\e4e8";
}
.fa-layer-group::before {
  content: "\f5fd";
}
.fa-arrows-to-dot::before {
  content: "\e4be";
}
.fa-archway::before {
  content: "\f557";
}
.fa-heart-circle-check::before {
  content: "\e4fd";
}
.fa-house-chimney-crack::before {
  content: "\f6f1";
}
.fa-house-damage::before {
  content: "\f6f1";
}
.fa-file-zipper::before {
  content: "\f1c6";
}
.fa-file-archive::before {
  content: "\f1c6";
}
.fa-square::before {
  content: "\f0c8";
}
.fa-martini-glass-empty::before {
  content: "\f000";
}
.fa-glass-martini::before {
  content: "\f000";
}
.fa-couch::before {
  content: "\f4b8";
}
.fa-cedi-sign::before {
  content: "\e0df";
}
.fa-italic::before {
  content: "\f033";
}
.fa-church::before {
  content: "\f51d";
}
.fa-comments-dollar::before {
  content: "\f653";
}
.fa-democrat::before {
  content: "\f747";
}
.fa-z::before {
  content: "\5a";
}
.fa-person-skiing::before {
  content: "\f7c9";
}
.fa-skiing::before {
  content: "\f7c9";
}
.fa-road-lock::before {
  content: "\e567";
}
.fa-a::before {
  content: "\41";
}
.fa-temperature-arrow-down::before {
  content: "\e03f";
}
.fa-temperature-down::before {
  content: "\e03f";
}
.fa-feather-pointed::before {
  content: "\f56b";
}
.fa-feather-alt::before {
  content: "\f56b";
}
.fa-p::before {
  content: "\50";
}
.fa-snowflake::before {
  content: "\f2dc";
}
.fa-newspaper::before {
  content: "\f1ea";
}
.fa-rectangle-ad::before {
  content: "\f641";
}
.fa-ad::before {
  content: "\f641";
}
.fa-circle-arrow-right::before {
  content: "\f0a9";
}
.fa-arrow-circle-right::before {
  content: "\f0a9";
}
.fa-filter-circle-xmark::before {
  content: "\e17b";
}
.fa-locust::before {
  content: "\e520";
}
.fa-sort::before {
  content: "\f0dc";
}
.fa-unsorted::before {
  content: "\f0dc";
}
.fa-list-ol::before {
  content: "\f0cb";
}
.fa-list-1-2::before {
  content: "\f0cb";
}
.fa-list-numeric::before {
  content: "\f0cb";
}
.fa-person-dress-burst::before {
  content: "\e544";
}
.fa-money-check-dollar::before {
  content: "\f53d";
}
.fa-money-check-alt::before {
  content: "\f53d";
}
.fa-vector-square::before {
  content: "\f5cb";
}
.fa-bread-slice::before {
  content: "\f7ec";
}
.fa-language::before {
  content: "\f1ab";
}
.fa-face-kiss-wink-heart::before {
  content: "\f598";
}
.fa-kiss-wink-heart::before {
  content: "\f598";
}
.fa-filter::before {
  content: "\f0b0";
}
.fa-question::before {
  content: "\3f";
}
.fa-file-signature::before {
  content: "\f573";
}
.fa-up-down-left-right::before {
  content: "\f0b2";
}
.fa-arrows-alt::before {
  content: "\f0b2";
}
.fa-house-chimney-user::before {
  content: "\e065";
}
.fa-hand-holding-heart::before {
  content: "\f4be";
}
.fa-puzzle-piece::before {
  content: "\f12e";
}
.fa-money-check::before {
  content: "\f53c";
}
.fa-star-half-stroke::before {
  content: "\f5c0";
}
.fa-star-half-alt::before {
  content: "\f5c0";
}
.fa-code::before {
  content: "\f121";
}
.fa-whiskey-glass::before {
  content: "\f7a0";
}
.fa-glass-whiskey::before {
  content: "\f7a0";
}
.fa-building-circle-exclamation::before {
  content: "\e4d3";
}
.fa-magnifying-glass-chart::before {
  content: "\e522";
}
.fa-arrow-up-right-from-square::before {
  content: "\f08e";
}
.fa-external-link::before {
  content: "\f08e";
}
.fa-cubes-stacked::before {
  content: "\e4e6";
}
.fa-won-sign::before {
  content: "\f159";
}
.fa-krw::before {
  content: "\f159";
}
.fa-won::before {
  content: "\f159";
}
.fa-virus-covid::before {
  content: "\e4a8";
}
.fa-austral-sign::before {
  content: "\e0a9";
}
.fa-f::before {
  content: "\46";
}
.fa-leaf::before {
  content: "\f06c";
}
.fa-road::before {
  content: "\f018";
}
.fa-taxi::before {
  content: "\f1ba";
}
.fa-cab::before {
  content: "\f1ba";
}
.fa-person-circle-plus::before {
  content: "\e541";
}
.fa-chart-pie::before {
  content: "\f200";
}
.fa-pie-chart::before {
  content: "\f200";
}
.fa-bolt-lightning::before {
  content: "\e0b7";
}
.fa-sack-xmark::before {
  content: "\e56a";
}
.fa-file-excel::before {
  content: "\f1c3";
}
.fa-file-contract::before {
  content: "\f56c";
}
.fa-fish-fins::before {
  content: "\e4f2";
}
.fa-building-flag::before {
  content: "\e4d5";
}
.fa-face-grin-beam::before {
  content: "\f582";
}
.fa-grin-beam::before {
  content: "\f582";
}
.fa-object-ungroup::before {
  content: "\f248";
}
.fa-poop::before {
  content: "\f619";
}
.fa-location-pin::before {
  content: "\f041";
}
.fa-map-marker::before {
  content: "\f041";
}
.fa-kaaba::before {
  content: "\f66b";
}
.fa-toilet-paper::before {
  content: "\f71e";
}
.fa-helmet-safety::before {
  content: "\f807";
}
.fa-hard-hat::before {
  content: "\f807";
}
.fa-hat-hard::before {
  content: "\f807";
}
.fa-eject::before {
  content: "\f052";
}
.fa-circle-right::before {
  content: "\f35a";
}
.fa-arrow-alt-circle-right::before {
  content: "\f35a";
}
.fa-plane-circle-check::before {
  content: "\e555";
}
.fa-face-rolling-eyes::before {
  content: "\f5a5";
}
.fa-meh-rolling-eyes::before {
  content: "\f5a5";
}
.fa-object-group::before {
  content: "\f247";
}
.fa-chart-line::before {
  content: "\f201";
}
.fa-line-chart::before {
  content: "\f201";
}
.fa-mask-ventilator::before {
  content: "\e524";
}
.fa-arrow-right::before {
  content: "\f061";
}
.fa-signs-post::before {
  content: "\f277";
}
.fa-map-signs::before {
  content: "\f277";
}
.fa-cash-register::before {
  content: "\f788";
}
.fa-person-circle-question::before {
  content: "\e542";
}
.fa-h::before {
  content: "\48";
}
.fa-tarp::before {
  content: "\e57b";
}
.fa-screwdriver-wrench::before {
  content: "\f7d9";
}
.fa-tools::before {
  content: "\f7d9";
}
.fa-arrows-to-eye::before {
  content: "\e4bf";
}
.fa-plug-circle-bolt::before {
  content: "\e55b";
}
.fa-heart::before {
  content: "\f004";
}
.fa-mars-and-venus::before {
  content: "\f224";
}
.fa-house-user::before {
  content: "\e1b0";
}
.fa-home-user::before {
  content: "\e1b0";
}
.fa-dumpster-fire::before {
  content: "\f794";
}
.fa-house-crack::before {
  content: "\e3b1";
}
.fa-martini-glass-citrus::before {
  content: "\f561";
}
.fa-cocktail::before {
  content: "\f561";
}
.fa-face-surprise::before {
  content: "\f5c2";
}
.fa-surprise::before {
  content: "\f5c2";
}
.fa-bottle-water::before {
  content: "\e4c5";
}
.fa-circle-pause::before {
  content: "\f28b";
}
.fa-pause-circle::before {
  content: "\f28b";
}
.fa-toilet-paper-slash::before {
  content: "\e072";
}
.fa-apple-whole::before {
  content: "\f5d1";
}
.fa-apple-alt::before {
  content: "\f5d1";
}
.fa-kitchen-set::before {
  content: "\e51a";
}
.fa-r::before {
  content: "\52";
}
.fa-temperature-quarter::before {
  content: "\f2ca";
}
.fa-temperature-1::before {
  content: "\f2ca";
}
.fa-thermometer-1::before {
  content: "\f2ca";
}
.fa-thermometer-quarter::before {
  content: "\f2ca";
}
.fa-cube::before {
  content: "\f1b2";
}
.fa-bitcoin-sign::before {
  content: "\e0b4";
}
.fa-shield-dog::before {
  content: "\e573";
}
.fa-solar-panel::before {
  content: "\f5ba";
}
.fa-lock-open::before {
  content: "\f3c1";
}
.fa-elevator::before {
  content: "\e16d";
}
.fa-money-bill-transfer::before {
  content: "\e528";
}
.fa-money-bill-trend-up::before {
  content: "\e529";
}
.fa-house-flood-water-circle-arrow-right::before {
  content: "\e50f";
}
.fa-square-poll-horizontal::before {
  content: "\f682";
}
.fa-poll-h::before {
  content: "\f682";
}
.fa-circle::before {
  content: "\f111";
}
.fa-backward-fast::before {
  content: "\f049";
}
.fa-fast-backward::before {
  content: "\f049";
}
.fa-recycle::before {
  content: "\f1b8";
}
.fa-user-astronaut::before {
  content: "\f4fb";
}
.fa-plane-slash::before {
  content: "\e069";
}
.fa-trademark::before {
  content: "\f25c";
}
.fa-basketball::before {
  content: "\f434";
}
.fa-basketball-ball::before {
  content: "\f434";
}
.fa-satellite-dish::before {
  content: "\f7c0";
}
.fa-circle-up::before {
  content: "\f35b";
}
.fa-arrow-alt-circle-up::before {
  content: "\f35b";
}
.fa-mobile-screen-button::before {
  content: "\f3cd";
}
.fa-mobile-alt::before {
  content: "\f3cd";
}
.fa-volume-high::before {
  content: "\f028";
}
.fa-volume-up::before {
  content: "\f028";
}
.fa-users-rays::before {
  content: "\e593";
}
.fa-wallet::before {
  content: "\f555";
}
.fa-clipboard-check::before {
  content: "\f46c";
}
.fa-file-audio::before {
  content: "\f1c7";
}
.fa-burger::before {
  content: "\f805";
}
.fa-hamburger::before {
  content: "\f805";
}
.fa-wrench::before {
  content: "\f0ad";
}
.fa-bugs::before {
  content: "\e4d0";
}
.fa-rupee-sign::before {
  content: "\f156";
}
.fa-rupee::before {
  content: "\f156";
}
.fa-file-image::before {
  content: "\f1c5";
}
.fa-circle-question::before {
  content: "\f059";
}
.fa-question-circle::before {
  content: "\f059";
}
.fa-plane-departure::before {
  content: "\f5b0";
}
.fa-handshake-slash::before {
  content: "\e060";
}
.fa-book-bookmark::before {
  content: "\e0bb";
}
.fa-code-branch::before {
  content: "\f126";
}
.fa-hat-cowboy::before {
  content: "\f8c0";
}
.fa-bridge::before {
  content: "\e4c8";
}
.fa-phone-flip::before {
  content: "\f879";
}
.fa-phone-alt::before {
  content: "\f879";
}
.fa-truck-front::before {
  content: "\e2b7";
}
.fa-cat::before {
  content: "\f6be";
}
.fa-anchor-circle-exclamation::before {
  content: "\e4ab";
}
.fa-truck-field::before {
  content: "\e58d";
}
.fa-route::before {
  content: "\f4d7";
}
.fa-clipboard-question::before {
  content: "\e4e3";
}
.fa-panorama::before {
  content: "\e209";
}
.fa-comment-medical::before {
  content: "\f7f5";
}
.fa-teeth-open::before {
  content: "\f62f";
}
.fa-file-circle-minus::before {
  content: "\e4ed";
}
.fa-tags::before {
  content: "\f02c";
}
.fa-wine-glass::before {
  content: "\f4e3";
}
.fa-forward-fast::before {
  content: "\f050";
}
.fa-fast-forward::before {
  content: "\f050";
}
.fa-face-meh-blank::before {
  content: "\f5a4";
}
.fa-meh-blank::before {
  content: "\f5a4";
}
.fa-square-parking::before {
  content: "\f540";
}
.fa-parking::before {
  content: "\f540";
}
.fa-house-signal::before {
  content: "\e012";
}
.fa-bars-progress::before {
  content: "\f828";
}
.fa-tasks-alt::before {
  content: "\f828";
}
.fa-faucet-drip::before {
  content: "\e006";
}
.fa-cart-flatbed::before {
  content: "\f474";
}
.fa-dolly-flatbed::before {
  content: "\f474";
}
.fa-ban-smoking::before {
  content: "\f54d";
}
.fa-smoking-ban::before {
  content: "\f54d";
}
.fa-terminal::before {
  content: "\f120";
}
.fa-mobile-button::before {
  content: "\f10b";
}
.fa-house-medical-flag::before {
  content: "\e514";
}
.fa-basket-shopping::before {
  content: "\f291";
}
.fa-shopping-basket::before {
  content: "\f291";
}
.fa-tape::before {
  content: "\f4db";
}
.fa-bus-simple::before {
  content: "\f55e";
}
.fa-bus-alt::before {
  content: "\f55e";
}
.fa-eye::before {
  content: "\f06e";
}
.fa-face-sad-cry::before {
  content: "\f5b3";
}
.fa-sad-cry::before {
  content: "\f5b3";
}
.fa-audio-description::before {
  content: "\f29e";
}
.fa-person-military-to-person::before {
  content: "\e54c";
}
.fa-file-shield::before {
  content: "\e4f0";
}
.fa-user-slash::before {
  content: "\f506";
}
.fa-pen::before {
  content: "\f304";
}
.fa-tower-observation::before {
  content: "\e586";
}
.fa-file-code::before {
  content: "\f1c9";
}
.fa-signal::before {
  content: "\f012";
}
.fa-signal-5::before {
  content: "\f012";
}
.fa-signal-perfect::before {
  content: "\f012";
}
.fa-bus::before {
  content: "\f207";
}
.fa-heart-circle-xmark::before {
  content: "\e501";
}
.fa-house-chimney::before {
  content: "\e3af";
}
.fa-home-lg::before {
  content: "\e3af";
}
.fa-window-maximize::before {
  content: "\f2d0";
}
.fa-face-frown::before {
  content: "\f119";
}
.fa-frown::before {
  content: "\f119";
}
.fa-prescription::before {
  content: "\f5b1";
}
.fa-shop::before {
  content: "\f54f";
}
.fa-store-alt::before {
  content: "\f54f";
}
.fa-floppy-disk::before {
  content: "\f0c7";
}
.fa-save::before {
  content: "\f0c7";
}
.fa-vihara::before {
  content: "\f6a7";
}
.fa-scale-unbalanced::before {
  content: "\f515";
}
.fa-balance-scale-left::before {
  content: "\f515";
}
.fa-sort-up::before {
  content: "\f0de";
}
.fa-sort-asc::before {
  content: "\f0de";
}
.fa-comment-dots::before {
  content: "\f4ad";
}
.fa-commenting::before {
  content: "\f4ad";
}
.fa-plant-wilt::before {
  content: "\e5aa";
}
.fa-diamond::before {
  content: "\f219";
}
.fa-face-grin-squint::before {
  content: "\f585";
}
.fa-grin-squint::before {
  content: "\f585";
}
.fa-hand-holding-dollar::before {
  content: "\f4c0";
}
.fa-hand-holding-usd::before {
  content: "\f4c0";
}
.fa-bacterium::before {
  content: "\e05a";
}
.fa-hand-pointer::before {
  content: "\f25a";
}
.fa-drum-steelpan::before {
  content: "\f56a";
}
.fa-hand-scissors::before {
  content: "\f257";
}
.fa-hands-praying::before {
  content: "\f684";
}
.fa-praying-hands::before {
  content: "\f684";
}
.fa-arrow-rotate-right::before {
  content: "\f01e";
}
.fa-arrow-right-rotate::before {
  content: "\f01e";
}
.fa-arrow-rotate-forward::before {
  content: "\f01e";
}
.fa-redo::before {
  content: "\f01e";
}
.fa-biohazard::before {
  content: "\f780";
}
.fa-location-crosshairs::before {
  content: "\f601";
}
.fa-location::before {
  content: "\f601";
}
.fa-mars-double::before {
  content: "\f227";
}
.fa-child-dress::before {
  content: "\e59c";
}
.fa-users-between-lines::before {
  content: "\e591";
}
.fa-lungs-virus::before {
  content: "\e067";
}
.fa-face-grin-tears::before {
  content: "\f588";
}
.fa-grin-tears::before {
  content: "\f588";
}
.fa-phone::before {
  content: "\f095";
}
.fa-calendar-xmark::before {
  content: "\f273";
}
.fa-calendar-times::before {
  content: "\f273";
}
.fa-child-reaching::before {
  content: "\e59d";
}
.fa-head-side-virus::before {
  content: "\e064";
}
.fa-user-gear::before {
  content: "\f4fe";
}
.fa-user-cog::before {
  content: "\f4fe";
}
.fa-arrow-up-1-9::before {
  content: "\f163";
}
.fa-sort-numeric-up::before {
  content: "\f163";
}
.fa-door-closed::before {
  content: "\f52a";
}
.fa-shield-virus::before {
  content: "\e06c";
}
.fa-dice-six::before {
  content: "\f526";
}
.fa-mosquito-net::before {
  content: "\e52c";
}
.fa-bridge-water::before {
  content: "\e4ce";
}
.fa-person-booth::before {
  content: "\f756";
}
.fa-text-width::before {
  content: "\f035";
}
.fa-hat-wizard::before {
  content: "\f6e8";
}
.fa-pen-fancy::before {
  content: "\f5ac";
}
.fa-person-digging::before {
  content: "\f85e";
}
.fa-digging::before {
  content: "\f85e";
}
.fa-trash::before {
  content: "\f1f8";
}
.fa-gauge-simple::before {
  content: "\f629";
}
.fa-gauge-simple-med::before {
  content: "\f629";
}
.fa-tachometer-average::before {
  content: "\f629";
}
.fa-book-medical::before {
  content: "\f7e6";
}
.fa-poo::before {
  content: "\f2fe";
}
.fa-quote-right::before {
  content: "\f10e";
}
.fa-quote-right-alt::before {
  content: "\f10e";
}
.fa-shirt::before {
  content: "\f553";
}
.fa-t-shirt::before {
  content: "\f553";
}
.fa-tshirt::before {
  content: "\f553";
}
.fa-cubes::before {
  content: "\f1b3";
}
.fa-divide::before {
  content: "\f529";
}
.fa-tenge-sign::before {
  content: "\f7d7";
}
.fa-tenge::before {
  content: "\f7d7";
}
.fa-headphones::before {
  content: "\f025";
}
.fa-hands-holding::before {
  content: "\f4c2";
}
.fa-hands-clapping::before {
  content: "\e1a8";
}
.fa-republican::before {
  content: "\f75e";
}
.fa-arrow-left::before {
  content: "\f060";
}
.fa-person-circle-xmark::before {
  content: "\e543";
}
.fa-ruler::before {
  content: "\f545";
}
.fa-align-left::before {
  content: "\f036";
}
.fa-dice-d6::before {
  content: "\f6d1";
}
.fa-restroom::before {
  content: "\f7bd";
}
.fa-j::before {
  content: "\4a";
}
.fa-users-viewfinder::before {
  content: "\e595";
}
.fa-file-video::before {
  content: "\f1c8";
}
.fa-up-right-from-square::before {
  content: "\f35d";
}
.fa-external-link-alt::before {
  content: "\f35d";
}
.fa-table-cells::before {
  content: "\f00a";
}
.fa-th::before {
  content: "\f00a";
}
.fa-file-pdf::before {
  content: "\f1c1";
}
.fa-book-bible::before {
  content: "\f647";
}
.fa-bible::before {
  content: "\f647";
}
.fa-o::before {
  content: "\4f";
}
.fa-suitcase-medical::before {
  content: "\f0fa";
}
.fa-medkit::before {
  content: "\f0fa";
}
.fa-user-secret::before {
  content: "\f21b";
}
.fa-otter::before {
  content: "\f700";
}
.fa-person-dress::before {
  content: "\f182";
}
.fa-female::before {
  content: "\f182";
}
.fa-comment-dollar::before {
  content: "\f651";
}
.fa-business-time::before {
  content: "\f64a";
}
.fa-briefcase-clock::before {
  content: "\f64a";
}
.fa-table-cells-large::before {
  content: "\f009";
}
.fa-th-large::before {
  content: "\f009";
}
.fa-book-tanakh::before {
  content: "\f827";
}
.fa-tanakh::before {
  content: "\f827";
}
.fa-phone-volume::before {
  content: "\f2a0";
}
.fa-volume-control-phone::before {
  content: "\f2a0";
}
.fa-hat-cowboy-side::before {
  content: "\f8c1";
}
.fa-clipboard-user::before {
  content: "\f7f3";
}
.fa-child::before {
  content: "\f1ae";
}
.fa-lira-sign::before {
  content: "\f195";
}
.fa-satellite::before {
  content: "\f7bf";
}
.fa-plane-lock::before {
  content: "\e558";
}
.fa-tag::before {
  content: "\f02b";
}
.fa-comment::before {
  content: "\f075";
}
.fa-cake-candles::before {
  content: "\f1fd";
}
.fa-birthday-cake::before {
  content: "\f1fd";
}
.fa-cake::before {
  content: "\f1fd";
}
.fa-envelope::before {
  content: "\f0e0";
}
.fa-angles-up::before {
  content: "\f102";
}
.fa-angle-double-up::before {
  content: "\f102";
}
.fa-paperclip::before {
  content: "\f0c6";
}
.fa-arrow-right-to-city::before {
  content: "\e4b3";
}
.fa-ribbon::before {
  content: "\f4d6";
}
.fa-lungs::before {
  content: "\f604";
}
.fa-arrow-up-9-1::before {
  content: "\f887";
}
.fa-sort-numeric-up-alt::before {
  content: "\f887";
}
.fa-litecoin-sign::before {
  content: "\e1d3";
}
.fa-border-none::before {
  content: "\f850";
}
.fa-circle-nodes::before {
  content: "\e4e2";
}
.fa-parachute-box::before {
  content: "\f4cd";
}
.fa-indent::before {
  content: "\f03c";
}
.fa-truck-field-un::before {
  content: "\e58e";
}
.fa-hourglass::before {
  content: "\f254";
}
.fa-hourglass-empty::before {
  content: "\f254";
}
.fa-mountain::before {
  content: "\f6fc";
}
.fa-user-doctor::before {
  content: "\f0f0";
}
.fa-user-md::before {
  content: "\f0f0";
}
.fa-circle-info::before {
  content: "\f05a";
}
.fa-info-circle::before {
  content: "\f05a";
}
.fa-cloud-meatball::before {
  content: "\f73b";
}
.fa-camera::before {
  content: "\f030";
}
.fa-camera-alt::before {
  content: "\f030";
}
.fa-square-virus::before {
  content: "\e578";
}
.fa-meteor::before {
  content: "\f753";
}
.fa-car-on::before {
  content: "\e4dd";
}
.fa-sleigh::before {
  content: "\f7cc";
}
.fa-arrow-down-1-9::before {
  content: "\f162";
}
.fa-sort-numeric-asc::before {
  content: "\f162";
}
.fa-sort-numeric-down::before {
  content: "\f162";
}
.fa-hand-holding-droplet::before {
  content: "\f4c1";
}
.fa-hand-holding-water::before {
  content: "\f4c1";
}
.fa-water::before {
  content: "\f773";
}
.fa-calendar-check::before {
  content: "\f274";
}
.fa-braille::before {
  content: "\f2a1";
}
.fa-prescription-bottle-medical::before {
  content: "\f486";
}
.fa-prescription-bottle-alt::before {
  content: "\f486";
}
.fa-landmark::before {
  content: "\f66f";
}
.fa-truck::before {
  content: "\f0d1";
}
.fa-crosshairs::before {
  content: "\f05b";
}
.fa-person-cane::before {
  content: "\e53c";
}
.fa-tent::before {
  content: "\e57d";
}
.fa-vest-patches::before {
  content: "\e086";
}
.fa-check-double::before {
  content: "\f560";
}
.fa-arrow-down-a-z::before {
  content: "\f15d";
}
.fa-sort-alpha-asc::before {
  content: "\f15d";
}
.fa-sort-alpha-down::before {
  content: "\f15d";
}
.fa-money-bill-wheat::before {
  content: "\e52a";
}
.fa-cookie::before {
  content: "\f563";
}
.fa-arrow-rotate-left::before {
  content: "\f0e2";
}
.fa-arrow-left-rotate::before {
  content: "\f0e2";
}
.fa-arrow-rotate-back::before {
  content: "\f0e2";
}
.fa-arrow-rotate-backward::before {
  content: "\f0e2";
}
.fa-undo::before {
  content: "\f0e2";
}
.fa-hard-drive::before {
  content: "\f0a0";
}
.fa-hdd::before {
  content: "\f0a0";
}
.fa-face-grin-squint-tears::before {
  content: "\f586";
}
.fa-grin-squint-tears::before {
  content: "\f586";
}
.fa-dumbbell::before {
  content: "\f44b";
}
.fa-rectangle-list::before {
  content: "\f022";
}
.fa-list-alt::before {
  content: "\f022";
}
.fa-tarp-droplet::before {
  content: "\e57c";
}
.fa-house-medical-circle-check::before {
  content: "\e511";
}
.fa-person-skiing-nordic::before {
  content: "\f7ca";
}
.fa-skiing-nordic::before {
  content: "\f7ca";
}
.fa-calendar-plus::before {
  content: "\f271";
}
.fa-plane-arrival::before {
  content: "\f5af";
}
.fa-circle-left::before {
  content: "\f359";
}
.fa-arrow-alt-circle-left::before {
  content: "\f359";
}
.fa-train-subway::before {
  content: "\f239";
}
.fa-subway::before {
  content: "\f239";
}
.fa-chart-gantt::before {
  content: "\e0e4";
}
.fa-indian-rupee-sign::before {
  content: "\e1bc";
}
.fa-indian-rupee::before {
  content: "\e1bc";
}
.fa-inr::before {
  content: "\e1bc";
}
.fa-crop-simple::before {
  content: "\f565";
}
.fa-crop-alt::before {
  content: "\f565";
}
.fa-money-bill-1::before {
  content: "\f3d1";
}
.fa-money-bill-alt::before {
  content: "\f3d1";
}
.fa-left-long::before {
  content: "\f30a";
}
.fa-long-arrow-alt-left::before {
  content: "\f30a";
}
.fa-dna::before {
  content: "\f471";
}
.fa-virus-slash::before {
  content: "\e075";
}
.fa-minus::before {
  content: "\f068";
}
.fa-subtract::before {
  content: "\f068";
}
.fa-chess::before {
  content: "\f439";
}
.fa-arrow-left-long::before {
  content: "\f177";
}
.fa-long-arrow-left::before {
  content: "\f177";
}
.fa-plug-circle-check::before {
  content: "\e55c";
}
.fa-street-view::before {
  content: "\f21d";
}
.fa-franc-sign::before {
  content: "\e18f";
}
.fa-volume-off::before {
  content: "\f026";
}
.fa-hands-asl-interpreting::before {
  content: "\f2a3";
}
.fa-american-sign-language-interpreting::before {
  content: "\f2a3";
}
.fa-asl-interpreting::before {
  content: "\f2a3";
}
.fa-hands-american-sign-language-interpreting::before {
  content: "\f2a3";
}
.fa-gear::before {
  content: "\f013";
}
.fa-cog::before {
  content: "\f013";
}
.fa-droplet-slash::before {
  content: "\f5c7";
}
.fa-tint-slash::before {
  content: "\f5c7";
}
.fa-mosque::before {
  content: "\f678";
}
.fa-mosquito::before {
  content: "\e52b";
}
.fa-star-of-david::before {
  content: "\f69a";
}
.fa-person-military-rifle::before {
  content: "\e54b";
}
.fa-cart-shopping::before {
  content: "\f07a";
}
.fa-shopping-cart::before {
  content: "\f07a";
}
.fa-vials::before {
  content: "\f493";
}
.fa-plug-circle-plus::before {
  content: "\e55f";
}
.fa-place-of-worship::before {
  content: "\f67f";
}
.fa-grip-vertical::before {
  content: "\f58e";
}
.fa-arrow-turn-up::before {
  content: "\f148";
}
.fa-level-up::before {
  content: "\f148";
}
.fa-u::before {
  content: "\55";
}
.fa-square-root-variable::before {
  content: "\f698";
}
.fa-square-root-alt::before {
  content: "\f698";
}
.fa-clock::before {
  content: "\f017";
}
.fa-clock-four::before {
  content: "\f017";
}
.fa-backward-step::before {
  content: "\f048";
}
.fa-step-backward::before {
  content: "\f048";
}
.fa-pallet::before {
  content: "\f482";
}
.fa-faucet::before {
  content: "\e005";
}
.fa-baseball-bat-ball::before {
  content: "\f432";
}
.fa-s::before {
  content: "\53";
}
.fa-timeline::before {
  content: "\e29c";
}
.fa-keyboard::before {
  content: "\f11c";
}
.fa-caret-down::before {
  content: "\f0d7";
}
.fa-house-chimney-medical::before {
  content: "\f7f2";
}
.fa-clinic-medical::before {
  content: "\f7f2";
}
.fa-temperature-three-quarters::before {
  content: "\f2c8";
}
.fa-temperature-3::before {
  content: "\f2c8";
}
.fa-thermometer-3::before {
  content: "\f2c8";
}
.fa-thermometer-three-quarters::before {
  content: "\f2c8";
}
.fa-mobile-screen::before {
  content: "\f3cf";
}
.fa-mobile-android-alt::before {
  content: "\f3cf";
}
.fa-plane-up::before {
  content: "\e22d";
}
.fa-piggy-bank::before {
  content: "\f4d3";
}
.fa-battery-half::before {
  content: "\f242";
}
.fa-battery-3::before {
  content: "\f242";
}
.fa-mountain-city::before {
  content: "\e52e";
}
.fa-coins::before {
  content: "\f51e";
}
.fa-khanda::before {
  content: "\f66d";
}
.fa-sliders::before {
  content: "\f1de";
}
.fa-sliders-h::before {
  content: "\f1de";
}
.fa-folder-tree::before {
  content: "\f802";
}
.fa-network-wired::before {
  content: "\f6ff";
}
.fa-map-pin::before {
  content: "\f276";
}
.fa-hamsa::before {
  content: "\f665";
}
.fa-cent-sign::before {
  content: "\e3f5";
}
.fa-flask::before {
  content: "\f0c3";
}
.fa-person-pregnant::before {
  content: "\e31e";
}
.fa-wand-sparkles::before {
  content: "\f72b";
}
.fa-ellipsis-vertical::before {
  content: "\f142";
}
.fa-ellipsis-v::before {
  content: "\f142";
}
.fa-ticket::before {
  content: "\f145";
}
.fa-power-off::before {
  content: "\f011";
}
.fa-right-long::before {
  content: "\f30b";
}
.fa-long-arrow-alt-right::before {
  content: "\f30b";
}
.fa-flag-usa::before {
  content: "\f74d";
}
.fa-laptop-file::before {
  content: "\e51d";
}
.fa-tty::before {
  content: "\f1e4";
}
.fa-teletype::before {
  content: "\f1e4";
}
.fa-diagram-next::before {
  content: "\e476";
}
.fa-person-rifle::before {
  content: "\e54e";
}
.fa-house-medical-circle-exclamation::before {
  content: "\e512";
}
.fa-closed-captioning::before {
  content: "\f20a";
}
.fa-person-hiking::before {
  content: "\f6ec";
}
.fa-hiking::before {
  content: "\f6ec";
}
.fa-venus-double::before {
  content: "\f226";
}
.fa-images::before {
  content: "\f302";
}
.fa-calculator::before {
  content: "\f1ec";
}
.fa-people-pulling::before {
  content: "\e535";
}
.fa-n::before {
  content: "\4e";
}
.fa-cable-car::before {
  content: "\f7da";
}
.fa-tram::before {
  content: "\f7da";
}
.fa-cloud-rain::before {
  content: "\f73d";
}
.fa-building-circle-xmark::before {
  content: "\e4d4";
}
.fa-ship::before {
  content: "\f21a";
}
.fa-arrows-down-to-line::before {
  content: "\e4b8";
}
.fa-download::before {
  content: "\f019";
}
.fa-face-grin::before {
  content: "\f580";
}
.fa-grin::before {
  content: "\f580";
}
.fa-delete-left::before {
  content: "\f55a";
}
.fa-backspace::before {
  content: "\f55a";
}
.fa-eye-dropper::before {
  content: "\f1fb";
}
.fa-eye-dropper-empty::before {
  content: "\f1fb";
}
.fa-eyedropper::before {
  content: "\f1fb";
}
.fa-file-circle-check::before {
  content: "\e5a0";
}
.fa-forward::before {
  content: "\f04e";
}
.fa-mobile::before {
  content: "\f3ce";
}
.fa-mobile-android::before {
  content: "\f3ce";
}
.fa-mobile-phone::before {
  content: "\f3ce";
}
.fa-face-meh::before {
  content: "\f11a";
}
.fa-meh::before {
  content: "\f11a";
}
.fa-align-center::before {
  content: "\f037";
}
.fa-book-skull::before {
  content: "\f6b7";
}
.fa-book-dead::before {
  content: "\f6b7";
}
.fa-id-card::before {
  content: "\f2c2";
}
.fa-drivers-license::before {
  content: "\f2c2";
}
.fa-outdent::before {
  content: "\f03b";
}
.fa-dedent::before {
  content: "\f03b";
}
.fa-heart-circle-exclamation::before {
  content: "\e4fe";
}
.fa-house::before {
  content: "\f015";
}
.fa-home::before {
  content: "\f015";
}
.fa-home-alt::before {
  content: "\f015";
}
.fa-home-lg-alt::before {
  content: "\f015";
}
.fa-calendar-week::before {
  content: "\f784";
}
.fa-laptop-medical::before {
  content: "\f812";
}
.fa-b::before {
  content: "\42";
}
.fa-file-medical::before {
  content: "\f477";
}
.fa-dice-one::before {
  content: "\f525";
}
.fa-kiwi-bird::before {
  content: "\f535";
}
.fa-arrow-right-arrow-left::before {
  content: "\f0ec";
}
.fa-exchange::before {
  content: "\f0ec";
}
.fa-rotate-right::before {
  content: "\f2f9";
}
.fa-redo-alt::before {
  content: "\f2f9";
}
.fa-rotate-forward::before {
  content: "\f2f9";
}
.fa-utensils::before {
  content: "\f2e7";
}
.fa-cutlery::before {
  content: "\f2e7";
}
.fa-arrow-up-wide-short::before {
  content: "\f161";
}
.fa-sort-amount-up::before {
  content: "\f161";
}
.fa-mill-sign::before {
  content: "\e1ed";
}
.fa-bowl-rice::before {
  content: "\e2eb";
}
.fa-skull::before {
  content: "\f54c";
}
.fa-tower-broadcast::before {
  content: "\f519";
}
.fa-broadcast-tower::before {
  content: "\f519";
}
.fa-truck-pickup::before {
  content: "\f63c";
}
.fa-up-long::before {
  content: "\f30c";
}
.fa-long-arrow-alt-up::before {
  content: "\f30c";
}
.fa-stop::before {
  content: "\f04d";
}
.fa-code-merge::before {
  content: "\f387";
}
.fa-upload::before {
  content: "\f093";
}
.fa-hurricane::before {
  content: "\f751";
}
.fa-mound::before {
  content: "\e52d";
}
.fa-toilet-portable::before {
  content: "\e583";
}
.fa-compact-disc::before {
  content: "\f51f";
}
.fa-file-arrow-down::before {
  content: "\f56d";
}
.fa-file-download::before {
  content: "\f56d";
}
.fa-caravan::before {
  content: "\f8ff";
}
.fa-shield-cat::before {
  content: "\e572";
}
.fa-bolt::before {
  content: "\f0e7";
}
.fa-zap::before {
  content: "\f0e7";
}
.fa-glass-water::before {
  content: "\e4f4";
}
.fa-oil-well::before {
  content: "\e532";
}
.fa-vault::before {
  content: "\e2c5";
}
.fa-mars::before {
  content: "\f222";
}
.fa-toilet::before {
  content: "\f7d8";
}
.fa-plane-circle-xmark::before {
  content: "\e557";
}
.fa-yen-sign::before {
  content: "\f157";
}
.fa-cny::before {
  content: "\f157";
}
.fa-jpy::before {
  content: "\f157";
}
.fa-rmb::before {
  content: "\f157";
}
.fa-yen::before {
  content: "\f157";
}
.fa-ruble-sign::before {
  content: "\f158";
}
.fa-rouble::before {
  content: "\f158";
}
.fa-rub::before {
  content: "\f158";
}
.fa-ruble::before {
  content: "\f158";
}
.fa-sun::before {
  content: "\f185";
}
.fa-guitar::before {
  content: "\f7a6";
}
.fa-face-laugh-wink::before {
  content: "\f59c";
}
.fa-laugh-wink::before {
  content: "\f59c";
}
.fa-horse-head::before {
  content: "\f7ab";
}
.fa-bore-hole::before {
  content: "\e4c3";
}
.fa-industry::before {
  content: "\f275";
}
.fa-circle-down::before {
  content: "\f358";
}
.fa-arrow-alt-circle-down::before {
  content: "\f358";
}
.fa-arrows-turn-to-dots::before {
  content: "\e4c1";
}
.fa-florin-sign::before {
  content: "\e184";
}
.fa-arrow-down-short-wide::before {
  content: "\f884";
}
.fa-sort-amount-desc::before {
  content: "\f884";
}
.fa-sort-amount-down-alt::before {
  content: "\f884";
}
.fa-less-than::before {
  content: "\3c";
}
.fa-angle-down::before {
  content: "\f107";
}
.fa-car-tunnel::before {
  content: "\e4de";
}
.fa-head-side-cough::before {
  content: "\e061";
}
.fa-grip-lines::before {
  content: "\f7a4";
}
.fa-thumbs-down::before {
  content: "\f165";
}
.fa-user-lock::before {
  content: "\f502";
}
.fa-arrow-right-long::before {
  content: "\f178";
}
.fa-long-arrow-right::before {
  content: "\f178";
}
.fa-anchor-circle-xmark::before {
  content: "\e4ac";
}
.fa-ellipsis::before {
  content: "\f141";
}
.fa-ellipsis-h::before {
  content: "\f141";
}
.fa-chess-pawn::before {
  content: "\f443";
}
.fa-kit-medical::before {
  content: "\f479";
}
.fa-first-aid::before {
  content: "\f479";
}
.fa-person-through-window::before {
  content: "\e5a9";
}
.fa-toolbox::before {
  content: "\f552";
}
.fa-hands-holding-circle::before {
  content: "\e4fb";
}
.fa-bug::before {
  content: "\f188";
}
.fa-credit-card::before {
  content: "\f09d";
}
.fa-credit-card-alt::before {
  content: "\f09d";
}
.fa-car::before {
  content: "\f1b9";
}
.fa-automobile::before {
  content: "\f1b9";
}
.fa-hand-holding-hand::before {
  content: "\e4f7";
}
.fa-book-open-reader::before {
  content: "\f5da";
}
.fa-book-reader::before {
  content: "\f5da";
}
.fa-mountain-sun::before {
  content: "\e52f";
}
.fa-arrows-left-right-to-line::before {
  content: "\e4ba";
}
.fa-dice-d20::before {
  content: "\f6cf";
}
.fa-truck-droplet::before {
  content: "\e58c";
}
.fa-file-circle-xmark::before {
  content: "\e5a1";
}
.fa-temperature-arrow-up::before {
  content: "\e040";
}
.fa-temperature-up::before {
  content: "\e040";
}
.fa-medal::before {
  content: "\f5a2";
}
.fa-bed::before {
  content: "\f236";
}
.fa-square-h::before {
  content: "\f0fd";
}
.fa-h-square::before {
  content: "\f0fd";
}
.fa-podcast::before {
  content: "\f2ce";
}
.fa-temperature-full::before {
  content: "\f2c7";
}
.fa-temperature-4::before {
  content: "\f2c7";
}
.fa-thermometer-4::before {
  content: "\f2c7";
}
.fa-thermometer-full::before {
  content: "\f2c7";
}
.fa-bell::before {
  content: "\f0f3";
}
.fa-superscript::before {
  content: "\f12b";
}
.fa-plug-circle-xmark::before {
  content: "\e560";
}
.fa-star-of-life::before {
  content: "\f621";
}
.fa-phone-slash::before {
  content: "\f3dd";
}
.fa-paint-roller::before {
  content: "\f5aa";
}
.fa-handshake-angle::before {
  content: "\f4c4";
}
.fa-hands-helping::before {
  content: "\f4c4";
}
.fa-location-dot::before {
  content: "\f3c5";
}
.fa-map-marker-alt::before {
  content: "\f3c5";
}
.fa-file::before {
  content: "\f15b";
}
.fa-greater-than::before {
  content: "\3e";
}
.fa-person-swimming::before {
  content: "\f5c4";
}
.fa-swimmer::before {
  content: "\f5c4";
}
.fa-arrow-down::before {
  content: "\f063";
}
.fa-droplet::before {
  content: "\f043";
}
.fa-tint::before {
  content: "\f043";
}
.fa-eraser::before {
  content: "\f12d";
}
.fa-earth-americas::before {
  content: "\f57d";
}
.fa-earth::before {
  content: "\f57d";
}
.fa-earth-america::before {
  content: "\f57d";
}
.fa-globe-americas::before {
  content: "\f57d";
}
.fa-person-burst::before {
  content: "\e53b";
}
.fa-dove::before {
  content: "\f4ba";
}
.fa-battery-empty::before {
  content: "\f244";
}
.fa-battery-0::before {
  content: "\f244";
}
.fa-socks::before {
  content: "\f696";
}
.fa-inbox::before {
  content: "\f01c";
}
.fa-section::before {
  content: "\e447";
}
.fa-gauge-high::before {
  content: "\f625";
}
.fa-tachometer-alt::before {
  content: "\f625";
}
.fa-tachometer-alt-fast::before {
  content: "\f625";
}
.fa-envelope-open-text::before {
  content: "\f658";
}
.fa-hospital::before {
  content: "\f0f8";
}
.fa-hospital-alt::before {
  content: "\f0f8";
}
.fa-hospital-wide::before {
  content: "\f0f8";
}
.fa-wine-bottle::before {
  content: "\f72f";
}
.fa-chess-rook::before {
  content: "\f447";
}
.fa-bars-staggered::before {
  content: "\f550";
}
.fa-reorder::before {
  content: "\f550";
}
.fa-stream::before {
  content: "\f550";
}
.fa-dharmachakra::before {
  content: "\f655";
}
.fa-hotdog::before {
  content: "\f80f";
}
.fa-person-walking-with-cane::before {
  content: "\f29d";
}
.fa-blind::before {
  content: "\f29d";
}
.fa-drum::before {
  content: "\f569";
}
.fa-ice-cream::before {
  content: "\f810";
}
.fa-heart-circle-bolt::before {
  content: "\e4fc";
}
.fa-fax::before {
  content: "\f1ac";
}
.fa-paragraph::before {
  content: "\f1dd";
}
.fa-check-to-slot::before {
  content: "\f772";
}
.fa-vote-yea::before {
  content: "\f772";
}
.fa-star-half::before {
  content: "\f089";
}
.fa-boxes-stacked::before {
  content: "\f468";
}
.fa-boxes::before {
  content: "\f468";
}
.fa-boxes-alt::before {
  content: "\f468";
}
.fa-link::before {
  content: "\f0c1";
}
.fa-chain::before {
  content: "\f0c1";
}
.fa-ear-listen::before {
  content: "\f2a2";
}
.fa-assistive-listening-systems::before {
  content: "\f2a2";
}
.fa-tree-city::before {
  content: "\e587";
}
.fa-play::before {
  content: "\f04b";
}
.fa-font::before {
  content: "\f031";
}
.fa-rupiah-sign::before {
  content: "\e23d";
}
.fa-magnifying-glass::before {
  content: "\f002";
}
.fa-search::before {
  content: "\f002";
}
.fa-table-tennis-paddle-ball::before {
  content: "\f45d";
}
.fa-ping-pong-paddle-ball::before {
  content: "\f45d";
}
.fa-table-tennis::before {
  content: "\f45d";
}
.fa-person-dots-from-line::before {
  content: "\f470";
}
.fa-diagnoses::before {
  content: "\f470";
}
.fa-trash-can-arrow-up::before {
  content: "\f82a";
}
.fa-trash-restore-alt::before {
  content: "\f82a";
}
.fa-naira-sign::before {
  content: "\e1f6";
}
.fa-cart-arrow-down::before {
  content: "\f218";
}
.fa-walkie-talkie::before {
  content: "\f8ef";
}
.fa-file-pen::before {
  content: "\f31c";
}
.fa-file-edit::before {
  content: "\f31c";
}
.fa-receipt::before {
  content: "\f543";
}
.fa-square-pen::before {
  content: "\f14b";
}
.fa-pen-square::before {
  content: "\f14b";
}
.fa-pencil-square::before {
  content: "\f14b";
}
.fa-suitcase-rolling::before {
  content: "\f5c1";
}
.fa-person-circle-exclamation::before {
  content: "\e53f";
}
.fa-chevron-down::before {
  content: "\f078";
}
.fa-battery-full::before {
  content: "\f240";
}
.fa-battery::before {
  content: "\f240";
}
.fa-battery-5::before {
  content: "\f240";
}
.fa-skull-crossbones::before {
  content: "\f714";
}
.fa-code-compare::before {
  content: "\e13a";
}
.fa-list-ul::before {
  content: "\f0ca";
}
.fa-list-dots::before {
  content: "\f0ca";
}
.fa-school-lock::before {
  content: "\e56f";
}
.fa-tower-cell::before {
  content: "\e585";
}
.fa-down-long::before {
  content: "\f309";
}
.fa-long-arrow-alt-down::before {
  content: "\f309";
}
.fa-ranking-star::before {
  content: "\e561";
}
.fa-chess-king::before {
  content: "\f43f";
}
.fa-person-harassing::before {
  content: "\e549";
}
.fa-brazilian-real-sign::before {
  content: "\e46c";
}
.fa-landmark-dome::before {
  content: "\f752";
}
.fa-landmark-alt::before {
  content: "\f752";
}
.fa-arrow-up::before {
  content: "\f062";
}
.fa-tv::before {
  content: "\f26c";
}
.fa-television::before {
  content: "\f26c";
}
.fa-tv-alt::before {
  content: "\f26c";
}
.fa-shrimp::before {
  content: "\e448";
}
.fa-list-check::before {
  content: "\f0ae";
}
.fa-tasks::before {
  content: "\f0ae";
}
.fa-jug-detergent::before {
  content: "\e519";
}
.fa-circle-user::before {
  content: "\f2bd";
}
.fa-user-circle::before {
  content: "\f2bd";
}
.fa-user-shield::before {
  content: "\f505";
}
.fa-wind::before {
  content: "\f72e";
}
.fa-car-burst::before {
  content: "\f5e1";
}
.fa-car-crash::before {
  content: "\f5e1";
}
.fa-y::before {
  content: "\59";
}
.fa-person-snowboarding::before {
  content: "\f7ce";
}
.fa-snowboarding::before {
  content: "\f7ce";
}
.fa-truck-fast::before {
  content: "\f48b";
}
.fa-shipping-fast::before {
  content: "\f48b";
}
.fa-fish::before {
  content: "\f578";
}
.fa-user-graduate::before {
  content: "\f501";
}
.fa-circle-half-stroke::before {
  content: "\f042";
}
.fa-adjust::before {
  content: "\f042";
}
.fa-clapperboard::before {
  content: "\e131";
}
.fa-circle-radiation::before {
  content: "\f7ba";
}
.fa-radiation-alt::before {
  content: "\f7ba";
}
.fa-baseball::before {
  content: "\f433";
}
.fa-baseball-ball::before {
  content: "\f433";
}
.fa-jet-fighter-up::before {
  content: "\e518";
}
.fa-diagram-project::before {
  content: "\f542";
}
.fa-project-diagram::before {
  content: "\f542";
}
.fa-copy::before {
  content: "\f0c5";
}
.fa-volume-xmark::before {
  content: "\f6a9";
}
.fa-volume-mute::before {
  content: "\f6a9";
}
.fa-volume-times::before {
  content: "\f6a9";
}
.fa-hand-sparkles::before {
  content: "\e05d";
}
.fa-grip::before {
  content: "\f58d";
}
.fa-grip-horizontal::before {
  content: "\f58d";
}
.fa-share-from-square::before {
  content: "\f14d";
}
.fa-share-square::before {
  content: "\f14d";
}
.fa-child-combatant::before {
  content: "\e4e0";
}
.fa-child-rifle::before {
  content: "\e4e0";
}
.fa-gun::before {
  content: "\e19b";
}
.fa-square-phone::before {
  content: "\f098";
}
.fa-phone-square::before {
  content: "\f098";
}
.fa-plus::before {
  content: "\2b";
}
.fa-add::before {
  content: "\2b";
}
.fa-expand::before {
  content: "\f065";
}
.fa-computer::before {
  content: "\e4e5";
}
.fa-xmark::before {
  content: "\f00d";
}
.fa-close::before {
  content: "\f00d";
}
.fa-multiply::before {
  content: "\f00d";
}
.fa-remove::before {
  content: "\f00d";
}
.fa-times::before {
  content: "\f00d";
}
.fa-arrows-up-down-left-right::before {
  content: "\f047";
}
.fa-arrows::before {
  content: "\f047";
}
.fa-chalkboard-user::before {
  content: "\f51c";
}
.fa-chalkboard-teacher::before {
  content: "\f51c";
}
.fa-peso-sign::before {
  content: "\e222";
}
.fa-building-shield::before {
  content: "\e4d8";
}
.fa-baby::before {
  content: "\f77c";
}
.fa-users-line::before {
  content: "\e592";
}
.fa-quote-left::before {
  content: "\f10d";
}
.fa-quote-left-alt::before {
  content: "\f10d";
}
.fa-tractor::before {
  content: "\f722";
}
.fa-trash-arrow-up::before {
  content: "\f829";
}
.fa-trash-restore::before {
  content: "\f829";
}
.fa-arrow-down-up-lock::before {
  content: "\e4b0";
}
.fa-lines-leaning::before {
  content: "\e51e";
}
.fa-ruler-combined::before {
  content: "\f546";
}
.fa-copyright::before {
  content: "\f1f9";
}
.fa-equals::before {
  content: "\3d";
}
.fa-blender::before {
  content: "\f517";
}
.fa-teeth::before {
  content: "\f62e";
}
.fa-shekel-sign::before {
  content: "\f20b";
}
.fa-ils::before {
  content: "\f20b";
}
.fa-shekel::before {
  content: "\f20b";
}
.fa-sheqel::before {
  content: "\f20b";
}
.fa-sheqel-sign::before {
  content: "\f20b";
}
.fa-map::before {
  content: "\f279";
}
.fa-rocket::before {
  content: "\f135";
}
.fa-photo-film::before {
  content: "\f87c";
}
.fa-photo-video::before {
  content: "\f87c";
}
.fa-folder-minus::before {
  content: "\f65d";
}
.fa-store::before {
  content: "\f54e";
}
.fa-arrow-trend-up::before {
  content: "\e098";
}
.fa-plug-circle-minus::before {
  content: "\e55e";
}
.fa-sign-hanging::before {
  content: "\f4d9";
}
.fa-sign::before {
  content: "\f4d9";
}
.fa-bezier-curve::before {
  content: "\f55b";
}
.fa-bell-slash::before {
  content: "\f1f6";
}
.fa-tablet::before {
  content: "\f3fb";
}
.fa-tablet-android::before {
  content: "\f3fb";
}
.fa-school-flag::before {
  content: "\e56e";
}
.fa-fill::before {
  content: "\f575";
}
.fa-angle-up::before {
  content: "\f106";
}
.fa-drumstick-bite::before {
  content: "\f6d7";
}
.fa-holly-berry::before {
  content: "\f7aa";
}
.fa-chevron-left::before {
  content: "\f053";
}
.fa-bacteria::before {
  content: "\e059";
}
.fa-hand-lizard::before {
  content: "\f258";
}
.fa-notdef::before {
  content: "\e1fe";
}
.fa-disease::before {
  content: "\f7fa";
}
.fa-briefcase-medical::before {
  content: "\f469";
}
.fa-genderless::before {
  content: "\f22d";
}
.fa-chevron-right::before {
  content: "\f054";
}
.fa-retweet::before {
  content: "\f079";
}
.fa-car-rear::before {
  content: "\f5de";
}
.fa-car-alt::before {
  content: "\f5de";
}
.fa-pump-soap::before {
  content: "\e06b";
}
.fa-video-slash::before {
  content: "\f4e2";
}
.fa-battery-quarter::before {
  content: "\f243";
}
.fa-battery-2::before {
  content: "\f243";
}
.fa-radio::before {
  content: "\f8d7";
}
.fa-baby-carriage::before {
  content: "\f77d";
}
.fa-carriage-baby::before {
  content: "\f77d";
}
.fa-traffic-light::before {
  content: "\f637";
}
.fa-thermometer::before {
  content: "\f491";
}
.fa-vr-cardboard::before {
  content: "\f729";
}
.fa-hand-middle-finger::before {
  content: "\f806";
}
.fa-percent::before {
  content: "\25";
}
.fa-percentage::before {
  content: "\25";
}
.fa-truck-moving::before {
  content: "\f4df";
}
.fa-glass-water-droplet::before {
  content: "\e4f5";
}
.fa-display::before {
  content: "\e163";
}
.fa-face-smile::before {
  content: "\f118";
}
.fa-smile::before {
  content: "\f118";
}
.fa-thumbtack::before {
  content: "\f08d";
}
.fa-thumb-tack::before {
  content: "\f08d";
}
.fa-trophy::before {
  content: "\f091";
}
.fa-person-praying::before {
  content: "\f683";
}
.fa-pray::before {
  content: "\f683";
}
.fa-hammer::before {
  content: "\f6e3";
}
.fa-hand-peace::before {
  content: "\f25b";
}
.fa-rotate::before {
  content: "\f2f1";
}
.fa-sync-alt::before {
  content: "\f2f1";
}
.fa-spinner::before {
  content: "\f110";
}
.fa-robot::before {
  content: "\f544";
}
.fa-peace::before {
  content: "\f67c";
}
.fa-gears::before {
  content: "\f085";
}
.fa-cogs::before {
  content: "\f085";
}
.fa-warehouse::before {
  content: "\f494";
}
.fa-arrow-up-right-dots::before {
  content: "\e4b7";
}
.fa-splotch::before {
  content: "\f5bc";
}
.fa-face-grin-hearts::before {
  content: "\f584";
}
.fa-grin-hearts::before {
  content: "\f584";
}
.fa-dice-four::before {
  content: "\f524";
}
.fa-sim-card::before {
  content: "\f7c4";
}
.fa-transgender::before {
  content: "\f225";
}
.fa-transgender-alt::before {
  content: "\f225";
}
.fa-mercury::before {
  content: "\f223";
}
.fa-arrow-turn-down::before {
  content: "\f149";
}
.fa-level-down::before {
  content: "\f149";
}
.fa-person-falling-burst::before {
  content: "\e547";
}
.fa-award::before {
  content: "\f559";
}
.fa-ticket-simple::before {
  content: "\f3ff";
}
.fa-ticket-alt::before {
  content: "\f3ff";
}
.fa-building::before {
  content: "\f1ad";
}
.fa-angles-left::before {
  content: "\f100";
}
.fa-angle-double-left::before {
  content: "\f100";
}
.fa-qrcode::before {
  content: "\f029";
}
.fa-clock-rotate-left::before {
  content: "\f1da";
}
.fa-history::before {
  content: "\f1da";
}
.fa-face-grin-beam-sweat::before {
  content: "\f583";
}
.fa-grin-beam-sweat::before {
  content: "\f583";
}
.fa-file-export::before {
  content: "\f56e";
}
.fa-arrow-right-from-file::before {
  content: "\f56e";
}
.fa-shield::before {
  content: "\f132";
}
.fa-shield-blank::before {
  content: "\f132";
}
.fa-arrow-up-short-wide::before {
  content: "\f885";
}
.fa-sort-amount-up-alt::before {
  content: "\f885";
}
.fa-house-medical::before {
  content: "\e3b2";
}
.fa-golf-ball-tee::before {
  content: "\f450";
}
.fa-golf-ball::before {
  content: "\f450";
}
.fa-circle-chevron-left::before {
  content: "\f137";
}
.fa-chevron-circle-left::before {
  content: "\f137";
}
.fa-house-chimney-window::before {
  content: "\e00d";
}
.fa-pen-nib::before {
  content: "\f5ad";
}
.fa-tent-arrow-turn-left::before {
  content: "\e580";
}
.fa-tents::before {
  content: "\e582";
}
.fa-wand-magic::before {
  content: "\f0d0";
}
.fa-magic::before {
  content: "\f0d0";
}
.fa-dog::before {
  content: "\f6d3";
}
.fa-carrot::before {
  content: "\f787";
}
.fa-moon::before {
  content: "\f186";
}
.fa-wine-glass-empty::before {
  content: "\f5ce";
}
.fa-wine-glass-alt::before {
  content: "\f5ce";
}
.fa-cheese::before {
  content: "\f7ef";
}
.fa-yin-yang::before {
  content: "\f6ad";
}
.fa-music::before {
  content: "\f001";
}
.fa-code-commit::before {
  content: "\f386";
}
.fa-temperature-low::before {
  content: "\f76b";
}
.fa-person-biking::before {
  content: "\f84a";
}
.fa-biking::before {
  content: "\f84a";
}
.fa-broom::before {
  content: "\f51a";
}
.fa-shield-heart::before {
  content: "\e574";
}
.fa-gopuram::before {
  content: "\f664";
}
.fa-earth-oceania::before {
  content: "\e47b";
}
.fa-globe-oceania::before {
  content: "\e47b";
}
.fa-square-xmark::before {
  content: "\f2d3";
}
.fa-times-square::before {
  content: "\f2d3";
}
.fa-xmark-square::before {
  content: "\f2d3";
}
.fa-hashtag::before {
  content: "\23";
}
.fa-up-right-and-down-left-from-center::before {
  content: "\f424";
}
.fa-expand-alt::before {
  content: "\f424";
}
.fa-oil-can::before {
  content: "\f613";
}
.fa-t::before {
  content: "\54";
}
.fa-hippo::before {
  content: "\f6ed";
}
.fa-chart-column::before {
  content: "\e0e3";
}
.fa-infinity::before {
  content: "\f534";
}
.fa-vial-circle-check::before {
  content: "\e596";
}
.fa-person-arrow-down-to-line::before {
  content: "\e538";
}
.fa-voicemail::before {
  content: "\f897";
}
.fa-fan::before {
  content: "\f863";
}
.fa-person-walking-luggage::before {
  content: "\e554";
}
.fa-up-down::before {
  content: "\f338";
}
.fa-arrows-alt-v::before {
  content: "\f338";
}
.fa-cloud-moon-rain::before {
  content: "\f73c";
}
.fa-calendar::before {
  content: "\f133";
}
.fa-trailer::before {
  content: "\e041";
}
.fa-bahai::before {
  content: "\f666";
}
.fa-haykal::before {
  content: "\f666";
}
.fa-sd-card::before {
  content: "\f7c2";
}
.fa-dragon::before {
  content: "\f6d5";
}
.fa-shoe-prints::before {
  content: "\f54b";
}
.fa-circle-plus::before {
  content: "\f055";
}
.fa-plus-circle::before {
  content: "\f055";
}
.fa-face-grin-tongue-wink::before {
  content: "\f58b";
}
.fa-grin-tongue-wink::before {
  content: "\f58b";
}
.fa-hand-holding::before {
  content: "\f4bd";
}
.fa-plug-circle-exclamation::before {
  content: "\e55d";
}
.fa-link-slash::before {
  content: "\f127";
}
.fa-chain-broken::before {
  content: "\f127";
}
.fa-chain-slash::before {
  content: "\f127";
}
.fa-unlink::before {
  content: "\f127";
}
.fa-clone::before {
  content: "\f24d";
}
.fa-person-walking-arrow-loop-left::before {
  content: "\e551";
}
.fa-arrow-up-z-a::before {
  content: "\f882";
}
.fa-sort-alpha-up-alt::before {
  content: "\f882";
}
.fa-fire-flame-curved::before {
  content: "\f7e4";
}
.fa-fire-alt::before {
  content: "\f7e4";
}
.fa-tornado::before {
  content: "\f76f";
}
.fa-file-circle-plus::before {
  content: "\e494";
}
.fa-book-quran::before {
  content: "\f687";
}
.fa-quran::before {
  content: "\f687";
}
.fa-anchor::before {
  content: "\f13d";
}
.fa-border-all::before {
  content: "\f84c";
}
.fa-face-angry::before {
  content: "\f556";
}
.fa-angry::before {
  content: "\f556";
}
.fa-cookie-bite::before {
  content: "\f564";
}
.fa-arrow-trend-down::before {
  content: "\e097";
}
.fa-rss::before {
  content: "\f09e";
}
.fa-feed::before {
  content: "\f09e";
}
.fa-draw-polygon::before {
  content: "\f5ee";
}
.fa-scale-balanced::before {
  content: "\f24e";
}
.fa-balance-scale::before {
  content: "\f24e";
}
.fa-gauge-simple-high::before {
  content: "\f62a";
}
.fa-tachometer::before {
  content: "\f62a";
}
.fa-tachometer-fast::before {
  content: "\f62a";
}
.fa-shower::before {
  content: "\f2cc";
}
.fa-desktop::before {
  content: "\f390";
}
.fa-desktop-alt::before {
  content: "\f390";
}
.fa-m::before {
  content: "\4d";
}
.fa-table-list::before {
  content: "\f00b";
}
.fa-th-list::before {
  content: "\f00b";
}
.fa-comment-sms::before {
  content: "\f7cd";
}
.fa-sms::before {
  content: "\f7cd";
}
.fa-book::before {
  content: "\f02d";
}
.fa-user-plus::before {
  content: "\f234";
}
.fa-check::before {
  content: "\f00c";
}
.fa-battery-three-quarters::before {
  content: "\f241";
}
.fa-battery-4::before {
  content: "\f241";
}
.fa-house-circle-check::before {
  content: "\e509";
}
.fa-angle-left::before {
  content: "\f104";
}
.fa-diagram-successor::before {
  content: "\e47a";
}
.fa-truck-arrow-right::before {
  content: "\e58b";
}
.fa-arrows-split-up-and-left::before {
  content: "\e4bc";
}
.fa-hand-fist::before {
  content: "\f6de";
}
.fa-fist-raised::before {
  content: "\f6de";
}
.fa-cloud-moon::before {
  content: "\f6c3";
}
.fa-briefcase::before {
  content: "\f0b1";
}
.fa-person-falling::before {
  content: "\e546";
}
.fa-image-portrait::before {
  content: "\f3e0";
}
.fa-portrait::before {
  content: "\f3e0";
}
.fa-user-tag::before {
  content: "\f507";
}
.fa-rug::before {
  content: "\e569";
}
.fa-earth-europe::before {
  content: "\f7a2";
}
.fa-globe-europe::before {
  content: "\f7a2";
}
.fa-cart-flatbed-suitcase::before {
  content: "\f59d";
}
.fa-luggage-cart::before {
  content: "\f59d";
}
.fa-rectangle-xmark::before {
  content: "\f410";
}
.fa-rectangle-times::before {
  content: "\f410";
}
.fa-times-rectangle::before {
  content: "\f410";
}
.fa-window-close::before {
  content: "\f410";
}
.fa-baht-sign::before {
  content: "\e0ac";
}
.fa-book-open::before {
  content: "\f518";
}
.fa-book-journal-whills::before {
  content: "\f66a";
}
.fa-journal-whills::before {
  content: "\f66a";
}
.fa-handcuffs::before {
  content: "\e4f8";
}
.fa-triangle-exclamation::before {
  content: "\f071";
}
.fa-exclamation-triangle::before {
  content: "\f071";
}
.fa-warning::before {
  content: "\f071";
}
.fa-database::before {
  content: "\f1c0";
}
.fa-share::before {
  content: "\f064";
}
.fa-arrow-turn-right::before {
  content: "\f064";
}
.fa-mail-forward::before {
  content: "\f064";
}
.fa-bottle-droplet::before {
  content: "\e4c4";
}
.fa-mask-face::before {
  content: "\e1d7";
}
.fa-hill-rockslide::before {
  content: "\e508";
}
.fa-right-left::before {
  content: "\f362";
}
.fa-exchange-alt::before {
  content: "\f362";
}
.fa-paper-plane::before {
  content: "\f1d8";
}
.fa-road-circle-exclamation::before {
  content: "\e565";
}
.fa-dungeon::before {
  content: "\f6d9";
}
.fa-align-right::before {
  content: "\f038";
}
.fa-money-bill-1-wave::before {
  content: "\f53b";
}
.fa-money-bill-wave-alt::before {
  content: "\f53b";
}
.fa-life-ring::before {
  content: "\f1cd";
}
.fa-hands::before {
  content: "\f2a7";
}
.fa-sign-language::before {
  content: "\f2a7";
}
.fa-signing::before {
  content: "\f2a7";
}
.fa-calendar-day::before {
  content: "\f783";
}
.fa-water-ladder::before {
  content: "\f5c5";
}
.fa-ladder-water::before {
  content: "\f5c5";
}
.fa-swimming-pool::before {
  content: "\f5c5";
}
.fa-arrows-up-down::before {
  content: "\f07d";
}
.fa-arrows-v::before {
  content: "\f07d";
}
.fa-face-grimace::before {
  content: "\f57f";
}
.fa-grimace::before {
  content: "\f57f";
}
.fa-wheelchair-move::before {
  content: "\e2ce";
}
.fa-wheelchair-alt::before {
  content: "\e2ce";
}
.fa-turn-down::before {
  content: "\f3be";
}
.fa-level-down-alt::before {
  content: "\f3be";
}
.fa-person-walking-arrow-right::before {
  content: "\e552";
}
.fa-square-envelope::before {
  content: "\f199";
}
.fa-envelope-square::before {
  content: "\f199";
}
.fa-dice::before {
  content: "\f522";
}
.fa-bowling-ball::before {
  content: "\f436";
}
.fa-brain::before {
  content: "\f5dc";
}
.fa-bandage::before {
  content: "\f462";
}
.fa-band-aid::before {
  content: "\f462";
}
.fa-calendar-minus::before {
  content: "\f272";
}
.fa-circle-xmark::before {
  content: "\f057";
}
.fa-times-circle::before {
  content: "\f057";
}
.fa-xmark-circle::before {
  content: "\f057";
}
.fa-gifts::before {
  content: "\f79c";
}
.fa-hotel::before {
  content: "\f594";
}
.fa-earth-asia::before {
  content: "\f57e";
}
.fa-globe-asia::before {
  content: "\f57e";
}
.fa-id-card-clip::before {
  content: "\f47f";
}
.fa-id-card-alt::before {
  content: "\f47f";
}
.fa-magnifying-glass-plus::before {
  content: "\f00e";
}
.fa-search-plus::before {
  content: "\f00e";
}
.fa-thumbs-up::before {
  content: "\f164";
}
.fa-user-clock::before {
  content: "\f4fd";
}
.fa-hand-dots::before {
  content: "\f461";
}
.fa-allergies::before {
  content: "\f461";
}
.fa-file-invoice::before {
  content: "\f570";
}
.fa-window-minimize::before {
  content: "\f2d1";
}
.fa-mug-saucer::before {
  content: "\f0f4";
}
.fa-coffee::before {
  content: "\f0f4";
}
.fa-brush::before {
  content: "\f55d";
}
.fa-mask::before {
  content: "\f6fa";
}
.fa-magnifying-glass-minus::before {
  content: "\f010";
}
.fa-search-minus::before {
  content: "\f010";
}
.fa-ruler-vertical::before {
  content: "\f548";
}
.fa-user-large::before {
  content: "\f406";
}
.fa-user-alt::before {
  content: "\f406";
}
.fa-train-tram::before {
  content: "\e5b4";
}
.fa-user-nurse::before {
  content: "\f82f";
}
.fa-syringe::before {
  content: "\f48e";
}
.fa-cloud-sun::before {
  content: "\f6c4";
}
.fa-stopwatch-20::before {
  content: "\e06f";
}
.fa-square-full::before {
  content: "\f45c";
}
.fa-magnet::before {
  content: "\f076";
}
.fa-jar::before {
  content: "\e516";
}
.fa-note-sticky::before {
  content: "\f249";
}
.fa-sticky-note::before {
  content: "\f249";
}
.fa-bug-slash::before {
  content: "\e490";
}
.fa-arrow-up-from-water-pump::before {
  content: "\e4b6";
}
.fa-bone::before {
  content: "\f5d7";
}
.fa-user-injured::before {
  content: "\f728";
}
.fa-face-sad-tear::before {
  content: "\f5b4";
}
.fa-sad-tear::before {
  content: "\f5b4";
}
.fa-plane::before {
  content: "\f072";
}
.fa-tent-arrows-down::before {
  content: "\e581";
}
.fa-exclamation::before {
  content: "\21";
}
.fa-arrows-spin::before {
  content: "\e4bb";
}
.fa-print::before {
  content: "\f02f";
}
.fa-turkish-lira-sign::before {
  content: "\e2bb";
}
.fa-try::before {
  content: "\e2bb";
}
.fa-turkish-lira::before {
  content: "\e2bb";
}
.fa-dollar-sign::before {
  content: "\24";
}
.fa-dollar::before {
  content: "\24";
}
.fa-usd::before {
  content: "\24";
}
.fa-x::before {
  content: "\58";
}
.fa-magnifying-glass-dollar::before {
  content: "\f688";
}
.fa-search-dollar::before {
  content: "\f688";
}
.fa-users-gear::before {
  content: "\f509";
}
.fa-users-cog::before {
  content: "\f509";
}
.fa-person-military-pointing::before {
  content: "\e54a";
}
.fa-building-columns::before {
  content: "\f19c";
}
.fa-bank::before {
  content: "\f19c";
}
.fa-institution::before {
  content: "\f19c";
}
.fa-museum::before {
  content: "\f19c";
}
.fa-university::before {
  content: "\f19c";
}
.fa-umbrella::before {
  content: "\f0e9";
}
.fa-trowel::before {
  content: "\e589";
}
.fa-d::before {
  content: "\44";
}
.fa-stapler::before {
  content: "\e5af";
}
.fa-masks-theater::before {
  content: "\f630";
}
.fa-theater-masks::before {
  content: "\f630";
}
.fa-kip-sign::before {
  content: "\e1c4";
}
.fa-hand-point-left::before {
  content: "\f0a5";
}
.fa-handshake-simple::before {
  content: "\f4c6";
}
.fa-handshake-alt::before {
  content: "\f4c6";
}
.fa-jet-fighter::before {
  content: "\f0fb";
}
.fa-fighter-jet::before {
  content: "\f0fb";
}
.fa-square-share-nodes::before {
  content: "\f1e1";
}
.fa-share-alt-square::before {
  content: "\f1e1";
}
.fa-barcode::before {
  content: "\f02a";
}
.fa-plus-minus::before {
  content: "\e43c";
}
.fa-video::before {
  content: "\f03d";
}
.fa-video-camera::before {
  content: "\f03d";
}
.fa-graduation-cap::before {
  content: "\f19d";
}
.fa-mortar-board::before {
  content: "\f19d";
}
.fa-hand-holding-medical::before {
  content: "\e05c";
}
.fa-person-circle-check::before {
  content: "\e53e";
}
.fa-turn-up::before {
  content: "\f3bf";
}
.fa-level-up-alt::before {
  content: "\f3bf";
}
.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
/* "vendors/fontawesome/solid.less" */
/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:root,
:host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free';
}
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/fonts/fa-solid-900.woff2) format('woff2'), url(/fonts/fa-solid-900.ttf) format('truetype');
}
.fas,
.fa-solid {
  font-weight: 900;
}
/* "vendors/fontawesome/regular.less" */
/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:root,
:host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free';
}
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/fonts/fa-regular-400.woff2) format('woff2'), url(/fonts/fa-regular-400.ttf) format('truetype');
}
.far,
.fa-regular {
  font-weight: 400;
}
/* "vendors/fontawesome/brands.less" */
/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:root,
:host {
  --fa-style-family-brands: 'Font Awesome 6 Brands';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands';
}
@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/fonts/fa-brands-400.woff2) format('woff2'), url(/fonts/fa-brands-400.ttf) format('truetype');
}
.fab,
.fa-brands {
  font-weight: 400;
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-shopware:before {
  content: "\f5b5";
}
.fa-creative-commons-nc:before {
  content: "\f4e8";
}
.fa-aws:before {
  content: "\f375";
}
.fa-redhat:before {
  content: "\f7bc";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-cloudflare:before {
  content: "\e07d";
}
.fa-ups:before {
  content: "\f7e0";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-bity:before {
  content: "\f37a";
}
.fa-stackpath:before {
  content: "\f842";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-modx:before {
  content: "\f285";
}
.fa-guilded:before {
  content: "\e07e";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-square-js:before {
  content: "\f3b9";
}
.fa-js-square:before {
  content: "\f3b9";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-orcid:before {
  content: "\f8d2";
}
.fa-java:before {
  content: "\f4e4";
}
.fa-invision:before {
  content: "\f7b0";
}
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.fa-centercode:before {
  content: "\f380";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-creative-commons-by:before {
  content: "\f4e7";
}
.fa-unity:before {
  content: "\e049";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-vk:before {
  content: "\f189";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-mailchimp:before {
  content: "\f59e";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.fa-square-reddit:before {
  content: "\f1a2";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-square-font-awesome:before {
  content: "\e5ad";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-square-instagram:before {
  content: "\e055";
}
.fa-instagram-square:before {
  content: "\e055";
}
.fa-battle-net:before {
  content: "\f835";
}
.fa-the-red-yeti:before {
  content: "\f69d";
}
.fa-square-hacker-news:before {
  content: "\f3af";
}
.fa-hacker-news-square:before {
  content: "\f3af";
}
.fa-edge:before {
  content: "\f282";
}
.fa-threads:before {
  content: "\e618";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-square-snapchat:before {
  content: "\f2ad";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-artstation:before {
  content: "\f77a";
}
.fa-markdown:before {
  content: "\f60f";
}
.fa-sourcetree:before {
  content: "\f7d3";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-diaspora:before {
  content: "\f791";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-phoenix-squadron:before {
  content: "\f511";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-creative-commons-sa:before {
  content: "\f4ef";
}
.fa-safari:before {
  content: "\f267";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-square-font-awesome-stroke:before {
  content: "\f35c";
}
.fa-font-awesome-alt:before {
  content: "\f35c";
}
.fa-atlassian:before {
  content: "\f77b";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-nimblr:before {
  content: "\f5a8";
}
.fa-chromecast:before {
  content: "\f838";
}
.fa-evernote:before {
  content: "\f839";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-watchman-monitoring:before {
  content: "\e087";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-git-alt:before {
  content: "\f841";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-rev:before {
  content: "\f5b2";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-wizards-of-the-coast:before {
  content: "\f730";
}
.fa-square-viadeo:before {
  content: "\f2aa";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-centos:before {
  content: "\f789";
}
.fa-adn:before {
  content: "\f170";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-square-dribbble:before {
  content: "\f397";
}
.fa-dribbble-square:before {
  content: "\f397";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-node:before {
  content: "\f419";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-cc-apple-pay:before {
  content: "\f416";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-debian:before {
  content: "\e60b";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-instalod:before {
  content: "\e081";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-square-twitter:before {
  content: "\f081";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-r-project:before {
  content: "\f4f7";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-app-store:before {
  content: "\f36f";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-golang:before {
  content: "\e40f";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-uncharted:before {
  content: "\e084";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-square-youtube:before {
  content: "\f431";
}
.fa-youtube-square:before {
  content: "\f431";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-wpressr:before {
  content: "\f3e4";
}
.fa-rendact:before {
  content: "\f3e4";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-galactic-republic:before {
  content: "\f50c";
}
.fa-nfc-directional:before {
  content: "\e530";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-fedora:before {
  content: "\f798";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-meta:before {
  content: "\e49b";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-creative-commons-zero:before {
  content: "\f4f3";
}
.fa-hips:before {
  content: "\f452";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-discord:before {
  content: "\f392";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-app-store-ios:before {
  content: "\f370";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-confluence:before {
  content: "\f78d";
}
.fa-mdb:before {
  content: "\f8ca";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-ebay:before {
  content: "\f4f4";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-unsplash:before {
  content: "\e07c";
}
.fa-yarn:before {
  content: "\f7e3";
}
.fa-square-steam:before {
  content: "\f1b7";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-square-vimeo:before {
  content: "\f194";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-font-awesome-flag:before {
  content: "\f2b4";
}
.fa-font-awesome-logo-full:before {
  content: "\f2b4";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-apple:before {
  content: "\f179";
}
.fa-hive:before {
  content: "\e07f";
}
.fa-gitkraken:before {
  content: "\f3a6";
}
.fa-keybase:before {
  content: "\f4f5";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-padlet:before {
  content: "\e4a0";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-square-github:before {
  content: "\f092";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-fedex:before {
  content: "\f797";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-shopify:before {
  content: "\e057";
}
.fa-neos:before {
  content: "\f612";
}
.fa-square-threads:before {
  content: "\e619";
}
.fa-hackerrank:before {
  content: "\f5f7";
}
.fa-researchgate:before {
  content: "\f4f8";
}
.fa-swift:before {
  content: "\f8e1";
}
.fa-angular:before {
  content: "\f420";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-envira:before {
  content: "\f299";
}
.fa-square-gitlab:before {
  content: "\e5ae";
}
.fa-gitlab-square:before {
  content: "\e5ae";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-square-odnoklassniki:before {
  content: "\f264";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-sith:before {
  content: "\f512";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-hashnode:before {
  content: "\e499";
}
.fa-react:before {
  content: "\f41b";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-squarespace:before {
  content: "\f5be";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-creative-commons-share:before {
  content: "\f4f2";
}
.fa-bitcoin:before {
  content: "\f379";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-itch-io:before {
  content: "\f83a";
}
.fa-umbraco:before {
  content: "\f8e8";
}
.fa-galactic-senate:before {
  content: "\f50d";
}
.fa-ubuntu:before {
  content: "\f7df";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-gg:before {
  content: "\f260";
}
.fa-dhl:before {
  content: "\f790";
}
.fa-square-pinterest:before {
  content: "\f0d3";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-xing:before {
  content: "\f168";
}
.fa-blackberry:before {
  content: "\f37b";
}
.fa-creative-commons-pd:before {
  content: "\f4ec";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-less:before {
  content: "\f41d";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-dailymotion:before {
  content: "\e052";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-bootstrap:before {
  content: "\f836";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-nfc-symbol:before {
  content: "\e531";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-speaker-deck:before {
  content: "\f83c";
}
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-ello:before {
  content: "\f5f1";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-square-google-plus:before {
  content: "\f0d4";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-mandalorian:before {
  content: "\f50f";
}
.fa-first-order-alt:before {
  content: "\f50a";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-fulcrum:before {
  content: "\f50b";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-square-xing:before {
  content: "\f169";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-usps:before {
  content: "\f7e1";
}
.fa-megaport:before {
  content: "\f5a3";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-fly:before {
  content: "\f417";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-cuttlefish:before {
  content: "\f38c";
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-viber:before {
  content: "\f409";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-symfony:before {
  content: "\f83d";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-audible:before {
  content: "\f373";
}
.fa-think-peaks:before {
  content: "\f731";
}
.fa-bilibili:before {
  content: "\e3d9";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-x-twitter:before {
  content: "\e61b";
}
.fa-cotton-bureau:before {
  content: "\f89e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-42-group:before {
  content: "\e080";
}
.fa-innosoft:before {
  content: "\e080";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-square-pied-piper:before {
  content: "\e01e";
}
.fa-pied-piper-square:before {
  content: "\e01e";
}
.fa-creative-commons-nd:before {
  content: "\f4eb";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-tiktok:before {
  content: "\e07b";
}
.fa-square-facebook:before {
  content: "\f082";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-mixer:before {
  content: "\e056";
}
.fa-square-lastfm:before {
  content: "\f203";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-mendeley:before {
  content: "\f7b3";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-figma:before {
  content: "\f799";
}
.fa-creative-commons-remix:before {
  content: "\f4ee";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-cmplid:before {
  content: "\e360";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-jedi-order:before {
  content: "\f50e";
}
.fa-uikit:before {
  content: "\f403";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-trade-federation:before {
  content: "\f513";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-deezer:before {
  content: "\e077";
}
.fa-raspberry-pi:before {
  content: "\f7bb";
}
.fa-jira:before {
  content: "\f7b1";
}
.fa-docker:before {
  content: "\f395";
}
.fa-screenpal:before {
  content: "\e570";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-gitter:before {
  content: "\f426";
}
.fa-d-and-d:before {
  content: "\f38d";
}
.fa-microblog:before {
  content: "\e01a";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-pied-piper-hat:before {
  content: "\f4e5";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-yandex:before {
  content: "\f413";
}
.fa-readme:before {
  content: "\f4d5";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-wirsindhandwerk:before {
  content: "\e2d0";
}
.fa-wsh:before {
  content: "\e2d0";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-salesforce:before {
  content: "\f83b";
}
.fa-octopus-deploy:before {
  content: "\e082";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-apper:before {
  content: "\f371";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-waze:before {
  content: "\f83f";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ab";
}
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}
.fa-rust:before {
  content: "\e07a";
}
.fa-wix:before {
  content: "\f5cf";
}
.fa-square-behance:before {
  content: "\f1b5";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-kaggle:before {
  content: "\f5fa";
}
.fa-space-awesome:before {
  content: "\e5ac";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-square-git:before {
  content: "\f1d2";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-square-tumblr:before {
  content: "\f174";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-trello:before {
  content: "\f181";
}
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-perbyte:before {
  content: "\e083";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-weebly:before {
  content: "\f5cc";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-themeco:before {
  content: "\f5c6";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-android:before {
  content: "\f17b";
}
.fa-bots:before {
  content: "\e340";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-hornbill:before {
  content: "\f592";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-ideal:before {
  content: "\e013";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-dev:before {
  content: "\f6cc";
}
.fa-sketch:before {
  content: "\f7c6";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-uber:before {
  content: "\f402";
}
.fa-github:before {
  content: "\f09b";
}
.fa-php:before {
  content: "\f457";
}
.fa-alipay:before {
  content: "\f642";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-firefox-browser:before {
  content: "\e007";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-suse:before {
  content: "\f7d6";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-buffer:before {
  content: "\f837";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-yammer:before {
  content: "\f840";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-stubber:before {
  content: "\e5c7";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-telegram-plane:before {
  content: "\f2c6";
}
.fa-old-republic:before {
  content: "\f510";
}
.fa-odysee:before {
  content: "\e5c6";
}
.fa-square-whatsapp:before {
  content: "\f40c";
}
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-edge-legacy:before {
  content: "\e078";
}
.fa-slack:before {
  content: "\f198";
}
.fa-slack-hash:before {
  content: "\f198";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-usb:before {
  content: "\f287";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-square-x-twitter:before {
  content: "\e61a";
}
.fa-reacteurope:before {
  content: "\f75d";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-medium-m:before {
  content: "\f23a";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-critical-role:before {
  content: "\f6c9";
}
.fa-sitrox:before {
  content: "\e44a";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-mastodon:before {
  content: "\f4f6";
}
.fa-airbnb:before {
  content: "\f834";
}
.fa-wolf-pack-battalion:before {
  content: "\f514";
}
.fa-buy-n-large:before {
  content: "\f8a6";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.fa-strava:before {
  content: "\f428";
}
.fa-ember:before {
  content: "\f423";
}
.fa-canadian-maple-leaf:before {
  content: "\f785";
}
.fa-teamspeak:before {
  content: "\f4f9";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-wodu:before {
  content: "\e088";
}
.fa-google-pay:before {
  content: "\e079";
}
.fa-intercom:before {
  content: "\f7af";
}
.fa-zhihu:before {
  content: "\f63f";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-pix:before {
  content: "\e43a";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}
/* "bem/variables" */
/* "utilities/mixins" */
/* "utilities/pico" */
/* "utilities/bootstrap" */
/* "utilities/fonts" */
/* "bem/commons" */
:root {
  color-scheme: light dark;
}
html {
  --color-primary: #595ef6;
  --color-black: #040405;
  --color-black-op50: rgba(4, 4, 5, 0.5);
  --color-red: #FF327C;
  --color-black-02: rgba(4, 4, 5, 0.2);
  --color-gray: #7f7f7f;
  --color-gray-bold: rgba(157, 159, 178);
  --color-border-gray: rgba(245, 245, 249);
  --color-border-gray-op50: rgba(245, 245, 249, 0.5);
  --color-white: rgba(255, 255, 255);
  --color-white-op50: rgba(255, 255, 255, 0.5);
  --color-tags: rgba(240, 240, 247, 0.7);
  --color-tags-op50: rgba(240, 240, 247, 0.5);
  --color-select-txt: rgba(130, 133, 163);
  --color-rectangel: rgba(24, 24, 105, 0.28);
  --color-green: #50d091;
  --color-text-muted: #979abd;
  --pfont: 'WorkSans-Regular', sans-serif;
  --pfontMedium: 'WorkSans-Medium', sans-serif;
  --pfontBold: 'WorkSans-Bold', sans-serif;
  --pfontItalic: 'WorkSans-Italic', sans-serif;
  --sfont: 'Philosopher-Regular', serif;
  --sfontBold: 'Philosopher-Bold', serif;
  --mfont: 'Consolas', 'SF Mono', monospace;
}
summary::-webkit-details-marker {
  display: none;
}
/* From variables.less */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 18px;
  padding-right: 18px;
}
@media (min-width: 768px) {
  .container {
    width: 756px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 976px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1220px;
  }
}
.clearfix,
.container,
.container-fluid,
.row,
.form-horizontal .form-group,
.container,
.container--1164--fixed,
.header--container {
  clear: both;
  float: none;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ul,
p,
h3,
h1,
h2,
h4 {
  margin: 0;
  padding: 0;
}
.nopa {
  padding: 0!important;
}
@media (max-width: 992px) {
  .nopa {
    padding: 0 20px!important;
  }
}
.noma {
  margin: 0!important;
}
.padding__right--4 {
  padding-right: 4px!important;
}
.padding__right--0 {
  padding-right: 0!important;
}
.padding__left--4 {
  padding-left: 4px !important;
}
.padding__left--0 {
  padding-left: 0!important;
}
.noborder {
  border: none!important;
}
.copy-notification {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px;
  border-radius: 30px;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 150px;
  margin-top: -30px;
  margin-left: -85px;
  display: none;
  text-align: center;
}
/* "block/a11y" */
.sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
/* "block/accordion" */
/*
Accordion

Markup:
<div class="accordion">
  <div class="accordion__group">
      <div class="accordion__header">
          <div class="chkbox chkbox--primary accordion__chkbox">
                  <input type="checkbox" value="None" id="squaredOne" class="chkbox__input" name="check">
                  <label for="squaredOne" class="chkbox__label chkxbox__label--primary"></label>
          </div>
          <a href="#" class="accordion__link accordion__link--open">
              Traveler 1
              <span class="caret caret--up accordion__caret"></span>
          </a>
      </div>
      <div class="accordion__content accordion__content--open accordion__content--travelers">
          <div class="description-bl">
              <div class="description-bl__caption">Email</div>
              <div class="description-bl__value">sara@gmail.com</div>
              <div class="description-bl__caption">Dietary Instructions</div>
              <div class="description-bl__value">Vegetarian</div>
          </div>
      </div>
  </div>
</div>

Styleguide Components.Accordion
*/
.accordion__group {
  padding: 18px 0;
}
.accordion__header {
  padding: 0;
}
.accordion__no {
  line-height: 18px;
  font-family: var(--pfont);
  font-weight: 100;
  font-size: 18px;
  color: #e94f00;
  width: 100px;
  display: inline-block;
}
.accordion__link {
  line-height: 18px;
  font-family: var(--pfont);
  font-weight: 100;
  font-size: 18px;
  line-height: 20px;
  color: #4f535b;
  text-decoration: underline;
  padding: 13px 0;
  text-align: left;
}
.accordion__link--notlast {
  border-top: 0;
}
.accordion__link--services {
  font-size: 22px;
  color: #e94f00;
  margin: 35px 0 20px;
}
.accordion__content {
  text-align: left;
  padding: 13px 0;
  line-height: 18px;
  font-family: var(--pfont);
  font-weight: 100;
  font-size: 18px;
  color: #4f535b;
  line-height: 22px;
  border-top: 0;
  padding-left: 100px;
}
.accordion__content.collapse {
  display: none;
  overflow: hidden;
}
.accordion__content.collapse.in {
  display: block;
  height: auto;
  overflow: visible;
}
.accordion__content.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height,visibility;
  transition-property: height,visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.accordion__content--services {
  padding-left: 0;
}
.accordion__content--open {
  display: block;
}
.accordion__caret {
  float: right;
}
.accordion-block {
  border-top: 1px solid #E6E6EA;
  border-bottom: 1px solid #E6E6EA;
  margin: 28px 0;
  padding: 16px 0 0;
}
.accordion-block + .accordion-block {
  border-top: none;
  margin-top: -8px;
  padding-top: 0;
}
.accordion-toggle {
  line-height: 18px;
  font-family: var(--pfont);
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: var(--color-black);
  padding-bottom: 16px;
  text-transform: uppercase;
}
summary .accordion-toggle::before {
  display: none;
}
[open] summary .accordion-toggle::before {
  display: none;
}
summary .accordion-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
summary .accordion-toggle .btn-toggle {
  background-color: #F5F5F9;
  border-radius: 50%;
  border: 8px solid #F5F5F9;
  display: inline-flex;
}
summary .accordion-toggle .sprite {
  transition: transform 250ms ease-in-out;
}
[open] summary .accordion-toggle .sprite {
  transform: rotateZ(180deg);
}
/* "block/alert" */
.alert {
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 10px 20px;
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 100;
  font-size: 14px;
  line-height: 26px;
}
.alert p {
  margin-bottom: 16px;
}
.alert p:last-child {
  margin-bottom: 0;
}
.alert--info {
  border: 1px solid #5091D0;
  background: #b5d0eb;
  color: var(--color-black);
}
.alert--success {
  border: 1px solid #50D091;
  background: #b5ebd0;
  color: var(--color-black);
}
.alert--warning {
  border: 1px solid orange;
  background: #ffd280;
  color: var(--color-black);
}
.alert--danger {
  border: 1px solid #D05050;
  background: #ebb5b5;
  color: var(--color-black);
}
.alert--link {
  color: var(--color-black);
  font-weight: bold;
}
.alert--dismissible {
  position: relative;
}
.alert--close {
  position: absolute;
  top: 5px;
  right: 10px;
  background: transparent;
  border: none;
  padding: 4px;
}
.alert--close:active,
.alert--close:hover {
  color: var(--color-black);
}
/* "block/sprite" */
.sprite {
  display: inline-block;
  vertical-align: middle;
  background-image: url(/img/design/pico.png);
  background-repeat: no-repeat;
  background-size: 342px 289px;
}
@media only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .sprite {
    background-image: url(/img/design/pico@2x.png);
  }
}
.sprite__svg {
  background-image: none;
}
.sprite--logo {
  background-position: -10px -10px;
  width: 150px;
  height: 39px;
}
.sprite--tagRightArrow {
  background-position: -58px -129px;
  width: 24px;
  height: 24px;
}
.sprite--tagLeftArrow {
  background-position: -102px -129px;
  width: 24px;
  height: 24px;
}
.sprite--search {
  background-position: -316px -82px;
  width: 16px;
  height: 16px;
}
.sprite--trash {
  background-position: -236px -261px;
  width: 16px;
  height: 16px;
}
.sprite--reload {
  background-position: -316px -46px;
  width: 16px;
  height: 16px;
}
.sprite--check {
  background-position: -316px -154px;
  width: 14px;
  height: 10px;
}
.sprite--filter {
  background-position: -54px -177px;
  width: 24px;
  height: 24px;
}
.sprite--arrow-down {
  background-position: -316px -218px;
  width: 13px;
  height: 8px;
}
.sprite--arrow-down-black {
  background-position: -316px -118px;
  width: 16px;
  height: 16px;
}
.sprite--calendar {
  background-position: -276px -90px;
  width: 17px;
  height: 19px;
}
.sprite--fb,
.sprite--facebook {
  background-position: -124px -261px;
  width: 18px;
  height: 18px;
}
.sprite--fb--gray,
.sprite--facebook--gray {
  background-position: -276px -10px;
  width: 20px;
  height: 20px;
}
.sprite--linkedin {
  background-position: -10px -261px;
  width: 18px;
  height: 18px;
}
.sprite--linkedin--gray {
  background-position: -170px -221px;
  width: 20px;
  height: 20px;
}
.sprite--instagram {
  background-position: -86px -261px;
  width: 18px;
  height: 18px;
}
.sprite--instagram--gray {
  background-position: -210px -221px;
  width: 20px;
  height: 20px;
}
.sprite--twitter {
  background-position: -276px -129px;
  width: 18px;
  height: 18px;
}
.sprite--twitter--gray {
  background-position: -236px -10px;
  width: 20px;
  height: 20px;
}
.sprite--pinterest {
  background-position: -236px -130px;
  width: 20px;
  height: 20px;
}
.sprite--pinterest--gray {
  background-position: -236px -170px;
  width: 20px;
  height: 20px;
}
.sprite--patreon {
  background-position: -10px -221px;
  width: 20px;
  height: 20px;
}
.sprite--patreon--gray {
  background-position: -50px -221px;
  width: 20px;
  height: 20px;
}
.sprite--soundcloud {
  background-position: -236px -50px;
  width: 20px;
  height: 20px;
}
.sprite--soundcloud--gray {
  background-position: -236px -90px;
  width: 20px;
  height: 20px;
}
.sprite--linklist--gray {
  background-position: -130px -221px;
  width: 20px;
  height: 20px;
}
.sprite--mastodon--gray {
  background-position: -90px -221px;
  width: 20px;
  height: 20px;
}
.sprite--delete {
  background-position: -199px -261px;
  width: 17px;
  height: 17px;
}
.sprite--upload {
  background-position: -162px -261px;
  width: 17px;
  height: 18px;
}
.sprite--share {
  background-position: -162px -261px;
  width: 17px;
  height: 18px;
}
.sprite--cancel {
  background-position: -276px -50px;
  width: 20px;
  height: 20px;
}
.sprite--cancelBlack {
  background-position: -316px -184px;
  width: 14px;
  height: 14px;
}
.sprite--mobileMenu {
  background-position: -276px -205px;
  width: 18px;
  height: 14px;
}
.sprite--mobileSearch {
  background-position: -276px -167px;
  width: 18px;
  height: 18px;
}
.sprite--play {
  background-position: -142px -177px;
  width: 24px;
  height: 24px;
}
.sprite--star {
  background-position: -180px -66px;
  width: 28px;
  height: 28px;
}
.sprite--fire {
  background-position: -10px -129px;
  width: 28px;
  height: 28px;
}
.sprite--searchImg {
  background-position: -180px -10px;
  width: 36px;
  height: 36px;
}
.sprite--time {
  background-position: -272px -261px;
  width: 16px;
  height: 16px;
}
.sprite--modal-close {
  background-position: -10px -177px;
  width: 24px;
  height: 24px;
}
.sprite--section--slider-prev {
  background-position: -146px -129px;
  width: 24px;
  height: 24px;
}
.sprite--section--slider-next {
  background-position: -190px -129px;
  width: 24px;
  height: 24px;
}
.sprite--shield-green {
  background-position: -316px -10px;
  width: 16px;
  height: 16px;
}
.sprite--download {
  background-position: -186px -177px;
  width: 24px;
  height: 24px;
}
.sprite--show {
  background-position: -98px -177px;
  width: 24px;
  height: 24px;
}
.sprite--link {
  background-position: -48px -261px;
  width: 18px;
  height: 18px;
}
.sprite__svg {
  background-color: #fff;
}
.sprite__svg--20 {
  width: 20px;
  height: 20px;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: 20px 20px;
}
.sprite__svg[class*="--gray"] {
  background-color: #B6B8D1;
}
.sprite__svg[class*="--bluesky"] {
  /* webpackIgnore: true */
  mask-image: url(/img/social/bluesky.svg);
}
.sprite__svg[class*="--facebook"] {
  /* webpackIgnore: true */
  mask-image: url(/img/social/facebook.svg);
}
.sprite__svg[class*="--linkedin"] {
  /* webpackIgnore: true */
  mask-image: url(/img/social/linkedin.svg);
}
.sprite__svg[class*="--mastodon"] {
  /* webpackIgnore: true */
  mask-image: url(/img/social/mastodon.svg);
}
.sprite__svg[class*="--patreon"] {
  /* webpackIgnore: true */
  mask-image: url(/img/social/patreon.svg);
}
/* "block/form" */
.form__row {
  margin-bottom: 24px;
  margin-left: -18px;
  margin-right: -18px;
}
@media (max-width: 996px) {
  .form__row {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
.form__row:after {
  content: '';
  display: table;
  clear: both;
}
.form__row--last {
  margin-bottom: 0;
}
.form__cell--6 {
  position: relative;
  min-height: 1px;
  padding-left: 18px;
  padding-right: 18px;
}
@media (min-width: 992px) {
  .form__cell--6 {
    float: left;
    width: 50%;
  }
}
.form__cell--5 {
  position: relative;
  min-height: 1px;
  padding-left: 18px;
  padding-right: 18px;
}
@media (min-width: 992px) {
  .form__cell--5 {
    float: left;
    width: 41.66666667%;
  }
}
.form__cell--4 {
  position: relative;
  min-height: 1px;
  padding-left: 18px;
  padding-right: 18px;
}
@media (min-width: 992px) {
  .form__cell--4 {
    float: left;
    width: 33.33333333%;
  }
}
.form__cell--3 {
  position: relative;
  min-height: 1px;
  padding-left: 18px;
  padding-right: 18px;
}
@media (min-width: 992px) {
  .form__cell--3 {
    float: left;
    width: 25%;
  }
}
.form__cell--2 {
  position: relative;
  min-height: 1px;
  padding-left: 18px;
  padding-right: 18px;
}
@media (min-width: 992px) {
  .form__cell--2 {
    float: left;
    width: 16.66666667%;
  }
}
.form__cell--1 {
  position: relative;
  min-height: 1px;
  padding-left: 18px;
  padding-right: 18px;
}
@media (min-width: 992px) {
  .form__cell--1 {
    float: left;
    width: 8.33333333%;
  }
}
.form__cell--7 {
  position: relative;
  min-height: 1px;
  padding-left: 18px;
  padding-right: 18px;
}
@media (min-width: 992px) {
  .form__cell--7 {
    float: left;
    width: 58.33333333%;
  }
}
.form__cell--8 {
  position: relative;
  min-height: 1px;
  padding-left: 18px;
  padding-right: 18px;
}
@media (min-width: 992px) {
  .form__cell--8 {
    float: left;
    width: 66.66666667%;
  }
}
.form__cell--9 {
  position: relative;
  min-height: 1px;
  padding-left: 18px;
  padding-right: 18px;
}
@media (min-width: 992px) {
  .form__cell--9 {
    float: left;
    width: 75%;
  }
}
.form__cell--10 {
  position: relative;
  min-height: 1px;
  padding-left: 18px;
  padding-right: 18px;
}
@media (min-width: 992px) {
  .form__cell--10 {
    float: left;
    width: 83.33333333%;
  }
}
.form__cell--11 {
  position: relative;
  min-height: 1px;
  padding-left: 18px;
  padding-right: 18px;
}
@media (min-width: 992px) {
  .form__cell--11 {
    float: left;
    width: 91.66666667%;
  }
}
.form__cell--12 {
  position: relative;
  min-height: 1px;
  padding-left: 18px;
  padding-right: 18px;
}
@media (min-width: 992px) {
  .form__cell--12 {
    float: left;
    width: 100%;
  }
}
.form__cell--icon {
  position: absolute;
  right: 20px;
  top: 50%;
}
.form__cell--icon-w {
  position: relative;
}
.form__cell--icon--right--28 {
  right: 28px;
}
.form__cell--icon--right--m12 {
  margin-right: 12px;
}
.form__inp {
  outline: 0;
  background: #fff;
  border-radius: 12px;
  border: 2px solid #F5F5F9;
  width: 100%;
  padding: 12px 16px;
  color: var(--color-black);
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 500;
  font-size: 14px;
}
.form__inp::placeholder {
  color: #8285A3;
}
.form__inp:focus {
  border-color: rgba(89, 94, 246, 0.7);
}
.form__inp--check {
  position: absolute;
  left: -999999px;
}
.form__inp--check:checked ~ label:before {
  content: '+';
}
.form__inp[disabled] {
  background-color: rgba(245, 245, 249, 0.6);
  border-color: #F2F2F8;
  color: rgba(182, 184, 209, 0.7);
}
.form__inp--hidden {
  display: none;
}
.form__inp--sm {
  border-radius: 6px;
  font-size: 12px;
  line-height: 14px;
  padding: 4px 8px;
}
.form__inp-group {
  display: flex;
}
.form__inp-group .form__inp--first {
  border-radius: 12px 0 0 12px;
}
.form__inp-group .form__inp--mid {
  border-radius: 0;
  border-left: 0;
}
.form__inp-group .form__inp--last {
  border-radius: 0 12px 12px 0;
  border-left: 0;
}
.form__inp-group .form__btn {
  height: 40px;
  padding: 10px 20px;
}
.form__inp--sm {
  flex: 1 1 40%;
}
.form__inp--lg {
  flex: 2 1 60%;
}
.form__btn {
  border: 0;
  background: #fff;
  border-radius: 50px;
  outline: 0;
  padding: 14px 50px;
  text-decoration: none;
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 600;
  font-size: 14px;
}
.form__btn:hover {
  transition: all 125ms ease-in-out;
}
@media (max-width: 1164px) {
  .form__btn {
    padding: 10px 34px;
  }
}
@media (max-width: 475px) {
  .form__btn {
    padding: 10px 24px;
  }
}
.form__btn span {
  margin-right: 10px;
}
.form__btn--inline {
  display: inline-block;
}
.form__btn--primary {
  background-color: var(--color-primary);
  color: #fff;
}
.form__btn--block {
  display: flex;
  align-items: center;
  justify-content: center;
}
.form__btn--gray {
  background: #F5F5F9;
  color: var(--color-black);
}
.form__btn--gray:active,
.form__btn--gray:hover {
  background-color: rgba(89, 94, 246, 0.06);
  color: #595EF6;
}
.form__btn--white {
  background-color: #fff;
  color: var(--color-black);
}
.form__btn--white:active,
.form__btn--white:hover {
  background-color: rgba(89, 94, 246, 0.06);
  color: #595EF6;
}
.form__btn--transparent {
  background: transparent;
}
.form__btn--transparent:active,
.form__btn--transparent:hover {
  color: #595EF6;
}
.form__btn--border {
  border: 2px solid #F5F5F9;
}
.form__btn--border:active,
.form__btn--border:hover {
  border-color: rgba(89, 94, 246, 0.12);
}
.form__btn--full {
  width: 100%;
}
.form__btn--color-black {
  color: var(--color-black);
}
.form__btn--color-red {
  color: var(--color-red);
}
.form__btn--inline {
  display: inline-block;
}
.form__btn--inline--center {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.form__btn--copy {
  position: absolute;
  text-decoration: none;
  color: var(--color-primary);
  width: 65px;
  height: 36px;
  right: 22px;
  top: 20px;
  display: inline-block;
  padding: 8px 15px;
  background: #F5F5F9;
  border-radius: 10px;
  transition: all 125ms ease-in-out;
}
.form__btn--copy:after {
  content: '';
  display: inline-block;
  background: linear-gradient(270deg, #FFFFFF 6.3%, rgba(255, 255, 255, 0) 90.8%);
  width: 192px;
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
}
.form__btn--copy:active,
.form__btn--copy:focus,
.form__btn--copy:hover {
  background-color: #595EF6;
  border-color: #595EF6;
  color: #fff;
  opacity: 0.9;
}
.form__label {
  text-transform: uppercase;
  margin-bottom: 4px;
  color: #B6B8D1;
  line-height: 12px;
  font-family: var(--pfont);
  font-weight: 700;
  font-size: 12px;
  display: block;
}
.form__label--600 {
  font-weight: 600;
}
.form__label--400 {
  font-weight: 400;
}
.form__label--inline {
  display: inline;
}
.form__label--check {
  position: relative;
  width: 24px;
  height: 24px;
}
.form__label--check:after,
.form__label--check:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
}
.form__label--check:after {
  background: #F5F5F9;
  border: 2px solid rgba(89, 94, 246, 0.24);
  border-radius: 8px;
  width: 100%;
  height: 100%;
}
.form__label--check:before {
  top: 3px;
  left: 6px;
  z-index: 1;
}
.form__label--card {
  position: absolute;
  right: 12px;
  top: 12px;
}
.form__select {
  outline: 0;
  background: #fff;
  border-radius: 12px;
  border: 2px solid #F5F5F9;
  height: 40px;
  width: 100%;
  padding: 0 16px;
  color: var(--color-black);
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 500;
  font-size: 14px;
}
.form__select::placeholder {
  color: #8285A3;
}
.form__select:focus {
  border-color: rgba(89, 94, 246, 0.7);
}
.form__select[disabled] {
  background-color: rgba(245, 245, 249, 0.6);
  border-color: #F2F2F8;
  color: rgba(182, 184, 209, 0.7);
}
.form__txt {
  margin-top: 8px;
  line-height: 10px;
  font-family: var(--pfont);
  font-weight: 500;
  font-size: 10px;
}
.form__txt--12 {
  font-size: 12px;
  line-height: 14px;
}
.form__txt--14 {
  font-size: 14px;
  line-height: 20px;
}
.form__link--blue {
  color: var(--color-primary);
}
.form__link--underline {
  text-decoration: underline;
}
.form__switch {
  position: absolute;
  left: -99999999px;
  z-index: -1;
}
.form__switch--w {
  display: inline-block;
}
.form__switch--label {
  position: relative;
  width: 48px;
  height: 24px;
  transition: all 0.2s ease;
}
.form__switch--label:after,
.form__switch--label:before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 100%;
  transition: all 0.2s ease;
  height: 100%;
  border-radius: 72px;
}
.form__switch--label:before {
  width: 16px;
  height: 16px;
  background-color: var(--color-primary);
  border-radius: 72px;
  left: 3px;
  top: 4px;
  z-index: 1;
}
.form__switch--label:after {
  background: #F5F5F9;
}
.form__switch--label[disabled] {
  opacity: 0.5;
}
.form__switch:checked ~ label:after {
  background-color: var(--color-primary);
}
.form__switch:checked ~ label:before {
  left: 29px;
  background: #fff;
}
.form__switch[disabled] {
  opacity: 0.5;
}
.form__textarea {
  min-height: 100px;
  color: var(--color-black);
  outline: 0;
  background: #fff;
  border-radius: 12px;
  border: 2px solid #F5F5F9;
  height: 40px;
  width: 100%;
  padding: 12px 16px;
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 500;
  font-size: 14px;
}
.form__textarea--noresize {
  resize: none;
}
.form__textarea::placeholder {
  color: #8285A3;
}
.form__textarea:focus {
  border-color: rgba(89, 94, 246, 0.7);
}
.form__textarea[disabled] {
  background-color: rgba(245, 245, 249, 0.6);
  border-color: #F2F2F8;
  color: rgba(182, 184, 209, 0.7);
}
.form__textarea--sm {
  border-radius: 6px;
  font-size: 12px;
  line-height: 14px;
  padding: 4px 8px;
}
.form__has-error .form__label {
  color: var(--color-red);
}
.form__has-error .form__label:after {
  content: "!";
}
.form__has-error .form__inp,
.form__has-error .form__textarea {
  border-color: var(--color-red);
}
/*
input:user-valid/:user-invalid {}
input:not(:placeholder-shown):valid/:invalid {}
*/
/* "block/container" */
.container--732 {
  width: 732px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 732px) {
  .container--732 {
    width: 100%;
    padding: 0 20px;
  }
}
.container--968 {
  width: 968px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 968px) {
  .container--968 {
    width: 100%;
    padding: 0 20px;
  }
}
.container--1200 {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1200px) {
  .container--1200 {
    width: 100%;
    padding: 0 20px;
  }
}
.container--1164 {
  width: 1164px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1164px) {
  .container--1164 {
    width: 100%;
    padding: 0 20px;
  }
}
.container--1164--fixed {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
/* "block/text" */
.text--center {
  text-align: center;
}
.text--left {
  text-align: left!important;
}
.text--right {
  text-align: right;
}
.text--gray {
  color: rgba(255, 255, 255, 0.4);
}
.text--white {
  color: #fff !important;
}
.text--muted {
  color: var(--color-text-muted) !important;
}
.text--green {
  color: #50D091;
}
.text--yellow {
  color: #FF8000;
}
.text--black {
  color: var(--color-black) !important;
}
.text--red {
  color: #ff327c;
}
.text--underline {
  text-decoration: underline;
}
.text--nodeco {
  text-decoration: none;
}
.text--upper {
  text-transform: uppercase;
}
.text--capitalize {
  text-transform: capitalize;
}
.text--initial {
  text-transform: initial;
}
.text--normal {
  font-style: normal;
}
.text--italic {
  font-style: italic;
}
.text--small {
  font-size: 12px;
}
.text--400 {
  font-weight: 400;
}
.text--600 {
  font-weight: 600;
}
.text--middot + .text--middot:before {
  content: " · ";
}
.text--shy {
  word-wrap: break-word;
}
.text--hash {
  font-family: var(--mfont);
  word-wrap: break-word;
  user-select: all;
}
.text--one-line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text--named-prize {
  display: flex;
  font-weight: 600;
}
.text--named-prize span {
  flex: 1 1 auto;
}
.text--named-prize span + span {
  flex: 0 0 80px;
}
.text--named-prize--border-top {
  border-top: 2px solid var(--color-black-02);
}
@media (max-width: 992px) {
  .text--left__sm {
    text-align: left;
  }
}
@media (max-width: 475px) {
  .text--hide-mobile {
    display: none;
  }
}
.text--semicolons span + span:before {
  content: "; ";
}
/* "block/section" */
.section--inside {
  margin-top: 76px;
  margin-bottom: 140px;
}
@media (max-width: 767px) {
  .section--inside {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
.section--outside {
  margin-top: 76px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .section--outside {
    margin-top: 35px;
    margin-bottom: 40px;
  }
}
.section--dark {
  background-color: var(--color-black);
  padding: 64px 0;
}
.section--wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 996px) {
  .section--wrapper {
    flex-direction: column;
  }
}
.section__header {
  display: none;
}
@media (max-width: 996px) {
  .section__header {
    display: block;
    padding: 0 20px 20px;
  }
}
.section__details {
  padding: 0 47px;
  width: 40%;
  max-width: 468px;
}
@media (min-width: 997px) {
}
@media (max-width: 996px) {
  .section__details {
    align-self: center;
    padding: 0 20px;
    width: 100%;
  }
}
.section__details--w {
  max-width: 374px;
  padding: 0 4px 0 0;
}
@media (max-width: 996px) {
  .section__details--w {
    max-width: 100%;
  }
}
@media (max-width: 996px) {
  .section__details--header {
    display: none;
  }
}
.section__title {
  line-height: 28px;
  font-family: var(--sfont);
  font-weight: 400;
  font-size: 28px;
}
.section__title--w {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section__title--icon {
  display: inline-block;
  padding: 12px 3px;
  border-radius: 12px;
}
.section__title--button {
  display: inline-block;
  padding: 10px;
  border: 2px solid #F5F5F9;
  border-radius: 12px;
}
.section__slider {
  position: relative;
}
.section__slider--item-w + .section__slider--item-w {
  border-top: 1px solid #f5f5f9;
  margin-top: 16px;
  padding-top: 32px;
}
.section__slider--w {
  padding: 0 47px;
  width: 60%;
  max-width: 864px;
}
@media (max-width: 996px) {
  .section__slider--w {
    width: 100%;
    padding: 0 20px;
  }
}
.section__slider--blur-hash {
  border-radius: 20px;
  position: relative;
  z-index: 1;
  max-width: 100%;
  overflow: hidden;
}
.section__slider--img {
  /*width: 100%;*/
  border-radius: 20px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.section__slider--img-w {
  display: block;
  width: 100%;
  text-align: center;
}
.section__slider--img-w a {
  display: block;
}
.section__slider--img-w img {
  object-fit: cover;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.03);
}
.section__slider--name {
  display: flex;
  padding: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  font-style: italic;
  justify-content: center;
  align-items: flex-end;
}
.section__slider--name2 {
  overflow: hidden;
  text-overflow: ellipsis;
}
.section__slider--arrows {
  border: 1px solid rgba(255, 255, 255, 0.28);
  filter: drop-shadow(2px 4px 20px rgba(4, 4, 5, 0.32));
  border-radius: 22px;
  padding: 10px;
  display: inline-block !important;
}
.section__slider--arrows-w {
  position: absolute;
  top: 50%;
  z-index: 1222;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  padding: 0 25px;
}
.section__slider--dot {
  list-style: none;
}
.section__slider--dot li {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  margin-right: 8px;
  position: relative;
  filter: drop-shadow(2px 4px 10px rgba(4, 4, 5, 0.32));
}
.section__slider--dot li.slick-active {
  background-color: #fff;
}
.section__slider--dot li.slick-active:after {
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  content: '';
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  display: inline-block;
}
.section__slider--dot li button {
  display: none;
}
.section__slider--dot-w {
  position: absolute;
  left: 25px;
  bottom: 34px;
}
.section__slider--nav {
  margin-left: -3px;
  margin-right: -3px;
}
.section__slider--nav--item {
  padding: 3px;
}
.section__slider--nav--item-w {
  padding: 0 3px;
}
.section__slider--nav--img {
  height: 100%;
  width: 100%;
}
.section__slider--nav--img-w {
  width: 124px;
  height: 124px;
  border-radius: 20px;
  overflow: hidden;
}
.section__slider--nav--img-w img {
  object-fit: cover;
}
.section__slider--nav .slick-track {
  display: flex;
  align-items: center;
}
.section__slider--nav .slick-current .section__slider--nav--item-w {
  border: 2px solid #595EF6;
  border-radius: 20px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.section--meta summary::before {
  content: "";
}
.section--meta [open] summary::before {
  content: "";
}
/* "block/img" */
.img--responsive {
  max-width: 100%;
}
/* "block/card" */
.card {
  margin: 0 6px;
  width: 282px;
}
.card__row {
  margin: 0 -6px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.card__row--inside {
  margin: 36px -6px 44px;
}
.card__item {
  display: flex;
  padding: 12px 20px;
  border-radius: 12px;
  border: 2px solid #f5f5f9;
  align-items: center;
  height: 100%;
}
.card__item--gray {
  background: #f5f5f9;
}
.card__item--w {
  padding: 0 6px;
  margin-bottom: 12px;
}
.card__item--4 {
  width: calc(100%/3);
}
@media (max-width: 996px) {
  .card__item--4 {
    width: calc(100%/2);
  }
}
@media (max-width: 575px) {
  .card__item--4 {
    width: 100%;
  }
}
.card__item--relative {
  position: relative;
}
.card__item--modal {
  border-top: 1px solid rgba(157, 159, 178, 0.4);
  border-bottom: 1px solid rgba(157, 159, 178, 0.4);
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 0;
}
.card__img {
  border-radius: 8px;
  text-decoration: none;
}
.card__img--w {
  width: 44px;
  height: 44px;
  overflow: hidden;
  margin-right: 12px;
}
.card__img--auto {
  height: auto;
}
.card__img--rounded {
  border-radius: 100%;
}
.card__title {
  line-height: 16px;
  font-family: var(--pfontMedium);
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 8px;
}
.card__title--2 {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 8px;
}
.card__txt {
  line-height: 12px;
  font-family: var(--pfont);
  font-weight: 500;
  font-size: 12px;
  color: #979abd;
}
.card__item {
  flex-direction: column;
  padding: 8px;
}
.card__img--icon {
  height: 48px;
  opacity: 0.1;
  position: absolute;
  width: 48px;
  z-index: 1;
}
.modal-lightbox {
  display: none;
}
.registration__file--img-w {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.registration__file--img {
  width: 260px;
  display: block;
  height: 240px;
  background-size: cover;
}
.registration__file--detail {
  width: 100%;
  padding: 0 12px;
}
.registration__file--detail--item {
  display: flex;
  flex-direction: column;
}
.registration__file--detail--tag {
  margin-top: 20px;
}
.registration__file--detail--title {
  margin: 8px 0;
  color: #040405;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.registration__file--owner--tag {
  margin: 8px 0;
}
.registration__detail--list-w {
  margin-top: 20px;
  padding: 16px 0 8px;
  border-top: 2px solid #f5f5f9;
}
.registration__detail--list {
  margin: 0;
}
.registration__detail--list dt {
  margin: 0;
  padding: 0;
  color: #040405;
}
.registration__detail--list dd {
  margin: 0;
}
.registration__detail--list dd + dt {
  margin-top: 16px;
}
.registration__file--copy {
  font-weight: 500;
}
/* "block/widget" */
.widget {
  padding: 40px 0;
}
.widget--title {
  line-height: 14px;
  font-family: var(--pfontMedium);
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
.widget--title--2 {
  margin-bottom: 2px;
}
.widget--title--3 {
  width: 100%;
  margin-top: 2px;
}
.widget--title-w {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.widget--title-wrap {
  flex-wrap: wrap;
}
.widget--border-bottom {
  border-bottom: 1px solid #E6E6EA;
}
.widget__txt {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: normal;
  font-size: 14px;
  color: var(--color-black);
  line-height: 20px;
  margin-bottom: 8px;
}
.widget__txt--italic {
  font-family: var(--pfontItalic);
}
.widget--modal {
  padding: 22px 0;
}
/* "block/modal" */
.modal__title {
  color: var(--color-black);
  line-height: 28px;
  font-family: var(--pfont);
  font-weight: normal;
  font-size: 28px;
  margin-bottom: 28px;
}
.modal__title--sfont {
  font-family: var(--sfont);
}
.modal__title--pfont {
  font-family: var(--pfontMedium);
  font-weight: 600;
}
.modal__title--small {
  line-height: 18px;
  font-family: var(--pfontMedium);
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 8px;
}
.modal__title--small--2 {
  font-size: 16px;
}
.modal__title--withClose {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal__subtitle {
  line-height: 16px;
  font-family: var(--pfontMedium);
  font-weight: 600;
  font-size: 16px;
  margin-top: -18px;
  text-transform: uppercase;
}
.modal__stack {
  width: 100%;
}
.modal__container {
  border-radius: 28px;
  max-height: 95vh;
  max-width: 100%;
}
.modal__sm {
  width: 444px;
}
.modal__md {
  width: 682px;
}
.modal__lg {
  width: 920px;
  max-width: 920px;
}
.modal__form {
  margin-top: 28px;
}
.modal__form--btn {
  width: 172px;
}
.modal__txt {
  margin-top: 12px;
}
.modal__btn {
  width: 100%;
}
.modal__btn--w {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal--close-abs {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 12;
}
.modal .container--1164 {
  width: 100%;
}
.modal--loading {
  color: #979abd;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal--loading > .fa {
  margin-right: 22px;
}
.modal__confirm--show {
  display: none;
}
.modal__confirm .modal__confirm--hide {
  display: none;
}
.modal__confirm .modal__confirm--show {
  display: block;
}
.model__request-invite {
  display: flex;
  flex-direction: column;
}
@media (min-width: 767px) {
  .model__request-invite {
    margin-left: 3rem;
  }
}
/* "block/content" */
.content--right {
  justify-content: flex-end;
}
.content--stretch {
  align-items: stretch!important;
}
.content--w {
  margin: 0 -18px;
  margin-top: 44px;
  align-items: center;
}
.content--w:after {
  content: '';
  display: table;
  clear: both;
}
@media (min-width: 992px) {
  .content--w {
    display: flex;
  }
}
.content--item--6 {
  position: relative;
  min-height: 1px;
  padding-left: 18px;
  padding-right: 18px;
}
@media (min-width: 992px) {
  .content--item--6 {
    float: left;
    width: 50%;
  }
}
.content--item--6:first-child {
  padding-left: 0;
}
.content--item--6:last-child {
  padding-right: 0;
}
.content--item--12 {
  position: relative;
  min-height: 1px;
  padding-left: 18px;
  padding-right: 18px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .content--item--12 {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .content--item--border-left {
    border-left: 2px solid #F5F5F9;
  }
}
/* "block/tab" */
.tab {
  width: 100%;
  margin-top: 28px;
}
.tab__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
}
.tab__head--link {
  text-decoration: none;
  color: #9D9FB2;
  line-height: 14px;
  font-family: var(--pfontMedium);
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  transition: all 0.2s ease;
}
.tab__head--link.active {
  color: var(--color-black);
  position: relative;
}
.tab__head--link.active:after {
  content: '';
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  display: inline-block;
  background: var(--color-black);
  bottom: -14px;
}
.tab__head--border {
  border-top: 2px solid #F5F5F9;
  border-bottom: 2px solid #F5F5F9;
}
.tab__item {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  display: none;
  opacity: 0;
}
.tab__item.active {
  display: block;
  opacity: 1;
  transition: opacity 0.15s linear;
}
.tab__item--w {
  margin-top: 24px;
}
.tab__hdr {
  margin-bottom: 12px;
}
.tab__txt {
  margin-bottom: 12px;
}
.tab__list {
  list-style: none outside none;
  margin-bottom: 12px;
}
.tab__list--disc {
  list-style-type: disc;
  padding-left: 14px;
}
.tab__list--checkmark {
  padding-left: 2ch;
}
.tab__list--checkmark li::marker {
  content: '✓ ';
}
.tab__list--checkmark li.no-checkmark::marker {
  content: '× ';
}
.tab__list li + li {
  margin-top: 6px;
}
.tab__txt + .tab__hdr,
.tab__list + .tab__hdr {
  margin-top: 18px;
}
.tab__content-toggle {
  color: var(--color-primary);
  cursor: pointer;
  text-decoration: none;
  margin-bottom: 12px;
}
.tab summary::before {
  content: "See more";
}
.tab [open] summary::before {
  content: "See less";
}
/* "block/font" */
.font--primary {
  font-family: var(--pfont);
}
.font--primary--m {
  font-family: var(--pfontMedium);
}
.font--12 {
  font-size: 12px;
}
.font--36 {
  font-size: 36px;
}
/* "block/margin" */
.mt--96 {
  margin-top: 96px;
}
.mt--48 {
  margin-top: 48px;
}
.mt--24 {
  margin-top: 24px;
}
.mt--22 {
  margin-top: 22px;
}
.mt--12 {
  margin-top: 12px;
}
.mt--8 {
  margin-top: 8px;
}
.mt--0 {
  margin-top: 0;
}
.mb--48 {
  margin-bottom: 48px;
}
.mb--24 {
  margin-bottom: 24px;
}
.mb--22 {
  margin-bottom: 22px;
}
.mb--12 {
  margin-bottom: 12px;
}
.mb--8 {
  margin-bottom: 8px;
}
.mb--0 {
  margin-bottom: 0;
}
.mr--24 {
  margin-right: 24px;
}
.mr--22 {
  margin-right: 22px;
}
.mr--12 {
  margin-right: 12px;
}
.mr--8 {
  margin-right: 8px;
}
.mr--0 {
  margin-right: 0;
}
.ml--24 {
  margin-left: 24px;
}
.ml--22 {
  margin-left: 22px;
}
.ml--12 {
  margin-left: 12px;
}
.ml--8 {
  margin-left: 8px;
}
.ml--0 {
  margin-left: 0;
}
/* "block/padding" */
.pt--24 {
  padding-top: 24px;
}
.pt--12 {
  padding-top: 12px;
}
.pt--8 {
  padding-top: 12px;
}
.pt--0 {
  padding-top: 0;
}
.pb--24 {
  padding-bottom: 24px;
}
.pb--0 {
  padding-bottom: 0;
}
.pl--12 {
  padding-left: 12px;
}
.pl--0 {
  padding-left: 0;
}
.pr--12 {
  padding-right: 12px;
}
.pr--0 {
  padding-right: 0;
}
/* "block/icon" */
.icon--handler {
  display: inline-flex;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
}
.icon--handler--gray {
  background: #F5F5F9;
}
/* "block/owner-creator" */
.owner__wrapper {
  position: relative;
}
.owner__wrapper--creator {
  width: 100%;
  padding: 44px;
  box-shadow: 0px 12px 36px rgba(4, 4, 5, 0.06);
  border-radius: 28px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .owner__wrapper--creator {
    align-items: center;
    flex-direction: column;
    padding: 20px 10px;
  }
}
.owner__wrapper--creator-left {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .owner__wrapper--creator-left {
    flex-direction: column;
  }
}
.owner__wrapper--creator-right {
  text-align: right;
}
.owner__wrapper--creator-right .section__title--icon {
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .owner__wrapper--creator-right .section__title--icon {
    position: absolute;
    top: 20px;
    right: 20px;
  }
}
@media (max-width: 767px) {
  .owner__wrapper--creator .blogInner__wrapper--author-social {
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
  }
}
.owner__wrapper--creator .blogInner__wrapper--author-social p {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .owner__wrapper--creator .blogInner__wrapper--author-social p {
    text-align: center;
    margin-bottom: 8px;
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .owner__wrapper--creator .blogInner__wrapper--author-social .profile__socnet--w {
    width: 100%;
    text-align: center;
    max-width: max-content;
    margin: 0 auto;
  }
}
.owner__img {
  width: 120px;
  height: 120px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 100%;
}
.owner__img-w {
  width: 120px;
  height: 120px;
  margin-right: 28px;
}
@media (max-width: 767px) {
  .owner__img-w {
    margin-right: 0;
    margin-bottom: 22px;
  }
}
.owner__detail {
  flex: 1 1 auto;
}
@media (max-width: 767px) {
  .owner__detail {
    text-align: center;
    width: 100%;
  }
}
.owner__detail--edit {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 400;
  font-size: 14px;
  display: block;
  margin-top: 12px;
  text-align: center;
}
.owner__detail--name {
  line-height: 32px;
  font-family: var(--sfont);
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
}
@media (max-width: 767px) {
  .owner__detail--name {
    margin-top: 12px;
  }
}
.owner__detail--branch {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .owner__detail--branch {
    margin-top: 0;
  }
}
.owner__detail--branch-info {
  color: var(--color-black) !important;
  letter-spacing: normal;
  text-transform: none;
  margin-top: 0;
}
.owner__detail--branch-info span + span:before {
  content: "·";
  color: var(--color-red);
  font-weight: 700;
  margin-left: 6px;
  margin-right: 6px;
}
.owner__detail--description {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--color-gray-bold);
  margin-top: 4px;
}
@media (max-width: 767px) {
  .owner__detail--description {
    margin-top: 16px;
  }
}
.owner__detail--buttons {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 22px;
}
@media (max-width: 767px) {
  .owner__detail--buttons {
    display: block;
  }
}
.items__wrapper--tagsOwner {
  display: flex;
  justify-content: space-between;
  background-color: var(--color-white);
  border-radius: 10px;
  padding: 8px 10px;
  align-items: center;
  height: 56px;
  margin-top: 40px;
  border: 2px solid var(--color-border-gray);
}
.items__wrapper--tags {
  display: flex;
  justify-content: space-between;
  background-color: var(--color-tags);
  border-radius: 20px;
  padding: 8px 10px;
  align-items: center;
  height: 56px;
  margin-top: 40px;
}
@media (max-width: 993px) {
  .items__wrapper--tags {
    display: none;
  }
}
.items__wrapper--content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .items__wrapper--content {
    display: block;
  }
}
.items__left {
  width: 236px;
  margin-top: 44px;
}
@media (max-width: 1200px) {
  .items__left {
    margin-right: 14px;
  }
}
@media (max-width: 992px) {
  .items__left {
    width: 100%;
  }
}
.items__right {
  width: 928px;
  margin-top: 10px;
}
@media (max-width: 1200px) {
  .items__right {
    width: calc(100% -250px);
  }
}
@media (max-width: 992px) {
  .items__right {
    width: 100%;
  }
}
.items__right .collections__wrapper {
  margin-bottom: 48px;
}
.items__radio {
  width: 100%;
}
@media (max-width: 992px) {
  .items__radio {
    display: none;
  }
}
.items__radio--list {
  width: 100%;
  display: block;
  border-radius: 42px;
  border: 2px solid var(--color-border-gray);
  margin-top: 6px;
}
.items__radio--list:last-child {
  margin-bottom: 24px;
}
.items__radio--input {
  display: none;
}
.items__radio--input:checked + label:before {
  background-color: transparent;
  width: 16px;
  height: 16px;
  border-width: 2px;
}
.items__radio--input:checked + label:after {
  width: 8px;
  height: 8px;
}
.items__radio--label {
  line-height: 16px;
  font-family: var(--pfont);
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
  user-select: none;
  padding: 12px 16px 12px 48px;
  position: relative;
  margin-bottom: 0;
  width: 100%;
  color: var(--color-black);
}
.items__radio--label-txt {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--color-gray-bold);
}
.items__radio--label:before {
  transition: all 250ms cubic-bezier(0.4, 0.25, 0.3, 1);
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid var(--color-gray-bold);
  font-size: 0;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.items__radio--label:after {
  transition: all 250ms cubic-bezier(0.4, 0.25, 0.3, 1);
  content: "";
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: var(--color-gray-bold);
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.items__selectOption {
  width: 100%;
}
@media (max-width: 992px) {
  .items__selectOption {
    display: none;
  }
}
.items__selectOption--title {
  color: var(--color-gray-bold);
  display: block;
  line-height: 12px;
  font-family: var(--pfont);
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 6px;
}
.items__selectOption--select {
  width: 100%;
  padding: 10px;
  color: var(--color-black);
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 500;
  font-size: 14px;
  border-radius: 12px;
  outline: none;
  border: 2px solid var(--color-border-gray);
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  line-height: 20px;
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: 95% 18px;
  margin-bottom: 20px;
}
.items__reset {
  border-top: 2px solid var(--color-border-gray);
  padding: 20px 0;
}
@media (max-width: 992px) {
  .items__reset {
    display: none;
  }
}
.items__reset a {
  display: flex;
  align-items: center;
  color: var(--color-black);
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}
.items__reset a span {
  margin-right: 8px;
}
.items__link {
  line-height: 24px;
  font-family: var(--sfont);
  font-weight: 700;
  font-size: 24px;
  line-height: 44px;
  text-decoration: none;
  color: var(--color-gray-bold);
  margin: 0 24px;
}
@media (max-width: 767px) {
  .items__link {
    margin: 0 14px;
    line-height: 22px;
    font-size: 16px;
  }
}
.items-active {
  color: var(--color-black);
  position: relative;
}
.items-active:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: var(--color-primary);
  bottom: -9px;
  right: 0;
  border-radius: 20px;
}
.items__total {
  display: flex;
  margin-right: 22px;
}
.items__total--count {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--color-black);
  margin-right: 4px;
}
.items__total--txt {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--color-gray-bold);
}
.items__tag-w {
  line-height: 16px;
  font-family: var(--pfont);
  font-weight: 600;
  font-size: 16px;
  color: var(--color-gray-bold);
  line-height: 20px;
  text-decoration: none;
  padding: 10px 28px;
  border-radius: 20px;
  margin-right: 4px;
  transition: 0.3s ease-in-out;
}
.items__tag-w:hover {
  background-color: var(--color-white);
  color: var(--color-black);
}
.items__tag-active {
  background-color: var(--color-white);
  color: var(--color-black);
}
.items__tagOwner-wOwner {
  line-height: 16px;
  font-family: var(--pfont);
  font-weight: 600;
  font-size: 16px;
  color: var(--color-gray-bold);
  line-height: 20px;
  text-decoration: none;
  padding: 10px 28px;
  border-radius: 10px;
  margin-right: 4px;
  transition: 0.3s ease-in-out;
}
.items__tagOwner-wOwner:hover {
  background-color: var(--color-border-gray);
  color: var(--color-black);
}
.items__tagOwner-active {
  background-color: var(--color-border-gray);
  color: var(--color-black);
}
.items .pagination {
  padding-left: 8px;
}
@media (max-width: 575px) {
  .items .pagination {
    padding-left: 0;
  }
}
.items .selectMobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  display: none;
}
@media (max-width: 992px) {
  .items .selectMobile {
    display: flex;
  }
}
.items .selectMobile .items__selectOption--select {
  width: 155px;
  margin-bottom: 0;
}
.items .selectMobile button {
  width: 155px;
  padding: 8px 10px;
  color: var(--color-black);
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 500;
  font-size: 14px;
  border-radius: 12px;
  outline: none;
  border: 2px solid var(--color-border-gray);
  background-color: var(--color-white);
}
.items .selectMobileContent {
  width: 100%;
  height: 100vh;
  background-color: white;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  padding: 16px;
  display: none;
}
.items .selectMobileContent .headFilter {
  background-color: var(--color-border-gray);
  border-radius: 12px;
  padding: 6px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.items .selectMobileContent .headFilter p {
  line-height: 24px;
  font-family: var(--sfont);
  font-weight: 700;
  font-size: 24px;
  line-height: 44px;
}
.items .selectMobileContent .headFilter button {
  border: none;
  background-color: transparent;
  padding: 10px;
}
.items .selectMobileContent .contentFilter {
  margin-top: 28px;
}
.items .selectMobileContent .contentFilter .items__reset {
  display: block !important;
}
/* "block/register-01" */
.register__progress-indicator--w {
  background: #fff;
  border-bottom: 2px solid #f5f5f9;
  box-shadow: 12px 0 40px rgba(4, 4, 5, 0.06);
  display: none;
  padding: 16px 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1200;
}
.register__progress-indicator--w:has(span:not([hidden])) {
  display: block;
}
.register__wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .register__wrapper {
    flex-direction: column-reverse;
  }
}
.register__wrapper .btn-back {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: var(--color-black);
  border: 2px solid var(--color-border-gray);
  background-color: transparent;
  cursor: pointer;
  border-radius: 12px;
  padding: 12px 36px 12px 20px;
  text-decoration: none;
  width: fit-content;
  margin-bottom: 20px;
}
.register__wrapper .btn-back span {
  margin-right: 8px;
}
@media (max-width: 996px) {
  .register__wrapper .btn-back {
    padding: 6px 26px 6px 10px;
  }
}
.register__wrapper--head {
  margin: 52px 0;
}
.register__wrapper--head-w {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .register__wrapper--head-w {
    flex-direction: column-reverse;
  }
}
.register__wrapper--head-txt {
  margin-top: 16px;
  line-height: 20px;
  color: var(--color-gray-bold);
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 400;
  font-size: 14px;
}
.register__wrapper--head-list {
  margin-bottom: 16px;
  line-height: 20px;
  color: var(--color-gray-bold);
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 400;
  font-size: 14px;
}
.register__wrapper--head-list li {
  margin-top: 4px;
}
.register__wrapper--form {
  margin-right: 86px;
}
@media (max-width: 996px) {
  .register__wrapper--form {
    margin-right: 43px;
    width: calc(100% - 314px - 43px);
  }
}
@media (max-width: 767px) {
  .register__wrapper--form {
    margin-right: 0;
    width: 100%;
  }
}
.register__wrapper--files {
  flex: 0 0 354px;
  width: 354px;
}
@media (max-width: 996px) {
  .register__wrapper--files {
    flex: 0 0 300px;
    width: 300px;
  }
}
@media (max-width: 767px) {
  .register__wrapper--files {
    flex: 0 0 100%;
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.register__wrapper--files-title {
  line-height: 16px;
  font-family: var(--pfont);
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.register__wrapper--files-txt {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 400;
  font-size: 14px;
  color: var(--color-gray-bold);
  line-height: 20px;
  margin-bottom: 16px;
}
.register__wrapper--accordion {
  width: 100% ;
}
.register__wrapper--accordion .accordion-block {
  display: block;
  margin-top: 20px;
}
.register__wrapper--accordion .accordion-block:last-child {
  margin-bottom: 0;
}
.register__wrapper--accordion .accordion-link a {
  display: block;
  padding: 20px 0 6px 0;
  color: var(--color-black);
  text-decoration: none;
  line-height: 16px;
  font-family: var(--pfont);
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  border-top: 1px solid var(--color-gray-bold);
  transition: 0.3s ease-in-out;
}
.register__wrapper--accordion .accordion-link a:after {
  content: '';
  position: absolute;
  right: 13px;
  top: 36px;
  transform: rotate(135deg);
  background-color: var(--color-black);
  width: 8px;
  height: 2px;
  transition: 0.3s ease-in-out;
  z-index: 2;
}
.register__wrapper--accordion .accordion-link a:before {
  content: '';
  position: absolute;
  right: 18px;
  top: 36px;
  transform: rotate(45deg);
  background-color: var(--color-black);
  width: 8px;
  height: 2px;
  transition: 0.3s ease-in-out;
  z-index: 2;
}
.register__wrapper--accordion .active {
  transition: 0.3s ease-in-out;
}
.register__wrapper--accordion .accordion-lists2 {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
.register__wrapper--accordion .accordion-lists p {
  padding: 0;
  margin: 0;
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--color-gray-bold);
  margin-bottom: 40px;
}
.register__wrapper--accordion .active a::after {
  content: '';
  position: absolute;
  right: 13px;
  top: 34px;
  transform: rotate(225deg);
  background-color: var(--color-primary);
  width: 8px;
  height: 2px;
  transition: 0.3s ease-in-out;
  z-index: 2;
}
.register__wrapper--accordion .active a::before {
  content: '';
  position: absolute;
  right: 18px;
  top: 34px;
  transform: rotate(-45deg);
  background-color: var(--color-primary);
  width: 8px;
  height: 2px;
  transition: 0.3s ease-in-out;
  z-index: 2;
}
.register__wrapper--accordion .accordion-link.active a {
  color: var(--color-black);
}
.register__wrapper--accordion .accordion-link.active {
  position: relative;
}
.register__wrapper--accordion .active-block {
  max-height: max-content;
  opacity: 1;
  margin-bottom: 24px;
}
@media (max-width: 993px) {
  .register__wrapper .form__cell--6,
  .register__wrapper .form__cell--12 {
    padding: 0;
  }
}
@media (max-width: 993px) {
  .register__wrapper .form__row {
    margin-bottom: 0;
  }
}
@media (max-width: 993px) {
  .register__wrapper .form__label {
    margin-top: 24px;
  }
}
.register__addFileList {
  list-style: none;
  padding: 16px;
  border: 2px solid var(--color-border-gray);
  border-radius: 12px;
  transition: 250ms ease-in-out;
}
.register__addFileList--ctrls {
  margin-top: 12px;
}
.register__addFileList--divider {
  padding-top: 8px;
  border-top: 1px solid var(--color-gray-bold);
  margin-top: 16px;
}
.register__addFileList--tags {
  min-height: 36px;
}
.register__addFileList--bottom {
  transition: 125ms ease-in-out;
  margin-top: 0;
  height: 0;
  opacity: 0;
  display: none;
}
.register__addFileList--bottom p {
  color: var(--color-gray-bold);
  font-style: italic;
}
.register__addFileList--bottom.open {
  line-height: 12px;
  font-family: var(--pfont);
  font-weight: 500;
  font-size: 12px;
  margin-top: 10px;
  height: auto;
  opacity: 1;
  display: block;
}
.register__addFileList--bottom.open p {
  line-height: 16px;
  color: var(--color-gray-bold);
  font-style: italic;
  margin-top: 4px;
}
.register__addFileList--bottom.open p span {
  font-weight: 300;
}
.register__addFileList--bottom table {
  line-height: 16px;
  color: var(--color-gray-bold);
}
.register__addFileList--bottom th {
  width: 8em;
}
.register__addFileList--bottom td {
  font-weight: 300;
}
.register__addFileList--bottom td,
.register__addFileList--bottom th {
  border-top-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.register__addFileList--bottom .table--striped tbody > tr:nth-child(odd) {
  background-color: #fff;
}
.register__addFileList--content {
  width: 74%;
  margin-left: 8px;
}
.register__addFileList--content-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.register__addFileList--content-title {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 400;
  font-size: 14px;
  height: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.register__addFileList--item {
  background-color: var(--color-border-gray);
  padding: 12px;
  border-radius: 12px;
  margin-bottom: 12px;
}
.register__addFileList--item:last-child {
  margin-bottom: 0;
}
.register__addFileList--item.removed {
  opacity: 0.5;
}
.register__addFileList--item-w {
  display: flex;
  justify-content: space-between;
}
.register__addFileList--item-w-img {
  width: 22%;
  height: 74px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
}
.register__addFile--head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.register__addFile--head-title {
  line-height: 16px;
  font-family: var(--pfont);
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.register__addFile--head-txt {
  line-height: 12px;
  font-family: var(--pfont);
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
}
.register__addFile--head-txt span {
  color: var(--color-gray-bold);
}
.register__service {
  list-style: none;
  border: 1px dashed var(--color-gray-bold);
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 12px;
}
.register__service--list {
  margin-bottom: 8px;
}
.register__service--list:last-child {
  margin-bottom: 0;
}
.register__service--list-link {
  display: flex;
  color: var(--color-black);
  background-color: var(--color-border-gray);
  border: none;
  border-radius: 12px;
  padding: 16px;
  text-align: left;
  text-decoration: none;
  width: 100%;
}
.register__service--list-link:hover {
  background-color: var(--color-border-gray-op50);
}
.register__service--list-link[data-error="auth"] {
  border: 1px solid #ff327c;
  color: #ff327c;
}
.register__service--list-link[data-error="auth"]:hover {
  background-color: rgba(255, 50, 124, 0.125);
}
.register__service--list-img {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 16px;
}
.register__service--list-img--stripe {
  border-radius: 0;
  flex: 0 0 54px;
  width: 54px;
}
.register__service--list-content span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.register__serviceName {
  line-height: 16px;
  font-family: var(--pfont);
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 4px;
}
.register__serviceTitle {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.register__serviceTxt,
.register__serviceText {
  line-height: 12px;
  font-family: var(--pfont);
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: var(--color-gray-bold);
}
.register__serviceError {
  line-height: 12px;
  font-family: var(--pfont);
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  color: var(--color-gray-bold);
}
.register__title {
  line-height: 32px;
  font-family: var(--sfont);
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
}
.register__headBtn {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 24px;
  border-radius: 50px;
  border: none;
  transition: 0.3s ease-in-out;
  background-color: var(--color-border-gray);
  text-decoration: none;
}
@media (max-width: 767px) {
  .register__headBtn {
    margin-bottom: 26px;
  }
}
.register__headBtn:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
}
.register__checkTitle {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
}
.register__checkTitle:first-child {
  margin-top: 40px;
}
.register__checkContent {
  display: flex;
  justify-content: space-between;
  margin-top: 4px;
}
.register__checkContent:last-child {
  margin-bottom: 48px;
}
.register__checkTxt {
  margin-right: 60px;
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--color-gray-bold);
}
@media (max-width: 767px) {
  .register__checkTxt {
    margin-right: 0;
  }
}
.register__check {
  margin-bottom: 28px;
}
.register__add {
  margin-top: 20px;
}
.register__add--check {
  display: flex;
  margin-top: 20px;
}
.register__add--check input {
  width: 24px;
  height: 24px;
  border-radius: 8px;
  border: 2px solid #F5F5F9;
}
.register__add--check label {
  padding: 0;
  margin: 4px 0 0 10px;
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: var(--color-gray-bold);
}
.register__add--check label a {
  color: var(--color-black);
}
.register__add:first-child {
  margin-top: 40px;
}
.register__add .widget--btn-w {
  margin-top: 40px;
}
.register__add--head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.register__add--head-title {
  line-height: 16px;
  font-family: var(--pfont);
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.register__add--head-btn {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  border: none;
  background-color: var(--color-border-gray);
  padding: 0;
}
.register__add--txt {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--color-gray-bold);
  margin: 6px 0 16px 0;
}
.register__add--btn {
  display: flex;
  align-items: center;
  padding: 0;
  border: none;
  background: transparent;
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 600;
  font-size: 14px;
  color: var(--color-primary);
  line-height: 20px;
  text-decoration: none;
}
.register__add--btn-icon {
  width: 20px;
  height: 20px;
  background-color: var(--color-primary);
  border-radius: 4px;
  position: relative;
  display: flex;
  margin-right: 12px;
}
.register__add--btn-icon:after {
  content: '';
  width: 2px;
  height: 10px;
  background-color: var(--color-white);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.register__add--btn-icon:before {
  content: '';
  width: 10px;
  height: 2px;
  background-color: var(--color-white);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.register__serviceLink {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 500;
  font-size: 14px;
  color: var(--color-primary);
  line-height: 20px;
}
.register__trashBtn {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
}
.register__activeArrow {
  transition: 0.3s ease-in-out;
}
.register__activeArrow span {
  transition: 0.3s ease-in-out;
  transform: rotate(-180deg);
}
.register__metadataBtn {
  transition: 250ms ease-in-out;
  line-height: 12px;
  font-family: var(--pfont);
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  border: none;
  background-color: transparent;
}
.register__metadataBtn span {
  transition: 250ms ease-in-out;
}
.register__metadataBtn.open span {
  transform: rotateZ(180deg);
}
.register__uploadDate {
  line-height: 10px;
  font-family: var(--pfont);
  font-weight: 600;
  font-size: 10px;
  line-height: 14px;
  color: var(--color-gray-bold);
  margin-top: 8px;
}
.register__fixedBox {
  max-height: 548px;
  overflow: scroll;
}
.register__accordion--head-txt {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--color-gray-bold);
  margin: 0 0 16px 0;
}
@media (max-width: 767px) {
  .register__accordion--head-txt {
    margin: 8px 0 16px 0;
  }
}
@media (max-width: 767px) {
  .register .form__label {
    margin-bottom: 12px;
  }
}
.register__wrapper--files .register__service {
  display: block;
}
.register__wrapper--files .register__add--btn,
.register__wrapper--files .register__addFileList {
  display: none;
}
.register__wrapper--files:has(.register__addFileList--item) .register__service:not(.open) {
  display: none;
}
.register__wrapper--files:has(.register__addFileList--item) .register__add--btn {
  display: flex;
}
.register__wrapper--files:has(.register__addFileList--item) .register__addFileList {
  display: block;
}
/* "block/register-02" */
.addFile__wrapper--head {
  margin-top: 28px;
}
.addFile__wrapper--content {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 767px) {
  .addFile__wrapper--content {
    display: block;
  }
}
.addFile__wrapper--content-services {
  flex: 0 1 auto;
  width: 358px;
  border-radius: 16px;
  border: 2px solid var(--color-border-gray);
  padding: 12px;
  height: max-content;
  box-shadow: 12px 0 40px rgba(4, 4, 5, 0.06);
}
@media (max-width: 1200px) {
  .addFile__wrapper--content-services {
    width: 300px;
    margin-right: 14px;
  }
}
@media (max-width: 767px) {
  .addFile__wrapper--content-services {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .has-storage-selection .addFile__wrapper--content-services {
    visibility: hidden;
  }
}
.addFile__wrapper--content-items {
  visibility: hidden;
  flex: 1 1 auto;
  position: relative;
  min-height: 148px;
  /*@media(max-width: 1200px){
          width: ~"calc(100% - 314px)";
          text-align: right;
        }*/
}
@media (max-width: 767px) {
  .addFile__wrapper--content-items {
    width: 100%;
  }
}
.has-storage-selection .addFile__wrapper--content-items {
  visibility: visible;
}
.addFile__checkBtn {
  width: 24px;
  height: 24px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: end;
  padding: 0;
  border: 2px solid var(--color-border-gray);
  border-radius: 8px;
  transition: 250ms ease-in-out;
}
.addFile__checkBtn span {
  transition: 250ms ease-in-out;
  opacity: 0;
}
.addFile__checked {
  transition: 250ms ease-in-out;
  background-color: var(--color-primary);
}
.addFile__checked span {
  transition: 250ms ease-in-out;
  opacity: 1;
}
.addFile__sizeFileTxt {
  line-height: 12px;
  font-family: var(--pfont);
  font-weight: 500;
  font-size: 12px;
  color: var(--color-gray-bold);
  line-height: 20px;
}
.addFile__listFile {
  list-style: none;
}
.addFile__listFile--itemSelect {
  border-radius: 14px;
  border: 2px solid var(--color-border-gray);
  padding: 14px;
  display: inline-block;
  width: calc(25% - 15px);
  margin-bottom: 20px;
  margin-right: 15px;
  text-align: left;
}
@media (max-width: 1090px) {
  .addFile__listFile--itemSelect {
    width: calc(33.33% - 15px);
    margin-right: 0;
  }
}
@media (max-width: 996px) {
  .addFile__listFile--itemSelect {
    width: calc(50% - 5px);
    margin-right: 0;
  }
}
@media (max-width: 475px) {
  .addFile__listFile--itemSelect {
    width: calc(100% - 5px);
    margin-right: 0;
  }
}
.addFile__listFile--itemSelect:nth-child(4n + 4) {
  margin-right: 0;
}
.addFile__listFile--itemSelect-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.addFile__listFile--itemSelect-title {
  font-family: var(--pfont);
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 32px;
  margin-bottom: 6px;
}
.addFile__listFile--itemSelect-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.addFile__listFile--itemSelect-img {
  width: 92px;
  height: 92px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  border-radius: 8px;
}
.addFile__listFile--item {
  border-radius: 14px;
  background-color: var(--color-border-gray);
  padding: 14px;
  display: inline-block;
  width: calc(25% - 15px);
  margin-bottom: 6px;
  margin-right: 15px;
}
@media (max-width: 1090px) {
  .addFile__listFile--item {
    width: calc(33.33% - 15px);
    margin-right: 0;
  }
}
@media (max-width: 696px) {
  .addFile__listFile--item {
    width: calc(50% - 5px);
    margin-right: 0;
  }
}
@media (max-width: 375px) {
  .addFile__listFile--item {
    width: calc(100% - 5px);
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.addFile__listFile--item:nth-child(4n + 4) {
  margin-right: 0;
}
.addFile__listFile--item.selected {
  background-color: rgba(89, 94, 246, 0.06);
  border-color: rgba(89, 94, 246, 0.12);
}
.addFile__listFile--item-img {
  width: 64px;
  height: 64px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 8px;
}
.addFile__listFile--item-title {
  line-height: 16px;
  font-family: var(--pfont);
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.addFile__listFile--item-count {
  line-height: 12px;
  font-family: var(--pfont);
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: var(--color-gray-bold);
  margin-bottom: 10px;
}
.addFile__listFile--item-clock {
  color: var(--color-gray-bold);
  margin-left: 6px;
}
.addFile__storageList {
  list-style: none;
  margin: 24px 0 12px 0;
}
.addFile__storageList--item {
  margin: 4px 0;
}
.addFile__storageList--item-link {
  padding: 12px;
  display: flex;
  align-items: flex-start;
  text-decoration: none;
  position: relative;
  transition: 250ms ease-in-out;
  border-radius: 12px;
}
.addFile__storageList--item-link span {
  position: absolute;
  transition: 250ms ease-in-out;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}
.addFile__storageList--item-link:hover {
  background-color: var(--color-border-gray);
}
.addFile__storageList--item-link:hover span {
  opacity: 1;
  right: 8px;
}
.addFile__storageList--item-link[data-error="auth"] {
  border: 1px solid #ff327c;
  color: #ff327c;
}
.addFile__storageList--item-link[data-error="auth"]:hover {
  background-color: rgba(255, 50, 124, 0.125);
}
.addFile__storageHead {
  line-height: 16px;
  font-family: var(--pfont);
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.addFile__storageName {
  line-height: 12px;
  font-family: var(--pfont);
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  margin-top: 2px;
  color: var(--color-gray-bold);
}
.addFile__storageTxt {
  line-height: 12px;
  font-family: var(--pfont);
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: var(--color-gray-bold);
}
.addFile__storage--head {
  line-height: 12px;
  font-family: var(--sfont);
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  border-bottom: 2px solid var(--color-border-gray);
  padding: 0 12px 12px 12px;
  text-transform: uppercase;
  color: var(--color-gray-bold);
}
.addFile--head-title {
  line-height: 32px;
  font-family: var(--sfont);
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
}
.addFile--head-txt {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 400;
  font-size: 14px;
  font-style: italic;
  line-height: 18px;
  margin-top: 4px;
}
.addFile--txt-muted {
  color: var(--color-red);
}
.addFile__pageAddress {
  border-top: 1px solid var(--color-border-gray);
  border-bottom: 1px solid var(--color-border-gray);
  padding: 8px 0;
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.addFile__pageAddress ul {
  list-style: none;
}
.addFile__pageAddress ul li {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: var(--color-gray-bold);
  display: inline-block;
}
.addFile__pageAddress ul li:first-child {
  color: var(--color-black);
}
.addFile__pageAddress ul li:after {
  content: "/";
  margin-left: 8px;
  margin-right: 8px;
}
.addFile__pageAddress ul .select-storage {
  display: none;
}
@media (max-width: 767px) {
  .addFile__pageAddress ul .select-storage {
    display: inline-block;
  }
}
.reloadBtn {
  border-radius: 8px;
  padding: 8px;
  background-color: var(--color-border-gray);
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}
.activeLink {
  transition: 250ms ease-in-out;
  background-color: var(--color-border-gray);
}
.activeLink span {
  transition: 250ms ease-in-out;
  opacity: 1;
  right: 8px;
}
.buttons {
  margin-top: 16px;
}
.buttons .btn__primary {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: var(--color-white);
  padding: 12px 20px;
  border: 2px solid transparent;
  background-color: var(--color-primary);
  border-radius: 50px;
  min-width: 130px;
  margin-right: 20px;
  transition: 250ms ease-in-out;
}
@media (max-width: 767px) {
  .buttons .btn__primary {
    padding: 8px;
  }
}
.buttons .btn__primary:hover {
  background-color: transparent;
  color: var(--color-black);
  border: 2px solid var(--color-border-gray);
}
.buttons .btn__cancel {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: var(--color-black);
  padding: 12px 20px;
  border: 2px solid transparent;
  background-color: var(--color-border-gray);
  border-radius: 50px;
  min-width: 130px;
  margin-right: 20px;
  transition: 250ms ease-in-out;
  text-decoration: none;
}
@media (max-width: 767px) {
  .buttons .btn__cancel {
    padding: 8px;
    margin-right: 0;
  }
}
.buttons .btn__cancel:hover {
  border: 2px solid var(--color-border-gray);
  background-color: transparent;
  color: var(--color-black);
}
@media (max-width: 475px) {
  .buttons .collections__owner--txt {
    background-color: red;
  }
}
/* "block/instagram" */
.instagram__wrapper {
  margin-top: 52px;
  position: relative;
}
.instagram__wrapper--head {
  line-height: 32px;
  font-family: var(--sfont);
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
}
.instagram__wrapper--txt {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--color-gray-bold);
  margin-top: 12px;
}
.instagram__wrapper--content {
  column-count: 4;
  counter-reset: item-counter;
  column-gap: 15px;
  margin-top: 40px;
  position: relative;
}
@media (max-width: 767px) {
  .instagram__wrapper--content {
    column-count: 2;
  }
}
.instagram__item {
  margin-right: 0;
  margin-bottom: 15px;
  position: relative;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.instagram__item:hover p {
  line-height: 16px;
  font-family: var(--pfont);
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  opacity: 1;
  padding: 30px 12px 12px 12px;
  width: 100%;
}
.instagram__item--loading {
  column-span: all;
  line-height: 16px;
  font-family: var(--pfont);
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 40px;
  text-align: center;
}
.instagram__item img {
  border-radius: 20px;
}
.instagram__item .checkedBtn {
  background-color: var(--color-primary);
  transition: 0.3s ease-in-out;
  border: 1px solid transparent;
}
.instagram__item .checkedBtn span {
  transition: 0.3s ease-in-out;
  opacity: 1;
}
.instagram__item--registered {
  opacity: 0.5;
}
.instagram__item--checkBtn {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.instagram__item--checkBtn input[type=checkbox] {
  display: none;
}
.instagram__item--checkBtn input[type="checkbox"]:checked + span {
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
}
.instagram__item--checkBtn input[type="checkbox"]:checked + span:before {
  visibility: visible;
}
.instagram__item--checkBtn span {
  display: block;
  position: relative;
  top: 12px;
  left: 12px;
  width: 24px;
  height: 24px;
  background-color: transparent;
  margin: 0;
  padding: 0;
  border-radius: 100%;
  border: 1px solid var(--color-white);
}
.instagram__item--checkBtn span:before {
  border: 3px solid #fff;
  border-top: none;
  border-right: none;
  content: '';
  top: 5px;
  left: 5px;
  width: 12px;
  height: 8px;
  position: absolute;
  transform: rotate(-45deg);
  visibility: hidden;
}
.instagram__item--txt {
  position: absolute;
  bottom: 5px;
  padding: 30px 12px 0px 12px;
  color: var(--color-white);
  border-radius: 0 0 20px 20px;
  line-height: 16px;
  font-family: var(--pfont);
  font-weight: 600;
  font-size: 16px;
  line-height: 10px;
  transition: 0.3s ease-in-out;
  opacity: 0;
  background: linear-gradient(180deg, rgba(4, 4, 5, 0) 0%, rgba(4, 4, 5, 0.4) 100%);
}
.instagram__bottomLiner {
  width: 100%;
  height: 300px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  z-index: 2;
}
@media (max-width: 767px) {
  .instagram__bottomLiner {
    bottom: 50px;
  }
}
.instagram__bottomLiner .register__wrapper a {
  padding: 12px 36px;
  background-color: var(--color-white);
}
.instagram__bottomLiner.loading .btn-back {
  visibility: hidden;
}
.instagram__bottomLiner.loading .register__wrapper {
  position: relative;
}
.instagram__bottomLiner.loading .register__wrapper::after {
  position: absolute;
  content: "Loading…";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
}
.instagram__more {
  width: 100%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  bottom: 40px;
}
@media (max-width: 475px) {
  .instagram__more .btn__primary {
    margin: 0;
  }
}
@media (max-width: 475px) {
  .instagram__more {
    flex-direction: column-reverse;
  }
}
.instagram__more p {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: var(--color-gray-bold);
}
.instagram__more p span {
  color: var(--color-black);
  margin-left: 8px;
}
@media (max-width: 475px) {
  .instagram__more p {
    display: none;
  }
}
/* "block/item-slider" */
.sliderBlock__wrapper {
  position: relative;
}
.sliderBlock__wrapper--head {
  display: flex;
  align-items: center;
}
.sliderBlock__wrapper--content {
  margin-top: 34px;
}
.sliderBlock__wrapper--content-wDiscover {
  width: calc(20% - 20px);
  text-decoration: none;
  display: inline-block;
  margin-right: 0px;
  margin-bottom: 35px;
  margin: 0 8px 35px 8px;
}
@media (max-width: 1200px) {
  .sliderBlock__wrapper--content-wDiscover {
    width: calc(25% - 20px);
  }
}
@media (max-width: 993px) {
  .sliderBlock__wrapper--content-wDiscover {
    width: calc(33.33% - 20px);
  }
}
@media (max-width: 767px) {
  .sliderBlock__wrapper--content-wDiscover {
    width: calc(50% - 20px);
  }
}
@media (max-width: 520px) {
  .sliderBlock__wrapper--content-wDiscover {
    width: 100%;
    margin: 0 0 35px 0;
  }
}
.sliderBlock__wrapper--content-w {
  width: calc(25% - 20px);
  text-decoration: none;
  display: inline-block;
  margin-right: 0;
  margin-bottom: 35px;
  margin: 0 8px 35px 8px;
  transition: all 125ms ease-in-out;
}
@media (max-width: 993px) {
  .sliderBlock__wrapper--content-w {
    width: calc(33.33% - 20px);
  }
}
@media (max-width: 767px) {
  .sliderBlock__wrapper--content-w {
    width: calc(50% - 20px);
  }
}
@media (max-width: 575px) {
  .sliderBlock__wrapper--content-w {
    width: 100%;
    margin: 0 0 24px 0;
  }
}
.sliderBlock__wrapper--content-w.archiving {
  opacity: 0.5;
}
.sliderBlock__wrapper--content-w.archived {
  opacity: 0.1;
}
.sliderBlock__title {
  line-height: 36px;
  font-family: var(--sfontBold);
  font-weight: 700;
  font-size: 36px;
  line-height: 52px;
  margin-right: 44px;
}
.sliderBlock__links--tags {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  color: var(--color-black);
  padding: 6px 12px;
  margin-right: 2px;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
}
.sliderBlock__links--tags:last-child {
  border: 2px solid var(--color-border-gray);
  padding: 10px 23px;
  margin-right: 0;
}
.sliderBlock__links--tags:last-child--tags:hover {
  border: transparent;
}
.sliderBlock__links--tags:hover {
  color: var(--color-white);
  background-color: var(--color-black);
}
.sliderBlock__slider {
  position: relative;
}
.sliderBlock__slider--icon {
  position: absolute;
  z-index: 10;
  width: 48px;
  height: 48px;
  opacity: 0.1;
}
.sliderBlock__slider--blur-hash {
  border-radius: 20px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sliderBlock__slider--img {
  display: block;
  z-index: 100;
  width: 100%;
  height: 240px;
  border-radius: 20px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-decoration: none;
}
.sliderBlock__slider--img-w {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.sliderBlock__slider--img-label {
  cursor: pointer;
  position: absolute;
  padding: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 110;
}
.sliderBlock__slider--img-label input[type=checkbox] {
  display: none;
}
.sliderBlock__slider--img-label input[type="checkbox"]:checked + span {
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
}
.sliderBlock__slider--img-label input[type="checkbox"]:checked + span:before {
  visibility: visible;
}
.sliderBlock__slider--img-label span {
  display: block;
  position: relative;
  top: 12px;
  left: 12px;
  width: 24px;
  height: 24px;
  background-color: transparent;
  margin: 0;
  padding: 0;
  border-radius: 100%;
  border: 1px solid var(--color-white);
  box-shadow: 0.5px 5px 5px rgba(0, 0, 0, 0.1), inset 0.5px 5px 5px rgba(0, 0, 0, 0.1);
}
.sliderBlock__slider--img-label span:before {
  border: 3px solid #fff;
  border-top: none;
  border-right: none;
  content: '';
  top: 5px;
  left: 5px;
  width: 12px;
  height: 8px;
  position: absolute;
  transform: rotate(-45deg);
  visibility: hidden;
}
.sliderBlock__slider .slick-dots {
  position: absolute;
  top: 216px;
  left: 0;
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: flex-start;
  padding: 0 12px;
}
.sliderBlock__slider .slick-dots li {
  margin: 0;
  list-style: none;
}
.sliderBlock__slider .slick-dots li button {
  width: auto;
  height: auto;
  background-color: transparent;
  color: transparent;
  border: none;
}
.sliderBlock__slider .slick-dots li button:before {
  content: '';
  position: absolute;
  background-color: var(--color-black-02);
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.sliderBlock__slider .slick-dots .slick-active button:before {
  background-color: var(--color-black);
}
.sliderBlock__detail {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}
.sliderBlock__detail--title {
  line-height: 18px;
  font-family: var(--pfont);
  font-weight: 500;
  font-size: 18px;
  display: block;
  text-decoration: none;
  margin-top: 4px;
  line-height: 24px;
  color: var(--color-black);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sliderBlock__detail--tag {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 500;
  font-size: 14px;
  display: block;
  line-height: 20px;
  color: var(--color-primary);
}
.sliderBlock__detail--item-w {
  width: 100%;
}
.sliderBlock__owner--w {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0px;
}
.sliderBlock__owner--img-w {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0px;
}
.sliderBlock__owner--tag {
  line-height: 12px;
  font-family: var(--pfont);
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: var(--color-gray-bold);
  margin-top: 8px;
}
.sliderBlock__owner--txt {
  margin-top: 6px;
  display: flex;
  align-items: center;
  line-height: 12px;
  font-family: var(--pfont);
  font-weight: 500;
  font-size: 12px;
}
.sliderBlock__owner--txt span {
  margin-right: 6px;
}
.sliderBlock__dot {
  width: 220px;
  display: flex;
  justify-content: flex-start;
  padding-left: 12px;
}
.sliderBlock__dot li {
  list-style: none;
  margin-right: 6px;
}
.sliderBlock__dot li button {
  background-color: var(--color-black-02);
  border: none;
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.sliderBlock__dot .slick-active button {
  background-color: var(--color-black);
}
.sliderBlock__dot--w {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  right: 0;
  bottom: 120px;
}
.not-viewable {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 400;
  font-size: 14px;
  background: var(--color-border-gray);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 240px;
  margin-bottom: 2px;
  padding: 48px 0;
}
.not-viewable .section__slider--img {
  margin: 0 auto;
  display: block;
}
.not-viewable p {
  margin: 12px 0 0;
}
/* "block/btn" */
.btn {
  line-height: 14px;
  font-family: var(--pfontMedium);
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  border: 2px solid #F5F5F9;
  border-radius: 50px;
  display: inline-block;
  padding: 12px 50px;
  text-align: center;
  text-decoration: none;
  transition: all 125ms ease-in-out;
}
.btn--primary {
  background-color: #595EF6;
  border-color: #595EF6;
  color: #fff;
}
.btn--primary:active,
.btn--primary:focus,
.btn--primary:hover {
  background-color: #595EF6;
  border-color: #595EF6;
  color: #fff;
  opacity: 0.9;
}
.btn--secondary {
  background-color: #F5F5F9;
  color: #040405;
}
.btn--secondary:active,
.btn--secondary:focus,
.btn--secondary:hover {
  background-color: rgba(89, 94, 246, 0.06);
  border-color: rgba(89, 94, 246, 0.12);
  color: #595EF6;
}
.btn--secondary-2 {
  background-color: #FFF;
  color: #040405;
}
.btn--secondary-2:active,
.btn--secondary-2:focus,
.btn--secondary-2:hover {
  background-color: #040405;
  border-color: rgba(4, 4, 5, 0.1);
  color: #fff;
}
.btn--secondary-3 {
  background-color: #FFF;
  color: #595EF6;
}
.btn--secondary-3:active,
.btn--secondary-3:focus,
.btn--secondary-3:hover {
  background-color: #595EF6;
  border-color: rgba(89, 94, 246, 0.2);
  color: #fff;
}
.btn--secondary-4 {
  background-color: #FFF;
  color: #FF327C;
}
.btn--secondary-4:active,
.btn--secondary-4:focus,
.btn--secondary-4:hover {
  background-color: #FF327C;
  border-color: rgba(255, 50, 124, 0.2);
  color: #fff;
}
.btn--black {
  background-color: #040405;
  border-color: #040405;
  color: #F5F5F9;
}
.btn--black:active,
.btn--black:focus,
.btn--black:hover {
  background-color: #F5F5F9;
  border-color: #FFFFFF;
  color: #595EF6;
}
.btn--transparent {
  background-color: transparent;
  border-color: transparent;
  color: #040405;
  padding: 12px 30px;
}
.btn--transparent:active,
.btn--transparent:focus,
.btn--transparent:hover {
  color: #595EF6;
}
.btn--cta {
  background-color: #F11414;
  border-color: #F11414;
  color: #F5F5F5;
}
.btn--cta:active,
.btn--cta:focus,
.btn--cta:hover {
  background-color: #F11414;
  border-color: rgba(255, 50, 124, 0.2);
  color: #FFF;
}
.btn--sm {
  padding: 8px 24px;
}
.btn[disabled] {
  opacity: 0.5;
}
.btn--w {
  display: flex;
}
.btn--w .btn {
  flex: 1 1 auto;
  max-width: 12rem;
}
.btn--w .btn + .btn {
  margin-left: 12px;
}
.btn--group {
  display: flex;
  justify-content: center;
  width: 100%;
}
.btn--group .btn {
  border-radius: 0;
  border-right-width: 0;
  flex: 1 1 auto;
  margin: 0;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}
.btn--group .btn:first-child {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  padding-left: 37px;
}
.btn--group .btn:last-child {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-right-width: 2px;
  padding-right: 37px;
}
.btn--group .btn + .btn:before {
  content: "";
  border-left: 1px solid rgba(89, 94, 246, 0.12);
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: -2px;
}
.btn-back {
  display: inline-block;
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: var(--color-black);
  border: 2px solid var(--color-border-gray);
  background-color: transparent;
  cursor: pointer;
  border-radius: 12px;
  padding: 12px 36px 12px 20px;
  text-decoration: none;
  width: fit-content;
}
.btn-back span {
  margin-right: 8px;
}
@media (max-width: 996px) {
  .btn-back {
    padding: 6px 26px 6px 10px;
  }
}
/* "block/body" */
html {
  background-color: var(--color-black);
}
body {
  background-color: #fff;
  border-bottom: 1px solid #E5E5E5;
}
.body--gray {
  background: #E5E5E5;
}
/* "block/header" */
.header--container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.header--mobileMenuContent {
  display: none;
  background-color: var(--color-white);
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  padding: 0 20px;
  overflow: scroll;
}
.header--mobileMenuContent .header__search {
  margin: 22px 0 28px 0;
}
.header--mobileMenuContent .bottomBtn {
  padding-top: 32px;
  border-top: 2px solid var(--color-border-gray);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .header--mobileMenuContent .bottomBtn {
    display: block;
  }
}
.header--mobileMenuContent .bottomBtn .btn-primary-mobile {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 600;
  font-size: 14px;
  color: var(--color-white);
  text-decoration: none;
  line-height: 20px;
  border-radius: 50px;
  background-color: var(--color-primary);
  display: block;
  margin-bottom: 16px;
  padding: 10px 20px;
  text-align: center;
  border: 2px solid var(--color-primary);
  min-width: 140px;
}
@media (max-width: 767px) {
  .header--mobileMenuContent .bottomBtn .btn-primary-mobile {
    width: 100%;
  }
}
.header--mobileMenuContent .bottomBtn .btn-white-mobile {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 600;
  font-size: 14px;
  color: var(--color-black);
  text-decoration: none;
  line-height: 20px;
  border-radius: 50px;
  background-color: var(--color-white);
  display: block;
  margin-bottom: 16px;
  padding: 10px 20px;
  text-align: center;
  border: 2px solid var(--color-border-gray);
  min-width: 140px;
}
@media (max-width: 767px) {
  .header--mobileMenuContent .bottomBtn .btn-white-mobile {
    width: 100%;
  }
}
.header--mobileMenuContent .menuLinks {
  margin-bottom: 48px;
}
.header--mobileMenuContent .menuLinks ul {
  list-style: none;
}
.header--mobileMenuContent .menuLinks ul .sub_link {
  margin-top: 0 !important;
  margin-bottom: 12px!important;
}
.header--mobileMenuContent .menuLinks ul .sub_link a {
  line-height: 14px !important;
  font-family: var(--pfont) !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 16px!important;
  color: var(--color-gray-bold) !important;
  text-transform: uppercase;
}
.header--mobileMenuContent .menuLinks ul .main_link a {
  line-height: 24px;
  font-family: var(--pfont);
  font-weight: 600;
  font-size: 24px;
  line-height: 44px;
  color: var(--color-black);
  text-decoration: none;
}
.header--wrapperMobile {
  display: none;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
}
@media (max-width: 993px) {
  .header--wrapperMobile {
    display: flex;
  }
}
.header--wrapperMobile .btn-mobile-menu {
  flex: 0 1 55px;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background-color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--color-border-gray);
}
.header--wrapper {
  display: flex;
  padding: 22px 0;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 993px) {
  .header--wrapper {
    display: none;
  }
}
.header__logo {
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg version='1.0' xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 808.48 202.38'%3E%3Cpath d='M167.78,200.82c-5.62,1.4-10.92,1.56-16.27,1.55-33.16-.05-66.32.03-99.47-.04-25.57-.05-44.1-14.31-50.92-38.92-.86-3.09-1.08-6.22-1.08-9.4,0-34.99-.1-69.98.04-104.97C.18,22.98,20.99,1.7,47.02.68,79.83-.61,112.65.37,145.46.15c4.63-.03,9.3.52,13.81,1.93,4.29,1.34,6.56,3.68,6.5,8.65-.14,11.18-1.8,9.86,10.13,9.96,4.17.04,8.33.1,12.5-.02,2.85-.08,4.34.83,4.29,3.96-.11,6.83-.1,13.66,0,20.49.04,2.84-1.36,3.89-3.95,3.88-6.83-.03-13.66-.07-20.49-.09-3.02,0-4.04-1.67-4.02-4.47.03-6.16-.23-12.34-.02-18.49.11-3.38-1.3-4.86-4.4-5.39-3.61-.62-7.16-1.34-10.87-1.33-32.66.07-65.32.3-97.97-.07-15.29-.17-32.16,11.54-31.77,31.72.65,33.64.08,67.31.18,100.97.05,15.67,7.63,25.81,21.96,30.19,3.26,1,6.58.94,9.9.95,34.16.04,68.33-.48,102.47.22,21.22.43,34.01-15.12,33.55-33.58-.68-27.48-.18-54.98-.14-82.47,0-3.26-.75-7.13,3.41-8.51,4.43-1.47,9.06-2.48,13.54-.03,2,1.09,2.36,3.11,2.36,5.19,0,29.66.66,59.33-.19,88.97-.71,24.69-14.32,40.76-38.43,48.06Z' fill='%23595df6'/%3E%3Cpath d='M155.04,147.69c-18.75,19.81-41.55,27.06-67.46,20.99-25.96-6.08-43.42-22.72-50.81-48.6-11.3-39.53,15.26-79.65,56.06-85.45,37.72-5.36,70.75,17.56,78.28,54.76,4.41,21.82-1.5,41.15-16.06,58.29M65.83,135.02c.82.83,1.61,1.68,2.45,2.49,15.51,15.04,39.74,18.58,57.78,9.09,19.79-10.41,31.62-34.45,26.36-55.72-6.58-26.56-34.08-43.73-61.08-36.91-36.69,9.27-50.19,51.11-25.51,81.05Z' fill='%23595df6'/%3E%3Cpath d='M251.55,124.98c-18.37-10.98-22.96-37.66-9.85-55.54,10.86-14.81,36.33-16.91,51.1-4.21,12.76,10.97,15.27,34.4,5.31,49.53-9.52,14.47-29.14,18.88-46.56,10.21M273.93,67.77c-13.87-1.73-23.56,4.42-26.68,17.33-1.72,7.1-1.4,14.26,1.77,20.98,3.51,7.47,9.32,12.05,17.74,12.68,13.34,1,23.01-6.62,25.14-19.62,2.55-15.62-3.94-27.39-17.96-31.38Z'/%3E%3Cpath d='M375.85,80.11c8.33-2.8,15.46-.77,22.43,4.02,1.24-5.66,5.39-4.41,9.04-4.08,2.22.2,2.33,2.05,2.33,3.77-.02,13.82.46,27.66-.22,41.44-.76,15.53-11.79,20.93-25.89,20.62-6.26-.14-12.69-1.06-17.67-5.72-1.47-1.38-3.39-2.94-1.1-4.89,1.9-1.63,3.59-5.38,6.92-2.46,4.56,3.99,9.86,4.5,15.46,4.02,8.32-.71,12.66-6.6,11.33-15.19-15.47,8.53-29.3,5.56-35.71-7.67-6.22-12.83-.52-27.97,13.08-33.85M376.78,90.85c-5.42,4.72-6.15,10.78-4.55,17.26,1.4,5.66,6.54,9.42,12.46,9.66,6.3.25,11.17-2.73,13.47-8.25,2.53-6.08.92-14.65-3.49-18.51-4.16-3.64-11.05-3.87-17.88-.16Z'/%3E%3Cpath d='M531.53,127.55c-19.22,4.42-35-2.92-41.58-19.05-7.14-17.49-1.53-36.92,13.21-45.84,12.89-7.79,31.46-5.65,40.42,4.76,1.36,1.58,4.12,3.35,1.06,5.71-2.33,1.8-4.33,4.52-7.99,1.04-6.94-6.61-15.51-7.63-24.17-4.21-8.14,3.22-11.86,10.08-13.14,18.6-.61,4.06-.34,7.94.41,11.86,3.36,17.53,23.45,24.6,36.65,12.57,4.44-4.05,6.44-.66,8.99,1.49,3.27,2.76-.09,4.32-1.58,5.93-3.24,3.49-7.33,5.69-12.29,7.12Z'/%3E%3Cpath d='M698.3,79.53c16.72-3.03,28.35,6.18,29.27,22.59.22,3.93-1.25,5.35-5.16,5.26-8.15-.19-16.32-.09-24.47-.05-1.8,0-3.66-.36-5.37.53-.09,9.09,9.47,14.71,19.14,11.2,1.69-.62,3.5-1.43,4.76-2.65,3.34-3.25,5.8-1.28,7.93,1.21,2.81,3.27-.56,4.97-2.45,6.27-9.12,6.28-18.93,7.05-28.8,2.06-9.61-4.86-13.06-13.61-12.49-23.72.63-11.1,6.1-19.17,17.65-22.69M696.26,90.34c-2.34,2.17-4.25,4.52-3.66,8.56,6.32,0,12.45.04,18.58-.03,1.59-.02,3.6.56,4.52-1.27,1.03-2.04-.15-3.9-1.32-5.53-3.67-5.12-10.43-5.93-18.12-1.73Z'/%3E%3Cpath d='M594.17,89.35c6.74,11.78,5.23,24.97-3.56,33.26-8.02,7.56-21.96,8.71-31.5,2.39-9.03-5.99-12.11-14.89-10.66-25.14,1.48-10.47,7.56-17.51,18.06-20.24,10.59-2.76,20.81.78,27.67,9.73M564.66,90.68c-4.15,3.02-5.29,7.57-5.75,12.23-.81,8.3,5.03,16.16,12.18,16.84,6.78.64,12.02-2.17,14.7-7.88,2.97-6.33,1.58-15.48-3.03-19.99-4.46-4.36-10.84-4.95-18.1-1.19Z'/%3E%3Cpath d='M733.09,100.02c0-4.83-.16-9.16.05-13.48.12-2.37-1.48-5.88,2.56-6.5,3.49-.54,7.5-1.39,8.66,4.06,5.85-4.4,11.93-6.51,18.94-4.61,6.7,1.82,10.46,6.11,11.39,12.95,1.4,10.28.37,20.61.7,30.91.12,3.82-1.85,4.84-5.27,4.8-3.35-.04-5.99-.45-5.94-4.73.08-8.16.06-16.31,0-24.47-.05-7.4-2.74-10.54-8.88-10.61-6.63-.08-10.62,3.53-10.84,10.38-.26,7.98-.23,15.98-.12,23.96.06,4.1-1.69,5.53-5.71,5.52-4.13-.01-5.61-1.71-5.53-5.71.15-7.32.01-14.65,0-22.47Z'/%3E%3Cpath d='M632.89,90.52c-9.29-5.12-17.32-.61-17.49,9.49-.13,7.65-.2,15.31-.03,22.96.1,4.45-2.25,5.2-5.96,5.19-3.79-.01-5.36-1.47-5.32-5.36.13-12.31-.02-24.62.05-36.94.01-2.41-1.23-5.81,3.11-5.97,3.53-.13,7.79-1.28,7.7,5.19,5.92-5.59,12.28-7.51,19.64-5.58,6.09,1.6,9.94,5.53,10.97,11.63,1.87,11.06.72,22.24.71,33.37,0,4.32-3.62,3.44-6.33,3.6-3.08.18-4.67-1.17-4.64-4.37.05-7.82.1-15.64.04-23.46-.03-3.29.28-6.72-2.45-9.76Z'/%3E%3Cpath d='M476.39,82.92c4.38,3.95,4.92,9.06,5.11,14,.33,8.81-.05,17.65.13,26.48.11,5.39-3.58,4.54-6.83,4.68-3.74.17-4.29-1.97-4.19-5.14.25-7.65.37-15.32.27-22.97-.11-8.2-3.23-11.75-9.75-11.68-7.02.07-10.54,4.08-10.6,12.18-.05,7.49-.15,14.99.04,22.48.11,4.5-2.37,5.12-6.02,5.17-3.92.05-5.27-1.65-5.25-5.43.1-12.49-.03-24.98,0-37.48,0-2.01-.89-4.94,2.29-5.15,2.98-.2,6.87-2.1,8.5,2.62.14.4.61.68,1.02,1.13,8.11-6.19,16.43-6.77,25.28-.88Z'/%3E%3Cpath d='M797.46,72.04c.02,7.11.01,7.25,6.91,7.81,3.37.27,4.1,2.1,4.11,4.96.01,2.81-1,4.21-4.03,4.42-6.98.5-6.98.62-7,7.74-.01,5.65.03,11.3-.03,16.96-.04,4.18,1.8,6.31,6.09,5.73,2.56-.35,4.76-.47,4.78,3.04.01,2.82-.28,5.21-3.92,5.8-9.63,1.56-18.51-1.32-18.2-14.04.17-6.81-.04-13.63.04-20.45.03-2.84-.42-4.98-3.97-4.81-3.46.16-4.06-2.03-4.01-4.89.05-2.69.73-4.65,3.91-4.45,3.47.22,4.25-1.79,4.06-4.71-.07-1.16.07-2.33-.02-3.49-.29-3.89.61-6.15,5.37-6.18,4.7-.04,6.39,1.69,5.91,6.57Z'/%3E%3Cpath d='M677.07,128.02c-2.04.32-3.69.64-5.35.69-9.43.26-13.62-3.31-14.14-12.71-.4-7.14-.21-14.32-.16-21.47.02-3.24-.57-5.6-4.58-5.42-2.61.12-3.61-1.53-3.2-3.9.36-2.07-.64-5.33,3.02-5.22,4.42.14,4.86-2.43,4.69-5.77-.05-1,.1-2.01,0-3-.5-5.33,2.73-5.63,6.9-5.74,4.84-.12,4.37,2.87,4.33,5.91-.01.83.09,1.68-.02,2.5-.6,4.45,1.04,6.35,5.78,6.11,4.4-.22,5.94,2.2,4.93,6.33-.78,3.2-3.3,2.99-5.56,2.83-3.87-.28-5.37,1.15-5.2,5.14.27,6.48.13,12.99.03,19.48-.06,3.92,1.59,5.89,5.61,5.93,1.66.02,3.96-1.19,4.72,1.38.71,2.41,1.05,4.95-1.81,6.93Z'/%3E%3Cpath d='M320.69,127.22c-2,.47-3.63.72-5.28.86-3.19.26-4.43-1.24-4.42-4.44.05-13.49-.03-26.98-.09-40.46,0-1.58-.03-3.34,2.05-3.25,2.79.11,6.12-1.56,8.1,1.9.47.82.62,1.82,1.09,3.27,3.08-3.05,6.21-5.54,10.29-6.11,2.46-.34,5.62-.81,5.37,3.03-.18,2.77,1.79,6.94-3.98,7.32-8.65.57-11.92,4.58-12.17,13.23-.24,8.12.81,16.28-.96,24.65Z'/%3E%3Cpath d='M429.85,93.31c-.03,10.23-.22,20.03-.1,29.82.05,3.75-1.5,4.94-5.02,4.96-3.59.03-5.64-.9-5.6-5,.11-12.95.12-25.9-.04-38.85-.05-4.11,2.18-4.48,5.39-4.48,3.3,0,5.53.66,5.29,4.64-.17,2.81.02,5.64.08,8.9Z'/%3E%3Cpath d='M353.52,125.61c-2.47,3.67-5.82,2.76-8.67,1.87-2.61-.81-1.68-3.68-1.7-5.72-.09-12.14.04-24.29-.16-36.42-.06-3.96,1.03-5.68,5.31-5.67,4.17,0,5.49,1.51,5.43,5.57-.2,13.3-.11,26.61-.21,40.37Z'/%3E%3Cpath d='M422.84,69.73c-3.56-1.45-5.53-3.65-5.15-7.32.29-2.75,1.98-4.48,4.54-5.31,2.6-.84,4.89-.14,6.78,1.78,1.95,1.98,2.33,4.47,1.35,6.88-1.25,3.07-3.83,4.38-7.52,3.97Z'/%3E%3Cpath d='M341.94,61.58c1.41-3.84,4.09-5.2,7.57-4.66,2.65.42,4.46,2.2,5.04,4.89.56,2.63-.15,4.95-2.33,6.65-1.99,1.55-4.17,1.98-6.5.77-2.96-1.53-4.48-3.85-3.77-7.66Z'/%3E%3Ccircle cx='104.15' cy='102.97' r='14.81' fill='%23595df6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  flex: 0 0 174px;
  width: 174px;
  height: 40px;
}
.header__logo img {
  display: none;
}
.header__search {
  width: 100%;
  margin: 0 24px;
  display: flex;
}
.header__search--btn {
  background-color: #F5F5F9;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  flex: 0 0 auto;
  padding-left: 20px;
  padding-right: 0;
}
.header__search--inp {
  flex: 1 1 auto;
  background: #F5F5F9;
  border-radius: 28px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 0;
}
.header__link {
  color: var(--color-black);
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: normal;
  font-size: 14px;
  text-decoration: none;
}
.header__link:active,
.header__link:focus,
.header__link:hover {
  color: var(--color-primary);
  text-shadow: 0 0 10px rgba(4, 4, 5, 0.3);
}
.header__link--w {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 0 0 -14px;
}
.header__link--item {
  padding: 0 14px;
  white-space: nowrap;
}
@media (max-width: 1400px) {
  .header__link--item a {
    font-size: 12px;
  }
}
@media (max-width: 1200px) {
  .header__link--item {
    padding: 0 8px;
  }
}
.header__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  white-space: nowrap;
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: normal;
  font-size: 14px;
  padding: 14px 18px;
}
.header__button:not(:last-child) {
  margin-right: 20px;
}
@media (max-width: 1400px) {
  .header__button:not(:last-child) {
    font-size: 12px;
    margin-right: 10px;
  }
}
.header__button--w {
  display: flex;
  align-items: center;
}
.header__button--account {
  padding: 0;
}
.header__button--account img {
  background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAAAAABWESUoAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAEHSURBVDjLzdPPSgJRFIDxzyGUGzS+QVbLqC49icnUg0R/QOwFIqJNMugmWliIBEIP0CTzDEl7MffWDLNwbDFe8uaJtp7Vt/hxF4dzmf4zLBsYXehVpWsff4FOEQDctgw6DuVgPA4OcNoSGBW5zOoKdyiAGmWTFaoC0AQme+wKQPFpMqIggAJfJmPyAtihZzJkWwBVKiY9zgUwdLnO6oa1gbSoBwcvjOPwkFxLXvW9k606dyev+nmL2Wx0BZCewd7tWxT16xpO0gVwivInM9tQHP8GXdTLz7uviicbJCX8+TNpsp5Y4BE9mQfpPi0LHFG3T9HHs8AmfRu8U7JAntgGCStL+rOk+Qbpt4Pr+GttNgAAAABJRU5ErkJggg==') scroll no-repeat center;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  transition: all 125ms ease-in-out;
  /*&::before{
          content: " ";
          border-radius: 50%;
          width: 36px;
          height: 36px;
        }*/
}
.header__button--account:active img,
.header__button--account:focus img,
.header__button--account:hover img {
  box-shadow: 0 0 10px rgba(4, 4, 5, 0.3);
}
/* "block/footer" */
.footer {
  width: 100%;
  padding-top: 54px;
}
.footer__item {
  width: 33%;
  padding: 0;
}
@media (max-width: 767px) {
  .footer__item {
    width: 100%;
    margin-bottom: 40px;
    padding: 0;
  }
}
.footer--black {
  background-color: var(--color-black);
}
.footer--black .footer__link {
  color: #fff;
}
.footer--black .footer__link--dot:after {
  color: #fff;
}
.footer--black .footer__bottom {
  border-color: rgba(49, 49, 50, 0.2);
}
.footer--black .footer__copyright {
  color: var(--color-gray);
}
.footer__top {
  display: flex;
  justify-content: space-between;
  gap: 128px;
}
@media (max-width: 767px) {
  .footer__top {
    display: block;
    gap: 0;
  }
}
@media (max-width: 1120px) {
  .footer__top {
    margin: 0;
  }
}
.footer__txt {
  line-height: 18px;
  font-family: var(--sfont);
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  max-width: 213px;
}
@media (max-width: 767px) {
  .footer__txt {
    max-width: 100%;
  }
}
.footer__title {
  line-height: 12px;
  font-family: var(--pfontMedium);
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  color: var(--color-gray);
  margin-bottom: 12px;
  text-transform: uppercase;
}
.footer__link {
  text-decoration: none;
  color: #fff;
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 400;
  font-size: 14px;
}
.footer__link:active,
.footer__link:focus,
.footer__link:hover {
  text-decoration: underline;
}
.footer__link--dot {
  position: relative;
  display: inline-block;
}
.footer__link--dot:before {
  content: '·';
  color: #fff;
  margin: 0 14px;
}
.footer__link--wrapper:after {
  content: '';
  display: table;
  clear: both;
}
.footer__link--w {
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer__link--list {
  display: flex;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .footer__link--list {
    margin-top: 10px;
  }
}
.footer__link--dotted > *::before {
  content: '·';
  color: #fff;
  margin: 0 14px;
}
@media (max-width: 767px) {
  .footer__link--dotted > *:first-child::before {
    content: '';
    margin: 0;
  }
  .footer__link--dotted > *::before {
    content: '·';
    color: #fff;
    margin: 0 7px;
  }
}
.footer__langbar {
  position: relative;
  border: 2px solid rgba(245, 245, 249, 0.3);
  border-radius: 10px;
  height: 40px;
  display: flex;
  padding: 0 12px;
}
.footer__langbar--item {
  text-decoration: none;
  color: #fff;
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: normal;
  font-size: 14px;
  display: inline-flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}
.footer__langbar--drop {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  padding: 0 12px;
  border: 2px solid rgba(245, 245, 249, 0.3);
  border-radius: 10px;
  display: none;
  z-index: 12;
  background-color: var(--color-black);
}
.footer__langbar--drop.active {
  display: block;
  margin-top: 8px;
}
.footer__langbar--drop--item {
  height: 40px;
}
.footer__langbar--drop--item:not(:last-child) {
  border-bottom: 2px solid rgba(245, 245, 249, 0.3);
}
.footer__bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #E6E6EA;
  margin-top: 54px;
  padding: 18px 0;
}
@media (max-width: 767px) {
  .footer__bottom {
    display: block;
  }
}
.footer__bottom--left,
.footer__bottom--right {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .footer__bottom--left,
  .footer__bottom--right {
    display: block;
    width: 100%;
  }
}
.footer__bottom--right {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .footer__bottom--right {
    justify-content: flex-start;
    margin-top: 20px;
  }
}
.footer__copyright {
  color: var(--color-gray);
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: normal;
  font-size: 14px;
}
.footer__soc {
  display: inline-block;
  margin-left: 16px;
}
@media (max-width: 767px) {
  .footer__soc:first-child {
    margin-left: 0;
  }
}
.has-big-art .footer {
  display: none;
}
/* "block/profile" */
.profile__wrapper {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1020px) {
  .profile__wrapper {
    flex-direction: column;
    align-items: stretch;
  }
}
@media (max-width: 993px) {
  .profile__wrapper .form__cell--6,
  .profile__wrapper .form__cell--12 {
    padding: 0;
  }
}
@media (max-width: 993px) {
  .profile__wrapper .form__row {
    margin-bottom: 0;
  }
}
@media (max-width: 993px) {
  .profile__wrapper .form__label {
    margin-top: 24px;
  }
}
@media (max-width: 993px) {
  .profile__wrapper .form__cell--4,
  .profile__wrapper .padding__right--4,
  .profile__wrapper .form__cell--2,
  .profile__wrapper .padding__left--4 {
    padding: 0!important;
  }
}
@media (max-width: 375px) {
  .profile__wrapper .form__btn--w button {
    padding: 10px 20px;
  }
}
@media (max-width: 767px) {
  .profile__wrapper .widget--title-w .widget--btn-w {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .profile__wrapper .widget--title-w .widget--btn-w a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
  }
}
.profile__info {
  padding: 36px 40px 24px 40px;
  background: #FFFFFF;
  box-shadow: 4px 20px 48px rgba(4, 4, 5, 0.06);
  border-radius: 28px;
  max-width: 354px;
  margin-right: 64px;
}
@media (max-width: 1060px) {
  .profile__info {
    margin-right: 20px;
  }
}
@media (max-width: 1020px) {
  .profile__info {
    margin-right: 0;
    margin-bottom: 48px;
    max-width: 60%;
  }
}
@media (max-width: 767px) {
  .profile__info {
    max-width: 100%;
  }
}
@media (max-width: 1020px) {
  .profile__info--w {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
}
.profile__info--sticky {
  position: sticky;
  top: 0;
}
@media (max-width: 1020px) {
  .profile__info--sticky {
    position: relative;
  }
}
.profile__details--w {
  width: calc(100% - 414px);
}
@media (max-width: 1060px) {
  .profile__details--w {
    width: calc(100% - 370px);
  }
}
@media (max-width: 1020px) {
  .profile__details--w {
    width: 100%;
  }
}
.profile__img--w {
  width: 120px;
  height: 120px;
  border-radius: 200px;
  overflow: hidden;
  display: inline-block;
}
.profile__name {
  line-height: 32px;
  font-family: var(--sfontBold);
  font-weight: 700;
  font-size: 32px;
  margin: 12px 0;
}
.profile__position {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 16px;
}
.profile__txt {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
  color: #979abd;
}
.profile__txt--break {
  word-break: break-all;
}
.profile__txt--16 {
  font-size: 16px;
}
.profile__action--w {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.profile__action--btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  text-decoration: none;
  color: var(--color-black);
  line-height: 14px;
  font-family: var(--pfontMedium);
  font-weight: 600;
  font-size: 14px;
  border: 2px solid #F5F5F9;
  border-radius: 52px;
  height: 48px;
}
.profile__action--btn--border-red {
  border-color: rgba(255, 50, 124, 0.2);
}
.profile__socnet {
  margin-top: 58px;
  border-top: 2px solid #F5F5F9;
  padding-top: 16px;
}
.profile__socnet--w {
  max-width: 212px;
  display: inline-flex;
}
.profile__socnet--title {
  line-height: 10px;
  font-family: var(--pfont);
  font-weight: 500;
  font-size: 10px;
  margin-bottom: 8px;
}
.profile__socnet--link {
  display: inline-block;
  margin: 0 6px;
}
.profile__socnet--link:first-child {
  margin-left: 0;
}
.profile__socnet--link:last-child {
  margin-right: 0;
}
.profile__menu {
  margin: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .profile__menu {
    display: block;
  }
}
.profile__menu--w {
  width: 100%;
  padding: 8px;
  border: 2px solid #F5F5F9;
  border-radius: 12px;
  display: flex;
  align-items: center;
  overflow: auto;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.profile__menu--w::-webkit-scrollbar {
  display: none;
}
@media (max-width: 767px) {
  .profile__menu--w {
    border: none;
    display: block;
    padding: 0;
  }
}
.profile__menu--item {
  padding: 0;
}
@media (max-width: 767px) {
  .profile__menu--item {
    display: block;
    margin-bottom: 2px;
  }
}
.profile__menu--link {
  border-radius: 10px;
  display: inline-flex;
  text-decoration: none;
  line-height: 16px;
  font-family: var(--pfontMedium);
  font-weight: 600;
  font-size: 16px;
  color: #B6B8D1;
  padding: 10px 20px;
}
.active .profile__menu--link {
  background: #F0F0F7;
  color: var(--color-black);
}
.profile__menu--link:active,
.profile__menu--link:focus,
.profile__menu--link:hover {
  background: #F5F5F9;
  color: var(--color-black);
  transition: all 125ms ease-in-out;
}
@media (max-width: 767px) {
  .profile__menu--link {
    display: block;
  }
}
.profile__service--text {
  color: #B6B8D1;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}
.profile__service--add-btn {
  border: 1px dashed rgba(89, 94, 246, 0.3);
  border-radius: 12px;
  color: #595EF6;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  padding: 16px;
  width: 254px;
}
.profile__service--add-btn:active,
.profile__service--add-btn:focus,
.profile__service--add-btn:hover {
  background-color: rgba(89, 94, 246, 0.1);
  border-color: rgba(89, 94, 246, 0.5);
}
.profile__service--add-btn:before {
  background: transparent url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTYgMjJWMTAiIHN0cm9rZT0iIzU5NUVGNiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjxwYXRoIGQ9Ik0yMiAxNkwxMCAxNiIgc3Ryb2tlPSIjNTk1RUY2IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PGNpcmNsZSBjeD0iMTYiIGN5PSIxNiIgcj0iMTUuNSIgc3Ryb2tlPSIjNTk1RUY2Ii8+PC9zdmc+') no-repeat center center;
  content: " ";
  width: 32px;
  height: 32px;
  margin-bottom: 14px;
}
.profile__service--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 24px 0 12px 0;
}
.profile__service--list--item {
  margin: 0 0 12px 0;
  width: 254px;
}
.profile__service--list--item-link {
  background-color: var(--color-border-gray);
  color: var(--color-black);
  padding: 12px;
  display: flex;
  align-items: flex-start;
  text-decoration: none;
  position: relative;
  transition: 125ms ease-in-out;
  border-radius: 12px;
}
.profile__service--list--item-link:hover {
  background-color: var(--color-border-gray-op50);
}
.profile__service--list--item-link .register__service--list-content {
  flex: 0 0 174px;
  overflow: hidden;
  text-wrap: nowrap;
}
.profile__service--list--item-radio + .register__service--list-img {
  margin-left: 12px;
}
.profile__service--list--item-error {
  border: 1px solid #ff327c;
  color: #ff327c;
}
.profile__service--list--item-error:hover {
  background-color: rgba(255, 50, 124, 0.125);
}
.profile__service--list-vertical {
  display: block;
}
.profile__service--list-vertical .profile__service--list--item {
  width: 100%;
  max-width: 400px;
}
.profile__service--list-vertical .profile__service--list--item-link .register__service--list-content {
  flex: 1 1 174px;
}
.profile__plan {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
}
.profile__plan--list {
  display: flex;
  justify-content: space-evenly;
}
.profile__plan--list-item {
  flex: 0 0 320px;
}
.profile__plan--list-item-button,
.profile__plan--list-item-wrapper {
  text-align: left;
  background-color: var(--color-white);
  border: 2px solid #F5F5F9;
  border-radius: 12px;
  color: var(--color-black);
  display: block;
  width: 100%;
  padding: 28px;
  transition: all 125ms ease-in-out;
}
.profile__plan--list-item-button:active,
.profile__plan--list-item-button:hover {
  color: var(--color-black);
  border-color: var(--color-white);
  box-shadow: 4px 20px 48px rgba(4, 4, 5, 0.06);
}
.profile__plan--list-item-button.selected {
  color: var(--color-black);
  border-color: var(--color-white);
  box-shadow: 4px 20px 48px rgba(4, 4, 5, 0.06);
}
.profile__plan--name {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.profile__plan--info {
  display: block;
  font-weight: 400;
}
.profile__plan--price {
  display: block;
  font-size: 36px;
  font-weight: 600;
  margin-top: 32px;
}
.profile__plan--text {
  display: block;
  color: var(--color-black-op50);
  margin-bottom: 32px;
}
.profile__picture--preview {
  background-color: rgba(245, 245, 249);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  margin: 12px auto;
  width: 240px;
  height: 240px;
}
.profile--did {
  display: block;
  font-family: var(--pfont);
  font-size: small;
  line-height: 1;
}
.profile--did span {
  font-weight: 400;
}
.profile--did a {
  color: var(--color-black-op50);
  text-decoration: none;
}
.profile--did a:active,
.profile--did a:focus,
.profile--did a:hover {
  text-decoration: underline;
}
.profile__connected-account--list {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: normal;
  font-size: 14px;
  color: var(--color-black-op50);
  list-style: none inside none;
  margin: 0;
  padding: 0;
}
.profile__connected-account--info {
  display: flex;
  gap: 16px;
  margin: 0;
  padding: 16px 0;
  align-items: flex-start;
}
.profile__connected-account--info + li.profile__connected-account--info-bordered {
  border-top: 1px solid var(--color-border-gray);
}
.profile__connected-account--info.connected {
  color: var(--color-text-muted);
}
.profile__connected-account--info.connected .profile__connected-account--account {
  background-color: var(--color-primary);
  color: var(--color-white);
}
.profile__connected-account--info.unverified .profile__connected-account--account {
  background-color: var(--color-red);
  color: var(--color-white);
}
.profile__connected-account--account {
  font-size: 12px;
  margin: 0 -4px 8px;
  padding: 2px 4px;
}
.profile__connected-account--label {
  flex: 1 1 auto;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.profile__connected-account--label a {
  color: inherit;
  font-weight: 600;
  text-decoration: none;
}
.profile__connected-account--info:hover .profile__connected-account--label a {
  text-decoration: underline;
}
.profile__connected-account--status {
  margin: 0 0 8px;
}
.profile__connected-account--img {
  background: transparent none no-repeat scroll 0 0;
  background-size: contain;
  border-radius: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100px;
  height: 100px;
}
.profile__connected-account--icon {
  background: Transparent none no-repeat center center;
  background-size: contain;
  display: inline-block;
  width: 24px;
  height: 24px;
  opacity: 0.5;
}
.profile__connected-account--name,
.profile__connected-account--details {
  font-size: 16px;
  margin: 0 0 8px;
}
.profile__connected-account--w {
  flex: 1 1 50%;
  line-height: 1.2;
}
.owner__detail--identity-link {
  color: var(--color-gray-bold);
  opacity: 0.5;
}
.owner__wrapper--creator:hover .owner__detail--identity-link {
  opacity: 1;
}
/* "block/banner" */
.banner__wrapper {
  display: flex;
}
@media (max-width: 767px) {
  .banner__wrapper {
    display: block;
  }
}
.banner__wrapper--left {
  width: 455px;
  margin-right: 60px;
}
@media (max-width: 1164px) and (min-width: 767px) {
  .banner__wrapper--left {
    margin-right: 15px;
    width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .banner__wrapper--left {
    width: 100%;
  }
}
.banner__wrapper--right {
  width: 570px;
  margin-left: 60px;
  position: relative;
}
@media (max-width: 1164px) and (min-width: 767px) {
  .banner__wrapper--right {
    width: 50%;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .banner__wrapper--right {
    width: 100%;
    margin-left: 0;
  }
}
.banner__title {
  line-height: 48px;
  font-family: var(--sfontBold);
  font-weight: 700;
  font-size: 48px;
  margin-bottom: 20px;
  text-align: center;
}
.banner__title small {
  font-size: 36px;
}
@media (max-width: 1164px) {
  .banner__title {
    font-size: 34px;
    line-height: 36px;
  }
}
.banner__txt {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: var(--color-gray-bold);
}
.banner__btn--w {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 44px;
}
@media (max-width: 475px) {
  .banner__btn--w a {
    padding: 10px 24px;
  }
}
@media (max-width: 475px) {
  .banner__btn--w {
    flex-direction: column;
  }
}
.banner__btn--cta {
  font-size: 16px;
  font-weight: 600;
  margin-left: 20px;
}
@media (max-width: 475px) {
  .banner__btn--cta {
    margin-top: 16px;
    margin-left: 0;
  }
}
.banner__link {
  text-decoration: none;
}
.banner__link--w {
  margin-top: 84px;
}
@media (max-width: 767px) {
  .banner__link--w {
    margin-top: 26px;
  }
}
.banner__slider {
  position: relative;
}
.banner__slider--img {
  width: 100%;
  height: 424px;
  border-radius: 20px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1164px) {
  .banner__slider--img {
    height: 350px;
  }
}
@media (max-width: 996px) {
  .banner__slider--img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .banner__slider--img {
    margin-top: 20px;
  }
}
@media (max-width: 475px) {
  .banner__slider--img {
    height: 254px;
  }
}
.banner__detail {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.banner__detail--title {
  line-height: 10px;
  font-family: var(--pfont);
  font-weight: normal;
  font-size: 10px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .banner__detail--title {
    font-size: 8px;
  }
}
.banner__detail--item-w {
  width: calc(100% / 3);
}
.banner__owner--w {
  display: flex;
}
.banner__owner--img-w {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 6px;
}
.banner__owner--txt {
  margin-top: 6px;
}
@media (max-width: 1164px) {
  .banner__owner--txt {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .banner__owner--txt {
    font-size: 9px;
  }
}
.banner .slick-dots {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  padding-right: 22px;
  position: absolute;
  bottom: 86px;
  right: 0;
}
@media (max-width: 767px) {
  .banner .slick-dots {
    right: 10px;
    padding-right: 0;
    bottom: 74px;
  }
}
.banner .slick-dots li {
  margin-left: 8px;
}
.banner .slick-dots li button {
  font-size: 0;
  border: none;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: var(--color-black-02);
}
.banner .slick-dots .slick-active {
  margin: 0 4px 0 12px;
}
.banner .slick-dots .slick-active button {
  background-color: var(--color-black);
  position: relative;
}
.banner .slick-dots .slick-active button:after {
  content: '';
  width: 24px;
  height: 24px;
  background: transparent;
  position: absolute;
  left: -5px;
  z-index: 1;
  top: -5px;
  border-radius: 100%;
  border: 2px solid var(--color-black);
}
.banner .slick-dots--w {
  position: absolute;
  right: 0;
  bottom: 82px;
  width: 100%;
}
/* "block/job" */
.job__title {
  line-height: 28px;
  font-family: var(--pfontMedium);
  font-weight: 600;
  font-size: 28px;
  color: var(--color-black);
  margin-top: 12px;
}
.job__title-w {
  margin-top: 28px;
}
.job__subtitle {
  line-height: 28px;
  font-family: var(--pfontMedium);
  font-weight: 600;
  font-size: 28px;
  color: var(--color-black);
  margin-top: 12px;
}
.job__tag {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: normal;
  font-size: 14px;
  color: var(--color-primary);
  text-decoration: none;
  display: inline-block;
  margin-top: 8px;
}
.job__type {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: normal;
  font-size: 14px;
  color: var(--color-primary);
  text-decoration: none;
  display: inline-block;
}
.job__author--w {
  display: flex;
  justify-content: space-between;
}
.job__author--name {
  display: flex;
  align-items: stretch;
}
.job__author--buttons {
  display: flex;
  gap: 4px;
}
.job__details--w {
  margin-top: 34px;
  display: flex;
  justify-content: space-between;
}
.job__additional-details {
  border-top: 2px solid #f5f5f9;
  margin-top: 12px;
  padding-top: 12px;
  display: flex;
  align-content: center;
  justify-content: space-between;
}
@media (max-width: 475px) {
  .job__additional-details {
    border-top: none;
  }
}
.job__item {
  display: flex;
  gap: 8px;
}
.job__item--info {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.job__item--verfication {
  justify-content: flex-start;
}
.job__item--title {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: normal;
  font-size: 14px;
}
.job__item--title--2 {
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  height: 16px;
}
.job__item--title--3 {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: normal;
  font-size: 14px;
  white-space: nowrap;
  margin-top: 10px;
}
.job__item--title--3 span {
  background: var(--color-border-gray);
  color: var(--color-black);
  font-weight: 600;
  padding: 4px 6px;
  margin-left: -6px;
  border-radius: 6px;
}
.job__item--did {
  color: #979abd;
  user-select: all;
}
.job__item--number {
  border-left: 2px solid #979abd;
  margin-left: 8px;
}
@media (max-width: 767px) {
  .job__item--number {
    font-weight: 400;
  }
}
.job__item--number--link {
  text-decoration: none;
}
.job__item--link {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: normal;
  font-size: 14px;
}
.job__item--img-w {
  width: 48px;
  height: 48px;
  border-radius: 200px;
  overflow: hidden;
}
.job__item--icon {
  padding: 0 6px 0 0;
}
.job__item--noai {
  line-height: 15px;
  font-family: var(--pfont);
  font-weight: 600;
  font-size: 15px;
  background: #f00;
  color: var(--color-white);
  align-self: center;
  padding: 3px 6px;
}
.job__item--yesai {
  line-height: 15px;
  font-family: var(--pfont);
  font-weight: 600;
  font-size: 15px;
  color: var(--color-green);
  align-self: center;
}
.job__price--w {
  border-top: 2px solid #f5f5f9;
  margin-top: 24px;
  padding-top: 24px;
}
.job__price--details {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.job__price--buttons {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.job__price--buttons .form__btn--block {
  flex: 1 1 50%;
}
.job__description {
  line-height: 1.2;
}
.job__description > * {
  margin-bottom: 12px;
}
.job__description blockquote {
  margin: 12px 0;
}
.profile__card--anchor {
  anchor-name: --profile__card;
}
.profile__card--block {
  margin: 12px 0;
}
.profile__card--block:last-child {
  margin-bottom: 0;
}
.profile__card--block p {
  margin: 12px 0;
}
.profile__card--link {
  text-decoration: none;
}
.profile__card--link:active,
.profile__card--link:focus,
.profile__card--link:hover {
  text-decoration: underline;
}
.profile__card--socials {
  list-style: none outside none;
}
.profile__card--socials li {
  margin: 8px 0;
}
.profile__card--socials li:last-child {
  margin-bottom: 0;
}
.profile__card--socials a {
  display: inline-block;
}
.profile__card--socials .sprite {
  margin-right: 4px;
}
.profile__card--popout {
  border-bottom: 2px solid #f5f5f9;
  margin-bottom: 24px;
  padding-bottom: 24px;
}
.profile__card--popover {
  max-width: 468px;
}
.popover {
  border: 1px solid var(--color-border-gray);
  border-radius: 6px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
  padding: 12px;
  position: absolute;
}
/* "block/activity" */
.activity--w {
  margin-top: 60px;
}
.activity__chart--bottom {
  background-color: var(--color-primary);
  border-radius: 32px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 60px;
}
.activity__chart--bottom-c {
  padding: 38px 28px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.activity__chart--bottom-w {
  width: calc(100% / 4);
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-right: 2px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 1200px) {
  .activity__chart--bottom-w {
    display: inline-block;
    width: calc(50% - 15px);
  }
  .activity__chart--bottom-w:nth-child(2) {
    border-right: 2px solid transparent;
  }
}
.activity__chart--bottom-w:last-child {
  border-right: 2px solid transparent;
}
.activity__chart--bottom-w--img {
  width: 76px;
  height: 76px;
  border-radius: 100%;
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--color-white);
}
.activity__chart--w {
  display: flex;
  margin: 0;
  justify-content: flex-start;
}
@media (max-width: 1200px) {
  .activity__chart--w {
    display: block;
    justify-content: start;
  }
}
.activity__chart--item {
  border-radius: 32px;
  padding: 24px;
  width: 184px;
}
@media (max-width: 1200px) {
  .activity__chart--item {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
  }
  .activity__chart--item:nth-child(2) {
    margin-right: 15px!important;
  }
}
.activity__chart--item-border {
  border: 2px solid #F5F5F9;
}
.activity__chart--item-title {
  color: #fff;
  line-height: 16px;
  font-family: var(--pfont);
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 16px;
}
.activity__chart--item-price {
  color: #fff;
  line-height: 40px;
  font-family: var(--pfont);
  font-weight: normal;
  font-size: 40px;
  margin-bottom: 6px;
}
.activity__chart--item-pnl-s {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: normal;
  font-size: 14px;
  color: #50d091;
}
.activity__chart--item-pnl-t {
  line-height: 10px;
  font-family: var(--pfont);
  font-weight: normal;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.5);
}
.activity__chart--item-black {
  background: var(--color-black);
}
.activity__chart--item-blue {
  background: #7BB0FF;
}
.activity__chart--item-w {
  margin: 0 12px;
  padding: 0;
}
@media (max-width: 1200px) {
  .activity__chart--item-w {
    display: inline-block;
    width: calc(50% - 10px);
  }
  .activity__chart--item-w:nth-child(2) {
    margin-right: 15px!important;
  }
  .activity__chart--item-w:nth-child(4) {
    margin-right: 15px!important;
  }
}
.activity__chart--item-b {
  width: 372px;
}
@media (max-width: 1200px) {
  .activity__chart--item-b {
    width: 100%!important;
  }
}
.activity__chart--item-b-w {
  margin-left: 0;
}
@media (max-width: 1200px) {
  .activity__chart--item-b-w {
    display: block;
    width: 100%;
  }
  .activity__chart--item-b-w:nth-child(2) {
    margin-right: 15px!important;
  }
}
.activity__chart--item-chart {
  height: 170px;
}
.apexcharts-tooltip {
  opacity: 1!important;
  display: flex!important;
  width: 94px;
  border-radius: 10px!important;
  height: 28px;
  flex-direction: row;
}
.apexcharts-tooltip-title {
  width: 28px;
  border: none!important;
  background: transparent!important;
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: normal;
  font-size: 14px;
  border-right: 1px solid!important;
  padding: 3px!important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.apexcharts-tooltip-series-group {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: normal;
  font-size: 14px;
  width: calc(100% - 28px);
  padding-bottom: 0!important;
}
.apexcharts-tooltip-marker {
  display: none;
}
.apexcharts-tooltip-goals-group {
  display: none;
}
.apexcharts-tooltip-z-group {
  display: none;
}
.apexcharts-tooltip-text {
  line-height: 14px !important;
  font-family: var(--pfont) !important;
  font-weight: normal !important;
  font-size: 14px !important;
}
.cardBottom {
  background-color: var(--color-primary);
  border-radius: 32px;
  padding: 38px 28px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  margin-top: 44px;
}
@media (max-width: 1200px) {
  .cardBottom {
    display: inline-block;
    padding: 38px 0;
  }
}
@media (max-width: 767px) {
  .cardBottom {
    padding: 18px 20px;
  }
}
.cardBottom__item {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: calc(100% / 4);
  border-right: 2px solid rgba(255, 255, 255, 0.1);
}
.cardBottom__item:last-child {
  border-right: 2px solid transparent;
}
@media (max-width: 1200px) {
  .cardBottom__item {
    display: inline-block;
    width: calc(50% - 15px);
    padding: 0 14px;
  }
  .cardBottom__item:nth-child(2) {
    border-right: 2px solid transparent;
  }
}
@media (max-width: 1200px) and (min-width: 767px) {
  .cardBottom__item:nth-child(1) {
    margin-bottom: 40px;
  }
  .cardBottom__item:nth-child(2) {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cardBottom__item {
    width: 100%;
    border-right: 2px solid transparent;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0;
  }
  .cardBottom__item:last-child {
    border-bottom: 2px solid transparent;
  }
}
.cardBottom__item--img {
  width: 76px;
  height: 76px;
  border-radius: 100%;
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--color-white);
}
@media (max-width: 1200px) {
  .cardBottom__item--img {
    display: inline-block;
    margin-right: 16px;
  }
}
@media (max-width: 425px) {
  .cardBottom__item--img {
    width: 66px;
    height: 66px;
    margin-right: 8px;
  }
}
@media (max-width: 1200px) {
  .cardBottom__item--content {
    display: inline-block;
  }
}
.cardBottom__item--content-head {
  line-height: 16px;
  font-family: var(--pfont);
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: var(--color-white);
}
.cardBottom__item--content-value {
  line-height: 34px;
  font-family: var(--pfont);
  font-weight: 400;
  font-size: 34px;
  line-height: 46px;
  color: var(--color-white);
  margin: 12px 0 4px 0;
}
.cardBottom__item--content-interest {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: var(--color-white);
}
.cardBottom__item--content-interest span {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: var(--color-white);
  margin-left: 8px;
}
/* "block/card" */
/* "block/suggestion" */
@media (max-width: 1200px) {
  .suggestion__wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
}
.suggestion__wrapper:after {
  content: '';
  display: table;
  clear: both;
}
.suggestion__wrapper--left {
  width: 270px;
  border-right: 2px solid var(--color-border-gray);
  margin-top: 40px;
  padding-bottom: 40px;
  float: left;
}
@media (max-width: 1200px) {
  .suggestion__wrapper--left {
    width: 100%;
    border-right: 2px solid transparent;
  }
  .suggestion__wrapper--left .banner__btn--w {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .suggestion__wrapper--left .banner__btn--w a {
    max-width: 250px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.suggestion__wrapper--right {
  float: left;
  width: calc(100% - 278px);
  margin: 0 -10px;
  padding-left: 32px;
  margin-top: 40px;
}
@media (max-width: 1200px) {
  .suggestion__wrapper--right {
    padding: 0;
    width: 100%;
    margin: 12px 0 0 0;
  }
}
.suggestion__owner--img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  overflow: hidden;
}
.suggestion__owner-w {
  margin-left: 12px;
}
.suggestion__owner--name {
  line-height: 18px;
  font-family: var(--pfont);
  font-weight: 500;
  font-size: 18px;
  color: var(--color-black);
  line-height: 24px;
}
.suggestion__owner--status {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: var(--pfont);
  font-size: 14px;
  color: var(--color-gray-bold);
  line-height: 20px;
  margin-top: 4px;
}
.suggestion__list {
  width: 250px;
}
@media (max-width: 1200px) {
  .suggestion__list {
    width: 100%;
  }
}
.suggestion__list--owner {
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 2px solid var(--color-border-gray);
}
.suggestion__list--owner--img {
  width: 48px;
  height: 48px;
}
.suggestion__name {
  color: red;
}
.suggestion__item {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .suggestion__item {
    width: 100%;
    float: initial;
  }
}
.suggestion__item--w {
  padding: 0 0 0 10px;
  float: left;
  width: calc(100% - 470px);
}
@media (max-width: 1200px) {
  .suggestion__item--w {
    width: 360px;
  }
}
@media (max-width: 767px) {
  .suggestion__item--w {
    width: 100%;
    float: initial;
    padding: 0;
  }
}
.suggestion__item--w:not(:last-child) {
  margin-bottom: 17px;
}
.suggestion__item--b {
  width: 470px;
  padding: 0 10px;
}
@media (max-width: 1200px) {
  .suggestion__item--b {
    width: calc(100% - 360px);
  }
}
@media (max-width: 767px) {
  .suggestion__item--b {
    width: 100%;
    float: initial;
    margin-bottom: 20px;
    border-bottom: 2px solid var(--color-border-gray);
    padding: 0 10px 20px;
  }
}
.suggestion__item--b .suggestion__item--owner {
  width: 48px;
  height: 48px;
}
.suggestion__item--b .suggestion__item--img-w {
  max-width: 100%;
  margin-bottom: 26px;
  width: 450px;
  height: 378px;
}
.suggestion__item--b .suggestion__item--title {
  font-size: 24px;
  width: auto;
}
.suggestion__item--b .suggestion__item--details {
  width: 100%;
  margin-left: 0;
}
.suggestion__item--b .suggestion__item--details-w {
  width: calc(100% - 60px);
}
.suggestion__item--b .suggestion__item--author {
  margin-right: 12px;
}
.suggestion__item--img-w {
  border-radius: 20px;
  overflow: hidden;
  width: 140px;
  max-width: 140px;
}
@media (max-width: 767px) {
  .suggestion__item--img-w {
    max-width: 104px;
  }
}
.suggestion__item--details {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 160px);
  margin-left: 20px;
}
@media (max-width: 767px) {
  .suggestion__item--details {
    width: calc(100% - 124px);
  }
}
.suggestion__item--details-w {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.suggestion__item--title {
  color: var(--color-black);
  line-height: 18px;
  font-family: var(--pfontMedium);
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  width: 100%;
  margin-bottom: 4px;
  margin-top: 4px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 375px) {
  .suggestion__item--title {
    font-size: 16px;
  }
}
.suggestion__item--title-w {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  width: 100%;
  flex-wrap: wrap;
}
.suggestion__item--info {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.suggestion__item--tag {
  color: var(--color-primary);
  text-decoration: none;
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 500;
  font-size: 14px;
}
.suggestion__item--date {
  color: #9D9FB2;
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 400;
  font-size: 14px;
}
.suggestion__item--date-s {
  width: 100%;
}
.suggestion__item--file {
  text-decoration: none;
  line-height: 12px;
  font-family: var(--pfont);
  font-weight: 500;
  font-size: 12px;
  color: var(--color-black);
}
.suggestion__item--file-ext {
  color: rgba(4, 4, 5, 0.4);
}
/* "block/sectionHead" */
.headline__title {
  line-height: 36px;
  font-family: var(--sfontBold);
  font-weight: 700;
  font-size: 36px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  line-height: 52px;
}
@media (max-width: 767px) {
  .headline__title {
    font-size: 28px;
  }
}
.headline__title--icon {
  margin-left: 20px;
}
.headline__txt {
  line-height: 16px;
  font-family: var(--pfont);
  font-weight: 400;
  font-size: 16px;
  color: var(--color-gray-bold);
  line-height: 20px;
  margin-top: 4px;
}
/* "block/categories" */
.categories__wrapper-w {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  margin-left: -8px;
  margin-right: -8px;
  overflow: auto;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.categories__wrapper-w::-webkit-scrollbar {
  display: none;
}
.categories__wrapper--item {
  height: auto;
  border-radius: 20px;
  border: 2px solid var(--color-border-gray);
  padding: 24px 20px;
}
.categories__wrapper--item-w {
  width: 20%;
  padding: 0 8px;
}
@media (max-width: 996px) {
  .categories__wrapper--item-w {
    padding: 0 4px;
  }
}
@media (max-width: 767px) {
  .categories__wrapper--item-w {
    min-width: 160px;
    text-align: center;
  }
}
.categories__wrapper--img {
  width: 60px;
  height: 60px;
  background-color: var(--color-border-gray);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .categories__wrapper--img {
    margin: 0 auto;
  }
}
.categories__wrapper--img-w {
  width: 36px;
  height: 36px;
}
.categories__wrapper--title {
  line-height: 16px;
  font-family: var(--pfont);
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin-top: 20px;
  color: var(--color-black);
}
.categories__wrapper--tags {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-top: 12px;
  color: var(--color-gray-bold);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .categories__wrapper--tags {
    display: none;
  }
}
/* "block/description" */
.description .headline__title {
  color: var(--color-black);
  display: block;
  margin-bottom: 28px;
  text-align: center;
}
.description__wrapper {
  display: flex;
}
@media (max-width: 767px) {
  .description__wrapper {
    display: block;
  }
}
.description__wrapper--centered {
  justify-content: center;
}
.description__wrapper--w {
  width: calc(100% / 4);
  margin-left: 28px;
}
.description__wrapper--w:first-child {
  margin-left: 0;
}
@media (max-width: 767px) {
  .description__wrapper--w {
    margin-left: 0;
    width: 100%;
    margin-bottom: 28px;
  }
}
.description__wrapper--w figure {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.description__wrapper--title {
  line-height: 28px;
  font-family: var(--sfont);
  font-weight: 400;
  font-size: 28px;
  color: var(--color-black);
  line-height: 30px;
  text-align: center;
}
.description__wrapper--title-sm {
  line-height: 16px;
  font-family: var(--pfont);
  font-weight: 400;
  font-size: 16px;
  color: var(--color-black);
}
.description__wrapper--txt {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 400;
  font-size: 14px;
  color: var(--color-black-op50);
  margin-top: 16px;
  line-height: 20px;
  text-align: justify;
}
.description__wrapper figure {
  margin: 0;
}
/* "block/collections" */
.collections__wrapper {
  position: relative;
}
.collections__wrapper--head {
  display: flex;
  align-items: center;
}
@media (max-width: 1064px) {
  .collections__wrapper--head {
    justify-content: space-between;
  }
}
@media (max-width: 375px) {
  .collections__wrapper--head {
    flex-direction: column;
  }
}
.collections__wrapper--content {
  display: flex;
  justify-content: space-between;
  margin-top: 34px;
}
@media (max-width: 1064px) {
  .collections__wrapper--content {
    overflow: scroll;
  }
}
.collections__wrapper--content::-webkit-scrollbar {
  width: 12px;
}
.collections__wrapper--content::-webkit-scrollbar-track {
  display: none;
}
.collections__wrapper--content-w {
  width: 220px;
  text-decoration: none;
}
@media (max-width: 1064px) {
  .collections__wrapper--content-w {
    margin-right: 12px;
  }
}
.collections__title {
  line-height: 36px;
  font-family: var(--sfontBold);
  font-weight: 700;
  font-size: 36px;
  line-height: 52px;
  margin-right: 44px;
}
@media (max-width: 767px) {
  .collections__title {
    font-size: 28px;
    margin-right: 0;
  }
}
@media (max-width: 340px) {
  .collections__title {
    font-size: 25px;
  }
}
.collections__links--tags {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  color: var(--color-black);
  padding: 6px 12px;
  margin-right: 2px;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
}
@media (max-width: 1064px) {
  .collections__links--tags {
    display: none;
  }
}
.collections__links--tags:last-child {
  border: 2px solid var(--color-border-gray);
  padding: 10px 23px;
  margin-right: 0;
}
@media (max-width: 1064px) {
  .collections__links--tags:last-child {
    display: block;
    padding: 10px 5px;
  }
}
.collections__links--tags:last-child--tags:hover {
  border: transparent;
}
.collections__links--tags:hover {
  color: var(--color-white);
  background-color: var(--color-black);
}
.collections__slider {
  position: relative;
}
.collections__slider--img {
  width: 100%;
  height: 240px;
  border-radius: 20px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.collections__slider .slick-dots {
  position: absolute;
  top: 216px;
  left: 0;
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: flex-start;
  padding: 0 12px;
}
.collections__slider .slick-dots li {
  margin: 0;
  list-style: none;
}
.collections__slider .slick-dots li button {
  width: auto;
  height: auto;
  background-color: transparent;
  color: transparent;
  border: none;
}
.collections__slider .slick-dots li button:before {
  content: '';
  position: absolute;
  background-color: var(--color-black-02);
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.collections__slider .slick-dots .slick-active button:before {
  background-color: var(--color-black);
}
.collections__detail {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}
.collections__detail--title {
  line-height: 18px;
  font-family: var(--pfont);
  font-weight: 500;
  font-size: 18px;
  margin-top: 4px;
  line-height: 24px;
  color: var(--color-black);
}
.collections__detail--tag {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--color-primary);
}
.collections__detail--item-w {
  width: 100%;
}
.collections__owner--w {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0px;
}
.collections__owner--img-w {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0px;
}
.collections__owner--tag {
  line-height: 12px;
  font-family: var(--pfont);
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: var(--color-gray-bold);
  margin-top: 8px;
}
.collections__owner--txt {
  margin-top: 6px;
  display: flex;
  align-items: center;
  line-height: 12px;
  font-family: var(--pfont);
  font-weight: 500;
  font-size: 12px;
}
.collections__owner--txt span {
  margin-right: 6px;
}
.collections__dot {
  width: 220px;
  display: flex;
  justify-content: flex-start;
  padding-left: 12px;
}
.collections__dot li {
  list-style: none;
  margin-right: 6px;
}
.collections__dot li button {
  background-color: var(--color-black-02);
  border: none;
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.collections__dot .slick-active button {
  background-color: var(--color-black);
}
.collections__dot--w {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  right: 0;
  bottom: 120px;
}
/* "block/feature" */
.feature__wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 2px solid var(--color-border-gray);
  padding: 64px 0;
}
@media (max-width: 767px) {
  .feature__wrapper {
    display: block;
    padding: 32px 0;
  }
}
@media (max-width: 1120px) {
  .feature__wrapper {
    padding: 32px 0;
  }
}
.feature__wrapper--left {
  width: 290px;
  position: relative;
  height: fit-content;
}
@media (max-width: 968px) {
  .feature__wrapper--left {
    width: 280px;
    margin-right: 16px;
  }
}
@media (max-width: 767px) {
  .feature__wrapper--left {
    width: 222px;
    margin-bottom: 28px;
  }
}
.feature__wrapper--right {
  width: 595px;
}
@media (max-width: 968px) {
  .feature__wrapper--right {
    width: calc(100% - 296px);
  }
}
@media (max-width: 767px) {
  .feature__wrapper--right {
    width: 100%;
    margin-right: 0px;
  }
}
.feature__head {
  line-height: 60px;
  font-family: var(--sfont);
  font-weight: 700;
  font-size: 60px;
  line-height: 56px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .feature__head {
    font-size: 44px;
    margin-bottom: 30px;
  }
}
.feature__icon {
  width: 92px;
  height: 92px;
  background-color: var(--color-border-gray);
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
}
.feature__txt {
  line-height: 16px;
  font-family: var(--pfont);
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: var(--color-gray-bold);
  padding-bottom: 60px;
  border-bottom: 1px solid var(--color-black);
}
.feature__title {
  line-height: 10px;
  font-family: var(--pfont);
  font-weight: 600;
  font-size: 10px;
  line-height: 14px;
  margin-top: 22px;
}
.feature__content {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  margin-top: 20px;
}
.feature__content--head {
  line-height: 28px;
  font-family: var(--sfont);
  font-weight: 400;
  font-size: 28px;
  line-height: 30px;
}
.feature__content + .feature__content--head {
  margin-top: 22px;
}
.feature__content--list {
  padding-left: 18px;
}
.feature__content--list-unstyled {
  list-style: none;
}
.feature__cta {
  text-align: center;
  font-size: 16px;
  display: flex;
  flex-direction: column;
}
.feature__cta--h {
  display: block;
  text-align: center;
  text-transform: uppercase;
}
.feature__cta--l {
  display: block;
}
.feature__author {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 48px;
}
.feature__author--img {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  margin-right: 12px;
}
.feature__author--info-txt {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
}
.feature__author--info-link {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: var(--color-black);
  text-transform: uppercase;
}
/* "block/items" */
.items__wrapper--nav {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid var(--color-gray-bold);
  padding-bottom: 8px;
}
.items__wrapper--tagsOwner {
  display: flex;
  justify-content: space-between;
  background-color: var(--color-white);
  border-radius: 10px;
  padding: 8px 10px;
  align-items: center;
  height: 56px;
  margin-top: 40px;
  border: 2px solid var(--color-border-gray);
}
.items__wrapper--tags {
  display: flex;
  justify-content: space-between;
  background-color: var(--color-tags);
  border-radius: 20px;
  padding: 8px 10px;
  align-items: center;
  height: 56px;
  margin-top: 40px;
}
@media (max-width: 993px) {
  .items__wrapper--tags {
    display: none;
  }
}
.items__wrapper--content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .items__wrapper--content {
    display: block;
  }
}
.items__left {
  width: 236px;
  margin-top: 44px;
}
@media (max-width: 1200px) {
  .items__left {
    margin-right: 14px;
  }
}
@media (max-width: 992px) {
  .items__left {
    width: 100%;
  }
}
.items__right {
  width: 928px;
  margin-top: 10px;
}
@media (max-width: 1200px) {
  .items__right {
    width: calc(100% -250px);
  }
}
@media (max-width: 992px) {
  .items__right {
    width: 100%;
  }
}
.items__right .collections__wrapper {
  margin-bottom: 48px;
}
.items__radio {
  width: 100%;
}
@media (max-width: 992px) {
  .items__radio {
    display: none;
  }
}
.items__radio--list {
  width: 100%;
  display: block;
  border-radius: 42px;
  border: 2px solid var(--color-border-gray);
  margin-top: 6px;
}
.items__radio--list:first-child {
  margin-top: 0;
}
.items__radio--list:last-child {
  margin-bottom: 24px;
}
.items__radio--input {
  display: none;
}
.items__radio--input:checked + label:before {
  background-color: transparent;
  width: 16px;
  height: 16px;
  border-width: 2px;
}
.items__radio--input:checked + label:after {
  width: 8px;
  height: 8px;
}
.items__radio--label {
  line-height: 16px;
  font-family: var(--pfont);
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
  display: inline-block;
  user-select: none;
  padding: 12px 16px 12px 48px;
  position: relative;
  margin-bottom: 0;
  width: 100%;
  color: var(--color-black);
  text-decoration: none;
}
.items__radio--label-txt {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--color-gray-bold);
}
.items__radio--label:before {
  transition: all 250ms cubic-bezier(0.4, 0.25, 0.3, 1);
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid var(--color-gray-bold);
  font-size: 0;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.items__radio--label:after {
  transition: all 250ms cubic-bezier(0.4, 0.25, 0.3, 1);
  content: "";
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: var(--color-gray-bold);
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.items__radio--label.checked:before {
  background-color: transparent;
  width: 16px;
  height: 16px;
  border-width: 2px;
}
.items__radio--label.checked:after {
  width: 8px;
  height: 8px;
}
.items__selectOption {
  width: 100%;
}
@media (max-width: 992px) {
  .items__selectOption {
    display: none;
  }
}
.items__selectOption--title {
  color: var(--color-gray-bold);
  display: block;
  line-height: 16px;
  font-family: var(--pfont);
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 6px;
}
.items__selectOption--select {
  width: 100%;
  padding: 10px;
  color: var(--color-black);
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 500;
  font-size: 14px;
  border-radius: 12px;
  outline: none;
  border: 2px solid var(--color-border-gray);
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  line-height: 20px;
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: 95% 18px;
  margin-bottom: 20px;
}
.items__selectOption--toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.items__selectOption--toggle:hover {
  color: var(--color-primary);
  color: var(--color-gray);
}
.items__btns {
  padding: 0 0 20px;
}
.items__reset {
  border-top: 2px solid var(--color-border-gray);
  padding: 20px 0;
}
@media (max-width: 992px) {
  .items__reset {
    display: none;
  }
}
.items__reset a {
  display: flex;
  align-items: center;
  color: var(--color-black);
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}
.items__reset a span {
  margin-right: 8px;
}
.items__link {
  line-height: 24px;
  font-family: var(--sfont);
  font-weight: 700;
  font-size: 24px;
  line-height: 44px;
  text-decoration: none;
  color: var(--color-gray-bold);
  margin: 0 24px;
}
.items__link:active,
.items__link:focus,
.items__link:hover {
  color: var(--color-black);
}
@media (max-width: 767px) {
  .items__link {
    margin: 0 4px;
    line-height: 22px;
    font-size: 16px;
    font-weight: 400;
  }
}
.items-active {
  color: var(--color-black);
  position: relative;
}
.items-active:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: var(--color-primary);
  bottom: -9px;
  right: 0;
  border-radius: 20px;
}
.items__total {
  display: flex;
  margin-right: 22px;
}
.items__total--count {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--color-black);
}
.items__total--txt {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--color-gray-bold);
}
.items__toolbar {
  display: block;
}
.items__tag-w {
  line-height: 16px;
  font-family: var(--pfont);
  font-weight: 600;
  font-size: 16px;
  color: var(--color-gray-bold);
  line-height: 20px;
  text-decoration: none;
  padding: 10px 28px;
  border-radius: 20px;
  margin-right: 4px;
  transition: 0.3s ease-in-out;
}
.items__tag-w:hover {
  background-color: var(--color-white);
  color: var(--color-black);
}
.items__tag-active {
  background-color: var(--color-white);
  color: var(--color-black);
}
.items__tagOwner-wOwner {
  line-height: 16px;
  font-family: var(--pfont);
  font-weight: 600;
  font-size: 16px;
  color: var(--color-gray-bold);
  line-height: 20px;
  text-decoration: none;
  padding: 10px 28px;
  border-radius: 10px;
  margin-right: 4px;
  transition: 0.3s ease-in-out;
}
.items__tagOwner-wOwner:hover {
  background-color: var(--color-border-gray);
  color: var(--color-black);
}
.items__tagOwner-active {
  background-color: var(--color-border-gray);
  color: var(--color-black);
}
.items .pagination {
  padding-left: 8px;
}
@media (max-width: 575px) {
  .items .pagination {
    padding-left: 0;
  }
}
.items .selectMobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  display: none;
}
@media (max-width: 992px) {
  .items .selectMobile {
    display: flex;
  }
}
.items .selectMobile .items__selectOption--select {
  width: 155px;
  margin-bottom: 0;
}
.items .selectMobile button {
  width: 155px;
  padding: 8px 10px;
  color: var(--color-black);
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 500;
  font-size: 14px;
  border-radius: 12px;
  outline: none;
  border: 2px solid var(--color-border-gray);
  background-color: var(--color-white);
}
.items .selectMobileContent {
  width: 100%;
  height: 100vh;
  background-color: white;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  padding: 16px;
  display: none;
  overflow: scroll;
}
.items .selectMobileContent .headFilter {
  background-color: var(--color-border-gray);
  border-radius: 12px;
  padding: 6px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.items .selectMobileContent .headFilter p {
  line-height: 24px;
  font-family: var(--sfont);
  font-weight: 700;
  font-size: 24px;
  line-height: 44px;
}
.items .selectMobileContent .headFilter button {
  border: none;
  background-color: transparent;
  padding: 10px;
}
.items .selectMobileContent .contentFilter {
  margin-top: 28px;
}
.items .selectMobileContent .contentFilter .items__reset {
  display: block !important;
}
.items__left .items__reset {
  display: block !important;
}
.filter__toggle--hdr button {
  line-height: 24px;
  font-family: var(--sfont);
  font-weight: 700;
  font-size: 24px;
  line-height: 44px;
  background-color: var(--color-border-gray);
  border-radius: 12px;
  padding: 6px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: none;
}
@media (min-width: 993px) {
  .filter__toggle--hdr {
    display: none;
  }
}
.filter__toggle--hdr .sprite--cancelBlack {
  display: none;
}
.filter__toggle--hdr .sprite--cancelBlack {
  margin-right: 10px;
}
.open .filter__toggle--hdr .sprite--cancelBlack {
  display: inline-block;
}
@media (max-width: 992px) {
  .filter__wrapper {
    display: none;
    margin: 10px 0 0 10px;
  }
}
.open .filter__wrapper {
  display: block;
}
.filter__selector {
  display: none;
}
:target .filter__selector,
.open .filter__selector {
  margin-bottom: 16px;
  display: block;
}
.filter__selector--title {
  line-height: 16px;
  font-family: var(--pfont);
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.filter__selector--title .close {
  color: var(--color-black);
  padding: 0 8px;
  text-decoration: none;
  opacity: 0.5;
}
.filter__selector--title .close:active,
.filter__selector--title .close:focus,
.filter__selector--title .close:hover {
  opacity: 1;
}
.filter__selector--list {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 500;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.filter__selector--list li {
  display: inline-block;
  margin: 0 0.5rem 0.75rem 0;
}
.filter__selector--item {
  border: 1px solid var(--color-gray-bold);
  border-radius: 8px;
  color: var(--color-gray);
  display: block;
  font-weight: 500;
  padding: 0.75rem 0.5rem;
  transition: all 125ms ease-in-out;
  text-decoration: none;
}
.filter__selector--item.selected {
  color: var(--color-primary);
}
.filter__selector--item:hover {
  background: var(--color-white);
  border-color: var(--color-gray);
  color: var(--color-primary);
}
/* "block/cids" */
.cids {
  /*&__pill {
    border: 2px solid @color-border-gray;
    border-radius: 42px;
    .fonts-native(16px,600,@pfont);
    line-height: 20px;
    cursor: pointer;
    display: inline-block;
    user-select: none;
    padding: 12px 18px;
    position: relative;
    margin: 0;
    color: @color-black;
    text-decoration: none;
    width: 100%;

    transition: all 250ms cubic-bezier(0.4, 0.25, 0.3, 1);

    &--txt {
      //.fonts-native(14px,500,@pfont);
      //line-height: 20px;
      font-weight: 500;
      color: @color-gray-bold;
    }

    &.selected {
      background-color: #F5F5F9;
      border-color: #F5F5F9;
      color: #040405;
    }
    &:hover,
    &:active,
    &:focus {
			background-color: rgba(89, 94, 246, 0.06);
			border-color: rgba(89, 94, 246, 0.12);
			color: #595EF6;
    }

    &--list {
      width: 100%;
      @media (max-width: 992px) {
        display: none;
      }

      ul{
        list-style: none inside none;
        margin: 0;
      }
      li{
        margin: 0;
        padding: 0;

        &:last-child {
          margin-bottom: 24px;
        }
      }
      li+li{
        margin-top: 6px;
      }
    }
	}*/
}
.cids__wrapper--nav {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid var(--color-gray-bold);
  padding-bottom: 8px;
}
.cids__wrapper--tagsOwner {
  display: flex;
  justify-content: space-between;
  background-color: var(--color-white);
  border-radius: 10px;
  padding: 8px 10px;
  align-items: center;
  height: 56px;
  margin-top: 40px;
  border: 2px solid var(--color-border-gray);
}
.cids__wrapper--tools {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  background-color: var(--color-tags);
  border-radius: 22px;
  padding: 4px;
  margin-top: 40px;
}
@media (max-width: 993px) {
  .cids__wrapper--tools {
    display: none;
  }
}
.cids__wrapper--tools .btn {
  border-radius: 20px;
}
.cids__wrapper--content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cids__wrapper--content {
    display: block;
  }
}
.cids__wrapper--select {
  color: var(--color-black);
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 500;
  font-size: 14px;
  border: 2px solid var(--color-border-gray-op50);
  border-radius: 20px;
  padding: 12px 25px;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
}
.cids__left {
  width: 236px;
  margin-top: 44px;
}
@media (max-width: 992px) {
  .cids__left {
    width: 100%;
  }
}
@media (min-width: 993px) {
  .cids__left {
    margin-right: 14px;
    padding-left: 22px;
  }
}
.cids__right {
  width: 928px;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cids__right {
    width: 100%;
  }
}
@media (min-width: 993px) {
  .cids__right {
    width: calc(100% - 250px);
  }
}
.cids__right .collections__wrapper {
  margin-bottom: 48px;
}
.cids__type {
  line-height: 16px;
  font-family: var(--pfont);
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  margin: 0;
  color: var(--color-gray-bold);
  text-decoration: none;
  width: 100%;
}
.cids__type--txt {
  font-weight: 500;
  color: var(--color-gray-bold);
}
.cids__type.selected {
  color: var(--color-black);
}
.cids__type:hover,
.cids__type:active,
.cids__type:focus {
  color: var(--color-primary);
}
.cids__type--list {
  width: 100%;
}
.cids__type--list ul {
  list-style: none inside none;
  margin: 0;
}
.cids__type--list li {
  margin: 0;
  padding: 0;
}
.cids__type--list li:last-child {
  margin-bottom: 24px;
}
.cids__type--list li + li {
  margin-top: 6px;
}
.cids__filter--hdr {
  color: var(--color-gray);
  line-height: 16px;
  font-family: var(--pfont);
  font-weight: 700;
  font-size: 16px;
  margin: 24px 0 20px;
}
.cids__filter--list {
  width: 100%;
}
.cids__filter--list ul {
  list-style: none inside none;
  margin: 0;
}
.cids__filter--list li {
  margin: 0;
  padding: 0;
}
.cids__filter--title {
  color: var(--color-gray-bold);
  display: block;
  line-height: 16px;
  font-family: var(--pfont);
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 6px;
  text-decoration: none;
}
.cids__filter--toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.cids__filter--toggle:hover {
  color: var(--color-primary);
  color: var(--color-gray);
}
.cids__btns {
  padding: 0 0 20px;
}
.cids__reset {
  border-top: 2px solid var(--color-border-gray);
  padding: 20px 0;
}
@media (max-width: 992px) {
  .cids__reset {
    display: none;
  }
}
.cids__reset a {
  display: flex;
  align-items: center;
  color: var(--color-black);
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}
.cids__reset a span {
  margin-right: 8px;
}
.cids__link {
  line-height: 24px;
  font-family: var(--sfont);
  font-weight: 700;
  font-size: 24px;
  line-height: 44px;
  text-decoration: none;
  color: var(--color-gray-bold);
  margin: 0 24px;
}
.cids__link:active,
.cids__link:focus,
.cids__link:hover {
  color: var(--color-black);
}
@media (max-width: 767px) {
  .cids__link {
    margin: 0 4px;
    line-height: 22px;
    font-size: 16px;
    font-weight: 400;
  }
}
.cids-active {
  color: var(--color-black);
  position: relative;
}
.cids-active:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: var(--color-primary);
  bottom: -9px;
  right: 0;
  border-radius: 20px;
}
.cids__total {
  display: flex;
  margin-right: 22px;
}
.cids__total--count {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--color-black);
}
.cids__total--txt {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--color-gray-bold);
}
.cids__toolbar {
  display: flex;
  align-items: stretch;
}
.cids__sort--wrapper {
  display: flex;
  flex-direction: column;
}
.cids__sort--selector {
  display: none;
  position: relative;
}
.cids__sort--selector:target,
.open .cids__sort--selector {
  display: block;
}
.cids__sort--selector ul {
  line-height: 14px;
  font-family: var(--pfontMedium);
  font-weight: 400;
  font-size: 14px;
  background-color: var(--color-white);
  border: 1px solid var(--color-border-gray);
  position: absolute;
  list-style: none inside none;
  margin: 0;
  padding: 0;
  top: -10px;
  left: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 4px 20px 48px rgba(4, 4, 5, 0.06);
}
.cids__sort--selector li {
  margin: 0;
  padding: 0;
}
.cids__sort--selector a {
  color: var(--color-black);
  display: block;
  padding: 12px 50px;
  text-decoration: none;
  white-space: nowrap;
}
.cids__sort--selector a:active,
.cids__sort--selector afocus,
.cids__sort--selector a:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
}
.cids__tag-w {
  line-height: 16px;
  font-family: var(--pfont);
  font-weight: 600;
  font-size: 16px;
  color: var(--color-gray-bold);
  line-height: 20px;
  text-decoration: none;
  padding: 10px 28px;
  border-radius: 20px;
  margin-right: 4px;
  transition: 0.3s ease-in-out;
}
.cids__tag-w:hover {
  background-color: var(--color-white);
  color: var(--color-black);
}
.cids__tag-active {
  background-color: var(--color-white);
  color: var(--color-black);
}
.cids__tagOwner-wOwner {
  line-height: 16px;
  font-family: var(--pfont);
  font-weight: 600;
  font-size: 16px;
  color: var(--color-gray-bold);
  line-height: 20px;
  text-decoration: none;
  padding: 10px 28px;
  border-radius: 10px;
  margin-right: 4px;
  transition: 0.3s ease-in-out;
}
.cids__tagOwner-wOwner:hover {
  background-color: var(--color-border-gray);
  color: var(--color-black);
}
.cids__tagOwner-active {
  background-color: var(--color-border-gray);
  color: var(--color-black);
}
.cids .pagination {
  padding-left: 8px;
}
@media (max-width: 575px) {
  .cids .pagination {
    padding-left: 0;
  }
}
.cids__left .cids__reset {
  display: block !important;
}
/* "block/pagination" */
.pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pagination ul {
  list-style: none;
  border: 1px solid var(--color-gray-bold);
  border-radius: 10px;
  padding-right: 3px;
}
.pagination ul li {
  display: inline-block;
  border-right: 1px solid var(--color-gray-bold);
  margin-right: -4px;
  padding: 2px;
}
.pagination ul li:last-child {
  border-right: 1px solid transparent;
}
.pagination ul li a {
  text-decoration: none;
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: var(--color-gray-bold);
  border-radius: 8px;
  display: flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
}
.pagination ul li a:hover {
  background-color: var(--color-black);
  color: white;
}
.pagination ul li .active {
  background-color: var(--color-black);
  color: white;
}
.pagination ul li.disabled {
  opacity: 0.5;
}
.pagination ul li.disabled a:hover {
  background-color: var(--color-white);
  color: var(--color-gray-bold);
}
.pager__w {
  display: inline-flex;
  align-items: center;
}
.pager__label {
  margin-right: 1rem;
}
.pager__btn--group {
  display: flex;
  justify-items: stretch;
}
.pager__btn--group .btn {
  border-radius: 0;
  border-right-width: 0;
  padding: 8px;
}
.pager__btn--group .btn:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pager__btn--group .btn:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right-width: 2px;
}
/* "block/discover" */
.discover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.discover-btn {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
  cursor: pointer;
  margin-right: 8px;
}
.discover__creator-directory--header {
  line-height: 16px;
  font-family: var(--pfont);
  font-weight: 500;
  font-size: 16px;
  margin: 22px 0 0 64px;
}
.discover__creator-directory--header a {
  color: var(--color-black);
  text-decoration: none;
}
.discover__creator-directory--header a:active,
.discover__creator-directory--header a:focus,
.discover__creator-directory--header a:hover {
  color: var(--color-primary);
  text-decoration: underline;
}
.discover__wrapper {
  z-index: 10;
}
.discover__wrapper--head {
  font-family: var(--sfont);
  font-weight: 700;
  font-size: 68px;
  line-height: 68px;
  color: var(--color-white);
  text-align: center;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .discover__wrapper--head {
    font-size: 36px;
    line-height: 48px;
  }
}
.discover__wrapper--txt {
  line-height: 16px;
  font-family: var(--pfont);
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: var(--color-white);
  text-align: center;
}
.discover__wrapper--tags {
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .discover__wrapper--tags {
    display: none;
  }
}
.discover__wrapper--selectMobileBtn {
  display: inline-block;
  margin-top: 15px;
}
.discover__wrapper--selectMobileBtn select {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 500;
  font-size: 14px;
  width: 100px;
  margin-bottom: 0;
  min-height: 48px;
  border-radius: 16px;
  border: none;
  padding-top: 16px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
}
.discover__wrapper--mobile {
  align-items: center;
  justify-content: space-between;
  display: none;
}
@media (max-width: 767px) {
  .discover__wrapper--mobile {
    display: block;
  }
}
.discover__wrapper--mobile .discover__wrapper--search {
  display: flex;
}
.discover__wrapper--search {
  display: flex;
  background-color: var(--color-white);
  border-radius: 16px;
  margin-top: 48px;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px;
}
@media (max-width: 767px) {
  .discover__wrapper--search {
    margin-top: 16px;
    height: 48px;
    padding-left: 12px;
  }
}
.discover__wrapper--search input {
  outline: none;
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--color-gray-bold);
  flex: 1 1 auto;
  border: none;
  height: 30px;
}
@media (max-width: 767px) {
  .discover__wrapper--search input {
    width: 100%;
  }
}
.discover__wrapper--search ul {
  display: flex;
}
@media (max-width: 767px) {
  .discover__wrapper--search ul {
    display: none;
  }
}
.discover__wrapper--search ul li {
  list-style: none;
  margin: 12px 0 12px 8px;
}
.discover__wrapper--search ul li:first-child {
  border-left: 1px solid var(--color-black-02);
  padding-left: 8px;
}
.discover__wrapper--search ul li button {
  line-height: 16px;
  font-family: var(--pfont);
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--color-gray-bold);
  border: none;
  background-color: transparent;
  display: block;
  padding: 8px 18px;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.discover__wrapper--search ul li button:hover {
  color: var(--color-white);
  background-color: var(--color-black);
}
.discover__wrapper--search ul li .active {
  color: var(--color-white);
  background-color: var(--color-black);
}
@media (max-width: 767px) {
  .discover__wrapper--search--search-filters {
    display: block;
  }
}
.discover__tag {
  color: var(--color-white);
  text-decoration: none;
}
.discover__tag:active,
.discover__tag:focus,
.discover__tag:hover {
  text-decoration: underline;
}
.overlay {
  width: 100%;
  height: 100%;
  background-color: var(--color-rectangel);
  padding: 80px 0;
}
@media (max-width: 767px) {
  .overlay {
    padding: 40px 0;
  }
}
/* "block/tagSlide" */
.tagSlide {
  width: 100%;
  position: relative;
  margin: 24px 0;
}
.tagSlide__slider {
  width: 100%;
}
.tagSlide__slider .slick-slide {
  margin: 0 14px;
}
.tagSlide__slider--item {
  width: 230px;
  height: 84px;
  border-radius: 10px;
}
.tagSlide__slider--arrows {
  position: absolute;
  top: 25%;
  left: 0;
  width: 100%;
  padding: 0;
}
.tagSlide__slider--arrows a {
  width: 44px;
  height: 44px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  box-shadow: 2px 4px 20px rgba(4, 4, 5, 0.32);
  position: absolute;
  top: 0;
}
.tagSlide__slider--arrows-prev {
  left: 20px;
}
.tagSlide__slider--arrows-next {
  right: 20px;
}
.tagSlide__img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /*&--1{
      background-image: url('/img/static/discover/c1.png');
    }
    &--2{
      background-image: url('/img/static/discover/c2.png');
    }
    &--3{
      background-image: url('/img/static/discover/c3.png');
    }
    &--4{
      background-image: url('/img/static/discover/c4.png');
    }*/
}
.tagSlide__img--rectangle {
  width: 100%;
  height: 100%;
  background-color: var(--color-rectangel);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tagSlide__img--rectangle p {
  line-height: 20px;
  font-family: var(--pfont);
  font-weight: 600;
  font-size: 20px;
  color: var(--color-white);
  text-transform: uppercase;
}
.tagSlide__img--rectangle p.profession {
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .tagSlide__img--rectangle p {
    font-size: 14px;
  }
  .tagSlide__img--rectangle p.profession {
    font-size: 12px;
  }
}
.tagSlide__img--text {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: stretch;
  text-decoration: none;
  padding: 0 20px;
}
a.tagSlide__img--text:active,
a.tagSlide__img--text:focus,
a.tagSlide__img--text:hover {
  text-decoration: underline;
}
.tagSlide__img--text-col {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tagSlide__img--text-col span {
  line-height: 20px;
  font-family: var(--pfont);
  font-weight: 600;
  font-size: 20px;
  color: var(--color-white);
  display: block;
  text-transform: uppercase;
}
.tagSlide__img--text-col span.profession {
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .tagSlide__img--text-col span {
    font-size: 14px;
  }
  .tagSlide__img--text-col span.profession {
    font-size: 12px;
  }
}
.tagSlide__img--avatar {
  border-radius: 50%;
  height: 64px;
  width: 64px;
}
/* "block/blog" */
.blog__wrapper--head {
  line-height: 48px;
  font-family: var(--pfont);
  font-weight: 600;
  font-size: 48px;
  line-height: 36px;
  color: var(--color-black);
  text-align: center;
  text-transform: uppercase;
}
.blog__wrapper--tag {
  list-style: none;
  text-align: center;
  margin: 14px 0;
}
.blog__wrapper--content {
  margin-top: 40px;
  text-align: center;
  display: flex;
  flex-flow: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .blog__wrapper--content {
    margin-top: 16px;
  }
}
.blog__item {
  width: 292px;
  text-decoration: none;
  margin: 0 14px 52px 14px;
  text-align: left;
}
@media (max-width: 970px) {
  .blog__item {
    width: calc(50% - 28px);
  }
}
@media (max-width: 575px) {
  .blog__item {
    width: 100%;
    margin: 16px 0;
  }
}
.blog__item--img {
  width: 100%;
  height: 210px;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 16px;
}
.blog__item--tag {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 500;
  font-size: 14px;
  color: var(--color-primary);
  line-height: 16px;
  margin-bottom: 8px;
}
.blog__item--txt {
  line-height: 20px;
  font-family: var(--pfont);
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-black);
  margin-bottom: 20px;
}
.blog__item--owner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog__item--owner-inner {
  margin-left: 20px;
}
.blog__item--owner-w p {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: var(--color-black);
  margin-bottom: 4px;
}
.blog__item--owner-w span {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: var(--color-gray-bold);
}
.blog__item--owner-img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.blog__list {
  margin: 14px 16px;
  display: inline-block;
}
@media (max-width: 767px) {
  .blog__list {
    margin: 14px 6px;
  }
}
.blog__list--link {
  background-color: black;
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: var(--color-primary);
  text-decoration: none;
  padding: 6px 16px;
  border-radius: 46px;
  background-color: var(--color-border-gray);
  display: block;
  transition: 0.3s ease-in-out;
}
.blog__list--link:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
}
/* "block/commons/inner" */
.blogInner__wrapper--head {
  line-height: 48px;
  font-family: var(--sfont);
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  color: var(--color-black);
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .blogInner__wrapper--head {
    font-size: 30px;
    line-height: 34px;
    text-align: center;
  }
}
.blogInner__wrapper--tag {
  line-height: 16px;
  font-family: var(--pfont);
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: var(--color-primary);
  margin-bottom: 12px;
}
.blogInner__wrapper--txt {
  line-height: 18px;
  font-family: var(--pfont);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: var(--color-black);
}
.blogInner__wrapper--txtHead {
  line-height: 18px;
  font-family: var(--pfont);
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: var(--color-black);
  margin-bottom: 16px;
  margin-top: 40px;
}
.blogInner__wrapper--img {
  width: 100%;
  height: 390px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 12px;
  margin-top: 22px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .blogInner__wrapper--img {
    height: 280px;
  }
}
.blogInner__wrapper--author {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 2px solid var(--color-border-gray);
}
.blogInner__wrapper--author-social p {
  line-height: 10px;
  font-family: var(--pfont);
  font-weight: 500;
  font-size: 10px;
  line-height: 20px;
  text-align: right;
  color: var(--color-black);
  margin-top: 4px;
}
/* "block/contact" */
.contact__wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 820px) {
  .contact__wrapper {
    display: block;
  }
}
.contact__wrapper--right {
  flex: 1 1 auto;
  margin-left: 5rem;
}
@media (max-width: 820px) {
  .contact__wrapper--right {
    margin-left: 0;
    width: 100%;
  }
}
.contact__wrapper--left {
  flex: 0 1 400px;
}
@media (max-width: 820px) {
  .contact__wrapper--left {
    width: 100%;
  }
}
.contact__form {
  margin: 0 0 28px;
}
.contact__form .form__textarea {
  height: auto;
}
.contact__txt {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--color-gray-bold);
}
.contact__miniHead {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 16px;
  color: var(--color-primary);
  text-transform: uppercase;
}
.contact__head {
  line-height: 72px;
  font-family: var(--sfont);
  font-weight: 700;
  font-size: 72px;
  line-height: 60px;
  margin-bottom: 28px;
  color: var(--color-black);
}
@media (max-width: 820px) {
  .contact__head {
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 12px;
  }
}
.contact__links {
  margin-top: 40px;
}
@media (max-width: 820px) {
  .contact__links {
    margin-top: 20px;
  }
}
.contact__links--head {
  line-height: 10px;
  font-family: var(--pfont);
  font-weight: 700;
  font-size: 10px;
  line-height: 20px;
  text-transform: uppercase;
}
.contact__links ul {
  list-style: none;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
@media (max-width: 767px) {
  .contact__links ul {
    display: block;
  }
}
.contact__links ul li {
  margin: 8px 0;
}
@media (max-width: 767px) {
  .contact__links ul li {
    display: inline-block;
    width: 48%;
  }
}
.contact__links ul li a {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--color-gray-bold);
  display: block;
  text-decoration: none;
}
.contact__links ul li a .sprite {
  margin-right: 12px;
}
.contact__links ul li a b {
  font-weight: inherit;
  text-decoration: underline;
}
.contact__links ul li a:hover,
.contact__links ul li a:active {
  color: var(--color-black);
}
/* "block/about" */
.about strong {
  color: var(--color-black);
}
.about__wrapper--head {
  padding: 0;
  margin-bottom: 36px;
}
.about__wrapper--work {
  margin-top: 72px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 575px) {
  .about__wrapper--work {
    display: block;
  }
}
.about__wrapper--cart {
  margin-top: 48px;
  column-count: 2;
}
@media (max-width: 575px) {
  .about__wrapper--cart {
    column-count: 1;
  }
}
.about__wrapper--dark {
  padding: 52px;
  background-color: var(--color-black);
  margin-top: 72px;
  border-radius: 28px;
  display: block;
  background-size: 54px;
  background-repeat: no-repeat;
  background-position-x: 97%;
  background-position-y: 32px;
}
@media (max-width: 767px) {
  .about__wrapper--dark {
    padding: 36px 20px;
    margin-top: 40px;
  }
}
.about__wrapper--primary {
  padding: 52px 104px;
  background-color: var(--color-primary);
  margin-top: 72px;
  border-radius: 28px;
  display: block;
  background-size: 54px;
  background-repeat: no-repeat;
  background-position-x: 97%;
  background-position-y: 90%;
}
@media (max-width: 767px) {
  .about__wrapper--primary {
    padding: 36px 30px;
    margin-top: 40px;
  }
}
.about__headTxt {
  line-height: 48px;
  font-family: var(--sfont);
  font-weight: 700;
  font-size: 48px;
  position: relative;
  margin: 0 auto 24px;
  max-width: 50rem;
  text-align: center;
}
.about__headTxt span {
  text-wrap: nowrap;
}
@media (max-width: 810px) {
  .about__headTxt {
    font-size: 36px;
    line-height: 1;
  }
}
@media (max-width: 810px) {
  .about__headTxt {
    font-size: 28px;
  }
}
.about__headTxt--sub {
  line-height: 28px;
  font-family: var(--pfont);
  font-weight: 600;
  font-size: 28px;
  color: #9D9FB2;
  line-height: 1.3;
  text-align: center;
  margin: 0 auto 12px;
  max-width: 50rem;
}
@media (max-width: 810px) {
  .about__headTxt--sub {
    font-size: 16px;
  }
}
.about__headTxt--text {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 400;
  font-size: 14px;
  color: #9D9FB2;
  line-height: 1.3;
  text-align: center;
  margin: 0 auto 48px;
  max-width: 50rem;
}
.about__headTxt--claim {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 700;
  font-size: 14px;
  color: var(--color-black);
  text-align: center;
}
.about__hashtag {
  line-height: 48px;
  font-family: var(--sfont);
  font-weight: 700;
  font-size: 48px;
  display: block;
  background-image: linear-gradient(to top, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 810px) {
  .about__hashtag {
    font-size: 36px;
    line-height: 1;
  }
}
.about__cta {
  font-family: var(--pfont);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about__cta--text {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.about__cta--text p {
  text-align: center;
  margin: 1.5rem 0;
}
.about__cta .form__btn {
  display: inline-flex;
  align-items: center;
}
.about__cta span {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}
.about__cta strong {
  color: var(--color-black);
  font-size: 14px;
  font-weight: 600;
  display: block;
}
@media (max-width: 767px) {
  .about__cta strong {
    font-size: smaller;
  }
}
.about__cta--vertical {
  display: flex;
}
.about__cta--vertical .about__cta--text {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.about__headRight {
  flex: 0 1 60%;
  text-align: right;
  padding-left: 22px;
}
@media (max-width: 767px) {
  .about__headRight {
    padding-left: 0;
    width: 100%;
  }
}
.about__headRight--link {
  font-family: var(--pfont);
  font-size: 12px;
  line-height: 1.5;
  color: var(--color-black-op50);
  display: block;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}
.about__headRight--link::after {
  background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIxUExURQAAADyy5Tyz5Tyz5jyz5Tyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5jyz5j2z5j+05kC05kC15kK150O150W250a350u46Ey56E256FC66FG76FS86Vq+6V7A6mDA6mXC6mfD62zF63PI7HnK7XvL7YHN7oPO7o7S75HT75bV8JjW8J7Y8abb8qzd8q7e87Df87Pg87bh87vj9L3k9MPm9cXn9cjo9srp9s3q9tDr9tLs99zw+ODx+OHx+OLy+OPy+eXz+ef0+er1+ez2+u32+vD3+vH4+vP4+vX5+/b6+/f6+/j6+/j7+/n7+x9hOzoAAAB6dFJOUwABAQECBAYHCAkKDA0REhMUFRYXGBkaGx0eICUoLC02Nz0+P0FHTE5PUVNUVVdYWVteYWRlZmdpcHJzdHV3en2Bg4WIiY6UlpmgoamtsbO0tri6v8DBycrMzc7R09TV1tff4OHk5efo6err7e7w8fLz9PX29/j7/P3+5rXLVQAAAh1JREFUGBmNwYdDjGEABvDHqqhsyt4hQlkZlZmVjIaR2RRCX/OeQ7LL3iNkZMtrx/vXuevuuvf9vvfu+v3gEDN15ab8A8XFBws2Z0wfiAiiknNOUWFtTYlGaINWlNKhPDMOZn0WlNGoIq0fDIbnMqSdo+EwqZRhVEyBTZLFsOqSoUmqYwT1c6CYXMOI6qahx8gy9kJlIvz6bmev5PWHTyqDmtu+dNxkCEvRLbacQc+kR/tVGh2Lh1cmFZ3S69fjZpqsgUdMBRVC+nTeddPpeCyA+VQJGfDuOp0WAthGlZA9/j6/TLs8ILaWKiEVPx42UVc/GDOoEVLz8TZ1s5FFjZA2b1qpWost1Ahp9+fpBQblopAaIZ2+3T/NgP04TI2QJi8ZcASV1Ahp1EK/alRSI6RRK/0slFAjpMlbN/2OYjc1Qjr9fnKeAYeQQ42QDq9aGLQDq6kR0ubDLarWYyY1Qmq+PzhLzTzE11MlpKKr7SJ1jaOAPKqEDOq4RrtdABZRJWTA5ztuOqQDiKuiQkifn4/O0ckaAo91VHyVXv9eXKFJNryGnWBQu/R4f4NGVgK6LWPQpdddn+65aZYFnwGFVJxxM4SiaPiNq2IvVE9Aj6QGRtQ4F4rFLkbgSodmSQPDcqXDZtZJhmGlwGH8Xoa0byIMojKraVS7KgZmCdk1dKjdOAahDV2+x0WFqyhjBCJITM3OL7ZIq6RgQ9pY2P0H0eS2Bir7I1UAAAAASUVORK5CYII=') no-repeat scroll center;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  transition: all 125ms ease-in-out;
}
.about__headRight--link:hover::after {
  opacity: 1;
}
.about__headRight--text {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  margin-top: 12px;
}
.about__title {
  color: var(--color-black);
  line-height: 40px;
  font-family: var(--sfont);
  font-weight: 700;
  font-size: 40px;
  display: block;
  margin-top: 2rem;
  margin-bottom: 16px;
  text-align: center;
}
.about__title span {
  text-wrap: nowrap;
}
.about__subtitle {
  color: var(--color-gray-bold);
  line-height: 25px;
  font-family: var(--sfont);
  font-weight: 700;
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 1.5rem;
  display: block;
  text-align: center;
}
.about__quote {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 400;
  font-size: 14px;
  margin-top: 16px;
  line-height: 20px;
  margin: 1rem 0;
  max-width: 50rem;
  position: relative;
}
.about__quote q {
  quotes: "“" "”" "‘" "’";
}
.about__quote span {
  color: var(--color-black-op50);
  text-wrap: nowrap;
}
.about__quote span:before {
  content: "-";
}
.about__quote span .text--white {
  color: var(--color-white);
}
.about__quote--no-border {
  border-left: 0;
  left: 0;
  padding-left: 0;
}
.about__quote--centered {
  text-align: center;
}
.about__text {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 400;
  font-size: 14px;
  color: var(--color-black-op50);
  margin-top: 16px;
  line-height: 20px;
  margin: 1rem 0;
  text-align: justify;
  text-wrap: pretty;
  max-width: 50rem;
}
.about__text strong {
  color: var(--color-black);
}
.about__text.text--white strong {
  color: var(--color-white);
}
.about__text--centered {
  margin-left: auto;
  margin-right: auto;
}
.about__text__founder {
  text-transform: uppercase;
}
.about__text__founder span {
  font-weight: 400;
}
.about__text__founder a {
  display: block;
  font-weight: 600;
}
.about__text--slogan {
  font-size: 16px;
  text-align: center;
  max-width: 100%;
  margin-top: 48px;
  text-transform: uppercase;
}
.about__list {
  padding-left: 1rem;
}
.about__list li {
  margin-bottom: 0.5rem;
}
.about__img {
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.025), 2px 4px 4px rgba(0, 0, 0, 0.025), 4px 8px 8px rgba(0, 0, 0, 0.025), 8px 16px 16px rgba(0, 0, 0, 0.025), 16px 32px 32px rgba(0, 0, 0, 0.025);
}
.about__img--border {
  border: 1px solid var(--color-gray-bold);
}
.about__img--title {
  line-height: 16px;
  font-family: var(--pfont);
  font-weight: 600;
  font-size: 16px;
  color: var(--color-black);
  line-height: 20px;
  margin: 22px 0;
  text-align: left;
}
@media (min-width: 767px) {
  .about__two-images {
    display: flex;
    flex-direction: row;
    gap: 32px;
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .about__two-images img {
    flex: 1 1 50%;
  }
}
@media (max-width: 767px) {
  .about__two-images img {
    margin: 1rem 0;
  }
}
.about__rightTxt {
  flex: 0 1 60%;
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--color-gray-bold);
}
@media (max-width: 767px) {
  .about__rightTxt {
    width: 100%;
  }
}
.about__videoTxt {
  line-height: 12px;
  font-family: var(--pfont);
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  text-align: right;
  margin-top: 16px;
  text-transform: uppercase;
}
.about__desTxt {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--color-gray-bold);
  margin-top: 16px;
  margin-bottom: 44px;
}
.about__featureHead {
  line-height: 16px;
  font-family: var(--pfont);
  font-weight: 700;
  font-size: 16px;
  line-height: 14px;
  border-top: 2px solid var(--color-border-gray);
  padding-top: 28px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 20px;
}
.about__featureList {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .about__featureList {
    display: block;
  }
}
.about__featureList ul {
  width: 424px;
  padding-left: 18px;
}
@media (max-width: 1200px) {
  .about__featureList ul {
    width: calc(50% - 18px);
  }
}
@media (max-width: 767px) {
  .about__featureList ul {
    width: calc(100% - 18px);
  }
}
.about__featureList ul li {
  margin: 12px 0;
}
.about__featureList ul li p {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
.about__workImg {
  width: 334px;
  height: 346px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1200px) {
  .about__workImg {
    background-size: contain;
    width: 200px;
    height: 200px;
    margin-right: 16px;
  }
}
@media (max-width: 575px) {
  .about__workImg {
    width: 100%;
  }
}
.about__workContent {
  width: 478px;
}
@media (max-width: 1200px) {
  .about__workContent {
    width: calc(100% - 216px);
  }
}
@media (max-width: 575px) {
  .about__workContent {
    width: 100%;
  }
}
.about__workContent--head {
  font-family: var(--sfont);
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .about__workContent--head {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 12px;
  }
}
.about__workContent--txt {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--color-gray-bold);
}
.about__cartTxt {
  padding: 48px 40px;
  background-color: var(--color-border-gray);
  border-radius: 28px;
  width: 468px;
  margin-bottom: 20px;
  display: inline-block;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .about__cartTxt {
    width: auto;
  }
}
@media (max-width: 767px) {
  .about__cartTxt {
    padding: 36px 20px;
  }
}
@media (max-width: 575px) {
  .about__cartTxt {
    width: 100%;
  }
}
.about__cartTxt--title {
  font-family: var(--pfont);
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: var(--color-primary);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.about__cartTxt--content {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--color-gray-bold);
  margin-top: 20px;
}
.about__darkTitle {
  font-family: var(--sfont);
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  color: var(--color-white);
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .about__darkTitle {
    font-size: 36px;
  }
}
.about__primaryTitle {
  font-family: var(--sfont);
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  color: var(--color-white);
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .about__primaryTitle {
    font-size: 36px;
  }
}
.about__primaryTitle--2ndline {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 600;
  font-size: 14px;
  color: var(--color-white);
  text-align: center;
  line-height: 1.2;
  margin-bottom: 32px;
}
.about__primaryTitle--text {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 400;
  font-size: 14px;
  color: var(--color-white);
  text-align: center;
  line-height: 1.2;
  margin-bottom: 32px;
}
.about__primarySubtitle {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 600;
  font-size: 14px;
  color: var(--color-white);
  margin: 1rem 0 0.5rem;
}
@media (max-width: 767px) {
  .about__primarySubtitle {
    margin-top: 2rem;
  }
}
.about__darkTxt {
  line-height: 14px;
  font-family: var(--sfont);
  font-weight: 600;
  font-size: 14px;
  color: var(--color-gray-bold);
  line-height: 22px;
}
.about__primaryTxt {
  line-height: 14px;
  font-family: var(--sfont);
  font-weight: 600;
  font-size: 14px;
  color: var(--color-white);
  line-height: 22px;
}
.about__primaryDown {
  color: var(--color-white);
  margin: 48px auto 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /*ul{
      list-style: none;
      li{
        margin-right: -18px;
        display: inline-block;
        div{
          border: 2px solid @color-primary;

        }
      }
    }*/
  /*p{
      .fonts-native(12px,600,@pfont);
      line-height: 16px;
      width: 330px;
      color: @color-white;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      margin-left: 32px;
      @media(max-width: 767px){
        width: 60%;
      }
    }*/
}
@media (max-width: 767px) {
  .about__primaryDown {
    display: block;
  }
}
.about__primaryDown--left {
  flex: 1 1 50%;
  margin-bottom: 48px;
}
.about__primaryDown--right {
  flex: 1 1 50%;
}
.about__primaryDown--title {
  line-height: 16px;
  font-family: var(--pfont);
  font-weight: 600;
  font-size: 16px;
}
.about__primaryDown .about__cta--text {
  font-size: 12px;
}
.about__primaryDown .about__cta--text strong {
  color: var(--color-white);
}
.about__primaryDown ul {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  list-style-position: outside;
  padding-left: 16px;
}
.about__primaryDown ul li + li {
  margin-top: 6px;
}
@media (max-width: 767px) {
  .about__primaryDown {
    display: block;
  }
  .about__primaryDown--right {
    margin-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .about__instagramm-only {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .about__list {
    padding-left: 1rem;
  }
}
.about__text + .about__title {
  margin-top: 4rem;
}
/* "block/how-it-works" */
.works__wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .works__wrapper {
    display: block;
  }
}
.works__wrapper--title {
  font-family: var(--sfont);
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  width: 282px;
  position: relative;
  height: fit-content;
}
@media (max-width: 920px) {
  .works__wrapper--title {
    font-size: 42px;
    line-height: 46px;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .works__wrapper--title {
    width: 308px;
    margin-bottom: 40px;
    margin-right: 0px;
  }
}
@media (max-width: 375px) {
  .works__wrapper--title {
    font-size: 38px;
    width: 290px;
  }
}
.works__wrapper--title span {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: var(--color-primary);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  width: 126px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .works__wrapper--title span {
    top: inherit;
    transform: inherit;
    bottom: 8px;
  }
}
.works__wrapper--accordion {
  width: 560px;
}
@media (max-width: 920px) {
  .works__wrapper--accordion {
    width: calc(100% - 202px);
  }
}
@media (max-width: 767px) {
  .works__wrapper--accordion {
    width: 100%;
  }
}
.works__wrapper--accordion .accordion-block {
  display: block;
}
.works__wrapper--accordion .accordion-block:last-child {
  margin-bottom: 0;
}
.works__wrapper--accordion .accordion-link {
  position: relative;
}
.works__wrapper--accordion .accordion-link a {
  display: block;
  padding: 20px 0;
  color: var(--color-black);
  text-decoration: none;
  line-height: 16px;
  font-family: var(--pfont);
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  border-top: 2px solid var(--color-border-gray);
  transition: 0.3s ease-in-out;
}
.works__wrapper--accordion .accordion-link a:after {
  content: '';
  position: absolute;
  right: 1px;
  top: 50%;
  transform: translateX(-50%) rotate(135deg);
  background-color: var(--color-black);
  width: 8px;
  height: 2px;
  transition: 0.3s ease-in-out;
}
.works__wrapper--accordion .accordion-link a:before {
  content: '';
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateX(-50%) rotate(45deg);
  background-color: var(--color-black);
  width: 8px;
  height: 2px;
  transition: 0.3s ease-in-out;
}
.works__wrapper--accordion .active {
  transition: 0.3s ease-in-out;
}
.works__wrapper--accordion .accordion-lists {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
.works__wrapper--accordion .accordion-lists p {
  padding: 0px;
  margin: 0;
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--color-gray-bold);
  margin-bottom: 40px;
}
.works__wrapper--accordion .active a::after {
  content: '';
  position: absolute;
  right: 1px;
  top: 50%;
  transform: translateX(-50%) rotate(225deg);
  background-color: var(--color-primary);
  width: 8px;
  height: 2px;
  transition: 0.3s ease-in-out;
  z-index: 2;
}
.works__wrapper--accordion .active a::before {
  content: '';
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateX(-50%) rotate(-45deg);
  background-color: var(--color-primary);
  width: 8px;
  height: 2px;
  transition: 0.3s ease-in-out;
  z-index: 2;
}
.works__wrapper--accordion .accordion-link.active a {
  color: var(--color-black);
}
.works__wrapper--accordion .accordion-link.active {
  position: relative;
}
.works__wrapper--accordion .accordion-link.active:after {
  content: '';
  width: 24px;
  height: 24px;
  background-color: var(--color-border-gray);
  border-radius: 100%;
  position: absolute;
  right: 0px;
  top: 21px;
  z-index: 1;
}
.works__wrapper--accordion .active-block {
  max-height: 500px;
  opacity: 1;
}
.works__links-list {
  line-height: 24px;
  font-family: var(--pfont);
  font-weight: 400;
  font-size: 24px;
  list-style: none none inside;
}
.works__links-list li {
  margin: 0 0 12px;
}
/* "block/ratio" */
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-1x1 {
  --aspect-ratio: 100%;
}
.ratio-3x4 {
  --aspect-ratio: calc(4 / 3 * 100%);
}
.ratio-4x3 {
  --aspect-ratio: calc(3 / 4 * 100%);
}
.ratio-16x9 {
  --aspect-ratio: calc(9 / 16 * 100%);
}
/* "block/verification" */
.verification__content {
  position: relative;
}
.verification__bar {
  background: #979abd;
  height: 0;
  position: relative;
  z-index: 2;
  transition: height 125ms ease-in-out;
}
.verification__bar-w {
  position: absolute;
  top: 4px;
  left: 10px;
  width: 1px;
  height: 85%;
  z-index: 1;
}
.verification__steps {
  margin: 0;
  padding: 0;
}
.verification__step-title {
  margin: 0;
  padding: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  font-weight: bold;
  margin: 0 0 16px;
}
.verification__step-title::before {
  background-color: #fff;
  color: #979abd;
  font-size: 16px;
  font-weight: bold;
  display: block;
  flex: 0 0 32px;
  width: 32px;
  position: relative;
  z-index: 10;
}
.verification__step-title-1::before {
  content: "01";
}
.verification__step-title-2::before {
  content: "02";
}
.verification__step-title-3::before {
  content: "03";
}
.verification__step-title-4::before {
  content: "04";
}
.verification__step-title-result::before {
  content: "05";
}
.verification__step-title-result .verification__step-result--succeeded {
  visibility: hidden;
  color: #50D091;
}
.verification__step-title-result .verification__step-result--failed {
  visibility: hidden;
  color: #ff327c;
}
.verification__step-item {
  margin: 0 0 32px 32px;
  padding: 0;
  visibility: hidden;
}
.verification__step-details {
  list-style: none;
}
.verification__step-result .verification__step-result--succeeded,
.verification__step-result .verification__step-result--failed {
  visibility: hidden;
}
.verification__content.verification__step-1--show .verification__step-1 {
  visibility: visible;
}
.verification__content.verification__step-2--show .verification__step-2 {
  visibility: visible;
}
.verification__content.verification__step-2--show .verification__bar {
  height: 25%;
}
.verification__content.verification__step-3--show .verification__step-3 {
  visibility: visible;
}
.verification__content.verification__step-3--show .verification__bar {
  height: 47%;
}
.verification__content.verification__step-4--show .verification__step-4 {
  visibility: visible;
}
.verification__content.verification__step-4--show .verification__bar {
  height: 70%;
}
.verification__content.verification--succeeded .verification__step-result,
.verification__content.verification--succeeded .verification__step-result .verification__step-result--succeeded {
  visibility: visible;
}
.verification__content.verification--succeeded .verification__bar {
  height: 100%;
}
.verification__content.verification--failed .verification__step-result,
.verification__content.verification--failed .verification__step-result .verification__step-result--failed {
  visibility: visible;
}
.verification__content.verification--failed .verification__bar {
  height: 100%;
}
/* "block/lightbox" */
.lightbox__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(81, 95, 120, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  overflow: auto;
}
.lightbox__img {
  border: 16px solid #fff;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
  transition: width 250ms, height 250ms;
  max-width: 100vw;
  max-height: 100vh;
}
/* "block/license" */
.license--content {
  max-height: 70vh;
  overflow: auto;
}
.license__lists dt {
  font-weight: 600;
  margin: 0 0 6px;
}
.license__lists dd {
  margin: 0 0 12px;
}
.license__content {
  font-family: var(--pfont);
  font-weight: 400;
  color: var(--color-black-op50);
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 2.5rem;
}
.license__content p {
  margin: 1rem 0 0;
}
.license__header {
  text-align: center;
}
.license__header h1 {
  font-family: var(--pfontMedium);
  font-weight: 600;
  color: var(--color-black);
  font-size: 2.5rem;
  line-height: 1.1;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
}
.license__header h1 small {
  display: block;
}
.license__intro h2 {
  font-family: var(--pfontMedium);
  font-weight: 600;
  color: var(--color-black);
  font-size: 1.8rem;
  line-height: 1.1;
  margin-top: 2.5rem;
}
.license__intro--definitions dt {
  font-weight: 600;
  float: left;
  margin-right: 12px;
}
.license__intro--definitions dd {
  margin-bottom: 1rem;
}
.license__body div p {
  margin-left: 1.5rem;
}
.license__body div p:first-child {
  margin-left: 0;
}
/* "block/share" */
.share__btns {
  display: flex;
  justify-items: stretch;
}
.share__btn {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 600;
  font-size: 14px;
  flex: 1 1 auto;
  display: flex;
  gap: 14px;
  flex-direction: column;
  align-items: center;
  color: var(--color-black);
  text-decoration: none;
}
.share__btn--icon {
  display: inline-block;
  padding: 10px;
  border: 2px solid #F5F5F9;
  border-radius: 12px;
}
.share__btn:active,
.share__btn:focus,
.share__btn:hover {
  color: var(--color-primary);
}
.share__btn:active .share__btn--icon,
.share__btn:focus .share__btn--icon,
.share__btn:hover .share__btn--icon {
  border-color: rgba(89, 94, 246, 0.2);
}
.share__btn:active .share__btn--icon .sprite__svg,
.share__btn:focus .share__btn--icon .sprite__svg,
.share__btn:hover .share__btn--icon .sprite__svg {
  background-color: var(--color-primary);
}
/* "block/registration" */
.registration {
  color: #9D9FB2;
  line-height: 18px;
}
.registration__nav--top {
  margin-bottom: 40px;
}
.registration strong {
  color: #040405;
  font-weight: 400;
}
.registration__header {
  margin-bottom: 24px;
}
.registration__header--title {
  line-height: 32px;
  font-family: var(--sfont);
  font-weight: 600;
  font-size: 32px;
  color: #040405;
}
.registration__header--title-w {
  display: flex;
  justify-content: space-between;
}
.registration__header--details {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: normal;
  font-size: 14px;
}
.registration__header--details-date {
  color: #040405;
  margin-top: 8px;
}
.registration__header--details-w {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}
.registration__details {
  color: #9D9FB2;
  line-height: 26px;
  margin-bottom: 24px;
}
.registration__details--list {
  margin: 16px 0;
}
.registration__details--list dt {
  font-weight: 600;
  text-transform: uppercase;
}
.registration__details--list dd {
  margin: 8px 0;
}
.registration__details--list dd + dt {
  margin-top: 16px;
}
.registration__details--collapsable {
  border-top: 1px solid #E6E6EA;
  border-bottom: 1px solid #E6E6EA;
  margin: 28px 0;
  padding: 16px 0 0;
}
.registration__details--collapsable + .registration__details--collapsable {
  border-top: none;
  margin-top: -8px;
  padding-top: 0;
}
.registration__collapse--toggle {
  line-height: 18px;
  font-family: var(--pfont);
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: var(--color-black);
  padding-bottom: 16px;
  text-transform: uppercase;
}
.registration__collapse--receipt-history--toggle {
  color: #040405;
  font-weight: 500;
}
.registration__receipt--mono {
  font-family: var(--mfont);
  white-space: normal;
  word-wrap: break-word;
}
.registration__receipt--json-doc {
  display: none;
}
.registration__receipt-history--list-item {
  margin-bottom: 8px;
}
summary.registration__collapse--toggle::before,
summary.registration__collapse--receipt-history--toggle::before {
  display: none;
}
[open] summary.registration__collapse--toggle::before,
[open] summary.registration__collapse--receipt-history--toggle::before {
  display: none;
}
summary.registration__collapse--toggle,
summary.registration__collapse--receipt-history--toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
summary.registration__collapse--toggle .btn-toggle,
summary.registration__collapse--receipt-history--toggle .btn-toggle {
  background-color: #F5F5F9;
  border-radius: 50%;
  border: 8px solid #F5F5F9;
  display: inline-flex;
}
summary.registration__collapse--toggle .sprite,
summary.registration__collapse--receipt-history--toggle .sprite {
  transition: transform 250ms ease-in-out;
}
[open] summary.registration__collapse--toggle .sprite,
[open] summary.registration__collapse--receipt-history--toggle .sprite {
  transform: rotateZ(180deg);
}
[data-item-count]::before {
  border-radius: 4px;
  color: #fff;
  content: attr(data-item-count);
  text-shadow: 0 0 5px #000000;
  display: block;
  padding: 2px 4px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 130;
}
/* "block/table" */
.table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.table th,
.table td {
  padding: 8px 12px;
  font-weight: 400;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #F5F5F9;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #F5F5F9;
}
.table tbody + tbody {
  border-top: 2px solid #F5F5F9;
}
.table--no-width {
  width: auto;
}
.table--w {
  margin: 0 -8px;
}
.table--striped tbody > tr:nth-child(odd) {
  background-color: #F5F5F9;
}
.table--sm td,
.table--sm th {
  padding: 4px 8px;
}
.table--sm-list {
  border: 1px solid #F5F5F9;
}
.table--bordered {
  border: 1px solid #F5F5F9;
}
.table--bordered th,
.table--bordered td {
  border: 1px solid #F5F5F9;
}
.table--bordered thead th,
.table--bordered thead td {
  border-bottom-width: 2px;
}
.table--hover tbody tr:hover {
  background-color: #F5F5F9;
}
/* "block/wizard" */
.wizard__controls {
  display: none;
}
.wizard--interactive .wizard__step {
  display: none;
}
.wizard--interactive .wizard__step--current {
  display: block;
}
.wizard--interactive .wizard__controls {
  display: block;
}
/* "block/home" */
.home--access {
  display: flex;
}
.home--access .btn {
  border-radius: 0;
  display: flex;
  flex: 0 0 110px;
  align-items: center;
  text-align: center;
  text-decoration: none;
}
.home--access__text {
  font-weight: 600;
  margin-left: 1rem;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/fonts/Inter-VariableFont_opsz,wght.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/fonts/Inter-VariableFont_opsz,wght.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter Italic';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(/fonts/Inter-Italic-VariableFont_opsz,wght.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(/fonts/Inter-Italic-VariableFont_opsz,wght.ttf) format('truetype');
}
.site {
  --color-hp-background: #263238;
  --color-hp-text: #f2f2f2;
  --color-hp-header: #f2f2f2;
  --color-hp-header-text: #9a9a9a;
  --color-hp-header-main: #b5b5b5;
  --color-hp-highlight: var(--color-primary);
  --color-hp-title: var(--color-hp-text);
  --color-hp-subtitle: #D6F912;
  /* #979494;*/
  --color-hp-blocks-background: var(--color-hp-background);
  /*#F5F5F5;*/
  --color-hp-block-bkgnd: var(--color-hp-background);
  /*#fff;*/
  background-color: var(--color-hp-background);
  border-top: 1px solid var(--color-hp-background);
  border-bottom: 1px solid var(--color-hp-background);
}
.site .section {
  color: var(--color-hp-text);
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 300;
}
.site .section + section {
  margin-top: 64px;
}
.site .section em {
  font-family: 'Inter Italic', sans-serif;
  font-style: italic;
}
.site .section h1,
.site .section h2 {
  color: var(--color-hp-title);
  font-family: 'Inter', sans-serif;
  font-size: 32px;
  font-weight: 600;
  /*margin-bottom: 0.5em;*/
}
.site .section h2 {
  color: var(--color-hp-subtitle);
  font-size: 16px;
  margin-bottom: 1em;
}
.site .homepage__highlight {
  color: var(--color-hp-highlight);
}
.site figure {
  margin: 32px 0;
}
.site figcaption {
  color: var(--color-hp-title);
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  margin-top: 1em;
}
.homepage__figures--two {
  margin-left: 11px;
  margin-right: 11px;
}
.site .section__content--lead {
  color: var(--color-hp-title);
}
.site .homepage__lead h1 {
  font-size: 64px;
  font-weight: 600;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.site .homepage__lead h2 {
  color: var(--color-hp-title);
  font-size: 24px;
  font-weight: 400;
}
.site .homepage__lead--tagline {
  color: var(--color-hp-subtitle);
  font-size: 20px;
}
.site .homepage__lead--tagline span {
  text-wrap: nowrap;
}
.img--rounded {
  border-radius: 16px;
}
.site .homepage__img--shadow {
  box-shadow: 0 1px 1px hsla(0, 0%, 0%, 0.075), 0 2px 2px hsla(0, 0%, 0%, 0.075), 0 4px 4px hsla(0, 0%, 0%, 0.075), 0 8px 8px hsla(0, 0%, 0%, 0.075), 0 16px 16px hsla(0, 0%, 0%, 0.075);
}
.site .section__content p {
  line-height: 1.5;
  margin-bottom: 1em;
}
.site .section__content p span {
  display: block;
}
.site .section__content p a {
  color: var(--color-hp-text);
}
.site .homepage__line {
  display: block;
}
.site .nowrap {
  text-wrap: nowrap;
}
.site .homepage__text--strong {
  color: var(--color-hp-title);
  font-weight: 700;
}
.site h2 + .homepage__text--strong {
  margin-top: -1em;
}
.site .homepage__content--blocks {
  background-color: var(--color-hp-blocks-background);
  padding: 2em;
}
.site .homepage__content--blocks h2 small {
  font-size: 24px;
}
.site .homepage__blocks {
  font-size: 16px;
  display: grid;
  gap: 2em;
  margin: 4em 0;
}
.site .homepage__blocks--cols2 {
  grid-template-columns: 1fr;
}
.site .homepage__blocks--cols3 {
  grid-template-columns: 1fr;
}
.site .homepage__blocks div {
  background-color: var(--color-hp-block-bkgnd);
  padding: 1em;
}
.site .homepage__blocks h3 {
  font-size: inherit;
  margin-bottom: 1em;
}
.site .homepage__blocks p {
  line-height: 2;
}
.site .homepage__blocks p:last-child {
  margin-bottom: 0;
}
.site .homepage__content--blocks blockquote {
  margin: 1em 0;
}
.site .homepage__content--blocks blockquote p {
  color: var(--color-hp-title);
  display: inline;
  font-family: 'Inter Italic', sans-serif;
  font-style: italic;
}
.site .homepage__content--blocks blockquote cite {
  display: inline;
  font-style: normal;
  font-weight: 700;
}
.site .homepage__content--blocks h3 {
  color: var(--color-hp-title);
  font-size: 18px;
}
.site .homepage__content--blocks dl {
  list-style: disc outside none;
  line-height: 2;
  padding-left: 20px;
}
.site .homepage__content--blocks dt {
  display: list-item;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.site .homepage__content--blocks dd {
  margin: 0;
  padding: 0;
}
.site .homepage__section--text p {
  max-width: 100%;
}
.site .homepage__section--cta {
  margin-top: 3em;
  margin-bottom: 3em;
  text-align: left;
}
.site .homepage__section--cta p {
  max-width: 100%;
}
.site .homepage__section--cta p + p {
  margin-top: 32px;
}
.site .homepage__section--cta .section__content div {
  margin-top: 4em;
  text-align: center;
}
.site .homepage__section--cta .section__content div a.btn {
  display: block;
}
.site .homepage__section--cta .section__content div a + a {
  display: block;
  margin: 1em 0;
}
.btn--homepage-cta {
  background-color: var(--color-hp-highlight);
  border-color: var(--color-hp-highlight);
  color: var(--color-white);
}
.btn--homepage-cta:active,
.btn--homepage-cta:focus,
.btn--homepage-cta:hover {
  background-color: color-mix(in oklab, var(--color-hp-highlight), var(--color-white) 10%);
  border-color: color-mix(in oklab, var(--color-hp-highlight), var(--color-white) 20%);
}
.site ul.homepage__list {
  padding-left: 20px;
  margin-bottom: 1em;
}
.site .homepage__list--checked ::marker {
  content: "✅ ";
}
.site ol.homepage__list ::marker {
  color: var(--color-hp-title);
  font-weight: 700;
}
.site .homepage__list li {
  line-height: 1.5;
}
@media (min-width: 500px) {
  .site .section {
    font-size: 16px;
  }
  .site .section + section {
    margin-top: 128px;
  }
  .site .section h1 {
    font-size: 48px;
  }
  .site figure {
    margin: 54px 0;
  }
  .site figure div {
    display: flex;
    gap: 1em;
  }
  .site figure div img {
    max-width: 50%;
  }
  .homepage__figures--two {
    display: flex;
    gap: 44px;
    justify-content: center;
    margin-left: 44px;
    margin-right: 44px;
  }
  .homepage__figures--two figure {
    max-width: 726px;
  }
  .site .homepage__lead figure {
    margin: 0;
  }
  .site .homepage__lead h1 {
    font-size: 60px;
  }
  .site .homepage__lead h2 {
    font-size: 28px;
  }
  .site .homepage__lead--cta {
    text-align: left;
  }
  .site .homepage__lead--cta p {
    font-size: inherit;
  }
  .site .homepage__lead--cta a + a {
    display: inline;
    margin: 0 0 0 32px;
  }
  .site .homepage__crid-in-action {
    gap: 32px;
    flex-direction: row;
  }
  .site .homepage__crid-in-action img {
    max-height: 200px;
  }
  .site .homepage__content--blocks h2 small {
    font-size: 24px;
  }
  .site .homepage__blocks {
    font-size: 16px;
  }
  .site .homepage__blocks--cols2 {
    grid-template-columns: 1fr 1fr;
  }
  .site .homepage__blocks--cols3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .site .homepage__blocks--cols3 div:last-child {
    grid-column-start: 2;
    grid-column-end: 4;
  }
  .site .homepage__content--blocks h3 {
    font-size: 18px;
  }
  .site .homepage__section--cta {
    margin-bottom: 128px;
  }
  .site .homepage__section--cta .section__content div {
    text-align: left;
  }
  .site .homepage__section--cta .section__content div a.btn {
    display: inline-block;
  }
  .site .homepage__section--cta .section__content div a + a {
    display: inline;
    margin-left: 32px;
  }
  .site .homepage__section--cta p + p {
    margin-top: 48px;
  }
  .site .homepage__section--cta h2 small {
    font-size: 16px;
  }
}
/* "block/registration-status" */
.registration-status--pending::after {
  background: #DDD;
  border-radius: 50%;
  content: " ";
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 16px;
  height: 16px;
  z-index: 140;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}
.registration-status--failed::after {
  background: #f00;
  border-radius: 50%;
  content: " ";
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 16px;
  height: 16px;
  z-index: 140;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}
/* "block/sign-up" */
.sign-up__header--wrapper {
  justify-content: center;
}
.sign-up__block {
  margin: 44px auto 0;
  max-width: 78ch;
}
.sign-up__title {
  line-height: 36px;
  font-family: var(--pfont);
  font-weight: 700;
  font-size: 36px;
  color: var(--color-black);
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  height: 64px;
}
@media (max-width: 767px) {
  .sign-up__title {
    text-align: center;
  }
}
.sign-up__title--invited {
  line-height: 36px;
  font-family: var(--sfont);
  font-weight: 600;
  font-size: 36px;
  color: var(--color-black);
  margin-bottom: 1em;
  text-align: center;
}
.sign-up__title--claim {
  line-height: 20px;
  font-family: var(--pfont);
  font-weight: 600;
  font-size: 20px;
  color: var(--color-black);
  margin-bottom: 2em;
  text-align: center;
}
.sign-up__subtitle {
  line-height: 18px;
  font-family: var(--pfont);
  font-weight: 600;
  font-size: 18px;
  color: var(--color-black);
  margin-bottom: 16px;
  text-align: center;
}
.sign-up__list {
  color: #979abd;
  list-style: none outside;
}
.sign-up__list li {
  margin-bottom: 14px;
  padding-left: 0;
}
.sign-up__list strong {
  color: var(--color-black);
}
.sign-up__footer--claim {
  line-height: 20px;
  font-family: var(--pfont);
  font-weight: 600;
  font-size: 20px;
  color: var(--color-black);
  text-align: center;
  align-content: end;
}
.sign-up__text {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 400;
  font-size: 14px;
  color: var(--color-black-op50);
  line-height: 20px;
  margin: 16px 0;
}
.sign-up__text--lead {
  color: var(--color-black);
  margin: 16px auto;
}
.sign-up__form {
  margin-top: 32px;
}
.sign-up__form--invited {
  margin-top: 0;
}
.sign-up__form-row {
  margin-bottom: 24px;
}
.sign-up__btn--block {
  display: block;
  width: 100%;
}
.sign-up__btn--w .btn + .btn {
  margin-left: 24px;
}
.sign-up__progress {
  border-bottom: 1px solid #E6E6EA;
  display: flex;
  align-content: space-between;
  align-items: center;
  padding-bottom: 10px;
}
.sign-up__progress--wrapper {
  flex: 1 1 1%;
}
.sign-up__progress--list {
  line-height: 12px;
  font-family: var(--pfont);
  font-weight: 600;
  font-size: 12px;
  color: #8285A3;
  display: flex;
  align-content: flex-start;
  list-style: none none inside;
  padding: 0;
  margin: 0;
}
.sign-up__progress--item {
  display: inline-flex;
  align-items: center;
  padding: 6px 24px 6px 0;
  margin: 0;
  white-space: nowrap;
}
.sign-up__progress--item:before {
  background: transparent url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iMTIiIGZpbGw9IiNGNUY1RjkiLz4KPHBhdGggZD0iTTE2LjUyMDkgMTIuMTU5OEw3Ljc3MDg3IDEyLjE1OTgiIHN0cm9rZT0iIzA0MDQwNSIgc3Ryb2tlLXdpZHRoPSIxLjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTIuOTkxOCAxNS42NzQxTDE2LjUyMSAxMi4xNjAxTDEyLjk5MTggOC42NDU1MSIgc3Ryb2tlPSIjMDQwNDA1IiBzdHJva2Utd2lkdGg9IjEuMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=') no-repeat center center;
  content: " ";
  display: inline-flex;
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
.sign-up__progress--item.active {
  color: #040405;
}
.sign-up__progress--item.active:before {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iMTIiIGZpbGw9IiMwNDA0MDUiLz4KPHBhdGggZD0iTTE3IDEyQzE3IDE0Ljc2IDE0Ljc2IDE3IDEyIDE3QzkuMjQgMTcgNy41NTUgMTQuMjIgNy41NTUgMTQuMjJNNy41NTUgMTQuMjJIOS44MTVNNy41NTUgMTQuMjJWMTYuNzJNNyAxMkM3IDkuMjQgOS4yMiA3IDEyIDdDMTUuMzM1IDcgMTcgOS43OCAxNyA5Ljc4TTE3IDkuNzhWNy4yOE0xNyA5Ljc4SDE0Ljc4IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPg==');
}
.sign-up__progress--item.complete {
  color: #040405;
}
.sign-up__progress--item.complete:before {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iMTIiIGZpbGw9IiM1MEQwOTEiLz4KPHBhdGggZD0iTTcgMTJMMTAuMzM0MyAxNUwxNyA5IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPg==');
}
.sign-up__progress--item + li {
  border-left: 1px solid #E6E6EA;
  padding-left: 24px;
}
.sign-up__progress--btn-skip {
  border-radius: 12px;
  color: var(--color-black);
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
}
.sign-up__progress--btn-skip:active,
.sign-up__progress--btn-skip:focus,
.sign-up__progress--btn-skip:hover {
  background-color: var(--color-border-gray-op50);
  border-color: rgba(4, 4, 5, 0.1);
  color: #595EF6;
}
.sign-up__progress--btn-skip .sprite {
  margin-left: 10px;
}
.sign-up__footer {
  padding-top: 0;
}
.sign-up__info-text {
  line-height: 12px;
  font-family: var(--pfont);
  font-weight: 400;
  font-size: 12px;
  color: var(--color-black-op50);
  line-height: 20px;
}
.sign-up__info-text p,
.sign-up__info-text ul {
  margin: 0 0 1em;
}
/* "block/edit" */
.visible--edit {
  display: none;
}
.edit .hidden--edit {
  display: none;
}
.edit .visible--edit {
  display: inherit;
}
/* "block/privacy-policy" */
.privacy-policy__content {
  font-family: var(--pfont);
  font-weight: 400;
  color: var(--color-black-op50);
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 2.5rem;
}
.privacy-policy__content h2 {
  font-family: var(--pfontMedium);
  font-weight: 600;
  color: var(--color-black);
  font-size: 2.5rem;
  line-height: 1.1;
  margin-top: 2.5rem;
}
.privacy-policy__content h2 small {
  display: block;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 0.5rem;
}
.privacy-policy__content h3 {
  font-family: var(--pfontMedium);
  font-weight: 600;
  color: var(--color-black);
  font-size: 1.8rem;
  line-height: 1.1;
  margin-top: 2.5rem;
}
.privacy-policy__content h4 {
  font-family: var(--pfont);
  font-weight: 600;
  color: var(--color-black);
  font-size: 1.5rem;
  line-height: 1.1;
  margin-top: 2.5rem;
}
.privacy-policy__content h5 {
  font-family: var(--pfont);
  font-weight: 600;
  color: var(--color-black);
  font-size: 1.2rem;
  line-height: 1.1;
  margin-top: 2.5rem;
}
.privacy-policy__content p {
  margin: 2.5rem 0 0;
}
.privacy-policy__content ol,
.privacy-policy__content ul {
  margin: 2.5rem 0 0;
  padding-inline-start: 40px;
}
.privacy-policy__content ol li,
.privacy-policy__content ul li {
  margin: 0 0 1rem;
}
/* "block/inquire" */
.inquire__list {
  list-style: inside none none;
  margin: 24px 0;
  padding: 0;
}
.inquire__list--wrapper {
  padding: 0;
}
.inquire__list--item {
  line-height: 16px;
  font-family: var(--pfont);
  font-weight: 400;
  font-size: 16px;
  cursor: pointer;
  line-height: 1.5;
  margin: 0;
  padding: 8px 36px;
}
.inquire__list--item + li {
  border-top: 2px solid var(--color-border-gray);
}
.inquire__list--item:hover {
  background-color: var(--color-border-gray-op50);
}
.inquire__list--item-sender-w {
  display: flex;
  margin: 0;
}
.inquire__list--item-sender {
  flex: 1 1 75%;
  font-size: 14px;
  display: block;
  font-weight: 400;
}
.inquire__list--item-btns {
  visibility: hidden;
  flex: 1 1 25%;
  text-align: right;
  white-space: nowrap;
  max-height: 24px;
}
.inquire__list--item-btns .btn {
  border-radius: 0;
  padding: 0 2px;
}
.inquire__list--item:hover .inquire__list--item-btns {
  visibility: visible;
}
.inquire__list--item-title-w {
  display: flex;
  margin: 0;
}
.inquire__list--item-title {
  flex: 1 1 75%;
  font-size: 14px;
  font-weight: 400;
}
.inquire__list--item a {
  text-decoration: none;
}
.inquire__list--item a:active,
.inquire__list--item a:focus,
.inquire__list--item a:hover {
  text-decoration: underline;
}
.inquire__list--item-date {
  flex: 1 1 25%;
  font-weight: 400;
  display: block;
  text-align: right;
  white-space: nowrap;
}
.inquire__list--item-message {
  display: none;
  max-width: 40em;
}
.inquire__list--item-message--preview {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
  width: 100%;
}
.inquire__list--item.open {
  background-color: var(--color-border-gray);
  border-radius: 20px;
  margin-bottom: 4px;
}
.inquire__list--item.open .inquire__list--item-message {
  display: block;
  margin: 16px 0;
}
.inquire__list--item.open .inquire__list--item-message--preview {
  display: none;
}
/* "block/users" */
.users .items__left {
  margin-top: 0;
}
/* "block/pricing" */
.pricing__cards {
  line-height: 16px;
  font-family: var(--pfont);
  font-weight: 400;
  font-size: 16px;
  color: #9D9FB2;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}
.pricing__cards strong {
  color: var(--color-black);
  font-family: var(--pfontMedium);
}
.pricing__card {
  border: 1px solid var(--color-black-02);
  border-radius: 6px;
  overflow: hidden;
}
.pricing__card--title {
  background: #595ef6;
  background: linear-gradient(45deg, #595ef6 0%, #69A1FF 50%, #9ec2ff 75%, #b8d2ff 100%);
  color: var(--color-white);
  font-weight: 600;
  padding: 12px;
  margin: 0 0 12px;
}
.pricing__card--body {
  padding: 12px;
}
.pricing__card--regs {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 32px;
}
.pricing__card--regs strong {
  display: block;
}
.pricing__card--regs small {
  font-size: 16px;
  font-weight: 400;
}
.pricing__card--price {
  display: flex;
  align-items: baseline;
}
.pricing__card--amount-lg {
  font-size: 32px;
  line-height: 1;
}
.pricing__card--cta {
  border-top: 1px solid var(--color-black-02);
  border-bottom: 1px solid var(--color-black-02);
  padding: 24px 0;
  margin: 24px 0;
}
.pricing__card--cta .btn {
  display: block;
  padding: 12px 25px;
  width: 100%;
}
.pricing__card ul {
  list-style: inside none none;
  padding: 0;
  margin-bottom: 24px;
}
.pricing__card--instagram .pricing__card--title {
  background: #f09433;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
.pricing__card--coming-soon .pricing__card--title {
  background: var(--color-tags);
  color: var(--color-black);
}
/* "block/thumb" */
.thumb-xs {
  width: 32px;
  height: 32px;
}
.thumb-xs .img {
  max-width: 32px;
  max-height: 32px;
}
.thumb-s {
  width: 64px;
  height: 64px;
}
.thumb-s .img {
  max-width: 64px;
  max-height: 64px;
}
.thumb-m {
  width: 128px;
}
.thumb-m .img {
  max-width: 128px;
  max-height: 128px;
}
.thumb-l {
  max-width: 640px;
}
.thumb-xl {
  max-width: 1024px;
}
.thumb-l,
.thumb-xl,
.thumb-audio {
  width: 100%;
}
/* "block/art" */
.big-art {
  background-color: #444;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.big-art-canvas {
  background-attachment: scroll;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.big-art-fs {
  background: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.big-art-fs:hover,
.big-art-fs:active,
.big-art-fs:focus {
  background: none;
}
.big-art-fs.top .big-art-info {
  top: 0;
}
.big-art-fs.center .big-art-info {
  top: 45%;
}
.big-art-fs.bottom .big-art-info {
  bottom: 71px;
}
.has-big-art > .content {
  background-color: #fff;
  margin-left: 0;
  margin-bottom: 84px;
  width: 100%;
  max-width: 540pxs;
}
.has-navbar .has-big-art > .content {
  margin-bottom: 132px;
}
.hp-img-wrapper {
  background-color: #444;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  overflow: hidden;
}
.hp-img-canvas {
  /*background-image: url("/home/image/logo-s.jpg");*/
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  z-index: 1;
}
.hp-img-cycle .hp-img-canvas {
  opacity: 0;
}
.hp-img-cycle .hp-img-fade-in {
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
  z-index: 2;
}
.hp-img-cycle .hp-img-bkgnd {
  opacity: 1;
  z-index: 1;
}
/* "block/file-browser" */
.file-browser {
  max-height: 75vh;
  overflow: auto;
  user-select: none;
}
.file-browser__pane {
  display: grid;
  grid-template-rows: 194px auto 80px;
  grid-template-columns: 1fr;
  grid-template-areas: 'header' 'main' 'footer';
  height: 100vh;
  overflow: hidden;
  user-select: none;
}
.file-browser__pane--header {
  border-bottom: 1px solid var(--color-border-gray);
  grid-area: header;
  padding: 16px 24px;
}
.file-browser__pane--head {
  display: flex;
  justify-content: space-between;
}
.file-browser__pane--head-title {
  line-height: 24px;
  font-family: var(--sfont);
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}
.file-browser__pane--head-text {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 400;
  font-size: 14px;
  font-style: italic;
  line-height: 18px;
  margin-top: 4px;
}
.file-browser__pane--head .btn {
  font-size: 24px;
  padding: 12px;
}
.file-browser__pane--page-address {
  border-top: 1px solid var(--color-border-gray);
  border-bottom: 1px solid var(--color-border-gray);
  padding: 8px 0;
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.file-browser__pane--page-address ul {
  list-style: none;
}
.file-browser__pane--page-address ul li {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: var(--color-gray-bold);
  display: inline-block;
}
.file-browser__pane--page-address ul li:first-child {
  color: var(--color-black);
}
.file-browser__pane--page-address ul li:after {
  content: "/";
  margin-left: 8px;
  margin-right: 8px;
}
.file-browser__pane--sort {
  justify-content: flex-end;
  margin-top: 8px;
}
.file-browser__pane--sort .btn {
  flex: 0 0 auto;
}
.file-browser__pane--sort .selected {
  background-color: rgba(89, 94, 246, 0.06);
  border-color: rgba(89, 94, 246, 0.12);
}
.file-browser__pane--items {
  grid-area: main;
  padding: 16px 24px;
  overflow: auto;
}
.file-browser__pane--ctrls {
  border-top: 1px solid var(--color-border-gray);
  grid-area: footer;
  padding: 16px 24px;
}
.file-browser__sort {
  display: flex;
  list-style: none;
  margin-bottom: 16px;
}
.file-browser__sort--header {
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 400;
  font-size: 14px;
  padding: 8px 16px;
  border-radius: 2px;
}
.file-browser__sort--header:hover {
  background-color: var(--color-tags);
  cursor: pointer;
}
.file-browser__sort--header.selected {
  background-color: var(--color-tags);
}
.file-browser__sort--header + .file-browser__sort--header {
  border-left: 1px solid var(--color-border-gray);
}
.file-browser__overlay {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  justify-content: center;
  align-items: center;
  z-index: 12;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.file-browser__overlay:not([hidden]) {
  display: flex;
}
.file-browser__overlay--info {
  color: var(--color-primary);
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin: 48px auto 0;
  margin: auto;
  text-align: center;
}
.file-browser__overlay p {
  background-color: #fff;
  line-height: 16px;
  font-family: var(--pfont);
  font-weight: 500;
  font-size: 16px;
  margin-top: 8px;
  padding: 8px 0;
}
.file-browser__busy-indicator--sprite {
  background-color: transparent;
  height: 80px;
}
.file-browser__dialog {
  background-color: var(--color-white);
  border: 2px solid var(--color-border-gray);
  box-shadow: 12px 0 40px rgba(4, 4, 5, 0.06);
  width: 85vw;
  height: 90vh;
}
.file-browser__dialog--frame {
  border-width: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 996px) {
  .file-browser__dialog {
    width: 95vw;
    height: 95vh;
  }
}
@media (max-width: 475px) {
  .file-browser__dialog {
    width: 100vw;
    height: 100vh;
  }
}
.btn__reload {
  border-radius: 8px;
  padding: 8px;
  background-color: var(--color-border-gray);
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}
/* "block/medium-editor" */
.medium-editor-anchor-preview,
.medium-editor-toolbar {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  z-index: 2000;
}
@-webkit-keyframes medium-editor-image-loading {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes medium-editor-image-loading {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes medium-editor-pop-upwards {
  0% {
    opacity: 0;
    -webkit-transform: matrix(0.97, 0, 0, 1, 0, 12);
    transform: matrix(0.97, 0, 0, 1, 0, 12);
  }
  20% {
    opacity: 0.7;
    -webkit-transform: matrix(0.99, 0, 0, 1, 0, 2);
    transform: matrix(0.99, 0, 0, 1, 0, 2);
  }
  40% {
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, -1);
    transform: matrix(1, 0, 0, 1, 0, -1);
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
@keyframes medium-editor-pop-upwards {
  0% {
    opacity: 0;
    -webkit-transform: matrix(0.97, 0, 0, 1, 0, 12);
    transform: matrix(0.97, 0, 0, 1, 0, 12);
  }
  20% {
    opacity: 0.7;
    -webkit-transform: matrix(0.99, 0, 0, 1, 0, 2);
    transform: matrix(0.99, 0, 0, 1, 0, 2);
  }
  40% {
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, -1);
    transform: matrix(1, 0, 0, 1, 0, -1);
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
.medium-editor-anchor-preview {
  left: 0;
  line-height: 1.4;
  max-width: 280px;
  position: absolute;
  text-align: center;
  top: 0;
  word-break: break-all;
  word-wrap: break-word;
  visibility: hidden;
}
.medium-editor-anchor-preview a {
  color: #fff;
  display: inline-block;
  margin: 5px 5px 10px;
}
.medium-editor-placeholder-relative:after,
.medium-editor-placeholder:after {
  content: attr(data-placeholder) !important;
  white-space: pre;
  padding: inherit;
  margin: inherit;
  font-style: italic;
}
.medium-editor-anchor-preview-active {
  visibility: visible;
}
.medium-editor-dragover {
  background: #ddd;
}
.medium-editor-image-loading {
  -webkit-animation: medium-editor-image-loading 1s infinite ease-in-out;
  animation: medium-editor-image-loading 1s infinite ease-in-out;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  height: 40px;
  width: 40px;
}
.medium-editor-placeholder {
  position: relative;
}
.medium-editor-placeholder:after {
  position: absolute;
  left: 0;
  top: 0;
}
.medium-editor-placeholder-relative,
.medium-editor-placeholder-relative:after {
  position: relative;
}
.medium-toolbar-arrow-over:before,
.medium-toolbar-arrow-under:after {
  border-style: solid;
  content: '';
  display: block;
  height: 0;
  left: 50%;
  margin-left: -8px;
  position: absolute;
  width: 0;
}
.medium-toolbar-arrow-under:after {
  border-width: 8px 8px 0;
}
.medium-toolbar-arrow-over:before {
  border-width: 0 8px 8px;
  top: -8px;
}
.medium-editor-toolbar {
  left: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
}
.medium-editor-toolbar ul {
  margin: 0;
  padding: 0;
}
.medium-editor-toolbar li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
.medium-editor-toolbar li button {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  font-size: 14px;
  line-height: 1.33;
  margin: 0;
  padding: 15px;
  text-decoration: none;
}
.medium-editor-toolbar li button:focus {
  outline: 0;
}
.medium-editor-toolbar li .medium-editor-action-underline {
  text-decoration: underline;
}
.medium-editor-toolbar li .medium-editor-action-pre {
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-size: 12px;
  font-weight: 100;
  padding: 15px 0;
}
.medium-editor-toolbar-active {
  visibility: visible;
}
.medium-editor-sticky-toolbar {
  position: fixed;
  top: 1px;
}
.medium-editor-relative-toolbar {
  position: relative;
}
.medium-editor-toolbar-active.medium-editor-stalker-toolbar {
  -webkit-animation: medium-editor-pop-upwards 160ms forwards linear;
  animation: medium-editor-pop-upwards 160ms forwards linear;
}
.medium-editor-action-bold {
  font-weight: bolder;
}
.medium-editor-action-italic {
  font-style: italic;
}
.medium-editor-toolbar-form {
  display: none;
}
.medium-editor-toolbar-form a,
.medium-editor-toolbar-form input {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.medium-editor-toolbar-form .medium-editor-toolbar-form-row {
  line-height: 14px;
  margin-left: 5px;
  padding-bottom: 5px;
}
.medium-editor-toolbar-form .medium-editor-toolbar-input,
.medium-editor-toolbar-form label {
  border: none;
  box-sizing: border-box;
  font-size: 14px;
  margin: 0;
  padding: 6px;
  width: 316px;
  display: inline-block;
}
.medium-editor-toolbar-form .medium-editor-toolbar-input:focus,
.medium-editor-toolbar-form label:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  outline: 0;
}
.medium-editor-toolbar-form a {
  display: inline-block;
  font-size: 24px;
  font-weight: bolder;
  margin: 0 10px;
  text-decoration: none;
}
.medium-editor-toolbar-form-active {
  display: block;
}
.medium-editor-toolbar-actions:after {
  clear: both;
  content: "";
  display: table;
}
.medium-editor-element {
  word-wrap: break-word;
  min-height: 30px;
}
.medium-editor-element img {
  max-width: 100%;
}
.medium-editor-element sub {
  vertical-align: sub;
}
.medium-editor-element sup {
  vertical-align: super;
}
.medium-editor-hidden {
  display: none;
}
.medium-editor {
  min-height: 100px;
  color: var(--color-black);
  outline: 0;
  background: #fff;
  border-radius: 12px;
  border: 2px solid #F5F5F9;
  height: 40px;
  width: 100%;
  padding: 12px 16px;
  line-height: 14px;
  font-family: var(--pfont);
  font-weight: 500;
  font-size: 14px;
  overflow: auto;
  box-sizing: content-box;
  width: auto;
  height: auto;
}
.medium-editor--noresize {
  resize: none;
}
.medium-editor::placeholder {
  color: #8285A3;
}
.medium-editor:focus {
  border-color: rgba(89, 94, 246, 0.7);
}
.medium-editor[disabled] {
  background-color: rgba(245, 245, 249, 0.6);
  border-color: #F2F2F8;
  color: rgba(182, 184, 209, 0.7);
}
.medium-editor--sm {
  border-radius: 6px;
  font-size: 12px;
  line-height: 14px;
  padding: 4px 8px;
}
.medium-editor h1,
.medium-editor h2,
.medium-editor h3,
.medium-editor li,
.medium-editor p {
  margin-bottom: 1em;
}
.medium-editor h1:last-child,
.medium-editor h2:last-child,
.medium-editor h3:last-child,
.medium-editor li:last-child,
.medium-editor p:last-child {
  margin-bottom: 0;
}
.medium-attached {
  display: none;
}
.medium-toolbar-arrow-under:after {
  top: 60px;
  border-color: var(--color-primary) transparent transparent transparent;
}
.medium-toolbar-arrow-over:before {
  border-color: transparent transparent var(--color-primary) transparent;
}
.medium-editor-toolbar {
  border: 1px solid #F5F5F9;
  background-color: var(--color-primary);
  border-radius: 1px;
}
.medium-editor-toolbar li button {
  min-width: 60px;
  height: 60px;
  border: none;
  border-right: 1px solid #F5F5F9;
  background-color: transparent;
  color: #fff;
  box-sizing: border-box;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.medium-editor-toolbar li button:hover {
  background-color: var(--color-primary);
  color: #fff;
}
.medium-editor-toolbar li .medium-editor-button-first {
  border-top-left-radius: 1px;
  border-bottom-left-radius: 1px;
}
.medium-editor-toolbar li .medium-editor-button-last {
  border-right: none;
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
}
.medium-editor-toolbar li .medium-editor-button-active {
  background-color: var(--color-primary);
  color: #fff;
}
.medium-editor-toolbar-form {
  background: var(--color-primary);
  color: #fff;
  border-radius: 1px;
}
.medium-editor-toolbar-form .medium-editor-toolbar-input {
  height: 60px;
  background: var(--color-primary);
  color: #fff;
}
.medium-editor-toolbar-form a {
  color: #fff;
}
.medium-editor-toolbar-anchor-preview {
  background: var(--color-primary);
  color: #fff;
  border-radius: 1px;
}
.medium-editor-placeholder:after {
  color: #8285A3;
  font-style: normal;
  padding: 12px 16px;
}
.medium-editor-placeholder-relative:after {
  color: #8285A3;
  font-style: normal;
  padding: 0;
}
.medium-editor-element {
  line-height: 1.2;
  word-wrap: normal;
  word-break: normal;
  overflow-wrap: break-word;
}
/* "block/shadow" */
/*.shadow--sm {
	//width: 50px;
	//height: 50px;
	box-shadow: 0.5px 1px 1px hsl(220deg 60% 50% / 0.7);
}
.shadow--md {
	//width: 100px;
	//height: 100px;
	box-shadow: 1px 2px 2px hsl(220deg 60% 50% / 0.333),
		2px 4px 4px hsl(220deg 60% 50% / 0.333),
		3px 6px 6px hsl(220deg 60% 50% / 0.333);
}
.shadow--lg {
	//width: 150px;
	//height: 150px;
	box-shadow: 1px 2px 2px hsl(220deg 60% 50% / 0.2),
		2px 4px 4px hsl(220deg 60% 50% / 0.2),
		4px 8px 8px hsl(220deg 60% 50% / 0.2),
		8px 16px 16px hsl(220deg 60% 50% / 0.2),
		16px 32px 32px hsl(220deg 60% 50% / 0.2);
}
*/
/* "block/zxcvbn" */
.zxcvbn-indicator {
  margin-top: 4px;
}
.zxcvbn-indicator .progress {
  border-radius: 12px;
  border: 2px solid #F5F5F9;
  height: 8px;
  margin-bottom: 4px;
}
.zxcvbn-indicator .bad,
.zxcvbn-indicator .weak,
.zxcvbn-indicator .so-so,
.zxcvbn-indicator .good,
.zxcvbn-indicator .great {
  display: none;
}
.zxcvbn-indicator strong {
  background-color: #ebb5b5;
  border-color: #D05050;
  color: var(--color-black);
  padding: 4px 8px;
}
.strength-bad .progress[value]::-webkit-progress-value,
.strength-weak .progress[value]::-webkit-progress-value {
  background-color: #D05050;
}
.strength-bad .progress[value]::-moz-progress-bar,
.strength-weak .progress[value]::-moz-progress-bar {
  background-color: #D05050;
}
.strength-bad .progress[value]::-ms-fill,
.strength-weak .progress[value]::-ms-fill {
  background-color: #D05050;
}
.strength-so-so .progress[value]::-webkit-progress-value {
  background-color: orange;
}
.strength-so-so .progress[value]::-moz-progress-bar {
  background-color: orange;
}
.strength-so-so .progress[value]::-ms-fill {
  background-color: orange;
}
.strength-good .progress[value]::-webkit-progress-value {
  background-color: #5091D0;
}
.strength-good .progress[value]::-moz-progress-bar {
  background-color: #5091D0;
}
.strength-good .progress[value]::-ms-fill {
  background-color: #5091D0;
}
.strength-great .progress[value]::-webkit-progress-value {
  background-color: #50D091;
}
.strength-great .progress[value]::-moz-progress-bar {
  background-color: #50D091;
}
.strength-great .progress[value]::-ms-fill {
  background-color: #50D091;
}
.strength-bad .bad,
.strength-weak .weak,
.strength-so-so .so-so,
.strength-good .good,
.strength-great .great {
  display: inline-block;
}
.strength-bad strong {
  background-color: #ebb5b5;
  border-color: #D05050;
  color: var(--color-black);
}
.strength-weak strong {
  background-color: #ebb5b5;
  border-color: #D05050;
  color: var(--color-black);
}
.strength-so-so strong {
  background-color: #ffd280;
  border-color: orange;
  color: var(--color-black);
}
.strength-good strong {
  background-color: #b5d0eb;
  border-color: #5091D0;
  color: var(--color-black);
}
.strength-great strong {
  background-color: #b5ebd0;
  border-color: #50D091;
  color: var(--color-black);
}
/* "block/account-setup" */
.alert--acc-setup {
  background-color: var(--color-gray);
  color: var(--color-black);
  padding-left: 8px;
  clear: both;
  margin-bottom: 0;
}
.alert--acc-setup hr {
  border-top-color: #e69500;
}
.alert--acc-setup .alert--link {
  font-weight: bold;
}
.acc-setup {
  margin: 0 auto;
  padding: 4px 0 4px;
  max-width: 1000px;
  overflow: auto;
}
.acc-setup .alert-heading {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 4px;
}
.acc-setup--headings {
  counter-reset: acc-setup-headings;
  list-style: outside none none;
  display: flex;
  padding: 0;
  position: relative;
  min-width: 500px;
}
.acc-setup--headings::before {
  background: var(--color-gray-bold);
  content: "";
  position: absolute;
  top: 15px;
  left: 8%;
  right: 8%;
  height: 3px;
  z-index: 1;
}
.acc-setup--headings-two::before {
  left: 25%;
  right: 25%;
}
.acc-setup--heading {
  font-weight: bold;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  margin: 0 auto;
  text-align: center;
}
.acc-setup--heading::after {
  counter-increment: acc-setup-headings;
  content: "Step " counter(acc-setup-headings);
  color: var(--color-gray-bold);
  font-size: 12px;
}
.acc-setup--heading::before {
  background: #eee;
  border: 3px solid gray;
  border-radius: 16px;
  content: "";
  width: 32px;
  height: 32px;
  margin: 0 auto 4px;
  z-index: 10;
}
.acc-setup--heading.complete::before {
  background: #50D091;
  border-color: #32bb78;
}
.acc-setup--heading.active::before {
  background: white;
  border-color: #5091D0;
}
.acc-setup--heading a {
  display: block;
}
.acc-setup--heading .acc-setup-skip {
  font-size: 12px;
}
@media (min-width: 767px) {
  .acc-setup {
    padding: 4px 0 8px;
  }
  .acc-setup .alert-heading {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 8px;
  }
  .acc-setup-heading {
    font-size: 18px;
  }
  .acc-setup-heading::before {
    background: var(--color-gray);
    border: 3px solid var(--color-border-gray);
    border-radius: 16px;
    content: "";
    width: 32px;
    height: 32px;
    margin: 0 auto 4px;
    z-index: 10;
  }
  .acc-setup-heading .acc-setup-skip {
    font-size: 14px;
  }
}
/* "block/login" */
.login__overlay {
  background: transparent;
  justify-content: left;
}
.login__stack {
  display: flex;
  flex-direction: column;
}
@media (min-width: 767px) {
  .login__stack {
    margin-left: 3rem;
  }
}
/* "block/creator" */
.creator--card .sliderBlock__slider--img {
  background-size: auto;
}
.sliderBlock__slider--user .sliderBlock__slider--img {
  background-color: #fcfcfc;
  border: 1px solid #f8f8f8;
  border-radius: 20px;
  max-width: 240px;
}
/* "block/coa" */
.coa {
  background: var(--color-border-gray);
  padding: 22px;
}
.coa__wrapper {
  display: flex;
}
.coa__wrapper--aside {
  background-color: rgba(4, 4, 5, 0.05);
  flex: 1 1 25%;
  padding: 24px 32px;
}
.coa__wrapper--aside header {
  width: 100%;
}
.coa__wrapper--aside header img {
  aspect-ratio: 1/1;
  display: block;
  width: 100%;
}
.coa__wrapper--aside header a {
  color: var(--color-black);
  display: block;
  margin: 22px 0;
  text-align: center;
}
.coa__wrapper--content {
  background-color: var(--color-white);
  flex: 1 1 75%;
  padding: 42px 32px;
}
.coa__wrapper--content header .coa__logos {
  display: flex;
  justify-content: space-between;
}
.coa__wrapper--content header .coa__logos .coa__fp-logo {
  width: 50%;
}
.coa__wrapper--content header .coa__logos .coa__fp-stamp {
  width: 391px;
}
.coa__wrapper--content header .coa__details h1 {
  line-height: 48px;
  font-family: var(--pfont);
  font-weight: 600;
  font-size: 48px;
}
.coa__wrapper--content header .coa__details h1 span {
  display: block;
  font-size: 24px;
}

