/*.code-bg {
    background-image: url('../../images/brandImages/code-contact.jpg'); 
    background-position: top;
    background-repeat: repeat-y;
}

.brand-section {
    padding: 50px 0;
    box-shadow: 0px 15px 10px -5px #d5d5d5;
    margin-bottom: 50px;
}

.brand-section h2 {
    font-weight: 100;
    letter-spacing: 10px;
    font-size: 42px;
    line-height: 50px;
    color: #09304f;
}

@media (max-width: 768px) {
    .brand-section h2 {
        font-size: 30px;
        line-height: 40px;
    }
}

.brand-section p {
    color: #09304f;
    font-size: 25px;
}

@media (max-width: 1024px) {
    .brand-section p {
        font-size: 18px;

    }
}

.brand-section .grey-text {
    color: #6f7073;
}

.content-box.respect-brand {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 55px;
}


.inner.brand-respect {
    padding-bottom: 30px;
}

.brand-bad-logos .item-row {
    padding: 0 0px 0 0px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    align-items: center;
    justify-content: center;
}

.item-row .item-box {
    list-style: none;
    flex: 0 0 33.333333%;
    margin-bottom: 30px;
}

@media (max-width: 1024px) {
    .item-row .item-box {
        flex: 0 0 50%;
    }

    .item-row .item-box .inner-wrap {
        margin: 0 auto;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media (max-width: 768px) {
    .item-row .item-box {
        flex: 0 0 100%;
    }

    .item-row .item-box .inner-wrap {
        margin: 0 auto;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

.item-row .item-box .inner-wrap {
    max-width: 250px;
    margin: auto;
}

.item-row .item-box:nth-child(1) .inner-wrap,
.item-row .item-box:nth-child(4) .inner-wrap {
    margin-left: 0;
}

.item-row .item-box:nth-child(3n + 3) .inner-wrap {
    margin-right: 0;
}

.item-row.items-center .item-box:first-child .inner-wrap {
    margin: auto;
    margin-right: 45px;
}

.item-row.items-center .item-box:last-child .inner-wrap {
    margin: auto;
    margin-left: 45px;
}

.item-row .bad-logo {
    border-radius: 10px;
    min-height: 250px;
    width: 100%;
    padding: 18px;
    padding-bottom: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
    background: #fff;
}

@media (max-width: 1024px) {
    .item-row .bad-logo {
        min-height: 150px;
        width: 200px;
        margin-inline: auto;
    }
}

.item-row .bad-logo img {
    max-width: 100%;
}

.brand-bad-logos .inner:not(:last-child) {
    border-bottom: solid 1px #eeeeee;
}

.item-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0px 35px 0px;
}

.item-row .bad-logo {
    text-align: center;
}

.item-row .bad-logo-desc {
    text-align: center;
    font-weight: 300;
    color: #6f7073;
    font-size: 21px;
    line-height: 1.2;
    margin-top: 22px;
}

.item-row .bad-logo-desc b {
    font-weight: 700;
    display: block;
    font-size: 24px;
}


.do-dont {
    margin-top: 45px;
}

.do-dont .badge {
    width: 190px;
    text-align: center;
    margin-bottom: 48px;
    font-size: 32px;
}

.do-dont .do {
    background: #8eaf3e;
    color: #fff;
}

.do-dont .dont {
    background: #f06779;
    color: #fff;
}

.do-dont h5 {
    color: #09304f;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-decoration: underline;
    margin-top: 50px;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}*/



/* .code-bg {
    background-image: url('../../images/brandImages/code-contact.jpg');
    background-position: top;
    background-repeat: repeat-y;
} */
.brand {
    padding-bottom: 50px;
}
.brand-section {
    padding: 50px 0;
    /* box-shadow: 0px 15px 10px -5px #d5d5d5; */
    /* margin-bottom: 50px; */
}
.brand-section .logo img {
    max-width: 220px;
    width: 100%;
}
.brand-section .logo p {
    margin-top: 15px; 
    font-size: 24px;
    color:#E80001;
}
.brand-section .logo p a {
    color:#E80001;
}
.brand h2 {
    font-weight: 700;
    font-size: 40px;
    color: #09324E;
}

@media (max-width: 991px) {
    .brand h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .brand h2 {
        font-size: 25px;
    }
}

.brand-section p {
    color: #09304f;
    font-size: 25px;
}

@media (max-width: 1024px) {
    .brand-section p {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .brand-section p {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .brand-section p {
        font-size: 16px;
    }
}

.brand-section .grey-text {
    color: #6f7073;
}

.content-box.respect-brand {
    padding-left: 0px;
    padding-right: 0px;
    /* padding-bottom: 55px; */
}


.inner.brand-respect {
    padding-bottom: 50px;
}

.brand-bad-logos .item-row {
    padding: 0 0px 0 0px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    align-items: flex-start;
    justify-content: center;
    max-width: 1200px;
    margin: auto;
}

.item-row .item-box {
    list-style: none;
    flex: 0 0 33.333333%;
    margin-bottom: 30px;
}

/* @media (max-width: 1024px) {
    .item-row .item-box {
        flex: 0 0 50%;
    }

    .item-row .item-box .inner-wrap {
        margin: 0 auto;
        margin-left: auto !important;
        margin-right: auto !important;
    }
} */

@media (max-width: 768px) {
    .item-row .item-box {
        flex: 0 0 50%;
    }

    .item-row .item-box .inner-wrap {
        margin: 0 auto;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}
@media (max-width: 450px) {
    .item-row .item-box {
        flex: 0 0 100%;
    }
}
.item-row .item-box .inner-wrap {
    max-width: 250px;
    margin: auto;
}
@media (max-width: 991px) {
    .item-row .item-box .inner-wrap {
        max-width: 200px;
    }
}
/* .item-row .item-box:nth-child(1) .inner-wrap,
.item-row .item-box:nth-child(4) .inner-wrap {
    margin-left: 0;
} */

/*.item-row .item-box:last-child .inner-wrap {margin-right: 0;}*/
/* .item-row .item-box:nth-child(3n + 3) .inner-wrap {
    margin-right: 0;
} */

/* .item-row.items-center .item-box:first-child .inner-wrap {
    margin: auto;
    margin-right: 45px;
} */

/* .item-row.items-center .item-box:last-child .inner-wrap {
    margin: auto;
    margin-left: 45px;
} */

.item-row .bad-logo {
    border-radius: 10px;
    height: 250px;
    width: 100%;
    padding: 18px;
    /* padding-bottom: 45px; */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
    background: #fff;
}

@media (max-width: 991px) {
    .item-row .bad-logo {
        height: 200px;
        margin-inline: auto;
    }
}

.item-row .bad-logo img {
    max-width: 100%;
}

.brand-bad-logos .inner:not(:last-child) {
    border-bottom: solid 1px #eeeeee;
}

.item-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0px 35px 0px;
}

.item-row .bad-logo {
    text-align: center;
}

.item-row .bad-logo-desc {
    text-align: center;
    font-weight: 300;
    color: #6f7073;
    font-size: 21px;
    line-height: 1.2;
    margin-top: 22px;
}

.item-row .bad-logo-desc b {
    font-weight: 700;
    display: block;
    font-size: 24px;
}
@media (max-width: 991px) {
    .item-row .bad-logo-desc {
        font-size: 18px;
    }
    .item-row .bad-logo-desc b {
        font-size: 21px;
    }
}

/* .do-dont {
    margin-top: 40px;
} */

.do-dont .badge {
    width: 190px;
    text-align: center;
    margin-bottom: 48px;
    font-size: 32px;
}

.do-dont .do {
    background: #8eaf3e;
    color: #fff;
}

.do-dont .dont {
    background: #f06779;
    color: #fff;
}

.do-dont h5 {
    color: #09324E;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 50px;
    text-decoration: underline;
    margin-top: 50px;
}
.do-dont p {
    font-size: 20px;
}
.brand .fonts {
    padding-bottom: 50px;
}
.brand .fonts ul {
    display: flex;
    gap: 100px;
}
.brand .fonts ul li {
    font-size: 32px;
    font-weight: 700;
    color: #09324E;
    display: flex;
    align-items: center;
    gap: 25px;
}
.brand .fonts ul li:last-child span{
    font-family: "GEDinarOne";
}
.brand .fonts ul li a {
    color: #ED2833;
    font-size: 30px;
    font-weight: 300;
}
.brand .our-colors ul {
    display: flex;
    flex-wrap: wrap;
    gap: 100px;
    padding-top: 16px; 
}
.brand .our-colors ul li {
    color: #5C5D60;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 20px;
    font-weight: 700; 
}
.brand .our-colors ul li span {
    width: 60px;
    height: 60px;
    --boxcolor: #09324E;
    background: var(--boxcolor); 
}
@media (max-width: 991px) {
    .do-dont p {
        font-size: 16px;
    }
    .brand .fonts ul {
        gap: 50px;
    }
    .brand .fonts ul li {
        font-size: 25px;
    }
    .brand .fonts ul li a {
        font-size: 22px;
    }
    .brand .our-colors ul {
        gap: 50px;
    }
    .brand .our-colors ul li {
        font-size: 18px;
    }
    .brand .our-colors ul li span{
        width: 45px;
        height: 45px;
    }
}
@media (max-width: 767px) {
    .brand .fonts ul {
        gap: 30px;
    }
    .brand .fonts ul li {
        font-size: 22px;
        gap: 12px;
    }
    .brand .fonts ul li a {
        font-size: 20px;
    }
    .brand .our-colors ul {
        gap: 25px;
    }
}
@media (max-width: 667px) {
    .brand .fonts ul {
        flex-direction: column;
        gap: 15px;
    }
}
@media (max-width: 575px) {
    .do-dont .row>div {
        text-align: center;
    }
    .do-dont .row>div:not(:last-child) {
        margin-bottom: 30px;
    }
}
/* .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
} */