@acrool/react-grid
Version:
Most modern rwd grid system by react + styled-component
1 lines • 148 kB
CSS
.img-fluid{max-width:100%!important;height:auto!important}.img-cover{width:100%!important;object-fit:cover!important}.border{border:var(--acrool-border-width) var(--acrool-border-style) var(--acrool-border-color)!important}.border-t{border-top:var(--acrool-border-width) var(--acrool-border-style) var(--acrool-border-color)!important}.border-r{border-right:var(--acrool-border-width) var(--acrool-border-style) var(--acrool-border-color)!important}.border-b{border-bottom:var(--acrool-border-width) var(--acrool-border-style) var(--acrool-border-color)!important}.border-l{border-left:var(--acrool-border-width) var(--acrool-border-style) var(--acrool-border-color)!important}.border-x{border-left:var(--acrool-border-width) var(--acrool-border-style) var(--acrool-border-color)!important;border-right:var(--acrool-border-width) var(--acrool-border-style) var(--acrool-border-color)!important}.border-y{border-top:var(--acrool-border-width) var(--acrool-border-style) var(--acrool-border-color)!important;border-bottom:var(--acrool-border-width) var(--acrool-border-style) var(--acrool-border-color)!important}.rotate-90{transform:rotate(90deg)!important}.rotate-180{transform:rotate(180deg)!important}.rotate-270{transform:rotate(270deg)!important}.text-pre-wrap{white-space:pre-wrap!important}.text-nowrap{white-space:nowrap!important}.text-uppercase{text-transform:uppercase!important}.text-lowercase{text-transform:lowercase!important}.text-overflow{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.text-area-overflow{display:-webkit-box!important;overflow:hidden!important;text-overflow:ellipsis!important;-webkit-line-clamp:var(--overflow-line, 1);-webkit-box-orient:vertical!important}.text-area-overflow-2{--overflow-line: 2}.text-area-overflow-3{--overflow-line: 3}.text-area-overflow-4{--overflow-line: 4}.text-area-overflow-5{--overflow-line: 5}.text-pre{white-space:pre!important}.text-pre-line{white-space:pre-line!important}.absolute-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.absolute-center-x{position:absolute;left:50%;transform:translate(-50%)}.absolute-center-y{position:absolute;top:50%;transform:translateY(-50%)}.inset-0{top:0;right:0;bottom:0;left:0}.filter-gray{filter:grayscale(1)!important}.filter-while{filter:brightness(0) invert(1)!important}.filter-mask-b-80{-webkit-mask-image:linear-gradient(to bottom,white 0%,white 80%,transparent 100%)!important;mask-image:linear-gradient(to bottom,white 0%,white 80%,transparent 100%)!important}.filter-mask-t{-webkit-mask-image:linear-gradient(to top,white,white,transparent)!important;mask-image:linear-gradient(to top,white,white,transparent)!important}.filter-mask-r{-webkit-mask-image:linear-gradient(to right,white,white,transparent)!important;mask-image:linear-gradient(to right,white,white,transparent)!important}.filter-mask-b{-webkit-mask-image:linear-gradient(to bottom,white,white,transparent)!important;mask-image:linear-gradient(to bottom,white,white,transparent)!important}.filter-mask-l{-webkit-mask-image:linear-gradient(to left,white,white,transparent)!important;mask-image:linear-gradient(to left,white,white,transparent)!important}.filter-mask-x{-webkit-mask-image:linear-gradient(to right,transparent,white 20%,white 80%,transparent)!important;mask-image:linear-gradient(to right,transparent,white 20%,white 80%,transparent)!important}.filter-mask-y{-webkit-mask-image:linear-gradient(to bottom,transparent,white 20%,white 80%,transparent)!important;mask-image:linear-gradient(to bottom,transparent,white 20%,white 80%,transparent)!important}.filter-mask-t-80{-webkit-mask-image:linear-gradient(to top,white 0%,white 80%,transparent)!important;mask-image:linear-gradient(to top,white 0%,white 80%,transparent)!important}.filter-mask-r-80{-webkit-mask-image:linear-gradient(to right,white 0%,white 80%,transparent)!important;mask-image:linear-gradient(to right,white 0%,white 80%,transparent)!important}.filter-mask-b-80{-webkit-mask-image:linear-gradient(to bottom,white 0%,white 80%,transparent)!important;mask-image:linear-gradient(to bottom,white 0%,white 80%,transparent)!important}.filter-mask-l-80{-webkit-mask-image:linear-gradient(to left,white 0%,white 80%,transparent)!important;mask-image:linear-gradient(to left,white 0%,white 80%,transparent)!important}.filter-mask-x-80{-webkit-mask-image:linear-gradient(to right,transparent,white 20%,white 80%,transparent)!important;mask-image:linear-gradient(to right,transparent,white 20%,white 80%,transparent)!important}.filter-mask-y-80{-webkit-mask-image:linear-gradient(to bottom,transparent,white 20%,white 80%,transparent)!important;mask-image:linear-gradient(to bottom,transparent,white 20%,white 80%,transparent)!important}.fs-1{font-size:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.5rem!important}.fs-4{font-size:1rem!important}.fs-5{font-size:.5rem!important}.fs-6{font-size:0rem!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}[data-grid=container]{--acrool-gutter-x: var(--acrool-gutter);--acrool-gutter-y: 0;width:100%;margin-right:auto;margin-left:auto;padding-right:calc(var(--acrool-gutter-x) * .5 + var(--acrool-container-padding, 0px));padding-left:calc(var(--acrool-gutter-x) * .5 + var(--acrool-container-padding, 0px))}[data-grid=row]{--acrool-gutter-x: var(--acrool-gutter);--acrool-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(var(--acrool-gutter-y) * -1);margin-right:calc(var(--acrool-gutter-x) * -.5);margin-left:calc(var(--acrool-gutter-x) * -.5);padding-inline-start:0}[data-grid=row]>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--acrool-gutter-x) * .5);padding-left:calc(var(--acrool-gutter-x) * .5);margin-top:var(--acrool-gutter-y)}[data-grid=grid]{--acrool-gutter-x: var(--acrool-gutter);--acrool-gutter-y: 0;display:grid;grid-template-rows:auto;column-gap:var(--acrool-gutter-x);row-gap:var(--acrool-gutter-y)}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-grid{display:grid!important}.d-inline-grid{display:inline-grid!important}.d-contents{display:contents!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:sticky!important}.grid-auto-flow{grid-auto-flow:row!important}.grid-auto-flow.grid-auto-flow-col{grid-auto-flow:column!important}.grid-auto-flow.grid-auto-flow-dense{grid-auto-flow:row dense!important}.grid-auto-flow.grid-auto-flow-col-dense{grid-auto-flow:column dense!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-1{flex:1!important}.flex-auto{flex:0 0 auto!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-auto{justify-content:normal!important}.align-items-auto{align-items:normal!important}.align-self-auto{align-self:normal!important}.justify-content-start{justify-content:flex-start!important}.align-items-start{align-items:flex-start!important}.align-self-start{align-self:flex-start!important}.justify-content-end{justify-content:flex-end!important}.align-items-end{align-items:flex-end!important}.align-self-end{align-self:flex-end!important}.justify-content-center{justify-content:center!important}.align-items-center{align-items:center!important}.align-self-center{align-self:center!important}.justify-content-between{justify-content:space-between!important}.align-items-between{align-items:space-between!important}.align-self-between{align-self:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-around{align-items:space-around!important}.align-self-around{align-self:space-around!important}.justify-content-baseline{justify-content:baseline!important}.align-items-baseline{align-items:baseline!important}.align-self-baseline{align-self:baseline!important}.justify-content-stretch{justify-content:stretch!important}.align-items-stretch{align-items:stretch!important}.align-self-stretch{align-self:stretch!important}.justify-items-auto{justify-items:normal!important}.justify-self-auto{justify-self:normal!important}.justify-items-start{justify-items:flex-start!important}.justify-self-start{justify-self:flex-start!important}.justify-items-end{justify-items:flex-end!important}.justify-self-end{justify-self:flex-end!important}.justify-items-center{justify-items:center!important}.justify-self-center{justify-self:center!important}.justify-items-stretch{justify-items:stretch!important}.justify-self-stretch{justify-self:stretch!important}.align-content-auto{align-content:normal!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-betwee!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.place-items-auto{place-items:normal!important}.place-items-start{place-items:flex-start!important}.place-items-end{place-items:flex-end!important}.place-items-center{place-items:center!important}.g-col-1{grid-column:span 1!important}.g-col-2{grid-column:span 2!important}.g-col-3{grid-column:span 3!important}.g-col-4{grid-column:span 4!important}.g-col-5{grid-column:span 5!important}.g-col-6{grid-column:span 6!important}.g-col-7{grid-column:span 7!important}.g-col-8{grid-column:span 8!important}.g-col-9{grid-column:span 9!important}.g-col-10{grid-column:span 10!important}.g-col-11{grid-column:span 11!important}.g-col-12{grid-column:span 12!important}.g-row-1{grid-row:span 1!important}.g-row-2{grid-row:span 2!important}.g-row-3{grid-row:span 3!important}.g-row-4{grid-row:span 4!important}.g-row-5{grid-row:span 5!important}.g-row-6{grid-row:span 6!important}.g-row-7{grid-row:span 7!important}.g-row-8{grid-row:span 8!important}.g-row-9{grid-row:span 9!important}.g-row-10{grid-row:span 10!important}.g-row-11{grid-row:span 11!important}.g-row-12{grid-row:span 12!important}.h-0{height:0!important}.w-0{width:0!important}.h-100{height:100%!important}.w-100{width:100%!important}.h-inherit{height:inherit!important}.w-inherit{width:inherit!important}.h-auto{height:auto!important}.w-auto{width:auto!important}.text-left{text-align:left!important}.text-center{text-align:center!important}.text-right{text-align:right!important}.text-justify{text-align:justify!important}.rounded{border-radius:var(--acrool-border-radius)!important}.rounded-circle{border-radius:50%!important}.rounded-top{border-top-left-radius:var(--acrool-border-radius)!important;border-top-right-radius:var(--acrool-border-radius)!important}.rounded-end{border-top-right-radius:var(--acrool-border-radius)!important;border-bottom-right-radius:var(--acrool-border-radius)!important}.rounded-bottom{border-bottom-right-radius:var(--acrool-border-radius)!important;border-bottom-left-radius:var(--acrool-border-radius)!important}.rounded-start{border-bottom-left-radius:var(--acrool-border-radius)!important;border-top-left-radius:var(--acrool-border-radius)!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:var(--acrool-border-radius-sm)!important}.rounded-2{border-radius:var(--acrool-border-radius-md)!important}.rounded-3{border-radius:var(--acrool-border-radius-lg)!important}.rounded-4{border-radius:var(--acrool-border-radius-xl)!important}.rounded-5{border-radius:var(--acrool-border-radius-xxl)!important}.m-1{margin:.25rem!important}.p-1{padding:.25rem!important}.m-2{margin:.5rem!important}.p-2{padding:.5rem!important}.m-3{margin:.75rem!important}.p-3{padding:.75rem!important}.m-4{margin:1rem!important}.p-4{padding:1rem!important}.m-5{margin:1.25rem!important}.p-5{padding:1.25rem!important}.m-6{margin:1.5rem!important}.p-6{padding:1.5rem!important}.m-7{margin:1.75rem!important}.p-7{padding:1.75rem!important}.m-8{margin:2rem!important}.p-8{padding:2rem!important}.m-9{margin:2.25rem!important}.p-9{padding:2.25rem!important}.m-10{margin:2.5rem!important}.p-10{padding:2.5rem!important}.m-11{margin:2.75rem!important}.p-11{padding:2.75rem!important}.m-12{margin:3rem!important}.p-12{padding:3rem!important}.m-13{margin:3.25rem!important}.p-13{padding:3.25rem!important}.m-14{margin:3.5rem!important}.p-14{padding:3.5rem!important}.m-15{margin:3.75rem!important}.p-15{padding:3.75rem!important}.m-16{margin:4rem!important}.p-16{padding:4rem!important}.m-17{margin:4.25rem!important}.p-17{padding:4.25rem!important}.m-18{margin:4.5rem!important}.m-auto{margin:auto!important}.m-0{margin:0!important}.p-18{padding:4.5rem!important}.p-0{padding:0!important}.mt-1{margin-top:.25rem!important}.pt-1{padding-top:.25rem!important}.mt-2{margin-top:.5rem!important}.pt-2{padding-top:.5rem!important}.mt-3{margin-top:.75rem!important}.pt-3{padding-top:.75rem!important}.mt-4{margin-top:1rem!important}.pt-4{padding-top:1rem!important}.mt-5{margin-top:1.25rem!important}.pt-5{padding-top:1.25rem!important}.mt-6{margin-top:1.5rem!important}.pt-6{padding-top:1.5rem!important}.mt-7{margin-top:1.75rem!important}.pt-7{padding-top:1.75rem!important}.mt-8{margin-top:2rem!important}.pt-8{padding-top:2rem!important}.mt-9{margin-top:2.25rem!important}.pt-9{padding-top:2.25rem!important}.mt-10{margin-top:2.5rem!important}.pt-10{padding-top:2.5rem!important}.mt-11{margin-top:2.75rem!important}.pt-11{padding-top:2.75rem!important}.mt-12{margin-top:3rem!important}.pt-12{padding-top:3rem!important}.mt-13{margin-top:3.25rem!important}.pt-13{padding-top:3.25rem!important}.mt-14{margin-top:3.5rem!important}.pt-14{padding-top:3.5rem!important}.mt-15{margin-top:3.75rem!important}.pt-15{padding-top:3.75rem!important}.mt-16{margin-top:4rem!important}.pt-16{padding-top:4rem!important}.mt-17{margin-top:4.25rem!important}.pt-17{padding-top:4.25rem!important}.mt-18{margin-top:4.5rem!important}.mt-auto{margin-top:auto!important}.mt-0{margin-top:0!important}.pt-18{padding-top:4.5rem!important}.pt-0{padding-top:0!important}.mr-1{margin-right:.25rem!important}.pr-1{padding-right:.25rem!important}.mr-2{margin-right:.5rem!important}.pr-2{padding-right:.5rem!important}.mr-3{margin-right:.75rem!important}.pr-3{padding-right:.75rem!important}.mr-4{margin-right:1rem!important}.pr-4{padding-right:1rem!important}.mr-5{margin-right:1.25rem!important}.pr-5{padding-right:1.25rem!important}.mr-6{margin-right:1.5rem!important}.pr-6{padding-right:1.5rem!important}.mr-7{margin-right:1.75rem!important}.pr-7{padding-right:1.75rem!important}.mr-8{margin-right:2rem!important}.pr-8{padding-right:2rem!important}.mr-9{margin-right:2.25rem!important}.pr-9{padding-right:2.25rem!important}.mr-10{margin-right:2.5rem!important}.pr-10{padding-right:2.5rem!important}.mr-11{margin-right:2.75rem!important}.pr-11{padding-right:2.75rem!important}.mr-12{margin-right:3rem!important}.pr-12{padding-right:3rem!important}.mr-13{margin-right:3.25rem!important}.pr-13{padding-right:3.25rem!important}.mr-14{margin-right:3.5rem!important}.pr-14{padding-right:3.5rem!important}.mr-15{margin-right:3.75rem!important}.pr-15{padding-right:3.75rem!important}.mr-16{margin-right:4rem!important}.pr-16{padding-right:4rem!important}.mr-17{margin-right:4.25rem!important}.pr-17{padding-right:4.25rem!important}.mr-18{margin-right:4.5rem!important}.mr-auto{margin-right:auto!important}.mr-0{margin-right:0!important}.pr-18{padding-right:4.5rem!important}.pr-0{padding-right:0!important}.mb-1{margin-bottom:.25rem!important}.pb-1{padding-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.pb-2{padding-bottom:.5rem!important}.mb-3{margin-bottom:.75rem!important}.pb-3{padding-bottom:.75rem!important}.mb-4{margin-bottom:1rem!important}.pb-4{padding-bottom:1rem!important}.mb-5{margin-bottom:1.25rem!important}.pb-5{padding-bottom:1.25rem!important}.mb-6{margin-bottom:1.5rem!important}.pb-6{padding-bottom:1.5rem!important}.mb-7{margin-bottom:1.75rem!important}.pb-7{padding-bottom:1.75rem!important}.mb-8{margin-bottom:2rem!important}.pb-8{padding-bottom:2rem!important}.mb-9{margin-bottom:2.25rem!important}.pb-9{padding-bottom:2.25rem!important}.mb-10{margin-bottom:2.5rem!important}.pb-10{padding-bottom:2.5rem!important}.mb-11{margin-bottom:2.75rem!important}.pb-11{padding-bottom:2.75rem!important}.mb-12{margin-bottom:3rem!important}.pb-12{padding-bottom:3rem!important}.mb-13{margin-bottom:3.25rem!important}.pb-13{padding-bottom:3.25rem!important}.mb-14{margin-bottom:3.5rem!important}.pb-14{padding-bottom:3.5rem!important}.mb-15{margin-bottom:3.75rem!important}.pb-15{padding-bottom:3.75rem!important}.mb-16{margin-bottom:4rem!important}.pb-16{padding-bottom:4rem!important}.mb-17{margin-bottom:4.25rem!important}.pb-17{padding-bottom:4.25rem!important}.mb-18{margin-bottom:4.5rem!important}.mb-auto{margin-bottom:auto!important}.mb-0{margin-bottom:0!important}.pb-18{padding-bottom:4.5rem!important}.pb-0{padding-bottom:0!important}.ml-1{margin-left:.25rem!important}.pl-1{padding-left:.25rem!important}.ml-2{margin-left:.5rem!important}.pl-2{padding-left:.5rem!important}.ml-3{margin-left:.75rem!important}.pl-3{padding-left:.75rem!important}.ml-4{margin-left:1rem!important}.pl-4{padding-left:1rem!important}.ml-5{margin-left:1.25rem!important}.pl-5{padding-left:1.25rem!important}.ml-6{margin-left:1.5rem!important}.pl-6{padding-left:1.5rem!important}.ml-7{margin-left:1.75rem!important}.pl-7{padding-left:1.75rem!important}.ml-8{margin-left:2rem!important}.pl-8{padding-left:2rem!important}.ml-9{margin-left:2.25rem!important}.pl-9{padding-left:2.25rem!important}.ml-10{margin-left:2.5rem!important}.pl-10{padding-left:2.5rem!important}.ml-11{margin-left:2.75rem!important}.pl-11{padding-left:2.75rem!important}.ml-12{margin-left:3rem!important}.pl-12{padding-left:3rem!important}.ml-13{margin-left:3.25rem!important}.pl-13{padding-left:3.25rem!important}.ml-14{margin-left:3.5rem!important}.pl-14{padding-left:3.5rem!important}.ml-15{margin-left:3.75rem!important}.pl-15{padding-left:3.75rem!important}.ml-16{margin-left:4rem!important}.pl-16{padding-left:4rem!important}.ml-17{margin-left:4.25rem!important}.pl-17{padding-left:4.25rem!important}.ml-18{margin-left:4.5rem!important}.ml-auto{margin-left:auto!important}.ml-0{margin-left:0!important}.pl-18{padding-left:4.5rem!important}.pl-0{padding-left:0!important}.mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.px-1{padding-left:.25rem!important;padding-right:.25rem!important}.mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.mx-3{margin-left:.75rem!important;margin-right:.75rem!important}.px-3{padding-left:.75rem!important;padding-right:.75rem!important}.mx-4{margin-left:1rem!important;margin-right:1rem!important}.px-4{padding-left:1rem!important;padding-right:1rem!important}.mx-5{margin-left:1.25rem!important;margin-right:1.25rem!important}.px-5{padding-left:1.25rem!important;padding-right:1.25rem!important}.mx-6{margin-left:1.5rem!important;margin-right:1.5rem!important}.px-6{padding-left:1.5rem!important;padding-right:1.5rem!important}.mx-7{margin-left:1.75rem!important;margin-right:1.75rem!important}.px-7{padding-left:1.75rem!important;padding-right:1.75rem!important}.mx-8{margin-left:2rem!important;margin-right:2rem!important}.px-8{padding-left:2rem!important;padding-right:2rem!important}.mx-9{margin-left:2.25rem!important;margin-right:2.25rem!important}.px-9{padding-left:2.25rem!important;padding-right:2.25rem!important}.mx-10{margin-left:2.5rem!important;margin-right:2.5rem!important}.px-10{padding-left:2.5rem!important;padding-right:2.5rem!important}.mx-11{margin-left:2.75rem!important;margin-right:2.75rem!important}.px-11{padding-left:2.75rem!important;padding-right:2.75rem!important}.mx-12{margin-left:3rem!important;margin-right:3rem!important}.px-12{padding-left:3rem!important;padding-right:3rem!important}.mx-13{margin-left:3.25rem!important;margin-right:3.25rem!important}.px-13{padding-left:3.25rem!important;padding-right:3.25rem!important}.mx-14{margin-left:3.5rem!important;margin-right:3.5rem!important}.px-14{padding-left:3.5rem!important;padding-right:3.5rem!important}.mx-15{margin-left:3.75rem!important;margin-right:3.75rem!important}.px-15{padding-left:3.75rem!important;padding-right:3.75rem!important}.mx-16{margin-left:4rem!important;margin-right:4rem!important}.px-16{padding-left:4rem!important;padding-right:4rem!important}.mx-17{margin-left:4.25rem!important;margin-right:4.25rem!important}.px-17{padding-left:4.25rem!important;padding-right:4.25rem!important}.mx-18{margin-left:4.5rem!important;margin-right:4.5rem!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.mx-0{margin-left:0!important;margin-right:0!important}.px-18{padding-left:4.5rem!important;padding-right:4.5rem!important}.px-0{padding-left:0!important;padding-right:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.my-3{margin-top:.75rem!important;margin-bottom:.75rem!important}.py-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.my-4{margin-top:1rem!important;margin-bottom:1rem!important}.py-4{padding-top:1rem!important;padding-bottom:1rem!important}.my-5{margin-top:1.25rem!important;margin-bottom:1.25rem!important}.py-5{padding-top:1.25rem!important;padding-bottom:1.25rem!important}.my-6{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.py-6{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.my-7{margin-top:1.75rem!important;margin-bottom:1.75rem!important}.py-7{padding-top:1.75rem!important;padding-bottom:1.75rem!important}.my-8{margin-top:2rem!important;margin-bottom:2rem!important}.py-8{padding-top:2rem!important;padding-bottom:2rem!important}.my-9{margin-top:2.25rem!important;margin-bottom:2.25rem!important}.py-9{padding-top:2.25rem!important;padding-bottom:2.25rem!important}.my-10{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.py-10{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.my-11{margin-top:2.75rem!important;margin-bottom:2.75rem!important}.py-11{padding-top:2.75rem!important;padding-bottom:2.75rem!important}.my-12{margin-top:3rem!important;margin-bottom:3rem!important}.py-12{padding-top:3rem!important;padding-bottom:3rem!important}.my-13{margin-top:3.25rem!important;margin-bottom:3.25rem!important}.py-13{padding-top:3.25rem!important;padding-bottom:3.25rem!important}.my-14{margin-top:3.5rem!important;margin-bottom:3.5rem!important}.py-14{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.my-15{margin-top:3.75rem!important;margin-bottom:3.75rem!important}.py-15{padding-top:3.75rem!important;padding-bottom:3.75rem!important}.my-16{margin-top:4rem!important;margin-bottom:4rem!important}.py-16{padding-top:4rem!important;padding-bottom:4rem!important}.my-17{margin-top:4.25rem!important;margin-bottom:4.25rem!important}.py-17{padding-top:4.25rem!important;padding-bottom:4.25rem!important}.my-18{margin-top:4.5rem!important;margin-bottom:4.5rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.py-18{padding-top:4.5rem!important;padding-bottom:4.5rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.g-1,.gx-1{--acrool-gutter-x: .25rem}.g-1,.gy-1{--acrool-gutter-y: .25rem}.g-2,.gx-2{--acrool-gutter-x: .5rem}.g-2,.gy-2{--acrool-gutter-y: .5rem}.g-3,.gx-3{--acrool-gutter-x: .75rem}.g-3,.gy-3{--acrool-gutter-y: .75rem}.g-4,.gx-4{--acrool-gutter-x: 1rem}.g-4,.gy-4{--acrool-gutter-y: 1rem}.g-5,.gx-5{--acrool-gutter-x: 1.25rem}.g-5,.gy-5{--acrool-gutter-y: 1.25rem}.g-6,.gx-6{--acrool-gutter-x: 1.5rem}.g-6,.gy-6{--acrool-gutter-y: 1.5rem}.g-7,.gx-7{--acrool-gutter-x: 1.75rem}.g-7,.gy-7{--acrool-gutter-y: 1.75rem}.g-8,.gx-8{--acrool-gutter-x: 2rem}.g-8,.gy-8{--acrool-gutter-y: 2rem}.g-9,.gx-9{--acrool-gutter-x: 2.25rem}.g-9,.gy-9{--acrool-gutter-y: 2.25rem}.g-10,.gx-10{--acrool-gutter-x: 2.5rem}.g-10,.gy-10{--acrool-gutter-y: 2.5rem}.g-11,.gx-11{--acrool-gutter-x: 2.75rem}.g-11,.gy-11{--acrool-gutter-y: 2.75rem}.g-12,.gx-12{--acrool-gutter-x: 3rem}.g-12,.gy-12{--acrool-gutter-y: 3rem}.g-13,.gx-13{--acrool-gutter-x: 3.25rem}.g-13,.gy-13{--acrool-gutter-y: 3.25rem}.g-14,.gx-14{--acrool-gutter-x: 3.5rem}.g-14,.gy-14{--acrool-gutter-y: 3.5rem}.g-15,.gx-15{--acrool-gutter-x: 3.75rem}.g-15,.gy-15{--acrool-gutter-y: 3.75rem}.g-16,.gx-16{--acrool-gutter-x: 4rem}.g-16,.gy-16{--acrool-gutter-y: 4rem}.g-17,.gx-17{--acrool-gutter-x: 4.25rem}.g-17,.gy-17{--acrool-gutter-y: 4.25rem}.g-18,.gx-18{--acrool-gutter-x: 4.5rem}.g-18,.gy-18{--acrool-gutter-y: 4.5rem}.g-0,.gx-0{--acrool-gutter-x: 0}.g-0,.gy-0{--acrool-gutter-y: 0}.gap-1{gap:.25rem!important}.column-gap-1{column-gap:.25rem!important}.row-gap-1{row-gap:.25rem!important}.gap-2{gap:.5rem!important}.column-gap-2{column-gap:.5rem!important}.row-gap-2{row-gap:.5rem!important}.gap-3{gap:.75rem!important}.column-gap-3{column-gap:.75rem!important}.row-gap-3{row-gap:.75rem!important}.gap-4{gap:1rem!important}.column-gap-4{column-gap:1rem!important}.row-gap-4{row-gap:1rem!important}.gap-5{gap:1.25rem!important}.column-gap-5{column-gap:1.25rem!important}.row-gap-5{row-gap:1.25rem!important}.gap-6{gap:1.5rem!important}.column-gap-6{column-gap:1.5rem!important}.row-gap-6{row-gap:1.5rem!important}.gap-7{gap:1.75rem!important}.column-gap-7{column-gap:1.75rem!important}.row-gap-7{row-gap:1.75rem!important}.gap-8{gap:2rem!important}.column-gap-8{column-gap:2rem!important}.row-gap-8{row-gap:2rem!important}.gap-9{gap:2.25rem!important}.column-gap-9{column-gap:2.25rem!important}.row-gap-9{row-gap:2.25rem!important}.gap-10{gap:2.5rem!important}.column-gap-10{column-gap:2.5rem!important}.row-gap-10{row-gap:2.5rem!important}.gap-11{gap:2.75rem!important}.column-gap-11{column-gap:2.75rem!important}.row-gap-11{row-gap:2.75rem!important}.gap-12{gap:3rem!important}.column-gap-12{column-gap:3rem!important}.row-gap-12{row-gap:3rem!important}.gap-13{gap:3.25rem!important}.column-gap-13{column-gap:3.25rem!important}.row-gap-13{row-gap:3.25rem!important}.gap-14{gap:3.5rem!important}.column-gap-14{column-gap:3.5rem!important}.row-gap-14{row-gap:3.5rem!important}.gap-15{gap:3.75rem!important}.column-gap-15{column-gap:3.75rem!important}.row-gap-15{row-gap:3.75rem!important}.gap-16{gap:4rem!important}.column-gap-16{column-gap:4rem!important}.row-gap-16{row-gap:4rem!important}.gap-17{gap:4.25rem!important}.column-gap-17{column-gap:4.25rem!important}.row-gap-17{row-gap:4.25rem!important}.gap-18{gap:4.5rem!important}.column-gap-18{column-gap:4.5rem!important}.row-gap-18{row-gap:4.5rem!important}.gap-0{gap:0!important}.column-gap-0{column-gap:0!important}.row-gap-0{row-gap:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-6{order:6!important}.order-7{order:7!important}.order-8{order:8!important}.order-9{order:9!important}.order-10{order:10!important}.order-11{order:11!important}.order-12{order:12!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-scroll{overflow:scroll!important}.overflow-visible{overflow:visible!important}.overflow-x-auto{overflow-x:auto!important}.overflow-x-hidden{overflow-x:hidden!important}.overflow-x-scroll{overflow-x:scroll!important}.overflow-x-visible{overflow-x:visible!important}.overflow-y-auto{overflow-y:auto!important}.overflow-y-hidden{overflow-y:hidden!important}.overflow-y-scroll{overflow-y:scroll!important}.overflow-y-visible{overflow-y:visible!important}@media (min-width: 576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-grid{display:grid!important}.d-sm-inline-grid{display:inline-grid!important}.position-sm-static{position:static!important}.position-sm-relative{position:relative!important}.position-sm-absolute{position:absolute!important}.position-sm-fixed{position:fixed!important}.position-sm-sticky{position:sticky!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.justify-content-sm-auto{justify-content:normal!important}.align-items-sm-auto{align-items:normal!important}.align-self-sm-auto{align-self:normal!important}.justify-content-sm-start{justify-content:flex-start!important}.align-items-sm-start{align-items:flex-start!important}.align-self-sm-start{align-self:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.align-items-sm-end{align-items:flex-end!important}.align-self-sm-end{align-self:flex-end!important}.justify-content-sm-center{justify-content:center!important}.align-items-sm-center{align-items:center!important}.align-self-sm-center{align-self:center!important}.justify-content-sm-between{justify-content:space-between!important}.align-items-sm-between{align-items:space-between!important}.align-self-sm-between{align-self:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-around{align-items:space-around!important}.align-self-sm-around{align-self:space-around!important}.justify-content-sm-baseline{justify-content:baseline!important}.align-items-sm-baseline{align-items:baseline!important}.align-self-sm-baseline{align-self:baseline!important}.justify-content-sm-stretch{justify-content:stretch!important}.align-items-sm-stretch{align-items:stretch!important}.align-self-sm-stretch{align-self:stretch!important}.justify-items-sm-auto{justify-items:normal!important}.justify-self-sm-auto{justify-self:normal!important}.justify-items-sm-start{justify-items:flex-start!important}.justify-self-sm-start{justify-self:flex-start!important}.justify-items-sm-end{justify-items:flex-end!important}.justify-self-sm-end{justify-self:flex-end!important}.justify-items-sm-center{justify-items:center!important}.justify-self-sm-center{justify-self:center!important}.justify-items-sm-stretch{justify-items:stretch!important}.justify-self-sm-stretch{justify-self:stretch!important}.align-content-sm-auto{align-content:normal!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-betwee!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.place-items-sm-auto{place-items:normal!important}.place-items-sm-start{place-items:flex-start!important}.place-items-sm-end{place-items:flex-end!important}.place-items-sm-center{place-items:center!important}.g-col-sm-1{grid-column:auto/span 1!important}.g-row-sm-1{grid-row:auto/span 1!important}.g-col-sm-2{grid-column:auto/span 2!important}.g-row-sm-2{grid-row:auto/span 2!important}.g-col-sm-3{grid-column:auto/span 3!important}.g-row-sm-3{grid-row:auto/span 3!important}.g-col-sm-4{grid-column:auto/span 4!important}.g-row-sm-4{grid-row:auto/span 4!important}.g-col-sm-5{grid-column:auto/span 5!important}.g-row-sm-5{grid-row:auto/span 5!important}.g-col-sm-6{grid-column:auto/span 6!important}.g-row-sm-6{grid-row:auto/span 6!important}.g-col-sm-7{grid-column:auto/span 7!important}.g-row-sm-7{grid-row:auto/span 7!important}.g-col-sm-8{grid-column:auto/span 8!important}.g-row-sm-8{grid-row:auto/span 8!important}.g-col-sm-9{grid-column:auto/span 9!important}.g-row-sm-9{grid-row:auto/span 9!important}.h-sm-0{height:0!important}.w-sm-0{width:0!important}.h-sm-100{height:100%!important}.w-sm-100{width:100%!important}.h-sm-inherit{height:inherit!important}.w-sm-inherit{width:inherit!important}.h-sm-auto{height:auto!important}.w-sm-auto{width:auto!important}.text-sm-left{text-align:left!important}.text-sm-center{text-align:center!important}.text-sm-right{text-align:right!important}.text-sm-justify{text-align:justify!important}.rounded-sm{border-radius:var(--acrool-border-radius)!important}.rounded-sm-circle{border-radius:50%!important}.rounded-sm-top{border-top-left-radius:var(--acrool-border-radius)!important;border-top-right-radius:var(--acrool-border-radius)!important}.rounded-sm-end{border-top-right-radius:var(--acrool-border-radius)!important;border-bottom-right-radius:var(--acrool-border-radius)!important}.rounded-sm-bottom{border-bottom-right-radius:var(--acrool-border-radius)!important;border-bottom-left-radius:var(--acrool-border-radius)!important}.rounded-sm-start{border-bottom-left-radius:var(--acrool-border-radius)!important;border-top-left-radius:var(--acrool-border-radius)!important}.rounded-sm-0{border-radius:0!important}.rounded-sm-1{border-radius:var(--acrool-border-radius-sm)!important}.rounded-sm-2{border-radius:var(--acrool-border-radius-md)!important}.rounded-sm-3{border-radius:var(--acrool-border-radius-lg)!important}.rounded-sm-4{border-radius:var(--acrool-border-radius-xl)!important}.rounded-sm-5{border-radius:var(--acrool-border-radius-xxl)!important}.m-sm-1{margin:.25rem!important}.p-sm-1{padding:.25rem!important}.m-sm-2{margin:.5rem!important}.p-sm-2{padding:.5rem!important}.m-sm-3{margin:.75rem!important}.p-sm-3{padding:.75rem!important}.m-sm-4{margin:1rem!important}.p-sm-4{padding:1rem!important}.m-sm-5{margin:1.25rem!important}.p-sm-5{padding:1.25rem!important}.m-sm-6{margin:1.5rem!important}.p-sm-6{padding:1.5rem!important}.m-sm-7{margin:1.75rem!important}.p-sm-7{padding:1.75rem!important}.m-sm-8{margin:2rem!important}.p-sm-8{padding:2rem!important}.m-sm-9{margin:2.25rem!important}.p-sm-9{padding:2.25rem!important}.m-sm-10{margin:2.5rem!important}.p-sm-10{padding:2.5rem!important}.m-sm-11{margin:2.75rem!important}.p-sm-11{padding:2.75rem!important}.m-sm-12{margin:3rem!important}.p-sm-12{padding:3rem!important}.m-sm-13{margin:3.25rem!important}.p-sm-13{padding:3.25rem!important}.m-sm-14{margin:3.5rem!important}.p-sm-14{padding:3.5rem!important}.m-sm-15{margin:3.75rem!important}.p-sm-15{padding:3.75rem!important}.m-sm-16{margin:4rem!important}.p-sm-16{padding:4rem!important}.m-sm-17{margin:4.25rem!important}.p-sm-17{padding:4.25rem!important}.m-sm-18{margin:4.5rem!important}.m-sm-auto{margin:auto!important}.m-sm-0{margin:0!important}.p-sm-18{padding:4.5rem!important}.p-sm-0{padding:0!important}.mt-sm-1{margin-top:.25rem!important}.pt-sm-1{padding-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.pt-sm-2{padding-top:.5rem!important}.mt-sm-3{margin-top:.75rem!important}.pt-sm-3{padding-top:.75rem!important}.mt-sm-4{margin-top:1rem!important}.pt-sm-4{padding-top:1rem!important}.mt-sm-5{margin-top:1.25rem!important}.pt-sm-5{padding-top:1.25rem!important}.mt-sm-6{margin-top:1.5rem!important}.pt-sm-6{padding-top:1.5rem!important}.mt-sm-7{margin-top:1.75rem!important}.pt-sm-7{padding-top:1.75rem!important}.mt-sm-8{margin-top:2rem!important}.pt-sm-8{padding-top:2rem!important}.mt-sm-9{margin-top:2.25rem!important}.pt-sm-9{padding-top:2.25rem!important}.mt-sm-10{margin-top:2.5rem!important}.pt-sm-10{padding-top:2.5rem!important}.mt-sm-11{margin-top:2.75rem!important}.pt-sm-11{padding-top:2.75rem!important}.mt-sm-12{margin-top:3rem!important}.pt-sm-12{padding-top:3rem!important}.mt-sm-13{margin-top:3.25rem!important}.pt-sm-13{padding-top:3.25rem!important}.mt-sm-14{margin-top:3.5rem!important}.pt-sm-14{padding-top:3.5rem!important}.mt-sm-15{margin-top:3.75rem!important}.pt-sm-15{padding-top:3.75rem!important}.mt-sm-16{margin-top:4rem!important}.pt-sm-16{padding-top:4rem!important}.mt-sm-17{margin-top:4.25rem!important}.pt-sm-17{padding-top:4.25rem!important}.mt-sm-18{margin-top:4.5rem!important}.mt-sm-auto{margin-top:auto!important}.mt-sm-0{margin-top:0!important}.pt-sm-18{padding-top:4.5rem!important}.pt-sm-0{padding-top:0!important}.mr-sm-1{margin-right:.25rem!important}.pr-sm-1{padding-right:.25rem!important}.mr-sm-2{margin-right:.5rem!important}.pr-sm-2{padding-right:.5rem!important}.mr-sm-3{margin-right:.75rem!important}.pr-sm-3{padding-right:.75rem!important}.mr-sm-4{margin-right:1rem!important}.pr-sm-4{padding-right:1rem!important}.mr-sm-5{margin-right:1.25rem!important}.pr-sm-5{padding-right:1.25rem!important}.mr-sm-6{margin-right:1.5rem!important}.pr-sm-6{padding-right:1.5rem!important}.mr-sm-7{margin-right:1.75rem!important}.pr-sm-7{padding-right:1.75rem!important}.mr-sm-8{margin-right:2rem!important}.pr-sm-8{padding-right:2rem!important}.mr-sm-9{margin-right:2.25rem!important}.pr-sm-9{padding-right:2.25rem!important}.mr-sm-10{margin-right:2.5rem!important}.pr-sm-10{padding-right:2.5rem!important}.mr-sm-11{margin-right:2.75rem!important}.pr-sm-11{padding-right:2.75rem!important}.mr-sm-12{margin-right:3rem!important}.pr-sm-12{padding-right:3rem!important}.mr-sm-13{margin-right:3.25rem!important}.pr-sm-13{padding-right:3.25rem!important}.mr-sm-14{margin-right:3.5rem!important}.pr-sm-14{padding-right:3.5rem!important}.mr-sm-15{margin-right:3.75rem!important}.pr-sm-15{padding-right:3.75rem!important}.mr-sm-16{margin-right:4rem!important}.pr-sm-16{padding-right:4rem!important}.mr-sm-17{margin-right:4.25rem!important}.pr-sm-17{padding-right:4.25rem!important}.mr-sm-18{margin-right:4.5rem!important}.mr-sm-auto{margin-right:auto!important}.mr-sm-0{margin-right:0!important}.pr-sm-18{padding-right:4.5rem!important}.pr-sm-0{padding-right:0!important}.mb-sm-1{margin-bottom:.25rem!important}.pb-sm-1{padding-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.pb-sm-2{padding-bottom:.5rem!important}.mb-sm-3{margin-bottom:.75rem!important}.pb-sm-3{padding-bottom:.75rem!important}.mb-sm-4{margin-bottom:1rem!important}.pb-sm-4{padding-bottom:1rem!important}.mb-sm-5{margin-bottom:1.25rem!important}.pb-sm-5{padding-bottom:1.25rem!important}.mb-sm-6{margin-bottom:1.5rem!important}.pb-sm-6{padding-bottom:1.5rem!important}.mb-sm-7{margin-bottom:1.75rem!important}.pb-sm-7{padding-bottom:1.75rem!important}.mb-sm-8{margin-bottom:2rem!important}.pb-sm-8{padding-bottom:2rem!important}.mb-sm-9{margin-bottom:2.25rem!important}.pb-sm-9{padding-bottom:2.25rem!important}.mb-sm-10{margin-bottom:2.5rem!important}.pb-sm-10{padding-bottom:2.5rem!important}.mb-sm-11{margin-bottom:2.75rem!important}.pb-sm-11{padding-bottom:2.75rem!important}.mb-sm-12{margin-bottom:3rem!important}.pb-sm-12{padding-bottom:3rem!important}.mb-sm-13{margin-bottom:3.25rem!important}.pb-sm-13{padding-bottom:3.25rem!important}.mb-sm-14{margin-bottom:3.5rem!important}.pb-sm-14{padding-bottom:3.5rem!important}.mb-sm-15{margin-bottom:3.75rem!important}.pb-sm-15{padding-bottom:3.75rem!important}.mb-sm-16{margin-bottom:4rem!important}.pb-sm-16{padding-bottom:4rem!important}.mb-sm-17{margin-bottom:4.25rem!important}.pb-sm-17{padding-bottom:4.25rem!important}.mb-sm-18{margin-bottom:4.5rem!important}.mb-sm-auto{margin-bottom:auto!important}.mb-sm-0{margin-bottom:0!important}.pb-sm-18{padding-bottom:4.5rem!important}.pb-sm-0{padding-bottom:0!important}.ml-sm-1{margin-left:.25rem!important}.pl-sm-1{padding-left:.25rem!important}.ml-sm-2{margin-left:.5rem!important}.pl-sm-2{padding-left:.5rem!important}.ml-sm-3{margin-left:.75rem!important}.pl-sm-3{padding-left:.75rem!important}.ml-sm-4{margin-left:1rem!important}.pl-sm-4{padding-left:1rem!important}.ml-sm-5{margin-left:1.25rem!important}.pl-sm-5{padding-left:1.25rem!important}.ml-sm-6{margin-left:1.5rem!important}.pl-sm-6{padding-left:1.5rem!important}.ml-sm-7{margin-left:1.75rem!important}.pl-sm-7{padding-left:1.75rem!important}.ml-sm-8{margin-left:2rem!important}.pl-sm-8{padding-left:2rem!important}.ml-sm-9{margin-left:2.25rem!important}.pl-sm-9{padding-left:2.25rem!important}.ml-sm-10{margin-left:2.5rem!important}.pl-sm-10{padding-left:2.5rem!important}.ml-sm-11{margin-left:2.75rem!important}.pl-sm-11{padding-left:2.75rem!important}.ml-sm-12{margin-left:3rem!important}.pl-sm-12{padding-left:3rem!important}.ml-sm-13{margin-left:3.25rem!important}.pl-sm-13{padding-left:3.25rem!important}.ml-sm-14{margin-left:3.5rem!important}.pl-sm-14{padding-left:3.5rem!important}.ml-sm-15{margin-left:3.75rem!important}.pl-sm-15{padding-left:3.75rem!important}.ml-sm-16{margin-left:4rem!important}.pl-sm-16{padding-left:4rem!important}.ml-sm-17{margin-left:4.25rem!important}.pl-sm-17{padding-left:4.25rem!important}.ml-sm-18{margin-left:4.5rem!important}.ml-sm-auto{margin-left:auto!important}.ml-sm-0{margin-left:0!important}.pl-sm-18{padding-left:4.5rem!important}.pl-sm-0{padding-left:0!important}.mx-sm-1{margin-left:.25rem!important;margin-right:.25rem!important}.px-sm-1{padding-left:.25rem!important;padding-right:.25rem!important}.mx-sm-2{margin-left:.5rem!important;margin-right:.5rem!important}.px-sm-2{padding-left:.5rem!important;padding-right:.5rem!important}.mx-sm-3{margin-left:.75rem!important;margin-right:.75rem!important}.px-sm-3{padding-left:.75rem!important;padding-right:.75rem!important}.mx-sm-4{margin-left:1rem!important;margin-right:1rem!important}.px-sm-4{padding-left:1rem!important;padding-right:1rem!important}.mx-sm-5{margin-left:1.25rem!important;margin-right:1.25rem!important}.px-sm-5{padding-left:1.25rem!important;padding-right:1.25rem!important}.mx-sm-6{margin-left:1.5rem!important;margin-right:1.5rem!important}.px-sm-6{padding-left:1.5rem!important;padding-right:1.5rem!important}.mx-sm-7{margin-left:1.75rem!important;margin-right:1.75rem!important}.px-sm-7{padding-left:1.75rem!important;padding-right:1.75rem!important}.mx-sm-8{margin-left:2rem!important;margin-right:2rem!important}.px-sm-8{padding-left:2rem!important;padding-right:2rem!important}.mx-sm-9{margin-left:2.25rem!important;margin-right:2.25rem!important}.px-sm-9{padding-left:2.25rem!important;padding-right:2.25rem!important}.mx-sm-10{margin-left:2.5rem!important;margin-right:2.5rem!important}.px-sm-10{padding-left:2.5rem!important;padding-right:2.5rem!important}.mx-sm-11{margin-left:2.75rem!important;margin-right:2.75rem!important}.px-sm-11{padding-left:2.75rem!important;padding-right:2.75rem!important}.mx-sm-12{margin-left:3rem!important;margin-right:3rem!important}.px-sm-12{padding-left:3rem!important;padding-right:3rem!important}.mx-sm-13{margin-left:3.25rem!important;margin-right:3.25rem!important}.px-sm-13{padding-left:3.25rem!important;padding-right:3.25rem!important}.mx-sm-14{margin-left:3.5rem!important;margin-right:3.5rem!important}.px-sm-14{padding-left:3.5rem!important;padding-right:3.5rem!important}.mx-sm-15{margin-left:3.75rem!important;margin-right:3.75rem!important}.px-sm-15{padding-left:3.75rem!important;padding-right:3.75rem!important}.mx-sm-16{margin-left:4rem!important;margin-right:4rem!important}.px-sm-16{padding-left:4rem!important;padding-right:4rem!important}.mx-sm-17{margin-left:4.25rem!important;margin-right:4.25rem!important}.px-sm-17{padding-left:4.25rem!important;padding-right:4.25rem!important}.mx-sm-18{margin-left:4.5rem!important;margin-right:4.5rem!important}.mx-sm-auto{margin-left:auto!important;margin-right:auto!important}.mx-sm-0{margin-left:0!important;margin-right:0!important}.px-sm-18{padding-left:4.5rem!important;padding-right:4.5rem!important}.px-sm-0{padding-left:0!important;padding-right:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.my-sm-3{margin-top:.75rem!important;margin-bottom:.75rem!important}.py-sm-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.my-sm-4{margin-top:1rem!important;margin-bottom:1rem!important}.py-sm-4{padding-top:1rem!important;padding-bottom:1rem!important}.my-sm-5{margin-top:1.25rem!important;margin-bottom:1.25rem!important}.py-sm-5{padding-top:1.25rem!important;padding-bottom:1.25rem!important}.my-sm-6{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.py-sm-6{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.my-sm-7{margin-top:1.75rem!important;margin-bottom:1.75rem!important}.py-sm-7{padding-top:1.75rem!important;padding-bottom:1.75rem!important}.my-sm-8{margin-top:2rem!important;margin-bottom:2rem!important}.py-sm-8{padding-top:2rem!important;padding-bottom:2rem!important}.my-sm-9{margin-top:2.25rem!important;margin-bottom:2.25rem!important}.py-sm-9{padding-top:2.25rem!important;padding-bottom:2.25rem!important}.my-sm-10{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.py-sm-10{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.my-sm-11{margin-top:2.75rem!important;margin-bottom:2.75rem!important}.py-sm-11{padding-top:2.75rem!important;padding-bottom:2.75rem!important}.my-sm-12{margin-top:3rem!important;margin-bottom:3rem!important}.py-sm-12{padding-top:3rem!important;padding-bottom:3rem!important}.my-sm-13{margin-top:3.25rem!important;margin-bottom:3.25rem!important}.py-sm-13{padding-top:3.25rem!important;padding-bottom:3.25rem!important}.my-sm-14{margin-top:3.5rem!important;margin-bottom:3.5rem!important}.py-sm-14{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.my-sm-15{margin-top:3.75rem!important;margin-bottom:3.75rem!important}.py-sm-15{padding-top:3.75rem!important;padding-bottom:3.75rem!important}.my-sm-16{margin-top:4rem!important;margin-bottom:4rem!important}.py-sm-16{padding-top:4rem!important;padding-bottom:4rem!important}.my-sm-17{margin-top:4.25rem!important;margin-bottom:4.25rem!important}.py-sm-17{padding-top:4.25rem!important;padding-bottom:4.25rem!important}.my-sm-18{margin-top:4.5rem!important;margin-bottom:4.5rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.py-sm-18{padding-top:4.5rem!important;padding-bottom:4.5rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.gap-sm-1{gap:.25rem!important}.column-gap-sm-1{column-gap:.25rem!important}.row-gap-sm-1{row-gap:.25rem!important}.gutter-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.column-gap-sm-2{column-gap:.5rem!important}.row-gap-sm-2{row-gap:.5rem!important}.gutter-sm-2{gap:.5rem!important}.gap-sm-3{gap:.75rem!important}.column-gap-sm-3{column-gap:.75rem!important}.row-gap-sm-3{row-gap:.75rem!important}.gutter-sm-3{gap:.75rem!important}.gap-sm-4{gap:1rem!important}.column-gap-sm-4{column-gap:1rem!important}.row-gap-sm-4{row-gap:1rem!important}.gutter-sm-4{gap:1rem!important}.gap-sm-5{gap:1.25rem!important}.column-gap-sm-5{column-gap:1.25rem!important}.row-gap-sm-5{row-gap:1.25rem!important}.gutter-sm-5{gap:1.25rem!important}.gap-sm-6{gap:1.5rem!important}.column-gap-sm-6{column-gap:1.5rem!important}.row-gap-sm-6{row-gap:1.5rem!important}.gutter-sm-6{gap:1.5rem!important}.gap-sm-7{gap:1.75rem!important}.column-gap-sm-7{column-gap:1.75rem!important}.row-gap-sm-7{row-gap:1.75rem!important}.gutter-sm-7{gap:1.75rem!important}.gap-sm-8{gap:2rem!important}.column-gap-sm-8{column-gap:2rem!important}.row-gap-sm-8{row-gap:2rem!important}.gutter-sm-8{gap:2rem!important}.gap-sm-9{gap:2.25rem!important}.column-gap-sm-9{column-gap:2.25rem!important}.row-gap-sm-9{row-gap:2.25rem!important}.gutter-sm-9{gap:2.25rem!important}.gap-sm-10{gap:2.5rem!important}.column-gap-sm-10{column-gap:2.5rem!important}.row-gap-sm-10{row-gap:2.5rem!important}.gutter-sm-10{gap:2.5rem!important}.gap-sm-11{gap:2.75rem!important}.column-gap-sm-11{column-gap:2.75rem!important}.row-gap-sm-11{row-gap:2.75rem!important}.gutter-sm-11{gap:2.75rem!important}.gap-sm-12{gap:3rem!important}.column-gap-sm-12{column-gap:3rem!important}.row-gap-sm-12{row-gap:3rem!important}.gutter-sm-12{gap:3rem!important}.gap-sm-13{gap:3.25rem!important}.column-gap-sm-13{column-gap:3.25rem!important}.row-gap-sm-13{row-gap:3.25rem!important}.gutter-sm-13{gap:3.25rem!important}.gap-sm-14{gap:3.5rem!important}.column-gap-sm-14{column-gap:3.5rem!important}.row-gap-sm-14{row-gap:3.5rem!important}.gutter-sm-14{gap:3.5rem!important}.gap-sm-15{gap:3.75rem!important}.column-gap-sm-15{column-gap:3.75rem!important}.row-gap-sm-15{row-gap:3.75rem!important}.gutter-sm-15{gap:3.75rem!important}.gap-sm-16{gap:4rem!important}.column-gap-sm-16{column-gap:4rem!important}.row-gap-sm-16{row-gap:4rem!important}.gutter-sm-16{gap:4rem!important}.gap-sm-17{gap:4.25rem!important}.column-gap-sm-17{column-gap:4.25rem!important}.row-gap-sm-17{row-gap:4.25rem!important}.gutter-sm-17{gap:4.25rem!important}.gap-sm-18{gap:4.5rem!important}.column-gap-sm-18{column-gap:4.5rem!important}.row-gap-sm-18{row-gap:4.5rem!important}.gutter-sm-18{gap:4.5rem!important}.g-sm-1,.gx-sm-1{--acrool-gutter-x: .25rem}.g-sm-1,.gy-sm-1{--acrool-gutter-y: .25rem}.g-sm-2,.gx-sm-2{--acrool-gutter-x: .5rem}.g-sm-2,.gy-sm-2{--acrool-gutter-y: .5rem}.g-sm-3,.gx-sm-3{--acrool-gutter-x: .75rem}.g-sm-3,.gy-sm-3{--acrool-gutter-y: .75rem}.g-sm-4,.gx-sm-4{--acrool-gutter-x: 1rem}.g-sm-4,.gy-sm-4{--acrool-gutter-y: 1rem}.g-sm-5,.gx-sm-5{--acrool-gutter-x: 1.25rem}.g-sm-5,.gy-sm-5{--acrool-gutter-y: 1.25rem}.g-sm-6,.gx-sm-6{--acrool-gutter-x: 1.5rem}.g-sm-6,.gy-sm-6{--acrool-gutter-y: 1.5rem}.g-sm-7,.gx-sm-7{--acrool-gutter-x: 1.75rem}.g-sm-7,.gy-sm-7{--acrool-gutter-y: 1.75rem}.g-sm-8,.gx-sm-8{--acrool-gutter-x: 2rem}.g-sm-8,.gy-