@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;700;900&family=Sorts+Mill+Goudy&display=swap");
* {
margin: 0;
padding: 0;
}
body,
html {
margin: 0;
padding: 0;
height: 100%;
}
body.admin-bar .navbar-fixed-top {
position: fixed;
top: 32px;
z-index: 1000;
}   body {
font-size: 16px;
line-height: 22px;
font-family: "Roboto", "Arial", sans-serif;
font-display: auto;
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;
} h1,
h2,
h3,
h4,
h5,
h6 {
color: #222;
font-family: "Sorts Mill Goudy", Arial, serif;
} .title {
font-size: 72px;
}
h1,
h2 {
font-size: 45px;
}
h3 {
font-size: 27px;
}
h4 {
font-size: 18px;
font-weight: bold;
}
.main-title {
margin: 40px 0 10px;
}
.has-huge-font-size,
.has-larger-font-size {
color: #862029;
} a {
color: #c5976a;
text-decoration: none;
}
a:focus,
a:hover {
color: #3b240e;
}
img {
height: auto;
}
#main {
min-height: 50dvh;
}
.grid {
margin-bottom: 0;
}
.home h1:first-child {
display: none;
}   .site-claim {
padding: 5px 20px;
text-align: center;
background: #862029;
color: #fff;
font-size: 14px;
}
.header .nav-wrap a {
color: #333;
}
.header .nav-wrap a:hover {
color: #3b240e;
text-decoration: underline;
}
.header .nav-wrap .active a {
color: #c5976a;
font-weight: bold;
}
.nav-container {
display: block;
width: 100%;
background: #fff;
float: left;
justify-content: space-between;
border-bottom: 5px solid #c5976a;
align-items: center;
padding: 0 20px;
flex-direction: column;
}
.nav-top {
display: flex;
justify-content: space-between;
width: 100%;
}
.nav-bottom {
margin: 1rem 0;
}
.nav-left {
display: flex;
align-items: center;
}
.header a.rivenditori {
color: #c5976a;
font-weight: bold;
text-transform: uppercase;
font-size: 14px;
}
.header #in {
display: inline-flex;
}
.header #out {
display: none;
}
.dropdown .fas.fa-chevron-down {
color: #7b7b7b;
margin: 3px 0 0 5px;
font-size: 12px;
}
.logo-container {
display: flex;
flex-direction: column;
align-items: center;
}
.logo img {
height: 130px;
margin-top: 0px;
}
.logo {
margin: 5px;
line-height: 1;
padding: 0;
}
.header .tog {
position: relative;
right: 0px;
top: 54px;
}
.header .search {
display: flex;
}
.social {
display: flex;
align-items: center;
margin-right: 10px;
}
.header .social a {
font-size: 24px !important;
color: #c5976a;
padding: 5px 10px;
} .dgwt-wcas-search-wrapp {
display: inline-flex;
align-items: center;
margin: 10px 5%;
min-width: 150px;
max-width: 250px !important;
} .form-control,
.icon-search {
display: block;
}
.icon-search {
padding: 8px 12px;
margin-left: -5px;
background: none;
border: 0px solid #33333310;
font-size: 18px;
border-radius: 5px;
cursor: pointer;
}
.header input.form-control {
width: 98%;
margin-right: 10px;
padding: 10px;
border: 1px solid #33333310;
background: none;
-webkit-appearance: none;
border-radius: 5px;
font-size: 14px;
}
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
min-width: 50px;
} .minicart {
list-style-type: none;
margin: 0px;
width: 300px;
overflow: hidden;
position: fixed;
z-index: 9998;
top: 0px;
right: -300px;
background: #ffffff;
box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
padding: 60px 0;
}
.minicart__inside {
padding: 20px;
position: relative;
}
.minicart .widget {
margin-bottom: 0;
}
.minicart .widget li {
position: relative;
margin-top: 5px !important;
}
.minicart .widget a {
border: none;
padding: 0px 0 0 0;
color: #000;
}
.minicart .widget a.button {
padding: 10px;
}
.minicart .widget_shopping_cart .total {
border-top: 1px solid #dddddd;
margin-top: 10px;
padding-top: 20px;
}
.minicart .woocommerce-mini-cart__buttons {
margin-bottom: 0;
}
.minicart .close {
position: absolute;
top: 10px;
right: 10px;
cursor: pointer;
padding: 20px;
z-index: 9999;
}
.minicart .close:hover {
text-decoration: underline;
} .woocommerce-cart .cart-icon,
.woocommerce-checkout .cart-icon {
display: none;
} .cart-icon {
display: block;
position: fixed;
right: 30px;
bottom: 30px;
z-index: 9999;
}
.cart-icon .cart-contents {
background: #ffffff;
line-height: 40px;
text-align: center;
cursor: pointer;
color: #333333;
width: 50px;
height: 50px;
border-radius: 100px;
font-size: 22px;
line-height: 50px;
position: relative;
background: #eeeeee;
display: flex;
justify-content: center;
align-items: center;
}
.cart-icon .cart-contents__number {
position: absolute;
height: 20px;
width: 20px;
line-height: 22px;
border-radius: 20px;
text-align: center;
font-size: 10px;
right: -5px;
bottom: -4px;
font-weight: bold;
background: #862029;
color: #ffffff;
}
.cart--open {
min-width: 50px;
right: 0;
}
.woocommerce-mini-cart__buttons {
margin-bottom: 0;
}   .avviso {
background: #862029;
display: flex;
flex-direction: column;
}
.avviso p {
margin: 36px 20px 35px 20px;
vertical-align: middle;
color: white;
justify-content: center;
} .cover {
height: 100vh;
margin-bottom: 0;
}
h1.has-text-align-center {
text-align: center;
padding: 0 20px;
}
div#n2-ss-2 .n2-style-f58d52632d016e4532dc73de3ceef8d2-simple {
background: #fff !important;
border-bottom: 1px solid #c5976a11 !important;
} .side-intro {
display: flex;
flex-direction: column;
justify-content: center;
}
.side-intro p {
margin-bottom: 0;
}
.intro .wp-block-group__inner-container {
background: #c5976a;
min-height: 200px;
position: relative;
}
.intro .text {
font-size: 18px;
line-height: 24px;
padding: 30px;
}
.more {
display: block;
position: absolute;
bottom: 0;
right: 0px;
width: 100%;
margin-bottom: 0;
}
.more a {
clip-path: polygon(0 100%, 100% 0%, 100% 100%);
padding: 15px 10px 8px;
border: 1px solid #c5976a;
transition: all 0.2s ease-out;
color: #fff;
font-weight: bold;
text-decoration: underline;
display: block;
}
.more a:hover {
clip-path: polygon(0 100%, 100% 5%, 100% 100%);
background: #fff;
color: #c5976a;
} .btn-cover {
display: flex;
justify-content: center;
}
.btn {
transition: all 0.4s ease-out;
}
.btn:hover {
color: #fff;
background: #862029;
border: none;
} .wc-block-grid__products {
margin: 0;
}
.wc-block-grid__product {
border: none;
display: inline-flex;
flex-direction: column;
justify-content: space-between;
padding: 25px;
} .wc-block-grid__products .wc-block-grid__product-image img {
width: 100%;
height: 100%;
}
.wp-block-media-text__media img,
.wp-block-media-text__media video {
width: 100%;
height: 100%;
} .wc-block-grid__product-title {
font-size: 18px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
} .wc-block-grid__product .wc-block-grid__product-onsale {
color: #fff;
background-color: #862029;
border: none;
line-height: 20px;
border-radius: 5px;
padding: 0 20px;
}
.wc-block-grid__product .wc-block-grid__product-price del {
color: #777;
font-weight: lighter;
margin-right: 5px;
font-size: 14px;
}
.wc-block-grid__product .wc-block-grid__product-price ins {
font-weight: bold;
color: #333;
}
.wc-block-grid__product .wc-block-grid__product-price {
font-size: 16px;
font-weight: bold;
color: #333;
margin: 5px 0 20px 0;
} .wp-block-button__link,
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
background-color: #ffffff00;
font-size: 16px;
color: #862029;
border: 1px solid #862029;
border-radius: 0px;
transition: all 0.4s ease-out;
}
.wp-block-button__link:hover,
.wc-block-grid__product-add-to-cart.wp-block-button
.wp-block-button__link:hover {
background-color: #862029;
font-size: 16px;
color: #fff;
border: 1px solid #862029;
}
.wp-block-button__link:active,
.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:visited {
color: #862029;
} .wp-block-cover .wp-block-button__link {
background: #862029;
color: #fff;
font-weight: bold;
padding: 15px 30px;
border: none;
border-radius: 3px;
}
.wp-block-cover .wp-block-button__link:hover {
background: #fff;
color: #862029;
}
.wp-block-cover h2 {
font-size: 18px;
font-family: "Roboto", Arial;
}
.brands .blocks-gallery-grid figcaption.blocks-gallery-item__caption {
background: none;
opacity: 0;
position: absolute;
bottom: -15px;
overflow: hidden;
}
.brands .blocks-gallery-grid figcaption.blocks-gallery-item__caption a {
} .our-story strong {
color: #862029;
} .instructions {
background: #862029;
padding: 40px 20px;
}
.instructions .instruction {
padding: 40px 30px;
text-align: center;
display: flex;
flex-direction: column;
justify-content: space-between;
color: #fff;
}
.instructions .instruction h3 {
color: #fff;
font-weight: bold;
}
.instructions .instruction .fa,
.instructions .instruction .fas {
font-size: 45px;
} .reviews h5 {
font-size: 16px;
margin-bottom: 0;
}
.reviews p.subtitle {
font-size: 14px;
font-weight: lighter;
}
.reviews .review {
padding: 20px;
}
.reviews .vote {
text-align: center;
}
.reviews .vote .fa {
color: #f25c05;
} .brands .wp-block-gallery {
justify-content: center;
}
.brands .blocks-gallery-grid .blocks-gallery-image figure,
.brands .blocks-gallery-grid .blocks-gallery-item figure,
.brands .wp-block-gallery .blocks-gallery-image figure,
.brands .wp-block-gallery .blocks-gallery-item figure {
align-items: center;
margin: 0 auto;
}
.brands .blocks-gallery-grid .blocks-gallery-image img,
.brands .blocks-gallery-grid .blocks-gallery-item img,
.brands .wp-block-gallery .blocks-gallery-image img,
.brands .wp-block-gallery .blocks-gallery-item img {
padding: 20px;
max-height: 200px;
margin: 0 auto;
}  .woocommerce-page .woocommerce {
width: 100%;
}
.woocommerce a.remove {
color: #862029 !important;
}
.woocommerce a.remove:hover {
background: #862029 !important;
} .shop .woocommerce ul.products li.product .button {
padding: 10px 15px;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
font-size: 16px;
margin: 0;
line-height: 1;
cursor: pointer;
position: relative;
text-decoration: none;
overflow: visible;
padding: 20px;
font-weight: 700;
border-radius: 0px;
left: auto;
color: #862029;
background-color: #fff;
border: 1px solid #862029;
background-image: none;
box-shadow: none;
text-shadow: none;
transition: all 0.4s ease-out; }
.wp-block-button__link:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
background-color: #862029;
text-decoration: none;
background-image: none;
color: #fff;
} .woocommerce ul.products li.product a img {
width: 100%;
object-fit: cover;
display: block;
margin: 0 0 1em;
box-shadow: none;
} .woocommerce ul.products li.product .price {
color: black;
font-size: 16px;
font-weight: 400px;
}
.wc-block-grid__product .wc-block-grid__product-add-to-cart,
.wc-block-grid__product .wc-block-grid__product-rating,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
color: #333;
font-size: 1.25em;
} .woocommerce .product .disclaimer {
text-align: center;
font-weight: bold;
color: #862029;
margin: 0 10px 35px 10px;
} .woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
font-size: 16px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.woocommerce div.product div.summary {
}
.woocommerce .quantity .qty {
width: 56px;
height: 56px;
padding: 7px;
text-align: center;
font-size: 16px; }
.woocommerce .product_meta .posted_in {
display: block;
width: 100%;
margin-bottom: 8px;
}
.woocommerce-tabs.wc-tabs-wrapper {
margin-top: 70px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
border-bottom: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
padding: 0;
margin-bottom: 15px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
border: 1px solid #c5976a;
background-color: #862029;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
color: #bbb;
}
.woocommerce div.product .woocommerce-tabs .panel {
margin: 0 10px 2em;
padding: 0;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
font-size: 27px;
} .woocommerce #min-age-woo-ask-dob {
padding: 20px;
}
.woocommerce li.wc_payment_method label {
display: inline !important;
} .woocommerce #review_form #respond p {
margin: 0px 0 14px;
}
.woocommerce-Reviews .comment-form-cookies-consent {
margin-top: 8px !important;
clear: both;
}
.woocommerce-Reviews .comment-form-cookies-consent label {
display: inline;
}
.woocommerce-Reviews .mc4wp-checkbox.mc4wp-checkbox-wp-comment-form {
clear: both;
}
.mc4wp-checkbox.mc4wp-checkbox-wp-comment-form span {
margin-left: 5px;
}
.related.products {
margin-top: 55px;
} .woocommerce-page table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon input,
.woocommerce table.cart td.actions .coupon .button {
width: 100%;
margin-bottom: 10px;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals,
.woocommerce table.shop_table {
width: 100%;
padding: 20px;
}   .home-title {
position: absolute;
top: -9999px;
color: #fff;
font-size: 12px;
}  .widget_search {
margin-bottom: 50px;
}  .newsletter {
padding: 50px 20px;
background: #eee;
}
.newsletter label {
width: 100%;
line-height: 2;
}
.newsletter p.submit {
max-width: 500px;
display: block;
margin-bottom: 8px;
}  .footer {
background-color: #c5976a;
}
.footer .inner-footer {
padding: 40px 0px;
}
.footer h4 {
margin: 5px 0 5px 0;
text-transform: full-width;
}
.footer .inner-footer p {
color: #fff;
padding: 14px 0;
}
.footer a {
color: #fff;
text-decoration: underline;
font-weight: bold;
}
.footer a:hover,
.footer .sub-footer a:hover {
color: #3b240e;
text-decoration: underline;
}
.footer .footer__logo .logo img {
margin: 0;
}
.footer .contatti {
display: inline-block;
}
.footer__menu {
list-style-type: none;
padding: 10px 0;
display: flex;
flex-direction: column;
}
.footer__menu li {
display: inline-block;
}
.footer__menu li a {
padding: 10px 0;
}
.footer .paysped_section p {
margin-bottom: 0px;
}
.footer img.paysped {
max-width: 250px;
margin-top: 10px;
width: 90%;
height: auto;
}
.footer .sub-footer {
flex-wrap: wrap;
display: flex;
justify-content: space-between;
color: #fff;
padding: 20px 10px;
border-top: 1px solid #fff;
}
.footer .sub-footer a {
color: #fff;
font-weight: bold;
text-decoration: underline;
}
.footer .sub-footer .copyright {
}
.footer .sub-footer p.copyright {
margin-bottom: 0;
margin: 0px auto;
padding: 10px 15px 15px 15px;
font-size: 12px;
text-align: center;
}
.iubenda-ibadge {
margin-bottom: -7px;
margin-right: -10px;
}
.footer .sub-footer .social {
margin: 0 auto;
}
.footer .fa {
padding: 15px;
font-size: 24px;
}
.btn-whatsapp {
display: block;
position: fixed;
left: 20px;
bottom: 30px;
z-index: 9997;
background: none;
}
.btn-whatsapp .fa-whatsapp {
display: block;
font-size: 50px;
color: #6d1a21;
padding: 0px 4px 0px 5px;
margin: 0px auto;
text-align: center;
vertical-align: middle;
}      @media (min-width: 768px) {
.header .nav-wrap a {
font-size: 14px;
}
ul.primary li a {
padding: 7px;
}
.cart-icon {
right: 30px;
}
.nav-right,
.nav-left {
display: flex;
flex-wrap: wrap;
flex-basis: 45%;
}
.nav-right {
justify-content: flex-end;
}
.alux-arrow {
top: 18px;
right: 4px;
background-size: 18px 18px;
}
.nav-container {
display: flex;
}
.header ul.primary {
flex-wrap: wrap;
display: flex;
align-items: center;
}
.header .social .fa {
padding: 16px 5px;
font-size: 22px;
}
.side-intro {
margin-left: -60px !important;
position: relative;
margin-right: 40px;
}
.side-intro .wp-block-group {
display: flex;
}
.intro .wp-block-group__inner-container {
}
.intro {
}
.more {
}
.footer .sub-footer p.copyright {
line-height: 24px;
padding: 15px;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
font-size: 32px;
}
}   @media (max-width: 767px) {
body.admin-bar .navbar-fixed-top {
top: 42px;
} h1,
h2 {
font-size: 45px;
}
h3 {
font-size: 27px;
}
h4 {
font-size: 18px;
}
h5 {
font-size: 14px;
font-weight: bold;
}
.nav-wrap .dropdown-menu.open,
.nav-wrap .nav-container.open {
max-height: calc(100vh - 200px);
overflow: scroll;
-webkit-overflow-scrolling: touch;
display: block;
}
.header #in {
display: none;
}
.header #out {
display: inline-block;
}
.header .tog {
position: relative;
right: 0px;
top: 26px;
}
.header .logo img {
height: 100px;
}
.header .logo {
margin: 5px 20px;
}
.nav-header {
float: none;
display: ;
}
.nav-wrap {
align-items: center;
}
.nav-right a {
text-transform: uppercase;
}
ul.primary li a {
padding: 20px 0;
}
.social {
justify-content: center;
margin: 10px 0;
}
.wp-block-media-text__content {
text-align: center;
margin-top: 20px;
}
.wc-block-grid__product-title {
white-space: normal;
}
.home
.wc-block-grid__product-add-to-cart.wp-block-button
.wp-block-button__link {
font-size: 0.9em;
padding: calc(0.5em + 2px) calc(0.5em + 2px);
}
.edit-post-visual-editor
.editor-block-list__block
.wc-block-grid__product-title,
.editor-styles-wrapper .wc-block-grid__product-title,
.wc-block-grid__product-title {
font-size: 18px;
}
.footer__logo {
display: flex;
justify-content: center;
margin-bottom: 20px;
}
.dgwt-wcas-search-wrapp {
display: flex;
justify-content: center;
margin: 10px 0;
}
}
@media (max-width: 480px) {
.logo-container .social {
display: none;
}
.wc-block-grid.has-4-columns .wc-block-grid__products {
display: flex;
}
.wc-block-grid.has-4-columns .wc-block-grid__product {
margin-left: auto;
margin-right: auto;
flex: 1 0 50%;
max-width: 50%;
padding: 10px 5px;
}
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
padding: 0.5em;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
font-size: 14px;
padding: 10px 15px;
}
}    .pagination {
margin: 40px 0 40px 0;
padding: 0;
width: 100%;
}
.pagination span,
.pagination a {
float: left;
margin: 0 10px 10px 0;
padding: 14px 19px;
border: 1px solid #ddd;
} .gallery {
float: left;
margin: 20px 0 20px 0;
width: 103.55%;
}
.gallery-item {
float: left;
width: 33.333333%;
text-align: center;
}
.gallery img {
margin: 0 10% 0 0;
width: 90%;
height: auto;
border: none !important;
}
.gallery-caption {
width: 90%;
margin: 10px 0 0 0;
} .alignleft {
float: left;
margin-right: 20px;
margin-bottom: 10px;
max-width: 97%;
height: auto;
}
.alignright {
float: right;
margin-bottom: 10px;
margin-left: 20px;
max-width: 97%;
height: auto;
}
.aligncenter {
display: block;
margin: 0 auto;
max-width: 97%;
height: auto;
}
.alignnone {
max-width: 97%;
height: auto;
} .img-res {
width: 100%;
height: auto;
} .video-container {
position: relative;
padding-bottom: 56.25%; padding-top: 25px;
height: 0;
}
.video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
} table {
border-collapse: collapse;
margin: 40px 0;
width: 100%;
}
table,
th,
td {
border: 1px solid #ddd;
padding: 10px;
font-size: 18px;
text-transform: capitalize;
}
table tr:first-child td {
font-weight: 900;
text-transform: uppercase;
background: #eee;
padding: 12px 8px;
} .wp-caption {
margin-top: 1.5rem;
margin-bottom: 0px;
padding: 10px;
max-width: 97%;
border: 1px solid #ddd;
text-align: center;
}
.wp-caption img {
margin: 0;
padding: 0;
width: 100% !important;
height: auto;
border: 0 none;
}
.wp-caption p.wp-caption-text {
margin: 0;
padding: 8px;
font-size: 1em;
line-height: 17px;
} .sticky {
border-right: 3px solid #eee;
border-bottom: 3px solid #ddd;
} .search-form {
background: #eee;
}
.search-form input[type="text"] {
width: 80%;
color: #333;
}
.search-form button {
float: right;
padding: 10px 15px 0 0;
border: none;
background: none;
padding: 11px;
} .wpcf7 label {
width: 100%;
} .comment-form-author,
.comment-form-email,
.comment-form-url {
float: left;
margin-top: 20px;
margin-right: 3%;
width: 50%;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
width: 100%;
}
ol.commentlist {
margin: 0 0 1em;
padding: 0;
list-style: none;
text-indent: 0;
}
ol.commentlist li.comment {
padding: 1em;
border-top: 1px solid #eee;
}
ol.commentlist li.comment div.vcard cite.fn {
text-transform: uppercase;
font-size: 14px;
}
ol.commentlist li.comment div.vcard img.avatar {
float: left;
margin: 6px 1em 1em 0;
border-radius: 50px;
}
ol.commentlist li.comment div.comment-meta {
font-size: 12px;
}
ol.commentlist li.comment ul {
margin: 0 0 1em 2em;
}
ol.commentlist li.comment div.reply {
margin-left: 80px;
font-size: 11px;
}
ol.commentlist li.comment div.reply a {
font-weight: bold;
}
ol.commentlist li.comment ul.children {
margin: 1em 0 0;
list-style: none;
text-indent: 0;
}
ol.commentlist li.comment ul.children li.depth-2 {
margin: 0 0 0.25em 0.25em;
border-left: 1px solid #eee;
}
ol.commentlist li.comment ul.children li.depth-3 {
margin: 0 0 0.25em 0.25em;
border-left: 1px solid #eee;
}
ol.commentlist li.comment ul.children li.depth-4 {
margin: 0 0 0.25em 0.25em;
border-left: 1px solid #eee;
}
ol.commentlist li.even {
background: #fff;
}
ol.commentlist li.odd { }
ol.commentlist li.parent {
border-left: 1px solid #eee;
}
ol.commentlist li.bypostauthor .fn {
font-weight: bold;
}
ol.commentlist li img {
max-width: 97%;
}
input[type="text"],
input[type="email"] {
width: 98%;
margin-right: 10px;
padding: 10px;
border: none;
background: #eee;
-webkit-appearance: none;
border-radius: 0;
font-size: 14px;
}
textarea {
padding: 10px;
width: 98%;
border: none;
background: #eee;
-webkit-appearance: none;
border-radius: 0;
font-size: 14px;
}
input[type="submit"] {
margin-top: 10px;
padding: 15px 20px;
color: #fff;
text-transform: uppercase;
background: #333;
border: none;
font-size: 14px;
}
#comments {
width: 100%;
} #wp-calendar {
width: 100%;
}
#wp-calendar a {
padding: 0;
border: none;
}
#wp-calendar caption,
.screen-reader-text {
padding-bottom: 10px;
color: #000;
text-align: left;
text-transform: uppercase;
font-weight: 700;
font-size: 14px;
}
#wp-calendar thead {
font-size: 10px;
}
#wp-calendar thead th {
padding-bottom: 10px;
}
#wp-calendar tbody {
color: #aaa;
}
#wp-calendar tbody td {
padding: 8px;
border: 1px solid #fff;
background: #f5f5f5;
text-align: center;
}
#wp-calendar tbody td:hover {
background: #fff;
}
#wp-calendar tbody .pad {
background: none;
}
#wp-calendar tfoot #next {
text-align: right;
text-transform: uppercase;
font-size: 10px;
}
#wp-calendar tfoot #prev {
padding-top: 10px;
text-transform: uppercase;
font-size: 10px;
}    .dropdown-menu {
display: none;
list-style: none;
padding-left: 20px;
margin: 0;
} .dropdown.open > .dropdown-menu {
display: block !important;
} .dropdown-caret {
display: inline-block;
margin-left: 5px;
transition: transform 0.3s ease;
} .dropdown-caret.rotated {
transform: rotate(180deg);
} .dropdown-caret i {
font-size: 0.8em;
} .dropdown-toggle {
position: relative;
cursor: pointer;
} ul.primary li a {
display: flex;
justify-content: space-between;
align-items: center;
} .dropdown-caret {
cursor: pointer;
padding: 10px 15px;
margin-left: 10px;
margin-right: -10px;
flex-shrink: 0;
} .dropdown-menu .dropdown-toggle {
display: flex;
justify-content: space-between;
align-items: center;
} @media (max-width: 991px) { .dropdown.open > .dropdown-toggle {
opacity: 0.8;
font-weight: 600;
} .dropdown-menu {
position: static !important;
background: transparent !important;
padding: 10px 0 10px 20px !important;
margin-top: 5px;
list-style: none !important;
} ul.primary ul.dropdown-menu li a {
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
border-bottom: 1px solid #eee;
color: #666;
padding: 13px 0px !important;
}
.dropdown-menu li {
padding: 5px 0;
list-style: none !important;
display: block !important;
}
.dropdown-menu a {
display: block !important;
padding: 8px 15px;
color: inherit;
text-decoration: none;
opacity: 1 !important;
visibility: visible !important;
} .dropdown.open > .dropdown-menu {
display: block !important;
visibility: visible !important;
opacity: 1 !important;
height: auto !important;
max-height: 9999px !important;
overflow: visible !important;
} .nav-wrap .dropdown-menu.open {
max-height: 9999px !important;
overflow: visible !important;
} .dropdown-menu .dropdown-menu {
padding-left: 15px !important;
background: transparent !important;
margin-top: 5px;
} .dropdown-menu .dropdown-menu li a {
padding-left: 25px !important;
font-size: 14px;
}
} @media (max-width: 767px) { .nav-light.nav-wrap ul.primary ul.dropdown-menu li a {
background: #ffffff !important;
}
} @media (min-width: 992px) { .dropdown:hover > .dropdown-menu {
display: block;
opacity: 1;
visibility: visible;
} .dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
background: #fff;
border: 1px solid #ddd;
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
min-width: 200px;
padding: 10px 0;
display: none;
opacity: 0;
visibility: hidden;
transition: opacity 0.2s ease, visibility 0.2s ease;
}
.dropdown-menu li {
list-style: none;
position: relative;
}
.dropdown-menu a {
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px 20px;
color: #333;
text-decoration: none;
white-space: nowrap;
}
.dropdown-menu a:hover {
background: #f5f5f5;
}
.dropdown {
position: relative;
} .dropdown-menu .dropdown-menu {
position: absolute;
left: 100%;
top: 0;
margin-left: 0;
margin-top: -10px;
} .dropdown-menu .dropdown > a .dropdown-caret {
transform: rotate(-90deg);
}
.dropdown-menu .dropdown > a .dropdown-caret.rotated {
transform: rotate(-90deg);
} ul.primary > li > a .dropdown-caret {
display: inline-block;
}
}.n2-in-fullscreen *{animation-name:initial}.n2-in-fullscreen [data-uk-scrollspy*=uk-animation-]:not([data-uk-scrollspy*=target]){opacity:1}ss3-fullpage{display:block}ss3-fullpage[data-based-on=real]{opacity:0}ss3-force-full-width{position:relative;display:block;opacity:0;width:100vw;transform:translateX(-100vw)}.n2-section-smartslider{position:relative;width:100%;outline:0;--widget-offset: 0px}.n2-section-smartslider--hidden{display:none}.n2-ss-align{position:relative;z-index:0;overflow:hidden}.n2-ss-align.n2-ss-align-visible{overflow:visible}.n2-ss-slider{display:grid;grid-template-columns:100%;grid-template-rows:1fr auto;-webkit-font-smoothing:antialiased;font-size:16px;line-height:1;user-select:none;--ss-fs: flex-start;--ss-fe: flex-end;--ss-r: row;--ss-rr: row-reverse}.n2-ss-slider [data-force-pointer],.n2-ss-slider [data-force-pointer] *{cursor:pointer!important}.n2-ss-slider [data-force-pointer=zoom-in],.n2-ss-slider [data-force-pointer=zoom-in] *{cursor:zoom-in!important}.n2-ss-slider .n2-ss-text{user-select:text;cursor:initial}.n2-ss-slider-has-no-slide{height:0!important;opacity:0!important;overflow:hidden!important}.n2-ss-slider,.n2-ss-slider .n2_ss__touch_element{-webkit-tap-highlight-color:transparent;-webkit-tap-highlight-color:transparent}.n2-ss-slider>*,.n2-ss-slider .n2_ss__touch_element>*{-webkit-tap-highlight-color:initial}.n2-ss-slider .n2-ow,.n2-ss-slider .n2-ow-all *{font-size:inherit;line-height:inherit;letter-spacing:inherit}.n2-ss-slider .n2-ow,.n2-ss-slider .n2-ow:before,.n2-ss-slider .n2-ow:after,.n2-ss-slider .n2-ow-all *,.n2-ss-slider .n2-ow-all :before,.n2-ss-slider .n2-ow-all :after{box-sizing:content-box}.n2-ss-slider .n2-ow:before,.n2-ss-slider .n2-ow:after,.n2-ss-slider .n2-ow-all :not(i):before,.n2-ss-slider .n2-ow-all :not(i):after{display:none}.n2-ss-slider a.n2-ow,.n2-ss-slider .n2-ow-all a{border:0;-webkit-hyphens:manual;-moz-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.n2-ss-slider a.n2-ow,.n2-ss-slider a.n2-ow:focus,.n2-ss-slider .n2-ow-all a,.n2-ss-slider .n2-ow-all a:focus{outline:0!important;transition:none 0s;box-shadow:none;text-decoration:none}.n2-ss-slider path{transition:none 0s}.n2-ss-slider .n2-ow-all b,.n2-ss-slider .n2-ow-all i{color:inherit}.n2-ss-slider h1.n2-ow,.n2-ss-slider h2.n2-ow,.n2-ss-slider h3.n2-ow,.n2-ss-slider h4.n2-ow,.n2-ss-slider h5.n2-ow,.n2-ss-slider h6.n2-ow,.n2-ss-slider p.n2-ow,.n2-ss-slider blockquote.n2-ow,.n2-ss-slider .n2-ow-all h1,.n2-ss-slider .n2-ow-all h2,.n2-ss-slider .n2-ow-all h3,.n2-ss-slider .n2-ow-all h4,.n2-ss-slider .n2-ow-all h5,.n2-ss-slider .n2-ow-all h6,.n2-ss-slider .n2-ow-all p,.n2-ss-slider .n2-ow-all blockquote{margin:0;padding-left:0;padding-right:0;height:auto;width:auto;border:0;box-shadow:none;-webkit-hyphens:manual;-moz-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.n2-ss-slider iframe{border:0;min-height:0}.n2-ss-slider iframe.n2-ow,.n2-ss-slider .n2-ow-all iframe{margin:0}.n2-ss-slider img.n2-ow,.n2-ss-slider .n2-ow-all img,.n2-ss-slider svg.n2-ow,.n2-ss-slider .n2-ow-all svg{max-width:none;max-height:none;height:auto;box-shadow:none;border-radius:0;background:0 0;background:0 0;padding:0;margin:0;border:0;vertical-align:top}.n2-ss-slider picture.n2-ow,.n2-ss-slider .n2-ow-all picture{display:inline-block}.n2-ss-slider source{display:none}.n2-ss-slider ul.n2-ow,.n2-ss-slider li.n2-ow,.n2-ss-slider img.n2-ow,.n2-ss-slider a.n2-ow,.n2-ss-slider p.n2-ow,.n2-ss-slider ol.n2-ow,.n2-ss-slider textarea.n2-ow,.n2-ss-slider input.n2-ow,.n2-ss-slider button.n2-ow{transition:none 0s}.n2-ss-slider p{background-color:transparent}.n2-ss-slider ol{margin:0}.n2-ss-slider{z-index:3;position:relative;text-align:left;width:100%;min-height:1px}[dir=rtl] .n2-ss-slider{text-align:right}.n2-ss-slider :focus{outline:0}.n2-ss-slider[data-responsive=fullpage]{min-height:calc(var(--target-height, 100vh) - var(--subtract, 0px) - var(--subtract-vertical-offset, 0px) - var(--subtract-vertical-widget, 0px))}.n2-ss-slider.n2-ss-slider--fullscreen[data-responsive=fullpage]{min-height:100vh}.n2-ss-slider.n2-ss-slider--fullscreen .n2-ss-preserve-size--slider{display:none!important}[dir=rtl] .n2-ss-slider .n2-ss-slide-background{text-align:left}.n2-ss-slider.n2notransition *{transition:none 0s!important}.n2-ss-slider .n2-ss-preserve-size{width:100%;visibility:hidden}.n2-ss-slider .n2-ss-preserve-size[data-related-device]{display:none}.n2-ss-slider .n2-ss-preserve-size[data-related-device=desktopPortrait]{display:block}.n2-ss-slider .n2-ss-slider-background-video{position:absolute;left:0;top:0;width:100%;height:100%}.n2-ss-slider .n2-cover{object-fit:cover}.n2-ss-slider .n2-contain{object-fit:contain}.n2-ss-slider .n2-ss-slide{position:relative;overflow:hidden;text-align:center;--ssselfalign: center}.n2-ss-full-page--constrain-ratio .n2-ss-slide{overflow:visible}.n2-ss-slider .n2-ss-slide--focus{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;z-index:-99999}.n2-ss-slider .n2-ss-slide-thumbnail{display:none!important}.n2-ss-full-page--constrain-ratio .n2-ss-layers-container{clip-path:var(--ss-clip-path, inset(0px))}.n2-ss-slider .n2-ss-slide-background,.n2-ss-slider .n2-ss-slide-background *{position:absolute;top:0;left:0;width:100%;height:100%;text-align:left}.n2-ss-feature-post-bg-loader .n2-ss-slide-background{opacity:0}.n2-ss-slider .n2-ss-slide-background{z-index:10}.n2-ss-slider .n2-ss-slide-background .n2-ss-slide-background-color{z-index:1}.n2-ss-slider .n2-ss-slide-background .n2-ss-slide-background-color[data-overlay="1"]{z-index:7}.n2-ss-slider .n2-ss-slide-background .n2-ss-slide-background-video{z-index:3}.n2-ss-slider .n2-ss-slide-background .n2-ss-slide-background-image{z-index:5}.n2-ss-slider .n2-ss-slide-background-image{width:100%;height:100%;box-sizing:content-box;--ss-o-pos-x: 50%;--ss-o-pos-y: 50%}.n2-ss-slider .n2-ss-slide-background-image img{object-position:var(--ss-o-pos-x) var(--ss-o-pos-y)}.n2-ss-slider .n2-ss-slide-background-image img{width:100%!important;height:100%!important;object-fit:cover;color:RGBA(0,0,0,0)}.n2-ss-slider [data-mode=fit] .n2-ss-slide-background-image img{object-fit:contain}.n2-ss-slider [data-mode=center] .n2-ss-slide-background-image img{object-fit:none}.n2-ss-slider [data-mode=stretch] .n2-ss-slide-background-image img{object-fit:fill}.n2-ss-slider [data-mode=blurfit] .n2-ss-slide-background-image+.n2-ss-slide-background-image img{object-fit:contain}.n2-ss-slider .n2-ss-slide-background-video{object-fit:cover}.n2-ss-slider .n2-ss-slide-background-video[data-mode=fit]{object-fit:contain}.n2-ss-slider .n2-ss-layers-container{visibility:hidden;position:relative;width:100%;height:100%;display:flex;flex-direction:column;z-index:20;opacity:.001;transition:opacity .4s}.n2-ss-slider.n2-ss-loaded .n2-ss-layers-container{opacity:1}.n2-ss-slider [onclick].n2-ss-layers-container{visibility:visible}.n2-ss-slider .n2-ss-layers-container>*{visibility:visible}.n2-ss-slider .n2-ss-layer{z-index:2;--margin-top: 0px;--margin-right: 0px;--margin-bottom: 0px;--margin-left: 0px;width:calc(100% - var(--margin-right) - var(--margin-left));--ssfont-scale: 1;font-size:calc(100%*var(--ssfont-scale))}.n2-ss-slider .n2-ss-layer[data-pm=normal]{margin:var(--margin-top) var(--margin-right) var(--margin-bottom) var(--margin-left)}.n2-ss-slider .n2-ss-layer[data-pm=absolute]{position:absolute;left:0;top:0}.n2-ss-slider .n2-ss-layer[data-pm=absolute] picture{width:100%}.n2-ss-slider .n2-ss-layer[data-pm=default],.n2-ss-slider .n2-ss-layer[data-pm=normal]{position:relative;min-height:1px}.n2-ss-slider .n2-ss-layer-wrapper{width:100%;height:100%}.n2-ss-slider .n2-ss-layer-content .n2-ss-layer-wrapper,.n2-ss-slider .n2-ss-layer-row .n2-ss-layer-wrapper{height:auto;flex-grow:1}.n2-ss-slider .n2-ss-layer.n2-ss-layer--need-height .n2-ss-layer-wrapper{height:100%}.n2-ss-slider .n2-ss-layer[data-sstype=col]>.n2-ss-layer-wrapper,.n2-ss-slider .n2-ss-layer[data-sstype=content]>.n2-ss-layer-wrapper{flex:1 1 auto;min-height:100%;height:auto!important;display:flex;flex-direction:column}.n2-ss-no-bga-fixed *,.n2-ss-slider.n2-ss-mobileLandscape .n2-ss-slider-1,.n2-ss-slider.n2-ss-mobilePortrait .n2-ss-slider-1,.n2-ss-slider.n2-ss-tabletLandscape .n2-ss-slider-1,.n2-ss-slider.n2-ss-tabletPortrait .n2-ss-slider-1,.n2-ss-slider.n2-ss-mobileLandscape .n2-ss-slider-2,.n2-ss-slider.n2-ss-mobilePortrait .n2-ss-slider-2,.n2-ss-slider.n2-ss-tabletLandscape .n2-ss-slider-2,.n2-ss-slider.n2-ss-tabletPortrait .n2-ss-slider-2{background-attachment:scroll!important}.n2-ss-slider .n2-ss-widget{position:relative;-webkit-backface-visibility:hidden;-webkit-perspective:1000px;z-index:1;font-size:16px;transition:opacity .4s ease;opacity:1;box-sizing:initial}.n2-ss-slider .n2-ss-widget[data-position=above],.n2-ss-slider .n2-ss-widget[data-position=below]{margin-left:auto;margin-right:auto}.n2-ss-slider .n2-ss-widget.n2-ss-widget-hidden{opacity:0!important;pointer-events:none}.n2-ss-slider .n2-ss-slider-controls-above,.n2-ss-slider .n2-ss-slider-controls-below{display:flex;flex-flow:column;align-items:center}.n2-ss-slider .n2-ss-slider-controls-side{position:relative;display:flex}.n2-ss-slider .n2-ss-slider-controls-side>*{flex:1 1 auto}.n2-ss-slider .n2-ss-slider-controls-left,.n2-ss-slider .n2-ss-slider-controls-right{flex:0 0 auto;display:flex}.n2-ss-slider .n2-ss-slider-controls-left>*,.n2-ss-slider .n2-ss-slider-controls-right>*{flex:1 1 auto}.n2-ss-slider .n2-ss-slider-controls-left>*{margin-right:var(--widget-offset)}.n2-ss-slider .n2-ss-slider-controls-right>*{margin-left:var(--widget-offset)}.n2-ss-slider .n2-ss-slider-controls-absolute-left,.n2-ss-slider .n2-ss-slider-controls-absolute-right{position:absolute;right:100%;top:0;height:100%;display:flex;flex-flow:var(--ss-rr);align-items:center;visibility:hidden}[dir=rtl] .n2-ss-slider .n2-ss-slider-controls-absolute-left{justify-content:flex-start}[dir=rtl] .n2-ss-slider .n2-ss-slider-controls-absolute-right{justify-content:flex-end}.n2-ss-slider .n2-ss-slider-controls-absolute-left>*,.n2-ss-slider .n2-ss-slider-controls-absolute-right>*{visibility:visible}.n2-ss-slider .n2-ss-slider-controls-absolute-right{left:100%;right:auto;flex-flow:row}.n2-ss-slider .n2-ss-slider-wrapper-outside,.n2-ss-slider .n2-ss-slider-wrapper-inside{position:relative;display:grid;grid-template-columns:100%}.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls{z-index:10;position:absolute;width:100%;height:100%;visibility:hidden;display:flex}.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls>*{visibility:visible}.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls-advanced{display:block;opacity:0;transition:opacity .4s}.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls-advanced--ready{opacity:1}.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls-advanced>*{position:absolute!important}.n2-ss-slider .n2-ss-slider-controls-absolute-left-top{align-items:flex-start;flex-flow:var(--ss-r)}.n2-ss-slider .n2-ss-slider-controls-absolute-left-top>*{margin:var(--widget-offset) 0 0 var(--widget-offset)}.n2-ss-slider .n2-ss-slider-controls-absolute-center-top{align-items:center;flex-flow:column}.n2-ss-slider .n2-ss-slider-controls-absolute-center-top>*,.n2-ss-slider .n2-ss-slider-controls-below>*{margin-top:var(--widget-offset)}.n2-ss-slider .n2-ss-slider-controls-absolute-right-top{flex-flow:var(--ss-rr);align-items:flex-start}.n2-ss-slider .n2-ss-slider-controls-absolute-right-top>*{margin:var(--widget-offset) var(--widget-offset) 0 0}.n2-ss-slider .n2-ss-slider-controls-absolute-left-center{align-items:center;flex-flow:var(--ss-r)}.n2-ss-slider .n2-ss-slider-controls-absolute-left-center>*,.n2-ss-slider .n2-ss-slider-controls-absolute-right>*{margin-left:var(--widget-offset)}.n2-ss-slider .n2-ss-slider-controls-absolute-right-center{align-items:center;flex-flow:var(--ss-rr)}.n2-ss-slider .n2-ss-slider-controls-absolute-right-center>*,.n2-ss-slider .n2-ss-slider-controls-absolute-left>*{margin-right:var(--widget-offset)}.n2-ss-slider .n2-ss-slider-controls-absolute-left-bottom{align-items:flex-end;flex-flow:var(--ss-r)}.n2-ss-slider .n2-ss-slider-controls-absolute-left-bottom>*{margin:0 0 var(--widget-offset) var(--widget-offset)}.n2-ss-slider .n2-ss-slider-controls-absolute-center-bottom{align-items:center;flex-flow:column-reverse}.n2-ss-slider .n2-ss-slider-controls-absolute-center-bottom>*,.n2-ss-slider .n2-ss-slider-controls-above>*{margin-bottom:var(--widget-offset)}.n2-ss-slider .n2-ss-slider-controls-absolute-right-bottom{align-items:flex-end;flex-flow:var(--ss-rr)}.n2-ss-slider .n2-ss-slider-controls-absolute-right-bottom>*{margin:0 var(--widget-offset) var(--widget-offset) 0}.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls-absolute-right-top,.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls-absolute-left-top,.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls-absolute-left-bottom,.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls-absolute-right-bottom{z-index:11}.n2-ss-slider .n2-ss-static-slide{justify-self:stretch;align-self:stretch;display:flex;flex-direction:column;position:relative;z-index:25;-webkit-backface-visibility:hidden;text-align:center;--ssselfalign: center;opacity:.001;transition:opacity .4s}.n2-ss-slider.n2-ss-loaded .n2-ss-static-slide{opacity:1}.n2-ss-slider .n2-ss-static-slide div[data-sstype=slide]>.n2-ss-layer,.n2-ss-slider .n2-ss-static-slide div[data-sstype=content][data-hasbackground="1"]>div.n2-ss-section-main-content,.n2-ss-slider .n2-ss-static-slide div[data-sstype=content] .n2-ss-section-main-content>*{visibility:visible}.n2-ss-slider .n2-ss-static-slide,.n2-ss-slider .n2-ss-static-slide div[data-sstype=slide],.n2-ss-slider .n2-ss-static-slide div[data-sstype=content][data-hasbackground="0"],.n2-ss-slider .n2-ss-static-slide div[data-sstype=content][data-hasbackground="0"] div.n2-ss-section-main-content{visibility:hidden}.n2-ss-slider .n2-ss-shape-divider{position:absolute;left:0;width:100%;height:100px;pointer-events:none;z-index:13}.n2-ss-slider .n2-ss-shape-divider-inner{height:100%;transform-origin:center top}.n2-ss-slider .n2-ss-shape-divider-bottom .n2-ss-shape-divider-inner{position:absolute;bottom:0;left:0;width:100%;transform-origin:center bottom}.n2-ss-slider .n2-ss-shape-divider svg{display:block;height:100%;width:100%}.n2-ss-slider .n2-ss-shape-divider-top{top:0}.n2-ss-slider .n2-ss-shape-divider-bottom{bottom:0}.n2-ss-slider .n2-ss-slide .nextend-slide-bg{position:absolute;top:0;left:0;width:100%;max-width:none!important;height:auto;background:rgba(0,0,0,.002)}.n2-ss-slider video.n2-ow{max-width:none}.n2-ss-slider .n2-ss-item-video-container{overflow:hidden;width:100%;height:100%}.n2-ss-slider .n2-ss-item-video-container video{width:100%;height:100%}.n2-ss-slider .n2-ss-item-iframe-wrapper{-webkit-overflow-scrolling:touch;overflow-y:auto;height:100%}.n2-ss-slider .n2i{vertical-align:top}.n2-ss-slider iframe.n2-ow{max-width:none;display:block}.n2-ss-slider .n2-ss-item-iframe{height:100%}.n2-ss-slider .n2-grabbing{cursor:grabbing!important}.n2-ss-slider .n2-grabbing .n2-ss-slide{pointer-events:none}.n2-ss-slider .n2-ss-item-input-form{display:flex;flex-flow:row}.n2-ss-slider .n2-ss-item-input-form .n2-input{flex:1 1 auto}.n2-ss-slider .n2-ss-item-input-form .n2-form-button{margin:0}.n2-ss-slider form.n2-ow{margin:0;border:0;padding:0}.n2-ss-slider .n2-input{height:auto;width:auto;box-sizing:border-box;margin:0;border:0;padding:0;display:inline-block;vertical-align:middle;white-space:normal;background:0 0;line-height:1;font-size:13px;font-family:Arial,serif;box-shadow:none}.n2-ss-slider input.n2-ow:focus{outline:0}.n2-ss-slider input.n2-ow[placeholder]{overflow:hidden;text-overflow:clip}.n2-ss-slider ::-moz-placeholder{text-overflow:clip;color:inherit}.n2-ss-slider input.n2-ow:-moz-placeholder{text-overflow:clip;color:inherit}.n2-ss-slider input.n2-ow::-webkit-input-placeholder,.n2-ss-slider input.n2-ow::placeholder{color:inherit}.n2-ss-slider table.n2-ow{table-layout:auto;margin:0}.n2-ss-slider .n2-ow .n2-ss-thumbnail-type{width:48px;height:48px;margin-left:-24px;margin-top:-24px;position:absolute;left:50%;top:50%}.n2-ss-slider .n2-ss-section-main-content .n2-ss-item{float:none}.n2-ss-slider .n2-ss-layer[data-sstype=row].n2-ss-stretch-layer{display:flex;flex:1 1 auto}.n2-ss-slider .n2-ss-layer[data-sstype=row].n2-ss-stretch-layer>.n2-ss-layer-wrapper{display:flex}.n2-ss-slider .n2-ss-layer-row{box-sizing:border-box;display:flex}.n2-ss-slider .n2-ss-layer-row-inner{position:relative;box-sizing:border-box;display:flex;visibility:hidden;width:100%}.n2-ss-slider .n2-ss-layer-row-inner>*{visibility:visible}.n2-ss-slider .n2-ss-layer[data-sstype=row].n2-ss-stretch-layer .n2-ss-layer-row{height:auto;width:100%}.n2-ss-slider .n2-ss-layer-row>.n2-ss-layer{box-sizing:border-box;width:1px;flex:1 1 auto}.n2-ss-slider .n2-ss-layer-row .n2-ss-item{float:none}.n2-ss-slider .n2-ss-layer[data-sstype=slide]{flex:0 0 auto;position:relative;box-sizing:border-box;width:100%;height:100%;min-height:100%;z-index:2;display:flex;justify-content:center;flex-flow:column}.n2-ss-slider .n2-ss-layer-content .n2-ss-layer--auto:not([data-pm=absolute]){width:auto!important}.n2-ss-slider .n2-ss-layer-content .n2-ss-layer[data-pm=normal]{max-width:calc(100% - var(--margin-right) - var(--margin-left))}.n2-ss-slider .n2-ss-layer[data-sstype=content]{flex:0 0 auto;width:100%;min-height:100%;position:relative;z-index:2;display:flex}.n2-ss-slider .n2-ss-layer-content{flex:0 0 auto;display:flex;flex-direction:column;justify-content:flex-start;box-sizing:border-box;position:relative;min-height:10px}.n2-ss-slider .n2-ss-section-main-content{flex:1 1 auto;display:flex;justify-content:center;flex-direction:column;min-height:100%;max-width:100%}.n2-ss-slider .n2-ss-layer-with-background{--n2bgimage: none;--n2bggradient: none;background-image:var(--n2bggradient),var(--n2bgimage);background-size:cover,cover;background-repeat:no-repeat,no-repeat;transition:all .3s;transition-property:border-color,background-color,border-radius,box-shadow}.n2-ss-slider .n2-ss-layer[data-sstype=col]{display:flex;flex-flow:column;order:10;flex:0 1 auto}.n2-ss-slider .n2-ss-layer--block>.n2-ss-layer-row>.n2-ss-layer-row-inner>.n2-ss-layer[data-sstype=col],.n2-ss-slider .n2-ss-layer--block>.n2-ss-layer-wrapper>.n2-ss-layer-row>.n2-ss-layer-row-inner>.n2-ss-layer[data-sstype=col]{flex:1 1 auto}.n2-ss-slider .n2-ss-layer-col{box-sizing:border-box;position:relative;width:100%;height:auto;flex:1 1 auto}.n2-ss-slider .n2-ss-layer-col>.n2-ss-layer{flex:0 0 auto}.n2-ss-slider .n2-ss-layer:not([data-sstype=col]){align-self:var(--ssselfalign)}.n2-ss-slider .n2-ss-item-image-content{overflow:hidden;line-height:0}.n2-ss-slider .n2-ss-img-wrapper,.n2-ss-slider .n2-ss-img-wrapper img{line-height:0}.n2-ss-slider .n2-ss-item-image-content img{display:inline-block;max-width:100%}.n2-ss-slider .n2-ss-item-image-content a{display:inline-block}.n2-ss-slider .n2-ss-item-image-content picture{width:100%}.n2-ss-slider img.n2-ss-item-image-area{display:block;width:100%!important;height:100%!important}.n2-ss-slider .n2_ss_video_player{position:relative}.n2-ss-slider .n2_ss_video_player .n2_ss_video_player__placeholder{padding-top:56.25%}.n2-ss-slider .n2_ss_video_player[data-aspect-ratio="16:10"] .n2_ss_video_player__placeholder{padding-top:62.5%}.n2-ss-slider .n2_ss_video_player[data-aspect-ratio="4:3"] .n2_ss_video_player__placeholder{padding-top:75%}.n2-ss-slider .n2_ss_video_player iframe,.n2-ss-slider .n2_ss_video_player video,.n2-ss-slider .n2_ss_video_player .n2_ss_video_player__cover{display:block;position:absolute;top:0;left:0;width:100%;height:100%}.n2-ss-slider .n2_ss_video_player .n2_ss_video_player__cover{z-index:2;transform:translate3d(0,0,0)}.n2-ss-slider .n2_ss_video_player[data-aspect-ratio=fill]{min-height:50px;height:100%}.n2-ss-slider .n2_ss_video_player[data-aspect-ratio=fill] .n2_ss_video_player__placeholder,.n2-ss-slider .n2_ss_video_player[data-aspect-ratio=fill]>.n2_ss_video_player__placeholder,.n2-ss-slider .n2_ss_video_player[data-aspect-ratio=fill]>.n2_ss_video_player__placeholder{padding-top:0}.n2-ss-slider .n2_ss_video_player[data-aspect-ratio=fill] video{position:static;height:auto}.n2-ss-slider .n2-ss-layer[data-pm=absolute]>.n2-ss-item>.n2_ss_video_player[data-aspect-ratio=fill]>video,.n2-ss-slider .n2-ss-layer[data-pm=absolute]>.n2_ss_video_player[data-aspect-ratio=fill]>video,.n2-ss-slider .n2_ss_video_player[data-aspect-ratio=fill]>video,.n2-ss-slider .n2_ss_video_player[data-aspect-ratio=fill]>video{position:static;height:100%}.n2-ss-slider img.n2_ss_video_cover{display:block;position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;object-fit:cover}.n2-ss-slider img.n2_ss_video_play_btn{position:absolute;left:50%;top:50%;z-index:2;width:48px;height:48px;transform:translate(-50%,-50%)}.n2-ss-slider .n2-ss-animated-heading-wrapper,.n2-ss-slider .n2-ss-animated-heading-wrapper *,.n2-ss-slider .n2-ss-highlighted-heading-wrapper,.n2-ss-slider .n2-ss-highlighted-heading-wrapper *{text-decoration:none!important}.n2_clear{clear:both}[data-force-hidden],[data-force-hidden] *{visibility:hidden!important}.n2-ss-slider .n2-ss-reveal-clip{pointer-events:none;visibility:hidden;position:absolute;left:0;top:0;z-index:1000000;width:100%;height:100%;overflow:hidden}.n2-ss-slider .n2-ss-reveal-clip>*{position:absolute;left:0;top:0;width:100%;height:100%}.n2-ss-slider .n2-widget-html{z-index:10}.n2-ss-slider .n-particles-js-canvas-el{position:absolute;left:0;top:0;width:100%;height:100%;z-index:12}ss-text,ss-word,ss-char{position:relative;display:inline-block}ss-p{display:block}ss3-loader{display:none;place-content:center;position:absolute;left:0;top:0;width:100%;height:100%;z-index:100000}ss3-loader:after{content:'';display:block;border:9px solid RGBA(0,0,0,.6);border-top:9px solid #fff;border-radius:50%;box-shadow:inset 0 0 0 1px RGBA(0,0,0,.6),0 0 0 1px RGBA(0,0,0,.6);width:40px;height:40px;animation:n2-ss-loader-spin 2s linear infinite}@keyframes n2-ss-loader-spin{0%{transform:rotate(0deg)}to{transform:rotate(360deg)}}