@layer properties;@layer theme,base,components,utilities;@layer theme{:root,:host{--color-black: #000;--color-white: #fff;--spacing: .25rem;--font-weight-normal: 400;--font-weight-semibold: 600;--font-weight-bold: 700;--tracking-tight: -.025em;--tracking-wide: .025em;--leading-tight: 1.25;--leading-snug: 1.375;--leading-normal: 1.5;--leading-relaxed: 1.625;--animate-spin: spin 1s linear infinite;--animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;--default-transition-duration: .15s;--default-transition-timing-function: cubic-bezier(.4, 0, .2, 1)}}@layer utilities{.pointer-events-none{pointer-events:none}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.sticky{position:sticky}.inset-0{inset:calc(var(--spacing) * 0)}.start{inset-inline-start:var(--spacing)}.end{inset-inline-end:var(--spacing)}.top-0{top:calc(var(--spacing) * 0)}.top-1\/2{top:50%}.top-\[8px\]{top:8px}.top-\[83px\]{top:83px}.top-\[calc\(100\%\+4px\)\]{top:calc(100% + 4px)}.-right-\[7px\]{right:-7px}.right-0{right:calc(var(--spacing) * 0)}.right-\[8px\]{right:8px}.right-\[28px\]{right:28px}.z-10{z-index:10}.z-\[49\]{z-index:49}.z-\[50\]{z-index:50}.z-\[60\]{z-index:60}.z-\[100\]{z-index:100}.z-\[200\]{z-index:200}.container{width:100%;@media (width >= 40rem){max-width:40rem}@media (width >= 48rem){max-width:48rem}@media (width >= 64rem){max-width:64rem}@media (width >= 80rem){max-width:80rem}@media (width >= 96rem){max-width:96rem}}.mt-\[1px\]{margin-top:1px}.mt-\[2px\]{margin-top:2px}.mt-\[4px\]{margin-top:4px}.mt-\[5px\]{margin-top:5px}.mb-\[5px\]{margin-bottom:5px}.ml-\[4px\]{margin-left:4px}.ml-\[8px\]{margin-left:8px}.ml-auto{margin-left:auto}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.h-\[8px\]{height:8px}.h-\[10px\]{height:10px}.h-\[11px\]{height:11px}.h-\[12px\]{height:12px}.h-\[14px\]{height:14px}.h-\[16px\]{height:16px}.h-\[18px\]{height:18px}.h-\[20px\]{height:20px}.h-\[22px\]{height:22px}.h-\[25px\]{height:25px}.h-\[26px\]{height:26px}.h-\[28px\]{height:28px}.h-\[32px\]{height:32px}.h-\[40px\]{height:40px}.h-\[44px\]{height:44px}.h-full{height:100%}.h-px{height:1px}.h-screen{height:100vh}.min-h-0{min-height:calc(var(--spacing) * 0)}.w-\[11px\]{width:11px}.w-\[12px\]{width:12px}.w-\[16px\]{width:16px}.w-\[18px\]{width:18px}.w-\[20px\]{width:20px}.w-\[22px\]{width:22px}.w-\[25px\]{width:25px}.w-\[26px\]{width:26px}.w-\[32px\]{width:32px}.w-\[44px\]{width:44px}.w-\[55\%\]{width:55%}.w-\[60\%\]{width:60%}.w-\[80\%\]{width:80%}.w-\[80px\]{width:80px}.w-\[90\%\]{width:90%}.w-\[90px\]{width:90px}.w-\[100px\]{width:100px}.w-\[120px\]{width:120px}.w-\[140px\]{width:140px}.w-\[150px\]{width:150px}.w-\[160px\]{width:160px}.w-\[220px\]{width:220px}.w-\[240px\]{width:240px}.w-full{width:100%}.w-px{width:1px}.max-w-\[320px\]{max-width:320px}.max-w-\[385px\]{max-width:385px}.min-w-0{min-width:calc(var(--spacing) * 0)}.min-w-\[32px\]{min-width:32px}.min-w-\[180px\]{min-width:180px}.min-w-\[220px\]{min-width:220px}.flex-1{flex:1}.shrink-0{flex-shrink:0}.-translate-y-1\/2{--tw-translate-y: -50% ;translate:var(--tw-translate-x) var(--tw-translate-y)}.rotate-45{rotate:45deg}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.animate-pulse{animation:var(--animate-pulse)}.animate-spin{animation:var(--animate-spin)}.cursor-help{cursor:help}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.resize{resize:both}.resize-y{resize:vertical}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.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}.justify-end{justify-content:flex-end}.justify-start{justify-content:flex-start}.gap-\[2px\]{gap:2px}.gap-\[4px\]{gap:4px}.gap-\[5px\]{gap:5px}.gap-\[6px\]{gap:6px}.gap-\[7px\]{gap:7px}.gap-\[8px\]{gap:8px}.gap-\[10px\]{gap:10px}.gap-\[12px\]{gap:12px}.gap-\[14px\]{gap:14px}.gap-\[15px\]{gap:15px}.gap-\[20px\]{gap:20px}.gap-x-\[20px\]{column-gap:20px}.gap-y-\[12px\]{row-gap:12px}.self-start{align-self:flex-start}.self-stretch{align-self:stretch}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.rounded-\[2px\]{border-radius:2px}.rounded-\[3px\]{border-radius:3px}.rounded-\[4px\]{border-radius:4px}.rounded-\[6px\]{border-radius:6px}.rounded-\[8px\]{border-radius:8px}.rounded-\[10px\]{border-radius:10px}.rounded-full{border-radius:calc(infinity * 1px)}.rounded-tl-none{border-top-left-radius:0}.border{border-style:var(--tw-border-style);border-width:1px}.border-2{border-style:var(--tw-border-style);border-width:2px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-r{border-right-style:var(--tw-border-style);border-right-width:1px}.border-\[\#4E4076\]{border-color:#4e4076}.border-\[\#C5B8E8\]{border-color:#c5b8e8}.border-\[\#C5C5C5\]{border-color:#c5c5c5}.border-\[\#DEDEDE\]{border-color:#dedede}.border-\[\#E6E6E6\]{border-color:#e6e6e6}.border-white{border-color:var(--color-white)}.border-t-transparent{border-top-color:transparent}.bg-\[\#4BAF4F\]{background-color:#4baf4f}.bg-\[\#4E4076\]{background-color:#4e4076}.bg-\[\#273240\]{background-color:#273240}.bg-\[\#C5C5C5\]{background-color:#c5c5c5}.bg-\[\#E6E6E6\]{background-color:#e6e6e6}.bg-\[\#E8F5E9\]{background-color:#e8f5e9}.bg-\[\#EFEFEF\]{background-color:#efefef}.bg-\[\#F0EBFF\]{background-color:#f0ebff}.bg-\[\#F5F5F5\]{background-color:#f5f5f5}.bg-\[\#F8F5FB\]{background-color:#f8f5fb}.bg-\[\#FCFCFC\]{background-color:#fcfcfc}.bg-\[\#FEC437\]{background-color:#fec437}.bg-transparent{background-color:transparent}.bg-white{background-color:var(--color-white)}.bg-white\/50{background-color:color-mix(in srgb,#fff 50%,transparent);@supports (color: color-mix(in lab,red,red)){background-color:color-mix(in oklab,var(--color-white) 50%,transparent)}}.p-\[10px\]{padding:10px}.p-\[14px\]{padding:14px}.p-\[20px\]{padding:20px}.px-0{padding-inline:calc(var(--spacing) * 0)}.px-\[4px\]{padding-inline:4px}.px-\[6px\]{padding-inline:6px}.px-\[8px\]{padding-inline:8px}.px-\[10px\]{padding-inline:10px}.px-\[12px\]{padding-inline:12px}.px-\[14px\]{padding-inline:14px}.px-\[15px\]{padding-inline:15px}.px-\[20px\]{padding-inline:20px}.py-\[3px\]{padding-block:3px}.py-\[5px\]{padding-block:5px}.py-\[6px\]{padding-block:6px}.py-\[8px\]{padding-block:8px}.py-\[10px\]{padding-block:10px}.py-\[12px\]{padding-block:12px}.pr-\[10px\]{padding-right:10px}.pr-\[12px\]{padding-right:12px}.pr-\[20px\]{padding-right:20px}.pb-\[10px\]{padding-bottom:10px}.pl-\[6px\]{padding-left:6px}.pl-\[10px\]{padding-left:10px}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[12px\]{font-size:12px}.text-\[13px\]{font-size:13px}.text-\[14px\]{font-size:14px}.text-\[20px\]{font-size:20px}.leading-none{--tw-leading: 1;line-height:1}.leading-normal{--tw-leading: var(--leading-normal);line-height:var(--leading-normal)}.leading-relaxed{--tw-leading: var(--leading-relaxed);line-height:var(--leading-relaxed)}.leading-snug{--tw-leading: var(--leading-snug);line-height:var(--leading-snug)}.leading-tight{--tw-leading: var(--leading-tight);line-height:var(--leading-tight)}.font-bold{--tw-font-weight: var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-normal{--tw-font-weight: var(--font-weight-normal);font-weight:var(--font-weight-normal)}.font-semibold{--tw-font-weight: var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.tracking-tight{--tw-tracking: var(--tracking-tight);letter-spacing:var(--tracking-tight)}.tracking-wide{--tw-tracking: var(--tracking-wide);letter-spacing:var(--tracking-wide)}.break-words{overflow-wrap:break-word}.whitespace-normal{white-space:normal}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-line{white-space:pre-line}.text-\[\#0C83D9\]{color:#0c83d9}.text-\[\#4BAF4F\]{color:#4baf4f}.text-\[\#4E4076\]{color:#4e4076}.text-\[\#9C9C9C\]{color:#9c9c9c}.text-\[\#273240\]{color:#273240}.text-\[\#A36B00\]{color:#a36b00}.text-\[\#C5C5C5\]{color:#c5c5c5}.text-\[\#E00000\]{color:#e00000}.text-\[\#E53935\]{color:#e53935}.text-white{color:var(--color-white)}.lowercase{text-transform:lowercase}.normal-case{text-transform:none}.uppercase{text-transform:uppercase}.italic{font-style:italic}.underline-offset-2{text-underline-offset:2px}.opacity-50{opacity:50%}.shadow{--tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / .1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / .1));box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_6px_18px_rgba\(0\,0\,0\,0\.12\)\]{--tw-shadow: 0 6px 18px var(--tw-shadow-color, rgba(0,0,0,.12));box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease, var(--default-transition-timing-function));transition-duration:var(--tw-duration, var(--default-transition-duration))}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease, var(--default-transition-timing-function));transition-duration:var(--tw-duration, var(--default-transition-duration))}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease, var(--default-transition-timing-function));transition-duration:var(--tw-duration, var(--default-transition-duration))}.transition-transform{transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease, var(--default-transition-timing-function));transition-duration:var(--tw-duration, var(--default-transition-duration))}.outline-none{--tw-outline-style: none;outline-style:none}.focus-within\:border-\[\#273240\]{&:focus-within{border-color:#273240}}.hover\:scale-110{&:hover{@media (hover: hover){--tw-scale-x: 110%;--tw-scale-y: 110%;--tw-scale-z: 110%;scale:var(--tw-scale-x) var(--tw-scale-y)}}}.hover\:border-\[\#4E4076\]{&:hover{@media (hover: hover){border-color:#4e4076}}}.hover\:border-\[\#273240\]{&:hover{@media (hover: hover){border-color:#273240}}}.hover\:border-\[\#C5C5C5\]{&:hover{@media (hover: hover){border-color:#c5c5c5}}}.hover\:bg-\[\#43a047\]{&:hover{@media (hover: hover){background-color:#43a047}}}.hover\:bg-\[\#E6E6E6\]{&:hover{@media (hover: hover){background-color:#e6e6e6}}}.hover\:bg-\[\#E8E0FF\]{&:hover{@media (hover: hover){background-color:#e8e0ff}}}.hover\:bg-\[\#EBF4FF\]{&:hover{@media (hover: hover){background-color:#ebf4ff}}}.hover\:bg-\[\#F5F5F5\]{&:hover{@media (hover: hover){background-color:#f5f5f5}}}.hover\:bg-\[\#F8F5FF\]{&:hover{@media (hover: hover){background-color:#f8f5ff}}}.hover\:bg-\[\#FDBA01\]\/20{&:hover{@media (hover: hover){background-color:color-mix(in oklab,#FDBA01 20%,transparent)}}}.hover\:bg-\[\#FFEBEE\]{&:hover{@media (hover: hover){background-color:#ffebee}}}.hover\:bg-white\/20{&:hover{@media (hover: hover){background-color:color-mix(in srgb,#fff 20%,transparent);@supports (color: color-mix(in lab,red,red)){background-color:color-mix(in oklab,var(--color-white) 20%,transparent)}}}}.hover\:text-\[\#0A6BB0\]{&:hover{@media (hover: hover){color:#0a6bb0}}}.hover\:text-\[\#273240\]{&:hover{@media (hover: hover){color:#273240}}}.hover\:underline{&:hover{@media (hover: hover){text-decoration-line:underline}}}.hover\:opacity-100{&:hover{@media (hover: hover){opacity:100%}}}.focus\:border-black{&:focus{border-color:var(--color-black)}}.focus\:outline-none{&:focus{--tw-outline-style: none;outline-style:none}}.disabled\:cursor-not-allowed{&:disabled{cursor:not-allowed}}.disabled\:opacity-40{&:disabled{opacity:40%}}.disabled\:opacity-50{&:disabled{opacity:50%}}.disabled\:opacity-60{&:disabled{opacity:60%}}.md\:block{@media (width >= 48rem){display:block}}.md\:w-\[250px\]{@media (width >= 48rem){width:250px}}.md\:grid-cols-3{@media (width >= 48rem){grid-template-columns:repeat(3,minmax(0,1fr))}}.md\:flex-row{@media (width >= 48rem){flex-direction:row}}.lg\:grid-cols-4{@media (width >= 64rem){grid-template-columns:repeat(4,minmax(0,1fr))}}}html,body{height:100%}@layer base{app-reviews-page,app-reviews-page *,app-reviews-page *:before,app-reviews-page *:after{box-sizing:border-box;margin:0;padding:0;border:0 solid}app-reviews-page a{color:inherit;text-decoration:inherit}app-reviews-page :is(button,input,select,optgroup,textarea){font:inherit;color:inherit;border-radius:0;background-color:transparent;opacity:1}app-reviews-page button,app-reviews-page input:where([type=button],[type=reset],[type=submit]){appearance:button}app-reviews-page :is(img,svg,video,canvas,audio,iframe,embed,object){display:block;vertical-align:middle}app-reviews-page :is(img,video){max-width:100%;height:auto}app-reviews-page textarea{resize:vertical}app-reviews-page ::placeholder{opacity:1}}app-reviews-page{font-family:Open Sans,system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fcfcfc;color:#273240}app-reviews-page ::-webkit-scrollbar{width:12px;height:12px}app-reviews-page ::-webkit-scrollbar-track{background:transparent}app-reviews-page ::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:6px}app-reviews-page ::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.grid{display:grid}.flex{display:flex}.inline-flex{display:inline-flex}.block{display:block}.inline-block{display:inline-block}.hidden{display:none}@media (min-width: 768px){.md\:block{display:block}}app-reviews-page :is(h1,h2,h3,h4,h5,h6,p,ul,ol,li,dd,dt,blockquote,pre){font-size:inherit;font-weight:inherit;line-height:inherit;margin:0;padding:0}app-reviews-page :is(ul,ol){list-style:none}app-reviews-page .rounded-\[2px\]{border-radius:2px}app-reviews-page .rounded-\[3px\]{border-radius:3px}app-reviews-page .rounded-\[4px\]{border-radius:4px}app-reviews-page .rounded-\[6px\]{border-radius:6px}app-reviews-page .rounded-\[8px\]{border-radius:8px}app-reviews-page .rounded-\[10px\]{border-radius:10px}app-reviews-page .rounded-full{border-radius:9999px}app-reviews-page textarea:focus{border-color:#000!important;outline:none!important}@property --tw-translate-x{syntax: "*"; inherits: false; initial-value: 0;}@property --tw-translate-y{syntax: "*"; inherits: false; initial-value: 0;}@property --tw-translate-z{syntax: "*"; inherits: false; initial-value: 0;}@property --tw-rotate-x{syntax: "*"; inherits: false;}@property --tw-rotate-y{syntax: "*"; inherits: false;}@property --tw-rotate-z{syntax: "*"; inherits: false;}@property --tw-skew-x{syntax: "*"; inherits: false;}@property --tw-skew-y{syntax: "*"; inherits: false;}@property --tw-border-style{syntax: "*"; inherits: false; initial-value: solid;}@property --tw-leading{syntax: "*"; inherits: false;}@property --tw-font-weight{syntax: "*"; inherits: false;}@property --tw-tracking{syntax: "*"; inherits: false;}@property --tw-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-shadow-color{syntax: "*"; inherits: false;}@property --tw-shadow-alpha{syntax: "<percentage>"; inherits: false; initial-value: 100%;}@property --tw-inset-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-inset-shadow-color{syntax: "*"; inherits: false;}@property --tw-inset-shadow-alpha{syntax: "<percentage>"; inherits: false; initial-value: 100%;}@property --tw-ring-color{syntax: "*"; inherits: false;}@property --tw-ring-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-inset-ring-color{syntax: "*"; inherits: false;}@property --tw-inset-ring-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-ring-inset{syntax: "*"; inherits: false;}@property --tw-ring-offset-width{syntax: "<length>"; inherits: false; initial-value: 0px;}@property --tw-ring-offset-color{syntax: "*"; inherits: false; initial-value: #fff;}@property --tw-ring-offset-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-blur{syntax: "*"; inherits: false;}@property --tw-brightness{syntax: "*"; inherits: false;}@property --tw-contrast{syntax: "*"; inherits: false;}@property --tw-grayscale{syntax: "*"; inherits: false;}@property --tw-hue-rotate{syntax: "*"; inherits: false;}@property --tw-invert{syntax: "*"; inherits: false;}@property --tw-opacity{syntax: "*"; inherits: false;}@property --tw-saturate{syntax: "*"; inherits: false;}@property --tw-sepia{syntax: "*"; inherits: false;}@property --tw-drop-shadow{syntax: "*"; inherits: false;}@property --tw-drop-shadow-color{syntax: "*"; inherits: false;}@property --tw-drop-shadow-alpha{syntax: "<percentage>"; inherits: false; initial-value: 100%;}@property --tw-drop-shadow-size{syntax: "*"; inherits: false;}@property --tw-scale-x{syntax: "*"; inherits: false; initial-value: 1;}@property --tw-scale-y{syntax: "*"; inherits: false; initial-value: 1;}@property --tw-scale-z{syntax: "*"; inherits: false; initial-value: 1;}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{50%{opacity:.5}}@layer properties{@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-translate-x: 0;--tw-translate-y: 0;--tw-translate-z: 0;--tw-rotate-x: initial;--tw-rotate-y: initial;--tw-rotate-z: initial;--tw-skew-x: initial;--tw-skew-y: initial;--tw-border-style: solid;--tw-leading: initial;--tw-font-weight: initial;--tw-tracking: initial;--tw-shadow: 0 0 #0000;--tw-shadow-color: initial;--tw-shadow-alpha: 100%;--tw-inset-shadow: 0 0 #0000;--tw-inset-shadow-color: initial;--tw-inset-shadow-alpha: 100%;--tw-ring-color: initial;--tw-ring-shadow: 0 0 #0000;--tw-inset-ring-color: initial;--tw-inset-ring-shadow: 0 0 #0000;--tw-ring-inset: initial;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-offset-shadow: 0 0 #0000;--tw-blur: initial;--tw-brightness: initial;--tw-contrast: initial;--tw-grayscale: initial;--tw-hue-rotate: initial;--tw-invert: initial;--tw-opacity: initial;--tw-saturate: initial;--tw-sepia: initial;--tw-drop-shadow: initial;--tw-drop-shadow-color: initial;--tw-drop-shadow-alpha: 100%;--tw-drop-shadow-size: initial;--tw-scale-x: 1;--tw-scale-y: 1;--tw-scale-z: 1}}}
