:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--black_900_7f:#0000007f;--gray_50_01:#f9fafb;--deep_orange_A100:#d6ae7b;--light_green_300:#a6e172;--blue_A200:#579aff;--deep_purple_600:#5b21b6;--red_400:#eb5757;--red_400_01:#f35555;--gray_50:#fafafa;--teal_300:#5bb5a2;--black_900:#05070b;--deep_purple_600_7f:#5b21b67f;--yellow_700:#fcc32e;--blue_gray_800:#374151;--purple_900:#4c1d95;--blue_gray_700:#485563;--blue_gray_900_01:#1f2937;--deep_purple_A100:#a78bfa;--blue_gray_900:#29323c;--deep_purple_A200:#8b5cf6;--gray_600:#6b7280;--lime_200:#e3c79e;--blue_gray_100:#d1d5db;--blue_gray_300:#9ca3af;--indigo_50:#ddd6fe;--gray_900:#111827;--gray_900_01:#1e1e1e;--teal_300_01:#52a190;--gray_200:#e5e7eb;--black_900_0c:#0000000c;--gray_100:#f3f4f6;--deep_purple_50:#ede9fe;--white_A700:#ffffff;--blue_gray_700_01:#4b5563;--cyan_400:#1cd1dd}@font-face{font-display:swap;font-style:normal;src:url(assets/fonts/IBMPlexSansBold.ttf);font-family:IBM Plex Sans;font-weight:700}@font-face{font-display:swap;font-style:normal;src:url(assets/fonts/RobotoSlabMedium.ttf);font-family:Roboto Slab;font-weight:500}*{box-sizing:border-box;-webkit-user-select:none;user-select:none}body{font-family:Roboto,sans-serif!important;margin:0;padding:0}.scroll-hidden::-webkit-scrollbar{display:none}.dhiwise-code,.dhiwise-navigation{min-height:100%}.common-pointer{cursor:pointer}.dhiwise-navigation{padding:20px;background-color:#232323}.dhiwise-navigation h1{color:#fff}.dhiwise-navigation .headline{font-size:14px;margin-bottom:10px;color:#fff}.dhiwise-navigation ul{padding:0}.dhiwise-navigation ul li{list-style:none;margin-right:20px;font-size:16px;font-weight:700}.dhiwise-navigation a{color:#132cdc}table{border-spacing:0;width:100%}.common-select{z-index:10000}.react-datepicker-popper{z-index:100000!important}.drawable-icon{position:absolute;margin:auto;z-index:1000}.input-wrap{position:relative}option{color:#000}.table-wrap{overflow:auto}input:focus{outline:none}.ReactModal__Body--open{overflow:hidden}.slider-indicator:first-child{margin-left:0}.slider-indicator:last-child{margin-right:0}.rc-drawer-content-wrapper{width:100%!important}.rc-drawer-right .rc-drawer-content-wrapper{display:flex;justify-content:flex-end}.rc-drawer-left .rc-drawer-content-wrapper{display:flex;justify-content:flex-start}.ReactModal__Overlay{z-index:1051}ul li a{display:block}.mobile-menu div{height:1.5px;width:20px;background-color:#000;margin:4px 0}.mobile-menu{display:none;cursor:pointer}.header-row{align-items:center;justify-content:space-between;display:flex}@media only screen and (min-width: 200px) and (max-width: 767px){.mobile-menu{display:block}.header-row{width:100%!important}.display-block{display:block}.display-none{display:none}.common-row-list>ul{padding-left:10px;padding-right:10px;flex-wrap:wrap}}.menu-close-icon{position:absolute;right:16px;top:16px}.menu-overlay{width:100%;height:100%;background-color:#000;opacity:.7;position:fixed;left:0;top:0}.close-line1{transform:translateY(6px) rotate(-45deg) skew(0) skewY(0) scaleX(1) scaleY(1)}.close-line2{transform:translate(0) rotate(45deg) skew(0) skewY(0) scaleX(1) scaleY(1)}.common-row-list>ul{display:flex;flex-direction:row;list-style-type:none;flex-grow:1}.common-column-list>ul{display:flex;flex-direction:column;list-style-type:none}.common-column-list li{width:100%}::-webkit-scrollbar{width:4px;height:4px;background:transparent}::-webkit-scrollbar-track{background:#000000}::-webkit-scrollbar-thumb{background:#6b6b6b;border-radius:10px}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}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-feature-settings:normal;font-variation-settings:normal;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-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([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}dialog{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}[type=text],[type=email],[type=url],[type=password],[type=number],[type=date],[type=datetime-local],[type=month],[type=search],[type=tel],[type=time],[type=week],[multiple],textarea,select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#6b7280;border-width:1px;border-radius:0;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem;--tw-shadow:0 0 #0000}[type=text]:focus,[type=email]:focus,[type=url]:focus,[type=password]:focus,[type=number]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=month]:focus,[type=search]:focus,[type=tel]:focus,[type=time]:focus,[type=week]:focus,[multiple]:focus,textarea:focus,select:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset:var(--tw-empty, );--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);border-color:#2563eb}input::placeholder,textarea::placeholder{color:#6b7280;opacity:1}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-date-and-time-value{min-height:1.5em}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{padding-top:0;padding-bottom:0}select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-print-color-adjust:exact;color-adjust:exact}[multiple]{background-image:initial;background-position:initial;background-repeat:unset;background-size:initial;padding-right:.75rem;-webkit-print-color-adjust:unset;color-adjust:unset}[type=checkbox],[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;-webkit-print-color-adjust:exact;color-adjust:exact;display:inline-block;vertical-align:middle;background-origin:border-box;-webkit-user-select:none;user-select:none;flex-shrink:0;height:1rem;width:1rem;color:#2563eb;background-color:#fff;border-color:#6b7280;border-width:1px;--tw-shadow:0 0 #0000}[type=checkbox]{border-radius:0}[type=radio]{border-radius:100%}[type=checkbox]:focus,[type=radio]:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset:var(--tw-empty, );--tw-ring-offset-width:2px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}[type=checkbox]:checked,[type=radio]:checked{border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}[type=checkbox]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")}[type=radio]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")}[type=checkbox]:checked:hover,[type=checkbox]:checked:focus,[type=radio]:checked:hover,[type=radio]:checked:focus{border-color:transparent;background-color:currentColor}[type=checkbox]:indeterminate{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}[type=checkbox]:indeterminate:hover,[type=checkbox]:indeterminate:focus{border-color:transparent;background-color:currentColor}[type=file]{background:unset;border-color:inherit;border-width:0;border-radius:0;padding:0;font-size:unset;line-height:inherit}[type=file]:focus{outline:1px auto -webkit-focus-ring-color}*,: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: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::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: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.container{width:100%}@media (min-width: 278px){.container{max-width:278px}}@media (min-width: 300px){.container{max-width:300px}}@media (min-width: 374px){.container{max-width:374px}}@media (min-width: 480px){.container{max-width:480px}}@media (min-width: 550px){.container{max-width:550px}}@media (min-width: 780px){.container{max-width:780px}}@media (min-width: 1050px){.container{max-width:1050px}}@media (min-width: 1290px){.container{max-width:1290px}}@media (min-width: 1500px){.container{max-width:1500px}}@media (min-width: 1900px){.container{max-width:1900px}}.visible{visibility:visible}.\!static{position:static!important}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-\[0\]{top:0;right:0;bottom:0;left:0}.inset-y-\[0\]{top:0;bottom:0}.-left-10{left:-2.5rem}.bottom-0{bottom:0}.bottom-1{bottom:.25rem}.bottom-2{bottom:.5rem}.bottom-\[0\]{bottom:0}.bottom-\[11\%\]{bottom:11%}.left-0{left:0}.left-1{left:.25rem}.left-10{left:2.5rem}.left-6{left:1.5rem}.left-\[0\]{left:0}.left-\[10\%\]{left:10%}.left-\[11\%\]{left:11%}.left-\[21\%\]{left:21%}.left-\[27\%\]{left:27%}.left-\[3\%\]{left:3%}.left-\[6\%\]{left:6%}.right-0{right:0}.right-0\.5{right:.125rem}.right-1{right:.25rem}.right-1\.5{right:.375rem}.right-2{right:.5rem}.right-3{right:.75rem}.right-4{right:1rem}.right-5{right:1.25rem}.right-\[0\%\]{right:0%}.right-\[0\]{right:0}.right-\[10\%\]{right:10%}.right-\[11\%\]{right:11%}.right-\[20px\]{right:20px}.right-\[21\%\]{right:21%}.right-\[4\%\]{right:4%}.top-0{top:0}.top-0\.5{top:.125rem}.top-1{top:.25rem}.top-1\.5{top:.375rem}.top-2{top:.5rem}.top-2\/4{top:50%}.top-20{top:5rem}.top-5{top:1.25rem}.top-\[0\]{top:0}.top-\[1\%\]{top:1%}.top-\[5\%\]{top:5%}.top-\[6\%\]{top:6%}.top-\[80px\]{top:80px}.top-\[9\%\]{top:9%}.top-\[calc\(100\%\+5px\)\]{top:calc(100% + 5px)}.top-full{top:100%}.z-0{z-index:0}.z-10{z-index:10}.z-40{z-index:40}.z-50{z-index:50}.z-\[10000000\]{z-index:10000000}.z-\[10000\]{z-index:10000}.z-\[100\]{z-index:100}.z-\[1\]{z-index:1}.z-\[51\]{z-index:51}.z-\[52\]{z-index:52}.z-\[999\]{z-index:999}.float-right{float:right}.float-left{float:left}.m-7{margin:1.75rem}.m-auto{margin:auto}.mx-4{margin-left:1rem;margin-right:1rem}.mx-6{margin-left:1.5rem;margin-right:1.5rem}.mx-auto{margin-left:auto;margin-right:auto}.my-0{margin-top:0;margin-bottom:0}.my-4{margin-top:1rem;margin-bottom:1rem}.my-5{margin-top:1.25rem;margin-bottom:1.25rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-auto{margin-top:auto;margin-bottom:auto}.\!-mt-2{margin-top:-.5rem!important}.\!-mt-2\.5{margin-top:-.625rem!important}.-mb-1{margin-bottom:-.25rem}.-mb-1\.5{margin-bottom:-.375rem}.-mt-1{margin-top:-.25rem}.-mt-1\.5{margin-top:-.375rem}.-mt-2{margin-top:-.5rem}.-mt-2\.5{margin-top:-.625rem}.mb-10{margin-bottom:2.5rem}.mb-2{margin-bottom:.5rem}.mb-2\.5{margin-bottom:.625rem}.mb-3{margin-bottom:.75rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-px{margin-bottom:1px}.ml-2{margin-left:.5rem}.ml-20{margin-left:5rem}.ml-\[10px\]{margin-left:10px}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-8{margin-right:2rem}.mr-\[10px\]{margin-right:10px}.mt-0{margin-top:0}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-16{margin-top:4rem}.mt-2{margin-top:.5rem}.mt-2\.5{margin-top:.625rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-7{margin-top:1.75rem}.mt-\[-15px\]{margin-top:-15px}.mt-\[50px\]{margin-top:50px}.mt-\[70px\]{margin-top:70px}.mt-auto{margin-top:auto}.box-border{box-sizing:border-box}.block{display:block}.flex{display:flex}.table{display:table}.grid{display:grid}.hidden{display:none}.\!h-\[600px\]{height:600px!important}.\!h-\[6px\]{height:6px!important}.h-0{height:0px}.h-0\.5{height:.125rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-20{height:5rem}.h-3\/5{height:60%}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-64{height:16rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-96{height:24rem}.h-\[100px\]{height:100px}.h-\[100vh\]{height:100vh}.h-\[1200px\]{height:1200px}.h-\[120px\]{height:120px}.h-\[124px\]{height:124px}.h-\[131\.25px\]{height:131.25px}.h-\[148px\]{height:148px}.h-\[150px\]{height:150px}.h-\[156px\]{height:156px}.h-\[157px\]{height:157px}.h-\[160px\]{height:160px}.h-\[170px\]{height:170px}.h-\[180px\]{height:180px}.h-\[200px\]{height:200px}.h-\[21px\]{height:21px}.h-\[221px\]{height:221px}.h-\[22px\]{height:22px}.h-\[230px\]{height:230px}.h-\[235px\]{height:235px}.h-\[243px\]{height:243px}.h-\[25px\]{height:25px}.h-\[27px\]{height:27px}.h-\[300px\]{height:300px}.h-\[30px\]{height:30px}.h-\[312px\]{height:312px}.h-\[32px\]{height:32px}.h-\[33px\]{height:33px}.h-\[35px\]{height:35px}.h-\[368px\]{height:368px}.h-\[373px\]{height:373px}.h-\[3px\]{height:3px}.h-\[40px\]{height:40px}.h-\[412px\]{height:412px}.h-\[44px\]{height:44px}.h-\[46\.51px\]{height:46.51px}.h-\[461px\]{height:461px}.h-\[46px\]{height:46px}.h-\[47px\]{height:47px}.h-\[480px\]{height:480px}.h-\[48px\]{height:48px}.h-\[50\%\]{height:50%}.h-\[50px\]{height:50px}.h-\[512px\]{height:512px}.h-\[568px\]{height:568px}.h-\[56px\]{height:56px}.h-\[600px\]{height:600px}.h-\[61\.11px\]{height:61.11px}.h-\[612px\]{height:612px}.h-\[70px\]{height:70px}.h-\[75px\]{height:75px}.h-\[80\%\]{height:80%}.h-\[800px\]{height:800px}.h-\[86px\]{height:86px}.h-\[9\.26px\]{height:9.26px}.h-\[92px\]{height:92px}.h-\[98px\]{height:98px}.h-\[calc\(100\%-120px\)\]{height:calc(100% - 120px)}.h-\[calc\(100\%-184px\)\]{height:calc(100% - 184px)}.h-\[calc\(100\%-208px\)\]{height:calc(100% - 208px)}.h-\[calc\(100\%-64px\)\]{height:calc(100% - 64px)}.h-\[calc\(100\%-8px\)\]{height:calc(100% - 8px)}.h-\[calc\(100vh-120px\)\]{height:calc(100vh - 120px)}.h-\[calc\(100vh-40px\)\]{height:calc(100vh - 40px)}.h-\[calc\(100vh-48px\)\]{height:calc(100vh - 48px)}.h-auto{height:auto}.h-full{height:100%}.h-max{height:-webkit-max-content;height:max-content}.h-px{height:1px}.h-screen{height:100vh}.max-h-\[148px\]{max-height:148px}.max-h-\[150px\]{max-height:150px}.max-h-\[288px\]{max-height:288px}.max-h-\[312px\]{max-height:312px}.max-h-\[400px\]{max-height:400px}.max-h-\[550px\]{max-height:550px}.max-h-\[568px\]{max-height:568px}.max-h-\[75vh\]{max-height:75vh}.max-h-\[calc\(75vh-85px\)\]{max-height:calc(75vh - 85px)}.max-h-full{max-height:100%}.min-h-\[150px\]{min-height:150px}.min-h-\[164px\]{min-height:164px}.min-h-\[168px\]{min-height:168px}.min-h-\[298px\]{min-height:298px}.min-h-\[750px\]{min-height:750px}.min-h-\[calc\(100vh-151px\)\]{min-height:calc(100vh - 151px)}.min-h-screen{min-height:100vh}.\!w-\[30px\]{width:30px!important}.\!w-full{width:100%!important}.w-1\/3{width:33.333333%}.w-1\/4{width:25%}.w-1\/5{width:20%}.w-10{width:2.5rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\/4{width:50%}.w-20{width:5rem}.w-24{width:6rem}.w-3\/4{width:75%}.w-4{width:1rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-\[10\%\]{width:10%}.w-\[100px\]{width:100px}.w-\[104px\]{width:104px}.w-\[106px\]{width:106px}.w-\[1200px\]{width:1200px}.w-\[120px\]{width:120px}.w-\[126px\]{width:126px}.w-\[129px\]{width:129px}.w-\[12px\]{width:12px}.w-\[130px\]{width:130px}.w-\[14\%\]{width:14%}.w-\[142px\]{width:142px}.w-\[150px\]{width:150px}.w-\[156px\]{width:156px}.w-\[160px\]{width:160px}.w-\[165px\]{width:165px}.w-\[170px\]{width:170px}.w-\[177px\]{width:177px}.w-\[190px\]{width:190px}.w-\[20\%\]{width:20%}.w-\[200px\]{width:200px}.w-\[204px\]{width:204px}.w-\[22px\]{width:22px}.w-\[231px\]{width:231px}.w-\[240px\]{width:240px}.w-\[250px\]{width:250px}.w-\[25px\]{width:25px}.w-\[268px\]{width:268px}.w-\[292px\]{width:292px}.w-\[300px\]{width:300px}.w-\[308px\]{width:308px}.w-\[30px\]{width:30px}.w-\[330px\]{width:330px}.w-\[344px\]{width:344px}.w-\[35px\]{width:35px}.w-\[360px\]{width:360px}.w-\[368px\]{width:368px}.w-\[40\%\]{width:40%}.w-\[40\.55\%\]{width:40.55%}.w-\[404px\]{width:404px}.w-\[435px\]{width:435px}.w-\[450px\]{width:450px}.w-\[48px\]{width:48px}.w-\[50px\]{width:50px}.w-\[51\%\]{width:51%}.w-\[55px\]{width:55px}.w-\[568px\]{width:568px}.w-\[59\.45\%\]{width:59.45%}.w-\[60\%\]{width:60%}.w-\[62\%\]{width:62%}.w-\[64\.3px\]{width:64.3px}.w-\[648px\]{width:648px}.w-\[70px\]{width:70px}.w-\[75px\]{width:75px}.w-\[80\%\]{width:80%}.w-\[85\%\]{width:85%}.w-\[89px\]{width:89px}.w-\[9\.26px\]{width:9.26px}.w-\[92\%\]{width:92%}.w-\[98\%\]{width:98%}.w-\[calc\(100\%-130px\)\]{width:calc(100% - 130px)}.w-\[calc\(100\%-28px\)\]{width:calc(100% - 28px)}.w-\[calc\(100\%-37px\)\]{width:calc(100% - 37px)}.w-\[calc\(100\%-46px\)\]{width:calc(100% - 46px)}.w-\[calc\(100\%-56px\)\]{width:calc(100% - 56px)}.w-\[calc\(100\%-62px\)\]{width:calc(100% - 62px)}.w-\[calc\(50\%-10px\)\]{width:calc(50% - 10px)}.w-auto{width:auto}.w-full{width:100%}.w-px{width:1px}.w-screen{width:100vw}.min-w-10{min-width:2.5rem}.min-w-\[100px\]{min-width:100px}.min-w-\[127px\]{min-width:127px}.min-w-\[133px\]{min-width:133px}.min-w-\[134px\]{min-width:134px}.min-w-\[136\.77px\]{min-width:136.77px}.min-w-\[163px\]{min-width:163px}.min-w-\[30px\]{min-width:30px}.min-w-\[568px\]{min-width:568px}.min-w-\[56px\]{min-width:56px}.max-w-\[1168px\]{max-width:1168px}.max-w-\[1200px\]{max-width:1200px}.max-w-\[1248px\]{max-width:1248px}.max-w-\[1920px\]{max-width:1920px}.max-w-\[230px\]{max-width:230px}.max-w-\[231px\]{max-width:231px}.max-w-\[235px\]{max-width:235px}.max-w-\[317px\]{max-width:317px}.max-w-\[336px\]{max-width:336px}.max-w-\[368px\]{max-width:368px}.max-w-\[400px\]{max-width:400px}.max-w-\[536px\]{max-width:536px}.max-w-\[550px\]{max-width:550px}.max-w-\[568px\]{max-width:568px}.max-w-\[580px\]{max-width:580px}.max-w-\[584px\]{max-width:584px}.max-w-\[684px\]{max-width:684px}.max-w-\[768px\]{max-width:768px}.max-w-max{max-width:-webkit-max-content;max-width:max-content}.flex-1{flex:1 1 0%}.-translate-y-2\/4{--tw-translate-y:-50%;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))}.translate-y-0{--tw-translate-y:0px;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))}.translate-y-full{--tw-translate-y:100%;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))}.rotate-0{--tw-rotate:0deg;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))}.rotate-180{--tw-rotate:180deg;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-100{--tw-scale-x:1;--tw-scale-y:1;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))}.cursor-pointer{cursor:pointer}.resize-none{resize:none}.resize{resize:both}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-evenly{justify-content:space-evenly}.gap-0{gap:0px}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-10{gap:2.5rem}.gap-12{gap:3rem}.gap-16{gap:4rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-7{gap:1.75rem}.gap-8{gap:2rem}.gap-9{gap:2.25rem}.gap-\[10px\]{gap:10px}.gap-\[13px\]{gap:13px}.gap-\[14px\]{gap:14px}.gap-\[15px\]{gap:15px}.gap-\[20px\]{gap:20px}.gap-\[21px\]{gap:21px}.gap-\[25px\]{gap:25px}.gap-\[30px\]{gap:30px}.gap-\[37px\]{gap:37px}.gap-\[38px\]{gap:38px}.gap-\[4\.43px\]{gap:4.43px}.gap-\[45px\]{gap:45px}.gap-\[50px\]{gap:50px}.gap-\[57px\]{gap:57px}.gap-x-10{column-gap:2.5rem}.gap-x-2{column-gap:.5rem}.gap-x-4{column-gap:1rem}.gap-y-4{row-gap:1rem}.gap-y-6{row-gap:1.5rem}.gap-y-\[30px\]{row-gap:30px}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-scroll{overflow:scroll}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-\[10px\]{border-radius:10px}.rounded-\[11\.5px\]{border-radius:11.5px}.rounded-\[20px\]{border-radius:20px}.rounded-\[5px\]{border-radius:5px}.rounded-\[7px\]{border-radius:7px}.rounded-\[9px\]{border-radius:9px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-sm{border-radius:.125rem}.rounded-xl{border-radius:.75rem}.rounded-b-\[20px\]{border-bottom-right-radius:20px;border-bottom-left-radius:20px}.rounded-t-\[20px\]{border-top-left-radius:20px;border-top-right-radius:20px}.rounded-bl-lg{border-bottom-left-radius:.5rem}.rounded-bl-xl{border-bottom-left-radius:.75rem}.rounded-br-none{border-bottom-right-radius:0}.rounded-br-xl{border-bottom-right-radius:.75rem}.rounded-tl{border-top-left-radius:.25rem}.rounded-tr{border-top-right-radius:.25rem}.rounded-tr-xl{border-top-right-radius:.75rem}.border{border-width:1px}.border-0{border-width:0px}.border-2{border-width:2px}.border-4{border-width:4px}.border-8{border-width:8px}.border-\[3px\]{border-width:3px}.border-\[7px\]{border-width:7px}.border-b{border-bottom-width:1px}.border-b-0{border-bottom-width:0px}.border-b-2{border-bottom-width:2px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-t-0{border-top-width:0px}.border-t-2{border-top-width:2px}.border-t-4{border-top-width:4px}.border-solid{border-style:solid}.border-dashed{border-style:dashed}.border-none{border-style:none}.\!border-gray-500{--tw-border-opacity:1 !important;border-color:rgb(107 114 128 / var(--tw-border-opacity))!important}.\!border-qr-american_green-100{--tw-border-opacity:1 !important;border-color:rgb(35 179 58 / var(--tw-border-opacity))!important}.\!border-qr-byzantine-100{--tw-border-opacity:1 !important;border-color:rgb(200 55 171 / var(--tw-border-opacity))!important}.\!border-qr-cyan_process-100{--tw-border-opacity:1 !important;border-color:rgb(0 183 240 / var(--tw-border-opacity))!important}.\!border-qr-deep_saffron-100{--tw-border-opacity:1 !important;border-color:rgb(255 147 39 / var(--tw-border-opacity))!important}.\!border-qr-dirt-100{--tw-border-opacity:1 !important;border-color:rgb(160 111 75 / var(--tw-border-opacity))!important}.\!border-qr-eerie_black-100{--tw-border-opacity:1 !important;border-color:rgb(30 30 30 / var(--tw-border-opacity))!important}.\!border-qr-grape-100{--tw-border-opacity:1 !important;border-color:rgb(91 33 182 / var(--tw-border-opacity))!important}.\!border-qr-keppel-100{--tw-border-opacity:1 !important;border-color:rgb(66 170 164 / var(--tw-border-opacity))!important}.\!border-qr-mustard-100{--tw-border-opacity:1 !important;border-color:rgb(255 221 85 / var(--tw-border-opacity))!important}.\!border-qr-rosso_corsa-100{--tw-border-opacity:1 !important;border-color:rgb(210 0 0 / var(--tw-border-opacity))!important}.\!border-theme1-antique_bronze-100{--tw-border-opacity:1 !important;border-color:rgb(112 96 32 / var(--tw-border-opacity))!important}.\!border-theme1-antique_bronze-100_o26{border-color:#70602026!important}.\!border-theme1-antique_bronze-100_o60{border-color:#70602060!important}.\!border-theme1-antique_bronze-100_o80{border-color:#70602080!important}.\!border-theme1-antique_bronze-100_o8c{border-color:#7060208c!important}.\!border-theme1-black_cow-100{--tw-border-opacity:1 !important;border-color:rgb(72 72 72 / var(--tw-border-opacity))!important}.\!border-theme1-black_cow-100_o26{border-color:#48484826!important}.\!border-theme1-black_cow-100_o60{border-color:#48484860!important}.\!border-theme1-black_cow-100_o80{border-color:#48484880!important}.\!border-theme1-black_cow-100_o8c{border-color:#4848488c!important}.\!border-theme1-black_olive-100{--tw-border-opacity:1 !important;border-color:rgb(60 61 65 / var(--tw-border-opacity))!important}.\!border-theme1-black_olive-100_o26{border-color:#3c3d4126!important}.\!border-theme1-black_olive-100_o60{border-color:#3c3d4160!important}.\!border-theme1-black_olive-100_o80{border-color:#3c3d4180!important}.\!border-theme1-black_olive-100_o8c{border-color:#3c3d418c!important}.\!border-theme1-blue_france-100{--tw-border-opacity:1 !important;border-color:rgb(45 155 234 / var(--tw-border-opacity))!important}.\!border-theme1-blue_france-100_o26{border-color:#2d9bea26!important}.\!border-theme1-blue_france-100_o60{border-color:#2d9bea60!important}.\!border-theme1-blue_france-100_o80{border-color:#2d9bea80!important}.\!border-theme1-blue_france-100_o8c{border-color:#2d9bea8c!important}.\!border-theme1-blue_green-100{--tw-border-opacity:1 !important;border-color:rgb(44 177 189 / var(--tw-border-opacity))!important}.\!border-theme1-blue_green-100_o26{border-color:#2cb1bd26!important}.\!border-theme1-blue_green-100_o60{border-color:#2cb1bd60!important}.\!border-theme1-blue_green-100_o80{border-color:#2cb1bd80!important}.\!border-theme1-blue_green-100_o8c{border-color:#2cb1bd8c!important}.\!border-theme1-bole-100{--tw-border-opacity:1 !important;border-color:rgb(124 78 62 / var(--tw-border-opacity))!important}.\!border-theme1-bole-100_o26{border-color:#7c4e3e26!important}.\!border-theme1-bole-100_o60{border-color:#7c4e3e60!important}.\!border-theme1-bole-100_o80{border-color:#7c4e3e80!important}.\!border-theme1-bole-100_o8c{border-color:#7c4e3e8c!important}.\!border-theme1-brick_red-100{--tw-border-opacity:1 !important;border-color:rgb(205 66 89 / var(--tw-border-opacity))!important}.\!border-theme1-brick_red-100_o26{border-color:#cd425926!important}.\!border-theme1-brick_red-100_o60{border-color:#cd425960!important}.\!border-theme1-brick_red-100_o80{border-color:#cd425980!important}.\!border-theme1-brick_red-100_o8c{border-color:#cd42598c!important}.\!border-theme1-button_blue-100{--tw-border-opacity:1 !important;border-color:rgb(33 150 243 / var(--tw-border-opacity))!important}.\!border-theme1-button_blue-100_o26{border-color:#2196f326!important}.\!border-theme1-button_blue-100_o60{border-color:#2196f360!important}.\!border-theme1-button_blue-100_o80{border-color:#2196f380!important}.\!border-theme1-button_blue-100_o8c{border-color:#2196f38c!important}.\!border-theme1-charcoal-100{--tw-border-opacity:1 !important;border-color:rgb(47 67 92 / var(--tw-border-opacity))!important}.\!border-theme1-charcoal-100_o26{border-color:#2f435c26!important}.\!border-theme1-charcoal-100_o60{border-color:#2f435c60!important}.\!border-theme1-charcoal-100_o80{border-color:#2f435c80!important}.\!border-theme1-charcoal-100_o8c{border-color:#2f435c8c!important}.\!border-theme1-charcoal_grey-100{--tw-border-opacity:1 !important;border-color:rgb(60 65 65 / var(--tw-border-opacity))!important}.\!border-theme1-charcoal_grey-100_o26{border-color:#3c414126!important}.\!border-theme1-charcoal_grey-100_o60{border-color:#3c414160!important}.\!border-theme1-charcoal_grey-100_o80{border-color:#3c414180!important}.\!border-theme1-charcoal_grey-100_o8c{border-color:#3c41418c!important}.\!border-theme1-dark_cerulean-100{--tw-border-opacity:1 !important;border-color:rgb(21 62 117 / var(--tw-border-opacity))!important}.\!border-theme1-dark_cerulean-100_o26{border-color:#153e7526!important}.\!border-theme1-dark_cerulean-100_o60{border-color:#153e7560!important}.\!border-theme1-dark_cerulean-100_o80{border-color:#153e7580!important}.\!border-theme1-dark_cerulean-100_o8c{border-color:#153e758c!important}.\!border-theme1-dark_cyan-100{--tw-border-opacity:1 !important;border-color:rgb(0 150 136 / var(--tw-border-opacity))!important}.\!border-theme1-dark_cyan-100_o26{border-color:#00968826!important}.\!border-theme1-dark_cyan-100_o60{border-color:#00968860!important}.\!border-theme1-dark_cyan-100_o80{border-color:#00968880!important}.\!border-theme1-dark_cyan-100_o8c{border-color:#0096888c!important}.\!border-theme1-dark_grey-100{--tw-border-opacity:1 !important;border-color:rgb(55 57 58 / var(--tw-border-opacity))!important}.\!border-theme1-dark_grey-100_o26{border-color:#37393a26!important}.\!border-theme1-dark_grey-100_o60{border-color:#37393a60!important}.\!border-theme1-dark_grey-100_o80{border-color:#37393a80!important}.\!border-theme1-dark_grey-100_o8c{border-color:#37393a8c!important}.\!border-theme1-dark_spring_green-100{--tw-border-opacity:1 !important;border-color:rgb(23 92 85 / var(--tw-border-opacity))!important}.\!border-theme1-dark_spring_green-100_o26{border-color:#175c5526!important}.\!border-theme1-dark_spring_green-100_o60{border-color:#175c5560!important}.\!border-theme1-dark_spring_green-100_o80{border-color:#175c5580!important}.\!border-theme1-dark_spring_green-100_o8c{border-color:#175c558c!important}.\!border-theme1-davy_grey-100{--tw-border-opacity:1 !important;border-color:rgb(85 85 85 / var(--tw-border-opacity))!important}.\!border-theme1-davy_grey-100_o26{border-color:#55555526!important}.\!border-theme1-davy_grey-100_o60{border-color:#55555560!important}.\!border-theme1-davy_grey-100_o80{border-color:#55555580!important}.\!border-theme1-davy_grey-100_o8c{border-color:#5555558c!important}.\!border-theme1-deep_carmine_pink-100{--tw-border-opacity:1 !important;border-color:rgb(236 56 53 / var(--tw-border-opacity))!important}.\!border-theme1-deep_carmine_pink-100_o26{border-color:#ec383526!important}.\!border-theme1-deep_carmine_pink-100_o60{border-color:#ec383560!important}.\!border-theme1-deep_carmine_pink-100_o80{border-color:#ec383580!important}.\!border-theme1-deep_carmine_pink-100_o8c{border-color:#ec38358c!important}.\!border-theme1-gold_crayola-100{--tw-border-opacity:1 !important;border-color:rgb(224 198 126 / var(--tw-border-opacity))!important}.\!border-theme1-gold_crayola-100_o26{border-color:#e0c67e26!important}.\!border-theme1-gold_crayola-100_o60{border-color:#e0c67e60!important}.\!border-theme1-gold_crayola-100_o80{border-color:#e0c67e80!important}.\!border-theme1-gold_crayola-100_o8c{border-color:#e0c67e8c!important}.\!border-theme1-inter_dimensional_blue-100{--tw-border-opacity:1 !important;border-color:rgb(59 25 205 / var(--tw-border-opacity))!important}.\!border-theme1-inter_dimensional_blue-100_o26{border-color:#3b19cd26!important}.\!border-theme1-inter_dimensional_blue-100_o60{border-color:#3b19cd60!important}.\!border-theme1-inter_dimensional_blue-100_o80{border-color:#3b19cd80!important}.\!border-theme1-inter_dimensional_blue-100_o8c{border-color:#3b19cd8c!important}.\!border-theme1-ironside_grey-100{--tw-border-opacity:1 !important;border-color:rgb(102 102 102 / var(--tw-border-opacity))!important}.\!border-theme1-ironside_grey-100_o26{border-color:#66666626!important}.\!border-theme1-ironside_grey-100_o60{border-color:#66666660!important}.\!border-theme1-ironside_grey-100_o80{border-color:#66666680!important}.\!border-theme1-ironside_grey-100_o8c{border-color:#6666668c!important}.\!border-theme1-jet-100{--tw-border-opacity:1 !important;border-color:rgb(55 52 48 / var(--tw-border-opacity))!important}.\!border-theme1-jet-100_o26{border-color:#37343026!important}.\!border-theme1-jet-100_o60{border-color:#37343060!important}.\!border-theme1-jet-100_o80{border-color:#37343080!important}.\!border-theme1-jet-100_o8c{border-color:#3734308c!important}.\!border-theme1-light_coral-100{--tw-border-opacity:1 !important;border-color:rgb(242 121 128 / var(--tw-border-opacity))!important}.\!border-theme1-light_coral-100_o26{border-color:#f2798026!important}.\!border-theme1-light_coral-100_o60{border-color:#f2798060!important}.\!border-theme1-light_coral-100_o80{border-color:#f2798080!important}.\!border-theme1-light_coral-100_o8c{border-color:#f279808c!important}.\!border-theme1-mandarin-100{--tw-border-opacity:1 !important;border-color:rgb(241 125 58 / var(--tw-border-opacity))!important}.\!border-theme1-mandarin-100_o26{border-color:#f17d3a26!important}.\!border-theme1-mandarin-100_o60{border-color:#f17d3a60!important}.\!border-theme1-mandarin-100_o80{border-color:#f17d3a80!important}.\!border-theme1-mandarin-100_o8c{border-color:#f17d3a8c!important}.\!border-theme1-medium_purple-100{--tw-border-opacity:1 !important;border-color:rgb(144 128 232 / var(--tw-border-opacity))!important}.\!border-theme1-medium_purple-100_o26{border-color:#9080e826!important}.\!border-theme1-medium_purple-100_o60{border-color:#9080e860!important}.\!border-theme1-medium_purple-100_o80{border-color:#9080e880!important}.\!border-theme1-medium_purple-100_o8c{border-color:#9080e88c!important}.\!border-theme1-mystic-100{--tw-border-opacity:1 !important;border-color:rgb(207 85 121 / var(--tw-border-opacity))!important}.\!border-theme1-mystic-100_o26{border-color:#cf557926!important}.\!border-theme1-mystic-100_o60{border-color:#cf557960!important}.\!border-theme1-mystic-100_o80{border-color:#cf557980!important}.\!border-theme1-mystic-100_o8c{border-color:#cf55798c!important}.\!border-theme1-northern_blue-100{--tw-border-opacity:1 !important;border-color:rgb(120 201 209 / var(--tw-border-opacity))!important}.\!border-theme1-northern_blue-100_o26{border-color:#78c9d126!important}.\!border-theme1-northern_blue-100_o60{border-color:#78c9d160!important}.\!border-theme1-northern_blue-100_o80{border-color:#78c9d180!important}.\!border-theme1-northern_blue-100_o8c{border-color:#78c9d18c!important}.\!border-theme1-pear-100{--tw-border-opacity:1 !important;border-color:rgb(210 235 47 / var(--tw-border-opacity))!important}.\!border-theme1-pear-100_o26{border-color:#d2eb2f26!important}.\!border-theme1-pear-100_o60{border-color:#d2eb2f60!important}.\!border-theme1-pear-100_o80{border-color:#d2eb2f80!important}.\!border-theme1-pear-100_o8c{border-color:#d2eb2f8c!important}.\!border-theme1-pink-100{--tw-border-opacity:1 !important;border-color:rgb(255 0 0 / var(--tw-border-opacity))!important}.\!border-theme1-pink-100_o26{border-color:#ff000026!important}.\!border-theme1-pink-100_o60{border-color:#ff000060!important}.\!border-theme1-pink-100_o80{border-color:#ff000080!important}.\!border-theme1-pink-100_o8c{border-color:#ff00008c!important}.\!border-theme1-police_blue-100{--tw-border-opacity:1 !important;border-color:rgb(34 81 107 / var(--tw-border-opacity))!important}.\!border-theme1-police_blue-100_o26{border-color:#22516b26!important}.\!border-theme1-police_blue-100_o60{border-color:#22516b60!important}.\!border-theme1-police_blue-100_o80{border-color:#22516b80!important}.\!border-theme1-police_blue-100_o8c{border-color:#22516b8c!important}.\!border-theme1-purple_pizzazz-100{--tw-border-opacity:1 !important;border-color:rgb(252 57 231 / var(--tw-border-opacity))!important}.\!border-theme1-purple_pizzazz-100_o26{border-color:#fc39e726!important}.\!border-theme1-purple_pizzazz-100_o60{border-color:#fc39e760!important}.\!border-theme1-purple_pizzazz-100_o80{border-color:#fc39e780!important}.\!border-theme1-purple_pizzazz-100_o8c{border-color:#fc39e78c!important}.\!border-theme1-razzmatazz-100{--tw-border-opacity:1 !important;border-color:rgb(233 30 99 / var(--tw-border-opacity))!important}.\!border-theme1-razzmatazz-100_o26{border-color:#e91e6326!important}.\!border-theme1-razzmatazz-100_o60{border-color:#e91e6360!important}.\!border-theme1-razzmatazz-100_o80{border-color:#e91e6380!important}.\!border-theme1-razzmatazz-100_o8c{border-color:#e91e638c!important}.\!border-theme1-redwood-100{--tw-border-opacity:1 !important;border-color:rgb(163 101 75 / var(--tw-border-opacity))!important}.\!border-theme1-redwood-100_o26{border-color:#a3654b26!important}.\!border-theme1-redwood-100_o60{border-color:#a3654b60!important}.\!border-theme1-redwood-100_o80{border-color:#a3654b80!important}.\!border-theme1-redwood-100_o8c{border-color:#a3654b8c!important}.\!border-theme1-russian_violet-100{--tw-border-opacity:1 !important;border-color:rgb(57 24 71 / var(--tw-border-opacity))!important}.\!border-theme1-russian_violet-100_o26{border-color:#39184726!important}.\!border-theme1-russian_violet-100_o60{border-color:#39184760!important}.\!border-theme1-russian_violet-100_o80{border-color:#39184780!important}.\!border-theme1-russian_violet-100_o8c{border-color:#3918478c!important}.\!border-theme1-saffron-100{--tw-border-opacity:1 !important;border-color:rgb(245 188 49 / var(--tw-border-opacity))!important}.\!border-theme1-saffron-100_o26{border-color:#f5bc3126!important}.\!border-theme1-saffron-100_o60{border-color:#f5bc3160!important}.\!border-theme1-saffron-100_o80{border-color:#f5bc3180!important}.\!border-theme1-saffron-100_o8c{border-color:#f5bc318c!important}.\!border-theme1-seashell-100{--tw-border-opacity:1 !important;border-color:rgb(241 241 241 / var(--tw-border-opacity))!important}.\!border-theme1-seashell-100_o26{border-color:#f1f1f126!important}.\!border-theme1-seashell-100_o60{border-color:#f1f1f160!important}.\!border-theme1-seashell-100_o80{border-color:#f1f1f180!important}.\!border-theme1-seashell-100_o8c{border-color:#f1f1f18c!important}.\!border-theme1-slate_gray-100{--tw-border-opacity:1 !important;border-color:rgb(109 123 141 / var(--tw-border-opacity))!important}.\!border-theme1-slate_gray-100_o26{border-color:#6d7b8d26!important}.\!border-theme1-slate_gray-100_o60{border-color:#6d7b8d60!important}.\!border-theme1-slate_gray-100_o80{border-color:#6d7b8d80!important}.\!border-theme1-slate_gray-100_o8c{border-color:#6d7b8d8c!important}.\!border-theme1-spanish_bistre-100{--tw-border-opacity:1 !important;border-color:rgb(116 123 55 / var(--tw-border-opacity))!important}.\!border-theme1-spanish_bistre-100_o26{border-color:#747b3726!important}.\!border-theme1-spanish_bistre-100_o60{border-color:#747b3760!important}.\!border-theme1-spanish_bistre-100_o80{border-color:#747b3780!important}.\!border-theme1-spanish_bistre-100_o8c{border-color:#747b378c!important}.\!border-theme1-storm_cloud-100{--tw-border-opacity:1 !important;border-color:rgb(87 96 98 / var(--tw-border-opacity))!important}.\!border-theme1-storm_cloud-100_o26{border-color:#57606226!important}.\!border-theme1-storm_cloud-100_o60{border-color:#57606260!important}.\!border-theme1-storm_cloud-100_o80{border-color:#57606280!important}.\!border-theme1-storm_cloud-100_o8c{border-color:#5760628c!important}.\!border-theme1-sunray-100{--tw-border-opacity:1 !important;border-color:rgb(222 182 77 / var(--tw-border-opacity))!important}.\!border-theme1-sunray-100_o26{border-color:#deb64d26!important}.\!border-theme1-sunray-100_o60{border-color:#deb64d60!important}.\!border-theme1-sunray-100_o80{border-color:#deb64d80!important}.\!border-theme1-sunray-100_o8c{border-color:#deb64d8c!important}.\!border-theme1-vegas_gold-100{--tw-border-opacity:1 !important;border-color:rgb(205 198 89 / var(--tw-border-opacity))!important}.\!border-theme1-vegas_gold-100_o26{border-color:#cdc65926!important}.\!border-theme1-vegas_gold-100_o60{border-color:#cdc65960!important}.\!border-theme1-vegas_gold-100_o80{border-color:#cdc65980!important}.\!border-theme1-vegas_gold-100_o8c{border-color:#cdc6598c!important}.\!border-theme1-vivid_violet-100{--tw-border-opacity:1 !important;border-color:rgb(170 0 255 / var(--tw-border-opacity))!important}.\!border-theme1-vivid_violet-100_o26{border-color:#aa00ff26!important}.\!border-theme1-vivid_violet-100_o60{border-color:#aa00ff60!important}.\!border-theme1-vivid_violet-100_o80{border-color:#aa00ff80!important}.\!border-theme1-vivid_violet-100_o8c{border-color:#aa00ff8c!important}.\!border-theme1-yellow_red-100{--tw-border-opacity:1 !important;border-color:rgb(245 179 67 / var(--tw-border-opacity))!important}.\!border-theme1-yellow_red-100_o26{border-color:#f5b34326!important}.\!border-theme1-yellow_red-100_o60{border-color:#f5b34360!important}.\!border-theme1-yellow_red-100_o80{border-color:#f5b34380!important}.\!border-theme1-yellow_red-100_o8c{border-color:#f5b3438c!important}.\!border-theme10-chinese_black-100{--tw-border-opacity:1 !important;border-color:rgb(19 20 20 / var(--tw-border-opacity))!important}.\!border-theme10-chinese_black-100_o26{border-color:#13141426!important}.\!border-theme10-chinese_black-100_o60{border-color:#13141460!important}.\!border-theme10-chinese_black-100_o80{border-color:#13141480!important}.\!border-theme10-dark_cyan-100{--tw-border-opacity:1 !important;border-color:rgb(0 150 136 / var(--tw-border-opacity))!important}.\!border-theme10-dark_cyan-100_o26{border-color:#00968826!important}.\!border-theme10-dark_cyan-100_o60{border-color:#00968860!important}.\!border-theme10-dark_cyan-100_o80{border-color:#00968880!important}.\!border-theme10-mandarin-100{--tw-border-opacity:1 !important;border-color:rgb(241 125 58 / var(--tw-border-opacity))!important}.\!border-theme10-mandarin-100_o26{border-color:#f17d3a26!important}.\!border-theme10-mandarin-100_o60{border-color:#f17d3a60!important}.\!border-theme10-mandarin-100_o80{border-color:#f17d3a80!important}.\!border-theme10-upsdell_red-100{--tw-border-opacity:1 !important;border-color:rgb(171 35 36 / var(--tw-border-opacity))!important}.\!border-theme10-upsdell_red-100_o26{border-color:#ab232426!important}.\!border-theme10-upsdell_red-100_o60{border-color:#ab232460!important}.\!border-theme10-upsdell_red-100_o80{border-color:#ab232480!important}.\!border-theme10-yellow_red-100{--tw-border-opacity:1 !important;border-color:rgb(245 179 67 / var(--tw-border-opacity))!important}.\!border-theme10-yellow_red-100_o26{border-color:#f5b34326!important}.\!border-theme10-yellow_red-100_o60{border-color:#f5b34360!important}.\!border-theme10-yellow_red-100_o80{border-color:#f5b34380!important}.\!border-theme2-blue_ncs-100{--tw-border-opacity:1 !important;border-color:rgb(0 133 196 / var(--tw-border-opacity))!important}.\!border-theme2-blue_ncs-100_o26{border-color:#0085c426!important}.\!border-theme2-blue_ncs-100_o60{border-color:#0085c460!important}.\!border-theme2-blue_ncs-100_o80{border-color:#0085c480!important}.\!border-theme3-yellow_red-100{--tw-border-opacity:1 !important;border-color:rgb(245 179 67 / var(--tw-border-opacity))!important}.\!border-theme3-yellow_red-100_o26{border-color:#f5b34326!important}.\!border-theme3-yellow_red-100_o60{border-color:#f5b34360!important}.\!border-theme3-yellow_red-100_o80{border-color:#f5b34380!important}.\!border-theme4-deep_carmine_pink-100{--tw-border-opacity:1 !important;border-color:rgb(236 56 53 / var(--tw-border-opacity))!important}.\!border-theme4-deep_carmine_pink-100_2s{--tw-border-opacity:1 !important;border-color:rgb(189 45 42 / var(--tw-border-opacity))!important}.\!border-theme4-deep_carmine_pink-100_3s{--tw-border-opacity:1 !important;border-color:rgb(165 39 37 / var(--tw-border-opacity))!important}.\!border-theme4-deep_carmine_pink-100_4s{--tw-border-opacity:1 !important;border-color:rgb(106 25 24 / var(--tw-border-opacity))!important}.\!border-theme4-deep_carmine_pink-100_5s{--tw-border-opacity:1 !important;border-color:rgb(83 20 19 / var(--tw-border-opacity))!important}.\!border-theme4-deep_carmine_pink-100_o26{border-color:#ec383526!important}.\!border-theme4-deep_carmine_pink-100_o60{border-color:#ec383560!important}.\!border-theme4-deep_carmine_pink-100_o80{border-color:#ec383580!important}.\!border-theme4-mandarin-100{--tw-border-opacity:1 !important;border-color:rgb(241 125 58 / var(--tw-border-opacity))!important}.\!border-theme4-mandarin-100_2s{--tw-border-opacity:1 !important;border-color:rgb(193 100 46 / var(--tw-border-opacity))!important}.\!border-theme4-mandarin-100_3s{--tw-border-opacity:1 !important;border-color:rgb(169 88 41 / var(--tw-border-opacity))!important}.\!border-theme4-mandarin-100_4s{--tw-border-opacity:1 !important;border-color:rgb(108 56 26 / var(--tw-border-opacity))!important}.\!border-theme4-mandarin-100_5s{--tw-border-opacity:1 !important;border-color:rgb(84 44 20 / var(--tw-border-opacity))!important}.\!border-theme4-mandarin-100_o26{border-color:#f17d3a26!important}.\!border-theme4-mandarin-100_o60{border-color:#f17d3a60!important}.\!border-theme4-mandarin-100_o80{border-color:#f17d3a80!important}.\!border-theme4-yellow_red-100{--tw-border-opacity:1 !important;border-color:rgb(245 179 67 / var(--tw-border-opacity))!important}.\!border-theme4-yellow_red-100_2s{--tw-border-opacity:1 !important;border-color:rgb(196 143 54 / var(--tw-border-opacity))!important}.\!border-theme4-yellow_red-100_3s{--tw-border-opacity:1 !important;border-color:rgb(172 125 47 / var(--tw-border-opacity))!important}.\!border-theme4-yellow_red-100_4s{--tw-border-opacity:1 !important;border-color:rgb(110 81 30 / var(--tw-border-opacity))!important}.\!border-theme4-yellow_red-100_5s{--tw-border-opacity:1 !important;border-color:rgb(86 63 23 / var(--tw-border-opacity))!important}.\!border-theme4-yellow_red-100_o26{border-color:#f5b34326!important}.\!border-theme4-yellow_red-100_o60{border-color:#f5b34360!important}.\!border-theme4-yellow_red-100_o80{border-color:#f5b34380!important}.\!border-theme5-mandarin-100{--tw-border-opacity:1 !important;border-color:rgb(241 125 58 / var(--tw-border-opacity))!important}.\!border-theme5-mandarin-100_o26{border-color:#f17d3a26!important}.\!border-theme5-mandarin-100_o60{border-color:#f17d3a60!important}.\!border-theme5-mandarin-100_o80{border-color:#f17d3a80!important}.\!border-theme5-yellow_red-100{--tw-border-opacity:1 !important;border-color:rgb(245 179 67 / var(--tw-border-opacity))!important}.\!border-theme5-yellow_red-100_o26{border-color:#f5b34326!important}.\!border-theme5-yellow_red-100_o60{border-color:#f5b34360!important}.\!border-theme5-yellow_red-100_o80{border-color:#f5b34380!important}.\!border-theme6-dark_cyan-100{--tw-border-opacity:1 !important;border-color:rgb(0 150 136 / var(--tw-border-opacity))!important}.\!border-theme6-dark_cyan-100_o26{border-color:#00968826!important}.\!border-theme6-dark_cyan-100_o60{border-color:#00968860!important}.\!border-theme6-dark_cyan-100_o80{border-color:#00968880!important}.\!border-theme6-mandarin-100{--tw-border-opacity:1 !important;border-color:rgb(241 125 58 / var(--tw-border-opacity))!important}.\!border-theme6-mandarin-100_o26{border-color:#f17d3a26!important}.\!border-theme6-mandarin-100_o60{border-color:#f17d3a60!important}.\!border-theme6-mandarin-100_o80{border-color:#f17d3a80!important}.\!border-theme6-yellow_red-100{--tw-border-opacity:1 !important;border-color:rgb(245 179 67 / var(--tw-border-opacity))!important}.\!border-theme6-yellow_red-100_o26{border-color:#f5b34326!important}.\!border-theme6-yellow_red-100_o60{border-color:#f5b34360!important}.\!border-theme6-yellow_red-100_o80{border-color:#f5b34380!important}.\!border-theme7-chinese_black-100{--tw-border-opacity:1 !important;border-color:rgb(19 20 20 / var(--tw-border-opacity))!important}.\!border-theme7-chinese_black-100_o26{border-color:#13141426!important}.\!border-theme7-chinese_black-100_o60{border-color:#13141460!important}.\!border-theme7-chinese_black-100_o80{border-color:#13141480!important}.\!border-theme7-dark_cyan-100{--tw-border-opacity:1 !important;border-color:rgb(0 150 136 / var(--tw-border-opacity))!important}.\!border-theme7-dark_cyan-100_o26{border-color:#00968826!important}.\!border-theme7-dark_cyan-100_o60{border-color:#00968860!important}.\!border-theme7-dark_cyan-100_o80{border-color:#00968880!important}.\!border-theme7-mandarin-100{--tw-border-opacity:1 !important;border-color:rgb(241 125 58 / var(--tw-border-opacity))!important}.\!border-theme7-mandarin-100_o26{border-color:#f17d3a26!important}.\!border-theme7-mandarin-100_o60{border-color:#f17d3a60!important}.\!border-theme7-mandarin-100_o80{border-color:#f17d3a80!important}.\!border-theme7-yellow_red-100{--tw-border-opacity:1 !important;border-color:rgb(245 179 67 / var(--tw-border-opacity))!important}.\!border-theme7-yellow_red-100_o26{border-color:#f5b34326!important}.\!border-theme7-yellow_red-100_o60{border-color:#f5b34360!important}.\!border-theme7-yellow_red-100_o80{border-color:#f5b34380!important}.\!border-theme8-chinese_black-100{--tw-border-opacity:1 !important;border-color:rgb(19 20 20 / var(--tw-border-opacity))!important}.\!border-theme8-chinese_black-100_o10{border-color:#13141410!important}.\!border-theme8-chinese_black-100_o26{border-color:#13141426!important}.\!border-theme8-chinese_black-100_o60{border-color:#13141460!important}.\!border-theme8-chinese_black-100_o80{border-color:#13141480!important}.\!border-theme8-dark_cyan-100{--tw-border-opacity:1 !important;border-color:rgb(0 150 136 / var(--tw-border-opacity))!important}.\!border-theme8-dark_cyan-100_o10{border-color:#00968810!important}.\!border-theme8-dark_cyan-100_o26{border-color:#00968826!important}.\!border-theme8-dark_cyan-100_o60{border-color:#00968860!important}.\!border-theme8-dark_cyan-100_o80{border-color:#00968880!important}.\!border-theme8-mandarin-100{--tw-border-opacity:1 !important;border-color:rgb(241 125 58 / var(--tw-border-opacity))!important}.\!border-theme8-mandarin-100_o10{border-color:#f17d3a10!important}.\!border-theme8-mandarin-100_o26{border-color:#f17d3a26!important}.\!border-theme8-mandarin-100_o60{border-color:#f17d3a60!important}.\!border-theme8-mandarin-100_o80{border-color:#f17d3a80!important}.\!border-theme8-upsdell_red-100{--tw-border-opacity:1 !important;border-color:rgb(171 35 36 / var(--tw-border-opacity))!important}.\!border-theme8-upsdell_red-100_o10{border-color:#ab232410!important}.\!border-theme8-upsdell_red-100_o26{border-color:#ab232426!important}.\!border-theme8-upsdell_red-100_o60{border-color:#ab232460!important}.\!border-theme8-upsdell_red-100_o80{border-color:#ab232480!important}.\!border-theme8-yellow_red-100{--tw-border-opacity:1 !important;border-color:rgb(245 179 67 / var(--tw-border-opacity))!important}.\!border-theme8-yellow_red-100_o10{border-color:#f5b34310!important}.\!border-theme8-yellow_red-100_o26{border-color:#f5b34326!important}.\!border-theme8-yellow_red-100_o60{border-color:#f5b34360!important}.\!border-theme8-yellow_red-100_o80{border-color:#f5b34380!important}.\!border-theme9-chinese_black-100{--tw-border-opacity:1 !important;border-color:rgb(19 20 20 / var(--tw-border-opacity))!important}.\!border-theme9-chinese_black-100_o26{border-color:#13141426!important}.\!border-theme9-chinese_black-100_o60{border-color:#13141460!important}.\!border-theme9-chinese_black-100_o80{border-color:#13141480!important}.\!border-theme9-dark_cyan-100{--tw-border-opacity:1 !important;border-color:rgb(0 150 136 / var(--tw-border-opacity))!important}.\!border-theme9-dark_cyan-100_o26{border-color:#00968826!important}.\!border-theme9-dark_cyan-100_o60{border-color:#00968860!important}.\!border-theme9-dark_cyan-100_o80{border-color:#00968880!important}.\!border-theme9-mandarin-100{--tw-border-opacity:1 !important;border-color:rgb(241 125 58 / var(--tw-border-opacity))!important}.\!border-theme9-mandarin-100_o26{border-color:#f17d3a26!important}.\!border-theme9-mandarin-100_o60{border-color:#f17d3a60!important}.\!border-theme9-mandarin-100_o80{border-color:#f17d3a80!important}.\!border-theme9-upsdell_red-100{--tw-border-opacity:1 !important;border-color:rgb(171 35 36 / var(--tw-border-opacity))!important}.\!border-theme9-upsdell_red-100_o26{border-color:#ab232426!important}.\!border-theme9-upsdell_red-100_o60{border-color:#ab232460!important}.\!border-theme9-upsdell_red-100_o80{border-color:#ab232480!important}.\!border-theme9-yellow_red-100{--tw-border-opacity:1 !important;border-color:rgb(245 179 67 / var(--tw-border-opacity))!important}.\!border-theme9-yellow_red-100_o26{border-color:#f5b34326!important}.\!border-theme9-yellow_red-100_o60{border-color:#f5b34360!important}.\!border-theme9-yellow_red-100_o80{border-color:#f5b34380!important}.border-\[\#00D959\]{--tw-border-opacity:1;border-color:rgb(0 217 89 / var(--tw-border-opacity))}.border-\[\#02C050\]{--tw-border-opacity:1;border-color:rgb(2 192 80 / var(--tw-border-opacity))}.border-\[\#1E1D1D1F\]{border-color:#1e1d1d1f}.border-\[\#222222\]{--tw-border-opacity:1;border-color:rgb(34 34 34 / var(--tw-border-opacity))}.border-\[\#5B21B6\]{--tw-border-opacity:1;border-color:rgb(91 33 182 / var(--tw-border-opacity))}.border-\[\#9ca3af50\]{border-color:#9ca3af50}.border-\[\#B9B9BA\]{--tw-border-opacity:1;border-color:rgb(185 185 186 / var(--tw-border-opacity))}.border-\[\#C0C0C0\]{--tw-border-opacity:1;border-color:rgb(192 192 192 / var(--tw-border-opacity))}.border-\[\#C1C1C1\]{--tw-border-opacity:1;border-color:rgb(193 193 193 / var(--tw-border-opacity))}.border-\[\#C6C6C8\]{--tw-border-opacity:1;border-color:rgb(198 198 200 / var(--tw-border-opacity))}.border-\[\#D1D5DB\]{--tw-border-opacity:1;border-color:rgb(209 213 219 / var(--tw-border-opacity))}.border-\[\#D2D5DA\]{--tw-border-opacity:1;border-color:rgb(210 213 218 / var(--tw-border-opacity))}.border-\[\#D7DADE\]{--tw-border-opacity:1;border-color:rgb(215 218 222 / var(--tw-border-opacity))}.border-\[\#ccc\]{--tw-border-opacity:1;border-color:rgb(204 204 204 / var(--tw-border-opacity))}.border-\[black\]{--tw-border-opacity:1;border-color:rgb(0 0 0 / var(--tw-border-opacity))}.border-auro_metal_saurus-100{--tw-border-opacity:1;border-color:rgb(108 114 127 / var(--tw-border-opacity))}.border-black-100{--tw-border-opacity:1;border-color:rgb(0 0 0 / var(--tw-border-opacity))}.border-blue_gray-100{--tw-border-opacity:1;border-color:rgb(209 213 219 / var(--tw-border-opacity))}.border-deep_purple-600{--tw-border-opacity:1;border-color:rgb(91 33 182 / var(--tw-border-opacity))}.border-gray-200{--tw-border-opacity:1;border-color:rgb(229 231 235 / var(--tw-border-opacity))}.border-gray-300{--tw-border-opacity:1;border-color:rgb(209 213 219 / var(--tw-border-opacity))}.border-gray-400{--tw-border-opacity:1;border-color:rgb(156 163 175 / var(--tw-border-opacity))}.border-qr-american_green-100{--tw-border-opacity:1;border-color:rgb(35 179 58 / var(--tw-border-opacity))}.border-qr-byzantine-100{--tw-border-opacity:1;border-color:rgb(200 55 171 / var(--tw-border-opacity))}.border-qr-cyan_process-100{--tw-border-opacity:1;border-color:rgb(0 183 240 / var(--tw-border-opacity))}.border-qr-deep_saffron-100{--tw-border-opacity:1;border-color:rgb(255 147 39 / var(--tw-border-opacity))}.border-qr-dirt-100{--tw-border-opacity:1;border-color:rgb(160 111 75 / var(--tw-border-opacity))}.border-qr-eerie_black-100{--tw-border-opacity:1;border-color:rgb(30 30 30 / var(--tw-border-opacity))}.border-qr-grape-100{--tw-border-opacity:1;border-color:rgb(91 33 182 / var(--tw-border-opacity))}.border-qr-keppel-100{--tw-border-opacity:1;border-color:rgb(66 170 164 / var(--tw-border-opacity))}.border-qr-mustard-100{--tw-border-opacity:1;border-color:rgb(255 221 85 / var(--tw-border-opacity))}.border-qr-rosso_corsa-100{--tw-border-opacity:1;border-color:rgb(210 0 0 / var(--tw-border-opacity))}.border-red-700{--tw-border-opacity:1;border-color:rgb(185 28 28 / var(--tw-border-opacity))}.border-theme1-antique_bronze-100{--tw-border-opacity:1;border-color:rgb(112 96 32 / var(--tw-border-opacity))}.border-theme1-antique_bronze-100_o26{border-color:#70602026}.border-theme1-antique_bronze-100_o60{border-color:#70602060}.border-theme1-antique_bronze-100_o80{border-color:#70602080}.border-theme1-antique_bronze-100_o8c{border-color:#7060208c}.border-theme1-black_cow-100{--tw-border-opacity:1;border-color:rgb(72 72 72 / var(--tw-border-opacity))}.border-theme1-black_cow-100_o26{border-color:#48484826}.border-theme1-black_cow-100_o60{border-color:#48484860}.border-theme1-black_cow-100_o80{border-color:#48484880}.border-theme1-black_cow-100_o8c{border-color:#4848488c}.border-theme1-black_olive-100{--tw-border-opacity:1;border-color:rgb(60 61 65 / var(--tw-border-opacity))}.border-theme1-black_olive-100_o26{border-color:#3c3d4126}.border-theme1-black_olive-100_o60{border-color:#3c3d4160}.border-theme1-black_olive-100_o80{border-color:#3c3d4180}.border-theme1-black_olive-100_o8c{border-color:#3c3d418c}.border-theme1-blue_france-100{--tw-border-opacity:1;border-color:rgb(45 155 234 / var(--tw-border-opacity))}.border-theme1-blue_france-100_o26{border-color:#2d9bea26}.border-theme1-blue_france-100_o60{border-color:#2d9bea60}.border-theme1-blue_france-100_o80{border-color:#2d9bea80}.border-theme1-blue_france-100_o8c{border-color:#2d9bea8c}.border-theme1-blue_green-100{--tw-border-opacity:1;border-color:rgb(44 177 189 / var(--tw-border-opacity))}.border-theme1-blue_green-100_o26{border-color:#2cb1bd26}.border-theme1-blue_green-100_o60{border-color:#2cb1bd60}.border-theme1-blue_green-100_o80{border-color:#2cb1bd80}.border-theme1-blue_green-100_o8c{border-color:#2cb1bd8c}.border-theme1-bole-100{--tw-border-opacity:1;border-color:rgb(124 78 62 / var(--tw-border-opacity))}.border-theme1-bole-100_o26{border-color:#7c4e3e26}.border-theme1-bole-100_o60{border-color:#7c4e3e60}.border-theme1-bole-100_o80{border-color:#7c4e3e80}.border-theme1-bole-100_o8c{border-color:#7c4e3e8c}.border-theme1-brick_red-100{--tw-border-opacity:1;border-color:rgb(205 66 89 / var(--tw-border-opacity))}.border-theme1-brick_red-100_o26{border-color:#cd425926}.border-theme1-brick_red-100_o60{border-color:#cd425960}.border-theme1-brick_red-100_o80{border-color:#cd425980}.border-theme1-brick_red-100_o8c{border-color:#cd42598c}.border-theme1-button_blue-100{--tw-border-opacity:1;border-color:rgb(33 150 243 / var(--tw-border-opacity))}.border-theme1-button_blue-100_o26{border-color:#2196f326}.border-theme1-button_blue-100_o60{border-color:#2196f360}.border-theme1-button_blue-100_o80{border-color:#2196f380}.border-theme1-button_blue-100_o8c{border-color:#2196f38c}.border-theme1-charcoal-100{--tw-border-opacity:1;border-color:rgb(47 67 92 / var(--tw-border-opacity))}.border-theme1-charcoal-100_o26{border-color:#2f435c26}.border-theme1-charcoal-100_o60{border-color:#2f435c60}.border-theme1-charcoal-100_o80{border-color:#2f435c80}.border-theme1-charcoal-100_o8c{border-color:#2f435c8c}.border-theme1-charcoal_grey-100{--tw-border-opacity:1;border-color:rgb(60 65 65 / var(--tw-border-opacity))}.border-theme1-charcoal_grey-100_o26{border-color:#3c414126}.border-theme1-charcoal_grey-100_o60{border-color:#3c414160}.border-theme1-charcoal_grey-100_o80{border-color:#3c414180}.border-theme1-charcoal_grey-100_o8c{border-color:#3c41418c}.border-theme1-dark_cerulean-100{--tw-border-opacity:1;border-color:rgb(21 62 117 / var(--tw-border-opacity))}.border-theme1-dark_cerulean-100_o26{border-color:#153e7526}.border-theme1-dark_cerulean-100_o60{border-color:#153e7560}.border-theme1-dark_cerulean-100_o80{border-color:#153e7580}.border-theme1-dark_cerulean-100_o8c{border-color:#153e758c}.border-theme1-dark_cyan-100{--tw-border-opacity:1;border-color:rgb(0 150 136 / var(--tw-border-opacity))}.border-theme1-dark_cyan-100_o26{border-color:#00968826}.border-theme1-dark_cyan-100_o60{border-color:#00968860}.border-theme1-dark_cyan-100_o80{border-color:#00968880}.border-theme1-dark_cyan-100_o8c{border-color:#0096888c}.border-theme1-dark_grey-100{--tw-border-opacity:1;border-color:rgb(55 57 58 / var(--tw-border-opacity))}.border-theme1-dark_grey-100_o26{border-color:#37393a26}.border-theme1-dark_grey-100_o60{border-color:#37393a60}.border-theme1-dark_grey-100_o80{border-color:#37393a80}.border-theme1-dark_grey-100_o8c{border-color:#37393a8c}.border-theme1-dark_spring_green-100{--tw-border-opacity:1;border-color:rgb(23 92 85 / var(--tw-border-opacity))}.border-theme1-dark_spring_green-100_o26{border-color:#175c5526}.border-theme1-dark_spring_green-100_o60{border-color:#175c5560}.border-theme1-dark_spring_green-100_o80{border-color:#175c5580}.border-theme1-dark_spring_green-100_o8c{border-color:#175c558c}.border-theme1-davy_grey-100{--tw-border-opacity:1;border-color:rgb(85 85 85 / var(--tw-border-opacity))}.border-theme1-davy_grey-100_o26{border-color:#55555526}.border-theme1-davy_grey-100_o60{border-color:#55555560}.border-theme1-davy_grey-100_o80{border-color:#55555580}.border-theme1-davy_grey-100_o8c{border-color:#5555558c}.border-theme1-deep_carmine_pink-100{--tw-border-opacity:1;border-color:rgb(236 56 53 / var(--tw-border-opacity))}.border-theme1-deep_carmine_pink-100_o26{border-color:#ec383526}.border-theme1-deep_carmine_pink-100_o60{border-color:#ec383560}.border-theme1-deep_carmine_pink-100_o80{border-color:#ec383580}.border-theme1-deep_carmine_pink-100_o8c{border-color:#ec38358c}.border-theme1-gold_crayola-100{--tw-border-opacity:1;border-color:rgb(224 198 126 / var(--tw-border-opacity))}.border-theme1-gold_crayola-100_o26{border-color:#e0c67e26}.border-theme1-gold_crayola-100_o60{border-color:#e0c67e60}.border-theme1-gold_crayola-100_o80{border-color:#e0c67e80}.border-theme1-gold_crayola-100_o8c{border-color:#e0c67e8c}.border-theme1-inter_dimensional_blue-100{--tw-border-opacity:1;border-color:rgb(59 25 205 / var(--tw-border-opacity))}.border-theme1-inter_dimensional_blue-100_o26{border-color:#3b19cd26}.border-theme1-inter_dimensional_blue-100_o60{border-color:#3b19cd60}.border-theme1-inter_dimensional_blue-100_o80{border-color:#3b19cd80}.border-theme1-inter_dimensional_blue-100_o8c{border-color:#3b19cd8c}.border-theme1-ironside_grey-100{--tw-border-opacity:1;border-color:rgb(102 102 102 / var(--tw-border-opacity))}.border-theme1-ironside_grey-100_o26{border-color:#66666626}.border-theme1-ironside_grey-100_o60{border-color:#66666660}.border-theme1-ironside_grey-100_o80{border-color:#66666680}.border-theme1-ironside_grey-100_o8c{border-color:#6666668c}.border-theme1-jet-100{--tw-border-opacity:1;border-color:rgb(55 52 48 / var(--tw-border-opacity))}.border-theme1-jet-100_o26{border-color:#37343026}.border-theme1-jet-100_o60{border-color:#37343060}.border-theme1-jet-100_o80{border-color:#37343080}.border-theme1-jet-100_o8c{border-color:#3734308c}.border-theme1-light_coral-100{--tw-border-opacity:1;border-color:rgb(242 121 128 / var(--tw-border-opacity))}.border-theme1-light_coral-100_o26{border-color:#f2798026}.border-theme1-light_coral-100_o60{border-color:#f2798060}.border-theme1-light_coral-100_o80{border-color:#f2798080}.border-theme1-light_coral-100_o8c{border-color:#f279808c}.border-theme1-mandarin-100{--tw-border-opacity:1;border-color:rgb(241 125 58 / var(--tw-border-opacity))}.border-theme1-mandarin-100_o26{border-color:#f17d3a26}.border-theme1-mandarin-100_o60{border-color:#f17d3a60}.border-theme1-mandarin-100_o80{border-color:#f17d3a80}.border-theme1-mandarin-100_o8c{border-color:#f17d3a8c}.border-theme1-medium_purple-100{--tw-border-opacity:1;border-color:rgb(144 128 232 / var(--tw-border-opacity))}.border-theme1-medium_purple-100_o26{border-color:#9080e826}.border-theme1-medium_purple-100_o60{border-color:#9080e860}.border-theme1-medium_purple-100_o80{border-color:#9080e880}.border-theme1-medium_purple-100_o8c{border-color:#9080e88c}.border-theme1-mystic-100{--tw-border-opacity:1;border-color:rgb(207 85 121 / var(--tw-border-opacity))}.border-theme1-mystic-100_o26{border-color:#cf557926}.border-theme1-mystic-100_o60{border-color:#cf557960}.border-theme1-mystic-100_o80{border-color:#cf557980}.border-theme1-mystic-100_o8c{border-color:#cf55798c}.border-theme1-northern_blue-100{--tw-border-opacity:1;border-color:rgb(120 201 209 / var(--tw-border-opacity))}.border-theme1-northern_blue-100_o26{border-color:#78c9d126}.border-theme1-northern_blue-100_o60{border-color:#78c9d160}.border-theme1-northern_blue-100_o80{border-color:#78c9d180}.border-theme1-northern_blue-100_o8c{border-color:#78c9d18c}.border-theme1-pear-100{--tw-border-opacity:1;border-color:rgb(210 235 47 / var(--tw-border-opacity))}.border-theme1-pear-100_o26{border-color:#d2eb2f26}.border-theme1-pear-100_o60{border-color:#d2eb2f60}.border-theme1-pear-100_o80{border-color:#d2eb2f80}.border-theme1-pear-100_o8c{border-color:#d2eb2f8c}.border-theme1-pink-100{--tw-border-opacity:1;border-color:rgb(255 0 0 / var(--tw-border-opacity))}.border-theme1-pink-100_o26{border-color:#ff000026}.border-theme1-pink-100_o60{border-color:#ff000060}.border-theme1-pink-100_o80{border-color:#ff000080}.border-theme1-pink-100_o8c{border-color:#ff00008c}.border-theme1-police_blue-100{--tw-border-opacity:1;border-color:rgb(34 81 107 / var(--tw-border-opacity))}.border-theme1-police_blue-100_o26{border-color:#22516b26}.border-theme1-police_blue-100_o60{border-color:#22516b60}.border-theme1-police_blue-100_o80{border-color:#22516b80}.border-theme1-police_blue-100_o8c{border-color:#22516b8c}.border-theme1-purple_pizzazz-100{--tw-border-opacity:1;border-color:rgb(252 57 231 / var(--tw-border-opacity))}.border-theme1-purple_pizzazz-100_o26{border-color:#fc39e726}.border-theme1-purple_pizzazz-100_o60{border-color:#fc39e760}.border-theme1-purple_pizzazz-100_o80{border-color:#fc39e780}.border-theme1-purple_pizzazz-100_o8c{border-color:#fc39e78c}.border-theme1-razzmatazz-100{--tw-border-opacity:1;border-color:rgb(233 30 99 / var(--tw-border-opacity))}.border-theme1-razzmatazz-100_o26{border-color:#e91e6326}.border-theme1-razzmatazz-100_o60{border-color:#e91e6360}.border-theme1-razzmatazz-100_o80{border-color:#e91e6380}.border-theme1-razzmatazz-100_o8c{border-color:#e91e638c}.border-theme1-redwood-100{--tw-border-opacity:1;border-color:rgb(163 101 75 / var(--tw-border-opacity))}.border-theme1-redwood-100_o26{border-color:#a3654b26}.border-theme1-redwood-100_o60{border-color:#a3654b60}.border-theme1-redwood-100_o80{border-color:#a3654b80}.border-theme1-redwood-100_o8c{border-color:#a3654b8c}.border-theme1-russian_violet-100{--tw-border-opacity:1;border-color:rgb(57 24 71 / var(--tw-border-opacity))}.border-theme1-russian_violet-100_o26{border-color:#39184726}.border-theme1-russian_violet-100_o60{border-color:#39184760}.border-theme1-russian_violet-100_o80{border-color:#39184780}.border-theme1-russian_violet-100_o8c{border-color:#3918478c}.border-theme1-saffron-100{--tw-border-opacity:1;border-color:rgb(245 188 49 / var(--tw-border-opacity))}.border-theme1-saffron-100_o26{border-color:#f5bc3126}.border-theme1-saffron-100_o60{border-color:#f5bc3160}.border-theme1-saffron-100_o80{border-color:#f5bc3180}.border-theme1-saffron-100_o8c{border-color:#f5bc318c}.border-theme1-seashell-100{--tw-border-opacity:1;border-color:rgb(241 241 241 / var(--tw-border-opacity))}.border-theme1-seashell-100_o26{border-color:#f1f1f126}.border-theme1-seashell-100_o60{border-color:#f1f1f160}.border-theme1-seashell-100_o80{border-color:#f1f1f180}.border-theme1-seashell-100_o8c{border-color:#f1f1f18c}.border-theme1-slate_gray-100{--tw-border-opacity:1;border-color:rgb(109 123 141 / var(--tw-border-opacity))}.border-theme1-slate_gray-100_o26{border-color:#6d7b8d26}.border-theme1-slate_gray-100_o60{border-color:#6d7b8d60}.border-theme1-slate_gray-100_o80{border-color:#6d7b8d80}.border-theme1-slate_gray-100_o8c{border-color:#6d7b8d8c}.border-theme1-spanish_bistre-100{--tw-border-opacity:1;border-color:rgb(116 123 55 / var(--tw-border-opacity))}.border-theme1-spanish_bistre-100_o26{border-color:#747b3726}.border-theme1-spanish_bistre-100_o60{border-color:#747b3760}.border-theme1-spanish_bistre-100_o80{border-color:#747b3780}.border-theme1-spanish_bistre-100_o8c{border-color:#747b378c}.border-theme1-storm_cloud-100{--tw-border-opacity:1;border-color:rgb(87 96 98 / var(--tw-border-opacity))}.border-theme1-storm_cloud-100_o26{border-color:#57606226}.border-theme1-storm_cloud-100_o60{border-color:#57606260}.border-theme1-storm_cloud-100_o80{border-color:#57606280}.border-theme1-storm_cloud-100_o8c{border-color:#5760628c}.border-theme1-sunray-100{--tw-border-opacity:1;border-color:rgb(222 182 77 / var(--tw-border-opacity))}.border-theme1-sunray-100_o26{border-color:#deb64d26}.border-theme1-sunray-100_o60{border-color:#deb64d60}.border-theme1-sunray-100_o80{border-color:#deb64d80}.border-theme1-sunray-100_o8c{border-color:#deb64d8c}.border-theme1-vegas_gold-100{--tw-border-opacity:1;border-color:rgb(205 198 89 / var(--tw-border-opacity))}.border-theme1-vegas_gold-100_o26{border-color:#cdc65926}.border-theme1-vegas_gold-100_o60{border-color:#cdc65960}.border-theme1-vegas_gold-100_o80{border-color:#cdc65980}.border-theme1-vegas_gold-100_o8c{border-color:#cdc6598c}.border-theme1-vivid_violet-100{--tw-border-opacity:1;border-color:rgb(170 0 255 / var(--tw-border-opacity))}.border-theme1-vivid_violet-100_o26{border-color:#aa00ff26}.border-theme1-vivid_violet-100_o60{border-color:#aa00ff60}.border-theme1-vivid_violet-100_o80{border-color:#aa00ff80}.border-theme1-vivid_violet-100_o8c{border-color:#aa00ff8c}.border-theme1-yellow_red-100{--tw-border-opacity:1;border-color:rgb(245 179 67 / var(--tw-border-opacity))}.border-theme1-yellow_red-100_o26{border-color:#f5b34326}.border-theme1-yellow_red-100_o60{border-color:#f5b34360}.border-theme1-yellow_red-100_o80{border-color:#f5b34380}.border-theme1-yellow_red-100_o8c{border-color:#f5b3438c}.border-theme10-chinese_black-100{--tw-border-opacity:1;border-color:rgb(19 20 20 / var(--tw-border-opacity))}.border-theme10-chinese_black-100_o26{border-color:#13141426}.border-theme10-chinese_black-100_o60{border-color:#13141460}.border-theme10-chinese_black-100_o80{border-color:#13141480}.border-theme10-dark_cyan-100{--tw-border-opacity:1;border-color:rgb(0 150 136 / var(--tw-border-opacity))}.border-theme10-dark_cyan-100_o26{border-color:#00968826}.border-theme10-dark_cyan-100_o60{border-color:#00968860}.border-theme10-dark_cyan-100_o80{border-color:#00968880}.border-theme10-mandarin-100{--tw-border-opacity:1;border-color:rgb(241 125 58 / var(--tw-border-opacity))}.border-theme10-mandarin-100_o26{border-color:#f17d3a26}.border-theme10-mandarin-100_o60{border-color:#f17d3a60}.border-theme10-mandarin-100_o80{border-color:#f17d3a80}.border-theme10-upsdell_red-100{--tw-border-opacity:1;border-color:rgb(171 35 36 / var(--tw-border-opacity))}.border-theme10-upsdell_red-100_o26{border-color:#ab232426}.border-theme10-upsdell_red-100_o60{border-color:#ab232460}.border-theme10-upsdell_red-100_o80{border-color:#ab232480}.border-theme10-yellow_red-100{--tw-border-opacity:1;border-color:rgb(245 179 67 / var(--tw-border-opacity))}.border-theme10-yellow_red-100_o26{border-color:#f5b34326}.border-theme10-yellow_red-100_o60{border-color:#f5b34360}.border-theme10-yellow_red-100_o80{border-color:#f5b34380}.border-theme2-blue_ncs-100{--tw-border-opacity:1;border-color:rgb(0 133 196 / var(--tw-border-opacity))}.border-theme2-blue_ncs-100_o26{border-color:#0085c426}.border-theme2-blue_ncs-100_o60{border-color:#0085c460}.border-theme2-blue_ncs-100_o80{border-color:#0085c480}.border-theme3-yellow_red-100{--tw-border-opacity:1;border-color:rgb(245 179 67 / var(--tw-border-opacity))}.border-theme3-yellow_red-100_o26{border-color:#f5b34326}.border-theme3-yellow_red-100_o60{border-color:#f5b34360}.border-theme3-yellow_red-100_o80{border-color:#f5b34380}.border-theme4-deep_carmine_pink-100{--tw-border-opacity:1;border-color:rgb(236 56 53 / var(--tw-border-opacity))}.border-theme4-deep_carmine_pink-100_2s{--tw-border-opacity:1;border-color:rgb(189 45 42 / var(--tw-border-opacity))}.border-theme4-deep_carmine_pink-100_3s{--tw-border-opacity:1;border-color:rgb(165 39 37 / var(--tw-border-opacity))}.border-theme4-deep_carmine_pink-100_4s{--tw-border-opacity:1;border-color:rgb(106 25 24 / var(--tw-border-opacity))}.border-theme4-deep_carmine_pink-100_5s{--tw-border-opacity:1;border-color:rgb(83 20 19 / var(--tw-border-opacity))}.border-theme4-deep_carmine_pink-100_o26{border-color:#ec383526}.border-theme4-deep_carmine_pink-100_o60{border-color:#ec383560}.border-theme4-deep_carmine_pink-100_o80{border-color:#ec383580}.border-theme4-mandarin-100{--tw-border-opacity:1;border-color:rgb(241 125 58 / var(--tw-border-opacity))}.border-theme4-mandarin-100_2s{--tw-border-opacity:1;border-color:rgb(193 100 46 / var(--tw-border-opacity))}.border-theme4-mandarin-100_3s{--tw-border-opacity:1;border-color:rgb(169 88 41 / var(--tw-border-opacity))}.border-theme4-mandarin-100_4s{--tw-border-opacity:1;border-color:rgb(108 56 26 / var(--tw-border-opacity))}.border-theme4-mandarin-100_5s{--tw-border-opacity:1;border-color:rgb(84 44 20 / var(--tw-border-opacity))}.border-theme4-mandarin-100_o26{border-color:#f17d3a26}.border-theme4-mandarin-100_o60{border-color:#f17d3a60}.border-theme4-mandarin-100_o80{border-color:#f17d3a80}.border-theme4-yellow_red-100{--tw-border-opacity:1;border-color:rgb(245 179 67 / var(--tw-border-opacity))}.border-theme4-yellow_red-100_2s{--tw-border-opacity:1;border-color:rgb(196 143 54 / var(--tw-border-opacity))}.border-theme4-yellow_red-100_3s{--tw-border-opacity:1;border-color:rgb(172 125 47 / var(--tw-border-opacity))}.border-theme4-yellow_red-100_4s{--tw-border-opacity:1;border-color:rgb(110 81 30 / var(--tw-border-opacity))}.border-theme4-yellow_red-100_5s{--tw-border-opacity:1;border-color:rgb(86 63 23 / var(--tw-border-opacity))}.border-theme4-yellow_red-100_o26{border-color:#f5b34326}.border-theme4-yellow_red-100_o60{border-color:#f5b34360}.border-theme4-yellow_red-100_o80{border-color:#f5b34380}.border-theme5-mandarin-100{--tw-border-opacity:1;border-color:rgb(241 125 58 / var(--tw-border-opacity))}.border-theme5-mandarin-100_o26{border-color:#f17d3a26}.border-theme5-mandarin-100_o60{border-color:#f17d3a60}.border-theme5-mandarin-100_o80{border-color:#f17d3a80}.border-theme5-yellow_red-100{--tw-border-opacity:1;border-color:rgb(245 179 67 / var(--tw-border-opacity))}.border-theme5-yellow_red-100_o26{border-color:#f5b34326}.border-theme5-yellow_red-100_o60{border-color:#f5b34360}.border-theme5-yellow_red-100_o80{border-color:#f5b34380}.border-theme6-dark_cyan-100{--tw-border-opacity:1;border-color:rgb(0 150 136 / var(--tw-border-opacity))}.border-theme6-dark_cyan-100_o26{border-color:#00968826}.border-theme6-dark_cyan-100_o60{border-color:#00968860}.border-theme6-dark_cyan-100_o80{border-color:#00968880}.border-theme6-mandarin-100{--tw-border-opacity:1;border-color:rgb(241 125 58 / var(--tw-border-opacity))}.border-theme6-mandarin-100_o26{border-color:#f17d3a26}.border-theme6-mandarin-100_o60{border-color:#f17d3a60}.border-theme6-mandarin-100_o80{border-color:#f17d3a80}.border-theme6-yellow_red-100{--tw-border-opacity:1;border-color:rgb(245 179 67 / var(--tw-border-opacity))}.border-theme6-yellow_red-100_o26{border-color:#f5b34326}.border-theme6-yellow_red-100_o60{border-color:#f5b34360}.border-theme6-yellow_red-100_o80{border-color:#f5b34380}.border-theme7-chinese_black-100{--tw-border-opacity:1;border-color:rgb(19 20 20 / var(--tw-border-opacity))}.border-theme7-chinese_black-100_o26{border-color:#13141426}.border-theme7-chinese_black-100_o60{border-color:#13141460}.border-theme7-chinese_black-100_o80{border-color:#13141480}.border-theme7-dark_cyan-100{--tw-border-opacity:1;border-color:rgb(0 150 136 / var(--tw-border-opacity))}.border-theme7-dark_cyan-100_o26{border-color:#00968826}.border-theme7-dark_cyan-100_o60{border-color:#00968860}.border-theme7-dark_cyan-100_o80{border-color:#00968880}.border-theme7-mandarin-100{--tw-border-opacity:1;border-color:rgb(241 125 58 / var(--tw-border-opacity))}.border-theme7-mandarin-100_o26{border-color:#f17d3a26}.border-theme7-mandarin-100_o60{border-color:#f17d3a60}.border-theme7-mandarin-100_o80{border-color:#f17d3a80}.border-theme7-yellow_red-100{--tw-border-opacity:1;border-color:rgb(245 179 67 / var(--tw-border-opacity))}.border-theme7-yellow_red-100_o26{border-color:#f5b34326}.border-theme7-yellow_red-100_o60{border-color:#f5b34360}.border-theme7-yellow_red-100_o80{border-color:#f5b34380}.border-theme8-chinese_black-100{--tw-border-opacity:1;border-color:rgb(19 20 20 / var(--tw-border-opacity))}.border-theme8-chinese_black-100_o10{border-color:#13141410}.border-theme8-chinese_black-100_o26{border-color:#13141426}.border-theme8-chinese_black-100_o60{border-color:#13141460}.border-theme8-chinese_black-100_o80{border-color:#13141480}.border-theme8-dark_cyan-100{--tw-border-opacity:1;border-color:rgb(0 150 136 / var(--tw-border-opacity))}.border-theme8-dark_cyan-100_o10{border-color:#00968810}.border-theme8-dark_cyan-100_o26{border-color:#00968826}.border-theme8-dark_cyan-100_o60{border-color:#00968860}.border-theme8-dark_cyan-100_o80{border-color:#00968880}.border-theme8-mandarin-100{--tw-border-opacity:1;border-color:rgb(241 125 58 / var(--tw-border-opacity))}.border-theme8-mandarin-100_o10{border-color:#f17d3a10}.border-theme8-mandarin-100_o26{border-color:#f17d3a26}.border-theme8-mandarin-100_o60{border-color:#f17d3a60}.border-theme8-mandarin-100_o80{border-color:#f17d3a80}.border-theme8-upsdell_red-100{--tw-border-opacity:1;border-color:rgb(171 35 36 / var(--tw-border-opacity))}.border-theme8-upsdell_red-100_o10{border-color:#ab232410}.border-theme8-upsdell_red-100_o26{border-color:#ab232426}.border-theme8-upsdell_red-100_o60{border-color:#ab232460}.border-theme8-upsdell_red-100_o80{border-color:#ab232480}.border-theme8-yellow_red-100{--tw-border-opacity:1;border-color:rgb(245 179 67 / var(--tw-border-opacity))}.border-theme8-yellow_red-100_o10{border-color:#f5b34310}.border-theme8-yellow_red-100_o26{border-color:#f5b34326}.border-theme8-yellow_red-100_o60{border-color:#f5b34360}.border-theme8-yellow_red-100_o80{border-color:#f5b34380}.border-theme9-chinese_black-100{--tw-border-opacity:1;border-color:rgb(19 20 20 / var(--tw-border-opacity))}.border-theme9-chinese_black-100_o26{border-color:#13141426}.border-theme9-chinese_black-100_o60{border-color:#13141460}.border-theme9-chinese_black-100_o80{border-color:#13141480}.border-theme9-dark_cyan-100{--tw-border-opacity:1;border-color:rgb(0 150 136 / var(--tw-border-opacity))}.border-theme9-dark_cyan-100_o26{border-color:#00968826}.border-theme9-dark_cyan-100_o60{border-color:#00968860}.border-theme9-dark_cyan-100_o80{border-color:#00968880}.border-theme9-mandarin-100{--tw-border-opacity:1;border-color:rgb(241 125 58 / var(--tw-border-opacity))}.border-theme9-mandarin-100_o26{border-color:#f17d3a26}.border-theme9-mandarin-100_o60{border-color:#f17d3a60}.border-theme9-mandarin-100_o80{border-color:#f17d3a80}.border-theme9-upsdell_red-100{--tw-border-opacity:1;border-color:rgb(171 35 36 / var(--tw-border-opacity))}.border-theme9-upsdell_red-100_o26{border-color:#ab232426}.border-theme9-upsdell_red-100_o60{border-color:#ab232460}.border-theme9-upsdell_red-100_o80{border-color:#ab232480}.border-theme9-yellow_red-100{--tw-border-opacity:1;border-color:rgb(245 179 67 / var(--tw-border-opacity))}.border-theme9-yellow_red-100_o26{border-color:#f5b34326}.border-theme9-yellow_red-100_o60{border-color:#f5b34360}.border-theme9-yellow_red-100_o80{border-color:#f5b34380}.border-white-A700{--tw-border-opacity:1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}.\!bg-\[\#E7EAEE\]{--tw-bg-opacity:1 !important;background-color:rgb(231 234 238 / var(--tw-bg-opacity))!important}.\!bg-transparent{background-color:transparent!important}.\!bg-white-A700{--tw-bg-opacity:1 !important;background-color:rgb(255 255 255 / var(--tw-bg-opacity))!important}.bg-\[\#00000000\]{background-color:#0000}.bg-\[\#0000004D\]{background-color:#0000004d}.bg-\[\#00000050\]{background-color:#00000050}.bg-\[\#00000080\]{background-color:#00000080}.bg-\[\#02C050\]{--tw-bg-opacity:1;background-color:rgb(2 192 80 / var(--tw-bg-opacity))}.bg-\[\#039ed7\]{--tw-bg-opacity:1;background-color:rgb(3 158 215 / var(--tw-bg-opacity))}.bg-\[\#111827\]{--tw-bg-opacity:1;background-color:rgb(17 24 39 / var(--tw-bg-opacity))}.bg-\[\#155ba3\]{--tw-bg-opacity:1;background-color:rgb(21 91 163 / var(--tw-bg-opacity))}.bg-\[\#20C968\]{--tw-bg-opacity:1;background-color:rgb(32 201 104 / var(--tw-bg-opacity))}.bg-\[\#4FAF61\]{--tw-bg-opacity:1;background-color:rgb(79 175 97 / var(--tw-bg-opacity))}.bg-\[\#5B21B6\]{--tw-bg-opacity:1;background-color:rgb(91 33 182 / var(--tw-bg-opacity))}.bg-\[\#5b20b6\]{--tw-bg-opacity:1;background-color:rgb(91 32 182 / var(--tw-bg-opacity))}.bg-\[\#6202EE\]{--tw-bg-opacity:1;background-color:rgb(98 2 238 / var(--tw-bg-opacity))}.bg-\[\#9D9DA180\]{background-color:#9d9da180}.bg-\[\#9ca3af50\]{background-color:#9ca3af50}.bg-\[\#A9A3A3\]{--tw-bg-opacity:1;background-color:rgb(169 163 163 / var(--tw-bg-opacity))}.bg-\[\#D1D5DB\]{--tw-bg-opacity:1;background-color:rgb(209 213 219 / var(--tw-bg-opacity))}.bg-\[\#D9D9D9\]{--tw-bg-opacity:1;background-color:rgb(217 217 217 / var(--tw-bg-opacity))}.bg-\[\#E2E3E5\]{--tw-bg-opacity:1;background-color:rgb(226 227 229 / var(--tw-bg-opacity))}.bg-\[\#F2F4F7\]{--tw-bg-opacity:1;background-color:rgb(242 244 247 / var(--tw-bg-opacity))}.bg-\[\#F2F4F8\]{--tw-bg-opacity:1;background-color:rgb(242 244 248 / var(--tw-bg-opacity))}.bg-\[\#F3F4F6\]{--tw-bg-opacity:1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.bg-\[\#F3F5F6\]{--tw-bg-opacity:1;background-color:rgb(243 245 246 / var(--tw-bg-opacity))}.bg-\[\#F4F4F4\]{--tw-bg-opacity:1;background-color:rgb(244 244 244 / var(--tw-bg-opacity))}.bg-\[\#F6F6F6\]{--tw-bg-opacity:1;background-color:rgb(246 246 246 / var(--tw-bg-opacity))}.bg-\[\#FAFAFA\]{--tw-bg-opacity:1;background-color:rgb(250 250 250 / var(--tw-bg-opacity))}.bg-\[\#FEEDEC\]{--tw-bg-opacity:1;background-color:rgb(254 237 236 / var(--tw-bg-opacity))}.bg-\[\#FFFFFF\]{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.bg-\[\#c2c2c215\]{background-color:#c2c2c215}.bg-\[\#cccccc30\]{background-color:#cccccc30}.bg-\[\#e04c1e\]{--tw-bg-opacity:1;background-color:rgb(224 76 30 / var(--tw-bg-opacity))}.bg-\[\#e9eee8\]{--tw-bg-opacity:1;background-color:rgb(233 238 232 / var(--tw-bg-opacity))}.bg-\[\#f2911d\]{--tw-bg-opacity:1;background-color:rgb(242 145 29 / var(--tw-bg-opacity))}.bg-\[\#f8f8f8\]{--tw-bg-opacity:1;background-color:rgb(248 248 248 / var(--tw-bg-opacity))}.bg-\[\#ffffff\]{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.bg-\[rgb\(2\,192\,80\)\]{--tw-bg-opacity:1;background-color:rgb(2 192 80 / var(--tw-bg-opacity))}.bg-\[white\]{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.bg-black-100{--tw-bg-opacity:1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}.bg-blue_gray-100{--tw-bg-opacity:1;background-color:rgb(209 213 219 / var(--tw-bg-opacity))}.bg-deep_purple-600,.bg-grape-100{--tw-bg-opacity:1;background-color:rgb(91 33 182 / var(--tw-bg-opacity))}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.bg-gray-200{--tw-bg-opacity:1;background-color:rgb(229 231 235 / var(--tw-bg-opacity))}.bg-gray-400{--tw-bg-opacity:1;background-color:rgb(156 163 175 / var(--tw-bg-opacity))}.bg-gray-50{--tw-bg-opacity:1;background-color:rgb(250 250 250 / var(--tw-bg-opacity))}.bg-gray-500{--tw-bg-opacity:1;background-color:rgb(107 114 128 / var(--tw-bg-opacity))}.bg-gray-50_01{--tw-bg-opacity:1;background-color:rgb(249 250 251 / var(--tw-bg-opacity))}.bg-gray-600{--tw-bg-opacity:1;background-color:rgb(107 114 128 / var(--tw-bg-opacity))}.bg-indigo-50{--tw-bg-opacity:1;background-color:rgb(221 214 254 / var(--tw-bg-opacity))}.bg-purple-800{--tw-bg-opacity:1;background-color:rgb(107 33 168 / var(--tw-bg-opacity))}.bg-purple-900{--tw-bg-opacity:1;background-color:rgb(76 29 149 / var(--tw-bg-opacity))}.bg-qr-american_green-100{--tw-bg-opacity:1;background-color:rgb(35 179 58 / var(--tw-bg-opacity))}.bg-qr-byzantine-100{--tw-bg-opacity:1;background-color:rgb(200 55 171 / var(--tw-bg-opacity))}.bg-qr-cyan_process-100{--tw-bg-opacity:1;background-color:rgb(0 183 240 / var(--tw-bg-opacity))}.bg-qr-deep_saffron-100{--tw-bg-opacity:1;background-color:rgb(255 147 39 / var(--tw-bg-opacity))}.bg-qr-dirt-100{--tw-bg-opacity:1;background-color:rgb(160 111 75 / var(--tw-bg-opacity))}.bg-qr-eerie_black-100{--tw-bg-opacity:1;background-color:rgb(30 30 30 / var(--tw-bg-opacity))}.bg-qr-grape-100{--tw-bg-opacity:1;background-color:rgb(91 33 182 / var(--tw-bg-opacity))}.bg-qr-keppel-100{--tw-bg-opacity:1;background-color:rgb(66 170 164 / var(--tw-bg-opacity))}.bg-qr-mustard-100{--tw-bg-opacity:1;background-color:rgb(255 221 85 / var(--tw-bg-opacity))}.bg-qr-rosso_corsa-100{--tw-bg-opacity:1;background-color:rgb(210 0 0 / var(--tw-bg-opacity))}.bg-theme1-antique_bronze-100{--tw-bg-opacity:1;background-color:rgb(112 96 32 / var(--tw-bg-opacity))}.bg-theme1-antique_bronze-100_o26{background-color:#70602026}.bg-theme1-antique_bronze-100_o60{background-color:#70602060}.bg-theme1-antique_bronze-100_o80{background-color:#70602080}.bg-theme1-antique_bronze-100_o8c{background-color:#7060208c}.bg-theme1-black_cow-100{--tw-bg-opacity:1;background-color:rgb(72 72 72 / var(--tw-bg-opacity))}.bg-theme1-black_cow-100_o26{background-color:#48484826}.bg-theme1-black_cow-100_o60{background-color:#48484860}.bg-theme1-black_cow-100_o80{background-color:#48484880}.bg-theme1-black_cow-100_o8c{background-color:#4848488c}.bg-theme1-black_olive-100{--tw-bg-opacity:1;background-color:rgb(60 61 65 / var(--tw-bg-opacity))}.bg-theme1-black_olive-100_o26{background-color:#3c3d4126}.bg-theme1-black_olive-100_o60{background-color:#3c3d4160}.bg-theme1-black_olive-100_o80{background-color:#3c3d4180}.bg-theme1-black_olive-100_o8c{background-color:#3c3d418c}.bg-theme1-blue_france-100{--tw-bg-opacity:1;background-color:rgb(45 155 234 / var(--tw-bg-opacity))}.bg-theme1-blue_france-100_o26{background-color:#2d9bea26}.bg-theme1-blue_france-100_o60{background-color:#2d9bea60}.bg-theme1-blue_france-100_o80{background-color:#2d9bea80}.bg-theme1-blue_france-100_o8c{background-color:#2d9bea8c}.bg-theme1-blue_green-100{--tw-bg-opacity:1;background-color:rgb(44 177 189 / var(--tw-bg-opacity))}.bg-theme1-blue_green-100_o26{background-color:#2cb1bd26}.bg-theme1-blue_green-100_o60{background-color:#2cb1bd60}.bg-theme1-blue_green-100_o80{background-color:#2cb1bd80}.bg-theme1-blue_green-100_o8c{background-color:#2cb1bd8c}.bg-theme1-bole-100{--tw-bg-opacity:1;background-color:rgb(124 78 62 / var(--tw-bg-opacity))}.bg-theme1-bole-100_o26{background-color:#7c4e3e26}.bg-theme1-bole-100_o60{background-color:#7c4e3e60}.bg-theme1-bole-100_o80{background-color:#7c4e3e80}.bg-theme1-bole-100_o8c{background-color:#7c4e3e8c}.bg-theme1-brick_red-100{--tw-bg-opacity:1;background-color:rgb(205 66 89 / var(--tw-bg-opacity))}.bg-theme1-brick_red-100_o26{background-color:#cd425926}.bg-theme1-brick_red-100_o60{background-color:#cd425960}.bg-theme1-brick_red-100_o80{background-color:#cd425980}.bg-theme1-brick_red-100_o8c{background-color:#cd42598c}.bg-theme1-button_blue-100{--tw-bg-opacity:1;background-color:rgb(33 150 243 / var(--tw-bg-opacity))}.bg-theme1-button_blue-100_o26{background-color:#2196f326}.bg-theme1-button_blue-100_o60{background-color:#2196f360}.bg-theme1-button_blue-100_o80{background-color:#2196f380}.bg-theme1-button_blue-100_o8c{background-color:#2196f38c}.bg-theme1-charcoal-100{--tw-bg-opacity:1;background-color:rgb(47 67 92 / var(--tw-bg-opacity))}.bg-theme1-charcoal-100_o26{background-color:#2f435c26}.bg-theme1-charcoal-100_o60{background-color:#2f435c60}.bg-theme1-charcoal-100_o80{background-color:#2f435c80}.bg-theme1-charcoal-100_o8c{background-color:#2f435c8c}.bg-theme1-charcoal_grey-100{--tw-bg-opacity:1;background-color:rgb(60 65 65 / var(--tw-bg-opacity))}.bg-theme1-charcoal_grey-100_o26{background-color:#3c414126}.bg-theme1-charcoal_grey-100_o60{background-color:#3c414160}.bg-theme1-charcoal_grey-100_o80{background-color:#3c414180}.bg-theme1-charcoal_grey-100_o8c{background-color:#3c41418c}.bg-theme1-dark_cerulean-100{--tw-bg-opacity:1;background-color:rgb(21 62 117 / var(--tw-bg-opacity))}.bg-theme1-dark_cerulean-100_o26{background-color:#153e7526}.bg-theme1-dark_cerulean-100_o60{background-color:#153e7560}.bg-theme1-dark_cerulean-100_o80{background-color:#153e7580}.bg-theme1-dark_cerulean-100_o8c{background-color:#153e758c}.bg-theme1-dark_cyan-100{--tw-bg-opacity:1;background-color:rgb(0 150 136 / var(--tw-bg-opacity))}.bg-theme1-dark_cyan-100_o26{background-color:#00968826}.bg-theme1-dark_cyan-100_o60{background-color:#00968860}.bg-theme1-dark_cyan-100_o80{background-color:#00968880}.bg-theme1-dark_cyan-100_o8c{background-color:#0096888c}.bg-theme1-dark_grey-100{--tw-bg-opacity:1;background-color:rgb(55 57 58 / var(--tw-bg-opacity))}.bg-theme1-dark_grey-100_o26{background-color:#37393a26}.bg-theme1-dark_grey-100_o60{background-color:#37393a60}.bg-theme1-dark_grey-100_o80{background-color:#37393a80}.bg-theme1-dark_grey-100_o8c{background-color:#37393a8c}.bg-theme1-dark_spring_green-100{--tw-bg-opacity:1;background-color:rgb(23 92 85 / var(--tw-bg-opacity))}.bg-theme1-dark_spring_green-100_o26{background-color:#175c5526}.bg-theme1-dark_spring_green-100_o60{background-color:#175c5560}.bg-theme1-dark_spring_green-100_o80{background-color:#175c5580}.bg-theme1-dark_spring_green-100_o8c{background-color:#175c558c}.bg-theme1-davy_grey-100{--tw-bg-opacity:1;background-color:rgb(85 85 85 / var(--tw-bg-opacity))}.bg-theme1-davy_grey-100_o26{background-color:#55555526}.bg-theme1-davy_grey-100_o60{background-color:#55555560}.bg-theme1-davy_grey-100_o80{background-color:#55555580}.bg-theme1-davy_grey-100_o8c{background-color:#5555558c}.bg-theme1-deep_carmine_pink-100{--tw-bg-opacity:1;background-color:rgb(236 56 53 / var(--tw-bg-opacity))}.bg-theme1-deep_carmine_pink-100_o26{background-color:#ec383526}.bg-theme1-deep_carmine_pink-100_o60{background-color:#ec383560}.bg-theme1-deep_carmine_pink-100_o80{background-color:#ec383580}.bg-theme1-deep_carmine_pink-100_o8c{background-color:#ec38358c}.bg-theme1-gold_crayola-100{--tw-bg-opacity:1;background-color:rgb(224 198 126 / var(--tw-bg-opacity))}.bg-theme1-gold_crayola-100_o26{background-color:#e0c67e26}.bg-theme1-gold_crayola-100_o60{background-color:#e0c67e60}.bg-theme1-gold_crayola-100_o80{background-color:#e0c67e80}.bg-theme1-gold_crayola-100_o8c{background-color:#e0c67e8c}.bg-theme1-inter_dimensional_blue-100{--tw-bg-opacity:1;background-color:rgb(59 25 205 / var(--tw-bg-opacity))}.bg-theme1-inter_dimensional_blue-100_o26{background-color:#3b19cd26}.bg-theme1-inter_dimensional_blue-100_o60{background-color:#3b19cd60}.bg-theme1-inter_dimensional_blue-100_o80{background-color:#3b19cd80}.bg-theme1-inter_dimensional_blue-100_o8c{background-color:#3b19cd8c}.bg-theme1-ironside_grey-100{--tw-bg-opacity:1;background-color:rgb(102 102 102 / var(--tw-bg-opacity))}.bg-theme1-ironside_grey-100_o26{background-color:#66666626}.bg-theme1-ironside_grey-100_o60{background-color:#66666660}.bg-theme1-ironside_grey-100_o80{background-color:#66666680}.bg-theme1-ironside_grey-100_o8c{background-color:#6666668c}.bg-theme1-jet-100{--tw-bg-opacity:1;background-color:rgb(55 52 48 / var(--tw-bg-opacity))}.bg-theme1-jet-100_o26{background-color:#37343026}.bg-theme1-jet-100_o60{background-color:#37343060}.bg-theme1-jet-100_o80{background-color:#37343080}.bg-theme1-jet-100_o8c{background-color:#3734308c}.bg-theme1-light_coral-100{--tw-bg-opacity:1;background-color:rgb(242 121 128 / var(--tw-bg-opacity))}.bg-theme1-light_coral-100_o26{background-color:#f2798026}.bg-theme1-light_coral-100_o60{background-color:#f2798060}.bg-theme1-light_coral-100_o80{background-color:#f2798080}.bg-theme1-light_coral-100_o8c{background-color:#f279808c}.bg-theme1-mandarin-100{--tw-bg-opacity:1;background-color:rgb(241 125 58 / var(--tw-bg-opacity))}.bg-theme1-mandarin-100_o26{background-color:#f17d3a26}.bg-theme1-mandarin-100_o60{background-color:#f17d3a60}.bg-theme1-mandarin-100_o80{background-color:#f17d3a80}.bg-theme1-mandarin-100_o8c{background-color:#f17d3a8c}.bg-theme1-medium_purple-100{--tw-bg-opacity:1;background-color:rgb(144 128 232 / var(--tw-bg-opacity))}.bg-theme1-medium_purple-100_o26{background-color:#9080e826}.bg-theme1-medium_purple-100_o60{background-color:#9080e860}.bg-theme1-medium_purple-100_o80{background-color:#9080e880}.bg-theme1-medium_purple-100_o8c{background-color:#9080e88c}.bg-theme1-mystic-100{--tw-bg-opacity:1;background-color:rgb(207 85 121 / var(--tw-bg-opacity))}.bg-theme1-mystic-100_o26{background-color:#cf557926}.bg-theme1-mystic-100_o60{background-color:#cf557960}.bg-theme1-mystic-100_o80{background-color:#cf557980}.bg-theme1-mystic-100_o8c{background-color:#cf55798c}.bg-theme1-northern_blue-100{--tw-bg-opacity:1;background-color:rgb(120 201 209 / var(--tw-bg-opacity))}.bg-theme1-northern_blue-100_o26{background-color:#78c9d126}.bg-theme1-northern_blue-100_o60{background-color:#78c9d160}.bg-theme1-northern_blue-100_o80{background-color:#78c9d180}.bg-theme1-northern_blue-100_o8c{background-color:#78c9d18c}.bg-theme1-pear-100{--tw-bg-opacity:1;background-color:rgb(210 235 47 / var(--tw-bg-opacity))}.bg-theme1-pear-100_o26{background-color:#d2eb2f26}.bg-theme1-pear-100_o60{background-color:#d2eb2f60}.bg-theme1-pear-100_o80{background-color:#d2eb2f80}.bg-theme1-pear-100_o8c{background-color:#d2eb2f8c}.bg-theme1-pink-100{--tw-bg-opacity:1;background-color:rgb(255 0 0 / var(--tw-bg-opacity))}.bg-theme1-pink-100_o26{background-color:#ff000026}.bg-theme1-pink-100_o60{background-color:#ff000060}.bg-theme1-pink-100_o80{background-color:#ff000080}.bg-theme1-pink-100_o8c{background-color:#ff00008c}.bg-theme1-police_blue-100{--tw-bg-opacity:1;background-color:rgb(34 81 107 / var(--tw-bg-opacity))}.bg-theme1-police_blue-100_o26{background-color:#22516b26}.bg-theme1-police_blue-100_o60{background-color:#22516b60}.bg-theme1-police_blue-100_o80{background-color:#22516b80}.bg-theme1-police_blue-100_o8c{background-color:#22516b8c}.bg-theme1-purple_pizzazz-100{--tw-bg-opacity:1;background-color:rgb(252 57 231 / var(--tw-bg-opacity))}.bg-theme1-purple_pizzazz-100_o26{background-color:#fc39e726}.bg-theme1-purple_pizzazz-100_o60{background-color:#fc39e760}.bg-theme1-purple_pizzazz-100_o80{background-color:#fc39e780}.bg-theme1-purple_pizzazz-100_o8c{background-color:#fc39e78c}.bg-theme1-razzmatazz-100{--tw-bg-opacity:1;background-color:rgb(233 30 99 / var(--tw-bg-opacity))}.bg-theme1-razzmatazz-100_o26{background-color:#e91e6326}.bg-theme1-razzmatazz-100_o60{background-color:#e91e6360}.bg-theme1-razzmatazz-100_o80{background-color:#e91e6380}.bg-theme1-razzmatazz-100_o8c{background-color:#e91e638c}.bg-theme1-redwood-100{--tw-bg-opacity:1;background-color:rgb(163 101 75 / var(--tw-bg-opacity))}.bg-theme1-redwood-100_o26{background-color:#a3654b26}.bg-theme1-redwood-100_o60{background-color:#a3654b60}.bg-theme1-redwood-100_o80{background-color:#a3654b80}.bg-theme1-redwood-100_o8c{background-color:#a3654b8c}.bg-theme1-russian_violet-100{--tw-bg-opacity:1;background-color:rgb(57 24 71 / var(--tw-bg-opacity))}.bg-theme1-russian_violet-100_o26{background-color:#39184726}.bg-theme1-russian_violet-100_o60{background-color:#39184760}.bg-theme1-russian_violet-100_o80{background-color:#39184780}.bg-theme1-russian_violet-100_o8c{background-color:#3918478c}.bg-theme1-saffron-100{--tw-bg-opacity:1;background-color:rgb(245 188 49 / var(--tw-bg-opacity))}.bg-theme1-saffron-100_o26{background-color:#f5bc3126}.bg-theme1-saffron-100_o60{background-color:#f5bc3160}.bg-theme1-saffron-100_o80{background-color:#f5bc3180}.bg-theme1-saffron-100_o8c{background-color:#f5bc318c}.bg-theme1-seashell-100{--tw-bg-opacity:1;background-color:rgb(241 241 241 / var(--tw-bg-opacity))}.bg-theme1-seashell-100_o26{background-color:#f1f1f126}.bg-theme1-seashell-100_o60{background-color:#f1f1f160}.bg-theme1-seashell-100_o80{background-color:#f1f1f180}.bg-theme1-seashell-100_o8c{background-color:#f1f1f18c}.bg-theme1-slate_gray-100{--tw-bg-opacity:1;background-color:rgb(109 123 141 / var(--tw-bg-opacity))}.bg-theme1-slate_gray-100_o26{background-color:#6d7b8d26}.bg-theme1-slate_gray-100_o60{background-color:#6d7b8d60}.bg-theme1-slate_gray-100_o80{background-color:#6d7b8d80}.bg-theme1-slate_gray-100_o8c{background-color:#6d7b8d8c}.bg-theme1-spanish_bistre-100{--tw-bg-opacity:1;background-color:rgb(116 123 55 / var(--tw-bg-opacity))}.bg-theme1-spanish_bistre-100_o26{background-color:#747b3726}.bg-theme1-spanish_bistre-100_o60{background-color:#747b3760}.bg-theme1-spanish_bistre-100_o80{background-color:#747b3780}.bg-theme1-spanish_bistre-100_o8c{background-color:#747b378c}.bg-theme1-storm_cloud-100{--tw-bg-opacity:1;background-color:rgb(87 96 98 / var(--tw-bg-opacity))}.bg-theme1-storm_cloud-100_o26{background-color:#57606226}.bg-theme1-storm_cloud-100_o60{background-color:#57606260}.bg-theme1-storm_cloud-100_o80{background-color:#57606280}.bg-theme1-storm_cloud-100_o8c{background-color:#5760628c}.bg-theme1-sunray-100{--tw-bg-opacity:1;background-color:rgb(222 182 77 / var(--tw-bg-opacity))}.bg-theme1-sunray-100_o26{background-color:#deb64d26}.bg-theme1-sunray-100_o60{background-color:#deb64d60}.bg-theme1-sunray-100_o80{background-color:#deb64d80}.bg-theme1-sunray-100_o8c{background-color:#deb64d8c}.bg-theme1-vegas_gold-100{--tw-bg-opacity:1;background-color:rgb(205 198 89 / var(--tw-bg-opacity))}.bg-theme1-vegas_gold-100_o26{background-color:#cdc65926}.bg-theme1-vegas_gold-100_o60{background-color:#cdc65960}.bg-theme1-vegas_gold-100_o80{background-color:#cdc65980}.bg-theme1-vegas_gold-100_o8c{background-color:#cdc6598c}.bg-theme1-vivid_violet-100{--tw-bg-opacity:1;background-color:rgb(170 0 255 / var(--tw-bg-opacity))}.bg-theme1-vivid_violet-100_o26{background-color:#aa00ff26}.bg-theme1-vivid_violet-100_o60{background-color:#aa00ff60}.bg-theme1-vivid_violet-100_o80{background-color:#aa00ff80}.bg-theme1-vivid_violet-100_o8c{background-color:#aa00ff8c}.bg-theme1-yellow_red-100{--tw-bg-opacity:1;background-color:rgb(245 179 67 / var(--tw-bg-opacity))}.bg-theme1-yellow_red-100_o26{background-color:#f5b34326}.bg-theme1-yellow_red-100_o60{background-color:#f5b34360}.bg-theme1-yellow_red-100_o80{background-color:#f5b34380}.bg-theme1-yellow_red-100_o8c{background-color:#f5b3438c}.bg-theme10-chinese_black-100{--tw-bg-opacity:1;background-color:rgb(19 20 20 / var(--tw-bg-opacity))}.bg-theme10-chinese_black-100_o26{background-color:#13141426}.bg-theme10-chinese_black-100_o60{background-color:#13141460}.bg-theme10-chinese_black-100_o80{background-color:#13141480}.bg-theme10-dark_cyan-100{--tw-bg-opacity:1;background-color:rgb(0 150 136 / var(--tw-bg-opacity))}.bg-theme10-dark_cyan-100_o26{background-color:#00968826}.bg-theme10-dark_cyan-100_o60{background-color:#00968860}.bg-theme10-dark_cyan-100_o80{background-color:#00968880}.bg-theme10-mandarin-100{--tw-bg-opacity:1;background-color:rgb(241 125 58 / var(--tw-bg-opacity))}.bg-theme10-mandarin-100_o26{background-color:#f17d3a26}.bg-theme10-mandarin-100_o60{background-color:#f17d3a60}.bg-theme10-mandarin-100_o80{background-color:#f17d3a80}.bg-theme10-upsdell_red-100{--tw-bg-opacity:1;background-color:rgb(171 35 36 / var(--tw-bg-opacity))}.bg-theme10-upsdell_red-100_o26{background-color:#ab232426}.bg-theme10-upsdell_red-100_o60{background-color:#ab232460}.bg-theme10-upsdell_red-100_o80{background-color:#ab232480}.bg-theme10-yellow_red-100{--tw-bg-opacity:1;background-color:rgb(245 179 67 / var(--tw-bg-opacity))}.bg-theme10-yellow_red-100_o26{background-color:#f5b34326}.bg-theme10-yellow_red-100_o60{background-color:#f5b34360}.bg-theme10-yellow_red-100_o80{background-color:#f5b34380}.bg-theme2-blue_ncs-100{--tw-bg-opacity:1;background-color:rgb(0 133 196 / var(--tw-bg-opacity))}.bg-theme2-blue_ncs-100_o26{background-color:#0085c426}.bg-theme2-blue_ncs-100_o60{background-color:#0085c460}.bg-theme2-blue_ncs-100_o80{background-color:#0085c480}.bg-theme3-yellow_red-100{--tw-bg-opacity:1;background-color:rgb(245 179 67 / var(--tw-bg-opacity))}.bg-theme3-yellow_red-100_o26{background-color:#f5b34326}.bg-theme3-yellow_red-100_o60{background-color:#f5b34360}.bg-theme3-yellow_red-100_o80{background-color:#f5b34380}.bg-theme4-deep_carmine_pink-100{--tw-bg-opacity:1;background-color:rgb(236 56 53 / var(--tw-bg-opacity))}.bg-theme4-deep_carmine_pink-100_2s{--tw-bg-opacity:1;background-color:rgb(189 45 42 / var(--tw-bg-opacity))}.bg-theme4-deep_carmine_pink-100_3s{--tw-bg-opacity:1;background-color:rgb(165 39 37 / var(--tw-bg-opacity))}.bg-theme4-deep_carmine_pink-100_4s{--tw-bg-opacity:1;background-color:rgb(106 25 24 / var(--tw-bg-opacity))}.bg-theme4-deep_carmine_pink-100_5s{--tw-bg-opacity:1;background-color:rgb(83 20 19 / var(--tw-bg-opacity))}.bg-theme4-deep_carmine_pink-100_o26{background-color:#ec383526}.bg-theme4-deep_carmine_pink-100_o60{background-color:#ec383560}.bg-theme4-deep_carmine_pink-100_o80{background-color:#ec383580}.bg-theme4-mandarin-100{--tw-bg-opacity:1;background-color:rgb(241 125 58 / var(--tw-bg-opacity))}.bg-theme4-mandarin-100_2s{--tw-bg-opacity:1;background-color:rgb(193 100 46 / var(--tw-bg-opacity))}.bg-theme4-mandarin-100_3s{--tw-bg-opacity:1;background-color:rgb(169 88 41 / var(--tw-bg-opacity))}.bg-theme4-mandarin-100_4s{--tw-bg-opacity:1;background-color:rgb(108 56 26 / var(--tw-bg-opacity))}.bg-theme4-mandarin-100_5s{--tw-bg-opacity:1;background-color:rgb(84 44 20 / var(--tw-bg-opacity))}.bg-theme4-mandarin-100_o26{background-color:#f17d3a26}.bg-theme4-mandarin-100_o60{background-color:#f17d3a60}.bg-theme4-mandarin-100_o80{background-color:#f17d3a80}.bg-theme4-yellow_red-100{--tw-bg-opacity:1;background-color:rgb(245 179 67 / var(--tw-bg-opacity))}.bg-theme4-yellow_red-100_2s{--tw-bg-opacity:1;background-color:rgb(196 143 54 / var(--tw-bg-opacity))}.bg-theme4-yellow_red-100_3s{--tw-bg-opacity:1;background-color:rgb(172 125 47 / var(--tw-bg-opacity))}.bg-theme4-yellow_red-100_4s{--tw-bg-opacity:1;background-color:rgb(110 81 30 / var(--tw-bg-opacity))}.bg-theme4-yellow_red-100_5s{--tw-bg-opacity:1;background-color:rgb(86 63 23 / var(--tw-bg-opacity))}.bg-theme4-yellow_red-100_o26{background-color:#f5b34326}.bg-theme4-yellow_red-100_o60{background-color:#f5b34360}.bg-theme4-yellow_red-100_o80{background-color:#f5b34380}.bg-theme5-mandarin-100{--tw-bg-opacity:1;background-color:rgb(241 125 58 / var(--tw-bg-opacity))}.bg-theme5-mandarin-100_o26{background-color:#f17d3a26}.bg-theme5-mandarin-100_o60{background-color:#f17d3a60}.bg-theme5-mandarin-100_o80{background-color:#f17d3a80}.bg-theme5-yellow_red-100{--tw-bg-opacity:1;background-color:rgb(245 179 67 / var(--tw-bg-opacity))}.bg-theme5-yellow_red-100_o26{background-color:#f5b34326}.bg-theme5-yellow_red-100_o60{background-color:#f5b34360}.bg-theme5-yellow_red-100_o80{background-color:#f5b34380}.bg-theme6-dark_cyan-100{--tw-bg-opacity:1;background-color:rgb(0 150 136 / var(--tw-bg-opacity))}.bg-theme6-dark_cyan-100_o26{background-color:#00968826}.bg-theme6-dark_cyan-100_o60{background-color:#00968860}.bg-theme6-dark_cyan-100_o80{background-color:#00968880}.bg-theme6-mandarin-100{--tw-bg-opacity:1;background-color:rgb(241 125 58 / var(--tw-bg-opacity))}.bg-theme6-mandarin-100_o26{background-color:#f17d3a26}.bg-theme6-mandarin-100_o60{background-color:#f17d3a60}.bg-theme6-mandarin-100_o80{background-color:#f17d3a80}.bg-theme6-yellow_red-100{--tw-bg-opacity:1;background-color:rgb(245 179 67 / var(--tw-bg-opacity))}.bg-theme6-yellow_red-100_o26{background-color:#f5b34326}.bg-theme6-yellow_red-100_o60{background-color:#f5b34360}.bg-theme6-yellow_red-100_o80{background-color:#f5b34380}.bg-theme7-chinese_black-100{--tw-bg-opacity:1;background-color:rgb(19 20 20 / var(--tw-bg-opacity))}.bg-theme7-chinese_black-100_o26{background-color:#13141426}.bg-theme7-chinese_black-100_o60{background-color:#13141460}.bg-theme7-chinese_black-100_o80{background-color:#13141480}.bg-theme7-dark_cyan-100{--tw-bg-opacity:1;background-color:rgb(0 150 136 / var(--tw-bg-opacity))}.bg-theme7-dark_cyan-100_o26{background-color:#00968826}.bg-theme7-dark_cyan-100_o60{background-color:#00968860}.bg-theme7-dark_cyan-100_o80{background-color:#00968880}.bg-theme7-mandarin-100{--tw-bg-opacity:1;background-color:rgb(241 125 58 / var(--tw-bg-opacity))}.bg-theme7-mandarin-100_o26{background-color:#f17d3a26}.bg-theme7-mandarin-100_o60{background-color:#f17d3a60}.bg-theme7-mandarin-100_o80{background-color:#f17d3a80}.bg-theme7-yellow_red-100{--tw-bg-opacity:1;background-color:rgb(245 179 67 / var(--tw-bg-opacity))}.bg-theme7-yellow_red-100_o26{background-color:#f5b34326}.bg-theme7-yellow_red-100_o60{background-color:#f5b34360}.bg-theme7-yellow_red-100_o80{background-color:#f5b34380}.bg-theme8-chinese_black-100{--tw-bg-opacity:1;background-color:rgb(19 20 20 / var(--tw-bg-opacity))}.bg-theme8-chinese_black-100_o10{background-color:#13141410}.bg-theme8-chinese_black-100_o26{background-color:#13141426}.bg-theme8-chinese_black-100_o60{background-color:#13141460}.bg-theme8-chinese_black-100_o80{background-color:#13141480}.bg-theme8-dark_cyan-100{--tw-bg-opacity:1;background-color:rgb(0 150 136 / var(--tw-bg-opacity))}.bg-theme8-dark_cyan-100_o10{background-color:#00968810}.bg-theme8-dark_cyan-100_o26{background-color:#00968826}.bg-theme8-dark_cyan-100_o60{background-color:#00968860}.bg-theme8-dark_cyan-100_o80{background-color:#00968880}.bg-theme8-mandarin-100{--tw-bg-opacity:1;background-color:rgb(241 125 58 / var(--tw-bg-opacity))}.bg-theme8-mandarin-100_o10{background-color:#f17d3a10}.bg-theme8-mandarin-100_o26{background-color:#f17d3a26}.bg-theme8-mandarin-100_o60{background-color:#f17d3a60}.bg-theme8-mandarin-100_o80{background-color:#f17d3a80}.bg-theme8-upsdell_red-100{--tw-bg-opacity:1;background-color:rgb(171 35 36 / var(--tw-bg-opacity))}.bg-theme8-upsdell_red-100_o10{background-color:#ab232410}.bg-theme8-upsdell_red-100_o26{background-color:#ab232426}.bg-theme8-upsdell_red-100_o60{background-color:#ab232460}.bg-theme8-upsdell_red-100_o80{background-color:#ab232480}.bg-theme8-yellow_red-100{--tw-bg-opacity:1;background-color:rgb(245 179 67 / var(--tw-bg-opacity))}.bg-theme8-yellow_red-100_o10{background-color:#f5b34310}.bg-theme8-yellow_red-100_o26{background-color:#f5b34326}.bg-theme8-yellow_red-100_o60{background-color:#f5b34360}.bg-theme8-yellow_red-100_o80{background-color:#f5b34380}.bg-theme9-chinese_black-100{--tw-bg-opacity:1;background-color:rgb(19 20 20 / var(--tw-bg-opacity))}.bg-theme9-chinese_black-100_o26{background-color:#13141426}.bg-theme9-chinese_black-100_o60{background-color:#13141460}.bg-theme9-chinese_black-100_o80{background-color:#13141480}.bg-theme9-dark_cyan-100{--tw-bg-opacity:1;background-color:rgb(0 150 136 / var(--tw-bg-opacity))}.bg-theme9-dark_cyan-100_o26{background-color:#00968826}.bg-theme9-dark_cyan-100_o60{background-color:#00968860}.bg-theme9-dark_cyan-100_o80{background-color:#00968880}.bg-theme9-mandarin-100{--tw-bg-opacity:1;background-color:rgb(241 125 58 / var(--tw-bg-opacity))}.bg-theme9-mandarin-100_o26{background-color:#f17d3a26}.bg-theme9-mandarin-100_o60{background-color:#f17d3a60}.bg-theme9-mandarin-100_o80{background-color:#f17d3a80}.bg-theme9-upsdell_red-100{--tw-bg-opacity:1;background-color:rgb(171 35 36 / var(--tw-bg-opacity))}.bg-theme9-upsdell_red-100_o26{background-color:#ab232426}.bg-theme9-upsdell_red-100_o60{background-color:#ab232460}.bg-theme9-upsdell_red-100_o80{background-color:#ab232480}.bg-theme9-yellow_red-100{--tw-bg-opacity:1;background-color:rgb(245 179 67 / var(--tw-bg-opacity))}.bg-theme9-yellow_red-100_o26{background-color:#f5b34326}.bg-theme9-yellow_red-100_o60{background-color:#f5b34360}.bg-theme9-yellow_red-100_o80{background-color:#f5b34380}.bg-transparent{background-color:transparent}.bg-white-A700{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.bg-opacity-50{--tw-bg-opacity:.5}.bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.bg-gradient2{background-image:linear-gradient(133deg,#485563,#29323c)}.from-\[\#F3F5F6\]{--tw-gradient-from:#F3F5F6 var(--tw-gradient-from-position);--tw-gradient-to:rgb(243 245 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-\[15\%\]{--tw-gradient-from-position:15%}.to-transparent{--tw-gradient-to:transparent var(--tw-gradient-to-position)}.\!bg-cover{background-size:cover!important}.bg-cover{background-size:cover}.\!bg-center{background-position:center!important}.\!bg-no-repeat{background-repeat:no-repeat!important}.bg-no-repeat{background-repeat:no-repeat}.object-cover{object-fit:cover}.p-0{padding:0}.p-0\.5{padding:.125rem}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-\[11px\]{padding:11px}.p-\[14px\]{padding:14px}.p-\[15px\]{padding:15px}.p-\[50px\]{padding:50px}.px-0{padding-left:0;padding-right:0}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-24{padding-left:6rem;padding-right:6rem}.px-3{padding-left:.75rem;padding-right:.75rem}.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-8{padding-left:2rem;padding-right:2rem}.px-9{padding-left:2.25rem;padding-right:2.25rem}.px-\[119px\]{padding-left:119px;padding-right:119px}.px-\[120px\]{padding-left:120px;padding-right:120px}.px-\[126px\]{padding-left:126px;padding-right:126px}.px-\[130px\]{padding-left:130px;padding-right:130px}.px-\[13px\]{padding-left:13px;padding-right:13px}.px-\[18px\]{padding-left:18px;padding-right:18px}.px-\[22px\]{padding-left:22px;padding-right:22px}.px-\[25px\]{padding-left:25px;padding-right:25px}.px-\[26px\]{padding-left:26px;padding-right:26px}.px-\[27\.5px\]{padding-left:27.5px;padding-right:27.5px}.px-\[30px\]{padding-left:30px;padding-right:30px}.px-\[34px\]{padding-left:34px;padding-right:34px}.px-\[38px\]{padding-left:38px;padding-right:38px}.px-\[44px\]{padding-left:44px;padding-right:44px}.px-\[47px\]{padding-left:47px;padding-right:47px}.px-\[50px\]{padding-left:50px;padding-right:50px}.px-\[51px\]{padding-left:51px;padding-right:51px}.px-\[69px\]{padding-left:69px;padding-right:69px}.px-\[70px\]{padding-left:70px;padding-right:70px}.px-\[77px\]{padding-left:77px;padding-right:77px}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-7{padding-top:1.75rem;padding-bottom:1.75rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-\[15px\]{padding-top:15px;padding-bottom:15px}.py-\[20px\]{padding-top:20px;padding-bottom:20px}.py-\[22px\]{padding-top:22px;padding-bottom:22px}.py-\[26px\]{padding-top:26px;padding-bottom:26px}.py-\[30px\]{padding-top:30px;padding-bottom:30px}.py-\[50px\]{padding-top:50px;padding-bottom:50px}.py-\[8\.5px\]{padding-top:8.5px;padding-bottom:8.5px}.py-\[9px\]{padding-top:9px;padding-bottom:9px}.pb-0{padding-bottom:0}.pb-0\.5{padding-bottom:.125rem}.pb-1{padding-bottom:.25rem}.pb-10{padding-bottom:2.5rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pb-6{padding-bottom:1.5rem}.pb-8{padding-bottom:2rem}.pb-\[10px\]{padding-bottom:10px}.pb-\[90px\]{padding-bottom:90px}.pb-px{padding-bottom:1px}.pl-12{padding-left:3rem}.pl-14{padding-left:3.5rem}.pl-2{padding-left:.5rem}.pl-2\.5{padding-left:.625rem}.pl-3{padding-left:.75rem}.pl-3\.5{padding-left:.875rem}.pl-4{padding-left:1rem}.pl-5{padding-left:1.25rem}.pl-7{padding-left:1.75rem}.pl-\[25px\]{padding-left:25px}.pr-0{padding-right:0}.pr-0\.5{padding-right:.125rem}.pr-1{padding-right:.25rem}.pr-24{padding-right:6rem}.pr-4{padding-right:1rem}.pr-8{padding-right:2rem}.pr-\[35px\]{padding-right:35px}.pr-\[37px\]{padding-right:37px}.ps-2{padding-inline-start:.5rem}.pt-1{padding-top:.25rem}.pt-1\.5{padding-top:.375rem}.pt-10{padding-top:2.5rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-3\.5{padding-top:.875rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.pt-7{padding-top:1.75rem}.pt-\[10px\]{padding-top:10px}.pt-\[15px\]{padding-top:15px}.pt-\[17px\]{padding-top:17px}.pt-\[72px\]{padding-top:72px}.pt-\[86px\]{padding-top:86px}.pt-\[88px\]{padding-top:88px}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.font-gtpressura{font-family:GT Pressura}.font-ibmplexsans{font-family:IBM Plex Sans}.font-robotoslab{font-family:Roboto Slab}.font-sans{font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.text-2xl{font-size:1.5rem;line-height:2rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-\[14px\]{font-size:14px}.text-\[18px\]{font-size:18px}.text-\[20px\]{font-size:20px}.text-\[22\.17px\]{font-size:22.17px}.text-\[22px\]{font-size:22px}.text-\[24px\]{font-size:24px}.text-\[28px\]{font-size:28px}.text-\[32px\]{font-size:32px}.text-\[35\.48px\]{font-size:35.48px}.text-\[40px\]{font-size:40px}.text-\[44px\]{font-size:44px}.text-\[70px\]{font-size:70px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.\!font-bold{font-weight:700!important}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.leading-3{line-height:.75rem}.leading-4{line-height:1rem}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-8{line-height:2rem}.leading-\[18px\]{line-height:18px}.leading-\[20\.00px\]{line-height:20px}.leading-\[20\.75px\]{line-height:20.75px}.leading-\[24\.00px\]{line-height:24px}.leading-\[25\.78px\]{line-height:25.78px}.leading-\[28\.00px\]{line-height:28px}.leading-\[30px\]{line-height:30px}.leading-\[32\.00px\]{line-height:32px}.leading-\[48\.00px\]{line-height:48px}.leading-\[64px\]{line-height:64px}.\!text-\[\#02C050\]{--tw-text-opacity:1 !important;color:rgb(2 192 80 / var(--tw-text-opacity))!important}.\!text-\[\#64748B\]{--tw-text-opacity:1 !important;color:rgb(100 116 139 / var(--tw-text-opacity))!important}.\!text-blue_gray-800{--tw-text-opacity:1 !important;color:rgb(55 65 81 / var(--tw-text-opacity))!important}.text-\[\#000000\]{--tw-text-opacity:1;color:rgb(0 0 0 / var(--tw-text-opacity))}.text-\[\#00D959\]{--tw-text-opacity:1;color:rgb(0 217 89 / var(--tw-text-opacity))}.text-\[\#02C050\]{--tw-text-opacity:1;color:rgb(2 192 80 / var(--tw-text-opacity))}.text-\[\#030723\]{--tw-text-opacity:1;color:rgb(3 7 35 / var(--tw-text-opacity))}.text-\[\#1F2937\]{--tw-text-opacity:1;color:rgb(31 41 55 / var(--tw-text-opacity))}.text-\[\#222222\]{--tw-text-opacity:1;color:rgb(34 34 34 / var(--tw-text-opacity))}.text-\[\#233266\]{--tw-text-opacity:1;color:rgb(35 50 102 / var(--tw-text-opacity))}.text-\[\#2F54EB\]{--tw-text-opacity:1;color:rgb(47 84 235 / var(--tw-text-opacity))}.text-\[\#3C3C43\]{--tw-text-opacity:1;color:rgb(60 60 67 / var(--tw-text-opacity))}.text-\[\#5B21B6\]{--tw-text-opacity:1;color:rgb(91 33 182 / var(--tw-text-opacity))}.text-\[\#616161\]{--tw-text-opacity:1;color:rgb(97 97 97 / var(--tw-text-opacity))}.text-\[\#64748B\]{--tw-text-opacity:1;color:rgb(100 116 139 / var(--tw-text-opacity))}.text-\[\#7C7D7E\]{--tw-text-opacity:1;color:rgb(124 125 126 / var(--tw-text-opacity))}.text-\[\#8A8A8A\]{--tw-text-opacity:1;color:rgb(138 138 138 / var(--tw-text-opacity))}.text-\[\#9CA3AF\]{--tw-text-opacity:1;color:rgb(156 163 175 / var(--tw-text-opacity))}.text-\[\#9D9DA1\]{--tw-text-opacity:1;color:rgb(157 157 161 / var(--tw-text-opacity))}.text-\[\#FFFFFF\],.text-\[white\]{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}.text-auro_metal_saurus-100{--tw-text-opacity:1;color:rgb(108 114 127 / var(--tw-text-opacity))}.text-black-100{--tw-text-opacity:1;color:rgb(0 0 0 / var(--tw-text-opacity))}.text-blue-300{--tw-text-opacity:1;color:rgb(147 197 253 / var(--tw-text-opacity))}.text-blue_gray-300{--tw-text-opacity:1;color:rgb(156 163 175 / var(--tw-text-opacity))}.text-blue_gray-700_01{--tw-text-opacity:1;color:rgb(75 85 99 / var(--tw-text-opacity))}.text-blue_gray-800{--tw-text-opacity:1;color:rgb(55 65 81 / var(--tw-text-opacity))}.text-blue_gray-900_01{--tw-text-opacity:1;color:rgb(31 41 55 / var(--tw-text-opacity))}.text-deep_purple-600,.text-grape-100{--tw-text-opacity:1;color:rgb(91 33 182 / var(--tw-text-opacity))}.text-gray-500,.text-gray-600{--tw-text-opacity:1;color:rgb(107 114 128 / var(--tw-text-opacity))}.text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39 / var(--tw-text-opacity))}.text-gray-900_01{--tw-text-opacity:1;color:rgb(30 30 30 / var(--tw-text-opacity))}.text-qr-american_green-100{--tw-text-opacity:1;color:rgb(35 179 58 / var(--tw-text-opacity))}.text-qr-byzantine-100{--tw-text-opacity:1;color:rgb(200 55 171 / var(--tw-text-opacity))}.text-qr-cyan_process-100{--tw-text-opacity:1;color:rgb(0 183 240 / var(--tw-text-opacity))}.text-qr-deep_saffron-100{--tw-text-opacity:1;color:rgb(255 147 39 / var(--tw-text-opacity))}.text-qr-dirt-100{--tw-text-opacity:1;color:rgb(160 111 75 / var(--tw-text-opacity))}.text-qr-eerie_black-100{--tw-text-opacity:1;color:rgb(30 30 30 / var(--tw-text-opacity))}.text-qr-grape-100{--tw-text-opacity:1;color:rgb(91 33 182 / var(--tw-text-opacity))}.text-qr-keppel-100{--tw-text-opacity:1;color:rgb(66 170 164 / var(--tw-text-opacity))}.text-qr-mustard-100{--tw-text-opacity:1;color:rgb(255 221 85 / var(--tw-text-opacity))}.text-qr-rosso_corsa-100{--tw-text-opacity:1;color:rgb(210 0 0 / var(--tw-text-opacity))}.text-red-400{--tw-text-opacity:1;color:rgb(235 87 87 / var(--tw-text-opacity))}.text-red-500{--tw-text-opacity:1;color:rgb(239 68 68 / var(--tw-text-opacity))}.text-red-600{--tw-text-opacity:1;color:rgb(220 38 38 / var(--tw-text-opacity))}.text-theme1-antique_bronze-100{--tw-text-opacity:1;color:rgb(112 96 32 / var(--tw-text-opacity))}.text-theme1-antique_bronze-100_o26{color:#70602026}.text-theme1-antique_bronze-100_o60{color:#70602060}.text-theme1-antique_bronze-100_o80{color:#70602080}.text-theme1-antique_bronze-100_o8c{color:#7060208c}.text-theme1-black_cow-100{--tw-text-opacity:1;color:rgb(72 72 72 / var(--tw-text-opacity))}.text-theme1-black_cow-100_o26{color:#48484826}.text-theme1-black_cow-100_o60{color:#48484860}.text-theme1-black_cow-100_o80{color:#48484880}.text-theme1-black_cow-100_o8c{color:#4848488c}.text-theme1-black_olive-100{--tw-text-opacity:1;color:rgb(60 61 65 / var(--tw-text-opacity))}.text-theme1-black_olive-100_o26{color:#3c3d4126}.text-theme1-black_olive-100_o60{color:#3c3d4160}.text-theme1-black_olive-100_o80{color:#3c3d4180}.text-theme1-black_olive-100_o8c{color:#3c3d418c}.text-theme1-blue_france-100{--tw-text-opacity:1;color:rgb(45 155 234 / var(--tw-text-opacity))}.text-theme1-blue_france-100_o26{color:#2d9bea26}.text-theme1-blue_france-100_o60{color:#2d9bea60}.text-theme1-blue_france-100_o80{color:#2d9bea80}.text-theme1-blue_france-100_o8c{color:#2d9bea8c}.text-theme1-blue_green-100{--tw-text-opacity:1;color:rgb(44 177 189 / var(--tw-text-opacity))}.text-theme1-blue_green-100_o26{color:#2cb1bd26}.text-theme1-blue_green-100_o60{color:#2cb1bd60}.text-theme1-blue_green-100_o80{color:#2cb1bd80}.text-theme1-blue_green-100_o8c{color:#2cb1bd8c}.text-theme1-bole-100{--tw-text-opacity:1;color:rgb(124 78 62 / var(--tw-text-opacity))}.text-theme1-bole-100_o26{color:#7c4e3e26}.text-theme1-bole-100_o60{color:#7c4e3e60}.text-theme1-bole-100_o80{color:#7c4e3e80}.text-theme1-bole-100_o8c{color:#7c4e3e8c}.text-theme1-brick_red-100{--tw-text-opacity:1;color:rgb(205 66 89 / var(--tw-text-opacity))}.text-theme1-brick_red-100_o26{color:#cd425926}.text-theme1-brick_red-100_o60{color:#cd425960}.text-theme1-brick_red-100_o80{color:#cd425980}.text-theme1-brick_red-100_o8c{color:#cd42598c}.text-theme1-button_blue-100{--tw-text-opacity:1;color:rgb(33 150 243 / var(--tw-text-opacity))}.text-theme1-button_blue-100_o26{color:#2196f326}.text-theme1-button_blue-100_o60{color:#2196f360}.text-theme1-button_blue-100_o80{color:#2196f380}.text-theme1-button_blue-100_o8c{color:#2196f38c}.text-theme1-charcoal-100{--tw-text-opacity:1;color:rgb(47 67 92 / var(--tw-text-opacity))}.text-theme1-charcoal-100_o26{color:#2f435c26}.text-theme1-charcoal-100_o60{color:#2f435c60}.text-theme1-charcoal-100_o80{color:#2f435c80}.text-theme1-charcoal-100_o8c{color:#2f435c8c}.text-theme1-charcoal_grey-100{--tw-text-opacity:1;color:rgb(60 65 65 / var(--tw-text-opacity))}.text-theme1-charcoal_grey-100_o26{color:#3c414126}.text-theme1-charcoal_grey-100_o60{color:#3c414160}.text-theme1-charcoal_grey-100_o80{color:#3c414180}.text-theme1-charcoal_grey-100_o8c{color:#3c41418c}.text-theme1-dark_cerulean-100{--tw-text-opacity:1;color:rgb(21 62 117 / var(--tw-text-opacity))}.text-theme1-dark_cerulean-100_o26{color:#153e7526}.text-theme1-dark_cerulean-100_o60{color:#153e7560}.text-theme1-dark_cerulean-100_o80{color:#153e7580}.text-theme1-dark_cerulean-100_o8c{color:#153e758c}.text-theme1-dark_cyan-100{--tw-text-opacity:1;color:rgb(0 150 136 / var(--tw-text-opacity))}.text-theme1-dark_cyan-100_o26{color:#00968826}.text-theme1-dark_cyan-100_o60{color:#00968860}.text-theme1-dark_cyan-100_o80{color:#00968880}.text-theme1-dark_cyan-100_o8c{color:#0096888c}.text-theme1-dark_grey-100{--tw-text-opacity:1;color:rgb(55 57 58 / var(--tw-text-opacity))}.text-theme1-dark_grey-100_o26{color:#37393a26}.text-theme1-dark_grey-100_o60{color:#37393a60}.text-theme1-dark_grey-100_o80{color:#37393a80}.text-theme1-dark_grey-100_o8c{color:#37393a8c}.text-theme1-dark_spring_green-100{--tw-text-opacity:1;color:rgb(23 92 85 / var(--tw-text-opacity))}.text-theme1-dark_spring_green-100_o26{color:#175c5526}.text-theme1-dark_spring_green-100_o60{color:#175c5560}.text-theme1-dark_spring_green-100_o80{color:#175c5580}.text-theme1-dark_spring_green-100_o8c{color:#175c558c}.text-theme1-davy_grey-100{--tw-text-opacity:1;color:rgb(85 85 85 / var(--tw-text-opacity))}.text-theme1-davy_grey-100_o26{color:#55555526}.text-theme1-davy_grey-100_o60{color:#55555560}.text-theme1-davy_grey-100_o80{color:#55555580}.text-theme1-davy_grey-100_o8c{color:#5555558c}.text-theme1-deep_carmine_pink-100{--tw-text-opacity:1;color:rgb(236 56 53 / var(--tw-text-opacity))}.text-theme1-deep_carmine_pink-100_o26{color:#ec383526}.text-theme1-deep_carmine_pink-100_o60{color:#ec383560}.text-theme1-deep_carmine_pink-100_o80{color:#ec383580}.text-theme1-deep_carmine_pink-100_o8c{color:#ec38358c}.text-theme1-gold_crayola-100{--tw-text-opacity:1;color:rgb(224 198 126 / var(--tw-text-opacity))}.text-theme1-gold_crayola-100_o26{color:#e0c67e26}.text-theme1-gold_crayola-100_o60{color:#e0c67e60}.text-theme1-gold_crayola-100_o80{color:#e0c67e80}.text-theme1-gold_crayola-100_o8c{color:#e0c67e8c}.text-theme1-inter_dimensional_blue-100{--tw-text-opacity:1;color:rgb(59 25 205 / var(--tw-text-opacity))}.text-theme1-inter_dimensional_blue-100_o26{color:#3b19cd26}.text-theme1-inter_dimensional_blue-100_o60{color:#3b19cd60}.text-theme1-inter_dimensional_blue-100_o80{color:#3b19cd80}.text-theme1-inter_dimensional_blue-100_o8c{color:#3b19cd8c}.text-theme1-ironside_grey-100{--tw-text-opacity:1;color:rgb(102 102 102 / var(--tw-text-opacity))}.text-theme1-ironside_grey-100_o26{color:#66666626}.text-theme1-ironside_grey-100_o60{color:#66666660}.text-theme1-ironside_grey-100_o80{color:#66666680}.text-theme1-ironside_grey-100_o8c{color:#6666668c}.text-theme1-jet-100{--tw-text-opacity:1;color:rgb(55 52 48 / var(--tw-text-opacity))}.text-theme1-jet-100_o26{color:#37343026}.text-theme1-jet-100_o60{color:#37343060}.text-theme1-jet-100_o80{color:#37343080}.text-theme1-jet-100_o8c{color:#3734308c}.text-theme1-light_coral-100{--tw-text-opacity:1;color:rgb(242 121 128 / var(--tw-text-opacity))}.text-theme1-light_coral-100_o26{color:#f2798026}.text-theme1-light_coral-100_o60{color:#f2798060}.text-theme1-light_coral-100_o80{color:#f2798080}.text-theme1-light_coral-100_o8c{color:#f279808c}.text-theme1-mandarin-100{--tw-text-opacity:1;color:rgb(241 125 58 / var(--tw-text-opacity))}.text-theme1-mandarin-100_o26{color:#f17d3a26}.text-theme1-mandarin-100_o60{color:#f17d3a60}.text-theme1-mandarin-100_o80{color:#f17d3a80}.text-theme1-mandarin-100_o8c{color:#f17d3a8c}.text-theme1-medium_purple-100{--tw-text-opacity:1;color:rgb(144 128 232 / var(--tw-text-opacity))}.text-theme1-medium_purple-100_o26{color:#9080e826}.text-theme1-medium_purple-100_o60{color:#9080e860}.text-theme1-medium_purple-100_o80{color:#9080e880}.text-theme1-medium_purple-100_o8c{color:#9080e88c}.text-theme1-mystic-100{--tw-text-opacity:1;color:rgb(207 85 121 / var(--tw-text-opacity))}.text-theme1-mystic-100_o26{color:#cf557926}.text-theme1-mystic-100_o60{color:#cf557960}.text-theme1-mystic-100_o80{color:#cf557980}.text-theme1-mystic-100_o8c{color:#cf55798c}.text-theme1-northern_blue-100{--tw-text-opacity:1;color:rgb(120 201 209 / var(--tw-text-opacity))}.text-theme1-northern_blue-100_o26{color:#78c9d126}.text-theme1-northern_blue-100_o60{color:#78c9d160}.text-theme1-northern_blue-100_o80{color:#78c9d180}.text-theme1-northern_blue-100_o8c{color:#78c9d18c}.text-theme1-pear-100{--tw-text-opacity:1;color:rgb(210 235 47 / var(--tw-text-opacity))}.text-theme1-pear-100_o26{color:#d2eb2f26}.text-theme1-pear-100_o60{color:#d2eb2f60}.text-theme1-pear-100_o80{color:#d2eb2f80}.text-theme1-pear-100_o8c{color:#d2eb2f8c}.text-theme1-pink-100{--tw-text-opacity:1;color:rgb(255 0 0 / var(--tw-text-opacity))}.text-theme1-pink-100_o26{color:#ff000026}.text-theme1-pink-100_o60{color:#ff000060}.text-theme1-pink-100_o80{color:#ff000080}.text-theme1-pink-100_o8c{color:#ff00008c}.text-theme1-police_blue-100{--tw-text-opacity:1;color:rgb(34 81 107 / var(--tw-text-opacity))}.text-theme1-police_blue-100_o26{color:#22516b26}.text-theme1-police_blue-100_o60{color:#22516b60}.text-theme1-police_blue-100_o80{color:#22516b80}.text-theme1-police_blue-100_o8c{color:#22516b8c}.text-theme1-purple_pizzazz-100{--tw-text-opacity:1;color:rgb(252 57 231 / var(--tw-text-opacity))}.text-theme1-purple_pizzazz-100_o26{color:#fc39e726}.text-theme1-purple_pizzazz-100_o60{color:#fc39e760}.text-theme1-purple_pizzazz-100_o80{color:#fc39e780}.text-theme1-purple_pizzazz-100_o8c{color:#fc39e78c}.text-theme1-razzmatazz-100{--tw-text-opacity:1;color:rgb(233 30 99 / var(--tw-text-opacity))}.text-theme1-razzmatazz-100_o26{color:#e91e6326}.text-theme1-razzmatazz-100_o60{color:#e91e6360}.text-theme1-razzmatazz-100_o80{color:#e91e6380}.text-theme1-razzmatazz-100_o8c{color:#e91e638c}.text-theme1-redwood-100{--tw-text-opacity:1;color:rgb(163 101 75 / var(--tw-text-opacity))}.text-theme1-redwood-100_o26{color:#a3654b26}.text-theme1-redwood-100_o60{color:#a3654b60}.text-theme1-redwood-100_o80{color:#a3654b80}.text-theme1-redwood-100_o8c{color:#a3654b8c}.text-theme1-russian_violet-100{--tw-text-opacity:1;color:rgb(57 24 71 / var(--tw-text-opacity))}.text-theme1-russian_violet-100_o26{color:#39184726}.text-theme1-russian_violet-100_o60{color:#39184760}.text-theme1-russian_violet-100_o80{color:#39184780}.text-theme1-russian_violet-100_o8c{color:#3918478c}.text-theme1-saffron-100{--tw-text-opacity:1;color:rgb(245 188 49 / var(--tw-text-opacity))}.text-theme1-saffron-100_o26{color:#f5bc3126}.text-theme1-saffron-100_o60{color:#f5bc3160}.text-theme1-saffron-100_o80{color:#f5bc3180}.text-theme1-saffron-100_o8c{color:#f5bc318c}.text-theme1-seashell-100{--tw-text-opacity:1;color:rgb(241 241 241 / var(--tw-text-opacity))}.text-theme1-seashell-100_o26{color:#f1f1f126}.text-theme1-seashell-100_o60{color:#f1f1f160}.text-theme1-seashell-100_o80{color:#f1f1f180}.text-theme1-seashell-100_o8c{color:#f1f1f18c}.text-theme1-slate_gray-100{--tw-text-opacity:1;color:rgb(109 123 141 / var(--tw-text-opacity))}.text-theme1-slate_gray-100_o26{color:#6d7b8d26}.text-theme1-slate_gray-100_o60{color:#6d7b8d60}.text-theme1-slate_gray-100_o80{color:#6d7b8d80}.text-theme1-slate_gray-100_o8c{color:#6d7b8d8c}.text-theme1-spanish_bistre-100{--tw-text-opacity:1;color:rgb(116 123 55 / var(--tw-text-opacity))}.text-theme1-spanish_bistre-100_o26{color:#747b3726}.text-theme1-spanish_bistre-100_o60{color:#747b3760}.text-theme1-spanish_bistre-100_o80{color:#747b3780}.text-theme1-spanish_bistre-100_o8c{color:#747b378c}.text-theme1-storm_cloud-100{--tw-text-opacity:1;color:rgb(87 96 98 / var(--tw-text-opacity))}.text-theme1-storm_cloud-100_o26{color:#57606226}.text-theme1-storm_cloud-100_o60{color:#57606260}.text-theme1-storm_cloud-100_o80{color:#57606280}.text-theme1-storm_cloud-100_o8c{color:#5760628c}.text-theme1-sunray-100{--tw-text-opacity:1;color:rgb(222 182 77 / var(--tw-text-opacity))}.text-theme1-sunray-100_o26{color:#deb64d26}.text-theme1-sunray-100_o60{color:#deb64d60}.text-theme1-sunray-100_o80{color:#deb64d80}.text-theme1-sunray-100_o8c{color:#deb64d8c}.text-theme1-vegas_gold-100{--tw-text-opacity:1;color:rgb(205 198 89 / var(--tw-text-opacity))}.text-theme1-vegas_gold-100_o26{color:#cdc65926}.text-theme1-vegas_gold-100_o60{color:#cdc65960}.text-theme1-vegas_gold-100_o80{color:#cdc65980}.text-theme1-vegas_gold-100_o8c{color:#cdc6598c}.text-theme1-vivid_violet-100{--tw-text-opacity:1;color:rgb(170 0 255 / var(--tw-text-opacity))}.text-theme1-vivid_violet-100_o26{color:#aa00ff26}.text-theme1-vivid_violet-100_o60{color:#aa00ff60}.text-theme1-vivid_violet-100_o80{color:#aa00ff80}.text-theme1-vivid_violet-100_o8c{color:#aa00ff8c}.text-theme1-yellow_red-100{--tw-text-opacity:1;color:rgb(245 179 67 / var(--tw-text-opacity))}.text-theme1-yellow_red-100_o26{color:#f5b34326}.text-theme1-yellow_red-100_o60{color:#f5b34360}.text-theme1-yellow_red-100_o80{color:#f5b34380}.text-theme1-yellow_red-100_o8c{color:#f5b3438c}.text-theme10-chinese_black-100{--tw-text-opacity:1;color:rgb(19 20 20 / var(--tw-text-opacity))}.text-theme10-chinese_black-100_o26{color:#13141426}.text-theme10-chinese_black-100_o60{color:#13141460}.text-theme10-chinese_black-100_o80{color:#13141480}.text-theme10-dark_cyan-100{--tw-text-opacity:1;color:rgb(0 150 136 / var(--tw-text-opacity))}.text-theme10-dark_cyan-100_o26{color:#00968826}.text-theme10-dark_cyan-100_o60{color:#00968860}.text-theme10-dark_cyan-100_o80{color:#00968880}.text-theme10-mandarin-100{--tw-text-opacity:1;color:rgb(241 125 58 / var(--tw-text-opacity))}.text-theme10-mandarin-100_o26{color:#f17d3a26}.text-theme10-mandarin-100_o60{color:#f17d3a60}.text-theme10-mandarin-100_o80{color:#f17d3a80}.text-theme10-upsdell_red-100{--tw-text-opacity:1;color:rgb(171 35 36 / var(--tw-text-opacity))}.text-theme10-upsdell_red-100_o26{color:#ab232426}.text-theme10-upsdell_red-100_o60{color:#ab232460}.text-theme10-upsdell_red-100_o80{color:#ab232480}.text-theme10-yellow_red-100{--tw-text-opacity:1;color:rgb(245 179 67 / var(--tw-text-opacity))}.text-theme10-yellow_red-100_o26{color:#f5b34326}.text-theme10-yellow_red-100_o60{color:#f5b34360}.text-theme10-yellow_red-100_o80{color:#f5b34380}.text-theme2-blue_ncs-100{--tw-text-opacity:1;color:rgb(0 133 196 / var(--tw-text-opacity))}.text-theme2-blue_ncs-100_o26{color:#0085c426}.text-theme2-blue_ncs-100_o60{color:#0085c460}.text-theme2-blue_ncs-100_o80{color:#0085c480}.text-theme3-yellow_red-100{--tw-text-opacity:1;color:rgb(245 179 67 / var(--tw-text-opacity))}.text-theme3-yellow_red-100_o26{color:#f5b34326}.text-theme3-yellow_red-100_o60{color:#f5b34360}.text-theme3-yellow_red-100_o80{color:#f5b34380}.text-theme4-deep_carmine_pink-100{--tw-text-opacity:1;color:rgb(236 56 53 / var(--tw-text-opacity))}.text-theme4-deep_carmine_pink-100_2s{--tw-text-opacity:1;color:rgb(189 45 42 / var(--tw-text-opacity))}.text-theme4-deep_carmine_pink-100_3s{--tw-text-opacity:1;color:rgb(165 39 37 / var(--tw-text-opacity))}.text-theme4-deep_carmine_pink-100_4s{--tw-text-opacity:1;color:rgb(106 25 24 / var(--tw-text-opacity))}.text-theme4-deep_carmine_pink-100_5s{--tw-text-opacity:1;color:rgb(83 20 19 / var(--tw-text-opacity))}.text-theme4-deep_carmine_pink-100_o26{color:#ec383526}.text-theme4-deep_carmine_pink-100_o60{color:#ec383560}.text-theme4-deep_carmine_pink-100_o80{color:#ec383580}.text-theme4-mandarin-100{--tw-text-opacity:1;color:rgb(241 125 58 / var(--tw-text-opacity))}.text-theme4-mandarin-100_2s{--tw-text-opacity:1;color:rgb(193 100 46 / var(--tw-text-opacity))}.text-theme4-mandarin-100_3s{--tw-text-opacity:1;color:rgb(169 88 41 / var(--tw-text-opacity))}.text-theme4-mandarin-100_4s{--tw-text-opacity:1;color:rgb(108 56 26 / var(--tw-text-opacity))}.text-theme4-mandarin-100_5s{--tw-text-opacity:1;color:rgb(84 44 20 / var(--tw-text-opacity))}.text-theme4-mandarin-100_o26{color:#f17d3a26}.text-theme4-mandarin-100_o60{color:#f17d3a60}.text-theme4-mandarin-100_o80{color:#f17d3a80}.text-theme4-yellow_red-100{--tw-text-opacity:1;color:rgb(245 179 67 / var(--tw-text-opacity))}.text-theme4-yellow_red-100_2s{--tw-text-opacity:1;color:rgb(196 143 54 / var(--tw-text-opacity))}.text-theme4-yellow_red-100_3s{--tw-text-opacity:1;color:rgb(172 125 47 / var(--tw-text-opacity))}.text-theme4-yellow_red-100_4s{--tw-text-opacity:1;color:rgb(110 81 30 / var(--tw-text-opacity))}.text-theme4-yellow_red-100_5s{--tw-text-opacity:1;color:rgb(86 63 23 / var(--tw-text-opacity))}.text-theme4-yellow_red-100_o26{color:#f5b34326}.text-theme4-yellow_red-100_o60{color:#f5b34360}.text-theme4-yellow_red-100_o80{color:#f5b34380}.text-theme5-mandarin-100{--tw-text-opacity:1;color:rgb(241 125 58 / var(--tw-text-opacity))}.text-theme5-mandarin-100_o26{color:#f17d3a26}.text-theme5-mandarin-100_o60{color:#f17d3a60}.text-theme5-mandarin-100_o80{color:#f17d3a80}.text-theme5-yellow_red-100{--tw-text-opacity:1;color:rgb(245 179 67 / var(--tw-text-opacity))}.text-theme5-yellow_red-100_o26{color:#f5b34326}.text-theme5-yellow_red-100_o60{color:#f5b34360}.text-theme5-yellow_red-100_o80{color:#f5b34380}.text-theme6-dark_cyan-100{--tw-text-opacity:1;color:rgb(0 150 136 / var(--tw-text-opacity))}.text-theme6-dark_cyan-100_o26{color:#00968826}.text-theme6-dark_cyan-100_o60{color:#00968860}.text-theme6-dark_cyan-100_o80{color:#00968880}.text-theme6-mandarin-100{--tw-text-opacity:1;color:rgb(241 125 58 / var(--tw-text-opacity))}.text-theme6-mandarin-100_o26{color:#f17d3a26}.text-theme6-mandarin-100_o60{color:#f17d3a60}.text-theme6-mandarin-100_o80{color:#f17d3a80}.text-theme6-yellow_red-100{--tw-text-opacity:1;color:rgb(245 179 67 / var(--tw-text-opacity))}.text-theme6-yellow_red-100_o26{color:#f5b34326}.text-theme6-yellow_red-100_o60{color:#f5b34360}.text-theme6-yellow_red-100_o80{color:#f5b34380}.text-theme7-chinese_black-100{--tw-text-opacity:1;color:rgb(19 20 20 / var(--tw-text-opacity))}.text-theme7-chinese_black-100_o26{color:#13141426}.text-theme7-chinese_black-100_o60{color:#13141460}.text-theme7-chinese_black-100_o80{color:#13141480}.text-theme7-dark_cyan-100{--tw-text-opacity:1;color:rgb(0 150 136 / var(--tw-text-opacity))}.text-theme7-dark_cyan-100_o26{color:#00968826}.text-theme7-dark_cyan-100_o60{color:#00968860}.text-theme7-dark_cyan-100_o80{color:#00968880}.text-theme7-mandarin-100{--tw-text-opacity:1;color:rgb(241 125 58 / var(--tw-text-opacity))}.text-theme7-mandarin-100_o26{color:#f17d3a26}.text-theme7-mandarin-100_o60{color:#f17d3a60}.text-theme7-mandarin-100_o80{color:#f17d3a80}.text-theme7-yellow_red-100{--tw-text-opacity:1;color:rgb(245 179 67 / var(--tw-text-opacity))}.text-theme7-yellow_red-100_o26{color:#f5b34326}.text-theme7-yellow_red-100_o60{color:#f5b34360}.text-theme7-yellow_red-100_o80{color:#f5b34380}.text-theme8-chinese_black-100{--tw-text-opacity:1;color:rgb(19 20 20 / var(--tw-text-opacity))}.text-theme8-chinese_black-100_o10{color:#13141410}.text-theme8-chinese_black-100_o26{color:#13141426}.text-theme8-chinese_black-100_o60{color:#13141460}.text-theme8-chinese_black-100_o80{color:#13141480}.text-theme8-dark_cyan-100{--tw-text-opacity:1;color:rgb(0 150 136 / var(--tw-text-opacity))}.text-theme8-dark_cyan-100_o10{color:#00968810}.text-theme8-dark_cyan-100_o26{color:#00968826}.text-theme8-dark_cyan-100_o60{color:#00968860}.text-theme8-dark_cyan-100_o80{color:#00968880}.text-theme8-mandarin-100{--tw-text-opacity:1;color:rgb(241 125 58 / var(--tw-text-opacity))}.text-theme8-mandarin-100_o10{color:#f17d3a10}.text-theme8-mandarin-100_o26{color:#f17d3a26}.text-theme8-mandarin-100_o60{color:#f17d3a60}.text-theme8-mandarin-100_o80{color:#f17d3a80}.text-theme8-upsdell_red-100{--tw-text-opacity:1;color:rgb(171 35 36 / var(--tw-text-opacity))}.text-theme8-upsdell_red-100_o10{color:#ab232410}.text-theme8-upsdell_red-100_o26{color:#ab232426}.text-theme8-upsdell_red-100_o60{color:#ab232460}.text-theme8-upsdell_red-100_o80{color:#ab232480}.text-theme8-yellow_red-100{--tw-text-opacity:1;color:rgb(245 179 67 / var(--tw-text-opacity))}.text-theme8-yellow_red-100_o10{color:#f5b34310}.text-theme8-yellow_red-100_o26{color:#f5b34326}.text-theme8-yellow_red-100_o60{color:#f5b34360}.text-theme8-yellow_red-100_o80{color:#f5b34380}.text-theme9-chinese_black-100{--tw-text-opacity:1;color:rgb(19 20 20 / var(--tw-text-opacity))}.text-theme9-chinese_black-100_o26{color:#13141426}.text-theme9-chinese_black-100_o60{color:#13141460}.text-theme9-chinese_black-100_o80{color:#13141480}.text-theme9-dark_cyan-100{--tw-text-opacity:1;color:rgb(0 150 136 / var(--tw-text-opacity))}.text-theme9-dark_cyan-100_o26{color:#00968826}.text-theme9-dark_cyan-100_o60{color:#00968860}.text-theme9-dark_cyan-100_o80{color:#00968880}.text-theme9-mandarin-100{--tw-text-opacity:1;color:rgb(241 125 58 / var(--tw-text-opacity))}.text-theme9-mandarin-100_o26{color:#f17d3a26}.text-theme9-mandarin-100_o60{color:#f17d3a60}.text-theme9-mandarin-100_o80{color:#f17d3a80}.text-theme9-upsdell_red-100{--tw-text-opacity:1;color:rgb(171 35 36 / var(--tw-text-opacity))}.text-theme9-upsdell_red-100_o26{color:#ab232426}.text-theme9-upsdell_red-100_o60{color:#ab232460}.text-theme9-upsdell_red-100_o80{color:#ab232480}.text-theme9-yellow_red-100{--tw-text-opacity:1;color:rgb(245 179 67 / var(--tw-text-opacity))}.text-theme9-yellow_red-100_o26{color:#f5b34326}.text-theme9-yellow_red-100_o60{color:#f5b34360}.text-theme9-yellow_red-100_o80{color:#f5b34380}.text-white-A700{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}.underline{-webkit-text-decoration-line:underline;text-decoration-line:underline}.underline-offset-2{text-underline-offset:2px}.accent-\[\#02C050\]{accent-color:#02C050}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-80{opacity:.8}.opacity-85{opacity:.85}.shadow-\[\#00000040_2px_2px_4px_1px_inset\]{--tw-shadow:#00000040 2px 2px 4px 1px inset;--tw-shadow-colored:inset 2px 2px 4px 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)}.shadow-\[\#000000_0px_2px_2px_0px\]{--tw-shadow:#000000 0px 2px 2px 0px;--tw-shadow-colored:0px 2px 2px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[\#00D959_7px_7px_0px_0px\]{--tw-shadow:#00D959 7px 7px 0px 0px;--tw-shadow-colored:7px 7px 0px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[inset_0px_0px_10px_rgba\(0\,0\,0\,0\.5\)\]{--tw-shadow:inset 0px 0px 10px rgba(0,0,0,.5);--tw-shadow-colored:inset 0px 0px 10px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[rgba\(0\,0\,0\,0\.16\)_0px_10px_36px_0px\,rgba\(0\,0\,0\,0\.06\)_0px_0px_0px_1px\]{--tw-shadow:rgba(0,0,0,.16) 0px 10px 36px 0px,rgba(0,0,0,.06) 0px 0px 0px 1px;--tw-shadow-colored:0px 10px 36px 0px var(--tw-shadow-color), 0px 0px 0px 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)}.shadow-\[rgba\(0\,0\,0\,0\.24\)_0px_3px_8px\]{--tw-shadow:rgba(0,0,0,.24) 0px 3px 8px;--tw-shadow-colored:0px 3px 8px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[rgba\(0\,0\,0\,0\.35\)_0px_4px_4px_0px_inset\]{--tw-shadow:rgba(0,0,0,.35) 0px 4px 4px 0px inset;--tw-shadow-colored:inset 0px 4px 4px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[rgba\(0\,0\,0\,0\.35\)_0px_5px_15px\]{--tw-shadow:rgba(0,0,0,.35) 0px 5px 15px;--tw-shadow-colored:0px 5px 15px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[rgba\(100\,100\,111\,0\.2\)_0px_7px_29px_0px\]{--tw-shadow:rgba(100,100,111,.2) 0px 7px 29px 0px;--tw-shadow-colored:0px 7px 29px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[rgba\(149\,157\,165\,0\.2\)_0px_8px_24px\]{--tw-shadow:rgba(149,157,165,.2) 0px 8px 24px;--tw-shadow-colored:0px 8px 24px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[rgba\(99\,99\,99\,0\.2\)_0px_2px_8px_0px\]{--tw-shadow:rgba(99,99,99,.2) 0px 2px 8px 0px;--tw-shadow-colored:0px 2px 8px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-bs{--tw-shadow:0px 1px 2px 0px #0000000c;--tw-shadow-colored:0px 1px 2px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-customGreen{--tw-shadow:0 4px 6px rgba(2, 192, 80, .5);--tw-shadow-colored:0 4px 6px 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}.outline-dashed{outline-style:dashed}.outline-\[1px\]{outline-width:1px}.outline-blue_gray-100{outline-color:#d1d5db}.outline-white-A700{outline-color:#fff}.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-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.delay-500{transition-delay:.5s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}:root{--primary-color: #5b21b6}[type=text]:focus,[type=email]:focus,[type=url]:focus,[type=password]:focus,[type=number]:focus,[type=date]:focus,[type=search]:focus,[type=checkbox]:focus,[type=radio]:focus,[multiple]:focus,textarea:focus,select:focus{--tw-ring-color: var(--primary-color);border-color:var(--primary-color)}.react-datepicker-wrapper .react-datepicker__input-container input{background-color:transparent;border:none;width:100%;padding:0}.react-datepicker__day.react-datepicker__day--keyboard-selected{background:none;color:#000}input:focus,textarea:focus{outline:none!important;outline-offset:0!important;--tw-ring-offset-width:none !important}li:focus-visible{outline:none}li:hover{cursor:pointer}.tab-panel--selected{animation-name:tabPanel;animation-duration:.3s;animation-timing-function:linear}@keyframes tabPanel{0%{opacity:0}to{opacity:1}}.input-container{position:relative;display:flex;flex-direction:column}.input-container label{position:absolute;transform-origin:top left;transition:.2s cubic-bezier(0,0,.2,1) 0ms}.input-container input{transition:.2s cubic-bezier(0,0,.2,1) 0ms}.ps-menu-icon{width:unset!important;min-width:unset!important;justify-content:start!important;margin:0!important}.ps-menu-button,.ps-menu-icon{height:unset!important}.ps-menu-button:hover{background-color:unset!important}.ps-sidebar-container,.ps-submenu-content{background-color:transparent!important}.ps-collapsed .ps-menu-icon{min-width:100%!important;justify-content:center!important}.ps-collapsed{width:80px!important}.ps-sidebar-container,.ps-menu-root,.ps-menu-root>ul{width:100%;display:flex;flex-direction:column}.ps-sidebar-root{min-width:unset!important;border:none!important}.ps-collapsed,.ps-collapsed .ps-menu-root,.ps-collapsed .ps-menu-button{padding-left:0!important;padding-right:0!important;margin-left:unset!important;margin-right:unset!important}.ps-collapsed ul{align-items:center}.ps-menu-label{display:flex;justify-content:space-between}@media (min-width: 768px){.slider-testimonial .slick-track{display:flex;gap:32px;margin:0 -32px}}@media (max-width: 767px){.slider-testimonial .slick-track{display:flex;gap:16px;margin:0!important}}.slider-testimonial .slick-track>div{width:auto!important}.slick-arrow slick-next{display:none!important}.title{-webkit-user-select:none;user-select:none;color:#fff;font-family:monospace;font-weight:700;text-align:center;margin:0}.range-slider{width:480px;margin:0}.range-slider.margin-lg{margin:42px auto 0}.range-slider .range-slider__range{background:#6D28D9!important}.range-slider .range-slider__thumb{position:relative;background:#6D28D9!important;height:16px!important;width:16px!important;display:flex;justify-content:center;align-items:center}.range-slider .range-slider__thumb:before{content:"";width:6px;height:6px;background-color:#fff;border-radius:50%}input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none}input[type=radio]{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:20px;height:20px;border-radius:50%;border:2px solid #ccc;outline:none;cursor:pointer}input[type=radio]:checked{background-color:#6d28d9!important}.radio-label{margin-left:8px;cursor:pointer}.placeholder\:pl-12::placeholder{padding-left:3rem}.placeholder\:capitalize::placeholder{text-transform:capitalize}.placeholder\:text-blue_gray-300::placeholder{--tw-text-opacity:1;color:rgb(156 163 175 / var(--tw-text-opacity))}.placeholder\:text-gray-900_01::placeholder{--tw-text-opacity:1;color:rgb(30 30 30 / var(--tw-text-opacity))}.placeholder\:text-qr-american_green-100::placeholder{--tw-text-opacity:1;color:rgb(35 179 58 / var(--tw-text-opacity))}.placeholder\:text-qr-byzantine-100::placeholder{--tw-text-opacity:1;color:rgb(200 55 171 / var(--tw-text-opacity))}.placeholder\:text-qr-cyan_process-100::placeholder{--tw-text-opacity:1;color:rgb(0 183 240 / var(--tw-text-opacity))}.placeholder\:text-qr-deep_saffron-100::placeholder{--tw-text-opacity:1;color:rgb(255 147 39 / var(--tw-text-opacity))}.placeholder\:text-qr-dirt-100::placeholder{--tw-text-opacity:1;color:rgb(160 111 75 / var(--tw-text-opacity))}.placeholder\:text-qr-eerie_black-100::placeholder{--tw-text-opacity:1;color:rgb(30 30 30 / var(--tw-text-opacity))}.placeholder\:text-qr-grape-100::placeholder{--tw-text-opacity:1;color:rgb(91 33 182 / var(--tw-text-opacity))}.placeholder\:text-qr-keppel-100::placeholder{--tw-text-opacity:1;color:rgb(66 170 164 / var(--tw-text-opacity))}.placeholder\:text-qr-mustard-100::placeholder{--tw-text-opacity:1;color:rgb(255 221 85 / var(--tw-text-opacity))}.placeholder\:text-qr-rosso_corsa-100::placeholder{--tw-text-opacity:1;color:rgb(210 0 0 / var(--tw-text-opacity))}.placeholder\:text-theme1-antique_bronze-100::placeholder{--tw-text-opacity:1;color:rgb(112 96 32 / var(--tw-text-opacity))}.placeholder\:text-theme1-antique_bronze-100_o26::placeholder{color:#70602026}.placeholder\:text-theme1-antique_bronze-100_o60::placeholder{color:#70602060}.placeholder\:text-theme1-antique_bronze-100_o80::placeholder{color:#70602080}.placeholder\:text-theme1-antique_bronze-100_o8c::placeholder{color:#7060208c}.placeholder\:text-theme1-black_cow-100::placeholder{--tw-text-opacity:1;color:rgb(72 72 72 / var(--tw-text-opacity))}.placeholder\:text-theme1-black_cow-100_o26::placeholder{color:#48484826}.placeholder\:text-theme1-black_cow-100_o60::placeholder{color:#48484860}.placeholder\:text-theme1-black_cow-100_o80::placeholder{color:#48484880}.placeholder\:text-theme1-black_cow-100_o8c::placeholder{color:#4848488c}.placeholder\:text-theme1-black_olive-100::placeholder{--tw-text-opacity:1;color:rgb(60 61 65 / var(--tw-text-opacity))}.placeholder\:text-theme1-black_olive-100_o26::placeholder{color:#3c3d4126}.placeholder\:text-theme1-black_olive-100_o60::placeholder{color:#3c3d4160}.placeholder\:text-theme1-black_olive-100_o80::placeholder{color:#3c3d4180}.placeholder\:text-theme1-black_olive-100_o8c::placeholder{color:#3c3d418c}.placeholder\:text-theme1-blue_france-100::placeholder{--tw-text-opacity:1;color:rgb(45 155 234 / var(--tw-text-opacity))}.placeholder\:text-theme1-blue_france-100_o26::placeholder{color:#2d9bea26}.placeholder\:text-theme1-blue_france-100_o60::placeholder{color:#2d9bea60}.placeholder\:text-theme1-blue_france-100_o80::placeholder{color:#2d9bea80}.placeholder\:text-theme1-blue_france-100_o8c::placeholder{color:#2d9bea8c}.placeholder\:text-theme1-blue_green-100::placeholder{--tw-text-opacity:1;color:rgb(44 177 189 / var(--tw-text-opacity))}.placeholder\:text-theme1-blue_green-100_o26::placeholder{color:#2cb1bd26}.placeholder\:text-theme1-blue_green-100_o60::placeholder{color:#2cb1bd60}.placeholder\:text-theme1-blue_green-100_o80::placeholder{color:#2cb1bd80}.placeholder\:text-theme1-blue_green-100_o8c::placeholder{color:#2cb1bd8c}.placeholder\:text-theme1-bole-100::placeholder{--tw-text-opacity:1;color:rgb(124 78 62 / var(--tw-text-opacity))}.placeholder\:text-theme1-bole-100_o26::placeholder{color:#7c4e3e26}.placeholder\:text-theme1-bole-100_o60::placeholder{color:#7c4e3e60}.placeholder\:text-theme1-bole-100_o80::placeholder{color:#7c4e3e80}.placeholder\:text-theme1-bole-100_o8c::placeholder{color:#7c4e3e8c}.placeholder\:text-theme1-brick_red-100::placeholder{--tw-text-opacity:1;color:rgb(205 66 89 / var(--tw-text-opacity))}.placeholder\:text-theme1-brick_red-100_o26::placeholder{color:#cd425926}.placeholder\:text-theme1-brick_red-100_o60::placeholder{color:#cd425960}.placeholder\:text-theme1-brick_red-100_o80::placeholder{color:#cd425980}.placeholder\:text-theme1-brick_red-100_o8c::placeholder{color:#cd42598c}.placeholder\:text-theme1-button_blue-100::placeholder{--tw-text-opacity:1;color:rgb(33 150 243 / var(--tw-text-opacity))}.placeholder\:text-theme1-button_blue-100_o26::placeholder{color:#2196f326}.placeholder\:text-theme1-button_blue-100_o60::placeholder{color:#2196f360}.placeholder\:text-theme1-button_blue-100_o80::placeholder{color:#2196f380}.placeholder\:text-theme1-button_blue-100_o8c::placeholder{color:#2196f38c}.placeholder\:text-theme1-charcoal-100::placeholder{--tw-text-opacity:1;color:rgb(47 67 92 / var(--tw-text-opacity))}.placeholder\:text-theme1-charcoal-100_o26::placeholder{color:#2f435c26}.placeholder\:text-theme1-charcoal-100_o60::placeholder{color:#2f435c60}.placeholder\:text-theme1-charcoal-100_o80::placeholder{color:#2f435c80}.placeholder\:text-theme1-charcoal-100_o8c::placeholder{color:#2f435c8c}.placeholder\:text-theme1-charcoal_grey-100::placeholder{--tw-text-opacity:1;color:rgb(60 65 65 / var(--tw-text-opacity))}.placeholder\:text-theme1-charcoal_grey-100_o26::placeholder{color:#3c414126}.placeholder\:text-theme1-charcoal_grey-100_o60::placeholder{color:#3c414160}.placeholder\:text-theme1-charcoal_grey-100_o80::placeholder{color:#3c414180}.placeholder\:text-theme1-charcoal_grey-100_o8c::placeholder{color:#3c41418c}.placeholder\:text-theme1-dark_cerulean-100::placeholder{--tw-text-opacity:1;color:rgb(21 62 117 / var(--tw-text-opacity))}.placeholder\:text-theme1-dark_cerulean-100_o26::placeholder{color:#153e7526}.placeholder\:text-theme1-dark_cerulean-100_o60::placeholder{color:#153e7560}.placeholder\:text-theme1-dark_cerulean-100_o80::placeholder{color:#153e7580}.placeholder\:text-theme1-dark_cerulean-100_o8c::placeholder{color:#153e758c}.placeholder\:text-theme1-dark_cyan-100::placeholder{--tw-text-opacity:1;color:rgb(0 150 136 / var(--tw-text-opacity))}.placeholder\:text-theme1-dark_cyan-100_o26::placeholder{color:#00968826}.placeholder\:text-theme1-dark_cyan-100_o60::placeholder{color:#00968860}.placeholder\:text-theme1-dark_cyan-100_o80::placeholder{color:#00968880}.placeholder\:text-theme1-dark_cyan-100_o8c::placeholder{color:#0096888c}.placeholder\:text-theme1-dark_grey-100::placeholder{--tw-text-opacity:1;color:rgb(55 57 58 / var(--tw-text-opacity))}.placeholder\:text-theme1-dark_grey-100_o26::placeholder{color:#37393a26}.placeholder\:text-theme1-dark_grey-100_o60::placeholder{color:#37393a60}.placeholder\:text-theme1-dark_grey-100_o80::placeholder{color:#37393a80}.placeholder\:text-theme1-dark_grey-100_o8c::placeholder{color:#37393a8c}.placeholder\:text-theme1-dark_spring_green-100::placeholder{--tw-text-opacity:1;color:rgb(23 92 85 / var(--tw-text-opacity))}.placeholder\:text-theme1-dark_spring_green-100_o26::placeholder{color:#175c5526}.placeholder\:text-theme1-dark_spring_green-100_o60::placeholder{color:#175c5560}.placeholder\:text-theme1-dark_spring_green-100_o80::placeholder{color:#175c5580}.placeholder\:text-theme1-dark_spring_green-100_o8c::placeholder{color:#175c558c}.placeholder\:text-theme1-davy_grey-100::placeholder{--tw-text-opacity:1;color:rgb(85 85 85 / var(--tw-text-opacity))}.placeholder\:text-theme1-davy_grey-100_o26::placeholder{color:#55555526}.placeholder\:text-theme1-davy_grey-100_o60::placeholder{color:#55555560}.placeholder\:text-theme1-davy_grey-100_o80::placeholder{color:#55555580}.placeholder\:text-theme1-davy_grey-100_o8c::placeholder{color:#5555558c}.placeholder\:text-theme1-deep_carmine_pink-100::placeholder{--tw-text-opacity:1;color:rgb(236 56 53 / var(--tw-text-opacity))}.placeholder\:text-theme1-deep_carmine_pink-100_o26::placeholder{color:#ec383526}.placeholder\:text-theme1-deep_carmine_pink-100_o60::placeholder{color:#ec383560}.placeholder\:text-theme1-deep_carmine_pink-100_o80::placeholder{color:#ec383580}.placeholder\:text-theme1-deep_carmine_pink-100_o8c::placeholder{color:#ec38358c}.placeholder\:text-theme1-gold_crayola-100::placeholder{--tw-text-opacity:1;color:rgb(224 198 126 / var(--tw-text-opacity))}.placeholder\:text-theme1-gold_crayola-100_o26::placeholder{color:#e0c67e26}.placeholder\:text-theme1-gold_crayola-100_o60::placeholder{color:#e0c67e60}.placeholder\:text-theme1-gold_crayola-100_o80::placeholder{color:#e0c67e80}.placeholder\:text-theme1-gold_crayola-100_o8c::placeholder{color:#e0c67e8c}.placeholder\:text-theme1-inter_dimensional_blue-100::placeholder{--tw-text-opacity:1;color:rgb(59 25 205 / var(--tw-text-opacity))}.placeholder\:text-theme1-inter_dimensional_blue-100_o26::placeholder{color:#3b19cd26}.placeholder\:text-theme1-inter_dimensional_blue-100_o60::placeholder{color:#3b19cd60}.placeholder\:text-theme1-inter_dimensional_blue-100_o80::placeholder{color:#3b19cd80}.placeholder\:text-theme1-inter_dimensional_blue-100_o8c::placeholder{color:#3b19cd8c}.placeholder\:text-theme1-ironside_grey-100::placeholder{--tw-text-opacity:1;color:rgb(102 102 102 / var(--tw-text-opacity))}.placeholder\:text-theme1-ironside_grey-100_o26::placeholder{color:#66666626}.placeholder\:text-theme1-ironside_grey-100_o60::placeholder{color:#66666660}.placeholder\:text-theme1-ironside_grey-100_o80::placeholder{color:#66666680}.placeholder\:text-theme1-ironside_grey-100_o8c::placeholder{color:#6666668c}.placeholder\:text-theme1-jet-100::placeholder{--tw-text-opacity:1;color:rgb(55 52 48 / var(--tw-text-opacity))}.placeholder\:text-theme1-jet-100_o26::placeholder{color:#37343026}.placeholder\:text-theme1-jet-100_o60::placeholder{color:#37343060}.placeholder\:text-theme1-jet-100_o80::placeholder{color:#37343080}.placeholder\:text-theme1-jet-100_o8c::placeholder{color:#3734308c}.placeholder\:text-theme1-light_coral-100::placeholder{--tw-text-opacity:1;color:rgb(242 121 128 / var(--tw-text-opacity))}.placeholder\:text-theme1-light_coral-100_o26::placeholder{color:#f2798026}.placeholder\:text-theme1-light_coral-100_o60::placeholder{color:#f2798060}.placeholder\:text-theme1-light_coral-100_o80::placeholder{color:#f2798080}.placeholder\:text-theme1-light_coral-100_o8c::placeholder{color:#f279808c}.placeholder\:text-theme1-mandarin-100::placeholder{--tw-text-opacity:1;color:rgb(241 125 58 / var(--tw-text-opacity))}.placeholder\:text-theme1-mandarin-100_o26::placeholder{color:#f17d3a26}.placeholder\:text-theme1-mandarin-100_o60::placeholder{color:#f17d3a60}.placeholder\:text-theme1-mandarin-100_o80::placeholder{color:#f17d3a80}.placeholder\:text-theme1-mandarin-100_o8c::placeholder{color:#f17d3a8c}.placeholder\:text-theme1-medium_purple-100::placeholder{--tw-text-opacity:1;color:rgb(144 128 232 / var(--tw-text-opacity))}.placeholder\:text-theme1-medium_purple-100_o26::placeholder{color:#9080e826}.placeholder\:text-theme1-medium_purple-100_o60::placeholder{color:#9080e860}.placeholder\:text-theme1-medium_purple-100_o80::placeholder{color:#9080e880}.placeholder\:text-theme1-medium_purple-100_o8c::placeholder{color:#9080e88c}.placeholder\:text-theme1-mystic-100::placeholder{--tw-text-opacity:1;color:rgb(207 85 121 / var(--tw-text-opacity))}.placeholder\:text-theme1-mystic-100_o26::placeholder{color:#cf557926}.placeholder\:text-theme1-mystic-100_o60::placeholder{color:#cf557960}.placeholder\:text-theme1-mystic-100_o80::placeholder{color:#cf557980}.placeholder\:text-theme1-mystic-100_o8c::placeholder{color:#cf55798c}.placeholder\:text-theme1-northern_blue-100::placeholder{--tw-text-opacity:1;color:rgb(120 201 209 / var(--tw-text-opacity))}.placeholder\:text-theme1-northern_blue-100_o26::placeholder{color:#78c9d126}.placeholder\:text-theme1-northern_blue-100_o60::placeholder{color:#78c9d160}.placeholder\:text-theme1-northern_blue-100_o80::placeholder{color:#78c9d180}.placeholder\:text-theme1-northern_blue-100_o8c::placeholder{color:#78c9d18c}.placeholder\:text-theme1-pear-100::placeholder{--tw-text-opacity:1;color:rgb(210 235 47 / var(--tw-text-opacity))}.placeholder\:text-theme1-pear-100_o26::placeholder{color:#d2eb2f26}.placeholder\:text-theme1-pear-100_o60::placeholder{color:#d2eb2f60}.placeholder\:text-theme1-pear-100_o80::placeholder{color:#d2eb2f80}.placeholder\:text-theme1-pear-100_o8c::placeholder{color:#d2eb2f8c}.placeholder\:text-theme1-pink-100::placeholder{--tw-text-opacity:1;color:rgb(255 0 0 / var(--tw-text-opacity))}.placeholder\:text-theme1-pink-100_o26::placeholder{color:#ff000026}.placeholder\:text-theme1-pink-100_o60::placeholder{color:#ff000060}.placeholder\:text-theme1-pink-100_o80::placeholder{color:#ff000080}.placeholder\:text-theme1-pink-100_o8c::placeholder{color:#ff00008c}.placeholder\:text-theme1-police_blue-100::placeholder{--tw-text-opacity:1;color:rgb(34 81 107 / var(--tw-text-opacity))}.placeholder\:text-theme1-police_blue-100_o26::placeholder{color:#22516b26}.placeholder\:text-theme1-police_blue-100_o60::placeholder{color:#22516b60}.placeholder\:text-theme1-police_blue-100_o80::placeholder{color:#22516b80}.placeholder\:text-theme1-police_blue-100_o8c::placeholder{color:#22516b8c}.placeholder\:text-theme1-purple_pizzazz-100::placeholder{--tw-text-opacity:1;color:rgb(252 57 231 / var(--tw-text-opacity))}.placeholder\:text-theme1-purple_pizzazz-100_o26::placeholder{color:#fc39e726}.placeholder\:text-theme1-purple_pizzazz-100_o60::placeholder{color:#fc39e760}.placeholder\:text-theme1-purple_pizzazz-100_o80::placeholder{color:#fc39e780}.placeholder\:text-theme1-purple_pizzazz-100_o8c::placeholder{color:#fc39e78c}.placeholder\:text-theme1-razzmatazz-100::placeholder{--tw-text-opacity:1;color:rgb(233 30 99 / var(--tw-text-opacity))}.placeholder\:text-theme1-razzmatazz-100_o26::placeholder{color:#e91e6326}.placeholder\:text-theme1-razzmatazz-100_o60::placeholder{color:#e91e6360}.placeholder\:text-theme1-razzmatazz-100_o80::placeholder{color:#e91e6380}.placeholder\:text-theme1-razzmatazz-100_o8c::placeholder{color:#e91e638c}.placeholder\:text-theme1-redwood-100::placeholder{--tw-text-opacity:1;color:rgb(163 101 75 / var(--tw-text-opacity))}.placeholder\:text-theme1-redwood-100_o26::placeholder{color:#a3654b26}.placeholder\:text-theme1-redwood-100_o60::placeholder{color:#a3654b60}.placeholder\:text-theme1-redwood-100_o80::placeholder{color:#a3654b80}.placeholder\:text-theme1-redwood-100_o8c::placeholder{color:#a3654b8c}.placeholder\:text-theme1-russian_violet-100::placeholder{--tw-text-opacity:1;color:rgb(57 24 71 / var(--tw-text-opacity))}.placeholder\:text-theme1-russian_violet-100_o26::placeholder{color:#39184726}.placeholder\:text-theme1-russian_violet-100_o60::placeholder{color:#39184760}.placeholder\:text-theme1-russian_violet-100_o80::placeholder{color:#39184780}.placeholder\:text-theme1-russian_violet-100_o8c::placeholder{color:#3918478c}.placeholder\:text-theme1-saffron-100::placeholder{--tw-text-opacity:1;color:rgb(245 188 49 / var(--tw-text-opacity))}.placeholder\:text-theme1-saffron-100_o26::placeholder{color:#f5bc3126}.placeholder\:text-theme1-saffron-100_o60::placeholder{color:#f5bc3160}.placeholder\:text-theme1-saffron-100_o80::placeholder{color:#f5bc3180}.placeholder\:text-theme1-saffron-100_o8c::placeholder{color:#f5bc318c}.placeholder\:text-theme1-seashell-100::placeholder{--tw-text-opacity:1;color:rgb(241 241 241 / var(--tw-text-opacity))}.placeholder\:text-theme1-seashell-100_o26::placeholder{color:#f1f1f126}.placeholder\:text-theme1-seashell-100_o60::placeholder{color:#f1f1f160}.placeholder\:text-theme1-seashell-100_o80::placeholder{color:#f1f1f180}.placeholder\:text-theme1-seashell-100_o8c::placeholder{color:#f1f1f18c}.placeholder\:text-theme1-slate_gray-100::placeholder{--tw-text-opacity:1;color:rgb(109 123 141 / var(--tw-text-opacity))}.placeholder\:text-theme1-slate_gray-100_o26::placeholder{color:#6d7b8d26}.placeholder\:text-theme1-slate_gray-100_o60::placeholder{color:#6d7b8d60}.placeholder\:text-theme1-slate_gray-100_o80::placeholder{color:#6d7b8d80}.placeholder\:text-theme1-slate_gray-100_o8c::placeholder{color:#6d7b8d8c}.placeholder\:text-theme1-spanish_bistre-100::placeholder{--tw-text-opacity:1;color:rgb(116 123 55 / var(--tw-text-opacity))}.placeholder\:text-theme1-spanish_bistre-100_o26::placeholder{color:#747b3726}.placeholder\:text-theme1-spanish_bistre-100_o60::placeholder{color:#747b3760}.placeholder\:text-theme1-spanish_bistre-100_o80::placeholder{color:#747b3780}.placeholder\:text-theme1-spanish_bistre-100_o8c::placeholder{color:#747b378c}.placeholder\:text-theme1-storm_cloud-100::placeholder{--tw-text-opacity:1;color:rgb(87 96 98 / var(--tw-text-opacity))}.placeholder\:text-theme1-storm_cloud-100_o26::placeholder{color:#57606226}.placeholder\:text-theme1-storm_cloud-100_o60::placeholder{color:#57606260}.placeholder\:text-theme1-storm_cloud-100_o80::placeholder{color:#57606280}.placeholder\:text-theme1-storm_cloud-100_o8c::placeholder{color:#5760628c}.placeholder\:text-theme1-sunray-100::placeholder{--tw-text-opacity:1;color:rgb(222 182 77 / var(--tw-text-opacity))}.placeholder\:text-theme1-sunray-100_o26::placeholder{color:#deb64d26}.placeholder\:text-theme1-sunray-100_o60::placeholder{color:#deb64d60}.placeholder\:text-theme1-sunray-100_o80::placeholder{color:#deb64d80}.placeholder\:text-theme1-sunray-100_o8c::placeholder{color:#deb64d8c}.placeholder\:text-theme1-vegas_gold-100::placeholder{--tw-text-opacity:1;color:rgb(205 198 89 / var(--tw-text-opacity))}.placeholder\:text-theme1-vegas_gold-100_o26::placeholder{color:#cdc65926}.placeholder\:text-theme1-vegas_gold-100_o60::placeholder{color:#cdc65960}.placeholder\:text-theme1-vegas_gold-100_o80::placeholder{color:#cdc65980}.placeholder\:text-theme1-vegas_gold-100_o8c::placeholder{color:#cdc6598c}.placeholder\:text-theme1-vivid_violet-100::placeholder{--tw-text-opacity:1;color:rgb(170 0 255 / var(--tw-text-opacity))}.placeholder\:text-theme1-vivid_violet-100_o26::placeholder{color:#aa00ff26}.placeholder\:text-theme1-vivid_violet-100_o60::placeholder{color:#aa00ff60}.placeholder\:text-theme1-vivid_violet-100_o80::placeholder{color:#aa00ff80}.placeholder\:text-theme1-vivid_violet-100_o8c::placeholder{color:#aa00ff8c}.placeholder\:text-theme1-yellow_red-100::placeholder{--tw-text-opacity:1;color:rgb(245 179 67 / var(--tw-text-opacity))}.placeholder\:text-theme1-yellow_red-100_o26::placeholder{color:#f5b34326}.placeholder\:text-theme1-yellow_red-100_o60::placeholder{color:#f5b34360}.placeholder\:text-theme1-yellow_red-100_o80::placeholder{color:#f5b34380}.placeholder\:text-theme1-yellow_red-100_o8c::placeholder{color:#f5b3438c}.placeholder\:text-theme10-chinese_black-100::placeholder{--tw-text-opacity:1;color:rgb(19 20 20 / var(--tw-text-opacity))}.placeholder\:text-theme10-chinese_black-100_o26::placeholder{color:#13141426}.placeholder\:text-theme10-chinese_black-100_o60::placeholder{color:#13141460}.placeholder\:text-theme10-chinese_black-100_o80::placeholder{color:#13141480}.placeholder\:text-theme10-dark_cyan-100::placeholder{--tw-text-opacity:1;color:rgb(0 150 136 / var(--tw-text-opacity))}.placeholder\:text-theme10-dark_cyan-100_o26::placeholder{color:#00968826}.placeholder\:text-theme10-dark_cyan-100_o60::placeholder{color:#00968860}.placeholder\:text-theme10-dark_cyan-100_o80::placeholder{color:#00968880}.placeholder\:text-theme10-mandarin-100::placeholder{--tw-text-opacity:1;color:rgb(241 125 58 / var(--tw-text-opacity))}.placeholder\:text-theme10-mandarin-100_o26::placeholder{color:#f17d3a26}.placeholder\:text-theme10-mandarin-100_o60::placeholder{color:#f17d3a60}.placeholder\:text-theme10-mandarin-100_o80::placeholder{color:#f17d3a80}.placeholder\:text-theme10-upsdell_red-100::placeholder{--tw-text-opacity:1;color:rgb(171 35 36 / var(--tw-text-opacity))}.placeholder\:text-theme10-upsdell_red-100_o26::placeholder{color:#ab232426}.placeholder\:text-theme10-upsdell_red-100_o60::placeholder{color:#ab232460}.placeholder\:text-theme10-upsdell_red-100_o80::placeholder{color:#ab232480}.placeholder\:text-theme10-yellow_red-100::placeholder{--tw-text-opacity:1;color:rgb(245 179 67 / var(--tw-text-opacity))}.placeholder\:text-theme10-yellow_red-100_o26::placeholder{color:#f5b34326}.placeholder\:text-theme10-yellow_red-100_o60::placeholder{color:#f5b34360}.placeholder\:text-theme10-yellow_red-100_o80::placeholder{color:#f5b34380}.placeholder\:text-theme2-blue_ncs-100::placeholder{--tw-text-opacity:1;color:rgb(0 133 196 / var(--tw-text-opacity))}.placeholder\:text-theme2-blue_ncs-100_o26::placeholder{color:#0085c426}.placeholder\:text-theme2-blue_ncs-100_o60::placeholder{color:#0085c460}.placeholder\:text-theme2-blue_ncs-100_o80::placeholder{color:#0085c480}.placeholder\:text-theme3-yellow_red-100::placeholder{--tw-text-opacity:1;color:rgb(245 179 67 / var(--tw-text-opacity))}.placeholder\:text-theme3-yellow_red-100_o26::placeholder{color:#f5b34326}.placeholder\:text-theme3-yellow_red-100_o60::placeholder{color:#f5b34360}.placeholder\:text-theme3-yellow_red-100_o80::placeholder{color:#f5b34380}.placeholder\:text-theme4-deep_carmine_pink-100::placeholder{--tw-text-opacity:1;color:rgb(236 56 53 / var(--tw-text-opacity))}.placeholder\:text-theme4-deep_carmine_pink-100_2s::placeholder{--tw-text-opacity:1;color:rgb(189 45 42 / var(--tw-text-opacity))}.placeholder\:text-theme4-deep_carmine_pink-100_3s::placeholder{--tw-text-opacity:1;color:rgb(165 39 37 / var(--tw-text-opacity))}.placeholder\:text-theme4-deep_carmine_pink-100_4s::placeholder{--tw-text-opacity:1;color:rgb(106 25 24 / var(--tw-text-opacity))}.placeholder\:text-theme4-deep_carmine_pink-100_5s::placeholder{--tw-text-opacity:1;color:rgb(83 20 19 / var(--tw-text-opacity))}.placeholder\:text-theme4-deep_carmine_pink-100_o26::placeholder{color:#ec383526}.placeholder\:text-theme4-deep_carmine_pink-100_o60::placeholder{color:#ec383560}.placeholder\:text-theme4-deep_carmine_pink-100_o80::placeholder{color:#ec383580}.placeholder\:text-theme4-mandarin-100::placeholder{--tw-text-opacity:1;color:rgb(241 125 58 / var(--tw-text-opacity))}.placeholder\:text-theme4-mandarin-100_2s::placeholder{--tw-text-opacity:1;color:rgb(193 100 46 / var(--tw-text-opacity))}.placeholder\:text-theme4-mandarin-100_3s::placeholder{--tw-text-opacity:1;color:rgb(169 88 41 / var(--tw-text-opacity))}.placeholder\:text-theme4-mandarin-100_4s::placeholder{--tw-text-opacity:1;color:rgb(108 56 26 / var(--tw-text-opacity))}.placeholder\:text-theme4-mandarin-100_5s::placeholder{--tw-text-opacity:1;color:rgb(84 44 20 / var(--tw-text-opacity))}.placeholder\:text-theme4-mandarin-100_o26::placeholder{color:#f17d3a26}.placeholder\:text-theme4-mandarin-100_o60::placeholder{color:#f17d3a60}.placeholder\:text-theme4-mandarin-100_o80::placeholder{color:#f17d3a80}.placeholder\:text-theme4-yellow_red-100::placeholder{--tw-text-opacity:1;color:rgb(245 179 67 / var(--tw-text-opacity))}.placeholder\:text-theme4-yellow_red-100_2s::placeholder{--tw-text-opacity:1;color:rgb(196 143 54 / var(--tw-text-opacity))}.placeholder\:text-theme4-yellow_red-100_3s::placeholder{--tw-text-opacity:1;color:rgb(172 125 47 / var(--tw-text-opacity))}.placeholder\:text-theme4-yellow_red-100_4s::placeholder{--tw-text-opacity:1;color:rgb(110 81 30 / var(--tw-text-opacity))}.placeholder\:text-theme4-yellow_red-100_5s::placeholder{--tw-text-opacity:1;color:rgb(86 63 23 / var(--tw-text-opacity))}.placeholder\:text-theme4-yellow_red-100_o26::placeholder{color:#f5b34326}.placeholder\:text-theme4-yellow_red-100_o60::placeholder{color:#f5b34360}.placeholder\:text-theme4-yellow_red-100_o80::placeholder{color:#f5b34380}.placeholder\:text-theme5-mandarin-100::placeholder{--tw-text-opacity:1;color:rgb(241 125 58 / var(--tw-text-opacity))}.placeholder\:text-theme5-mandarin-100_o26::placeholder{color:#f17d3a26}.placeholder\:text-theme5-mandarin-100_o60::placeholder{color:#f17d3a60}.placeholder\:text-theme5-mandarin-100_o80::placeholder{color:#f17d3a80}.placeholder\:text-theme5-yellow_red-100::placeholder{--tw-text-opacity:1;color:rgb(245 179 67 / var(--tw-text-opacity))}.placeholder\:text-theme5-yellow_red-100_o26::placeholder{color:#f5b34326}.placeholder\:text-theme5-yellow_red-100_o60::placeholder{color:#f5b34360}.placeholder\:text-theme5-yellow_red-100_o80::placeholder{color:#f5b34380}.placeholder\:text-theme6-dark_cyan-100::placeholder{--tw-text-opacity:1;color:rgb(0 150 136 / var(--tw-text-opacity))}.placeholder\:text-theme6-dark_cyan-100_o26::placeholder{color:#00968826}.placeholder\:text-theme6-dark_cyan-100_o60::placeholder{color:#00968860}.placeholder\:text-theme6-dark_cyan-100_o80::placeholder{color:#00968880}.placeholder\:text-theme6-mandarin-100::placeholder{--tw-text-opacity:1;color:rgb(241 125 58 / var(--tw-text-opacity))}.placeholder\:text-theme6-mandarin-100_o26::placeholder{color:#f17d3a26}.placeholder\:text-theme6-mandarin-100_o60::placeholder{color:#f17d3a60}.placeholder\:text-theme6-mandarin-100_o80::placeholder{color:#f17d3a80}.placeholder\:text-theme6-yellow_red-100::placeholder{--tw-text-opacity:1;color:rgb(245 179 67 / var(--tw-text-opacity))}.placeholder\:text-theme6-yellow_red-100_o26::placeholder{color:#f5b34326}.placeholder\:text-theme6-yellow_red-100_o60::placeholder{color:#f5b34360}.placeholder\:text-theme6-yellow_red-100_o80::placeholder{color:#f5b34380}.placeholder\:text-theme7-chinese_black-100::placeholder{--tw-text-opacity:1;color:rgb(19 20 20 / var(--tw-text-opacity))}.placeholder\:text-theme7-chinese_black-100_o26::placeholder{color:#13141426}.placeholder\:text-theme7-chinese_black-100_o60::placeholder{color:#13141460}.placeholder\:text-theme7-chinese_black-100_o80::placeholder{color:#13141480}.placeholder\:text-theme7-dark_cyan-100::placeholder{--tw-text-opacity:1;color:rgb(0 150 136 / var(--tw-text-opacity))}.placeholder\:text-theme7-dark_cyan-100_o26::placeholder{color:#00968826}.placeholder\:text-theme7-dark_cyan-100_o60::placeholder{color:#00968860}.placeholder\:text-theme7-dark_cyan-100_o80::placeholder{color:#00968880}.placeholder\:text-theme7-mandarin-100::placeholder{--tw-text-opacity:1;color:rgb(241 125 58 / var(--tw-text-opacity))}.placeholder\:text-theme7-mandarin-100_o26::placeholder{color:#f17d3a26}.placeholder\:text-theme7-mandarin-100_o60::placeholder{color:#f17d3a60}.placeholder\:text-theme7-mandarin-100_o80::placeholder{color:#f17d3a80}.placeholder\:text-theme7-yellow_red-100::placeholder{--tw-text-opacity:1;color:rgb(245 179 67 / var(--tw-text-opacity))}.placeholder\:text-theme7-yellow_red-100_o26::placeholder{color:#f5b34326}.placeholder\:text-theme7-yellow_red-100_o60::placeholder{color:#f5b34360}.placeholder\:text-theme7-yellow_red-100_o80::placeholder{color:#f5b34380}.placeholder\:text-theme8-chinese_black-100::placeholder{--tw-text-opacity:1;color:rgb(19 20 20 / var(--tw-text-opacity))}.placeholder\:text-theme8-chinese_black-100_o10::placeholder{color:#13141410}.placeholder\:text-theme8-chinese_black-100_o26::placeholder{color:#13141426}.placeholder\:text-theme8-chinese_black-100_o60::placeholder{color:#13141460}.placeholder\:text-theme8-chinese_black-100_o80::placeholder{color:#13141480}.placeholder\:text-theme8-dark_cyan-100::placeholder{--tw-text-opacity:1;color:rgb(0 150 136 / var(--tw-text-opacity))}.placeholder\:text-theme8-dark_cyan-100_o10::placeholder{color:#00968810}.placeholder\:text-theme8-dark_cyan-100_o26::placeholder{color:#00968826}.placeholder\:text-theme8-dark_cyan-100_o60::placeholder{color:#00968860}.placeholder\:text-theme8-dark_cyan-100_o80::placeholder{color:#00968880}.placeholder\:text-theme8-mandarin-100::placeholder{--tw-text-opacity:1;color:rgb(241 125 58 / var(--tw-text-opacity))}.placeholder\:text-theme8-mandarin-100_o10::placeholder{color:#f17d3a10}.placeholder\:text-theme8-mandarin-100_o26::placeholder{color:#f17d3a26}.placeholder\:text-theme8-mandarin-100_o60::placeholder{color:#f17d3a60}.placeholder\:text-theme8-mandarin-100_o80::placeholder{color:#f17d3a80}.placeholder\:text-theme8-upsdell_red-100::placeholder{--tw-text-opacity:1;color:rgb(171 35 36 / var(--tw-text-opacity))}.placeholder\:text-theme8-upsdell_red-100_o10::placeholder{color:#ab232410}.placeholder\:text-theme8-upsdell_red-100_o26::placeholder{color:#ab232426}.placeholder\:text-theme8-upsdell_red-100_o60::placeholder{color:#ab232460}.placeholder\:text-theme8-upsdell_red-100_o80::placeholder{color:#ab232480}.placeholder\:text-theme8-yellow_red-100::placeholder{--tw-text-opacity:1;color:rgb(245 179 67 / var(--tw-text-opacity))}.placeholder\:text-theme8-yellow_red-100_o10::placeholder{color:#f5b34310}.placeholder\:text-theme8-yellow_red-100_o26::placeholder{color:#f5b34326}.placeholder\:text-theme8-yellow_red-100_o60::placeholder{color:#f5b34360}.placeholder\:text-theme8-yellow_red-100_o80::placeholder{color:#f5b34380}.placeholder\:text-theme9-chinese_black-100::placeholder{--tw-text-opacity:1;color:rgb(19 20 20 / var(--tw-text-opacity))}.placeholder\:text-theme9-chinese_black-100_o26::placeholder{color:#13141426}.placeholder\:text-theme9-chinese_black-100_o60::placeholder{color:#13141460}.placeholder\:text-theme9-chinese_black-100_o80::placeholder{color:#13141480}.placeholder\:text-theme9-dark_cyan-100::placeholder{--tw-text-opacity:1;color:rgb(0 150 136 / var(--tw-text-opacity))}.placeholder\:text-theme9-dark_cyan-100_o26::placeholder{color:#00968826}.placeholder\:text-theme9-dark_cyan-100_o60::placeholder{color:#00968860}.placeholder\:text-theme9-dark_cyan-100_o80::placeholder{color:#00968880}.placeholder\:text-theme9-mandarin-100::placeholder{--tw-text-opacity:1;color:rgb(241 125 58 / var(--tw-text-opacity))}.placeholder\:text-theme9-mandarin-100_o26::placeholder{color:#f17d3a26}.placeholder\:text-theme9-mandarin-100_o60::placeholder{color:#f17d3a60}.placeholder\:text-theme9-mandarin-100_o80::placeholder{color:#f17d3a80}.placeholder\:text-theme9-upsdell_red-100::placeholder{--tw-text-opacity:1;color:rgb(171 35 36 / var(--tw-text-opacity))}.placeholder\:text-theme9-upsdell_red-100_o26::placeholder{color:#ab232426}.placeholder\:text-theme9-upsdell_red-100_o60::placeholder{color:#ab232460}.placeholder\:text-theme9-upsdell_red-100_o80::placeholder{color:#ab232480}.placeholder\:text-theme9-yellow_red-100::placeholder{--tw-text-opacity:1;color:rgb(245 179 67 / var(--tw-text-opacity))}.placeholder\:text-theme9-yellow_red-100_o26::placeholder{color:#f5b34326}.placeholder\:text-theme9-yellow_red-100_o60::placeholder{color:#f5b34360}.placeholder\:text-theme9-yellow_red-100_o80::placeholder{color:#f5b34380}.placeholder\:opacity-60::placeholder{opacity:.6}.first\:before\:bg-qr-american_green-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(35 179 58 / var(--tw-bg-opacity))}.first\:before\:bg-qr-byzantine-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(200 55 171 / var(--tw-bg-opacity))}.first\:before\:bg-qr-cyan_process-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(0 183 240 / var(--tw-bg-opacity))}.first\:before\:bg-qr-deep_saffron-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(255 147 39 / var(--tw-bg-opacity))}.first\:before\:bg-qr-dirt-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(160 111 75 / var(--tw-bg-opacity))}.first\:before\:bg-qr-eerie_black-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(30 30 30 / var(--tw-bg-opacity))}.first\:before\:bg-qr-grape-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(91 33 182 / var(--tw-bg-opacity))}.first\:before\:bg-qr-keppel-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(66 170 164 / var(--tw-bg-opacity))}.first\:before\:bg-qr-mustard-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(255 221 85 / var(--tw-bg-opacity))}.first\:before\:bg-qr-rosso_corsa-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(210 0 0 / var(--tw-bg-opacity))}.first\:before\:bg-theme1-antique_bronze-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(112 96 32 / var(--tw-bg-opacity))}.first\:before\:bg-theme1-antique_bronze-100_o26:first-child:before{content:var(--tw-content);background-color:#70602026}.first\:before\:bg-theme1-antique_bronze-100_o60:first-child:before{content:var(--tw-content);background-color:#70602060}.first\:before\:bg-theme1-antique_bronze-100_o80:first-child:before{content:var(--tw-content);background-color:#70602080}.first\:before\:bg-theme1-antique_bronze-100_o8c:first-child:before{content:var(--tw-content);background-color:#7060208c}.first\:before\:bg-theme1-black_cow-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(72 72 72 / var(--tw-bg-opacity))}.first\:before\:bg-theme1-black_cow-100_o26:first-child:before{content:var(--tw-content);background-color:#48484826}.first\:before\:bg-theme1-black_cow-100_o60:first-child:before{content:var(--tw-content);background-color:#48484860}.first\:before\:bg-theme1-black_cow-100_o80:first-child:before{content:var(--tw-content);background-color:#48484880}.first\:before\:bg-theme1-black_cow-100_o8c:first-child:before{content:var(--tw-content);background-color:#4848488c}.first\:before\:bg-theme1-black_olive-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(60 61 65 / var(--tw-bg-opacity))}.first\:before\:bg-theme1-black_olive-100_o26:first-child:before{content:var(--tw-content);background-color:#3c3d4126}.first\:before\:bg-theme1-black_olive-100_o60:first-child:before{content:var(--tw-content);background-color:#3c3d4160}.first\:before\:bg-theme1-black_olive-100_o80:first-child:before{content:var(--tw-content);background-color:#3c3d4180}.first\:before\:bg-theme1-black_olive-100_o8c:first-child:before{content:var(--tw-content);background-color:#3c3d418c}.first\:before\:bg-theme1-blue_france-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(45 155 234 / var(--tw-bg-opacity))}.first\:before\:bg-theme1-blue_france-100_o26:first-child:before{content:var(--tw-content);background-color:#2d9bea26}.first\:before\:bg-theme1-blue_france-100_o60:first-child:before{content:var(--tw-content);background-color:#2d9bea60}.first\:before\:bg-theme1-blue_france-100_o80:first-child:before{content:var(--tw-content);background-color:#2d9bea80}.first\:before\:bg-theme1-blue_france-100_o8c:first-child:before{content:var(--tw-content);background-color:#2d9bea8c}.first\:before\:bg-theme1-blue_green-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(44 177 189 / var(--tw-bg-opacity))}.first\:before\:bg-theme1-blue_green-100_o26:first-child:before{content:var(--tw-content);background-color:#2cb1bd26}.first\:before\:bg-theme1-blue_green-100_o60:first-child:before{content:var(--tw-content);background-color:#2cb1bd60}.first\:before\:bg-theme1-blue_green-100_o80:first-child:before{content:var(--tw-content);background-color:#2cb1bd80}.first\:before\:bg-theme1-blue_green-100_o8c:first-child:before{content:var(--tw-content);background-color:#2cb1bd8c}.first\:before\:bg-theme1-bole-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(124 78 62 / var(--tw-bg-opacity))}.first\:before\:bg-theme1-bole-100_o26:first-child:before{content:var(--tw-content);background-color:#7c4e3e26}.first\:before\:bg-theme1-bole-100_o60:first-child:before{content:var(--tw-content);background-color:#7c4e3e60}.first\:before\:bg-theme1-bole-100_o80:first-child:before{content:var(--tw-content);background-color:#7c4e3e80}.first\:before\:bg-theme1-bole-100_o8c:first-child:before{content:var(--tw-content);background-color:#7c4e3e8c}.first\:before\:bg-theme1-brick_red-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(205 66 89 / var(--tw-bg-opacity))}.first\:before\:bg-theme1-brick_red-100_o26:first-child:before{content:var(--tw-content);background-color:#cd425926}.first\:before\:bg-theme1-brick_red-100_o60:first-child:before{content:var(--tw-content);background-color:#cd425960}.first\:before\:bg-theme1-brick_red-100_o80:first-child:before{content:var(--tw-content);background-color:#cd425980}.first\:before\:bg-theme1-brick_red-100_o8c:first-child:before{content:var(--tw-content);background-color:#cd42598c}.first\:before\:bg-theme1-button_blue-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(33 150 243 / var(--tw-bg-opacity))}.first\:before\:bg-theme1-button_blue-100_o26:first-child:before{content:var(--tw-content);background-color:#2196f326}.first\:before\:bg-theme1-button_blue-100_o60:first-child:before{content:var(--tw-content);background-color:#2196f360}.first\:before\:bg-theme1-button_blue-100_o80:first-child:before{content:var(--tw-content);background-color:#2196f380}.first\:before\:bg-theme1-button_blue-100_o8c:first-child:before{content:var(--tw-content);background-color:#2196f38c}.first\:before\:bg-theme1-charcoal-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(47 67 92 / var(--tw-bg-opacity))}.first\:before\:bg-theme1-charcoal-100_o26:first-child:before{content:var(--tw-content);background-color:#2f435c26}.first\:before\:bg-theme1-charcoal-100_o60:first-child:before{content:var(--tw-content);background-color:#2f435c60}.first\:before\:bg-theme1-charcoal-100_o80:first-child:before{content:var(--tw-content);background-color:#2f435c80}.first\:before\:bg-theme1-charcoal-100_o8c:first-child:before{content:var(--tw-content);background-color:#2f435c8c}.first\:before\:bg-theme1-charcoal_grey-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(60 65 65 / var(--tw-bg-opacity))}.first\:before\:bg-theme1-charcoal_grey-100_o26:first-child:before{content:var(--tw-content);background-color:#3c414126}.first\:before\:bg-theme1-charcoal_grey-100_o60:first-child:before{content:var(--tw-content);background-color:#3c414160}.first\:before\:bg-theme1-charcoal_grey-100_o80:first-child:before{content:var(--tw-content);background-color:#3c414180}.first\:before\:bg-theme1-charcoal_grey-100_o8c:first-child:before{content:var(--tw-content);background-color:#3c41418c}.first\:before\:bg-theme1-dark_cerulean-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(21 62 117 / var(--tw-bg-opacity))}.first\:before\:bg-theme1-dark_cerulean-100_o26:first-child:before{content:var(--tw-content);background-color:#153e7526}.first\:before\:bg-theme1-dark_cerulean-100_o60:first-child:before{content:var(--tw-content);background-color:#153e7560}.first\:before\:bg-theme1-dark_cerulean-100_o80:first-child:before{content:var(--tw-content);background-color:#153e7580}.first\:before\:bg-theme1-dark_cerulean-100_o8c:first-child:before{content:var(--tw-content);background-color:#153e758c}.first\:before\:bg-theme1-dark_cyan-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(0 150 136 / var(--tw-bg-opacity))}.first\:before\:bg-theme1-dark_cyan-100_o26:first-child:before{content:var(--tw-content);background-color:#00968826}.first\:before\:bg-theme1-dark_cyan-100_o60:first-child:before{content:var(--tw-content);background-color:#00968860}.first\:before\:bg-theme1-dark_cyan-100_o80:first-child:before{content:var(--tw-content);background-color:#00968880}.first\:before\:bg-theme1-dark_cyan-100_o8c:first-child:before{content:var(--tw-content);background-color:#0096888c}.first\:before\:bg-theme1-dark_grey-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(55 57 58 / var(--tw-bg-opacity))}.first\:before\:bg-theme1-dark_grey-100_o26:first-child:before{content:var(--tw-content);background-color:#37393a26}.first\:before\:bg-theme1-dark_grey-100_o60:first-child:before{content:var(--tw-content);background-color:#37393a60}.first\:before\:bg-theme1-dark_grey-100_o80:first-child:before{content:var(--tw-content);background-color:#37393a80}.first\:before\:bg-theme1-dark_grey-100_o8c:first-child:before{content:var(--tw-content);background-color:#37393a8c}.first\:before\:bg-theme1-dark_spring_green-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(23 92 85 / var(--tw-bg-opacity))}.first\:before\:bg-theme1-dark_spring_green-100_o26:first-child:before{content:var(--tw-content);background-color:#175c5526}.first\:before\:bg-theme1-dark_spring_green-100_o60:first-child:before{content:var(--tw-content);background-color:#175c5560}.first\:before\:bg-theme1-dark_spring_green-100_o80:first-child:before{content:var(--tw-content);background-color:#175c5580}.first\:before\:bg-theme1-dark_spring_green-100_o8c:first-child:before{content:var(--tw-content);background-color:#175c558c}.first\:before\:bg-theme1-davy_grey-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(85 85 85 / var(--tw-bg-opacity))}.first\:before\:bg-theme1-davy_grey-100_o26:first-child:before{content:var(--tw-content);background-color:#55555526}.first\:before\:bg-theme1-davy_grey-100_o60:first-child:before{content:var(--tw-content);background-color:#55555560}.first\:before\:bg-theme1-davy_grey-100_o80:first-child:before{content:var(--tw-content);background-color:#55555580}.first\:before\:bg-theme1-davy_grey-100_o8c:first-child:before{content:var(--tw-content);background-color:#5555558c}.first\:before\:bg-theme1-deep_carmine_pink-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(236 56 53 / var(--tw-bg-opacity))}.first\:before\:bg-theme1-deep_carmine_pink-100_o26:first-child:before{content:var(--tw-content);background-color:#ec383526}.first\:before\:bg-theme1-deep_carmine_pink-100_o60:first-child:before{content:var(--tw-content);background-color:#ec383560}.first\:before\:bg-theme1-deep_carmine_pink-100_o80:first-child:before{content:var(--tw-content);background-color:#ec383580}.first\:before\:bg-theme1-deep_carmine_pink-100_o8c:first-child:before{content:var(--tw-content);background-color:#ec38358c}.first\:before\:bg-theme1-gold_crayola-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(224 198 126 / var(--tw-bg-opacity))}.first\:before\:bg-theme1-gold_crayola-100_o26:first-child:before{content:var(--tw-content);background-color:#e0c67e26}.first\:before\:bg-theme1-gold_crayola-100_o60:first-child:before{content:var(--tw-content);background-color:#e0c67e60}.first\:before\:bg-theme1-gold_crayola-100_o80:first-child:before{content:var(--tw-content);background-color:#e0c67e80}.first\:before\:bg-theme1-gold_crayola-100_o8c:first-child:before{content:var(--tw-content);background-color:#e0c67e8c}.first\:before\:bg-theme1-inter_dimensional_blue-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(59 25 205 / var(--tw-bg-opacity))}.first\:before\:bg-theme1-inter_dimensional_blue-100_o26:first-child:before{content:var(--tw-content);background-color:#3b19cd26}.first\:before\:bg-theme1-inter_dimensional_blue-100_o60:first-child:before{content:var(--tw-content);background-color:#3b19cd60}.first\:before\:bg-theme1-inter_dimensional_blue-100_o80:first-child:before{content:var(--tw-content);background-color:#3b19cd80}.first\:before\:bg-theme1-inter_dimensional_blue-100_o8c:first-child:before{content:var(--tw-content);background-color:#3b19cd8c}.first\:before\:bg-theme1-ironside_grey-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(102 102 102 / var(--tw-bg-opacity))}.first\:before\:bg-theme1-ironside_grey-100_o26:first-child:before{content:var(--tw-content);background-color:#66666626}.first\:before\:bg-theme1-ironside_grey-100_o60:first-child:before{content:var(--tw-content);background-color:#66666660}.first\:before\:bg-theme1-ironside_grey-100_o80:first-child:before{content:var(--tw-content);background-color:#66666680}.first\:before\:bg-theme1-ironside_grey-100_o8c:first-child:before{content:var(--tw-content);background-color:#6666668c}.first\:before\:bg-theme1-jet-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(55 52 48 / var(--tw-bg-opacity))}.first\:before\:bg-theme1-jet-100_o26:first-child:before{content:var(--tw-content);background-color:#37343026}.first\:before\:bg-theme1-jet-100_o60:first-child:before{content:var(--tw-content);background-color:#37343060}.first\:before\:bg-theme1-jet-100_o80:first-child:before{content:var(--tw-content);background-color:#37343080}.first\:before\:bg-theme1-jet-100_o8c:first-child:before{content:var(--tw-content);background-color:#3734308c}.first\:before\:bg-theme1-light_coral-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(242 121 128 / var(--tw-bg-opacity))}.first\:before\:bg-theme1-light_coral-100_o26:first-child:before{content:var(--tw-content);background-color:#f2798026}.first\:before\:bg-theme1-light_coral-100_o60:first-child:before{content:var(--tw-content);background-color:#f2798060}.first\:before\:bg-theme1-light_coral-100_o80:first-child:before{content:var(--tw-content);background-color:#f2798080}.first\:before\:bg-theme1-light_coral-100_o8c:first-child:before{content:var(--tw-content);background-color:#f279808c}.first\:before\:bg-theme1-mandarin-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(241 125 58 / var(--tw-bg-opacity))}.first\:before\:bg-theme1-mandarin-100_o26:first-child:before{content:var(--tw-content);background-color:#f17d3a26}.first\:before\:bg-theme1-mandarin-100_o60:first-child:before{content:var(--tw-content);background-color:#f17d3a60}.first\:before\:bg-theme1-mandarin-100_o80:first-child:before{content:var(--tw-content);background-color:#f17d3a80}.first\:before\:bg-theme1-mandarin-100_o8c:first-child:before{content:var(--tw-content);background-color:#f17d3a8c}.first\:before\:bg-theme1-medium_purple-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(144 128 232 / var(--tw-bg-opacity))}.first\:before\:bg-theme1-medium_purple-100_o26:first-child:before{content:var(--tw-content);background-color:#9080e826}.first\:before\:bg-theme1-medium_purple-100_o60:first-child:before{content:var(--tw-content);background-color:#9080e860}.first\:before\:bg-theme1-medium_purple-100_o80:first-child:before{content:var(--tw-content);background-color:#9080e880}.first\:before\:bg-theme1-medium_purple-100_o8c:first-child:before{content:var(--tw-content);background-color:#9080e88c}.first\:before\:bg-theme1-mystic-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(207 85 121 / var(--tw-bg-opacity))}.first\:before\:bg-theme1-mystic-100_o26:first-child:before{content:var(--tw-content);background-color:#cf557926}.first\:before\:bg-theme1-mystic-100_o60:first-child:before{content:var(--tw-content);background-color:#cf557960}.first\:before\:bg-theme1-mystic-100_o80:first-child:before{content:var(--tw-content);background-color:#cf557980}.first\:before\:bg-theme1-mystic-100_o8c:first-child:before{content:var(--tw-content);background-color:#cf55798c}.first\:before\:bg-theme1-northern_blue-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(120 201 209 / var(--tw-bg-opacity))}.first\:before\:bg-theme1-northern_blue-100_o26:first-child:before{content:var(--tw-content);background-color:#78c9d126}.first\:before\:bg-theme1-northern_blue-100_o60:first-child:before{content:var(--tw-content);background-color:#78c9d160}.first\:before\:bg-theme1-northern_blue-100_o80:first-child:before{content:var(--tw-content);background-color:#78c9d180}.first\:before\:bg-theme1-northern_blue-100_o8c:first-child:before{content:var(--tw-content);background-color:#78c9d18c}.first\:before\:bg-theme1-pear-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(210 235 47 / var(--tw-bg-opacity))}.first\:before\:bg-theme1-pear-100_o26:first-child:before{content:var(--tw-content);background-color:#d2eb2f26}.first\:before\:bg-theme1-pear-100_o60:first-child:before{content:var(--tw-content);background-color:#d2eb2f60}.first\:before\:bg-theme1-pear-100_o80:first-child:before{content:var(--tw-content);background-color:#d2eb2f80}.first\:before\:bg-theme1-pear-100_o8c:first-child:before{content:var(--tw-content);background-color:#d2eb2f8c}.first\:before\:bg-theme1-pink-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(255 0 0 / var(--tw-bg-opacity))}.first\:before\:bg-theme1-pink-100_o26:first-child:before{content:var(--tw-content);background-color:#ff000026}.first\:before\:bg-theme1-pink-100_o60:first-child:before{content:var(--tw-content);background-color:#ff000060}.first\:before\:bg-theme1-pink-100_o80:first-child:before{content:var(--tw-content);background-color:#ff000080}.first\:before\:bg-theme1-pink-100_o8c:first-child:before{content:var(--tw-content);background-color:#ff00008c}.first\:before\:bg-theme1-police_blue-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(34 81 107 / var(--tw-bg-opacity))}.first\:before\:bg-theme1-police_blue-100_o26:first-child:before{content:var(--tw-content);background-color:#22516b26}.first\:before\:bg-theme1-police_blue-100_o60:first-child:before{content:var(--tw-content);background-color:#22516b60}.first\:before\:bg-theme1-police_blue-100_o80:first-child:before{content:var(--tw-content);background-color:#22516b80}.first\:before\:bg-theme1-police_blue-100_o8c:first-child:before{content:var(--tw-content);background-color:#22516b8c}.first\:before\:bg-theme1-purple_pizzazz-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(252 57 231 / var(--tw-bg-opacity))}.first\:before\:bg-theme1-purple_pizzazz-100_o26:first-child:before{content:var(--tw-content);background-color:#fc39e726}.first\:before\:bg-theme1-purple_pizzazz-100_o60:first-child:before{content:var(--tw-content);background-color:#fc39e760}.first\:before\:bg-theme1-purple_pizzazz-100_o80:first-child:before{content:var(--tw-content);background-color:#fc39e780}.first\:before\:bg-theme1-purple_pizzazz-100_o8c:first-child:before{content:var(--tw-content);background-color:#fc39e78c}.first\:before\:bg-theme1-razzmatazz-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(233 30 99 / var(--tw-bg-opacity))}.first\:before\:bg-theme1-razzmatazz-100_o26:first-child:before{content:var(--tw-content);background-color:#e91e6326}.first\:before\:bg-theme1-razzmatazz-100_o60:first-child:before{content:var(--tw-content);background-color:#e91e6360}.first\:before\:bg-theme1-razzmatazz-100_o80:first-child:before{content:var(--tw-content);background-color:#e91e6380}.first\:before\:bg-theme1-razzmatazz-100_o8c:first-child:before{content:var(--tw-content);background-color:#e91e638c}.first\:before\:bg-theme1-redwood-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(163 101 75 / var(--tw-bg-opacity))}.first\:before\:bg-theme1-redwood-100_o26:first-child:before{content:var(--tw-content);background-color:#a3654b26}.first\:before\:bg-theme1-redwood-100_o60:first-child:before{content:var(--tw-content);background-color:#a3654b60}.first\:before\:bg-theme1-redwood-100_o80:first-child:before{content:var(--tw-content);background-color:#a3654b80}.first\:before\:bg-theme1-redwood-100_o8c:first-child:before{content:var(--tw-content);background-color:#a3654b8c}.first\:before\:bg-theme1-russian_violet-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(57 24 71 / var(--tw-bg-opacity))}.first\:before\:bg-theme1-russian_violet-100_o26:first-child:before{content:var(--tw-content);background-color:#39184726}.first\:before\:bg-theme1-russian_violet-100_o60:first-child:before{content:var(--tw-content);background-color:#39184760}.first\:before\:bg-theme1-russian_violet-100_o80:first-child:before{content:var(--tw-content);background-color:#39184780}.first\:before\:bg-theme1-russian_violet-100_o8c:first-child:before{content:var(--tw-content);background-color:#3918478c}.first\:before\:bg-theme1-saffron-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(245 188 49 / var(--tw-bg-opacity))}.first\:before\:bg-theme1-saffron-100_o26:first-child:before{content:var(--tw-content);background-color:#f5bc3126}.first\:before\:bg-theme1-saffron-100_o60:first-child:before{content:var(--tw-content);background-color:#f5bc3160}.first\:before\:bg-theme1-saffron-100_o80:first-child:before{content:var(--tw-content);background-color:#f5bc3180}.first\:before\:bg-theme1-saffron-100_o8c:first-child:before{content:var(--tw-content);background-color:#f5bc318c}.first\:before\:bg-theme1-seashell-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(241 241 241 / var(--tw-bg-opacity))}.first\:before\:bg-theme1-seashell-100_o26:first-child:before{content:var(--tw-content);background-color:#f1f1f126}.first\:before\:bg-theme1-seashell-100_o60:first-child:before{content:var(--tw-content);background-color:#f1f1f160}.first\:before\:bg-theme1-seashell-100_o80:first-child:before{content:var(--tw-content);background-color:#f1f1f180}.first\:before\:bg-theme1-seashell-100_o8c:first-child:before{content:var(--tw-content);background-color:#f1f1f18c}.first\:before\:bg-theme1-slate_gray-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(109 123 141 / var(--tw-bg-opacity))}.first\:before\:bg-theme1-slate_gray-100_o26:first-child:before{content:var(--tw-content);background-color:#6d7b8d26}.first\:before\:bg-theme1-slate_gray-100_o60:first-child:before{content:var(--tw-content);background-color:#6d7b8d60}.first\:before\:bg-theme1-slate_gray-100_o80:first-child:before{content:var(--tw-content);background-color:#6d7b8d80}.first\:before\:bg-theme1-slate_gray-100_o8c:first-child:before{content:var(--tw-content);background-color:#6d7b8d8c}.first\:before\:bg-theme1-spanish_bistre-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(116 123 55 / var(--tw-bg-opacity))}.first\:before\:bg-theme1-spanish_bistre-100_o26:first-child:before{content:var(--tw-content);background-color:#747b3726}.first\:before\:bg-theme1-spanish_bistre-100_o60:first-child:before{content:var(--tw-content);background-color:#747b3760}.first\:before\:bg-theme1-spanish_bistre-100_o80:first-child:before{content:var(--tw-content);background-color:#747b3780}.first\:before\:bg-theme1-spanish_bistre-100_o8c:first-child:before{content:var(--tw-content);background-color:#747b378c}.first\:before\:bg-theme1-storm_cloud-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(87 96 98 / var(--tw-bg-opacity))}.first\:before\:bg-theme1-storm_cloud-100_o26:first-child:before{content:var(--tw-content);background-color:#57606226}.first\:before\:bg-theme1-storm_cloud-100_o60:first-child:before{content:var(--tw-content);background-color:#57606260}.first\:before\:bg-theme1-storm_cloud-100_o80:first-child:before{content:var(--tw-content);background-color:#57606280}.first\:before\:bg-theme1-storm_cloud-100_o8c:first-child:before{content:var(--tw-content);background-color:#5760628c}.first\:before\:bg-theme1-sunray-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(222 182 77 / var(--tw-bg-opacity))}.first\:before\:bg-theme1-sunray-100_o26:first-child:before{content:var(--tw-content);background-color:#deb64d26}.first\:before\:bg-theme1-sunray-100_o60:first-child:before{content:var(--tw-content);background-color:#deb64d60}.first\:before\:bg-theme1-sunray-100_o80:first-child:before{content:var(--tw-content);background-color:#deb64d80}.first\:before\:bg-theme1-sunray-100_o8c:first-child:before{content:var(--tw-content);background-color:#deb64d8c}.first\:before\:bg-theme1-vegas_gold-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(205 198 89 / var(--tw-bg-opacity))}.first\:before\:bg-theme1-vegas_gold-100_o26:first-child:before{content:var(--tw-content);background-color:#cdc65926}.first\:before\:bg-theme1-vegas_gold-100_o60:first-child:before{content:var(--tw-content);background-color:#cdc65960}.first\:before\:bg-theme1-vegas_gold-100_o80:first-child:before{content:var(--tw-content);background-color:#cdc65980}.first\:before\:bg-theme1-vegas_gold-100_o8c:first-child:before{content:var(--tw-content);background-color:#cdc6598c}.first\:before\:bg-theme1-vivid_violet-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(170 0 255 / var(--tw-bg-opacity))}.first\:before\:bg-theme1-vivid_violet-100_o26:first-child:before{content:var(--tw-content);background-color:#aa00ff26}.first\:before\:bg-theme1-vivid_violet-100_o60:first-child:before{content:var(--tw-content);background-color:#aa00ff60}.first\:before\:bg-theme1-vivid_violet-100_o80:first-child:before{content:var(--tw-content);background-color:#aa00ff80}.first\:before\:bg-theme1-vivid_violet-100_o8c:first-child:before{content:var(--tw-content);background-color:#aa00ff8c}.first\:before\:bg-theme1-yellow_red-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(245 179 67 / var(--tw-bg-opacity))}.first\:before\:bg-theme1-yellow_red-100_o26:first-child:before{content:var(--tw-content);background-color:#f5b34326}.first\:before\:bg-theme1-yellow_red-100_o60:first-child:before{content:var(--tw-content);background-color:#f5b34360}.first\:before\:bg-theme1-yellow_red-100_o80:first-child:before{content:var(--tw-content);background-color:#f5b34380}.first\:before\:bg-theme1-yellow_red-100_o8c:first-child:before{content:var(--tw-content);background-color:#f5b3438c}.first\:before\:bg-theme10-chinese_black-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(19 20 20 / var(--tw-bg-opacity))}.first\:before\:bg-theme10-chinese_black-100_o26:first-child:before{content:var(--tw-content);background-color:#13141426}.first\:before\:bg-theme10-chinese_black-100_o60:first-child:before{content:var(--tw-content);background-color:#13141460}.first\:before\:bg-theme10-chinese_black-100_o80:first-child:before{content:var(--tw-content);background-color:#13141480}.first\:before\:bg-theme10-dark_cyan-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(0 150 136 / var(--tw-bg-opacity))}.first\:before\:bg-theme10-dark_cyan-100_o26:first-child:before{content:var(--tw-content);background-color:#00968826}.first\:before\:bg-theme10-dark_cyan-100_o60:first-child:before{content:var(--tw-content);background-color:#00968860}.first\:before\:bg-theme10-dark_cyan-100_o80:first-child:before{content:var(--tw-content);background-color:#00968880}.first\:before\:bg-theme10-mandarin-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(241 125 58 / var(--tw-bg-opacity))}.first\:before\:bg-theme10-mandarin-100_o26:first-child:before{content:var(--tw-content);background-color:#f17d3a26}.first\:before\:bg-theme10-mandarin-100_o60:first-child:before{content:var(--tw-content);background-color:#f17d3a60}.first\:before\:bg-theme10-mandarin-100_o80:first-child:before{content:var(--tw-content);background-color:#f17d3a80}.first\:before\:bg-theme10-upsdell_red-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(171 35 36 / var(--tw-bg-opacity))}.first\:before\:bg-theme10-upsdell_red-100_o26:first-child:before{content:var(--tw-content);background-color:#ab232426}.first\:before\:bg-theme10-upsdell_red-100_o60:first-child:before{content:var(--tw-content);background-color:#ab232460}.first\:before\:bg-theme10-upsdell_red-100_o80:first-child:before{content:var(--tw-content);background-color:#ab232480}.first\:before\:bg-theme10-yellow_red-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(245 179 67 / var(--tw-bg-opacity))}.first\:before\:bg-theme10-yellow_red-100_o26:first-child:before{content:var(--tw-content);background-color:#f5b34326}.first\:before\:bg-theme10-yellow_red-100_o60:first-child:before{content:var(--tw-content);background-color:#f5b34360}.first\:before\:bg-theme10-yellow_red-100_o80:first-child:before{content:var(--tw-content);background-color:#f5b34380}.first\:before\:bg-theme2-blue_ncs-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(0 133 196 / var(--tw-bg-opacity))}.first\:before\:bg-theme2-blue_ncs-100_o26:first-child:before{content:var(--tw-content);background-color:#0085c426}.first\:before\:bg-theme2-blue_ncs-100_o60:first-child:before{content:var(--tw-content);background-color:#0085c460}.first\:before\:bg-theme2-blue_ncs-100_o80:first-child:before{content:var(--tw-content);background-color:#0085c480}.first\:before\:bg-theme3-yellow_red-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(245 179 67 / var(--tw-bg-opacity))}.first\:before\:bg-theme3-yellow_red-100_o26:first-child:before{content:var(--tw-content);background-color:#f5b34326}.first\:before\:bg-theme3-yellow_red-100_o60:first-child:before{content:var(--tw-content);background-color:#f5b34360}.first\:before\:bg-theme3-yellow_red-100_o80:first-child:before{content:var(--tw-content);background-color:#f5b34380}.first\:before\:bg-theme4-deep_carmine_pink-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(236 56 53 / var(--tw-bg-opacity))}.first\:before\:bg-theme4-deep_carmine_pink-100_2s:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(189 45 42 / var(--tw-bg-opacity))}.first\:before\:bg-theme4-deep_carmine_pink-100_3s:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(165 39 37 / var(--tw-bg-opacity))}.first\:before\:bg-theme4-deep_carmine_pink-100_4s:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(106 25 24 / var(--tw-bg-opacity))}.first\:before\:bg-theme4-deep_carmine_pink-100_5s:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(83 20 19 / var(--tw-bg-opacity))}.first\:before\:bg-theme4-deep_carmine_pink-100_o26:first-child:before{content:var(--tw-content);background-color:#ec383526}.first\:before\:bg-theme4-deep_carmine_pink-100_o60:first-child:before{content:var(--tw-content);background-color:#ec383560}.first\:before\:bg-theme4-deep_carmine_pink-100_o80:first-child:before{content:var(--tw-content);background-color:#ec383580}.first\:before\:bg-theme4-mandarin-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(241 125 58 / var(--tw-bg-opacity))}.first\:before\:bg-theme4-mandarin-100_2s:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(193 100 46 / var(--tw-bg-opacity))}.first\:before\:bg-theme4-mandarin-100_3s:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(169 88 41 / var(--tw-bg-opacity))}.first\:before\:bg-theme4-mandarin-100_4s:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(108 56 26 / var(--tw-bg-opacity))}.first\:before\:bg-theme4-mandarin-100_5s:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(84 44 20 / var(--tw-bg-opacity))}.first\:before\:bg-theme4-mandarin-100_o26:first-child:before{content:var(--tw-content);background-color:#f17d3a26}.first\:before\:bg-theme4-mandarin-100_o60:first-child:before{content:var(--tw-content);background-color:#f17d3a60}.first\:before\:bg-theme4-mandarin-100_o80:first-child:before{content:var(--tw-content);background-color:#f17d3a80}.first\:before\:bg-theme4-yellow_red-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(245 179 67 / var(--tw-bg-opacity))}.first\:before\:bg-theme4-yellow_red-100_2s:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(196 143 54 / var(--tw-bg-opacity))}.first\:before\:bg-theme4-yellow_red-100_3s:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(172 125 47 / var(--tw-bg-opacity))}.first\:before\:bg-theme4-yellow_red-100_4s:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(110 81 30 / var(--tw-bg-opacity))}.first\:before\:bg-theme4-yellow_red-100_5s:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(86 63 23 / var(--tw-bg-opacity))}.first\:before\:bg-theme4-yellow_red-100_o26:first-child:before{content:var(--tw-content);background-color:#f5b34326}.first\:before\:bg-theme4-yellow_red-100_o60:first-child:before{content:var(--tw-content);background-color:#f5b34360}.first\:before\:bg-theme4-yellow_red-100_o80:first-child:before{content:var(--tw-content);background-color:#f5b34380}.first\:before\:bg-theme5-mandarin-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(241 125 58 / var(--tw-bg-opacity))}.first\:before\:bg-theme5-mandarin-100_o26:first-child:before{content:var(--tw-content);background-color:#f17d3a26}.first\:before\:bg-theme5-mandarin-100_o60:first-child:before{content:var(--tw-content);background-color:#f17d3a60}.first\:before\:bg-theme5-mandarin-100_o80:first-child:before{content:var(--tw-content);background-color:#f17d3a80}.first\:before\:bg-theme5-yellow_red-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(245 179 67 / var(--tw-bg-opacity))}.first\:before\:bg-theme5-yellow_red-100_o26:first-child:before{content:var(--tw-content);background-color:#f5b34326}.first\:before\:bg-theme5-yellow_red-100_o60:first-child:before{content:var(--tw-content);background-color:#f5b34360}.first\:before\:bg-theme5-yellow_red-100_o80:first-child:before{content:var(--tw-content);background-color:#f5b34380}.first\:before\:bg-theme6-dark_cyan-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(0 150 136 / var(--tw-bg-opacity))}.first\:before\:bg-theme6-dark_cyan-100_o26:first-child:before{content:var(--tw-content);background-color:#00968826}.first\:before\:bg-theme6-dark_cyan-100_o60:first-child:before{content:var(--tw-content);background-color:#00968860}.first\:before\:bg-theme6-dark_cyan-100_o80:first-child:before{content:var(--tw-content);background-color:#00968880}.first\:before\:bg-theme6-mandarin-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(241 125 58 / var(--tw-bg-opacity))}.first\:before\:bg-theme6-mandarin-100_o26:first-child:before{content:var(--tw-content);background-color:#f17d3a26}.first\:before\:bg-theme6-mandarin-100_o60:first-child:before{content:var(--tw-content);background-color:#f17d3a60}.first\:before\:bg-theme6-mandarin-100_o80:first-child:before{content:var(--tw-content);background-color:#f17d3a80}.first\:before\:bg-theme6-yellow_red-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(245 179 67 / var(--tw-bg-opacity))}.first\:before\:bg-theme6-yellow_red-100_o26:first-child:before{content:var(--tw-content);background-color:#f5b34326}.first\:before\:bg-theme6-yellow_red-100_o60:first-child:before{content:var(--tw-content);background-color:#f5b34360}.first\:before\:bg-theme6-yellow_red-100_o80:first-child:before{content:var(--tw-content);background-color:#f5b34380}.first\:before\:bg-theme7-chinese_black-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(19 20 20 / var(--tw-bg-opacity))}.first\:before\:bg-theme7-chinese_black-100_o26:first-child:before{content:var(--tw-content);background-color:#13141426}.first\:before\:bg-theme7-chinese_black-100_o60:first-child:before{content:var(--tw-content);background-color:#13141460}.first\:before\:bg-theme7-chinese_black-100_o80:first-child:before{content:var(--tw-content);background-color:#13141480}.first\:before\:bg-theme7-dark_cyan-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(0 150 136 / var(--tw-bg-opacity))}.first\:before\:bg-theme7-dark_cyan-100_o26:first-child:before{content:var(--tw-content);background-color:#00968826}.first\:before\:bg-theme7-dark_cyan-100_o60:first-child:before{content:var(--tw-content);background-color:#00968860}.first\:before\:bg-theme7-dark_cyan-100_o80:first-child:before{content:var(--tw-content);background-color:#00968880}.first\:before\:bg-theme7-mandarin-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(241 125 58 / var(--tw-bg-opacity))}.first\:before\:bg-theme7-mandarin-100_o26:first-child:before{content:var(--tw-content);background-color:#f17d3a26}.first\:before\:bg-theme7-mandarin-100_o60:first-child:before{content:var(--tw-content);background-color:#f17d3a60}.first\:before\:bg-theme7-mandarin-100_o80:first-child:before{content:var(--tw-content);background-color:#f17d3a80}.first\:before\:bg-theme7-yellow_red-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(245 179 67 / var(--tw-bg-opacity))}.first\:before\:bg-theme7-yellow_red-100_o26:first-child:before{content:var(--tw-content);background-color:#f5b34326}.first\:before\:bg-theme7-yellow_red-100_o60:first-child:before{content:var(--tw-content);background-color:#f5b34360}.first\:before\:bg-theme7-yellow_red-100_o80:first-child:before{content:var(--tw-content);background-color:#f5b34380}.first\:before\:bg-theme8-chinese_black-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(19 20 20 / var(--tw-bg-opacity))}.first\:before\:bg-theme8-chinese_black-100_o10:first-child:before{content:var(--tw-content);background-color:#13141410}.first\:before\:bg-theme8-chinese_black-100_o26:first-child:before{content:var(--tw-content);background-color:#13141426}.first\:before\:bg-theme8-chinese_black-100_o60:first-child:before{content:var(--tw-content);background-color:#13141460}.first\:before\:bg-theme8-chinese_black-100_o80:first-child:before{content:var(--tw-content);background-color:#13141480}.first\:before\:bg-theme8-dark_cyan-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(0 150 136 / var(--tw-bg-opacity))}.first\:before\:bg-theme8-dark_cyan-100_o10:first-child:before{content:var(--tw-content);background-color:#00968810}.first\:before\:bg-theme8-dark_cyan-100_o26:first-child:before{content:var(--tw-content);background-color:#00968826}.first\:before\:bg-theme8-dark_cyan-100_o60:first-child:before{content:var(--tw-content);background-color:#00968860}.first\:before\:bg-theme8-dark_cyan-100_o80:first-child:before{content:var(--tw-content);background-color:#00968880}.first\:before\:bg-theme8-mandarin-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(241 125 58 / var(--tw-bg-opacity))}.first\:before\:bg-theme8-mandarin-100_o10:first-child:before{content:var(--tw-content);background-color:#f17d3a10}.first\:before\:bg-theme8-mandarin-100_o26:first-child:before{content:var(--tw-content);background-color:#f17d3a26}.first\:before\:bg-theme8-mandarin-100_o60:first-child:before{content:var(--tw-content);background-color:#f17d3a60}.first\:before\:bg-theme8-mandarin-100_o80:first-child:before{content:var(--tw-content);background-color:#f17d3a80}.first\:before\:bg-theme8-upsdell_red-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(171 35 36 / var(--tw-bg-opacity))}.first\:before\:bg-theme8-upsdell_red-100_o10:first-child:before{content:var(--tw-content);background-color:#ab232410}.first\:before\:bg-theme8-upsdell_red-100_o26:first-child:before{content:var(--tw-content);background-color:#ab232426}.first\:before\:bg-theme8-upsdell_red-100_o60:first-child:before{content:var(--tw-content);background-color:#ab232460}.first\:before\:bg-theme8-upsdell_red-100_o80:first-child:before{content:var(--tw-content);background-color:#ab232480}.first\:before\:bg-theme8-yellow_red-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(245 179 67 / var(--tw-bg-opacity))}.first\:before\:bg-theme8-yellow_red-100_o10:first-child:before{content:var(--tw-content);background-color:#f5b34310}.first\:before\:bg-theme8-yellow_red-100_o26:first-child:before{content:var(--tw-content);background-color:#f5b34326}.first\:before\:bg-theme8-yellow_red-100_o60:first-child:before{content:var(--tw-content);background-color:#f5b34360}.first\:before\:bg-theme8-yellow_red-100_o80:first-child:before{content:var(--tw-content);background-color:#f5b34380}.first\:before\:bg-theme9-chinese_black-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(19 20 20 / var(--tw-bg-opacity))}.first\:before\:bg-theme9-chinese_black-100_o26:first-child:before{content:var(--tw-content);background-color:#13141426}.first\:before\:bg-theme9-chinese_black-100_o60:first-child:before{content:var(--tw-content);background-color:#13141460}.first\:before\:bg-theme9-chinese_black-100_o80:first-child:before{content:var(--tw-content);background-color:#13141480}.first\:before\:bg-theme9-dark_cyan-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(0 150 136 / var(--tw-bg-opacity))}.first\:before\:bg-theme9-dark_cyan-100_o26:first-child:before{content:var(--tw-content);background-color:#00968826}.first\:before\:bg-theme9-dark_cyan-100_o60:first-child:before{content:var(--tw-content);background-color:#00968860}.first\:before\:bg-theme9-dark_cyan-100_o80:first-child:before{content:var(--tw-content);background-color:#00968880}.first\:before\:bg-theme9-mandarin-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(241 125 58 / var(--tw-bg-opacity))}.first\:before\:bg-theme9-mandarin-100_o26:first-child:before{content:var(--tw-content);background-color:#f17d3a26}.first\:before\:bg-theme9-mandarin-100_o60:first-child:before{content:var(--tw-content);background-color:#f17d3a60}.first\:before\:bg-theme9-mandarin-100_o80:first-child:before{content:var(--tw-content);background-color:#f17d3a80}.first\:before\:bg-theme9-upsdell_red-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(171 35 36 / var(--tw-bg-opacity))}.first\:before\:bg-theme9-upsdell_red-100_o26:first-child:before{content:var(--tw-content);background-color:#ab232426}.first\:before\:bg-theme9-upsdell_red-100_o60:first-child:before{content:var(--tw-content);background-color:#ab232460}.first\:before\:bg-theme9-upsdell_red-100_o80:first-child:before{content:var(--tw-content);background-color:#ab232480}.first\:before\:bg-theme9-yellow_red-100:first-child:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(245 179 67 / var(--tw-bg-opacity))}.first\:before\:bg-theme9-yellow_red-100_o26:first-child:before{content:var(--tw-content);background-color:#f5b34326}.first\:before\:bg-theme9-yellow_red-100_o60:first-child:before{content:var(--tw-content);background-color:#f5b34360}.first\:before\:bg-theme9-yellow_red-100_o80:first-child:before{content:var(--tw-content);background-color:#f5b34380}.last\:border-none:last-child{border-style:none}.hover\:bg-\[\#f9fafc\]:hover{--tw-bg-opacity:1;background-color:rgb(249 250 252 / var(--tw-bg-opacity))}.hover\:opacity-90:hover{opacity:.9}.hover\:shadow-\[rgba\(0\,0\,0\,0\.07\)_0px_1px_2px\,rgba\(0\,0\,0\,0\.07\)_0px_2px_4px\,rgba\(0\,0\,0\,0\.07\)_0px_4px_8px\,rgba\(0\,0\,0\,0\.07\)_0px_8px_16px\,rgba\(0\,0\,0\,0\.07\)_0px_16px_32px\,rgba\(0\,0\,0\,0\.07\)_0px_32px_64px\]:hover{--tw-shadow:rgba(0,0,0,.07) 0px 1px 2px,rgba(0,0,0,.07) 0px 2px 4px,rgba(0,0,0,.07) 0px 4px 8px,rgba(0,0,0,.07) 0px 8px 16px,rgba(0,0,0,.07) 0px 16px 32px,rgba(0,0,0,.07) 0px 32px 64px;--tw-shadow-colored:0px 1px 2px var(--tw-shadow-color), 0px 2px 4px var(--tw-shadow-color), 0px 4px 8px var(--tw-shadow-color), 0px 8px 16px var(--tw-shadow-color), 0px 16px 32px var(--tw-shadow-color), 0px 32px 64px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-\[rgba\(0\,0\,0\,0\.35\)_0px_5px_15px\]:hover{--tw-shadow:rgba(0,0,0,.35) 0px 5px 15px;--tw-shadow-colored:0px 5px 15px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.group:nth-child(odd) .group-odd\:border-l-\[110px\]{border-left-width:110px}.group:nth-child(odd) .group-odd\:border-l-qr-american_green-100{--tw-border-opacity:1;border-left-color:rgb(35 179 58 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-qr-byzantine-100{--tw-border-opacity:1;border-left-color:rgb(200 55 171 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-qr-cyan_process-100{--tw-border-opacity:1;border-left-color:rgb(0 183 240 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-qr-deep_saffron-100{--tw-border-opacity:1;border-left-color:rgb(255 147 39 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-qr-dirt-100{--tw-border-opacity:1;border-left-color:rgb(160 111 75 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-qr-eerie_black-100{--tw-border-opacity:1;border-left-color:rgb(30 30 30 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-qr-grape-100{--tw-border-opacity:1;border-left-color:rgb(91 33 182 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-qr-keppel-100{--tw-border-opacity:1;border-left-color:rgb(66 170 164 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-qr-mustard-100{--tw-border-opacity:1;border-left-color:rgb(255 221 85 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-qr-rosso_corsa-100{--tw-border-opacity:1;border-left-color:rgb(210 0 0 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme1-antique_bronze-100{--tw-border-opacity:1;border-left-color:rgb(112 96 32 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme1-antique_bronze-100_o26{border-left-color:#70602026}.group:nth-child(odd) .group-odd\:border-l-theme1-antique_bronze-100_o60{border-left-color:#70602060}.group:nth-child(odd) .group-odd\:border-l-theme1-antique_bronze-100_o80{border-left-color:#70602080}.group:nth-child(odd) .group-odd\:border-l-theme1-antique_bronze-100_o8c{border-left-color:#7060208c}.group:nth-child(odd) .group-odd\:border-l-theme1-black_cow-100{--tw-border-opacity:1;border-left-color:rgb(72 72 72 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme1-black_cow-100_o26{border-left-color:#48484826}.group:nth-child(odd) .group-odd\:border-l-theme1-black_cow-100_o60{border-left-color:#48484860}.group:nth-child(odd) .group-odd\:border-l-theme1-black_cow-100_o80{border-left-color:#48484880}.group:nth-child(odd) .group-odd\:border-l-theme1-black_cow-100_o8c{border-left-color:#4848488c}.group:nth-child(odd) .group-odd\:border-l-theme1-black_olive-100{--tw-border-opacity:1;border-left-color:rgb(60 61 65 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme1-black_olive-100_o26{border-left-color:#3c3d4126}.group:nth-child(odd) .group-odd\:border-l-theme1-black_olive-100_o60{border-left-color:#3c3d4160}.group:nth-child(odd) .group-odd\:border-l-theme1-black_olive-100_o80{border-left-color:#3c3d4180}.group:nth-child(odd) .group-odd\:border-l-theme1-black_olive-100_o8c{border-left-color:#3c3d418c}.group:nth-child(odd) .group-odd\:border-l-theme1-blue_france-100{--tw-border-opacity:1;border-left-color:rgb(45 155 234 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme1-blue_france-100_o26{border-left-color:#2d9bea26}.group:nth-child(odd) .group-odd\:border-l-theme1-blue_france-100_o60{border-left-color:#2d9bea60}.group:nth-child(odd) .group-odd\:border-l-theme1-blue_france-100_o80{border-left-color:#2d9bea80}.group:nth-child(odd) .group-odd\:border-l-theme1-blue_france-100_o8c{border-left-color:#2d9bea8c}.group:nth-child(odd) .group-odd\:border-l-theme1-blue_green-100{--tw-border-opacity:1;border-left-color:rgb(44 177 189 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme1-blue_green-100_o26{border-left-color:#2cb1bd26}.group:nth-child(odd) .group-odd\:border-l-theme1-blue_green-100_o60{border-left-color:#2cb1bd60}.group:nth-child(odd) .group-odd\:border-l-theme1-blue_green-100_o80{border-left-color:#2cb1bd80}.group:nth-child(odd) .group-odd\:border-l-theme1-blue_green-100_o8c{border-left-color:#2cb1bd8c}.group:nth-child(odd) .group-odd\:border-l-theme1-bole-100{--tw-border-opacity:1;border-left-color:rgb(124 78 62 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme1-bole-100_o26{border-left-color:#7c4e3e26}.group:nth-child(odd) .group-odd\:border-l-theme1-bole-100_o60{border-left-color:#7c4e3e60}.group:nth-child(odd) .group-odd\:border-l-theme1-bole-100_o80{border-left-color:#7c4e3e80}.group:nth-child(odd) .group-odd\:border-l-theme1-bole-100_o8c{border-left-color:#7c4e3e8c}.group:nth-child(odd) .group-odd\:border-l-theme1-brick_red-100{--tw-border-opacity:1;border-left-color:rgb(205 66 89 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme1-brick_red-100_o26{border-left-color:#cd425926}.group:nth-child(odd) .group-odd\:border-l-theme1-brick_red-100_o60{border-left-color:#cd425960}.group:nth-child(odd) .group-odd\:border-l-theme1-brick_red-100_o80{border-left-color:#cd425980}.group:nth-child(odd) .group-odd\:border-l-theme1-brick_red-100_o8c{border-left-color:#cd42598c}.group:nth-child(odd) .group-odd\:border-l-theme1-button_blue-100{--tw-border-opacity:1;border-left-color:rgb(33 150 243 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme1-button_blue-100_o26{border-left-color:#2196f326}.group:nth-child(odd) .group-odd\:border-l-theme1-button_blue-100_o60{border-left-color:#2196f360}.group:nth-child(odd) .group-odd\:border-l-theme1-button_blue-100_o80{border-left-color:#2196f380}.group:nth-child(odd) .group-odd\:border-l-theme1-button_blue-100_o8c{border-left-color:#2196f38c}.group:nth-child(odd) .group-odd\:border-l-theme1-charcoal-100{--tw-border-opacity:1;border-left-color:rgb(47 67 92 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme1-charcoal-100_o26{border-left-color:#2f435c26}.group:nth-child(odd) .group-odd\:border-l-theme1-charcoal-100_o60{border-left-color:#2f435c60}.group:nth-child(odd) .group-odd\:border-l-theme1-charcoal-100_o80{border-left-color:#2f435c80}.group:nth-child(odd) .group-odd\:border-l-theme1-charcoal-100_o8c{border-left-color:#2f435c8c}.group:nth-child(odd) .group-odd\:border-l-theme1-charcoal_grey-100{--tw-border-opacity:1;border-left-color:rgb(60 65 65 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme1-charcoal_grey-100_o26{border-left-color:#3c414126}.group:nth-child(odd) .group-odd\:border-l-theme1-charcoal_grey-100_o60{border-left-color:#3c414160}.group:nth-child(odd) .group-odd\:border-l-theme1-charcoal_grey-100_o80{border-left-color:#3c414180}.group:nth-child(odd) .group-odd\:border-l-theme1-charcoal_grey-100_o8c{border-left-color:#3c41418c}.group:nth-child(odd) .group-odd\:border-l-theme1-dark_cerulean-100{--tw-border-opacity:1;border-left-color:rgb(21 62 117 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme1-dark_cerulean-100_o26{border-left-color:#153e7526}.group:nth-child(odd) .group-odd\:border-l-theme1-dark_cerulean-100_o60{border-left-color:#153e7560}.group:nth-child(odd) .group-odd\:border-l-theme1-dark_cerulean-100_o80{border-left-color:#153e7580}.group:nth-child(odd) .group-odd\:border-l-theme1-dark_cerulean-100_o8c{border-left-color:#153e758c}.group:nth-child(odd) .group-odd\:border-l-theme1-dark_cyan-100{--tw-border-opacity:1;border-left-color:rgb(0 150 136 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme1-dark_cyan-100_o26{border-left-color:#00968826}.group:nth-child(odd) .group-odd\:border-l-theme1-dark_cyan-100_o60{border-left-color:#00968860}.group:nth-child(odd) .group-odd\:border-l-theme1-dark_cyan-100_o80{border-left-color:#00968880}.group:nth-child(odd) .group-odd\:border-l-theme1-dark_cyan-100_o8c{border-left-color:#0096888c}.group:nth-child(odd) .group-odd\:border-l-theme1-dark_grey-100{--tw-border-opacity:1;border-left-color:rgb(55 57 58 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme1-dark_grey-100_o26{border-left-color:#37393a26}.group:nth-child(odd) .group-odd\:border-l-theme1-dark_grey-100_o60{border-left-color:#37393a60}.group:nth-child(odd) .group-odd\:border-l-theme1-dark_grey-100_o80{border-left-color:#37393a80}.group:nth-child(odd) .group-odd\:border-l-theme1-dark_grey-100_o8c{border-left-color:#37393a8c}.group:nth-child(odd) .group-odd\:border-l-theme1-dark_spring_green-100{--tw-border-opacity:1;border-left-color:rgb(23 92 85 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme1-dark_spring_green-100_o26{border-left-color:#175c5526}.group:nth-child(odd) .group-odd\:border-l-theme1-dark_spring_green-100_o60{border-left-color:#175c5560}.group:nth-child(odd) .group-odd\:border-l-theme1-dark_spring_green-100_o80{border-left-color:#175c5580}.group:nth-child(odd) .group-odd\:border-l-theme1-dark_spring_green-100_o8c{border-left-color:#175c558c}.group:nth-child(odd) .group-odd\:border-l-theme1-davy_grey-100{--tw-border-opacity:1;border-left-color:rgb(85 85 85 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme1-davy_grey-100_o26{border-left-color:#55555526}.group:nth-child(odd) .group-odd\:border-l-theme1-davy_grey-100_o60{border-left-color:#55555560}.group:nth-child(odd) .group-odd\:border-l-theme1-davy_grey-100_o80{border-left-color:#55555580}.group:nth-child(odd) .group-odd\:border-l-theme1-davy_grey-100_o8c{border-left-color:#5555558c}.group:nth-child(odd) .group-odd\:border-l-theme1-deep_carmine_pink-100{--tw-border-opacity:1;border-left-color:rgb(236 56 53 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme1-deep_carmine_pink-100_o26{border-left-color:#ec383526}.group:nth-child(odd) .group-odd\:border-l-theme1-deep_carmine_pink-100_o60{border-left-color:#ec383560}.group:nth-child(odd) .group-odd\:border-l-theme1-deep_carmine_pink-100_o80{border-left-color:#ec383580}.group:nth-child(odd) .group-odd\:border-l-theme1-deep_carmine_pink-100_o8c{border-left-color:#ec38358c}.group:nth-child(odd) .group-odd\:border-l-theme1-gold_crayola-100{--tw-border-opacity:1;border-left-color:rgb(224 198 126 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme1-gold_crayola-100_o26{border-left-color:#e0c67e26}.group:nth-child(odd) .group-odd\:border-l-theme1-gold_crayola-100_o60{border-left-color:#e0c67e60}.group:nth-child(odd) .group-odd\:border-l-theme1-gold_crayola-100_o80{border-left-color:#e0c67e80}.group:nth-child(odd) .group-odd\:border-l-theme1-gold_crayola-100_o8c{border-left-color:#e0c67e8c}.group:nth-child(odd) .group-odd\:border-l-theme1-inter_dimensional_blue-100{--tw-border-opacity:1;border-left-color:rgb(59 25 205 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme1-inter_dimensional_blue-100_o26{border-left-color:#3b19cd26}.group:nth-child(odd) .group-odd\:border-l-theme1-inter_dimensional_blue-100_o60{border-left-color:#3b19cd60}.group:nth-child(odd) .group-odd\:border-l-theme1-inter_dimensional_blue-100_o80{border-left-color:#3b19cd80}.group:nth-child(odd) .group-odd\:border-l-theme1-inter_dimensional_blue-100_o8c{border-left-color:#3b19cd8c}.group:nth-child(odd) .group-odd\:border-l-theme1-ironside_grey-100{--tw-border-opacity:1;border-left-color:rgb(102 102 102 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme1-ironside_grey-100_o26{border-left-color:#66666626}.group:nth-child(odd) .group-odd\:border-l-theme1-ironside_grey-100_o60{border-left-color:#66666660}.group:nth-child(odd) .group-odd\:border-l-theme1-ironside_grey-100_o80{border-left-color:#66666680}.group:nth-child(odd) .group-odd\:border-l-theme1-ironside_grey-100_o8c{border-left-color:#6666668c}.group:nth-child(odd) .group-odd\:border-l-theme1-jet-100{--tw-border-opacity:1;border-left-color:rgb(55 52 48 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme1-jet-100_o26{border-left-color:#37343026}.group:nth-child(odd) .group-odd\:border-l-theme1-jet-100_o60{border-left-color:#37343060}.group:nth-child(odd) .group-odd\:border-l-theme1-jet-100_o80{border-left-color:#37343080}.group:nth-child(odd) .group-odd\:border-l-theme1-jet-100_o8c{border-left-color:#3734308c}.group:nth-child(odd) .group-odd\:border-l-theme1-light_coral-100{--tw-border-opacity:1;border-left-color:rgb(242 121 128 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme1-light_coral-100_o26{border-left-color:#f2798026}.group:nth-child(odd) .group-odd\:border-l-theme1-light_coral-100_o60{border-left-color:#f2798060}.group:nth-child(odd) .group-odd\:border-l-theme1-light_coral-100_o80{border-left-color:#f2798080}.group:nth-child(odd) .group-odd\:border-l-theme1-light_coral-100_o8c{border-left-color:#f279808c}.group:nth-child(odd) .group-odd\:border-l-theme1-mandarin-100{--tw-border-opacity:1;border-left-color:rgb(241 125 58 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme1-mandarin-100_o26{border-left-color:#f17d3a26}.group:nth-child(odd) .group-odd\:border-l-theme1-mandarin-100_o60{border-left-color:#f17d3a60}.group:nth-child(odd) .group-odd\:border-l-theme1-mandarin-100_o80{border-left-color:#f17d3a80}.group:nth-child(odd) .group-odd\:border-l-theme1-mandarin-100_o8c{border-left-color:#f17d3a8c}.group:nth-child(odd) .group-odd\:border-l-theme1-medium_purple-100{--tw-border-opacity:1;border-left-color:rgb(144 128 232 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme1-medium_purple-100_o26{border-left-color:#9080e826}.group:nth-child(odd) .group-odd\:border-l-theme1-medium_purple-100_o60{border-left-color:#9080e860}.group:nth-child(odd) .group-odd\:border-l-theme1-medium_purple-100_o80{border-left-color:#9080e880}.group:nth-child(odd) .group-odd\:border-l-theme1-medium_purple-100_o8c{border-left-color:#9080e88c}.group:nth-child(odd) .group-odd\:border-l-theme1-mystic-100{--tw-border-opacity:1;border-left-color:rgb(207 85 121 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme1-mystic-100_o26{border-left-color:#cf557926}.group:nth-child(odd) .group-odd\:border-l-theme1-mystic-100_o60{border-left-color:#cf557960}.group:nth-child(odd) .group-odd\:border-l-theme1-mystic-100_o80{border-left-color:#cf557980}.group:nth-child(odd) .group-odd\:border-l-theme1-mystic-100_o8c{border-left-color:#cf55798c}.group:nth-child(odd) .group-odd\:border-l-theme1-northern_blue-100{--tw-border-opacity:1;border-left-color:rgb(120 201 209 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme1-northern_blue-100_o26{border-left-color:#78c9d126}.group:nth-child(odd) .group-odd\:border-l-theme1-northern_blue-100_o60{border-left-color:#78c9d160}.group:nth-child(odd) .group-odd\:border-l-theme1-northern_blue-100_o80{border-left-color:#78c9d180}.group:nth-child(odd) .group-odd\:border-l-theme1-northern_blue-100_o8c{border-left-color:#78c9d18c}.group:nth-child(odd) .group-odd\:border-l-theme1-pear-100{--tw-border-opacity:1;border-left-color:rgb(210 235 47 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme1-pear-100_o26{border-left-color:#d2eb2f26}.group:nth-child(odd) .group-odd\:border-l-theme1-pear-100_o60{border-left-color:#d2eb2f60}.group:nth-child(odd) .group-odd\:border-l-theme1-pear-100_o80{border-left-color:#d2eb2f80}.group:nth-child(odd) .group-odd\:border-l-theme1-pear-100_o8c{border-left-color:#d2eb2f8c}.group:nth-child(odd) .group-odd\:border-l-theme1-pink-100{--tw-border-opacity:1;border-left-color:rgb(255 0 0 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme1-pink-100_o26{border-left-color:#ff000026}.group:nth-child(odd) .group-odd\:border-l-theme1-pink-100_o60{border-left-color:#ff000060}.group:nth-child(odd) .group-odd\:border-l-theme1-pink-100_o80{border-left-color:#ff000080}.group:nth-child(odd) .group-odd\:border-l-theme1-pink-100_o8c{border-left-color:#ff00008c}.group:nth-child(odd) .group-odd\:border-l-theme1-police_blue-100{--tw-border-opacity:1;border-left-color:rgb(34 81 107 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme1-police_blue-100_o26{border-left-color:#22516b26}.group:nth-child(odd) .group-odd\:border-l-theme1-police_blue-100_o60{border-left-color:#22516b60}.group:nth-child(odd) .group-odd\:border-l-theme1-police_blue-100_o80{border-left-color:#22516b80}.group:nth-child(odd) .group-odd\:border-l-theme1-police_blue-100_o8c{border-left-color:#22516b8c}.group:nth-child(odd) .group-odd\:border-l-theme1-purple_pizzazz-100{--tw-border-opacity:1;border-left-color:rgb(252 57 231 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme1-purple_pizzazz-100_o26{border-left-color:#fc39e726}.group:nth-child(odd) .group-odd\:border-l-theme1-purple_pizzazz-100_o60{border-left-color:#fc39e760}.group:nth-child(odd) .group-odd\:border-l-theme1-purple_pizzazz-100_o80{border-left-color:#fc39e780}.group:nth-child(odd) .group-odd\:border-l-theme1-purple_pizzazz-100_o8c{border-left-color:#fc39e78c}.group:nth-child(odd) .group-odd\:border-l-theme1-razzmatazz-100{--tw-border-opacity:1;border-left-color:rgb(233 30 99 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme1-razzmatazz-100_o26{border-left-color:#e91e6326}.group:nth-child(odd) .group-odd\:border-l-theme1-razzmatazz-100_o60{border-left-color:#e91e6360}.group:nth-child(odd) .group-odd\:border-l-theme1-razzmatazz-100_o80{border-left-color:#e91e6380}.group:nth-child(odd) .group-odd\:border-l-theme1-razzmatazz-100_o8c{border-left-color:#e91e638c}.group:nth-child(odd) .group-odd\:border-l-theme1-redwood-100{--tw-border-opacity:1;border-left-color:rgb(163 101 75 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme1-redwood-100_o26{border-left-color:#a3654b26}.group:nth-child(odd) .group-odd\:border-l-theme1-redwood-100_o60{border-left-color:#a3654b60}.group:nth-child(odd) .group-odd\:border-l-theme1-redwood-100_o80{border-left-color:#a3654b80}.group:nth-child(odd) .group-odd\:border-l-theme1-redwood-100_o8c{border-left-color:#a3654b8c}.group:nth-child(odd) .group-odd\:border-l-theme1-russian_violet-100{--tw-border-opacity:1;border-left-color:rgb(57 24 71 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme1-russian_violet-100_o26{border-left-color:#39184726}.group:nth-child(odd) .group-odd\:border-l-theme1-russian_violet-100_o60{border-left-color:#39184760}.group:nth-child(odd) .group-odd\:border-l-theme1-russian_violet-100_o80{border-left-color:#39184780}.group:nth-child(odd) .group-odd\:border-l-theme1-russian_violet-100_o8c{border-left-color:#3918478c}.group:nth-child(odd) .group-odd\:border-l-theme1-saffron-100{--tw-border-opacity:1;border-left-color:rgb(245 188 49 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme1-saffron-100_o26{border-left-color:#f5bc3126}.group:nth-child(odd) .group-odd\:border-l-theme1-saffron-100_o60{border-left-color:#f5bc3160}.group:nth-child(odd) .group-odd\:border-l-theme1-saffron-100_o80{border-left-color:#f5bc3180}.group:nth-child(odd) .group-odd\:border-l-theme1-saffron-100_o8c{border-left-color:#f5bc318c}.group:nth-child(odd) .group-odd\:border-l-theme1-seashell-100{--tw-border-opacity:1;border-left-color:rgb(241 241 241 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme1-seashell-100_o26{border-left-color:#f1f1f126}.group:nth-child(odd) .group-odd\:border-l-theme1-seashell-100_o60{border-left-color:#f1f1f160}.group:nth-child(odd) .group-odd\:border-l-theme1-seashell-100_o80{border-left-color:#f1f1f180}.group:nth-child(odd) .group-odd\:border-l-theme1-seashell-100_o8c{border-left-color:#f1f1f18c}.group:nth-child(odd) .group-odd\:border-l-theme1-slate_gray-100{--tw-border-opacity:1;border-left-color:rgb(109 123 141 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme1-slate_gray-100_o26{border-left-color:#6d7b8d26}.group:nth-child(odd) .group-odd\:border-l-theme1-slate_gray-100_o60{border-left-color:#6d7b8d60}.group:nth-child(odd) .group-odd\:border-l-theme1-slate_gray-100_o80{border-left-color:#6d7b8d80}.group:nth-child(odd) .group-odd\:border-l-theme1-slate_gray-100_o8c{border-left-color:#6d7b8d8c}.group:nth-child(odd) .group-odd\:border-l-theme1-spanish_bistre-100{--tw-border-opacity:1;border-left-color:rgb(116 123 55 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme1-spanish_bistre-100_o26{border-left-color:#747b3726}.group:nth-child(odd) .group-odd\:border-l-theme1-spanish_bistre-100_o60{border-left-color:#747b3760}.group:nth-child(odd) .group-odd\:border-l-theme1-spanish_bistre-100_o80{border-left-color:#747b3780}.group:nth-child(odd) .group-odd\:border-l-theme1-spanish_bistre-100_o8c{border-left-color:#747b378c}.group:nth-child(odd) .group-odd\:border-l-theme1-storm_cloud-100{--tw-border-opacity:1;border-left-color:rgb(87 96 98 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme1-storm_cloud-100_o26{border-left-color:#57606226}.group:nth-child(odd) .group-odd\:border-l-theme1-storm_cloud-100_o60{border-left-color:#57606260}.group:nth-child(odd) .group-odd\:border-l-theme1-storm_cloud-100_o80{border-left-color:#57606280}.group:nth-child(odd) .group-odd\:border-l-theme1-storm_cloud-100_o8c{border-left-color:#5760628c}.group:nth-child(odd) .group-odd\:border-l-theme1-sunray-100{--tw-border-opacity:1;border-left-color:rgb(222 182 77 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme1-sunray-100_o26{border-left-color:#deb64d26}.group:nth-child(odd) .group-odd\:border-l-theme1-sunray-100_o60{border-left-color:#deb64d60}.group:nth-child(odd) .group-odd\:border-l-theme1-sunray-100_o80{border-left-color:#deb64d80}.group:nth-child(odd) .group-odd\:border-l-theme1-sunray-100_o8c{border-left-color:#deb64d8c}.group:nth-child(odd) .group-odd\:border-l-theme1-vegas_gold-100{--tw-border-opacity:1;border-left-color:rgb(205 198 89 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme1-vegas_gold-100_o26{border-left-color:#cdc65926}.group:nth-child(odd) .group-odd\:border-l-theme1-vegas_gold-100_o60{border-left-color:#cdc65960}.group:nth-child(odd) .group-odd\:border-l-theme1-vegas_gold-100_o80{border-left-color:#cdc65980}.group:nth-child(odd) .group-odd\:border-l-theme1-vegas_gold-100_o8c{border-left-color:#cdc6598c}.group:nth-child(odd) .group-odd\:border-l-theme1-vivid_violet-100{--tw-border-opacity:1;border-left-color:rgb(170 0 255 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme1-vivid_violet-100_o26{border-left-color:#aa00ff26}.group:nth-child(odd) .group-odd\:border-l-theme1-vivid_violet-100_o60{border-left-color:#aa00ff60}.group:nth-child(odd) .group-odd\:border-l-theme1-vivid_violet-100_o80{border-left-color:#aa00ff80}.group:nth-child(odd) .group-odd\:border-l-theme1-vivid_violet-100_o8c{border-left-color:#aa00ff8c}.group:nth-child(odd) .group-odd\:border-l-theme1-yellow_red-100{--tw-border-opacity:1;border-left-color:rgb(245 179 67 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme1-yellow_red-100_o26{border-left-color:#f5b34326}.group:nth-child(odd) .group-odd\:border-l-theme1-yellow_red-100_o60{border-left-color:#f5b34360}.group:nth-child(odd) .group-odd\:border-l-theme1-yellow_red-100_o80{border-left-color:#f5b34380}.group:nth-child(odd) .group-odd\:border-l-theme1-yellow_red-100_o8c{border-left-color:#f5b3438c}.group:nth-child(odd) .group-odd\:border-l-theme10-chinese_black-100{--tw-border-opacity:1;border-left-color:rgb(19 20 20 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme10-chinese_black-100_o26{border-left-color:#13141426}.group:nth-child(odd) .group-odd\:border-l-theme10-chinese_black-100_o60{border-left-color:#13141460}.group:nth-child(odd) .group-odd\:border-l-theme10-chinese_black-100_o80{border-left-color:#13141480}.group:nth-child(odd) .group-odd\:border-l-theme10-dark_cyan-100{--tw-border-opacity:1;border-left-color:rgb(0 150 136 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme10-dark_cyan-100_o26{border-left-color:#00968826}.group:nth-child(odd) .group-odd\:border-l-theme10-dark_cyan-100_o60{border-left-color:#00968860}.group:nth-child(odd) .group-odd\:border-l-theme10-dark_cyan-100_o80{border-left-color:#00968880}.group:nth-child(odd) .group-odd\:border-l-theme10-mandarin-100{--tw-border-opacity:1;border-left-color:rgb(241 125 58 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme10-mandarin-100_o26{border-left-color:#f17d3a26}.group:nth-child(odd) .group-odd\:border-l-theme10-mandarin-100_o60{border-left-color:#f17d3a60}.group:nth-child(odd) .group-odd\:border-l-theme10-mandarin-100_o80{border-left-color:#f17d3a80}.group:nth-child(odd) .group-odd\:border-l-theme10-upsdell_red-100{--tw-border-opacity:1;border-left-color:rgb(171 35 36 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme10-upsdell_red-100_o26{border-left-color:#ab232426}.group:nth-child(odd) .group-odd\:border-l-theme10-upsdell_red-100_o60{border-left-color:#ab232460}.group:nth-child(odd) .group-odd\:border-l-theme10-upsdell_red-100_o80{border-left-color:#ab232480}.group:nth-child(odd) .group-odd\:border-l-theme10-yellow_red-100{--tw-border-opacity:1;border-left-color:rgb(245 179 67 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme10-yellow_red-100_o26{border-left-color:#f5b34326}.group:nth-child(odd) .group-odd\:border-l-theme10-yellow_red-100_o60{border-left-color:#f5b34360}.group:nth-child(odd) .group-odd\:border-l-theme10-yellow_red-100_o80{border-left-color:#f5b34380}.group:nth-child(odd) .group-odd\:border-l-theme2-blue_ncs-100{--tw-border-opacity:1;border-left-color:rgb(0 133 196 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme2-blue_ncs-100_o26{border-left-color:#0085c426}.group:nth-child(odd) .group-odd\:border-l-theme2-blue_ncs-100_o60{border-left-color:#0085c460}.group:nth-child(odd) .group-odd\:border-l-theme2-blue_ncs-100_o80{border-left-color:#0085c480}.group:nth-child(odd) .group-odd\:border-l-theme3-yellow_red-100{--tw-border-opacity:1;border-left-color:rgb(245 179 67 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme3-yellow_red-100_o26{border-left-color:#f5b34326}.group:nth-child(odd) .group-odd\:border-l-theme3-yellow_red-100_o60{border-left-color:#f5b34360}.group:nth-child(odd) .group-odd\:border-l-theme3-yellow_red-100_o80{border-left-color:#f5b34380}.group:nth-child(odd) .group-odd\:border-l-theme4-deep_carmine_pink-100{--tw-border-opacity:1;border-left-color:rgb(236 56 53 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme4-deep_carmine_pink-100_2s{--tw-border-opacity:1;border-left-color:rgb(189 45 42 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme4-deep_carmine_pink-100_3s{--tw-border-opacity:1;border-left-color:rgb(165 39 37 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme4-deep_carmine_pink-100_4s{--tw-border-opacity:1;border-left-color:rgb(106 25 24 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme4-deep_carmine_pink-100_5s{--tw-border-opacity:1;border-left-color:rgb(83 20 19 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme4-deep_carmine_pink-100_o26{border-left-color:#ec383526}.group:nth-child(odd) .group-odd\:border-l-theme4-deep_carmine_pink-100_o60{border-left-color:#ec383560}.group:nth-child(odd) .group-odd\:border-l-theme4-deep_carmine_pink-100_o80{border-left-color:#ec383580}.group:nth-child(odd) .group-odd\:border-l-theme4-mandarin-100{--tw-border-opacity:1;border-left-color:rgb(241 125 58 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme4-mandarin-100_2s{--tw-border-opacity:1;border-left-color:rgb(193 100 46 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme4-mandarin-100_3s{--tw-border-opacity:1;border-left-color:rgb(169 88 41 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme4-mandarin-100_4s{--tw-border-opacity:1;border-left-color:rgb(108 56 26 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme4-mandarin-100_5s{--tw-border-opacity:1;border-left-color:rgb(84 44 20 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme4-mandarin-100_o26{border-left-color:#f17d3a26}.group:nth-child(odd) .group-odd\:border-l-theme4-mandarin-100_o60{border-left-color:#f17d3a60}.group:nth-child(odd) .group-odd\:border-l-theme4-mandarin-100_o80{border-left-color:#f17d3a80}.group:nth-child(odd) .group-odd\:border-l-theme4-yellow_red-100{--tw-border-opacity:1;border-left-color:rgb(245 179 67 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme4-yellow_red-100_2s{--tw-border-opacity:1;border-left-color:rgb(196 143 54 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme4-yellow_red-100_3s{--tw-border-opacity:1;border-left-color:rgb(172 125 47 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme4-yellow_red-100_4s{--tw-border-opacity:1;border-left-color:rgb(110 81 30 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme4-yellow_red-100_5s{--tw-border-opacity:1;border-left-color:rgb(86 63 23 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme4-yellow_red-100_o26{border-left-color:#f5b34326}.group:nth-child(odd) .group-odd\:border-l-theme4-yellow_red-100_o60{border-left-color:#f5b34360}.group:nth-child(odd) .group-odd\:border-l-theme4-yellow_red-100_o80{border-left-color:#f5b34380}.group:nth-child(odd) .group-odd\:border-l-theme5-mandarin-100{--tw-border-opacity:1;border-left-color:rgb(241 125 58 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme5-mandarin-100_o26{border-left-color:#f17d3a26}.group:nth-child(odd) .group-odd\:border-l-theme5-mandarin-100_o60{border-left-color:#f17d3a60}.group:nth-child(odd) .group-odd\:border-l-theme5-mandarin-100_o80{border-left-color:#f17d3a80}.group:nth-child(odd) .group-odd\:border-l-theme5-yellow_red-100{--tw-border-opacity:1;border-left-color:rgb(245 179 67 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme5-yellow_red-100_o26{border-left-color:#f5b34326}.group:nth-child(odd) .group-odd\:border-l-theme5-yellow_red-100_o60{border-left-color:#f5b34360}.group:nth-child(odd) .group-odd\:border-l-theme5-yellow_red-100_o80{border-left-color:#f5b34380}.group:nth-child(odd) .group-odd\:border-l-theme6-dark_cyan-100{--tw-border-opacity:1;border-left-color:rgb(0 150 136 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme6-dark_cyan-100_o26{border-left-color:#00968826}.group:nth-child(odd) .group-odd\:border-l-theme6-dark_cyan-100_o60{border-left-color:#00968860}.group:nth-child(odd) .group-odd\:border-l-theme6-dark_cyan-100_o80{border-left-color:#00968880}.group:nth-child(odd) .group-odd\:border-l-theme6-mandarin-100{--tw-border-opacity:1;border-left-color:rgb(241 125 58 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme6-mandarin-100_o26{border-left-color:#f17d3a26}.group:nth-child(odd) .group-odd\:border-l-theme6-mandarin-100_o60{border-left-color:#f17d3a60}.group:nth-child(odd) .group-odd\:border-l-theme6-mandarin-100_o80{border-left-color:#f17d3a80}.group:nth-child(odd) .group-odd\:border-l-theme6-yellow_red-100{--tw-border-opacity:1;border-left-color:rgb(245 179 67 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme6-yellow_red-100_o26{border-left-color:#f5b34326}.group:nth-child(odd) .group-odd\:border-l-theme6-yellow_red-100_o60{border-left-color:#f5b34360}.group:nth-child(odd) .group-odd\:border-l-theme6-yellow_red-100_o80{border-left-color:#f5b34380}.group:nth-child(odd) .group-odd\:border-l-theme7-chinese_black-100{--tw-border-opacity:1;border-left-color:rgb(19 20 20 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme7-chinese_black-100_o26{border-left-color:#13141426}.group:nth-child(odd) .group-odd\:border-l-theme7-chinese_black-100_o60{border-left-color:#13141460}.group:nth-child(odd) .group-odd\:border-l-theme7-chinese_black-100_o80{border-left-color:#13141480}.group:nth-child(odd) .group-odd\:border-l-theme7-dark_cyan-100{--tw-border-opacity:1;border-left-color:rgb(0 150 136 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme7-dark_cyan-100_o26{border-left-color:#00968826}.group:nth-child(odd) .group-odd\:border-l-theme7-dark_cyan-100_o60{border-left-color:#00968860}.group:nth-child(odd) .group-odd\:border-l-theme7-dark_cyan-100_o80{border-left-color:#00968880}.group:nth-child(odd) .group-odd\:border-l-theme7-mandarin-100{--tw-border-opacity:1;border-left-color:rgb(241 125 58 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme7-mandarin-100_o26{border-left-color:#f17d3a26}.group:nth-child(odd) .group-odd\:border-l-theme7-mandarin-100_o60{border-left-color:#f17d3a60}.group:nth-child(odd) .group-odd\:border-l-theme7-mandarin-100_o80{border-left-color:#f17d3a80}.group:nth-child(odd) .group-odd\:border-l-theme7-yellow_red-100{--tw-border-opacity:1;border-left-color:rgb(245 179 67 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme7-yellow_red-100_o26{border-left-color:#f5b34326}.group:nth-child(odd) .group-odd\:border-l-theme7-yellow_red-100_o60{border-left-color:#f5b34360}.group:nth-child(odd) .group-odd\:border-l-theme7-yellow_red-100_o80{border-left-color:#f5b34380}.group:nth-child(odd) .group-odd\:border-l-theme8-chinese_black-100{--tw-border-opacity:1;border-left-color:rgb(19 20 20 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme8-chinese_black-100_o10{border-left-color:#13141410}.group:nth-child(odd) .group-odd\:border-l-theme8-chinese_black-100_o26{border-left-color:#13141426}.group:nth-child(odd) .group-odd\:border-l-theme8-chinese_black-100_o60{border-left-color:#13141460}.group:nth-child(odd) .group-odd\:border-l-theme8-chinese_black-100_o80{border-left-color:#13141480}.group:nth-child(odd) .group-odd\:border-l-theme8-dark_cyan-100{--tw-border-opacity:1;border-left-color:rgb(0 150 136 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme8-dark_cyan-100_o10{border-left-color:#00968810}.group:nth-child(odd) .group-odd\:border-l-theme8-dark_cyan-100_o26{border-left-color:#00968826}.group:nth-child(odd) .group-odd\:border-l-theme8-dark_cyan-100_o60{border-left-color:#00968860}.group:nth-child(odd) .group-odd\:border-l-theme8-dark_cyan-100_o80{border-left-color:#00968880}.group:nth-child(odd) .group-odd\:border-l-theme8-mandarin-100{--tw-border-opacity:1;border-left-color:rgb(241 125 58 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme8-mandarin-100_o10{border-left-color:#f17d3a10}.group:nth-child(odd) .group-odd\:border-l-theme8-mandarin-100_o26{border-left-color:#f17d3a26}.group:nth-child(odd) .group-odd\:border-l-theme8-mandarin-100_o60{border-left-color:#f17d3a60}.group:nth-child(odd) .group-odd\:border-l-theme8-mandarin-100_o80{border-left-color:#f17d3a80}.group:nth-child(odd) .group-odd\:border-l-theme8-upsdell_red-100{--tw-border-opacity:1;border-left-color:rgb(171 35 36 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme8-upsdell_red-100_o10{border-left-color:#ab232410}.group:nth-child(odd) .group-odd\:border-l-theme8-upsdell_red-100_o26{border-left-color:#ab232426}.group:nth-child(odd) .group-odd\:border-l-theme8-upsdell_red-100_o60{border-left-color:#ab232460}.group:nth-child(odd) .group-odd\:border-l-theme8-upsdell_red-100_o80{border-left-color:#ab232480}.group:nth-child(odd) .group-odd\:border-l-theme8-yellow_red-100{--tw-border-opacity:1;border-left-color:rgb(245 179 67 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme8-yellow_red-100_o10{border-left-color:#f5b34310}.group:nth-child(odd) .group-odd\:border-l-theme8-yellow_red-100_o26{border-left-color:#f5b34326}.group:nth-child(odd) .group-odd\:border-l-theme8-yellow_red-100_o60{border-left-color:#f5b34360}.group:nth-child(odd) .group-odd\:border-l-theme8-yellow_red-100_o80{border-left-color:#f5b34380}.group:nth-child(odd) .group-odd\:border-l-theme9-chinese_black-100{--tw-border-opacity:1;border-left-color:rgb(19 20 20 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme9-chinese_black-100_o26{border-left-color:#13141426}.group:nth-child(odd) .group-odd\:border-l-theme9-chinese_black-100_o60{border-left-color:#13141460}.group:nth-child(odd) .group-odd\:border-l-theme9-chinese_black-100_o80{border-left-color:#13141480}.group:nth-child(odd) .group-odd\:border-l-theme9-dark_cyan-100{--tw-border-opacity:1;border-left-color:rgb(0 150 136 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme9-dark_cyan-100_o26{border-left-color:#00968826}.group:nth-child(odd) .group-odd\:border-l-theme9-dark_cyan-100_o60{border-left-color:#00968860}.group:nth-child(odd) .group-odd\:border-l-theme9-dark_cyan-100_o80{border-left-color:#00968880}.group:nth-child(odd) .group-odd\:border-l-theme9-mandarin-100{--tw-border-opacity:1;border-left-color:rgb(241 125 58 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme9-mandarin-100_o26{border-left-color:#f17d3a26}.group:nth-child(odd) .group-odd\:border-l-theme9-mandarin-100_o60{border-left-color:#f17d3a60}.group:nth-child(odd) .group-odd\:border-l-theme9-mandarin-100_o80{border-left-color:#f17d3a80}.group:nth-child(odd) .group-odd\:border-l-theme9-upsdell_red-100{--tw-border-opacity:1;border-left-color:rgb(171 35 36 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme9-upsdell_red-100_o26{border-left-color:#ab232426}.group:nth-child(odd) .group-odd\:border-l-theme9-upsdell_red-100_o60{border-left-color:#ab232460}.group:nth-child(odd) .group-odd\:border-l-theme9-upsdell_red-100_o80{border-left-color:#ab232480}.group:nth-child(odd) .group-odd\:border-l-theme9-yellow_red-100{--tw-border-opacity:1;border-left-color:rgb(245 179 67 / var(--tw-border-opacity))}.group:nth-child(odd) .group-odd\:border-l-theme9-yellow_red-100_o26{border-left-color:#f5b34326}.group:nth-child(odd) .group-odd\:border-l-theme9-yellow_red-100_o60{border-left-color:#f5b34360}.group:nth-child(odd) .group-odd\:border-l-theme9-yellow_red-100_o80{border-left-color:#f5b34380}.group:nth-child(odd) .group-odd\:bg-qr-american_green-100{--tw-bg-opacity:1;background-color:rgb(35 179 58 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-qr-byzantine-100{--tw-bg-opacity:1;background-color:rgb(200 55 171 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-qr-cyan_process-100{--tw-bg-opacity:1;background-color:rgb(0 183 240 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-qr-deep_saffron-100{--tw-bg-opacity:1;background-color:rgb(255 147 39 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-qr-dirt-100{--tw-bg-opacity:1;background-color:rgb(160 111 75 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-qr-eerie_black-100{--tw-bg-opacity:1;background-color:rgb(30 30 30 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-qr-grape-100{--tw-bg-opacity:1;background-color:rgb(91 33 182 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-qr-keppel-100{--tw-bg-opacity:1;background-color:rgb(66 170 164 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-qr-mustard-100{--tw-bg-opacity:1;background-color:rgb(255 221 85 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-qr-rosso_corsa-100{--tw-bg-opacity:1;background-color:rgb(210 0 0 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme1-antique_bronze-100{--tw-bg-opacity:1;background-color:rgb(112 96 32 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme1-antique_bronze-100_o26{background-color:#70602026}.group:nth-child(odd) .group-odd\:bg-theme1-antique_bronze-100_o60{background-color:#70602060}.group:nth-child(odd) .group-odd\:bg-theme1-antique_bronze-100_o80{background-color:#70602080}.group:nth-child(odd) .group-odd\:bg-theme1-antique_bronze-100_o8c{background-color:#7060208c}.group:nth-child(odd) .group-odd\:bg-theme1-black_cow-100{--tw-bg-opacity:1;background-color:rgb(72 72 72 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme1-black_cow-100_o26{background-color:#48484826}.group:nth-child(odd) .group-odd\:bg-theme1-black_cow-100_o60{background-color:#48484860}.group:nth-child(odd) .group-odd\:bg-theme1-black_cow-100_o80{background-color:#48484880}.group:nth-child(odd) .group-odd\:bg-theme1-black_cow-100_o8c{background-color:#4848488c}.group:nth-child(odd) .group-odd\:bg-theme1-black_olive-100{--tw-bg-opacity:1;background-color:rgb(60 61 65 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme1-black_olive-100_o26{background-color:#3c3d4126}.group:nth-child(odd) .group-odd\:bg-theme1-black_olive-100_o60{background-color:#3c3d4160}.group:nth-child(odd) .group-odd\:bg-theme1-black_olive-100_o80{background-color:#3c3d4180}.group:nth-child(odd) .group-odd\:bg-theme1-black_olive-100_o8c{background-color:#3c3d418c}.group:nth-child(odd) .group-odd\:bg-theme1-blue_france-100{--tw-bg-opacity:1;background-color:rgb(45 155 234 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme1-blue_france-100_o26{background-color:#2d9bea26}.group:nth-child(odd) .group-odd\:bg-theme1-blue_france-100_o60{background-color:#2d9bea60}.group:nth-child(odd) .group-odd\:bg-theme1-blue_france-100_o80{background-color:#2d9bea80}.group:nth-child(odd) .group-odd\:bg-theme1-blue_france-100_o8c{background-color:#2d9bea8c}.group:nth-child(odd) .group-odd\:bg-theme1-blue_green-100{--tw-bg-opacity:1;background-color:rgb(44 177 189 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme1-blue_green-100_o26{background-color:#2cb1bd26}.group:nth-child(odd) .group-odd\:bg-theme1-blue_green-100_o60{background-color:#2cb1bd60}.group:nth-child(odd) .group-odd\:bg-theme1-blue_green-100_o80{background-color:#2cb1bd80}.group:nth-child(odd) .group-odd\:bg-theme1-blue_green-100_o8c{background-color:#2cb1bd8c}.group:nth-child(odd) .group-odd\:bg-theme1-bole-100{--tw-bg-opacity:1;background-color:rgb(124 78 62 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme1-bole-100_o26{background-color:#7c4e3e26}.group:nth-child(odd) .group-odd\:bg-theme1-bole-100_o60{background-color:#7c4e3e60}.group:nth-child(odd) .group-odd\:bg-theme1-bole-100_o80{background-color:#7c4e3e80}.group:nth-child(odd) .group-odd\:bg-theme1-bole-100_o8c{background-color:#7c4e3e8c}.group:nth-child(odd) .group-odd\:bg-theme1-brick_red-100{--tw-bg-opacity:1;background-color:rgb(205 66 89 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme1-brick_red-100_o26{background-color:#cd425926}.group:nth-child(odd) .group-odd\:bg-theme1-brick_red-100_o60{background-color:#cd425960}.group:nth-child(odd) .group-odd\:bg-theme1-brick_red-100_o80{background-color:#cd425980}.group:nth-child(odd) .group-odd\:bg-theme1-brick_red-100_o8c{background-color:#cd42598c}.group:nth-child(odd) .group-odd\:bg-theme1-button_blue-100{--tw-bg-opacity:1;background-color:rgb(33 150 243 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme1-button_blue-100_o26{background-color:#2196f326}.group:nth-child(odd) .group-odd\:bg-theme1-button_blue-100_o60{background-color:#2196f360}.group:nth-child(odd) .group-odd\:bg-theme1-button_blue-100_o80{background-color:#2196f380}.group:nth-child(odd) .group-odd\:bg-theme1-button_blue-100_o8c{background-color:#2196f38c}.group:nth-child(odd) .group-odd\:bg-theme1-charcoal-100{--tw-bg-opacity:1;background-color:rgb(47 67 92 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme1-charcoal-100_o26{background-color:#2f435c26}.group:nth-child(odd) .group-odd\:bg-theme1-charcoal-100_o60{background-color:#2f435c60}.group:nth-child(odd) .group-odd\:bg-theme1-charcoal-100_o80{background-color:#2f435c80}.group:nth-child(odd) .group-odd\:bg-theme1-charcoal-100_o8c{background-color:#2f435c8c}.group:nth-child(odd) .group-odd\:bg-theme1-charcoal_grey-100{--tw-bg-opacity:1;background-color:rgb(60 65 65 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme1-charcoal_grey-100_o26{background-color:#3c414126}.group:nth-child(odd) .group-odd\:bg-theme1-charcoal_grey-100_o60{background-color:#3c414160}.group:nth-child(odd) .group-odd\:bg-theme1-charcoal_grey-100_o80{background-color:#3c414180}.group:nth-child(odd) .group-odd\:bg-theme1-charcoal_grey-100_o8c{background-color:#3c41418c}.group:nth-child(odd) .group-odd\:bg-theme1-dark_cerulean-100{--tw-bg-opacity:1;background-color:rgb(21 62 117 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme1-dark_cerulean-100_o26{background-color:#153e7526}.group:nth-child(odd) .group-odd\:bg-theme1-dark_cerulean-100_o60{background-color:#153e7560}.group:nth-child(odd) .group-odd\:bg-theme1-dark_cerulean-100_o80{background-color:#153e7580}.group:nth-child(odd) .group-odd\:bg-theme1-dark_cerulean-100_o8c{background-color:#153e758c}.group:nth-child(odd) .group-odd\:bg-theme1-dark_cyan-100{--tw-bg-opacity:1;background-color:rgb(0 150 136 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme1-dark_cyan-100_o26{background-color:#00968826}.group:nth-child(odd) .group-odd\:bg-theme1-dark_cyan-100_o60{background-color:#00968860}.group:nth-child(odd) .group-odd\:bg-theme1-dark_cyan-100_o80{background-color:#00968880}.group:nth-child(odd) .group-odd\:bg-theme1-dark_cyan-100_o8c{background-color:#0096888c}.group:nth-child(odd) .group-odd\:bg-theme1-dark_grey-100{--tw-bg-opacity:1;background-color:rgb(55 57 58 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme1-dark_grey-100_o26{background-color:#37393a26}.group:nth-child(odd) .group-odd\:bg-theme1-dark_grey-100_o60{background-color:#37393a60}.group:nth-child(odd) .group-odd\:bg-theme1-dark_grey-100_o80{background-color:#37393a80}.group:nth-child(odd) .group-odd\:bg-theme1-dark_grey-100_o8c{background-color:#37393a8c}.group:nth-child(odd) .group-odd\:bg-theme1-dark_spring_green-100{--tw-bg-opacity:1;background-color:rgb(23 92 85 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme1-dark_spring_green-100_o26{background-color:#175c5526}.group:nth-child(odd) .group-odd\:bg-theme1-dark_spring_green-100_o60{background-color:#175c5560}.group:nth-child(odd) .group-odd\:bg-theme1-dark_spring_green-100_o80{background-color:#175c5580}.group:nth-child(odd) .group-odd\:bg-theme1-dark_spring_green-100_o8c{background-color:#175c558c}.group:nth-child(odd) .group-odd\:bg-theme1-davy_grey-100{--tw-bg-opacity:1;background-color:rgb(85 85 85 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme1-davy_grey-100_o26{background-color:#55555526}.group:nth-child(odd) .group-odd\:bg-theme1-davy_grey-100_o60{background-color:#55555560}.group:nth-child(odd) .group-odd\:bg-theme1-davy_grey-100_o80{background-color:#55555580}.group:nth-child(odd) .group-odd\:bg-theme1-davy_grey-100_o8c{background-color:#5555558c}.group:nth-child(odd) .group-odd\:bg-theme1-deep_carmine_pink-100{--tw-bg-opacity:1;background-color:rgb(236 56 53 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme1-deep_carmine_pink-100_o26{background-color:#ec383526}.group:nth-child(odd) .group-odd\:bg-theme1-deep_carmine_pink-100_o60{background-color:#ec383560}.group:nth-child(odd) .group-odd\:bg-theme1-deep_carmine_pink-100_o80{background-color:#ec383580}.group:nth-child(odd) .group-odd\:bg-theme1-deep_carmine_pink-100_o8c{background-color:#ec38358c}.group:nth-child(odd) .group-odd\:bg-theme1-gold_crayola-100{--tw-bg-opacity:1;background-color:rgb(224 198 126 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme1-gold_crayola-100_o26{background-color:#e0c67e26}.group:nth-child(odd) .group-odd\:bg-theme1-gold_crayola-100_o60{background-color:#e0c67e60}.group:nth-child(odd) .group-odd\:bg-theme1-gold_crayola-100_o80{background-color:#e0c67e80}.group:nth-child(odd) .group-odd\:bg-theme1-gold_crayola-100_o8c{background-color:#e0c67e8c}.group:nth-child(odd) .group-odd\:bg-theme1-inter_dimensional_blue-100{--tw-bg-opacity:1;background-color:rgb(59 25 205 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme1-inter_dimensional_blue-100_o26{background-color:#3b19cd26}.group:nth-child(odd) .group-odd\:bg-theme1-inter_dimensional_blue-100_o60{background-color:#3b19cd60}.group:nth-child(odd) .group-odd\:bg-theme1-inter_dimensional_blue-100_o80{background-color:#3b19cd80}.group:nth-child(odd) .group-odd\:bg-theme1-inter_dimensional_blue-100_o8c{background-color:#3b19cd8c}.group:nth-child(odd) .group-odd\:bg-theme1-ironside_grey-100{--tw-bg-opacity:1;background-color:rgb(102 102 102 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme1-ironside_grey-100_o26{background-color:#66666626}.group:nth-child(odd) .group-odd\:bg-theme1-ironside_grey-100_o60{background-color:#66666660}.group:nth-child(odd) .group-odd\:bg-theme1-ironside_grey-100_o80{background-color:#66666680}.group:nth-child(odd) .group-odd\:bg-theme1-ironside_grey-100_o8c{background-color:#6666668c}.group:nth-child(odd) .group-odd\:bg-theme1-jet-100{--tw-bg-opacity:1;background-color:rgb(55 52 48 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme1-jet-100_o26{background-color:#37343026}.group:nth-child(odd) .group-odd\:bg-theme1-jet-100_o60{background-color:#37343060}.group:nth-child(odd) .group-odd\:bg-theme1-jet-100_o80{background-color:#37343080}.group:nth-child(odd) .group-odd\:bg-theme1-jet-100_o8c{background-color:#3734308c}.group:nth-child(odd) .group-odd\:bg-theme1-light_coral-100{--tw-bg-opacity:1;background-color:rgb(242 121 128 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme1-light_coral-100_o26{background-color:#f2798026}.group:nth-child(odd) .group-odd\:bg-theme1-light_coral-100_o60{background-color:#f2798060}.group:nth-child(odd) .group-odd\:bg-theme1-light_coral-100_o80{background-color:#f2798080}.group:nth-child(odd) .group-odd\:bg-theme1-light_coral-100_o8c{background-color:#f279808c}.group:nth-child(odd) .group-odd\:bg-theme1-mandarin-100{--tw-bg-opacity:1;background-color:rgb(241 125 58 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme1-mandarin-100_o26{background-color:#f17d3a26}.group:nth-child(odd) .group-odd\:bg-theme1-mandarin-100_o60{background-color:#f17d3a60}.group:nth-child(odd) .group-odd\:bg-theme1-mandarin-100_o80{background-color:#f17d3a80}.group:nth-child(odd) .group-odd\:bg-theme1-mandarin-100_o8c{background-color:#f17d3a8c}.group:nth-child(odd) .group-odd\:bg-theme1-medium_purple-100{--tw-bg-opacity:1;background-color:rgb(144 128 232 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme1-medium_purple-100_o26{background-color:#9080e826}.group:nth-child(odd) .group-odd\:bg-theme1-medium_purple-100_o60{background-color:#9080e860}.group:nth-child(odd) .group-odd\:bg-theme1-medium_purple-100_o80{background-color:#9080e880}.group:nth-child(odd) .group-odd\:bg-theme1-medium_purple-100_o8c{background-color:#9080e88c}.group:nth-child(odd) .group-odd\:bg-theme1-mystic-100{--tw-bg-opacity:1;background-color:rgb(207 85 121 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme1-mystic-100_o26{background-color:#cf557926}.group:nth-child(odd) .group-odd\:bg-theme1-mystic-100_o60{background-color:#cf557960}.group:nth-child(odd) .group-odd\:bg-theme1-mystic-100_o80{background-color:#cf557980}.group:nth-child(odd) .group-odd\:bg-theme1-mystic-100_o8c{background-color:#cf55798c}.group:nth-child(odd) .group-odd\:bg-theme1-northern_blue-100{--tw-bg-opacity:1;background-color:rgb(120 201 209 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme1-northern_blue-100_o26{background-color:#78c9d126}.group:nth-child(odd) .group-odd\:bg-theme1-northern_blue-100_o60{background-color:#78c9d160}.group:nth-child(odd) .group-odd\:bg-theme1-northern_blue-100_o80{background-color:#78c9d180}.group:nth-child(odd) .group-odd\:bg-theme1-northern_blue-100_o8c{background-color:#78c9d18c}.group:nth-child(odd) .group-odd\:bg-theme1-pear-100{--tw-bg-opacity:1;background-color:rgb(210 235 47 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme1-pear-100_o26{background-color:#d2eb2f26}.group:nth-child(odd) .group-odd\:bg-theme1-pear-100_o60{background-color:#d2eb2f60}.group:nth-child(odd) .group-odd\:bg-theme1-pear-100_o80{background-color:#d2eb2f80}.group:nth-child(odd) .group-odd\:bg-theme1-pear-100_o8c{background-color:#d2eb2f8c}.group:nth-child(odd) .group-odd\:bg-theme1-pink-100{--tw-bg-opacity:1;background-color:rgb(255 0 0 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme1-pink-100_o26{background-color:#ff000026}.group:nth-child(odd) .group-odd\:bg-theme1-pink-100_o60{background-color:#ff000060}.group:nth-child(odd) .group-odd\:bg-theme1-pink-100_o80{background-color:#ff000080}.group:nth-child(odd) .group-odd\:bg-theme1-pink-100_o8c{background-color:#ff00008c}.group:nth-child(odd) .group-odd\:bg-theme1-police_blue-100{--tw-bg-opacity:1;background-color:rgb(34 81 107 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme1-police_blue-100_o26{background-color:#22516b26}.group:nth-child(odd) .group-odd\:bg-theme1-police_blue-100_o60{background-color:#22516b60}.group:nth-child(odd) .group-odd\:bg-theme1-police_blue-100_o80{background-color:#22516b80}.group:nth-child(odd) .group-odd\:bg-theme1-police_blue-100_o8c{background-color:#22516b8c}.group:nth-child(odd) .group-odd\:bg-theme1-purple_pizzazz-100{--tw-bg-opacity:1;background-color:rgb(252 57 231 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme1-purple_pizzazz-100_o26{background-color:#fc39e726}.group:nth-child(odd) .group-odd\:bg-theme1-purple_pizzazz-100_o60{background-color:#fc39e760}.group:nth-child(odd) .group-odd\:bg-theme1-purple_pizzazz-100_o80{background-color:#fc39e780}.group:nth-child(odd) .group-odd\:bg-theme1-purple_pizzazz-100_o8c{background-color:#fc39e78c}.group:nth-child(odd) .group-odd\:bg-theme1-razzmatazz-100{--tw-bg-opacity:1;background-color:rgb(233 30 99 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme1-razzmatazz-100_o26{background-color:#e91e6326}.group:nth-child(odd) .group-odd\:bg-theme1-razzmatazz-100_o60{background-color:#e91e6360}.group:nth-child(odd) .group-odd\:bg-theme1-razzmatazz-100_o80{background-color:#e91e6380}.group:nth-child(odd) .group-odd\:bg-theme1-razzmatazz-100_o8c{background-color:#e91e638c}.group:nth-child(odd) .group-odd\:bg-theme1-redwood-100{--tw-bg-opacity:1;background-color:rgb(163 101 75 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme1-redwood-100_o26{background-color:#a3654b26}.group:nth-child(odd) .group-odd\:bg-theme1-redwood-100_o60{background-color:#a3654b60}.group:nth-child(odd) .group-odd\:bg-theme1-redwood-100_o80{background-color:#a3654b80}.group:nth-child(odd) .group-odd\:bg-theme1-redwood-100_o8c{background-color:#a3654b8c}.group:nth-child(odd) .group-odd\:bg-theme1-russian_violet-100{--tw-bg-opacity:1;background-color:rgb(57 24 71 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme1-russian_violet-100_o26{background-color:#39184726}.group:nth-child(odd) .group-odd\:bg-theme1-russian_violet-100_o60{background-color:#39184760}.group:nth-child(odd) .group-odd\:bg-theme1-russian_violet-100_o80{background-color:#39184780}.group:nth-child(odd) .group-odd\:bg-theme1-russian_violet-100_o8c{background-color:#3918478c}.group:nth-child(odd) .group-odd\:bg-theme1-saffron-100{--tw-bg-opacity:1;background-color:rgb(245 188 49 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme1-saffron-100_o26{background-color:#f5bc3126}.group:nth-child(odd) .group-odd\:bg-theme1-saffron-100_o60{background-color:#f5bc3160}.group:nth-child(odd) .group-odd\:bg-theme1-saffron-100_o80{background-color:#f5bc3180}.group:nth-child(odd) .group-odd\:bg-theme1-saffron-100_o8c{background-color:#f5bc318c}.group:nth-child(odd) .group-odd\:bg-theme1-seashell-100{--tw-bg-opacity:1;background-color:rgb(241 241 241 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme1-seashell-100_o26{background-color:#f1f1f126}.group:nth-child(odd) .group-odd\:bg-theme1-seashell-100_o60{background-color:#f1f1f160}.group:nth-child(odd) .group-odd\:bg-theme1-seashell-100_o80{background-color:#f1f1f180}.group:nth-child(odd) .group-odd\:bg-theme1-seashell-100_o8c{background-color:#f1f1f18c}.group:nth-child(odd) .group-odd\:bg-theme1-slate_gray-100{--tw-bg-opacity:1;background-color:rgb(109 123 141 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme1-slate_gray-100_o26{background-color:#6d7b8d26}.group:nth-child(odd) .group-odd\:bg-theme1-slate_gray-100_o60{background-color:#6d7b8d60}.group:nth-child(odd) .group-odd\:bg-theme1-slate_gray-100_o80{background-color:#6d7b8d80}.group:nth-child(odd) .group-odd\:bg-theme1-slate_gray-100_o8c{background-color:#6d7b8d8c}.group:nth-child(odd) .group-odd\:bg-theme1-spanish_bistre-100{--tw-bg-opacity:1;background-color:rgb(116 123 55 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme1-spanish_bistre-100_o26{background-color:#747b3726}.group:nth-child(odd) .group-odd\:bg-theme1-spanish_bistre-100_o60{background-color:#747b3760}.group:nth-child(odd) .group-odd\:bg-theme1-spanish_bistre-100_o80{background-color:#747b3780}.group:nth-child(odd) .group-odd\:bg-theme1-spanish_bistre-100_o8c{background-color:#747b378c}.group:nth-child(odd) .group-odd\:bg-theme1-storm_cloud-100{--tw-bg-opacity:1;background-color:rgb(87 96 98 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme1-storm_cloud-100_o26{background-color:#57606226}.group:nth-child(odd) .group-odd\:bg-theme1-storm_cloud-100_o60{background-color:#57606260}.group:nth-child(odd) .group-odd\:bg-theme1-storm_cloud-100_o80{background-color:#57606280}.group:nth-child(odd) .group-odd\:bg-theme1-storm_cloud-100_o8c{background-color:#5760628c}.group:nth-child(odd) .group-odd\:bg-theme1-sunray-100{--tw-bg-opacity:1;background-color:rgb(222 182 77 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme1-sunray-100_o26{background-color:#deb64d26}.group:nth-child(odd) .group-odd\:bg-theme1-sunray-100_o60{background-color:#deb64d60}.group:nth-child(odd) .group-odd\:bg-theme1-sunray-100_o80{background-color:#deb64d80}.group:nth-child(odd) .group-odd\:bg-theme1-sunray-100_o8c{background-color:#deb64d8c}.group:nth-child(odd) .group-odd\:bg-theme1-vegas_gold-100{--tw-bg-opacity:1;background-color:rgb(205 198 89 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme1-vegas_gold-100_o26{background-color:#cdc65926}.group:nth-child(odd) .group-odd\:bg-theme1-vegas_gold-100_o60{background-color:#cdc65960}.group:nth-child(odd) .group-odd\:bg-theme1-vegas_gold-100_o80{background-color:#cdc65980}.group:nth-child(odd) .group-odd\:bg-theme1-vegas_gold-100_o8c{background-color:#cdc6598c}.group:nth-child(odd) .group-odd\:bg-theme1-vivid_violet-100{--tw-bg-opacity:1;background-color:rgb(170 0 255 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme1-vivid_violet-100_o26{background-color:#aa00ff26}.group:nth-child(odd) .group-odd\:bg-theme1-vivid_violet-100_o60{background-color:#aa00ff60}.group:nth-child(odd) .group-odd\:bg-theme1-vivid_violet-100_o80{background-color:#aa00ff80}.group:nth-child(odd) .group-odd\:bg-theme1-vivid_violet-100_o8c{background-color:#aa00ff8c}.group:nth-child(odd) .group-odd\:bg-theme1-yellow_red-100{--tw-bg-opacity:1;background-color:rgb(245 179 67 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme1-yellow_red-100_o26{background-color:#f5b34326}.group:nth-child(odd) .group-odd\:bg-theme1-yellow_red-100_o60{background-color:#f5b34360}.group:nth-child(odd) .group-odd\:bg-theme1-yellow_red-100_o80{background-color:#f5b34380}.group:nth-child(odd) .group-odd\:bg-theme1-yellow_red-100_o8c{background-color:#f5b3438c}.group:nth-child(odd) .group-odd\:bg-theme10-chinese_black-100{--tw-bg-opacity:1;background-color:rgb(19 20 20 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme10-chinese_black-100_o26{background-color:#13141426}.group:nth-child(odd) .group-odd\:bg-theme10-chinese_black-100_o60{background-color:#13141460}.group:nth-child(odd) .group-odd\:bg-theme10-chinese_black-100_o80{background-color:#13141480}.group:nth-child(odd) .group-odd\:bg-theme10-dark_cyan-100{--tw-bg-opacity:1;background-color:rgb(0 150 136 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme10-dark_cyan-100_o26{background-color:#00968826}.group:nth-child(odd) .group-odd\:bg-theme10-dark_cyan-100_o60{background-color:#00968860}.group:nth-child(odd) .group-odd\:bg-theme10-dark_cyan-100_o80{background-color:#00968880}.group:nth-child(odd) .group-odd\:bg-theme10-mandarin-100{--tw-bg-opacity:1;background-color:rgb(241 125 58 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme10-mandarin-100_o26{background-color:#f17d3a26}.group:nth-child(odd) .group-odd\:bg-theme10-mandarin-100_o60{background-color:#f17d3a60}.group:nth-child(odd) .group-odd\:bg-theme10-mandarin-100_o80{background-color:#f17d3a80}.group:nth-child(odd) .group-odd\:bg-theme10-upsdell_red-100{--tw-bg-opacity:1;background-color:rgb(171 35 36 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme10-upsdell_red-100_o26{background-color:#ab232426}.group:nth-child(odd) .group-odd\:bg-theme10-upsdell_red-100_o60{background-color:#ab232460}.group:nth-child(odd) .group-odd\:bg-theme10-upsdell_red-100_o80{background-color:#ab232480}.group:nth-child(odd) .group-odd\:bg-theme10-yellow_red-100{--tw-bg-opacity:1;background-color:rgb(245 179 67 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme10-yellow_red-100_o26{background-color:#f5b34326}.group:nth-child(odd) .group-odd\:bg-theme10-yellow_red-100_o60{background-color:#f5b34360}.group:nth-child(odd) .group-odd\:bg-theme10-yellow_red-100_o80{background-color:#f5b34380}.group:nth-child(odd) .group-odd\:bg-theme2-blue_ncs-100{--tw-bg-opacity:1;background-color:rgb(0 133 196 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme2-blue_ncs-100_o26{background-color:#0085c426}.group:nth-child(odd) .group-odd\:bg-theme2-blue_ncs-100_o60{background-color:#0085c460}.group:nth-child(odd) .group-odd\:bg-theme2-blue_ncs-100_o80{background-color:#0085c480}.group:nth-child(odd) .group-odd\:bg-theme3-yellow_red-100{--tw-bg-opacity:1;background-color:rgb(245 179 67 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme3-yellow_red-100_o26{background-color:#f5b34326}.group:nth-child(odd) .group-odd\:bg-theme3-yellow_red-100_o60{background-color:#f5b34360}.group:nth-child(odd) .group-odd\:bg-theme3-yellow_red-100_o80{background-color:#f5b34380}.group:nth-child(odd) .group-odd\:bg-theme4-deep_carmine_pink-100{--tw-bg-opacity:1;background-color:rgb(236 56 53 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme4-deep_carmine_pink-100_2s{--tw-bg-opacity:1;background-color:rgb(189 45 42 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme4-deep_carmine_pink-100_3s{--tw-bg-opacity:1;background-color:rgb(165 39 37 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme4-deep_carmine_pink-100_4s{--tw-bg-opacity:1;background-color:rgb(106 25 24 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme4-deep_carmine_pink-100_5s{--tw-bg-opacity:1;background-color:rgb(83 20 19 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme4-deep_carmine_pink-100_o26{background-color:#ec383526}.group:nth-child(odd) .group-odd\:bg-theme4-deep_carmine_pink-100_o60{background-color:#ec383560}.group:nth-child(odd) .group-odd\:bg-theme4-deep_carmine_pink-100_o80{background-color:#ec383580}.group:nth-child(odd) .group-odd\:bg-theme4-mandarin-100{--tw-bg-opacity:1;background-color:rgb(241 125 58 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme4-mandarin-100_2s{--tw-bg-opacity:1;background-color:rgb(193 100 46 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme4-mandarin-100_3s{--tw-bg-opacity:1;background-color:rgb(169 88 41 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme4-mandarin-100_4s{--tw-bg-opacity:1;background-color:rgb(108 56 26 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme4-mandarin-100_5s{--tw-bg-opacity:1;background-color:rgb(84 44 20 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme4-mandarin-100_o26{background-color:#f17d3a26}.group:nth-child(odd) .group-odd\:bg-theme4-mandarin-100_o60{background-color:#f17d3a60}.group:nth-child(odd) .group-odd\:bg-theme4-mandarin-100_o80{background-color:#f17d3a80}.group:nth-child(odd) .group-odd\:bg-theme4-yellow_red-100{--tw-bg-opacity:1;background-color:rgb(245 179 67 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme4-yellow_red-100_2s{--tw-bg-opacity:1;background-color:rgb(196 143 54 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme4-yellow_red-100_3s{--tw-bg-opacity:1;background-color:rgb(172 125 47 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme4-yellow_red-100_4s{--tw-bg-opacity:1;background-color:rgb(110 81 30 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme4-yellow_red-100_5s{--tw-bg-opacity:1;background-color:rgb(86 63 23 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme4-yellow_red-100_o26{background-color:#f5b34326}.group:nth-child(odd) .group-odd\:bg-theme4-yellow_red-100_o60{background-color:#f5b34360}.group:nth-child(odd) .group-odd\:bg-theme4-yellow_red-100_o80{background-color:#f5b34380}.group:nth-child(odd) .group-odd\:bg-theme5-mandarin-100{--tw-bg-opacity:1;background-color:rgb(241 125 58 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme5-mandarin-100_o26{background-color:#f17d3a26}.group:nth-child(odd) .group-odd\:bg-theme5-mandarin-100_o60{background-color:#f17d3a60}.group:nth-child(odd) .group-odd\:bg-theme5-mandarin-100_o80{background-color:#f17d3a80}.group:nth-child(odd) .group-odd\:bg-theme5-yellow_red-100{--tw-bg-opacity:1;background-color:rgb(245 179 67 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme5-yellow_red-100_o26{background-color:#f5b34326}.group:nth-child(odd) .group-odd\:bg-theme5-yellow_red-100_o60{background-color:#f5b34360}.group:nth-child(odd) .group-odd\:bg-theme5-yellow_red-100_o80{background-color:#f5b34380}.group:nth-child(odd) .group-odd\:bg-theme6-dark_cyan-100{--tw-bg-opacity:1;background-color:rgb(0 150 136 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme6-dark_cyan-100_o26{background-color:#00968826}.group:nth-child(odd) .group-odd\:bg-theme6-dark_cyan-100_o60{background-color:#00968860}.group:nth-child(odd) .group-odd\:bg-theme6-dark_cyan-100_o80{background-color:#00968880}.group:nth-child(odd) .group-odd\:bg-theme6-mandarin-100{--tw-bg-opacity:1;background-color:rgb(241 125 58 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme6-mandarin-100_o26{background-color:#f17d3a26}.group:nth-child(odd) .group-odd\:bg-theme6-mandarin-100_o60{background-color:#f17d3a60}.group:nth-child(odd) .group-odd\:bg-theme6-mandarin-100_o80{background-color:#f17d3a80}.group:nth-child(odd) .group-odd\:bg-theme6-yellow_red-100{--tw-bg-opacity:1;background-color:rgb(245 179 67 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme6-yellow_red-100_o26{background-color:#f5b34326}.group:nth-child(odd) .group-odd\:bg-theme6-yellow_red-100_o60{background-color:#f5b34360}.group:nth-child(odd) .group-odd\:bg-theme6-yellow_red-100_o80{background-color:#f5b34380}.group:nth-child(odd) .group-odd\:bg-theme7-chinese_black-100{--tw-bg-opacity:1;background-color:rgb(19 20 20 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme7-chinese_black-100_o26{background-color:#13141426}.group:nth-child(odd) .group-odd\:bg-theme7-chinese_black-100_o60{background-color:#13141460}.group:nth-child(odd) .group-odd\:bg-theme7-chinese_black-100_o80{background-color:#13141480}.group:nth-child(odd) .group-odd\:bg-theme7-dark_cyan-100{--tw-bg-opacity:1;background-color:rgb(0 150 136 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme7-dark_cyan-100_o26{background-color:#00968826}.group:nth-child(odd) .group-odd\:bg-theme7-dark_cyan-100_o60{background-color:#00968860}.group:nth-child(odd) .group-odd\:bg-theme7-dark_cyan-100_o80{background-color:#00968880}.group:nth-child(odd) .group-odd\:bg-theme7-mandarin-100{--tw-bg-opacity:1;background-color:rgb(241 125 58 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme7-mandarin-100_o26{background-color:#f17d3a26}.group:nth-child(odd) .group-odd\:bg-theme7-mandarin-100_o60{background-color:#f17d3a60}.group:nth-child(odd) .group-odd\:bg-theme7-mandarin-100_o80{background-color:#f17d3a80}.group:nth-child(odd) .group-odd\:bg-theme7-yellow_red-100{--tw-bg-opacity:1;background-color:rgb(245 179 67 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme7-yellow_red-100_o26{background-color:#f5b34326}.group:nth-child(odd) .group-odd\:bg-theme7-yellow_red-100_o60{background-color:#f5b34360}.group:nth-child(odd) .group-odd\:bg-theme7-yellow_red-100_o80{background-color:#f5b34380}.group:nth-child(odd) .group-odd\:bg-theme8-chinese_black-100{--tw-bg-opacity:1;background-color:rgb(19 20 20 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme8-chinese_black-100_o10{background-color:#13141410}.group:nth-child(odd) .group-odd\:bg-theme8-chinese_black-100_o26{background-color:#13141426}.group:nth-child(odd) .group-odd\:bg-theme8-chinese_black-100_o60{background-color:#13141460}.group:nth-child(odd) .group-odd\:bg-theme8-chinese_black-100_o80{background-color:#13141480}.group:nth-child(odd) .group-odd\:bg-theme8-dark_cyan-100{--tw-bg-opacity:1;background-color:rgb(0 150 136 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme8-dark_cyan-100_o10{background-color:#00968810}.group:nth-child(odd) .group-odd\:bg-theme8-dark_cyan-100_o26{background-color:#00968826}.group:nth-child(odd) .group-odd\:bg-theme8-dark_cyan-100_o60{background-color:#00968860}.group:nth-child(odd) .group-odd\:bg-theme8-dark_cyan-100_o80{background-color:#00968880}.group:nth-child(odd) .group-odd\:bg-theme8-mandarin-100{--tw-bg-opacity:1;background-color:rgb(241 125 58 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme8-mandarin-100_o10{background-color:#f17d3a10}.group:nth-child(odd) .group-odd\:bg-theme8-mandarin-100_o26{background-color:#f17d3a26}.group:nth-child(odd) .group-odd\:bg-theme8-mandarin-100_o60{background-color:#f17d3a60}.group:nth-child(odd) .group-odd\:bg-theme8-mandarin-100_o80{background-color:#f17d3a80}.group:nth-child(odd) .group-odd\:bg-theme8-upsdell_red-100{--tw-bg-opacity:1;background-color:rgb(171 35 36 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme8-upsdell_red-100_o10{background-color:#ab232410}.group:nth-child(odd) .group-odd\:bg-theme8-upsdell_red-100_o26{background-color:#ab232426}.group:nth-child(odd) .group-odd\:bg-theme8-upsdell_red-100_o60{background-color:#ab232460}.group:nth-child(odd) .group-odd\:bg-theme8-upsdell_red-100_o80{background-color:#ab232480}.group:nth-child(odd) .group-odd\:bg-theme8-yellow_red-100{--tw-bg-opacity:1;background-color:rgb(245 179 67 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme8-yellow_red-100_o10{background-color:#f5b34310}.group:nth-child(odd) .group-odd\:bg-theme8-yellow_red-100_o26{background-color:#f5b34326}.group:nth-child(odd) .group-odd\:bg-theme8-yellow_red-100_o60{background-color:#f5b34360}.group:nth-child(odd) .group-odd\:bg-theme8-yellow_red-100_o80{background-color:#f5b34380}.group:nth-child(odd) .group-odd\:bg-theme9-chinese_black-100{--tw-bg-opacity:1;background-color:rgb(19 20 20 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme9-chinese_black-100_o26{background-color:#13141426}.group:nth-child(odd) .group-odd\:bg-theme9-chinese_black-100_o60{background-color:#13141460}.group:nth-child(odd) .group-odd\:bg-theme9-chinese_black-100_o80{background-color:#13141480}.group:nth-child(odd) .group-odd\:bg-theme9-dark_cyan-100{--tw-bg-opacity:1;background-color:rgb(0 150 136 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme9-dark_cyan-100_o26{background-color:#00968826}.group:nth-child(odd) .group-odd\:bg-theme9-dark_cyan-100_o60{background-color:#00968860}.group:nth-child(odd) .group-odd\:bg-theme9-dark_cyan-100_o80{background-color:#00968880}.group:nth-child(odd) .group-odd\:bg-theme9-mandarin-100{--tw-bg-opacity:1;background-color:rgb(241 125 58 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme9-mandarin-100_o26{background-color:#f17d3a26}.group:nth-child(odd) .group-odd\:bg-theme9-mandarin-100_o60{background-color:#f17d3a60}.group:nth-child(odd) .group-odd\:bg-theme9-mandarin-100_o80{background-color:#f17d3a80}.group:nth-child(odd) .group-odd\:bg-theme9-upsdell_red-100{--tw-bg-opacity:1;background-color:rgb(171 35 36 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme9-upsdell_red-100_o26{background-color:#ab232426}.group:nth-child(odd) .group-odd\:bg-theme9-upsdell_red-100_o60{background-color:#ab232460}.group:nth-child(odd) .group-odd\:bg-theme9-upsdell_red-100_o80{background-color:#ab232480}.group:nth-child(odd) .group-odd\:bg-theme9-yellow_red-100{--tw-bg-opacity:1;background-color:rgb(245 179 67 / var(--tw-bg-opacity))}.group:nth-child(odd) .group-odd\:bg-theme9-yellow_red-100_o26{background-color:#f5b34326}.group:nth-child(odd) .group-odd\:bg-theme9-yellow_red-100_o60{background-color:#f5b34360}.group:nth-child(odd) .group-odd\:bg-theme9-yellow_red-100_o80{background-color:#f5b34380}.group:nth-child(2n) .group-even\:border-r-\[110px\]{border-right-width:110px}.group:nth-child(2n) .group-even\:border-r-qr-american_green-100{--tw-border-opacity:1;border-right-color:rgb(35 179 58 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-qr-byzantine-100{--tw-border-opacity:1;border-right-color:rgb(200 55 171 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-qr-cyan_process-100{--tw-border-opacity:1;border-right-color:rgb(0 183 240 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-qr-deep_saffron-100{--tw-border-opacity:1;border-right-color:rgb(255 147 39 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-qr-dirt-100{--tw-border-opacity:1;border-right-color:rgb(160 111 75 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-qr-eerie_black-100{--tw-border-opacity:1;border-right-color:rgb(30 30 30 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-qr-grape-100{--tw-border-opacity:1;border-right-color:rgb(91 33 182 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-qr-keppel-100{--tw-border-opacity:1;border-right-color:rgb(66 170 164 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-qr-mustard-100{--tw-border-opacity:1;border-right-color:rgb(255 221 85 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-qr-rosso_corsa-100{--tw-border-opacity:1;border-right-color:rgb(210 0 0 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme1-antique_bronze-100{--tw-border-opacity:1;border-right-color:rgb(112 96 32 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme1-antique_bronze-100_o26{border-right-color:#70602026}.group:nth-child(2n) .group-even\:border-r-theme1-antique_bronze-100_o60{border-right-color:#70602060}.group:nth-child(2n) .group-even\:border-r-theme1-antique_bronze-100_o80{border-right-color:#70602080}.group:nth-child(2n) .group-even\:border-r-theme1-antique_bronze-100_o8c{border-right-color:#7060208c}.group:nth-child(2n) .group-even\:border-r-theme1-black_cow-100{--tw-border-opacity:1;border-right-color:rgb(72 72 72 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme1-black_cow-100_o26{border-right-color:#48484826}.group:nth-child(2n) .group-even\:border-r-theme1-black_cow-100_o60{border-right-color:#48484860}.group:nth-child(2n) .group-even\:border-r-theme1-black_cow-100_o80{border-right-color:#48484880}.group:nth-child(2n) .group-even\:border-r-theme1-black_cow-100_o8c{border-right-color:#4848488c}.group:nth-child(2n) .group-even\:border-r-theme1-black_olive-100{--tw-border-opacity:1;border-right-color:rgb(60 61 65 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme1-black_olive-100_o26{border-right-color:#3c3d4126}.group:nth-child(2n) .group-even\:border-r-theme1-black_olive-100_o60{border-right-color:#3c3d4160}.group:nth-child(2n) .group-even\:border-r-theme1-black_olive-100_o80{border-right-color:#3c3d4180}.group:nth-child(2n) .group-even\:border-r-theme1-black_olive-100_o8c{border-right-color:#3c3d418c}.group:nth-child(2n) .group-even\:border-r-theme1-blue_france-100{--tw-border-opacity:1;border-right-color:rgb(45 155 234 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme1-blue_france-100_o26{border-right-color:#2d9bea26}.group:nth-child(2n) .group-even\:border-r-theme1-blue_france-100_o60{border-right-color:#2d9bea60}.group:nth-child(2n) .group-even\:border-r-theme1-blue_france-100_o80{border-right-color:#2d9bea80}.group:nth-child(2n) .group-even\:border-r-theme1-blue_france-100_o8c{border-right-color:#2d9bea8c}.group:nth-child(2n) .group-even\:border-r-theme1-blue_green-100{--tw-border-opacity:1;border-right-color:rgb(44 177 189 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme1-blue_green-100_o26{border-right-color:#2cb1bd26}.group:nth-child(2n) .group-even\:border-r-theme1-blue_green-100_o60{border-right-color:#2cb1bd60}.group:nth-child(2n) .group-even\:border-r-theme1-blue_green-100_o80{border-right-color:#2cb1bd80}.group:nth-child(2n) .group-even\:border-r-theme1-blue_green-100_o8c{border-right-color:#2cb1bd8c}.group:nth-child(2n) .group-even\:border-r-theme1-bole-100{--tw-border-opacity:1;border-right-color:rgb(124 78 62 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme1-bole-100_o26{border-right-color:#7c4e3e26}.group:nth-child(2n) .group-even\:border-r-theme1-bole-100_o60{border-right-color:#7c4e3e60}.group:nth-child(2n) .group-even\:border-r-theme1-bole-100_o80{border-right-color:#7c4e3e80}.group:nth-child(2n) .group-even\:border-r-theme1-bole-100_o8c{border-right-color:#7c4e3e8c}.group:nth-child(2n) .group-even\:border-r-theme1-brick_red-100{--tw-border-opacity:1;border-right-color:rgb(205 66 89 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme1-brick_red-100_o26{border-right-color:#cd425926}.group:nth-child(2n) .group-even\:border-r-theme1-brick_red-100_o60{border-right-color:#cd425960}.group:nth-child(2n) .group-even\:border-r-theme1-brick_red-100_o80{border-right-color:#cd425980}.group:nth-child(2n) .group-even\:border-r-theme1-brick_red-100_o8c{border-right-color:#cd42598c}.group:nth-child(2n) .group-even\:border-r-theme1-button_blue-100{--tw-border-opacity:1;border-right-color:rgb(33 150 243 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme1-button_blue-100_o26{border-right-color:#2196f326}.group:nth-child(2n) .group-even\:border-r-theme1-button_blue-100_o60{border-right-color:#2196f360}.group:nth-child(2n) .group-even\:border-r-theme1-button_blue-100_o80{border-right-color:#2196f380}.group:nth-child(2n) .group-even\:border-r-theme1-button_blue-100_o8c{border-right-color:#2196f38c}.group:nth-child(2n) .group-even\:border-r-theme1-charcoal-100{--tw-border-opacity:1;border-right-color:rgb(47 67 92 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme1-charcoal-100_o26{border-right-color:#2f435c26}.group:nth-child(2n) .group-even\:border-r-theme1-charcoal-100_o60{border-right-color:#2f435c60}.group:nth-child(2n) .group-even\:border-r-theme1-charcoal-100_o80{border-right-color:#2f435c80}.group:nth-child(2n) .group-even\:border-r-theme1-charcoal-100_o8c{border-right-color:#2f435c8c}.group:nth-child(2n) .group-even\:border-r-theme1-charcoal_grey-100{--tw-border-opacity:1;border-right-color:rgb(60 65 65 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme1-charcoal_grey-100_o26{border-right-color:#3c414126}.group:nth-child(2n) .group-even\:border-r-theme1-charcoal_grey-100_o60{border-right-color:#3c414160}.group:nth-child(2n) .group-even\:border-r-theme1-charcoal_grey-100_o80{border-right-color:#3c414180}.group:nth-child(2n) .group-even\:border-r-theme1-charcoal_grey-100_o8c{border-right-color:#3c41418c}.group:nth-child(2n) .group-even\:border-r-theme1-dark_cerulean-100{--tw-border-opacity:1;border-right-color:rgb(21 62 117 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme1-dark_cerulean-100_o26{border-right-color:#153e7526}.group:nth-child(2n) .group-even\:border-r-theme1-dark_cerulean-100_o60{border-right-color:#153e7560}.group:nth-child(2n) .group-even\:border-r-theme1-dark_cerulean-100_o80{border-right-color:#153e7580}.group:nth-child(2n) .group-even\:border-r-theme1-dark_cerulean-100_o8c{border-right-color:#153e758c}.group:nth-child(2n) .group-even\:border-r-theme1-dark_cyan-100{--tw-border-opacity:1;border-right-color:rgb(0 150 136 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme1-dark_cyan-100_o26{border-right-color:#00968826}.group:nth-child(2n) .group-even\:border-r-theme1-dark_cyan-100_o60{border-right-color:#00968860}.group:nth-child(2n) .group-even\:border-r-theme1-dark_cyan-100_o80{border-right-color:#00968880}.group:nth-child(2n) .group-even\:border-r-theme1-dark_cyan-100_o8c{border-right-color:#0096888c}.group:nth-child(2n) .group-even\:border-r-theme1-dark_grey-100{--tw-border-opacity:1;border-right-color:rgb(55 57 58 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme1-dark_grey-100_o26{border-right-color:#37393a26}.group:nth-child(2n) .group-even\:border-r-theme1-dark_grey-100_o60{border-right-color:#37393a60}.group:nth-child(2n) .group-even\:border-r-theme1-dark_grey-100_o80{border-right-color:#37393a80}.group:nth-child(2n) .group-even\:border-r-theme1-dark_grey-100_o8c{border-right-color:#37393a8c}.group:nth-child(2n) .group-even\:border-r-theme1-dark_spring_green-100{--tw-border-opacity:1;border-right-color:rgb(23 92 85 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme1-dark_spring_green-100_o26{border-right-color:#175c5526}.group:nth-child(2n) .group-even\:border-r-theme1-dark_spring_green-100_o60{border-right-color:#175c5560}.group:nth-child(2n) .group-even\:border-r-theme1-dark_spring_green-100_o80{border-right-color:#175c5580}.group:nth-child(2n) .group-even\:border-r-theme1-dark_spring_green-100_o8c{border-right-color:#175c558c}.group:nth-child(2n) .group-even\:border-r-theme1-davy_grey-100{--tw-border-opacity:1;border-right-color:rgb(85 85 85 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme1-davy_grey-100_o26{border-right-color:#55555526}.group:nth-child(2n) .group-even\:border-r-theme1-davy_grey-100_o60{border-right-color:#55555560}.group:nth-child(2n) .group-even\:border-r-theme1-davy_grey-100_o80{border-right-color:#55555580}.group:nth-child(2n) .group-even\:border-r-theme1-davy_grey-100_o8c{border-right-color:#5555558c}.group:nth-child(2n) .group-even\:border-r-theme1-deep_carmine_pink-100{--tw-border-opacity:1;border-right-color:rgb(236 56 53 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme1-deep_carmine_pink-100_o26{border-right-color:#ec383526}.group:nth-child(2n) .group-even\:border-r-theme1-deep_carmine_pink-100_o60{border-right-color:#ec383560}.group:nth-child(2n) .group-even\:border-r-theme1-deep_carmine_pink-100_o80{border-right-color:#ec383580}.group:nth-child(2n) .group-even\:border-r-theme1-deep_carmine_pink-100_o8c{border-right-color:#ec38358c}.group:nth-child(2n) .group-even\:border-r-theme1-gold_crayola-100{--tw-border-opacity:1;border-right-color:rgb(224 198 126 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme1-gold_crayola-100_o26{border-right-color:#e0c67e26}.group:nth-child(2n) .group-even\:border-r-theme1-gold_crayola-100_o60{border-right-color:#e0c67e60}.group:nth-child(2n) .group-even\:border-r-theme1-gold_crayola-100_o80{border-right-color:#e0c67e80}.group:nth-child(2n) .group-even\:border-r-theme1-gold_crayola-100_o8c{border-right-color:#e0c67e8c}.group:nth-child(2n) .group-even\:border-r-theme1-inter_dimensional_blue-100{--tw-border-opacity:1;border-right-color:rgb(59 25 205 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme1-inter_dimensional_blue-100_o26{border-right-color:#3b19cd26}.group:nth-child(2n) .group-even\:border-r-theme1-inter_dimensional_blue-100_o60{border-right-color:#3b19cd60}.group:nth-child(2n) .group-even\:border-r-theme1-inter_dimensional_blue-100_o80{border-right-color:#3b19cd80}.group:nth-child(2n) .group-even\:border-r-theme1-inter_dimensional_blue-100_o8c{border-right-color:#3b19cd8c}.group:nth-child(2n) .group-even\:border-r-theme1-ironside_grey-100{--tw-border-opacity:1;border-right-color:rgb(102 102 102 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme1-ironside_grey-100_o26{border-right-color:#66666626}.group:nth-child(2n) .group-even\:border-r-theme1-ironside_grey-100_o60{border-right-color:#66666660}.group:nth-child(2n) .group-even\:border-r-theme1-ironside_grey-100_o80{border-right-color:#66666680}.group:nth-child(2n) .group-even\:border-r-theme1-ironside_grey-100_o8c{border-right-color:#6666668c}.group:nth-child(2n) .group-even\:border-r-theme1-jet-100{--tw-border-opacity:1;border-right-color:rgb(55 52 48 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme1-jet-100_o26{border-right-color:#37343026}.group:nth-child(2n) .group-even\:border-r-theme1-jet-100_o60{border-right-color:#37343060}.group:nth-child(2n) .group-even\:border-r-theme1-jet-100_o80{border-right-color:#37343080}.group:nth-child(2n) .group-even\:border-r-theme1-jet-100_o8c{border-right-color:#3734308c}.group:nth-child(2n) .group-even\:border-r-theme1-light_coral-100{--tw-border-opacity:1;border-right-color:rgb(242 121 128 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme1-light_coral-100_o26{border-right-color:#f2798026}.group:nth-child(2n) .group-even\:border-r-theme1-light_coral-100_o60{border-right-color:#f2798060}.group:nth-child(2n) .group-even\:border-r-theme1-light_coral-100_o80{border-right-color:#f2798080}.group:nth-child(2n) .group-even\:border-r-theme1-light_coral-100_o8c{border-right-color:#f279808c}.group:nth-child(2n) .group-even\:border-r-theme1-mandarin-100{--tw-border-opacity:1;border-right-color:rgb(241 125 58 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme1-mandarin-100_o26{border-right-color:#f17d3a26}.group:nth-child(2n) .group-even\:border-r-theme1-mandarin-100_o60{border-right-color:#f17d3a60}.group:nth-child(2n) .group-even\:border-r-theme1-mandarin-100_o80{border-right-color:#f17d3a80}.group:nth-child(2n) .group-even\:border-r-theme1-mandarin-100_o8c{border-right-color:#f17d3a8c}.group:nth-child(2n) .group-even\:border-r-theme1-medium_purple-100{--tw-border-opacity:1;border-right-color:rgb(144 128 232 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme1-medium_purple-100_o26{border-right-color:#9080e826}.group:nth-child(2n) .group-even\:border-r-theme1-medium_purple-100_o60{border-right-color:#9080e860}.group:nth-child(2n) .group-even\:border-r-theme1-medium_purple-100_o80{border-right-color:#9080e880}.group:nth-child(2n) .group-even\:border-r-theme1-medium_purple-100_o8c{border-right-color:#9080e88c}.group:nth-child(2n) .group-even\:border-r-theme1-mystic-100{--tw-border-opacity:1;border-right-color:rgb(207 85 121 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme1-mystic-100_o26{border-right-color:#cf557926}.group:nth-child(2n) .group-even\:border-r-theme1-mystic-100_o60{border-right-color:#cf557960}.group:nth-child(2n) .group-even\:border-r-theme1-mystic-100_o80{border-right-color:#cf557980}.group:nth-child(2n) .group-even\:border-r-theme1-mystic-100_o8c{border-right-color:#cf55798c}.group:nth-child(2n) .group-even\:border-r-theme1-northern_blue-100{--tw-border-opacity:1;border-right-color:rgb(120 201 209 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme1-northern_blue-100_o26{border-right-color:#78c9d126}.group:nth-child(2n) .group-even\:border-r-theme1-northern_blue-100_o60{border-right-color:#78c9d160}.group:nth-child(2n) .group-even\:border-r-theme1-northern_blue-100_o80{border-right-color:#78c9d180}.group:nth-child(2n) .group-even\:border-r-theme1-northern_blue-100_o8c{border-right-color:#78c9d18c}.group:nth-child(2n) .group-even\:border-r-theme1-pear-100{--tw-border-opacity:1;border-right-color:rgb(210 235 47 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme1-pear-100_o26{border-right-color:#d2eb2f26}.group:nth-child(2n) .group-even\:border-r-theme1-pear-100_o60{border-right-color:#d2eb2f60}.group:nth-child(2n) .group-even\:border-r-theme1-pear-100_o80{border-right-color:#d2eb2f80}.group:nth-child(2n) .group-even\:border-r-theme1-pear-100_o8c{border-right-color:#d2eb2f8c}.group:nth-child(2n) .group-even\:border-r-theme1-pink-100{--tw-border-opacity:1;border-right-color:rgb(255 0 0 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme1-pink-100_o26{border-right-color:#ff000026}.group:nth-child(2n) .group-even\:border-r-theme1-pink-100_o60{border-right-color:#ff000060}.group:nth-child(2n) .group-even\:border-r-theme1-pink-100_o80{border-right-color:#ff000080}.group:nth-child(2n) .group-even\:border-r-theme1-pink-100_o8c{border-right-color:#ff00008c}.group:nth-child(2n) .group-even\:border-r-theme1-police_blue-100{--tw-border-opacity:1;border-right-color:rgb(34 81 107 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme1-police_blue-100_o26{border-right-color:#22516b26}.group:nth-child(2n) .group-even\:border-r-theme1-police_blue-100_o60{border-right-color:#22516b60}.group:nth-child(2n) .group-even\:border-r-theme1-police_blue-100_o80{border-right-color:#22516b80}.group:nth-child(2n) .group-even\:border-r-theme1-police_blue-100_o8c{border-right-color:#22516b8c}.group:nth-child(2n) .group-even\:border-r-theme1-purple_pizzazz-100{--tw-border-opacity:1;border-right-color:rgb(252 57 231 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme1-purple_pizzazz-100_o26{border-right-color:#fc39e726}.group:nth-child(2n) .group-even\:border-r-theme1-purple_pizzazz-100_o60{border-right-color:#fc39e760}.group:nth-child(2n) .group-even\:border-r-theme1-purple_pizzazz-100_o80{border-right-color:#fc39e780}.group:nth-child(2n) .group-even\:border-r-theme1-purple_pizzazz-100_o8c{border-right-color:#fc39e78c}.group:nth-child(2n) .group-even\:border-r-theme1-razzmatazz-100{--tw-border-opacity:1;border-right-color:rgb(233 30 99 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme1-razzmatazz-100_o26{border-right-color:#e91e6326}.group:nth-child(2n) .group-even\:border-r-theme1-razzmatazz-100_o60{border-right-color:#e91e6360}.group:nth-child(2n) .group-even\:border-r-theme1-razzmatazz-100_o80{border-right-color:#e91e6380}.group:nth-child(2n) .group-even\:border-r-theme1-razzmatazz-100_o8c{border-right-color:#e91e638c}.group:nth-child(2n) .group-even\:border-r-theme1-redwood-100{--tw-border-opacity:1;border-right-color:rgb(163 101 75 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme1-redwood-100_o26{border-right-color:#a3654b26}.group:nth-child(2n) .group-even\:border-r-theme1-redwood-100_o60{border-right-color:#a3654b60}.group:nth-child(2n) .group-even\:border-r-theme1-redwood-100_o80{border-right-color:#a3654b80}.group:nth-child(2n) .group-even\:border-r-theme1-redwood-100_o8c{border-right-color:#a3654b8c}.group:nth-child(2n) .group-even\:border-r-theme1-russian_violet-100{--tw-border-opacity:1;border-right-color:rgb(57 24 71 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme1-russian_violet-100_o26{border-right-color:#39184726}.group:nth-child(2n) .group-even\:border-r-theme1-russian_violet-100_o60{border-right-color:#39184760}.group:nth-child(2n) .group-even\:border-r-theme1-russian_violet-100_o80{border-right-color:#39184780}.group:nth-child(2n) .group-even\:border-r-theme1-russian_violet-100_o8c{border-right-color:#3918478c}.group:nth-child(2n) .group-even\:border-r-theme1-saffron-100{--tw-border-opacity:1;border-right-color:rgb(245 188 49 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme1-saffron-100_o26{border-right-color:#f5bc3126}.group:nth-child(2n) .group-even\:border-r-theme1-saffron-100_o60{border-right-color:#f5bc3160}.group:nth-child(2n) .group-even\:border-r-theme1-saffron-100_o80{border-right-color:#f5bc3180}.group:nth-child(2n) .group-even\:border-r-theme1-saffron-100_o8c{border-right-color:#f5bc318c}.group:nth-child(2n) .group-even\:border-r-theme1-seashell-100{--tw-border-opacity:1;border-right-color:rgb(241 241 241 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme1-seashell-100_o26{border-right-color:#f1f1f126}.group:nth-child(2n) .group-even\:border-r-theme1-seashell-100_o60{border-right-color:#f1f1f160}.group:nth-child(2n) .group-even\:border-r-theme1-seashell-100_o80{border-right-color:#f1f1f180}.group:nth-child(2n) .group-even\:border-r-theme1-seashell-100_o8c{border-right-color:#f1f1f18c}.group:nth-child(2n) .group-even\:border-r-theme1-slate_gray-100{--tw-border-opacity:1;border-right-color:rgb(109 123 141 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme1-slate_gray-100_o26{border-right-color:#6d7b8d26}.group:nth-child(2n) .group-even\:border-r-theme1-slate_gray-100_o60{border-right-color:#6d7b8d60}.group:nth-child(2n) .group-even\:border-r-theme1-slate_gray-100_o80{border-right-color:#6d7b8d80}.group:nth-child(2n) .group-even\:border-r-theme1-slate_gray-100_o8c{border-right-color:#6d7b8d8c}.group:nth-child(2n) .group-even\:border-r-theme1-spanish_bistre-100{--tw-border-opacity:1;border-right-color:rgb(116 123 55 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme1-spanish_bistre-100_o26{border-right-color:#747b3726}.group:nth-child(2n) .group-even\:border-r-theme1-spanish_bistre-100_o60{border-right-color:#747b3760}.group:nth-child(2n) .group-even\:border-r-theme1-spanish_bistre-100_o80{border-right-color:#747b3780}.group:nth-child(2n) .group-even\:border-r-theme1-spanish_bistre-100_o8c{border-right-color:#747b378c}.group:nth-child(2n) .group-even\:border-r-theme1-storm_cloud-100{--tw-border-opacity:1;border-right-color:rgb(87 96 98 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme1-storm_cloud-100_o26{border-right-color:#57606226}.group:nth-child(2n) .group-even\:border-r-theme1-storm_cloud-100_o60{border-right-color:#57606260}.group:nth-child(2n) .group-even\:border-r-theme1-storm_cloud-100_o80{border-right-color:#57606280}.group:nth-child(2n) .group-even\:border-r-theme1-storm_cloud-100_o8c{border-right-color:#5760628c}.group:nth-child(2n) .group-even\:border-r-theme1-sunray-100{--tw-border-opacity:1;border-right-color:rgb(222 182 77 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme1-sunray-100_o26{border-right-color:#deb64d26}.group:nth-child(2n) .group-even\:border-r-theme1-sunray-100_o60{border-right-color:#deb64d60}.group:nth-child(2n) .group-even\:border-r-theme1-sunray-100_o80{border-right-color:#deb64d80}.group:nth-child(2n) .group-even\:border-r-theme1-sunray-100_o8c{border-right-color:#deb64d8c}.group:nth-child(2n) .group-even\:border-r-theme1-vegas_gold-100{--tw-border-opacity:1;border-right-color:rgb(205 198 89 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme1-vegas_gold-100_o26{border-right-color:#cdc65926}.group:nth-child(2n) .group-even\:border-r-theme1-vegas_gold-100_o60{border-right-color:#cdc65960}.group:nth-child(2n) .group-even\:border-r-theme1-vegas_gold-100_o80{border-right-color:#cdc65980}.group:nth-child(2n) .group-even\:border-r-theme1-vegas_gold-100_o8c{border-right-color:#cdc6598c}.group:nth-child(2n) .group-even\:border-r-theme1-vivid_violet-100{--tw-border-opacity:1;border-right-color:rgb(170 0 255 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme1-vivid_violet-100_o26{border-right-color:#aa00ff26}.group:nth-child(2n) .group-even\:border-r-theme1-vivid_violet-100_o60{border-right-color:#aa00ff60}.group:nth-child(2n) .group-even\:border-r-theme1-vivid_violet-100_o80{border-right-color:#aa00ff80}.group:nth-child(2n) .group-even\:border-r-theme1-vivid_violet-100_o8c{border-right-color:#aa00ff8c}.group:nth-child(2n) .group-even\:border-r-theme1-yellow_red-100{--tw-border-opacity:1;border-right-color:rgb(245 179 67 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme1-yellow_red-100_o26{border-right-color:#f5b34326}.group:nth-child(2n) .group-even\:border-r-theme1-yellow_red-100_o60{border-right-color:#f5b34360}.group:nth-child(2n) .group-even\:border-r-theme1-yellow_red-100_o80{border-right-color:#f5b34380}.group:nth-child(2n) .group-even\:border-r-theme1-yellow_red-100_o8c{border-right-color:#f5b3438c}.group:nth-child(2n) .group-even\:border-r-theme10-chinese_black-100{--tw-border-opacity:1;border-right-color:rgb(19 20 20 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme10-chinese_black-100_o26{border-right-color:#13141426}.group:nth-child(2n) .group-even\:border-r-theme10-chinese_black-100_o60{border-right-color:#13141460}.group:nth-child(2n) .group-even\:border-r-theme10-chinese_black-100_o80{border-right-color:#13141480}.group:nth-child(2n) .group-even\:border-r-theme10-dark_cyan-100{--tw-border-opacity:1;border-right-color:rgb(0 150 136 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme10-dark_cyan-100_o26{border-right-color:#00968826}.group:nth-child(2n) .group-even\:border-r-theme10-dark_cyan-100_o60{border-right-color:#00968860}.group:nth-child(2n) .group-even\:border-r-theme10-dark_cyan-100_o80{border-right-color:#00968880}.group:nth-child(2n) .group-even\:border-r-theme10-mandarin-100{--tw-border-opacity:1;border-right-color:rgb(241 125 58 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme10-mandarin-100_o26{border-right-color:#f17d3a26}.group:nth-child(2n) .group-even\:border-r-theme10-mandarin-100_o60{border-right-color:#f17d3a60}.group:nth-child(2n) .group-even\:border-r-theme10-mandarin-100_o80{border-right-color:#f17d3a80}.group:nth-child(2n) .group-even\:border-r-theme10-upsdell_red-100{--tw-border-opacity:1;border-right-color:rgb(171 35 36 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme10-upsdell_red-100_o26{border-right-color:#ab232426}.group:nth-child(2n) .group-even\:border-r-theme10-upsdell_red-100_o60{border-right-color:#ab232460}.group:nth-child(2n) .group-even\:border-r-theme10-upsdell_red-100_o80{border-right-color:#ab232480}.group:nth-child(2n) .group-even\:border-r-theme10-yellow_red-100{--tw-border-opacity:1;border-right-color:rgb(245 179 67 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme10-yellow_red-100_o26{border-right-color:#f5b34326}.group:nth-child(2n) .group-even\:border-r-theme10-yellow_red-100_o60{border-right-color:#f5b34360}.group:nth-child(2n) .group-even\:border-r-theme10-yellow_red-100_o80{border-right-color:#f5b34380}.group:nth-child(2n) .group-even\:border-r-theme2-blue_ncs-100{--tw-border-opacity:1;border-right-color:rgb(0 133 196 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme2-blue_ncs-100_o26{border-right-color:#0085c426}.group:nth-child(2n) .group-even\:border-r-theme2-blue_ncs-100_o60{border-right-color:#0085c460}.group:nth-child(2n) .group-even\:border-r-theme2-blue_ncs-100_o80{border-right-color:#0085c480}.group:nth-child(2n) .group-even\:border-r-theme3-yellow_red-100{--tw-border-opacity:1;border-right-color:rgb(245 179 67 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme3-yellow_red-100_o26{border-right-color:#f5b34326}.group:nth-child(2n) .group-even\:border-r-theme3-yellow_red-100_o60{border-right-color:#f5b34360}.group:nth-child(2n) .group-even\:border-r-theme3-yellow_red-100_o80{border-right-color:#f5b34380}.group:nth-child(2n) .group-even\:border-r-theme4-deep_carmine_pink-100{--tw-border-opacity:1;border-right-color:rgb(236 56 53 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme4-deep_carmine_pink-100_2s{--tw-border-opacity:1;border-right-color:rgb(189 45 42 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme4-deep_carmine_pink-100_3s{--tw-border-opacity:1;border-right-color:rgb(165 39 37 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme4-deep_carmine_pink-100_4s{--tw-border-opacity:1;border-right-color:rgb(106 25 24 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme4-deep_carmine_pink-100_5s{--tw-border-opacity:1;border-right-color:rgb(83 20 19 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme4-deep_carmine_pink-100_o26{border-right-color:#ec383526}.group:nth-child(2n) .group-even\:border-r-theme4-deep_carmine_pink-100_o60{border-right-color:#ec383560}.group:nth-child(2n) .group-even\:border-r-theme4-deep_carmine_pink-100_o80{border-right-color:#ec383580}.group:nth-child(2n) .group-even\:border-r-theme4-mandarin-100{--tw-border-opacity:1;border-right-color:rgb(241 125 58 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme4-mandarin-100_2s{--tw-border-opacity:1;border-right-color:rgb(193 100 46 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme4-mandarin-100_3s{--tw-border-opacity:1;border-right-color:rgb(169 88 41 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme4-mandarin-100_4s{--tw-border-opacity:1;border-right-color:rgb(108 56 26 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme4-mandarin-100_5s{--tw-border-opacity:1;border-right-color:rgb(84 44 20 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme4-mandarin-100_o26{border-right-color:#f17d3a26}.group:nth-child(2n) .group-even\:border-r-theme4-mandarin-100_o60{border-right-color:#f17d3a60}.group:nth-child(2n) .group-even\:border-r-theme4-mandarin-100_o80{border-right-color:#f17d3a80}.group:nth-child(2n) .group-even\:border-r-theme4-yellow_red-100{--tw-border-opacity:1;border-right-color:rgb(245 179 67 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme4-yellow_red-100_2s{--tw-border-opacity:1;border-right-color:rgb(196 143 54 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme4-yellow_red-100_3s{--tw-border-opacity:1;border-right-color:rgb(172 125 47 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme4-yellow_red-100_4s{--tw-border-opacity:1;border-right-color:rgb(110 81 30 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme4-yellow_red-100_5s{--tw-border-opacity:1;border-right-color:rgb(86 63 23 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme4-yellow_red-100_o26{border-right-color:#f5b34326}.group:nth-child(2n) .group-even\:border-r-theme4-yellow_red-100_o60{border-right-color:#f5b34360}.group:nth-child(2n) .group-even\:border-r-theme4-yellow_red-100_o80{border-right-color:#f5b34380}.group:nth-child(2n) .group-even\:border-r-theme5-mandarin-100{--tw-border-opacity:1;border-right-color:rgb(241 125 58 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme5-mandarin-100_o26{border-right-color:#f17d3a26}.group:nth-child(2n) .group-even\:border-r-theme5-mandarin-100_o60{border-right-color:#f17d3a60}.group:nth-child(2n) .group-even\:border-r-theme5-mandarin-100_o80{border-right-color:#f17d3a80}.group:nth-child(2n) .group-even\:border-r-theme5-yellow_red-100{--tw-border-opacity:1;border-right-color:rgb(245 179 67 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme5-yellow_red-100_o26{border-right-color:#f5b34326}.group:nth-child(2n) .group-even\:border-r-theme5-yellow_red-100_o60{border-right-color:#f5b34360}.group:nth-child(2n) .group-even\:border-r-theme5-yellow_red-100_o80{border-right-color:#f5b34380}.group:nth-child(2n) .group-even\:border-r-theme6-dark_cyan-100{--tw-border-opacity:1;border-right-color:rgb(0 150 136 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme6-dark_cyan-100_o26{border-right-color:#00968826}.group:nth-child(2n) .group-even\:border-r-theme6-dark_cyan-100_o60{border-right-color:#00968860}.group:nth-child(2n) .group-even\:border-r-theme6-dark_cyan-100_o80{border-right-color:#00968880}.group:nth-child(2n) .group-even\:border-r-theme6-mandarin-100{--tw-border-opacity:1;border-right-color:rgb(241 125 58 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme6-mandarin-100_o26{border-right-color:#f17d3a26}.group:nth-child(2n) .group-even\:border-r-theme6-mandarin-100_o60{border-right-color:#f17d3a60}.group:nth-child(2n) .group-even\:border-r-theme6-mandarin-100_o80{border-right-color:#f17d3a80}.group:nth-child(2n) .group-even\:border-r-theme6-yellow_red-100{--tw-border-opacity:1;border-right-color:rgb(245 179 67 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme6-yellow_red-100_o26{border-right-color:#f5b34326}.group:nth-child(2n) .group-even\:border-r-theme6-yellow_red-100_o60{border-right-color:#f5b34360}.group:nth-child(2n) .group-even\:border-r-theme6-yellow_red-100_o80{border-right-color:#f5b34380}.group:nth-child(2n) .group-even\:border-r-theme7-chinese_black-100{--tw-border-opacity:1;border-right-color:rgb(19 20 20 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme7-chinese_black-100_o26{border-right-color:#13141426}.group:nth-child(2n) .group-even\:border-r-theme7-chinese_black-100_o60{border-right-color:#13141460}.group:nth-child(2n) .group-even\:border-r-theme7-chinese_black-100_o80{border-right-color:#13141480}.group:nth-child(2n) .group-even\:border-r-theme7-dark_cyan-100{--tw-border-opacity:1;border-right-color:rgb(0 150 136 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme7-dark_cyan-100_o26{border-right-color:#00968826}.group:nth-child(2n) .group-even\:border-r-theme7-dark_cyan-100_o60{border-right-color:#00968860}.group:nth-child(2n) .group-even\:border-r-theme7-dark_cyan-100_o80{border-right-color:#00968880}.group:nth-child(2n) .group-even\:border-r-theme7-mandarin-100{--tw-border-opacity:1;border-right-color:rgb(241 125 58 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme7-mandarin-100_o26{border-right-color:#f17d3a26}.group:nth-child(2n) .group-even\:border-r-theme7-mandarin-100_o60{border-right-color:#f17d3a60}.group:nth-child(2n) .group-even\:border-r-theme7-mandarin-100_o80{border-right-color:#f17d3a80}.group:nth-child(2n) .group-even\:border-r-theme7-yellow_red-100{--tw-border-opacity:1;border-right-color:rgb(245 179 67 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme7-yellow_red-100_o26{border-right-color:#f5b34326}.group:nth-child(2n) .group-even\:border-r-theme7-yellow_red-100_o60{border-right-color:#f5b34360}.group:nth-child(2n) .group-even\:border-r-theme7-yellow_red-100_o80{border-right-color:#f5b34380}.group:nth-child(2n) .group-even\:border-r-theme8-chinese_black-100{--tw-border-opacity:1;border-right-color:rgb(19 20 20 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme8-chinese_black-100_o10{border-right-color:#13141410}.group:nth-child(2n) .group-even\:border-r-theme8-chinese_black-100_o26{border-right-color:#13141426}.group:nth-child(2n) .group-even\:border-r-theme8-chinese_black-100_o60{border-right-color:#13141460}.group:nth-child(2n) .group-even\:border-r-theme8-chinese_black-100_o80{border-right-color:#13141480}.group:nth-child(2n) .group-even\:border-r-theme8-dark_cyan-100{--tw-border-opacity:1;border-right-color:rgb(0 150 136 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme8-dark_cyan-100_o10{border-right-color:#00968810}.group:nth-child(2n) .group-even\:border-r-theme8-dark_cyan-100_o26{border-right-color:#00968826}.group:nth-child(2n) .group-even\:border-r-theme8-dark_cyan-100_o60{border-right-color:#00968860}.group:nth-child(2n) .group-even\:border-r-theme8-dark_cyan-100_o80{border-right-color:#00968880}.group:nth-child(2n) .group-even\:border-r-theme8-mandarin-100{--tw-border-opacity:1;border-right-color:rgb(241 125 58 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme8-mandarin-100_o10{border-right-color:#f17d3a10}.group:nth-child(2n) .group-even\:border-r-theme8-mandarin-100_o26{border-right-color:#f17d3a26}.group:nth-child(2n) .group-even\:border-r-theme8-mandarin-100_o60{border-right-color:#f17d3a60}.group:nth-child(2n) .group-even\:border-r-theme8-mandarin-100_o80{border-right-color:#f17d3a80}.group:nth-child(2n) .group-even\:border-r-theme8-upsdell_red-100{--tw-border-opacity:1;border-right-color:rgb(171 35 36 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme8-upsdell_red-100_o10{border-right-color:#ab232410}.group:nth-child(2n) .group-even\:border-r-theme8-upsdell_red-100_o26{border-right-color:#ab232426}.group:nth-child(2n) .group-even\:border-r-theme8-upsdell_red-100_o60{border-right-color:#ab232460}.group:nth-child(2n) .group-even\:border-r-theme8-upsdell_red-100_o80{border-right-color:#ab232480}.group:nth-child(2n) .group-even\:border-r-theme8-yellow_red-100{--tw-border-opacity:1;border-right-color:rgb(245 179 67 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme8-yellow_red-100_o10{border-right-color:#f5b34310}.group:nth-child(2n) .group-even\:border-r-theme8-yellow_red-100_o26{border-right-color:#f5b34326}.group:nth-child(2n) .group-even\:border-r-theme8-yellow_red-100_o60{border-right-color:#f5b34360}.group:nth-child(2n) .group-even\:border-r-theme8-yellow_red-100_o80{border-right-color:#f5b34380}.group:nth-child(2n) .group-even\:border-r-theme9-chinese_black-100{--tw-border-opacity:1;border-right-color:rgb(19 20 20 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme9-chinese_black-100_o26{border-right-color:#13141426}.group:nth-child(2n) .group-even\:border-r-theme9-chinese_black-100_o60{border-right-color:#13141460}.group:nth-child(2n) .group-even\:border-r-theme9-chinese_black-100_o80{border-right-color:#13141480}.group:nth-child(2n) .group-even\:border-r-theme9-dark_cyan-100{--tw-border-opacity:1;border-right-color:rgb(0 150 136 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme9-dark_cyan-100_o26{border-right-color:#00968826}.group:nth-child(2n) .group-even\:border-r-theme9-dark_cyan-100_o60{border-right-color:#00968860}.group:nth-child(2n) .group-even\:border-r-theme9-dark_cyan-100_o80{border-right-color:#00968880}.group:nth-child(2n) .group-even\:border-r-theme9-mandarin-100{--tw-border-opacity:1;border-right-color:rgb(241 125 58 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme9-mandarin-100_o26{border-right-color:#f17d3a26}.group:nth-child(2n) .group-even\:border-r-theme9-mandarin-100_o60{border-right-color:#f17d3a60}.group:nth-child(2n) .group-even\:border-r-theme9-mandarin-100_o80{border-right-color:#f17d3a80}.group:nth-child(2n) .group-even\:border-r-theme9-upsdell_red-100{--tw-border-opacity:1;border-right-color:rgb(171 35 36 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme9-upsdell_red-100_o26{border-right-color:#ab232426}.group:nth-child(2n) .group-even\:border-r-theme9-upsdell_red-100_o60{border-right-color:#ab232460}.group:nth-child(2n) .group-even\:border-r-theme9-upsdell_red-100_o80{border-right-color:#ab232480}.group:nth-child(2n) .group-even\:border-r-theme9-yellow_red-100{--tw-border-opacity:1;border-right-color:rgb(245 179 67 / var(--tw-border-opacity))}.group:nth-child(2n) .group-even\:border-r-theme9-yellow_red-100_o26{border-right-color:#f5b34326}.group:nth-child(2n) .group-even\:border-r-theme9-yellow_red-100_o60{border-right-color:#f5b34360}.group:nth-child(2n) .group-even\:border-r-theme9-yellow_red-100_o80{border-right-color:#f5b34380}.group:nth-child(2n) .group-even\:bg-qr-american_green-100{--tw-bg-opacity:1;background-color:rgb(35 179 58 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-qr-byzantine-100{--tw-bg-opacity:1;background-color:rgb(200 55 171 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-qr-cyan_process-100{--tw-bg-opacity:1;background-color:rgb(0 183 240 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-qr-deep_saffron-100{--tw-bg-opacity:1;background-color:rgb(255 147 39 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-qr-dirt-100{--tw-bg-opacity:1;background-color:rgb(160 111 75 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-qr-eerie_black-100{--tw-bg-opacity:1;background-color:rgb(30 30 30 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-qr-grape-100{--tw-bg-opacity:1;background-color:rgb(91 33 182 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-qr-keppel-100{--tw-bg-opacity:1;background-color:rgb(66 170 164 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-qr-mustard-100{--tw-bg-opacity:1;background-color:rgb(255 221 85 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-qr-rosso_corsa-100{--tw-bg-opacity:1;background-color:rgb(210 0 0 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme1-antique_bronze-100{--tw-bg-opacity:1;background-color:rgb(112 96 32 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme1-antique_bronze-100_o26{background-color:#70602026}.group:nth-child(2n) .group-even\:bg-theme1-antique_bronze-100_o60{background-color:#70602060}.group:nth-child(2n) .group-even\:bg-theme1-antique_bronze-100_o80{background-color:#70602080}.group:nth-child(2n) .group-even\:bg-theme1-antique_bronze-100_o8c{background-color:#7060208c}.group:nth-child(2n) .group-even\:bg-theme1-black_cow-100{--tw-bg-opacity:1;background-color:rgb(72 72 72 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme1-black_cow-100_o26{background-color:#48484826}.group:nth-child(2n) .group-even\:bg-theme1-black_cow-100_o60{background-color:#48484860}.group:nth-child(2n) .group-even\:bg-theme1-black_cow-100_o80{background-color:#48484880}.group:nth-child(2n) .group-even\:bg-theme1-black_cow-100_o8c{background-color:#4848488c}.group:nth-child(2n) .group-even\:bg-theme1-black_olive-100{--tw-bg-opacity:1;background-color:rgb(60 61 65 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme1-black_olive-100_o26{background-color:#3c3d4126}.group:nth-child(2n) .group-even\:bg-theme1-black_olive-100_o60{background-color:#3c3d4160}.group:nth-child(2n) .group-even\:bg-theme1-black_olive-100_o80{background-color:#3c3d4180}.group:nth-child(2n) .group-even\:bg-theme1-black_olive-100_o8c{background-color:#3c3d418c}.group:nth-child(2n) .group-even\:bg-theme1-blue_france-100{--tw-bg-opacity:1;background-color:rgb(45 155 234 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme1-blue_france-100_o26{background-color:#2d9bea26}.group:nth-child(2n) .group-even\:bg-theme1-blue_france-100_o60{background-color:#2d9bea60}.group:nth-child(2n) .group-even\:bg-theme1-blue_france-100_o80{background-color:#2d9bea80}.group:nth-child(2n) .group-even\:bg-theme1-blue_france-100_o8c{background-color:#2d9bea8c}.group:nth-child(2n) .group-even\:bg-theme1-blue_green-100{--tw-bg-opacity:1;background-color:rgb(44 177 189 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme1-blue_green-100_o26{background-color:#2cb1bd26}.group:nth-child(2n) .group-even\:bg-theme1-blue_green-100_o60{background-color:#2cb1bd60}.group:nth-child(2n) .group-even\:bg-theme1-blue_green-100_o80{background-color:#2cb1bd80}.group:nth-child(2n) .group-even\:bg-theme1-blue_green-100_o8c{background-color:#2cb1bd8c}.group:nth-child(2n) .group-even\:bg-theme1-bole-100{--tw-bg-opacity:1;background-color:rgb(124 78 62 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme1-bole-100_o26{background-color:#7c4e3e26}.group:nth-child(2n) .group-even\:bg-theme1-bole-100_o60{background-color:#7c4e3e60}.group:nth-child(2n) .group-even\:bg-theme1-bole-100_o80{background-color:#7c4e3e80}.group:nth-child(2n) .group-even\:bg-theme1-bole-100_o8c{background-color:#7c4e3e8c}.group:nth-child(2n) .group-even\:bg-theme1-brick_red-100{--tw-bg-opacity:1;background-color:rgb(205 66 89 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme1-brick_red-100_o26{background-color:#cd425926}.group:nth-child(2n) .group-even\:bg-theme1-brick_red-100_o60{background-color:#cd425960}.group:nth-child(2n) .group-even\:bg-theme1-brick_red-100_o80{background-color:#cd425980}.group:nth-child(2n) .group-even\:bg-theme1-brick_red-100_o8c{background-color:#cd42598c}.group:nth-child(2n) .group-even\:bg-theme1-button_blue-100{--tw-bg-opacity:1;background-color:rgb(33 150 243 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme1-button_blue-100_o26{background-color:#2196f326}.group:nth-child(2n) .group-even\:bg-theme1-button_blue-100_o60{background-color:#2196f360}.group:nth-child(2n) .group-even\:bg-theme1-button_blue-100_o80{background-color:#2196f380}.group:nth-child(2n) .group-even\:bg-theme1-button_blue-100_o8c{background-color:#2196f38c}.group:nth-child(2n) .group-even\:bg-theme1-charcoal-100{--tw-bg-opacity:1;background-color:rgb(47 67 92 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme1-charcoal-100_o26{background-color:#2f435c26}.group:nth-child(2n) .group-even\:bg-theme1-charcoal-100_o60{background-color:#2f435c60}.group:nth-child(2n) .group-even\:bg-theme1-charcoal-100_o80{background-color:#2f435c80}.group:nth-child(2n) .group-even\:bg-theme1-charcoal-100_o8c{background-color:#2f435c8c}.group:nth-child(2n) .group-even\:bg-theme1-charcoal_grey-100{--tw-bg-opacity:1;background-color:rgb(60 65 65 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme1-charcoal_grey-100_o26{background-color:#3c414126}.group:nth-child(2n) .group-even\:bg-theme1-charcoal_grey-100_o60{background-color:#3c414160}.group:nth-child(2n) .group-even\:bg-theme1-charcoal_grey-100_o80{background-color:#3c414180}.group:nth-child(2n) .group-even\:bg-theme1-charcoal_grey-100_o8c{background-color:#3c41418c}.group:nth-child(2n) .group-even\:bg-theme1-dark_cerulean-100{--tw-bg-opacity:1;background-color:rgb(21 62 117 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme1-dark_cerulean-100_o26{background-color:#153e7526}.group:nth-child(2n) .group-even\:bg-theme1-dark_cerulean-100_o60{background-color:#153e7560}.group:nth-child(2n) .group-even\:bg-theme1-dark_cerulean-100_o80{background-color:#153e7580}.group:nth-child(2n) .group-even\:bg-theme1-dark_cerulean-100_o8c{background-color:#153e758c}.group:nth-child(2n) .group-even\:bg-theme1-dark_cyan-100{--tw-bg-opacity:1;background-color:rgb(0 150 136 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme1-dark_cyan-100_o26{background-color:#00968826}.group:nth-child(2n) .group-even\:bg-theme1-dark_cyan-100_o60{background-color:#00968860}.group:nth-child(2n) .group-even\:bg-theme1-dark_cyan-100_o80{background-color:#00968880}.group:nth-child(2n) .group-even\:bg-theme1-dark_cyan-100_o8c{background-color:#0096888c}.group:nth-child(2n) .group-even\:bg-theme1-dark_grey-100{--tw-bg-opacity:1;background-color:rgb(55 57 58 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme1-dark_grey-100_o26{background-color:#37393a26}.group:nth-child(2n) .group-even\:bg-theme1-dark_grey-100_o60{background-color:#37393a60}.group:nth-child(2n) .group-even\:bg-theme1-dark_grey-100_o80{background-color:#37393a80}.group:nth-child(2n) .group-even\:bg-theme1-dark_grey-100_o8c{background-color:#37393a8c}.group:nth-child(2n) .group-even\:bg-theme1-dark_spring_green-100{--tw-bg-opacity:1;background-color:rgb(23 92 85 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme1-dark_spring_green-100_o26{background-color:#175c5526}.group:nth-child(2n) .group-even\:bg-theme1-dark_spring_green-100_o60{background-color:#175c5560}.group:nth-child(2n) .group-even\:bg-theme1-dark_spring_green-100_o80{background-color:#175c5580}.group:nth-child(2n) .group-even\:bg-theme1-dark_spring_green-100_o8c{background-color:#175c558c}.group:nth-child(2n) .group-even\:bg-theme1-davy_grey-100{--tw-bg-opacity:1;background-color:rgb(85 85 85 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme1-davy_grey-100_o26{background-color:#55555526}.group:nth-child(2n) .group-even\:bg-theme1-davy_grey-100_o60{background-color:#55555560}.group:nth-child(2n) .group-even\:bg-theme1-davy_grey-100_o80{background-color:#55555580}.group:nth-child(2n) .group-even\:bg-theme1-davy_grey-100_o8c{background-color:#5555558c}.group:nth-child(2n) .group-even\:bg-theme1-deep_carmine_pink-100{--tw-bg-opacity:1;background-color:rgb(236 56 53 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme1-deep_carmine_pink-100_o26{background-color:#ec383526}.group:nth-child(2n) .group-even\:bg-theme1-deep_carmine_pink-100_o60{background-color:#ec383560}.group:nth-child(2n) .group-even\:bg-theme1-deep_carmine_pink-100_o80{background-color:#ec383580}.group:nth-child(2n) .group-even\:bg-theme1-deep_carmine_pink-100_o8c{background-color:#ec38358c}.group:nth-child(2n) .group-even\:bg-theme1-gold_crayola-100{--tw-bg-opacity:1;background-color:rgb(224 198 126 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme1-gold_crayola-100_o26{background-color:#e0c67e26}.group:nth-child(2n) .group-even\:bg-theme1-gold_crayola-100_o60{background-color:#e0c67e60}.group:nth-child(2n) .group-even\:bg-theme1-gold_crayola-100_o80{background-color:#e0c67e80}.group:nth-child(2n) .group-even\:bg-theme1-gold_crayola-100_o8c{background-color:#e0c67e8c}.group:nth-child(2n) .group-even\:bg-theme1-inter_dimensional_blue-100{--tw-bg-opacity:1;background-color:rgb(59 25 205 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme1-inter_dimensional_blue-100_o26{background-color:#3b19cd26}.group:nth-child(2n) .group-even\:bg-theme1-inter_dimensional_blue-100_o60{background-color:#3b19cd60}.group:nth-child(2n) .group-even\:bg-theme1-inter_dimensional_blue-100_o80{background-color:#3b19cd80}.group:nth-child(2n) .group-even\:bg-theme1-inter_dimensional_blue-100_o8c{background-color:#3b19cd8c}.group:nth-child(2n) .group-even\:bg-theme1-ironside_grey-100{--tw-bg-opacity:1;background-color:rgb(102 102 102 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme1-ironside_grey-100_o26{background-color:#66666626}.group:nth-child(2n) .group-even\:bg-theme1-ironside_grey-100_o60{background-color:#66666660}.group:nth-child(2n) .group-even\:bg-theme1-ironside_grey-100_o80{background-color:#66666680}.group:nth-child(2n) .group-even\:bg-theme1-ironside_grey-100_o8c{background-color:#6666668c}.group:nth-child(2n) .group-even\:bg-theme1-jet-100{--tw-bg-opacity:1;background-color:rgb(55 52 48 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme1-jet-100_o26{background-color:#37343026}.group:nth-child(2n) .group-even\:bg-theme1-jet-100_o60{background-color:#37343060}.group:nth-child(2n) .group-even\:bg-theme1-jet-100_o80{background-color:#37343080}.group:nth-child(2n) .group-even\:bg-theme1-jet-100_o8c{background-color:#3734308c}.group:nth-child(2n) .group-even\:bg-theme1-light_coral-100{--tw-bg-opacity:1;background-color:rgb(242 121 128 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme1-light_coral-100_o26{background-color:#f2798026}.group:nth-child(2n) .group-even\:bg-theme1-light_coral-100_o60{background-color:#f2798060}.group:nth-child(2n) .group-even\:bg-theme1-light_coral-100_o80{background-color:#f2798080}.group:nth-child(2n) .group-even\:bg-theme1-light_coral-100_o8c{background-color:#f279808c}.group:nth-child(2n) .group-even\:bg-theme1-mandarin-100{--tw-bg-opacity:1;background-color:rgb(241 125 58 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme1-mandarin-100_o26{background-color:#f17d3a26}.group:nth-child(2n) .group-even\:bg-theme1-mandarin-100_o60{background-color:#f17d3a60}.group:nth-child(2n) .group-even\:bg-theme1-mandarin-100_o80{background-color:#f17d3a80}.group:nth-child(2n) .group-even\:bg-theme1-mandarin-100_o8c{background-color:#f17d3a8c}.group:nth-child(2n) .group-even\:bg-theme1-medium_purple-100{--tw-bg-opacity:1;background-color:rgb(144 128 232 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme1-medium_purple-100_o26{background-color:#9080e826}.group:nth-child(2n) .group-even\:bg-theme1-medium_purple-100_o60{background-color:#9080e860}.group:nth-child(2n) .group-even\:bg-theme1-medium_purple-100_o80{background-color:#9080e880}.group:nth-child(2n) .group-even\:bg-theme1-medium_purple-100_o8c{background-color:#9080e88c}.group:nth-child(2n) .group-even\:bg-theme1-mystic-100{--tw-bg-opacity:1;background-color:rgb(207 85 121 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme1-mystic-100_o26{background-color:#cf557926}.group:nth-child(2n) .group-even\:bg-theme1-mystic-100_o60{background-color:#cf557960}.group:nth-child(2n) .group-even\:bg-theme1-mystic-100_o80{background-color:#cf557980}.group:nth-child(2n) .group-even\:bg-theme1-mystic-100_o8c{background-color:#cf55798c}.group:nth-child(2n) .group-even\:bg-theme1-northern_blue-100{--tw-bg-opacity:1;background-color:rgb(120 201 209 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme1-northern_blue-100_o26{background-color:#78c9d126}.group:nth-child(2n) .group-even\:bg-theme1-northern_blue-100_o60{background-color:#78c9d160}.group:nth-child(2n) .group-even\:bg-theme1-northern_blue-100_o80{background-color:#78c9d180}.group:nth-child(2n) .group-even\:bg-theme1-northern_blue-100_o8c{background-color:#78c9d18c}.group:nth-child(2n) .group-even\:bg-theme1-pear-100{--tw-bg-opacity:1;background-color:rgb(210 235 47 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme1-pear-100_o26{background-color:#d2eb2f26}.group:nth-child(2n) .group-even\:bg-theme1-pear-100_o60{background-color:#d2eb2f60}.group:nth-child(2n) .group-even\:bg-theme1-pear-100_o80{background-color:#d2eb2f80}.group:nth-child(2n) .group-even\:bg-theme1-pear-100_o8c{background-color:#d2eb2f8c}.group:nth-child(2n) .group-even\:bg-theme1-pink-100{--tw-bg-opacity:1;background-color:rgb(255 0 0 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme1-pink-100_o26{background-color:#ff000026}.group:nth-child(2n) .group-even\:bg-theme1-pink-100_o60{background-color:#ff000060}.group:nth-child(2n) .group-even\:bg-theme1-pink-100_o80{background-color:#ff000080}.group:nth-child(2n) .group-even\:bg-theme1-pink-100_o8c{background-color:#ff00008c}.group:nth-child(2n) .group-even\:bg-theme1-police_blue-100{--tw-bg-opacity:1;background-color:rgb(34 81 107 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme1-police_blue-100_o26{background-color:#22516b26}.group:nth-child(2n) .group-even\:bg-theme1-police_blue-100_o60{background-color:#22516b60}.group:nth-child(2n) .group-even\:bg-theme1-police_blue-100_o80{background-color:#22516b80}.group:nth-child(2n) .group-even\:bg-theme1-police_blue-100_o8c{background-color:#22516b8c}.group:nth-child(2n) .group-even\:bg-theme1-purple_pizzazz-100{--tw-bg-opacity:1;background-color:rgb(252 57 231 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme1-purple_pizzazz-100_o26{background-color:#fc39e726}.group:nth-child(2n) .group-even\:bg-theme1-purple_pizzazz-100_o60{background-color:#fc39e760}.group:nth-child(2n) .group-even\:bg-theme1-purple_pizzazz-100_o80{background-color:#fc39e780}.group:nth-child(2n) .group-even\:bg-theme1-purple_pizzazz-100_o8c{background-color:#fc39e78c}.group:nth-child(2n) .group-even\:bg-theme1-razzmatazz-100{--tw-bg-opacity:1;background-color:rgb(233 30 99 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme1-razzmatazz-100_o26{background-color:#e91e6326}.group:nth-child(2n) .group-even\:bg-theme1-razzmatazz-100_o60{background-color:#e91e6360}.group:nth-child(2n) .group-even\:bg-theme1-razzmatazz-100_o80{background-color:#e91e6380}.group:nth-child(2n) .group-even\:bg-theme1-razzmatazz-100_o8c{background-color:#e91e638c}.group:nth-child(2n) .group-even\:bg-theme1-redwood-100{--tw-bg-opacity:1;background-color:rgb(163 101 75 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme1-redwood-100_o26{background-color:#a3654b26}.group:nth-child(2n) .group-even\:bg-theme1-redwood-100_o60{background-color:#a3654b60}.group:nth-child(2n) .group-even\:bg-theme1-redwood-100_o80{background-color:#a3654b80}.group:nth-child(2n) .group-even\:bg-theme1-redwood-100_o8c{background-color:#a3654b8c}.group:nth-child(2n) .group-even\:bg-theme1-russian_violet-100{--tw-bg-opacity:1;background-color:rgb(57 24 71 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme1-russian_violet-100_o26{background-color:#39184726}.group:nth-child(2n) .group-even\:bg-theme1-russian_violet-100_o60{background-color:#39184760}.group:nth-child(2n) .group-even\:bg-theme1-russian_violet-100_o80{background-color:#39184780}.group:nth-child(2n) .group-even\:bg-theme1-russian_violet-100_o8c{background-color:#3918478c}.group:nth-child(2n) .group-even\:bg-theme1-saffron-100{--tw-bg-opacity:1;background-color:rgb(245 188 49 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme1-saffron-100_o26{background-color:#f5bc3126}.group:nth-child(2n) .group-even\:bg-theme1-saffron-100_o60{background-color:#f5bc3160}.group:nth-child(2n) .group-even\:bg-theme1-saffron-100_o80{background-color:#f5bc3180}.group:nth-child(2n) .group-even\:bg-theme1-saffron-100_o8c{background-color:#f5bc318c}.group:nth-child(2n) .group-even\:bg-theme1-seashell-100{--tw-bg-opacity:1;background-color:rgb(241 241 241 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme1-seashell-100_o26{background-color:#f1f1f126}.group:nth-child(2n) .group-even\:bg-theme1-seashell-100_o60{background-color:#f1f1f160}.group:nth-child(2n) .group-even\:bg-theme1-seashell-100_o80{background-color:#f1f1f180}.group:nth-child(2n) .group-even\:bg-theme1-seashell-100_o8c{background-color:#f1f1f18c}.group:nth-child(2n) .group-even\:bg-theme1-slate_gray-100{--tw-bg-opacity:1;background-color:rgb(109 123 141 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme1-slate_gray-100_o26{background-color:#6d7b8d26}.group:nth-child(2n) .group-even\:bg-theme1-slate_gray-100_o60{background-color:#6d7b8d60}.group:nth-child(2n) .group-even\:bg-theme1-slate_gray-100_o80{background-color:#6d7b8d80}.group:nth-child(2n) .group-even\:bg-theme1-slate_gray-100_o8c{background-color:#6d7b8d8c}.group:nth-child(2n) .group-even\:bg-theme1-spanish_bistre-100{--tw-bg-opacity:1;background-color:rgb(116 123 55 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme1-spanish_bistre-100_o26{background-color:#747b3726}.group:nth-child(2n) .group-even\:bg-theme1-spanish_bistre-100_o60{background-color:#747b3760}.group:nth-child(2n) .group-even\:bg-theme1-spanish_bistre-100_o80{background-color:#747b3780}.group:nth-child(2n) .group-even\:bg-theme1-spanish_bistre-100_o8c{background-color:#747b378c}.group:nth-child(2n) .group-even\:bg-theme1-storm_cloud-100{--tw-bg-opacity:1;background-color:rgb(87 96 98 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme1-storm_cloud-100_o26{background-color:#57606226}.group:nth-child(2n) .group-even\:bg-theme1-storm_cloud-100_o60{background-color:#57606260}.group:nth-child(2n) .group-even\:bg-theme1-storm_cloud-100_o80{background-color:#57606280}.group:nth-child(2n) .group-even\:bg-theme1-storm_cloud-100_o8c{background-color:#5760628c}.group:nth-child(2n) .group-even\:bg-theme1-sunray-100{--tw-bg-opacity:1;background-color:rgb(222 182 77 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme1-sunray-100_o26{background-color:#deb64d26}.group:nth-child(2n) .group-even\:bg-theme1-sunray-100_o60{background-color:#deb64d60}.group:nth-child(2n) .group-even\:bg-theme1-sunray-100_o80{background-color:#deb64d80}.group:nth-child(2n) .group-even\:bg-theme1-sunray-100_o8c{background-color:#deb64d8c}.group:nth-child(2n) .group-even\:bg-theme1-vegas_gold-100{--tw-bg-opacity:1;background-color:rgb(205 198 89 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme1-vegas_gold-100_o26{background-color:#cdc65926}.group:nth-child(2n) .group-even\:bg-theme1-vegas_gold-100_o60{background-color:#cdc65960}.group:nth-child(2n) .group-even\:bg-theme1-vegas_gold-100_o80{background-color:#cdc65980}.group:nth-child(2n) .group-even\:bg-theme1-vegas_gold-100_o8c{background-color:#cdc6598c}.group:nth-child(2n) .group-even\:bg-theme1-vivid_violet-100{--tw-bg-opacity:1;background-color:rgb(170 0 255 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme1-vivid_violet-100_o26{background-color:#aa00ff26}.group:nth-child(2n) .group-even\:bg-theme1-vivid_violet-100_o60{background-color:#aa00ff60}.group:nth-child(2n) .group-even\:bg-theme1-vivid_violet-100_o80{background-color:#aa00ff80}.group:nth-child(2n) .group-even\:bg-theme1-vivid_violet-100_o8c{background-color:#aa00ff8c}.group:nth-child(2n) .group-even\:bg-theme1-yellow_red-100{--tw-bg-opacity:1;background-color:rgb(245 179 67 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme1-yellow_red-100_o26{background-color:#f5b34326}.group:nth-child(2n) .group-even\:bg-theme1-yellow_red-100_o60{background-color:#f5b34360}.group:nth-child(2n) .group-even\:bg-theme1-yellow_red-100_o80{background-color:#f5b34380}.group:nth-child(2n) .group-even\:bg-theme1-yellow_red-100_o8c{background-color:#f5b3438c}.group:nth-child(2n) .group-even\:bg-theme10-chinese_black-100{--tw-bg-opacity:1;background-color:rgb(19 20 20 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme10-chinese_black-100_o26{background-color:#13141426}.group:nth-child(2n) .group-even\:bg-theme10-chinese_black-100_o60{background-color:#13141460}.group:nth-child(2n) .group-even\:bg-theme10-chinese_black-100_o80{background-color:#13141480}.group:nth-child(2n) .group-even\:bg-theme10-dark_cyan-100{--tw-bg-opacity:1;background-color:rgb(0 150 136 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme10-dark_cyan-100_o26{background-color:#00968826}.group:nth-child(2n) .group-even\:bg-theme10-dark_cyan-100_o60{background-color:#00968860}.group:nth-child(2n) .group-even\:bg-theme10-dark_cyan-100_o80{background-color:#00968880}.group:nth-child(2n) .group-even\:bg-theme10-mandarin-100{--tw-bg-opacity:1;background-color:rgb(241 125 58 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme10-mandarin-100_o26{background-color:#f17d3a26}.group:nth-child(2n) .group-even\:bg-theme10-mandarin-100_o60{background-color:#f17d3a60}.group:nth-child(2n) .group-even\:bg-theme10-mandarin-100_o80{background-color:#f17d3a80}.group:nth-child(2n) .group-even\:bg-theme10-upsdell_red-100{--tw-bg-opacity:1;background-color:rgb(171 35 36 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme10-upsdell_red-100_o26{background-color:#ab232426}.group:nth-child(2n) .group-even\:bg-theme10-upsdell_red-100_o60{background-color:#ab232460}.group:nth-child(2n) .group-even\:bg-theme10-upsdell_red-100_o80{background-color:#ab232480}.group:nth-child(2n) .group-even\:bg-theme10-yellow_red-100{--tw-bg-opacity:1;background-color:rgb(245 179 67 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme10-yellow_red-100_o26{background-color:#f5b34326}.group:nth-child(2n) .group-even\:bg-theme10-yellow_red-100_o60{background-color:#f5b34360}.group:nth-child(2n) .group-even\:bg-theme10-yellow_red-100_o80{background-color:#f5b34380}.group:nth-child(2n) .group-even\:bg-theme2-blue_ncs-100{--tw-bg-opacity:1;background-color:rgb(0 133 196 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme2-blue_ncs-100_o26{background-color:#0085c426}.group:nth-child(2n) .group-even\:bg-theme2-blue_ncs-100_o60{background-color:#0085c460}.group:nth-child(2n) .group-even\:bg-theme2-blue_ncs-100_o80{background-color:#0085c480}.group:nth-child(2n) .group-even\:bg-theme3-yellow_red-100{--tw-bg-opacity:1;background-color:rgb(245 179 67 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme3-yellow_red-100_o26{background-color:#f5b34326}.group:nth-child(2n) .group-even\:bg-theme3-yellow_red-100_o60{background-color:#f5b34360}.group:nth-child(2n) .group-even\:bg-theme3-yellow_red-100_o80{background-color:#f5b34380}.group:nth-child(2n) .group-even\:bg-theme4-deep_carmine_pink-100{--tw-bg-opacity:1;background-color:rgb(236 56 53 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme4-deep_carmine_pink-100_2s{--tw-bg-opacity:1;background-color:rgb(189 45 42 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme4-deep_carmine_pink-100_3s{--tw-bg-opacity:1;background-color:rgb(165 39 37 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme4-deep_carmine_pink-100_4s{--tw-bg-opacity:1;background-color:rgb(106 25 24 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme4-deep_carmine_pink-100_5s{--tw-bg-opacity:1;background-color:rgb(83 20 19 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme4-deep_carmine_pink-100_o26{background-color:#ec383526}.group:nth-child(2n) .group-even\:bg-theme4-deep_carmine_pink-100_o60{background-color:#ec383560}.group:nth-child(2n) .group-even\:bg-theme4-deep_carmine_pink-100_o80{background-color:#ec383580}.group:nth-child(2n) .group-even\:bg-theme4-mandarin-100{--tw-bg-opacity:1;background-color:rgb(241 125 58 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme4-mandarin-100_2s{--tw-bg-opacity:1;background-color:rgb(193 100 46 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme4-mandarin-100_3s{--tw-bg-opacity:1;background-color:rgb(169 88 41 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme4-mandarin-100_4s{--tw-bg-opacity:1;background-color:rgb(108 56 26 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme4-mandarin-100_5s{--tw-bg-opacity:1;background-color:rgb(84 44 20 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme4-mandarin-100_o26{background-color:#f17d3a26}.group:nth-child(2n) .group-even\:bg-theme4-mandarin-100_o60{background-color:#f17d3a60}.group:nth-child(2n) .group-even\:bg-theme4-mandarin-100_o80{background-color:#f17d3a80}.group:nth-child(2n) .group-even\:bg-theme4-yellow_red-100{--tw-bg-opacity:1;background-color:rgb(245 179 67 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme4-yellow_red-100_2s{--tw-bg-opacity:1;background-color:rgb(196 143 54 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme4-yellow_red-100_3s{--tw-bg-opacity:1;background-color:rgb(172 125 47 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme4-yellow_red-100_4s{--tw-bg-opacity:1;background-color:rgb(110 81 30 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme4-yellow_red-100_5s{--tw-bg-opacity:1;background-color:rgb(86 63 23 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme4-yellow_red-100_o26{background-color:#f5b34326}.group:nth-child(2n) .group-even\:bg-theme4-yellow_red-100_o60{background-color:#f5b34360}.group:nth-child(2n) .group-even\:bg-theme4-yellow_red-100_o80{background-color:#f5b34380}.group:nth-child(2n) .group-even\:bg-theme5-mandarin-100{--tw-bg-opacity:1;background-color:rgb(241 125 58 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme5-mandarin-100_o26{background-color:#f17d3a26}.group:nth-child(2n) .group-even\:bg-theme5-mandarin-100_o60{background-color:#f17d3a60}.group:nth-child(2n) .group-even\:bg-theme5-mandarin-100_o80{background-color:#f17d3a80}.group:nth-child(2n) .group-even\:bg-theme5-yellow_red-100{--tw-bg-opacity:1;background-color:rgb(245 179 67 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme5-yellow_red-100_o26{background-color:#f5b34326}.group:nth-child(2n) .group-even\:bg-theme5-yellow_red-100_o60{background-color:#f5b34360}.group:nth-child(2n) .group-even\:bg-theme5-yellow_red-100_o80{background-color:#f5b34380}.group:nth-child(2n) .group-even\:bg-theme6-dark_cyan-100{--tw-bg-opacity:1;background-color:rgb(0 150 136 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme6-dark_cyan-100_o26{background-color:#00968826}.group:nth-child(2n) .group-even\:bg-theme6-dark_cyan-100_o60{background-color:#00968860}.group:nth-child(2n) .group-even\:bg-theme6-dark_cyan-100_o80{background-color:#00968880}.group:nth-child(2n) .group-even\:bg-theme6-mandarin-100{--tw-bg-opacity:1;background-color:rgb(241 125 58 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme6-mandarin-100_o26{background-color:#f17d3a26}.group:nth-child(2n) .group-even\:bg-theme6-mandarin-100_o60{background-color:#f17d3a60}.group:nth-child(2n) .group-even\:bg-theme6-mandarin-100_o80{background-color:#f17d3a80}.group:nth-child(2n) .group-even\:bg-theme6-yellow_red-100{--tw-bg-opacity:1;background-color:rgb(245 179 67 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme6-yellow_red-100_o26{background-color:#f5b34326}.group:nth-child(2n) .group-even\:bg-theme6-yellow_red-100_o60{background-color:#f5b34360}.group:nth-child(2n) .group-even\:bg-theme6-yellow_red-100_o80{background-color:#f5b34380}.group:nth-child(2n) .group-even\:bg-theme7-chinese_black-100{--tw-bg-opacity:1;background-color:rgb(19 20 20 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme7-chinese_black-100_o26{background-color:#13141426}.group:nth-child(2n) .group-even\:bg-theme7-chinese_black-100_o60{background-color:#13141460}.group:nth-child(2n) .group-even\:bg-theme7-chinese_black-100_o80{background-color:#13141480}.group:nth-child(2n) .group-even\:bg-theme7-dark_cyan-100{--tw-bg-opacity:1;background-color:rgb(0 150 136 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme7-dark_cyan-100_o26{background-color:#00968826}.group:nth-child(2n) .group-even\:bg-theme7-dark_cyan-100_o60{background-color:#00968860}.group:nth-child(2n) .group-even\:bg-theme7-dark_cyan-100_o80{background-color:#00968880}.group:nth-child(2n) .group-even\:bg-theme7-mandarin-100{--tw-bg-opacity:1;background-color:rgb(241 125 58 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme7-mandarin-100_o26{background-color:#f17d3a26}.group:nth-child(2n) .group-even\:bg-theme7-mandarin-100_o60{background-color:#f17d3a60}.group:nth-child(2n) .group-even\:bg-theme7-mandarin-100_o80{background-color:#f17d3a80}.group:nth-child(2n) .group-even\:bg-theme7-yellow_red-100{--tw-bg-opacity:1;background-color:rgb(245 179 67 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme7-yellow_red-100_o26{background-color:#f5b34326}.group:nth-child(2n) .group-even\:bg-theme7-yellow_red-100_o60{background-color:#f5b34360}.group:nth-child(2n) .group-even\:bg-theme7-yellow_red-100_o80{background-color:#f5b34380}.group:nth-child(2n) .group-even\:bg-theme8-chinese_black-100{--tw-bg-opacity:1;background-color:rgb(19 20 20 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme8-chinese_black-100_o10{background-color:#13141410}.group:nth-child(2n) .group-even\:bg-theme8-chinese_black-100_o26{background-color:#13141426}.group:nth-child(2n) .group-even\:bg-theme8-chinese_black-100_o60{background-color:#13141460}.group:nth-child(2n) .group-even\:bg-theme8-chinese_black-100_o80{background-color:#13141480}.group:nth-child(2n) .group-even\:bg-theme8-dark_cyan-100{--tw-bg-opacity:1;background-color:rgb(0 150 136 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme8-dark_cyan-100_o10{background-color:#00968810}.group:nth-child(2n) .group-even\:bg-theme8-dark_cyan-100_o26{background-color:#00968826}.group:nth-child(2n) .group-even\:bg-theme8-dark_cyan-100_o60{background-color:#00968860}.group:nth-child(2n) .group-even\:bg-theme8-dark_cyan-100_o80{background-color:#00968880}.group:nth-child(2n) .group-even\:bg-theme8-mandarin-100{--tw-bg-opacity:1;background-color:rgb(241 125 58 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme8-mandarin-100_o10{background-color:#f17d3a10}.group:nth-child(2n) .group-even\:bg-theme8-mandarin-100_o26{background-color:#f17d3a26}.group:nth-child(2n) .group-even\:bg-theme8-mandarin-100_o60{background-color:#f17d3a60}.group:nth-child(2n) .group-even\:bg-theme8-mandarin-100_o80{background-color:#f17d3a80}.group:nth-child(2n) .group-even\:bg-theme8-upsdell_red-100{--tw-bg-opacity:1;background-color:rgb(171 35 36 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme8-upsdell_red-100_o10{background-color:#ab232410}.group:nth-child(2n) .group-even\:bg-theme8-upsdell_red-100_o26{background-color:#ab232426}.group:nth-child(2n) .group-even\:bg-theme8-upsdell_red-100_o60{background-color:#ab232460}.group:nth-child(2n) .group-even\:bg-theme8-upsdell_red-100_o80{background-color:#ab232480}.group:nth-child(2n) .group-even\:bg-theme8-yellow_red-100{--tw-bg-opacity:1;background-color:rgb(245 179 67 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme8-yellow_red-100_o10{background-color:#f5b34310}.group:nth-child(2n) .group-even\:bg-theme8-yellow_red-100_o26{background-color:#f5b34326}.group:nth-child(2n) .group-even\:bg-theme8-yellow_red-100_o60{background-color:#f5b34360}.group:nth-child(2n) .group-even\:bg-theme8-yellow_red-100_o80{background-color:#f5b34380}.group:nth-child(2n) .group-even\:bg-theme9-chinese_black-100{--tw-bg-opacity:1;background-color:rgb(19 20 20 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme9-chinese_black-100_o26{background-color:#13141426}.group:nth-child(2n) .group-even\:bg-theme9-chinese_black-100_o60{background-color:#13141460}.group:nth-child(2n) .group-even\:bg-theme9-chinese_black-100_o80{background-color:#13141480}.group:nth-child(2n) .group-even\:bg-theme9-dark_cyan-100{--tw-bg-opacity:1;background-color:rgb(0 150 136 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme9-dark_cyan-100_o26{background-color:#00968826}.group:nth-child(2n) .group-even\:bg-theme9-dark_cyan-100_o60{background-color:#00968860}.group:nth-child(2n) .group-even\:bg-theme9-dark_cyan-100_o80{background-color:#00968880}.group:nth-child(2n) .group-even\:bg-theme9-mandarin-100{--tw-bg-opacity:1;background-color:rgb(241 125 58 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme9-mandarin-100_o26{background-color:#f17d3a26}.group:nth-child(2n) .group-even\:bg-theme9-mandarin-100_o60{background-color:#f17d3a60}.group:nth-child(2n) .group-even\:bg-theme9-mandarin-100_o80{background-color:#f17d3a80}.group:nth-child(2n) .group-even\:bg-theme9-upsdell_red-100{--tw-bg-opacity:1;background-color:rgb(171 35 36 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme9-upsdell_red-100_o26{background-color:#ab232426}.group:nth-child(2n) .group-even\:bg-theme9-upsdell_red-100_o60{background-color:#ab232460}.group:nth-child(2n) .group-even\:bg-theme9-upsdell_red-100_o80{background-color:#ab232480}.group:nth-child(2n) .group-even\:bg-theme9-yellow_red-100{--tw-bg-opacity:1;background-color:rgb(245 179 67 / var(--tw-bg-opacity))}.group:nth-child(2n) .group-even\:bg-theme9-yellow_red-100_o26{background-color:#f5b34326}.group:nth-child(2n) .group-even\:bg-theme9-yellow_red-100_o60{background-color:#f5b34360}.group:nth-child(2n) .group-even\:bg-theme9-yellow_red-100_o80{background-color:#f5b34380}.dark\:bg-gray-800:is(.dark *){--tw-bg-opacity:1;background-color:rgb(31 41 55 / var(--tw-bg-opacity))}@media (min-width: 300px){.mxs\:gap-4{gap:1rem}.mxs\:px-4{padding-left:1rem;padding-right:1rem}}@media (min-width: 374px){.nd\:flex-row{flex-direction:row}.nd\:px-8{padding-left:2rem;padding-right:2rem}}@media (min-width: 480px){.mnd\:max-w-\[427px\]{max-width:427px}.mnd\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.mnd\:flex-row{flex-direction:row}.mnd\:justify-start{justify-content:flex-start}.mnd\:gap-\[15px\]{gap:15px}.mnd\:rounded-lg{border-radius:.5rem}.mnd\:p-\[35px\]{padding:35px}.mnd\:p-\[50px\]{padding:50px}.mnd\:px-10{padding-left:2.5rem;padding-right:2.5rem}.mnd\:px-5{padding-left:1.25rem;padding-right:1.25rem}.mnd\:px-\[25px\]{padding-left:25px;padding-right:25px}.mnd\:py-2{padding-top:.5rem;padding-bottom:.5rem}.mnd\:py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.mnd\:py-3{padding-top:.75rem;padding-bottom:.75rem}.mnd\:py-\[50px\]{padding-top:50px;padding-bottom:50px}.mnd\:pl-\[30\.15px\]{padding-left:30.15px}.mnd\:pr-\[37\.31px\]{padding-right:37.31px}.mnd\:text-base{font-size:1rem;line-height:1.5rem}.mnd\:text-lg{font-size:1.125rem;line-height:1.75rem}.mnd\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media (min-width: 550px){.msm\:block{display:block}.msm\:h-auto{height:auto}.msm\:w-\[227px\]{width:227px}.msm\:gap-10{gap:2.5rem}.msm\:gap-\[34\.71px\]{gap:34.71px}.msm\:rounded-\[15px\]{border-radius:15px}.msm\:px-0{padding-left:0;padding-right:0}.msm\:px-10{padding-left:2.5rem;padding-right:2.5rem}.msm\:px-14{padding-left:3.5rem;padding-right:3.5rem}.msm\:px-8{padding-left:2rem;padding-right:2rem}.msm\:px-\[46px\]{padding-left:46px;padding-right:46px}.msm\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.msm\:pl-0{padding-left:0}}@media (max-width: 550px){.sm\:hidden{display:none}.sm\:h-\[350px\]{height:350px}.sm\:w-full{width:100%}.sm\:flex-1{flex:1 1 0%}.sm\:flex-col{flex-direction:column}.sm\:gap-4{gap:1rem}.sm\:p-0{padding:0}.sm\:px-3{padding-left:.75rem;padding-right:.75rem}.sm\:px-5{padding-left:1.25rem;padding-right:1.25rem}.sm\:pr-5{padding-right:1.25rem}.sm\:pt-0{padding-top:0}.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}.sm\:text-\[18\.17px\]{font-size:18.17px}.sm\:text-\[28px\]{font-size:28px}.sm\:text-\[31\.479999999999997px\]{font-size:31.479999999999997px}.sm\:text-\[32px\]{font-size:32px}.sm\:text-xl{font-size:1.25rem;line-height:1.75rem}.sm\:leading-10{line-height:2.5rem}}@media (max-width: 1050px){.md\:block{display:block}.md\:hidden{display:none}.md\:h-\[140px\]{height:140px}.md\:h-\[183px\]{height:183px}.md\:h-\[200px\]{height:200px}.md\:h-\[221px\]{height:221px}.md\:h-\[305px\]{height:305px}.md\:h-auto{height:auto}.md\:h-px{height:1px}.md\:w-\[343px\]{width:343px}.md\:w-\[380px\]{width:380px}.md\:w-full{width:100%}.md\:min-w-\[343px\]{min-width:343px}.md\:max-w-full{max-width:100%}.md\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.md\:flex-col{flex-direction:column}.md\:flex-col-reverse{flex-direction:column-reverse}.md\:gap-10{gap:2.5rem}.md\:gap-4{gap:1rem}.md\:gap-5{gap:1.25rem}.md\:gap-6{gap:1.5rem}.md\:gap-8{gap:2rem}.md\:px-10{padding-left:2.5rem;padding-right:2.5rem}.md\:px-4{padding-left:1rem;padding-right:1rem}.md\:px-5{padding-left:1.25rem;padding-right:1.25rem}.md\:py-8{padding-top:2rem;padding-bottom:2rem}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-\[16px\]{font-size:16px}.md\:text-\[18px\]{font-size:18px}.md\:text-\[20\.17px\]{font-size:20.17px}.md\:text-\[20px\]{font-size:20px}.md\:text-\[22px\]{font-size:22px}.md\:text-\[32px\]{font-size:32px}.md\:text-\[33\.48px\]{font-size:33.48px}.md\:text-\[34px\]{font-size:34px}.md\:text-\[38px\]{font-size:38px}.md\:text-base{font-size:1rem;line-height:1.5rem}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}.md\:text-sm{font-size:.875rem;line-height:1.25rem}}@media (min-width: 1290px){.xlg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.xlg\:flex-row{flex-direction:row}}@media (min-width: 1500px){.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}.theme-section-wrapper .main-section-container .inner-main-section{height:calc(100% - 64px);overflow:auto;scroll-behavior:smooth}.theme-section-wrapper .main-section-container .inner-main-section .middle-theme-section .child-section{margin-left:auto;margin-right:auto;height:100%;width:100%;max-width:466px;padding-left:.5rem;padding-right:.5rem}.theme-section-wrapper .main-section-container .inner-main-section .middle-theme-section .child-section .section{display:flex;min-height:100%;width:100%;flex-direction:column;gap:15px}@media (max-width: 550px){.theme-section-wrapper .main-section-container .inner-main-section .middle-theme-section .child-section .section{padding:0}}.theme-section-wrapper .main-section-container .inner-main-section .middle-theme-section .child-section .section .page-footer-container{cursor:pointer;padding:5px;text-align:center;font-size:.875rem;line-height:1.25rem;line-height:22px}.theme2-section .main-section-container .inner-main-section .middle-theme-section .child-section .section,.theme5-section .main-section-container .inner-main-section .middle-theme-section .child-section .section,.theme6-section .main-section-container .inner-main-section .middle-theme-section .child-section .section,.theme7-section .main-section-container .inner-main-section .middle-theme-section .child-section .section{padding-top:15px}.theme3-section .main-section-container .inner-main-section .middle-theme-section .child-section .section{padding-top:0}.theme3-section .main-section-container .inner-main-section .middle-theme-section .child-section .section .page-footer-container{margin-bottom:1rem}.theme1-section .inner-contact-info-card-container,.theme2-section .inner-contact-info-card-container{position:relative;margin-bottom:1.25rem}.theme1-section .inner-contact-info-card-container .contact-info-icon-container,.theme2-section .inner-contact-info-card-container .contact-info-icon-container{position:relative;z-index:1;margin:0 auto 5px;display:flex;height:35px;width:35px;align-items:center;justify-content:center;border-radius:100px;text-align:center;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity));--tw-shadow: 1px 1px 5px rgba(107,128,168,.2);--tw-shadow-colored: 1px 1px 5px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.theme1-section .inner-contact-info-card-container .contact-info-icon-container .contact-icon-inner-container,.theme2-section .inner-contact-info-card-container .contact-info-icon-container .contact-icon-inner-container{position:absolute;top:17.5px;left:50%;height:1px;width:190px;--tw-translate-x: -50%;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))}.theme1-section .inner-contact-info-card-container .contact-info-icon-container .contact-icon-inner-container .contact-icon-block-box,.theme2-section .inner-contact-info-card-container .contact-info-icon-container .contact-icon-inner-container .contact-icon-block-box{position:absolute;top:50%;left:50%;display:flex;height:1rem;width:1rem;--tw-translate-y: -50%;--tw-translate-x: -50%;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));align-items:center;justify-content:center}.theme1-section .inner-contact-info-card-container .contact-info-card-text,.theme2-section .inner-contact-info-card-container .contact-info-card-text{position:relative;margin-left:auto;margin-right:auto;margin-bottom:0;display:flex;max-width:310px;justify-content:center;padding-left:25px;padding-right:25px;text-align:center;font-size:.875rem;line-height:1.5rem;--tw-text-opacity: 1;color:rgb(102 102 102 / var(--tw-text-opacity))}.theme1-section .media-list-container,.theme2-section .media-list-container,.theme3-section .media-list-container,.theme4-section .media-list-container,.theme5-section .media-list-container,.theme6-section .media-list-container,.theme7-section .media-list-container,.theme8-section .media-list-container,.theme9-section .media-list-container,.theme10-section .media-list-container{margin-bottom:1.25rem;display:flex;justify-content:flex-end;gap:.125rem;padding:1.25rem}.theme1-section .media-list-container .media-list-item,.theme2-section .media-list-container .media-list-item,.theme3-section .media-list-container .media-list-item,.theme4-section .media-list-container .media-list-item,.theme5-section .media-list-container .media-list-item,.theme6-section .media-list-container .media-list-item,.theme7-section .media-list-container .media-list-item,.theme8-section .media-list-container .media-list-item,.theme9-section .media-list-container .media-list-item,.theme10-section .media-list-container .media-list-item{height:33px;width:33px;padding:3px}.theme1-section .media-list-container .media-list-item .media-item-icon-container,.theme2-section .media-list-container .media-list-item .media-item-icon-container,.theme3-section .media-list-container .media-list-item .media-item-icon-container,.theme4-section .media-list-container .media-list-item .media-item-icon-container,.theme5-section .media-list-container .media-list-item .media-item-icon-container,.theme6-section .media-list-container .media-list-item .media-item-icon-container,.theme7-section .media-list-container .media-list-item .media-item-icon-container,.theme8-section .media-list-container .media-list-item .media-item-icon-container,.theme9-section .media-list-container .media-list-item .media-item-icon-container,.theme10-section .media-list-container .media-list-item .media-item-icon-container{display:flex;height:100%;width:100%;align-items:center;justify-content:center;overflow:hidden;border-radius:9999px;--tw-shadow: 0 1px 4px rgba(0,0,0,.2), 0 0 40px rgba(255,251,251,.1) inset;--tw-shadow-colored: 0 1px 4px var(--tw-shadow-color), inset 0 0 40px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.theme2-section .media-list-container{margin:0;padding:0}.theme2-section .media-list-container .media-list-item{height:30px;padding:3px 3px 0}.theme3-section .media-list-container{padding:0}.theme4-section .media-list-container,.theme5-section .media-list-container,.theme9-section .media-list-container{padding-top:0}.theme5-section .media-list-container,.theme6-section .media-list-container,.theme9-section .media-list-container,.theme10-section .media-list-container{padding-bottom:0}.theme6-section .media-list-container{margin-bottom:.5rem;padding-top:0}.theme6-section .media-list-container .media-list-item .media-item-icon-container{--tw-shadow: 0 1px 4px rgba(0,0,0,1), 0 0 40px rgba(255,251,251,.1) inset;--tw-shadow-colored: 0 1px 4px var(--tw-shadow-color), inset 0 0 40px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.theme7-section .media-list-container{justify-content:center;padding-left:0;padding-right:0;padding-top:0}.theme-section-wrapper .loop-card-sub-title{margin-top:1rem;margin-bottom:1rem;font-size:1.125rem;line-height:1.75rem;font-weight:700;--tw-text-opacity: 1;color:rgb(85 85 85 / var(--tw-text-opacity))}.theme3-section .loop-card-sub-title{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.theme1-section .loop-card-title-wrapper .loop-card-title,.theme3-section .loop-card-title-wrapper .loop-card-title,.theme4-section .loop-card-title-wrapper .loop-card-title,.theme5-section .loop-card-title-wrapper .loop-card-title,.theme6-section .loop-card-title-wrapper .loop-card-title,.theme10-section .loop-card-title-wrapper .loop-card-title{margin-top:-1.25rem;margin-bottom:15px;text-align:center;font-size:21px;font-weight:600;text-transform:uppercase}.theme1-section .loop-card-title-wrapper .heading-bottom-line,.theme3-section .loop-card-title-wrapper .heading-bottom-line,.theme4-section .loop-card-title-wrapper .heading-bottom-line,.theme5-section .loop-card-title-wrapper .heading-bottom-line,.theme6-section .loop-card-title-wrapper .heading-bottom-line,.theme10-section .loop-card-title-wrapper .heading-bottom-line{display:none}.theme2-section .loop-card-title-wrapper .loop-card-title,.theme5-section .loop-card-title-wrapper .loop-card-title,.theme6-section .loop-card-title-wrapper .loop-card-title,.theme7-section .loop-card-title-wrapper .loop-card-title,.theme8-section .loop-card-title-wrapper .loop-card-title,.theme9-section .loop-card-title-wrapper .loop-card-title{margin-top:17.45px;margin-bottom:17.45px;font-size:21px;font-weight:700;text-transform:uppercase;line-height:21px}.theme2-section .loop-card-title-wrapper .heading-bottom-line,.theme5-section .loop-card-title-wrapper .heading-bottom-line,.theme6-section .loop-card-title-wrapper .heading-bottom-line,.theme7-section .loop-card-title-wrapper .heading-bottom-line,.theme8-section .loop-card-title-wrapper .heading-bottom-line,.theme9-section .loop-card-title-wrapper .heading-bottom-line{display:block;height:.125rem;width:60px}.theme3-section .loop-card-title-wrapper .loop-card-title,.theme10-section .loop-card-title-wrapper .loop-card-title{color:#fff!important;margin-top:17px}.theme3-section .loop-card-title-wrapper .heading-bottom-line,.theme4-section .loop-card-title-wrapper .heading-bottom-line,.theme6-section .loop-card-title-wrapper .heading-bottom-line{margin-left:auto;margin-right:auto;margin-bottom:1.25rem;display:block;height:.125rem;width:20%}.theme5-section .loop-card-title-wrapper .loop-card-title{text-align:left;font-weight:600}.theme7-section .loop-card-title-wrapper .heading-bottom-line{display:none}.theme8-section .loop-card-title-wrapper{display:flex;flex-direction:column-reverse}.theme8-section .loop-card-title-wrapper .loop-card-title{margin-top:.625rem;margin-bottom:1.75rem}.theme9-section .loop-card-title-wrapper{position:relative;margin-bottom:1.25rem;display:flex;height:42px;align-items:center}.theme9-section .loop-card-title-wrapper .loop-card-title{margin-top:0;margin-bottom:0;padding-left:1rem}.theme9-section .loop-card-title-wrapper .heading-bottom-line{position:absolute;top:0;height:100%;width:.125rem}.theme10-section .loop-card-title-wrapper .loop-card-title{margin-top:0;display:flex;height:34px;align-items:center;justify-content:center}.theme1-section .theme-wrapper-container,.theme4-section .theme-wrapper-container,.theme5-section .theme-wrapper-container,.theme6-section .theme-wrapper-container,.theme7-section .theme-wrapper-container,.theme8-section .theme-wrapper-container,.theme9-section .theme-wrapper-container,.theme10-section .theme-wrapper-container{padding:1.25rem 1.25rem 2.5rem}.theme2-section .theme-wrapper-container{padding:1.25rem}.theme3-section .theme-wrapper-container{padding-left:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem}.theme6-section .theme-wrapper-container{padding-top:1.75rem}.theme8-section .theme-wrapper-container{padding-top:2.25rem}.theme9-section .theme-wrapper-container{padding:1rem 1.5rem .25rem}.theme10-section .theme-wrapper-container{padding-top:0}.theme-section-wrapper .input-element{margin-top:.375rem;margin-bottom:.375rem;height:38px;width:100%;border-radius:.25rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(204 204 204 / var(--tw-border-opacity));background-color:transparent;padding:.625rem;font-size:.875rem;line-height:1.25rem;line-height:14px;outline:2px solid transparent;outline-offset:2px}.theme-section-wrapper .input-element::placeholder{text-transform:capitalize;--tw-text-opacity: 1;color:rgb(85 85 85 / var(--tw-text-opacity))}.theme1-section .input-element,.theme2-section .input-element,.theme3-section .input-element,.theme5-section .input-element,.theme6-section .input-element,.theme7-section .input-element,.theme8-section .input-element,.theme9-section .input-element,.theme10-section .input-element{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.theme2-section .intro-description-container,.theme3-section .intro-description-container,.theme5-section .intro-description-container,.theme6-section .intro-description-container,.theme7-section .intro-description-container,.theme8-section .intro-description-container,.theme9-section .intro-description-container,.theme10-section .intro-description-container{border-collapse:separate;--tw-border-spacing-y: .25rem;border-spacing:var(--tw-border-spacing-x) var(--tw-border-spacing-y);padding-bottom:30px}.theme2-section .intro-description-container>tbody,.theme3-section .intro-description-container>tbody,.theme5-section .intro-description-container>tbody,.theme6-section .intro-description-container>tbody,.theme7-section .intro-description-container>tbody,.theme8-section .intro-description-container>tbody,.theme9-section .intro-description-container>tbody,.theme10-section .intro-description-container>tbody{display:flex;flex-direction:column-reverse}.theme2-section .intro-description-container>tbody>tr td:first-child,.theme3-section .intro-description-container>tbody>tr td:first-child,.theme5-section .intro-description-container>tbody>tr td:first-child,.theme6-section .intro-description-container>tbody>tr td:first-child,.theme7-section .intro-description-container>tbody>tr td:first-child,.theme8-section .intro-description-container>tbody>tr td:first-child,.theme9-section .intro-description-container>tbody>tr td:first-child,.theme10-section .intro-description-container>tbody>tr td:first-child{height:2rem;width:2rem}.theme2-section .intro-description-container>tbody>tr td:first-child>div,.theme3-section .intro-description-container>tbody>tr td:first-child>div,.theme5-section .intro-description-container>tbody>tr td:first-child>div,.theme6-section .intro-description-container>tbody>tr td:first-child>div,.theme7-section .intro-description-container>tbody>tr td:first-child>div,.theme8-section .intro-description-container>tbody>tr td:first-child>div,.theme9-section .intro-description-container>tbody>tr td:first-child>div,.theme10-section .intro-description-container>tbody>tr td:first-child>div{display:flex;height:30px;width:30px;align-items:center;justify-content:center;border-radius:9999px}.theme2-section .intro-description-container>tbody>tr td:first-child>div div,.theme3-section .intro-description-container>tbody>tr td:first-child>div div,.theme5-section .intro-description-container>tbody>tr td:first-child>div div,.theme6-section .intro-description-container>tbody>tr td:first-child>div div,.theme7-section .intro-description-container>tbody>tr td:first-child>div div,.theme8-section .intro-description-container>tbody>tr td:first-child>div div,.theme9-section .intro-description-container>tbody>tr td:first-child>div div,.theme10-section .intro-description-container>tbody>tr td:first-child>div div{height:.875rem}.theme2-section .intro-description-container>tbody>tr td:last-child>div,.theme3-section .intro-description-container>tbody>tr td:last-child>div,.theme5-section .intro-description-container>tbody>tr td:last-child>div,.theme6-section .intro-description-container>tbody>tr td:last-child>div,.theme7-section .intro-description-container>tbody>tr td:last-child>div,.theme8-section .intro-description-container>tbody>tr td:last-child>div,.theme9-section .intro-description-container>tbody>tr td:last-child>div,.theme10-section .intro-description-container>tbody>tr td:last-child>div{margin-left:.625rem;margin-right:.625rem;max-width:220px;overflow-wrap:break-word;font-size:13px;line-height:18px;--tw-text-opacity: 1;color:rgb(241 241 241 / var(--tw-text-opacity))}.theme3-section .intro-description-container{margin-top:-.5rem;width:calc(100% - 20px);--tw-border-spacing-y: .5rem;border-spacing:var(--tw-border-spacing-x) var(--tw-border-spacing-y);padding-bottom:0}.theme3-section .intro-description-container>tbody{flex-direction:column}.theme3-section .intro-description-container>tbody>tr td:first-child{height:2.5rem;width:2.5rem}.theme3-section .intro-description-container>tbody>tr td:first-child>div{height:2.5rem;width:2.5rem;border-width:2px;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.theme3-section .intro-description-container>tbody>tr td:first-child>div div{display:flex;height:18px;align-items:center;justify-content:center}.theme3-section .intro-description-container>tbody>tr td:last-child>div{width:100%;max-width:100%}.theme5-section .intro-description-container,.theme6-section .intro-description-container,.theme7-section .intro-description-container{width:100%;padding-bottom:1.25rem}.theme5-section .intro-description-container>tbody>tr td:first-child>div,.theme6-section .intro-description-container>tbody>tr td:first-child>div,.theme7-section .intro-description-container>tbody>tr td:first-child>div{border-radius:0;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.theme5-section .intro-description-container>tbody>tr td:last-child>div,.theme6-section .intro-description-container>tbody>tr td:last-child>div,.theme7-section .intro-description-container>tbody>tr td:last-child>div{width:100%;max-width:100%;font-size:.875rem;line-height:1.25rem;font-weight:600}.theme5-section .intro-description-container>tbody>tr td:last-child>div>p,.theme6-section .intro-description-container>tbody>tr td:last-child>div>p,.theme7-section .intro-description-container>tbody>tr td:last-child>div>p{margin-right:1.5rem;line-height:1rem}.theme6-section .intro-description-container{width:100%;padding-bottom:1.25rem}.theme6-section .intro-description-container>tbody>tr td:first-child>div{border-radius:9999px}.theme7-section .intro-description-container{border-collapse:collapse;border-style:none}.theme7-section .intro-description-container>tbody{display:flex;flex-direction:column}.theme7-section .intro-description-container>tbody>tr td.details-logo-wrapper{border-top-width:1px;--tw-border-opacity: 1;border-top-color:rgb(255 255 255 / var(--tw-border-opacity))}.theme7-section .intro-description-container>tbody>tr td:first-child{height:2rem;width:2rem}.theme7-section .intro-description-container>tbody>tr td:first-child>div{display:flex;height:68px;width:5rem;align-items:center;justify-content:center;--tw-bg-opacity: 1;background-color:rgb(0 133 196 / var(--tw-bg-opacity))}.theme7-section .intro-description-container>tbody>tr td:first-child>div div{height:.875rem}.theme7-section .intro-description-container>tbody>tr td:last-child>div{font-weight:400;--tw-text-opacity: 1;color:rgb(19 20 20 / var(--tw-text-opacity))}.theme9-section .intro-description-container,.theme8-section .intro-description-container,.theme10-section .intro-description-container{padding-bottom:.5rem}.theme9-section .intro-description-container>tbody>tr td:first-child>div,.theme8-section .intro-description-container>tbody>tr td:first-child>div,.theme10-section .intro-description-container>tbody>tr td:first-child>div{border-radius:0}.theme9-section .intro-description-container>tbody>tr td:last-child>div,.theme8-section .intro-description-container>tbody>tr td:last-child>div,.theme10-section .intro-description-container>tbody>tr td:last-child>div{font-weight:400;--tw-text-opacity: 1;color:rgb(85 85 85 / var(--tw-text-opacity))}.theme-section-wrapper .northern-border-container{margin-bottom:15px;border-radius:7px;border-width:1px;padding:15px;--tw-shadow: 0 6px 20px 0 #dbdbe8;--tw-shadow-colored: 0 6px 20px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.theme2-section .northern-border-container,.theme5-section .northern-border-container,.theme6-section .northern-border-container,.theme7-section .northern-border-container{border-style:none}.theme2-section .northern-border-container{--tw-shadow: 0 1px 4px rgba(0,0,0,.2),0 0 40px rgba(255,251,251,.1) inset;--tw-shadow-colored: 0 1px 4px var(--tw-shadow-color), inset 0 0 40px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.theme3-section .northern-border-container,.theme4-section .northern-border-container,.theme9-section .northern-border-container,.theme10-section .northern-border-container{background:transparent!important;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity));--tw-shadow: 0 6px 20px 0 #dbdbe8;--tw-shadow-colored: 0 6px 20px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.theme5-section .northern-border-container,.theme6-section .northern-border-container,.theme7-section .northern-border-container{border-radius:0;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.theme1-section .page-layout-container,.theme3-section .page-layout-container,.theme4-section .page-layout-container,.theme5-section .page-layout-container,.theme6-section .page-layout-container,.theme7-section .page-layout-container,.theme8-section .page-layout-container,.theme9-section .page-layout-container,.theme10-section .page-layout-container{position:relative;overflow:hidden;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));--tw-shadow: 1px 2px 15px #48484833;--tw-shadow-colored: 1px 2px 15px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.theme1-section .page-layout-container .page-layout-inner-container,.theme3-section .page-layout-container .page-layout-inner-container,.theme4-section .page-layout-container .page-layout-inner-container,.theme5-section .page-layout-container .page-layout-inner-container,.theme6-section .page-layout-container .page-layout-inner-container,.theme7-section .page-layout-container .page-layout-inner-container,.theme8-section .page-layout-container .page-layout-inner-container,.theme9-section .page-layout-container .page-layout-inner-container,.theme10-section .page-layout-container .page-layout-inner-container{height:100%;width:100%;overflow:hidden;border-width:1px}.theme2-section .page-layout-container{position:relative;overflow:hidden;--tw-bg-opacity: 1;background-color:rgb(244 244 244 / var(--tw-bg-opacity));--tw-shadow: 1px 2px 15px #48484833;--tw-shadow-colored: 1px 2px 15px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.theme2-section .page-layout-container .page-layout-inner-container{height:100%;width:100%}.theme4-section .page-layout-container{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity));padding-left:15px;padding-right:15px}.theme4-section .page-layout-container .page-layout-inner-container{height:100%;width:100%;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));padding-top:3rem;padding-bottom:2.5rem}.theme5-section .page-layout-container .page-layout-inner-container,.theme6-section .page-layout-container .page-layout-inner-container,.theme7-section .page-layout-container .page-layout-inner-container{display:flex;border-style:none}.theme7-section .page-layout-container,.theme8-section .page-layout-container,.theme9-section .page-layout-container,.theme10-section .page-layout-container{--tw-shadow: 1px 2px 15px #484848;--tw-shadow-colored: 1px 2px 15px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.theme8-section .page-layout-container,.theme9-section .page-layout-container,.theme10-section .page-layout-container{background-color:transparent}.theme8-section .page-layout-container .page-layout-inner-container,.theme9-section .page-layout-container .page-layout-inner-container,.theme10-section .page-layout-container .page-layout-inner-container{border-style:none}.theme1-section .phone-book-btn-container,.theme4-section .phone-book-btn-container,.theme5-section .phone-book-btn-container,.theme6-section .phone-book-btn-container,.theme7-section .phone-book-btn-container,.theme8-section .phone-book-btn-container{margin-top:0;margin-bottom:0;margin-left:1.25rem;margin-right:1.25rem;padding:1.25rem}.theme1-section .phone-book-btn-container .phone-book-inner-btn-container,.theme4-section .phone-book-btn-container .phone-book-inner-btn-container,.theme5-section .phone-book-btn-container .phone-book-inner-btn-container,.theme6-section .phone-book-btn-container .phone-book-inner-btn-container,.theme7-section .phone-book-btn-container .phone-book-inner-btn-container,.theme8-section .phone-book-btn-container .phone-book-inner-btn-container{height:51px}.theme1-section .phone-book-btn-container .phone-book-inner-btn-container .phone-book-btn,.theme4-section .phone-book-btn-container .phone-book-inner-btn-container .phone-book-btn,.theme5-section .phone-book-btn-container .phone-book-inner-btn-container .phone-book-btn,.theme6-section .phone-book-btn-container .phone-book-inner-btn-container .phone-book-btn,.theme7-section .phone-book-btn-container .phone-book-inner-btn-container .phone-book-btn,.theme8-section .phone-book-btn-container .phone-book-inner-btn-container .phone-book-btn{margin:5px;display:flex;height:calc(100% - 10px);width:calc(100% - 10px);align-items:center;justify-content:center;gap:.5rem;border-bottom-width:6px;--tw-border-opacity: 1;border-color:rgb(55 57 58 / var(--tw-border-opacity));background-color:#4848488c;padding:.625rem .125rem;font-size:13px}.theme1-section .phone-book-btn-container .phone-book-inner-btn-container .phone-book-btn-text,.theme4-section .phone-book-btn-container .phone-book-inner-btn-container .phone-book-btn-text,.theme5-section .phone-book-btn-container .phone-book-inner-btn-container .phone-book-btn-text,.theme6-section .phone-book-btn-container .phone-book-inner-btn-container .phone-book-btn-text,.theme7-section .phone-book-btn-container .phone-book-inner-btn-container .phone-book-btn-text,.theme8-section .phone-book-btn-container .phone-book-inner-btn-container .phone-book-btn-text{--tw-text-opacity: 1;color:rgb(241 241 241 / var(--tw-text-opacity))}.theme2-section .phone-book-btn-container,.theme3-section .phone-book-btn-container{margin-top:0;margin-bottom:0;padding-bottom:30px}.theme2-section .phone-book-btn-container .phone-book-inner-btn-container .phone-book-btn,.theme3-section .phone-book-btn-container .phone-book-inner-btn-container .phone-book-btn{margin:5px 5px 0;display:flex;height:calc(100% - 10px);width:calc(100% - 10px);align-items:center;justify-content:center;gap:.5rem;border-bottom-width:6px;padding:.625rem .125rem;font-size:13px}.theme2-section .phone-book-btn-container .phone-book-inner-btn-container .phone-book-btn-text,.theme3-section .phone-book-btn-container .phone-book-inner-btn-container .phone-book-btn-text{--tw-text-opacity: 1;color:rgb(241 241 241 / var(--tw-text-opacity))}.theme3-section .phone-book-btn-container .phone-book-inner-btn-container .phone-book-btn{margin-top:1.25rem;height:39px;border-width:1px;background-color:transparent}.theme4-section .phone-book-btn-container,.theme5-section .phone-book-btn-container{margin-left:12px;margin-right:12px;padding-left:0;padding-right:0;padding-top:2.5rem}.theme5-section .phone-book-btn-container,.theme6-section .phone-book-btn-container,.theme7-section .phone-book-btn-container{margin-left:0;margin-right:0;padding-left:0;padding-right:0;padding-top:0}.theme5-section .phone-book-btn-container .phone-book-inner-btn-container .phone-book-btn,.theme6-section .phone-book-btn-container .phone-book-inner-btn-container .phone-book-btn,.theme7-section .phone-book-btn-container .phone-book-inner-btn-container .phone-book-btn{margin-left:0;margin-right:0;width:100%}.theme7-section .phone-book-btn-container{margin-top:1.25rem;padding-bottom:.5rem}.theme8-section .phone-book-btn-container{margin-left:0;margin-right:0;padding-left:0;padding-right:0;padding-bottom:0}.theme8-section .phone-book-btn-container .phone-book-inner-btn-container .phone-book-btn{margin-left:0;margin-right:0;width:100%}.theme9-section .phone-book-btn-container .phone-book-inner-btn-container,.theme10-section .phone-book-btn-container .phone-book-inner-btn-container{display:flex;justify-content:center}.theme9-section .phone-book-btn-container .phone-book-inner-btn-container .phone-book-btn,.theme10-section .phone-book-btn-container .phone-book-inner-btn-container .phone-book-btn{display:flex;align-items:center;gap:.25rem;border-radius:7px;padding:.5rem 1.25rem;font-size:.75rem;line-height:1rem}.theme-section-wrapper .table-container{margin-top:15px;border-collapse:separate;--tw-border-spacing-x: 0px;--tw-border-spacing-y: 5px;border-spacing:var(--tw-border-spacing-x) var(--tw-border-spacing-y);font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(85 85 85 / var(--tw-text-opacity))}.theme-section-wrapper .table-container>tbody>tr>td:first-child{position:relative;display:flex;min-width:150px;justify-content:space-between;padding-right:.25rem;text-align:left}.theme-section-wrapper .table-container>tbody>tr>td:first-child>h3{margin:0;display:inline-block;font-size:.875rem;line-height:1.25rem;font-weight:700}.theme3-section .table-container{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.loop-card-title-wrapper .theme8-section .table-container,.theme9-section .table-container{margin-top:0}.theme2-section .theme2-tag-list-container,.theme5-section .theme2-tag-list-container,.theme6-section .theme2-tag-list-container{padding-top:1.25rem}.theme2-section .theme2-tag-list-container .theme2-tag-list-view,.theme5-section .theme2-tag-list-container .theme2-tag-list-view,.theme6-section .theme2-tag-list-container .theme2-tag-list-view{display:flex;flex-wrap:wrap;gap:.125rem;padding-top:.625rem;padding-bottom:.625rem}.theme2-section .theme2-tag-list-container .theme2-tag-list-view .theme2-tag-box,.theme5-section .theme2-tag-list-container .theme2-tag-list-view .theme2-tag-box,.theme6-section .theme2-tag-list-container .theme2-tag-list-view .theme2-tag-box{margin-bottom:.625rem;margin-right:5px;display:flex;min-width:-webkit-min-content;min-width:min-content;align-items:center;justify-content:center;gap:.375rem;border-radius:50px;padding:.375rem .625rem;font-size:.75rem;line-height:.75rem;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity));--tw-shadow: 0 1px 4px rgba(0,0,0,.2),0 0 40px rgba(255,251,251,.1) inset;--tw-shadow-colored: 0 1px 4px var(--tw-shadow-color), inset 0 0 40px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.theme2-section .theme2-tag-list-container .theme2-tag-list-view .theme2-tag-box .tag-icon-container,.theme5-section .theme2-tag-list-container .theme2-tag-list-view .theme2-tag-box .tag-icon-container,.theme6-section .theme2-tag-list-container .theme2-tag-list-view .theme2-tag-box .tag-icon-container{display:flex;height:.75rem;align-items:center}.theme2-section .theme2-tag-list-container .theme2-tag-list-view .theme2-tag-box .tag-text-container,.theme5-section .theme2-tag-list-container .theme2-tag-list-view .theme2-tag-box .tag-text-container,.theme6-section .theme2-tag-list-container .theme2-tag-list-view .theme2-tag-box .tag-text-container{text-transform:capitalize}.theme5-section .theme2-tag-list-container .theme2-tag-list-view{justify-content:center}.theme-section-wrapper .textarea-element{margin-top:.375rem;margin-bottom:.375rem;min-height:54px;width:100%;resize:none;border-radius:.25rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(204 204 204 / var(--tw-border-opacity));background-color:transparent;padding:.625rem;font-size:.875rem;line-height:1.25rem;line-height:14px;outline:2px solid transparent;outline-offset:2px}.theme-section-wrapper .textarea-element::placeholder{text-transform:capitalize;--tw-text-opacity: 1;color:rgb(85 85 85 / var(--tw-text-opacity))}.theme1-section .textarea-element,.theme2-section .textarea-element,.theme3-section .textarea-element,.theme5-section .textarea-element,.theme6-section .textarea-element,.theme7-section .textarea-element,.theme8-section .textarea-element,.theme9-section .textarea-element,.theme10-section .textarea-element{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.theme1-section .intro-page-card,.theme3-section .intro-page-card,.theme4-section .intro-page-card,.theme5-section .intro-page-card,.theme6-section .intro-page-card,.theme7-section .intro-page-card,.theme8-section .intro-page-card,.theme9-section .intro-page-card,.theme10-section .intro-page-card{position:relative;min-height:235px;--tw-bg-opacity: 1;background-color:rgb(60 65 65 / var(--tw-bg-opacity));padding-left:2.5rem;padding-right:2.5rem;padding-top:70px;padding-bottom:30px}.theme1-section .intro-page-card .user-details-info,.theme3-section .intro-page-card .user-details-info,.theme4-section .intro-page-card .user-details-info,.theme5-section .intro-page-card .user-details-info,.theme6-section .intro-page-card .user-details-info,.theme7-section .intro-page-card .user-details-info,.theme8-section .intro-page-card .user-details-info,.theme9-section .intro-page-card .user-details-info,.theme10-section .intro-page-card .user-details-info{display:flex;height:100%;width:100%;flex-direction:column;align-items:center}.theme1-section .intro-page-card .user-details-info .user-img-container,.theme3-section .intro-page-card .user-details-info .user-img-container,.theme4-section .intro-page-card .user-details-info .user-img-container,.theme5-section .intro-page-card .user-details-info .user-img-container,.theme6-section .intro-page-card .user-details-info .user-img-container,.theme7-section .intro-page-card .user-details-info .user-img-container,.theme8-section .intro-page-card .user-details-info .user-img-container,.theme9-section .intro-page-card .user-details-info .user-img-container,.theme10-section .intro-page-card .user-details-info .user-img-container{margin-bottom:.125rem;height:121px;width:121px;border-width:5px;padding:5px}.theme1-section .intro-page-card .user-details-info .user-img-container .user-img,.theme3-section .intro-page-card .user-details-info .user-img-container .user-img,.theme4-section .intro-page-card .user-details-info .user-img-container .user-img,.theme5-section .intro-page-card .user-details-info .user-img-container .user-img,.theme6-section .intro-page-card .user-details-info .user-img-container .user-img,.theme7-section .intro-page-card .user-details-info .user-img-container .user-img,.theme8-section .intro-page-card .user-details-info .user-img-container .user-img,.theme9-section .intro-page-card .user-details-info .user-img-container .user-img,.theme10-section .intro-page-card .user-details-info .user-img-container .user-img{height:100%;width:100%}.theme1-section .intro-page-card .user-details-info .user-brand-container,.theme3-section .intro-page-card .user-details-info .user-brand-container,.theme4-section .intro-page-card .user-details-info .user-brand-container,.theme5-section .intro-page-card .user-details-info .user-brand-container,.theme6-section .intro-page-card .user-details-info .user-brand-container,.theme7-section .intro-page-card .user-details-info .user-brand-container,.theme8-section .intro-page-card .user-details-info .user-brand-container,.theme9-section .intro-page-card .user-details-info .user-brand-container,.theme10-section .intro-page-card .user-details-info .user-brand-container{margin-top:.625rem;margin-bottom:.625rem;font-size:17px;font-weight:500;text-transform:uppercase;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.theme1-section .intro-page-card .user-details-info .user-brand-underline,.theme3-section .intro-page-card .user-details-info .user-brand-underline,.theme4-section .intro-page-card .user-details-info .user-brand-underline,.theme5-section .intro-page-card .user-details-info .user-brand-underline,.theme6-section .intro-page-card .user-details-info .user-brand-underline,.theme7-section .intro-page-card .user-details-info .user-brand-underline,.theme8-section .intro-page-card .user-details-info .user-brand-underline,.theme9-section .intro-page-card .user-details-info .user-brand-underline,.theme10-section .intro-page-card .user-details-info .user-brand-underline{margin-bottom:.625rem;width:40%;border-bottom-width:2px}.theme1-section .intro-page-card .user-details-info .user-name-container,.theme3-section .intro-page-card .user-details-info .user-name-container,.theme4-section .intro-page-card .user-details-info .user-name-container,.theme5-section .intro-page-card .user-details-info .user-name-container,.theme6-section .intro-page-card .user-details-info .user-name-container,.theme7-section .intro-page-card .user-details-info .user-name-container,.theme8-section .intro-page-card .user-details-info .user-name-container,.theme9-section .intro-page-card .user-details-info .user-name-container,.theme10-section .intro-page-card .user-details-info .user-name-container{margin-top:.25rem;display:flex;flex-direction:column;align-items:center;line-height:1rem;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.theme1-section .intro-page-card .user-details-info .user-name-container .user-designation,.theme3-section .intro-page-card .user-details-info .user-name-container .user-designation,.theme4-section .intro-page-card .user-details-info .user-name-container .user-designation,.theme5-section .intro-page-card .user-details-info .user-name-container .user-designation,.theme6-section .intro-page-card .user-details-info .user-name-container .user-designation,.theme7-section .intro-page-card .user-details-info .user-name-container .user-designation,.theme8-section .intro-page-card .user-details-info .user-name-container .user-designation,.theme9-section .intro-page-card .user-details-info .user-name-container .user-designation,.theme10-section .intro-page-card .user-details-info .user-name-container .user-designation{margin-top:5px;display:block;font-size:.75rem;line-height:1rem;text-transform:capitalize}.theme3-section .intro-page-card,.theme4-section .intro-page-card,.theme5-section .intro-page-card,.theme6-section .intro-page-card,.theme7-section .intro-page-card,.theme9-section .intro-page-card{height:auto;background-color:transparent}.theme3-section .intro-page-card .user-details-info .user-brand-container,.theme4-section .intro-page-card .user-details-info .user-brand-container,.theme5-section .intro-page-card .user-details-info .user-brand-container,.theme6-section .intro-page-card .user-details-info .user-brand-container,.theme7-section .intro-page-card .user-details-info .user-brand-container,.theme9-section .intro-page-card .user-details-info .user-brand-container,.theme3-section .intro-page-card .user-details-info .user-name-container,.theme4-section .intro-page-card .user-details-info .user-name-container,.theme5-section .intro-page-card .user-details-info .user-name-container,.theme6-section .intro-page-card .user-details-info .user-name-container,.theme7-section .intro-page-card .user-details-info .user-name-container,.theme9-section .intro-page-card .user-details-info .user-name-container{--tw-text-opacity: 1;color:rgb(85 85 85 / var(--tw-text-opacity))}.theme4-section .intro-page-card .user-details-info .user-img-container,.theme4-section .intro-page-card .user-details-info .user-img-container .user-img{border-radius:9999px}.theme5-section .intro-page-card{padding-top:60px!important}.theme5-section .intro-page-card .user-details-info .user-img-container{border-radius:.5rem}.theme6-section .intro-page-card{padding-top:60px!important;padding-bottom:10px!important}.theme6-section .intro-page-card .user-details-info .user-img-container{border-radius:.5rem;border-width:2px;padding:0}.theme6-section .intro-page-card .user-details-info .user-img-container .user-img{border-radius:.25rem}.theme7-section .intro-page-card .user-details-info .user-img-container{border-radius:1rem}.theme7-section .intro-page-card .user-details-info .user-img-container .user-img{border-radius:.5rem}.theme8-section .intro-page-card .user-details-info{height:auto}.theme8-section .intro-page-card .user-details-info .user-img-container{border-color:#fff!important}.theme9-section .intro-page-card,.theme10-section .intro-page-card{padding-bottom:1rem}.theme9-section .intro-page-card .user-details-info,.theme10-section .intro-page-card .user-details-info{margin-bottom:5rem;margin-top:1.5rem}.theme1-section .views-count-container,.theme4-section .views-count-container,.theme5-section .views-count-container,.theme6-section .views-count-container,.theme8-section .views-count-container,.theme9-section .views-count-container,.theme10-section .views-count-container{position:absolute;right:0;top:0;margin-bottom:0;display:flex;align-items:center;gap:.25rem;border-width:1px;border-top-width:0px;border-color:transparent;padding-left:.625rem;padding-right:.625rem;padding-top:5px;padding-bottom:5px;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.theme1-section .views-count-container .view-count,.theme4-section .views-count-container .view-count,.theme5-section .views-count-container .view-count,.theme6-section .views-count-container .view-count,.theme8-section .views-count-container .view-count,.theme9-section .views-count-container .view-count,.theme10-section .views-count-container .view-count{display:flex;gap:.125rem}.theme2-section .views-count-container{border-color:#fff!important}.theme2-section .views-count-container,.theme3-section .views-count-container,.theme7-section .views-count-container{position:absolute;right:0;top:0;margin-top:.625rem;margin-right:.625rem;margin-bottom:0;display:flex;height:29px;align-items:center;gap:.25rem;border-radius:18px;border-width:1px;background-color:transparent;padding-left:.625rem;padding-right:.625rem;padding-top:5px;padding-bottom:5px;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.theme2-section .views-count-container .view-count,.theme3-section .views-count-container .view-count,.theme7-section .views-count-container .view-count{display:flex;gap:.125rem}.theme3-section .views-count-container{left:50%;right:unset;--tw-translate-x: -50%;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))}.theme4-section .views-count-container{top:-2.5rem;right:.5rem;height:27px}.theme5-section .views-count-container,.theme6-section .views-count-container{left:50%;right:unset;--tw-translate-x: -50%;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));border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}.theme6-section .views-count-container{padding-top:0}.theme8-section .views-count-container{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.theme8-section .views-count-container,.theme9-section .views-count-container,.theme10-section .views-count-container{left:50%;right:unset;--tw-translate-x: -50%;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))}.theme1-section .contact-info-container{display:flex;flex-direction:column}.theme1-section .contact-info-container .contact-info-inner-container{position:relative;margin-bottom:15px;height:100%}.theme1-section .contact-info-container .contact-info-inner-container .side-design-theme1-left{transform:translateY(-50%) perspective(350px) rotateY(-115deg);position:absolute;top:50%;left:-17px;margin:0 auto;height:75%;width:60px;border-radius:20px 0 0 20px/20px 0px 0px 20px;opacity:.97;--tw-shadow: 0 26px 20px 0 #dbdbe8;--tw-shadow-colored: 0 26px 20px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.theme1-section .contact-info-container .contact-info-inner-container .side-design-theme1-right{transform:translateY(-50%) perspective(350px) rotateY(-65deg);position:absolute;top:50%;right:-17px;margin:0 auto;height:75%;width:60px;border-radius:20px 0 0 20px/20px 0px 0px 20px;opacity:.97;--tw-shadow: 0 26px 20px 0 #dbdbe8;--tw-shadow-colored: 0 26px 20px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.theme2-section .theme2-page-intro-container{background-position:top left!important;background-size:cover!important;position:relative;padding:1.25rem}.theme2-section .theme2-page-intro-container .theme2-page-inner-container{width:100%}.theme2-section .theme2-page-intro-container .theme2-page-inner-container .theme2-brand-intro-img-container{margin-top:25px;max-width:150px;border-radius:.5rem;border-width:2px;--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}.theme2-section .theme2-page-intro-container .theme2-page-inner-container .theme2-brand-intro-text{margin-top:.625rem;margin-bottom:.875rem;font-size:1.125rem;line-height:1.75rem;font-weight:600;text-transform:uppercase;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.theme2-section .theme2-page-intro-container .theme2-page-inner-container .theme2-user-name-container{margin-bottom:7px;font-weight:600;text-transform:capitalize;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.theme2-section .theme2-page-intro-container .theme2-page-inner-container .theme2-user-name-container .theme2-user-designation{font-size:.875rem;line-height:1.25rem}.theme2-section .theme2-page-intro-container .theme2-page-inner-container .theme2-user-name-underline{margin-top:15px;height:.125rem;width:60px}.theme3-section .theme3-tag-wrapper{margin-top:15px;margin-bottom:.625rem;display:flex;width:100%;justify-content:center;gap:.5rem}.theme3-section .theme3-tag-wrapper .theme3-tag{display:flex;height:2rem;width:2.25rem;align-items:center;justify-content:center}.theme3-section .theme3-intro-cover-container{border-left-width:65px;border-top-width:6px;padding-top:2.5rem;padding-right:.625rem;padding-bottom:1.25rem}.theme3-section .theme3-intro-cover-container .theme3-intro-description{margin-left:-1.25rem}.theme3-section .theme3-intro-footer-container{padding:15px}.theme4-section .theme4-tag-wrapper{margin-top:15px;margin-bottom:.625rem;display:flex;width:100%;justify-content:center;gap:.5rem}.theme4-section .theme4-tag-wrapper .theme4-tag{display:flex;height:38px;width:38px;align-items:center;justify-content:center;border-radius:9999px}.theme4-section .theme4-description-container .theme4-description-wrapper{margin-bottom:2.5rem;display:flex;flex-direction:column;gap:35px}.theme4-section .theme4-description-container .theme4-description-wrapper .theme4-description-row{position:relative;display:flex;width:100%;gap:.625rem}.theme4-section .theme4-description-container .theme4-description-wrapper .theme4-description-row .theme4-icon-container{min-height:2.5rem;width:55px}.theme4-section .theme4-description-container .theme4-description-wrapper .theme4-description-row .theme4-icon-container .theme4-icon-wrapper{position:absolute;top:50%;display:flex;min-height:2.5rem;width:55px;--tw-translate-y: -50%;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));align-items:center;justify-content:center;overflow:hidden}.theme4-section .theme4-description-container .theme4-description-wrapper .theme4-description-row .theme4-icon-container .theme4-icon-wrapper .theme4-icon-box{display:flex;height:2.5rem;width:0px;align-items:center;justify-content:flex-start;border-bottom-width:70px;border-top-width:70px;border-bottom-color:transparent;border-top-color:transparent}.theme4-section .theme4-description-container .theme4-description-wrapper .theme4-description-row .theme4-text-container{display:flex;min-height:2.5rem;width:calc(100% - 65px);align-items:center}.theme4-section .theme4-description-container .theme4-description-wrapper .theme4-description-row .theme4-text-container>p{display:flex;flex-direction:column;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(85 85 85 / var(--tw-text-opacity))}.theme5-section .theme5-wrapper-user-details{display:flex;flex-direction:column}.theme5-section .theme5-wrapper-user-details .inner-user-details-wrapper{height:1.75rem;width:100%;overflow:hidden}.theme6-section .theme6-tag-wrapper{margin-left:.625rem;margin-right:.625rem;margin-top:15px;margin-bottom:.625rem;display:flex;width:100%;justify-content:center;gap:1.25rem}.theme6-section .theme6-tag-wrapper .tag-data-wrapper{display:flex;flex-direction:column;align-items:center;gap:.625rem}.theme6-section .theme6-tag-wrapper .tag-data-wrapper .theme6-tag{display:flex;height:2.5rem;width:2.5rem;align-items:center;justify-content:center;border-radius:9999px}.theme6-section .theme6-tag-wrapper .tag-data-wrapper .tag-data-text{font-size:.75rem;line-height:1rem;text-transform:capitalize;--tw-text-opacity: 1;color:rgb(85 85 85 / var(--tw-text-opacity))}.theme8-section .theme8-tag-wrapper{margin-left:.625rem;margin-right:.625rem;margin-top:15px;margin-bottom:.625rem;display:flex;width:100%;justify-content:center;gap:1.25rem}.theme8-section .theme8-tag-wrapper .tag-data-wrapper{display:flex;flex-direction:column;align-items:center;gap:.625rem;padding-bottom:2.5rem}.theme8-section .theme8-tag-wrapper .tag-data-wrapper .theme8-tag{display:flex;height:2.5rem;width:2.5rem;align-items:center;justify-content:center;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.theme8-section .theme8-tag-wrapper .tag-data-wrapper .tag-data-text{font-size:.75rem;line-height:1rem;text-transform:capitalize;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.theme9-section .theme9-tag-wrapper{margin-left:.625rem;margin-right:.625rem;margin-top:15px;margin-bottom:.625rem;display:flex;width:100%;justify-content:center;gap:1.25rem}.theme9-section .theme9-tag-wrapper .tag-data-wrapper{display:flex;flex-direction:column;align-items:center;gap:.625rem}.theme9-section .theme9-tag-wrapper .tag-data-wrapper .theme9-tag{display:flex;height:2.5rem;width:2.5rem;align-items:center;justify-content:center;border-radius:9999px}.theme9-section .theme9-tag-wrapper .tag-data-wrapper .tag-data-text{font-size:.75rem;line-height:1rem;text-transform:capitalize}.theme10-section .theme10-tag-wrapper{margin-top:15px;margin-bottom:.625rem;display:flex;width:100%;justify-content:center;gap:.5rem}.theme10-section .theme10-tag-wrapper .tag-data-wrapper{display:flex;flex-direction:column;align-items:center;gap:.625rem}.theme10-section .theme10-tag-wrapper .tag-data-wrapper .theme10-tag{display:flex;height:2.5rem;width:2.5rem;align-items:center;justify-content:center;border-radius:9999px}.theme10-section .theme10-tag-wrapper .tag-data-wrapper .tag-data-text{font-size:.75rem;line-height:1rem;text-transform:capitalize}.theme1-section .trapezoid{transform:perspective(350px) rotateX(-65deg);position:relative;margin:-50px auto 0;height:120px;width:300px;border-radius:0 0 20px 20px/0px 0px 20px 20px;opacity:.97;--tw-shadow: 0px 26px 20px 0px #dbdbe8;--tw-shadow-colored: 0px 26px 20px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.theme1-section .trapezoid.section-top-trapezoid{margin-top:-44px;height:95px;opacity:.94}.theme1-section .trapezoid.section-bottom-trapezoid{transform:perspective(350px) rotateX(-115deg);margin-bottom:-44px;height:95px;opacity:.94}.theme1-section .trapezoid-thread-line{height:1.25rem;--tw-shadow: 0 10px 20px 0 #dbdbe8;--tw-shadow-colored: 0 10px 20px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.theme2-section .trapezoid,.theme2-section .trapezoid-thread-line{display:none}.theme3-section .section .theme3-separator{margin-left:auto;margin-right:auto;height:1.25rem;width:85%;border-bottom-left-radius:.75rem;border-bottom-right-radius:.75rem}.theme3-section .section .theme3-separator.bottom-theme3-separator{border-top-left-radius:.75rem;border-top-right-radius:.75rem;border-bottom-left-radius:0;border-bottom-right-radius:0}.theme3-section .section .page-layout-container:first-child .theme3-separator:first-child{background:#ffffff!important;position:relative;width:100%;border-radius:0}.theme3-section .section .page-layout-container:first-child .theme3-separator:first-child:before{position:absolute;top:0;left:50%;height:100%;width:85%;--tw-translate-x: -50%;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));border-bottom-left-radius:.75rem;border-bottom-right-radius:.75rem}.theme4-section .theme4-theme-layout-container{border-right-color:transparent!important;position:absolute;top:0;left:0;border-top-width:80px;border-right-width:150px}.theme4-section .theme4-theme-layout-bottom-layer{border-left-color:transparent!important;position:absolute;bottom:0;right:0;border-bottom-width:80px;border-left-width:150px}.theme5-section .theme5-wrapper{position:relative;width:100%}.theme5-section .theme5-wrapper .theme5-border{position:absolute;height:91px;width:52px}.theme5-section .theme5-wrapper .theme5-border.top-left{top:0;left:0;border-top-width:7px;border-left-width:7px}.theme5-section .theme5-wrapper .theme5-border.top-right{top:0;right:0;border-top-width:7px;border-right-width:7px}.theme5-section .theme5-wrapper .theme5-border.bottom-left{bottom:0;left:0;border-bottom-width:7px;border-left-width:7px}.theme5-section .theme5-wrapper .theme5-border.bottom-right{bottom:0;right:0;border-bottom-width:7px;border-right-width:7px}.theme-section-wrapper .footer-container{position:fixed;bottom:0;left:0;display:flex;height:4rem;width:100%;overflow:auto;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));--tw-shadow: 0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(255,251,251,.1) inset;--tw-shadow-colored: 0 1px 4px var(--tw-shadow-color), inset 0 0 40px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.theme-section-wrapper .footer-container .footer-element{display:flex;min-width:85px;cursor:pointer;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:.5rem}.theme-section-wrapper .footer-container .footer-element .footer-icon-layout{display:flex;justify-content:center}.theme-section-wrapper .footer-container .footer-element .footer-icon-layout .footer-container-container{display:flex;height:25px;width:25px;align-items:center;justify-content:center}.theme-section-wrapper .footer-container .footer-element .footer-element-text-container{text-align:center;font-size:.75rem;line-height:1rem;text-transform:uppercase;--tw-text-opacity: 1;color:rgb(85 85 85 / var(--tw-text-opacity))}.theme-section-wrapper .header-wrapper{height:4rem;width:100%}.theme-section-wrapper .header-wrapper .header-container{position:fixed;z-index:50;display:flex;height:4rem;width:100%;--tw-bg-opacity: 1;background-color:rgb(45 155 234 / var(--tw-bg-opacity));padding-left:.25rem;padding-right:.25rem;--tw-shadow: 0px 2px 4px -1px rgba(0,0,0,.2),0px 4px 5px 0px rgba(0,0,0,.14),0px 1px 10px 0px rgba(0,0,0,.12);--tw-shadow-colored: 0px 2px 4px -1px var(--tw-shadow-color), 0px 4px 5px 0px var(--tw-shadow-color), 0px 1px 10px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.theme-section-wrapper .header-wrapper .header-container .header-close-btn-container{display:flex;height:100%;width:4rem;cursor:pointer;align-items:center;justify-content:center}.theme-section-wrapper .header-wrapper .header-container .header-text-container{display:flex;width:calc(100% - 64px);align-items:center;padding-left:.375rem;padding-right:.375rem;font-size:1.25rem;line-height:1.75rem;font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.theme-section-wrapper .list-view{margin-top:.875rem;margin-bottom:.875rem;list-style-type:disc;padding-left:1.25rem;font-size:.875rem;line-height:1.25rem;line-height:22px;--tw-text-opacity: 1;color:rgb(85 85 85 / var(--tw-text-opacity))}.theme-section-wrapper .footer-content{margin-left:.75rem;margin-right:.75rem;max-width:95%;padding-bottom:.75rem;text-align:left;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(85 85 85 / var(--tw-text-opacity))}.theme3-section .list-view,.theme3-section .footer-content{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.theme-section-wrapper .enquiry-form-container{margin-bottom:.875rem}.theme-section-wrapper .enquiry-form-container .input-group-collection{display:flex;gap:.625rem}.theme-section-wrapper .enquiry-form-container .sub-btn-layout{position:relative;z-index:1;margin-top:.375rem;margin-bottom:.375rem;margin-left:0;margin-right:0;cursor:pointer;border-radius:.25rem;border-style:none;padding:.75rem 1.25rem;font-size:.875rem;line-height:1.25rem;text-transform:capitalize;line-height:14px;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.theme-section-wrapper .feedback-card-container{margin-top:1.25rem}.theme-section-wrapper .feedback-card-container .min-title{margin-bottom:.625rem;font-weight:500;--tw-text-opacity: 1;color:rgb(85 85 85 / var(--tw-text-opacity))}.theme-section-wrapper .feedback-card-container .form-container>.rating-star-container{margin-top:.375rem;margin-bottom:.375rem;display:flex;height:2.75rem;align-items:center;gap:.25rem;border-radius:.25rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(204 204 204 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));padding:.5rem}.theme-section-wrapper .feedback-card-container .form-container>.rating-star-container>.rating-star{height:1.5rem;width:1.5rem}.theme-section-wrapper .feedback-card-container .form-container>.rating-star-container .rating-star-status-container{position:relative;margin-left:.75rem;display:flex;height:100%;align-items:center;--tw-border-opacity: 1;border-color:rgb(26 26 26 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(26 26 26 / var(--tw-bg-opacity));padding-right:.5rem;padding-left:.375rem;font-size:.75rem;line-height:1rem;font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.theme-section-wrapper .feedback-card-container .form-container>.rating-star-container .rating-star-status-container .rating-star-status-arrow{position:absolute;top:0;right:100%;border-top-width:13px;border-right-width:12px;border-bottom-width:12px;border-left-width:0px;border-top-color:transparent;--tw-border-opacity: 1;border-right-color:rgb(26 26 26 / var(--tw-border-opacity));border-bottom-color:transparent;border-left-color:transparent}.theme-section-wrapper .feedback-card-container .sub-btn-layout{position:relative;z-index:1;margin-top:.375rem;margin-bottom:.375rem;margin-left:0;margin-right:0;cursor:pointer;border-radius:.25rem;border-style:none;padding:.75rem 1.25rem;font-size:.875rem;line-height:1.25rem;text-transform:capitalize;line-height:14px;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.theme3-section .feedback-card-container .min-title{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.theme8-section .feedback-card-container{margin-top:0}.theme1-section .gallery-card-container,.theme3-section .gallery-card-container,.theme4-section .gallery-card-container,.theme5-section .gallery-card-container,.theme6-section .gallery-card-container,.theme7-section .gallery-card-container,.theme8-section .gallery-card-container,.theme9-section .gallery-card-container,.theme10-section .gallery-card-container{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.theme1-section .gallery-card-container .img-layout-container,.theme3-section .gallery-card-container .img-layout-container,.theme4-section .gallery-card-container .img-layout-container,.theme5-section .gallery-card-container .img-layout-container,.theme6-section .gallery-card-container .img-layout-container,.theme7-section .gallery-card-container .img-layout-container,.theme8-section .gallery-card-container .img-layout-container,.theme9-section .gallery-card-container .img-layout-container,.theme10-section .gallery-card-container .img-layout-container{height:168.53px;padding:3px}.theme1-section .gallery-card-container .img-layout-container>img,.theme3-section .gallery-card-container .img-layout-container>img,.theme4-section .gallery-card-container .img-layout-container>img,.theme5-section .gallery-card-container .img-layout-container>img,.theme6-section .gallery-card-container .img-layout-container>img,.theme7-section .gallery-card-container .img-layout-container>img,.theme8-section .gallery-card-container .img-layout-container>img,.theme9-section .gallery-card-container .img-layout-container>img,.theme10-section .gallery-card-container .img-layout-container>img{height:100%;width:100%;object-fit:cover}.theme2-section .gallery-card-container{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.theme2-section .gallery-card-container .img-layout-container{height:168.53px;padding:3px}.theme2-section .gallery-card-container .img-layout-container>img{height:100%;width:100%;object-fit:cover}.theme3-section .gallery-card-container .img-layout-container>img{border-radius:5px}.theme1-section .payment-card-title,.theme3-section .payment-card-title,.theme4-section .payment-card-title,.theme5-section .payment-card-title,.theme6-section .payment-card-title,.theme7-section .payment-card-title,.theme8-section .payment-card-title,.theme9-section .payment-card-title,.theme10-section .payment-card-title{font-size:17px;font-weight:600}.theme1-section .sm-img-card>.img-card-title,.theme3-section .sm-img-card>.img-card-title,.theme4-section .sm-img-card>.img-card-title,.theme5-section .sm-img-card>.img-card-title,.theme6-section .sm-img-card>.img-card-title,.theme7-section .sm-img-card>.img-card-title,.theme8-section .sm-img-card>.img-card-title,.theme9-section .sm-img-card>.img-card-title,.theme10-section .sm-img-card>.img-card-title{margin-top:18px;margin-bottom:.625rem;font-size:13px;font-weight:600;text-transform:uppercase;--tw-text-opacity: 1;color:rgb(85 85 85 / var(--tw-text-opacity))}.theme1-section .sm-img-card>.img-card,.theme3-section .sm-img-card>.img-card,.theme4-section .sm-img-card>.img-card,.theme5-section .sm-img-card>.img-card,.theme6-section .sm-img-card>.img-card,.theme7-section .sm-img-card>.img-card,.theme8-section .sm-img-card>.img-card,.theme9-section .sm-img-card>.img-card,.theme10-section .sm-img-card>.img-card{width:100%;max-width:250px}.theme2-section .payment-card-title{font-size:17px;font-weight:600}.theme2-section .sm-img-card>.img-card-title{margin-top:18px;margin-bottom:.625rem;font-size:13px;font-weight:600;text-transform:uppercase;--tw-text-opacity: 1;color:rgb(85 85 85 / var(--tw-text-opacity))}.theme2-section .sm-img-card>.img-card{width:100%;max-width:250px}.theme3-section .sm-img-card>.img-card-title{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.theme1-section .product-service-card-title,.theme3-section .product-service-card-title,.theme4-section .product-service-card-title,.theme5-section .product-service-card-title,.theme6-section .product-service-card-title,.theme7-section .product-service-card-title,.theme8-section .product-service-card-title,.theme9-section .product-service-card-title,.theme10-section .product-service-card-title{margin:0 0 15px;padding:0;text-align:left;font-size:15px;font-weight:700;--tw-text-opacity: 1;color:rgb(85 85 85 / var(--tw-text-opacity))}.theme1-section .download-product-card-btn-container,.theme3-section .download-product-card-btn-container,.theme4-section .download-product-card-btn-container,.theme5-section .download-product-card-btn-container,.theme6-section .download-product-card-btn-container,.theme7-section .download-product-card-btn-container,.theme8-section .download-product-card-btn-container,.theme9-section .download-product-card-btn-container,.theme10-section .download-product-card-btn-container{margin-bottom:.625rem;display:flex;justify-content:space-between}.theme1-section .download-product-card-btn-container .download-product-card-btn,.theme3-section .download-product-card-btn-container .download-product-card-btn,.theme4-section .download-product-card-btn-container .download-product-card-btn,.theme5-section .download-product-card-btn-container .download-product-card-btn,.theme6-section .download-product-card-btn-container .download-product-card-btn,.theme7-section .download-product-card-btn-container .download-product-card-btn,.theme8-section .download-product-card-btn-container .download-product-card-btn,.theme9-section .download-product-card-btn-container .download-product-card-btn,.theme10-section .download-product-card-btn-container .download-product-card-btn{display:flex;align-items:center;justify-content:space-between;gap:.375rem;padding-left:.625rem;padding-right:.625rem;padding-top:5px;padding-bottom:5px;font-size:13px}.theme1-section .download-product-card-btn-container .download-product-card-btn .download-product-card-btn-text,.theme3-section .download-product-card-btn-container .download-product-card-btn .download-product-card-btn-text,.theme4-section .download-product-card-btn-container .download-product-card-btn .download-product-card-btn-text,.theme5-section .download-product-card-btn-container .download-product-card-btn .download-product-card-btn-text,.theme6-section .download-product-card-btn-container .download-product-card-btn .download-product-card-btn-text,.theme7-section .download-product-card-btn-container .download-product-card-btn .download-product-card-btn-text,.theme8-section .download-product-card-btn-container .download-product-card-btn .download-product-card-btn-text,.theme9-section .download-product-card-btn-container .download-product-card-btn .download-product-card-btn-text,.theme10-section .download-product-card-btn-container .download-product-card-btn .download-product-card-btn-text{font-size:13px;font-weight:600;--tw-text-opacity: 1;color:rgb(241 241 241 / var(--tw-text-opacity))}.theme1-section .product-service-img-card .product-service-card-title,.theme3-section .product-service-img-card .product-service-card-title,.theme4-section .product-service-img-card .product-service-card-title,.theme5-section .product-service-img-card .product-service-card-title,.theme6-section .product-service-img-card .product-service-card-title,.theme7-section .product-service-img-card .product-service-card-title,.theme8-section .product-service-img-card .product-service-card-title,.theme9-section .product-service-img-card .product-service-card-title,.theme10-section .product-service-img-card .product-service-card-title{margin-top:.875rem;margin-bottom:.875rem;font-weight:400}.theme1-section .product-service-img-card .product-service-img,.theme3-section .product-service-img-card .product-service-img,.theme4-section .product-service-img-card .product-service-img,.theme5-section .product-service-img-card .product-service-img,.theme6-section .product-service-img-card .product-service-img,.theme7-section .product-service-img-card .product-service-img,.theme8-section .product-service-img-card .product-service-img,.theme9-section .product-service-img-card .product-service-img,.theme10-section .product-service-img-card .product-service-img{margin-bottom:15px;width:100%}.theme1-section .product-service-img-card .product-service-bottom-layer,.theme3-section .product-service-img-card .product-service-bottom-layer,.theme4-section .product-service-img-card .product-service-bottom-layer,.theme5-section .product-service-img-card .product-service-bottom-layer,.theme6-section .product-service-img-card .product-service-bottom-layer,.theme7-section .product-service-img-card .product-service-bottom-layer,.theme8-section .product-service-img-card .product-service-bottom-layer,.theme9-section .product-service-img-card .product-service-bottom-layer,.theme10-section .product-service-img-card .product-service-bottom-layer{display:flex;align-items:center;justify-content:space-between}.theme1-section .product-service-img-card .product-service-bottom-layer .product-service-footer-price-container,.theme3-section .product-service-img-card .product-service-bottom-layer .product-service-footer-price-container,.theme4-section .product-service-img-card .product-service-bottom-layer .product-service-footer-price-container,.theme5-section .product-service-img-card .product-service-bottom-layer .product-service-footer-price-container,.theme6-section .product-service-img-card .product-service-bottom-layer .product-service-footer-price-container,.theme7-section .product-service-img-card .product-service-bottom-layer .product-service-footer-price-container,.theme8-section .product-service-img-card .product-service-bottom-layer .product-service-footer-price-container,.theme9-section .product-service-img-card .product-service-bottom-layer .product-service-footer-price-container,.theme10-section .product-service-img-card .product-service-bottom-layer .product-service-footer-price-container{font-size:1.125rem;line-height:1.75rem;font-weight:700}.theme1-section .product-service-img-card .product-service-bottom-layer .product-service-footer-btn,.theme3-section .product-service-img-card .product-service-bottom-layer .product-service-footer-btn,.theme4-section .product-service-img-card .product-service-bottom-layer .product-service-footer-btn,.theme5-section .product-service-img-card .product-service-bottom-layer .product-service-footer-btn,.theme6-section .product-service-img-card .product-service-bottom-layer .product-service-footer-btn,.theme7-section .product-service-img-card .product-service-bottom-layer .product-service-footer-btn,.theme8-section .product-service-img-card .product-service-bottom-layer .product-service-footer-btn,.theme9-section .product-service-img-card .product-service-bottom-layer .product-service-footer-btn,.theme10-section .product-service-img-card .product-service-bottom-layer .product-service-footer-btn{display:flex;align-items:center;gap:1rem;border-width:3px;--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity));padding:7px 15px;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity));--tw-shadow: 0 2px 5px rgba(0,0,0,.2);--tw-shadow-colored: 0 2px 5px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.theme2-section .product-service-card-title{margin:0 0 15px;padding:0;text-align:left;font-size:15px;font-weight:700;--tw-text-opacity: 1;color:rgb(85 85 85 / var(--tw-text-opacity))}.theme2-section .download-product-card-btn-container{margin-bottom:.625rem;display:flex;justify-content:flex-end}.theme2-section .download-product-card-btn-container .download-product-card-btn{display:flex;height:27px;align-items:center;justify-content:center;gap:.375rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(0 133 196 / var(--tw-bg-opacity));padding-left:.625rem;padding-right:.625rem;padding-top:5px;padding-bottom:5px;font-size:13px}.theme2-section .download-product-card-btn-container .download-product-card-btn .download-product-card-btn-text{font-size:13px;font-weight:600;--tw-text-opacity: 1;color:rgb(241 241 241 / var(--tw-text-opacity))}.theme2-section .product-service-img-card .product-service-card-title{margin-top:.875rem;margin-bottom:.875rem;font-weight:400}.theme2-section .product-service-img-card .product-service-img{margin-bottom:15px;width:100%}.theme2-section .product-service-img-card .product-service-bottom-layer{display:flex;align-items:center;justify-content:space-between}.theme2-section .product-service-img-card .product-service-bottom-layer .product-service-footer-price-container{font-size:1.125rem;line-height:1.75rem;font-weight:700;--tw-text-opacity: 1;color:rgb(0 133 196 / var(--tw-text-opacity))}.theme2-section .product-service-img-card .product-service-bottom-layer .product-service-footer-btn{display:flex;align-items:center;justify-content:center;gap:1rem;border-width:3px;--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(0 133 196 / var(--tw-bg-opacity));padding:7px 15px;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity));--tw-shadow: 0 2px 5px rgba(0,0,0,.2);--tw-shadow-colored: 0 2px 5px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.theme3-section .product-service-card-title{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.theme2-section .card-header-wrapper{padding-bottom:1.25rem}.share-footer-input-container{position:relative!important}.share-footer-input-container .PhoneInputCountry{position:absolute;left:0;width:3rem}.share-footer-input-container .PhoneInputCountry .PhoneInputCountrySelect{position:relative;z-index:1;height:34px;width:48px;border-style:none;background-color:transparent;background-image:none;padding:0;color:transparent}.share-footer-input-container .PhoneInputCountry .PhoneInputCountrySelect:focus{border-style:none}.share-footer-input-container .PhoneInputCountry .PhoneInputCountrySelect:active{border-style:none}.share-footer-input-container .PhoneInputCountry .PhoneInputCountryIcon{position:absolute;top:50%;left:.5rem;width:2rem;--tw-translate-y: -50%;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))}.share-footer-input-container .PhoneInputInput{height:100%;width:100%;border-style:none}.theme-section-wrapper .copy-card-box{margin-bottom:1.25rem;display:flex;cursor:pointer;align-items:center;justify-content:space-between;border-radius:10px;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(85 85 85 / var(--tw-text-opacity));--tw-shadow: 1px 2px 15px #48484833;--tw-shadow-colored: 1px 2px 15px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.theme-section-wrapper .copy-card-box .copy-card-text{padding:.625rem;--tw-text-opacity: 1;color:rgb(85 85 85 / var(--tw-text-opacity))}.theme-section-wrapper .copy-card-box .copy-card-icon-container{display:flex;align-items:center;padding:.625rem}.theme-section-wrapper .scan-container{margin-bottom:1.25rem;display:flex;width:100%;flex-direction:column;align-items:center;padding:.125rem .625rem}.theme-section-wrapper .scan-container .scan-card-title{margin-bottom:.5rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(85 85 85 / var(--tw-text-opacity))}.theme-section-wrapper .scan-container .scan-card-qr-container{height:180px;min-width:180px;max-width:180px;overflow:hidden;border-radius:15px;border-width:4px;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.theme-section-wrapper .scan-container .scan-card-qr-container .qr-img-container{height:100%;width:100%}.theme-section-wrapper .scan-container .scan-card-qr-container .qr-img-container>img{height:100%;width:100%}.theme-section-wrapper .share-btn-collection-container{margin-bottom:30px;display:flex}.theme-section-wrapper .share-btn-collection-container>.share-btn-container{margin:5px;display:flex;width:50%;align-items:center;justify-content:center;gap:.5rem;border-bottom-width:6px;--tw-border-opacity: 1;border-color:rgb(55 57 58 / var(--tw-border-opacity));background-color:#4848488c;padding:.625rem .125rem;font-size:13px}.theme-section-wrapper .share-btn-collection-container>.share-btn-container .share-btn-text{--tw-text-opacity: 1;color:rgb(241 241 241 / var(--tw-text-opacity))}.theme-section-wrapper .share-footer-bar{margin-bottom:1.25rem;display:flex;width:100%;flex-direction:column;align-items:center;padding:.125rem .25rem}.theme-section-wrapper .share-footer-bar .share-footer-title{margin-bottom:.5rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(85 85 85 / var(--tw-text-opacity))}.theme-section-wrapper .share-footer-bar .share-footer-input-controller{display:flex;height:2.25rem;width:100%}.theme-section-wrapper .share-footer-bar .share-footer-input-controller .share-footer-input-container{display:flex;width:calc(100% - 79.27px);border-width:1px;border-color:#0003;background-color:#ffffff90}.theme-section-wrapper .share-footer-bar .share-footer-input-controller .share-footer-input-container .country-flag-container{width:3rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.theme-section-wrapper .share-footer-bar .share-footer-input-controller .share-footer-input-container .share-footer-input{width:calc(100% - 48px);border-style:none;font-size:13px}.theme-section-wrapper .share-footer-bar .share-footer-input-controller .share-footer-input-container .share-footer-input::placeholder{--tw-text-opacity: 1;color:rgb(85 85 85 / var(--tw-text-opacity))}.theme-section-wrapper .share-footer-bar .share-footer-input-controller .share-footer-input-container .share-footer-input:focus{outline:2px solid transparent;outline-offset:2px}.theme-section-wrapper .share-footer-bar .share-footer-input-controller .whatsapp-btn-container{display:flex;height:100%;width:79.27px;align-items:center;gap:7px;--tw-bg-opacity: 1;background-color:rgb(81 177 77 / var(--tw-bg-opacity));padding-top:5px;padding-bottom:5px;padding-left:.625rem;padding-right:.625rem}.theme-section-wrapper .share-footer-bar .share-footer-input-controller .whatsapp-btn-container .whatsapp-btn-text{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.theme3-section .scan-container .scan-card-title{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.theme3-section .share-btn-collection-container>.share-btn-container{height:46px;border-width:1px;background-color:transparent}.theme3-section .share-footer-bar .share-footer-title{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.color-picker-wrapper{max-height:84vh;display:flex;width:100%;align-items:center;justify-content:center;padding-top:1.25rem;padding-bottom:1.25rem}.color-picker-wrapper .sketch-picker{padding:16px!important;border-radius:12px!important;max-width:352px!important;width:100%!important;box-shadow:#23170542 0 16px 32px!important}.color-picker-wrapper .sketch-picker>div:first-child{border-radius:8px!important;overflow:hidden!important;border:none!important;height:238px!important;padding:0!important}.color-picker-wrapper .sketch-picker>div:first-child .saturation-white>div:last-child{height:16px!important;width:16px!important;outline:8px solid white;border-radius:50%}.color-picker-wrapper .sketch-picker>div:first-child .saturation-white>div:last-child>div{box-shadow:none!important}.color-picker-wrapper .sketch-picker>div:nth-child(2)>div:first-child>div:first-child{height:12px!important;border-radius:24px;margin:12px 0 4px!important}.color-picker-wrapper .sketch-picker>div:nth-child(2)>div:first-child>div:first-child>div>div>div>div{border:2px solid red!important}.color-picker-wrapper .sketch-picker>div:nth-child(2)>div:first-child>div:last-child{display:none!important}.color-picker-wrapper .sketch-picker>div:nth-child(2)>div:last-child{display:none}.color-picker-wrapper .sketch-picker>div:nth-child(3)>div:last-child{display:none}.color-picker-wrapper .sketch-picker>div:nth-child(3)>div>div{display:flex!important;flex-direction:column-reverse!important}.color-picker-wrapper .sketch-picker>div:nth-child(3)>div>div>label{display:flex!important;justify-content:flex-start;font-weight:700!important;padding-left:4px!important}.color-picker-wrapper .sketch-picker>div:nth-child(3)>div>div>input{width:100%!important;padding:8px 16px!important;border-radius:8px!important}.color-picker-wrapper .sketch-picker>div:last-child{display:none!important;border:2px solid red!important}
