:root {
    --red: #b21832;
    --p: "PP Nikkei Pacific";
    --i: "Inter"
}

section.brand-guidelines-1 {
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #b21832;
    background-image: url(/wp-content/themes/heroicstore/assets/img/noise.svg);
    background-size: cover;
/*     background: url(/wp-content/themes/heroicstore/assets/img/about/front-background.jpg) 50%/cover no-repeat; */
    min-height: 100vh;
    overflow: hidden;
    padding-bottom: 152px;
    padding-top: 167px
}

section.brand-guidelines-1,
section.brand-guidelines-1 .border-section-left-line,
section.brand-guidelines-1 .border-section-right-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

section.brand-guidelines-1 .border-section-left-line,
section.brand-guidelines-1 .border-section-right-line {
    position: absolute;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 62px;
    height: 100%;
    padding: 40px 0;
    z-index: 1
}

section.brand-guidelines-1 .border-section-right-line>* {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

section.brand-guidelines-1 .box__img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin-bottom: 43px
}

section.brand-guidelines-1 .title {
    text-align: center;
    text-transform: uppercase;
    font: 800 64px/1.1em var(--p);
    color: #fff
}

section.brand-guidelines-2 {
    position: relative;
    padding: 80px 0
}

section.brand-guidelines-2 .border-section-left-line,
section.brand-guidelines-2 .border-section-right-line {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 62px;
    height: 100%;
    padding: 40px 0;
    z-index: 1
}

section.brand-guidelines-2 .border-section-right-line>* {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

section.brand-guidelines-2 .box_title {
    position: relative;
    text-align: center;
    margin-bottom: 25px;
    color: var(--red);
    font: 800 64px/1.1em var(--p);
    text-transform: uppercase
}

section.brand-guidelines-2 p {
    color: #000;
    font: 400 20px/1.1em var(--i);
    text-align: center
}

section.brand-guidelines-2 .box__img {
    margin-top: 44px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

section.brand-guidelines-3 {
    position: relative;
    padding: 80px 0
}

section.brand-guidelines-3 .border-section-left-line,
section.brand-guidelines-3 .border-section-right-line {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 62px;
    height: 100%;
    padding: 40px 0;
    z-index: 1
}

section.brand-guidelines-3 .border-section-right-line>* {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

section.brand-guidelines-3 .title {
    position: relative;
    text-align: center;
    margin-bottom: 25px;
    color: var(--red);
    font: 800 64px/1.1em var(--p);
    text-transform: uppercase
}

section.brand-guidelines-3 p {
    color: #000;
    font: 400 20px/1.1em var(--i);
    text-align: center
}

section.brand-guidelines-3 .box_info {
    max-width: 870px;
    width: 100%;
    position: relative;
    margin: 0 auto 44px
}

section.brand-guidelines-3 .box__img {
    margin-top: 44px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

section.brand-guidelines-4 {
    position: relative;
    padding: 80px 0
}

section.brand-guidelines-4 .border-section-left-line,
section.brand-guidelines-4 .border-section-right-line {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 62px;
    height: 100%;
    padding: 40px 0;
    z-index: 1
}

section.brand-guidelines-4 .border-section-right-line>* {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

section.brand-guidelines-4 .title {
    position: relative;
    text-align: center;
    margin-bottom: 25px;
    color: var(--red);
    font: 800 64px/1.1em var(--p);
    text-transform: uppercase
}

section.brand-guidelines-4 p {
    color: #000;
    font: 400 20px/1.1em var(--i);
    text-align: center
}

section.brand-guidelines-4 .box_info {
    max-width: 870px;
    width: 100%;
    position: relative;
    margin: 0 auto 44px
}

section.brand-guidelines-4 .box__img {
    margin-top: 44px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

section.brand-guidelines-4 .box__img,
section.brand-guidelines-4 .row__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

section.brand-guidelines-4 .row__list {
    gap: 24px 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

section.brand-guidelines-4 .row__list>div:first-child:nth-child(3n+1)>div {
    background: #b21832;
    border: 1px solid #b21832
}

section.brand-guidelines-4 .row__list>div:first-child:nth-child(3n+1)>div * {
    color: #fff
}

section.brand-guidelines-4 .row__list>div:nth-child(2n)>div {
    background: #352419;
    border: 1px solid #352419
}

section.brand-guidelines-4 .row__list>div:nth-child(2n)>div * {
    color: #fff
}

section.brand-guidelines-4 .row__list>div:nth-child(3n)>div {
    background: #f0eee4;
    border: 1px solid #352419
}

section.brand-guidelines-4 .row__list>div:nth-child(3n)>div * {
    color: #352419
}

section.brand-guidelines-4 .box__ {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 24px;
    min-height: 278px
}

section.brand-guidelines-4 .box__,
section.brand-guidelines-4 .box__ ul {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

section.brand-guidelines-4 .box__ ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 11px
}

section.brand-guidelines-4 .box__ ul li {
    font: 600 16px/1.1em var(--i);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

section.brand-guidelines-4 .box__ ul li span {
    font: 400 16px/1.1em var(--i);
    width: 60px
}

section.brand-guidelines-5 {
    position: relative;
    padding: 80px 0
}

section.brand-guidelines-5 .border-section-left-line,
section.brand-guidelines-5 .border-section-right-line {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 62px;
    height: 100%;
    padding: 40px 0;
    z-index: 1
}

section.brand-guidelines-5 .border-section-right-line>* {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

section.brand-guidelines-5 .container>.row>.col-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

section.brand-guidelines-5 .title {
    position: relative;
    text-align: center;
    margin-bottom: 25px;
    color: var(--red);
    font: 800 64px/1.1em var(--p);
    text-transform: uppercase
}

section.brand-guidelines-5 p {
    color: #000;
    font: 400 20px/1.1em var(--i);
    text-align: center
}

section.brand-guidelines-5 .box_info {
    max-width: 870px;
    width: 100%;
    position: relative;
    margin: 0 auto 44px
}

section.brand-guidelines-5 .box__img {
    margin-top: 44px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

section.brand-guidelines-5 .box__img,
section.brand-guidelines-5 .button-action {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

section.brand-guidelines-5 .button-action {
    position: relative;
    padding: 10px 32px;
    /*margin: 10px 0 0;*/
    /*-webkit-backdrop-filter: blur(7.62914px);*/
    /*backdrop-filter: blur(7.62914px);*/
/*     background: rgba(139, 5, 28, .8);
    color: hsla(0, 0%, 100%, .6);
    background-image: url(/wp-content/themes/heroicstore/assets/img/button.svg); */
    /*background: #B21832CC;*/
    /*color: #fff;*/
    /*background-image: url(/wp-content/themes/heroicstore/assets/img/button.svg);*/
    /*background-size: contain;*/
    /*background-position: 20px;*/
    /*background-repeat: no-repeat*/
}

.border-section-right-line>.namber_ {
    -webkit-transform: rotate(90deg)!important;
    -ms-transform: rotate(0deg)!important;
    transform: rotate(90deg)!important
}

@media (max-width:600px) {
    section.brand-guidelines-1 {
        font: 800 40px/1.1em var(--p)
    }
    section.brand-guidelines-1 .box__img img {
        max-width: 250px;
        width: auto
    }
    section.brand-guidelines-1 .title {
        font: 800 40px/1.1em var(--p)
    }
    section.brand-guidelines-2 .box_title {
        font: 800 40px/1.1em var(--p);
        margin-bottom: 14px
    }
    section.brand-guidelines-2 .box__img img {
        max-width: 220px
    }
    section.brand-guidelines-3 .title {
        font: 800 40px/1.1em var(--p);
        margin-bottom: 14px
    }
    section.brand-guidelines-3 .box__img img {
        max-width: 345px;
        width: 100%
    }
    section.brand-guidelines-4 .title {
        font: 800 40px/1.1em var(--p);
        margin-bottom: 14px
    }
    section.brand-guidelines-4 .box__img img {
        max-width: 345px;
        width: 100%
    }
    section.brand-guidelines-5 .title {
        font: 800 40px/1.1em var(--p);
        margin-bottom: 14px
    }
    section.brand-guidelines-5 .box__img img {
        max-width: 345px;
        width: 100%
    }

    section.brand-guidelines-3 .box__img{
        gap: 14px;
    }
}

@media (max-width:991px) {
    section.brand-guidelines-1 .border-section-left-line, section.brand-guidelines-1 .border-section-right-line {
        display: none
    }
    section.brand-guidelines-2 {
        padding: 40px 0
    }
    section.brand-guidelines-2 .cont_row>div.row:first-child {
        gap: 80px 0
    }
    section.brand-guidelines-2 .border-section-left-line,
    section.brand-guidelines-2 .border-section-right-line {
        display: none
    }
    section.brand-guidelines-3 {
        padding: 40px 0
    }
    section.brand-guidelines-3 .cont_row>div.row:first-child {
        gap: 80px 0
    }
    section.brand-guidelines-3 .border-section-left-line,
    section.brand-guidelines-3 .border-section-right-line,
    section.brand-guidelines-4 .border-section-left-line,
    section.brand-guidelines-4 .border-section-right-line {
        display: none
    }
    section.brand-guidelines-4 {
        padding: 40px 0
    }
    section.brand-guidelines-5 .border-section-left-line,
    section.brand-guidelines-5 .border-section-right-line {
        display: none
    }
    section.brand-guidelines-5 {
        padding: 40px 0
    }
}

@media (min-width:601px) and (max-width:991px) {
    section.brand-guidelines-1 .box__img img {
        max-width: 380px;
        width: auto
    }
    section.brand-guidelines-2 .box_title {
        font: 800 54px/1.1em var(--p);
        margin-bottom: 14px
    }
    section.brand-guidelines-2 .box__img img {
        max-width: 328px
    }
    section.brand-guidelines-3 .title {
        font: 800 54px/1.1em var(--p);
        margin-bottom: 14px
    }
    section.brand-guidelines-3 .box__img img {
        max-width: 518px;
        width: 100%
    }
    section.brand-guidelines-4 .title {
        font: 800 54px/1.1em var(--p);
        margin-bottom: 14px
    }
    section.brand-guidelines-4 .box__img img {
        max-width: 518px;
        width: 100%
    }
    section.brand-guidelines-5 .title {
        font: 800 54px/1.1em var(--p);
        margin-bottom: 14px
    }
    section.brand-guidelines-5 .box__img img {
        max-width: 518px;
        width: 100%
    }
}