@import "tailwindcss";@theme{--font-sans:Arial,"Helvetica Neue",Helvetica,ui-sans-serif,system-ui,sans-serif;--color--dark:#333;--color-grey-medium:#f4f4f4;--color-grey-silver:#cbcbcb;--color-grey-lightest:#f8f8f8;--color-grey-extralight:#f5f5f5;--color-grey-lighter:#f2f2f2;--color-grey-light:#d0d0d0;--color-grey-default:#a7a7a7;--color-grey-dark:#333;--color-charcoal-light:#5e6e77;--color-charcoal-default:#2e2e2e;--color-charcoal-dark:#737373;--color-blue-light:#00a8cc;--color-blue-default:#286295;--color-green-default:#2a9d8f;--color-warm-light:#f4a261;--color-warm-default:#fedf01;--color-warm-dark:#ffba00;--color-lavender-light:#eae6ef;--color-gainsboro-grey:#e8e8e8;--color-red-dark:#bf007b;--color-red-default:#d40000;--color-red-light:#greyFFEBEB}@keyframes slideInUp{0%{opacity:0;transform:translateY(60px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-60px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(60px)}to{opacity:1;transform:translateX(0)}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes zoomIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes wiggle{0%,7%{transform:rotate(0)}15%{transform:rotate(-15deg)}20%{transform:rotate(10deg)}25%{transform:rotate(-10deg)}30%{transform:rotate(6deg)}35%{transform:rotate(-4deg)}40%,to{transform:rotate(0)}}@keyframes shake{0%,to{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-10px)}20%,40%,60%,80%{transform:translateX(10px)}}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}@keyframes wobble{0%{transform:translateX(0)}15%{transform:translateX(-25%) rotate(-5deg)}30%{transform:translateX(20%) rotate(3deg)}45%{transform:translateX(-15%) rotate(-3deg)}60%{transform:translateX(10%) rotate(2deg)}75%{transform:translateX(-5%) rotate(-1deg)}to{transform:translateX(0)}}@keyframes tada{0%{transform:scale(1)}10%,20%{transform:scale(.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale(1.1) rotate(3deg)}40%,60%,80%{transform:scale(1.1) rotate(-3deg)}to{transform:scale(1) rotate(0)}}@keyframes rubberBand{0%{transform:scale(1)}30%{transform:scaleX(1.25) scaleY(.75)}40%{transform:scaleX(.75) scaleY(1.25)}50%{transform:scaleX(1.15) scaleY(.85)}65%{transform:scaleX(.95) scaleY(1.05)}75%{transform:scaleX(1.05) scaleY(.95)}to{transform:scale(1)}}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate-slide-in-up{animation:slideInUp .8s ease-out forwards}.animate-slide-in-left{animation:slideInLeft .8s ease-out forwards}.animate-slide-in-right{animation:slideInRight .8s ease-out forwards}.animate-bounce-in{animation:bounceIn .8s ease-out forwards}.animate-zoom-in{animation:zoomIn .6s ease-out forwards}.animate-wiggle{animation:wiggle 1s ease-in-out}.animate-shake{animation:shake .5s ease-in-out}.animate-swing{animation:swing 1s ease-in-out}.animate-wobble{animation:wobble 1s ease-in-out}.animate-tada{animation:tada 1s ease-in-out}.animate-rubber-band{animation:rubberBand 1s ease-in-out}.animate-heart-beat{animation:heartBeat 1.3s ease-in-out infinite}.animate-jello{animation:jello 1s ease-in-out}.hover-wiggle:hover{animation:wiggle .6s ease-in-out}.hover-bounce:hover{animation:bounceIn .6s ease-in-out}.hover-shake:hover{animation:shake .5s ease-in-out}.hover-swing:hover{animation:swing 1s ease-in-out}.hover-wobble:hover{animation:wobble 1s ease-in-out}.hover-tada:hover{animation:tada 1s ease-in-out}.hover-rubber-band:hover{animation:rubberBand 1s ease-in-out}.hover-jello:hover{animation:jello 1s ease-in-out}.animation-delay-200{animation-delay:.2s}.animation-delay-400{animation-delay:.4s}.animation-delay-600{animation-delay:.6s}.animation-delay-800{animation-delay:.8s}.scroll-animate{opacity:0;transform:translateY(30px);transition:all .8s ease-out}.scroll-animate.animate-in{opacity:1;transform:translateY(0)}.hover-lift{transition:transform .3s ease,box-shadow .3s ease}.hover-lift:hover{box-shadow:0 10px 25px rgba(0,0,0,.15);transform:translateY(-5px)}.hover-scale{transition:transform .3s ease}.hover-scale:hover{transform:scale(1.05)}.dnd-section>.row-fluid{@apply mx-auto}.row-fluid{@apply grid grid-cols-1 gap-4 w-full}@media (min-width:768px){.row-fluid{@apply grid-cols-12 gap-4}.row-fluid .span1{@apply col-span-1}.row-fluid .span2{@apply col-span-2}.row-fluid .span3{@apply col-span-3}.row-fluid .span4{@apply col-span-4}.row-fluid .span5{@apply col-span-5}.row-fluid .span6{@apply col-span-6}.row-fluid .span7{@apply col-span-7}.row-fluid .span8{@apply col-span-8}.row-fluid .span9{@apply col-span-9}.row-fluid .span10{@apply col-span-10}.row-fluid .span11{@apply col-span-11}.row-fluid .span12{@apply col-span-12}}.solutions-form{--hsf-default-background__padding:0px;--hsf-default-erroralert__font-size:14px}.content{@apply max-w-3xl mx-auto px-8 mt-8 my-5 sm:my-10}.content h1{@apply text-2xl text-blue-default font-bold mb-6 mt-8 text-balance}.content h2{@apply text-2xl text-blue-default font-bold mb-4 mt-8}.content h3{@apply text-xl text-blue-default font-semibold mb-3 mt-6}.content h4{@apply text-lg text-blue-default font-semibold mb-2 mt-4}.content h5,h6{@apply text-base text-blue-default font-semibold mb-2 mt-4}.content p{@apply text-base text-grey-dark mb-4 leading-relaxed}.content ul,ol{@apply text-base text-grey-dark mb-4 pl-5 space-y-2}.content ul{@apply list-disc}.content ol{@apply list-decimal}.content li{@apply text-base font-bold text-blue-default space-y-5}.content a{@apply text-blue-default hover:text-blue-light underline transition-colors duration-200}.content blockquote{@apply border-l-4 border-blue-default pl-4 italic text-grey-dark my-4 bg-grey-lighter p-4}.content img{@apply max-w-full h-auto rounded-lg shadow-sm my-4}.content table{@apply w-full border border-grey-light text-sm border-collapse}.content table tr:first-child td{@apply bg-blue-default text-white}.content table th{@apply text-base px-4 sm:px-6 py-3 text-left font-bold}.content table td{@apply px-4 sm:px-6 py-3.5}.content table tr{@apply align-top;border-top:1px solid var(--color-grey-light)}.content table tr:nth-child(2n){@apply bg-grey-lightest}.content address{@apply not-italic text-sm text-grey-dark leading-relaxed}.content-legal{margin:0;padding:0}.content-legal p{@apply text-sm}.content-legal li{@apply text-sm}.tab-content{opacity:1;transition:opacity .3s ease-in-out,transform .3s ease-in-out}.tab-fade-out{opacity:0;transform:translateY(-10px)}.tab-fade-in{animation:tabFadeIn .3s ease-in-out forwards}@keyframes tabFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.tab-btn{position:relative;text-align:center;transition:all .3s ease-in-out}@media (min-width:640px){#tab-navigation{display:inline-grid;grid-auto-columns:1fr;grid-auto-flow:column}}@media (max-width:639px){#tab-navigation{display:flex;flex-wrap:wrap;gap:0}.tab-btn{border-radius:0;flex:1 1 50%;font-size:.875rem;margin-left:-1px;margin-top:-1px;min-width:0;padding:.75rem 1rem}.tab-btn:first-child{border-top-left-radius:.5rem;margin-left:0;margin-top:0}.tab-btn:nth-child(2){border-top-right-radius:.5rem;margin-top:0}.tab-btn:nth-child(odd):not(:first-child):not(:nth-child(2)){border-top-left-radius:.5rem}.tab-btn:nth-child(2n):not(:nth-child(2)){border-top-right-radius:.5rem}.tab-btn:nth-child(3){border-top-left-radius:0!important;border-top-right-radius:0!important}}