.app{background-color:#ccc}#root{margin:0 auto;background:#f3f3f3}::-webkit-scrollbar{width:20px}::-webkit-scrollbar-track{background-color:transparent}::-webkit-scrollbar-thumb{background-color:#d6dee1;border-radius:20px;border:6px solid transparent;background-clip:content-box}::-webkit-scrollbar-thumb:hover{background-color:#a8bbbf}@media only screen and (max-width: 767px){::-webkit-scrollbar{display:none}::-webkit-scrollbar-track{display:none}::-webkit-scrollbar-thumb{display:none}::-webkit-scrollbar-thumb:hover{display:none}}.progressBar-container{position:relative;justify-content:center;display:flex;height:100%;align-items:center;opacity:1;transition:opacity 1s;pointer-events:none}.progressBar-container--abs{position:absolute;justify-content:center;display:flex;height:100%;width:100%;align-items:center;opacity:1;transition:opacity 1s;z-index:2500;touch-action:none;top:0;left:0;background:#c3c3c360;pointer-events:all;-webkit-user-select:none;-moz-user-select:none;user-select:none}.progressBar-container--abs-hidden{position:absolute;justify-content:center;display:none;height:100%;width:100%;align-items:center;opacity:0;transition:opacity 1s,visibility 0s 1s;visibility:hidden;pointer-events:none;top:0;left:0}.progressBar-container-hidden{position:relative;justify-content:center;display:flex;height:100%;align-items:center;opacity:0;transition:opacity 1s,visibility 0s 1s;visibility:hidden;pointer-events:none}.comp-hidden{height:0;opacity:0;transition:height .5s 4s}@property --pgPercentage{syntax: "<number>"; inherits: false; initial-value: 0;}.progress-bar{display:flex;justify-content:center;flex-direction:column;align-items:center;height:100%;position:relative}.progress-circle{transform:rotate(-90deg)}.progress-circle-back{fill:none;stroke:#fff;stroke-width:8px}.progress-circle-prog{--pgPercentage: var(--value);fill:none;stroke:#4f9e5b;stroke-width:8px;stroke-dasharray:calc(var(--pgPercentage) * 3.14) 314;stroke-dashoffset:0px}.progress-circle-prog-transition{transition:stroke-dasharray 0s linear 0s}.progress-text{position:absolute;font-size:24px;width:100%;height:100%;justify-content:center;align-items:center;display:flex}.contextmenu__content{position:absolute;width:251px;left:550px;top:550px;background:#ffffff;display:flex;padding:20px;flex-direction:column;justify-content:space-between;pointer-events:all;z-index:1000;gap:8px}.contextmenu__content--mobile{position:initial}.contextmenu__content--hide{opacity:0;display:none;pointer-events:none;background-color:transparent}.contextmenu__content button{pointer-events:all}.contextmenu__content:before{content:"";top:calc(50% - 15px);content:"\a";border-style:solid;border-width:10px 15px 10px 0;border-color:transparent white transparent transparent;position:absolute;left:-14px}.contextmenu__content.contextmenu__content--left:before{content:"";top:calc(50% - 15px);content:"\a";border-style:solid;border-width:10px 15px 10px 0;border-color:transparent white transparent transparent;position:absolute;left:250px;transform:rotate(180deg)}.contextmenu__items{display:flex;gap:8px;padding:8px;flex-direction:column}.contextmenu__header{text-align:center;font-family:Montserrat;font-style:normal;font-weight:500;font-size:14px;line-height:14px;cursor:default}#contextMenuWrapper{z-index:1000!important;display:block}@media only screen and (max-width: 767px){#contextMenuWrapper{display:none}}.btn-secondary{box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:10px 22px;background-color:#fff;color:#4f9e5b;border-radius:32px;width:100%;height:40px;font-weight:500;font-size:15px;line-height:26px;font-family:Montserrat;border:1px solid #4f9e5b}.btn-secondary--bshadow{box-shadow:0 1px 5px #0000001f,0 2px 2px #00000024,0 3px 1px -2px #0003}.btn-secondary--large{height:50px}@media (max-width: 767px){.btn-secondary--large{height:40px}}.btn-secondary:hover{color:#fff;background:#4f9e5b;border:1px solid #4f9e5b}.btn-secondary:hover svg#acoustic *,.btn-secondary:hover svg#empty *{fill:none;stroke:#fff}.btn-secondary:hover svg#acoustic>rect:nth-child(2){stroke:#4f9e5b;fill:#4f9e5b}.btn-secondary:hover svg#pngsvg *{filter:invert(0%) sepia(100%) saturate(0%) hue-rotate(320deg) brightness(104%) contrast(103%)}.btn-secondary:disabled{background:white;color:#21252966;border:1px solid rgba(33,37,41,.4)}.btn-secondary:disabled svg#acoustic *,.btn-secondary:disabled svg#empty *{fill:none;stroke:#21252966}.btn-secondary:disabled svg#acoustic>rect:nth-child(2){stroke:transparent;fill:#fff}.btn-secondary:disabled svg#pngsvg *{filter:invert(50%) sepia(100%) saturate(0%) hue-rotate(320deg) brightness(104%) contrast(103%)}.btn-secondary:disabled img#pngsvg{filter:brightness(44) invert(.3)}.btn-secondary--full{background-color:#4f9e5b;color:#fff;border:1px solid #4f9e5b}.btn-secondary.btn-secondary--full svg#acoustic *,.btn-secondary.btn-secondary--full svg#empty *{fill:none;stroke:#fff}.btn-secondary.btn-secondary--full svg#acoustic>rect:nth-child(2){stroke:#4f9e5b;fill:#4f9e5b}.btn-secondary.btn-secondary--full svg#pngsvg *{filter:invert(0%) sepia(100%) saturate(0%) hue-rotate(320deg) brightness(104%) contrast(103%)}.btn-secondary.btn-secondary--full img#pngsvg{filter:brightness(0) invert(1)}button.btn{font-family:Montserrat;font-style:normal;font-weight:500;font-size:14px;line-height:18px}button.btn-remove,button.btn-add{background:white;border-radius:50%;height:40px;width:40px;display:flex;justify-content:center;align-items:center;cursor:pointer;pointer-events:auto;z-index:900}button.btn-remove:hover,button.btn-add:hover{background:#4f9e5b;color:#fff}button.btn-remove:hover svg path,button.btn-add:hover svg path{fill:#fff}button.btn-add:disabled{opacity:0}button.btn-remove[hidden],button.btn-add[hidden]{display:none}.btn-container{display:flex;justify-content:space-between;gap:16px;flex-direction:row-reverse}.btn-container--vertical{display:flex;justify-content:space-between;flex-direction:column;gap:16px}.configurator__name{color:#000;font-family:Montserrat;font-size:16px;font-style:normal;font-weight:500;line-height:normal;position:absolute;top:0;left:0;right:0;z-index:1000;margin:0 auto;width:100%;text-align:center;pointer-events:none;padding-top:10px}.predefinedSystemButton__container{display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer;width:100%}.predefinedSystemButton__icon{width:26px;height:26px}.predefinedSystemButton__content{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px}.predefinedSystemButton__container .btn-primary img,.predefinedSystemButton__container:hover .btn-secondary img{filter:brightness(0) invert(1)}.btn-primary{box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:10px 22px;background-color:#4f9e5b;color:#fff;border-radius:32px;width:100%;height:40px;font-family:Poppins;font-style:normal;font-weight:400;font-size:14px;line-height:26px;font-family:Montserrat;border:2px solid #4f9e5b}.btn-primary--bshadow{box-shadow:0 1px 5px #0000001f,0 2px 2px #00000024,0 3px 1px -2px #0003}.btn-primary--large{height:50px}@media (max-width: 767px){.btn-primary--large{height:40px}}.btn-primary:hover{color:#fff;background-color:#62c471;border:2px solid #62c471}.btn-primary:disabled{background-color:#0000001f;color:#21252966;border:2px solid rgba(0,0,0,.12)}#modalActionInfo{justify-content:center;align-items:center;background:white;border-radius:18px;color:#000}.modalActionInfo__footer{display:flex;flex-direction:row;justify-content:space-between;gap:16px}.slider__content{display:flex;gap:8px;flex-direction:row;justify-content:center;align-items:center;width:auto}.slider__icon{width:100%;max-width:25px;min-width:25px;height:25px;color:#4f9e5b;fill:#4f9e5b;flex:1}.slider__name{font-family:Montserrat;font-style:normal;font-weight:400;font-size:14px;line-height:36px;min-width:120px;flex:auto;display:flex;flex-direction:row;gap:6px;cursor:default;color:#212529cc}.slider__name--longer{min-width:140px}.slider__wrapper{display:flex;height:36px;position:relative;width:100%;margin:0 10px;justify-content:center;align-items:center;flex:max-content}.slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:6px;background:#117d4dcc;outline:none;opacity:1;transition:opacity .2s}.slider:hover{opacity:1}.slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:32px;width:71px;height:36px;background:#117d4d;cursor:pointer}.slider::-moz-range-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:32px;width:71px;height:36px;background:#117d4d;cursor:pointer}.range-value{position:absolute;display:flex;flex-direction:row;gap:8px;cursor:none;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:top 2s ease-in}.plus-button,.minus-button{height:36px;width:36px;background:white;border:1px solid #117d4d;border-radius:20px}.range-value span{width:71px;height:36px;line-height:36px;border-radius:36px;text-align:center;background:#117d4dcc;color:#fff;font-size:14px;cursor:none;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:1000}.slider__wrapper--small span{transform:translateY(-25px);background:transparent;color:#000;width:71px}.slider__wrapper--small .slider::-webkit-slider-thumb{width:20px;height:20px}.slider__wrapper--small .slider::-moz-range-thumb{width:20px;height:20px}.tooltip{visibility:hidden;position:absolute;z-index:150;background:white;border:1px solid #4f9e5b;box-shadow:0 1px 5px #0000001f,0 2px 2px #00000024,0 3px 1px -2px #0003;border-radius:4px;font-size:12px;font-weight:500;line-height:16px;max-width:200px;padding:4px;cursor:default;color:#4f9e5b}.tooltip-container{height:10px}.tooltip-container img{cursor:pointer}.tooltip-container:hover .tooltip{visibility:visible;z-index:50}.btn-valueLabel{position:absolute;border:1px solid #117d4d;display:flex;transition:opacity .3s}.btn-valueLabel>svg{filter:brightness(0) invert(0)}.btn-add.btn-valueLabel{left:calc(50% + 38px);top:-8px}.btn-remove.btn-valueLabel{left:calc(50% - 78px);top:-8px}.systemTypeButton__container{display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer;width:100%}.systemTypeButton__icon{width:26px;height:26px}.systemTypeButton__content{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px;text-wrap:nowrap}.systemTypeButton__container .btn-primary img,.systemTypeButton__container:hover .btn-secondary img{filter:brightness(0) invert(1)}.contact-form__wrapper{width:100%;margin:20px}.contact-form{width:100%}.contact-form *{font-size:14px;font-weight:500;line-height:36px;cursor:default}.contact-form input{box-sizing:border-box;font-family:inherit;font-size:inherit;font-style:normal;font-weight:400;line-height:inherit;width:100%;max-width:100%;color:#1f1f1f;background-color:#fff;box-shadow:#0000000a 1px 1px 3px;transition:border-radius .2s ease 0s;height:36px;padding:8px 10px;border-radius:4px}.contact-form__input-wrapper{margin-bottom:10px}.contact-form__label{font-size:14px;cursor:default;margin-bottom:4px;font-weight:400;line-height:18px;display:inline-block;font-style:normal;word-break:break-word}.contact-form__title{font-family:Montserrat;font-style:normal;font-weight:500;display:flex;align-items:center;color:#212529;cursor:default;margin-bottom:16px;line-height:28px;font-size:24px}.contact-form__error-msg{line-height:16px;font-size:12px;margin-top:4px;align-items:center;color:#f94839;display:flex}@media only screen and (min-width: 767px){.contact-form__wrapper{max-width:500px}.exit-button{right:calc(50% - min(48%,240px) + 20px);top:84px}}@media (max-width: 440px){.exit-button{right:calc(50% - min(48%,240px) + 20px);top:32px}}.configurator__mobile-menu{display:flex;flex-direction:row;width:100%;gap:16px;justify-content:space-between;background:#ffffff;box-shadow:0 4px 4px #0000001f;overflow-x:auto;overflow-y:hidden}.configurator__mobile-menu img{width:28px;max-height:28px}.mobile-menu{text-align:center;display:flex;align-items:center;justify-content:center;min-width:-moz-fit-content;min-width:fit-content;width:100%;height:45px;cursor:pointer;gap:3px;padding-bottom:2px;font-size:14px}.mobile-menu:first-of-type{padding-left:10px}.mobile-menu span{color:var(--grey-80, rgba(33, 37, 41, .8));padding-top:2px;font-family:Montserrat;font-size:14px;font-style:normal;font-weight:500;line-height:18px}.mobile-menu__selected span{color:var(--green-3, rgb(21, 144, 57))}.mobile-menu img{width:21px;height:21px;filter:brightness(0) invert(30%)}.mobile-menu img[id=width]{width:28px;height:13px}.mobile-menu img[id=height]{width:14px;height:28px}.mobile-menu img[id=flowers]{width:18px;height:22px}.mobile-menu img[id=acoustinc-black],.mobile-menu.mobile-menu__selected img{filter:brightness(1) invert(0)}.mobile-menu__selected{border-bottom:2px solid #4f9e5b;padding-bottom:0}.pricing__total-price{font-family:Montserrat;font-style:normal;font-weight:600;font-size:26px;line-height:32px;display:flex;flex-direction:row;justify-content:center;align-items:flex-end;gap:8px}.pricing__total,.pricing__additionalinfo{font-family:Montserrat;font-style:normal;font-weight:400;font-size:12px;text-align:end}.pricing__total-value{font-family:Montserrat;font-style:normal;font-weight:500;font-size:20px}.pricing__total-text{font-family:Montserrat;font-style:normal;font-weight:400;font-size:14px;line-height:17px;text-align:end}.pricing__content{display:flex;gap:16px;flex-direction:row;justify-content:flex-start;align-items:flex-end}.panel__section{display:flex;flex-direction:column;gap:8px}.section__name{font-size:14px;font-weight:500;line-height:36px;cursor:default}.technical__content,.technical__additionalinfo{font-family:Montserrat;font-style:normal;font-weight:400;font-size:14px;line-height:17px}.technical__content{display:flex;gap:8px;flex-direction:column}.technical__element{font-family:Montserrat;font-size:14px;font-style:normal;font-weight:400;line-height:19px}.configurator__canvas{position:relative}.configurator__panel-wrapper{width:486px;min-width:486px;height:100%;padding:20px;overflow:hidden;display:flex;flex-direction:column}.mobile-context-menu__wrapper{position:absolute;top:0;left:0;right:0;min-height:230px;height:230px;z-index:1000;background:white;opacity:0;transition:ease-in opacity .2s;display:none;justify-content:center;align-items:center}@media only screen and (max-width: 767px){.mobile-context-menu__wrapper{display:flex;opacity:1}}.mobile-context-menu__wrapper #contextMenuContent{position:initial}.mobile-context-menu__wrapper .contextmenu__content:before{display:none}.mobile-context-menu__content_close{position:absolute;right:20px;top:20px}.mobile-context-menu__back{background:white;width:40px;height:40px;border-radius:20px;position:absolute;top:-50px;left:10px;justify-content:center;display:flex;align-items:center}.mobile-context-menu__close{background:transparent;width:40px;height:40px;border-radius:20px;position:absolute;top:8px;right:13px;justify-content:center;display:flex;align-items:center}.configurator__panel{background-color:#fff;border-radius:8px;padding:22px;overflow:hidden;height:100%;position:relative}.panel__header{font-family:Montserrat;font-style:normal;font-weight:600;font-size:18px;line-height:22px;display:flex;align-items:center;color:#212529;cursor:default;margin-bottom:16px}.panel__footer{display:flex;gap:16px;flex-direction:column;justify-content:start}.footer-buttons__content{display:flex;gap:8px;flex-direction:column}.panel__content{overflow-x:hidden;overflow-y:auto;height:100%;padding-right:10px;position:relative}.panel__content---mobile{overflow:hidden}.panel__content-wrapper{display:flex;flex-direction:column;max-height:calc(100% - 40px)}.infinity-loader-container{position:relative;justify-content:center;display:flex;height:100%;width:100%;align-items:center;transition:opacity 1s;position:absolute;z-index:10000;background:#f3f3f3ab;pointer-events:none;cursor:progress}.infinity-loader{width:64px;height:64px;transform:rotate(0);animation:rotation 1s infinite linear;border:5px solid #c3c3c3;border-bottom-color:#4f9e5b;border-radius:50%;display:inline-block;box-sizing:border-box;pointer-events:none;cursor:progress;z-index:10000}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:currentColor}:before,:after{--tw-content: ""}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Montserrat,sans-serif;font-feature-settings:normal;font-variation-settings:normal}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}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=reset],[type=submit]{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}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}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.visible{visibility:visible}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.right-2{right:.5rem}.right-2\.5{right:.625rem}.top-3{top:.75rem}.m-0{margin:0}.mx-auto{margin-left:auto;margin-right:auto}.mb-0{margin-bottom:0}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-\[16px\]{margin-bottom:16px}.mb-\[8px\]{margin-bottom:8px}.ml-0{margin-left:0}.ml-auto{margin-left:auto}.mr-0{margin-right:0}.mt-4{margin-top:1rem}.block{display:block}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.hidden{display:none}.h-14{height:3.5rem}.h-5{height:1.25rem}.h-\[60px\]{height:60px}.h-\[calc\(100\%-440px\)\]{height:calc(100% - 440px)}.h-full{height:100%}.max-h-\[100px\]{max-height:100px}.max-h-\[250px\]{max-height:250px}.max-h-\[350px\]{max-height:350px}.max-h-full{max-height:100%}.min-h-\[250px\]{min-height:250px}.min-h-\[350px\]{min-height:350px}.min-h-\[calc\(100\%-235px\)\]{min-height:calc(100% - 235px)}.w-14{width:3.5rem}.w-5{width:1.25rem}.w-full{width:100%}.min-w-full{min-width:100%}.max-w-md{max-width:28rem}.flex-1{flex:1 1 0%}.rotate-45{--tw-rotate: 45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-150{--tw-scale-x: 1.5;--tw-scale-y: 1.5;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.resize{resize:both}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.border{border-width:1px}.border-gray40{border-color:#21252964}.bg-transparent{background-color:transparent}.p-0{padding:0}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-6{padding:1.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-\[15px\]{padding-left:15px;padding-right:15px}.px-\[30px\]{padding-left:30px;padding-right:30px}.py-2{padding-top:.5rem;padding-bottom:.5rem}.pb-0{padding-bottom:0}.pr-\[0px\]{padding-right:0}.text-left{text-align:left}.text-center{text-align:center}.text-\[14px\]{font-size:14px}.text-\[20px\]{font-size:20px}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.font-light{font-weight:300}.font-normal{font-weight:400}.leading-\[24px\]{line-height:24px}.text-red{--tw-text-opacity: 1;color:rgb(225 29 72 / var(--tw-text-opacity))}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.invert{--tw-invert: invert(100%);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)}.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,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}html,body,#root{height:100%;width:100%}#root *{font-family:Montserrat}*{-webkit-tap-highlight-color:transparent}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}@media (min-width: 480px){.sm\:ml-\[20px\]{margin-left:20px}.sm\:block{display:block}.sm\:hidden{display:none}}@media (min-width: 768px){.md\:mb-\[10px\]{margin-bottom:10px}.md\:ml-0{margin-left:0}.md\:mr-\[20px\]{margin-right:20px}.md\:block{display:block}.md\:flex{display:flex}.md\:hidden{display:none}.md\:h-\[100\%\],.md\:h-full{height:100%}.md\:max-h-full{max-height:100%}.md\:min-h-fit{min-height:-moz-fit-content;min-height:fit-content}.md\:min-h-full{min-height:100%}.md\:w-1\/4{width:25%}.md\:w-auto{width:auto}.md\:min-w-\[440px\]{min-width:440px}.md\:flex-row{flex-direction:row}.md\:flex-col{flex-direction:column}.md\:justify-start{justify-content:flex-start}.md\:justify-between{justify-content:space-between}.md\:p-\[20px\]{padding:20px}.md\:px-\[0px\]{padding-left:0;padding-right:0}.md\:pr-\[5px\]{padding-right:5px}.md\:text-left{text-align:left}.md\:text-\[26px\]{font-size:26px}.md\:text-sm{font-size:.875rem;line-height:1.25rem}.md\:leading-\[32px\]{line-height:32px}}@media (min-width: 976px){.lg\:hidden{display:none}}
