@import url('https://fonts.google.com/specimen/Inter+Tight');

:root {--color-primary: #54D100;--color-primary-100: #ACFF75;--color-primary-200: #87FF37;--color-primary-300: #69FF05;--color-primary-400: #64F900;--color-primary-500: #54D100;--color-primary-600: #3C8C07;--color-primary-700: #235204;--color-primary-800: #0A1801;--color-primary-900: #000000;--color-primary-light: #64F900;--color-primary-dark: #3C8C07;--color-primary-inactive: #87FF37;--ax-color-secondary: #ff870f;--ax-ticket-grid-background: #ff8034;--ax-footer-bg-color: #4a4a4a;--ax-footer-color: #ffffff;--ax-footer-link-color: #54d100;--ax-header-bg: #4a4a4a;--ax-header-color: #54d100;--ax-header-accent: #ff870f;--font-family: https;}
.gridder-expanded-content {
                                        background-color: var(--ax-ticket-grid-background);
                                }

                                .gridder-navigation {
                                    z-index: 1;
                                    position: relative;
                                    background-color: var(--ax-ticket-grid-background);

                                }

                                .gridder-bg {
                                    display: none;
                                }
                    
