body {
    color: #242424;
}
p, li, a {
    font-family: "proxima-nova", sans-serif;
    line-height: 24px;
    font-size: 16px;
}
.header-XL {
    text-transform: uppercase;
    font-weight: 600;
    font-family: "industry", sans-serif;
    line-height: 40px;
    font-size: 36px;
}
.header-L {
    text-transform: uppercase;
    font-weight: 600;
    font-family: "industry", sans-serif;
    line-height: 30px;
    font-size: 24px;
}
.header-M {
    text-transform: uppercase;
    font-weight: 600;
    font-family: "industry", sans-serif;
    line-height: 22px;
    font-size: 18px;
}

footer.et-l--footer {
    display: none !important;
}
header .et_builder_inner_content {
    display: none !important;
}
.bg-yellow {
  background-color: #FFC426 !important;
}
.bg-yellow-hover {
  background-color: #E7B120 !important;
}
@media screen and (max-width: 1440px) {
    .page-content {
        padding-left: calc(32px + 16px);
        padding-right: calc(32px + 16px);
    }
}
@media screen and (max-width: 768px) {
    .page-content {
        padding: 16px;
    }
}
@media screen and (max-width: 768px) {
    body.fixed {
        overflow: hidden;
    }
}
.desktop-only {
    display: flex !important;
}
@media screen and (max-width: 768px) {
    .desktop-only {
        display: none !important;
    }
}
.mobile-only {
    display: none !important;
}
@media screen and (max-width: 768px) {
    .mobile-only {
        display: flex !important;
    }
}
@media screen and (max-width: 768px) {
    .mobile-only.stack {
        flex-direction: column;
    }
}
@media only screen and (min-width: 769px) {
    .desktop-active-only {
        display: none !important;
    }
    .desktop-active-only.active {
        display: flex !important;
    }
}
@media screen and (max-width: 768px) {
    .mobile-active-only {
        display: none !important;
    }
    .mobile-active-only.active {
        display: flex !important;
    }
}
.flex-horizontal {
    display: flex;
    flex-wrap: wrap;
}
button.baf-button {
    all: initial;
    cursor: pointer;
    letter-spacing: 1px;
    height: 48px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
    font-family: "proxima-nova", sans-serif;
    line-height: 16px;
    font-size: 16px;
    border: none;
    outline: 1px solid #000;
}
button.baf-button.active:focus {
    outline: unset;
}
button.baf-button svg {
    margin-left: 8px;
    stroke-width: 2px;
}
button.baf-button.yellow {
    background-color: #FFC426;
    outline: 1px solid #FFC426;
}
button.baf-button.yellow svg {
    stroke: #000;
}
button.baf-button.yellow:hover {
    background-color: #E7B120;
    outline: 1px solid #E7B120;
}
button.baf-button.yellow:focus {
    color: black;
    background-color: #E7B120;
}
button.baf-button.dark {
    background-color: #242424;
    color: #FFC426;
    outline: 1px solid #242424;
}
button.baf-button.dark svg {
    stroke: #FFC426;
}
button.baf-button.dark:hover {
    background-color: #4E4E4E;
}
button.baf-button.dark-white {
    background-color: #242424;
    color: #fff;
    outline: 1px solid #fff;
}
button.baf-button.dark-white svg {
    stroke: #fff;
}
button.baf-button.dark-white:hover {
    background-color: #4E4E4E;
}
button.baf-button.transparent-black {
    background: transparent;
    outline: 1px solid #000;
}
button.baf-button.transparent-black svg {
    stroke: black;
}
button.baf-button.transparent-black:hover {
    outline: 1px solid #4E4E4E;
    color: #4E4E4E;
}
button.baf-button.transparent-black:hover svg {
    stroke: #4E4E4E;
}
button.baf-button.transparent-white {
    outline: 1px solid #fff;
    background: transparent;
    color: #fff;
}
button.baf-button.transparent-white svg {
    stroke: #fff;
}
button.baf-button.transparent-white:hover {
    background: transparent;
    color: #E9E9EA;
    outline: 1px solid #E9E9EA;
}
button.baf-button.transparent-white:hover svg {
    stroke: #E9E9EA;
}
button.baf-button.transparent-gray {
    outline: 1px solid #D6D6D6;
    background: transparent;
    color: #D6D6D6;
}
button.baf-button.transparent-gray svg {
    stroke: #D6D6D6;
}
button.baf-button.transparent-gray:hover {
    background-color: #D6D6D6;
    color: #fff;
}
button.baf-button.transparent-gray:hover svg {
    stroke: #fff;
}
button.baf-button.link {
    letter-spacing: normal;
    outline: none;
    background: transparent;
    text-decoration: underline;
    padding: 0;
}
button.baf-button.link svg {
    stroke: black;
    stroke-width: 1px;
}
button.baf-button.link:hover {
    color: #4E4E4E;
}
button.baf-button.link:hover svg {
    stroke: #4E4E4E;
}
button.baf-button.wide {
    width: calc(100% - 32px);
    justify-content: space-between;
}
button.baf-button.cta {
    text-transform: uppercase;
    font-family: "industry", sans-serif;
    font-size: 14px;
    font-weight: 600;
}
button.baf-button.close,
button.baf-button.icon {
    outline: none;
    border: none;
    background-color: transparent;
    padding: 0;
    margin-left: 16px;
    height: unset;
}
button.baf-button.baf-filter-button.active {
    background-color: #242424;
    color: white;
}
.baf-accordion-heading {
    display: flex;
    justify-content: space-between;
    padding: 0;
}
.baf-accordion-heading p {
    margin: 0;
}
.baf-accordion-content {
    display: none;
}
.baf-accordion-content.active {
    display: block;
}
.centered-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
#lookbook.et_pb_section h1 {
    font-family: "industry", sans-serif !important;
    letter-spacing: normal !important;
    font-weight: 700 !important;
    font-size: 36px !important;
    margin-bottom: 24px !important;
}
#lookbook.et_pb_section p,
#lookbook.et_pb_section a,
#lookbook.et_pb_section li {
    font-family: "proxima-nova", sans-serif !important;
    font-size: 16px !important;
}
#lookbook.et_pb_section .et_pb_fullwidth_header_subhead {
    margin-bottom: 24px !important;
}
.et_pb_button {
    all: initial !important;
    background-color: #FFC426 !important;
    outline: 1px solid #FFC426 !important;
    cursor: pointer !important;
    letter-spacing: 1px !important;
    height: 48px !important;
    font-family: "industry", sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    margin-top: 24px !important;
    text-decoration: none !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    border: none;
    outline: 1px solid #000;
}
.et_pb_button svg {
    margin-left: 8px;
    stroke-width: 2px;
}
/*body {
    font-size: 16px;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "proxima-nova", sans-serif;
    text-align: center;
    background-color: #fff;
    margin: 0;
}*/
.component-label {
    font-size: 24px;
    margin-top: 25px;
    margin-bottom: 25px;
    background-color: #43a047;
    color: white;
    padding: 10px;
}
.page-menu {
    margin-top: 25px;
    margin-bottom: 25px;
}
.index-menu {
    padding: 64px;
}
.index-sub-menu {
    text-align: left;
    margin-bottom: 50px;
}
.index-sub-menu ul {
    list-style: none;
    padding: 0;
}
.index-sub-menu li {
    margin-bottom: 15px;
}
.prototype-container {
    padding: 32px;
}
.prototype-container .baf-grid-item {
    outline: 1px solid black;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .prototype-container {
        padding: 16px;
    }
}
.baf-grid-container {
    position: relative;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 24px;
    max-width: 1440px;
    margin: 32px auto;
}
@media screen and (max-width: 768px) {
    .baf-grid-container {
        gap: 16px;
        margin: 16px auto;
    }
}
.baf-grid-container.scrollable {
    padding-bottom: 32px;
    margin-bottom: 32px;
    margin: 0;
    max-width: unset;
    display: flex;
    overflow-x: scroll;
}
.baf-grid-container.scrollable .baf-grid-item {
    min-width: 350px;
    max-width: 500px;
}
@media screen and (max-width: 768px) {
    .baf-grid-container.scrollable {
        gap: 16px;
    }
    .baf-grid-container.scrollable .baf-grid-item {
        min-width: 80vw;
    }
}
.scrollable-container {
    position: relative;
}
.scrollable.no-scroll::-webkit-scrollbar {
    display: none;
}
.scrollable::-webkit-scrollbar {
    height: 4px;
    width: 4px;
    background: #e9e9eA;
}
.scrollable::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: black;
}
.scrollable::-webkit-scrollbar-corner {
    background: #e9e9eA;
}
.scroll-button {
    display: none;
    user-select: none;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 59px;
    padding: 8px;
    cursor: pointer;
    background-color: white;
    z-index: 1000;
    position: absolute;
    top: 35%;
}
.scroll-button svg {
    width: 35px;
}
.scroll-button.left {
    left: 0;
}
.scroll-button.right {
    right: 0;
}
.baf-grid-item img {
    width: 100%;
}
@media screen and (max-width: 768px) {
    .baf-grid-item {
        grid-column: span 12 !important;
    }
}
@media screen and (max-width: 768px) {
    .baf-grid-item.baf-highlight-icon-block {
        grid-column: span 6 !important;
    }
}
.cols-2 {
    grid-column: span 2;
    /* 2 columns */
}
.cols-3 {
    grid-column: span 3;
    /* 3 columns */
}
.cols-4 {
    grid-column: span 4;
    /* 4 columns */
}
.cols-5 {
    grid-column: span 5;
    /* 5 columns */
}
.cols-6 {
    grid-column: span 6;
    /* 6 columns */
}
@media screen and (max-width: 768px) {
    .cols-6 {
        grid-column: span 12;
    }
}
.cols-8 {
    grid-column: span 8;
    /* 8 columns */
}
.cols-9 {
    grid-column: span 9;
    /* 9 columns */
}
.cols-10 {
    grid-column: span 10;
    /* 10 columns */
}
.cols-12 {
    grid-column: span 12;
    /* 12 columns */
}
.rows-1 {
    grid-row: span 1;
}
.rows-2 {
    grid-row: span 2;
}
.rows-3 {
    grid-row: span 3;
}
.rows-4 {
    grid-row: span 4;
}
.rows-12 {
    grid-row: span 12;
}
.sample-page {
    height: 200vh;
    background: linear-gradient(to bottom, #ffcccc, #ff6666);
}
.baf-header {
    background-color: #242424;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}
.baf-header .baf-promo-bar {
    background-color: #FFC426;
    color: black;
    height: 40px;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
}
.baf-header .baf-promo-bar a,
.baf-header .baf-promo-bar a:visited,
.baf-header .baf-promo-bar a:focus {
    margin-left: 10px;
    font-size: 16px;
    cursor: pointer;
    text-decoration: underline;
    color: black;
}
.baf-header .nav-search {
    outline: none;
}
.baf-header .search-bar {
    z-index: 5000;
    display: none;
    background-color: #242424;
    padding-top: 0;
    margin-left: -15px;
    position: relative;
    text-align: left;
}
.baf-header .search-bar #searchsubmit {
    background-color: transparent;
    width: 20px;
    position: absolute;
    left: -2px;
    top: 1px;
}
.baf-header .search-bar svg {
    padding-right: 2px;
    border-right: 1px solid white;
}
.baf-header .search-bar.mobile {
    max-width: 400px;
    position: absolute;
    width: calc(100% - 32px);
    display: flex;
    margin-left: 16px;
    top: 64px;
}
.baf-header .search-bar.mobile svg {
    border: none;
}
.baf-header .search-bar.mobile #searchsubmit {
    background-color: white;
    width: unset;
    position: unset;
    left: unset;
    top: unset;
}
.baf-header .search-bar.mobile input {
    background-color: white !important;
    border: none;
    width: 100%;
    height: 40px;
    padding-left: 10px;
    font-size: 16px;
    color: black;
}
.baf-header .search-bar.active {
    display: flex;
    margin-right: 10px;
}
.baf-header .search-bar input {
    padding: 2px;
    padding-left: 30px;
    background-color: transparent;
    border: 1px solid white;
    border-radius: 0;
    height: 25px;
    font-family: "proxima-nova", sans-serif;
    font-size: 14px;
    color: white;
}
.baf-header .search-bar button {
    right: 5px;
    top: 0;
    cursor: pointer;
    background: #242424;
    border: none;
}
.baf-header .search-bar .search-bar input {
    padding-right: 24px;
    /* Make room for the 'X' */
}
.baf-header .search-bar .clear-input {
    display: none;
    position: absolute;
    right: 5px;
    top: 45%;
    font-size: 24px;
    transform: translateY(-50%);
    cursor: pointer;
    color: white;
}
.baf-header .baf-grid-container.top-bar {
    margin: 0 auto;
    max-width: 1440px;
    padding-left: 16px;
    padding-right: 16px;
}
.baf-header .header-logo {
    padding: 8px;
    padding-top: 11px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.baf-header .header-logo a,
.baf-header .header-logo img {
    width: 100%;
    max-width: 150px;
}
.baf-header a,
.baf-header a:visited {
    color: white;
    text-decoration: none;
}
.baf-header a:hover {
    color: #FFC426;
}
.baf-header ul {
    margin: 0;
    list-style-type: none;
    padding-left: 0;
    text-align: left;
}
.baf-header li,
.baf-header a {
    font-size: 14px;
    line-height: 24px;
    color: white;
    cursor: pointer;
}
.baf-header li.active,
.baf-header a.active {
    color: #FFC426;
}
.baf-header .baf-button {
    border: 1px solid #FFC426;
    color: #FFC426;
    text-transform: uppercase;
    font-family: "industry", sans-serif;
    height: 32px;
    font-weight: 600;
    font-size: 12px;
}
@media screen and (max-width: 1300px) {
    .baf-header .menu-main,
    .baf-header .menu-user {
        display: none;
    }
}
.baf-header .menu-user li,
.baf-header .menu-user a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.baf-header .menu-user img {
    width: 20px !important;
    height: 20px !important;
}
.baf-header .menu-user ul {
    justify-content: flex-end;
}
.baf-header .menu-main ul,
.baf-header .menu-user ul {
    height: 100%;
    display: flex;
    gap: 24px;
}
.baf-header .menu-main ul li,
.baf-header .menu-user ul li {
    display: flex;
    justify-content: center;
    align-items: center;
}
.baf-header .menu-user a {
    color: #FFC426;
    font-size: 14px;
}
.baf-header .nav-menu-item {
    display: flex;
    justify-content: center;
    align-items: center;
}
.baf-header .panel-content {
    padding-left: 16px;
    padding-right: 16px;
    display: none;
}
.baf-header .panel-content.active {
    display: grid;
}
.baf-header .panel-col {
    text-align: left;
}
.baf-header .panel-col li {
    margin-bottom: 11px;
}
.baf-header .panel-col-main a,
.baf-header .panel-col-main li {
    font-size: 18px;
}
.baf-header .panel-col-heading {
    font-family: "proxima-nova", sans-serif;
    line-height: 18px;
    font-size: 14px;
    color: #A8A8AA;
    margin-bottom: 16px;
}
.baf-header .panel {
    display: none;
    height: 0;
    padding: 0;
    background-color: #242424;
    height: 100%;
    transition: height 0.2s ease;
}
.baf-header .panel.active {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
}
.baf-header .menu-button {
    display: none;
}
@media screen and (max-width: 1300px) {
    .baf-header .menu-button {
        padding: 0;
        position: absolute;
        cursor: pointer;
        display: block;
        right: 16px;
        height: 58px;
        top: 0;
        background: transparent;
        border: none;
    }
    .baf-header .menu-button#close {
        position: fixed;
        top: 0;
        right: 16px;
    }
    .baf-header .menu-button#back {
        position: fixed;
        left: 15px;
        right: unset;
        z-index: 1000;
    }
}
.baf-header .mobile-buttons {
    position: absolute;
    top: 0;
    right: 16px;
    height: 58px;
}
@media screen and (max-width: 1299px) {
    .baf-header .mobile-buttons {
        display: block;
    }
}
@media screen and (max-width: 768px) {
    .baf-header .mobile-buttons {
        right: 0;
    }
}
.baf-header #open.menu-button,
.baf-header #close.menu-button {
    display: none;
}
.baf-header #open.menu-button.active,
.baf-header #close.menu-button.active {
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
@media screen and (min-width: 1299px) {
    .baf-header #open.menu-button.active,
    .baf-header #close.menu-button.active {
        display: none;
    }
}
.baf-header .menu-mobile {
    display: none;
    min-height: 100vh;
    width: 100%;
    background-color: #242424;
}
.baf-header .menu-mobile li {
    margin-bottom: 16px;
}
.baf-header .menu-mobile.active {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    overflow: auto;
    z-index: 100;
    padding: 0;
}
.baf-header .menu-mobile-primary,
.baf-header .menu-mobile-secondary,
.baf-header .menu-mobile-panel {
    display: none;
}
.baf-header .menu-mobile-primary.active,
.baf-header .menu-mobile-secondary.active,
.baf-header .menu-mobile-panel.active {
    display: block;
}
.baf-header .menu-mobile-primary {
    margin-top: 150px;
    margin-bottom: 40px;
    padding-left: 16px;
    padding-right: 16px;
}
.baf-header .menu-mobile-primary li,
.baf-header .menu-mobile-primary a {
    font-size: 24px;
}
.baf-header .menu-mobile-secondary {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 75px;
}
.baf-header .menu-mobile-secondary li,
.baf-header .menu-mobile-secondary a {
    font-size: 16px;
    margin-bottom: 12px;
}
.baf-header .menu-mobile-panel {
    padding: 16px;
    margin-top: 0px;
    text-align: left;
}
.baf-header .menu-mobile-panel .primary li,
.baf-header .menu-mobile-panel .primary a {
    font-size: 24px;
}
.baf-header .menu-mobile-panel .secondary {
    margin-top: 40px;
}
.baf-header .menu-mobile-panel .secondary:last-of-type {
    padding-bottom: 150px;
}
.baf-header .menu-mobile-panel .secondary li,
.baf-header .menu-mobile-panel .secondary a {
    margin-bottom: 12px;
    font-size: 16px;
}
@media screen and (max-width: 1440px) {
    .top-bar {
        padding-left: calc(32px + 16px);
        padding-right: calc(32px + 16px);
    }
}
.menu-main,
.menu-user,
.top-bar {
    height: 56px;
}
#back.menu-button {
    background-color: transparent;
    display: none;
}
#back.menu-button.active {
    margin-top: -15px;
    margin-bottom: 72px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1000;
    display: block;
}
#mobile-cart-link {
    display: none;
    height: 58px;
    position: absolute;
    right: 60px;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 1300px) {
    #mobile-cart-link {
        display: flex;
    }
}
#mobile-cart-link a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-sample-page {
    height: 50vh;
    background: linear-gradient(to bottom, #ffcccc, #ff6666);
}
#cookie-consent-banner {
    position: fixed;
    display: none;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
    z-index: 99999;
    background-color: #4E4E4E;
    padding-top: 24px;
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 64px;
    flex-wrap: wrap;
}
#cookie-consent-banner p {
    margin: 0;
    padding: 0;
}
#cookie-consent-banner p:first-of-type {
    margin-bottom: 8px;
}
#cookie-consent-banner div:first-of-type {
    width: 80%;
}
#cookie-consent-banner div:last-of-type {
    width: 20%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
@media screen and (max-width: 768px) {
    #cookie-consent-banner {
        flex-direction: column;
    }
    #cookie-consent-banner div:first-of-type {
        width: 100%;
    }
    #cookie-consent-banner div:last-of-type {
        width: 100%;
        justify-content: flex-start;
        margin-top: 10px;
    }
}
#cookie-consent-banner a {
    color: white;
    text-decoration: underline;
    text-decoration-color: white;
}
#cookie-consent-banner button {
    font-weight: 700;
    cursor: pointer;
    color: black;
    border: none;
    background-color: white;
    display: block;
    margin-top: 10px;
    padding: 16px;
    font-size: 14px;
    font-family: "industry", sans-serif;
    text-transform: uppercase;
}
.cta-footer {
    margin-bottom: -32px !important;
}
.baf-footer,
.baf-mobile-footer {
    margin-bottom: -64px;
}
.baf-footer .social ul,
.baf-mobile-footer .social ul {
    max-width: 300px;
}
.baf-footer select,
.baf-mobile-footer select {
    margin-top: 24px;
    font-family: "proxima-nova", sans-serif;
    color: #4e4e4e;
    font-size: 12px;
    height: 30px;
    border: 1px solid #d6d6d6;
    border-radius: 0;
    width: 150px;
    background: transparent;
}
.baf-footer a,
.baf-mobile-footer a,
.baf-footer a:visited,
.baf-mobile-footer a:visited {
    font-size: 12px;
    color: #4E4E4E;
    text-decoration: none;
}
.baf-footer ul,
.baf-mobile-footer ul {
    list-style-type: none;
    padding-left: 0;
    text-align: left;
    margin: 0;
}
.baf-footer a,
.baf-mobile-footer a,
.baf-footer li,
.baf-mobile-footer li,
.baf-footer p,
.baf-mobile-footer p {
    color: #4E4E4E;
    font-size: 12px;
}
.baf-footer {
    background-color: #e9e9eA;
    padding-bottom: 100px;
}
.baf-footer .footer-menu {
    padding-top: 40px;
    padding-left: 16px;
    padding-right: 16px;
    max-width: 1440px;
    margin: 0 auto;
}
@media screen and (max-width: 1440px) {
    .baf-footer .footer-menu {
        padding-left: calc(32px + 16px);
        padding-right: calc(32px + 16px);
        padding-top: 32px;
    }
}
.baf-footer .footer-heading {
    font-weight: 600;
    color: #4E4E4E;
    text-transform: none;
    text-align: left;
    font-family: "proxima-nova", sans-serif;
    margin-top: 32px;
    margin-bottom: 24px;
    padding-bottom: 0;
}
.baf-footer .footer-sub-heading {
    padding-bottom: 0;
    font-size: 12px;
    color: #4E4E4E;
    text-transform: none;
    text-align: left;
    font-weight: 600;
    font-family: "proxima-nova", sans-serif;
    margin-top: 0;
    margin-bottom: 6px;
}
.baf-footer .footer-sub-heading.no-heading {
    margin-top: 60px;
}
.baf-footer .footer-sub-heading:last-of-type {
    margin-top: 24px;
}
.baf-footer .baf-grid-container.footer-copyright {
    max-width: 1440px;
}
.baf-footer .footer-border {
    margin: 0 auto;
    margin-top: 32px;
    max-width: calc(1440px - 16px - 16px);
    border-top: 1px solid #A8A8AA;
}
.baf-footer .footer-copyright {
    padding-left: 16px;
    padding-right: 16px;
}
.baf-footer .footer-copyright img {
    width: 150px;
}
.baf-footer .footer-copyright .logo-container {
    text-align: left;
}
.baf-footer .footer-copyright .copyright {
    display: block;
    margin-top: 16px;
}
.baf-footer .footer-copyright .copyright p {
    margin: 0;
}
.baf-footer .footer-copyright .links,
.baf-footer .footer-copyright .social {
    max-width: 400px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.baf-footer .footer-copyright .links ul,
.baf-footer .footer-copyright .social ul {
    display: flex;
    justify-content: space-between;
}
.baf-footer .footer-copyright .links li,
.baf-footer .footer-copyright .social li,
.baf-footer .footer-copyright .links a,
.baf-footer .footer-copyright .social a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.baf-footer .footer-copyright .links svg,
.baf-footer .footer-copyright .social svg {
    width: 20px;
}
.baf-footer .copyright,
.baf-footer .copyright-links li {
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1rem;
    color: #4E4E4E;
    font-feature-settings: 'clig' off, 'liga' off;
}
.baf-footer .copyright-links ul {
    display: flex;
}
.baf-footer .copyright-links li:nth-child(2) {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}
.baf-footer .social .footer-sub-heading {
    font-weight: 600;
    color: #4E4E4E;
    margin-bottom: 16px;
}
.baf-footer .follow {
    color: #A8A8AA;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1rem;
    /* 133.333% */
    margin-right: 16.5rem;
}
@media screen and (max-width: 1000px) {
    .baf-footer {
        display: none;
    }
}
.baf-mobile-footer {
    display: none;
    background-color: #e9e9eA;
    padding: 32px;
    padding-top: 40px;
}
@media screen and (max-width: 768px) {
    .baf-mobile-footer {
        padding: 16px;
        padding-top: 40px;
    }
}
.baf-mobile-footer p:first-of-type {
    margin-top: 0;
}
.baf-mobile-footer li {
    margin-bottom: 12px;
}
.baf-mobile-footer .footer-category .baf-accordion-heading {
    color: #4E4E4E;
    text-align: left;
    text-transform: none;
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
    margin-bottom: 16px;
}
.baf-mobile-footer .footer-category .baf-accordion-heading svg {
    stroke-width: 1px;
}
.baf-mobile-footer .footer-category .baf-accordion-heading p {
    font-size: 14px;
}
.baf-mobile-footer .footer-category {
    border-bottom: 1px solid #A8A8AA;
}
.baf-mobile-footer .footer-category.no-border {
    border-bottom: none;
}
.baf-mobile-footer .footer-panel {
    display: none;
    padding-bottom: 24px;
}
.baf-mobile-footer .footer-panel.active {
    display: block;
}
.baf-mobile-footer .mobile-footer-copyright {
    margin-top: 16px;
    text-align: left;
    color: #4E4E4E;
    font-size: 12px;
}
@media screen and (max-width: 768px) {
    .baf-mobile-footer .mobile-footer-copyright {
        padding-bottom: 64px;
    }
}
.baf-mobile-footer .links {
    margin-top: 16px;
    margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
    .baf-mobile-footer .links ul {
        flex-direction: column;
        gap: 0px !important;
    }
}
.baf-mobile-footer .links ul,
.baf-mobile-footer .social ul {
    display: flex;
    justify-content: flex-start;
    gap: 24px;
}
.baf-mobile-footer .social ul {
    max-width: 500px;
}
@media screen and (max-width: 768px) {
    .baf-mobile-footer .social ul {
        justify-content: space-between;
        gap: 0 !important;
    }
}
.baf-mobile-footer .social .footer-sub-heading {
    font-weight: 400;
}
.baf-mobile-footer .footer-sub-heading {
    font-size: 12px;
    color: #4E4E4E;
    text-transform: none;
    text-align: left;
    font-weight: 600;
    font-family: "proxima-nova", sans-serif;
    margin-top: 32px;
    margin-bottom: 16px;
}
.baf-mobile-footer .logo-container img {
    margin-bottom: 16px;
}
@media screen and (max-width: 1000px) {
    .baf-mobile-footer {
        display: block;
    }
}
.baf-text-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #F4F4F4;
    padding: 32px;
    color: #000;
    font-style: normal;
    font-weight: 400;
}
.baf-text-block.no-flex {
    display: block;
}
.baf-text-block.bg-transparent {
    outline: none;
    background-color: transparent;
}
.baf-text-block.bg-transparent button {
    background-color: transparent;
}
.baf-text-block.has-image-bottom img {
    width: 80%;
    margin: 0 auto;
}
.baf-callout-block {
    outline: 1px solid #D6D6D6;
}
.baf-callout-block .section {
    position: relative;
    padding: 16px;
    border-bottom: 1px solid #D6D6D6;
}
.baf-callout-block .section:last-of-type {
    border-bottom: none;
}
.baf-callout-block img {
    width: 20px;
    height: 20px;
}
.baf-callout-block svg,
.baf-callout-block img {
    position: absolute;
    top: 16px;
    right: 16px;
}
.baf-callout-block p {
    width: 90%;
    margin: 0;
    font-size: 16px;
    margin-bottom: 8px;
}
.baf-callout-block p:first-child {
    font-weight: 600;
}
.baf-callout-block .footnote {
    font-size: 12px;
}
#highlight-banners {
    padding: 16px;
}
.baf-highlight-icon-block {
    background-color: #D6D6D6;
    padding: 32px;
    position: relative;
    min-height: 280px;
}
@media screen and (max-width: 1000px) {
    .baf-highlight-icon-block {
        min-height: 350px;
        padding: 24px;
    }
}
@media screen and (max-width: 768px) {
    .baf-highlight-icon-block {
        min-height: 300px;
        padding: 16px;
    }
}
.baf-highlight-icon-block .content {
    font-family: "industry", sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    text-align: left;
}
.baf-highlight-icon-block .content span {
    font-weight: 600;
}
@media screen and (max-width: 768px) {
    .baf-highlight-icon-block .content {
        font-size: 18px;
    }
}
.baf-highlight-icon-block img,
.baf-highlight-icon-block svg {
    position: absolute;
    right: 32px;
    bottom: 32px;
    height: 115px;
    width: auto;
}
@media screen and (max-width: 768px) {
    .baf-highlight-icon-block img,
    .baf-highlight-icon-block svg {
        height: 75px;
    }
}
.baf-highlight-banner {
    grid-auto-rows: minmax(400px, auto);
    gap: 0;
}
@media screen and (max-width: 768px) {
    .baf-highlight-banner {
        display: flex;
        flex-direction: column;
    }
}
.baf-highlight-banner.bg-transparent {
    outline: none;
}
.baf-highlight-banner.bg-transparent .baf-highlight-content {
    display: block;
}
.baf-highlight-banner.image-right .baf-highlight-content {
    padding-right: 16px;
}
.baf-highlight-card.product {
    min-height: 450px;
}
.baf-highlight-card .baf-highlight-content p,
.baf-highlight-card .baf-highlight-content h2,
.baf-highlight-card .baf-highlight-content h1 {
    color: white;
}
@media screen and (max-width: 800px) {
    .baf-highlight-card {
        height: 500px;
    }
}

.baf-button.baf-filter-button {
    letter-spacing: normal;
    height: 40px;
    outline: 1px solid #D6D6D6;
}
.baf-button.baf-filter-button img {
    margin-right: 8px;
}
.baf-button.baf-filter-button:hover {
    outline: 1px solid #242424;
}
@media screen and (max-width: 768px) {
    .baf-button.baf-filter-button {
        margin: 0;
    }
}
.baf-button.baf-filter-toggle {
    background-color: #4E4E4E;
    color: #FFC426;
}
.baf-button.baf-filter-toggle svg,
.baf-button.baf-filter-toggle img {
    margin-right: 16px;
}

.baf-filters-bar.mobile-active-only.active {
    width: 100%;
}
.et_pb_module.et_pb_text h2 {
    font-family: "industry", sans-serif !important;
    letter-spacing: normal !important;
    font-weight: 700 !important;
    font-size: 36px !important;
    margin-bottom: 24px !important;
}
.et_pb_module.et_pb_text p,
.et_pb_module.et_pb_text a,
.et_pb_module.et_pb_text li {
    font-family: "proxima-nova", sans-serif !important;
    font-size: 16px !important;
}
#result {
    padding-top: 25px;
}
/*Verticl Page*/
#baf-vertical .scrollable-container.products {
  padding-bottom: 32px;
}
#baf-vertical .baf-vertical-text {
  max-width: calc(800px + 64px);
  margin: 0 auto;
  padding-top: 48px;
  text-align: left;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #baf-vertical .baf-vertical-text {
    padding-top: 24px;
    padding-left: 0;
    padding-right: 0;
  }
}
#baf-vertical .baf-vertical-text h2 {
  font-size: 18px;
  margin-bottom: 32px;
}
#baf-vertical .baf-vertical-text h3 {
  margin-top: 48px;
  margin-bottom: 24px;
  padding-top: 0;
  font-size: 18px;
  line-height: 22px;
}
#baf-vertical .baf-vertical-text p {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  #baf-vertical .baf-vertical-text p {
    margin-bottom: 24px;
    font-size: 16px;
  }
}
#baf-vertical .baf-vertical-text h3.body-subtitle {
  margin-top: 48px;
  margin-bottom: 24px;
  padding-top: 0;
  font-size: 18px;
  line-height: 22px;
}
@media screen and (max-width: 768px) {
  #baf-vertical .baf-vertical-text h3.body-subtitle {
    margin-top: 24px;
  }
}
#baf-vertical .intro {
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 48px !important;
}
#baf-vertical .intro h3.title {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  #baf-vertical .intro h3.title {
    margin-bottom: 16px;
    font-size: 18px;
  }
}
#baf-vertical .intro h2.subtitle {
  font-size: 36px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  #baf-vertical .intro h2.subtitle {
    margin-bottom: 24px;
  }
}
#baf-vertical .intro p.body-intro {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  #baf-vertical .intro p.body-intro {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 32px;
  }
}
#baf-vertical .page-content {
  padding-top: 0;
  padding-bottom: 0;
}
#baf-vertical .baf-vertical-image {
  height: 60vh;
  margin-bottom: 0;
}
#baf-vertical .baf-vertical-cta {
  outline: 1px solid #D6D6D6;
  padding: 32px;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  #baf-vertical .baf-vertical-cta {
    padding: 24px;
  }
}
#baf-vertical .baf-vertical-cta p {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 22px;
}
@media screen and (max-width: 768px) {
  #baf-vertical .baf-vertical-cta p {
    font-size: 16px;
  }
}
#baf-vertical .baf-vertical-cta button {
  font-family: "industry", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
#baf-vertical .products-heading {
  margin-bottom: 16px;
}
#baf-vertical .case-studies-heading {
  margin-bottom: 0;
}
#baf-vertical .products-heading,
#baf-vertical .case-studies-heading {
  text-align: left;
}
#baf-vertical .products-heading svg,
#baf-vertical .case-studies-heading svg {
  margin-bottom: -5px;
  margin-left: 5px;
}
#baf-vertical .products-heading p,
#baf-vertical .case-studies-heading p,
#baf-vertical .products-heading h2,
#baf-vertical .case-studies-heading h2 {
  margin: 0;
}
#baf-vertical .products-heading h2,
#baf-vertical .case-studies-heading h2 {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 22px;
}
#baf-vertical .products-heading .row,
#baf-vertical .case-studies-heading .row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
#baf-vertical .case-studies-heading {
  margin-top: 32px;
}
#baf-vertical .case-studies {
  padding-bottom: 48px;
}
#baf-vertical .intro h3.title {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 32px;
}
#baf-vertical .baf-vertical-text h3 {
    margin-top: 48px;
    margin-bottom: 24px;
    padding-top: 0;
    font-size: 18px;
    line-height: 22px;
}
#baf-vertical .intro h2.subtitle {
    font-size: 36px;
    margin-bottom: 32px;
}
.baf-main h1, .baf-main h2, .baf-main h3, .baf-main h4, .baf-main h5, .baf-main h6 {
    font-family: "industry", sans-serif;
    font-weight: 700;
    padding: 0;
}
/*
* Vertical page bottom Slider
*/
.baf-grid-container {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
  max-width: 1440px;
  margin: 32px auto;
}
/*
* Vertical pages bottom CTA
*/
.baf-banner-text {
  background-color: #e9e9eA;
  margin-bottom: -32px;
}
@media screen and (max-width: 768px) {
  .baf-banner-text {
    margin: 0;
    margin-bottom: -16px;
  }
}
.baf-banner-text.full-width {
  margin: 0;
}
.baf-banner-text .content {
  text-align: left;
  min-height: 200px;
  color: black;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 32px;
  padding-bottom: 48px;
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .baf-banner-text .content {
    padding-left: calc(32px + 16px);
    padding-right: calc(32px + 16px);
    padding-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  .baf-banner-text .content {
    padding: 16px;
    padding-top: 24px !important;
  }
}
.baf-banner-text .content a {
  text-decoration: none;
  font-weight: bold;
}
.baf-banner-text .content h1 {
  font-size: 36px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .baf-banner-text .content h1 {
    font-size: 24px;
  }
}
.baf-banner-text .content p {
  font-size: 18px;
  margin: 0;
  line-height: 24px;
}
.baf-banner-text .content h1,
.baf-banner-text .content p {
  width: 50%;
  margin: 0;
}
.baf-banner-text .content.cta {
  padding-bottom: 80px;
  padding-top: 32px;
}
.baf-banner-text .content.cta h1 {
  font-size: 36px;
  line-height: 40px;
}
@media screen and (max-width: 768px) {
  .baf-banner-text .content.cta h1 {
    font-size: 24px;
    line-height: 30px;
  }
}
.baf-banner-text .content.cta p {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .baf-banner-text .content {
    min-height: unset;
  }
  .baf-banner-text .content h1 {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .baf-banner-text .content h1,
  .baf-banner-text .content p {
    width: 100%;
  }
}
.baf-banner-image {
  padding: 32px;
  height: 40vh;
  max-height: 500px;
}
@media screen and (max-width: 768px) {
  .baf-banner-image {
    padding: 16px;
    height: 300px;
  }
}
.baf-banner-image .content {
  margin: 0;
  max-width: 1440px;
  text-align: left;
  margin: 0 auto;
}
.baf-banner-image h1 {
  margin: 0;
  font-size: 36px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .baf-banner-image h1 {
    font-size: 24px;
  }
}
.baf-banner-headline {
  text-align: left;
  padding: 0;
  margin-top: 40px;
  margin-bottom: 32px;
}
.baf-banner-headline h2 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.baf-banner-headline p {
  font-size: 16px;
  margin: 0;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .baf-grid-container {
    gap: 16px;
    margin: 16px auto;
  }
}
.baf-grid-container.scrollable {
  padding-bottom: 32px;
  margin-bottom: 32px;
  margin: 0;
  max-width: unset;
  display: flex;
  overflow-x: scroll;
}
.baf-grid-container.scrollable .baf-grid-item {
  min-width: 350px;
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  .baf-grid-container.scrollable {
    gap: 16px;
  }
  .baf-grid-container.scrollable .baf-grid-item {
    min-width: 80vw;
  }
}
.scrollable-container {
  position: relative;
}
.scrollable.no-scroll::-webkit-scrollbar {
  display: none;
}
.scrollable::-webkit-scrollbar {
  height: 4px;
  width: 4px;
  background: #e9e9eA;
}
.scrollable::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: black;
}
.scrollable::-webkit-scrollbar-corner {
  background: #e9e9eA;
}
.scroll-button {
  display: none;
  user-select: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 59px;
  padding: 8px;
  cursor: pointer;
  background-color: white;
  z-index: 1000;
  position: absolute;
  top: 35%;
}
.scroll-button svg {
  width: 35px;
}
.scroll-button.left {
  left: 0;
}
.scroll-button.right {
  right: 0;
}
.baf-grid-item img {
  width: 100%;
}
.baf-product-card {
  position: relative;
  text-align: left;
  overflow: hidden;
  max-width: 100%;
  padding: 0;
  border: 1px solid #e9e9eA;
}
.baf-product-card a,
.baf-product-card a:hover {
  text-decoration: none;
}
.baf-product-card:hover {
  border: 1px solid #242424;
}
.baf-product-card ul {
  margin: 8px;
}
.baf-product-card li {
  font-size: 16px;
  font-weight: 400;
}
.baf-product-card .product-image {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 275px;
  display: block;
  background-color: #F4F4F4;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.baf-product-card .product-content {
  position: relative;
  padding: 24px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.baf-product-card .product-name {
  text-transform: uppercase;
  font-weight: 600;
  font-family: "industry", sans-serif;
  line-height: 22px;
  font-size: 18px;
  font-size: 16px;
  margin-bottom: 8px;
  margin-top: 0;
}
.baf-product-card .product-name span {
  margin-left: 8px;
  font-weight: 400;
}
.baf-product-card .product-description {
  font-size: 16px;
  margin-bottom: 8px;
}
.baf-product-card .product-image-container {
  background-color: #F4F4F4;
  position: relative;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 300px;
}
@media only screen and (min-width: 1024px) {
  .baf-product-card .product-image-container {
    min-height: 400px;
  }
}
.baf-product-card .product-price.sale span:first-of-type {
  color: #BD7200;
  margin-right: 8px;
}
.baf-product-card .product-price.sale span:last-of-type {
  text-decoration: line-through;
  color: #A8A8AA;
}
.baf-product-card .product-tag {
  position: absolute;
  top: 16px;
  left: 16px;
  font-size: 14px;
  color: #4E4E4E;
  border: 1px solid #4E4E4E;
  background: transparent;
  padding: 8px;
}
.baf-product-card .product-tag.new {
  background-color: #FFC426;
  border: 1px solid #FFC426;
  color: #000;
}
@media screen and (max-width: 768px) {
  .baf-grid-item {
    grid-column: span 12 !important;
  }
}
@media screen and (max-width: 768px) {
  .baf-grid-item.baf-highlight-icon-block {
    grid-column: span 6 !important;
  }
}
@media screen and (min-width: 1050px) {
    .baf-header .panel-content {
        max-width: 1440px;
    }
    .baf-footer .footer-menu select {
        border-color: #4e4e4e;
    }
    .osContainer .osLeftColumn input,
    .osContainer .osFullWidth input {
        margin-bottom: 16px;
    }
    .osContainer h1 {
        font-family: 'industry', sans-serif;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 40px;
        text-transform: uppercase;
    }
    .osContainer .yellow-button {
        font-family: 'industry', sans-serif;
        font-weight: 700;
        border-radius: 0px;
        height: 48px;
        font-size: 14px;
    }
    #post-1213 .et_pb_toggle_close h5.et_pb_toggle_title {
        color: black;
    }
    #post-1213 .et_pb_accordion_0.et_pb_accordion .et_pb_accordion_item:not(:first-of-type), #post-1213 .et_pb_accordion_1.et_pb_accordion .et_pb_accordion_item:not(:first-of-type) {
        border-top: none;
    }
    #post-1213 .et_pb_accordion_0.et_pb_accordion .et_pb_accordion_item, #post-1213 .et_pb_accordion_1.et_pb_accordion .et_pb_accordion_item {
        border-color: #a8a8aa;
        background-color: white;
        margin-bottom: 0;
        text-align: left;
    }
    #post-1130 .dvmd_tm_tcell .dvmd_tm_cdata {
        font-family: 'proxima-nova', sans-serif;
        font-weight: 400;
        font-size: 14px;
    }
    #post-11279 h1, #post-11279 h3, #post-11279 h4, #post-11279 h5 {
        font-family: 'industry', sans-serif;
        font-style: normal;
        font-weight: 700;
        text-transform: uppercase;
    }
    #post-11279 .dvmd_table_maker_0 .dvmd_tm_tcell.dvmd_tm_row_even {
        background: #e9e9ea;
    }
    #post-11279 .dvmd_table_maker_0 .dvmd_tm_tcell {
        background: #f4f4f4;
    }
    #post-11279 .et_pb_section_13 .et_pb_button.et_pb_button_0 {
        display: inline-flex !important;
        align-items: center !important;
        padding: 0 16px !important;
        font-family: 'industry', sans-serif !important;
    }
    .et-db #et-boc .case-studies .et_pb_section_11 .et_pb_column_10 {
        background: #e9e9ea !important;
    }

}
@media screen and (max-width: 1050px) {
    .baf-mobile-footer .footer-menu select {
        border-color: #4e4e4e;
    }
    #baf-home .page-content .baf-grid-container:nth-child(2) .baf-grid-item {
        grid-column: span 6 !important;
    }
    #baf-home .page-content .baf-grid-container:nth-child(3) .baf-grid-item.cols-4 {
        grid-column: span 6 !important;
    }
    #baf-home .page-content .baf-grid-container:nth-child(3) .baf-grid-item.cols-8 {
        grid-column: span 6 !important;
    }
}
