.headline {
    font-family: Cabin;
    font-weight: 700;
    color: rgb(37, 37, 37);
    font-size: 54px;
    line-height: 1.2em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.headline a {
    color: #7a3067;
    text-decoration: none;
}

.headline a:hover {
    color: #401f71;
    text-decoration: none;
}

nav>ul li>a {
    font-family: Poppins;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 0.1em;
    transition: all 0.25s linear 0s;
}

nav:before {
    font-size: 30px;
}

nav>ul li a {
    text-transform: uppercase;
    border-bottom-width: 2px;
    margin-right: 30px;
}

nav>ul>li>ul li a {
    background-color: #fff;
    border-color: rgba(255, 255, 255, 0);
    margin-right: 0px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}

nav.opened-menu>ul {
    background-color: #fff;
}

nav>ul .closeBtn {
    color: #c8c8c8;
}

.nav .navIcon.fa {
    padding-right: 10px;
    padding-bottom: 2px;
}

nav>ul>li>ul li a:hover {
    background-color: #fff;
    border-style: solid;
    border-color: #7a3067;
}

nav>ul li>a:hover {
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}

nav>ul li.active>a {
    text-decoration: none;
    border-color: #fff;
}

nav>ul li a:hover {
    border-color: #fff;
}

nav>ul>li>ul li.active>a {
    color: #7a3067;
    background-color: #fff;
    border-color: #7a3067;
}

nav>ul>li>ul a {
    color: rgb(37, 37, 37);
    font-size: 14px;
}

nav>ul>li>ul a:hover {
    color: #7a3067;
}

nav:hover:before {
    color: rgb(37, 37, 37);
}

.subtitle {
    font-family: Cabin;
    font-weight: 700;
    color: rgb(37, 37, 37);
    font-size: 40px;
    line-height: 1.2em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.subtitle a {
    color: #7a3067;
    text-decoration: none;
}

.subtitle a:hover {
    color: #401f71;
    text-decoration: none;
}

.preamble {
    font-family: Poppins;
    color: rgb(37, 37, 37);
    line-height: 1.4em;
    margin-bottom: 5px;
}

.preamble a {
    color: #7a3067;
    text-decoration: none;
}

.preamble a:hover {
    color: #401f71;
    text-decoration: none;
}

.bodytext {
    margin-bottom: 5px;
}

.bodytext a {
    color: #7a3067;
    text-decoration: none;
}

.bodytext a:hover {
    text-decoration: none;
}

.smalltext {
    font-size: 14px;
    line-height: 1.6em;
    margin-bottom: 5px;
}

.smalltext a {
    color: #7a3067;
    text-decoration: none;
}

.smalltext a:hover {
    color: #401f71;
    text-decoration: none;
}

body {
    font-family: Lato;
    color: #646464;
    line-height: 1.6em;
    background-color: #7a3067;
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;
}

body a {
    color: #baa8da;
}

body a:hover {
    color: #646464;
}

.button {
    border-radius: 3px;
    width: 54%;
    background-color: #7a3067;
    color: #fff;
    letter-spacing: 0.1em;
    line-height: 1em;
    text-align: center;
    border-left-width: 2px;
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-right-width: 2px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    margin-bottom: 40px;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
}

.button:hover {
    background-color: rgb(37, 37, 37);
    color: #fff;
}

.button .buttonIcon.fa {
    margin-right: 10px;
}

.form {
    padding-left: 24px;
    padding-top: 40px;
    padding-bottom: 24px;
    padding-right: 24px;
}

.form label {
    padding-bottom: 0px;
    line-height: 1.2em;
    margin-bottom: 10px;
}

.form input[type=text],
.form textarea,
.form select {
    border-radius: 3px;
    border-color: #c8c8c8;
    color: rgb(69, 69, 69);
    font-size: 14px;
    padding-top: 12px;
    padding-right: 10px;
    padding-bottom: 12px;
    padding-left: 10px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    background-color: #fff;
    border-top-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    margin-bottom: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.form input[type=submit] {
    width: 40%;
    margin-top: 20px;
    margin-bottom: 0px;
}

.form2 label {
    color: #fff;
    text-align: center;
}

.form2 input[type=text],
.form2 textarea,
.form2 select {
    background-color: #c8c8c8;
    border-color: #fff;
    color: rgb(37, 37, 37);
}

.form2 input[type=submit] {
    color: rgb(37, 37, 37);
    background-color: #fff;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.form2 input[type=submit]:hover {
    color: #fff;
    background-color: rgb(37, 37, 37);
}

.form .subtitle {
    font-size: 18px;
    text-transform: capitalize;
    margin-top: 20px;
}

.form2 .subtitle {
    color: #fff;
}

.form input[type=text],
.form input[type=date],
.form textarea,
.form select {
    border-left-width: 1px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-color: #7a3067;
}

.form input[type=checkbox]+span,
.form input[type=radio]+span,
.form .form_option input[type=checkbox]+label {
    font-size: 12px;
    line-height: 1.6em;
    margin-left: 0px;
    margin-bottom: 10px;
    margin-right: 20px;
}

.form .optins label>a.optinLink {
    font-weight: 700;
    color: #7a3067;
    text-decoration: none;
}

.form .optins label>a.optinLink:hover {
    font-weight: 700;
    color: #401f71;
    text-decoration: none;
}

.text {
    margin-bottom: 30px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.text table thead th {
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    background-color: #eaeaea;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-color: #fff;
}

.text table td {
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    border-color: #eaeaea;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
}

.image {
    margin-bottom: 40px;
}

.map {
    margin-bottom: 40px;
}

.gallery {
    margin-bottom: 40px;
}

.row {
    background-color: #fff;
    padding-left: 30px;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: 30px;
}

.col {
    margin-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0px;
    padding-bottom: 0px;
}

.custom1 {
    font-weight: 700;
    color: #401f71;
    font-size: 70px;
    line-height: 1.2em;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 5px;
}

.custom1 a:hover {
    color: rgb(37, 37, 37);
}

.custom2 {
    line-height: 1.2em;
    margin-bottom: 5px;
    color: rgba(216, 63, 0, 0);
    font-size: 28px;
    text-align: center;
}

.custom2 a {
    color: #baa8da;
}

.custom2 a:hover {
    color: #baa8da;
}

.custom4 {
    color: rgba(216, 63, 0, 0);
    font-size: 26px;
    line-height: 1.2em;
    text-align: left;
    margin-bottom: 20px;
}

.custom4 a {
    color: #baa8da;
}

.custom4 a:hover {
    color: #baa8da;
}

.custom5 {
    color: rgba(216, 63, 0, 0);
    font-size: 22px;
    line-height: 1.2em;
    text-align: left;
    margin-bottom: 5px;
}

.custom5 a {
    color: #baa8da;
}

.custom5 a:hover {
    color: #baa8da;
}

.custom3 {
    margin-bottom: 20px;
    color: rgba(216, 63, 0, 0);
    font-size: 32px;
    line-height: 1.2em;
    text-align: left;
}

.custom3 a {
    color: #baa8da;
}

.custom3 a:hover {
    color: #baa8da;
}

.smallsubtitle {
    font-family: Cabin;
    font-weight: 700;
    color: rgb(37, 37, 37);
    font-size: 22px;
    line-height: 1.2em;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.smallsubtitle a {
    color: #7a3067;
    text-decoration: none;
}

.smallsubtitle a:hover {
    color: #401f71;
    text-decoration: none;
}

.spottext {
    font-family: Cabin;
    font-weight: 700;
    color: #fff;
    font-size: 35px;
    line-height: 1.5em;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 5px;
}

.spottext a {
    text-decoration: none;
}

.spottext a:hover {
    color: #fff;
    text-decoration: none;
}

.footertext a {
    font-weight: 700;
    color: #7a3067;
    text-decoration: none;
}

.footertext a:hover {
    font-weight: 700;
    text-decoration: none;
}

.companyname {
    font-weight: 700;
    color: #fff;
    font-size: 20px;
    line-height: 1.2em;
    text-align: left;
}

.companyname a {
    color: #7a3067;
}

.companyname a:hover {
    color: rgb(37, 37, 37);
}

.smallspottext {
    font-family: Poppins;
    font-weight: 500;
    color: #fff;
    font-size: 28px;
    line-height: 1.2em;
    text-align: center;
    margin-bottom: 5px;
}

.smallspottext a {
    text-decoration: none;
}

.smallspottext a:hover {
    color: #fff;
    text-decoration: none;
}

.locale {
    text-align: center;
    display: table;
    margin-left: auto;
}

.locale ul li a {
    color: #fff;
    transition: all 0.25s ease-in 0s;
}

.locale ul li {
    text-align: left;
    border-color: #c8c8c8;
}

.locale ul li:hover {
    border-color: #c8c8c8;
}

.locale ul li a i+span {}

.locale .localeIcon {
    font-size: 20px;
}

.locale ul li a:hover {
    color: #7a3067;
}

.locale ul li.active a {
    color: #7a3067;
}

.button2 {
    border-radius: 3px;
    width: 54%;
    background-color: rgba(255, 255, 255, 0);
    color: #fff;
    line-height: 1em;
    text-align: center;
    border-left-width: 2px;
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-right-width: 2px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    border-color: #fff;
    margin-left: auto;
    margin-bottom: 40px;
    margin-right: auto;
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 30px;
}

.button2 .buttonIcon.fa {
    margin-left: 10px;
    margin-right: 10px;
}

.button2:hover {
    background-color: #fff;
    font-weight: 400;
    color: #401f71;
    border-color: #fff;
}

.divider {
    width: 10%;
    border-top-width: 4px;
    border-color: #baa8da;
    margin-bottom: 20px;
}

.singlePost .divider {
    margin-bottom: 40px;
}

.socialmedia {
    font-size: 18px;
    text-align: left;
}

.socialmedia li {
    border-left-width: 4px;
    border-top-width: 4px;
    border-bottom-width: 4px;
    border-right-width: 4px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    border-color: rgba(120, 97, 6, 0);
}

.socialmedia li a {
    color: rgb(37, 37, 37);
    font-size: 20px;
}

.socialmedia li a:hover {
    color: #7a3067;
}

.paymenticons li {
    padding-bottom: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-left: 0px;
    margin-right: 10px;
}

.paymenticons {
    text-align: left;
}

.linklist {
    background-color: rgba(241, 241, 241, 0);
    margin-bottom: 40px;
}

.linklist a {
    color: rgb(37, 37, 37);
    text-decoration: none;
    background-color: rgba(241, 241, 241, 0);
    margin-bottom: 1px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}

.linklist .listIcon {
    color: #7a3067;
    border-top-width: 3px;
    border-right-width: 20px;
}

.linklist .linklistTitle {
    font-size: 36px;
}

.linklist .listIcon:hover {
    color: rgb(37, 37, 37);
}

.linklist a:hover {
    color: #baa8da;
    text-decoration: none;
}

.breadcrumb li a {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.cart {
    padding-top: 3px;
    margin-left: auto;
}

.cart .cartBtn {
    color: rgb(37, 37, 37);
    font-size: 20px;
}

.cart .cartAmount {
    width: 16px;
    height: 16px;
    font-size: 12px;
    color: #fff;
    background-color: #7a3067;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    margin-left: -5px;
    margin-top: -8px;
}

.cart .checkoutBtn {
    margin-bottom: 0px;
}

.cart .title {
    margin-bottom: 20px;
}

.cart .subTotal {
    margin-top: 5px;
    margin-bottom: 10px;
}

.cart .cartContents {
    background-color: #fff;
    border-left-width: 1px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-color: #eaeaea;
}

.cart .divider {
    width: 100%;
    border-top-width: 1px;
    margin-bottom: 10px;
}

.search {
    display: table;
    margin-left: auto;
    margin-right: 0;
}

.search .searchicon {
    color: #fff;
    font-size: 18px;
    width: 16px;
    height: 16px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
}

.review {
    margin-bottom: 40px;
    background-color: #eaeaea;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
}

.review .reviewName {
    text-align: center;
    margin-bottom: 10px;
}

.review .reviewDescription {
    text-align: center;
    margin-bottom: 10px;
}

.review .reviewRating {
    text-align: center;
}

.review .reviewRating .star {
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.review .authorDate {
    text-align: center;
    margin-top: 10px;
}

.businesscard .businesscardImage {
    border-bottom-width: 25px;
}

.businesscard .divider1 {
    margin-top: 15px;
    margin-bottom: 10px;
}

.businesscard .divider2 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.businesscard .divider3 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.businesscard .divider4 {
    margin-top: 5px;
    margin-bottom: 15px;
}

.businesscard .dbcIcon {
    border-right-width: 20px;
    border-left-width: 10px;
    margin-top: 0px;
}

.businesscard .dbcLinkIcon {
    border-left-width: 10px;
    border-right-width: 20px;
}

.businesscard .businesscardLinks {
    text-align: left;
}

.businesscard .businesscardLinks li a {
    padding-top: 0px;
    margin-top: 0px;
}

.search .searchicon:hover {
    color: rgb(37, 37, 37);
}

.html {
    padding-top: 0px;
    padding-bottom: 0px;
}

.blog .details {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    font-weight: 700;
    text-decoration: none;
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog .readMore {
    width: 60%;
    border-style: none;
    margin-right: auto;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
}

.blog {
    background-color: rgba(255, 255, 255, 0);
}

.blog .title {
    padding-left: 0px;
    padding-right: 0px;
    text-decoration: none;
    font-size: 24px;
}

.blog .shortDescription {
    padding-left: 0px;
    padding-right: 0px;
    font-weight: 700;
}

.blog li .textContainer {
    padding-left: 30px;
    padding-right: 30px;
}

.blog li {
    background-color: #eaeaea;
}

.blog .readMore:hover {
    background-color: rgb(37, 37, 37);
    border-style: none;
    border-color: rgb(37, 37, 37);
    font-weight: 400;
}

.catalog {
    margin-bottom: 40px;
}

.catalog .productText {
    padding-top: 10px;
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.catalog .visualTag {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #7a3067;
    padding-left: 7px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 7px;
}

.catalog .price {
    font-weight: 900;
    color: #7a3067;
    font-size: 20px;
    text-align: center;
    margin-bottom: 0px;
}

.catalog li {
    background-color: #fff;
}

.catalog .name {
    text-align: center;
}

.productcatalog {
    border-style: none;
}

.productcatalog .name {
    text-align: center;
    margin-top: 10px;
}

.catalog .name a {
    color: #401f71;
    text-decoration: none;
}

.catalog .name a:hover {
    color: #7a3067;
    text-decoration: none;
}

.catalog .oldprice {
    color: #646464;
}

.productcatalog .visualTag {
    font-weight: 700;
    font-size: 18px;
    background-color: rgba(110, 60, 97, 0.7);
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 40px;
}

.productcatalog .name a {
    color: rgb(37, 37, 37);
    text-decoration: none;
}

.productcatalog .name a:hover {
    color: #401f71;
    text-decoration: none;
}

.productcatalog .price {
    font-weight: 900;
    color: #7a3067;
    font-size: 18px;
    text-align: center;
}

.productcatalog .oldprice {
    font-family: Lato;
    font-weight: 400;
    color: #646464;
}

.emailshare a {
    margin-bottom: 20px;
}

.openinghours .specialDayTitle {
    font-size: 36px;
    margin-top: 40px;
}

.openinghours {
    margin-bottom: 40px;
}

.openinghours .dayLabel {
    color: #fff;
}

.openinghours .ranges {
    color: #7a3067;
}

.offers {
    border-left-width: 2px;
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-right-width: 2px;
    border-color: #7a3067;
    margin-bottom: 40px;
    padding-left: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 40px;
}

.offers .button {
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 0px;
    margin-right: auto;
}

.offers .offerName {
    color: #401f71;
    text-align: center;
}

.offers .offerDescription {
    text-align: center;
}

.offers .offerPrice {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.offers .validFrom {
    text-align: center;
}

.offers .validThrough {
    text-align: center;
}

.offerPrice {
    font-weight: 400;
}

.list {
    margin-left: 40px;
    margin-bottom: 40px;
    margin-right: 40px;
}

.list .listIcon {
    color: #7a3067;
    font-size: 18px;
    margin-right: 10px;
    width: 25px;
    height: 25px;
}

.list .itemLabel {
    font-size: 16px;
}

.list .listItem {
    margin-bottom: 20px;
}

.list .listTitle {
    font-size: 36px;
}

.list .listIcon:hover {
    color: #401f71;
}

.video {
    margin-bottom: 40px;
}

.singleProduct .gallery .visualTag {
    font-size: 21px;
    text-align: center;
    background-color: rgba(110, 60, 97, 0.7);
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}

.singleProduct .oldprice {
    margin-right: 20px;
}

.singleProduct .pics {
    border-left-width: 2px;
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-right-width: 2px;
    border-color: #7a3067;
}

.singleProduct .divider {
    width: 100%;
    border-top-width: 1px;
}

.singleProduct {
    margin-bottom: 0px;
}

.pricelist {
    border-style: none;
    border-color: #7a3067;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
}

.pricelist li {
    background-color: rgba(255, 255, 255, 0);
    border-bottom-width: 1px;
    border-color: #7a3067;
    margin-left: 15px;
    margin-bottom: 20px;
    margin-right: 15px;
}

.pricelist .listImg {
    margin-bottom: 10px;
}

.pricelist .listTitle {
    color: #401f71;
    font-size: 36px;
    margin-left: 10px;
    margin-bottom: 30px;
}

.pricelist .item {
    font-size: 18px;
}

.pricelist .itemdescription {
    margin-bottom: 20px;
}

.pricelist .itemprice {
    font-weight: 700;
    color: #7a3067;
    font-size: 18px;
}

.checkout .divider {
    width: 100%;
    border-top-width: 1px;
}

.checkout .descriptivetext {
    padding-bottom: 20px;
}

.checkout .infolabel {
    padding-bottom: 10px;
    font-size: 15px;
    margin-right: 20px;
}

.checkout .form input[type=text],
.checkout .form textarea,
.checkout .form select {
    margin-bottom: 20px;
}

.verticalnav {
    margin-bottom: 40px;
}

.verticalnav>li>a {
    color: rgb(37, 37, 37);
    text-decoration: none;
    margin-bottom: 10px;
}

nav>li.active>a {
    color: #baa8da;
}

.verticalnav>li>ul li a {
    margin-bottom: 10px;
}

.verticalnav .verticalnavIcon.fa {
    margin-right: 10px;
}

.verticalnav>li>a:hover {
    font-weight: 400;
    color: #baa8da;
    text-decoration: none;
}

.verticalnav>li.active a {
    font-weight: 400;
    color: #baa8da;
    text-decoration: none;
}

.verticalnav>li>ul a:hover {
    font-weight: 400;
    color: #baa8da;
}

.verticalnav>li>ul li.active>a {
    font-weight: 400;
    color: #baa8da;
}

.verticalnav>li>ul a {
    color: rgb(37, 37, 37);
}

.singlePost .blogShare {
    margin-bottom: 40px;
}

.singlePost {
    margin-left: 0px;
    margin-right: 0px;
    background-color: #fff;
    padding-top: 30px;
}

.singlePost .featuredImg {
    border-left-width: 1px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-color: #7a3067;
}

.singlePost .divider {
    border-top-width: 5px;
    margin-left: 0;
    margin-right: auto;
}

.singlePost>.container {
    background-color: #fff;
    border-style: none;
    border-left-width: 1px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-color: #c8c8c8;
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
}

.singlePost .title {
    font-size: 42px;
}

.singlePost .commentsSubtitle {
    font-size: 42px;
}

.singlePost .form input[type=text],
.singlePost .form textarea,
.singlePost .form select {
    background-color: #eaeaea;
    border-style: none;
}

.singlePost .form input[type=submit] {
    width: 19%;
}

.imagelist {
    margin-bottom: 40px;
}

.facebookpage {
    margin-bottom: 40px;
}

.instagramembed {
    margin-bottom: 40px;
}

.googleplusone {
    margin-bottom: 40px;
}

.openinghours2 {
    margin-bottom: 40px;
}

.shopfilter .price-text {
    color: rgb(37, 37, 37);
    font-size: 14px;
}

.shopfilter .clearSelection {
    color: rgb(37, 37, 37);
    font-size: 12px;
    line-height: 2.45em;
}

.shopfilter .ui-slider {
    background-color: #c8c8c8;
}

.shopfilter .ui-slider-range {
    background-color: #7a3067;
}

.shopfilter .ui-slider-handle {
    border-color: #c8c8c8;
}

.shopfilter .shop_filter {
    background-color: #eaeaea;
}

.shopfilter .filter_label {
    font-weight: 700;
    color: rgb(37, 37, 37);
}

.shopfilter label {
    font-family: Cabin;
    color: rgb(37, 37, 37);
}

.shopfilter {
    background-color: rgba(255, 255, 255, 0);
}

.scrollIcon {
    background-color: #7a3067;
    border-style: none;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
}

.scrollIcon span:before {
    color: #fff;
}

.scrollIcon:hover {
    background-color: #401f71;
    border-style: none;
}

.lightbox-image .lightbox-caption {
    color: #fff;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.modal {
    background-color: #eaeaea;
    border-color: #7a3067;
    border-top-width: 4px;
    border-right-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 4px;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
}

.engagement.modal .bodytext {
    text-align: center;
    padding-bottom: 20px;
}

.engagement.modal .headline {
    text-align: center;
}

.engagement.modal .button,
.engagement.modal input[type=submit] {
    text-align: left;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.engagement.modal .closeBtn {
    width: 20px;
    font-size: 29px;
    background-color: rgba(40, 197, 250, 0);
}

.engagement.modal .closeBtn:hover {
    color: #401f71;
}

.engagement.thinbar {
    background-color: #eaeaea;
    border-color: #7a3067;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 10px;
    border-left-width: 0px;
    padding-top: 60px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
}

.engagement.thinbar .headline {
    text-align: center;
}

.engagement.thinbar .bodytext {
    text-align: center;
    margin-bottom: 40px;
}

.engagement.thinbar .button {
    text-align: left;
    text-transform: none;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.engagement.thinbar .closeBtn {
    font-size: 30px;
}

.cornerbox {
    background-color: #eaeaea;
    border-color: #7a3067;
    border-top-width: 10px;
    border-right-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 10px;
    padding-top: 60px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    margin-top: 40px;
    margin-right: 40px;
    margin-bottom: 40px;
    margin-left: 40px;
}

.engagement.cornerbox .bodytext {
    padding-bottom: 30px;
    text-align: center;
}

.engagement.cornerbox .button,
.engagement.cornerbox input[type=submit] {
    text-align: left;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.engagement.cornerbox .headline {
    text-align: center;
}

.iconlist .iconItem {
    font-size: 40px;
}

.iconlist li a {
    color: #baa8da;
}

.iconlist li a:hover {
    color: #baa8da;
}

.iconlist li {
    color: #7a3067;
    background-color: rgba(0, 155, 207, 0);
    width: 50px;
    height: 50px;
}

.iconlist {
    text-align: left;
}

.iconlist .iconItem:hover {
    color: #401f71;
}

.accordion {
    border-color: #c8c8c8;
    margin-bottom: 40px;
}

.accordion .itemTitle {
    font-size: 28px;
    background-color: #fff;
    border-left-width: 1px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-color: #c8c8c8;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 30px;
}

.accordion .itemContent {
    background-color: #fff;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-color: #c8c8c8;
    margin-bottom: 20px;
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
}

.accordion .button {
    margin-left: auto;
    margin-top: 40px;
    margin-bottom: 20px;
}

.accordion .itemIcon {
    color: #7a3067;
    font-size: 27px;
    margin-left: 10px;
    margin-right: 10px;
}

.accordion li {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.accordion .image {
    margin-bottom: 20px;
}

.accordion .itemIcon:hover {
    color: #401f71;
}

.hoverOverlay {
    background-color: rgba(110, 60, 97, 0.7);
}

.hoverOverlay .hoverIcon {
    color: #7a3067;
    font-size: 70px;
    width: 70px;
    height: 70px;
}

.hoverOverlay .hoverText {
    color: #fff;
    font-size: 22px;
    text-align: center;
}

.custom6 {
    color: rgba(216, 63, 0, 0);
    line-height: 1.2em;
    font-size: 20px;
}

.custom7 {
    color: rgba(216, 63, 0, 0);
    line-height: 1.6em;
}

.custom8 {
    color: rgba(216, 63, 0, 0);
    line-height: 1.6em;
    font-size: 14px;
}

.darkspottext {
    font-family: Cabin;
    font-weight: 700;
    color: rgb(37, 37, 37);
    font-size: 40px;
    line-height: 1.5em;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 5px;
}

.darkspottext a {
    color: #7a3067;
    text-decoration: none;
}

.darkspottext a:hover {
    color: #401f71;
    text-decoration: none;
}

.darksmallspottext {
    font-family: Poppins;
    font-weight: 500;
    color: rgb(37, 37, 37);
    font-size: 28px;
    line-height: 1.2em;
    text-align: center;
}

.darksmallspottext a {
    color: #7a3067;
    text-decoration: none;
}

.darksmallspottext a:hover {
    color: #401f71;
    text-decoration: none;
}

.lightheadline {
    font-family: Cabin;
    font-weight: 700;
    color: #fff;
    font-size: 54px;
    line-height: 1.2em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.lightheadline a {
    text-decoration: none;
}

.lightheadline a:hover {
    color: #fff;
    text-decoration: none;
}

.lightsubtitle {
    font-family: Cabin;
    font-weight: 700;
    color: #fff;
    font-size: 40px;
    line-height: 1.2em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.lightsubtitle a {
    text-decoration: none;
}

.lightsubtitle a:hover {
    color: #fff;
    text-decoration: none;
}

.lightsmallsubtitle {
    font-family: Cabin;
    font-weight: 700;
    color: #fff;
    font-size: 22px;
    line-height: 1.2em;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.lightsmallsubtitle a {
    text-decoration: none;
}

.lightsmallsubtitle a:hover {
    color: #fff;
    text-decoration: none;
}

.lightpreamble {
    font-family: Poppins;
    color: #fff;
    line-height: 1.4em;
    margin-bottom: 5px;
}

.lightpreamble a {
    text-decoration: none;
}

.lightpreamble a:hover {
    color: #fff;
    text-decoration: none;
}

.lightbodytext {
    color: #fff;
    margin-bottom: 5px;
}

.lightbodytext a {
    font-weight: 700;
    text-decoration: none;
}

.lightbodytext a:hover {
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}

.lightsmalltext {
    color: #fff;
    font-size: 14px;
    line-height: 1.6em;
    margin-bottom: 5px;
}

.lightsmalltext a {
    text-decoration: none;
}

.lightsmalltext a:hover {
    color: #fff;
    text-decoration: none;
}

.custom9 {
    color: rgba(216, 63, 0, 0);
}

.custom10 {
    color: rgba(216, 63, 0, 0);
}

.engagement.sticky {
    margin-left: 0px;
    background-color: #eaeaea;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
    border-bottom-width: 4px;
    border-color: #7a3067;
}

.engagement.sticky input[type=text],
.engagement.sticky input[type=email],
.engagement.sticky textarea,
.engagement.sticky select {
    margin-top: 20px;
}

.opennow .opened {
    color: #fff;
    text-align: center;
}

.opennow .closed {
    color: #fff;
    text-align: center;
}

.button3 {
    width: 46%;
    background-color: #401f71;
    border-color: #401f71;
    margin-right: auto;
}

.button3:hover {
    background-color: rgb(37, 37, 37);
    border-style: solid;
    border-color: rgb(37, 37, 37);
}

.form2 .thankYou {
    color: #fff;
}

.form2 label {
    color: rgb(37, 37, 37);
    font-size: 16px;
    text-align: left;
}

.form2 input[type=text],
.form2 textarea,
.form2 select {
    background-color: #fff;
    border-left-width: 1px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    color: #646464;
}

.form2 input[type=submit] {
    display: table;
    width: 40%;
    background-color: #401f71;
    border-color: #401f71;
    color: #fff;
    margin-left: 0px;
    margin-right: auto;
}

.form input[type=submit]:hover {
    background-color: rgb(37, 37, 37);
    border-style: solid;
    border-color: rgb(37, 37, 37);
}

.form2 .optins label>a.optinLink {
    text-decoration: none;
}

.form2 .optins label>a.optinLink:hover {
    font-weight: 700;
    color: rgb(37, 37, 37);
    text-decoration: none;
}

.form2 input[type=checkbox]+span,
.form2 input[type=radio]+span,
.form2 .form_option input[type=checkbox]+label {
    color: rgb(37, 37, 37);
}

.form2 .subtitle {
    color: #7a3067;
    font-size: 15px;
    text-transform: none;
    margin-top: 0px;
}

.brandfooter {
    font-family: Cabin;
    color: #fff;
    font-size: 14px;
    background-color: rgb(37, 37, 37);
    border-style: none;
    border-top-width: 1px;
    border-color: #646464;
    padding-top: 10px;
    padding-bottom: 10px;
}

.arrow {
    color: #fff;
    background-color: #7a3067;
    font-size: 25px;
    width: 40px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
    height: 40px;
}

.arrow:hover {
    color: #fff;
    background-color: #401f71;
}

.dots li {
    background-color: rgba(255, 255, 255, 0);
    border-color: #7a3067;
    width: 10px;
    height: 10px;
    border-left-width: 1px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
}

.dots li.active {
    background-color: #7a3067;
    border-color: #7a3067;
}

.dots li:hover {
    border-color: #7a3067;
    background-color: #7a3067;
}

.review .reviewName {
    font-size: 22px;
}

.review {
    background-color: #fff;
    border-style: none;
    border-color: #401f71;
}

.review .reviewRating {
    color: #7a3067;
}

.review .authorDate {
    color: #401f71;
}

body[data-enableFocusIndication] a:focus,
body[data-enableFocusIndication] *:focus:not(nav),
a[href]:focus>img,
[tabindex]:focus:not(nav),
.nav:focus:before {
    outline-width: 1px;
    outline-color: #fe0000;
    outline-style: solid;
}

@media only screen and (max-width:1199px) {
    nav:before {
        font-size: 24px;
    }

    nav>ul li a {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    nav.opened-menu>ul {
        background-color: #fff;
        padding-left: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-right: 30px;
    }

    nav>ul .closeBtn {
        color: #7a3067;
    }

    nav>ul>li>ul li a {
        background-color: rgba(241, 241, 241, 0);
        border-bottom-width: 0px;
        margin-left: 35px;
    }

    nav>ul>li>ul li.active>a {
        color: #baa8da;
        background-color: rgba(241, 241, 241, 0);
    }

    nav>ul li>a {
        color: rgb(37, 37, 37);
        font-size: 16px;
    }

    nav:hover:before {
        color: #fff;
    }

    nav>ul .closeBtn:hover {
        color: #401f71;
    }

    nav>ul li>a:hover {
        color: #baa8da;
    }

    nav>ul li.active>a {
        color: #baa8da;
    }

    nav>ul>li>ul a:hover {
        color: #baa8da;
    }

    body {
        font-size: 18px;
    }

    .text {}

    .headline {
        font-size: 42px;
    }

    .subtitle {
        font-size: 40px;
    }

    .bodytext {}

    .bodytext a {}

    .bodytext a:hover {}

    .smallsubtitle {
        font-size: 20px;
    }

    .smalltext {
        font-size: 12px;
    }

    .smallspottext {
        font-size: 22px;
    }

    .footertext {
        font-size: 15px;
    }

    .custom2 {
        font-size: 28px;
    }

    .locale {
        text-align: left;
    }

    .darksmallspottext {
        font-size: 22px;
    }

    .lightheadline {
        font-size: 42px;
    }
}

@media only screen and (max-width:767px) {
    nav.opened-menu>ul {
        background-color: #fff;
    }

    nav>ul li a {
        padding-left: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 10px;
    }

    nav>ul>li>ul li a {
        background-color: rgba(255, 255, 255, 0);
    }

    nav>ul>li>ul li.active>a {
        color: #7a3067;
        border-color: rgba(255, 255, 255, 0);
    }

    nav:before {
        color: #fff;
    }

    nav:hover:before {
        color: rgb(37, 37, 37);
    }

    nav>ul li>a:hover {
        color: #7a3067;
    }

    nav>ul li.active>a {
        color: #7a3067;
    }

    .headline {
        font-size: 36px;
    }

    .subtitle {
        font-size: 24px;
    }

    .preamble {
        font-size: 18px;
    }

    .text {
        margin-bottom: 20px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .col {
        padding-bottom: 20px;
    }

    .row {
        padding-top: 40px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .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 {
        margin-bottom: 10px;
        margin-right: 10px;
    }

    .gallery {
        margin-bottom: 20px;
    }

    .map {
        margin-bottom: 20px;
    }

    .image {
        margin-bottom: 20px;
    }

    .button {
        width: 68%;
        font-size: 16px;
        margin-bottom: 20px;
        margin-right: auto;
    }

    .custom1 {
        font-size: 28px;
    }

    .custom2 {
        font-size: 20px;
    }

    .custom3 {
        font-size: 28px;
    }

    .custom4 {
        font-size: 24px;
    }

    .custom5 {
        font-size: 20px;
    }

    .spottext {
        font-size: 32px;
    }

    .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 {
        font-size: 20px;
    }

    .smallspottext {
        font-size: 18px;
    }

    .button2 {
        width: 50%;
        font-size: 16px;
        margin-bottom: 20px;
    }

    .socialmedia li a {
        font-size: 24px;
        width: 38px;
        height: 38px;
    }

    .socialmedia li {
        margin-left: 10px;
    }

    .review {
        margin-bottom: 20px;
    }

    .search .searchicon {
        font-size: 24px;
        width: 14px;
        height: 14px;
    }

    .linklist {
        margin-bottom: 20px;
    }

    .html {
        margin-bottom: 20px;
        padding-bottom: 0px;
        padding-top: 0px;
    }

    .catalog {
        margin-bottom: 20px;
    }

    .blog .readMore {
        margin-bottom: 20px;
    }

    .openinghours {
        margin-bottom: 20px;
    }

    .video {
        margin-bottom: 20px;
    }

    .list {
        margin-bottom: 20px;
    }

    .offers {
        margin-bottom: 20px;
    }

    .cart .subTotalText {
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .cart .prodPrice {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .pricelist {
        margin-bottom: 20px;
    }

    .verticalnav {
        margin-bottom: 20px;
    }

    .imagelist {
        margin-bottom: 20px;
    }

    .facebookpage {
        margin-bottom: 20px;
    }

    .instagramembed {
        margin-bottom: 20px;
    }

    .googleplusone {
        margin-bottom: 20px;
    }

    .openinghours2 {
        margin-bottom: 20px;
    }

    .custom6 {
        font-size: 18px;
    }

    .custom8 {
        font-size: 12px;
    }

    .darkspottext {
        font-size: 32px;
    }

    .lightheadline {
        font-size: 36px;
    }

    .lightsubtitle {
        font-size: 27px;
    }

    .lightsmallsubtitle {
        font-size: 20px;
    }

    .lightbodytext {
        font-size: 16px;
    }

    .lightsmalltext {
        font-size: 12px;
    }

    .scrollIcon {
        margin-bottom: 60px;
    }

    .button3 {
        width: 50%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .form2 input[type=submit] {
        width: 50%;
    }

    .singlePost .form input[type=submit] {
        width: 55%;
    }

    .singlePost .commentsSubtitle {
        font-size: 24px;
    }

    .singlePost .title {
        font-size: 24px;
    }
}

#r5001 {
    background-color: #7a3067;
}

#shrunkImage img {
    transform: scale(0.75);
}

#r2784 {
    margin-left: 0px;
    margin-right: 0px;
    background-color: rgba(255, 255, 255, 0);
    border-style: none;
    border-color: rgba(0, 0, 0, 0.4);
    padding-top: 5px;
    padding-bottom: 5px;
}

#c9969 {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 16px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 16px;
}

#m4257 {
    max-width: 67%;
    margin-bottom: 0px;
    margin-right: auto;
}

#m4257+.hoverOverlay .hoverIcon {
    border-style: solid;
}

#m4257+.hoverOverlay {
    border-style: solid;
}

#m4709 {
    border-style: solid;
}

#c5301 {
    margin-left: 0px;
    margin-right: 0px;
    border-style: solid;
    padding-left: 0px;
    padding-right: 0px;
}

#m3223 {
    text-align: center;
}

#c3817 {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 16px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 16px;
}

#m2256 {
    margin-left: auto;
}

#m2256 ul li a i+span {
    display: none;
}

#c3338 {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 16px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 16px;
}

#c4869 {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 16px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 16px;
}

#m1378 {
    text-align: right;
}

#m1378 li a:hover {
    color: rgb(37, 37, 37);
}

#m1378 li a {
    color: #fff;
}

#r5002 {
    background-repeat: repeat-y;
    background-position: 50% 0%;
    border-style: solid;
}

#r2321 {
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 100%;
    background-attachment: fixed;
    border-style: solid;
    border-top-width: 1px;
    border-color: #c8c8c8;
    padding-top: 60px;
    padding-bottom: 40px;
}

#r2321.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.4);
}

#m1524 {
    border-style: solid;
}

#m1119 {
    border-style: solid;
}

#m3085 {
    border-style: solid;
    margin-bottom: 10px;
}

#m1273 {
    padding-top: 15px;
}

#m1273 li {
    border-left-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-right-width: 0px;
    margin-right: 15px;
}

#m1273 li a {
    width: 17px;
}

#m4991 {
    border-style: solid;
}

#m1574 {
    margin-bottom: 8px;
}

#m1166 {
    margin-bottom: 8px;
}

#m1533 {
    border-style: solid;
    margin-bottom: 8px;
}

#m2919 .buttonIcon.fa {
    font-size: 40px;
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 15px;
}

#m2919 {
    width: 0%;
    border-top-left-radius: 200px;
    border-top-right-radius: 200px;
    border-bottom-left-radius: 200px;
    border-bottom-right-radius: 200px;
    margin-bottom: 200px;
    margin-right: 5px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
}

#m2585 {
    border-style: solid;
}

#m2247 {
    margin-bottom: 8px;
}

#m1894 {
    border-style: solid;
    margin-bottom: 8px;
}

#m3346 {
    margin-bottom: 8px;
}

#m2158 {
    margin-bottom: 8px;
}

#p9533 #r1336 {
    background-image: url(/uploads/9G3EU5TA/portada__msi___jpg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 100%;
    background-attachment: fixed;
    border-style: solid;
    padding-top: 200px;
    padding-bottom: 200px;
}

#p9533 #r1336.bgfilter:before {
    background-color: rgba(110, 60, 97, 0.7);
    background-image: url(/uploads/2xrl7ml4/degradado-bottom-claro__msi___png.png);
    background-repeat: repeat-x;
    background-position: 50% 100%;
}

#p9533 #m4914 {
    border-style: solid;
    margin-bottom: 10px;
}

#p9533 #c5226 {
    border-style: solid;
    padding-top: 20px;
}

#p9533 #m2460 {
    margin-left: auto;
    margin-right: 0px;
}

#p9533 #c5360 {
    border-style: solid;
    padding-top: 20px;
}

#p9533 #c3570 {
    border-style: solid;
    padding-top: 40px;
}

#p9533 #m4247 {
    max-width: 10%;
    margin-left: auto;
    margin-bottom: 0px;
    margin-right: auto;
}

#p9533 #r4638 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;
    border-style: solid;
    padding-top: 60px;
}

#p9533 #r4638.bgfilter:before {
    background-color: rgba(110, 60, 97, 0.7);
}

#p9533 #c8870 {
    background-color: #fff;
    background-image: url(/uploads/9FFCQSvt/imagen1__msi___jpg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    border-left-width: 10px;
    border-right-width: 10px;
    border-color: #fff;
    padding-left: 8px;
    padding-right: 8px;
}

#p9533 #c8870.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.4);
}

#p9533 #m7427 {
    border-style: solid;
    margin-top: 60px;
}

#p9533 #m8533 {
    margin-bottom: 32px;
    padding-left: 32px;
    padding-right: 32px;
}

#p9533 #m1647 {
    margin-left: auto;
    margin-right: auto;
}

#p9533 #c3308 {
    background-color: #fff;
    background-image: url(/uploads/dt7jDK3O/imagen3__msi___jpg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    border-left-width: 10px;
    border-right-width: 10px;
    border-color: #fff;
    padding-left: 8px;
    padding-right: 8px;
}

#p9533 #c3308.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.4);
}

#p9533 #m4942 {
    border-style: solid;
    margin-top: 60px;
}

#p9533 #m1070 {
    margin-bottom: 32px;
    padding-left: 32px;
    padding-right: 32px;
}

#p9533 #m4230 {
    margin-left: auto;
    margin-right: auto;
}

#p9533 #c2517 {
    background-color: #fff;
    background-image: url(/uploads/A1cHujHc/imagen2__msi___jpg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    border-style: solid;
    border-left-width: 10px;
    border-right-width: 10px;
    border-color: #fff;
    padding-left: 8px;
    padding-right: 8px;
}

#p9533 #c2517.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.4);
}

#p9533 #m4057 {
    border-style: solid;
    margin-top: 60px;
}

#p9533 #m4755 {
    margin-bottom: 32px;
    padding-left: 32px;
    padding-right: 32px;
}

#p9533 #m2298 {
    margin-left: auto;
    margin-right: auto;
}

#p9533 #c4937 {
    margin-left: 0px;
    margin-right: 0px;
    border-style: solid;
    margin-top: 60px;
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
}

#p9533 #m1216 {
    max-width: 5%;
    border-style: solid;
    margin-left: auto;
    margin-bottom: 0px;
    margin-right: auto;
}

#p9533 #m1216+.hoverOverlay .hoverIcon {
    border-style: solid;
}

#p9533 #m1216+.hoverOverlay {
    border-style: solid;
}

#p9533 #r4349 {
    background-color: #eaeaea;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;
    border-style: solid;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
}

#p9533 #r4349.bgfilter:before {
    background-color: rgba(255, 255, 255, 0);
    background-image: url("https://u1375148.test.beedigitalweb.com/uploads/OEKFIdYW/climpek__msi___png.png");
    background-position: 50% 100%;
}

#p9533 #c3575 {
    box-shadow: none;
    padding-left: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 60px;
}

#p9533 #m1949 {
    border-style: solid;
    display: table;
    margin-left: 0;
    margin-right: auto;
}

#p9533 #m4000 {
    margin-bottom: 0px;
}

#p9533 #c4985 {
    background-image: url(/uploads/aMMf5DwE/imagen4__msi___jpg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    border-style: solid;
    padding-right: 0px;
}

#p9533 #r2096 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;
    border-style: solid;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

#p9533 #r2096.bgfilter:before {
    background-color: rgba(247, 167, 163, 0.2);
    background-image: none;
    background-size: cover;
    background-position: 50% 100%;
}

#p9533 #c2454 {
    background-image: url(/uploads/9FFCQSvt/imagen1__msi___jpg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    border-style: solid;
    padding-left: 0px;
}

#p9533 #c3921 {
    box-shadow: none;
    padding-left: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 60px;
}

#p9533 #m2231 {
    border-style: solid;
    display: table;
    margin-left: 0;
    margin-right: auto;
}

#p9533 #r3609 {
    background-color: #eaeaea;
    background-repeat: repeat-x;
    background-position: 50% 0%;
    padding-bottom: 0px;
}

#p9533 #r3609.bgfilter:before {
    background-image: url("https://u1375148.test.beedigitalweb.com/uploads/OEKFIdYW/climpek__msi___png.png");
    background-position: 50% 50%;
    background-attachment: fixed;
}

#p9533 #c2398 {
    padding-left: 0px;
}

#p9533 #m1470 {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

#p9533 #r2601 {
    background-color: #eaeaea;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 100%;
    background-attachment: fixed;
    border-style: solid;
    padding-left: 90px;
    padding-top: 50px;
}

#p9533 #r2601.bgfilter:before {
    background-color: rgba(255, 255, 255, 0);
    background-image: url("https://u1375148.test.beedigitalweb.com/uploads/OEKFIdYW/climpek__msi___png.png");
    background-position: 50% 50%;
    background-attachment: fixed;
}

#p9533 #c2125 {
    background-color: rgb(37, 37, 37);
    border-style: solid;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 100px;
    padding-left: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 40px;
}

#p9533 #c2125.bgfilter:before {
    background-image: url("https://u1375148.test.beedigitalweb.com/uploads/OEKFIdYW/climpek__msi___png.png");
}

#p9533 #m2330 {
    border-style: solid;
    margin-bottom: 10px;
}

#p9533 #m3088 {
    border-style: solid;
    margin-bottom: 10px;
}

#p9533 #m3922 {
    border-style: solid;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
}

#p9533 #m3922 input[type=text],
#m3922 textarea,
#m3922 select {
    border-style: solid;
}

#p9533 #r3916 {
    background-image: url(/uploads/9G3EU5TA/portada__msi___jpg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0%;
    background-attachment: fixed;
}

#p9533 #r3916.bgfilter:before {
    background-color: rgba(110, 60, 97, 0.7);
    background-repeat: repeat-x;
    background-position: 50% 0%;
}

#p9533 #m3413 {
    border-style: solid;
    margin-bottom: 0px;
}

#p9533 #m2151 {
    width: 23%;
    margin-left: auto;
    margin-bottom: 0px;
    margin-right: auto;
}

#p6009 #r2684 {
    background-image: url(/uploads/9G3EU5TA/portada__msi___jpg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 100%;
    background-attachment: fixed;
    padding-top: 200px;
    padding-bottom: 170px;
}

#p6009 #r2684.bgfilter:before {
    background-color: rgba(110, 60, 97, 0.7);
    background-image: url(/uploads/2xrl7ml4/degradado-bottom-claro__msi___png.png);
    background-repeat: repeat-x;
    background-position: 50% 0%;
}

#p6009 #m4858 {
    border-style: solid;
    margin-bottom: 10px;
}

#p6009 #m2022 {
    margin-top: 20px;
}

#p6009 #r4902 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 0px;
}

#p6009 #r4902.bgfilter:before {
    background-color: rgba(255, 255, 255, 0);
    background-image: url(/uploads/040F5emy/trama__msi___png.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 100%;
}

#p6009 #c1532 {
    box-shadow: none;
    padding-left: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 30px;
}

#p6009 #m3118 {
    border-style: solid;
    display: table;
    margin-left: 0;
    margin-right: auto;
}

#p6009 #m4618 {
    border-style: solid;
    margin-bottom: 0px;
}

#p6009 #c3472 {
    background-image: url(/uploads/dt7jDK3O/imagen3__msi___jpg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    padding-right: 0px;
}

#p6009 #r2132 {
    background-image: url(/uploads/9G3EU5TA/portada__msi___jpg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 100%;
    background-attachment: fixed;
    border-style: solid;
}

#p6009 #r2132.bgfilter:before {
    background-color: rgba(110, 60, 97, 0.7);
    background-repeat: no-repeat;
    background-size: contain;
}

#p6009 #c3097 {
    border-style: solid;
    border-left-width: 6px;
    border-color: #fff;
}

#p6009 #m1899 {
    border-style: solid;
    margin-bottom: 0px;
}

#p6009 #m1558 {
    width: 61%;
    margin-left: auto;
    margin-bottom: 0px;
    margin-right: auto;
}

#p8253 #r1020 {
    background-image: url('https://beecontent.beedigital.es/public/web_output_templates/beeEspana/4f1bc7c3-fa51-4c0c-9095-a21821f265b9/images/9193c8a3-49a1-462b-8640-eae98dfd8e88.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 100%;
    background-attachment: fixed;
    padding-top: 200px;
    padding-bottom: 140px;
}

#p8253 #r1020.bgfilter:before {
    background-color: rgba(110, 60, 97, 0.7);
    background-image: url(/uploads/2xrl7ml4/degradado-bottom-claro__msi___png.png);
    background-repeat: repeat-x;
    background-position: 50% 100%;
}

#p8253 #m3248 {
    border-style: solid;
    margin-bottom: 10px;
}

#p8253 #r1841 {
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 50px;
    padding-bottom: 0px;
}

#p8253 #c1632 {
    padding-left: 0px;
}

#p8253 #m3409 {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

#p8253 #m3935 {
    border-style: solid;
    margin-bottom: 0px;
}

#p8253 #m2445 {
    text-align: center;
    border-style: solid;
    padding-top: 15px;
}

#p8253 #m2445 li {
    border-left-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-right-width: 0px;
    margin-right: 15px;
}

#p8253 #m2445 li a {
    width: 17px;
}

#p8253 #r1432 {
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 100%;
    background-attachment: fixed;
    padding-left: 90px;
    padding-top: 50px;
    padding-bottom: 50px;
}

#p8253 #r1432.bgfilter:before {
    background-color: rgba(255, 255, 255, 0);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 0%;
}

#p8253 #c2193 {
    background-color: rgb(37, 37, 37);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 100px;
    padding-left: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 40px;
}

#p8253 #c2193.bgfilter:before {
    background-image: url("https://u1375148.test.beedigitalweb.com/uploads/OEKFIdYW/climpek__msi___png.png");
}

#p8253 #m4659 {
    border-style: solid;
}

#p8253 #m3684 {
    border-style: solid;
    margin-bottom: 10px;
}

#p8253 #m2249 {
    border-style: solid;
    margin-bottom: 10px;
}

#p8253 #m4008 {
    border-style: solid;
}

#p8253 #m2155 {
    height: 300px;
    border-style: solid;
    margin-bottom: 0px;
}

#p8253 #c1863 {
    border-style: solid;
    padding-left: 40px;
    padding-top: 40px;
}

#p8253 #m3992 {
    border-style: solid;
    margin-left: 12px;
}

#p8253 #m4982 {
    padding-left: 15px;
    padding-top: 0px;
    padding-bottom: 15px;
    padding-right: 15px;
}

#p8253 #m4982 input[type=checkbox]+span,
#m3922 input[type=radio]+span,
#m3922 .form_option input[type=checkbox]+label {
    color: #401f71;
}

#p8253 #m4982 input[type=text],
#m3922 textarea,
#m3922 select {
    border-style: solid;
}

#p8253 #m4982 input[type=checkbox]+span,
#m4982 input[type=radio]+span,
#m4982 .form_option input[type=checkbox]+label {
    color: #000;
}

#p8253 #m4982 input[type=text],
#m4982 textarea,
#m4982 select {
    border-style: solid;
}

#p8253 #r4345 {
    background-image: url('https://beecontent.beedigital.es/public/web_output_templates/beeEspana/4f1bc7c3-fa51-4c0c-9095-a21821f265b9/images/9193c8a3-49a1-462b-8640-eae98dfd8e88.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 100%;
    background-attachment: fixed;
    border-style: solid;
}

#p8253 #r4345.bgfilter:before {
    background-color: rgba(110, 60, 97, 0.7);
    background-repeat: no-repeat;
    background-size: contain;
}

#p8253 #c1315 {
    border-style: solid;
    border-left-width: 6px;
    border-color: #fff;
}

#p8253 #m2825 {
    border-style: solid;
    margin-bottom: 0px;
}

#p8253 #m3093 {
    width: 61%;
    margin-left: auto;
    margin-bottom: 0px;
    margin-right: auto;
}

#p6695 #r2511 {
    border-style: solid;
    border-bottom-width: 2px;
    border-color: #fff;
}

#p6695 #c4699 {
    background-color: #fff;
    background-size: cover;
    background-position: 50% 50%;
    border-style: solid;
    padding-left: 50px;
    padding-top: 50px;
    padding-bottom: 100px;
    padding-right: 50px;
}

#p6695 #m4705 {}

#p6695 #m2729 {}

#p6695 #m1889 {
    width: 14%;
    margin-left: auto;
    margin-bottom: 0px;
    margin-right: auto;
}

#p5035 {
    background-repeat: no-repeat;
}

#p5035 #r2474 {
    padding-bottom: 100px;
    background-color: #fff;
    padding-top: 100px;
}

#p9740 {
    background-repeat: no-repeat;
}

#p9740 #r2474 {
    padding-bottom: 100px;
    background-color: #fff;
    padding-top: 100px;
}

#p6662 {
    background-repeat: no-repeat;
}

#p6662 #r2474 {
    padding-bottom: 100px;
    background-color: #fff;
    padding-top: 100px;
}

#p6662 #m4110 {
    border-style: solid;
}

#p8223 {
    background-repeat: no-repeat;
}

#p8223 #r2474 {
    padding-bottom: 100px;
    background-color: #fff;
    padding-top: 100px;
}

@media only screen and (max-width:1199px) {
    #r2784 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    #c9969 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-left: 16px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-right: 16px;
    }

    #c5301 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-left: 16px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-right: 16px;
    }

    #m3223 {
        text-align: center;
    }

    #c3817 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-left: 16px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-right: 16px;
    }

    #c3338 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-left: 16px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-right: 16px;
    }

    #c4869 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-left: 16px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-right: 16px;
    }

    #r5002 {
        margin-bottom: 0px;
        margin-top: 0px;
    }

    #c3996 {
        border-style: solid;
        padding-bottom: 60px;
    }

    #p9533 #r1336 {
        border-style: solid;
        padding-top: 220px;
        padding-bottom: 120px;
    }

    #p9533 #m4247 {
        max-width: 12%;
        border-style: solid;
    }

    #p9533 #m4247+.hoverOverlay .hoverIcon {
        border-style: solid;
    }

    #p9533 #m4247+.hoverOverlay {
        border-style: solid;
    }

    #p9533 #m1647 {
        width: 60%;
    }

    #p9533 #m4230 {
        width: 60%;
    }

    #p9533 #m2298 {
        width: 60%;
    }

    #p9533 #m1216 {
        max-width: 20%;
    }

    #p9533 #r4349 {
        border-style: solid;
        padding-right: 30px;
    }

    #p9533 #c3575 {
        padding-left: 15px;
        padding-right: 15px;
    }

    #p9533 #m4000 {
        margin-bottom: 0px;
    }

    #p9533 #c4985 {
        border-style: solid;
        padding-right: 15px;
    }

    #p9533 #r2096 {
        border-style: solid;
        padding-left: 30px;
    }

    #p9533 #c2454 {
        border-style: solid;
        padding-left: 15px;
    }

    #p9533 #c3921 {
        padding-left: 15px;
        padding-right: 15px;
    }

    #p6009 #r2684 {
        border-style: solid;
        padding-top: 220px;
        padding-bottom: 120px;
    }

    #p6009 #r4902 {
        border-style: solid;
        padding-right: 30px;
    }

    #p6009 #c1532 {
        padding-left: 15px;
        padding-right: 15px;
    }

    #p6009 #c3472 {
        border-style: solid;
        padding-right: 15px;
    }

    #p6009 #m1558 {
        width: 85%;
    }

    #p8253 #r1020 {
        border-style: none;
        padding-top: 220px;
        padding-bottom: 120px;
    }

    #p8253 #m3093 {
        width: 100%;
    }

    #p6695 #r2511 {
        border-style: solid;
    }

    #p6695 #m1889 {
        width: 24%;
    }
}

@media only screen and (max-width:767px) {
    #r2784 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-left: 0px;
        padding-top: 16px;
        padding-bottom: 16px;
        padding-right: 0px;
    }

    #c9969 {
        margin-left: 0px;
        margin-right: 0px;
        border-style: solid;
        padding-bottom: 20px;
    }

    #m4257 {
        max-width: 50%;
        border-style: solid;
        margin-right: auto;
    }

    #m4257+.hoverOverlay .hoverIcon {
        border-style: solid;
    }

    #m4257+.hoverOverlay {
        border-style: solid;
    }

    #c5301 {
        margin-left: 0px;
        margin-right: 0px;
        border-style: solid;
    }

    #c3817 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-left: 16px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-right: 16px;
    }

    #c3338 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-left: 16px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-right: 16px;
    }

    #c4869 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-left: 16px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-right: 16px;
    }

    #c3996 {
        border-style: solid;
        padding-left: 30px;
        padding-right: 30px;
    }

    #c1212 {
        padding-left: 30px;
        padding-top: 20px;
        padding-right: 30px;
    }

    #c4481 {
        padding-left: 30px;
        padding-top: 20px;
        padding-right: 30px;
    }

    #p9533 #r1336 {
        border-style: solid;
        padding-top: 250px;
        padding-bottom: 60px;
    }

    #p9533 #c7459 {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }

    #p9533 #c5226 {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }

    #p9533 #m2460 {
        margin-left: auto;
        margin-bottom: 0px;
        margin-right: auto;
    }

    #p9533 #m9420 {
        margin-left: auto;
        margin-bottom: 0px;
        margin-right: auto;
    }

    #p9533 #m4247 {
        max-width: 30%;
    }

    #p9533 #r4638 {
        padding-bottom: 60px;
    }

    #p9533 #c8870 {
        margin-left: 0px;
        margin-right: 0px;
        border-right-width: 1px;
        margin-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
    }

    #p9533 #c3308 {
        margin-left: 0px;
        margin-right: 0px;
        border-right-width: 1px;
        margin-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
    }

    #p9533 #c2517 {
        margin-left: 0px;
        margin-right: 0px;
        border-right-width: 1px;
        margin-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
    }

    #p9533 #r4349 {
        border-style: solid;
        padding-right: 0px;
    }

    #p9533 #c3575 {
        border-style: solid;
        padding-left: 30px;
        padding-top: 60px;
        padding-bottom: 60px;
        padding-right: 30px;
    }

    #p9533 #c4985 {
        padding-left: 30px;
        padding-bottom: 0px;
        padding-right: 30px;
    }

    #p9533 #r2096 {
        border-style: solid;
        padding-right: 30px;
    }

    #p9533 #c2454 {
        padding-left: 0px;
        padding-bottom: 0px;
        padding-right: 0px;
    }

    #p9533 #c3921 {
        border-style: solid;
        padding-left: 0px;
        padding-top: 60px;
        padding-bottom: 60px;
        padding-right: 0px;
    }

    #p9533 #r3609 {
        border-style: solid;
        padding-top: 100px;
    }

    #p9533 #c2398 {
        padding-bottom: 0px;
    }

    #p9533 #r2601 {
        border-style: solid;
        padding-left: 30px;
        padding-top: 60px;
        padding-bottom: 60px;
        padding-right: 30px;
    }

    #p9533 #c4859 {
        padding-left: 0px;
        padding-top: 40px;
        padding-right: 0px;
    }

    #p9533 #m3922 {
        padding-left: 0px;
        padding-right: 0px;
    }

    #p9533 #r3916 {
        border-style: solid;
        padding-top: 100px;
    }

    #p9533 #m2151 {
        width: 55%;
    }

    #p6009 #r2684 {
        padding-top: 250px;
        padding-bottom: 60px;
    }

    #p6009 #c1742 {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }

    #p6009 #c1247 {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }

    #p6009 #m2022 {
        margin-right: auto;
    }

    #p6009 #r4902 {
        padding-top: 0px;
        padding-right: 0px;
    }

    #p6009 #c1532 {
        border-style: solid;
        padding-left: 30px;
        padding-top: 60px;
        padding-bottom: 60px;
        padding-right: 30px;
    }

    #p6009 #c3472 {
        padding-left: 30px;
        padding-bottom: 0px;
        padding-right: 30px;
    }

    #p8253 #r1020 {
        padding-top: 250px;
        padding-bottom: 150px;
    }

    #p8253 #c3385 {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }

    #p8253 #c1086 {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }

    #p8253 #c1632 {
        padding-bottom: 0px;
    }

    #p8253 #r1432 {
        border-style: solid;
        padding-left: 30px;
        padding-top: 60px;
        padding-bottom: 60px;
        padding-right: 30px;
    }

    #p8253 #c2193 {
        border-style: solid;
        padding-left: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 20px;
    }

    #p8253 #c1863 {
        padding-left: 0px;
        padding-top: 40px;
        padding-right: 0px;
    }

    #p8253 #m4982 {
        padding-left: 0px;
        padding-right: 0px;
    }

    #p8253 #r4345 {
        border-style: solid;
        padding-top: 100px;
    }

    #p8253 #c1315 {
        border-style: none;
    }

    #p6695 #c4699 {
        padding-top: 40px;
        padding-right: 15px;
        padding-left: 15px;
    }

    #p6695 #m1889 {
        width: 60%;
    }

    #p5035 #r2474 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    #p9740 #r2474 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    #p6662 #r2474 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    #p8223 #r2474 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}