.headline {
    font-size: 26px;
    line-height: 1.45em;
    letter-spacing: 0em;
    margin-bottom: 0px;
    color: rgb(166, 15, 55);
    font-family: Alegreya;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    text-decoration: none;
    font-weight: 400;
}

.headline a:hover {
    text-decoration: underline;
}

nav {
    text-align: right;
}

nav ul li a {
    transition: all 0.25s ease-in 0s;
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-family: Alegreya;
    font-weight: 400;
}

nav:before {
    font-size: 30px;
    color: rgb(69, 69, 69);
}

nav ul li ul a {
    font-size: 14px;
}

nav ul li a:hover {
    background-color: rgb(122, 12, 41);
}

nav ul li a {
    padding-top: 20px;
    padding-right: 14px;
    padding-bottom: 20px;
    padding-left: 14px;
    margin-top: 0px;
    margin-right: 3px;
    margin-left: 3px;
    background-color: transparent;
    text-transform: none;
    border-right-width: 0px;
    border-color: rgba(255, 255, 255, 0.24);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    text-align: center;
}

nav ul li ul li a {
    background-color: rgb(166, 15, 55);
    margin-bottom: 0px;
}

nav ul li ul li a:hover {
    background-color: rgb(166, 15, 55);
}

nav ul li ul li.active a {
    background-color: rgb(166, 15, 55);
}

nav ul li.active a {
    text-decoration: underline;
    background-color: rgb(122, 12, 41);
}

.subtitle {
    font-size: 17px;
    line-height: 1.2em;
    letter-spacing: 0em;
    margin-bottom: 20px;
    color: rgb(166, 15, 55);
    font-family: Alegreya;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
}

.preamble {
    font-size: 22px;
    line-height: 1.5em;
    letter-spacing: 0em;
    margin-bottom: 5px;
}

.preamble a {}

.preamble a:hover {}

.bodytext {
    line-height: 1.6em;
    margin-bottom: 20px;
    color: rgb(102, 102, 102);
    font-size: 11px;
    font-family: Arial;
    margin-top: 20px;
}

.bodytext a {
    color: rgb(122, 12, 41);
    text-decoration: underline;
}

.bodytext a:hover {
    color: rgb(255, 0, 0);
}

.smalltext {
    line-height: 1.2em;
    letter-spacing: 0em;
    font-size: 11px;
    margin-bottom: 5px;
    color: rgb(122, 12, 41);
    font-family: Tahoma;
}

.smalltext a {
    color: rgb(122, 12, 41);
    text-decoration: underline;
}

.smalltext a:hover {
    color: rgb(255, 0, 0);
}

body {
    color: rgb(96, 96, 96);
    font-size: 16px;
    font-family: 'Open Sans';
    line-height: 1.2em;
    font-weight: 400;
    background-color: rgb(255, 255, 255);
    background-image: none;
    background-repeat: repeat-x;
}

body a {
    text-decoration: none;
    color: rgb(68, 58, 223);
}

.button {
    margin-bottom: 40px;
    border-radius: 3px;
    border-width: 0px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    background-color: rgb(69, 69, 69);
    padding-top: 15px;
    padding-right: 25px;
    padding-bottom: 15px;
    padding-left: 25px;
}

.button:hover {
    background-color: rgb(53, 53, 53);
}

.form {
    margin-bottom: 40px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.form label {
    padding-bottom: 0px;
    margin-bottom: 10px;
    line-height: 1.2em;
}

.form input[type=text],
.form textarea,
.form select {
    border-radius: 3px;
    border-width: 1px;
    border-color: rgb(204, 204, 204);
    color: rgb(69, 69, 69);
    font-size: 14px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
}

.form input[type=submit] {
    margin-top: 20px;
    margin-bottom: 0px;
}

.form input[type=checkbox]+span,
.form input[type=radio]+span,
.form .form_option input[type=checkbox]+label:not([class*="optin"]) {
    line-height: 1.6em;
    margin-left: 10px;
    margin-bottom: 20px;
    margin-right: 20px;
}

.text {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.image {
    margin-bottom: 15px;
    margin-left: 15px;
    margin-top: 15px;
    margin-right: 15px;
}

.map {
    margin-bottom: 40px;
}

.gallery {
    margin-bottom: 40px;
}

.row {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.col {
    margin-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0px;
    padding-bottom: 0px;
}

.custom1 {
    color: rgb(166, 15, 55);
    font-size: 21px;
    font-family: Alegreya;
    padding-left: 0px;
    padding-top: 50px;
    padding-bottom: 15px;
    padding-right: 0px;
    text-align: center;
}

.custom2 {
    color: rgb(85, 85, 85);
    font-size: 11px;
    font-family: Arial;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 20px;
}

.custom2 a {
    color: rgb(85, 85, 85);
    text-decoration: underline;
}

.custom2 a:hover {
    color: rgb(122, 12, 41);
}

.custom4 {}

.custom5 {}

.custom3 {}

.smallsubtitle {
    font-size: 11px;
    line-height: 1.2em;
    margin-bottom: 20px;
    color: rgb(0, 116, 101);
    font-family: Georgia;
    font-weight: 800;
    margin-top: 20px;
}

.spottext {
    font-size: 63px;
    color: rgb(255, 255, 255);
    line-height: 1.2em;
    text-align: center;
    margin-bottom: 20px;
}

.footertext {
    font-size: 13px;
    line-height: 1.6em;
    margin-bottom: 20px;
    color: rgb(255, 255, 255);
    text-align: center;
    font-family: Arial;
    margin-top: 20px;
}

.footertext a {
    color: rgba(255, 255, 255, 0.28);
}

.footertext a:hover {
    color: rgb(255, 255, 255);
    text-decoration: underline;
}

.companyname {
    font-size: 22px;
    text-align: left;
    line-height: 1.2em;
}

.companyname a {
    color: rgb(96, 96, 96);
}

.smallspottext {
    line-height: 1.5em;
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 22px;
    margin-bottom: 5px;
}

.locale {
    text-align: right;
}

.locale ul li a {
    transition: all 0.25s ease-in 0s;
    color: rgb(255, 255, 255);
}

.locale ul li {
    background-color: rgb(69, 69, 69);
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
}

.button2 {
    font-size: 21px;
    border-width: 2px;
    line-height: 1em;
    margin-bottom: 40px;
    border-radius: 3px;
    color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
    display: table;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
}

.button2:hover {
    border-color: rgba(255, 255, 255, 0.498039);
}

.divider {
    display: table;
    margin-left: auto;
    margin-right: auto;
    border-top-width: 1px;
    border-color: rgba(0, 0, 0, 0.0980392);
    width: 100%;
}

.socialmedia {
    text-align: right;
    font-size: 19px;
}

.socialmedia li {
    margin-left: 10px;
    margin-bottom: 10px;
}

.socialmedia li a {
    width: 30px;
    height: 30px;
    color: rgb(255, 255, 255);
}

.socialmedia li a:hover {
    color: rgb(255, 255, 255);
}

.paymenticons li {
    margin-left: 5px;
    margin-bottom: 5px;
    padding-bottom: 40px;
}

.linklist {
    margin-bottom: 0px;
    margin-top: 0px;
    padding-left: 0px;
}

.linklist a {
    margin-bottom: 1px;
    background-color: rgb(242, 242, 242);
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.breadcrumb li a {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.brandfooter {
    color: rgba(96, 96, 96, 0);
}

.brandfooter a {
    color: rgba(68, 58, 223, 0);
}

@media only screen and (max-width:1199px) {
    nav:before {
        color: rgb(255, 255, 255);
        font-size: 30px;
    }

    nav>ul li a {
        padding-right: 25px;
        padding-left: 25px;
    }

    nav {
        text-align: center;
    }

    .custom4 {}

    .custom4 a {}

    .custom4 a:hover {}

    .custom1 {
        line-height: 1.2em;
        padding-left: 56px;
        padding-right: 0px;
        padding-top: 13px;
        font-size: 16px;
        padding-bottom: 13px;
    }

    .custom3 {}

    .custom3 a {}

    .custom3 a:hover {}

    body {}

    body a {}

    body a:hover {}

    .preamble {
        font-size: 18px;
    }

    .preamble a {}

    .preamble a:hover {}

    .bodytext {}

    .bodytext a {}

    .bodytext a:hover {}

    .smallsubtitle {}

    .smallsubtitle a {}

    .smallsubtitle a:hover {}

    .smalltext {
        font-size: 12px;
    }

    .smalltext a {}

    .smalltext a:hover {}

    .spottext {
        font-size: 50px;
    }

    .spottext a {}

    .spottext a:hover {}

    .smallspottext {
        font-size: 18px;
    }

    .smallspottext a {}

    .smallspottext a:hover {}

    .companyname {
        font-size: 18px;
    }

    .companyname a {}

    .companyname a:hover {}

    .footertext {
        font-size: 12px;
    }

    .footertext a {}

    .footertext a:hover {}
}

@media only screen and (max-width:767px) {
    nav {
        text-align: center;
    }

    nav>ul li>a {
        color: rgb(223, 223, 223);
    }

    nav>ul>li>ul a {
        font-size: 15px;
    }

    nav:before {
        font-size: 30px;
        color: rgb(255, 255, 255);
    }

    nav>ul li a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    nav>ul>li>ul li a {
        background-color: rgba(255, 255, 255, 0);
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }

    .nav {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    nav.opened-menu>ul {
        background-color: rgb(122, 12, 41);
        padding-right: 40px;
    }

    .headline {
        font-size: 21px;
        color: rgb(166, 15, 55);
        font-family: Alegreya;
        padding-left: 0px;
        padding-right: 0px;
    }

    .subtitle {
        padding-left: 0px;
        padding-right: 0px;
    }

    .preamble {
        font-size: 20px;
    }

    .preamble a {}

    .preamble a:hover {}

    .bodytext {
        font-size: 14px;
    }

    .smalltext {}

    .smalltext a {}

    .smalltext a:hover {}

    .form {
        margin-bottom: 20px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }

    .form label {}

    .form input[type=submit] {}

    .form input[type=submit]:hover {}

    .form input[type=text],
    .form textarea,
    .form select {}

    .form .thankYou {}

    .form input[type=checkbox]+span,
    .form input[type=radio]+span,
    .form .form_option input[type=checkbox]+label:not([class*="optin"]) {
        margin-bottom: 10px;
        margin-right: 10px;
    }

    .gallery {
        margin-bottom: 20px;
    }

    .map {
        margin-bottom: 20px;
    }

    .button {
        margin-bottom: 20px;
    }

    .button:hover {}

    .custom1 {
        padding-top: 23px;
    }

    .custom2 {}

    .custom2 a {}

    .custom2 a:hover {}

    .custom3 {}

    .custom3 a {}

    .custom3 a:hover {}

    .custom4 {}

    .custom4 a {}

    .custom4 a:hover {}

    .custom5 {}

    .custom5 a {}

    .custom5 a:hover {}

    .spottext {
        font-size: 39px;
    }

    .spottext a {}

    .spottext a:hover {}

    body {}

    body a {}

    body a:hover {}

    .locale {}

    .locale ul li a {}

    .locale ul li a:hover {}

    .locale ul li.active a {}

    .locale ul li {}

    .locale ul li:hover {}

    .locale ul li.active {}

    .smallsubtitle {}

    .smallsubtitle a {}

    .smallsubtitle a:hover {}

    .smallspottext {
        font-size: 20px;
    }

    .smallspottext a {}

    .smallspottext a:hover {}

    .companyname {
        font-size: 20px;
    }

    .companyname a {}

    .companyname a:hover {}

    .footertext {}

    .footertext a {}

    .footertext a:hover {}

    .button2 {
        margin-bottom: 20px;
    }

    .button2:hover {}

    .socialmedia {
        text-align: center;
        font-size: 22px;
    }

    .socialmedia li a {
        width: 45px;
        height: 45px;
    }

    .socialmedia li a:hover {}

    .socialmedia li {
        margin-left: 5px;
        margin-right: 5px;
    }

    .socialmedia li:hover {}

    .button3 {
        width: 100%;
        margin-bottom: 0px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        background-color: rgb(0, 0, 0);
        text-align: center;
        text-transform: uppercase;
        font-family: Arial;
        font-size: 14px;
    }

    .button3:hover {
        background-color: rgb(0, 0, 0);
    }

    .brandfooter {
        background-color: rgb(130, 130, 130);
    }
}

#r5001 {
    padding-left: 0px;
    padding-right: 0px;
}

#r5001>.container {
    padding-left: 100px;
    padding-right: 100px;
}

#m1623 {
    padding-top: 44px;
}

#r1568 {
    background-color: rgb(166, 15, 55);
}

#r5002 {
    background-color: rgba(255, 255, 255, 0);
    background-position: 50% 0%;
    background-repeat: repeat-y;
}

#r1074 {
    background-color: rgb(166, 15, 55);
    background-image: none;
    background-repeat: repeat-y;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

#m3275 {
    text-align: center;
    padding-top: 17px;
    font-size: 42px;
}

#p2374 #r2240 {
    border-color: rgb(122, 12, 41);
    border-top-width: 4px;
    border-right-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 4px;
    border-style: double;
}

#p2374 #m1585 {
    border-color: rgb(122, 12, 41);
    border-bottom-width: 1px;
}

#p2374 #r3409 {
    padding-top: 10px;
    padding-bottom: 10px;
}

#p2374 #c2546 {
    background-image: none;
    background-repeat: repeat-y;
    background-position: 50% 0%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-top-width: 0px;
    border-color: rgb(209, 209, 207);
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-width: 0px;
    padding-top: 40px;
}

#p2374 #m1427 {
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0% 50%;
}

#p2374 #m4660 {
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0% 50%;
    padding-top: 30px;
}

#p2374 #m4850 {
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0% 50%;
    padding-top: 30px;
}

#p2374 #m3352 {
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0% 50%;
    padding-top: 30px;
}

#p8583 #r3764 {
    padding-top: 30px;
    padding-bottom: 30px;
}

#p8583 #r4741 {
    border-color: rgb(122, 12, 41);
    border-top-width: 1px;
    padding-top: 10px;
}

#p8583 #m3021 {
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0% 50%;
    border-color: rgb(194, 194, 192);
    border-bottom-width: 0px;
    margin-bottom: 20px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
}

#p8583 #r1000 {
    border-color: rgb(166, 15, 55);
    border-top-width: 1px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-style: double;
    padding-top: 10px;
}

#p8583 #m1427 {
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0% 50%;
}

#p8583 #m2395 {
    padding-top: 10px;
}

#p8583 #m2255 {
    border-style: solid;
    padding-left: 20px;
}

#p8583 #r3497 {
    border-color: rgb(122, 12, 41);
    border-bottom-width: 1px;
    padding-top: 10px;
}

#p8583 #m4660 {
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0% 50%;
}

#p8583 #r1775 {
    border-color: rgb(122, 12, 41);
    border-bottom-width: 1px;
    padding-top: 10px;
}

#p8583 #m4850 {
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0% 50%;
    padding-top: 10px;
}

#p8583 #r2306 {
    border-color: rgb(122, 12, 41);
    border-bottom-width: 1px;
    padding-top: 10px;
}

#p8583 #m3352 {
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0% 50%;
    padding-top: 10px;
}

#p8583 #r4844 {
    border-color: rgb(122, 12, 41);
    border-bottom-width: 1px;
    padding-top: 10px;
}

#p8583 #m1840 {
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0% 50%;
    padding-top: 10px;
}

#p8583 #r2512 {
    border-style: solid;
    border-color: rgb(122, 12, 41);
    padding-top: 10px;
}

#p8583 #m2823 {
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0% 50%;
}

#p5557 #r4486 {
    padding-top: 20px;
}

#p5557 #m3021 {
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0% 50%;
    border-color: rgb(194, 194, 192);
    border-bottom-width: 0px;
    margin-bottom: 20px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
}

#p5557 #r1248 {
    padding-top: 50px;
    border-color: rgb(166, 15, 55);
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}

#p5557 #m3719 {
    margin-left: auto;
    margin-right: auto;
    max-width: 67%;
    border-color: rgb(166, 15, 55);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

#p5557 #m4985 {
    padding-bottom: 20px;
}

#p5557 #m1491 {
    color: rgb(166, 15, 55);
    text-align: center;
    border-color: rgb(166, 15, 55);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

#p5557 #m2688 {
    max-width: 52%;
    margin-left: auto;
    margin-right: auto;
    border-color: rgb(166, 15, 55);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

#p5557 #m1543 {
    padding-bottom: 20px;
}

#p5557 #m1498 {
    color: rgb(166, 15, 55);
    text-align: center;
    border-color: rgb(166, 15, 55);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

#p5557 #c1624 {
    padding-bottom: 21px;
}

#p5557 #m3233 {
    margin-left: auto;
    margin-right: auto;
    max-width: 67%;
}

#p5557 #m3520 {
    padding-bottom: 20px;
}

#p5557 #m2610 {
    color: rgb(166, 15, 55);
    text-align: center;
    border-color: rgb(166, 15, 55);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

#p3117 #r3011 {
    border-bottom-width: 4px;
    border-color: rgb(166, 15, 55);
    padding-top: 20px;
    border-left-width: 4px;
    border-top-width: 4px;
    border-right-width: 4px;
    border-style: double;
}

#p3117 #r1421 {
    padding-top: 20px;
    border-color: rgb(166, 15, 55);
    border-bottom-width: 4px;
    border-top-width: 4px;
    border-left-width: 4px;
    border-right-width: 4px;
    border-style: double;
    margin-top: 50px;
    margin-bottom: 50px;
}

#p3117 #m4264 {
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0% 50%;
}

#p3117 #m3830 {
    margin-left: auto;
    margin-bottom: 0px;
    margin-top: 0px;
    max-width: 80%;
    margin-right: auto;
}

#p3117 #r3811 {
    padding-top: 20px;
    border-color: rgb(166, 15, 55);
    border-bottom-width: 4px;
    border-top-width: 4px;
    border-right-width: 4px;
    border-left-width: 4px;
    border-style: double;
    margin-top: 10px;
}

#p3117 #m3438 {
    margin-left: auto;
    margin-bottom: 0px;
    margin-right: auto;
    max-width: 100%;
}

#p3117 #m1986 {
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0% 50%;
}

#p3117 #r2211 {
    border-color: rgb(166, 15, 55);
    border-top-width: 4px;
    border-right-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 4px;
    border-style: double;
    margin-top: 50px;
}

#p3117 #m4605 {
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0% 50%;
}

#p3117 #r4450 {
    border-color: rgb(166, 15, 55);
    border-top-width: 4px;
    border-right-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 4px;
    border-style: double;
    margin-top: 20px;
    background-color: rgb(166, 15, 55);
}

#p3117 #m2323 {
    margin-left: auto;
    margin-right: auto;
}

#p3117 #m2844 {
    margin-left: auto;
    margin-right: auto;
}

#p3117 #r1065 {
    border-color: rgb(166, 15, 55);
    border-top-width: 4px;
    border-right-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 4px;
    border-style: double;
    margin-top: 20px;
    margin-bottom: 20px;
}

#p3117 #r4992 {
    border-color: rgb(166, 15, 55);
    border-top-width: 4px;
    border-right-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 4px;
    border-style: double;
    margin-top: 20px;
}

#p3117 #m3126 {
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0% 50%;
}

#p1788 #m3744 {
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0% 50%;
}

#p1788 #r4921 {
    background-color: transparent;
    border-color: rgb(166, 15, 55);
    border-top-width: 10px;
    border-right-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 10px;
}

#p1788 #c2392 {
    border-color: rgb(166, 15, 55);
    border-top-width: 4px;
    border-left-width: 4px;
    border-bottom-width: 4px;
    border-right-width: 4px;
    border-style: double;
}

#p1788 #m4513 {
    margin-left: auto;
    margin-right: auto;
}

#p1788 #m3587 {
    padding-top: 10px;
}

#p1788 #c3029 {
    border-color: rgb(166, 15, 55);
    border-top-width: 4px;
    border-right-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 4px;
    border-style: double;
}

#p1788 #m1138 {
    max-width: 40%;
    margin-left: auto;
    margin-right: auto;
}

#p1788 #m2930 {
    padding-top: 10px;
}

#p1788 #r2884 {
    border-color: rgb(166, 15, 55);
    border-top-width: 10px;
    border-right-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 10px;
}

#p1788 #c3373 {
    border-color: rgb(166, 15, 55);
    border-top-width: 4px;
    border-right-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 4px;
    border-style: double;
}

#p1788 #m3660 {
    margin-left: auto;
    margin-right: auto;
    max-width: 40%;
}

#p1788 #c2674 {
    border-top-width: 4px;
    border-color: rgb(166, 15, 55);
    border-right-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 4px;
    border-style: double;
}

#p1788 #m3867 {
    margin-left: auto;
    margin-right: auto;
    max-width: 83%;
}

#p1788 #m1032 {
    border-style: solid;
}

#p1788 #r1150 {
    border-color: rgb(166, 15, 55);
    border-top-width: 10px;
    border-right-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 10px;
}

#p1788 #c1736 {
    border-color: rgb(166, 15, 55);
    border-top-width: 4px;
    border-right-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 4px;
    border-style: double;
}

#p1788 #m1852 {
    max-width: 40%;
    border-style: solid;
    margin-left: auto;
    margin-right: auto;
}

#p1788 #m1901 {
    border-style: solid;
    margin-top: 15px;
    margin-bottom: 15px;
}

#p1788 #c3991 {
    border-color: rgb(166, 15, 55);
    border-top-width: 4px;
    border-right-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 4px;
    border-style: double;
}

#p1788 #m4510 {
    max-width: 40%;
    margin-left: auto;
    margin-right: auto;
}

#p1788 #m4510+.hoverOverlay .hoverIcon {
    border-style: solid;
}

#p1788 #m4510+.hoverOverlay {
    border-style: solid;
}

#p1788 #m4473 {
    border-style: solid;
    margin-top: 15px;
    margin-bottom: 15px;
}

#p4373 #r4757 {
    padding-bottom: 20px;
    border-color: rgb(166, 15, 55);
    border-top-width: 5px;
    border-right-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 5px;
    border-style: double;
}

#p4373 #r4106 {
    border-color: rgb(255, 255, 255);
    border-top-width: 5px;
    border-right-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 5px;
    padding-top: 20px;
    margin-bottom: 0px;
    border-style: double;
    background-color: rgb(166, 15, 55);
}

#p4373 #m3686 {
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0% 50%;
}

#p4373 #r4250 {
    background-color: rgb(227, 227, 227);
    padding-top: 13px;
    padding-bottom: 13px;
    border-color: rgb(166, 15, 55);
    border-top-width: 4px;
    border-right-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 4px;
    border-style: double;
}

#p4373 #m1893 {
    text-align: center;
    border: 4px double rgb(175, 175, 175);
    background-color: rgb(255, 255, 255);
    padding-top: 50px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    margin-bottom: 10px;
    border-color: rgb(166, 15, 55);
}

#p4373 #m3725 {
    text-align: center;
    border: 4px double rgb(175, 175, 175);
    background-color: rgb(255, 255, 255);
    padding-top: 50px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    margin-bottom: 10px;
    border-color: rgb(166, 15, 55);
}

#p4373 #m1268 {
    text-align: center;
    border: 4px double rgb(175, 175, 175);
    background-color: rgb(255, 255, 255);
    padding-top: 50px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    border-color: rgb(166, 15, 55);
}

#p4373 #r2185 {
    margin-top: 50px;
}

#p4373 #c2363 {
    padding-right: 0px;
    padding-left: 0px;
}

#p4373 #m3358 {
    border-color: rgb(166, 15, 55);
    border-style: double;
    border-top-width: 5px;
    border-right-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 5px;
    margin-left: auto;
    margin-right: auto;
}

#p4373 #r1733 {
    border-color: rgb(255, 255, 255);
    border-top-width: 5px;
    padding-top: 20px;
    border-right-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-style: double;
    background-color: rgb(166, 15, 55);
}

#p4373 #m2005 {
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0% 50%;
    padding-bottom: 10px;
}

#p4373 #r2902 {
    background-color: rgb(227, 227, 227);
    padding-top: 13px;
    padding-bottom: 13px;
    border-color: rgb(166, 15, 55);
    border-top-width: 4px;
    border-right-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 4px;
    border-style: double;
}

#p4373 #m2025 {
    text-align: center;
    border: 4px double rgb(175, 175, 175);
    background-color: rgb(255, 255, 255);
    padding-top: 50px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    border-color: rgb(166, 15, 55);
}

#p4373 #m2507 {
    text-align: center;
    border: 4px double rgb(175, 175, 175);
    background-color: rgb(255, 255, 255);
    padding-top: 50px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    border-color: rgb(166, 15, 55);
}

#p4373 #m4883 {
    text-align: center;
    border: 4px double rgb(175, 175, 175);
    background-color: rgb(255, 255, 255);
    padding-top: 50px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    border-color: rgb(166, 15, 55);
}

#p4373 #m1256 {
    text-align: center;
    border: 4px double rgb(175, 175, 175);
    background-color: rgb(255, 255, 255);
    padding-top: 50px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    border-color: rgb(166, 15, 55);
}

#p4373 #m2752 {
    text-align: center;
    border: 4px double rgb(175, 175, 175);
    background-color: rgb(255, 255, 255);
    padding-top: 50px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    border-color: rgb(166, 15, 55);
}

#p4373 #r2203 {
    margin-top: 50px;
}

#p4373 #m2394 {
    margin-left: auto;
    margin-right: auto;
    border-color: rgb(166, 15, 55);
    border-style: double;
    border-top-width: 5px;
    border-right-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 5px;
    max-width: 100%;
}

#p4373 #r4671 {
    margin-top: 0px;
    border-color: rgb(255, 255, 255);
    border-style: double;
    border-top-width: 5px;
    border-right-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 5px;
    margin-bottom: 0px;
    background-color: rgb(166, 15, 55);
}

#p4373 #m1555 {
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0% 50%;
    border-top-width: 5px;
    border-right-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 5px;
    border-color: transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

#p4373 #r2864 {
    padding-bottom: 13px;
    background-color: rgb(227, 227, 227);
    padding-top: 13px;
    border-color: rgb(166, 15, 55);
    border-top-width: 4px;
    border-right-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 4px;
    border-style: double;
}

#p4373 #m1778 {
    text-align: center;
    border: 4px double rgb(175, 175, 175);
    background-color: rgb(255, 255, 255);
    padding-top: 50px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    border-color: rgb(166, 15, 55);
}

#p4373 #m4432 {
    text-align: center;
    border: 4px double rgb(175, 175, 175);
    background-color: rgb(255, 255, 255);
    padding-top: 50px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    border-color: rgb(166, 15, 55);
}

#p4373 #m3707 {
    text-align: center;
    border: 4px double rgb(175, 175, 175);
    background-color: rgb(255, 255, 255);
    padding-top: 50px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    border-color: rgb(166, 15, 55);
}

#p4373 #m1047 {
    text-align: center;
    border: 4px double rgb(175, 175, 175);
    background-color: rgb(255, 255, 255);
    padding-top: 50px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    border-color: rgb(166, 15, 55);
}

#p4373 #m2106 {
    text-align: center;
    border: 4px double rgb(175, 175, 175);
    background-color: rgb(255, 255, 255);
    padding-top: 50px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    border-color: rgb(166, 15, 55);
}

#p4373 #r4044 {
    padding-top: 70px;
}

#p4373 #c4858 {
    padding-left: 0px;
    padding-right: 0px;
}

#p4373 #m2143 {
    margin-left: auto;
    margin-right: auto;
    border-color: rgb(166, 15, 55);
    border-top-width: 5px;
    border-right-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 5px;
    border-style: double;
    max-width: 95%;
    margin-top: 0px;
    margin-bottom: 10px;
}

#p4373 #r3942 {
    padding-top: 10px;
    border-color: rgb(255, 255, 255);
    border-top-width: 5px;
    border-right-width: 5px;
    border-bottom-width: 0px;
    border-left-width: 5px;
    border-style: double;
    margin-top: 0px;
    background-color: rgb(166, 15, 55);
}

#p4373 #m2046 {
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0% 50%;
}

#p4373 #r1127 {
    border-color: rgb(255, 255, 255);
    border-left-width: 5px;
    border-bottom-width: 5px;
    border-right-width: 5px;
    margin-bottom: 0px;
    border-style: double;
    background-color: rgb(166, 15, 55);
}

#p4373 #r2002 {
    background-color: rgb(227, 227, 227);
    padding-top: 13px;
    padding-bottom: 13px;
    border-color: rgb(166, 15, 55);
    border-top-width: 4px;
    border-right-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 4px;
    border-style: double;
}

#p4373 #m1773 {
    text-align: center;
    border: 4px double rgb(175, 175, 175);
    background-color: rgb(255, 255, 255);
    padding-top: 50px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    border-color: rgb(166, 15, 55);
}

#p4373 #m4362 {
    text-align: center;
    border: 4px double rgb(175, 175, 175);
    background-color: rgb(255, 255, 255);
    padding-top: 50px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    border-color: rgb(166, 15, 55);
}

#p4373 #m3434 {
    text-align: center;
    border: 4px double rgb(175, 175, 175);
    background-color: rgb(255, 255, 255);
    padding-top: 50px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    border-color: rgb(166, 15, 55);
}

#p4373 #r2679 {
    border-color: rgb(255, 255, 255);
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-right-width: 5px;
    border-left-width: 5px;
    margin-top: 100px;
    margin-bottom: 0px;
    background-color: rgb(166, 15, 55);
    border-style: double;
}

#p4373 #m3470 {
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0% 50%;
    padding-top: 10px;
    padding-bottom: 10px;
}

#p4373 #r4651 {
    border-color: rgb(255, 255, 255);
    border-top-width: 5px;
    padding-top: 20px;
    border-left-width: 5px;
    border-bottom-width: 5px;
    border-right-width: 5px;
    margin-top: 80px;
    margin-bottom: 20px;
    background-color: rgb(166, 15, 55);
    border-style: double;
}

#p4373 #m4124 {
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0% 50%;
}

#p6122 #m3021 {
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0% 50%;
    border-color: rgb(194, 194, 192);
    border-bottom-width: 0px;
    margin-bottom: 20px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
}

#p6122 #m1990 {
    margin-left: auto;
    margin-right: auto;
    max-width: 50%;
}

#p6122 #r2720 {
    border-color: rgb(166, 15, 55);
    border-top-width: 1px;
    padding-top: 30px;
}

#p6122 #m3116 {
    max-width: 60%;
    border-style: solid;
    border-left-width: 3px;
    border-top-width: 3px;
    border-bottom-width: 3px;
    border-right-width: 3px;
    border-color: rgb(166, 15, 55);
    margin-left: auto;
    margin-right: auto;
}

#p6122 #m3116+.hoverOverlay .hoverIcon {
    border-style: solid;
}

#p6122 #m3116+.hoverOverlay {
    border-style: solid;
}

#p6122 #c1628 {
    padding-top: 71px;
}

#p6122 #m3154 {
    padding-top: 10px;
}

#p6122 #r2425 {
    border-color: rgb(166, 15, 55);
    border-top-width: 1px;
    padding-top: 70px;
}

#p6122 #m2465 {
    padding-top: 10px;
}

#p6122 #m4599 {
    max-width: 70%;
    border-style: solid;
    border-left-width: 3px;
    border-top-width: 3px;
    border-bottom-width: 3px;
    border-right-width: 3px;
    border-color: rgb(166, 15, 55);
    margin-left: auto;
    margin-right: auto;
}

#p6122 #m4599+.hoverOverlay .hoverIcon {
    border-style: solid;
}

#p6122 #m4599+.hoverOverlay {
    border-style: solid;
}

#p6122 #r3191 {
    padding-top: 70px;
    border-color: rgb(166, 15, 55);
    border-top-width: 1px;
}

#p6122 #m3889 {
    margin-left: 0;
    max-width: 100%;
    margin-right: auto;
    border-style: solid;
    border-color: rgb(166, 15, 55);
    border-top-width: 3px;
    border-right-width: 3px;
    border-bottom-width: 3px;
    border-left-width: 3px;
}

#p6122 #m4223 {
    padding-top: 50px;
}

#p6122 #r3409 {
    padding-top: 70px;
    padding-bottom: 10px;
}

#p6122 #c2546 {
    background-image: none;
    background-repeat: repeat-y;
    background-position: 50% 0%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-top-width: 0px;
    border-color: rgb(209, 209, 207);
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-width: 0px;
    padding-top: 40px;
}

#p6122 #m3844 {
    max-width: 35%;
    margin-left: auto;
    margin-right: 0;
}

#p6122 #m1095 {
    border-top-width: 0px;
}

#p6122 #m2313 {
    padding-top: 53px;
}

#p6935 #r1901 {
    padding-top: 15px;
}

#p6935 #m4694 {
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0% 50%;
    border-color: rgb(194, 194, 192);
    border-bottom-width: 0px;
    margin-bottom: 20px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
}

#p6935 #c3546 {
    border-style: solid;
    padding-right: 70px;
}

#p6935 #m4658 {
    max-width: 56%;
    margin-left: auto;
    margin-right: auto;
}

#p6935 #c1230 {
    border-style: solid;
    padding-left: 70px;
}

#p6935 #m2215 {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
}

#p6935 #c4765 {
    border-style: solid;
    padding-right: 70px;
}

#p6935 #m4296 {
    max-width: 56%;
    border-style: solid;
    margin-left: auto;
    margin-right: auto;
}

#p6935 #m4296+.hoverOverlay .hoverIcon {
    border-style: solid;
}

#p6935 #m4296+.hoverOverlay {
    border-style: solid;
}

#p6935 #c3837 {
    border-style: solid;
    padding-left: 70px;
}

#p6935 #m4008 {
    max-width: 60%;
    border-style: solid;
    margin-left: auto;
    margin-right: auto;
}

#p6935 #m4008+.hoverOverlay .hoverIcon {
    border-style: solid;
}

#p6935 #m4008+.hoverOverlay {
    border-style: solid;
}

#p8283 #r3409 {
    padding-top: 10px;
    padding-bottom: 10px;
}

#p8283 #c2546 {
    background-image: none;
    background-repeat: repeat-y;
    background-position: 50% 0%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-top-width: 1px;
    border-color: rgb(209, 209, 207);
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-width: 1px;
    padding-top: 40px;
}

#p8283 #m3021 {
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0% 50%;
    border-color: rgb(194, 194, 192);
    border-bottom-width: 0px;
    margin-bottom: 20px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
}

#p8283 #m4283 {
    height: 300px;
    margin-top: 20px;
}

#p8283 #m1371 {
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0% 50%;
}

#p8283 #m4268 {
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0% 50%;
}

#p8283 #m2926 {
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0% 50%;
}

#p8283 #m1524 {
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0% 50%;
}

#p8283 #m2095 {
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0% 50%;
}

@media only screen and (max-width:1199px) {
    #r5001>.container {
        padding-left: 0px;
        padding-right: 0px;
    }

    #r5002 {
        margin-bottom: 0px;
        margin-top: 0px;
    }

    #r1074>.container {}

    #p2374 #r3409 {
        background-color: rgb(255, 255, 255);
    }

    #p8583 #m2255 {
        border-style: solid;
    }

    #p6122 #r3191 {
        padding-bottom: 70px;
    }

    #p6122 #r3409 {
        background-color: rgb(255, 255, 255);
    }

    #p6122 #r1880 {
        padding-left: 100px;
        padding-right: 100px;
    }

    #p6122 #m1133 {
        padding-left: 0px;
        margin-left: 0px;
    }

    #p8283 #r3409 {
        background-color: rgb(255, 255, 255);
    }
}

@media only screen and (max-width:767px) {
    #c3557 {
        padding-left: 0px;
        padding-right: 0px;
    }

    #m2155 {
        background-color: rgb(166, 15, 55);
    }

    #r2392 {
        background-color: rgb(255, 255, 255);
    }

    #m4738 {
        margin-left: auto;
        margin-right: auto;
    }

    #r1074 {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    #p2374 #r3409 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #p2374 #c2546 {
        background-image: none;
        background-color: rgb(255, 255, 255);
        border-top-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 0px;
        border-left-width: 0px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        padding-top: 20px;
    }

    #p2374 #m1427 {
        background-image: none;
    }

    #p2374 #m4660 {
        background-image: none;
    }

    #p2374 #m4850 {
        background-image: none;
    }

    #p2374 #m3352 {
        background-image: none;
    }

    #p8583 #m3021 {
        background-image: none;
        border-bottom-width: 0px;
    }

    #p8583 #m1427 {
        background-image: none;
    }

    #p8583 #m2255 {
        margin-left: 10px;
    }

    #p8583 #m4660 {
        background-image: none;
    }

    #p8583 #m4850 {
        background-image: none;
    }

    #p8583 #m3352 {
        background-image: none;
    }

    #p8583 #m1840 {
        background-image: none;
    }

    #p8583 #m2823 {
        background-image: none;
    }

    #p5557 #m3021 {
        background-image: none;
        border-bottom-width: 0px;
    }

    #p3117 #m4264 {
        background-image: none;
    }

    #p3117 #m3830 {
        float: none;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }

    #p3117 #m3438 {
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
        max-width: 100%;
    }

    #p3117 #m1986 {
        background-image: none;
    }

    #p3117 #m4605 {
        background-image: none;
    }

    #p3117 #m3126 {
        background-image: none;
    }

    #p1788 #m3744 {
        background-image: none;
    }

    #p1788 #m1138 {
        max-width: 80%;
    }

    #p1788 #m3867 {
        max-width: 70%;
    }

    #p4373 #m3686 {
        background-image: none;
    }

    #p4373 #m2005 {
        background-image: none;
    }

    #p4373 #m1555 {
        background-image: none;
    }

    #p4373 #m2046 {
        background-image: none;
    }

    #p4373 #m3470 {
        background-image: none;
    }

    #p4373 #m4124 {
        background-image: none;
    }

    #p6122 #m3021 {
        background-image: none;
        border-bottom-width: 0px;
    }

    #p6122 #m1990 {
        max-width: 100%;
        margin-left: auto;
    }

    #p6122 #m3116 {
        margin-right: auto;
    }

    #p6122 #c1628 {
        padding-top: 0px;
    }

    #p6122 #m4599 {
        margin-left: auto;
        max-width: 70%;
        margin-top: 0px;
    }

    #p6122 #r3191 {
        border-top-width: 2px;
    }

    #p6122 #m3889 {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    #p6122 #r3409 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #p6122 #c2546 {
        background-image: none;
        background-color: rgb(255, 255, 255);
        border-top-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 0px;
        border-left-width: 0px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        padding-top: 20px;
    }

    #p6122 #r1880 {
        padding-left: 10px;
        padding-right: 10px;
    }

    #p6935 #m4694 {
        background-image: none;
        border-bottom-width: 0px;
    }

    #p6935 #c3546 {
        border-style: solid;
        padding-right: 15px;
    }

    #p6935 #c1230 {
        border-style: solid;
        padding-left: 15px;
    }

    #p6935 #c4765 {
        border-style: solid;
        padding-right: 15px;
    }

    #p6935 #c3837 {
        border-style: solid;
        padding-left: 15px;
    }

    #p8283 #r3409 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #p8283 #c2546 {
        background-image: none;
        background-color: rgb(255, 255, 255);
        border-top-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 0px;
        border-left-width: 0px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        padding-top: 20px;
    }

    #p8283 #m3021 {
        background-image: none;
        border-bottom-width: 0px;
    }

    #p8283 #m1371 {
        background-image: none;
    }

    #p8283 #m4268 {
        background-image: none;
    }

    #p8283 #m2926 {
        background-image: none;
    }

    #p8283 #m1524 {
        background-image: none;
    }

    #p8283 #m2095 {
        background-image: none;
    }
}