@-webkit-keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(359deg)}}@-webkit-keyframes blink{0%{opacity:.5}to{opacity:1}}.loader-double:after,.loader-double:before{content:"";position:fixed;border-radius:50%;border:8px solid;-webkit-animation:rotation 1s linear infinite;animation:rotation 1s linear infinite}.loader-double:after{width:48px;height:48px;border-color:#fff #fff #fff transparent;top:calc(50% - 24px);left:calc(50% - 24px)}.loader-double:before{width:64px;height:64px;border-color:#eb974e transparent #eb974e #eb974e;-webkit-animation-duration:2s;animation-duration:2s;top:calc(50% - 32px);left:calc(50% - 32px)}.loader-bar[data-text]:before{top:calc(50% - 40px);color:#fff}.loader-bar:after{content:"";position:fixed;top:50%;left:50%;width:200px;height:20px;transform:translate(-50%,-50%);background:linear-gradient(-45deg,#4183d7 25%,#52b3d9 0,#52b3d9 50%,#4183d7 0,#4183d7 75%,#52b3d9 0,#52b3d9);background-size:20px 20px;box-shadow:inset 0 10px 0 hsla(0,0%,100%,.2),0 0 0 5px rgba(0,0,0,.2);animation:moveBar 1.5s linear infinite reverse}.loader-bar[data-rounded]:after{border-radius:15px}.loader-bar[data-inverse]:after{-webkit-animation-direction:normal;animation-direction:normal}@-webkit-keyframes moveBar{0%{background-position:0 0}to{background-position:20px 20px}}@keyframes moveBar{0%{background-position:0 0}to{background-position:20px 20px}}.loader-bar-ping-pong:before{width:200px;background-color:#000}.loader-bar-ping-pong:after,.loader-bar-ping-pong:before{content:"";height:20px;position:absolute;top:calc(50% - 10px);left:calc(50% - 100px)}.loader-bar-ping-pong:after{width:50px;background-color:#f19;-webkit-animation:moveBarPingPong .5s linear infinite alternate;animation:moveBarPingPong .5s linear infinite alternate}.loader-bar-ping-pong[data-rounded]:before{border-radius:10px}.loader-bar-ping-pong[data-rounded]:after{border-radius:50%;width:20px;-webkit-animation-name:moveBarPingPongRounded;animation-name:moveBarPingPongRounded}@-webkit-keyframes moveBarPingPong{0%{left:calc(50% - 100px)}to{left:calc(50% - -50px)}}@keyframes moveBarPingPong{0%{left:calc(50% - 100px)}to{left:calc(50% - -50px)}}@-webkit-keyframes moveBarPingPongRounded{0%{left:calc(50% - 100px)}to{left:calc(50% - -80px)}}@keyframes moveBarPingPongRounded{0%{left:calc(50% - 100px)}to{left:calc(50% - -80px)}}@-webkit-keyframes corners{6%{width:60px;height:15px}25%{width:15px;height:15px;left:calc(100% - 15px);top:0}31%{height:60px}50%{height:15px;top:calc(100% - 15px);left:calc(100% - 15px)}56%{width:60px}75%{width:15px;left:0;top:calc(100% - 15px)}81%{height:60px}}@keyframes corners{6%{width:60px;height:15px}25%{width:15px;height:15px;left:calc(100% - 15px);top:0}31%{height:60px}50%{height:15px;top:calc(100% - 15px);left:calc(100% - 15px)}56%{width:60px}75%{width:15px;left:0;top:calc(100% - 15px)}81%{height:60px}}.loader-border[data-text]:before{color:#fff}.loader-border:after{content:"";position:absolute;top:0;left:0;width:15px;height:15px;background-color:#ff0;-webkit-animation:corners 3s ease infinite both;animation:corners 3s ease infinite both}.loader-ball:before{content:"";position:absolute;width:50px;height:50px;top:50%;left:50%;margin:-25px 0 0 -25px;background-color:#fff;border-radius:50%;z-index:1;-webkit-animation:kickBall 1s ease-in infinite alternate both;animation:kickBall 1s ease-in infinite alternate both}.loader-ball[data-shadow]:before{box-shadow:inset -5px -5px 10px 0 rgba(0,0,0,.5)}.loader-ball:after{content:"";position:absolute;background-color:rgba(0,0,0,.3);border-radius:50%;width:45px;height:20px;top:calc(50% + 10px);left:50%;margin:0 0 0 -22.5px;z-index:0;-webkit-animation:shadow 1s ease-out infinite alternate both;animation:shadow 1s ease-out infinite alternate both}@-webkit-keyframes shadow{0%{background-color:transparent;transform:scale(0)}40%{background-color:transparent;transform:scale(0)}95%{background-color:rgba(0,0,0,.75);transform:scale(1)}to{background-color:rgba(0,0,0,.75);transform:scale(1)}}@keyframes shadow{0%{background-color:transparent;transform:scale(0)}40%{background-color:transparent;transform:scale(0)}95%{background-color:rgba(0,0,0,.75);transform:scale(1)}to{background-color:rgba(0,0,0,.75);transform:scale(1)}}@-webkit-keyframes kickBall{0%{transform:translateY(-80px) scaleX(.95)}90%{border-radius:50%}to{transform:translateY(0) scaleX(1);border-radius:50% 50% 20% 20%}}@keyframes kickBall{0%{transform:translateY(-80px) scaleX(.95)}90%{border-radius:50%}to{transform:translateY(0) scaleX(1);border-radius:50% 50% 20% 20%}}.loader-smartphone:after{content:"";color:#fff;font-size:12px;font-family:Helvetica,Arial,sans-serif;text-align:center;line-height:120px;position:fixed;left:50%;top:50%;width:70px;height:130px;margin:-65px 0 0 -35px;border:5px solid #fd0;border-radius:10px;box-shadow:inset 0 5px 0 0 #fd0;background:radial-gradient(circle at 50% 90%,rgba(0,0,0,.5) 6px,transparent 0),linear-gradient(0deg,#fd0 22px,transparent 0),linear-gradient(0deg,rgba(0,0,0,.5) 22px,rgba(0,0,0,.5));-webkit-animation:shake 2s cubic-bezier(.36,.07,.19,.97) infinite both;animation:shake 2s cubic-bezier(.36,.07,.19,.97) infinite both}.loader-smartphone[data-screen=""]:after{content:"Loading"}.loader-smartphone:not([data-screen=""]):after{content:attr(data-screen)}@-webkit-keyframes shake{5%{transform:translate3d(-1px,0,0)}10%{transform:translate3d(1px,0,0)}15%{transform:translate3d(-1px,0,0)}20%{transform:translate3d(1px,0,0)}25%{transform:translate3d(-1px,0,0)}30%{transform:translate3d(1px,0,0)}35%{transform:translate3d(-1px,0,0)}40%{transform:translate3d(1px,0,0)}45%{transform:translate3d(-1px,0,0)}50%{transform:translate3d(1px,0,0)}55%{transform:translate3d(-1px,0,0)}}@keyframes shake{5%{transform:translate3d(-1px,0,0)}10%{transform:translate3d(1px,0,0)}15%{transform:translate3d(-1px,0,0)}20%{transform:translate3d(1px,0,0)}25%{transform:translate3d(-1px,0,0)}30%{transform:translate3d(1px,0,0)}35%{transform:translate3d(-1px,0,0)}40%{transform:translate3d(1px,0,0)}45%{transform:translate3d(-1px,0,0)}50%{transform:translate3d(1px,0,0)}55%{transform:translate3d(-1px,0,0)}}.loader-clock:before{width:120px;height:120px;border-radius:50%;margin:-60px 0 0 -60px;background:linear-gradient(180deg,transparent 50%,#f5f5f5 0),linear-gradient(90deg,transparent 55px,#2ecc71 0,#2ecc71 65px,transparent 0),linear-gradient(180deg,#f5f5f5 50%,#f5f5f5 0);box-shadow:inset 0 0 0 10px #f5f5f5,0 0 0 5px #555,0 0 0 10px #7b7b7b;-webkit-animation:rotation 2s linear infinite;animation:rotation 2s linear infinite}.loader-clock:after,.loader-clock:before{content:"";position:fixed;left:50%;top:50%;overflow:hidden}.loader-clock:after{width:60px;height:40px;margin:-20px 0 0 -15px;border-radius:20px 0 0 20px;background:radial-gradient(circle at 14px 20px,#25a25a 10px,transparent 0),radial-gradient(circle at 14px 20px,#1b7943 14px,transparent 0),linear-gradient(180deg,transparent 15px,#2ecc71 0,#2ecc71 25px,transparent 0);-webkit-animation:rotation 24s linear infinite;animation:rotation 24s linear infinite;transform-origin:15px center}.loader-curtain:after,.loader-curtain:before{position:fixed;width:100%;top:50%;margin-top:-35px;font-size:70px;text-align:center;font-family:Helvetica,Arial,sans-serif;overflow:hidden;line-height:1.2;content:"Loading"}.loader-curtain:before{color:#666}.loader-curtain:after{color:#fff;height:0;-webkit-animation:curtain 1s linear infinite alternate both;animation:curtain 1s linear infinite alternate both}.loader-curtain[data-curtain-text]:not([data-curtain-text=""]):after,.loader-curtain[data-curtain-text]:not([data-curtain-text=""]):before{content:attr(data-curtain-text)}.loader-curtain[data-brazilian]:before{color:#f1c40f}.loader-curtain[data-brazilian]:after{color:#2ecc71}.loader-curtain[data-colorful]:before{-webkit-animation:maskColorful 2s linear infinite alternate both;animation:maskColorful 2s linear infinite alternate both}.loader-curtain[data-colorful]:after{-webkit-animation:curtain 1s linear infinite alternate both,maskColorful-front 2s linear 1s infinite alternate both;animation:curtain 1s linear infinite alternate both,maskColorful-front 2s linear 1s infinite alternate both;color:#000}@-webkit-keyframes maskColorful{0%{color:#3498db}49.5%{color:#3498db}50.5%{color:#e74c3c}to{color:#e74c3c}}@keyframes maskColorful{0%{color:#3498db}49.5%{color:#3498db}50.5%{color:#e74c3c}to{color:#e74c3c}}@-webkit-keyframes maskColorful-front{0%{color:#2ecc71}49.5%{color:#2ecc71}50.5%{color:#f1c40f}to{color:#f1c40f}}@keyframes maskColorful-front{0%{color:#2ecc71}49.5%{color:#2ecc71}50.5%{color:#f1c40f}to{color:#f1c40f}}@-webkit-keyframes curtain{0%{height:0}to{height:84px}}@keyframes curtain{0%{height:0}to{height:84px}}.loader-music:after,.loader-music:before{content:"";position:fixed;width:240px;height:240px;top:50%;left:50%;margin:-120px 0 0 -120px;border-radius:50%;text-align:center;line-height:240px;color:#fff;font-size:40px;font-family:Helvetica,Arial,sans-serif;text-shadow:1px 1px 0 rgba(0,0,0,.5);letter-spacing:-1px}.loader-music:after{-webkit-backface-visibility:hidden;backface-visibility:hidden}.loader-music[data-hey-oh]:after,.loader-music[data-hey-oh]:before{box-shadow:0 0 0 10px}.loader-music[data-hey-oh]:before{background-color:#fff;color:#000;-webkit-animation:coinBack 2.5s linear infinite,oh 5s linear 1.25s infinite both;animation:coinBack 2.5s linear infinite,oh 5s linear 1.25s infinite both}.loader-music[data-hey-oh]:after{background-color:#000;-webkit-animation:coin 2.5s linear infinite,hey 5s linear infinite both;animation:coin 2.5s linear infinite,hey 5s linear infinite both}.loader-music[data-no-cry]:after,.loader-music[data-no-cry]:before{background:linear-gradient(45deg,#009b3a 50%,#fed100 51%);box-shadow:0 0 0 10px #000}.loader-music[data-no-cry]:before{-webkit-animation:coinBack 2.5s linear infinite,cry 5s linear 1.25s infinite both;animation:coinBack 2.5s linear infinite,cry 5s linear 1.25s infinite both}.loader-music[data-no-cry]:after{-webkit-animation:coin 2.5s linear infinite,no 5s linear infinite both;animation:coin 2.5s linear infinite,no 5s linear infinite both}.loader-music[data-we-are]:before{-webkit-animation:coinBack 2.5s linear infinite,theWorld 5s linear 1.25s infinite both;animation:coinBack 2.5s linear infinite,theWorld 5s linear 1.25s infinite both;background:radial-gradient(ellipse at center,#4ecdc4 0,#556270)}.loader-music[data-we-are]:after{-webkit-animation:coin 2.5s linear infinite,weAre 5s linear infinite both;animation:coin 2.5s linear infinite,weAre 5s linear infinite both;background:radial-gradient(ellipse at center,#26d0ce 0,#1a2980)}.loader-music[data-rock-you]:before{-webkit-animation:coinBack 2.5s linear infinite,rockYou 5s linear 1.25s infinite both;animation:coinBack 2.5s linear infinite,rockYou 5s linear 1.25s infinite both;background:#444}.loader-music[data-rock-you]:after{-webkit-animation:coin 2.5s linear infinite,weWill 5s linear infinite both;animation:coin 2.5s linear infinite,weWill 5s linear infinite both;background:#96281b}@-webkit-keyframes coin{to{transform:rotateY(359deg)}}@keyframes coin{to{transform:rotateY(359deg)}}@-webkit-keyframes coinBack{0%{transform:rotateY(180deg)}50%{transform:rotateY(1turn)}to{transform:rotateY(180deg)}}@keyframes coinBack{0%{transform:rotateY(180deg)}50%{transform:rotateY(1turn)}to{transform:rotateY(180deg)}}@-webkit-keyframes hey{0%{content:"Hey!"}50%{content:"Let's!"}to{content:"Hey!"}}@keyframes hey{0%{content:"Hey!"}50%{content:"Let's!"}to{content:"Hey!"}}@-webkit-keyframes oh{0%{content:"Oh!"}50%{content:"Go!"}to{content:"Oh!"}}@keyframes oh{0%{content:"Oh!"}50%{content:"Go!"}to{content:"Oh!"}}@-webkit-keyframes no{0%{content:"No..."}50%{content:"no"}to{content:"No..."}}@keyframes no{0%{content:"No..."}50%{content:"no"}to{content:"No..."}}@-webkit-keyframes cry{0%{content:"woman"}50%{content:"cry!"}to{content:"woman"}}@keyframes cry{0%{content:"woman"}50%{content:"cry!"}to{content:"woman"}}@-webkit-keyframes weAre{0%{content:"We are"}50%{content:"we are"}to{content:"We are"}}@keyframes weAre{0%{content:"We are"}50%{content:"we are"}to{content:"We are"}}@-webkit-keyframes theWorld{0%{content:"the world,"}50%{content:"the children!"}to{content:"the world,"}}@keyframes theWorld{0%{content:"the world,"}50%{content:"the children!"}to{content:"the world,"}}@-webkit-keyframes weWill{0%{content:"We will,"}50%{content:"rock you!"}to{content:"We will,"}}@keyframes weWill{0%{content:"We will,"}50%{content:"rock you!"}to{content:"We will,"}}@-webkit-keyframes rockYou{0%{content:"we will"}50%{content:"\1F918"}to{content:"we will"}}@keyframes rockYou{0%{content:"we will"}50%{content:"\1F918"}to{content:"we will"}}.loader-pokeball:before{width:100px;height:100px;margin:-50px 0 0 -50px;background:linear-gradient(180deg,red 42%,#000 0,#000 58%,#fff 0);background-repeat:no-repeat;z-index:1;-webkit-animation:movePokeball 1s linear infinite both;animation:movePokeball 1s linear infinite both}.loader-pokeball:after,.loader-pokeball:before{content:"";position:absolute;top:50%;left:50%;background-color:#fff;border-radius:50%}.loader-pokeball:after{width:24px;height:24px;margin:-12px 0 0 -12px;z-index:2;-webkit-animation:movePokeball 1s linear infinite both,flashPokeball .5s infinite alternate;animation:movePokeball 1s linear infinite both,flashPokeball .5s infinite alternate;border:2px solid #000;box-shadow:0 0 0 5px #fff,0 0 0 10px #000}@-webkit-keyframes movePokeball{0%{transform:translateX(0) rotate(0)}15%{transform:translatex(-10px) rotate(-5deg)}30%{transform:translateX(10px) rotate(5deg)}45%{transform:translatex(0) rotate(0)}}@keyframes movePokeball{0%{transform:translateX(0) rotate(0)}15%{transform:translatex(-10px) rotate(-5deg)}30%{transform:translateX(10px) rotate(5deg)}45%{transform:translatex(0) rotate(0)}}@-webkit-keyframes flashPokeball{0%{background-color:#fff}to{background-color:#fd0}}@keyframes flashPokeball{0%{background-color:#fff}to{background-color:#fd0}}.loader-bouncing:after,.loader-bouncing:before{content:"";width:20px;height:20px;position:absolute;top:calc(50% - 10px);left:calc(50% - 10px);border-radius:50%;background-color:#fff}.loader-bouncing:after,.loader-bouncing:before{-webkit-animation:kick .6s infinite alternate;animation:kick .6s infinite alternate}.loader-bouncing:after{margin-left:-30px}.loader-bouncing:before{-webkit-animation-delay:.2s;animation-delay:.2s}@-webkit-keyframes kick{0%{opacity:1;transform:translateY(0)}to{opacity:.3;transform:translateY(-1rem)}}@keyframes kick{0%{opacity:1;transform:translateY(0)}to{opacity:.3;transform:translateY(-1rem)}}.loader{color:#fff;position:fixed;box-sizing:border-box;left:-9999px;top:-9999px;width:0;height:0;overflow:hidden;z-index:999999}.loader:after,.loader:before{box-sizing:border-box;display:none}.loader.is-active{background-color:rgba(0,0,0,.85);width:100%;height:100%;left:0;top:0}.loader.is-active:after,.loader.is-active:before{display:block}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes blink{0%{opacity:.5}to{opacity:1}}.loader[data-text]:before{position:fixed;left:0;top:50%;color:currentColor;font-family:Helvetica,Arial,sans-serif;text-align:center;width:100%;font-size:14px}.loader[data-text=""]:before{content:"Loading"}.loader[data-text]:not([data-text=""]):before{content:attr(data-text)}.loader[data-text][data-blink]:before{-webkit-animation:blink 1s linear infinite alternate;animation:blink 1s linear infinite alternate}.loader-default[data-text]:before{top:calc(50% - 63px)}.loader-default:after{content:"";position:fixed;width:48px;height:48px;border:8px solid #fff;border-left-color:transparent;border-radius:50%;top:calc(50% - 24px);left:calc(50% - 24px);-webkit-animation:rotation 1s linear infinite;animation:rotation 1s linear infinite}.loader-default[data-half]:after{border-right-color:transparent}.loader-default[data-inverse]:after{animation-direction:reverse}.image-gallery-icon{color:#fff;transition:all .2s ease-out;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:0;cursor:pointer;outline:none;position:absolute;z-index:4;-webkit-filter:drop-shadow(0 2px 2px #1a1a1a);filter:drop-shadow(0 2px 2px #1a1a1a)}@media (min-width:768px){.image-gallery-icon:hover{color:#337ab7}.image-gallery-icon:hover .image-gallery-svg{transform:scale(1.1)}}.image-gallery-icon:focus{outline:2px solid #337ab7}.image-gallery-using-mouse .image-gallery-icon:focus{outline:none}.image-gallery-fullscreen-button,.image-gallery-play-button{bottom:0;padding:20px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:36px;width:36px}@media (max-width:768px){.image-gallery-fullscreen-button,.image-gallery-play-button{padding:15px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:24px;width:24px}}@media (max-width:480px){.image-gallery-fullscreen-button,.image-gallery-play-button{padding:10px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:16px;width:16px}}.image-gallery-fullscreen-button{right:0}.image-gallery-play-button{left:0}.image-gallery-left-nav,.image-gallery-right-nav{padding:50px 10px;top:50%;transform:translateY(-50%)}.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:120px;width:60px}@media (max-width:768px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:72px;width:36px}}@media (max-width:480px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:48px;width:24px}}.image-gallery-left-nav[disabled],.image-gallery-right-nav[disabled]{cursor:disabled;opacity:.6;pointer-events:none}.image-gallery-left-nav{left:0}.image-gallery-right-nav{right:0}.image-gallery{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;position:relative}.image-gallery.fullscreen-modal{background:#000;bottom:0;height:100%;left:0;position:fixed;right:0;top:0;width:100%;z-index:5}.image-gallery.fullscreen-modal .image-gallery-content{top:50%;transform:translateY(-50%)}.image-gallery-content{position:relative;line-height:0;top:0}.image-gallery-content.fullscreen{background:#000}.image-gallery-content .image-gallery-slide .image-gallery-image{max-height:calc(100vh - 80px)}.image-gallery-content.left .image-gallery-slide .image-gallery-image,.image-gallery-content.right .image-gallery-slide .image-gallery-image{max-height:100vh}.image-gallery-slide-wrapper{position:relative}.image-gallery-slide-wrapper.left,.image-gallery-slide-wrapper.right{display:inline-block;width:calc(100% - 110px)}@media (max-width:768px){.image-gallery-slide-wrapper.left,.image-gallery-slide-wrapper.right{width:calc(100% - 87px)}}.image-gallery-slide-wrapper.image-gallery-rtl{direction:rtl}.image-gallery-slides{line-height:0;overflow:hidden;position:relative;white-space:nowrap}.image-gallery-slide{left:0;position:absolute;top:0;width:100%;visibility:hidden}.image-gallery-slide.center{position:relative;visibility:visible}.image-gallery-slide .image-gallery-image{width:100%;-o-object-fit:contain;object-fit:contain}.image-gallery-slide .image-gallery-description{background:rgba(0,0,0,.4);bottom:70px;color:#fff;left:0;line-height:1;padding:10px 20px;position:absolute;white-space:normal}@media (max-width:768px){.image-gallery-slide .image-gallery-description{bottom:45px;font-size:.8em;padding:8px 15px}}.image-gallery-bullets{bottom:20px;left:0;margin:0 auto;position:absolute;right:0;width:80%;z-index:4}.image-gallery-bullets .image-gallery-bullets-container{margin:0;padding:0;text-align:center}.image-gallery-bullets .image-gallery-bullet{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:1px solid #fff;border-radius:50%;box-shadow:0 1px 0 #1a1a1a;cursor:pointer;display:inline-block;margin:0 5px;outline:none;padding:5px;transition:background .2s ease-out}@media (max-width:768px){.image-gallery-bullets .image-gallery-bullet{margin:0 3px;padding:3px}}@media (max-width:480px){.image-gallery-bullets .image-gallery-bullet{padding:2.7px}}.image-gallery-bullets .image-gallery-bullet:focus,.image-gallery-bullets .image-gallery-bullet:hover{background:#337ab7;transform:scale(1.1)}.image-gallery-bullets .image-gallery-bullet.active{background:#fff}.image-gallery-thumbnails-wrapper{position:relative}.image-gallery-thumbnails-wrapper.thumbnails-wrapper-rtl{direction:rtl}.image-gallery-thumbnails-wrapper.left,.image-gallery-thumbnails-wrapper.right{display:inline-block;vertical-align:top;width:100px}@media (max-width:768px){.image-gallery-thumbnails-wrapper.left,.image-gallery-thumbnails-wrapper.right{width:81px}}.image-gallery-thumbnails-wrapper.left .image-gallery-thumbnails,.image-gallery-thumbnails-wrapper.right .image-gallery-thumbnails{height:100%;width:100%;left:0;padding:0;position:absolute;top:0}.image-gallery-thumbnails-wrapper.left .image-gallery-thumbnails .image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.right .image-gallery-thumbnails .image-gallery-thumbnail{display:block;margin-right:0;padding:0}.image-gallery-thumbnails-wrapper.left .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.right .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail{margin-left:0;margin-top:2px}.image-gallery-thumbnails-wrapper.left,.image-gallery-thumbnails-wrapper.right{margin:0 5px}@media (max-width:768px){.image-gallery-thumbnails-wrapper.left,.image-gallery-thumbnails-wrapper.right{margin:0 3px}}.image-gallery-thumbnails{overflow:hidden;padding:5px 0}@media (max-width:768px){.image-gallery-thumbnails{padding:3px 0}}.image-gallery-thumbnails .image-gallery-thumbnails-container{cursor:pointer;text-align:center;transition:transform .45s ease-out;white-space:nowrap;display:flex;align-items:center;justify-content:center}.image-gallery-thumbnail{display:inline-block;border:1px solid transparent;transition:border .3s ease-out;width:100px;background:transparent;padding:0}@media (max-width:768px){.image-gallery-thumbnail{width:81px}}.image-gallery-thumbnail+.image-gallery-thumbnail{margin-left:2px}.image-gallery-thumbnail .image-gallery-thumbnail-inner{position:relative}.image-gallery-thumbnail .image-gallery-thumbnail-image{vertical-align:middle;width:100%;line-height:0}.image-gallery-thumbnail.active,.image-gallery-thumbnail:focus,.image-gallery-thumbnail:hover{outline:none}.image-gallery-thumbnail-label{box-sizing:border-box;color:#fff;font-size:1em;left:0;line-height:1em;padding:5%;position:absolute;top:50%;text-shadow:1px 1px 0 #000;transform:translateY(-50%);white-space:normal;width:100%}@media (max-width:768px){.image-gallery-thumbnail-label{font-size:.8em;line-height:.8em}}.image-gallery-index{color:#fff;line-height:1;padding:10px 20px;position:absolute;right:0;top:0;z-index:4}@media (max-width:768px){.image-gallery-index{font-size:.8em;padding:5px 10px}}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}button{background-color:transparent;background-image:none}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}fieldset,ol,ul{margin:0;padding:0}ol,ul{list-style:none}html{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5}*,:after,:before{box-sizing:border-box;border:0 solid #dbd9d9}hr{border-top-width:1px}img{border-style:solid}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{color:#a0aec0}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#a0aec0}input::-ms-input-placeholder,textarea::-ms-input-placeholder{color:#a0aec0}input::placeholder,textarea::placeholder{color:#a0aec0}[role=button],button{cursor:pointer}table{border-collapse:collapse}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}button,input,optgroup,select,textarea{padding:0;line-height:inherit;color:inherit}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}.container{width:100%;margin-right:auto;margin-left:auto}@media (min-width:360px){.container{max-width:360px}}@media (min-width:480px){.container{max-width:480px}}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}.c-triangle-right{width:0;height:0;border:0;border-left:8px solid #dbd9d9;border-top:10px solid transparent;border-bottom:10px solid transparent}.c-triangle-rightHome{width:0;height:0;border:0;border-left:8px solid #8e8e8e;border-top:10px solid transparent;border-bottom:10px solid transparent}.c-triangle-rightActive{width:0;height:0;border:0;border-left:8px solid #0b3780;border-top:10px solid transparent;border-bottom:10px solid transparent}.c-triangle-white{width:0;height:0;border:0;border-left:10px solid #fff;border-top:10px solid transparent;border-bottom:10px solid transparent}.c-triangle-topPrimary{width:0;height:0;border:0;border-bottom:8px solid #0b3780;border-left:5px solid transparent;border-right:5px solid transparent}.c-triangle-botPrimary{width:0;height:0;border:0;border-top:8px solid #0b3780;border-left:5px solid transparent;border-right:5px solid transparent}.form-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#e2e8f0;border-width:1px;border-radius:.25rem;padding:.5rem .75rem;font-size:1rem;line-height:1.5}.form-input::-moz-placeholder{color:#a0aec0;opacity:1}.form-input:-ms-input-placeholder{color:#a0aec0;opacity:1}.form-input::-ms-input-placeholder{color:#a0aec0;opacity:1}.form-input::placeholder{color:#a0aec0;opacity:1}.form-input:focus{outline:none;box-shadow:0 0 0 3px rgba(66,153,225,.5);border-color:#63b3ed}.form-textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#e2e8f0;border-width:1px;border-radius:.25rem;padding:.5rem .75rem;font-size:1rem;line-height:1.5}.form-textarea::-moz-placeholder{color:#a0aec0;opacity:1}.form-textarea:-ms-input-placeholder{color:#a0aec0;opacity:1}.form-textarea::-ms-input-placeholder{color:#a0aec0;opacity:1}.form-textarea::placeholder{color:#a0aec0;opacity:1}.form-textarea:focus{outline:none;box-shadow:0 0 0 3px rgba(66,153,225,.5);border-color:#63b3ed}.form-multiselect{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#e2e8f0;border-width:1px;border-radius:.25rem;padding:.5rem .75rem;font-size:1rem;line-height:1.5}.form-multiselect:focus{outline:none;box-shadow:0 0 0 3px rgba(66,153,225,.5);border-color:#63b3ed}.form-select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23a0aec0'%3e%3cpath d='M15.3 9.3a1 1 0 0 1 1.4 1.4l-4 4a1 1 0 0 1-1.4 0l-4-4a1 1 0 0 1 1.4-1.4l3.3 3.29 3.3-3.3z'/%3e%3c/svg%3e");-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-print-color-adjust:exact;color-adjust:exact;background-repeat:no-repeat;background-color:#fff;border-color:#e2e8f0;border-width:1px;border-radius:.25rem;padding:.5rem 2.5rem .5rem .75rem;font-size:1rem;line-height:1.5;background-position:right .5rem center;background-size:1.5em 1.5em}.form-select::-ms-expand{color:#a0aec0;border:none}@media not print{.form-select::-ms-expand{display:none}}@media print and (-ms-high-contrast:active),print and (-ms-high-contrast:none){.form-select{padding-right:.75rem}}.form-select:focus{outline:none;box-shadow:0 0 0 3px rgba(66,153,225,.5);border-color:#63b3ed}.form-checkbox{-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-print-color-adjust:exact;color-adjust:exact;display:inline-block;vertical-align:middle;background-origin:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;flex-shrink:0;height:1em;width:1em;color:#4299e1;background-color:#fff;border-color:#e2e8f0;border-width:1px;border-radius:.25rem}.form-checkbox:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.707 7.293a1 1 0 0 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0l4-4a1 1 0 0 0-1.414-1.414L7 8.586 5.707 7.293z'/%3e%3c/svg%3e");border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:50%;background-repeat:no-repeat}@media not print{.form-checkbox::-ms-check{border-width:1px;color:transparent;background:inherit;border-color:inherit;border-radius:inherit}}.form-checkbox:focus{outline:none;box-shadow:0 0 0 3px rgba(66,153,225,.5);border-color:#63b3ed}.form-radio{-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-print-color-adjust:exact;color-adjust:exact;display:inline-block;vertical-align:middle;background-origin:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;flex-shrink:0;border-radius:100%;height:1em;width:1em;color:#4299e1;background-color:#fff;border-color:#e2e8f0;border-width:1px}.form-radio:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:50%;background-repeat:no-repeat}@media not print{.form-radio::-ms-check{border-width:1px;color:transparent;background:inherit;border-color:inherit;border-radius:inherit}}.form-radio:focus{outline:none;box-shadow:0 0 0 3px rgba(66,153,225,.5);border-color:#63b3ed}.bg-dark-gradient{background:linear-gradient(-180deg,hsla(0,0%,70.6%,0),rgba(0,0,0,.69))}body,html{--bg-opacity:1;background-color:#e7e6e6;background-color:rgba(231,230,230,var(--bg-opacity));width:100vw;overflow-x:hidden;font-family:Lato,sans-serif;font-weight:400}body{overflow-x:auto}.loading{display:flex;justify-content:center;margin-top:3rem}.loading div{width:16rem;text-align:center;--text-opacity:1;color:#3182ce;color:rgba(49,130,206,var(--text-opacity))}.logo svg{height:80%;width:auto}.brand_menu_item svg{width:100%!important}.debug{display:none;position:absolute;bottom:0;left:0;margin:.5rem;--bg-opacity:1;background-color:#f687b3;background-color:rgba(246,135,179,var(--bg-opacity));--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity));font-weight:400;padding:.25rem .5rem}.debug,pre{font-size:.875rem}:hover>.debug{display:block}::-webkit-details-marker{display:none}.caption-bottom{caption-side:bottom}.rotate-banderole{transform:rotateX(0deg) rotate(-45deg)}section.promotion_block .reverse>div:not(.promotion-block-image){grid-column-start:1;grid-row-start:1}.tab-bar::-webkit-scrollbar{display:none;-webkit-overflow-scrolling:touch}.tab-bar{-ms-overflow-style:none;scrollbar-width:none}.extra-large-icon{font-size:17.5rem!important}.check-icon:before{content:"";position:absolute;left:0;display:inline-block;color:#fff;width:20px;height:18px;background-repeat:no-repeat;background-position:50%;background-size:cover;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjQwLjYwOCAyNDAuNjA4IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNDAuNjA4IDI0MC42MDg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBzdHlsZT0iZmlsbDojZmZmOyIgZD0iTTIwOC43ODksMjkuOTcybDMxLjgxOSwzMS44Mkw5MS43NjMsMjEwLjYzN0wwLDExOC44NzZsMzEuODE5LTMxLjgybDU5Ljk0NCw1OS45NDJMMjA4Ljc4OSwyOS45NzJ6Ii8+PC9zdmc+)}.bookmark-header-icon:hover .tooltip,.login-btn-tooltip:hover .tooltip,.shoping-cart:hover .tooltip{visibility:visible;opacity:1}.search-form>div input,.search-form input{position:relative;bottom:-1px}.search-form>div span{top:2px}.styled-checkbox input[type=checkbox]{display:none}.styled-checkbox input[type=checkbox]+label{transition:all .3s ease-in-out}.styled-checkbox input[type=checkbox]+label svg{position:absolute;left:0;top:0;visibility:hidden;opacity:0;transition:all .3s ease-in-out}.styled-checkbox input[type=checkbox]:checked+label{padding-left:16px}.styled-checkbox input[type=checkbox]:checked+label svg{visibility:visible;opacity:1}.themen-list .icon-wrap{position:absolute;top:4px;left:0;width:14px;height:14px}.themen-list ul{opacity:0;visibility:hidden;height:0;transition:all .3s ease-in-out}.themen-list ul li{position:relative;padding-left:16px}.themen-list div svg{position:absolute;top:0;left:0;visibility:hidden;opacity:0}.themen-list ul.show-list{opacity:1;visibility:visible;height:100%}.image-contain>div{background:transparent}.image-contain img{-o-object-fit:contain;object-fit:contain}.themen-list div.list-check .fa-check,.themen-list div.list-minus .fa-minus,.themen-list div.list-plus .fa-plus{visibility:visible;opacity:1}input[type=date]{font-size:14px}input[type=date]::-webkit-calendar-picker-indicator{width:12px;height:12px;padding:0;margin:0}#mobile-menu{position:fixed;top:0;left:-100%;width:80%;transition:left .3s ease-in-out}#mobile-menu.show-mobile-nav{left:0}.container-overlay:after{content:"";position:fixed;top:64px;right:0;bottom:0;left:0}#mobile-menu .main-menu li ul{width:100%;height:0;opacity:0;visibility:hidden}#mobile-menu .main-menu li .arrow-up{display:none}#mobile-menu .main-menu li.show-subnav .arrow-up{display:block}#mobile-menu .main-menu li.show-subnav .arrow-down{display:none}#mobile-menu .main-menu li.show-subnav ul{height:100%;opacity:1;visibility:visible}#page-container{transition:transform .3s ease-in-out}#page-container.hide-container{transform:translateX(80%)}.product-long-desc{opacity:0;visibility:hidden;height:0;transition:all .3s ease-in-out}.product-long-desc p{margin-bottom:20px}.product-long-desc.show-long-desc{opacity:1;visibility:visible;height:100%}.long-desc-link .long-desc-icon-up{display:none}.long-desc-link.show-long-desc .long-desc-icon-up{display:inline-block}.long-desc-link.show-long-desc .long-desc-icon-down{display:none}#mobile-menu::-webkit-scrollbar{width:8px}#mobile-menu::-webkit-scrollbar-track{background:#dbd9d9}#mobile-menu::-webkit-scrollbar-thumb{background:#888}#mobile-menu::-webkit-scrollbar-thumb:hover{background:#555}@media only screen and (min-width:640px){.logo svg{height:100%}#mobile-menu{width:40%}#mobile-menu.show-mobile-nav{top:64px}.product-tab{display:none}.product-tab.active-tab{display:block}}.text-wrapping{overflow-wrap:break-word;word-wrap:break-word;-ms-word-break:break-all;word-break:break-word;-ms-hyphens:auto;-webkit-hyphens:auto;hyphens:auto}.versal{text-transform:uppercase}.justify-content-center{display:flex;justify-content:center}.paywall-desc-li,.product-desc-li{position:relative}.paywall-desc-li:before{background-image:url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhciIgZGF0YS1pY29uPSJjaGVjay1jaXJjbGUiIGNsYXNzPSJzdmctaW5saW5lLS1mYSBmYS1jaGVjay1jaXJjbGUgZmEtdy0xNiIgcm9sZT0iaW1nIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIjNzI4NTk3IiBkPSJNMjU2IDhDMTE5LjAzMyA4IDggMTE5LjAzMyA4IDI1NnMxMTEuMDMzIDI0OCAyNDggMjQ4IDI0OC0xMTEuMDMzIDI0OC0yNDhTMzkyLjk2NyA4IDI1NiA4em0wIDQ4YzExMC41MzIgMCAyMDAgODkuNDUxIDIwMCAyMDAgMCAxMTAuNTMyLTg5LjQ1MSAyMDAtMjAwIDIwMC0xMTAuNTMyIDAtMjAwLTg5LjQ1MS0yMDAtMjAwIDAtMTEwLjUzMiA4OS40NTEtMjAwIDIwMC0yMDBtMTQwLjIwNCAxMzAuMjY3bC0yMi41MzYtMjIuNzE4Yy00LjY2Ny00LjcwNS0xMi4yNjUtNC43MzYtMTYuOTctLjA2OEwyMTUuMzQ2IDMwMy42OTdsLTU5Ljc5Mi02MC4yNzdjLTQuNjY3LTQuNzA1LTEyLjI2NS00LjczNi0xNi45Ny0uMDY5bC0yMi43MTkgMjIuNTM2Yy00LjcwNSA0LjY2Ny00LjczNiAxMi4yNjUtLjA2OCAxNi45NzFsOTAuNzgxIDkxLjUxNmM0LjY2NyA0LjcwNSAxMi4yNjUgNC43MzYgMTYuOTcuMDY4bDE3Mi41ODktMTcxLjIwNGM0LjcwNC00LjY2OCA0LjczNC0xMi4yNjYuMDY3LTE2Ljk3MXoiPjwvcGF0aD48L3N2Zz4=)}.paywall-desc-li:before,.product-desc-li:before{content:"";position:absolute;left:0;display:inline-block;height:15px;width:15px;background-repeat:no-repeat;background-size:cover}.product-desc-li:before{background-image:url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhciIgZGF0YS1pY29uPSJjaGVjay1jaXJjbGUiIGNsYXNzPSJzdmctaW5saW5lLS1mYSBmYS1jaGVjay1jaXJjbGUgZmEtdy0xNiIgcm9sZT0iaW1nIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIjNEE0QTRBIiBkPSJNMjU2IDhDMTE5LjAzMyA4IDggMTE5LjAzMyA4IDI1NnMxMTEuMDMzIDI0OCAyNDggMjQ4IDI0OC0xMTEuMDMzIDI0OC0yNDhTMzkyLjk2NyA4IDI1NiA4em0wIDQ4YzExMC41MzIgMCAyMDAgODkuNDUxIDIwMCAyMDAgMCAxMTAuNTMyLTg5LjQ1MSAyMDAtMjAwIDIwMC0xMTAuNTMyIDAtMjAwLTg5LjQ1MS0yMDAtMjAwIDAtMTEwLjUzMiA4OS40NTEtMjAwIDIwMC0yMDBtMTQwLjIwNCAxMzAuMjY3bC0yMi41MzYtMjIuNzE4Yy00LjY2Ny00LjcwNS0xMi4yNjUtNC43MzYtMTYuOTctLjA2OEwyMTUuMzQ2IDMwMy42OTdsLTU5Ljc5Mi02MC4yNzdjLTQuNjY3LTQuNzA1LTEyLjI2NS00LjczNi0xNi45Ny0uMDY5bC0yMi43MTkgMjIuNTM2Yy00LjcwNSA0LjY2Ny00LjczNiAxMi4yNjUtLjA2OCAxNi45NzFsOTAuNzgxIDkxLjUxNmM0LjY2NyA0LjcwNSAxMi4yNjUgNC43MzYgMTYuOTcuMDY4bDE3Mi41ODktMTcxLjIwNGM0LjcwNC00LjY2OCA0LjczNC0xMi4yNjYuMDY3LTE2Ljk3MXoiPjwvcGF0aD48L3N2Zz4=);top:10%}.sw-descr>*{margin-bottom:.5rem}.sidebar-with-number{display:flex;align-items:center;justify-content:center}.content-background{--bg-opacity:1;background-color:#e7e6e6;background-color:rgba(231,230,230,var(--bg-opacity))}.bg-transparent{background-color:transparent}.bg-black{--bg-opacity:1;background-color:#000;background-color:rgba(0,0,0,var(--bg-opacity))}.bg-white{--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity))}.bg-gray-100{--bg-opacity:1;background-color:silver;background-color:rgba(192,192,192,var(--bg-opacity))}.bg-gray-200{--bg-opacity:1;background-color:#e7e6e6;background-color:rgba(231,230,230,var(--bg-opacity))}.bg-gray-250{--bg-opacity:1;background-color:#fafafa;background-color:rgba(250,250,250,var(--bg-opacity))}.bg-gray-300{--bg-opacity:1;background-color:#dbd9d9;background-color:rgba(219,217,217,var(--bg-opacity))}.bg-gray-500{--bg-opacity:1;background-color:#ccc;background-color:rgba(204,204,204,var(--bg-opacity))}.bg-gray-550{--bg-opacity:1;background-color:#efefef;background-color:rgba(239,239,239,var(--bg-opacity))}.bg-gray-600{--bg-opacity:1;background-color:#8e8e8e;background-color:rgba(142,142,142,var(--bg-opacity))}.bg-gray-700{--bg-opacity:1;background-color:#6e6e6e;background-color:rgba(110,110,110,var(--bg-opacity))}.bg-gray-800{--bg-opacity:1;background-color:#313131;background-color:rgba(49,49,49,var(--bg-opacity))}.bg-gray-50\%{background-color:rgba(0,0,0,.5)}.bg-green{--bg-opacity:1;background-color:#478415;background-color:rgba(71,132,21,var(--bg-opacity))}.bg-primary{--bg-opacity:1;background-color:#0b3780;background-color:rgba(11,55,128,var(--bg-opacity))}.bg-secondary{--bg-opacity:1;background-color:#fecc00;background-color:rgba(254,204,0,var(--bg-opacity))}.bg-primaryDark{--bg-opacity:1;background-color:#001e67;background-color:rgba(0,30,103,var(--bg-opacity))}.bg-clientCenterPrimary{--bg-opacity:1;background-color:#0f617e;background-color:rgba(15,97,126,var(--bg-opacity))}.group:hover .group-hover\:bg-primaryDark{--bg-opacity:1;background-color:#001e67;background-color:rgba(0,30,103,var(--bg-opacity))}.hover\:bg-black:hover{--bg-opacity:1;background-color:#000;background-color:rgba(0,0,0,var(--bg-opacity))}.hover\:bg-white:hover{--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity))}.hover\:bg-gray-200:hover{--bg-opacity:1;background-color:#e7e6e6;background-color:rgba(231,230,230,var(--bg-opacity))}.hover\:bg-gray-700:hover{--bg-opacity:1;background-color:#6e6e6e;background-color:rgba(110,110,110,var(--bg-opacity))}.hover\:bg-primary:hover{--bg-opacity:1;background-color:#0b3780;background-color:rgba(11,55,128,var(--bg-opacity))}.hover\:bg-primaryDark:hover{--bg-opacity:1;background-color:#001e67;background-color:rgba(0,30,103,var(--bg-opacity))}.hover\:bg-clientCenterPrimary:hover{--bg-opacity:1;background-color:#0f617e;background-color:rgba(15,97,126,var(--bg-opacity))}.hover\:bg-clientCenterHover:hover{--bg-opacity:1;background-color:#168cb5;background-color:rgba(22,140,181,var(--bg-opacity))}.focus\:bg-white:focus{--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity))}.focus\:bg-clientCenterPrimary:focus{--bg-opacity:1;background-color:#0f617e;background-color:rgba(15,97,126,var(--bg-opacity))}.first\:bg-gray-800:first-child{--bg-opacity:1;background-color:#313131;background-color:rgba(49,49,49,var(--bg-opacity))}.last\:bg-primary:last-child{--bg-opacity:1;background-color:#0b3780;background-color:rgba(11,55,128,var(--bg-opacity))}.bg-opacity-50{--bg-opacity:0.5}.bg-opacity-75{--bg-opacity:0.75}.bg-opacity-80{--bg-opacity:0.80}.bg-opacity-90{--bg-opacity:0.90}.focus\:bg-opacity-25:focus{--bg-opacity:0.25}.bg-no-repeat{background-repeat:no-repeat}.bg-100-60{background-size:100% 60%}.border-transparent{border-color:transparent}.border-black{--border-opacity:1;border-color:#000;border-color:rgba(0,0,0,var(--border-opacity))}.border-white{--border-opacity:1;border-color:#fff;border-color:rgba(255,255,255,var(--border-opacity))}.border-gray-100{--border-opacity:1;border-color:silver;border-color:rgba(192,192,192,var(--border-opacity))}.border-gray-200{--border-opacity:1;border-color:#e7e6e6;border-color:rgba(231,230,230,var(--border-opacity))}.border-gray-300{--border-opacity:1;border-color:#dbd9d9;border-color:rgba(219,217,217,var(--border-opacity))}.border-gray-400{--border-opacity:1;border-color:#bbb;border-color:rgba(187,187,187,var(--border-opacity))}.border-gray-500{--border-opacity:1;border-color:#ccc;border-color:rgba(204,204,204,var(--border-opacity))}.border-gray-600{--border-opacity:1;border-color:#8e8e8e;border-color:rgba(142,142,142,var(--border-opacity))}.border-gray-650{--border-opacity:1;border-color:#8d8d8d;border-color:rgba(141,141,141,var(--border-opacity))}.border-gray-800{--border-opacity:1;border-color:#313131;border-color:rgba(49,49,49,var(--border-opacity))}.border-primary{--border-opacity:1;border-color:#0b3780;border-color:rgba(11,55,128,var(--border-opacity))}.border-secondary{--border-opacity:1;border-color:#fecc00;border-color:rgba(254,204,0,var(--border-opacity))}.border-primaryDark{--border-opacity:1;border-color:#001e67;border-color:rgba(0,30,103,var(--border-opacity))}.border-clientCenterPrimary{--border-opacity:1;border-color:#0f617e;border-color:rgba(15,97,126,var(--border-opacity))}.group:hover .group-hover\:border-primary{--border-opacity:1;border-color:#0b3780;border-color:rgba(11,55,128,var(--border-opacity))}.hover\:border-black:hover{--border-opacity:1;border-color:#000;border-color:rgba(0,0,0,var(--border-opacity))}.hover\:border-gray-700:hover{--border-opacity:1;border-color:#6e6e6e;border-color:rgba(110,110,110,var(--border-opacity))}.hover\:border-primary:hover{--border-opacity:1;border-color:#0b3780;border-color:rgba(11,55,128,var(--border-opacity))}.hover\:border-clientCenterHover:hover{--border-opacity:1;border-color:#168cb5;border-color:rgba(22,140,181,var(--border-opacity))}.border-opacity-25{--border-opacity:0.25}.rounded-sm{border-radius:.125rem}.rounded{border-radius:.25rem}.rounded-md{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-full{border-radius:9999px}.rounded-t{border-top-left-radius:.25rem}.rounded-r,.rounded-t{border-top-right-radius:.25rem}.rounded-r{border-bottom-right-radius:.25rem}.rounded-l{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.rounded-t-lg{border-top-left-radius:.5rem}.rounded-r-lg,.rounded-t-lg{border-top-right-radius:.5rem}.rounded-b-lg,.rounded-r-lg{border-bottom-right-radius:.5rem}.rounded-b-lg,.rounded-l-lg{border-bottom-left-radius:.5rem}.rounded-l-lg{border-top-left-radius:.5rem}.rounded-tl-md{border-top-left-radius:.375rem}.rounded-tl-lg{border-top-left-radius:.5rem}.rounded-tr-lg{border-top-right-radius:.5rem}.rounded-br-lg{border-bottom-right-radius:.5rem}.rounded-bl-lg{border-bottom-left-radius:.5rem}.first\:rounded-lg:first-child{border-radius:.5rem}.first\:rounded-l-md:first-child{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.first\:rounded-t-lg:first-child{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.first\:rounded-r-lg:first-child{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.first\:rounded-b-lg:first-child{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.first\:rounded-l-lg:first-child{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.first\:rounded-tl-lg:first-child{border-top-left-radius:.5rem}.first\:rounded-tr-lg:first-child{border-top-right-radius:.5rem}.first\:rounded-br-lg:first-child{border-bottom-right-radius:.5rem}.first\:rounded-bl-lg:first-child{border-bottom-left-radius:.5rem}.last\:rounded-lg:last-child{border-radius:.5rem}.last\:rounded-r-md:last-child{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.last\:rounded-t-lg:last-child{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.last\:rounded-r-lg:last-child{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.last\:rounded-b-lg:last-child{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.last\:rounded-l-lg:last-child{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.last\:rounded-tl-lg:last-child{border-top-left-radius:.5rem}.last\:rounded-tr-lg:last-child{border-top-right-radius:.5rem}.last\:rounded-br-lg:last-child{border-bottom-right-radius:.5rem}.last\:rounded-bl-lg:last-child{border-bottom-left-radius:.5rem}.border-solid{border-style:solid}.border-none{border-style:none}.border-1{border-width:1px}.border-2{border-width:2px}.border{border-width:1px}.border-r-0{border-right-width:0}.border-b-0{border-bottom-width:0}.border-l-0{border-left-width:0}.border-t-1{border-top-width:1px}.border-r-1{border-right-width:1px}.border-b-1{border-bottom-width:1px}.border-l-1{border-left-width:1px}.border-t-3{border-top-width:3px}.border-b-3{border-bottom-width:3px}.border-t{border-top-width:1px}.border-r{border-right-width:1px}.border-b{border-bottom-width:1px}.border-l{border-left-width:1px}.first\:border-0:first-child,.last\:border-0:last-child{border-width:0}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.cursor-alias{cursor:alias}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.table{display:table}.grid{display:grid}.hidden{display:none}.group:hover .group-hover\:block{display:block}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-stretch{align-items:stretch}.content-center{align-content:center}.self-end{align-self:flex-end}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.flex-1{flex:1 1 0%}.flex-auto{flex:1 1 auto}.flex-none{flex:none}.float-left{float:left}.clearfix:after{content:"";display:table;clear:both}.clear-both{clear:both}.font-body{font-family:Lato,sans-serif}.font-title{font-family:Roboto,sans-serif}.font-light{font-weight:300}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-black{font-weight:900}.first\:font-bold:first-child,.focus\:font-bold:focus,.hover\:font-bold:hover{font-weight:700}.h-0{height:0}.h-1{height:.25rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-15{height:3.75rem}.h-16{height:4rem}.h-22{height:5.5rem}.h-24{height:6rem}.h-32{height:8rem}.h-150{height:37.5rem}.h-px{height:1px}.h-0\.9rem{height:.9rem}.h-full{height:100%}.h-screen{height:100vh}.h-tab-bar{height:3.375rem}.h-wall-header{height:6.25rem}.h-230px{height:230px}.h-empty-bar{height:1.75rem}.text-xs{font-size:.875rem}.text-sm{font-size:1rem}.text-base{font-size:1.25rem}.text-lg{font-size:1.5rem}.text-xl{font-size:1.625rem}.text-2xl{font-size:2.25rem}.text-3xl{font-size:3rem}.text-3xs{font-size:.625rem}.text-2xs{font-size:.75rem}.text-1\.5xl{font-size:1.9375rem}.text-nf-xs{font-size:10rem}.text-xxs{font-size:.68rem}.leading-4{line-height:1rem}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-7{line-height:1.75rem}.leading-8{line-height:2rem}.leading-9{line-height:2.25rem}.leading-10{line-height:2.5rem}.leading-11{line-height:2.75rem}.leading-12{line-height:3rem}.leading-none{line-height:1}.leading-tight{line-height:1.2}.leading-snug{line-height:1.4}.leading-normal{line-height:1.5}.leading-loose{line-height:2}.list-inside{list-style-position:inside}.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.list-circle{list-style-type:circle}.m-2{margin:.5rem}.m-5{margin:1.25rem}.m-auto{margin:auto}.mx-0{margin-left:0;margin-right:0}.mx-2{margin-left:.5rem;margin-right:.5rem}.my-4{margin-top:1rem;margin-bottom:1rem}.mx-4{margin-left:1rem;margin-right:1rem}.my-5{margin-top:1.25rem;margin-bottom:1.25rem}.mx-5{margin-left:1.25rem;margin-right:1.25rem}.mx-auto{margin-left:auto;margin-right:auto}.-mx-5{margin-left:-1.25rem;margin-right:-1.25rem}.-mx-4{margin-left:-1rem;margin-right:-1rem}.mt-0{margin-top:0}.mt-1{margin-top:.25rem}.mr-1{margin-right:.25rem}.mb-1{margin-bottom:.25rem}.ml-1{margin-left:.25rem}.mt-2{margin-top:.5rem}.mr-2{margin-right:.5rem}.mb-2{margin-bottom:.5rem}.ml-2{margin-left:.5rem}.mt-3{margin-top:.75rem}.mr-3{margin-right:.75rem}.mb-3{margin-bottom:.75rem}.mt-4{margin-top:1rem}.mr-4{margin-right:1rem}.mb-4{margin-bottom:1rem}.ml-4{margin-left:1rem}.mt-5{margin-top:1.25rem}.mr-5{margin-right:1.25rem}.mb-5{margin-bottom:1.25rem}.ml-5{margin-left:1.25rem}.mr-6{margin-right:1.5rem}.mb-6{margin-bottom:1.5rem}.ml-6{margin-left:1.5rem}.mr-7{margin-right:1.75rem}.mb-7{margin-bottom:1.75rem}.mt-8{margin-top:2rem}.mb-8{margin-bottom:2rem}.mb-10{margin-bottom:2.5rem}.mt-11{margin-top:2.75rem}.mr-11{margin-right:2.75rem}.mt-12{margin-top:3rem}.mr-12{margin-right:3rem}.mb-12{margin-bottom:3rem}.mr-auto{margin-right:auto}.ml-auto{margin-left:auto}.mr-2px{margin-right:2px}.ml-1\.5{margin-left:.45rem}.mr-2\.5{margin-right:.625rem}.-mr-5{margin-right:-1.25rem}.-ml-5{margin-left:-1.25rem}.ml-5\.5{margin-left:1.375rem}.mb-1\/10{margin-bottom:10%}.-mt-3{margin-top:-.75rem}.-mr-4{margin-right:-1rem}.-mr-12{margin-right:-3rem}.-mr-1\/3{margin-right:-33.33333%}.last\:m-0:last-child{margin:0}.last\:mr-0:last-child{margin-right:0}.last\:mb-0:last-child{margin-bottom:0}.max-h-1\/2{max-height:50%}.max-w-45{max-width:45rem}.max-w-70{max-width:70%}.max-w-1000{max-width:1000px}.max-w-none{max-width:none}.max-w-xs{max-width:20rem}.max-w-lg{max-width:32rem}.max-w-full{max-width:100%}.max-w-screen-lg{max-width:1024px}.max-w-20\%-1{max-width:calc(20% - 1rem)}.max-w-25\%-1{max-width:calc(25% - 1rem)}.max-w-50\%-1{max-width:calc(50% - 1rem)}.max-w-100\%\+3{max-width:calc(100% + 3rem)}.object-cover{-o-object-fit:cover;object-fit:cover}.object-scale-down{-o-object-fit:scale-down;object-fit:scale-down}.opacity-0{opacity:0}.opacity-25{opacity:.25}.opacity-50{opacity:.5}.opacity-75{opacity:.75}.opacity-100{opacity:1}.focus\:outline-none:focus,.outline-none{outline:0}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-hidden{overflow-y:hidden}.overflow-y-scroll{overflow-y:scroll}.p-2{padding:.5rem}.p-4{padding:1rem}.p-8{padding:2rem}.p-10{padding:2.5rem}.px-0{padding-left:0;padding-right:0}.py-1{padding-top:.25rem;padding-bottom:.25rem}.px-1{padding-left:.25rem;padding-right:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.px-3{padding-left:.75rem;padding-right:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.px-4{padding-left:1rem;padding-right:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-7{padding-top:1.75rem;padding-bottom:1.75rem}.px-7{padding-left:1.75rem;padding-right:1.75rem}.px-8{padding-left:2rem;padding-right:2rem}.py-9{padding-top:2.25rem;padding-bottom:2.25rem}.px-9{padding-left:2.25rem;padding-right:2.25rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.py-15{padding-top:3.75rem;padding-bottom:3.75rem}.py-px{padding-top:1px;padding-bottom:1px}.py-2px{padding-top:2px;padding-bottom:2px}.pt-1{padding-top:.25rem}.pb-1{padding-bottom:.25rem}.pt-2{padding-top:.5rem}.pr-2{padding-right:.5rem}.pb-2{padding-bottom:.5rem}.pl-2{padding-left:.5rem}.pt-3{padding-top:.75rem}.pr-3{padding-right:.75rem}.pb-3{padding-bottom:.75rem}.pl-3{padding-left:.75rem}.pt-4{padding-top:1rem}.pr-4{padding-right:1rem}.pb-4{padding-bottom:1rem}.pl-4{padding-left:1rem}.pt-5{padding-top:1.25rem}.pr-5{padding-right:1.25rem}.pb-5{padding-bottom:1.25rem}.pl-5{padding-left:1.25rem}.pt-6{padding-top:1.5rem}.pr-6{padding-right:1.5rem}.pb-6{padding-bottom:1.5rem}.pl-6{padding-left:1.5rem}.pt-7{padding-top:1.75rem}.pl-7{padding-left:1.75rem}.pt-8{padding-top:2rem}.pr-8{padding-right:2rem}.pb-8{padding-bottom:2rem}.pb-10{padding-bottom:2.5rem}.pr-12{padding-right:3rem}.pb-12{padding-bottom:3rem}.pl-20{padding-left:5rem}.pr-32{padding-right:8rem}.pt-40{padding-top:10rem}.pt-2px{padding-top:2px}.pt-84px{padding-top:84px}.pt-1\.5{padding-top:.45rem}.pb-1\.5{padding-bottom:.45rem}.pl-2\/12{padding-left:16.666667%}.last\:pb-0:last-child{padding-bottom:0}.last\:pb-5:last-child{padding-bottom:1.25rem}.first\:pl-0:first-child{padding-left:0}.first\:pt-5:first-child{padding-top:1.25rem}.pointer-events-none{pointer-events:none}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.top-0{top:0}.right-0{right:0}.bottom-0{bottom:0}.left-0{left:0}.top-2{top:.6rem}.top-4{top:1rem}.right-4{right:1rem}.bottom-4{bottom:1rem}.left-4{left:1rem}.top-5{top:1.25rem}.right-5{right:1.25rem}.bottom-5{bottom:1.25rem}.left-5{left:1.25rem}.top-6{top:1.5rem}.right-6{right:1.5rem}.left-6{left:1.5rem}.top-8{top:2rem}.bottom-8{bottom:2rem}.left-8{left:2rem}.top-10{top:2.5rem}.left-10{left:2.5rem}.top-14{top:3.5rem}.bottom-14{bottom:3.5rem}.left-16{left:4rem}.left-36{left:9rem}.top-154{top:38.5rem}.-bottom-34px{bottom:-34px}.-left-34px{left:-34px}.-top-3px{top:-3px}.-bottom-3{bottom:-.75rem}.-top-5{top:-1.25rem}.-bottom-5{bottom:-1.25rem}.-top-8px{top:-8px}.-right-8px{right:-8px}.-right-10px{right:-10px}.-left-37px{left:-37px}.-left-54px{left:-54px}.-left-48px{left:-48px}.top-1px{top:1px}.top-3px{top:3px}.top-5px{top:5px}.top-16px{top:16px}.right-16px{right:16px}.bottom-16px{bottom:16px}.top-32px{top:32px}.-left-0\.5rem{left:-.5rem}.top-8\.5{top:2.2rem}.bottom-8\.5{bottom:2.2rem}.top-1\/4{top:25%}.top-1\/2{top:50%}.left-1\/2{left:50%}.-right-14{right:-3.5rem}.-left-20{left:-5rem}.-left-44{left:-11rem}.-right-35{right:-8.75rem}.-left-35{left:-8.75rem}.-right-45{right:-11.25rem}.-left-45{left:-11.25rem}.-right-55{right:-13.75rem}.-left-55{left:-13.75rem}.-right-65{right:-16.25rem}.-right-80{right:-20rem}.-left-80{left:-20rem}.-right-105{right:-26.25rem}.top-50vh-15rem{top:calc(50vh - 15rem)}.top-50vh-125px{top:calc(50vh - 125px)}.resize{resize:both}.shadow-xs{box-shadow:0 0 0 1px rgba(0,0,0,.05)}.shadow{box-shadow:0 1px 4px 0 rgba(0,0,0,.5)}.shadow-md{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.shadow-xl{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.shadow-2xl{box-shadow:0 2px 18px 0 rgba(0,0,0,.1)}.shadow-client-center{box-shadow:0 2px 15px 0 rgba(0,0,0,.17)}.hover\:shadow:hover{box-shadow:0 1px 4px 0 rgba(0,0,0,.5)}.focus\:shadow-lg:focus,.hover\:shadow-lg:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.table-auto{table-layout:auto}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-black{--text-opacity:1;color:#000;color:rgba(0,0,0,var(--text-opacity))}.text-white{--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}.text-gray-100{--text-opacity:1;color:silver;color:rgba(192,192,192,var(--text-opacity))}.text-gray-400{--text-opacity:1;color:#bbb;color:rgba(187,187,187,var(--text-opacity))}.text-gray-500{--text-opacity:1;color:#ccc;color:rgba(204,204,204,var(--text-opacity))}.text-gray-600{--text-opacity:1;color:#8e8e8e;color:rgba(142,142,142,var(--text-opacity))}.text-gray-650{--text-opacity:1;color:#8d8d8d;color:rgba(141,141,141,var(--text-opacity))}.text-gray-700{--text-opacity:1;color:#6e6e6e;color:rgba(110,110,110,var(--text-opacity))}.text-gray-750{--text-opacity:1;color:#4a4a4a;color:rgba(74,74,74,var(--text-opacity))}.text-gray-800{--text-opacity:1;color:#313131;color:rgba(49,49,49,var(--text-opacity))}.text-gray-900{--text-opacity:1;color:#728597;color:rgba(114,133,151,var(--text-opacity))}.text-gray-30\%{color:rgba(0,0,0,.3)}.text-green{--text-opacity:1;color:#478415;color:rgba(71,132,21,var(--text-opacity))}.text-indigo-700{--text-opacity:1;color:#4c51bf;color:rgba(76,81,191,var(--text-opacity))}.text-primary{--text-opacity:1;color:#0b3780;color:rgba(11,55,128,var(--text-opacity))}.text-secondary{--text-opacity:1;color:#fecc00;color:rgba(254,204,0,var(--text-opacity))}.text-primaryDark{--text-opacity:1;color:#001e67;color:rgba(0,30,103,var(--text-opacity))}.text-clientCenterPrimary{--text-opacity:1;color:#0f617e;color:rgba(15,97,126,var(--text-opacity))}.hover\:text-black:hover{--text-opacity:1;color:#000;color:rgba(0,0,0,var(--text-opacity))}.hover\:text-white:hover{--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}.hover\:text-gray-500:hover{--text-opacity:1;color:#ccc;color:rgba(204,204,204,var(--text-opacity))}.hover\:text-gray-700:hover{--text-opacity:1;color:#6e6e6e;color:rgba(110,110,110,var(--text-opacity))}.hover\:text-gray-800:hover{--text-opacity:1;color:#313131;color:rgba(49,49,49,var(--text-opacity))}.hover\:text-primary:hover{--text-opacity:1;color:#0b3780;color:rgba(11,55,128,var(--text-opacity))}.hover\:text-primaryDark:hover{--text-opacity:1;color:#001e67;color:rgba(0,30,103,var(--text-opacity))}.hover\:text-clientCenterHover:hover{--text-opacity:1;color:#168cb5;color:rgba(22,140,181,var(--text-opacity))}.first\:text-white:first-child,.focus\:text-white:focus{--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}.visited\:text-primary:visited{--text-opacity:1;color:#0b3780;color:rgba(11,55,128,var(--text-opacity))}.last\:text-white:last-child{--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}.italic{font-style:italic}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.hover\:underline:hover,.underline{text-decoration:underline}.tracking-normal{letter-spacing:-.005em}.tracking-wider{letter-spacing:.05em}.align-top{vertical-align:top}.align-middle{vertical-align:middle}.visible{visibility:visible}.invisible{visibility:hidden}.whitespace-normal{white-space:normal}.whitespace-no-wrap{white-space:nowrap}.break-normal{overflow-wrap:normal;word-break:normal}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-9{width:2.25rem}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-12{width:3rem}.w-16{width:4rem}.w-20{width:5rem}.w-24{width:6rem}.w-30{width:7.5rem}.w-32{width:8rem}.w-40{width:10rem}.w-50{width:12.5rem}.w-56{width:14rem}.w-60{width:15rem}.w-64{width:16rem}.w-75{width:18.75rem}.w-100{width:25rem}.w-auto{width:auto}.w-1\/10{width:10%}.w-2\/3{width:66.666667%}.w-2\/12{width:16.666667%}.w-1\/5{width:20%}.w-3\/5{width:60%}.w-4\/5{width:80%}.w-5\/6{width:83.333333%}.w-4\/12{width:33.333333%}.w-10\/12{width:83.333333%}.w-full{width:100%}.w-90vw{width:90vw}.w-230px{width:230px}.w-9\/10{width:90%}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-60{z-index:60}.z-70{z-index:70}.z-80{z-index:80}.z-90{z-index:90}.gap-4{grid-gap:1rem;gap:1rem}.gap-5{grid-gap:1.25rem;gap:1.25rem}.row-gap-1{grid-row-gap:.25rem;row-gap:.25rem}.row-gap-2{grid-row-gap:.5rem;row-gap:.5rem}.row-gap-8{grid-row-gap:2rem;row-gap:2rem}.grid-flow-col{grid-auto-flow:column}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.col-span-1{grid-column:span 1/span 1}.col-span-2{grid-column:span 2/span 2}.col-span-3{grid-column:span 3/span 3}.col-span-4{grid-column:span 4/span 4}.col-span-6{grid-column:span 6/span 6}.col-span-8{grid-column:span 8/span 8}.col-span-10{grid-column:span 10/span 10}.col-span-12{grid-column:span 12/span 12}.grid-rows-4{grid-template-rows:repeat(4,minmax(0,1fr))}.row-span-1{grid-row:span 1/span 1}.transform{--transform-translate-x:0;--transform-translate-y:0;--transform-rotate:0;--transform-skew-x:0;--transform-skew-y:0;--transform-scale-x:1;--transform-scale-y:1;transform:translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y))}.origin-top-right{transform-origin:top right}.scale-95{--transform-scale-x:.95;--transform-scale-y:.95}.scale-100{--transform-scale-x:1;--transform-scale-y:1}.rotate-0{--transform-rotate:0}.rotate-12{--transform-rotate:12deg}.rotate-16{--transform-rotate:16deg}.rotate-24{--transform-rotate:24deg}.-translate-x-1\/2{--transform-translate-x:-50%}.-translate-y-1\/2{--transform-translate-y:-50%}.transition-all{transition-property:all}.transition{transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-75{transition-duration:75ms}.duration-100{transition-duration:.1s}.duration-150{transition-duration:.15s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.duration-700{transition-duration:.7s}@-webkit-keyframes spin{to{transform:rotate(1turn)}}@keyframes spin{to{transform:rotate(1turn)}}@-webkit-keyframes ping{75%,to{transform:scale(2);opacity:0}}@keyframes ping{75%,to{transform:scale(2);opacity:0}}@-webkit-keyframes pulse{50%{opacity:.5}}@keyframes pulse{50%{opacity:.5}}@-webkit-keyframes bounce{0%,to{transform:translateY(-25%);-webkit-animation-timing-function:cubic-bezier(.8,0,1,1);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;-webkit-animation-timing-function:cubic-bezier(0,0,.2,1);animation-timing-function:cubic-bezier(0,0,.2,1)}}@keyframes bounce{0%,to{transform:translateY(-25%);-webkit-animation-timing-function:cubic-bezier(.8,0,1,1);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;-webkit-animation-timing-function:cubic-bezier(0,0,.2,1);animation-timing-function:cubic-bezier(0,0,.2,1)}}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive>embed,.embed-responsive>iframe,.embed-responsive>object,.embed-responsive>video{position:absolute;top:0;left:0;bottom:0;height:100%;width:100%;border:0}.aspect-ratio-none{padding-bottom:0}.aspect-ratio-1\:1,.aspect-ratio-square{padding-bottom:100%}.aspect-ratio-16\:9{padding-bottom:56.25%}.aspect-ratio-4\:3{padding-bottom:75%}.aspect-ratio-4\:3\+{padding-bottom:75.75%}.aspect-ratio-21\:9{padding-bottom:42.857142857142854%}.bg-gradient-b-hero{background-image:linear-gradient(transparent,rgba(0,0,0,.42) 40%,rgba(0,0,0,.42))}.clamp-1{-webkit-line-clamp:1}.clamp-1,.clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.clamp-2{-webkit-line-clamp:2}.clamp-3{-webkit-line-clamp:3}.clamp-3,.clamp-4{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.clamp-4{-webkit-line-clamp:4}.hyphens-manual{-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.hyphens-auto{-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}@media (min-width:360px){.xxs\:container{width:100%;margin-right:auto;margin-left:auto}@media (min-width:360px){.xxs\:container{max-width:360px}}@media (min-width:480px){.xxs\:container{max-width:480px}}@media (min-width:640px){.xxs\:container{max-width:640px}}@media (min-width:768px){.xxs\:container{max-width:768px}}@media (min-width:1024px){.xxs\:container{max-width:1024px}}@media (min-width:1280px){.xxs\:container{max-width:1280px}}.xxs\:c-triangle-right{width:0;height:0;border:0;border-left:8px solid #dbd9d9;border-top:10px solid transparent;border-bottom:10px solid transparent}.xxs\:c-triangle-rightHome{width:0;height:0;border:0;border-left:8px solid #8e8e8e;border-top:10px solid transparent;border-bottom:10px solid transparent}.xxs\:c-triangle-rightActive{width:0;height:0;border:0;border-left:8px solid #0b3780;border-top:10px solid transparent;border-bottom:10px solid transparent}.xxs\:c-triangle-white{width:0;height:0;border:0;border-left:10px solid #fff;border-top:10px solid transparent;border-bottom:10px solid transparent}.xxs\:c-triangle-topPrimary{width:0;height:0;border:0;border-bottom:8px solid #0b3780;border-left:5px solid transparent;border-right:5px solid transparent}.xxs\:c-triangle-botPrimary{width:0;height:0;border:0;border-top:8px solid #0b3780;border-left:5px solid transparent;border-right:5px solid transparent}.xxs\:bg-dark-gradient{background:linear-gradient(-180deg,hsla(0,0%,70.6%,0),rgba(0,0,0,.69))}.xxs\:items-center{align-items:center}.xxs\:text-lg{font-size:1.5rem}.xxs\:max-w-lg{max-width:32rem}.xxs\:max-w-screen-lg{max-width:1024px}.xxs\:pt-0{padding-top:0}.xxs\:focus\:shadow-lg:focus,.xxs\:hover\:shadow-lg:hover,.xxs\:shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.xxs\:aspect-ratio-none{padding-bottom:0}.xxs\:aspect-ratio-1\:1,.xxs\:aspect-ratio-square{padding-bottom:100%}.xxs\:aspect-ratio-16\:9{padding-bottom:56.25%}.xxs\:aspect-ratio-4\:3{padding-bottom:75%}.xxs\:aspect-ratio-4\:3\+{padding-bottom:75.75%}.xxs\:aspect-ratio-21\:9{padding-bottom:42.857142857142854%}.xxs\:clamp-1{-webkit-line-clamp:1}.xxs\:clamp-1,.xxs\:clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.xxs\:clamp-2{-webkit-line-clamp:2}.xxs\:clamp-3{-webkit-line-clamp:3}.xxs\:clamp-3,.xxs\:clamp-4{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.xxs\:clamp-4{-webkit-line-clamp:4}}@media (min-width:480px){.xs\:container{width:100%;margin-right:auto;margin-left:auto}@media (min-width:360px){.xs\:container{max-width:360px}}@media (min-width:480px){.xs\:container{max-width:480px}}@media (min-width:640px){.xs\:container{max-width:640px}}@media (min-width:768px){.xs\:container{max-width:768px}}@media (min-width:1024px){.xs\:container{max-width:1024px}}@media (min-width:1280px){.xs\:container{max-width:1280px}}.xs\:c-triangle-right{width:0;height:0;border:0;border-left:8px solid #dbd9d9;border-top:10px solid transparent;border-bottom:10px solid transparent}.xs\:c-triangle-rightHome{width:0;height:0;border:0;border-left:8px solid #8e8e8e;border-top:10px solid transparent;border-bottom:10px solid transparent}.xs\:c-triangle-rightActive{width:0;height:0;border:0;border-left:8px solid #0b3780;border-top:10px solid transparent;border-bottom:10px solid transparent}.xs\:c-triangle-white{width:0;height:0;border:0;border-left:10px solid #fff;border-top:10px solid transparent;border-bottom:10px solid transparent}.xs\:c-triangle-topPrimary{width:0;height:0;border:0;border-bottom:8px solid #0b3780;border-left:5px solid transparent;border-right:5px solid transparent}.xs\:c-triangle-botPrimary{width:0;height:0;border:0;border-top:8px solid #0b3780;border-left:5px solid transparent;border-right:5px solid transparent}.xs\:bg-dark-gradient{background:linear-gradient(-180deg,hsla(0,0%,70.6%,0),rgba(0,0,0,.69))}.xs\:flex-no-wrap{flex-wrap:nowrap}.xs\:justify-between{justify-content:space-between}.xs\:text-base{font-size:1.25rem}.xs\:text-lg{font-size:1.5rem}.xs\:text-xl{font-size:1.625rem}.xs\:text-nf-sm{font-size:20rem}.xs\:max-w-lg{max-width:32rem}.xs\:max-w-screen-lg{max-width:1024px}.xs\:px-12{padding-left:3rem;padding-right:3rem}.xs\:pb-0{padding-bottom:0}.xs\:focus\:shadow-lg:focus,.xs\:hover\:shadow-lg:hover,.xs\:shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.xs\:text-right{text-align:right}.xs\:w-full{width:100%}.xs\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.xs\:col-span-2{grid-column:span 2/span 2}.xs\:col-span-3{grid-column:span 3/span 3}.xs\:col-span-4{grid-column:span 4/span 4}.xs\:col-span-5{grid-column:span 5/span 5}.xs\:col-span-6{grid-column:span 6/span 6}.xs\:col-span-7{grid-column:span 7/span 7}.xs\:grid-rows-3{grid-template-rows:repeat(3,minmax(0,1fr))}.xs\:row-span-2{grid-row:span 2/span 2}.xs\:aspect-ratio-none{padding-bottom:0}.xs\:aspect-ratio-1\:1,.xs\:aspect-ratio-square{padding-bottom:100%}.xs\:aspect-ratio-16\:9{padding-bottom:56.25%}.xs\:aspect-ratio-4\:3{padding-bottom:75%}.xs\:aspect-ratio-4\:3\+{padding-bottom:75.75%}.xs\:aspect-ratio-21\:9{padding-bottom:42.857142857142854%}.xs\:clamp-1{-webkit-line-clamp:1}.xs\:clamp-1,.xs\:clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.xs\:clamp-2{-webkit-line-clamp:2}.xs\:clamp-3{-webkit-line-clamp:3}.xs\:clamp-3,.xs\:clamp-4{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.xs\:clamp-4{-webkit-line-clamp:4}}@media (min-width:640px){.sm\:container{width:100%;margin-right:auto;margin-left:auto}@media (min-width:360px){.sm\:container{max-width:360px}}@media (min-width:480px){.sm\:container{max-width:480px}}@media (min-width:640px){.sm\:container{max-width:640px}}@media (min-width:768px){.sm\:container{max-width:768px}}@media (min-width:1024px){.sm\:container{max-width:1024px}}@media (min-width:1280px){.sm\:container{max-width:1280px}}.sm\:c-triangle-right{width:0;height:0;border:0;border-left:8px solid #dbd9d9;border-top:10px solid transparent;border-bottom:10px solid transparent}.sm\:c-triangle-rightHome{width:0;height:0;border:0;border-left:8px solid #8e8e8e;border-top:10px solid transparent;border-bottom:10px solid transparent}.sm\:c-triangle-rightActive{width:0;height:0;border:0;border-left:8px solid #0b3780;border-top:10px solid transparent;border-bottom:10px solid transparent}.sm\:c-triangle-white{width:0;height:0;border:0;border-left:10px solid #fff;border-top:10px solid transparent;border-bottom:10px solid transparent}.sm\:c-triangle-topPrimary{width:0;height:0;border:0;border-bottom:8px solid #0b3780;border-left:5px solid transparent;border-right:5px solid transparent}.sm\:c-triangle-botPrimary{width:0;height:0;border:0;border-top:8px solid #0b3780;border-left:5px solid transparent;border-right:5px solid transparent}.sm\:bg-dark-gradient{background:linear-gradient(-180deg,hsla(0,0%,70.6%,0),rgba(0,0,0,.69))}.sm\:bg-transparent{background-color:transparent}.sm\:block{display:block}.sm\:inline-block{display:inline-block}.sm\:inline{display:inline}.sm\:flex{display:flex}.sm\:grid{display:grid}.sm\:hidden{display:none}.sm\:flex-row{flex-direction:row}.sm\:flex-col{flex-direction:column}.sm\:flex-wrap{flex-wrap:wrap}.sm\:items-start{align-items:flex-start}.sm\:items-stretch{align-items:stretch}.sm\:justify-between{justify-content:space-between}.sm\:float-right{float:right}.sm\:float-left{float:left}.sm\:h-8{height:2rem}.sm\:h-16{height:4rem}.sm\:h-middle-header{height:7.313rem}.sm\:text-xs{font-size:.875rem}.sm\:text-lg{font-size:1.5rem}.sm\:text-xl{font-size:1.625rem}.sm\:text-nf-md{font-size:30rem}.sm\:leading-9{line-height:2.25rem}.sm\:mr-0{margin-right:0}.sm\:mb-0{margin-bottom:0}.sm\:ml-0{margin-left:0}.sm\:mb-2{margin-bottom:.5rem}.sm\:mr-4{margin-right:1rem}.sm\:mb-4{margin-bottom:1rem}.sm\:mb-5{margin-bottom:1.25rem}.sm\:mt-64{margin-top:16rem}.sm\:max-w-md{max-width:28rem}.sm\:max-w-lg{max-width:32rem}.sm\:max-w-screen-lg{max-width:1024px}.sm\:opacity-100{opacity:1}.sm\:overflow-hidden{overflow:hidden}.sm\:p-40{padding:10rem}.sm\:px-0{padding-left:0;padding-right:0}.sm\:py-1{padding-top:.25rem;padding-bottom:.25rem}.sm\:px-5{padding-left:1.25rem;padding-right:1.25rem}.sm\:py-8{padding-top:2rem;padding-bottom:2rem}.sm\:py-18{padding-top:4.5rem;padding-bottom:4.5rem}.sm\:px-20{padding-left:5rem;padding-right:5rem}.sm\:pt-0{padding-top:0}.sm\:pb-0{padding-bottom:0}.sm\:pt-2{padding-top:.5rem}.sm\:pr-3{padding-right:.75rem}.sm\:pl-4{padding-left:1rem}.sm\:pb-15{padding-bottom:3.75rem}.sm\:relative{position:relative}.sm\:top-auto{top:auto}.sm\:left-auto{left:auto}.sm\:focus\:shadow-lg:focus,.sm\:hover\:shadow-lg:hover,.sm\:shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.sm\:text-left{text-align:left}.sm\:text-right{text-align:right}.sm\:hover\:text-primary:hover{--text-opacity:1;color:#0b3780;color:rgba(11,55,128,var(--text-opacity))}.sm\:hover\:underline:hover{text-decoration:underline}.sm\:visible{visibility:visible}.sm\:w-48{width:12rem}.sm\:w-80{width:20rem}.sm\:w-auto{width:auto}.sm\:w-1\/3{width:33.333333%}.sm\:w-2\/3{width:66.666667%}.sm\:w-full{width:100%}.sm\:w-48\%{width:48%}.sm\:gap-5{grid-gap:1.25rem;gap:1.25rem}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:col-span-1{grid-column:span 1/span 1}.sm\:col-span-2{grid-column:span 2/span 2}.sm\:col-span-3{grid-column:span 3/span 3}.sm\:col-span-4{grid-column:span 4/span 4}.sm\:col-span-7{grid-column:span 7/span 7}.sm\:col-span-8{grid-column:span 8/span 8}.sm\:col-span-10{grid-column:span 10/span 10}.sm\:aspect-ratio-none{padding-bottom:0}.sm\:aspect-ratio-1\:1,.sm\:aspect-ratio-square{padding-bottom:100%}.sm\:aspect-ratio-16\:9{padding-bottom:56.25%}.sm\:aspect-ratio-4\:3{padding-bottom:75%}.sm\:aspect-ratio-4\:3\+{padding-bottom:75.75%}.sm\:aspect-ratio-21\:9{padding-bottom:42.857142857142854%}.sm\:clamp-1{-webkit-line-clamp:1}.sm\:clamp-1,.sm\:clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.sm\:clamp-2{-webkit-line-clamp:2}.sm\:clamp-3{-webkit-line-clamp:3}.sm\:clamp-3,.sm\:clamp-4{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.sm\:clamp-4{-webkit-line-clamp:4}}@media (min-width:768px){.md\:container{width:100%;margin-right:auto;margin-left:auto}@media (min-width:360px){.md\:container{max-width:360px}}@media (min-width:480px){.md\:container{max-width:480px}}@media (min-width:640px){.md\:container{max-width:640px}}@media (min-width:768px){.md\:container{max-width:768px}}@media (min-width:1024px){.md\:container{max-width:1024px}}@media (min-width:1280px){.md\:container{max-width:1280px}}.md\:c-triangle-right{width:0;height:0;border:0;border-left:8px solid #dbd9d9;border-top:10px solid transparent;border-bottom:10px solid transparent}.md\:c-triangle-rightHome{width:0;height:0;border:0;border-left:8px solid #8e8e8e;border-top:10px solid transparent;border-bottom:10px solid transparent}.md\:c-triangle-rightActive{width:0;height:0;border:0;border-left:8px solid #0b3780;border-top:10px solid transparent;border-bottom:10px solid transparent}.md\:c-triangle-white{width:0;height:0;border:0;border-left:10px solid #fff;border-top:10px solid transparent;border-bottom:10px solid transparent}.md\:c-triangle-topPrimary{width:0;height:0;border:0;border-bottom:8px solid #0b3780;border-left:5px solid transparent;border-right:5px solid transparent}.md\:c-triangle-botPrimary{width:0;height:0;border:0;border-top:8px solid #0b3780;border-left:5px solid transparent;border-right:5px solid transparent}.md\:bg-dark-gradient{background:linear-gradient(-180deg,hsla(0,0%,70.6%,0),rgba(0,0,0,.69))}.md\:border-gray-500{--border-opacity:1;border-color:#ccc;border-color:rgba(204,204,204,var(--border-opacity))}.md\:border-b-0{border-bottom-width:0}.md\:border-r{border-right-width:1px}.md\:block{display:block}.md\:flex{display:flex}.md\:flex-row{flex-direction:row}.md\:items-start{align-items:flex-start}.md\:justify-center{justify-content:center}.md\:justify-between{justify-content:space-between}.md\:h-client-center-logo-desktop{height:1.0625rem}.md\:text-base{font-size:1.25rem}.md\:text-lg{font-size:1.5rem}.md\:text-xl{font-size:1.625rem}.md\:text-2xl{font-size:2.25rem}.md\:text-1\.5sm{font-size:1.125rem}.md\:m-client-center-header{margin:1.9375rem}.md\:mt-0{margin-top:0}.md\:ml-0{margin-left:0}.md\:mt-3{margin-top:.75rem}.md\:mr-4{margin-right:1rem}.md\:mb-5{margin-bottom:1.25rem}.md\:ml-16{margin-left:4rem}.md\:mt-20{margin-top:5rem}.md\:-mr-5{margin-right:-1.25rem}.md\:-mt-8{margin-top:-2rem}.md\:-mt-10{margin-top:-2.5rem}.md\:-ml-11{margin-left:-2.75rem}.md\:max-w-none{max-width:none}.md\:max-w-lg{max-width:32rem}.md\:max-w-screen-lg{max-width:1024px}.md\:max-w-33\%-1{max-width:calc(33% - 1rem)}.md\:max-w-50\%-1{max-width:calc(50% - 1rem)}.md\:p-12{padding:3rem}.md\:px-4{padding-left:1rem;padding-right:1rem}.md\:px-5{padding-left:1.25rem;padding-right:1.25rem}.md\:px-11{padding-left:2.75rem;padding-right:2.75rem}.md\:py-15{padding-top:3.75rem;padding-bottom:3.75rem}.md\:px-32{padding-left:8rem;padding-right:8rem}.md\:px-1\/12{padding-left:8.333333%;padding-right:8.333333%}.md\:pb-0{padding-bottom:0}.md\:pt-4{padding-top:1rem}.md\:pb-4{padding-bottom:1rem}.md\:pl-5{padding-left:1.25rem}.md\:pt-16{padding-top:4rem}.md\:pt-48{padding-top:12rem}.md\:pb-64{padding-bottom:16rem}.md\:pr-1\/12{padding-right:8.333333%}.md\:bottom-4{bottom:1rem}.md\:left-4{left:1rem}.md\:focus\:shadow-lg:focus,.md\:hover\:shadow-lg:hover,.md\:shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.md\:w-22{width:5.5rem}.md\:w-56{width:14rem}.md\:w-auto{width:auto}.md\:w-1\/2{width:50%}.md\:w-1\/3{width:33.333333%}.md\:w-1\/3in9cols{width:calc(33.33333% + .41667rem)}.md\:w-2\/3,.md\:w-8\/12{width:66.666667%}.md\:w-full{width:100%}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:col-span-2{grid-column:span 2/span 2}.md\:col-span-3{grid-column:span 3/span 3}.md\:col-span-9{grid-column:span 9/span 9}.md\:grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))}.md\:row-span-2{grid-row:span 2/span 2}.md\:aspect-ratio-none{padding-bottom:0}.md\:aspect-ratio-1\:1,.md\:aspect-ratio-square{padding-bottom:100%}.md\:aspect-ratio-16\:9{padding-bottom:56.25%}.md\:aspect-ratio-4\:3{padding-bottom:75%}.md\:aspect-ratio-4\:3\+{padding-bottom:75.75%}.md\:aspect-ratio-21\:9{padding-bottom:42.857142857142854%}.md\:clamp-1{-webkit-line-clamp:1}.md\:clamp-1,.md\:clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.md\:clamp-2{-webkit-line-clamp:2}.md\:clamp-3{-webkit-line-clamp:3}.md\:clamp-3,.md\:clamp-4{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.md\:clamp-4{-webkit-line-clamp:4}}@media (min-width:1024px){.lg\:container{width:100%;margin-right:auto;margin-left:auto}@media (min-width:360px){.lg\:container{max-width:360px}}@media (min-width:480px){.lg\:container{max-width:480px}}@media (min-width:640px){.lg\:container{max-width:640px}}@media (min-width:768px){.lg\:container{max-width:768px}}@media (min-width:1024px){.lg\:container{max-width:1024px}}@media (min-width:1280px){.lg\:container{max-width:1280px}}.lg\:c-triangle-right{width:0;height:0;border:0;border-left:8px solid #dbd9d9;border-top:10px solid transparent;border-bottom:10px solid transparent}.lg\:c-triangle-rightHome{width:0;height:0;border:0;border-left:8px solid #8e8e8e;border-top:10px solid transparent;border-bottom:10px solid transparent}.lg\:c-triangle-rightActive{width:0;height:0;border:0;border-left:8px solid #0b3780;border-top:10px solid transparent;border-bottom:10px solid transparent}.lg\:c-triangle-white{width:0;height:0;border:0;border-left:10px solid #fff;border-top:10px solid transparent;border-bottom:10px solid transparent}.lg\:c-triangle-topPrimary{width:0;height:0;border:0;border-bottom:8px solid #0b3780;border-left:5px solid transparent;border-right:5px solid transparent}.lg\:c-triangle-botPrimary{width:0;height:0;border:0;border-top:8px solid #0b3780;border-left:5px solid transparent;border-right:5px solid transparent}.lg\:bg-dark-gradient{background:linear-gradient(-180deg,hsla(0,0%,70.6%,0),rgba(0,0,0,.69))}.lg\:space-y-0>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(0px*(1 - var(--space-y-reverse)));margin-bottom:calc(0px*var(--space-y-reverse))}.lg\:space-x-0>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(0px*var(--space-x-reverse));margin-left:calc(0px*(1 - var(--space-x-reverse)))}.lg\:space-y-1>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(0.25rem*(1 - var(--space-y-reverse)));margin-bottom:calc(0.25rem*var(--space-y-reverse))}.lg\:space-x-1>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(0.25rem*var(--space-x-reverse));margin-left:calc(0.25rem*(1 - var(--space-x-reverse)))}.lg\:space-y-2>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(0.5rem*(1 - var(--space-y-reverse)));margin-bottom:calc(0.5rem*var(--space-y-reverse))}.lg\:space-x-2>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(0.5rem*var(--space-x-reverse));margin-left:calc(0.5rem*(1 - var(--space-x-reverse)))}.lg\:space-y-3>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(0.75rem*(1 - var(--space-y-reverse)));margin-bottom:calc(0.75rem*var(--space-y-reverse))}.lg\:space-x-3>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(0.75rem*var(--space-x-reverse));margin-left:calc(0.75rem*(1 - var(--space-x-reverse)))}.lg\:space-y-4>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(1rem*(1 - var(--space-y-reverse)));margin-bottom:calc(1rem*var(--space-y-reverse))}.lg\:space-x-4>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(1rem*var(--space-x-reverse));margin-left:calc(1rem*(1 - var(--space-x-reverse)))}.lg\:space-y-5>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(1.25rem*(1 - var(--space-y-reverse)));margin-bottom:calc(1.25rem*var(--space-y-reverse))}.lg\:space-x-5>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(1.25rem*var(--space-x-reverse));margin-left:calc(1.25rem*(1 - var(--space-x-reverse)))}.lg\:space-y-6>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(1.5rem*(1 - var(--space-y-reverse)));margin-bottom:calc(1.5rem*var(--space-y-reverse))}.lg\:space-x-6>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(1.5rem*var(--space-x-reverse));margin-left:calc(1.5rem*(1 - var(--space-x-reverse)))}.lg\:space-y-7>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(1.75rem*(1 - var(--space-y-reverse)));margin-bottom:calc(1.75rem*var(--space-y-reverse))}.lg\:space-x-7>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(1.75rem*var(--space-x-reverse));margin-left:calc(1.75rem*(1 - var(--space-x-reverse)))}.lg\:space-y-8>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(2rem*(1 - var(--space-y-reverse)));margin-bottom:calc(2rem*var(--space-y-reverse))}.lg\:space-x-8>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(2rem*var(--space-x-reverse));margin-left:calc(2rem*(1 - var(--space-x-reverse)))}.lg\:space-y-9>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(2.25rem*(1 - var(--space-y-reverse)));margin-bottom:calc(2.25rem*var(--space-y-reverse))}.lg\:space-x-9>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(2.25rem*var(--space-x-reverse));margin-left:calc(2.25rem*(1 - var(--space-x-reverse)))}.lg\:space-y-10>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(2.5rem*(1 - var(--space-y-reverse)));margin-bottom:calc(2.5rem*var(--space-y-reverse))}.lg\:space-x-10>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(2.5rem*var(--space-x-reverse));margin-left:calc(2.5rem*(1 - var(--space-x-reverse)))}.lg\:space-y-11>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(2.75rem*(1 - var(--space-y-reverse)));margin-bottom:calc(2.75rem*var(--space-y-reverse))}.lg\:space-x-11>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(2.75rem*var(--space-x-reverse));margin-left:calc(2.75rem*(1 - var(--space-x-reverse)))}.lg\:space-y-12>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(3rem*(1 - var(--space-y-reverse)));margin-bottom:calc(3rem*var(--space-y-reverse))}.lg\:space-x-12>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(3rem*var(--space-x-reverse));margin-left:calc(3rem*(1 - var(--space-x-reverse)))}.lg\:space-y-15>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(3.75rem*(1 - var(--space-y-reverse)));margin-bottom:calc(3.75rem*var(--space-y-reverse))}.lg\:space-x-15>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(3.75rem*var(--space-x-reverse));margin-left:calc(3.75rem*(1 - var(--space-x-reverse)))}.lg\:space-y-16>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(4rem*(1 - var(--space-y-reverse)));margin-bottom:calc(4rem*var(--space-y-reverse))}.lg\:space-x-16>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(4rem*var(--space-x-reverse));margin-left:calc(4rem*(1 - var(--space-x-reverse)))}.lg\:space-y-18>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(4.5rem*(1 - var(--space-y-reverse)));margin-bottom:calc(4.5rem*var(--space-y-reverse))}.lg\:space-x-18>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(4.5rem*var(--space-x-reverse));margin-left:calc(4.5rem*(1 - var(--space-x-reverse)))}.lg\:space-y-20>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(5rem*(1 - var(--space-y-reverse)));margin-bottom:calc(5rem*var(--space-y-reverse))}.lg\:space-x-20>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(5rem*var(--space-x-reverse));margin-left:calc(5rem*(1 - var(--space-x-reverse)))}.lg\:space-y-22>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(5.5rem*(1 - var(--space-y-reverse)));margin-bottom:calc(5.5rem*var(--space-y-reverse))}.lg\:space-x-22>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(5.5rem*var(--space-x-reverse));margin-left:calc(5.5rem*(1 - var(--space-x-reverse)))}.lg\:space-y-24>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(6rem*(1 - var(--space-y-reverse)));margin-bottom:calc(6rem*var(--space-y-reverse))}.lg\:space-x-24>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(6rem*var(--space-x-reverse));margin-left:calc(6rem*(1 - var(--space-x-reverse)))}.lg\:space-y-25>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(6.25rem*(1 - var(--space-y-reverse)));margin-bottom:calc(6.25rem*var(--space-y-reverse))}.lg\:space-x-25>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(6.25rem*var(--space-x-reverse));margin-left:calc(6.25rem*(1 - var(--space-x-reverse)))}.lg\:space-y-28>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(7rem*(1 - var(--space-y-reverse)));margin-bottom:calc(7rem*var(--space-y-reverse))}.lg\:space-x-28>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(7rem*var(--space-x-reverse));margin-left:calc(7rem*(1 - var(--space-x-reverse)))}.lg\:space-y-32>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(8rem*(1 - var(--space-y-reverse)));margin-bottom:calc(8rem*var(--space-y-reverse))}.lg\:space-x-32>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(8rem*var(--space-x-reverse));margin-left:calc(8rem*(1 - var(--space-x-reverse)))}.lg\:space-y-40>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(10rem*(1 - var(--space-y-reverse)));margin-bottom:calc(10rem*var(--space-y-reverse))}.lg\:space-x-40>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(10rem*var(--space-x-reverse));margin-left:calc(10rem*(1 - var(--space-x-reverse)))}.lg\:space-y-44>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(11rem*(1 - var(--space-y-reverse)));margin-bottom:calc(11rem*var(--space-y-reverse))}.lg\:space-x-44>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(11rem*var(--space-x-reverse));margin-left:calc(11rem*(1 - var(--space-x-reverse)))}.lg\:space-y-48>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(12rem*(1 - var(--space-y-reverse)));margin-bottom:calc(12rem*var(--space-y-reverse))}.lg\:space-x-48>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(12rem*var(--space-x-reverse));margin-left:calc(12rem*(1 - var(--space-x-reverse)))}.lg\:space-y-52>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(13rem*(1 - var(--space-y-reverse)));margin-bottom:calc(13rem*var(--space-y-reverse))}.lg\:space-x-52>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(13rem*var(--space-x-reverse));margin-left:calc(13rem*(1 - var(--space-x-reverse)))}.lg\:space-y-56>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(14rem*(1 - var(--space-y-reverse)));margin-bottom:calc(14rem*var(--space-y-reverse))}.lg\:space-x-56>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(14rem*var(--space-x-reverse));margin-left:calc(14rem*(1 - var(--space-x-reverse)))}.lg\:space-y-64>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(16rem*(1 - var(--space-y-reverse)));margin-bottom:calc(16rem*var(--space-y-reverse))}.lg\:space-x-64>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(16rem*var(--space-x-reverse));margin-left:calc(16rem*(1 - var(--space-x-reverse)))}.lg\:space-y-66>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(24rem*(1 - var(--space-y-reverse)));margin-bottom:calc(24rem*var(--space-y-reverse))}.lg\:space-x-66>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(24rem*var(--space-x-reverse));margin-left:calc(24rem*(1 - var(--space-x-reverse)))}.lg\:space-y-px>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(1px*(1 - var(--space-y-reverse)));margin-bottom:calc(1px*var(--space-y-reverse))}.lg\:space-x-px>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(1px*var(--space-x-reverse));margin-left:calc(1px*(1 - var(--space-x-reverse)))}.lg\:space-y-2px>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(2px*(1 - var(--space-y-reverse)));margin-bottom:calc(2px*var(--space-y-reverse))}.lg\:space-x-2px>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(2px*var(--space-x-reverse));margin-left:calc(2px*(1 - var(--space-x-reverse)))}.lg\:space-y-84px>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(84px*(1 - var(--space-y-reverse)));margin-bottom:calc(84px*var(--space-y-reverse))}.lg\:space-x-84px>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(84px*var(--space-x-reverse));margin-left:calc(84px*(1 - var(--space-x-reverse)))}.lg\:space-y-0\.5>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(0.2rem*(1 - var(--space-y-reverse)));margin-bottom:calc(0.2rem*var(--space-y-reverse))}.lg\:space-x-0\.5>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(0.2rem*var(--space-x-reverse));margin-left:calc(0.2rem*(1 - var(--space-x-reverse)))}.lg\:space-y-1\.5>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(0.45rem*(1 - var(--space-y-reverse)));margin-bottom:calc(0.45rem*var(--space-y-reverse))}.lg\:space-x-1\.5>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(0.45rem*var(--space-x-reverse));margin-left:calc(0.45rem*(1 - var(--space-x-reverse)))}.lg\:space-y-2\.5>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(0.625rem*(1 - var(--space-y-reverse)));margin-bottom:calc(0.625rem*var(--space-y-reverse))}.lg\:space-x-2\.5>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(0.625rem*var(--space-x-reverse));margin-left:calc(0.625rem*(1 - var(--space-x-reverse)))}.lg\:space-y-0\.9rem>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(0.9rem*(1 - var(--space-y-reverse)));margin-bottom:calc(0.9rem*var(--space-y-reverse))}.lg\:space-x-0\.9rem>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(0.9rem*var(--space-x-reverse));margin-left:calc(0.9rem*(1 - var(--space-x-reverse)))}.lg\:-space-y-5>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(-1.25rem*(1 - var(--space-y-reverse)));margin-bottom:calc(-1.25rem*var(--space-y-reverse))}.lg\:-space-x-5>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(-1.25rem*var(--space-x-reverse));margin-left:calc(-1.25rem*(1 - var(--space-x-reverse)))}.lg\:space-y-5\.5>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(1.375rem*(1 - var(--space-y-reverse)));margin-bottom:calc(1.375rem*var(--space-y-reverse))}.lg\:space-x-5\.5>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(1.375rem*var(--space-x-reverse));margin-left:calc(1.375rem*(1 - var(--space-x-reverse)))}.lg\:-space-y-8>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(-2rem*(1 - var(--space-y-reverse)));margin-bottom:calc(-2rem*var(--space-y-reverse))}.lg\:-space-x-8>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(-2rem*var(--space-x-reverse));margin-left:calc(-2rem*(1 - var(--space-x-reverse)))}.lg\:space-y-1\/2>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(50%*(1 - var(--space-y-reverse)));margin-bottom:calc(50%*var(--space-y-reverse))}.lg\:space-x-1\/2>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(50%*var(--space-x-reverse));margin-left:calc(50%*(1 - var(--space-x-reverse)))}.lg\:space-y-1\/10>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(10%*(1 - var(--space-y-reverse)));margin-bottom:calc(10%*var(--space-y-reverse))}.lg\:space-x-1\/10>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(10%*var(--space-x-reverse));margin-left:calc(10%*(1 - var(--space-x-reverse)))}.lg\:space-y-1\/3>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(33.33333%*(1 - var(--space-y-reverse)));margin-bottom:calc(33.33333%*var(--space-y-reverse))}.lg\:space-x-1\/3>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(33.33333%*var(--space-x-reverse));margin-left:calc(33.33333%*(1 - var(--space-x-reverse)))}.lg\:space-y-1\/3in9cols>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc((33.33333% + .41667rem)*(1 - var(--space-y-reverse)));margin-bottom:calc((33.33333% + .41667rem)*var(--space-y-reverse))}.lg\:space-x-1\/3in9cols>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc((33.33333% + .41667rem)*var(--space-x-reverse));margin-left:calc((33.33333% + .41667rem)*(1 - var(--space-x-reverse)))}.lg\:space-y-2\/3>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(66.66667%*(1 - var(--space-y-reverse)));margin-bottom:calc(66.66667%*var(--space-y-reverse))}.lg\:space-x-2\/3>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(66.66667%*var(--space-x-reverse));margin-left:calc(66.66667%*(1 - var(--space-x-reverse)))}.lg\:space-y-1\/12>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(8.33333%*(1 - var(--space-y-reverse)));margin-bottom:calc(8.33333%*var(--space-y-reverse))}.lg\:space-x-1\/12>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(8.33333%*var(--space-x-reverse));margin-left:calc(8.33333%*(1 - var(--space-x-reverse)))}.lg\:space-y-2\/12>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(16.66667%*(1 - var(--space-y-reverse)));margin-bottom:calc(16.66667%*var(--space-y-reverse))}.lg\:space-x-2\/12>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(16.66667%*var(--space-x-reverse));margin-left:calc(16.66667%*(1 - var(--space-x-reverse)))}.lg\:space-y-2\/12\+1rem>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc((16.66667% + 1.0625rem)*(1 - var(--space-y-reverse)));margin-bottom:calc((16.66667% + 1.0625rem)*var(--space-y-reverse))}.lg\:space-x-2\/12\+1rem>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc((16.66667% + 1.0625rem)*var(--space-x-reverse));margin-left:calc((16.66667% + 1.0625rem)*(1 - var(--space-x-reverse)))}.lg\:space-y-client-center-header>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(1.9375rem*(1 - var(--space-y-reverse)));margin-bottom:calc(1.9375rem*var(--space-y-reverse))}.lg\:space-x-client-center-header>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(1.9375rem*var(--space-x-reverse));margin-left:calc(1.9375rem*(1 - var(--space-x-reverse)))}.lg\:-space-y-1>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(-0.25rem*(1 - var(--space-y-reverse)));margin-bottom:calc(-0.25rem*var(--space-y-reverse))}.lg\:-space-x-1>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(-0.25rem*var(--space-x-reverse));margin-left:calc(-0.25rem*(1 - var(--space-x-reverse)))}.lg\:-space-y-2>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(-0.5rem*(1 - var(--space-y-reverse)));margin-bottom:calc(-0.5rem*var(--space-y-reverse))}.lg\:-space-x-2>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(-0.5rem*var(--space-x-reverse));margin-left:calc(-0.5rem*(1 - var(--space-x-reverse)))}.lg\:-space-y-3>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(-0.75rem*(1 - var(--space-y-reverse)));margin-bottom:calc(-0.75rem*var(--space-y-reverse))}.lg\:-space-x-3>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(-0.75rem*var(--space-x-reverse));margin-left:calc(-0.75rem*(1 - var(--space-x-reverse)))}.lg\:-space-y-4>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(-1rem*(1 - var(--space-y-reverse)));margin-bottom:calc(-1rem*var(--space-y-reverse))}.lg\:-space-x-4>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(-1rem*var(--space-x-reverse));margin-left:calc(-1rem*(1 - var(--space-x-reverse)))}.lg\:-space-y-6>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(-1.5rem*(1 - var(--space-y-reverse)));margin-bottom:calc(-1.5rem*var(--space-y-reverse))}.lg\:-space-x-6>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(-1.5rem*var(--space-x-reverse));margin-left:calc(-1.5rem*(1 - var(--space-x-reverse)))}.lg\:-space-y-7>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(-1.75rem*(1 - var(--space-y-reverse)));margin-bottom:calc(-1.75rem*var(--space-y-reverse))}.lg\:-space-x-7>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(-1.75rem*var(--space-x-reverse));margin-left:calc(-1.75rem*(1 - var(--space-x-reverse)))}.lg\:-space-y-9>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(-2.25rem*(1 - var(--space-y-reverse)));margin-bottom:calc(-2.25rem*var(--space-y-reverse))}.lg\:-space-x-9>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(-2.25rem*var(--space-x-reverse));margin-left:calc(-2.25rem*(1 - var(--space-x-reverse)))}.lg\:-space-y-10>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(-2.5rem*(1 - var(--space-y-reverse)));margin-bottom:calc(-2.5rem*var(--space-y-reverse))}.lg\:-space-x-10>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(-2.5rem*var(--space-x-reverse));margin-left:calc(-2.5rem*(1 - var(--space-x-reverse)))}.lg\:-space-y-11>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(-2.75rem*(1 - var(--space-y-reverse)));margin-bottom:calc(-2.75rem*var(--space-y-reverse))}.lg\:-space-x-11>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(-2.75rem*var(--space-x-reverse));margin-left:calc(-2.75rem*(1 - var(--space-x-reverse)))}.lg\:-space-y-12>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(-3rem*(1 - var(--space-y-reverse)));margin-bottom:calc(-3rem*var(--space-y-reverse))}.lg\:-space-x-12>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(-3rem*var(--space-x-reverse));margin-left:calc(-3rem*(1 - var(--space-x-reverse)))}.lg\:-space-y-15>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(-3.75rem*(1 - var(--space-y-reverse)));margin-bottom:calc(-3.75rem*var(--space-y-reverse))}.lg\:-space-x-15>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(-3.75rem*var(--space-x-reverse));margin-left:calc(-3.75rem*(1 - var(--space-x-reverse)))}.lg\:-space-y-16>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(-4rem*(1 - var(--space-y-reverse)));margin-bottom:calc(-4rem*var(--space-y-reverse))}.lg\:-space-x-16>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(-4rem*var(--space-x-reverse));margin-left:calc(-4rem*(1 - var(--space-x-reverse)))}.lg\:-space-y-18>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(-4.5rem*(1 - var(--space-y-reverse)));margin-bottom:calc(-4.5rem*var(--space-y-reverse))}.lg\:-space-x-18>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(-4.5rem*var(--space-x-reverse));margin-left:calc(-4.5rem*(1 - var(--space-x-reverse)))}.lg\:-space-y-20>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(-5rem*(1 - var(--space-y-reverse)));margin-bottom:calc(-5rem*var(--space-y-reverse))}.lg\:-space-x-20>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(-5rem*var(--space-x-reverse));margin-left:calc(-5rem*(1 - var(--space-x-reverse)))}.lg\:-space-y-22>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(-5.5rem*(1 - var(--space-y-reverse)));margin-bottom:calc(-5.5rem*var(--space-y-reverse))}.lg\:-space-x-22>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(-5.5rem*var(--space-x-reverse));margin-left:calc(-5.5rem*(1 - var(--space-x-reverse)))}.lg\:-space-y-24>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(-6rem*(1 - var(--space-y-reverse)));margin-bottom:calc(-6rem*var(--space-y-reverse))}.lg\:-space-x-24>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(-6rem*var(--space-x-reverse));margin-left:calc(-6rem*(1 - var(--space-x-reverse)))}.lg\:-space-y-25>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(-6.25rem*(1 - var(--space-y-reverse)));margin-bottom:calc(-6.25rem*var(--space-y-reverse))}.lg\:-space-x-25>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(-6.25rem*var(--space-x-reverse));margin-left:calc(-6.25rem*(1 - var(--space-x-reverse)))}.lg\:-space-y-28>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(-7rem*(1 - var(--space-y-reverse)));margin-bottom:calc(-7rem*var(--space-y-reverse))}.lg\:-space-x-28>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(-7rem*var(--space-x-reverse));margin-left:calc(-7rem*(1 - var(--space-x-reverse)))}.lg\:-space-y-32>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(-8rem*(1 - var(--space-y-reverse)));margin-bottom:calc(-8rem*var(--space-y-reverse))}.lg\:-space-x-32>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(-8rem*var(--space-x-reverse));margin-left:calc(-8rem*(1 - var(--space-x-reverse)))}.lg\:-space-y-40>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(-10rem*(1 - var(--space-y-reverse)));margin-bottom:calc(-10rem*var(--space-y-reverse))}.lg\:-space-x-40>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(-10rem*var(--space-x-reverse));margin-left:calc(-10rem*(1 - var(--space-x-reverse)))}.lg\:-space-y-44>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(-11rem*(1 - var(--space-y-reverse)));margin-bottom:calc(-11rem*var(--space-y-reverse))}.lg\:-space-x-44>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(-11rem*var(--space-x-reverse));margin-left:calc(-11rem*(1 - var(--space-x-reverse)))}.lg\:-space-y-48>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(-12rem*(1 - var(--space-y-reverse)));margin-bottom:calc(-12rem*var(--space-y-reverse))}.lg\:-space-x-48>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(-12rem*var(--space-x-reverse));margin-left:calc(-12rem*(1 - var(--space-x-reverse)))}.lg\:-space-y-52>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(-13rem*(1 - var(--space-y-reverse)));margin-bottom:calc(-13rem*var(--space-y-reverse))}.lg\:-space-x-52>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(-13rem*var(--space-x-reverse));margin-left:calc(-13rem*(1 - var(--space-x-reverse)))}.lg\:-space-y-56>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(-14rem*(1 - var(--space-y-reverse)));margin-bottom:calc(-14rem*var(--space-y-reverse))}.lg\:-space-x-56>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(-14rem*var(--space-x-reverse));margin-left:calc(-14rem*(1 - var(--space-x-reverse)))}.lg\:-space-y-64>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(-16rem*(1 - var(--space-y-reverse)));margin-bottom:calc(-16rem*var(--space-y-reverse))}.lg\:-space-x-64>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(-16rem*var(--space-x-reverse));margin-left:calc(-16rem*(1 - var(--space-x-reverse)))}.lg\:-space-y-66>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(-24rem*(1 - var(--space-y-reverse)));margin-bottom:calc(-24rem*var(--space-y-reverse))}.lg\:-space-x-66>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(-24rem*var(--space-x-reverse));margin-left:calc(-24rem*(1 - var(--space-x-reverse)))}.lg\:-space-y-px>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(-1px*(1 - var(--space-y-reverse)));margin-bottom:calc(-1px*var(--space-y-reverse))}.lg\:-space-x-px>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(-1px*var(--space-x-reverse));margin-left:calc(-1px*(1 - var(--space-x-reverse)))}.lg\:-space-y-2px>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(-2px*(1 - var(--space-y-reverse)));margin-bottom:calc(-2px*var(--space-y-reverse))}.lg\:-space-x-2px>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(-2px*var(--space-x-reverse));margin-left:calc(-2px*(1 - var(--space-x-reverse)))}.lg\:-space-y-84px>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(-84px*(1 - var(--space-y-reverse)));margin-bottom:calc(-84px*var(--space-y-reverse))}.lg\:-space-x-84px>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(-84px*var(--space-x-reverse));margin-left:calc(-84px*(1 - var(--space-x-reverse)))}.lg\:-space-y-0\.5>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(-0.2rem*(1 - var(--space-y-reverse)));margin-bottom:calc(-0.2rem*var(--space-y-reverse))}.lg\:-space-x-0\.5>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(-0.2rem*var(--space-x-reverse));margin-left:calc(-0.2rem*(1 - var(--space-x-reverse)))}.lg\:-space-y-1\.5>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(-0.45rem*(1 - var(--space-y-reverse)));margin-bottom:calc(-0.45rem*var(--space-y-reverse))}.lg\:-space-x-1\.5>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(-0.45rem*var(--space-x-reverse));margin-left:calc(-0.45rem*(1 - var(--space-x-reverse)))}.lg\:-space-y-2\.5>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(-0.625rem*(1 - var(--space-y-reverse)));margin-bottom:calc(-0.625rem*var(--space-y-reverse))}.lg\:-space-x-2\.5>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(-0.625rem*var(--space-x-reverse));margin-left:calc(-0.625rem*(1 - var(--space-x-reverse)))}.lg\:-space-y-0\.9rem>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(-0.9rem*(1 - var(--space-y-reverse)));margin-bottom:calc(-0.9rem*var(--space-y-reverse))}.lg\:-space-x-0\.9rem>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(-0.9rem*var(--space-x-reverse));margin-left:calc(-0.9rem*(1 - var(--space-x-reverse)))}.lg\:-space-y--5>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(1.25rem*(1 - var(--space-y-reverse)));margin-bottom:calc(1.25rem*var(--space-y-reverse))}.lg\:-space-x--5>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(1.25rem*var(--space-x-reverse));margin-left:calc(1.25rem*(1 - var(--space-x-reverse)))}.lg\:-space-y-5\.5>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(-1.375rem*(1 - var(--space-y-reverse)));margin-bottom:calc(-1.375rem*var(--space-y-reverse))}.lg\:-space-x-5\.5>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(-1.375rem*var(--space-x-reverse));margin-left:calc(-1.375rem*(1 - var(--space-x-reverse)))}.lg\:-space-y--8>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(2rem*(1 - var(--space-y-reverse)));margin-bottom:calc(2rem*var(--space-y-reverse))}.lg\:-space-x--8>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(2rem*var(--space-x-reverse));margin-left:calc(2rem*(1 - var(--space-x-reverse)))}.lg\:-space-y-1\/2>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(-50%*(1 - var(--space-y-reverse)));margin-bottom:calc(-50%*var(--space-y-reverse))}.lg\:-space-x-1\/2>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(-50%*var(--space-x-reverse));margin-left:calc(-50%*(1 - var(--space-x-reverse)))}.lg\:-space-y-1\/10>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(-10%*(1 - var(--space-y-reverse)));margin-bottom:calc(-10%*var(--space-y-reverse))}.lg\:-space-x-1\/10>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(-10%*var(--space-x-reverse));margin-left:calc(-10%*(1 - var(--space-x-reverse)))}.lg\:-space-y-1\/3>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(-33.33333%*(1 - var(--space-y-reverse)));margin-bottom:calc(-33.33333%*var(--space-y-reverse))}.lg\:-space-x-1\/3>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(-33.33333%*var(--space-x-reverse));margin-left:calc(-33.33333%*(1 - var(--space-x-reverse)))}.lg\:-space-y-1\/3in9cols>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc((-33.33333% + -.41667rem)*(1 - var(--space-y-reverse)));margin-bottom:calc((-33.33333% + -.41667rem)*var(--space-y-reverse))}.lg\:-space-x-1\/3in9cols>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc((-33.33333% + -.41667rem)*var(--space-x-reverse));margin-left:calc((-33.33333% + -.41667rem)*(1 - var(--space-x-reverse)))}.lg\:-space-y-2\/3>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(-66.66667%*(1 - var(--space-y-reverse)));margin-bottom:calc(-66.66667%*var(--space-y-reverse))}.lg\:-space-x-2\/3>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(-66.66667%*var(--space-x-reverse));margin-left:calc(-66.66667%*(1 - var(--space-x-reverse)))}.lg\:-space-y-1\/12>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(-8.33333%*(1 - var(--space-y-reverse)));margin-bottom:calc(-8.33333%*var(--space-y-reverse))}.lg\:-space-x-1\/12>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(-8.33333%*var(--space-x-reverse));margin-left:calc(-8.33333%*(1 - var(--space-x-reverse)))}.lg\:-space-y-2\/12>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(-16.66667%*(1 - var(--space-y-reverse)));margin-bottom:calc(-16.66667%*var(--space-y-reverse))}.lg\:-space-x-2\/12>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(-16.66667%*var(--space-x-reverse));margin-left:calc(-16.66667%*(1 - var(--space-x-reverse)))}.lg\:-space-y-2\/12\+1rem>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc((-16.66667% + -1.0625rem)*(1 - var(--space-y-reverse)));margin-bottom:calc((-16.66667% + -1.0625rem)*var(--space-y-reverse))}.lg\:-space-x-2\/12\+1rem>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc((-16.66667% + -1.0625rem)*var(--space-x-reverse));margin-left:calc((-16.66667% + -1.0625rem)*(1 - var(--space-x-reverse)))}.lg\:-space-y-client-center-header>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(-1.9375rem*(1 - var(--space-y-reverse)));margin-bottom:calc(-1.9375rem*var(--space-y-reverse))}.lg\:-space-x-client-center-header>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(-1.9375rem*var(--space-x-reverse));margin-left:calc(-1.9375rem*(1 - var(--space-x-reverse)))}.lg\:space-y-reverse>:not(template)~:not(template){--space-y-reverse:1}.lg\:space-x-reverse>:not(template)~:not(template){--space-x-reverse:1}.lg\:divide-y-0>:not(template)~:not(template){--divide-y-reverse:0;border-top-width:calc(0px*(1 - var(--divide-y-reverse)));border-bottom-width:calc(0px*var(--divide-y-reverse))}.lg\:divide-x-0>:not(template)~:not(template){--divide-x-reverse:0;border-right-width:calc(0px*var(--divide-x-reverse));border-left-width:calc(0px*(1 - var(--divide-x-reverse)))}.lg\:divide-y-1>:not(template)~:not(template){--divide-y-reverse:0;border-top-width:calc(1px*(1 - var(--divide-y-reverse)));border-bottom-width:calc(1px*var(--divide-y-reverse))}.lg\:divide-x-1>:not(template)~:not(template){--divide-x-reverse:0;border-right-width:calc(1px*var(--divide-x-reverse));border-left-width:calc(1px*(1 - var(--divide-x-reverse)))}.lg\:divide-y-2>:not(template)~:not(template){--divide-y-reverse:0;border-top-width:calc(2px*(1 - var(--divide-y-reverse)));border-bottom-width:calc(2px*var(--divide-y-reverse))}.lg\:divide-x-2>:not(template)~:not(template){--divide-x-reverse:0;border-right-width:calc(2px*var(--divide-x-reverse));border-left-width:calc(2px*(1 - var(--divide-x-reverse)))}.lg\:divide-y-3>:not(template)~:not(template){--divide-y-reverse:0;border-top-width:calc(3px*(1 - var(--divide-y-reverse)));border-bottom-width:calc(3px*var(--divide-y-reverse))}.lg\:divide-x-3>:not(template)~:not(template){--divide-x-reverse:0;border-right-width:calc(3px*var(--divide-x-reverse));border-left-width:calc(3px*(1 - var(--divide-x-reverse)))}.lg\:divide-y-4>:not(template)~:not(template){--divide-y-reverse:0;border-top-width:calc(4px*(1 - var(--divide-y-reverse)));border-bottom-width:calc(4px*var(--divide-y-reverse))}.lg\:divide-x-4>:not(template)~:not(template){--divide-x-reverse:0;border-right-width:calc(4px*var(--divide-x-reverse));border-left-width:calc(4px*(1 - var(--divide-x-reverse)))}.lg\:divide-y-8>:not(template)~:not(template){--divide-y-reverse:0;border-top-width:calc(8px*(1 - var(--divide-y-reverse)));border-bottom-width:calc(8px*var(--divide-y-reverse))}.lg\:divide-x-8>:not(template)~:not(template){--divide-x-reverse:0;border-right-width:calc(8px*var(--divide-x-reverse));border-left-width:calc(8px*(1 - var(--divide-x-reverse)))}.lg\:divide-y-10>:not(template)~:not(template){--divide-y-reverse:0;border-top-width:calc(10px*(1 - var(--divide-y-reverse)));border-bottom-width:calc(10px*var(--divide-y-reverse))}.lg\:divide-x-10>:not(template)~:not(template){--divide-x-reverse:0;border-right-width:calc(10px*var(--divide-x-reverse));border-left-width:calc(10px*(1 - var(--divide-x-reverse)))}.lg\:divide-y-12>:not(template)~:not(template){--divide-y-reverse:0;border-top-width:calc(12px*(1 - var(--divide-y-reverse)));border-bottom-width:calc(12px*var(--divide-y-reverse))}.lg\:divide-x-12>:not(template)~:not(template){--divide-x-reverse:0;border-right-width:calc(12px*var(--divide-x-reverse));border-left-width:calc(12px*(1 - var(--divide-x-reverse)))}.lg\:divide-y>:not(template)~:not(template){--divide-y-reverse:0;border-top-width:calc(1px*(1 - var(--divide-y-reverse)));border-bottom-width:calc(1px*var(--divide-y-reverse))}.lg\:divide-x>:not(template)~:not(template){--divide-x-reverse:0;border-right-width:calc(1px*var(--divide-x-reverse));border-left-width:calc(1px*(1 - var(--divide-x-reverse)))}.lg\:divide-y-reverse>:not(template)~:not(template){--divide-y-reverse:1}.lg\:divide-x-reverse>:not(template)~:not(template){--divide-x-reverse:1}.lg\:divide-transparent>:not(template)~:not(template){border-color:transparent}.lg\:divide-current>:not(template)~:not(template){border-color:currentColor}.lg\:divide-black>:not(template)~:not(template){--divide-opacity:1;border-color:#000;border-color:rgba(0,0,0,var(--divide-opacity))}.lg\:divide-white>:not(template)~:not(template){--divide-opacity:1;border-color:#fff;border-color:rgba(255,255,255,var(--divide-opacity))}.lg\:divide-gray-100>:not(template)~:not(template){--divide-opacity:1;border-color:silver;border-color:rgba(192,192,192,var(--divide-opacity))}.lg\:divide-gray-200>:not(template)~:not(template){--divide-opacity:1;border-color:#e7e6e6;border-color:rgba(231,230,230,var(--divide-opacity))}.lg\:divide-gray-250>:not(template)~:not(template){--divide-opacity:1;border-color:#fafafa;border-color:rgba(250,250,250,var(--divide-opacity))}.lg\:divide-gray-300>:not(template)~:not(template){--divide-opacity:1;border-color:#dbd9d9;border-color:rgba(219,217,217,var(--divide-opacity))}.lg\:divide-gray-400>:not(template)~:not(template){--divide-opacity:1;border-color:#bbb;border-color:rgba(187,187,187,var(--divide-opacity))}.lg\:divide-gray-500>:not(template)~:not(template){--divide-opacity:1;border-color:#ccc;border-color:rgba(204,204,204,var(--divide-opacity))}.lg\:divide-gray-550>:not(template)~:not(template){--divide-opacity:1;border-color:#efefef;border-color:rgba(239,239,239,var(--divide-opacity))}.lg\:divide-gray-600>:not(template)~:not(template){--divide-opacity:1;border-color:#8e8e8e;border-color:rgba(142,142,142,var(--divide-opacity))}.lg\:divide-gray-650>:not(template)~:not(template){--divide-opacity:1;border-color:#8d8d8d;border-color:rgba(141,141,141,var(--divide-opacity))}.lg\:divide-gray-700>:not(template)~:not(template){--divide-opacity:1;border-color:#6e6e6e;border-color:rgba(110,110,110,var(--divide-opacity))}.lg\:divide-gray-750>:not(template)~:not(template){--divide-opacity:1;border-color:#4a4a4a;border-color:rgba(74,74,74,var(--divide-opacity))}.lg\:divide-gray-800>:not(template)~:not(template){--divide-opacity:1;border-color:#313131;border-color:rgba(49,49,49,var(--divide-opacity))}.lg\:divide-gray-900>:not(template)~:not(template){--divide-opacity:1;border-color:#728597;border-color:rgba(114,133,151,var(--divide-opacity))}.lg\:divide-gray-50\%>:not(template)~:not(template){border-color:rgba(0,0,0,.5)}.lg\:divide-gray-30\%>:not(template)~:not(template){border-color:rgba(0,0,0,.3)}.lg\:divide-red-100>:not(template)~:not(template){--divide-opacity:1;border-color:#fff5f5;border-color:rgba(255,245,245,var(--divide-opacity))}.lg\:divide-red-200>:not(template)~:not(template){--divide-opacity:1;border-color:#fed7d7;border-color:rgba(254,215,215,var(--divide-opacity))}.lg\:divide-red-300>:not(template)~:not(template){--divide-opacity:1;border-color:#feb2b2;border-color:rgba(254,178,178,var(--divide-opacity))}.lg\:divide-red-400>:not(template)~:not(template){--divide-opacity:1;border-color:#fc8181;border-color:rgba(252,129,129,var(--divide-opacity))}.lg\:divide-red-500>:not(template)~:not(template){--divide-opacity:1;border-color:#f56565;border-color:rgba(245,101,101,var(--divide-opacity))}.lg\:divide-red-600>:not(template)~:not(template){--divide-opacity:1;border-color:#e53e3e;border-color:rgba(229,62,62,var(--divide-opacity))}.lg\:divide-red-700>:not(template)~:not(template){--divide-opacity:1;border-color:#c53030;border-color:rgba(197,48,48,var(--divide-opacity))}.lg\:divide-red-800>:not(template)~:not(template){--divide-opacity:1;border-color:#9b2c2c;border-color:rgba(155,44,44,var(--divide-opacity))}.lg\:divide-red-900>:not(template)~:not(template){--divide-opacity:1;border-color:#742a2a;border-color:rgba(116,42,42,var(--divide-opacity))}.lg\:divide-orange-100>:not(template)~:not(template){--divide-opacity:1;border-color:#fffaf0;border-color:rgba(255,250,240,var(--divide-opacity))}.lg\:divide-orange-200>:not(template)~:not(template){--divide-opacity:1;border-color:#feebc8;border-color:rgba(254,235,200,var(--divide-opacity))}.lg\:divide-orange-300>:not(template)~:not(template){--divide-opacity:1;border-color:#fbd38d;border-color:rgba(251,211,141,var(--divide-opacity))}.lg\:divide-orange-400>:not(template)~:not(template){--divide-opacity:1;border-color:#f6ad55;border-color:rgba(246,173,85,var(--divide-opacity))}.lg\:divide-orange-500>:not(template)~:not(template){--divide-opacity:1;border-color:#ed8936;border-color:rgba(237,137,54,var(--divide-opacity))}.lg\:divide-orange-600>:not(template)~:not(template){--divide-opacity:1;border-color:#dd6b20;border-color:rgba(221,107,32,var(--divide-opacity))}.lg\:divide-orange-700>:not(template)~:not(template){--divide-opacity:1;border-color:#c05621;border-color:rgba(192,86,33,var(--divide-opacity))}.lg\:divide-orange-800>:not(template)~:not(template){--divide-opacity:1;border-color:#9c4221;border-color:rgba(156,66,33,var(--divide-opacity))}.lg\:divide-orange-900>:not(template)~:not(template){--divide-opacity:1;border-color:#7b341e;border-color:rgba(123,52,30,var(--divide-opacity))}.lg\:divide-yellow-100>:not(template)~:not(template){--divide-opacity:1;border-color:ivory;border-color:rgba(255,255,240,var(--divide-opacity))}.lg\:divide-yellow-200>:not(template)~:not(template){--divide-opacity:1;border-color:#fefcbf;border-color:rgba(254,252,191,var(--divide-opacity))}.lg\:divide-yellow-300>:not(template)~:not(template){--divide-opacity:1;border-color:#faf089;border-color:rgba(250,240,137,var(--divide-opacity))}.lg\:divide-yellow-400>:not(template)~:not(template){--divide-opacity:1;border-color:#f6e05e;border-color:rgba(246,224,94,var(--divide-opacity))}.lg\:divide-yellow-500>:not(template)~:not(template){--divide-opacity:1;border-color:#ecc94b;border-color:rgba(236,201,75,var(--divide-opacity))}.lg\:divide-yellow-600>:not(template)~:not(template){--divide-opacity:1;border-color:#d69e2e;border-color:rgba(214,158,46,var(--divide-opacity))}.lg\:divide-yellow-700>:not(template)~:not(template){--divide-opacity:1;border-color:#b7791f;border-color:rgba(183,121,31,var(--divide-opacity))}.lg\:divide-yellow-800>:not(template)~:not(template){--divide-opacity:1;border-color:#975a16;border-color:rgba(151,90,22,var(--divide-opacity))}.lg\:divide-yellow-900>:not(template)~:not(template){--divide-opacity:1;border-color:#744210;border-color:rgba(116,66,16,var(--divide-opacity))}.lg\:divide-green>:not(template)~:not(template){--divide-opacity:1;border-color:#478415;border-color:rgba(71,132,21,var(--divide-opacity))}.lg\:divide-teal-100>:not(template)~:not(template){--divide-opacity:1;border-color:#e6fffa;border-color:rgba(230,255,250,var(--divide-opacity))}.lg\:divide-teal-200>:not(template)~:not(template){--divide-opacity:1;border-color:#b2f5ea;border-color:rgba(178,245,234,var(--divide-opacity))}.lg\:divide-teal-300>:not(template)~:not(template){--divide-opacity:1;border-color:#81e6d9;border-color:rgba(129,230,217,var(--divide-opacity))}.lg\:divide-teal-400>:not(template)~:not(template){--divide-opacity:1;border-color:#4fd1c5;border-color:rgba(79,209,197,var(--divide-opacity))}.lg\:divide-teal-500>:not(template)~:not(template){--divide-opacity:1;border-color:#38b2ac;border-color:rgba(56,178,172,var(--divide-opacity))}.lg\:divide-teal-600>:not(template)~:not(template){--divide-opacity:1;border-color:#319795;border-color:rgba(49,151,149,var(--divide-opacity))}.lg\:divide-teal-700>:not(template)~:not(template){--divide-opacity:1;border-color:#2c7a7b;border-color:rgba(44,122,123,var(--divide-opacity))}.lg\:divide-teal-800>:not(template)~:not(template){--divide-opacity:1;border-color:#285e61;border-color:rgba(40,94,97,var(--divide-opacity))}.lg\:divide-teal-900>:not(template)~:not(template){--divide-opacity:1;border-color:#234e52;border-color:rgba(35,78,82,var(--divide-opacity))}.lg\:divide-blue-100>:not(template)~:not(template){--divide-opacity:1;border-color:#ebf8ff;border-color:rgba(235,248,255,var(--divide-opacity))}.lg\:divide-blue-200>:not(template)~:not(template){--divide-opacity:1;border-color:#bee3f8;border-color:rgba(190,227,248,var(--divide-opacity))}.lg\:divide-blue-300>:not(template)~:not(template){--divide-opacity:1;border-color:#90cdf4;border-color:rgba(144,205,244,var(--divide-opacity))}.lg\:divide-blue-400>:not(template)~:not(template){--divide-opacity:1;border-color:#63b3ed;border-color:rgba(99,179,237,var(--divide-opacity))}.lg\:divide-blue-500>:not(template)~:not(template){--divide-opacity:1;border-color:#4299e1;border-color:rgba(66,153,225,var(--divide-opacity))}.lg\:divide-blue-600>:not(template)~:not(template){--divide-opacity:1;border-color:#3182ce;border-color:rgba(49,130,206,var(--divide-opacity))}.lg\:divide-blue-700>:not(template)~:not(template){--divide-opacity:1;border-color:#2b6cb0;border-color:rgba(43,108,176,var(--divide-opacity))}.lg\:divide-blue-800>:not(template)~:not(template){--divide-opacity:1;border-color:#2c5282;border-color:rgba(44,82,130,var(--divide-opacity))}.lg\:divide-blue-900>:not(template)~:not(template){--divide-opacity:1;border-color:#2a4365;border-color:rgba(42,67,101,var(--divide-opacity))}.lg\:divide-indigo-100>:not(template)~:not(template){--divide-opacity:1;border-color:#ebf4ff;border-color:rgba(235,244,255,var(--divide-opacity))}.lg\:divide-indigo-200>:not(template)~:not(template){--divide-opacity:1;border-color:#c3dafe;border-color:rgba(195,218,254,var(--divide-opacity))}.lg\:divide-indigo-300>:not(template)~:not(template){--divide-opacity:1;border-color:#a3bffa;border-color:rgba(163,191,250,var(--divide-opacity))}.lg\:divide-indigo-400>:not(template)~:not(template){--divide-opacity:1;border-color:#7f9cf5;border-color:rgba(127,156,245,var(--divide-opacity))}.lg\:divide-indigo-500>:not(template)~:not(template){--divide-opacity:1;border-color:#667eea;border-color:rgba(102,126,234,var(--divide-opacity))}.lg\:divide-indigo-600>:not(template)~:not(template){--divide-opacity:1;border-color:#5a67d8;border-color:rgba(90,103,216,var(--divide-opacity))}.lg\:divide-indigo-700>:not(template)~:not(template){--divide-opacity:1;border-color:#4c51bf;border-color:rgba(76,81,191,var(--divide-opacity))}.lg\:divide-indigo-800>:not(template)~:not(template){--divide-opacity:1;border-color:#434190;border-color:rgba(67,65,144,var(--divide-opacity))}.lg\:divide-indigo-900>:not(template)~:not(template){--divide-opacity:1;border-color:#3c366b;border-color:rgba(60,54,107,var(--divide-opacity))}.lg\:divide-purple-100>:not(template)~:not(template){--divide-opacity:1;border-color:#faf5ff;border-color:rgba(250,245,255,var(--divide-opacity))}.lg\:divide-purple-200>:not(template)~:not(template){--divide-opacity:1;border-color:#e9d8fd;border-color:rgba(233,216,253,var(--divide-opacity))}.lg\:divide-purple-300>:not(template)~:not(template){--divide-opacity:1;border-color:#d6bcfa;border-color:rgba(214,188,250,var(--divide-opacity))}.lg\:divide-purple-400>:not(template)~:not(template){--divide-opacity:1;border-color:#b794f4;border-color:rgba(183,148,244,var(--divide-opacity))}.lg\:divide-purple-500>:not(template)~:not(template){--divide-opacity:1;border-color:#9f7aea;border-color:rgba(159,122,234,var(--divide-opacity))}.lg\:divide-purple-600>:not(template)~:not(template){--divide-opacity:1;border-color:#805ad5;border-color:rgba(128,90,213,var(--divide-opacity))}.lg\:divide-purple-700>:not(template)~:not(template){--divide-opacity:1;border-color:#6b46c1;border-color:rgba(107,70,193,var(--divide-opacity))}.lg\:divide-purple-800>:not(template)~:not(template){--divide-opacity:1;border-color:#553c9a;border-color:rgba(85,60,154,var(--divide-opacity))}.lg\:divide-purple-900>:not(template)~:not(template){--divide-opacity:1;border-color:#44337a;border-color:rgba(68,51,122,var(--divide-opacity))}.lg\:divide-pink-100>:not(template)~:not(template){--divide-opacity:1;border-color:#fff5f7;border-color:rgba(255,245,247,var(--divide-opacity))}.lg\:divide-pink-200>:not(template)~:not(template){--divide-opacity:1;border-color:#fed7e2;border-color:rgba(254,215,226,var(--divide-opacity))}.lg\:divide-pink-300>:not(template)~:not(template){--divide-opacity:1;border-color:#fbb6ce;border-color:rgba(251,182,206,var(--divide-opacity))}.lg\:divide-pink-400>:not(template)~:not(template){--divide-opacity:1;border-color:#f687b3;border-color:rgba(246,135,179,var(--divide-opacity))}.lg\:divide-pink-500>:not(template)~:not(template){--divide-opacity:1;border-color:#ed64a6;border-color:rgba(237,100,166,var(--divide-opacity))}.lg\:divide-pink-600>:not(template)~:not(template){--divide-opacity:1;border-color:#d53f8c;border-color:rgba(213,63,140,var(--divide-opacity))}.lg\:divide-pink-700>:not(template)~:not(template){--divide-opacity:1;border-color:#b83280;border-color:rgba(184,50,128,var(--divide-opacity))}.lg\:divide-pink-800>:not(template)~:not(template){--divide-opacity:1;border-color:#97266d;border-color:rgba(151,38,109,var(--divide-opacity))}.lg\:divide-pink-900>:not(template)~:not(template){--divide-opacity:1;border-color:#702459;border-color:rgba(112,36,89,var(--divide-opacity))}.lg\:divide-text>:not(template)~:not(template){--divide-opacity:1;border-color:#000;border-color:rgba(0,0,0,var(--divide-opacity))}.lg\:divide-primary>:not(template)~:not(template){--divide-opacity:1;border-color:#0b3780;border-color:rgba(11,55,128,var(--divide-opacity))}.lg\:divide-secondary>:not(template)~:not(template){--divide-opacity:1;border-color:#fecc00;border-color:rgba(254,204,0,var(--divide-opacity))}.lg\:divide-primaryDark>:not(template)~:not(template){--divide-opacity:1;border-color:#001e67;border-color:rgba(0,30,103,var(--divide-opacity))}.lg\:divide-clientCenterPrimary>:not(template)~:not(template){--divide-opacity:1;border-color:#0f617e;border-color:rgba(15,97,126,var(--divide-opacity))}.lg\:divide-clientCenterHover>:not(template)~:not(template){--divide-opacity:1;border-color:#168cb5;border-color:rgba(22,140,181,var(--divide-opacity))}.lg\:divide-solid>:not(template)~:not(template){border-style:solid}.lg\:divide-dashed>:not(template)~:not(template){border-style:dashed}.lg\:divide-dotted>:not(template)~:not(template){border-style:dotted}.lg\:divide-double>:not(template)~:not(template){border-style:double}.lg\:divide-none>:not(template)~:not(template){border-style:none}.lg\:divide-opacity-0>:not(template)~:not(template){--divide-opacity:0}.lg\:divide-opacity-10>:not(template)~:not(template){--divide-opacity:0.1}.lg\:divide-opacity-25>:not(template)~:not(template){--divide-opacity:0.25}.lg\:divide-opacity-50>:not(template)~:not(template){--divide-opacity:0.5}.lg\:divide-opacity-75>:not(template)~:not(template){--divide-opacity:0.75}.lg\:divide-opacity-100>:not(template)~:not(template){--divide-opacity:1}.lg\:sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.lg\:not-sr-only{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal}.lg\:focus\:sr-only:focus{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.lg\:focus\:not-sr-only:focus{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal}.lg\:appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.lg\:bg-fixed{background-attachment:fixed}.lg\:bg-local{background-attachment:local}.lg\:bg-scroll{background-attachment:scroll}.lg\:bg-clip-border{background-clip:border-box}.lg\:bg-clip-padding{background-clip:padding-box}.lg\:bg-clip-content{background-clip:content-box}.lg\:bg-clip-text{-webkit-background-clip:text;background-clip:text}.lg\:bg-transparent{background-color:transparent}.lg\:bg-current{background-color:currentColor}.lg\:bg-black{--bg-opacity:1;background-color:#000;background-color:rgba(0,0,0,var(--bg-opacity))}.lg\:bg-white{--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity))}.lg\:bg-gray-100{--bg-opacity:1;background-color:silver;background-color:rgba(192,192,192,var(--bg-opacity))}.lg\:bg-gray-200{--bg-opacity:1;background-color:#e7e6e6;background-color:rgba(231,230,230,var(--bg-opacity))}.lg\:bg-gray-250{--bg-opacity:1;background-color:#fafafa;background-color:rgba(250,250,250,var(--bg-opacity))}.lg\:bg-gray-300{--bg-opacity:1;background-color:#dbd9d9;background-color:rgba(219,217,217,var(--bg-opacity))}.lg\:bg-gray-400{--bg-opacity:1;background-color:#bbb;background-color:rgba(187,187,187,var(--bg-opacity))}.lg\:bg-gray-500{--bg-opacity:1;background-color:#ccc;background-color:rgba(204,204,204,var(--bg-opacity))}.lg\:bg-gray-550{--bg-opacity:1;background-color:#efefef;background-color:rgba(239,239,239,var(--bg-opacity))}.lg\:bg-gray-600{--bg-opacity:1;background-color:#8e8e8e;background-color:rgba(142,142,142,var(--bg-opacity))}.lg\:bg-gray-650{--bg-opacity:1;background-color:#8d8d8d;background-color:rgba(141,141,141,var(--bg-opacity))}.lg\:bg-gray-700{--bg-opacity:1;background-color:#6e6e6e;background-color:rgba(110,110,110,var(--bg-opacity))}.lg\:bg-gray-750{--bg-opacity:1;background-color:#4a4a4a;background-color:rgba(74,74,74,var(--bg-opacity))}.lg\:bg-gray-800{--bg-opacity:1;background-color:#313131;background-color:rgba(49,49,49,var(--bg-opacity))}.lg\:bg-gray-900{--bg-opacity:1;background-color:#728597;background-color:rgba(114,133,151,var(--bg-opacity))}.lg\:bg-gray-50\%{background-color:rgba(0,0,0,.5)}.lg\:bg-gray-30\%{background-color:rgba(0,0,0,.3)}.lg\:bg-red-100{--bg-opacity:1;background-color:#fff5f5;background-color:rgba(255,245,245,var(--bg-opacity))}.lg\:bg-red-200{--bg-opacity:1;background-color:#fed7d7;background-color:rgba(254,215,215,var(--bg-opacity))}.lg\:bg-red-300{--bg-opacity:1;background-color:#feb2b2;background-color:rgba(254,178,178,var(--bg-opacity))}.lg\:bg-red-400{--bg-opacity:1;background-color:#fc8181;background-color:rgba(252,129,129,var(--bg-opacity))}.lg\:bg-red-500{--bg-opacity:1;background-color:#f56565;background-color:rgba(245,101,101,var(--bg-opacity))}.lg\:bg-red-600{--bg-opacity:1;background-color:#e53e3e;background-color:rgba(229,62,62,var(--bg-opacity))}.lg\:bg-red-700{--bg-opacity:1;background-color:#c53030;background-color:rgba(197,48,48,var(--bg-opacity))}.lg\:bg-red-800{--bg-opacity:1;background-color:#9b2c2c;background-color:rgba(155,44,44,var(--bg-opacity))}.lg\:bg-red-900{--bg-opacity:1;background-color:#742a2a;background-color:rgba(116,42,42,var(--bg-opacity))}.lg\:bg-orange-100{--bg-opacity:1;background-color:#fffaf0;background-color:rgba(255,250,240,var(--bg-opacity))}.lg\:bg-orange-200{--bg-opacity:1;background-color:#feebc8;background-color:rgba(254,235,200,var(--bg-opacity))}.lg\:bg-orange-300{--bg-opacity:1;background-color:#fbd38d;background-color:rgba(251,211,141,var(--bg-opacity))}.lg\:bg-orange-400{--bg-opacity:1;background-color:#f6ad55;background-color:rgba(246,173,85,var(--bg-opacity))}.lg\:bg-orange-500{--bg-opacity:1;background-color:#ed8936;background-color:rgba(237,137,54,var(--bg-opacity))}.lg\:bg-orange-600{--bg-opacity:1;background-color:#dd6b20;background-color:rgba(221,107,32,var(--bg-opacity))}.lg\:bg-orange-700{--bg-opacity:1;background-color:#c05621;background-color:rgba(192,86,33,var(--bg-opacity))}.lg\:bg-orange-800{--bg-opacity:1;background-color:#9c4221;background-color:rgba(156,66,33,var(--bg-opacity))}.lg\:bg-orange-900{--bg-opacity:1;background-color:#7b341e;background-color:rgba(123,52,30,var(--bg-opacity))}.lg\:bg-yellow-100{--bg-opacity:1;background-color:ivory;background-color:rgba(255,255,240,var(--bg-opacity))}.lg\:bg-yellow-200{--bg-opacity:1;background-color:#fefcbf;background-color:rgba(254,252,191,var(--bg-opacity))}.lg\:bg-yellow-300{--bg-opacity:1;background-color:#faf089;background-color:rgba(250,240,137,var(--bg-opacity))}.lg\:bg-yellow-400{--bg-opacity:1;background-color:#f6e05e;background-color:rgba(246,224,94,var(--bg-opacity))}.lg\:bg-yellow-500{--bg-opacity:1;background-color:#ecc94b;background-color:rgba(236,201,75,var(--bg-opacity))}.lg\:bg-yellow-600{--bg-opacity:1;background-color:#d69e2e;background-color:rgba(214,158,46,var(--bg-opacity))}.lg\:bg-yellow-700{--bg-opacity:1;background-color:#b7791f;background-color:rgba(183,121,31,var(--bg-opacity))}.lg\:bg-yellow-800{--bg-opacity:1;background-color:#975a16;background-color:rgba(151,90,22,var(--bg-opacity))}.lg\:bg-yellow-900{--bg-opacity:1;background-color:#744210;background-color:rgba(116,66,16,var(--bg-opacity))}.lg\:bg-green{--bg-opacity:1;background-color:#478415;background-color:rgba(71,132,21,var(--bg-opacity))}.lg\:bg-teal-100{--bg-opacity:1;background-color:#e6fffa;background-color:rgba(230,255,250,var(--bg-opacity))}.lg\:bg-teal-200{--bg-opacity:1;background-color:#b2f5ea;background-color:rgba(178,245,234,var(--bg-opacity))}.lg\:bg-teal-300{--bg-opacity:1;background-color:#81e6d9;background-color:rgba(129,230,217,var(--bg-opacity))}.lg\:bg-teal-400{--bg-opacity:1;background-color:#4fd1c5;background-color:rgba(79,209,197,var(--bg-opacity))}.lg\:bg-teal-500{--bg-opacity:1;background-color:#38b2ac;background-color:rgba(56,178,172,var(--bg-opacity))}.lg\:bg-teal-600{--bg-opacity:1;background-color:#319795;background-color:rgba(49,151,149,var(--bg-opacity))}.lg\:bg-teal-700{--bg-opacity:1;background-color:#2c7a7b;background-color:rgba(44,122,123,var(--bg-opacity))}.lg\:bg-teal-800{--bg-opacity:1;background-color:#285e61;background-color:rgba(40,94,97,var(--bg-opacity))}.lg\:bg-teal-900{--bg-opacity:1;background-color:#234e52;background-color:rgba(35,78,82,var(--bg-opacity))}.lg\:bg-blue-100{--bg-opacity:1;background-color:#ebf8ff;background-color:rgba(235,248,255,var(--bg-opacity))}.lg\:bg-blue-200{--bg-opacity:1;background-color:#bee3f8;background-color:rgba(190,227,248,var(--bg-opacity))}.lg\:bg-blue-300{--bg-opacity:1;background-color:#90cdf4;background-color:rgba(144,205,244,var(--bg-opacity))}.lg\:bg-blue-400{--bg-opacity:1;background-color:#63b3ed;background-color:rgba(99,179,237,var(--bg-opacity))}.lg\:bg-blue-500{--bg-opacity:1;background-color:#4299e1;background-color:rgba(66,153,225,var(--bg-opacity))}.lg\:bg-blue-600{--bg-opacity:1;background-color:#3182ce;background-color:rgba(49,130,206,var(--bg-opacity))}.lg\:bg-blue-700{--bg-opacity:1;background-color:#2b6cb0;background-color:rgba(43,108,176,var(--bg-opacity))}.lg\:bg-blue-800{--bg-opacity:1;background-color:#2c5282;background-color:rgba(44,82,130,var(--bg-opacity))}.lg\:bg-blue-900{--bg-opacity:1;background-color:#2a4365;background-color:rgba(42,67,101,var(--bg-opacity))}.lg\:bg-indigo-100{--bg-opacity:1;background-color:#ebf4ff;background-color:rgba(235,244,255,var(--bg-opacity))}.lg\:bg-indigo-200{--bg-opacity:1;background-color:#c3dafe;background-color:rgba(195,218,254,var(--bg-opacity))}.lg\:bg-indigo-300{--bg-opacity:1;background-color:#a3bffa;background-color:rgba(163,191,250,var(--bg-opacity))}.lg\:bg-indigo-400{--bg-opacity:1;background-color:#7f9cf5;background-color:rgba(127,156,245,var(--bg-opacity))}.lg\:bg-indigo-500{--bg-opacity:1;background-color:#667eea;background-color:rgba(102,126,234,var(--bg-opacity))}.lg\:bg-indigo-600{--bg-opacity:1;background-color:#5a67d8;background-color:rgba(90,103,216,var(--bg-opacity))}.lg\:bg-indigo-700{--bg-opacity:1;background-color:#4c51bf;background-color:rgba(76,81,191,var(--bg-opacity))}.lg\:bg-indigo-800{--bg-opacity:1;background-color:#434190;background-color:rgba(67,65,144,var(--bg-opacity))}.lg\:bg-indigo-900{--bg-opacity:1;background-color:#3c366b;background-color:rgba(60,54,107,var(--bg-opacity))}.lg\:bg-purple-100{--bg-opacity:1;background-color:#faf5ff;background-color:rgba(250,245,255,var(--bg-opacity))}.lg\:bg-purple-200{--bg-opacity:1;background-color:#e9d8fd;background-color:rgba(233,216,253,var(--bg-opacity))}.lg\:bg-purple-300{--bg-opacity:1;background-color:#d6bcfa;background-color:rgba(214,188,250,var(--bg-opacity))}.lg\:bg-purple-400{--bg-opacity:1;background-color:#b794f4;background-color:rgba(183,148,244,var(--bg-opacity))}.lg\:bg-purple-500{--bg-opacity:1;background-color:#9f7aea;background-color:rgba(159,122,234,var(--bg-opacity))}.lg\:bg-purple-600{--bg-opacity:1;background-color:#805ad5;background-color:rgba(128,90,213,var(--bg-opacity))}.lg\:bg-purple-700{--bg-opacity:1;background-color:#6b46c1;background-color:rgba(107,70,193,var(--bg-opacity))}.lg\:bg-purple-800{--bg-opacity:1;background-color:#553c9a;background-color:rgba(85,60,154,var(--bg-opacity))}.lg\:bg-purple-900{--bg-opacity:1;background-color:#44337a;background-color:rgba(68,51,122,var(--bg-opacity))}.lg\:bg-pink-100{--bg-opacity:1;background-color:#fff5f7;background-color:rgba(255,245,247,var(--bg-opacity))}.lg\:bg-pink-200{--bg-opacity:1;background-color:#fed7e2;background-color:rgba(254,215,226,var(--bg-opacity))}.lg\:bg-pink-300{--bg-opacity:1;background-color:#fbb6ce;background-color:rgba(251,182,206,var(--bg-opacity))}.lg\:bg-pink-400{--bg-opacity:1;background-color:#f687b3;background-color:rgba(246,135,179,var(--bg-opacity))}.lg\:bg-pink-500{--bg-opacity:1;background-color:#ed64a6;background-color:rgba(237,100,166,var(--bg-opacity))}.lg\:bg-pink-600{--bg-opacity:1;background-color:#d53f8c;background-color:rgba(213,63,140,var(--bg-opacity))}.lg\:bg-pink-700{--bg-opacity:1;background-color:#b83280;background-color:rgba(184,50,128,var(--bg-opacity))}.lg\:bg-pink-800{--bg-opacity:1;background-color:#97266d;background-color:rgba(151,38,109,var(--bg-opacity))}.lg\:bg-pink-900{--bg-opacity:1;background-color:#702459;background-color:rgba(112,36,89,var(--bg-opacity))}.lg\:bg-text{--bg-opacity:1;background-color:#000;background-color:rgba(0,0,0,var(--bg-opacity))}.lg\:bg-primary{--bg-opacity:1;background-color:#0b3780;background-color:rgba(11,55,128,var(--bg-opacity))}.lg\:bg-secondary{--bg-opacity:1;background-color:#fecc00;background-color:rgba(254,204,0,var(--bg-opacity))}.lg\:bg-primaryDark{--bg-opacity:1;background-color:#001e67;background-color:rgba(0,30,103,var(--bg-opacity))}.lg\:bg-clientCenterPrimary{--bg-opacity:1;background-color:#0f617e;background-color:rgba(15,97,126,var(--bg-opacity))}.lg\:bg-clientCenterHover{--bg-opacity:1;background-color:#168cb5;background-color:rgba(22,140,181,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-transparent{background-color:transparent}.group:hover .lg\:group-hover\:bg-current{background-color:currentColor}.group:hover .lg\:group-hover\:bg-black{--bg-opacity:1;background-color:#000;background-color:rgba(0,0,0,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-white{--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-gray-100{--bg-opacity:1;background-color:silver;background-color:rgba(192,192,192,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-gray-200{--bg-opacity:1;background-color:#e7e6e6;background-color:rgba(231,230,230,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-gray-250{--bg-opacity:1;background-color:#fafafa;background-color:rgba(250,250,250,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-gray-300{--bg-opacity:1;background-color:#dbd9d9;background-color:rgba(219,217,217,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-gray-400{--bg-opacity:1;background-color:#bbb;background-color:rgba(187,187,187,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-gray-500{--bg-opacity:1;background-color:#ccc;background-color:rgba(204,204,204,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-gray-550{--bg-opacity:1;background-color:#efefef;background-color:rgba(239,239,239,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-gray-600{--bg-opacity:1;background-color:#8e8e8e;background-color:rgba(142,142,142,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-gray-650{--bg-opacity:1;background-color:#8d8d8d;background-color:rgba(141,141,141,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-gray-700{--bg-opacity:1;background-color:#6e6e6e;background-color:rgba(110,110,110,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-gray-750{--bg-opacity:1;background-color:#4a4a4a;background-color:rgba(74,74,74,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-gray-800{--bg-opacity:1;background-color:#313131;background-color:rgba(49,49,49,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-gray-900{--bg-opacity:1;background-color:#728597;background-color:rgba(114,133,151,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-gray-50\%{background-color:rgba(0,0,0,.5)}.group:hover .lg\:group-hover\:bg-gray-30\%{background-color:rgba(0,0,0,.3)}.group:hover .lg\:group-hover\:bg-red-100{--bg-opacity:1;background-color:#fff5f5;background-color:rgba(255,245,245,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-red-200{--bg-opacity:1;background-color:#fed7d7;background-color:rgba(254,215,215,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-red-300{--bg-opacity:1;background-color:#feb2b2;background-color:rgba(254,178,178,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-red-400{--bg-opacity:1;background-color:#fc8181;background-color:rgba(252,129,129,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-red-500{--bg-opacity:1;background-color:#f56565;background-color:rgba(245,101,101,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-red-600{--bg-opacity:1;background-color:#e53e3e;background-color:rgba(229,62,62,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-red-700{--bg-opacity:1;background-color:#c53030;background-color:rgba(197,48,48,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-red-800{--bg-opacity:1;background-color:#9b2c2c;background-color:rgba(155,44,44,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-red-900{--bg-opacity:1;background-color:#742a2a;background-color:rgba(116,42,42,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-orange-100{--bg-opacity:1;background-color:#fffaf0;background-color:rgba(255,250,240,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-orange-200{--bg-opacity:1;background-color:#feebc8;background-color:rgba(254,235,200,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-orange-300{--bg-opacity:1;background-color:#fbd38d;background-color:rgba(251,211,141,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-orange-400{--bg-opacity:1;background-color:#f6ad55;background-color:rgba(246,173,85,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-orange-500{--bg-opacity:1;background-color:#ed8936;background-color:rgba(237,137,54,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-orange-600{--bg-opacity:1;background-color:#dd6b20;background-color:rgba(221,107,32,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-orange-700{--bg-opacity:1;background-color:#c05621;background-color:rgba(192,86,33,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-orange-800{--bg-opacity:1;background-color:#9c4221;background-color:rgba(156,66,33,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-orange-900{--bg-opacity:1;background-color:#7b341e;background-color:rgba(123,52,30,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-yellow-100{--bg-opacity:1;background-color:ivory;background-color:rgba(255,255,240,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-yellow-200{--bg-opacity:1;background-color:#fefcbf;background-color:rgba(254,252,191,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-yellow-300{--bg-opacity:1;background-color:#faf089;background-color:rgba(250,240,137,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-yellow-400{--bg-opacity:1;background-color:#f6e05e;background-color:rgba(246,224,94,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-yellow-500{--bg-opacity:1;background-color:#ecc94b;background-color:rgba(236,201,75,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-yellow-600{--bg-opacity:1;background-color:#d69e2e;background-color:rgba(214,158,46,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-yellow-700{--bg-opacity:1;background-color:#b7791f;background-color:rgba(183,121,31,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-yellow-800{--bg-opacity:1;background-color:#975a16;background-color:rgba(151,90,22,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-yellow-900{--bg-opacity:1;background-color:#744210;background-color:rgba(116,66,16,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-green{--bg-opacity:1;background-color:#478415;background-color:rgba(71,132,21,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-teal-100{--bg-opacity:1;background-color:#e6fffa;background-color:rgba(230,255,250,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-teal-200{--bg-opacity:1;background-color:#b2f5ea;background-color:rgba(178,245,234,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-teal-300{--bg-opacity:1;background-color:#81e6d9;background-color:rgba(129,230,217,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-teal-400{--bg-opacity:1;background-color:#4fd1c5;background-color:rgba(79,209,197,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-teal-500{--bg-opacity:1;background-color:#38b2ac;background-color:rgba(56,178,172,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-teal-600{--bg-opacity:1;background-color:#319795;background-color:rgba(49,151,149,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-teal-700{--bg-opacity:1;background-color:#2c7a7b;background-color:rgba(44,122,123,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-teal-800{--bg-opacity:1;background-color:#285e61;background-color:rgba(40,94,97,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-teal-900{--bg-opacity:1;background-color:#234e52;background-color:rgba(35,78,82,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-blue-100{--bg-opacity:1;background-color:#ebf8ff;background-color:rgba(235,248,255,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-blue-200{--bg-opacity:1;background-color:#bee3f8;background-color:rgba(190,227,248,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-blue-300{--bg-opacity:1;background-color:#90cdf4;background-color:rgba(144,205,244,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-blue-400{--bg-opacity:1;background-color:#63b3ed;background-color:rgba(99,179,237,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-blue-500{--bg-opacity:1;background-color:#4299e1;background-color:rgba(66,153,225,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-blue-600{--bg-opacity:1;background-color:#3182ce;background-color:rgba(49,130,206,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-blue-700{--bg-opacity:1;background-color:#2b6cb0;background-color:rgba(43,108,176,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-blue-800{--bg-opacity:1;background-color:#2c5282;background-color:rgba(44,82,130,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-blue-900{--bg-opacity:1;background-color:#2a4365;background-color:rgba(42,67,101,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-indigo-100{--bg-opacity:1;background-color:#ebf4ff;background-color:rgba(235,244,255,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-indigo-200{--bg-opacity:1;background-color:#c3dafe;background-color:rgba(195,218,254,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-indigo-300{--bg-opacity:1;background-color:#a3bffa;background-color:rgba(163,191,250,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-indigo-400{--bg-opacity:1;background-color:#7f9cf5;background-color:rgba(127,156,245,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-indigo-500{--bg-opacity:1;background-color:#667eea;background-color:rgba(102,126,234,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-indigo-600{--bg-opacity:1;background-color:#5a67d8;background-color:rgba(90,103,216,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-indigo-700{--bg-opacity:1;background-color:#4c51bf;background-color:rgba(76,81,191,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-indigo-800{--bg-opacity:1;background-color:#434190;background-color:rgba(67,65,144,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-indigo-900{--bg-opacity:1;background-color:#3c366b;background-color:rgba(60,54,107,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-purple-100{--bg-opacity:1;background-color:#faf5ff;background-color:rgba(250,245,255,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-purple-200{--bg-opacity:1;background-color:#e9d8fd;background-color:rgba(233,216,253,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-purple-300{--bg-opacity:1;background-color:#d6bcfa;background-color:rgba(214,188,250,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-purple-400{--bg-opacity:1;background-color:#b794f4;background-color:rgba(183,148,244,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-purple-500{--bg-opacity:1;background-color:#9f7aea;background-color:rgba(159,122,234,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-purple-600{--bg-opacity:1;background-color:#805ad5;background-color:rgba(128,90,213,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-purple-700{--bg-opacity:1;background-color:#6b46c1;background-color:rgba(107,70,193,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-purple-800{--bg-opacity:1;background-color:#553c9a;background-color:rgba(85,60,154,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-purple-900{--bg-opacity:1;background-color:#44337a;background-color:rgba(68,51,122,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-pink-100{--bg-opacity:1;background-color:#fff5f7;background-color:rgba(255,245,247,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-pink-200{--bg-opacity:1;background-color:#fed7e2;background-color:rgba(254,215,226,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-pink-300{--bg-opacity:1;background-color:#fbb6ce;background-color:rgba(251,182,206,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-pink-400{--bg-opacity:1;background-color:#f687b3;background-color:rgba(246,135,179,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-pink-500{--bg-opacity:1;background-color:#ed64a6;background-color:rgba(237,100,166,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-pink-600{--bg-opacity:1;background-color:#d53f8c;background-color:rgba(213,63,140,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-pink-700{--bg-opacity:1;background-color:#b83280;background-color:rgba(184,50,128,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-pink-800{--bg-opacity:1;background-color:#97266d;background-color:rgba(151,38,109,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-pink-900{--bg-opacity:1;background-color:#702459;background-color:rgba(112,36,89,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-text{--bg-opacity:1;background-color:#000;background-color:rgba(0,0,0,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-primary{--bg-opacity:1;background-color:#0b3780;background-color:rgba(11,55,128,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-secondary{--bg-opacity:1;background-color:#fecc00;background-color:rgba(254,204,0,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-primaryDark{--bg-opacity:1;background-color:#001e67;background-color:rgba(0,30,103,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-clientCenterPrimary{--bg-opacity:1;background-color:#0f617e;background-color:rgba(15,97,126,var(--bg-opacity))}.group:hover .lg\:group-hover\:bg-clientCenterHover{--bg-opacity:1;background-color:#168cb5;background-color:rgba(22,140,181,var(--bg-opacity))}.lg\:hover\:bg-transparent:hover{background-color:transparent}.lg\:hover\:bg-current:hover{background-color:currentColor}.lg\:hover\:bg-black:hover{--bg-opacity:1;background-color:#000;background-color:rgba(0,0,0,var(--bg-opacity))}.lg\:hover\:bg-white:hover{--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity))}.lg\:hover\:bg-gray-100:hover{--bg-opacity:1;background-color:silver;background-color:rgba(192,192,192,var(--bg-opacity))}.lg\:hover\:bg-gray-200:hover{--bg-opacity:1;background-color:#e7e6e6;background-color:rgba(231,230,230,var(--bg-opacity))}.lg\:hover\:bg-gray-250:hover{--bg-opacity:1;background-color:#fafafa;background-color:rgba(250,250,250,var(--bg-opacity))}.lg\:hover\:bg-gray-300:hover{--bg-opacity:1;background-color:#dbd9d9;background-color:rgba(219,217,217,var(--bg-opacity))}.lg\:hover\:bg-gray-400:hover{--bg-opacity:1;background-color:#bbb;background-color:rgba(187,187,187,var(--bg-opacity))}.lg\:hover\:bg-gray-500:hover{--bg-opacity:1;background-color:#ccc;background-color:rgba(204,204,204,var(--bg-opacity))}.lg\:hover\:bg-gray-550:hover{--bg-opacity:1;background-color:#efefef;background-color:rgba(239,239,239,var(--bg-opacity))}.lg\:hover\:bg-gray-600:hover{--bg-opacity:1;background-color:#8e8e8e;background-color:rgba(142,142,142,var(--bg-opacity))}.lg\:hover\:bg-gray-650:hover{--bg-opacity:1;background-color:#8d8d8d;background-color:rgba(141,141,141,var(--bg-opacity))}.lg\:hover\:bg-gray-700:hover{--bg-opacity:1;background-color:#6e6e6e;background-color:rgba(110,110,110,var(--bg-opacity))}.lg\:hover\:bg-gray-750:hover{--bg-opacity:1;background-color:#4a4a4a;background-color:rgba(74,74,74,var(--bg-opacity))}.lg\:hover\:bg-gray-800:hover{--bg-opacity:1;background-color:#313131;background-color:rgba(49,49,49,var(--bg-opacity))}.lg\:hover\:bg-gray-900:hover{--bg-opacity:1;background-color:#728597;background-color:rgba(114,133,151,var(--bg-opacity))}.lg\:hover\:bg-gray-50\%:hover{background-color:rgba(0,0,0,.5)}.lg\:hover\:bg-gray-30\%:hover{background-color:rgba(0,0,0,.3)}.lg\:hover\:bg-red-100:hover{--bg-opacity:1;background-color:#fff5f5;background-color:rgba(255,245,245,var(--bg-opacity))}.lg\:hover\:bg-red-200:hover{--bg-opacity:1;background-color:#fed7d7;background-color:rgba(254,215,215,var(--bg-opacity))}.lg\:hover\:bg-red-300:hover{--bg-opacity:1;background-color:#feb2b2;background-color:rgba(254,178,178,var(--bg-opacity))}.lg\:hover\:bg-red-400:hover{--bg-opacity:1;background-color:#fc8181;background-color:rgba(252,129,129,var(--bg-opacity))}.lg\:hover\:bg-red-500:hover{--bg-opacity:1;background-color:#f56565;background-color:rgba(245,101,101,var(--bg-opacity))}.lg\:hover\:bg-red-600:hover{--bg-opacity:1;background-color:#e53e3e;background-color:rgba(229,62,62,var(--bg-opacity))}.lg\:hover\:bg-red-700:hover{--bg-opacity:1;background-color:#c53030;background-color:rgba(197,48,48,var(--bg-opacity))}.lg\:hover\:bg-red-800:hover{--bg-opacity:1;background-color:#9b2c2c;background-color:rgba(155,44,44,var(--bg-opacity))}.lg\:hover\:bg-red-900:hover{--bg-opacity:1;background-color:#742a2a;background-color:rgba(116,42,42,var(--bg-opacity))}.lg\:hover\:bg-orange-100:hover{--bg-opacity:1;background-color:#fffaf0;background-color:rgba(255,250,240,var(--bg-opacity))}.lg\:hover\:bg-orange-200:hover{--bg-opacity:1;background-color:#feebc8;background-color:rgba(254,235,200,var(--bg-opacity))}.lg\:hover\:bg-orange-300:hover{--bg-opacity:1;background-color:#fbd38d;background-color:rgba(251,211,141,var(--bg-opacity))}.lg\:hover\:bg-orange-400:hover{--bg-opacity:1;background-color:#f6ad55;background-color:rgba(246,173,85,var(--bg-opacity))}.lg\:hover\:bg-orange-500:hover{--bg-opacity:1;background-color:#ed8936;background-color:rgba(237,137,54,var(--bg-opacity))}.lg\:hover\:bg-orange-600:hover{--bg-opacity:1;background-color:#dd6b20;background-color:rgba(221,107,32,var(--bg-opacity))}.lg\:hover\:bg-orange-700:hover{--bg-opacity:1;background-color:#c05621;background-color:rgba(192,86,33,var(--bg-opacity))}.lg\:hover\:bg-orange-800:hover{--bg-opacity:1;background-color:#9c4221;background-color:rgba(156,66,33,var(--bg-opacity))}.lg\:hover\:bg-orange-900:hover{--bg-opacity:1;background-color:#7b341e;background-color:rgba(123,52,30,var(--bg-opacity))}.lg\:hover\:bg-yellow-100:hover{--bg-opacity:1;background-color:ivory;background-color:rgba(255,255,240,var(--bg-opacity))}.lg\:hover\:bg-yellow-200:hover{--bg-opacity:1;background-color:#fefcbf;background-color:rgba(254,252,191,var(--bg-opacity))}.lg\:hover\:bg-yellow-300:hover{--bg-opacity:1;background-color:#faf089;background-color:rgba(250,240,137,var(--bg-opacity))}.lg\:hover\:bg-yellow-400:hover{--bg-opacity:1;background-color:#f6e05e;background-color:rgba(246,224,94,var(--bg-opacity))}.lg\:hover\:bg-yellow-500:hover{--bg-opacity:1;background-color:#ecc94b;background-color:rgba(236,201,75,var(--bg-opacity))}.lg\:hover\:bg-yellow-600:hover{--bg-opacity:1;background-color:#d69e2e;background-color:rgba(214,158,46,var(--bg-opacity))}.lg\:hover\:bg-yellow-700:hover{--bg-opacity:1;background-color:#b7791f;background-color:rgba(183,121,31,var(--bg-opacity))}.lg\:hover\:bg-yellow-800:hover{--bg-opacity:1;background-color:#975a16;background-color:rgba(151,90,22,var(--bg-opacity))}.lg\:hover\:bg-yellow-900:hover{--bg-opacity:1;background-color:#744210;background-color:rgba(116,66,16,var(--bg-opacity))}.lg\:hover\:bg-green:hover{--bg-opacity:1;background-color:#478415;background-color:rgba(71,132,21,var(--bg-opacity))}.lg\:hover\:bg-teal-100:hover{--bg-opacity:1;background-color:#e6fffa;background-color:rgba(230,255,250,var(--bg-opacity))}.lg\:hover\:bg-teal-200:hover{--bg-opacity:1;background-color:#b2f5ea;background-color:rgba(178,245,234,var(--bg-opacity))}.lg\:hover\:bg-teal-300:hover{--bg-opacity:1;background-color:#81e6d9;background-color:rgba(129,230,217,var(--bg-opacity))}.lg\:hover\:bg-teal-400:hover{--bg-opacity:1;background-color:#4fd1c5;background-color:rgba(79,209,197,var(--bg-opacity))}.lg\:hover\:bg-teal-500:hover{--bg-opacity:1;background-color:#38b2ac;background-color:rgba(56,178,172,var(--bg-opacity))}.lg\:hover\:bg-teal-600:hover{--bg-opacity:1;background-color:#319795;background-color:rgba(49,151,149,var(--bg-opacity))}.lg\:hover\:bg-teal-700:hover{--bg-opacity:1;background-color:#2c7a7b;background-color:rgba(44,122,123,var(--bg-opacity))}.lg\:hover\:bg-teal-800:hover{--bg-opacity:1;background-color:#285e61;background-color:rgba(40,94,97,var(--bg-opacity))}.lg\:hover\:bg-teal-900:hover{--bg-opacity:1;background-color:#234e52;background-color:rgba(35,78,82,var(--bg-opacity))}.lg\:hover\:bg-blue-100:hover{--bg-opacity:1;background-color:#ebf8ff;background-color:rgba(235,248,255,var(--bg-opacity))}.lg\:hover\:bg-blue-200:hover{--bg-opacity:1;background-color:#bee3f8;background-color:rgba(190,227,248,var(--bg-opacity))}.lg\:hover\:bg-blue-300:hover{--bg-opacity:1;background-color:#90cdf4;background-color:rgba(144,205,244,var(--bg-opacity))}.lg\:hover\:bg-blue-400:hover{--bg-opacity:1;background-color:#63b3ed;background-color:rgba(99,179,237,var(--bg-opacity))}.lg\:hover\:bg-blue-500:hover{--bg-opacity:1;background-color:#4299e1;background-color:rgba(66,153,225,var(--bg-opacity))}.lg\:hover\:bg-blue-600:hover{--bg-opacity:1;background-color:#3182ce;background-color:rgba(49,130,206,var(--bg-opacity))}.lg\:hover\:bg-blue-700:hover{--bg-opacity:1;background-color:#2b6cb0;background-color:rgba(43,108,176,var(--bg-opacity))}.lg\:hover\:bg-blue-800:hover{--bg-opacity:1;background-color:#2c5282;background-color:rgba(44,82,130,var(--bg-opacity))}.lg\:hover\:bg-blue-900:hover{--bg-opacity:1;background-color:#2a4365;background-color:rgba(42,67,101,var(--bg-opacity))}.lg\:hover\:bg-indigo-100:hover{--bg-opacity:1;background-color:#ebf4ff;background-color:rgba(235,244,255,var(--bg-opacity))}.lg\:hover\:bg-indigo-200:hover{--bg-opacity:1;background-color:#c3dafe;background-color:rgba(195,218,254,var(--bg-opacity))}.lg\:hover\:bg-indigo-300:hover{--bg-opacity:1;background-color:#a3bffa;background-color:rgba(163,191,250,var(--bg-opacity))}.lg\:hover\:bg-indigo-400:hover{--bg-opacity:1;background-color:#7f9cf5;background-color:rgba(127,156,245,var(--bg-opacity))}.lg\:hover\:bg-indigo-500:hover{--bg-opacity:1;background-color:#667eea;background-color:rgba(102,126,234,var(--bg-opacity))}.lg\:hover\:bg-indigo-600:hover{--bg-opacity:1;background-color:#5a67d8;background-color:rgba(90,103,216,var(--bg-opacity))}.lg\:hover\:bg-indigo-700:hover{--bg-opacity:1;background-color:#4c51bf;background-color:rgba(76,81,191,var(--bg-opacity))}.lg\:hover\:bg-indigo-800:hover{--bg-opacity:1;background-color:#434190;background-color:rgba(67,65,144,var(--bg-opacity))}.lg\:hover\:bg-indigo-900:hover{--bg-opacity:1;background-color:#3c366b;background-color:rgba(60,54,107,var(--bg-opacity))}.lg\:hover\:bg-purple-100:hover{--bg-opacity:1;background-color:#faf5ff;background-color:rgba(250,245,255,var(--bg-opacity))}.lg\:hover\:bg-purple-200:hover{--bg-opacity:1;background-color:#e9d8fd;background-color:rgba(233,216,253,var(--bg-opacity))}.lg\:hover\:bg-purple-300:hover{--bg-opacity:1;background-color:#d6bcfa;background-color:rgba(214,188,250,var(--bg-opacity))}.lg\:hover\:bg-purple-400:hover{--bg-opacity:1;background-color:#b794f4;background-color:rgba(183,148,244,var(--bg-opacity))}.lg\:hover\:bg-purple-500:hover{--bg-opacity:1;background-color:#9f7aea;background-color:rgba(159,122,234,var(--bg-opacity))}.lg\:hover\:bg-purple-600:hover{--bg-opacity:1;background-color:#805ad5;background-color:rgba(128,90,213,var(--bg-opacity))}.lg\:hover\:bg-purple-700:hover{--bg-opacity:1;background-color:#6b46c1;background-color:rgba(107,70,193,var(--bg-opacity))}.lg\:hover\:bg-purple-800:hover{--bg-opacity:1;background-color:#553c9a;background-color:rgba(85,60,154,var(--bg-opacity))}.lg\:hover\:bg-purple-900:hover{--bg-opacity:1;background-color:#44337a;background-color:rgba(68,51,122,var(--bg-opacity))}.lg\:hover\:bg-pink-100:hover{--bg-opacity:1;background-color:#fff5f7;background-color:rgba(255,245,247,var(--bg-opacity))}.lg\:hover\:bg-pink-200:hover{--bg-opacity:1;background-color:#fed7e2;background-color:rgba(254,215,226,var(--bg-opacity))}.lg\:hover\:bg-pink-300:hover{--bg-opacity:1;background-color:#fbb6ce;background-color:rgba(251,182,206,var(--bg-opacity))}.lg\:hover\:bg-pink-400:hover{--bg-opacity:1;background-color:#f687b3;background-color:rgba(246,135,179,var(--bg-opacity))}.lg\:hover\:bg-pink-500:hover{--bg-opacity:1;background-color:#ed64a6;background-color:rgba(237,100,166,var(--bg-opacity))}.lg\:hover\:bg-pink-600:hover{--bg-opacity:1;background-color:#d53f8c;background-color:rgba(213,63,140,var(--bg-opacity))}.lg\:hover\:bg-pink-700:hover{--bg-opacity:1;background-color:#b83280;background-color:rgba(184,50,128,var(--bg-opacity))}.lg\:hover\:bg-pink-800:hover{--bg-opacity:1;background-color:#97266d;background-color:rgba(151,38,109,var(--bg-opacity))}.lg\:hover\:bg-pink-900:hover{--bg-opacity:1;background-color:#702459;background-color:rgba(112,36,89,var(--bg-opacity))}.lg\:hover\:bg-text:hover{--bg-opacity:1;background-color:#000;background-color:rgba(0,0,0,var(--bg-opacity))}.lg\:hover\:bg-primary:hover{--bg-opacity:1;background-color:#0b3780;background-color:rgba(11,55,128,var(--bg-opacity))}.lg\:hover\:bg-secondary:hover{--bg-opacity:1;background-color:#fecc00;background-color:rgba(254,204,0,var(--bg-opacity))}.lg\:hover\:bg-primaryDark:hover{--bg-opacity:1;background-color:#001e67;background-color:rgba(0,30,103,var(--bg-opacity))}.lg\:hover\:bg-clientCenterPrimary:hover{--bg-opacity:1;background-color:#0f617e;background-color:rgba(15,97,126,var(--bg-opacity))}.lg\:hover\:bg-clientCenterHover:hover{--bg-opacity:1;background-color:#168cb5;background-color:rgba(22,140,181,var(--bg-opacity))}.lg\:focus\:bg-transparent:focus{background-color:transparent}.lg\:focus\:bg-current:focus{background-color:currentColor}.lg\:focus\:bg-black:focus{--bg-opacity:1;background-color:#000;background-color:rgba(0,0,0,var(--bg-opacity))}.lg\:focus\:bg-white:focus{--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity))}.lg\:focus\:bg-gray-100:focus{--bg-opacity:1;background-color:silver;background-color:rgba(192,192,192,var(--bg-opacity))}.lg\:focus\:bg-gray-200:focus{--bg-opacity:1;background-color:#e7e6e6;background-color:rgba(231,230,230,var(--bg-opacity))}.lg\:focus\:bg-gray-250:focus{--bg-opacity:1;background-color:#fafafa;background-color:rgba(250,250,250,var(--bg-opacity))}.lg\:focus\:bg-gray-300:focus{--bg-opacity:1;background-color:#dbd9d9;background-color:rgba(219,217,217,var(--bg-opacity))}.lg\:focus\:bg-gray-400:focus{--bg-opacity:1;background-color:#bbb;background-color:rgba(187,187,187,var(--bg-opacity))}.lg\:focus\:bg-gray-500:focus{--bg-opacity:1;background-color:#ccc;background-color:rgba(204,204,204,var(--bg-opacity))}.lg\:focus\:bg-gray-550:focus{--bg-opacity:1;background-color:#efefef;background-color:rgba(239,239,239,var(--bg-opacity))}.lg\:focus\:bg-gray-600:focus{--bg-opacity:1;background-color:#8e8e8e;background-color:rgba(142,142,142,var(--bg-opacity))}.lg\:focus\:bg-gray-650:focus{--bg-opacity:1;background-color:#8d8d8d;background-color:rgba(141,141,141,var(--bg-opacity))}.lg\:focus\:bg-gray-700:focus{--bg-opacity:1;background-color:#6e6e6e;background-color:rgba(110,110,110,var(--bg-opacity))}.lg\:focus\:bg-gray-750:focus{--bg-opacity:1;background-color:#4a4a4a;background-color:rgba(74,74,74,var(--bg-opacity))}.lg\:focus\:bg-gray-800:focus{--bg-opacity:1;background-color:#313131;background-color:rgba(49,49,49,var(--bg-opacity))}.lg\:focus\:bg-gray-900:focus{--bg-opacity:1;background-color:#728597;background-color:rgba(114,133,151,var(--bg-opacity))}.lg\:focus\:bg-gray-50\%:focus{background-color:rgba(0,0,0,.5)}.lg\:focus\:bg-gray-30\%:focus{background-color:rgba(0,0,0,.3)}.lg\:focus\:bg-red-100:focus{--bg-opacity:1;background-color:#fff5f5;background-color:rgba(255,245,245,var(--bg-opacity))}.lg\:focus\:bg-red-200:focus{--bg-opacity:1;background-color:#fed7d7;background-color:rgba(254,215,215,var(--bg-opacity))}.lg\:focus\:bg-red-300:focus{--bg-opacity:1;background-color:#feb2b2;background-color:rgba(254,178,178,var(--bg-opacity))}.lg\:focus\:bg-red-400:focus{--bg-opacity:1;background-color:#fc8181;background-color:rgba(252,129,129,var(--bg-opacity))}.lg\:focus\:bg-red-500:focus{--bg-opacity:1;background-color:#f56565;background-color:rgba(245,101,101,var(--bg-opacity))}.lg\:focus\:bg-red-600:focus{--bg-opacity:1;background-color:#e53e3e;background-color:rgba(229,62,62,var(--bg-opacity))}.lg\:focus\:bg-red-700:focus{--bg-opacity:1;background-color:#c53030;background-color:rgba(197,48,48,var(--bg-opacity))}.lg\:focus\:bg-red-800:focus{--bg-opacity:1;background-color:#9b2c2c;background-color:rgba(155,44,44,var(--bg-opacity))}.lg\:focus\:bg-red-900:focus{--bg-opacity:1;background-color:#742a2a;background-color:rgba(116,42,42,var(--bg-opacity))}.lg\:focus\:bg-orange-100:focus{--bg-opacity:1;background-color:#fffaf0;background-color:rgba(255,250,240,var(--bg-opacity))}.lg\:focus\:bg-orange-200:focus{--bg-opacity:1;background-color:#feebc8;background-color:rgba(254,235,200,var(--bg-opacity))}.lg\:focus\:bg-orange-300:focus{--bg-opacity:1;background-color:#fbd38d;background-color:rgba(251,211,141,var(--bg-opacity))}.lg\:focus\:bg-orange-400:focus{--bg-opacity:1;background-color:#f6ad55;background-color:rgba(246,173,85,var(--bg-opacity))}.lg\:focus\:bg-orange-500:focus{--bg-opacity:1;background-color:#ed8936;background-color:rgba(237,137,54,var(--bg-opacity))}.lg\:focus\:bg-orange-600:focus{--bg-opacity:1;background-color:#dd6b20;background-color:rgba(221,107,32,var(--bg-opacity))}.lg\:focus\:bg-orange-700:focus{--bg-opacity:1;background-color:#c05621;background-color:rgba(192,86,33,var(--bg-opacity))}.lg\:focus\:bg-orange-800:focus{--bg-opacity:1;background-color:#9c4221;background-color:rgba(156,66,33,var(--bg-opacity))}.lg\:focus\:bg-orange-900:focus{--bg-opacity:1;background-color:#7b341e;background-color:rgba(123,52,30,var(--bg-opacity))}.lg\:focus\:bg-yellow-100:focus{--bg-opacity:1;background-color:ivory;background-color:rgba(255,255,240,var(--bg-opacity))}.lg\:focus\:bg-yellow-200:focus{--bg-opacity:1;background-color:#fefcbf;background-color:rgba(254,252,191,var(--bg-opacity))}.lg\:focus\:bg-yellow-300:focus{--bg-opacity:1;background-color:#faf089;background-color:rgba(250,240,137,var(--bg-opacity))}.lg\:focus\:bg-yellow-400:focus{--bg-opacity:1;background-color:#f6e05e;background-color:rgba(246,224,94,var(--bg-opacity))}.lg\:focus\:bg-yellow-500:focus{--bg-opacity:1;background-color:#ecc94b;background-color:rgba(236,201,75,var(--bg-opacity))}.lg\:focus\:bg-yellow-600:focus{--bg-opacity:1;background-color:#d69e2e;background-color:rgba(214,158,46,var(--bg-opacity))}.lg\:focus\:bg-yellow-700:focus{--bg-opacity:1;background-color:#b7791f;background-color:rgba(183,121,31,var(--bg-opacity))}.lg\:focus\:bg-yellow-800:focus{--bg-opacity:1;background-color:#975a16;background-color:rgba(151,90,22,var(--bg-opacity))}.lg\:focus\:bg-yellow-900:focus{--bg-opacity:1;background-color:#744210;background-color:rgba(116,66,16,var(--bg-opacity))}.lg\:focus\:bg-green:focus{--bg-opacity:1;background-color:#478415;background-color:rgba(71,132,21,var(--bg-opacity))}.lg\:focus\:bg-teal-100:focus{--bg-opacity:1;background-color:#e6fffa;background-color:rgba(230,255,250,var(--bg-opacity))}.lg\:focus\:bg-teal-200:focus{--bg-opacity:1;background-color:#b2f5ea;background-color:rgba(178,245,234,var(--bg-opacity))}.lg\:focus\:bg-teal-300:focus{--bg-opacity:1;background-color:#81e6d9;background-color:rgba(129,230,217,var(--bg-opacity))}.lg\:focus\:bg-teal-400:focus{--bg-opacity:1;background-color:#4fd1c5;background-color:rgba(79,209,197,var(--bg-opacity))}.lg\:focus\:bg-teal-500:focus{--bg-opacity:1;background-color:#38b2ac;background-color:rgba(56,178,172,var(--bg-opacity))}.lg\:focus\:bg-teal-600:focus{--bg-opacity:1;background-color:#319795;background-color:rgba(49,151,149,var(--bg-opacity))}.lg\:focus\:bg-teal-700:focus{--bg-opacity:1;background-color:#2c7a7b;background-color:rgba(44,122,123,var(--bg-opacity))}.lg\:focus\:bg-teal-800:focus{--bg-opacity:1;background-color:#285e61;background-color:rgba(40,94,97,var(--bg-opacity))}.lg\:focus\:bg-teal-900:focus{--bg-opacity:1;background-color:#234e52;background-color:rgba(35,78,82,var(--bg-opacity))}.lg\:focus\:bg-blue-100:focus{--bg-opacity:1;background-color:#ebf8ff;background-color:rgba(235,248,255,var(--bg-opacity))}.lg\:focus\:bg-blue-200:focus{--bg-opacity:1;background-color:#bee3f8;background-color:rgba(190,227,248,var(--bg-opacity))}.lg\:focus\:bg-blue-300:focus{--bg-opacity:1;background-color:#90cdf4;background-color:rgba(144,205,244,var(--bg-opacity))}.lg\:focus\:bg-blue-400:focus{--bg-opacity:1;background-color:#63b3ed;background-color:rgba(99,179,237,var(--bg-opacity))}.lg\:focus\:bg-blue-500:focus{--bg-opacity:1;background-color:#4299e1;background-color:rgba(66,153,225,var(--bg-opacity))}.lg\:focus\:bg-blue-600:focus{--bg-opacity:1;background-color:#3182ce;background-color:rgba(49,130,206,var(--bg-opacity))}.lg\:focus\:bg-blue-700:focus{--bg-opacity:1;background-color:#2b6cb0;background-color:rgba(43,108,176,var(--bg-opacity))}.lg\:focus\:bg-blue-800:focus{--bg-opacity:1;background-color:#2c5282;background-color:rgba(44,82,130,var(--bg-opacity))}.lg\:focus\:bg-blue-900:focus{--bg-opacity:1;background-color:#2a4365;background-color:rgba(42,67,101,var(--bg-opacity))}.lg\:focus\:bg-indigo-100:focus{--bg-opacity:1;background-color:#ebf4ff;background-color:rgba(235,244,255,var(--bg-opacity))}.lg\:focus\:bg-indigo-200:focus{--bg-opacity:1;background-color:#c3dafe;background-color:rgba(195,218,254,var(--bg-opacity))}.lg\:focus\:bg-indigo-300:focus{--bg-opacity:1;background-color:#a3bffa;background-color:rgba(163,191,250,var(--bg-opacity))}.lg\:focus\:bg-indigo-400:focus{--bg-opacity:1;background-color:#7f9cf5;background-color:rgba(127,156,245,var(--bg-opacity))}.lg\:focus\:bg-indigo-500:focus{--bg-opacity:1;background-color:#667eea;background-color:rgba(102,126,234,var(--bg-opacity))}.lg\:focus\:bg-indigo-600:focus{--bg-opacity:1;background-color:#5a67d8;background-color:rgba(90,103,216,var(--bg-opacity))}.lg\:focus\:bg-indigo-700:focus{--bg-opacity:1;background-color:#4c51bf;background-color:rgba(76,81,191,var(--bg-opacity))}.lg\:focus\:bg-indigo-800:focus{--bg-opacity:1;background-color:#434190;background-color:rgba(67,65,144,var(--bg-opacity))}.lg\:focus\:bg-indigo-900:focus{--bg-opacity:1;background-color:#3c366b;background-color:rgba(60,54,107,var(--bg-opacity))}.lg\:focus\:bg-purple-100:focus{--bg-opacity:1;background-color:#faf5ff;background-color:rgba(250,245,255,var(--bg-opacity))}.lg\:focus\:bg-purple-200:focus{--bg-opacity:1;background-color:#e9d8fd;background-color:rgba(233,216,253,var(--bg-opacity))}.lg\:focus\:bg-purple-300:focus{--bg-opacity:1;background-color:#d6bcfa;background-color:rgba(214,188,250,var(--bg-opacity))}.lg\:focus\:bg-purple-400:focus{--bg-opacity:1;background-color:#b794f4;background-color:rgba(183,148,244,var(--bg-opacity))}.lg\:focus\:bg-purple-500:focus{--bg-opacity:1;background-color:#9f7aea;background-color:rgba(159,122,234,var(--bg-opacity))}.lg\:focus\:bg-purple-600:focus{--bg-opacity:1;background-color:#805ad5;background-color:rgba(128,90,213,var(--bg-opacity))}.lg\:focus\:bg-purple-700:focus{--bg-opacity:1;background-color:#6b46c1;background-color:rgba(107,70,193,var(--bg-opacity))}.lg\:focus\:bg-purple-800:focus{--bg-opacity:1;background-color:#553c9a;background-color:rgba(85,60,154,var(--bg-opacity))}.lg\:focus\:bg-purple-900:focus{--bg-opacity:1;background-color:#44337a;background-color:rgba(68,51,122,var(--bg-opacity))}.lg\:focus\:bg-pink-100:focus{--bg-opacity:1;background-color:#fff5f7;background-color:rgba(255,245,247,var(--bg-opacity))}.lg\:focus\:bg-pink-200:focus{--bg-opacity:1;background-color:#fed7e2;background-color:rgba(254,215,226,var(--bg-opacity))}.lg\:focus\:bg-pink-300:focus{--bg-opacity:1;background-color:#fbb6ce;background-color:rgba(251,182,206,var(--bg-opacity))}.lg\:focus\:bg-pink-400:focus{--bg-opacity:1;background-color:#f687b3;background-color:rgba(246,135,179,var(--bg-opacity))}.lg\:focus\:bg-pink-500:focus{--bg-opacity:1;background-color:#ed64a6;background-color:rgba(237,100,166,var(--bg-opacity))}.lg\:focus\:bg-pink-600:focus{--bg-opacity:1;background-color:#d53f8c;background-color:rgba(213,63,140,var(--bg-opacity))}.lg\:focus\:bg-pink-700:focus{--bg-opacity:1;background-color:#b83280;background-color:rgba(184,50,128,var(--bg-opacity))}.lg\:focus\:bg-pink-800:focus{--bg-opacity:1;background-color:#97266d;background-color:rgba(151,38,109,var(--bg-opacity))}.lg\:focus\:bg-pink-900:focus{--bg-opacity:1;background-color:#702459;background-color:rgba(112,36,89,var(--bg-opacity))}.lg\:focus\:bg-text:focus{--bg-opacity:1;background-color:#000;background-color:rgba(0,0,0,var(--bg-opacity))}.lg\:focus\:bg-primary:focus{--bg-opacity:1;background-color:#0b3780;background-color:rgba(11,55,128,var(--bg-opacity))}.lg\:focus\:bg-secondary:focus{--bg-opacity:1;background-color:#fecc00;background-color:rgba(254,204,0,var(--bg-opacity))}.lg\:focus\:bg-primaryDark:focus{--bg-opacity:1;background-color:#001e67;background-color:rgba(0,30,103,var(--bg-opacity))}.lg\:focus\:bg-clientCenterPrimary:focus{--bg-opacity:1;background-color:#0f617e;background-color:rgba(15,97,126,var(--bg-opacity))}.lg\:focus\:bg-clientCenterHover:focus{--bg-opacity:1;background-color:#168cb5;background-color:rgba(22,140,181,var(--bg-opacity))}.lg\:first\:bg-transparent:first-child{background-color:transparent}.lg\:first\:bg-current:first-child{background-color:currentColor}.lg\:first\:bg-black:first-child{--bg-opacity:1;background-color:#000;background-color:rgba(0,0,0,var(--bg-opacity))}.lg\:first\:bg-white:first-child{--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity))}.lg\:first\:bg-gray-100:first-child{--bg-opacity:1;background-color:silver;background-color:rgba(192,192,192,var(--bg-opacity))}.lg\:first\:bg-gray-200:first-child{--bg-opacity:1;background-color:#e7e6e6;background-color:rgba(231,230,230,var(--bg-opacity))}.lg\:first\:bg-gray-250:first-child{--bg-opacity:1;background-color:#fafafa;background-color:rgba(250,250,250,var(--bg-opacity))}.lg\:first\:bg-gray-300:first-child{--bg-opacity:1;background-color:#dbd9d9;background-color:rgba(219,217,217,var(--bg-opacity))}.lg\:first\:bg-gray-400:first-child{--bg-opacity:1;background-color:#bbb;background-color:rgba(187,187,187,var(--bg-opacity))}.lg\:first\:bg-gray-500:first-child{--bg-opacity:1;background-color:#ccc;background-color:rgba(204,204,204,var(--bg-opacity))}.lg\:first\:bg-gray-550:first-child{--bg-opacity:1;background-color:#efefef;background-color:rgba(239,239,239,var(--bg-opacity))}.lg\:first\:bg-gray-600:first-child{--bg-opacity:1;background-color:#8e8e8e;background-color:rgba(142,142,142,var(--bg-opacity))}.lg\:first\:bg-gray-650:first-child{--bg-opacity:1;background-color:#8d8d8d;background-color:rgba(141,141,141,var(--bg-opacity))}.lg\:first\:bg-gray-700:first-child{--bg-opacity:1;background-color:#6e6e6e;background-color:rgba(110,110,110,var(--bg-opacity))}.lg\:first\:bg-gray-750:first-child{--bg-opacity:1;background-color:#4a4a4a;background-color:rgba(74,74,74,var(--bg-opacity))}.lg\:first\:bg-gray-800:first-child{--bg-opacity:1;background-color:#313131;background-color:rgba(49,49,49,var(--bg-opacity))}.lg\:first\:bg-gray-900:first-child{--bg-opacity:1;background-color:#728597;background-color:rgba(114,133,151,var(--bg-opacity))}.lg\:first\:bg-gray-50\%:first-child{background-color:rgba(0,0,0,.5)}.lg\:first\:bg-gray-30\%:first-child{background-color:rgba(0,0,0,.3)}.lg\:first\:bg-red-100:first-child{--bg-opacity:1;background-color:#fff5f5;background-color:rgba(255,245,245,var(--bg-opacity))}.lg\:first\:bg-red-200:first-child{--bg-opacity:1;background-color:#fed7d7;background-color:rgba(254,215,215,var(--bg-opacity))}.lg\:first\:bg-red-300:first-child{--bg-opacity:1;background-color:#feb2b2;background-color:rgba(254,178,178,var(--bg-opacity))}.lg\:first\:bg-red-400:first-child{--bg-opacity:1;background-color:#fc8181;background-color:rgba(252,129,129,var(--bg-opacity))}.lg\:first\:bg-red-500:first-child{--bg-opacity:1;background-color:#f56565;background-color:rgba(245,101,101,var(--bg-opacity))}.lg\:first\:bg-red-600:first-child{--bg-opacity:1;background-color:#e53e3e;background-color:rgba(229,62,62,var(--bg-opacity))}.lg\:first\:bg-red-700:first-child{--bg-opacity:1;background-color:#c53030;background-color:rgba(197,48,48,var(--bg-opacity))}.lg\:first\:bg-red-800:first-child{--bg-opacity:1;background-color:#9b2c2c;background-color:rgba(155,44,44,var(--bg-opacity))}.lg\:first\:bg-red-900:first-child{--bg-opacity:1;background-color:#742a2a;background-color:rgba(116,42,42,var(--bg-opacity))}.lg\:first\:bg-orange-100:first-child{--bg-opacity:1;background-color:#fffaf0;background-color:rgba(255,250,240,var(--bg-opacity))}.lg\:first\:bg-orange-200:first-child{--bg-opacity:1;background-color:#feebc8;background-color:rgba(254,235,200,var(--bg-opacity))}.lg\:first\:bg-orange-300:first-child{--bg-opacity:1;background-color:#fbd38d;background-color:rgba(251,211,141,var(--bg-opacity))}.lg\:first\:bg-orange-400:first-child{--bg-opacity:1;background-color:#f6ad55;background-color:rgba(246,173,85,var(--bg-opacity))}.lg\:first\:bg-orange-500:first-child{--bg-opacity:1;background-color:#ed8936;background-color:rgba(237,137,54,var(--bg-opacity))}.lg\:first\:bg-orange-600:first-child{--bg-opacity:1;background-color:#dd6b20;background-color:rgba(221,107,32,var(--bg-opacity))}.lg\:first\:bg-orange-700:first-child{--bg-opacity:1;background-color:#c05621;background-color:rgba(192,86,33,var(--bg-opacity))}.lg\:first\:bg-orange-800:first-child{--bg-opacity:1;background-color:#9c4221;background-color:rgba(156,66,33,var(--bg-opacity))}.lg\:first\:bg-orange-900:first-child{--bg-opacity:1;background-color:#7b341e;background-color:rgba(123,52,30,var(--bg-opacity))}.lg\:first\:bg-yellow-100:first-child{--bg-opacity:1;background-color:ivory;background-color:rgba(255,255,240,var(--bg-opacity))}.lg\:first\:bg-yellow-200:first-child{--bg-opacity:1;background-color:#fefcbf;background-color:rgba(254,252,191,var(--bg-opacity))}.lg\:first\:bg-yellow-300:first-child{--bg-opacity:1;background-color:#faf089;background-color:rgba(250,240,137,var(--bg-opacity))}.lg\:first\:bg-yellow-400:first-child{--bg-opacity:1;background-color:#f6e05e;background-color:rgba(246,224,94,var(--bg-opacity))}.lg\:first\:bg-yellow-500:first-child{--bg-opacity:1;background-color:#ecc94b;background-color:rgba(236,201,75,var(--bg-opacity))}.lg\:first\:bg-yellow-600:first-child{--bg-opacity:1;background-color:#d69e2e;background-color:rgba(214,158,46,var(--bg-opacity))}.lg\:first\:bg-yellow-700:first-child{--bg-opacity:1;background-color:#b7791f;background-color:rgba(183,121,31,var(--bg-opacity))}.lg\:first\:bg-yellow-800:first-child{--bg-opacity:1;background-color:#975a16;background-color:rgba(151,90,22,var(--bg-opacity))}.lg\:first\:bg-yellow-900:first-child{--bg-opacity:1;background-color:#744210;background-color:rgba(116,66,16,var(--bg-opacity))}.lg\:first\:bg-green:first-child{--bg-opacity:1;background-color:#478415;background-color:rgba(71,132,21,var(--bg-opacity))}.lg\:first\:bg-teal-100:first-child{--bg-opacity:1;background-color:#e6fffa;background-color:rgba(230,255,250,var(--bg-opacity))}.lg\:first\:bg-teal-200:first-child{--bg-opacity:1;background-color:#b2f5ea;background-color:rgba(178,245,234,var(--bg-opacity))}.lg\:first\:bg-teal-300:first-child{--bg-opacity:1;background-color:#81e6d9;background-color:rgba(129,230,217,var(--bg-opacity))}.lg\:first\:bg-teal-400:first-child{--bg-opacity:1;background-color:#4fd1c5;background-color:rgba(79,209,197,var(--bg-opacity))}.lg\:first\:bg-teal-500:first-child{--bg-opacity:1;background-color:#38b2ac;background-color:rgba(56,178,172,var(--bg-opacity))}.lg\:first\:bg-teal-600:first-child{--bg-opacity:1;background-color:#319795;background-color:rgba(49,151,149,var(--bg-opacity))}.lg\:first\:bg-teal-700:first-child{--bg-opacity:1;background-color:#2c7a7b;background-color:rgba(44,122,123,var(--bg-opacity))}.lg\:first\:bg-teal-800:first-child{--bg-opacity:1;background-color:#285e61;background-color:rgba(40,94,97,var(--bg-opacity))}.lg\:first\:bg-teal-900:first-child{--bg-opacity:1;background-color:#234e52;background-color:rgba(35,78,82,var(--bg-opacity))}.lg\:first\:bg-blue-100:first-child{--bg-opacity:1;background-color:#ebf8ff;background-color:rgba(235,248,255,var(--bg-opacity))}.lg\:first\:bg-blue-200:first-child{--bg-opacity:1;background-color:#bee3f8;background-color:rgba(190,227,248,var(--bg-opacity))}.lg\:first\:bg-blue-300:first-child{--bg-opacity:1;background-color:#90cdf4;background-color:rgba(144,205,244,var(--bg-opacity))}.lg\:first\:bg-blue-400:first-child{--bg-opacity:1;background-color:#63b3ed;background-color:rgba(99,179,237,var(--bg-opacity))}.lg\:first\:bg-blue-500:first-child{--bg-opacity:1;background-color:#4299e1;background-color:rgba(66,153,225,var(--bg-opacity))}.lg\:first\:bg-blue-600:first-child{--bg-opacity:1;background-color:#3182ce;background-color:rgba(49,130,206,var(--bg-opacity))}.lg\:first\:bg-blue-700:first-child{--bg-opacity:1;background-color:#2b6cb0;background-color:rgba(43,108,176,var(--bg-opacity))}.lg\:first\:bg-blue-800:first-child{--bg-opacity:1;background-color:#2c5282;background-color:rgba(44,82,130,var(--bg-opacity))}.lg\:first\:bg-blue-900:first-child{--bg-opacity:1;background-color:#2a4365;background-color:rgba(42,67,101,var(--bg-opacity))}.lg\:first\:bg-indigo-100:first-child{--bg-opacity:1;background-color:#ebf4ff;background-color:rgba(235,244,255,var(--bg-opacity))}.lg\:first\:bg-indigo-200:first-child{--bg-opacity:1;background-color:#c3dafe;background-color:rgba(195,218,254,var(--bg-opacity))}.lg\:first\:bg-indigo-300:first-child{--bg-opacity:1;background-color:#a3bffa;background-color:rgba(163,191,250,var(--bg-opacity))}.lg\:first\:bg-indigo-400:first-child{--bg-opacity:1;background-color:#7f9cf5;background-color:rgba(127,156,245,var(--bg-opacity))}.lg\:first\:bg-indigo-500:first-child{--bg-opacity:1;background-color:#667eea;background-color:rgba(102,126,234,var(--bg-opacity))}.lg\:first\:bg-indigo-600:first-child{--bg-opacity:1;background-color:#5a67d8;background-color:rgba(90,103,216,var(--bg-opacity))}.lg\:first\:bg-indigo-700:first-child{--bg-opacity:1;background-color:#4c51bf;background-color:rgba(76,81,191,var(--bg-opacity))}.lg\:first\:bg-indigo-800:first-child{--bg-opacity:1;background-color:#434190;background-color:rgba(67,65,144,var(--bg-opacity))}.lg\:first\:bg-indigo-900:first-child{--bg-opacity:1;background-color:#3c366b;background-color:rgba(60,54,107,var(--bg-opacity))}.lg\:first\:bg-purple-100:first-child{--bg-opacity:1;background-color:#faf5ff;background-color:rgba(250,245,255,var(--bg-opacity))}.lg\:first\:bg-purple-200:first-child{--bg-opacity:1;background-color:#e9d8fd;background-color:rgba(233,216,253,var(--bg-opacity))}.lg\:first\:bg-purple-300:first-child{--bg-opacity:1;background-color:#d6bcfa;background-color:rgba(214,188,250,var(--bg-opacity))}.lg\:first\:bg-purple-400:first-child{--bg-opacity:1;background-color:#b794f4;background-color:rgba(183,148,244,var(--bg-opacity))}.lg\:first\:bg-purple-500:first-child{--bg-opacity:1;background-color:#9f7aea;background-color:rgba(159,122,234,var(--bg-opacity))}.lg\:first\:bg-purple-600:first-child{--bg-opacity:1;background-color:#805ad5;background-color:rgba(128,90,213,var(--bg-opacity))}.lg\:first\:bg-purple-700:first-child{--bg-opacity:1;background-color:#6b46c1;background-color:rgba(107,70,193,var(--bg-opacity))}.lg\:first\:bg-purple-800:first-child{--bg-opacity:1;background-color:#553c9a;background-color:rgba(85,60,154,var(--bg-opacity))}.lg\:first\:bg-purple-900:first-child{--bg-opacity:1;background-color:#44337a;background-color:rgba(68,51,122,var(--bg-opacity))}.lg\:first\:bg-pink-100:first-child{--bg-opacity:1;background-color:#fff5f7;background-color:rgba(255,245,247,var(--bg-opacity))}.lg\:first\:bg-pink-200:first-child{--bg-opacity:1;background-color:#fed7e2;background-color:rgba(254,215,226,var(--bg-opacity))}.lg\:first\:bg-pink-300:first-child{--bg-opacity:1;background-color:#fbb6ce;background-color:rgba(251,182,206,var(--bg-opacity))}.lg\:first\:bg-pink-400:first-child{--bg-opacity:1;background-color:#f687b3;background-color:rgba(246,135,179,var(--bg-opacity))}.lg\:first\:bg-pink-500:first-child{--bg-opacity:1;background-color:#ed64a6;background-color:rgba(237,100,166,var(--bg-opacity))}.lg\:first\:bg-pink-600:first-child{--bg-opacity:1;background-color:#d53f8c;background-color:rgba(213,63,140,var(--bg-opacity))}.lg\:first\:bg-pink-700:first-child{--bg-opacity:1;background-color:#b83280;background-color:rgba(184,50,128,var(--bg-opacity))}.lg\:first\:bg-pink-800:first-child{--bg-opacity:1;background-color:#97266d;background-color:rgba(151,38,109,var(--bg-opacity))}.lg\:first\:bg-pink-900:first-child{--bg-opacity:1;background-color:#702459;background-color:rgba(112,36,89,var(--bg-opacity))}.lg\:first\:bg-text:first-child{--bg-opacity:1;background-color:#000;background-color:rgba(0,0,0,var(--bg-opacity))}.lg\:first\:bg-primary:first-child{--bg-opacity:1;background-color:#0b3780;background-color:rgba(11,55,128,var(--bg-opacity))}.lg\:first\:bg-secondary:first-child{--bg-opacity:1;background-color:#fecc00;background-color:rgba(254,204,0,var(--bg-opacity))}.lg\:first\:bg-primaryDark:first-child{--bg-opacity:1;background-color:#001e67;background-color:rgba(0,30,103,var(--bg-opacity))}.lg\:first\:bg-clientCenterPrimary:first-child{--bg-opacity:1;background-color:#0f617e;background-color:rgba(15,97,126,var(--bg-opacity))}.lg\:first\:bg-clientCenterHover:first-child{--bg-opacity:1;background-color:#168cb5;background-color:rgba(22,140,181,var(--bg-opacity))}.lg\:last\:bg-transparent:last-child{background-color:transparent}.lg\:last\:bg-current:last-child{background-color:currentColor}.lg\:last\:bg-black:last-child{--bg-opacity:1;background-color:#000;background-color:rgba(0,0,0,var(--bg-opacity))}.lg\:last\:bg-white:last-child{--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity))}.lg\:last\:bg-gray-100:last-child{--bg-opacity:1;background-color:silver;background-color:rgba(192,192,192,var(--bg-opacity))}.lg\:last\:bg-gray-200:last-child{--bg-opacity:1;background-color:#e7e6e6;background-color:rgba(231,230,230,var(--bg-opacity))}.lg\:last\:bg-gray-250:last-child{--bg-opacity:1;background-color:#fafafa;background-color:rgba(250,250,250,var(--bg-opacity))}.lg\:last\:bg-gray-300:last-child{--bg-opacity:1;background-color:#dbd9d9;background-color:rgba(219,217,217,var(--bg-opacity))}.lg\:last\:bg-gray-400:last-child{--bg-opacity:1;background-color:#bbb;background-color:rgba(187,187,187,var(--bg-opacity))}.lg\:last\:bg-gray-500:last-child{--bg-opacity:1;background-color:#ccc;background-color:rgba(204,204,204,var(--bg-opacity))}.lg\:last\:bg-gray-550:last-child{--bg-opacity:1;background-color:#efefef;background-color:rgba(239,239,239,var(--bg-opacity))}.lg\:last\:bg-gray-600:last-child{--bg-opacity:1;background-color:#8e8e8e;background-color:rgba(142,142,142,var(--bg-opacity))}.lg\:last\:bg-gray-650:last-child{--bg-opacity:1;background-color:#8d8d8d;background-color:rgba(141,141,141,var(--bg-opacity))}.lg\:last\:bg-gray-700:last-child{--bg-opacity:1;background-color:#6e6e6e;background-color:rgba(110,110,110,var(--bg-opacity))}.lg\:last\:bg-gray-750:last-child{--bg-opacity:1;background-color:#4a4a4a;background-color:rgba(74,74,74,var(--bg-opacity))}.lg\:last\:bg-gray-800:last-child{--bg-opacity:1;background-color:#313131;background-color:rgba(49,49,49,var(--bg-opacity))}.lg\:last\:bg-gray-900:last-child{--bg-opacity:1;background-color:#728597;background-color:rgba(114,133,151,var(--bg-opacity))}.lg\:last\:bg-gray-50\%:last-child{background-color:rgba(0,0,0,.5)}.lg\:last\:bg-gray-30\%:last-child{background-color:rgba(0,0,0,.3)}.lg\:last\:bg-red-100:last-child{--bg-opacity:1;background-color:#fff5f5;background-color:rgba(255,245,245,var(--bg-opacity))}.lg\:last\:bg-red-200:last-child{--bg-opacity:1;background-color:#fed7d7;background-color:rgba(254,215,215,var(--bg-opacity))}.lg\:last\:bg-red-300:last-child{--bg-opacity:1;background-color:#feb2b2;background-color:rgba(254,178,178,var(--bg-opacity))}.lg\:last\:bg-red-400:last-child{--bg-opacity:1;background-color:#fc8181;background-color:rgba(252,129,129,var(--bg-opacity))}.lg\:last\:bg-red-500:last-child{--bg-opacity:1;background-color:#f56565;background-color:rgba(245,101,101,var(--bg-opacity))}.lg\:last\:bg-red-600:last-child{--bg-opacity:1;background-color:#e53e3e;background-color:rgba(229,62,62,var(--bg-opacity))}.lg\:last\:bg-red-700:last-child{--bg-opacity:1;background-color:#c53030;background-color:rgba(197,48,48,var(--bg-opacity))}.lg\:last\:bg-red-800:last-child{--bg-opacity:1;background-color:#9b2c2c;background-color:rgba(155,44,44,var(--bg-opacity))}.lg\:last\:bg-red-900:last-child{--bg-opacity:1;background-color:#742a2a;background-color:rgba(116,42,42,var(--bg-opacity))}.lg\:last\:bg-orange-100:last-child{--bg-opacity:1;background-color:#fffaf0;background-color:rgba(255,250,240,var(--bg-opacity))}.lg\:last\:bg-orange-200:last-child{--bg-opacity:1;background-color:#feebc8;background-color:rgba(254,235,200,var(--bg-opacity))}.lg\:last\:bg-orange-300:last-child{--bg-opacity:1;background-color:#fbd38d;background-color:rgba(251,211,141,var(--bg-opacity))}.lg\:last\:bg-orange-400:last-child{--bg-opacity:1;background-color:#f6ad55;background-color:rgba(246,173,85,var(--bg-opacity))}.lg\:last\:bg-orange-500:last-child{--bg-opacity:1;background-color:#ed8936;background-color:rgba(237,137,54,var(--bg-opacity))}.lg\:last\:bg-orange-600:last-child{--bg-opacity:1;background-color:#dd6b20;background-color:rgba(221,107,32,var(--bg-opacity))}.lg\:last\:bg-orange-700:last-child{--bg-opacity:1;background-color:#c05621;background-color:rgba(192,86,33,var(--bg-opacity))}.lg\:last\:bg-orange-800:last-child{--bg-opacity:1;background-color:#9c4221;background-color:rgba(156,66,33,var(--bg-opacity))}.lg\:last\:bg-orange-900:last-child{--bg-opacity:1;background-color:#7b341e;background-color:rgba(123,52,30,var(--bg-opacity))}.lg\:last\:bg-yellow-100:last-child{--bg-opacity:1;background-color:ivory;background-color:rgba(255,255,240,var(--bg-opacity))}.lg\:last\:bg-yellow-200:last-child{--bg-opacity:1;background-color:#fefcbf;background-color:rgba(254,252,191,var(--bg-opacity))}.lg\:last\:bg-yellow-300:last-child{--bg-opacity:1;background-color:#faf089;background-color:rgba(250,240,137,var(--bg-opacity))}.lg\:last\:bg-yellow-400:last-child{--bg-opacity:1;background-color:#f6e05e;background-color:rgba(246,224,94,var(--bg-opacity))}.lg\:last\:bg-yellow-500:last-child{--bg-opacity:1;background-color:#ecc94b;background-color:rgba(236,201,75,var(--bg-opacity))}.lg\:last\:bg-yellow-600:last-child{--bg-opacity:1;background-color:#d69e2e;background-color:rgba(214,158,46,var(--bg-opacity))}.lg\:last\:bg-yellow-700:last-child{--bg-opacity:1;background-color:#b7791f;background-color:rgba(183,121,31,var(--bg-opacity))}.lg\:last\:bg-yellow-800:last-child{--bg-opacity:1;background-color:#975a16;background-color:rgba(151,90,22,var(--bg-opacity))}.lg\:last\:bg-yellow-900:last-child{--bg-opacity:1;background-color:#744210;background-color:rgba(116,66,16,var(--bg-opacity))}.lg\:last\:bg-green:last-child{--bg-opacity:1;background-color:#478415;background-color:rgba(71,132,21,var(--bg-opacity))}.lg\:last\:bg-teal-100:last-child{--bg-opacity:1;background-color:#e6fffa;background-color:rgba(230,255,250,var(--bg-opacity))}.lg\:last\:bg-teal-200:last-child{--bg-opacity:1;background-color:#b2f5ea;background-color:rgba(178,245,234,var(--bg-opacity))}.lg\:last\:bg-teal-300:last-child{--bg-opacity:1;background-color:#81e6d9;background-color:rgba(129,230,217,var(--bg-opacity))}.lg\:last\:bg-teal-400:last-child{--bg-opacity:1;background-color:#4fd1c5;background-color:rgba(79,209,197,var(--bg-opacity))}.lg\:last\:bg-teal-500:last-child{--bg-opacity:1;background-color:#38b2ac;background-color:rgba(56,178,172,var(--bg-opacity))}.lg\:last\:bg-teal-600:last-child{--bg-opacity:1;background-color:#319795;background-color:rgba(49,151,149,var(--bg-opacity))}.lg\:last\:bg-teal-700:last-child{--bg-opacity:1;background-color:#2c7a7b;background-color:rgba(44,122,123,var(--bg-opacity))}.lg\:last\:bg-teal-800:last-child{--bg-opacity:1;background-color:#285e61;background-color:rgba(40,94,97,var(--bg-opacity))}.lg\:last\:bg-teal-900:last-child{--bg-opacity:1;background-color:#234e52;background-color:rgba(35,78,82,var(--bg-opacity))}.lg\:last\:bg-blue-100:last-child{--bg-opacity:1;background-color:#ebf8ff;background-color:rgba(235,248,255,var(--bg-opacity))}.lg\:last\:bg-blue-200:last-child{--bg-opacity:1;background-color:#bee3f8;background-color:rgba(190,227,248,var(--bg-opacity))}.lg\:last\:bg-blue-300:last-child{--bg-opacity:1;background-color:#90cdf4;background-color:rgba(144,205,244,var(--bg-opacity))}.lg\:last\:bg-blue-400:last-child{--bg-opacity:1;background-color:#63b3ed;background-color:rgba(99,179,237,var(--bg-opacity))}.lg\:last\:bg-blue-500:last-child{--bg-opacity:1;background-color:#4299e1;background-color:rgba(66,153,225,var(--bg-opacity))}.lg\:last\:bg-blue-600:last-child{--bg-opacity:1;background-color:#3182ce;background-color:rgba(49,130,206,var(--bg-opacity))}.lg\:last\:bg-blue-700:last-child{--bg-opacity:1;background-color:#2b6cb0;background-color:rgba(43,108,176,var(--bg-opacity))}.lg\:last\:bg-blue-800:last-child{--bg-opacity:1;background-color:#2c5282;background-color:rgba(44,82,130,var(--bg-opacity))}.lg\:last\:bg-blue-900:last-child{--bg-opacity:1;background-color:#2a4365;background-color:rgba(42,67,101,var(--bg-opacity))}.lg\:last\:bg-indigo-100:last-child{--bg-opacity:1;background-color:#ebf4ff;background-color:rgba(235,244,255,var(--bg-opacity))}.lg\:last\:bg-indigo-200:last-child{--bg-opacity:1;background-color:#c3dafe;background-color:rgba(195,218,254,var(--bg-opacity))}.lg\:last\:bg-indigo-300:last-child{--bg-opacity:1;background-color:#a3bffa;background-color:rgba(163,191,250,var(--bg-opacity))}.lg\:last\:bg-indigo-400:last-child{--bg-opacity:1;background-color:#7f9cf5;background-color:rgba(127,156,245,var(--bg-opacity))}.lg\:last\:bg-indigo-500:last-child{--bg-opacity:1;background-color:#667eea;background-color:rgba(102,126,234,var(--bg-opacity))}.lg\:last\:bg-indigo-600:last-child{--bg-opacity:1;background-color:#5a67d8;background-color:rgba(90,103,216,var(--bg-opacity))}.lg\:last\:bg-indigo-700:last-child{--bg-opacity:1;background-color:#4c51bf;background-color:rgba(76,81,191,var(--bg-opacity))}.lg\:last\:bg-indigo-800:last-child{--bg-opacity:1;background-color:#434190;background-color:rgba(67,65,144,var(--bg-opacity))}.lg\:last\:bg-indigo-900:last-child{--bg-opacity:1;background-color:#3c366b;background-color:rgba(60,54,107,var(--bg-opacity))}.lg\:last\:bg-purple-100:last-child{--bg-opacity:1;background-color:#faf5ff;background-color:rgba(250,245,255,var(--bg-opacity))}.lg\:last\:bg-purple-200:last-child{--bg-opacity:1;background-color:#e9d8fd;background-color:rgba(233,216,253,var(--bg-opacity))}.lg\:last\:bg-purple-300:last-child{--bg-opacity:1;background-color:#d6bcfa;background-color:rgba(214,188,250,var(--bg-opacity))}.lg\:last\:bg-purple-400:last-child{--bg-opacity:1;background-color:#b794f4;background-color:rgba(183,148,244,var(--bg-opacity))}.lg\:last\:bg-purple-500:last-child{--bg-opacity:1;background-color:#9f7aea;background-color:rgba(159,122,234,var(--bg-opacity))}.lg\:last\:bg-purple-600:last-child{--bg-opacity:1;background-color:#805ad5;background-color:rgba(128,90,213,var(--bg-opacity))}.lg\:last\:bg-purple-700:last-child{--bg-opacity:1;background-color:#6b46c1;background-color:rgba(107,70,193,var(--bg-opacity))}.lg\:last\:bg-purple-800:last-child{--bg-opacity:1;background-color:#553c9a;background-color:rgba(85,60,154,var(--bg-opacity))}.lg\:last\:bg-purple-900:last-child{--bg-opacity:1;background-color:#44337a;background-color:rgba(68,51,122,var(--bg-opacity))}.lg\:last\:bg-pink-100:last-child{--bg-opacity:1;background-color:#fff5f7;background-color:rgba(255,245,247,var(--bg-opacity))}.lg\:last\:bg-pink-200:last-child{--bg-opacity:1;background-color:#fed7e2;background-color:rgba(254,215,226,var(--bg-opacity))}.lg\:last\:bg-pink-300:last-child{--bg-opacity:1;background-color:#fbb6ce;background-color:rgba(251,182,206,var(--bg-opacity))}.lg\:last\:bg-pink-400:last-child{--bg-opacity:1;background-color:#f687b3;background-color:rgba(246,135,179,var(--bg-opacity))}.lg\:last\:bg-pink-500:last-child{--bg-opacity:1;background-color:#ed64a6;background-color:rgba(237,100,166,var(--bg-opacity))}.lg\:last\:bg-pink-600:last-child{--bg-opacity:1;background-color:#d53f8c;background-color:rgba(213,63,140,var(--bg-opacity))}.lg\:last\:bg-pink-700:last-child{--bg-opacity:1;background-color:#b83280;background-color:rgba(184,50,128,var(--bg-opacity))}.lg\:last\:bg-pink-800:last-child{--bg-opacity:1;background-color:#97266d;background-color:rgba(151,38,109,var(--bg-opacity))}.lg\:last\:bg-pink-900:last-child{--bg-opacity:1;background-color:#702459;background-color:rgba(112,36,89,var(--bg-opacity))}.lg\:last\:bg-text:last-child{--bg-opacity:1;background-color:#000;background-color:rgba(0,0,0,var(--bg-opacity))}.lg\:last\:bg-primary:last-child{--bg-opacity:1;background-color:#0b3780;background-color:rgba(11,55,128,var(--bg-opacity))}.lg\:last\:bg-secondary:last-child{--bg-opacity:1;background-color:#fecc00;background-color:rgba(254,204,0,var(--bg-opacity))}.lg\:last\:bg-primaryDark:last-child{--bg-opacity:1;background-color:#001e67;background-color:rgba(0,30,103,var(--bg-opacity))}.lg\:last\:bg-clientCenterPrimary:last-child{--bg-opacity:1;background-color:#0f617e;background-color:rgba(15,97,126,var(--bg-opacity))}.lg\:last\:bg-clientCenterHover:last-child{--bg-opacity:1;background-color:#168cb5;background-color:rgba(22,140,181,var(--bg-opacity))}.lg\:checked\:bg-transparent:checked{background-color:transparent}.lg\:checked\:bg-current:checked{background-color:currentColor}.lg\:checked\:bg-black:checked{--bg-opacity:1;background-color:#000;background-color:rgba(0,0,0,var(--bg-opacity))}.lg\:checked\:bg-white:checked{--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity))}.lg\:checked\:bg-gray-100:checked{--bg-opacity:1;background-color:silver;background-color:rgba(192,192,192,var(--bg-opacity))}.lg\:checked\:bg-gray-200:checked{--bg-opacity:1;background-color:#e7e6e6;background-color:rgba(231,230,230,var(--bg-opacity))}.lg\:checked\:bg-gray-250:checked{--bg-opacity:1;background-color:#fafafa;background-color:rgba(250,250,250,var(--bg-opacity))}.lg\:checked\:bg-gray-300:checked{--bg-opacity:1;background-color:#dbd9d9;background-color:rgba(219,217,217,var(--bg-opacity))}.lg\:checked\:bg-gray-400:checked{--bg-opacity:1;background-color:#bbb;background-color:rgba(187,187,187,var(--bg-opacity))}.lg\:checked\:bg-gray-500:checked{--bg-opacity:1;background-color:#ccc;background-color:rgba(204,204,204,var(--bg-opacity))}.lg\:checked\:bg-gray-550:checked{--bg-opacity:1;background-color:#efefef;background-color:rgba(239,239,239,var(--bg-opacity))}.lg\:checked\:bg-gray-600:checked{--bg-opacity:1;background-color:#8e8e8e;background-color:rgba(142,142,142,var(--bg-opacity))}.lg\:checked\:bg-gray-650:checked{--bg-opacity:1;background-color:#8d8d8d;background-color:rgba(141,141,141,var(--bg-opacity))}.lg\:checked\:bg-gray-700:checked{--bg-opacity:1;background-color:#6e6e6e;background-color:rgba(110,110,110,var(--bg-opacity))}.lg\:checked\:bg-gray-750:checked{--bg-opacity:1;background-color:#4a4a4a;background-color:rgba(74,74,74,var(--bg-opacity))}.lg\:checked\:bg-gray-800:checked{--bg-opacity:1;background-color:#313131;background-color:rgba(49,49,49,var(--bg-opacity))}.lg\:checked\:bg-gray-900:checked{--bg-opacity:1;background-color:#728597;background-color:rgba(114,133,151,var(--bg-opacity))}.lg\:checked\:bg-gray-50\%:checked{background-color:rgba(0,0,0,.5)}.lg\:checked\:bg-gray-30\%:checked{background-color:rgba(0,0,0,.3)}.lg\:checked\:bg-red-100:checked{--bg-opacity:1;background-color:#fff5f5;background-color:rgba(255,245,245,var(--bg-opacity))}.lg\:checked\:bg-red-200:checked{--bg-opacity:1;background-color:#fed7d7;background-color:rgba(254,215,215,var(--bg-opacity))}.lg\:checked\:bg-red-300:checked{--bg-opacity:1;background-color:#feb2b2;background-color:rgba(254,178,178,var(--bg-opacity))}.lg\:checked\:bg-red-400:checked{--bg-opacity:1;background-color:#fc8181;background-color:rgba(252,129,129,var(--bg-opacity))}.lg\:checked\:bg-red-500:checked{--bg-opacity:1;background-color:#f56565;background-color:rgba(245,101,101,var(--bg-opacity))}.lg\:checked\:bg-red-600:checked{--bg-opacity:1;background-color:#e53e3e;background-color:rgba(229,62,62,var(--bg-opacity))}.lg\:checked\:bg-red-700:checked{--bg-opacity:1;background-color:#c53030;background-color:rgba(197,48,48,var(--bg-opacity))}.lg\:checked\:bg-red-800:checked{--bg-opacity:1;background-color:#9b2c2c;background-color:rgba(155,44,44,var(--bg-opacity))}.lg\:checked\:bg-red-900:checked{--bg-opacity:1;background-color:#742a2a;background-color:rgba(116,42,42,var(--bg-opacity))}.lg\:checked\:bg-orange-100:checked{--bg-opacity:1;background-color:#fffaf0;background-color:rgba(255,250,240,var(--bg-opacity))}.lg\:checked\:bg-orange-200:checked{--bg-opacity:1;background-color:#feebc8;background-color:rgba(254,235,200,var(--bg-opacity))}.lg\:checked\:bg-orange-300:checked{--bg-opacity:1;background-color:#fbd38d;background-color:rgba(251,211,141,var(--bg-opacity))}.lg\:checked\:bg-orange-400:checked{--bg-opacity:1;background-color:#f6ad55;background-color:rgba(246,173,85,var(--bg-opacity))}.lg\:checked\:bg-orange-500:checked{--bg-opacity:1;background-color:#ed8936;background-color:rgba(237,137,54,var(--bg-opacity))}.lg\:checked\:bg-orange-600:checked{--bg-opacity:1;background-color:#dd6b20;background-color:rgba(221,107,32,var(--bg-opacity))}.lg\:checked\:bg-orange-700:checked{--bg-opacity:1;background-color:#c05621;background-color:rgba(192,86,33,var(--bg-opacity))}.lg\:checked\:bg-orange-800:checked{--bg-opacity:1;background-color:#9c4221;background-color:rgba(156,66,33,var(--bg-opacity))}.lg\:checked\:bg-orange-900:checked{--bg-opacity:1;background-color:#7b341e;background-color:rgba(123,52,30,var(--bg-opacity))}.lg\:checked\:bg-yellow-100:checked{--bg-opacity:1;background-color:ivory;background-color:rgba(255,255,240,var(--bg-opacity))}.lg\:checked\:bg-yellow-200:checked{--bg-opacity:1;background-color:#fefcbf;background-color:rgba(254,252,191,var(--bg-opacity))}.lg\:checked\:bg-yellow-300:checked{--bg-opacity:1;background-color:#faf089;background-color:rgba(250,240,137,var(--bg-opacity))}.lg\:checked\:bg-yellow-400:checked{--bg-opacity:1;background-color:#f6e05e;background-color:rgba(246,224,94,var(--bg-opacity))}.lg\:checked\:bg-yellow-500:checked{--bg-opacity:1;background-color:#ecc94b;background-color:rgba(236,201,75,var(--bg-opacity))}.lg\:checked\:bg-yellow-600:checked{--bg-opacity:1;background-color:#d69e2e;background-color:rgba(214,158,46,var(--bg-opacity))}.lg\:checked\:bg-yellow-700:checked{--bg-opacity:1;background-color:#b7791f;background-color:rgba(183,121,31,var(--bg-opacity))}.lg\:checked\:bg-yellow-800:checked{--bg-opacity:1;background-color:#975a16;background-color:rgba(151,90,22,var(--bg-opacity))}.lg\:checked\:bg-yellow-900:checked{--bg-opacity:1;background-color:#744210;background-color:rgba(116,66,16,var(--bg-opacity))}.lg\:checked\:bg-green:checked{--bg-opacity:1;background-color:#478415;background-color:rgba(71,132,21,var(--bg-opacity))}.lg\:checked\:bg-teal-100:checked{--bg-opacity:1;background-color:#e6fffa;background-color:rgba(230,255,250,var(--bg-opacity))}.lg\:checked\:bg-teal-200:checked{--bg-opacity:1;background-color:#b2f5ea;background-color:rgba(178,245,234,var(--bg-opacity))}.lg\:checked\:bg-teal-300:checked{--bg-opacity:1;background-color:#81e6d9;background-color:rgba(129,230,217,var(--bg-opacity))}.lg\:checked\:bg-teal-400:checked{--bg-opacity:1;background-color:#4fd1c5;background-color:rgba(79,209,197,var(--bg-opacity))}.lg\:checked\:bg-teal-500:checked{--bg-opacity:1;background-color:#38b2ac;background-color:rgba(56,178,172,var(--bg-opacity))}.lg\:checked\:bg-teal-600:checked{--bg-opacity:1;background-color:#319795;background-color:rgba(49,151,149,var(--bg-opacity))}.lg\:checked\:bg-teal-700:checked{--bg-opacity:1;background-color:#2c7a7b;background-color:rgba(44,122,123,var(--bg-opacity))}.lg\:checked\:bg-teal-800:checked{--bg-opacity:1;background-color:#285e61;background-color:rgba(40,94,97,var(--bg-opacity))}.lg\:checked\:bg-teal-900:checked{--bg-opacity:1;background-color:#234e52;background-color:rgba(35,78,82,var(--bg-opacity))}.lg\:checked\:bg-blue-100:checked{--bg-opacity:1;background-color:#ebf8ff;background-color:rgba(235,248,255,var(--bg-opacity))}.lg\:checked\:bg-blue-200:checked{--bg-opacity:1;background-color:#bee3f8;background-color:rgba(190,227,248,var(--bg-opacity))}.lg\:checked\:bg-blue-300:checked{--bg-opacity:1;background-color:#90cdf4;background-color:rgba(144,205,244,var(--bg-opacity))}.lg\:checked\:bg-blue-400:checked{--bg-opacity:1;background-color:#63b3ed;background-color:rgba(99,179,237,var(--bg-opacity))}.lg\:checked\:bg-blue-500:checked{--bg-opacity:1;background-color:#4299e1;background-color:rgba(66,153,225,var(--bg-opacity))}.lg\:checked\:bg-blue-600:checked{--bg-opacity:1;background-color:#3182ce;background-color:rgba(49,130,206,var(--bg-opacity))}.lg\:checked\:bg-blue-700:checked{--bg-opacity:1;background-color:#2b6cb0;background-color:rgba(43,108,176,var(--bg-opacity))}.lg\:checked\:bg-blue-800:checked{--bg-opacity:1;background-color:#2c5282;background-color:rgba(44,82,130,var(--bg-opacity))}.lg\:checked\:bg-blue-900:checked{--bg-opacity:1;background-color:#2a4365;background-color:rgba(42,67,101,var(--bg-opacity))}.lg\:checked\:bg-indigo-100:checked{--bg-opacity:1;background-color:#ebf4ff;background-color:rgba(235,244,255,var(--bg-opacity))}.lg\:checked\:bg-indigo-200:checked{--bg-opacity:1;background-color:#c3dafe;background-color:rgba(195,218,254,var(--bg-opacity))}.lg\:checked\:bg-indigo-300:checked{--bg-opacity:1;background-color:#a3bffa;background-color:rgba(163,191,250,var(--bg-opacity))}.lg\:checked\:bg-indigo-400:checked{--bg-opacity:1;background-color:#7f9cf5;background-color:rgba(127,156,245,var(--bg-opacity))}.lg\:checked\:bg-indigo-500:checked{--bg-opacity:1;background-color:#667eea;background-color:rgba(102,126,234,var(--bg-opacity))}.lg\:checked\:bg-indigo-600:checked{--bg-opacity:1;background-color:#5a67d8;background-color:rgba(90,103,216,var(--bg-opacity))}.lg\:checked\:bg-indigo-700:checked{--bg-opacity:1;background-color:#4c51bf;background-color:rgba(76,81,191,var(--bg-opacity))}.lg\:checked\:bg-indigo-800:checked{--bg-opacity:1;background-color:#434190;background-color:rgba(67,65,144,var(--bg-opacity))}.lg\:checked\:bg-indigo-900:checked{--bg-opacity:1;background-color:#3c366b;background-color:rgba(60,54,107,var(--bg-opacity))}.lg\:checked\:bg-purple-100:checked{--bg-opacity:1;background-color:#faf5ff;background-color:rgba(250,245,255,var(--bg-opacity))}.lg\:checked\:bg-purple-200:checked{--bg-opacity:1;background-color:#e9d8fd;background-color:rgba(233,216,253,var(--bg-opacity))}.lg\:checked\:bg-purple-300:checked{--bg-opacity:1;background-color:#d6bcfa;background-color:rgba(214,188,250,var(--bg-opacity))}.lg\:checked\:bg-purple-400:checked{--bg-opacity:1;background-color:#b794f4;background-color:rgba(183,148,244,var(--bg-opacity))}.lg\:checked\:bg-purple-500:checked{--bg-opacity:1;background-color:#9f7aea;background-color:rgba(159,122,234,var(--bg-opacity))}.lg\:checked\:bg-purple-600:checked{--bg-opacity:1;background-color:#805ad5;background-color:rgba(128,90,213,var(--bg-opacity))}.lg\:checked\:bg-purple-700:checked{--bg-opacity:1;background-color:#6b46c1;background-color:rgba(107,70,193,var(--bg-opacity))}.lg\:checked\:bg-purple-800:checked{--bg-opacity:1;background-color:#553c9a;background-color:rgba(85,60,154,var(--bg-opacity))}.lg\:checked\:bg-purple-900:checked{--bg-opacity:1;background-color:#44337a;background-color:rgba(68,51,122,var(--bg-opacity))}.lg\:checked\:bg-pink-100:checked{--bg-opacity:1;background-color:#fff5f7;background-color:rgba(255,245,247,var(--bg-opacity))}.lg\:checked\:bg-pink-200:checked{--bg-opacity:1;background-color:#fed7e2;background-color:rgba(254,215,226,var(--bg-opacity))}.lg\:checked\:bg-pink-300:checked{--bg-opacity:1;background-color:#fbb6ce;background-color:rgba(251,182,206,var(--bg-opacity))}.lg\:checked\:bg-pink-400:checked{--bg-opacity:1;background-color:#f687b3;background-color:rgba(246,135,179,var(--bg-opacity))}.lg\:checked\:bg-pink-500:checked{--bg-opacity:1;background-color:#ed64a6;background-color:rgba(237,100,166,var(--bg-opacity))}.lg\:checked\:bg-pink-600:checked{--bg-opacity:1;background-color:#d53f8c;background-color:rgba(213,63,140,var(--bg-opacity))}.lg\:checked\:bg-pink-700:checked{--bg-opacity:1;background-color:#b83280;background-color:rgba(184,50,128,var(--bg-opacity))}.lg\:checked\:bg-pink-800:checked{--bg-opacity:1;background-color:#97266d;background-color:rgba(151,38,109,var(--bg-opacity))}.lg\:checked\:bg-pink-900:checked{--bg-opacity:1;background-color:#702459;background-color:rgba(112,36,89,var(--bg-opacity))}.lg\:checked\:bg-text:checked{--bg-opacity:1;background-color:#000;background-color:rgba(0,0,0,var(--bg-opacity))}.lg\:checked\:bg-primary:checked{--bg-opacity:1;background-color:#0b3780;background-color:rgba(11,55,128,var(--bg-opacity))}.lg\:checked\:bg-secondary:checked{--bg-opacity:1;background-color:#fecc00;background-color:rgba(254,204,0,var(--bg-opacity))}.lg\:checked\:bg-primaryDark:checked{--bg-opacity:1;background-color:#001e67;background-color:rgba(0,30,103,var(--bg-opacity))}.lg\:checked\:bg-clientCenterPrimary:checked{--bg-opacity:1;background-color:#0f617e;background-color:rgba(15,97,126,var(--bg-opacity))}.lg\:checked\:bg-clientCenterHover:checked{--bg-opacity:1;background-color:#168cb5;background-color:rgba(22,140,181,var(--bg-opacity))}.lg\:bg-gradient-to-t{background-image:linear-gradient(to top,var(--gradient-color-stops))}.lg\:bg-gradient-to-tr{background-image:linear-gradient(to top right,var(--gradient-color-stops))}.lg\:bg-gradient-to-r{background-image:linear-gradient(to right,var(--gradient-color-stops))}.lg\:bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--gradient-color-stops))}.lg\:bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--gradient-color-stops))}.lg\:bg-gradient-to-bl{background-image:linear-gradient(to bottom left,var(--gradient-color-stops))}.lg\:bg-gradient-to-l{background-image:linear-gradient(to left,var(--gradient-color-stops))}.lg\:bg-gradient-to-tl{background-image:linear-gradient(to top left,var(--gradient-color-stops))}.lg\:from-transparent{--gradient-from-color:transparent;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,transparent)}.lg\:from-current{--gradient-from-color:currentColor;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,hsla(0,0%,100%,0))}.lg\:from-black{--gradient-from-color:#000;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,transparent)}.lg\:from-white{--gradient-from-color:#fff;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,hsla(0,0%,100%,0))}.lg\:from-gray-100{--gradient-from-color:silver;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,hsla(0,0%,75.3%,0))}.lg\:from-gray-200{--gradient-from-color:#e7e6e6;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,hsla(0,2%,90.4%,0))}.lg\:from-gray-250{--gradient-from-color:#fafafa;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,hsla(0,0%,98%,0))}.lg\:from-gray-300{--gradient-from-color:#dbd9d9;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(219,217,217,0))}.lg\:from-gray-400{--gradient-from-color:#bbb;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,hsla(0,0%,73.3%,0))}.lg\:from-gray-500{--gradient-from-color:#ccc;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,hsla(0,0%,80%,0))}.lg\:from-gray-550{--gradient-from-color:#efefef;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,hsla(0,0%,93.7%,0))}.lg\:from-gray-600{--gradient-from-color:#8e8e8e;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,hsla(0,0%,55.7%,0))}.lg\:from-gray-650{--gradient-from-color:#8d8d8d;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,hsla(0,0%,55.3%,0))}.lg\:from-gray-700{--gradient-from-color:#6e6e6e;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,hsla(0,0%,43.1%,0))}.lg\:from-gray-750{--gradient-from-color:#4a4a4a;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(74,74,74,0))}.lg\:from-gray-800{--gradient-from-color:#313131;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(49,49,49,0))}.lg\:from-gray-900{--gradient-from-color:#728597;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(114,133,151,0))}.lg\:from-gray-50\%{--gradient-from-color:rgba(0,0,0,0.5);--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,transparent)}.lg\:from-gray-30\%{--gradient-from-color:rgba(0,0,0,0.3);--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,transparent)}.lg\:from-red-100{--gradient-from-color:#fff5f5;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,hsla(0,100%,98%,0))}.lg\:from-red-200{--gradient-from-color:#fed7d7;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(254,215,215,0))}.lg\:from-red-300{--gradient-from-color:#feb2b2;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(254,178,178,0))}.lg\:from-red-400{--gradient-from-color:#fc8181;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(252,129,129,0))}.lg\:from-red-500{--gradient-from-color:#f56565;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(245,101,101,0))}.lg\:from-red-600{--gradient-from-color:#e53e3e;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(229,62,62,0))}.lg\:from-red-700{--gradient-from-color:#c53030;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(197,48,48,0))}.lg\:from-red-800{--gradient-from-color:#9b2c2c;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(155,44,44,0))}.lg\:from-red-900{--gradient-from-color:#742a2a;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(116,42,42,0))}.lg\:from-orange-100{--gradient-from-color:#fffaf0;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(255,250,240,0))}.lg\:from-orange-200{--gradient-from-color:#feebc8;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(254,235,200,0))}.lg\:from-orange-300{--gradient-from-color:#fbd38d;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(251,211,141,0))}.lg\:from-orange-400{--gradient-from-color:#f6ad55;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(246,173,85,0))}.lg\:from-orange-500{--gradient-from-color:#ed8936;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(237,137,54,0))}.lg\:from-orange-600{--gradient-from-color:#dd6b20;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(221,107,32,0))}.lg\:from-orange-700{--gradient-from-color:#c05621;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(192,86,33,0))}.lg\:from-orange-800{--gradient-from-color:#9c4221;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(156,66,33,0))}.lg\:from-orange-900{--gradient-from-color:#7b341e;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(123,52,30,0))}.lg\:from-yellow-100{--gradient-from-color:ivory;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(255,255,240,0))}.lg\:from-yellow-200{--gradient-from-color:#fefcbf;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(254,252,191,0))}.lg\:from-yellow-300{--gradient-from-color:#faf089;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(250,240,137,0))}.lg\:from-yellow-400{--gradient-from-color:#f6e05e;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(246,224,94,0))}.lg\:from-yellow-500{--gradient-from-color:#ecc94b;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(236,201,75,0))}.lg\:from-yellow-600{--gradient-from-color:#d69e2e;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(214,158,46,0))}.lg\:from-yellow-700{--gradient-from-color:#b7791f;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(183,121,31,0))}.lg\:from-yellow-800{--gradient-from-color:#975a16;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(151,90,22,0))}.lg\:from-yellow-900{--gradient-from-color:#744210;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(116,66,16,0))}.lg\:from-green{--gradient-from-color:#478415;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(71,132,21,0))}.lg\:from-teal-100{--gradient-from-color:#e6fffa;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(230,255,250,0))}.lg\:from-teal-200{--gradient-from-color:#b2f5ea;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(178,245,234,0))}.lg\:from-teal-300{--gradient-from-color:#81e6d9;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(129,230,217,0))}.lg\:from-teal-400{--gradient-from-color:#4fd1c5;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(79,209,197,0))}.lg\:from-teal-500{--gradient-from-color:#38b2ac;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(56,178,172,0))}.lg\:from-teal-600{--gradient-from-color:#319795;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(49,151,149,0))}.lg\:from-teal-700{--gradient-from-color:#2c7a7b;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(44,122,123,0))}.lg\:from-teal-800{--gradient-from-color:#285e61;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(40,94,97,0))}.lg\:from-teal-900{--gradient-from-color:#234e52;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(35,78,82,0))}.lg\:from-blue-100{--gradient-from-color:#ebf8ff;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(235,248,255,0))}.lg\:from-blue-200{--gradient-from-color:#bee3f8;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(190,227,248,0))}.lg\:from-blue-300{--gradient-from-color:#90cdf4;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(144,205,244,0))}.lg\:from-blue-400{--gradient-from-color:#63b3ed;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(99,179,237,0))}.lg\:from-blue-500{--gradient-from-color:#4299e1;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(66,153,225,0))}.lg\:from-blue-600{--gradient-from-color:#3182ce;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(49,130,206,0))}.lg\:from-blue-700{--gradient-from-color:#2b6cb0;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(43,108,176,0))}.lg\:from-blue-800{--gradient-from-color:#2c5282;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(44,82,130,0))}.lg\:from-blue-900{--gradient-from-color:#2a4365;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(42,67,101,0))}.lg\:from-indigo-100{--gradient-from-color:#ebf4ff;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(235,244,255,0))}.lg\:from-indigo-200{--gradient-from-color:#c3dafe;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(195,218,254,0))}.lg\:from-indigo-300{--gradient-from-color:#a3bffa;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(163,191,250,0))}.lg\:from-indigo-400{--gradient-from-color:#7f9cf5;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(127,156,245,0))}.lg\:from-indigo-500{--gradient-from-color:#667eea;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(102,126,234,0))}.lg\:from-indigo-600{--gradient-from-color:#5a67d8;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(90,103,216,0))}.lg\:from-indigo-700{--gradient-from-color:#4c51bf;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(76,81,191,0))}.lg\:from-indigo-800{--gradient-from-color:#434190;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(67,65,144,0))}.lg\:from-indigo-900{--gradient-from-color:#3c366b;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(60,54,107,0))}.lg\:from-purple-100{--gradient-from-color:#faf5ff;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(250,245,255,0))}.lg\:from-purple-200{--gradient-from-color:#e9d8fd;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(233,216,253,0))}.lg\:from-purple-300{--gradient-from-color:#d6bcfa;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(214,188,250,0))}.lg\:from-purple-400{--gradient-from-color:#b794f4;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(183,148,244,0))}.lg\:from-purple-500{--gradient-from-color:#9f7aea;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(159,122,234,0))}.lg\:from-purple-600{--gradient-from-color:#805ad5;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(128,90,213,0))}.lg\:from-purple-700{--gradient-from-color:#6b46c1;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(107,70,193,0))}.lg\:from-purple-800{--gradient-from-color:#553c9a;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(85,60,154,0))}.lg\:from-purple-900{--gradient-from-color:#44337a;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(68,51,122,0))}.lg\:from-pink-100{--gradient-from-color:#fff5f7;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(255,245,247,0))}.lg\:from-pink-200{--gradient-from-color:#fed7e2;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(254,215,226,0))}.lg\:from-pink-300{--gradient-from-color:#fbb6ce;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(251,182,206,0))}.lg\:from-pink-400{--gradient-from-color:#f687b3;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(246,135,179,0))}.lg\:from-pink-500{--gradient-from-color:#ed64a6;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(237,100,166,0))}.lg\:from-pink-600{--gradient-from-color:#d53f8c;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(213,63,140,0))}.lg\:from-pink-700{--gradient-from-color:#b83280;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(184,50,128,0))}.lg\:from-pink-800{--gradient-from-color:#97266d;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(151,38,109,0))}.lg\:from-pink-900{--gradient-from-color:#702459;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(112,36,89,0))}.lg\:from-text{--gradient-from-color:#000;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,transparent)}.lg\:from-primary{--gradient-from-color:#0b3780;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(11,55,128,0))}.lg\:from-secondary{--gradient-from-color:#fecc00;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(254,204,0,0))}.lg\:from-primaryDark{--gradient-from-color:#001e67;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(0,30,103,0))}.lg\:from-clientCenterPrimary{--gradient-from-color:#0f617e;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(15,97,126,0))}.lg\:from-clientCenterHover{--gradient-from-color:#168cb5;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(22,140,181,0))}.lg\:via-transparent{--gradient-via-color:transparent;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,transparent)}.lg\:via-current{--gradient-via-color:currentColor;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,hsla(0,0%,100%,0))}.lg\:via-black{--gradient-via-color:#000;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,transparent)}.lg\:via-white{--gradient-via-color:#fff;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,hsla(0,0%,100%,0))}.lg\:via-gray-100{--gradient-via-color:silver;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,hsla(0,0%,75.3%,0))}.lg\:via-gray-200{--gradient-via-color:#e7e6e6;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,hsla(0,2%,90.4%,0))}.lg\:via-gray-250{--gradient-via-color:#fafafa;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,hsla(0,0%,98%,0))}.lg\:via-gray-300{--gradient-via-color:#dbd9d9;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(219,217,217,0))}.lg\:via-gray-400{--gradient-via-color:#bbb;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,hsla(0,0%,73.3%,0))}.lg\:via-gray-500{--gradient-via-color:#ccc;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,hsla(0,0%,80%,0))}.lg\:via-gray-550{--gradient-via-color:#efefef;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,hsla(0,0%,93.7%,0))}.lg\:via-gray-600{--gradient-via-color:#8e8e8e;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,hsla(0,0%,55.7%,0))}.lg\:via-gray-650{--gradient-via-color:#8d8d8d;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,hsla(0,0%,55.3%,0))}.lg\:via-gray-700{--gradient-via-color:#6e6e6e;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,hsla(0,0%,43.1%,0))}.lg\:via-gray-750{--gradient-via-color:#4a4a4a;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(74,74,74,0))}.lg\:via-gray-800{--gradient-via-color:#313131;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(49,49,49,0))}.lg\:via-gray-900{--gradient-via-color:#728597;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(114,133,151,0))}.lg\:via-gray-50\%{--gradient-via-color:rgba(0,0,0,0.5);--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,transparent)}.lg\:via-gray-30\%{--gradient-via-color:rgba(0,0,0,0.3);--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,transparent)}.lg\:via-red-100{--gradient-via-color:#fff5f5;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,hsla(0,100%,98%,0))}.lg\:via-red-200{--gradient-via-color:#fed7d7;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(254,215,215,0))}.lg\:via-red-300{--gradient-via-color:#feb2b2;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(254,178,178,0))}.lg\:via-red-400{--gradient-via-color:#fc8181;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(252,129,129,0))}.lg\:via-red-500{--gradient-via-color:#f56565;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(245,101,101,0))}.lg\:via-red-600{--gradient-via-color:#e53e3e;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(229,62,62,0))}.lg\:via-red-700{--gradient-via-color:#c53030;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(197,48,48,0))}.lg\:via-red-800{--gradient-via-color:#9b2c2c;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(155,44,44,0))}.lg\:via-red-900{--gradient-via-color:#742a2a;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(116,42,42,0))}.lg\:via-orange-100{--gradient-via-color:#fffaf0;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(255,250,240,0))}.lg\:via-orange-200{--gradient-via-color:#feebc8;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(254,235,200,0))}.lg\:via-orange-300{--gradient-via-color:#fbd38d;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(251,211,141,0))}.lg\:via-orange-400{--gradient-via-color:#f6ad55;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(246,173,85,0))}.lg\:via-orange-500{--gradient-via-color:#ed8936;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(237,137,54,0))}.lg\:via-orange-600{--gradient-via-color:#dd6b20;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(221,107,32,0))}.lg\:via-orange-700{--gradient-via-color:#c05621;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(192,86,33,0))}.lg\:via-orange-800{--gradient-via-color:#9c4221;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(156,66,33,0))}.lg\:via-orange-900{--gradient-via-color:#7b341e;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(123,52,30,0))}.lg\:via-yellow-100{--gradient-via-color:ivory;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(255,255,240,0))}.lg\:via-yellow-200{--gradient-via-color:#fefcbf;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(254,252,191,0))}.lg\:via-yellow-300{--gradient-via-color:#faf089;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(250,240,137,0))}.lg\:via-yellow-400{--gradient-via-color:#f6e05e;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(246,224,94,0))}.lg\:via-yellow-500{--gradient-via-color:#ecc94b;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(236,201,75,0))}.lg\:via-yellow-600{--gradient-via-color:#d69e2e;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(214,158,46,0))}.lg\:via-yellow-700{--gradient-via-color:#b7791f;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(183,121,31,0))}.lg\:via-yellow-800{--gradient-via-color:#975a16;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(151,90,22,0))}.lg\:via-yellow-900{--gradient-via-color:#744210;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(116,66,16,0))}.lg\:via-green{--gradient-via-color:#478415;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(71,132,21,0))}.lg\:via-teal-100{--gradient-via-color:#e6fffa;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(230,255,250,0))}.lg\:via-teal-200{--gradient-via-color:#b2f5ea;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(178,245,234,0))}.lg\:via-teal-300{--gradient-via-color:#81e6d9;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(129,230,217,0))}.lg\:via-teal-400{--gradient-via-color:#4fd1c5;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(79,209,197,0))}.lg\:via-teal-500{--gradient-via-color:#38b2ac;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(56,178,172,0))}.lg\:via-teal-600{--gradient-via-color:#319795;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(49,151,149,0))}.lg\:via-teal-700{--gradient-via-color:#2c7a7b;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(44,122,123,0))}.lg\:via-teal-800{--gradient-via-color:#285e61;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(40,94,97,0))}.lg\:via-teal-900{--gradient-via-color:#234e52;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(35,78,82,0))}.lg\:via-blue-100{--gradient-via-color:#ebf8ff;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(235,248,255,0))}.lg\:via-blue-200{--gradient-via-color:#bee3f8;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(190,227,248,0))}.lg\:via-blue-300{--gradient-via-color:#90cdf4;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(144,205,244,0))}.lg\:via-blue-400{--gradient-via-color:#63b3ed;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(99,179,237,0))}.lg\:via-blue-500{--gradient-via-color:#4299e1;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(66,153,225,0))}.lg\:via-blue-600{--gradient-via-color:#3182ce;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(49,130,206,0))}.lg\:via-blue-700{--gradient-via-color:#2b6cb0;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(43,108,176,0))}.lg\:via-blue-800{--gradient-via-color:#2c5282;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(44,82,130,0))}.lg\:via-blue-900{--gradient-via-color:#2a4365;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(42,67,101,0))}.lg\:via-indigo-100{--gradient-via-color:#ebf4ff;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(235,244,255,0))}.lg\:via-indigo-200{--gradient-via-color:#c3dafe;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(195,218,254,0))}.lg\:via-indigo-300{--gradient-via-color:#a3bffa;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(163,191,250,0))}.lg\:via-indigo-400{--gradient-via-color:#7f9cf5;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(127,156,245,0))}.lg\:via-indigo-500{--gradient-via-color:#667eea;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(102,126,234,0))}.lg\:via-indigo-600{--gradient-via-color:#5a67d8;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(90,103,216,0))}.lg\:via-indigo-700{--gradient-via-color:#4c51bf;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(76,81,191,0))}.lg\:via-indigo-800{--gradient-via-color:#434190;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(67,65,144,0))}.lg\:via-indigo-900{--gradient-via-color:#3c366b;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(60,54,107,0))}.lg\:via-purple-100{--gradient-via-color:#faf5ff;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(250,245,255,0))}.lg\:via-purple-200{--gradient-via-color:#e9d8fd;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(233,216,253,0))}.lg\:via-purple-300{--gradient-via-color:#d6bcfa;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(214,188,250,0))}.lg\:via-purple-400{--gradient-via-color:#b794f4;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(183,148,244,0))}.lg\:via-purple-500{--gradient-via-color:#9f7aea;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(159,122,234,0))}.lg\:via-purple-600{--gradient-via-color:#805ad5;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(128,90,213,0))}.lg\:via-purple-700{--gradient-via-color:#6b46c1;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(107,70,193,0))}.lg\:via-purple-800{--gradient-via-color:#553c9a;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(85,60,154,0))}.lg\:via-purple-900{--gradient-via-color:#44337a;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(68,51,122,0))}.lg\:via-pink-100{--gradient-via-color:#fff5f7;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(255,245,247,0))}.lg\:via-pink-200{--gradient-via-color:#fed7e2;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(254,215,226,0))}.lg\:via-pink-300{--gradient-via-color:#fbb6ce;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(251,182,206,0))}.lg\:via-pink-400{--gradient-via-color:#f687b3;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(246,135,179,0))}.lg\:via-pink-500{--gradient-via-color:#ed64a6;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(237,100,166,0))}.lg\:via-pink-600{--gradient-via-color:#d53f8c;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(213,63,140,0))}.lg\:via-pink-700{--gradient-via-color:#b83280;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(184,50,128,0))}.lg\:via-pink-800{--gradient-via-color:#97266d;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(151,38,109,0))}.lg\:via-pink-900{--gradient-via-color:#702459;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(112,36,89,0))}.lg\:via-text{--gradient-via-color:#000;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,transparent)}.lg\:via-primary{--gradient-via-color:#0b3780;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(11,55,128,0))}.lg\:via-secondary{--gradient-via-color:#fecc00;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(254,204,0,0))}.lg\:via-primaryDark{--gradient-via-color:#001e67;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(0,30,103,0))}.lg\:via-clientCenterPrimary{--gradient-via-color:#0f617e;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(15,97,126,0))}.lg\:via-clientCenterHover{--gradient-via-color:#168cb5;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(22,140,181,0))}.lg\:to-transparent{--gradient-to-color:transparent}.lg\:to-current{--gradient-to-color:currentColor}.lg\:to-black{--gradient-to-color:#000}.lg\:to-white{--gradient-to-color:#fff}.lg\:to-gray-100{--gradient-to-color:silver}.lg\:to-gray-200{--gradient-to-color:#e7e6e6}.lg\:to-gray-250{--gradient-to-color:#fafafa}.lg\:to-gray-300{--gradient-to-color:#dbd9d9}.lg\:to-gray-400{--gradient-to-color:#bbb}.lg\:to-gray-500{--gradient-to-color:#ccc}.lg\:to-gray-550{--gradient-to-color:#efefef}.lg\:to-gray-600{--gradient-to-color:#8e8e8e}.lg\:to-gray-650{--gradient-to-color:#8d8d8d}.lg\:to-gray-700{--gradient-to-color:#6e6e6e}.lg\:to-gray-750{--gradient-to-color:#4a4a4a}.lg\:to-gray-800{--gradient-to-color:#313131}.lg\:to-gray-900{--gradient-to-color:#728597}.lg\:to-gray-50\%{--gradient-to-color:rgba(0,0,0,0.5)}.lg\:to-gray-30\%{--gradient-to-color:rgba(0,0,0,0.3)}.lg\:to-red-100{--gradient-to-color:#fff5f5}.lg\:to-red-200{--gradient-to-color:#fed7d7}.lg\:to-red-300{--gradient-to-color:#feb2b2}.lg\:to-red-400{--gradient-to-color:#fc8181}.lg\:to-red-500{--gradient-to-color:#f56565}.lg\:to-red-600{--gradient-to-color:#e53e3e}.lg\:to-red-700{--gradient-to-color:#c53030}.lg\:to-red-800{--gradient-to-color:#9b2c2c}.lg\:to-red-900{--gradient-to-color:#742a2a}.lg\:to-orange-100{--gradient-to-color:#fffaf0}.lg\:to-orange-200{--gradient-to-color:#feebc8}.lg\:to-orange-300{--gradient-to-color:#fbd38d}.lg\:to-orange-400{--gradient-to-color:#f6ad55}.lg\:to-orange-500{--gradient-to-color:#ed8936}.lg\:to-orange-600{--gradient-to-color:#dd6b20}.lg\:to-orange-700{--gradient-to-color:#c05621}.lg\:to-orange-800{--gradient-to-color:#9c4221}.lg\:to-orange-900{--gradient-to-color:#7b341e}.lg\:to-yellow-100{--gradient-to-color:ivory}.lg\:to-yellow-200{--gradient-to-color:#fefcbf}.lg\:to-yellow-300{--gradient-to-color:#faf089}.lg\:to-yellow-400{--gradient-to-color:#f6e05e}.lg\:to-yellow-500{--gradient-to-color:#ecc94b}.lg\:to-yellow-600{--gradient-to-color:#d69e2e}.lg\:to-yellow-700{--gradient-to-color:#b7791f}.lg\:to-yellow-800{--gradient-to-color:#975a16}.lg\:to-yellow-900{--gradient-to-color:#744210}.lg\:to-green{--gradient-to-color:#478415}.lg\:to-teal-100{--gradient-to-color:#e6fffa}.lg\:to-teal-200{--gradient-to-color:#b2f5ea}.lg\:to-teal-300{--gradient-to-color:#81e6d9}.lg\:to-teal-400{--gradient-to-color:#4fd1c5}.lg\:to-teal-500{--gradient-to-color:#38b2ac}.lg\:to-teal-600{--gradient-to-color:#319795}.lg\:to-teal-700{--gradient-to-color:#2c7a7b}.lg\:to-teal-800{--gradient-to-color:#285e61}.lg\:to-teal-900{--gradient-to-color:#234e52}.lg\:to-blue-100{--gradient-to-color:#ebf8ff}.lg\:to-blue-200{--gradient-to-color:#bee3f8}.lg\:to-blue-300{--gradient-to-color:#90cdf4}.lg\:to-blue-400{--gradient-to-color:#63b3ed}.lg\:to-blue-500{--gradient-to-color:#4299e1}.lg\:to-blue-600{--gradient-to-color:#3182ce}.lg\:to-blue-700{--gradient-to-color:#2b6cb0}.lg\:to-blue-800{--gradient-to-color:#2c5282}.lg\:to-blue-900{--gradient-to-color:#2a4365}.lg\:to-indigo-100{--gradient-to-color:#ebf4ff}.lg\:to-indigo-200{--gradient-to-color:#c3dafe}.lg\:to-indigo-300{--gradient-to-color:#a3bffa}.lg\:to-indigo-400{--gradient-to-color:#7f9cf5}.lg\:to-indigo-500{--gradient-to-color:#667eea}.lg\:to-indigo-600{--gradient-to-color:#5a67d8}.lg\:to-indigo-700{--gradient-to-color:#4c51bf}.lg\:to-indigo-800{--gradient-to-color:#434190}.lg\:to-indigo-900{--gradient-to-color:#3c366b}.lg\:to-purple-100{--gradient-to-color:#faf5ff}.lg\:to-purple-200{--gradient-to-color:#e9d8fd}.lg\:to-purple-300{--gradient-to-color:#d6bcfa}.lg\:to-purple-400{--gradient-to-color:#b794f4}.lg\:to-purple-500{--gradient-to-color:#9f7aea}.lg\:to-purple-600{--gradient-to-color:#805ad5}.lg\:to-purple-700{--gradient-to-color:#6b46c1}.lg\:to-purple-800{--gradient-to-color:#553c9a}.lg\:to-purple-900{--gradient-to-color:#44337a}.lg\:to-pink-100{--gradient-to-color:#fff5f7}.lg\:to-pink-200{--gradient-to-color:#fed7e2}.lg\:to-pink-300{--gradient-to-color:#fbb6ce}.lg\:to-pink-400{--gradient-to-color:#f687b3}.lg\:to-pink-500{--gradient-to-color:#ed64a6}.lg\:to-pink-600{--gradient-to-color:#d53f8c}.lg\:to-pink-700{--gradient-to-color:#b83280}.lg\:to-pink-800{--gradient-to-color:#97266d}.lg\:to-pink-900{--gradient-to-color:#702459}.lg\:to-text{--gradient-to-color:#000}.lg\:to-primary{--gradient-to-color:#0b3780}.lg\:to-secondary{--gradient-to-color:#fecc00}.lg\:to-primaryDark{--gradient-to-color:#001e67}.lg\:to-clientCenterPrimary{--gradient-to-color:#0f617e}.lg\:to-clientCenterHover{--gradient-to-color:#168cb5}.lg\:hover\:from-transparent:hover{--gradient-from-color:transparent;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,transparent)}.lg\:hover\:from-current:hover{--gradient-from-color:currentColor;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,hsla(0,0%,100%,0))}.lg\:hover\:from-black:hover{--gradient-from-color:#000;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,transparent)}.lg\:hover\:from-white:hover{--gradient-from-color:#fff;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,hsla(0,0%,100%,0))}.lg\:hover\:from-gray-100:hover{--gradient-from-color:silver;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,hsla(0,0%,75.3%,0))}.lg\:hover\:from-gray-200:hover{--gradient-from-color:#e7e6e6;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,hsla(0,2%,90.4%,0))}.lg\:hover\:from-gray-250:hover{--gradient-from-color:#fafafa;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,hsla(0,0%,98%,0))}.lg\:hover\:from-gray-300:hover{--gradient-from-color:#dbd9d9;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(219,217,217,0))}.lg\:hover\:from-gray-400:hover{--gradient-from-color:#bbb;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,hsla(0,0%,73.3%,0))}.lg\:hover\:from-gray-500:hover{--gradient-from-color:#ccc;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,hsla(0,0%,80%,0))}.lg\:hover\:from-gray-550:hover{--gradient-from-color:#efefef;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,hsla(0,0%,93.7%,0))}.lg\:hover\:from-gray-600:hover{--gradient-from-color:#8e8e8e;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,hsla(0,0%,55.7%,0))}.lg\:hover\:from-gray-650:hover{--gradient-from-color:#8d8d8d;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,hsla(0,0%,55.3%,0))}.lg\:hover\:from-gray-700:hover{--gradient-from-color:#6e6e6e;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,hsla(0,0%,43.1%,0))}.lg\:hover\:from-gray-750:hover{--gradient-from-color:#4a4a4a;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(74,74,74,0))}.lg\:hover\:from-gray-800:hover{--gradient-from-color:#313131;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(49,49,49,0))}.lg\:hover\:from-gray-900:hover{--gradient-from-color:#728597;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(114,133,151,0))}.lg\:hover\:from-gray-50\%:hover{--gradient-from-color:rgba(0,0,0,0.5);--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,transparent)}.lg\:hover\:from-gray-30\%:hover{--gradient-from-color:rgba(0,0,0,0.3);--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,transparent)}.lg\:hover\:from-red-100:hover{--gradient-from-color:#fff5f5;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,hsla(0,100%,98%,0))}.lg\:hover\:from-red-200:hover{--gradient-from-color:#fed7d7;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(254,215,215,0))}.lg\:hover\:from-red-300:hover{--gradient-from-color:#feb2b2;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(254,178,178,0))}.lg\:hover\:from-red-400:hover{--gradient-from-color:#fc8181;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(252,129,129,0))}.lg\:hover\:from-red-500:hover{--gradient-from-color:#f56565;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(245,101,101,0))}.lg\:hover\:from-red-600:hover{--gradient-from-color:#e53e3e;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(229,62,62,0))}.lg\:hover\:from-red-700:hover{--gradient-from-color:#c53030;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(197,48,48,0))}.lg\:hover\:from-red-800:hover{--gradient-from-color:#9b2c2c;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(155,44,44,0))}.lg\:hover\:from-red-900:hover{--gradient-from-color:#742a2a;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(116,42,42,0))}.lg\:hover\:from-orange-100:hover{--gradient-from-color:#fffaf0;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(255,250,240,0))}.lg\:hover\:from-orange-200:hover{--gradient-from-color:#feebc8;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(254,235,200,0))}.lg\:hover\:from-orange-300:hover{--gradient-from-color:#fbd38d;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(251,211,141,0))}.lg\:hover\:from-orange-400:hover{--gradient-from-color:#f6ad55;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(246,173,85,0))}.lg\:hover\:from-orange-500:hover{--gradient-from-color:#ed8936;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(237,137,54,0))}.lg\:hover\:from-orange-600:hover{--gradient-from-color:#dd6b20;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(221,107,32,0))}.lg\:hover\:from-orange-700:hover{--gradient-from-color:#c05621;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(192,86,33,0))}.lg\:hover\:from-orange-800:hover{--gradient-from-color:#9c4221;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(156,66,33,0))}.lg\:hover\:from-orange-900:hover{--gradient-from-color:#7b341e;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(123,52,30,0))}.lg\:hover\:from-yellow-100:hover{--gradient-from-color:ivory;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(255,255,240,0))}.lg\:hover\:from-yellow-200:hover{--gradient-from-color:#fefcbf;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(254,252,191,0))}.lg\:hover\:from-yellow-300:hover{--gradient-from-color:#faf089;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(250,240,137,0))}.lg\:hover\:from-yellow-400:hover{--gradient-from-color:#f6e05e;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(246,224,94,0))}.lg\:hover\:from-yellow-500:hover{--gradient-from-color:#ecc94b;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(236,201,75,0))}.lg\:hover\:from-yellow-600:hover{--gradient-from-color:#d69e2e;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(214,158,46,0))}.lg\:hover\:from-yellow-700:hover{--gradient-from-color:#b7791f;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(183,121,31,0))}.lg\:hover\:from-yellow-800:hover{--gradient-from-color:#975a16;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(151,90,22,0))}.lg\:hover\:from-yellow-900:hover{--gradient-from-color:#744210;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(116,66,16,0))}.lg\:hover\:from-green:hover{--gradient-from-color:#478415;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(71,132,21,0))}.lg\:hover\:from-teal-100:hover{--gradient-from-color:#e6fffa;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(230,255,250,0))}.lg\:hover\:from-teal-200:hover{--gradient-from-color:#b2f5ea;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(178,245,234,0))}.lg\:hover\:from-teal-300:hover{--gradient-from-color:#81e6d9;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(129,230,217,0))}.lg\:hover\:from-teal-400:hover{--gradient-from-color:#4fd1c5;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(79,209,197,0))}.lg\:hover\:from-teal-500:hover{--gradient-from-color:#38b2ac;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(56,178,172,0))}.lg\:hover\:from-teal-600:hover{--gradient-from-color:#319795;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(49,151,149,0))}.lg\:hover\:from-teal-700:hover{--gradient-from-color:#2c7a7b;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(44,122,123,0))}.lg\:hover\:from-teal-800:hover{--gradient-from-color:#285e61;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(40,94,97,0))}.lg\:hover\:from-teal-900:hover{--gradient-from-color:#234e52;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(35,78,82,0))}.lg\:hover\:from-blue-100:hover{--gradient-from-color:#ebf8ff;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(235,248,255,0))}.lg\:hover\:from-blue-200:hover{--gradient-from-color:#bee3f8;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(190,227,248,0))}.lg\:hover\:from-blue-300:hover{--gradient-from-color:#90cdf4;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(144,205,244,0))}.lg\:hover\:from-blue-400:hover{--gradient-from-color:#63b3ed;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(99,179,237,0))}.lg\:hover\:from-blue-500:hover{--gradient-from-color:#4299e1;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(66,153,225,0))}.lg\:hover\:from-blue-600:hover{--gradient-from-color:#3182ce;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(49,130,206,0))}.lg\:hover\:from-blue-700:hover{--gradient-from-color:#2b6cb0;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(43,108,176,0))}.lg\:hover\:from-blue-800:hover{--gradient-from-color:#2c5282;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(44,82,130,0))}.lg\:hover\:from-blue-900:hover{--gradient-from-color:#2a4365;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(42,67,101,0))}.lg\:hover\:from-indigo-100:hover{--gradient-from-color:#ebf4ff;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(235,244,255,0))}.lg\:hover\:from-indigo-200:hover{--gradient-from-color:#c3dafe;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(195,218,254,0))}.lg\:hover\:from-indigo-300:hover{--gradient-from-color:#a3bffa;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(163,191,250,0))}.lg\:hover\:from-indigo-400:hover{--gradient-from-color:#7f9cf5;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(127,156,245,0))}.lg\:hover\:from-indigo-500:hover{--gradient-from-color:#667eea;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(102,126,234,0))}.lg\:hover\:from-indigo-600:hover{--gradient-from-color:#5a67d8;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(90,103,216,0))}.lg\:hover\:from-indigo-700:hover{--gradient-from-color:#4c51bf;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(76,81,191,0))}.lg\:hover\:from-indigo-800:hover{--gradient-from-color:#434190;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(67,65,144,0))}.lg\:hover\:from-indigo-900:hover{--gradient-from-color:#3c366b;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(60,54,107,0))}.lg\:hover\:from-purple-100:hover{--gradient-from-color:#faf5ff;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(250,245,255,0))}.lg\:hover\:from-purple-200:hover{--gradient-from-color:#e9d8fd;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(233,216,253,0))}.lg\:hover\:from-purple-300:hover{--gradient-from-color:#d6bcfa;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(214,188,250,0))}.lg\:hover\:from-purple-400:hover{--gradient-from-color:#b794f4;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(183,148,244,0))}.lg\:hover\:from-purple-500:hover{--gradient-from-color:#9f7aea;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(159,122,234,0))}.lg\:hover\:from-purple-600:hover{--gradient-from-color:#805ad5;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(128,90,213,0))}.lg\:hover\:from-purple-700:hover{--gradient-from-color:#6b46c1;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(107,70,193,0))}.lg\:hover\:from-purple-800:hover{--gradient-from-color:#553c9a;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(85,60,154,0))}.lg\:hover\:from-purple-900:hover{--gradient-from-color:#44337a;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(68,51,122,0))}.lg\:hover\:from-pink-100:hover{--gradient-from-color:#fff5f7;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(255,245,247,0))}.lg\:hover\:from-pink-200:hover{--gradient-from-color:#fed7e2;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(254,215,226,0))}.lg\:hover\:from-pink-300:hover{--gradient-from-color:#fbb6ce;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(251,182,206,0))}.lg\:hover\:from-pink-400:hover{--gradient-from-color:#f687b3;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(246,135,179,0))}.lg\:hover\:from-pink-500:hover{--gradient-from-color:#ed64a6;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(237,100,166,0))}.lg\:hover\:from-pink-600:hover{--gradient-from-color:#d53f8c;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(213,63,140,0))}.lg\:hover\:from-pink-700:hover{--gradient-from-color:#b83280;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(184,50,128,0))}.lg\:hover\:from-pink-800:hover{--gradient-from-color:#97266d;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(151,38,109,0))}.lg\:hover\:from-pink-900:hover{--gradient-from-color:#702459;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(112,36,89,0))}.lg\:hover\:from-text:hover{--gradient-from-color:#000;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,transparent)}.lg\:hover\:from-primary:hover{--gradient-from-color:#0b3780;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(11,55,128,0))}.lg\:hover\:from-secondary:hover{--gradient-from-color:#fecc00;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(254,204,0,0))}.lg\:hover\:from-primaryDark:hover{--gradient-from-color:#001e67;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(0,30,103,0))}.lg\:hover\:from-clientCenterPrimary:hover{--gradient-from-color:#0f617e;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(15,97,126,0))}.lg\:hover\:from-clientCenterHover:hover{--gradient-from-color:#168cb5;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(22,140,181,0))}.lg\:hover\:via-transparent:hover{--gradient-via-color:transparent;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,transparent)}.lg\:hover\:via-current:hover{--gradient-via-color:currentColor;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,hsla(0,0%,100%,0))}.lg\:hover\:via-black:hover{--gradient-via-color:#000;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,transparent)}.lg\:hover\:via-white:hover{--gradient-via-color:#fff;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,hsla(0,0%,100%,0))}.lg\:hover\:via-gray-100:hover{--gradient-via-color:silver;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,hsla(0,0%,75.3%,0))}.lg\:hover\:via-gray-200:hover{--gradient-via-color:#e7e6e6;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,hsla(0,2%,90.4%,0))}.lg\:hover\:via-gray-250:hover{--gradient-via-color:#fafafa;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,hsla(0,0%,98%,0))}.lg\:hover\:via-gray-300:hover{--gradient-via-color:#dbd9d9;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(219,217,217,0))}.lg\:hover\:via-gray-400:hover{--gradient-via-color:#bbb;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,hsla(0,0%,73.3%,0))}.lg\:hover\:via-gray-500:hover{--gradient-via-color:#ccc;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,hsla(0,0%,80%,0))}.lg\:hover\:via-gray-550:hover{--gradient-via-color:#efefef;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,hsla(0,0%,93.7%,0))}.lg\:hover\:via-gray-600:hover{--gradient-via-color:#8e8e8e;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,hsla(0,0%,55.7%,0))}.lg\:hover\:via-gray-650:hover{--gradient-via-color:#8d8d8d;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,hsla(0,0%,55.3%,0))}.lg\:hover\:via-gray-700:hover{--gradient-via-color:#6e6e6e;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,hsla(0,0%,43.1%,0))}.lg\:hover\:via-gray-750:hover{--gradient-via-color:#4a4a4a;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(74,74,74,0))}.lg\:hover\:via-gray-800:hover{--gradient-via-color:#313131;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(49,49,49,0))}.lg\:hover\:via-gray-900:hover{--gradient-via-color:#728597;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(114,133,151,0))}.lg\:hover\:via-gray-50\%:hover{--gradient-via-color:rgba(0,0,0,0.5);--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,transparent)}.lg\:hover\:via-gray-30\%:hover{--gradient-via-color:rgba(0,0,0,0.3);--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,transparent)}.lg\:hover\:via-red-100:hover{--gradient-via-color:#fff5f5;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,hsla(0,100%,98%,0))}.lg\:hover\:via-red-200:hover{--gradient-via-color:#fed7d7;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(254,215,215,0))}.lg\:hover\:via-red-300:hover{--gradient-via-color:#feb2b2;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(254,178,178,0))}.lg\:hover\:via-red-400:hover{--gradient-via-color:#fc8181;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(252,129,129,0))}.lg\:hover\:via-red-500:hover{--gradient-via-color:#f56565;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(245,101,101,0))}.lg\:hover\:via-red-600:hover{--gradient-via-color:#e53e3e;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(229,62,62,0))}.lg\:hover\:via-red-700:hover{--gradient-via-color:#c53030;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(197,48,48,0))}.lg\:hover\:via-red-800:hover{--gradient-via-color:#9b2c2c;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(155,44,44,0))}.lg\:hover\:via-red-900:hover{--gradient-via-color:#742a2a;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(116,42,42,0))}.lg\:hover\:via-orange-100:hover{--gradient-via-color:#fffaf0;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(255,250,240,0))}.lg\:hover\:via-orange-200:hover{--gradient-via-color:#feebc8;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(254,235,200,0))}.lg\:hover\:via-orange-300:hover{--gradient-via-color:#fbd38d;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(251,211,141,0))}.lg\:hover\:via-orange-400:hover{--gradient-via-color:#f6ad55;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(246,173,85,0))}.lg\:hover\:via-orange-500:hover{--gradient-via-color:#ed8936;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(237,137,54,0))}.lg\:hover\:via-orange-600:hover{--gradient-via-color:#dd6b20;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(221,107,32,0))}.lg\:hover\:via-orange-700:hover{--gradient-via-color:#c05621;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(192,86,33,0))}.lg\:hover\:via-orange-800:hover{--gradient-via-color:#9c4221;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(156,66,33,0))}.lg\:hover\:via-orange-900:hover{--gradient-via-color:#7b341e;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(123,52,30,0))}.lg\:hover\:via-yellow-100:hover{--gradient-via-color:ivory;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(255,255,240,0))}.lg\:hover\:via-yellow-200:hover{--gradient-via-color:#fefcbf;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(254,252,191,0))}.lg\:hover\:via-yellow-300:hover{--gradient-via-color:#faf089;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(250,240,137,0))}.lg\:hover\:via-yellow-400:hover{--gradient-via-color:#f6e05e;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(246,224,94,0))}.lg\:hover\:via-yellow-500:hover{--gradient-via-color:#ecc94b;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(236,201,75,0))}.lg\:hover\:via-yellow-600:hover{--gradient-via-color:#d69e2e;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(214,158,46,0))}.lg\:hover\:via-yellow-700:hover{--gradient-via-color:#b7791f;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(183,121,31,0))}.lg\:hover\:via-yellow-800:hover{--gradient-via-color:#975a16;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(151,90,22,0))}.lg\:hover\:via-yellow-900:hover{--gradient-via-color:#744210;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(116,66,16,0))}.lg\:hover\:via-green:hover{--gradient-via-color:#478415;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(71,132,21,0))}.lg\:hover\:via-teal-100:hover{--gradient-via-color:#e6fffa;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(230,255,250,0))}.lg\:hover\:via-teal-200:hover{--gradient-via-color:#b2f5ea;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(178,245,234,0))}.lg\:hover\:via-teal-300:hover{--gradient-via-color:#81e6d9;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(129,230,217,0))}.lg\:hover\:via-teal-400:hover{--gradient-via-color:#4fd1c5;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(79,209,197,0))}.lg\:hover\:via-teal-500:hover{--gradient-via-color:#38b2ac;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(56,178,172,0))}.lg\:hover\:via-teal-600:hover{--gradient-via-color:#319795;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(49,151,149,0))}.lg\:hover\:via-teal-700:hover{--gradient-via-color:#2c7a7b;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(44,122,123,0))}.lg\:hover\:via-teal-800:hover{--gradient-via-color:#285e61;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(40,94,97,0))}.lg\:hover\:via-teal-900:hover{--gradient-via-color:#234e52;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(35,78,82,0))}.lg\:hover\:via-blue-100:hover{--gradient-via-color:#ebf8ff;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(235,248,255,0))}.lg\:hover\:via-blue-200:hover{--gradient-via-color:#bee3f8;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(190,227,248,0))}.lg\:hover\:via-blue-300:hover{--gradient-via-color:#90cdf4;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(144,205,244,0))}.lg\:hover\:via-blue-400:hover{--gradient-via-color:#63b3ed;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(99,179,237,0))}.lg\:hover\:via-blue-500:hover{--gradient-via-color:#4299e1;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(66,153,225,0))}.lg\:hover\:via-blue-600:hover{--gradient-via-color:#3182ce;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(49,130,206,0))}.lg\:hover\:via-blue-700:hover{--gradient-via-color:#2b6cb0;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(43,108,176,0))}.lg\:hover\:via-blue-800:hover{--gradient-via-color:#2c5282;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(44,82,130,0))}.lg\:hover\:via-blue-900:hover{--gradient-via-color:#2a4365;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(42,67,101,0))}.lg\:hover\:via-indigo-100:hover{--gradient-via-color:#ebf4ff;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(235,244,255,0))}.lg\:hover\:via-indigo-200:hover{--gradient-via-color:#c3dafe;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(195,218,254,0))}.lg\:hover\:via-indigo-300:hover{--gradient-via-color:#a3bffa;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(163,191,250,0))}.lg\:hover\:via-indigo-400:hover{--gradient-via-color:#7f9cf5;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(127,156,245,0))}.lg\:hover\:via-indigo-500:hover{--gradient-via-color:#667eea;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(102,126,234,0))}.lg\:hover\:via-indigo-600:hover{--gradient-via-color:#5a67d8;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(90,103,216,0))}.lg\:hover\:via-indigo-700:hover{--gradient-via-color:#4c51bf;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(76,81,191,0))}.lg\:hover\:via-indigo-800:hover{--gradient-via-color:#434190;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(67,65,144,0))}.lg\:hover\:via-indigo-900:hover{--gradient-via-color:#3c366b;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(60,54,107,0))}.lg\:hover\:via-purple-100:hover{--gradient-via-color:#faf5ff;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(250,245,255,0))}.lg\:hover\:via-purple-200:hover{--gradient-via-color:#e9d8fd;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(233,216,253,0))}.lg\:hover\:via-purple-300:hover{--gradient-via-color:#d6bcfa;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(214,188,250,0))}.lg\:hover\:via-purple-400:hover{--gradient-via-color:#b794f4;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(183,148,244,0))}.lg\:hover\:via-purple-500:hover{--gradient-via-color:#9f7aea;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(159,122,234,0))}.lg\:hover\:via-purple-600:hover{--gradient-via-color:#805ad5;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(128,90,213,0))}.lg\:hover\:via-purple-700:hover{--gradient-via-color:#6b46c1;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(107,70,193,0))}.lg\:hover\:via-purple-800:hover{--gradient-via-color:#553c9a;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(85,60,154,0))}.lg\:hover\:via-purple-900:hover{--gradient-via-color:#44337a;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(68,51,122,0))}.lg\:hover\:via-pink-100:hover{--gradient-via-color:#fff5f7;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(255,245,247,0))}.lg\:hover\:via-pink-200:hover{--gradient-via-color:#fed7e2;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(254,215,226,0))}.lg\:hover\:via-pink-300:hover{--gradient-via-color:#fbb6ce;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(251,182,206,0))}.lg\:hover\:via-pink-400:hover{--gradient-via-color:#f687b3;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(246,135,179,0))}.lg\:hover\:via-pink-500:hover{--gradient-via-color:#ed64a6;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(237,100,166,0))}.lg\:hover\:via-pink-600:hover{--gradient-via-color:#d53f8c;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(213,63,140,0))}.lg\:hover\:via-pink-700:hover{--gradient-via-color:#b83280;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(184,50,128,0))}.lg\:hover\:via-pink-800:hover{--gradient-via-color:#97266d;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(151,38,109,0))}.lg\:hover\:via-pink-900:hover{--gradient-via-color:#702459;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(112,36,89,0))}.lg\:hover\:via-text:hover{--gradient-via-color:#000;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,transparent)}.lg\:hover\:via-primary:hover{--gradient-via-color:#0b3780;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(11,55,128,0))}.lg\:hover\:via-secondary:hover{--gradient-via-color:#fecc00;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(254,204,0,0))}.lg\:hover\:via-primaryDark:hover{--gradient-via-color:#001e67;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(0,30,103,0))}.lg\:hover\:via-clientCenterPrimary:hover{--gradient-via-color:#0f617e;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(15,97,126,0))}.lg\:hover\:via-clientCenterHover:hover{--gradient-via-color:#168cb5;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(22,140,181,0))}.lg\:hover\:to-transparent:hover{--gradient-to-color:transparent}.lg\:hover\:to-current:hover{--gradient-to-color:currentColor}.lg\:hover\:to-black:hover{--gradient-to-color:#000}.lg\:hover\:to-white:hover{--gradient-to-color:#fff}.lg\:hover\:to-gray-100:hover{--gradient-to-color:silver}.lg\:hover\:to-gray-200:hover{--gradient-to-color:#e7e6e6}.lg\:hover\:to-gray-250:hover{--gradient-to-color:#fafafa}.lg\:hover\:to-gray-300:hover{--gradient-to-color:#dbd9d9}.lg\:hover\:to-gray-400:hover{--gradient-to-color:#bbb}.lg\:hover\:to-gray-500:hover{--gradient-to-color:#ccc}.lg\:hover\:to-gray-550:hover{--gradient-to-color:#efefef}.lg\:hover\:to-gray-600:hover{--gradient-to-color:#8e8e8e}.lg\:hover\:to-gray-650:hover{--gradient-to-color:#8d8d8d}.lg\:hover\:to-gray-700:hover{--gradient-to-color:#6e6e6e}.lg\:hover\:to-gray-750:hover{--gradient-to-color:#4a4a4a}.lg\:hover\:to-gray-800:hover{--gradient-to-color:#313131}.lg\:hover\:to-gray-900:hover{--gradient-to-color:#728597}.lg\:hover\:to-gray-50\%:hover{--gradient-to-color:rgba(0,0,0,0.5)}.lg\:hover\:to-gray-30\%:hover{--gradient-to-color:rgba(0,0,0,0.3)}.lg\:hover\:to-red-100:hover{--gradient-to-color:#fff5f5}.lg\:hover\:to-red-200:hover{--gradient-to-color:#fed7d7}.lg\:hover\:to-red-300:hover{--gradient-to-color:#feb2b2}.lg\:hover\:to-red-400:hover{--gradient-to-color:#fc8181}.lg\:hover\:to-red-500:hover{--gradient-to-color:#f56565}.lg\:hover\:to-red-600:hover{--gradient-to-color:#e53e3e}.lg\:hover\:to-red-700:hover{--gradient-to-color:#c53030}.lg\:hover\:to-red-800:hover{--gradient-to-color:#9b2c2c}.lg\:hover\:to-red-900:hover{--gradient-to-color:#742a2a}.lg\:hover\:to-orange-100:hover{--gradient-to-color:#fffaf0}.lg\:hover\:to-orange-200:hover{--gradient-to-color:#feebc8}.lg\:hover\:to-orange-300:hover{--gradient-to-color:#fbd38d}.lg\:hover\:to-orange-400:hover{--gradient-to-color:#f6ad55}.lg\:hover\:to-orange-500:hover{--gradient-to-color:#ed8936}.lg\:hover\:to-orange-600:hover{--gradient-to-color:#dd6b20}.lg\:hover\:to-orange-700:hover{--gradient-to-color:#c05621}.lg\:hover\:to-orange-800:hover{--gradient-to-color:#9c4221}.lg\:hover\:to-orange-900:hover{--gradient-to-color:#7b341e}.lg\:hover\:to-yellow-100:hover{--gradient-to-color:ivory}.lg\:hover\:to-yellow-200:hover{--gradient-to-color:#fefcbf}.lg\:hover\:to-yellow-300:hover{--gradient-to-color:#faf089}.lg\:hover\:to-yellow-400:hover{--gradient-to-color:#f6e05e}.lg\:hover\:to-yellow-500:hover{--gradient-to-color:#ecc94b}.lg\:hover\:to-yellow-600:hover{--gradient-to-color:#d69e2e}.lg\:hover\:to-yellow-700:hover{--gradient-to-color:#b7791f}.lg\:hover\:to-yellow-800:hover{--gradient-to-color:#975a16}.lg\:hover\:to-yellow-900:hover{--gradient-to-color:#744210}.lg\:hover\:to-green:hover{--gradient-to-color:#478415}.lg\:hover\:to-teal-100:hover{--gradient-to-color:#e6fffa}.lg\:hover\:to-teal-200:hover{--gradient-to-color:#b2f5ea}.lg\:hover\:to-teal-300:hover{--gradient-to-color:#81e6d9}.lg\:hover\:to-teal-400:hover{--gradient-to-color:#4fd1c5}.lg\:hover\:to-teal-500:hover{--gradient-to-color:#38b2ac}.lg\:hover\:to-teal-600:hover{--gradient-to-color:#319795}.lg\:hover\:to-teal-700:hover{--gradient-to-color:#2c7a7b}.lg\:hover\:to-teal-800:hover{--gradient-to-color:#285e61}.lg\:hover\:to-teal-900:hover{--gradient-to-color:#234e52}.lg\:hover\:to-blue-100:hover{--gradient-to-color:#ebf8ff}.lg\:hover\:to-blue-200:hover{--gradient-to-color:#bee3f8}.lg\:hover\:to-blue-300:hover{--gradient-to-color:#90cdf4}.lg\:hover\:to-blue-400:hover{--gradient-to-color:#63b3ed}.lg\:hover\:to-blue-500:hover{--gradient-to-color:#4299e1}.lg\:hover\:to-blue-600:hover{--gradient-to-color:#3182ce}.lg\:hover\:to-blue-700:hover{--gradient-to-color:#2b6cb0}.lg\:hover\:to-blue-800:hover{--gradient-to-color:#2c5282}.lg\:hover\:to-blue-900:hover{--gradient-to-color:#2a4365}.lg\:hover\:to-indigo-100:hover{--gradient-to-color:#ebf4ff}.lg\:hover\:to-indigo-200:hover{--gradient-to-color:#c3dafe}.lg\:hover\:to-indigo-300:hover{--gradient-to-color:#a3bffa}.lg\:hover\:to-indigo-400:hover{--gradient-to-color:#7f9cf5}.lg\:hover\:to-indigo-500:hover{--gradient-to-color:#667eea}.lg\:hover\:to-indigo-600:hover{--gradient-to-color:#5a67d8}.lg\:hover\:to-indigo-700:hover{--gradient-to-color:#4c51bf}.lg\:hover\:to-indigo-800:hover{--gradient-to-color:#434190}.lg\:hover\:to-indigo-900:hover{--gradient-to-color:#3c366b}.lg\:hover\:to-purple-100:hover{--gradient-to-color:#faf5ff}.lg\:hover\:to-purple-200:hover{--gradient-to-color:#e9d8fd}.lg\:hover\:to-purple-300:hover{--gradient-to-color:#d6bcfa}.lg\:hover\:to-purple-400:hover{--gradient-to-color:#b794f4}.lg\:hover\:to-purple-500:hover{--gradient-to-color:#9f7aea}.lg\:hover\:to-purple-600:hover{--gradient-to-color:#805ad5}.lg\:hover\:to-purple-700:hover{--gradient-to-color:#6b46c1}.lg\:hover\:to-purple-800:hover{--gradient-to-color:#553c9a}.lg\:hover\:to-purple-900:hover{--gradient-to-color:#44337a}.lg\:hover\:to-pink-100:hover{--gradient-to-color:#fff5f7}.lg\:hover\:to-pink-200:hover{--gradient-to-color:#fed7e2}.lg\:hover\:to-pink-300:hover{--gradient-to-color:#fbb6ce}.lg\:hover\:to-pink-400:hover{--gradient-to-color:#f687b3}.lg\:hover\:to-pink-500:hover{--gradient-to-color:#ed64a6}.lg\:hover\:to-pink-600:hover{--gradient-to-color:#d53f8c}.lg\:hover\:to-pink-700:hover{--gradient-to-color:#b83280}.lg\:hover\:to-pink-800:hover{--gradient-to-color:#97266d}.lg\:hover\:to-pink-900:hover{--gradient-to-color:#702459}.lg\:hover\:to-text:hover{--gradient-to-color:#000}.lg\:hover\:to-primary:hover{--gradient-to-color:#0b3780}.lg\:hover\:to-secondary:hover{--gradient-to-color:#fecc00}.lg\:hover\:to-primaryDark:hover{--gradient-to-color:#001e67}.lg\:hover\:to-clientCenterPrimary:hover{--gradient-to-color:#0f617e}.lg\:hover\:to-clientCenterHover:hover{--gradient-to-color:#168cb5}.lg\:focus\:from-transparent:focus{--gradient-from-color:transparent;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,transparent)}.lg\:focus\:from-current:focus{--gradient-from-color:currentColor;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,hsla(0,0%,100%,0))}.lg\:focus\:from-black:focus{--gradient-from-color:#000;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,transparent)}.lg\:focus\:from-white:focus{--gradient-from-color:#fff;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,hsla(0,0%,100%,0))}.lg\:focus\:from-gray-100:focus{--gradient-from-color:silver;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,hsla(0,0%,75.3%,0))}.lg\:focus\:from-gray-200:focus{--gradient-from-color:#e7e6e6;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,hsla(0,2%,90.4%,0))}.lg\:focus\:from-gray-250:focus{--gradient-from-color:#fafafa;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,hsla(0,0%,98%,0))}.lg\:focus\:from-gray-300:focus{--gradient-from-color:#dbd9d9;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(219,217,217,0))}.lg\:focus\:from-gray-400:focus{--gradient-from-color:#bbb;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,hsla(0,0%,73.3%,0))}.lg\:focus\:from-gray-500:focus{--gradient-from-color:#ccc;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,hsla(0,0%,80%,0))}.lg\:focus\:from-gray-550:focus{--gradient-from-color:#efefef;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,hsla(0,0%,93.7%,0))}.lg\:focus\:from-gray-600:focus{--gradient-from-color:#8e8e8e;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,hsla(0,0%,55.7%,0))}.lg\:focus\:from-gray-650:focus{--gradient-from-color:#8d8d8d;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,hsla(0,0%,55.3%,0))}.lg\:focus\:from-gray-700:focus{--gradient-from-color:#6e6e6e;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,hsla(0,0%,43.1%,0))}.lg\:focus\:from-gray-750:focus{--gradient-from-color:#4a4a4a;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(74,74,74,0))}.lg\:focus\:from-gray-800:focus{--gradient-from-color:#313131;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(49,49,49,0))}.lg\:focus\:from-gray-900:focus{--gradient-from-color:#728597;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(114,133,151,0))}.lg\:focus\:from-gray-50\%:focus{--gradient-from-color:rgba(0,0,0,0.5);--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,transparent)}.lg\:focus\:from-gray-30\%:focus{--gradient-from-color:rgba(0,0,0,0.3);--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,transparent)}.lg\:focus\:from-red-100:focus{--gradient-from-color:#fff5f5;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,hsla(0,100%,98%,0))}.lg\:focus\:from-red-200:focus{--gradient-from-color:#fed7d7;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(254,215,215,0))}.lg\:focus\:from-red-300:focus{--gradient-from-color:#feb2b2;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(254,178,178,0))}.lg\:focus\:from-red-400:focus{--gradient-from-color:#fc8181;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(252,129,129,0))}.lg\:focus\:from-red-500:focus{--gradient-from-color:#f56565;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(245,101,101,0))}.lg\:focus\:from-red-600:focus{--gradient-from-color:#e53e3e;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(229,62,62,0))}.lg\:focus\:from-red-700:focus{--gradient-from-color:#c53030;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(197,48,48,0))}.lg\:focus\:from-red-800:focus{--gradient-from-color:#9b2c2c;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(155,44,44,0))}.lg\:focus\:from-red-900:focus{--gradient-from-color:#742a2a;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(116,42,42,0))}.lg\:focus\:from-orange-100:focus{--gradient-from-color:#fffaf0;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(255,250,240,0))}.lg\:focus\:from-orange-200:focus{--gradient-from-color:#feebc8;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(254,235,200,0))}.lg\:focus\:from-orange-300:focus{--gradient-from-color:#fbd38d;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(251,211,141,0))}.lg\:focus\:from-orange-400:focus{--gradient-from-color:#f6ad55;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(246,173,85,0))}.lg\:focus\:from-orange-500:focus{--gradient-from-color:#ed8936;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(237,137,54,0))}.lg\:focus\:from-orange-600:focus{--gradient-from-color:#dd6b20;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(221,107,32,0))}.lg\:focus\:from-orange-700:focus{--gradient-from-color:#c05621;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(192,86,33,0))}.lg\:focus\:from-orange-800:focus{--gradient-from-color:#9c4221;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(156,66,33,0))}.lg\:focus\:from-orange-900:focus{--gradient-from-color:#7b341e;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(123,52,30,0))}.lg\:focus\:from-yellow-100:focus{--gradient-from-color:ivory;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(255,255,240,0))}.lg\:focus\:from-yellow-200:focus{--gradient-from-color:#fefcbf;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(254,252,191,0))}.lg\:focus\:from-yellow-300:focus{--gradient-from-color:#faf089;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(250,240,137,0))}.lg\:focus\:from-yellow-400:focus{--gradient-from-color:#f6e05e;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(246,224,94,0))}.lg\:focus\:from-yellow-500:focus{--gradient-from-color:#ecc94b;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(236,201,75,0))}.lg\:focus\:from-yellow-600:focus{--gradient-from-color:#d69e2e;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(214,158,46,0))}.lg\:focus\:from-yellow-700:focus{--gradient-from-color:#b7791f;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(183,121,31,0))}.lg\:focus\:from-yellow-800:focus{--gradient-from-color:#975a16;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(151,90,22,0))}.lg\:focus\:from-yellow-900:focus{--gradient-from-color:#744210;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(116,66,16,0))}.lg\:focus\:from-green:focus{--gradient-from-color:#478415;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(71,132,21,0))}.lg\:focus\:from-teal-100:focus{--gradient-from-color:#e6fffa;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(230,255,250,0))}.lg\:focus\:from-teal-200:focus{--gradient-from-color:#b2f5ea;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(178,245,234,0))}.lg\:focus\:from-teal-300:focus{--gradient-from-color:#81e6d9;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(129,230,217,0))}.lg\:focus\:from-teal-400:focus{--gradient-from-color:#4fd1c5;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(79,209,197,0))}.lg\:focus\:from-teal-500:focus{--gradient-from-color:#38b2ac;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(56,178,172,0))}.lg\:focus\:from-teal-600:focus{--gradient-from-color:#319795;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(49,151,149,0))}.lg\:focus\:from-teal-700:focus{--gradient-from-color:#2c7a7b;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(44,122,123,0))}.lg\:focus\:from-teal-800:focus{--gradient-from-color:#285e61;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(40,94,97,0))}.lg\:focus\:from-teal-900:focus{--gradient-from-color:#234e52;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(35,78,82,0))}.lg\:focus\:from-blue-100:focus{--gradient-from-color:#ebf8ff;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(235,248,255,0))}.lg\:focus\:from-blue-200:focus{--gradient-from-color:#bee3f8;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(190,227,248,0))}.lg\:focus\:from-blue-300:focus{--gradient-from-color:#90cdf4;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(144,205,244,0))}.lg\:focus\:from-blue-400:focus{--gradient-from-color:#63b3ed;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(99,179,237,0))}.lg\:focus\:from-blue-500:focus{--gradient-from-color:#4299e1;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(66,153,225,0))}.lg\:focus\:from-blue-600:focus{--gradient-from-color:#3182ce;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(49,130,206,0))}.lg\:focus\:from-blue-700:focus{--gradient-from-color:#2b6cb0;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(43,108,176,0))}.lg\:focus\:from-blue-800:focus{--gradient-from-color:#2c5282;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(44,82,130,0))}.lg\:focus\:from-blue-900:focus{--gradient-from-color:#2a4365;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(42,67,101,0))}.lg\:focus\:from-indigo-100:focus{--gradient-from-color:#ebf4ff;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(235,244,255,0))}.lg\:focus\:from-indigo-200:focus{--gradient-from-color:#c3dafe;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(195,218,254,0))}.lg\:focus\:from-indigo-300:focus{--gradient-from-color:#a3bffa;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(163,191,250,0))}.lg\:focus\:from-indigo-400:focus{--gradient-from-color:#7f9cf5;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(127,156,245,0))}.lg\:focus\:from-indigo-500:focus{--gradient-from-color:#667eea;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(102,126,234,0))}.lg\:focus\:from-indigo-600:focus{--gradient-from-color:#5a67d8;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(90,103,216,0))}.lg\:focus\:from-indigo-700:focus{--gradient-from-color:#4c51bf;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(76,81,191,0))}.lg\:focus\:from-indigo-800:focus{--gradient-from-color:#434190;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(67,65,144,0))}.lg\:focus\:from-indigo-900:focus{--gradient-from-color:#3c366b;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(60,54,107,0))}.lg\:focus\:from-purple-100:focus{--gradient-from-color:#faf5ff;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(250,245,255,0))}.lg\:focus\:from-purple-200:focus{--gradient-from-color:#e9d8fd;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(233,216,253,0))}.lg\:focus\:from-purple-300:focus{--gradient-from-color:#d6bcfa;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(214,188,250,0))}.lg\:focus\:from-purple-400:focus{--gradient-from-color:#b794f4;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(183,148,244,0))}.lg\:focus\:from-purple-500:focus{--gradient-from-color:#9f7aea;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(159,122,234,0))}.lg\:focus\:from-purple-600:focus{--gradient-from-color:#805ad5;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(128,90,213,0))}.lg\:focus\:from-purple-700:focus{--gradient-from-color:#6b46c1;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(107,70,193,0))}.lg\:focus\:from-purple-800:focus{--gradient-from-color:#553c9a;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(85,60,154,0))}.lg\:focus\:from-purple-900:focus{--gradient-from-color:#44337a;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(68,51,122,0))}.lg\:focus\:from-pink-100:focus{--gradient-from-color:#fff5f7;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(255,245,247,0))}.lg\:focus\:from-pink-200:focus{--gradient-from-color:#fed7e2;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(254,215,226,0))}.lg\:focus\:from-pink-300:focus{--gradient-from-color:#fbb6ce;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(251,182,206,0))}.lg\:focus\:from-pink-400:focus{--gradient-from-color:#f687b3;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(246,135,179,0))}.lg\:focus\:from-pink-500:focus{--gradient-from-color:#ed64a6;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(237,100,166,0))}.lg\:focus\:from-pink-600:focus{--gradient-from-color:#d53f8c;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(213,63,140,0))}.lg\:focus\:from-pink-700:focus{--gradient-from-color:#b83280;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(184,50,128,0))}.lg\:focus\:from-pink-800:focus{--gradient-from-color:#97266d;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(151,38,109,0))}.lg\:focus\:from-pink-900:focus{--gradient-from-color:#702459;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(112,36,89,0))}.lg\:focus\:from-text:focus{--gradient-from-color:#000;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,transparent)}.lg\:focus\:from-primary:focus{--gradient-from-color:#0b3780;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(11,55,128,0))}.lg\:focus\:from-secondary:focus{--gradient-from-color:#fecc00;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(254,204,0,0))}.lg\:focus\:from-primaryDark:focus{--gradient-from-color:#001e67;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(0,30,103,0))}.lg\:focus\:from-clientCenterPrimary:focus{--gradient-from-color:#0f617e;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(15,97,126,0))}.lg\:focus\:from-clientCenterHover:focus{--gradient-from-color:#168cb5;--gradient-color-stops:var(--gradient-from-color),var(--gradient-to-color,rgba(22,140,181,0))}.lg\:focus\:via-transparent:focus{--gradient-via-color:transparent;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,transparent)}.lg\:focus\:via-current:focus{--gradient-via-color:currentColor;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,hsla(0,0%,100%,0))}.lg\:focus\:via-black:focus{--gradient-via-color:#000;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,transparent)}.lg\:focus\:via-white:focus{--gradient-via-color:#fff;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,hsla(0,0%,100%,0))}.lg\:focus\:via-gray-100:focus{--gradient-via-color:silver;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,hsla(0,0%,75.3%,0))}.lg\:focus\:via-gray-200:focus{--gradient-via-color:#e7e6e6;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,hsla(0,2%,90.4%,0))}.lg\:focus\:via-gray-250:focus{--gradient-via-color:#fafafa;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,hsla(0,0%,98%,0))}.lg\:focus\:via-gray-300:focus{--gradient-via-color:#dbd9d9;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(219,217,217,0))}.lg\:focus\:via-gray-400:focus{--gradient-via-color:#bbb;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,hsla(0,0%,73.3%,0))}.lg\:focus\:via-gray-500:focus{--gradient-via-color:#ccc;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,hsla(0,0%,80%,0))}.lg\:focus\:via-gray-550:focus{--gradient-via-color:#efefef;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,hsla(0,0%,93.7%,0))}.lg\:focus\:via-gray-600:focus{--gradient-via-color:#8e8e8e;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,hsla(0,0%,55.7%,0))}.lg\:focus\:via-gray-650:focus{--gradient-via-color:#8d8d8d;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,hsla(0,0%,55.3%,0))}.lg\:focus\:via-gray-700:focus{--gradient-via-color:#6e6e6e;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,hsla(0,0%,43.1%,0))}.lg\:focus\:via-gray-750:focus{--gradient-via-color:#4a4a4a;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(74,74,74,0))}.lg\:focus\:via-gray-800:focus{--gradient-via-color:#313131;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(49,49,49,0))}.lg\:focus\:via-gray-900:focus{--gradient-via-color:#728597;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(114,133,151,0))}.lg\:focus\:via-gray-50\%:focus{--gradient-via-color:rgba(0,0,0,0.5);--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,transparent)}.lg\:focus\:via-gray-30\%:focus{--gradient-via-color:rgba(0,0,0,0.3);--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,transparent)}.lg\:focus\:via-red-100:focus{--gradient-via-color:#fff5f5;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,hsla(0,100%,98%,0))}.lg\:focus\:via-red-200:focus{--gradient-via-color:#fed7d7;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(254,215,215,0))}.lg\:focus\:via-red-300:focus{--gradient-via-color:#feb2b2;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(254,178,178,0))}.lg\:focus\:via-red-400:focus{--gradient-via-color:#fc8181;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(252,129,129,0))}.lg\:focus\:via-red-500:focus{--gradient-via-color:#f56565;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(245,101,101,0))}.lg\:focus\:via-red-600:focus{--gradient-via-color:#e53e3e;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(229,62,62,0))}.lg\:focus\:via-red-700:focus{--gradient-via-color:#c53030;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(197,48,48,0))}.lg\:focus\:via-red-800:focus{--gradient-via-color:#9b2c2c;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(155,44,44,0))}.lg\:focus\:via-red-900:focus{--gradient-via-color:#742a2a;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(116,42,42,0))}.lg\:focus\:via-orange-100:focus{--gradient-via-color:#fffaf0;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(255,250,240,0))}.lg\:focus\:via-orange-200:focus{--gradient-via-color:#feebc8;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(254,235,200,0))}.lg\:focus\:via-orange-300:focus{--gradient-via-color:#fbd38d;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(251,211,141,0))}.lg\:focus\:via-orange-400:focus{--gradient-via-color:#f6ad55;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(246,173,85,0))}.lg\:focus\:via-orange-500:focus{--gradient-via-color:#ed8936;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(237,137,54,0))}.lg\:focus\:via-orange-600:focus{--gradient-via-color:#dd6b20;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(221,107,32,0))}.lg\:focus\:via-orange-700:focus{--gradient-via-color:#c05621;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(192,86,33,0))}.lg\:focus\:via-orange-800:focus{--gradient-via-color:#9c4221;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(156,66,33,0))}.lg\:focus\:via-orange-900:focus{--gradient-via-color:#7b341e;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(123,52,30,0))}.lg\:focus\:via-yellow-100:focus{--gradient-via-color:ivory;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(255,255,240,0))}.lg\:focus\:via-yellow-200:focus{--gradient-via-color:#fefcbf;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(254,252,191,0))}.lg\:focus\:via-yellow-300:focus{--gradient-via-color:#faf089;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(250,240,137,0))}.lg\:focus\:via-yellow-400:focus{--gradient-via-color:#f6e05e;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(246,224,94,0))}.lg\:focus\:via-yellow-500:focus{--gradient-via-color:#ecc94b;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(236,201,75,0))}.lg\:focus\:via-yellow-600:focus{--gradient-via-color:#d69e2e;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(214,158,46,0))}.lg\:focus\:via-yellow-700:focus{--gradient-via-color:#b7791f;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(183,121,31,0))}.lg\:focus\:via-yellow-800:focus{--gradient-via-color:#975a16;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(151,90,22,0))}.lg\:focus\:via-yellow-900:focus{--gradient-via-color:#744210;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(116,66,16,0))}.lg\:focus\:via-green:focus{--gradient-via-color:#478415;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(71,132,21,0))}.lg\:focus\:via-teal-100:focus{--gradient-via-color:#e6fffa;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(230,255,250,0))}.lg\:focus\:via-teal-200:focus{--gradient-via-color:#b2f5ea;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(178,245,234,0))}.lg\:focus\:via-teal-300:focus{--gradient-via-color:#81e6d9;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(129,230,217,0))}.lg\:focus\:via-teal-400:focus{--gradient-via-color:#4fd1c5;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(79,209,197,0))}.lg\:focus\:via-teal-500:focus{--gradient-via-color:#38b2ac;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(56,178,172,0))}.lg\:focus\:via-teal-600:focus{--gradient-via-color:#319795;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(49,151,149,0))}.lg\:focus\:via-teal-700:focus{--gradient-via-color:#2c7a7b;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(44,122,123,0))}.lg\:focus\:via-teal-800:focus{--gradient-via-color:#285e61;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(40,94,97,0))}.lg\:focus\:via-teal-900:focus{--gradient-via-color:#234e52;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(35,78,82,0))}.lg\:focus\:via-blue-100:focus{--gradient-via-color:#ebf8ff;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(235,248,255,0))}.lg\:focus\:via-blue-200:focus{--gradient-via-color:#bee3f8;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(190,227,248,0))}.lg\:focus\:via-blue-300:focus{--gradient-via-color:#90cdf4;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(144,205,244,0))}.lg\:focus\:via-blue-400:focus{--gradient-via-color:#63b3ed;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(99,179,237,0))}.lg\:focus\:via-blue-500:focus{--gradient-via-color:#4299e1;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(66,153,225,0))}.lg\:focus\:via-blue-600:focus{--gradient-via-color:#3182ce;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(49,130,206,0))}.lg\:focus\:via-blue-700:focus{--gradient-via-color:#2b6cb0;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(43,108,176,0))}.lg\:focus\:via-blue-800:focus{--gradient-via-color:#2c5282;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(44,82,130,0))}.lg\:focus\:via-blue-900:focus{--gradient-via-color:#2a4365;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(42,67,101,0))}.lg\:focus\:via-indigo-100:focus{--gradient-via-color:#ebf4ff;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(235,244,255,0))}.lg\:focus\:via-indigo-200:focus{--gradient-via-color:#c3dafe;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(195,218,254,0))}.lg\:focus\:via-indigo-300:focus{--gradient-via-color:#a3bffa;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(163,191,250,0))}.lg\:focus\:via-indigo-400:focus{--gradient-via-color:#7f9cf5;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(127,156,245,0))}.lg\:focus\:via-indigo-500:focus{--gradient-via-color:#667eea;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(102,126,234,0))}.lg\:focus\:via-indigo-600:focus{--gradient-via-color:#5a67d8;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(90,103,216,0))}.lg\:focus\:via-indigo-700:focus{--gradient-via-color:#4c51bf;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(76,81,191,0))}.lg\:focus\:via-indigo-800:focus{--gradient-via-color:#434190;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(67,65,144,0))}.lg\:focus\:via-indigo-900:focus{--gradient-via-color:#3c366b;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(60,54,107,0))}.lg\:focus\:via-purple-100:focus{--gradient-via-color:#faf5ff;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(250,245,255,0))}.lg\:focus\:via-purple-200:focus{--gradient-via-color:#e9d8fd;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(233,216,253,0))}.lg\:focus\:via-purple-300:focus{--gradient-via-color:#d6bcfa;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(214,188,250,0))}.lg\:focus\:via-purple-400:focus{--gradient-via-color:#b794f4;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(183,148,244,0))}.lg\:focus\:via-purple-500:focus{--gradient-via-color:#9f7aea;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(159,122,234,0))}.lg\:focus\:via-purple-600:focus{--gradient-via-color:#805ad5;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(128,90,213,0))}.lg\:focus\:via-purple-700:focus{--gradient-via-color:#6b46c1;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(107,70,193,0))}.lg\:focus\:via-purple-800:focus{--gradient-via-color:#553c9a;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(85,60,154,0))}.lg\:focus\:via-purple-900:focus{--gradient-via-color:#44337a;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(68,51,122,0))}.lg\:focus\:via-pink-100:focus{--gradient-via-color:#fff5f7;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(255,245,247,0))}.lg\:focus\:via-pink-200:focus{--gradient-via-color:#fed7e2;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(254,215,226,0))}.lg\:focus\:via-pink-300:focus{--gradient-via-color:#fbb6ce;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(251,182,206,0))}.lg\:focus\:via-pink-400:focus{--gradient-via-color:#f687b3;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(246,135,179,0))}.lg\:focus\:via-pink-500:focus{--gradient-via-color:#ed64a6;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(237,100,166,0))}.lg\:focus\:via-pink-600:focus{--gradient-via-color:#d53f8c;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(213,63,140,0))}.lg\:focus\:via-pink-700:focus{--gradient-via-color:#b83280;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(184,50,128,0))}.lg\:focus\:via-pink-800:focus{--gradient-via-color:#97266d;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(151,38,109,0))}.lg\:focus\:via-pink-900:focus{--gradient-via-color:#702459;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(112,36,89,0))}.lg\:focus\:via-text:focus{--gradient-via-color:#000;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,transparent)}.lg\:focus\:via-primary:focus{--gradient-via-color:#0b3780;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(11,55,128,0))}.lg\:focus\:via-secondary:focus{--gradient-via-color:#fecc00;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(254,204,0,0))}.lg\:focus\:via-primaryDark:focus{--gradient-via-color:#001e67;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(0,30,103,0))}.lg\:focus\:via-clientCenterPrimary:focus{--gradient-via-color:#0f617e;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(15,97,126,0))}.lg\:focus\:via-clientCenterHover:focus{--gradient-via-color:#168cb5;--gradient-color-stops:var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(22,140,181,0))}.lg\:focus\:to-transparent:focus{--gradient-to-color:transparent}.lg\:focus\:to-current:focus{--gradient-to-color:currentColor}.lg\:focus\:to-black:focus{--gradient-to-color:#000}.lg\:focus\:to-white:focus{--gradient-to-color:#fff}.lg\:focus\:to-gray-100:focus{--gradient-to-color:silver}.lg\:focus\:to-gray-200:focus{--gradient-to-color:#e7e6e6}.lg\:focus\:to-gray-250:focus{--gradient-to-color:#fafafa}.lg\:focus\:to-gray-300:focus{--gradient-to-color:#dbd9d9}.lg\:focus\:to-gray-400:focus{--gradient-to-color:#bbb}.lg\:focus\:to-gray-500:focus{--gradient-to-color:#ccc}.lg\:focus\:to-gray-550:focus{--gradient-to-color:#efefef}.lg\:focus\:to-gray-600:focus{--gradient-to-color:#8e8e8e}.lg\:focus\:to-gray-650:focus{--gradient-to-color:#8d8d8d}.lg\:focus\:to-gray-700:focus{--gradient-to-color:#6e6e6e}.lg\:focus\:to-gray-750:focus{--gradient-to-color:#4a4a4a}.lg\:focus\:to-gray-800:focus{--gradient-to-color:#313131}.lg\:focus\:to-gray-900:focus{--gradient-to-color:#728597}.lg\:focus\:to-gray-50\%:focus{--gradient-to-color:rgba(0,0,0,0.5)}.lg\:focus\:to-gray-30\%:focus{--gradient-to-color:rgba(0,0,0,0.3)}.lg\:focus\:to-red-100:focus{--gradient-to-color:#fff5f5}.lg\:focus\:to-red-200:focus{--gradient-to-color:#fed7d7}.lg\:focus\:to-red-300:focus{--gradient-to-color:#feb2b2}.lg\:focus\:to-red-400:focus{--gradient-to-color:#fc8181}.lg\:focus\:to-red-500:focus{--gradient-to-color:#f56565}.lg\:focus\:to-red-600:focus{--gradient-to-color:#e53e3e}.lg\:focus\:to-red-700:focus{--gradient-to-color:#c53030}.lg\:focus\:to-red-800:focus{--gradient-to-color:#9b2c2c}.lg\:focus\:to-red-900:focus{--gradient-to-color:#742a2a}.lg\:focus\:to-orange-100:focus{--gradient-to-color:#fffaf0}.lg\:focus\:to-orange-200:focus{--gradient-to-color:#feebc8}.lg\:focus\:to-orange-300:focus{--gradient-to-color:#fbd38d}.lg\:focus\:to-orange-400:focus{--gradient-to-color:#f6ad55}.lg\:focus\:to-orange-500:focus{--gradient-to-color:#ed8936}.lg\:focus\:to-orange-600:focus{--gradient-to-color:#dd6b20}.lg\:focus\:to-orange-700:focus{--gradient-to-color:#c05621}.lg\:focus\:to-orange-800:focus{--gradient-to-color:#9c4221}.lg\:focus\:to-orange-900:focus{--gradient-to-color:#7b341e}.lg\:focus\:to-yellow-100:focus{--gradient-to-color:ivory}.lg\:focus\:to-yellow-200:focus{--gradient-to-color:#fefcbf}.lg\:focus\:to-yellow-300:focus{--gradient-to-color:#faf089}.lg\:focus\:to-yellow-400:focus{--gradient-to-color:#f6e05e}.lg\:focus\:to-yellow-500:focus{--gradient-to-color:#ecc94b}.lg\:focus\:to-yellow-600:focus{--gradient-to-color:#d69e2e}.lg\:focus\:to-yellow-700:focus{--gradient-to-color:#b7791f}.lg\:focus\:to-yellow-800:focus{--gradient-to-color:#975a16}.lg\:focus\:to-yellow-900:focus{--gradient-to-color:#744210}.lg\:focus\:to-green:focus{--gradient-to-color:#478415}.lg\:focus\:to-teal-100:focus{--gradient-to-color:#e6fffa}.lg\:focus\:to-teal-200:focus{--gradient-to-color:#b2f5ea}.lg\:focus\:to-teal-300:focus{--gradient-to-color:#81e6d9}.lg\:focus\:to-teal-400:focus{--gradient-to-color:#4fd1c5}.lg\:focus\:to-teal-500:focus{--gradient-to-color:#38b2ac}.lg\:focus\:to-teal-600:focus{--gradient-to-color:#319795}.lg\:focus\:to-teal-700:focus{--gradient-to-color:#2c7a7b}.lg\:focus\:to-teal-800:focus{--gradient-to-color:#285e61}.lg\:focus\:to-teal-900:focus{--gradient-to-color:#234e52}.lg\:focus\:to-blue-100:focus{--gradient-to-color:#ebf8ff}.lg\:focus\:to-blue-200:focus{--gradient-to-color:#bee3f8}.lg\:focus\:to-blue-300:focus{--gradient-to-color:#90cdf4}.lg\:focus\:to-blue-400:focus{--gradient-to-color:#63b3ed}.lg\:focus\:to-blue-500:focus{--gradient-to-color:#4299e1}.lg\:focus\:to-blue-600:focus{--gradient-to-color:#3182ce}.lg\:focus\:to-blue-700:focus{--gradient-to-color:#2b6cb0}.lg\:focus\:to-blue-800:focus{--gradient-to-color:#2c5282}.lg\:focus\:to-blue-900:focus{--gradient-to-color:#2a4365}.lg\:focus\:to-indigo-100:focus{--gradient-to-color:#ebf4ff}.lg\:focus\:to-indigo-200:focus{--gradient-to-color:#c3dafe}.lg\:focus\:to-indigo-300:focus{--gradient-to-color:#a3bffa}.lg\:focus\:to-indigo-400:focus{--gradient-to-color:#7f9cf5}.lg\:focus\:to-indigo-500:focus{--gradient-to-color:#667eea}.lg\:focus\:to-indigo-600:focus{--gradient-to-color:#5a67d8}.lg\:focus\:to-indigo-700:focus{--gradient-to-color:#4c51bf}.lg\:focus\:to-indigo-800:focus{--gradient-to-color:#434190}.lg\:focus\:to-indigo-900:focus{--gradient-to-color:#3c366b}.lg\:focus\:to-purple-100:focus{--gradient-to-color:#faf5ff}.lg\:focus\:to-purple-200:focus{--gradient-to-color:#e9d8fd}.lg\:focus\:to-purple-300:focus{--gradient-to-color:#d6bcfa}.lg\:focus\:to-purple-400:focus{--gradient-to-color:#b794f4}.lg\:focus\:to-purple-500:focus{--gradient-to-color:#9f7aea}.lg\:focus\:to-purple-600:focus{--gradient-to-color:#805ad5}.lg\:focus\:to-purple-700:focus{--gradient-to-color:#6b46c1}.lg\:focus\:to-purple-800:focus{--gradient-to-color:#553c9a}.lg\:focus\:to-purple-900:focus{--gradient-to-color:#44337a}.lg\:focus\:to-pink-100:focus{--gradient-to-color:#fff5f7}.lg\:focus\:to-pink-200:focus{--gradient-to-color:#fed7e2}.lg\:focus\:to-pink-300:focus{--gradient-to-color:#fbb6ce}.lg\:focus\:to-pink-400:focus{--gradient-to-color:#f687b3}.lg\:focus\:to-pink-500:focus{--gradient-to-color:#ed64a6}.lg\:focus\:to-pink-600:focus{--gradient-to-color:#d53f8c}.lg\:focus\:to-pink-700:focus{--gradient-to-color:#b83280}.lg\:focus\:to-pink-800:focus{--gradient-to-color:#97266d}.lg\:focus\:to-pink-900:focus{--gradient-to-color:#702459}.lg\:focus\:to-text:focus{--gradient-to-color:#000}.lg\:focus\:to-primary:focus{--gradient-to-color:#0b3780}.lg\:focus\:to-secondary:focus{--gradient-to-color:#fecc00}.lg\:focus\:to-primaryDark:focus{--gradient-to-color:#001e67}.lg\:focus\:to-clientCenterPrimary:focus{--gradient-to-color:#0f617e}.lg\:focus\:to-clientCenterHover:focus{--gradient-to-color:#168cb5}.lg\:bg-opacity-0{--bg-opacity:0}.lg\:bg-opacity-10{--bg-opacity:0.1}.lg\:bg-opacity-25{--bg-opacity:0.25}.lg\:bg-opacity-50{--bg-opacity:0.5}.lg\:bg-opacity-75{--bg-opacity:0.75}.lg\:bg-opacity-80{--bg-opacity:0.80}.lg\:bg-opacity-90{--bg-opacity:0.90}.lg\:bg-opacity-95{--bg-opacity:0.95}.lg\:bg-opacity-100{--bg-opacity:1}.lg\:hover\:bg-opacity-0:hover{--bg-opacity:0}.lg\:hover\:bg-opacity-10:hover{--bg-opacity:0.1}.lg\:hover\:bg-opacity-25:hover{--bg-opacity:0.25}.lg\:hover\:bg-opacity-50:hover{--bg-opacity:0.5}.lg\:hover\:bg-opacity-75:hover{--bg-opacity:0.75}.lg\:hover\:bg-opacity-80:hover{--bg-opacity:0.80}.lg\:hover\:bg-opacity-90:hover{--bg-opacity:0.90}.lg\:hover\:bg-opacity-95:hover{--bg-opacity:0.95}.lg\:hover\:bg-opacity-100:hover{--bg-opacity:1}.lg\:focus\:bg-opacity-0:focus{--bg-opacity:0}.lg\:focus\:bg-opacity-10:focus{--bg-opacity:0.1}.lg\:focus\:bg-opacity-25:focus{--bg-opacity:0.25}.lg\:focus\:bg-opacity-50:focus{--bg-opacity:0.5}.lg\:focus\:bg-opacity-75:focus{--bg-opacity:0.75}.lg\:focus\:bg-opacity-80:focus{--bg-opacity:0.80}.lg\:focus\:bg-opacity-90:focus{--bg-opacity:0.90}.lg\:focus\:bg-opacity-95:focus{--bg-opacity:0.95}.lg\:focus\:bg-opacity-100:focus{--bg-opacity:1}.lg\:bg-bottom{background-position:bottom}.lg\:bg-center{background-position:50%}.lg\:bg-left{background-position:0}.lg\:bg-left-bottom{background-position:0 100%}.lg\:bg-left-top{background-position:0 0}.lg\:bg-right{background-position:100%}.lg\:bg-right-bottom{background-position:100% 100%}.lg\:bg-right-top{background-position:100% 0}.lg\:bg-top{background-position:top}.lg\:bg-repeat{background-repeat:repeat}.lg\:bg-no-repeat{background-repeat:no-repeat}.lg\:bg-repeat-x{background-repeat:repeat-x}.lg\:bg-repeat-y{background-repeat:repeat-y}.lg\:bg-repeat-round{background-repeat:round}.lg\:bg-repeat-space{background-repeat:space}.lg\:bg-auto{background-size:auto}.lg\:bg-cover{background-size:cover}.lg\:bg-contain{background-size:contain}.lg\:bg-100-60{background-size:100% 60%}.lg\:border-collapse{border-collapse:collapse}.lg\:border-separate{border-collapse:separate}.lg\:border-transparent{border-color:transparent}.lg\:border-current{border-color:currentColor}.lg\:border-black{--border-opacity:1;border-color:#000;border-color:rgba(0,0,0,var(--border-opacity))}.lg\:border-white{--border-opacity:1;border-color:#fff;border-color:rgba(255,255,255,var(--border-opacity))}.lg\:border-gray-100{--border-opacity:1;border-color:silver;border-color:rgba(192,192,192,var(--border-opacity))}.lg\:border-gray-200{--border-opacity:1;border-color:#e7e6e6;border-color:rgba(231,230,230,var(--border-opacity))}.lg\:border-gray-250{--border-opacity:1;border-color:#fafafa;border-color:rgba(250,250,250,var(--border-opacity))}.lg\:border-gray-300{--border-opacity:1;border-color:#dbd9d9;border-color:rgba(219,217,217,var(--border-opacity))}.lg\:border-gray-400{--border-opacity:1;border-color:#bbb;border-color:rgba(187,187,187,var(--border-opacity))}.lg\:border-gray-500{--border-opacity:1;border-color:#ccc;border-color:rgba(204,204,204,var(--border-opacity))}.lg\:border-gray-550{--border-opacity:1;border-color:#efefef;border-color:rgba(239,239,239,var(--border-opacity))}.lg\:border-gray-600{--border-opacity:1;border-color:#8e8e8e;border-color:rgba(142,142,142,var(--border-opacity))}.lg\:border-gray-650{--border-opacity:1;border-color:#8d8d8d;border-color:rgba(141,141,141,var(--border-opacity))}.lg\:border-gray-700{--border-opacity:1;border-color:#6e6e6e;border-color:rgba(110,110,110,var(--border-opacity))}.lg\:border-gray-750{--border-opacity:1;border-color:#4a4a4a;border-color:rgba(74,74,74,var(--border-opacity))}.lg\:border-gray-800{--border-opacity:1;border-color:#313131;border-color:rgba(49,49,49,var(--border-opacity))}.lg\:border-gray-900{--border-opacity:1;border-color:#728597;border-color:rgba(114,133,151,var(--border-opacity))}.lg\:border-gray-50\%{border-color:rgba(0,0,0,.5)}.lg\:border-gray-30\%{border-color:rgba(0,0,0,.3)}.lg\:border-red-100{--border-opacity:1;border-color:#fff5f5;border-color:rgba(255,245,245,var(--border-opacity))}.lg\:border-red-200{--border-opacity:1;border-color:#fed7d7;border-color:rgba(254,215,215,var(--border-opacity))}.lg\:border-red-300{--border-opacity:1;border-color:#feb2b2;border-color:rgba(254,178,178,var(--border-opacity))}.lg\:border-red-400{--border-opacity:1;border-color:#fc8181;border-color:rgba(252,129,129,var(--border-opacity))}.lg\:border-red-500{--border-opacity:1;border-color:#f56565;border-color:rgba(245,101,101,var(--border-opacity))}.lg\:border-red-600{--border-opacity:1;border-color:#e53e3e;border-color:rgba(229,62,62,var(--border-opacity))}.lg\:border-red-700{--border-opacity:1;border-color:#c53030;border-color:rgba(197,48,48,var(--border-opacity))}.lg\:border-red-800{--border-opacity:1;border-color:#9b2c2c;border-color:rgba(155,44,44,var(--border-opacity))}.lg\:border-red-900{--border-opacity:1;border-color:#742a2a;border-color:rgba(116,42,42,var(--border-opacity))}.lg\:border-orange-100{--border-opacity:1;border-color:#fffaf0;border-color:rgba(255,250,240,var(--border-opacity))}.lg\:border-orange-200{--border-opacity:1;border-color:#feebc8;border-color:rgba(254,235,200,var(--border-opacity))}.lg\:border-orange-300{--border-opacity:1;border-color:#fbd38d;border-color:rgba(251,211,141,var(--border-opacity))}.lg\:border-orange-400{--border-opacity:1;border-color:#f6ad55;border-color:rgba(246,173,85,var(--border-opacity))}.lg\:border-orange-500{--border-opacity:1;border-color:#ed8936;border-color:rgba(237,137,54,var(--border-opacity))}.lg\:border-orange-600{--border-opacity:1;border-color:#dd6b20;border-color:rgba(221,107,32,var(--border-opacity))}.lg\:border-orange-700{--border-opacity:1;border-color:#c05621;border-color:rgba(192,86,33,var(--border-opacity))}.lg\:border-orange-800{--border-opacity:1;border-color:#9c4221;border-color:rgba(156,66,33,var(--border-opacity))}.lg\:border-orange-900{--border-opacity:1;border-color:#7b341e;border-color:rgba(123,52,30,var(--border-opacity))}.lg\:border-yellow-100{--border-opacity:1;border-color:ivory;border-color:rgba(255,255,240,var(--border-opacity))}.lg\:border-yellow-200{--border-opacity:1;border-color:#fefcbf;border-color:rgba(254,252,191,var(--border-opacity))}.lg\:border-yellow-300{--border-opacity:1;border-color:#faf089;border-color:rgba(250,240,137,var(--border-opacity))}.lg\:border-yellow-400{--border-opacity:1;border-color:#f6e05e;border-color:rgba(246,224,94,var(--border-opacity))}.lg\:border-yellow-500{--border-opacity:1;border-color:#ecc94b;border-color:rgba(236,201,75,var(--border-opacity))}.lg\:border-yellow-600{--border-opacity:1;border-color:#d69e2e;border-color:rgba(214,158,46,var(--border-opacity))}.lg\:border-yellow-700{--border-opacity:1;border-color:#b7791f;border-color:rgba(183,121,31,var(--border-opacity))}.lg\:border-yellow-800{--border-opacity:1;border-color:#975a16;border-color:rgba(151,90,22,var(--border-opacity))}.lg\:border-yellow-900{--border-opacity:1;border-color:#744210;border-color:rgba(116,66,16,var(--border-opacity))}.lg\:border-green{--border-opacity:1;border-color:#478415;border-color:rgba(71,132,21,var(--border-opacity))}.lg\:border-teal-100{--border-opacity:1;border-color:#e6fffa;border-color:rgba(230,255,250,var(--border-opacity))}.lg\:border-teal-200{--border-opacity:1;border-color:#b2f5ea;border-color:rgba(178,245,234,var(--border-opacity))}.lg\:border-teal-300{--border-opacity:1;border-color:#81e6d9;border-color:rgba(129,230,217,var(--border-opacity))}.lg\:border-teal-400{--border-opacity:1;border-color:#4fd1c5;border-color:rgba(79,209,197,var(--border-opacity))}.lg\:border-teal-500{--border-opacity:1;border-color:#38b2ac;border-color:rgba(56,178,172,var(--border-opacity))}.lg\:border-teal-600{--border-opacity:1;border-color:#319795;border-color:rgba(49,151,149,var(--border-opacity))}.lg\:border-teal-700{--border-opacity:1;border-color:#2c7a7b;border-color:rgba(44,122,123,var(--border-opacity))}.lg\:border-teal-800{--border-opacity:1;border-color:#285e61;border-color:rgba(40,94,97,var(--border-opacity))}.lg\:border-teal-900{--border-opacity:1;border-color:#234e52;border-color:rgba(35,78,82,var(--border-opacity))}.lg\:border-blue-100{--border-opacity:1;border-color:#ebf8ff;border-color:rgba(235,248,255,var(--border-opacity))}.lg\:border-blue-200{--border-opacity:1;border-color:#bee3f8;border-color:rgba(190,227,248,var(--border-opacity))}.lg\:border-blue-300{--border-opacity:1;border-color:#90cdf4;border-color:rgba(144,205,244,var(--border-opacity))}.lg\:border-blue-400{--border-opacity:1;border-color:#63b3ed;border-color:rgba(99,179,237,var(--border-opacity))}.lg\:border-blue-500{--border-opacity:1;border-color:#4299e1;border-color:rgba(66,153,225,var(--border-opacity))}.lg\:border-blue-600{--border-opacity:1;border-color:#3182ce;border-color:rgba(49,130,206,var(--border-opacity))}.lg\:border-blue-700{--border-opacity:1;border-color:#2b6cb0;border-color:rgba(43,108,176,var(--border-opacity))}.lg\:border-blue-800{--border-opacity:1;border-color:#2c5282;border-color:rgba(44,82,130,var(--border-opacity))}.lg\:border-blue-900{--border-opacity:1;border-color:#2a4365;border-color:rgba(42,67,101,var(--border-opacity))}.lg\:border-indigo-100{--border-opacity:1;border-color:#ebf4ff;border-color:rgba(235,244,255,var(--border-opacity))}.lg\:border-indigo-200{--border-opacity:1;border-color:#c3dafe;border-color:rgba(195,218,254,var(--border-opacity))}.lg\:border-indigo-300{--border-opacity:1;border-color:#a3bffa;border-color:rgba(163,191,250,var(--border-opacity))}.lg\:border-indigo-400{--border-opacity:1;border-color:#7f9cf5;border-color:rgba(127,156,245,var(--border-opacity))}.lg\:border-indigo-500{--border-opacity:1;border-color:#667eea;border-color:rgba(102,126,234,var(--border-opacity))}.lg\:border-indigo-600{--border-opacity:1;border-color:#5a67d8;border-color:rgba(90,103,216,var(--border-opacity))}.lg\:border-indigo-700{--border-opacity:1;border-color:#4c51bf;border-color:rgba(76,81,191,var(--border-opacity))}.lg\:border-indigo-800{--border-opacity:1;border-color:#434190;border-color:rgba(67,65,144,var(--border-opacity))}.lg\:border-indigo-900{--border-opacity:1;border-color:#3c366b;border-color:rgba(60,54,107,var(--border-opacity))}.lg\:border-purple-100{--border-opacity:1;border-color:#faf5ff;border-color:rgba(250,245,255,var(--border-opacity))}.lg\:border-purple-200{--border-opacity:1;border-color:#e9d8fd;border-color:rgba(233,216,253,var(--border-opacity))}.lg\:border-purple-300{--border-opacity:1;border-color:#d6bcfa;border-color:rgba(214,188,250,var(--border-opacity))}.lg\:border-purple-400{--border-opacity:1;border-color:#b794f4;border-color:rgba(183,148,244,var(--border-opacity))}.lg\:border-purple-500{--border-opacity:1;border-color:#9f7aea;border-color:rgba(159,122,234,var(--border-opacity))}.lg\:border-purple-600{--border-opacity:1;border-color:#805ad5;border-color:rgba(128,90,213,var(--border-opacity))}.lg\:border-purple-700{--border-opacity:1;border-color:#6b46c1;border-color:rgba(107,70,193,var(--border-opacity))}.lg\:border-purple-800{--border-opacity:1;border-color:#553c9a;border-color:rgba(85,60,154,var(--border-opacity))}.lg\:border-purple-900{--border-opacity:1;border-color:#44337a;border-color:rgba(68,51,122,var(--border-opacity))}.lg\:border-pink-100{--border-opacity:1;border-color:#fff5f7;border-color:rgba(255,245,247,var(--border-opacity))}.lg\:border-pink-200{--border-opacity:1;border-color:#fed7e2;border-color:rgba(254,215,226,var(--border-opacity))}.lg\:border-pink-300{--border-opacity:1;border-color:#fbb6ce;border-color:rgba(251,182,206,var(--border-opacity))}.lg\:border-pink-400{--border-opacity:1;border-color:#f687b3;border-color:rgba(246,135,179,var(--border-opacity))}.lg\:border-pink-500{--border-opacity:1;border-color:#ed64a6;border-color:rgba(237,100,166,var(--border-opacity))}.lg\:border-pink-600{--border-opacity:1;border-color:#d53f8c;border-color:rgba(213,63,140,var(--border-opacity))}.lg\:border-pink-700{--border-opacity:1;border-color:#b83280;border-color:rgba(184,50,128,var(--border-opacity))}.lg\:border-pink-800{--border-opacity:1;border-color:#97266d;border-color:rgba(151,38,109,var(--border-opacity))}.lg\:border-pink-900{--border-opacity:1;border-color:#702459;border-color:rgba(112,36,89,var(--border-opacity))}.lg\:border-text{--border-opacity:1;border-color:#000;border-color:rgba(0,0,0,var(--border-opacity))}.lg\:border-primary{--border-opacity:1;border-color:#0b3780;border-color:rgba(11,55,128,var(--border-opacity))}.lg\:border-secondary{--border-opacity:1;border-color:#fecc00;border-color:rgba(254,204,0,var(--border-opacity))}.lg\:border-primaryDark{--border-opacity:1;border-color:#001e67;border-color:rgba(0,30,103,var(--border-opacity))}.lg\:border-clientCenterPrimary{--border-opacity:1;border-color:#0f617e;border-color:rgba(15,97,126,var(--border-opacity))}.lg\:border-clientCenterHover{--border-opacity:1;border-color:#168cb5;border-color:rgba(22,140,181,var(--border-opacity))}.group:hover .lg\:group-hover\:border-transparent{border-color:transparent}.group:hover .lg\:group-hover\:border-current{border-color:currentColor}.group:hover .lg\:group-hover\:border-black{--border-opacity:1;border-color:#000;border-color:rgba(0,0,0,var(--border-opacity))}.group:hover .lg\:group-hover\:border-white{--border-opacity:1;border-color:#fff;border-color:rgba(255,255,255,var(--border-opacity))}.group:hover .lg\:group-hover\:border-gray-100{--border-opacity:1;border-color:silver;border-color:rgba(192,192,192,var(--border-opacity))}.group:hover .lg\:group-hover\:border-gray-200{--border-opacity:1;border-color:#e7e6e6;border-color:rgba(231,230,230,var(--border-opacity))}.group:hover .lg\:group-hover\:border-gray-250{--border-opacity:1;border-color:#fafafa;border-color:rgba(250,250,250,var(--border-opacity))}.group:hover .lg\:group-hover\:border-gray-300{--border-opacity:1;border-color:#dbd9d9;border-color:rgba(219,217,217,var(--border-opacity))}.group:hover .lg\:group-hover\:border-gray-400{--border-opacity:1;border-color:#bbb;border-color:rgba(187,187,187,var(--border-opacity))}.group:hover .lg\:group-hover\:border-gray-500{--border-opacity:1;border-color:#ccc;border-color:rgba(204,204,204,var(--border-opacity))}.group:hover .lg\:group-hover\:border-gray-550{--border-opacity:1;border-color:#efefef;border-color:rgba(239,239,239,var(--border-opacity))}.group:hover .lg\:group-hover\:border-gray-600{--border-opacity:1;border-color:#8e8e8e;border-color:rgba(142,142,142,var(--border-opacity))}.group:hover .lg\:group-hover\:border-gray-650{--border-opacity:1;border-color:#8d8d8d;border-color:rgba(141,141,141,var(--border-opacity))}.group:hover .lg\:group-hover\:border-gray-700{--border-opacity:1;border-color:#6e6e6e;border-color:rgba(110,110,110,var(--border-opacity))}.group:hover .lg\:group-hover\:border-gray-750{--border-opacity:1;border-color:#4a4a4a;border-color:rgba(74,74,74,var(--border-opacity))}.group:hover .lg\:group-hover\:border-gray-800{--border-opacity:1;border-color:#313131;border-color:rgba(49,49,49,var(--border-opacity))}.group:hover .lg\:group-hover\:border-gray-900{--border-opacity:1;border-color:#728597;border-color:rgba(114,133,151,var(--border-opacity))}.group:hover .lg\:group-hover\:border-gray-50\%{border-color:rgba(0,0,0,.5)}.group:hover .lg\:group-hover\:border-gray-30\%{border-color:rgba(0,0,0,.3)}.group:hover .lg\:group-hover\:border-red-100{--border-opacity:1;border-color:#fff5f5;border-color:rgba(255,245,245,var(--border-opacity))}.group:hover .lg\:group-hover\:border-red-200{--border-opacity:1;border-color:#fed7d7;border-color:rgba(254,215,215,var(--border-opacity))}.group:hover .lg\:group-hover\:border-red-300{--border-opacity:1;border-color:#feb2b2;border-color:rgba(254,178,178,var(--border-opacity))}.group:hover .lg\:group-hover\:border-red-400{--border-opacity:1;border-color:#fc8181;border-color:rgba(252,129,129,var(--border-opacity))}.group:hover .lg\:group-hover\:border-red-500{--border-opacity:1;border-color:#f56565;border-color:rgba(245,101,101,var(--border-opacity))}.group:hover .lg\:group-hover\:border-red-600{--border-opacity:1;border-color:#e53e3e;border-color:rgba(229,62,62,var(--border-opacity))}.group:hover .lg\:group-hover\:border-red-700{--border-opacity:1;border-color:#c53030;border-color:rgba(197,48,48,var(--border-opacity))}.group:hover .lg\:group-hover\:border-red-800{--border-opacity:1;border-color:#9b2c2c;border-color:rgba(155,44,44,var(--border-opacity))}.group:hover .lg\:group-hover\:border-red-900{--border-opacity:1;border-color:#742a2a;border-color:rgba(116,42,42,var(--border-opacity))}.group:hover .lg\:group-hover\:border-orange-100{--border-opacity:1;border-color:#fffaf0;border-color:rgba(255,250,240,var(--border-opacity))}.group:hover .lg\:group-hover\:border-orange-200{--border-opacity:1;border-color:#feebc8;border-color:rgba(254,235,200,var(--border-opacity))}.group:hover .lg\:group-hover\:border-orange-300{--border-opacity:1;border-color:#fbd38d;border-color:rgba(251,211,141,var(--border-opacity))}.group:hover .lg\:group-hover\:border-orange-400{--border-opacity:1;border-color:#f6ad55;border-color:rgba(246,173,85,var(--border-opacity))}.group:hover .lg\:group-hover\:border-orange-500{--border-opacity:1;border-color:#ed8936;border-color:rgba(237,137,54,var(--border-opacity))}.group:hover .lg\:group-hover\:border-orange-600{--border-opacity:1;border-color:#dd6b20;border-color:rgba(221,107,32,var(--border-opacity))}.group:hover .lg\:group-hover\:border-orange-700{--border-opacity:1;border-color:#c05621;border-color:rgba(192,86,33,var(--border-opacity))}.group:hover .lg\:group-hover\:border-orange-800{--border-opacity:1;border-color:#9c4221;border-color:rgba(156,66,33,var(--border-opacity))}.group:hover .lg\:group-hover\:border-orange-900{--border-opacity:1;border-color:#7b341e;border-color:rgba(123,52,30,var(--border-opacity))}.group:hover .lg\:group-hover\:border-yellow-100{--border-opacity:1;border-color:ivory;border-color:rgba(255,255,240,var(--border-opacity))}.group:hover .lg\:group-hover\:border-yellow-200{--border-opacity:1;border-color:#fefcbf;border-color:rgba(254,252,191,var(--border-opacity))}.group:hover .lg\:group-hover\:border-yellow-300{--border-opacity:1;border-color:#faf089;border-color:rgba(250,240,137,var(--border-opacity))}.group:hover .lg\:group-hover\:border-yellow-400{--border-opacity:1;border-color:#f6e05e;border-color:rgba(246,224,94,var(--border-opacity))}.group:hover .lg\:group-hover\:border-yellow-500{--border-opacity:1;border-color:#ecc94b;border-color:rgba(236,201,75,var(--border-opacity))}.group:hover .lg\:group-hover\:border-yellow-600{--border-opacity:1;border-color:#d69e2e;border-color:rgba(214,158,46,var(--border-opacity))}.group:hover .lg\:group-hover\:border-yellow-700{--border-opacity:1;border-color:#b7791f;border-color:rgba(183,121,31,var(--border-opacity))}.group:hover .lg\:group-hover\:border-yellow-800{--border-opacity:1;border-color:#975a16;border-color:rgba(151,90,22,var(--border-opacity))}.group:hover .lg\:group-hover\:border-yellow-900{--border-opacity:1;border-color:#744210;border-color:rgba(116,66,16,var(--border-opacity))}.group:hover .lg\:group-hover\:border-green{--border-opacity:1;border-color:#478415;border-color:rgba(71,132,21,var(--border-opacity))}.group:hover .lg\:group-hover\:border-teal-100{--border-opacity:1;border-color:#e6fffa;border-color:rgba(230,255,250,var(--border-opacity))}.group:hover .lg\:group-hover\:border-teal-200{--border-opacity:1;border-color:#b2f5ea;border-color:rgba(178,245,234,var(--border-opacity))}.group:hover .lg\:group-hover\:border-teal-300{--border-opacity:1;border-color:#81e6d9;border-color:rgba(129,230,217,var(--border-opacity))}.group:hover .lg\:group-hover\:border-teal-400{--border-opacity:1;border-color:#4fd1c5;border-color:rgba(79,209,197,var(--border-opacity))}.group:hover .lg\:group-hover\:border-teal-500{--border-opacity:1;border-color:#38b2ac;border-color:rgba(56,178,172,var(--border-opacity))}.group:hover .lg\:group-hover\:border-teal-600{--border-opacity:1;border-color:#319795;border-color:rgba(49,151,149,var(--border-opacity))}.group:hover .lg\:group-hover\:border-teal-700{--border-opacity:1;border-color:#2c7a7b;border-color:rgba(44,122,123,var(--border-opacity))}.group:hover .lg\:group-hover\:border-teal-800{--border-opacity:1;border-color:#285e61;border-color:rgba(40,94,97,var(--border-opacity))}.group:hover .lg\:group-hover\:border-teal-900{--border-opacity:1;border-color:#234e52;border-color:rgba(35,78,82,var(--border-opacity))}.group:hover .lg\:group-hover\:border-blue-100{--border-opacity:1;border-color:#ebf8ff;border-color:rgba(235,248,255,var(--border-opacity))}.group:hover .lg\:group-hover\:border-blue-200{--border-opacity:1;border-color:#bee3f8;border-color:rgba(190,227,248,var(--border-opacity))}.group:hover .lg\:group-hover\:border-blue-300{--border-opacity:1;border-color:#90cdf4;border-color:rgba(144,205,244,var(--border-opacity))}.group:hover .lg\:group-hover\:border-blue-400{--border-opacity:1;border-color:#63b3ed;border-color:rgba(99,179,237,var(--border-opacity))}.group:hover .lg\:group-hover\:border-blue-500{--border-opacity:1;border-color:#4299e1;border-color:rgba(66,153,225,var(--border-opacity))}.group:hover .lg\:group-hover\:border-blue-600{--border-opacity:1;border-color:#3182ce;border-color:rgba(49,130,206,var(--border-opacity))}.group:hover .lg\:group-hover\:border-blue-700{--border-opacity:1;border-color:#2b6cb0;border-color:rgba(43,108,176,var(--border-opacity))}.group:hover .lg\:group-hover\:border-blue-800{--border-opacity:1;border-color:#2c5282;border-color:rgba(44,82,130,var(--border-opacity))}.group:hover .lg\:group-hover\:border-blue-900{--border-opacity:1;border-color:#2a4365;border-color:rgba(42,67,101,var(--border-opacity))}.group:hover .lg\:group-hover\:border-indigo-100{--border-opacity:1;border-color:#ebf4ff;border-color:rgba(235,244,255,var(--border-opacity))}.group:hover .lg\:group-hover\:border-indigo-200{--border-opacity:1;border-color:#c3dafe;border-color:rgba(195,218,254,var(--border-opacity))}.group:hover .lg\:group-hover\:border-indigo-300{--border-opacity:1;border-color:#a3bffa;border-color:rgba(163,191,250,var(--border-opacity))}.group:hover .lg\:group-hover\:border-indigo-400{--border-opacity:1;border-color:#7f9cf5;border-color:rgba(127,156,245,var(--border-opacity))}.group:hover .lg\:group-hover\:border-indigo-500{--border-opacity:1;border-color:#667eea;border-color:rgba(102,126,234,var(--border-opacity))}.group:hover .lg\:group-hover\:border-indigo-600{--border-opacity:1;border-color:#5a67d8;border-color:rgba(90,103,216,var(--border-opacity))}.group:hover .lg\:group-hover\:border-indigo-700{--border-opacity:1;border-color:#4c51bf;border-color:rgba(76,81,191,var(--border-opacity))}.group:hover .lg\:group-hover\:border-indigo-800{--border-opacity:1;border-color:#434190;border-color:rgba(67,65,144,var(--border-opacity))}.group:hover .lg\:group-hover\:border-indigo-900{--border-opacity:1;border-color:#3c366b;border-color:rgba(60,54,107,var(--border-opacity))}.group:hover .lg\:group-hover\:border-purple-100{--border-opacity:1;border-color:#faf5ff;border-color:rgba(250,245,255,var(--border-opacity))}.group:hover .lg\:group-hover\:border-purple-200{--border-opacity:1;border-color:#e9d8fd;border-color:rgba(233,216,253,var(--border-opacity))}.group:hover .lg\:group-hover\:border-purple-300{--border-opacity:1;border-color:#d6bcfa;border-color:rgba(214,188,250,var(--border-opacity))}.group:hover .lg\:group-hover\:border-purple-400{--border-opacity:1;border-color:#b794f4;border-color:rgba(183,148,244,var(--border-opacity))}.group:hover .lg\:group-hover\:border-purple-500{--border-opacity:1;border-color:#9f7aea;border-color:rgba(159,122,234,var(--border-opacity))}.group:hover .lg\:group-hover\:border-purple-600{--border-opacity:1;border-color:#805ad5;border-color:rgba(128,90,213,var(--border-opacity))}.group:hover .lg\:group-hover\:border-purple-700{--border-opacity:1;border-color:#6b46c1;border-color:rgba(107,70,193,var(--border-opacity))}.group:hover .lg\:group-hover\:border-purple-800{--border-opacity:1;border-color:#553c9a;border-color:rgba(85,60,154,var(--border-opacity))}.group:hover .lg\:group-hover\:border-purple-900{--border-opacity:1;border-color:#44337a;border-color:rgba(68,51,122,var(--border-opacity))}.group:hover .lg\:group-hover\:border-pink-100{--border-opacity:1;border-color:#fff5f7;border-color:rgba(255,245,247,var(--border-opacity))}.group:hover .lg\:group-hover\:border-pink-200{--border-opacity:1;border-color:#fed7e2;border-color:rgba(254,215,226,var(--border-opacity))}.group:hover .lg\:group-hover\:border-pink-300{--border-opacity:1;border-color:#fbb6ce;border-color:rgba(251,182,206,var(--border-opacity))}.group:hover .lg\:group-hover\:border-pink-400{--border-opacity:1;border-color:#f687b3;border-color:rgba(246,135,179,var(--border-opacity))}.group:hover .lg\:group-hover\:border-pink-500{--border-opacity:1;border-color:#ed64a6;border-color:rgba(237,100,166,var(--border-opacity))}.group:hover .lg\:group-hover\:border-pink-600{--border-opacity:1;border-color:#d53f8c;border-color:rgba(213,63,140,var(--border-opacity))}.group:hover .lg\:group-hover\:border-pink-700{--border-opacity:1;border-color:#b83280;border-color:rgba(184,50,128,var(--border-opacity))}.group:hover .lg\:group-hover\:border-pink-800{--border-opacity:1;border-color:#97266d;border-color:rgba(151,38,109,var(--border-opacity))}.group:hover .lg\:group-hover\:border-pink-900{--border-opacity:1;border-color:#702459;border-color:rgba(112,36,89,var(--border-opacity))}.group:hover .lg\:group-hover\:border-text{--border-opacity:1;border-color:#000;border-color:rgba(0,0,0,var(--border-opacity))}.group:hover .lg\:group-hover\:border-primary{--border-opacity:1;border-color:#0b3780;border-color:rgba(11,55,128,var(--border-opacity))}.group:hover .lg\:group-hover\:border-secondary{--border-opacity:1;border-color:#fecc00;border-color:rgba(254,204,0,var(--border-opacity))}.group:hover .lg\:group-hover\:border-primaryDark{--border-opacity:1;border-color:#001e67;border-color:rgba(0,30,103,var(--border-opacity))}.group:hover .lg\:group-hover\:border-clientCenterPrimary{--border-opacity:1;border-color:#0f617e;border-color:rgba(15,97,126,var(--border-opacity))}.group:hover .lg\:group-hover\:border-clientCenterHover{--border-opacity:1;border-color:#168cb5;border-color:rgba(22,140,181,var(--border-opacity))}.lg\:hover\:border-transparent:hover{border-color:transparent}.lg\:hover\:border-current:hover{border-color:currentColor}.lg\:hover\:border-black:hover{--border-opacity:1;border-color:#000;border-color:rgba(0,0,0,var(--border-opacity))}.lg\:hover\:border-white:hover{--border-opacity:1;border-color:#fff;border-color:rgba(255,255,255,var(--border-opacity))}.lg\:hover\:border-gray-100:hover{--border-opacity:1;border-color:silver;border-color:rgba(192,192,192,var(--border-opacity))}.lg\:hover\:border-gray-200:hover{--border-opacity:1;border-color:#e7e6e6;border-color:rgba(231,230,230,var(--border-opacity))}.lg\:hover\:border-gray-250:hover{--border-opacity:1;border-color:#fafafa;border-color:rgba(250,250,250,var(--border-opacity))}.lg\:hover\:border-gray-300:hover{--border-opacity:1;border-color:#dbd9d9;border-color:rgba(219,217,217,var(--border-opacity))}.lg\:hover\:border-gray-400:hover{--border-opacity:1;border-color:#bbb;border-color:rgba(187,187,187,var(--border-opacity))}.lg\:hover\:border-gray-500:hover{--border-opacity:1;border-color:#ccc;border-color:rgba(204,204,204,var(--border-opacity))}.lg\:hover\:border-gray-550:hover{--border-opacity:1;border-color:#efefef;border-color:rgba(239,239,239,var(--border-opacity))}.lg\:hover\:border-gray-600:hover{--border-opacity:1;border-color:#8e8e8e;border-color:rgba(142,142,142,var(--border-opacity))}.lg\:hover\:border-gray-650:hover{--border-opacity:1;border-color:#8d8d8d;border-color:rgba(141,141,141,var(--border-opacity))}.lg\:hover\:border-gray-700:hover{--border-opacity:1;border-color:#6e6e6e;border-color:rgba(110,110,110,var(--border-opacity))}.lg\:hover\:border-gray-750:hover{--border-opacity:1;border-color:#4a4a4a;border-color:rgba(74,74,74,var(--border-opacity))}.lg\:hover\:border-gray-800:hover{--border-opacity:1;border-color:#313131;border-color:rgba(49,49,49,var(--border-opacity))}.lg\:hover\:border-gray-900:hover{--border-opacity:1;border-color:#728597;border-color:rgba(114,133,151,var(--border-opacity))}.lg\:hover\:border-gray-50\%:hover{border-color:rgba(0,0,0,.5)}.lg\:hover\:border-gray-30\%:hover{border-color:rgba(0,0,0,.3)}.lg\:hover\:border-red-100:hover{--border-opacity:1;border-color:#fff5f5;border-color:rgba(255,245,245,var(--border-opacity))}.lg\:hover\:border-red-200:hover{--border-opacity:1;border-color:#fed7d7;border-color:rgba(254,215,215,var(--border-opacity))}.lg\:hover\:border-red-300:hover{--border-opacity:1;border-color:#feb2b2;border-color:rgba(254,178,178,var(--border-opacity))}.lg\:hover\:border-red-400:hover{--border-opacity:1;border-color:#fc8181;border-color:rgba(252,129,129,var(--border-opacity))}.lg\:hover\:border-red-500:hover{--border-opacity:1;border-color:#f56565;border-color:rgba(245,101,101,var(--border-opacity))}.lg\:hover\:border-red-600:hover{--border-opacity:1;border-color:#e53e3e;border-color:rgba(229,62,62,var(--border-opacity))}.lg\:hover\:border-red-700:hover{--border-opacity:1;border-color:#c53030;border-color:rgba(197,48,48,var(--border-opacity))}.lg\:hover\:border-red-800:hover{--border-opacity:1;border-color:#9b2c2c;border-color:rgba(155,44,44,var(--border-opacity))}.lg\:hover\:border-red-900:hover{--border-opacity:1;border-color:#742a2a;border-color:rgba(116,42,42,var(--border-opacity))}.lg\:hover\:border-orange-100:hover{--border-opacity:1;border-color:#fffaf0;border-color:rgba(255,250,240,var(--border-opacity))}.lg\:hover\:border-orange-200:hover{--border-opacity:1;border-color:#feebc8;border-color:rgba(254,235,200,var(--border-opacity))}.lg\:hover\:border-orange-300:hover{--border-opacity:1;border-color:#fbd38d;border-color:rgba(251,211,141,var(--border-opacity))}.lg\:hover\:border-orange-400:hover{--border-opacity:1;border-color:#f6ad55;border-color:rgba(246,173,85,var(--border-opacity))}.lg\:hover\:border-orange-500:hover{--border-opacity:1;border-color:#ed8936;border-color:rgba(237,137,54,var(--border-opacity))}.lg\:hover\:border-orange-600:hover{--border-opacity:1;border-color:#dd6b20;border-color:rgba(221,107,32,var(--border-opacity))}.lg\:hover\:border-orange-700:hover{--border-opacity:1;border-color:#c05621;border-color:rgba(192,86,33,var(--border-opacity))}.lg\:hover\:border-orange-800:hover{--border-opacity:1;border-color:#9c4221;border-color:rgba(156,66,33,var(--border-opacity))}.lg\:hover\:border-orange-900:hover{--border-opacity:1;border-color:#7b341e;border-color:rgba(123,52,30,var(--border-opacity))}.lg\:hover\:border-yellow-100:hover{--border-opacity:1;border-color:ivory;border-color:rgba(255,255,240,var(--border-opacity))}.lg\:hover\:border-yellow-200:hover{--border-opacity:1;border-color:#fefcbf;border-color:rgba(254,252,191,var(--border-opacity))}.lg\:hover\:border-yellow-300:hover{--border-opacity:1;border-color:#faf089;border-color:rgba(250,240,137,var(--border-opacity))}.lg\:hover\:border-yellow-400:hover{--border-opacity:1;border-color:#f6e05e;border-color:rgba(246,224,94,var(--border-opacity))}.lg\:hover\:border-yellow-500:hover{--border-opacity:1;border-color:#ecc94b;border-color:rgba(236,201,75,var(--border-opacity))}.lg\:hover\:border-yellow-600:hover{--border-opacity:1;border-color:#d69e2e;border-color:rgba(214,158,46,var(--border-opacity))}.lg\:hover\:border-yellow-700:hover{--border-opacity:1;border-color:#b7791f;border-color:rgba(183,121,31,var(--border-opacity))}.lg\:hover\:border-yellow-800:hover{--border-opacity:1;border-color:#975a16;border-color:rgba(151,90,22,var(--border-opacity))}.lg\:hover\:border-yellow-900:hover{--border-opacity:1;border-color:#744210;border-color:rgba(116,66,16,var(--border-opacity))}.lg\:hover\:border-green:hover{--border-opacity:1;border-color:#478415;border-color:rgba(71,132,21,var(--border-opacity))}.lg\:hover\:border-teal-100:hover{--border-opacity:1;border-color:#e6fffa;border-color:rgba(230,255,250,var(--border-opacity))}.lg\:hover\:border-teal-200:hover{--border-opacity:1;border-color:#b2f5ea;border-color:rgba(178,245,234,var(--border-opacity))}.lg\:hover\:border-teal-300:hover{--border-opacity:1;border-color:#81e6d9;border-color:rgba(129,230,217,var(--border-opacity))}.lg\:hover\:border-teal-400:hover{--border-opacity:1;border-color:#4fd1c5;border-color:rgba(79,209,197,var(--border-opacity))}.lg\:hover\:border-teal-500:hover{--border-opacity:1;border-color:#38b2ac;border-color:rgba(56,178,172,var(--border-opacity))}.lg\:hover\:border-teal-600:hover{--border-opacity:1;border-color:#319795;border-color:rgba(49,151,149,var(--border-opacity))}.lg\:hover\:border-teal-700:hover{--border-opacity:1;border-color:#2c7a7b;border-color:rgba(44,122,123,var(--border-opacity))}.lg\:hover\:border-teal-800:hover{--border-opacity:1;border-color:#285e61;border-color:rgba(40,94,97,var(--border-opacity))}.lg\:hover\:border-teal-900:hover{--border-opacity:1;border-color:#234e52;border-color:rgba(35,78,82,var(--border-opacity))}.lg\:hover\:border-blue-100:hover{--border-opacity:1;border-color:#ebf8ff;border-color:rgba(235,248,255,var(--border-opacity))}.lg\:hover\:border-blue-200:hover{--border-opacity:1;border-color:#bee3f8;border-color:rgba(190,227,248,var(--border-opacity))}.lg\:hover\:border-blue-300:hover{--border-opacity:1;border-color:#90cdf4;border-color:rgba(144,205,244,var(--border-opacity))}.lg\:hover\:border-blue-400:hover{--border-opacity:1;border-color:#63b3ed;border-color:rgba(99,179,237,var(--border-opacity))}.lg\:hover\:border-blue-500:hover{--border-opacity:1;border-color:#4299e1;border-color:rgba(66,153,225,var(--border-opacity))}.lg\:hover\:border-blue-600:hover{--border-opacity:1;border-color:#3182ce;border-color:rgba(49,130,206,var(--border-opacity))}.lg\:hover\:border-blue-700:hover{--border-opacity:1;border-color:#2b6cb0;border-color:rgba(43,108,176,var(--border-opacity))}.lg\:hover\:border-blue-800:hover{--border-opacity:1;border-color:#2c5282;border-color:rgba(44,82,130,var(--border-opacity))}.lg\:hover\:border-blue-900:hover{--border-opacity:1;border-color:#2a4365;border-color:rgba(42,67,101,var(--border-opacity))}.lg\:hover\:border-indigo-100:hover{--border-opacity:1;border-color:#ebf4ff;border-color:rgba(235,244,255,var(--border-opacity))}.lg\:hover\:border-indigo-200:hover{--border-opacity:1;border-color:#c3dafe;border-color:rgba(195,218,254,var(--border-opacity))}.lg\:hover\:border-indigo-300:hover{--border-opacity:1;border-color:#a3bffa;border-color:rgba(163,191,250,var(--border-opacity))}.lg\:hover\:border-indigo-400:hover{--border-opacity:1;border-color:#7f9cf5;border-color:rgba(127,156,245,var(--border-opacity))}.lg\:hover\:border-indigo-500:hover{--border-opacity:1;border-color:#667eea;border-color:rgba(102,126,234,var(--border-opacity))}.lg\:hover\:border-indigo-600:hover{--border-opacity:1;border-color:#5a67d8;border-color:rgba(90,103,216,var(--border-opacity))}.lg\:hover\:border-indigo-700:hover{--border-opacity:1;border-color:#4c51bf;border-color:rgba(76,81,191,var(--border-opacity))}.lg\:hover\:border-indigo-800:hover{--border-opacity:1;border-color:#434190;border-color:rgba(67,65,144,var(--border-opacity))}.lg\:hover\:border-indigo-900:hover{--border-opacity:1;border-color:#3c366b;border-color:rgba(60,54,107,var(--border-opacity))}.lg\:hover\:border-purple-100:hover{--border-opacity:1;border-color:#faf5ff;border-color:rgba(250,245,255,var(--border-opacity))}.lg\:hover\:border-purple-200:hover{--border-opacity:1;border-color:#e9d8fd;border-color:rgba(233,216,253,var(--border-opacity))}.lg\:hover\:border-purple-300:hover{--border-opacity:1;border-color:#d6bcfa;border-color:rgba(214,188,250,var(--border-opacity))}.lg\:hover\:border-purple-400:hover{--border-opacity:1;border-color:#b794f4;border-color:rgba(183,148,244,var(--border-opacity))}.lg\:hover\:border-purple-500:hover{--border-opacity:1;border-color:#9f7aea;border-color:rgba(159,122,234,var(--border-opacity))}.lg\:hover\:border-purple-600:hover{--border-opacity:1;border-color:#805ad5;border-color:rgba(128,90,213,var(--border-opacity))}.lg\:hover\:border-purple-700:hover{--border-opacity:1;border-color:#6b46c1;border-color:rgba(107,70,193,var(--border-opacity))}.lg\:hover\:border-purple-800:hover{--border-opacity:1;border-color:#553c9a;border-color:rgba(85,60,154,var(--border-opacity))}.lg\:hover\:border-purple-900:hover{--border-opacity:1;border-color:#44337a;border-color:rgba(68,51,122,var(--border-opacity))}.lg\:hover\:border-pink-100:hover{--border-opacity:1;border-color:#fff5f7;border-color:rgba(255,245,247,var(--border-opacity))}.lg\:hover\:border-pink-200:hover{--border-opacity:1;border-color:#fed7e2;border-color:rgba(254,215,226,var(--border-opacity))}.lg\:hover\:border-pink-300:hover{--border-opacity:1;border-color:#fbb6ce;border-color:rgba(251,182,206,var(--border-opacity))}.lg\:hover\:border-pink-400:hover{--border-opacity:1;border-color:#f687b3;border-color:rgba(246,135,179,var(--border-opacity))}.lg\:hover\:border-pink-500:hover{--border-opacity:1;border-color:#ed64a6;border-color:rgba(237,100,166,var(--border-opacity))}.lg\:hover\:border-pink-600:hover{--border-opacity:1;border-color:#d53f8c;border-color:rgba(213,63,140,var(--border-opacity))}.lg\:hover\:border-pink-700:hover{--border-opacity:1;border-color:#b83280;border-color:rgba(184,50,128,var(--border-opacity))}.lg\:hover\:border-pink-800:hover{--border-opacity:1;border-color:#97266d;border-color:rgba(151,38,109,var(--border-opacity))}.lg\:hover\:border-pink-900:hover{--border-opacity:1;border-color:#702459;border-color:rgba(112,36,89,var(--border-opacity))}.lg\:hover\:border-text:hover{--border-opacity:1;border-color:#000;border-color:rgba(0,0,0,var(--border-opacity))}.lg\:hover\:border-primary:hover{--border-opacity:1;border-color:#0b3780;border-color:rgba(11,55,128,var(--border-opacity))}.lg\:hover\:border-secondary:hover{--border-opacity:1;border-color:#fecc00;border-color:rgba(254,204,0,var(--border-opacity))}.lg\:hover\:border-primaryDark:hover{--border-opacity:1;border-color:#001e67;border-color:rgba(0,30,103,var(--border-opacity))}.lg\:hover\:border-clientCenterPrimary:hover{--border-opacity:1;border-color:#0f617e;border-color:rgba(15,97,126,var(--border-opacity))}.lg\:hover\:border-clientCenterHover:hover{--border-opacity:1;border-color:#168cb5;border-color:rgba(22,140,181,var(--border-opacity))}.lg\:checked\:border-transparent:checked{border-color:transparent}.lg\:checked\:border-current:checked{border-color:currentColor}.lg\:checked\:border-black:checked{--border-opacity:1;border-color:#000;border-color:rgba(0,0,0,var(--border-opacity))}.lg\:checked\:border-white:checked{--border-opacity:1;border-color:#fff;border-color:rgba(255,255,255,var(--border-opacity))}.lg\:checked\:border-gray-100:checked{--border-opacity:1;border-color:silver;border-color:rgba(192,192,192,var(--border-opacity))}.lg\:checked\:border-gray-200:checked{--border-opacity:1;border-color:#e7e6e6;border-color:rgba(231,230,230,var(--border-opacity))}.lg\:checked\:border-gray-250:checked{--border-opacity:1;border-color:#fafafa;border-color:rgba(250,250,250,var(--border-opacity))}.lg\:checked\:border-gray-300:checked{--border-opacity:1;border-color:#dbd9d9;border-color:rgba(219,217,217,var(--border-opacity))}.lg\:checked\:border-gray-400:checked{--border-opacity:1;border-color:#bbb;border-color:rgba(187,187,187,var(--border-opacity))}.lg\:checked\:border-gray-500:checked{--border-opacity:1;border-color:#ccc;border-color:rgba(204,204,204,var(--border-opacity))}.lg\:checked\:border-gray-550:checked{--border-opacity:1;border-color:#efefef;border-color:rgba(239,239,239,var(--border-opacity))}.lg\:checked\:border-gray-600:checked{--border-opacity:1;border-color:#8e8e8e;border-color:rgba(142,142,142,var(--border-opacity))}.lg\:checked\:border-gray-650:checked{--border-opacity:1;border-color:#8d8d8d;border-color:rgba(141,141,141,var(--border-opacity))}.lg\:checked\:border-gray-700:checked{--border-opacity:1;border-color:#6e6e6e;border-color:rgba(110,110,110,var(--border-opacity))}.lg\:checked\:border-gray-750:checked{--border-opacity:1;border-color:#4a4a4a;border-color:rgba(74,74,74,var(--border-opacity))}.lg\:checked\:border-gray-800:checked{--border-opacity:1;border-color:#313131;border-color:rgba(49,49,49,var(--border-opacity))}.lg\:checked\:border-gray-900:checked{--border-opacity:1;border-color:#728597;border-color:rgba(114,133,151,var(--border-opacity))}.lg\:checked\:border-gray-50\%:checked{border-color:rgba(0,0,0,.5)}.lg\:checked\:border-gray-30\%:checked{border-color:rgba(0,0,0,.3)}.lg\:checked\:border-red-100:checked{--border-opacity:1;border-color:#fff5f5;border-color:rgba(255,245,245,var(--border-opacity))}.lg\:checked\:border-red-200:checked{--border-opacity:1;border-color:#fed7d7;border-color:rgba(254,215,215,var(--border-opacity))}.lg\:checked\:border-red-300:checked{--border-opacity:1;border-color:#feb2b2;border-color:rgba(254,178,178,var(--border-opacity))}.lg\:checked\:border-red-400:checked{--border-opacity:1;border-color:#fc8181;border-color:rgba(252,129,129,var(--border-opacity))}.lg\:checked\:border-red-500:checked{--border-opacity:1;border-color:#f56565;border-color:rgba(245,101,101,var(--border-opacity))}.lg\:checked\:border-red-600:checked{--border-opacity:1;border-color:#e53e3e;border-color:rgba(229,62,62,var(--border-opacity))}.lg\:checked\:border-red-700:checked{--border-opacity:1;border-color:#c53030;border-color:rgba(197,48,48,var(--border-opacity))}.lg\:checked\:border-red-800:checked{--border-opacity:1;border-color:#9b2c2c;border-color:rgba(155,44,44,var(--border-opacity))}.lg\:checked\:border-red-900:checked{--border-opacity:1;border-color:#742a2a;border-color:rgba(116,42,42,var(--border-opacity))}.lg\:checked\:border-orange-100:checked{--border-opacity:1;border-color:#fffaf0;border-color:rgba(255,250,240,var(--border-opacity))}.lg\:checked\:border-orange-200:checked{--border-opacity:1;border-color:#feebc8;border-color:rgba(254,235,200,var(--border-opacity))}.lg\:checked\:border-orange-300:checked{--border-opacity:1;border-color:#fbd38d;border-color:rgba(251,211,141,var(--border-opacity))}.lg\:checked\:border-orange-400:checked{--border-opacity:1;border-color:#f6ad55;border-color:rgba(246,173,85,var(--border-opacity))}.lg\:checked\:border-orange-500:checked{--border-opacity:1;border-color:#ed8936;border-color:rgba(237,137,54,var(--border-opacity))}.lg\:checked\:border-orange-600:checked{--border-opacity:1;border-color:#dd6b20;border-color:rgba(221,107,32,var(--border-opacity))}.lg\:checked\:border-orange-700:checked{--border-opacity:1;border-color:#c05621;border-color:rgba(192,86,33,var(--border-opacity))}.lg\:checked\:border-orange-800:checked{--border-opacity:1;border-color:#9c4221;border-color:rgba(156,66,33,var(--border-opacity))}.lg\:checked\:border-orange-900:checked{--border-opacity:1;border-color:#7b341e;border-color:rgba(123,52,30,var(--border-opacity))}.lg\:checked\:border-yellow-100:checked{--border-opacity:1;border-color:ivory;border-color:rgba(255,255,240,var(--border-opacity))}.lg\:checked\:border-yellow-200:checked{--border-opacity:1;border-color:#fefcbf;border-color:rgba(254,252,191,var(--border-opacity))}.lg\:checked\:border-yellow-300:checked{--border-opacity:1;border-color:#faf089;border-color:rgba(250,240,137,var(--border-opacity))}.lg\:checked\:border-yellow-400:checked{--border-opacity:1;border-color:#f6e05e;border-color:rgba(246,224,94,var(--border-opacity))}.lg\:checked\:border-yellow-500:checked{--border-opacity:1;border-color:#ecc94b;border-color:rgba(236,201,75,var(--border-opacity))}.lg\:checked\:border-yellow-600:checked{--border-opacity:1;border-color:#d69e2e;border-color:rgba(214,158,46,var(--border-opacity))}.lg\:checked\:border-yellow-700:checked{--border-opacity:1;border-color:#b7791f;border-color:rgba(183,121,31,var(--border-opacity))}.lg\:checked\:border-yellow-800:checked{--border-opacity:1;border-color:#975a16;border-color:rgba(151,90,22,var(--border-opacity))}.lg\:checked\:border-yellow-900:checked{--border-opacity:1;border-color:#744210;border-color:rgba(116,66,16,var(--border-opacity))}.lg\:checked\:border-green:checked{--border-opacity:1;border-color:#478415;border-color:rgba(71,132,21,var(--border-opacity))}.lg\:checked\:border-teal-100:checked{--border-opacity:1;border-color:#e6fffa;border-color:rgba(230,255,250,var(--border-opacity))}.lg\:checked\:border-teal-200:checked{--border-opacity:1;border-color:#b2f5ea;border-color:rgba(178,245,234,var(--border-opacity))}.lg\:checked\:border-teal-300:checked{--border-opacity:1;border-color:#81e6d9;border-color:rgba(129,230,217,var(--border-opacity))}.lg\:checked\:border-teal-400:checked{--border-opacity:1;border-color:#4fd1c5;border-color:rgba(79,209,197,var(--border-opacity))}.lg\:checked\:border-teal-500:checked{--border-opacity:1;border-color:#38b2ac;border-color:rgba(56,178,172,var(--border-opacity))}.lg\:checked\:border-teal-600:checked{--border-opacity:1;border-color:#319795;border-color:rgba(49,151,149,var(--border-opacity))}.lg\:checked\:border-teal-700:checked{--border-opacity:1;border-color:#2c7a7b;border-color:rgba(44,122,123,var(--border-opacity))}.lg\:checked\:border-teal-800:checked{--border-opacity:1;border-color:#285e61;border-color:rgba(40,94,97,var(--border-opacity))}.lg\:checked\:border-teal-900:checked{--border-opacity:1;border-color:#234e52;border-color:rgba(35,78,82,var(--border-opacity))}.lg\:checked\:border-blue-100:checked{--border-opacity:1;border-color:#ebf8ff;border-color:rgba(235,248,255,var(--border-opacity))}.lg\:checked\:border-blue-200:checked{--border-opacity:1;border-color:#bee3f8;border-color:rgba(190,227,248,var(--border-opacity))}.lg\:checked\:border-blue-300:checked{--border-opacity:1;border-color:#90cdf4;border-color:rgba(144,205,244,var(--border-opacity))}.lg\:checked\:border-blue-400:checked{--border-opacity:1;border-color:#63b3ed;border-color:rgba(99,179,237,var(--border-opacity))}.lg\:checked\:border-blue-500:checked{--border-opacity:1;border-color:#4299e1;border-color:rgba(66,153,225,var(--border-opacity))}.lg\:checked\:border-blue-600:checked{--border-opacity:1;border-color:#3182ce;border-color:rgba(49,130,206,var(--border-opacity))}.lg\:checked\:border-blue-700:checked{--border-opacity:1;border-color:#2b6cb0;border-color:rgba(43,108,176,var(--border-opacity))}.lg\:checked\:border-blue-800:checked{--border-opacity:1;border-color:#2c5282;border-color:rgba(44,82,130,var(--border-opacity))}.lg\:checked\:border-blue-900:checked{--border-opacity:1;border-color:#2a4365;border-color:rgba(42,67,101,var(--border-opacity))}.lg\:checked\:border-indigo-100:checked{--border-opacity:1;border-color:#ebf4ff;border-color:rgba(235,244,255,var(--border-opacity))}.lg\:checked\:border-indigo-200:checked{--border-opacity:1;border-color:#c3dafe;border-color:rgba(195,218,254,var(--border-opacity))}.lg\:checked\:border-indigo-300:checked{--border-opacity:1;border-color:#a3bffa;border-color:rgba(163,191,250,var(--border-opacity))}.lg\:checked\:border-indigo-400:checked{--border-opacity:1;border-color:#7f9cf5;border-color:rgba(127,156,245,var(--border-opacity))}.lg\:checked\:border-indigo-500:checked{--border-opacity:1;border-color:#667eea;border-color:rgba(102,126,234,var(--border-opacity))}.lg\:checked\:border-indigo-600:checked{--border-opacity:1;border-color:#5a67d8;border-color:rgba(90,103,216,var(--border-opacity))}.lg\:checked\:border-indigo-700:checked{--border-opacity:1;border-color:#4c51bf;border-color:rgba(76,81,191,var(--border-opacity))}.lg\:checked\:border-indigo-800:checked{--border-opacity:1;border-color:#434190;border-color:rgba(67,65,144,var(--border-opacity))}.lg\:checked\:border-indigo-900:checked{--border-opacity:1;border-color:#3c366b;border-color:rgba(60,54,107,var(--border-opacity))}.lg\:checked\:border-purple-100:checked{--border-opacity:1;border-color:#faf5ff;border-color:rgba(250,245,255,var(--border-opacity))}.lg\:checked\:border-purple-200:checked{--border-opacity:1;border-color:#e9d8fd;border-color:rgba(233,216,253,var(--border-opacity))}.lg\:checked\:border-purple-300:checked{--border-opacity:1;border-color:#d6bcfa;border-color:rgba(214,188,250,var(--border-opacity))}.lg\:checked\:border-purple-400:checked{--border-opacity:1;border-color:#b794f4;border-color:rgba(183,148,244,var(--border-opacity))}.lg\:checked\:border-purple-500:checked{--border-opacity:1;border-color:#9f7aea;border-color:rgba(159,122,234,var(--border-opacity))}.lg\:checked\:border-purple-600:checked{--border-opacity:1;border-color:#805ad5;border-color:rgba(128,90,213,var(--border-opacity))}.lg\:checked\:border-purple-700:checked{--border-opacity:1;border-color:#6b46c1;border-color:rgba(107,70,193,var(--border-opacity))}.lg\:checked\:border-purple-800:checked{--border-opacity:1;border-color:#553c9a;border-color:rgba(85,60,154,var(--border-opacity))}.lg\:checked\:border-purple-900:checked{--border-opacity:1;border-color:#44337a;border-color:rgba(68,51,122,var(--border-opacity))}.lg\:checked\:border-pink-100:checked{--border-opacity:1;border-color:#fff5f7;border-color:rgba(255,245,247,var(--border-opacity))}.lg\:checked\:border-pink-200:checked{--border-opacity:1;border-color:#fed7e2;border-color:rgba(254,215,226,var(--border-opacity))}.lg\:checked\:border-pink-300:checked{--border-opacity:1;border-color:#fbb6ce;border-color:rgba(251,182,206,var(--border-opacity))}.lg\:checked\:border-pink-400:checked{--border-opacity:1;border-color:#f687b3;border-color:rgba(246,135,179,var(--border-opacity))}.lg\:checked\:border-pink-500:checked{--border-opacity:1;border-color:#ed64a6;border-color:rgba(237,100,166,var(--border-opacity))}.lg\:checked\:border-pink-600:checked{--border-opacity:1;border-color:#d53f8c;border-color:rgba(213,63,140,var(--border-opacity))}.lg\:checked\:border-pink-700:checked{--border-opacity:1;border-color:#b83280;border-color:rgba(184,50,128,var(--border-opacity))}.lg\:checked\:border-pink-800:checked{--border-opacity:1;border-color:#97266d;border-color:rgba(151,38,109,var(--border-opacity))}.lg\:checked\:border-pink-900:checked{--border-opacity:1;border-color:#702459;border-color:rgba(112,36,89,var(--border-opacity))}.lg\:checked\:border-text:checked{--border-opacity:1;border-color:#000;border-color:rgba(0,0,0,var(--border-opacity))}.lg\:checked\:border-primary:checked{--border-opacity:1;border-color:#0b3780;border-color:rgba(11,55,128,var(--border-opacity))}.lg\:checked\:border-secondary:checked{--border-opacity:1;border-color:#fecc00;border-color:rgba(254,204,0,var(--border-opacity))}.lg\:checked\:border-primaryDark:checked{--border-opacity:1;border-color:#001e67;border-color:rgba(0,30,103,var(--border-opacity))}.lg\:checked\:border-clientCenterPrimary:checked{--border-opacity:1;border-color:#0f617e;border-color:rgba(15,97,126,var(--border-opacity))}.lg\:checked\:border-clientCenterHover:checked{--border-opacity:1;border-color:#168cb5;border-color:rgba(22,140,181,var(--border-opacity))}.lg\:border-opacity-0{--border-opacity:0}.lg\:border-opacity-10{--border-opacity:0.1}.lg\:border-opacity-25{--border-opacity:0.25}.lg\:border-opacity-50{--border-opacity:0.5}.lg\:border-opacity-75{--border-opacity:0.75}.lg\:border-opacity-100{--border-opacity:1}.lg\:hover\:border-opacity-0:hover{--border-opacity:0}.lg\:hover\:border-opacity-10:hover{--border-opacity:0.1}.lg\:hover\:border-opacity-25:hover{--border-opacity:0.25}.lg\:hover\:border-opacity-50:hover{--border-opacity:0.5}.lg\:hover\:border-opacity-75:hover{--border-opacity:0.75}.lg\:hover\:border-opacity-100:hover{--border-opacity:1}.lg\:focus\:border-opacity-0:focus{--border-opacity:0}.lg\:focus\:border-opacity-10:focus{--border-opacity:0.1}.lg\:focus\:border-opacity-25:focus{--border-opacity:0.25}.lg\:focus\:border-opacity-50:focus{--border-opacity:0.5}.lg\:focus\:border-opacity-75:focus{--border-opacity:0.75}.lg\:focus\:border-opacity-100:focus{--border-opacity:1}.lg\:border-solid{border-style:solid}.lg\:border-dashed{border-style:dashed}.lg\:border-dotted{border-style:dotted}.lg\:border-double{border-style:double}.lg\:border-none{border-style:none}.lg\:border-0{border-width:0}.lg\:border-1{border-width:1px}.lg\:border-2{border-width:2px}.lg\:border-3{border-width:3px}.lg\:border-4{border-width:4px}.lg\:border-8{border-width:8px}.lg\:border-10{border-width:10px}.lg\:border-12{border-width:12px}.lg\:border{border-width:1px}.lg\:border-t-0{border-top-width:0}.lg\:border-r-0{border-right-width:0}.lg\:border-b-0{border-bottom-width:0}.lg\:border-l-0{border-left-width:0}.lg\:border-t-1{border-top-width:1px}.lg\:border-r-1{border-right-width:1px}.lg\:border-b-1{border-bottom-width:1px}.lg\:border-l-1{border-left-width:1px}.lg\:border-t-2{border-top-width:2px}.lg\:border-r-2{border-right-width:2px}.lg\:border-b-2{border-bottom-width:2px}.lg\:border-l-2{border-left-width:2px}.lg\:border-t-3{border-top-width:3px}.lg\:border-r-3{border-right-width:3px}.lg\:border-b-3{border-bottom-width:3px}.lg\:border-l-3{border-left-width:3px}.lg\:border-t-4{border-top-width:4px}.lg\:border-r-4{border-right-width:4px}.lg\:border-b-4{border-bottom-width:4px}.lg\:border-l-4{border-left-width:4px}.lg\:border-t-8{border-top-width:8px}.lg\:border-r-8{border-right-width:8px}.lg\:border-b-8{border-bottom-width:8px}.lg\:border-l-8{border-left-width:8px}.lg\:border-t-10{border-top-width:10px}.lg\:border-r-10{border-right-width:10px}.lg\:border-b-10{border-bottom-width:10px}.lg\:border-l-10{border-left-width:10px}.lg\:border-t-12{border-top-width:12px}.lg\:border-r-12{border-right-width:12px}.lg\:border-b-12{border-bottom-width:12px}.lg\:border-l-12{border-left-width:12px}.lg\:border-t{border-top-width:1px}.lg\:border-r{border-right-width:1px}.lg\:border-b{border-bottom-width:1px}.lg\:border-l{border-left-width:1px}.lg\:first\:border-0:first-child{border-width:0}.lg\:first\:border-1:first-child{border-width:1px}.lg\:first\:border-2:first-child{border-width:2px}.lg\:first\:border-3:first-child{border-width:3px}.lg\:first\:border-4:first-child{border-width:4px}.lg\:first\:border-8:first-child{border-width:8px}.lg\:first\:border-10:first-child{border-width:10px}.lg\:first\:border-12:first-child{border-width:12px}.lg\:first\:border:first-child{border-width:1px}.lg\:first\:border-t-0:first-child{border-top-width:0}.lg\:first\:border-r-0:first-child{border-right-width:0}.lg\:first\:border-b-0:first-child{border-bottom-width:0}.lg\:first\:border-l-0:first-child{border-left-width:0}.lg\:first\:border-t-1:first-child{border-top-width:1px}.lg\:first\:border-r-1:first-child{border-right-width:1px}.lg\:first\:border-b-1:first-child{border-bottom-width:1px}.lg\:first\:border-l-1:first-child{border-left-width:1px}.lg\:first\:border-t-2:first-child{border-top-width:2px}.lg\:first\:border-r-2:first-child{border-right-width:2px}.lg\:first\:border-b-2:first-child{border-bottom-width:2px}.lg\:first\:border-l-2:first-child{border-left-width:2px}.lg\:first\:border-t-3:first-child{border-top-width:3px}.lg\:first\:border-r-3:first-child{border-right-width:3px}.lg\:first\:border-b-3:first-child{border-bottom-width:3px}.lg\:first\:border-l-3:first-child{border-left-width:3px}.lg\:first\:border-t-4:first-child{border-top-width:4px}.lg\:first\:border-r-4:first-child{border-right-width:4px}.lg\:first\:border-b-4:first-child{border-bottom-width:4px}.lg\:first\:border-l-4:first-child{border-left-width:4px}.lg\:first\:border-t-8:first-child{border-top-width:8px}.lg\:first\:border-r-8:first-child{border-right-width:8px}.lg\:first\:border-b-8:first-child{border-bottom-width:8px}.lg\:first\:border-l-8:first-child{border-left-width:8px}.lg\:first\:border-t-10:first-child{border-top-width:10px}.lg\:first\:border-r-10:first-child{border-right-width:10px}.lg\:first\:border-b-10:first-child{border-bottom-width:10px}.lg\:first\:border-l-10:first-child{border-left-width:10px}.lg\:first\:border-t-12:first-child{border-top-width:12px}.lg\:first\:border-r-12:first-child{border-right-width:12px}.lg\:first\:border-b-12:first-child{border-bottom-width:12px}.lg\:first\:border-l-12:first-child{border-left-width:12px}.lg\:first\:border-t:first-child{border-top-width:1px}.lg\:first\:border-r:first-child{border-right-width:1px}.lg\:first\:border-b:first-child{border-bottom-width:1px}.lg\:first\:border-l:first-child{border-left-width:1px}.lg\:hover\:border-0:hover{border-width:0}.lg\:hover\:border-1:hover{border-width:1px}.lg\:hover\:border-2:hover{border-width:2px}.lg\:hover\:border-3:hover{border-width:3px}.lg\:hover\:border-4:hover{border-width:4px}.lg\:hover\:border-8:hover{border-width:8px}.lg\:hover\:border-10:hover{border-width:10px}.lg\:hover\:border-12:hover{border-width:12px}.lg\:hover\:border:hover{border-width:1px}.lg\:hover\:border-t-0:hover{border-top-width:0}.lg\:hover\:border-r-0:hover{border-right-width:0}.lg\:hover\:border-b-0:hover{border-bottom-width:0}.lg\:hover\:border-l-0:hover{border-left-width:0}.lg\:hover\:border-t-1:hover{border-top-width:1px}.lg\:hover\:border-r-1:hover{border-right-width:1px}.lg\:hover\:border-b-1:hover{border-bottom-width:1px}.lg\:hover\:border-l-1:hover{border-left-width:1px}.lg\:hover\:border-t-2:hover{border-top-width:2px}.lg\:hover\:border-r-2:hover{border-right-width:2px}.lg\:hover\:border-b-2:hover{border-bottom-width:2px}.lg\:hover\:border-l-2:hover{border-left-width:2px}.lg\:hover\:border-t-3:hover{border-top-width:3px}.lg\:hover\:border-r-3:hover{border-right-width:3px}.lg\:hover\:border-b-3:hover{border-bottom-width:3px}.lg\:hover\:border-l-3:hover{border-left-width:3px}.lg\:hover\:border-t-4:hover{border-top-width:4px}.lg\:hover\:border-r-4:hover{border-right-width:4px}.lg\:hover\:border-b-4:hover{border-bottom-width:4px}.lg\:hover\:border-l-4:hover{border-left-width:4px}.lg\:hover\:border-t-8:hover{border-top-width:8px}.lg\:hover\:border-r-8:hover{border-right-width:8px}.lg\:hover\:border-b-8:hover{border-bottom-width:8px}.lg\:hover\:border-l-8:hover{border-left-width:8px}.lg\:hover\:border-t-10:hover{border-top-width:10px}.lg\:hover\:border-r-10:hover{border-right-width:10px}.lg\:hover\:border-b-10:hover{border-bottom-width:10px}.lg\:hover\:border-l-10:hover{border-left-width:10px}.lg\:hover\:border-t-12:hover{border-top-width:12px}.lg\:hover\:border-r-12:hover{border-right-width:12px}.lg\:hover\:border-b-12:hover{border-bottom-width:12px}.lg\:hover\:border-l-12:hover{border-left-width:12px}.lg\:hover\:border-t:hover{border-top-width:1px}.lg\:hover\:border-r:hover{border-right-width:1px}.lg\:hover\:border-b:hover{border-bottom-width:1px}.lg\:hover\:border-l:hover{border-left-width:1px}.lg\:last\:border-0:last-child{border-width:0}.lg\:last\:border-1:last-child{border-width:1px}.lg\:last\:border-2:last-child{border-width:2px}.lg\:last\:border-3:last-child{border-width:3px}.lg\:last\:border-4:last-child{border-width:4px}.lg\:last\:border-8:last-child{border-width:8px}.lg\:last\:border-10:last-child{border-width:10px}.lg\:last\:border-12:last-child{border-width:12px}.lg\:last\:border:last-child{border-width:1px}.lg\:last\:border-t-0:last-child{border-top-width:0}.lg\:last\:border-r-0:last-child{border-right-width:0}.lg\:last\:border-b-0:last-child{border-bottom-width:0}.lg\:last\:border-l-0:last-child{border-left-width:0}.lg\:last\:border-t-1:last-child{border-top-width:1px}.lg\:last\:border-r-1:last-child{border-right-width:1px}.lg\:last\:border-b-1:last-child{border-bottom-width:1px}.lg\:last\:border-l-1:last-child{border-left-width:1px}.lg\:last\:border-t-2:last-child{border-top-width:2px}.lg\:last\:border-r-2:last-child{border-right-width:2px}.lg\:last\:border-b-2:last-child{border-bottom-width:2px}.lg\:last\:border-l-2:last-child{border-left-width:2px}.lg\:last\:border-t-3:last-child{border-top-width:3px}.lg\:last\:border-r-3:last-child{border-right-width:3px}.lg\:last\:border-b-3:last-child{border-bottom-width:3px}.lg\:last\:border-l-3:last-child{border-left-width:3px}.lg\:last\:border-t-4:last-child{border-top-width:4px}.lg\:last\:border-r-4:last-child{border-right-width:4px}.lg\:last\:border-b-4:last-child{border-bottom-width:4px}.lg\:last\:border-l-4:last-child{border-left-width:4px}.lg\:last\:border-t-8:last-child{border-top-width:8px}.lg\:last\:border-r-8:last-child{border-right-width:8px}.lg\:last\:border-b-8:last-child{border-bottom-width:8px}.lg\:last\:border-l-8:last-child{border-left-width:8px}.lg\:last\:border-t-10:last-child{border-top-width:10px}.lg\:last\:border-r-10:last-child{border-right-width:10px}.lg\:last\:border-b-10:last-child{border-bottom-width:10px}.lg\:last\:border-l-10:last-child{border-left-width:10px}.lg\:last\:border-t-12:last-child{border-top-width:12px}.lg\:last\:border-r-12:last-child{border-right-width:12px}.lg\:last\:border-b-12:last-child{border-bottom-width:12px}.lg\:last\:border-l-12:last-child{border-left-width:12px}.lg\:last\:border-t:last-child{border-top-width:1px}.lg\:last\:border-r:last-child{border-right-width:1px}.lg\:last\:border-b:last-child{border-bottom-width:1px}.lg\:last\:border-l:last-child{border-left-width:1px}.lg\:box-border{box-sizing:border-box}.lg\:box-content{box-sizing:content-box}.lg\:cursor-auto{cursor:auto}.lg\:cursor-default{cursor:default}.lg\:cursor-pointer{cursor:pointer}.lg\:cursor-wait{cursor:wait}.lg\:cursor-text{cursor:text}.lg\:cursor-move{cursor:move}.lg\:cursor-not-allowed{cursor:not-allowed}.lg\:cursor-alias{cursor:alias}.lg\:block{display:block}.lg\:inline-block{display:inline-block}.lg\:inline{display:inline}.lg\:flex{display:flex}.lg\:inline-flex{display:inline-flex}.lg\:table{display:table}.lg\:table-caption{display:table-caption}.lg\:table-cell{display:table-cell}.lg\:table-column{display:table-column}.lg\:table-column-group{display:table-column-group}.lg\:table-footer-group{display:table-footer-group}.lg\:table-header-group{display:table-header-group}.lg\:table-row-group{display:table-row-group}.lg\:table-row{display:table-row}.lg\:flow-root{display:flow-root}.lg\:grid{display:grid}.lg\:inline-grid{display:inline-grid}.lg\:contents{display:contents}.lg\:hidden{display:none}.group:hover .lg\:group-hover\:block{display:block}.group:hover .lg\:group-hover\:inline-block{display:inline-block}.group:hover .lg\:group-hover\:inline{display:inline}.group:hover .lg\:group-hover\:flex{display:flex}.group:hover .lg\:group-hover\:inline-flex{display:inline-flex}.group:hover .lg\:group-hover\:table{display:table}.group:hover .lg\:group-hover\:table-caption{display:table-caption}.group:hover .lg\:group-hover\:table-cell{display:table-cell}.group:hover .lg\:group-hover\:table-column{display:table-column}.group:hover .lg\:group-hover\:table-column-group{display:table-column-group}.group:hover .lg\:group-hover\:table-footer-group{display:table-footer-group}.group:hover .lg\:group-hover\:table-header-group{display:table-header-group}.group:hover .lg\:group-hover\:table-row-group{display:table-row-group}.group:hover .lg\:group-hover\:table-row{display:table-row}.group:hover .lg\:group-hover\:flow-root{display:flow-root}.group:hover .lg\:group-hover\:grid{display:grid}.group:hover .lg\:group-hover\:inline-grid{display:inline-grid}.group:hover .lg\:group-hover\:contents{display:contents}.group:hover .lg\:group-hover\:hidden{display:none}.lg\:flex-row{flex-direction:row}.lg\:flex-row-reverse{flex-direction:row-reverse}.lg\:flex-col{flex-direction:column}.lg\:flex-col-reverse{flex-direction:column-reverse}.lg\:flex-wrap{flex-wrap:wrap}.lg\:flex-wrap-reverse{flex-wrap:wrap-reverse}.lg\:flex-no-wrap{flex-wrap:nowrap}.lg\:place-items-auto{place-items:auto}.lg\:place-items-start{place-items:start}.lg\:place-items-end{place-items:end}.lg\:place-items-center{place-items:center}.lg\:place-items-stretch{place-items:stretch}.lg\:place-content-center{place-content:center}.lg\:place-content-start{place-content:start}.lg\:place-content-end{place-content:end}.lg\:place-content-between{place-content:space-between}.lg\:place-content-around{place-content:space-around}.lg\:place-content-evenly{place-content:space-evenly}.lg\:place-content-stretch{place-content:stretch}.lg\:place-self-auto{place-self:auto}.lg\:place-self-start{place-self:start}.lg\:place-self-end{place-self:end}.lg\:place-self-center{place-self:center}.lg\:place-self-stretch{place-self:stretch}.lg\:items-start{align-items:flex-start}.lg\:items-end{align-items:flex-end}.lg\:items-center{align-items:center}.lg\:items-baseline{align-items:baseline}.lg\:items-stretch{align-items:stretch}.lg\:content-center{align-content:center}.lg\:content-start{align-content:flex-start}.lg\:content-end{align-content:flex-end}.lg\:content-between{align-content:space-between}.lg\:content-around{align-content:space-around}.lg\:content-evenly{align-content:space-evenly}.lg\:self-auto{align-self:auto}.lg\:self-start{align-self:flex-start}.lg\:self-end{align-self:flex-end}.lg\:self-center{align-self:center}.lg\:self-stretch{align-self:stretch}.lg\:justify-items-auto{justify-items:auto}.lg\:justify-items-start{justify-items:start}.lg\:justify-items-end{justify-items:end}.lg\:justify-items-center{justify-items:center}.lg\:justify-items-stretch{justify-items:stretch}.lg\:justify-start{justify-content:flex-start}.lg\:justify-end{justify-content:flex-end}.lg\:justify-center{justify-content:center}.lg\:justify-between{justify-content:space-between}.lg\:justify-around{justify-content:space-around}.lg\:justify-evenly{justify-content:space-evenly}.lg\:justify-self-auto{justify-self:auto}.lg\:justify-self-start{justify-self:start}.lg\:justify-self-end{justify-self:end}.lg\:justify-self-center{justify-self:center}.lg\:justify-self-stretch{justify-self:stretch}.lg\:flex-1{flex:1 1 0%}.lg\:flex-2{flex:2 2 0%}.lg\:flex-auto{flex:1 1 auto}.lg\:flex-initial{flex:0 1 auto}.lg\:flex-none{flex:none}.lg\:flex-grow-0{flex-grow:0}.lg\:flex-grow{flex-grow:1}.lg\:flex-shrink-0{flex-shrink:0}.lg\:flex-shrink{flex-shrink:1}.lg\:order-1{order:1}.lg\:order-2{order:2}.lg\:order-3{order:3}.lg\:order-4{order:4}.lg\:order-5{order:5}.lg\:order-6{order:6}.lg\:order-7{order:7}.lg\:order-8{order:8}.lg\:order-9{order:9}.lg\:order-10{order:10}.lg\:order-11{order:11}.lg\:order-12{order:12}.lg\:order-first{order:-9999}.lg\:order-last{order:9999}.lg\:order-none{order:0}.lg\:float-right{float:right}.lg\:float-left{float:left}.lg\:float-none{float:none}.lg\:clearfix:after{content:"";display:table;clear:both}.lg\:clear-left{clear:left}.lg\:clear-right{clear:right}.lg\:clear-both{clear:both}.lg\:clear-none{clear:none}.lg\:font-body{font-family:Lato,sans-serif}.lg\:font-title{font-family:Roboto,sans-serif}.lg\:font-hairline{font-weight:100}.lg\:font-thin{font-weight:200}.lg\:font-light{font-weight:300}.lg\:font-normal{font-weight:400}.lg\:font-medium{font-weight:500}.lg\:font-semibold{font-weight:600}.lg\:font-bold{font-weight:700}.lg\:font-extrabold{font-weight:800}.lg\:font-black{font-weight:900}.lg\:hover\:font-hairline:hover{font-weight:100}.lg\:hover\:font-thin:hover{font-weight:200}.lg\:hover\:font-light:hover{font-weight:300}.lg\:hover\:font-normal:hover{font-weight:400}.lg\:hover\:font-medium:hover{font-weight:500}.lg\:hover\:font-semibold:hover{font-weight:600}.lg\:hover\:font-bold:hover{font-weight:700}.lg\:hover\:font-extrabold:hover{font-weight:800}.lg\:hover\:font-black:hover{font-weight:900}.lg\:focus\:font-hairline:focus{font-weight:100}.lg\:focus\:font-thin:focus{font-weight:200}.lg\:focus\:font-light:focus{font-weight:300}.lg\:focus\:font-normal:focus{font-weight:400}.lg\:focus\:font-medium:focus{font-weight:500}.lg\:focus\:font-semibold:focus{font-weight:600}.lg\:focus\:font-bold:focus{font-weight:700}.lg\:focus\:font-extrabold:focus{font-weight:800}.lg\:focus\:font-black:focus{font-weight:900}.lg\:first\:font-hairline:first-child{font-weight:100}.lg\:first\:font-thin:first-child{font-weight:200}.lg\:first\:font-light:first-child{font-weight:300}.lg\:first\:font-normal:first-child{font-weight:400}.lg\:first\:font-medium:first-child{font-weight:500}.lg\:first\:font-semibold:first-child{font-weight:600}.lg\:first\:font-bold:first-child{font-weight:700}.lg\:first\:font-extrabold:first-child{font-weight:800}.lg\:first\:font-black:first-child{font-weight:900}.lg\:h-0{height:0}.lg\:h-1{height:.25rem}.lg\:h-2{height:.5rem}.lg\:h-3{height:.75rem}.lg\:h-4{height:1rem}.lg\:h-5{height:1.25rem}.lg\:h-6{height:1.5rem}.lg\:h-7{height:1.75rem}.lg\:h-8{height:2rem}.lg\:h-9{height:2.25rem}.lg\:h-10{height:2.5rem}.lg\:h-11{height:2.75rem}.lg\:h-12{height:3rem}.lg\:h-15{height:3.75rem}.lg\:h-16{height:4rem}.lg\:h-18{height:4.5rem}.lg\:h-20{height:5rem}.lg\:h-22{height:5.5rem}.lg\:h-24{height:6rem}.lg\:h-25{height:6.25rem}.lg\:h-28{height:7rem}.lg\:h-32{height:8rem}.lg\:h-40{height:10rem}.lg\:h-44{height:11rem}.lg\:h-48{height:12rem}.lg\:h-52{height:13rem}.lg\:h-56{height:14rem}.lg\:h-64{height:16rem}.lg\:h-66{height:24rem}.lg\:h-150{height:37.5rem}.lg\:h-auto{height:auto}.lg\:h-px{height:1px}.lg\:h-2px{height:2px}.lg\:h-84px{height:84px}.lg\:h-0\.5{height:.2rem}.lg\:h-1\.5{height:.45rem}.lg\:h-2\.5{height:.625rem}.lg\:h-0\.9rem{height:.9rem}.lg\:h--5{height:-1.25rem}.lg\:h-5\.5{height:1.375rem}.lg\:h--8{height:-2rem}.lg\:h-1\/2{height:50%}.lg\:h-1\/10{height:10%}.lg\:h-1\/3{height:33.333333%}.lg\:h-1\/3in9cols{height:calc(33.33333% + .41667rem)}.lg\:h-2\/3{height:66.666667%}.lg\:h-1\/12{height:8.333333%}.lg\:h-2\/12{height:16.666667%}.lg\:h-2\/12\+1rem{height:calc(16.66667% + 1.0625rem)}.lg\:h-client-center-header{height:1.9375rem}.lg\:h-full{height:100%}.lg\:h-screen{height:100vh}.lg\:h-tab-bar{height:3.375rem}.lg\:h-middle-header{height:7.313rem}.lg\:h-wall-header{height:6.25rem}.lg\:h-client-center-logo-desktop{height:1.0625rem}.lg\:h-230px{height:230px}.lg\:h-9\/10{height:90%}.lg\:h-empty-bar{height:1.75rem}.lg\:text-xs{font-size:.875rem}.lg\:text-sm{font-size:1rem}.lg\:text-base{font-size:1.25rem}.lg\:text-lg{font-size:1.5rem}.lg\:text-xl{font-size:1.625rem}.lg\:text-2xl{font-size:2.25rem}.lg\:text-3xl{font-size:3rem}.lg\:text-4xl{font-size:2.25rem}.lg\:text-5xl{font-size:3rem}.lg\:text-6xl{font-size:4rem}.lg\:text-3xs{font-size:.625rem}.lg\:text-2xs{font-size:.75rem}.lg\:text-1\.5sm{font-size:1.125rem}.lg\:text-1\.5xl{font-size:1.9375rem}.lg\:text-nf{font-size:50rem}.lg\:text-nf-md{font-size:30rem}.lg\:text-nf-sm{font-size:20rem}.lg\:text-nf-xs{font-size:10rem}.lg\:text-xxs{font-size:.68rem}.lg\:leading-3{line-height:.75rem}.lg\:leading-4{line-height:1rem}.lg\:leading-5{line-height:1.25rem}.lg\:leading-6{line-height:1.5rem}.lg\:leading-7{line-height:1.75rem}.lg\:leading-8{line-height:2rem}.lg\:leading-9{line-height:2.25rem}.lg\:leading-10{line-height:2.5rem}.lg\:leading-11{line-height:2.75rem}.lg\:leading-12{line-height:3rem}.lg\:leading-none{line-height:1}.lg\:leading-tight{line-height:1.2}.lg\:leading-snug{line-height:1.4}.lg\:leading-normal{line-height:1.5}.lg\:leading-relaxed{line-height:1.625}.lg\:leading-loose{line-height:2}.lg\:list-inside{list-style-position:inside}.lg\:list-outside{list-style-position:outside}.lg\:list-decimal{list-style-type:decimal}.lg\:list-disc{list-style-type:disc}.lg\:list-circle{list-style-type:circle}.lg\:m-0{margin:0}.lg\:m-1{margin:.25rem}.lg\:m-2{margin:.5rem}.lg\:m-3{margin:.75rem}.lg\:m-4{margin:1rem}.lg\:m-5{margin:1.25rem}.lg\:m-6{margin:1.5rem}.lg\:m-7{margin:1.75rem}.lg\:m-8{margin:2rem}.lg\:m-9{margin:2.25rem}.lg\:m-10{margin:2.5rem}.lg\:m-11{margin:2.75rem}.lg\:m-12{margin:3rem}.lg\:m-15{margin:3.75rem}.lg\:m-16{margin:4rem}.lg\:m-18{margin:4.5rem}.lg\:m-20{margin:5rem}.lg\:m-22{margin:5.5rem}.lg\:m-24{margin:6rem}.lg\:m-25{margin:6.25rem}.lg\:m-28{margin:7rem}.lg\:m-32{margin:8rem}.lg\:m-40{margin:10rem}.lg\:m-44{margin:11rem}.lg\:m-48{margin:12rem}.lg\:m-52{margin:13rem}.lg\:m-56{margin:14rem}.lg\:m-64{margin:16rem}.lg\:m-66{margin:24rem}.lg\:m-auto{margin:auto}.lg\:m-px{margin:1px}.lg\:m-2px{margin:2px}.lg\:m-84px{margin:84px}.lg\:m-0\.5{margin:.2rem}.lg\:m-1\.5{margin:.45rem}.lg\:m-2\.5{margin:.625rem}.lg\:m-0\.9rem{margin:.9rem}.lg\:-m-5{margin:-1.25rem}.lg\:m-5\.5{margin:1.375rem}.lg\:-m-8{margin:-2rem}.lg\:m-1\/2{margin:50%}.lg\:m-1\/10{margin:10%}.lg\:m-1\/3{margin:33.333333%}.lg\:m-1\/3in9cols{margin:calc(33.33333% + .41667rem)}.lg\:m-2\/3{margin:66.666667%}.lg\:m-1\/12{margin:8.333333%}.lg\:m-2\/12{margin:16.666667%}.lg\:m-2\/12\+1rem{margin:calc(16.66667% + 1.0625rem)}.lg\:m-client-center-header{margin:1.9375rem}.lg\:-m-1{margin:-.25rem}.lg\:-m-2{margin:-.5rem}.lg\:-m-3{margin:-.75rem}.lg\:-m-4{margin:-1rem}.lg\:-m-6{margin:-1.5rem}.lg\:-m-7{margin:-1.75rem}.lg\:-m-9{margin:-2.25rem}.lg\:-m-10{margin:-2.5rem}.lg\:-m-11{margin:-2.75rem}.lg\:-m-12{margin:-3rem}.lg\:-m-15{margin:-3.75rem}.lg\:-m-16{margin:-4rem}.lg\:-m-18{margin:-4.5rem}.lg\:-m-20{margin:-5rem}.lg\:-m-22{margin:-5.5rem}.lg\:-m-24{margin:-6rem}.lg\:-m-25{margin:-6.25rem}.lg\:-m-28{margin:-7rem}.lg\:-m-32{margin:-8rem}.lg\:-m-40{margin:-10rem}.lg\:-m-44{margin:-11rem}.lg\:-m-48{margin:-12rem}.lg\:-m-52{margin:-13rem}.lg\:-m-56{margin:-14rem}.lg\:-m-64{margin:-16rem}.lg\:-m-66{margin:-24rem}.lg\:-m-px{margin:-1px}.lg\:-m-2px{margin:-2px}.lg\:-m-84px{margin:-84px}.lg\:-m-0\.5{margin:-.2rem}.lg\:-m-1\.5{margin:-.45rem}.lg\:-m-2\.5{margin:-.625rem}.lg\:-m-0\.9rem{margin:-.9rem}.lg\:-m--5{margin:1.25rem}.lg\:-m-5\.5{margin:-1.375rem}.lg\:-m--8{margin:2rem}.lg\:-m-1\/2{margin:-50%}.lg\:-m-1\/10{margin:-10%}.lg\:-m-1\/3{margin:-33.33333%}.lg\:-m-1\/3in9cols{margin:calc(-33.33333% + -.41667rem)}.lg\:-m-2\/3{margin:-66.66667%}.lg\:-m-1\/12{margin:-8.33333%}.lg\:-m-2\/12{margin:-16.66667%}.lg\:-m-2\/12\+1rem{margin:calc(-16.66667% + -1.0625rem)}.lg\:-m-client-center-header{margin:-1.9375rem}.lg\:my-0{margin-top:0;margin-bottom:0}.lg\:mx-0{margin-left:0;margin-right:0}.lg\:my-1{margin-top:.25rem;margin-bottom:.25rem}.lg\:mx-1{margin-left:.25rem;margin-right:.25rem}.lg\:my-2{margin-top:.5rem;margin-bottom:.5rem}.lg\:mx-2{margin-left:.5rem;margin-right:.5rem}.lg\:my-3{margin-top:.75rem;margin-bottom:.75rem}.lg\:mx-3{margin-left:.75rem;margin-right:.75rem}.lg\:my-4{margin-top:1rem;margin-bottom:1rem}.lg\:mx-4{margin-left:1rem;margin-right:1rem}.lg\:my-5{margin-top:1.25rem;margin-bottom:1.25rem}.lg\:mx-5{margin-left:1.25rem;margin-right:1.25rem}.lg\:my-6{margin-top:1.5rem;margin-bottom:1.5rem}.lg\:mx-6{margin-left:1.5rem;margin-right:1.5rem}.lg\:my-7{margin-top:1.75rem;margin-bottom:1.75rem}.lg\:mx-7{margin-left:1.75rem;margin-right:1.75rem}.lg\:my-8{margin-top:2rem;margin-bottom:2rem}.lg\:mx-8{margin-left:2rem;margin-right:2rem}.lg\:my-9{margin-top:2.25rem;margin-bottom:2.25rem}.lg\:mx-9{margin-left:2.25rem;margin-right:2.25rem}.lg\:my-10{margin-top:2.5rem;margin-bottom:2.5rem}.lg\:mx-10{margin-left:2.5rem;margin-right:2.5rem}.lg\:my-11{margin-top:2.75rem;margin-bottom:2.75rem}.lg\:mx-11{margin-left:2.75rem;margin-right:2.75rem}.lg\:my-12{margin-top:3rem;margin-bottom:3rem}.lg\:mx-12{margin-left:3rem;margin-right:3rem}.lg\:my-15{margin-top:3.75rem;margin-bottom:3.75rem}.lg\:mx-15{margin-left:3.75rem;margin-right:3.75rem}.lg\:my-16{margin-top:4rem;margin-bottom:4rem}.lg\:mx-16{margin-left:4rem;margin-right:4rem}.lg\:my-18{margin-top:4.5rem;margin-bottom:4.5rem}.lg\:mx-18{margin-left:4.5rem;margin-right:4.5rem}.lg\:my-20{margin-top:5rem;margin-bottom:5rem}.lg\:mx-20{margin-left:5rem;margin-right:5rem}.lg\:my-22{margin-top:5.5rem;margin-bottom:5.5rem}.lg\:mx-22{margin-left:5.5rem;margin-right:5.5rem}.lg\:my-24{margin-top:6rem;margin-bottom:6rem}.lg\:mx-24{margin-left:6rem;margin-right:6rem}.lg\:my-25{margin-top:6.25rem;margin-bottom:6.25rem}.lg\:mx-25{margin-left:6.25rem;margin-right:6.25rem}.lg\:my-28{margin-top:7rem;margin-bottom:7rem}.lg\:mx-28{margin-left:7rem;margin-right:7rem}.lg\:my-32{margin-top:8rem;margin-bottom:8rem}.lg\:mx-32{margin-left:8rem;margin-right:8rem}.lg\:my-40{margin-top:10rem;margin-bottom:10rem}.lg\:mx-40{margin-left:10rem;margin-right:10rem}.lg\:my-44{margin-top:11rem;margin-bottom:11rem}.lg\:mx-44{margin-left:11rem;margin-right:11rem}.lg\:my-48{margin-top:12rem;margin-bottom:12rem}.lg\:mx-48{margin-left:12rem;margin-right:12rem}.lg\:my-52{margin-top:13rem;margin-bottom:13rem}.lg\:mx-52{margin-left:13rem;margin-right:13rem}.lg\:my-56{margin-top:14rem;margin-bottom:14rem}.lg\:mx-56{margin-left:14rem;margin-right:14rem}.lg\:my-64{margin-top:16rem;margin-bottom:16rem}.lg\:mx-64{margin-left:16rem;margin-right:16rem}.lg\:my-66{margin-top:24rem;margin-bottom:24rem}.lg\:mx-66{margin-left:24rem;margin-right:24rem}.lg\:my-auto{margin-top:auto;margin-bottom:auto}.lg\:mx-auto{margin-left:auto;margin-right:auto}.lg\:my-px{margin-top:1px;margin-bottom:1px}.lg\:mx-px{margin-left:1px;margin-right:1px}.lg\:my-2px{margin-top:2px;margin-bottom:2px}.lg\:mx-2px{margin-left:2px;margin-right:2px}.lg\:my-84px{margin-top:84px;margin-bottom:84px}.lg\:mx-84px{margin-left:84px;margin-right:84px}.lg\:my-0\.5{margin-top:.2rem;margin-bottom:.2rem}.lg\:mx-0\.5{margin-left:.2rem;margin-right:.2rem}.lg\:my-1\.5{margin-top:.45rem;margin-bottom:.45rem}.lg\:mx-1\.5{margin-left:.45rem;margin-right:.45rem}.lg\:my-2\.5{margin-top:.625rem;margin-bottom:.625rem}.lg\:mx-2\.5{margin-left:.625rem;margin-right:.625rem}.lg\:my-0\.9rem{margin-top:.9rem;margin-bottom:.9rem}.lg\:mx-0\.9rem{margin-left:.9rem;margin-right:.9rem}.lg\:-my-5{margin-top:-1.25rem;margin-bottom:-1.25rem}.lg\:-mx-5{margin-left:-1.25rem;margin-right:-1.25rem}.lg\:my-5\.5{margin-top:1.375rem;margin-bottom:1.375rem}.lg\:mx-5\.5{margin-left:1.375rem;margin-right:1.375rem}.lg\:-my-8{margin-top:-2rem;margin-bottom:-2rem}.lg\:-mx-8{margin-left:-2rem;margin-right:-2rem}.lg\:my-1\/2{margin-top:50%;margin-bottom:50%}.lg\:mx-1\/2{margin-left:50%;margin-right:50%}.lg\:my-1\/10{margin-top:10%;margin-bottom:10%}.lg\:mx-1\/10{margin-left:10%;margin-right:10%}.lg\:my-1\/3{margin-top:33.333333%;margin-bottom:33.333333%}.lg\:mx-1\/3{margin-left:33.333333%;margin-right:33.333333%}.lg\:my-1\/3in9cols{margin-top:calc(33.33333% + .41667rem);margin-bottom:calc(33.33333% + .41667rem)}.lg\:mx-1\/3in9cols{margin-left:calc(33.33333% + .41667rem);margin-right:calc(33.33333% + .41667rem)}.lg\:my-2\/3{margin-top:66.666667%;margin-bottom:66.666667%}.lg\:mx-2\/3{margin-left:66.666667%;margin-right:66.666667%}.lg\:my-1\/12{margin-top:8.333333%;margin-bottom:8.333333%}.lg\:mx-1\/12{margin-left:8.333333%;margin-right:8.333333%}.lg\:my-2\/12{margin-top:16.666667%;margin-bottom:16.666667%}.lg\:mx-2\/12{margin-left:16.666667%;margin-right:16.666667%}.lg\:my-2\/12\+1rem{margin-top:calc(16.66667% + 1.0625rem);margin-bottom:calc(16.66667% + 1.0625rem)}.lg\:mx-2\/12\+1rem{margin-left:calc(16.66667% + 1.0625rem);margin-right:calc(16.66667% + 1.0625rem)}.lg\:my-client-center-header{margin-top:1.9375rem;margin-bottom:1.9375rem}.lg\:mx-client-center-header{margin-left:1.9375rem;margin-right:1.9375rem}.lg\:-my-1{margin-top:-.25rem;margin-bottom:-.25rem}.lg\:-mx-1{margin-left:-.25rem;margin-right:-.25rem}.lg\:-my-2{margin-top:-.5rem;margin-bottom:-.5rem}.lg\:-mx-2{margin-left:-.5rem;margin-right:-.5rem}.lg\:-my-3{margin-top:-.75rem;margin-bottom:-.75rem}.lg\:-mx-3{margin-left:-.75rem;margin-right:-.75rem}.lg\:-my-4{margin-top:-1rem;margin-bottom:-1rem}.lg\:-mx-4{margin-left:-1rem;margin-right:-1rem}.lg\:-my-6{margin-top:-1.5rem;margin-bottom:-1.5rem}.lg\:-mx-6{margin-left:-1.5rem;margin-right:-1.5rem}.lg\:-my-7{margin-top:-1.75rem;margin-bottom:-1.75rem}.lg\:-mx-7{margin-left:-1.75rem;margin-right:-1.75rem}.lg\:-my-9{margin-top:-2.25rem;margin-bottom:-2.25rem}.lg\:-mx-9{margin-left:-2.25rem;margin-right:-2.25rem}.lg\:-my-10{margin-top:-2.5rem;margin-bottom:-2.5rem}.lg\:-mx-10{margin-left:-2.5rem;margin-right:-2.5rem}.lg\:-my-11{margin-top:-2.75rem;margin-bottom:-2.75rem}.lg\:-mx-11{margin-left:-2.75rem;margin-right:-2.75rem}.lg\:-my-12{margin-top:-3rem;margin-bottom:-3rem}.lg\:-mx-12{margin-left:-3rem;margin-right:-3rem}.lg\:-my-15{margin-top:-3.75rem;margin-bottom:-3.75rem}.lg\:-mx-15{margin-left:-3.75rem;margin-right:-3.75rem}.lg\:-my-16{margin-top:-4rem;margin-bottom:-4rem}.lg\:-mx-16{margin-left:-4rem;margin-right:-4rem}.lg\:-my-18{margin-top:-4.5rem;margin-bottom:-4.5rem}.lg\:-mx-18{margin-left:-4.5rem;margin-right:-4.5rem}.lg\:-my-20{margin-top:-5rem;margin-bottom:-5rem}.lg\:-mx-20{margin-left:-5rem;margin-right:-5rem}.lg\:-my-22{margin-top:-5.5rem;margin-bottom:-5.5rem}.lg\:-mx-22{margin-left:-5.5rem;margin-right:-5.5rem}.lg\:-my-24{margin-top:-6rem;margin-bottom:-6rem}.lg\:-mx-24{margin-left:-6rem;margin-right:-6rem}.lg\:-my-25{margin-top:-6.25rem;margin-bottom:-6.25rem}.lg\:-mx-25{margin-left:-6.25rem;margin-right:-6.25rem}.lg\:-my-28{margin-top:-7rem;margin-bottom:-7rem}.lg\:-mx-28{margin-left:-7rem;margin-right:-7rem}.lg\:-my-32{margin-top:-8rem;margin-bottom:-8rem}.lg\:-mx-32{margin-left:-8rem;margin-right:-8rem}.lg\:-my-40{margin-top:-10rem;margin-bottom:-10rem}.lg\:-mx-40{margin-left:-10rem;margin-right:-10rem}.lg\:-my-44{margin-top:-11rem;margin-bottom:-11rem}.lg\:-mx-44{margin-left:-11rem;margin-right:-11rem}.lg\:-my-48{margin-top:-12rem;margin-bottom:-12rem}.lg\:-mx-48{margin-left:-12rem;margin-right:-12rem}.lg\:-my-52{margin-top:-13rem;margin-bottom:-13rem}.lg\:-mx-52{margin-left:-13rem;margin-right:-13rem}.lg\:-my-56{margin-top:-14rem;margin-bottom:-14rem}.lg\:-mx-56{margin-left:-14rem;margin-right:-14rem}.lg\:-my-64{margin-top:-16rem;margin-bottom:-16rem}.lg\:-mx-64{margin-left:-16rem;margin-right:-16rem}.lg\:-my-66{margin-top:-24rem;margin-bottom:-24rem}.lg\:-mx-66{margin-left:-24rem;margin-right:-24rem}.lg\:-my-px{margin-top:-1px;margin-bottom:-1px}.lg\:-mx-px{margin-left:-1px;margin-right:-1px}.lg\:-my-2px{margin-top:-2px;margin-bottom:-2px}.lg\:-mx-2px{margin-left:-2px;margin-right:-2px}.lg\:-my-84px{margin-top:-84px;margin-bottom:-84px}.lg\:-mx-84px{margin-left:-84px;margin-right:-84px}.lg\:-my-0\.5{margin-top:-.2rem;margin-bottom:-.2rem}.lg\:-mx-0\.5{margin-left:-.2rem;margin-right:-.2rem}.lg\:-my-1\.5{margin-top:-.45rem;margin-bottom:-.45rem}.lg\:-mx-1\.5{margin-left:-.45rem;margin-right:-.45rem}.lg\:-my-2\.5{margin-top:-.625rem;margin-bottom:-.625rem}.lg\:-mx-2\.5{margin-left:-.625rem;margin-right:-.625rem}.lg\:-my-0\.9rem{margin-top:-.9rem;margin-bottom:-.9rem}.lg\:-mx-0\.9rem{margin-left:-.9rem;margin-right:-.9rem}.lg\:-my--5{margin-top:1.25rem;margin-bottom:1.25rem}.lg\:-mx--5{margin-left:1.25rem;margin-right:1.25rem}.lg\:-my-5\.5{margin-top:-1.375rem;margin-bottom:-1.375rem}.lg\:-mx-5\.5{margin-left:-1.375rem;margin-right:-1.375rem}.lg\:-my--8{margin-top:2rem;margin-bottom:2rem}.lg\:-mx--8{margin-left:2rem;margin-right:2rem}.lg\:-my-1\/2{margin-top:-50%;margin-bottom:-50%}.lg\:-mx-1\/2{margin-left:-50%;margin-right:-50%}.lg\:-my-1\/10{margin-top:-10%;margin-bottom:-10%}.lg\:-mx-1\/10{margin-left:-10%;margin-right:-10%}.lg\:-my-1\/3{margin-top:-33.33333%;margin-bottom:-33.33333%}.lg\:-mx-1\/3{margin-left:-33.33333%;margin-right:-33.33333%}.lg\:-my-1\/3in9cols{margin-top:calc(-33.33333% + -.41667rem);margin-bottom:calc(-33.33333% + -.41667rem)}.lg\:-mx-1\/3in9cols{margin-left:calc(-33.33333% + -.41667rem);margin-right:calc(-33.33333% + -.41667rem)}.lg\:-my-2\/3{margin-top:-66.66667%;margin-bottom:-66.66667%}.lg\:-mx-2\/3{margin-left:-66.66667%;margin-right:-66.66667%}.lg\:-my-1\/12{margin-top:-8.33333%;margin-bottom:-8.33333%}.lg\:-mx-1\/12{margin-left:-8.33333%;margin-right:-8.33333%}.lg\:-my-2\/12{margin-top:-16.66667%;margin-bottom:-16.66667%}.lg\:-mx-2\/12{margin-left:-16.66667%;margin-right:-16.66667%}.lg\:-my-2\/12\+1rem{margin-top:calc(-16.66667% + -1.0625rem);margin-bottom:calc(-16.66667% + -1.0625rem)}.lg\:-mx-2\/12\+1rem{margin-left:calc(-16.66667% + -1.0625rem);margin-right:calc(-16.66667% + -1.0625rem)}.lg\:-my-client-center-header{margin-top:-1.9375rem;margin-bottom:-1.9375rem}.lg\:-mx-client-center-header{margin-left:-1.9375rem;margin-right:-1.9375rem}.lg\:mt-0{margin-top:0}.lg\:mr-0{margin-right:0}.lg\:mb-0{margin-bottom:0}.lg\:ml-0{margin-left:0}.lg\:mt-1{margin-top:.25rem}.lg\:mr-1{margin-right:.25rem}.lg\:mb-1{margin-bottom:.25rem}.lg\:ml-1{margin-left:.25rem}.lg\:mt-2{margin-top:.5rem}.lg\:mr-2{margin-right:.5rem}.lg\:mb-2{margin-bottom:.5rem}.lg\:ml-2{margin-left:.5rem}.lg\:mt-3{margin-top:.75rem}.lg\:mr-3{margin-right:.75rem}.lg\:mb-3{margin-bottom:.75rem}.lg\:ml-3{margin-left:.75rem}.lg\:mt-4{margin-top:1rem}.lg\:mr-4{margin-right:1rem}.lg\:mb-4{margin-bottom:1rem}.lg\:ml-4{margin-left:1rem}.lg\:mt-5{margin-top:1.25rem}.lg\:mr-5{margin-right:1.25rem}.lg\:mb-5{margin-bottom:1.25rem}.lg\:ml-5{margin-left:1.25rem}.lg\:mt-6{margin-top:1.5rem}.lg\:mr-6{margin-right:1.5rem}.lg\:mb-6{margin-bottom:1.5rem}.lg\:ml-6{margin-left:1.5rem}.lg\:mt-7{margin-top:1.75rem}.lg\:mr-7{margin-right:1.75rem}.lg\:mb-7{margin-bottom:1.75rem}.lg\:ml-7{margin-left:1.75rem}.lg\:mt-8{margin-top:2rem}.lg\:mr-8{margin-right:2rem}.lg\:mb-8{margin-bottom:2rem}.lg\:ml-8{margin-left:2rem}.lg\:mt-9{margin-top:2.25rem}.lg\:mr-9{margin-right:2.25rem}.lg\:mb-9{margin-bottom:2.25rem}.lg\:ml-9{margin-left:2.25rem}.lg\:mt-10{margin-top:2.5rem}.lg\:mr-10{margin-right:2.5rem}.lg\:mb-10{margin-bottom:2.5rem}.lg\:ml-10{margin-left:2.5rem}.lg\:mt-11{margin-top:2.75rem}.lg\:mr-11{margin-right:2.75rem}.lg\:mb-11{margin-bottom:2.75rem}.lg\:ml-11{margin-left:2.75rem}.lg\:mt-12{margin-top:3rem}.lg\:mr-12{margin-right:3rem}.lg\:mb-12{margin-bottom:3rem}.lg\:ml-12{margin-left:3rem}.lg\:mt-15{margin-top:3.75rem}.lg\:mr-15{margin-right:3.75rem}.lg\:mb-15{margin-bottom:3.75rem}.lg\:ml-15{margin-left:3.75rem}.lg\:mt-16{margin-top:4rem}.lg\:mr-16{margin-right:4rem}.lg\:mb-16{margin-bottom:4rem}.lg\:ml-16{margin-left:4rem}.lg\:mt-18{margin-top:4.5rem}.lg\:mr-18{margin-right:4.5rem}.lg\:mb-18{margin-bottom:4.5rem}.lg\:ml-18{margin-left:4.5rem}.lg\:mt-20{margin-top:5rem}.lg\:mr-20{margin-right:5rem}.lg\:mb-20{margin-bottom:5rem}.lg\:ml-20{margin-left:5rem}.lg\:mt-22{margin-top:5.5rem}.lg\:mr-22{margin-right:5.5rem}.lg\:mb-22{margin-bottom:5.5rem}.lg\:ml-22{margin-left:5.5rem}.lg\:mt-24{margin-top:6rem}.lg\:mr-24{margin-right:6rem}.lg\:mb-24{margin-bottom:6rem}.lg\:ml-24{margin-left:6rem}.lg\:mt-25{margin-top:6.25rem}.lg\:mr-25{margin-right:6.25rem}.lg\:mb-25{margin-bottom:6.25rem}.lg\:ml-25{margin-left:6.25rem}.lg\:mt-28{margin-top:7rem}.lg\:mr-28{margin-right:7rem}.lg\:mb-28{margin-bottom:7rem}.lg\:ml-28{margin-left:7rem}.lg\:mt-32{margin-top:8rem}.lg\:mr-32{margin-right:8rem}.lg\:mb-32{margin-bottom:8rem}.lg\:ml-32{margin-left:8rem}.lg\:mt-40{margin-top:10rem}.lg\:mr-40{margin-right:10rem}.lg\:mb-40{margin-bottom:10rem}.lg\:ml-40{margin-left:10rem}.lg\:mt-44{margin-top:11rem}.lg\:mr-44{margin-right:11rem}.lg\:mb-44{margin-bottom:11rem}.lg\:ml-44{margin-left:11rem}.lg\:mt-48{margin-top:12rem}.lg\:mr-48{margin-right:12rem}.lg\:mb-48{margin-bottom:12rem}.lg\:ml-48{margin-left:12rem}.lg\:mt-52{margin-top:13rem}.lg\:mr-52{margin-right:13rem}.lg\:mb-52{margin-bottom:13rem}.lg\:ml-52{margin-left:13rem}.lg\:mt-56{margin-top:14rem}.lg\:mr-56{margin-right:14rem}.lg\:mb-56{margin-bottom:14rem}.lg\:ml-56{margin-left:14rem}.lg\:mt-64{margin-top:16rem}.lg\:mr-64{margin-right:16rem}.lg\:mb-64{margin-bottom:16rem}.lg\:ml-64{margin-left:16rem}.lg\:mt-66{margin-top:24rem}.lg\:mr-66{margin-right:24rem}.lg\:mb-66{margin-bottom:24rem}.lg\:ml-66{margin-left:24rem}.lg\:mt-auto{margin-top:auto}.lg\:mr-auto{margin-right:auto}.lg\:mb-auto{margin-bottom:auto}.lg\:ml-auto{margin-left:auto}.lg\:mt-px{margin-top:1px}.lg\:mr-px{margin-right:1px}.lg\:mb-px{margin-bottom:1px}.lg\:ml-px{margin-left:1px}.lg\:mt-2px{margin-top:2px}.lg\:mr-2px{margin-right:2px}.lg\:mb-2px{margin-bottom:2px}.lg\:ml-2px{margin-left:2px}.lg\:mt-84px{margin-top:84px}.lg\:mr-84px{margin-right:84px}.lg\:mb-84px{margin-bottom:84px}.lg\:ml-84px{margin-left:84px}.lg\:mt-0\.5{margin-top:.2rem}.lg\:mr-0\.5{margin-right:.2rem}.lg\:mb-0\.5{margin-bottom:.2rem}.lg\:ml-0\.5{margin-left:.2rem}.lg\:mt-1\.5{margin-top:.45rem}.lg\:mr-1\.5{margin-right:.45rem}.lg\:mb-1\.5{margin-bottom:.45rem}.lg\:ml-1\.5{margin-left:.45rem}.lg\:mt-2\.5{margin-top:.625rem}.lg\:mr-2\.5{margin-right:.625rem}.lg\:mb-2\.5{margin-bottom:.625rem}.lg\:ml-2\.5{margin-left:.625rem}.lg\:mt-0\.9rem{margin-top:.9rem}.lg\:mr-0\.9rem{margin-right:.9rem}.lg\:mb-0\.9rem{margin-bottom:.9rem}.lg\:ml-0\.9rem{margin-left:.9rem}.lg\:-mt-5{margin-top:-1.25rem}.lg\:-mr-5{margin-right:-1.25rem}.lg\:-mb-5{margin-bottom:-1.25rem}.lg\:-ml-5{margin-left:-1.25rem}.lg\:mt-5\.5{margin-top:1.375rem}.lg\:mr-5\.5{margin-right:1.375rem}.lg\:mb-5\.5{margin-bottom:1.375rem}.lg\:ml-5\.5{margin-left:1.375rem}.lg\:-mt-8{margin-top:-2rem}.lg\:-mr-8{margin-right:-2rem}.lg\:-mb-8{margin-bottom:-2rem}.lg\:-ml-8{margin-left:-2rem}.lg\:mt-1\/2{margin-top:50%}.lg\:mr-1\/2{margin-right:50%}.lg\:mb-1\/2{margin-bottom:50%}.lg\:ml-1\/2{margin-left:50%}.lg\:mt-1\/10{margin-top:10%}.lg\:mr-1\/10{margin-right:10%}.lg\:mb-1\/10{margin-bottom:10%}.lg\:ml-1\/10{margin-left:10%}.lg\:mt-1\/3{margin-top:33.333333%}.lg\:mr-1\/3{margin-right:33.333333%}.lg\:mb-1\/3{margin-bottom:33.333333%}.lg\:ml-1\/3{margin-left:33.333333%}.lg\:mt-1\/3in9cols{margin-top:calc(33.33333% + .41667rem)}.lg\:mr-1\/3in9cols{margin-right:calc(33.33333% + .41667rem)}.lg\:mb-1\/3in9cols{margin-bottom:calc(33.33333% + .41667rem)}.lg\:ml-1\/3in9cols{margin-left:calc(33.33333% + .41667rem)}.lg\:mt-2\/3{margin-top:66.666667%}.lg\:mr-2\/3{margin-right:66.666667%}.lg\:mb-2\/3{margin-bottom:66.666667%}.lg\:ml-2\/3{margin-left:66.666667%}.lg\:mt-1\/12{margin-top:8.333333%}.lg\:mr-1\/12{margin-right:8.333333%}.lg\:mb-1\/12{margin-bottom:8.333333%}.lg\:ml-1\/12{margin-left:8.333333%}.lg\:mt-2\/12{margin-top:16.666667%}.lg\:mr-2\/12{margin-right:16.666667%}.lg\:mb-2\/12{margin-bottom:16.666667%}.lg\:ml-2\/12{margin-left:16.666667%}.lg\:mt-2\/12\+1rem{margin-top:calc(16.66667% + 1.0625rem)}.lg\:mr-2\/12\+1rem{margin-right:calc(16.66667% + 1.0625rem)}.lg\:mb-2\/12\+1rem{margin-bottom:calc(16.66667% + 1.0625rem)}.lg\:ml-2\/12\+1rem{margin-left:calc(16.66667% + 1.0625rem)}.lg\:mt-client-center-header{margin-top:1.9375rem}.lg\:mr-client-center-header{margin-right:1.9375rem}.lg\:mb-client-center-header{margin-bottom:1.9375rem}.lg\:ml-client-center-header{margin-left:1.9375rem}.lg\:-mt-1{margin-top:-.25rem}.lg\:-mr-1{margin-right:-.25rem}.lg\:-mb-1{margin-bottom:-.25rem}.lg\:-ml-1{margin-left:-.25rem}.lg\:-mt-2{margin-top:-.5rem}.lg\:-mr-2{margin-right:-.5rem}.lg\:-mb-2{margin-bottom:-.5rem}.lg\:-ml-2{margin-left:-.5rem}.lg\:-mt-3{margin-top:-.75rem}.lg\:-mr-3{margin-right:-.75rem}.lg\:-mb-3{margin-bottom:-.75rem}.lg\:-ml-3{margin-left:-.75rem}.lg\:-mt-4{margin-top:-1rem}.lg\:-mr-4{margin-right:-1rem}.lg\:-mb-4{margin-bottom:-1rem}.lg\:-ml-4{margin-left:-1rem}.lg\:-mt-6{margin-top:-1.5rem}.lg\:-mr-6{margin-right:-1.5rem}.lg\:-mb-6{margin-bottom:-1.5rem}.lg\:-ml-6{margin-left:-1.5rem}.lg\:-mt-7{margin-top:-1.75rem}.lg\:-mr-7{margin-right:-1.75rem}.lg\:-mb-7{margin-bottom:-1.75rem}.lg\:-ml-7{margin-left:-1.75rem}.lg\:-mt-9{margin-top:-2.25rem}.lg\:-mr-9{margin-right:-2.25rem}.lg\:-mb-9{margin-bottom:-2.25rem}.lg\:-ml-9{margin-left:-2.25rem}.lg\:-mt-10{margin-top:-2.5rem}.lg\:-mr-10{margin-right:-2.5rem}.lg\:-mb-10{margin-bottom:-2.5rem}.lg\:-ml-10{margin-left:-2.5rem}.lg\:-mt-11{margin-top:-2.75rem}.lg\:-mr-11{margin-right:-2.75rem}.lg\:-mb-11{margin-bottom:-2.75rem}.lg\:-ml-11{margin-left:-2.75rem}.lg\:-mt-12{margin-top:-3rem}.lg\:-mr-12{margin-right:-3rem}.lg\:-mb-12{margin-bottom:-3rem}.lg\:-ml-12{margin-left:-3rem}.lg\:-mt-15{margin-top:-3.75rem}.lg\:-mr-15{margin-right:-3.75rem}.lg\:-mb-15{margin-bottom:-3.75rem}.lg\:-ml-15{margin-left:-3.75rem}.lg\:-mt-16{margin-top:-4rem}.lg\:-mr-16{margin-right:-4rem}.lg\:-mb-16{margin-bottom:-4rem}.lg\:-ml-16{margin-left:-4rem}.lg\:-mt-18{margin-top:-4.5rem}.lg\:-mr-18{margin-right:-4.5rem}.lg\:-mb-18{margin-bottom:-4.5rem}.lg\:-ml-18{margin-left:-4.5rem}.lg\:-mt-20{margin-top:-5rem}.lg\:-mr-20{margin-right:-5rem}.lg\:-mb-20{margin-bottom:-5rem}.lg\:-ml-20{margin-left:-5rem}.lg\:-mt-22{margin-top:-5.5rem}.lg\:-mr-22{margin-right:-5.5rem}.lg\:-mb-22{margin-bottom:-5.5rem}.lg\:-ml-22{margin-left:-5.5rem}.lg\:-mt-24{margin-top:-6rem}.lg\:-mr-24{margin-right:-6rem}.lg\:-mb-24{margin-bottom:-6rem}.lg\:-ml-24{margin-left:-6rem}.lg\:-mt-25{margin-top:-6.25rem}.lg\:-mr-25{margin-right:-6.25rem}.lg\:-mb-25{margin-bottom:-6.25rem}.lg\:-ml-25{margin-left:-6.25rem}.lg\:-mt-28{margin-top:-7rem}.lg\:-mr-28{margin-right:-7rem}.lg\:-mb-28{margin-bottom:-7rem}.lg\:-ml-28{margin-left:-7rem}.lg\:-mt-32{margin-top:-8rem}.lg\:-mr-32{margin-right:-8rem}.lg\:-mb-32{margin-bottom:-8rem}.lg\:-ml-32{margin-left:-8rem}.lg\:-mt-40{margin-top:-10rem}.lg\:-mr-40{margin-right:-10rem}.lg\:-mb-40{margin-bottom:-10rem}.lg\:-ml-40{margin-left:-10rem}.lg\:-mt-44{margin-top:-11rem}.lg\:-mr-44{margin-right:-11rem}.lg\:-mb-44{margin-bottom:-11rem}.lg\:-ml-44{margin-left:-11rem}.lg\:-mt-48{margin-top:-12rem}.lg\:-mr-48{margin-right:-12rem}.lg\:-mb-48{margin-bottom:-12rem}.lg\:-ml-48{margin-left:-12rem}.lg\:-mt-52{margin-top:-13rem}.lg\:-mr-52{margin-right:-13rem}.lg\:-mb-52{margin-bottom:-13rem}.lg\:-ml-52{margin-left:-13rem}.lg\:-mt-56{margin-top:-14rem}.lg\:-mr-56{margin-right:-14rem}.lg\:-mb-56{margin-bottom:-14rem}.lg\:-ml-56{margin-left:-14rem}.lg\:-mt-64{margin-top:-16rem}.lg\:-mr-64{margin-right:-16rem}.lg\:-mb-64{margin-bottom:-16rem}.lg\:-ml-64{margin-left:-16rem}.lg\:-mt-66{margin-top:-24rem}.lg\:-mr-66{margin-right:-24rem}.lg\:-mb-66{margin-bottom:-24rem}.lg\:-ml-66{margin-left:-24rem}.lg\:-mt-px{margin-top:-1px}.lg\:-mr-px{margin-right:-1px}.lg\:-mb-px{margin-bottom:-1px}.lg\:-ml-px{margin-left:-1px}.lg\:-mt-2px{margin-top:-2px}.lg\:-mr-2px{margin-right:-2px}.lg\:-mb-2px{margin-bottom:-2px}.lg\:-ml-2px{margin-left:-2px}.lg\:-mt-84px{margin-top:-84px}.lg\:-mr-84px{margin-right:-84px}.lg\:-mb-84px{margin-bottom:-84px}.lg\:-ml-84px{margin-left:-84px}.lg\:-mt-0\.5{margin-top:-.2rem}.lg\:-mr-0\.5{margin-right:-.2rem}.lg\:-mb-0\.5{margin-bottom:-.2rem}.lg\:-ml-0\.5{margin-left:-.2rem}.lg\:-mt-1\.5{margin-top:-.45rem}.lg\:-mr-1\.5{margin-right:-.45rem}.lg\:-mb-1\.5{margin-bottom:-.45rem}.lg\:-ml-1\.5{margin-left:-.45rem}.lg\:-mt-2\.5{margin-top:-.625rem}.lg\:-mr-2\.5{margin-right:-.625rem}.lg\:-mb-2\.5{margin-bottom:-.625rem}.lg\:-ml-2\.5{margin-left:-.625rem}.lg\:-mt-0\.9rem{margin-top:-.9rem}.lg\:-mr-0\.9rem{margin-right:-.9rem}.lg\:-mb-0\.9rem{margin-bottom:-.9rem}.lg\:-ml-0\.9rem{margin-left:-.9rem}.lg\:-mt--5{margin-top:1.25rem}.lg\:-mr--5{margin-right:1.25rem}.lg\:-mb--5{margin-bottom:1.25rem}.lg\:-ml--5{margin-left:1.25rem}.lg\:-mt-5\.5{margin-top:-1.375rem}.lg\:-mr-5\.5{margin-right:-1.375rem}.lg\:-mb-5\.5{margin-bottom:-1.375rem}.lg\:-ml-5\.5{margin-left:-1.375rem}.lg\:-mt--8{margin-top:2rem}.lg\:-mr--8{margin-right:2rem}.lg\:-mb--8{margin-bottom:2rem}.lg\:-ml--8{margin-left:2rem}.lg\:-mt-1\/2{margin-top:-50%}.lg\:-mr-1\/2{margin-right:-50%}.lg\:-mb-1\/2{margin-bottom:-50%}.lg\:-ml-1\/2{margin-left:-50%}.lg\:-mt-1\/10{margin-top:-10%}.lg\:-mr-1\/10{margin-right:-10%}.lg\:-mb-1\/10{margin-bottom:-10%}.lg\:-ml-1\/10{margin-left:-10%}.lg\:-mt-1\/3{margin-top:-33.33333%}.lg\:-mr-1\/3{margin-right:-33.33333%}.lg\:-mb-1\/3{margin-bottom:-33.33333%}.lg\:-ml-1\/3{margin-left:-33.33333%}.lg\:-mt-1\/3in9cols{margin-top:calc(-33.33333% + -.41667rem)}.lg\:-mr-1\/3in9cols{margin-right:calc(-33.33333% + -.41667rem)}.lg\:-mb-1\/3in9cols{margin-bottom:calc(-33.33333% + -.41667rem)}.lg\:-ml-1\/3in9cols{margin-left:calc(-33.33333% + -.41667rem)}.lg\:-mt-2\/3{margin-top:-66.66667%}.lg\:-mr-2\/3{margin-right:-66.66667%}.lg\:-mb-2\/3{margin-bottom:-66.66667%}.lg\:-ml-2\/3{margin-left:-66.66667%}.lg\:-mt-1\/12{margin-top:-8.33333%}.lg\:-mr-1\/12{margin-right:-8.33333%}.lg\:-mb-1\/12{margin-bottom:-8.33333%}.lg\:-ml-1\/12{margin-left:-8.33333%}.lg\:-mt-2\/12{margin-top:-16.66667%}.lg\:-mr-2\/12{margin-right:-16.66667%}.lg\:-mb-2\/12{margin-bottom:-16.66667%}.lg\:-ml-2\/12{margin-left:-16.66667%}.lg\:-mt-2\/12\+1rem{margin-top:calc(-16.66667% + -1.0625rem)}.lg\:-mr-2\/12\+1rem{margin-right:calc(-16.66667% + -1.0625rem)}.lg\:-mb-2\/12\+1rem{margin-bottom:calc(-16.66667% + -1.0625rem)}.lg\:-ml-2\/12\+1rem{margin-left:calc(-16.66667% + -1.0625rem)}.lg\:-mt-client-center-header{margin-top:-1.9375rem}.lg\:-mr-client-center-header{margin-right:-1.9375rem}.lg\:-mb-client-center-header{margin-bottom:-1.9375rem}.lg\:-ml-client-center-header{margin-left:-1.9375rem}.lg\:last\:m-0:last-child{margin:0}.lg\:last\:m-1:last-child{margin:.25rem}.lg\:last\:m-2:last-child{margin:.5rem}.lg\:last\:m-3:last-child{margin:.75rem}.lg\:last\:m-4:last-child{margin:1rem}.lg\:last\:m-5:last-child{margin:1.25rem}.lg\:last\:m-6:last-child{margin:1.5rem}.lg\:last\:m-7:last-child{margin:1.75rem}.lg\:last\:m-8:last-child{margin:2rem}.lg\:last\:m-9:last-child{margin:2.25rem}.lg\:last\:m-10:last-child{margin:2.5rem}.lg\:last\:m-11:last-child{margin:2.75rem}.lg\:last\:m-12:last-child{margin:3rem}.lg\:last\:m-15:last-child{margin:3.75rem}.lg\:last\:m-16:last-child{margin:4rem}.lg\:last\:m-18:last-child{margin:4.5rem}.lg\:last\:m-20:last-child{margin:5rem}.lg\:last\:m-22:last-child{margin:5.5rem}.lg\:last\:m-24:last-child{margin:6rem}.lg\:last\:m-25:last-child{margin:6.25rem}.lg\:last\:m-28:last-child{margin:7rem}.lg\:last\:m-32:last-child{margin:8rem}.lg\:last\:m-40:last-child{margin:10rem}.lg\:last\:m-44:last-child{margin:11rem}.lg\:last\:m-48:last-child{margin:12rem}.lg\:last\:m-52:last-child{margin:13rem}.lg\:last\:m-56:last-child{margin:14rem}.lg\:last\:m-64:last-child{margin:16rem}.lg\:last\:m-66:last-child{margin:24rem}.lg\:last\:m-auto:last-child{margin:auto}.lg\:last\:m-px:last-child{margin:1px}.lg\:last\:m-2px:last-child{margin:2px}.lg\:last\:m-84px:last-child{margin:84px}.lg\:last\:m-0\.5:last-child{margin:.2rem}.lg\:last\:m-1\.5:last-child{margin:.45rem}.lg\:last\:m-2\.5:last-child{margin:.625rem}.lg\:last\:m-0\.9rem:last-child{margin:.9rem}.lg\:last\:-m-5:last-child{margin:-1.25rem}.lg\:last\:m-5\.5:last-child{margin:1.375rem}.lg\:last\:-m-8:last-child{margin:-2rem}.lg\:last\:m-1\/2:last-child{margin:50%}.lg\:last\:m-1\/10:last-child{margin:10%}.lg\:last\:m-1\/3:last-child{margin:33.333333%}.lg\:last\:m-1\/3in9cols:last-child{margin:calc(33.33333% + .41667rem)}.lg\:last\:m-2\/3:last-child{margin:66.666667%}.lg\:last\:m-1\/12:last-child{margin:8.333333%}.lg\:last\:m-2\/12:last-child{margin:16.666667%}.lg\:last\:m-2\/12\+1rem:last-child{margin:calc(16.66667% + 1.0625rem)}.lg\:last\:m-client-center-header:last-child{margin:1.9375rem}.lg\:last\:-m-1:last-child{margin:-.25rem}.lg\:last\:-m-2:last-child{margin:-.5rem}.lg\:last\:-m-3:last-child{margin:-.75rem}.lg\:last\:-m-4:last-child{margin:-1rem}.lg\:last\:-m-6:last-child{margin:-1.5rem}.lg\:last\:-m-7:last-child{margin:-1.75rem}.lg\:last\:-m-9:last-child{margin:-2.25rem}.lg\:last\:-m-10:last-child{margin:-2.5rem}.lg\:last\:-m-11:last-child{margin:-2.75rem}.lg\:last\:-m-12:last-child{margin:-3rem}.lg\:last\:-m-15:last-child{margin:-3.75rem}.lg\:last\:-m-16:last-child{margin:-4rem}.lg\:last\:-m-18:last-child{margin:-4.5rem}.lg\:last\:-m-20:last-child{margin:-5rem}.lg\:last\:-m-22:last-child{margin:-5.5rem}.lg\:last\:-m-24:last-child{margin:-6rem}.lg\:last\:-m-25:last-child{margin:-6.25rem}.lg\:last\:-m-28:last-child{margin:-7rem}.lg\:last\:-m-32:last-child{margin:-8rem}.lg\:last\:-m-40:last-child{margin:-10rem}.lg\:last\:-m-44:last-child{margin:-11rem}.lg\:last\:-m-48:last-child{margin:-12rem}.lg\:last\:-m-52:last-child{margin:-13rem}.lg\:last\:-m-56:last-child{margin:-14rem}.lg\:last\:-m-64:last-child{margin:-16rem}.lg\:last\:-m-66:last-child{margin:-24rem}.lg\:last\:-m-px:last-child{margin:-1px}.lg\:last\:-m-2px:last-child{margin:-2px}.lg\:last\:-m-84px:last-child{margin:-84px}.lg\:last\:-m-0\.5:last-child{margin:-.2rem}.lg\:last\:-m-1\.5:last-child{margin:-.45rem}.lg\:last\:-m-2\.5:last-child{margin:-.625rem}.lg\:last\:-m-0\.9rem:last-child{margin:-.9rem}.lg\:last\:-m--5:last-child{margin:1.25rem}.lg\:last\:-m-5\.5:last-child{margin:-1.375rem}.lg\:last\:-m--8:last-child{margin:2rem}.lg\:last\:-m-1\/2:last-child{margin:-50%}.lg\:last\:-m-1\/10:last-child{margin:-10%}.lg\:last\:-m-1\/3:last-child{margin:-33.33333%}.lg\:last\:-m-1\/3in9cols:last-child{margin:calc(-33.33333% + -.41667rem)}.lg\:last\:-m-2\/3:last-child{margin:-66.66667%}.lg\:last\:-m-1\/12:last-child{margin:-8.33333%}.lg\:last\:-m-2\/12:last-child{margin:-16.66667%}.lg\:last\:-m-2\/12\+1rem:last-child{margin:calc(-16.66667% + -1.0625rem)}.lg\:last\:-m-client-center-header:last-child{margin:-1.9375rem}.lg\:last\:my-0:last-child{margin-top:0;margin-bottom:0}.lg\:last\:mx-0:last-child{margin-left:0;margin-right:0}.lg\:last\:my-1:last-child{margin-top:.25rem;margin-bottom:.25rem}.lg\:last\:mx-1:last-child{margin-left:.25rem;margin-right:.25rem}.lg\:last\:my-2:last-child{margin-top:.5rem;margin-bottom:.5rem}.lg\:last\:mx-2:last-child{margin-left:.5rem;margin-right:.5rem}.lg\:last\:my-3:last-child{margin-top:.75rem;margin-bottom:.75rem}.lg\:last\:mx-3:last-child{margin-left:.75rem;margin-right:.75rem}.lg\:last\:my-4:last-child{margin-top:1rem;margin-bottom:1rem}.lg\:last\:mx-4:last-child{margin-left:1rem;margin-right:1rem}.lg\:last\:my-5:last-child{margin-top:1.25rem;margin-bottom:1.25rem}.lg\:last\:mx-5:last-child{margin-left:1.25rem;margin-right:1.25rem}.lg\:last\:my-6:last-child{margin-top:1.5rem;margin-bottom:1.5rem}.lg\:last\:mx-6:last-child{margin-left:1.5rem;margin-right:1.5rem}.lg\:last\:my-7:last-child{margin-top:1.75rem;margin-bottom:1.75rem}.lg\:last\:mx-7:last-child{margin-left:1.75rem;margin-right:1.75rem}.lg\:last\:my-8:last-child{margin-top:2rem;margin-bottom:2rem}.lg\:last\:mx-8:last-child{margin-left:2rem;margin-right:2rem}.lg\:last\:my-9:last-child{margin-top:2.25rem;margin-bottom:2.25rem}.lg\:last\:mx-9:last-child{margin-left:2.25rem;margin-right:2.25rem}.lg\:last\:my-10:last-child{margin-top:2.5rem;margin-bottom:2.5rem}.lg\:last\:mx-10:last-child{margin-left:2.5rem;margin-right:2.5rem}.lg\:last\:my-11:last-child{margin-top:2.75rem;margin-bottom:2.75rem}.lg\:last\:mx-11:last-child{margin-left:2.75rem;margin-right:2.75rem}.lg\:last\:my-12:last-child{margin-top:3rem;margin-bottom:3rem}.lg\:last\:mx-12:last-child{margin-left:3rem;margin-right:3rem}.lg\:last\:my-15:last-child{margin-top:3.75rem;margin-bottom:3.75rem}.lg\:last\:mx-15:last-child{margin-left:3.75rem;margin-right:3.75rem}.lg\:last\:my-16:last-child{margin-top:4rem;margin-bottom:4rem}.lg\:last\:mx-16:last-child{margin-left:4rem;margin-right:4rem}.lg\:last\:my-18:last-child{margin-top:4.5rem;margin-bottom:4.5rem}.lg\:last\:mx-18:last-child{margin-left:4.5rem;margin-right:4.5rem}.lg\:last\:my-20:last-child{margin-top:5rem;margin-bottom:5rem}.lg\:last\:mx-20:last-child{margin-left:5rem;margin-right:5rem}.lg\:last\:my-22:last-child{margin-top:5.5rem;margin-bottom:5.5rem}.lg\:last\:mx-22:last-child{margin-left:5.5rem;margin-right:5.5rem}.lg\:last\:my-24:last-child{margin-top:6rem;margin-bottom:6rem}.lg\:last\:mx-24:last-child{margin-left:6rem;margin-right:6rem}.lg\:last\:my-25:last-child{margin-top:6.25rem;margin-bottom:6.25rem}.lg\:last\:mx-25:last-child{margin-left:6.25rem;margin-right:6.25rem}.lg\:last\:my-28:last-child{margin-top:7rem;margin-bottom:7rem}.lg\:last\:mx-28:last-child{margin-left:7rem;margin-right:7rem}.lg\:last\:my-32:last-child{margin-top:8rem;margin-bottom:8rem}.lg\:last\:mx-32:last-child{margin-left:8rem;margin-right:8rem}.lg\:last\:my-40:last-child{margin-top:10rem;margin-bottom:10rem}.lg\:last\:mx-40:last-child{margin-left:10rem;margin-right:10rem}.lg\:last\:my-44:last-child{margin-top:11rem;margin-bottom:11rem}.lg\:last\:mx-44:last-child{margin-left:11rem;margin-right:11rem}.lg\:last\:my-48:last-child{margin-top:12rem;margin-bottom:12rem}.lg\:last\:mx-48:last-child{margin-left:12rem;margin-right:12rem}.lg\:last\:my-52:last-child{margin-top:13rem;margin-bottom:13rem}.lg\:last\:mx-52:last-child{margin-left:13rem;margin-right:13rem}.lg\:last\:my-56:last-child{margin-top:14rem;margin-bottom:14rem}.lg\:last\:mx-56:last-child{margin-left:14rem;margin-right:14rem}.lg\:last\:my-64:last-child{margin-top:16rem;margin-bottom:16rem}.lg\:last\:mx-64:last-child{margin-left:16rem;margin-right:16rem}.lg\:last\:my-66:last-child{margin-top:24rem;margin-bottom:24rem}.lg\:last\:mx-66:last-child{margin-left:24rem;margin-right:24rem}.lg\:last\:my-auto:last-child{margin-top:auto;margin-bottom:auto}.lg\:last\:mx-auto:last-child{margin-left:auto;margin-right:auto}.lg\:last\:my-px:last-child{margin-top:1px;margin-bottom:1px}.lg\:last\:mx-px:last-child{margin-left:1px;margin-right:1px}.lg\:last\:my-2px:last-child{margin-top:2px;margin-bottom:2px}.lg\:last\:mx-2px:last-child{margin-left:2px;margin-right:2px}.lg\:last\:my-84px:last-child{margin-top:84px;margin-bottom:84px}.lg\:last\:mx-84px:last-child{margin-left:84px;margin-right:84px}.lg\:last\:my-0\.5:last-child{margin-top:.2rem;margin-bottom:.2rem}.lg\:last\:mx-0\.5:last-child{margin-left:.2rem;margin-right:.2rem}.lg\:last\:my-1\.5:last-child{margin-top:.45rem;margin-bottom:.45rem}.lg\:last\:mx-1\.5:last-child{margin-left:.45rem;margin-right:.45rem}.lg\:last\:my-2\.5:last-child{margin-top:.625rem;margin-bottom:.625rem}.lg\:last\:mx-2\.5:last-child{margin-left:.625rem;margin-right:.625rem}.lg\:last\:my-0\.9rem:last-child{margin-top:.9rem;margin-bottom:.9rem}.lg\:last\:mx-0\.9rem:last-child{margin-left:.9rem;margin-right:.9rem}.lg\:last\:-my-5:last-child{margin-top:-1.25rem;margin-bottom:-1.25rem}.lg\:last\:-mx-5:last-child{margin-left:-1.25rem;margin-right:-1.25rem}.lg\:last\:my-5\.5:last-child{margin-top:1.375rem;margin-bottom:1.375rem}.lg\:last\:mx-5\.5:last-child{margin-left:1.375rem;margin-right:1.375rem}.lg\:last\:-my-8:last-child{margin-top:-2rem;margin-bottom:-2rem}.lg\:last\:-mx-8:last-child{margin-left:-2rem;margin-right:-2rem}.lg\:last\:my-1\/2:last-child{margin-top:50%;margin-bottom:50%}.lg\:last\:mx-1\/2:last-child{margin-left:50%;margin-right:50%}.lg\:last\:my-1\/10:last-child{margin-top:10%;margin-bottom:10%}.lg\:last\:mx-1\/10:last-child{margin-left:10%;margin-right:10%}.lg\:last\:my-1\/3:last-child{margin-top:33.333333%;margin-bottom:33.333333%}.lg\:last\:mx-1\/3:last-child{margin-left:33.333333%;margin-right:33.333333%}.lg\:last\:my-1\/3in9cols:last-child{margin-top:calc(33.33333% + .41667rem);margin-bottom:calc(33.33333% + .41667rem)}.lg\:last\:mx-1\/3in9cols:last-child{margin-left:calc(33.33333% + .41667rem);margin-right:calc(33.33333% + .41667rem)}.lg\:last\:my-2\/3:last-child{margin-top:66.666667%;margin-bottom:66.666667%}.lg\:last\:mx-2\/3:last-child{margin-left:66.666667%;margin-right:66.666667%}.lg\:last\:my-1\/12:last-child{margin-top:8.333333%;margin-bottom:8.333333%}.lg\:last\:mx-1\/12:last-child{margin-left:8.333333%;margin-right:8.333333%}.lg\:last\:my-2\/12:last-child{margin-top:16.666667%;margin-bottom:16.666667%}.lg\:last\:mx-2\/12:last-child{margin-left:16.666667%;margin-right:16.666667%}.lg\:last\:my-2\/12\+1rem:last-child{margin-top:calc(16.66667% + 1.0625rem);margin-bottom:calc(16.66667% + 1.0625rem)}.lg\:last\:mx-2\/12\+1rem:last-child{margin-left:calc(16.66667% + 1.0625rem);margin-right:calc(16.66667% + 1.0625rem)}.lg\:last\:my-client-center-header:last-child{margin-top:1.9375rem;margin-bottom:1.9375rem}.lg\:last\:mx-client-center-header:last-child{margin-left:1.9375rem;margin-right:1.9375rem}.lg\:last\:-my-1:last-child{margin-top:-.25rem;margin-bottom:-.25rem}.lg\:last\:-mx-1:last-child{margin-left:-.25rem;margin-right:-.25rem}.lg\:last\:-my-2:last-child{margin-top:-.5rem;margin-bottom:-.5rem}.lg\:last\:-mx-2:last-child{margin-left:-.5rem;margin-right:-.5rem}.lg\:last\:-my-3:last-child{margin-top:-.75rem;margin-bottom:-.75rem}.lg\:last\:-mx-3:last-child{margin-left:-.75rem;margin-right:-.75rem}.lg\:last\:-my-4:last-child{margin-top:-1rem;margin-bottom:-1rem}.lg\:last\:-mx-4:last-child{margin-left:-1rem;margin-right:-1rem}.lg\:last\:-my-6:last-child{margin-top:-1.5rem;margin-bottom:-1.5rem}.lg\:last\:-mx-6:last-child{margin-left:-1.5rem;margin-right:-1.5rem}.lg\:last\:-my-7:last-child{margin-top:-1.75rem;margin-bottom:-1.75rem}.lg\:last\:-mx-7:last-child{margin-left:-1.75rem;margin-right:-1.75rem}.lg\:last\:-my-9:last-child{margin-top:-2.25rem;margin-bottom:-2.25rem}.lg\:last\:-mx-9:last-child{margin-left:-2.25rem;margin-right:-2.25rem}.lg\:last\:-my-10:last-child{margin-top:-2.5rem;margin-bottom:-2.5rem}.lg\:last\:-mx-10:last-child{margin-left:-2.5rem;margin-right:-2.5rem}.lg\:last\:-my-11:last-child{margin-top:-2.75rem;margin-bottom:-2.75rem}.lg\:last\:-mx-11:last-child{margin-left:-2.75rem;margin-right:-2.75rem}.lg\:last\:-my-12:last-child{margin-top:-3rem;margin-bottom:-3rem}.lg\:last\:-mx-12:last-child{margin-left:-3rem;margin-right:-3rem}.lg\:last\:-my-15:last-child{margin-top:-3.75rem;margin-bottom:-3.75rem}.lg\:last\:-mx-15:last-child{margin-left:-3.75rem;margin-right:-3.75rem}.lg\:last\:-my-16:last-child{margin-top:-4rem;margin-bottom:-4rem}.lg\:last\:-mx-16:last-child{margin-left:-4rem;margin-right:-4rem}.lg\:last\:-my-18:last-child{margin-top:-4.5rem;margin-bottom:-4.5rem}.lg\:last\:-mx-18:last-child{margin-left:-4.5rem;margin-right:-4.5rem}.lg\:last\:-my-20:last-child{margin-top:-5rem;margin-bottom:-5rem}.lg\:last\:-mx-20:last-child{margin-left:-5rem;margin-right:-5rem}.lg\:last\:-my-22:last-child{margin-top:-5.5rem;margin-bottom:-5.5rem}.lg\:last\:-mx-22:last-child{margin-left:-5.5rem;margin-right:-5.5rem}.lg\:last\:-my-24:last-child{margin-top:-6rem;margin-bottom:-6rem}.lg\:last\:-mx-24:last-child{margin-left:-6rem;margin-right:-6rem}.lg\:last\:-my-25:last-child{margin-top:-6.25rem;margin-bottom:-6.25rem}.lg\:last\:-mx-25:last-child{margin-left:-6.25rem;margin-right:-6.25rem}.lg\:last\:-my-28:last-child{margin-top:-7rem;margin-bottom:-7rem}.lg\:last\:-mx-28:last-child{margin-left:-7rem;margin-right:-7rem}.lg\:last\:-my-32:last-child{margin-top:-8rem;margin-bottom:-8rem}.lg\:last\:-mx-32:last-child{margin-left:-8rem;margin-right:-8rem}.lg\:last\:-my-40:last-child{margin-top:-10rem;margin-bottom:-10rem}.lg\:last\:-mx-40:last-child{margin-left:-10rem;margin-right:-10rem}.lg\:last\:-my-44:last-child{margin-top:-11rem;margin-bottom:-11rem}.lg\:last\:-mx-44:last-child{margin-left:-11rem;margin-right:-11rem}.lg\:last\:-my-48:last-child{margin-top:-12rem;margin-bottom:-12rem}.lg\:last\:-mx-48:last-child{margin-left:-12rem;margin-right:-12rem}.lg\:last\:-my-52:last-child{margin-top:-13rem;margin-bottom:-13rem}.lg\:last\:-mx-52:last-child{margin-left:-13rem;margin-right:-13rem}.lg\:last\:-my-56:last-child{margin-top:-14rem;margin-bottom:-14rem}.lg\:last\:-mx-56:last-child{margin-left:-14rem;margin-right:-14rem}.lg\:last\:-my-64:last-child{margin-top:-16rem;margin-bottom:-16rem}.lg\:last\:-mx-64:last-child{margin-left:-16rem;margin-right:-16rem}.lg\:last\:-my-66:last-child{margin-top:-24rem;margin-bottom:-24rem}.lg\:last\:-mx-66:last-child{margin-left:-24rem;margin-right:-24rem}.lg\:last\:-my-px:last-child{margin-top:-1px;margin-bottom:-1px}.lg\:last\:-mx-px:last-child{margin-left:-1px;margin-right:-1px}.lg\:last\:-my-2px:last-child{margin-top:-2px;margin-bottom:-2px}.lg\:last\:-mx-2px:last-child{margin-left:-2px;margin-right:-2px}.lg\:last\:-my-84px:last-child{margin-top:-84px;margin-bottom:-84px}.lg\:last\:-mx-84px:last-child{margin-left:-84px;margin-right:-84px}.lg\:last\:-my-0\.5:last-child{margin-top:-.2rem;margin-bottom:-.2rem}.lg\:last\:-mx-0\.5:last-child{margin-left:-.2rem;margin-right:-.2rem}.lg\:last\:-my-1\.5:last-child{margin-top:-.45rem;margin-bottom:-.45rem}.lg\:last\:-mx-1\.5:last-child{margin-left:-.45rem;margin-right:-.45rem}.lg\:last\:-my-2\.5:last-child{margin-top:-.625rem;margin-bottom:-.625rem}.lg\:last\:-mx-2\.5:last-child{margin-left:-.625rem;margin-right:-.625rem}.lg\:last\:-my-0\.9rem:last-child{margin-top:-.9rem;margin-bottom:-.9rem}.lg\:last\:-mx-0\.9rem:last-child{margin-left:-.9rem;margin-right:-.9rem}.lg\:last\:-my--5:last-child{margin-top:1.25rem;margin-bottom:1.25rem}.lg\:last\:-mx--5:last-child{margin-left:1.25rem;margin-right:1.25rem}.lg\:last\:-my-5\.5:last-child{margin-top:-1.375rem;margin-bottom:-1.375rem}.lg\:last\:-mx-5\.5:last-child{margin-left:-1.375rem;margin-right:-1.375rem}.lg\:last\:-my--8:last-child{margin-top:2rem;margin-bottom:2rem}.lg\:last\:-mx--8:last-child{margin-left:2rem;margin-right:2rem}.lg\:last\:-my-1\/2:last-child{margin-top:-50%;margin-bottom:-50%}.lg\:last\:-mx-1\/2:last-child{margin-left:-50%;margin-right:-50%}.lg\:last\:-my-1\/10:last-child{margin-top:-10%;margin-bottom:-10%}.lg\:last\:-mx-1\/10:last-child{margin-left:-10%;margin-right:-10%}.lg\:last\:-my-1\/3:last-child{margin-top:-33.33333%;margin-bottom:-33.33333%}.lg\:last\:-mx-1\/3:last-child{margin-left:-33.33333%;margin-right:-33.33333%}.lg\:last\:-my-1\/3in9cols:last-child{margin-top:calc(-33.33333% + -.41667rem);margin-bottom:calc(-33.33333% + -.41667rem)}.lg\:last\:-mx-1\/3in9cols:last-child{margin-left:calc(-33.33333% + -.41667rem);margin-right:calc(-33.33333% + -.41667rem)}.lg\:last\:-my-2\/3:last-child{margin-top:-66.66667%;margin-bottom:-66.66667%}.lg\:last\:-mx-2\/3:last-child{margin-left:-66.66667%;margin-right:-66.66667%}.lg\:last\:-my-1\/12:last-child{margin-top:-8.33333%;margin-bottom:-8.33333%}.lg\:last\:-mx-1\/12:last-child{margin-left:-8.33333%;margin-right:-8.33333%}.lg\:last\:-my-2\/12:last-child{margin-top:-16.66667%;margin-bottom:-16.66667%}.lg\:last\:-mx-2\/12:last-child{margin-left:-16.66667%;margin-right:-16.66667%}.lg\:last\:-my-2\/12\+1rem:last-child{margin-top:calc(-16.66667% + -1.0625rem);margin-bottom:calc(-16.66667% + -1.0625rem)}.lg\:last\:-mx-2\/12\+1rem:last-child{margin-left:calc(-16.66667% + -1.0625rem);margin-right:calc(-16.66667% + -1.0625rem)}.lg\:last\:-my-client-center-header:last-child{margin-top:-1.9375rem;margin-bottom:-1.9375rem}.lg\:last\:-mx-client-center-header:last-child{margin-left:-1.9375rem;margin-right:-1.9375rem}.lg\:last\:mt-0:last-child{margin-top:0}.lg\:last\:mr-0:last-child{margin-right:0}.lg\:last\:mb-0:last-child{margin-bottom:0}.lg\:last\:ml-0:last-child{margin-left:0}.lg\:last\:mt-1:last-child{margin-top:.25rem}.lg\:last\:mr-1:last-child{margin-right:.25rem}.lg\:last\:mb-1:last-child{margin-bottom:.25rem}.lg\:last\:ml-1:last-child{margin-left:.25rem}.lg\:last\:mt-2:last-child{margin-top:.5rem}.lg\:last\:mr-2:last-child{margin-right:.5rem}.lg\:last\:mb-2:last-child{margin-bottom:.5rem}.lg\:last\:ml-2:last-child{margin-left:.5rem}.lg\:last\:mt-3:last-child{margin-top:.75rem}.lg\:last\:mr-3:last-child{margin-right:.75rem}.lg\:last\:mb-3:last-child{margin-bottom:.75rem}.lg\:last\:ml-3:last-child{margin-left:.75rem}.lg\:last\:mt-4:last-child{margin-top:1rem}.lg\:last\:mr-4:last-child{margin-right:1rem}.lg\:last\:mb-4:last-child{margin-bottom:1rem}.lg\:last\:ml-4:last-child{margin-left:1rem}.lg\:last\:mt-5:last-child{margin-top:1.25rem}.lg\:last\:mr-5:last-child{margin-right:1.25rem}.lg\:last\:mb-5:last-child{margin-bottom:1.25rem}.lg\:last\:ml-5:last-child{margin-left:1.25rem}.lg\:last\:mt-6:last-child{margin-top:1.5rem}.lg\:last\:mr-6:last-child{margin-right:1.5rem}.lg\:last\:mb-6:last-child{margin-bottom:1.5rem}.lg\:last\:ml-6:last-child{margin-left:1.5rem}.lg\:last\:mt-7:last-child{margin-top:1.75rem}.lg\:last\:mr-7:last-child{margin-right:1.75rem}.lg\:last\:mb-7:last-child{margin-bottom:1.75rem}.lg\:last\:ml-7:last-child{margin-left:1.75rem}.lg\:last\:mt-8:last-child{margin-top:2rem}.lg\:last\:mr-8:last-child{margin-right:2rem}.lg\:last\:mb-8:last-child{margin-bottom:2rem}.lg\:last\:ml-8:last-child{margin-left:2rem}.lg\:last\:mt-9:last-child{margin-top:2.25rem}.lg\:last\:mr-9:last-child{margin-right:2.25rem}.lg\:last\:mb-9:last-child{margin-bottom:2.25rem}.lg\:last\:ml-9:last-child{margin-left:2.25rem}.lg\:last\:mt-10:last-child{margin-top:2.5rem}.lg\:last\:mr-10:last-child{margin-right:2.5rem}.lg\:last\:mb-10:last-child{margin-bottom:2.5rem}.lg\:last\:ml-10:last-child{margin-left:2.5rem}.lg\:last\:mt-11:last-child{margin-top:2.75rem}.lg\:last\:mr-11:last-child{margin-right:2.75rem}.lg\:last\:mb-11:last-child{margin-bottom:2.75rem}.lg\:last\:ml-11:last-child{margin-left:2.75rem}.lg\:last\:mt-12:last-child{margin-top:3rem}.lg\:last\:mr-12:last-child{margin-right:3rem}.lg\:last\:mb-12:last-child{margin-bottom:3rem}.lg\:last\:ml-12:last-child{margin-left:3rem}.lg\:last\:mt-15:last-child{margin-top:3.75rem}.lg\:last\:mr-15:last-child{margin-right:3.75rem}.lg\:last\:mb-15:last-child{margin-bottom:3.75rem}.lg\:last\:ml-15:last-child{margin-left:3.75rem}.lg\:last\:mt-16:last-child{margin-top:4rem}.lg\:last\:mr-16:last-child{margin-right:4rem}.lg\:last\:mb-16:last-child{margin-bottom:4rem}.lg\:last\:ml-16:last-child{margin-left:4rem}.lg\:last\:mt-18:last-child{margin-top:4.5rem}.lg\:last\:mr-18:last-child{margin-right:4.5rem}.lg\:last\:mb-18:last-child{margin-bottom:4.5rem}.lg\:last\:ml-18:last-child{margin-left:4.5rem}.lg\:last\:mt-20:last-child{margin-top:5rem}.lg\:last\:mr-20:last-child{margin-right:5rem}.lg\:last\:mb-20:last-child{margin-bottom:5rem}.lg\:last\:ml-20:last-child{margin-left:5rem}.lg\:last\:mt-22:last-child{margin-top:5.5rem}.lg\:last\:mr-22:last-child{margin-right:5.5rem}.lg\:last\:mb-22:last-child{margin-bottom:5.5rem}.lg\:last\:ml-22:last-child{margin-left:5.5rem}.lg\:last\:mt-24:last-child{margin-top:6rem}.lg\:last\:mr-24:last-child{margin-right:6rem}.lg\:last\:mb-24:last-child{margin-bottom:6rem}.lg\:last\:ml-24:last-child{margin-left:6rem}.lg\:last\:mt-25:last-child{margin-top:6.25rem}.lg\:last\:mr-25:last-child{margin-right:6.25rem}.lg\:last\:mb-25:last-child{margin-bottom:6.25rem}.lg\:last\:ml-25:last-child{margin-left:6.25rem}.lg\:last\:mt-28:last-child{margin-top:7rem}.lg\:last\:mr-28:last-child{margin-right:7rem}.lg\:last\:mb-28:last-child{margin-bottom:7rem}.lg\:last\:ml-28:last-child{margin-left:7rem}.lg\:last\:mt-32:last-child{margin-top:8rem}.lg\:last\:mr-32:last-child{margin-right:8rem}.lg\:last\:mb-32:last-child{margin-bottom:8rem}.lg\:last\:ml-32:last-child{margin-left:8rem}.lg\:last\:mt-40:last-child{margin-top:10rem}.lg\:last\:mr-40:last-child{margin-right:10rem}.lg\:last\:mb-40:last-child{margin-bottom:10rem}.lg\:last\:ml-40:last-child{margin-left:10rem}.lg\:last\:mt-44:last-child{margin-top:11rem}.lg\:last\:mr-44:last-child{margin-right:11rem}.lg\:last\:mb-44:last-child{margin-bottom:11rem}.lg\:last\:ml-44:last-child{margin-left:11rem}.lg\:last\:mt-48:last-child{margin-top:12rem}.lg\:last\:mr-48:last-child{margin-right:12rem}.lg\:last\:mb-48:last-child{margin-bottom:12rem}.lg\:last\:ml-48:last-child{margin-left:12rem}.lg\:last\:mt-52:last-child{margin-top:13rem}.lg\:last\:mr-52:last-child{margin-right:13rem}.lg\:last\:mb-52:last-child{margin-bottom:13rem}.lg\:last\:ml-52:last-child{margin-left:13rem}.lg\:last\:mt-56:last-child{margin-top:14rem}.lg\:last\:mr-56:last-child{margin-right:14rem}.lg\:last\:mb-56:last-child{margin-bottom:14rem}.lg\:last\:ml-56:last-child{margin-left:14rem}.lg\:last\:mt-64:last-child{margin-top:16rem}.lg\:last\:mr-64:last-child{margin-right:16rem}.lg\:last\:mb-64:last-child{margin-bottom:16rem}.lg\:last\:ml-64:last-child{margin-left:16rem}.lg\:last\:mt-66:last-child{margin-top:24rem}.lg\:last\:mr-66:last-child{margin-right:24rem}.lg\:last\:mb-66:last-child{margin-bottom:24rem}.lg\:last\:ml-66:last-child{margin-left:24rem}.lg\:last\:mt-auto:last-child{margin-top:auto}.lg\:last\:mr-auto:last-child{margin-right:auto}.lg\:last\:mb-auto:last-child{margin-bottom:auto}.lg\:last\:ml-auto:last-child{margin-left:auto}.lg\:last\:mt-px:last-child{margin-top:1px}.lg\:last\:mr-px:last-child{margin-right:1px}.lg\:last\:mb-px:last-child{margin-bottom:1px}.lg\:last\:ml-px:last-child{margin-left:1px}.lg\:last\:mt-2px:last-child{margin-top:2px}.lg\:last\:mr-2px:last-child{margin-right:2px}.lg\:last\:mb-2px:last-child{margin-bottom:2px}.lg\:last\:ml-2px:last-child{margin-left:2px}.lg\:last\:mt-84px:last-child{margin-top:84px}.lg\:last\:mr-84px:last-child{margin-right:84px}.lg\:last\:mb-84px:last-child{margin-bottom:84px}.lg\:last\:ml-84px:last-child{margin-left:84px}.lg\:last\:mt-0\.5:last-child{margin-top:.2rem}.lg\:last\:mr-0\.5:last-child{margin-right:.2rem}.lg\:last\:mb-0\.5:last-child{margin-bottom:.2rem}.lg\:last\:ml-0\.5:last-child{margin-left:.2rem}.lg\:last\:mt-1\.5:last-child{margin-top:.45rem}.lg\:last\:mr-1\.5:last-child{margin-right:.45rem}.lg\:last\:mb-1\.5:last-child{margin-bottom:.45rem}.lg\:last\:ml-1\.5:last-child{margin-left:.45rem}.lg\:last\:mt-2\.5:last-child{margin-top:.625rem}.lg\:last\:mr-2\.5:last-child{margin-right:.625rem}.lg\:last\:mb-2\.5:last-child{margin-bottom:.625rem}.lg\:last\:ml-2\.5:last-child{margin-left:.625rem}.lg\:last\:mt-0\.9rem:last-child{margin-top:.9rem}.lg\:last\:mr-0\.9rem:last-child{margin-right:.9rem}.lg\:last\:mb-0\.9rem:last-child{margin-bottom:.9rem}.lg\:last\:ml-0\.9rem:last-child{margin-left:.9rem}.lg\:last\:-mt-5:last-child{margin-top:-1.25rem}.lg\:last\:-mr-5:last-child{margin-right:-1.25rem}.lg\:last\:-mb-5:last-child{margin-bottom:-1.25rem}.lg\:last\:-ml-5:last-child{margin-left:-1.25rem}.lg\:last\:mt-5\.5:last-child{margin-top:1.375rem}.lg\:last\:mr-5\.5:last-child{margin-right:1.375rem}.lg\:last\:mb-5\.5:last-child{margin-bottom:1.375rem}.lg\:last\:ml-5\.5:last-child{margin-left:1.375rem}.lg\:last\:-mt-8:last-child{margin-top:-2rem}.lg\:last\:-mr-8:last-child{margin-right:-2rem}.lg\:last\:-mb-8:last-child{margin-bottom:-2rem}.lg\:last\:-ml-8:last-child{margin-left:-2rem}.lg\:last\:mt-1\/2:last-child{margin-top:50%}.lg\:last\:mr-1\/2:last-child{margin-right:50%}.lg\:last\:mb-1\/2:last-child{margin-bottom:50%}.lg\:last\:ml-1\/2:last-child{margin-left:50%}.lg\:last\:mt-1\/10:last-child{margin-top:10%}.lg\:last\:mr-1\/10:last-child{margin-right:10%}.lg\:last\:mb-1\/10:last-child{margin-bottom:10%}.lg\:last\:ml-1\/10:last-child{margin-left:10%}.lg\:last\:mt-1\/3:last-child{margin-top:33.333333%}.lg\:last\:mr-1\/3:last-child{margin-right:33.333333%}.lg\:last\:mb-1\/3:last-child{margin-bottom:33.333333%}.lg\:last\:ml-1\/3:last-child{margin-left:33.333333%}.lg\:last\:mt-1\/3in9cols:last-child{margin-top:calc(33.33333% + .41667rem)}.lg\:last\:mr-1\/3in9cols:last-child{margin-right:calc(33.33333% + .41667rem)}.lg\:last\:mb-1\/3in9cols:last-child{margin-bottom:calc(33.33333% + .41667rem)}.lg\:last\:ml-1\/3in9cols:last-child{margin-left:calc(33.33333% + .41667rem)}.lg\:last\:mt-2\/3:last-child{margin-top:66.666667%}.lg\:last\:mr-2\/3:last-child{margin-right:66.666667%}.lg\:last\:mb-2\/3:last-child{margin-bottom:66.666667%}.lg\:last\:ml-2\/3:last-child{margin-left:66.666667%}.lg\:last\:mt-1\/12:last-child{margin-top:8.333333%}.lg\:last\:mr-1\/12:last-child{margin-right:8.333333%}.lg\:last\:mb-1\/12:last-child{margin-bottom:8.333333%}.lg\:last\:ml-1\/12:last-child{margin-left:8.333333%}.lg\:last\:mt-2\/12:last-child{margin-top:16.666667%}.lg\:last\:mr-2\/12:last-child{margin-right:16.666667%}.lg\:last\:mb-2\/12:last-child{margin-bottom:16.666667%}.lg\:last\:ml-2\/12:last-child{margin-left:16.666667%}.lg\:last\:mt-2\/12\+1rem:last-child{margin-top:calc(16.66667% + 1.0625rem)}.lg\:last\:mr-2\/12\+1rem:last-child{margin-right:calc(16.66667% + 1.0625rem)}.lg\:last\:mb-2\/12\+1rem:last-child{margin-bottom:calc(16.66667% + 1.0625rem)}.lg\:last\:ml-2\/12\+1rem:last-child{margin-left:calc(16.66667% + 1.0625rem)}.lg\:last\:mt-client-center-header:last-child{margin-top:1.9375rem}.lg\:last\:mr-client-center-header:last-child{margin-right:1.9375rem}.lg\:last\:mb-client-center-header:last-child{margin-bottom:1.9375rem}.lg\:last\:ml-client-center-header:last-child{margin-left:1.9375rem}.lg\:last\:-mt-1:last-child{margin-top:-.25rem}.lg\:last\:-mr-1:last-child{margin-right:-.25rem}.lg\:last\:-mb-1:last-child{margin-bottom:-.25rem}.lg\:last\:-ml-1:last-child{margin-left:-.25rem}.lg\:last\:-mt-2:last-child{margin-top:-.5rem}.lg\:last\:-mr-2:last-child{margin-right:-.5rem}.lg\:last\:-mb-2:last-child{margin-bottom:-.5rem}.lg\:last\:-ml-2:last-child{margin-left:-.5rem}.lg\:last\:-mt-3:last-child{margin-top:-.75rem}.lg\:last\:-mr-3:last-child{margin-right:-.75rem}.lg\:last\:-mb-3:last-child{margin-bottom:-.75rem}.lg\:last\:-ml-3:last-child{margin-left:-.75rem}.lg\:last\:-mt-4:last-child{margin-top:-1rem}.lg\:last\:-mr-4:last-child{margin-right:-1rem}.lg\:last\:-mb-4:last-child{margin-bottom:-1rem}.lg\:last\:-ml-4:last-child{margin-left:-1rem}.lg\:last\:-mt-6:last-child{margin-top:-1.5rem}.lg\:last\:-mr-6:last-child{margin-right:-1.5rem}.lg\:last\:-mb-6:last-child{margin-bottom:-1.5rem}.lg\:last\:-ml-6:last-child{margin-left:-1.5rem}.lg\:last\:-mt-7:last-child{margin-top:-1.75rem}.lg\:last\:-mr-7:last-child{margin-right:-1.75rem}.lg\:last\:-mb-7:last-child{margin-bottom:-1.75rem}.lg\:last\:-ml-7:last-child{margin-left:-1.75rem}.lg\:last\:-mt-9:last-child{margin-top:-2.25rem}.lg\:last\:-mr-9:last-child{margin-right:-2.25rem}.lg\:last\:-mb-9:last-child{margin-bottom:-2.25rem}.lg\:last\:-ml-9:last-child{margin-left:-2.25rem}.lg\:last\:-mt-10:last-child{margin-top:-2.5rem}.lg\:last\:-mr-10:last-child{margin-right:-2.5rem}.lg\:last\:-mb-10:last-child{margin-bottom:-2.5rem}.lg\:last\:-ml-10:last-child{margin-left:-2.5rem}.lg\:last\:-mt-11:last-child{margin-top:-2.75rem}.lg\:last\:-mr-11:last-child{margin-right:-2.75rem}.lg\:last\:-mb-11:last-child{margin-bottom:-2.75rem}.lg\:last\:-ml-11:last-child{margin-left:-2.75rem}.lg\:last\:-mt-12:last-child{margin-top:-3rem}.lg\:last\:-mr-12:last-child{margin-right:-3rem}.lg\:last\:-mb-12:last-child{margin-bottom:-3rem}.lg\:last\:-ml-12:last-child{margin-left:-3rem}.lg\:last\:-mt-15:last-child{margin-top:-3.75rem}.lg\:last\:-mr-15:last-child{margin-right:-3.75rem}.lg\:last\:-mb-15:last-child{margin-bottom:-3.75rem}.lg\:last\:-ml-15:last-child{margin-left:-3.75rem}.lg\:last\:-mt-16:last-child{margin-top:-4rem}.lg\:last\:-mr-16:last-child{margin-right:-4rem}.lg\:last\:-mb-16:last-child{margin-bottom:-4rem}.lg\:last\:-ml-16:last-child{margin-left:-4rem}.lg\:last\:-mt-18:last-child{margin-top:-4.5rem}.lg\:last\:-mr-18:last-child{margin-right:-4.5rem}.lg\:last\:-mb-18:last-child{margin-bottom:-4.5rem}.lg\:last\:-ml-18:last-child{margin-left:-4.5rem}.lg\:last\:-mt-20:last-child{margin-top:-5rem}.lg\:last\:-mr-20:last-child{margin-right:-5rem}.lg\:last\:-mb-20:last-child{margin-bottom:-5rem}.lg\:last\:-ml-20:last-child{margin-left:-5rem}.lg\:last\:-mt-22:last-child{margin-top:-5.5rem}.lg\:last\:-mr-22:last-child{margin-right:-5.5rem}.lg\:last\:-mb-22:last-child{margin-bottom:-5.5rem}.lg\:last\:-ml-22:last-child{margin-left:-5.5rem}.lg\:last\:-mt-24:last-child{margin-top:-6rem}.lg\:last\:-mr-24:last-child{margin-right:-6rem}.lg\:last\:-mb-24:last-child{margin-bottom:-6rem}.lg\:last\:-ml-24:last-child{margin-left:-6rem}.lg\:last\:-mt-25:last-child{margin-top:-6.25rem}.lg\:last\:-mr-25:last-child{margin-right:-6.25rem}.lg\:last\:-mb-25:last-child{margin-bottom:-6.25rem}.lg\:last\:-ml-25:last-child{margin-left:-6.25rem}.lg\:last\:-mt-28:last-child{margin-top:-7rem}.lg\:last\:-mr-28:last-child{margin-right:-7rem}.lg\:last\:-mb-28:last-child{margin-bottom:-7rem}.lg\:last\:-ml-28:last-child{margin-left:-7rem}.lg\:last\:-mt-32:last-child{margin-top:-8rem}.lg\:last\:-mr-32:last-child{margin-right:-8rem}.lg\:last\:-mb-32:last-child{margin-bottom:-8rem}.lg\:last\:-ml-32:last-child{margin-left:-8rem}.lg\:last\:-mt-40:last-child{margin-top:-10rem}.lg\:last\:-mr-40:last-child{margin-right:-10rem}.lg\:last\:-mb-40:last-child{margin-bottom:-10rem}.lg\:last\:-ml-40:last-child{margin-left:-10rem}.lg\:last\:-mt-44:last-child{margin-top:-11rem}.lg\:last\:-mr-44:last-child{margin-right:-11rem}.lg\:last\:-mb-44:last-child{margin-bottom:-11rem}.lg\:last\:-ml-44:last-child{margin-left:-11rem}.lg\:last\:-mt-48:last-child{margin-top:-12rem}.lg\:last\:-mr-48:last-child{margin-right:-12rem}.lg\:last\:-mb-48:last-child{margin-bottom:-12rem}.lg\:last\:-ml-48:last-child{margin-left:-12rem}.lg\:last\:-mt-52:last-child{margin-top:-13rem}.lg\:last\:-mr-52:last-child{margin-right:-13rem}.lg\:last\:-mb-52:last-child{margin-bottom:-13rem}.lg\:last\:-ml-52:last-child{margin-left:-13rem}.lg\:last\:-mt-56:last-child{margin-top:-14rem}.lg\:last\:-mr-56:last-child{margin-right:-14rem}.lg\:last\:-mb-56:last-child{margin-bottom:-14rem}.lg\:last\:-ml-56:last-child{margin-left:-14rem}.lg\:last\:-mt-64:last-child{margin-top:-16rem}.lg\:last\:-mr-64:last-child{margin-right:-16rem}.lg\:last\:-mb-64:last-child{margin-bottom:-16rem}.lg\:last\:-ml-64:last-child{margin-left:-16rem}.lg\:last\:-mt-66:last-child{margin-top:-24rem}.lg\:last\:-mr-66:last-child{margin-right:-24rem}.lg\:last\:-mb-66:last-child{margin-bottom:-24rem}.lg\:last\:-ml-66:last-child{margin-left:-24rem}.lg\:last\:-mt-px:last-child{margin-top:-1px}.lg\:last\:-mr-px:last-child{margin-right:-1px}.lg\:last\:-mb-px:last-child{margin-bottom:-1px}.lg\:last\:-ml-px:last-child{margin-left:-1px}.lg\:last\:-mt-2px:last-child{margin-top:-2px}.lg\:last\:-mr-2px:last-child{margin-right:-2px}.lg\:last\:-mb-2px:last-child{margin-bottom:-2px}.lg\:last\:-ml-2px:last-child{margin-left:-2px}.lg\:last\:-mt-84px:last-child{margin-top:-84px}.lg\:last\:-mr-84px:last-child{margin-right:-84px}.lg\:last\:-mb-84px:last-child{margin-bottom:-84px}.lg\:last\:-ml-84px:last-child{margin-left:-84px}.lg\:last\:-mt-0\.5:last-child{margin-top:-.2rem}.lg\:last\:-mr-0\.5:last-child{margin-right:-.2rem}.lg\:last\:-mb-0\.5:last-child{margin-bottom:-.2rem}.lg\:last\:-ml-0\.5:last-child{margin-left:-.2rem}.lg\:last\:-mt-1\.5:last-child{margin-top:-.45rem}.lg\:last\:-mr-1\.5:last-child{margin-right:-.45rem}.lg\:last\:-mb-1\.5:last-child{margin-bottom:-.45rem}.lg\:last\:-ml-1\.5:last-child{margin-left:-.45rem}.lg\:last\:-mt-2\.5:last-child{margin-top:-.625rem}.lg\:last\:-mr-2\.5:last-child{margin-right:-.625rem}.lg\:last\:-mb-2\.5:last-child{margin-bottom:-.625rem}.lg\:last\:-ml-2\.5:last-child{margin-left:-.625rem}.lg\:last\:-mt-0\.9rem:last-child{margin-top:-.9rem}.lg\:last\:-mr-0\.9rem:last-child{margin-right:-.9rem}.lg\:last\:-mb-0\.9rem:last-child{margin-bottom:-.9rem}.lg\:last\:-ml-0\.9rem:last-child{margin-left:-.9rem}.lg\:last\:-mt--5:last-child{margin-top:1.25rem}.lg\:last\:-mr--5:last-child{margin-right:1.25rem}.lg\:last\:-mb--5:last-child{margin-bottom:1.25rem}.lg\:last\:-ml--5:last-child{margin-left:1.25rem}.lg\:last\:-mt-5\.5:last-child{margin-top:-1.375rem}.lg\:last\:-mr-5\.5:last-child{margin-right:-1.375rem}.lg\:last\:-mb-5\.5:last-child{margin-bottom:-1.375rem}.lg\:last\:-ml-5\.5:last-child{margin-left:-1.375rem}.lg\:last\:-mt--8:last-child{margin-top:2rem}.lg\:last\:-mr--8:last-child{margin-right:2rem}.lg\:last\:-mb--8:last-child{margin-bottom:2rem}.lg\:last\:-ml--8:last-child{margin-left:2rem}.lg\:last\:-mt-1\/2:last-child{margin-top:-50%}.lg\:last\:-mr-1\/2:last-child{margin-right:-50%}.lg\:last\:-mb-1\/2:last-child{margin-bottom:-50%}.lg\:last\:-ml-1\/2:last-child{margin-left:-50%}.lg\:last\:-mt-1\/10:last-child{margin-top:-10%}.lg\:last\:-mr-1\/10:last-child{margin-right:-10%}.lg\:last\:-mb-1\/10:last-child{margin-bottom:-10%}.lg\:last\:-ml-1\/10:last-child{margin-left:-10%}.lg\:last\:-mt-1\/3:last-child{margin-top:-33.33333%}.lg\:last\:-mr-1\/3:last-child{margin-right:-33.33333%}.lg\:last\:-mb-1\/3:last-child{margin-bottom:-33.33333%}.lg\:last\:-ml-1\/3:last-child{margin-left:-33.33333%}.lg\:last\:-mt-1\/3in9cols:last-child{margin-top:calc(-33.33333% + -.41667rem)}.lg\:last\:-mr-1\/3in9cols:last-child{margin-right:calc(-33.33333% + -.41667rem)}.lg\:last\:-mb-1\/3in9cols:last-child{margin-bottom:calc(-33.33333% + -.41667rem)}.lg\:last\:-ml-1\/3in9cols:last-child{margin-left:calc(-33.33333% + -.41667rem)}.lg\:last\:-mt-2\/3:last-child{margin-top:-66.66667%}.lg\:last\:-mr-2\/3:last-child{margin-right:-66.66667%}.lg\:last\:-mb-2\/3:last-child{margin-bottom:-66.66667%}.lg\:last\:-ml-2\/3:last-child{margin-left:-66.66667%}.lg\:last\:-mt-1\/12:last-child{margin-top:-8.33333%}.lg\:last\:-mr-1\/12:last-child{margin-right:-8.33333%}.lg\:last\:-mb-1\/12:last-child{margin-bottom:-8.33333%}.lg\:last\:-ml-1\/12:last-child{margin-left:-8.33333%}.lg\:last\:-mt-2\/12:last-child{margin-top:-16.66667%}.lg\:last\:-mr-2\/12:last-child{margin-right:-16.66667%}.lg\:last\:-mb-2\/12:last-child{margin-bottom:-16.66667%}.lg\:last\:-ml-2\/12:last-child{margin-left:-16.66667%}.lg\:last\:-mt-2\/12\+1rem:last-child{margin-top:calc(-16.66667% + -1.0625rem)}.lg\:last\:-mr-2\/12\+1rem:last-child{margin-right:calc(-16.66667% + -1.0625rem)}.lg\:last\:-mb-2\/12\+1rem:last-child{margin-bottom:calc(-16.66667% + -1.0625rem)}.lg\:last\:-ml-2\/12\+1rem:last-child{margin-left:calc(-16.66667% + -1.0625rem)}.lg\:last\:-mt-client-center-header:last-child{margin-top:-1.9375rem}.lg\:last\:-mr-client-center-header:last-child{margin-right:-1.9375rem}.lg\:last\:-mb-client-center-header:last-child{margin-bottom:-1.9375rem}.lg\:last\:-ml-client-center-header:last-child{margin-left:-1.9375rem}.lg\:first\:m-0:first-child{margin:0}.lg\:first\:m-1:first-child{margin:.25rem}.lg\:first\:m-2:first-child{margin:.5rem}.lg\:first\:m-3:first-child{margin:.75rem}.lg\:first\:m-4:first-child{margin:1rem}.lg\:first\:m-5:first-child{margin:1.25rem}.lg\:first\:m-6:first-child{margin:1.5rem}.lg\:first\:m-7:first-child{margin:1.75rem}.lg\:first\:m-8:first-child{margin:2rem}.lg\:first\:m-9:first-child{margin:2.25rem}.lg\:first\:m-10:first-child{margin:2.5rem}.lg\:first\:m-11:first-child{margin:2.75rem}.lg\:first\:m-12:first-child{margin:3rem}.lg\:first\:m-15:first-child{margin:3.75rem}.lg\:first\:m-16:first-child{margin:4rem}.lg\:first\:m-18:first-child{margin:4.5rem}.lg\:first\:m-20:first-child{margin:5rem}.lg\:first\:m-22:first-child{margin:5.5rem}.lg\:first\:m-24:first-child{margin:6rem}.lg\:first\:m-25:first-child{margin:6.25rem}.lg\:first\:m-28:first-child{margin:7rem}.lg\:first\:m-32:first-child{margin:8rem}.lg\:first\:m-40:first-child{margin:10rem}.lg\:first\:m-44:first-child{margin:11rem}.lg\:first\:m-48:first-child{margin:12rem}.lg\:first\:m-52:first-child{margin:13rem}.lg\:first\:m-56:first-child{margin:14rem}.lg\:first\:m-64:first-child{margin:16rem}.lg\:first\:m-66:first-child{margin:24rem}.lg\:first\:m-auto:first-child{margin:auto}.lg\:first\:m-px:first-child{margin:1px}.lg\:first\:m-2px:first-child{margin:2px}.lg\:first\:m-84px:first-child{margin:84px}.lg\:first\:m-0\.5:first-child{margin:.2rem}.lg\:first\:m-1\.5:first-child{margin:.45rem}.lg\:first\:m-2\.5:first-child{margin:.625rem}.lg\:first\:m-0\.9rem:first-child{margin:.9rem}.lg\:first\:-m-5:first-child{margin:-1.25rem}.lg\:first\:m-5\.5:first-child{margin:1.375rem}.lg\:first\:-m-8:first-child{margin:-2rem}.lg\:first\:m-1\/2:first-child{margin:50%}.lg\:first\:m-1\/10:first-child{margin:10%}.lg\:first\:m-1\/3:first-child{margin:33.333333%}.lg\:first\:m-1\/3in9cols:first-child{margin:calc(33.33333% + .41667rem)}.lg\:first\:m-2\/3:first-child{margin:66.666667%}.lg\:first\:m-1\/12:first-child{margin:8.333333%}.lg\:first\:m-2\/12:first-child{margin:16.666667%}.lg\:first\:m-2\/12\+1rem:first-child{margin:calc(16.66667% + 1.0625rem)}.lg\:first\:m-client-center-header:first-child{margin:1.9375rem}.lg\:first\:-m-1:first-child{margin:-.25rem}.lg\:first\:-m-2:first-child{margin:-.5rem}.lg\:first\:-m-3:first-child{margin:-.75rem}.lg\:first\:-m-4:first-child{margin:-1rem}.lg\:first\:-m-6:first-child{margin:-1.5rem}.lg\:first\:-m-7:first-child{margin:-1.75rem}.lg\:first\:-m-9:first-child{margin:-2.25rem}.lg\:first\:-m-10:first-child{margin:-2.5rem}.lg\:first\:-m-11:first-child{margin:-2.75rem}.lg\:first\:-m-12:first-child{margin:-3rem}.lg\:first\:-m-15:first-child{margin:-3.75rem}.lg\:first\:-m-16:first-child{margin:-4rem}.lg\:first\:-m-18:first-child{margin:-4.5rem}.lg\:first\:-m-20:first-child{margin:-5rem}.lg\:first\:-m-22:first-child{margin:-5.5rem}.lg\:first\:-m-24:first-child{margin:-6rem}.lg\:first\:-m-25:first-child{margin:-6.25rem}.lg\:first\:-m-28:first-child{margin:-7rem}.lg\:first\:-m-32:first-child{margin:-8rem}.lg\:first\:-m-40:first-child{margin:-10rem}.lg\:first\:-m-44:first-child{margin:-11rem}.lg\:first\:-m-48:first-child{margin:-12rem}.lg\:first\:-m-52:first-child{margin:-13rem}.lg\:first\:-m-56:first-child{margin:-14rem}.lg\:first\:-m-64:first-child{margin:-16rem}.lg\:first\:-m-66:first-child{margin:-24rem}.lg\:first\:-m-px:first-child{margin:-1px}.lg\:first\:-m-2px:first-child{margin:-2px}.lg\:first\:-m-84px:first-child{margin:-84px}.lg\:first\:-m-0\.5:first-child{margin:-.2rem}.lg\:first\:-m-1\.5:first-child{margin:-.45rem}.lg\:first\:-m-2\.5:first-child{margin:-.625rem}.lg\:first\:-m-0\.9rem:first-child{margin:-.9rem}.lg\:first\:-m--5:first-child{margin:1.25rem}.lg\:first\:-m-5\.5:first-child{margin:-1.375rem}.lg\:first\:-m--8:first-child{margin:2rem}.lg\:first\:-m-1\/2:first-child{margin:-50%}.lg\:first\:-m-1\/10:first-child{margin:-10%}.lg\:first\:-m-1\/3:first-child{margin:-33.33333%}.lg\:first\:-m-1\/3in9cols:first-child{margin:calc(-33.33333% + -.41667rem)}.lg\:first\:-m-2\/3:first-child{margin:-66.66667%}.lg\:first\:-m-1\/12:first-child{margin:-8.33333%}.lg\:first\:-m-2\/12:first-child{margin:-16.66667%}.lg\:first\:-m-2\/12\+1rem:first-child{margin:calc(-16.66667% + -1.0625rem)}.lg\:first\:-m-client-center-header:first-child{margin:-1.9375rem}.lg\:first\:my-0:first-child{margin-top:0;margin-bottom:0}.lg\:first\:mx-0:first-child{margin-left:0;margin-right:0}.lg\:first\:my-1:first-child{margin-top:.25rem;margin-bottom:.25rem}.lg\:first\:mx-1:first-child{margin-left:.25rem;margin-right:.25rem}.lg\:first\:my-2:first-child{margin-top:.5rem;margin-bottom:.5rem}.lg\:first\:mx-2:first-child{margin-left:.5rem;margin-right:.5rem}.lg\:first\:my-3:first-child{margin-top:.75rem;margin-bottom:.75rem}.lg\:first\:mx-3:first-child{margin-left:.75rem;margin-right:.75rem}.lg\:first\:my-4:first-child{margin-top:1rem;margin-bottom:1rem}.lg\:first\:mx-4:first-child{margin-left:1rem;margin-right:1rem}.lg\:first\:my-5:first-child{margin-top:1.25rem;margin-bottom:1.25rem}.lg\:first\:mx-5:first-child{margin-left:1.25rem;margin-right:1.25rem}.lg\:first\:my-6:first-child{margin-top:1.5rem;margin-bottom:1.5rem}.lg\:first\:mx-6:first-child{margin-left:1.5rem;margin-right:1.5rem}.lg\:first\:my-7:first-child{margin-top:1.75rem;margin-bottom:1.75rem}.lg\:first\:mx-7:first-child{margin-left:1.75rem;margin-right:1.75rem}.lg\:first\:my-8:first-child{margin-top:2rem;margin-bottom:2rem}.lg\:first\:mx-8:first-child{margin-left:2rem;margin-right:2rem}.lg\:first\:my-9:first-child{margin-top:2.25rem;margin-bottom:2.25rem}.lg\:first\:mx-9:first-child{margin-left:2.25rem;margin-right:2.25rem}.lg\:first\:my-10:first-child{margin-top:2.5rem;margin-bottom:2.5rem}.lg\:first\:mx-10:first-child{margin-left:2.5rem;margin-right:2.5rem}.lg\:first\:my-11:first-child{margin-top:2.75rem;margin-bottom:2.75rem}.lg\:first\:mx-11:first-child{margin-left:2.75rem;margin-right:2.75rem}.lg\:first\:my-12:first-child{margin-top:3rem;margin-bottom:3rem}.lg\:first\:mx-12:first-child{margin-left:3rem;margin-right:3rem}.lg\:first\:my-15:first-child{margin-top:3.75rem;margin-bottom:3.75rem}.lg\:first\:mx-15:first-child{margin-left:3.75rem;margin-right:3.75rem}.lg\:first\:my-16:first-child{margin-top:4rem;margin-bottom:4rem}.lg\:first\:mx-16:first-child{margin-left:4rem;margin-right:4rem}.lg\:first\:my-18:first-child{margin-top:4.5rem;margin-bottom:4.5rem}.lg\:first\:mx-18:first-child{margin-left:4.5rem;margin-right:4.5rem}.lg\:first\:my-20:first-child{margin-top:5rem;margin-bottom:5rem}.lg\:first\:mx-20:first-child{margin-left:5rem;margin-right:5rem}.lg\:first\:my-22:first-child{margin-top:5.5rem;margin-bottom:5.5rem}.lg\:first\:mx-22:first-child{margin-left:5.5rem;margin-right:5.5rem}.lg\:first\:my-24:first-child{margin-top:6rem;margin-bottom:6rem}.lg\:first\:mx-24:first-child{margin-left:6rem;margin-right:6rem}.lg\:first\:my-25:first-child{margin-top:6.25rem;margin-bottom:6.25rem}.lg\:first\:mx-25:first-child{margin-left:6.25rem;margin-right:6.25rem}.lg\:first\:my-28:first-child{margin-top:7rem;margin-bottom:7rem}.lg\:first\:mx-28:first-child{margin-left:7rem;margin-right:7rem}.lg\:first\:my-32:first-child{margin-top:8rem;margin-bottom:8rem}.lg\:first\:mx-32:first-child{margin-left:8rem;margin-right:8rem}.lg\:first\:my-40:first-child{margin-top:10rem;margin-bottom:10rem}.lg\:first\:mx-40:first-child{margin-left:10rem;margin-right:10rem}.lg\:first\:my-44:first-child{margin-top:11rem;margin-bottom:11rem}.lg\:first\:mx-44:first-child{margin-left:11rem;margin-right:11rem}.lg\:first\:my-48:first-child{margin-top:12rem;margin-bottom:12rem}.lg\:first\:mx-48:first-child{margin-left:12rem;margin-right:12rem}.lg\:first\:my-52:first-child{margin-top:13rem;margin-bottom:13rem}.lg\:first\:mx-52:first-child{margin-left:13rem;margin-right:13rem}.lg\:first\:my-56:first-child{margin-top:14rem;margin-bottom:14rem}.lg\:first\:mx-56:first-child{margin-left:14rem;margin-right:14rem}.lg\:first\:my-64:first-child{margin-top:16rem;margin-bottom:16rem}.lg\:first\:mx-64:first-child{margin-left:16rem;margin-right:16rem}.lg\:first\:my-66:first-child{margin-top:24rem;margin-bottom:24rem}.lg\:first\:mx-66:first-child{margin-left:24rem;margin-right:24rem}.lg\:first\:my-auto:first-child{margin-top:auto;margin-bottom:auto}.lg\:first\:mx-auto:first-child{margin-left:auto;margin-right:auto}.lg\:first\:my-px:first-child{margin-top:1px;margin-bottom:1px}.lg\:first\:mx-px:first-child{margin-left:1px;margin-right:1px}.lg\:first\:my-2px:first-child{margin-top:2px;margin-bottom:2px}.lg\:first\:mx-2px:first-child{margin-left:2px;margin-right:2px}.lg\:first\:my-84px:first-child{margin-top:84px;margin-bottom:84px}.lg\:first\:mx-84px:first-child{margin-left:84px;margin-right:84px}.lg\:first\:my-0\.5:first-child{margin-top:.2rem;margin-bottom:.2rem}.lg\:first\:mx-0\.5:first-child{margin-left:.2rem;margin-right:.2rem}.lg\:first\:my-1\.5:first-child{margin-top:.45rem;margin-bottom:.45rem}.lg\:first\:mx-1\.5:first-child{margin-left:.45rem;margin-right:.45rem}.lg\:first\:my-2\.5:first-child{margin-top:.625rem;margin-bottom:.625rem}.lg\:first\:mx-2\.5:first-child{margin-left:.625rem;margin-right:.625rem}.lg\:first\:my-0\.9rem:first-child{margin-top:.9rem;margin-bottom:.9rem}.lg\:first\:mx-0\.9rem:first-child{margin-left:.9rem;margin-right:.9rem}.lg\:first\:-my-5:first-child{margin-top:-1.25rem;margin-bottom:-1.25rem}.lg\:first\:-mx-5:first-child{margin-left:-1.25rem;margin-right:-1.25rem}.lg\:first\:my-5\.5:first-child{margin-top:1.375rem;margin-bottom:1.375rem}.lg\:first\:mx-5\.5:first-child{margin-left:1.375rem;margin-right:1.375rem}.lg\:first\:-my-8:first-child{margin-top:-2rem;margin-bottom:-2rem}.lg\:first\:-mx-8:first-child{margin-left:-2rem;margin-right:-2rem}.lg\:first\:my-1\/2:first-child{margin-top:50%;margin-bottom:50%}.lg\:first\:mx-1\/2:first-child{margin-left:50%;margin-right:50%}.lg\:first\:my-1\/10:first-child{margin-top:10%;margin-bottom:10%}.lg\:first\:mx-1\/10:first-child{margin-left:10%;margin-right:10%}.lg\:first\:my-1\/3:first-child{margin-top:33.333333%;margin-bottom:33.333333%}.lg\:first\:mx-1\/3:first-child{margin-left:33.333333%;margin-right:33.333333%}.lg\:first\:my-1\/3in9cols:first-child{margin-top:calc(33.33333% + .41667rem);margin-bottom:calc(33.33333% + .41667rem)}.lg\:first\:mx-1\/3in9cols:first-child{margin-left:calc(33.33333% + .41667rem);margin-right:calc(33.33333% + .41667rem)}.lg\:first\:my-2\/3:first-child{margin-top:66.666667%;margin-bottom:66.666667%}.lg\:first\:mx-2\/3:first-child{margin-left:66.666667%;margin-right:66.666667%}.lg\:first\:my-1\/12:first-child{margin-top:8.333333%;margin-bottom:8.333333%}.lg\:first\:mx-1\/12:first-child{margin-left:8.333333%;margin-right:8.333333%}.lg\:first\:my-2\/12:first-child{margin-top:16.666667%;margin-bottom:16.666667%}.lg\:first\:mx-2\/12:first-child{margin-left:16.666667%;margin-right:16.666667%}.lg\:first\:my-2\/12\+1rem:first-child{margin-top:calc(16.66667% + 1.0625rem);margin-bottom:calc(16.66667% + 1.0625rem)}.lg\:first\:mx-2\/12\+1rem:first-child{margin-left:calc(16.66667% + 1.0625rem);margin-right:calc(16.66667% + 1.0625rem)}.lg\:first\:my-client-center-header:first-child{margin-top:1.9375rem;margin-bottom:1.9375rem}.lg\:first\:mx-client-center-header:first-child{margin-left:1.9375rem;margin-right:1.9375rem}.lg\:first\:-my-1:first-child{margin-top:-.25rem;margin-bottom:-.25rem}.lg\:first\:-mx-1:first-child{margin-left:-.25rem;margin-right:-.25rem}.lg\:first\:-my-2:first-child{margin-top:-.5rem;margin-bottom:-.5rem}.lg\:first\:-mx-2:first-child{margin-left:-.5rem;margin-right:-.5rem}.lg\:first\:-my-3:first-child{margin-top:-.75rem;margin-bottom:-.75rem}.lg\:first\:-mx-3:first-child{margin-left:-.75rem;margin-right:-.75rem}.lg\:first\:-my-4:first-child{margin-top:-1rem;margin-bottom:-1rem}.lg\:first\:-mx-4:first-child{margin-left:-1rem;margin-right:-1rem}.lg\:first\:-my-6:first-child{margin-top:-1.5rem;margin-bottom:-1.5rem}.lg\:first\:-mx-6:first-child{margin-left:-1.5rem;margin-right:-1.5rem}.lg\:first\:-my-7:first-child{margin-top:-1.75rem;margin-bottom:-1.75rem}.lg\:first\:-mx-7:first-child{margin-left:-1.75rem;margin-right:-1.75rem}.lg\:first\:-my-9:first-child{margin-top:-2.25rem;margin-bottom:-2.25rem}.lg\:first\:-mx-9:first-child{margin-left:-2.25rem;margin-right:-2.25rem}.lg\:first\:-my-10:first-child{margin-top:-2.5rem;margin-bottom:-2.5rem}.lg\:first\:-mx-10:first-child{margin-left:-2.5rem;margin-right:-2.5rem}.lg\:first\:-my-11:first-child{margin-top:-2.75rem;margin-bottom:-2.75rem}.lg\:first\:-mx-11:first-child{margin-left:-2.75rem;margin-right:-2.75rem}.lg\:first\:-my-12:first-child{margin-top:-3rem;margin-bottom:-3rem}.lg\:first\:-mx-12:first-child{margin-left:-3rem;margin-right:-3rem}.lg\:first\:-my-15:first-child{margin-top:-3.75rem;margin-bottom:-3.75rem}.lg\:first\:-mx-15:first-child{margin-left:-3.75rem;margin-right:-3.75rem}.lg\:first\:-my-16:first-child{margin-top:-4rem;margin-bottom:-4rem}.lg\:first\:-mx-16:first-child{margin-left:-4rem;margin-right:-4rem}.lg\:first\:-my-18:first-child{margin-top:-4.5rem;margin-bottom:-4.5rem}.lg\:first\:-mx-18:first-child{margin-left:-4.5rem;margin-right:-4.5rem}.lg\:first\:-my-20:first-child{margin-top:-5rem;margin-bottom:-5rem}.lg\:first\:-mx-20:first-child{margin-left:-5rem;margin-right:-5rem}.lg\:first\:-my-22:first-child{margin-top:-5.5rem;margin-bottom:-5.5rem}.lg\:first\:-mx-22:first-child{margin-left:-5.5rem;margin-right:-5.5rem}.lg\:first\:-my-24:first-child{margin-top:-6rem;margin-bottom:-6rem}.lg\:first\:-mx-24:first-child{margin-left:-6rem;margin-right:-6rem}.lg\:first\:-my-25:first-child{margin-top:-6.25rem;margin-bottom:-6.25rem}.lg\:first\:-mx-25:first-child{margin-left:-6.25rem;margin-right:-6.25rem}.lg\:first\:-my-28:first-child{margin-top:-7rem;margin-bottom:-7rem}.lg\:first\:-mx-28:first-child{margin-left:-7rem;margin-right:-7rem}.lg\:first\:-my-32:first-child{margin-top:-8rem;margin-bottom:-8rem}.lg\:first\:-mx-32:first-child{margin-left:-8rem;margin-right:-8rem}.lg\:first\:-my-40:first-child{margin-top:-10rem;margin-bottom:-10rem}.lg\:first\:-mx-40:first-child{margin-left:-10rem;margin-right:-10rem}.lg\:first\:-my-44:first-child{margin-top:-11rem;margin-bottom:-11rem}.lg\:first\:-mx-44:first-child{margin-left:-11rem;margin-right:-11rem}.lg\:first\:-my-48:first-child{margin-top:-12rem;margin-bottom:-12rem}.lg\:first\:-mx-48:first-child{margin-left:-12rem;margin-right:-12rem}.lg\:first\:-my-52:first-child{margin-top:-13rem;margin-bottom:-13rem}.lg\:first\:-mx-52:first-child{margin-left:-13rem;margin-right:-13rem}.lg\:first\:-my-56:first-child{margin-top:-14rem;margin-bottom:-14rem}.lg\:first\:-mx-56:first-child{margin-left:-14rem;margin-right:-14rem}.lg\:first\:-my-64:first-child{margin-top:-16rem;margin-bottom:-16rem}.lg\:first\:-mx-64:first-child{margin-left:-16rem;margin-right:-16rem}.lg\:first\:-my-66:first-child{margin-top:-24rem;margin-bottom:-24rem}.lg\:first\:-mx-66:first-child{margin-left:-24rem;margin-right:-24rem}.lg\:first\:-my-px:first-child{margin-top:-1px;margin-bottom:-1px}.lg\:first\:-mx-px:first-child{margin-left:-1px;margin-right:-1px}.lg\:first\:-my-2px:first-child{margin-top:-2px;margin-bottom:-2px}.lg\:first\:-mx-2px:first-child{margin-left:-2px;margin-right:-2px}.lg\:first\:-my-84px:first-child{margin-top:-84px;margin-bottom:-84px}.lg\:first\:-mx-84px:first-child{margin-left:-84px;margin-right:-84px}.lg\:first\:-my-0\.5:first-child{margin-top:-.2rem;margin-bottom:-.2rem}.lg\:first\:-mx-0\.5:first-child{margin-left:-.2rem;margin-right:-.2rem}.lg\:first\:-my-1\.5:first-child{margin-top:-.45rem;margin-bottom:-.45rem}.lg\:first\:-mx-1\.5:first-child{margin-left:-.45rem;margin-right:-.45rem}.lg\:first\:-my-2\.5:first-child{margin-top:-.625rem;margin-bottom:-.625rem}.lg\:first\:-mx-2\.5:first-child{margin-left:-.625rem;margin-right:-.625rem}.lg\:first\:-my-0\.9rem:first-child{margin-top:-.9rem;margin-bottom:-.9rem}.lg\:first\:-mx-0\.9rem:first-child{margin-left:-.9rem;margin-right:-.9rem}.lg\:first\:-my--5:first-child{margin-top:1.25rem;margin-bottom:1.25rem}.lg\:first\:-mx--5:first-child{margin-left:1.25rem;margin-right:1.25rem}.lg\:first\:-my-5\.5:first-child{margin-top:-1.375rem;margin-bottom:-1.375rem}.lg\:first\:-mx-5\.5:first-child{margin-left:-1.375rem;margin-right:-1.375rem}.lg\:first\:-my--8:first-child{margin-top:2rem;margin-bottom:2rem}.lg\:first\:-mx--8:first-child{margin-left:2rem;margin-right:2rem}.lg\:first\:-my-1\/2:first-child{margin-top:-50%;margin-bottom:-50%}.lg\:first\:-mx-1\/2:first-child{margin-left:-50%;margin-right:-50%}.lg\:first\:-my-1\/10:first-child{margin-top:-10%;margin-bottom:-10%}.lg\:first\:-mx-1\/10:first-child{margin-left:-10%;margin-right:-10%}.lg\:first\:-my-1\/3:first-child{margin-top:-33.33333%;margin-bottom:-33.33333%}.lg\:first\:-mx-1\/3:first-child{margin-left:-33.33333%;margin-right:-33.33333%}.lg\:first\:-my-1\/3in9cols:first-child{margin-top:calc(-33.33333% + -.41667rem);margin-bottom:calc(-33.33333% + -.41667rem)}.lg\:first\:-mx-1\/3in9cols:first-child{margin-left:calc(-33.33333% + -.41667rem);margin-right:calc(-33.33333% + -.41667rem)}.lg\:first\:-my-2\/3:first-child{margin-top:-66.66667%;margin-bottom:-66.66667%}.lg\:first\:-mx-2\/3:first-child{margin-left:-66.66667%;margin-right:-66.66667%}.lg\:first\:-my-1\/12:first-child{margin-top:-8.33333%;margin-bottom:-8.33333%}.lg\:first\:-mx-1\/12:first-child{margin-left:-8.33333%;margin-right:-8.33333%}.lg\:first\:-my-2\/12:first-child{margin-top:-16.66667%;margin-bottom:-16.66667%}.lg\:first\:-mx-2\/12:first-child{margin-left:-16.66667%;margin-right:-16.66667%}.lg\:first\:-my-2\/12\+1rem:first-child{margin-top:calc(-16.66667% + -1.0625rem);margin-bottom:calc(-16.66667% + -1.0625rem)}.lg\:first\:-mx-2\/12\+1rem:first-child{margin-left:calc(-16.66667% + -1.0625rem);margin-right:calc(-16.66667% + -1.0625rem)}.lg\:first\:-my-client-center-header:first-child{margin-top:-1.9375rem;margin-bottom:-1.9375rem}.lg\:first\:-mx-client-center-header:first-child{margin-left:-1.9375rem;margin-right:-1.9375rem}.lg\:first\:mt-0:first-child{margin-top:0}.lg\:first\:mr-0:first-child{margin-right:0}.lg\:first\:mb-0:first-child{margin-bottom:0}.lg\:first\:ml-0:first-child{margin-left:0}.lg\:first\:mt-1:first-child{margin-top:.25rem}.lg\:first\:mr-1:first-child{margin-right:.25rem}.lg\:first\:mb-1:first-child{margin-bottom:.25rem}.lg\:first\:ml-1:first-child{margin-left:.25rem}.lg\:first\:mt-2:first-child{margin-top:.5rem}.lg\:first\:mr-2:first-child{margin-right:.5rem}.lg\:first\:mb-2:first-child{margin-bottom:.5rem}.lg\:first\:ml-2:first-child{margin-left:.5rem}.lg\:first\:mt-3:first-child{margin-top:.75rem}.lg\:first\:mr-3:first-child{margin-right:.75rem}.lg\:first\:mb-3:first-child{margin-bottom:.75rem}.lg\:first\:ml-3:first-child{margin-left:.75rem}.lg\:first\:mt-4:first-child{margin-top:1rem}.lg\:first\:mr-4:first-child{margin-right:1rem}.lg\:first\:mb-4:first-child{margin-bottom:1rem}.lg\:first\:ml-4:first-child{margin-left:1rem}.lg\:first\:mt-5:first-child{margin-top:1.25rem}.lg\:first\:mr-5:first-child{margin-right:1.25rem}.lg\:first\:mb-5:first-child{margin-bottom:1.25rem}.lg\:first\:ml-5:first-child{margin-left:1.25rem}.lg\:first\:mt-6:first-child{margin-top:1.5rem}.lg\:first\:mr-6:first-child{margin-right:1.5rem}.lg\:first\:mb-6:first-child{margin-bottom:1.5rem}.lg\:first\:ml-6:first-child{margin-left:1.5rem}.lg\:first\:mt-7:first-child{margin-top:1.75rem}.lg\:first\:mr-7:first-child{margin-right:1.75rem}.lg\:first\:mb-7:first-child{margin-bottom:1.75rem}.lg\:first\:ml-7:first-child{margin-left:1.75rem}.lg\:first\:mt-8:first-child{margin-top:2rem}.lg\:first\:mr-8:first-child{margin-right:2rem}.lg\:first\:mb-8:first-child{margin-bottom:2rem}.lg\:first\:ml-8:first-child{margin-left:2rem}.lg\:first\:mt-9:first-child{margin-top:2.25rem}.lg\:first\:mr-9:first-child{margin-right:2.25rem}.lg\:first\:mb-9:first-child{margin-bottom:2.25rem}.lg\:first\:ml-9:first-child{margin-left:2.25rem}.lg\:first\:mt-10:first-child{margin-top:2.5rem}.lg\:first\:mr-10:first-child{margin-right:2.5rem}.lg\:first\:mb-10:first-child{margin-bottom:2.5rem}.lg\:first\:ml-10:first-child{margin-left:2.5rem}.lg\:first\:mt-11:first-child{margin-top:2.75rem}.lg\:first\:mr-11:first-child{margin-right:2.75rem}.lg\:first\:mb-11:first-child{margin-bottom:2.75rem}.lg\:first\:ml-11:first-child{margin-left:2.75rem}.lg\:first\:mt-12:first-child{margin-top:3rem}.lg\:first\:mr-12:first-child{margin-right:3rem}.lg\:first\:mb-12:first-child{margin-bottom:3rem}.lg\:first\:ml-12:first-child{margin-left:3rem}.lg\:first\:mt-15:first-child{margin-top:3.75rem}.lg\:first\:mr-15:first-child{margin-right:3.75rem}.lg\:first\:mb-15:first-child{margin-bottom:3.75rem}.lg\:first\:ml-15:first-child{margin-left:3.75rem}.lg\:first\:mt-16:first-child{margin-top:4rem}.lg\:first\:mr-16:first-child{margin-right:4rem}.lg\:first\:mb-16:first-child{margin-bottom:4rem}.lg\:first\:ml-16:first-child{margin-left:4rem}.lg\:first\:mt-18:first-child{margin-top:4.5rem}.lg\:first\:mr-18:first-child{margin-right:4.5rem}.lg\:first\:mb-18:first-child{margin-bottom:4.5rem}.lg\:first\:ml-18:first-child{margin-left:4.5rem}.lg\:first\:mt-20:first-child{margin-top:5rem}.lg\:first\:mr-20:first-child{margin-right:5rem}.lg\:first\:mb-20:first-child{margin-bottom:5rem}.lg\:first\:ml-20:first-child{margin-left:5rem}.lg\:first\:mt-22:first-child{margin-top:5.5rem}.lg\:first\:mr-22:first-child{margin-right:5.5rem}.lg\:first\:mb-22:first-child{margin-bottom:5.5rem}.lg\:first\:ml-22:first-child{margin-left:5.5rem}.lg\:first\:mt-24:first-child{margin-top:6rem}.lg\:first\:mr-24:first-child{margin-right:6rem}.lg\:first\:mb-24:first-child{margin-bottom:6rem}.lg\:first\:ml-24:first-child{margin-left:6rem}.lg\:first\:mt-25:first-child{margin-top:6.25rem}.lg\:first\:mr-25:first-child{margin-right:6.25rem}.lg\:first\:mb-25:first-child{margin-bottom:6.25rem}.lg\:first\:ml-25:first-child{margin-left:6.25rem}.lg\:first\:mt-28:first-child{margin-top:7rem}.lg\:first\:mr-28:first-child{margin-right:7rem}.lg\:first\:mb-28:first-child{margin-bottom:7rem}.lg\:first\:ml-28:first-child{margin-left:7rem}.lg\:first\:mt-32:first-child{margin-top:8rem}.lg\:first\:mr-32:first-child{margin-right:8rem}.lg\:first\:mb-32:first-child{margin-bottom:8rem}.lg\:first\:ml-32:first-child{margin-left:8rem}.lg\:first\:mt-40:first-child{margin-top:10rem}.lg\:first\:mr-40:first-child{margin-right:10rem}.lg\:first\:mb-40:first-child{margin-bottom:10rem}.lg\:first\:ml-40:first-child{margin-left:10rem}.lg\:first\:mt-44:first-child{margin-top:11rem}.lg\:first\:mr-44:first-child{margin-right:11rem}.lg\:first\:mb-44:first-child{margin-bottom:11rem}.lg\:first\:ml-44:first-child{margin-left:11rem}.lg\:first\:mt-48:first-child{margin-top:12rem}.lg\:first\:mr-48:first-child{margin-right:12rem}.lg\:first\:mb-48:first-child{margin-bottom:12rem}.lg\:first\:ml-48:first-child{margin-left:12rem}.lg\:first\:mt-52:first-child{margin-top:13rem}.lg\:first\:mr-52:first-child{margin-right:13rem}.lg\:first\:mb-52:first-child{margin-bottom:13rem}.lg\:first\:ml-52:first-child{margin-left:13rem}.lg\:first\:mt-56:first-child{margin-top:14rem}.lg\:first\:mr-56:first-child{margin-right:14rem}.lg\:first\:mb-56:first-child{margin-bottom:14rem}.lg\:first\:ml-56:first-child{margin-left:14rem}.lg\:first\:mt-64:first-child{margin-top:16rem}.lg\:first\:mr-64:first-child{margin-right:16rem}.lg\:first\:mb-64:first-child{margin-bottom:16rem}.lg\:first\:ml-64:first-child{margin-left:16rem}.lg\:first\:mt-66:first-child{margin-top:24rem}.lg\:first\:mr-66:first-child{margin-right:24rem}.lg\:first\:mb-66:first-child{margin-bottom:24rem}.lg\:first\:ml-66:first-child{margin-left:24rem}.lg\:first\:mt-auto:first-child{margin-top:auto}.lg\:first\:mr-auto:first-child{margin-right:auto}.lg\:first\:mb-auto:first-child{margin-bottom:auto}.lg\:first\:ml-auto:first-child{margin-left:auto}.lg\:first\:mt-px:first-child{margin-top:1px}.lg\:first\:mr-px:first-child{margin-right:1px}.lg\:first\:mb-px:first-child{margin-bottom:1px}.lg\:first\:ml-px:first-child{margin-left:1px}.lg\:first\:mt-2px:first-child{margin-top:2px}.lg\:first\:mr-2px:first-child{margin-right:2px}.lg\:first\:mb-2px:first-child{margin-bottom:2px}.lg\:first\:ml-2px:first-child{margin-left:2px}.lg\:first\:mt-84px:first-child{margin-top:84px}.lg\:first\:mr-84px:first-child{margin-right:84px}.lg\:first\:mb-84px:first-child{margin-bottom:84px}.lg\:first\:ml-84px:first-child{margin-left:84px}.lg\:first\:mt-0\.5:first-child{margin-top:.2rem}.lg\:first\:mr-0\.5:first-child{margin-right:.2rem}.lg\:first\:mb-0\.5:first-child{margin-bottom:.2rem}.lg\:first\:ml-0\.5:first-child{margin-left:.2rem}.lg\:first\:mt-1\.5:first-child{margin-top:.45rem}.lg\:first\:mr-1\.5:first-child{margin-right:.45rem}.lg\:first\:mb-1\.5:first-child{margin-bottom:.45rem}.lg\:first\:ml-1\.5:first-child{margin-left:.45rem}.lg\:first\:mt-2\.5:first-child{margin-top:.625rem}.lg\:first\:mr-2\.5:first-child{margin-right:.625rem}.lg\:first\:mb-2\.5:first-child{margin-bottom:.625rem}.lg\:first\:ml-2\.5:first-child{margin-left:.625rem}.lg\:first\:mt-0\.9rem:first-child{margin-top:.9rem}.lg\:first\:mr-0\.9rem:first-child{margin-right:.9rem}.lg\:first\:mb-0\.9rem:first-child{margin-bottom:.9rem}.lg\:first\:ml-0\.9rem:first-child{margin-left:.9rem}.lg\:first\:-mt-5:first-child{margin-top:-1.25rem}.lg\:first\:-mr-5:first-child{margin-right:-1.25rem}.lg\:first\:-mb-5:first-child{margin-bottom:-1.25rem}.lg\:first\:-ml-5:first-child{margin-left:-1.25rem}.lg\:first\:mt-5\.5:first-child{margin-top:1.375rem}.lg\:first\:mr-5\.5:first-child{margin-right:1.375rem}.lg\:first\:mb-5\.5:first-child{margin-bottom:1.375rem}.lg\:first\:ml-5\.5:first-child{margin-left:1.375rem}.lg\:first\:-mt-8:first-child{margin-top:-2rem}.lg\:first\:-mr-8:first-child{margin-right:-2rem}.lg\:first\:-mb-8:first-child{margin-bottom:-2rem}.lg\:first\:-ml-8:first-child{margin-left:-2rem}.lg\:first\:mt-1\/2:first-child{margin-top:50%}.lg\:first\:mr-1\/2:first-child{margin-right:50%}.lg\:first\:mb-1\/2:first-child{margin-bottom:50%}.lg\:first\:ml-1\/2:first-child{margin-left:50%}.lg\:first\:mt-1\/10:first-child{margin-top:10%}.lg\:first\:mr-1\/10:first-child{margin-right:10%}.lg\:first\:mb-1\/10:first-child{margin-bottom:10%}.lg\:first\:ml-1\/10:first-child{margin-left:10%}.lg\:first\:mt-1\/3:first-child{margin-top:33.333333%}.lg\:first\:mr-1\/3:first-child{margin-right:33.333333%}.lg\:first\:mb-1\/3:first-child{margin-bottom:33.333333%}.lg\:first\:ml-1\/3:first-child{margin-left:33.333333%}.lg\:first\:mt-1\/3in9cols:first-child{margin-top:calc(33.33333% + .41667rem)}.lg\:first\:mr-1\/3in9cols:first-child{margin-right:calc(33.33333% + .41667rem)}.lg\:first\:mb-1\/3in9cols:first-child{margin-bottom:calc(33.33333% + .41667rem)}.lg\:first\:ml-1\/3in9cols:first-child{margin-left:calc(33.33333% + .41667rem)}.lg\:first\:mt-2\/3:first-child{margin-top:66.666667%}.lg\:first\:mr-2\/3:first-child{margin-right:66.666667%}.lg\:first\:mb-2\/3:first-child{margin-bottom:66.666667%}.lg\:first\:ml-2\/3:first-child{margin-left:66.666667%}.lg\:first\:mt-1\/12:first-child{margin-top:8.333333%}.lg\:first\:mr-1\/12:first-child{margin-right:8.333333%}.lg\:first\:mb-1\/12:first-child{margin-bottom:8.333333%}.lg\:first\:ml-1\/12:first-child{margin-left:8.333333%}.lg\:first\:mt-2\/12:first-child{margin-top:16.666667%}.lg\:first\:mr-2\/12:first-child{margin-right:16.666667%}.lg\:first\:mb-2\/12:first-child{margin-bottom:16.666667%}.lg\:first\:ml-2\/12:first-child{margin-left:16.666667%}.lg\:first\:mt-2\/12\+1rem:first-child{margin-top:calc(16.66667% + 1.0625rem)}.lg\:first\:mr-2\/12\+1rem:first-child{margin-right:calc(16.66667% + 1.0625rem)}.lg\:first\:mb-2\/12\+1rem:first-child{margin-bottom:calc(16.66667% + 1.0625rem)}.lg\:first\:ml-2\/12\+1rem:first-child{margin-left:calc(16.66667% + 1.0625rem)}.lg\:first\:mt-client-center-header:first-child{margin-top:1.9375rem}.lg\:first\:mr-client-center-header:first-child{margin-right:1.9375rem}.lg\:first\:mb-client-center-header:first-child{margin-bottom:1.9375rem}.lg\:first\:ml-client-center-header:first-child{margin-left:1.9375rem}.lg\:first\:-mt-1:first-child{margin-top:-.25rem}.lg\:first\:-mr-1:first-child{margin-right:-.25rem}.lg\:first\:-mb-1:first-child{margin-bottom:-.25rem}.lg\:first\:-ml-1:first-child{margin-left:-.25rem}.lg\:first\:-mt-2:first-child{margin-top:-.5rem}.lg\:first\:-mr-2:first-child{margin-right:-.5rem}.lg\:first\:-mb-2:first-child{margin-bottom:-.5rem}.lg\:first\:-ml-2:first-child{margin-left:-.5rem}.lg\:first\:-mt-3:first-child{margin-top:-.75rem}.lg\:first\:-mr-3:first-child{margin-right:-.75rem}.lg\:first\:-mb-3:first-child{margin-bottom:-.75rem}.lg\:first\:-ml-3:first-child{margin-left:-.75rem}.lg\:first\:-mt-4:first-child{margin-top:-1rem}.lg\:first\:-mr-4:first-child{margin-right:-1rem}.lg\:first\:-mb-4:first-child{margin-bottom:-1rem}.lg\:first\:-ml-4:first-child{margin-left:-1rem}.lg\:first\:-mt-6:first-child{margin-top:-1.5rem}.lg\:first\:-mr-6:first-child{margin-right:-1.5rem}.lg\:first\:-mb-6:first-child{margin-bottom:-1.5rem}.lg\:first\:-ml-6:first-child{margin-left:-1.5rem}.lg\:first\:-mt-7:first-child{margin-top:-1.75rem}.lg\:first\:-mr-7:first-child{margin-right:-1.75rem}.lg\:first\:-mb-7:first-child{margin-bottom:-1.75rem}.lg\:first\:-ml-7:first-child{margin-left:-1.75rem}.lg\:first\:-mt-9:first-child{margin-top:-2.25rem}.lg\:first\:-mr-9:first-child{margin-right:-2.25rem}.lg\:first\:-mb-9:first-child{margin-bottom:-2.25rem}.lg\:first\:-ml-9:first-child{margin-left:-2.25rem}.lg\:first\:-mt-10:first-child{margin-top:-2.5rem}.lg\:first\:-mr-10:first-child{margin-right:-2.5rem}.lg\:first\:-mb-10:first-child{margin-bottom:-2.5rem}.lg\:first\:-ml-10:first-child{margin-left:-2.5rem}.lg\:first\:-mt-11:first-child{margin-top:-2.75rem}.lg\:first\:-mr-11:first-child{margin-right:-2.75rem}.lg\:first\:-mb-11:first-child{margin-bottom:-2.75rem}.lg\:first\:-ml-11:first-child{margin-left:-2.75rem}.lg\:first\:-mt-12:first-child{margin-top:-3rem}.lg\:first\:-mr-12:first-child{margin-right:-3rem}.lg\:first\:-mb-12:first-child{margin-bottom:-3rem}.lg\:first\:-ml-12:first-child{margin-left:-3rem}.lg\:first\:-mt-15:first-child{margin-top:-3.75rem}.lg\:first\:-mr-15:first-child{margin-right:-3.75rem}.lg\:first\:-mb-15:first-child{margin-bottom:-3.75rem}.lg\:first\:-ml-15:first-child{margin-left:-3.75rem}.lg\:first\:-mt-16:first-child{margin-top:-4rem}.lg\:first\:-mr-16:first-child{margin-right:-4rem}.lg\:first\:-mb-16:first-child{margin-bottom:-4rem}.lg\:first\:-ml-16:first-child{margin-left:-4rem}.lg\:first\:-mt-18:first-child{margin-top:-4.5rem}.lg\:first\:-mr-18:first-child{margin-right:-4.5rem}.lg\:first\:-mb-18:first-child{margin-bottom:-4.5rem}.lg\:first\:-ml-18:first-child{margin-left:-4.5rem}.lg\:first\:-mt-20:first-child{margin-top:-5rem}.lg\:first\:-mr-20:first-child{margin-right:-5rem}.lg\:first\:-mb-20:first-child{margin-bottom:-5rem}.lg\:first\:-ml-20:first-child{margin-left:-5rem}.lg\:first\:-mt-22:first-child{margin-top:-5.5rem}.lg\:first\:-mr-22:first-child{margin-right:-5.5rem}.lg\:first\:-mb-22:first-child{margin-bottom:-5.5rem}.lg\:first\:-ml-22:first-child{margin-left:-5.5rem}.lg\:first\:-mt-24:first-child{margin-top:-6rem}.lg\:first\:-mr-24:first-child{margin-right:-6rem}.lg\:first\:-mb-24:first-child{margin-bottom:-6rem}.lg\:first\:-ml-24:first-child{margin-left:-6rem}.lg\:first\:-mt-25:first-child{margin-top:-6.25rem}.lg\:first\:-mr-25:first-child{margin-right:-6.25rem}.lg\:first\:-mb-25:first-child{margin-bottom:-6.25rem}.lg\:first\:-ml-25:first-child{margin-left:-6.25rem}.lg\:first\:-mt-28:first-child{margin-top:-7rem}.lg\:first\:-mr-28:first-child{margin-right:-7rem}.lg\:first\:-mb-28:first-child{margin-bottom:-7rem}.lg\:first\:-ml-28:first-child{margin-left:-7rem}.lg\:first\:-mt-32:first-child{margin-top:-8rem}.lg\:first\:-mr-32:first-child{margin-right:-8rem}.lg\:first\:-mb-32:first-child{margin-bottom:-8rem}.lg\:first\:-ml-32:first-child{margin-left:-8rem}.lg\:first\:-mt-40:first-child{margin-top:-10rem}.lg\:first\:-mr-40:first-child{margin-right:-10rem}.lg\:first\:-mb-40:first-child{margin-bottom:-10rem}.lg\:first\:-ml-40:first-child{margin-left:-10rem}.lg\:first\:-mt-44:first-child{margin-top:-11rem}.lg\:first\:-mr-44:first-child{margin-right:-11rem}.lg\:first\:-mb-44:first-child{margin-bottom:-11rem}.lg\:first\:-ml-44:first-child{margin-left:-11rem}.lg\:first\:-mt-48:first-child{margin-top:-12rem}.lg\:first\:-mr-48:first-child{margin-right:-12rem}.lg\:first\:-mb-48:first-child{margin-bottom:-12rem}.lg\:first\:-ml-48:first-child{margin-left:-12rem}.lg\:first\:-mt-52:first-child{margin-top:-13rem}.lg\:first\:-mr-52:first-child{margin-right:-13rem}.lg\:first\:-mb-52:first-child{margin-bottom:-13rem}.lg\:first\:-ml-52:first-child{margin-left:-13rem}.lg\:first\:-mt-56:first-child{margin-top:-14rem}.lg\:first\:-mr-56:first-child{margin-right:-14rem}.lg\:first\:-mb-56:first-child{margin-bottom:-14rem}.lg\:first\:-ml-56:first-child{margin-left:-14rem}.lg\:first\:-mt-64:first-child{margin-top:-16rem}.lg\:first\:-mr-64:first-child{margin-right:-16rem}.lg\:first\:-mb-64:first-child{margin-bottom:-16rem}.lg\:first\:-ml-64:first-child{margin-left:-16rem}.lg\:first\:-mt-66:first-child{margin-top:-24rem}.lg\:first\:-mr-66:first-child{margin-right:-24rem}.lg\:first\:-mb-66:first-child{margin-bottom:-24rem}.lg\:first\:-ml-66:first-child{margin-left:-24rem}.lg\:first\:-mt-px:first-child{margin-top:-1px}.lg\:first\:-mr-px:first-child{margin-right:-1px}.lg\:first\:-mb-px:first-child{margin-bottom:-1px}.lg\:first\:-ml-px:first-child{margin-left:-1px}.lg\:first\:-mt-2px:first-child{margin-top:-2px}.lg\:first\:-mr-2px:first-child{margin-right:-2px}.lg\:first\:-mb-2px:first-child{margin-bottom:-2px}.lg\:first\:-ml-2px:first-child{margin-left:-2px}.lg\:first\:-mt-84px:first-child{margin-top:-84px}.lg\:first\:-mr-84px:first-child{margin-right:-84px}.lg\:first\:-mb-84px:first-child{margin-bottom:-84px}.lg\:first\:-ml-84px:first-child{margin-left:-84px}.lg\:first\:-mt-0\.5:first-child{margin-top:-.2rem}.lg\:first\:-mr-0\.5:first-child{margin-right:-.2rem}.lg\:first\:-mb-0\.5:first-child{margin-bottom:-.2rem}.lg\:first\:-ml-0\.5:first-child{margin-left:-.2rem}.lg\:first\:-mt-1\.5:first-child{margin-top:-.45rem}.lg\:first\:-mr-1\.5:first-child{margin-right:-.45rem}.lg\:first\:-mb-1\.5:first-child{margin-bottom:-.45rem}.lg\:first\:-ml-1\.5:first-child{margin-left:-.45rem}.lg\:first\:-mt-2\.5:first-child{margin-top:-.625rem}.lg\:first\:-mr-2\.5:first-child{margin-right:-.625rem}.lg\:first\:-mb-2\.5:first-child{margin-bottom:-.625rem}.lg\:first\:-ml-2\.5:first-child{margin-left:-.625rem}.lg\:first\:-mt-0\.9rem:first-child{margin-top:-.9rem}.lg\:first\:-mr-0\.9rem:first-child{margin-right:-.9rem}.lg\:first\:-mb-0\.9rem:first-child{margin-bottom:-.9rem}.lg\:first\:-ml-0\.9rem:first-child{margin-left:-.9rem}.lg\:first\:-mt--5:first-child{margin-top:1.25rem}.lg\:first\:-mr--5:first-child{margin-right:1.25rem}.lg\:first\:-mb--5:first-child{margin-bottom:1.25rem}.lg\:first\:-ml--5:first-child{margin-left:1.25rem}.lg\:first\:-mt-5\.5:first-child{margin-top:-1.375rem}.lg\:first\:-mr-5\.5:first-child{margin-right:-1.375rem}.lg\:first\:-mb-5\.5:first-child{margin-bottom:-1.375rem}.lg\:first\:-ml-5\.5:first-child{margin-left:-1.375rem}.lg\:first\:-mt--8:first-child{margin-top:2rem}.lg\:first\:-mr--8:first-child{margin-right:2rem}.lg\:first\:-mb--8:first-child{margin-bottom:2rem}.lg\:first\:-ml--8:first-child{margin-left:2rem}.lg\:first\:-mt-1\/2:first-child{margin-top:-50%}.lg\:first\:-mr-1\/2:first-child{margin-right:-50%}.lg\:first\:-mb-1\/2:first-child{margin-bottom:-50%}.lg\:first\:-ml-1\/2:first-child{margin-left:-50%}.lg\:first\:-mt-1\/10:first-child{margin-top:-10%}.lg\:first\:-mr-1\/10:first-child{margin-right:-10%}.lg\:first\:-mb-1\/10:first-child{margin-bottom:-10%}.lg\:first\:-ml-1\/10:first-child{margin-left:-10%}.lg\:first\:-mt-1\/3:first-child{margin-top:-33.33333%}.lg\:first\:-mr-1\/3:first-child{margin-right:-33.33333%}.lg\:first\:-mb-1\/3:first-child{margin-bottom:-33.33333%}.lg\:first\:-ml-1\/3:first-child{margin-left:-33.33333%}.lg\:first\:-mt-1\/3in9cols:first-child{margin-top:calc(-33.33333% + -.41667rem)}.lg\:first\:-mr-1\/3in9cols:first-child{margin-right:calc(-33.33333% + -.41667rem)}.lg\:first\:-mb-1\/3in9cols:first-child{margin-bottom:calc(-33.33333% + -.41667rem)}.lg\:first\:-ml-1\/3in9cols:first-child{margin-left:calc(-33.33333% + -.41667rem)}.lg\:first\:-mt-2\/3:first-child{margin-top:-66.66667%}.lg\:first\:-mr-2\/3:first-child{margin-right:-66.66667%}.lg\:first\:-mb-2\/3:first-child{margin-bottom:-66.66667%}.lg\:first\:-ml-2\/3:first-child{margin-left:-66.66667%}.lg\:first\:-mt-1\/12:first-child{margin-top:-8.33333%}.lg\:first\:-mr-1\/12:first-child{margin-right:-8.33333%}.lg\:first\:-mb-1\/12:first-child{margin-bottom:-8.33333%}.lg\:first\:-ml-1\/12:first-child{margin-left:-8.33333%}.lg\:first\:-mt-2\/12:first-child{margin-top:-16.66667%}.lg\:first\:-mr-2\/12:first-child{margin-right:-16.66667%}.lg\:first\:-mb-2\/12:first-child{margin-bottom:-16.66667%}.lg\:first\:-ml-2\/12:first-child{margin-left:-16.66667%}.lg\:first\:-mt-2\/12\+1rem:first-child{margin-top:calc(-16.66667% + -1.0625rem)}.lg\:first\:-mr-2\/12\+1rem:first-child{margin-right:calc(-16.66667% + -1.0625rem)}.lg\:first\:-mb-2\/12\+1rem:first-child{margin-bottom:calc(-16.66667% + -1.0625rem)}.lg\:first\:-ml-2\/12\+1rem:first-child{margin-left:calc(-16.66667% + -1.0625rem)}.lg\:first\:-mt-client-center-header:first-child{margin-top:-1.9375rem}.lg\:first\:-mr-client-center-header:first-child{margin-right:-1.9375rem}.lg\:first\:-mb-client-center-header:first-child{margin-bottom:-1.9375rem}.lg\:first\:-ml-client-center-header:first-child{margin-left:-1.9375rem}.lg\:max-h-0{max-height:0}.lg\:max-h-full{max-height:100%}.lg\:max-h-screen{max-height:100vh}.lg\:max-h-1\/4{max-height:25%}.lg\:max-h-1\/2{max-height:50%}.lg\:max-h-3\/4{max-height:75%}.lg\:max-w-19{max-width:19rem}.lg\:max-w-45{max-width:45rem}.lg\:max-w-60{max-width:60%}.lg\:max-w-70{max-width:70%}.lg\:max-w-1000{max-width:1000px}.lg\:max-w-none{max-width:none}.lg\:max-w-xs{max-width:20rem}.lg\:max-w-sm{max-width:24rem}.lg\:max-w-md{max-width:28rem}.lg\:max-w-lg{max-width:32rem}.lg\:max-w-xl{max-width:36rem}.lg\:max-w-2xl{max-width:42rem}.lg\:max-w-3xl{max-width:48rem}.lg\:max-w-4xl{max-width:56rem}.lg\:max-w-5xl{max-width:64rem}.lg\:max-w-6xl{max-width:72rem}.lg\:max-w-full{max-width:100%}.lg\:max-w-screen-xxs{max-width:360px}.lg\:max-w-screen-xs{max-width:480px}.lg\:max-w-screen-sm{max-width:640px}.lg\:max-w-screen-md{max-width:768px}.lg\:max-w-screen-lg{max-width:1024px}.lg\:max-w-screen-xl{max-width:1280px}.lg\:max-w-20\%-1{max-width:calc(20% - 1rem)}.lg\:max-w-25\%-1{max-width:calc(25% - 1rem)}.lg\:max-w-33\%-1{max-width:calc(33% - 1rem)}.lg\:max-w-50\%-1{max-width:calc(50% - 1rem)}.lg\:max-w-100\%\+3{max-width:calc(100% + 3rem)}.lg\:max-w-wb{max-width:114px}.lg\:max-w-100vw{max-width:100vw}.lg\:min-h-0{min-height:0}.lg\:min-h-full{min-height:100%}.lg\:min-h-screen{min-height:100vh}.lg\:min-w-0{min-width:0}.lg\:min-w-15{min-width:15rem}.lg\:min-w-full{min-width:100%}.lg\:object-contain{-o-object-fit:contain;object-fit:contain}.lg\:object-cover{-o-object-fit:cover;object-fit:cover}.lg\:object-fill{-o-object-fit:fill;object-fit:fill}.lg\:object-none{-o-object-fit:none;object-fit:none}.lg\:object-scale-down{-o-object-fit:scale-down;object-fit:scale-down}.lg\:object-bottom{-o-object-position:bottom;object-position:bottom}.lg\:object-center{-o-object-position:center;object-position:center}.lg\:object-left{-o-object-position:left;object-position:left}.lg\:object-left-bottom{-o-object-position:left bottom;object-position:left bottom}.lg\:object-left-top{-o-object-position:left top;object-position:left top}.lg\:object-right{-o-object-position:right;object-position:right}.lg\:object-right-bottom{-o-object-position:right bottom;object-position:right bottom}.lg\:object-right-top{-o-object-position:right top;object-position:right top}.lg\:object-top{-o-object-position:top;object-position:top}.lg\:opacity-0{opacity:0}.lg\:opacity-10{opacity:.1}.lg\:opacity-25{opacity:.25}.lg\:opacity-50{opacity:.5}.lg\:opacity-75{opacity:.75}.lg\:opacity-100{opacity:1}.lg\:hover\:opacity-0:hover{opacity:0}.lg\:hover\:opacity-10:hover{opacity:.1}.lg\:hover\:opacity-25:hover{opacity:.25}.lg\:hover\:opacity-50:hover{opacity:.5}.lg\:hover\:opacity-75:hover{opacity:.75}.lg\:hover\:opacity-100:hover{opacity:1}.lg\:focus\:opacity-0:focus{opacity:0}.lg\:focus\:opacity-10:focus{opacity:.1}.lg\:focus\:opacity-25:focus{opacity:.25}.lg\:focus\:opacity-50:focus{opacity:.5}.lg\:focus\:opacity-75:focus{opacity:.75}.lg\:focus\:opacity-100:focus{opacity:1}.lg\:focus\:outline-none:focus,.lg\:outline-none{outline:0}.lg\:overflow-auto{overflow:auto}.lg\:overflow-hidden{overflow:hidden}.lg\:overflow-visible{overflow:visible}.lg\:overflow-scroll{overflow:scroll}.lg\:overflow-x-auto{overflow-x:auto}.lg\:overflow-y-auto{overflow-y:auto}.lg\:overflow-x-hidden{overflow-x:hidden}.lg\:overflow-y-hidden{overflow-y:hidden}.lg\:overflow-x-visible{overflow-x:visible}.lg\:overflow-y-visible{overflow-y:visible}.lg\:overflow-x-scroll{overflow-x:scroll}.lg\:overflow-y-scroll{overflow-y:scroll}.lg\:scrolling-touch{-webkit-overflow-scrolling:touch}.lg\:scrolling-auto{-webkit-overflow-scrolling:auto}.lg\:overscroll-auto{-ms-scroll-chaining:chained;overscroll-behavior:auto}.lg\:overscroll-contain{-ms-scroll-chaining:none;overscroll-behavior:contain}.lg\:overscroll-none{-ms-scroll-chaining:none;overscroll-behavior:none}.lg\:overscroll-y-auto{overscroll-behavior-y:auto}.lg\:overscroll-y-contain{overscroll-behavior-y:contain}.lg\:overscroll-y-none{overscroll-behavior-y:none}.lg\:overscroll-x-auto{overscroll-behavior-x:auto}.lg\:overscroll-x-contain{overscroll-behavior-x:contain}.lg\:overscroll-x-none{overscroll-behavior-x:none}.lg\:p-0{padding:0}.lg\:p-1{padding:.25rem}.lg\:p-2{padding:.5rem}.lg\:p-3{padding:.75rem}.lg\:p-4{padding:1rem}.lg\:p-5{padding:1.25rem}.lg\:p-6{padding:1.5rem}.lg\:p-7{padding:1.75rem}.lg\:p-8{padding:2rem}.lg\:p-9{padding:2.25rem}.lg\:p-10{padding:2.5rem}.lg\:p-11{padding:2.75rem}.lg\:p-12{padding:3rem}.lg\:p-15{padding:3.75rem}.lg\:p-16{padding:4rem}.lg\:p-18{padding:4.5rem}.lg\:p-20{padding:5rem}.lg\:p-22{padding:5.5rem}.lg\:p-24{padding:6rem}.lg\:p-25{padding:6.25rem}.lg\:p-28{padding:7rem}.lg\:p-32{padding:8rem}.lg\:p-40{padding:10rem}.lg\:p-44{padding:11rem}.lg\:p-48{padding:12rem}.lg\:p-52{padding:13rem}.lg\:p-56{padding:14rem}.lg\:p-64{padding:16rem}.lg\:p-66{padding:24rem}.lg\:p-px{padding:1px}.lg\:p-2px{padding:2px}.lg\:p-84px{padding:84px}.lg\:p-0\.5{padding:.2rem}.lg\:p-1\.5{padding:.45rem}.lg\:p-2\.5{padding:.625rem}.lg\:p-0\.9rem{padding:.9rem}.lg\:p--5{padding:-1.25rem}.lg\:p-5\.5{padding:1.375rem}.lg\:p--8{padding:-2rem}.lg\:p-1\/2{padding:50%}.lg\:p-1\/10{padding:10%}.lg\:p-1\/3{padding:33.333333%}.lg\:p-1\/3in9cols{padding:calc(33.33333% + .41667rem)}.lg\:p-2\/3{padding:66.666667%}.lg\:p-1\/12{padding:8.333333%}.lg\:p-2\/12{padding:16.666667%}.lg\:p-2\/12\+1rem{padding:calc(16.66667% + 1.0625rem)}.lg\:p-client-center-header{padding:1.9375rem}.lg\:py-0{padding-top:0;padding-bottom:0}.lg\:px-0{padding-left:0;padding-right:0}.lg\:py-1{padding-top:.25rem;padding-bottom:.25rem}.lg\:px-1{padding-left:.25rem;padding-right:.25rem}.lg\:py-2{padding-top:.5rem;padding-bottom:.5rem}.lg\:px-2{padding-left:.5rem;padding-right:.5rem}.lg\:py-3{padding-top:.75rem;padding-bottom:.75rem}.lg\:px-3{padding-left:.75rem;padding-right:.75rem}.lg\:py-4{padding-top:1rem;padding-bottom:1rem}.lg\:px-4{padding-left:1rem;padding-right:1rem}.lg\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.lg\:px-5{padding-left:1.25rem;padding-right:1.25rem}.lg\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.lg\:px-6{padding-left:1.5rem;padding-right:1.5rem}.lg\:py-7{padding-top:1.75rem;padding-bottom:1.75rem}.lg\:px-7{padding-left:1.75rem;padding-right:1.75rem}.lg\:py-8{padding-top:2rem;padding-bottom:2rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:py-9{padding-top:2.25rem;padding-bottom:2.25rem}.lg\:px-9{padding-left:2.25rem;padding-right:2.25rem}.lg\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.lg\:px-10{padding-left:2.5rem;padding-right:2.5rem}.lg\:py-11{padding-top:2.75rem;padding-bottom:2.75rem}.lg\:px-11{padding-left:2.75rem;padding-right:2.75rem}.lg\:py-12{padding-top:3rem;padding-bottom:3rem}.lg\:px-12{padding-left:3rem;padding-right:3rem}.lg\:py-15{padding-top:3.75rem;padding-bottom:3.75rem}.lg\:px-15{padding-left:3.75rem;padding-right:3.75rem}.lg\:py-16{padding-top:4rem;padding-bottom:4rem}.lg\:px-16{padding-left:4rem;padding-right:4rem}.lg\:py-18{padding-top:4.5rem;padding-bottom:4.5rem}.lg\:px-18{padding-left:4.5rem;padding-right:4.5rem}.lg\:py-20{padding-top:5rem;padding-bottom:5rem}.lg\:px-20{padding-left:5rem;padding-right:5rem}.lg\:py-22{padding-top:5.5rem;padding-bottom:5.5rem}.lg\:px-22{padding-left:5.5rem;padding-right:5.5rem}.lg\:py-24{padding-top:6rem;padding-bottom:6rem}.lg\:px-24{padding-left:6rem;padding-right:6rem}.lg\:py-25{padding-top:6.25rem;padding-bottom:6.25rem}.lg\:px-25{padding-left:6.25rem;padding-right:6.25rem}.lg\:py-28{padding-top:7rem;padding-bottom:7rem}.lg\:px-28{padding-left:7rem;padding-right:7rem}.lg\:py-32{padding-top:8rem;padding-bottom:8rem}.lg\:px-32{padding-left:8rem;padding-right:8rem}.lg\:py-40{padding-top:10rem;padding-bottom:10rem}.lg\:px-40{padding-left:10rem;padding-right:10rem}.lg\:py-44{padding-top:11rem;padding-bottom:11rem}.lg\:px-44{padding-left:11rem;padding-right:11rem}.lg\:py-48{padding-top:12rem;padding-bottom:12rem}.lg\:px-48{padding-left:12rem;padding-right:12rem}.lg\:py-52{padding-top:13rem;padding-bottom:13rem}.lg\:px-52{padding-left:13rem;padding-right:13rem}.lg\:py-56{padding-top:14rem;padding-bottom:14rem}.lg\:px-56{padding-left:14rem;padding-right:14rem}.lg\:py-64{padding-top:16rem;padding-bottom:16rem}.lg\:px-64{padding-left:16rem;padding-right:16rem}.lg\:py-66{padding-top:24rem;padding-bottom:24rem}.lg\:px-66{padding-left:24rem;padding-right:24rem}.lg\:py-px{padding-top:1px;padding-bottom:1px}.lg\:px-px{padding-left:1px;padding-right:1px}.lg\:py-2px{padding-top:2px;padding-bottom:2px}.lg\:px-2px{padding-left:2px;padding-right:2px}.lg\:py-84px{padding-top:84px;padding-bottom:84px}.lg\:px-84px{padding-left:84px;padding-right:84px}.lg\:py-0\.5{padding-top:.2rem;padding-bottom:.2rem}.lg\:px-0\.5{padding-left:.2rem;padding-right:.2rem}.lg\:py-1\.5{padding-top:.45rem;padding-bottom:.45rem}.lg\:px-1\.5{padding-left:.45rem;padding-right:.45rem}.lg\:py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.lg\:px-2\.5{padding-left:.625rem;padding-right:.625rem}.lg\:py-0\.9rem{padding-top:.9rem;padding-bottom:.9rem}.lg\:px-0\.9rem{padding-left:.9rem;padding-right:.9rem}.lg\:py--5{padding-top:-1.25rem;padding-bottom:-1.25rem}.lg\:px--5{padding-left:-1.25rem;padding-right:-1.25rem}.lg\:py-5\.5{padding-top:1.375rem;padding-bottom:1.375rem}.lg\:px-5\.5{padding-left:1.375rem;padding-right:1.375rem}.lg\:py--8{padding-top:-2rem;padding-bottom:-2rem}.lg\:px--8{padding-left:-2rem;padding-right:-2rem}.lg\:py-1\/2{padding-top:50%;padding-bottom:50%}.lg\:px-1\/2{padding-left:50%;padding-right:50%}.lg\:py-1\/10{padding-top:10%;padding-bottom:10%}.lg\:px-1\/10{padding-left:10%;padding-right:10%}.lg\:py-1\/3{padding-top:33.333333%;padding-bottom:33.333333%}.lg\:px-1\/3{padding-left:33.333333%;padding-right:33.333333%}.lg\:py-1\/3in9cols{padding-top:calc(33.33333% + .41667rem);padding-bottom:calc(33.33333% + .41667rem)}.lg\:px-1\/3in9cols{padding-left:calc(33.33333% + .41667rem);padding-right:calc(33.33333% + .41667rem)}.lg\:py-2\/3{padding-top:66.666667%;padding-bottom:66.666667%}.lg\:px-2\/3{padding-left:66.666667%;padding-right:66.666667%}.lg\:py-1\/12{padding-top:8.333333%;padding-bottom:8.333333%}.lg\:px-1\/12{padding-left:8.333333%;padding-right:8.333333%}.lg\:py-2\/12{padding-top:16.666667%;padding-bottom:16.666667%}.lg\:px-2\/12{padding-left:16.666667%;padding-right:16.666667%}.lg\:py-2\/12\+1rem{padding-top:calc(16.66667% + 1.0625rem);padding-bottom:calc(16.66667% + 1.0625rem)}.lg\:px-2\/12\+1rem{padding-left:calc(16.66667% + 1.0625rem);padding-right:calc(16.66667% + 1.0625rem)}.lg\:py-client-center-header{padding-top:1.9375rem;padding-bottom:1.9375rem}.lg\:px-client-center-header{padding-left:1.9375rem;padding-right:1.9375rem}.lg\:pt-0{padding-top:0}.lg\:pr-0{padding-right:0}.lg\:pb-0{padding-bottom:0}.lg\:pl-0{padding-left:0}.lg\:pt-1{padding-top:.25rem}.lg\:pr-1{padding-right:.25rem}.lg\:pb-1{padding-bottom:.25rem}.lg\:pl-1{padding-left:.25rem}.lg\:pt-2{padding-top:.5rem}.lg\:pr-2{padding-right:.5rem}.lg\:pb-2{padding-bottom:.5rem}.lg\:pl-2{padding-left:.5rem}.lg\:pt-3{padding-top:.75rem}.lg\:pr-3{padding-right:.75rem}.lg\:pb-3{padding-bottom:.75rem}.lg\:pl-3{padding-left:.75rem}.lg\:pt-4{padding-top:1rem}.lg\:pr-4{padding-right:1rem}.lg\:pb-4{padding-bottom:1rem}.lg\:pl-4{padding-left:1rem}.lg\:pt-5{padding-top:1.25rem}.lg\:pr-5{padding-right:1.25rem}.lg\:pb-5{padding-bottom:1.25rem}.lg\:pl-5{padding-left:1.25rem}.lg\:pt-6{padding-top:1.5rem}.lg\:pr-6{padding-right:1.5rem}.lg\:pb-6{padding-bottom:1.5rem}.lg\:pl-6{padding-left:1.5rem}.lg\:pt-7{padding-top:1.75rem}.lg\:pr-7{padding-right:1.75rem}.lg\:pb-7{padding-bottom:1.75rem}.lg\:pl-7{padding-left:1.75rem}.lg\:pt-8{padding-top:2rem}.lg\:pr-8{padding-right:2rem}.lg\:pb-8{padding-bottom:2rem}.lg\:pl-8{padding-left:2rem}.lg\:pt-9{padding-top:2.25rem}.lg\:pr-9{padding-right:2.25rem}.lg\:pb-9{padding-bottom:2.25rem}.lg\:pl-9{padding-left:2.25rem}.lg\:pt-10{padding-top:2.5rem}.lg\:pr-10{padding-right:2.5rem}.lg\:pb-10{padding-bottom:2.5rem}.lg\:pl-10{padding-left:2.5rem}.lg\:pt-11{padding-top:2.75rem}.lg\:pr-11{padding-right:2.75rem}.lg\:pb-11{padding-bottom:2.75rem}.lg\:pl-11{padding-left:2.75rem}.lg\:pt-12{padding-top:3rem}.lg\:pr-12{padding-right:3rem}.lg\:pb-12{padding-bottom:3rem}.lg\:pl-12{padding-left:3rem}.lg\:pt-15{padding-top:3.75rem}.lg\:pr-15{padding-right:3.75rem}.lg\:pb-15{padding-bottom:3.75rem}.lg\:pl-15{padding-left:3.75rem}.lg\:pt-16{padding-top:4rem}.lg\:pr-16{padding-right:4rem}.lg\:pb-16{padding-bottom:4rem}.lg\:pl-16{padding-left:4rem}.lg\:pt-18{padding-top:4.5rem}.lg\:pr-18{padding-right:4.5rem}.lg\:pb-18{padding-bottom:4.5rem}.lg\:pl-18{padding-left:4.5rem}.lg\:pt-20{padding-top:5rem}.lg\:pr-20{padding-right:5rem}.lg\:pb-20{padding-bottom:5rem}.lg\:pl-20{padding-left:5rem}.lg\:pt-22{padding-top:5.5rem}.lg\:pr-22{padding-right:5.5rem}.lg\:pb-22{padding-bottom:5.5rem}.lg\:pl-22{padding-left:5.5rem}.lg\:pt-24{padding-top:6rem}.lg\:pr-24{padding-right:6rem}.lg\:pb-24{padding-bottom:6rem}.lg\:pl-24{padding-left:6rem}.lg\:pt-25{padding-top:6.25rem}.lg\:pr-25{padding-right:6.25rem}.lg\:pb-25{padding-bottom:6.25rem}.lg\:pl-25{padding-left:6.25rem}.lg\:pt-28{padding-top:7rem}.lg\:pr-28{padding-right:7rem}.lg\:pb-28{padding-bottom:7rem}.lg\:pl-28{padding-left:7rem}.lg\:pt-32{padding-top:8rem}.lg\:pr-32{padding-right:8rem}.lg\:pb-32{padding-bottom:8rem}.lg\:pl-32{padding-left:8rem}.lg\:pt-40{padding-top:10rem}.lg\:pr-40{padding-right:10rem}.lg\:pb-40{padding-bottom:10rem}.lg\:pl-40{padding-left:10rem}.lg\:pt-44{padding-top:11rem}.lg\:pr-44{padding-right:11rem}.lg\:pb-44{padding-bottom:11rem}.lg\:pl-44{padding-left:11rem}.lg\:pt-48{padding-top:12rem}.lg\:pr-48{padding-right:12rem}.lg\:pb-48{padding-bottom:12rem}.lg\:pl-48{padding-left:12rem}.lg\:pt-52{padding-top:13rem}.lg\:pr-52{padding-right:13rem}.lg\:pb-52{padding-bottom:13rem}.lg\:pl-52{padding-left:13rem}.lg\:pt-56{padding-top:14rem}.lg\:pr-56{padding-right:14rem}.lg\:pb-56{padding-bottom:14rem}.lg\:pl-56{padding-left:14rem}.lg\:pt-64{padding-top:16rem}.lg\:pr-64{padding-right:16rem}.lg\:pb-64{padding-bottom:16rem}.lg\:pl-64{padding-left:16rem}.lg\:pt-66{padding-top:24rem}.lg\:pr-66{padding-right:24rem}.lg\:pb-66{padding-bottom:24rem}.lg\:pl-66{padding-left:24rem}.lg\:pt-px{padding-top:1px}.lg\:pr-px{padding-right:1px}.lg\:pb-px{padding-bottom:1px}.lg\:pl-px{padding-left:1px}.lg\:pt-2px{padding-top:2px}.lg\:pr-2px{padding-right:2px}.lg\:pb-2px{padding-bottom:2px}.lg\:pl-2px{padding-left:2px}.lg\:pt-84px{padding-top:84px}.lg\:pr-84px{padding-right:84px}.lg\:pb-84px{padding-bottom:84px}.lg\:pl-84px{padding-left:84px}.lg\:pt-0\.5{padding-top:.2rem}.lg\:pr-0\.5{padding-right:.2rem}.lg\:pb-0\.5{padding-bottom:.2rem}.lg\:pl-0\.5{padding-left:.2rem}.lg\:pt-1\.5{padding-top:.45rem}.lg\:pr-1\.5{padding-right:.45rem}.lg\:pb-1\.5{padding-bottom:.45rem}.lg\:pl-1\.5{padding-left:.45rem}.lg\:pt-2\.5{padding-top:.625rem}.lg\:pr-2\.5{padding-right:.625rem}.lg\:pb-2\.5{padding-bottom:.625rem}.lg\:pl-2\.5{padding-left:.625rem}.lg\:pt-0\.9rem{padding-top:.9rem}.lg\:pr-0\.9rem{padding-right:.9rem}.lg\:pb-0\.9rem{padding-bottom:.9rem}.lg\:pl-0\.9rem{padding-left:.9rem}.lg\:pt--5{padding-top:-1.25rem}.lg\:pr--5{padding-right:-1.25rem}.lg\:pb--5{padding-bottom:-1.25rem}.lg\:pl--5{padding-left:-1.25rem}.lg\:pt-5\.5{padding-top:1.375rem}.lg\:pr-5\.5{padding-right:1.375rem}.lg\:pb-5\.5{padding-bottom:1.375rem}.lg\:pl-5\.5{padding-left:1.375rem}.lg\:pt--8{padding-top:-2rem}.lg\:pr--8{padding-right:-2rem}.lg\:pb--8{padding-bottom:-2rem}.lg\:pl--8{padding-left:-2rem}.lg\:pt-1\/2{padding-top:50%}.lg\:pr-1\/2{padding-right:50%}.lg\:pb-1\/2{padding-bottom:50%}.lg\:pl-1\/2{padding-left:50%}.lg\:pt-1\/10{padding-top:10%}.lg\:pr-1\/10{padding-right:10%}.lg\:pb-1\/10{padding-bottom:10%}.lg\:pl-1\/10{padding-left:10%}.lg\:pt-1\/3{padding-top:33.333333%}.lg\:pr-1\/3{padding-right:33.333333%}.lg\:pb-1\/3{padding-bottom:33.333333%}.lg\:pl-1\/3{padding-left:33.333333%}.lg\:pt-1\/3in9cols{padding-top:calc(33.33333% + .41667rem)}.lg\:pr-1\/3in9cols{padding-right:calc(33.33333% + .41667rem)}.lg\:pb-1\/3in9cols{padding-bottom:calc(33.33333% + .41667rem)}.lg\:pl-1\/3in9cols{padding-left:calc(33.33333% + .41667rem)}.lg\:pt-2\/3{padding-top:66.666667%}.lg\:pr-2\/3{padding-right:66.666667%}.lg\:pb-2\/3{padding-bottom:66.666667%}.lg\:pl-2\/3{padding-left:66.666667%}.lg\:pt-1\/12{padding-top:8.333333%}.lg\:pr-1\/12{padding-right:8.333333%}.lg\:pb-1\/12{padding-bottom:8.333333%}.lg\:pl-1\/12{padding-left:8.333333%}.lg\:pt-2\/12{padding-top:16.666667%}.lg\:pr-2\/12{padding-right:16.666667%}.lg\:pb-2\/12{padding-bottom:16.666667%}.lg\:pl-2\/12{padding-left:16.666667%}.lg\:pt-2\/12\+1rem{padding-top:calc(16.66667% + 1.0625rem)}.lg\:pr-2\/12\+1rem{padding-right:calc(16.66667% + 1.0625rem)}.lg\:pb-2\/12\+1rem{padding-bottom:calc(16.66667% + 1.0625rem)}.lg\:pl-2\/12\+1rem{padding-left:calc(16.66667% + 1.0625rem)}.lg\:pt-client-center-header{padding-top:1.9375rem}.lg\:pr-client-center-header{padding-right:1.9375rem}.lg\:pb-client-center-header{padding-bottom:1.9375rem}.lg\:pl-client-center-header{padding-left:1.9375rem}.lg\:last\:p-0:last-child{padding:0}.lg\:last\:p-1:last-child{padding:.25rem}.lg\:last\:p-2:last-child{padding:.5rem}.lg\:last\:p-3:last-child{padding:.75rem}.lg\:last\:p-4:last-child{padding:1rem}.lg\:last\:p-5:last-child{padding:1.25rem}.lg\:last\:p-6:last-child{padding:1.5rem}.lg\:last\:p-7:last-child{padding:1.75rem}.lg\:last\:p-8:last-child{padding:2rem}.lg\:last\:p-9:last-child{padding:2.25rem}.lg\:last\:p-10:last-child{padding:2.5rem}.lg\:last\:p-11:last-child{padding:2.75rem}.lg\:last\:p-12:last-child{padding:3rem}.lg\:last\:p-15:last-child{padding:3.75rem}.lg\:last\:p-16:last-child{padding:4rem}.lg\:last\:p-18:last-child{padding:4.5rem}.lg\:last\:p-20:last-child{padding:5rem}.lg\:last\:p-22:last-child{padding:5.5rem}.lg\:last\:p-24:last-child{padding:6rem}.lg\:last\:p-25:last-child{padding:6.25rem}.lg\:last\:p-28:last-child{padding:7rem}.lg\:last\:p-32:last-child{padding:8rem}.lg\:last\:p-40:last-child{padding:10rem}.lg\:last\:p-44:last-child{padding:11rem}.lg\:last\:p-48:last-child{padding:12rem}.lg\:last\:p-52:last-child{padding:13rem}.lg\:last\:p-56:last-child{padding:14rem}.lg\:last\:p-64:last-child{padding:16rem}.lg\:last\:p-66:last-child{padding:24rem}.lg\:last\:p-px:last-child{padding:1px}.lg\:last\:p-2px:last-child{padding:2px}.lg\:last\:p-84px:last-child{padding:84px}.lg\:last\:p-0\.5:last-child{padding:.2rem}.lg\:last\:p-1\.5:last-child{padding:.45rem}.lg\:last\:p-2\.5:last-child{padding:.625rem}.lg\:last\:p-0\.9rem:last-child{padding:.9rem}.lg\:last\:p--5:last-child{padding:-1.25rem}.lg\:last\:p-5\.5:last-child{padding:1.375rem}.lg\:last\:p--8:last-child{padding:-2rem}.lg\:last\:p-1\/2:last-child{padding:50%}.lg\:last\:p-1\/10:last-child{padding:10%}.lg\:last\:p-1\/3:last-child{padding:33.333333%}.lg\:last\:p-1\/3in9cols:last-child{padding:calc(33.33333% + .41667rem)}.lg\:last\:p-2\/3:last-child{padding:66.666667%}.lg\:last\:p-1\/12:last-child{padding:8.333333%}.lg\:last\:p-2\/12:last-child{padding:16.666667%}.lg\:last\:p-2\/12\+1rem:last-child{padding:calc(16.66667% + 1.0625rem)}.lg\:last\:p-client-center-header:last-child{padding:1.9375rem}.lg\:last\:py-0:last-child{padding-top:0;padding-bottom:0}.lg\:last\:px-0:last-child{padding-left:0;padding-right:0}.lg\:last\:py-1:last-child{padding-top:.25rem;padding-bottom:.25rem}.lg\:last\:px-1:last-child{padding-left:.25rem;padding-right:.25rem}.lg\:last\:py-2:last-child{padding-top:.5rem;padding-bottom:.5rem}.lg\:last\:px-2:last-child{padding-left:.5rem;padding-right:.5rem}.lg\:last\:py-3:last-child{padding-top:.75rem;padding-bottom:.75rem}.lg\:last\:px-3:last-child{padding-left:.75rem;padding-right:.75rem}.lg\:last\:py-4:last-child{padding-top:1rem;padding-bottom:1rem}.lg\:last\:px-4:last-child{padding-left:1rem;padding-right:1rem}.lg\:last\:py-5:last-child{padding-top:1.25rem;padding-bottom:1.25rem}.lg\:last\:px-5:last-child{padding-left:1.25rem;padding-right:1.25rem}.lg\:last\:py-6:last-child{padding-top:1.5rem;padding-bottom:1.5rem}.lg\:last\:px-6:last-child{padding-left:1.5rem;padding-right:1.5rem}.lg\:last\:py-7:last-child{padding-top:1.75rem;padding-bottom:1.75rem}.lg\:last\:px-7:last-child{padding-left:1.75rem;padding-right:1.75rem}.lg\:last\:py-8:last-child{padding-top:2rem;padding-bottom:2rem}.lg\:last\:px-8:last-child{padding-left:2rem;padding-right:2rem}.lg\:last\:py-9:last-child{padding-top:2.25rem;padding-bottom:2.25rem}.lg\:last\:px-9:last-child{padding-left:2.25rem;padding-right:2.25rem}.lg\:last\:py-10:last-child{padding-top:2.5rem;padding-bottom:2.5rem}.lg\:last\:px-10:last-child{padding-left:2.5rem;padding-right:2.5rem}.lg\:last\:py-11:last-child{padding-top:2.75rem;padding-bottom:2.75rem}.lg\:last\:px-11:last-child{padding-left:2.75rem;padding-right:2.75rem}.lg\:last\:py-12:last-child{padding-top:3rem;padding-bottom:3rem}.lg\:last\:px-12:last-child{padding-left:3rem;padding-right:3rem}.lg\:last\:py-15:last-child{padding-top:3.75rem;padding-bottom:3.75rem}.lg\:last\:px-15:last-child{padding-left:3.75rem;padding-right:3.75rem}.lg\:last\:py-16:last-child{padding-top:4rem;padding-bottom:4rem}.lg\:last\:px-16:last-child{padding-left:4rem;padding-right:4rem}.lg\:last\:py-18:last-child{padding-top:4.5rem;padding-bottom:4.5rem}.lg\:last\:px-18:last-child{padding-left:4.5rem;padding-right:4.5rem}.lg\:last\:py-20:last-child{padding-top:5rem;padding-bottom:5rem}.lg\:last\:px-20:last-child{padding-left:5rem;padding-right:5rem}.lg\:last\:py-22:last-child{padding-top:5.5rem;padding-bottom:5.5rem}.lg\:last\:px-22:last-child{padding-left:5.5rem;padding-right:5.5rem}.lg\:last\:py-24:last-child{padding-top:6rem;padding-bottom:6rem}.lg\:last\:px-24:last-child{padding-left:6rem;padding-right:6rem}.lg\:last\:py-25:last-child{padding-top:6.25rem;padding-bottom:6.25rem}.lg\:last\:px-25:last-child{padding-left:6.25rem;padding-right:6.25rem}.lg\:last\:py-28:last-child{padding-top:7rem;padding-bottom:7rem}.lg\:last\:px-28:last-child{padding-left:7rem;padding-right:7rem}.lg\:last\:py-32:last-child{padding-top:8rem;padding-bottom:8rem}.lg\:last\:px-32:last-child{padding-left:8rem;padding-right:8rem}.lg\:last\:py-40:last-child{padding-top:10rem;padding-bottom:10rem}.lg\:last\:px-40:last-child{padding-left:10rem;padding-right:10rem}.lg\:last\:py-44:last-child{padding-top:11rem;padding-bottom:11rem}.lg\:last\:px-44:last-child{padding-left:11rem;padding-right:11rem}.lg\:last\:py-48:last-child{padding-top:12rem;padding-bottom:12rem}.lg\:last\:px-48:last-child{padding-left:12rem;padding-right:12rem}.lg\:last\:py-52:last-child{padding-top:13rem;padding-bottom:13rem}.lg\:last\:px-52:last-child{padding-left:13rem;padding-right:13rem}.lg\:last\:py-56:last-child{padding-top:14rem;padding-bottom:14rem}.lg\:last\:px-56:last-child{padding-left:14rem;padding-right:14rem}.lg\:last\:py-64:last-child{padding-top:16rem;padding-bottom:16rem}.lg\:last\:px-64:last-child{padding-left:16rem;padding-right:16rem}.lg\:last\:py-66:last-child{padding-top:24rem;padding-bottom:24rem}.lg\:last\:px-66:last-child{padding-left:24rem;padding-right:24rem}.lg\:last\:py-px:last-child{padding-top:1px;padding-bottom:1px}.lg\:last\:px-px:last-child{padding-left:1px;padding-right:1px}.lg\:last\:py-2px:last-child{padding-top:2px;padding-bottom:2px}.lg\:last\:px-2px:last-child{padding-left:2px;padding-right:2px}.lg\:last\:py-84px:last-child{padding-top:84px;padding-bottom:84px}.lg\:last\:px-84px:last-child{padding-left:84px;padding-right:84px}.lg\:last\:py-0\.5:last-child{padding-top:.2rem;padding-bottom:.2rem}.lg\:last\:px-0\.5:last-child{padding-left:.2rem;padding-right:.2rem}.lg\:last\:py-1\.5:last-child{padding-top:.45rem;padding-bottom:.45rem}.lg\:last\:px-1\.5:last-child{padding-left:.45rem;padding-right:.45rem}.lg\:last\:py-2\.5:last-child{padding-top:.625rem;padding-bottom:.625rem}.lg\:last\:px-2\.5:last-child{padding-left:.625rem;padding-right:.625rem}.lg\:last\:py-0\.9rem:last-child{padding-top:.9rem;padding-bottom:.9rem}.lg\:last\:px-0\.9rem:last-child{padding-left:.9rem;padding-right:.9rem}.lg\:last\:py--5:last-child{padding-top:-1.25rem;padding-bottom:-1.25rem}.lg\:last\:px--5:last-child{padding-left:-1.25rem;padding-right:-1.25rem}.lg\:last\:py-5\.5:last-child{padding-top:1.375rem;padding-bottom:1.375rem}.lg\:last\:px-5\.5:last-child{padding-left:1.375rem;padding-right:1.375rem}.lg\:last\:py--8:last-child{padding-top:-2rem;padding-bottom:-2rem}.lg\:last\:px--8:last-child{padding-left:-2rem;padding-right:-2rem}.lg\:last\:py-1\/2:last-child{padding-top:50%;padding-bottom:50%}.lg\:last\:px-1\/2:last-child{padding-left:50%;padding-right:50%}.lg\:last\:py-1\/10:last-child{padding-top:10%;padding-bottom:10%}.lg\:last\:px-1\/10:last-child{padding-left:10%;padding-right:10%}.lg\:last\:py-1\/3:last-child{padding-top:33.333333%;padding-bottom:33.333333%}.lg\:last\:px-1\/3:last-child{padding-left:33.333333%;padding-right:33.333333%}.lg\:last\:py-1\/3in9cols:last-child{padding-top:calc(33.33333% + .41667rem);padding-bottom:calc(33.33333% + .41667rem)}.lg\:last\:px-1\/3in9cols:last-child{padding-left:calc(33.33333% + .41667rem);padding-right:calc(33.33333% + .41667rem)}.lg\:last\:py-2\/3:last-child{padding-top:66.666667%;padding-bottom:66.666667%}.lg\:last\:px-2\/3:last-child{padding-left:66.666667%;padding-right:66.666667%}.lg\:last\:py-1\/12:last-child{padding-top:8.333333%;padding-bottom:8.333333%}.lg\:last\:px-1\/12:last-child{padding-left:8.333333%;padding-right:8.333333%}.lg\:last\:py-2\/12:last-child{padding-top:16.666667%;padding-bottom:16.666667%}.lg\:last\:px-2\/12:last-child{padding-left:16.666667%;padding-right:16.666667%}.lg\:last\:py-2\/12\+1rem:last-child{padding-top:calc(16.66667% + 1.0625rem);padding-bottom:calc(16.66667% + 1.0625rem)}.lg\:last\:px-2\/12\+1rem:last-child{padding-left:calc(16.66667% + 1.0625rem);padding-right:calc(16.66667% + 1.0625rem)}.lg\:last\:py-client-center-header:last-child{padding-top:1.9375rem;padding-bottom:1.9375rem}.lg\:last\:px-client-center-header:last-child{padding-left:1.9375rem;padding-right:1.9375rem}.lg\:last\:pt-0:last-child{padding-top:0}.lg\:last\:pr-0:last-child{padding-right:0}.lg\:last\:pb-0:last-child{padding-bottom:0}.lg\:last\:pl-0:last-child{padding-left:0}.lg\:last\:pt-1:last-child{padding-top:.25rem}.lg\:last\:pr-1:last-child{padding-right:.25rem}.lg\:last\:pb-1:last-child{padding-bottom:.25rem}.lg\:last\:pl-1:last-child{padding-left:.25rem}.lg\:last\:pt-2:last-child{padding-top:.5rem}.lg\:last\:pr-2:last-child{padding-right:.5rem}.lg\:last\:pb-2:last-child{padding-bottom:.5rem}.lg\:last\:pl-2:last-child{padding-left:.5rem}.lg\:last\:pt-3:last-child{padding-top:.75rem}.lg\:last\:pr-3:last-child{padding-right:.75rem}.lg\:last\:pb-3:last-child{padding-bottom:.75rem}.lg\:last\:pl-3:last-child{padding-left:.75rem}.lg\:last\:pt-4:last-child{padding-top:1rem}.lg\:last\:pr-4:last-child{padding-right:1rem}.lg\:last\:pb-4:last-child{padding-bottom:1rem}.lg\:last\:pl-4:last-child{padding-left:1rem}.lg\:last\:pt-5:last-child{padding-top:1.25rem}.lg\:last\:pr-5:last-child{padding-right:1.25rem}.lg\:last\:pb-5:last-child{padding-bottom:1.25rem}.lg\:last\:pl-5:last-child{padding-left:1.25rem}.lg\:last\:pt-6:last-child{padding-top:1.5rem}.lg\:last\:pr-6:last-child{padding-right:1.5rem}.lg\:last\:pb-6:last-child{padding-bottom:1.5rem}.lg\:last\:pl-6:last-child{padding-left:1.5rem}.lg\:last\:pt-7:last-child{padding-top:1.75rem}.lg\:last\:pr-7:last-child{padding-right:1.75rem}.lg\:last\:pb-7:last-child{padding-bottom:1.75rem}.lg\:last\:pl-7:last-child{padding-left:1.75rem}.lg\:last\:pt-8:last-child{padding-top:2rem}.lg\:last\:pr-8:last-child{padding-right:2rem}.lg\:last\:pb-8:last-child{padding-bottom:2rem}.lg\:last\:pl-8:last-child{padding-left:2rem}.lg\:last\:pt-9:last-child{padding-top:2.25rem}.lg\:last\:pr-9:last-child{padding-right:2.25rem}.lg\:last\:pb-9:last-child{padding-bottom:2.25rem}.lg\:last\:pl-9:last-child{padding-left:2.25rem}.lg\:last\:pt-10:last-child{padding-top:2.5rem}.lg\:last\:pr-10:last-child{padding-right:2.5rem}.lg\:last\:pb-10:last-child{padding-bottom:2.5rem}.lg\:last\:pl-10:last-child{padding-left:2.5rem}.lg\:last\:pt-11:last-child{padding-top:2.75rem}.lg\:last\:pr-11:last-child{padding-right:2.75rem}.lg\:last\:pb-11:last-child{padding-bottom:2.75rem}.lg\:last\:pl-11:last-child{padding-left:2.75rem}.lg\:last\:pt-12:last-child{padding-top:3rem}.lg\:last\:pr-12:last-child{padding-right:3rem}.lg\:last\:pb-12:last-child{padding-bottom:3rem}.lg\:last\:pl-12:last-child{padding-left:3rem}.lg\:last\:pt-15:last-child{padding-top:3.75rem}.lg\:last\:pr-15:last-child{padding-right:3.75rem}.lg\:last\:pb-15:last-child{padding-bottom:3.75rem}.lg\:last\:pl-15:last-child{padding-left:3.75rem}.lg\:last\:pt-16:last-child{padding-top:4rem}.lg\:last\:pr-16:last-child{padding-right:4rem}.lg\:last\:pb-16:last-child{padding-bottom:4rem}.lg\:last\:pl-16:last-child{padding-left:4rem}.lg\:last\:pt-18:last-child{padding-top:4.5rem}.lg\:last\:pr-18:last-child{padding-right:4.5rem}.lg\:last\:pb-18:last-child{padding-bottom:4.5rem}.lg\:last\:pl-18:last-child{padding-left:4.5rem}.lg\:last\:pt-20:last-child{padding-top:5rem}.lg\:last\:pr-20:last-child{padding-right:5rem}.lg\:last\:pb-20:last-child{padding-bottom:5rem}.lg\:last\:pl-20:last-child{padding-left:5rem}.lg\:last\:pt-22:last-child{padding-top:5.5rem}.lg\:last\:pr-22:last-child{padding-right:5.5rem}.lg\:last\:pb-22:last-child{padding-bottom:5.5rem}.lg\:last\:pl-22:last-child{padding-left:5.5rem}.lg\:last\:pt-24:last-child{padding-top:6rem}.lg\:last\:pr-24:last-child{padding-right:6rem}.lg\:last\:pb-24:last-child{padding-bottom:6rem}.lg\:last\:pl-24:last-child{padding-left:6rem}.lg\:last\:pt-25:last-child{padding-top:6.25rem}.lg\:last\:pr-25:last-child{padding-right:6.25rem}.lg\:last\:pb-25:last-child{padding-bottom:6.25rem}.lg\:last\:pl-25:last-child{padding-left:6.25rem}.lg\:last\:pt-28:last-child{padding-top:7rem}.lg\:last\:pr-28:last-child{padding-right:7rem}.lg\:last\:pb-28:last-child{padding-bottom:7rem}.lg\:last\:pl-28:last-child{padding-left:7rem}.lg\:last\:pt-32:last-child{padding-top:8rem}.lg\:last\:pr-32:last-child{padding-right:8rem}.lg\:last\:pb-32:last-child{padding-bottom:8rem}.lg\:last\:pl-32:last-child{padding-left:8rem}.lg\:last\:pt-40:last-child{padding-top:10rem}.lg\:last\:pr-40:last-child{padding-right:10rem}.lg\:last\:pb-40:last-child{padding-bottom:10rem}.lg\:last\:pl-40:last-child{padding-left:10rem}.lg\:last\:pt-44:last-child{padding-top:11rem}.lg\:last\:pr-44:last-child{padding-right:11rem}.lg\:last\:pb-44:last-child{padding-bottom:11rem}.lg\:last\:pl-44:last-child{padding-left:11rem}.lg\:last\:pt-48:last-child{padding-top:12rem}.lg\:last\:pr-48:last-child{padding-right:12rem}.lg\:last\:pb-48:last-child{padding-bottom:12rem}.lg\:last\:pl-48:last-child{padding-left:12rem}.lg\:last\:pt-52:last-child{padding-top:13rem}.lg\:last\:pr-52:last-child{padding-right:13rem}.lg\:last\:pb-52:last-child{padding-bottom:13rem}.lg\:last\:pl-52:last-child{padding-left:13rem}.lg\:last\:pt-56:last-child{padding-top:14rem}.lg\:last\:pr-56:last-child{padding-right:14rem}.lg\:last\:pb-56:last-child{padding-bottom:14rem}.lg\:last\:pl-56:last-child{padding-left:14rem}.lg\:last\:pt-64:last-child{padding-top:16rem}.lg\:last\:pr-64:last-child{padding-right:16rem}.lg\:last\:pb-64:last-child{padding-bottom:16rem}.lg\:last\:pl-64:last-child{padding-left:16rem}.lg\:last\:pt-66:last-child{padding-top:24rem}.lg\:last\:pr-66:last-child{padding-right:24rem}.lg\:last\:pb-66:last-child{padding-bottom:24rem}.lg\:last\:pl-66:last-child{padding-left:24rem}.lg\:last\:pt-px:last-child{padding-top:1px}.lg\:last\:pr-px:last-child{padding-right:1px}.lg\:last\:pb-px:last-child{padding-bottom:1px}.lg\:last\:pl-px:last-child{padding-left:1px}.lg\:last\:pt-2px:last-child{padding-top:2px}.lg\:last\:pr-2px:last-child{padding-right:2px}.lg\:last\:pb-2px:last-child{padding-bottom:2px}.lg\:last\:pl-2px:last-child{padding-left:2px}.lg\:last\:pt-84px:last-child{padding-top:84px}.lg\:last\:pr-84px:last-child{padding-right:84px}.lg\:last\:pb-84px:last-child{padding-bottom:84px}.lg\:last\:pl-84px:last-child{padding-left:84px}.lg\:last\:pt-0\.5:last-child{padding-top:.2rem}.lg\:last\:pr-0\.5:last-child{padding-right:.2rem}.lg\:last\:pb-0\.5:last-child{padding-bottom:.2rem}.lg\:last\:pl-0\.5:last-child{padding-left:.2rem}.lg\:last\:pt-1\.5:last-child{padding-top:.45rem}.lg\:last\:pr-1\.5:last-child{padding-right:.45rem}.lg\:last\:pb-1\.5:last-child{padding-bottom:.45rem}.lg\:last\:pl-1\.5:last-child{padding-left:.45rem}.lg\:last\:pt-2\.5:last-child{padding-top:.625rem}.lg\:last\:pr-2\.5:last-child{padding-right:.625rem}.lg\:last\:pb-2\.5:last-child{padding-bottom:.625rem}.lg\:last\:pl-2\.5:last-child{padding-left:.625rem}.lg\:last\:pt-0\.9rem:last-child{padding-top:.9rem}.lg\:last\:pr-0\.9rem:last-child{padding-right:.9rem}.lg\:last\:pb-0\.9rem:last-child{padding-bottom:.9rem}.lg\:last\:pl-0\.9rem:last-child{padding-left:.9rem}.lg\:last\:pt--5:last-child{padding-top:-1.25rem}.lg\:last\:pr--5:last-child{padding-right:-1.25rem}.lg\:last\:pb--5:last-child{padding-bottom:-1.25rem}.lg\:last\:pl--5:last-child{padding-left:-1.25rem}.lg\:last\:pt-5\.5:last-child{padding-top:1.375rem}.lg\:last\:pr-5\.5:last-child{padding-right:1.375rem}.lg\:last\:pb-5\.5:last-child{padding-bottom:1.375rem}.lg\:last\:pl-5\.5:last-child{padding-left:1.375rem}.lg\:last\:pt--8:last-child{padding-top:-2rem}.lg\:last\:pr--8:last-child{padding-right:-2rem}.lg\:last\:pb--8:last-child{padding-bottom:-2rem}.lg\:last\:pl--8:last-child{padding-left:-2rem}.lg\:last\:pt-1\/2:last-child{padding-top:50%}.lg\:last\:pr-1\/2:last-child{padding-right:50%}.lg\:last\:pb-1\/2:last-child{padding-bottom:50%}.lg\:last\:pl-1\/2:last-child{padding-left:50%}.lg\:last\:pt-1\/10:last-child{padding-top:10%}.lg\:last\:pr-1\/10:last-child{padding-right:10%}.lg\:last\:pb-1\/10:last-child{padding-bottom:10%}.lg\:last\:pl-1\/10:last-child{padding-left:10%}.lg\:last\:pt-1\/3:last-child{padding-top:33.333333%}.lg\:last\:pr-1\/3:last-child{padding-right:33.333333%}.lg\:last\:pb-1\/3:last-child{padding-bottom:33.333333%}.lg\:last\:pl-1\/3:last-child{padding-left:33.333333%}.lg\:last\:pt-1\/3in9cols:last-child{padding-top:calc(33.33333% + .41667rem)}.lg\:last\:pr-1\/3in9cols:last-child{padding-right:calc(33.33333% + .41667rem)}.lg\:last\:pb-1\/3in9cols:last-child{padding-bottom:calc(33.33333% + .41667rem)}.lg\:last\:pl-1\/3in9cols:last-child{padding-left:calc(33.33333% + .41667rem)}.lg\:last\:pt-2\/3:last-child{padding-top:66.666667%}.lg\:last\:pr-2\/3:last-child{padding-right:66.666667%}.lg\:last\:pb-2\/3:last-child{padding-bottom:66.666667%}.lg\:last\:pl-2\/3:last-child{padding-left:66.666667%}.lg\:last\:pt-1\/12:last-child{padding-top:8.333333%}.lg\:last\:pr-1\/12:last-child{padding-right:8.333333%}.lg\:last\:pb-1\/12:last-child{padding-bottom:8.333333%}.lg\:last\:pl-1\/12:last-child{padding-left:8.333333%}.lg\:last\:pt-2\/12:last-child{padding-top:16.666667%}.lg\:last\:pr-2\/12:last-child{padding-right:16.666667%}.lg\:last\:pb-2\/12:last-child{padding-bottom:16.666667%}.lg\:last\:pl-2\/12:last-child{padding-left:16.666667%}.lg\:last\:pt-2\/12\+1rem:last-child{padding-top:calc(16.66667% + 1.0625rem)}.lg\:last\:pr-2\/12\+1rem:last-child{padding-right:calc(16.66667% + 1.0625rem)}.lg\:last\:pb-2\/12\+1rem:last-child{padding-bottom:calc(16.66667% + 1.0625rem)}.lg\:last\:pl-2\/12\+1rem:last-child{padding-left:calc(16.66667% + 1.0625rem)}.lg\:last\:pt-client-center-header:last-child{padding-top:1.9375rem}.lg\:last\:pr-client-center-header:last-child{padding-right:1.9375rem}.lg\:last\:pb-client-center-header:last-child{padding-bottom:1.9375rem}.lg\:last\:pl-client-center-header:last-child{padding-left:1.9375rem}.lg\:first\:p-0:first-child{padding:0}.lg\:first\:p-1:first-child{padding:.25rem}.lg\:first\:p-2:first-child{padding:.5rem}.lg\:first\:p-3:first-child{padding:.75rem}.lg\:first\:p-4:first-child{padding:1rem}.lg\:first\:p-5:first-child{padding:1.25rem}.lg\:first\:p-6:first-child{padding:1.5rem}.lg\:first\:p-7:first-child{padding:1.75rem}.lg\:first\:p-8:first-child{padding:2rem}.lg\:first\:p-9:first-child{padding:2.25rem}.lg\:first\:p-10:first-child{padding:2.5rem}.lg\:first\:p-11:first-child{padding:2.75rem}.lg\:first\:p-12:first-child{padding:3rem}.lg\:first\:p-15:first-child{padding:3.75rem}.lg\:first\:p-16:first-child{padding:4rem}.lg\:first\:p-18:first-child{padding:4.5rem}.lg\:first\:p-20:first-child{padding:5rem}.lg\:first\:p-22:first-child{padding:5.5rem}.lg\:first\:p-24:first-child{padding:6rem}.lg\:first\:p-25:first-child{padding:6.25rem}.lg\:first\:p-28:first-child{padding:7rem}.lg\:first\:p-32:first-child{padding:8rem}.lg\:first\:p-40:first-child{padding:10rem}.lg\:first\:p-44:first-child{padding:11rem}.lg\:first\:p-48:first-child{padding:12rem}.lg\:first\:p-52:first-child{padding:13rem}.lg\:first\:p-56:first-child{padding:14rem}.lg\:first\:p-64:first-child{padding:16rem}.lg\:first\:p-66:first-child{padding:24rem}.lg\:first\:p-px:first-child{padding:1px}.lg\:first\:p-2px:first-child{padding:2px}.lg\:first\:p-84px:first-child{padding:84px}.lg\:first\:p-0\.5:first-child{padding:.2rem}.lg\:first\:p-1\.5:first-child{padding:.45rem}.lg\:first\:p-2\.5:first-child{padding:.625rem}.lg\:first\:p-0\.9rem:first-child{padding:.9rem}.lg\:first\:p--5:first-child{padding:-1.25rem}.lg\:first\:p-5\.5:first-child{padding:1.375rem}.lg\:first\:p--8:first-child{padding:-2rem}.lg\:first\:p-1\/2:first-child{padding:50%}.lg\:first\:p-1\/10:first-child{padding:10%}.lg\:first\:p-1\/3:first-child{padding:33.333333%}.lg\:first\:p-1\/3in9cols:first-child{padding:calc(33.33333% + .41667rem)}.lg\:first\:p-2\/3:first-child{padding:66.666667%}.lg\:first\:p-1\/12:first-child{padding:8.333333%}.lg\:first\:p-2\/12:first-child{padding:16.666667%}.lg\:first\:p-2\/12\+1rem:first-child{padding:calc(16.66667% + 1.0625rem)}.lg\:first\:p-client-center-header:first-child{padding:1.9375rem}.lg\:first\:py-0:first-child{padding-top:0;padding-bottom:0}.lg\:first\:px-0:first-child{padding-left:0;padding-right:0}.lg\:first\:py-1:first-child{padding-top:.25rem;padding-bottom:.25rem}.lg\:first\:px-1:first-child{padding-left:.25rem;padding-right:.25rem}.lg\:first\:py-2:first-child{padding-top:.5rem;padding-bottom:.5rem}.lg\:first\:px-2:first-child{padding-left:.5rem;padding-right:.5rem}.lg\:first\:py-3:first-child{padding-top:.75rem;padding-bottom:.75rem}.lg\:first\:px-3:first-child{padding-left:.75rem;padding-right:.75rem}.lg\:first\:py-4:first-child{padding-top:1rem;padding-bottom:1rem}.lg\:first\:px-4:first-child{padding-left:1rem;padding-right:1rem}.lg\:first\:py-5:first-child{padding-top:1.25rem;padding-bottom:1.25rem}.lg\:first\:px-5:first-child{padding-left:1.25rem;padding-right:1.25rem}.lg\:first\:py-6:first-child{padding-top:1.5rem;padding-bottom:1.5rem}.lg\:first\:px-6:first-child{padding-left:1.5rem;padding-right:1.5rem}.lg\:first\:py-7:first-child{padding-top:1.75rem;padding-bottom:1.75rem}.lg\:first\:px-7:first-child{padding-left:1.75rem;padding-right:1.75rem}.lg\:first\:py-8:first-child{padding-top:2rem;padding-bottom:2rem}.lg\:first\:px-8:first-child{padding-left:2rem;padding-right:2rem}.lg\:first\:py-9:first-child{padding-top:2.25rem;padding-bottom:2.25rem}.lg\:first\:px-9:first-child{padding-left:2.25rem;padding-right:2.25rem}.lg\:first\:py-10:first-child{padding-top:2.5rem;padding-bottom:2.5rem}.lg\:first\:px-10:first-child{padding-left:2.5rem;padding-right:2.5rem}.lg\:first\:py-11:first-child{padding-top:2.75rem;padding-bottom:2.75rem}.lg\:first\:px-11:first-child{padding-left:2.75rem;padding-right:2.75rem}.lg\:first\:py-12:first-child{padding-top:3rem;padding-bottom:3rem}.lg\:first\:px-12:first-child{padding-left:3rem;padding-right:3rem}.lg\:first\:py-15:first-child{padding-top:3.75rem;padding-bottom:3.75rem}.lg\:first\:px-15:first-child{padding-left:3.75rem;padding-right:3.75rem}.lg\:first\:py-16:first-child{padding-top:4rem;padding-bottom:4rem}.lg\:first\:px-16:first-child{padding-left:4rem;padding-right:4rem}.lg\:first\:py-18:first-child{padding-top:4.5rem;padding-bottom:4.5rem}.lg\:first\:px-18:first-child{padding-left:4.5rem;padding-right:4.5rem}.lg\:first\:py-20:first-child{padding-top:5rem;padding-bottom:5rem}.lg\:first\:px-20:first-child{padding-left:5rem;padding-right:5rem}.lg\:first\:py-22:first-child{padding-top:5.5rem;padding-bottom:5.5rem}.lg\:first\:px-22:first-child{padding-left:5.5rem;padding-right:5.5rem}.lg\:first\:py-24:first-child{padding-top:6rem;padding-bottom:6rem}.lg\:first\:px-24:first-child{padding-left:6rem;padding-right:6rem}.lg\:first\:py-25:first-child{padding-top:6.25rem;padding-bottom:6.25rem}.lg\:first\:px-25:first-child{padding-left:6.25rem;padding-right:6.25rem}.lg\:first\:py-28:first-child{padding-top:7rem;padding-bottom:7rem}.lg\:first\:px-28:first-child{padding-left:7rem;padding-right:7rem}.lg\:first\:py-32:first-child{padding-top:8rem;padding-bottom:8rem}.lg\:first\:px-32:first-child{padding-left:8rem;padding-right:8rem}.lg\:first\:py-40:first-child{padding-top:10rem;padding-bottom:10rem}.lg\:first\:px-40:first-child{padding-left:10rem;padding-right:10rem}.lg\:first\:py-44:first-child{padding-top:11rem;padding-bottom:11rem}.lg\:first\:px-44:first-child{padding-left:11rem;padding-right:11rem}.lg\:first\:py-48:first-child{padding-top:12rem;padding-bottom:12rem}.lg\:first\:px-48:first-child{padding-left:12rem;padding-right:12rem}.lg\:first\:py-52:first-child{padding-top:13rem;padding-bottom:13rem}.lg\:first\:px-52:first-child{padding-left:13rem;padding-right:13rem}.lg\:first\:py-56:first-child{padding-top:14rem;padding-bottom:14rem}.lg\:first\:px-56:first-child{padding-left:14rem;padding-right:14rem}.lg\:first\:py-64:first-child{padding-top:16rem;padding-bottom:16rem}.lg\:first\:px-64:first-child{padding-left:16rem;padding-right:16rem}.lg\:first\:py-66:first-child{padding-top:24rem;padding-bottom:24rem}.lg\:first\:px-66:first-child{padding-left:24rem;padding-right:24rem}.lg\:first\:py-px:first-child{padding-top:1px;padding-bottom:1px}.lg\:first\:px-px:first-child{padding-left:1px;padding-right:1px}.lg\:first\:py-2px:first-child{padding-top:2px;padding-bottom:2px}.lg\:first\:px-2px:first-child{padding-left:2px;padding-right:2px}.lg\:first\:py-84px:first-child{padding-top:84px;padding-bottom:84px}.lg\:first\:px-84px:first-child{padding-left:84px;padding-right:84px}.lg\:first\:py-0\.5:first-child{padding-top:.2rem;padding-bottom:.2rem}.lg\:first\:px-0\.5:first-child{padding-left:.2rem;padding-right:.2rem}.lg\:first\:py-1\.5:first-child{padding-top:.45rem;padding-bottom:.45rem}.lg\:first\:px-1\.5:first-child{padding-left:.45rem;padding-right:.45rem}.lg\:first\:py-2\.5:first-child{padding-top:.625rem;padding-bottom:.625rem}.lg\:first\:px-2\.5:first-child{padding-left:.625rem;padding-right:.625rem}.lg\:first\:py-0\.9rem:first-child{padding-top:.9rem;padding-bottom:.9rem}.lg\:first\:px-0\.9rem:first-child{padding-left:.9rem;padding-right:.9rem}.lg\:first\:py--5:first-child{padding-top:-1.25rem;padding-bottom:-1.25rem}.lg\:first\:px--5:first-child{padding-left:-1.25rem;padding-right:-1.25rem}.lg\:first\:py-5\.5:first-child{padding-top:1.375rem;padding-bottom:1.375rem}.lg\:first\:px-5\.5:first-child{padding-left:1.375rem;padding-right:1.375rem}.lg\:first\:py--8:first-child{padding-top:-2rem;padding-bottom:-2rem}.lg\:first\:px--8:first-child{padding-left:-2rem;padding-right:-2rem}.lg\:first\:py-1\/2:first-child{padding-top:50%;padding-bottom:50%}.lg\:first\:px-1\/2:first-child{padding-left:50%;padding-right:50%}.lg\:first\:py-1\/10:first-child{padding-top:10%;padding-bottom:10%}.lg\:first\:px-1\/10:first-child{padding-left:10%;padding-right:10%}.lg\:first\:py-1\/3:first-child{padding-top:33.333333%;padding-bottom:33.333333%}.lg\:first\:px-1\/3:first-child{padding-left:33.333333%;padding-right:33.333333%}.lg\:first\:py-1\/3in9cols:first-child{padding-top:calc(33.33333% + .41667rem);padding-bottom:calc(33.33333% + .41667rem)}.lg\:first\:px-1\/3in9cols:first-child{padding-left:calc(33.33333% + .41667rem);padding-right:calc(33.33333% + .41667rem)}.lg\:first\:py-2\/3:first-child{padding-top:66.666667%;padding-bottom:66.666667%}.lg\:first\:px-2\/3:first-child{padding-left:66.666667%;padding-right:66.666667%}.lg\:first\:py-1\/12:first-child{padding-top:8.333333%;padding-bottom:8.333333%}.lg\:first\:px-1\/12:first-child{padding-left:8.333333%;padding-right:8.333333%}.lg\:first\:py-2\/12:first-child{padding-top:16.666667%;padding-bottom:16.666667%}.lg\:first\:px-2\/12:first-child{padding-left:16.666667%;padding-right:16.666667%}.lg\:first\:py-2\/12\+1rem:first-child{padding-top:calc(16.66667% + 1.0625rem);padding-bottom:calc(16.66667% + 1.0625rem)}.lg\:first\:px-2\/12\+1rem:first-child{padding-left:calc(16.66667% + 1.0625rem);padding-right:calc(16.66667% + 1.0625rem)}.lg\:first\:py-client-center-header:first-child{padding-top:1.9375rem;padding-bottom:1.9375rem}.lg\:first\:px-client-center-header:first-child{padding-left:1.9375rem;padding-right:1.9375rem}.lg\:first\:pt-0:first-child{padding-top:0}.lg\:first\:pr-0:first-child{padding-right:0}.lg\:first\:pb-0:first-child{padding-bottom:0}.lg\:first\:pl-0:first-child{padding-left:0}.lg\:first\:pt-1:first-child{padding-top:.25rem}.lg\:first\:pr-1:first-child{padding-right:.25rem}.lg\:first\:pb-1:first-child{padding-bottom:.25rem}.lg\:first\:pl-1:first-child{padding-left:.25rem}.lg\:first\:pt-2:first-child{padding-top:.5rem}.lg\:first\:pr-2:first-child{padding-right:.5rem}.lg\:first\:pb-2:first-child{padding-bottom:.5rem}.lg\:first\:pl-2:first-child{padding-left:.5rem}.lg\:first\:pt-3:first-child{padding-top:.75rem}.lg\:first\:pr-3:first-child{padding-right:.75rem}.lg\:first\:pb-3:first-child{padding-bottom:.75rem}.lg\:first\:pl-3:first-child{padding-left:.75rem}.lg\:first\:pt-4:first-child{padding-top:1rem}.lg\:first\:pr-4:first-child{padding-right:1rem}.lg\:first\:pb-4:first-child{padding-bottom:1rem}.lg\:first\:pl-4:first-child{padding-left:1rem}.lg\:first\:pt-5:first-child{padding-top:1.25rem}.lg\:first\:pr-5:first-child{padding-right:1.25rem}.lg\:first\:pb-5:first-child{padding-bottom:1.25rem}.lg\:first\:pl-5:first-child{padding-left:1.25rem}.lg\:first\:pt-6:first-child{padding-top:1.5rem}.lg\:first\:pr-6:first-child{padding-right:1.5rem}.lg\:first\:pb-6:first-child{padding-bottom:1.5rem}.lg\:first\:pl-6:first-child{padding-left:1.5rem}.lg\:first\:pt-7:first-child{padding-top:1.75rem}.lg\:first\:pr-7:first-child{padding-right:1.75rem}.lg\:first\:pb-7:first-child{padding-bottom:1.75rem}.lg\:first\:pl-7:first-child{padding-left:1.75rem}.lg\:first\:pt-8:first-child{padding-top:2rem}.lg\:first\:pr-8:first-child{padding-right:2rem}.lg\:first\:pb-8:first-child{padding-bottom:2rem}.lg\:first\:pl-8:first-child{padding-left:2rem}.lg\:first\:pt-9:first-child{padding-top:2.25rem}.lg\:first\:pr-9:first-child{padding-right:2.25rem}.lg\:first\:pb-9:first-child{padding-bottom:2.25rem}.lg\:first\:pl-9:first-child{padding-left:2.25rem}.lg\:first\:pt-10:first-child{padding-top:2.5rem}.lg\:first\:pr-10:first-child{padding-right:2.5rem}.lg\:first\:pb-10:first-child{padding-bottom:2.5rem}.lg\:first\:pl-10:first-child{padding-left:2.5rem}.lg\:first\:pt-11:first-child{padding-top:2.75rem}.lg\:first\:pr-11:first-child{padding-right:2.75rem}.lg\:first\:pb-11:first-child{padding-bottom:2.75rem}.lg\:first\:pl-11:first-child{padding-left:2.75rem}.lg\:first\:pt-12:first-child{padding-top:3rem}.lg\:first\:pr-12:first-child{padding-right:3rem}.lg\:first\:pb-12:first-child{padding-bottom:3rem}.lg\:first\:pl-12:first-child{padding-left:3rem}.lg\:first\:pt-15:first-child{padding-top:3.75rem}.lg\:first\:pr-15:first-child{padding-right:3.75rem}.lg\:first\:pb-15:first-child{padding-bottom:3.75rem}.lg\:first\:pl-15:first-child{padding-left:3.75rem}.lg\:first\:pt-16:first-child{padding-top:4rem}.lg\:first\:pr-16:first-child{padding-right:4rem}.lg\:first\:pb-16:first-child{padding-bottom:4rem}.lg\:first\:pl-16:first-child{padding-left:4rem}.lg\:first\:pt-18:first-child{padding-top:4.5rem}.lg\:first\:pr-18:first-child{padding-right:4.5rem}.lg\:first\:pb-18:first-child{padding-bottom:4.5rem}.lg\:first\:pl-18:first-child{padding-left:4.5rem}.lg\:first\:pt-20:first-child{padding-top:5rem}.lg\:first\:pr-20:first-child{padding-right:5rem}.lg\:first\:pb-20:first-child{padding-bottom:5rem}.lg\:first\:pl-20:first-child{padding-left:5rem}.lg\:first\:pt-22:first-child{padding-top:5.5rem}.lg\:first\:pr-22:first-child{padding-right:5.5rem}.lg\:first\:pb-22:first-child{padding-bottom:5.5rem}.lg\:first\:pl-22:first-child{padding-left:5.5rem}.lg\:first\:pt-24:first-child{padding-top:6rem}.lg\:first\:pr-24:first-child{padding-right:6rem}.lg\:first\:pb-24:first-child{padding-bottom:6rem}.lg\:first\:pl-24:first-child{padding-left:6rem}.lg\:first\:pt-25:first-child{padding-top:6.25rem}.lg\:first\:pr-25:first-child{padding-right:6.25rem}.lg\:first\:pb-25:first-child{padding-bottom:6.25rem}.lg\:first\:pl-25:first-child{padding-left:6.25rem}.lg\:first\:pt-28:first-child{padding-top:7rem}.lg\:first\:pr-28:first-child{padding-right:7rem}.lg\:first\:pb-28:first-child{padding-bottom:7rem}.lg\:first\:pl-28:first-child{padding-left:7rem}.lg\:first\:pt-32:first-child{padding-top:8rem}.lg\:first\:pr-32:first-child{padding-right:8rem}.lg\:first\:pb-32:first-child{padding-bottom:8rem}.lg\:first\:pl-32:first-child{padding-left:8rem}.lg\:first\:pt-40:first-child{padding-top:10rem}.lg\:first\:pr-40:first-child{padding-right:10rem}.lg\:first\:pb-40:first-child{padding-bottom:10rem}.lg\:first\:pl-40:first-child{padding-left:10rem}.lg\:first\:pt-44:first-child{padding-top:11rem}.lg\:first\:pr-44:first-child{padding-right:11rem}.lg\:first\:pb-44:first-child{padding-bottom:11rem}.lg\:first\:pl-44:first-child{padding-left:11rem}.lg\:first\:pt-48:first-child{padding-top:12rem}.lg\:first\:pr-48:first-child{padding-right:12rem}.lg\:first\:pb-48:first-child{padding-bottom:12rem}.lg\:first\:pl-48:first-child{padding-left:12rem}.lg\:first\:pt-52:first-child{padding-top:13rem}.lg\:first\:pr-52:first-child{padding-right:13rem}.lg\:first\:pb-52:first-child{padding-bottom:13rem}.lg\:first\:pl-52:first-child{padding-left:13rem}.lg\:first\:pt-56:first-child{padding-top:14rem}.lg\:first\:pr-56:first-child{padding-right:14rem}.lg\:first\:pb-56:first-child{padding-bottom:14rem}.lg\:first\:pl-56:first-child{padding-left:14rem}.lg\:first\:pt-64:first-child{padding-top:16rem}.lg\:first\:pr-64:first-child{padding-right:16rem}.lg\:first\:pb-64:first-child{padding-bottom:16rem}.lg\:first\:pl-64:first-child{padding-left:16rem}.lg\:first\:pt-66:first-child{padding-top:24rem}.lg\:first\:pr-66:first-child{padding-right:24rem}.lg\:first\:pb-66:first-child{padding-bottom:24rem}.lg\:first\:pl-66:first-child{padding-left:24rem}.lg\:first\:pt-px:first-child{padding-top:1px}.lg\:first\:pr-px:first-child{padding-right:1px}.lg\:first\:pb-px:first-child{padding-bottom:1px}.lg\:first\:pl-px:first-child{padding-left:1px}.lg\:first\:pt-2px:first-child{padding-top:2px}.lg\:first\:pr-2px:first-child{padding-right:2px}.lg\:first\:pb-2px:first-child{padding-bottom:2px}.lg\:first\:pl-2px:first-child{padding-left:2px}.lg\:first\:pt-84px:first-child{padding-top:84px}.lg\:first\:pr-84px:first-child{padding-right:84px}.lg\:first\:pb-84px:first-child{padding-bottom:84px}.lg\:first\:pl-84px:first-child{padding-left:84px}.lg\:first\:pt-0\.5:first-child{padding-top:.2rem}.lg\:first\:pr-0\.5:first-child{padding-right:.2rem}.lg\:first\:pb-0\.5:first-child{padding-bottom:.2rem}.lg\:first\:pl-0\.5:first-child{padding-left:.2rem}.lg\:first\:pt-1\.5:first-child{padding-top:.45rem}.lg\:first\:pr-1\.5:first-child{padding-right:.45rem}.lg\:first\:pb-1\.5:first-child{padding-bottom:.45rem}.lg\:first\:pl-1\.5:first-child{padding-left:.45rem}.lg\:first\:pt-2\.5:first-child{padding-top:.625rem}.lg\:first\:pr-2\.5:first-child{padding-right:.625rem}.lg\:first\:pb-2\.5:first-child{padding-bottom:.625rem}.lg\:first\:pl-2\.5:first-child{padding-left:.625rem}.lg\:first\:pt-0\.9rem:first-child{padding-top:.9rem}.lg\:first\:pr-0\.9rem:first-child{padding-right:.9rem}.lg\:first\:pb-0\.9rem:first-child{padding-bottom:.9rem}.lg\:first\:pl-0\.9rem:first-child{padding-left:.9rem}.lg\:first\:pt--5:first-child{padding-top:-1.25rem}.lg\:first\:pr--5:first-child{padding-right:-1.25rem}.lg\:first\:pb--5:first-child{padding-bottom:-1.25rem}.lg\:first\:pl--5:first-child{padding-left:-1.25rem}.lg\:first\:pt-5\.5:first-child{padding-top:1.375rem}.lg\:first\:pr-5\.5:first-child{padding-right:1.375rem}.lg\:first\:pb-5\.5:first-child{padding-bottom:1.375rem}.lg\:first\:pl-5\.5:first-child{padding-left:1.375rem}.lg\:first\:pt--8:first-child{padding-top:-2rem}.lg\:first\:pr--8:first-child{padding-right:-2rem}.lg\:first\:pb--8:first-child{padding-bottom:-2rem}.lg\:first\:pl--8:first-child{padding-left:-2rem}.lg\:first\:pt-1\/2:first-child{padding-top:50%}.lg\:first\:pr-1\/2:first-child{padding-right:50%}.lg\:first\:pb-1\/2:first-child{padding-bottom:50%}.lg\:first\:pl-1\/2:first-child{padding-left:50%}.lg\:first\:pt-1\/10:first-child{padding-top:10%}.lg\:first\:pr-1\/10:first-child{padding-right:10%}.lg\:first\:pb-1\/10:first-child{padding-bottom:10%}.lg\:first\:pl-1\/10:first-child{padding-left:10%}.lg\:first\:pt-1\/3:first-child{padding-top:33.333333%}.lg\:first\:pr-1\/3:first-child{padding-right:33.333333%}.lg\:first\:pb-1\/3:first-child{padding-bottom:33.333333%}.lg\:first\:pl-1\/3:first-child{padding-left:33.333333%}.lg\:first\:pt-1\/3in9cols:first-child{padding-top:calc(33.33333% + .41667rem)}.lg\:first\:pr-1\/3in9cols:first-child{padding-right:calc(33.33333% + .41667rem)}.lg\:first\:pb-1\/3in9cols:first-child{padding-bottom:calc(33.33333% + .41667rem)}.lg\:first\:pl-1\/3in9cols:first-child{padding-left:calc(33.33333% + .41667rem)}.lg\:first\:pt-2\/3:first-child{padding-top:66.666667%}.lg\:first\:pr-2\/3:first-child{padding-right:66.666667%}.lg\:first\:pb-2\/3:first-child{padding-bottom:66.666667%}.lg\:first\:pl-2\/3:first-child{padding-left:66.666667%}.lg\:first\:pt-1\/12:first-child{padding-top:8.333333%}.lg\:first\:pr-1\/12:first-child{padding-right:8.333333%}.lg\:first\:pb-1\/12:first-child{padding-bottom:8.333333%}.lg\:first\:pl-1\/12:first-child{padding-left:8.333333%}.lg\:first\:pt-2\/12:first-child{padding-top:16.666667%}.lg\:first\:pr-2\/12:first-child{padding-right:16.666667%}.lg\:first\:pb-2\/12:first-child{padding-bottom:16.666667%}.lg\:first\:pl-2\/12:first-child{padding-left:16.666667%}.lg\:first\:pt-2\/12\+1rem:first-child{padding-top:calc(16.66667% + 1.0625rem)}.lg\:first\:pr-2\/12\+1rem:first-child{padding-right:calc(16.66667% + 1.0625rem)}.lg\:first\:pb-2\/12\+1rem:first-child{padding-bottom:calc(16.66667% + 1.0625rem)}.lg\:first\:pl-2\/12\+1rem:first-child{padding-left:calc(16.66667% + 1.0625rem)}.lg\:first\:pt-client-center-header:first-child{padding-top:1.9375rem}.lg\:first\:pr-client-center-header:first-child{padding-right:1.9375rem}.lg\:first\:pb-client-center-header:first-child{padding-bottom:1.9375rem}.lg\:first\:pl-client-center-header:first-child{padding-left:1.9375rem}.lg\:placeholder-transparent::-moz-placeholder{color:transparent}.lg\:placeholder-transparent:-ms-input-placeholder{color:transparent}.lg\:placeholder-transparent::-ms-input-placeholder{color:transparent}.lg\:placeholder-transparent::placeholder{color:transparent}.lg\:placeholder-current::-moz-placeholder{color:currentColor}.lg\:placeholder-current:-ms-input-placeholder{color:currentColor}.lg\:placeholder-current::-ms-input-placeholder{color:currentColor}.lg\:placeholder-current::placeholder{color:currentColor}.lg\:placeholder-black::-moz-placeholder{--placeholder-opacity:1;color:#000;color:rgba(0,0,0,var(--placeholder-opacity))}.lg\:placeholder-black:-ms-input-placeholder{--placeholder-opacity:1;color:#000;color:rgba(0,0,0,var(--placeholder-opacity))}.lg\:placeholder-black::-ms-input-placeholder{--placeholder-opacity:1;color:#000;color:rgba(0,0,0,var(--placeholder-opacity))}.lg\:placeholder-black::placeholder{--placeholder-opacity:1;color:#000;color:rgba(0,0,0,var(--placeholder-opacity))}.lg\:placeholder-white::-moz-placeholder{--placeholder-opacity:1;color:#fff;color:rgba(255,255,255,var(--placeholder-opacity))}.lg\:placeholder-white:-ms-input-placeholder{--placeholder-opacity:1;color:#fff;color:rgba(255,255,255,var(--placeholder-opacity))}.lg\:placeholder-white::-ms-input-placeholder{--placeholder-opacity:1;color:#fff;color:rgba(255,255,255,var(--placeholder-opacity))}.lg\:placeholder-white::placeholder{--placeholder-opacity:1;color:#fff;color:rgba(255,255,255,var(--placeholder-opacity))}.lg\:placeholder-gray-100::-moz-placeholder{--placeholder-opacity:1;color:silver;color:rgba(192,192,192,var(--placeholder-opacity))}.lg\:placeholder-gray-100:-ms-input-placeholder{--placeholder-opacity:1;color:silver;color:rgba(192,192,192,var(--placeholder-opacity))}.lg\:placeholder-gray-100::-ms-input-placeholder{--placeholder-opacity:1;color:silver;color:rgba(192,192,192,var(--placeholder-opacity))}.lg\:placeholder-gray-100::placeholder{--placeholder-opacity:1;color:silver;color:rgba(192,192,192,var(--placeholder-opacity))}.lg\:placeholder-gray-200::-moz-placeholder{--placeholder-opacity:1;color:#e7e6e6;color:rgba(231,230,230,var(--placeholder-opacity))}.lg\:placeholder-gray-200:-ms-input-placeholder{--placeholder-opacity:1;color:#e7e6e6;color:rgba(231,230,230,var(--placeholder-opacity))}.lg\:placeholder-gray-200::-ms-input-placeholder{--placeholder-opacity:1;color:#e7e6e6;color:rgba(231,230,230,var(--placeholder-opacity))}.lg\:placeholder-gray-200::placeholder{--placeholder-opacity:1;color:#e7e6e6;color:rgba(231,230,230,var(--placeholder-opacity))}.lg\:placeholder-gray-250::-moz-placeholder{--placeholder-opacity:1;color:#fafafa;color:rgba(250,250,250,var(--placeholder-opacity))}.lg\:placeholder-gray-250:-ms-input-placeholder{--placeholder-opacity:1;color:#fafafa;color:rgba(250,250,250,var(--placeholder-opacity))}.lg\:placeholder-gray-250::-ms-input-placeholder{--placeholder-opacity:1;color:#fafafa;color:rgba(250,250,250,var(--placeholder-opacity))}.lg\:placeholder-gray-250::placeholder{--placeholder-opacity:1;color:#fafafa;color:rgba(250,250,250,var(--placeholder-opacity))}.lg\:placeholder-gray-300::-moz-placeholder{--placeholder-opacity:1;color:#dbd9d9;color:rgba(219,217,217,var(--placeholder-opacity))}.lg\:placeholder-gray-300:-ms-input-placeholder{--placeholder-opacity:1;color:#dbd9d9;color:rgba(219,217,217,var(--placeholder-opacity))}.lg\:placeholder-gray-300::-ms-input-placeholder{--placeholder-opacity:1;color:#dbd9d9;color:rgba(219,217,217,var(--placeholder-opacity))}.lg\:placeholder-gray-300::placeholder{--placeholder-opacity:1;color:#dbd9d9;color:rgba(219,217,217,var(--placeholder-opacity))}.lg\:placeholder-gray-400::-moz-placeholder{--placeholder-opacity:1;color:#bbb;color:rgba(187,187,187,var(--placeholder-opacity))}.lg\:placeholder-gray-400:-ms-input-placeholder{--placeholder-opacity:1;color:#bbb;color:rgba(187,187,187,var(--placeholder-opacity))}.lg\:placeholder-gray-400::-ms-input-placeholder{--placeholder-opacity:1;color:#bbb;color:rgba(187,187,187,var(--placeholder-opacity))}.lg\:placeholder-gray-400::placeholder{--placeholder-opacity:1;color:#bbb;color:rgba(187,187,187,var(--placeholder-opacity))}.lg\:placeholder-gray-500::-moz-placeholder{--placeholder-opacity:1;color:#ccc;color:rgba(204,204,204,var(--placeholder-opacity))}.lg\:placeholder-gray-500:-ms-input-placeholder{--placeholder-opacity:1;color:#ccc;color:rgba(204,204,204,var(--placeholder-opacity))}.lg\:placeholder-gray-500::-ms-input-placeholder{--placeholder-opacity:1;color:#ccc;color:rgba(204,204,204,var(--placeholder-opacity))}.lg\:placeholder-gray-500::placeholder{--placeholder-opacity:1;color:#ccc;color:rgba(204,204,204,var(--placeholder-opacity))}.lg\:placeholder-gray-550::-moz-placeholder{--placeholder-opacity:1;color:#efefef;color:rgba(239,239,239,var(--placeholder-opacity))}.lg\:placeholder-gray-550:-ms-input-placeholder{--placeholder-opacity:1;color:#efefef;color:rgba(239,239,239,var(--placeholder-opacity))}.lg\:placeholder-gray-550::-ms-input-placeholder{--placeholder-opacity:1;color:#efefef;color:rgba(239,239,239,var(--placeholder-opacity))}.lg\:placeholder-gray-550::placeholder{--placeholder-opacity:1;color:#efefef;color:rgba(239,239,239,var(--placeholder-opacity))}.lg\:placeholder-gray-600::-moz-placeholder{--placeholder-opacity:1;color:#8e8e8e;color:rgba(142,142,142,var(--placeholder-opacity))}.lg\:placeholder-gray-600:-ms-input-placeholder{--placeholder-opacity:1;color:#8e8e8e;color:rgba(142,142,142,var(--placeholder-opacity))}.lg\:placeholder-gray-600::-ms-input-placeholder{--placeholder-opacity:1;color:#8e8e8e;color:rgba(142,142,142,var(--placeholder-opacity))}.lg\:placeholder-gray-600::placeholder{--placeholder-opacity:1;color:#8e8e8e;color:rgba(142,142,142,var(--placeholder-opacity))}.lg\:placeholder-gray-650::-moz-placeholder{--placeholder-opacity:1;color:#8d8d8d;color:rgba(141,141,141,var(--placeholder-opacity))}.lg\:placeholder-gray-650:-ms-input-placeholder{--placeholder-opacity:1;color:#8d8d8d;color:rgba(141,141,141,var(--placeholder-opacity))}.lg\:placeholder-gray-650::-ms-input-placeholder{--placeholder-opacity:1;color:#8d8d8d;color:rgba(141,141,141,var(--placeholder-opacity))}.lg\:placeholder-gray-650::placeholder{--placeholder-opacity:1;color:#8d8d8d;color:rgba(141,141,141,var(--placeholder-opacity))}.lg\:placeholder-gray-700::-moz-placeholder{--placeholder-opacity:1;color:#6e6e6e;color:rgba(110,110,110,var(--placeholder-opacity))}.lg\:placeholder-gray-700:-ms-input-placeholder{--placeholder-opacity:1;color:#6e6e6e;color:rgba(110,110,110,var(--placeholder-opacity))}.lg\:placeholder-gray-700::-ms-input-placeholder{--placeholder-opacity:1;color:#6e6e6e;color:rgba(110,110,110,var(--placeholder-opacity))}.lg\:placeholder-gray-700::placeholder{--placeholder-opacity:1;color:#6e6e6e;color:rgba(110,110,110,var(--placeholder-opacity))}.lg\:placeholder-gray-750::-moz-placeholder{--placeholder-opacity:1;color:#4a4a4a;color:rgba(74,74,74,var(--placeholder-opacity))}.lg\:placeholder-gray-750:-ms-input-placeholder{--placeholder-opacity:1;color:#4a4a4a;color:rgba(74,74,74,var(--placeholder-opacity))}.lg\:placeholder-gray-750::-ms-input-placeholder{--placeholder-opacity:1;color:#4a4a4a;color:rgba(74,74,74,var(--placeholder-opacity))}.lg\:placeholder-gray-750::placeholder{--placeholder-opacity:1;color:#4a4a4a;color:rgba(74,74,74,var(--placeholder-opacity))}.lg\:placeholder-gray-800::-moz-placeholder{--placeholder-opacity:1;color:#313131;color:rgba(49,49,49,var(--placeholder-opacity))}.lg\:placeholder-gray-800:-ms-input-placeholder{--placeholder-opacity:1;color:#313131;color:rgba(49,49,49,var(--placeholder-opacity))}.lg\:placeholder-gray-800::-ms-input-placeholder{--placeholder-opacity:1;color:#313131;color:rgba(49,49,49,var(--placeholder-opacity))}.lg\:placeholder-gray-800::placeholder{--placeholder-opacity:1;color:#313131;color:rgba(49,49,49,var(--placeholder-opacity))}.lg\:placeholder-gray-900::-moz-placeholder{--placeholder-opacity:1;color:#728597;color:rgba(114,133,151,var(--placeholder-opacity))}.lg\:placeholder-gray-900:-ms-input-placeholder{--placeholder-opacity:1;color:#728597;color:rgba(114,133,151,var(--placeholder-opacity))}.lg\:placeholder-gray-900::-ms-input-placeholder{--placeholder-opacity:1;color:#728597;color:rgba(114,133,151,var(--placeholder-opacity))}.lg\:placeholder-gray-900::placeholder{--placeholder-opacity:1;color:#728597;color:rgba(114,133,151,var(--placeholder-opacity))}.lg\:placeholder-gray-50\%::-moz-placeholder{color:rgba(0,0,0,.5)}.lg\:placeholder-gray-50\%:-ms-input-placeholder{color:rgba(0,0,0,.5)}.lg\:placeholder-gray-50\%::-ms-input-placeholder{color:rgba(0,0,0,.5)}.lg\:placeholder-gray-50\%::placeholder{color:rgba(0,0,0,.5)}.lg\:placeholder-gray-30\%::-moz-placeholder{color:rgba(0,0,0,.3)}.lg\:placeholder-gray-30\%:-ms-input-placeholder{color:rgba(0,0,0,.3)}.lg\:placeholder-gray-30\%::-ms-input-placeholder{color:rgba(0,0,0,.3)}.lg\:placeholder-gray-30\%::placeholder{color:rgba(0,0,0,.3)}.lg\:placeholder-red-100::-moz-placeholder{--placeholder-opacity:1;color:#fff5f5;color:rgba(255,245,245,var(--placeholder-opacity))}.lg\:placeholder-red-100:-ms-input-placeholder{--placeholder-opacity:1;color:#fff5f5;color:rgba(255,245,245,var(--placeholder-opacity))}.lg\:placeholder-red-100::-ms-input-placeholder{--placeholder-opacity:1;color:#fff5f5;color:rgba(255,245,245,var(--placeholder-opacity))}.lg\:placeholder-red-100::placeholder{--placeholder-opacity:1;color:#fff5f5;color:rgba(255,245,245,var(--placeholder-opacity))}.lg\:placeholder-red-200::-moz-placeholder{--placeholder-opacity:1;color:#fed7d7;color:rgba(254,215,215,var(--placeholder-opacity))}.lg\:placeholder-red-200:-ms-input-placeholder{--placeholder-opacity:1;color:#fed7d7;color:rgba(254,215,215,var(--placeholder-opacity))}.lg\:placeholder-red-200::-ms-input-placeholder{--placeholder-opacity:1;color:#fed7d7;color:rgba(254,215,215,var(--placeholder-opacity))}.lg\:placeholder-red-200::placeholder{--placeholder-opacity:1;color:#fed7d7;color:rgba(254,215,215,var(--placeholder-opacity))}.lg\:placeholder-red-300::-moz-placeholder{--placeholder-opacity:1;color:#feb2b2;color:rgba(254,178,178,var(--placeholder-opacity))}.lg\:placeholder-red-300:-ms-input-placeholder{--placeholder-opacity:1;color:#feb2b2;color:rgba(254,178,178,var(--placeholder-opacity))}.lg\:placeholder-red-300::-ms-input-placeholder{--placeholder-opacity:1;color:#feb2b2;color:rgba(254,178,178,var(--placeholder-opacity))}.lg\:placeholder-red-300::placeholder{--placeholder-opacity:1;color:#feb2b2;color:rgba(254,178,178,var(--placeholder-opacity))}.lg\:placeholder-red-400::-moz-placeholder{--placeholder-opacity:1;color:#fc8181;color:rgba(252,129,129,var(--placeholder-opacity))}.lg\:placeholder-red-400:-ms-input-placeholder{--placeholder-opacity:1;color:#fc8181;color:rgba(252,129,129,var(--placeholder-opacity))}.lg\:placeholder-red-400::-ms-input-placeholder{--placeholder-opacity:1;color:#fc8181;color:rgba(252,129,129,var(--placeholder-opacity))}.lg\:placeholder-red-400::placeholder{--placeholder-opacity:1;color:#fc8181;color:rgba(252,129,129,var(--placeholder-opacity))}.lg\:placeholder-red-500::-moz-placeholder{--placeholder-opacity:1;color:#f56565;color:rgba(245,101,101,var(--placeholder-opacity))}.lg\:placeholder-red-500:-ms-input-placeholder{--placeholder-opacity:1;color:#f56565;color:rgba(245,101,101,var(--placeholder-opacity))}.lg\:placeholder-red-500::-ms-input-placeholder{--placeholder-opacity:1;color:#f56565;color:rgba(245,101,101,var(--placeholder-opacity))}.lg\:placeholder-red-500::placeholder{--placeholder-opacity:1;color:#f56565;color:rgba(245,101,101,var(--placeholder-opacity))}.lg\:placeholder-red-600::-moz-placeholder{--placeholder-opacity:1;color:#e53e3e;color:rgba(229,62,62,var(--placeholder-opacity))}.lg\:placeholder-red-600:-ms-input-placeholder{--placeholder-opacity:1;color:#e53e3e;color:rgba(229,62,62,var(--placeholder-opacity))}.lg\:placeholder-red-600::-ms-input-placeholder{--placeholder-opacity:1;color:#e53e3e;color:rgba(229,62,62,var(--placeholder-opacity))}.lg\:placeholder-red-600::placeholder{--placeholder-opacity:1;color:#e53e3e;color:rgba(229,62,62,var(--placeholder-opacity))}.lg\:placeholder-red-700::-moz-placeholder{--placeholder-opacity:1;color:#c53030;color:rgba(197,48,48,var(--placeholder-opacity))}.lg\:placeholder-red-700:-ms-input-placeholder{--placeholder-opacity:1;color:#c53030;color:rgba(197,48,48,var(--placeholder-opacity))}.lg\:placeholder-red-700::-ms-input-placeholder{--placeholder-opacity:1;color:#c53030;color:rgba(197,48,48,var(--placeholder-opacity))}.lg\:placeholder-red-700::placeholder{--placeholder-opacity:1;color:#c53030;color:rgba(197,48,48,var(--placeholder-opacity))}.lg\:placeholder-red-800::-moz-placeholder{--placeholder-opacity:1;color:#9b2c2c;color:rgba(155,44,44,var(--placeholder-opacity))}.lg\:placeholder-red-800:-ms-input-placeholder{--placeholder-opacity:1;color:#9b2c2c;color:rgba(155,44,44,var(--placeholder-opacity))}.lg\:placeholder-red-800::-ms-input-placeholder{--placeholder-opacity:1;color:#9b2c2c;color:rgba(155,44,44,var(--placeholder-opacity))}.lg\:placeholder-red-800::placeholder{--placeholder-opacity:1;color:#9b2c2c;color:rgba(155,44,44,var(--placeholder-opacity))}.lg\:placeholder-red-900::-moz-placeholder{--placeholder-opacity:1;color:#742a2a;color:rgba(116,42,42,var(--placeholder-opacity))}.lg\:placeholder-red-900:-ms-input-placeholder{--placeholder-opacity:1;color:#742a2a;color:rgba(116,42,42,var(--placeholder-opacity))}.lg\:placeholder-red-900::-ms-input-placeholder{--placeholder-opacity:1;color:#742a2a;color:rgba(116,42,42,var(--placeholder-opacity))}.lg\:placeholder-red-900::placeholder{--placeholder-opacity:1;color:#742a2a;color:rgba(116,42,42,var(--placeholder-opacity))}.lg\:placeholder-orange-100::-moz-placeholder{--placeholder-opacity:1;color:#fffaf0;color:rgba(255,250,240,var(--placeholder-opacity))}.lg\:placeholder-orange-100:-ms-input-placeholder{--placeholder-opacity:1;color:#fffaf0;color:rgba(255,250,240,var(--placeholder-opacity))}.lg\:placeholder-orange-100::-ms-input-placeholder{--placeholder-opacity:1;color:#fffaf0;color:rgba(255,250,240,var(--placeholder-opacity))}.lg\:placeholder-orange-100::placeholder{--placeholder-opacity:1;color:#fffaf0;color:rgba(255,250,240,var(--placeholder-opacity))}.lg\:placeholder-orange-200::-moz-placeholder{--placeholder-opacity:1;color:#feebc8;color:rgba(254,235,200,var(--placeholder-opacity))}.lg\:placeholder-orange-200:-ms-input-placeholder{--placeholder-opacity:1;color:#feebc8;color:rgba(254,235,200,var(--placeholder-opacity))}.lg\:placeholder-orange-200::-ms-input-placeholder{--placeholder-opacity:1;color:#feebc8;color:rgba(254,235,200,var(--placeholder-opacity))}.lg\:placeholder-orange-200::placeholder{--placeholder-opacity:1;color:#feebc8;color:rgba(254,235,200,var(--placeholder-opacity))}.lg\:placeholder-orange-300::-moz-placeholder{--placeholder-opacity:1;color:#fbd38d;color:rgba(251,211,141,var(--placeholder-opacity))}.lg\:placeholder-orange-300:-ms-input-placeholder{--placeholder-opacity:1;color:#fbd38d;color:rgba(251,211,141,var(--placeholder-opacity))}.lg\:placeholder-orange-300::-ms-input-placeholder{--placeholder-opacity:1;color:#fbd38d;color:rgba(251,211,141,var(--placeholder-opacity))}.lg\:placeholder-orange-300::placeholder{--placeholder-opacity:1;color:#fbd38d;color:rgba(251,211,141,var(--placeholder-opacity))}.lg\:placeholder-orange-400::-moz-placeholder{--placeholder-opacity:1;color:#f6ad55;color:rgba(246,173,85,var(--placeholder-opacity))}.lg\:placeholder-orange-400:-ms-input-placeholder{--placeholder-opacity:1;color:#f6ad55;color:rgba(246,173,85,var(--placeholder-opacity))}.lg\:placeholder-orange-400::-ms-input-placeholder{--placeholder-opacity:1;color:#f6ad55;color:rgba(246,173,85,var(--placeholder-opacity))}.lg\:placeholder-orange-400::placeholder{--placeholder-opacity:1;color:#f6ad55;color:rgba(246,173,85,var(--placeholder-opacity))}.lg\:placeholder-orange-500::-moz-placeholder{--placeholder-opacity:1;color:#ed8936;color:rgba(237,137,54,var(--placeholder-opacity))}.lg\:placeholder-orange-500:-ms-input-placeholder{--placeholder-opacity:1;color:#ed8936;color:rgba(237,137,54,var(--placeholder-opacity))}.lg\:placeholder-orange-500::-ms-input-placeholder{--placeholder-opacity:1;color:#ed8936;color:rgba(237,137,54,var(--placeholder-opacity))}.lg\:placeholder-orange-500::placeholder{--placeholder-opacity:1;color:#ed8936;color:rgba(237,137,54,var(--placeholder-opacity))}.lg\:placeholder-orange-600::-moz-placeholder{--placeholder-opacity:1;color:#dd6b20;color:rgba(221,107,32,var(--placeholder-opacity))}.lg\:placeholder-orange-600:-ms-input-placeholder{--placeholder-opacity:1;color:#dd6b20;color:rgba(221,107,32,var(--placeholder-opacity))}.lg\:placeholder-orange-600::-ms-input-placeholder{--placeholder-opacity:1;color:#dd6b20;color:rgba(221,107,32,var(--placeholder-opacity))}.lg\:placeholder-orange-600::placeholder{--placeholder-opacity:1;color:#dd6b20;color:rgba(221,107,32,var(--placeholder-opacity))}.lg\:placeholder-orange-700::-moz-placeholder{--placeholder-opacity:1;color:#c05621;color:rgba(192,86,33,var(--placeholder-opacity))}.lg\:placeholder-orange-700:-ms-input-placeholder{--placeholder-opacity:1;color:#c05621;color:rgba(192,86,33,var(--placeholder-opacity))}.lg\:placeholder-orange-700::-ms-input-placeholder{--placeholder-opacity:1;color:#c05621;color:rgba(192,86,33,var(--placeholder-opacity))}.lg\:placeholder-orange-700::placeholder{--placeholder-opacity:1;color:#c05621;color:rgba(192,86,33,var(--placeholder-opacity))}.lg\:placeholder-orange-800::-moz-placeholder{--placeholder-opacity:1;color:#9c4221;color:rgba(156,66,33,var(--placeholder-opacity))}.lg\:placeholder-orange-800:-ms-input-placeholder{--placeholder-opacity:1;color:#9c4221;color:rgba(156,66,33,var(--placeholder-opacity))}.lg\:placeholder-orange-800::-ms-input-placeholder{--placeholder-opacity:1;color:#9c4221;color:rgba(156,66,33,var(--placeholder-opacity))}.lg\:placeholder-orange-800::placeholder{--placeholder-opacity:1;color:#9c4221;color:rgba(156,66,33,var(--placeholder-opacity))}.lg\:placeholder-orange-900::-moz-placeholder{--placeholder-opacity:1;color:#7b341e;color:rgba(123,52,30,var(--placeholder-opacity))}.lg\:placeholder-orange-900:-ms-input-placeholder{--placeholder-opacity:1;color:#7b341e;color:rgba(123,52,30,var(--placeholder-opacity))}.lg\:placeholder-orange-900::-ms-input-placeholder{--placeholder-opacity:1;color:#7b341e;color:rgba(123,52,30,var(--placeholder-opacity))}.lg\:placeholder-orange-900::placeholder{--placeholder-opacity:1;color:#7b341e;color:rgba(123,52,30,var(--placeholder-opacity))}.lg\:placeholder-yellow-100::-moz-placeholder{--placeholder-opacity:1;color:ivory;color:rgba(255,255,240,var(--placeholder-opacity))}.lg\:placeholder-yellow-100:-ms-input-placeholder{--placeholder-opacity:1;color:ivory;color:rgba(255,255,240,var(--placeholder-opacity))}.lg\:placeholder-yellow-100::-ms-input-placeholder{--placeholder-opacity:1;color:ivory;color:rgba(255,255,240,var(--placeholder-opacity))}.lg\:placeholder-yellow-100::placeholder{--placeholder-opacity:1;color:ivory;color:rgba(255,255,240,var(--placeholder-opacity))}.lg\:placeholder-yellow-200::-moz-placeholder{--placeholder-opacity:1;color:#fefcbf;color:rgba(254,252,191,var(--placeholder-opacity))}.lg\:placeholder-yellow-200:-ms-input-placeholder{--placeholder-opacity:1;color:#fefcbf;color:rgba(254,252,191,var(--placeholder-opacity))}.lg\:placeholder-yellow-200::-ms-input-placeholder{--placeholder-opacity:1;color:#fefcbf;color:rgba(254,252,191,var(--placeholder-opacity))}.lg\:placeholder-yellow-200::placeholder{--placeholder-opacity:1;color:#fefcbf;color:rgba(254,252,191,var(--placeholder-opacity))}.lg\:placeholder-yellow-300::-moz-placeholder{--placeholder-opacity:1;color:#faf089;color:rgba(250,240,137,var(--placeholder-opacity))}.lg\:placeholder-yellow-300:-ms-input-placeholder{--placeholder-opacity:1;color:#faf089;color:rgba(250,240,137,var(--placeholder-opacity))}.lg\:placeholder-yellow-300::-ms-input-placeholder{--placeholder-opacity:1;color:#faf089;color:rgba(250,240,137,var(--placeholder-opacity))}.lg\:placeholder-yellow-300::placeholder{--placeholder-opacity:1;color:#faf089;color:rgba(250,240,137,var(--placeholder-opacity))}.lg\:placeholder-yellow-400::-moz-placeholder{--placeholder-opacity:1;color:#f6e05e;color:rgba(246,224,94,var(--placeholder-opacity))}.lg\:placeholder-yellow-400:-ms-input-placeholder{--placeholder-opacity:1;color:#f6e05e;color:rgba(246,224,94,var(--placeholder-opacity))}.lg\:placeholder-yellow-400::-ms-input-placeholder{--placeholder-opacity:1;color:#f6e05e;color:rgba(246,224,94,var(--placeholder-opacity))}.lg\:placeholder-yellow-400::placeholder{--placeholder-opacity:1;color:#f6e05e;color:rgba(246,224,94,var(--placeholder-opacity))}.lg\:placeholder-yellow-500::-moz-placeholder{--placeholder-opacity:1;color:#ecc94b;color:rgba(236,201,75,var(--placeholder-opacity))}.lg\:placeholder-yellow-500:-ms-input-placeholder{--placeholder-opacity:1;color:#ecc94b;color:rgba(236,201,75,var(--placeholder-opacity))}.lg\:placeholder-yellow-500::-ms-input-placeholder{--placeholder-opacity:1;color:#ecc94b;color:rgba(236,201,75,var(--placeholder-opacity))}.lg\:placeholder-yellow-500::placeholder{--placeholder-opacity:1;color:#ecc94b;color:rgba(236,201,75,var(--placeholder-opacity))}.lg\:placeholder-yellow-600::-moz-placeholder{--placeholder-opacity:1;color:#d69e2e;color:rgba(214,158,46,var(--placeholder-opacity))}.lg\:placeholder-yellow-600:-ms-input-placeholder{--placeholder-opacity:1;color:#d69e2e;color:rgba(214,158,46,var(--placeholder-opacity))}.lg\:placeholder-yellow-600::-ms-input-placeholder{--placeholder-opacity:1;color:#d69e2e;color:rgba(214,158,46,var(--placeholder-opacity))}.lg\:placeholder-yellow-600::placeholder{--placeholder-opacity:1;color:#d69e2e;color:rgba(214,158,46,var(--placeholder-opacity))}.lg\:placeholder-yellow-700::-moz-placeholder{--placeholder-opacity:1;color:#b7791f;color:rgba(183,121,31,var(--placeholder-opacity))}.lg\:placeholder-yellow-700:-ms-input-placeholder{--placeholder-opacity:1;color:#b7791f;color:rgba(183,121,31,var(--placeholder-opacity))}.lg\:placeholder-yellow-700::-ms-input-placeholder{--placeholder-opacity:1;color:#b7791f;color:rgba(183,121,31,var(--placeholder-opacity))}.lg\:placeholder-yellow-700::placeholder{--placeholder-opacity:1;color:#b7791f;color:rgba(183,121,31,var(--placeholder-opacity))}.lg\:placeholder-yellow-800::-moz-placeholder{--placeholder-opacity:1;color:#975a16;color:rgba(151,90,22,var(--placeholder-opacity))}.lg\:placeholder-yellow-800:-ms-input-placeholder{--placeholder-opacity:1;color:#975a16;color:rgba(151,90,22,var(--placeholder-opacity))}.lg\:placeholder-yellow-800::-ms-input-placeholder{--placeholder-opacity:1;color:#975a16;color:rgba(151,90,22,var(--placeholder-opacity))}.lg\:placeholder-yellow-800::placeholder{--placeholder-opacity:1;color:#975a16;color:rgba(151,90,22,var(--placeholder-opacity))}.lg\:placeholder-yellow-900::-moz-placeholder{--placeholder-opacity:1;color:#744210;color:rgba(116,66,16,var(--placeholder-opacity))}.lg\:placeholder-yellow-900:-ms-input-placeholder{--placeholder-opacity:1;color:#744210;color:rgba(116,66,16,var(--placeholder-opacity))}.lg\:placeholder-yellow-900::-ms-input-placeholder{--placeholder-opacity:1;color:#744210;color:rgba(116,66,16,var(--placeholder-opacity))}.lg\:placeholder-yellow-900::placeholder{--placeholder-opacity:1;color:#744210;color:rgba(116,66,16,var(--placeholder-opacity))}.lg\:placeholder-green::-moz-placeholder{--placeholder-opacity:1;color:#478415;color:rgba(71,132,21,var(--placeholder-opacity))}.lg\:placeholder-green:-ms-input-placeholder{--placeholder-opacity:1;color:#478415;color:rgba(71,132,21,var(--placeholder-opacity))}.lg\:placeholder-green::-ms-input-placeholder{--placeholder-opacity:1;color:#478415;color:rgba(71,132,21,var(--placeholder-opacity))}.lg\:placeholder-green::placeholder{--placeholder-opacity:1;color:#478415;color:rgba(71,132,21,var(--placeholder-opacity))}.lg\:placeholder-teal-100::-moz-placeholder{--placeholder-opacity:1;color:#e6fffa;color:rgba(230,255,250,var(--placeholder-opacity))}.lg\:placeholder-teal-100:-ms-input-placeholder{--placeholder-opacity:1;color:#e6fffa;color:rgba(230,255,250,var(--placeholder-opacity))}.lg\:placeholder-teal-100::-ms-input-placeholder{--placeholder-opacity:1;color:#e6fffa;color:rgba(230,255,250,var(--placeholder-opacity))}.lg\:placeholder-teal-100::placeholder{--placeholder-opacity:1;color:#e6fffa;color:rgba(230,255,250,var(--placeholder-opacity))}.lg\:placeholder-teal-200::-moz-placeholder{--placeholder-opacity:1;color:#b2f5ea;color:rgba(178,245,234,var(--placeholder-opacity))}.lg\:placeholder-teal-200:-ms-input-placeholder{--placeholder-opacity:1;color:#b2f5ea;color:rgba(178,245,234,var(--placeholder-opacity))}.lg\:placeholder-teal-200::-ms-input-placeholder{--placeholder-opacity:1;color:#b2f5ea;color:rgba(178,245,234,var(--placeholder-opacity))}.lg\:placeholder-teal-200::placeholder{--placeholder-opacity:1;color:#b2f5ea;color:rgba(178,245,234,var(--placeholder-opacity))}.lg\:placeholder-teal-300::-moz-placeholder{--placeholder-opacity:1;color:#81e6d9;color:rgba(129,230,217,var(--placeholder-opacity))}.lg\:placeholder-teal-300:-ms-input-placeholder{--placeholder-opacity:1;color:#81e6d9;color:rgba(129,230,217,var(--placeholder-opacity))}.lg\:placeholder-teal-300::-ms-input-placeholder{--placeholder-opacity:1;color:#81e6d9;color:rgba(129,230,217,var(--placeholder-opacity))}.lg\:placeholder-teal-300::placeholder{--placeholder-opacity:1;color:#81e6d9;color:rgba(129,230,217,var(--placeholder-opacity))}.lg\:placeholder-teal-400::-moz-placeholder{--placeholder-opacity:1;color:#4fd1c5;color:rgba(79,209,197,var(--placeholder-opacity))}.lg\:placeholder-teal-400:-ms-input-placeholder{--placeholder-opacity:1;color:#4fd1c5;color:rgba(79,209,197,var(--placeholder-opacity))}.lg\:placeholder-teal-400::-ms-input-placeholder{--placeholder-opacity:1;color:#4fd1c5;color:rgba(79,209,197,var(--placeholder-opacity))}.lg\:placeholder-teal-400::placeholder{--placeholder-opacity:1;color:#4fd1c5;color:rgba(79,209,197,var(--placeholder-opacity))}.lg\:placeholder-teal-500::-moz-placeholder{--placeholder-opacity:1;color:#38b2ac;color:rgba(56,178,172,var(--placeholder-opacity))}.lg\:placeholder-teal-500:-ms-input-placeholder{--placeholder-opacity:1;color:#38b2ac;color:rgba(56,178,172,var(--placeholder-opacity))}.lg\:placeholder-teal-500::-ms-input-placeholder{--placeholder-opacity:1;color:#38b2ac;color:rgba(56,178,172,var(--placeholder-opacity))}.lg\:placeholder-teal-500::placeholder{--placeholder-opacity:1;color:#38b2ac;color:rgba(56,178,172,var(--placeholder-opacity))}.lg\:placeholder-teal-600::-moz-placeholder{--placeholder-opacity:1;color:#319795;color:rgba(49,151,149,var(--placeholder-opacity))}.lg\:placeholder-teal-600:-ms-input-placeholder{--placeholder-opacity:1;color:#319795;color:rgba(49,151,149,var(--placeholder-opacity))}.lg\:placeholder-teal-600::-ms-input-placeholder{--placeholder-opacity:1;color:#319795;color:rgba(49,151,149,var(--placeholder-opacity))}.lg\:placeholder-teal-600::placeholder{--placeholder-opacity:1;color:#319795;color:rgba(49,151,149,var(--placeholder-opacity))}.lg\:placeholder-teal-700::-moz-placeholder{--placeholder-opacity:1;color:#2c7a7b;color:rgba(44,122,123,var(--placeholder-opacity))}.lg\:placeholder-teal-700:-ms-input-placeholder{--placeholder-opacity:1;color:#2c7a7b;color:rgba(44,122,123,var(--placeholder-opacity))}.lg\:placeholder-teal-700::-ms-input-placeholder{--placeholder-opacity:1;color:#2c7a7b;color:rgba(44,122,123,var(--placeholder-opacity))}.lg\:placeholder-teal-700::placeholder{--placeholder-opacity:1;color:#2c7a7b;color:rgba(44,122,123,var(--placeholder-opacity))}.lg\:placeholder-teal-800::-moz-placeholder{--placeholder-opacity:1;color:#285e61;color:rgba(40,94,97,var(--placeholder-opacity))}.lg\:placeholder-teal-800:-ms-input-placeholder{--placeholder-opacity:1;color:#285e61;color:rgba(40,94,97,var(--placeholder-opacity))}.lg\:placeholder-teal-800::-ms-input-placeholder{--placeholder-opacity:1;color:#285e61;color:rgba(40,94,97,var(--placeholder-opacity))}.lg\:placeholder-teal-800::placeholder{--placeholder-opacity:1;color:#285e61;color:rgba(40,94,97,var(--placeholder-opacity))}.lg\:placeholder-teal-900::-moz-placeholder{--placeholder-opacity:1;color:#234e52;color:rgba(35,78,82,var(--placeholder-opacity))}.lg\:placeholder-teal-900:-ms-input-placeholder{--placeholder-opacity:1;color:#234e52;color:rgba(35,78,82,var(--placeholder-opacity))}.lg\:placeholder-teal-900::-ms-input-placeholder{--placeholder-opacity:1;color:#234e52;color:rgba(35,78,82,var(--placeholder-opacity))}.lg\:placeholder-teal-900::placeholder{--placeholder-opacity:1;color:#234e52;color:rgba(35,78,82,var(--placeholder-opacity))}.lg\:placeholder-blue-100::-moz-placeholder{--placeholder-opacity:1;color:#ebf8ff;color:rgba(235,248,255,var(--placeholder-opacity))}.lg\:placeholder-blue-100:-ms-input-placeholder{--placeholder-opacity:1;color:#ebf8ff;color:rgba(235,248,255,var(--placeholder-opacity))}.lg\:placeholder-blue-100::-ms-input-placeholder{--placeholder-opacity:1;color:#ebf8ff;color:rgba(235,248,255,var(--placeholder-opacity))}.lg\:placeholder-blue-100::placeholder{--placeholder-opacity:1;color:#ebf8ff;color:rgba(235,248,255,var(--placeholder-opacity))}.lg\:placeholder-blue-200::-moz-placeholder{--placeholder-opacity:1;color:#bee3f8;color:rgba(190,227,248,var(--placeholder-opacity))}.lg\:placeholder-blue-200:-ms-input-placeholder{--placeholder-opacity:1;color:#bee3f8;color:rgba(190,227,248,var(--placeholder-opacity))}.lg\:placeholder-blue-200::-ms-input-placeholder{--placeholder-opacity:1;color:#bee3f8;color:rgba(190,227,248,var(--placeholder-opacity))}.lg\:placeholder-blue-200::placeholder{--placeholder-opacity:1;color:#bee3f8;color:rgba(190,227,248,var(--placeholder-opacity))}.lg\:placeholder-blue-300::-moz-placeholder{--placeholder-opacity:1;color:#90cdf4;color:rgba(144,205,244,var(--placeholder-opacity))}.lg\:placeholder-blue-300:-ms-input-placeholder{--placeholder-opacity:1;color:#90cdf4;color:rgba(144,205,244,var(--placeholder-opacity))}.lg\:placeholder-blue-300::-ms-input-placeholder{--placeholder-opacity:1;color:#90cdf4;color:rgba(144,205,244,var(--placeholder-opacity))}.lg\:placeholder-blue-300::placeholder{--placeholder-opacity:1;color:#90cdf4;color:rgba(144,205,244,var(--placeholder-opacity))}.lg\:placeholder-blue-400::-moz-placeholder{--placeholder-opacity:1;color:#63b3ed;color:rgba(99,179,237,var(--placeholder-opacity))}.lg\:placeholder-blue-400:-ms-input-placeholder{--placeholder-opacity:1;color:#63b3ed;color:rgba(99,179,237,var(--placeholder-opacity))}.lg\:placeholder-blue-400::-ms-input-placeholder{--placeholder-opacity:1;color:#63b3ed;color:rgba(99,179,237,var(--placeholder-opacity))}.lg\:placeholder-blue-400::placeholder{--placeholder-opacity:1;color:#63b3ed;color:rgba(99,179,237,var(--placeholder-opacity))}.lg\:placeholder-blue-500::-moz-placeholder{--placeholder-opacity:1;color:#4299e1;color:rgba(66,153,225,var(--placeholder-opacity))}.lg\:placeholder-blue-500:-ms-input-placeholder{--placeholder-opacity:1;color:#4299e1;color:rgba(66,153,225,var(--placeholder-opacity))}.lg\:placeholder-blue-500::-ms-input-placeholder{--placeholder-opacity:1;color:#4299e1;color:rgba(66,153,225,var(--placeholder-opacity))}.lg\:placeholder-blue-500::placeholder{--placeholder-opacity:1;color:#4299e1;color:rgba(66,153,225,var(--placeholder-opacity))}.lg\:placeholder-blue-600::-moz-placeholder{--placeholder-opacity:1;color:#3182ce;color:rgba(49,130,206,var(--placeholder-opacity))}.lg\:placeholder-blue-600:-ms-input-placeholder{--placeholder-opacity:1;color:#3182ce;color:rgba(49,130,206,var(--placeholder-opacity))}.lg\:placeholder-blue-600::-ms-input-placeholder{--placeholder-opacity:1;color:#3182ce;color:rgba(49,130,206,var(--placeholder-opacity))}.lg\:placeholder-blue-600::placeholder{--placeholder-opacity:1;color:#3182ce;color:rgba(49,130,206,var(--placeholder-opacity))}.lg\:placeholder-blue-700::-moz-placeholder{--placeholder-opacity:1;color:#2b6cb0;color:rgba(43,108,176,var(--placeholder-opacity))}.lg\:placeholder-blue-700:-ms-input-placeholder{--placeholder-opacity:1;color:#2b6cb0;color:rgba(43,108,176,var(--placeholder-opacity))}.lg\:placeholder-blue-700::-ms-input-placeholder{--placeholder-opacity:1;color:#2b6cb0;color:rgba(43,108,176,var(--placeholder-opacity))}.lg\:placeholder-blue-700::placeholder{--placeholder-opacity:1;color:#2b6cb0;color:rgba(43,108,176,var(--placeholder-opacity))}.lg\:placeholder-blue-800::-moz-placeholder{--placeholder-opacity:1;color:#2c5282;color:rgba(44,82,130,var(--placeholder-opacity))}.lg\:placeholder-blue-800:-ms-input-placeholder{--placeholder-opacity:1;color:#2c5282;color:rgba(44,82,130,var(--placeholder-opacity))}.lg\:placeholder-blue-800::-ms-input-placeholder{--placeholder-opacity:1;color:#2c5282;color:rgba(44,82,130,var(--placeholder-opacity))}.lg\:placeholder-blue-800::placeholder{--placeholder-opacity:1;color:#2c5282;color:rgba(44,82,130,var(--placeholder-opacity))}.lg\:placeholder-blue-900::-moz-placeholder{--placeholder-opacity:1;color:#2a4365;color:rgba(42,67,101,var(--placeholder-opacity))}.lg\:placeholder-blue-900:-ms-input-placeholder{--placeholder-opacity:1;color:#2a4365;color:rgba(42,67,101,var(--placeholder-opacity))}.lg\:placeholder-blue-900::-ms-input-placeholder{--placeholder-opacity:1;color:#2a4365;color:rgba(42,67,101,var(--placeholder-opacity))}.lg\:placeholder-blue-900::placeholder{--placeholder-opacity:1;color:#2a4365;color:rgba(42,67,101,var(--placeholder-opacity))}.lg\:placeholder-indigo-100::-moz-placeholder{--placeholder-opacity:1;color:#ebf4ff;color:rgba(235,244,255,var(--placeholder-opacity))}.lg\:placeholder-indigo-100:-ms-input-placeholder{--placeholder-opacity:1;color:#ebf4ff;color:rgba(235,244,255,var(--placeholder-opacity))}.lg\:placeholder-indigo-100::-ms-input-placeholder{--placeholder-opacity:1;color:#ebf4ff;color:rgba(235,244,255,var(--placeholder-opacity))}.lg\:placeholder-indigo-100::placeholder{--placeholder-opacity:1;color:#ebf4ff;color:rgba(235,244,255,var(--placeholder-opacity))}.lg\:placeholder-indigo-200::-moz-placeholder{--placeholder-opacity:1;color:#c3dafe;color:rgba(195,218,254,var(--placeholder-opacity))}.lg\:placeholder-indigo-200:-ms-input-placeholder{--placeholder-opacity:1;color:#c3dafe;color:rgba(195,218,254,var(--placeholder-opacity))}.lg\:placeholder-indigo-200::-ms-input-placeholder{--placeholder-opacity:1;color:#c3dafe;color:rgba(195,218,254,var(--placeholder-opacity))}.lg\:placeholder-indigo-200::placeholder{--placeholder-opacity:1;color:#c3dafe;color:rgba(195,218,254,var(--placeholder-opacity))}.lg\:placeholder-indigo-300::-moz-placeholder{--placeholder-opacity:1;color:#a3bffa;color:rgba(163,191,250,var(--placeholder-opacity))}.lg\:placeholder-indigo-300:-ms-input-placeholder{--placeholder-opacity:1;color:#a3bffa;color:rgba(163,191,250,var(--placeholder-opacity))}.lg\:placeholder-indigo-300::-ms-input-placeholder{--placeholder-opacity:1;color:#a3bffa;color:rgba(163,191,250,var(--placeholder-opacity))}.lg\:placeholder-indigo-300::placeholder{--placeholder-opacity:1;color:#a3bffa;color:rgba(163,191,250,var(--placeholder-opacity))}.lg\:placeholder-indigo-400::-moz-placeholder{--placeholder-opacity:1;color:#7f9cf5;color:rgba(127,156,245,var(--placeholder-opacity))}.lg\:placeholder-indigo-400:-ms-input-placeholder{--placeholder-opacity:1;color:#7f9cf5;color:rgba(127,156,245,var(--placeholder-opacity))}.lg\:placeholder-indigo-400::-ms-input-placeholder{--placeholder-opacity:1;color:#7f9cf5;color:rgba(127,156,245,var(--placeholder-opacity))}.lg\:placeholder-indigo-400::placeholder{--placeholder-opacity:1;color:#7f9cf5;color:rgba(127,156,245,var(--placeholder-opacity))}.lg\:placeholder-indigo-500::-moz-placeholder{--placeholder-opacity:1;color:#667eea;color:rgba(102,126,234,var(--placeholder-opacity))}.lg\:placeholder-indigo-500:-ms-input-placeholder{--placeholder-opacity:1;color:#667eea;color:rgba(102,126,234,var(--placeholder-opacity))}.lg\:placeholder-indigo-500::-ms-input-placeholder{--placeholder-opacity:1;color:#667eea;color:rgba(102,126,234,var(--placeholder-opacity))}.lg\:placeholder-indigo-500::placeholder{--placeholder-opacity:1;color:#667eea;color:rgba(102,126,234,var(--placeholder-opacity))}.lg\:placeholder-indigo-600::-moz-placeholder{--placeholder-opacity:1;color:#5a67d8;color:rgba(90,103,216,var(--placeholder-opacity))}.lg\:placeholder-indigo-600:-ms-input-placeholder{--placeholder-opacity:1;color:#5a67d8;color:rgba(90,103,216,var(--placeholder-opacity))}.lg\:placeholder-indigo-600::-ms-input-placeholder{--placeholder-opacity:1;color:#5a67d8;color:rgba(90,103,216,var(--placeholder-opacity))}.lg\:placeholder-indigo-600::placeholder{--placeholder-opacity:1;color:#5a67d8;color:rgba(90,103,216,var(--placeholder-opacity))}.lg\:placeholder-indigo-700::-moz-placeholder{--placeholder-opacity:1;color:#4c51bf;color:rgba(76,81,191,var(--placeholder-opacity))}.lg\:placeholder-indigo-700:-ms-input-placeholder{--placeholder-opacity:1;color:#4c51bf;color:rgba(76,81,191,var(--placeholder-opacity))}.lg\:placeholder-indigo-700::-ms-input-placeholder{--placeholder-opacity:1;color:#4c51bf;color:rgba(76,81,191,var(--placeholder-opacity))}.lg\:placeholder-indigo-700::placeholder{--placeholder-opacity:1;color:#4c51bf;color:rgba(76,81,191,var(--placeholder-opacity))}.lg\:placeholder-indigo-800::-moz-placeholder{--placeholder-opacity:1;color:#434190;color:rgba(67,65,144,var(--placeholder-opacity))}.lg\:placeholder-indigo-800:-ms-input-placeholder{--placeholder-opacity:1;color:#434190;color:rgba(67,65,144,var(--placeholder-opacity))}.lg\:placeholder-indigo-800::-ms-input-placeholder{--placeholder-opacity:1;color:#434190;color:rgba(67,65,144,var(--placeholder-opacity))}.lg\:placeholder-indigo-800::placeholder{--placeholder-opacity:1;color:#434190;color:rgba(67,65,144,var(--placeholder-opacity))}.lg\:placeholder-indigo-900::-moz-placeholder{--placeholder-opacity:1;color:#3c366b;color:rgba(60,54,107,var(--placeholder-opacity))}.lg\:placeholder-indigo-900:-ms-input-placeholder{--placeholder-opacity:1;color:#3c366b;color:rgba(60,54,107,var(--placeholder-opacity))}.lg\:placeholder-indigo-900::-ms-input-placeholder{--placeholder-opacity:1;color:#3c366b;color:rgba(60,54,107,var(--placeholder-opacity))}.lg\:placeholder-indigo-900::placeholder{--placeholder-opacity:1;color:#3c366b;color:rgba(60,54,107,var(--placeholder-opacity))}.lg\:placeholder-purple-100::-moz-placeholder{--placeholder-opacity:1;color:#faf5ff;color:rgba(250,245,255,var(--placeholder-opacity))}.lg\:placeholder-purple-100:-ms-input-placeholder{--placeholder-opacity:1;color:#faf5ff;color:rgba(250,245,255,var(--placeholder-opacity))}.lg\:placeholder-purple-100::-ms-input-placeholder{--placeholder-opacity:1;color:#faf5ff;color:rgba(250,245,255,var(--placeholder-opacity))}.lg\:placeholder-purple-100::placeholder{--placeholder-opacity:1;color:#faf5ff;color:rgba(250,245,255,var(--placeholder-opacity))}.lg\:placeholder-purple-200::-moz-placeholder{--placeholder-opacity:1;color:#e9d8fd;color:rgba(233,216,253,var(--placeholder-opacity))}.lg\:placeholder-purple-200:-ms-input-placeholder{--placeholder-opacity:1;color:#e9d8fd;color:rgba(233,216,253,var(--placeholder-opacity))}.lg\:placeholder-purple-200::-ms-input-placeholder{--placeholder-opacity:1;color:#e9d8fd;color:rgba(233,216,253,var(--placeholder-opacity))}.lg\:placeholder-purple-200::placeholder{--placeholder-opacity:1;color:#e9d8fd;color:rgba(233,216,253,var(--placeholder-opacity))}.lg\:placeholder-purple-300::-moz-placeholder{--placeholder-opacity:1;color:#d6bcfa;color:rgba(214,188,250,var(--placeholder-opacity))}.lg\:placeholder-purple-300:-ms-input-placeholder{--placeholder-opacity:1;color:#d6bcfa;color:rgba(214,188,250,var(--placeholder-opacity))}.lg\:placeholder-purple-300::-ms-input-placeholder{--placeholder-opacity:1;color:#d6bcfa;color:rgba(214,188,250,var(--placeholder-opacity))}.lg\:placeholder-purple-300::placeholder{--placeholder-opacity:1;color:#d6bcfa;color:rgba(214,188,250,var(--placeholder-opacity))}.lg\:placeholder-purple-400::-moz-placeholder{--placeholder-opacity:1;color:#b794f4;color:rgba(183,148,244,var(--placeholder-opacity))}.lg\:placeholder-purple-400:-ms-input-placeholder{--placeholder-opacity:1;color:#b794f4;color:rgba(183,148,244,var(--placeholder-opacity))}.lg\:placeholder-purple-400::-ms-input-placeholder{--placeholder-opacity:1;color:#b794f4;color:rgba(183,148,244,var(--placeholder-opacity))}.lg\:placeholder-purple-400::placeholder{--placeholder-opacity:1;color:#b794f4;color:rgba(183,148,244,var(--placeholder-opacity))}.lg\:placeholder-purple-500::-moz-placeholder{--placeholder-opacity:1;color:#9f7aea;color:rgba(159,122,234,var(--placeholder-opacity))}.lg\:placeholder-purple-500:-ms-input-placeholder{--placeholder-opacity:1;color:#9f7aea;color:rgba(159,122,234,var(--placeholder-opacity))}.lg\:placeholder-purple-500::-ms-input-placeholder{--placeholder-opacity:1;color:#9f7aea;color:rgba(159,122,234,var(--placeholder-opacity))}.lg\:placeholder-purple-500::placeholder{--placeholder-opacity:1;color:#9f7aea;color:rgba(159,122,234,var(--placeholder-opacity))}.lg\:placeholder-purple-600::-moz-placeholder{--placeholder-opacity:1;color:#805ad5;color:rgba(128,90,213,var(--placeholder-opacity))}.lg\:placeholder-purple-600:-ms-input-placeholder{--placeholder-opacity:1;color:#805ad5;color:rgba(128,90,213,var(--placeholder-opacity))}.lg\:placeholder-purple-600::-ms-input-placeholder{--placeholder-opacity:1;color:#805ad5;color:rgba(128,90,213,var(--placeholder-opacity))}.lg\:placeholder-purple-600::placeholder{--placeholder-opacity:1;color:#805ad5;color:rgba(128,90,213,var(--placeholder-opacity))}.lg\:placeholder-purple-700::-moz-placeholder{--placeholder-opacity:1;color:#6b46c1;color:rgba(107,70,193,var(--placeholder-opacity))}.lg\:placeholder-purple-700:-ms-input-placeholder{--placeholder-opacity:1;color:#6b46c1;color:rgba(107,70,193,var(--placeholder-opacity))}.lg\:placeholder-purple-700::-ms-input-placeholder{--placeholder-opacity:1;color:#6b46c1;color:rgba(107,70,193,var(--placeholder-opacity))}.lg\:placeholder-purple-700::placeholder{--placeholder-opacity:1;color:#6b46c1;color:rgba(107,70,193,var(--placeholder-opacity))}.lg\:placeholder-purple-800::-moz-placeholder{--placeholder-opacity:1;color:#553c9a;color:rgba(85,60,154,var(--placeholder-opacity))}.lg\:placeholder-purple-800:-ms-input-placeholder{--placeholder-opacity:1;color:#553c9a;color:rgba(85,60,154,var(--placeholder-opacity))}.lg\:placeholder-purple-800::-ms-input-placeholder{--placeholder-opacity:1;color:#553c9a;color:rgba(85,60,154,var(--placeholder-opacity))}.lg\:placeholder-purple-800::placeholder{--placeholder-opacity:1;color:#553c9a;color:rgba(85,60,154,var(--placeholder-opacity))}.lg\:placeholder-purple-900::-moz-placeholder{--placeholder-opacity:1;color:#44337a;color:rgba(68,51,122,var(--placeholder-opacity))}.lg\:placeholder-purple-900:-ms-input-placeholder{--placeholder-opacity:1;color:#44337a;color:rgba(68,51,122,var(--placeholder-opacity))}.lg\:placeholder-purple-900::-ms-input-placeholder{--placeholder-opacity:1;color:#44337a;color:rgba(68,51,122,var(--placeholder-opacity))}.lg\:placeholder-purple-900::placeholder{--placeholder-opacity:1;color:#44337a;color:rgba(68,51,122,var(--placeholder-opacity))}.lg\:placeholder-pink-100::-moz-placeholder{--placeholder-opacity:1;color:#fff5f7;color:rgba(255,245,247,var(--placeholder-opacity))}.lg\:placeholder-pink-100:-ms-input-placeholder{--placeholder-opacity:1;color:#fff5f7;color:rgba(255,245,247,var(--placeholder-opacity))}.lg\:placeholder-pink-100::-ms-input-placeholder{--placeholder-opacity:1;color:#fff5f7;color:rgba(255,245,247,var(--placeholder-opacity))}.lg\:placeholder-pink-100::placeholder{--placeholder-opacity:1;color:#fff5f7;color:rgba(255,245,247,var(--placeholder-opacity))}.lg\:placeholder-pink-200::-moz-placeholder{--placeholder-opacity:1;color:#fed7e2;color:rgba(254,215,226,var(--placeholder-opacity))}.lg\:placeholder-pink-200:-ms-input-placeholder{--placeholder-opacity:1;color:#fed7e2;color:rgba(254,215,226,var(--placeholder-opacity))}.lg\:placeholder-pink-200::-ms-input-placeholder{--placeholder-opacity:1;color:#fed7e2;color:rgba(254,215,226,var(--placeholder-opacity))}.lg\:placeholder-pink-200::placeholder{--placeholder-opacity:1;color:#fed7e2;color:rgba(254,215,226,var(--placeholder-opacity))}.lg\:placeholder-pink-300::-moz-placeholder{--placeholder-opacity:1;color:#fbb6ce;color:rgba(251,182,206,var(--placeholder-opacity))}.lg\:placeholder-pink-300:-ms-input-placeholder{--placeholder-opacity:1;color:#fbb6ce;color:rgba(251,182,206,var(--placeholder-opacity))}.lg\:placeholder-pink-300::-ms-input-placeholder{--placeholder-opacity:1;color:#fbb6ce;color:rgba(251,182,206,var(--placeholder-opacity))}.lg\:placeholder-pink-300::placeholder{--placeholder-opacity:1;color:#fbb6ce;color:rgba(251,182,206,var(--placeholder-opacity))}.lg\:placeholder-pink-400::-moz-placeholder{--placeholder-opacity:1;color:#f687b3;color:rgba(246,135,179,var(--placeholder-opacity))}.lg\:placeholder-pink-400:-ms-input-placeholder{--placeholder-opacity:1;color:#f687b3;color:rgba(246,135,179,var(--placeholder-opacity))}.lg\:placeholder-pink-400::-ms-input-placeholder{--placeholder-opacity:1;color:#f687b3;color:rgba(246,135,179,var(--placeholder-opacity))}.lg\:placeholder-pink-400::placeholder{--placeholder-opacity:1;color:#f687b3;color:rgba(246,135,179,var(--placeholder-opacity))}.lg\:placeholder-pink-500::-moz-placeholder{--placeholder-opacity:1;color:#ed64a6;color:rgba(237,100,166,var(--placeholder-opacity))}.lg\:placeholder-pink-500:-ms-input-placeholder{--placeholder-opacity:1;color:#ed64a6;color:rgba(237,100,166,var(--placeholder-opacity))}.lg\:placeholder-pink-500::-ms-input-placeholder{--placeholder-opacity:1;color:#ed64a6;color:rgba(237,100,166,var(--placeholder-opacity))}.lg\:placeholder-pink-500::placeholder{--placeholder-opacity:1;color:#ed64a6;color:rgba(237,100,166,var(--placeholder-opacity))}.lg\:placeholder-pink-600::-moz-placeholder{--placeholder-opacity:1;color:#d53f8c;color:rgba(213,63,140,var(--placeholder-opacity))}.lg\:placeholder-pink-600:-ms-input-placeholder{--placeholder-opacity:1;color:#d53f8c;color:rgba(213,63,140,var(--placeholder-opacity))}.lg\:placeholder-pink-600::-ms-input-placeholder{--placeholder-opacity:1;color:#d53f8c;color:rgba(213,63,140,var(--placeholder-opacity))}.lg\:placeholder-pink-600::placeholder{--placeholder-opacity:1;color:#d53f8c;color:rgba(213,63,140,var(--placeholder-opacity))}.lg\:placeholder-pink-700::-moz-placeholder{--placeholder-opacity:1;color:#b83280;color:rgba(184,50,128,var(--placeholder-opacity))}.lg\:placeholder-pink-700:-ms-input-placeholder{--placeholder-opacity:1;color:#b83280;color:rgba(184,50,128,var(--placeholder-opacity))}.lg\:placeholder-pink-700::-ms-input-placeholder{--placeholder-opacity:1;color:#b83280;color:rgba(184,50,128,var(--placeholder-opacity))}.lg\:placeholder-pink-700::placeholder{--placeholder-opacity:1;color:#b83280;color:rgba(184,50,128,var(--placeholder-opacity))}.lg\:placeholder-pink-800::-moz-placeholder{--placeholder-opacity:1;color:#97266d;color:rgba(151,38,109,var(--placeholder-opacity))}.lg\:placeholder-pink-800:-ms-input-placeholder{--placeholder-opacity:1;color:#97266d;color:rgba(151,38,109,var(--placeholder-opacity))}.lg\:placeholder-pink-800::-ms-input-placeholder{--placeholder-opacity:1;color:#97266d;color:rgba(151,38,109,var(--placeholder-opacity))}.lg\:placeholder-pink-800::placeholder{--placeholder-opacity:1;color:#97266d;color:rgba(151,38,109,var(--placeholder-opacity))}.lg\:placeholder-pink-900::-moz-placeholder{--placeholder-opacity:1;color:#702459;color:rgba(112,36,89,var(--placeholder-opacity))}.lg\:placeholder-pink-900:-ms-input-placeholder{--placeholder-opacity:1;color:#702459;color:rgba(112,36,89,var(--placeholder-opacity))}.lg\:placeholder-pink-900::-ms-input-placeholder{--placeholder-opacity:1;color:#702459;color:rgba(112,36,89,var(--placeholder-opacity))}.lg\:placeholder-pink-900::placeholder{--placeholder-opacity:1;color:#702459;color:rgba(112,36,89,var(--placeholder-opacity))}.lg\:placeholder-text::-moz-placeholder{--placeholder-opacity:1;color:#000;color:rgba(0,0,0,var(--placeholder-opacity))}.lg\:placeholder-text:-ms-input-placeholder{--placeholder-opacity:1;color:#000;color:rgba(0,0,0,var(--placeholder-opacity))}.lg\:placeholder-text::-ms-input-placeholder{--placeholder-opacity:1;color:#000;color:rgba(0,0,0,var(--placeholder-opacity))}.lg\:placeholder-text::placeholder{--placeholder-opacity:1;color:#000;color:rgba(0,0,0,var(--placeholder-opacity))}.lg\:placeholder-primary::-moz-placeholder{--placeholder-opacity:1;color:#0b3780;color:rgba(11,55,128,var(--placeholder-opacity))}.lg\:placeholder-primary:-ms-input-placeholder{--placeholder-opacity:1;color:#0b3780;color:rgba(11,55,128,var(--placeholder-opacity))}.lg\:placeholder-primary::-ms-input-placeholder{--placeholder-opacity:1;color:#0b3780;color:rgba(11,55,128,var(--placeholder-opacity))}.lg\:placeholder-primary::placeholder{--placeholder-opacity:1;color:#0b3780;color:rgba(11,55,128,var(--placeholder-opacity))}.lg\:placeholder-secondary::-moz-placeholder{--placeholder-opacity:1;color:#fecc00;color:rgba(254,204,0,var(--placeholder-opacity))}.lg\:placeholder-secondary:-ms-input-placeholder{--placeholder-opacity:1;color:#fecc00;color:rgba(254,204,0,var(--placeholder-opacity))}.lg\:placeholder-secondary::-ms-input-placeholder{--placeholder-opacity:1;color:#fecc00;color:rgba(254,204,0,var(--placeholder-opacity))}.lg\:placeholder-secondary::placeholder{--placeholder-opacity:1;color:#fecc00;color:rgba(254,204,0,var(--placeholder-opacity))}.lg\:placeholder-primaryDark::-moz-placeholder{--placeholder-opacity:1;color:#001e67;color:rgba(0,30,103,var(--placeholder-opacity))}.lg\:placeholder-primaryDark:-ms-input-placeholder{--placeholder-opacity:1;color:#001e67;color:rgba(0,30,103,var(--placeholder-opacity))}.lg\:placeholder-primaryDark::-ms-input-placeholder{--placeholder-opacity:1;color:#001e67;color:rgba(0,30,103,var(--placeholder-opacity))}.lg\:placeholder-primaryDark::placeholder{--placeholder-opacity:1;color:#001e67;color:rgba(0,30,103,var(--placeholder-opacity))}.lg\:placeholder-clientCenterPrimary::-moz-placeholder{--placeholder-opacity:1;color:#0f617e;color:rgba(15,97,126,var(--placeholder-opacity))}.lg\:placeholder-clientCenterPrimary:-ms-input-placeholder{--placeholder-opacity:1;color:#0f617e;color:rgba(15,97,126,var(--placeholder-opacity))}.lg\:placeholder-clientCenterPrimary::-ms-input-placeholder{--placeholder-opacity:1;color:#0f617e;color:rgba(15,97,126,var(--placeholder-opacity))}.lg\:placeholder-clientCenterPrimary::placeholder{--placeholder-opacity:1;color:#0f617e;color:rgba(15,97,126,var(--placeholder-opacity))}.lg\:placeholder-clientCenterHover::-moz-placeholder{--placeholder-opacity:1;color:#168cb5;color:rgba(22,140,181,var(--placeholder-opacity))}.lg\:placeholder-clientCenterHover:-ms-input-placeholder{--placeholder-opacity:1;color:#168cb5;color:rgba(22,140,181,var(--placeholder-opacity))}.lg\:placeholder-clientCenterHover::-ms-input-placeholder{--placeholder-opacity:1;color:#168cb5;color:rgba(22,140,181,var(--placeholder-opacity))}.lg\:placeholder-clientCenterHover::placeholder{--placeholder-opacity:1;color:#168cb5;color:rgba(22,140,181,var(--placeholder-opacity))}.lg\:focus\:placeholder-transparent:focus::-moz-placeholder{color:transparent}.lg\:focus\:placeholder-transparent:focus:-ms-input-placeholder{color:transparent}.lg\:focus\:placeholder-transparent:focus::-ms-input-placeholder{color:transparent}.lg\:focus\:placeholder-transparent:focus::placeholder{color:transparent}.lg\:focus\:placeholder-current:focus::-moz-placeholder{color:currentColor}.lg\:focus\:placeholder-current:focus:-ms-input-placeholder{color:currentColor}.lg\:focus\:placeholder-current:focus::-ms-input-placeholder{color:currentColor}.lg\:focus\:placeholder-current:focus::placeholder{color:currentColor}.lg\:focus\:placeholder-black:focus::-moz-placeholder{--placeholder-opacity:1;color:#000;color:rgba(0,0,0,var(--placeholder-opacity))}.lg\:focus\:placeholder-black:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#000;color:rgba(0,0,0,var(--placeholder-opacity))}.lg\:focus\:placeholder-black:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#000;color:rgba(0,0,0,var(--placeholder-opacity))}.lg\:focus\:placeholder-black:focus::placeholder{--placeholder-opacity:1;color:#000;color:rgba(0,0,0,var(--placeholder-opacity))}.lg\:focus\:placeholder-white:focus::-moz-placeholder{--placeholder-opacity:1;color:#fff;color:rgba(255,255,255,var(--placeholder-opacity))}.lg\:focus\:placeholder-white:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#fff;color:rgba(255,255,255,var(--placeholder-opacity))}.lg\:focus\:placeholder-white:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#fff;color:rgba(255,255,255,var(--placeholder-opacity))}.lg\:focus\:placeholder-white:focus::placeholder{--placeholder-opacity:1;color:#fff;color:rgba(255,255,255,var(--placeholder-opacity))}.lg\:focus\:placeholder-gray-100:focus::-moz-placeholder{--placeholder-opacity:1;color:silver;color:rgba(192,192,192,var(--placeholder-opacity))}.lg\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{--placeholder-opacity:1;color:silver;color:rgba(192,192,192,var(--placeholder-opacity))}.lg\:focus\:placeholder-gray-100:focus::-ms-input-placeholder{--placeholder-opacity:1;color:silver;color:rgba(192,192,192,var(--placeholder-opacity))}.lg\:focus\:placeholder-gray-100:focus::placeholder{--placeholder-opacity:1;color:silver;color:rgba(192,192,192,var(--placeholder-opacity))}.lg\:focus\:placeholder-gray-200:focus::-moz-placeholder{--placeholder-opacity:1;color:#e7e6e6;color:rgba(231,230,230,var(--placeholder-opacity))}.lg\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#e7e6e6;color:rgba(231,230,230,var(--placeholder-opacity))}.lg\:focus\:placeholder-gray-200:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#e7e6e6;color:rgba(231,230,230,var(--placeholder-opacity))}.lg\:focus\:placeholder-gray-200:focus::placeholder{--placeholder-opacity:1;color:#e7e6e6;color:rgba(231,230,230,var(--placeholder-opacity))}.lg\:focus\:placeholder-gray-250:focus::-moz-placeholder{--placeholder-opacity:1;color:#fafafa;color:rgba(250,250,250,var(--placeholder-opacity))}.lg\:focus\:placeholder-gray-250:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#fafafa;color:rgba(250,250,250,var(--placeholder-opacity))}.lg\:focus\:placeholder-gray-250:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#fafafa;color:rgba(250,250,250,var(--placeholder-opacity))}.lg\:focus\:placeholder-gray-250:focus::placeholder{--placeholder-opacity:1;color:#fafafa;color:rgba(250,250,250,var(--placeholder-opacity))}.lg\:focus\:placeholder-gray-300:focus::-moz-placeholder{--placeholder-opacity:1;color:#dbd9d9;color:rgba(219,217,217,var(--placeholder-opacity))}.lg\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#dbd9d9;color:rgba(219,217,217,var(--placeholder-opacity))}.lg\:focus\:placeholder-gray-300:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#dbd9d9;color:rgba(219,217,217,var(--placeholder-opacity))}.lg\:focus\:placeholder-gray-300:focus::placeholder{--placeholder-opacity:1;color:#dbd9d9;color:rgba(219,217,217,var(--placeholder-opacity))}.lg\:focus\:placeholder-gray-400:focus::-moz-placeholder{--placeholder-opacity:1;color:#bbb;color:rgba(187,187,187,var(--placeholder-opacity))}.lg\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#bbb;color:rgba(187,187,187,var(--placeholder-opacity))}.lg\:focus\:placeholder-gray-400:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#bbb;color:rgba(187,187,187,var(--placeholder-opacity))}.lg\:focus\:placeholder-gray-400:focus::placeholder{--placeholder-opacity:1;color:#bbb;color:rgba(187,187,187,var(--placeholder-opacity))}.lg\:focus\:placeholder-gray-500:focus::-moz-placeholder{--placeholder-opacity:1;color:#ccc;color:rgba(204,204,204,var(--placeholder-opacity))}.lg\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#ccc;color:rgba(204,204,204,var(--placeholder-opacity))}.lg\:focus\:placeholder-gray-500:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#ccc;color:rgba(204,204,204,var(--placeholder-opacity))}.lg\:focus\:placeholder-gray-500:focus::placeholder{--placeholder-opacity:1;color:#ccc;color:rgba(204,204,204,var(--placeholder-opacity))}.lg\:focus\:placeholder-gray-550:focus::-moz-placeholder{--placeholder-opacity:1;color:#efefef;color:rgba(239,239,239,var(--placeholder-opacity))}.lg\:focus\:placeholder-gray-550:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#efefef;color:rgba(239,239,239,var(--placeholder-opacity))}.lg\:focus\:placeholder-gray-550:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#efefef;color:rgba(239,239,239,var(--placeholder-opacity))}.lg\:focus\:placeholder-gray-550:focus::placeholder{--placeholder-opacity:1;color:#efefef;color:rgba(239,239,239,var(--placeholder-opacity))}.lg\:focus\:placeholder-gray-600:focus::-moz-placeholder{--placeholder-opacity:1;color:#8e8e8e;color:rgba(142,142,142,var(--placeholder-opacity))}.lg\:focus\:placeholder-gray-600:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#8e8e8e;color:rgba(142,142,142,var(--placeholder-opacity))}.lg\:focus\:placeholder-gray-600:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#8e8e8e;color:rgba(142,142,142,var(--placeholder-opacity))}.lg\:focus\:placeholder-gray-600:focus::placeholder{--placeholder-opacity:1;color:#8e8e8e;color:rgba(142,142,142,var(--placeholder-opacity))}.lg\:focus\:placeholder-gray-650:focus::-moz-placeholder{--placeholder-opacity:1;color:#8d8d8d;color:rgba(141,141,141,var(--placeholder-opacity))}.lg\:focus\:placeholder-gray-650:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#8d8d8d;color:rgba(141,141,141,var(--placeholder-opacity))}.lg\:focus\:placeholder-gray-650:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#8d8d8d;color:rgba(141,141,141,var(--placeholder-opacity))}.lg\:focus\:placeholder-gray-650:focus::placeholder{--placeholder-opacity:1;color:#8d8d8d;color:rgba(141,141,141,var(--placeholder-opacity))}.lg\:focus\:placeholder-gray-700:focus::-moz-placeholder{--placeholder-opacity:1;color:#6e6e6e;color:rgba(110,110,110,var(--placeholder-opacity))}.lg\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#6e6e6e;color:rgba(110,110,110,var(--placeholder-opacity))}.lg\:focus\:placeholder-gray-700:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#6e6e6e;color:rgba(110,110,110,var(--placeholder-opacity))}.lg\:focus\:placeholder-gray-700:focus::placeholder{--placeholder-opacity:1;color:#6e6e6e;color:rgba(110,110,110,var(--placeholder-opacity))}.lg\:focus\:placeholder-gray-750:focus::-moz-placeholder{--placeholder-opacity:1;color:#4a4a4a;color:rgba(74,74,74,var(--placeholder-opacity))}.lg\:focus\:placeholder-gray-750:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#4a4a4a;color:rgba(74,74,74,var(--placeholder-opacity))}.lg\:focus\:placeholder-gray-750:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#4a4a4a;color:rgba(74,74,74,var(--placeholder-opacity))}.lg\:focus\:placeholder-gray-750:focus::placeholder{--placeholder-opacity:1;color:#4a4a4a;color:rgba(74,74,74,var(--placeholder-opacity))}.lg\:focus\:placeholder-gray-800:focus::-moz-placeholder{--placeholder-opacity:1;color:#313131;color:rgba(49,49,49,var(--placeholder-opacity))}.lg\:focus\:placeholder-gray-800:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#313131;color:rgba(49,49,49,var(--placeholder-opacity))}.lg\:focus\:placeholder-gray-800:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#313131;color:rgba(49,49,49,var(--placeholder-opacity))}.lg\:focus\:placeholder-gray-800:focus::placeholder{--placeholder-opacity:1;color:#313131;color:rgba(49,49,49,var(--placeholder-opacity))}.lg\:focus\:placeholder-gray-900:focus::-moz-placeholder{--placeholder-opacity:1;color:#728597;color:rgba(114,133,151,var(--placeholder-opacity))}.lg\:focus\:placeholder-gray-900:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#728597;color:rgba(114,133,151,var(--placeholder-opacity))}.lg\:focus\:placeholder-gray-900:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#728597;color:rgba(114,133,151,var(--placeholder-opacity))}.lg\:focus\:placeholder-gray-900:focus::placeholder{--placeholder-opacity:1;color:#728597;color:rgba(114,133,151,var(--placeholder-opacity))}.lg\:focus\:placeholder-gray-50\%:focus::-moz-placeholder{color:rgba(0,0,0,.5)}.lg\:focus\:placeholder-gray-50\%:focus:-ms-input-placeholder{color:rgba(0,0,0,.5)}.lg\:focus\:placeholder-gray-50\%:focus::-ms-input-placeholder{color:rgba(0,0,0,.5)}.lg\:focus\:placeholder-gray-50\%:focus::placeholder{color:rgba(0,0,0,.5)}.lg\:focus\:placeholder-gray-30\%:focus::-moz-placeholder{color:rgba(0,0,0,.3)}.lg\:focus\:placeholder-gray-30\%:focus:-ms-input-placeholder{color:rgba(0,0,0,.3)}.lg\:focus\:placeholder-gray-30\%:focus::-ms-input-placeholder{color:rgba(0,0,0,.3)}.lg\:focus\:placeholder-gray-30\%:focus::placeholder{color:rgba(0,0,0,.3)}.lg\:focus\:placeholder-red-100:focus::-moz-placeholder{--placeholder-opacity:1;color:#fff5f5;color:rgba(255,245,245,var(--placeholder-opacity))}.lg\:focus\:placeholder-red-100:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#fff5f5;color:rgba(255,245,245,var(--placeholder-opacity))}.lg\:focus\:placeholder-red-100:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#fff5f5;color:rgba(255,245,245,var(--placeholder-opacity))}.lg\:focus\:placeholder-red-100:focus::placeholder{--placeholder-opacity:1;color:#fff5f5;color:rgba(255,245,245,var(--placeholder-opacity))}.lg\:focus\:placeholder-red-200:focus::-moz-placeholder{--placeholder-opacity:1;color:#fed7d7;color:rgba(254,215,215,var(--placeholder-opacity))}.lg\:focus\:placeholder-red-200:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#fed7d7;color:rgba(254,215,215,var(--placeholder-opacity))}.lg\:focus\:placeholder-red-200:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#fed7d7;color:rgba(254,215,215,var(--placeholder-opacity))}.lg\:focus\:placeholder-red-200:focus::placeholder{--placeholder-opacity:1;color:#fed7d7;color:rgba(254,215,215,var(--placeholder-opacity))}.lg\:focus\:placeholder-red-300:focus::-moz-placeholder{--placeholder-opacity:1;color:#feb2b2;color:rgba(254,178,178,var(--placeholder-opacity))}.lg\:focus\:placeholder-red-300:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#feb2b2;color:rgba(254,178,178,var(--placeholder-opacity))}.lg\:focus\:placeholder-red-300:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#feb2b2;color:rgba(254,178,178,var(--placeholder-opacity))}.lg\:focus\:placeholder-red-300:focus::placeholder{--placeholder-opacity:1;color:#feb2b2;color:rgba(254,178,178,var(--placeholder-opacity))}.lg\:focus\:placeholder-red-400:focus::-moz-placeholder{--placeholder-opacity:1;color:#fc8181;color:rgba(252,129,129,var(--placeholder-opacity))}.lg\:focus\:placeholder-red-400:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#fc8181;color:rgba(252,129,129,var(--placeholder-opacity))}.lg\:focus\:placeholder-red-400:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#fc8181;color:rgba(252,129,129,var(--placeholder-opacity))}.lg\:focus\:placeholder-red-400:focus::placeholder{--placeholder-opacity:1;color:#fc8181;color:rgba(252,129,129,var(--placeholder-opacity))}.lg\:focus\:placeholder-red-500:focus::-moz-placeholder{--placeholder-opacity:1;color:#f56565;color:rgba(245,101,101,var(--placeholder-opacity))}.lg\:focus\:placeholder-red-500:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#f56565;color:rgba(245,101,101,var(--placeholder-opacity))}.lg\:focus\:placeholder-red-500:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#f56565;color:rgba(245,101,101,var(--placeholder-opacity))}.lg\:focus\:placeholder-red-500:focus::placeholder{--placeholder-opacity:1;color:#f56565;color:rgba(245,101,101,var(--placeholder-opacity))}.lg\:focus\:placeholder-red-600:focus::-moz-placeholder{--placeholder-opacity:1;color:#e53e3e;color:rgba(229,62,62,var(--placeholder-opacity))}.lg\:focus\:placeholder-red-600:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#e53e3e;color:rgba(229,62,62,var(--placeholder-opacity))}.lg\:focus\:placeholder-red-600:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#e53e3e;color:rgba(229,62,62,var(--placeholder-opacity))}.lg\:focus\:placeholder-red-600:focus::placeholder{--placeholder-opacity:1;color:#e53e3e;color:rgba(229,62,62,var(--placeholder-opacity))}.lg\:focus\:placeholder-red-700:focus::-moz-placeholder{--placeholder-opacity:1;color:#c53030;color:rgba(197,48,48,var(--placeholder-opacity))}.lg\:focus\:placeholder-red-700:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#c53030;color:rgba(197,48,48,var(--placeholder-opacity))}.lg\:focus\:placeholder-red-700:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#c53030;color:rgba(197,48,48,var(--placeholder-opacity))}.lg\:focus\:placeholder-red-700:focus::placeholder{--placeholder-opacity:1;color:#c53030;color:rgba(197,48,48,var(--placeholder-opacity))}.lg\:focus\:placeholder-red-800:focus::-moz-placeholder{--placeholder-opacity:1;color:#9b2c2c;color:rgba(155,44,44,var(--placeholder-opacity))}.lg\:focus\:placeholder-red-800:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#9b2c2c;color:rgba(155,44,44,var(--placeholder-opacity))}.lg\:focus\:placeholder-red-800:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#9b2c2c;color:rgba(155,44,44,var(--placeholder-opacity))}.lg\:focus\:placeholder-red-800:focus::placeholder{--placeholder-opacity:1;color:#9b2c2c;color:rgba(155,44,44,var(--placeholder-opacity))}.lg\:focus\:placeholder-red-900:focus::-moz-placeholder{--placeholder-opacity:1;color:#742a2a;color:rgba(116,42,42,var(--placeholder-opacity))}.lg\:focus\:placeholder-red-900:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#742a2a;color:rgba(116,42,42,var(--placeholder-opacity))}.lg\:focus\:placeholder-red-900:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#742a2a;color:rgba(116,42,42,var(--placeholder-opacity))}.lg\:focus\:placeholder-red-900:focus::placeholder{--placeholder-opacity:1;color:#742a2a;color:rgba(116,42,42,var(--placeholder-opacity))}.lg\:focus\:placeholder-orange-100:focus::-moz-placeholder{--placeholder-opacity:1;color:#fffaf0;color:rgba(255,250,240,var(--placeholder-opacity))}.lg\:focus\:placeholder-orange-100:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#fffaf0;color:rgba(255,250,240,var(--placeholder-opacity))}.lg\:focus\:placeholder-orange-100:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#fffaf0;color:rgba(255,250,240,var(--placeholder-opacity))}.lg\:focus\:placeholder-orange-100:focus::placeholder{--placeholder-opacity:1;color:#fffaf0;color:rgba(255,250,240,var(--placeholder-opacity))}.lg\:focus\:placeholder-orange-200:focus::-moz-placeholder{--placeholder-opacity:1;color:#feebc8;color:rgba(254,235,200,var(--placeholder-opacity))}.lg\:focus\:placeholder-orange-200:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#feebc8;color:rgba(254,235,200,var(--placeholder-opacity))}.lg\:focus\:placeholder-orange-200:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#feebc8;color:rgba(254,235,200,var(--placeholder-opacity))}.lg\:focus\:placeholder-orange-200:focus::placeholder{--placeholder-opacity:1;color:#feebc8;color:rgba(254,235,200,var(--placeholder-opacity))}.lg\:focus\:placeholder-orange-300:focus::-moz-placeholder{--placeholder-opacity:1;color:#fbd38d;color:rgba(251,211,141,var(--placeholder-opacity))}.lg\:focus\:placeholder-orange-300:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#fbd38d;color:rgba(251,211,141,var(--placeholder-opacity))}.lg\:focus\:placeholder-orange-300:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#fbd38d;color:rgba(251,211,141,var(--placeholder-opacity))}.lg\:focus\:placeholder-orange-300:focus::placeholder{--placeholder-opacity:1;color:#fbd38d;color:rgba(251,211,141,var(--placeholder-opacity))}.lg\:focus\:placeholder-orange-400:focus::-moz-placeholder{--placeholder-opacity:1;color:#f6ad55;color:rgba(246,173,85,var(--placeholder-opacity))}.lg\:focus\:placeholder-orange-400:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#f6ad55;color:rgba(246,173,85,var(--placeholder-opacity))}.lg\:focus\:placeholder-orange-400:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#f6ad55;color:rgba(246,173,85,var(--placeholder-opacity))}.lg\:focus\:placeholder-orange-400:focus::placeholder{--placeholder-opacity:1;color:#f6ad55;color:rgba(246,173,85,var(--placeholder-opacity))}.lg\:focus\:placeholder-orange-500:focus::-moz-placeholder{--placeholder-opacity:1;color:#ed8936;color:rgba(237,137,54,var(--placeholder-opacity))}.lg\:focus\:placeholder-orange-500:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#ed8936;color:rgba(237,137,54,var(--placeholder-opacity))}.lg\:focus\:placeholder-orange-500:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#ed8936;color:rgba(237,137,54,var(--placeholder-opacity))}.lg\:focus\:placeholder-orange-500:focus::placeholder{--placeholder-opacity:1;color:#ed8936;color:rgba(237,137,54,var(--placeholder-opacity))}.lg\:focus\:placeholder-orange-600:focus::-moz-placeholder{--placeholder-opacity:1;color:#dd6b20;color:rgba(221,107,32,var(--placeholder-opacity))}.lg\:focus\:placeholder-orange-600:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#dd6b20;color:rgba(221,107,32,var(--placeholder-opacity))}.lg\:focus\:placeholder-orange-600:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#dd6b20;color:rgba(221,107,32,var(--placeholder-opacity))}.lg\:focus\:placeholder-orange-600:focus::placeholder{--placeholder-opacity:1;color:#dd6b20;color:rgba(221,107,32,var(--placeholder-opacity))}.lg\:focus\:placeholder-orange-700:focus::-moz-placeholder{--placeholder-opacity:1;color:#c05621;color:rgba(192,86,33,var(--placeholder-opacity))}.lg\:focus\:placeholder-orange-700:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#c05621;color:rgba(192,86,33,var(--placeholder-opacity))}.lg\:focus\:placeholder-orange-700:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#c05621;color:rgba(192,86,33,var(--placeholder-opacity))}.lg\:focus\:placeholder-orange-700:focus::placeholder{--placeholder-opacity:1;color:#c05621;color:rgba(192,86,33,var(--placeholder-opacity))}.lg\:focus\:placeholder-orange-800:focus::-moz-placeholder{--placeholder-opacity:1;color:#9c4221;color:rgba(156,66,33,var(--placeholder-opacity))}.lg\:focus\:placeholder-orange-800:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#9c4221;color:rgba(156,66,33,var(--placeholder-opacity))}.lg\:focus\:placeholder-orange-800:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#9c4221;color:rgba(156,66,33,var(--placeholder-opacity))}.lg\:focus\:placeholder-orange-800:focus::placeholder{--placeholder-opacity:1;color:#9c4221;color:rgba(156,66,33,var(--placeholder-opacity))}.lg\:focus\:placeholder-orange-900:focus::-moz-placeholder{--placeholder-opacity:1;color:#7b341e;color:rgba(123,52,30,var(--placeholder-opacity))}.lg\:focus\:placeholder-orange-900:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#7b341e;color:rgba(123,52,30,var(--placeholder-opacity))}.lg\:focus\:placeholder-orange-900:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#7b341e;color:rgba(123,52,30,var(--placeholder-opacity))}.lg\:focus\:placeholder-orange-900:focus::placeholder{--placeholder-opacity:1;color:#7b341e;color:rgba(123,52,30,var(--placeholder-opacity))}.lg\:focus\:placeholder-yellow-100:focus::-moz-placeholder{--placeholder-opacity:1;color:ivory;color:rgba(255,255,240,var(--placeholder-opacity))}.lg\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder{--placeholder-opacity:1;color:ivory;color:rgba(255,255,240,var(--placeholder-opacity))}.lg\:focus\:placeholder-yellow-100:focus::-ms-input-placeholder{--placeholder-opacity:1;color:ivory;color:rgba(255,255,240,var(--placeholder-opacity))}.lg\:focus\:placeholder-yellow-100:focus::placeholder{--placeholder-opacity:1;color:ivory;color:rgba(255,255,240,var(--placeholder-opacity))}.lg\:focus\:placeholder-yellow-200:focus::-moz-placeholder{--placeholder-opacity:1;color:#fefcbf;color:rgba(254,252,191,var(--placeholder-opacity))}.lg\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#fefcbf;color:rgba(254,252,191,var(--placeholder-opacity))}.lg\:focus\:placeholder-yellow-200:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#fefcbf;color:rgba(254,252,191,var(--placeholder-opacity))}.lg\:focus\:placeholder-yellow-200:focus::placeholder{--placeholder-opacity:1;color:#fefcbf;color:rgba(254,252,191,var(--placeholder-opacity))}.lg\:focus\:placeholder-yellow-300:focus::-moz-placeholder{--placeholder-opacity:1;color:#faf089;color:rgba(250,240,137,var(--placeholder-opacity))}.lg\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#faf089;color:rgba(250,240,137,var(--placeholder-opacity))}.lg\:focus\:placeholder-yellow-300:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#faf089;color:rgba(250,240,137,var(--placeholder-opacity))}.lg\:focus\:placeholder-yellow-300:focus::placeholder{--placeholder-opacity:1;color:#faf089;color:rgba(250,240,137,var(--placeholder-opacity))}.lg\:focus\:placeholder-yellow-400:focus::-moz-placeholder{--placeholder-opacity:1;color:#f6e05e;color:rgba(246,224,94,var(--placeholder-opacity))}.lg\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#f6e05e;color:rgba(246,224,94,var(--placeholder-opacity))}.lg\:focus\:placeholder-yellow-400:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#f6e05e;color:rgba(246,224,94,var(--placeholder-opacity))}.lg\:focus\:placeholder-yellow-400:focus::placeholder{--placeholder-opacity:1;color:#f6e05e;color:rgba(246,224,94,var(--placeholder-opacity))}.lg\:focus\:placeholder-yellow-500:focus::-moz-placeholder{--placeholder-opacity:1;color:#ecc94b;color:rgba(236,201,75,var(--placeholder-opacity))}.lg\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#ecc94b;color:rgba(236,201,75,var(--placeholder-opacity))}.lg\:focus\:placeholder-yellow-500:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#ecc94b;color:rgba(236,201,75,var(--placeholder-opacity))}.lg\:focus\:placeholder-yellow-500:focus::placeholder{--placeholder-opacity:1;color:#ecc94b;color:rgba(236,201,75,var(--placeholder-opacity))}.lg\:focus\:placeholder-yellow-600:focus::-moz-placeholder{--placeholder-opacity:1;color:#d69e2e;color:rgba(214,158,46,var(--placeholder-opacity))}.lg\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#d69e2e;color:rgba(214,158,46,var(--placeholder-opacity))}.lg\:focus\:placeholder-yellow-600:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#d69e2e;color:rgba(214,158,46,var(--placeholder-opacity))}.lg\:focus\:placeholder-yellow-600:focus::placeholder{--placeholder-opacity:1;color:#d69e2e;color:rgba(214,158,46,var(--placeholder-opacity))}.lg\:focus\:placeholder-yellow-700:focus::-moz-placeholder{--placeholder-opacity:1;color:#b7791f;color:rgba(183,121,31,var(--placeholder-opacity))}.lg\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#b7791f;color:rgba(183,121,31,var(--placeholder-opacity))}.lg\:focus\:placeholder-yellow-700:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#b7791f;color:rgba(183,121,31,var(--placeholder-opacity))}.lg\:focus\:placeholder-yellow-700:focus::placeholder{--placeholder-opacity:1;color:#b7791f;color:rgba(183,121,31,var(--placeholder-opacity))}.lg\:focus\:placeholder-yellow-800:focus::-moz-placeholder{--placeholder-opacity:1;color:#975a16;color:rgba(151,90,22,var(--placeholder-opacity))}.lg\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#975a16;color:rgba(151,90,22,var(--placeholder-opacity))}.lg\:focus\:placeholder-yellow-800:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#975a16;color:rgba(151,90,22,var(--placeholder-opacity))}.lg\:focus\:placeholder-yellow-800:focus::placeholder{--placeholder-opacity:1;color:#975a16;color:rgba(151,90,22,var(--placeholder-opacity))}.lg\:focus\:placeholder-yellow-900:focus::-moz-placeholder{--placeholder-opacity:1;color:#744210;color:rgba(116,66,16,var(--placeholder-opacity))}.lg\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#744210;color:rgba(116,66,16,var(--placeholder-opacity))}.lg\:focus\:placeholder-yellow-900:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#744210;color:rgba(116,66,16,var(--placeholder-opacity))}.lg\:focus\:placeholder-yellow-900:focus::placeholder{--placeholder-opacity:1;color:#744210;color:rgba(116,66,16,var(--placeholder-opacity))}.lg\:focus\:placeholder-green:focus::-moz-placeholder{--placeholder-opacity:1;color:#478415;color:rgba(71,132,21,var(--placeholder-opacity))}.lg\:focus\:placeholder-green:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#478415;color:rgba(71,132,21,var(--placeholder-opacity))}.lg\:focus\:placeholder-green:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#478415;color:rgba(71,132,21,var(--placeholder-opacity))}.lg\:focus\:placeholder-green:focus::placeholder{--placeholder-opacity:1;color:#478415;color:rgba(71,132,21,var(--placeholder-opacity))}.lg\:focus\:placeholder-teal-100:focus::-moz-placeholder{--placeholder-opacity:1;color:#e6fffa;color:rgba(230,255,250,var(--placeholder-opacity))}.lg\:focus\:placeholder-teal-100:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#e6fffa;color:rgba(230,255,250,var(--placeholder-opacity))}.lg\:focus\:placeholder-teal-100:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#e6fffa;color:rgba(230,255,250,var(--placeholder-opacity))}.lg\:focus\:placeholder-teal-100:focus::placeholder{--placeholder-opacity:1;color:#e6fffa;color:rgba(230,255,250,var(--placeholder-opacity))}.lg\:focus\:placeholder-teal-200:focus::-moz-placeholder{--placeholder-opacity:1;color:#b2f5ea;color:rgba(178,245,234,var(--placeholder-opacity))}.lg\:focus\:placeholder-teal-200:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#b2f5ea;color:rgba(178,245,234,var(--placeholder-opacity))}.lg\:focus\:placeholder-teal-200:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#b2f5ea;color:rgba(178,245,234,var(--placeholder-opacity))}.lg\:focus\:placeholder-teal-200:focus::placeholder{--placeholder-opacity:1;color:#b2f5ea;color:rgba(178,245,234,var(--placeholder-opacity))}.lg\:focus\:placeholder-teal-300:focus::-moz-placeholder{--placeholder-opacity:1;color:#81e6d9;color:rgba(129,230,217,var(--placeholder-opacity))}.lg\:focus\:placeholder-teal-300:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#81e6d9;color:rgba(129,230,217,var(--placeholder-opacity))}.lg\:focus\:placeholder-teal-300:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#81e6d9;color:rgba(129,230,217,var(--placeholder-opacity))}.lg\:focus\:placeholder-teal-300:focus::placeholder{--placeholder-opacity:1;color:#81e6d9;color:rgba(129,230,217,var(--placeholder-opacity))}.lg\:focus\:placeholder-teal-400:focus::-moz-placeholder{--placeholder-opacity:1;color:#4fd1c5;color:rgba(79,209,197,var(--placeholder-opacity))}.lg\:focus\:placeholder-teal-400:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#4fd1c5;color:rgba(79,209,197,var(--placeholder-opacity))}.lg\:focus\:placeholder-teal-400:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#4fd1c5;color:rgba(79,209,197,var(--placeholder-opacity))}.lg\:focus\:placeholder-teal-400:focus::placeholder{--placeholder-opacity:1;color:#4fd1c5;color:rgba(79,209,197,var(--placeholder-opacity))}.lg\:focus\:placeholder-teal-500:focus::-moz-placeholder{--placeholder-opacity:1;color:#38b2ac;color:rgba(56,178,172,var(--placeholder-opacity))}.lg\:focus\:placeholder-teal-500:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#38b2ac;color:rgba(56,178,172,var(--placeholder-opacity))}.lg\:focus\:placeholder-teal-500:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#38b2ac;color:rgba(56,178,172,var(--placeholder-opacity))}.lg\:focus\:placeholder-teal-500:focus::placeholder{--placeholder-opacity:1;color:#38b2ac;color:rgba(56,178,172,var(--placeholder-opacity))}.lg\:focus\:placeholder-teal-600:focus::-moz-placeholder{--placeholder-opacity:1;color:#319795;color:rgba(49,151,149,var(--placeholder-opacity))}.lg\:focus\:placeholder-teal-600:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#319795;color:rgba(49,151,149,var(--placeholder-opacity))}.lg\:focus\:placeholder-teal-600:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#319795;color:rgba(49,151,149,var(--placeholder-opacity))}.lg\:focus\:placeholder-teal-600:focus::placeholder{--placeholder-opacity:1;color:#319795;color:rgba(49,151,149,var(--placeholder-opacity))}.lg\:focus\:placeholder-teal-700:focus::-moz-placeholder{--placeholder-opacity:1;color:#2c7a7b;color:rgba(44,122,123,var(--placeholder-opacity))}.lg\:focus\:placeholder-teal-700:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#2c7a7b;color:rgba(44,122,123,var(--placeholder-opacity))}.lg\:focus\:placeholder-teal-700:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#2c7a7b;color:rgba(44,122,123,var(--placeholder-opacity))}.lg\:focus\:placeholder-teal-700:focus::placeholder{--placeholder-opacity:1;color:#2c7a7b;color:rgba(44,122,123,var(--placeholder-opacity))}.lg\:focus\:placeholder-teal-800:focus::-moz-placeholder{--placeholder-opacity:1;color:#285e61;color:rgba(40,94,97,var(--placeholder-opacity))}.lg\:focus\:placeholder-teal-800:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#285e61;color:rgba(40,94,97,var(--placeholder-opacity))}.lg\:focus\:placeholder-teal-800:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#285e61;color:rgba(40,94,97,var(--placeholder-opacity))}.lg\:focus\:placeholder-teal-800:focus::placeholder{--placeholder-opacity:1;color:#285e61;color:rgba(40,94,97,var(--placeholder-opacity))}.lg\:focus\:placeholder-teal-900:focus::-moz-placeholder{--placeholder-opacity:1;color:#234e52;color:rgba(35,78,82,var(--placeholder-opacity))}.lg\:focus\:placeholder-teal-900:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#234e52;color:rgba(35,78,82,var(--placeholder-opacity))}.lg\:focus\:placeholder-teal-900:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#234e52;color:rgba(35,78,82,var(--placeholder-opacity))}.lg\:focus\:placeholder-teal-900:focus::placeholder{--placeholder-opacity:1;color:#234e52;color:rgba(35,78,82,var(--placeholder-opacity))}.lg\:focus\:placeholder-blue-100:focus::-moz-placeholder{--placeholder-opacity:1;color:#ebf8ff;color:rgba(235,248,255,var(--placeholder-opacity))}.lg\:focus\:placeholder-blue-100:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#ebf8ff;color:rgba(235,248,255,var(--placeholder-opacity))}.lg\:focus\:placeholder-blue-100:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#ebf8ff;color:rgba(235,248,255,var(--placeholder-opacity))}.lg\:focus\:placeholder-blue-100:focus::placeholder{--placeholder-opacity:1;color:#ebf8ff;color:rgba(235,248,255,var(--placeholder-opacity))}.lg\:focus\:placeholder-blue-200:focus::-moz-placeholder{--placeholder-opacity:1;color:#bee3f8;color:rgba(190,227,248,var(--placeholder-opacity))}.lg\:focus\:placeholder-blue-200:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#bee3f8;color:rgba(190,227,248,var(--placeholder-opacity))}.lg\:focus\:placeholder-blue-200:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#bee3f8;color:rgba(190,227,248,var(--placeholder-opacity))}.lg\:focus\:placeholder-blue-200:focus::placeholder{--placeholder-opacity:1;color:#bee3f8;color:rgba(190,227,248,var(--placeholder-opacity))}.lg\:focus\:placeholder-blue-300:focus::-moz-placeholder{--placeholder-opacity:1;color:#90cdf4;color:rgba(144,205,244,var(--placeholder-opacity))}.lg\:focus\:placeholder-blue-300:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#90cdf4;color:rgba(144,205,244,var(--placeholder-opacity))}.lg\:focus\:placeholder-blue-300:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#90cdf4;color:rgba(144,205,244,var(--placeholder-opacity))}.lg\:focus\:placeholder-blue-300:focus::placeholder{--placeholder-opacity:1;color:#90cdf4;color:rgba(144,205,244,var(--placeholder-opacity))}.lg\:focus\:placeholder-blue-400:focus::-moz-placeholder{--placeholder-opacity:1;color:#63b3ed;color:rgba(99,179,237,var(--placeholder-opacity))}.lg\:focus\:placeholder-blue-400:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#63b3ed;color:rgba(99,179,237,var(--placeholder-opacity))}.lg\:focus\:placeholder-blue-400:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#63b3ed;color:rgba(99,179,237,var(--placeholder-opacity))}.lg\:focus\:placeholder-blue-400:focus::placeholder{--placeholder-opacity:1;color:#63b3ed;color:rgba(99,179,237,var(--placeholder-opacity))}.lg\:focus\:placeholder-blue-500:focus::-moz-placeholder{--placeholder-opacity:1;color:#4299e1;color:rgba(66,153,225,var(--placeholder-opacity))}.lg\:focus\:placeholder-blue-500:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#4299e1;color:rgba(66,153,225,var(--placeholder-opacity))}.lg\:focus\:placeholder-blue-500:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#4299e1;color:rgba(66,153,225,var(--placeholder-opacity))}.lg\:focus\:placeholder-blue-500:focus::placeholder{--placeholder-opacity:1;color:#4299e1;color:rgba(66,153,225,var(--placeholder-opacity))}.lg\:focus\:placeholder-blue-600:focus::-moz-placeholder{--placeholder-opacity:1;color:#3182ce;color:rgba(49,130,206,var(--placeholder-opacity))}.lg\:focus\:placeholder-blue-600:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#3182ce;color:rgba(49,130,206,var(--placeholder-opacity))}.lg\:focus\:placeholder-blue-600:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#3182ce;color:rgba(49,130,206,var(--placeholder-opacity))}.lg\:focus\:placeholder-blue-600:focus::placeholder{--placeholder-opacity:1;color:#3182ce;color:rgba(49,130,206,var(--placeholder-opacity))}.lg\:focus\:placeholder-blue-700:focus::-moz-placeholder{--placeholder-opacity:1;color:#2b6cb0;color:rgba(43,108,176,var(--placeholder-opacity))}.lg\:focus\:placeholder-blue-700:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#2b6cb0;color:rgba(43,108,176,var(--placeholder-opacity))}.lg\:focus\:placeholder-blue-700:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#2b6cb0;color:rgba(43,108,176,var(--placeholder-opacity))}.lg\:focus\:placeholder-blue-700:focus::placeholder{--placeholder-opacity:1;color:#2b6cb0;color:rgba(43,108,176,var(--placeholder-opacity))}.lg\:focus\:placeholder-blue-800:focus::-moz-placeholder{--placeholder-opacity:1;color:#2c5282;color:rgba(44,82,130,var(--placeholder-opacity))}.lg\:focus\:placeholder-blue-800:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#2c5282;color:rgba(44,82,130,var(--placeholder-opacity))}.lg\:focus\:placeholder-blue-800:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#2c5282;color:rgba(44,82,130,var(--placeholder-opacity))}.lg\:focus\:placeholder-blue-800:focus::placeholder{--placeholder-opacity:1;color:#2c5282;color:rgba(44,82,130,var(--placeholder-opacity))}.lg\:focus\:placeholder-blue-900:focus::-moz-placeholder{--placeholder-opacity:1;color:#2a4365;color:rgba(42,67,101,var(--placeholder-opacity))}.lg\:focus\:placeholder-blue-900:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#2a4365;color:rgba(42,67,101,var(--placeholder-opacity))}.lg\:focus\:placeholder-blue-900:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#2a4365;color:rgba(42,67,101,var(--placeholder-opacity))}.lg\:focus\:placeholder-blue-900:focus::placeholder{--placeholder-opacity:1;color:#2a4365;color:rgba(42,67,101,var(--placeholder-opacity))}.lg\:focus\:placeholder-indigo-100:focus::-moz-placeholder{--placeholder-opacity:1;color:#ebf4ff;color:rgba(235,244,255,var(--placeholder-opacity))}.lg\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#ebf4ff;color:rgba(235,244,255,var(--placeholder-opacity))}.lg\:focus\:placeholder-indigo-100:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#ebf4ff;color:rgba(235,244,255,var(--placeholder-opacity))}.lg\:focus\:placeholder-indigo-100:focus::placeholder{--placeholder-opacity:1;color:#ebf4ff;color:rgba(235,244,255,var(--placeholder-opacity))}.lg\:focus\:placeholder-indigo-200:focus::-moz-placeholder{--placeholder-opacity:1;color:#c3dafe;color:rgba(195,218,254,var(--placeholder-opacity))}.lg\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#c3dafe;color:rgba(195,218,254,var(--placeholder-opacity))}.lg\:focus\:placeholder-indigo-200:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#c3dafe;color:rgba(195,218,254,var(--placeholder-opacity))}.lg\:focus\:placeholder-indigo-200:focus::placeholder{--placeholder-opacity:1;color:#c3dafe;color:rgba(195,218,254,var(--placeholder-opacity))}.lg\:focus\:placeholder-indigo-300:focus::-moz-placeholder{--placeholder-opacity:1;color:#a3bffa;color:rgba(163,191,250,var(--placeholder-opacity))}.lg\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#a3bffa;color:rgba(163,191,250,var(--placeholder-opacity))}.lg\:focus\:placeholder-indigo-300:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#a3bffa;color:rgba(163,191,250,var(--placeholder-opacity))}.lg\:focus\:placeholder-indigo-300:focus::placeholder{--placeholder-opacity:1;color:#a3bffa;color:rgba(163,191,250,var(--placeholder-opacity))}.lg\:focus\:placeholder-indigo-400:focus::-moz-placeholder{--placeholder-opacity:1;color:#7f9cf5;color:rgba(127,156,245,var(--placeholder-opacity))}.lg\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#7f9cf5;color:rgba(127,156,245,var(--placeholder-opacity))}.lg\:focus\:placeholder-indigo-400:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#7f9cf5;color:rgba(127,156,245,var(--placeholder-opacity))}.lg\:focus\:placeholder-indigo-400:focus::placeholder{--placeholder-opacity:1;color:#7f9cf5;color:rgba(127,156,245,var(--placeholder-opacity))}.lg\:focus\:placeholder-indigo-500:focus::-moz-placeholder{--placeholder-opacity:1;color:#667eea;color:rgba(102,126,234,var(--placeholder-opacity))}.lg\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#667eea;color:rgba(102,126,234,var(--placeholder-opacity))}.lg\:focus\:placeholder-indigo-500:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#667eea;color:rgba(102,126,234,var(--placeholder-opacity))}.lg\:focus\:placeholder-indigo-500:focus::placeholder{--placeholder-opacity:1;color:#667eea;color:rgba(102,126,234,var(--placeholder-opacity))}.lg\:focus\:placeholder-indigo-600:focus::-moz-placeholder{--placeholder-opacity:1;color:#5a67d8;color:rgba(90,103,216,var(--placeholder-opacity))}.lg\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#5a67d8;color:rgba(90,103,216,var(--placeholder-opacity))}.lg\:focus\:placeholder-indigo-600:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#5a67d8;color:rgba(90,103,216,var(--placeholder-opacity))}.lg\:focus\:placeholder-indigo-600:focus::placeholder{--placeholder-opacity:1;color:#5a67d8;color:rgba(90,103,216,var(--placeholder-opacity))}.lg\:focus\:placeholder-indigo-700:focus::-moz-placeholder{--placeholder-opacity:1;color:#4c51bf;color:rgba(76,81,191,var(--placeholder-opacity))}.lg\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#4c51bf;color:rgba(76,81,191,var(--placeholder-opacity))}.lg\:focus\:placeholder-indigo-700:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#4c51bf;color:rgba(76,81,191,var(--placeholder-opacity))}.lg\:focus\:placeholder-indigo-700:focus::placeholder{--placeholder-opacity:1;color:#4c51bf;color:rgba(76,81,191,var(--placeholder-opacity))}.lg\:focus\:placeholder-indigo-800:focus::-moz-placeholder{--placeholder-opacity:1;color:#434190;color:rgba(67,65,144,var(--placeholder-opacity))}.lg\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#434190;color:rgba(67,65,144,var(--placeholder-opacity))}.lg\:focus\:placeholder-indigo-800:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#434190;color:rgba(67,65,144,var(--placeholder-opacity))}.lg\:focus\:placeholder-indigo-800:focus::placeholder{--placeholder-opacity:1;color:#434190;color:rgba(67,65,144,var(--placeholder-opacity))}.lg\:focus\:placeholder-indigo-900:focus::-moz-placeholder{--placeholder-opacity:1;color:#3c366b;color:rgba(60,54,107,var(--placeholder-opacity))}.lg\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#3c366b;color:rgba(60,54,107,var(--placeholder-opacity))}.lg\:focus\:placeholder-indigo-900:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#3c366b;color:rgba(60,54,107,var(--placeholder-opacity))}.lg\:focus\:placeholder-indigo-900:focus::placeholder{--placeholder-opacity:1;color:#3c366b;color:rgba(60,54,107,var(--placeholder-opacity))}.lg\:focus\:placeholder-purple-100:focus::-moz-placeholder{--placeholder-opacity:1;color:#faf5ff;color:rgba(250,245,255,var(--placeholder-opacity))}.lg\:focus\:placeholder-purple-100:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#faf5ff;color:rgba(250,245,255,var(--placeholder-opacity))}.lg\:focus\:placeholder-purple-100:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#faf5ff;color:rgba(250,245,255,var(--placeholder-opacity))}.lg\:focus\:placeholder-purple-100:focus::placeholder{--placeholder-opacity:1;color:#faf5ff;color:rgba(250,245,255,var(--placeholder-opacity))}.lg\:focus\:placeholder-purple-200:focus::-moz-placeholder{--placeholder-opacity:1;color:#e9d8fd;color:rgba(233,216,253,var(--placeholder-opacity))}.lg\:focus\:placeholder-purple-200:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#e9d8fd;color:rgba(233,216,253,var(--placeholder-opacity))}.lg\:focus\:placeholder-purple-200:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#e9d8fd;color:rgba(233,216,253,var(--placeholder-opacity))}.lg\:focus\:placeholder-purple-200:focus::placeholder{--placeholder-opacity:1;color:#e9d8fd;color:rgba(233,216,253,var(--placeholder-opacity))}.lg\:focus\:placeholder-purple-300:focus::-moz-placeholder{--placeholder-opacity:1;color:#d6bcfa;color:rgba(214,188,250,var(--placeholder-opacity))}.lg\:focus\:placeholder-purple-300:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#d6bcfa;color:rgba(214,188,250,var(--placeholder-opacity))}.lg\:focus\:placeholder-purple-300:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#d6bcfa;color:rgba(214,188,250,var(--placeholder-opacity))}.lg\:focus\:placeholder-purple-300:focus::placeholder{--placeholder-opacity:1;color:#d6bcfa;color:rgba(214,188,250,var(--placeholder-opacity))}.lg\:focus\:placeholder-purple-400:focus::-moz-placeholder{--placeholder-opacity:1;color:#b794f4;color:rgba(183,148,244,var(--placeholder-opacity))}.lg\:focus\:placeholder-purple-400:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#b794f4;color:rgba(183,148,244,var(--placeholder-opacity))}.lg\:focus\:placeholder-purple-400:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#b794f4;color:rgba(183,148,244,var(--placeholder-opacity))}.lg\:focus\:placeholder-purple-400:focus::placeholder{--placeholder-opacity:1;color:#b794f4;color:rgba(183,148,244,var(--placeholder-opacity))}.lg\:focus\:placeholder-purple-500:focus::-moz-placeholder{--placeholder-opacity:1;color:#9f7aea;color:rgba(159,122,234,var(--placeholder-opacity))}.lg\:focus\:placeholder-purple-500:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#9f7aea;color:rgba(159,122,234,var(--placeholder-opacity))}.lg\:focus\:placeholder-purple-500:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#9f7aea;color:rgba(159,122,234,var(--placeholder-opacity))}.lg\:focus\:placeholder-purple-500:focus::placeholder{--placeholder-opacity:1;color:#9f7aea;color:rgba(159,122,234,var(--placeholder-opacity))}.lg\:focus\:placeholder-purple-600:focus::-moz-placeholder{--placeholder-opacity:1;color:#805ad5;color:rgba(128,90,213,var(--placeholder-opacity))}.lg\:focus\:placeholder-purple-600:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#805ad5;color:rgba(128,90,213,var(--placeholder-opacity))}.lg\:focus\:placeholder-purple-600:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#805ad5;color:rgba(128,90,213,var(--placeholder-opacity))}.lg\:focus\:placeholder-purple-600:focus::placeholder{--placeholder-opacity:1;color:#805ad5;color:rgba(128,90,213,var(--placeholder-opacity))}.lg\:focus\:placeholder-purple-700:focus::-moz-placeholder{--placeholder-opacity:1;color:#6b46c1;color:rgba(107,70,193,var(--placeholder-opacity))}.lg\:focus\:placeholder-purple-700:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#6b46c1;color:rgba(107,70,193,var(--placeholder-opacity))}.lg\:focus\:placeholder-purple-700:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#6b46c1;color:rgba(107,70,193,var(--placeholder-opacity))}.lg\:focus\:placeholder-purple-700:focus::placeholder{--placeholder-opacity:1;color:#6b46c1;color:rgba(107,70,193,var(--placeholder-opacity))}.lg\:focus\:placeholder-purple-800:focus::-moz-placeholder{--placeholder-opacity:1;color:#553c9a;color:rgba(85,60,154,var(--placeholder-opacity))}.lg\:focus\:placeholder-purple-800:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#553c9a;color:rgba(85,60,154,var(--placeholder-opacity))}.lg\:focus\:placeholder-purple-800:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#553c9a;color:rgba(85,60,154,var(--placeholder-opacity))}.lg\:focus\:placeholder-purple-800:focus::placeholder{--placeholder-opacity:1;color:#553c9a;color:rgba(85,60,154,var(--placeholder-opacity))}.lg\:focus\:placeholder-purple-900:focus::-moz-placeholder{--placeholder-opacity:1;color:#44337a;color:rgba(68,51,122,var(--placeholder-opacity))}.lg\:focus\:placeholder-purple-900:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#44337a;color:rgba(68,51,122,var(--placeholder-opacity))}.lg\:focus\:placeholder-purple-900:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#44337a;color:rgba(68,51,122,var(--placeholder-opacity))}.lg\:focus\:placeholder-purple-900:focus::placeholder{--placeholder-opacity:1;color:#44337a;color:rgba(68,51,122,var(--placeholder-opacity))}.lg\:focus\:placeholder-pink-100:focus::-moz-placeholder{--placeholder-opacity:1;color:#fff5f7;color:rgba(255,245,247,var(--placeholder-opacity))}.lg\:focus\:placeholder-pink-100:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#fff5f7;color:rgba(255,245,247,var(--placeholder-opacity))}.lg\:focus\:placeholder-pink-100:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#fff5f7;color:rgba(255,245,247,var(--placeholder-opacity))}.lg\:focus\:placeholder-pink-100:focus::placeholder{--placeholder-opacity:1;color:#fff5f7;color:rgba(255,245,247,var(--placeholder-opacity))}.lg\:focus\:placeholder-pink-200:focus::-moz-placeholder{--placeholder-opacity:1;color:#fed7e2;color:rgba(254,215,226,var(--placeholder-opacity))}.lg\:focus\:placeholder-pink-200:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#fed7e2;color:rgba(254,215,226,var(--placeholder-opacity))}.lg\:focus\:placeholder-pink-200:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#fed7e2;color:rgba(254,215,226,var(--placeholder-opacity))}.lg\:focus\:placeholder-pink-200:focus::placeholder{--placeholder-opacity:1;color:#fed7e2;color:rgba(254,215,226,var(--placeholder-opacity))}.lg\:focus\:placeholder-pink-300:focus::-moz-placeholder{--placeholder-opacity:1;color:#fbb6ce;color:rgba(251,182,206,var(--placeholder-opacity))}.lg\:focus\:placeholder-pink-300:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#fbb6ce;color:rgba(251,182,206,var(--placeholder-opacity))}.lg\:focus\:placeholder-pink-300:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#fbb6ce;color:rgba(251,182,206,var(--placeholder-opacity))}.lg\:focus\:placeholder-pink-300:focus::placeholder{--placeholder-opacity:1;color:#fbb6ce;color:rgba(251,182,206,var(--placeholder-opacity))}.lg\:focus\:placeholder-pink-400:focus::-moz-placeholder{--placeholder-opacity:1;color:#f687b3;color:rgba(246,135,179,var(--placeholder-opacity))}.lg\:focus\:placeholder-pink-400:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#f687b3;color:rgba(246,135,179,var(--placeholder-opacity))}.lg\:focus\:placeholder-pink-400:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#f687b3;color:rgba(246,135,179,var(--placeholder-opacity))}.lg\:focus\:placeholder-pink-400:focus::placeholder{--placeholder-opacity:1;color:#f687b3;color:rgba(246,135,179,var(--placeholder-opacity))}.lg\:focus\:placeholder-pink-500:focus::-moz-placeholder{--placeholder-opacity:1;color:#ed64a6;color:rgba(237,100,166,var(--placeholder-opacity))}.lg\:focus\:placeholder-pink-500:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#ed64a6;color:rgba(237,100,166,var(--placeholder-opacity))}.lg\:focus\:placeholder-pink-500:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#ed64a6;color:rgba(237,100,166,var(--placeholder-opacity))}.lg\:focus\:placeholder-pink-500:focus::placeholder{--placeholder-opacity:1;color:#ed64a6;color:rgba(237,100,166,var(--placeholder-opacity))}.lg\:focus\:placeholder-pink-600:focus::-moz-placeholder{--placeholder-opacity:1;color:#d53f8c;color:rgba(213,63,140,var(--placeholder-opacity))}.lg\:focus\:placeholder-pink-600:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#d53f8c;color:rgba(213,63,140,var(--placeholder-opacity))}.lg\:focus\:placeholder-pink-600:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#d53f8c;color:rgba(213,63,140,var(--placeholder-opacity))}.lg\:focus\:placeholder-pink-600:focus::placeholder{--placeholder-opacity:1;color:#d53f8c;color:rgba(213,63,140,var(--placeholder-opacity))}.lg\:focus\:placeholder-pink-700:focus::-moz-placeholder{--placeholder-opacity:1;color:#b83280;color:rgba(184,50,128,var(--placeholder-opacity))}.lg\:focus\:placeholder-pink-700:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#b83280;color:rgba(184,50,128,var(--placeholder-opacity))}.lg\:focus\:placeholder-pink-700:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#b83280;color:rgba(184,50,128,var(--placeholder-opacity))}.lg\:focus\:placeholder-pink-700:focus::placeholder{--placeholder-opacity:1;color:#b83280;color:rgba(184,50,128,var(--placeholder-opacity))}.lg\:focus\:placeholder-pink-800:focus::-moz-placeholder{--placeholder-opacity:1;color:#97266d;color:rgba(151,38,109,var(--placeholder-opacity))}.lg\:focus\:placeholder-pink-800:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#97266d;color:rgba(151,38,109,var(--placeholder-opacity))}.lg\:focus\:placeholder-pink-800:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#97266d;color:rgba(151,38,109,var(--placeholder-opacity))}.lg\:focus\:placeholder-pink-800:focus::placeholder{--placeholder-opacity:1;color:#97266d;color:rgba(151,38,109,var(--placeholder-opacity))}.lg\:focus\:placeholder-pink-900:focus::-moz-placeholder{--placeholder-opacity:1;color:#702459;color:rgba(112,36,89,var(--placeholder-opacity))}.lg\:focus\:placeholder-pink-900:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#702459;color:rgba(112,36,89,var(--placeholder-opacity))}.lg\:focus\:placeholder-pink-900:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#702459;color:rgba(112,36,89,var(--placeholder-opacity))}.lg\:focus\:placeholder-pink-900:focus::placeholder{--placeholder-opacity:1;color:#702459;color:rgba(112,36,89,var(--placeholder-opacity))}.lg\:focus\:placeholder-text:focus::-moz-placeholder{--placeholder-opacity:1;color:#000;color:rgba(0,0,0,var(--placeholder-opacity))}.lg\:focus\:placeholder-text:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#000;color:rgba(0,0,0,var(--placeholder-opacity))}.lg\:focus\:placeholder-text:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#000;color:rgba(0,0,0,var(--placeholder-opacity))}.lg\:focus\:placeholder-text:focus::placeholder{--placeholder-opacity:1;color:#000;color:rgba(0,0,0,var(--placeholder-opacity))}.lg\:focus\:placeholder-primary:focus::-moz-placeholder{--placeholder-opacity:1;color:#0b3780;color:rgba(11,55,128,var(--placeholder-opacity))}.lg\:focus\:placeholder-primary:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#0b3780;color:rgba(11,55,128,var(--placeholder-opacity))}.lg\:focus\:placeholder-primary:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#0b3780;color:rgba(11,55,128,var(--placeholder-opacity))}.lg\:focus\:placeholder-primary:focus::placeholder{--placeholder-opacity:1;color:#0b3780;color:rgba(11,55,128,var(--placeholder-opacity))}.lg\:focus\:placeholder-secondary:focus::-moz-placeholder{--placeholder-opacity:1;color:#fecc00;color:rgba(254,204,0,var(--placeholder-opacity))}.lg\:focus\:placeholder-secondary:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#fecc00;color:rgba(254,204,0,var(--placeholder-opacity))}.lg\:focus\:placeholder-secondary:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#fecc00;color:rgba(254,204,0,var(--placeholder-opacity))}.lg\:focus\:placeholder-secondary:focus::placeholder{--placeholder-opacity:1;color:#fecc00;color:rgba(254,204,0,var(--placeholder-opacity))}.lg\:focus\:placeholder-primaryDark:focus::-moz-placeholder{--placeholder-opacity:1;color:#001e67;color:rgba(0,30,103,var(--placeholder-opacity))}.lg\:focus\:placeholder-primaryDark:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#001e67;color:rgba(0,30,103,var(--placeholder-opacity))}.lg\:focus\:placeholder-primaryDark:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#001e67;color:rgba(0,30,103,var(--placeholder-opacity))}.lg\:focus\:placeholder-primaryDark:focus::placeholder{--placeholder-opacity:1;color:#001e67;color:rgba(0,30,103,var(--placeholder-opacity))}.lg\:focus\:placeholder-clientCenterPrimary:focus::-moz-placeholder{--placeholder-opacity:1;color:#0f617e;color:rgba(15,97,126,var(--placeholder-opacity))}.lg\:focus\:placeholder-clientCenterPrimary:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#0f617e;color:rgba(15,97,126,var(--placeholder-opacity))}.lg\:focus\:placeholder-clientCenterPrimary:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#0f617e;color:rgba(15,97,126,var(--placeholder-opacity))}.lg\:focus\:placeholder-clientCenterPrimary:focus::placeholder{--placeholder-opacity:1;color:#0f617e;color:rgba(15,97,126,var(--placeholder-opacity))}.lg\:focus\:placeholder-clientCenterHover:focus::-moz-placeholder{--placeholder-opacity:1;color:#168cb5;color:rgba(22,140,181,var(--placeholder-opacity))}.lg\:focus\:placeholder-clientCenterHover:focus:-ms-input-placeholder{--placeholder-opacity:1;color:#168cb5;color:rgba(22,140,181,var(--placeholder-opacity))}.lg\:focus\:placeholder-clientCenterHover:focus::-ms-input-placeholder{--placeholder-opacity:1;color:#168cb5;color:rgba(22,140,181,var(--placeholder-opacity))}.lg\:focus\:placeholder-clientCenterHover:focus::placeholder{--placeholder-opacity:1;color:#168cb5;color:rgba(22,140,181,var(--placeholder-opacity))}.lg\:placeholder-opacity-0::-moz-placeholder{--placeholder-opacity:0}.lg\:placeholder-opacity-0:-ms-input-placeholder{--placeholder-opacity:0}.lg\:placeholder-opacity-0::-ms-input-placeholder{--placeholder-opacity:0}.lg\:placeholder-opacity-0::placeholder{--placeholder-opacity:0}.lg\:placeholder-opacity-10::-moz-placeholder{--placeholder-opacity:0.1}.lg\:placeholder-opacity-10:-ms-input-placeholder{--placeholder-opacity:0.1}.lg\:placeholder-opacity-10::-ms-input-placeholder{--placeholder-opacity:0.1}.lg\:placeholder-opacity-10::placeholder{--placeholder-opacity:0.1}.lg\:placeholder-opacity-25::-moz-placeholder{--placeholder-opacity:0.25}.lg\:placeholder-opacity-25:-ms-input-placeholder{--placeholder-opacity:0.25}.lg\:placeholder-opacity-25::-ms-input-placeholder{--placeholder-opacity:0.25}.lg\:placeholder-opacity-25::placeholder{--placeholder-opacity:0.25}.lg\:placeholder-opacity-50::-moz-placeholder{--placeholder-opacity:0.5}.lg\:placeholder-opacity-50:-ms-input-placeholder{--placeholder-opacity:0.5}.lg\:placeholder-opacity-50::-ms-input-placeholder{--placeholder-opacity:0.5}.lg\:placeholder-opacity-50::placeholder{--placeholder-opacity:0.5}.lg\:placeholder-opacity-75::-moz-placeholder{--placeholder-opacity:0.75}.lg\:placeholder-opacity-75:-ms-input-placeholder{--placeholder-opacity:0.75}.lg\:placeholder-opacity-75::-ms-input-placeholder{--placeholder-opacity:0.75}.lg\:placeholder-opacity-75::placeholder{--placeholder-opacity:0.75}.lg\:placeholder-opacity-100::-moz-placeholder{--placeholder-opacity:1}.lg\:placeholder-opacity-100:-ms-input-placeholder{--placeholder-opacity:1}.lg\:placeholder-opacity-100::-ms-input-placeholder{--placeholder-opacity:1}.lg\:placeholder-opacity-100::placeholder{--placeholder-opacity:1}.lg\:focus\:placeholder-opacity-0:focus::-moz-placeholder{--placeholder-opacity:0}.lg\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{--placeholder-opacity:0}.lg\:focus\:placeholder-opacity-0:focus::-ms-input-placeholder{--placeholder-opacity:0}.lg\:focus\:placeholder-opacity-0:focus::placeholder{--placeholder-opacity:0}.lg\:focus\:placeholder-opacity-10:focus::-moz-placeholder{--placeholder-opacity:0.1}.lg\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder{--placeholder-opacity:0.1}.lg\:focus\:placeholder-opacity-10:focus::-ms-input-placeholder{--placeholder-opacity:0.1}.lg\:focus\:placeholder-opacity-10:focus::placeholder{--placeholder-opacity:0.1}.lg\:focus\:placeholder-opacity-25:focus::-moz-placeholder{--placeholder-opacity:0.25}.lg\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{--placeholder-opacity:0.25}.lg\:focus\:placeholder-opacity-25:focus::-ms-input-placeholder{--placeholder-opacity:0.25}.lg\:focus\:placeholder-opacity-25:focus::placeholder{--placeholder-opacity:0.25}.lg\:focus\:placeholder-opacity-50:focus::-moz-placeholder{--placeholder-opacity:0.5}.lg\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{--placeholder-opacity:0.5}.lg\:focus\:placeholder-opacity-50:focus::-ms-input-placeholder{--placeholder-opacity:0.5}.lg\:focus\:placeholder-opacity-50:focus::placeholder{--placeholder-opacity:0.5}.lg\:focus\:placeholder-opacity-75:focus::-moz-placeholder{--placeholder-opacity:0.75}.lg\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{--placeholder-opacity:0.75}.lg\:focus\:placeholder-opacity-75:focus::-ms-input-placeholder{--placeholder-opacity:0.75}.lg\:focus\:placeholder-opacity-75:focus::placeholder{--placeholder-opacity:0.75}.lg\:focus\:placeholder-opacity-100:focus::-moz-placeholder{--placeholder-opacity:1}.lg\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{--placeholder-opacity:1}.lg\:focus\:placeholder-opacity-100:focus::-ms-input-placeholder{--placeholder-opacity:1}.lg\:focus\:placeholder-opacity-100:focus::placeholder{--placeholder-opacity:1}.lg\:pointer-events-none{pointer-events:none}.lg\:pointer-events-auto{pointer-events:auto}.lg\:static{position:static}.lg\:fixed{position:fixed}.lg\:absolute{position:absolute}.lg\:relative{position:relative}.lg\:sticky{position:-webkit-sticky;position:sticky}.lg\:inset-0{top:0;right:0;bottom:0;left:0}.lg\:inset-2{top:.6rem;right:.6rem;bottom:.6rem;left:.6rem}.lg\:inset-4{top:1rem;right:1rem;bottom:1rem;left:1rem}.lg\:inset-5{top:1.25rem;right:1.25rem;bottom:1.25rem;left:1.25rem}.lg\:inset-6{top:1.5rem;right:1.5rem;bottom:1.5rem;left:1.5rem}.lg\:inset-8{top:2rem;right:2rem;bottom:2rem;left:2rem}.lg\:inset-10{top:2.5rem;right:2.5rem;bottom:2.5rem;left:2.5rem}.lg\:inset-14{top:3.5rem;right:3.5rem;bottom:3.5rem;left:3.5rem}.lg\:inset-16{top:4rem;right:4rem;bottom:4rem;left:4rem}.lg\:inset-36{top:9rem;right:9rem;bottom:9rem;left:9rem}.lg\:inset-154{top:38.5rem;right:38.5rem;bottom:38.5rem;left:38.5rem}.lg\:inset-auto{top:auto;right:auto;bottom:auto;left:auto}.lg\:-inset-34px{top:-34px;right:-34px;bottom:-34px;left:-34px}.lg\:-inset-3px{top:-3px;right:-3px;bottom:-3px;left:-3px}.lg\:-inset-2{top:-.375rem;right:-.375rem;bottom:-.375rem;left:-.375rem}.lg\:-inset-3{top:-.75rem;right:-.75rem;bottom:-.75rem;left:-.75rem}.lg\:-inset-5{top:-1.25rem;right:-1.25rem;bottom:-1.25rem;left:-1.25rem}.lg\:-inset-7{top:-1.75rem;right:-1.75rem;bottom:-1.75rem;left:-1.75rem}.lg\:-inset-8px{top:-8px;right:-8px;bottom:-8px;left:-8px}.lg\:-inset-10px{top:-10px;right:-10px;bottom:-10px;left:-10px}.lg\:-inset-37px{top:-37px;right:-37px;bottom:-37px;left:-37px}.lg\:-inset-54px{top:-54px;right:-54px;bottom:-54px;left:-54px}.lg\:-inset-48px{top:-48px;right:-48px;bottom:-48px;left:-48px}.lg\:inset-1px{top:1px;right:1px;bottom:1px;left:1px}.lg\:inset-3px{top:3px;right:3px;bottom:3px;left:3px}.lg\:inset-5px{top:5px;right:5px;bottom:5px;left:5px}.lg\:inset-16px{top:16px;right:16px;bottom:16px;left:16px}.lg\:inset-32px{top:32px;right:32px;bottom:32px;left:32px}.lg\:-inset-0\.5rem{top:-.5rem;right:-.5rem;bottom:-.5rem;left:-.5rem}.lg\:inset-8\.5{top:2.2rem;right:2.2rem;bottom:2.2rem;left:2.2rem}.lg\:inset-1\/4{top:25%;right:25%;bottom:25%;left:25%}.lg\:inset-1\/3{top:33.333333%;right:33.333333%;bottom:33.333333%;left:33.333333%}.lg\:inset-1\/2{top:50%;right:50%;bottom:50%;left:50%}.lg\:-inset-14{top:-3.5rem;right:-3.5rem;bottom:-3.5rem;left:-3.5rem}.lg\:-inset-20{top:-5rem;right:-5rem;bottom:-5rem;left:-5rem}.lg\:-inset-44{top:-11rem;right:-11rem;bottom:-11rem;left:-11rem}.lg\:-inset-35{top:-8.75rem;right:-8.75rem;bottom:-8.75rem;left:-8.75rem}.lg\:-inset-45{top:-11.25rem;right:-11.25rem;bottom:-11.25rem;left:-11.25rem}.lg\:-inset-55{top:-13.75rem;right:-13.75rem;bottom:-13.75rem;left:-13.75rem}.lg\:-inset-65{top:-16.25rem;right:-16.25rem;bottom:-16.25rem;left:-16.25rem}.lg\:-inset-80{top:-20rem;right:-20rem;bottom:-20rem;left:-20rem}.lg\:-inset-105{top:-26.25rem;right:-26.25rem;bottom:-26.25rem;left:-26.25rem}.lg\:inset-50vh-15rem{top:calc(50vh - 15rem);right:calc(50vh - 15rem);bottom:calc(50vh - 15rem);left:calc(50vh - 15rem)}.lg\:inset-50vh-125px{top:calc(50vh - 125px);right:calc(50vh - 125px);bottom:calc(50vh - 125px);left:calc(50vh - 125px)}.lg\:inset-y-0{top:0;bottom:0}.lg\:inset-x-0{right:0;left:0}.lg\:inset-y-2{top:.6rem;bottom:.6rem}.lg\:inset-x-2{right:.6rem;left:.6rem}.lg\:inset-y-4{top:1rem;bottom:1rem}.lg\:inset-x-4{right:1rem;left:1rem}.lg\:inset-y-5{top:1.25rem;bottom:1.25rem}.lg\:inset-x-5{right:1.25rem;left:1.25rem}.lg\:inset-y-6{top:1.5rem;bottom:1.5rem}.lg\:inset-x-6{right:1.5rem;left:1.5rem}.lg\:inset-y-8{top:2rem;bottom:2rem}.lg\:inset-x-8{right:2rem;left:2rem}.lg\:inset-y-10{top:2.5rem;bottom:2.5rem}.lg\:inset-x-10{right:2.5rem;left:2.5rem}.lg\:inset-y-14{top:3.5rem;bottom:3.5rem}.lg\:inset-x-14{right:3.5rem;left:3.5rem}.lg\:inset-y-16{top:4rem;bottom:4rem}.lg\:inset-x-16{right:4rem;left:4rem}.lg\:inset-y-36{top:9rem;bottom:9rem}.lg\:inset-x-36{right:9rem;left:9rem}.lg\:inset-y-154{top:38.5rem;bottom:38.5rem}.lg\:inset-x-154{right:38.5rem;left:38.5rem}.lg\:inset-y-auto{top:auto;bottom:auto}.lg\:inset-x-auto{right:auto;left:auto}.lg\:-inset-y-34px{top:-34px;bottom:-34px}.lg\:-inset-x-34px{right:-34px;left:-34px}.lg\:-inset-y-3px{top:-3px;bottom:-3px}.lg\:-inset-x-3px{right:-3px;left:-3px}.lg\:-inset-y-2{top:-.375rem;bottom:-.375rem}.lg\:-inset-x-2{right:-.375rem;left:-.375rem}.lg\:-inset-y-3{top:-.75rem;bottom:-.75rem}.lg\:-inset-x-3{right:-.75rem;left:-.75rem}.lg\:-inset-y-5{top:-1.25rem;bottom:-1.25rem}.lg\:-inset-x-5{right:-1.25rem;left:-1.25rem}.lg\:-inset-y-7{top:-1.75rem;bottom:-1.75rem}.lg\:-inset-x-7{right:-1.75rem;left:-1.75rem}.lg\:-inset-y-8px{top:-8px;bottom:-8px}.lg\:-inset-x-8px{right:-8px;left:-8px}.lg\:-inset-y-10px{top:-10px;bottom:-10px}.lg\:-inset-x-10px{right:-10px;left:-10px}.lg\:-inset-y-37px{top:-37px;bottom:-37px}.lg\:-inset-x-37px{right:-37px;left:-37px}.lg\:-inset-y-54px{top:-54px;bottom:-54px}.lg\:-inset-x-54px{right:-54px;left:-54px}.lg\:-inset-y-48px{top:-48px;bottom:-48px}.lg\:-inset-x-48px{right:-48px;left:-48px}.lg\:inset-y-1px{top:1px;bottom:1px}.lg\:inset-x-1px{right:1px;left:1px}.lg\:inset-y-3px{top:3px;bottom:3px}.lg\:inset-x-3px{right:3px;left:3px}.lg\:inset-y-5px{top:5px;bottom:5px}.lg\:inset-x-5px{right:5px;left:5px}.lg\:inset-y-16px{top:16px;bottom:16px}.lg\:inset-x-16px{right:16px;left:16px}.lg\:inset-y-32px{top:32px;bottom:32px}.lg\:inset-x-32px{right:32px;left:32px}.lg\:-inset-y-0\.5rem{top:-.5rem;bottom:-.5rem}.lg\:-inset-x-0\.5rem{right:-.5rem;left:-.5rem}.lg\:inset-y-8\.5{top:2.2rem;bottom:2.2rem}.lg\:inset-x-8\.5{right:2.2rem;left:2.2rem}.lg\:inset-y-1\/4{top:25%;bottom:25%}.lg\:inset-x-1\/4{right:25%;left:25%}.lg\:inset-y-1\/3{top:33.333333%;bottom:33.333333%}.lg\:inset-x-1\/3{right:33.333333%;left:33.333333%}.lg\:inset-y-1\/2{top:50%;bottom:50%}.lg\:inset-x-1\/2{right:50%;left:50%}.lg\:-inset-y-14{top:-3.5rem;bottom:-3.5rem}.lg\:-inset-x-14{right:-3.5rem;left:-3.5rem}.lg\:-inset-y-20{top:-5rem;bottom:-5rem}.lg\:-inset-x-20{right:-5rem;left:-5rem}.lg\:-inset-y-44{top:-11rem;bottom:-11rem}.lg\:-inset-x-44{right:-11rem;left:-11rem}.lg\:-inset-y-35{top:-8.75rem;bottom:-8.75rem}.lg\:-inset-x-35{right:-8.75rem;left:-8.75rem}.lg\:-inset-y-45{top:-11.25rem;bottom:-11.25rem}.lg\:-inset-x-45{right:-11.25rem;left:-11.25rem}.lg\:-inset-y-55{top:-13.75rem;bottom:-13.75rem}.lg\:-inset-x-55{right:-13.75rem;left:-13.75rem}.lg\:-inset-y-65{top:-16.25rem;bottom:-16.25rem}.lg\:-inset-x-65{right:-16.25rem;left:-16.25rem}.lg\:-inset-y-80{top:-20rem;bottom:-20rem}.lg\:-inset-x-80{right:-20rem;left:-20rem}.lg\:-inset-y-105{top:-26.25rem;bottom:-26.25rem}.lg\:-inset-x-105{right:-26.25rem;left:-26.25rem}.lg\:inset-y-50vh-15rem{top:calc(50vh - 15rem);bottom:calc(50vh - 15rem)}.lg\:inset-x-50vh-15rem{right:calc(50vh - 15rem);left:calc(50vh - 15rem)}.lg\:inset-y-50vh-125px{top:calc(50vh - 125px);bottom:calc(50vh - 125px)}.lg\:inset-x-50vh-125px{right:calc(50vh - 125px);left:calc(50vh - 125px)}.lg\:top-0{top:0}.lg\:right-0{right:0}.lg\:bottom-0{bottom:0}.lg\:left-0{left:0}.lg\:top-2{top:.6rem}.lg\:right-2{right:.6rem}.lg\:bottom-2{bottom:.6rem}.lg\:left-2{left:.6rem}.lg\:top-4{top:1rem}.lg\:right-4{right:1rem}.lg\:bottom-4{bottom:1rem}.lg\:left-4{left:1rem}.lg\:top-5{top:1.25rem}.lg\:right-5{right:1.25rem}.lg\:bottom-5{bottom:1.25rem}.lg\:left-5{left:1.25rem}.lg\:top-6{top:1.5rem}.lg\:right-6{right:1.5rem}.lg\:bottom-6{bottom:1.5rem}.lg\:left-6{left:1.5rem}.lg\:top-8{top:2rem}.lg\:right-8{right:2rem}.lg\:bottom-8{bottom:2rem}.lg\:left-8{left:2rem}.lg\:top-10{top:2.5rem}.lg\:right-10{right:2.5rem}.lg\:bottom-10{bottom:2.5rem}.lg\:left-10{left:2.5rem}.lg\:top-14{top:3.5rem}.lg\:right-14{right:3.5rem}.lg\:bottom-14{bottom:3.5rem}.lg\:left-14{left:3.5rem}.lg\:top-16{top:4rem}.lg\:right-16{right:4rem}.lg\:bottom-16{bottom:4rem}.lg\:left-16{left:4rem}.lg\:top-36{top:9rem}.lg\:right-36{right:9rem}.lg\:bottom-36{bottom:9rem}.lg\:left-36{left:9rem}.lg\:top-154{top:38.5rem}.lg\:right-154{right:38.5rem}.lg\:bottom-154{bottom:38.5rem}.lg\:left-154{left:38.5rem}.lg\:top-auto{top:auto}.lg\:right-auto{right:auto}.lg\:bottom-auto{bottom:auto}.lg\:left-auto{left:auto}.lg\:-top-34px{top:-34px}.lg\:-right-34px{right:-34px}.lg\:-bottom-34px{bottom:-34px}.lg\:-left-34px{left:-34px}.lg\:-top-3px{top:-3px}.lg\:-right-3px{right:-3px}.lg\:-bottom-3px{bottom:-3px}.lg\:-left-3px{left:-3px}.lg\:-top-2{top:-.375rem}.lg\:-right-2{right:-.375rem}.lg\:-bottom-2{bottom:-.375rem}.lg\:-left-2{left:-.375rem}.lg\:-top-3{top:-.75rem}.lg\:-right-3{right:-.75rem}.lg\:-bottom-3{bottom:-.75rem}.lg\:-left-3{left:-.75rem}.lg\:-top-5{top:-1.25rem}.lg\:-right-5{right:-1.25rem}.lg\:-bottom-5{bottom:-1.25rem}.lg\:-left-5{left:-1.25rem}.lg\:-top-7{top:-1.75rem}.lg\:-right-7{right:-1.75rem}.lg\:-bottom-7{bottom:-1.75rem}.lg\:-left-7{left:-1.75rem}.lg\:-top-8px{top:-8px}.lg\:-right-8px{right:-8px}.lg\:-bottom-8px{bottom:-8px}.lg\:-left-8px{left:-8px}.lg\:-top-10px{top:-10px}.lg\:-right-10px{right:-10px}.lg\:-bottom-10px{bottom:-10px}.lg\:-left-10px{left:-10px}.lg\:-top-37px{top:-37px}.lg\:-right-37px{right:-37px}.lg\:-bottom-37px{bottom:-37px}.lg\:-left-37px{left:-37px}.lg\:-top-54px{top:-54px}.lg\:-right-54px{right:-54px}.lg\:-bottom-54px{bottom:-54px}.lg\:-left-54px{left:-54px}.lg\:-top-48px{top:-48px}.lg\:-right-48px{right:-48px}.lg\:-bottom-48px{bottom:-48px}.lg\:-left-48px{left:-48px}.lg\:top-1px{top:1px}.lg\:right-1px{right:1px}.lg\:bottom-1px{bottom:1px}.lg\:left-1px{left:1px}.lg\:top-3px{top:3px}.lg\:right-3px{right:3px}.lg\:bottom-3px{bottom:3px}.lg\:left-3px{left:3px}.lg\:top-5px{top:5px}.lg\:right-5px{right:5px}.lg\:bottom-5px{bottom:5px}.lg\:left-5px{left:5px}.lg\:top-16px{top:16px}.lg\:right-16px{right:16px}.lg\:bottom-16px{bottom:16px}.lg\:left-16px{left:16px}.lg\:top-32px{top:32px}.lg\:right-32px{right:32px}.lg\:bottom-32px{bottom:32px}.lg\:left-32px{left:32px}.lg\:-top-0\.5rem{top:-.5rem}.lg\:-right-0\.5rem{right:-.5rem}.lg\:-bottom-0\.5rem{bottom:-.5rem}.lg\:-left-0\.5rem{left:-.5rem}.lg\:top-8\.5{top:2.2rem}.lg\:right-8\.5{right:2.2rem}.lg\:bottom-8\.5{bottom:2.2rem}.lg\:left-8\.5{left:2.2rem}.lg\:top-1\/4{top:25%}.lg\:right-1\/4{right:25%}.lg\:bottom-1\/4{bottom:25%}.lg\:left-1\/4{left:25%}.lg\:top-1\/3{top:33.333333%}.lg\:right-1\/3{right:33.333333%}.lg\:bottom-1\/3{bottom:33.333333%}.lg\:left-1\/3{left:33.333333%}.lg\:top-1\/2{top:50%}.lg\:right-1\/2{right:50%}.lg\:bottom-1\/2{bottom:50%}.lg\:left-1\/2{left:50%}.lg\:-top-14{top:-3.5rem}.lg\:-right-14{right:-3.5rem}.lg\:-bottom-14{bottom:-3.5rem}.lg\:-left-14{left:-3.5rem}.lg\:-top-20{top:-5rem}.lg\:-right-20{right:-5rem}.lg\:-bottom-20{bottom:-5rem}.lg\:-left-20{left:-5rem}.lg\:-top-44{top:-11rem}.lg\:-right-44{right:-11rem}.lg\:-bottom-44{bottom:-11rem}.lg\:-left-44{left:-11rem}.lg\:-top-35{top:-8.75rem}.lg\:-right-35{right:-8.75rem}.lg\:-bottom-35{bottom:-8.75rem}.lg\:-left-35{left:-8.75rem}.lg\:-top-45{top:-11.25rem}.lg\:-right-45{right:-11.25rem}.lg\:-bottom-45{bottom:-11.25rem}.lg\:-left-45{left:-11.25rem}.lg\:-top-55{top:-13.75rem}.lg\:-right-55{right:-13.75rem}.lg\:-bottom-55{bottom:-13.75rem}.lg\:-left-55{left:-13.75rem}.lg\:-top-65{top:-16.25rem}.lg\:-right-65{right:-16.25rem}.lg\:-bottom-65{bottom:-16.25rem}.lg\:-left-65{left:-16.25rem}.lg\:-top-80{top:-20rem}.lg\:-right-80{right:-20rem}.lg\:-bottom-80{bottom:-20rem}.lg\:-left-80{left:-20rem}.lg\:-top-105{top:-26.25rem}.lg\:-right-105{right:-26.25rem}.lg\:-bottom-105{bottom:-26.25rem}.lg\:-left-105{left:-26.25rem}.lg\:top-50vh-15rem{top:calc(50vh - 15rem)}.lg\:right-50vh-15rem{right:calc(50vh - 15rem)}.lg\:bottom-50vh-15rem{bottom:calc(50vh - 15rem)}.lg\:left-50vh-15rem{left:calc(50vh - 15rem)}.lg\:top-50vh-125px{top:calc(50vh - 125px)}.lg\:right-50vh-125px{right:calc(50vh - 125px)}.lg\:bottom-50vh-125px{bottom:calc(50vh - 125px)}.lg\:left-50vh-125px{left:calc(50vh - 125px)}.lg\:resize-none{resize:none}.lg\:resize-y{resize:vertical}.lg\:resize-x{resize:horizontal}.lg\:resize{resize:both}.lg\:shadow-xs{box-shadow:0 0 0 1px rgba(0,0,0,.05)}.lg\:shadow-sm{box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.lg\:shadow{box-shadow:0 1px 4px 0 rgba(0,0,0,.5)}.lg\:shadow-md{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.lg\:shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.lg\:shadow-xl{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.lg\:shadow-2xl{box-shadow:0 2px 18px 0 rgba(0,0,0,.1)}.lg\:shadow-inner{box-shadow:inset 0 2px 4px 0 rgba(0,0,0,.06)}.lg\:shadow-outline{box-shadow:0 0 0 3px rgba(66,153,225,.5)}.lg\:shadow-none{box-shadow:none}.lg\:shadow-client-center{box-shadow:0 2px 15px 0 rgba(0,0,0,.17)}.lg\:hover\:shadow-xs:hover{box-shadow:0 0 0 1px rgba(0,0,0,.05)}.lg\:hover\:shadow-sm:hover{box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.lg\:hover\:shadow:hover{box-shadow:0 1px 4px 0 rgba(0,0,0,.5)}.lg\:hover\:shadow-md:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.lg\:hover\:shadow-lg:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.lg\:hover\:shadow-xl:hover{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.lg\:hover\:shadow-2xl:hover{box-shadow:0 2px 18px 0 rgba(0,0,0,.1)}.lg\:hover\:shadow-inner:hover{box-shadow:inset 0 2px 4px 0 rgba(0,0,0,.06)}.lg\:hover\:shadow-outline:hover{box-shadow:0 0 0 3px rgba(66,153,225,.5)}.lg\:hover\:shadow-none:hover{box-shadow:none}.lg\:hover\:shadow-client-center:hover{box-shadow:0 2px 15px 0 rgba(0,0,0,.17)}.lg\:focus\:shadow-xs:focus{box-shadow:0 0 0 1px rgba(0,0,0,.05)}.lg\:focus\:shadow-sm:focus{box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.lg\:focus\:shadow:focus{box-shadow:0 1px 4px 0 rgba(0,0,0,.5)}.lg\:focus\:shadow-md:focus{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.lg\:focus\:shadow-lg:focus{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.lg\:focus\:shadow-xl:focus{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.lg\:focus\:shadow-2xl:focus{box-shadow:0 2px 18px 0 rgba(0,0,0,.1)}.lg\:focus\:shadow-inner:focus{box-shadow:inset 0 2px 4px 0 rgba(0,0,0,.06)}.lg\:focus\:shadow-outline:focus{box-shadow:0 0 0 3px rgba(66,153,225,.5)}.lg\:focus\:shadow-none:focus{box-shadow:none}.lg\:focus\:shadow-client-center:focus{box-shadow:0 2px 15px 0 rgba(0,0,0,.17)}.lg\:stroke-current{stroke:currentColor}.lg\:stroke-0{stroke-width:0}.lg\:stroke-1{stroke-width:1}.lg\:stroke-2{stroke-width:2}.lg\:table-auto{table-layout:auto}.lg\:table-fixed{table-layout:fixed}.lg\:text-left{text-align:left}.lg\:text-center{text-align:center}.lg\:text-right{text-align:right}.lg\:text-justify{text-align:justify}.lg\:text-transparent{color:transparent}.lg\:text-current{color:currentColor}.lg\:text-black{--text-opacity:1;color:#000;color:rgba(0,0,0,var(--text-opacity))}.lg\:text-white{--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}.lg\:text-gray-100{--text-opacity:1;color:silver;color:rgba(192,192,192,var(--text-opacity))}.lg\:text-gray-200{--text-opacity:1;color:#e7e6e6;color:rgba(231,230,230,var(--text-opacity))}.lg\:text-gray-250{--text-opacity:1;color:#fafafa;color:rgba(250,250,250,var(--text-opacity))}.lg\:text-gray-300{--text-opacity:1;color:#dbd9d9;color:rgba(219,217,217,var(--text-opacity))}.lg\:text-gray-400{--text-opacity:1;color:#bbb;color:rgba(187,187,187,var(--text-opacity))}.lg\:text-gray-500{--text-opacity:1;color:#ccc;color:rgba(204,204,204,var(--text-opacity))}.lg\:text-gray-550{--text-opacity:1;color:#efefef;color:rgba(239,239,239,var(--text-opacity))}.lg\:text-gray-600{--text-opacity:1;color:#8e8e8e;color:rgba(142,142,142,var(--text-opacity))}.lg\:text-gray-650{--text-opacity:1;color:#8d8d8d;color:rgba(141,141,141,var(--text-opacity))}.lg\:text-gray-700{--text-opacity:1;color:#6e6e6e;color:rgba(110,110,110,var(--text-opacity))}.lg\:text-gray-750{--text-opacity:1;color:#4a4a4a;color:rgba(74,74,74,var(--text-opacity))}.lg\:text-gray-800{--text-opacity:1;color:#313131;color:rgba(49,49,49,var(--text-opacity))}.lg\:text-gray-900{--text-opacity:1;color:#728597;color:rgba(114,133,151,var(--text-opacity))}.lg\:text-gray-50\%{color:rgba(0,0,0,.5)}.lg\:text-gray-30\%{color:rgba(0,0,0,.3)}.lg\:text-red-100{--text-opacity:1;color:#fff5f5;color:rgba(255,245,245,var(--text-opacity))}.lg\:text-red-200{--text-opacity:1;color:#fed7d7;color:rgba(254,215,215,var(--text-opacity))}.lg\:text-red-300{--text-opacity:1;color:#feb2b2;color:rgba(254,178,178,var(--text-opacity))}.lg\:text-red-400{--text-opacity:1;color:#fc8181;color:rgba(252,129,129,var(--text-opacity))}.lg\:text-red-500{--text-opacity:1;color:#f56565;color:rgba(245,101,101,var(--text-opacity))}.lg\:text-red-600{--text-opacity:1;color:#e53e3e;color:rgba(229,62,62,var(--text-opacity))}.lg\:text-red-700{--text-opacity:1;color:#c53030;color:rgba(197,48,48,var(--text-opacity))}.lg\:text-red-800{--text-opacity:1;color:#9b2c2c;color:rgba(155,44,44,var(--text-opacity))}.lg\:text-red-900{--text-opacity:1;color:#742a2a;color:rgba(116,42,42,var(--text-opacity))}.lg\:text-orange-100{--text-opacity:1;color:#fffaf0;color:rgba(255,250,240,var(--text-opacity))}.lg\:text-orange-200{--text-opacity:1;color:#feebc8;color:rgba(254,235,200,var(--text-opacity))}.lg\:text-orange-300{--text-opacity:1;color:#fbd38d;color:rgba(251,211,141,var(--text-opacity))}.lg\:text-orange-400{--text-opacity:1;color:#f6ad55;color:rgba(246,173,85,var(--text-opacity))}.lg\:text-orange-500{--text-opacity:1;color:#ed8936;color:rgba(237,137,54,var(--text-opacity))}.lg\:text-orange-600{--text-opacity:1;color:#dd6b20;color:rgba(221,107,32,var(--text-opacity))}.lg\:text-orange-700{--text-opacity:1;color:#c05621;color:rgba(192,86,33,var(--text-opacity))}.lg\:text-orange-800{--text-opacity:1;color:#9c4221;color:rgba(156,66,33,var(--text-opacity))}.lg\:text-orange-900{--text-opacity:1;color:#7b341e;color:rgba(123,52,30,var(--text-opacity))}.lg\:text-yellow-100{--text-opacity:1;color:ivory;color:rgba(255,255,240,var(--text-opacity))}.lg\:text-yellow-200{--text-opacity:1;color:#fefcbf;color:rgba(254,252,191,var(--text-opacity))}.lg\:text-yellow-300{--text-opacity:1;color:#faf089;color:rgba(250,240,137,var(--text-opacity))}.lg\:text-yellow-400{--text-opacity:1;color:#f6e05e;color:rgba(246,224,94,var(--text-opacity))}.lg\:text-yellow-500{--text-opacity:1;color:#ecc94b;color:rgba(236,201,75,var(--text-opacity))}.lg\:text-yellow-600{--text-opacity:1;color:#d69e2e;color:rgba(214,158,46,var(--text-opacity))}.lg\:text-yellow-700{--text-opacity:1;color:#b7791f;color:rgba(183,121,31,var(--text-opacity))}.lg\:text-yellow-800{--text-opacity:1;color:#975a16;color:rgba(151,90,22,var(--text-opacity))}.lg\:text-yellow-900{--text-opacity:1;color:#744210;color:rgba(116,66,16,var(--text-opacity))}.lg\:text-green{--text-opacity:1;color:#478415;color:rgba(71,132,21,var(--text-opacity))}.lg\:text-teal-100{--text-opacity:1;color:#e6fffa;color:rgba(230,255,250,var(--text-opacity))}.lg\:text-teal-200{--text-opacity:1;color:#b2f5ea;color:rgba(178,245,234,var(--text-opacity))}.lg\:text-teal-300{--text-opacity:1;color:#81e6d9;color:rgba(129,230,217,var(--text-opacity))}.lg\:text-teal-400{--text-opacity:1;color:#4fd1c5;color:rgba(79,209,197,var(--text-opacity))}.lg\:text-teal-500{--text-opacity:1;color:#38b2ac;color:rgba(56,178,172,var(--text-opacity))}.lg\:text-teal-600{--text-opacity:1;color:#319795;color:rgba(49,151,149,var(--text-opacity))}.lg\:text-teal-700{--text-opacity:1;color:#2c7a7b;color:rgba(44,122,123,var(--text-opacity))}.lg\:text-teal-800{--text-opacity:1;color:#285e61;color:rgba(40,94,97,var(--text-opacity))}.lg\:text-teal-900{--text-opacity:1;color:#234e52;color:rgba(35,78,82,var(--text-opacity))}.lg\:text-blue-100{--text-opacity:1;color:#ebf8ff;color:rgba(235,248,255,var(--text-opacity))}.lg\:text-blue-200{--text-opacity:1;color:#bee3f8;color:rgba(190,227,248,var(--text-opacity))}.lg\:text-blue-300{--text-opacity:1;color:#90cdf4;color:rgba(144,205,244,var(--text-opacity))}.lg\:text-blue-400{--text-opacity:1;color:#63b3ed;color:rgba(99,179,237,var(--text-opacity))}.lg\:text-blue-500{--text-opacity:1;color:#4299e1;color:rgba(66,153,225,var(--text-opacity))}.lg\:text-blue-600{--text-opacity:1;color:#3182ce;color:rgba(49,130,206,var(--text-opacity))}.lg\:text-blue-700{--text-opacity:1;color:#2b6cb0;color:rgba(43,108,176,var(--text-opacity))}.lg\:text-blue-800{--text-opacity:1;color:#2c5282;color:rgba(44,82,130,var(--text-opacity))}.lg\:text-blue-900{--text-opacity:1;color:#2a4365;color:rgba(42,67,101,var(--text-opacity))}.lg\:text-indigo-100{--text-opacity:1;color:#ebf4ff;color:rgba(235,244,255,var(--text-opacity))}.lg\:text-indigo-200{--text-opacity:1;color:#c3dafe;color:rgba(195,218,254,var(--text-opacity))}.lg\:text-indigo-300{--text-opacity:1;color:#a3bffa;color:rgba(163,191,250,var(--text-opacity))}.lg\:text-indigo-400{--text-opacity:1;color:#7f9cf5;color:rgba(127,156,245,var(--text-opacity))}.lg\:text-indigo-500{--text-opacity:1;color:#667eea;color:rgba(102,126,234,var(--text-opacity))}.lg\:text-indigo-600{--text-opacity:1;color:#5a67d8;color:rgba(90,103,216,var(--text-opacity))}.lg\:text-indigo-700{--text-opacity:1;color:#4c51bf;color:rgba(76,81,191,var(--text-opacity))}.lg\:text-indigo-800{--text-opacity:1;color:#434190;color:rgba(67,65,144,var(--text-opacity))}.lg\:text-indigo-900{--text-opacity:1;color:#3c366b;color:rgba(60,54,107,var(--text-opacity))}.lg\:text-purple-100{--text-opacity:1;color:#faf5ff;color:rgba(250,245,255,var(--text-opacity))}.lg\:text-purple-200{--text-opacity:1;color:#e9d8fd;color:rgba(233,216,253,var(--text-opacity))}.lg\:text-purple-300{--text-opacity:1;color:#d6bcfa;color:rgba(214,188,250,var(--text-opacity))}.lg\:text-purple-400{--text-opacity:1;color:#b794f4;color:rgba(183,148,244,var(--text-opacity))}.lg\:text-purple-500{--text-opacity:1;color:#9f7aea;color:rgba(159,122,234,var(--text-opacity))}.lg\:text-purple-600{--text-opacity:1;color:#805ad5;color:rgba(128,90,213,var(--text-opacity))}.lg\:text-purple-700{--text-opacity:1;color:#6b46c1;color:rgba(107,70,193,var(--text-opacity))}.lg\:text-purple-800{--text-opacity:1;color:#553c9a;color:rgba(85,60,154,var(--text-opacity))}.lg\:text-purple-900{--text-opacity:1;color:#44337a;color:rgba(68,51,122,var(--text-opacity))}.lg\:text-pink-100{--text-opacity:1;color:#fff5f7;color:rgba(255,245,247,var(--text-opacity))}.lg\:text-pink-200{--text-opacity:1;color:#fed7e2;color:rgba(254,215,226,var(--text-opacity))}.lg\:text-pink-300{--text-opacity:1;color:#fbb6ce;color:rgba(251,182,206,var(--text-opacity))}.lg\:text-pink-400{--text-opacity:1;color:#f687b3;color:rgba(246,135,179,var(--text-opacity))}.lg\:text-pink-500{--text-opacity:1;color:#ed64a6;color:rgba(237,100,166,var(--text-opacity))}.lg\:text-pink-600{--text-opacity:1;color:#d53f8c;color:rgba(213,63,140,var(--text-opacity))}.lg\:text-pink-700{--text-opacity:1;color:#b83280;color:rgba(184,50,128,var(--text-opacity))}.lg\:text-pink-800{--text-opacity:1;color:#97266d;color:rgba(151,38,109,var(--text-opacity))}.lg\:text-pink-900{--text-opacity:1;color:#702459;color:rgba(112,36,89,var(--text-opacity))}.lg\:text-text{--text-opacity:1;color:#000;color:rgba(0,0,0,var(--text-opacity))}.lg\:text-primary{--text-opacity:1;color:#0b3780;color:rgba(11,55,128,var(--text-opacity))}.lg\:text-secondary{--text-opacity:1;color:#fecc00;color:rgba(254,204,0,var(--text-opacity))}.lg\:text-primaryDark{--text-opacity:1;color:#001e67;color:rgba(0,30,103,var(--text-opacity))}.lg\:text-clientCenterPrimary{--text-opacity:1;color:#0f617e;color:rgba(15,97,126,var(--text-opacity))}.lg\:text-clientCenterHover{--text-opacity:1;color:#168cb5;color:rgba(22,140,181,var(--text-opacity))}.lg\:hover\:text-transparent:hover{color:transparent}.lg\:hover\:text-current:hover{color:currentColor}.lg\:hover\:text-black:hover{--text-opacity:1;color:#000;color:rgba(0,0,0,var(--text-opacity))}.lg\:hover\:text-white:hover{--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}.lg\:hover\:text-gray-100:hover{--text-opacity:1;color:silver;color:rgba(192,192,192,var(--text-opacity))}.lg\:hover\:text-gray-200:hover{--text-opacity:1;color:#e7e6e6;color:rgba(231,230,230,var(--text-opacity))}.lg\:hover\:text-gray-250:hover{--text-opacity:1;color:#fafafa;color:rgba(250,250,250,var(--text-opacity))}.lg\:hover\:text-gray-300:hover{--text-opacity:1;color:#dbd9d9;color:rgba(219,217,217,var(--text-opacity))}.lg\:hover\:text-gray-400:hover{--text-opacity:1;color:#bbb;color:rgba(187,187,187,var(--text-opacity))}.lg\:hover\:text-gray-500:hover{--text-opacity:1;color:#ccc;color:rgba(204,204,204,var(--text-opacity))}.lg\:hover\:text-gray-550:hover{--text-opacity:1;color:#efefef;color:rgba(239,239,239,var(--text-opacity))}.lg\:hover\:text-gray-600:hover{--text-opacity:1;color:#8e8e8e;color:rgba(142,142,142,var(--text-opacity))}.lg\:hover\:text-gray-650:hover{--text-opacity:1;color:#8d8d8d;color:rgba(141,141,141,var(--text-opacity))}.lg\:hover\:text-gray-700:hover{--text-opacity:1;color:#6e6e6e;color:rgba(110,110,110,var(--text-opacity))}.lg\:hover\:text-gray-750:hover{--text-opacity:1;color:#4a4a4a;color:rgba(74,74,74,var(--text-opacity))}.lg\:hover\:text-gray-800:hover{--text-opacity:1;color:#313131;color:rgba(49,49,49,var(--text-opacity))}.lg\:hover\:text-gray-900:hover{--text-opacity:1;color:#728597;color:rgba(114,133,151,var(--text-opacity))}.lg\:hover\:text-gray-50\%:hover{color:rgba(0,0,0,.5)}.lg\:hover\:text-gray-30\%:hover{color:rgba(0,0,0,.3)}.lg\:hover\:text-red-100:hover{--text-opacity:1;color:#fff5f5;color:rgba(255,245,245,var(--text-opacity))}.lg\:hover\:text-red-200:hover{--text-opacity:1;color:#fed7d7;color:rgba(254,215,215,var(--text-opacity))}.lg\:hover\:text-red-300:hover{--text-opacity:1;color:#feb2b2;color:rgba(254,178,178,var(--text-opacity))}.lg\:hover\:text-red-400:hover{--text-opacity:1;color:#fc8181;color:rgba(252,129,129,var(--text-opacity))}.lg\:hover\:text-red-500:hover{--text-opacity:1;color:#f56565;color:rgba(245,101,101,var(--text-opacity))}.lg\:hover\:text-red-600:hover{--text-opacity:1;color:#e53e3e;color:rgba(229,62,62,var(--text-opacity))}.lg\:hover\:text-red-700:hover{--text-opacity:1;color:#c53030;color:rgba(197,48,48,var(--text-opacity))}.lg\:hover\:text-red-800:hover{--text-opacity:1;color:#9b2c2c;color:rgba(155,44,44,var(--text-opacity))}.lg\:hover\:text-red-900:hover{--text-opacity:1;color:#742a2a;color:rgba(116,42,42,var(--text-opacity))}.lg\:hover\:text-orange-100:hover{--text-opacity:1;color:#fffaf0;color:rgba(255,250,240,var(--text-opacity))}.lg\:hover\:text-orange-200:hover{--text-opacity:1;color:#feebc8;color:rgba(254,235,200,var(--text-opacity))}.lg\:hover\:text-orange-300:hover{--text-opacity:1;color:#fbd38d;color:rgba(251,211,141,var(--text-opacity))}.lg\:hover\:text-orange-400:hover{--text-opacity:1;color:#f6ad55;color:rgba(246,173,85,var(--text-opacity))}.lg\:hover\:text-orange-500:hover{--text-opacity:1;color:#ed8936;color:rgba(237,137,54,var(--text-opacity))}.lg\:hover\:text-orange-600:hover{--text-opacity:1;color:#dd6b20;color:rgba(221,107,32,var(--text-opacity))}.lg\:hover\:text-orange-700:hover{--text-opacity:1;color:#c05621;color:rgba(192,86,33,var(--text-opacity))}.lg\:hover\:text-orange-800:hover{--text-opacity:1;color:#9c4221;color:rgba(156,66,33,var(--text-opacity))}.lg\:hover\:text-orange-900:hover{--text-opacity:1;color:#7b341e;color:rgba(123,52,30,var(--text-opacity))}.lg\:hover\:text-yellow-100:hover{--text-opacity:1;color:ivory;color:rgba(255,255,240,var(--text-opacity))}.lg\:hover\:text-yellow-200:hover{--text-opacity:1;color:#fefcbf;color:rgba(254,252,191,var(--text-opacity))}.lg\:hover\:text-yellow-300:hover{--text-opacity:1;color:#faf089;color:rgba(250,240,137,var(--text-opacity))}.lg\:hover\:text-yellow-400:hover{--text-opacity:1;color:#f6e05e;color:rgba(246,224,94,var(--text-opacity))}.lg\:hover\:text-yellow-500:hover{--text-opacity:1;color:#ecc94b;color:rgba(236,201,75,var(--text-opacity))}.lg\:hover\:text-yellow-600:hover{--text-opacity:1;color:#d69e2e;color:rgba(214,158,46,var(--text-opacity))}.lg\:hover\:text-yellow-700:hover{--text-opacity:1;color:#b7791f;color:rgba(183,121,31,var(--text-opacity))}.lg\:hover\:text-yellow-800:hover{--text-opacity:1;color:#975a16;color:rgba(151,90,22,var(--text-opacity))}.lg\:hover\:text-yellow-900:hover{--text-opacity:1;color:#744210;color:rgba(116,66,16,var(--text-opacity))}.lg\:hover\:text-green:hover{--text-opacity:1;color:#478415;color:rgba(71,132,21,var(--text-opacity))}.lg\:hover\:text-teal-100:hover{--text-opacity:1;color:#e6fffa;color:rgba(230,255,250,var(--text-opacity))}.lg\:hover\:text-teal-200:hover{--text-opacity:1;color:#b2f5ea;color:rgba(178,245,234,var(--text-opacity))}.lg\:hover\:text-teal-300:hover{--text-opacity:1;color:#81e6d9;color:rgba(129,230,217,var(--text-opacity))}.lg\:hover\:text-teal-400:hover{--text-opacity:1;color:#4fd1c5;color:rgba(79,209,197,var(--text-opacity))}.lg\:hover\:text-teal-500:hover{--text-opacity:1;color:#38b2ac;color:rgba(56,178,172,var(--text-opacity))}.lg\:hover\:text-teal-600:hover{--text-opacity:1;color:#319795;color:rgba(49,151,149,var(--text-opacity))}.lg\:hover\:text-teal-700:hover{--text-opacity:1;color:#2c7a7b;color:rgba(44,122,123,var(--text-opacity))}.lg\:hover\:text-teal-800:hover{--text-opacity:1;color:#285e61;color:rgba(40,94,97,var(--text-opacity))}.lg\:hover\:text-teal-900:hover{--text-opacity:1;color:#234e52;color:rgba(35,78,82,var(--text-opacity))}.lg\:hover\:text-blue-100:hover{--text-opacity:1;color:#ebf8ff;color:rgba(235,248,255,var(--text-opacity))}.lg\:hover\:text-blue-200:hover{--text-opacity:1;color:#bee3f8;color:rgba(190,227,248,var(--text-opacity))}.lg\:hover\:text-blue-300:hover{--text-opacity:1;color:#90cdf4;color:rgba(144,205,244,var(--text-opacity))}.lg\:hover\:text-blue-400:hover{--text-opacity:1;color:#63b3ed;color:rgba(99,179,237,var(--text-opacity))}.lg\:hover\:text-blue-500:hover{--text-opacity:1;color:#4299e1;color:rgba(66,153,225,var(--text-opacity))}.lg\:hover\:text-blue-600:hover{--text-opacity:1;color:#3182ce;color:rgba(49,130,206,var(--text-opacity))}.lg\:hover\:text-blue-700:hover{--text-opacity:1;color:#2b6cb0;color:rgba(43,108,176,var(--text-opacity))}.lg\:hover\:text-blue-800:hover{--text-opacity:1;color:#2c5282;color:rgba(44,82,130,var(--text-opacity))}.lg\:hover\:text-blue-900:hover{--text-opacity:1;color:#2a4365;color:rgba(42,67,101,var(--text-opacity))}.lg\:hover\:text-indigo-100:hover{--text-opacity:1;color:#ebf4ff;color:rgba(235,244,255,var(--text-opacity))}.lg\:hover\:text-indigo-200:hover{--text-opacity:1;color:#c3dafe;color:rgba(195,218,254,var(--text-opacity))}.lg\:hover\:text-indigo-300:hover{--text-opacity:1;color:#a3bffa;color:rgba(163,191,250,var(--text-opacity))}.lg\:hover\:text-indigo-400:hover{--text-opacity:1;color:#7f9cf5;color:rgba(127,156,245,var(--text-opacity))}.lg\:hover\:text-indigo-500:hover{--text-opacity:1;color:#667eea;color:rgba(102,126,234,var(--text-opacity))}.lg\:hover\:text-indigo-600:hover{--text-opacity:1;color:#5a67d8;color:rgba(90,103,216,var(--text-opacity))}.lg\:hover\:text-indigo-700:hover{--text-opacity:1;color:#4c51bf;color:rgba(76,81,191,var(--text-opacity))}.lg\:hover\:text-indigo-800:hover{--text-opacity:1;color:#434190;color:rgba(67,65,144,var(--text-opacity))}.lg\:hover\:text-indigo-900:hover{--text-opacity:1;color:#3c366b;color:rgba(60,54,107,var(--text-opacity))}.lg\:hover\:text-purple-100:hover{--text-opacity:1;color:#faf5ff;color:rgba(250,245,255,var(--text-opacity))}.lg\:hover\:text-purple-200:hover{--text-opacity:1;color:#e9d8fd;color:rgba(233,216,253,var(--text-opacity))}.lg\:hover\:text-purple-300:hover{--text-opacity:1;color:#d6bcfa;color:rgba(214,188,250,var(--text-opacity))}.lg\:hover\:text-purple-400:hover{--text-opacity:1;color:#b794f4;color:rgba(183,148,244,var(--text-opacity))}.lg\:hover\:text-purple-500:hover{--text-opacity:1;color:#9f7aea;color:rgba(159,122,234,var(--text-opacity))}.lg\:hover\:text-purple-600:hover{--text-opacity:1;color:#805ad5;color:rgba(128,90,213,var(--text-opacity))}.lg\:hover\:text-purple-700:hover{--text-opacity:1;color:#6b46c1;color:rgba(107,70,193,var(--text-opacity))}.lg\:hover\:text-purple-800:hover{--text-opacity:1;color:#553c9a;color:rgba(85,60,154,var(--text-opacity))}.lg\:hover\:text-purple-900:hover{--text-opacity:1;color:#44337a;color:rgba(68,51,122,var(--text-opacity))}.lg\:hover\:text-pink-100:hover{--text-opacity:1;color:#fff5f7;color:rgba(255,245,247,var(--text-opacity))}.lg\:hover\:text-pink-200:hover{--text-opacity:1;color:#fed7e2;color:rgba(254,215,226,var(--text-opacity))}.lg\:hover\:text-pink-300:hover{--text-opacity:1;color:#fbb6ce;color:rgba(251,182,206,var(--text-opacity))}.lg\:hover\:text-pink-400:hover{--text-opacity:1;color:#f687b3;color:rgba(246,135,179,var(--text-opacity))}.lg\:hover\:text-pink-500:hover{--text-opacity:1;color:#ed64a6;color:rgba(237,100,166,var(--text-opacity))}.lg\:hover\:text-pink-600:hover{--text-opacity:1;color:#d53f8c;color:rgba(213,63,140,var(--text-opacity))}.lg\:hover\:text-pink-700:hover{--text-opacity:1;color:#b83280;color:rgba(184,50,128,var(--text-opacity))}.lg\:hover\:text-pink-800:hover{--text-opacity:1;color:#97266d;color:rgba(151,38,109,var(--text-opacity))}.lg\:hover\:text-pink-900:hover{--text-opacity:1;color:#702459;color:rgba(112,36,89,var(--text-opacity))}.lg\:hover\:text-text:hover{--text-opacity:1;color:#000;color:rgba(0,0,0,var(--text-opacity))}.lg\:hover\:text-primary:hover{--text-opacity:1;color:#0b3780;color:rgba(11,55,128,var(--text-opacity))}.lg\:hover\:text-secondary:hover{--text-opacity:1;color:#fecc00;color:rgba(254,204,0,var(--text-opacity))}.lg\:hover\:text-primaryDark:hover{--text-opacity:1;color:#001e67;color:rgba(0,30,103,var(--text-opacity))}.lg\:hover\:text-clientCenterPrimary:hover{--text-opacity:1;color:#0f617e;color:rgba(15,97,126,var(--text-opacity))}.lg\:hover\:text-clientCenterHover:hover{--text-opacity:1;color:#168cb5;color:rgba(22,140,181,var(--text-opacity))}.lg\:focus\:text-transparent:focus{color:transparent}.lg\:focus\:text-current:focus{color:currentColor}.lg\:focus\:text-black:focus{--text-opacity:1;color:#000;color:rgba(0,0,0,var(--text-opacity))}.lg\:focus\:text-white:focus{--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}.lg\:focus\:text-gray-100:focus{--text-opacity:1;color:silver;color:rgba(192,192,192,var(--text-opacity))}.lg\:focus\:text-gray-200:focus{--text-opacity:1;color:#e7e6e6;color:rgba(231,230,230,var(--text-opacity))}.lg\:focus\:text-gray-250:focus{--text-opacity:1;color:#fafafa;color:rgba(250,250,250,var(--text-opacity))}.lg\:focus\:text-gray-300:focus{--text-opacity:1;color:#dbd9d9;color:rgba(219,217,217,var(--text-opacity))}.lg\:focus\:text-gray-400:focus{--text-opacity:1;color:#bbb;color:rgba(187,187,187,var(--text-opacity))}.lg\:focus\:text-gray-500:focus{--text-opacity:1;color:#ccc;color:rgba(204,204,204,var(--text-opacity))}.lg\:focus\:text-gray-550:focus{--text-opacity:1;color:#efefef;color:rgba(239,239,239,var(--text-opacity))}.lg\:focus\:text-gray-600:focus{--text-opacity:1;color:#8e8e8e;color:rgba(142,142,142,var(--text-opacity))}.lg\:focus\:text-gray-650:focus{--text-opacity:1;color:#8d8d8d;color:rgba(141,141,141,var(--text-opacity))}.lg\:focus\:text-gray-700:focus{--text-opacity:1;color:#6e6e6e;color:rgba(110,110,110,var(--text-opacity))}.lg\:focus\:text-gray-750:focus{--text-opacity:1;color:#4a4a4a;color:rgba(74,74,74,var(--text-opacity))}.lg\:focus\:text-gray-800:focus{--text-opacity:1;color:#313131;color:rgba(49,49,49,var(--text-opacity))}.lg\:focus\:text-gray-900:focus{--text-opacity:1;color:#728597;color:rgba(114,133,151,var(--text-opacity))}.lg\:focus\:text-gray-50\%:focus{color:rgba(0,0,0,.5)}.lg\:focus\:text-gray-30\%:focus{color:rgba(0,0,0,.3)}.lg\:focus\:text-red-100:focus{--text-opacity:1;color:#fff5f5;color:rgba(255,245,245,var(--text-opacity))}.lg\:focus\:text-red-200:focus{--text-opacity:1;color:#fed7d7;color:rgba(254,215,215,var(--text-opacity))}.lg\:focus\:text-red-300:focus{--text-opacity:1;color:#feb2b2;color:rgba(254,178,178,var(--text-opacity))}.lg\:focus\:text-red-400:focus{--text-opacity:1;color:#fc8181;color:rgba(252,129,129,var(--text-opacity))}.lg\:focus\:text-red-500:focus{--text-opacity:1;color:#f56565;color:rgba(245,101,101,var(--text-opacity))}.lg\:focus\:text-red-600:focus{--text-opacity:1;color:#e53e3e;color:rgba(229,62,62,var(--text-opacity))}.lg\:focus\:text-red-700:focus{--text-opacity:1;color:#c53030;color:rgba(197,48,48,var(--text-opacity))}.lg\:focus\:text-red-800:focus{--text-opacity:1;color:#9b2c2c;color:rgba(155,44,44,var(--text-opacity))}.lg\:focus\:text-red-900:focus{--text-opacity:1;color:#742a2a;color:rgba(116,42,42,var(--text-opacity))}.lg\:focus\:text-orange-100:focus{--text-opacity:1;color:#fffaf0;color:rgba(255,250,240,var(--text-opacity))}.lg\:focus\:text-orange-200:focus{--text-opacity:1;color:#feebc8;color:rgba(254,235,200,var(--text-opacity))}.lg\:focus\:text-orange-300:focus{--text-opacity:1;color:#fbd38d;color:rgba(251,211,141,var(--text-opacity))}.lg\:focus\:text-orange-400:focus{--text-opacity:1;color:#f6ad55;color:rgba(246,173,85,var(--text-opacity))}.lg\:focus\:text-orange-500:focus{--text-opacity:1;color:#ed8936;color:rgba(237,137,54,var(--text-opacity))}.lg\:focus\:text-orange-600:focus{--text-opacity:1;color:#dd6b20;color:rgba(221,107,32,var(--text-opacity))}.lg\:focus\:text-orange-700:focus{--text-opacity:1;color:#c05621;color:rgba(192,86,33,var(--text-opacity))}.lg\:focus\:text-orange-800:focus{--text-opacity:1;color:#9c4221;color:rgba(156,66,33,var(--text-opacity))}.lg\:focus\:text-orange-900:focus{--text-opacity:1;color:#7b341e;color:rgba(123,52,30,var(--text-opacity))}.lg\:focus\:text-yellow-100:focus{--text-opacity:1;color:ivory;color:rgba(255,255,240,var(--text-opacity))}.lg\:focus\:text-yellow-200:focus{--text-opacity:1;color:#fefcbf;color:rgba(254,252,191,var(--text-opacity))}.lg\:focus\:text-yellow-300:focus{--text-opacity:1;color:#faf089;color:rgba(250,240,137,var(--text-opacity))}.lg\:focus\:text-yellow-400:focus{--text-opacity:1;color:#f6e05e;color:rgba(246,224,94,var(--text-opacity))}.lg\:focus\:text-yellow-500:focus{--text-opacity:1;color:#ecc94b;color:rgba(236,201,75,var(--text-opacity))}.lg\:focus\:text-yellow-600:focus{--text-opacity:1;color:#d69e2e;color:rgba(214,158,46,var(--text-opacity))}.lg\:focus\:text-yellow-700:focus{--text-opacity:1;color:#b7791f;color:rgba(183,121,31,var(--text-opacity))}.lg\:focus\:text-yellow-800:focus{--text-opacity:1;color:#975a16;color:rgba(151,90,22,var(--text-opacity))}.lg\:focus\:text-yellow-900:focus{--text-opacity:1;color:#744210;color:rgba(116,66,16,var(--text-opacity))}.lg\:focus\:text-green:focus{--text-opacity:1;color:#478415;color:rgba(71,132,21,var(--text-opacity))}.lg\:focus\:text-teal-100:focus{--text-opacity:1;color:#e6fffa;color:rgba(230,255,250,var(--text-opacity))}.lg\:focus\:text-teal-200:focus{--text-opacity:1;color:#b2f5ea;color:rgba(178,245,234,var(--text-opacity))}.lg\:focus\:text-teal-300:focus{--text-opacity:1;color:#81e6d9;color:rgba(129,230,217,var(--text-opacity))}.lg\:focus\:text-teal-400:focus{--text-opacity:1;color:#4fd1c5;color:rgba(79,209,197,var(--text-opacity))}.lg\:focus\:text-teal-500:focus{--text-opacity:1;color:#38b2ac;color:rgba(56,178,172,var(--text-opacity))}.lg\:focus\:text-teal-600:focus{--text-opacity:1;color:#319795;color:rgba(49,151,149,var(--text-opacity))}.lg\:focus\:text-teal-700:focus{--text-opacity:1;color:#2c7a7b;color:rgba(44,122,123,var(--text-opacity))}.lg\:focus\:text-teal-800:focus{--text-opacity:1;color:#285e61;color:rgba(40,94,97,var(--text-opacity))}.lg\:focus\:text-teal-900:focus{--text-opacity:1;color:#234e52;color:rgba(35,78,82,var(--text-opacity))}.lg\:focus\:text-blue-100:focus{--text-opacity:1;color:#ebf8ff;color:rgba(235,248,255,var(--text-opacity))}.lg\:focus\:text-blue-200:focus{--text-opacity:1;color:#bee3f8;color:rgba(190,227,248,var(--text-opacity))}.lg\:focus\:text-blue-300:focus{--text-opacity:1;color:#90cdf4;color:rgba(144,205,244,var(--text-opacity))}.lg\:focus\:text-blue-400:focus{--text-opacity:1;color:#63b3ed;color:rgba(99,179,237,var(--text-opacity))}.lg\:focus\:text-blue-500:focus{--text-opacity:1;color:#4299e1;color:rgba(66,153,225,var(--text-opacity))}.lg\:focus\:text-blue-600:focus{--text-opacity:1;color:#3182ce;color:rgba(49,130,206,var(--text-opacity))}.lg\:focus\:text-blue-700:focus{--text-opacity:1;color:#2b6cb0;color:rgba(43,108,176,var(--text-opacity))}.lg\:focus\:text-blue-800:focus{--text-opacity:1;color:#2c5282;color:rgba(44,82,130,var(--text-opacity))}.lg\:focus\:text-blue-900:focus{--text-opacity:1;color:#2a4365;color:rgba(42,67,101,var(--text-opacity))}.lg\:focus\:text-indigo-100:focus{--text-opacity:1;color:#ebf4ff;color:rgba(235,244,255,var(--text-opacity))}.lg\:focus\:text-indigo-200:focus{--text-opacity:1;color:#c3dafe;color:rgba(195,218,254,var(--text-opacity))}.lg\:focus\:text-indigo-300:focus{--text-opacity:1;color:#a3bffa;color:rgba(163,191,250,var(--text-opacity))}.lg\:focus\:text-indigo-400:focus{--text-opacity:1;color:#7f9cf5;color:rgba(127,156,245,var(--text-opacity))}.lg\:focus\:text-indigo-500:focus{--text-opacity:1;color:#667eea;color:rgba(102,126,234,var(--text-opacity))}.lg\:focus\:text-indigo-600:focus{--text-opacity:1;color:#5a67d8;color:rgba(90,103,216,var(--text-opacity))}.lg\:focus\:text-indigo-700:focus{--text-opacity:1;color:#4c51bf;color:rgba(76,81,191,var(--text-opacity))}.lg\:focus\:text-indigo-800:focus{--text-opacity:1;color:#434190;color:rgba(67,65,144,var(--text-opacity))}.lg\:focus\:text-indigo-900:focus{--text-opacity:1;color:#3c366b;color:rgba(60,54,107,var(--text-opacity))}.lg\:focus\:text-purple-100:focus{--text-opacity:1;color:#faf5ff;color:rgba(250,245,255,var(--text-opacity))}.lg\:focus\:text-purple-200:focus{--text-opacity:1;color:#e9d8fd;color:rgba(233,216,253,var(--text-opacity))}.lg\:focus\:text-purple-300:focus{--text-opacity:1;color:#d6bcfa;color:rgba(214,188,250,var(--text-opacity))}.lg\:focus\:text-purple-400:focus{--text-opacity:1;color:#b794f4;color:rgba(183,148,244,var(--text-opacity))}.lg\:focus\:text-purple-500:focus{--text-opacity:1;color:#9f7aea;color:rgba(159,122,234,var(--text-opacity))}.lg\:focus\:text-purple-600:focus{--text-opacity:1;color:#805ad5;color:rgba(128,90,213,var(--text-opacity))}.lg\:focus\:text-purple-700:focus{--text-opacity:1;color:#6b46c1;color:rgba(107,70,193,var(--text-opacity))}.lg\:focus\:text-purple-800:focus{--text-opacity:1;color:#553c9a;color:rgba(85,60,154,var(--text-opacity))}.lg\:focus\:text-purple-900:focus{--text-opacity:1;color:#44337a;color:rgba(68,51,122,var(--text-opacity))}.lg\:focus\:text-pink-100:focus{--text-opacity:1;color:#fff5f7;color:rgba(255,245,247,var(--text-opacity))}.lg\:focus\:text-pink-200:focus{--text-opacity:1;color:#fed7e2;color:rgba(254,215,226,var(--text-opacity))}.lg\:focus\:text-pink-300:focus{--text-opacity:1;color:#fbb6ce;color:rgba(251,182,206,var(--text-opacity))}.lg\:focus\:text-pink-400:focus{--text-opacity:1;color:#f687b3;color:rgba(246,135,179,var(--text-opacity))}.lg\:focus\:text-pink-500:focus{--text-opacity:1;color:#ed64a6;color:rgba(237,100,166,var(--text-opacity))}.lg\:focus\:text-pink-600:focus{--text-opacity:1;color:#d53f8c;color:rgba(213,63,140,var(--text-opacity))}.lg\:focus\:text-pink-700:focus{--text-opacity:1;color:#b83280;color:rgba(184,50,128,var(--text-opacity))}.lg\:focus\:text-pink-800:focus{--text-opacity:1;color:#97266d;color:rgba(151,38,109,var(--text-opacity))}.lg\:focus\:text-pink-900:focus{--text-opacity:1;color:#702459;color:rgba(112,36,89,var(--text-opacity))}.lg\:focus\:text-text:focus{--text-opacity:1;color:#000;color:rgba(0,0,0,var(--text-opacity))}.lg\:focus\:text-primary:focus{--text-opacity:1;color:#0b3780;color:rgba(11,55,128,var(--text-opacity))}.lg\:focus\:text-secondary:focus{--text-opacity:1;color:#fecc00;color:rgba(254,204,0,var(--text-opacity))}.lg\:focus\:text-primaryDark:focus{--text-opacity:1;color:#001e67;color:rgba(0,30,103,var(--text-opacity))}.lg\:focus\:text-clientCenterPrimary:focus{--text-opacity:1;color:#0f617e;color:rgba(15,97,126,var(--text-opacity))}.lg\:focus\:text-clientCenterHover:focus{--text-opacity:1;color:#168cb5;color:rgba(22,140,181,var(--text-opacity))}.lg\:first\:text-transparent:first-child{color:transparent}.lg\:first\:text-current:first-child{color:currentColor}.lg\:first\:text-black:first-child{--text-opacity:1;color:#000;color:rgba(0,0,0,var(--text-opacity))}.lg\:first\:text-white:first-child{--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}.lg\:first\:text-gray-100:first-child{--text-opacity:1;color:silver;color:rgba(192,192,192,var(--text-opacity))}.lg\:first\:text-gray-200:first-child{--text-opacity:1;color:#e7e6e6;color:rgba(231,230,230,var(--text-opacity))}.lg\:first\:text-gray-250:first-child{--text-opacity:1;color:#fafafa;color:rgba(250,250,250,var(--text-opacity))}.lg\:first\:text-gray-300:first-child{--text-opacity:1;color:#dbd9d9;color:rgba(219,217,217,var(--text-opacity))}.lg\:first\:text-gray-400:first-child{--text-opacity:1;color:#bbb;color:rgba(187,187,187,var(--text-opacity))}.lg\:first\:text-gray-500:first-child{--text-opacity:1;color:#ccc;color:rgba(204,204,204,var(--text-opacity))}.lg\:first\:text-gray-550:first-child{--text-opacity:1;color:#efefef;color:rgba(239,239,239,var(--text-opacity))}.lg\:first\:text-gray-600:first-child{--text-opacity:1;color:#8e8e8e;color:rgba(142,142,142,var(--text-opacity))}.lg\:first\:text-gray-650:first-child{--text-opacity:1;color:#8d8d8d;color:rgba(141,141,141,var(--text-opacity))}.lg\:first\:text-gray-700:first-child{--text-opacity:1;color:#6e6e6e;color:rgba(110,110,110,var(--text-opacity))}.lg\:first\:text-gray-750:first-child{--text-opacity:1;color:#4a4a4a;color:rgba(74,74,74,var(--text-opacity))}.lg\:first\:text-gray-800:first-child{--text-opacity:1;color:#313131;color:rgba(49,49,49,var(--text-opacity))}.lg\:first\:text-gray-900:first-child{--text-opacity:1;color:#728597;color:rgba(114,133,151,var(--text-opacity))}.lg\:first\:text-gray-50\%:first-child{color:rgba(0,0,0,.5)}.lg\:first\:text-gray-30\%:first-child{color:rgba(0,0,0,.3)}.lg\:first\:text-red-100:first-child{--text-opacity:1;color:#fff5f5;color:rgba(255,245,245,var(--text-opacity))}.lg\:first\:text-red-200:first-child{--text-opacity:1;color:#fed7d7;color:rgba(254,215,215,var(--text-opacity))}.lg\:first\:text-red-300:first-child{--text-opacity:1;color:#feb2b2;color:rgba(254,178,178,var(--text-opacity))}.lg\:first\:text-red-400:first-child{--text-opacity:1;color:#fc8181;color:rgba(252,129,129,var(--text-opacity))}.lg\:first\:text-red-500:first-child{--text-opacity:1;color:#f56565;color:rgba(245,101,101,var(--text-opacity))}.lg\:first\:text-red-600:first-child{--text-opacity:1;color:#e53e3e;color:rgba(229,62,62,var(--text-opacity))}.lg\:first\:text-red-700:first-child{--text-opacity:1;color:#c53030;color:rgba(197,48,48,var(--text-opacity))}.lg\:first\:text-red-800:first-child{--text-opacity:1;color:#9b2c2c;color:rgba(155,44,44,var(--text-opacity))}.lg\:first\:text-red-900:first-child{--text-opacity:1;color:#742a2a;color:rgba(116,42,42,var(--text-opacity))}.lg\:first\:text-orange-100:first-child{--text-opacity:1;color:#fffaf0;color:rgba(255,250,240,var(--text-opacity))}.lg\:first\:text-orange-200:first-child{--text-opacity:1;color:#feebc8;color:rgba(254,235,200,var(--text-opacity))}.lg\:first\:text-orange-300:first-child{--text-opacity:1;color:#fbd38d;color:rgba(251,211,141,var(--text-opacity))}.lg\:first\:text-orange-400:first-child{--text-opacity:1;color:#f6ad55;color:rgba(246,173,85,var(--text-opacity))}.lg\:first\:text-orange-500:first-child{--text-opacity:1;color:#ed8936;color:rgba(237,137,54,var(--text-opacity))}.lg\:first\:text-orange-600:first-child{--text-opacity:1;color:#dd6b20;color:rgba(221,107,32,var(--text-opacity))}.lg\:first\:text-orange-700:first-child{--text-opacity:1;color:#c05621;color:rgba(192,86,33,var(--text-opacity))}.lg\:first\:text-orange-800:first-child{--text-opacity:1;color:#9c4221;color:rgba(156,66,33,var(--text-opacity))}.lg\:first\:text-orange-900:first-child{--text-opacity:1;color:#7b341e;color:rgba(123,52,30,var(--text-opacity))}.lg\:first\:text-yellow-100:first-child{--text-opacity:1;color:ivory;color:rgba(255,255,240,var(--text-opacity))}.lg\:first\:text-yellow-200:first-child{--text-opacity:1;color:#fefcbf;color:rgba(254,252,191,var(--text-opacity))}.lg\:first\:text-yellow-300:first-child{--text-opacity:1;color:#faf089;color:rgba(250,240,137,var(--text-opacity))}.lg\:first\:text-yellow-400:first-child{--text-opacity:1;color:#f6e05e;color:rgba(246,224,94,var(--text-opacity))}.lg\:first\:text-yellow-500:first-child{--text-opacity:1;color:#ecc94b;color:rgba(236,201,75,var(--text-opacity))}.lg\:first\:text-yellow-600:first-child{--text-opacity:1;color:#d69e2e;color:rgba(214,158,46,var(--text-opacity))}.lg\:first\:text-yellow-700:first-child{--text-opacity:1;color:#b7791f;color:rgba(183,121,31,var(--text-opacity))}.lg\:first\:text-yellow-800:first-child{--text-opacity:1;color:#975a16;color:rgba(151,90,22,var(--text-opacity))}.lg\:first\:text-yellow-900:first-child{--text-opacity:1;color:#744210;color:rgba(116,66,16,var(--text-opacity))}.lg\:first\:text-green:first-child{--text-opacity:1;color:#478415;color:rgba(71,132,21,var(--text-opacity))}.lg\:first\:text-teal-100:first-child{--text-opacity:1;color:#e6fffa;color:rgba(230,255,250,var(--text-opacity))}.lg\:first\:text-teal-200:first-child{--text-opacity:1;color:#b2f5ea;color:rgba(178,245,234,var(--text-opacity))}.lg\:first\:text-teal-300:first-child{--text-opacity:1;color:#81e6d9;color:rgba(129,230,217,var(--text-opacity))}.lg\:first\:text-teal-400:first-child{--text-opacity:1;color:#4fd1c5;color:rgba(79,209,197,var(--text-opacity))}.lg\:first\:text-teal-500:first-child{--text-opacity:1;color:#38b2ac;color:rgba(56,178,172,var(--text-opacity))}.lg\:first\:text-teal-600:first-child{--text-opacity:1;color:#319795;color:rgba(49,151,149,var(--text-opacity))}.lg\:first\:text-teal-700:first-child{--text-opacity:1;color:#2c7a7b;color:rgba(44,122,123,var(--text-opacity))}.lg\:first\:text-teal-800:first-child{--text-opacity:1;color:#285e61;color:rgba(40,94,97,var(--text-opacity))}.lg\:first\:text-teal-900:first-child{--text-opacity:1;color:#234e52;color:rgba(35,78,82,var(--text-opacity))}.lg\:first\:text-blue-100:first-child{--text-opacity:1;color:#ebf8ff;color:rgba(235,248,255,var(--text-opacity))}.lg\:first\:text-blue-200:first-child{--text-opacity:1;color:#bee3f8;color:rgba(190,227,248,var(--text-opacity))}.lg\:first\:text-blue-300:first-child{--text-opacity:1;color:#90cdf4;color:rgba(144,205,244,var(--text-opacity))}.lg\:first\:text-blue-400:first-child{--text-opacity:1;color:#63b3ed;color:rgba(99,179,237,var(--text-opacity))}.lg\:first\:text-blue-500:first-child{--text-opacity:1;color:#4299e1;color:rgba(66,153,225,var(--text-opacity))}.lg\:first\:text-blue-600:first-child{--text-opacity:1;color:#3182ce;color:rgba(49,130,206,var(--text-opacity))}.lg\:first\:text-blue-700:first-child{--text-opacity:1;color:#2b6cb0;color:rgba(43,108,176,var(--text-opacity))}.lg\:first\:text-blue-800:first-child{--text-opacity:1;color:#2c5282;color:rgba(44,82,130,var(--text-opacity))}.lg\:first\:text-blue-900:first-child{--text-opacity:1;color:#2a4365;color:rgba(42,67,101,var(--text-opacity))}.lg\:first\:text-indigo-100:first-child{--text-opacity:1;color:#ebf4ff;color:rgba(235,244,255,var(--text-opacity))}.lg\:first\:text-indigo-200:first-child{--text-opacity:1;color:#c3dafe;color:rgba(195,218,254,var(--text-opacity))}.lg\:first\:text-indigo-300:first-child{--text-opacity:1;color:#a3bffa;color:rgba(163,191,250,var(--text-opacity))}.lg\:first\:text-indigo-400:first-child{--text-opacity:1;color:#7f9cf5;color:rgba(127,156,245,var(--text-opacity))}.lg\:first\:text-indigo-500:first-child{--text-opacity:1;color:#667eea;color:rgba(102,126,234,var(--text-opacity))}.lg\:first\:text-indigo-600:first-child{--text-opacity:1;color:#5a67d8;color:rgba(90,103,216,var(--text-opacity))}.lg\:first\:text-indigo-700:first-child{--text-opacity:1;color:#4c51bf;color:rgba(76,81,191,var(--text-opacity))}.lg\:first\:text-indigo-800:first-child{--text-opacity:1;color:#434190;color:rgba(67,65,144,var(--text-opacity))}.lg\:first\:text-indigo-900:first-child{--text-opacity:1;color:#3c366b;color:rgba(60,54,107,var(--text-opacity))}.lg\:first\:text-purple-100:first-child{--text-opacity:1;color:#faf5ff;color:rgba(250,245,255,var(--text-opacity))}.lg\:first\:text-purple-200:first-child{--text-opacity:1;color:#e9d8fd;color:rgba(233,216,253,var(--text-opacity))}.lg\:first\:text-purple-300:first-child{--text-opacity:1;color:#d6bcfa;color:rgba(214,188,250,var(--text-opacity))}.lg\:first\:text-purple-400:first-child{--text-opacity:1;color:#b794f4;color:rgba(183,148,244,var(--text-opacity))}.lg\:first\:text-purple-500:first-child{--text-opacity:1;color:#9f7aea;color:rgba(159,122,234,var(--text-opacity))}.lg\:first\:text-purple-600:first-child{--text-opacity:1;color:#805ad5;color:rgba(128,90,213,var(--text-opacity))}.lg\:first\:text-purple-700:first-child{--text-opacity:1;color:#6b46c1;color:rgba(107,70,193,var(--text-opacity))}.lg\:first\:text-purple-800:first-child{--text-opacity:1;color:#553c9a;color:rgba(85,60,154,var(--text-opacity))}.lg\:first\:text-purple-900:first-child{--text-opacity:1;color:#44337a;color:rgba(68,51,122,var(--text-opacity))}.lg\:first\:text-pink-100:first-child{--text-opacity:1;color:#fff5f7;color:rgba(255,245,247,var(--text-opacity))}.lg\:first\:text-pink-200:first-child{--text-opacity:1;color:#fed7e2;color:rgba(254,215,226,var(--text-opacity))}.lg\:first\:text-pink-300:first-child{--text-opacity:1;color:#fbb6ce;color:rgba(251,182,206,var(--text-opacity))}.lg\:first\:text-pink-400:first-child{--text-opacity:1;color:#f687b3;color:rgba(246,135,179,var(--text-opacity))}.lg\:first\:text-pink-500:first-child{--text-opacity:1;color:#ed64a6;color:rgba(237,100,166,var(--text-opacity))}.lg\:first\:text-pink-600:first-child{--text-opacity:1;color:#d53f8c;color:rgba(213,63,140,var(--text-opacity))}.lg\:first\:text-pink-700:first-child{--text-opacity:1;color:#b83280;color:rgba(184,50,128,var(--text-opacity))}.lg\:first\:text-pink-800:first-child{--text-opacity:1;color:#97266d;color:rgba(151,38,109,var(--text-opacity))}.lg\:first\:text-pink-900:first-child{--text-opacity:1;color:#702459;color:rgba(112,36,89,var(--text-opacity))}.lg\:first\:text-text:first-child{--text-opacity:1;color:#000;color:rgba(0,0,0,var(--text-opacity))}.lg\:first\:text-primary:first-child{--text-opacity:1;color:#0b3780;color:rgba(11,55,128,var(--text-opacity))}.lg\:first\:text-secondary:first-child{--text-opacity:1;color:#fecc00;color:rgba(254,204,0,var(--text-opacity))}.lg\:first\:text-primaryDark:first-child{--text-opacity:1;color:#001e67;color:rgba(0,30,103,var(--text-opacity))}.lg\:first\:text-clientCenterPrimary:first-child{--text-opacity:1;color:#0f617e;color:rgba(15,97,126,var(--text-opacity))}.lg\:first\:text-clientCenterHover:first-child{--text-opacity:1;color:#168cb5;color:rgba(22,140,181,var(--text-opacity))}.lg\:visited\:text-transparent:visited{color:transparent}.lg\:visited\:text-current:visited{color:currentColor}.lg\:visited\:text-black:visited{--text-opacity:1;color:#000;color:rgba(0,0,0,var(--text-opacity))}.lg\:visited\:text-white:visited{--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}.lg\:visited\:text-gray-100:visited{--text-opacity:1;color:silver;color:rgba(192,192,192,var(--text-opacity))}.lg\:visited\:text-gray-200:visited{--text-opacity:1;color:#e7e6e6;color:rgba(231,230,230,var(--text-opacity))}.lg\:visited\:text-gray-250:visited{--text-opacity:1;color:#fafafa;color:rgba(250,250,250,var(--text-opacity))}.lg\:visited\:text-gray-300:visited{--text-opacity:1;color:#dbd9d9;color:rgba(219,217,217,var(--text-opacity))}.lg\:visited\:text-gray-400:visited{--text-opacity:1;color:#bbb;color:rgba(187,187,187,var(--text-opacity))}.lg\:visited\:text-gray-500:visited{--text-opacity:1;color:#ccc;color:rgba(204,204,204,var(--text-opacity))}.lg\:visited\:text-gray-550:visited{--text-opacity:1;color:#efefef;color:rgba(239,239,239,var(--text-opacity))}.lg\:visited\:text-gray-600:visited{--text-opacity:1;color:#8e8e8e;color:rgba(142,142,142,var(--text-opacity))}.lg\:visited\:text-gray-650:visited{--text-opacity:1;color:#8d8d8d;color:rgba(141,141,141,var(--text-opacity))}.lg\:visited\:text-gray-700:visited{--text-opacity:1;color:#6e6e6e;color:rgba(110,110,110,var(--text-opacity))}.lg\:visited\:text-gray-750:visited{--text-opacity:1;color:#4a4a4a;color:rgba(74,74,74,var(--text-opacity))}.lg\:visited\:text-gray-800:visited{--text-opacity:1;color:#313131;color:rgba(49,49,49,var(--text-opacity))}.lg\:visited\:text-gray-900:visited{--text-opacity:1;color:#728597;color:rgba(114,133,151,var(--text-opacity))}.lg\:visited\:text-gray-50\%:visited{color:rgba(0,0,0,.5)}.lg\:visited\:text-gray-30\%:visited{color:rgba(0,0,0,.3)}.lg\:visited\:text-red-100:visited{--text-opacity:1;color:#fff5f5;color:rgba(255,245,245,var(--text-opacity))}.lg\:visited\:text-red-200:visited{--text-opacity:1;color:#fed7d7;color:rgba(254,215,215,var(--text-opacity))}.lg\:visited\:text-red-300:visited{--text-opacity:1;color:#feb2b2;color:rgba(254,178,178,var(--text-opacity))}.lg\:visited\:text-red-400:visited{--text-opacity:1;color:#fc8181;color:rgba(252,129,129,var(--text-opacity))}.lg\:visited\:text-red-500:visited{--text-opacity:1;color:#f56565;color:rgba(245,101,101,var(--text-opacity))}.lg\:visited\:text-red-600:visited{--text-opacity:1;color:#e53e3e;color:rgba(229,62,62,var(--text-opacity))}.lg\:visited\:text-red-700:visited{--text-opacity:1;color:#c53030;color:rgba(197,48,48,var(--text-opacity))}.lg\:visited\:text-red-800:visited{--text-opacity:1;color:#9b2c2c;color:rgba(155,44,44,var(--text-opacity))}.lg\:visited\:text-red-900:visited{--text-opacity:1;color:#742a2a;color:rgba(116,42,42,var(--text-opacity))}.lg\:visited\:text-orange-100:visited{--text-opacity:1;color:#fffaf0;color:rgba(255,250,240,var(--text-opacity))}.lg\:visited\:text-orange-200:visited{--text-opacity:1;color:#feebc8;color:rgba(254,235,200,var(--text-opacity))}.lg\:visited\:text-orange-300:visited{--text-opacity:1;color:#fbd38d;color:rgba(251,211,141,var(--text-opacity))}.lg\:visited\:text-orange-400:visited{--text-opacity:1;color:#f6ad55;color:rgba(246,173,85,var(--text-opacity))}.lg\:visited\:text-orange-500:visited{--text-opacity:1;color:#ed8936;color:rgba(237,137,54,var(--text-opacity))}.lg\:visited\:text-orange-600:visited{--text-opacity:1;color:#dd6b20;color:rgba(221,107,32,var(--text-opacity))}.lg\:visited\:text-orange-700:visited{--text-opacity:1;color:#c05621;color:rgba(192,86,33,var(--text-opacity))}.lg\:visited\:text-orange-800:visited{--text-opacity:1;color:#9c4221;color:rgba(156,66,33,var(--text-opacity))}.lg\:visited\:text-orange-900:visited{--text-opacity:1;color:#7b341e;color:rgba(123,52,30,var(--text-opacity))}.lg\:visited\:text-yellow-100:visited{--text-opacity:1;color:ivory;color:rgba(255,255,240,var(--text-opacity))}.lg\:visited\:text-yellow-200:visited{--text-opacity:1;color:#fefcbf;color:rgba(254,252,191,var(--text-opacity))}.lg\:visited\:text-yellow-300:visited{--text-opacity:1;color:#faf089;color:rgba(250,240,137,var(--text-opacity))}.lg\:visited\:text-yellow-400:visited{--text-opacity:1;color:#f6e05e;color:rgba(246,224,94,var(--text-opacity))}.lg\:visited\:text-yellow-500:visited{--text-opacity:1;color:#ecc94b;color:rgba(236,201,75,var(--text-opacity))}.lg\:visited\:text-yellow-600:visited{--text-opacity:1;color:#d69e2e;color:rgba(214,158,46,var(--text-opacity))}.lg\:visited\:text-yellow-700:visited{--text-opacity:1;color:#b7791f;color:rgba(183,121,31,var(--text-opacity))}.lg\:visited\:text-yellow-800:visited{--text-opacity:1;color:#975a16;color:rgba(151,90,22,var(--text-opacity))}.lg\:visited\:text-yellow-900:visited{--text-opacity:1;color:#744210;color:rgba(116,66,16,var(--text-opacity))}.lg\:visited\:text-green:visited{--text-opacity:1;color:#478415;color:rgba(71,132,21,var(--text-opacity))}.lg\:visited\:text-teal-100:visited{--text-opacity:1;color:#e6fffa;color:rgba(230,255,250,var(--text-opacity))}.lg\:visited\:text-teal-200:visited{--text-opacity:1;color:#b2f5ea;color:rgba(178,245,234,var(--text-opacity))}.lg\:visited\:text-teal-300:visited{--text-opacity:1;color:#81e6d9;color:rgba(129,230,217,var(--text-opacity))}.lg\:visited\:text-teal-400:visited{--text-opacity:1;color:#4fd1c5;color:rgba(79,209,197,var(--text-opacity))}.lg\:visited\:text-teal-500:visited{--text-opacity:1;color:#38b2ac;color:rgba(56,178,172,var(--text-opacity))}.lg\:visited\:text-teal-600:visited{--text-opacity:1;color:#319795;color:rgba(49,151,149,var(--text-opacity))}.lg\:visited\:text-teal-700:visited{--text-opacity:1;color:#2c7a7b;color:rgba(44,122,123,var(--text-opacity))}.lg\:visited\:text-teal-800:visited{--text-opacity:1;color:#285e61;color:rgba(40,94,97,var(--text-opacity))}.lg\:visited\:text-teal-900:visited{--text-opacity:1;color:#234e52;color:rgba(35,78,82,var(--text-opacity))}.lg\:visited\:text-blue-100:visited{--text-opacity:1;color:#ebf8ff;color:rgba(235,248,255,var(--text-opacity))}.lg\:visited\:text-blue-200:visited{--text-opacity:1;color:#bee3f8;color:rgba(190,227,248,var(--text-opacity))}.lg\:visited\:text-blue-300:visited{--text-opacity:1;color:#90cdf4;color:rgba(144,205,244,var(--text-opacity))}.lg\:visited\:text-blue-400:visited{--text-opacity:1;color:#63b3ed;color:rgba(99,179,237,var(--text-opacity))}.lg\:visited\:text-blue-500:visited{--text-opacity:1;color:#4299e1;color:rgba(66,153,225,var(--text-opacity))}.lg\:visited\:text-blue-600:visited{--text-opacity:1;color:#3182ce;color:rgba(49,130,206,var(--text-opacity))}.lg\:visited\:text-blue-700:visited{--text-opacity:1;color:#2b6cb0;color:rgba(43,108,176,var(--text-opacity))}.lg\:visited\:text-blue-800:visited{--text-opacity:1;color:#2c5282;color:rgba(44,82,130,var(--text-opacity))}.lg\:visited\:text-blue-900:visited{--text-opacity:1;color:#2a4365;color:rgba(42,67,101,var(--text-opacity))}.lg\:visited\:text-indigo-100:visited{--text-opacity:1;color:#ebf4ff;color:rgba(235,244,255,var(--text-opacity))}.lg\:visited\:text-indigo-200:visited{--text-opacity:1;color:#c3dafe;color:rgba(195,218,254,var(--text-opacity))}.lg\:visited\:text-indigo-300:visited{--text-opacity:1;color:#a3bffa;color:rgba(163,191,250,var(--text-opacity))}.lg\:visited\:text-indigo-400:visited{--text-opacity:1;color:#7f9cf5;color:rgba(127,156,245,var(--text-opacity))}.lg\:visited\:text-indigo-500:visited{--text-opacity:1;color:#667eea;color:rgba(102,126,234,var(--text-opacity))}.lg\:visited\:text-indigo-600:visited{--text-opacity:1;color:#5a67d8;color:rgba(90,103,216,var(--text-opacity))}.lg\:visited\:text-indigo-700:visited{--text-opacity:1;color:#4c51bf;color:rgba(76,81,191,var(--text-opacity))}.lg\:visited\:text-indigo-800:visited{--text-opacity:1;color:#434190;color:rgba(67,65,144,var(--text-opacity))}.lg\:visited\:text-indigo-900:visited{--text-opacity:1;color:#3c366b;color:rgba(60,54,107,var(--text-opacity))}.lg\:visited\:text-purple-100:visited{--text-opacity:1;color:#faf5ff;color:rgba(250,245,255,var(--text-opacity))}.lg\:visited\:text-purple-200:visited{--text-opacity:1;color:#e9d8fd;color:rgba(233,216,253,var(--text-opacity))}.lg\:visited\:text-purple-300:visited{--text-opacity:1;color:#d6bcfa;color:rgba(214,188,250,var(--text-opacity))}.lg\:visited\:text-purple-400:visited{--text-opacity:1;color:#b794f4;color:rgba(183,148,244,var(--text-opacity))}.lg\:visited\:text-purple-500:visited{--text-opacity:1;color:#9f7aea;color:rgba(159,122,234,var(--text-opacity))}.lg\:visited\:text-purple-600:visited{--text-opacity:1;color:#805ad5;color:rgba(128,90,213,var(--text-opacity))}.lg\:visited\:text-purple-700:visited{--text-opacity:1;color:#6b46c1;color:rgba(107,70,193,var(--text-opacity))}.lg\:visited\:text-purple-800:visited{--text-opacity:1;color:#553c9a;color:rgba(85,60,154,var(--text-opacity))}.lg\:visited\:text-purple-900:visited{--text-opacity:1;color:#44337a;color:rgba(68,51,122,var(--text-opacity))}.lg\:visited\:text-pink-100:visited{--text-opacity:1;color:#fff5f7;color:rgba(255,245,247,var(--text-opacity))}.lg\:visited\:text-pink-200:visited{--text-opacity:1;color:#fed7e2;color:rgba(254,215,226,var(--text-opacity))}.lg\:visited\:text-pink-300:visited{--text-opacity:1;color:#fbb6ce;color:rgba(251,182,206,var(--text-opacity))}.lg\:visited\:text-pink-400:visited{--text-opacity:1;color:#f687b3;color:rgba(246,135,179,var(--text-opacity))}.lg\:visited\:text-pink-500:visited{--text-opacity:1;color:#ed64a6;color:rgba(237,100,166,var(--text-opacity))}.lg\:visited\:text-pink-600:visited{--text-opacity:1;color:#d53f8c;color:rgba(213,63,140,var(--text-opacity))}.lg\:visited\:text-pink-700:visited{--text-opacity:1;color:#b83280;color:rgba(184,50,128,var(--text-opacity))}.lg\:visited\:text-pink-800:visited{--text-opacity:1;color:#97266d;color:rgba(151,38,109,var(--text-opacity))}.lg\:visited\:text-pink-900:visited{--text-opacity:1;color:#702459;color:rgba(112,36,89,var(--text-opacity))}.lg\:visited\:text-text:visited{--text-opacity:1;color:#000;color:rgba(0,0,0,var(--text-opacity))}.lg\:visited\:text-primary:visited{--text-opacity:1;color:#0b3780;color:rgba(11,55,128,var(--text-opacity))}.lg\:visited\:text-secondary:visited{--text-opacity:1;color:#fecc00;color:rgba(254,204,0,var(--text-opacity))}.lg\:visited\:text-primaryDark:visited{--text-opacity:1;color:#001e67;color:rgba(0,30,103,var(--text-opacity))}.lg\:visited\:text-clientCenterPrimary:visited{--text-opacity:1;color:#0f617e;color:rgba(15,97,126,var(--text-opacity))}.lg\:visited\:text-clientCenterHover:visited{--text-opacity:1;color:#168cb5;color:rgba(22,140,181,var(--text-opacity))}.lg\:last\:text-transparent:last-child{color:transparent}.lg\:last\:text-current:last-child{color:currentColor}.lg\:last\:text-black:last-child{--text-opacity:1;color:#000;color:rgba(0,0,0,var(--text-opacity))}.lg\:last\:text-white:last-child{--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}.lg\:last\:text-gray-100:last-child{--text-opacity:1;color:silver;color:rgba(192,192,192,var(--text-opacity))}.lg\:last\:text-gray-200:last-child{--text-opacity:1;color:#e7e6e6;color:rgba(231,230,230,var(--text-opacity))}.lg\:last\:text-gray-250:last-child{--text-opacity:1;color:#fafafa;color:rgba(250,250,250,var(--text-opacity))}.lg\:last\:text-gray-300:last-child{--text-opacity:1;color:#dbd9d9;color:rgba(219,217,217,var(--text-opacity))}.lg\:last\:text-gray-400:last-child{--text-opacity:1;color:#bbb;color:rgba(187,187,187,var(--text-opacity))}.lg\:last\:text-gray-500:last-child{--text-opacity:1;color:#ccc;color:rgba(204,204,204,var(--text-opacity))}.lg\:last\:text-gray-550:last-child{--text-opacity:1;color:#efefef;color:rgba(239,239,239,var(--text-opacity))}.lg\:last\:text-gray-600:last-child{--text-opacity:1;color:#8e8e8e;color:rgba(142,142,142,var(--text-opacity))}.lg\:last\:text-gray-650:last-child{--text-opacity:1;color:#8d8d8d;color:rgba(141,141,141,var(--text-opacity))}.lg\:last\:text-gray-700:last-child{--text-opacity:1;color:#6e6e6e;color:rgba(110,110,110,var(--text-opacity))}.lg\:last\:text-gray-750:last-child{--text-opacity:1;color:#4a4a4a;color:rgba(74,74,74,var(--text-opacity))}.lg\:last\:text-gray-800:last-child{--text-opacity:1;color:#313131;color:rgba(49,49,49,var(--text-opacity))}.lg\:last\:text-gray-900:last-child{--text-opacity:1;color:#728597;color:rgba(114,133,151,var(--text-opacity))}.lg\:last\:text-gray-50\%:last-child{color:rgba(0,0,0,.5)}.lg\:last\:text-gray-30\%:last-child{color:rgba(0,0,0,.3)}.lg\:last\:text-red-100:last-child{--text-opacity:1;color:#fff5f5;color:rgba(255,245,245,var(--text-opacity))}.lg\:last\:text-red-200:last-child{--text-opacity:1;color:#fed7d7;color:rgba(254,215,215,var(--text-opacity))}.lg\:last\:text-red-300:last-child{--text-opacity:1;color:#feb2b2;color:rgba(254,178,178,var(--text-opacity))}.lg\:last\:text-red-400:last-child{--text-opacity:1;color:#fc8181;color:rgba(252,129,129,var(--text-opacity))}.lg\:last\:text-red-500:last-child{--text-opacity:1;color:#f56565;color:rgba(245,101,101,var(--text-opacity))}.lg\:last\:text-red-600:last-child{--text-opacity:1;color:#e53e3e;color:rgba(229,62,62,var(--text-opacity))}.lg\:last\:text-red-700:last-child{--text-opacity:1;color:#c53030;color:rgba(197,48,48,var(--text-opacity))}.lg\:last\:text-red-800:last-child{--text-opacity:1;color:#9b2c2c;color:rgba(155,44,44,var(--text-opacity))}.lg\:last\:text-red-900:last-child{--text-opacity:1;color:#742a2a;color:rgba(116,42,42,var(--text-opacity))}.lg\:last\:text-orange-100:last-child{--text-opacity:1;color:#fffaf0;color:rgba(255,250,240,var(--text-opacity))}.lg\:last\:text-orange-200:last-child{--text-opacity:1;color:#feebc8;color:rgba(254,235,200,var(--text-opacity))}.lg\:last\:text-orange-300:last-child{--text-opacity:1;color:#fbd38d;color:rgba(251,211,141,var(--text-opacity))}.lg\:last\:text-orange-400:last-child{--text-opacity:1;color:#f6ad55;color:rgba(246,173,85,var(--text-opacity))}.lg\:last\:text-orange-500:last-child{--text-opacity:1;color:#ed8936;color:rgba(237,137,54,var(--text-opacity))}.lg\:last\:text-orange-600:last-child{--text-opacity:1;color:#dd6b20;color:rgba(221,107,32,var(--text-opacity))}.lg\:last\:text-orange-700:last-child{--text-opacity:1;color:#c05621;color:rgba(192,86,33,var(--text-opacity))}.lg\:last\:text-orange-800:last-child{--text-opacity:1;color:#9c4221;color:rgba(156,66,33,var(--text-opacity))}.lg\:last\:text-orange-900:last-child{--text-opacity:1;color:#7b341e;color:rgba(123,52,30,var(--text-opacity))}.lg\:last\:text-yellow-100:last-child{--text-opacity:1;color:ivory;color:rgba(255,255,240,var(--text-opacity))}.lg\:last\:text-yellow-200:last-child{--text-opacity:1;color:#fefcbf;color:rgba(254,252,191,var(--text-opacity))}.lg\:last\:text-yellow-300:last-child{--text-opacity:1;color:#faf089;color:rgba(250,240,137,var(--text-opacity))}.lg\:last\:text-yellow-400:last-child{--text-opacity:1;color:#f6e05e;color:rgba(246,224,94,var(--text-opacity))}.lg\:last\:text-yellow-500:last-child{--text-opacity:1;color:#ecc94b;color:rgba(236,201,75,var(--text-opacity))}.lg\:last\:text-yellow-600:last-child{--text-opacity:1;color:#d69e2e;color:rgba(214,158,46,var(--text-opacity))}.lg\:last\:text-yellow-700:last-child{--text-opacity:1;color:#b7791f;color:rgba(183,121,31,var(--text-opacity))}.lg\:last\:text-yellow-800:last-child{--text-opacity:1;color:#975a16;color:rgba(151,90,22,var(--text-opacity))}.lg\:last\:text-yellow-900:last-child{--text-opacity:1;color:#744210;color:rgba(116,66,16,var(--text-opacity))}.lg\:last\:text-green:last-child{--text-opacity:1;color:#478415;color:rgba(71,132,21,var(--text-opacity))}.lg\:last\:text-teal-100:last-child{--text-opacity:1;color:#e6fffa;color:rgba(230,255,250,var(--text-opacity))}.lg\:last\:text-teal-200:last-child{--text-opacity:1;color:#b2f5ea;color:rgba(178,245,234,var(--text-opacity))}.lg\:last\:text-teal-300:last-child{--text-opacity:1;color:#81e6d9;color:rgba(129,230,217,var(--text-opacity))}.lg\:last\:text-teal-400:last-child{--text-opacity:1;color:#4fd1c5;color:rgba(79,209,197,var(--text-opacity))}.lg\:last\:text-teal-500:last-child{--text-opacity:1;color:#38b2ac;color:rgba(56,178,172,var(--text-opacity))}.lg\:last\:text-teal-600:last-child{--text-opacity:1;color:#319795;color:rgba(49,151,149,var(--text-opacity))}.lg\:last\:text-teal-700:last-child{--text-opacity:1;color:#2c7a7b;color:rgba(44,122,123,var(--text-opacity))}.lg\:last\:text-teal-800:last-child{--text-opacity:1;color:#285e61;color:rgba(40,94,97,var(--text-opacity))}.lg\:last\:text-teal-900:last-child{--text-opacity:1;color:#234e52;color:rgba(35,78,82,var(--text-opacity))}.lg\:last\:text-blue-100:last-child{--text-opacity:1;color:#ebf8ff;color:rgba(235,248,255,var(--text-opacity))}.lg\:last\:text-blue-200:last-child{--text-opacity:1;color:#bee3f8;color:rgba(190,227,248,var(--text-opacity))}.lg\:last\:text-blue-300:last-child{--text-opacity:1;color:#90cdf4;color:rgba(144,205,244,var(--text-opacity))}.lg\:last\:text-blue-400:last-child{--text-opacity:1;color:#63b3ed;color:rgba(99,179,237,var(--text-opacity))}.lg\:last\:text-blue-500:last-child{--text-opacity:1;color:#4299e1;color:rgba(66,153,225,var(--text-opacity))}.lg\:last\:text-blue-600:last-child{--text-opacity:1;color:#3182ce;color:rgba(49,130,206,var(--text-opacity))}.lg\:last\:text-blue-700:last-child{--text-opacity:1;color:#2b6cb0;color:rgba(43,108,176,var(--text-opacity))}.lg\:last\:text-blue-800:last-child{--text-opacity:1;color:#2c5282;color:rgba(44,82,130,var(--text-opacity))}.lg\:last\:text-blue-900:last-child{--text-opacity:1;color:#2a4365;color:rgba(42,67,101,var(--text-opacity))}.lg\:last\:text-indigo-100:last-child{--text-opacity:1;color:#ebf4ff;color:rgba(235,244,255,var(--text-opacity))}.lg\:last\:text-indigo-200:last-child{--text-opacity:1;color:#c3dafe;color:rgba(195,218,254,var(--text-opacity))}.lg\:last\:text-indigo-300:last-child{--text-opacity:1;color:#a3bffa;color:rgba(163,191,250,var(--text-opacity))}.lg\:last\:text-indigo-400:last-child{--text-opacity:1;color:#7f9cf5;color:rgba(127,156,245,var(--text-opacity))}.lg\:last\:text-indigo-500:last-child{--text-opacity:1;color:#667eea;color:rgba(102,126,234,var(--text-opacity))}.lg\:last\:text-indigo-600:last-child{--text-opacity:1;color:#5a67d8;color:rgba(90,103,216,var(--text-opacity))}.lg\:last\:text-indigo-700:last-child{--text-opacity:1;color:#4c51bf;color:rgba(76,81,191,var(--text-opacity))}.lg\:last\:text-indigo-800:last-child{--text-opacity:1;color:#434190;color:rgba(67,65,144,var(--text-opacity))}.lg\:last\:text-indigo-900:last-child{--text-opacity:1;color:#3c366b;color:rgba(60,54,107,var(--text-opacity))}.lg\:last\:text-purple-100:last-child{--text-opacity:1;color:#faf5ff;color:rgba(250,245,255,var(--text-opacity))}.lg\:last\:text-purple-200:last-child{--text-opacity:1;color:#e9d8fd;color:rgba(233,216,253,var(--text-opacity))}.lg\:last\:text-purple-300:last-child{--text-opacity:1;color:#d6bcfa;color:rgba(214,188,250,var(--text-opacity))}.lg\:last\:text-purple-400:last-child{--text-opacity:1;color:#b794f4;color:rgba(183,148,244,var(--text-opacity))}.lg\:last\:text-purple-500:last-child{--text-opacity:1;color:#9f7aea;color:rgba(159,122,234,var(--text-opacity))}.lg\:last\:text-purple-600:last-child{--text-opacity:1;color:#805ad5;color:rgba(128,90,213,var(--text-opacity))}.lg\:last\:text-purple-700:last-child{--text-opacity:1;color:#6b46c1;color:rgba(107,70,193,var(--text-opacity))}.lg\:last\:text-purple-800:last-child{--text-opacity:1;color:#553c9a;color:rgba(85,60,154,var(--text-opacity))}.lg\:last\:text-purple-900:last-child{--text-opacity:1;color:#44337a;color:rgba(68,51,122,var(--text-opacity))}.lg\:last\:text-pink-100:last-child{--text-opacity:1;color:#fff5f7;color:rgba(255,245,247,var(--text-opacity))}.lg\:last\:text-pink-200:last-child{--text-opacity:1;color:#fed7e2;color:rgba(254,215,226,var(--text-opacity))}.lg\:last\:text-pink-300:last-child{--text-opacity:1;color:#fbb6ce;color:rgba(251,182,206,var(--text-opacity))}.lg\:last\:text-pink-400:last-child{--text-opacity:1;color:#f687b3;color:rgba(246,135,179,var(--text-opacity))}.lg\:last\:text-pink-500:last-child{--text-opacity:1;color:#ed64a6;color:rgba(237,100,166,var(--text-opacity))}.lg\:last\:text-pink-600:last-child{--text-opacity:1;color:#d53f8c;color:rgba(213,63,140,var(--text-opacity))}.lg\:last\:text-pink-700:last-child{--text-opacity:1;color:#b83280;color:rgba(184,50,128,var(--text-opacity))}.lg\:last\:text-pink-800:last-child{--text-opacity:1;color:#97266d;color:rgba(151,38,109,var(--text-opacity))}.lg\:last\:text-pink-900:last-child{--text-opacity:1;color:#702459;color:rgba(112,36,89,var(--text-opacity))}.lg\:last\:text-text:last-child{--text-opacity:1;color:#000;color:rgba(0,0,0,var(--text-opacity))}.lg\:last\:text-primary:last-child{--text-opacity:1;color:#0b3780;color:rgba(11,55,128,var(--text-opacity))}.lg\:last\:text-secondary:last-child{--text-opacity:1;color:#fecc00;color:rgba(254,204,0,var(--text-opacity))}.lg\:last\:text-primaryDark:last-child{--text-opacity:1;color:#001e67;color:rgba(0,30,103,var(--text-opacity))}.lg\:last\:text-clientCenterPrimary:last-child{--text-opacity:1;color:#0f617e;color:rgba(15,97,126,var(--text-opacity))}.lg\:last\:text-clientCenterHover:last-child{--text-opacity:1;color:#168cb5;color:rgba(22,140,181,var(--text-opacity))}.lg\:checked\:text-transparent:checked{color:transparent}.lg\:checked\:text-current:checked{color:currentColor}.lg\:checked\:text-black:checked{--text-opacity:1;color:#000;color:rgba(0,0,0,var(--text-opacity))}.lg\:checked\:text-white:checked{--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}.lg\:checked\:text-gray-100:checked{--text-opacity:1;color:silver;color:rgba(192,192,192,var(--text-opacity))}.lg\:checked\:text-gray-200:checked{--text-opacity:1;color:#e7e6e6;color:rgba(231,230,230,var(--text-opacity))}.lg\:checked\:text-gray-250:checked{--text-opacity:1;color:#fafafa;color:rgba(250,250,250,var(--text-opacity))}.lg\:checked\:text-gray-300:checked{--text-opacity:1;color:#dbd9d9;color:rgba(219,217,217,var(--text-opacity))}.lg\:checked\:text-gray-400:checked{--text-opacity:1;color:#bbb;color:rgba(187,187,187,var(--text-opacity))}.lg\:checked\:text-gray-500:checked{--text-opacity:1;color:#ccc;color:rgba(204,204,204,var(--text-opacity))}.lg\:checked\:text-gray-550:checked{--text-opacity:1;color:#efefef;color:rgba(239,239,239,var(--text-opacity))}.lg\:checked\:text-gray-600:checked{--text-opacity:1;color:#8e8e8e;color:rgba(142,142,142,var(--text-opacity))}.lg\:checked\:text-gray-650:checked{--text-opacity:1;color:#8d8d8d;color:rgba(141,141,141,var(--text-opacity))}.lg\:checked\:text-gray-700:checked{--text-opacity:1;color:#6e6e6e;color:rgba(110,110,110,var(--text-opacity))}.lg\:checked\:text-gray-750:checked{--text-opacity:1;color:#4a4a4a;color:rgba(74,74,74,var(--text-opacity))}.lg\:checked\:text-gray-800:checked{--text-opacity:1;color:#313131;color:rgba(49,49,49,var(--text-opacity))}.lg\:checked\:text-gray-900:checked{--text-opacity:1;color:#728597;color:rgba(114,133,151,var(--text-opacity))}.lg\:checked\:text-gray-50\%:checked{color:rgba(0,0,0,.5)}.lg\:checked\:text-gray-30\%:checked{color:rgba(0,0,0,.3)}.lg\:checked\:text-red-100:checked{--text-opacity:1;color:#fff5f5;color:rgba(255,245,245,var(--text-opacity))}.lg\:checked\:text-red-200:checked{--text-opacity:1;color:#fed7d7;color:rgba(254,215,215,var(--text-opacity))}.lg\:checked\:text-red-300:checked{--text-opacity:1;color:#feb2b2;color:rgba(254,178,178,var(--text-opacity))}.lg\:checked\:text-red-400:checked{--text-opacity:1;color:#fc8181;color:rgba(252,129,129,var(--text-opacity))}.lg\:checked\:text-red-500:checked{--text-opacity:1;color:#f56565;color:rgba(245,101,101,var(--text-opacity))}.lg\:checked\:text-red-600:checked{--text-opacity:1;color:#e53e3e;color:rgba(229,62,62,var(--text-opacity))}.lg\:checked\:text-red-700:checked{--text-opacity:1;color:#c53030;color:rgba(197,48,48,var(--text-opacity))}.lg\:checked\:text-red-800:checked{--text-opacity:1;color:#9b2c2c;color:rgba(155,44,44,var(--text-opacity))}.lg\:checked\:text-red-900:checked{--text-opacity:1;color:#742a2a;color:rgba(116,42,42,var(--text-opacity))}.lg\:checked\:text-orange-100:checked{--text-opacity:1;color:#fffaf0;color:rgba(255,250,240,var(--text-opacity))}.lg\:checked\:text-orange-200:checked{--text-opacity:1;color:#feebc8;color:rgba(254,235,200,var(--text-opacity))}.lg\:checked\:text-orange-300:checked{--text-opacity:1;color:#fbd38d;color:rgba(251,211,141,var(--text-opacity))}.lg\:checked\:text-orange-400:checked{--text-opacity:1;color:#f6ad55;color:rgba(246,173,85,var(--text-opacity))}.lg\:checked\:text-orange-500:checked{--text-opacity:1;color:#ed8936;color:rgba(237,137,54,var(--text-opacity))}.lg\:checked\:text-orange-600:checked{--text-opacity:1;color:#dd6b20;color:rgba(221,107,32,var(--text-opacity))}.lg\:checked\:text-orange-700:checked{--text-opacity:1;color:#c05621;color:rgba(192,86,33,var(--text-opacity))}.lg\:checked\:text-orange-800:checked{--text-opacity:1;color:#9c4221;color:rgba(156,66,33,var(--text-opacity))}.lg\:checked\:text-orange-900:checked{--text-opacity:1;color:#7b341e;color:rgba(123,52,30,var(--text-opacity))}.lg\:checked\:text-yellow-100:checked{--text-opacity:1;color:ivory;color:rgba(255,255,240,var(--text-opacity))}.lg\:checked\:text-yellow-200:checked{--text-opacity:1;color:#fefcbf;color:rgba(254,252,191,var(--text-opacity))}.lg\:checked\:text-yellow-300:checked{--text-opacity:1;color:#faf089;color:rgba(250,240,137,var(--text-opacity))}.lg\:checked\:text-yellow-400:checked{--text-opacity:1;color:#f6e05e;color:rgba(246,224,94,var(--text-opacity))}.lg\:checked\:text-yellow-500:checked{--text-opacity:1;color:#ecc94b;color:rgba(236,201,75,var(--text-opacity))}.lg\:checked\:text-yellow-600:checked{--text-opacity:1;color:#d69e2e;color:rgba(214,158,46,var(--text-opacity))}.lg\:checked\:text-yellow-700:checked{--text-opacity:1;color:#b7791f;color:rgba(183,121,31,var(--text-opacity))}.lg\:checked\:text-yellow-800:checked{--text-opacity:1;color:#975a16;color:rgba(151,90,22,var(--text-opacity))}.lg\:checked\:text-yellow-900:checked{--text-opacity:1;color:#744210;color:rgba(116,66,16,var(--text-opacity))}.lg\:checked\:text-green:checked{--text-opacity:1;color:#478415;color:rgba(71,132,21,var(--text-opacity))}.lg\:checked\:text-teal-100:checked{--text-opacity:1;color:#e6fffa;color:rgba(230,255,250,var(--text-opacity))}.lg\:checked\:text-teal-200:checked{--text-opacity:1;color:#b2f5ea;color:rgba(178,245,234,var(--text-opacity))}.lg\:checked\:text-teal-300:checked{--text-opacity:1;color:#81e6d9;color:rgba(129,230,217,var(--text-opacity))}.lg\:checked\:text-teal-400:checked{--text-opacity:1;color:#4fd1c5;color:rgba(79,209,197,var(--text-opacity))}.lg\:checked\:text-teal-500:checked{--text-opacity:1;color:#38b2ac;color:rgba(56,178,172,var(--text-opacity))}.lg\:checked\:text-teal-600:checked{--text-opacity:1;color:#319795;color:rgba(49,151,149,var(--text-opacity))}.lg\:checked\:text-teal-700:checked{--text-opacity:1;color:#2c7a7b;color:rgba(44,122,123,var(--text-opacity))}.lg\:checked\:text-teal-800:checked{--text-opacity:1;color:#285e61;color:rgba(40,94,97,var(--text-opacity))}.lg\:checked\:text-teal-900:checked{--text-opacity:1;color:#234e52;color:rgba(35,78,82,var(--text-opacity))}.lg\:checked\:text-blue-100:checked{--text-opacity:1;color:#ebf8ff;color:rgba(235,248,255,var(--text-opacity))}.lg\:checked\:text-blue-200:checked{--text-opacity:1;color:#bee3f8;color:rgba(190,227,248,var(--text-opacity))}.lg\:checked\:text-blue-300:checked{--text-opacity:1;color:#90cdf4;color:rgba(144,205,244,var(--text-opacity))}.lg\:checked\:text-blue-400:checked{--text-opacity:1;color:#63b3ed;color:rgba(99,179,237,var(--text-opacity))}.lg\:checked\:text-blue-500:checked{--text-opacity:1;color:#4299e1;color:rgba(66,153,225,var(--text-opacity))}.lg\:checked\:text-blue-600:checked{--text-opacity:1;color:#3182ce;color:rgba(49,130,206,var(--text-opacity))}.lg\:checked\:text-blue-700:checked{--text-opacity:1;color:#2b6cb0;color:rgba(43,108,176,var(--text-opacity))}.lg\:checked\:text-blue-800:checked{--text-opacity:1;color:#2c5282;color:rgba(44,82,130,var(--text-opacity))}.lg\:checked\:text-blue-900:checked{--text-opacity:1;color:#2a4365;color:rgba(42,67,101,var(--text-opacity))}.lg\:checked\:text-indigo-100:checked{--text-opacity:1;color:#ebf4ff;color:rgba(235,244,255,var(--text-opacity))}.lg\:checked\:text-indigo-200:checked{--text-opacity:1;color:#c3dafe;color:rgba(195,218,254,var(--text-opacity))}.lg\:checked\:text-indigo-300:checked{--text-opacity:1;color:#a3bffa;color:rgba(163,191,250,var(--text-opacity))}.lg\:checked\:text-indigo-400:checked{--text-opacity:1;color:#7f9cf5;color:rgba(127,156,245,var(--text-opacity))}.lg\:checked\:text-indigo-500:checked{--text-opacity:1;color:#667eea;color:rgba(102,126,234,var(--text-opacity))}.lg\:checked\:text-indigo-600:checked{--text-opacity:1;color:#5a67d8;color:rgba(90,103,216,var(--text-opacity))}.lg\:checked\:text-indigo-700:checked{--text-opacity:1;color:#4c51bf;color:rgba(76,81,191,var(--text-opacity))}.lg\:checked\:text-indigo-800:checked{--text-opacity:1;color:#434190;color:rgba(67,65,144,var(--text-opacity))}.lg\:checked\:text-indigo-900:checked{--text-opacity:1;color:#3c366b;color:rgba(60,54,107,var(--text-opacity))}.lg\:checked\:text-purple-100:checked{--text-opacity:1;color:#faf5ff;color:rgba(250,245,255,var(--text-opacity))}.lg\:checked\:text-purple-200:checked{--text-opacity:1;color:#e9d8fd;color:rgba(233,216,253,var(--text-opacity))}.lg\:checked\:text-purple-300:checked{--text-opacity:1;color:#d6bcfa;color:rgba(214,188,250,var(--text-opacity))}.lg\:checked\:text-purple-400:checked{--text-opacity:1;color:#b794f4;color:rgba(183,148,244,var(--text-opacity))}.lg\:checked\:text-purple-500:checked{--text-opacity:1;color:#9f7aea;color:rgba(159,122,234,var(--text-opacity))}.lg\:checked\:text-purple-600:checked{--text-opacity:1;color:#805ad5;color:rgba(128,90,213,var(--text-opacity))}.lg\:checked\:text-purple-700:checked{--text-opacity:1;color:#6b46c1;color:rgba(107,70,193,var(--text-opacity))}.lg\:checked\:text-purple-800:checked{--text-opacity:1;color:#553c9a;color:rgba(85,60,154,var(--text-opacity))}.lg\:checked\:text-purple-900:checked{--text-opacity:1;color:#44337a;color:rgba(68,51,122,var(--text-opacity))}.lg\:checked\:text-pink-100:checked{--text-opacity:1;color:#fff5f7;color:rgba(255,245,247,var(--text-opacity))}.lg\:checked\:text-pink-200:checked{--text-opacity:1;color:#fed7e2;color:rgba(254,215,226,var(--text-opacity))}.lg\:checked\:text-pink-300:checked{--text-opacity:1;color:#fbb6ce;color:rgba(251,182,206,var(--text-opacity))}.lg\:checked\:text-pink-400:checked{--text-opacity:1;color:#f687b3;color:rgba(246,135,179,var(--text-opacity))}.lg\:checked\:text-pink-500:checked{--text-opacity:1;color:#ed64a6;color:rgba(237,100,166,var(--text-opacity))}.lg\:checked\:text-pink-600:checked{--text-opacity:1;color:#d53f8c;color:rgba(213,63,140,var(--text-opacity))}.lg\:checked\:text-pink-700:checked{--text-opacity:1;color:#b83280;color:rgba(184,50,128,var(--text-opacity))}.lg\:checked\:text-pink-800:checked{--text-opacity:1;color:#97266d;color:rgba(151,38,109,var(--text-opacity))}.lg\:checked\:text-pink-900:checked{--text-opacity:1;color:#702459;color:rgba(112,36,89,var(--text-opacity))}.lg\:checked\:text-text:checked{--text-opacity:1;color:#000;color:rgba(0,0,0,var(--text-opacity))}.lg\:checked\:text-primary:checked{--text-opacity:1;color:#0b3780;color:rgba(11,55,128,var(--text-opacity))}.lg\:checked\:text-secondary:checked{--text-opacity:1;color:#fecc00;color:rgba(254,204,0,var(--text-opacity))}.lg\:checked\:text-primaryDark:checked{--text-opacity:1;color:#001e67;color:rgba(0,30,103,var(--text-opacity))}.lg\:checked\:text-clientCenterPrimary:checked{--text-opacity:1;color:#0f617e;color:rgba(15,97,126,var(--text-opacity))}.lg\:checked\:text-clientCenterHover:checked{--text-opacity:1;color:#168cb5;color:rgba(22,140,181,var(--text-opacity))}.lg\:text-opacity-0{--text-opacity:0}.lg\:text-opacity-10{--text-opacity:0.1}.lg\:text-opacity-25{--text-opacity:0.25}.lg\:text-opacity-50{--text-opacity:0.5}.lg\:text-opacity-75{--text-opacity:0.75}.lg\:text-opacity-100{--text-opacity:1}.lg\:hover\:text-opacity-0:hover{--text-opacity:0}.lg\:hover\:text-opacity-10:hover{--text-opacity:0.1}.lg\:hover\:text-opacity-25:hover{--text-opacity:0.25}.lg\:hover\:text-opacity-50:hover{--text-opacity:0.5}.lg\:hover\:text-opacity-75:hover{--text-opacity:0.75}.lg\:hover\:text-opacity-100:hover{--text-opacity:1}.lg\:focus\:text-opacity-0:focus{--text-opacity:0}.lg\:focus\:text-opacity-10:focus{--text-opacity:0.1}.lg\:focus\:text-opacity-25:focus{--text-opacity:0.25}.lg\:focus\:text-opacity-50:focus{--text-opacity:0.5}.lg\:focus\:text-opacity-75:focus{--text-opacity:0.75}.lg\:focus\:text-opacity-100:focus{--text-opacity:1}.lg\:italic{font-style:italic}.lg\:not-italic{font-style:normal}.lg\:uppercase{text-transform:uppercase}.lg\:lowercase{text-transform:lowercase}.lg\:capitalize{text-transform:capitalize}.lg\:normal-case{text-transform:none}.lg\:underline{text-decoration:underline}.lg\:line-through{text-decoration:line-through}.lg\:no-underline{text-decoration:none}.lg\:hover\:underline:hover{text-decoration:underline}.lg\:hover\:line-through:hover{text-decoration:line-through}.lg\:hover\:no-underline:hover{text-decoration:none}.lg\:focus\:underline:focus{text-decoration:underline}.lg\:focus\:line-through:focus{text-decoration:line-through}.lg\:focus\:no-underline:focus{text-decoration:none}.lg\:antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lg\:subpixel-antialiased{-webkit-font-smoothing:auto;-moz-osx-font-smoothing:auto}.lg\:diagonal-fractions,.lg\:lining-nums,.lg\:oldstyle-nums,.lg\:ordinal,.lg\:proportional-nums,.lg\:slashed-zero,.lg\:stacked-fractions,.lg\:tabular-nums{--font-variant-numeric-ordinal:var(--tailwind-empty,/*!*/ /*!*/);--font-variant-numeric-slashed-zero:var(--tailwind-empty,/*!*/ /*!*/);--font-variant-numeric-figure:var(--tailwind-empty,/*!*/ /*!*/);--font-variant-numeric-spacing:var(--tailwind-empty,/*!*/ /*!*/);--font-variant-numeric-fraction:var(--tailwind-empty,/*!*/ /*!*/);font-variant-numeric:var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction)}.lg\:normal-nums{font-variant-numeric:normal}.lg\:ordinal{--font-variant-numeric-ordinal:ordinal}.lg\:slashed-zero{--font-variant-numeric-slashed-zero:slashed-zero}.lg\:lining-nums{--font-variant-numeric-figure:lining-nums}.lg\:oldstyle-nums{--font-variant-numeric-figure:oldstyle-nums}.lg\:proportional-nums{--font-variant-numeric-spacing:proportional-nums}.lg\:tabular-nums{--font-variant-numeric-spacing:tabular-nums}.lg\:diagonal-fractions{--font-variant-numeric-fraction:diagonal-fractions}.lg\:stacked-fractions{--font-variant-numeric-fraction:stacked-fractions}.lg\:tracking-tighter{letter-spacing:-.05em}.lg\:tracking-tight{letter-spacing:-.025em}.lg\:tracking-normal{letter-spacing:-.005em}.lg\:tracking-wide{letter-spacing:.025em}.lg\:tracking-wider{letter-spacing:.05em}.lg\:tracking-widest{letter-spacing:.1em}.lg\:select-none{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.lg\:select-text{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.lg\:select-all{-webkit-user-select:all;-moz-user-select:all;-ms-user-select:all;user-select:all}.lg\:select-auto{-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}.lg\:align-baseline{vertical-align:baseline}.lg\:align-top{vertical-align:top}.lg\:align-middle{vertical-align:middle}.lg\:align-bottom{vertical-align:bottom}.lg\:align-text-top{vertical-align:text-top}.lg\:align-text-bottom{vertical-align:text-bottom}.lg\:visible{visibility:visible}.lg\:invisible{visibility:hidden}.lg\:whitespace-normal{white-space:normal}.lg\:whitespace-no-wrap{white-space:nowrap}.lg\:whitespace-pre{white-space:pre}.lg\:whitespace-pre-line{white-space:pre-line}.lg\:whitespace-pre-wrap{white-space:pre-wrap}.lg\:break-normal{overflow-wrap:normal;word-break:normal}.lg\:break-words{overflow-wrap:break-word}.lg\:break-all{word-break:break-all}.lg\:truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lg\:w-0{width:0}.lg\:w-1{width:.25rem}.lg\:w-2{width:.5rem}.lg\:w-3{width:.75rem}.lg\:w-4{width:1rem}.lg\:w-5{width:1.25rem}.lg\:w-6{width:1.5rem}.lg\:w-7{width:1.75rem}.lg\:w-8{width:2rem}.lg\:w-9{width:2.25rem}.lg\:w-10{width:2.5rem}.lg\:w-11{width:2.75rem}.lg\:w-12{width:3rem}.lg\:w-15{width:3.75rem}.lg\:w-16{width:4rem}.lg\:w-18{width:4.5rem}.lg\:w-20{width:5rem}.lg\:w-22{width:5.5rem}.lg\:w-24{width:6rem}.lg\:w-25{width:6.25rem}.lg\:w-28{width:7rem}.lg\:w-30{width:7.5rem}.lg\:w-32{width:8rem}.lg\:w-40{width:10rem}.lg\:w-44{width:11rem}.lg\:w-48{width:12rem}.lg\:w-50{width:12.5rem}.lg\:w-52{width:13rem}.lg\:w-56{width:14rem}.lg\:w-60{width:15rem}.lg\:w-64{width:16rem}.lg\:w-66{width:24rem}.lg\:w-75{width:18.75rem}.lg\:w-80{width:20rem}.lg\:w-100{width:25rem}.lg\:w-auto{width:auto}.lg\:w-px{width:1px}.lg\:w-2px{width:2px}.lg\:w-84px{width:84px}.lg\:w-0\.5{width:.2rem}.lg\:w-1\.5{width:.45rem}.lg\:w-2\.5{width:.625rem}.lg\:w-0\.9rem{width:.9rem}.lg\:w--5{width:-1.25rem}.lg\:w-5\.5{width:1.375rem}.lg\:w--8{width:-2rem}.lg\:w-1\/2{width:50%}.lg\:w-1\/10{width:10%}.lg\:w-1\/3{width:33.333333%}.lg\:w-1\/3in9cols{width:calc(33.33333% + .41667rem)}.lg\:w-2\/3{width:66.666667%}.lg\:w-1\/12{width:8.333333%}.lg\:w-2\/12{width:16.666667%}.lg\:w-2\/12\+1rem{width:calc(16.66667% + 1.0625rem)}.lg\:w-client-center-header{width:1.9375rem}.lg\:w-1\/4{width:25%}.lg\:w-2\/4{width:50%}.lg\:w-3\/4{width:75%}.lg\:w-1\/5{width:20%}.lg\:w-2\/5{width:40%}.lg\:w-3\/5{width:60%}.lg\:w-4\/5{width:80%}.lg\:w-1\/6{width:16.666667%}.lg\:w-2\/6{width:33.333333%}.lg\:w-3\/6{width:50%}.lg\:w-4\/6{width:66.666667%}.lg\:w-5\/6{width:83.333333%}.lg\:w-3\/12{width:25%}.lg\:w-4\/12{width:33.333333%}.lg\:w-5\/12{width:41.666667%}.lg\:w-6\/12{width:50%}.lg\:w-7\/12{width:58.333333%}.lg\:w-8\/12{width:66.666667%}.lg\:w-9\/12{width:75%}.lg\:w-10\/12{width:83.333333%}.lg\:w-11\/12{width:91.666667%}.lg\:w-full{width:100%}.lg\:w-screen{width:100vw}.lg\:w-90vw{width:90vw}.lg\:w-230px{width:230px}.lg\:w-9\/10{width:90%}.lg\:w-48\%{width:48%}.lg\:z-0{z-index:0}.lg\:z-10{z-index:10}.lg\:z-20{z-index:20}.lg\:z-30{z-index:30}.lg\:z-40{z-index:40}.lg\:z-50{z-index:50}.lg\:z-60{z-index:60}.lg\:z-70{z-index:70}.lg\:z-80{z-index:80}.lg\:z-90{z-index:90}.lg\:z-auto{z-index:auto}.lg\:gap-0{grid-gap:0;gap:0}.lg\:gap-1{grid-gap:.25rem;gap:.25rem}.lg\:gap-2{grid-gap:.5rem;gap:.5rem}.lg\:gap-3{grid-gap:.75rem;gap:.75rem}.lg\:gap-4{grid-gap:1rem;gap:1rem}.lg\:gap-5{grid-gap:1.25rem;gap:1.25rem}.lg\:gap-6{grid-gap:1.5rem;gap:1.5rem}.lg\:gap-7{grid-gap:1.75rem;gap:1.75rem}.lg\:gap-8{grid-gap:2rem;gap:2rem}.lg\:gap-9{grid-gap:2.25rem;gap:2.25rem}.lg\:gap-10{grid-gap:2.5rem;gap:2.5rem}.lg\:gap-11{grid-gap:2.75rem;gap:2.75rem}.lg\:gap-12{grid-gap:3rem;gap:3rem}.lg\:gap-15{grid-gap:3.75rem;gap:3.75rem}.lg\:gap-16{grid-gap:4rem;gap:4rem}.lg\:gap-18{grid-gap:4.5rem;gap:4.5rem}.lg\:gap-20{grid-gap:5rem;gap:5rem}.lg\:gap-22{grid-gap:5.5rem;gap:5.5rem}.lg\:gap-24{grid-gap:6rem;gap:6rem}.lg\:gap-25{grid-gap:6.25rem;gap:6.25rem}.lg\:gap-28{grid-gap:7rem;gap:7rem}.lg\:gap-32{grid-gap:8rem;gap:8rem}.lg\:gap-40{grid-gap:10rem;gap:10rem}.lg\:gap-44{grid-gap:11rem;gap:11rem}.lg\:gap-48{grid-gap:12rem;gap:12rem}.lg\:gap-52{grid-gap:13rem;gap:13rem}.lg\:gap-56{grid-gap:14rem;gap:14rem}.lg\:gap-64{grid-gap:16rem;gap:16rem}.lg\:gap-66{grid-gap:24rem;gap:24rem}.lg\:gap-px{grid-gap:1px;gap:1px}.lg\:gap-2px{grid-gap:2px;gap:2px}.lg\:gap-84px{grid-gap:84px;gap:84px}.lg\:gap-0\.5{grid-gap:.2rem;gap:.2rem}.lg\:gap-1\.5{grid-gap:.45rem;gap:.45rem}.lg\:gap-2\.5{grid-gap:.625rem;gap:.625rem}.lg\:gap-0\.9rem{grid-gap:.9rem;gap:.9rem}.lg\:-gap-5{grid-gap:-1.25rem;gap:-1.25rem}.lg\:gap-5\.5{grid-gap:1.375rem;gap:1.375rem}.lg\:-gap-8{grid-gap:-2rem;gap:-2rem}.lg\:gap-1\/2{grid-gap:50%;gap:50%}.lg\:gap-1\/10{grid-gap:10%;gap:10%}.lg\:gap-1\/3{grid-gap:33.333333%;gap:33.333333%}.lg\:gap-1\/3in9cols{grid-gap:calc(33.33333% + .41667rem);gap:calc(33.33333% + .41667rem)}.lg\:gap-2\/3{grid-gap:66.666667%;gap:66.666667%}.lg\:gap-1\/12{grid-gap:8.333333%;gap:8.333333%}.lg\:gap-2\/12{grid-gap:16.666667%;gap:16.666667%}.lg\:gap-2\/12\+1rem{grid-gap:calc(16.66667% + 1.0625rem);gap:calc(16.66667% + 1.0625rem)}.lg\:gap-client-center-header{grid-gap:1.9375rem;gap:1.9375rem}.lg\:col-gap-0{grid-column-gap:0;-moz-column-gap:0;column-gap:0}.lg\:col-gap-1{grid-column-gap:.25rem;-moz-column-gap:.25rem;column-gap:.25rem}.lg\:col-gap-2{grid-column-gap:.5rem;-moz-column-gap:.5rem;column-gap:.5rem}.lg\:col-gap-3{grid-column-gap:.75rem;-moz-column-gap:.75rem;column-gap:.75rem}.lg\:col-gap-4{grid-column-gap:1rem;-moz-column-gap:1rem;column-gap:1rem}.lg\:col-gap-5{grid-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem}.lg\:col-gap-6{grid-column-gap:1.5rem;-moz-column-gap:1.5rem;column-gap:1.5rem}.lg\:col-gap-7{grid-column-gap:1.75rem;-moz-column-gap:1.75rem;column-gap:1.75rem}.lg\:col-gap-8{grid-column-gap:2rem;-moz-column-gap:2rem;column-gap:2rem}.lg\:col-gap-9{grid-column-gap:2.25rem;-moz-column-gap:2.25rem;column-gap:2.25rem}.lg\:col-gap-10{grid-column-gap:2.5rem;-moz-column-gap:2.5rem;column-gap:2.5rem}.lg\:col-gap-11{grid-column-gap:2.75rem;-moz-column-gap:2.75rem;column-gap:2.75rem}.lg\:col-gap-12{grid-column-gap:3rem;-moz-column-gap:3rem;column-gap:3rem}.lg\:col-gap-15{grid-column-gap:3.75rem;-moz-column-gap:3.75rem;column-gap:3.75rem}.lg\:col-gap-16{grid-column-gap:4rem;-moz-column-gap:4rem;column-gap:4rem}.lg\:col-gap-18{grid-column-gap:4.5rem;-moz-column-gap:4.5rem;column-gap:4.5rem}.lg\:col-gap-20{grid-column-gap:5rem;-moz-column-gap:5rem;column-gap:5rem}.lg\:col-gap-22{grid-column-gap:5.5rem;-moz-column-gap:5.5rem;column-gap:5.5rem}.lg\:col-gap-24{grid-column-gap:6rem;-moz-column-gap:6rem;column-gap:6rem}.lg\:col-gap-25{grid-column-gap:6.25rem;-moz-column-gap:6.25rem;column-gap:6.25rem}.lg\:col-gap-28{grid-column-gap:7rem;-moz-column-gap:7rem;column-gap:7rem}.lg\:col-gap-32{grid-column-gap:8rem;-moz-column-gap:8rem;column-gap:8rem}.lg\:col-gap-40{grid-column-gap:10rem;-moz-column-gap:10rem;column-gap:10rem}.lg\:col-gap-44{grid-column-gap:11rem;-moz-column-gap:11rem;column-gap:11rem}.lg\:col-gap-48{grid-column-gap:12rem;-moz-column-gap:12rem;column-gap:12rem}.lg\:col-gap-52{grid-column-gap:13rem;-moz-column-gap:13rem;column-gap:13rem}.lg\:col-gap-56{grid-column-gap:14rem;-moz-column-gap:14rem;column-gap:14rem}.lg\:col-gap-64{grid-column-gap:16rem;-moz-column-gap:16rem;column-gap:16rem}.lg\:col-gap-66{grid-column-gap:24rem;-moz-column-gap:24rem;column-gap:24rem}.lg\:col-gap-px{grid-column-gap:1px;-moz-column-gap:1px;column-gap:1px}.lg\:col-gap-2px{grid-column-gap:2px;-moz-column-gap:2px;column-gap:2px}.lg\:col-gap-84px{grid-column-gap:84px;-moz-column-gap:84px;column-gap:84px}.lg\:col-gap-0\.5{grid-column-gap:.2rem;-moz-column-gap:.2rem;column-gap:.2rem}.lg\:col-gap-1\.5{grid-column-gap:.45rem;-moz-column-gap:.45rem;column-gap:.45rem}.lg\:col-gap-2\.5{grid-column-gap:.625rem;-moz-column-gap:.625rem;column-gap:.625rem}.lg\:col-gap-0\.9rem{grid-column-gap:.9rem;-moz-column-gap:.9rem;column-gap:.9rem}.lg\:-col-gap-5{grid-column-gap:-1.25rem;-moz-column-gap:-1.25rem;column-gap:-1.25rem}.lg\:col-gap-5\.5{grid-column-gap:1.375rem;-moz-column-gap:1.375rem;column-gap:1.375rem}.lg\:-col-gap-8{grid-column-gap:-2rem;-moz-column-gap:-2rem;column-gap:-2rem}.lg\:col-gap-1\/2{grid-column-gap:50%;-moz-column-gap:50%;column-gap:50%}.lg\:col-gap-1\/10{grid-column-gap:10%;-moz-column-gap:10%;column-gap:10%}.lg\:col-gap-1\/3{grid-column-gap:33.333333%;-moz-column-gap:33.333333%;column-gap:33.333333%}.lg\:col-gap-1\/3in9cols{grid-column-gap:calc(33.33333% + .41667rem);-moz-column-gap:calc(33.33333% + .41667rem);column-gap:calc(33.33333% + .41667rem)}.lg\:col-gap-2\/3{grid-column-gap:66.666667%;-moz-column-gap:66.666667%;column-gap:66.666667%}.lg\:col-gap-1\/12{grid-column-gap:8.333333%;-moz-column-gap:8.333333%;column-gap:8.333333%}.lg\:col-gap-2\/12{grid-column-gap:16.666667%;-moz-column-gap:16.666667%;column-gap:16.666667%}.lg\:col-gap-2\/12\+1rem{grid-column-gap:calc(16.66667% + 1.0625rem);-moz-column-gap:calc(16.66667% + 1.0625rem);column-gap:calc(16.66667% + 1.0625rem)}.lg\:col-gap-client-center-header{grid-column-gap:1.9375rem;-moz-column-gap:1.9375rem;column-gap:1.9375rem}.lg\:gap-x-0{grid-column-gap:0;-moz-column-gap:0;column-gap:0}.lg\:gap-x-1{grid-column-gap:.25rem;-moz-column-gap:.25rem;column-gap:.25rem}.lg\:gap-x-2{grid-column-gap:.5rem;-moz-column-gap:.5rem;column-gap:.5rem}.lg\:gap-x-3{grid-column-gap:.75rem;-moz-column-gap:.75rem;column-gap:.75rem}.lg\:gap-x-4{grid-column-gap:1rem;-moz-column-gap:1rem;column-gap:1rem}.lg\:gap-x-5{grid-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem}.lg\:gap-x-6{grid-column-gap:1.5rem;-moz-column-gap:1.5rem;column-gap:1.5rem}.lg\:gap-x-7{grid-column-gap:1.75rem;-moz-column-gap:1.75rem;column-gap:1.75rem}.lg\:gap-x-8{grid-column-gap:2rem;-moz-column-gap:2rem;column-gap:2rem}.lg\:gap-x-9{grid-column-gap:2.25rem;-moz-column-gap:2.25rem;column-gap:2.25rem}.lg\:gap-x-10{grid-column-gap:2.5rem;-moz-column-gap:2.5rem;column-gap:2.5rem}.lg\:gap-x-11{grid-column-gap:2.75rem;-moz-column-gap:2.75rem;column-gap:2.75rem}.lg\:gap-x-12{grid-column-gap:3rem;-moz-column-gap:3rem;column-gap:3rem}.lg\:gap-x-15{grid-column-gap:3.75rem;-moz-column-gap:3.75rem;column-gap:3.75rem}.lg\:gap-x-16{grid-column-gap:4rem;-moz-column-gap:4rem;column-gap:4rem}.lg\:gap-x-18{grid-column-gap:4.5rem;-moz-column-gap:4.5rem;column-gap:4.5rem}.lg\:gap-x-20{grid-column-gap:5rem;-moz-column-gap:5rem;column-gap:5rem}.lg\:gap-x-22{grid-column-gap:5.5rem;-moz-column-gap:5.5rem;column-gap:5.5rem}.lg\:gap-x-24{grid-column-gap:6rem;-moz-column-gap:6rem;column-gap:6rem}.lg\:gap-x-25{grid-column-gap:6.25rem;-moz-column-gap:6.25rem;column-gap:6.25rem}.lg\:gap-x-28{grid-column-gap:7rem;-moz-column-gap:7rem;column-gap:7rem}.lg\:gap-x-32{grid-column-gap:8rem;-moz-column-gap:8rem;column-gap:8rem}.lg\:gap-x-40{grid-column-gap:10rem;-moz-column-gap:10rem;column-gap:10rem}.lg\:gap-x-44{grid-column-gap:11rem;-moz-column-gap:11rem;column-gap:11rem}.lg\:gap-x-48{grid-column-gap:12rem;-moz-column-gap:12rem;column-gap:12rem}.lg\:gap-x-52{grid-column-gap:13rem;-moz-column-gap:13rem;column-gap:13rem}.lg\:gap-x-56{grid-column-gap:14rem;-moz-column-gap:14rem;column-gap:14rem}.lg\:gap-x-64{grid-column-gap:16rem;-moz-column-gap:16rem;column-gap:16rem}.lg\:gap-x-66{grid-column-gap:24rem;-moz-column-gap:24rem;column-gap:24rem}.lg\:gap-x-px{grid-column-gap:1px;-moz-column-gap:1px;column-gap:1px}.lg\:gap-x-2px{grid-column-gap:2px;-moz-column-gap:2px;column-gap:2px}.lg\:gap-x-84px{grid-column-gap:84px;-moz-column-gap:84px;column-gap:84px}.lg\:gap-x-0\.5{grid-column-gap:.2rem;-moz-column-gap:.2rem;column-gap:.2rem}.lg\:gap-x-1\.5{grid-column-gap:.45rem;-moz-column-gap:.45rem;column-gap:.45rem}.lg\:gap-x-2\.5{grid-column-gap:.625rem;-moz-column-gap:.625rem;column-gap:.625rem}.lg\:gap-x-0\.9rem{grid-column-gap:.9rem;-moz-column-gap:.9rem;column-gap:.9rem}.lg\:-gap-x-5{grid-column-gap:-1.25rem;-moz-column-gap:-1.25rem;column-gap:-1.25rem}.lg\:gap-x-5\.5{grid-column-gap:1.375rem;-moz-column-gap:1.375rem;column-gap:1.375rem}.lg\:-gap-x-8{grid-column-gap:-2rem;-moz-column-gap:-2rem;column-gap:-2rem}.lg\:gap-x-1\/2{grid-column-gap:50%;-moz-column-gap:50%;column-gap:50%}.lg\:gap-x-1\/10{grid-column-gap:10%;-moz-column-gap:10%;column-gap:10%}.lg\:gap-x-1\/3{grid-column-gap:33.333333%;-moz-column-gap:33.333333%;column-gap:33.333333%}.lg\:gap-x-1\/3in9cols{grid-column-gap:calc(33.33333% + .41667rem);-moz-column-gap:calc(33.33333% + .41667rem);column-gap:calc(33.33333% + .41667rem)}.lg\:gap-x-2\/3{grid-column-gap:66.666667%;-moz-column-gap:66.666667%;column-gap:66.666667%}.lg\:gap-x-1\/12{grid-column-gap:8.333333%;-moz-column-gap:8.333333%;column-gap:8.333333%}.lg\:gap-x-2\/12{grid-column-gap:16.666667%;-moz-column-gap:16.666667%;column-gap:16.666667%}.lg\:gap-x-2\/12\+1rem{grid-column-gap:calc(16.66667% + 1.0625rem);-moz-column-gap:calc(16.66667% + 1.0625rem);column-gap:calc(16.66667% + 1.0625rem)}.lg\:gap-x-client-center-header{grid-column-gap:1.9375rem;-moz-column-gap:1.9375rem;column-gap:1.9375rem}.lg\:row-gap-0{grid-row-gap:0;row-gap:0}.lg\:row-gap-1{grid-row-gap:.25rem;row-gap:.25rem}.lg\:row-gap-2{grid-row-gap:.5rem;row-gap:.5rem}.lg\:row-gap-3{grid-row-gap:.75rem;row-gap:.75rem}.lg\:row-gap-4{grid-row-gap:1rem;row-gap:1rem}.lg\:row-gap-5{grid-row-gap:1.25rem;row-gap:1.25rem}.lg\:row-gap-6{grid-row-gap:1.5rem;row-gap:1.5rem}.lg\:row-gap-7{grid-row-gap:1.75rem;row-gap:1.75rem}.lg\:row-gap-8{grid-row-gap:2rem;row-gap:2rem}.lg\:row-gap-9{grid-row-gap:2.25rem;row-gap:2.25rem}.lg\:row-gap-10{grid-row-gap:2.5rem;row-gap:2.5rem}.lg\:row-gap-11{grid-row-gap:2.75rem;row-gap:2.75rem}.lg\:row-gap-12{grid-row-gap:3rem;row-gap:3rem}.lg\:row-gap-15{grid-row-gap:3.75rem;row-gap:3.75rem}.lg\:row-gap-16{grid-row-gap:4rem;row-gap:4rem}.lg\:row-gap-18{grid-row-gap:4.5rem;row-gap:4.5rem}.lg\:row-gap-20{grid-row-gap:5rem;row-gap:5rem}.lg\:row-gap-22{grid-row-gap:5.5rem;row-gap:5.5rem}.lg\:row-gap-24{grid-row-gap:6rem;row-gap:6rem}.lg\:row-gap-25{grid-row-gap:6.25rem;row-gap:6.25rem}.lg\:row-gap-28{grid-row-gap:7rem;row-gap:7rem}.lg\:row-gap-32{grid-row-gap:8rem;row-gap:8rem}.lg\:row-gap-40{grid-row-gap:10rem;row-gap:10rem}.lg\:row-gap-44{grid-row-gap:11rem;row-gap:11rem}.lg\:row-gap-48{grid-row-gap:12rem;row-gap:12rem}.lg\:row-gap-52{grid-row-gap:13rem;row-gap:13rem}.lg\:row-gap-56{grid-row-gap:14rem;row-gap:14rem}.lg\:row-gap-64{grid-row-gap:16rem;row-gap:16rem}.lg\:row-gap-66{grid-row-gap:24rem;row-gap:24rem}.lg\:row-gap-px{grid-row-gap:1px;row-gap:1px}.lg\:row-gap-2px{grid-row-gap:2px;row-gap:2px}.lg\:row-gap-84px{grid-row-gap:84px;row-gap:84px}.lg\:row-gap-0\.5{grid-row-gap:.2rem;row-gap:.2rem}.lg\:row-gap-1\.5{grid-row-gap:.45rem;row-gap:.45rem}.lg\:row-gap-2\.5{grid-row-gap:.625rem;row-gap:.625rem}.lg\:row-gap-0\.9rem{grid-row-gap:.9rem;row-gap:.9rem}.lg\:-row-gap-5{grid-row-gap:-1.25rem;row-gap:-1.25rem}.lg\:row-gap-5\.5{grid-row-gap:1.375rem;row-gap:1.375rem}.lg\:-row-gap-8{grid-row-gap:-2rem;row-gap:-2rem}.lg\:row-gap-1\/2{grid-row-gap:50%;row-gap:50%}.lg\:row-gap-1\/10{grid-row-gap:10%;row-gap:10%}.lg\:row-gap-1\/3{grid-row-gap:33.333333%;row-gap:33.333333%}.lg\:row-gap-1\/3in9cols{grid-row-gap:calc(33.33333% + .41667rem);row-gap:calc(33.33333% + .41667rem)}.lg\:row-gap-2\/3{grid-row-gap:66.666667%;row-gap:66.666667%}.lg\:row-gap-1\/12{grid-row-gap:8.333333%;row-gap:8.333333%}.lg\:row-gap-2\/12{grid-row-gap:16.666667%;row-gap:16.666667%}.lg\:row-gap-2\/12\+1rem{grid-row-gap:calc(16.66667% + 1.0625rem);row-gap:calc(16.66667% + 1.0625rem)}.lg\:row-gap-client-center-header{grid-row-gap:1.9375rem;row-gap:1.9375rem}.lg\:gap-y-0{grid-row-gap:0;row-gap:0}.lg\:gap-y-1{grid-row-gap:.25rem;row-gap:.25rem}.lg\:gap-y-2{grid-row-gap:.5rem;row-gap:.5rem}.lg\:gap-y-3{grid-row-gap:.75rem;row-gap:.75rem}.lg\:gap-y-4{grid-row-gap:1rem;row-gap:1rem}.lg\:gap-y-5{grid-row-gap:1.25rem;row-gap:1.25rem}.lg\:gap-y-6{grid-row-gap:1.5rem;row-gap:1.5rem}.lg\:gap-y-7{grid-row-gap:1.75rem;row-gap:1.75rem}.lg\:gap-y-8{grid-row-gap:2rem;row-gap:2rem}.lg\:gap-y-9{grid-row-gap:2.25rem;row-gap:2.25rem}.lg\:gap-y-10{grid-row-gap:2.5rem;row-gap:2.5rem}.lg\:gap-y-11{grid-row-gap:2.75rem;row-gap:2.75rem}.lg\:gap-y-12{grid-row-gap:3rem;row-gap:3rem}.lg\:gap-y-15{grid-row-gap:3.75rem;row-gap:3.75rem}.lg\:gap-y-16{grid-row-gap:4rem;row-gap:4rem}.lg\:gap-y-18{grid-row-gap:4.5rem;row-gap:4.5rem}.lg\:gap-y-20{grid-row-gap:5rem;row-gap:5rem}.lg\:gap-y-22{grid-row-gap:5.5rem;row-gap:5.5rem}.lg\:gap-y-24{grid-row-gap:6rem;row-gap:6rem}.lg\:gap-y-25{grid-row-gap:6.25rem;row-gap:6.25rem}.lg\:gap-y-28{grid-row-gap:7rem;row-gap:7rem}.lg\:gap-y-32{grid-row-gap:8rem;row-gap:8rem}.lg\:gap-y-40{grid-row-gap:10rem;row-gap:10rem}.lg\:gap-y-44{grid-row-gap:11rem;row-gap:11rem}.lg\:gap-y-48{grid-row-gap:12rem;row-gap:12rem}.lg\:gap-y-52{grid-row-gap:13rem;row-gap:13rem}.lg\:gap-y-56{grid-row-gap:14rem;row-gap:14rem}.lg\:gap-y-64{grid-row-gap:16rem;row-gap:16rem}.lg\:gap-y-66{grid-row-gap:24rem;row-gap:24rem}.lg\:gap-y-px{grid-row-gap:1px;row-gap:1px}.lg\:gap-y-2px{grid-row-gap:2px;row-gap:2px}.lg\:gap-y-84px{grid-row-gap:84px;row-gap:84px}.lg\:gap-y-0\.5{grid-row-gap:.2rem;row-gap:.2rem}.lg\:gap-y-1\.5{grid-row-gap:.45rem;row-gap:.45rem}.lg\:gap-y-2\.5{grid-row-gap:.625rem;row-gap:.625rem}.lg\:gap-y-0\.9rem{grid-row-gap:.9rem;row-gap:.9rem}.lg\:-gap-y-5{grid-row-gap:-1.25rem;row-gap:-1.25rem}.lg\:gap-y-5\.5{grid-row-gap:1.375rem;row-gap:1.375rem}.lg\:-gap-y-8{grid-row-gap:-2rem;row-gap:-2rem}.lg\:gap-y-1\/2{grid-row-gap:50%;row-gap:50%}.lg\:gap-y-1\/10{grid-row-gap:10%;row-gap:10%}.lg\:gap-y-1\/3{grid-row-gap:33.333333%;row-gap:33.333333%}.lg\:gap-y-1\/3in9cols{grid-row-gap:calc(33.33333% + .41667rem);row-gap:calc(33.33333% + .41667rem)}.lg\:gap-y-2\/3{grid-row-gap:66.666667%;row-gap:66.666667%}.lg\:gap-y-1\/12{grid-row-gap:8.333333%;row-gap:8.333333%}.lg\:gap-y-2\/12{grid-row-gap:16.666667%;row-gap:16.666667%}.lg\:gap-y-2\/12\+1rem{grid-row-gap:calc(16.66667% + 1.0625rem);row-gap:calc(16.66667% + 1.0625rem)}.lg\:gap-y-client-center-header{grid-row-gap:1.9375rem;row-gap:1.9375rem}.lg\:grid-flow-row{grid-auto-flow:row}.lg\:grid-flow-col{grid-auto-flow:column}.lg\:grid-flow-row-dense{grid-auto-flow:row dense}.lg\:grid-flow-col-dense{grid-auto-flow:column dense}.lg\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.lg\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.lg\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.lg\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.lg\:grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}.lg\:grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.lg\:grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}.lg\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.lg\:grid-cols-none{grid-template-columns:none}.lg\:col-auto{grid-column:auto}.lg\:col-span-1{grid-column:span 1/span 1}.lg\:col-span-2{grid-column:span 2/span 2}.lg\:col-span-3{grid-column:span 3/span 3}.lg\:col-span-4{grid-column:span 4/span 4}.lg\:col-span-5{grid-column:span 5/span 5}.lg\:col-span-6{grid-column:span 6/span 6}.lg\:col-span-7{grid-column:span 7/span 7}.lg\:col-span-8{grid-column:span 8/span 8}.lg\:col-span-9{grid-column:span 9/span 9}.lg\:col-span-10{grid-column:span 10/span 10}.lg\:col-span-11{grid-column:span 11/span 11}.lg\:col-span-12{grid-column:span 12/span 12}.lg\:col-start-1{grid-column-start:1}.lg\:col-start-2{grid-column-start:2}.lg\:col-start-3{grid-column-start:3}.lg\:col-start-4{grid-column-start:4}.lg\:col-start-5{grid-column-start:5}.lg\:col-start-6{grid-column-start:6}.lg\:col-start-7{grid-column-start:7}.lg\:col-start-8{grid-column-start:8}.lg\:col-start-9{grid-column-start:9}.lg\:col-start-10{grid-column-start:10}.lg\:col-start-11{grid-column-start:11}.lg\:col-start-12{grid-column-start:12}.lg\:col-start-13{grid-column-start:13}.lg\:col-start-auto{grid-column-start:auto}.lg\:col-end-1{grid-column-end:1}.lg\:col-end-2{grid-column-end:2}.lg\:col-end-3{grid-column-end:3}.lg\:col-end-4{grid-column-end:4}.lg\:col-end-5{grid-column-end:5}.lg\:col-end-6{grid-column-end:6}.lg\:col-end-7{grid-column-end:7}.lg\:col-end-8{grid-column-end:8}.lg\:col-end-9{grid-column-end:9}.lg\:col-end-10{grid-column-end:10}.lg\:col-end-11{grid-column-end:11}.lg\:col-end-12{grid-column-end:12}.lg\:col-end-13{grid-column-end:13}.lg\:col-end-auto{grid-column-end:auto}.lg\:grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr))}.lg\:grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))}.lg\:grid-rows-3{grid-template-rows:repeat(3,minmax(0,1fr))}.lg\:grid-rows-4{grid-template-rows:repeat(4,minmax(0,1fr))}.lg\:grid-rows-5{grid-template-rows:repeat(5,minmax(0,1fr))}.lg\:grid-rows-6{grid-template-rows:repeat(6,minmax(0,1fr))}.lg\:grid-rows-none{grid-template-rows:none}.lg\:row-auto{grid-row:auto}.lg\:row-span-1{grid-row:span 1/span 1}.lg\:row-span-2{grid-row:span 2/span 2}.lg\:row-span-3{grid-row:span 3/span 3}.lg\:row-span-4{grid-row:span 4/span 4}.lg\:row-span-5{grid-row:span 5/span 5}.lg\:row-span-6{grid-row:span 6/span 6}.lg\:row-start-1{grid-row-start:1}.lg\:row-start-2{grid-row-start:2}.lg\:row-start-3{grid-row-start:3}.lg\:row-start-4{grid-row-start:4}.lg\:row-start-5{grid-row-start:5}.lg\:row-start-6{grid-row-start:6}.lg\:row-start-7{grid-row-start:7}.lg\:row-start-auto{grid-row-start:auto}.lg\:row-end-1{grid-row-end:1}.lg\:row-end-2{grid-row-end:2}.lg\:row-end-3{grid-row-end:3}.lg\:row-end-4{grid-row-end:4}.lg\:row-end-5{grid-row-end:5}.lg\:row-end-6{grid-row-end:6}.lg\:row-end-7{grid-row-end:7}.lg\:row-end-auto{grid-row-end:auto}.lg\:transform{--transform-translate-x:0;--transform-translate-y:0;--transform-rotate:0;--transform-skew-x:0;--transform-skew-y:0;--transform-scale-x:1;--transform-scale-y:1;transform:translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y))}.lg\:transform-none{transform:none}.lg\:origin-center{transform-origin:center}.lg\:origin-top{transform-origin:top}.lg\:origin-top-right{transform-origin:top right}.lg\:origin-right{transform-origin:right}.lg\:origin-bottom-right{transform-origin:bottom right}.lg\:origin-bottom{transform-origin:bottom}.lg\:origin-bottom-left{transform-origin:bottom left}.lg\:origin-left{transform-origin:left}.lg\:origin-top-left{transform-origin:top left}.lg\:scale-0{--transform-scale-x:0;--transform-scale-y:0}.lg\:scale-50{--transform-scale-x:.5;--transform-scale-y:.5}.lg\:scale-75{--transform-scale-x:.75;--transform-scale-y:.75}.lg\:scale-90{--transform-scale-x:.9;--transform-scale-y:.9}.lg\:scale-95{--transform-scale-x:.95;--transform-scale-y:.95}.lg\:scale-100{--transform-scale-x:1;--transform-scale-y:1}.lg\:scale-105{--transform-scale-x:1.05;--transform-scale-y:1.05}.lg\:scale-110{--transform-scale-x:1.1;--transform-scale-y:1.1}.lg\:scale-125{--transform-scale-x:1.25;--transform-scale-y:1.25}.lg\:scale-150{--transform-scale-x:1.5;--transform-scale-y:1.5}.lg\:scale-x-0{--transform-scale-x:0}.lg\:scale-x-50{--transform-scale-x:.5}.lg\:scale-x-75{--transform-scale-x:.75}.lg\:scale-x-90{--transform-scale-x:.9}.lg\:scale-x-95{--transform-scale-x:.95}.lg\:scale-x-100{--transform-scale-x:1}.lg\:scale-x-105{--transform-scale-x:1.05}.lg\:scale-x-110{--transform-scale-x:1.1}.lg\:scale-x-125{--transform-scale-x:1.25}.lg\:scale-x-150{--transform-scale-x:1.5}.lg\:scale-y-0{--transform-scale-y:0}.lg\:scale-y-50{--transform-scale-y:.5}.lg\:scale-y-75{--transform-scale-y:.75}.lg\:scale-y-90{--transform-scale-y:.9}.lg\:scale-y-95{--transform-scale-y:.95}.lg\:scale-y-100{--transform-scale-y:1}.lg\:scale-y-105{--transform-scale-y:1.05}.lg\:scale-y-110{--transform-scale-y:1.1}.lg\:scale-y-125{--transform-scale-y:1.25}.lg\:scale-y-150{--transform-scale-y:1.5}.lg\:hover\:scale-0:hover{--transform-scale-x:0;--transform-scale-y:0}.lg\:hover\:scale-50:hover{--transform-scale-x:.5;--transform-scale-y:.5}.lg\:hover\:scale-75:hover{--transform-scale-x:.75;--transform-scale-y:.75}.lg\:hover\:scale-90:hover{--transform-scale-x:.9;--transform-scale-y:.9}.lg\:hover\:scale-95:hover{--transform-scale-x:.95;--transform-scale-y:.95}.lg\:hover\:scale-100:hover{--transform-scale-x:1;--transform-scale-y:1}.lg\:hover\:scale-105:hover{--transform-scale-x:1.05;--transform-scale-y:1.05}.lg\:hover\:scale-110:hover{--transform-scale-x:1.1;--transform-scale-y:1.1}.lg\:hover\:scale-125:hover{--transform-scale-x:1.25;--transform-scale-y:1.25}.lg\:hover\:scale-150:hover{--transform-scale-x:1.5;--transform-scale-y:1.5}.lg\:hover\:scale-x-0:hover{--transform-scale-x:0}.lg\:hover\:scale-x-50:hover{--transform-scale-x:.5}.lg\:hover\:scale-x-75:hover{--transform-scale-x:.75}.lg\:hover\:scale-x-90:hover{--transform-scale-x:.9}.lg\:hover\:scale-x-95:hover{--transform-scale-x:.95}.lg\:hover\:scale-x-100:hover{--transform-scale-x:1}.lg\:hover\:scale-x-105:hover{--transform-scale-x:1.05}.lg\:hover\:scale-x-110:hover{--transform-scale-x:1.1}.lg\:hover\:scale-x-125:hover{--transform-scale-x:1.25}.lg\:hover\:scale-x-150:hover{--transform-scale-x:1.5}.lg\:hover\:scale-y-0:hover{--transform-scale-y:0}.lg\:hover\:scale-y-50:hover{--transform-scale-y:.5}.lg\:hover\:scale-y-75:hover{--transform-scale-y:.75}.lg\:hover\:scale-y-90:hover{--transform-scale-y:.9}.lg\:hover\:scale-y-95:hover{--transform-scale-y:.95}.lg\:hover\:scale-y-100:hover{--transform-scale-y:1}.lg\:hover\:scale-y-105:hover{--transform-scale-y:1.05}.lg\:hover\:scale-y-110:hover{--transform-scale-y:1.1}.lg\:hover\:scale-y-125:hover{--transform-scale-y:1.25}.lg\:hover\:scale-y-150:hover{--transform-scale-y:1.5}.lg\:focus\:scale-0:focus{--transform-scale-x:0;--transform-scale-y:0}.lg\:focus\:scale-50:focus{--transform-scale-x:.5;--transform-scale-y:.5}.lg\:focus\:scale-75:focus{--transform-scale-x:.75;--transform-scale-y:.75}.lg\:focus\:scale-90:focus{--transform-scale-x:.9;--transform-scale-y:.9}.lg\:focus\:scale-95:focus{--transform-scale-x:.95;--transform-scale-y:.95}.lg\:focus\:scale-100:focus{--transform-scale-x:1;--transform-scale-y:1}.lg\:focus\:scale-105:focus{--transform-scale-x:1.05;--transform-scale-y:1.05}.lg\:focus\:scale-110:focus{--transform-scale-x:1.1;--transform-scale-y:1.1}.lg\:focus\:scale-125:focus{--transform-scale-x:1.25;--transform-scale-y:1.25}.lg\:focus\:scale-150:focus{--transform-scale-x:1.5;--transform-scale-y:1.5}.lg\:focus\:scale-x-0:focus{--transform-scale-x:0}.lg\:focus\:scale-x-50:focus{--transform-scale-x:.5}.lg\:focus\:scale-x-75:focus{--transform-scale-x:.75}.lg\:focus\:scale-x-90:focus{--transform-scale-x:.9}.lg\:focus\:scale-x-95:focus{--transform-scale-x:.95}.lg\:focus\:scale-x-100:focus{--transform-scale-x:1}.lg\:focus\:scale-x-105:focus{--transform-scale-x:1.05}.lg\:focus\:scale-x-110:focus{--transform-scale-x:1.1}.lg\:focus\:scale-x-125:focus{--transform-scale-x:1.25}.lg\:focus\:scale-x-150:focus{--transform-scale-x:1.5}.lg\:focus\:scale-y-0:focus{--transform-scale-y:0}.lg\:focus\:scale-y-50:focus{--transform-scale-y:.5}.lg\:focus\:scale-y-75:focus{--transform-scale-y:.75}.lg\:focus\:scale-y-90:focus{--transform-scale-y:.9}.lg\:focus\:scale-y-95:focus{--transform-scale-y:.95}.lg\:focus\:scale-y-100:focus{--transform-scale-y:1}.lg\:focus\:scale-y-105:focus{--transform-scale-y:1.05}.lg\:focus\:scale-y-110:focus{--transform-scale-y:1.1}.lg\:focus\:scale-y-125:focus{--transform-scale-y:1.25}.lg\:focus\:scale-y-150:focus{--transform-scale-y:1.5}.lg\:rotate-0{--transform-rotate:0}.lg\:rotate-12{--transform-rotate:12deg}.lg\:rotate-16{--transform-rotate:16deg}.lg\:rotate-24{--transform-rotate:24deg}.lg\:rotate-45{--transform-rotate:45deg}.lg\:rotate-90{--transform-rotate:90deg}.lg\:rotate-180{--transform-rotate:180deg}.lg\:-rotate-180{--transform-rotate:-180deg}.lg\:-rotate-90{--transform-rotate:-90deg}.lg\:-rotate-45{--transform-rotate:-45deg}.lg\:hover\:rotate-0:hover{--transform-rotate:0}.lg\:hover\:rotate-12:hover{--transform-rotate:12deg}.lg\:hover\:rotate-16:hover{--transform-rotate:16deg}.lg\:hover\:rotate-24:hover{--transform-rotate:24deg}.lg\:hover\:rotate-45:hover{--transform-rotate:45deg}.lg\:hover\:rotate-90:hover{--transform-rotate:90deg}.lg\:hover\:rotate-180:hover{--transform-rotate:180deg}.lg\:hover\:-rotate-180:hover{--transform-rotate:-180deg}.lg\:hover\:-rotate-90:hover{--transform-rotate:-90deg}.lg\:hover\:-rotate-45:hover{--transform-rotate:-45deg}.lg\:focus\:rotate-0:focus{--transform-rotate:0}.lg\:focus\:rotate-12:focus{--transform-rotate:12deg}.lg\:focus\:rotate-16:focus{--transform-rotate:16deg}.lg\:focus\:rotate-24:focus{--transform-rotate:24deg}.lg\:focus\:rotate-45:focus{--transform-rotate:45deg}.lg\:focus\:rotate-90:focus{--transform-rotate:90deg}.lg\:focus\:rotate-180:focus{--transform-rotate:180deg}.lg\:focus\:-rotate-180:focus{--transform-rotate:-180deg}.lg\:focus\:-rotate-90:focus{--transform-rotate:-90deg}.lg\:focus\:-rotate-45:focus{--transform-rotate:-45deg}.lg\:translate-x-0{--transform-translate-x:0}.lg\:translate-x-1{--transform-translate-x:0.25rem}.lg\:translate-x-2{--transform-translate-x:0.5rem}.lg\:translate-x-3{--transform-translate-x:0.75rem}.lg\:translate-x-4{--transform-translate-x:1rem}.lg\:translate-x-5{--transform-translate-x:1.25rem}.lg\:translate-x-6{--transform-translate-x:1.5rem}.lg\:translate-x-7{--transform-translate-x:1.75rem}.lg\:translate-x-8{--transform-translate-x:2rem}.lg\:translate-x-9{--transform-translate-x:2.25rem}.lg\:translate-x-10{--transform-translate-x:2.5rem}.lg\:translate-x-11{--transform-translate-x:2.75rem}.lg\:translate-x-12{--transform-translate-x:3rem}.lg\:translate-x-15{--transform-translate-x:3.75rem}.lg\:translate-x-16{--transform-translate-x:4rem}.lg\:translate-x-18{--transform-translate-x:4.5rem}.lg\:translate-x-20{--transform-translate-x:5rem}.lg\:translate-x-22{--transform-translate-x:5.5rem}.lg\:translate-x-24{--transform-translate-x:6rem}.lg\:translate-x-25{--transform-translate-x:6.25rem}.lg\:translate-x-28{--transform-translate-x:7rem}.lg\:translate-x-32{--transform-translate-x:8rem}.lg\:translate-x-40{--transform-translate-x:10rem}.lg\:translate-x-44{--transform-translate-x:11rem}.lg\:translate-x-48{--transform-translate-x:12rem}.lg\:translate-x-52{--transform-translate-x:13rem}.lg\:translate-x-56{--transform-translate-x:14rem}.lg\:translate-x-64{--transform-translate-x:16rem}.lg\:translate-x-66{--transform-translate-x:24rem}.lg\:translate-x-px{--transform-translate-x:1px}.lg\:translate-x-2px{--transform-translate-x:2px}.lg\:translate-x-84px{--transform-translate-x:84px}.lg\:translate-x-0\.5{--transform-translate-x:0.2rem}.lg\:translate-x-1\.5{--transform-translate-x:0.45rem}.lg\:translate-x-2\.5{--transform-translate-x:0.625rem}.lg\:translate-x-0\.9rem{--transform-translate-x:0.9rem}.lg\:-translate-x-5{--transform-translate-x:-1.25rem}.lg\:translate-x-5\.5{--transform-translate-x:1.375rem}.lg\:-translate-x-8{--transform-translate-x:-2rem}.lg\:translate-x-1\/2{--transform-translate-x:50%}.lg\:translate-x-1\/10{--transform-translate-x:10%}.lg\:translate-x-1\/3{--transform-translate-x:33.333333%}.lg\:translate-x-1\/3in9cols{--transform-translate-x:calc(33.33333% + 0.41667rem)}.lg\:translate-x-2\/3{--transform-translate-x:66.666667%}.lg\:translate-x-1\/12{--transform-translate-x:8.333333%}.lg\:translate-x-2\/12{--transform-translate-x:16.666667%}.lg\:translate-x-2\/12\+1rem{--transform-translate-x:calc(16.66667% + 1.0625rem)}.lg\:translate-x-client-center-header{--transform-translate-x:1.9375rem}.lg\:-translate-x-1{--transform-translate-x:-0.25rem}.lg\:-translate-x-2{--transform-translate-x:-0.5rem}.lg\:-translate-x-3{--transform-translate-x:-0.75rem}.lg\:-translate-x-4{--transform-translate-x:-1rem}.lg\:-translate-x-6{--transform-translate-x:-1.5rem}.lg\:-translate-x-7{--transform-translate-x:-1.75rem}.lg\:-translate-x-9{--transform-translate-x:-2.25rem}.lg\:-translate-x-10{--transform-translate-x:-2.5rem}.lg\:-translate-x-11{--transform-translate-x:-2.75rem}.lg\:-translate-x-12{--transform-translate-x:-3rem}.lg\:-translate-x-15{--transform-translate-x:-3.75rem}.lg\:-translate-x-16{--transform-translate-x:-4rem}.lg\:-translate-x-18{--transform-translate-x:-4.5rem}.lg\:-translate-x-20{--transform-translate-x:-5rem}.lg\:-translate-x-22{--transform-translate-x:-5.5rem}.lg\:-translate-x-24{--transform-translate-x:-6rem}.lg\:-translate-x-25{--transform-translate-x:-6.25rem}.lg\:-translate-x-28{--transform-translate-x:-7rem}.lg\:-translate-x-32{--transform-translate-x:-8rem}.lg\:-translate-x-40{--transform-translate-x:-10rem}.lg\:-translate-x-44{--transform-translate-x:-11rem}.lg\:-translate-x-48{--transform-translate-x:-12rem}.lg\:-translate-x-52{--transform-translate-x:-13rem}.lg\:-translate-x-56{--transform-translate-x:-14rem}.lg\:-translate-x-64{--transform-translate-x:-16rem}.lg\:-translate-x-66{--transform-translate-x:-24rem}.lg\:-translate-x-px{--transform-translate-x:-1px}.lg\:-translate-x-2px{--transform-translate-x:-2px}.lg\:-translate-x-84px{--transform-translate-x:-84px}.lg\:-translate-x-0\.5{--transform-translate-x:-0.2rem}.lg\:-translate-x-1\.5{--transform-translate-x:-0.45rem}.lg\:-translate-x-2\.5{--transform-translate-x:-0.625rem}.lg\:-translate-x-0\.9rem{--transform-translate-x:-0.9rem}.lg\:-translate-x--5{--transform-translate-x:1.25rem}.lg\:-translate-x-5\.5{--transform-translate-x:-1.375rem}.lg\:-translate-x--8{--transform-translate-x:2rem}.lg\:-translate-x-1\/2{--transform-translate-x:-50%}.lg\:-translate-x-1\/10{--transform-translate-x:-10%}.lg\:-translate-x-1\/3{--transform-translate-x:-33.33333%}.lg\:-translate-x-1\/3in9cols{--transform-translate-x:calc(-33.33333% + -0.41667rem)}.lg\:-translate-x-2\/3{--transform-translate-x:-66.66667%}.lg\:-translate-x-1\/12{--transform-translate-x:-8.33333%}.lg\:-translate-x-2\/12{--transform-translate-x:-16.66667%}.lg\:-translate-x-2\/12\+1rem{--transform-translate-x:calc(-16.66667% + -1.0625rem)}.lg\:-translate-x-client-center-header{--transform-translate-x:-1.9375rem}.lg\:-translate-x-full{--transform-translate-x:-100%}.lg\:translate-x-full{--transform-translate-x:100%}.lg\:translate-y-0{--transform-translate-y:0}.lg\:translate-y-1{--transform-translate-y:0.25rem}.lg\:translate-y-2{--transform-translate-y:0.5rem}.lg\:translate-y-3{--transform-translate-y:0.75rem}.lg\:translate-y-4{--transform-translate-y:1rem}.lg\:translate-y-5{--transform-translate-y:1.25rem}.lg\:translate-y-6{--transform-translate-y:1.5rem}.lg\:translate-y-7{--transform-translate-y:1.75rem}.lg\:translate-y-8{--transform-translate-y:2rem}.lg\:translate-y-9{--transform-translate-y:2.25rem}.lg\:translate-y-10{--transform-translate-y:2.5rem}.lg\:translate-y-11{--transform-translate-y:2.75rem}.lg\:translate-y-12{--transform-translate-y:3rem}.lg\:translate-y-15{--transform-translate-y:3.75rem}.lg\:translate-y-16{--transform-translate-y:4rem}.lg\:translate-y-18{--transform-translate-y:4.5rem}.lg\:translate-y-20{--transform-translate-y:5rem}.lg\:translate-y-22{--transform-translate-y:5.5rem}.lg\:translate-y-24{--transform-translate-y:6rem}.lg\:translate-y-25{--transform-translate-y:6.25rem}.lg\:translate-y-28{--transform-translate-y:7rem}.lg\:translate-y-32{--transform-translate-y:8rem}.lg\:translate-y-40{--transform-translate-y:10rem}.lg\:translate-y-44{--transform-translate-y:11rem}.lg\:translate-y-48{--transform-translate-y:12rem}.lg\:translate-y-52{--transform-translate-y:13rem}.lg\:translate-y-56{--transform-translate-y:14rem}.lg\:translate-y-64{--transform-translate-y:16rem}.lg\:translate-y-66{--transform-translate-y:24rem}.lg\:translate-y-px{--transform-translate-y:1px}.lg\:translate-y-2px{--transform-translate-y:2px}.lg\:translate-y-84px{--transform-translate-y:84px}.lg\:translate-y-0\.5{--transform-translate-y:0.2rem}.lg\:translate-y-1\.5{--transform-translate-y:0.45rem}.lg\:translate-y-2\.5{--transform-translate-y:0.625rem}.lg\:translate-y-0\.9rem{--transform-translate-y:0.9rem}.lg\:-translate-y-5{--transform-translate-y:-1.25rem}.lg\:translate-y-5\.5{--transform-translate-y:1.375rem}.lg\:-translate-y-8{--transform-translate-y:-2rem}.lg\:translate-y-1\/2{--transform-translate-y:50%}.lg\:translate-y-1\/10{--transform-translate-y:10%}.lg\:translate-y-1\/3{--transform-translate-y:33.333333%}.lg\:translate-y-1\/3in9cols{--transform-translate-y:calc(33.33333% + 0.41667rem)}.lg\:translate-y-2\/3{--transform-translate-y:66.666667%}.lg\:translate-y-1\/12{--transform-translate-y:8.333333%}.lg\:translate-y-2\/12{--transform-translate-y:16.666667%}.lg\:translate-y-2\/12\+1rem{--transform-translate-y:calc(16.66667% + 1.0625rem)}.lg\:translate-y-client-center-header{--transform-translate-y:1.9375rem}.lg\:-translate-y-1{--transform-translate-y:-0.25rem}.lg\:-translate-y-2{--transform-translate-y:-0.5rem}.lg\:-translate-y-3{--transform-translate-y:-0.75rem}.lg\:-translate-y-4{--transform-translate-y:-1rem}.lg\:-translate-y-6{--transform-translate-y:-1.5rem}.lg\:-translate-y-7{--transform-translate-y:-1.75rem}.lg\:-translate-y-9{--transform-translate-y:-2.25rem}.lg\:-translate-y-10{--transform-translate-y:-2.5rem}.lg\:-translate-y-11{--transform-translate-y:-2.75rem}.lg\:-translate-y-12{--transform-translate-y:-3rem}.lg\:-translate-y-15{--transform-translate-y:-3.75rem}.lg\:-translate-y-16{--transform-translate-y:-4rem}.lg\:-translate-y-18{--transform-translate-y:-4.5rem}.lg\:-translate-y-20{--transform-translate-y:-5rem}.lg\:-translate-y-22{--transform-translate-y:-5.5rem}.lg\:-translate-y-24{--transform-translate-y:-6rem}.lg\:-translate-y-25{--transform-translate-y:-6.25rem}.lg\:-translate-y-28{--transform-translate-y:-7rem}.lg\:-translate-y-32{--transform-translate-y:-8rem}.lg\:-translate-y-40{--transform-translate-y:-10rem}.lg\:-translate-y-44{--transform-translate-y:-11rem}.lg\:-translate-y-48{--transform-translate-y:-12rem}.lg\:-translate-y-52{--transform-translate-y:-13rem}.lg\:-translate-y-56{--transform-translate-y:-14rem}.lg\:-translate-y-64{--transform-translate-y:-16rem}.lg\:-translate-y-66{--transform-translate-y:-24rem}.lg\:-translate-y-px{--transform-translate-y:-1px}.lg\:-translate-y-2px{--transform-translate-y:-2px}.lg\:-translate-y-84px{--transform-translate-y:-84px}.lg\:-translate-y-0\.5{--transform-translate-y:-0.2rem}.lg\:-translate-y-1\.5{--transform-translate-y:-0.45rem}.lg\:-translate-y-2\.5{--transform-translate-y:-0.625rem}.lg\:-translate-y-0\.9rem{--transform-translate-y:-0.9rem}.lg\:-translate-y--5{--transform-translate-y:1.25rem}.lg\:-translate-y-5\.5{--transform-translate-y:-1.375rem}.lg\:-translate-y--8{--transform-translate-y:2rem}.lg\:-translate-y-1\/2{--transform-translate-y:-50%}.lg\:-translate-y-1\/10{--transform-translate-y:-10%}.lg\:-translate-y-1\/3{--transform-translate-y:-33.33333%}.lg\:-translate-y-1\/3in9cols{--transform-translate-y:calc(-33.33333% + -0.41667rem)}.lg\:-translate-y-2\/3{--transform-translate-y:-66.66667%}.lg\:-translate-y-1\/12{--transform-translate-y:-8.33333%}.lg\:-translate-y-2\/12{--transform-translate-y:-16.66667%}.lg\:-translate-y-2\/12\+1rem{--transform-translate-y:calc(-16.66667% + -1.0625rem)}.lg\:-translate-y-client-center-header{--transform-translate-y:-1.9375rem}.lg\:-translate-y-full{--transform-translate-y:-100%}.lg\:translate-y-full{--transform-translate-y:100%}.lg\:hover\:translate-x-0:hover{--transform-translate-x:0}.lg\:hover\:translate-x-1:hover{--transform-translate-x:0.25rem}.lg\:hover\:translate-x-2:hover{--transform-translate-x:0.5rem}.lg\:hover\:translate-x-3:hover{--transform-translate-x:0.75rem}.lg\:hover\:translate-x-4:hover{--transform-translate-x:1rem}.lg\:hover\:translate-x-5:hover{--transform-translate-x:1.25rem}.lg\:hover\:translate-x-6:hover{--transform-translate-x:1.5rem}.lg\:hover\:translate-x-7:hover{--transform-translate-x:1.75rem}.lg\:hover\:translate-x-8:hover{--transform-translate-x:2rem}.lg\:hover\:translate-x-9:hover{--transform-translate-x:2.25rem}.lg\:hover\:translate-x-10:hover{--transform-translate-x:2.5rem}.lg\:hover\:translate-x-11:hover{--transform-translate-x:2.75rem}.lg\:hover\:translate-x-12:hover{--transform-translate-x:3rem}.lg\:hover\:translate-x-15:hover{--transform-translate-x:3.75rem}.lg\:hover\:translate-x-16:hover{--transform-translate-x:4rem}.lg\:hover\:translate-x-18:hover{--transform-translate-x:4.5rem}.lg\:hover\:translate-x-20:hover{--transform-translate-x:5rem}.lg\:hover\:translate-x-22:hover{--transform-translate-x:5.5rem}.lg\:hover\:translate-x-24:hover{--transform-translate-x:6rem}.lg\:hover\:translate-x-25:hover{--transform-translate-x:6.25rem}.lg\:hover\:translate-x-28:hover{--transform-translate-x:7rem}.lg\:hover\:translate-x-32:hover{--transform-translate-x:8rem}.lg\:hover\:translate-x-40:hover{--transform-translate-x:10rem}.lg\:hover\:translate-x-44:hover{--transform-translate-x:11rem}.lg\:hover\:translate-x-48:hover{--transform-translate-x:12rem}.lg\:hover\:translate-x-52:hover{--transform-translate-x:13rem}.lg\:hover\:translate-x-56:hover{--transform-translate-x:14rem}.lg\:hover\:translate-x-64:hover{--transform-translate-x:16rem}.lg\:hover\:translate-x-66:hover{--transform-translate-x:24rem}.lg\:hover\:translate-x-px:hover{--transform-translate-x:1px}.lg\:hover\:translate-x-2px:hover{--transform-translate-x:2px}.lg\:hover\:translate-x-84px:hover{--transform-translate-x:84px}.lg\:hover\:translate-x-0\.5:hover{--transform-translate-x:0.2rem}.lg\:hover\:translate-x-1\.5:hover{--transform-translate-x:0.45rem}.lg\:hover\:translate-x-2\.5:hover{--transform-translate-x:0.625rem}.lg\:hover\:translate-x-0\.9rem:hover{--transform-translate-x:0.9rem}.lg\:hover\:-translate-x-5:hover{--transform-translate-x:-1.25rem}.lg\:hover\:translate-x-5\.5:hover{--transform-translate-x:1.375rem}.lg\:hover\:-translate-x-8:hover{--transform-translate-x:-2rem}.lg\:hover\:translate-x-1\/2:hover{--transform-translate-x:50%}.lg\:hover\:translate-x-1\/10:hover{--transform-translate-x:10%}.lg\:hover\:translate-x-1\/3:hover{--transform-translate-x:33.333333%}.lg\:hover\:translate-x-1\/3in9cols:hover{--transform-translate-x:calc(33.33333% + 0.41667rem)}.lg\:hover\:translate-x-2\/3:hover{--transform-translate-x:66.666667%}.lg\:hover\:translate-x-1\/12:hover{--transform-translate-x:8.333333%}.lg\:hover\:translate-x-2\/12:hover{--transform-translate-x:16.666667%}.lg\:hover\:translate-x-2\/12\+1rem:hover{--transform-translate-x:calc(16.66667% + 1.0625rem)}.lg\:hover\:translate-x-client-center-header:hover{--transform-translate-x:1.9375rem}.lg\:hover\:-translate-x-1:hover{--transform-translate-x:-0.25rem}.lg\:hover\:-translate-x-2:hover{--transform-translate-x:-0.5rem}.lg\:hover\:-translate-x-3:hover{--transform-translate-x:-0.75rem}.lg\:hover\:-translate-x-4:hover{--transform-translate-x:-1rem}.lg\:hover\:-translate-x-6:hover{--transform-translate-x:-1.5rem}.lg\:hover\:-translate-x-7:hover{--transform-translate-x:-1.75rem}.lg\:hover\:-translate-x-9:hover{--transform-translate-x:-2.25rem}.lg\:hover\:-translate-x-10:hover{--transform-translate-x:-2.5rem}.lg\:hover\:-translate-x-11:hover{--transform-translate-x:-2.75rem}.lg\:hover\:-translate-x-12:hover{--transform-translate-x:-3rem}.lg\:hover\:-translate-x-15:hover{--transform-translate-x:-3.75rem}.lg\:hover\:-translate-x-16:hover{--transform-translate-x:-4rem}.lg\:hover\:-translate-x-18:hover{--transform-translate-x:-4.5rem}.lg\:hover\:-translate-x-20:hover{--transform-translate-x:-5rem}.lg\:hover\:-translate-x-22:hover{--transform-translate-x:-5.5rem}.lg\:hover\:-translate-x-24:hover{--transform-translate-x:-6rem}.lg\:hover\:-translate-x-25:hover{--transform-translate-x:-6.25rem}.lg\:hover\:-translate-x-28:hover{--transform-translate-x:-7rem}.lg\:hover\:-translate-x-32:hover{--transform-translate-x:-8rem}.lg\:hover\:-translate-x-40:hover{--transform-translate-x:-10rem}.lg\:hover\:-translate-x-44:hover{--transform-translate-x:-11rem}.lg\:hover\:-translate-x-48:hover{--transform-translate-x:-12rem}.lg\:hover\:-translate-x-52:hover{--transform-translate-x:-13rem}.lg\:hover\:-translate-x-56:hover{--transform-translate-x:-14rem}.lg\:hover\:-translate-x-64:hover{--transform-translate-x:-16rem}.lg\:hover\:-translate-x-66:hover{--transform-translate-x:-24rem}.lg\:hover\:-translate-x-px:hover{--transform-translate-x:-1px}.lg\:hover\:-translate-x-2px:hover{--transform-translate-x:-2px}.lg\:hover\:-translate-x-84px:hover{--transform-translate-x:-84px}.lg\:hover\:-translate-x-0\.5:hover{--transform-translate-x:-0.2rem}.lg\:hover\:-translate-x-1\.5:hover{--transform-translate-x:-0.45rem}.lg\:hover\:-translate-x-2\.5:hover{--transform-translate-x:-0.625rem}.lg\:hover\:-translate-x-0\.9rem:hover{--transform-translate-x:-0.9rem}.lg\:hover\:-translate-x--5:hover{--transform-translate-x:1.25rem}.lg\:hover\:-translate-x-5\.5:hover{--transform-translate-x:-1.375rem}.lg\:hover\:-translate-x--8:hover{--transform-translate-x:2rem}.lg\:hover\:-translate-x-1\/2:hover{--transform-translate-x:-50%}.lg\:hover\:-translate-x-1\/10:hover{--transform-translate-x:-10%}.lg\:hover\:-translate-x-1\/3:hover{--transform-translate-x:-33.33333%}.lg\:hover\:-translate-x-1\/3in9cols:hover{--transform-translate-x:calc(-33.33333% + -0.41667rem)}.lg\:hover\:-translate-x-2\/3:hover{--transform-translate-x:-66.66667%}.lg\:hover\:-translate-x-1\/12:hover{--transform-translate-x:-8.33333%}.lg\:hover\:-translate-x-2\/12:hover{--transform-translate-x:-16.66667%}.lg\:hover\:-translate-x-2\/12\+1rem:hover{--transform-translate-x:calc(-16.66667% + -1.0625rem)}.lg\:hover\:-translate-x-client-center-header:hover{--transform-translate-x:-1.9375rem}.lg\:hover\:-translate-x-full:hover{--transform-translate-x:-100%}.lg\:hover\:translate-x-full:hover{--transform-translate-x:100%}.lg\:hover\:translate-y-0:hover{--transform-translate-y:0}.lg\:hover\:translate-y-1:hover{--transform-translate-y:0.25rem}.lg\:hover\:translate-y-2:hover{--transform-translate-y:0.5rem}.lg\:hover\:translate-y-3:hover{--transform-translate-y:0.75rem}.lg\:hover\:translate-y-4:hover{--transform-translate-y:1rem}.lg\:hover\:translate-y-5:hover{--transform-translate-y:1.25rem}.lg\:hover\:translate-y-6:hover{--transform-translate-y:1.5rem}.lg\:hover\:translate-y-7:hover{--transform-translate-y:1.75rem}.lg\:hover\:translate-y-8:hover{--transform-translate-y:2rem}.lg\:hover\:translate-y-9:hover{--transform-translate-y:2.25rem}.lg\:hover\:translate-y-10:hover{--transform-translate-y:2.5rem}.lg\:hover\:translate-y-11:hover{--transform-translate-y:2.75rem}.lg\:hover\:translate-y-12:hover{--transform-translate-y:3rem}.lg\:hover\:translate-y-15:hover{--transform-translate-y:3.75rem}.lg\:hover\:translate-y-16:hover{--transform-translate-y:4rem}.lg\:hover\:translate-y-18:hover{--transform-translate-y:4.5rem}.lg\:hover\:translate-y-20:hover{--transform-translate-y:5rem}.lg\:hover\:translate-y-22:hover{--transform-translate-y:5.5rem}.lg\:hover\:translate-y-24:hover{--transform-translate-y:6rem}.lg\:hover\:translate-y-25:hover{--transform-translate-y:6.25rem}.lg\:hover\:translate-y-28:hover{--transform-translate-y:7rem}.lg\:hover\:translate-y-32:hover{--transform-translate-y:8rem}.lg\:hover\:translate-y-40:hover{--transform-translate-y:10rem}.lg\:hover\:translate-y-44:hover{--transform-translate-y:11rem}.lg\:hover\:translate-y-48:hover{--transform-translate-y:12rem}.lg\:hover\:translate-y-52:hover{--transform-translate-y:13rem}.lg\:hover\:translate-y-56:hover{--transform-translate-y:14rem}.lg\:hover\:translate-y-64:hover{--transform-translate-y:16rem}.lg\:hover\:translate-y-66:hover{--transform-translate-y:24rem}.lg\:hover\:translate-y-px:hover{--transform-translate-y:1px}.lg\:hover\:translate-y-2px:hover{--transform-translate-y:2px}.lg\:hover\:translate-y-84px:hover{--transform-translate-y:84px}.lg\:hover\:translate-y-0\.5:hover{--transform-translate-y:0.2rem}.lg\:hover\:translate-y-1\.5:hover{--transform-translate-y:0.45rem}.lg\:hover\:translate-y-2\.5:hover{--transform-translate-y:0.625rem}.lg\:hover\:translate-y-0\.9rem:hover{--transform-translate-y:0.9rem}.lg\:hover\:-translate-y-5:hover{--transform-translate-y:-1.25rem}.lg\:hover\:translate-y-5\.5:hover{--transform-translate-y:1.375rem}.lg\:hover\:-translate-y-8:hover{--transform-translate-y:-2rem}.lg\:hover\:translate-y-1\/2:hover{--transform-translate-y:50%}.lg\:hover\:translate-y-1\/10:hover{--transform-translate-y:10%}.lg\:hover\:translate-y-1\/3:hover{--transform-translate-y:33.333333%}.lg\:hover\:translate-y-1\/3in9cols:hover{--transform-translate-y:calc(33.33333% + 0.41667rem)}.lg\:hover\:translate-y-2\/3:hover{--transform-translate-y:66.666667%}.lg\:hover\:translate-y-1\/12:hover{--transform-translate-y:8.333333%}.lg\:hover\:translate-y-2\/12:hover{--transform-translate-y:16.666667%}.lg\:hover\:translate-y-2\/12\+1rem:hover{--transform-translate-y:calc(16.66667% + 1.0625rem)}.lg\:hover\:translate-y-client-center-header:hover{--transform-translate-y:1.9375rem}.lg\:hover\:-translate-y-1:hover{--transform-translate-y:-0.25rem}.lg\:hover\:-translate-y-2:hover{--transform-translate-y:-0.5rem}.lg\:hover\:-translate-y-3:hover{--transform-translate-y:-0.75rem}.lg\:hover\:-translate-y-4:hover{--transform-translate-y:-1rem}.lg\:hover\:-translate-y-6:hover{--transform-translate-y:-1.5rem}.lg\:hover\:-translate-y-7:hover{--transform-translate-y:-1.75rem}.lg\:hover\:-translate-y-9:hover{--transform-translate-y:-2.25rem}.lg\:hover\:-translate-y-10:hover{--transform-translate-y:-2.5rem}.lg\:hover\:-translate-y-11:hover{--transform-translate-y:-2.75rem}.lg\:hover\:-translate-y-12:hover{--transform-translate-y:-3rem}.lg\:hover\:-translate-y-15:hover{--transform-translate-y:-3.75rem}.lg\:hover\:-translate-y-16:hover{--transform-translate-y:-4rem}.lg\:hover\:-translate-y-18:hover{--transform-translate-y:-4.5rem}.lg\:hover\:-translate-y-20:hover{--transform-translate-y:-5rem}.lg\:hover\:-translate-y-22:hover{--transform-translate-y:-5.5rem}.lg\:hover\:-translate-y-24:hover{--transform-translate-y:-6rem}.lg\:hover\:-translate-y-25:hover{--transform-translate-y:-6.25rem}.lg\:hover\:-translate-y-28:hover{--transform-translate-y:-7rem}.lg\:hover\:-translate-y-32:hover{--transform-translate-y:-8rem}.lg\:hover\:-translate-y-40:hover{--transform-translate-y:-10rem}.lg\:hover\:-translate-y-44:hover{--transform-translate-y:-11rem}.lg\:hover\:-translate-y-48:hover{--transform-translate-y:-12rem}.lg\:hover\:-translate-y-52:hover{--transform-translate-y:-13rem}.lg\:hover\:-translate-y-56:hover{--transform-translate-y:-14rem}.lg\:hover\:-translate-y-64:hover{--transform-translate-y:-16rem}.lg\:hover\:-translate-y-66:hover{--transform-translate-y:-24rem}.lg\:hover\:-translate-y-px:hover{--transform-translate-y:-1px}.lg\:hover\:-translate-y-2px:hover{--transform-translate-y:-2px}.lg\:hover\:-translate-y-84px:hover{--transform-translate-y:-84px}.lg\:hover\:-translate-y-0\.5:hover{--transform-translate-y:-0.2rem}.lg\:hover\:-translate-y-1\.5:hover{--transform-translate-y:-0.45rem}.lg\:hover\:-translate-y-2\.5:hover{--transform-translate-y:-0.625rem}.lg\:hover\:-translate-y-0\.9rem:hover{--transform-translate-y:-0.9rem}.lg\:hover\:-translate-y--5:hover{--transform-translate-y:1.25rem}.lg\:hover\:-translate-y-5\.5:hover{--transform-translate-y:-1.375rem}.lg\:hover\:-translate-y--8:hover{--transform-translate-y:2rem}.lg\:hover\:-translate-y-1\/2:hover{--transform-translate-y:-50%}.lg\:hover\:-translate-y-1\/10:hover{--transform-translate-y:-10%}.lg\:hover\:-translate-y-1\/3:hover{--transform-translate-y:-33.33333%}.lg\:hover\:-translate-y-1\/3in9cols:hover{--transform-translate-y:calc(-33.33333% + -0.41667rem)}.lg\:hover\:-translate-y-2\/3:hover{--transform-translate-y:-66.66667%}.lg\:hover\:-translate-y-1\/12:hover{--transform-translate-y:-8.33333%}.lg\:hover\:-translate-y-2\/12:hover{--transform-translate-y:-16.66667%}.lg\:hover\:-translate-y-2\/12\+1rem:hover{--transform-translate-y:calc(-16.66667% + -1.0625rem)}.lg\:hover\:-translate-y-client-center-header:hover{--transform-translate-y:-1.9375rem}.lg\:hover\:-translate-y-full:hover{--transform-translate-y:-100%}.lg\:hover\:translate-y-full:hover{--transform-translate-y:100%}.lg\:focus\:translate-x-0:focus{--transform-translate-x:0}.lg\:focus\:translate-x-1:focus{--transform-translate-x:0.25rem}.lg\:focus\:translate-x-2:focus{--transform-translate-x:0.5rem}.lg\:focus\:translate-x-3:focus{--transform-translate-x:0.75rem}.lg\:focus\:translate-x-4:focus{--transform-translate-x:1rem}.lg\:focus\:translate-x-5:focus{--transform-translate-x:1.25rem}.lg\:focus\:translate-x-6:focus{--transform-translate-x:1.5rem}.lg\:focus\:translate-x-7:focus{--transform-translate-x:1.75rem}.lg\:focus\:translate-x-8:focus{--transform-translate-x:2rem}.lg\:focus\:translate-x-9:focus{--transform-translate-x:2.25rem}.lg\:focus\:translate-x-10:focus{--transform-translate-x:2.5rem}.lg\:focus\:translate-x-11:focus{--transform-translate-x:2.75rem}.lg\:focus\:translate-x-12:focus{--transform-translate-x:3rem}.lg\:focus\:translate-x-15:focus{--transform-translate-x:3.75rem}.lg\:focus\:translate-x-16:focus{--transform-translate-x:4rem}.lg\:focus\:translate-x-18:focus{--transform-translate-x:4.5rem}.lg\:focus\:translate-x-20:focus{--transform-translate-x:5rem}.lg\:focus\:translate-x-22:focus{--transform-translate-x:5.5rem}.lg\:focus\:translate-x-24:focus{--transform-translate-x:6rem}.lg\:focus\:translate-x-25:focus{--transform-translate-x:6.25rem}.lg\:focus\:translate-x-28:focus{--transform-translate-x:7rem}.lg\:focus\:translate-x-32:focus{--transform-translate-x:8rem}.lg\:focus\:translate-x-40:focus{--transform-translate-x:10rem}.lg\:focus\:translate-x-44:focus{--transform-translate-x:11rem}.lg\:focus\:translate-x-48:focus{--transform-translate-x:12rem}.lg\:focus\:translate-x-52:focus{--transform-translate-x:13rem}.lg\:focus\:translate-x-56:focus{--transform-translate-x:14rem}.lg\:focus\:translate-x-64:focus{--transform-translate-x:16rem}.lg\:focus\:translate-x-66:focus{--transform-translate-x:24rem}.lg\:focus\:translate-x-px:focus{--transform-translate-x:1px}.lg\:focus\:translate-x-2px:focus{--transform-translate-x:2px}.lg\:focus\:translate-x-84px:focus{--transform-translate-x:84px}.lg\:focus\:translate-x-0\.5:focus{--transform-translate-x:0.2rem}.lg\:focus\:translate-x-1\.5:focus{--transform-translate-x:0.45rem}.lg\:focus\:translate-x-2\.5:focus{--transform-translate-x:0.625rem}.lg\:focus\:translate-x-0\.9rem:focus{--transform-translate-x:0.9rem}.lg\:focus\:-translate-x-5:focus{--transform-translate-x:-1.25rem}.lg\:focus\:translate-x-5\.5:focus{--transform-translate-x:1.375rem}.lg\:focus\:-translate-x-8:focus{--transform-translate-x:-2rem}.lg\:focus\:translate-x-1\/2:focus{--transform-translate-x:50%}.lg\:focus\:translate-x-1\/10:focus{--transform-translate-x:10%}.lg\:focus\:translate-x-1\/3:focus{--transform-translate-x:33.333333%}.lg\:focus\:translate-x-1\/3in9cols:focus{--transform-translate-x:calc(33.33333% + 0.41667rem)}.lg\:focus\:translate-x-2\/3:focus{--transform-translate-x:66.666667%}.lg\:focus\:translate-x-1\/12:focus{--transform-translate-x:8.333333%}.lg\:focus\:translate-x-2\/12:focus{--transform-translate-x:16.666667%}.lg\:focus\:translate-x-2\/12\+1rem:focus{--transform-translate-x:calc(16.66667% + 1.0625rem)}.lg\:focus\:translate-x-client-center-header:focus{--transform-translate-x:1.9375rem}.lg\:focus\:-translate-x-1:focus{--transform-translate-x:-0.25rem}.lg\:focus\:-translate-x-2:focus{--transform-translate-x:-0.5rem}.lg\:focus\:-translate-x-3:focus{--transform-translate-x:-0.75rem}.lg\:focus\:-translate-x-4:focus{--transform-translate-x:-1rem}.lg\:focus\:-translate-x-6:focus{--transform-translate-x:-1.5rem}.lg\:focus\:-translate-x-7:focus{--transform-translate-x:-1.75rem}.lg\:focus\:-translate-x-9:focus{--transform-translate-x:-2.25rem}.lg\:focus\:-translate-x-10:focus{--transform-translate-x:-2.5rem}.lg\:focus\:-translate-x-11:focus{--transform-translate-x:-2.75rem}.lg\:focus\:-translate-x-12:focus{--transform-translate-x:-3rem}.lg\:focus\:-translate-x-15:focus{--transform-translate-x:-3.75rem}.lg\:focus\:-translate-x-16:focus{--transform-translate-x:-4rem}.lg\:focus\:-translate-x-18:focus{--transform-translate-x:-4.5rem}.lg\:focus\:-translate-x-20:focus{--transform-translate-x:-5rem}.lg\:focus\:-translate-x-22:focus{--transform-translate-x:-5.5rem}.lg\:focus\:-translate-x-24:focus{--transform-translate-x:-6rem}.lg\:focus\:-translate-x-25:focus{--transform-translate-x:-6.25rem}.lg\:focus\:-translate-x-28:focus{--transform-translate-x:-7rem}.lg\:focus\:-translate-x-32:focus{--transform-translate-x:-8rem}.lg\:focus\:-translate-x-40:focus{--transform-translate-x:-10rem}.lg\:focus\:-translate-x-44:focus{--transform-translate-x:-11rem}.lg\:focus\:-translate-x-48:focus{--transform-translate-x:-12rem}.lg\:focus\:-translate-x-52:focus{--transform-translate-x:-13rem}.lg\:focus\:-translate-x-56:focus{--transform-translate-x:-14rem}.lg\:focus\:-translate-x-64:focus{--transform-translate-x:-16rem}.lg\:focus\:-translate-x-66:focus{--transform-translate-x:-24rem}.lg\:focus\:-translate-x-px:focus{--transform-translate-x:-1px}.lg\:focus\:-translate-x-2px:focus{--transform-translate-x:-2px}.lg\:focus\:-translate-x-84px:focus{--transform-translate-x:-84px}.lg\:focus\:-translate-x-0\.5:focus{--transform-translate-x:-0.2rem}.lg\:focus\:-translate-x-1\.5:focus{--transform-translate-x:-0.45rem}.lg\:focus\:-translate-x-2\.5:focus{--transform-translate-x:-0.625rem}.lg\:focus\:-translate-x-0\.9rem:focus{--transform-translate-x:-0.9rem}.lg\:focus\:-translate-x--5:focus{--transform-translate-x:1.25rem}.lg\:focus\:-translate-x-5\.5:focus{--transform-translate-x:-1.375rem}.lg\:focus\:-translate-x--8:focus{--transform-translate-x:2rem}.lg\:focus\:-translate-x-1\/2:focus{--transform-translate-x:-50%}.lg\:focus\:-translate-x-1\/10:focus{--transform-translate-x:-10%}.lg\:focus\:-translate-x-1\/3:focus{--transform-translate-x:-33.33333%}.lg\:focus\:-translate-x-1\/3in9cols:focus{--transform-translate-x:calc(-33.33333% + -0.41667rem)}.lg\:focus\:-translate-x-2\/3:focus{--transform-translate-x:-66.66667%}.lg\:focus\:-translate-x-1\/12:focus{--transform-translate-x:-8.33333%}.lg\:focus\:-translate-x-2\/12:focus{--transform-translate-x:-16.66667%}.lg\:focus\:-translate-x-2\/12\+1rem:focus{--transform-translate-x:calc(-16.66667% + -1.0625rem)}.lg\:focus\:-translate-x-client-center-header:focus{--transform-translate-x:-1.9375rem}.lg\:focus\:-translate-x-full:focus{--transform-translate-x:-100%}.lg\:focus\:translate-x-full:focus{--transform-translate-x:100%}.lg\:focus\:translate-y-0:focus{--transform-translate-y:0}.lg\:focus\:translate-y-1:focus{--transform-translate-y:0.25rem}.lg\:focus\:translate-y-2:focus{--transform-translate-y:0.5rem}.lg\:focus\:translate-y-3:focus{--transform-translate-y:0.75rem}.lg\:focus\:translate-y-4:focus{--transform-translate-y:1rem}.lg\:focus\:translate-y-5:focus{--transform-translate-y:1.25rem}.lg\:focus\:translate-y-6:focus{--transform-translate-y:1.5rem}.lg\:focus\:translate-y-7:focus{--transform-translate-y:1.75rem}.lg\:focus\:translate-y-8:focus{--transform-translate-y:2rem}.lg\:focus\:translate-y-9:focus{--transform-translate-y:2.25rem}.lg\:focus\:translate-y-10:focus{--transform-translate-y:2.5rem}.lg\:focus\:translate-y-11:focus{--transform-translate-y:2.75rem}.lg\:focus\:translate-y-12:focus{--transform-translate-y:3rem}.lg\:focus\:translate-y-15:focus{--transform-translate-y:3.75rem}.lg\:focus\:translate-y-16:focus{--transform-translate-y:4rem}.lg\:focus\:translate-y-18:focus{--transform-translate-y:4.5rem}.lg\:focus\:translate-y-20:focus{--transform-translate-y:5rem}.lg\:focus\:translate-y-22:focus{--transform-translate-y:5.5rem}.lg\:focus\:translate-y-24:focus{--transform-translate-y:6rem}.lg\:focus\:translate-y-25:focus{--transform-translate-y:6.25rem}.lg\:focus\:translate-y-28:focus{--transform-translate-y:7rem}.lg\:focus\:translate-y-32:focus{--transform-translate-y:8rem}.lg\:focus\:translate-y-40:focus{--transform-translate-y:10rem}.lg\:focus\:translate-y-44:focus{--transform-translate-y:11rem}.lg\:focus\:translate-y-48:focus{--transform-translate-y:12rem}.lg\:focus\:translate-y-52:focus{--transform-translate-y:13rem}.lg\:focus\:translate-y-56:focus{--transform-translate-y:14rem}.lg\:focus\:translate-y-64:focus{--transform-translate-y:16rem}.lg\:focus\:translate-y-66:focus{--transform-translate-y:24rem}.lg\:focus\:translate-y-px:focus{--transform-translate-y:1px}.lg\:focus\:translate-y-2px:focus{--transform-translate-y:2px}.lg\:focus\:translate-y-84px:focus{--transform-translate-y:84px}.lg\:focus\:translate-y-0\.5:focus{--transform-translate-y:0.2rem}.lg\:focus\:translate-y-1\.5:focus{--transform-translate-y:0.45rem}.lg\:focus\:translate-y-2\.5:focus{--transform-translate-y:0.625rem}.lg\:focus\:translate-y-0\.9rem:focus{--transform-translate-y:0.9rem}.lg\:focus\:-translate-y-5:focus{--transform-translate-y:-1.25rem}.lg\:focus\:translate-y-5\.5:focus{--transform-translate-y:1.375rem}.lg\:focus\:-translate-y-8:focus{--transform-translate-y:-2rem}.lg\:focus\:translate-y-1\/2:focus{--transform-translate-y:50%}.lg\:focus\:translate-y-1\/10:focus{--transform-translate-y:10%}.lg\:focus\:translate-y-1\/3:focus{--transform-translate-y:33.333333%}.lg\:focus\:translate-y-1\/3in9cols:focus{--transform-translate-y:calc(33.33333% + 0.41667rem)}.lg\:focus\:translate-y-2\/3:focus{--transform-translate-y:66.666667%}.lg\:focus\:translate-y-1\/12:focus{--transform-translate-y:8.333333%}.lg\:focus\:translate-y-2\/12:focus{--transform-translate-y:16.666667%}.lg\:focus\:translate-y-2\/12\+1rem:focus{--transform-translate-y:calc(16.66667% + 1.0625rem)}.lg\:focus\:translate-y-client-center-header:focus{--transform-translate-y:1.9375rem}.lg\:focus\:-translate-y-1:focus{--transform-translate-y:-0.25rem}.lg\:focus\:-translate-y-2:focus{--transform-translate-y:-0.5rem}.lg\:focus\:-translate-y-3:focus{--transform-translate-y:-0.75rem}.lg\:focus\:-translate-y-4:focus{--transform-translate-y:-1rem}.lg\:focus\:-translate-y-6:focus{--transform-translate-y:-1.5rem}.lg\:focus\:-translate-y-7:focus{--transform-translate-y:-1.75rem}.lg\:focus\:-translate-y-9:focus{--transform-translate-y:-2.25rem}.lg\:focus\:-translate-y-10:focus{--transform-translate-y:-2.5rem}.lg\:focus\:-translate-y-11:focus{--transform-translate-y:-2.75rem}.lg\:focus\:-translate-y-12:focus{--transform-translate-y:-3rem}.lg\:focus\:-translate-y-15:focus{--transform-translate-y:-3.75rem}.lg\:focus\:-translate-y-16:focus{--transform-translate-y:-4rem}.lg\:focus\:-translate-y-18:focus{--transform-translate-y:-4.5rem}.lg\:focus\:-translate-y-20:focus{--transform-translate-y:-5rem}.lg\:focus\:-translate-y-22:focus{--transform-translate-y:-5.5rem}.lg\:focus\:-translate-y-24:focus{--transform-translate-y:-6rem}.lg\:focus\:-translate-y-25:focus{--transform-translate-y:-6.25rem}.lg\:focus\:-translate-y-28:focus{--transform-translate-y:-7rem}.lg\:focus\:-translate-y-32:focus{--transform-translate-y:-8rem}.lg\:focus\:-translate-y-40:focus{--transform-translate-y:-10rem}.lg\:focus\:-translate-y-44:focus{--transform-translate-y:-11rem}.lg\:focus\:-translate-y-48:focus{--transform-translate-y:-12rem}.lg\:focus\:-translate-y-52:focus{--transform-translate-y:-13rem}.lg\:focus\:-translate-y-56:focus{--transform-translate-y:-14rem}.lg\:focus\:-translate-y-64:focus{--transform-translate-y:-16rem}.lg\:focus\:-translate-y-66:focus{--transform-translate-y:-24rem}.lg\:focus\:-translate-y-px:focus{--transform-translate-y:-1px}.lg\:focus\:-translate-y-2px:focus{--transform-translate-y:-2px}.lg\:focus\:-translate-y-84px:focus{--transform-translate-y:-84px}.lg\:focus\:-translate-y-0\.5:focus{--transform-translate-y:-0.2rem}.lg\:focus\:-translate-y-1\.5:focus{--transform-translate-y:-0.45rem}.lg\:focus\:-translate-y-2\.5:focus{--transform-translate-y:-0.625rem}.lg\:focus\:-translate-y-0\.9rem:focus{--transform-translate-y:-0.9rem}.lg\:focus\:-translate-y--5:focus{--transform-translate-y:1.25rem}.lg\:focus\:-translate-y-5\.5:focus{--transform-translate-y:-1.375rem}.lg\:focus\:-translate-y--8:focus{--transform-translate-y:2rem}.lg\:focus\:-translate-y-1\/2:focus{--transform-translate-y:-50%}.lg\:focus\:-translate-y-1\/10:focus{--transform-translate-y:-10%}.lg\:focus\:-translate-y-1\/3:focus{--transform-translate-y:-33.33333%}.lg\:focus\:-translate-y-1\/3in9cols:focus{--transform-translate-y:calc(-33.33333% + -0.41667rem)}.lg\:focus\:-translate-y-2\/3:focus{--transform-translate-y:-66.66667%}.lg\:focus\:-translate-y-1\/12:focus{--transform-translate-y:-8.33333%}.lg\:focus\:-translate-y-2\/12:focus{--transform-translate-y:-16.66667%}.lg\:focus\:-translate-y-2\/12\+1rem:focus{--transform-translate-y:calc(-16.66667% + -1.0625rem)}.lg\:focus\:-translate-y-client-center-header:focus{--transform-translate-y:-1.9375rem}.lg\:focus\:-translate-y-full:focus{--transform-translate-y:-100%}.lg\:focus\:translate-y-full:focus{--transform-translate-y:100%}.lg\:skew-x-0{--transform-skew-x:0}.lg\:skew-x-3{--transform-skew-x:3deg}.lg\:skew-x-6{--transform-skew-x:6deg}.lg\:skew-x-12{--transform-skew-x:12deg}.lg\:-skew-x-12{--transform-skew-x:-12deg}.lg\:-skew-x-6{--transform-skew-x:-6deg}.lg\:-skew-x-3{--transform-skew-x:-3deg}.lg\:skew-y-0{--transform-skew-y:0}.lg\:skew-y-3{--transform-skew-y:3deg}.lg\:skew-y-6{--transform-skew-y:6deg}.lg\:skew-y-12{--transform-skew-y:12deg}.lg\:-skew-y-12{--transform-skew-y:-12deg}.lg\:-skew-y-6{--transform-skew-y:-6deg}.lg\:-skew-y-3{--transform-skew-y:-3deg}.lg\:hover\:skew-x-0:hover{--transform-skew-x:0}.lg\:hover\:skew-x-3:hover{--transform-skew-x:3deg}.lg\:hover\:skew-x-6:hover{--transform-skew-x:6deg}.lg\:hover\:skew-x-12:hover{--transform-skew-x:12deg}.lg\:hover\:-skew-x-12:hover{--transform-skew-x:-12deg}.lg\:hover\:-skew-x-6:hover{--transform-skew-x:-6deg}.lg\:hover\:-skew-x-3:hover{--transform-skew-x:-3deg}.lg\:hover\:skew-y-0:hover{--transform-skew-y:0}.lg\:hover\:skew-y-3:hover{--transform-skew-y:3deg}.lg\:hover\:skew-y-6:hover{--transform-skew-y:6deg}.lg\:hover\:skew-y-12:hover{--transform-skew-y:12deg}.lg\:hover\:-skew-y-12:hover{--transform-skew-y:-12deg}.lg\:hover\:-skew-y-6:hover{--transform-skew-y:-6deg}.lg\:hover\:-skew-y-3:hover{--transform-skew-y:-3deg}.lg\:focus\:skew-x-0:focus{--transform-skew-x:0}.lg\:focus\:skew-x-3:focus{--transform-skew-x:3deg}.lg\:focus\:skew-x-6:focus{--transform-skew-x:6deg}.lg\:focus\:skew-x-12:focus{--transform-skew-x:12deg}.lg\:focus\:-skew-x-12:focus{--transform-skew-x:-12deg}.lg\:focus\:-skew-x-6:focus{--transform-skew-x:-6deg}.lg\:focus\:-skew-x-3:focus{--transform-skew-x:-3deg}.lg\:focus\:skew-y-0:focus{--transform-skew-y:0}.lg\:focus\:skew-y-3:focus{--transform-skew-y:3deg}.lg\:focus\:skew-y-6:focus{--transform-skew-y:6deg}.lg\:focus\:skew-y-12:focus{--transform-skew-y:12deg}.lg\:focus\:-skew-y-12:focus{--transform-skew-y:-12deg}.lg\:focus\:-skew-y-6:focus{--transform-skew-y:-6deg}.lg\:focus\:-skew-y-3:focus{--transform-skew-y:-3deg}.lg\:transition-none{transition-property:none}.lg\:transition-all{transition-property:all}.lg\:transition{transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform}.lg\:transition-colors{transition-property:background-color,border-color,color,fill,stroke}.lg\:transition-opacity{transition-property:opacity}.lg\:transition-shadow{transition-property:box-shadow}.lg\:transition-transform{transition-property:transform}.lg\:ease-linear{transition-timing-function:linear}.lg\:ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.lg\:ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.lg\:ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.lg\:duration-75{transition-duration:75ms}.lg\:duration-100{transition-duration:.1s}.lg\:duration-150{transition-duration:.15s}.lg\:duration-200{transition-duration:.2s}.lg\:duration-300{transition-duration:.3s}.lg\:duration-500{transition-duration:.5s}.lg\:duration-700{transition-duration:.7s}.lg\:duration-1000{transition-duration:1s}.lg\:delay-75{transition-delay:75ms}.lg\:delay-100{transition-delay:.1s}.lg\:delay-150{transition-delay:.15s}.lg\:delay-200{transition-delay:.2s}.lg\:delay-300{transition-delay:.3s}.lg\:delay-500{transition-delay:.5s}.lg\:delay-700{transition-delay:.7s}.lg\:delay-1000{transition-delay:1s}.lg\:animate-none{-webkit-animation:none;animation:none}.lg\:animate-spin{-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}.lg\:animate-ping{-webkit-animation:ping 1s cubic-bezier(0,0,.2,1) infinite;animation:ping 1s cubic-bezier(0,0,.2,1) infinite}.lg\:animate-pulse{-webkit-animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.lg\:animate-bounce{-webkit-animation:bounce 1s infinite;animation:bounce 1s infinite}.lg\:aspect-ratio-none{padding-bottom:0}.lg\:aspect-ratio-1\:1,.lg\:aspect-ratio-square{padding-bottom:100%}.lg\:aspect-ratio-16\:9{padding-bottom:56.25%}.lg\:aspect-ratio-4\:3{padding-bottom:75%}.lg\:aspect-ratio-4\:3\+{padding-bottom:75.75%}.lg\:aspect-ratio-21\:9{padding-bottom:42.857142857142854%}.lg\:bg-none{background-image:none}.lg\:bg-gradient-t-hero{background-image:linear-gradient(0deg,transparent 0,rgba(0,0,0,.42) 40%,rgba(0,0,0,.42))}.lg\:bg-gradient-b-hero{background-image:linear-gradient(transparent,rgba(0,0,0,.42) 40%,rgba(0,0,0,.42))}.lg\:clamp-1{-webkit-line-clamp:1}.lg\:clamp-1,.lg\:clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.lg\:clamp-2{-webkit-line-clamp:2}.lg\:clamp-3{-webkit-line-clamp:3}.lg\:clamp-3,.lg\:clamp-4{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.lg\:clamp-4{-webkit-line-clamp:4}}@media (min-width:1280px){.xl\:container{width:100%;margin-right:auto;margin-left:auto}@media (min-width:360px){.xl\:container{max-width:360px}}@media (min-width:480px){.xl\:container{max-width:480px}}@media (min-width:640px){.xl\:container{max-width:640px}}@media (min-width:768px){.xl\:container{max-width:768px}}@media (min-width:1024px){.xl\:container{max-width:1024px}}@media (min-width:1280px){.xl\:container{max-width:1280px}}.xl\:c-triangle-right{width:0;height:0;border:0;border-left:8px solid #dbd9d9;border-top:10px solid transparent;border-bottom:10px solid transparent}.xl\:c-triangle-rightHome{width:0;height:0;border:0;border-left:8px solid #8e8e8e;border-top:10px solid transparent;border-bottom:10px solid transparent}.xl\:c-triangle-rightActive{width:0;height:0;border:0;border-left:8px solid #0b3780;border-top:10px solid transparent;border-bottom:10px solid transparent}.xl\:c-triangle-white{width:0;height:0;border:0;border-left:10px solid #fff;border-top:10px solid transparent;border-bottom:10px solid transparent}.xl\:c-triangle-topPrimary{width:0;height:0;border:0;border-bottom:8px solid #0b3780;border-left:5px solid transparent;border-right:5px solid transparent}.xl\:c-triangle-botPrimary{width:0;height:0;border:0;border-top:8px solid #0b3780;border-left:5px solid transparent;border-right:5px solid transparent}.xl\:bg-dark-gradient{background:linear-gradient(-180deg,hsla(0,0%,70.6%,0),rgba(0,0,0,.69))}.xl\:bg-cover{background-size:cover}.xl\:items-center{align-items:center}.xl\:text-lg{font-size:1.5rem}.xl\:text-2xl{font-size:2.25rem}.xl\:max-w-lg{max-width:32rem}.xl\:max-w-screen-lg{max-width:1024px}.xl\:pt-0{padding-top:0}.xl\:focus\:shadow-lg:focus,.xl\:hover\:shadow-lg:hover,.xl\:shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.xl\:aspect-ratio-none{padding-bottom:0}.xl\:aspect-ratio-1\:1,.xl\:aspect-ratio-square{padding-bottom:100%}.xl\:aspect-ratio-16\:9{padding-bottom:56.25%}.xl\:aspect-ratio-4\:3{padding-bottom:75%}.xl\:aspect-ratio-4\:3\+{padding-bottom:75.75%}.xl\:aspect-ratio-21\:9{padding-bottom:42.857142857142854%}.xl\:clamp-1{-webkit-line-clamp:1}.xl\:clamp-1,.xl\:clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.xl\:clamp-2{-webkit-line-clamp:2}.xl\:clamp-3{-webkit-line-clamp:3}.xl\:clamp-3,.xl\:clamp-4{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.xl\:clamp-4{-webkit-line-clamp:4}}