
@charset "UTF-8";

a#tt+section .content_wrapper .heading.block_header_6 .h {
    color: #FF0000;
    font-size: 5.5rem !important;
    text-shadow: 1px 1px 0 #d5b9b9, -1px -1px 0 #d5b9b9, -1px 1px 0 #d5b9b9, 1px -1px 0 #d5b9b9, 1px 0 0 #d5b9b9, -1px 0 0 #d5b9b9, 0 1px 0 #d5b9b9, 0 -1px 0 #d5b9b9;
    font-weight: 400;
}

a#ds+section .content_wrapper .heading.block_header_2 .h {
    color: #FF0000;
    font-size: 4.0rem !important;
}

a#ds+section .fx {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

a#ds+section .free {
    display: flex;
    max-width: 140px;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-content: flex-start;
    margin-right: 15px;
}

.fx p.free2 {
    text-shadow: 1px 1px 0 #009933, -1px -1px 0 #009933, -1px 1px 0 #009933, 1px -1px 0 #009933, 1px 0 0 #009933, -1px 0 0 #009933, 0 1px 0 #009933, 0 -1px 0 #009933;
    display: inline-block;
    margin-bottom: 0px;
}

.fx p.free2 span {
    background: #8ac53f;
    border-radius: 10px;
    display: inline-block;
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 1.5;
    margin: 0px 5px 5px 0px;
}

p.check {
    border: 3px solid #878787;
    border-radius: 10px;
    padding: 10px;
}

a#ds2+div .heading.block_header_4 .h {
    background: #ff0000;
    color: #fff;
}

@media screen and (max-width: 900px) {
    a#tt+section .content_wrapper .heading.block_header_6 .h {
        font-size: 4.2rem !important;
    }
    a#ds+section .content_wrapper .heading.block_header_2 .h {
    display: block;
    text-align: center !important;
    font-size: 3.5rem !important;
    }
    a#ds+section .fx {
        justify-content: center;
    }
}

@media screen and (max-width: 600px) {
    a#tt+section .content_wrapper .heading.block_header_6 .h {
        font-size: 4.2rem !important;
    }
}

@media screen and (max-width: 493px) {
    a#ds+section .free {
        margin-bottom: 10px;
    }
}