@charset "UTF-8";
@import url("https://use.typekit.net/jrk3exg.css");
/* @-webkit-keyframes shine {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
} */

@keyframes shine {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.3;
    }
}

@-webkit-keyframes AniFloat {
    0% {
        -webkit-transform: translateY(3.5%);
        transform: translateY(3.5%);
    }
    50% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
    100% {
        -webkit-transform: translateY(3.5%);
        transform: translateY(3.5%);
    }
}

@keyframes AniFloat {
    0% {
        transform-origin: top;
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(20deg);
    }
    50% {
        transform: rotate(-20deg);
    }
    100% {
        transform: rotate(0);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(20deg) scaleY(1.2);
        
    }

    50% {
        transform: rotate(0deg) scaleY(1);
    }
    100% {
        transform: rotate(0deg);
    }
}

@keyframes rotate2 {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(20deg) scaleY(1.1);
        
    }

    50% {
        transform: rotate(0deg) scaleY(1);
    }
    100% {
        transform: rotate(0deg);
    }
}

@-webkit-keyframes bouncy {
    0% {
        -webkit-transform: scaleY(1) translateY(0px);
        transform: scaleY(1) translateY(0px);
    }
    25% {
        -webkit-transform: scaleY(0.5) translateY(20px);
        transform: scaleY(0.5) translateY(20px);
    }
    50% {
        -webkit-transform: scaleY(1.2) translateY(-20px);
        transform: scaleY(1.2) translateY(-20px);
    }
    75% {
        -webkit-transform: scaleY(0.8) translateY(10px);
        transform: scaleY(0.8) translateY(10px);
    }
    100% {
        -webkit-transform: scaleY(1) translateY(0px);
        transform: scaleY(1) translateY(0px);
    }
}

@keyframes bouncy {
    0% {
        -webkit-transform: scaleY(1) translateY(0px);
        transform: scaleY(1) translateY(0px);
    }
    25% {
        -webkit-transform: scaleY(0.5) translateY(20px);
        transform: scaleY(0.5) translateY(20px);
    }
    50% {
        -webkit-transform: scaleY(1.2) translateY(-20px);
        transform: scaleY(1.2) translateY(-20px);
    }
    75% {
        -webkit-transform: scaleY(0.8) translateY(10px);
        transform: scaleY(0.8) translateY(10px);
    }
    100% {
        -webkit-transform: scaleY(1) translateY(0px);
        transform: scaleY(1) translateY(0px);
    }
}

.subTitleMove{
    position: relative;
    z-index: 5;
    margin-top: -5.2%;
}

.iconMove__left{
    top: 10%;
    left: 1%;
    z-index: 5;
}

.iconMove__right{
    top: 60%;
    right: 1%;
    z-index: 5;
}

.iconMove{
    width: 120px;
    position: absolute;
    display: none;
}
.iconMove img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#DeChristmas .mainare {
    position: relative;
    z-index: 2;
    /* margin-top: -10%; */
}

.move__star{
    animation: shine 2s  infinite;
}

#DeChristmas img {
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

#DeChristmas figure {
    line-height: 0;
}

#DeChristmas {
    overflow: hidden;
    background: #017c63;
    /* background: -webkit-linear-gradient(top, #ffffff 0%, #dbdbdb 30%, #dbdbdb 70%, #ffffff 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #dbdbdb 30%, #dbdbdb 70%, #ffffff 100%); */
    position: relative;
}

#DeChristmas .kv {
    width: 100%;
    /* box-shadow: 0 2px 30px rgba(0, 0, 0, 0.5); */
    /* background-color: #1f1f1f; */
    overflow: hidden;
}

#DeChristmas .kv .kv__bg img {
    width: auto;
    display: block;
    max-width: 100%;
    overflow: hidden;
}

@media (min-width: 996px) {
    #DeChristmas .kv img {
        width: auto;
        display: block;
        max-width: 100%;
    }
}

#DeChristmas h1 {
    padding: 0;
    margin: 0;
    line-height: 0;
    text-indent: -9999px;
}

#DeChristmas .kv {
    position: relative;
    overflow: hidden;
    z-index: 1;
    /* background: #fff; */
}

#DeChristmas .kv__text {
    width: 60%;
    margin: 10% auto 0;
    text-align: center;
}

#DeChristmas .kv__textbox {
    position: relative;
}

#DeChristmas .kv__textbox-a01 {
    animation: kv-a01 0.5s ease-in-out 1;
}

#DeChristmas .kv__textbox-a02 {
    margin-left: 0;
    width: 100%;
    animation: kv-a02 0.5s ease-in-out 1 0.05s;
}

#DeChristmas .kv__textbox-a03 {
    width: 7.5vw;
    margin-top: -43%;
    margin-left: 96%;
    animation: kv-a03 0.8s ease-in-out 1;
}

#DeChristmas .kv__textbox-a04 {
    width: 10.5vw;
    margin-top: 11%;
    margin-left: -16%;
    animation: kv-a04 0.8s ease-in-out 1;
}

#DeChristmas .kv__textbox-a05 {
    width: 12vw;
    margin-top: 12%;
    margin-left: 39%;
    animation: kv-a05 0.8s ease-in-out 1;
}

#DeChristmas .kv__linkbox {
    width: 30vw;
    margin: 5% auto 0;
}

#DeChristmas .tab {
    /* font-family: arboria, sans-serif; */
    position: relative;
}

#DeChristmas .tab .msi__container {
    padding: 0 0px;
}

#DeChristmas .tab__lucky {
    display: none;
}

#DeChristmas .tab__gift {
    display: none;
}

#DeChristmas    .subBox  {
    width: 100%;
    background: #fff;
    position: relative;
    margin: 0 auto;
    padding-top: 3%;
    /* padding-bottom: 2%; */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    margin-top: -2px;
   
}

.kv__bg-position{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* opacity: 0; */
    /* animation: shine  1s forwards; */
}

.treeAnimation{
    z-index: 5;
}

.subBox__iconOne{
    width: 100px;
    margin: 0 20px;
    position: relative;
    display: none;
}

.iconTwo{
    margin-top: 5%;
    animation: rotate   2s 0.5s  ease-in-out  infinite;
}

.iconOne{
    margin-top: -10%;
    animation: rotate 2s  ease-in-out  infinite;
}

.wBg{
    width: 100%;
    line-height: 0;
    font-size: 0;
    vertical-align: bottom;
    position: relative;
    z-index: 1;
    /* margin-bottom: 5%; */
}
.wBg__mb{
    margin-top: -1px;
    margin-bottom: 5%; 
}

.wBg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#DeChristmas .tab__title {
    color: #ffffff;
    z-index: 20;
    max-width: 900px;
    /* font-size: 16px; */
    /* font-size: var(--mainTxt); */
    /* background-color: #ffffff; */
    font-weight: 400;
    color: #cfae6d;
    padding: 0 15px;
    width: 100%;
    margin: auto;
    text-align: center;
    position: relative;
    /* margin-top: 5%; */
}

#DeChristmas .tab__subtitle {
    color: #fff;
    max-width: 900px;
    color: #cfae6d;
    /* background: #000; */
    font-weight: 400;
    text-align: center;
    /* text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), 0 1px 3px rgba(0, 0, 0, 0.5); */
    width: 100%;
    margin: 0 auto ;
    /* font-size: var(--mainTxt); */
    position: relative;
    padding: 15px;
}

#DeChristmas .tab__subtitle::after {
    content: "";
    display: none;
}

#DeChristmas .tab__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
    padding: 30px 0px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

#DeChristmas .tab__flex--active {
    display: none;
}

#DeChristmas .tab__flex--active .tab__flexBox {
    margin: 0;
    width: calc( 100% / 3);
}

#DeChristmas .tab__flex--active .tab__flexBoxInside-pic {
    display: none;
}

#DeChristmas .tab__flex--active .tab__flexBox-icon {
    display: none;
}

#DeChristmas .tab__flexMobile {
    display: none;
    position: fixed;
    top: 0;
    z-index: 100;
    padding: 0;
    background-color: transparent;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

#DeChristmas .tab__flexMobile--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#DeChristmas .tab__flexMobileBox {
    margin: 0;
    width: calc( 100% / 3);
    background-color: #272727;
    border-left: 2px solid #ffffff;
}

#DeChristmas .tab__flexMobileBox:nth-child(1) {
    border-left: none;
}

#DeChristmas .tab__flexMobileBox--color {
    background-color: #7f7979;
}

#DeChristmas .tab__flexBox {
    position: relative;
    margin: 0 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 17%;
}

#DeChristmas .tab__flexBox-icon {
    position: absolute;
    top: unset;
    bottom: -20px;
    left: 50%;
    right: unset;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 10;
    width: 55px;
    opacity: 0;
    -webkit-transition: 0.1s all ease-in;
    transition: 0.1s all ease-in;
}

#DeChristmas .tab__flexBox-icon2 {
    position: absolute;
    top: unset;
    bottom: -98px;
    left: 50%;
    right: unset;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 10;
    width: 100px;
    opacity: 0;
    -webkit-transition: 0.1s all ease-in;
    transition: 0.1s all ease-in;
}

#DeChristmas .tab .select .tab__flexBox-icon2 {
    opacity: 0;
}

#DeChristmas .tab .select .tab__flexBox-icon {
    opacity: 1;
}

#DeChristmas .tab .select .tab__flexBox {
    -webkit-filter: drop-shadow(0 0 10px #5a5a5a);
    filter: drop-shadow(0 0 10px #5a5a5a);
}

#DeChristmas .tab__flexBoxInside {
    background-color: #fff;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: 0.1s all ease-in;
    transition: 0.1s all ease-in;
    z-index: 50;
}

#DeChristmas .tab__flexBoxInside-pic {
    -webkit-transition: 0.1s all ease-in;
    transition: 0.1s all ease-in;
}

#DeChristmas .tab__flexBoxInside:hover .tab__flexBoxInside-pic {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: 0.1s cubic-bezier(0, 0.71, 1, 0.93);
    transition: 0.1s cubic-bezier(0, 0.71, 1, 0.93);
}

#DeChristmas .tab__flexBoxInside:hover .tab__label {
    background-color: transparent;
}

#DeChristmas .tab__flexBoxInside--active {
    border-radius: 0;
    background-color: #272727;
    color: #fff;
}

#DeChristmas .tab__flexBoxInside-mobile {
    border-radius: 0;
    color: #fff;
}

#DeChristmas .tab__label {
    padding: 5px 5px;
    width: 100%;
    position: relative;
    bottom: 0;
    min-height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.1s all ease-in;
    transition: 0.1s all ease-in;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#DeChristmas .tab__label p {
    font-size: 11px;
    font-weight: bold;
    padding-bottom: 5px;
    display: block;
    text-align: center;
}

#DeChristmas .tab__label p span {
    font-size: 14px;
    display: none;
}

@media (min-width: 415px) {
    #DeChristmas .tab__label p {
        font-size: 14px;
    }
    #DeChristmas .tab__title {
        padding: 15px 85px;
    }
    #DeChristmas .tab__subtitle {
        padding: 15px 85px;
    }

}

@media (min-width: 650px) {
    #DeChristmas .tab__subtitle {
        padding: 15px 43px;
    }
    #DeChristmas .tab__title {
        padding: 15px 43px;
    }
}

@media (min-width: 996px) {
    .subBox__iconOne{
        display: block;
    }
    
    #DeChristmas .tab__subtitle::after {
        /* width: 160px;
        right: -12%;
        bottom: -20%; */
    }
    #DeChristmas .kv .kv__bg img {
        width: 100%;
    }
    #DeChristmas .kv__textbox {
        position: relative;
    }
    #DeChristmas .kv__textbox-a01 {
        animation: kv-a01 0.5s ease-in-out 1;
    }
    #DeChristmas .kv__textbox-a02 {
        margin-left: 24%;
        width: 26vw;
        animation: kv-a02 0.5s ease-in-out 1 0.05s;
    }
    #DeChristmas .kv__textbox-a03 {
        width: 3.5vw;
        margin-top: -56%;
        margin-left: 96%;
        animation: kv-a03 0.8s ease-in-out 1;
    }
    #DeChristmas .kv__textbox-a04 {
        width: 4.5vw;
        margin-top: 17%;
        margin-left: 2%;
        animation: kv-a04 0.8s ease-in-out 1;
    }
    #DeChristmas .kv__textbox-a05 {
        width: 6vw;
        margin-top: 12%;
        margin-left: 61%;
        animation: kv-a05 0.8s ease-in-out 1;
    }
    #DeChristmas .kv__linkbox {
        width: 40%;
        margin: 5% auto 0;
    }
    #DeChristmas .kv__text {
        position: absolute;
        top: 55%;
        left: 27%;
        transform: translate(-50%, -50%);
        width: 24%;
        margin: 0;
    }
    #DeChristmas .tab {
        /* font-family: arboria, sans-serif; */
        /* background-color: #eeedec; */
        position: relative;
    }
    #DeChristmas .tab .msi__container {
        padding: 0 0px;
    }
    #DeChristmas .tab__lucky {
        display: block;
        position: absolute;
        top: -15%;
        right: 0;
        z-index: 60;
    }
    #DeChristmas .tab__lucky img {
        width: 170px;
    }
    #DeChristmas .tab__gift {
        display: block;
        position: absolute;
        top: 5%;
        left: 0;
        z-index: 60;
    }
    #DeChristmas .tab__gift img {
        width: 150px;
    }
    #DeChristmas .tab__title {
        font-size: 18px;
        padding: 15px 25px;
    }
    #DeChristmas .tab__subtitle {
        font-size: 18px;
        padding: 15px;
    }
    #DeChristmas .tab__flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #DeChristmas .tab__flexBox {
        position: relative;
        margin: 0 10px;
    }
    #DeChristmas .tab__flexBox-icon {
        position: absolute;
        top: unset;
        bottom: -39px;
        left: 50%;
        right: unset;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        z-index: 10;
        width: 100px;
        opacity: 0;
        -webkit-transition: 0.1s all ease-in;
        transition: 0.1s all ease-in;
    }
    #DeChristmas .tab__flexBox:hover .tab__flexBox-icon {
        opacity: 1;
    }
    #DeChristmas .tab__flexBox:hover .tab__flexBox-icon {
        opacity: 0.5;
    }
    #DeChristmas .tab__flexBox-icon2 {
        position: absolute;
        top: unset;
        bottom: -98px;
        left: 50%;
        right: unset;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        z-index: 10;
        width: 100px;
        opacity: 0;
        -webkit-transition: 0.1s all ease-in;
        transition: 0.1s all ease-in;
    }
    #DeChristmas .tab__flexBox:hover .tab__flexBox-icon2 {
        opacity: 1;
    }
    #DeChristmas .tab .select .tab__flexBox-icon2 {
        opacity: 1;
    }
    #DeChristmas .tab .select .tab__flexBox-icon {
        opacity: 1;
    }
    #DeChristmas .tab .select .tab__flexBox {
        -webkit-filter: drop-shadow(0 0 10px #5a5a5a);
        filter: drop-shadow(0 0 10px #5a5a5a);
    }
    #DeChristmas .tab__flexBoxInside {
        background-color: #fff;
        position: relative;
        border-radius: 10px;
        overflow: hidden;
        -webkit-transition: 0.1s all ease-in;
        transition: 0.1s all ease-in;
        z-index: 50;
        min-height: 450px;
    }
    #DeChristmas .tab__flexBoxInside-pic {
        -webkit-transition: 0.1s all ease-in;
        transition: 0.1s all ease-in;
    }
    #DeChristmas .tab__flexBoxInside:hover .tab__flexBoxInside-pic {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0.3;
        -webkit-transition: 0.1s cubic-bezier(0, 0.71, 1, 0.93);
        transition: 0.1s cubic-bezier(0, 0.71, 1, 0.93);
    }
    #DeChristmas .tab__flexBoxInside:hover .tab__label {
        background-color: transparent;
    }
    #DeChristmas .tab__label {
        background-color: #fff;
        padding: 10px 20px 15px;
        width: 100%;
        position: absolute;
        bottom: 0;
        min-height: 130px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: 0.1s all ease-in;
        transition: 0.1s all ease-in;
    }
    #DeChristmas .tab__label p {
        font-size: 24px;
        font-weight: bolder;
        padding-bottom: 8px;
        display: block;
    }
    #DeChristmas .tab__label p span {
        font-size: 14px;
        display: block;
    }
}

@media (min-width: 1300px) {
    #DeChristmas .tab__lucky {
        top: -35%;
    }
    #DeChristmas .tab__lucky img {
        width: 240px;
    }
    #DeChristmas .tab__gift {
        top: -10%;
    }
    #DeChristmas .tab__gift img {
        width: 150px;
    }
}

@media (min-width: 1600px) {
    #DeChristmas .tab__lucky {
        top: -44%;
    }
    #DeChristmas .tab__lucky img {
        width: 260px;
    }
    #DeChristmas .tab__gift {
        top: -20%;
    }
    #DeChristmas .tab__gift img {
        width: 200px;
    }
}

#DeChristmas .sec3__title {
    display: none;
    color: #ffffff;
    font-weight: 700;
    max-width: 1000px;
    margin: auto;
    padding-bottom: 30px;
}

#DeChristmas .sec3__title--active {
    display: block;
    text-align: center;
}

#DeChristmas .sec3__intro {
    display: none;
}

#DeChristmas .sec3__intro--active {
    display: block;
    text-align: center;
}

#DeChristmas .hatch {
    padding-bottom: 40px;
}

#DeChristmas .hatch__container {
    max-width: 1600px;
    width: 95%;
    margin: 0 auto;
    padding: 0 25px;
}

#DeChristmas .hatch__slider {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#DeChristmas .hatch__box {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    margin: 20px 0;
    padding: 10px;
}

#DeChristmas .hatch__flexBoxPic {
    width: 90%;
    padding: 10px;
    margin: 0 auto;
}

#DeChristmas .hatch__flexBoxPic-product {
    text-align: center;
}

#DeChristmas .hatch__flexBoxPic-toplogo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 10px;
    height: 50px;
}

#DeChristmas .hatch__flexBoxPic-toplogo img {
    height: 50px;
    margin: 0 5px;
}

#DeChristmas .hatch__flexBoxPic-bottomlogo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 10px;
}

#DeChristmas .hatch__flexBoxPic-bottomlogo img {
    height: 60px;
}

#DeChristmas .hatch__flexBoxTxt {
    width: 100%;
}

#DeChristmas .hatch__flexBoxTxt-title {
    font-weight: bolder;
    font-size: 23px;
}

#DeChristmas .hatch__flexBoxTxt ul,
#DeChristmas .hatch__flexBoxTxt li {
    font-size: 14px;
    list-style: disc;
    margin: 3px 0 3px 10px;
}

#DeChristmas .hatch__flexBoxTxt-note {
    border: 1px solid #4f4f4f;
    padding: 3px 5px;
    margin: 5px 0 0;
    display: none;
}

#DeChristmas .hatch__flexBoxTxt-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin: 20px 0;
}

#DeChristmas .hatch__flexBoxTxt-price del {
    display: block;
    font-size: 15px;
    margin-right: 10px;
}

#DeChristmas .hatch__flexBoxTxt-price span {
    font-weight: bolder;
    font-size: 25px;
    line-height: 1;
}

#DeChristmas .hatch__buyNowBtn {
    text-align: center;
    cursor: pointer;
    margin-top: 5%;
}

#DeChristmas .hatch__buyNowBtn-buynow {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bolder;
    padding: 10px 10px;
    border-radius: 8px;
    cursor: pointer;
    background: #afb5b8;
    margin: 0 7px;
    color: #fff;
}

#DeChristmas .hatch__buyNowBtn-buynow img {
    width: 25px;
    margin-left: 10px;
}

#DeChristmas .hatch__buyNowBtn-buynow:before,
#DeChristmas .hatch__buyNowBtn-buynow:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#DeChristmas .hatch__buyNowBtn-buynow:before {
    height: 0%;
    width: 2px;
}

#DeChristmas .hatch__buyNowBtn-buynow:after {
    width: 0%;
    height: 2px;
}

#DeChristmas .hatch__buyNowBtn-buynow:hover {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#DeChristmas .hatch__buyNowBtn-buynow:hover:before {
    height: 100%;
}

#DeChristmas .hatch__buyNowBtn-buynow:hover:after {
    width: 100%;
}

#DeChristmas .hatch__buyNowBtn-buynow span:before {
    width: 2px;
    height: 0%;
}

#DeChristmas .hatch__buyNowBtn-buynow span:after {
    width: 0%;
    height: 2px;
}

#DeChristmas .hatch__buyNowBtn-buynow:hover span:before {
    height: 100%;
}

#DeChristmas .hatch__buyNowBtn-buynow:hover span:after {
    width: 100%;
}

#DeChristmas .hatch__buyNowBtn-buynow span:before,
#DeChristmas .hatch__buyNowBtn-buynow span:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#DeChristmas .hatch__buyNowBtn-buynow--gamingDTPC {
    background: #9ee8f1;
}

#DeChristmas .hatch__buyNowBtn-buynow--gamingDTPC:before,
#DeChristmas .hatch__buyNowBtn-buynow--gamingDTPC:after {
    background: #9ee8f1;
}

#DeChristmas .hatch__buyNowBtn-buynow--gamingDTPC:hover span {
    color: #9ee8f1;
}

#DeChristmas .hatch__buyNowBtn-buynow--gamingDTPC span:before,
#DeChristmas .hatch__buyNowBtn-buynow--gamingDTPC span:after {
    background: #9ee8f1;
}

#DeChristmas .hatch__buyNowBtn-buynow--gamingMonitor {
    background: #b78ecc;
}

#DeChristmas .hatch__buyNowBtn-buynow--gamingMonitor:before,
#DeChristmas .hatch__buyNowBtn-buynow--gamingMonitor:after {
    background: #b78ecc;
}

#DeChristmas .hatch__buyNowBtn-buynow--gamingMonitor:hover span {
    color: #b78ecc;
}

#DeChristmas .hatch__buyNowBtn-buynow--gamingMonitor span:before,
#DeChristmas .hatch__buyNowBtn-buynow--gamingMonitor span:after {
    background: #b78ecc;
}

#DeChristmas .hatch__buyNowBtn-buynow--businessMonitor {
    background: #a5a5a5;
}

#DeChristmas .hatch__buyNowBtn-buynow--businessMonitor:before,
#DeChristmas .hatch__buyNowBtn-buynow--businessMonitor:after {
    background: #a5a5a5;
}

#DeChristmas .hatch__buyNowBtn-buynow--businessMonitor:hover span {
    color: #a5a5a5;
}

#DeChristmas .hatch__buyNowBtn-buynow--businessMonitor span:before,
#DeChristmas .hatch__buyNowBtn-buynow--businessMonitor span:after {
    background: #a5a5a5;
}

#DeChristmas .hatch__buyNowBtn-buynow--businessDesktop {
    background: #bed7d1;
}

#DeChristmas .hatch__buyNowBtn-buynow--businessDesktop:before,
#DeChristmas .hatch__buyNowBtn-buynow--businessDesktop:after {
    background: #bed7d1;
}

#DeChristmas .hatch__buyNowBtn-buynow--businessDesktop:hover span {
    color: #bed7d1;
}

#DeChristmas .hatch__buyNowBtn-buynow--businessDesktop span:before,
#DeChristmas .hatch__buyNowBtn-buynow--businessDesktop span:after {
    background: #bed7d1;
}

#DeChristmas .hatch__buyNowBtn-buynow--allinOnePcs {
    background: #bf9e71;
}

#DeChristmas .hatch__buyNowBtn-buynow--allinOnePcs:before,
#DeChristmas .hatch__buyNowBtn-buynow--allinOnePcs:after {
    background: #bf9e71;
}

#DeChristmas .hatch__buyNowBtn-buynow--allinOnePcs:hover span {
    color: #bf9e71;
}

#DeChristmas .hatch__buyNowBtn-buynow--allinOnePcs span:before,
#DeChristmas .hatch__buyNowBtn-buynow--allinOnePcs span:after {
    background: #bf9e71;
}

#DeChristmas .hatch__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 280px;
    overflow-y: auto;
    margin-bottom: 10px;
}

#DeChristmas .hatch__icon-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 70px;
    width: calc( (100%/2) - 20px);
    margin: 10px;
    background: #ffffff8a;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid transparent;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

#DeChristmas .hatch__tc {
    text-align: center;
}

#DeChristmas .hatch__tc span {
    text-decoration: underline;
    cursor: pointer;
}
@media (min-width: 640px) {
    .subTitleMove{
        position: relative;
        z-index: 5;
        margin-top: -3.2%;
    }
}

@media (min-width: 996px) {

    .iconMove{
        display: block;
    }
    #DeChristmas .hatch {
        padding-bottom: 40px;
    }
    #DeChristmas .hatch__slider {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #DeChristmas .hatch__box {
        position: relative;
        width: calc( (100% / 2) - 20px);
        margin: 20px 0;
        padding: 10px;
    }
    #DeChristmas .hatch__box--gamingDTPC {
        background-image: url("https://storage-asset.msi.com/event/2023/CND/DE-Black-Friday-Price-Deals/images/gamingDTPC-bg.jpg");
        background-position: center 0;
        background-repeat: no-repeat;
        background-color: #fff;
        background-size: cover;
    }
    #DeChristmas .hatch__box--gamingMonitor {
        background-image: url("https://storage-asset.msi.com/event/2023/CND/DE-Black-Friday-Price-Deals/images/gamingMonitor-bg.png");
        background-position: center 0;
        background-repeat: no-repeat;
        background-color: #fff;
        background-size: cover;
    }
    #DeChristmas .hatch__box--businessMonitor {
        background-image: url("https://storage-asset.msi.com/event/2023/UK/2023-easter-offer-laptop/images/gaming-bg.jpg");
        background-position: center 0;
        background-repeat: no-repeat;
        background-color: #fff;
        background-size: cover;
    }
    #DeChristmas .hatch__box--businessDesktop {
        background-image: url("https://storage-asset.msi.com/event/2023/UK/2023-easter-offer-laptop/images/cc-bg.jpg");
        background-position: center 0;
        background-repeat: no-repeat;
        background-color: #fff;
        background-size: cover;
    }
    #DeChristmas .hatch__box--allinOnePcs {
        background-image: url("https://storage-asset.msi.com/event/2023/UK/2023-easter-offer-laptop/images/bp-bg.jpg");
        background-position: center 0;
        background-repeat: no-repeat;
        background-color: #fff;
        background-size: cover;
    }
    #DeChristmas .hatch__flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #DeChristmas .hatch__flexBoxPic {
        width: 40%;
        padding: 10px;
    }
    #DeChristmas .hatch__flexBoxPic-toplogo img {
        width: 50px;
        margin: 0 5px;
    }
    #DeChristmas .hatch__flexBoxPic-bottomlogo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        display: none;
    }
    #DeChristmas .hatch__flexBoxPic-bottomlogo img {
        height: 60px;
    }
    #DeChristmas .hatch__flexBoxTxt {
        width: 60%;
        padding-left: 39px;
    }
    #DeChristmas .hatch__flexBoxTxt-title {
        font-weight: bolder;
        font-size: 21px;
    }
    #DeChristmas .hatch__flexBoxTxt ul,
    #DeChristmas .hatch__flexBoxTxt li {
        font-size: 14px;
    }
    #DeChristmas .hatch__flexBoxTxt-price {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
    #DeChristmas .hatch__flexBoxTxt-price del {
        display: block;
        font-size: 16px;
        margin-right: 10px;
    }
    #DeChristmas .hatch__flexBoxTxt-price span {
        font-weight: bolder;
        font-size: 32px;
    }
    #DeChristmas .hatch__buyNowBtn {
        text-align: center;
        cursor: pointer;
    }
    #DeChristmas .hatch__buyNowBtn-buynow img {
        width: 25px;
        margin-left: 10px;
    }
    #DeChristmas .hatch__icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-height: 280px;
        overflow-y: auto;
        margin-bottom: 10px;
    }
    #DeChristmas .hatch__icon-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 70px;
        width: calc( (100%/2) - 20px);
        margin: 10px;
        background: #ffffff8a;
        border-radius: 10px;
        overflow: hidden;
        border: 2px solid transparent;
        -webkit-transition: 0.2s;
        transition: 0.2s;
    }
    #DeChristmas .hatch__tc {
        text-align: center;
    }
    #DeChristmas .hatch__tc span {
        text-decoration: underline;
        cursor: pointer;
    }
}

@media (min-width: 1600px) {
    #DeChristmas .hatch__flexBoxTxt-price del {
        font-size: 20px;
    }
    #DeChristmas .hatch__flexBoxTxt-price span {
        font-size: 40px;
    }
}

#DeChristmas .popout {
    background: #363129d6;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    opacity: 0;
}

#DeChristmas .popout__block {
    position: relative;
    max-width: 760px;
    background: #7e7e7e;
    background-size: 100% 100%;
    position: absolute;
    width: 90%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 10px;
    max-height: 70vh;
    overflow: auto;
}

#DeChristmas .popout__block-close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;
    cursor: pointer;
}

#DeChristmas .popout__dm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 30vh;
    padding: 70px 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#DeChristmas .popout__dm a {
    width: 100%;
    background: #ffffff;
    color: #000000;
    text-align: center;
    border-radius: 5px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 5px;
}

#DeChristmas .popout__dm a img {
    height: 50px;
}

#DeChristmas .offer {
    text-align: center;
    padding-bottom: 40px;
}

#DeChristmas .offer h2 {
    font-size: var(--mainTitle);
}

#DeChristmas .offer__flex {
    margin: 20px 0;
}

#DeChristmas .offer__flexBox {
    position: relative;
    margin: 10px auto;
    width: 100%;
    overflow: hidden;
    color: #000;
}

#DeChristmas .offer__flexBox-pic img {
    width: 100%;
}

#DeChristmas .offer__flexBox-note {
    background-color: transparent;
    padding: 20px;
    text-align: left;
    width: 100%;
    height: auto;
    margin: 0 auto;
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

#DeChristmas .offer__flexBox-note h3 {
    margin-bottom: 10px;
}

#DeChristmas .offer__flexBox-note p {
    font-size: 16px;
}

@media (min-width: 996px) {

    .subTitleMove{
        position: relative;
        z-index: 5;
        margin-top: -2.2%;
    }
    #DeChristmas .offer {
        text-align: center;
        padding-bottom: 40px;
    }
    #DeChristmas .offer h2 {
        font-size: var(--mainTitle);
    }
    #DeChristmas .offer__flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 20px 0;
    }
    #DeChristmas .offer__flexBox {
        position: relative;
        margin: 0 15px;
        width: 30%;
        overflow: hidden;
    }
    #DeChristmas .offer__flexBox-note {
        background-color: #ffebc2f0;
        padding: 20px;
        text-align: left;
        width: 90%;
        height: 90%;
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, 100%);
        transform: translate(-50%, 100%);
        visibility: hidden;
        opacity: 0;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }
    #DeChristmas .offer__flexBox-note h3 {
        margin-bottom: 20px;
    }
    #DeChristmas .offer__flexBox-note p {
        font-size: unset;
    }
    #DeChristmas .offer__flexBox:hover .offer__flexBox-note {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        visibility: visible;
        opacity: 1;
    }
}

#DeChristmas .subtab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#DeChristmas .subtab .subtab__itembox {
    margin: 10px;
    position: relative;
    width: auto;
}

#DeChristmas .subtab .subtab__itembox .subtab__text {
    background: #fff;
    padding: 10px 20px;
    text-align: center;
    border-radius: 20px;
}

#DeChristmas .subtab .subtab__itembox .subtab__text.active {
    background: #cfae6d;
    border-radius: 20px;
    color: #fff;
}

#DeChristmas .subtab__itembox-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

#DeChristmas .subtab .subtab__third {
    /* background: #ccc;
    position: relative;
    margin: 1%;
    color: #000;
    padding: 10px 10px;
    text-align: center;
    width: auto; */
}

#DeChristmas .subtab .subtab__third.active {
    border: 2px solid #3aa066;
    color: #ffffff;
}

.textCenter{
    text-align: center;
    color: #fff;
}

#DeChristmas .promo {
    position: relative;
    padding: 5% 0;
    background-color: #cfae6d;
    z-index: 2;
   
}

.content__p{
    position: relative;
    z-index: 7;
}

.icon__tree{
    width: 300px;
    top: -4.2%;
    left: 2%;
    z-index: 3;
    transform-origin: top;
    animation: AniFloat   8s infinite;
}

.icon__gift{
    width: 150px;
    top: 60%;
    right: 4%;
    z-index: 3;
    animation: rotate2   2s infinite;
}

.title__box{
    position: relative;
    z-index: 3;
}

.title__box-h{
    position: relative;
    z-index: 5;
}

.title__box::before{
    /* position: relative;
    z-index: 3; */
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    width: 100%;
    max-width: 400px;
    height: 30px;
    background: #70592a8a;
}

#DeChristmas .promo h2 {
    font-size: 45px;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

#DeChristmas .promo__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

#DeChristmas .promo__flex figure {
    width: 80%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    margin: 1% auto;
    text-align: center;
}

#DeChristmas .promo__flex figure:hover {
    transform: translateY(-5px);
}

@media (min-width: 996px) {
    #DeChristmas .subtab {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #DeChristmas .subtab .subtab__itembox {
        margin: 10px;
        position: relative;
        width: calc(100%/7);
    }
    #DeChristmas .subtab .subtab__itembox .subtab__text {
        cursor: pointer;
        border-radius: 20px;
        background: #fff;
        padding: 10px 20px;
        text-align: center;
    }
    #DeChristmas .subtab .subtab__itembox .subtab__text.active {
        background: #cfae6d;
        border-radius: 20px;
        color: #fff;
    }
    #DeChristmas .subtab__itembox-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }
    #DeChristmas .subtab .subtab__third {
        cursor: pointer;
        background: #175e51;
        position: relative;
        margin: 1%;
        color: #ffffff;
        padding: 10px 10px;
        text-align: center;
        width: auto;
    }
    #DeChristmas .promo {
        padding: 5% 0;
    }
    #DeChristmas .promo h2 {
        font-size: 45px;
        text-align: center;
        font-weight: bold;
    }
    #DeChristmas .promo__flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 5%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: initial;
        flex-direction: initial;
    }
    #DeChristmas .promo__flex figure {
        width: calc(100%/3 - 20px);
        margin: 10px;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }
    #DeChristmas .promo__flex figure:hover {
        transform: translateY(-5px);
    }
}


/* intel logo */

#DeChristmas .kv__intel {
    display: none;
}

@media (min-width: 996px) {
    #DeChristmas .kv__intel {
        display: block;
        position: absolute;
        top: 36px;
        right: 36px;
        /* position: absolute;
        top: 36px;
        right: 36px; */
        /* bottom: 36px; */
        /* font-size: 16px; */
        text-align: right;
        z-index: 10;
        /* height: 85%; */
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}

#DeChristmas .kv__intel img {
    max-width: 80px;
    margin-left: auto;
}

#DeChristmas .kv__intel-textbox {
    font-size: 12px;
    color: #ffffff;
    margin-top: 5px;
    font-weight: normal;
    letter-spacing: 1px;
}

@media (min-width: 996px) {
    #DeChristmas .kv__intel-textbox {
        font-size: 12px;
    }
}

@-webkit-keyframes kv-a01 {
    0% {
        transform: translateY(-720px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes kv-a01 {
    0% {
        transform: translateY(-720px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes kv-a02 {
    0% {
        transform: translateY(720px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes kv-a02 {
    0% {
        transform: translateY(720px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes kv-a03 {
    0% {
        transform: translateY(-720px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes kv-a03 {
    0% {
        transform: translateY(-720px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes kv-a04 {
    0% {
        transform: translateY(-720px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes kv-a04 {
    0% {
        transform: translateY(-720px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes kv-a05 {
    0% {
        transform: translateY(720px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes kv-a05 {
    0% {
        transform: translateY(720px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.hatch__buynows>p {
    display: none;
}

.content__balloon img {
    width: 90%;
}

.content__balloon-b50 {
    position: absolute;
    top: 13%;
    left: 2%;
    display: inline-block;
    -webkit-animation: balloons 4s ease-in-out infinite;
    animation: balloons 4s ease-in-out infinite;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

@media (max-width: 996px) {
    .content__balloon {
        display: none;
    }
}

@media (max-width: 960px) {
    .content__balloon-b50 {
        top: 5%;
    }
}

@media (max-width: 1366px) {
    .content__balloon-b50 img {
        width: 80%;
    }
}

@media (max-width: 1200px) {
    .content__balloon-b50 img {
        width: 70%;
    }
}

.content__balloon-b50-box {
    position: relative;
}

.content__balloon-b50-box-num {
    color: #828282;
    font-size: 80px;
    position: absolute;
    -webkit-transform: rotate(-10deg) translate(-50%, -50%);
    transform: rotate(-10deg) translate(-50%, -50%);
    left: 50%;
    top: 43%;
    font-weight: bold;
    text-align: center;
    font-family: 'DINPro-Medium';
    width: 80%;
    margin: auto;
}

@media (max-width: 1366px) {
    .content__balloon-b50-box-num {
        left: 42%;
    }
}

@media (max-width: 1200px) {
    .content__balloon-b50-box-num {
        color: #828282;
        font-size: 70px;
        left: 38%;
    }
}

.content__balloon-b50-box-num b {
    color: #828282;
    font-size: 45px;
}

.content__balloon-b10 {
    position: absolute;
    top: 23%;
    left: 3%;
    display: inline-block;
    -webkit-animation: balloons1 4s ease-in-out infinite;
    animation: balloons1 4s ease-in-out infinite;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

@media (max-width: 960px) {
    .content__balloon-b10 {
        top: 25%;
    }
}

@media (max-width: 1366px) {
    .content__balloon-b10 img {
        width: 85%;
    }
}

@media (max-width: 1200px) {
    .content__balloon-b10 img {
        width: 75%;
    }
}

.content__balloon-b10-box {
    position: relative;
}

.content__balloon-b10-box-num {
    color: #a1833e;
    font-size: 60px;
    position: absolute;
    -webkit-transform: rotate(3deg) translate(-50%, -50%);
    transform: rotate(3deg) translate(-50%, -50%);
    left: 45%;
    top: 38%;
    font-weight: bold;
    text-align: center;
    font-family: 'DINPro-Medium';
    width: 80%;
    margin: auto;
}

@media (max-width: 1200px) {
    .content__balloon-b10-box-num {
        color: #a1833e;
        font-size: 50px;
        left: 36%;
    }
}

.content__balloon-b10-box-num b {
    color: #a1833e;
    font-size: 26px;
}

.content__balloon-b40 {
    position: absolute;
    top: 17%;
    right: 3%;
    display: inline-block;
    -webkit-animation: balloons1 4s ease-in-out infinite;
    animation: balloons1 4s ease-in-out infinite;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

@media (max-width: 1500px) {
    .content__balloon-b40 {
        right: 2%;
        text-align: center;
    }
}

@media (max-width: 960px) {
    .content__balloon-b40 {
        right: 1%;
        top: 25%;
    }
}

.content__balloon-b40 img {
    width: 80%;
}

@media (max-width: 1750px) {
    .content__balloon-b40 img {
        width: 75%;
    }
}

@media (max-width: 1500px) {
    .content__balloon-b40 img {
        width: 70%;
    }
}

@media (max-width: 1366px) {
    .content__balloon-b40 img {
        width: 60%;
    }
}

@media (max-width: 1200px) {
    .content__balloon-b40 img {
        width: 50%;
    }
}

@media (max-width: 960px) {
    .content__balloon-b40 img {
        width: 60%;
    }
}

.content__balloon-b40-box {
    position: relative;
}

.content__balloon-b40-box-num {
    color: #a1833e;
    font-size: 65px;
    position: absolute;
    -webkit-transform: rotate(8deg) translate(-50%, -50%);
    transform: rotate(8deg) translate(-50%, -50%);
    left: 38%;
    top: 39%;
    font-weight: bold;
    text-align: center;
    font-family: 'DINPro-Medium';
    width: 80%;
    margin: auto;
}

@media (max-width: 1500px) {
    .content__balloon-b40-box-num {
        color: #a1833e;
        font-size: 60px;
        left: 45%;
    }
}

@media (max-width: 1366px) {
    .content__balloon-b40-box-num {
        color: #a1833e;
        font-size: 50px;
        left: 50%;
    }
}

@media (max-width: 1200px) {
    .content__balloon-b40-box-num {
        color: #a1833e;
        font-size: 40px;
    }
}

.content__balloon-b40-box-num b {
    color: #a1833e;
    font-size: 26px;
}

@media (max-width: 1366px) {
    .content__balloon-b40-box-num b {
        color: #a1833e;
        font-size: 30px;
    }
}

@media (max-width: 1200px) {
    .content__balloon-b40-box-num b {
        color: #a1833e;
        font-size: 25px;
    }
}

.content__balloon-b30 {
    position: absolute;
    top: 26%;
    right: 3%;
    display: inline-block;
    -webkit-animation: balloons 4s ease-in-out infinite;
    animation: balloons 4s ease-in-out infinite;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

@media (max-width: 1500px) {
    .content__balloon-b30 {
        right: 3%;
        top: 80%;
        text-align: center;
    }
}

@media (max-width: 960px) {
    .content__balloon-b30 {
        display: none;
    }
}

.content__balloon-b30 img {
    width: 70%;
}

@media (max-width: 1750px) {
    .content__balloon-b30 img {
        width: 65%;
    }
}

@media (max-width: 1500px) {
    .content__balloon-b30 img {
        width: 60%;
    }
}

@media (max-width: 1366px) {
    .content__balloon-b30 img {
        width: 50%;
    }
}

@media (max-width: 1200px) {
    .content__balloon-b30 img {
        width: 40%;
    }
}

.content__balloon-b30-box {
    position: relative;
}

.content__balloon-b30-box-num {
    color: #a1833e;
    font-size: 45px;
    position: absolute;
    -webkit-transform: rotate(0deg) translate(-50%, -50%);
    transform: rotate(0deg) translate(-50%, -50%);
    left: 35%;
    top: 40%;
    font-weight: bold;
    text-align: center;
    font-family: 'DINPro-Medium';
    width: 80%;
    margin: auto;
}

@media (max-width: 1500px) {
    .content__balloon-b30-box-num {
        left: 50%;
    }
}

@media (max-width: 1200px) {
    .content__balloon-b30-box-num {
        color: #a1833e;
        font-size: 30px;
    }
}

.content__balloon-b30-box-num b {
    color: #a1833e;
    font-size: 30px;
}

@media (max-width: 1200px) {
    .content__balloon-b30-box-num b {
        color: #a1833e;
        font-size: 20px;
    }
}

.content__balloon-b20 {
    position: absolute;
    top: 19%;
    right: 1%;
    display: inline-block;
    -webkit-animation: balloons1 4s ease-in-out infinite;
    animation: balloons1 4s ease-in-out infinite;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    text-align: right;
}

@media (max-width: 1500px) {
    .content__balloon-b20 {
        right: 1%;
        text-align: right;
    }
}

@media (max-width: 960px) {
    .content__balloon-b20 {
        right: 1%;
        top: 40%;
    }
}

.content__balloon-b20 img {
    width: 80%;
}

@media (max-width: 1750px) {
    .content__balloon-b20 img {
        width: 75%;
    }
}

@media (max-width: 1500px) {
    .content__balloon-b20 img {
        width: 70%;
    }
}

@media (max-width: 1366px) {
    .content__balloon-b20 img {
        width: 60%;
    }
}

@media (max-width: 1200px) {
    .content__balloon-b20 img {
        width: 50%;
    }
}

@media (max-width: 960px) {
    .content__balloon-b20 img {
        width: 60%;
    }
}

.content__balloon-b20-box {
    position: relative;
}

.content__balloon-b20-box-num {
    color: #828282;
    font-size: 70px;
    position: absolute;
    -webkit-transform: rotate(-5deg) translate(-50%, -50%);
    transform: rotate(-5deg) translate(-50%, -50%);
    left: 60%;
    top: 43%;
    font-weight: bold;
    text-align: center;
    font-family: 'DINPro-Medium';
    width: 80%;
    margin: auto;
}

@media (max-width: 1500px) {
    .content__balloon-b20-box-num {
        color: #828282;
        font-size: 60px;
        left: 65%;
    }
}

@media (max-width: 1366px) {
    .content__balloon-b20-box-num {
        color: #828282;
        font-size: 50px;
        left: 70%;
    }
}

@media (max-width: 1200px) {
    .content__balloon-b20-box-num {
        left: 75%;
    }
}

@media (max-width: 960px) {
    .content__balloon-b20-box-num {
        left: 70%;
    }
}

.content__balloon-b20-box-num b {
    color: #828282;
    font-size: 45px;
}

@media (max-width: 1366px) {
    .content__balloon-b20-box-num b {
        color: #828282;
        font-size: 35px;
    }
}

@media (max-width: 1200px) {
    .content__balloon-b20-box-num b {
        color: #828282;
        font-size: 30px;
    }
}

@media (min-width: 1930px) {
    .content__balloon-b50 {
        top: 20%;
    }
    .content__balloon-b10 {
        top: 30%;
    }
    .content__balloon-b20 {
        top: 22%;
    }
    .content__balloon-b30 {
        top: 29%;
    }
    .content__balloon-b40 {
        top: 20%;
    }
}

@-webkit-keyframes balloons {
    0%,
    100% {
        -webkit-transform: translateY(0) rotate(-4deg);
        transform: translateY(0) rotate(-4deg);
    }
    50% {
        -webkit-transform: translateY(-25px) rotate(4deg);
        transform: translateY(-25px) rotate(4deg);
    }
}

@keyframes balloons {
    0%,
    100% {
        -webkit-transform: translateY(0) rotate(-4deg);
        transform: translateY(0) rotate(-4deg);
    }
    50% {
        -webkit-transform: translateY(-25px) rotate(4deg);
        transform: translateY(-25px) rotate(4deg);
    }
}

@-webkit-keyframes balloons1 {
    0%,
    100% {
        -webkit-transform: translateY(0) rotate(4deg);
        transform: translateY(0) rotate(4deg);
    }
    50% {
        -webkit-transform: translateY(-25px) rotate(-4deg);
        transform: translateY(-25px) rotate(-4deg);
    }
}

@keyframes balloons1 {
    0%,
    100% {
        -webkit-transform: translateY(0) rotate(4deg);
        transform: translateY(0) rotate(4deg);
    }
    50% {
        -webkit-transform: translateY(-25px) rotate(-4deg);
        transform: translateY(-25px) rotate(-4deg);
    }
}