.parallax {
    min-height: 350px;
    overflow: hidden;
    position: relative;
    background-color: #000
}

.parallax__image {
    position: absolute;
    top: -50%;
    object-fit: cover;
    min-height: 200%
}

main .back-to-top {
    display: none
}

main .top-bar {
    background-color: transparent;
    display: none
}

@media only screen and (min-width: 30em) {
    main .top-bar {
        display: block;
        height: auto !important
    }
}

main .top-bar .top-bar-right {
    width: auto !important;
    flex-grow: 1;
    display: none
}

@media only screen and (min-width: 40em) {
    main .top-bar .top-bar-right {
        display: block
    }
}

main .top-bar .top-bar-left {
    display: none
}

@media only screen and (min-width: 30em) {
    main .top-bar .top-bar-left {
        display: block
    }
}

main .top-bar ul {
    background-color: transparent
}

main .top-bar ul a {
    color: #492365 !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    padding: .7rem 1rem !important;
    border-bottom: 0 !important;
    height: 45px;
    line-height: 1.5
}

main .top-bar ul a:hover {
    color: #fafafa !important;
    background-color: #492365 !important
}

main .top-bar.is-stuck {
    background-color: #fff;
    box-shadow: 0px 1px 2px 0px rgba(77, 70, 77, .5);
}

@media only screen and (min-width: 64em) {
    main .top-bar.is-stuck {
        top: 0 !important
    }
}

main .top-bar.is-stuck+.back-to-top {
    display: block;
    position: fixed;
    z-index: 999;
    bottom: 0;
    right: 0;
    padding: 1rem
}

main .top-bar.is-stuck+.back-to-top .back-to-top__button {
    box-shadow: 0px 0px 8px 0px rgba(77, 70, 77, .7);
    font-size: 2rem !important;
    padding: .75rem 1rem;
    line-height: 1;
    margin: 0;
    border-radius: .75rem;
    opacity: .75
}

main .top-bar.is-stuck+.back-to-top .back-to-top__button:hover,
main .top-bar.is-stuck+.back-to-top .back-to-top__button:focus {
    background-color: #fafafa;
    color: #492365 !important;
    opacity: 1
}

main .top-bar-title {
    font-size: 1.5rem !important;
    font-family: "tradegothiclt-bold", sans-serif !important;
    margin: 0 !important;
    color: #492365 !important;
    line-height: 1.9
}

main .top-bar-title>a {
    color: #492365 !important;
    border-bottom: 0 !important;
    background-color: transparent !important
}

main .top-bar-title>a:hover,
main .top-bar-title>a:focus {
    color: #775a8c !important
}

main .top-bar .columns {
    display: flex;
    flex-flow: row wrap !important
}

main .cats-nav {
    z-index: 99
}

main .cats-nav .is-dropdown-submenu-item>a {
    width: 100%;
    line-height: 1.9;
    background-color: #fafafa !important
}

main .cats-nav .is-dropdown-submenu-item>a:hover {
    background-color: #492365
}

main .cats-nav .top-bar {
    display: block
}

main .cats-nav .top-bar .mobile-item {
    display: block
}

@media only screen and (min-width: 64em) {
    main .cats-nav .top-bar .mobile-item {
        display: none
    }
}

main .cats-nav .top-bar .desktop-item {
    display: none
}

@media only screen and (min-width: 64em) {
    main .cats-nav .top-bar .desktop-item {
        display: block
    }
}

main .cats-nav .top-bar .top-bar-left .normal-title {
    display: none
}

@media only screen and (min-width: 64em) {
    main .cats-nav .top-bar .top-bar-left .normal-title {
        display: inline
    }
}

main .cats-nav .top-bar .top-bar-left .abbr-title {
    display: inline
}

@media only screen and (min-width: 64em) {
    main .cats-nav .top-bar .top-bar-left .abbr-title {
        display: none
    }
}

main .cats-nav .top-bar .top-bar-right {
    display: block
}

main .cats-nav .top-bar .top-bar-right ul.menu.dropdown>li.is-active>a:hover {
    color: #fafafa
}

main .cats-nav .top-bar .top-bar-right ul.menu.dropdown>li>a {
    line-height: 1 !important;
    background-color: transparent
}

main .cats-nav .top-bar .top-bar-right ul.menu.dropdown>li>a:hover {
    background-color: #492365
}

section.dropdown-nav {
    z-index: 100;
    position: relative
}