.business {
    width: 100%;
    overflow: hidden;
    font-family: "CenturyGothic";
    font-size: 1em;
    position: relative;
}

.business__link {
    position: absolute;
    top: 1%;
    right: 2%;
    z-index: 200;
    width: 200px;
}

.business__link img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .business__link {
        position: absolute;
        top: 1%;
        right: 2%;
        z-index: 200;
        width: 150px;
    }
    .business__link img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.business .txtLink {
    display: none;
}

.business .kv {
    width: 100%;
    position: relative;
    z-index: 20;
}

.business .kv__figure {
    z-index: 21;
    width: 100%;
}

.business .kv__figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}


/* .business .kv__title {
    position: absolute;
    bottom: 9%;
    text-align: center;
    color: #a9aaab;
    width: 100%;
    z-index: 30;
}

.business .kv__title p {
    font-weight: 900;
    font-size: 2.5vw;
    text-shadow: 0 2px 1px #000000c0;
}

.business .kv__title h1 {
    font-size: 3vw;
    text-shadow: 0 2px 1px #000000c0;
} */


/* @media screen and (max-width: 768px) {
    .business .kv__title {
        bottom: 10%;
    }
    .business .kv__title p {
        font-size: 1.5em;
    }
    .business .kv__title h1 {
        font-size: 2.2em;
    }
}

@media screen and (max-width: 480px) {
    .business .kv__title p {
        font-size: 1em;
    }
    .business .kv__title h1 {
        font-size: 2em;
    }
} */

.business .saveUp {
    background: url(https://storage-asset.msi.com/event/2021/nb/B-P-special/images/save.jpg) no-repeat center center/cover;
    width: 100%;
    position: relative;
    padding: 10% 0;
    margin-top: -7%;
    z-index: 10;
}

.business .saveUp__figure {
    width: 100%;
}

.business .saveUp__figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.business .saveUp__box {
    width: 100%;
    text-align: center;
}

.business .saveUp__box p {
    font-size: 1.5vw;
}

.business .saveUp__box .titleLine {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.business .saveUp__box .titleLine__line {
    width: 8vw;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, color-stop(5%, #cf9d561f), color-stop(50%, #cf9d56), color-stop(95%, #cf9d561f));
    background: linear-gradient(to right, #cf9d561f 5%, #cf9d56 50%, #cf9d561f 95%);
    margin: 0 2%;
}

.business .saveUp__box .titleLine h2 {
    font-size: 3vw;
    color: #cf9d56;
    font-weight: 200;
    position: relative;
}

.business .saveUp__font {
    font-size: 3.5vw;
}

@media screen and (max-width: 768px) {
    .business .saveUp {
        width: 100%;
        position: relative;
        padding: 10% 0;
        margin-top: -7%;
        z-index: 10;
    }
    .business .saveUp__figure {
        width: 100%;
    }
    .business .saveUp__figure img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .business .saveUp__box {
        width: 100%;
        text-align: center;
    }
    .business .saveUp__box p {
        font-size: 1em;
    }
    .business .saveUp__box .titleLine {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .business .saveUp__box .titleLine__line {
        width: 8vw;
        height: 2px;
        background: -webkit-gradient(linear, left top, right top, color-stop(5%, #cf9d561f), color-stop(50%, #cf9d56), color-stop(95%, #cf9d561f));
        background: linear-gradient(to right, #cf9d561f 5%, #cf9d56 50%, #cf9d561f 95%);
        margin: 0 2%;
    }
    .business .saveUp__box .titleLine h2 {
        font-size: 2em;
        color: #cf9d56;
        font-weight: 200;
        position: relative;
    }
    .business .saveUp__font {
        font-size: 1.2em;
    }
}

@media screen and (max-width: 450px) {
    .business .saveUp__box p {
        font-size: 1em;
    }
    .business .saveUp__box .titleLine {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .business .saveUp__box .titleLine__line {
        width: 8vw;
        height: 2px;
        background: -webkit-gradient(linear, left top, right top, color-stop(5%, #cf9d561f), color-stop(50%, #cf9d56), color-stop(95%, #cf9d561f));
        background: linear-gradient(to right, #cf9d561f 5%, #cf9d56 50%, #cf9d561f 95%);
        margin: 0 2%;
    }
    .business .saveUp__box .titleLine h2 {
        font-size: 1.5em;
        color: #cf9d56;
        font-weight: 200;
        position: relative;
    }
    .business .saveUp__font {
        font-size: 1.2em;
    }
}

.business .latops {
    margin-top: -8%;
    width: 100%;
    position: relative;
    z-index: 20;
}

.business .latops__flex {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.business .latops__flex .daily {
    display: block;
    cursor: pointer;
    position: relative;
    width: 100%;
}

.business .latops__flex .daily .item {
    width: 100%;
    position: absolute;
    padding: 0 5%;
    color: #515151;
    top: 5%;
    z-index: 25;
}

.business .latops__flex .daily .item__transform {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.business .latops__flex .daily .item__figure {
    width: 80%;
    margin: 0 auto;
}

.business .latops__flex .daily .item__figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.business .latops__flex .daily .item__line {
    width: 1px;
    height: 6vw;
    background: #ffffff;
    margin: 0 auto;
}

.business .latops__flex .daily .item__line2 {
    width: 1px;
    height: 6vw;
    background: #ffffff;
    margin: 0 auto;
}

.business .latops__flex .daily .item__line3 {
    width: 1px;
    height: 6vw;
    background: #8f8f8f;
    margin: 0 auto;
}

.business .latops__flex .daily .item .whiteColor {
    color: #ffffff;
}

.business .latops__flex .daily .item .goldColor {
    color: #d6a455;
}

.business .latops__flex .daily .item .grayColor {
    color: #515151;
}

.business .latops__flex .daily .item h2 {
    font-size: 2.2vw;
    font-weight: 200;
    margin: 2vw 0 10px;
    text-align: center;
}

.business .latops__flex .daily .item p {
    padding: 0 5%;
    font-size: 1vw;
    text-align: center;
}

.business .latops__flex .daily__figure {
    position: relative;
    width: 100%;
    z-index: 22;
    opacity: 1;
}

.business .latops__flex .daily__figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.business .latops__flex .daily .selectTab {
    opacity: 0;
    position: absolute;
    z-index: 23;
    top: 0;
    left: 0;
}

.business .latops__flex .daily .selectTab--active {
    opacity: 1;
}

.business .latops__flex .daily .firstTab {
    opacity: 0;
}

.business .latops__flex .daily:hover .item__transform {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}

@media screen and (max-width: 768px) {
    .business .latops {
        margin-top: -8%;
        width: 100%;
        position: relative;
        z-index: 20;
    }
    .business .latops__flex {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .business .latops__flex .daily {
        cursor: pointer;
        position: relative;
    }
    .business .latops__flex .daily .item p {
        display: none;
        padding: 0 5%;
        font-size: 1em;
        text-align: center;
    }
    .business .latops__flex .daily .item h2 {
        font-size: 1.2em;
        font-weight: 200;
        margin: 2vw 0 10px;
        text-align: center;
    }
    .business .latops__flex .daily .item p {
        padding: 0 5%;
        font-size: 1em;
        text-align: center;
    }
    .business .latops__flex .daily__figure {
        position: relative;
        width: 100%;
        z-index: 22;
        opacity: 1;
    }
    .business .latops__flex .daily__figure img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .business .latops__flex .daily .selectTab {
        opacity: 0;
        position: absolute;
        z-index: 23;
        top: 0;
        left: 0;
    }
    .business .latops__flex .daily .selectTab--active {
        opacity: 1;
    }
    .business .latops__flex .daily .firstTab {
        opacity: 0;
    }
    .business .latops__flex .daily:hover .item__transform {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}

.business .product {
    width: 100%;
    position: relative;
    margin-top: -10%;
}

.business .product__arrow {
    cursor: pointer;
    position: absolute;
    z-index: 100;
    font-size: 2vw;
    color: #2c2c2c;
}

.business .product__left {
    top: 50%;
    left: 2%;
}

.business .product__right {
    top: 50%;
    right: 2%;
}

.business .product__dark {
    color: #d6a455;
}

.business .product__gray {
    color: #ffffff;
}

.business .product .forDaily {
    background: url("https://storage-asset.msi.com/event/2021/nb/B-P-special/images/design-bg.jpg") no-repeat center center/cover;
    padding: 10% 5% 5%;
}

.business .product .forDaily__txt {
    padding-top: 20px;
    text-align: center;
    font-size: 0.9em;
    margin: 0 auto;
    width: 80%;
    color: #515151;
}

.business .product .forDaily__link {
    color: #ce8b1f;
}

.business .product .forDaily__flex {
    width: 100%;
}

.business .product .forDaily__flex .productItem {
    margin: 5% 0;
}

.business .product .forDaily__flex .productItem__figure {
    margin: 0 auto;
    width: 60%;
}

.business .product .forDaily__flex .productItem__figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.business .product .forDaily__flex .contentBox {
    padding: 0 15%;
}

.business .product .forDaily__flex .contentBox h2 {
    margin: 5px 0 20px;
    font-weight: 900;
    font-size: 2.2vw;
}

.business .product .forDaily__flex .contentBox h3 {
    font-weight: 900;
}

.business .product .forDaily__flex .contentBox__color {
    color: #ffffff;
}

.business .product .forDaily__flex .contentBox__priceColor {
    color: #ffffff;
}

.business .product .forDaily__flex .contentBox ul {
    padding-left: 20px;
}

.business .product .forDaily__flex .contentBox ul li {
    list-style-type: disc;
    margin: 10px 0;
    font-size: 0.9em;
    color: #ffffff;
}

.business .product .forDaily__flex .contentBox .price__delete {
    text-align: right;
    text-decoration: line-through;
}

.business .product .forDaily__flex .contentBox .price__correct {
    text-align: right;
    font-weight: 900;
    font-size: 1.5vw;
}

.business .product .forDaily__flex .contentBox .buyNowTitle {
    margin-top: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.business .product .forDaily__flex .contentBox .buyNowTitle__line {
    width: calc(100%/3);
    height: 1px;
    background: #ffffff;
}

.business .product .forDaily__flex .contentBox .buyNowTitle p {
    width: calc(100%/3);
    text-align: center;
    font-size: 1.2vw;
    font-weight: 900;
    color: #ffffff;
}

.business .product .forDaily__flex .contentBox .buyNowLink {
    width: 100%;
    height: auto;
    max-height: 170px;
    margin-top: 20px;
    margin: 20px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow-y: scroll;
}

.business .product .forDaily__flex .contentBox .buyNowLink::-webkit-scrollbar {
    width: 8px;
    background-color: #f5f5f513;
}

.business .product .forDaily__flex .contentBox .buyNowLink::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px transparent;
    background-color: #6b6b6b54;
}

.business .product .forDaily__flex .contentBox .buyNowLink::-webkit-scrollbar-thumb {
    background-color: #ffffff;
}

.business .product .forDaily__flex .contentBox .buyNowLink a {
    background: #fff;
    margin: 1%;
    display: block;
    height: 5vw;
    padding: 5%;
    width: 100%;
    max-width: 45%;
}

.business .product .forDaily__flex .contentBox .buyNowLink a img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.business .product .dark .forDaily {
    background: url("https://storage-asset.msi.com/event/2021/nb/MX-BUEN-FIN/images/gaming_bg.jpg") no-repeat center center/cover;
}

.business .product .dark .forDaily__txt {
    color: #fff;
}

.business .product .dark .forDaily__flex .contentBox__color {
    color: #ffffff;
}

.business .product .dark .forDaily__flex .contentBox__priceColor {
    color: #ffffff;
}

.business .product .dark .forDaily__flex .contentBox ul li {
    color: #ffffff;
}

.business .product .dark .forDaily__flex .contentBox .buyNowTitle__line {
    background: #ffffff;
}

.business .product .dark .forDaily__flex .contentBox .buyNowTitle p {
    color: #ffffff;
}

.business .product .dark .forDaily__flex .contentBox .buyNowLink::-webkit-scrollbar {
    background-color: #f5f5f513;
}

.business .product .dark .forDaily__flex .contentBox .buyNowLink::-webkit-scrollbar-track {
    background-color: #c4c4c438;
}

.business .product .dark .forDaily__flex .contentBox .buyNowLink::-webkit-scrollbar-thumb {
    background-color: #ffffff;
}

.business .product .gray .forDaily {
    background: url("https://storage-asset.msi.com/event/2021/nb/B-P-special/images/daily-bg.jpg") no-repeat center center/cover;
}

.business .product .gray .forDaily__txt {
    color: #fff;
}

.business .product .gray .forDaily__flex .contentBox__color {
    color: #515151;
}

.business .product .gray .forDaily__flex .contentBox__priceColor {
    color: #515151;
}

.business .product .gray .forDaily__flex .contentBox ul li {
    color: #515151;
}

.business .product .gray .forDaily__flex .contentBox .buyNowTitle__line {
    background: #515151;
}

.business .product .gray .forDaily__flex .contentBox .buyNowTitle p {
    color: #515151;
}

.business .product .gray .forDaily__flex .contentBox .buyNowLink::-webkit-scrollbar {
    background-color: #f5f5f513;
}

.business .product .gray .forDaily__flex .contentBox .buyNowLink::-webkit-scrollbar-track {
    background-color: #c4c4c438;
}

.business .product .gray .forDaily__flex .contentBox .buyNowLink::-webkit-scrollbar-thumb {
    background-color: #ffffff;
}

@media screen and (max-width: 768px) {
    .business .product {
        width: 100%;
        position: relative;
        margin-top: -10%;
    }
    .business .product__arrow {
        cursor: pointer;
        position: absolute;
        z-index: 100;
        font-size: 1.8em;
    }
    .business .product .forDaily {
        background: url("https://storage-asset.msi.com/event/2021/nb/B-P-special/images/daily-bg.jpg") no-repeat center center/cover;
        padding: 10% 8% 5%;
    }
    .business .product .forDaily__txt {
        padding-top: 20px;
        text-align: center;
        margin: 0 auto;
        width: 100%;
    }
    .business .product .forDaily__flex {
        width: 100%;
    }
    .business .product .forDaily__flex .productItem {
        margin: 5% 0;
    }
    .business .product .forDaily__flex .productItem__figure {
        margin: 0 auto;
        width: 80%;
    }
    .business .product .forDaily__flex .productItem__figure img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .business .product .forDaily__flex .contentBox {
        padding: 0 10%;
    }
    .business .product .forDaily__flex .contentBox h2 {
        padding: 0 2%;
        margin: 5px 0 20px;
        font-weight: 900;
        font-size: 2em;
        text-align: center;
    }
    .business .product .forDaily__flex .contentBox h3 {
        padding: 0 2%;
        font-weight: 900;
        text-align: center;
    }
    .business .product .forDaily__flex .contentBox__color {
        color: #515151;
    }
    .business .product .forDaily__flex .contentBox__priceColor {
        color: #515151;
    }
    .business .product .forDaily__flex .contentBox ul {
        padding-left: 0;
        text-align: center;
    }
    .business .product .forDaily__flex .contentBox ul li {
        list-style-type: none;
        margin: 10px 0;
    }
    .business .product .forDaily__flex .contentBox .price__delete {
        text-align: center;
        text-decoration: line-through;
    }
    .business .product .forDaily__flex .contentBox .price__correct {
        text-align: center;
        font-weight: 900;
        font-size: 1.5em;
    }
    .business .product .forDaily__flex .contentBox .buyNowTitle {
        margin-top: 10%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .business .product .forDaily__flex .contentBox .buyNowTitle__line {
        width: calc(100%/3);
        height: 1px;
        background: #000;
    }
    .business .product .forDaily__flex .contentBox .buyNowTitle p {
        width: calc(100%/3);
        text-align: center;
        font-size: 1.2em;
        font-weight: 900;
        color: #515151;
    }
    .business .product .forDaily__flex .contentBox .buyNowLink {
        height: auto;
        max-height: 170px;
        margin-top: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        overflow-y: scroll;
    }
    .business .product .forDaily__flex .contentBox .buyNowLink::-webkit-scrollbar {
        width: 8px;
        background-color: #f5f5f513;
    }
    .business .product .forDaily__flex .contentBox .buyNowLink::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px transparent;
        background-color: #6b6b6b54;
    }
    .business .product .forDaily__flex .contentBox .buyNowLink::-webkit-scrollbar-thumb {
        background-color: #ffffff;
    }
    .business .product .forDaily__flex .contentBox .buyNowLink a {
        margin: 1%;
        display: block;
        height: 15vw;
        width: 100%;
        max-width: 45%;
    }
    .business .product .forDaily__flex .contentBox .buyNowLink a img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }
}

@media screen and (max-width: 480px) {
    .business .product {
        width: 100%;
        position: relative;
        margin-top: -10%;
    }
    .business .product .forDaily__flex {
        width: 100%;
    }
    .business .product .forDaily__flex .productItem {
        margin: 5% 0;
    }
    .business .product .forDaily__flex .productItem__figure {
        margin: 0 auto;
        width: 80%;
    }
    .business .product .forDaily__flex .productItem__figure img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .business .product .forDaily__flex .contentBox {
        padding: 0 5%;
    }
    .business .product .forDaily__flex .contentBox h2 {
        padding: 0 2%;
        margin: 5px 0 20px;
        font-weight: 900;
    }
    .business .product .forDaily__flex .contentBox h3 {
        padding: 0 2%;
        font-weight: 900;
    }
    .business .product .forDaily__flex .contentBox__color {
        color: #515151;
    }
    .business .product .forDaily__flex .contentBox__priceColor {
        color: #515151;
    }
    .business .product .forDaily__flex .contentBox .buyNowLink {
        height: auto;
        max-height: 170px;
        margin-top: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        overflow-y: scroll;
    }
    .business .product .forDaily__flex .contentBox .buyNowLink::-webkit-scrollbar {
        width: 8px;
        background-color: #f5f5f513;
    }
    .business .product .forDaily__flex .contentBox .buyNowLink::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px transparent;
        background-color: #6b6b6b54;
    }
    .business .product .forDaily__flex .contentBox .buyNowLink::-webkit-scrollbar-thumb {
        background-color: #ffffff;
    }
}

.business .events {
    width: 100%;
    position: relative;
    z-index: 10;
    background: url(https://storage-asset.msi.com/event/2021/nb/B-P-special/images/save.jpg) no-repeat center center/cover;
    padding: 5%;
}

.business .events__disappear {
    display: none;
}

.business .events__figure {
    width: 100%;
}

.business .events__figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.business .events__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.business .events__line {
    width: 8vw;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, color-stop(5%, #cf9d561f), color-stop(50%, #cf9d56), color-stop(95%, #cf9d561f));
    background: linear-gradient(to right, #cf9d561f 5%, #cf9d56 50%, #cf9d561f 95%);
    margin: 0 2%;
}

.business .events h2 {
    text-align: center;
    font-size: 3vw;
    color: #cf9d56;
    font-weight: 200;
}

.business .events__font {
    font-size: 1.5em;
}

.business .events__flexBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
}

.business .events__flexBox figure {
    display: block;
    padding-top: 5%;
    margin: 0 2%;
    width: 400px;
    max-width: 100%;
}

.business .events__flexBox figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .business .events {
        width: 100%;
        position: relative;
        z-index: 10;
        background: url(https://storage-asset.msi.com/event/2021/nb/B-P-special/images/save.jpg) no-repeat center center/cover;
        padding: 5%;
    }
    .business .events__figure {
        width: 100%;
    }
    .business .events__figure img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .business .events__flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .business .events__line {
        width: 8vw;
        height: 2px;
        background: -webkit-gradient(linear, left top, right top, color-stop(5%, #cf9d561f), color-stop(50%, #cf9d56), color-stop(95%, #cf9d561f));
        background: linear-gradient(to right, #cf9d561f 5%, #cf9d56 50%, #cf9d561f 95%);
        margin: 0 2%;
    }
    .business .events h2 {
        text-align: center;
        font-size: 2em;
        color: #cf9d56;
        font-weight: 200;
    }
    .business .events__font {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 480px) {
    .business .events h2 {
        text-align: center;
        font-size: 1.5em;
        color: #cf9d56;
        font-weight: 200;
    }
    .business .events__font {
        font-size: 1.5em;
    }
}

.business .slick-next:before,
.business .slick-prev:before {
    font-size: 40px !important;
}

.business .slick-next {
    right: -5px !important;
}

@media screen and (max-width: 768px) {
    .business .slick-next:before,
    .business .slick-prev:before {
        font-size: 30px !important;
    }
    .business .slick-prev {
        left: -5px !important;
        z-index: 300 !important;
    }
}

@media screen and (max-width: 480px) {
    .business {
        font-size: 0.8em;
    }
}

@media screen and (max-width: 350px) {
    .business {
        font-size: 0.6em;
    }
}

.showMoblie {
    display: none;
}

@media screen and (max-width: 960px) {
    .showDesktop {
        display: none;
    }
    .showMoblie {
        display: block;
    }
}


/*# sourceMappingURL=main.css.map */