/* Generisano iz klasa koje sajt koristi — ne menjati ručno. Izvor: generisi-css.js */
*,::before,::after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#E4E4E1}
::before,::after{--om-content:""}
html{-webkit-text-size-adjust:100%;line-height:1.5;font-family:Inter,system-ui,sans-serif;tab-size:4}
body{margin:0;line-height:inherit}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;margin:0}
p,figure,blockquote,dl,dd{margin:0}
ol,ul,menu{list-style:none;margin:0;padding:0}
a{color:inherit;text-decoration:inherit}
strong,b{font-weight:bolder}
code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:1em}
small{font-size:80%}
table{text-indent:0;border-color:inherit;border-collapse:collapse}
button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}
button,select{text-transform:none}
button,[type=button],[type=submit]{-webkit-appearance:button;background-color:transparent;background-image:none}
:-moz-focusring{outline:auto}
progress{vertical-align:baseline}
summary{display:list-item}
fieldset{margin:0;padding:0;border:0}
legend{padding:0}
textarea{resize:vertical}
input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}
button,[role=button]{cursor:pointer}
:disabled{cursor:default}
img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}
img,video{max-width:100%;height:auto}
[hidden]{display:none}

/* --- osnovne klase --- */
.absolute{position:absolute}
.block{display:block}
.fixed{position:fixed}
.flex{display:flex}
.grid{display:grid}
.hidden{display:none}
.relative{position:relative}
.sticky{position:sticky}
.p-1{padding:0.25rem}
.p-1\.5{padding:0.375rem}
.p-2{padding:0.5rem}
.p-3{padding:0.75rem}
.p-4{padding:1rem}
.p-5{padding:1.25rem}
.p-6{padding:1.5rem}
.p-8{padding:2rem}
.-mx-4{margin-left:-1rem;margin-right:-1rem}
.mx-auto{margin-left:auto;margin-right:auto}
.px-2{padding-left:0.5rem;padding-right:0.5rem}
.px-2\.5{padding-left:0.625rem;padding-right:0.625rem}
.px-3{padding-left:0.75rem;padding-right:0.75rem}
.px-3\.5{padding-left:0.875rem;padding-right:0.875rem}
.px-4{padding-left:1rem;padding-right:1rem}
.px-5{padding-left:1.25rem;padding-right:1.25rem}
.px-6{padding-left:1.5rem;padding-right:1.5rem}
.px-7{padding-left:1.75rem;padding-right:1.75rem}
.px-8{padding-left:2rem;padding-right:2rem}
.py-0\.5{padding-top:0.125rem;padding-bottom:0.125rem}
.py-1{padding-top:0.25rem;padding-bottom:0.25rem}
.py-1\.5{padding-top:0.375rem;padding-bottom:0.375rem}
.py-10{padding-top:2.5rem;padding-bottom:2.5rem}
.py-12{padding-top:3rem;padding-bottom:3rem}
.py-14{padding-top:3.5rem;padding-bottom:3.5rem}
.py-2{padding-top:0.5rem;padding-bottom:0.5rem}
.py-2\.5{padding-top:0.625rem;padding-bottom:0.625rem}
.py-3{padding-top:0.75rem;padding-bottom:0.75rem}
.py-3\.5{padding-top:0.875rem;padding-bottom:0.875rem}
.py-4{padding-top:1rem;padding-bottom:1rem}
.py-8{padding-top:2rem;padding-bottom:2rem}
.mb-1\.5{margin-bottom:0.375rem}
.mb-2{margin-bottom:0.5rem}
.mb-3{margin-bottom:0.75rem}
.mb-4{margin-bottom:1rem}
.mb-5{margin-bottom:1.25rem}
.mb-7{margin-bottom:1.75rem}
.mt-0\.5{margin-top:0.125rem}
.mt-1{margin-top:0.25rem}
.mt-1\.5{margin-top:0.375rem}
.mt-10{margin-top:2.5rem}
.mt-14{margin-top:3.5rem}
.mt-16{margin-top:4rem}
.mt-2{margin-top:0.5rem}
.mt-2\.5{margin-top:0.625rem}
.mt-3{margin-top:0.75rem}
.mt-4{margin-top:1rem}
.mt-5{margin-top:1.25rem}
.mt-6{margin-top:1.5rem}
.mt-7{margin-top:1.75rem}
.mt-8{margin-top:2rem}
.mt-9{margin-top:2.25rem}
.mt-auto{margin-top:auto}
.pb-1{padding-bottom:0.25rem}
.pb-10{padding-bottom:2.5rem}
.pb-2{padding-bottom:0.5rem}
.pb-2\.5{padding-bottom:0.625rem}
.pb-20{padding-bottom:5rem}
.pb-24{padding-bottom:6rem}
.pb-4{padding-bottom:1rem}
.pb-8{padding-bottom:2rem}
.pl-4{padding-left:1rem}
.pr-10{padding-right:2.5rem}
.pr-5{padding-right:1.25rem}
.pt-10{padding-top:2.5rem}
.pt-3{padding-top:0.75rem}
.pt-4{padding-top:1rem}
.pt-5{padding-top:1.25rem}
.pt-6{padding-top:1.5rem}
.pt-7{padding-top:1.75rem}
.border{border-width:1px;border-style:solid}
.border-0{border-width:0px;border-style:solid}
.border-2{border-width:2px;border-style:solid}
.border-b{border-bottom-width:1px;border-style:solid}
.border-brand{border-color:#2D5A27}
.border-brand\/30{border-color:rgba(45,90,39,0.3)}
.border-l-4{border-left-width:4px;border-style:solid}
.border-line{border-color:#E4E4E1}
.border-t{border-top-width:1px;border-style:solid}
.border-y{border-top-width:1px;border-bottom-width:1px;border-style:solid}
.border-cta{border-color:#E85D04}
.border-cta\/30{border-color:rgba(232,93,4,0.3)}
.border-cta\/40{border-color:rgba(232,93,4,0.4)}
.border-dashed{border-style:dashed}
.border-midnight\/15{border-color:rgba(30,41,59,0.15)}
.border-midnight\/20{border-color:rgba(30,41,59,0.2)}
.text-2xl{font-size:1.5rem;line-height:2rem}
.text-3xl{font-size:1.875rem;line-height:2.25rem}
.text-5xl{font-size:3rem;line-height:1}
.text-\[10px\]{font-size:10px}
.text-\[11px\]{font-size:11px}
.text-\[13px\]{font-size:13px}
.text-\[17px\]{font-size:17px}
.text-\[34px\]{font-size:34px}
.text-base{font-size:1rem;line-height:1.5rem}
.text-lg{font-size:1.125rem;line-height:1.75rem}
.text-sm{font-size:0.875rem;line-height:1.25rem}
.text-xl{font-size:1.25rem;line-height:1.75rem}
.text-xs{font-size:0.75rem;line-height:1rem}
.text-balance{text-wrap:balance}
.text-brand{color:#2D5A27}
.text-brand-dk{color:#234A1F}
.text-brand\/70{color:rgba(45,90,39,0.7)}
.text-center{text-align:center}
.text-cta{color:#E85D04}
.text-cta-dk{color:#C44D02}
.text-left{text-align:left}
.text-midnight{color:#1E293B}
.text-midnight\/45{color:rgba(30,41,59,0.45)}
.text-midnight\/50{color:rgba(30,41,59,0.5)}
.text-midnight\/55{color:rgba(30,41,59,0.55)}
.text-midnight\/60{color:rgba(30,41,59,0.6)}
.text-midnight\/65{color:rgba(30,41,59,0.65)}
.text-midnight\/70{color:rgba(30,41,59,0.7)}
.text-midnight\/75{color:rgba(30,41,59,0.75)}
.text-midnight\/85{color:rgba(30,41,59,0.85)}
.text-white{color:#ffffff}
.text-white\/60{color:rgba(255,255,255,0.6)}
.text-white\/70{color:rgba(255,255,255,0.7)}
.text-white\/75{color:rgba(255,255,255,0.75)}
.text-white\/80{color:rgba(255,255,255,0.8)}
.text-white\/85{color:rgba(255,255,255,0.85)}
.text-white\/90{color:rgba(255,255,255,0.9)}
.-right-6{right:-1.5rem}
.-top-6{top:-1.5rem}
.-translate-y-1\/2{--om-ty:-50%;transform:translate(var(--om-tx,0),var(--om-ty,0)) rotate(var(--om-rot,0)) scale(var(--om-scale,1))}
.-z-10{z-index:-10}
.\[-ms-overflow-style\:none\]{-ms-overflow-style:none}
.\[scrollbar-width\:none\]{scrollbar-width:none}
.accent-brand{accent-color:#2D5A27}
.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.appearance-none{appearance:none;-webkit-appearance:none}
.aspect-\[16\/9\]{aspect-ratio:16/9}
.aspect-\[2\/1\]{aspect-ratio:2/1}
.aspect-\[224\/298\]{aspect-ratio:224/298}
.aspect-\[397\/298\]{aspect-ratio:397/298}
.aspect-\[4\/1\]{aspect-ratio:4/1}
.aspect-\[4\/3\]{aspect-ratio:4/3}
.aspect-square{aspect-ratio:1/1}
.backdrop-blur{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
.backdrop-blur-sm{backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}
.bg-\[\#F4F6FA\]{background:#F4F6FA}
.bg-\[radial-gradient\(120\%_80\%_at_50\%_0\%\,\#EDF3EB_0\%\,\#FAFAF9_62\%\)\]{background:radial-gradient(120% 80% at 50% 0%,#EDF3EB 0%,#FAFAF9 62%)}
.bg-\[rgba\(250\,250\,249\,\.92\)\]{background:rgba(250,250,249,.92)}
.bg-\[rgba\(255\,255\,255\,\.95\)\]{background:rgba(255,255,255,.95)}
.bg-\[rgba\(30\,41\,59\,\.88\)\]{background:rgba(30,41,59,.88)}
.bg-\[rgba\(30\,41\,59\,\.95\)\]{background:rgba(30,41,59,.95)}
.bg-black{background-color:#000000}
.bg-brand{background-color:#2D5A27}
.bg-brand-dk{background-color:#234A1F}
.bg-brand-lt{background-color:#EAF1E8}
.bg-brand-lt\/40{background-color:rgba(234,241,232,0.4)}
.bg-brand-lt\/45{background-color:rgba(234,241,232,0.45)}
.bg-cta{background-color:#E85D04}
.bg-cta\/10{background-color:rgba(232,93,4,0.1)}
.bg-cta\/15{background-color:rgba(232,93,4,0.15)}
.bg-gradient-to-t{background-image:linear-gradient(to top,var(--om-from,transparent),var(--om-via,transparent),var(--om-to,transparent))}
.bg-line{background-color:#E4E4E1}
.bg-midnight{background-color:#1E293B}
.bg-midnight\/25{background-color:rgba(30,41,59,0.25)}
.bg-paper{background-color:#FAFAF9}
.bg-transparent{background-color:transparent}
.bg-viber{background-color:#7360F2}
.bg-white{background-color:#ffffff}
.bg-white\/10{background-color:rgba(255,255,255,0.1)}
.bg-white\/60{background-color:rgba(255,255,255,0.6)}
.bg-white\/70{background-color:rgba(255,255,255,0.7)}
.bottom-0{bottom:0px}
.bottom-3{bottom:0.75rem}
.bottom-4{bottom:1rem}
.break-all{overflow-wrap:break-word;word-break:break-all}
.col-span-2{grid-column:span 2/span 2}
.col-span-4{grid-column:span 4/span 4}
.cursor-pointer{cursor:pointer}
.divide-line{border-color:#E4E4E1}
.divide-y{--om-divide:1px}
.drop-shadow{filter:drop-shadow(0 1px 2px rgb(0 0 0/0.1)) drop-shadow(0 1px 1px rgb(0 0 0/0.06))}
.duration-500{transition-duration:500ms}
.flex-1{flex:1 1 0%}
.flex-col{flex-direction:column}
.flex-wrap{flex-wrap:wrap}
.font-bold{font-weight:700}
.font-display{font-family:Fraunces,Georgia,serif}
.font-extrabold{font-weight:800}
.font-medium{font-weight:500}
.font-normal{font-weight:400}
.font-sans{font-family:Inter,system-ui,sans-serif}
.font-semibold{font-weight:600}
.from-midnight\/70{--om-from:rgba(30,41,59,0.7)}
.gap-0\.5{gap:0.125rem}
.gap-1{gap:0.25rem}
.gap-1\.5{gap:0.375rem}
.gap-10{gap:2.5rem}
.gap-2{gap:0.5rem}
.gap-2\.5{gap:0.625rem}
.gap-3{gap:0.75rem}
.gap-3\.5{gap:0.875rem}
.gap-4{gap:1rem}
.gap-5{gap:1.25rem}
.gap-6{gap:1.5rem}
.gap-8{gap:2rem}
.gap-x-4{column-gap:1rem}
.gap-x-5{column-gap:1.25rem}
.gap-x-6{column-gap:1.5rem}
.gap-y-2{row-gap:0.5rem}
.gap-y-3{row-gap:0.75rem}
.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.h-11{height:2.75rem}
.h-12{height:3rem}
.h-14{height:3.5rem}
.h-16{height:4rem}
.h-2{height:0.5rem}
.h-20{height:5rem}
.h-24{height:6rem}
.h-28{height:7rem}
.h-32{height:8rem}
.h-40{height:10rem}
.h-5{height:1.25rem}
.h-6{height:1.5rem}
.h-9{height:2.25rem}
.h-\[45px\]{height:45px}
.h-auto{height:auto}
.h-full{height:100%}
.inline-flex{display:inline-flex}
.inset-0{inset:0px}
.inset-x-0{left:0px;right:0px}
.italic{font-style:italic}
.items-baseline{align-items:baseline}
.items-center{align-items:center}
.items-end{align-items:flex-end}
.items-start{align-items:flex-start}
.justify-between{justify-content:space-between}
.justify-center{justify-content:center}
.leading-\[1\.06\]{line-height:1.06}
.leading-\[1\.08\]{line-height:1.08}
.leading-none{line-height:1}
.leading-relaxed{line-height:1.625}
.leading-snug{line-height:1.375}
.leading-tight{line-height:1.25}
.left-2{left:0.5rem}
.left-3{left:0.75rem}
.left-4{left:1rem}
.left-5{left:1.25rem}
.list-none{list-style-type:none}
.max-h-\[80vh\]{max-height:80vh}
.max-h-\[82\%\]{max-height:82%}
.max-h-\[88\%\]{max-height:88%}
.max-h-full{max-height:100%}
.max-w-2xl{max-width:42rem}
.max-w-3xl{max-width:48rem}
.max-w-4xl{max-width:56rem}
.max-w-5xl{max-width:64rem}
.max-w-6xl{max-width:72rem}
.max-w-full{max-width:100%}
.max-w-lg{max-width:32rem}
.max-w-sm{max-width:24rem}
.max-w-xl{max-width:36rem}
.max-w-xs{max-width:20rem}
.min-w-0{min-width:0px}
.object-center{object-position:center}
.object-contain{object-fit:contain}
.object-cover{object-fit:cover}
.opacity-50{opacity:0.5}
.opacity-60{opacity:0.6}
.overflow-hidden{overflow:hidden}
.overflow-x-auto{overflow-x:auto}
.place-items-center{place-items:center}
.placeholder\:text-midnight\/40::placeholder{color:rgba(30,41,59,0.4)}
.pointer-events-none{pointer-events:none}
.right-2{right:0.5rem}
.right-2\.5{right:0.625rem}
.right-3{right:0.75rem}
.right-4{right:1rem}
.right-5{right:1.25rem}
.ring-1{--om-ring-shadow:0 0 0 1px var(--om-ring,rgba(45,90,39,.5))}
.ring-2{--om-ring-shadow:0 0 0 2px var(--om-ring,rgba(45,90,39,.5))}
.ring-4{--om-ring-shadow:0 0 0 4px var(--om-ring,rgba(45,90,39,.5))}
.ring-cta\/40{--om-ring:rgba(232,93,4,0.4)}
.ring-line{--om-ring:#E4E4E1}
.ring-white{--om-ring:#ffffff}
.ring-white\/90{--om-ring:rgba(255,255,255,0.9)}
.rounded{border-radius:0.25rem}
.rounded-2xl{border-radius:1rem}
.rounded-full{border-radius:9999px}
.rounded-lg{border-radius:0.5rem}
.rounded-xl{border-radius:0.75rem}
.row-span-2{grid-row:span 2/span 2}
.scroll-mt-20{scroll-margin-top:5rem}
.scroll-px-4{scroll-padding-left:1rem;scroll-padding-right:1rem}
.selection\:bg-cta\/25::selection{background-color:rgba(232,93,4,0.25)}
.shadow-card{--om-shadow:0 1px 0 0 #E4E4E1, 0 12px 28px -18px rgba(30,41,59,.28)}
.shadow-cta{--om-shadow:0 4px 14px -4px rgba(232,93,4,.45)}
.shadow-md{--om-shadow:0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)}
.shadow-sm{--om-shadow:0 1px 2px 0 rgb(0 0 0 / 0.05)}
.shrink-0{flex-shrink:0}
.snap-center{scroll-snap-align:center}
.snap-mandatory{--tw-snap:mandatory}
.snap-x{scroll-snap-type:x mandatory}
.space-y-1 > * + *{margin-top:0.25rem}
.space-y-2 > * + *{margin-top:0.5rem}
.space-y-2\.5 > * + *{margin-top:0.625rem}
.space-y-4 > * + *{margin-top:1rem}
.space-y-6 > * + *{margin-top:1.5rem}
.space-y-8 > * + *{margin-top:2rem}
.to-transparent{--om-to:transparent}
.top-0{top:0px}
.top-1\/2{top:50%}
.top-2{top:0.5rem}
.top-2\.5{top:0.625rem}
.top-3{top:0.75rem}
.top-4{top:1rem}
.tracking-\[0\.14em\]{letter-spacing:0.14em}
.tracking-\[0\.16em\]{letter-spacing:0.16em}
.tracking-\[0\.18em\]{letter-spacing:0.18em}
.tracking-\[0\.2em\]{letter-spacing:0.2em}
.tracking-tight{letter-spacing:-0.025em}
.tracking-wide{letter-spacing:0.025em}
.tracking-wider{letter-spacing:0.05em}
.tracking-widest{letter-spacing:0.1em}
.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:150ms}
.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:150ms}
.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:150ms}
.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:150ms}
.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.underline{text-decoration-line:underline}
.underline-offset-2{text-underline-offset:2px}
.uppercase{text-transform:uppercase}
.via-midnight\/10{--om-via:rgba(30,41,59,0.1)}
.w-10{width:2.5rem}
.w-11{width:2.75rem}
.w-12{width:3rem}
.w-14{width:3.5rem}
.w-2{width:0.5rem}
.w-20{width:5rem}
.w-24{width:6rem}
.w-28{width:7rem}
.w-32{width:8rem}
.w-40{width:10rem}
.w-5{width:1.25rem}
.w-56{width:14rem}
.w-6{width:1.5rem}
.w-64{width:16rem}
.w-9{width:2.25rem}
.w-\[190px\]{width:190px}
.w-\[224px\]{width:224px}
.w-\[397px\]{width:397px}
.w-\[58px\]{width:58px}
.w-\[74px\]{width:74px}
.w-\[78\%\]{width:78%}
.w-\[86\%\]{width:86%}
.w-auto{width:auto}
.w-full{width:100%}
.whitespace-nowrap{white-space:nowrap}
.z-10{z-index:10}
.z-40{z-index:40}
.z-50{z-index:50}
.z-\[60\]{z-index:60}

/* --- divide (granica između dece) --- */
.divide-y > * + *{border-top-width:1px;border-top-style:solid}

/* --- ring + shadow se slažu, ne gase --- */
.ring-1,
.ring-2,
.ring-4,
.shadow-card,
.shadow-cta,
.shadow-md,
.shadow-sm{box-shadow:var(--om-ring-shadow,0 0 #0000),var(--om-shadow,0 0 #0000)}

/* --- stanja --- */
.focus\:border-brand:focus{border-color:#2D5A27}
.hover\:border-brand:hover{border-color:#2D5A27}
.hover\:border-cta:hover{border-color:#E85D04}
.group:hover .group-hover\:text-brand{color:#2D5A27}
.group:hover .group-hover\:text-brand-dk{color:#234A1F}
.hover\:text-brand:hover{color:#2D5A27}
.hover\:text-brand-dk:hover{color:#234A1F}
.hover\:text-cta:hover{color:#E85D04}
.hover\:text-white:hover{color:#ffffff}
.active\:scale-\[\.99\]:active{--om-scale:.99;transform:translate(var(--om-tx,0),var(--om-ty,0)) rotate(var(--om-rot,0)) scale(var(--om-scale,1))}
.group:hover .group-hover\:bg-cta\/25{background-color:rgba(232,93,4,0.25)}
.group:hover .group-hover\:bg-white\/20{background-color:rgba(255,255,255,0.2)}
.group:hover .group-hover\:scale-105{--om-scale:1.05;transform:translate(var(--om-tx,0),var(--om-ty,0)) rotate(var(--om-rot,0)) scale(var(--om-scale,1))}
.group:hover .group-hover\:translate-x-1{--om-tx:0.25rem;transform:translate(var(--om-tx,0),var(--om-ty,0)) rotate(var(--om-rot,0)) scale(var(--om-scale,1))}
.group[open] .group-open\:rotate-45{--om-rot:45deg;transform:translate(var(--om-tx,0),var(--om-ty,0)) rotate(var(--om-rot,0)) scale(var(--om-scale,1))}
.hover\:bg-\[\#DFE9DC\]:hover{background:#DFE9DC}
.hover\:bg-brand:hover{background-color:#2D5A27}
.hover\:bg-brand-dk:hover{background-color:#234A1F}
.hover\:bg-cta-dk:hover{background-color:#C44D02}
.hover\:bg-cta\/5:hover{background-color:rgba(232,93,4,0.05)}
.hover\:bg-viber-dk:hover{background-color:#5B4AD1}
.hover\:bg-white\/20:hover{background-color:rgba(255,255,255,0.2)}
.hover\:bg-white\/90:hover{background-color:rgba(255,255,255,0.9)}

/* --- >= 640px --- */
@media (min-width:640px){
  .sm\:block{display:block}
  .sm\:flex{display:flex}
  .sm\:grid{display:grid}
  .sm\:hidden{display:none}
  .sm\:p-12{padding:3rem}
  .sm\:p-6{padding:1.5rem}
  .sm\:p-7{padding:1.75rem}
  .sm\:p-8{padding:2rem}
  .sm\:p-9{padding:2.25rem}
  .sm\:mx-0{margin-left:0px;margin-right:0px}
  .sm\:px-0{padding-left:0px;padding-right:0px}
  .sm\:py-14{padding-top:3.5rem;padding-bottom:3.5rem}
  .sm\:py-16{padding-top:4rem;padding-bottom:4rem}
  .sm\:py-20{padding-top:5rem;padding-bottom:5rem}
  .sm\:mb-0{margin-bottom:0px}
  .sm\:mb-4{margin-bottom:1rem}
  .sm\:mb-6{margin-bottom:1.5rem}
  .sm\:mt-0{margin-top:0px}
  .sm\:mt-2{margin-top:0.5rem}
  .sm\:mt-3{margin-top:0.75rem}
  .sm\:mt-5{margin-top:1.25rem}
  .sm\:mt-8{margin-top:2rem}
  .sm\:pb-0{padding-bottom:0px}
  .sm\:pb-16{padding-bottom:4rem}
  .sm\:pl-6{padding-left:1.5rem}
  .sm\:pt-0{padding-top:0px}
  .sm\:pt-20{padding-top:5rem}
  .sm\:border-l{border-left-width:1px;border-style:solid}
  .sm\:border-t-0{border-top-width:0px;border-style:solid}
  .sm\:text-2xl{font-size:1.5rem;line-height:2rem}
  .sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}
  .sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}
  .sm\:text-5xl{font-size:3rem;line-height:1}
  .sm\:text-6xl{font-size:3.75rem;line-height:1}
  .sm\:text-\[28px\]{font-size:28px}
  .sm\:text-\[42px\]{font-size:42px}
  .sm\:text-base{font-size:1rem;line-height:1.5rem}
  .sm\:text-lg{font-size:1.125rem;line-height:1.75rem}
  .sm\:text-sm{font-size:0.875rem;line-height:1.25rem}
  .sm\:text-xs{font-size:0.75rem;line-height:1rem}
  .sm\:text-left{text-align:left}
  .sm\:aspect-\[21\/8\]{aspect-ratio:21/8}
  .sm\:col-span-2{grid-column:span 2/span 2}
  .sm\:flex-row{flex-direction:row}
  .sm\:gap-10{gap:2.5rem}
  .sm\:gap-3{gap:0.75rem}
  .sm\:gap-4{gap:1rem}
  .sm\:gap-6{gap:1.5rem}
  .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\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
  .sm\:h-28{height:7rem}
  .sm\:h-32{height:8rem}
  .sm\:h-56{height:14rem}
  .sm\:h-\[66px\]{height:66px}
  .sm\:h-\[72px\]{height:72px}
  .sm\:inline-flex{display:inline-flex}
  .sm\:items-center{align-items:center}
  .sm\:items-start{align-items:flex-start}
  .sm\:items-stretch{align-items:stretch}
  .sm\:justify-between{justify-content:space-between}
  .sm\:justify-start{justify-content:flex-start}
  .sm\:leading-\[1\.02\]{line-height:1.02}
  .sm\:leading-relaxed{line-height:1.625}
  .sm\:left-4{left:1rem}
  .sm\:overflow-visible{overflow:visible}
  .sm\:right-4{right:1rem}
  .sm\:shrink{flex-shrink:1}
  .sm\:tracking-\[0\.2em\]{letter-spacing:0.2em}
  .sm\:w-12{width:3rem}
  .sm\:w-28{width:7rem}
  .sm\:w-32{width:8rem}
  .sm\:w-56{width:14rem}
  .sm\:w-\[104px\]{width:104px}
  .sm\:w-\[240px\]{width:240px}
  .sm\:w-\[250px\]{width:250px}
  .sm\:w-\[72px\]{width:72px}
  .sm\:w-\[86px\]{width:86px}
  .sm\:w-auto{width:auto}
}

/* --- >= 1024px --- */
@media (min-width:1024px){
  .lg\:col-span-2{grid-column:span 2/span 2}
  .lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
  .lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
}
