/*tabs*/
.tabs__nav, .tabs__nav--colored {
    margin-top: 60px;
    margin-bottom: 30px;
}

@media (max-width: 991.98px) {
    .tabs__nav, .tabs__nav--colored {
        margin-top: 0;
        margin-bottom: 0;
    }
}

.tabs__nav-wrapper, .section__content, .section__content--alone {
    background: #fff;
    padding: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 991.98px) {
    .tabs__nav-wrapper, .section__content, .section__content--alone {
        padding: 40px;
    }
}

@media (max-width: 575.98px) {
    .tabs__nav-wrapper, .section__content, .section__content--alone {
        padding: 40px 20px;
    }
}

.tabs__nav-wrapper.fixed, .fixed.section__content, .fixed.section__content--alone {
    position: fixed;
}

.tabs__nav.fixed, .fixed.tabs__nav--colored {
    position: fixed;
    width: 100%;
    left: 0;
    top: 106px;
    z-index: 4;
    margin: 0;
    display: none;
}

@media (max-width: 991.98px) {
    .tabs__nav.fixed, .fixed.tabs__nav--colored {
        display: none !important;
    }
}

.tabs__nav .menu, .tabs__nav--colored .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
}

@media (max-width: 991.98px) {
    .tabs__nav .menu, .tabs__nav--colored .menu {
        display: block;
    }
}

.tabs__nav .menu li, .tabs__nav--colored .menu li {
    width: calc(100% / 7);
    text-align: center;
    border-bottom: 2px solid transparent;
    border-right: 1px solid #1E1F1F;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tabs__nav--colored .menu li.big {
    width: calc(100% / 3.5);
}

@media (max-width: 991.98px) {
    .tabs__nav .menu li, .tabs__nav--colored .menu li, .tabs__nav--colored .menu li.big {
        width: 100%;
    }
}

.tabs__nav .menu li:before, .tabs__nav--colored .menu li:before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    width: -webkit-calc(100% + 2px);
    width: -moz-calc(100% + 2px);
    width: calc(100% + 2px);
    height: -webkit-calc(100% + 2px);
    height: -moz-calc(100% + 2px);
    height: calc(100% + 2px);
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tabs__nav .menu li a, .tabs__nav--colored .menu li a {
    position: relative;
    z-index: 1;
    width: 100%;
}

.tabs__nav .menu li:first-of-type, .tabs__nav--colored .menu li:first-of-type, .tabs__nav .menu li:nth-of-type(5n + 6), .tabs__nav--colored .menu li:nth-of-type(5n + 6) {
    border-bottom: 2px solid #336699;
}

.tabs__nav .menu li:first-of-type:hover:before, .tabs__nav--colored .menu li:first-of-type:hover:before, .tabs__nav .menu li:first-of-type.current-menu-item:before, .tabs__nav--colored .menu li:first-of-type.current-menu-item:before, .tabs__nav .menu li:nth-of-type(5n + 6):hover:before, .tabs__nav--colored .menu li:nth-of-type(5n + 6):hover:before, .tabs__nav .menu li:nth-of-type(5n + 6).current-menu-item:before, .tabs__nav--colored .menu li:nth-of-type(5n + 6).current-menu-item:before {
    background: #000066;
}

.tabs__nav .menu li:first-of-type:hover a, .tabs__nav--colored .menu li:first-of-type:hover a, .tabs__nav .menu li:first-of-type.current-menu-item a, .tabs__nav--colored .menu li:first-of-type.current-menu-item a, .tabs__nav .menu li:nth-of-type(5n + 6):hover a, .tabs__nav--colored .menu li:nth-of-type(5n + 6):hover a, .tabs__nav .menu li:nth-of-type(5n + 6).current-menu-item a, .tabs__nav--colored .menu li:nth-of-type(5n + 6).current-menu-item a {
    color: #fff;
}

.tabs__nav .menu li.azure, .tabs__nav--colored .menu li.azure {
    border-bottom: 2px solid #000066 !important;
}

.tabs__nav .menu li.azure:hover:before, .tabs__nav--colored .menu li.azure:hover:before, .tabs__nav .menu li.azure.current-menu-item:before, .tabs__nav--colored .menu li.azure.current-menu-item:before {
    background: #000066 !important;
}

.tabs__nav .menu li.azure:hover a, .tabs__nav--colored .menu li.azure:hover a, .tabs__nav .menu li.azure.current-menu-item a, .tabs__nav--colored .menu li.azure.current-menu-item a {
    color: #fff;
}

.tabs__nav .menu li:nth-of-type(2), .tabs__nav--colored .menu li:nth-of-type(2), .tabs__nav .menu li:nth-of-type(5n + 7), .tabs__nav--colored .menu li:nth-of-type(5n + 7) {
    border-bottom: 2px solid #60B1AB;
}

.tabs__nav .menu li:nth-of-type(2):hover:before, .tabs__nav--colored .menu li:nth-of-type(2):hover:before, .tabs__nav .menu li:nth-of-type(2).current-menu-item:before, .tabs__nav--colored .menu li:nth-of-type(2).current-menu-item:before, .tabs__nav .menu li:nth-of-type(5n + 7):hover:before, .tabs__nav--colored .menu li:nth-of-type(5n + 7):hover:before, .tabs__nav .menu li:nth-of-type(5n + 7).current-menu-item:before, .tabs__nav--colored .menu li:nth-of-type(5n + 7).current-menu-item:before {
    background: #60B1AB;
}

.tabs__nav .menu li:nth-of-type(2):hover a, .tabs__nav--colored .menu li:nth-of-type(2):hover a, .tabs__nav .menu li:nth-of-type(2).current-menu-item a, .tabs__nav--colored .menu li:nth-of-type(2).current-menu-item a, .tabs__nav .menu li:nth-of-type(5n + 7):hover a, .tabs__nav--colored .menu li:nth-of-type(5n + 7):hover a, .tabs__nav .menu li:nth-of-type(5n + 7).current-menu-item a, .tabs__nav--colored .menu li:nth-of-type(5n + 7).current-menu-item a {
    color: #fff;
}

.tabs__nav .menu li.tradewind, .tabs__nav--colored .menu li.tradewind {
    border-bottom: 2px solid #60B1AB !important;
}

.tabs__nav .menu li.tradewind:hover:before, .tabs__nav--colored .menu li.tradewind:hover:before, .tabs__nav .menu li.tradewind.current-menu-item:before, .tabs__nav--colored .menu li.tradewind.current-menu-item:before {
    background: #60B1AB !important;
}

.tabs__nav .menu li.tradewind:hover a, .tabs__nav--colored .menu li.tradewind:hover a, .tabs__nav .menu li.tradewind.current-menu-item a, .tabs__nav--colored .menu li.tradewind.current-menu-item a {
    color: #fff;
}

.tabs__nav .menu li:nth-of-type(3), .tabs__nav--colored .menu li:nth-of-type(3), .tabs__nav .menu li:nth-of-type(5n + 8), .tabs__nav--colored .menu li:nth-of-type(5n + 8) {
    border-bottom: 2px solid #D1AA6A;
}

.tabs__nav .menu li:nth-of-type(3):hover:before, .tabs__nav--colored .menu li:nth-of-type(3):hover:before, .tabs__nav .menu li:nth-of-type(3).current-menu-item:before, .tabs__nav--colored .menu li:nth-of-type(3).current-menu-item:before, .tabs__nav .menu li:nth-of-type(5n + 8):hover:before, .tabs__nav--colored .menu li:nth-of-type(5n + 8):hover:before, .tabs__nav .menu li:nth-of-type(5n + 8).current-menu-item:before, .tabs__nav--colored .menu li:nth-of-type(5n + 8).current-menu-item:before {
    background: #D1AA6A;
}

.tabs__nav .menu li:nth-of-type(3):hover a, .tabs__nav--colored .menu li:nth-of-type(3):hover a, .tabs__nav .menu li:nth-of-type(3).current-menu-item a, .tabs__nav--colored .menu li:nth-of-type(3).current-menu-item a, .tabs__nav .menu li:nth-of-type(5n + 8):hover a, .tabs__nav--colored .menu li:nth-of-type(5n + 8):hover a, .tabs__nav .menu li:nth-of-type(5n + 8).current-menu-item a, .tabs__nav--colored .menu li:nth-of-type(5n + 8).current-menu-item a {
    color: #fff;
}

.tabs__nav .menu li.whiskey, .tabs__nav--colored .menu li.whiskey {
    border-bottom: 2px solid #D1AA6A !important;
}

.tabs__nav .menu li.whiskey:hover:before, .tabs__nav--colored .menu li.whiskey:hover:before, .tabs__nav .menu li.whiskey.current-menu-item:before, .tabs__nav--colored .menu li.whiskey.current-menu-item:before {
    background: #D1AA6A !important;
}

.tabs__nav .menu li.whiskey:hover a, .tabs__nav--colored .menu li.whiskey:hover a, .tabs__nav .menu li.whiskey.current-menu-item a, .tabs__nav--colored .menu li.whiskey.current-menu-item a {
    color: #fff;
}

.tabs__nav .menu li:nth-of-type(4), .tabs__nav--colored .menu li:nth-of-type(4), .tabs__nav .menu li:nth-of-type(5n + 9), .tabs__nav--colored .menu li:nth-of-type(5n + 9) {
    border-bottom: 2px solid #96AB84;
}

.tabs__nav .menu li:nth-of-type(4):hover:before, .tabs__nav--colored .menu li:nth-of-type(4):hover:before, .tabs__nav .menu li:nth-of-type(4).current-menu-item:before, .tabs__nav--colored .menu li:nth-of-type(4).current-menu-item:before, .tabs__nav .menu li:nth-of-type(5n + 9):hover:before, .tabs__nav--colored .menu li:nth-of-type(5n + 9):hover:before, .tabs__nav .menu li:nth-of-type(5n + 9).current-menu-item:before, .tabs__nav--colored .menu li:nth-of-type(5n + 9).current-menu-item:before {
    background: #96AB84;
}

.tabs__nav .menu li:nth-of-type(4):hover a, .tabs__nav--colored .menu li:nth-of-type(4):hover a, .tabs__nav .menu li:nth-of-type(4).current-menu-item a, .tabs__nav--colored .menu li:nth-of-type(4).current-menu-item a, .tabs__nav .menu li:nth-of-type(5n + 9):hover a, .tabs__nav--colored .menu li:nth-of-type(5n + 9):hover a, .tabs__nav .menu li:nth-of-type(5n + 9).current-menu-item a, .tabs__nav--colored .menu li:nth-of-type(5n + 9).current-menu-item a {
    color: #fff;
}

.tabs__nav .menu li.sage, .tabs__nav--colored .menu li.sage {
    border-bottom: 2px solid #96AB84 !important;
}

.tabs__nav .menu li.sage:hover:before, .tabs__nav--colored .menu li.sage:hover:before, .tabs__nav .menu li.sage.current-menu-item:before, .tabs__nav--colored .menu li.sage.current-menu-item:before {
    background: #96AB84 !important;
}

.tabs__nav .menu li.sage:hover a, .tabs__nav--colored .menu li.sage:hover a, .tabs__nav .menu li.sage.current-menu-item a, .tabs__nav--colored .menu li.sage.current-menu-item a {
    color: #fff;
}

.tabs__nav .menu li:nth-of-type(5), .tabs__nav--colored .menu li:nth-of-type(5), .tabs__nav .menu li:nth-of-type(5n + 10), .tabs__nav--colored .menu li:nth-of-type(5n + 10) {
    border-bottom: 2px solid #9FA6C3;
}

.tabs__nav .menu li:nth-of-type(5):hover:before, .tabs__nav--colored .menu li:nth-of-type(5):hover:before, .tabs__nav .menu li:nth-of-type(5).current-menu-item:before, .tabs__nav--colored .menu li:nth-of-type(5).current-menu-item:before, .tabs__nav .menu li:nth-of-type(5n + 10):hover:before, .tabs__nav--colored .menu li:nth-of-type(5n + 10):hover:before, .tabs__nav .menu li:nth-of-type(5n + 10).current-menu-item:before, .tabs__nav--colored .menu li:nth-of-type(5n + 10).current-menu-item:before {
    background: #9FA6C3;
}

.tabs__nav .menu li:nth-of-type(5):hover a, .tabs__nav--colored .menu li:nth-of-type(5):hover a, .tabs__nav .menu li:nth-of-type(5).current-menu-item a, .tabs__nav--colored .menu li:nth-of-type(5).current-menu-item a, .tabs__nav .menu li:nth-of-type(5n + 10):hover a, .tabs__nav--colored .menu li:nth-of-type(5n + 10):hover a, .tabs__nav .menu li:nth-of-type(5n + 10).current-menu-item a, .tabs__nav--colored .menu li:nth-of-type(5n + 10).current-menu-item a {
    color: #fff;
}

.tabs__nav .menu li.cadet-blue, .tabs__nav--colored .menu li.cadet-blue {
    border-bottom: 2px solid #9FA6C3 !important;
}

.tabs__nav .menu li.cadet-blue:hover:before, .tabs__nav--colored .menu li.cadet-blue:hover:before, .tabs__nav .menu li.cadet-blue.current-menu-item:before, .tabs__nav--colored .menu li.cadet-blue.current-menu-item:before {
    background: #9FA6C3 !important;
}

.tabs__nav .menu li.cadet-blue:hover a, .tabs__nav--colored .menu li.cadet-blue:hover a, .tabs__nav .menu li.cadet-blue.current-menu-item a, .tabs__nav--colored .menu li.cadet-blue.current-menu-item a {
    color: #fff;
}

.tabs__nav .menu li a, .tabs__nav--colored .menu li a {
    display: block;
    color: inherit;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    padding: 13px 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tabs__nav .menu li a:hover, .tabs__nav--colored .menu li a:hover {
    color: inherit;
}

.tabs__nav--colored li:before {
    background: inherit !important;
}

.tabs__nav--colored li a {
    color: #fff !important;
}

.tabs__nav--colored li:hover:before, .tabs__nav--colored li.current-menu-item:before {
    background: #000066;
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    z-index: 1;
}

.tabs__nav--colored li:hover a, .tabs__nav--colored li.current-menu-item a {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}

.tabs__nav--colored li:first-of-type, .tabs__nav--colored li:nth-of-type(5n + 6) {
    background: #336699;
}

.tabs__nav--colored li:first-of-type:hover:before, .tabs__nav--colored li:first-of-type.current-menu-item:before, .tabs__nav--colored li:nth-of-type(5n + 6):hover:before, .tabs__nav--colored li:nth-of-type(5n + 6).current-menu-item:before {
    background: #000066;
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    z-index: 1;
}

.tabs__nav--colored li:first-of-type:hover a, .tabs__nav--colored li:first-of-type.current-menu-item a, .tabs__nav--colored li:nth-of-type(5n + 6):hover a, .tabs__nav--colored li:nth-of-type(5n + 6).current-menu-item a {
    color: #fff;
}

.tabs__nav--colored li.azure {
    background: #000066;
}

.tabs__nav--colored li.azure:hover:before, .tabs__nav--colored li.azure.current-menu-item:before {
    background: #000066;
}

.tabs__nav--colored li.azure:hover a, .tabs__nav--colored li.azure.current-menu-item a {
    color: #fff;
}

.tabs__nav--colored li:nth-of-type(2), .tabs__nav--colored li:nth-of-type(5n + 7) {
    background: #60B1AB;
}

.tabs__nav--colored li:nth-of-type(2):hover:before, .tabs__nav--colored li:nth-of-type(2).current-menu-item:before, .tabs__nav--colored li:nth-of-type(5n + 7):hover:before, .tabs__nav--colored li:nth-of-type(5n + 7).current-menu-item:before {
    background: #60B1AB;
}

.tabs__nav--colored li:nth-of-type(2):hover a, .tabs__nav--colored li:nth-of-type(2).current-menu-item a, .tabs__nav--colored li:nth-of-type(5n + 7):hover a, .tabs__nav--colored li:nth-of-type(5n + 7).current-menu-item a {
    color: #fff;
}

.tabs__nav--colored li.tradewind {
    background: #60B1AB;
}

.tabs__nav--colored li.tradewind:hover:before, .tabs__nav--colored li.tradewind.current-menu-item:before {
    background: #60B1AB;
}

.tabs__nav--colored li.tradewind:hover a, .tabs__nav--colored li.tradewind.current-menu-item a {
    color: #fff;
}

.tabs__nav--colored li:nth-of-type(3), .tabs__nav--colored li:nth-of-type(5n + 8) {
    background: #D1AA6A;
}

.tabs__nav--colored li:nth-of-type(3):hover:before, .tabs__nav--colored li:nth-of-type(3).current-menu-item:before, .tabs__nav--colored li:nth-of-type(5n + 8):hover:before, .tabs__nav--colored li:nth-of-type(5n + 8).current-menu-item:before {
    background: #D1AA6A;
}

.tabs__nav--colored li:nth-of-type(3):hover a, .tabs__nav--colored li:nth-of-type(3).current-menu-item a, .tabs__nav--colored li:nth-of-type(5n + 8):hover a, .tabs__nav--colored li:nth-of-type(5n + 8).current-menu-item a {
    color: #fff;
}

.tabs__nav--colored li.whiskey {
    background: #D1AA6A;
}

.tabs__nav--colored li.whiskey:hover:before, .tabs__nav--colored li.whiskey.current-menu-item:before {
    background: #D1AA6A;
}

.tabs__nav--colored li.whiskey:hover a, .tabs__nav--colored li.whiskey.current-menu-item a {
    color: #fff;
}

.tabs__nav--colored li:nth-of-type(4), .tabs__nav--colored li:nth-of-type(5n + 9) {
    background: #96AB84;
}

.tabs__nav--colored li:nth-of-type(4):hover:before, .tabs__nav--colored li:nth-of-type(4).current-menu-item:before, .tabs__nav--colored li:nth-of-type(5n + 9):hover:before, .tabs__nav--colored li:nth-of-type(5n + 9).current-menu-item:before {
    background: #96AB84;
}

.tabs__nav--colored li:nth-of-type(4):hover a, .tabs__nav--colored li:nth-of-type(4).current-menu-item a, .tabs__nav--colored li:nth-of-type(5n + 9):hover a, .tabs__nav--colored li:nth-of-type(5n + 9).current-menu-item a {
    color: #fff;
}

.tabs__nav--colored li.sage {
    background: #96AB84;
}

.tabs__nav--colored li.sage:hover:before, .tabs__nav--colored li.sage.current-menu-item:before {
    background: #96AB84 !important;
}

.tabs__nav--colored li.sage:hover a, .tabs__nav--colored li.sage.current-menu-item a {
    color: #fff;
}

.tabs__nav--colored li:nth-of-type(5), .tabs__nav--colored li:nth-of-type(5n + 10) {
    background: #9FA6C3;
}

.tabs__nav--colored li:nth-of-type(5):hover:before, .tabs__nav--colored li:nth-of-type(5).current-menu-item:before, .tabs__nav--colored li:nth-of-type(5n + 10):hover:before, .tabs__nav--colored li:nth-of-type(5n + 10).current-menu-item:before {
    background: #9FA6C3;
}

.tabs__nav--colored li:nth-of-type(5):hover a, .tabs__nav--colored li:nth-of-type(5).current-menu-item a, .tabs__nav--colored li:nth-of-type(5n + 10):hover a, .tabs__nav--colored li:nth-of-type(5n + 10).current-menu-item a {
    color: #fff;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.tabs__nav--colored li.cadet-blue {
    background: #9FA6C3;
}

.tabs__nav--colored li.cadet-blue:hover:before, .tabs__nav--colored li.cadet-blue.current-menu-item:before {
    background: #9FA6C3 !important;
}

.tabs__nav--colored li.cadet-blue:hover a, .tabs__nav--colored li.cadet-blue.current-menu-item a {
    color: #fff;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

/*tabs END*/
