body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body img {
    width: 100%;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 10pX;
    right: 30px;
    z-index: 99999;
    font-size: 16px;
    border: none;
    outline: none;
    background-color: #77539b;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

#birthday35 {
    font-family: "DINPro-Regular";
    background: #000;
}

#birthday35 a {
    font-size: 18px;
    text-decoration: none;
}

#birthday35 p {
    font-family: 'DINPro-Regular';
    font-size: 18px;
    line-height: 1.8;
}
#birthday35 .main .gifts__flex p.soldout{color: #f00;
    font-size: 22px;
    font-style: italic;
    font-weight: bold;
    text-shadow: 0 0 10px #f00;}
#birthday35 p.purplestyle {
    color: #d5007f;
}

#birthday35 h1 {
    font-family: 'DINPro-Black', "Helvetica", "Arial", sans-serif;
    color: #fff;
    margin: 0;
}

#birthday35 h2 {
    font-family: 'DINPro-Medium';
}

#birthday35 .btn {
    background: #d5007f;
    border-radius: 15px;
    padding: 10px 15px;
    display: inline-block;
    position: relative;
    z-index: 9;
}

#birthday35 .btn a {
    color: #fff;
}

#birthday35 .btn:hover {
    -webkit-box-shadow: 0 0 25px #d5007f, 0 0 15px #d5007f;
    box-shadow: 0 0 25px #d5007f, 0 0 15px #d5007f;
}

#birthday35 .kv {
    position: relative;
}

#birthday35 .kv__title {
    position: absolute;
    z-index: 2;
    top: 17%;
    margin: 0 auto;
    width: 50%;
    left: 0;
    right: 0;
    text-align: center;
    mix-blend-mode: hard-light;
}

#birthday35 .kv__title--gift {
    width: 10%;
    margin: 0 auto -20px;
    mix-blend-mode: hard-light;
}

#birthday35 .kv__title--light {
    mix-blend-mode: screen;
    position: absolute;
    left: 25%;
    top: 32.5%;
    z-index: 9;
    -webkit-animation: soptlight 1s infinite alternate;
    animation: soptlight 1s infinite alternate;
    width: 40%;
}

#birthday35 .kv__title h1 {
    font-size: 42px;
    margin: -15px auto 20px;
    text-transform: uppercase;
    font-family: "DINPro-Medium";
}

#birthday35 .kv__light {
    position: absolute;
    mix-blend-mode: lighten;
    z-index: 2;
}

#birthday35 .kv__light.spot1 {
    top: 61%;
    left: 6%;
    width: 18%;
    -webkit-animation: soptlight 1.5s infinite alternate;
    animation: soptlight 1.5s infinite alternate;
}

#birthday35 .kv__light.spot2 {
    top: 61%;
    right: 2%;
    width: 30%;
    -webkit-animation: soptlight 1s infinite alternate;
    animation: soptlight 1s infinite alternate;
}

@-webkit-keyframes soptlight {
    0% {
        opacity: .5;
        -webkit-transform: skewX(10deg);
        transform: skewX(10deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: skewX(30deg);
        transform: skewX(30deg);
    }
}

@keyframes soptlight {
    0% {
        opacity: .5;
        -webkit-transform: skewX(10deg);
        transform: skewX(10deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: skewX(30deg);
        transform: skewX(30deg);
    }
}

#birthday35 .tabbtn {
    width: 100%;
    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: #000;
    position: relative;
    z-index: 10;
}

#birthday35 .tabbtn::before {
    position: absolute;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0));
    bottom: -25px;
    width: 100%;
    height: 25px;
}

#birthday35 .tabbtn a {
    display: inline-block;
    color: #ffffff;
    font-size: 1.5em;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    position: relative;
    z-index: 1;
    padding: 45px 30px;
}

#birthday35 .tabbtn a span {
    display: block;
}

#birthday35 .tabbtn a::before {
    content: "";
    background: url(https://storage-asset.msi.com/event/2021/global/birthday35/tab-01.jpg) no-repeat center;
    position: absolute;
    width: 100%;
    top: 0;
    height: 55px;
    z-index: -1;
    left: 0;
    background-size: 100%;
}

#birthday35 .tabbtn a::after {
    content: "";
    background: url(https://storage-asset.msi.com/event/2021/global/birthday35/tab-02.jpg) no-repeat center;
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 55px;
    z-index: -1;
    left: 0;
    background-size: 100%;
    mix-blend-mode: screen;
}

#birthday35 .tabbtn a:hover {
    cursor: pointer;
    color: #fff;
    background: url(https://storage-asset.msi.com/event/2021/global/birthday35/tab-bg.jpg) no-repeat bottom;
    background-size: 100%;
    background-position-y: 62%;
    -webkit-transition: 0.5 ease-in-out;
    transition: 0.5 ease-in-out;
}

#birthday35 .tabbtn a.tabs-active {
    text-shadow: 0 0 15px #ca8cfe, 0 0 15px #ca8cfe;
    background: url(https://storage-asset.msi.com/event/2021/global/birthday35/tab-bg.jpg) no-repeat bottom;
    background-size: 100%;
    background-position-y: 62%;
    -webkit-transition: 0.5 ease-in-out;
    transition: 0.5 ease-in-out;
}

#birthday35 .main {
    padding: 2% 0;
    text-align: center;
    background: url(https://storage-asset.msi.com/event/2021/global/birthday35/bg2.jpg) no-repeat top;
    background-position: 0 -15%;
    background-size: 100%;
}
#birthday35 .main.bgstyle{background-size: contain;background-position: center;}
#birthday35 .main__block {
    margin: 0 auto;
    display: none;
}

#birthday35 .main__block--active {
    position: relative;
    top: auto;
    z-index: 1;
    opacity: 1;
    display: block;
}

#birthday35 .main h1 {
    font-family: 'Dancing Script', cursive;
    font-size: 104px;
    font-weight: normal;
    background: -webkit-gradient(linear, right top, left top, from(#c1805f), color-stop(#fbd497), to(#c1805f));
    background: linear-gradient(to left, #c1805f, #fbd497, #c1805f);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    display: inline;
}

#birthday35 .main h3 {
    background: -webkit-gradient(linear, right top, left top, from(#c1805f), color-stop(#fbd497), to(#c1805f));
    background: linear-gradient(to left, #c1805f, #fbd497, #c1805f);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    border-bottom: 2px solid #c1805f;
    border-top: 2px solid #c1805f;
    font-size: 24px;
    display: inline;
}

#birthday35 .main h2 {
    background: -webkit-gradient(linear, right top, left top, from(#06fafd), color-stop(#2e35c3), to(#fe1bed));
    background: linear-gradient(to left, #06fafd, #2e35c3, #fe1bed);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 48px;
    display: table;
    margin: 15px auto;
}

#birthday35 .main h4 {
    font-size: 24px;
    color: #fe1bed;
    margin: 0;
}

#birthday35 .main .container {
    width: 70%;
    max-width: 1650px;
    margin: 0 auto;
}

#birthday35 .main p {
    color: #fff;
}

#birthday35 .main p.bluestyle {
    font-size: 30px;
    color: #06fafd;
    text-transform: uppercase;
}

#birthday35 .main .datebox p.purplestyle {
    font-size: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#birthday35 .main .datebox p.purplestyle::after {
    content: "";
    width: 150px;
    background: url(https://storage-asset.msi.com/event/2021/global/birthday35/h3bg.png) no-repeat left;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    height: auto;
}

#birthday35 .main .datebox p.purplestyle::before {
    content: "";
    width: 150px;
    background: url(https://storage-asset.msi.com/event/2021/global/birthday35/h3bg.png) no-repeat left;
    height: auto;
}

#birthday35 .main .giftbox {
    position: relative;
    width: 30%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 5px auto;
}

#birthday35 .main .giftbox img {
    width: 50%;
}

#birthday35 .main .giftbox__gift {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    -webkit-animation: giftground 5s infinite linear;
    animation: giftground 5s infinite linear;
}

@-webkit-keyframes giftground {
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    from {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes giftground {
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    from {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#birthday35 .main .memeberonly {
    background: url(https://storage-asset.msi.com/event/2021/global/birthday35/star-bg.png) no-repeat center bottom;
    position: relative;
    background-position-y: -50px;
    background-size: contain;
}

#birthday35 .main .memeberonly__imgbox {
    width: 40%;
    margin: 0 auto;
    padding-bottom: 15%;
}

#birthday35 .main .memeberonly__imgbox p {
    margin-top: -15px;
    color: #fff;
    font-size: 16px;
}

#birthday35 .main .memeberonly__star {
    position: absolute;
    bottom: -80%;
    right: 20%;
    -webkit-animation: starlight 0.1s infinite alternate;
    animation: starlight 0.1s infinite alternate;
}

@-webkit-keyframes starlight {
    0% {
        opacity: .9;
    }
    100% {
        opacity: 1;
    }
}

@keyframes starlight {
    0% {
        opacity: .9;
    }
    100% {
        opacity: 1;
    }
}

#birthday35 .main .sliderbg {
    background: url(https://storage-asset.msi.com/event/2021/global/birthday35/bg4.jpg) no-repeat top;
    position: relative;
    z-index: 2;
    background-size: cover;
    padding-bottom: 5%;
}

#birthday35 .main .sliderbg::after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(https://storage-asset.msi.com/event/2021/global/birthday35/bg5.jpg) no-repeat;
    top: 0;
    left: 0;
    -webkit-animation: light 1.5s infinite alternate;
    animation: light 1.5s infinite alternate;
    position: absolute;
    mix-blend-mode: lighten;
}

@-webkit-keyframes light {
    0% {
        opacity: .3;
    }
    100% {
        opacity: 1;
    }
}

@keyframes light {
    0% {
        opacity: .3;
    }
    100% {
        opacity: 1;
    }
}

#birthday35 .main .slider-for {
    margin-top: -150px;
    position: relative;
    z-index: 4;
}

#birthday35 .main .slider-for::before {
    content: "";
    position: absolute;
    top: 0;
    height: 3px;
    background: #fff;
    z-index: 9;
    width: 100%;
    left: 0;
}

#birthday35 .main .slider-for::after {
    content: "";
    position: absolute;
    top: 0px;
    height: 15px;
    background: #fff;
    z-index: 8;
    width: 100%;
    left: 0;
    background: -webkit-gradient(linear, right top, left top, from(#06fafd), color-stop(#2e35c3), to(#fe1bed));
    background: linear-gradient(to left, #06fafd, #2e35c3, #fe1bed);
    -webkit-filter: blur(12px);
    filter: blur(12px);
}

#birthday35 .main .slides-tab .container {
    width: 80%;
    margin: 0 auto;
}

#birthday35 .main .slides-tab .slick-list {
    padding-top: 180px;
}

#birthday35 .main .slides-tab__item {
    position: relative;
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
    -webkit-filter: drop-shadow(-15px 25px 5px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(-15px 25px 5px rgba(0, 0, 0, 0.5));
}

#birthday35 .main .slides-tab__item .card {
    display: none;
    position: absolute;
    top: 50px;
    z-index: 9;
}

#birthday35 .main .slides-tab__item p {
    position: absolute;
    color: #fbd497;
    font-size: 22px;
    left: 0;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    font-family: 'DINPro-Medium';
    margin: 1px;
}

#birthday35 .main .slides-tab__item:nth-of-type(1) {
    margin-left: 10px;
}

#birthday35 .main .slides-tab__item:nth-of-type(2) {
    -webkit-transform: translateY(10px) rotate(-5deg);
    transform: translateY(10px) rotate(-5deg);
}

#birthday35 .main .slides-tab__item:nth-of-type(3) {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    margin-left: -20px;
}

#birthday35 .main .slides-tab__item:nth-of-type(4) {
    -webkit-transform: translateY(-10px) rotate(10deg);
    transform: translateY(-10px) rotate(10deg);
    margin-left: -20px;
}

#birthday35 .main .slides-tab__item:nth-last-of-type(1) {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    margin-left: 20px;
}

#birthday35 .main .slides-tab__item:hover {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-filter: drop-shadow(-25px 35px 5px rgba(0, 0, 0, 0.7));
    filter: drop-shadow(-25px 35px 5px rgba(0, 0, 0, 0.7));
}

#birthday35 .main .slick-next {
    right: -5px;
    z-index: 9;
}

#birthday35 .main .slider-nav .slick-current {
    text-shadow: 0px 0px 5px #fe1bed, 0px 0px 5px #fe1bed, 0px 0px 5px #2e35c3;
    opacity: 1;
    -webkit-transform: translateY(-180px);
    transform: translateY(-180px);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

#birthday35 .main .slider-nav .slick-current::hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

#birthday35 .main .slider-nav .slick-current .card {
    display: block;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-animation: cardmove 1s forwards;
    animation: cardmove 1s forwards;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

#birthday35 .main .slider-nav .slick-current .card__img {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
    position: absolute;
    top: -15px;
    -webkit-filter: drop-shadow(0px 0px 20px rgba(119, 83, 155, 0.5));
    filter: drop-shadow(0px 0px 20px rgba(119, 83, 155, 0.5));
}

@-webkit-keyframes cardmove {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg);
    }
}

@keyframes cardmove {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg);
    }
}

#birthday35 .main .bubox {
    padding: 1% 0 0;
}

#birthday35 .main .bubox__imgbox {
    width: 40%;
    margin: 0 auto;
}

#birthday35 .main .bubox__model {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 5%;
}

#birthday35 .main .bubox__model a {
    padding: 0 8px;
    position: relative;
    margin: 5px 5px 60px 5px;
    list-style: none;
    position: relative;
    border: 1px solid #c1805f;
    border-radius: 10px;
    margin: 35px 5px;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.2) 0%, rgba(251, 212, 151, 0.3) 25%, rgba(0, 0, 0, 0.2) 35%);
    background-size: 350%;
    background-position: 100% 200%;
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
    cursor: pointer;
}

#birthday35 .main .bubox__model a:hover {
    background-position: 2% 0%;
    -webkit-box-shadow: 0 0 7px rgba(193, 128, 95, 0.8), inset 0 0 5px rgba(193, 128, 95, 0.5);
    box-shadow: 0 0 7px rgba(193, 128, 95, 0.8), inset 0 0 5px rgba(193, 128, 95, 0.5);
}

#birthday35 .main .bubox__model a::after {
    content: "";
    position: absolute;
    top: -67px;
    width: 80px;
    margin: 0 auto;
    height: 100px;
    background: url(https://storage-asset.msi.com/event/2021/global/birthday35/gold-line.png) no-repeat center;
    background-size: contain;
    left: 0;
    right: 0;
    text-align: center;
}

#birthday35 .main .bubox__model a span {
    color: #c1805f;
    display: inline-block;
    padding: 15px 0;
    font-size: 22px;
}

#birthday35 .main .bubox h3 {
    margin: 30px 25%;
    color: #c1805f;
    padding: 5px 15%;
    width: 100%;
    border-radius: 15px 15px 0 0;
    border-bottom: 1px solid #c333;
    border-top: 0;
}

#birthday35 .main .bubox h4 {
    margin: 0px;
}

#birthday35 .main .redeem {
    position: relative;
    z-index: 10;
}

#birthday35 .main .redeem__box-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 5em;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

#birthday35 .main .redeem__box-wrapper .box {
    width: 33%;
}

#birthday35 .main .redeem__box-wrapper .box__imgbox {
    background-image: url(https://storage-asset.msi.com/event/2021/global/birthday35/redeem-img.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    height: 100%;
    -webkit-filter: drop-shadow(0 0 35px #77539b);
    filter: drop-shadow(0 0 35px #77539b);
}

#birthday35 .main .redeem__box-wrapper .box__imgbox-title {
    padding: 4.5vw;
}

#birthday35 .main .redeem__box-wrapper .box__imgbox-title p {
    color: #fff;
    font-weight: normal;
    margin: 0;
    line-height: 1.5;
    font-family: "DINPro-Regular";
    font-size: 16px;
}

#birthday35 .main .redeem__box-wrapper .box__imgbox-title .fa {
    display: block;
    color: #fff;
    text-shadow: 0 0 20px #fe1bed;
    font-size: 50px;
}

#birthday35 .main .redeem__box-wrapper .box__imgbox-title h4 {
    margin: 0;
    color: #d5007f;
}

#birthday35 .main .redeem__btn {
    padding-top: 3%;
    display: table;
    margin: 0 auto;
}

#birthday35 .main .redeem__btn--btn {
    display: contents;
}

#birthday35 .main .redeem__btn--btn a {
    padding: 1% 2%;
    font-size: 18px;
    color: #ff00d4;
    margin: 1%;
    background: #000;
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
    position: relative;
    border-radius: 15px;
    cursor: pointer;
    display: inline-block;
}

#birthday35 .main .redeem__btn--btn a::after {
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    content: '';
    position: absolute;
    left: -2px;
    top: -2px;
    background: linear-gradient(45deg, #ff00d4, #0066ff, #ff00d4);
    background-size: auto;
    background-size: 400%;
    z-index: -1;
    -webkit-animation: color 20s linear infinite;
    animation: color 20s linear infinite;
    border-radius: 15px;
}

#birthday35 .main .redeem__btn--btn a::before {
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    content: '';
    position: absolute;
    left: -2px;
    top: -2px;
    background: linear-gradient(45deg, #ff00d4, #0066ff, #ff00d4);
    background-size: auto;
    background-size: 400%;
    z-index: -1;
    -webkit-animation: color 20s linear infinite;
    animation: color 20s linear infinite;
    border-radius: 15px;
}

#birthday35 .main .redeem__btn--btn a:hover {
    -webkit-box-shadow: 0 0 35px #77539b;
    box-shadow: 0 0 35px #77539b;
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
}

#birthday35 .main .redeem__btn .btn {
    width: 85%;
    margin-top: 15px;
}

@-webkit-keyframes color {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 400% 0;
    }
    100% {
        background-position: 0 0;
    }
}

@keyframes color {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 400% 0;
    }
    100% {
        background-position: 0 0;
    }
}

#birthday35 .main .gifts {
    background: url(https://storage-asset.msi.com/event/2021/global/birthday35/section2-bg.jpg) no-repeat top;
    background-size: 100%;
}
#birthday35 .main .gifts.bgnon {background: none;}
#birthday35 .main .gifts .border-style-thin {
    background: -webkit-gradient(linear, right top, left top, from(#c1805f), color-stop(#92613f), color-stop(#fbd497), to(#c1805f));
    background: linear-gradient(to left, #c1805f, #92613f, #fbd497, #c1805f);
}

#birthday35 .main .gifts .border-style-thin:after {
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
}

#birthday35 .main .gifts__img {
    width: 70%;
    margin: 0 auto;
}

#birthday35 .main .gifts__giftbox {
    border: 2px solid #92613f;
    border-radius: 15px;
    padding-bottom: 30px;
    margin: -1% auto 5%;
    -webkit-clip-path: polygon(0px 8%, 40% 8%, 50% 80px, 60% 8%, 100% 8%, 100% 100%, 0px 100%);
    clip-path: polygon(0px 8%, 40% 8%, 50% 80px, 60% 8%, 100% 8%, 100% 100%, 0px 100%);
    position: relative;
    padding-top: 11%;
}

#birthday35 .main .gifts__giftbox::after {
    padding-top: 8%;
    z-index: 0;
    content: "";
    position: absolute;
    background: #000;
    border-radius: 15px;
    -webkit-clip-path: polygon(0px 8%, 40% 8%, 50% 80px, 60% 8%, 100% 8%, 100% 100%, 0px 100%);
    clip-path: polygon(0px 8%, 40% 8%, 50% 80px, 60% 8%, 100% 8%, 100% 100%, 0px 100%);
    -webkit-box-shadow: 0 0 25px rgba(164, 110, 26, 0.7), inset 0 0 25px rgba(164, 110, 26, 0.7);
    box-shadow: 0 0 25px rgba(164, 110, 26, 0.7), inset 0 0 25px rgba(164, 110, 26, 0.7);
}

#birthday35 .main .gifts__giftbox h3 {
    position: relative;
    z-index: 10;
    margin-bottom: 0;
}

#birthday35 .main .gifts__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 10;
    padding-bottom: 3%;
}
#birthday35 .main .gifts__flex--flexwrap {flex-wrap: wrap;}
#birthday35 .main .gifts__flex.flexcenter {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#birthday35 .main .gifts__flex.space {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

#birthday35 .main .gifts__flex a {
    color: #fff;
    -webkit-transition: 0.2 ease-in;
    transition: 0.2 ease-in;
    display: block;
}

#birthday35 .main .gifts__flex a:hover {
    -webkit-filter: drop-shadow(0 0 15px rgba(254, 27, 237, 0.6));
    filter: drop-shadow(0 0 15px rgba(254, 27, 237, 0.6));
    -webkit-transition: 0.2 ease-in-out;
    transition: 0.2 ease-in-out;
}

#birthday35 .main .gifts__flex h4:nth-of-type(2) {
    border-top: 1px solid #333;
    text-align: center;
    margin: 15px auto;
}

#birthday35 .main .gifts__flex h3 {
    color: #ffcb67;
    border: 0px;
    text-transform: uppercase;
    line-height: 2;
}

#birthday35 .main .gifts__flex h3.pre {
    color: #9ea5c8;
}

#birthday35 .main .gifts__flex span {
    color: #fbd497;
}

#birthday35 .main .gifts__flex p {
    color: #fff;
    margin: 0;
}

#birthday35 .main .gifts__flex p.note {
    color: #666;
    font-size: 14px;
}

#birthday35 .main .gifts__flex--info {
    text-align: center;
    padding-top: 25px;
}

#birthday35 .main .gifts__flex--info img {
    max-width: 240px;
}

#birthday35 .main .gifts__flex--item {
    width: 32%;
    color: #fff;
}
#birthday35 .main .gifts__flex--item3 {
    width: calc(100% / 4 - 5px);
    color: #fff;
}
#birthday35 .main .gifts__flex--item3 h3{display: block; font-size: 20px; line-height: 1.2;margin-bottom: 8px;}
#birthday35 .main .gifts__flex--item3{
    border-right: 1px solid #c1805f;
}
#birthday35 .main .gifts__flex--item3:last-child{border-right: none;}
#birthday35 .main .gifts__flex--item2 {
    color: #fff;
    border-radius: 15px;
    position: relative;
}

#birthday35 .main .gifts__flex--item2.goldborder {
    -webkit-box-shadow: 0 0 25px rgba(251, 212, 151, 0.4), inset 0 0 25px rgba(251, 212, 151, 0.4);
    box-shadow: 0 0 25px rgba(251, 212, 151, 0.4), inset 0 0 25px rgba(251, 212, 151, 0.4);
    border: 2px solid #fbd497;
}

#birthday35 .main .gifts__flex--item2.praborder {
    -webkit-box-shadow: 0 0 25px rgba(88, 98, 145, 0.7), inset 0 0 25px rgba(88, 98, 145, 0.7);
    box-shadow: 0 0 25px rgba(88, 98, 145, 0.7), inset 0 0 25px rgba(88, 98, 145, 0.7);
    border: 2px solid #8c9add;
}

#birthday35 .main .gifts__flex--item2:nth-of-type(1) {
    width: 64%;
}

#birthday35 .main .gifts__flex--item2:nth-of-type(2) {
    width: 32%;
}

#birthday35 .main .gifts__flex--title {
    position: absolute;
    left: 15px;
    z-index: 11;
    width: 60px;
    top: -30px;
}

#birthday35 .hide {
    display: none;
}

#birthday35 .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

#birthday35 .listtb {
    display: table;
    width: 100%;
    font-size: 16px;
    border-spacing: 0px;
    border: 1px solid #8849d6;
    border-radius: 5px;
    margin-top: 15px;
}

#birthday35 .listtb .tr {
    display: table-row;
    border-bottom: 2px solid #8849d6;
}

#birthday35 .listtb .th {
    display: table-cell;
    background: rgba(136, 73, 214, 0.3);
    padding: 6px;
    font-weight: bold;
    text-align: center;
    color: #f4e492;
    border-right: 1px solid #8849d6;
    font-size: 20px;
    line-height: normal;
}

#birthday35 .listtb .td {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    border-right: 1px solid #8849d6;
    border-bottom: 1px solid #8849d6;
    padding: 0;
    line-height: 2;
}

#birthday35 .modal-content .modal-body ul:nth-of-type(1) {
    list-style-type: disc !important;
}

@media screen and (max-width: 1680px) {
    #birthday35 .container {
        width: 80%;
    }
    #birthday35 .main .memeberonly {
        background-position-y: 70%;
        background-size: inherit;
    }
    #birthday35 .main .memeberonly__star {
        right: 0%;
        width: 30%;
        bottom: -110%;
    }
    #birthday35 .main .slider-for {
        margin-top: -7%;
    }
    #birthday35 .main .slides-tab__item p {
        font-size: 14px;
        line-height: normal;
        margin-top: 4px;
    }
    #birthday35 .main .gifts__flex--title h3 {
        font-size: 20px;
    }
    #birthday35 .main .bubox__model a span {
        font-size: 18px;
    }
    #birthday35 .main .slider-nav .slick-current {
        -webkit-transform: translateY(-80%);
        transform: translateY(-80%);
    }
}

@media screen and (max-width: 1366px) {
    #birthday35 .main .gifts__flex--item3{width: calc(100% / 2 - 0px); padding-bottom: 35px;}

}

@media screen and (max-width: 960px) {
    #birthday35 .tabbtn a {
        font-size: 1.2em;
    }
    #birthday35 .kv {
        padding-bottom: 12%;
    }
    #birthday35 .kv__title {
        width: 90%;
    }
    #birthday35 .kv__title img {
        width: 80%;
    }
    #birthday35 .kv__title--gift {
        width: 10%;
    }
    #birthday35 .kv__title h1 {
        font-size: 32px;
    }
    #birthday35 .kv__title--light {
        display: none;
    }
    #birthday35 .main {
        padding: 0;
    }
    #birthday35 .main h1 {
        font-size: 66px;
    }
    #birthday35 .main h2 {
        font-size: 38px;
    }
    #birthday35 .main .container {
        width: 96%;
    }
    #birthday35 .main .datebox p.purplestyle::before {
        height: auto;
    }
    #birthday35 .main .slides-tab .slick-list {
        padding-top: 160px;
    }
    #birthday35 .main .slides-tab__item {
        width: 50%;
        margin: 0 auto;
    }
    #birthday35 .main .slides-tab__item p {
        font-size: 16px;
    }
    #birthday35 .main .slider-nav .slick-current {
        -webkit-transform: translateY(-160px);
        transform: translateY(-160px);
    }
    #birthday35 .main .slider-nav .slick-current .card__img {
        top: -5px;
    }
    #birthday35 .main .slider-for {
        margin-top: -50%;
    }
    #birthday35 .main .slides-tab__item:nth-of-type(3) {
        margin: 0 auto;
    }
    #birthday35 .main .slides-tab__item:nth-of-type(4) {
        margin: 0 auto;
    }
    #birthday35 .main .slick-prev {
        left: 1%;
        top: 30%;
        z-index: 5;
    }
    #birthday35 .main .slick-next {
        right: 1%;
        top: 30%;
    }
    #birthday35 .main .bubox__imgbox {
        width: 70%;
    }
    #birthday35 .main .memeberonly {
        background-size: cover;
    }
    #birthday35 .main .memeberonly__star {
        display: none;
    }
    #birthday35 .main .redeem__box-wrapper .box__imgbox-title {
        padding: 3vw;
    }
    #birthday35 .main .redeem__box-wrapper .box__imgbox-title .fa {
        font-size: 30px;
    }
    #birthday35 .main .datebox p {
        font-size: 26px;
        color: #d5007f;
        padding: 0;
        margin: 0;
    }
    #birthday35 .main .datebox p.purplestyle::after {
        display: none;
    }
    #birthday35 .main .datebox p.purplestyle::before {
        display: none;
    }

}

@media screen and (max-width: 640px) {
    #birthday35 .main {
        padding: 0;
    }
    #birthday35 .main .redeem__box-wrapper {
        display: contents;
    }
    #birthday35 .main .redeem__box-wrapper .box {
        width: 250px;
        height: 250px;
        margin: 0 auto;
    }
    #birthday35 .main .redeem__box-wrapper .box__imgbox-title {
        padding: 10vw;
    }
    #birthday35 .main .bubox__imgbox {
        width: 100%;
    }
    #birthday35 .main .bubox__imgbox img {
        width: 80%;
        margin: 0 auto;
    }
    #birthday35 .main .giftbox {
        width: 80%;
    }
    #birthday35 .main .slider-for {
        margin-top: -25%;
    }
    #birthday35 .main .slick-prev {
        left: 5%;
        top: 40%;
    }
    #birthday35 .main .slick-next {
        right: 5%;
        top: 40%;
    }
    #birthday35 .main .slides-tab img {
        width: 50%;
        margin: 0 auto;
    }
    #birthday35 .main .slides-tab__item:nth-of-type(1) {
        margin-left: -50px;
    }
    #birthday35 .main .slides-tab__item:nth-of-type(2) {
        margin-left: 0px;
    }
    #birthday35 .main .slides-tab__item:nth-of-type(3) {
        margin-left: 0px;
    }
    #birthday35 .main .slides-tab__item:nth-of-type(4) {
        margin-left: -15px;
    }
    #birthday35 .main .slides-tab__item:nth-last-of-type(1) {
        margin-left: -15px;
    }
    #birthday35 .main .slides-tab__item .card {
        top: 35px;
        z-index: 9;
        right: -12%;
    }
    #birthday35 .main .slides-tab__item p {
        left: 30%;
        top: 40%;
        font-size: 18px;
        z-index: 10;
        text-align: left;
    }
    #birthday35 .main .slider-nav .slick-current .card img {
        width: 70%;
    }
    #birthday35 .main .gifts__flex {
        display: block;
    }
    #birthday35 .main .gifts__flex--item {
        width: 100%;
    }
    #birthday35 .main .gifts__flex--item2 {
        width: 100%;
    }
    #birthday35 .main .gifts__flex--item2:nth-of-type(1) {
        width: 100%;
        margin-bottom: 5%;
    }
    #birthday35 .main .gifts__flex--item2:nth-of-type(2) {
        width: 100%;
    }
    #birthday35 .main .gifts__giftbox {
        -webkit-clip-path: none;
        clip-path: none;
    }
    #birthday35 .main .gifts__giftbox::after {
        -webkit-clip-path: none;
        clip-path: none;
    }
    #birthday35 .main h4{padding-bottom: 10px;}
    #birthday35 .main .gifts__flex.flexcenter{margin: -35px 0;}
    #birthday35 .main .gifts__flex--item3{width: 90%;border-bottom: 1px solid #c1805f;padding-top: 35px;margin: 0 auto; border-right: none;}
    #birthday35 .main .gifts__flex--item3:last-child{border-bottom: 0px;}
}


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