

.Controls_mapControl__5Us7 {
    color: var(--clr-granite1);
}

.Controls_mapControl__5Us7 .Controls_mapControlIcon__JnqT {
        color: inherit;
    }

.Controls_mapControl__5Us7.Controls_active__FPiD {
        background-color: var(--clr-spring4);
        color: var(--clr-snow-blind);
        font-weight: 600;
        font-variation-settings: 'wght' 600;
    }

.Controls_mapControl__5Us7.Controls_active__FPiD:hover {
            background-color: var(--clr-spring4);
        }

.Controls_mapControl__5Us7.Controls_active__FPiD.Mui-focusVisible {
            background-color: var(--clr-spring3);
        }

.controlsExpanded .Controls_mapControl__5Us7.Controls_active__FPiD {
    background-color: var(--clr-granite9);
    color: var(--clr-granite1);
}

.controlsExpanded .Controls_mapControl__5Us7.Controls_active__FPiD:hover,
    .controlsExpanded .Controls_mapControl__5Us7.Controls_active__FPiD.Mui-focusVisible {
        background-color: var(--clr-granite8);
    }

.controlsExpanded .Controls_mapControl__5Us7.Controls_active__FPiD .Controls_mapControlIcon__JnqT {
        color: var(--clr-spring5);
    }

.Controls_controlsDrawerButton__jJmM {
    height: 32px;
    padding-left: 8px;
}

.Controls_drawer__7Ksl {
    grid-area: controls;
    white-space: nowrap;
    pointer-events: all;
    position: relative;
    box-shadow: 2px 0px 6px rgba(0, 0, 0, 0.2);
    width: 40px;
    will-change: inline-size;
    transition: width 250ms cubic-bezier(0.4, 0, 0.6, 1);
    overflow-x: hidden;
}

.controlsExpanded .Controls_drawer__7Ksl {
    width: 140px;
    transition-duration: 250ms;
}

.Controls_drawerPaper__9pSd {
    position: absolute;
    border-right: 0;
    width: 100%;
    z-index: auto;
    z-index: initial;
}

.Controls_gaiaHeader__sra0 {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    height: 26px;
    justify-content: space-between;
    margin: calc(2 * 8px) 0;
    padding: 0 8px;
}

.Controls_listSubheader__Q9ol {
    color: var(--clr-granite1);
    font-weight: 600;
    font-variation-settings: 'wght' 600;
    height: 0;
    padding-left: 8px;
}

.controlsExpanded .Controls_listSubheader__Q9ol {
    height: 42px;
    line-height: 42px;
}

.Controls_listTransform__EUBa {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: top center;
            transform-origin: top center;
    transition: height cubic-bezier(0.0, 0, 0.2, 1) 250ms, -webkit-transform cubic-bezier(0.0, 0, 0.2, 1) 250ms;
    transition: transform cubic-bezier(0.0, 0, 0.2, 1) 250ms, height cubic-bezier(0.0, 0, 0.2, 1) 250ms;
    transition: transform cubic-bezier(0.0, 0, 0.2, 1) 250ms, height cubic-bezier(0.0, 0, 0.2, 1) 250ms, -webkit-transform cubic-bezier(0.0, 0, 0.2, 1) 250ms;
}

.controlsExpanded .Controls_listTransform__EUBa {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    transition-duration: 250ms;
}

.Controls_appButtons__Q3ub img {
    display: block;
    margin: auto;
    width: 122px;
}

.Controls_appButtons__Q3ub img:first-child {
        margin-right: auto !important;
    }

.Controls_appButtons__Q3ub img:first-child {
        /* Override inline style on app button image */
        margin-bottom: 8px;
    }

.Controls_drawerToggle__e6xl {
    border-radius: 0;
    margin-left: auto;
    width: 40px;
    transition: -webkit-transform cubic-bezier(0.0, 0, 0.2, 1) 250ms;
    transition: transform cubic-bezier(0.0, 0, 0.2, 1) 250ms;
    transition: transform cubic-bezier(0.0, 0, 0.2, 1) 250ms, -webkit-transform cubic-bezier(0.0, 0, 0.2, 1) 250ms;
    -webkit-transform: rotate(0.5turn);
            transform: rotate(0.5turn);
}

.controlsExpanded .Controls_drawerToggle__e6xl {
    -webkit-transform: rotate(0turn);
            transform: rotate(0turn);
    transition-timing-function: cubic-bezier(0.0, 0, 0.2, 1);
    transition-duration: 250ms;
}

:root {
    --clr-accent-primary-hover: #268623;
    --clr-outside-yellow: #fdd20a;
    --clr-outside-yellow-hover: #fab819;

    --clr-txt-primary: var(--clr-granite2);
    --clr-txt-secondary: var(--clr-granite3);
    --clr-accent-primary: #3cc537;
    --clr-accent-primary-hover: #268623;

    --clr-granite1: rgb(28, 29, 31);
    --clr-granite2: rgb(56, 56, 59);
    --clr-granite3: rgb(96, 97, 99);
    --clr-granite4: rgb(123, 123, 125);
    --clr-granite5: rgb(147, 148, 150);
    --clr-granite6: rgb(172, 172, 174);
    --clr-granite7: rgb(207, 209, 211);
    --clr-granite8: rgb(227, 227, 229);
    --clr-granite9: rgb(241, 242, 243);
    --clr-granite10: rgb(255, 255, 255);

    --clr-snow-blind: var(--clr-granite10);

    --clr-spring1: rgb(26, 78, 24);
    --clr-spring2: rgb(28, 99, 26);
    --clr-spring3: rgb(38, 134, 35);
    --clr-spring4: rgb(47, 155, 44);
    --clr-spring5: rgb(56, 178, 52);
    --clr-spring6: rgb(60, 197, 55);
    --clr-spring7: rgb(76, 217, 72);
    --clr-spring8: rgb(133, 235, 129);
    --clr-spring9: rgb(190, 247, 188);
    --clr-spring10: rgb(233, 252, 232);

    --clr-spring: var(--clr-spring4);

    --clr-summer4: #CF4425;

    --clr-summer: var(--clr-summer4);

    --clr-conifer3: #276338;

    --clr-gray-line: #ededed;

    --clr-white-hover: #e6e7e8;

}

#root {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}

#djDebug #djDebugToolbarHandle#djDebugToolbarHandle {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

html.map {
    height: 100%;
    color: var(--clr-granite2);
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
}

html.map body {
        height: 100%;
        margin: 0;
    }

/* Style range inputs on Edge */

/* https://stackoverflow.com/questions/34519215/input-range-not-working-in-ie-or-edge */

html.map input[type='range']::-ms-track {
            display: none;
        }

html.map input[type='range']::-ms-fill-lower {
            display: none;
        }

html.map input[type='range']::-ms-fill-upper {
            display: none;
        }

html.map input[type='range']::-ms-thumb {
            display: none;
        }

[class^='mapboxgl-ctrl'] {
    z-index: auto;
    z-index: initial;
}

.mapboxgl-ctrl button[disabled] {
    color: #aaa;
    cursor: default;
}

.grecaptcha-badge {
    visibility: hidden;
}

.mapboxgl-ctrl-logo,
.mapbox-improve-map {
    display: none !important;
}

.Map_ui__Lpv1 {
    display: grid;
    position: relative;
    overflow: hidden;
    height: 100%;
    grid-template:
        [vp-start] 'announce announce' -webkit-max-content
        'controls  surface' 1fr
        'controls footer' -webkit-max-content [vp-end] / [vp-start] -webkit-max-content 1fr [vp-end];
    grid-template:
        [vp-start] 'announce announce' max-content
        'controls  surface' 1fr
        'controls footer' max-content [vp-end] / [vp-start] max-content 1fr [vp-end];
}

.Map_announcement__vtt2 {
    position: relative;
    grid-area: announce;
    font-weight: 500;
    font-variation-settings: 'wght' 500;
    color: var(--clr-granite1);
}

.Map_mapboxWrapper__DVRZ {
    grid-area: vp;
    display: grid;
    grid-template: "vp" 100% / 100%;
}

@media print {

.Map_mapboxWrapper__DVRZ {
        margin: 0 !important;
}

.Map_mapboxWrapper__DVRZ {
        padding: 0;
}
    }

.Map_header__UgJq {
    grid-area: surface;
    justify-self: end;
    align-self: start;
    margin-top: 8px;
    margin-right: 8px;
    display: flex;
    align-items: center;
    pointer-events: all;
    -webkit-filter: drop-shadow(rgb(56, 56, 59) 0px 2px 4px);
            filter: drop-shadow(rgb(56, 56, 59) 0px 2px 4px);
}

.Map_sidebar__BmxJ {
    grid-area: controls;
    position: absolute;
    right: 0;
    pointer-events: none;
    height: 100%;
    width: 360px;
    background-color: var(--clr-snow-blind);
    -webkit-transform: translateX(0);
            transform: translateX(0);
}

.Map_displayContents__hrKm {
    display: contents;
}

.Map_search__CJjI {
    grid-area: surface;
    justify-self: start;
    align-self: start;
    margin-left: 8px;
    margin-top: 8px;
}

.Map_scale__ELes {
    grid-area: surface;
    justify-self: start;
    align-self: end;
    margin-bottom: calc(2 * 8px);
    margin-left: 8px;
    line-height: 2;
}

.Map_orientation__zLpQ {
    grid-area: surface;
    justify-self: end;
    align-self: end;
    margin-bottom: calc(2 * 8px);
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
}

.Map_search__CJjI,
.Map_scale__ELes,
.Map_orientation__zLpQ {
    grid-area: surface;
}

.Map_sidebar__BmxJ, .Map_search__CJjI, .Map_scale__ELes {
    transition: -webkit-transform 250ms cubic-bezier(0.4, 0, 0.6, 1);
    transition: transform 250ms cubic-bezier(0.4, 0, 0.6, 1);
    transition: transform 250ms cubic-bezier(0.4, 0, 0.6, 1), -webkit-transform 250ms cubic-bezier(0.4, 0, 0.6, 1);
}

.sidebarOpen .Map_sidebar__BmxJ {
    -webkit-transform: translateX(360px);
            transform: translateX(360px);
    transition-duration: 250ms;
}

.sidebarOpen .Map_search__CJjI {
    -webkit-transform: translateX(360px);
            transform: translateX(360px);
    transition-duration: 250ms;
}

.sidebarOpen .Map_scale__ELes {
    -webkit-transform: translateX(360px);
            transform: translateX(360px);
    transition-duration: 250ms;
}

.sidebarOpen .Map_sidebar__BmxJ {
    pointer-events: all;
}

.Map_importSurface__Er5w {
    grid-area: vp;
    position: relative;
    height: 100%; /* needed for print preview */
    display: grid;
    grid-template: "vp" 100% / 100%;
}

.Map_footer__tlmD {
    grid-area: footer;
    position: relative;
    font-size: 12px;
    padding: 4px 8px;
    display: flex;
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    list-style-type: none;
    background-color: hsla(0, 0%, 100%, .5);
}

.Map_footer__tlmD > li:not(:first-child)::before {
        content: '|';
        padding-left: 0.5em;
        padding-right: 0.5em;
    }

.Map_footer__tlmD a {
        color: inherit;
        -webkit-text-decoration: none;
        text-decoration: none;
    }

.Sidebar_sidebar__Q5fj {
    display: flex;
    flex-direction: column;
    height: 100%;
}

@media print {

.Sidebar_sidebar__Q5fj {
        display: none !important;
}
    }

.Sidebar_sidebarFooter__s4Ij {
    background: white;
    position: -webkit-sticky;
    position: sticky;
    /* display: 'flex' is a hack to make Safari support position: 'sticky' */
    display: flex;
    bottom: 0;
    border-top: 1px solid var(--clr-granite8);
}

.Sidebar_sidebarFooter__s4Ij .Sidebar_buttonContainer__knl4 {
        display: flex;
        flex-wrap: wrap;
        flex: 1;
        justify-content: flex-end;
        padding: 16px;
    }

.Sidebar_closeButton__9SIc {
    padding: 4px;
}

.Sidebar_closeButton__9SIc.Sidebar_withBackground__OuGL {
        box-shadow: 0px 3px 3px -2px rgba(0,0,0,0.2), 0px 3px 4px 0px rgba(0,0,0,0.14), 0px 1px 8px 0px rgba(0,0,0,0.12);
        background-color: var(--clr-granite8);
    }

.Sidebar_closeButton__9SIc.Sidebar_withBackground__OuGL:hover, .Sidebar_closeButton__9SIc.Sidebar_withBackground__OuGL:focus {
            background-color: var(--clr-granite7);
        }

.DnDCTA_dragAndDropCTA__VyJh {
    grid-area: vp;
    position: relative;
    background-color: rgba(27, 36, 29, 0.7);
    box-sizing: border-box;
    padding: calc(8 * themeSpacing);
    /* prevent drag events from propagating */
    pointer-events: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: var(--clr-granite10);
}
.DnDCTA_dragAndDropCTA__VyJh::before {
        content: '';
        position: absolute;
        border: 2px dashed var(--clr-granite10);
        border-radius: 2px;
        top: calc(8 * themeSpacing);
        right: calc(8 * themeSpacing);
        bottom: calc(8 * themeSpacing);
        left: calc(8 * themeSpacing);
    }



.Legend_container__UdY6 {
    background-color: var(--clr-granite10);
    color: var(--clr-txt-primary);
    box-sizing: border-box;
    border-radius: calc(2 * 4px);
    box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
    grid-area: surface;
    display: grid;
    grid-template:
        'header' -webkit-max-content
        'content' 1fr / 100%;
    grid-template:
        'header' max-content
        'content' 1fr / 100%;
    height: 300px;
    width: 230px;
    align-self: end;
    justify-self: end;
    margin-right: calc(6.25 * 8px);
    margin-bottom: calc(2 * 8px);
    z-index: 1300;
    overflow-y: auto;
}

.Legend_container__UdY6 > [class^='MuiCircularProgress'] {
    grid-area: content;
    justify-self: center;
    align-self: center;
}

.Legend_container__UdY6 > header {
    grid-area: header;
    display: grid;
    grid-template-columns: 1fr -webkit-max-content;
    grid-template-columns: 1fr max-content;
    grid-column-gap: 8px;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    align-items: center;
    padding: 8px 8px calc(8px / 2);
    border-bottom: 1px solid rgb(227, 227, 229);
}

.Legend_list__8pAs {
    grid-area: content;
    display: grid;
    grid-template-columns: 100%;
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
    padding-top: 8px;
    padding-bottom: 8px;
    overflow-y: scroll;
    font-size: 12px;
}

.Legend_item__3Jgy {
    display: flex;
    -webkit-column-gap: calc(2 * 8px);
       -moz-column-gap: calc(2 * 8px);
            column-gap: calc(2 * 8px);
    padding: 8px calc(2 * 8px);
    min-height: 32px;
}

.Legend_item__3Jgy:hover {
        background-color: var(--clr-granite9);
    }

.Legend_icon__Thu8 {
    width: 46px;
    min-width: 46px;
    display: grid;
    align-items: center;
    justify-items: center;
    place-items: center;
}

.Legend_icon__Thu8 > img {
        max-width: 100%;
        max-height: 24px;
    }

.Legend_label__KIhA {
    align-self: center;
    line-height: 1;
}

.Legend_viewFull__vpi4 {
    grid-column: 1 / -1;
    justify-self: stretch;
    padding-top: 8px;
    margin-left: calc(2 * 8px);
    margin-right: calc(2 * 8px);
}

.Legend_noItems__BVWj {
    grid-area: content;
    padding: calc(2 * 8px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.Legend_errorFallback__aMKI {
}

.Legend_overlay__o9Yq {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    -webkit-animation-name: Legend_fadeIn__o3p2;
            animation-name: Legend_fadeIn__o3p2;
    -webkit-animation-duration: 0.15s;
            animation-duration: 0.15s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-filter: blur(2px);
            filter: blur(2px);
}

@-webkit-keyframes Legend_fadeIn__o3p2 {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes Legend_fadeIn__o3p2 {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.LineLocation_lineLocation__ZvfC {
    position: absolute;
    box-sizing: border-box;
    width: var(--diameter);
    height: var(--diameter);
    left: calc(var(--x) - var(--diameter) / 2);
    top: calc(var(--y) - var(--diameter) / 2);
    border-radius: 50%;
    border: var(--border-width) solid var(--border-color);
    background-color: var(--bg-color);
    pointer-events: none;
}

.LineLocation_highlightLocation__ApXB {
    --border-width: 3px;
    --diameter: 24px;
    --border-color: var(--clr-granite10);
    --bg-color: var(--clr-conifer3);
}

.LineLocation_hoverLineLocation__OVTS {
    --border-width: 2px;
    --diameter: 18px;
    --bg-color: var(--clr-granite10);
}


    @media print {

.mapboxgl-canvas-container {
        display: none;
}
    }

.Mapbox_mapbox__pfwy {
    grid-area: vp;
}

.mapboxgl-control-container {
    display: contents;
}

.mapboxgl-ctrl-top-left,
.mapboxgl-ctrl-top-right,
.mapboxgl-ctrl-bottom-left,
.mapboxgl-canary {
    display: none;
}

.mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-attrib {
        float: none;
        display: contents;
    }

.mapboxgl-map {
    font-family: 'Inter', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
}

.mapboxgl-ctrl-attrib-button {
    bottom: 0;
    right: 0;
    top: auto;
}

.mapboxgl-ctrl-attrib-button:focus {
        box-shadow: none;
    }

.mapboxgl-ctrl-attrib-inner {
    --offset-inline: 50px;
    --offset-block: 40px;

    box-sizing: border-box;
    position: absolute;
    right: 50px;
    right: var(--offset-inline);
    bottom: 40px;
    bottom: var(--offset-block);
    background-color: var(--clr-granite10);
    padding: 0.5em;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: calc(100vw - 2 * 50px);
    max-width: calc(100vw - 2 * var(--offset-inline));

    /* same as applied by mapboxgl.css to other controls */
    border-radius: 4px;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);

    /* moves this on top of <ScaleControl> */
    z-index: 1;
}

#embedded-map .mapboxgl-ctrl-attrib-inner {
    --offset-block: 16px;
}

:root {
    --clr-accent-primary-hover: #268623;
    --clr-outside-yellow: #fdd20a;
    --clr-outside-yellow-hover: #fab819;

    --clr-txt-primary: var(--clr-granite2);
    --clr-txt-secondary: var(--clr-granite3);
    --clr-accent-primary: #3cc537;
    --clr-accent-primary-hover: #268623;

    --clr-granite1: rgb(28, 29, 31);
    --clr-granite2: rgb(56, 56, 59);
    --clr-granite3: rgb(96, 97, 99);
    --clr-granite4: rgb(123, 123, 125);
    --clr-granite5: rgb(147, 148, 150);
    --clr-granite6: rgb(172, 172, 174);
    --clr-granite7: rgb(207, 209, 211);
    --clr-granite8: rgb(227, 227, 229);
    --clr-granite9: rgb(241, 242, 243);
    --clr-granite10: rgb(255, 255, 255);

    --clr-snow-blind: var(--clr-granite10);

    --clr-spring1: rgb(26, 78, 24);
    --clr-spring2: rgb(28, 99, 26);
    --clr-spring3: rgb(38, 134, 35);
    --clr-spring4: rgb(47, 155, 44);
    --clr-spring5: rgb(56, 178, 52);
    --clr-spring6: rgb(60, 197, 55);
    --clr-spring7: rgb(76, 217, 72);
    --clr-spring8: rgb(133, 235, 129);
    --clr-spring9: rgb(190, 247, 188);
    --clr-spring10: rgb(233, 252, 232);

    --clr-spring: var(--clr-spring4);

    --clr-summer4: #CF4425;

    --clr-summer: var(--clr-summer4);

    --clr-conifer3: #276338;

    --clr-gray-line: #ededed;

    --clr-white-hover: #e6e7e8;

}

.plan-matrix {
    --highlight-row-height: 35px;
    display: grid;
    min-width: 650px;
    width: 100%;
    max-width: 1135px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: minmax(200px, 1fr) repeat(3, minmax(-webkit-max-content, 200px));
    grid-template-columns: minmax(200px, 1fr) repeat(3, minmax(max-content, 200px));
    grid-template-rows: 35px repeat(14, auto);
    grid-template-rows: var(--highlight-row-height) repeat(14, auto);
    font-size: 18px;
    line-height: 1.3;
    justify-items: stretch;

    /* Adjustments for go premium modal */
}

@media (max-width: 1100px) {

.plan-matrix[data-location='go-premium-modal'] {
            font-size: 14px;
    }
        }

@media (min-width: 1100px) {

.plan-matrix[data-location='go-premium-modal'] {
            font-size: 16px;
    }
        }

.plan-matrix .headings,
.plan-matrix .features {
    display: contents;
    z-index: 100;
}

.plan-matrix li:nth-of-type(1) {
    grid-row: 3;
}

.plan-matrix li:nth-of-type(2) {
    grid-row: 4;
}

.plan-matrix li:nth-of-type(3) {
    grid-row: 5;
}

.plan-matrix li:nth-of-type(4) {
    grid-row: 6;
}

.plan-matrix li:nth-of-type(5) {
    grid-row: 7;
}

.plan-matrix li:nth-of-type(6) {
    grid-row: 8;
}

.plan-matrix li:nth-of-type(7) {
    grid-row: 9;
}

.plan-matrix li:nth-of-type(8) {
    grid-row: 10;
}

.plan-matrix li:nth-of-type(9) {
    grid-row: 11;
}

.plan-matrix li:nth-of-type(10) {
    grid-row: 12;
}

.plan-matrix li:nth-of-type(11) {
    grid-row: 13;
}

.plan-matrix li:nth-of-type(12) {
    grid-row: 14;
}

.plan-matrix li:nth-of-type(13) {
    grid-row: 15;
}

.plan-matrix li {
    list-style: none;
}

.plan-matrix ul:not(:first-child) li:not(.does-not-exist) {
    border-left: 1px solid var(--clr-gray-line);
}

.plan-matrix ul:not(:first-child) .col-heading {
    border-left: 1px solid var(--clr-gray-line);
}

.plan-matrix ul:not(:first-child) .cta {
    border-left: 1px solid var(--clr-gray-line);
}

.plan-matrix ul li:not(.does-not-exist), .plan-matrix ul .col-heading {
    border-bottom: 1px solid var(--clr-gray-line);
}

.plan-matrix .col-heading {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    grid-row: 2;
    padding-bottom: 0.5rem;
    margin-top: 1em;
    margin-bottom: 0;
    padding-right: 1rem;
}

.plan-matrix :not(.headings) .col-heading {
    padding-left: 1rem;
    align-items: center;
}

.plan-matrix .logo {
    box-sizing: border-box;
    width: 100%;
    max-width: 150px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

.plan-matrix .price {
    margin-top: 0.5em;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 1;
    white-space: nowrap;
}

.plan-matrix .price small {
    color: var(--clr-txt-secondary);
}

.plan-matrix .features .price::after {
        display: block;
        margin-top: 1em;
        font-size: 0.625rem;
        color: var(--clr-txt-secondary);
    }

.plan-matrix .features.gaia-basic .price::after {
        content: ' ';
    }

.plan-matrix .features.gaia-premium .price::after {
        content: ' ';
    }

.plan-matrix .features.gaia-premium .price.discounted::after {
        content: '' var(--gaia-premium-full-price);
        -webkit-text-decoration: line-through;
        text-decoration: line-through;
    }

.plan-matrix .features.oplus .price::after {
        content: ' ';
    }

.plan-matrix .features.oplus .price.discounted::after {
        content: '' var(--oplus-full-price);
        -webkit-text-decoration: line-through;
        text-decoration: line-through;
    }

.plan-matrix .features.oplus .percent-discount-callout {
        position: absolute;
        right: 0;
        bottom: 0;
        translate: 50% 25%;
        z-index: 99999;
        background-color: #fdd20a;
        border-radius: 50%;
        font-size: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 8px;
        aspect-ratio: 1;
    }

.plan-matrix .price small {
    font-size: 50%;
    font-weight: var(--wght-normal);
}

.plan-matrix .price small b {
    font-size: 150%;
    font-weight: inherit;
}

.plan-matrix .features:first-child .col-heading {
    align-self: end;
}

.plan-matrix .features:not(:first-child) .col-heading {
    text-align: center;
}

.plan-matrix .cta {
    grid-row: -2;
}

.plan-matrix .headings li {
    grid-column: 1;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-right: 1em;
    border-left: none;
}

.plan-matrix .gaia-basic .col-heading, .plan-matrix .gaia-basic .check, .plan-matrix .gaia-basic .cta {
    grid-column: 2;
}

.plan-matrix .gaia-premium .col-heading, .plan-matrix .gaia-premium .check, .plan-matrix .gaia-premium .cta {
    grid-column: 3;
}

.plan-matrix .oplus h2, .plan-matrix .oplus li, .plan-matrix .oplus div {
    grid-column: 4;
}

.plan-matrix .check {
    display: grid;
    align-items: center;
    justify-items: center;
    place-items: center;
    color: var(--clr-accent-primary);
}

.plan-matrix .check.oplus {
        color: var(--clr-check-oplus);
    }

.plan-matrix .cta {
    font-size: 14px;
    padding: 1em;
}

.plan-matrix .cta a {
    padding-left: 1em;
    padding-right: 1em;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    padding-top: 1em;
    padding-bottom: 1em;
    justify-content: center;
    align-items: center;
    -webkit-text-decoration: none;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
}

.plan-matrix .gaia-basic .cta a {
    border: 2px solid black;
    color: black;
}

.plan-matrix .gaia-basic .cta a:hover {
        background-color: var(--clr-white-hover);
    }

.plan-matrix .gaia-premium .cta a {
    color: white;
    background-color: var(--clr-accent-primary);
}

.plan-matrix .gaia-premium .cta a:hover {
        background-color: var(--clr-accent-primary-hover);
    }

.plan-matrix .oplus .cta a {
    color: black;
    background-color: var(--clr-outside-yellow);
}

.plan-matrix .oplus .cta a:hover {
        background-color: var(--clr-outside-yellow-hover);
    }

.plan-matrix .oplus.oplus .col-heading, .plan-matrix .oplus.oplus .check {
    border-left: none;
}

.plan-matrix .highlight {
    --border-radius: 8px;
    display: block;
    grid-column: 4;
    grid-row: 1 / -1;
    border-color: var(--clr-outside-yellow);
    border-style: solid;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 8px;
    border-top-width: var(--border-radius);
    border-top-left-radius: 8px;
    border-top-left-radius: var(--border-radius);
    border-top-right-radius: 8px;
    border-top-right-radius: var(--border-radius);
    pointer-events: none;
    z-index: 200;
}

.plan-matrix .highlight p {
    background-color: var(--clr-outside-yellow);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5ch;
    padding-top: 0;
    padding-bottom: 0.5em;
    margin-top: 0;
    margin-bottom: 0;
    height: calc(var(--highlight-row-height) - var(--border-radius));
}

.plan-matrix .highlight p img {
    display: block;
    max-height: 100%;
}

.plan-matrix .legal {
    grid-column: 1 / -1;
    text-align: right;
    color: var(--clr-txt-secondary);
    font-size: 0.625rem;
    margin-top: 2rem;
}

.GoPremiumModal_container__l81v {
    width: 100%;
    height: 100%;
    display: grid;
    align-items: center;
    justify-items: center;
    place-items: center;
    pointer-events: none;
}

.GoPremiumModal_wrapper__2lfF {
    background-color: var(--clr-granite10);
    display: grid;
    grid-template-rows: -webkit-max-content 1fr;
    grid-template-rows: max-content 1fr;
    max-height: 90vh;
    overflow: hidden;
    pointer-events: all;
}

.GoPremiumModal_content__UmfN {
    padding: 2rem;
    overflow-y: auto;
    height: 100%;
}

.GoPremiumModal_header__j1Sp {
    padding: 2rem;
    background-color: var(--clr-conifer3);
    color: var(--clr-granite10);
    display: flex;
    justify-content: space-between;
}

.GoPremiumModal_headerText__7bRG {
    flex-grow: 1;
}

.GoPremiumModal_closeButton__PdK9 {
    align-self: start;
}

.GoPremiumModal_closeIcon__6wml {
    font-size: 24px;
    color: var(--clr-granite10);
}

.OnboardingPopup_popup__srv7 {
    grid-area: surface;
    display: flex;
    align-self: start;
    justify-self: start;
    margin-top: 60px;
    margin-left: 10px;
    pointer-events: none;
    transition: -webkit-transform 250ms cubic-bezier(0.4, 0, 0.6, 1);
    transition: transform 250ms cubic-bezier(0.4, 0, 0.6, 1);
    transition: transform 250ms cubic-bezier(0.4, 0, 0.6, 1), -webkit-transform 250ms cubic-bezier(0.4, 0, 0.6, 1);
}

.sidebarOpen .OnboardingPopup_popup__srv7 {
    -webkit-transform: translateX(360px);
            transform: translateX(360px);
}

.SavingSurface_backdrop__vTR5 {
    color: var(--clr-granite10);
    background-color: rgba(27, 36, 29, 0.7);
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    pointer-events: none;
}

.SavingSurface_content__cUx6 {
    width: 300px;
    text-align: center;
}

.SavingSurface_progress__oASV {
    margin-top: calc(2 * 8px);
    margin-bottom: calc(2 * 8px);
}

.OutsideAnnouncement_container__zu8g {
    display: grid;
    grid-template-columns: 48px 1fr 48px;
    align-items: center;
    justify-items: center;
    place-items: center;
    background-color: var(--clr-outside-yellow);
    font-weight: 500;
    font-variation-settings: 'wght' 500;
    color: var(--clr-granite1);
}

.OutsideAnnouncement_content__Ma40 {
    grid-column: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-top: calc(2 * 8px);
    padding-bottom: calc(2 * 8px);
    margin-left: auto;
    margin-right: auto;
    gap: 8px;
}

.OutsideAnnouncement_button__mWvg {
    grid-column: 3;
    background: none;
    color: var(--clr-granite1);
    height: 48px;
    width: 48px;
}

/* specificity bump to ensure this overrides MUI style */
.OutsideAnnouncement_button__mWvg.OutsideAnnouncement_button__mWvg:hover {
    background: none;
}

