@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html, body {
    font-family: "Noto Sans TC";
    color: #3f3d3d;
    line-height: 1.5;
    background: url(../Images/bg_2025.jpg) no-repeat;
    background-size: cover;
    position: relative;
    height: 100vh;
}


.header {
    position: absolute;
    right: 10%;
    background: #810000;
    padding: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

    .header a {
        display: inline-block;
        margin: 0 5px;
    }

.fancybox-active {
    height: 100vh !important;
}

html.lock, body.lock {
    overflow: hidden;
}

a {
    text-decoration: none;
    color: #FFF;
}

b {
    font-weight: bold;
}

a:focus {
    outline: none;
}

.jump {
    display: flex;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    align-items: center;
    justify-content: center;
    z-index: 9999999;
}

    .jump > div {
        width: 90%;
        height: 90%;
        background: #FFF;
        padding: 40px 40px 40px 70px;
        box-sizing: border-box;
        overflow: auto;
        border-radius: 15px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
        text-indent: -30px;
    }

        .jump > div span {
            display: block;
            text-indent: -28px;
            padding: 3px 0 3px 28px;
        }

    .jump .title {
        font-size: 1.4375rem;
        font-weight: 500;
        text-align: center;
        padding: 0 0 25px 0;
        margin: 0 0 25px 0;
        border-bottom: 1px solid #3f3d3d;
    }

    .jump .text {
        font-size: 0.9375rem;
    }

        .jump .text div {
            padding: 0 0 15px 0;
        }

            .jump .text div .re {
                color: #cc3b2f;
            }

    .jump .btn_box {
        text-align: center;
    }

        .jump .btn_box a {
            background: #933b35;
            color: #FFF;
            padding: 7px 25px;
            border-radius: 3px;
            display: inline-block;
            text-indent: 0;
            box-shadow: 0 3px 0 0 #73241e;
            transition: box-shadow 0.15s ease-out, transform 0.15s ease-out;
            margin: 5px 8px 15px 0;
        }

            .jump .btn_box a:hover {
                box-shadow: 0 1px 0 0 #73241e;
                transform: translateY(2px);
            }

.fly {
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-align: center;
    width: 120px;
    height: 120px;
    text-align: center;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-sizing: border-box;
    box-shadow: 0 3px 0 0 #73241e;
    transition: box-shadow 0.15s ease-out, transform 0.15s ease-out;
    background: #933b35;
}

    .fly i {
        font-size: 1.3125rem;
        margin: 0 0 5px 0;
    }

    .fly:hover {
        box-shadow: 0 1px 0 0 #73241e;
        transform: translateY(2px);
    }

.banner {
    text-align: center;
    width: 660px;
    margin: 0 auto 1.5rem auto;
    position: inherit;
    z-index: 2;
}

    .banner img {
        width: 100%;
    }

.logo {
    width: 30%;
    margin: 0 auto 1rem auto;
    padding: 20px 0 0 0;
}

    .logo img {
        width: 100%;
    }

.banner .header {
    position: absolute;
    right: 20%;
    top: 0%;
    background: #ffffff;
    padding: 8px 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 0 3px #154d9d;
}

    .banner .header .btn {
        color: #00a0b1;
        font-weight: 500;
        margin: 0 14px;
    }

        .banner .header .btn.logout {
            color: #ed8018;
            position: relative;
        }

            .banner .header .btn.logout:before {
                content: "";
                width: 1px;
                height: 20px;
                background: #c7c7c7;
                position: absolute;
                left: -16px;
                top: 3px;
            }



.banner div p {
    padding: 15px 0 25px 0;
}



.banner div h1 {
    font-size: 2.4rem;
    font-weight: 600;
}

@media screen and (max-width: 1024px) {
    .banner div h1 {
        font-size: 1.8rem;
    }
}

.w1024 {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
}

.w1400 {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
    .w1024 {
        padding: 0 15px;
        box-sizing: border-box;
    }
}

.Main {
    margin: -65px 0 0 0;
    position: relative;
}

.balloon1 {
    position: absolute;
    top: 10%;
    left: 10%;
}

.balloon2 {
    position: absolute;
    top: 40%;
    right: 10%;
}

.white_box {
    border-radius: 10px;
    padding: 35px;
    box-sizing: border-box;
    text-align: center;
    margin: 10px 0 35px 0;
    background: linear-gradient(to bottom, rgba(255, 0, 95, 0.5) 0%, rgb(101 0 52 / 90%) 100%);
}

.Main.lock {
    pointer-events: none;
}

.Main .title {
    font-size: 3.5rem;
    font-weight: 700;
    color: #ffffff;
    border: 1px solid #fff;
    padding: 20px 15px;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    border-radius: 5px;
    letter-spacing: 5px;
}

.Main .title2 {
    background: #ed4f4f;
}

.Main .text {
    padding: 0 5px;
    margin: 0 0 25px 0;
}

    .Main .text span {
        display: block;
        box-sizing: border-box;
        padding: 5px 0 5px 20px;
        word-wrap: break-word;
    }

        .Main .text span o {
            text-indent: -23px;
            padding: 5px 0 5px 23px;
            display: block;
        }

    .Main .text.re {
        color: #ff2828;
        font-size: 0.9375rem;
    }

.Main .tx_highlight {
    color: #ff2828;
    transition: all 0.2s ease;
    text-decoration: underline;
}

    .Main .tx_highlight:hover {
        color: #cb0505;
    }

.Main .text .btn {
    background-color: #d1354d;
    color: #FFF;
    padding: 6px 26px;
    border-radius: 40px;
    display: inline-block;
    box-shadow: 0 3px 0 0 #c30000;
    transition: box-shadow 0.15s ease-out, transform 0.15s ease-out;
    margin: 5px 8px 15px 8px;
    font-size: 1.5em;
    cursor: pointer;
    font-weight: 600;
}

    .Main .text .btn:hover {
        box-shadow: 0 1px 0 0 #174e7c;
        transform: translateY(2px);
    }

.Main .btn_container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto 0;
}

    .Main .btn_container .btn {
        background-color: #770085;
        color: #FFF;
        padding: 8px 26px;
        border-radius: 10px;
        border: none;
        display: inline-block;
        box-shadow: 0 3px 0 0 #4c0055;
        transition: box-shadow 0.15s ease-out, transform 0.15s ease-out;
        margin: 5px 10px 35px 10px;
        font-size: 2em;
        cursor: pointer;
        font-weight: 600;
    }

    .Main .btn_container .btn2 {
        background-color: #ffffff;
        color: #770085;
        box-shadow: 0 3px 0 0 #770085;
    }


    .Main .btn_container .btn.btn_back {
        background-color: #490000;
        box-shadow: 0 3px 0 0 #6d0000;
    }

    .Main .btn_container .btn:hover {
        box-shadow: 0 1px 0 0 #4c0055;
        transform: translateY(2px);
    }

    .Main .btn_container .btn.btn_back:hover {
        box-shadow: 0 1px 0 0 #6d0000;
    }

    .Main .btn_container .btn2.btn_back:hover {
        background-color: #ffffff;
        box-shadow: 0 3px 0 0 #770085;
    }

    .Main .btn_container .btn.logout {
        position: absolute;
    }

.Main ul {
    margin: 0 auto;
    width: 1200px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: stretch;
}

.Main li {
    width: 200px;
    height: 190px;
    margin: 0 -8px;
}

    .Main li.gift {
        background: url(../Images/gift1.png) no-repeat center;
        background-size: contain;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        cursor: pointer;
        transition: all 0.2s ease-in-out;
    }


        .Main li.gift:nth-child(4n-1) {
            background: url(../Images/gift2.png) no-repeat center;
            background-size: contain;
        }

        .Main li.gift:hover {
            background: url(../Images/gift1-hover.png) no-repeat center;
            background-size: contain;
            display: flex;
            justify-content: center;
            align-content: center;
            align-items: center;
            cursor: pointer;
            transition: all 0.2s ease-in-out;
        }

        .Main li.gift:nth-child(4n-1):hover {
            background: url(../Images/gift2-hover.png) no-repeat center;
            background-size: contain;
            display: flex;
            justify-content: center;
            align-content: center;
            align-items: center;
            cursor: pointer;
            transition: all 0.2s ease-in-out;
        }

    .Main li.gift-hover {
        background: url(../Images/gift-hover.png) no-repeat center;
        background-size: contain;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 27px 0 0 0;
        box-sizing: border-box;
    }

    .Main li.gift span {
        padding: 59px 0 0 0;
        font-size: 2rem;
        font-family: 'Noto Sans TC';
        font-weight: bold;
        color: #950000;
    }

    .Main li.gift-hover .gift-name {
        display: block;
        font-size: 1.4rem;
        font-weight: 800;
        color: #f3ce52;
        text-align: center;
    }

    .Main li.gift-hover .gift-give {
        display: block;
        font-size: 1rem;
        font-weight: 500;
        color: #fff;
        text-align: center;
    }

.black-bg {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    z-index: 2;
}

.gift-lightbox {
    background: url(../Images/box.png) no-repeat center;
    background-size: cover;
    width: 1000px;
    height: 569px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #FFF;
    z-index: 3;
    text-align: center;
    padding: 0 9rem 0 14rem;
    box-sizing: border-box;
    letter-spacing: 2px;
}

    .gift-lightbox .name {
        display: block;
        width: 100%;
        font-size: 3rem;
        font-weight: 600;
        margin: 3rem 0 1rem;
        padding: 0 0 20px 0;
        border-bottom: 1px dotted #fff;
    }

    .gift-lightbox .A {
        font-size: 1.8rem;
        font-weight: 600;
    }

    .gift-lightbox .B {
        font-size: 1.8rem;
        font-weight: 600;
    }

        .gift-lightbox .B i {
            font-size: 1.2rem;
        }

    .gift-lightbox a {
        display: inline-block;
        background: #ffa74e;
        padding: 5px 10px;
        font-size: 1.5rem;
        font-weight: 700;
        border-radius: 10px;
        color: #6d0000;
        position: absolute;
        bottom: 45px;
    }




.fancybox-content .Resultimg {
    width: 50%;
}

.fancybox-content .text.pResult {
    font-size: 2rem;
    font-weight: 600;
    margin: 15px 0 0 0;
    color: #009ccb;
    text-shadow: 0px 3px 0 #ffe472;
}

.fancybox-content .text .check {
    background-color: #ed7e26;
    color: #FFF;
    padding: 6px 26px;
    border-radius: 40px;
    display: inline-block;
    box-shadow: 0 3px 0 0 #c75d0a;
    transition: box-shadow 0.15s ease-out, transform 0.15s ease-out;
    margin: 20px 0 0 0;
    font-size: 1.5em;
    cursor: pointer;
    font-weight: 600;
}

    .fancybox-content .text .check:hover {
        box-shadow: 0 3px 0 0 #c75d0a;
    }


@media screen and (max-width: 374px) {
    .Main .btn_container .btn {
        padding: 6px 17px 6px 14px;
        margin: 5px 5px 10px 5px;
    }
}

.Main table.up {
    background: #FFF;
    width: 100%;
    margin: 0 0 25px 0;
}

    .Main table.up tr th, .Main table.up tr td {
        padding: 8px;
        box-sizing: border-box;
    }

    .Main table.up tr th {
        background: #3f3d3d;
        color: #FFF;
    }

    .Main table.up tr td {
        border: 1px solid #CCC;
    }

    .Main table.up tr:nth-child(odd) td {
        background: rgba(63, 61, 61, 0.1);
    }

    .Main table.up.tc tr th, .Main table.up.tc tr td {
        text-align: center;
        vertical-align: middle;
    }

    .Main table.up.tc2 tr th, .Main table.up.tc2 tr td {
        text-align: left;
        vertical-align: middle;
        padding: 12px 20px;
        position: relative;
    }

    .Main table.up.tc2 input {
        padding: 4px 10px;
        color: #3f3d3d;
        font-size: 1em;
        border: 1px solid #a5a5a5;
        border-radius: 2px;
        min-width: 190px;
        transition: all 0.2s ease;
    }

        .Main table.up.tc2 input:hover {
            background-color: #f5f5f5;
        }

        .Main table.up.tc2 input:focus {
            background-color: #f5f5f5;
            outline: none;
        }

        .Main table.up.tc2 input.input-validation-error {
            border: 1px solid #ff2828;
        }

    .Main table.up.tc2 .field-validation-error {
        font-size: 0.875em;
        display: block;
        color: #ff2828;
        position: relative;
        left: 10px;
        top: 1px;
    }

    .Main table.up.tc2 select {
        min-width: 217px;
        padding: 4px 10px;
        color: #3f3d3d;
        font-size: 1em;
        border: 1px solid #a5a5a5;
        border-radius: 2px;
        cursor: pointer;
        transition: all 0.2s ease;
    }

        .Main table.up.tc2 select:focus {
            outline: none;
            background-color: #f5f5f5;
        }

        .Main table.up.tc2 select:hover {
            background-color: #f5f5f5;
        }

    .Main table.up.tc2 input[type=radio] {
        min-width: unset;
        cursor: pointer;
        margin: 8px 4px 8px 12px;
    }

table.game {
    width: 95%;
    text-align: center;
    margin: 20px auto;
}

    table.game td {
        width: 20%;
        padding: 10px;
    }

        table.game td img {
            width: 100%;
        }

@media screen and (max-width: 767px) {
    .Main table.up.tc2 tr th, .Main table.up.tc2 tr td {
        padding: 6px 8px;
    }

    .Main table.up.tc2, .Main table.up.tc2 select, .Main table.up.tc2 input {
        font-size: 0.8125em;
    }

        .Main table.up.tc2 select {
            min-width: 180px;
            padding: 4px;
        }

        .Main table.up.tc2 input {
            min-width: 170px;
            padding: 4px;
        }
}

@media screen and (max-width: 374px) {
    .Main table.up.tc2 tr th, .Main table.up.tc2 tr td {
        padding: 4px 8px 2px;
        display: -webkit-box;
        width: auto;
        border-bottom: none;
        border-top: none;
    }
}

.Main table.up.qr td {
    vertical-align: middle;
}

    .Main table.up.qr td a {
        color: #3f3d3d;
    }

.Main table.up.qr img {
    max-width: 125px;
}

.Main table.up .btn {
    background: #933b35;
    color: #FFF;
    padding: 3px 20px;
    border-radius: 3px;
    display: inline-block;
    text-indent: 0;
    box-shadow: 0 3px 0 0 #73241e;
    transition: box-shadow 0.15s ease-out, transform 0.15s ease-out;
    margin: 5px auto 7px auto;
}

    .Main table.up .btn:hover {
        box-shadow: 0 1px 0 0 #73241e;
        transform: translateY(2px);
    }

    .Main table.up .btn.pink {
        background: #fc4c86;
        box-shadow: 0 3px 0 0 #e43a72;
    }

        .Main table.up .btn.pink:hover {
            box-shadow: 0 1px 0 0 #e43a72;
            transform: translateY(2px);
        }

    .Main table.up .btn.org {
        background: #de7a5b;
        box-shadow: 0 3px 0 0 #c26244;
    }

        .Main table.up .btn.org:hover {
            box-shadow: 0 1px 0 0 #c26244;
            transform: translateY(2px);
        }

.table_out {
    overflow-x: auto;
    box-sizing: border-box;
    padding: 1px;
}

.abgne_tab {
    padding: 25px 0;
}

    .abgne_tab .tabs {
        display: flex;
        justify-content: space-between;
        position: relative;
        flex-flow: row wrap;
    }

@media screen and (max-width: 1024px) {
    .abgne_tab .tabs {
        justify-content: flex-start;
    }
}

.abgne_tab .tabs > li {
    margin: 0 0 15px 0;
}

@media screen and (max-width: 1024px) {
    .abgne_tab .tabs > li {
        width: 32%;
        margin: 0 0.6% 15px 0.6%;
    }
}

@media screen and (max-width: 767px) {
    .abgne_tab .tabs > li {
        width: 48%;
        margin: 0 1% 15px 1%;
    }
}

.abgne_tab .tabs > li > a {
    color: #933b35;
    font-size: 1.0625rem;
    padding: 6px 45px 7px 45px;
    border-radius: 20px;
    transition: background 0.15s ease-out, color 0.15s ease-out;
    border: 1px solid #933b35;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .abgne_tab .tabs > li > a {
        padding: 6px 20px 7px 20px;
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .abgne_tab .tabs > li > a {
        padding: 6px 0 7px 0;
        text-align: center;
        font-size: 0.9375rem;
    }
}

.abgne_tab .tabs > li.active > a, .abgne_tab .tabs > li:hover > a {
    background: #933b35;
    color: #FFF;
}

.abgne_tab .tabs > li:nth-child(2) > a {
    color: #e0b419;
    border: 1px solid #e0b419;
}

.abgne_tab .tabs > li:nth-child(2).active > a, .abgne_tab .tabs > li:nth-child(2):hover > a {
    background: #e0b419;
    color: #FFF;
}

.abgne_tab .tabs > li:nth-child(3) > a {
    color: #fc4c86;
    border: 1px solid #fc4c86;
}

.abgne_tab .tabs > li:nth-child(3).active > a, .abgne_tab .tabs > li:nth-child(3):hover > a {
    background: #fc4c86;
    color: #FFF;
}

.abgne_tab .tabs > li:nth-child(4) > a {
    color: #de7a5b;
    border: 1px solid #de7a5b;
}

.abgne_tab .tabs > li:nth-child(4).active > a, .abgne_tab .tabs > li:nth-child(4):hover > a {
    background: #de7a5b;
    color: #FFF;
}

.abgne_tab .tabs > li:nth-child(5) > a {
    color: #4c6dfc;
    border: 1px solid #4c6dfc;
}

.abgne_tab .tabs > li:nth-child(5).active > a, .abgne_tab .tabs > li:nth-child(5):hover > a {
    background: #4c6dfc;
    color: #FFF;
}

.abgne_tab .tabs_other {
    display: flex;
    position: relative;
    flex-flow: row wrap;
}

    .abgne_tab .tabs_other > li {
        width: 14.285%;
    }

@media screen and (max-width: 1024px) {
    .abgne_tab .tabs_other > li {
        width: 20%;
    }
}

@media screen and (max-width: 767px) {
    .abgne_tab .tabs_other > li {
        width: 33.3333%;
    }
}

.abgne_tab .tabs_other > li > a {
    color: #3f3d3d;
    font-size: 0.9375rem;
    padding: 4px 0;
    border: 1px solid #3f3d3d;
    transition: background 0.15s ease-out, color 0.15s ease-out;
    display: block;
    text-align: center;
    box-sizing: border-box;
    background: #FFF;
}

@media screen and (max-width: 767px) {
    .abgne_tab .tabs_other > li > a {
        padding: 6px 0 7px 0;
        text-align: center;
        display: block;
    }
}

.abgne_tab .tabs_other > li.active > a, .abgne_tab .tabs_other > li:hover > a {
    background: #3f3d3d;
    color: #FFF;
}

.abgne_tab .tab_container {
    padding: 25px 0 0 0;
}

    .abgne_tab .tab_container .text {
        padding: 25px 0;
        margin: 0;
    }

    .abgne_tab .tab_container table {
        background: #FFF;
    }

@media screen and (max-width: 767px) {
    .abgne_tab .tab_container table {
        min-width: 1000px;
    }
}

.abgne_tab .tab_container table tr th, .abgne_tab .tab_container table tr td {
    padding: 8px;
    box-sizing: border-box;
}

.abgne_tab .tab_container table tr th {
    background: #933b35;
    color: #FFF;
}

.abgne_tab .tab_container table tr td {
    border: 1px solid #CCC;
}

    .abgne_tab .tab_container table tr td.tc {
        text-align: center;
    }

    .abgne_tab .tab_container table tr td.md {
        vertical-align: middle;
    }

    .abgne_tab .tab_container table tr td .class {
        background: #de7a5b;
        display: inline-block;
        color: #FFF;
        padding: 2px 15px;
        border-radius: 3px;
        font-size: 0.9375rem;
    }

    .abgne_tab .tab_container table tr td .tec {
        font-size: 0.9375rem;
        background: #3f3d3d;
        display: inline-block;
        color: #FFF;
        padding: 2px 15px;
        border-radius: 3px;
        margin: 10px 0 0 0;
    }

.abgne_tab .tab_container table tr.dblue td {
    background: rgba(147, 59, 53, 0.1);
}

.abgne_tab .tab_container .B tr th {
    background: #e0b419;
}

.abgne_tab .tab_container .B tr.dblue td {
    background: rgba(224, 180, 25, 0.1);
}

.abgne_tab .tab_container .C tr th {
    background: #fc4c86;
}

.abgne_tab .tab_container .C tr.dblue td {
    background: rgba(252, 76, 134, 0.1);
}

.abgne_tab .tab_container .D tr th {
    background: #de7a5b;
}

.abgne_tab .tab_container .D tr.dblue td {
    background: rgba(222, 122, 91, 0.1);
}

.abgne_tab .tab_container .E tr th {
    background: #4c6dfc;
}

.abgne_tab .tab_container .E tr.dblue td {
    background: rgba(76, 109, 252, 0.1);
}

.abgne_tab .tc_info {
    padding: 25px 0 0 0;
}

    .abgne_tab .tc_info table tr:nth-child(odd) td {
        background: none;
    }

    .abgne_tab .tc_info table tr th {
        background: #3f3d3d;
    }

    .abgne_tab .tc_info table tr td:nth-child(1) {
        background: #3f3d3d;
        color: #FFF;
        vertical-align: middle;
        text-align: center;
    }

.bottom {
    z-index: 1;
    position: sticky;
    margin: 0 0 -10px 0;
}

    .bottom img {
        width: 100%;
    }

footer {
    box-sizing: border-box;
    text-align: center;
    color: #FFF;
    font-size: 0.9375rem;
    letter-spacing: 1px;
    font-weight: 300;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.footer_box {
    display: block;
    margin: 0 auto 0 auto;
    padding: 10px 0;
    color: #000;
    background: #98c475;
    width: 100%;
    position: sticky;
    z-index: 1;
}

footer .logo1 {
    width: 35%;
    margin: 0 15px 0 0;
}

footer .logo2 {
    width: 18%;
}
/*# sourceMappingURL=StyleSheet.css.map */
