::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #1C253B;
    border-radius: 10px;
}

::-webkit-scrollbar {
    width: 10px;
    background-color: #1C253B;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #4338ca;
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-family: ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"
}

body {
    margin: 0;
    line-height: inherit
}

hr {
    height: 0;
    color: inherit;
    border-top-width: 1px
}

html {
    scroll-behavior: smooth;
    background-color: rgb(var(--color-primary) / 1)
}

html.dark {
    background-color: rgb(var(--color-darkmode-800) / 1)
}

html.dark body {
    color: #cbd5e1
}

html.dark body *, html.dark body :before, html.dark body :after {
    border-color: #ffffff0d
}

html body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    padding: .75rem;
    font-family: Roboto;
    font-size: .875rem;
    line-height: 1.25rem;
    color: #1e293b
}

@media (min-width: 640px) {
    html body {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

html.dark body *, html.dark body :before, html.dark body :after {
    border-color: #ffffff0d;
}


img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle
}

img, video {
    max-width: 100%;
    height: auto
}

.box {
    box-shadow: 0 3px 20px #0000000b;
    background-color: #fff;
    border-color: transparent;
    border-radius: .375rem;
    position: relative
}

.\!box {
    box-shadow: 0 3px 20px #0000000b !important;
    background-color: #fff !important;
    border-color: transparent !important;
    border-radius: .375rem !important;
    position: relative !important
}

.dark .box {
    background-color: rgb(var(--color-darkmode-600) / 1);
    border-color: transparent;
}

.dark .\!box {
    background-color: rgb(var(--color-darkmode-600) / 1) !important;
    border-color: transparent !important;
}

.zoom-in {
    transition-property: transform,box-shadow;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    cursor: pointer
}

.zoom-in:hover {
    transform: scale(1.05);
    box-shadow: 0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a
}

.text-success {
    --tw-text-opacity: 1;
    color: rgb(var(--color-success) / var(--tw-text-opacity));
}

.shadow-\[0px_3px_10px_\#00000017\] {
    --tw-shadow: 0px 3px 10px #00000017;
    --tw-shadow-colored: 0px 3px 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);
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.autocomplete-items div:hover {
    background-color: #242d45 !important;
}

.autocomplete-active {
    background-color: #242d45 !important;
    color: #ffffff;
}

.w-\[85px\] {
    width: 85px;
}

[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::-moz-placeholder, textarea::-moz-placeholder {
    color: #6b7280;
    opacity: 1
}

input::placeholder, textarea::placeholder {
    color: #6b7280;
    opacity: 1
}

[type=checkbox], [type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    -webkit-user-select: none;
    -moz-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
}

.dark .dark\:before\:bg-menu-corner-dark:before {
    content: var(--tw-content);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='259.51' height='259.52' viewBox='0 0 259.51 259.52'%3E%3Cpath id='Path_143' data-name='Path 143' d='M8659.507,423.965c-.167-2.608.05-5.319-.19-8.211-.084-1.012-.031-2.15-.118-3.12-.113-1.25-.1-2.682-.236-4.061-.172-1.722-.179-3.757-.365-5.394-.328-2.889-.478-5.857-.854-8.61-.509-3.714-.825-7.252-1.38-10.543-.934-5.535-2.009-11.312-3.189-16.692-.855-3.9-1.772-7.416-2.752-11.2-1.1-4.256-2.394-8.149-3.687-12.381-1.1-3.615-2.366-6.893-3.623-10.493-1.3-3.739-2.917-7.26-4.284-10.7-1.708-4.295-3.674-8.078-5.485-12.023-1.145-2.493-2.5-4.932-3.727-7.387-1.318-2.646-2.9-5.214-4.152-7.518-1.716-3.16-3.517-5.946-5.274-8.873-1.692-2.818-3.589-5.645-5.355-8.334-2.326-3.542-4.637-6.581-7.039-9.848-2.064-2.809-4.017-5.255-6.088-7.828-2.394-2.974-4.937-5.936-7.292-8.589-3.027-3.411-6.049-6.744-9.055-9.763-2.4-2.412-4.776-4.822-7.108-6.975-3-2.767-5.836-5.471-8.692-7.854-3.332-2.779-6.657-5.663-9.815-8.028-2.958-2.216-5.784-4.613-8.7-6.6-3.161-2.159-6.251-4.414-9.219-6.254-3.814-2.365-7.533-4.882-11.168-6.89-4.213-2.327-8.513-4.909-12.478-6.834-4.61-2.239-9.234-4.619-13.51-6.416-4.1-1.725-8.11-3.505-11.874-4.888-4.5-1.652-8.506-3.191-12.584-4.47-6.045-1.9-12.071-3.678-17.431-5-9.228-2.284-17.608-3.757-24.951-4.9-7.123-1.112-13.437-1.64-18.271-2.035l-2.405-.2c-1.638-.136-3.508-.237-4.633-.3a115.051,115.051,0,0,0-12.526-.227h259.51Z' transform='translate(-8399.997 -164.445)' fill='%23232e45'/%3E%3C/svg%3E%0A");
}

.dark .dark\:after\:bg-menu-corner-dark:after {
    content: var(--tw-content);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='259.51' height='259.52' viewBox='0 0 259.51 259.52'%3E%3Cpath id='Path_143' data-name='Path 143' d='M8659.507,423.965c-.167-2.608.05-5.319-.19-8.211-.084-1.012-.031-2.15-.118-3.12-.113-1.25-.1-2.682-.236-4.061-.172-1.722-.179-3.757-.365-5.394-.328-2.889-.478-5.857-.854-8.61-.509-3.714-.825-7.252-1.38-10.543-.934-5.535-2.009-11.312-3.189-16.692-.855-3.9-1.772-7.416-2.752-11.2-1.1-4.256-2.394-8.149-3.687-12.381-1.1-3.615-2.366-6.893-3.623-10.493-1.3-3.739-2.917-7.26-4.284-10.7-1.708-4.295-3.674-8.078-5.485-12.023-1.145-2.493-2.5-4.932-3.727-7.387-1.318-2.646-2.9-5.214-4.152-7.518-1.716-3.16-3.517-5.946-5.274-8.873-1.692-2.818-3.589-5.645-5.355-8.334-2.326-3.542-4.637-6.581-7.039-9.848-2.064-2.809-4.017-5.255-6.088-7.828-2.394-2.974-4.937-5.936-7.292-8.589-3.027-3.411-6.049-6.744-9.055-9.763-2.4-2.412-4.776-4.822-7.108-6.975-3-2.767-5.836-5.471-8.692-7.854-3.332-2.779-6.657-5.663-9.815-8.028-2.958-2.216-5.784-4.613-8.7-6.6-3.161-2.159-6.251-4.414-9.219-6.254-3.814-2.365-7.533-4.882-11.168-6.89-4.213-2.327-8.513-4.909-12.478-6.834-4.61-2.239-9.234-4.619-13.51-6.416-4.1-1.725-8.11-3.505-11.874-4.888-4.5-1.652-8.506-3.191-12.584-4.47-6.045-1.9-12.071-3.678-17.431-5-9.228-2.284-17.608-3.757-24.951-4.9-7.123-1.112-13.437-1.64-18.271-2.035l-2.405-.2c-1.638-.136-3.508-.237-4.633-.3a115.051,115.051,0,0,0-12.526-.227h259.51Z' transform='translate(-8399.997 -164.445)' fill='%23232e45'/%3E%3C/svg%3E%0A")
}

.dark .before\:dark\:bg-darkmode-700:before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-darkmode-700) / var(--tw-bg-opacity))
}

.before\:bg-slate-100:before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}

.before\:content-\[\'\'\]:before {
    --tw-content: "";
    content: var(--tw-content);
}

.before\:bg-\[length\:100\%\]:before {
    content: var(--tw-content);
    background-size: 100%;
}

.before\:bg-menu-corner:before {
    content: var(--tw-content);
    background-image: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='259.51' height='259.52' viewBox='0 0 259.51 259.52'%3E%3Cpath id='Path_143' data-name='Path 143' d='M8659.507,423.965c-.167-2.608.05-5.319-.19-8.211-.084-1.012-.031-2.15-.118-3.12-.113-1.25-.1-2.682-.236-4.061-.172-1.722-.179-3.757-.365-5.394-.328-2.889-.478-5.857-.854-8.61-.509-3.714-.825-7.252-1.38-10.543-.934-5.535-2.009-11.312-3.189-16.692-.855-3.9-1.772-7.416-2.752-11.2-1.1-4.256-2.394-8.149-3.687-12.381-1.1-3.615-2.366-6.893-3.623-10.493-1.3-3.739-2.917-7.26-4.284-10.7-1.708-4.295-3.674-8.078-5.485-12.023-1.145-2.493-2.5-4.932-3.727-7.387-1.318-2.646-2.9-5.214-4.152-7.518-1.716-3.16-3.517-5.946-5.274-8.873-1.692-2.818-3.589-5.645-5.355-8.334-2.326-3.542-4.637-6.581-7.039-9.848-2.064-2.809-4.017-5.255-6.088-7.828-2.394-2.974-4.937-5.936-7.292-8.589-3.027-3.411-6.049-6.744-9.055-9.763-2.4-2.412-4.776-4.822-7.108-6.975-3-2.767-5.836-5.471-8.692-7.854-3.332-2.779-6.657-5.663-9.815-8.028-2.958-2.216-5.784-4.613-8.7-6.6-3.161-2.159-6.251-4.414-9.219-6.254-3.814-2.365-7.533-4.882-11.168-6.89-4.213-2.327-8.513-4.909-12.478-6.834-4.61-2.239-9.234-4.619-13.51-6.416-4.1-1.725-8.11-3.505-11.874-4.888-4.5-1.652-8.506-3.191-12.584-4.47-6.045-1.9-12.071-3.678-17.431-5-9.228-2.284-17.608-3.757-24.951-4.9-7.123-1.112-13.437-1.64-18.271-2.035l-2.405-.2c-1.638-.136-3.508-.237-4.633-.3a115.051,115.051,0,0,0-12.526-.227h259.51Z' transform='translate(-8399.997 -164.445)' fill='%23f1f5f8'/%3E%3C/svg%3E%0A);
}

.before\:scale-\[1\.04\]:before {
    content: var(--tw-content);
    --tw-scale-x: 1.04;
    --tw-scale-y: 1.04;
    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))
}

.before\:rotate-90:before {
    content: var(--tw-content);
    --tw-rotate: 90deg;
    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))
}

.before\:w-\[30px\]:before {
    content: var(--tw-content);
    width: 30px;
}

.before\:w-12:before {
    content: var(--tw-content);
    width: 3rem;
}

.before\:h-\[30px\]:before {
    content: var(--tw-content);
    height: 30px;
}

.before\:-mr-5:before {
    content: var(--tw-content);
    margin-right: -1.25rem;
}

.before\:-mt-\[30px\]:before {
    content: var(--tw-content);
    margin-top: -30px;
}

.before\:right-0:before {
    content: var(--tw-content);
    right: 0px;
}

.before\:top-0:before {
    content: var(--tw-content);
    top: 0px;
}

.before\:absolute:before {
    content: var(--tw-content);
    position: absolute;
}

.before\:w-\[14px\]:before {
    content: var(--tw-content);
    width: 14px;
}

.before\:bg-\[length\:100\%\]:before {
    content: var(--tw-content);
    background-size: 100%;
}

.before\:content-\[\'\'\]:before {
    --tw-content: "";
    content: var(--tw-content);
}

.animate-fill-mode-forwards {
    animation-fill-mode: forwards;
}

.animate-delay-10 {
    animation-delay: .1s;
}

:is(.dark .dark\:before\:bg-bredcrumb-chevron-darkmode):before {
    content: var(--tw-content);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23718096' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right breadcrumb__icon'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
}

.dark .dark\:after\:bg-menu-corner-dark:after {
    content: var(--tw-content);
    background-image: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='259.51' height='259.52' viewBox='0 0 259.51 259.52'%3E%3Cpath id='Path_143' data-name='Path 143' d='M8659.507,423.965c-.167-2.608.05-5.319-.19-8.211-.084-1.012-.031-2.15-.118-3.12-.113-1.25-.1-2.682-.236-4.061-.172-1.722-.179-3.757-.365-5.394-.328-2.889-.478-5.857-.854-8.61-.509-3.714-.825-7.252-1.38-10.543-.934-5.535-2.009-11.312-3.189-16.692-.855-3.9-1.772-7.416-2.752-11.2-1.1-4.256-2.394-8.149-3.687-12.381-1.1-3.615-2.366-6.893-3.623-10.493-1.3-3.739-2.917-7.26-4.284-10.7-1.708-4.295-3.674-8.078-5.485-12.023-1.145-2.493-2.5-4.932-3.727-7.387-1.318-2.646-2.9-5.214-4.152-7.518-1.716-3.16-3.517-5.946-5.274-8.873-1.692-2.818-3.589-5.645-5.355-8.334-2.326-3.542-4.637-6.581-7.039-9.848-2.064-2.809-4.017-5.255-6.088-7.828-2.394-2.974-4.937-5.936-7.292-8.589-3.027-3.411-6.049-6.744-9.055-9.763-2.4-2.412-4.776-4.822-7.108-6.975-3-2.767-5.836-5.471-8.692-7.854-3.332-2.779-6.657-5.663-9.815-8.028-2.958-2.216-5.784-4.613-8.7-6.6-3.161-2.159-6.251-4.414-9.219-6.254-3.814-2.365-7.533-4.882-11.168-6.89-4.213-2.327-8.513-4.909-12.478-6.834-4.61-2.239-9.234-4.619-13.51-6.416-4.1-1.725-8.11-3.505-11.874-4.888-4.5-1.652-8.506-3.191-12.584-4.47-6.045-1.9-12.071-3.678-17.431-5-9.228-2.284-17.608-3.757-24.951-4.9-7.123-1.112-13.437-1.64-18.271-2.035l-2.405-.2c-1.638-.136-3.508-.237-4.633-.3a115.051,115.051,0,0,0-12.526-.227h259.51Z' transform='translate(-8399.997 -164.445)' fill='%23232e45'/%3E%3C/svg%3E%0A);
}

.before\:rounded-l-full:before {
    content: var(--tw-content);
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
}

.before\:w-\[230px\]:before {
    content: var(--tw-content);
    width: 230px;
}

.translate-x-\[50px\] {
    --tw-translate-x: 50px;
    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));
}

.before\:left-0:before {
    /* content: var(--tw-content); */
    left: 0px;
}

.h-\[50px\] {
    height: 50px;
}

.h-px {
    height: 1px;
}

.opacity-0 {
    opacity: 0;
}

.after\:content-\[\'\'\]:after {
    --tw-content: "";
    content: var(--tw-content);
}

.after\:bg-\[length\:100\%\]:after {
    content: var(--tw-content);
    background-size: 100%;
}

.after\:bg-menu-corner:after {
    content: var(--tw-content);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='259.51' height='259.52' viewBox='0 0 259.51 259.52'%3E%3Cpath id='Path_143' data-name='Path 143' d='M8659.507,423.965c-.167-2.608.05-5.319-.19-8.211-.084-1.012-.031-2.15-.118-3.12-.113-1.25-.1-2.682-.236-4.061-.172-1.722-.179-3.757-.365-5.394-.328-2.889-.478-5.857-.854-8.61-.509-3.714-.825-7.252-1.38-10.543-.934-5.535-2.009-11.312-3.189-16.692-.855-3.9-1.772-7.416-2.752-11.2-1.1-4.256-2.394-8.149-3.687-12.381-1.1-3.615-2.366-6.893-3.623-10.493-1.3-3.739-2.917-7.26-4.284-10.7-1.708-4.295-3.674-8.078-5.485-12.023-1.145-2.493-2.5-4.932-3.727-7.387-1.318-2.646-2.9-5.214-4.152-7.518-1.716-3.16-3.517-5.946-5.274-8.873-1.692-2.818-3.589-5.645-5.355-8.334-2.326-3.542-4.637-6.581-7.039-9.848-2.064-2.809-4.017-5.255-6.088-7.828-2.394-2.974-4.937-5.936-7.292-8.589-3.027-3.411-6.049-6.744-9.055-9.763-2.4-2.412-4.776-4.822-7.108-6.975-3-2.767-5.836-5.471-8.692-7.854-3.332-2.779-6.657-5.663-9.815-8.028-2.958-2.216-5.784-4.613-8.7-6.6-3.161-2.159-6.251-4.414-9.219-6.254-3.814-2.365-7.533-4.882-11.168-6.89-4.213-2.327-8.513-4.909-12.478-6.834-4.61-2.239-9.234-4.619-13.51-6.416-4.1-1.725-8.11-3.505-11.874-4.888-4.5-1.652-8.506-3.191-12.584-4.47-6.045-1.9-12.071-3.678-17.431-5-9.228-2.284-17.608-3.757-24.951-4.9-7.123-1.112-13.437-1.64-18.271-2.035l-2.405-.2c-1.638-.136-3.508-.237-4.633-.3a115.051,115.051,0,0,0-12.526-.227h259.51Z' transform='translate(-8399.997 -164.445)' fill='%23f1f5f8'/%3E%3C/svg%3E%0A")
}

.after\:scale-\[1\.04\]:after {
    content: var(--tw-content);
    --tw-scale-x: 1.04;
    --tw-scale-y: 1.04;
    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));
}

.after\:w-\[30px\]:after {
    content: var(--tw-content);
    width: 30px;
}

.after\:h-\[30px\]:after {
    content: var(--tw-content);
    height: 30px;
}

.after\:-mr-5:after {
    content: var(--tw-content);
    margin-right: -1.25rem;
}

.after\:mt-\[50px\]:after {
    content: var(--tw-content);
    margin-top: 50px;
}

.after\:top-0:after {
    content: var(--tw-content);
    top: 0px;
}

.after\:right-0:after {
    content: var(--tw-content);
    right: 0px;
}

.after\:absolute:after {
    content: var(--tw-content);
    position: absolute;
}

.dark .before\:dark\:bg-darkmode-400\/70:before {
    content: var(--tw-content);
    background-color: rgb(var(--color-darkmode-400) / .7);
}

.before\:content-\[\'\'\]:before {
    --tw-content: "";
    content: var(--tw-content);
}

.before\:shadow-\[0px_3px_20px_\#0000000b\]:before {
    content: var(--tw-content);
    --tw-shadow: 0px 3px 20px #0000000b;
    --tw-shadow-colored: 0px 3px 20px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);
}

.before\:bg-slate-50:before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}

.before\:rounded-md:before {
    content: var(--tw-content);
    border-radius: 0.375rem;
}

.before\:w-\[90\%\]:before {
    content: var(--tw-content);
    width: 90%;
}

.before\:h-full:before {
    content: var(--tw-content);
    height: 100%;
}

.before\:mt-3:before {
    content: var(--tw-content);
    margin-top: 0.75rem;
}

.before\:mx-auto:before {
    content: var(--tw-content);
    margin-left: auto;
    margin-right: auto;
}

.before\:inset-x-0:before {
    content: var(--tw-content);
    left: 0px;
    right: 0px;
}

.before\:z-\[-1\]:before {
    content: var(--tw-content);
    z-index: -1;
}

.\[\&\>div\:nth-child\(1\)\]\:hover\:before\:bg-white\/5:hover > div:nth-child(1):before {
    content: var(--tw-content);
    background-color: #ffffff0d;
}

.dark .\[\&\>div\:nth-child\(1\)\]\:hover\:before\:dark\:bg-darkmode-500\/70:hover > div:nth-child(1):before {
    content: var(--tw-content);
    background-color: rgb(var(--color-darkmode-500) / .7);
}

.image-fit > img {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    width: 100%;
    height: 100%;
}

.dz-drag-hover {
    border-color: #7266F5 !important;
}

.litepicker {
    background-color: #28334e;
    border-radius: .375rem;
    font-size: .875rem;
    z-index: 999999 !important;
    margin-top: 7px;
    box-shadow: 0 3px 20px #00000014;
}

.litepicker:before {
    content: "";
    left: 9px;
    top: -7px;
    border-bottom-color: #f7f7f7;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #e8e8e8;
    position: absolute;
    display: inline-block
}

.litepicker:after {
    content: "";
    left: 10px;
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    position: absolute;
    display: inline-block
}

.litepicker:before, .litepicker:after {
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    border-bottom-color: #28334e !important;
}

.litepicker .container__months, .litepicker .container__footer {
    box-shadow: none;
    background-color: transparent;
    padding-top: 0
}

.litepicker .container__footer {
    border-top: 1px solid rgb(226 232 240 / 60%);
    border-color: #303d5d;
    margin: 0;
    padding: .75rem
}

.litepicker .container__footer .button-apply, .litepicker .container__footer .button-cancel {
    width: 5rem;
    padding: .25rem .5rem;
    border-radius: .375rem;
    font-weight: 500;
    margin-left: .25rem;
    margin-right: 0
}

.litepicker .container__footer .button-apply {
    background-color: #4338ca; color: #fff;
}

.litepicker .container__footer .button-cancel {
    background-color: #303d5d;
    color: #cbd5e1;
}

.litepicker .container__months {
    padding-left: .25rem;
    padding-right: .25rem
}

.litepicker .container__months .month-item-weekdays-row {
    color: #94a3b8;
    margin-top: .75rem
}

.litepicker .container__months .month-item-header {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: .5rem
}

.litepicker .container__months .month-item-header .button-previous-month {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem
}

.litepicker .container__months .month-item-header .button-previous-month:hover {
    background-color: #303d5d;
    border-color: #e2e8f0;
}

.litepicker .container__months .month-item-header .button-previous-month svg {
    transform: rotate(135deg);
    margin-right: -.25rem
}

.litepicker .container__months .month-item-header .button-next-month {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem
}

.litepicker .container__months .month-item-header .button-next-month:hover {
    background-color: #303d5d;
    border-color: #e2e8f0;
}

.litepicker .container__months .month-item-header .button-next-month svg {
    transform: rotate(-45deg);
    margin-left: -.25rem
}

.litepicker .container__months .month-item-header .button-previous-month:hover svg,.litepicker .container__months .month-item-header .button-previous-month svg,.litepicker .container__months .month-item-header .button-next-month:hover svg,.litepicker .container__months .month-item-header .button-next-month svg {
    fill: transparent;
    border: solid black;
    border-width: 0 2px 2px 0;
    border-radius: 0;
    display: inline-block;
    border-color: #4a5568;
    width: .5rem;
    height: .5rem;
    display: block
}

.litepicker .container__months .month-item-header div > .month-item-name, .litepicker .container__months .month-item-header div > .month-item-year {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgb(74, 85, 104)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-size: 15px;
    background-position: center right .6rem;
    background-color: transparent;
    font-size: .875rem;
    border-width: 1px;
    border-style: solid;
    background-repeat: no-repeat;
    padding: .25rem 2rem .25rem .5rem;
    border-radius: .375rem;
    border-color: #303d5d;
    font-weight: 400;
    color: #e2e8f0;
}

.litepicker .container__months .month-item-header div > .month-item-name:focus, .litepicker .container__months .month-item-header div > .month-item-year:focus {
    outline: none;
    border-color: #303d5d;
    --tw-ring-color: transparent
}

.litepicker .container__days .day-item {
    color: #e2e8f0;
}

.litepicker .container__days .day-item:hover {
    box-shadow: none;
    background-color: #303d5d;
    color: #e2e8f0;
}

.litepicker .container__days .day-item.is-today, .litepicker .container__days .day-item.is-today:hover {
    font-weight: 500;
    color: #e2e8f0
}

.litepicker .container__days .day-item.is-start-date, .litepicker .container__days .day-item.is-start-date:hover, .litepicker .container__days .day-item.is-end-date, .litepicker .container__days .day-item.is-end-date:hover {
    background-color: #4338ca;
    color: #e2e8f0
}

.litepicker .container__days .day-item.is-today, .litepicker .container__days .day-item.is-today:hover {
    font-weight: 500;
    color: #7266f5;
}

.litepicker .container__days .day-item.is-start-date, .litepicker .container__days .day-item.is-start-date:hover, .litepicker .container__days .day-item.is-end-date, .litepicker .container__days .day-item.is-end-date:hover {
    background-color: #4338ca;
    color: #e2e8f0;
}

.litepicker .container__days .day-item.is-in-range, .litepicker .container__days .day-item.is-in-range:hover {
    background-color: #303d5d;
}

.litepicker .container__days .week-number {
    color: #94a3b8
}

.ck.ck-content {
    min-height: 250px
}

.ck .ck .ck-content ol, .ck .ck .ck-content ul {
    list-style: revert;
    margin: revert;
    padding: revert
}

.ck .ck .ck-content h1, .ck .ck .ck-content h2, .ck .ck .ck-content h3, .ck .ck .ck-content h4, .ck .ck .ck-content h5, .ck .ck .ck-content h6 {
    font-size: revert;
    font-weight: revert
}

.ck .ck .ck-content.ck-editor__editable_inline {
    border: 1px solid #e2e8f0
}

.ck .ck .ck-content blockquote, .ck .ck .ck-content dl, .ck .ck .ck-content dd, .ck .ck .ck-content h1, .ck .ck .ck-content h2, .ck .ck .ck-content h3, .ck .ck .ck-content h4, .ck .ck .ck-content h5, .ck .ck .ck-content h6, .ck .ck .ck-content hr, .ck .ck .ck-content figure, .ck .ck .ck-content p, .ck .ck .ck-content pre {
    margin: revert
}

.ck.ck-toolbar .ck.ck-toolbar__separator {
    background: #1b253b !important;
}

.ck-reset_all :not(.ck-reset_all-excluded *), .ck.ck-reset_all {
    color: #e2e8f0 !important;
}

.dark .ck .ck .ck-content.ck-editor__editable_inline {
    border-color: #0f172a;
    background: #1c253b;
}

.dark .ck .ck.ck-toolbar, .dark .ck .ck.ck-balloon-panel {
    background-color: #242d45;
    border-color: #0f172a;
}

.dark .ck .ck.ck-button:not(.ck-disabled):hover, .dark .ck .cka.ck-button:not(.ck-disabled):hover {
    background-color: rgba(15, 23, 42, .20)
}

.dark .ck .ck.ck-toolbar .ck.ck-button.ck-on, .dark .ck .ck.ck-toolbar a.ck.ck-button.ck-on, .dark .ck .ck.ck-balloon-panel .ck.ck-button.ck-on, .dark .ck .ck.ck-balloon-panel a.ck.ck-button.ck-on {
    background-color: #1b253b;
}

.dark .ck.ck-dropdown__panel {
    background-color: #1b253b;
    border-color: #0f172a;
}

.pagination {
    display: flex;
    width: 100%;
    margin-right:0!important;
}

ul.pagination li {
    flex: 1 1 0% !important;
}

ul.pagination li a, ul.pagination li span {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    border-width: 1px;
    border-radius: 0.375rem;
    margin-right: 0.5rem;
}

ul.pagination li.active span, ul.pagination li.active a {
    background-color: #28334e;
}

span.select2-dropdown.select2-dropdown--below, span.select2-dropdown.select2-dropdown--above {
    background-color: #1c253b;
}

.select2-container--default .select2-results__option--selected {
    background-color: #5a67ff6b;
}

span.select2-selection.select2-selection--single {
    background-color: #1c253b;
    color: #cbd5e1;
    border-color: #1C253B;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #cbd5e1;
}

input.select2-search__field {
    border-radius: 5px;
    background-color: #2c3856;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #1C253B;
}

.select2-container .select2-selection {
    padding: 4px 4px;
    min-height: 38px;
}

span.select2-selection__arrow {
    margin: 4px;
}

.nanogallery_gallerytheme_custom_nanogallery .nGY2NavPagination {
    background: #4338CA !important;
}

.nanogallery_gallerytheme_custom_nanogallery .nGY2NavPagination {
    background: #4338CA !important;
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: local("Roboto Thin Italic"),local("Roboto-ThinItalic"),url(https://fonts.gstatic.com/s/roboto/v20/KFOiCnqEu92Fr1Mu51QrEz0dL-vwnYh2eg.woff2) format("woff2");
    unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

    @font-face {
        font-family: Roboto;
        font-style: italic;
        font-weight: 100;
        font-display: swap;
        src: local("Roboto Thin Italic"),local("Roboto-ThinItalic"),url(https://fonts.gstatic.com/s/roboto/v20/KFOiCnqEu92Fr1Mu51QrEzQdL-vwnYh2eg.woff2) format("woff2");
        unicode-range: U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
    }

    @font-face {
        font-family: Roboto;
        font-style: italic;
        font-weight: 100;
        font-display: swap;
        src: local("Roboto Thin Italic"),local("Roboto-ThinItalic"),url(https://fonts.gstatic.com/s/roboto/v20/KFOiCnqEu92Fr1Mu51QrEzwdL-vwnYh2eg.woff2) format("woff2");
        unicode-range: U+1F00-1FFF
    }

    @font-face {
        font-family: Roboto;
        font-style: italic;
        font-weight: 100;
        font-display: swap;
        src: local("Roboto Thin Italic"),local("Roboto-ThinItalic"),url(https://fonts.gstatic.com/s/roboto/v20/KFOiCnqEu92Fr1Mu51QrEzMdL-vwnYh2eg.woff2) format("woff2");
        unicode-range: U+0370-03FF
    }

    @font-face {
        font-family: Roboto;
        font-style: italic;
        font-weight: 100;
        font-display: swap;
        src: local("Roboto Thin Italic"),local("Roboto-ThinItalic"),url(https://fonts.gstatic.com/s/roboto/v20/KFOiCnqEu92Fr1Mu51QrEz8dL-vwnYh2eg.woff2) format("woff2");
        unicode-range: U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB
    }

    @font-face {
        font-family: Roboto;
        font-style: italic;
        font-weight: 100;
        font-display: swap;
        src: local("Roboto Thin Italic"),local("Roboto-ThinItalic"),url(https://fonts.gstatic.com/s/roboto/v20/KFOiCnqEu92Fr1Mu51QrEz4dL-vwnYh2eg.woff2) format("woff2");
        unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
    }

    @font-face {
        font-family: Roboto;
        font-style: italic;
        font-weight: 100;
        font-display: swap;
        src: local("Roboto Thin Italic"),local("Roboto-ThinItalic"),url(https://fonts.gstatic.com/s/roboto/v20/KFOiCnqEu92Fr1Mu51QrEzAdL-vwnYg.woff2) format("woff2");
        unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
    }

    @font-face {
        font-family: Roboto;
        font-style: italic;
        font-weight: 300;
        font-display: swap;
        src: local("Roboto Light Italic"),local("Roboto-LightItalic"),url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TjASc3CsTYl4BOQ3o.woff2) format("woff2");
        unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
    }

    @font-face {
        font-family: Roboto;
        font-style: italic;
        font-weight: 300;
        font-display: swap;
        src: local("Roboto Light Italic"),local("Roboto-LightItalic"),url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TjASc-CsTYl4BOQ3o.woff2) format("woff2");
        unicode-range: U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
    }

    @font-face {
        font-family: Roboto;
        font-style: italic;
        font-weight: 300;
        font-display: swap;
        src: local("Roboto Light Italic"),local("Roboto-LightItalic"),url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TjASc2CsTYl4BOQ3o.woff2) format("woff2");
        unicode-range: U+1F00-1FFF
    }

    @font-face {
        font-family: Roboto;
        font-style: italic;
        font-weight: 300;
        font-display: swap;
        src: local("Roboto Light Italic"),local("Roboto-LightItalic"),url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TjASc5CsTYl4BOQ3o.woff2) format("woff2");
        unicode-range: U+0370-03FF
    }

    @font-face {
        font-family: Roboto;
        font-style: italic;
        font-weight: 300;
        font-display: swap;
        src: local("Roboto Light Italic"),local("Roboto-LightItalic"),url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TjASc1CsTYl4BOQ3o.woff2) format("woff2");
        unicode-range: U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB
    }

    @font-face {
        font-family: Roboto;
        font-style: italic;
        font-weight: 300;
        font-display: swap;
        src: local("Roboto Light Italic"),local("Roboto-LightItalic"),url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TjASc0CsTYl4BOQ3o.woff2) format("woff2");
        unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
    }

    @font-face {
        font-family: Roboto;
        font-style: italic;
        font-weight: 300;
        font-display: swap;
        src: local("Roboto Light Italic"),local("Roboto-LightItalic"),url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TjASc6CsTYl4BO.woff2) format("woff2");
        unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
    }

    @font-face {
        font-family: Roboto;
        font-style: italic;
        font-weight: 400;
        font-display: swap;
        src: local("Roboto Italic"),local("Roboto-Italic"),url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xFIzIXKMnyrYk.woff2) format("woff2");
        unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
    }

    @font-face {
        font-family: Roboto;
        font-style: italic;
        font-weight: 400;
        font-display: swap;
        src: local("Roboto Italic"),local("Roboto-Italic"),url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xMIzIXKMnyrYk.woff2) format("woff2");
        unicode-range: U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
    }

    @font-face {
        font-family: Roboto;
        font-style: italic;
        font-weight: 400;
        font-display: swap;
        src: local("Roboto Italic"),local("Roboto-Italic"),url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xEIzIXKMnyrYk.woff2) format("woff2");
        unicode-range: U+1F00-1FFF
    }

    @font-face {
        font-family: Roboto;
        font-style: italic;
        font-weight: 400;
        font-display: swap;
        src: local("Roboto Italic"),local("Roboto-Italic"),url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xLIzIXKMnyrYk.woff2) format("woff2");
        unicode-range: U+0370-03FF
    }

    @font-face {
        font-family: Roboto;
        font-style: italic;
        font-weight: 400;
        font-display: swap;
        src: local("Roboto Italic"),local("Roboto-Italic"),url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xHIzIXKMnyrYk.woff2) format("woff2");
        unicode-range: U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB
    }

    @font-face {
        font-family: Roboto;
        font-style: italic;
        font-weight: 400;
        font-display: swap;
        src: local("Roboto Italic"),local("Roboto-Italic"),url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xGIzIXKMnyrYk.woff2) format("woff2");
        unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
    }

    @font-face {
        font-family: Roboto;
        font-style: italic;
        font-weight: 400;
        font-display: swap;
        src: local("Roboto Italic"),local("Roboto-Italic"),url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xIIzIXKMny.woff2) format("woff2");
        unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
    }

    @font-face {
        font-family: Roboto;
        font-style: italic;
        font-weight: 500;
        font-display: swap;
        src: local("Roboto Medium Italic"),local("Roboto-MediumItalic"),url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51S7ACc3CsTYl4BOQ3o.woff2) format("woff2");
        unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
    }

    @font-face {
        font-family: Roboto;
        font-style: italic;
        font-weight: 500;
        font-display: swap;
        src: local("Roboto Medium Italic"),local("Roboto-MediumItalic"),url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51S7ACc-CsTYl4BOQ3o.woff2) format("woff2");
        unicode-range: U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
    }

    @font-face {
        font-family: Roboto;
        font-style: italic;
        font-weight: 500;
        font-display: swap;
        src: local("Roboto Medium Italic"),local("Roboto-MediumItalic"),url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51S7ACc2CsTYl4BOQ3o.woff2) format("woff2");
        unicode-range: U+1F00-1FFF
    }

    @font-face {
        font-family: Roboto;
        font-style: italic;
        font-weight: 500;
        font-display: swap;
        src: local("Roboto Medium Italic"),local("Roboto-MediumItalic"),url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51S7ACc5CsTYl4BOQ3o.woff2) format("woff2");
        unicode-range: U+0370-03FF
    }

    @font-face {
        font-family: Roboto;
        font-style: italic;
        font-weight: 500;
        font-display: swap;
        src: local("Roboto Medium Italic"),local("Roboto-MediumItalic"),url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51S7ACc1CsTYl4BOQ3o.woff2) format("woff2");
        unicode-range: U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB
    }

    @font-face {
        font-family: Roboto;
        font-style: italic;
        font-weight: 500;
        font-display: swap;
        src: local("Roboto Medium Italic"),local("Roboto-MediumItalic"),url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51S7ACc0CsTYl4BOQ3o.woff2) format("woff2");
        unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
    }

    @font-face {
        font-family: Roboto;
        font-style: italic;
        font-weight: 500;
        font-display: swap;
        src: local("Roboto Medium Italic"),local("Roboto-MediumItalic"),url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51S7ACc6CsTYl4BO.woff2) format("woff2");
        unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
    }

    @font-face {
        font-family: Roboto;
        font-style: italic;
        font-weight: 700;
        font-display: swap;
        src: local("Roboto Bold Italic"),local("Roboto-BoldItalic"),url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TzBic3CsTYl4BOQ3o.woff2) format("woff2");
        unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
    }

    @font-face {
        font-family: Roboto;
        font-style: italic;
        font-weight: 700;
        font-display: swap;
        src: local("Roboto Bold Italic"),local("Roboto-BoldItalic"),url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TzBic-CsTYl4BOQ3o.woff2) format("woff2");
        unicode-range: U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
    }

    @font-face {
        font-family: Roboto;
        font-style: italic;
        font-weight: 700;
        font-display: swap;
        src: local("Roboto Bold Italic"),local("Roboto-BoldItalic"),url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TzBic2CsTYl4BOQ3o.woff2) format("woff2");
        unicode-range: U+1F00-1FFF
    }

    @font-face {
        font-family: Roboto;
        font-style: italic;
        font-weight: 700;
        font-display: swap;
        src: local("Roboto Bold Italic"),local("Roboto-BoldItalic"),url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TzBic5CsTYl4BOQ3o.woff2) format("woff2");
        unicode-range: U+0370-03FF
    }

    @font-face {
        font-family: Roboto;
        font-style: italic;
        font-weight: 700;
        font-display: swap;
        src: local("Roboto Bold Italic"),local("Roboto-BoldItalic"),url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TzBic1CsTYl4BOQ3o.woff2) format("woff2");
        unicode-range: U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB
    }

    @font-face {
        font-family: Roboto;
        font-style: italic;
        font-weight: 700;
        font-display: swap;
        src: local("Roboto Bold Italic"),local("Roboto-BoldItalic"),url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TzBic0CsTYl4BOQ3o.woff2) format("woff2");
        unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
    }

    @font-face {
        font-family: Roboto;
        font-style: italic;
        font-weight: 700;
        font-display: swap;
        src: local("Roboto Bold Italic"),local("Roboto-BoldItalic"),url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TzBic6CsTYl4BO.woff2) format("woff2");
        unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
    }

    @font-face {
        font-family: Roboto;
        font-style: italic;
        font-weight: 900;
        font-display: swap;
        src: local("Roboto Black Italic"),local("Roboto-BlackItalic"),url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TLBCc3CsTYl4BOQ3o.woff2) format("woff2");
        unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
    }

    @font-face {
        font-family: Roboto;
        font-style: italic;
        font-weight: 900;
        font-display: swap;
        src: local("Roboto Black Italic"),local("Roboto-BlackItalic"),url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TLBCc-CsTYl4BOQ3o.woff2) format("woff2");
        unicode-range: U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
    }

    @font-face {
        font-family: Roboto;
        font-style: italic;
        font-weight: 900;
        font-display: swap;
        src: local("Roboto Black Italic"),local("Roboto-BlackItalic"),url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TLBCc2CsTYl4BOQ3o.woff2) format("woff2");
        unicode-range: U+1F00-1FFF
    }

    @font-face {
        font-family: Roboto;
        font-style: italic;
        font-weight: 900;
        font-display: swap;
        src: local("Roboto Black Italic"),local("Roboto-BlackItalic"),url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TLBCc5CsTYl4BOQ3o.woff2) format("woff2");
        unicode-range: U+0370-03FF
    }

    @font-face {
        font-family: Roboto;
        font-style: italic;
        font-weight: 900;
        font-display: swap;
        src: local("Roboto Black Italic"),local("Roboto-BlackItalic"),url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TLBCc1CsTYl4BOQ3o.woff2) format("woff2");
        unicode-range: U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB
    }

    @font-face {
        font-family: Roboto;
        font-style: italic;
        font-weight: 900;
        font-display: swap;
        src: local("Roboto Black Italic"),local("Roboto-BlackItalic"),url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TLBCc0CsTYl4BOQ3o.woff2) format("woff2");
        unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
    }

    @font-face {
        font-family: Roboto;
        font-style: italic;
        font-weight: 900;
        font-display: swap;
        src: local("Roboto Black Italic"),local("Roboto-BlackItalic"),url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TLBCc6CsTYl4BO.woff2) format("woff2");
        unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
    }

    @font-face {
        font-family: Roboto;
        font-style: normal;
        font-weight: 100;
        font-display: swap;
        src: local("Roboto Thin"),local("Roboto-Thin"),url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxFIzIXKMnyrYk.woff2) format("woff2");
        unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
    }

    @font-face {
        font-family: Roboto;
        font-style: normal;
        font-weight: 100;
        font-display: swap;
        src: local("Roboto Thin"),local("Roboto-Thin"),url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxMIzIXKMnyrYk.woff2) format("woff2");
        unicode-range: U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
    }

    @font-face {
        font-family: Roboto;
        font-style: normal;
        font-weight: 100;
        font-display: swap;
        src: local("Roboto Thin"),local("Roboto-Thin"),url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxEIzIXKMnyrYk.woff2) format("woff2");
        unicode-range: U+1F00-1FFF
    }

    @font-face {
        font-family: Roboto;
        font-style: normal;
        font-weight: 100;
        font-display: swap;
        src: local("Roboto Thin"),local("Roboto-Thin"),url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxLIzIXKMnyrYk.woff2) format("woff2");
        unicode-range: U+0370-03FF
    }

    @font-face {
        font-family: Roboto;
        font-style: normal;
        font-weight: 100;
        font-display: swap;
        src: local("Roboto Thin"),local("Roboto-Thin"),url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxHIzIXKMnyrYk.woff2) format("woff2");
        unicode-range: U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB
    }

    @font-face {
        font-family: Roboto;
        font-style: normal;
        font-weight: 100;
        font-display: swap;
        src: local("Roboto Thin"),local("Roboto-Thin"),url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxGIzIXKMnyrYk.woff2) format("woff2");
        unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
    }

    @font-face {
        font-family: Roboto;
        font-style: normal;
        font-weight: 100;
        font-display: swap;
        src: local("Roboto Thin"),local("Roboto-Thin"),url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxIIzIXKMny.woff2) format("woff2");
        unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
    }

    @font-face {
        font-family: Roboto;
        font-style: normal;
        font-weight: 300;
        font-display: swap;
        src: local("Roboto Light"),local("Roboto-Light"),url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fCRc4AMP6lbBP.woff2) format("woff2");
        unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
    }

    @font-face {
        font-family: Roboto;
        font-style: normal;
        font-weight: 300;
        font-display: swap;
        src: local("Roboto Light"),local("Roboto-Light"),url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fABc4AMP6lbBP.woff2) format("woff2");
        unicode-range: U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
    }

    @font-face {
        font-family: Roboto;
        font-style: normal;
        font-weight: 300;
        font-display: swap;
        src: local("Roboto Light"),local("Roboto-Light"),url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fCBc4AMP6lbBP.woff2) format("woff2");
        unicode-range: U+1F00-1FFF
    }

    @font-face {
        font-family: Roboto;
        font-style: normal;
        font-weight: 300;
        font-display: swap;
        src: local("Roboto Light"),local("Roboto-Light"),url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fBxc4AMP6lbBP.woff2) format("woff2");
        unicode-range: U+0370-03FF
    }

    @font-face {
        font-family: Roboto;
        font-style: normal;
        font-weight: 300;
        font-display: swap;
        src: local("Roboto Light"),local("Roboto-Light"),url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fCxc4AMP6lbBP.woff2) format("woff2");
        unicode-range: U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB
    }

    @font-face {
        font-family: Roboto;
        font-style: normal;
        font-weight: 300;
        font-display: swap;
        src: local("Roboto Light"),local("Roboto-Light"),url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fChc4AMP6lbBP.woff2) format("woff2");
        unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
    }

    @font-face {
        font-family: Roboto;
        font-style: normal;
        font-weight: 300;
        font-display: swap;
        src: local("Roboto Light"),local("Roboto-Light"),url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fBBc4AMP6lQ.woff2) format("woff2");
        unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
    }

    @font-face {
        font-family: Roboto;
        font-style: normal;
        font-weight: 400;
        font-display: swap;
        src: local("Roboto"),local("Roboto-Regular"),url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu72xKKTU1Kvnz.woff2) format("woff2");
        unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
    }

    @font-face {
        font-family: Roboto;
        font-style: normal;
        font-weight: 400;
        font-display: swap;
        src: local("Roboto"),local("Roboto-Regular"),url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu5mxKKTU1Kvnz.woff2) format("woff2");
        unicode-range: U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
    }

    @font-face {
        font-family: Roboto;
        font-style: normal;
        font-weight: 400;
        font-display: swap;
        src: local("Roboto"),local("Roboto-Regular"),url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7mxKKTU1Kvnz.woff2) format("woff2");
        unicode-range: U+1F00-1FFF
    }

    @font-face {
        font-family: Roboto;
        font-style: normal;
        font-weight: 400;
        font-display: swap;
        src: local("Roboto"),local("Roboto-Regular"),url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4WxKKTU1Kvnz.woff2) format("woff2");
        unicode-range: U+0370-03FF
    }

    @font-face {
        font-family: Roboto;
        font-style: normal;
        font-weight: 400;
        font-display: swap;
        src: local("Roboto"),local("Roboto-Regular"),url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7WxKKTU1Kvnz.woff2) format("woff2");
        unicode-range: U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB
    }

    @font-face {
        font-family: Roboto;
        font-style: normal;
        font-weight: 400;
        font-display: swap;
        src: local("Roboto"),local("Roboto-Regular"),url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7GxKKTU1Kvnz.woff2) format("woff2");
        unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
    }

    @font-face {
        font-family: Roboto;
        font-style: normal;
        font-weight: 400;
        font-display: swap;
        src: local("Roboto"),local("Roboto-Regular"),url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2) format("woff2");
        unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
    }

    @font-face {
        font-family: Roboto;
        font-style: normal;
        font-weight: 500;
        font-display: swap;
        src: local("Roboto Medium"),local("Roboto-Medium"),url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fCRc4AMP6lbBP.woff2) format("woff2");
        unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
    }

    @font-face {
        font-family: Roboto;
        font-style: normal;
        font-weight: 500;
        font-display: swap;
        src: local("Roboto Medium"),local("Roboto-Medium"),url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fABc4AMP6lbBP.woff2) format("woff2");
        unicode-range: U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
    }

    @font-face {
        font-family: Roboto;
        font-style: normal;
        font-weight: 500;
        font-display: swap;
        src: local("Roboto Medium"),local("Roboto-Medium"),url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fCBc4AMP6lbBP.woff2) format("woff2");
        unicode-range: U+1F00-1FFF
    }

    @font-face {
        font-family: Roboto;
        font-style: normal;
        font-weight: 500;
        font-display: swap;
        src: local("Roboto Medium"),local("Roboto-Medium"),url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fBxc4AMP6lbBP.woff2) format("woff2");
        unicode-range: U+0370-03FF
    }

    @font-face {
        font-family: Roboto;
        font-style: normal;
        font-weight: 500;
        font-display: swap;
        src: local("Roboto Medium"),local("Roboto-Medium"),url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fCxc4AMP6lbBP.woff2) format("woff2");
        unicode-range: U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB
    }

    @font-face {
        font-family: Roboto;
        font-style: normal;
        font-weight: 500;
        font-display: swap;
        src: local("Roboto Medium"),local("Roboto-Medium"),url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fChc4AMP6lbBP.woff2) format("woff2");
        unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
    }

    @font-face {
        font-family: Roboto;
        font-style: normal;
        font-weight: 500;
        font-display: swap;
        src: local("Roboto Medium"),local("Roboto-Medium"),url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fBBc4AMP6lQ.woff2) format("woff2");
        unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
    }

    @font-face {
        font-family: Roboto;
        font-style: normal;
        font-weight: 700;
        font-display: swap;
        src: local("Roboto Bold"),local("Roboto-Bold"),url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfCRc4AMP6lbBP.woff2) format("woff2");
        unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
    }

    @font-face {
        font-family: Roboto;
        font-style: normal;
        font-weight: 700;
        font-display: swap;
        src: local("Roboto Bold"),local("Roboto-Bold"),url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfABc4AMP6lbBP.woff2) format("woff2");
        unicode-range: U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
    }

    @font-face {
        font-family: Roboto;
        font-style: normal;
        font-weight: 700;
        font-display: swap;
        src: local("Roboto Bold"),local("Roboto-Bold"),url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfCBc4AMP6lbBP.woff2) format("woff2");
        unicode-range: U+1F00-1FFF
    }

    @font-face {
        font-family: Roboto;
        font-style: normal;
        font-weight: 700;
        font-display: swap;
        src: local("Roboto Bold"),local("Roboto-Bold"),url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBxc4AMP6lbBP.woff2) format("woff2");
        unicode-range: U+0370-03FF
    }

    @font-face {
        font-family: Roboto;
        font-style: normal;
        font-weight: 700;
        font-display: swap;
        src: local("Roboto Bold"),local("Roboto-Bold"),url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfCxc4AMP6lbBP.woff2) format("woff2");
        unicode-range: U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB
    }

    @font-face {
        font-family: Roboto;
        font-style: normal;
        font-weight: 700;
        font-display: swap;
        src: local("Roboto Bold"),local("Roboto-Bold"),url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfChc4AMP6lbBP.woff2) format("woff2");
        unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
    }

    @font-face {
        font-family: Roboto;
        font-style: normal;
        font-weight: 700;
        font-display: swap;
        src: local("Roboto Bold"),local("Roboto-Bold"),url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBBc4AMP6lQ.woff2) format("woff2");
        unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
    }

    @font-face {
        font-family: Roboto;
        font-style: normal;
        font-weight: 900;
        font-display: swap;
        src: local("Roboto Black"),local("Roboto-Black"),url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfCRc4AMP6lbBP.woff2) format("woff2");
        unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
    }

    @font-face {
        font-family: Roboto;
        font-style: normal;
        font-weight: 900;
        font-display: swap;
        src: local("Roboto Black"),local("Roboto-Black"),url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfABc4AMP6lbBP.woff2) format("woff2");
        unicode-range: U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
    }

    @font-face {
        font-family: Roboto;
        font-style: normal;
        font-weight: 900;
        font-display: swap;
        src: local("Roboto Black"),local("Roboto-Black"),url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfCBc4AMP6lbBP.woff2) format("woff2");
        unicode-range: U+1F00-1FFF
    }

    @font-face {
        font-family: Roboto;
        font-style: normal;
        font-weight: 900;
        font-display: swap;
        src: local("Roboto Black"),local("Roboto-Black"),url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfBxc4AMP6lbBP.woff2) format("woff2");
        unicode-range: U+0370-03FF
    }

    @font-face {
        font-family: Roboto;
        font-style: normal;
        font-weight: 900;
        font-display: swap;
        src: local("Roboto Black"),local("Roboto-Black"),url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfCxc4AMP6lbBP.woff2) format("woff2");
        unicode-range: U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB
    }

    @font-face {
        font-family: Roboto;
        font-style: normal;
        font-weight: 900;
        font-display: swap;
        src: local("Roboto Black"),local("Roboto-Black"),url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfChc4AMP6lbBP.woff2) format("woff2");
        unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
    }

    @font-face {
        font-family: Roboto;
        font-style: normal;
        font-weight: 900;
        font-display: swap;
        src: local("Roboto Black"),local("Roboto-Black"),url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfBBc4AMP6lQ.woff2) format("woff2");
    }

    @media (min-width: 1280px) {
        .xl\:w-\[230px\] {
            width: 230px;
        }
    }