@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * 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)*.8);animation-duration:calc(var(--animate-duration)*.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:translate(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translate(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translate(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translate(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translate(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translate(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translate(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translate(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translate(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translate(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translate(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translate(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(0)}}@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(0)}}.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:skew(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skew(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skew(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skew(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skew(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skew(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skew(-.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:skew(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skew(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skew(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skew(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skew(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skew(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skew(-.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:translate(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translate(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:translate(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translate(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:translate(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translate(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:translate(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translate(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:translate(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translate(-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:translate(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translate(-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:translate(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translate(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:translate(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translate(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)*.75);animation-duration:calc(var(--animate-duration)*.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)*.75);animation-duration:calc(var(--animate-duration)*.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(0);-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(0);-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(0);-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(0);-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)*.75);animation-duration:calc(var(--animate-duration)*.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)*.75);animation-duration:calc(var(--animate-duration)*.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) skew(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skew(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skew(-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) skew(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skew(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skew(-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) skew(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skew(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skew(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) skew(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skew(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skew(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) skew(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skew(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) skew(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skew(-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}/*!
 * Bootstrap Icons v1.13.1 (https://icons.getbootstrap.com/)
 * Copyright 2019-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
 */@font-face{font-display:block;font-family:bootstrap-icons;src:url(/build/assets/bootstrap-icons-mSm7cUeB.woff2?e34853135f9e39acf64315236852cd5a) format("woff2"),url(/build/assets/bootstrap-icons-BeopsB42.woff?e34853135f9e39acf64315236852cd5a) format("woff")}.bi:before,[class^=bi-]:before,[class*=" bi-"]:before{display:inline-block;font-family:bootstrap-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;vertical-align:-.125em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bi-123:before{content:""}.bi-alarm-fill:before{content:""}.bi-alarm:before{content:""}.bi-align-bottom:before{content:""}.bi-align-center:before{content:""}.bi-align-end:before{content:""}.bi-align-middle:before{content:""}.bi-align-start:before{content:""}.bi-align-top:before{content:""}.bi-alt:before{content:""}.bi-app-indicator:before{content:""}.bi-app:before{content:""}.bi-archive-fill:before{content:""}.bi-archive:before{content:""}.bi-arrow-90deg-down:before{content:""}.bi-arrow-90deg-left:before{content:""}.bi-arrow-90deg-right:before{content:""}.bi-arrow-90deg-up:before{content:""}.bi-arrow-bar-down:before{content:""}.bi-arrow-bar-left:before{content:""}.bi-arrow-bar-right:before{content:""}.bi-arrow-bar-up:before{content:""}.bi-arrow-clockwise:before{content:""}.bi-arrow-counterclockwise:before{content:""}.bi-arrow-down-circle-fill:before{content:""}.bi-arrow-down-circle:before{content:""}.bi-arrow-down-left-circle-fill:before{content:""}.bi-arrow-down-left-circle:before{content:""}.bi-arrow-down-left-square-fill:before{content:""}.bi-arrow-down-left-square:before{content:""}.bi-arrow-down-left:before{content:""}.bi-arrow-down-right-circle-fill:before{content:""}.bi-arrow-down-right-circle:before{content:""}.bi-arrow-down-right-square-fill:before{content:""}.bi-arrow-down-right-square:before{content:""}.bi-arrow-down-right:before{content:""}.bi-arrow-down-short:before{content:""}.bi-arrow-down-square-fill:before{content:""}.bi-arrow-down-square:before{content:""}.bi-arrow-down-up:before{content:""}.bi-arrow-down:before{content:""}.bi-arrow-left-circle-fill:before{content:""}.bi-arrow-left-circle:before{content:""}.bi-arrow-left-right:before{content:""}.bi-arrow-left-short:before{content:""}.bi-arrow-left-square-fill:before{content:""}.bi-arrow-left-square:before{content:""}.bi-arrow-left:before{content:""}.bi-arrow-repeat:before{content:""}.bi-arrow-return-left:before{content:""}.bi-arrow-return-right:before{content:""}.bi-arrow-right-circle-fill:before{content:""}.bi-arrow-right-circle:before{content:""}.bi-arrow-right-short:before{content:""}.bi-arrow-right-square-fill:before{content:""}.bi-arrow-right-square:before{content:""}.bi-arrow-right:before{content:""}.bi-arrow-up-circle-fill:before{content:""}.bi-arrow-up-circle:before{content:""}.bi-arrow-up-left-circle-fill:before{content:""}.bi-arrow-up-left-circle:before{content:""}.bi-arrow-up-left-square-fill:before{content:""}.bi-arrow-up-left-square:before{content:""}.bi-arrow-up-left:before{content:""}.bi-arrow-up-right-circle-fill:before{content:""}.bi-arrow-up-right-circle:before{content:""}.bi-arrow-up-right-square-fill:before{content:""}.bi-arrow-up-right-square:before{content:""}.bi-arrow-up-right:before{content:""}.bi-arrow-up-short:before{content:""}.bi-arrow-up-square-fill:before{content:""}.bi-arrow-up-square:before{content:""}.bi-arrow-up:before{content:""}.bi-arrows-angle-contract:before{content:""}.bi-arrows-angle-expand:before{content:""}.bi-arrows-collapse:before{content:""}.bi-arrows-expand:before{content:""}.bi-arrows-fullscreen:before{content:""}.bi-arrows-move:before{content:""}.bi-aspect-ratio-fill:before{content:""}.bi-aspect-ratio:before{content:""}.bi-asterisk:before{content:""}.bi-at:before{content:""}.bi-award-fill:before{content:""}.bi-award:before{content:""}.bi-back:before{content:""}.bi-backspace-fill:before{content:""}.bi-backspace-reverse-fill:before{content:""}.bi-backspace-reverse:before{content:""}.bi-backspace:before{content:""}.bi-badge-3d-fill:before{content:""}.bi-badge-3d:before{content:""}.bi-badge-4k-fill:before{content:""}.bi-badge-4k:before{content:""}.bi-badge-8k-fill:before{content:""}.bi-badge-8k:before{content:""}.bi-badge-ad-fill:before{content:""}.bi-badge-ad:before{content:""}.bi-badge-ar-fill:before{content:""}.bi-badge-ar:before{content:""}.bi-badge-cc-fill:before{content:""}.bi-badge-cc:before{content:""}.bi-badge-hd-fill:before{content:""}.bi-badge-hd:before{content:""}.bi-badge-tm-fill:before{content:""}.bi-badge-tm:before{content:""}.bi-badge-vo-fill:before{content:""}.bi-badge-vo:before{content:""}.bi-badge-vr-fill:before{content:""}.bi-badge-vr:before{content:""}.bi-badge-wc-fill:before{content:""}.bi-badge-wc:before{content:""}.bi-bag-check-fill:before{content:""}.bi-bag-check:before{content:""}.bi-bag-dash-fill:before{content:""}.bi-bag-dash:before{content:""}.bi-bag-fill:before{content:""}.bi-bag-plus-fill:before{content:""}.bi-bag-plus:before{content:""}.bi-bag-x-fill:before{content:""}.bi-bag-x:before{content:""}.bi-bag:before{content:""}.bi-bar-chart-fill:before{content:""}.bi-bar-chart-line-fill:before{content:""}.bi-bar-chart-line:before{content:""}.bi-bar-chart-steps:before{content:""}.bi-bar-chart:before{content:""}.bi-basket-fill:before{content:""}.bi-basket:before{content:""}.bi-basket2-fill:before{content:""}.bi-basket2:before{content:""}.bi-basket3-fill:before{content:""}.bi-basket3:before{content:""}.bi-battery-charging:before{content:""}.bi-battery-full:before{content:""}.bi-battery-half:before{content:""}.bi-battery:before{content:""}.bi-bell-fill:before{content:""}.bi-bell:before{content:""}.bi-bezier:before{content:""}.bi-bezier2:before{content:""}.bi-bicycle:before{content:""}.bi-binoculars-fill:before{content:""}.bi-binoculars:before{content:""}.bi-blockquote-left:before{content:""}.bi-blockquote-right:before{content:""}.bi-book-fill:before{content:""}.bi-book-half:before{content:""}.bi-book:before{content:""}.bi-bookmark-check-fill:before{content:""}.bi-bookmark-check:before{content:""}.bi-bookmark-dash-fill:before{content:""}.bi-bookmark-dash:before{content:""}.bi-bookmark-fill:before{content:""}.bi-bookmark-heart-fill:before{content:""}.bi-bookmark-heart:before{content:""}.bi-bookmark-plus-fill:before{content:""}.bi-bookmark-plus:before{content:""}.bi-bookmark-star-fill:before{content:""}.bi-bookmark-star:before{content:""}.bi-bookmark-x-fill:before{content:""}.bi-bookmark-x:before{content:""}.bi-bookmark:before{content:""}.bi-bookmarks-fill:before{content:""}.bi-bookmarks:before{content:""}.bi-bookshelf:before{content:""}.bi-bootstrap-fill:before{content:""}.bi-bootstrap-reboot:before{content:""}.bi-bootstrap:before{content:""}.bi-border-all:before{content:""}.bi-border-bottom:before{content:""}.bi-border-center:before{content:""}.bi-border-inner:before{content:""}.bi-border-left:before{content:""}.bi-border-middle:before{content:""}.bi-border-outer:before{content:""}.bi-border-right:before{content:""}.bi-border-style:before{content:""}.bi-border-top:before{content:""}.bi-border-width:before{content:""}.bi-border:before{content:""}.bi-bounding-box-circles:before{content:""}.bi-bounding-box:before{content:""}.bi-box-arrow-down-left:before{content:""}.bi-box-arrow-down-right:before{content:""}.bi-box-arrow-down:before{content:""}.bi-box-arrow-in-down-left:before{content:""}.bi-box-arrow-in-down-right:before{content:""}.bi-box-arrow-in-down:before{content:""}.bi-box-arrow-in-left:before{content:""}.bi-box-arrow-in-right:before{content:""}.bi-box-arrow-in-up-left:before{content:""}.bi-box-arrow-in-up-right:before{content:""}.bi-box-arrow-in-up:before{content:""}.bi-box-arrow-left:before{content:""}.bi-box-arrow-right:before{content:""}.bi-box-arrow-up-left:before{content:""}.bi-box-arrow-up-right:before{content:""}.bi-box-arrow-up:before{content:""}.bi-box-seam:before{content:""}.bi-box:before{content:""}.bi-braces:before{content:""}.bi-bricks:before{content:""}.bi-briefcase-fill:before{content:""}.bi-briefcase:before{content:""}.bi-brightness-alt-high-fill:before{content:""}.bi-brightness-alt-high:before{content:""}.bi-brightness-alt-low-fill:before{content:""}.bi-brightness-alt-low:before{content:""}.bi-brightness-high-fill:before{content:""}.bi-brightness-high:before{content:""}.bi-brightness-low-fill:before{content:""}.bi-brightness-low:before{content:""}.bi-broadcast-pin:before{content:""}.bi-broadcast:before{content:""}.bi-brush-fill:before{content:""}.bi-brush:before{content:""}.bi-bucket-fill:before{content:""}.bi-bucket:before{content:""}.bi-bug-fill:before{content:""}.bi-bug:before{content:""}.bi-building:before{content:""}.bi-bullseye:before{content:""}.bi-calculator-fill:before{content:""}.bi-calculator:before{content:""}.bi-calendar-check-fill:before{content:""}.bi-calendar-check:before{content:""}.bi-calendar-date-fill:before{content:""}.bi-calendar-date:before{content:""}.bi-calendar-day-fill:before{content:""}.bi-calendar-day:before{content:""}.bi-calendar-event-fill:before{content:""}.bi-calendar-event:before{content:""}.bi-calendar-fill:before{content:""}.bi-calendar-minus-fill:before{content:""}.bi-calendar-minus:before{content:""}.bi-calendar-month-fill:before{content:""}.bi-calendar-month:before{content:""}.bi-calendar-plus-fill:before{content:""}.bi-calendar-plus:before{content:""}.bi-calendar-range-fill:before{content:""}.bi-calendar-range:before{content:""}.bi-calendar-week-fill:before{content:""}.bi-calendar-week:before{content:""}.bi-calendar-x-fill:before{content:""}.bi-calendar-x:before{content:""}.bi-calendar:before{content:""}.bi-calendar2-check-fill:before{content:""}.bi-calendar2-check:before{content:""}.bi-calendar2-date-fill:before{content:""}.bi-calendar2-date:before{content:""}.bi-calendar2-day-fill:before{content:""}.bi-calendar2-day:before{content:""}.bi-calendar2-event-fill:before{content:""}.bi-calendar2-event:before{content:""}.bi-calendar2-fill:before{content:""}.bi-calendar2-minus-fill:before{content:""}.bi-calendar2-minus:before{content:""}.bi-calendar2-month-fill:before{content:""}.bi-calendar2-month:before{content:""}.bi-calendar2-plus-fill:before{content:""}.bi-calendar2-plus:before{content:""}.bi-calendar2-range-fill:before{content:""}.bi-calendar2-range:before{content:""}.bi-calendar2-week-fill:before{content:""}.bi-calendar2-week:before{content:""}.bi-calendar2-x-fill:before{content:""}.bi-calendar2-x:before{content:""}.bi-calendar2:before{content:""}.bi-calendar3-event-fill:before{content:""}.bi-calendar3-event:before{content:""}.bi-calendar3-fill:before{content:""}.bi-calendar3-range-fill:before{content:""}.bi-calendar3-range:before{content:""}.bi-calendar3-week-fill:before{content:""}.bi-calendar3-week:before{content:""}.bi-calendar3:before{content:""}.bi-calendar4-event:before{content:""}.bi-calendar4-range:before{content:""}.bi-calendar4-week:before{content:""}.bi-calendar4:before{content:""}.bi-camera-fill:before{content:""}.bi-camera-reels-fill:before{content:""}.bi-camera-reels:before{content:""}.bi-camera-video-fill:before{content:""}.bi-camera-video-off-fill:before{content:""}.bi-camera-video-off:before{content:""}.bi-camera-video:before{content:""}.bi-camera:before{content:""}.bi-camera2:before{content:""}.bi-capslock-fill:before{content:""}.bi-capslock:before{content:""}.bi-card-checklist:before{content:""}.bi-card-heading:before{content:""}.bi-card-image:before{content:""}.bi-card-list:before{content:""}.bi-card-text:before{content:""}.bi-caret-down-fill:before{content:""}.bi-caret-down-square-fill:before{content:""}.bi-caret-down-square:before{content:""}.bi-caret-down:before{content:""}.bi-caret-left-fill:before{content:""}.bi-caret-left-square-fill:before{content:""}.bi-caret-left-square:before{content:""}.bi-caret-left:before{content:""}.bi-caret-right-fill:before{content:""}.bi-caret-right-square-fill:before{content:""}.bi-caret-right-square:before{content:""}.bi-caret-right:before{content:""}.bi-caret-up-fill:before{content:""}.bi-caret-up-square-fill:before{content:""}.bi-caret-up-square:before{content:""}.bi-caret-up:before{content:""}.bi-cart-check-fill:before{content:""}.bi-cart-check:before{content:""}.bi-cart-dash-fill:before{content:""}.bi-cart-dash:before{content:""}.bi-cart-fill:before{content:""}.bi-cart-plus-fill:before{content:""}.bi-cart-plus:before{content:""}.bi-cart-x-fill:before{content:""}.bi-cart-x:before{content:""}.bi-cart:before{content:""}.bi-cart2:before{content:""}.bi-cart3:before{content:""}.bi-cart4:before{content:""}.bi-cash-stack:before{content:""}.bi-cash:before{content:""}.bi-cast:before{content:""}.bi-chat-dots-fill:before{content:""}.bi-chat-dots:before{content:""}.bi-chat-fill:before{content:""}.bi-chat-left-dots-fill:before{content:""}.bi-chat-left-dots:before{content:""}.bi-chat-left-fill:before{content:""}.bi-chat-left-quote-fill:before{content:""}.bi-chat-left-quote:before{content:""}.bi-chat-left-text-fill:before{content:""}.bi-chat-left-text:before{content:""}.bi-chat-left:before{content:""}.bi-chat-quote-fill:before{content:""}.bi-chat-quote:before{content:""}.bi-chat-right-dots-fill:before{content:""}.bi-chat-right-dots:before{content:""}.bi-chat-right-fill:before{content:""}.bi-chat-right-quote-fill:before{content:""}.bi-chat-right-quote:before{content:""}.bi-chat-right-text-fill:before{content:""}.bi-chat-right-text:before{content:""}.bi-chat-right:before{content:""}.bi-chat-square-dots-fill:before{content:""}.bi-chat-square-dots:before{content:""}.bi-chat-square-fill:before{content:""}.bi-chat-square-quote-fill:before{content:""}.bi-chat-square-quote:before{content:""}.bi-chat-square-text-fill:before{content:""}.bi-chat-square-text:before{content:""}.bi-chat-square:before{content:""}.bi-chat-text-fill:before{content:""}.bi-chat-text:before{content:""}.bi-chat:before{content:""}.bi-check-all:before{content:""}.bi-check-circle-fill:before{content:""}.bi-check-circle:before{content:""}.bi-check-square-fill:before{content:""}.bi-check-square:before{content:""}.bi-check:before{content:""}.bi-check2-all:before{content:""}.bi-check2-circle:before{content:""}.bi-check2-square:before{content:""}.bi-check2:before{content:""}.bi-chevron-bar-contract:before{content:""}.bi-chevron-bar-down:before{content:""}.bi-chevron-bar-expand:before{content:""}.bi-chevron-bar-left:before{content:""}.bi-chevron-bar-right:before{content:""}.bi-chevron-bar-up:before{content:""}.bi-chevron-compact-down:before{content:""}.bi-chevron-compact-left:before{content:""}.bi-chevron-compact-right:before{content:""}.bi-chevron-compact-up:before{content:""}.bi-chevron-contract:before{content:""}.bi-chevron-double-down:before{content:""}.bi-chevron-double-left:before{content:""}.bi-chevron-double-right:before{content:""}.bi-chevron-double-up:before{content:""}.bi-chevron-down:before{content:""}.bi-chevron-expand:before{content:""}.bi-chevron-left:before{content:""}.bi-chevron-right:before{content:""}.bi-chevron-up:before{content:""}.bi-circle-fill:before{content:""}.bi-circle-half:before{content:""}.bi-circle-square:before{content:""}.bi-circle:before{content:""}.bi-clipboard-check:before{content:""}.bi-clipboard-data:before{content:""}.bi-clipboard-minus:before{content:""}.bi-clipboard-plus:before{content:""}.bi-clipboard-x:before{content:""}.bi-clipboard:before{content:""}.bi-clock-fill:before{content:""}.bi-clock-history:before{content:""}.bi-clock:before{content:""}.bi-cloud-arrow-down-fill:before{content:""}.bi-cloud-arrow-down:before{content:""}.bi-cloud-arrow-up-fill:before{content:""}.bi-cloud-arrow-up:before{content:""}.bi-cloud-check-fill:before{content:""}.bi-cloud-check:before{content:""}.bi-cloud-download-fill:before{content:""}.bi-cloud-download:before{content:""}.bi-cloud-drizzle-fill:before{content:""}.bi-cloud-drizzle:before{content:""}.bi-cloud-fill:before{content:""}.bi-cloud-fog-fill:before{content:""}.bi-cloud-fog:before{content:""}.bi-cloud-fog2-fill:before{content:""}.bi-cloud-fog2:before{content:""}.bi-cloud-hail-fill:before{content:""}.bi-cloud-hail:before{content:""}.bi-cloud-haze-fill:before{content:""}.bi-cloud-haze:before{content:""}.bi-cloud-haze2-fill:before{content:""}.bi-cloud-lightning-fill:before{content:""}.bi-cloud-lightning-rain-fill:before{content:""}.bi-cloud-lightning-rain:before{content:""}.bi-cloud-lightning:before{content:""}.bi-cloud-minus-fill:before{content:""}.bi-cloud-minus:before{content:""}.bi-cloud-moon-fill:before{content:""}.bi-cloud-moon:before{content:""}.bi-cloud-plus-fill:before{content:""}.bi-cloud-plus:before{content:""}.bi-cloud-rain-fill:before{content:""}.bi-cloud-rain-heavy-fill:before{content:""}.bi-cloud-rain-heavy:before{content:""}.bi-cloud-rain:before{content:""}.bi-cloud-slash-fill:before{content:""}.bi-cloud-slash:before{content:""}.bi-cloud-sleet-fill:before{content:""}.bi-cloud-sleet:before{content:""}.bi-cloud-snow-fill:before{content:""}.bi-cloud-snow:before{content:""}.bi-cloud-sun-fill:before{content:""}.bi-cloud-sun:before{content:""}.bi-cloud-upload-fill:before{content:""}.bi-cloud-upload:before{content:""}.bi-cloud:before{content:""}.bi-clouds-fill:before{content:""}.bi-clouds:before{content:""}.bi-cloudy-fill:before{content:""}.bi-cloudy:before{content:""}.bi-code-slash:before{content:""}.bi-code-square:before{content:""}.bi-code:before{content:""}.bi-collection-fill:before{content:""}.bi-collection-play-fill:before{content:""}.bi-collection-play:before{content:""}.bi-collection:before{content:""}.bi-columns-gap:before{content:""}.bi-columns:before{content:""}.bi-command:before{content:""}.bi-compass-fill:before{content:""}.bi-compass:before{content:""}.bi-cone-striped:before{content:""}.bi-cone:before{content:""}.bi-controller:before{content:""}.bi-cpu-fill:before{content:""}.bi-cpu:before{content:""}.bi-credit-card-2-back-fill:before{content:""}.bi-credit-card-2-back:before{content:""}.bi-credit-card-2-front-fill:before{content:""}.bi-credit-card-2-front:before{content:""}.bi-credit-card-fill:before{content:""}.bi-credit-card:before{content:""}.bi-crop:before{content:""}.bi-cup-fill:before{content:""}.bi-cup-straw:before{content:""}.bi-cup:before{content:""}.bi-cursor-fill:before{content:""}.bi-cursor-text:before{content:""}.bi-cursor:before{content:""}.bi-dash-circle-dotted:before{content:""}.bi-dash-circle-fill:before{content:""}.bi-dash-circle:before{content:""}.bi-dash-square-dotted:before{content:""}.bi-dash-square-fill:before{content:""}.bi-dash-square:before{content:""}.bi-dash:before{content:""}.bi-diagram-2-fill:before{content:""}.bi-diagram-2:before{content:""}.bi-diagram-3-fill:before{content:""}.bi-diagram-3:before{content:""}.bi-diamond-fill:before{content:""}.bi-diamond-half:before{content:""}.bi-diamond:before{content:""}.bi-dice-1-fill:before{content:""}.bi-dice-1:before{content:""}.bi-dice-2-fill:before{content:""}.bi-dice-2:before{content:""}.bi-dice-3-fill:before{content:""}.bi-dice-3:before{content:""}.bi-dice-4-fill:before{content:""}.bi-dice-4:before{content:""}.bi-dice-5-fill:before{content:""}.bi-dice-5:before{content:""}.bi-dice-6-fill:before{content:""}.bi-dice-6:before{content:""}.bi-disc-fill:before{content:""}.bi-disc:before{content:""}.bi-discord:before{content:""}.bi-display-fill:before{content:""}.bi-display:before{content:""}.bi-distribute-horizontal:before{content:""}.bi-distribute-vertical:before{content:""}.bi-door-closed-fill:before{content:""}.bi-door-closed:before{content:""}.bi-door-open-fill:before{content:""}.bi-door-open:before{content:""}.bi-dot:before{content:""}.bi-download:before{content:""}.bi-droplet-fill:before{content:""}.bi-droplet-half:before{content:""}.bi-droplet:before{content:""}.bi-earbuds:before{content:""}.bi-easel-fill:before{content:""}.bi-easel:before{content:""}.bi-egg-fill:before{content:""}.bi-egg-fried:before{content:""}.bi-egg:before{content:""}.bi-eject-fill:before{content:""}.bi-eject:before{content:""}.bi-emoji-angry-fill:before{content:""}.bi-emoji-angry:before{content:""}.bi-emoji-dizzy-fill:before{content:""}.bi-emoji-dizzy:before{content:""}.bi-emoji-expressionless-fill:before{content:""}.bi-emoji-expressionless:before{content:""}.bi-emoji-frown-fill:before{content:""}.bi-emoji-frown:before{content:""}.bi-emoji-heart-eyes-fill:before{content:""}.bi-emoji-heart-eyes:before{content:""}.bi-emoji-laughing-fill:before{content:""}.bi-emoji-laughing:before{content:""}.bi-emoji-neutral-fill:before{content:""}.bi-emoji-neutral:before{content:""}.bi-emoji-smile-fill:before{content:""}.bi-emoji-smile-upside-down-fill:before{content:""}.bi-emoji-smile-upside-down:before{content:""}.bi-emoji-smile:before{content:""}.bi-emoji-sunglasses-fill:before{content:""}.bi-emoji-sunglasses:before{content:""}.bi-emoji-wink-fill:before{content:""}.bi-emoji-wink:before{content:""}.bi-envelope-fill:before{content:""}.bi-envelope-open-fill:before{content:""}.bi-envelope-open:before{content:""}.bi-envelope:before{content:""}.bi-eraser-fill:before{content:""}.bi-eraser:before{content:""}.bi-exclamation-circle-fill:before{content:""}.bi-exclamation-circle:before{content:""}.bi-exclamation-diamond-fill:before{content:""}.bi-exclamation-diamond:before{content:""}.bi-exclamation-octagon-fill:before{content:""}.bi-exclamation-octagon:before{content:""}.bi-exclamation-square-fill:before{content:""}.bi-exclamation-square:before{content:""}.bi-exclamation-triangle-fill:before{content:""}.bi-exclamation-triangle:before{content:""}.bi-exclamation:before{content:""}.bi-exclude:before{content:""}.bi-eye-fill:before{content:""}.bi-eye-slash-fill:before{content:""}.bi-eye-slash:before{content:""}.bi-eye:before{content:""}.bi-eyedropper:before{content:""}.bi-eyeglasses:before{content:""}.bi-facebook:before{content:""}.bi-file-arrow-down-fill:before{content:""}.bi-file-arrow-down:before{content:""}.bi-file-arrow-up-fill:before{content:""}.bi-file-arrow-up:before{content:""}.bi-file-bar-graph-fill:before{content:""}.bi-file-bar-graph:before{content:""}.bi-file-binary-fill:before{content:""}.bi-file-binary:before{content:""}.bi-file-break-fill:before{content:""}.bi-file-break:before{content:""}.bi-file-check-fill:before{content:""}.bi-file-check:before{content:""}.bi-file-code-fill:before{content:""}.bi-file-code:before{content:""}.bi-file-diff-fill:before{content:""}.bi-file-diff:before{content:""}.bi-file-earmark-arrow-down-fill:before{content:""}.bi-file-earmark-arrow-down:before{content:""}.bi-file-earmark-arrow-up-fill:before{content:""}.bi-file-earmark-arrow-up:before{content:""}.bi-file-earmark-bar-graph-fill:before{content:""}.bi-file-earmark-bar-graph:before{content:""}.bi-file-earmark-binary-fill:before{content:""}.bi-file-earmark-binary:before{content:""}.bi-file-earmark-break-fill:before{content:""}.bi-file-earmark-break:before{content:""}.bi-file-earmark-check-fill:before{content:""}.bi-file-earmark-check:before{content:""}.bi-file-earmark-code-fill:before{content:""}.bi-file-earmark-code:before{content:""}.bi-file-earmark-diff-fill:before{content:""}.bi-file-earmark-diff:before{content:""}.bi-file-earmark-easel-fill:before{content:""}.bi-file-earmark-easel:before{content:""}.bi-file-earmark-excel-fill:before{content:""}.bi-file-earmark-excel:before{content:""}.bi-file-earmark-fill:before{content:""}.bi-file-earmark-font-fill:before{content:""}.bi-file-earmark-font:before{content:""}.bi-file-earmark-image-fill:before{content:""}.bi-file-earmark-image:before{content:""}.bi-file-earmark-lock-fill:before{content:""}.bi-file-earmark-lock:before{content:""}.bi-file-earmark-lock2-fill:before{content:""}.bi-file-earmark-lock2:before{content:""}.bi-file-earmark-medical-fill:before{content:""}.bi-file-earmark-medical:before{content:""}.bi-file-earmark-minus-fill:before{content:""}.bi-file-earmark-minus:before{content:""}.bi-file-earmark-music-fill:before{content:""}.bi-file-earmark-music:before{content:""}.bi-file-earmark-person-fill:before{content:""}.bi-file-earmark-person:before{content:""}.bi-file-earmark-play-fill:before{content:""}.bi-file-earmark-play:before{content:""}.bi-file-earmark-plus-fill:before{content:""}.bi-file-earmark-plus:before{content:""}.bi-file-earmark-post-fill:before{content:""}.bi-file-earmark-post:before{content:""}.bi-file-earmark-ppt-fill:before{content:""}.bi-file-earmark-ppt:before{content:""}.bi-file-earmark-richtext-fill:before{content:""}.bi-file-earmark-richtext:before{content:""}.bi-file-earmark-ruled-fill:before{content:""}.bi-file-earmark-ruled:before{content:""}.bi-file-earmark-slides-fill:before{content:""}.bi-file-earmark-slides:before{content:""}.bi-file-earmark-spreadsheet-fill:before{content:""}.bi-file-earmark-spreadsheet:before{content:""}.bi-file-earmark-text-fill:before{content:""}.bi-file-earmark-text:before{content:""}.bi-file-earmark-word-fill:before{content:""}.bi-file-earmark-word:before{content:""}.bi-file-earmark-x-fill:before{content:""}.bi-file-earmark-x:before{content:""}.bi-file-earmark-zip-fill:before{content:""}.bi-file-earmark-zip:before{content:""}.bi-file-earmark:before{content:""}.bi-file-easel-fill:before{content:""}.bi-file-easel:before{content:""}.bi-file-excel-fill:before{content:""}.bi-file-excel:before{content:""}.bi-file-fill:before{content:""}.bi-file-font-fill:before{content:""}.bi-file-font:before{content:""}.bi-file-image-fill:before{content:""}.bi-file-image:before{content:""}.bi-file-lock-fill:before{content:""}.bi-file-lock:before{content:""}.bi-file-lock2-fill:before{content:""}.bi-file-lock2:before{content:""}.bi-file-medical-fill:before{content:""}.bi-file-medical:before{content:""}.bi-file-minus-fill:before{content:""}.bi-file-minus:before{content:""}.bi-file-music-fill:before{content:""}.bi-file-music:before{content:""}.bi-file-person-fill:before{content:""}.bi-file-person:before{content:""}.bi-file-play-fill:before{content:""}.bi-file-play:before{content:""}.bi-file-plus-fill:before{content:""}.bi-file-plus:before{content:""}.bi-file-post-fill:before{content:""}.bi-file-post:before{content:""}.bi-file-ppt-fill:before{content:""}.bi-file-ppt:before{content:""}.bi-file-richtext-fill:before{content:""}.bi-file-richtext:before{content:""}.bi-file-ruled-fill:before{content:""}.bi-file-ruled:before{content:""}.bi-file-slides-fill:before{content:""}.bi-file-slides:before{content:""}.bi-file-spreadsheet-fill:before{content:""}.bi-file-spreadsheet:before{content:""}.bi-file-text-fill:before{content:""}.bi-file-text:before{content:""}.bi-file-word-fill:before{content:""}.bi-file-word:before{content:""}.bi-file-x-fill:before{content:""}.bi-file-x:before{content:""}.bi-file-zip-fill:before{content:""}.bi-file-zip:before{content:""}.bi-file:before{content:""}.bi-files-alt:before{content:""}.bi-files:before{content:""}.bi-film:before{content:""}.bi-filter-circle-fill:before{content:""}.bi-filter-circle:before{content:""}.bi-filter-left:before{content:""}.bi-filter-right:before{content:""}.bi-filter-square-fill:before{content:""}.bi-filter-square:before{content:""}.bi-filter:before{content:""}.bi-flag-fill:before{content:""}.bi-flag:before{content:""}.bi-flower1:before{content:""}.bi-flower2:before{content:""}.bi-flower3:before{content:""}.bi-folder-check:before{content:""}.bi-folder-fill:before{content:""}.bi-folder-minus:before{content:""}.bi-folder-plus:before{content:""}.bi-folder-symlink-fill:before{content:""}.bi-folder-symlink:before{content:""}.bi-folder-x:before{content:""}.bi-folder:before{content:""}.bi-folder2-open:before{content:""}.bi-folder2:before{content:""}.bi-fonts:before{content:""}.bi-forward-fill:before{content:""}.bi-forward:before{content:""}.bi-front:before{content:""}.bi-fullscreen-exit:before{content:""}.bi-fullscreen:before{content:""}.bi-funnel-fill:before{content:""}.bi-funnel:before{content:""}.bi-gear-fill:before{content:""}.bi-gear-wide-connected:before{content:""}.bi-gear-wide:before{content:""}.bi-gear:before{content:""}.bi-gem:before{content:""}.bi-geo-alt-fill:before{content:""}.bi-geo-alt:before{content:""}.bi-geo-fill:before{content:""}.bi-geo:before{content:""}.bi-gift-fill:before{content:""}.bi-gift:before{content:""}.bi-github:before{content:""}.bi-globe:before{content:""}.bi-globe2:before{content:""}.bi-google:before{content:""}.bi-graph-down:before{content:""}.bi-graph-up:before{content:""}.bi-grid-1x2-fill:before{content:""}.bi-grid-1x2:before{content:""}.bi-grid-3x2-gap-fill:before{content:""}.bi-grid-3x2-gap:before{content:""}.bi-grid-3x2:before{content:""}.bi-grid-3x3-gap-fill:before{content:""}.bi-grid-3x3-gap:before{content:""}.bi-grid-3x3:before{content:""}.bi-grid-fill:before{content:""}.bi-grid:before{content:""}.bi-grip-horizontal:before{content:""}.bi-grip-vertical:before{content:""}.bi-hammer:before{content:""}.bi-hand-index-fill:before{content:""}.bi-hand-index-thumb-fill:before{content:""}.bi-hand-index-thumb:before{content:""}.bi-hand-index:before{content:""}.bi-hand-thumbs-down-fill:before{content:""}.bi-hand-thumbs-down:before{content:""}.bi-hand-thumbs-up-fill:before{content:""}.bi-hand-thumbs-up:before{content:""}.bi-handbag-fill:before{content:""}.bi-handbag:before{content:""}.bi-hash:before{content:""}.bi-hdd-fill:before{content:""}.bi-hdd-network-fill:before{content:""}.bi-hdd-network:before{content:""}.bi-hdd-rack-fill:before{content:""}.bi-hdd-rack:before{content:""}.bi-hdd-stack-fill:before{content:""}.bi-hdd-stack:before{content:""}.bi-hdd:before{content:""}.bi-headphones:before{content:""}.bi-headset:before{content:""}.bi-heart-fill:before{content:""}.bi-heart-half:before{content:""}.bi-heart:before{content:""}.bi-heptagon-fill:before{content:""}.bi-heptagon-half:before{content:""}.bi-heptagon:before{content:""}.bi-hexagon-fill:before{content:""}.bi-hexagon-half:before{content:""}.bi-hexagon:before{content:""}.bi-hourglass-bottom:before{content:""}.bi-hourglass-split:before{content:""}.bi-hourglass-top:before{content:""}.bi-hourglass:before{content:""}.bi-house-door-fill:before{content:""}.bi-house-door:before{content:""}.bi-house-fill:before{content:""}.bi-house:before{content:""}.bi-hr:before{content:""}.bi-hurricane:before{content:""}.bi-image-alt:before{content:""}.bi-image-fill:before{content:""}.bi-image:before{content:""}.bi-images:before{content:""}.bi-inbox-fill:before{content:""}.bi-inbox:before{content:""}.bi-inboxes-fill:before{content:""}.bi-inboxes:before{content:""}.bi-info-circle-fill:before{content:""}.bi-info-circle:before{content:""}.bi-info-square-fill:before{content:""}.bi-info-square:before{content:""}.bi-info:before{content:""}.bi-input-cursor-text:before{content:""}.bi-input-cursor:before{content:""}.bi-instagram:before{content:""}.bi-intersect:before{content:""}.bi-journal-album:before{content:""}.bi-journal-arrow-down:before{content:""}.bi-journal-arrow-up:before{content:""}.bi-journal-bookmark-fill:before{content:""}.bi-journal-bookmark:before{content:""}.bi-journal-check:before{content:""}.bi-journal-code:before{content:""}.bi-journal-medical:before{content:""}.bi-journal-minus:before{content:""}.bi-journal-plus:before{content:""}.bi-journal-richtext:before{content:""}.bi-journal-text:before{content:""}.bi-journal-x:before{content:""}.bi-journal:before{content:""}.bi-journals:before{content:""}.bi-joystick:before{content:""}.bi-justify-left:before{content:""}.bi-justify-right:before{content:""}.bi-justify:before{content:""}.bi-kanban-fill:before{content:""}.bi-kanban:before{content:""}.bi-key-fill:before{content:""}.bi-key:before{content:""}.bi-keyboard-fill:before{content:""}.bi-keyboard:before{content:""}.bi-ladder:before{content:""}.bi-lamp-fill:before{content:""}.bi-lamp:before{content:""}.bi-laptop-fill:before{content:""}.bi-laptop:before{content:""}.bi-layer-backward:before{content:""}.bi-layer-forward:before{content:""}.bi-layers-fill:before{content:""}.bi-layers-half:before{content:""}.bi-layers:before{content:""}.bi-layout-sidebar-inset-reverse:before{content:""}.bi-layout-sidebar-inset:before{content:""}.bi-layout-sidebar-reverse:before{content:""}.bi-layout-sidebar:before{content:""}.bi-layout-split:before{content:""}.bi-layout-text-sidebar-reverse:before{content:""}.bi-layout-text-sidebar:before{content:""}.bi-layout-text-window-reverse:before{content:""}.bi-layout-text-window:before{content:""}.bi-layout-three-columns:before{content:""}.bi-layout-wtf:before{content:""}.bi-life-preserver:before{content:""}.bi-lightbulb-fill:before{content:""}.bi-lightbulb-off-fill:before{content:""}.bi-lightbulb-off:before{content:""}.bi-lightbulb:before{content:""}.bi-lightning-charge-fill:before{content:""}.bi-lightning-charge:before{content:""}.bi-lightning-fill:before{content:""}.bi-lightning:before{content:""}.bi-link-45deg:before{content:""}.bi-link:before{content:""}.bi-linkedin:before{content:""}.bi-list-check:before{content:""}.bi-list-nested:before{content:""}.bi-list-ol:before{content:""}.bi-list-stars:before{content:""}.bi-list-task:before{content:""}.bi-list-ul:before{content:""}.bi-list:before{content:""}.bi-lock-fill:before{content:""}.bi-lock:before{content:""}.bi-mailbox:before{content:""}.bi-mailbox2:before{content:""}.bi-map-fill:before{content:""}.bi-map:before{content:""}.bi-markdown-fill:before{content:""}.bi-markdown:before{content:""}.bi-mask:before{content:""}.bi-megaphone-fill:before{content:""}.bi-megaphone:before{content:""}.bi-menu-app-fill:before{content:""}.bi-menu-app:before{content:""}.bi-menu-button-fill:before{content:""}.bi-menu-button-wide-fill:before{content:""}.bi-menu-button-wide:before{content:""}.bi-menu-button:before{content:""}.bi-menu-down:before{content:""}.bi-menu-up:before{content:""}.bi-mic-fill:before{content:""}.bi-mic-mute-fill:before{content:""}.bi-mic-mute:before{content:""}.bi-mic:before{content:""}.bi-minecart-loaded:before{content:""}.bi-minecart:before{content:""}.bi-moisture:before{content:""}.bi-moon-fill:before{content:""}.bi-moon-stars-fill:before{content:""}.bi-moon-stars:before{content:""}.bi-moon:before{content:""}.bi-mouse-fill:before{content:""}.bi-mouse:before{content:""}.bi-mouse2-fill:before{content:""}.bi-mouse2:before{content:""}.bi-mouse3-fill:before{content:""}.bi-mouse3:before{content:""}.bi-music-note-beamed:before{content:""}.bi-music-note-list:before{content:""}.bi-music-note:before{content:""}.bi-music-player-fill:before{content:""}.bi-music-player:before{content:""}.bi-newspaper:before{content:""}.bi-node-minus-fill:before{content:""}.bi-node-minus:before{content:""}.bi-node-plus-fill:before{content:""}.bi-node-plus:before{content:""}.bi-nut-fill:before{content:""}.bi-nut:before{content:""}.bi-octagon-fill:before{content:""}.bi-octagon-half:before{content:""}.bi-octagon:before{content:""}.bi-option:before{content:""}.bi-outlet:before{content:""}.bi-paint-bucket:before{content:""}.bi-palette-fill:before{content:""}.bi-palette:before{content:""}.bi-palette2:before{content:""}.bi-paperclip:before{content:""}.bi-paragraph:before{content:""}.bi-patch-check-fill:before{content:""}.bi-patch-check:before{content:""}.bi-patch-exclamation-fill:before{content:""}.bi-patch-exclamation:before{content:""}.bi-patch-minus-fill:before{content:""}.bi-patch-minus:before{content:""}.bi-patch-plus-fill:before{content:""}.bi-patch-plus:before{content:""}.bi-patch-question-fill:before{content:""}.bi-patch-question:before{content:""}.bi-pause-btn-fill:before{content:""}.bi-pause-btn:before{content:""}.bi-pause-circle-fill:before{content:""}.bi-pause-circle:before{content:""}.bi-pause-fill:before{content:""}.bi-pause:before{content:""}.bi-peace-fill:before{content:""}.bi-peace:before{content:""}.bi-pen-fill:before{content:""}.bi-pen:before{content:""}.bi-pencil-fill:before{content:""}.bi-pencil-square:before{content:""}.bi-pencil:before{content:""}.bi-pentagon-fill:before{content:""}.bi-pentagon-half:before{content:""}.bi-pentagon:before{content:""}.bi-people-fill:before{content:""}.bi-people:before{content:""}.bi-percent:before{content:""}.bi-person-badge-fill:before{content:""}.bi-person-badge:before{content:""}.bi-person-bounding-box:before{content:""}.bi-person-check-fill:before{content:""}.bi-person-check:before{content:""}.bi-person-circle:before{content:""}.bi-person-dash-fill:before{content:""}.bi-person-dash:before{content:""}.bi-person-fill:before{content:""}.bi-person-lines-fill:before{content:""}.bi-person-plus-fill:before{content:""}.bi-person-plus:before{content:""}.bi-person-square:before{content:""}.bi-person-x-fill:before{content:""}.bi-person-x:before{content:""}.bi-person:before{content:""}.bi-phone-fill:before{content:""}.bi-phone-landscape-fill:before{content:""}.bi-phone-landscape:before{content:""}.bi-phone-vibrate-fill:before{content:""}.bi-phone-vibrate:before{content:""}.bi-phone:before{content:""}.bi-pie-chart-fill:before{content:""}.bi-pie-chart:before{content:""}.bi-pin-angle-fill:before{content:""}.bi-pin-angle:before{content:""}.bi-pin-fill:before{content:""}.bi-pin:before{content:""}.bi-pip-fill:before{content:""}.bi-pip:before{content:""}.bi-play-btn-fill:before{content:""}.bi-play-btn:before{content:""}.bi-play-circle-fill:before{content:""}.bi-play-circle:before{content:""}.bi-play-fill:before{content:""}.bi-play:before{content:""}.bi-plug-fill:before{content:""}.bi-plug:before{content:""}.bi-plus-circle-dotted:before{content:""}.bi-plus-circle-fill:before{content:""}.bi-plus-circle:before{content:""}.bi-plus-square-dotted:before{content:""}.bi-plus-square-fill:before{content:""}.bi-plus-square:before{content:""}.bi-plus:before{content:""}.bi-power:before{content:""}.bi-printer-fill:before{content:""}.bi-printer:before{content:""}.bi-puzzle-fill:before{content:""}.bi-puzzle:before{content:""}.bi-question-circle-fill:before{content:""}.bi-question-circle:before{content:""}.bi-question-diamond-fill:before{content:""}.bi-question-diamond:before{content:""}.bi-question-octagon-fill:before{content:""}.bi-question-octagon:before{content:""}.bi-question-square-fill:before{content:""}.bi-question-square:before{content:""}.bi-question:before{content:""}.bi-rainbow:before{content:""}.bi-receipt-cutoff:before{content:""}.bi-receipt:before{content:""}.bi-reception-0:before{content:""}.bi-reception-1:before{content:""}.bi-reception-2:before{content:""}.bi-reception-3:before{content:""}.bi-reception-4:before{content:""}.bi-record-btn-fill:before{content:""}.bi-record-btn:before{content:""}.bi-record-circle-fill:before{content:""}.bi-record-circle:before{content:""}.bi-record-fill:before{content:""}.bi-record:before{content:""}.bi-record2-fill:before{content:""}.bi-record2:before{content:""}.bi-reply-all-fill:before{content:""}.bi-reply-all:before{content:""}.bi-reply-fill:before{content:""}.bi-reply:before{content:""}.bi-rss-fill:before{content:""}.bi-rss:before{content:""}.bi-rulers:before{content:""}.bi-save-fill:before{content:""}.bi-save:before{content:""}.bi-save2-fill:before{content:""}.bi-save2:before{content:""}.bi-scissors:before{content:""}.bi-screwdriver:before{content:""}.bi-search:before{content:""}.bi-segmented-nav:before{content:""}.bi-server:before{content:""}.bi-share-fill:before{content:""}.bi-share:before{content:""}.bi-shield-check:before{content:""}.bi-shield-exclamation:before{content:""}.bi-shield-fill-check:before{content:""}.bi-shield-fill-exclamation:before{content:""}.bi-shield-fill-minus:before{content:""}.bi-shield-fill-plus:before{content:""}.bi-shield-fill-x:before{content:""}.bi-shield-fill:before{content:""}.bi-shield-lock-fill:before{content:""}.bi-shield-lock:before{content:""}.bi-shield-minus:before{content:""}.bi-shield-plus:before{content:""}.bi-shield-shaded:before{content:""}.bi-shield-slash-fill:before{content:""}.bi-shield-slash:before{content:""}.bi-shield-x:before{content:""}.bi-shield:before{content:""}.bi-shift-fill:before{content:""}.bi-shift:before{content:""}.bi-shop-window:before{content:""}.bi-shop:before{content:""}.bi-shuffle:before{content:""}.bi-signpost-2-fill:before{content:""}.bi-signpost-2:before{content:""}.bi-signpost-fill:before{content:""}.bi-signpost-split-fill:before{content:""}.bi-signpost-split:before{content:""}.bi-signpost:before{content:""}.bi-sim-fill:before{content:""}.bi-sim:before{content:""}.bi-skip-backward-btn-fill:before{content:""}.bi-skip-backward-btn:before{content:""}.bi-skip-backward-circle-fill:before{content:""}.bi-skip-backward-circle:before{content:""}.bi-skip-backward-fill:before{content:""}.bi-skip-backward:before{content:""}.bi-skip-end-btn-fill:before{content:""}.bi-skip-end-btn:before{content:""}.bi-skip-end-circle-fill:before{content:""}.bi-skip-end-circle:before{content:""}.bi-skip-end-fill:before{content:""}.bi-skip-end:before{content:""}.bi-skip-forward-btn-fill:before{content:""}.bi-skip-forward-btn:before{content:""}.bi-skip-forward-circle-fill:before{content:""}.bi-skip-forward-circle:before{content:""}.bi-skip-forward-fill:before{content:""}.bi-skip-forward:before{content:""}.bi-skip-start-btn-fill:before{content:""}.bi-skip-start-btn:before{content:""}.bi-skip-start-circle-fill:before{content:""}.bi-skip-start-circle:before{content:""}.bi-skip-start-fill:before{content:""}.bi-skip-start:before{content:""}.bi-slack:before{content:""}.bi-slash-circle-fill:before{content:""}.bi-slash-circle:before{content:""}.bi-slash-square-fill:before{content:""}.bi-slash-square:before{content:""}.bi-slash:before{content:""}.bi-sliders:before{content:""}.bi-smartwatch:before{content:""}.bi-snow:before{content:""}.bi-snow2:before{content:""}.bi-snow3:before{content:""}.bi-sort-alpha-down-alt:before{content:""}.bi-sort-alpha-down:before{content:""}.bi-sort-alpha-up-alt:before{content:""}.bi-sort-alpha-up:before{content:""}.bi-sort-down-alt:before{content:""}.bi-sort-down:before{content:""}.bi-sort-numeric-down-alt:before{content:""}.bi-sort-numeric-down:before{content:""}.bi-sort-numeric-up-alt:before{content:""}.bi-sort-numeric-up:before{content:""}.bi-sort-up-alt:before{content:""}.bi-sort-up:before{content:""}.bi-soundwave:before{content:""}.bi-speaker-fill:before{content:""}.bi-speaker:before{content:""}.bi-speedometer:before{content:""}.bi-speedometer2:before{content:""}.bi-spellcheck:before{content:""}.bi-square-fill:before{content:""}.bi-square-half:before{content:""}.bi-square:before{content:""}.bi-stack:before{content:""}.bi-star-fill:before{content:""}.bi-star-half:before{content:""}.bi-star:before{content:""}.bi-stars:before{content:""}.bi-stickies-fill:before{content:""}.bi-stickies:before{content:""}.bi-sticky-fill:before{content:""}.bi-sticky:before{content:""}.bi-stop-btn-fill:before{content:""}.bi-stop-btn:before{content:""}.bi-stop-circle-fill:before{content:""}.bi-stop-circle:before{content:""}.bi-stop-fill:before{content:""}.bi-stop:before{content:""}.bi-stoplights-fill:before{content:""}.bi-stoplights:before{content:""}.bi-stopwatch-fill:before{content:""}.bi-stopwatch:before{content:""}.bi-subtract:before{content:""}.bi-suit-club-fill:before{content:""}.bi-suit-club:before{content:""}.bi-suit-diamond-fill:before{content:""}.bi-suit-diamond:before{content:""}.bi-suit-heart-fill:before{content:""}.bi-suit-heart:before{content:""}.bi-suit-spade-fill:before{content:""}.bi-suit-spade:before{content:""}.bi-sun-fill:before{content:""}.bi-sun:before{content:""}.bi-sunglasses:before{content:""}.bi-sunrise-fill:before{content:""}.bi-sunrise:before{content:""}.bi-sunset-fill:before{content:""}.bi-sunset:before{content:""}.bi-symmetry-horizontal:before{content:""}.bi-symmetry-vertical:before{content:""}.bi-table:before{content:""}.bi-tablet-fill:before{content:""}.bi-tablet-landscape-fill:before{content:""}.bi-tablet-landscape:before{content:""}.bi-tablet:before{content:""}.bi-tag-fill:before{content:""}.bi-tag:before{content:""}.bi-tags-fill:before{content:""}.bi-tags:before{content:""}.bi-telegram:before{content:""}.bi-telephone-fill:before{content:""}.bi-telephone-forward-fill:before{content:""}.bi-telephone-forward:before{content:""}.bi-telephone-inbound-fill:before{content:""}.bi-telephone-inbound:before{content:""}.bi-telephone-minus-fill:before{content:""}.bi-telephone-minus:before{content:""}.bi-telephone-outbound-fill:before{content:""}.bi-telephone-outbound:before{content:""}.bi-telephone-plus-fill:before{content:""}.bi-telephone-plus:before{content:""}.bi-telephone-x-fill:before{content:""}.bi-telephone-x:before{content:""}.bi-telephone:before{content:""}.bi-terminal-fill:before{content:""}.bi-terminal:before{content:""}.bi-text-center:before{content:""}.bi-text-indent-left:before{content:""}.bi-text-indent-right:before{content:""}.bi-text-left:before{content:""}.bi-text-paragraph:before{content:""}.bi-text-right:before{content:""}.bi-textarea-resize:before{content:""}.bi-textarea-t:before{content:""}.bi-textarea:before{content:""}.bi-thermometer-half:before{content:""}.bi-thermometer-high:before{content:""}.bi-thermometer-low:before{content:""}.bi-thermometer-snow:before{content:""}.bi-thermometer-sun:before{content:""}.bi-thermometer:before{content:""}.bi-three-dots-vertical:before{content:""}.bi-three-dots:before{content:""}.bi-toggle-off:before{content:""}.bi-toggle-on:before{content:""}.bi-toggle2-off:before{content:""}.bi-toggle2-on:before{content:""}.bi-toggles:before{content:""}.bi-toggles2:before{content:""}.bi-tools:before{content:""}.bi-tornado:before{content:""}.bi-trash-fill:before{content:""}.bi-trash:before{content:""}.bi-trash2-fill:before{content:""}.bi-trash2:before{content:""}.bi-tree-fill:before{content:""}.bi-tree:before{content:""}.bi-triangle-fill:before{content:""}.bi-triangle-half:before{content:""}.bi-triangle:before{content:""}.bi-trophy-fill:before{content:""}.bi-trophy:before{content:""}.bi-tropical-storm:before{content:""}.bi-truck-flatbed:before{content:""}.bi-truck:before{content:""}.bi-tsunami:before{content:""}.bi-tv-fill:before{content:""}.bi-tv:before{content:""}.bi-twitch:before{content:""}.bi-twitter:before{content:""}.bi-type-bold:before{content:""}.bi-type-h1:before{content:""}.bi-type-h2:before{content:""}.bi-type-h3:before{content:""}.bi-type-italic:before{content:""}.bi-type-strikethrough:before{content:""}.bi-type-underline:before{content:""}.bi-type:before{content:""}.bi-ui-checks-grid:before{content:""}.bi-ui-checks:before{content:""}.bi-ui-radios-grid:before{content:""}.bi-ui-radios:before{content:""}.bi-umbrella-fill:before{content:""}.bi-umbrella:before{content:""}.bi-union:before{content:""}.bi-unlock-fill:before{content:""}.bi-unlock:before{content:""}.bi-upc-scan:before{content:""}.bi-upc:before{content:""}.bi-upload:before{content:""}.bi-vector-pen:before{content:""}.bi-view-list:before{content:""}.bi-view-stacked:before{content:""}.bi-vinyl-fill:before{content:""}.bi-vinyl:before{content:""}.bi-voicemail:before{content:""}.bi-volume-down-fill:before{content:""}.bi-volume-down:before{content:""}.bi-volume-mute-fill:before{content:""}.bi-volume-mute:before{content:""}.bi-volume-off-fill:before{content:""}.bi-volume-off:before{content:""}.bi-volume-up-fill:before{content:""}.bi-volume-up:before{content:""}.bi-vr:before{content:""}.bi-wallet-fill:before{content:""}.bi-wallet:before{content:""}.bi-wallet2:before{content:""}.bi-watch:before{content:""}.bi-water:before{content:""}.bi-whatsapp:before{content:""}.bi-wifi-1:before{content:""}.bi-wifi-2:before{content:""}.bi-wifi-off:before{content:""}.bi-wifi:before{content:""}.bi-wind:before{content:""}.bi-window-dock:before{content:""}.bi-window-sidebar:before{content:""}.bi-window:before{content:""}.bi-wrench:before{content:""}.bi-x-circle-fill:before{content:""}.bi-x-circle:before{content:""}.bi-x-diamond-fill:before{content:""}.bi-x-diamond:before{content:""}.bi-x-octagon-fill:before{content:""}.bi-x-octagon:before{content:""}.bi-x-square-fill:before{content:""}.bi-x-square:before{content:""}.bi-x:before{content:""}.bi-youtube:before{content:""}.bi-zoom-in:before{content:""}.bi-zoom-out:before{content:""}.bi-bank:before{content:""}.bi-bank2:before{content:""}.bi-bell-slash-fill:before{content:""}.bi-bell-slash:before{content:""}.bi-cash-coin:before{content:""}.bi-check-lg:before{content:""}.bi-coin:before{content:""}.bi-currency-bitcoin:before{content:""}.bi-currency-dollar:before{content:""}.bi-currency-euro:before{content:""}.bi-currency-exchange:before{content:""}.bi-currency-pound:before{content:""}.bi-currency-yen:before{content:""}.bi-dash-lg:before{content:""}.bi-exclamation-lg:before{content:""}.bi-file-earmark-pdf-fill:before{content:""}.bi-file-earmark-pdf:before{content:""}.bi-file-pdf-fill:before{content:""}.bi-file-pdf:before{content:""}.bi-gender-ambiguous:before{content:""}.bi-gender-female:before{content:""}.bi-gender-male:before{content:""}.bi-gender-trans:before{content:""}.bi-headset-vr:before{content:""}.bi-info-lg:before{content:""}.bi-mastodon:before{content:""}.bi-messenger:before{content:""}.bi-piggy-bank-fill:before{content:""}.bi-piggy-bank:before{content:""}.bi-pin-map-fill:before{content:""}.bi-pin-map:before{content:""}.bi-plus-lg:before{content:""}.bi-question-lg:before{content:""}.bi-recycle:before{content:""}.bi-reddit:before{content:""}.bi-safe-fill:before{content:""}.bi-safe2-fill:before{content:""}.bi-safe2:before{content:""}.bi-sd-card-fill:before{content:""}.bi-sd-card:before{content:""}.bi-skype:before{content:""}.bi-slash-lg:before{content:""}.bi-translate:before{content:""}.bi-x-lg:before{content:""}.bi-safe:before{content:""}.bi-apple:before{content:""}.bi-microsoft:before{content:""}.bi-windows:before{content:""}.bi-behance:before{content:""}.bi-dribbble:before{content:""}.bi-line:before{content:""}.bi-medium:before{content:""}.bi-paypal:before{content:""}.bi-pinterest:before{content:""}.bi-signal:before{content:""}.bi-snapchat:before{content:""}.bi-spotify:before{content:""}.bi-stack-overflow:before{content:""}.bi-strava:before{content:""}.bi-wordpress:before{content:""}.bi-vimeo:before{content:""}.bi-activity:before{content:""}.bi-easel2-fill:before{content:""}.bi-easel2:before{content:""}.bi-easel3-fill:before{content:""}.bi-easel3:before{content:""}.bi-fan:before{content:""}.bi-fingerprint:before{content:""}.bi-graph-down-arrow:before{content:""}.bi-graph-up-arrow:before{content:""}.bi-hypnotize:before{content:""}.bi-magic:before{content:""}.bi-person-rolodex:before{content:""}.bi-person-video:before{content:""}.bi-person-video2:before{content:""}.bi-person-video3:before{content:""}.bi-person-workspace:before{content:""}.bi-radioactive:before{content:""}.bi-webcam-fill:before{content:""}.bi-webcam:before{content:""}.bi-yin-yang:before{content:""}.bi-bandaid-fill:before{content:""}.bi-bandaid:before{content:""}.bi-bluetooth:before{content:""}.bi-body-text:before{content:""}.bi-boombox:before{content:""}.bi-boxes:before{content:""}.bi-dpad-fill:before{content:""}.bi-dpad:before{content:""}.bi-ear-fill:before{content:""}.bi-ear:before{content:""}.bi-envelope-check-fill:before{content:""}.bi-envelope-check:before{content:""}.bi-envelope-dash-fill:before{content:""}.bi-envelope-dash:before{content:""}.bi-envelope-exclamation-fill:before{content:""}.bi-envelope-exclamation:before{content:""}.bi-envelope-plus-fill:before{content:""}.bi-envelope-plus:before{content:""}.bi-envelope-slash-fill:before{content:""}.bi-envelope-slash:before{content:""}.bi-envelope-x-fill:before{content:""}.bi-envelope-x:before{content:""}.bi-explicit-fill:before{content:""}.bi-explicit:before{content:""}.bi-git:before{content:""}.bi-infinity:before{content:""}.bi-list-columns-reverse:before{content:""}.bi-list-columns:before{content:""}.bi-meta:before{content:""}.bi-nintendo-switch:before{content:""}.bi-pc-display-horizontal:before{content:""}.bi-pc-display:before{content:""}.bi-pc-horizontal:before{content:""}.bi-pc:before{content:""}.bi-playstation:before{content:""}.bi-plus-slash-minus:before{content:""}.bi-projector-fill:before{content:""}.bi-projector:before{content:""}.bi-qr-code-scan:before{content:""}.bi-qr-code:before{content:""}.bi-quora:before{content:""}.bi-quote:before{content:""}.bi-robot:before{content:""}.bi-send-check-fill:before{content:""}.bi-send-check:before{content:""}.bi-send-dash-fill:before{content:""}.bi-send-dash:before{content:""}.bi-send-exclamation-fill:before{content:""}.bi-send-exclamation:before{content:""}.bi-send-fill:before{content:""}.bi-send-plus-fill:before{content:""}.bi-send-plus:before{content:""}.bi-send-slash-fill:before{content:""}.bi-send-slash:before{content:""}.bi-send-x-fill:before{content:""}.bi-send-x:before{content:""}.bi-send:before{content:""}.bi-steam:before{content:""}.bi-terminal-dash:before{content:""}.bi-terminal-plus:before{content:""}.bi-terminal-split:before{content:""}.bi-ticket-detailed-fill:before{content:""}.bi-ticket-detailed:before{content:""}.bi-ticket-fill:before{content:""}.bi-ticket-perforated-fill:before{content:""}.bi-ticket-perforated:before{content:""}.bi-ticket:before{content:""}.bi-tiktok:before{content:""}.bi-window-dash:before{content:""}.bi-window-desktop:before{content:""}.bi-window-fullscreen:before{content:""}.bi-window-plus:before{content:""}.bi-window-split:before{content:""}.bi-window-stack:before{content:""}.bi-window-x:before{content:""}.bi-xbox:before{content:""}.bi-ethernet:before{content:""}.bi-hdmi-fill:before{content:""}.bi-hdmi:before{content:""}.bi-usb-c-fill:before{content:""}.bi-usb-c:before{content:""}.bi-usb-fill:before{content:""}.bi-usb-plug-fill:before{content:""}.bi-usb-plug:before{content:""}.bi-usb-symbol:before{content:""}.bi-usb:before{content:""}.bi-boombox-fill:before{content:""}.bi-displayport:before{content:""}.bi-gpu-card:before{content:""}.bi-memory:before{content:""}.bi-modem-fill:before{content:""}.bi-modem:before{content:""}.bi-motherboard-fill:before{content:""}.bi-motherboard:before{content:""}.bi-optical-audio-fill:before{content:""}.bi-optical-audio:before{content:""}.bi-pci-card:before{content:""}.bi-router-fill:before{content:""}.bi-router:before{content:""}.bi-thunderbolt-fill:before{content:""}.bi-thunderbolt:before{content:""}.bi-usb-drive-fill:before{content:""}.bi-usb-drive:before{content:""}.bi-usb-micro-fill:before{content:""}.bi-usb-micro:before{content:""}.bi-usb-mini-fill:before{content:""}.bi-usb-mini:before{content:""}.bi-cloud-haze2:before{content:""}.bi-device-hdd-fill:before{content:""}.bi-device-hdd:before{content:""}.bi-device-ssd-fill:before{content:""}.bi-device-ssd:before{content:""}.bi-displayport-fill:before{content:""}.bi-mortarboard-fill:before{content:""}.bi-mortarboard:before{content:""}.bi-terminal-x:before{content:""}.bi-arrow-through-heart-fill:before{content:""}.bi-arrow-through-heart:before{content:""}.bi-badge-sd-fill:before{content:""}.bi-badge-sd:before{content:""}.bi-bag-heart-fill:before{content:""}.bi-bag-heart:before{content:""}.bi-balloon-fill:before{content:""}.bi-balloon-heart-fill:before{content:""}.bi-balloon-heart:before{content:""}.bi-balloon:before{content:""}.bi-box2-fill:before{content:""}.bi-box2-heart-fill:before{content:""}.bi-box2-heart:before{content:""}.bi-box2:before{content:""}.bi-braces-asterisk:before{content:""}.bi-calendar-heart-fill:before{content:""}.bi-calendar-heart:before{content:""}.bi-calendar2-heart-fill:before{content:""}.bi-calendar2-heart:before{content:""}.bi-chat-heart-fill:before{content:""}.bi-chat-heart:before{content:""}.bi-chat-left-heart-fill:before{content:""}.bi-chat-left-heart:before{content:""}.bi-chat-right-heart-fill:before{content:""}.bi-chat-right-heart:before{content:""}.bi-chat-square-heart-fill:before{content:""}.bi-chat-square-heart:before{content:""}.bi-clipboard-check-fill:before{content:""}.bi-clipboard-data-fill:before{content:""}.bi-clipboard-fill:before{content:""}.bi-clipboard-heart-fill:before{content:""}.bi-clipboard-heart:before{content:""}.bi-clipboard-minus-fill:before{content:""}.bi-clipboard-plus-fill:before{content:""}.bi-clipboard-pulse:before{content:""}.bi-clipboard-x-fill:before{content:""}.bi-clipboard2-check-fill:before{content:""}.bi-clipboard2-check:before{content:""}.bi-clipboard2-data-fill:before{content:""}.bi-clipboard2-data:before{content:""}.bi-clipboard2-fill:before{content:""}.bi-clipboard2-heart-fill:before{content:""}.bi-clipboard2-heart:before{content:""}.bi-clipboard2-minus-fill:before{content:""}.bi-clipboard2-minus:before{content:""}.bi-clipboard2-plus-fill:before{content:""}.bi-clipboard2-plus:before{content:""}.bi-clipboard2-pulse-fill:before{content:""}.bi-clipboard2-pulse:before{content:""}.bi-clipboard2-x-fill:before{content:""}.bi-clipboard2-x:before{content:""}.bi-clipboard2:before{content:""}.bi-emoji-kiss-fill:before{content:""}.bi-emoji-kiss:before{content:""}.bi-envelope-heart-fill:before{content:""}.bi-envelope-heart:before{content:""}.bi-envelope-open-heart-fill:before{content:""}.bi-envelope-open-heart:before{content:""}.bi-envelope-paper-fill:before{content:""}.bi-envelope-paper-heart-fill:before{content:""}.bi-envelope-paper-heart:before{content:""}.bi-envelope-paper:before{content:""}.bi-filetype-aac:before{content:""}.bi-filetype-ai:before{content:""}.bi-filetype-bmp:before{content:""}.bi-filetype-cs:before{content:""}.bi-filetype-css:before{content:""}.bi-filetype-csv:before{content:""}.bi-filetype-doc:before{content:""}.bi-filetype-docx:before{content:""}.bi-filetype-exe:before{content:""}.bi-filetype-gif:before{content:""}.bi-filetype-heic:before{content:""}.bi-filetype-html:before{content:""}.bi-filetype-java:before{content:""}.bi-filetype-jpg:before{content:""}.bi-filetype-js:before{content:""}.bi-filetype-jsx:before{content:""}.bi-filetype-key:before{content:""}.bi-filetype-m4p:before{content:""}.bi-filetype-md:before{content:""}.bi-filetype-mdx:before{content:""}.bi-filetype-mov:before{content:""}.bi-filetype-mp3:before{content:""}.bi-filetype-mp4:before{content:""}.bi-filetype-otf:before{content:""}.bi-filetype-pdf:before{content:""}.bi-filetype-php:before{content:""}.bi-filetype-png:before{content:""}.bi-filetype-ppt:before{content:""}.bi-filetype-psd:before{content:""}.bi-filetype-py:before{content:""}.bi-filetype-raw:before{content:""}.bi-filetype-rb:before{content:""}.bi-filetype-sass:before{content:""}.bi-filetype-scss:before{content:""}.bi-filetype-sh:before{content:""}.bi-filetype-svg:before{content:""}.bi-filetype-tiff:before{content:""}.bi-filetype-tsx:before{content:""}.bi-filetype-ttf:before{content:""}.bi-filetype-txt:before{content:""}.bi-filetype-wav:before{content:""}.bi-filetype-woff:before{content:""}.bi-filetype-xls:before{content:""}.bi-filetype-xml:before{content:""}.bi-filetype-yml:before{content:""}.bi-heart-arrow:before{content:""}.bi-heart-pulse-fill:before{content:""}.bi-heart-pulse:before{content:""}.bi-heartbreak-fill:before{content:""}.bi-heartbreak:before{content:""}.bi-hearts:before{content:""}.bi-hospital-fill:before{content:""}.bi-hospital:before{content:""}.bi-house-heart-fill:before{content:""}.bi-house-heart:before{content:""}.bi-incognito:before{content:""}.bi-magnet-fill:before{content:""}.bi-magnet:before{content:""}.bi-person-heart:before{content:""}.bi-person-hearts:before{content:""}.bi-phone-flip:before{content:""}.bi-plugin:before{content:""}.bi-postage-fill:before{content:""}.bi-postage-heart-fill:before{content:""}.bi-postage-heart:before{content:""}.bi-postage:before{content:""}.bi-postcard-fill:before{content:""}.bi-postcard-heart-fill:before{content:""}.bi-postcard-heart:before{content:""}.bi-postcard:before{content:""}.bi-search-heart-fill:before{content:""}.bi-search-heart:before{content:""}.bi-sliders2-vertical:before{content:""}.bi-sliders2:before{content:""}.bi-trash3-fill:before{content:""}.bi-trash3:before{content:""}.bi-valentine:before{content:""}.bi-valentine2:before{content:""}.bi-wrench-adjustable-circle-fill:before{content:""}.bi-wrench-adjustable-circle:before{content:""}.bi-wrench-adjustable:before{content:""}.bi-filetype-json:before{content:""}.bi-filetype-pptx:before{content:""}.bi-filetype-xlsx:before{content:""}.bi-1-circle-fill:before{content:""}.bi-1-circle:before{content:""}.bi-1-square-fill:before{content:""}.bi-1-square:before{content:""}.bi-2-circle-fill:before{content:""}.bi-2-circle:before{content:""}.bi-2-square-fill:before{content:""}.bi-2-square:before{content:""}.bi-3-circle-fill:before{content:""}.bi-3-circle:before{content:""}.bi-3-square-fill:before{content:""}.bi-3-square:before{content:""}.bi-4-circle-fill:before{content:""}.bi-4-circle:before{content:""}.bi-4-square-fill:before{content:""}.bi-4-square:before{content:""}.bi-5-circle-fill:before{content:""}.bi-5-circle:before{content:""}.bi-5-square-fill:before{content:""}.bi-5-square:before{content:""}.bi-6-circle-fill:before{content:""}.bi-6-circle:before{content:""}.bi-6-square-fill:before{content:""}.bi-6-square:before{content:""}.bi-7-circle-fill:before{content:""}.bi-7-circle:before{content:""}.bi-7-square-fill:before{content:""}.bi-7-square:before{content:""}.bi-8-circle-fill:before{content:""}.bi-8-circle:before{content:""}.bi-8-square-fill:before{content:""}.bi-8-square:before{content:""}.bi-9-circle-fill:before{content:""}.bi-9-circle:before{content:""}.bi-9-square-fill:before{content:""}.bi-9-square:before{content:""}.bi-airplane-engines-fill:before{content:""}.bi-airplane-engines:before{content:""}.bi-airplane-fill:before{content:""}.bi-airplane:before{content:""}.bi-alexa:before{content:""}.bi-alipay:before{content:""}.bi-android:before{content:""}.bi-android2:before{content:""}.bi-box-fill:before{content:""}.bi-box-seam-fill:before{content:""}.bi-browser-chrome:before{content:""}.bi-browser-edge:before{content:""}.bi-browser-firefox:before{content:""}.bi-browser-safari:before{content:""}.bi-c-circle-fill:before{content:""}.bi-c-circle:before{content:""}.bi-c-square-fill:before{content:""}.bi-c-square:before{content:""}.bi-capsule-pill:before{content:""}.bi-capsule:before{content:""}.bi-car-front-fill:before{content:""}.bi-car-front:before{content:""}.bi-cassette-fill:before{content:""}.bi-cassette:before{content:""}.bi-cc-circle-fill:before{content:""}.bi-cc-circle:before{content:""}.bi-cc-square-fill:before{content:""}.bi-cc-square:before{content:""}.bi-cup-hot-fill:before{content:""}.bi-cup-hot:before{content:""}.bi-currency-rupee:before{content:""}.bi-dropbox:before{content:""}.bi-escape:before{content:""}.bi-fast-forward-btn-fill:before{content:""}.bi-fast-forward-btn:before{content:""}.bi-fast-forward-circle-fill:before{content:""}.bi-fast-forward-circle:before{content:""}.bi-fast-forward-fill:before{content:""}.bi-fast-forward:before{content:""}.bi-filetype-sql:before{content:""}.bi-fire:before{content:""}.bi-google-play:before{content:""}.bi-h-circle-fill:before{content:""}.bi-h-circle:before{content:""}.bi-h-square-fill:before{content:""}.bi-h-square:before{content:""}.bi-indent:before{content:""}.bi-lungs-fill:before{content:""}.bi-lungs:before{content:""}.bi-microsoft-teams:before{content:""}.bi-p-circle-fill:before{content:""}.bi-p-circle:before{content:""}.bi-p-square-fill:before{content:""}.bi-p-square:before{content:""}.bi-pass-fill:before{content:""}.bi-pass:before{content:""}.bi-prescription:before{content:""}.bi-prescription2:before{content:""}.bi-r-circle-fill:before{content:""}.bi-r-circle:before{content:""}.bi-r-square-fill:before{content:""}.bi-r-square:before{content:""}.bi-repeat-1:before{content:""}.bi-repeat:before{content:""}.bi-rewind-btn-fill:before{content:""}.bi-rewind-btn:before{content:""}.bi-rewind-circle-fill:before{content:""}.bi-rewind-circle:before{content:""}.bi-rewind-fill:before{content:""}.bi-rewind:before{content:""}.bi-train-freight-front-fill:before{content:""}.bi-train-freight-front:before{content:""}.bi-train-front-fill:before{content:""}.bi-train-front:before{content:""}.bi-train-lightrail-front-fill:before{content:""}.bi-train-lightrail-front:before{content:""}.bi-truck-front-fill:before{content:""}.bi-truck-front:before{content:""}.bi-ubuntu:before{content:""}.bi-unindent:before{content:""}.bi-unity:before{content:""}.bi-universal-access-circle:before{content:""}.bi-universal-access:before{content:""}.bi-virus:before{content:""}.bi-virus2:before{content:""}.bi-wechat:before{content:""}.bi-yelp:before{content:""}.bi-sign-stop-fill:before{content:""}.bi-sign-stop-lights-fill:before{content:""}.bi-sign-stop-lights:before{content:""}.bi-sign-stop:before{content:""}.bi-sign-turn-left-fill:before{content:""}.bi-sign-turn-left:before{content:""}.bi-sign-turn-right-fill:before{content:""}.bi-sign-turn-right:before{content:""}.bi-sign-turn-slight-left-fill:before{content:""}.bi-sign-turn-slight-left:before{content:""}.bi-sign-turn-slight-right-fill:before{content:""}.bi-sign-turn-slight-right:before{content:""}.bi-sign-yield-fill:before{content:""}.bi-sign-yield:before{content:""}.bi-ev-station-fill:before{content:""}.bi-ev-station:before{content:""}.bi-fuel-pump-diesel-fill:before{content:""}.bi-fuel-pump-diesel:before{content:""}.bi-fuel-pump-fill:before{content:""}.bi-fuel-pump:before{content:""}.bi-0-circle-fill:before{content:""}.bi-0-circle:before{content:""}.bi-0-square-fill:before{content:""}.bi-0-square:before{content:""}.bi-rocket-fill:before{content:""}.bi-rocket-takeoff-fill:before{content:""}.bi-rocket-takeoff:before{content:""}.bi-rocket:before{content:""}.bi-stripe:before{content:""}.bi-subscript:before{content:""}.bi-superscript:before{content:""}.bi-trello:before{content:""}.bi-envelope-at-fill:before{content:""}.bi-envelope-at:before{content:""}.bi-regex:before{content:""}.bi-text-wrap:before{content:""}.bi-sign-dead-end-fill:before{content:""}.bi-sign-dead-end:before{content:""}.bi-sign-do-not-enter-fill:before{content:""}.bi-sign-do-not-enter:before{content:""}.bi-sign-intersection-fill:before{content:""}.bi-sign-intersection-side-fill:before{content:""}.bi-sign-intersection-side:before{content:""}.bi-sign-intersection-t-fill:before{content:""}.bi-sign-intersection-t:before{content:""}.bi-sign-intersection-y-fill:before{content:""}.bi-sign-intersection-y:before{content:""}.bi-sign-intersection:before{content:""}.bi-sign-merge-left-fill:before{content:""}.bi-sign-merge-left:before{content:""}.bi-sign-merge-right-fill:before{content:""}.bi-sign-merge-right:before{content:""}.bi-sign-no-left-turn-fill:before{content:""}.bi-sign-no-left-turn:before{content:""}.bi-sign-no-parking-fill:before{content:""}.bi-sign-no-parking:before{content:""}.bi-sign-no-right-turn-fill:before{content:""}.bi-sign-no-right-turn:before{content:""}.bi-sign-railroad-fill:before{content:""}.bi-sign-railroad:before{content:""}.bi-building-add:before{content:""}.bi-building-check:before{content:""}.bi-building-dash:before{content:""}.bi-building-down:before{content:""}.bi-building-exclamation:before{content:""}.bi-building-fill-add:before{content:""}.bi-building-fill-check:before{content:""}.bi-building-fill-dash:before{content:""}.bi-building-fill-down:before{content:""}.bi-building-fill-exclamation:before{content:""}.bi-building-fill-gear:before{content:""}.bi-building-fill-lock:before{content:""}.bi-building-fill-slash:before{content:""}.bi-building-fill-up:before{content:""}.bi-building-fill-x:before{content:""}.bi-building-fill:before{content:""}.bi-building-gear:before{content:""}.bi-building-lock:before{content:""}.bi-building-slash:before{content:""}.bi-building-up:before{content:""}.bi-building-x:before{content:""}.bi-buildings-fill:before{content:""}.bi-buildings:before{content:""}.bi-bus-front-fill:before{content:""}.bi-bus-front:before{content:""}.bi-ev-front-fill:before{content:""}.bi-ev-front:before{content:""}.bi-globe-americas:before{content:""}.bi-globe-asia-australia:before{content:""}.bi-globe-central-south-asia:before{content:""}.bi-globe-europe-africa:before{content:""}.bi-house-add-fill:before{content:""}.bi-house-add:before{content:""}.bi-house-check-fill:before{content:""}.bi-house-check:before{content:""}.bi-house-dash-fill:before{content:""}.bi-house-dash:before{content:""}.bi-house-down-fill:before{content:""}.bi-house-down:before{content:""}.bi-house-exclamation-fill:before{content:""}.bi-house-exclamation:before{content:""}.bi-house-gear-fill:before{content:""}.bi-house-gear:before{content:""}.bi-house-lock-fill:before{content:""}.bi-house-lock:before{content:""}.bi-house-slash-fill:before{content:""}.bi-house-slash:before{content:""}.bi-house-up-fill:before{content:""}.bi-house-up:before{content:""}.bi-house-x-fill:before{content:""}.bi-house-x:before{content:""}.bi-person-add:before{content:""}.bi-person-down:before{content:""}.bi-person-exclamation:before{content:""}.bi-person-fill-add:before{content:""}.bi-person-fill-check:before{content:""}.bi-person-fill-dash:before{content:""}.bi-person-fill-down:before{content:""}.bi-person-fill-exclamation:before{content:""}.bi-person-fill-gear:before{content:""}.bi-person-fill-lock:before{content:""}.bi-person-fill-slash:before{content:""}.bi-person-fill-up:before{content:""}.bi-person-fill-x:before{content:""}.bi-person-gear:before{content:""}.bi-person-lock:before{content:""}.bi-person-slash:before{content:""}.bi-person-up:before{content:""}.bi-scooter:before{content:""}.bi-taxi-front-fill:before{content:""}.bi-taxi-front:before{content:""}.bi-amd:before{content:""}.bi-database-add:before{content:""}.bi-database-check:before{content:""}.bi-database-dash:before{content:""}.bi-database-down:before{content:""}.bi-database-exclamation:before{content:""}.bi-database-fill-add:before{content:""}.bi-database-fill-check:before{content:""}.bi-database-fill-dash:before{content:""}.bi-database-fill-down:before{content:""}.bi-database-fill-exclamation:before{content:""}.bi-database-fill-gear:before{content:""}.bi-database-fill-lock:before{content:""}.bi-database-fill-slash:before{content:""}.bi-database-fill-up:before{content:""}.bi-database-fill-x:before{content:""}.bi-database-fill:before{content:""}.bi-database-gear:before{content:""}.bi-database-lock:before{content:""}.bi-database-slash:before{content:""}.bi-database-up:before{content:""}.bi-database-x:before{content:""}.bi-database:before{content:""}.bi-houses-fill:before{content:""}.bi-houses:before{content:""}.bi-nvidia:before{content:""}.bi-person-vcard-fill:before{content:""}.bi-person-vcard:before{content:""}.bi-sina-weibo:before{content:""}.bi-tencent-qq:before{content:""}.bi-wikipedia:before{content:""}.bi-alphabet-uppercase:before{content:""}.bi-alphabet:before{content:""}.bi-amazon:before{content:""}.bi-arrows-collapse-vertical:before{content:""}.bi-arrows-expand-vertical:before{content:""}.bi-arrows-vertical:before{content:""}.bi-arrows:before{content:""}.bi-ban-fill:before{content:""}.bi-ban:before{content:""}.bi-bing:before{content:""}.bi-cake:before{content:""}.bi-cake2:before{content:""}.bi-cookie:before{content:""}.bi-copy:before{content:""}.bi-crosshair:before{content:""}.bi-crosshair2:before{content:""}.bi-emoji-astonished-fill:before{content:""}.bi-emoji-astonished:before{content:""}.bi-emoji-grimace-fill:before{content:""}.bi-emoji-grimace:before{content:""}.bi-emoji-grin-fill:before{content:""}.bi-emoji-grin:before{content:""}.bi-emoji-surprise-fill:before{content:""}.bi-emoji-surprise:before{content:""}.bi-emoji-tear-fill:before{content:""}.bi-emoji-tear:before{content:""}.bi-envelope-arrow-down-fill:before{content:""}.bi-envelope-arrow-down:before{content:""}.bi-envelope-arrow-up-fill:before{content:""}.bi-envelope-arrow-up:before{content:""}.bi-feather:before{content:""}.bi-feather2:before{content:""}.bi-floppy-fill:before{content:""}.bi-floppy:before{content:""}.bi-floppy2-fill:before{content:""}.bi-floppy2:before{content:""}.bi-gitlab:before{content:""}.bi-highlighter:before{content:""}.bi-marker-tip:before{content:""}.bi-nvme-fill:before{content:""}.bi-nvme:before{content:""}.bi-opencollective:before{content:""}.bi-pci-card-network:before{content:""}.bi-pci-card-sound:before{content:""}.bi-radar:before{content:""}.bi-send-arrow-down-fill:before{content:""}.bi-send-arrow-down:before{content:""}.bi-send-arrow-up-fill:before{content:""}.bi-send-arrow-up:before{content:""}.bi-sim-slash-fill:before{content:""}.bi-sim-slash:before{content:""}.bi-sourceforge:before{content:""}.bi-substack:before{content:""}.bi-threads-fill:before{content:""}.bi-threads:before{content:""}.bi-transparency:before{content:""}.bi-twitter-x:before{content:""}.bi-type-h4:before{content:""}.bi-type-h5:before{content:""}.bi-type-h6:before{content:""}.bi-backpack-fill:before{content:""}.bi-backpack:before{content:""}.bi-backpack2-fill:before{content:""}.bi-backpack2:before{content:""}.bi-backpack3-fill:before{content:""}.bi-backpack3:before{content:""}.bi-backpack4-fill:before{content:""}.bi-backpack4:before{content:""}.bi-brilliance:before{content:""}.bi-cake-fill:before{content:""}.bi-cake2-fill:before{content:""}.bi-duffle-fill:before{content:""}.bi-duffle:before{content:""}.bi-exposure:before{content:""}.bi-gender-neuter:before{content:""}.bi-highlights:before{content:""}.bi-luggage-fill:before{content:""}.bi-luggage:before{content:""}.bi-mailbox-flag:before{content:""}.bi-mailbox2-flag:before{content:""}.bi-noise-reduction:before{content:""}.bi-passport-fill:before{content:""}.bi-passport:before{content:""}.bi-person-arms-up:before{content:""}.bi-person-raised-hand:before{content:""}.bi-person-standing-dress:before{content:""}.bi-person-standing:before{content:""}.bi-person-walking:before{content:""}.bi-person-wheelchair:before{content:""}.bi-shadows:before{content:""}.bi-suitcase-fill:before{content:""}.bi-suitcase-lg-fill:before{content:""}.bi-suitcase-lg:before{content:""}.bi-suitcase:before{content:"豈"}.bi-suitcase2-fill:before{content:"更"}.bi-suitcase2:before{content:"車"}.bi-vignette:before{content:"賈"}.bi-bluesky:before{content:""}.bi-tux:before{content:"滑"}.bi-beaker-fill:before{content:"串"}.bi-beaker:before{content:"句"}.bi-flask-fill:before{content:"龜"}.bi-flask-florence-fill:before{content:"龜"}.bi-flask-florence:before{content:"契"}.bi-flask:before{content:"金"}.bi-leaf-fill:before{content:"喇"}.bi-leaf:before{content:"奈"}.bi-measuring-cup-fill:before{content:"懶"}.bi-measuring-cup:before{content:"癩"}.bi-unlock2-fill:before{content:"羅"}.bi-unlock2:before{content:"蘿"}.bi-battery-low:before{content:"螺"}.bi-anthropic:before{content:"裸"}.bi-apple-music:before{content:"邏"}.bi-claude:before{content:"樂"}.bi-openai:before{content:"洛"}.bi-perplexity:before{content:"烙"}.bi-css:before{content:"珞"}.bi-javascript:before{content:"落"}.bi-typescript:before{content:"酪"}.bi-fork-knife:before{content:"駱"}.bi-globe-americas-fill:before{content:"亂"}.bi-globe-asia-australia-fill:before{content:"卵"}.bi-globe-central-south-asia-fill:before{content:"欄"}.bi-globe-europe-africa-fill:before{content:"爛"}@font-face{font-family:black;src:local("Trickster"),url(/assets/fonts/en/GothamBlack.woff) format("woff"),url(/assets/fonts/en/AnyConv.com__GothamBlack.woff2) format("woff2")}@font-face{font-family:bold;src:local("Trickster"),url(/assets/fonts/en/GothamBold.woff) format("woff"),url(/assets/fonts/en/GothamBold.woff2) format("woff2")}@font-face{font-family:medium;src:local("Trickster"),url(/assets/fonts/en/GothamMedium.woff) format("woff"),url(/assets/fonts/en/AnyConv.com__GothamMedium.woff2) format("woff2")}@font-face{font-family:book;src:local("Trickster"),url(/assets/fonts/en/GothamBook.woff) format("woff"),url(/assets/fonts/en/AnyConv.com__GothamBook.woff2) format("woff2")}@font-face{font-family:light;src:local("Trickster"),url(/assets/fonts/en/GothamLight.woff) format("woff"),url(/assets/fonts/en/AnyConv.com__GothamLight.woff2) format("woff2")}@font-face{font-family:thin;src:local("Trickster"),url(/assets/fonts/en/GothamThin.woff) format("woff"),url(/assets/fonts/en/AnyConv.com__GothamThin.woff2) format("woff2")}:root{--primary-color-gray: #959597;--primary-graycolor-hover: #787778;--primary-color-gold: #dccf7f;--primary-colorgold-hover: #ab9142;--primary-color-sky: #8099b4;--primary-colorsky-hover: #7590ac;--secondary-color-blue: #38447f;--secondary-colorblue-hover: #1c1f43;--secondary-color-black: #000000;--font-bold: "bold";--font-medium: "medium";--font-book: "book";--font-light: "light"}html{background:#fff;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}body{color:#000;font-family:medium;font-size:16px;font-weight:400;line-height:1.6em;overflow-x:hidden;height:100%}body::-webkit-scrollbar{width:.5em;background-color:#272727}body::-webkit-scrollbar-thumb{background-color:#636363;border-radius:2px;margin-left:10px}body.no-scrollbar{scrollbar-width:0}body.no-scrollbar::-webkit-scrollbar{display:none}body.no-scroll{overflow:hidden}*,*:after,*:before{box-sizing:border-box;margin:0;padding:0}::selection{background-color:gray;color:#fff}::-moz-selection{background-color:gray;color:#fff}h1,h2,h3,h4,h5,h6{clear:both;color:#000;padding:0;margin:0 0 20px;line-height:1.3em;font-family:book}.cs-primary_font{font-family:Poppins,sans-serif}.cs-secondary_font{font-family:Open Sans,sans-serif}h1{font-size:56px}h2{font-size:2.5rem}h3{font-size:30px}h4{font-size:24px}h5{font-size:18px}h6{font-size:16px}p{font-family:var(--font-light);font-size:1.1rem;margin-bottom:15px}ul{list-style:square outside none;font-family:book}li,a,b,strong{font-family:book;font-weight:100}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}section{padding:80px 0}img{border:0;max-width:100%;height:auto}a{color:inherit;text-decoration:none;-webkit-transition:all .3s ease;transition:all .3s ease}a:hover{text-decoration:none}a:active,a:focus,a:hover{outline:0}button{font-family:medium;color:inherit;-webkit-transition:all .3s ease;transition:all .3s ease}.mil-preloader{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#fff;overflow-y:hidden;z-index:100;transition:opacity .8s ease}.mil-preloader .mil-preloader-animation{opacity:0;position:relative;height:100vh;color:#000;font-size:2rem}.mil-preloader .mil-preloader-animation .mil-pos-abs{position:absolute;height:100vh;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mil-preloader .mil-preloader-animation .mil-pos-abs p{opacity:0;font-size:32px;margin-right:15px}.mil-preloader .mil-preloader-animation .mil-pos-abs p b{font-family:bold}.per-logo{width:75%;margin:auto}.mil-preloader .mil-preloader-animation .mil-pos-abs .mil-reveal-frame{position:relative;padding:0 30px}.mil-preloader .mil-preloader-animation .mil-pos-abs .mil-reveal-frame .mil-reveal-box{z-index:4;position:absolute;top:-50%;opacity:0;height:100px;background-color:#000}.mil-preloader.mil-hidden{pointer-events:none}@media screen and (max-width: 767px){.mil-preloader .mil-preloader-animation .mil-pos-abs{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:25px}.mil-preloader .mil-preloader-animation .mil-pos-abs p{margin-right:0;margin-bottom:10px;font-size:40px}}@media screen and (max-width: 480px){.mil-preloader .mil-preloader-animation .mil-pos-abs p{margin-bottom:0}}header{position:fixed;background-color:transparent;width:100%;z-index:100;transition:transform .3s ease;will-change:transform}header.no-banner .desktop,header.no-banner .mobile-menu{border-bottom:1px solid rgb(225,225,225)}.scrolled-header{background:#fff;box-shadow:0 1px 10px #0000001a}header.no-banner.scrolled-header .desktop,header.no-banner.scrolled-header .mobile-menu{border-bottom:none;padding-bottom:0}header.no-banner.scrolled-header .mobile-menu{padding-bottom:40px}header.hide-on-scroll{transform:translateY(-100%)}nav{width:100%;margin:auto;display:flex;justify-content:space-between}.logo{flex:1;padding:30px 0}.logo img{width:180px;height:auto}.scrolled-header .logo img,.no-banner .logo img{filter:brightness(0)}.nav-links{flex:1.7;display:flex;justify-content:space-between;padding:0;list-style:none;align-items:center;color:#fff;margin:0}.scrolled-header .nav-links,.no-banner .nav-links{color:#000}.nav-links li{text-transform:capitalize;text-align:center;padding:24px 0 20px}.nav-links li a{font-family:book;font-size:17px;position:relative;padding:0 3px 5px}.nav-links li a:after{background:none repeat scroll 0 0 transparent;content:"";display:block;height:2px;left:50%;bottom:-4px;position:absolute;background:#fff;transition:width .3s ease 0s,left .3s ease 0s;width:0}.nav-links li a:hover:after{width:100%;left:0}.no-banner .nav-links li a:after,.dropdown-menu li a:after{background-color:#000}.dropdown{position:relative}.dropdown i{margin-left:.25rem;font-size:.9rem;display:inline-block}.dropdown-menu{position:absolute;top:100%;left:-10px;min-width:300px;background:#fff;box-shadow:0 6px 55px #00000014;border:none;list-style:none;display:none;border-radius:5px;padding:0;z-index:200}.dropdown-menu li,.scrolled-header .nav-links .dropdown-menu li{padding:5px 0 0}.dropdown-menu li a{display:block;padding:.9rem 1rem;text-align:left;font-size:.95rem;font-weight:bolder;border-bottom:1px solid rgb(232,232,232);color:#000;text-transform:capitalize}.dropdown-menu li:last-child a{border-bottom:none}.dropdown-menu li a:hover{background-color:#e8e8e8}.dropdown:hover .dropdown-menu{display:block}.scrolled-header .dropdown-menu,.no-banner .dropdown-menu{color:#000}.mobile-menu{position:relative;display:none;padding:40px 0}.mobile-logo{position:relative;z-index:10;display:flex;justify-content:center}.mobile-logo img{width:300px;transition:all .3s ease-in-out}.scrolled-header .mobile-logo img,.no-banner .mobile-logo img{filter:brightness(0)}.mobile-menu-content{position:fixed;top:0;left:-100%;width:100%;height:100vh;background:#fff;padding:145px 20px;transition:all ease-in-out .25s;flex-direction:column}.mobile-menu-content.active{left:0}.mobile-nav-links{display:flex;flex-direction:column;justify-content:left;list-style:none}.mobile-nav-links li{text-transform:uppercase;padding:20px}.mobile-nav-links li a{font-size:1.6rem;font-weight:450;letter-spacing:1px}.mobile-nav-links li .active{border-bottom:2px solid black;padding-bottom:7px}.menu-toggle{position:absolute;top:33%;right:50px;flex-direction:column;cursor:pointer;z-index:100;display:none}.menu-toggle .bar{width:45px;height:2.5px;background-color:#fff;margin:5px 0;transition:.3s}.menu-toggle.open .bar,.scrolled-header .menu-toggle .bar,header.no-banner .menu-toggle .bar{background-color:#000}.menu-toggle.open .bar1{transform:rotate(-45deg) translate(-10px,5px);height:3px}.menu-toggle.open .bar2{opacity:0}.menu-toggle.open .bar3{transform:rotate(45deg) translate(-13px,-9px);height:3px}.nav-links a.active:after{content:"";position:absolute;bottom:-4px;left:0;width:100%;height:2px;background:#fff}.scrolled-header .nav-links a.active:after{background-color:#000}.logo a.active:after{background-color:transparent}.mobile-nav-links a{position:relative;color:#000}.mobile-nav-links a.active:after{content:"";display:block;margin:.25rem 0 0;height:2px;width:100%;background:#fff}@media (max-width: 1200px) and (min-width: 993px){header .container{max-width:1160px}.nav-links{flex:2.5}.logo{margin-left:20px}}@media (max-width: 992px){.desktop,.scrolled-header .desktops{display:none}.nav-links li,.logo{padding:20px 0}.mobile-menu{display:block}.menu-toggle{display:flex;top:33%}.menu-toggle .bar{width:37px;height:2px}.mobile-menu-content.active~.mobile-logo img{filter:brightness(0)}.dropdown i{font-size:1.5rem}.dropdown-menu{width:100%}.dropdown-menu li a{font-size:1.4rem}header.no-banner .desktop,header.no-banner .mobile-menu{padding-bottom:40px}}@media (max-width: 767px){.mobile-logo img{width:250px}.mobile-nav-links li a{font-size:1.4rem}.dropdown i{font-size:1.3rem}}@media (max-width: 480px){.nav-links li,.logo,.scrolled-header .logo,.scrolled-header .nav-links li{padding:20px 0}.dropdown i{font-size:1.2rem}.mobile-logo img{width:200px}.mobile-menu{padding:28px 0}header.no-banner .desktop,header.no-banner .mobile-menu,header.no-banner.scrolled-header .mobile-menu{padding-bottom:28px}.menu-toggle{top:36%;right:30px}.menu-toggle .bar{width:28px;height:2px;margin:3px 0}.menu-toggle.open .bar3{transform:rotate(45deg) translate(-12px,-8px)}.mobile-nav-links li{padding:15px 20px}.mobile-nav-links li a{font-size:1.2rem}.mobile-menu-content{padding:115px 0}.menu-toggle.open .bar1{transform:rotate(-45deg) translate(-5px,1px)}.menu-toggle.open .bar1,.menu-toggle.open .bar2,.menu-toggle.open .bar3{height:2px}.mil-preloader .mil-preloader-animation .mil-pos-abs p{font-size:30px}}@media (max-width: 375px){.menu-toggle .bar{width:24px}.mobile-logo img{width:160px}}.top-banner{position:relative;overflow:hidden}.slideshow{position:relative;width:100%;height:100svh;overflow:hidden}.slide{position:absolute;top:0;left:0;width:100%;height:100%;visibility:hidden;overflow:hidden;transform-origin:center}.slide.active{visibility:visible}.slide__img{position:absolute;top:-10%;left:-10%;width:120%;height:120%;background-size:cover;background-position:center;will-change:transform;transform-origin:center}.slide__img:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#000000c9,#0000001f 40%)}.slide__text{position:absolute;bottom:5rem;left:5rem;max-width:80%;overflow:hidden;z-index:5}.slide__text-line{display:block;font-size:4rem;color:#fff;line-height:1;font-weight:700;text-transform:uppercase;letter-spacing:-.02em;transform:translateY(100%);opacity:0}.slide-counter{position:relative;left:0;right:0;bottom:2rem;display:flex;justify-content:center;align-items:center;font-size:1rem;font-weight:700;letter-spacing:.05em;z-index:10}.counter-container{position:relative;min-width:2rem;height:1.2rem;overflow:hidden;text-align:right}.counter-strip{position:absolute;top:0;left:0;width:100%;text-align:right}.counter-number{height:1.2rem;display:block;color:#fff}.counter-separator{width:40px;height:1px;background-color:#fff;margin:0 1rem -5px}.counter-total{min-width:2rem;text-align:left;color:#fff;margin-bottom:-5px}.cursor{position:absolute;width:60px;height:60px;border-radius:50%;border:1px solid rgba(255,255,255,.3);margin-top:-30px;margin-left:-30px;z-index:50;pointer-events:none;transform:scale(0);transition:transform .3s ease}.cursor-arrow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:1.2rem;opacity:0;color:#fff}.cursor.active{transform:scale(1)}.cursor.prev .cursor-arrow.prev,.cursor.next .cursor-arrow.next{opacity:1}@media (max-width: 992px){.slide__text-line{font-size:3rem}.slideshow{position:relative}}@media (max-width: 768px){.slide__text{bottom:5rem;left:2rem;max-width:90%}.slide__text-line{font-size:2.5rem}}@media (max-width: 480px){.slide__text-line{font-size:2rem;margin-bottom:10px}}.intro{position:relative;overflow:hidden}.intro-content{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:end;gap:20px}.title{flex:2}.title small{font-family:var(--font-light);font-weight:600;font-size:1.3rem;padding-bottom:10px;border-bottom:1px solid black}.title h2{margin-top:30px;font-size:3.35rem}.title p{display:none;margin-bottom:20px}.intro .content{flex:1}.intro .content p{font-size:1.1rem;line-height:1.6}.title img,.intro .content img{width:100%;height:auto;object-fit:cover}@media (max-width: 1200px){.title{flex:1.7}.title h2{font-size:3.1rem}.title img{height:375px}}@media (max-width: 992px){.title,.intro .content{flex:auto}.title h2{font-size:2rem;margin-top:30px}.title p{font-size:1.2rem;line-height:1.6;display:block}.title img,.intro .content img{height:350px;object-position:center}.intro .content{display:none}}@media (max-width: 480px){.title h2{font-size:1.7rem;margin-bottom:20px}}@media (max-width: 389px){.title h2{font-size:1.5rem}}.counter{display:flex;flex-wrap:wrap;justify-content:space-between}.stat{flex:1;text-align:center}.number{font-family:var(--font-book);font-size:2.8rem;margin-bottom:40px;margin-left:-20px}.label{font-family:var(--font-book);font-size:1.1rem}@media (min-width: 1400px){.stats-section .container{max-width:1500px}}@media (max-width: 992px){.number{font-size:2.3rem}}@media (max-width: 768px){.stat{flex:auto;width:50%}.counter{gap:75px 0px}}@media (max-width: 480px){.number{font-size:2.5rem}.label{font-size:1.1rem}}.mission-section{margin-top:70px;position:relative}.mission,.vision{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:70px}.mission .images,.vision .images{position:relative;flex:1.2}.mission .images img{width:100%;height:auto;object-fit:cover}.mission .overlay-img{position:absolute;top:-75px;left:30%;z-index:5}.mission .overlay-img img{width:255px;height:560px}.mission .content,.vision .content{flex:1;margin-bottom:-25px}.vision .content{margin-bottom:30px}.mission .content h2,.vision .content h2{font-size:2.5rem;margin-bottom:25px}.mission .content p,.vision .content p{font-size:1.1rem;line-height:1.7}@media (max-width: 1400px){.mission .overlay-img img{width:200px;height:450px}.mission .overlay-img{top:-47px;left:31%}}@media (max-width: 1200px){.mission .overlay-img img{width:180px;height:400px}.mission .overlay-img{left:32%}.mission,.vision{gap:50px}.mission .content h2,.vision .content h2{font-size:2rem}}@media (max-width: 992px){.mission-section{margin-top:10px}.mission,.vision{gap:100px}.mission .content,.vision .content{flex:auto}.mission .overlay-img img{width:250px;height:550px}.mission .overlay-img{left:32%}}@media (max-width: 768px){.mission .overlay-img img{width:190px;height:420px}.mission .overlay-img{top:-43px;left:31%}}@media (max-width: 480px){.mission .overlay-img img{width:160px;height:360px}.mission .overlay-img{top:-43px;left:31%}}@media (max-width: 389px){.mission .content h2,.vision .content h2{font-size:1.7rem}.mission .overlay-img img{width:150px;height:325px}}@media (max-width: 350px){.mission .overlay-img img{width:130px;height:290px}.mission .overlay-img{top:-38px}}.vision-section{position:relative;margin:100px 0 20px}.vision .images{display:flex;justify-content:space-between;flex-wrap:wrap;margin-bottom:-50px}.vision .images img{width:47%;height:600px;object-fit:cover;margin-top:-50px}.vision .images img:nth-child(2){width:49%;margin-top:0}@media (max-width: 992px){.vision-section{margin:20px 0 40px}.vision{gap:100px;flex-direction:column-reverse}}@media (max-width: 480px){.vision-section{margin:0}}.latest-news{position:relative;overflow:hidden;padding-bottom:20px}.latest-news .head-title{text-align:left;margin-bottom:35px;margin-left:50px}.latest-news .head-title h2{text-transform:capitalize;font-size:2.5rem;letter-spacing:1px}.latest-news .news .slick-list{overflow:hidden}.latest-news .news .slick-slide{margin:0 20px}.latest-news .news .slick-track{margin-right:80%}.news-box{position:relative}.news .news-box:first-child{margin-left:70px}.news-img{margin-bottom:25px}.news-img img{width:100%;height:500px;object-fit:cover}.latest-news .news-box:nth-child(2n) .news-img img{height:350px}.news-box .content{margin-bottom:20px}.news-box .content h2{font-size:1.6rem;margin-bottom:15px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.news-box .content p{font-size:1rem;line-height:1.7;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:25px}.read-more{position:relative;display:block;font-size:.9rem;width:fit-content;background-color:transparent;border:none;text-transform:uppercase;font-family:var(--font-medium);transition:all ease-in-out .25s}.read-more i{position:absolute;right:-30px;font-size:1.3rem}.read-more:hover{transform:scale(1.05);color:#000}.latest-news .slick-prev,.latest-news .slick-next{top:-63px;left:auto;right:150px;margin:auto;z-index:5;background-color:#303030;width:40px;height:40px;border-radius:50px}.latest-news .slick-next{right:100px}.slick-prev:before,.slick-next:before{content:""}.slick-prev:hover,.slick-next:hover,.slick-prev:focus,.slick-next:focus{transform:translateY(-50%) scale(1.05);background-color:#000}.slick-prev img,.slick-next img{width:20px;margin-top:-16px;filter:invert(1)}.view-more{font-family:var(--font-medium);background-color:#000;color:#fff;display:block;width:15%;padding:14px 12px 12px;text-align:center;margin:50px auto;transition:all ease-in-out .25s}.view-more:hover{transform:scale(1.05)}@media (min-width: 1700px){.latest-news{max-width:1400px;margin:auto}}@media (max-width: 992px){.view-more{width:25%}}@media (max-width: 768px){.latest-news .head-title h2{font-size:2.2rem}.news-img img,.latest-news .news-box:nth-child(2n) .news-img img{height:300px}.slick-prev,.slick-next{top:110%}.view-more{width:35%}}@media (max-width: 480px){.latest-news .head-title h2{font-size:2rem}.news .news-box:first-child,.obsidier-slider .news-box:first-child,.latest-news .head-title{margin-left:20px}.latest-news .slick-prev,.latest-news .slick-next{top:-57px;right:70px;width:35px;height:35px}.latest-news .slick-next{right:20px}.view-more{width:45%;font-size:.9rem;padding:12px 10px 10px}}@media (max-width: 389px){.latest-news .head-title h2{font-size:1.8rem}}.video-section .head-title{text-align:center;margin-bottom:30px}.video-section .head-title h2{font-size:3rem;line-height:1.2;text-transform:capitalize;margin-bottom:50px}.video-placeholder{position:relative;overflow:hidden}.video-placeholder video,.video-placeholder{width:100%;height:600px;object-fit:cover;display:block}.video-overlay{position:absolute;top:0;right:0;bottom:0;left:0;transition:opacity .6s ease;z-index:1}.video-overlay img{height:100%;width:100%;object-fit:cover}.video-placeholder .play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-size:75px;background-repeat:no-repeat;width:150px;height:150px;background-color:#fff;border:none;cursor:pointer;transition:all .25s ease-in-out;z-index:10;border:4px solid #ffffff;padding:30px 25px 30px 40px;border-radius:50%;box-shadow:0 1px 10px #0000001a}.video-placeholder .play-btn:hover{transform:translate(-50%,-50%) scale(1.1)}.play-btn img{filter:invert(1);width:48px;margin-left:-5px;margin-bottom:-2px}.video-placeholder.playing .video-overlay,.video-placeholder.playing .play-btn{opacity:0;pointer-events:none}@keyframes play{0%{box-shadow:0 0 #ffffff80}70%{box-shadow:0 0 0 25px #fff0}to{box-shadow:0 0 #fff0}}@media (max-width: 992px){.video-section .head-title h2{font-size:3rem}}@media (max-width: 768px){.video-section .head-title h2{font-size:2.6rem}.video-placeholder video,.video-placeholder{height:500px}.video-placeholder .play-btn{width:125px;height:125px}.play-btn img{width:41px}}@media (max-width: 480px){.video-section .head-title h2{font-size:2.2rem}.video-placeholder video,.video-placeholder{height:350px}.video-placeholder .play-btn{width:110px;height:110px}}@media (max-width: 389px){.video-section .head-title h2{font-size:1.8rem}.video-placeholder video,.video-placeholder{height:300px}.video-placeholder .play-btn{width:110px;height:110px}}.partners-section .head-title{text-align:center}.partners-section .head-title h2{font-size:2.5rem}.partners-section .head-title p{font-size:1.1rem;line-height:1.7;color:#000}.partners-section .logos .slick-list{overflow:hidden}.partners-section .logos{margin-top:50px;padding:30px 15px;border-top:1px solid rgb(225,225,225);border-bottom:1px solid rgb(225,225,225)}.partner-logo{padding:0 40px;height:auto;border-left:1px solid rgb(225,225,225);align-content:center}.partner-logo img{aspect-ratio:2/2;object-fit:contain;border-left:1px solid rgb(225,225,225);border-right:1px solid rgb(225,225,225)}.footer{display:flex;flex-wrap:wrap;border-top:1px solid rgb(225,225,225);padding-top:100px}.logo-container{flex:1}.pages{flex:2;display:flex;justify-content:space-between;flex-wrap:wrap}.footer-logo{margin-bottom:30px}.footer-logo img{width:270px}.social-media{display:flex}.social-media a{margin-right:15px;border:1px solid rgb(141,141,141);border-radius:10px;padding:3px 7px;transition:all ease-in-out .25s}.social-media a:hover{transform:scale(1.08)}.social-media img{width:19px}.pages-part{display:flex;flex-direction:column}.pages-part p{font-size:1.2rem;font-family:var(--font-book);font-weight:bolder;margin-left:-6px;color:#000;text-transform:capitalize;margin-bottom:25px}.pages-part a{position:relative;width:fit-content;font-size:1rem;margin-bottom:20px;text-transform:capitalize}.pages-part p:last-child{font-family:var(--font-book);font-weight:100;margin-left:3px;font-size:1rem}.pages-part a:after{background:none repeat scroll 0 0 transparent;content:"";display:block;height:2px;left:50%;bottom:-4px;position:absolute;background:#000;transition:width .3s ease 0s,left .3s ease 0s;width:0}.pages-part a:hover:after{width:100%;left:0}.pages-part a:hover{color:#000}.copy{margin:100px 0 30px;text-align:center}.copy p{font-size:.9rem;letter-spacing:.5px;color:#000;border-bottom:1px solid rgb(225,225,225);width:fit-content;padding:0 10px 2px;margin:auto}.copy p span{font-weight:bolder}.copy img{width:40px;margin-left:3px;margin-top:2px;padding-bottom:5px;border-bottom:1px solid rgb(255,255,255);transition:all ease-in-out .25s}.copy img:hover{transform:scale(1.07);border-color:#000}@media (max-width: 992px){.logo-container,.pages{flex:auto}.footer{flex-direction:column}.logo-container{margin-bottom:70px}}@media (max-width: 768px){.footer{margin-left:5px}.logo-container{margin-bottom:100px}.footer-logo{margin-bottom:60px}.pages-part{width:50%;margin-bottom:50px}.copy{margin:70px 0 60px}}@media (max-width: 480px){.copy{margin:10px 0 30px}}.top-banner-about{padding-top:130px}.top-banner-about .head-title{display:flex;align-items:end;justify-content:space-between;margin-bottom:35px;padding:0 10px}.top-banner-about .head-title h2{font-size:3.6rem;font-family:var(--font-medium);text-transform:capitalize}.top-banner-about .head-title .content{width:32%}.top-banner-about .head-title p{font-size:1.1rem;line-height:1.7;letter-spacing:.5px}.top-banner-about .about-banner{width:100%}.top-banner-about .about-banner img{width:100%;height:520px;object-fit:cover;object-position:bottom}@media (max-width: 992px){.top-banner-about{padding-top:150px}.top-banner-about .head-title{flex-direction:column;align-items:flex-start}.top-banner-about .head-title h2{font-size:3rem}.top-banner-about .head-title .content{width:100%}}@media (max-width: 768px){.top-banner-about{padding-top:120px}.top-banner-about .head-title h2{font-size:2.5rem}.top-banner-about .head-title{margin-bottom:15px}}@media (max-width: 480px){.top-banner-about{padding-top:100px}.top-banner-about .head-title h2{font-size:2rem}.top-banner-about .about-banner img{height:400px}}@media (max-width: 389px){.top-banner-about .head-title{margin-bottom:5px}.top-banner-about .head-title h2{font-size:1.7rem;margin-bottom:12px}.top-banner-about .head-title p{font-size:1.1rem}}.about{width:85%;margin:-30px auto 0}.about .head-title{margin-bottom:20px}.about .head-title small{font-size:1rem;text-transform:uppercase}.about .head-title h2{font-size:3rem;letter-spacing:1px;text-transform:uppercase;margin:17px 0 23px}.about .text p{font-size:1.1rem;color:#565656;font-weight:600;line-height:1.7;letter-spacing:.5px;margin-bottom:25px}.about .text p em,.about .text p b{color:#000}.quat{padding-left:25px;margin:35px 0 35px 15px;border-left:2px solid rgb(109,109,109)}@media (max-width: 1200px){.about .head-title h2{font-size:2.8rem}}@media (max-width: 992px){.about .head-title h2{font-size:2.5rem}}@media (max-width: 768px){.about .head-title h2{font-size:2.2rem;line-height:1.6}.about{width:100%}}@media (max-width: 480px){.about{width:100%;margin:-60px auto 0}.about .head-title h2{font-size:1.8rem;margin:17px 0 20px}.quat{padding-left:15px;margin:35px 0}}@media (max-width: 389px){.about .head-title h2{font-size:1.5rem}.about .text p{font-size:1rem}}.segment-section{margin-top:-35px}.segment{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:70px}.segment .image{flex:1.2}.segment-section.about .segment .image{flex:1}.segment-section.about .segment .image img{height:500px}.segment .image img{width:100%;height:720px;object-fit:cover}.segment .content{flex:1}.segment .content .head{margin-bottom:40px}.segment .content h2{font-size:2.5rem;line-height:1.3;margin-bottom:30px}.segment .content p{font-size:1.1rem;line-height:1.7;letter-spacing:.5px}.segment .points p{margin-bottom:40px}.segment .points p b{font-family:var(--font-medium);display:block;margin-bottom:10px}@media (max-width: 992px){.segment .image,.segment .content{flex:auto}.segment .image img{height:450px}.segment .content p{font-size:1.1rem}.segment-section.about.second .segment{flex-direction:column-reverse}.segment-section.about .segment .image img{height:auto}}@media (max-width: 768px){.segment-section{margin-top:-60px}.segment .content h2{font-size:2.1rem;margin-bottom:20px}.segment .points{margin-left:0}}@media (max-width: 480px){.segment{gap:50px}.segment .content h2{font-size:1.8rem}.segment .image img{height:350px}}@media (max-width: 389px){.segment .content h2{font-size:1.5rem}.segment .content p{font-size:1rem}}.timeline{position:relative;height:100svh;perspective:1200px;transform-style:preserve-3d;overflow:hidden}.timeline .head-title{text-align:center;margin-top:0;margin-bottom:20px}.timeline h2{font-size:3rem;letter-spacing:1px;margin-bottom:10px}.timeline p{font-size:1.1rem;color:#000}#imgs{position:relative;top:26%;left:50%;transform-style:preserve-3d;transform-origin:0 0 -50vw}#imgs img{position:absolute;top:-15px;left:0;width:550px;height:280px;object-fit:cover;transform-origin:50% 50% -50vw;transform:translate3d(-50%,-50%,0);transform-style:preserve-3d}#imgs img:nth-child(1){transform:translate3d(-50%,-50%,0) rotateY(0)}#imgs img:nth-child(2){transform:translate3d(-50%,-50%,0) rotateY(72deg)}#imgs img:nth-child(3){transform:translate3d(-50%,-50%,0) rotateY(144deg)}#imgs img:nth-child(4){transform:translate3d(-50%,-50%,0) rotateY(216deg)}#imgs img:nth-child(5){transform:translate3d(-50%,-50%,0) rotateY(288deg)}.caption{position:absolute;bottom:13%;left:0;right:0;width:100%;text-align:center;opacity:0;transition:opacity .1s,transform .1s}.caption h4{font-size:1.5rem;margin-bottom:15px}.caption p{font-size:1.1rem;line-height:1.8;width:70%;margin:auto}@media (min-width: 1700px){#imgs img{width:45%;height:auto}#imgs{top:33%}}@media (max-width: 768px){#imgs img{width:400px;height:280px}.timeline h2{font-size:2.4rem}.caption{bottom:11%}.caption p{width:90%;font-size:1.1rem}}@media (max-width: 575px){#imgs img{width:320px;height:220px}}@media (max-width: 480px){.timeline h2{font-size:2.2rem}#imgs img{width:250px;height:200px;top:-65px}.timeline .head-title{margin-bottom:35px}.caption{bottom:15%}}@media (max-width: 400px){.timeline h2{font-size:2rem}#imgs img{width:250px;height:170px;top:-100px}.caption{bottom:30%}}@media (max-width: 400px){.timeline h2{font-size:2rem}#imgs img{width:200px;height:150px}.timeline .head-title{margin-bottom:45px}.caption{bottom:17%}}.banner{position:relative;height:100svh;overflow:hidden}.background:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#00000075}.banner img{width:100%;height:100svh;object-fit:cover}.banner__text{position:absolute;bottom:-30px;left:0;right:0;margin:auto;align-content:center;max-width:100%;height:100%;text-align:center;overflow:hidden;z-index:5}.banner__text-line{font-family:var(--font-medium);display:block;font-size:3rem;color:#fff;line-height:1;text-transform:uppercase;letter-spacing:.5px;margin-bottom:35px}.banner__small-line{font-family:var(--font-book);display:block;font-size:1.7rem;color:#fff;line-height:1;text-transform:uppercase;letter-spacing:-.02em}@media (max-width: 992px){.banner__text-line{font-size:2.8rem}.banner__small-line{font-size:1.5rem}.banner__text-line{line-height:1.3}}@media (max-width: 575px){.banner__text{max-width:95%}.banner__text-line{font-size:2.2rem;line-height:1.3}.banner__small-line{font-size:1.3rem;line-height:1.3}}.about-cdm{position:relative;overflow:hidden;margin-bottom:20px}.about-cdm.map{background-color:#f1f1f1}.about-project{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center;gap:70px}.about-cdm .content{flex:1}.about-cdm .logo img{margin-bottom:30px;width:160px}.about-cdm .content h2{font-size:2.5rem;margin-bottom:30px}.about-cdm .content p{font-size:1.2rem;line-height:1.7;letter-spacing:.5px}.about-cdm ul{margin-top:25px;padding-left:15px}.about-cdm ul li{font-size:1.1rem;font-family:light;margin-bottom:12px}.about-cdm .image{position:relative;overflow:hidden;flex:1.2}.about-cdm.map .image{flex:.8}.about-cdm .image img{width:100%;height:500px;object-fit:cover;border-radius:15px}@media (max-width: 992px){.about-cdm.first{padding-top:60px}.about-cdm{margin-bottom:0;padding:40px 0}.about-cdm.first .about-project{flex-direction:column-reverse}.about-cdm .content,.about-cdm .image,.about-cdm.map .image{flex:auto}.about-cdm.map .image img{height:600px}.about-cdm ul li{font-size:1.2rem}}@media (max-width: 768px){.about-cdm .content h2{font-size:2.2rem;margin-bottom:35px}.about-project{gap:55px}.about-cdm .image img{height:400px}.about-cdm.map .image img{height:auto}}@media (max-width: 480px){.about-cdm .content h2{font-size:1.8rem}.about-cdm .content p{font-size:1.1rem}.about-cdm{margin-bottom:0}}@media (max-width: 389px){.about-cdm .logo img{width:140px}.about-cdm .content h2{font-size:1.5rem}.about-cdm .image img{height:300px}}.architectural-section{position:relative;overflow:hidden;margin-bottom:40px}.architectural{object-fit:fill;background-image:linear-gradient(#0000,#000000ad),radial-gradient(circle,#00000073,#0000005e),url(/assets/img/cdm/g4.jpg);background-position:0 0,0 0,50% 100%;background-size:auto,auto,cover;border-radius:2rem;justify-content:flex-start;align-items:center;width:100%;height:85vh;display:flex;position:relative}.architectural .content{width:100%;height:100%;align-content:center;margin:0 100px;color:#fff}.architectural .content h2{font-family:var(--font-medium);font-size:4rem;line-height:1.2;text-transform:uppercase;color:#fff;margin-bottom:25px;display:table-caption}.architectural .content p{font-weight:bolder;font-size:1.2rem;line-height:1.5}.card{position:absolute;right:-1px;bottom:-1px;width:255px;height:105px;border:none;border-radius:35px 0 0;padding:5px 30px}.card img{width:170px;padding:10px 0 0 20px}.card svg{position:absolute;left:-49px;bottom:0;width:50px;transform:rotate(180deg)}.card svg:last-child{left:auto;right:0;bottom:104px}@media (min-width: 1700px){.architectural{height:45vh}}@media (max-width: 992px){.architectural{height:70vh}.architectural .content{margin:0 50px;padding-top:130px;align-content:baseline}.architectural .content h2{font-size:3.5rem}}@media (max-width: 768px){.architectural{height:65vh;background-image:linear-gradient(#00000036,#000000ad),radial-gradient(circle,#00000073,#0000005e),url(/assets/img/home/mb3.jpg)}.architectural .content{margin:0 30px;padding-top:90px}.architectural .content h2{font-size:2.5rem}}@media (max-width: 480px){.architectural{height:75vh}.architectural .content h2{font-size:2rem}.architectural .content{margin:0 20px;padding:50px 0}}@media (max-width: 400px){.architectural{height:85vh}.architectural .content h2{font-size:2rem}.architectural .content p{font-size:1.1rem}}.highlights-section{position:relative;overflow:hidden}.highlights-section .head-title h2{font-size:2.5rem;letter-spacing:1px;text-align:center;text-transform:uppercase;margin-bottom:50px}.highlights-section .boxs{display:flex;justify-content:space-between;align-items:baseline;flex-wrap:wrap;gap:30px}.highlights-section .box{width:23.25%;padding:20px;height:300px;background-color:#f3f3f3;border-radius:25px}.highlights-section .icon{margin:10px 0 20px;background-color:#fff;width:fit-content;padding:15px;border-radius:50px}.highlights-section .icon img{width:30px}.highlights-section .box h2{font-size:1.5rem;text-transform:capitalize}.highlights-section .box p{font-size:1.1rem;line-height:1.5}@media (max-width: 1400px){.highlights-section .box{width:22.75%;height:320px}}@media (max-width: 1200px){.highlights-section .box{width:31%}}@media (max-width: 992px){.highlights-section .box{width:47.5%;height:290px}.highlights-section .box h2{font-size:1.6rem}}@media (max-width: 768px){.highlights-section .head-title h2{font-size:2.2rem}.highlights-section .box{width:47%;height:320px}.highlights-section .box h2{font-size:1.4rem}}@media (max-width: 575px){.highlights-section .box{width:46.5%;height:350px}}@media (max-width: 480px){.highlights-section .head-title h2{margin-bottom:60px;font-size:1.8rem}.highlights-section .box{width:100%;height:auto}}@media (max-width: 389px){.highlights-section .box h2{font-size:1.2rem}}.partners-section.project .head-title{text-align:left}.partners-section.project .head-title h2{font-family:var(--font-medium);letter-spacing:.5px;color:#717171;display:inline-grid;text-transform:uppercase;line-height:1.2;margin-bottom:0}.partners-section.project .head-title h2 span{color:#000}.partners-section.project .head-title{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.project .head-title a{border:1px solid black;padding:15px 20px 11px;border-radius:30px;font-family:var(--font-medium);font-size:1rem;text-transform:capitalize;display:flex;transition:all ease-in-out .25s}.project .head-title a i{font-size:2rem;margin-left:11px;margin-top:-6px}.project .head-title a:hover{transform:scale(1.05)}.partners-section.project .logos{border:none}.partners-section.project .partner-logo{border:1px solid rgb(225,225,225);margin:0 15px}.partners-section.project .partner-logo img{border:none}@media (max-width: 768px){.partners-section .head-title h2{font-size:2rem}.partners-section.project .partner-logo{padding:0 20px}}@media (max-width: 480px){.partners-section .head-title h2{font-size:1.8rem}.project .head-title a{padding:14px 12px 9px}.partners-section.project .logos{margin-top:30px;padding:30px 0}}@media (max-width: 400px){.project .head-title a i{display:none}}@media (max-width: 400px){.partners-section.project .head-title{gap:20px}.project .head-title a i{display:block}}.gallery-section.cdm{padding-top:30px}.gallery-section.cdm .gallery-title{display:block;font-size:2.5rem;text-transform:uppercase;margin-bottom:2.5rem}.gallery-section.cdm .gallery-grid{display:grid;grid-template-columns:1fr 1fr;grid-auto-rows:350px;gap:20px}.gallery-item--large{grid-row:span 2}.gallery-section.cdm .gallery-item img{width:100%;height:100%;object-fit:cover;border-radius:20px;display:block}.gallery-section.cdm .gallery-item:hover img{transform:scale(1)}@media (max-width: 768px){.gallery-grid{grid-template-columns:1fr;grid-auto-rows:200px}.gallery-item--large{grid-row:auto}.gallery-section.cdm .gallery-title{font-size:2.1rem;text-align:center}.gallery-section.cdm .gallery-grid{grid-template-columns:1fr}.gallery-section.cdm{padding-top:0}}.project-brochure .container{display:flex;align-items:center;justify-content:space-around}.brochure-text h2{font-size:5rem;line-height:1.2;font-family:var(--font-medium);text-transform:uppercase}.download-circle{display:flex;align-items:center;justify-content:center;width:270px;height:270px;background-color:#222;color:#fff;text-decoration:none;border-radius:50%;font-family:var(--font-medium);font-size:1.6rem;text-transform:uppercase;transition:background-color .3s,transform .3s}.download-circle span{margin-right:.5em}.download-circle i{font-size:2rem}.download-circle:hover{background-color:#272727;transform:scale(1.05)}@media (max-width: 992px){.brochure-text h2{font-size:3.5rem}.download-circle{width:230px;height:230px;font-size:1.4rem}}@media (max-width: 768px){.brochure-text h2{font-size:2.5rem}.download-circle{width:180px;height:180px;font-size:1.1rem}.download-circle i{font-size:1.5rem}}@media (max-width: 480px){.project-brochure .container{flex-direction:column;gap:30px}.brochure-text h2{text-align:center}.download-circle{width:180px;height:180px;font-size:1.2rem}.download-circle i{font-size:1.3rem}}.about-obsidier{text-align:center}.about-obsidier h2{font-size:2.5rem;margin-bottom:30px}.about-obsidier p{font-size:1.2rem;line-height:1.7;width:80%;text-align:justify;margin:auto;line-height:1.8}.about-obsidier .image{margin-top:50px}.about-obsidier .image img{width:100%;height:600px;object-fit:cover;object-position:bottom}@media (max-width: 992px){.about-obsidier .image img{height:500px}.about-obsidier p{width:100%;text-align:left}}@media (max-width: 768px){.about-obsidier .image img{height:400px}}@media (max-width: 480px){.about-obsidier h2{font-size:2.1rem}.about-obsidier .image img{height:350px}.about-obsidier p{font-size:1.1rem}}@media (max-width: 389px){.about-obsidier h2{font-size:2.1rem}.about-obsidier p{font-size:1.1rem}}.project-overview{position:relative;overflow:hidden;margin-top:-70px}.project-overview .images{position:relative;width:100%;height:800px;display:flex;flex-wrap:wrap;align-items:center}.project-overview .images img{object-fit:cover}.project-overview .about1{position:absolute;left:35px;z-index:1}.project-overview .about1 img{width:335px}.project-overview .about2{position:absolute;left:330px;z-index:2}.project-overview .about2 img{width:415px}.project-overview .about3{position:absolute;right:305px;bottom:115px;z-index:4}.project-overview .about3 img{width:280px}.project-overview .about4{position:absolute;top:55px;right:45px;z-index:3}.project-overview .about4 img{width:310px}.project-overview .about5{position:absolute;bottom:15px;right:95px;z-index:3}.project-overview .about5 img{width:250px}@media (max-width: 1400px){.project-overview .about1{left:0}.project-overview .about2{left:265px}.project-overview .about3{position:absolute;right:202px}.project-overview .about4{right:0}.project-overview .about5{right:25px}}@media (max-width: 1200px){.project-overview .about1 img{width:300px}.project-overview .about2{left:190px}.project-overview .about2 img{width:370px}.project-overview .about3{bottom:160px;right:150px}.project-overview .about3 img{width:280px}.project-overview .about4 img{width:270px}.project-overview .about5{bottom:25px;right:25px}}@media (max-width: 992px){.project-overview{margin-top:-160px}.project-overview .about1 img{width:250px}.project-overview .about2{left:150px}.project-overview .about2 img{width:300px}.project-overview .about3{bottom:230px;right:100px}.project-overview .about3 img{width:210px}.project-overview .about4{top:115px}.project-overview .about4 img{width:210px}.project-overview .about5{bottom:70px;right:0}.project-overview .about5 img{width:210px}}@media (max-width: 768px){.project-overview{margin-top:-100px}.project-overview .images{height:600px}.project-overview .about1{top:10%}.project-overview .about1 img{width:200px}.project-overview .about2{left:150px;z-index:5}.project-overview .about2 img{width:225px}.project-overview .about3{bottom:0;right:auto;left:15px}.project-overview .about3 img{width:180px}.project-overview .about4{top:40px;right:10px}.project-overview .about4 img{width:220px}.project-overview .about5{bottom:10px;right:0}.project-overview .about5 img{width:190px}}@media (max-width: 480px){.project-overview .images{height:100%}.project-overview .about1,.project-overview .about2,.project-overview .about3,.project-overview .about4,.project-overview .about5{position:static;width:50%;padding:5px}.project-overview .about4{display:none}.project-overview .images img{width:100%;height:250px}}.obsidier-section{margin:30px 0}.obsidier-architect{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:40px}.obsidier-architect .content{flex:1}.obsidier-architect .content h2{font-size:2.7rem;letter-spacing:1px}.obsidier-architect .content p{font-size:1.1rem;line-height:1.7;margin-bottom:25px}.obsidier-architect .images{flex:1.5;display:flex;flex-wrap:wrap;gap:20px}.obsidier-section .images video{position:relative}.obsidier-architect .images img{width:100%;object-fit:cover}.obsidier-architect .images .media-card:nth-child(1),.obsidier-architect .images .media-card:nth-child(2),.obsidier-architect.core .images .media-card:nth-child(3),.obsidier-architect.core .images .media-card:nth-child(4){width:calc(50% - 10px)}.obsidier-architect .images .media-card:nth-child(3),.obsidier-architect.core .images .media-card:nth-child(1){width:30%}.obsidier-architect .images .media-card:nth-child(4),.obsidier-architect.core .images .media-card:nth-child(2){width:calc(70% - 20px);object-fit:cover}.obsidier-architect .images .media-card:nth-child(1) img,.obsidier-architect .images .media-card:nth-child(2) img,.obsidier-architect.core .images .media-card:nth-child(3) img,.obsidier-architect.core .images .media-card:nth-child(4) img{height:210px}.obsidier-architect .images .media-card:nth-child(3) img,.obsidier-architect .images .media-card:nth-child(4) img,.obsidier-architect.core .images .media-card:nth-child(1) img,.obsidier-architect.core .images .media-card:nth-child(2) img,.obsidier-architect .images .media-card:nth-child(4){height:300px}.obsidier-architect.core .images .media-card:nth-child(3),.obsidier-architect.core .images .media-card:nth-child(4){height:auto}.video-wrapper{position:relative;cursor:pointer;overflow:hidden}.video-wrapper video{display:block;width:100%;height:100%;object-fit:cover}.play-btn{position:absolute;bottom:8%;right:7%;width:60px;height:60px;border:none;border-radius:50%;background:transparent;border:3px solid #fff;display:flex;align-items:center;justify-content:center;transition:all ease-in-out .3s}.play-btn i{font-size:2.6rem;color:#fff;margin-left:5px;margin-bottom:-1px}.play-btn:hover{transform:scale(1.05)}.obsidier-architect.core ul li{font-family:var(--font-light);font-size:1.1rem;margin-bottom:15px;font-weight:100}@media (max-width: 992px){.obsidier-architect{flex-direction:column-reverse;gap:60px}.obsidier-architect.core{flex-direction:row}.obsidier-architect .content,.obsidier-architect .images{flex:auto}.obsidier-section{margin:-75px 0}.obsidier-architect .images .media-card:nth-child(1),.obsidier-architect .images .media-card:nth-child(2),.obsidier-architect .images .media-card:nth-child(3){display:none}.obsidier-architect .images .media-card:nth-child(4){height:auto}.obsidier-architect.core .images .media-card:nth-child(3){display:block}.obsidier-architect .images .media-card:nth-child(4){width:100%}}@media (max-width: 480px){.obsidier-architect .content h2{font-size:2.1rem}.obsidier-architect.core .images .media-card:nth-child(1),.obsidier-architect.core .images .media-card:nth-child(4){display:none}.obsidier-architect.core .images .media-card:nth-child(2),.obsidier-architect.core .images .media-card:nth-child(3){width:100%}.obsidier-architect.core .images .media-card:nth-child(1) img,.obsidier-architect.core .images .media-card:nth-child(2) img,.obsidier-architect.core .images .media-card:nth-child(3) img,.obsidier-architect.core .images .media-card:nth-child(4) img{height:250px}}@media (max-width: 400px){.obsidier-architect .images .media-card:nth-child(1){display:none}.obsidier-architect .images .media-card:nth-child(2){width:100%}}.location-section{margin-bottom:20px}.location-wrapper{display:flex;flex-wrap:wrap;align-items:flex-start;gap:40px}.location-content{flex:1}.location-image img{width:100%;height:auto;margin-bottom:50px}.location-content h2{font-size:2.5rem;margin-bottom:20px}.location-content p{font-size:1.2rem;line-height:1.6;color:#555}.location-video{flex:1}.video-card{position:relative;width:100%;overflow:hidden}.video-card video{display:block;width:100%;height:100vh;max-height:830px;object-fit:cover}.video-card .play-btn{top:0;right:0;bottom:0;left:0;margin:auto;width:100px;height:100px;background:#fff}.video-card .play-btn i{font-size:4.5rem;color:#000;margin-left:10px;margin-bottom:-1px}@media (max-width: 992px){.location-wrapper{flex-direction:column-reverse}.location-image{display:none}.video-card video{height:auto}.video-card .play-btn{width:100px;height:100px}.location-section{margin-bottom:-50px}}@media (max-width: 768px){.video-card .play-btn{width:75px;height:75px}.video-card .play-btn i{font-size:3.5rem;margin-left:8px;margin-bottom:-2px}}@media (max-width: 480px){.location-content h2{font-size:2.1rem}}.latest-news.look{padding-bottom:50px}.latest-news.look .head-title{text-align:center;margin:auto auto 50px}.latest-news.look .head-title h2{font-family:var(--font-book)}.latest-news.look .head-title p{font-size:1.2rem;margin:auto;width:80%;text-align:justify;line-height:1.8}.latest-news.look .news-box:nth-child(2n) .news-img img,.latest-news.look .news-img img{height:600px;filter:brightness(.9)}.latest-news .obsidier-slider .slick-list{overflow:hidden}.latest-news .obsidier-slider .slick-slide{margin:0 20px}.latest-news .obsidier-slider .slick-track{margin-right:-20%}.obsidier-slider .news-box:first-child{margin-left:0}.slick-dots li.slick-active button:before{opacity:1;background-color:#fff;color:#000}.slick-dots{bottom:60px;width:55%}.slick-dots li button:before{content:"";width:14px;height:14px;opacity:1;border:2px solid #fff;border-radius:50px}.obsidier-slider,.obsidier-slider .slick-list,.obsidier-slider .slick-track{overflow:visible!important}.obsidier-slider .slick-slide{opacity:.5;transition:opacity .5s ease-in-out}.obsidier-slider .slick-center{opacity:1!important}@media (max-width: 992px){.latest-news.look.lumia .head-title p,.latest-news.look .head-title p{width:100%;text-align:left}}@media (max-width: 768px){.latest-news.look .news-box:nth-child(2n) .news-img img,.latest-news.look .news-img img{height:450px}.latest-news .obsidier-slider .slick-slide{margin:0 15px}}@media (max-width: 480px){.latest-news.look .news-box:nth-child(2n) .news-img img,.latest-news.look .news-img img{height:300px}.slick-dots{bottom:-20px;width:100%}.slick-dots li button:before{border:1px solid #454545}.slick-dots li.slick-active button:before{background-color:#343434}.latest-news .obsidier-slider .slick-slide{margin:0 8px}}.features-section{position:relative;overflow:hidden;background-color:#000;padding-bottom:90px}.features-section .head-title{text-align:center;color:#fff;margin:40px 0 70px}.features-section .head-title h2{font-size:2.5rem;color:#fff;text-transform:uppercase;margin-bottom:15px}.features-section .head-title p{font-size:1.2rem;text-transform:capitalize}.features-section .features{display:flex;justify-content:space-between;align-items:baseline;flex-wrap:wrap;gap:75px 10px}.features-box{width:calc(100% / 3 - 20px)}.features-box img{width:100%;height:370px;object-fit:cover}.features-box .content{border-left:.9px solid #666666;padding:30px 15px 30px 25px}.features .features-box:nth-child(1) .content,.features .features-box:nth-child(2) .content,.features .features-box:nth-child(3) .content{height:250px}.features .features-box:nth-child(4) .content,.features .features-box:nth-child(5) .content,.features .features-box:nth-child(6) .content{height:300px}.features-box h4{font-family:var(--font-light);font-size:1.5rem;color:#fff}.features-box p{font-size:1rem;line-height:1.7;color:#e1e1e1}@media (max-width: 1200px){.features .features-box:nth-child(1) .content,.features .features-box:nth-child(2) .content,.features .features-box:nth-child(3) .content{height:350px}.features .features-box:nth-child(4) .content,.features .features-box:nth-child(5) .content,.features .features-box:nth-child(6) .content{height:400px}}@media (max-width: 992px){.features-box{width:calc(50% - 20px)}.features .features-box:nth-child(1) .content,.features .features-box:nth-child(2) .content{height:300px}.features .features-box:nth-child(3) .content,.features .features-box:nth-child(4) .content{height:350px}.features .features-box:nth-child(5) .content,.features .features-box:nth-child(6) .content{height:250px}}@media (max-width: 768px){.features-section .head-title{margin:40px 0 90px}.features-box{width:100%}.features .features-box .content{height:auto!important;padding:30px 0 30px 15px}.features-box img{height:270px}}@media (max-width: 480px){.features-section .head-title h2{font-size:2.1rem;margin-bottom:25px}}@media (max-width: 389px){.features-section .head-title h2{font-size:1.8rem}}.obsidier-gallery{position:relative;overflow:hidden}.obsidier-gallery .head-title{width:550px;margin:40px auto 60px;text-align:center;text-transform:uppercase}.obsidier-gallery .head-title h2{font-size:2.5rem;line-height:1.4;font-family:var(--font-light);font-weight:100}.obsidier-gallery .images{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:30px}.obsidier-gallery .images img{width:calc(50% - 15px);height:450px;object-fit:cover}.obsidier-gallery .images img:nth-child(1){width:100%}@media (max-width: 768px){.obsidier-gallery .images img{width:100%;height:400px}.obsidier-gallery .head-title{width:100%}}@media (max-width: 480px){.obsidier-gallery .images img{height:300px}.obsidier-gallery .head-title h2{font-size:2.1rem}}@media (max-width: 400px){.obsidier-gallery .head-title h2{font-size:1.8rem}}.obsidier .video-placeholder{position:relative}.video-section.obsidier .head-title{position:absolute;z-index:10;top:-130px;right:0;bottom:0;left:0;margin:auto;height:fit-content;width:fit-content}.video-section.obsidier .head-title h2{color:#fff;font-family:var(--font-light);font-size:5.5rem;font-weight:100;letter-spacing:10px;text-transform:uppercase}.obsidier .video-placeholder .play-btn{background-color:transparent;top:56%;width:125px;height:124px}.obsidier .play-btn img{filter:invert(0)}.obsidier .video-placeholder video,.obsidier .video-placeholder{height:700px}@media (max-width: 992px){.video-section.obsidier .head-title h2{font-size:4.5rem}}@media (max-width: 768px){.obsidier .video-placeholder video,.obsidier .video-placeholder{height:500px}.video-section.obsidier .head-title{top:-70px;right:0;bottom:0;left:0}.video-section.obsidier .head-title h2{font-size:3.5rem;letter-spacing:2px}.obsidier .video-placeholder .play-btn{top:61%;width:110px;height:110px}.play-btn img{margin-bottom:0}}@media (max-width: 480px){.video-section.obsidier{margin-top:0}.obsidier .video-placeholder video,.obsidier .video-placeholder{height:350px}.video-section.obsidier .head-title h2{font-size:3rem;letter-spacing:1px}.obsidier .video-placeholder .play-btn{top:59%;width:90px;height:90px;padding:5px}.obsidier .play-btn img{margin-left:5px}.obsidier .play-btn img{width:35px}}@media (max-width: 389px){.video-section.obsidier .head-title h2{font-size:2.5rem;letter-spacing:1px}.obsidier .video-placeholder .play-btn{width:75px;height:75px}.obsidier .play-btn img{width:30px}}.lumia-overview{position:relative;width:100%;height:500px;background-size:cover;margin-top:100px}.lumia-overview video{position:relative;top:-175px;display:block;width:900px;margin:auto}@media (max-width: 992px){.lumia-overview video{top:-145px;width:80%}.lumia-overview{height:400px}}@media (max-width: 768px){.lumia-overview{height:300px}}@media (max-width: 575px){.lumia-overview video{top:-105px;width:90%}.lumia-overview{margin-top:25px}}@media (max-width: 480px){.lumia-overview{margin-top:5px;height:240px}}.lumia-architect{position:relative;overflow:hidden}.lumia-architect{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:60px}.lumia-architect .content,.lumia-architect .images{position:relative;flex:1}.lumia-architect .content h2{font-size:2.6rem;margin-bottom:25px}.lumia-architect .content p{font-size:1.2rem;line-height:1.7;margin-bottom:32px}.lumia-architect .images{position:relative;display:flex}.lumia-architect img{width:100%;height:auto;object-fit:cover}.lumia-architect.second img{height:740px}.lumia-architect.mall{gap:40px}.lumia-architect .mall img{margin-bottom:40px}@media (max-width: 992px){.lumia-architect{flex-direction:column-reverse}.lumia-architect.second{flex-direction:column}.lumia-architect img{height:600px}.lumia-architect.second img{height:500px}.lumia-architect .mall img{height:400px}.bottom-images{display:none}}@media (max-width: 480px){.lumia-architect .content h2{font-size:2.1rem}.lumia-architect img{height:500px}.lumia-architect.second img{height:400px}}@media (max-width: 389px){.lumia-architect img{height:400px}}.latest-news.look.lumia .head-title h2{margin-bottom:30px}.latest-news.look.lumia .head-title p{margin:auto auto 105px;width:80%;text-align:justify;line-height:1.8}.latest-news.lumia .obsidier-slider .slick-slide{margin:0 90px;transition:all ease-in-out .3s}.latest-news.lumia .obsidier-slider .slick-center{transform:scale(1.2)}.latest-news.look.lumia .news-box:nth-child(2n) .news-img img,.latest-news.look.lumia .news-img img{height:450px}.latest-news.look.lumia .slick-dots{bottom:20px;width:49%}@media (max-width: 992px){.lumia-mt{padding-bottom:20px}.latest-news.lumia .obsidier-slider .slick-slide{margin:0 50px}.latest-news.look.lumia .news-box:nth-child(2n) .news-img img,.latest-news.look.lumia .news-img img{height:350px}}@media (max-width: 678px){.latest-news.lumia .obsidier-slider .slick-slide{margin:0 30px}.latest-news.look.lumia .news-box:nth-child(2n) .news-img img,.latest-news.look.lumia .news-img img{height:250px}}@media (max-width: 480px){.latest-news.lumia .obsidier-slider .slick-slide{margin:0 20px}.latest-news.look.lumia .news-box:nth-child(2n) .news-img img,.latest-news.look.lumia .news-img img{height:170px}.latest-news.look.lumia .slick-dots{bottom:-40px;width:100%}}.features-section.lumia{background-color:#fff}.features-section.lumia .head-title,.features-section.lumia .head-title h2,.features-section.lumia .features-box h4,.features-section.lumia .features-box p{color:#000}.features-section.lumia .features .features-box:nth-child(1) .content,.features-section.lumia .features .features-box:nth-child(2) .content,.features-section.lumia .features .features-box:nth-child(3) .content{height:360px}.features-section.lumia .features .features-box:nth-child(4) .content,.features-section.lumia .features .features-box:nth-child(5) .content{height:260px}.features-box.large{width:calc(50% - 20px)}@media (max-width: 1200px){.features-section.lumia .features .features-box:nth-child(1) .content,.features-section.lumia .features .features-box:nth-child(2) .content,.features-section.lumia .features .features-box:nth-child(3) .content{height:500px}.features-section.lumia .features .features-box:nth-child(4) .content,.features-section.lumia .features .features-box:nth-child(5) .content{height:315px}}@media (max-width: 992px){.features-section.lumia .features .features-box:nth-child(1) .content,.features-section.lumia .features .features-box:nth-child(2) .content{height:460px}.features-section.lumia .features .features-box:nth-child(3) .content,.features-section.lumia .features .features-box:nth-child(4) .content{height:400px}.features-section.lumia .features .features-box:nth-child(5) .content{height:250px}.features-section.lumia .features-box.large:last-child{width:100%}}@media (max-width: 768px){.features-section.lumia .features-box.large{width:100%}}.lagoons .lumia-architect img{height:450px}.about-obsidier.lagoons{padding-bottom:30px}.lagoons .lumia-architect.louction img{height:600px}.lagoons-look{position:relative;margin-top:-130px}.images-container{position:relative;overflow:hidden;height:150vh}.images-container img{position:absolute;height:auto;object-fit:cover}.images-container img:nth-child(1){top:3%;right:5%;width:55%;z-index:10}.images-container img:nth-child(2){top:25%;left:5%;width:45%;z-index:5}.images-container img:nth-child(3){bottom:0;left:34%;width:55%;height:430px;object-position:top;z-index:10}@media (min-width: 1700px){.images-container{height:100vh}}@media (max-width: 1200px){.images-container{height:125vh}}@media (max-width: 992px){.lagoons .bottom-images{display:flex}.lagoons{padding-bottom:30px}.images-container{height:102vh}.images-container img:nth-child(2){left:0%;width:55%}.images-container img:nth-child(1){top:1%;width:73%}.images-container img:nth-child(3){left:25%;width:75%;height:330px}.segment-section.lagoons .segment{flex-direction:column-reverse}}@media (max-width: 768px){.images-container{height:90vh}.images-container img:nth-child(2){width:68%}.images-container img:nth-child(1){width:80%}.images-container img:nth-child(3){left:10%;width:90%;height:280px}}@media (max-width: 480px){.lagoons .lumia-architect img{height:350px}.images-container img:nth-child(1),.images-container img:nth-child(3){width:90%;height:250px}.images-container img:nth-child(2){width:75%}}@media (max-width: 430px){.images-container{height:80vh}}.hero-partners{position:relative;width:100%;height:55svh;background:linear-gradient(180deg,#fff,#c5d5f1db 25%,#8dace478 49%,#b5c9eda6 67%,#fff)}.hero-partners .title{height:109%;align-content:center}.hero-partners .title h2{color:#000;font-family:var(--font-medium);font-size:3.3rem;line-height:1.1;letter-spacing:1px;text-align:center;text-transform:capitalize}.hero-partners .sub-pages{display:flex;align-items:center;justify-content:center;margin-top:25px;color:#000;text-transform:uppercase}.hero-partners .sub-pages a:first-child{color:#5f5f5f}.hero-partners .sub-pages a:first-child:hover{color:#fff}.hero-partners .sub-pages a{font-size:1.2rem;margin:0 20px}@media (max-width: 768px){.hero-partners .title h2{font-size:3rem}}@media (max-width: 480px){.hero-partners{height:40svh}.hero-partners .title h2{font-size:2.5rem}}@media (max-width: 389px){.hero-partners .title h2{font-size:2.2rem}}.about-partners{position:relative;text-align:center;padding-top:135px;padding-bottom:50px}.about-partners small{font-size:1.1rem;text-transform:uppercase}.about-partners h2{font-family:var(--font-medium);color:#636363;font-size:3.2rem;line-height:1.3;margin-top:15px}.about-partners h2 span{color:#000}.partners-text{margin:10px auto 0;width:77%}.about-partners p{font-size:1.2rem;line-height:1.7;color:#000;text-align:justify}.video-section.partners{margin-top:-85px}.obsidier.partners .video-placeholder .play-btn{top:50%}@media (max-width: 992px){.partners-text{width:100%}.about-partners p{text-align:center}.about-partners h2{font-size:3rem}}@media (max-width: 768px){.about-partners h2{font-size:2.5rem}.about-partners .content{width:100%}}@media (max-width: 480px){.about-partners h2{font-size:2.2rem}}.partners{position:relative;overflow:hidden}.partner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:70px}.partner .content,.partner .partners-logo{flex:1}.partner .content h2{font-size:2.5rem;letter-spacing:1px;text-transform:capitalize}.partner .content p{font-size:1.1rem;line-height:1.7}.partners-logo{background-color:#f1f1f1;border-radius:7px;width:100%;height:600px;align-content:center}.partners-logo img{height:auto;display:block;margin:auto;mix-blend-mode:multiply;aspect-ratio:2 / 2;object-fit:contain}@media (max-width: 992px){.partner{flex-direction:column-reverse}.partners-logo img{height:100%}.partners.second .partner{flex-direction:row}.partner .content,.partner .partners-logo{flex:auto}.partners-logo{height:400px}.partners-logo.etqan img{max-width:200px}}@media (max-width: 480px){.partner .content h2{font-size:2rem}}.gallery-page{margin-top:-80px}.gallery-title{display:none;font-size:2.5rem;margin:60px 0;text-transform:capitalize}.filters{display:flex;flex-wrap:wrap;gap:35px;justify-content:center;border-bottom:1px solid black;width:fit-content;padding:0 20px 10px;margin:auto auto 65px}.filter-btn{position:relative;background:none;border:none;padding:0;cursor:pointer;outline:none;text-align:center;transition:all ease-in-out .3s}.filter-btn:hover{transform:scale(1.05)}.filter-btn .filter-label{font-family:var(--font-book);align-content:center;display:block;margin-top:8px;font-size:1.15rem;line-height:1.1;color:#676767;transition:all ease-in-out .25s}.d-mall{display:none}.filter-btn.active .filter-label:after{content:"•";position:absolute;bottom:-2px;left:-2px;width:100%;height:2px;color:#000;font-size:1.4rem}.filter-btn.active .filter-label{color:#000}.gallery-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));min-height:500px}.gallery-item{overflow:hidden;box-shadow:0 2px 12px #0000001a;transition:transform .3s,opacity .3s;opacity:1}.gallery-item.hidden{opacity:0;pointer-events:none;transform:scale(.95)}.gallery-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s}.gallery-item:hover img{transform:scale(1.05)}@media (max-width: 992px){.filters{gap:20px}}@media (max-width: 768px){.filters{gap:15px;padding:0 0 10px}.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}@media (max-width: 480px){.filters{gap:10px}.gallery-grid{grid-auto-rows:275px}.filter-btn .filter-label{font-size:1.1rem;line-height:1.3}.gallery-title{font-size:2rem}.hero-partners .sub-pages a{margin:0 10px}}@media (max-width: 389px){.gallery-title{font-size:1.7rem;margin:30px 0}}.hero-careers{margin-bottom:50px}.hero{position:relative;background:url(/assets/img/careers/banner.jpg) center/cover no-repeat;height:55svh;display:flex;align-items:center;padding-top:65px;color:#fff}.hero .hero-content{position:relative;max-width:100%;padding:0 50px}.hero h1{font-family:var(--font-medium);color:#fff;font-size:3rem;margin-bottom:20px}.hero p{font-size:1.2rem}.job-finder{margin-bottom:40px}.job-finder h2{font-family:var(--font-medium);font-size:1.7rem;margin-bottom:8px}.job-finder p{font-size:1.1rem;padding-bottom:20px;margin-bottom:35px;border-bottom:1px solid #dadada}.job-finder .search{position:relative;text-align:center}.job-finder .search i{position:relative;margin-right:-35px}.job-finder input[type=text]{width:50%;padding:15px 10px 13px 40px;border:1px solid #ccc;font-family:var(--font-book);border-radius:4px;font-size:.95rem;transition:all ease-in-out .25s}.job-finder input::placeholder{font-size:.9rem}.job-finder input:focus{outline:none;border-color:#000}.job-finder input:focus-visible{outline:none}.job-finder button{font-size:.9rem;padding:17px 25px 14px;border:none;background:#eee;cursor:pointer;border-radius:4px;transition:all ease-in-out .25s}.job-finder button:hover{transform:scale(1.05)}.job-container{display:flex;gap:20px}.job-list{flex:1 1 35%;padding:25px 20px;overflow-y:auto;background-color:#f8f8f8;border-radius:13px;margin-bottom:50px}.job-list h2{font-family:var(--font-medium);margin-bottom:5px;font-size:1.2rem}.job-list p{font-family:var(--font-book);font-weight:bolder;font-size:.95rem;margin-bottom:20px;color:#646464}.job-item{padding:29px 15px 25px;border:2px solid transparent;border-radius:10px;margin-bottom:10px;cursor:pointer;background-color:#fff;transition:all ease-in-out .25s}.job-item.selected{border-color:#979797}.job-item h3{font-family:var(--font-medium);font-size:1.1rem;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.job-item .company{font-size:.9rem;color:#666;margin-bottom:5px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.job-item small{display:block;font-size:.85rem;color:#666;margin-bottom:-5px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.job-details{position:sticky;top:30px;flex:1 1 65%;border:1px solid #ddd;border-radius:8px;padding:35px 25px;max-height:94svh;overflow-y:auto;margin-bottom:50px;scrollbar-color:rgb(150,150,150) rgb(255,255,255);scrollbar-width:5px}.job-details h2{font-family:var(--font-medium);margin-bottom:20px;font-size:1.7rem;margin-left:-5px}.job-details .details{border-bottom:1px solid #dadada;margin-bottom:35px}.job-details .company,.job-details .location{font-family:var(--font-book);font-size:1.05rem;color:#555;margin-bottom:5px;line-height:1.7rem}.job-details .location{font-family:var(--font-medium);margin-bottom:15px}.job-details .description,.job-details .skills{font-family:var(--font-book);font-size:1rem;line-height:1.8;margin-bottom:55px;padding:0 25px}.job-details .description ul li,.job-details .skills ul li{margin-bottom:10px}.job-details .skills{margin-bottom:0}.job-details h6{font-family:var(--font-medium);font-size:1.25rem}.apply-btn{display:inline-block;width:30%;padding:10px 20px 9px;background:#000;color:#fff;text-decoration:none;border-radius:0;border:none;outline:none;cursor:pointer;margin:30px 0 25px}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:none;align-items:center;justify-content:center;z-index:100}.close{display:none;position:absolute;top:25px;right:20px;background-color:#fff;border:none;font-size:1.7rem}.modal{background:#f7f7f7;padding:50px 60px;width:95%;max-width:700px;height:auto;position:relative;display:block}.modal h3{font-size:2rem;margin-bottom:45px}.modal label{font-family:var(--font-light);display:block;margin-bottom:8px;font-size:1rem}.modal input[type=text],.modal input[type=email],.modal input[type=tel],.modal input[type=file]{width:100%;padding:11px 10px;margin-bottom:30px;border:1px solid #ccc;border-radius:4px;font-size:.9rem}.modal button{width:200px;padding:15px 20px 13px;border:none;background:#000;color:#fff;border-radius:0;cursor:pointer;font-size:1rem;margin-top:10px}.modal .close-btn{position:absolute;top:5px;right:-60px;color:#000;background:transparent;border:none;font-size:2.2rem;cursor:pointer}.no-jobs-message{text-align:center}.success-msg{text-align:center;padding-top:20px;font-size:1.4rem;line-height:1.6;letter-spacing:1px;font-family:var(--font-book)}@media (max-width: 992px){.latest-news.look.lumia .head-title p,.latest-news.look .head-title p{text-align:left}}@media (max-width: 768px){.hero{height:45svh;padding-top:100px}.hero h1{font-size:1.8rem}.job-container{flex-direction:column}.job-details{display:none;position:fixed;top:0;right:0;bottom:0;left:0;border:none;border-radius:0;padding:0;max-height:100%;margin-bottom:0;background-color:#00000091;z-index:100;align-content:center}.job-details-model{position:relative;background-color:#fff;border-radius:5px;padding:40px 20px;max-height:95%;width:95%;margin:auto;overflow-y:scroll}.close{display:block}.job-details h2{width:90%}.apply-btn{width:50%}.modal{padding:50px 30px}.job-list{margin-bottom:20px}.job-finder h2{font-size:1.5rem}.job-finder input[type=text]{width:70%}.job-details .description,.job-details .skills{padding:0}.latest-news.look.lumia .head-title p,.latest-news.look .head-title p{width:90%}}@media (max-width: 480px){.hero{background-position:left}.hero .hero-content{max-width:100%;padding:0 10px}.job-list{padding:25px 10px}.modal{padding:40px 20px}.modal h3{font-size:1.5rem}.latest-news.look.lumia .head-title p,.latest-news.look .head-title p{width:94%}}.news-page{padding-top:120px}.features-section.lumia.news-page h2{font-family:var(--font-medium);font-size:3.3rem;text-transform:capitalize}.features-section.lumia.news-page .features .features-box.large .content{height:300px!important}.features-section.lumia.news-page .features .features-box .content{height:270px!important}.features-section.lumia.news-page .features-box h4{font-family:var(--font-book);font-size:1.5rem;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:12px}.features-section.lumia.news-page .features-box p{font-size:1.1rem;line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.features-section.lumia.news-page .features-box button{position:relative;background-color:transparent;border:transparent;margin-top:25px;font-size:1.1rem;transition:all ease-in-out .25s}.features-section.lumia.news-page .features-box button i{position:relative;bottom:-4px;font-size:1.4rem}.features-section.lumia.news-page .features-box button:hover{transform:scale(1.05)}@media (max-width: 992px){.features-section.lumia.news-page h2{font-size:3rem}}@media (max-width: 768px){.features-section.lumia.news-page h2{font-size:2.7rem}}@media (max-width: 768px){.features-section.lumia.news-page h2{font-size:2.2rem}}.news-slug{padding-top:130px;margin:0 auto}.about.slug{width:85%;margin:-100px auto 0;padding-bottom:40px}.about.news-slug .head-title h2{font-size:2.5rem;text-transform:capitalize}.about.news-slug .text p{margin-bottom:40px}.about.news-slug .lumia-architect img{height:415px}@media (max-width: 992px){.about.news-slug .head-title h2{font-size:2rem}.about.news-slug .bottom-images{display:flex}}@media (max-width: 768px){.about.news-slug .head-title h2{font-size:1.8rem}.about.news-slug .lumia-architect img{height:350px}.about.slug{width:100%}}@media (max-width: 480px){.news-slug{padding-top:100px}.about.slug{margin:-100px auto -75px}.about.news-slug .head-title h2{font-size:1.5rem}.about.news-slug .lumia-architect img{height:270px}}.contact-us{padding:155px 0 20px}.contact-us h1{font-size:3.3rem;text-transform:capitalize;line-height:1.2;margin-bottom:12px}.contact-us p{font-size:1.2rem;line-height:1.7;margin-left:7px}.contact-us .text{border-bottom:1px solid #d9d9d9;padding-bottom:20px}.contact-info{margin-top:35px}.info-item{margin-bottom:40px}.info-item strong{font-family:var(--font-medium);font-size:1.2rem;display:block;margin-bottom:15px;text-transform:capitalize}.info-item p,.info-item p a{font-weight:500;font-size:1rem;line-height:1.5;letter-spacing:1px}.contact-form{width:100%;display:flex;flex-direction:column}.contact-us .offset-md-1{margin-left:4.33333333%}.contact-form input,.contact-form textarea{font-size:1.05rem;height:40px;padding:25px 0;margin-bottom:45px;border:none;border-radius:0;border-bottom:1px solid #bdbdbd}.contact-form textarea{height:auto;padding-bottom:0;resize:none}.contact-form input::placeholder,.contact-form textarea::placeholder{font-size:1.05rem;font-family:var(--font-book);font-weight:400;padding-left:2px;font-style:normal;color:#3b3b3b}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-bottom:1px solid #cb2f33;box-shadow:none}.contact-form button{background:#000;color:#fff;border:none;padding:17px 20px 13px;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:all ease-in-out .25s}.contact-form button:hover{background:#4e4e4e;transform:scale(1.02)}@media only screen and (max-width: 992px){.contact-us{padding:155px 0 80px}.contact-us .offset-md-1{margin-left:0;margin-top:10px}.contact-form input{padding:35px 0}.contact-form input,.contact-form textarea,.contact-form input::placeholder,.contact-form textarea::placeholder{font-size:1.25rem}}@media only screen and (max-width: 767px){.contact-us h1{font-size:3rem}.contact-info{margin-bottom:45px}.contact-us .offset-md-1{margin:0}.contact-form input,.contact-form textarea,.contact-form input::placeholder,.contact-form textarea::placeholder{font-size:1.15rem}}@media only screen and (max-width: 480px){.contact-us{padding:125px 0 20px}.contact-us h1{font-size:2rem;margin-bottom:15px}}.lead-section{position:relative;overflow:hidden;height:100vh}.lead-section img.bg-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1;filter:brightness(.4)}.lead-section .content{position:relative;height:87vh;display:flex;align-items:center;justify-content:space-between;z-index:2}.lead-section .text{color:#fff;max-width:55%}.lead-section .text h1{font-family:var(--font-bold);font-size:4rem;line-height:1.1;color:#fff;margin-bottom:17px}.lead-section .text h1 span{display:block;color:#bbb}.lead-section .text p{font-family:var(--font-medium);font-size:1.2rem;color:#fff;max-width:90%;line-height:1.6}.lead-section .form-card{background:#fff;border-radius:30px;padding:50px 40px 50px 30px;width:100%;max-width:520px;box-shadow:0 4px 12px #0000001a}.form-card h2{font-family:var(--font-medium);font-size:1.8rem;margin-bottom:8px}.form-card small{display:block;color:#666;margin-bottom:25px;font-size:1rem}.input-group{position:relative;margin-bottom:25px}.input-group input{width:100%;padding:15px 50px 12px 20px;border:1px solid #000;border-radius:50px;font-size:1rem;outline:none}.input-group .icon{position:absolute;top:50%;right:-22px;transform:translateY(-50%);font-size:1.2rem;color:#000;border:1px solid black;border-radius:50px!important;padding:14px 18.5px;background-color:#fff}.form-card button{display:block;width:100%;padding:12px;background:#000;color:#fff;font-size:1rem;border:none;border-radius:50px;cursor:pointer;margin-top:10px;margin-left:10px}@media (min-width: 993px) and (max-width: 1200px){.lead-section .text h1{font-size:4rem;margin-bottom:22px}.lead-section .form-card{max-width:420px}}@media (max-width: 992px){.lead-section{height:135vh}.lead-section .content{flex-direction:column;text-align:center;margin-top:100px}.lead-section .text h1{font-size:4rem}.lead-section .text{max-width:100%;margin-bottom:30px}.lead-section .text p{max-width:90%;margin:0 auto}.lead-section .form-card{max-width:100%}}@media (max-width: 768px){.lead-section .text h1{font-size:3rem}}@media (max-width: 480px){.lead-section{height:105svh}.lead-section .content{margin-top:70px;height:80vh}.lead-section .text h1{font-size:2.1rem}.lead-section .form-card{padding:40px 40px 40px 20px;width:90%;max-width:100%}.lead-section .text h1 span{display:contents}.lead-section .text p{font-size:1.1rem;max-width:100%}.input-group input{font-size:.9rem}}@media (max-width: 400px){.lead-section .text h1{font-size:1.8rem}}.error{position:relative;overflow:hidden;padding-top:120px}.page-content{text-align:center}.page-content .image{margin-bottom:30px}.page-content .image img{width:300px;margin-right:-30px}.page-content .content h2{font-size:3.5rem;font-family:var(--font-medium);margin-bottom:15px}.page-content .content h3{font-size:2.3rem;font-family:var(--font-medium);margin-bottom:10px}.page-content .content p{font-size:1.2rem}.page-content .content a{display:block;background-color:#000;color:#fff;width:250px;padding:15px 20px 14px;font-family:var(--font-book);font-size:1.1rem;margin:40px auto;transition:all ease-in-out .25s}.page-content .content a:hover{transform:scale(1.05)}@media only screen and (max-width: 992px){.page-content{margin-top:30px}}@media only screen and (max-width: 480px){.page-content{margin-top:0}.page-content .image img{width:200px}.page-content .content h2{font-size:3rem}.page-content .content h3{font-size:2rem}}
