.rd-navbar {
    position: relative;
    z-index: 14;
    color: #fff;
}

.rd-navbar li {
    list-style: none;
}

.navbar-button {
    position: relative;
    display: block;
    border: none;
    font-size: 18px;
    width: 18px;
    height: 18px;
    line-height: 1;
    opacity: 1;
    visibility: visible;
    background: none;
    color: inherit;
    transition: 0.25s ease-in-out;
}

.navbar-button::before,
.navbar-button::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transition:
        0.25s,
        color 0s;
}

.navbar-button::before {
    transform: translate(-50%, -50%) rotate(0) scale(1);
    opacity: 1;
}

.navbar-button::after {
    content: "\ec2a";
    transform: translate(-50%, -50%) rotate(90deg) scale(0);
    font-family: "Linearicons";
    opacity: 0;
}

.navbar-button:hover {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-button.navbar-info-active::before,
.navbar-button.navbar-search-active::before,
.navbar-button.navbar-cart-active::before,
.navbar-button.navbar-contact-active::before,
.navbar-button.navbar-navigation-active::before,
.navbar-button.navbar-social-active::before,
.navbar-button.navbar-list-active::before,
.navbar-button.active::before {
    transform: translate(-50%, -50%) rotate(-90deg) scale(0);
    opacity: 0;
}

.navbar-button.navbar-info-active::after,
.navbar-button.navbar-search-active::after,
.navbar-button.navbar-cart-active::after,
.navbar-button.navbar-contact-active::after,
.navbar-button.navbar-navigation-active::after,
.navbar-button.navbar-social-active::after,
.navbar-button.navbar-list-active::after,
.navbar-button.active::after {
    transform: translate(-50%, -50%) rotate(0deg) scale(1);
    opacity: 1;
}

.navbar-button.navbar-info-active .navbar-button-badge,
.navbar-button.navbar-search-active .navbar-button-badge,
.navbar-button.navbar-cart-active .navbar-button-badge,
.navbar-button.navbar-contact-active .navbar-button-badge,
.navbar-button.navbar-navigation-active .navbar-button-badge,
.navbar-button.navbar-social-active .navbar-button-badge,
.navbar-button.navbar-list-active .navbar-button-badge,
.navbar-button.active .navbar-button-badge {
    transform: rotate(-90deg) scale(0);
    opacity: 0;
}

.navbar-button-badge {
    position: absolute;
    top: -3px;
    right: -10px;
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8125rem;
    color: #fff;
    background-color: #d2ac74;
    border-radius: 50%;
    transition:
        0.25s,
        color 0s;
}

.navbar-logo-link {
    display: block;
}

.navbar-logo-default,
.navbar-logo-inverse {
    margin: 0;
}

.navbar-logo-inverse {
    display: none;
}

.navbar-list {
    display: flex;
    align-items: center;
}

.rd-navbar-fixed {
    height: 60px;
}

.rd-navbar-fixed .navbar-panel {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    height: 60px;
    box-shadow: 0 0 28px rgba(141, 141, 141, 0.1);
    background: rgba(39, 43, 55, 0.9);
}

.rd-navbar-fixed .navbar-subpanel {
    position: fixed;
    top: 0;
    right: 5%;
    display: flex;
    align-items: center;
    height: 60px;
    margin: 0 -10px;
}

.rd-navbar-fixed .navbar-subpanel-item {
    padding: 0 10px;
}

.rd-navbar-fixed .navbar-subpanel-item-desktop {
    display: none;
}

.rd-navbar-fixed .navbar-logo {
    position: fixed;
    top: 18px;
    left: calc(2% + 63px);
    max-width: 100px;
}

.rd-navbar-fixed .navbar-switch-menu {
    display: none;
}

.rd-navbar-fixed .navbar-switch {
    position: fixed;
    top: 0;
    left: 2%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    font-size: 3.3rem;
    line-height: 1;
    border: none;
    background: none;
    color: inherit;
    transition: 0.2s ease-in-out;
}

.rd-navbar-fixed .navbar-switch:hover,
.rd-navbar-fixed .navbar-switch.active {
    color: #d2ac74;
}

.rd-navbar-fixed .navbar-action-button {
    margin: 0;
}

.rd-navbar-fixed .navbar-social {
    position: fixed;
    top: 60px;
    right: 0;
    width: 100%;
    transform: translateY(20%) scale(0.8);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 5px 20px 15px 10px;
    background: #0b562e;
    box-shadow: 0 14px 14px rgba(47, 51, 64, 0.1);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.2s;
}

.rd-navbar-fixed .navbar-social > * {
    margin-left: 10px;
    margin-top: 10px;
}

@media (min-width: 480px) {
    .rd-navbar-fixed .navbar-social {
        width: auto;
        max-width: 100%;
    }
}

.rd-navbar-fixed.navbar-social-active .navbar-social {
    transform: translateY(0) scale(1);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.rd-navbar-fixed .navbar-info {
    position: fixed;
    top: 60px;
    right: 0;
    width: 100%;
    transform: translateY(20%) scale(0.8);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 5px 20px 15px 10px;
    background: #fff;
    box-shadow: 0 14px 14px rgba(141, 141, 141, 0.1);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.2s;
}

.rd-navbar-fixed .navbar-info > * {
    margin-left: 10px;
    margin-top: 10px;
}

@media (min-width: 480px) {
    .rd-navbar-fixed .navbar-info {
        width: auto;
        max-width: 100%;
    }
}

.rd-navbar-fixed.navbar-info-active .navbar-info {
    transform: translateY(0) scale(1);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.rd-navbar-fixed .navbar-info-icon {
    color: #014923;
}

.rd-navbar-fixed .navbar-info-link {
    color: #014923;
    font-weight: 400;
    font-size: 1.0625rem;
}

.rd-navbar-fixed .navbar-info-link:hover {
    color: #014923;
}

.rd-navbar-fixed .navbar-button::before {
    pointer-events: none;
}

.rd-navbar-fixed .navbar-list {
    position: fixed;
    top: 60px;
    right: 0;
    transform: translateX(110%);
    width: 320px;
    max-width: 100%;
    max-height: calc(100vh - 60px);
    padding: 20px;
    font-size: 1.5625rem;
    color: #515151;
    background: #fff;
    transition: 0.2s;
    overflow-y: auto;
    box-shadow: 0px 7px 20px rgba(39, 43, 55, 0.15);
}

.rd-navbar-fixed.navbar-list-active .navbar-list {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
}

.rd-navbar-fixed .navbar-list-link {
    color: #515151;
}

.rd-navbar-fixed .navbar-list-link:hover {
    color: #d2ac74;
}

.rd-navbar-fixed .navbar-contact {
    position: fixed;
    top: 60px;
    right: 0;
    transform: translateX(110%);
    width: 320px;
    max-width: 100%;
    max-height: calc(100vh - 60px);
    padding: 20px;
    color: #515151;
    background: #fff;
    transition: 0.2s;
    overflow-y: auto;
    box-shadow: 0px 7px 20px rgba(39, 43, 55, 0.15);
}

.rd-navbar-fixed .navbar-contact .blurb-title {
    color: #014923;
}

.rd-navbar-fixed .navbar-contact .list-divided > .list-item {
    border-bottom-color: #cfcfcf;
}

.rd-navbar-fixed.navbar-contact-active .navbar-contact {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
}

.rd-navbar-fixed .navbar-contact-text {
    display: none;
}

.rd-navbar-fixed .navbar-contact-btn {
    width: 2.1875rem;
    height: 2.1875rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid;
    border-radius: 50%;
}

.rd-navbar-fixed .navbar-cart {
    position: fixed;
    top: 60px;
    right: 0;
    transform: translateX(110%);
    width: 320px;
    max-width: 100%;
    max-height: calc(100vh - 60px);
    padding: 20px;
    color: #515151;
    background: #fff;
    transition: 0.2s;
    overflow-y: auto;
    box-shadow: 0px 7px 20px rgba(39, 43, 55, 0.15);
}

.rd-navbar-fixed.navbar-cart-active .navbar-cart {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
}

.rd-navbar-fixed .navbar-cart-item {
    display: flex;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #cfcfcf;
}

.rd-navbar-fixed .navbar-cart-item-body {
    padding: 0 10px;
    flex-grow: 1;
}

.rd-navbar-fixed .navbar-cart-item-heading {
    font-size: 1.0625rem;
    font-weight: 400;
    color: #515151;
}

.rd-navbar-fixed .navbar-cart-item-heading:hover {
    color: #d2ac74;
}

.rd-navbar-fixed .navbar-cart-item-heading:hover {
    color: #014923;
}

.rd-navbar-fixed .navbar-cart-item-price-value {
    color: #d2ac74;
}

.rd-navbar-fixed .navbar-cart-remove {
    color: inherit;
    transition: all 0.2s ease-in-out;
}

.rd-navbar-fixed .navbar-cart-remove:hover {
    color: #014923;
}

.rd-navbar-fixed .navbar-cart-total {
    font-size: 1.25rem;
    font-weight: 400;
    color: #014923;
}

.rd-navbar-fixed * + .navbar-cart-total,
.rd-navbar-fixed * + .navbar-cart-btn {
    margin-top: 0.625rem;
}

.rd-navbar-fixed .navbar-navigation {
    position: fixed;
    top: 60px;
    bottom: 0;
    left: -310px;
    width: 300px;
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden;
    font-size: 1.46rem;
    font-weight: 400;
    line-height: 1.2;
    transition: 0.4s;
    background: rgba(39, 43, 55, 0.9);
    box-shadow: 0 0 28px rgba(141, 141, 141, 0.1);
}

.rd-navbar-fixed .navbar-navigation-root-item,
.rd-navbar-fixed .navbar-navigation-megamenu,
.rd-navbar-fixed .navbar-navigation-dropdown {
    transition: 0.4s;
}

.rd-navbar-fixed .navbar-navigation-megamenu,
.rd-navbar-fixed .navbar-navigation-dropdown {
    position: fixed;
    top: 60px;
    bottom: 0;
    left: -310px;
    width: 300px;
    z-index: 2;
    pointer-events: none;
    overflow-y: auto;
    overflow-x: hidden;
    background: rgba(39, 43, 55, 0.9);
}

.rd-navbar-fixed .navbar-navigation,
.rd-navbar-fixed .navbar-navigation-megamenu,
.rd-navbar-fixed .navbar-navigation-dropdown {
    padding: 16px 0 30px;
    background: #0b562e;
}

.rd-navbar-fixed .navbar-navigation.overlaid,
.rd-navbar-fixed .navbar-navigation-megamenu.overlaid,
.rd-navbar-fixed .navbar-navigation-dropdown.overlaid {
    background: #cfcfcf;
}

.rd-navbar-fixed .navbar-navigation-root-link,
.rd-navbar-fixed .navbar-navigation-megamenu-link,
.rd-navbar-fixed .navbar-navigation-dropdown-link {
    position: relative;
    transform: translateZ(0);
    display: block;
    padding: 14px 30px;
    border-radius: 4px;
    overflow: hidden;
    color: #fff;
    transition: 0.2s;
}

.rd-navbar-fixed .navbar-navigation-root-link + .rd-navbar-submenu-toggle,
.rd-navbar-fixed .navbar-navigation-megamenu-link + .rd-navbar-submenu-toggle,
.rd-navbar-fixed .navbar-navigation-dropdown-link + .rd-navbar-submenu-toggle {
    display: flex;
}

.rd-navbar-fixed .navbar-navigation-root-link:hover,
.rd-navbar-fixed .navbar-navigation-megamenu-link:hover,
.rd-navbar-fixed .navbar-navigation-dropdown-link:hover {
    color: #014923;
}

.rd-navbar-fixed
    .navbar-navigation-dropdown-item.active
    > .navbar-navigation-dropdown-link,
.rd-navbar-fixed
    .navbar-navigation-dropdown-item.active
    > .navbar-navigation-root-link,
.rd-navbar-fixed
    .navbar-navigation-root-item.active
    > .navbar-navigation-dropdown-link,
.rd-navbar-fixed
    .navbar-navigation-root-item.active
    > .navbar-navigation-root-link {
    color: #014923;
}

.rd-navbar-fixed .navbar-navigation-back-btn {
    display: block;
    padding: 14px 30px;
    font-size: 1.3077rem;
    font-weight: 500;
    color: #014923;
}

.rd-navbar-fixed .navbar-navigation-back-btn::before {
    content: "\f237";
    font-family: "Material Design Icons";
    margin-right: 10px;
    vertical-align: bottom;
}

.rd-navbar-fixed .navbar-navigation-back-btn:hover {
    cursor: pointer;
}

.rd-navbar-fixed .navbar-navigation-megamenu-heading {
    padding: 14px 30px;
    margin: 0;
    font-size: 1.1538rem;
    font-weight: 300;
    color: #fff;
}

.rd-navbar-fixed .navbar-navigation-item-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle {
    position: absolute;
    top: 0;
    right: 9px;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    display: none;
    font-size: 0.74em;
    color: inherit;
    transition: 0.2s;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle::before {
    content: "\f238";
    font-family: "Material Design Icons";
}

.rd-navbar-fixed .rd-navbar-submenu-toggle:hover::before {
    color: #014923;
}

.rd-navbar-fixed .rd-navbar-submenu {
    position: relative;
}

.rd-navbar-fixed .rd-navbar-submenu.focus > .navbar-navigation-megamenu,
.rd-navbar-fixed .rd-navbar-submenu.focus > .navbar-navigation-dropdown,
.rd-navbar-fixed .rd-navbar-submenu.opened > .navbar-navigation-megamenu,
.rd-navbar-fixed .rd-navbar-submenu.opened > .navbar-navigation-dropdown {
    left: 0;
    pointer-events: auto;
}

.rd-navbar-fixed .rd-navbar-submenu.focus > .navbar-navigation-root-link,
.rd-navbar-fixed .rd-navbar-submenu.focus > .navbar-navigation-dropdown-link,
.rd-navbar-fixed .rd-navbar-submenu.focus > .navbar-navigation-megamenu-link,
.rd-navbar-fixed .rd-navbar-submenu.opened > .navbar-navigation-root-link,
.rd-navbar-fixed .rd-navbar-submenu.opened > .navbar-navigation-dropdown-link,
.rd-navbar-fixed .rd-navbar-submenu.opened > .navbar-navigation-megamenu-link {
    color: #fff;
}

.rd-navbar-fixed
    .rd-navbar-submenu.focus
    > .navbar-navigation-root-link::before,
.rd-navbar-fixed
    .rd-navbar-submenu.focus
    > .navbar-navigation-dropdown-link::before,
.rd-navbar-fixed
    .rd-navbar-submenu.focus
    > .navbar-navigation-megamenu-link::before,
.rd-navbar-fixed
    .rd-navbar-submenu.opened
    > .navbar-navigation-root-link::before,
.rd-navbar-fixed
    .rd-navbar-submenu.opened
    > .navbar-navigation-dropdown-link::before,
.rd-navbar-fixed
    .rd-navbar-submenu.opened
    > .navbar-navigation-megamenu-link::before {
    padding: 100%;
    transition: padding 0.25s ease-in;
}

.rd-navbar-fixed.active .navbar-navigation {
    left: 0;
}

.rd-navbar-fixed.navbar-dark .navbar-contact-text {
    display: block;
}

.rd-navbar-fixed.navbar-dark .navbar-contact-text > span {
    display: none;
}

.rd-navbar-fullwidth {
    height: 80px;
    color: #fff;
    background-color: rgba(39, 43, 55, 0.9);
    box-shadow: 0 0 0 rgba(136, 136, 136, 0);
    transition:
        height 0.2s,
        box-shadow 0.2s,
        background-color 0.2s;
}

.rd-navbar-fullwidth .navbar-container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 0 23px;
    height: 100%;
    max-width: 1790px;
    margin-left: auto;
    margin-right: auto;
}

.rd-navbar-fullwidth .navbar-cell {
    display: flex;
    align-items: stretch;
    padding: 0 15px;
}

.rd-navbar-fullwidth .navbar-spacer {
    display: block;
    flex-grow: 1;
    padding: 0;
}

.rd-navbar-fullwidth .navbar-switch {
    display: none;
}

.rd-navbar-fullwidth .navbar-panel {
    align-self: center;
}

.rd-navbar-fullwidth .navbar-subpanel {
    display: flex;
    align-self: center;
    margin: 0rem -1rem;
}

.rd-navbar-fullwidth .navbar-subpanel-item {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0rem 1rem;
}

.rd-navbar-fullwidth .navbar-subpanel-item-mobile {
    display: none;
}

.rd-navbar-fullwidth .navbar-button {
    display: block;
    font-size: 1.5625rem;
}

.rd-navbar-fullwidth .navbar-action-button {
    margin: 0;
}

.rd-navbar-fullwidth .navbar-logo {
    max-width: 120px;
}

.rd-navbar-fullwidth .navbar-switch-menu {
    width: 2.8125rem;
    height: 2.8125rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.8125rem;
}

.rd-navbar-fullwidth .navbar-social {
    margin-bottom: -0.9375rem;
    margin-left: -0.9375rem;
}

.rd-navbar-fullwidth .navbar-social:empty {
    margin-bottom: 0;
    margin-left: 0;
}

.rd-navbar-fullwidth .navbar-social > * {
    margin-top: 0;
    margin-bottom: 0.9375rem;
    margin-left: 0.9375rem;
}

.rd-navbar-fullwidth .navbar-social-text {
    font-size: 0.75562rem;
    font-weight: 600;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
}

.rd-navbar-fullwidth .navbar-social-text:hover {
    color: white;
}

.rd-navbar-fullwidth .navbar-social-icon {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.3);
}

.rd-navbar-fullwidth .navbar-social-icon:hover {
    color: #fff;
}

.rd-navbar-fullwidth .navbar-social-button {
    display: none;
}

.rd-navbar-fullwidth .navbar-list {
    font-size: 1.125rem;
}

.rd-navbar-fullwidth .navbar-list-icon {
    padding-right: 0.375rem;
}

.rd-navbar-fullwidth .navbar-list-link {
    color: #fff;
    transition: all 0.2s ease-in-out;
}

.rd-navbar-fullwidth .navbar-list-link:hover {
    color: rgba(255, 255, 255, 0.7);
}

.rd-navbar-fullwidth .navbar-list-button {
    display: none;
}

.rd-navbar-fullwidth .navbar-info > * + * {
    margin-left: 30px;
}

.rd-navbar-fullwidth .navbar-info-button {
    display: none;
}

.rd-navbar-fullwidth .navbar-info-icon {
    color: #014923;
}

.rd-navbar-fullwidth .navbar-info-link {
    color: #014923;
    font-weight: 400;
    font-size: 1.0625rem;
}

.rd-navbar-fullwidth .navbar-info-link:hover {
    color: #014923;
}

.rd-navbar-fullwidth .navbar-contact-btn {
    width: 2.8125rem;
    height: 2.8125rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.8125rem;
}

.rd-navbar-fullwidth .navbar-contact-btn::after {
    margin-top: 0.05em;
}

.rd-navbar-fullwidth .navbar-contact-btn-rounded {
    width: 2.8125rem;
    height: 2.8125rem;
    font-size: 1.625rem;
    border: 2px solid;
    border-radius: 50%;
}

.rd-navbar-fullwidth .navbar-contact-text {
    margin-right: 1rem;
    font-size: 0.75562rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.rd-navbar-fullwidth .navbar-contact {
    position: absolute;
    top: 100%;
    right: -10px;
    width: 321px;
    padding: 35px 15px 35px 22px;
    color: #515151;
    background: #fff;
    overflow-y: auto;
    transform: translateY(-10px);
    box-shadow: 0px 7px 20px rgba(39, 43, 55, 0.15);
    opacity: 0;
    pointer-events: none;
    transition: 0.2s;
}

.rd-navbar-fullwidth .navbar-contact .blurb-title {
    color: #014923;
}

.rd-navbar-fullwidth .navbar-contact .list-divided > .list-item {
    border-bottom-color: #cfcfcf;
}

.rd-navbar-fullwidth.navbar-contact-active .navbar-contact {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
}

.rd-navbar-fullwidth .navbar-cart {
    position: absolute;
    top: 100%;
    right: -10px;
    width: 321px;
    margin-top: 10px;
    padding: 26px 15px 26px 22px;
    color: #515151;
    background: #fff;
    transform: translateY(-10px);
    box-shadow: 0px 7px 20px rgba(39, 43, 55, 0.15);
    opacity: 0;
    pointer-events: none;
    transition: 0.2s;
}

.rd-navbar-fullwidth.navbar-cart-active .navbar-cart {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
}

.rd-navbar-fullwidth.rd-navbar--is-stuck {
    box-shadow: 0 0 28px rgba(141, 141, 141, 0.1);
}

.rd-navbar-fullwidth.rd-navbar--is-stuck .navbar-action-button {
    padding-top: 1px;
    padding-bottom: 1px;
}

.rd-navbar-fullwidth.rd-navbar--is-stuck .navbar-non-stuck {
    display: none;
}

.rd-navbar-fullwidth .navbar-cart-item {
    display: flex;
    padding-bottom: 1.8125rem;
    border-bottom: 1px solid #cfcfcf;
}

.rd-navbar-fullwidth .navbar-cart-item-left {
    flex-shrink: 0;
}

.rd-navbar-fullwidth .navbar-cart-item-body {
    padding-left: 20px;
    flex-grow: 1;
}

.rd-navbar-fullwidth .navbar-cart-item-heading,
.rd-navbar-fullwidth .navbar-cart-total {
    font-size: 1.125rem;
    font-weight: 400;
}

.rd-navbar-fullwidth .navbar-cart-item-heading {
    color: #515151;
}

.rd-navbar-fullwidth .navbar-cart-item-heading:hover {
    color: #d2ac74;
}

.rd-navbar-fullwidth .navbar-cart-total {
    color: #014923;
}

.rd-navbar-fullwidth .navbar-cart-item-price-value {
    color: #d2ac74;
}

.rd-navbar-fullwidth .navbar-cart-remove {
    font-size: 1.125rem;
    color: #cfcfcf;
    transition: all 0.2s ease-in-out;
}

.rd-navbar-fullwidth .navbar-cart-remove:hover {
    color: #014923;
}

.rd-navbar-fullwidth * + .navbar-cart-total {
    margin-top: 1.0625rem;
}

.rd-navbar-fullwidth * + .navbar-cart-btn {
    margin-top: 0.9375rem;
}

.rd-navbar-fullwidth.rd-navbar--is-stuck {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
}

.rd-navbar-fullwidth .navbar-navigation-back {
    display: none;
}

.rd-navbar-fullwidth .navbar-navigation {
    display: flex;
    padding: 0;
    margin: 0 -20px;
}

.rd-navbar-fullwidth .navbar-navigation-root-item {
    display: flex;
    align-items: center;
    padding: 0 20px;
    font-size: 0.75562rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.rd-navbar-fullwidth .navbar-navigation-root-item > .rd-navbar-submenu-toggle {
    right: 0.4375rem;
    transform: translateY(-50%) rotate(90deg);
    -moz-padding-left: 0.1875rem;
}

.rd-navbar-fullwidth
    .navbar-navigation-root-item.focus
    > .navbar-navigation-root-link,
.rd-navbar-fullwidth
    .navbar-navigation-root-item.opened
    > .navbar-navigation-root-link,
.rd-navbar-fullwidth
    .navbar-navigation-root-item.active
    > .navbar-navigation-root-link,
.rd-navbar-fullwidth
    .navbar-navigation-root-item.rd-navbar-submenu.focus
    > .navbar-navigation-root-link,
.rd-navbar-fullwidth
    .navbar-navigation-root-item.rd-navbar-submenu.opened
    > .navbar-navigation-root-link {
    color: rgba(255, 255, 255, 0.5);
}

.rd-navbar-fullwidth
    .navbar-navigation-root-item.focus
    > .rd-navbar-submenu-toggle,
.rd-navbar-fullwidth
    .navbar-navigation-root-item.opened
    > .rd-navbar-submenu-toggle,
.rd-navbar-fullwidth
    .navbar-navigation-root-item.active
    > .rd-navbar-submenu-toggle,
.rd-navbar-fullwidth
    .navbar-navigation-root-item.rd-navbar-submenu.focus
    > .rd-navbar-submenu-toggle,
.rd-navbar-fullwidth
    .navbar-navigation-root-item.rd-navbar-submenu.opened
    > .rd-navbar-submenu-toggle {
    color: rgba(255, 255, 255, 0.5);
}

.rd-navbar-fullwidth .navbar-navigation-root-link {
    position: relative;
    display: block;
    line-height: 1;
    color: #fff;
    transition: opacity 0.2s;
}

.rd-navbar-fullwidth .navbar-navigation-root-link:hover {
    color: rgba(255, 255, 255, 0.7);
}

.rd-navbar-fullwidth .navbar-navigation-dropdown {
    position: absolute;
    left: -20px;
    top: 100%;
    transform: translate(0, 10%) scale(0.8);
    z-index: 1;
    padding: 22px 20px 22px 38px;
    min-width: 220px;
    opacity: 0;
    font-size: 1rem;
    font-weight: 400;
    text-transform: none;
    visibility: hidden;
    background: #0b562e;
    box-shadow: 5px 8px 28px rgba(39, 43, 55, 0.15);
    transition: 0.2s;
}

.rd-navbar-fullwidth
    .navbar-navigation-dropdown-item
    + .navbar-navigation-dropdown-item {
    margin-top: 8px;
}

.rd-navbar-fullwidth .navbar-navigation-dropdown-link {
    position: relative;
    display: block;
    color: rgba(255, 255, 255, 0.6);
    transition: 0.2s;
}

.rd-navbar-fullwidth .navbar-navigation-dropdown-link::before {
    content: "\f14f";
    position: absolute;
    top: 50%;
    left: -25px;
    z-index: -1;
    font-size: 1.25em;
    font-family: "Material Design Icons";
    transition: transform 0.1s;
    transform: translateY(-50%) scale(0);
}

.rd-navbar-fullwidth
    .navbar-navigation-dropdown-link
    + .rd-navbar-submenu-toggle {
    display: block;
}

.rd-navbar-fullwidth .navbar-navigation-dropdown-link:hover {
    color: #d2ac74;
}

.rd-navbar-fullwidth .navbar-navigation-dropdown-link:hover::before {
    transform: translateY(-50%) scale(1);
}

.rd-navbar-fullwidth
    .navbar-navigation-dropdown-link:hover
    + .rd-navbar-submenu-toggle {
    transition: 0.2s 0.1s;
    color: #fff;
}

.rd-navbar-fullwidth .navbar-navigation-megamenu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    transform: translateY(-10%) scale(0.8);
    display: flex;
    justify-content: center;
    padding: 57px 40px 100px;
    opacity: 0;
    visibility: hidden;
    background: rgba(39, 43, 55, 0.9);
    box-shadow: 0 10px 30px rgba(39, 43, 55, 0.15);
    transition: 0.2s;
}

.rd-navbar-fullwidth .navbar-navigation-megamenu-container {
    max-width: 1320px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

.rd-navbar-fullwidth .navbar-navigation-megamenu-row {
    display: flex;
    margin: 0 -20px;
}

.rd-navbar-fullwidth .navbar-navigation-megamenu-column {
    flex: 1 0 25%;
    padding: 0 20px;
}

.rd-navbar-fullwidth .navbar-navigation-megamenu-heading {
    padding: 0 10px;
    font-size: 1.5rem;
    line-height: 1.2;
}

.rd-navbar-fullwidth .navbar-navigation-megamenu-link {
    position: relative;
    display: block;
    padding: 4px 10px;
    border-radius: 4px;
    overflow: hidden;
    color: #fff;
    transition: 0.2s;
}

.rd-navbar-fullwidth .navbar-navigation-megamenu-link::before {
    content: "";
    position: absolute;
    top: 10%;
    left: 10%;
    transform: translate(-50%, -50%);
    padding: 0;
    border-radius: 50%;
    z-index: -1;
    background: #515151;
    transition: padding 0.05s;
}

.rd-navbar-fullwidth
    .navbar-navigation-megamenu-link
    + .rd-navbar-submenu-toggle {
    display: block;
}

.rd-navbar-fullwidth .navbar-navigation-megamenu-link:hover {
    color: #fff;
}

.rd-navbar-fullwidth .navbar-navigation-megamenu-link:hover::before {
    transition: padding 0.25s ease-in;
}

.rd-navbar-fullwidth
    .navbar-navigation-megamenu-link:hover
    + .rd-navbar-submenu-toggle {
    transition: 0.2s 0.1s;
    color: #fff;
}

.rd-navbar-fullwidth
    .navbar-navigation-megamenu-heading
    + .navbar-navigation-megamenu-row,
.rd-navbar-fullwidth
    .navbar-navigation-megamenu-heading
    + .navbar-navigation-megamenu-item {
    margin-top: 19px;
}

.rd-navbar-fullwidth .navbar-navigation-item-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.rd-navbar-fullwidth .rd-navbar--has-dropdown {
    position: relative;
}

.rd-navbar-fullwidth .rd-navbar-submenu-toggle {
    position: absolute;
    top: 50%;
    right: -0.5625rem;
    font-size: 0.72em;
    line-height: 1;
    color: rgba(255, 255, 255, 0.6);
    transform: translateY(-50%);
    transition: 0.2s;
    cursor: pointer;
}

.rd-navbar-fullwidth .rd-navbar-submenu-toggle::before {
    content: "\f4f9";
    font-family: "Material Design Icons";
}

.rd-navbar-fullwidth .rd-navbar-megamenu .rd-navbar-dropdown {
    transform: translate(10%, 0) scale(0.8);
    left: 100%;
    top: -24px;
}

.rd-navbar-fullwidth .rd-navbar-dropdown .rd-navbar-dropdown {
    transform: translate(10%, 0) scale(0.8);
    left: calc(100% + 10px);
    top: -22px;
}

.rd-navbar-fullwidth .rd-navbar-dropdown .rd-navbar-open-left {
    transform: translate(-10%, 0) scale(0.8);
    left: auto;
    right: calc(100% + 10px);
}

.rd-navbar-fullwidth .rd-navbar-submenu.focus > .navbar-navigation-dropdown,
.rd-navbar-fullwidth .rd-navbar-submenu.opened > .navbar-navigation-dropdown {
    transform: translate(0, 0) scale(1);
    opacity: 1;
    visibility: visible;
}

.rd-navbar-fullwidth .rd-navbar-submenu.focus > .navbar-navigation-megamenu,
.rd-navbar-fullwidth .rd-navbar-submenu.opened > .navbar-navigation-megamenu {
    transform: translateY(0) scale(1);
    opacity: 1;
    visibility: visible;
}

.rd-navbar-fullwidth
    .rd-navbar-submenu.focus
    > .navbar-navigation-dropdown-link,
.rd-navbar-fullwidth
    .rd-navbar-submenu.focus
    > .navbar-navigation-megamenu-link,
.rd-navbar-fullwidth
    .rd-navbar-submenu.opened
    > .navbar-navigation-dropdown-link,
.rd-navbar-fullwidth
    .rd-navbar-submenu.opened
    > .navbar-navigation-megamenu-link {
    color: #d2ac74;
}

.rd-navbar-fullwidth .rd-navbar-submenu.focus > .rd-navbar-submenu-toggle,
.rd-navbar-fullwidth .rd-navbar-submenu.opened > .rd-navbar-submenu-toggle {
    color: #fff;
}

.rd-navbar-fullwidth .rd-navbar-default .navbar-contact {
    margin-top: 10px;
}

.rd-navbar-fullwidth .rd-navbar-default.rd-navbar--is-stuck .navbar-cart {
    top: 42px;
}

.rd-navbar-fullwidth.navbar-dark {
    background-color: #014923;
}

.rd-navbar-fullwidth.navbar-dark .navbar-container {
    max-width: 2000px;
    padding: 0 0 0 54px;
}

.rd-navbar-fullwidth.navbar-dark .navbar-subpanel {
    align-self: inherit;
}

.rd-navbar-fullwidth.navbar-dark .navbar-subpanel-item-no-padding {
    padding: 0;
}

.rd-navbar-fullwidth.navbar-dark .navbar-spacer-small {
    width: 6%;
}

.rd-navbar-fullwidth.navbar-dark .navbar-list {
    height: 100%;
    padding: 0.625rem 1.625rem;
    background: #014923;
}

.rd-navbar-fullwidth.navbar-dark .navbar-list-link {
    color: #fff;
}

.rd-navbar-fullwidth.navbar-dark .navbar-list-link:hover {
    color: #014923;
}

.rd-navbar-fullwidth.navbar-dark .navbar-contact {
    right: 0;
    width: 100%;
    margin-top: 0;
    padding: 2.375rem 2.625rem;
    text-transform: none;
}

.rd-navbar-fullwidth.navbar-dark .navbar-contact-text {
    position: absolute;
    top: 0;
    left: -543px;
    bottom: 0;
    display: flex;
    align-items: center;
    padding: 10px 40px;
    width: 799px;
    margin-right: 0;
    background-color: #0b562e;
    opacity: 0;
    transition: opacity 0.2s;
    pointer-events: none;
}

.rd-navbar-fullwidth.navbar-dark .navbar-contact-text > span {
    color: #fff;
}

.rd-navbar-fullwidth.navbar-dark.navbar-contact-active .navbar-contact-text {
    opacity: 1;
    pointer-events: auto;
}

.rd-navbar-fullwidth.navbar-dark .navbar-cart {
    margin-top: 0;
}

.rd-navbar-fullwidth.navbar-dark .navbar-navigation-dropdown {
    background-color: #fff;
    border-bottom: 2px solid #d2ac74;
    border-radius: 2px;
}

.rd-navbar-fullwidth.navbar-dark
    .navbar-navigation-dropdown
    .rd-navbar-submenu-toggle {
    color: #014923;
}

.rd-navbar-fullwidth.navbar-dark .navbar-navigation-dropdown-link {
    color: #014923;
}

.rd-navbar-fullwidth.navbar-dark .navbar-navigation-dropdown-link:hover {
    color: #d2ac74;
}

.rd-navbar-fullwidth.navbar-dark
    .navbar-navigation-dropdown-link:hover
    + .rd-navbar-submenu-toggle {
    color: #d2ac74;
}

.rd-navbar-fullwidth.navbar-dark
    .navbar-navigation-root-item
    > .navbar-navigation-dropdown::before {
    background-color: inherit;
    position: absolute;
    width: 12px;
    height: 12px;
    left: 20%;
    top: 0;
    content: "";
    transform: translateY(-50%) rotate(-45deg);
}

.rd-navbar-fullwidth.navbar-dark.rd-navbar--is-stuck {
    height: 60px;
}

.rd-navbar-fullwidth.rd-navbar-line {
    background-color: transparent;
}

.rd-navbar-fullwidth.rd-navbar-line .navbar-container {
    max-width: 100%;
    padding: 0;
}

.rd-navbar-fullwidth.rd-navbar-line .navbar-navigation-dropdown {
    background-color: #fff;
    border-bottom: 2px solid #d2ac74;
    border-radius: 2px;
}

.rd-navbar-fullwidth.rd-navbar-line
    .navbar-navigation-dropdown
    .rd-navbar-submenu-toggle {
    color: #014923;
}

.rd-navbar-fullwidth.rd-navbar-line .navbar-navigation-dropdown-link {
    color: #014923;
}

.rd-navbar-fullwidth.rd-navbar-line .navbar-navigation-dropdown-link:hover {
    color: #d2ac74;
}

.rd-navbar-fullwidth.rd-navbar-line
    .navbar-navigation-dropdown-link:hover
    + .rd-navbar-submenu-toggle {
    color: #d2ac74;
}

.rd-navbar-fullwidth.rd-navbar-line
    .navbar-navigation-root-item
    > .navbar-navigation-dropdown {
    margin-top: 30px;
}

.rd-navbar-fullwidth.rd-navbar-line
    .navbar-navigation-root-item
    > .navbar-navigation-dropdown::before {
    background-color: inherit;
    position: absolute;
    width: 12px;
    height: 12px;
    left: 20%;
    top: 0;
    content: "";
    transform: translateY(-50%) rotate(-45deg);
}

.rd-navbar-fullwidth.rd-navbar-line .navbar-subpanel-contact {
    position: relative;
}

.rd-navbar-fullwidth.rd-navbar-line .navbar-contact {
    right: 0;
    width: 100%;
    min-width: 310px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.rd-navbar-fullwidth.rd-navbar-line .intro-line-row,
.rd-navbar-fullwidth.rd-navbar-line .intro-line-col {
    min-height: 0;
}

.rd-navbar-fullwidth.rd-navbar-line .intro-line-col {
    justify-content: center;
}

.rd-navbar-fullwidth.rd-navbar-line .intro-line-col-center {
    padding: 0 0.9375rem;
}

.rd-navbar-fullwidth.rd-navbar-line.rd-navbar--is-stuck {
    background-color: rgba(39, 43, 55, 0.9);
}

.rd-navbar-fullwidth.rd-navbar-line.rd-navbar--is-stuck
    .navbar-navigation-root-item
    > .navbar-navigation-dropdown {
    margin-top: 20px;
}

.rd-navbar-fullwidth.rd-navbar-creative {
    background-color: transparent;
}

.rd-navbar-fullwidth.rd-navbar-creative .navbar-container {
    max-width: 100%;
    padding: 0;
}

.rd-navbar-fullwidth.rd-navbar-creative .navbar-logo {
    position: relative;
}

.rd-navbar-fullwidth.rd-navbar-creative .navbar-row-left,
.rd-navbar-fullwidth.rd-navbar-creative .navbar-row-right {
    display: flex;
}

.rd-navbar-fullwidth.rd-navbar-creative .navbar-row-left {
    position: relative;
    flex-grow: 1;
    flex-shrink: 0;
    max-width: 70%;
    padding-right: 90px;
    margin-left: auto;
}

.rd-navbar-fullwidth.rd-navbar-creative .navbar-row-left::before,
.rd-navbar-fullwidth.rd-navbar-creative .navbar-row-left::after {
    position: absolute;
    right: 90px;
    content: "";
    opacity: 0;
}

.rd-navbar-fullwidth.rd-navbar-creative .navbar-row-left::before {
    top: 0;
    bottom: 0;
    width: 100vw;
    background-color: #0b562e;
    transform: scale(0.8);
    transition: all 0.2s ease-in-out;
}

.rd-navbar-fullwidth.rd-navbar-creative .navbar-row-left::after {
    top: 50%;
    transform: translateY(-50%);
    height: 50%;
    border-left: 2px solid #d2ac74;
    transition: 0s;
}

.rd-navbar-fullwidth.rd-navbar-creative .navbar-navigation-item-hidden {
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.rd-navbar-fullwidth.rd-navbar-creative.navbar-navigation-active
    .navbar-row-left::before {
    transform: scale(1);
}

.rd-navbar-fullwidth.rd-navbar-creative.navbar-navigation-active
    .navbar-row-left::after {
    transition: 0.1s 0.2s;
}

.rd-navbar-fullwidth.rd-navbar-creative.navbar-navigation-active
    .navbar-row-left::before,
.rd-navbar-fullwidth.rd-navbar-creative.navbar-navigation-active
    .navbar-row-left::after {
    opacity: 1;
}

.rd-navbar-fullwidth.rd-navbar-creative.navbar-navigation-active
    .navbar-navigation-item-hidden {
    opacity: 1;
}

.rd-navbar-fullwidth.rd-navbar-creative .navbar-row-right {
    flex: 0 0 27%;
    max-width: 27%;
}

.rd-navbar-fullwidth.rd-navbar-creative .rd-navbar-submenu-toggle {
    color: #014923;
}

.rd-navbar-fullwidth.rd-navbar-creative .navbar-subpanel {
    margin: 0 -1.6875rem;
}

.rd-navbar-fullwidth.rd-navbar-creative .navbar-subpanel-item {
    padding: 0 1.6875rem;
}

.rd-navbar-fullwidth.rd-navbar-creative .navbar-cart {
    right: 1px;
    margin-top: 15px;
}

.rd-navbar-fullwidth.rd-navbar-creative .navbar-cart::before {
    background-color: inherit;
    position: absolute;
    width: 8px;
    height: 8px;
    right: 2rem;
    top: 0;
    content: "";
    transform: translateY(-50%) rotate(-45deg);
}

.rd-navbar-fullwidth.rd-navbar-creative .navbar-cart-button {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.3);
}

.rd-navbar-fullwidth.rd-navbar-creative .navbar-cart-button:hover {
    color: #fff;
}

.rd-navbar-fullwidth.rd-navbar-creative.rd-navbar--is-stuck {
    background-color: #014923;
}

[data-x-mode="true"]
    .rd-navbar-fullwidth
    .navbar-navigation-root-item
    > .rd-navbar-submenu-toggle {
    position: static;
    display: block;
    margin-left: 6px;
    line-height: 1;
}

[data-x-mode="true"]
    .rd-navbar-fullwidth
    .navbar-navigation-root-item
    > .rd-navbar-submenu-toggle::before {
    content: "\e924";
}

[data-x-mode="true"]
    .rd-navbar-fullwidth
    .navbar-navigation-root-item
    > .rd-navbar-submenu-toggle:hover {
    cursor: pointer;
}

[data-x-mode="true"]
    .rd-navbar-fullwidth
    .navbar-navigation-root-item.opened
    > .rd-navbar-submenu-toggle {
    color: #014923;
}

@media (min-width: 1600px) {
    .rd-navbar-fullwidth {
        height: 134px;
    }
    .rd-navbar-fullwidth .navbar-logo {
        max-width: 300px;
    }
    .rd-navbar-fullwidth .navbar-list {
        font-size: 1.5625rem;
    }
    .rd-navbar-fullwidth.navbar-dark {
        height: 112px;
    }
    .rd-navbar-fullwidth.navbar-dark
        .navbar-navigation-root-item
        > .navbar-navigation-dropdown {
        margin-top: -20px;
    }
    .rd-navbar-fullwidth.navbar-dark .navbar-contact-text {
        left: -478px;
    }
    .rd-navbar-fullwidth.navbar-dark.rd-navbar--is-stuck
        .navbar-navigation-root-item
        > .navbar-navigation-dropdown {
        margin-top: 0;
    }
    .rd-navbar-fullwidth.rd-navbar-line {
        height: 134px;
    }
    .rd-navbar-fullwidth.rd-navbar-line .intro-line-col-center {
        padding: 0 2.5rem;
    }
    .rd-navbar-fullwidth.rd-navbar-line.rd-navbar--is-stuck {
        height: 60px;
    }
    .rd-navbar-fullwidth.rd-navbar-creative {
        height: 123px;
    }
    .rd-navbar-fullwidth.rd-navbar-creative
        .navbar-navigation-root-item
        > .navbar-navigation-dropdown {
        margin-top: -30px;
    }
    .rd-navbar-fullwidth.rd-navbar-creative.navbar-navigation-active
        .navbar-navigation-root-item
        > .navbar-navigation-dropdown {
        margin-top: 0;
    }
    .rd-navbar-fullwidth.rd-navbar-creative.rd-navbar--is-stuck {
        height: 60px;
    }
    .rd-navbar-fullwidth.rd-navbar-creative.rd-navbar--is-stuck
        .navbar-navigation-root-item
        > .navbar-navigation-dropdown,
    .rd-navbar-fullwidth.rd-navbar-creative.rd-navbar--is-stuck.navbar-navigation-active
        .navbar-navigation-root-item
        > .navbar-navigation-dropdown {
        margin-top: 0;
    }
}

@media (min-width: 1920px) {
    .rd-navbar-fullwidth.rd-navbar-line .navbar-contact {
        left: 0;
        min-height: calc(100vh - 135px - 135px);
    }
}

.page-title {
    position: relative;
}

.page-title .rd-navbar-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.page-title .rd-navbar-fullwidth {
    background-color: rgba(255, 255, 255, 0.1);
}

.page-title .rd-navbar-fullwidth.rd-navbar--is-stuck {
    background-color: rgba(39, 43, 55, 0.9);
}

@media (min-width: 1600px) {
    .page-title .rd-navbar-fullwidth {
        height: 134px;
    }
    .page-title .rd-navbar-fullwidth.rd-navbar--is-stuck {
        height: 60px;
    }
}

.intro-line .rd-navbar-wrap,
.intro-dotted .rd-navbar-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.rd-navbar-wrap-absolute {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
/*# sourceMappingURL=rd-navbar.css.map */
