.wp-block-archives-dropdown label { display: block; }
.wp-block-avatar { box-sizing: border-box; }
.wp-block-avatar.aligncenter { text-align: center; }
.wp-block-audio { box-sizing: border-box; }
.wp-block-audio figcaption { margin-top: 0.5em; margin-bottom: 1em; }
.wp-block-audio audio { width: 100%; min-width: 300px; }
.wp-block-button__link { cursor: pointer; display: inline-block; text-align: center; word-break: break-word; box-sizing: border-box; }
.wp-block-button__link.aligncenter { text-align: center; }
.wp-block-button__link.alignright { text-align: right; }
:where(.wp-block-button__link) { box-shadow: none; text-decoration: none; border-radius: 9999px; padding: calc(0.667em + 2px) calc(1.333em + 2px); }
.wp-block-button[style*="text-decoration"] .wp-block-button__link { text-decoration: inherit; }
.wp-block-buttons > .wp-block-button.has-custom-width { max-width: none; }
.wp-block-buttons > .wp-block-button.has-custom-width .wp-block-button__link { width: 100%; }
.wp-block-buttons > .wp-block-button.has-custom-font-size .wp-block-button__link { font-size: inherit; }
.wp-block-buttons > .wp-block-button.wp-block-button__width-25 { width: calc(25% - var(--wp--style--block-gap, .5em)*0.75); }
.wp-block-buttons > .wp-block-button.wp-block-button__width-50 { width: calc(50% - var(--wp--style--block-gap, .5em)*0.5); }
.wp-block-buttons > .wp-block-button.wp-block-button__width-75 { width: calc(75% - var(--wp--style--block-gap, .5em)*0.25); }
.wp-block-buttons > .wp-block-button.wp-block-button__width-100 { width: 100%; flex-basis: 100%; }
.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-25 { width: 25%; }
.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-50 { width: 50%; }
.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-75 { width: 75%; }
.wp-block-button.is-style-squared, .wp-block-button__link.wp-block-button.is-style-squared { border-radius: 0px; }
.wp-block-button.no-border-radius, .wp-block-button__link.no-border-radius { border-radius: 0px !important; }
.wp-block-button.is-style-outline > .wp-block-button__link, .wp-block-button .wp-block-button__link.is-style-outline { border: 2px solid; padding: 0.667em 1.333em; }
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color), .wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color) { color: currentcolor; }
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-background), .wp-block-button .wp-block-button__link.is-style-outline:not(.has-background) { background-color: transparent; background-image: none; }
.wp-block-buttons.is-vertical { flex-direction: column; }
.wp-block-buttons.is-vertical > .wp-block-button:last-child { margin-bottom: 0px; }
.wp-block-buttons > .wp-block-button { display: inline-block; margin: 0px; }
.wp-block-buttons.is-content-justification-left { justify-content: flex-start; }
.wp-block-buttons.is-content-justification-left.is-vertical { align-items: flex-start; }
.wp-block-buttons.is-content-justification-center { justify-content: center; }
.wp-block-buttons.is-content-justification-center.is-vertical { align-items: center; }
.wp-block-buttons.is-content-justification-right { justify-content: flex-end; }
.wp-block-buttons.is-content-justification-right.is-vertical { align-items: flex-end; }
.wp-block-buttons.is-content-justification-space-between { justify-content: space-between; }
.wp-block-buttons.aligncenter { text-align: center; }
.wp-block-buttons:not(.is-content-justification-space-between, .is-content-justification-right, .is-content-justification-left, .is-content-justification-center) .wp-block-button.aligncenter { margin-left: auto; margin-right: auto; width: 100%; }
.wp-block-buttons[style*="text-decoration"] .wp-block-button, .wp-block-buttons[style*="text-decoration"] .wp-block-button__link { text-decoration: inherit; }
.wp-block-buttons.has-custom-font-size .wp-block-button__link { font-size: inherit; }
.wp-block-button.aligncenter, .wp-block-calendar { text-align: center; }
.wp-block-calendar tbody td, .wp-block-calendar th { padding: 0.25em; border: 1px solid rgb(221, 221, 221); }
.wp-block-calendar tfoot td { border: none; }
.wp-block-calendar table { width: 100%; border-collapse: collapse; }
.wp-block-calendar table th { font-weight: 400; background: rgb(221, 221, 221); }
.wp-block-calendar a { text-decoration: underline; }
.wp-block-calendar table caption, .wp-block-calendar table tbody { color: rgb(64, 70, 77); }
.wp-block-categories { box-sizing: border-box; }
.wp-block-categories.alignleft { margin-right: 2em; }
.wp-block-categories.alignright { margin-left: 2em; }
.wp-block-code { box-sizing: border-box; }
.wp-block-code code { display: block; font-family: inherit; overflow-wrap: break-word; white-space: pre-wrap; }
.wp-block-columns { display: flex; margin-bottom: 1.75em; box-sizing: border-box; flex-wrap: wrap !important; align-items: normal !important; }
@media (min-width: 782px) {
  .wp-block-columns { flex-wrap: nowrap !important; }
}
.wp-block-columns.are-vertically-aligned-top { align-items: flex-start; }
.wp-block-columns.are-vertically-aligned-center { align-items: center; }
.wp-block-columns.are-vertically-aligned-bottom { align-items: flex-end; }
@media (max-width: 781px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column { flex-basis: 100% !important; }
}
@media (min-width: 782px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column { flex-basis: 0px; flex-grow: 1; }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column[style*="flex-basis"] { flex-grow: 0; }
}
.wp-block-columns.is-not-stacked-on-mobile { flex-wrap: nowrap !important; }
.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column { flex-basis: 0px; flex-grow: 1; }
.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column[style*="flex-basis"] { flex-grow: 0; }
:where(.wp-block-columns.has-background) { padding: 1.25em 2.375em; }
.wp-block-column { flex-grow: 1; min-width: 0px; word-break: break-word; overflow-wrap: break-word; }
.wp-block-column.is-vertically-aligned-top { align-self: flex-start; }
.wp-block-column.is-vertically-aligned-center { align-self: center; }
.wp-block-column.is-vertically-aligned-bottom { align-self: flex-end; }
.wp-block-column.is-vertically-aligned-bottom, .wp-block-column.is-vertically-aligned-center, .wp-block-column.is-vertically-aligned-top { width: 100%; }
.wp-block-post-comments .alignleft { float: left; }
.wp-block-post-comments .alignright { float: right; }
.wp-block-post-comments .navigation::after { content: ""; display: table; clear: both; }
.wp-block-post-comments .commentlist { clear: both; list-style: none; margin: 0px; padding: 0px; }
.wp-block-post-comments .commentlist .comment { min-height: 2.25em; padding-left: 3.25em; }
.wp-block-post-comments .commentlist .comment p { font-size: 1em; line-height: 1.8; margin: 1em 0px; }
.wp-block-post-comments .commentlist .children { list-style: none; margin: 0px; padding: 0px; }
.wp-block-post-comments .comment-author { line-height: 1.5; }
.wp-block-post-comments .comment-author .avatar { border-radius: 1.5em; display: block; float: left; height: 2.5em; margin-top: 0.5em; margin-right: 0.75em; width: 2.5em; }
.wp-block-post-comments .comment-author cite { font-style: normal; }
.wp-block-post-comments .comment-meta { font-size: 0.875em; line-height: 1.5; }
.wp-block-post-comments .comment-meta b { font-weight: 400; }
.wp-block-post-comments .comment-meta .comment-awaiting-moderation { margin-top: 1em; margin-bottom: 1em; display: block; }
.wp-block-post-comments .comment-body .commentmetadata { font-size: 0.875em; }
.wp-block-post-comments .comment-form-author label, .wp-block-post-comments .comment-form-comment label, .wp-block-post-comments .comment-form-email label, .wp-block-post-comments .comment-form-url label { display: block; margin-bottom: 0.25em; }
.wp-block-post-comments .comment-form input:not([type="submit"]):not([type="checkbox"]), .wp-block-post-comments .comment-form textarea { display: block; box-sizing: border-box; width: 100%; }
.wp-block-post-comments .comment-form-cookies-consent { display: flex; gap: 0.25em; }
.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent { margin-top: 0.35em; }
.wp-block-post-comments .comment-reply-title { margin-bottom: 0px; }
.wp-block-post-comments .comment-reply-title :where(small) { font-size: var(--wp--preset--font-size--medium,smaller); margin-left: 0.5em; }
.wp-block-post-comments .reply { font-size: 0.875em; margin-bottom: 1.4em; }
.wp-block-post-comments input:not([type="submit"]), .wp-block-post-comments textarea { border: 1px solid rgb(148, 148, 148); font-size: 1em; font-family: inherit; }
.wp-block-post-comments input:not([type="submit"]):not([type="checkbox"]), .wp-block-post-comments textarea { padding: calc(0.667em + 2px); }
:where(.wp-block-post-comments input[type="submit"]) { border: none; }
.wp-block-comments-pagination > .wp-block-comments-pagination-next, .wp-block-comments-pagination > .wp-block-comments-pagination-numbers, .wp-block-comments-pagination > .wp-block-comments-pagination-previous { margin-right: 0.5em; margin-bottom: 0.5em; }
.wp-block-comments-pagination > .wp-block-comments-pagination-next:last-child, .wp-block-comments-pagination > .wp-block-comments-pagination-numbers:last-child, .wp-block-comments-pagination > .wp-block-comments-pagination-previous:last-child { margin-right: 0px; }
.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow { margin-right: 1ch; display: inline-block; }
.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron) { transform: scaleX(1); }
.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow { margin-left: 1ch; display: inline-block; }
.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron) { transform: scaleX(1); }
.wp-block-comments-pagination.aligncenter { justify-content: center; }
.wp-block-comment-template { margin-bottom: 0px; max-width: 100%; list-style: none; padding: 0px; }
.wp-block-comment-template li { clear: both; }
.wp-block-comment-template ol { margin-bottom: 0px; max-width: 100%; list-style: none; padding-left: 2rem; }
.wp-block-comment-template.alignleft { float: left; }
.wp-block-comment-template.aligncenter { margin-left: auto; margin-right: auto; width: fit-content; }
.wp-block-comment-template.alignright { float: right; }
.wp-block-cover, .wp-block-cover-image { position: relative; background-position: 50% center; min-height: 430px; display: flex; justify-content: center; align-items: center; padding: 1em; box-sizing: border-box; }
.wp-block-cover-image.has-background-dim:not([class*="-background-color"]), .wp-block-cover-image .has-background-dim:not([class*="-background-color"]), .wp-block-cover.has-background-dim:not([class*="-background-color"]), .wp-block-cover .has-background-dim:not([class*="-background-color"]) { background-color: rgb(0, 0, 0); }
.wp-block-cover-image .has-background-dim.has-background-gradient, .wp-block-cover .has-background-dim.has-background-gradient { background-color: transparent; }
.wp-block-cover-image.has-background-dim::before, .wp-block-cover.has-background-dim::before { content: ""; background-color: inherit; }
.wp-block-cover-image.has-background-dim:not(.has-background-gradient)::before, .wp-block-cover-image .wp-block-cover__background, .wp-block-cover-image .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim:not(.has-background-gradient)::before, .wp-block-cover .wp-block-cover__background, .wp-block-cover .wp-block-cover__gradient-background { position: absolute; inset: 0px; z-index: 1; opacity: 0.5; }
.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient)::before, .wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient)::before { opacity: 0.1; }
.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient)::before, .wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient)::before { opacity: 0.2; }
.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient)::before, .wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient)::before { opacity: 0.3; }
.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient)::before, .wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient)::before { opacity: 0.4; }
.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient)::before, .wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient)::before { opacity: 0.5; }
.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient)::before, .wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient)::before { opacity: 0.6; }
.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient)::before, .wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient)::before { opacity: 0.7; }
.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient)::before, .wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient)::before { opacity: 0.8; }
.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient)::before, .wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient)::before { opacity: 0.9; }
.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient)::before, .wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient)::before { opacity: 1; }
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0, .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0 { opacity: 0; }
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10, .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10 { opacity: 0.1; }
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20, .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20 { opacity: 0.2; }
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30, .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30 { opacity: 0.3; }
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40, .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40 { opacity: 0.4; }
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50, .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50 { opacity: 0.5; }
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60, .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60 { opacity: 0.6; }
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70, .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70 { opacity: 0.7; }
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80, .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80 { opacity: 0.8; }
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90, .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90 { opacity: 0.9; }
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100, .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100 { opacity: 1; }
.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.alignleft, .wp-block-cover.alignright { max-width: 420px; width: 100%; }
.wp-block-cover-image::after, .wp-block-cover::after { display: block; content: ""; font-size: 0px; min-height: inherit; }
@supports (position:sticky) {
  .wp-block-cover-image::after, .wp-block-cover::after { content: none; }
}
.wp-block-cover-image.aligncenter, .wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.aligncenter, .wp-block-cover.alignleft, .wp-block-cover.alignright { display: flex; }
.wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container { width: 100%; z-index: 1; color: rgb(255, 255, 255); }
.wp-block-cover-image.is-light .wp-block-cover__inner-container, .wp-block-cover.is-light .wp-block-cover__inner-container { color: rgb(0, 0, 0); }
.wp-block-cover-image h1:not(.has-text-color), .wp-block-cover-image h2:not(.has-text-color), .wp-block-cover-image h3:not(.has-text-color), .wp-block-cover-image h4:not(.has-text-color), .wp-block-cover-image h5:not(.has-text-color), .wp-block-cover-image h6:not(.has-text-color), .wp-block-cover-image p:not(.has-text-color), .wp-block-cover h1:not(.has-text-color), .wp-block-cover h2:not(.has-text-color), .wp-block-cover h3:not(.has-text-color), .wp-block-cover h4:not(.has-text-color), .wp-block-cover h5:not(.has-text-color), .wp-block-cover h6:not(.has-text-color), .wp-block-cover p:not(.has-text-color) { color: inherit; }
.wp-block-cover-image.is-position-top-left, .wp-block-cover.is-position-top-left { align-items: flex-start; justify-content: flex-start; }
.wp-block-cover-image.is-position-top-center, .wp-block-cover.is-position-top-center { align-items: flex-start; justify-content: center; }
.wp-block-cover-image.is-position-top-right, .wp-block-cover.is-position-top-right { align-items: flex-start; justify-content: flex-end; }
.wp-block-cover-image.is-position-center-left, .wp-block-cover.is-position-center-left { align-items: center; justify-content: flex-start; }
.wp-block-cover-image.is-position-center-center, .wp-block-cover.is-position-center-center { align-items: center; justify-content: center; }
.wp-block-cover-image.is-position-center-right, .wp-block-cover.is-position-center-right { align-items: center; justify-content: flex-end; }
.wp-block-cover-image.is-position-bottom-left, .wp-block-cover.is-position-bottom-left { align-items: flex-end; justify-content: flex-start; }
.wp-block-cover-image.is-position-bottom-center, .wp-block-cover.is-position-bottom-center { align-items: flex-end; justify-content: center; }
.wp-block-cover-image.is-position-bottom-right, .wp-block-cover.is-position-bottom-right { align-items: flex-end; justify-content: flex-end; }
.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container { margin: 0px; width: auto; }
.wp-block-cover-image .wp-block-cover__image-background, .wp-block-cover-image video.wp-block-cover__video-background, .wp-block-cover .wp-block-cover__image-background, .wp-block-cover video.wp-block-cover__video-background { position: absolute; inset: 0px; margin: 0px; padding: 0px; width: 100%; height: 100%; max-width: none; max-height: none; object-fit: cover; outline: none; border: none; box-shadow: none; }
.wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax, .wp-block-cover__image-background.has-parallax, video.wp-block-cover__video-background.has-parallax { background-attachment: fixed; background-size: cover; background-repeat: no-repeat; }
@supports (-webkit-overflow-scrolling:touch) {
  .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax, .wp-block-cover__image-background.has-parallax, video.wp-block-cover__video-background.has-parallax { background-attachment: scroll; }
}
@media (prefers-reduced-motion: reduce) {
  .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax, .wp-block-cover__image-background.has-parallax, video.wp-block-cover__video-background.has-parallax { background-attachment: scroll; }
}
.wp-block-cover-image.is-repeated, .wp-block-cover.is-repeated, .wp-block-cover__image-background.is-repeated, video.wp-block-cover__video-background.is-repeated { background-repeat: repeat; background-size: auto; }
.wp-block-cover__image-background, .wp-block-cover__video-background { z-index: 0; }
.wp-block-cover-image-text, .wp-block-cover-image-text a, .wp-block-cover-image-text a:active, .wp-block-cover-image-text a:focus, .wp-block-cover-image-text a:hover, .wp-block-cover-text, .wp-block-cover-text a, .wp-block-cover-text a:active, .wp-block-cover-text a:focus, .wp-block-cover-text a:hover, section.wp-block-cover-image h2, section.wp-block-cover-image h2 a, section.wp-block-cover-image h2 a:active, section.wp-block-cover-image h2 a:focus, section.wp-block-cover-image h2 a:hover { color: rgb(255, 255, 255); }
.wp-block-cover-image .wp-block-cover.has-left-content { justify-content: flex-start; }
.wp-block-cover-image .wp-block-cover.has-right-content { justify-content: flex-end; }
.wp-block-cover-image.has-left-content .wp-block-cover-image-text, .wp-block-cover.has-left-content .wp-block-cover-text, section.wp-block-cover-image.has-left-content > h2 { margin-left: 0px; text-align: left; }
.wp-block-cover-image.has-right-content .wp-block-cover-image-text, .wp-block-cover.has-right-content .wp-block-cover-text, section.wp-block-cover-image.has-right-content > h2 { margin-right: 0px; text-align: right; }
.wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, section.wp-block-cover-image > h2 { font-size: 2em; line-height: 1.25; z-index: 1; margin-bottom: 0px; max-width: 840px; padding: 0.44em; text-align: center; }
.wp-block-embed.alignleft, .wp-block-embed.alignright, .wp-block[data-align="left"] > [data-type="core/embed"], .wp-block[data-align="right"] > [data-type="core/embed"] { max-width: 360px; width: 100%; }
.wp-block-embed.alignleft .wp-block-embed__wrapper, .wp-block-embed.alignright .wp-block-embed__wrapper, .wp-block[data-align="left"] > [data-type="core/embed"] .wp-block-embed__wrapper, .wp-block[data-align="right"] > [data-type="core/embed"] .wp-block-embed__wrapper { min-width: 280px; }
.wp-block-cover .wp-block-embed { min-width: 320px; min-height: 240px; }
.wp-block-embed { overflow-wrap: break-word; }
.wp-block-embed figcaption { margin-top: 0.5em; margin-bottom: 1em; }
.wp-block-embed iframe { max-width: 100%; }
.wp-block-embed__wrapper { position: relative; }
.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper::before { content: ""; display: block; padding-top: 50%; }
.wp-embed-responsive .wp-has-aspect-ratio iframe { position: absolute; inset: 0px; height: 100%; width: 100%; }
.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper::before { padding-top: 42.85%; }
.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper::before { padding-top: 50%; }
.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper::before { padding-top: 56.25%; }
.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper::before { padding-top: 75%; }
.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper::before { padding-top: 100%; }
.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper::before { padding-top: 177.77%; }
.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper::before { padding-top: 200%; }
.wp-block-file { margin-bottom: 1.5em; }
.wp-block-file:not(.wp-element-button) { font-size: 0.8em; }
.wp-block-file.aligncenter { text-align: center; }
.wp-block-file.alignright { text-align: right; }
.wp-block-file * + .wp-block-file__button { margin-left: 0.75em; }
.wp-block-file__embed { margin-bottom: 1em; }
:where(.wp-block-file__button) { border-radius: 2em; padding: 0.5em 1em; }
:where(.wp-block-file__button):is(a):active, :where(.wp-block-file__button):is(a):focus, :where(.wp-block-file__button):is(a):hover, :where(.wp-block-file__button):is(a):visited { box-shadow: none; color: rgb(255, 255, 255); opacity: 0.85; text-decoration: none; }
.blocks-gallery-grid:not(.has-nested-images), .wp-block-gallery:not(.has-nested-images) { display: flex; flex-wrap: wrap; list-style-type: none; padding: 0px; margin: 0px; }
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item { margin: 0px 1em 1em 0px; display: flex; flex-grow: 1; flex-direction: column; justify-content: center; position: relative; width: calc(50% - 1em); }
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n) { margin-right: 0px; }
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure { margin: 0px; height: 100%; display: flex; align-items: flex-end; justify-content: flex-start; }
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img { display: block; max-width: 100%; height: auto; width: auto; }
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption { position: absolute; bottom: 0px; width: 100%; max-height: 100%; overflow: auto; padding: 3em 0.77em 0.7em; color: rgb(255, 255, 255); text-align: center; font-size: 0.8em; background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 70%, transparent); box-sizing: border-box; margin: 0px; z-index: 2; }
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img { display: inline; }
.blocks-gallery-grid:not(.has-nested-images) figcaption, .wp-block-gallery:not(.has-nested-images) figcaption { flex-grow: 1; }
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a, .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img, .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a, .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img { width: 100%; height: 100%; flex: 1 1 0%; object-fit: cover; }
.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item { width: 100%; margin-right: 0px; }
@media (min-width: 600px) {
  .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item { width: calc(33.3333% - 0.66667em); margin-right: 1em; }
  .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item { width: calc(25% - 0.75em); margin-right: 1em; }
  .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item { width: calc(20% - 0.8em); margin-right: 1em; }
  .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item { width: calc(16.6667% - 0.83333em); margin-right: 1em; }
  .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item { width: calc(14.2857% - 0.85714em); margin-right: 1em; }
  .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item { width: calc(12.5% - 0.875em); margin-right: 1em; }
  .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(n), .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(n), .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n), .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n), .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n), .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n), .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n), .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n), .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n), .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n), .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n), .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n), .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n), .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n), .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n), .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(n), .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(n), .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n), .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n), .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n), .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n), .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n), .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n), .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n), .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n), .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n), .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n), .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n), .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n) { margin-right: 0px; }
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child { margin-right: 0px; }
.blocks-gallery-grid:not(.has-nested-images).alignleft, .blocks-gallery-grid:not(.has-nested-images).alignright, .wp-block-gallery:not(.has-nested-images).alignleft, .wp-block-gallery:not(.has-nested-images).alignright { max-width: 420px; width: 100%; }
.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure, .wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure { justify-content: center; }
.wp-block-gallery:not(.is-cropped) .blocks-gallery-item { align-self: flex-start; }
figure.wp-block-gallery.has-nested-images { align-items: normal; }
.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) { width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2); margin: 0px; }
.wp-block-gallery.has-nested-images figure.wp-block-image { display: flex; flex-grow: 1; justify-content: center; position: relative; flex-direction: column; max-width: 100%; box-sizing: border-box; }
.wp-block-gallery.has-nested-images figure.wp-block-image > a, .wp-block-gallery.has-nested-images figure.wp-block-image > div { margin: 0px; flex-direction: column; flex-grow: 1; }
.wp-block-gallery.has-nested-images figure.wp-block-image img { display: block; height: auto; width: auto; max-width: 100% !important; }
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption { background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 70%, transparent); bottom: 0px; color: rgb(255, 255, 255); font-size: 13px; left: 0px; margin-bottom: 0px; max-height: 60%; overflow: auto; padding: 0px 8px 8px; position: absolute; text-align: center; width: 100%; box-sizing: border-box; }
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img { display: inline; }
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a { color: inherit; }
.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img { box-sizing: border-box; }
.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border > a, .wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border > div, .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > a, .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > div { flex: 1 1 auto; }
.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption, .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption { flex: initial; background: none; color: inherit; margin: 0px; padding: 10px 10px 9px; position: relative; }
.wp-block-gallery.has-nested-images figcaption { flex-grow: 1; flex-basis: 100%; text-align: center; }
.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) { margin-top: 0px; margin-bottom: auto; }
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) { align-self: inherit; }
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) > a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) > div:not(.components-drop-zone) { display: flex; }
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img { width: 100%; flex: 1 0 0%; height: 100%; object-fit: cover; }
.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image) { width: 100%; }
@media (min-width: 600px) {
  .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) { width: calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*0.66667); }
  .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) { width: calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*0.75); }
  .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) { width: calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*0.8); }
  .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) { width: calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*0.83333); }
  .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) { width: calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*0.85714); }
  .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image) { width: calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*0.875); }
  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) { width: calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*0.66667); }
  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2), .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2) ~ figure.wp-block-image:not(#individual-image) { width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*0.5); }
  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child { width: 100%; }
}
.wp-block-gallery.has-nested-images.alignleft, .wp-block-gallery.has-nested-images.alignright { max-width: 420px; width: 100%; }
.wp-block-gallery.has-nested-images.aligncenter { justify-content: center; }
.wp-block-group { box-sizing: border-box; }
h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background { padding: 1.25em 2.375em; }
.wp-block-image img { height: auto; max-width: 100%; vertical-align: bottom; }
.wp-block-image.has-custom-border img, .wp-block-image img { box-sizing: border-box; }
.wp-block-image.aligncenter { text-align: center; }
.wp-block-image.alignfull img, .wp-block-image.alignwide img { height: auto; width: 100%; }
.wp-block-image.aligncenter, .wp-block-image .aligncenter, .wp-block-image.alignleft, .wp-block-image .alignleft, .wp-block-image.alignright, .wp-block-image .alignright { display: table; }
.wp-block-image.aligncenter > figcaption, .wp-block-image .aligncenter > figcaption, .wp-block-image.alignleft > figcaption, .wp-block-image .alignleft > figcaption, .wp-block-image.alignright > figcaption, .wp-block-image .alignright > figcaption { display: table-caption; caption-side: bottom; }
.wp-block-image .alignleft { float: left; margin: 0.5em 1em 0.5em 0px; }
.wp-block-image .alignright { float: right; margin: 0.5em 0px 0.5em 1em; }
.wp-block-image .aligncenter { margin-left: auto; margin-right: auto; }
.wp-block-image figcaption { margin-top: 0.5em; margin-bottom: 1em; }
.wp-block-image.is-style-circle-mask img, .wp-block-image.is-style-rounded img, .wp-block-image .is-style-rounded img { border-radius: 9999px; }
@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
  .wp-block-image.is-style-circle-mask img { mask-image: url(""); mask-mode: alpha; mask-repeat: no-repeat; mask-size: contain; mask-position: center center; border-radius: 0px; }
}
.wp-block-image :where(.has-border-color) { border-style: solid; }
.wp-block-image :where([style*="border-top-color"]) { border-top-style: solid; }
.wp-block-image :where([style*="border-right-color"]) { border-right-style: solid; }
.wp-block-image :where([style*="border-bottom-color"]) { border-bottom-style: solid; }
.wp-block-image :where([style*="border-left-color"]) { border-left-style: solid; }
.wp-block-image :where([style*="border-width"]) { border-style: solid; }
.wp-block-image :where([style*="border-top-width"]) { border-top-style: solid; }
.wp-block-image :where([style*="border-right-width"]) { border-right-style: solid; }
.wp-block-image :where([style*="border-bottom-width"]) { border-bottom-style: solid; }
.wp-block-image :where([style*="border-left-width"]) { border-left-style: solid; }
.wp-block-image figure { margin: 0px; }
ol.wp-block-latest-comments { margin-left: 0px; }
.wp-block-latest-comments .wp-block-latest-comments { padding-left: 0px; }
.wp-block-latest-comments__comment { line-height: 1.1; list-style: none; margin-bottom: 1em; }
.has-avatars .wp-block-latest-comments__comment { min-height: 2.25em; list-style: none; }
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt, .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta { margin-left: 3.25em; }
.has-dates .wp-block-latest-comments__comment, .has-excerpts .wp-block-latest-comments__comment { line-height: 1.5; }
.wp-block-latest-comments__comment-excerpt p { font-size: 0.875em; line-height: 1.8; margin: 0.36em 0px 1.4em; }
.wp-block-latest-comments__comment-date { display: block; font-size: 0.75em; }
.wp-block-latest-comments .avatar, .wp-block-latest-comments__comment-avatar { border-radius: 1.5em; display: block; float: left; height: 2.5em; margin-right: 0.75em; width: 2.5em; }
.wp-block-latest-posts.alignleft { margin-right: 2em; }
.wp-block-latest-posts.alignright { margin-left: 2em; }
.wp-block-latest-posts.wp-block-latest-posts__list { list-style: none; padding-left: 0px; }
.wp-block-latest-posts.wp-block-latest-posts__list li { clear: both; }
.wp-block-latest-posts.is-grid { display: flex; flex-wrap: wrap; padding: 0px; }
.wp-block-latest-posts.is-grid li { margin: 0px 1.25em 1.25em 0px; width: 100%; }
@media (min-width: 600px) {
  .wp-block-latest-posts.columns-2 li { width: calc(50% - 0.625em); }
  .wp-block-latest-posts.columns-2 li:nth-child(2n) { margin-right: 0px; }
  .wp-block-latest-posts.columns-3 li { width: calc(33.3333% - 0.83333em); }
  .wp-block-latest-posts.columns-3 li:nth-child(3n) { margin-right: 0px; }
  .wp-block-latest-posts.columns-4 li { width: calc(25% - 0.9375em); }
  .wp-block-latest-posts.columns-4 li:nth-child(4n) { margin-right: 0px; }
  .wp-block-latest-posts.columns-5 li { width: calc(20% - 1em); }
  .wp-block-latest-posts.columns-5 li:nth-child(5n) { margin-right: 0px; }
  .wp-block-latest-posts.columns-6 li { width: calc(16.6667% - 1.04167em); }
  .wp-block-latest-posts.columns-6 li:nth-child(6n) { margin-right: 0px; }
}
.wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date { display: block; font-size: 0.8125em; }
.wp-block-latest-posts__post-excerpt { margin-top: 0.5em; margin-bottom: 1em; }
.wp-block-latest-posts__featured-image a { display: inline-block; }
.wp-block-latest-posts__featured-image img { height: auto; width: auto; max-width: 100%; }
.wp-block-latest-posts__featured-image.alignleft { margin-right: 1em; float: left; }
.wp-block-latest-posts__featured-image.alignright { margin-left: 1em; float: right; }
.wp-block-latest-posts__featured-image.aligncenter { margin-bottom: 1em; text-align: center; }
ol, ul { box-sizing: border-box; }
ol.has-background, ul.has-background { padding: 1.25em 2.375em; }
.wp-block-media-text { direction: ltr; display: grid; grid-template-columns: 50% 1fr; grid-template-rows: auto; box-sizing: border-box; }
.wp-block-media-text.has-media-on-the-right { grid-template-columns: 1fr 50%; }
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media { align-self: start; }
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media, .wp-block-media-text .wp-block-media-text__content, .wp-block-media-text .wp-block-media-text__media { align-self: center; }
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media { align-self: end; }
.wp-block-media-text .wp-block-media-text__media { grid-area: 1 / 1; margin: 0px; }
.wp-block-media-text .wp-block-media-text__content { direction: ltr; grid-area: 1 / 2; padding: 0px 8%; word-break: break-word; }
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media { grid-area: 1 / 2; }
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content { grid-area: 1 / 1; }
.wp-block-media-text__media img, .wp-block-media-text__media video { height: auto; max-width: unset; width: 100%; vertical-align: middle; }
.wp-block-media-text.is-image-fill .wp-block-media-text__media { height: 100%; min-height: 250px; background-size: cover; }
.wp-block-media-text.is-image-fill .wp-block-media-text__media > a { display: block; height: 100%; }
.wp-block-media-text.is-image-fill .wp-block-media-text__media img { position: absolute; width: 1px; height: 1px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); border: 0px; }
@media (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile { grid-template-columns: 100% !important; }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media { grid-area: 1 / 1; }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content { grid-area: 2 / 1; }
}
.wp-block-navigation { position: relative; --navigation-layout-justification-setting: flex-start; --navigation-layout-direction: row; --navigation-layout-wrap: wrap; --navigation-layout-justify: flex-start; --navigation-layout-align: center; }
.wp-block-navigation ul { margin-top: 0px; margin-bottom: 0px; margin-left: 0px; padding-left: 0px; }
.wp-block-navigation ul, .wp-block-navigation ul li { list-style: none; padding: 0px; }
.wp-block-navigation .wp-block-navigation-item { display: flex; align-items: center; position: relative; }
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty { display: none; }
.wp-block-navigation .wp-block-navigation-item__content { display: block; }
.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content, .wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active, .wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus { text-decoration: underline; }
.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content, .wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active, .wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus { text-decoration: line-through; }
.wp-block-navigation:where(:not([class*="has-text-decoration"])) a, .wp-block-navigation:where(:not([class*="has-text-decoration"])) a:active, .wp-block-navigation:where(:not([class*="has-text-decoration"])) a:focus { text-decoration: none; }
.wp-block-navigation .wp-block-navigation__submenu-icon { align-self: center; line-height: 0; display: inline-block; font-size: inherit; padding: 0px; background-color: inherit; color: currentcolor; border: none; width: 0.6em; height: 0.6em; margin-left: 0.25em; }
.wp-block-navigation .wp-block-navigation__submenu-icon svg { display: inline-block; stroke: currentcolor; width: inherit; height: inherit; margin-top: 0.075em; }
.wp-block-navigation.is-vertical { --navigation-layout-direction: column; --navigation-layout-justify: initial; --navigation-layout-align: flex-start; }
.wp-block-navigation.no-wrap { --navigation-layout-wrap: nowrap; }
.wp-block-navigation.items-justified-center { --navigation-layout-justification-setting: center; --navigation-layout-justify: center; }
.wp-block-navigation.items-justified-center.is-vertical { --navigation-layout-align: center; }
.wp-block-navigation.items-justified-right { --navigation-layout-justification-setting: flex-end; --navigation-layout-justify: flex-end; }
.wp-block-navigation.items-justified-right.is-vertical { --navigation-layout-align: flex-end; }
.wp-block-navigation.items-justified-space-between { --navigation-layout-justification-setting: space-between; --navigation-layout-justify: space-between; }
.wp-block-navigation .has-child .wp-block-navigation__submenu-container { background-color: inherit; color: inherit; position: absolute; z-index: 2; display: flex; flex-direction: column; align-items: normal; opacity: 0; transition: opacity 0.1s linear 0s; visibility: hidden; width: 0px; height: 0px; overflow: hidden; left: -1px; top: 100%; }
.wp-block-navigation .has-child .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-item__content { display: flex; flex-grow: 1; }
.wp-block-navigation .has-child .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-item__content .wp-block-navigation__submenu-icon { margin-right: 0px; margin-left: auto; }
.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content { margin: 0px; }
@media (min-width: 782px) {
  .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container { left: 100%; top: -1px; }
  .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container::before { content: ""; position: absolute; right: 100%; height: 100%; display: block; width: 0.5em; background: transparent; }
  .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon { margin-right: 0.25em; }
  .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg { transform: rotate(-90deg); }
}
.wp-block-navigation .has-child:not(.open-on-click):hover > .wp-block-navigation__submenu-container { visibility: visible; overflow: visible; opacity: 1; width: auto; height: auto; min-width: 200px; }
.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within > .wp-block-navigation__submenu-container { visibility: visible; overflow: visible; opacity: 1; width: auto; height: auto; min-width: 200px; }
.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded="true"] ~ .wp-block-navigation__submenu-container { visibility: visible; overflow: visible; opacity: 1; width: auto; height: auto; min-width: 200px; }
.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container { left: 0px; top: 100%; }
@media (min-width: 782px) {
  .wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container { left: 100%; top: 0px; }
}
.wp-block-navigation-submenu { position: relative; display: flex; }
.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg { stroke: currentcolor; }
button.wp-block-navigation-item__content { background-color: transparent; border: none; color: currentcolor; font-size: inherit; font-family: inherit; line-height: inherit; font-style: inherit; font-weight: inherit; text-transform: inherit; text-align: left; }
.wp-block-navigation-submenu__toggle { cursor: pointer; }
.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle { padding-right: 0.85em; }
.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle + .wp-block-navigation__submenu-icon { margin-left: -0.6em; pointer-events: none; }
.wp-block-navigation .wp-block-page-list, .wp-block-navigation__container, .wp-block-navigation__responsive-close, .wp-block-navigation__responsive-container, .wp-block-navigation__responsive-container-content, .wp-block-navigation__responsive-dialog { gap: inherit; }
:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)), :where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)), :where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)), :where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)) { padding: 0.5em 1em; }
.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-right .wp-block-page-list > .has-child .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between .wp-block-page-list > .has-child:last-child .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation__submenu-container { left: auto; right: 0px; }
.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-right .wp-block-page-list > .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between .wp-block-page-list > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container { left: -1px; right: -1px; }
@media (min-width: 782px) {
  .wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-right .wp-block-page-list > .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between .wp-block-page-list > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container { left: auto; right: 100%; }
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container { background-color: rgb(255, 255, 255); color: rgb(0, 0, 0); border: 1px solid rgba(0, 0, 0, 0.15); }
.wp-block-navigation__container { display: flex; flex-wrap: var(--navigation-layout-wrap,wrap); flex-direction: var(--navigation-layout-direction,initial); justify-content: var(--navigation-layout-justify,initial); align-items: var(--navigation-layout-align,initial); list-style: none; margin: 0px; padding-left: 0px; }
.wp-block-navigation__container .is-responsive { display: none; }
.wp-block-navigation__container:only-child, .wp-block-page-list:only-child { flex-grow: 1; }
@keyframes overlay-menu__fade-in-animation { 
  0% { opacity: 0; transform: translateY(0.5em); }
  100% { opacity: 1; transform: translateY(0px); }
}
.wp-block-navigation__responsive-container { display: none; position: fixed; inset: 0px; }
.wp-block-navigation__responsive-container .wp-block-navigation-link a { color: inherit; }
.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content { display: flex; flex-wrap: var(--navigation-layout-wrap,wrap); flex-direction: var(--navigation-layout-direction,initial); justify-content: var(--navigation-layout-justify,initial); align-items: var(--navigation-layout-align,initial); }
.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open) { color: inherit !important; background-color: inherit !important; }
.wp-block-navigation__responsive-container.is-menu-open { display: flex; flex-direction: column; background-color: inherit; animation: 0.1s ease-out 0s 1 normal forwards running overlay-menu__fade-in-animation; padding: var(--wp--style--root--padding-top,2rem) var(--wp--style--root--padding-right,2rem) var(--wp--style--root--padding-bottom,2rem) var(--wp--style--root--padding-left,2rem); overflow: auto; z-index: 100000; }
@media (prefers-reduced-motion: reduce) {
  .wp-block-navigation__responsive-container.is-menu-open { animation-duration: 1ms; animation-delay: 0s; }
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content { padding-top: calc(24px + 2rem); overflow: visible; display: flex; flex-flow: column; align-items: var(--navigation-layout-justification-setting,inherit); }
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list { justify-content: flex-start; }
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon { display: none; }
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .submenu-container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container { opacity: 1; visibility: visible; height: auto; width: auto; overflow: initial; min-width: 200px; position: static; border: none; padding-left: 2rem; padding-right: 2rem; }
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container { gap: inherit; }
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container { padding-top: var(--wp--style--block-gap,2em); }
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content { padding: 0px; }
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list { display: flex; flex-direction: column; align-items: var(--navigation-layout-justification-setting,initial); }
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list { color: inherit !important; background: transparent !important; }
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container { right: auto; left: auto; }
@media (min-width: 600px) {
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) { display: block; width: 100%; position: relative; z-index: auto; background-color: inherit; }
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close { display: none; }
  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container { left: 0px; }
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open { background-color: rgb(255, 255, 255); color: rgb(0, 0, 0); }
.wp-block-navigation__toggle_button_label { font-size: 1rem; font-weight: 700; }
.wp-block-navigation__responsive-container-close, .wp-block-navigation__responsive-container-open { vertical-align: middle; cursor: pointer; color: currentcolor; background: transparent; border: none; margin: 0px; padding: 0px; text-transform: inherit; }
.wp-block-navigation__responsive-container-close svg, .wp-block-navigation__responsive-container-open svg { fill: currentcolor; pointer-events: none; display: block; width: 24px; height: 24px; }
.wp-block-navigation__responsive-container-open { display: flex; }
@media (min-width: 600px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) { display: none; }
}
.wp-block-navigation__responsive-container-close { position: absolute; top: 0px; right: 0px; z-index: 2; }
.wp-block-navigation__responsive-close { width: 100%; max-width: var(--wp--style--global--wide-size,100%); margin-left: auto; margin-right: auto; }
.wp-block-navigation__responsive-close:focus { outline: none; }
.is-menu-open .wp-block-navigation__responsive-close, .is-menu-open .wp-block-navigation__responsive-container-content, .is-menu-open .wp-block-navigation__responsive-dialog { box-sizing: border-box; }
.wp-block-navigation__responsive-dialog { position: relative; }
.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog { margin-top: 46px; }
@media (min-width: 782px) {
  .has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog { margin-top: 32px; }
}
html.has-modal-open { overflow: hidden; }
.wp-block-navigation .wp-block-navigation-item__label { word-break: normal; overflow-wrap: break-word; }
.wp-block-navigation .wp-block-navigation-item__description { display: none; }
.wp-block-navigation .wp-block-page-list { display: flex; flex-direction: var(--navigation-layout-direction,initial); justify-content: var(--navigation-layout-justify,initial); align-items: var(--navigation-layout-align,initial); flex-wrap: var(--navigation-layout-wrap,wrap); background-color: inherit; }
.wp-block-navigation .wp-block-navigation-item { background-color: inherit; }
.is-small-text { font-size: 0.875em; }
.is-regular-text { font-size: 1em; }
.is-large-text { font-size: 2.25em; }
.is-larger-text { font-size: 3em; }
.has-drop-cap:not(:focus)::first-letter { float: left; font-size: 8.4em; line-height: 0.68; font-weight: 100; margin: 0.05em 0.1em 0px 0px; text-transform: uppercase; font-style: normal; }
p.has-drop-cap.has-background { overflow: hidden; }
p.has-background { padding: 1.25em 2.375em; }
:where(p.has-text-color:not(.has-link-color)) a { color: inherit; }
.wp-block-post-author { display: flex; flex-wrap: wrap; }
.wp-block-post-author__byline { width: 100%; margin-top: 0px; margin-bottom: 0px; font-size: 0.5em; }
.wp-block-post-author__avatar { margin-right: 1em; }
.wp-block-post-author__bio { margin-bottom: 0.7em; font-size: 0.7em; }
.wp-block-post-author__content { flex-grow: 1; flex-basis: 0px; }
.wp-block-post-author__name { margin: 0px; }
.wp-block-post-comments-form[style*="font-weight"] :where(.comment-reply-title) { font-weight: inherit; }
.wp-block-post-comments-form[style*="font-family"] :where(.comment-reply-title) { font-family: inherit; }
.wp-block-post-comments-form[class*="-font-size"] :where(.comment-reply-title), .wp-block-post-comments-form[style*="font-size"] :where(.comment-reply-title) { font-size: inherit; }
.wp-block-post-comments-form[style*="line-height"] :where(.comment-reply-title) { line-height: inherit; }
.wp-block-post-comments-form[style*="font-style"] :where(.comment-reply-title) { font-style: inherit; }
.wp-block-post-comments-form[style*="letter-spacing"] :where(.comment-reply-title) { letter-spacing: inherit; }
.wp-block-post-comments-form input[type="submit"] { box-shadow: none; cursor: pointer; display: inline-block; text-align: center; overflow-wrap: break-word; }
.wp-block-post-comments-form input:not([type="submit"]), .wp-block-post-comments-form textarea { border: 1px solid rgb(148, 148, 148); font-size: 1em; font-family: inherit; }
.wp-block-post-comments-form input:not([type="submit"]):not([type="checkbox"]), .wp-block-post-comments-form textarea { padding: calc(0.667em + 2px); }
.wp-block-post-comments-form .comment-form input:not([type="submit"]):not([type="checkbox"]), .wp-block-post-comments-form .comment-form textarea { display: block; box-sizing: border-box; width: 100%; }
.wp-block-post-comments-form .comment-form-author label, .wp-block-post-comments-form .comment-form-email label, .wp-block-post-comments-form .comment-form-url label { display: block; margin-bottom: 0.25em; }
.wp-block-post-comments-form .comment-form-cookies-consent { display: flex; gap: 0.25em; }
.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent { margin-top: 0.35em; }
.wp-block-post-comments-form .comment-reply-title { margin-bottom: 0px; }
.wp-block-post-comments-form .comment-reply-title :where(small) { font-size: var(--wp--preset--font-size--medium,smaller); margin-left: 0.5em; }
.wp-block-post-date { box-sizing: border-box; }
.wp-block-post-excerpt__more-link { display: inline-block; }
.wp-block-post-featured-image { margin-left: 0px; margin-right: 0px; }
.wp-block-post-featured-image a { display: block; }
.wp-block-post-featured-image img { max-width: 100%; width: 100%; height: auto; vertical-align: bottom; box-sizing: border-box; }
.wp-block-post-featured-image.alignfull img, .wp-block-post-featured-image.alignwide img { width: 100%; }
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim { position: absolute; inset: 0px; background-color: rgb(0, 0, 0); }
.wp-block-post-featured-image { position: relative; }
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient { background-color: transparent; }
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0 { opacity: 0; }
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10 { opacity: 0.1; }
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20 { opacity: 0.2; }
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30 { opacity: 0.3; }
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40 { opacity: 0.4; }
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50 { opacity: 0.5; }
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60 { opacity: 0.6; }
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70 { opacity: 0.7; }
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80 { opacity: 0.8; }
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90 { opacity: 0.9; }
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100 { opacity: 1; }
.wp-block-post-terms__separator { white-space: pre-wrap; }
.wp-block-post-title { word-break: break-word; box-sizing: border-box; }
.wp-block-post-title a { display: inline-block; }
.wp-block-preformatted { white-space: pre-wrap; }
.wp-block-preformatted.has-background { padding: 1.25em 2.375em; }
.wp-block-pullquote { margin: 0px 0px 1em; padding: 3em 0px; text-align: center; overflow-wrap: break-word; box-sizing: border-box; }
.wp-block-pullquote blockquote, .wp-block-pullquote cite, .wp-block-pullquote p { color: inherit; }
.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright { max-width: 420px; }
.wp-block-pullquote cite, .wp-block-pullquote footer { position: relative; }
.wp-block-pullquote .has-text-color a { color: inherit; }
.wp-block-pullquote.has-text-align-left blockquote { text-align: left; }
.wp-block-pullquote.has-text-align-right blockquote { text-align: right; }
.wp-block-pullquote.is-style-solid-color { border: none; }
.wp-block-pullquote.is-style-solid-color blockquote { margin-left: auto; margin-right: auto; max-width: 60%; }
.wp-block-pullquote.is-style-solid-color blockquote p { margin-top: 0px; margin-bottom: 0px; font-size: 2em; }
.wp-block-pullquote.is-style-solid-color blockquote cite { text-transform: none; font-style: normal; }
.wp-block-pullquote cite { color: inherit; }
.wp-block-post-template { margin-top: 0px; margin-bottom: 0px; max-width: 100%; list-style: none; padding: 0px; }
.wp-block-post-template.wp-block-post-template { background: none; }
.wp-block-post-template.is-flex-container { flex-flow: wrap; display: flex; gap: 1.25em; }
.wp-block-post-template.is-flex-container li { margin: 0px; width: 100%; }
@media (min-width: 600px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-2 > li { width: calc(50% - 0.625em); }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li { width: calc(33.3333% - 0.83333em); }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li { width: calc(25% - 0.9375em); }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-5 > li { width: calc(20% - 1em); }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-6 > li { width: calc(16.6667% - 1.04167em); }
}
.wp-block-query-pagination > .wp-block-query-pagination-next, .wp-block-query-pagination > .wp-block-query-pagination-numbers, .wp-block-query-pagination > .wp-block-query-pagination-previous { margin-right: 0.5em; margin-bottom: 0.5em; }
.wp-block-query-pagination > .wp-block-query-pagination-next:last-child, .wp-block-query-pagination > .wp-block-query-pagination-numbers:last-child, .wp-block-query-pagination > .wp-block-query-pagination-previous:last-child { margin-right: 0px; }
.wp-block-query-pagination.is-content-justification-space-between > .wp-block-query-pagination-next:last-child { margin-inline-start: auto; }
.wp-block-query-pagination.is-content-justification-space-between > .wp-block-query-pagination-previous:first-child { margin-inline-end: auto; }
.wp-block-query-pagination .wp-block-query-pagination-previous-arrow { margin-right: 1ch; display: inline-block; }
.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron) { transform: scaleX(1); }
.wp-block-query-pagination .wp-block-query-pagination-next-arrow { margin-left: 1ch; display: inline-block; }
.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron) { transform: scaleX(1); }
.wp-block-query-pagination.aligncenter { justify-content: center; }
.wp-block-query-title, .wp-block-quote { box-sizing: border-box; }
.wp-block-quote { overflow-wrap: break-word; }
.wp-block-quote.is-large:not(.is-style-plain), .wp-block-quote.is-style-large:not(.is-style-plain) { margin-bottom: 1em; padding: 0px 1em; }
.wp-block-quote.is-large:not(.is-style-plain) p, .wp-block-quote.is-style-large:not(.is-style-plain) p { font-size: 1.5em; font-style: italic; line-height: 1.6; }
.wp-block-quote.is-large:not(.is-style-plain) cite, .wp-block-quote.is-large:not(.is-style-plain) footer, .wp-block-quote.is-style-large:not(.is-style-plain) cite, .wp-block-quote.is-style-large:not(.is-style-plain) footer { font-size: 1.125em; text-align: right; }
.wp-block-read-more { display: block; width: fit-content; }
.wp-block-read-more:not([style*="text-decoration"]), .wp-block-read-more:not([style*="text-decoration"]):active, .wp-block-read-more:not([style*="text-decoration"]):focus { text-decoration: none; }
ul.wp-block-rss { list-style: none; padding: 0px; }
ul.wp-block-rss.wp-block-rss { box-sizing: border-box; }
ul.wp-block-rss.alignleft { margin-right: 2em; }
ul.wp-block-rss.alignright { margin-left: 2em; }
ul.wp-block-rss.is-grid { display: flex; flex-wrap: wrap; padding: 0px; list-style: none; }
ul.wp-block-rss.is-grid li { margin: 0px 1em 1em 0px; width: 100%; }
@media (min-width: 600px) {
  ul.wp-block-rss.columns-2 li { width: calc(50% - 1em); }
  ul.wp-block-rss.columns-3 li { width: calc(33.3333% - 1em); }
  ul.wp-block-rss.columns-4 li { width: calc(25% - 1em); }
  ul.wp-block-rss.columns-5 li { width: calc(20% - 1em); }
  ul.wp-block-rss.columns-6 li { width: calc(16.6667% - 1em); }
}
.wp-block-rss__item-author, .wp-block-rss__item-publish-date { display: block; font-size: 0.8125em; }
.wp-block-search__button { margin-left: 0.625em; word-break: normal; }
.wp-block-search__button.has-icon { line-height: 0; }
.wp-block-search__button svg { min-width: 1.5em; min-height: 1.5em; fill: currentcolor; vertical-align: text-bottom; }
:where(.wp-block-search__button) { border: 1px solid rgb(204, 204, 204); padding: 0.375em 0.625em; }
.wp-block-search__inside-wrapper { display: flex; flex: 1 1 auto; flex-wrap: nowrap; max-width: 100%; }
.wp-block-search__label { width: 100%; }
.wp-block-search__input { padding: 8px; flex-grow: 1; margin-left: 0px; margin-right: 0px; min-width: 3em; border: 1px solid rgb(148, 148, 148); text-decoration: unset !important; }
.wp-block-search.wp-block-search__button-only .wp-block-search__button { margin-left: 0px; }
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) { padding: 4px; border: 1px solid rgb(148, 148, 148); }
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input { border-radius: 0px; border: none; padding: 0px 0px 0px 0.25em; }
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus { outline: none; }
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button) { padding: 0.125em 0.5em; }
.wp-block-search.aligncenter .wp-block-search__inside-wrapper { margin: auto; }
.wp-block-separator { border-top: 1px solid; border-bottom: 1px solid; border-image: initial; border-right: none; border-left: none; }
.wp-block-separator.is-style-dots { border: none; text-align: center; line-height: 1; height: auto; background: none !important; }
.wp-block-separator.is-style-dots::before { content: "···"; color: currentcolor; font-size: 1.5em; letter-spacing: 2em; padding-left: 2em; font-family: serif; }
.wp-block-site-logo { box-sizing: border-box; line-height: 0; }
.wp-block-site-logo a { display: inline-block; }
.wp-block-site-logo.is-default-size img { width: 120px; height: auto; }
.wp-block-site-logo img { height: auto; max-width: 100%; }
.wp-block-site-logo a, .wp-block-site-logo img { border-radius: inherit; }
.wp-block-site-logo.aligncenter { margin-left: auto; margin-right: auto; text-align: center; }
.wp-block-site-logo.is-style-rounded { border-radius: 9999px; }
.wp-block-social-links { box-sizing: border-box; padding-left: 0px; padding-right: 0px; text-indent: 0px; margin-left: 0px; background: none; }
.wp-block-social-links .wp-social-link a, .wp-block-social-links .wp-social-link a:hover { text-decoration: none; border-bottom: 0px; box-shadow: none; }
.wp-block-social-links .wp-social-link a { padding: 0.25em; }
.wp-block-social-links .wp-social-link svg { width: 1em; height: 1em; }
.wp-block-social-links .wp-social-link span:not(.screen-reader-text) { margin-left: 0.5em; margin-right: 0.5em; font-size: 0.65em; }
.wp-block-social-links.has-small-icon-size { font-size: 16px; }
.wp-block-social-links, .wp-block-social-links.has-normal-icon-size { font-size: 24px; }
.wp-block-social-links.has-large-icon-size { font-size: 36px; }
.wp-block-social-links.has-huge-icon-size { font-size: 48px; }
.wp-block-social-links.aligncenter { justify-content: center; display: flex; }
.wp-block-social-links.alignright { justify-content: flex-end; }
.wp-block-social-link { display: block; border-radius: 9999px; transition: transform 0.1s ease 0s; height: auto; }
@media (prefers-reduced-motion: reduce) {
  .wp-block-social-link { transition-duration: 0s; transition-delay: 0s; }
}
.wp-block-social-link a { align-items: center; display: flex; line-height: 0; transition: transform 0.1s ease 0s; }
.wp-block-social-link:hover { transform: scale(1.1); }
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:active, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:visited, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg { color: currentcolor; fill: currentcolor; }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link { background-color: rgb(240, 240, 240); color: rgb(68, 68, 68); }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon { background-color: rgb(255, 153, 0); color: rgb(255, 255, 255); }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp { background-color: rgb(30, 160, 195); color: rgb(255, 255, 255); }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance { background-color: rgb(7, 87, 254); color: rgb(255, 255, 255); }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen { background-color: rgb(30, 31, 38); color: rgb(255, 255, 255); }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart { background-color: rgb(2, 228, 155); color: rgb(255, 255, 255); }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble { background-color: rgb(233, 76, 137); color: rgb(255, 255, 255); }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox { background-color: rgb(66, 128, 255); color: rgb(255, 255, 255); }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy { background-color: rgb(244, 88, 0); color: rgb(255, 255, 255); }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook { background-color: rgb(23, 120, 242); color: rgb(255, 255, 255); }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx { background-color: rgb(0, 0, 0); color: rgb(255, 255, 255); }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr { background-color: rgb(4, 97, 221); color: rgb(255, 255, 255); }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare { background-color: rgb(230, 86, 120); color: rgb(255, 255, 255); }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github { background-color: rgb(36, 41, 45); color: rgb(255, 255, 255); }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads { background-color: rgb(236, 234, 221); color: rgb(56, 33, 16); }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google { background-color: rgb(234, 68, 52); color: rgb(255, 255, 255); }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram { background-color: rgb(240, 0, 117); color: rgb(255, 255, 255); }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm { background-color: rgb(226, 27, 36); color: rgb(255, 255, 255); }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin { background-color: rgb(13, 102, 194); color: rgb(255, 255, 255); }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon { background-color: rgb(50, 136, 212); color: rgb(255, 255, 255); }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium { background-color: rgb(2, 171, 108); color: rgb(255, 255, 255); }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup { background-color: rgb(246, 64, 95); color: rgb(255, 255, 255); }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon { background-color: rgb(255, 66, 77); color: rgb(255, 255, 255); }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest { background-color: rgb(230, 1, 34); color: rgb(255, 255, 255); }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket { background-color: rgb(239, 65, 85); color: rgb(255, 255, 255); }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit { background-color: rgb(255, 69, 0); color: rgb(255, 255, 255); }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype { background-color: rgb(4, 120, 215); color: rgb(255, 255, 255); }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat { background-color: rgb(254, 252, 0); color: rgb(255, 255, 255); stroke: rgb(0, 0, 0); }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud { background-color: rgb(255, 86, 0); color: rgb(255, 255, 255); }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify { background-color: rgb(27, 215, 96); color: rgb(255, 255, 255); }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram { background-color: rgb(42, 171, 238); color: rgb(255, 255, 255); }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok { background-color: rgb(0, 0, 0); color: rgb(255, 255, 255); }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr { background-color: rgb(1, 24, 53); color: rgb(255, 255, 255); }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch { background-color: rgb(100, 64, 164); color: rgb(255, 255, 255); }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter { background-color: rgb(29, 161, 242); color: rgb(255, 255, 255); }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo { background-color: rgb(30, 183, 234); color: rgb(255, 255, 255); }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk { background-color: rgb(70, 128, 194); color: rgb(255, 255, 255); }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress { background-color: rgb(52, 153, 205); color: rgb(255, 255, 255); }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-whatsapp { background-color: rgb(37, 211, 102); color: rgb(255, 255, 255); }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp { background-color: rgb(211, 36, 34); color: rgb(255, 255, 255); }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube { background-color: red; color: rgb(255, 255, 255); }
.wp-block-social-links.is-style-logos-only .wp-social-link { background: none; }
.wp-block-social-links.is-style-logos-only .wp-social-link a { padding: 0px; }
.wp-block-social-links.is-style-logos-only .wp-social-link svg { width: 1.25em; height: 1.25em; }
.wp-block-social-links.is-style-logos-only .wp-social-link-amazon { color: rgb(255, 153, 0); }
.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp { color: rgb(30, 160, 195); }
.wp-block-social-links.is-style-logos-only .wp-social-link-behance { color: rgb(7, 87, 254); }
.wp-block-social-links.is-style-logos-only .wp-social-link-codepen { color: rgb(30, 31, 38); }
.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart { color: rgb(2, 228, 155); }
.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble { color: rgb(233, 76, 137); }
.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox { color: rgb(66, 128, 255); }
.wp-block-social-links.is-style-logos-only .wp-social-link-etsy { color: rgb(244, 88, 0); }
.wp-block-social-links.is-style-logos-only .wp-social-link-facebook { color: rgb(23, 120, 242); }
.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx { color: rgb(0, 0, 0); }
.wp-block-social-links.is-style-logos-only .wp-social-link-flickr { color: rgb(4, 97, 221); }
.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare { color: rgb(230, 86, 120); }
.wp-block-social-links.is-style-logos-only .wp-social-link-github { color: rgb(36, 41, 45); }
.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads { color: rgb(56, 33, 16); }
.wp-block-social-links.is-style-logos-only .wp-social-link-google { color: rgb(234, 68, 52); }
.wp-block-social-links.is-style-logos-only .wp-social-link-instagram { color: rgb(240, 0, 117); }
.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm { color: rgb(226, 27, 36); }
.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin { color: rgb(13, 102, 194); }
.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon { color: rgb(50, 136, 212); }
.wp-block-social-links.is-style-logos-only .wp-social-link-medium { color: rgb(2, 171, 108); }
.wp-block-social-links.is-style-logos-only .wp-social-link-meetup { color: rgb(246, 64, 95); }
.wp-block-social-links.is-style-logos-only .wp-social-link-patreon { color: rgb(255, 66, 77); }
.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest { color: rgb(230, 1, 34); }
.wp-block-social-links.is-style-logos-only .wp-social-link-pocket { color: rgb(239, 65, 85); }
.wp-block-social-links.is-style-logos-only .wp-social-link-reddit { color: rgb(255, 69, 0); }
.wp-block-social-links.is-style-logos-only .wp-social-link-skype { color: rgb(4, 120, 215); }
.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat { color: rgb(255, 255, 255); stroke: rgb(0, 0, 0); }
.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud { color: rgb(255, 86, 0); }
.wp-block-social-links.is-style-logos-only .wp-social-link-spotify { color: rgb(27, 215, 96); }
.wp-block-social-links.is-style-logos-only .wp-social-link-telegram { color: rgb(42, 171, 238); }
.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok { color: rgb(0, 0, 0); }
.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr { color: rgb(1, 24, 53); }
.wp-block-social-links.is-style-logos-only .wp-social-link-twitch { color: rgb(100, 64, 164); }
.wp-block-social-links.is-style-logos-only .wp-social-link-twitter { color: rgb(29, 161, 242); }
.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo { color: rgb(30, 183, 234); }
.wp-block-social-links.is-style-logos-only .wp-social-link-vk { color: rgb(70, 128, 194); }
.wp-block-social-links.is-style-logos-only .wp-social-link-whatsapp { color: rgb(37, 211, 102); }
.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress { color: rgb(52, 153, 205); }
.wp-block-social-links.is-style-logos-only .wp-social-link-yelp { color: rgb(211, 36, 34); }
.wp-block-social-links.is-style-logos-only .wp-social-link-youtube { color: red; }
.wp-block-social-links.is-style-pill-shape .wp-social-link { width: auto; }
.wp-block-social-links.is-style-pill-shape .wp-social-link a { padding-left: 0.66667em; padding-right: 0.66667em; }
.wp-block-spacer { clear: both; }
.wp-block-tag-cloud.aligncenter { text-align: center; justify-content: center; }
.wp-block-tag-cloud.alignfull { padding-left: 1em; padding-right: 1em; }
.wp-block-tag-cloud a { display: inline-block; margin-right: 5px; }
.wp-block-tag-cloud span { display: inline-block; margin-left: 5px; text-decoration: none; }
.wp-block-tag-cloud.is-style-outline { display: flex; flex-wrap: wrap; gap: 1ch; }
.wp-block-tag-cloud.is-style-outline a { border: 1px solid; margin-right: 0px; padding: 1ch 2ch; font-size: unset !important; text-decoration: none !important; }
.wp-block-table { overflow-x: auto; }
.wp-block-table table { border-collapse: collapse; width: 100%; }
.wp-block-table td, .wp-block-table th { border: 1px solid; padding: 0.5em; }
.wp-block-table .has-fixed-layout { table-layout: fixed; width: 100%; }
.wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th { word-break: break-word; }
.wp-block-table.aligncenter, .wp-block-table.alignleft, .wp-block-table.alignright { display: table; width: auto; }
.wp-block-table.aligncenter td, .wp-block-table.aligncenter th, .wp-block-table.alignleft td, .wp-block-table.alignleft th, .wp-block-table.alignright td, .wp-block-table.alignright th { word-break: break-word; }
.wp-block-table .has-subtle-light-gray-background-color { background-color: rgb(243, 244, 245); }
.wp-block-table .has-subtle-pale-green-background-color { background-color: rgb(233, 251, 229); }
.wp-block-table .has-subtle-pale-blue-background-color { background-color: rgb(231, 245, 254); }
.wp-block-table .has-subtle-pale-pink-background-color { background-color: rgb(252, 240, 239); }
.wp-block-table.is-style-stripes { border-spacing: 0px; border-collapse: inherit; background-color: transparent; border-bottom: 1px solid rgb(240, 240, 240); }
.wp-block-table.is-style-stripes tbody tr:nth-child(2n+1) { background-color: rgb(240, 240, 240); }
.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(2n+1) { background-color: rgb(243, 244, 245); }
.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(2n+1) { background-color: rgb(233, 251, 229); }
.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(2n+1) { background-color: rgb(231, 245, 254); }
.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(2n+1) { background-color: rgb(252, 240, 239); }
.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th { border-color: transparent; }
.wp-block-table .has-border-color > *, .wp-block-table .has-border-color td, .wp-block-table .has-border-color th, .wp-block-table .has-border-color tr { border-color: inherit; }
.wp-block-table table[style*="border-top-color"] > *, .wp-block-table table[style*="border-top-color"] > * td, .wp-block-table table[style*="border-top-color"] > * th, .wp-block-table table[style*="border-top-color"] tr:first-child, .wp-block-table table[style*="border-top-color"] tr:first-child td, .wp-block-table table[style*="border-top-color"] tr:first-child th { border-top-color: inherit; }
.wp-block-table table[style*="border-top-color"] tr:not(:first-child) { border-top-color: currentcolor; }
.wp-block-table table[style*="border-right-color"] > *, .wp-block-table table[style*="border-right-color"] td:last-child, .wp-block-table table[style*="border-right-color"] th, .wp-block-table table[style*="border-right-color"] tr { border-right-color: inherit; }
.wp-block-table table[style*="border-bottom-color"] > *, .wp-block-table table[style*="border-bottom-color"] > * td, .wp-block-table table[style*="border-bottom-color"] > * th, .wp-block-table table[style*="border-bottom-color"] tr:last-child, .wp-block-table table[style*="border-bottom-color"] tr:last-child td, .wp-block-table table[style*="border-bottom-color"] tr:last-child th { border-bottom-color: inherit; }
.wp-block-table table[style*="border-bottom-color"] tr:not(:last-child) { border-bottom-color: currentcolor; }
.wp-block-table table[style*="border-left-color"] > *, .wp-block-table table[style*="border-left-color"] td:first-child, .wp-block-table table[style*="border-left-color"] th, .wp-block-table table[style*="border-left-color"] tr { border-left-color: inherit; }
.wp-block-table table[style*="border-style"] > *, .wp-block-table table[style*="border-style"] td, .wp-block-table table[style*="border-style"] th, .wp-block-table table[style*="border-style"] tr { border-style: inherit; }
.wp-block-table table[style*="border-width"] > *, .wp-block-table table[style*="border-width"] td, .wp-block-table table[style*="border-width"] th, .wp-block-table table[style*="border-width"] tr { border-width: inherit; border-style: inherit; }
.wp-block-text-columns, .wp-block-text-columns.aligncenter { display: flex; }
.wp-block-text-columns .wp-block-column { margin: 0px 1em; padding: 0px; }
.wp-block-text-columns .wp-block-column:first-child { margin-left: 0px; }
.wp-block-text-columns .wp-block-column:last-child { margin-right: 0px; }
.wp-block-text-columns.columns-2 .wp-block-column { width: 50%; }
.wp-block-text-columns.columns-3 .wp-block-column { width: 33.3333%; }
.wp-block-text-columns.columns-4 .wp-block-column { width: 25%; }
pre.wp-block-verse { font-family: inherit; overflow: auto; white-space: pre-wrap; }
.wp-block-video { box-sizing: border-box; }
.wp-block-video video { width: 100%; }
@supports (position:sticky) {
  .wp-block-video [poster] { object-fit: cover; }
}
.wp-block-video.aligncenter { text-align: center; }
.wp-block-video figcaption { margin-top: 0.5em; margin-bottom: 1em; }
.wp-element-button { cursor: pointer; }
:root { --wp--preset--font-size--normal: 16px; --wp--preset--font-size--huge: 42px; }
:root .has-very-light-gray-background-color { background-color: rgb(238, 238, 238); }
:root .has-very-dark-gray-background-color { background-color: rgb(49, 49, 49); }
:root .has-very-light-gray-color { color: rgb(238, 238, 238); }
:root .has-very-dark-gray-color { color: rgb(49, 49, 49); }
:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background { background: linear-gradient(135deg, rgb(0, 208, 132), rgb(6, 147, 227)); }
:root .has-purple-crush-gradient-background { background: linear-gradient(135deg, rgb(52, 226, 228), rgb(71, 33, 251) 50%, rgb(171, 29, 254)); }
:root .has-hazy-dawn-gradient-background { background: linear-gradient(135deg, rgb(250, 172, 168), rgb(218, 208, 236)); }
:root .has-subdued-olive-gradient-background { background: linear-gradient(135deg, rgb(250, 250, 225), rgb(103, 166, 113)); }
:root .has-atomic-cream-gradient-background { background: linear-gradient(135deg, rgb(253, 215, 154), rgb(0, 74, 89)); }
:root .has-nightshade-gradient-background { background: linear-gradient(135deg, rgb(51, 9, 104), rgb(49, 205, 207)); }
:root .has-midnight-gradient-background { background: linear-gradient(135deg, rgb(2, 3, 129), rgb(40, 116, 252)); }
.has-regular-font-size { font-size: 1em; }
.has-larger-font-size { font-size: 2.625em; }
.has-normal-font-size { font-size: var(--wp--preset--font-size--normal); }
.has-huge-font-size { font-size: var(--wp--preset--font-size--huge); }
.has-text-align-center { text-align: center; }
.has-text-align-left { text-align: left; }
.has-text-align-right { text-align: right; }
#end-resizable-editor-section { display: none; }
.aligncenter { clear: both; }
.items-justified-left { justify-content: flex-start; }
.items-justified-center { justify-content: center; }
.items-justified-right { justify-content: flex-end; }
.items-justified-space-between { justify-content: space-between; }
.screen-reader-text { border: 0px; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0px; position: absolute; width: 1px; overflow-wrap: normal !important; }
.screen-reader-text:focus { background-color: rgb(221, 221, 221); clip-path: none; color: rgb(68, 68, 68); display: block; font-size: 1em; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; clip: auto !important; }
html :where(.has-border-color) { border-style: solid; }
html :where([style*="border-top-color"]) { border-top-style: solid; }
html :where([style*="border-right-color"]) { border-right-style: solid; }
html :where([style*="border-bottom-color"]) { border-bottom-style: solid; }
html :where([style*="border-left-color"]) { border-left-style: solid; }
html :where([style*="border-width"]) { border-style: solid; }
html :where([style*="border-top-width"]) { border-top-style: solid; }
html :where([style*="border-right-width"]) { border-right-style: solid; }
html :where([style*="border-bottom-width"]) { border-bottom-style: solid; }
html :where([style*="border-left-width"]) { border-left-style: solid; }
html :where(img[class*="wp-image-"]) { height: auto; max-width: 100%; }
figure { margin: 0px 0px 1em; }
.wp-block-button__link { color: rgb(255, 255, 255); background-color: rgb(50, 55, 60); border-radius: 9999px; box-shadow: none; text-decoration: none; padding: calc(0.667em + 2px) calc(1.333em + 2px); font-size: 1.125em; }
.wpcf7 .screen-reader-response { position: absolute; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; width: 1px; margin: -1px; padding: 0px; border: 0px; overflow-wrap: normal !important; }
.wpcf7 form .wpcf7-response-output { margin: 2em 0.5em 1em; padding: 0.2em 1em; border: 2px solid rgb(0, 160, 210); }
.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output { display: none; }
.wpcf7 form.sent .wpcf7-response-output { border-color: rgb(70, 180, 80); }
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output { border-color: rgb(220, 50, 50); }
.wpcf7 form.spam .wpcf7-response-output { border-color: rgb(245, 110, 40); }
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output { border-color: rgb(255, 185, 0); }
.wpcf7-form-control-wrap { position: relative; }
.wpcf7-not-valid-tip { color: rgb(220, 50, 50); font-size: 1em; font-weight: 400; display: block; }
.use-floating-validation-tip .wpcf7-not-valid-tip { position: relative; top: -2ex; left: 1em; z-index: 100; border: 1px solid rgb(220, 50, 50); background: rgb(255, 255, 255); padding: 0.2em 0.8em; width: 24em; }
.wpcf7-list-item { display: inline-block; margin: 0px 0px 0px 1em; }
.wpcf7-list-item-label::before, .wpcf7-list-item-label::after { content: " "; }
.wpcf7-spinner { visibility: hidden; display: inline-block; background-color: rgb(35, 40, 45); opacity: 0.75; width: 24px; height: 24px; border: none; border-radius: 100%; padding: 0px; margin: 0px 24px; position: relative; }
form.submitting .wpcf7-spinner { visibility: visible; }
.wpcf7-spinner::before { content: ""; position: absolute; background-color: rgb(251, 251, 252); top: 4px; left: 4px; width: 6px; height: 6px; border: none; border-radius: 100%; transform-origin: 8px 8px; animation-name: spin; animation-duration: 1s; animation-timing-function: linear; animation-iteration-count: infinite; }
@media (prefers-reduced-motion: reduce) {
  .wpcf7-spinner::before { animation-name: blink; animation-duration: 2s; }
}
@keyframes spin { 
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@keyframes blink { 
  0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 0; }
}
.wpcf7 input[type="file"] { cursor: pointer; }
.wpcf7 input[type="file"]:disabled { cursor: default; }
.wpcf7 .wpcf7-submit:disabled { cursor: not-allowed; }
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] { direction: ltr; }
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { display: block; }
audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }
audio:not([controls]) { display: none; height: 0px; }
[hidden], template { display: none; }
a { background-color: transparent; }
a:active, a:hover { outline: 0px; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: 700; }
dfn { font-style: italic; }
h1 { font-size: 2em; margin: 0.67em 0px; }
mark { background: rgb(255, 255, 0); color: rgb(0, 0, 0); }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img { border: 0px; }
svg:not(:root) { overflow: hidden; }
figure { margin: 1em 40px; }
hr { box-sizing: content-box; height: 0px; }
pre { overflow: auto; }
code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }
button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0px; }
button { overflow: visible; }
button, select { text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { appearance: button; cursor: pointer; }
button[disabled], html input[disabled] { cursor: default; }
input { line-height: normal; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0px; }
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }
input[type="search"] { appearance: textfield; box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { appearance: none; }
fieldset { border: 1px solid silver; margin: 0px 2px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0px; padding: 0px; }
textarea { overflow: auto; }
optgroup { font-weight: 700; }
table { border-collapse: collapse; border-spacing: 0px; }
td, th { padding: 0px; }
.chromeframe { margin: 0.2em 0px; background: rgb(204, 204, 204); color: rgb(0, 0, 0); padding: 0.2em 0px; }
html { overflow-y: scroll; min-height: 100%; font-size: 100.01%; -webkit-tap-highlight-color: transparent; text-size-adjust: 100%; }
* { box-sizing: border-box; }
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 100%; line-height: 1.5; font-style: normal; min-height: 100%; margin: 0px; background: rgb(238, 238, 238); }
body, select, input, textarea { color: rgb(68, 68, 68); -webkit-font-smoothing: antialiased; text-rendering: optimizelegibility; }
a { text-decoration: none; transition: background-color 0.15s linear 0s, color 0.15s linear 0s; border: none; padding: 0px; margin: 0px; }
a:hover { color: rgb(255, 214, 44); }
a img { display: block; border: none; padding: 0px; margin: 0px; }
::selection { background: rgb(255, 183, 183); text-shadow: none; }
.chromeframe, .browserupgrade { margin: 0.2em 0px; background: rgb(204, 204, 204); color: rgb(0, 0, 0); padding: 0.2em 0px; text-align: center; }
.chromeframe a, .browserupgrade a { color: rgb(0, 127, 255); }
a:focus { outline: none; }
a.aux-disabled, a[href="#null"] { pointer-events: none; cursor: default; text-decoration: none; color: rgb(0, 0, 0); }
p { margin: 0px 0px 1em; }
p.red::-webkit-selection { background: rgb(255, 183, 183); }
p.blue::-webkit-selection { background: rgb(168, 209, 255); }
p.yellow::-webkit-selection { background: rgb(255, 242, 168); }
hr, .divider { display: block; clear: both; height: 0px; line-height: 0; border-width: 0px 0px 1px; border-top-style: initial; border-right-style: initial; border-left-style: initial; border-top-color: initial; border-right-color: initial; border-left-color: initial; border-image: initial; padding: 0px; border-bottom-style: solid; border-bottom-color: rgb(64, 64, 64); }
.divider { position: relative; }
.divider > * { display: inline-block; position: absolute; right: 0px; line-height: 100%; cursor: pointer; }
hr.dotted, .divider.dotted { border-bottom-style: dotted; }
hr.dashed, .divider.dashed { border-bottom-style: dashed; }
hr.both { margin-bottom: 1.5em; margin-top: 1.5em; }
hr.both2 { margin-bottom: 2em; margin-top: 2em; }
hr.top, article.top { margin-top: 1em; }
hr.top2 { margin-top: 2em; }
hr.bottom { margin-bottom: 1em; }
hr.bottom2 { margin-bottom: 2em; }
aside hr { margin-top: 1em; margin-bottom: 1em; }
pre { clear: both; line-height: 1.5em; padding: 0px 0.5em; }
pre p { margin-bottom: 0px; }
pre code { display: table; }
pre, code, kbd, samp { font-family: monospace, Monaco, "Courier New", serif; }
abbr[title] { cursor: help; text-decoration: none; }
dl { margin: 0px 0px 1.5em; }
dl dt { font-weight: 700; }
dd { margin-left: 1.5em; }
small { font-size: small; }
big { font-size: larger; }
.alert { color: rgb(202, 0, 0) !important; }
ins { background-color: rgb(243, 243, 243); text-decoration: initial; padding: 0.2em 0.3em; border-radius: 3px; }
address { margin-bottom: 1em; }
h1, h2, h3, h4, h5, h6 { font-style: normal; font-family: Georgia, Helvetica, sans-serif; letter-spacing: 0px; font-weight: 600; margin-top: 0.2em; text-rendering: optimizespeed; }
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong { font-weight: 800; }
h1, .aux-h1 { font-size: 3.3125em; line-height: 1.2; margin-bottom: 0.4em; }
h2, .aux-h2 { font-size: 2.375em; line-height: 1.5; margin-bottom: 0.5em; }
h3, .aux-h3 { font-size: 1.6875em; line-height: 1.8; margin-bottom: 0.6em; }
h4, .aux-h4 { font-size: 1.375em; line-height: 1.15; margin-bottom: 1.1em; }
h5, .aux-h5 { font-size: 1.125em; line-height: 1.4; margin-bottom: 1.4em; letter-spacing: 1px; }
h6, .aux-h6 { font-size: 0.9375em; line-height: 1.6; margin-bottom: 1.7em; letter-spacing: 1px; }
h1 .small, h2 .small, h3 .small, h4 .small { font-weight: 400; }
h1 .small { font-size: 1.5em; }
h2 .small { font-size: 1.125em; }
h3 .small { font-size: 0.875em; }
h4 .small { font-size: 0.875em; }
blockquote { margin: 0px 0px 1em; padding: 1.5em; border-left: 1px solid rgb(204, 204, 204); position: relative; font-size: 140%; line-height: 1.6; color: rgb(68, 68, 68); font-style: italic; quotes: "“" "”" "‘" "’"; }
blockquote::after { content: ""; display: table; clear: both; }
blockquote > i { font-size: 450%; line-height: 1em; position: absolute; top: 0.1em; left: 0.2em; color: rgb(185, 185, 185); user-select: none; z-index: 3; }
blockquote > i::before { content: "“"; user-select: none; }
blockquote p { margin: 0px; }
blockquote cite { font-style: normal; font-size: 13px; }
blockquote blockquote { font-size: 100%; }
q { display: inline; }
q::before { content: open-quote; }
q::after { content: close-quote; }
.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0px; height: 0px; }
.aux-hide { display: none; }
.aux-hide-text { text-indent: 100%; white-space: nowrap; overflow: hidden; }
.aux-visually-hide { position: absolute; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); height: 1px; width: 1px; margin: -1px; padding: 0px; border: 0px; }
.clearfix::after { content: ""; display: table; clear: both; }
.aux-container::after, figure::after { content: ""; display: table; clear: both; }
.aux-container { width: 100%; margin: 0px auto; }
img { max-width: 100%; height: auto; }
img.aligncenter { display: block; margin: 10px auto; }
img.alignleft { margin: 0.4em 1.2em 1em 0px; float: left; }
img.alignright { margin: 0.4em 0px 1em 1.2em; float: right; }
.aux-media-cover { object-fit: cover; }
audio, canvas, iframe, img, svg, video { vertical-align: middle; }
figure, figcaption { position: relative; }
figure::after, figcaption::after { content: ""; display: table; clear: both; }
.aux-off { display: none; }
@media screen and (min-width: 1025px) {
  .aux-desktop-off, .aux-tablet-on, .aux-phone-on { display: none !important; }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .aux-desktop-on, .aux-tablet-off, .aux-phone-on { display: none !important; }
}
@media screen and (max-width: 767px) {
  .aux-desktop-on, .aux-tablet-on, .aux-phone-off { display: none !important; }
}
.aux-float-layout .aux-float-wrapper { position: relative; clear: both; }
.aux-float-layout .aux-float-wrapper::after { content: ""; display: table; clear: both; }
.aux-float-layout .aux-start { float: left; }
.aux-float-layout .aux-end { float: right; }
.aux-float-layout .aux-center { position: absolute; left: 50%; transform: translateX(-50%); }
.aux-float-layout .aux-middle { position: relative; top: 50%; transform: translateY(-50%); }
.aux-float-layout .aux-center-middle { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.aux-float-layout .aux-fill { height: 100%; }
.aux-float-layout .aux-bottom { position: relative; top: 100%; transform: translateY(-100%); }
.rtl .aux-float-layout .aux-start { float: right; }
.rtl .aux-float-layout .aux-end { float: left; }
@media screen and (max-width: 767px) {
  .aux-float-layout .aux-phone-start { float: left; }
  .aux-float-layout .aux-phone-end { float: right; }
  .aux-float-layout .aux-phone-center { position: absolute; left: 50%; transform: translateX(-50%); }
  .aux-float-layout .aux-phone-middle { position: relative; top: 50%; transform: translateY(-50%); }
  .aux-float-layout .aux-phone-center-middle { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
  .aux-float-layout .aux-phone-fill { height: 100%; }
  .aux-float-layout .aux-phone-bottom { position: relative; top: 100%; transform: translateY(-100%); }
  .rtl .aux-float-layout .aux-phone-start { float: right; }
  .rtl .aux-float-layout .aux-phone-end { float: left; }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .aux-float-layout .aux-tablet-start { float: left; }
  .aux-float-layout .aux-tablet-end { float: right; }
  .aux-float-layout .aux-tablet-center { position: absolute; left: 50%; transform: translateX(-50%); }
  .aux-float-layout .aux-tablet-middle { position: relative; top: 50%; transform: translateY(-50%); }
  .aux-float-layout .aux-tablet-center-middle { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
  .aux-float-layout .aux-tablet-fill { height: 100%; }
  .aux-float-layout .aux-tablet-bottom { position: relative; top: 100%; transform: translateY(-100%); }
  .rtl .aux-float-layout .aux-tablet-start { float: right; }
  .rtl .aux-float-layout .aux-tablet-end { float: left; }
}
ul, ol { margin-bottom: 1em; margin-left: 0px; padding: 0px; border: none; }
ol { list-style: inside decimal; }
ul ul, ul ol, ol ol, ol ul { margin: 0.3em 0px 0.3em 2.7em; font-size: 97%; }
ul ul li, ul ol li, ol ol li, ol ul li { margin-bottom: 0.8em; }
li { margin-bottom: 1em; line-height: 1.5; border-color: rgb(204, 204, 204); border-width: 1px; }
ul.large li { line-height: 100%; }
ul.nostyle, ol.nostyle { margin-left: 0px; list-style: none; }
ul.bordered li, ol.bordered li { margin-bottom: 0.4em; padding-bottom: 0.4em; border-bottom-style: solid; }
ul.bordered ul, ol.bordered ul { margin-bottom: 0px; margin-top: 0.6em; }
ul.bordered ul li:last-child, ol.bordered ul li:last-child { border-bottom: none; padding-bottom: 0px; margin-bottom: 0px; }
ul.dotted, ol.dotted { border-style: none; }
ul.dotted li, ol.dotted li { border-bottom-style: dotted; }
ul.dashed, ol.dashed { border-style: none; }
ul.dashed li, ol.dashed li { border-bottom-style: dashed; }
ul { list-style: outside none; }
ul.square li { list-style: inside square; }
ul.circle li { list-style: inside circle; }
ul.disc li { list-style: inside disc; }
ol { counter-reset: item 0; }
ol.decimal { list-style: inside none; }
ol.decimal li::before { content: counter(item); counter-increment: item 1; background-color: rgb(238, 238, 238); color: rgb(255, 255, 255); font-weight: 600; margin-right: 0.7em; padding: 0px 0.5em; line-height: 1em; font-size: 0.85em; border-radius: 3px; }
a.button.aux-tiny, button.aux-tiny, input[type="button"].aux-tiny, .aux-button.aux-tiny, input[type="submit"].aux-tiny, input[type="reset"].aux-tiny { padding: 8px 15px; font-size: 0.6875em; font-weight: 400; }
a.button.aux-small, button.aux-small, input[type="button"].aux-small, .aux-button.aux-small, input[type="submit"].aux-small, input[type="reset"].aux-small { padding: 9px 18px; font-size: 0.6875em; font-weight: 500; }
a.button.aux-medium, button.aux-medium, input[type="button"].aux-medium, .aux-button.aux-medium, input[type="submit"].aux-medium, input[type="reset"].aux-medium { padding: 12px 23px; font-size: 0.75em; font-weight: 500; }
a.button, button, input[type="button"], .aux-button, a.button.aux-large, button.aux-large, input[type="button"].aux-large, .aux-button.aux-large, input[type="submit"], input[type="reset"], input[type="submit"].aux-large, input[type="reset"].aux-large { padding: 20px 35px; font-size: 0.8125em; font-weight: 700; }
a.button.aux-exlarge, button.aux-exlarge, input[type="button"].aux-exlarge, .aux-button.aux-exlarge, input[type="submit"].aux-exlarge, input[type="reset"].aux-exlarge { padding: 27px 55px; font-size: 0.8125em; font-weight: 700; }
a.button.aux-round, button.aux-round, input[type="button"].aux-round, .aux-button.aux-round { border-radius: 5px; }
a.button.aux-curve, button.aux-curve, input[type="button"].aux-curve, .aux-button.aux-curve { border-radius: 100em; }
a.button, button, input[type="button"], .aux-button, a.button.aux-normal, button.aux-normal, input[type="button"].aux-normal, .aux-button.aux-normal, input[type="submit"], input[type="reset"] { border-radius: 0px; }
a.button.aux-outline, button.aux-outline, input[type="button"].aux-outline, .aux-button.aux-outline { text-shadow: none !important; }
a.aux-black.button.aux-outline, button.aux-black.aux-outline, input.aux-black[type="button"].aux-outline, .aux-black.aux-button.aux-outline { box-shadow: rgb(61, 61, 61) 0px 0px 0px 1px inset; color: rgb(61, 61, 61); background-color: transparent !important; }
a.aux-black.button.aux-outline:hover, button.aux-black.aux-outline:hover, input.aux-black[type="button"].aux-outline:hover, .aux-black.aux-button.aux-outline:hover { color: rgb(255, 255, 255); }
a.aux-black.button.aux-outline .aux-overlay::after, button.aux-black.aux-outline .aux-overlay::after, input.aux-black[type="button"].aux-outline .aux-overlay::after, .aux-black.aux-button.aux-outline .aux-overlay::after { background-color: rgb(61, 61, 61); }
a.aux-white.button.aux-outline, button.aux-white.aux-outline, input.aux-white[type="button"].aux-outline, .aux-white.aux-button.aux-outline { box-shadow: rgb(255, 255, 255) 0px 0px 0px 1px inset; color: rgb(255, 255, 255); background-color: transparent !important; }
a.aux-white.button.aux-outline:hover, button.aux-white.aux-outline:hover, input.aux-white[type="button"].aux-outline:hover, .aux-white.aux-button.aux-outline:hover { color: rgb(0, 0, 0); }
a.aux-white.button.aux-outline .aux-overlay::after, button.aux-white.aux-outline .aux-overlay::after, input.aux-white[type="button"].aux-outline .aux-overlay::after, .aux-white.aux-button.aux-outline .aux-overlay::after { background-color: rgb(255, 255, 255); }
a.aux-masala.button.aux-outline, button.aux-masala.aux-outline, input.aux-masala[type="button"].aux-outline, .aux-masala.aux-button.aux-outline { box-shadow: rgb(61, 61, 61) 0px 0px 0px 1px inset; color: rgb(61, 61, 61); background-color: transparent !important; }
a.aux-masala.button.aux-outline:hover, button.aux-masala.aux-outline:hover, input.aux-masala[type="button"].aux-outline:hover, .aux-masala.aux-button.aux-outline:hover { color: rgb(255, 255, 255); }
a.aux-masala.button.aux-outline .aux-overlay::after, button.aux-masala.aux-outline .aux-overlay::after, input.aux-masala[type="button"].aux-outline .aux-overlay::after, .aux-masala.aux-button.aux-outline .aux-overlay::after { background-color: rgb(61, 61, 61); }
a.aux-dark-gray.button.aux-outline, button.aux-dark-gray.aux-outline, input.aux-dark-gray[type="button"].aux-outline, .aux-dark-gray.aux-button.aux-outline { box-shadow: rgb(170, 170, 170) 0px 0px 0px 1px inset; color: rgb(170, 170, 170); background-color: transparent !important; }
a.aux-dark-gray.button.aux-outline:hover, button.aux-dark-gray.aux-outline:hover, input.aux-dark-gray[type="button"].aux-outline:hover, .aux-dark-gray.aux-button.aux-outline:hover { color: rgb(255, 255, 255); }
a.aux-dark-gray.button.aux-outline .aux-overlay::after, button.aux-dark-gray.aux-outline .aux-overlay::after, input.aux-dark-gray[type="button"].aux-outline .aux-overlay::after, .aux-dark-gray.aux-button.aux-outline .aux-overlay::after { background-color: rgb(170, 170, 170); }
a.aux-ball-blue.button.aux-outline, button.aux-ball-blue.aux-outline, input.aux-ball-blue[type="button"].aux-outline, .aux-ball-blue.aux-button.aux-outline { box-shadow: rgb(27, 176, 206) 0px 0px 0px 1px inset; color: rgb(27, 176, 206); background-color: transparent !important; }
a.aux-ball-blue.button.aux-outline:hover, button.aux-ball-blue.aux-outline:hover, input.aux-ball-blue[type="button"].aux-outline:hover, .aux-ball-blue.aux-button.aux-outline:hover { color: rgb(255, 255, 255); }
a.aux-ball-blue.button.aux-outline .aux-overlay::after, button.aux-ball-blue.aux-outline .aux-overlay::after, input.aux-ball-blue[type="button"].aux-outline .aux-overlay::after, .aux-ball-blue.aux-button.aux-outline .aux-overlay::after { background-color: rgb(27, 176, 206); }
a.aux-fountain-blue.button.aux-outline, button.aux-fountain-blue.aux-outline, input.aux-fountain-blue[type="button"].aux-outline, .aux-fountain-blue.aux-button.aux-outline { box-shadow: rgb(91, 172, 186) 0px 0px 0px 1px inset; color: rgb(91, 172, 186); background-color: transparent !important; }
a.aux-fountain-blue.button.aux-outline:hover, button.aux-fountain-blue.aux-outline:hover, input.aux-fountain-blue[type="button"].aux-outline:hover, .aux-fountain-blue.aux-button.aux-outline:hover { color: rgb(255, 255, 255); }
a.aux-fountain-blue.button.aux-outline .aux-overlay::after, button.aux-fountain-blue.aux-outline .aux-overlay::after, input.aux-fountain-blue[type="button"].aux-outline .aux-overlay::after, .aux-fountain-blue.aux-button.aux-outline .aux-overlay::after { background-color: rgb(91, 172, 186); }
a.aux-shamrock.button.aux-outline, button.aux-shamrock.aux-outline, input.aux-shamrock[type="button"].aux-outline, .aux-shamrock.aux-button.aux-outline { box-shadow: rgb(44, 201, 144) 0px 0px 0px 1px inset; color: rgb(44, 201, 144); background-color: transparent !important; }
a.aux-shamrock.button.aux-outline:hover, button.aux-shamrock.aux-outline:hover, input.aux-shamrock[type="button"].aux-outline:hover, .aux-shamrock.aux-button.aux-outline:hover { color: rgb(255, 255, 255); }
a.aux-shamrock.button.aux-outline .aux-overlay::after, button.aux-shamrock.aux-outline .aux-overlay::after, input.aux-shamrock[type="button"].aux-outline .aux-overlay::after, .aux-shamrock.aux-button.aux-outline .aux-overlay::after { background-color: rgb(44, 201, 144); }
a.aux-curios-blue.button.aux-outline, button.aux-curios-blue.aux-outline, input.aux-curios-blue[type="button"].aux-outline, .aux-curios-blue.aux-button.aux-outline { box-shadow: rgb(44, 130, 201) 0px 0px 0px 1px inset; color: rgb(44, 130, 201); background-color: transparent !important; }
a.aux-curios-blue.button.aux-outline:hover, button.aux-curios-blue.aux-outline:hover, input.aux-curios-blue[type="button"].aux-outline:hover, .aux-curios-blue.aux-button.aux-outline:hover { color: rgb(255, 255, 255); }
a.aux-curios-blue.button.aux-outline .aux-overlay::after, button.aux-curios-blue.aux-outline .aux-overlay::after, input.aux-curios-blue[type="button"].aux-outline .aux-overlay::after, .aux-curios-blue.aux-button.aux-outline .aux-overlay::after { background-color: rgb(44, 130, 201); }
a.aux-light-sea-green.button.aux-outline, button.aux-light-sea-green.aux-outline, input.aux-light-sea-green[type="button"].aux-outline, .aux-light-sea-green.aux-button.aux-outline { box-shadow: rgb(26, 188, 156) 0px 0px 0px 1px inset; color: rgb(26, 188, 156); background-color: transparent !important; }
a.aux-light-sea-green.button.aux-outline:hover, button.aux-light-sea-green.aux-outline:hover, input.aux-light-sea-green[type="button"].aux-outline:hover, .aux-light-sea-green.aux-button.aux-outline:hover { color: rgb(255, 255, 255); }
a.aux-light-sea-green.button.aux-outline .aux-overlay::after, button.aux-light-sea-green.aux-outline .aux-overlay::after, input.aux-light-sea-green[type="button"].aux-outline .aux-overlay::after, .aux-light-sea-green.aux-button.aux-outline .aux-overlay::after { background-color: rgb(26, 188, 156); }
a.aux-emerald.button.aux-outline, button.aux-emerald.aux-outline, input.aux-emerald[type="button"].aux-outline, .aux-emerald.aux-button.aux-outline { box-shadow: rgb(78, 186, 111) 0px 0px 0px 1px inset; color: rgb(78, 186, 111); background-color: transparent !important; }
a.aux-emerald.button.aux-outline:hover, button.aux-emerald.aux-outline:hover, input.aux-emerald[type="button"].aux-outline:hover, .aux-emerald.aux-button.aux-outline:hover { color: rgb(255, 255, 255); }
a.aux-emerald.button.aux-outline .aux-overlay::after, button.aux-emerald.aux-outline .aux-overlay::after, input.aux-emerald[type="button"].aux-outline .aux-overlay::after, .aux-emerald.aux-button.aux-outline .aux-overlay::after { background-color: rgb(78, 186, 111); }
a.aux-energy-yellow.button.aux-outline, button.aux-energy-yellow.aux-outline, input.aux-energy-yellow[type="button"].aux-outline, .aux-energy-yellow.aux-button.aux-outline { box-shadow: rgb(238, 230, 87) 0px 0px 0px 1px inset; color: rgb(238, 230, 87); background-color: transparent !important; }
a.aux-energy-yellow.button.aux-outline:hover, button.aux-energy-yellow.aux-outline:hover, input.aux-energy-yellow[type="button"].aux-outline:hover, .aux-energy-yellow.aux-button.aux-outline:hover { color: rgb(255, 255, 255); }
a.aux-energy-yellow.button.aux-outline .aux-overlay::after, button.aux-energy-yellow.aux-outline .aux-overlay::after, input.aux-energy-yellow[type="button"].aux-outline .aux-overlay::after, .aux-energy-yellow.aux-button.aux-outline .aux-overlay::after { background-color: rgb(238, 230, 87); }
a.aux-mikado-yellow.button.aux-outline, button.aux-mikado-yellow.aux-outline, input.aux-mikado-yellow[type="button"].aux-outline, .aux-mikado-yellow.aux-button.aux-outline { box-shadow: rgb(252, 205, 15) 0px 0px 0px 1px inset; color: rgb(252, 205, 15); background-color: transparent !important; }
a.aux-mikado-yellow.button.aux-outline:hover, button.aux-mikado-yellow.aux-outline:hover, input.aux-mikado-yellow[type="button"].aux-outline:hover, .aux-mikado-yellow.aux-button.aux-outline:hover { color: rgb(255, 255, 255); }
a.aux-mikado-yellow.button.aux-outline .aux-overlay::after, button.aux-mikado-yellow.aux-outline .aux-overlay::after, input.aux-mikado-yellow[type="button"].aux-outline .aux-overlay::after, .aux-mikado-yellow.aux-button.aux-outline .aux-overlay::after { background-color: rgb(252, 205, 15); }
a.aux-pink-salmon.button.aux-outline, button.aux-pink-salmon.aux-outline, input.aux-pink-salmon[type="button"].aux-outline, .aux-pink-salmon.aux-button.aux-outline { box-shadow: rgb(255, 145, 169) 0px 0px 0px 1px inset; color: rgb(255, 145, 169); background-color: transparent !important; }
a.aux-pink-salmon.button.aux-outline:hover, button.aux-pink-salmon.aux-outline:hover, input.aux-pink-salmon[type="button"].aux-outline:hover, .aux-pink-salmon.aux-button.aux-outline:hover { color: rgb(255, 255, 255); }
a.aux-pink-salmon.button.aux-outline .aux-overlay::after, button.aux-pink-salmon.aux-outline .aux-overlay::after, input.aux-pink-salmon[type="button"].aux-outline .aux-overlay::after, .aux-pink-salmon.aux-button.aux-outline .aux-overlay::after { background-color: rgb(255, 145, 169); }
a.aux-wisteria.button.aux-outline, button.aux-wisteria.aux-outline, input.aux-wisteria[type="button"].aux-outline, .aux-wisteria.aux-button.aux-outline { box-shadow: rgb(158, 105, 175) 0px 0px 0px 1px inset; color: rgb(158, 105, 175); background-color: transparent !important; }
a.aux-wisteria.button.aux-outline:hover, button.aux-wisteria.aux-outline:hover, input.aux-wisteria[type="button"].aux-outline:hover, .aux-wisteria.aux-button.aux-outline:hover { color: rgb(255, 255, 255); }
a.aux-wisteria.button.aux-outline .aux-overlay::after, button.aux-wisteria.aux-outline .aux-overlay::after, input.aux-wisteria[type="button"].aux-outline .aux-overlay::after, .aux-wisteria.aux-button.aux-outline .aux-overlay::after { background-color: rgb(158, 105, 175); }
a.aux-lilac.button.aux-outline, button.aux-lilac.aux-outline, input.aux-lilac[type="button"].aux-outline, .aux-lilac.aux-button.aux-outline { box-shadow: rgb(206, 172, 210) 0px 0px 0px 1px inset; color: rgb(206, 172, 210); background-color: transparent !important; }
a.aux-lilac.button.aux-outline:hover, button.aux-lilac.aux-outline:hover, input.aux-lilac[type="button"].aux-outline:hover, .aux-lilac.aux-button.aux-outline:hover { color: rgb(255, 255, 255); }
a.aux-lilac.button.aux-outline .aux-overlay::after, button.aux-lilac.aux-outline .aux-overlay::after, input.aux-lilac[type="button"].aux-outline .aux-overlay::after, .aux-lilac.aux-button.aux-outline .aux-overlay::after { background-color: rgb(206, 172, 210); }
a.aux-pale-sky.button.aux-outline, button.aux-pale-sky.aux-outline, input.aux-pale-sky[type="button"].aux-outline, .aux-pale-sky.aux-button.aux-outline { box-shadow: rgb(95, 116, 135) 0px 0px 0px 1px inset; color: rgb(95, 116, 135); background-color: transparent !important; }
a.aux-pale-sky.button.aux-outline:hover, button.aux-pale-sky.aux-outline:hover, input.aux-pale-sky[type="button"].aux-outline:hover, .aux-pale-sky.aux-button.aux-outline:hover { color: rgb(255, 255, 255); }
a.aux-pale-sky.button.aux-outline .aux-overlay::after, button.aux-pale-sky.aux-outline .aux-overlay::after, input.aux-pale-sky[type="button"].aux-outline .aux-overlay::after, .aux-pale-sky.aux-button.aux-outline .aux-overlay::after { background-color: rgb(95, 116, 135); }
a.aux-tower-gray.button.aux-outline, button.aux-tower-gray.aux-outline, input.aux-tower-gray[type="button"].aux-outline, .aux-tower-gray.aux-button.aux-outline { box-shadow: rgb(173, 188, 195) 0px 0px 0px 1px inset; color: rgb(173, 188, 195); background-color: transparent !important; }
a.aux-tower-gray.button.aux-outline:hover, button.aux-tower-gray.aux-outline:hover, input.aux-tower-gray[type="button"].aux-outline:hover, .aux-tower-gray.aux-button.aux-outline:hover { color: rgb(255, 255, 255); }
a.aux-tower-gray.button.aux-outline .aux-overlay::after, button.aux-tower-gray.aux-outline .aux-overlay::after, input.aux-tower-gray[type="button"].aux-outline .aux-overlay::after, .aux-tower-gray.aux-button.aux-outline .aux-overlay::after { background-color: rgb(173, 188, 195); }
a.aux-william.button.aux-outline, button.aux-william.aux-outline, input.aux-william[type="button"].aux-outline, .aux-william.aux-button.aux-outline { box-shadow: rgb(58, 95, 111) 0px 0px 0px 1px inset; color: rgb(58, 95, 111); background-color: transparent !important; }
a.aux-william.button.aux-outline:hover, button.aux-william.aux-outline:hover, input.aux-william[type="button"].aux-outline:hover, .aux-william.aux-button.aux-outline:hover { color: rgb(255, 255, 255); }
a.aux-william.button.aux-outline .aux-overlay::after, button.aux-william.aux-outline .aux-overlay::after, input.aux-william[type="button"].aux-outline .aux-overlay::after, .aux-william.aux-button.aux-outline .aux-overlay::after { background-color: rgb(58, 95, 111); }
a.aux-carmine-pink.button.aux-outline, button.aux-carmine-pink.aux-outline, input.aux-carmine-pink[type="button"].aux-outline, .aux-carmine-pink.aux-button.aux-outline { box-shadow: rgb(231, 76, 60) 0px 0px 0px 1px inset; color: rgb(231, 76, 60); background-color: transparent !important; }
a.aux-carmine-pink.button.aux-outline:hover, button.aux-carmine-pink.aux-outline:hover, input.aux-carmine-pink[type="button"].aux-outline:hover, .aux-carmine-pink.aux-button.aux-outline:hover { color: rgb(255, 255, 255); }
a.aux-carmine-pink.button.aux-outline .aux-overlay::after, button.aux-carmine-pink.aux-outline .aux-overlay::after, input.aux-carmine-pink[type="button"].aux-outline .aux-overlay::after, .aux-carmine-pink.aux-button.aux-outline .aux-overlay::after { background-color: rgb(231, 76, 60); }
a.aux-persimmon.button.aux-outline, button.aux-persimmon.aux-outline, input.aux-persimmon[type="button"].aux-outline, .aux-persimmon.aux-button.aux-outline { box-shadow: rgb(255, 106, 85) 0px 0px 0px 1px inset; color: rgb(255, 106, 85); background-color: transparent !important; }
a.aux-persimmon.button.aux-outline:hover, button.aux-persimmon.aux-outline:hover, input.aux-persimmon[type="button"].aux-outline:hover, .aux-persimmon.aux-button.aux-outline:hover { color: rgb(255, 255, 255); }
a.aux-persimmon.button.aux-outline .aux-overlay::after, button.aux-persimmon.aux-outline .aux-overlay::after, input.aux-persimmon[type="button"].aux-outline .aux-overlay::after, .aux-persimmon.aux-button.aux-outline .aux-overlay::after { background-color: rgb(255, 106, 85); }
a.aux-tan-hide.button.aux-outline, button.aux-tan-hide.aux-outline, input.aux-tan-hide[type="button"].aux-outline, .aux-tan-hide.aux-button.aux-outline { box-shadow: rgb(255, 159, 85) 0px 0px 0px 1px inset; color: rgb(255, 159, 85); background-color: transparent !important; }
a.aux-tan-hide.button.aux-outline:hover, button.aux-tan-hide.aux-outline:hover, input.aux-tan-hide[type="button"].aux-outline:hover, .aux-tan-hide.aux-button.aux-outline:hover { color: rgb(255, 255, 255); }
a.aux-tan-hide.button.aux-outline .aux-overlay::after, button.aux-tan-hide.aux-outline .aux-overlay::after, input.aux-tan-hide[type="button"].aux-outline .aux-overlay::after, .aux-tan-hide.aux-button.aux-outline .aux-overlay::after { background-color: rgb(255, 159, 85); }
a.aux-wild-watermelon.button.aux-outline, button.aux-wild-watermelon.aux-outline, input.aux-wild-watermelon[type="button"].aux-outline, .aux-wild-watermelon.aux-button.aux-outline { box-shadow: rgb(255, 110, 120) 0px 0px 0px 1px inset; color: rgb(255, 110, 120); background-color: transparent !important; }
a.aux-wild-watermelon.button.aux-outline:hover, button.aux-wild-watermelon.aux-outline:hover, input.aux-wild-watermelon[type="button"].aux-outline:hover, .aux-wild-watermelon.aux-button.aux-outline:hover { color: rgb(255, 255, 255); }
a.aux-wild-watermelon.button.aux-outline .aux-overlay::after, button.aux-wild-watermelon.aux-outline .aux-overlay::after, input.aux-wild-watermelon[type="button"].aux-outline .aux-overlay::after, .aux-wild-watermelon.aux-button.aux-outline .aux-overlay::after { background-color: rgb(255, 110, 120); }
a.aux-iceberg.button.aux-outline, button.aux-iceberg.aux-outline, input.aux-iceberg[type="button"].aux-outline, .aux-iceberg.aux-button.aux-outline { box-shadow: rgb(115, 177, 214) 0px 0px 0px 1px inset; color: rgb(115, 177, 214); background-color: transparent !important; }
a.aux-iceberg.button.aux-outline:hover, button.aux-iceberg.aux-outline:hover, input.aux-iceberg[type="button"].aux-outline:hover, .aux-iceberg.aux-button.aux-outline:hover { color: rgb(255, 255, 255); }
a.aux-iceberg.button.aux-outline .aux-overlay::after, button.aux-iceberg.aux-outline .aux-overlay::after, input.aux-iceberg[type="button"].aux-outline .aux-overlay::after, .aux-iceberg.aux-button.aux-outline .aux-overlay::after { background-color: rgb(115, 177, 214); }
a.aux-dark-lavender.button.aux-outline, button.aux-dark-lavender.aux-outline, input.aux-dark-lavender[type="button"].aux-outline, .aux-dark-lavender.aux-button.aux-outline { box-shadow: rgb(116, 90, 144) 0px 0px 0px 1px inset; color: rgb(116, 90, 144); background-color: transparent !important; }
a.aux-dark-lavender.button.aux-outline:hover, button.aux-dark-lavender.aux-outline:hover, input.aux-dark-lavender[type="button"].aux-outline:hover, .aux-dark-lavender.aux-button.aux-outline:hover { color: rgb(255, 255, 255); }
a.aux-dark-lavender.button.aux-outline .aux-overlay::after, button.aux-dark-lavender.aux-outline .aux-overlay::after, input.aux-dark-lavender[type="button"].aux-outline .aux-overlay::after, .aux-dark-lavender.aux-button.aux-outline .aux-overlay::after { background-color: rgb(116, 90, 144); }
a.aux-viking.button.aux-outline, button.aux-viking.aux-outline, input.aux-viking[type="button"].aux-outline, .aux-viking.aux-button.aux-outline { box-shadow: rgb(92, 213, 230) 0px 0px 0px 1px inset; color: rgb(92, 213, 230); background-color: transparent !important; }
a.aux-viking.button.aux-outline:hover, button.aux-viking.aux-outline:hover, input.aux-viking[type="button"].aux-outline:hover, .aux-viking.aux-button.aux-outline:hover { color: rgb(255, 255, 255); }
a.aux-viking.button.aux-outline .aux-overlay::after, button.aux-viking.aux-outline .aux-overlay::after, input.aux-viking[type="button"].aux-outline .aux-overlay::after, .aux-viking.aux-button.aux-outline .aux-overlay::after { background-color: rgb(92, 213, 230); }
a.aux-tiffany-blue.button.aux-outline, button.aux-tiffany-blue.aux-outline, input.aux-tiffany-blue[type="button"].aux-outline, .aux-tiffany-blue.aux-button.aux-outline { box-shadow: rgb(0, 181, 181) 0px 0px 0px 1px inset; color: rgb(0, 181, 181); background-color: transparent !important; }
a.aux-tiffany-blue.button.aux-outline:hover, button.aux-tiffany-blue.aux-outline:hover, input.aux-tiffany-blue[type="button"].aux-outline:hover, .aux-tiffany-blue.aux-button.aux-outline:hover { color: rgb(255, 255, 255); }
a.aux-tiffany-blue.button.aux-outline .aux-overlay::after, button.aux-tiffany-blue.aux-outline .aux-overlay::after, input.aux-tiffany-blue[type="button"].aux-outline .aux-overlay::after, .aux-tiffany-blue.aux-button.aux-outline .aux-overlay::after { background-color: rgb(0, 181, 181); }
a.aux-pastel-orange.button.aux-outline, button.aux-pastel-orange.aux-outline, input.aux-pastel-orange[type="button"].aux-outline, .aux-pastel-orange.aux-button.aux-outline { box-shadow: rgb(252, 185, 65) 0px 0px 0px 1px inset; color: rgb(252, 185, 65); background-color: transparent !important; }
a.aux-pastel-orange.button.aux-outline:hover, button.aux-pastel-orange.aux-outline:hover, input.aux-pastel-orange[type="button"].aux-outline:hover, .aux-pastel-orange.aux-button.aux-outline:hover { color: rgb(255, 255, 255); }
a.aux-pastel-orange.button.aux-outline .aux-overlay::after, button.aux-pastel-orange.aux-outline .aux-overlay::after, input.aux-pastel-orange[type="button"].aux-outline .aux-overlay::after, .aux-pastel-orange.aux-button.aux-outline .aux-overlay::after { background-color: rgb(252, 185, 65); }
a.aux-east-bay.button.aux-outline, button.aux-east-bay.aux-outline, input.aux-east-bay[type="button"].aux-outline, .aux-east-bay.aux-button.aux-outline { box-shadow: rgb(57, 87, 129) 0px 0px 0px 1px inset; color: rgb(57, 87, 129); background-color: transparent !important; }
a.aux-east-bay.button.aux-outline:hover, button.aux-east-bay.aux-outline:hover, input.aux-east-bay[type="button"].aux-outline:hover, .aux-east-bay.aux-button.aux-outline:hover { color: rgb(255, 255, 255); }
a.aux-east-bay.button.aux-outline .aux-overlay::after, button.aux-east-bay.aux-outline .aux-overlay::after, input.aux-east-bay[type="button"].aux-outline .aux-overlay::after, .aux-east-bay.aux-button.aux-outline .aux-overlay::after { background-color: rgb(57, 87, 129); }
a.aux-steel-blue.button.aux-outline, button.aux-steel-blue.aux-outline, input.aux-steel-blue[type="button"].aux-outline, .aux-steel-blue.aux-button.aux-outline { box-shadow: rgb(69, 137, 176) 0px 0px 0px 1px inset; color: rgb(69, 137, 176); background-color: transparent !important; }
a.aux-steel-blue.button.aux-outline:hover, button.aux-steel-blue.aux-outline:hover, input.aux-steel-blue[type="button"].aux-outline:hover, .aux-steel-blue.aux-button.aux-outline:hover { color: rgb(255, 255, 255); }
a.aux-steel-blue.button.aux-outline .aux-overlay::after, button.aux-steel-blue.aux-outline .aux-overlay::after, input.aux-steel-blue[type="button"].aux-outline .aux-overlay::after, .aux-steel-blue.aux-button.aux-outline .aux-overlay::after { background-color: rgb(69, 137, 176); }
a.aux-half-backed.button.aux-outline, button.aux-half-backed.aux-outline, input.aux-half-backed[type="button"].aux-outline, .aux-half-backed.aux-button.aux-outline { box-shadow: rgb(132, 204, 209) 0px 0px 0px 1px inset; color: rgb(132, 204, 209); background-color: transparent !important; }
a.aux-half-backed.button.aux-outline:hover, button.aux-half-backed.aux-outline:hover, input.aux-half-backed[type="button"].aux-outline:hover, .aux-half-backed.aux-button.aux-outline:hover { color: rgb(255, 255, 255); }
a.aux-half-backed.button.aux-outline .aux-overlay::after, button.aux-half-backed.aux-outline .aux-overlay::after, input.aux-half-backed[type="button"].aux-outline .aux-overlay::after, .aux-half-backed.aux-button.aux-outline .aux-overlay::after { background-color: rgb(132, 204, 209); }
a.aux-tapestry.button.aux-outline, button.aux-tapestry.aux-outline, input.aux-tapestry[type="button"].aux-outline, .aux-tapestry.aux-button.aux-outline { box-shadow: rgb(185, 90, 132) 0px 0px 0px 1px inset; color: rgb(185, 90, 132); background-color: transparent !important; }
a.aux-tapestry.button.aux-outline:hover, button.aux-tapestry.aux-outline:hover, input.aux-tapestry[type="button"].aux-outline:hover, .aux-tapestry.aux-button.aux-outline:hover { color: rgb(255, 255, 255); }
a.aux-tapestry.button.aux-outline .aux-overlay::after, button.aux-tapestry.aux-outline .aux-overlay::after, input.aux-tapestry[type="button"].aux-outline .aux-overlay::after, .aux-tapestry.aux-button.aux-outline .aux-overlay::after { background-color: rgb(185, 90, 132); }
a.aux-fire-engine-red.button.aux-outline, button.aux-fire-engine-red.aux-outline, input.aux-fire-engine-red[type="button"].aux-outline, .aux-fire-engine-red.aux-button.aux-outline { box-shadow: rgb(205, 44, 36) 0px 0px 0px 1px inset; color: rgb(205, 44, 36); background-color: transparent !important; }
a.aux-fire-engine-red.button.aux-outline:hover, button.aux-fire-engine-red.aux-outline:hover, input.aux-fire-engine-red[type="button"].aux-outline:hover, .aux-fire-engine-red.aux-button.aux-outline:hover { color: rgb(255, 255, 255); }
a.aux-fire-engine-red.button.aux-outline .aux-overlay::after, button.aux-fire-engine-red.aux-outline .aux-overlay::after, input.aux-fire-engine-red[type="button"].aux-outline .aux-overlay::after, .aux-fire-engine-red.aux-button.aux-outline .aux-overlay::after { background-color: rgb(205, 44, 36); }
a.aux-dark-orange.button.aux-outline, button.aux-dark-orange.aux-outline, input.aux-dark-orange[type="button"].aux-outline, .aux-dark-orange.aux-button.aux-outline { box-shadow: rgb(255, 140, 0) 0px 0px 0px 1px inset; color: rgb(255, 140, 0); background-color: transparent !important; }
a.aux-dark-orange.button.aux-outline:hover, button.aux-dark-orange.aux-outline:hover, input.aux-dark-orange[type="button"].aux-outline:hover, .aux-dark-orange.aux-button.aux-outline:hover { color: rgb(255, 255, 255); }
a.aux-dark-orange.button.aux-outline .aux-overlay::after, button.aux-dark-orange.aux-outline .aux-overlay::after, input.aux-dark-orange[type="button"].aux-outline .aux-overlay::after, .aux-dark-orange.aux-button.aux-outline .aux-overlay::after { background-color: rgb(255, 140, 0); }
a.aux-brick-red.button.aux-outline, button.aux-brick-red.aux-outline, input.aux-brick-red[type="button"].aux-outline, .aux-brick-red.aux-button.aux-outline { box-shadow: rgb(204, 68, 82) 0px 0px 0px 1px inset; color: rgb(204, 68, 82); background-color: transparent !important; }
a.aux-brick-red.button.aux-outline:hover, button.aux-brick-red.aux-outline:hover, input.aux-brick-red[type="button"].aux-outline:hover, .aux-brick-red.aux-button.aux-outline:hover { color: rgb(255, 255, 255); }
a.aux-brick-red.button.aux-outline .aux-overlay::after, button.aux-brick-red.aux-outline .aux-overlay::after, input.aux-brick-red[type="button"].aux-outline .aux-overlay::after, .aux-brick-red.aux-button.aux-outline .aux-overlay::after { background-color: rgb(204, 68, 82); }
a.aux-khaki.button.aux-outline, button.aux-khaki.aux-outline, input.aux-khaki[type="button"].aux-outline, .aux-khaki.aux-button.aux-outline { box-shadow: khaki 0px 0px 0px 1px inset; color: khaki; background-color: transparent !important; }
a.aux-khaki.button.aux-outline:hover, button.aux-khaki.aux-outline:hover, input.aux-khaki[type="button"].aux-outline:hover, .aux-khaki.aux-button.aux-outline:hover { color: rgb(255, 255, 255); }
a.aux-khaki.button.aux-outline .aux-overlay::after, button.aux-khaki.aux-outline .aux-overlay::after, input.aux-khaki[type="button"].aux-outline .aux-overlay::after, .aux-khaki.aux-button.aux-outline .aux-overlay::after { background-color: khaki; }
a.aux-overlay.button.aux-3d, button.aux-overlay.aux-3d, input.aux-overlay[type="button"].aux-3d, .aux-overlay.aux-button.aux-3d { display: none; }
a.aux-black.button.aux-3d, button.aux-black.aux-3d, input.aux-black[type="button"].aux-3d, .aux-black.aux-button.aux-3d { box-shadow: rgb(36, 36, 36) 0px 6px; }
a.aux-black.button.aux-3d:hover, button.aux-black.aux-3d:hover, input.aux-black[type="button"].aux-3d:hover, .aux-black.aux-button.aux-3d:hover { box-shadow: rgb(36, 36, 36) 0px 3px; transform: translateY(3px); }
a.aux-white.button.aux-3d, button.aux-white.aux-3d, input.aux-white[type="button"].aux-3d, .aux-white.aux-button.aux-3d { box-shadow: rgb(230, 230, 230) 0px 6px; }
a.aux-white.button.aux-3d:hover, button.aux-white.aux-3d:hover, input.aux-white[type="button"].aux-3d:hover, .aux-white.aux-button.aux-3d:hover { box-shadow: rgb(230, 230, 230) 0px 3px; transform: translateY(3px); }
a.aux-masala.button.aux-3d, button.aux-masala.aux-3d, input.aux-masala[type="button"].aux-3d, .aux-masala.aux-button.aux-3d { box-shadow: rgb(36, 36, 36) 0px 6px; }
a.aux-masala.button.aux-3d:hover, button.aux-masala.aux-3d:hover, input.aux-masala[type="button"].aux-3d:hover, .aux-masala.aux-button.aux-3d:hover { box-shadow: rgb(36, 36, 36) 0px 3px; transform: translateY(3px); }
a.aux-dark-gray.button.aux-3d, button.aux-dark-gray.aux-3d, input.aux-dark-gray[type="button"].aux-3d, .aux-dark-gray.aux-button.aux-3d { box-shadow: rgb(145, 145, 145) 0px 6px; }
a.aux-dark-gray.button.aux-3d:hover, button.aux-dark-gray.aux-3d:hover, input.aux-dark-gray[type="button"].aux-3d:hover, .aux-dark-gray.aux-button.aux-3d:hover { box-shadow: rgb(145, 145, 145) 0px 3px; transform: translateY(3px); }
a.aux-ball-blue.button.aux-3d, button.aux-ball-blue.aux-3d, input.aux-ball-blue[type="button"].aux-3d, .aux-ball-blue.aux-button.aux-3d { box-shadow: rgb(21, 137, 161) 0px 6px; }
a.aux-ball-blue.button.aux-3d:hover, button.aux-ball-blue.aux-3d:hover, input.aux-ball-blue[type="button"].aux-3d:hover, .aux-ball-blue.aux-button.aux-3d:hover { box-shadow: rgb(21, 137, 161) 0px 3px; transform: translateY(3px); }
a.aux-fountain-blue.button.aux-3d, button.aux-fountain-blue.aux-3d, input.aux-fountain-blue[type="button"].aux-3d, .aux-fountain-blue.aux-button.aux-3d { box-shadow: rgb(67, 145, 159) 0px 6px; }
a.aux-fountain-blue.button.aux-3d:hover, button.aux-fountain-blue.aux-3d:hover, input.aux-fountain-blue[type="button"].aux-3d:hover, .aux-fountain-blue.aux-button.aux-3d:hover { box-shadow: rgb(67, 145, 159) 0px 3px; transform: translateY(3px); }
a.aux-shamrock.button.aux-3d, button.aux-shamrock.aux-3d, input.aux-shamrock[type="button"].aux-3d, .aux-shamrock.aux-button.aux-3d { box-shadow: rgb(35, 159, 114) 0px 6px; }
a.aux-shamrock.button.aux-3d:hover, button.aux-shamrock.aux-3d:hover, input.aux-shamrock[type="button"].aux-3d:hover, .aux-shamrock.aux-button.aux-3d:hover { box-shadow: rgb(35, 159, 114) 0px 3px; transform: translateY(3px); }
a.aux-curios-blue.button.aux-3d, button.aux-curios-blue.aux-3d, input.aux-curios-blue[type="button"].aux-3d, .aux-curios-blue.aux-button.aux-3d { box-shadow: rgb(35, 103, 159) 0px 6px; }
a.aux-curios-blue.button.aux-3d:hover, button.aux-curios-blue.aux-3d:hover, input.aux-curios-blue[type="button"].aux-3d:hover, .aux-curios-blue.aux-button.aux-3d:hover { box-shadow: rgb(35, 103, 159) 0px 3px; transform: translateY(3px); }
a.aux-light-sea-green.button.aux-3d, button.aux-light-sea-green.aux-3d, input.aux-light-sea-green[type="button"].aux-3d, .aux-light-sea-green.aux-button.aux-3d { box-shadow: rgb(20, 143, 119) 0px 6px; }
a.aux-light-sea-green.button.aux-3d:hover, button.aux-light-sea-green.aux-3d:hover, input.aux-light-sea-green[type="button"].aux-3d:hover, .aux-light-sea-green.aux-button.aux-3d:hover { box-shadow: rgb(20, 143, 119) 0px 3px; transform: translateY(3px); }
a.aux-emerald.button.aux-3d, button.aux-emerald.aux-3d, input.aux-emerald[type="button"].aux-3d, .aux-emerald.aux-button.aux-3d { box-shadow: rgb(60, 153, 88) 0px 6px; }
a.aux-emerald.button.aux-3d:hover, button.aux-emerald.aux-3d:hover, input.aux-emerald[type="button"].aux-3d:hover, .aux-emerald.aux-button.aux-3d:hover { box-shadow: rgb(60, 153, 88) 0px 3px; transform: translateY(3px); }
a.aux-energy-yellow.button.aux-3d, button.aux-energy-yellow.aux-3d, input.aux-energy-yellow[type="button"].aux-3d, .aux-energy-yellow.aux-button.aux-3d { box-shadow: rgb(233, 223, 41) 0px 6px; }
a.aux-energy-yellow.button.aux-3d:hover, button.aux-energy-yellow.aux-3d:hover, input.aux-energy-yellow[type="button"].aux-3d:hover, .aux-energy-yellow.aux-button.aux-3d:hover { box-shadow: rgb(233, 223, 41) 0px 3px; transform: translateY(3px); }
a.aux-mikado-yellow.button.aux-3d, button.aux-mikado-yellow.aux-3d, input.aux-mikado-yellow[type="button"].aux-3d, .aux-mikado-yellow.aux-button.aux-3d { box-shadow: rgb(213, 172, 3) 0px 6px; }
a.aux-mikado-yellow.button.aux-3d:hover, button.aux-mikado-yellow.aux-3d:hover, input.aux-mikado-yellow[type="button"].aux-3d:hover, .aux-mikado-yellow.aux-button.aux-3d:hover { box-shadow: rgb(213, 172, 3) 0px 3px; transform: translateY(3px); }
a.aux-pink-salmon.button.aux-3d, button.aux-pink-salmon.aux-3d, input.aux-pink-salmon[type="button"].aux-3d, .aux-pink-salmon.aux-button.aux-3d { box-shadow: rgb(255, 94, 129) 0px 6px; }
a.aux-pink-salmon.button.aux-3d:hover, button.aux-pink-salmon.aux-3d:hover, input.aux-pink-salmon[type="button"].aux-3d:hover, .aux-pink-salmon.aux-button.aux-3d:hover { box-shadow: rgb(255, 94, 129) 0px 3px; transform: translateY(3px); }
a.aux-wisteria.button.aux-3d, button.aux-wisteria.aux-3d, input.aux-wisteria[type="button"].aux-3d, .aux-wisteria.aux-button.aux-3d { box-shadow: rgb(132, 80, 149) 0px 6px; }
a.aux-wisteria.button.aux-3d:hover, button.aux-wisteria.aux-3d:hover, input.aux-wisteria[type="button"].aux-3d:hover, .aux-wisteria.aux-button.aux-3d:hover { box-shadow: rgb(132, 80, 149) 0px 3px; transform: translateY(3px); }
a.aux-lilac.button.aux-3d, button.aux-lilac.aux-3d, input.aux-lilac[type="button"].aux-3d, .aux-lilac.aux-button.aux-3d { box-shadow: rgb(186, 139, 192) 0px 6px; }
a.aux-lilac.button.aux-3d:hover, button.aux-lilac.aux-3d:hover, input.aux-lilac[type="button"].aux-3d:hover, .aux-lilac.aux-button.aux-3d:hover { box-shadow: rgb(186, 139, 192) 0px 3px; transform: translateY(3px); }
a.aux-pale-sky.button.aux-3d, button.aux-pale-sky.aux-3d, input.aux-pale-sky[type="button"].aux-3d, .aux-pale-sky.aux-button.aux-3d { box-shadow: rgb(74, 90, 105) 0px 6px; }
a.aux-pale-sky.button.aux-3d:hover, button.aux-pale-sky.aux-3d:hover, input.aux-pale-sky[type="button"].aux-3d:hover, .aux-pale-sky.aux-button.aux-3d:hover { box-shadow: rgb(74, 90, 105) 0px 3px; transform: translateY(3px); }
a.aux-tower-gray.button.aux-3d, button.aux-tower-gray.aux-3d, input.aux-tower-gray[type="button"].aux-3d, .aux-tower-gray.aux-button.aux-3d { box-shadow: rgb(144, 164, 173) 0px 6px; }
a.aux-tower-gray.button.aux-3d:hover, button.aux-tower-gray.aux-3d:hover, input.aux-tower-gray[type="button"].aux-3d:hover, .aux-tower-gray.aux-button.aux-3d:hover { box-shadow: rgb(144, 164, 173) 0px 3px; transform: translateY(3px); }
a.aux-william.button.aux-3d, button.aux-william.aux-3d, input.aux-william[type="button"].aux-3d, .aux-william.aux-button.aux-3d { box-shadow: rgb(40, 66, 78) 0px 6px; }
a.aux-william.button.aux-3d:hover, button.aux-william.aux-3d:hover, input.aux-william[type="button"].aux-3d:hover, .aux-william.aux-button.aux-3d:hover { box-shadow: rgb(40, 66, 78) 0px 3px; transform: translateY(3px); }
a.aux-carmine-pink.button.aux-3d, button.aux-carmine-pink.aux-3d, input.aux-carmine-pink[type="button"].aux-3d, .aux-carmine-pink.aux-button.aux-3d { box-shadow: rgb(214, 44, 26) 0px 6px; }
a.aux-carmine-pink.button.aux-3d:hover, button.aux-carmine-pink.aux-3d:hover, input.aux-carmine-pink[type="button"].aux-3d:hover, .aux-carmine-pink.aux-button.aux-3d:hover { box-shadow: rgb(214, 44, 26) 0px 3px; transform: translateY(3px); }
a.aux-persimmon.button.aux-3d, button.aux-persimmon.aux-3d, input.aux-persimmon[type="button"].aux-3d, .aux-persimmon.aux-button.aux-3d { box-shadow: rgb(255, 61, 34) 0px 6px; }
a.aux-persimmon.button.aux-3d:hover, button.aux-persimmon.aux-3d:hover, input.aux-persimmon[type="button"].aux-3d:hover, .aux-persimmon.aux-button.aux-3d:hover { box-shadow: rgb(255, 61, 34) 0px 3px; transform: translateY(3px); }
a.aux-tan-hide.button.aux-3d, button.aux-tan-hide.aux-3d, input.aux-tan-hide[type="button"].aux-3d, .aux-tan-hide.aux-button.aux-3d { box-shadow: rgb(255, 130, 34) 0px 6px; }
a.aux-tan-hide.button.aux-3d:hover, button.aux-tan-hide.aux-3d:hover, input.aux-tan-hide[type="button"].aux-3d:hover, .aux-tan-hide.aux-button.aux-3d:hover { box-shadow: rgb(255, 130, 34) 0px 3px; transform: translateY(3px); }
a.aux-wild-watermelon.button.aux-3d, button.aux-wild-watermelon.aux-3d, input.aux-wild-watermelon[type="button"].aux-3d, .aux-wild-watermelon.aux-button.aux-3d { box-shadow: rgb(255, 59, 73) 0px 6px; }
a.aux-wild-watermelon.button.aux-3d:hover, button.aux-wild-watermelon.aux-3d:hover, input.aux-wild-watermelon[type="button"].aux-3d:hover, .aux-wild-watermelon.aux-button.aux-3d:hover { box-shadow: rgb(255, 59, 73) 0px 3px; transform: translateY(3px); }
a.aux-iceberg.button.aux-3d, button.aux-iceberg.aux-3d, input.aux-iceberg[type="button"].aux-3d, .aux-iceberg.aux-button.aux-3d { box-shadow: rgb(76, 155, 202) 0px 6px; }
a.aux-iceberg.button.aux-3d:hover, button.aux-iceberg.aux-3d:hover, input.aux-iceberg[type="button"].aux-3d:hover, .aux-iceberg.aux-button.aux-3d:hover { box-shadow: rgb(76, 155, 202) 0px 3px; transform: translateY(3px); }
a.aux-dark-lavender.button.aux-3d, button.aux-dark-lavender.aux-3d, input.aux-dark-lavender[type="button"].aux-3d, .aux-dark-lavender.aux-button.aux-3d { box-shadow: rgb(91, 70, 113) 0px 6px; }
a.aux-dark-lavender.button.aux-3d:hover, button.aux-dark-lavender.aux-3d:hover, input.aux-dark-lavender[type="button"].aux-3d:hover, .aux-dark-lavender.aux-button.aux-3d:hover { box-shadow: rgb(91, 70, 113) 0px 3px; transform: translateY(3px); }
a.aux-viking.button.aux-3d, button.aux-viking.aux-3d, input.aux-viking[type="button"].aux-3d, .aux-viking.aux-button.aux-3d { box-shadow: rgb(48, 202, 223) 0px 6px; }
a.aux-viking.button.aux-3d:hover, button.aux-viking.aux-3d:hover, input.aux-viking[type="button"].aux-3d:hover, .aux-viking.aux-button.aux-3d:hover { box-shadow: rgb(48, 202, 223) 0px 3px; transform: translateY(3px); }
a.aux-tiffany-blue.button.aux-3d, button.aux-tiffany-blue.aux-3d, input.aux-tiffany-blue[type="button"].aux-3d, .aux-tiffany-blue.aux-button.aux-3d { box-shadow: rgb(0, 130, 130) 0px 6px; }
a.aux-tiffany-blue.button.aux-3d:hover, button.aux-tiffany-blue.aux-3d:hover, input.aux-tiffany-blue[type="button"].aux-3d:hover, .aux-tiffany-blue.aux-button.aux-3d:hover { box-shadow: rgb(0, 130, 130) 0px 3px; transform: translateY(3px); }
a.aux-pastel-orange.button.aux-3d, button.aux-pastel-orange.aux-3d, input.aux-pastel-orange[type="button"].aux-3d, .aux-pastel-orange.aux-button.aux-3d { box-shadow: rgb(251, 167, 15) 0px 6px; }
a.aux-pastel-orange.button.aux-3d:hover, button.aux-pastel-orange.aux-3d:hover, input.aux-pastel-orange[type="button"].aux-3d:hover, .aux-pastel-orange.aux-button.aux-3d:hover { box-shadow: rgb(251, 167, 15) 0px 3px; transform: translateY(3px); }
a.aux-east-bay.button.aux-3d, button.aux-east-bay.aux-3d, input.aux-east-bay[type="button"].aux-3d, .aux-east-bay.aux-button.aux-3d { box-shadow: rgb(41, 63, 94) 0px 6px; }
a.aux-east-bay.button.aux-3d:hover, button.aux-east-bay.aux-3d:hover, input.aux-east-bay[type="button"].aux-3d:hover, .aux-east-bay.aux-button.aux-3d:hover { box-shadow: rgb(41, 63, 94) 0px 3px; transform: translateY(3px); }
a.aux-steel-blue.button.aux-3d, button.aux-steel-blue.aux-3d, input.aux-steel-blue[type="button"].aux-3d, .aux-steel-blue.aux-button.aux-3d { box-shadow: rgb(55, 108, 139) 0px 6px; }
a.aux-steel-blue.button.aux-3d:hover, button.aux-steel-blue.aux-3d:hover, input.aux-steel-blue[type="button"].aux-3d:hover, .aux-steel-blue.aux-button.aux-3d:hover { box-shadow: rgb(55, 108, 139) 0px 3px; transform: translateY(3px); }
a.aux-half-backed.button.aux-3d, button.aux-half-backed.aux-3d, input.aux-half-backed[type="button"].aux-3d, .aux-half-backed.aux-button.aux-3d { box-shadow: rgb(95, 189, 195) 0px 6px; }
a.aux-half-backed.button.aux-3d:hover, button.aux-half-backed.aux-3d:hover, input.aux-half-backed[type="button"].aux-3d:hover, .aux-half-backed.aux-button.aux-3d:hover { box-shadow: rgb(95, 189, 195) 0px 3px; transform: translateY(3px); }
a.aux-tapestry.button.aux-3d, button.aux-tapestry.aux-3d, input.aux-tapestry[type="button"].aux-3d, .aux-tapestry.aux-button.aux-3d { box-shadow: rgb(157, 67, 107) 0px 6px; }
a.aux-tapestry.button.aux-3d:hover, button.aux-tapestry.aux-3d:hover, input.aux-tapestry[type="button"].aux-3d:hover, .aux-tapestry.aux-button.aux-3d:hover { box-shadow: rgb(157, 67, 107) 0px 3px; transform: translateY(3px); }
a.aux-fire-engine-red.button.aux-3d, button.aux-fire-engine-red.aux-3d, input.aux-fire-engine-red[type="button"].aux-3d, .aux-fire-engine-red.aux-button.aux-3d { box-shadow: rgb(162, 35, 28) 0px 6px; }
a.aux-fire-engine-red.button.aux-3d:hover, button.aux-fire-engine-red.aux-3d:hover, input.aux-fire-engine-red[type="button"].aux-3d:hover, .aux-fire-engine-red.aux-button.aux-3d:hover { box-shadow: rgb(162, 35, 28) 0px 3px; transform: translateY(3px); }
a.aux-dark-orange.button.aux-3d, button.aux-dark-orange.aux-3d, input.aux-dark-orange[type="button"].aux-3d, .aux-dark-orange.aux-button.aux-3d { box-shadow: rgb(204, 112, 0) 0px 6px; }
a.aux-dark-orange.button.aux-3d:hover, button.aux-dark-orange.aux-3d:hover, input.aux-dark-orange[type="button"].aux-3d:hover, .aux-dark-orange.aux-button.aux-3d:hover { box-shadow: rgb(204, 112, 0) 0px 3px; transform: translateY(3px); }
a.aux-brick-red.button.aux-3d, button.aux-brick-red.aux-3d, input.aux-brick-red[type="button"].aux-3d, .aux-brick-red.aux-button.aux-3d { box-shadow: rgb(174, 47, 60) 0px 6px; }
a.aux-brick-red.button.aux-3d:hover, button.aux-brick-red.aux-3d:hover, input.aux-brick-red[type="button"].aux-3d:hover, .aux-brick-red.aux-button.aux-3d:hover { box-shadow: rgb(174, 47, 60) 0px 3px; transform: translateY(3px); }
a.aux-khaki.button.aux-3d, button.aux-khaki.aux-3d, input.aux-khaki[type="button"].aux-3d, .aux-khaki.aux-button.aux-3d { box-shadow: rgb(234, 220, 95) 0px 6px; }
a.aux-khaki.button.aux-3d:hover, button.aux-khaki.aux-3d:hover, input.aux-khaki[type="button"].aux-3d:hover, .aux-khaki.aux-button.aux-3d:hover { box-shadow: rgb(234, 220, 95) 0px 3px; transform: translateY(3px); }
a.button.aux-3d:active, button.aux-3d:active, input[type="button"].aux-3d:active, .aux-button.aux-3d:active { box-shadow: none; transform: translateY(6px); }
a.button, button, input[type="button"], .aux-button { font-weight: 600; display: inline-block; position: relative; line-height: 100%; margin-bottom: 1em; border: none; cursor: pointer; overflow: hidden; z-index: 1; transition: all 0.45s ease 0s; }
a.button:focus, button:focus, input[type="button"]:focus, .aux-button:focus { outline: none; }
a.button > *, button > *, input[type="button"] > *, .aux-button > * { position: relative; }
a.button .aux-overlay, button .aux-overlay, input[type="button"] .aux-overlay, .aux-button .aux-overlay { position: absolute; width: 120%; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(0, 0); transition: transform 0.45s cubic-bezier(0.75, 0.1, 0.25, 0.9) 0s; }
a.button .aux-overlay::after, button .aux-overlay::after, input[type="button"] .aux-overlay::after, .aux-button .aux-overlay::after { position: relative; content: ""; border-radius: 50%; display: block; padding-top: 100%; }
a.button.aux-round .aux-overlay, button.aux-round .aux-overlay, input[type="button"].aux-round .aux-overlay, .aux-button.aux-round .aux-overlay { width: 120%; }
a.button:hover .aux-overlay, button:hover .aux-overlay, input[type="button"]:hover .aux-overlay, .aux-button:hover .aux-overlay { transform: translate(-50%, -50%) scale(1, 1); }
a.button.aux-fill, button.aux-fill, input[type="button"].aux-fill, .aux-button.aux-fill { transition: background-color 0.45s ease 0s; }
a.button.aux-fill .aux-overlay, button.aux-fill .aux-overlay, input[type="button"].aux-fill .aux-overlay, .aux-button.aux-fill .aux-overlay { display: none; }
a.button .aux-icon, a.button .aux-text, button .aux-icon, button .aux-text, input[type="button"] .aux-icon, input[type="button"] .aux-text, .aux-button .aux-icon, .aux-button .aux-text { display: inline-block; vertical-align: middle; transition: transform 0.45s ease 0s, opacity 0.45s ease 0s; }
a.button.aux-icon-left .aux-icon, a.button.aux-icon-left-animate .aux-icon, button.aux-icon-left .aux-icon, button.aux-icon-left-animate .aux-icon, input[type="button"].aux-icon-left .aux-icon, input[type="button"].aux-icon-left-animate .aux-icon, .aux-button.aux-icon-left .aux-icon, .aux-button.aux-icon-left-animate .aux-icon { margin-right: 0.125em; }
a.button.aux-icon-right .aux-icon, a.button.aux-icon-right-animate .aux-icon, button.aux-icon-right .aux-icon, button.aux-icon-right-animate .aux-icon, input[type="button"].aux-icon-right .aux-icon, input[type="button"].aux-icon-right-animate .aux-icon, .aux-button.aux-icon-right .aux-icon, .aux-button.aux-icon-right-animate .aux-icon { margin-left: 0.125em; }
a.button.aux-icon-left-animate .aux-icon, button.aux-icon-left-animate .aux-icon, input[type="button"].aux-icon-left-animate .aux-icon, .aux-button.aux-icon-left-animate .aux-icon { margin-left: 0.125em; }
a.button.aux-icon-left-animate .aux-icon, button.aux-icon-left-animate .aux-icon, input[type="button"].aux-icon-left-animate .aux-icon, .aux-button.aux-icon-left-animate .aux-icon { transform: translateX(-400%); }
a.button.aux-icon-left-animate .aux-text, button.aux-icon-left-animate .aux-text, input[type="button"].aux-icon-left-animate .aux-text, .aux-button.aux-icon-left-animate .aux-text { transform: translateX(-1em); }
a.button.aux-icon-left-animate:hover .aux-icon, a.button.aux-icon-left-animate:hover .aux-text, button.aux-icon-left-animate:hover .aux-icon, button.aux-icon-left-animate:hover .aux-text, input[type="button"].aux-icon-left-animate:hover .aux-icon, input[type="button"].aux-icon-left-animate:hover .aux-text, .aux-button.aux-icon-left-animate:hover .aux-icon, .aux-button.aux-icon-left-animate:hover .aux-text { transform: translateX(0px); }
a.button.aux-icon-right-animate .aux-icon, button.aux-icon-right-animate .aux-icon, input[type="button"].aux-icon-right-animate .aux-icon, .aux-button.aux-icon-right-animate .aux-icon { transform: translateX(400%); }
a.button.aux-icon-right-animate .aux-text, button.aux-icon-right-animate .aux-text, input[type="button"].aux-icon-right-animate .aux-text, .aux-button.aux-icon-right-animate .aux-text { transform: translateX(1em); }
a.button.aux-icon-right-animate:hover .aux-icon, a.button.aux-icon-right-animate:hover .aux-text, button.aux-icon-right-animate:hover .aux-icon, button.aux-icon-right-animate:hover .aux-text, input[type="button"].aux-icon-right-animate:hover .aux-icon, input[type="button"].aux-icon-right-animate:hover .aux-text, .aux-button.aux-icon-right-animate:hover .aux-icon, .aux-button.aux-icon-right-animate:hover .aux-text { transform: translateX(0px); }
a.button.aux-icon-over .aux-icon, button.aux-icon-over .aux-icon, input[type="button"].aux-icon-over .aux-icon, .aux-button.aux-icon-over .aux-icon { position: absolute; left: 50%; top: 50%; opacity: 0; z-index: 2; transform: translate(-200%, -50%); transition: transform 0.45s ease 0s, opacity 0.45s ease 0s; }
a.button.aux-icon-over .aux-overlay, button.aux-icon-over .aux-overlay, input[type="button"].aux-icon-over .aux-overlay, .aux-button.aux-icon-over .aux-overlay { z-index: 1; }
a.button.aux-icon-over:hover .aux-icon, button.aux-icon-over:hover .aux-icon, input[type="button"].aux-icon-over:hover .aux-icon, .aux-button.aux-icon-over:hover .aux-icon { transform: translate(-50%, -50%); opacity: 1; }
.rtl a.button.aux-icon-left .aux-icon, .rtl a.button.aux-icon-left-animate .aux-icon, .rtl button.aux-icon-left .aux-icon, .rtl button.aux-icon-left-animate .aux-icon, .rtl input[type="button"].aux-icon-left .aux-icon, .rtl input[type="button"].aux-icon-left-animate .aux-icon, .rtl .aux-button.aux-icon-left .aux-icon, .rtl .aux-button.aux-icon-left-animate .aux-icon { margin-right: 0px; margin-left: 0.125em; }
.rtl a.button.aux-icon-right .aux-icon, .rtl a.button.aux-icon-right-animate .aux-icon, .rtl button.aux-icon-right .aux-icon, .rtl button.aux-icon-right-animate .aux-icon, .rtl input[type="button"].aux-icon-right .aux-icon, .rtl input[type="button"].aux-icon-right-animate .aux-icon, .rtl .aux-button.aux-icon-right .aux-icon, .rtl .aux-button.aux-icon-right-animate .aux-icon { margin-right: 0.125em; margin-left: 0px; }
.rtl a.button.aux-icon-left-animate .aux-icon, .rtl button.aux-icon-left-animate .aux-icon, .rtl input[type="button"].aux-icon-left-animate .aux-icon, .rtl .aux-button.aux-icon-left-animate .aux-icon { margin-right: 0.125em; margin-left: 0px; }
.rtl a.button.aux-icon-left-animate .aux-icon, .rtl button.aux-icon-left-animate .aux-icon, .rtl input[type="button"].aux-icon-left-animate .aux-icon, .rtl .aux-button.aux-icon-left-animate .aux-icon { transform: translateX(400%); }
.rtl a.button.aux-icon-left-animate .aux-text, .rtl button.aux-icon-left-animate .aux-text, .rtl input[type="button"].aux-icon-left-animate .aux-text, .rtl .aux-button.aux-icon-left-animate .aux-text { transform: translateX(1em); }
.rtl a.button.aux-icon-left-animate:hover .aux-icon, .rtl a.button.aux-icon-left-animate:hover .aux-text, .rtl button.aux-icon-left-animate:hover .aux-icon, .rtl button.aux-icon-left-animate:hover .aux-text, .rtl input[type="button"].aux-icon-left-animate:hover .aux-icon, .rtl input[type="button"].aux-icon-left-animate:hover .aux-text, .rtl .aux-button.aux-icon-left-animate:hover .aux-icon, .rtl .aux-button.aux-icon-left-animate:hover .aux-text { transform: translateX(0px); }
.rtl a.button.aux-icon-right-animate .aux-icon, .rtl button.aux-icon-right-animate .aux-icon, .rtl input[type="button"].aux-icon-right-animate .aux-icon, .rtl .aux-button.aux-icon-right-animate .aux-icon { transform: translateX(-400%); }
.rtl a.button.aux-icon-right-animate .aux-text, .rtl button.aux-icon-right-animate .aux-text, .rtl input[type="button"].aux-icon-right-animate .aux-text, .rtl .aux-button.aux-icon-right-animate .aux-text { transform: translateX(-1em); }
.rtl a.button.aux-icon-right-animate:hover .aux-icon, .rtl a.button.aux-icon-right-animate:hover .aux-text, .rtl button.aux-icon-right-animate:hover .aux-icon, .rtl button.aux-icon-right-animate:hover .aux-text, .rtl input[type="button"].aux-icon-right-animate:hover .aux-icon, .rtl input[type="button"].aux-icon-right-animate:hover .aux-text, .rtl .aux-button.aux-icon-right-animate:hover .aux-icon, .rtl .aux-button.aux-icon-right-animate:hover .aux-text { transform: translateX(0px); }
.rtl a.button.aux-icon-over .aux-icon, .rtl button.aux-icon-over .aux-icon, .rtl input[type="button"].aux-icon-over .aux-icon, .rtl .aux-button.aux-icon-over .aux-icon { left: -50%; transform: translate(200%, -50%); }
.rtl a.button.aux-icon-over:hover .aux-icon, .rtl button.aux-icon-over:hover .aux-icon, .rtl input[type="button"].aux-icon-over:hover .aux-icon, .rtl .aux-button.aux-icon-over:hover .aux-icon { transform: translate(50%, -50%); }
a.button.aux-black, button.aux-black, input[type="button"].aux-black, .aux-button.aux-black { background-color: rgb(61, 61, 61); text-shadow: rgb(41, 41, 41) 0px 2px 0px; color: rgb(255, 255, 255); }
a.button.aux-black .aux-overlay::after, button.aux-black .aux-overlay::after, input[type="button"].aux-black .aux-overlay::after, .aux-button.aux-black .aux-overlay::after { background-color: rgb(41, 41, 41); }
a.button.aux-black.aux-fill:hover, button.aux-black.aux-fill:hover, input[type="button"].aux-black.aux-fill:hover, .aux-button.aux-black.aux-fill:hover { background-color: rgb(41, 41, 41) !important; }
a.button.aux-white, button.aux-white, input[type="button"].aux-white, .aux-button.aux-white { background-color: rgb(255, 255, 255); text-shadow: rgb(235, 235, 235) 0px 2px 0px; color: rgb(0, 0, 0); }
a.button.aux-white .aux-overlay::after, button.aux-white .aux-overlay::after, input[type="button"].aux-white .aux-overlay::after, .aux-button.aux-white .aux-overlay::after { background-color: rgb(235, 235, 235); }
a.button.aux-white.aux-fill:hover, button.aux-white.aux-fill:hover, input[type="button"].aux-white.aux-fill:hover, .aux-button.aux-white.aux-fill:hover { background-color: rgb(235, 235, 235) !important; }
a.button.aux-masala, button.aux-masala, input[type="button"].aux-masala, .aux-button.aux-masala { background-color: rgb(61, 61, 61); text-shadow: rgb(41, 41, 41) 0px 2px 0px; color: rgb(255, 255, 255); }
a.button.aux-masala .aux-overlay::after, button.aux-masala .aux-overlay::after, input[type="button"].aux-masala .aux-overlay::after, .aux-button.aux-masala .aux-overlay::after { background-color: rgb(41, 41, 41); }
a.button.aux-masala.aux-fill:hover, button.aux-masala.aux-fill:hover, input[type="button"].aux-masala.aux-fill:hover, .aux-button.aux-masala.aux-fill:hover { background-color: rgb(41, 41, 41) !important; }
a.button.aux-dark-gray, button.aux-dark-gray, input[type="button"].aux-dark-gray, .aux-button.aux-dark-gray { background-color: rgb(170, 170, 170); text-shadow: rgb(150, 150, 150) 0px 2px 0px; color: rgb(255, 255, 255); }
a.button.aux-dark-gray .aux-overlay::after, button.aux-dark-gray .aux-overlay::after, input[type="button"].aux-dark-gray .aux-overlay::after, .aux-button.aux-dark-gray .aux-overlay::after { background-color: rgb(150, 150, 150); }
a.button.aux-dark-gray.aux-fill:hover, button.aux-dark-gray.aux-fill:hover, input[type="button"].aux-dark-gray.aux-fill:hover, .aux-button.aux-dark-gray.aux-fill:hover { background-color: rgb(150, 150, 150) !important; }
a.button.aux-ball-blue, button.aux-ball-blue, input[type="button"].aux-ball-blue, .aux-button.aux-ball-blue { background-color: rgb(27, 176, 206); text-shadow: rgb(22, 145, 170) 0px 2px 0px; color: rgb(255, 255, 255); }
a.button.aux-ball-blue .aux-overlay::after, button.aux-ball-blue .aux-overlay::after, input[type="button"].aux-ball-blue .aux-overlay::after, .aux-button.aux-ball-blue .aux-overlay::after { background-color: rgb(22, 145, 170); }
a.button.aux-ball-blue.aux-fill:hover, button.aux-ball-blue.aux-fill:hover, input[type="button"].aux-ball-blue.aux-fill:hover, .aux-button.aux-ball-blue.aux-fill:hover { background-color: rgb(22, 145, 170) !important; }
a.button.aux-fountain-blue, button.aux-fountain-blue, input[type="button"].aux-fountain-blue, .aux-button.aux-fountain-blue { background-color: rgb(91, 172, 186); text-shadow: rgb(70, 152, 166) 0px 2px 0px; color: rgb(255, 255, 255); }
a.button.aux-fountain-blue .aux-overlay::after, button.aux-fountain-blue .aux-overlay::after, input[type="button"].aux-fountain-blue .aux-overlay::after, .aux-button.aux-fountain-blue .aux-overlay::after { background-color: rgb(70, 152, 166); }
a.button.aux-fountain-blue.aux-fill:hover, button.aux-fountain-blue.aux-fill:hover, input[type="button"].aux-fountain-blue.aux-fill:hover, .aux-button.aux-fountain-blue.aux-fill:hover { background-color: rgb(70, 152, 166) !important; }
a.button.aux-shamrock, button.aux-shamrock, input[type="button"].aux-shamrock, .aux-button.aux-shamrock { background-color: rgb(44, 201, 144); text-shadow: rgb(37, 168, 120) 0px 2px 0px; color: rgb(255, 255, 255); }
a.button.aux-shamrock .aux-overlay::after, button.aux-shamrock .aux-overlay::after, input[type="button"].aux-shamrock .aux-overlay::after, .aux-button.aux-shamrock .aux-overlay::after { background-color: rgb(37, 168, 120); }
a.button.aux-shamrock.aux-fill:hover, button.aux-shamrock.aux-fill:hover, input[type="button"].aux-shamrock.aux-fill:hover, .aux-button.aux-shamrock.aux-fill:hover { background-color: rgb(37, 168, 120) !important; }
a.button.aux-curios-blue, button.aux-curios-blue, input[type="button"].aux-curios-blue, .aux-button.aux-curios-blue { background-color: rgb(44, 130, 201); text-shadow: rgb(37, 108, 168) 0px 2px 0px; color: rgb(255, 255, 255); }
a.button.aux-curios-blue .aux-overlay::after, button.aux-curios-blue .aux-overlay::after, input[type="button"].aux-curios-blue .aux-overlay::after, .aux-button.aux-curios-blue .aux-overlay::after { background-color: rgb(37, 108, 168); }
a.button.aux-curios-blue.aux-fill:hover, button.aux-curios-blue.aux-fill:hover, input[type="button"].aux-curios-blue.aux-fill:hover, .aux-button.aux-curios-blue.aux-fill:hover { background-color: rgb(37, 108, 168) !important; }
a.button.aux-light-sea-green, button.aux-light-sea-green, input[type="button"].aux-light-sea-green, .aux-button.aux-light-sea-green { background-color: rgb(26, 188, 156); text-shadow: rgb(21, 152, 126) 0px 2px 0px; color: rgb(255, 255, 255); }
a.button.aux-light-sea-green .aux-overlay::after, button.aux-light-sea-green .aux-overlay::after, input[type="button"].aux-light-sea-green .aux-overlay::after, .aux-button.aux-light-sea-green .aux-overlay::after { background-color: rgb(21, 152, 126); }
a.button.aux-light-sea-green.aux-fill:hover, button.aux-light-sea-green.aux-fill:hover, input[type="button"].aux-light-sea-green.aux-fill:hover, .aux-button.aux-light-sea-green.aux-fill:hover { background-color: rgb(21, 152, 126) !important; }
a.button.aux-emerald, button.aux-emerald, input[type="button"].aux-emerald, .aux-button.aux-emerald { background-color: rgb(78, 186, 111); text-shadow: rgb(63, 161, 93) 0px 2px 0px; color: rgb(255, 255, 255); }
a.button.aux-emerald .aux-overlay::after, button.aux-emerald .aux-overlay::after, input[type="button"].aux-emerald .aux-overlay::after, .aux-button.aux-emerald .aux-overlay::after { background-color: rgb(63, 161, 93); }
a.button.aux-emerald.aux-fill:hover, button.aux-emerald.aux-fill:hover, input[type="button"].aux-emerald.aux-fill:hover, .aux-button.aux-emerald.aux-fill:hover { background-color: rgb(63, 161, 93) !important; }
a.button.aux-energy-yellow, button.aux-energy-yellow, input[type="button"].aux-energy-yellow, .aux-button.aux-energy-yellow { background-color: rgb(238, 230, 87); text-shadow: rgb(234, 224, 50) 0px 2px 0px; color: rgb(255, 255, 255); }
a.button.aux-energy-yellow .aux-overlay::after, button.aux-energy-yellow .aux-overlay::after, input[type="button"].aux-energy-yellow .aux-overlay::after, .aux-button.aux-energy-yellow .aux-overlay::after { background-color: rgb(234, 224, 50); }
a.button.aux-energy-yellow.aux-fill:hover, button.aux-energy-yellow.aux-fill:hover, input[type="button"].aux-energy-yellow.aux-fill:hover, .aux-button.aux-energy-yellow.aux-fill:hover { background-color: rgb(234, 224, 50) !important; }
a.button.aux-mikado-yellow, button.aux-mikado-yellow, input[type="button"].aux-mikado-yellow, .aux-button.aux-mikado-yellow { background-color: rgb(252, 205, 15); text-shadow: rgb(223, 180, 3) 0px 2px 0px; color: rgb(255, 255, 255); }
a.button.aux-mikado-yellow .aux-overlay::after, button.aux-mikado-yellow .aux-overlay::after, input[type="button"].aux-mikado-yellow .aux-overlay::after, .aux-button.aux-mikado-yellow .aux-overlay::after { background-color: rgb(223, 180, 3); }
a.button.aux-mikado-yellow.aux-fill:hover, button.aux-mikado-yellow.aux-fill:hover, input[type="button"].aux-mikado-yellow.aux-fill:hover, .aux-button.aux-mikado-yellow.aux-fill:hover { background-color: rgb(223, 180, 3) !important; }
a.button.aux-pink-salmon, button.aux-pink-salmon, input[type="button"].aux-pink-salmon, .aux-button.aux-pink-salmon { background-color: rgb(255, 145, 169); text-shadow: rgb(255, 104, 137) 0px 2px 0px; color: rgb(255, 255, 255); }
a.button.aux-pink-salmon .aux-overlay::after, button.aux-pink-salmon .aux-overlay::after, input[type="button"].aux-pink-salmon .aux-overlay::after, .aux-button.aux-pink-salmon .aux-overlay::after { background-color: rgb(255, 104, 137); }
a.button.aux-pink-salmon.aux-fill:hover, button.aux-pink-salmon.aux-fill:hover, input[type="button"].aux-pink-salmon.aux-fill:hover, .aux-button.aux-pink-salmon.aux-fill:hover { background-color: rgb(255, 104, 137) !important; }
a.button.aux-wisteria, button.aux-wisteria, input[type="button"].aux-wisteria, .aux-button.aux-wisteria { background-color: rgb(158, 105, 175); text-shadow: rgb(138, 83, 156) 0px 2px 0px; color: rgb(255, 255, 255); }
a.button.aux-wisteria .aux-overlay::after, button.aux-wisteria .aux-overlay::after, input[type="button"].aux-wisteria .aux-overlay::after, .aux-button.aux-wisteria .aux-overlay::after { background-color: rgb(138, 83, 156); }
a.button.aux-wisteria.aux-fill:hover, button.aux-wisteria.aux-fill:hover, input[type="button"].aux-wisteria.aux-fill:hover, .aux-button.aux-wisteria.aux-fill:hover { background-color: rgb(138, 83, 156) !important; }
a.button.aux-lilac, button.aux-lilac, input[type="button"].aux-lilac, .aux-button.aux-lilac { background-color: rgb(206, 172, 210); text-shadow: rgb(190, 146, 196) 0px 2px 0px; color: rgb(255, 255, 255); }
a.button.aux-lilac .aux-overlay::after, button.aux-lilac .aux-overlay::after, input[type="button"].aux-lilac .aux-overlay::after, .aux-button.aux-lilac .aux-overlay::after { background-color: rgb(190, 146, 196); }
a.button.aux-lilac.aux-fill:hover, button.aux-lilac.aux-fill:hover, input[type="button"].aux-lilac.aux-fill:hover, .aux-button.aux-lilac.aux-fill:hover { background-color: rgb(190, 146, 196) !important; }
a.button.aux-pale-sky, button.aux-pale-sky, input[type="button"].aux-pale-sky, .aux-button.aux-pale-sky { background-color: rgb(95, 116, 135); text-shadow: rgb(78, 95, 111) 0px 2px 0px; color: rgb(255, 255, 255); }
a.button.aux-pale-sky .aux-overlay::after, button.aux-pale-sky .aux-overlay::after, input[type="button"].aux-pale-sky .aux-overlay::after, .aux-button.aux-pale-sky .aux-overlay::after { background-color: rgb(78, 95, 111); }
a.button.aux-pale-sky.aux-fill:hover, button.aux-pale-sky.aux-fill:hover, input[type="button"].aux-pale-sky.aux-fill:hover, .aux-button.aux-pale-sky.aux-fill:hover { background-color: rgb(78, 95, 111) !important; }
a.button.aux-tower-gray, button.aux-tower-gray, input[type="button"].aux-tower-gray, .aux-button.aux-tower-gray { background-color: rgb(173, 188, 195); text-shadow: rgb(149, 169, 178) 0px 2px 0px; color: rgb(255, 255, 255); }
a.button.aux-tower-gray .aux-overlay::after, button.aux-tower-gray .aux-overlay::after, input[type="button"].aux-tower-gray .aux-overlay::after, .aux-button.aux-tower-gray .aux-overlay::after { background-color: rgb(149, 169, 178); }
a.button.aux-tower-gray.aux-fill:hover, button.aux-tower-gray.aux-fill:hover, input[type="button"].aux-tower-gray.aux-fill:hover, .aux-button.aux-tower-gray.aux-fill:hover { background-color: rgb(149, 169, 178) !important; }
a.button.aux-william, button.aux-william, input[type="button"].aux-william, .aux-button.aux-william { background-color: rgb(58, 95, 111); text-shadow: rgb(44, 72, 84) 0px 2px 0px; color: rgb(255, 255, 255); }
a.button.aux-william .aux-overlay::after, button.aux-william .aux-overlay::after, input[type="button"].aux-william .aux-overlay::after, .aux-button.aux-william .aux-overlay::after { background-color: rgb(44, 72, 84); }
a.button.aux-william.aux-fill:hover, button.aux-william.aux-fill:hover, input[type="button"].aux-william.aux-fill:hover, .aux-button.aux-william.aux-fill:hover { background-color: rgb(44, 72, 84) !important; }
a.button.aux-carmine-pink, button.aux-carmine-pink, input[type="button"].aux-carmine-pink, .aux-button.aux-carmine-pink { background-color: rgb(231, 76, 60); text-shadow: rgb(223, 46, 27) 0px 2px 0px; color: rgb(255, 255, 255); }
a.button.aux-carmine-pink .aux-overlay::after, button.aux-carmine-pink .aux-overlay::after, input[type="button"].aux-carmine-pink .aux-overlay::after, .aux-button.aux-carmine-pink .aux-overlay::after { background-color: rgb(223, 46, 27); }
a.button.aux-carmine-pink.aux-fill:hover, button.aux-carmine-pink.aux-fill:hover, input[type="button"].aux-carmine-pink.aux-fill:hover, .aux-button.aux-carmine-pink.aux-fill:hover { background-color: rgb(223, 46, 27) !important; }
a.button.aux-persimmon, button.aux-persimmon, input[type="button"].aux-persimmon, .aux-button.aux-persimmon { background-color: rgb(255, 106, 85); text-shadow: rgb(255, 70, 44) 0px 2px 0px; color: rgb(255, 255, 255); }
a.button.aux-persimmon .aux-overlay::after, button.aux-persimmon .aux-overlay::after, input[type="button"].aux-persimmon .aux-overlay::after, .aux-button.aux-persimmon .aux-overlay::after { background-color: rgb(255, 70, 44); }
a.button.aux-persimmon.aux-fill:hover, button.aux-persimmon.aux-fill:hover, input[type="button"].aux-persimmon.aux-fill:hover, .aux-button.aux-persimmon.aux-fill:hover { background-color: rgb(255, 70, 44) !important; }
a.button.aux-tan-hide, button.aux-tan-hide, input[type="button"].aux-tan-hide, .aux-button.aux-tan-hide { background-color: rgb(255, 159, 85); text-shadow: rgb(255, 136, 44) 0px 2px 0px; color: rgb(255, 255, 255); }
a.button.aux-tan-hide .aux-overlay::after, button.aux-tan-hide .aux-overlay::after, input[type="button"].aux-tan-hide .aux-overlay::after, .aux-button.aux-tan-hide .aux-overlay::after { background-color: rgb(255, 136, 44); }
a.button.aux-tan-hide.aux-fill:hover, button.aux-tan-hide.aux-fill:hover, input[type="button"].aux-tan-hide.aux-fill:hover, .aux-button.aux-tan-hide.aux-fill:hover { background-color: rgb(255, 136, 44) !important; }
a.button.aux-wild-watermelon, button.aux-wild-watermelon, input[type="button"].aux-wild-watermelon, .aux-button.aux-wild-watermelon { background-color: rgb(255, 110, 120); text-shadow: rgb(255, 69, 82) 0px 2px 0px; color: rgb(255, 255, 255); }
a.button.aux-wild-watermelon .aux-overlay::after, button.aux-wild-watermelon .aux-overlay::after, input[type="button"].aux-wild-watermelon .aux-overlay::after, .aux-button.aux-wild-watermelon .aux-overlay::after { background-color: rgb(255, 69, 82); }
a.button.aux-wild-watermelon.aux-fill:hover, button.aux-wild-watermelon.aux-fill:hover, input[type="button"].aux-wild-watermelon.aux-fill:hover, .aux-button.aux-wild-watermelon.aux-fill:hover { background-color: rgb(255, 69, 82) !important; }
a.button.aux-iceberg, button.aux-iceberg, input[type="button"].aux-iceberg, .aux-button.aux-iceberg { background-color: rgb(115, 177, 214); text-shadow: rgb(83, 159, 205) 0px 2px 0px; color: rgb(255, 255, 255); }
a.button.aux-iceberg .aux-overlay::after, button.aux-iceberg .aux-overlay::after, input[type="button"].aux-iceberg .aux-overlay::after, .aux-button.aux-iceberg .aux-overlay::after { background-color: rgb(83, 159, 205); }
a.button.aux-iceberg.aux-fill:hover, button.aux-iceberg.aux-fill:hover, input[type="button"].aux-iceberg.aux-fill:hover, .aux-button.aux-iceberg.aux-fill:hover { background-color: rgb(83, 159, 205) !important; }
a.button.aux-dark-lavender, button.aux-dark-lavender, input[type="button"].aux-dark-lavender, .aux-button.aux-dark-lavender { background-color: rgb(116, 90, 144); text-shadow: rgb(96, 74, 119) 0px 2px 0px; color: rgb(255, 255, 255); }
a.button.aux-dark-lavender .aux-overlay::after, button.aux-dark-lavender .aux-overlay::after, input[type="button"].aux-dark-lavender .aux-overlay::after, .aux-button.aux-dark-lavender .aux-overlay::after { background-color: rgb(96, 74, 119); }
a.button.aux-dark-lavender.aux-fill:hover, button.aux-dark-lavender.aux-fill:hover, input[type="button"].aux-dark-lavender.aux-fill:hover, .aux-button.aux-dark-lavender.aux-fill:hover { background-color: rgb(96, 74, 119) !important; }
a.button.aux-viking, button.aux-viking, input[type="button"].aux-viking, .aux-button.aux-viking { background-color: rgb(92, 213, 230); text-shadow: rgb(57, 204, 225) 0px 2px 0px; color: rgb(255, 255, 255); }
a.button.aux-viking .aux-overlay::after, button.aux-viking .aux-overlay::after, input[type="button"].aux-viking .aux-overlay::after, .aux-button.aux-viking .aux-overlay::after { background-color: rgb(57, 204, 225); }
a.button.aux-viking.aux-fill:hover, button.aux-viking.aux-fill:hover, input[type="button"].aux-viking.aux-fill:hover, .aux-button.aux-viking.aux-fill:hover { background-color: rgb(57, 204, 225) !important; }
a.button.aux-tiffany-blue, button.aux-tiffany-blue, input[type="button"].aux-tiffany-blue, .aux-button.aux-tiffany-blue { background-color: rgb(0, 181, 181); text-shadow: rgb(0, 140, 140) 0px 2px 0px; color: rgb(255, 255, 255); }
a.button.aux-tiffany-blue .aux-overlay::after, button.aux-tiffany-blue .aux-overlay::after, input[type="button"].aux-tiffany-blue .aux-overlay::after, .aux-button.aux-tiffany-blue .aux-overlay::after { background-color: rgb(0, 140, 140); }
a.button.aux-tiffany-blue.aux-fill:hover, button.aux-tiffany-blue.aux-fill:hover, input[type="button"].aux-tiffany-blue.aux-fill:hover, .aux-button.aux-tiffany-blue.aux-fill:hover { background-color: rgb(0, 140, 140) !important; }
a.button.aux-pastel-orange, button.aux-pastel-orange, input[type="button"].aux-pastel-orange, .aux-button.aux-pastel-orange { background-color: rgb(252, 185, 65); text-shadow: rgb(251, 170, 25) 0px 2px 0px; color: rgb(255, 255, 255); }
a.button.aux-pastel-orange .aux-overlay::after, button.aux-pastel-orange .aux-overlay::after, input[type="button"].aux-pastel-orange .aux-overlay::after, .aux-button.aux-pastel-orange .aux-overlay::after { background-color: rgb(251, 170, 25); }
a.button.aux-pastel-orange.aux-fill:hover, button.aux-pastel-orange.aux-fill:hover, input[type="button"].aux-pastel-orange.aux-fill:hover, .aux-button.aux-pastel-orange.aux-fill:hover { background-color: rgb(251, 170, 25) !important; }
a.button.aux-east-bay, button.aux-east-bay, input[type="button"].aux-east-bay, .aux-button.aux-east-bay { background-color: rgb(57, 87, 129); text-shadow: rgb(44, 68, 101) 0px 2px 0px; color: rgb(255, 255, 255); }
a.button.aux-east-bay .aux-overlay::after, button.aux-east-bay .aux-overlay::after, input[type="button"].aux-east-bay .aux-overlay::after, .aux-button.aux-east-bay .aux-overlay::after { background-color: rgb(44, 68, 101); }
a.button.aux-east-bay.aux-fill:hover, button.aux-east-bay.aux-fill:hover, input[type="button"].aux-east-bay.aux-fill:hover, .aux-button.aux-east-bay.aux-fill:hover { background-color: rgb(44, 68, 101) !important; }
a.button.aux-steel-blue, button.aux-steel-blue, input[type="button"].aux-steel-blue, .aux-button.aux-steel-blue { background-color: rgb(69, 137, 176); text-shadow: rgb(58, 114, 147) 0px 2px 0px; color: rgb(255, 255, 255); }
a.button.aux-steel-blue .aux-overlay::after, button.aux-steel-blue .aux-overlay::after, input[type="button"].aux-steel-blue .aux-overlay::after, .aux-button.aux-steel-blue .aux-overlay::after { background-color: rgb(58, 114, 147); }
a.button.aux-steel-blue.aux-fill:hover, button.aux-steel-blue.aux-fill:hover, input[type="button"].aux-steel-blue.aux-fill:hover, .aux-button.aux-steel-blue.aux-fill:hover { background-color: rgb(58, 114, 147) !important; }
a.button.aux-half-backed, button.aux-half-backed, input[type="button"].aux-half-backed, .aux-button.aux-half-backed { background-color: rgb(132, 204, 209); text-shadow: rgb(102, 192, 198) 0px 2px 0px; color: rgb(255, 255, 255); }
a.button.aux-half-backed .aux-overlay::after, button.aux-half-backed .aux-overlay::after, input[type="button"].aux-half-backed .aux-overlay::after, .aux-button.aux-half-backed .aux-overlay::after { background-color: rgb(102, 192, 198); }
a.button.aux-half-backed.aux-fill:hover, button.aux-half-backed.aux-fill:hover, input[type="button"].aux-half-backed.aux-fill:hover, .aux-button.aux-half-backed.aux-fill:hover { background-color: rgb(102, 192, 198) !important; }
a.button.aux-tapestry, button.aux-tapestry, input[type="button"].aux-tapestry, .aux-button.aux-tapestry { background-color: rgb(185, 90, 132); text-shadow: rgb(164, 70, 112) 0px 2px 0px; color: rgb(255, 255, 255); }
a.button.aux-tapestry .aux-overlay::after, button.aux-tapestry .aux-overlay::after, input[type="button"].aux-tapestry .aux-overlay::after, .aux-button.aux-tapestry .aux-overlay::after { background-color: rgb(164, 70, 112); }
a.button.aux-tapestry.aux-fill:hover, button.aux-tapestry.aux-fill:hover, input[type="button"].aux-tapestry.aux-fill:hover, .aux-button.aux-tapestry.aux-fill:hover { background-color: rgb(164, 70, 112) !important; }
a.button.aux-fire-engine-red, button.aux-fire-engine-red, input[type="button"].aux-fire-engine-red, .aux-button.aux-fire-engine-red { background-color: rgb(205, 44, 36); text-shadow: rgb(170, 37, 30) 0px 2px 0px; color: rgb(255, 255, 255); }
a.button.aux-fire-engine-red .aux-overlay::after, button.aux-fire-engine-red .aux-overlay::after, input[type="button"].aux-fire-engine-red .aux-overlay::after, .aux-button.aux-fire-engine-red .aux-overlay::after { background-color: rgb(170, 37, 30); }
a.button.aux-fire-engine-red.aux-fill:hover, button.aux-fire-engine-red.aux-fill:hover, input[type="button"].aux-fire-engine-red.aux-fill:hover, .aux-button.aux-fire-engine-red.aux-fill:hover { background-color: rgb(170, 37, 30) !important; }
a.button.aux-dark-orange, button.aux-dark-orange, input[type="button"].aux-dark-orange, .aux-button.aux-dark-orange { background-color: rgb(255, 140, 0); text-shadow: rgb(214, 118, 0) 0px 2px 0px; color: rgb(255, 255, 255); }
a.button.aux-dark-orange .aux-overlay::after, button.aux-dark-orange .aux-overlay::after, input[type="button"].aux-dark-orange .aux-overlay::after, .aux-button.aux-dark-orange .aux-overlay::after { background-color: rgb(214, 118, 0); }
a.button.aux-dark-orange.aux-fill:hover, button.aux-dark-orange.aux-fill:hover, input[type="button"].aux-dark-orange.aux-fill:hover, .aux-button.aux-dark-orange.aux-fill:hover { background-color: rgb(214, 118, 0) !important; }
a.button.aux-brick-red, button.aux-brick-red, input[type="button"].aux-brick-red, .aux-button.aux-brick-red { background-color: rgb(204, 68, 82); text-shadow: rgb(182, 50, 63) 0px 2px 0px; color: rgb(255, 255, 255); }
a.button.aux-brick-red .aux-overlay::after, button.aux-brick-red .aux-overlay::after, input[type="button"].aux-brick-red .aux-overlay::after, .aux-button.aux-brick-red .aux-overlay::after { background-color: rgb(182, 50, 63); }
a.button.aux-brick-red.aux-fill:hover, button.aux-brick-red.aux-fill:hover, input[type="button"].aux-brick-red.aux-fill:hover, .aux-button.aux-brick-red.aux-fill:hover { background-color: rgb(182, 50, 63) !important; }
a.button.aux-khaki, button.aux-khaki, input[type="button"].aux-khaki, .aux-button.aux-khaki { background-color: khaki; text-shadow: rgb(235, 222, 104) 0px 2px 0px; color: rgb(255, 255, 255); }
a.button.aux-khaki .aux-overlay::after, button.aux-khaki .aux-overlay::after, input[type="button"].aux-khaki .aux-overlay::after, .aux-button.aux-khaki .aux-overlay::after { background-color: rgb(235, 222, 104); }
a.button.aux-khaki.aux-fill:hover, button.aux-khaki.aux-fill:hover, input[type="button"].aux-khaki.aux-fill:hover, .aux-button.aux-khaki.aux-fill:hover { background-color: rgb(235, 222, 104) !important; }
a.button.aux-dark-text, button.aux-dark-text, input[type="button"].aux-dark-text, .aux-button.aux-dark-text { color: rgb(0, 0, 0); }
a.button.aux-uppercase, button.aux-uppercase, input[type="button"].aux-uppercase, .aux-button.aux-uppercase { text-transform: uppercase; }
input[type="submit"], input[type="reset"] { font-weight: 600; display: inline-block; position: relative; line-height: 100%; margin-bottom: 1em; border: none; cursor: pointer; overflow: hidden; z-index: 1; transition: all 0.45s ease 0s; }
input[type="submit"]:focus, input[type="reset"]:focus { outline: none; }
input[type="submit"] > *, input[type="reset"] > * { position: relative; }
input[type="submit"] .aux-overlay, input[type="reset"] .aux-overlay { position: absolute; width: 120%; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(0, 0); transition: transform 0.45s cubic-bezier(0.75, 0.1, 0.25, 0.9) 0s; }
input[type="submit"] .aux-overlay::after, input[type="reset"] .aux-overlay::after { position: relative; content: ""; border-radius: 50%; display: block; padding-top: 100%; }
input[type="submit"].aux-round .aux-overlay, input[type="reset"].aux-round .aux-overlay { width: 120%; }
input[type="submit"]:hover .aux-overlay, input[type="reset"]:hover .aux-overlay { transform: translate(-50%, -50%) scale(1, 1); }
input[type="submit"].aux-fill, input[type="reset"].aux-fill { transition: background-color 0.45s ease 0s; }
input[type="submit"].aux-fill .aux-overlay, input[type="reset"].aux-fill .aux-overlay { display: none; }
table { margin-bottom: 1.4em; width: 100%; max-width: 100%; border: 1px solid rgb(234, 234, 234); }
th { font-weight: 700; }
thead th { background: rgb(170, 170, 170); }
th, td, caption { padding: 4px 10px 4px 5px; }
td { border-color: rgb(234, 234, 234); border-style: solid; border-width: 0px 1px 1px 0px; }
table.striped tr:nth-child(2n) td, table tr.even td { background: rgb(252, 252, 252); }
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="url"], textarea { font-size: 100%; padding: 0.625em 0.75em; }
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, textarea:focus { outline: none; }
input.aux-large[type="text"], input.aux-large[type="password"], input.aux-large[type="email"], input.aux-large[type="tel"], input.aux-large[type="url"], textarea.aux-large { padding: 1em; font-size: 110%; }
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="url"], textarea, input.aux-outline[type="text"], input.aux-outline[type="password"], input.aux-outline[type="email"], input.aux-outline[type="tel"], input.aux-outline[type="url"], textarea.aux-outline { border: 1px solid rgb(187, 187, 187); background: 0px 0px; }
input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input.aux-outline[type="text"]::-webkit-input-placeholder, input.aux-outline[type="password"]::-webkit-input-placeholder, input.aux-outline[type="email"]::-webkit-input-placeholder, input.aux-outline[type="tel"]::-webkit-input-placeholder, input.aux-outline[type="url"]::-webkit-input-placeholder, textarea.aux-outline::-webkit-input-placeholder { color: rgb(197, 197, 197); }
input.aux-fill[type="text"], input.aux-fill[type="password"], input.aux-fill[type="email"], input.aux-fill[type="tel"], input.aux-fill[type="url"], textarea.aux-fill { background-color: rgb(241, 241, 241); border: none; }
input.aux-fill[type="text"]::-webkit-input-placeholder, input.aux-fill[type="password"]::-webkit-input-placeholder, input.aux-fill[type="email"]::-webkit-input-placeholder, input.aux-fill[type="tel"]::-webkit-input-placeholder, input.aux-fill[type="url"]::-webkit-input-placeholder, textarea.aux-fill::-webkit-input-placeholder { color: rgb(195, 195, 195); }
input.aux-bottom-line[type="text"], input.aux-bottom-line[type="password"], input.aux-bottom-line[type="email"], input.aux-bottom-line[type="tel"], input.aux-bottom-line[type="url"], textarea.aux-bottom-line { background: 0px 0px; border-top: none; border-right: none; border-left: none; border-image: initial; border-bottom: 1px solid rgb(187, 187, 187); padding-left: 0px; }
input.aux-bottom-line[type="text"]::-webkit-input-placeholder, input.aux-bottom-line[type="password"]::-webkit-input-placeholder, input.aux-bottom-line[type="email"]::-webkit-input-placeholder, input.aux-bottom-line[type="tel"]::-webkit-input-placeholder, input.aux-bottom-line[type="url"]::-webkit-input-placeholder, textarea.aux-bottom-line::-webkit-input-placeholder { color: rgb(195, 195, 195); }
input.aux-light[type="text"], input.aux-light[type="password"], input.aux-light[type="email"], input.aux-light[type="tel"], input.aux-light[type="url"], textarea.aux-light { color: rgb(255, 255, 255); }
input.aux-light[type="text"], input.aux-light[type="password"], input.aux-light[type="email"], input.aux-light[type="tel"], input.aux-light[type="url"], textarea.aux-light, input.aux-light.aux-outline[type="text"], input.aux-light.aux-outline[type="password"], input.aux-light.aux-outline[type="email"], input.aux-light.aux-outline[type="tel"], input.aux-light.aux-outline[type="url"], textarea.aux-light.aux-outline { border-color: rgb(255, 255, 255); }
input.aux-light[type="text"]::-webkit-input-placeholder, input.aux-light[type="password"]::-webkit-input-placeholder, input.aux-light[type="email"]::-webkit-input-placeholder, input.aux-light[type="tel"]::-webkit-input-placeholder, input.aux-light[type="url"]::-webkit-input-placeholder, textarea.aux-light::-webkit-input-placeholder, input.aux-light.aux-outline[type="text"]::-webkit-input-placeholder, input.aux-light.aux-outline[type="password"]::-webkit-input-placeholder, input.aux-light.aux-outline[type="email"]::-webkit-input-placeholder, input.aux-light.aux-outline[type="tel"]::-webkit-input-placeholder, input.aux-light.aux-outline[type="url"]::-webkit-input-placeholder, textarea.aux-light.aux-outline::-webkit-input-placeholder { color: rgb(204, 204, 204); }
input.aux-light.aux-fill[type="text"], input.aux-light.aux-fill[type="password"], input.aux-light.aux-fill[type="email"], input.aux-light.aux-fill[type="tel"], input.aux-light.aux-fill[type="url"], textarea.aux-light.aux-fill { background-color: rgb(230, 230, 230); }
input.aux-light.aux-fill[type="text"]::-webkit-input-placeholder, input.aux-light.aux-fill[type="password"]::-webkit-input-placeholder, input.aux-light.aux-fill[type="email"]::-webkit-input-placeholder, input.aux-light.aux-fill[type="tel"]::-webkit-input-placeholder, input.aux-light.aux-fill[type="url"]::-webkit-input-placeholder, textarea.aux-light.aux-fill::-webkit-input-placeholder { color: rgb(204, 204, 204); }
input.aux-light.aux-bottom-line[type="text"], input.aux-light.aux-bottom-line[type="password"], input.aux-light.aux-bottom-line[type="email"], input.aux-light.aux-bottom-line[type="tel"], input.aux-light.aux-bottom-line[type="url"], textarea.aux-light.aux-bottom-line { border-bottom-color: rgb(255, 255, 255); }
.aux-dropdown-container, .aux-select, .aux-dropdown { position: relative; z-index: 10; }
.aux-dropdown-container::after, .aux-select::after, .aux-dropdown::after { width: 0px; height: 0px; border-top: 0.45em solid rgb(61, 61, 61); border-left: 0.3em solid transparent; border-right: 0.3em solid transparent; content: ""; display: inline-block; position: relative; vertical-align: middle; left: -1.5em; z-index: -1; }
.aux-dropdown-container select, .aux-select select, .aux-dropdown select { appearance: none; background-color: transparent; border-radius: 0px; padding: 0.5em 2em 0.5em 1em; }
.aux-dropdown-container select:focus, .aux-select select:focus, .aux-dropdown select:focus { outline: none; }
.hidden { display: none !important; }
.left { float: left; }
.right { float: right; }
.center { margin-left: auto; margin-right: auto; display: block; clear: both; }
.alignright, .alignleft { margin-bottom: 1em; }
.alignright { float: right; margin-left: 1.5em; }
.alignleft { float: left; margin-right: 1.5em; }
.aux-text-align-center { text-align: center; }
.aux-text-align-left { text-align: left; }
.aux-text-align-right { text-align: right; }
.aux-center-margin { margin-right: auto; margin-left: auto; }
.aux-float-right { float: right; }
.aux-float-left { float: left; }
.rtl .left { float: right; }
.rtl .right { float: left; }
.rtl .aux-text-align-left { text-align: right; }
.rtl .aux-text-align-right { text-align: left; }
.rtl .aux-float-right { float: left; }
.rtl .aux-float-left { float: right; }
.aux-1-1, .aux-1-2, .aux-1-3, .aux-2-3, .aux-1-4, .aux-2-4, .aux-3-4, .aux-1-5, .aux-2-5, .aux-3-5, .aux-4-5, .aux-1-6, .aux-2-6, .aux-3-6, .aux-4-6, .aux-5-6, .aux-1-7, .aux-2-7, .aux-3-7, .aux-4-7, .aux-5-7, .aux-6-7, .aux-1-8, .aux-2-8, .aux-3-8, .aux-4-8, .aux-5-8, .aux-6-8, .aux-7-8, .aux-1-9, .aux-2-9, .aux-3-9, .aux-4-9, .aux-5-9, .aux-6-9, .aux-7-9, .aux-7-9, .aux-1-10, .aux-2-10, .aux-3-10, .aux-4-10, .aux-5-10, .aux-6-10, .aux-7-10, .aux-8-10, .aux-9-10, .aux-1-11, .aux-2-11, .aux-3-11, .aux-4-11, .aux-5-11, .aux-6-11, .aux-7-11, .aux-8-11, .aux-9-11, .aux-10-11, .aux-1-12, .aux-2-12, .aux-3-12, .aux-4-12, .aux-5-12, .aux-6-12, .aux-7-12, .aux-8-12, .aux-9-12, .aux-10-12, .aux-11-12, .aux-col { padding-left: 15px; padding-right: 15px; float: left; display: block; }
.aux-no-gutter > .aux-1-1, .aux-no-gutter > .aux-1-2, .aux-no-gutter > .aux-1-3, .aux-no-gutter > .aux-2-3, .aux-no-gutter > .aux-1-4, .aux-no-gutter > .aux-2-4, .aux-no-gutter > .aux-3-4, .aux-no-gutter > .aux-1-5, .aux-no-gutter > .aux-2-5, .aux-no-gutter > .aux-3-5, .aux-no-gutter > .aux-4-5, .aux-no-gutter > .aux-1-6, .aux-no-gutter > .aux-2-6, .aux-no-gutter > .aux-3-6, .aux-no-gutter > .aux-4-6, .aux-no-gutter > .aux-5-6, .aux-no-gutter > .aux-1-7, .aux-no-gutter > .aux-2-7, .aux-no-gutter > .aux-3-7, .aux-no-gutter > .aux-4-7, .aux-no-gutter > .aux-5-7, .aux-no-gutter > .aux-6-7, .aux-no-gutter > .aux-1-8, .aux-no-gutter > .aux-2-8, .aux-no-gutter > .aux-3-8, .aux-no-gutter > .aux-4-8, .aux-no-gutter > .aux-5-8, .aux-no-gutter > .aux-6-8, .aux-no-gutter > .aux-7-8, .aux-no-gutter > .aux-1-9, .aux-no-gutter > .aux-2-9, .aux-no-gutter > .aux-3-9, .aux-no-gutter > .aux-4-9, .aux-no-gutter > .aux-5-9, .aux-no-gutter > .aux-6-9, .aux-no-gutter > .aux-7-9, .aux-no-gutter > .aux-7-9, .aux-no-gutter > .aux-1-10, .aux-no-gutter > .aux-2-10, .aux-no-gutter > .aux-3-10, .aux-no-gutter > .aux-4-10, .aux-no-gutter > .aux-5-10, .aux-no-gutter > .aux-6-10, .aux-no-gutter > .aux-7-10, .aux-no-gutter > .aux-8-10, .aux-no-gutter > .aux-9-10, .aux-no-gutter > .aux-1-11, .aux-no-gutter > .aux-2-11, .aux-no-gutter > .aux-3-11, .aux-no-gutter > .aux-4-11, .aux-no-gutter > .aux-5-11, .aux-no-gutter > .aux-6-11, .aux-no-gutter > .aux-7-11, .aux-no-gutter > .aux-8-11, .aux-no-gutter > .aux-9-11, .aux-no-gutter > .aux-10-11, .aux-no-gutter > .aux-1-12, .aux-no-gutter > .aux-2-12, .aux-no-gutter > .aux-3-12, .aux-no-gutter > .aux-4-12, .aux-no-gutter > .aux-5-12, .aux-no-gutter > .aux-6-12, .aux-no-gutter > .aux-7-12, .aux-no-gutter > .aux-8-12, .aux-no-gutter > .aux-9-12, .aux-no-gutter > .aux-10-12, .aux-no-gutter > .aux-11-12, .aux-no-gutter > .aux-col { padding-left: 0px; padding-right: 0px; }
.aux-1-1, .aux-1-2, .aux-1-3, .aux-2-3, .aux-1-4, .aux-2-4, .aux-3-4, .aux-1-5, .aux-2-5, .aux-3-5, .aux-4-5, .aux-1-6, .aux-2-6, .aux-3-6, .aux-4-6, .aux-5-6, .aux-1-7, .aux-2-7, .aux-3-7, .aux-4-7, .aux-5-7, .aux-6-7, .aux-1-8, .aux-2-8, .aux-3-8, .aux-4-8, .aux-5-8, .aux-6-8, .aux-7-8, .aux-1-9, .aux-2-9, .aux-3-9, .aux-4-9, .aux-5-9, .aux-6-9, .aux-7-9, .aux-7-9, .aux-1-10, .aux-2-10, .aux-3-10, .aux-4-10, .aux-5-10, .aux-6-10, .aux-7-10, .aux-8-10, .aux-9-10, .aux-1-11, .aux-2-11, .aux-3-11, .aux-4-11, .aux-5-11, .aux-6-11, .aux-7-11, .aux-8-11, .aux-9-11, .aux-10-11, .aux-1-12, .aux-2-12, .aux-3-12, .aux-4-12, .aux-5-12, .aux-6-12, .aux-7-12, .aux-8-12, .aux-9-12, .aux-10-12, .aux-11-12 { margin-bottom: 30px; }
.aux-col-wrapper, .aux-row, .aux-col1, .aux-col2, .aux-col3, .aux-col4, .aux-col5, .aux-col5, .aux-col6, .aux-col7, .aux-col8, .aux-col9, .aux-col10, .aux-col11, .aux-col12 { position: relative; }
.aux-col-wrapper::after, .aux-row::after, .aux-col1::after, .aux-col2::after, .aux-col3::after, .aux-col4::after, .aux-col5::after, .aux-col5::after, .aux-col6::after, .aux-col7::after, .aux-col8::after, .aux-col9::after, .aux-col10::after, .aux-col11::after, .aux-col12::after { content: ""; display: table; clear: both; }
.aux-col-wrapper.aux-no-gutter, .aux-row.aux-no-gutter, .aux-col1.aux-no-gutter, .aux-col2.aux-no-gutter, .aux-col3.aux-no-gutter, .aux-col4.aux-no-gutter, .aux-col5.aux-no-gutter, .aux-col5.aux-no-gutter, .aux-col6.aux-no-gutter, .aux-col7.aux-no-gutter, .aux-col8.aux-no-gutter, .aux-col9.aux-no-gutter, .aux-col10.aux-no-gutter, .aux-col11.aux-no-gutter, .aux-col12.aux-no-gutter { margin-right: 0px; margin-left: 0px; }
.aux-col1 { margin-bottom: 30px; }
.aux-col2 { margin-bottom: 30px; }
.aux-col3 { margin-bottom: 30px; }
.aux-col4 { margin-bottom: 30px; }
.aux-col5 { margin-bottom: 30px; }
.aux-col6 { margin-bottom: 30px; }
.aux-col7 { margin-bottom: 30px; }
.aux-col8 { margin-bottom: 30px; }
.aux-col9 { margin-bottom: 30px; }
.aux-col10 { margin-bottom: 30px; }
.aux-col11 { margin-bottom: 30px; }
.aux-col12 { margin-bottom: 30px; }
.aux-col-wrapper, .aux-row, .aux-col2, .aux-col3, .aux-col4, .aux-col5, .aux-col6, .aux-col7, .aux-col8, .aux-col9, .aux-col10, .aux-col11, .aux-col12 { margin-left: -15px; margin-right: -15px; }
.aux-1-1 { width: 100%; }
.aux-1-2 { width: 50%; }
.aux-1-3 { width: 33.33%; }
.aux-1-4 { width: 25%; }
.aux-1-5 { width: 20%; }
.aux-1-6 { width: 16.66%; }
.aux-1-7 { width: 14.28%; }
.aux-1-8 { width: 12.5%; }
.aux-1-9 { width: 11.11%; }
.aux-1-10 { width: 10%; }
.aux-1-11 { width: 9.09%; }
.aux-1-12 { width: 8.33%; }
.aux-2-2 { width: 100%; }
.aux-2-3 { width: 66.66%; }
.aux-2-4 { width: 50%; }
.aux-2-5 { width: 40%; }
.aux-2-6 { width: 33.33%; }
.aux-2-7 { width: 28.57%; }
.aux-2-8 { width: 25%; }
.aux-2-9 { width: 22.22%; }
.aux-2-10 { width: 20%; }
.aux-2-11 { width: 18.18%; }
.aux-2-12 { width: 16.66%; }
.aux-3-3 { width: 100%; }
.aux-3-4 { width: 75%; }
.aux-3-5 { width: 60%; }
.aux-3-6 { width: 50%; }
.aux-3-7 { width: 42.85%; }
.aux-3-8 { width: 37.5%; }
.aux-3-9 { width: 33.33%; }
.aux-3-10 { width: 30%; }
.aux-3-11 { width: 27.27%; }
.aux-3-12 { width: 25%; }
.aux-4-4 { width: 100%; }
.aux-4-5 { width: 80%; }
.aux-4-6 { width: 66.66%; }
.aux-4-7 { width: 57.14%; }
.aux-4-8 { width: 50%; }
.aux-4-9 { width: 44.44%; }
.aux-4-10 { width: 40%; }
.aux-4-11 { width: 36.36%; }
.aux-4-12 { width: 33.33%; }
.aux-5-5 { width: 100%; }
.aux-5-6 { width: 83.33%; }
.aux-5-7 { width: 71.42%; }
.aux-5-8 { width: 62.5%; }
.aux-5-9 { width: 55.55%; }
.aux-5-10 { width: 50%; }
.aux-5-11 { width: 45.45%; }
.aux-5-12 { width: 41.66%; }
.aux-6-6 { width: 100%; }
.aux-6-7 { width: 85.71%; }
.aux-6-8 { width: 75%; }
.aux-6-9 { width: 66.66%; }
.aux-6-10 { width: 60%; }
.aux-6-11 { width: 54.54%; }
.aux-6-12 { width: 50%; }
.aux-7-7 { width: 100%; }
.aux-7-8 { width: 87.5%; }
.aux-7-9 { width: 77.77%; }
.aux-7-10 { width: 70%; }
.aux-7-11 { width: 63.63%; }
.aux-7-12 { width: 58.33%; }
.aux-8-8 { width: 100%; }
.aux-8-9 { width: 88.88%; }
.aux-8-10 { width: 80%; }
.aux-8-11 { width: 72.72%; }
.aux-8-12 { width: 66.66%; }
.aux-9-9 { width: 100%; }
.aux-9-10 { width: 90%; }
.aux-9-11 { width: 81.81%; }
.aux-9-12 { width: 75%; }
.aux-10-10 { width: 100%; }
.aux-10-11 { width: 90.9%; }
.aux-10-12 { width: 83.33%; }
.aux-11-11 { width: 100%; }
.aux-11-12 { width: 91.66%; }
.aux-12-12 { width: 100%; }
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .aux-tb-1-1 { width: 100%; }
  .aux-tb-1-2 { width: 50%; }
  .aux-tb-1-3 { width: 33.33%; }
  .aux-tb-1-4 { width: 25%; }
  .aux-tb-1-5 { width: 20%; }
  .aux-tb-1-6 { width: 16.66%; }
  .aux-tb-1-7 { width: 14.28%; }
  .aux-tb-1-8 { width: 12.5%; }
  .aux-tb-1-9 { width: 11.11%; }
  .aux-tb-1-10 { width: 10%; }
  .aux-tb-1-11 { width: 9.09%; }
  .aux-tb-1-12 { width: 8.33%; }
  .aux-tb-2-2 { width: 100%; }
  .aux-tb-2-3 { width: 66.66%; }
  .aux-tb-2-4 { width: 50%; }
  .aux-tb-2-5 { width: 40%; }
  .aux-tb-2-6 { width: 33.33%; }
  .aux-tb-2-7 { width: 28.57%; }
  .aux-tb-2-8 { width: 25%; }
  .aux-tb-2-9 { width: 22.22%; }
  .aux-tb-2-10 { width: 20%; }
  .aux-tb-2-11 { width: 18.18%; }
  .aux-tb-2-12 { width: 16.66%; }
  .aux-tb-3-3 { width: 100%; }
  .aux-tb-3-4 { width: 75%; }
  .aux-tb-3-5 { width: 60%; }
  .aux-tb-3-6 { width: 50%; }
  .aux-tb-3-7 { width: 42.85%; }
  .aux-tb-3-8 { width: 37.5%; }
  .aux-tb-3-9 { width: 33.33%; }
  .aux-tb-3-10 { width: 30%; }
  .aux-tb-3-11 { width: 27.27%; }
  .aux-tb-3-12 { width: 25%; }
  .aux-tb-4-4 { width: 100%; }
  .aux-tb-4-5 { width: 80%; }
  .aux-tb-4-6 { width: 66.66%; }
  .aux-tb-4-7 { width: 57.14%; }
  .aux-tb-4-8 { width: 50%; }
  .aux-tb-4-9 { width: 44.44%; }
  .aux-tb-4-10 { width: 40%; }
  .aux-tb-4-11 { width: 36.36%; }
  .aux-tb-4-12 { width: 33.33%; }
  .aux-tb-5-5 { width: 100%; }
  .aux-tb-5-6 { width: 83.33%; }
  .aux-tb-5-7 { width: 71.42%; }
  .aux-tb-5-8 { width: 62.5%; }
  .aux-tb-5-9 { width: 55.55%; }
  .aux-tb-5-10 { width: 50%; }
  .aux-tb-5-11 { width: 45.45%; }
  .aux-tb-5-12 { width: 41.66%; }
  .aux-tb-6-6 { width: 100%; }
  .aux-tb-6-7 { width: 85.71%; }
  .aux-tb-6-8 { width: 75%; }
  .aux-tb-6-9 { width: 66.66%; }
  .aux-tb-6-10 { width: 60%; }
  .aux-tb-6-11 { width: 54.54%; }
  .aux-tb-6-12 { width: 50%; }
  .aux-tb-7-7 { width: 100%; }
  .aux-tb-7-8 { width: 87.5%; }
  .aux-tb-7-9 { width: 77.77%; }
  .aux-tb-7-10 { width: 70%; }
  .aux-tb-7-11 { width: 63.63%; }
  .aux-tb-7-12 { width: 58.33%; }
  .aux-tb-8-8 { width: 100%; }
  .aux-tb-8-9 { width: 88.88%; }
  .aux-tb-8-10 { width: 80%; }
  .aux-tb-8-11 { width: 72.72%; }
  .aux-tb-8-12 { width: 66.66%; }
  .aux-tb-9-9 { width: 100%; }
  .aux-tb-9-10 { width: 90%; }
  .aux-tb-9-11 { width: 81.81%; }
  .aux-tb-9-12 { width: 75%; }
  .aux-tb-10-10 { width: 100%; }
  .aux-tb-10-11 { width: 90.9%; }
  .aux-tb-10-12 { width: 83.33%; }
  .aux-tb-11-11 { width: 100%; }
  .aux-tb-11-12 { width: 91.66%; }
  .aux-tb-12-12 { width: 100%; }
}
@media screen and (max-width: 767px) {
  .aux-mb-1-1 { width: 100%; }
  .aux-mb-1-2 { width: 50%; }
  .aux-mb-1-3 { width: 33.33%; }
  .aux-mb-1-4 { width: 25%; }
  .aux-mb-1-5 { width: 20%; }
  .aux-mb-1-6 { width: 16.66%; }
  .aux-mb-1-7 { width: 14.28%; }
  .aux-mb-1-8 { width: 12.5%; }
  .aux-mb-1-9 { width: 11.11%; }
  .aux-mb-1-10 { width: 10%; }
  .aux-mb-1-11 { width: 9.09%; }
  .aux-mb-1-12 { width: 8.33%; }
  .aux-mb-2-2 { width: 100%; }
  .aux-mb-2-3 { width: 66.66%; }
  .aux-mb-2-4 { width: 50%; }
  .aux-mb-2-5 { width: 40%; }
  .aux-mb-2-6 { width: 33.33%; }
  .aux-mb-2-7 { width: 28.57%; }
  .aux-mb-2-8 { width: 25%; }
  .aux-mb-2-9 { width: 22.22%; }
  .aux-mb-2-10 { width: 20%; }
  .aux-mb-2-11 { width: 18.18%; }
  .aux-mb-2-12 { width: 16.66%; }
  .aux-mb-3-3 { width: 100%; }
  .aux-mb-3-4 { width: 75%; }
  .aux-mb-3-5 { width: 60%; }
  .aux-mb-3-6 { width: 50%; }
  .aux-mb-3-7 { width: 42.85%; }
  .aux-mb-3-8 { width: 37.5%; }
  .aux-mb-3-9 { width: 33.33%; }
  .aux-mb-3-10 { width: 30%; }
  .aux-mb-3-11 { width: 27.27%; }
  .aux-mb-3-12 { width: 25%; }
  .aux-mb-4-4 { width: 100%; }
  .aux-mb-4-5 { width: 80%; }
  .aux-mb-4-6 { width: 66.66%; }
  .aux-mb-4-7 { width: 57.14%; }
  .aux-mb-4-8 { width: 50%; }
  .aux-mb-4-9 { width: 44.44%; }
  .aux-mb-4-10 { width: 40%; }
  .aux-mb-4-11 { width: 36.36%; }
  .aux-mb-4-12 { width: 33.33%; }
  .aux-mb-5-5 { width: 100%; }
  .aux-mb-5-6 { width: 83.33%; }
  .aux-mb-5-7 { width: 71.42%; }
  .aux-mb-5-8 { width: 62.5%; }
  .aux-mb-5-9 { width: 55.55%; }
  .aux-mb-5-10 { width: 50%; }
  .aux-mb-5-11 { width: 45.45%; }
  .aux-mb-5-12 { width: 41.66%; }
  .aux-mb-6-6 { width: 100%; }
  .aux-mb-6-7 { width: 85.71%; }
  .aux-mb-6-8 { width: 75%; }
  .aux-mb-6-9 { width: 66.66%; }
  .aux-mb-6-10 { width: 60%; }
  .aux-mb-6-11 { width: 54.54%; }
  .aux-mb-6-12 { width: 50%; }
  .aux-mb-7-7 { width: 100%; }
  .aux-mb-7-8 { width: 87.5%; }
  .aux-mb-7-9 { width: 77.77%; }
  .aux-mb-7-10 { width: 70%; }
  .aux-mb-7-11 { width: 63.63%; }
  .aux-mb-7-12 { width: 58.33%; }
  .aux-mb-8-8 { width: 100%; }
  .aux-mb-8-9 { width: 88.88%; }
  .aux-mb-8-10 { width: 80%; }
  .aux-mb-8-11 { width: 72.72%; }
  .aux-mb-8-12 { width: 66.66%; }
  .aux-mb-9-9 { width: 100%; }
  .aux-mb-9-10 { width: 90%; }
  .aux-mb-9-11 { width: 81.81%; }
  .aux-mb-9-12 { width: 75%; }
  .aux-mb-10-10 { width: 100%; }
  .aux-mb-10-11 { width: 90.9%; }
  .aux-mb-10-12 { width: 83.33%; }
  .aux-mb-11-11 { width: 100%; }
  .aux-mb-11-12 { width: 91.66%; }
  .aux-mb-12-12 { width: 100%; }
}
.aux-border-collapse > .aux-col { border-width: 1px 1px 1px 0px; border-style: solid; }
.aux-col1 > .aux-col { width: 100%; }
.aux-col2 > .aux-col { width: 50%; }
.aux-col2 .aux-col:nth-child(2n+3) { clear: left; }
.aux-col2.aux-border-collapse .aux-col:nth-child(2n+1) { border-left-width: 1px; }
.rtl .aux-col2.aux-border-collapse .aux-col:nth-child(2n) { border-left-width: 1px; }
.rtl .aux-col2.aux-border-collapse .aux-col:nth-child(2n+1) { border-left-width: 0px; }
.aux-col2 .aux-col:nth-child(2n+3) { margin-top: 30px; }
.aux-border-collapse.aux-col2 .aux-col:nth-child(2n+3) { border-top-width: 0px; }
.aux-col2 .aux-col:nth-child(2n+4) { margin-top: 30px; }
.aux-border-collapse.aux-col2 .aux-col:nth-child(2n+4) { border-top-width: 0px; }
.aux-col3 > .aux-col { width: 33.33%; }
.aux-col3 .aux-col:nth-child(3n+4) { clear: left; }
.aux-col3.aux-border-collapse .aux-col:nth-child(3n+1) { border-left-width: 1px; }
.rtl .aux-col3.aux-border-collapse .aux-col:nth-child(3n) { border-left-width: 1px; }
.rtl .aux-col3.aux-border-collapse .aux-col:nth-child(3n+1) { border-left-width: 0px; }
.aux-col3 .aux-col:nth-child(3n+4) { margin-top: 30px; }
.aux-border-collapse.aux-col3 .aux-col:nth-child(3n+4) { border-top-width: 0px; }
.aux-col3 .aux-col:nth-child(3n+5) { margin-top: 30px; }
.aux-border-collapse.aux-col3 .aux-col:nth-child(3n+5) { border-top-width: 0px; }
.aux-col3 .aux-col:nth-child(3n+6) { margin-top: 30px; }
.aux-border-collapse.aux-col3 .aux-col:nth-child(3n+6) { border-top-width: 0px; }
.aux-col4 > .aux-col { width: 25%; }
.aux-col4 .aux-col:nth-child(4n+5) { clear: left; }
.aux-col4.aux-border-collapse .aux-col:nth-child(4n+1) { border-left-width: 1px; }
.rtl .aux-col4.aux-border-collapse .aux-col:nth-child(4n) { border-left-width: 1px; }
.rtl .aux-col4.aux-border-collapse .aux-col:nth-child(4n+1) { border-left-width: 0px; }
.aux-col4 .aux-col:nth-child(4n+5) { margin-top: 30px; }
.aux-border-collapse.aux-col4 .aux-col:nth-child(4n+5) { border-top-width: 0px; }
.aux-col4 .aux-col:nth-child(4n+6) { margin-top: 30px; }
.aux-border-collapse.aux-col4 .aux-col:nth-child(4n+6) { border-top-width: 0px; }
.aux-col4 .aux-col:nth-child(4n+7) { margin-top: 30px; }
.aux-border-collapse.aux-col4 .aux-col:nth-child(4n+7) { border-top-width: 0px; }
.aux-col4 .aux-col:nth-child(4n+8) { margin-top: 30px; }
.aux-border-collapse.aux-col4 .aux-col:nth-child(4n+8) { border-top-width: 0px; }
.aux-col5 > .aux-col { width: 20%; }
.aux-col5 .aux-col:nth-child(5n+6) { clear: left; }
.aux-col5.aux-border-collapse .aux-col:nth-child(5n+1) { border-left-width: 1px; }
.rtl .aux-col5.aux-border-collapse .aux-col:nth-child(5n) { border-left-width: 1px; }
.rtl .aux-col5.aux-border-collapse .aux-col:nth-child(5n+1) { border-left-width: 0px; }
.aux-col5 .aux-col:nth-child(5n+6) { margin-top: 30px; }
.aux-border-collapse.aux-col5 .aux-col:nth-child(5n+6) { border-top-width: 0px; }
.aux-col5 .aux-col:nth-child(5n+7) { margin-top: 30px; }
.aux-border-collapse.aux-col5 .aux-col:nth-child(5n+7) { border-top-width: 0px; }
.aux-col5 .aux-col:nth-child(5n+8) { margin-top: 30px; }
.aux-border-collapse.aux-col5 .aux-col:nth-child(5n+8) { border-top-width: 0px; }
.aux-col5 .aux-col:nth-child(5n+9) { margin-top: 30px; }
.aux-border-collapse.aux-col5 .aux-col:nth-child(5n+9) { border-top-width: 0px; }
.aux-col5 .aux-col:nth-child(5n+10) { margin-top: 30px; }
.aux-border-collapse.aux-col5 .aux-col:nth-child(5n+10) { border-top-width: 0px; }
.aux-col6 > .aux-col { width: 16.66%; }
.aux-col6 .aux-col:nth-child(6n+7) { clear: left; }
.aux-col6.aux-border-collapse .aux-col:nth-child(6n+1) { border-left-width: 1px; }
.rtl .aux-col6.aux-border-collapse .aux-col:nth-child(6n) { border-left-width: 1px; }
.rtl .aux-col6.aux-border-collapse .aux-col:nth-child(6n+1) { border-left-width: 0px; }
.aux-col6 .aux-col:nth-child(6n+7) { margin-top: 30px; }
.aux-border-collapse.aux-col6 .aux-col:nth-child(6n+7) { border-top-width: 0px; }
.aux-col6 .aux-col:nth-child(6n+8) { margin-top: 30px; }
.aux-border-collapse.aux-col6 .aux-col:nth-child(6n+8) { border-top-width: 0px; }
.aux-col6 .aux-col:nth-child(6n+9) { margin-top: 30px; }
.aux-border-collapse.aux-col6 .aux-col:nth-child(6n+9) { border-top-width: 0px; }
.aux-col6 .aux-col:nth-child(6n+10) { margin-top: 30px; }
.aux-border-collapse.aux-col6 .aux-col:nth-child(6n+10) { border-top-width: 0px; }
.aux-col6 .aux-col:nth-child(6n+11) { margin-top: 30px; }
.aux-border-collapse.aux-col6 .aux-col:nth-child(6n+11) { border-top-width: 0px; }
.aux-col6 .aux-col:nth-child(6n+12) { margin-top: 30px; }
.aux-border-collapse.aux-col6 .aux-col:nth-child(6n+12) { border-top-width: 0px; }
.aux-col7 > .aux-col { width: 14.28%; }
.aux-col7 .aux-col:nth-child(7n+8) { clear: left; }
.aux-col7.aux-border-collapse .aux-col:nth-child(7n+1) { border-left-width: 1px; }
.rtl .aux-col7.aux-border-collapse .aux-col:nth-child(7n) { border-left-width: 1px; }
.rtl .aux-col7.aux-border-collapse .aux-col:nth-child(7n+1) { border-left-width: 0px; }
.aux-col7 .aux-col:nth-child(7n+8) { margin-top: 30px; }
.aux-border-collapse.aux-col7 .aux-col:nth-child(7n+8) { border-top-width: 0px; }
.aux-col7 .aux-col:nth-child(7n+9) { margin-top: 30px; }
.aux-border-collapse.aux-col7 .aux-col:nth-child(7n+9) { border-top-width: 0px; }
.aux-col7 .aux-col:nth-child(7n+10) { margin-top: 30px; }
.aux-border-collapse.aux-col7 .aux-col:nth-child(7n+10) { border-top-width: 0px; }
.aux-col7 .aux-col:nth-child(7n+11) { margin-top: 30px; }
.aux-border-collapse.aux-col7 .aux-col:nth-child(7n+11) { border-top-width: 0px; }
.aux-col7 .aux-col:nth-child(7n+12) { margin-top: 30px; }
.aux-border-collapse.aux-col7 .aux-col:nth-child(7n+12) { border-top-width: 0px; }
.aux-col7 .aux-col:nth-child(7n+13) { margin-top: 30px; }
.aux-border-collapse.aux-col7 .aux-col:nth-child(7n+13) { border-top-width: 0px; }
.aux-col7 .aux-col:nth-child(7n+14) { margin-top: 30px; }
.aux-border-collapse.aux-col7 .aux-col:nth-child(7n+14) { border-top-width: 0px; }
.aux-col8 > .aux-col { width: 12.5%; }
.aux-col8 .aux-col:nth-child(8n+9) { clear: left; }
.aux-col8.aux-border-collapse .aux-col:nth-child(8n+1) { border-left-width: 1px; }
.rtl .aux-col8.aux-border-collapse .aux-col:nth-child(8n) { border-left-width: 1px; }
.rtl .aux-col8.aux-border-collapse .aux-col:nth-child(8n+1) { border-left-width: 0px; }
.aux-col8 .aux-col:nth-child(8n+9) { margin-top: 30px; }
.aux-border-collapse.aux-col8 .aux-col:nth-child(8n+9) { border-top-width: 0px; }
.aux-col8 .aux-col:nth-child(8n+10) { margin-top: 30px; }
.aux-border-collapse.aux-col8 .aux-col:nth-child(8n+10) { border-top-width: 0px; }
.aux-col8 .aux-col:nth-child(8n+11) { margin-top: 30px; }
.aux-border-collapse.aux-col8 .aux-col:nth-child(8n+11) { border-top-width: 0px; }
.aux-col8 .aux-col:nth-child(8n+12) { margin-top: 30px; }
.aux-border-collapse.aux-col8 .aux-col:nth-child(8n+12) { border-top-width: 0px; }
.aux-col8 .aux-col:nth-child(8n+13) { margin-top: 30px; }
.aux-border-collapse.aux-col8 .aux-col:nth-child(8n+13) { border-top-width: 0px; }
.aux-col8 .aux-col:nth-child(8n+14) { margin-top: 30px; }
.aux-border-collapse.aux-col8 .aux-col:nth-child(8n+14) { border-top-width: 0px; }
.aux-col8 .aux-col:nth-child(8n+15) { margin-top: 30px; }
.aux-border-collapse.aux-col8 .aux-col:nth-child(8n+15) { border-top-width: 0px; }
.aux-col8 .aux-col:nth-child(8n+16) { margin-top: 30px; }
.aux-border-collapse.aux-col8 .aux-col:nth-child(8n+16) { border-top-width: 0px; }
.aux-col9 > .aux-col { width: 11.11%; }
.aux-col9 .aux-col:nth-child(9n+10) { clear: left; }
.aux-col9.aux-border-collapse .aux-col:nth-child(9n+1) { border-left-width: 1px; }
.rtl .aux-col9.aux-border-collapse .aux-col:nth-child(9n) { border-left-width: 1px; }
.rtl .aux-col9.aux-border-collapse .aux-col:nth-child(9n+1) { border-left-width: 0px; }
.aux-col9 .aux-col:nth-child(9n+10) { margin-top: 30px; }
.aux-border-collapse.aux-col9 .aux-col:nth-child(9n+10) { border-top-width: 0px; }
.aux-col9 .aux-col:nth-child(9n+11) { margin-top: 30px; }
.aux-border-collapse.aux-col9 .aux-col:nth-child(9n+11) { border-top-width: 0px; }
.aux-col9 .aux-col:nth-child(9n+12) { margin-top: 30px; }
.aux-border-collapse.aux-col9 .aux-col:nth-child(9n+12) { border-top-width: 0px; }
.aux-col9 .aux-col:nth-child(9n+13) { margin-top: 30px; }
.aux-border-collapse.aux-col9 .aux-col:nth-child(9n+13) { border-top-width: 0px; }
.aux-col9 .aux-col:nth-child(9n+14) { margin-top: 30px; }
.aux-border-collapse.aux-col9 .aux-col:nth-child(9n+14) { border-top-width: 0px; }
.aux-col9 .aux-col:nth-child(9n+15) { margin-top: 30px; }
.aux-border-collapse.aux-col9 .aux-col:nth-child(9n+15) { border-top-width: 0px; }
.aux-col9 .aux-col:nth-child(9n+16) { margin-top: 30px; }
.aux-border-collapse.aux-col9 .aux-col:nth-child(9n+16) { border-top-width: 0px; }
.aux-col9 .aux-col:nth-child(9n+17) { margin-top: 30px; }
.aux-border-collapse.aux-col9 .aux-col:nth-child(9n+17) { border-top-width: 0px; }
.aux-col9 .aux-col:nth-child(9n+18) { margin-top: 30px; }
.aux-border-collapse.aux-col9 .aux-col:nth-child(9n+18) { border-top-width: 0px; }
.aux-col10 > .aux-col { width: 10%; }
.aux-col10 .aux-col:nth-child(10n+11) { clear: left; }
.aux-col10.aux-border-collapse .aux-col:nth-child(10n+1) { border-left-width: 1px; }
.rtl .aux-col10.aux-border-collapse .aux-col:nth-child(10n) { border-left-width: 1px; }
.rtl .aux-col10.aux-border-collapse .aux-col:nth-child(10n+1) { border-left-width: 0px; }
.aux-col10 .aux-col:nth-child(10n+11) { margin-top: 30px; }
.aux-border-collapse.aux-col10 .aux-col:nth-child(10n+11) { border-top-width: 0px; }
.aux-col10 .aux-col:nth-child(10n+12) { margin-top: 30px; }
.aux-border-collapse.aux-col10 .aux-col:nth-child(10n+12) { border-top-width: 0px; }
.aux-col10 .aux-col:nth-child(10n+13) { margin-top: 30px; }
.aux-border-collapse.aux-col10 .aux-col:nth-child(10n+13) { border-top-width: 0px; }
.aux-col10 .aux-col:nth-child(10n+14) { margin-top: 30px; }
.aux-border-collapse.aux-col10 .aux-col:nth-child(10n+14) { border-top-width: 0px; }
.aux-col10 .aux-col:nth-child(10n+15) { margin-top: 30px; }
.aux-border-collapse.aux-col10 .aux-col:nth-child(10n+15) { border-top-width: 0px; }
.aux-col10 .aux-col:nth-child(10n+16) { margin-top: 30px; }
.aux-border-collapse.aux-col10 .aux-col:nth-child(10n+16) { border-top-width: 0px; }
.aux-col10 .aux-col:nth-child(10n+17) { margin-top: 30px; }
.aux-border-collapse.aux-col10 .aux-col:nth-child(10n+17) { border-top-width: 0px; }
.aux-col10 .aux-col:nth-child(10n+18) { margin-top: 30px; }
.aux-border-collapse.aux-col10 .aux-col:nth-child(10n+18) { border-top-width: 0px; }
.aux-col10 .aux-col:nth-child(10n+19) { margin-top: 30px; }
.aux-border-collapse.aux-col10 .aux-col:nth-child(10n+19) { border-top-width: 0px; }
.aux-col10 .aux-col:nth-child(10n+20) { margin-top: 30px; }
.aux-border-collapse.aux-col10 .aux-col:nth-child(10n+20) { border-top-width: 0px; }
.aux-col11 > .aux-col { width: 9.09%; }
.aux-col11 .aux-col:nth-child(11n+12) { clear: left; }
.aux-col11.aux-border-collapse .aux-col:nth-child(11n+1) { border-left-width: 1px; }
.rtl .aux-col11.aux-border-collapse .aux-col:nth-child(11n) { border-left-width: 1px; }
.rtl .aux-col11.aux-border-collapse .aux-col:nth-child(11n+1) { border-left-width: 0px; }
.aux-col11 .aux-col:nth-child(11n+12) { margin-top: 30px; }
.aux-border-collapse.aux-col11 .aux-col:nth-child(11n+12) { border-top-width: 0px; }
.aux-col11 .aux-col:nth-child(11n+13) { margin-top: 30px; }
.aux-border-collapse.aux-col11 .aux-col:nth-child(11n+13) { border-top-width: 0px; }
.aux-col11 .aux-col:nth-child(11n+14) { margin-top: 30px; }
.aux-border-collapse.aux-col11 .aux-col:nth-child(11n+14) { border-top-width: 0px; }
.aux-col11 .aux-col:nth-child(11n+15) { margin-top: 30px; }
.aux-border-collapse.aux-col11 .aux-col:nth-child(11n+15) { border-top-width: 0px; }
.aux-col11 .aux-col:nth-child(11n+16) { margin-top: 30px; }
.aux-border-collapse.aux-col11 .aux-col:nth-child(11n+16) { border-top-width: 0px; }
.aux-col11 .aux-col:nth-child(11n+17) { margin-top: 30px; }
.aux-border-collapse.aux-col11 .aux-col:nth-child(11n+17) { border-top-width: 0px; }
.aux-col11 .aux-col:nth-child(11n+18) { margin-top: 30px; }
.aux-border-collapse.aux-col11 .aux-col:nth-child(11n+18) { border-top-width: 0px; }
.aux-col11 .aux-col:nth-child(11n+19) { margin-top: 30px; }
.aux-border-collapse.aux-col11 .aux-col:nth-child(11n+19) { border-top-width: 0px; }
.aux-col11 .aux-col:nth-child(11n+20) { margin-top: 30px; }
.aux-border-collapse.aux-col11 .aux-col:nth-child(11n+20) { border-top-width: 0px; }
.aux-col11 .aux-col:nth-child(11n+21) { margin-top: 30px; }
.aux-border-collapse.aux-col11 .aux-col:nth-child(11n+21) { border-top-width: 0px; }
.aux-col11 .aux-col:nth-child(11n+22) { margin-top: 30px; }
.aux-border-collapse.aux-col11 .aux-col:nth-child(11n+22) { border-top-width: 0px; }
.aux-col12 > .aux-col { width: 8.33%; }
.aux-col12 .aux-col:nth-child(12n+13) { clear: left; }
.aux-col12.aux-border-collapse .aux-col:nth-child(12n+1) { border-left-width: 1px; }
.rtl .aux-col12.aux-border-collapse .aux-col:nth-child(12n) { border-left-width: 1px; }
.rtl .aux-col12.aux-border-collapse .aux-col:nth-child(12n+1) { border-left-width: 0px; }
.aux-col12 .aux-col:nth-child(12n+13) { margin-top: 30px; }
.aux-border-collapse.aux-col12 .aux-col:nth-child(12n+13) { border-top-width: 0px; }
.aux-col12 .aux-col:nth-child(12n+14) { margin-top: 30px; }
.aux-border-collapse.aux-col12 .aux-col:nth-child(12n+14) { border-top-width: 0px; }
.aux-col12 .aux-col:nth-child(12n+15) { margin-top: 30px; }
.aux-border-collapse.aux-col12 .aux-col:nth-child(12n+15) { border-top-width: 0px; }
.aux-col12 .aux-col:nth-child(12n+16) { margin-top: 30px; }
.aux-border-collapse.aux-col12 .aux-col:nth-child(12n+16) { border-top-width: 0px; }
.aux-col12 .aux-col:nth-child(12n+17) { margin-top: 30px; }
.aux-border-collapse.aux-col12 .aux-col:nth-child(12n+17) { border-top-width: 0px; }
.aux-col12 .aux-col:nth-child(12n+18) { margin-top: 30px; }
.aux-border-collapse.aux-col12 .aux-col:nth-child(12n+18) { border-top-width: 0px; }
.aux-col12 .aux-col:nth-child(12n+19) { margin-top: 30px; }
.aux-border-collapse.aux-col12 .aux-col:nth-child(12n+19) { border-top-width: 0px; }
.aux-col12 .aux-col:nth-child(12n+20) { margin-top: 30px; }
.aux-border-collapse.aux-col12 .aux-col:nth-child(12n+20) { border-top-width: 0px; }
.aux-col12 .aux-col:nth-child(12n+21) { margin-top: 30px; }
.aux-border-collapse.aux-col12 .aux-col:nth-child(12n+21) { border-top-width: 0px; }
.aux-col12 .aux-col:nth-child(12n+22) { margin-top: 30px; }
.aux-border-collapse.aux-col12 .aux-col:nth-child(12n+22) { border-top-width: 0px; }
.aux-col12 .aux-col:nth-child(12n+23) { margin-top: 30px; }
.aux-border-collapse.aux-col12 .aux-col:nth-child(12n+23) { border-top-width: 0px; }
.aux-col12 .aux-col:nth-child(12n+24) { margin-top: 30px; }
.aux-border-collapse.aux-col12 .aux-col:nth-child(12n+24) { border-top-width: 0px; }
.aux-col1 > .aux-col:nth-child(n+2) { margin-top: 30px; }
.aux-col1.aux-border-collapse > .aux-col { border-left-width: 1px; }
.aux-col1.aux-border-collapse > .aux-col:nth-child(n+2) { border-top-width: 0px; }
@media screen and (min-width: 1025px) {
  .aux-de-col1 > .aux-col { width: 100%; }
  .aux-de-col2 > .aux-col { width: 50%; }
  .aux-de-col2 .aux-col:nth-child(2n+3) { clear: left; }
  .aux-de-col2.aux-border-collapse .aux-col:nth-child(2n+1) { border-left-width: 1px; }
  .rtl .aux-de-col2.aux-border-collapse .aux-col:nth-child(2n) { border-left-width: 1px; }
  .rtl .aux-de-col2.aux-border-collapse .aux-col:nth-child(2n+1) { border-left-width: 0px; }
  .aux-de-col2 .aux-col:nth-child(2n+3) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col2 .aux-col:nth-child(2n+3) { border-top-width: 0px; }
  .aux-de-col2 .aux-col:nth-child(2n+4) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col2 .aux-col:nth-child(2n+4) { border-top-width: 0px; }
  .aux-de-col3 > .aux-col { width: 33.33%; }
  .aux-de-col3 .aux-col:nth-child(3n+4) { clear: left; }
  .aux-de-col3.aux-border-collapse .aux-col:nth-child(3n+1) { border-left-width: 1px; }
  .rtl .aux-de-col3.aux-border-collapse .aux-col:nth-child(3n) { border-left-width: 1px; }
  .rtl .aux-de-col3.aux-border-collapse .aux-col:nth-child(3n+1) { border-left-width: 0px; }
  .aux-de-col3 .aux-col:nth-child(3n+4) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col3 .aux-col:nth-child(3n+4) { border-top-width: 0px; }
  .aux-de-col3 .aux-col:nth-child(3n+5) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col3 .aux-col:nth-child(3n+5) { border-top-width: 0px; }
  .aux-de-col3 .aux-col:nth-child(3n+6) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col3 .aux-col:nth-child(3n+6) { border-top-width: 0px; }
  .aux-de-col4 > .aux-col { width: 25%; }
  .aux-de-col4 .aux-col:nth-child(4n+5) { clear: left; }
  .aux-de-col4.aux-border-collapse .aux-col:nth-child(4n+1) { border-left-width: 1px; }
  .rtl .aux-de-col4.aux-border-collapse .aux-col:nth-child(4n) { border-left-width: 1px; }
  .rtl .aux-de-col4.aux-border-collapse .aux-col:nth-child(4n+1) { border-left-width: 0px; }
  .aux-de-col4 .aux-col:nth-child(4n+5) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col4 .aux-col:nth-child(4n+5) { border-top-width: 0px; }
  .aux-de-col4 .aux-col:nth-child(4n+6) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col4 .aux-col:nth-child(4n+6) { border-top-width: 0px; }
  .aux-de-col4 .aux-col:nth-child(4n+7) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col4 .aux-col:nth-child(4n+7) { border-top-width: 0px; }
  .aux-de-col4 .aux-col:nth-child(4n+8) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col4 .aux-col:nth-child(4n+8) { border-top-width: 0px; }
  .aux-de-col5 > .aux-col { width: 20%; }
  .aux-de-col5 .aux-col:nth-child(5n+6) { clear: left; }
  .aux-de-col5.aux-border-collapse .aux-col:nth-child(5n+1) { border-left-width: 1px; }
  .rtl .aux-de-col5.aux-border-collapse .aux-col:nth-child(5n) { border-left-width: 1px; }
  .rtl .aux-de-col5.aux-border-collapse .aux-col:nth-child(5n+1) { border-left-width: 0px; }
  .aux-de-col5 .aux-col:nth-child(5n+6) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col5 .aux-col:nth-child(5n+6) { border-top-width: 0px; }
  .aux-de-col5 .aux-col:nth-child(5n+7) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col5 .aux-col:nth-child(5n+7) { border-top-width: 0px; }
  .aux-de-col5 .aux-col:nth-child(5n+8) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col5 .aux-col:nth-child(5n+8) { border-top-width: 0px; }
  .aux-de-col5 .aux-col:nth-child(5n+9) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col5 .aux-col:nth-child(5n+9) { border-top-width: 0px; }
  .aux-de-col5 .aux-col:nth-child(5n+10) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col5 .aux-col:nth-child(5n+10) { border-top-width: 0px; }
  .aux-de-col6 > .aux-col { width: 16.66%; }
  .aux-de-col6 .aux-col:nth-child(6n+7) { clear: left; }
  .aux-de-col6.aux-border-collapse .aux-col:nth-child(6n+1) { border-left-width: 1px; }
  .rtl .aux-de-col6.aux-border-collapse .aux-col:nth-child(6n) { border-left-width: 1px; }
  .rtl .aux-de-col6.aux-border-collapse .aux-col:nth-child(6n+1) { border-left-width: 0px; }
  .aux-de-col6 .aux-col:nth-child(6n+7) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col6 .aux-col:nth-child(6n+7) { border-top-width: 0px; }
  .aux-de-col6 .aux-col:nth-child(6n+8) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col6 .aux-col:nth-child(6n+8) { border-top-width: 0px; }
  .aux-de-col6 .aux-col:nth-child(6n+9) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col6 .aux-col:nth-child(6n+9) { border-top-width: 0px; }
  .aux-de-col6 .aux-col:nth-child(6n+10) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col6 .aux-col:nth-child(6n+10) { border-top-width: 0px; }
  .aux-de-col6 .aux-col:nth-child(6n+11) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col6 .aux-col:nth-child(6n+11) { border-top-width: 0px; }
  .aux-de-col6 .aux-col:nth-child(6n+12) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col6 .aux-col:nth-child(6n+12) { border-top-width: 0px; }
  .aux-de-col7 > .aux-col { width: 14.28%; }
  .aux-de-col7 .aux-col:nth-child(7n+8) { clear: left; }
  .aux-de-col7.aux-border-collapse .aux-col:nth-child(7n+1) { border-left-width: 1px; }
  .rtl .aux-de-col7.aux-border-collapse .aux-col:nth-child(7n) { border-left-width: 1px; }
  .rtl .aux-de-col7.aux-border-collapse .aux-col:nth-child(7n+1) { border-left-width: 0px; }
  .aux-de-col7 .aux-col:nth-child(7n+8) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col7 .aux-col:nth-child(7n+8) { border-top-width: 0px; }
  .aux-de-col7 .aux-col:nth-child(7n+9) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col7 .aux-col:nth-child(7n+9) { border-top-width: 0px; }
  .aux-de-col7 .aux-col:nth-child(7n+10) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col7 .aux-col:nth-child(7n+10) { border-top-width: 0px; }
  .aux-de-col7 .aux-col:nth-child(7n+11) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col7 .aux-col:nth-child(7n+11) { border-top-width: 0px; }
  .aux-de-col7 .aux-col:nth-child(7n+12) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col7 .aux-col:nth-child(7n+12) { border-top-width: 0px; }
  .aux-de-col7 .aux-col:nth-child(7n+13) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col7 .aux-col:nth-child(7n+13) { border-top-width: 0px; }
  .aux-de-col7 .aux-col:nth-child(7n+14) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col7 .aux-col:nth-child(7n+14) { border-top-width: 0px; }
  .aux-de-col8 > .aux-col { width: 12.5%; }
  .aux-de-col8 .aux-col:nth-child(8n+9) { clear: left; }
  .aux-de-col8.aux-border-collapse .aux-col:nth-child(8n+1) { border-left-width: 1px; }
  .rtl .aux-de-col8.aux-border-collapse .aux-col:nth-child(8n) { border-left-width: 1px; }
  .rtl .aux-de-col8.aux-border-collapse .aux-col:nth-child(8n+1) { border-left-width: 0px; }
  .aux-de-col8 .aux-col:nth-child(8n+9) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col8 .aux-col:nth-child(8n+9) { border-top-width: 0px; }
  .aux-de-col8 .aux-col:nth-child(8n+10) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col8 .aux-col:nth-child(8n+10) { border-top-width: 0px; }
  .aux-de-col8 .aux-col:nth-child(8n+11) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col8 .aux-col:nth-child(8n+11) { border-top-width: 0px; }
  .aux-de-col8 .aux-col:nth-child(8n+12) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col8 .aux-col:nth-child(8n+12) { border-top-width: 0px; }
  .aux-de-col8 .aux-col:nth-child(8n+13) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col8 .aux-col:nth-child(8n+13) { border-top-width: 0px; }
  .aux-de-col8 .aux-col:nth-child(8n+14) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col8 .aux-col:nth-child(8n+14) { border-top-width: 0px; }
  .aux-de-col8 .aux-col:nth-child(8n+15) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col8 .aux-col:nth-child(8n+15) { border-top-width: 0px; }
  .aux-de-col8 .aux-col:nth-child(8n+16) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col8 .aux-col:nth-child(8n+16) { border-top-width: 0px; }
  .aux-de-col9 > .aux-col { width: 11.11%; }
  .aux-de-col9 .aux-col:nth-child(9n+10) { clear: left; }
  .aux-de-col9.aux-border-collapse .aux-col:nth-child(9n+1) { border-left-width: 1px; }
  .rtl .aux-de-col9.aux-border-collapse .aux-col:nth-child(9n) { border-left-width: 1px; }
  .rtl .aux-de-col9.aux-border-collapse .aux-col:nth-child(9n+1) { border-left-width: 0px; }
  .aux-de-col9 .aux-col:nth-child(9n+10) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col9 .aux-col:nth-child(9n+10) { border-top-width: 0px; }
  .aux-de-col9 .aux-col:nth-child(9n+11) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col9 .aux-col:nth-child(9n+11) { border-top-width: 0px; }
  .aux-de-col9 .aux-col:nth-child(9n+12) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col9 .aux-col:nth-child(9n+12) { border-top-width: 0px; }
  .aux-de-col9 .aux-col:nth-child(9n+13) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col9 .aux-col:nth-child(9n+13) { border-top-width: 0px; }
  .aux-de-col9 .aux-col:nth-child(9n+14) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col9 .aux-col:nth-child(9n+14) { border-top-width: 0px; }
  .aux-de-col9 .aux-col:nth-child(9n+15) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col9 .aux-col:nth-child(9n+15) { border-top-width: 0px; }
  .aux-de-col9 .aux-col:nth-child(9n+16) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col9 .aux-col:nth-child(9n+16) { border-top-width: 0px; }
  .aux-de-col9 .aux-col:nth-child(9n+17) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col9 .aux-col:nth-child(9n+17) { border-top-width: 0px; }
  .aux-de-col9 .aux-col:nth-child(9n+18) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col9 .aux-col:nth-child(9n+18) { border-top-width: 0px; }
  .aux-de-col10 > .aux-col { width: 10%; }
  .aux-de-col10 .aux-col:nth-child(10n+11) { clear: left; }
  .aux-de-col10.aux-border-collapse .aux-col:nth-child(10n+1) { border-left-width: 1px; }
  .rtl .aux-de-col10.aux-border-collapse .aux-col:nth-child(10n) { border-left-width: 1px; }
  .rtl .aux-de-col10.aux-border-collapse .aux-col:nth-child(10n+1) { border-left-width: 0px; }
  .aux-de-col10 .aux-col:nth-child(10n+11) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col10 .aux-col:nth-child(10n+11) { border-top-width: 0px; }
  .aux-de-col10 .aux-col:nth-child(10n+12) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col10 .aux-col:nth-child(10n+12) { border-top-width: 0px; }
  .aux-de-col10 .aux-col:nth-child(10n+13) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col10 .aux-col:nth-child(10n+13) { border-top-width: 0px; }
  .aux-de-col10 .aux-col:nth-child(10n+14) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col10 .aux-col:nth-child(10n+14) { border-top-width: 0px; }
  .aux-de-col10 .aux-col:nth-child(10n+15) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col10 .aux-col:nth-child(10n+15) { border-top-width: 0px; }
  .aux-de-col10 .aux-col:nth-child(10n+16) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col10 .aux-col:nth-child(10n+16) { border-top-width: 0px; }
  .aux-de-col10 .aux-col:nth-child(10n+17) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col10 .aux-col:nth-child(10n+17) { border-top-width: 0px; }
  .aux-de-col10 .aux-col:nth-child(10n+18) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col10 .aux-col:nth-child(10n+18) { border-top-width: 0px; }
  .aux-de-col10 .aux-col:nth-child(10n+19) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col10 .aux-col:nth-child(10n+19) { border-top-width: 0px; }
  .aux-de-col10 .aux-col:nth-child(10n+20) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col10 .aux-col:nth-child(10n+20) { border-top-width: 0px; }
  .aux-de-col11 > .aux-col { width: 9.09%; }
  .aux-de-col11 .aux-col:nth-child(11n+12) { clear: left; }
  .aux-de-col11.aux-border-collapse .aux-col:nth-child(11n+1) { border-left-width: 1px; }
  .rtl .aux-de-col11.aux-border-collapse .aux-col:nth-child(11n) { border-left-width: 1px; }
  .rtl .aux-de-col11.aux-border-collapse .aux-col:nth-child(11n+1) { border-left-width: 0px; }
  .aux-de-col11 .aux-col:nth-child(11n+12) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col11 .aux-col:nth-child(11n+12) { border-top-width: 0px; }
  .aux-de-col11 .aux-col:nth-child(11n+13) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col11 .aux-col:nth-child(11n+13) { border-top-width: 0px; }
  .aux-de-col11 .aux-col:nth-child(11n+14) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col11 .aux-col:nth-child(11n+14) { border-top-width: 0px; }
  .aux-de-col11 .aux-col:nth-child(11n+15) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col11 .aux-col:nth-child(11n+15) { border-top-width: 0px; }
  .aux-de-col11 .aux-col:nth-child(11n+16) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col11 .aux-col:nth-child(11n+16) { border-top-width: 0px; }
  .aux-de-col11 .aux-col:nth-child(11n+17) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col11 .aux-col:nth-child(11n+17) { border-top-width: 0px; }
  .aux-de-col11 .aux-col:nth-child(11n+18) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col11 .aux-col:nth-child(11n+18) { border-top-width: 0px; }
  .aux-de-col11 .aux-col:nth-child(11n+19) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col11 .aux-col:nth-child(11n+19) { border-top-width: 0px; }
  .aux-de-col11 .aux-col:nth-child(11n+20) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col11 .aux-col:nth-child(11n+20) { border-top-width: 0px; }
  .aux-de-col11 .aux-col:nth-child(11n+21) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col11 .aux-col:nth-child(11n+21) { border-top-width: 0px; }
  .aux-de-col11 .aux-col:nth-child(11n+22) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col11 .aux-col:nth-child(11n+22) { border-top-width: 0px; }
  .aux-de-col12 > .aux-col { width: 8.33%; }
  .aux-de-col12 .aux-col:nth-child(12n+13) { clear: left; }
  .aux-de-col12.aux-border-collapse .aux-col:nth-child(12n+1) { border-left-width: 1px; }
  .rtl .aux-de-col12.aux-border-collapse .aux-col:nth-child(12n) { border-left-width: 1px; }
  .rtl .aux-de-col12.aux-border-collapse .aux-col:nth-child(12n+1) { border-left-width: 0px; }
  .aux-de-col12 .aux-col:nth-child(12n+13) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col12 .aux-col:nth-child(12n+13) { border-top-width: 0px; }
  .aux-de-col12 .aux-col:nth-child(12n+14) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col12 .aux-col:nth-child(12n+14) { border-top-width: 0px; }
  .aux-de-col12 .aux-col:nth-child(12n+15) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col12 .aux-col:nth-child(12n+15) { border-top-width: 0px; }
  .aux-de-col12 .aux-col:nth-child(12n+16) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col12 .aux-col:nth-child(12n+16) { border-top-width: 0px; }
  .aux-de-col12 .aux-col:nth-child(12n+17) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col12 .aux-col:nth-child(12n+17) { border-top-width: 0px; }
  .aux-de-col12 .aux-col:nth-child(12n+18) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col12 .aux-col:nth-child(12n+18) { border-top-width: 0px; }
  .aux-de-col12 .aux-col:nth-child(12n+19) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col12 .aux-col:nth-child(12n+19) { border-top-width: 0px; }
  .aux-de-col12 .aux-col:nth-child(12n+20) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col12 .aux-col:nth-child(12n+20) { border-top-width: 0px; }
  .aux-de-col12 .aux-col:nth-child(12n+21) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col12 .aux-col:nth-child(12n+21) { border-top-width: 0px; }
  .aux-de-col12 .aux-col:nth-child(12n+22) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col12 .aux-col:nth-child(12n+22) { border-top-width: 0px; }
  .aux-de-col12 .aux-col:nth-child(12n+23) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col12 .aux-col:nth-child(12n+23) { border-top-width: 0px; }
  .aux-de-col12 .aux-col:nth-child(12n+24) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col12 .aux-col:nth-child(12n+24) { border-top-width: 0px; }
  .aux-de-col1 > .aux-col:nth-child(n+2) { margin-top: 30px; }
  .aux-de-col1.aux-border-collapse > .aux-col { border-left-width: 1px; }
  .aux-de-col1.aux-border-collapse > .aux-col:nth-child(n+2) { border-top-width: 0px; }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .aux-tb-1 { width: 100%; }
  .aux-tb-2 { width: 50%; }
  .aux-tb-3 { width: 33.33%; }
  .aux-tb-4 { width: 25%; }
  .aux-tb-5 { width: 20%; }
  .aux-tb-6 { width: 16.66%; }
  .aux-tb-7 { width: 14.28%; }
  .aux-tb-8 { width: 12.5%; }
  .aux-tb-9 { width: 11.11%; }
  .aux-tb-10 { width: 10%; }
  .aux-tb-11 { width: 9.09%; }
  .aux-tb-12 { width: 8.33%; }
  .aux-tb-col1 > .aux-col { width: 100%; }
  .aux-tb-col2 > .aux-col { width: 50%; }
  .aux-tb-col2 .aux-col:nth-child(2n+3) { clear: left; }
  .aux-tb-col2.aux-border-collapse .aux-col:nth-child(2n+1) { border-left-width: 1px; }
  .rtl .aux-tb-col2.aux-border-collapse .aux-col:nth-child(2n) { border-left-width: 1px; }
  .rtl .aux-tb-col2.aux-border-collapse .aux-col:nth-child(2n+1) { border-left-width: 0px; }
  .aux-tb-col2 .aux-col:nth-child(2n+3) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col2 .aux-col:nth-child(2n+3) { border-top-width: 0px; }
  .aux-tb-col2 .aux-col:nth-child(2n+4) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col2 .aux-col:nth-child(2n+4) { border-top-width: 0px; }
  .aux-tb-col3 > .aux-col { width: 33.33%; }
  .aux-tb-col3 .aux-col:nth-child(3n+4) { clear: left; }
  .aux-tb-col3.aux-border-collapse .aux-col:nth-child(3n+1) { border-left-width: 1px; }
  .rtl .aux-tb-col3.aux-border-collapse .aux-col:nth-child(3n) { border-left-width: 1px; }
  .rtl .aux-tb-col3.aux-border-collapse .aux-col:nth-child(3n+1) { border-left-width: 0px; }
  .aux-tb-col3 .aux-col:nth-child(3n+4) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col3 .aux-col:nth-child(3n+4) { border-top-width: 0px; }
  .aux-tb-col3 .aux-col:nth-child(3n+5) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col3 .aux-col:nth-child(3n+5) { border-top-width: 0px; }
  .aux-tb-col3 .aux-col:nth-child(3n+6) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col3 .aux-col:nth-child(3n+6) { border-top-width: 0px; }
  .aux-tb-col4 > .aux-col { width: 25%; }
  .aux-tb-col4 .aux-col:nth-child(4n+5) { clear: left; }
  .aux-tb-col4.aux-border-collapse .aux-col:nth-child(4n+1) { border-left-width: 1px; }
  .rtl .aux-tb-col4.aux-border-collapse .aux-col:nth-child(4n) { border-left-width: 1px; }
  .rtl .aux-tb-col4.aux-border-collapse .aux-col:nth-child(4n+1) { border-left-width: 0px; }
  .aux-tb-col4 .aux-col:nth-child(4n+5) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col4 .aux-col:nth-child(4n+5) { border-top-width: 0px; }
  .aux-tb-col4 .aux-col:nth-child(4n+6) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col4 .aux-col:nth-child(4n+6) { border-top-width: 0px; }
  .aux-tb-col4 .aux-col:nth-child(4n+7) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col4 .aux-col:nth-child(4n+7) { border-top-width: 0px; }
  .aux-tb-col4 .aux-col:nth-child(4n+8) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col4 .aux-col:nth-child(4n+8) { border-top-width: 0px; }
  .aux-tb-col5 > .aux-col { width: 20%; }
  .aux-tb-col5 .aux-col:nth-child(5n+6) { clear: left; }
  .aux-tb-col5.aux-border-collapse .aux-col:nth-child(5n+1) { border-left-width: 1px; }
  .rtl .aux-tb-col5.aux-border-collapse .aux-col:nth-child(5n) { border-left-width: 1px; }
  .rtl .aux-tb-col5.aux-border-collapse .aux-col:nth-child(5n+1) { border-left-width: 0px; }
  .aux-tb-col5 .aux-col:nth-child(5n+6) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col5 .aux-col:nth-child(5n+6) { border-top-width: 0px; }
  .aux-tb-col5 .aux-col:nth-child(5n+7) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col5 .aux-col:nth-child(5n+7) { border-top-width: 0px; }
  .aux-tb-col5 .aux-col:nth-child(5n+8) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col5 .aux-col:nth-child(5n+8) { border-top-width: 0px; }
  .aux-tb-col5 .aux-col:nth-child(5n+9) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col5 .aux-col:nth-child(5n+9) { border-top-width: 0px; }
  .aux-tb-col5 .aux-col:nth-child(5n+10) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col5 .aux-col:nth-child(5n+10) { border-top-width: 0px; }
  .aux-tb-col6 > .aux-col { width: 16.66%; }
  .aux-tb-col6 .aux-col:nth-child(6n+7) { clear: left; }
  .aux-tb-col6.aux-border-collapse .aux-col:nth-child(6n+1) { border-left-width: 1px; }
  .rtl .aux-tb-col6.aux-border-collapse .aux-col:nth-child(6n) { border-left-width: 1px; }
  .rtl .aux-tb-col6.aux-border-collapse .aux-col:nth-child(6n+1) { border-left-width: 0px; }
  .aux-tb-col6 .aux-col:nth-child(6n+7) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col6 .aux-col:nth-child(6n+7) { border-top-width: 0px; }
  .aux-tb-col6 .aux-col:nth-child(6n+8) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col6 .aux-col:nth-child(6n+8) { border-top-width: 0px; }
  .aux-tb-col6 .aux-col:nth-child(6n+9) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col6 .aux-col:nth-child(6n+9) { border-top-width: 0px; }
  .aux-tb-col6 .aux-col:nth-child(6n+10) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col6 .aux-col:nth-child(6n+10) { border-top-width: 0px; }
  .aux-tb-col6 .aux-col:nth-child(6n+11) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col6 .aux-col:nth-child(6n+11) { border-top-width: 0px; }
  .aux-tb-col6 .aux-col:nth-child(6n+12) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col6 .aux-col:nth-child(6n+12) { border-top-width: 0px; }
  .aux-tb-col7 > .aux-col { width: 14.28%; }
  .aux-tb-col7 .aux-col:nth-child(7n+8) { clear: left; }
  .aux-tb-col7.aux-border-collapse .aux-col:nth-child(7n+1) { border-left-width: 1px; }
  .rtl .aux-tb-col7.aux-border-collapse .aux-col:nth-child(7n) { border-left-width: 1px; }
  .rtl .aux-tb-col7.aux-border-collapse .aux-col:nth-child(7n+1) { border-left-width: 0px; }
  .aux-tb-col7 .aux-col:nth-child(7n+8) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col7 .aux-col:nth-child(7n+8) { border-top-width: 0px; }
  .aux-tb-col7 .aux-col:nth-child(7n+9) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col7 .aux-col:nth-child(7n+9) { border-top-width: 0px; }
  .aux-tb-col7 .aux-col:nth-child(7n+10) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col7 .aux-col:nth-child(7n+10) { border-top-width: 0px; }
  .aux-tb-col7 .aux-col:nth-child(7n+11) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col7 .aux-col:nth-child(7n+11) { border-top-width: 0px; }
  .aux-tb-col7 .aux-col:nth-child(7n+12) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col7 .aux-col:nth-child(7n+12) { border-top-width: 0px; }
  .aux-tb-col7 .aux-col:nth-child(7n+13) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col7 .aux-col:nth-child(7n+13) { border-top-width: 0px; }
  .aux-tb-col7 .aux-col:nth-child(7n+14) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col7 .aux-col:nth-child(7n+14) { border-top-width: 0px; }
  .aux-tb-col8 > .aux-col { width: 12.5%; }
  .aux-tb-col8 .aux-col:nth-child(8n+9) { clear: left; }
  .aux-tb-col8.aux-border-collapse .aux-col:nth-child(8n+1) { border-left-width: 1px; }
  .rtl .aux-tb-col8.aux-border-collapse .aux-col:nth-child(8n) { border-left-width: 1px; }
  .rtl .aux-tb-col8.aux-border-collapse .aux-col:nth-child(8n+1) { border-left-width: 0px; }
  .aux-tb-col8 .aux-col:nth-child(8n+9) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col8 .aux-col:nth-child(8n+9) { border-top-width: 0px; }
  .aux-tb-col8 .aux-col:nth-child(8n+10) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col8 .aux-col:nth-child(8n+10) { border-top-width: 0px; }
  .aux-tb-col8 .aux-col:nth-child(8n+11) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col8 .aux-col:nth-child(8n+11) { border-top-width: 0px; }
  .aux-tb-col8 .aux-col:nth-child(8n+12) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col8 .aux-col:nth-child(8n+12) { border-top-width: 0px; }
  .aux-tb-col8 .aux-col:nth-child(8n+13) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col8 .aux-col:nth-child(8n+13) { border-top-width: 0px; }
  .aux-tb-col8 .aux-col:nth-child(8n+14) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col8 .aux-col:nth-child(8n+14) { border-top-width: 0px; }
  .aux-tb-col8 .aux-col:nth-child(8n+15) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col8 .aux-col:nth-child(8n+15) { border-top-width: 0px; }
  .aux-tb-col8 .aux-col:nth-child(8n+16) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col8 .aux-col:nth-child(8n+16) { border-top-width: 0px; }
  .aux-tb-col9 > .aux-col { width: 11.11%; }
  .aux-tb-col9 .aux-col:nth-child(9n+10) { clear: left; }
  .aux-tb-col9.aux-border-collapse .aux-col:nth-child(9n+1) { border-left-width: 1px; }
  .rtl .aux-tb-col9.aux-border-collapse .aux-col:nth-child(9n) { border-left-width: 1px; }
  .rtl .aux-tb-col9.aux-border-collapse .aux-col:nth-child(9n+1) { border-left-width: 0px; }
  .aux-tb-col9 .aux-col:nth-child(9n+10) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col9 .aux-col:nth-child(9n+10) { border-top-width: 0px; }
  .aux-tb-col9 .aux-col:nth-child(9n+11) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col9 .aux-col:nth-child(9n+11) { border-top-width: 0px; }
  .aux-tb-col9 .aux-col:nth-child(9n+12) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col9 .aux-col:nth-child(9n+12) { border-top-width: 0px; }
  .aux-tb-col9 .aux-col:nth-child(9n+13) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col9 .aux-col:nth-child(9n+13) { border-top-width: 0px; }
  .aux-tb-col9 .aux-col:nth-child(9n+14) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col9 .aux-col:nth-child(9n+14) { border-top-width: 0px; }
  .aux-tb-col9 .aux-col:nth-child(9n+15) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col9 .aux-col:nth-child(9n+15) { border-top-width: 0px; }
  .aux-tb-col9 .aux-col:nth-child(9n+16) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col9 .aux-col:nth-child(9n+16) { border-top-width: 0px; }
  .aux-tb-col9 .aux-col:nth-child(9n+17) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col9 .aux-col:nth-child(9n+17) { border-top-width: 0px; }
  .aux-tb-col9 .aux-col:nth-child(9n+18) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col9 .aux-col:nth-child(9n+18) { border-top-width: 0px; }
  .aux-tb-col10 > .aux-col { width: 10%; }
  .aux-tb-col10 .aux-col:nth-child(10n+11) { clear: left; }
  .aux-tb-col10.aux-border-collapse .aux-col:nth-child(10n+1) { border-left-width: 1px; }
  .rtl .aux-tb-col10.aux-border-collapse .aux-col:nth-child(10n) { border-left-width: 1px; }
  .rtl .aux-tb-col10.aux-border-collapse .aux-col:nth-child(10n+1) { border-left-width: 0px; }
  .aux-tb-col10 .aux-col:nth-child(10n+11) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col10 .aux-col:nth-child(10n+11) { border-top-width: 0px; }
  .aux-tb-col10 .aux-col:nth-child(10n+12) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col10 .aux-col:nth-child(10n+12) { border-top-width: 0px; }
  .aux-tb-col10 .aux-col:nth-child(10n+13) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col10 .aux-col:nth-child(10n+13) { border-top-width: 0px; }
  .aux-tb-col10 .aux-col:nth-child(10n+14) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col10 .aux-col:nth-child(10n+14) { border-top-width: 0px; }
  .aux-tb-col10 .aux-col:nth-child(10n+15) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col10 .aux-col:nth-child(10n+15) { border-top-width: 0px; }
  .aux-tb-col10 .aux-col:nth-child(10n+16) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col10 .aux-col:nth-child(10n+16) { border-top-width: 0px; }
  .aux-tb-col10 .aux-col:nth-child(10n+17) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col10 .aux-col:nth-child(10n+17) { border-top-width: 0px; }
  .aux-tb-col10 .aux-col:nth-child(10n+18) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col10 .aux-col:nth-child(10n+18) { border-top-width: 0px; }
  .aux-tb-col10 .aux-col:nth-child(10n+19) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col10 .aux-col:nth-child(10n+19) { border-top-width: 0px; }
  .aux-tb-col10 .aux-col:nth-child(10n+20) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col10 .aux-col:nth-child(10n+20) { border-top-width: 0px; }
  .aux-tb-col11 > .aux-col { width: 9.09%; }
  .aux-tb-col11 .aux-col:nth-child(11n+12) { clear: left; }
  .aux-tb-col11.aux-border-collapse .aux-col:nth-child(11n+1) { border-left-width: 1px; }
  .rtl .aux-tb-col11.aux-border-collapse .aux-col:nth-child(11n) { border-left-width: 1px; }
  .rtl .aux-tb-col11.aux-border-collapse .aux-col:nth-child(11n+1) { border-left-width: 0px; }
  .aux-tb-col11 .aux-col:nth-child(11n+12) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col11 .aux-col:nth-child(11n+12) { border-top-width: 0px; }
  .aux-tb-col11 .aux-col:nth-child(11n+13) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col11 .aux-col:nth-child(11n+13) { border-top-width: 0px; }
  .aux-tb-col11 .aux-col:nth-child(11n+14) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col11 .aux-col:nth-child(11n+14) { border-top-width: 0px; }
  .aux-tb-col11 .aux-col:nth-child(11n+15) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col11 .aux-col:nth-child(11n+15) { border-top-width: 0px; }
  .aux-tb-col11 .aux-col:nth-child(11n+16) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col11 .aux-col:nth-child(11n+16) { border-top-width: 0px; }
  .aux-tb-col11 .aux-col:nth-child(11n+17) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col11 .aux-col:nth-child(11n+17) { border-top-width: 0px; }
  .aux-tb-col11 .aux-col:nth-child(11n+18) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col11 .aux-col:nth-child(11n+18) { border-top-width: 0px; }
  .aux-tb-col11 .aux-col:nth-child(11n+19) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col11 .aux-col:nth-child(11n+19) { border-top-width: 0px; }
  .aux-tb-col11 .aux-col:nth-child(11n+20) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col11 .aux-col:nth-child(11n+20) { border-top-width: 0px; }
  .aux-tb-col11 .aux-col:nth-child(11n+21) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col11 .aux-col:nth-child(11n+21) { border-top-width: 0px; }
  .aux-tb-col11 .aux-col:nth-child(11n+22) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col11 .aux-col:nth-child(11n+22) { border-top-width: 0px; }
  .aux-tb-col12 > .aux-col { width: 8.33%; }
  .aux-tb-col12 .aux-col:nth-child(12n+13) { clear: left; }
  .aux-tb-col12.aux-border-collapse .aux-col:nth-child(12n+1) { border-left-width: 1px; }
  .rtl .aux-tb-col12.aux-border-collapse .aux-col:nth-child(12n) { border-left-width: 1px; }
  .rtl .aux-tb-col12.aux-border-collapse .aux-col:nth-child(12n+1) { border-left-width: 0px; }
  .aux-tb-col12 .aux-col:nth-child(12n+13) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col12 .aux-col:nth-child(12n+13) { border-top-width: 0px; }
  .aux-tb-col12 .aux-col:nth-child(12n+14) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col12 .aux-col:nth-child(12n+14) { border-top-width: 0px; }
  .aux-tb-col12 .aux-col:nth-child(12n+15) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col12 .aux-col:nth-child(12n+15) { border-top-width: 0px; }
  .aux-tb-col12 .aux-col:nth-child(12n+16) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col12 .aux-col:nth-child(12n+16) { border-top-width: 0px; }
  .aux-tb-col12 .aux-col:nth-child(12n+17) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col12 .aux-col:nth-child(12n+17) { border-top-width: 0px; }
  .aux-tb-col12 .aux-col:nth-child(12n+18) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col12 .aux-col:nth-child(12n+18) { border-top-width: 0px; }
  .aux-tb-col12 .aux-col:nth-child(12n+19) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col12 .aux-col:nth-child(12n+19) { border-top-width: 0px; }
  .aux-tb-col12 .aux-col:nth-child(12n+20) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col12 .aux-col:nth-child(12n+20) { border-top-width: 0px; }
  .aux-tb-col12 .aux-col:nth-child(12n+21) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col12 .aux-col:nth-child(12n+21) { border-top-width: 0px; }
  .aux-tb-col12 .aux-col:nth-child(12n+22) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col12 .aux-col:nth-child(12n+22) { border-top-width: 0px; }
  .aux-tb-col12 .aux-col:nth-child(12n+23) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col12 .aux-col:nth-child(12n+23) { border-top-width: 0px; }
  .aux-tb-col12 .aux-col:nth-child(12n+24) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col12 .aux-col:nth-child(12n+24) { border-top-width: 0px; }
  .aux-tb-col1 > .aux-col:nth-child(n+2) { margin-top: 30px; }
  .aux-tb-col1.aux-border-collapse > .aux-col { border-left-width: 1px; }
  .aux-tb-col1.aux-border-collapse > .aux-col:nth-child(n+2) { border-top-width: 0px; }
}
@media screen and (max-width: 767px) {
  .aux-mb-1 { width: 100%; }
  .aux-mb-2 { width: 50%; }
  .aux-mb-3 { width: 33.33%; }
  .aux-mb-4 { width: 25%; }
  .aux-mb-5 { width: 20%; }
  .aux-mb-6 { width: 16.66%; }
  .aux-mb-7 { width: 14.28%; }
  .aux-mb-8 { width: 12.5%; }
  .aux-mb-9 { width: 11.11%; }
  .aux-mb-10 { width: 10%; }
  .aux-mb-11 { width: 9.09%; }
  .aux-mb-12 { width: 8.33%; }
  .aux-mb-col1 > .aux-col { width: 100%; }
  .aux-mb-col2 > .aux-col { width: 50%; }
  .aux-mb-col2 .aux-col:nth-child(2n+3) { clear: left; }
  .aux-mb-col2.aux-border-collapse .aux-col:nth-child(2n+1) { border-left-width: 1px; }
  .rtl .aux-mb-col2.aux-border-collapse .aux-col:nth-child(2n) { border-left-width: 1px; }
  .rtl .aux-mb-col2.aux-border-collapse .aux-col:nth-child(2n+1) { border-left-width: 0px; }
  .aux-mb-col2 .aux-col:nth-child(2n+3) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col2 .aux-col:nth-child(2n+3) { border-top-width: 0px; }
  .aux-mb-col2 .aux-col:nth-child(2n+4) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col2 .aux-col:nth-child(2n+4) { border-top-width: 0px; }
  .aux-mb-col3 > .aux-col { width: 33.33%; }
  .aux-mb-col3 .aux-col:nth-child(3n+4) { clear: left; }
  .aux-mb-col3.aux-border-collapse .aux-col:nth-child(3n+1) { border-left-width: 1px; }
  .rtl .aux-mb-col3.aux-border-collapse .aux-col:nth-child(3n) { border-left-width: 1px; }
  .rtl .aux-mb-col3.aux-border-collapse .aux-col:nth-child(3n+1) { border-left-width: 0px; }
  .aux-mb-col3 .aux-col:nth-child(3n+4) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col3 .aux-col:nth-child(3n+4) { border-top-width: 0px; }
  .aux-mb-col3 .aux-col:nth-child(3n+5) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col3 .aux-col:nth-child(3n+5) { border-top-width: 0px; }
  .aux-mb-col3 .aux-col:nth-child(3n+6) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col3 .aux-col:nth-child(3n+6) { border-top-width: 0px; }
  .aux-mb-col4 > .aux-col { width: 25%; }
  .aux-mb-col4 .aux-col:nth-child(4n+5) { clear: left; }
  .aux-mb-col4.aux-border-collapse .aux-col:nth-child(4n+1) { border-left-width: 1px; }
  .rtl .aux-mb-col4.aux-border-collapse .aux-col:nth-child(4n) { border-left-width: 1px; }
  .rtl .aux-mb-col4.aux-border-collapse .aux-col:nth-child(4n+1) { border-left-width: 0px; }
  .aux-mb-col4 .aux-col:nth-child(4n+5) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col4 .aux-col:nth-child(4n+5) { border-top-width: 0px; }
  .aux-mb-col4 .aux-col:nth-child(4n+6) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col4 .aux-col:nth-child(4n+6) { border-top-width: 0px; }
  .aux-mb-col4 .aux-col:nth-child(4n+7) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col4 .aux-col:nth-child(4n+7) { border-top-width: 0px; }
  .aux-mb-col4 .aux-col:nth-child(4n+8) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col4 .aux-col:nth-child(4n+8) { border-top-width: 0px; }
  .aux-mb-col5 > .aux-col { width: 20%; }
  .aux-mb-col5 .aux-col:nth-child(5n+6) { clear: left; }
  .aux-mb-col5.aux-border-collapse .aux-col:nth-child(5n+1) { border-left-width: 1px; }
  .rtl .aux-mb-col5.aux-border-collapse .aux-col:nth-child(5n) { border-left-width: 1px; }
  .rtl .aux-mb-col5.aux-border-collapse .aux-col:nth-child(5n+1) { border-left-width: 0px; }
  .aux-mb-col5 .aux-col:nth-child(5n+6) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col5 .aux-col:nth-child(5n+6) { border-top-width: 0px; }
  .aux-mb-col5 .aux-col:nth-child(5n+7) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col5 .aux-col:nth-child(5n+7) { border-top-width: 0px; }
  .aux-mb-col5 .aux-col:nth-child(5n+8) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col5 .aux-col:nth-child(5n+8) { border-top-width: 0px; }
  .aux-mb-col5 .aux-col:nth-child(5n+9) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col5 .aux-col:nth-child(5n+9) { border-top-width: 0px; }
  .aux-mb-col5 .aux-col:nth-child(5n+10) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col5 .aux-col:nth-child(5n+10) { border-top-width: 0px; }
  .aux-mb-col6 > .aux-col { width: 16.66%; }
  .aux-mb-col6 .aux-col:nth-child(6n+7) { clear: left; }
  .aux-mb-col6.aux-border-collapse .aux-col:nth-child(6n+1) { border-left-width: 1px; }
  .rtl .aux-mb-col6.aux-border-collapse .aux-col:nth-child(6n) { border-left-width: 1px; }
  .rtl .aux-mb-col6.aux-border-collapse .aux-col:nth-child(6n+1) { border-left-width: 0px; }
  .aux-mb-col6 .aux-col:nth-child(6n+7) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col6 .aux-col:nth-child(6n+7) { border-top-width: 0px; }
  .aux-mb-col6 .aux-col:nth-child(6n+8) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col6 .aux-col:nth-child(6n+8) { border-top-width: 0px; }
  .aux-mb-col6 .aux-col:nth-child(6n+9) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col6 .aux-col:nth-child(6n+9) { border-top-width: 0px; }
  .aux-mb-col6 .aux-col:nth-child(6n+10) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col6 .aux-col:nth-child(6n+10) { border-top-width: 0px; }
  .aux-mb-col6 .aux-col:nth-child(6n+11) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col6 .aux-col:nth-child(6n+11) { border-top-width: 0px; }
  .aux-mb-col6 .aux-col:nth-child(6n+12) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col6 .aux-col:nth-child(6n+12) { border-top-width: 0px; }
  .aux-mb-col7 > .aux-col { width: 14.28%; }
  .aux-mb-col7 .aux-col:nth-child(7n+8) { clear: left; }
  .aux-mb-col7.aux-border-collapse .aux-col:nth-child(7n+1) { border-left-width: 1px; }
  .rtl .aux-mb-col7.aux-border-collapse .aux-col:nth-child(7n) { border-left-width: 1px; }
  .rtl .aux-mb-col7.aux-border-collapse .aux-col:nth-child(7n+1) { border-left-width: 0px; }
  .aux-mb-col7 .aux-col:nth-child(7n+8) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col7 .aux-col:nth-child(7n+8) { border-top-width: 0px; }
  .aux-mb-col7 .aux-col:nth-child(7n+9) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col7 .aux-col:nth-child(7n+9) { border-top-width: 0px; }
  .aux-mb-col7 .aux-col:nth-child(7n+10) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col7 .aux-col:nth-child(7n+10) { border-top-width: 0px; }
  .aux-mb-col7 .aux-col:nth-child(7n+11) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col7 .aux-col:nth-child(7n+11) { border-top-width: 0px; }
  .aux-mb-col7 .aux-col:nth-child(7n+12) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col7 .aux-col:nth-child(7n+12) { border-top-width: 0px; }
  .aux-mb-col7 .aux-col:nth-child(7n+13) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col7 .aux-col:nth-child(7n+13) { border-top-width: 0px; }
  .aux-mb-col7 .aux-col:nth-child(7n+14) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col7 .aux-col:nth-child(7n+14) { border-top-width: 0px; }
  .aux-mb-col8 > .aux-col { width: 12.5%; }
  .aux-mb-col8 .aux-col:nth-child(8n+9) { clear: left; }
  .aux-mb-col8.aux-border-collapse .aux-col:nth-child(8n+1) { border-left-width: 1px; }
  .rtl .aux-mb-col8.aux-border-collapse .aux-col:nth-child(8n) { border-left-width: 1px; }
  .rtl .aux-mb-col8.aux-border-collapse .aux-col:nth-child(8n+1) { border-left-width: 0px; }
  .aux-mb-col8 .aux-col:nth-child(8n+9) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col8 .aux-col:nth-child(8n+9) { border-top-width: 0px; }
  .aux-mb-col8 .aux-col:nth-child(8n+10) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col8 .aux-col:nth-child(8n+10) { border-top-width: 0px; }
  .aux-mb-col8 .aux-col:nth-child(8n+11) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col8 .aux-col:nth-child(8n+11) { border-top-width: 0px; }
  .aux-mb-col8 .aux-col:nth-child(8n+12) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col8 .aux-col:nth-child(8n+12) { border-top-width: 0px; }
  .aux-mb-col8 .aux-col:nth-child(8n+13) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col8 .aux-col:nth-child(8n+13) { border-top-width: 0px; }
  .aux-mb-col8 .aux-col:nth-child(8n+14) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col8 .aux-col:nth-child(8n+14) { border-top-width: 0px; }
  .aux-mb-col8 .aux-col:nth-child(8n+15) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col8 .aux-col:nth-child(8n+15) { border-top-width: 0px; }
  .aux-mb-col8 .aux-col:nth-child(8n+16) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col8 .aux-col:nth-child(8n+16) { border-top-width: 0px; }
  .aux-mb-col9 > .aux-col { width: 11.11%; }
  .aux-mb-col9 .aux-col:nth-child(9n+10) { clear: left; }
  .aux-mb-col9.aux-border-collapse .aux-col:nth-child(9n+1) { border-left-width: 1px; }
  .rtl .aux-mb-col9.aux-border-collapse .aux-col:nth-child(9n) { border-left-width: 1px; }
  .rtl .aux-mb-col9.aux-border-collapse .aux-col:nth-child(9n+1) { border-left-width: 0px; }
  .aux-mb-col9 .aux-col:nth-child(9n+10) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col9 .aux-col:nth-child(9n+10) { border-top-width: 0px; }
  .aux-mb-col9 .aux-col:nth-child(9n+11) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col9 .aux-col:nth-child(9n+11) { border-top-width: 0px; }
  .aux-mb-col9 .aux-col:nth-child(9n+12) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col9 .aux-col:nth-child(9n+12) { border-top-width: 0px; }
  .aux-mb-col9 .aux-col:nth-child(9n+13) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col9 .aux-col:nth-child(9n+13) { border-top-width: 0px; }
  .aux-mb-col9 .aux-col:nth-child(9n+14) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col9 .aux-col:nth-child(9n+14) { border-top-width: 0px; }
  .aux-mb-col9 .aux-col:nth-child(9n+15) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col9 .aux-col:nth-child(9n+15) { border-top-width: 0px; }
  .aux-mb-col9 .aux-col:nth-child(9n+16) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col9 .aux-col:nth-child(9n+16) { border-top-width: 0px; }
  .aux-mb-col9 .aux-col:nth-child(9n+17) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col9 .aux-col:nth-child(9n+17) { border-top-width: 0px; }
  .aux-mb-col9 .aux-col:nth-child(9n+18) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col9 .aux-col:nth-child(9n+18) { border-top-width: 0px; }
  .aux-mb-col10 > .aux-col { width: 10%; }
  .aux-mb-col10 .aux-col:nth-child(10n+11) { clear: left; }
  .aux-mb-col10.aux-border-collapse .aux-col:nth-child(10n+1) { border-left-width: 1px; }
  .rtl .aux-mb-col10.aux-border-collapse .aux-col:nth-child(10n) { border-left-width: 1px; }
  .rtl .aux-mb-col10.aux-border-collapse .aux-col:nth-child(10n+1) { border-left-width: 0px; }
  .aux-mb-col10 .aux-col:nth-child(10n+11) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col10 .aux-col:nth-child(10n+11) { border-top-width: 0px; }
  .aux-mb-col10 .aux-col:nth-child(10n+12) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col10 .aux-col:nth-child(10n+12) { border-top-width: 0px; }
  .aux-mb-col10 .aux-col:nth-child(10n+13) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col10 .aux-col:nth-child(10n+13) { border-top-width: 0px; }
  .aux-mb-col10 .aux-col:nth-child(10n+14) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col10 .aux-col:nth-child(10n+14) { border-top-width: 0px; }
  .aux-mb-col10 .aux-col:nth-child(10n+15) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col10 .aux-col:nth-child(10n+15) { border-top-width: 0px; }
  .aux-mb-col10 .aux-col:nth-child(10n+16) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col10 .aux-col:nth-child(10n+16) { border-top-width: 0px; }
  .aux-mb-col10 .aux-col:nth-child(10n+17) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col10 .aux-col:nth-child(10n+17) { border-top-width: 0px; }
  .aux-mb-col10 .aux-col:nth-child(10n+18) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col10 .aux-col:nth-child(10n+18) { border-top-width: 0px; }
  .aux-mb-col10 .aux-col:nth-child(10n+19) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col10 .aux-col:nth-child(10n+19) { border-top-width: 0px; }
  .aux-mb-col10 .aux-col:nth-child(10n+20) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col10 .aux-col:nth-child(10n+20) { border-top-width: 0px; }
  .aux-mb-col11 > .aux-col { width: 9.09%; }
  .aux-mb-col11 .aux-col:nth-child(11n+12) { clear: left; }
  .aux-mb-col11.aux-border-collapse .aux-col:nth-child(11n+1) { border-left-width: 1px; }
  .rtl .aux-mb-col11.aux-border-collapse .aux-col:nth-child(11n) { border-left-width: 1px; }
  .rtl .aux-mb-col11.aux-border-collapse .aux-col:nth-child(11n+1) { border-left-width: 0px; }
  .aux-mb-col11 .aux-col:nth-child(11n+12) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col11 .aux-col:nth-child(11n+12) { border-top-width: 0px; }
  .aux-mb-col11 .aux-col:nth-child(11n+13) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col11 .aux-col:nth-child(11n+13) { border-top-width: 0px; }
  .aux-mb-col11 .aux-col:nth-child(11n+14) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col11 .aux-col:nth-child(11n+14) { border-top-width: 0px; }
  .aux-mb-col11 .aux-col:nth-child(11n+15) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col11 .aux-col:nth-child(11n+15) { border-top-width: 0px; }
  .aux-mb-col11 .aux-col:nth-child(11n+16) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col11 .aux-col:nth-child(11n+16) { border-top-width: 0px; }
  .aux-mb-col11 .aux-col:nth-child(11n+17) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col11 .aux-col:nth-child(11n+17) { border-top-width: 0px; }
  .aux-mb-col11 .aux-col:nth-child(11n+18) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col11 .aux-col:nth-child(11n+18) { border-top-width: 0px; }
  .aux-mb-col11 .aux-col:nth-child(11n+19) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col11 .aux-col:nth-child(11n+19) { border-top-width: 0px; }
  .aux-mb-col11 .aux-col:nth-child(11n+20) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col11 .aux-col:nth-child(11n+20) { border-top-width: 0px; }
  .aux-mb-col11 .aux-col:nth-child(11n+21) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col11 .aux-col:nth-child(11n+21) { border-top-width: 0px; }
  .aux-mb-col11 .aux-col:nth-child(11n+22) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col11 .aux-col:nth-child(11n+22) { border-top-width: 0px; }
  .aux-mb-col12 > .aux-col { width: 8.33%; }
  .aux-mb-col12 .aux-col:nth-child(12n+13) { clear: left; }
  .aux-mb-col12.aux-border-collapse .aux-col:nth-child(12n+1) { border-left-width: 1px; }
  .rtl .aux-mb-col12.aux-border-collapse .aux-col:nth-child(12n) { border-left-width: 1px; }
  .rtl .aux-mb-col12.aux-border-collapse .aux-col:nth-child(12n+1) { border-left-width: 0px; }
  .aux-mb-col12 .aux-col:nth-child(12n+13) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col12 .aux-col:nth-child(12n+13) { border-top-width: 0px; }
  .aux-mb-col12 .aux-col:nth-child(12n+14) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col12 .aux-col:nth-child(12n+14) { border-top-width: 0px; }
  .aux-mb-col12 .aux-col:nth-child(12n+15) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col12 .aux-col:nth-child(12n+15) { border-top-width: 0px; }
  .aux-mb-col12 .aux-col:nth-child(12n+16) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col12 .aux-col:nth-child(12n+16) { border-top-width: 0px; }
  .aux-mb-col12 .aux-col:nth-child(12n+17) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col12 .aux-col:nth-child(12n+17) { border-top-width: 0px; }
  .aux-mb-col12 .aux-col:nth-child(12n+18) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col12 .aux-col:nth-child(12n+18) { border-top-width: 0px; }
  .aux-mb-col12 .aux-col:nth-child(12n+19) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col12 .aux-col:nth-child(12n+19) { border-top-width: 0px; }
  .aux-mb-col12 .aux-col:nth-child(12n+20) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col12 .aux-col:nth-child(12n+20) { border-top-width: 0px; }
  .aux-mb-col12 .aux-col:nth-child(12n+21) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col12 .aux-col:nth-child(12n+21) { border-top-width: 0px; }
  .aux-mb-col12 .aux-col:nth-child(12n+22) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col12 .aux-col:nth-child(12n+22) { border-top-width: 0px; }
  .aux-mb-col12 .aux-col:nth-child(12n+23) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col12 .aux-col:nth-child(12n+23) { border-top-width: 0px; }
  .aux-mb-col12 .aux-col:nth-child(12n+24) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col12 .aux-col:nth-child(12n+24) { border-top-width: 0px; }
  .aux-mb-col1 > .aux-col:nth-child(n+2) { margin-top: 30px; }
  .aux-mb-col1.aux-border-collapse > .aux-col { border-left-width: 1px; }
  .aux-mb-col1.aux-border-collapse > .aux-col:nth-child(n+2) { border-top-width: 0px; }
}
.aux-svg-arrow, .aux-svg-symbol { background-image: url("symbols.svg"); background-repeat: no-repeat; display: block; }
.aux-svg-arrow.aux-thick-up, .aux-svg-symbol.aux-thick-up { background-position: 0px 0px; width: 52px; height: 30px; }
.aux-svg-arrow.aux-thick-down, .aux-svg-symbol.aux-thick-down { background-position: 0px -60px; width: 52px; height: 30px; }
.aux-svg-arrow.aux-thick-left, .aux-svg-symbol.aux-thick-left { background-position: 0px -120px; width: 30px; height: 52px; }
.aux-svg-arrow.aux-thick-right, .aux-svg-symbol.aux-thick-right { background-position: 0px -201px; width: 30px; height: 52px; }
.aux-svg-arrow.aux-large-up, .aux-svg-symbol.aux-large-up { background-position: 0px -282px; width: 28px; height: 14px; }
.aux-svg-arrow.aux-large-down, .aux-svg-symbol.aux-large-down { background-position: 0px -326px; width: 28px; height: 14px; }
.aux-svg-arrow.aux-large-left, .aux-svg-symbol.aux-large-left { background-position: 0px -370px; width: 14px; height: 26px; }
.aux-svg-arrow.aux-large-right, .aux-svg-symbol.aux-large-right { background-position: 0px -427px; width: 14px; height: 28px; }
.aux-svg-arrow.aux-medium-up, .aux-svg-symbol.aux-medium-up { background-position: 0px -484px; width: 16px; height: 8px; }
.aux-svg-arrow.aux-medium-down, .aux-svg-symbol.aux-medium-down { background-position: 0px -522px; width: 16px; height: 8px; }
.aux-svg-arrow.aux-medium-left, .aux-svg-symbol.aux-medium-left { background-position: 0px -560px; width: 8px; height: 16px; }
.aux-svg-arrow.aux-medium-right, .aux-svg-symbol.aux-medium-right { background-position: 0px -607px; width: 8px; height: 16px; }
.aux-svg-arrow.aux-small-up, .aux-svg-symbol.aux-small-up { background-position: 0px -652px; width: 10px; height: 6px; }
.aux-svg-arrow.aux-small-down, .aux-svg-symbol.aux-small-down { background-position: 0px -687px; width: 10px; height: 6px; }
.aux-svg-arrow.aux-small-left, .aux-svg-symbol.aux-small-left { background-position: 0px -722px; width: 6px; height: 10px; }
.aux-svg-arrow.aux-small-right, .aux-svg-symbol.aux-small-right { background-position: 0px -761px; width: 6px; height: 10px; }
.aux-svg-arrow.aux-h-large-up, .aux-svg-symbol.aux-h-large-up { background-position: -80px 0px; width: 28px; height: 28px; }
.aux-svg-arrow.aux-h-large-down, .aux-svg-symbol.aux-h-large-down { background-position: -80px -58px; width: 28px; height: 28px; }
.aux-svg-arrow.aux-h-large-left, .aux-svg-symbol.aux-h-large-left { background-position: -80px -116px; width: 28px; height: 28px; }
.aux-svg-arrow.aux-h-large-right, .aux-svg-symbol.aux-h-large-right { background-position: -80px -173px; width: 28px; height: 28px; }
.aux-svg-arrow.aux-h-medium-up, .aux-svg-symbol.aux-h-medium-up { background-position: -80px -231px; width: 20px; height: 22px; }
.aux-svg-arrow.aux-h-medium-down, .aux-svg-symbol.aux-h-medium-down { background-position: -80px -283px; width: 20px; height: 24px; }
.aux-svg-arrow.aux-h-medium-left, .aux-svg-symbol.aux-h-medium-left { background-position: -80px -335px; width: 22px; height: 20px; }
.aux-svg-arrow.aux-h-medium-right, .aux-svg-symbol.aux-h-medium-right { background-position: -80px -384px; width: 22px; height: 20px; }
.aux-svg-arrow.aux-h-small-up, .aux-svg-symbol.aux-h-small-up { background-position: -80px -433px; width: 10px; height: 12px; }
.aux-svg-arrow.aux-h-small-down, .aux-svg-symbol.aux-h-small-down { background-position: -80px -474px; width: 10px; height: 12px; }
.aux-svg-arrow.aux-h-small-left, .aux-svg-symbol.aux-h-small-left { background-position: -80px -515px; width: 10px; height: 10px; }
.aux-svg-arrow.aux-h-small-right, .aux-svg-symbol.aux-h-small-right { background-position: -80px -554px; width: 10px; height: 10px; }
.aux-svg-arrow.aux-l-right, .aux-svg-symbol.aux-l-right { background-position: -81px -631px; width: 64px; height: 14px; }
.aux-svg-arrow.aux-l-left, .aux-svg-symbol.aux-l-left { background-position: -80px -588px; width: 64px; height: 14px; }
.aux-svg-arrow.aux-l-medium-right, .aux-svg-symbol.aux-l-medium-right { background-position: -80px -718px; width: 46px; height: 14px; }
.aux-svg-arrow.aux-l-medium-left, .aux-svg-symbol.aux-l-medium-left { background-position: -80px -674px; width: 46px; height: 14px; }
.aux-svg-arrow.aux-thick-cross, .aux-svg-symbol.aux-thick-cross { background-position: 0px -800px; width: 52px; height: 52px; }
.aux-svg-arrow.aux-large-cross, .aux-svg-symbol.aux-large-cross { background-position: 0px -881px; width: 28px; height: 28px; }
.aux-svg-arrow.aux-medium-cross, .aux-svg-symbol.aux-medium-cross { background-position: 0px -938px; width: 16px; height: 16px; }
.aux-svg-arrow.aux-small-cross, .aux-svg-symbol.aux-small-cross { background-position: 0px -983px; width: 10px; height: 10px; }
.aux-svg-arrow.aux-thick-plus, .aux-svg-symbol.aux-thick-plus { background-position: 0px -1022px; width: 52px; height: 52px; }
.aux-svg-arrow.aux-large-plus, .aux-svg-symbol.aux-large-plus { background-position: 0px -1103px; width: 28px; height: 28px; }
.aux-svg-arrow.aux-medium-plus, .aux-svg-symbol.aux-medium-plus { background-position: 0px -1160px; width: 16px; height: 16px; }
.aux-svg-arrow.aux-small-plus, .aux-svg-symbol.aux-small-plus { background-position: 0px -1205px; width: 10px; height: 10px; }
.aux-svg-arrow.aux-thick-up.aux-white, .aux-svg-symbol.aux-thick-up.aux-white { background-position: -178px 0px; }
.aux-svg-arrow.aux-thick-down.aux-white, .aux-svg-symbol.aux-thick-down.aux-white { background-position: -178px -60px; }
.aux-svg-arrow.aux-thick-left.aux-white, .aux-svg-symbol.aux-thick-left.aux-white { background-position: -178px -120px; }
.aux-svg-arrow.aux-thick-right.aux-white, .aux-svg-symbol.aux-thick-right.aux-white { background-position: -178px -201px; }
.aux-svg-arrow.aux-large-up.aux-white, .aux-svg-symbol.aux-large-up.aux-white { background-position: -178px -282px; }
.aux-svg-arrow.aux-large-down.aux-white, .aux-svg-symbol.aux-large-down.aux-white { background-position: -178px -326px; }
.aux-svg-arrow.aux-large-left.aux-white, .aux-svg-symbol.aux-large-left.aux-white { background-position: -178px -370px; }
.aux-svg-arrow.aux-large-right.aux-white, .aux-svg-symbol.aux-large-right.aux-white { background-position: -178px -427px; }
.aux-svg-arrow.aux-medium-up.aux-white, .aux-svg-symbol.aux-medium-up.aux-white { background-position: -178px -484px; }
.aux-svg-arrow.aux-medium-down.aux-white, .aux-svg-symbol.aux-medium-down.aux-white { background-position: -178px -522px; }
.aux-svg-arrow.aux-medium-left.aux-white, .aux-svg-symbol.aux-medium-left.aux-white { background-position: -178px -560px; }
.aux-svg-arrow.aux-medium-right.aux-white, .aux-svg-symbol.aux-medium-right.aux-white { background-position: -178px -607px; }
.aux-svg-arrow.aux-small-up.aux-white, .aux-svg-symbol.aux-small-up.aux-white { background-position: -178px -652px; }
.aux-svg-arrow.aux-small-down.aux-white, .aux-svg-symbol.aux-small-down.aux-white { background-position: -178px -687px; }
.aux-svg-arrow.aux-small-left.aux-white, .aux-svg-symbol.aux-small-left.aux-white { background-position: -178px -722px; }
.aux-svg-arrow.aux-small-right.aux-white, .aux-svg-symbol.aux-small-right.aux-white { background-position: -178px -761px; }
.aux-svg-arrow.aux-h-large-up.aux-white, .aux-svg-symbol.aux-h-large-up.aux-white { background-position: -258px 0px; }
.aux-svg-arrow.aux-h-large-down.aux-white, .aux-svg-symbol.aux-h-large-down.aux-white { background-position: -258px -58px; }
.aux-svg-arrow.aux-h-large-left.aux-white, .aux-svg-symbol.aux-h-large-left.aux-white { background-position: -258px -116px; }
.aux-svg-arrow.aux-h-large-right.aux-white, .aux-svg-symbol.aux-h-large-right.aux-white { background-position: -258px -173px; }
.aux-svg-arrow.aux-h-medium-up.aux-white, .aux-svg-symbol.aux-h-medium-up.aux-white { background-position: -258px -231px; }
.aux-svg-arrow.aux-h-medium-down.aux-white, .aux-svg-symbol.aux-h-medium-down.aux-white { background-position: -258px -283px; }
.aux-svg-arrow.aux-h-medium-left.aux-white, .aux-svg-symbol.aux-h-medium-left.aux-white { background-position: -258px -335px; }
.aux-svg-arrow.aux-h-medium-right.aux-white, .aux-svg-symbol.aux-h-medium-right.aux-white { background-position: -258px -384px; }
.aux-svg-arrow.aux-h-small-up.aux-white, .aux-svg-symbol.aux-h-small-up.aux-white { background-position: -258px -433px; }
.aux-svg-arrow.aux-h-small-down.aux-white, .aux-svg-symbol.aux-h-small-down.aux-white { background-position: -258px -474px; }
.aux-svg-arrow.aux-h-small-left.aux-white, .aux-svg-symbol.aux-h-small-left.aux-white { background-position: -258px -515px; }
.aux-svg-arrow.aux-h-small-right.aux-white, .aux-svg-symbol.aux-h-small-right.aux-white { background-position: -258px -554px; }
.aux-svg-arrow.aux-l-right.aux-white, .aux-svg-symbol.aux-l-right.aux-white { background-position: -259px -631px; }
.aux-svg-arrow.aux-l-left.aux-white, .aux-svg-symbol.aux-l-left.aux-white { background-position: -258px -588px; }
.aux-svg-arrow.aux-l-medium-right.aux-white, .aux-svg-symbol.aux-l-medium-right.aux-white { background-position: -258px -718px; }
.aux-svg-arrow.aux-l-medium-left.aux-white, .aux-svg-symbol.aux-l-medium-left.aux-white { background-position: -258px -674px; }
.aux-svg-arrow.aux-thick-cross.aux-white, .aux-svg-symbol.aux-thick-cross.aux-white { background-position: -178px -800px; }
.aux-svg-arrow.aux-large-cross.aux-white, .aux-svg-symbol.aux-large-cross.aux-white { background-position: -178px -881px; }
.aux-svg-arrow.aux-medium-cross.aux-white, .aux-svg-symbol.aux-medium-cross.aux-white { background-position: -178px -938px; }
.aux-svg-arrow.aux-small-cross.aux-white, .aux-svg-symbol.aux-small-cross.aux-white { background-position: -178px -983px; }
.aux-svg-arrow.aux-thick-plus.aux-white, .aux-svg-symbol.aux-thick-plus.aux-white { background-position: -178px -1022px; }
.aux-svg-arrow.aux-large-plus.aux-white, .aux-svg-symbol.aux-large-plus.aux-white { background-position: -178px -1103px; }
.aux-svg-arrow.aux-medium-plus.aux-white, .aux-svg-symbol.aux-medium-plus.aux-white { background-position: -178px -1160px; }
.aux-svg-arrow.aux-small-plus.aux-white, .aux-svg-symbol.aux-small-plus.aux-white { background-position: -178px -1205px; }
.aux-plus-symbol::after, .aux-minus-symbol::after, .aux-cross-symbol::after, .aux-master-menu.aux-narrow .aux-submenu-indicator::after, .aux-fs-menu .aux-master-menu .aux-submenu-indicator::after, .aux-plus-symbol::before, .aux-minus-symbol::before, .aux-cross-symbol::before, .aux-master-menu.aux-narrow .aux-submenu-indicator::before, .aux-fs-menu .aux-master-menu .aux-submenu-indicator::before { content: ""; position: absolute; display: block; height: 1px; width: 100%; background-color: rgb(51, 51, 51); }
.aux-plus-symbol::after, .aux-minus-symbol::after, .aux-cross-symbol::after, .aux-master-menu.aux-narrow .aux-submenu-indicator::after, .aux-fs-menu .aux-master-menu .aux-submenu-indicator::after { transform: rotate(90deg); }
.aux-plus-symbol.aux-white::after, .aux-white.aux-minus-symbol::after, .aux-white.aux-cross-symbol::after, .aux-master-menu.aux-narrow .aux-white.aux-submenu-indicator::after, .aux-fs-menu .aux-master-menu .aux-white.aux-submenu-indicator::after, .aux-plus-symbol.aux-white::before, .aux-white.aux-minus-symbol::before, .aux-white.aux-cross-symbol::before, .aux-master-menu.aux-narrow .aux-white.aux-submenu-indicator::before, .aux-fs-menu .aux-master-menu .aux-white.aux-submenu-indicator::before { background-color: rgb(255, 255, 255); }
.aux-minus-symbol::after { display: none; }
.aux-cross-symbol::after { transform: rotate(-45deg); }
.aux-cross-symbol::before { transform: rotate(45deg); }
.aux-simple-arrow-left-symbol::before { content: "←"; font-family: Arial; display: inline-block; }
.aux-simple-arrow-right-symbol::before { content: "→"; font-family: Arial; display: inline-block; }
body { font-family: Raleway, arial, sans-serif; background-color: rgb(255, 255, 255); }
body::before { content: " "; position: fixed; width: 100%; z-index: 1; }
#inner-body { position: relative; z-index: 3; background-color: rgb(255, 255, 255); }
.wrapper { width: 100%; margin-left: auto; margin-right: auto; }
.aux-territory { width: 100%; margin-left: auto; margin-right: auto; }
.aux-container, .aux-inner-box { margin: 0px auto; }
.aux-wrapper { width: 100%; margin-left: auto; margin-right: auto; }
.aux-primary { position: relative; min-height: 350px; }
.aux-primary .aux-content { margin-bottom: 3em; }
.aux-full-width #inner-body { overflow-x: hidden; }
.aux-resp.aux-fhd .aux-fold, .aux-resp.aux-fhd .aux-fold-width, .aux-resp.aux-fhd .aux-boxed-container > .aux-container { width: auto; max-width: 1970px; }
.aux-resp.aux-s-fhd .aux-fold, .aux-resp.aux-s-fhd .aux-fold-width, .aux-resp.aux-s-fhd .aux-boxed-container > .aux-container { width: auto; max-width: 1670px; }
.aux-resp.aux-xhd .aux-fold, .aux-resp.aux-xhd .aux-fold-width, .aux-resp.aux-xhd .aux-boxed-container > .aux-container { width: auto; max-width: 1470px; }
.aux-resp.aux-hd .aux-fold, .aux-resp.aux-hd .aux-fold-width, .aux-resp.aux-hd .aux-boxed-container > .aux-container { width: auto; max-width: 1270px; }
.aux-resp.aux-nd .aux-fold, .aux-resp.aux-nd .aux-fold-width, .aux-resp.aux-nd .aux-boxed-container > .aux-container { width: auto; max-width: 1070px; }
.aux-fold, .aux-fold-padding, .aux-boxed-container > .aux-container { padding-right: 35px; padding-left: 35px; }
.aux-boxed #inner-body { margin: 0px auto; box-shadow: rgba(100, 100, 100, 0.3) 0px 2px 6px; }
.aux-boxed.aux-fhd #inner-body, .aux-boxed.aux-fhd .site-header-section.aux-sticky { max-width: 1970px; }
.aux-boxed.aux-s-fhd #inner-body, .aux-boxed.aux-s-fhd .site-header-section.aux-sticky { max-width: 1670px; }
.aux-boxed.aux-xhd #inner-body, .aux-boxed.aux-xhd .site-header-section.aux-sticky { max-width: 1470px; }
.aux-boxed.aux-hd #inner-body, .aux-boxed.aux-hd .site-header-section.aux-sticky { max-width: 1270px; }
.aux-boxed.aux-nd #inner-body, .aux-boxed.aux-nd .site-header-section.aux-sticky { max-width: 1070px; }
.aux-semi-full-container > .aux-wrapper > .aux-container, .aux-semi-full-container > .aux-container { max-width: none; padding-right: 35px; padding-left: 35px; }
.aux-full-container > .aux-wrapper > .aux-container, .aux-full-container > .aux-container { max-width: none; padding-left: 0px; padding-right: 0px; }
.qm-theme-phlox { position: relative; z-index: 4; }
.aux-customize-preview .qm-theme-phlox { display: none !important; }
@media screen and (min-width: 700px) {
  .aux-framed { padding: 20px; }
  .aux-framed .aux-side-frames, .aux-framed::after { content: ""; display: block; height: 20px; left: 0px; position: fixed; width: 100%; z-index: 1405; }
  .csscalc .aux-framed .aux-side-frames, .csscalc .aux-framed::after { left: 20px; position: fixed; width: calc(100% - 40px); }
  .aux-framed .aux-side-frames { top: 0px; }
  .aux-framed::after { bottom: 0px; }
  .aux-framed.admin-bar .aux-side-frames, .aux-framed.admin-bar .aux-side-frames::before, .aux-framed.admin-bar .aux-side-frames::after { top: 32px; }
}
@media screen and (min-width: 700px) and (min-width: 700px) and (max-width: 780px) {
  .aux-framed.admin-bar .aux-side-frames, .aux-framed.admin-bar .aux-side-frames::before, .aux-framed.admin-bar .aux-side-frames::after { top: 46px; }
}
@media screen and (min-width: 700px) {
  .aux-framed .aux-side-frames::before, .aux-framed .aux-side-frames::after { content: ""; display: block; width: 20px; height: 100%; top: 0px; position: fixed; z-index: 1405; }
  .aux-framed .aux-side-frames::before { left: 0px; }
  .aux-framed .aux-side-frames::after { right: 0px; }
  .aux-framed.aux-top-sticky .site-header-section.aux-sticky { top: 20px; width: calc(100% - 40px); }
  .aux-framed.aux-top-sticky.admin-bar .site-header-section.aux-sticky { top: 52px; }
}
::selection { background: rgba(33, 150, 243, 0.2); }
h1, h2, h3, h4, h5, h6, .aux-h1, .aux-h2, .aux-h3, .aux-h4, .aux-h5, .aux-h6 { font-family: Raleway, arial, sans-serif; overflow-wrap: inherit; }
p, ol, ul { overflow-wrap: inherit; }
a { color: rgb(27, 176, 206); }
a:hover { color: rgb(22, 145, 170); }
code { padding: 0.3em 0.5em; font-size: 0.86em; border-radius: 4px; text-shadow: rgb(255, 255, 255) 0px 1px 0px; background-color: rgb(243, 243, 243); }
hr { border-color: rgb(187, 187, 187); margin: 1em 0px; overflow: visible; }
hr[class*="aux-divider"] { margin-top: 4em; margin-bottom: 4em; }
.aux-divider-tiny { width: 5.5%; min-width: 65px; }
.aux-divider-small { width: 20%; }
.aux-divider-medium { width: 40%; }
.aux-divider-align-center { margin-left: auto; margin-right: auto; }
.aux-divider-align-right { margin-left: auto; }
.aux-divider-align-right { margin-right: auto; }
.aux-divider-dashed { border: none; }
.aux-divider-dashed::after { content: ""; display: block; height: 1px; background-image: linear-gradient(to right, rgb(187, 187, 187) 50%, rgba(255, 255, 255, 0) 0%); background-position: center top; background-size: 20px 1px; background-repeat: repeat-x; }
.aux-divider-space { border: none; }
.aux-divider-symbolic-square::after, .aux-divider-symbolic-circle::after { content: ""; display: block; width: 9px; height: 9px; background-color: rgb(187, 187, 187); transform: translateY(-50%) rotate(45deg); }
.aux-divider-symbolic-circle::after { border-radius: 50%; border: 1px solid rgb(187, 187, 187); background-color: rgb(255, 255, 255); transform: translateY(-50%) translateY(1px); }
.aux-divider-symbolic-square::after, .aux-divider-symbolic-circle::after { margin-top: 0px; margin-bottom: 0px; }
.aux-divider-symbolic-square.aux-symbol-align-left::after, .aux-divider-symbolic-circle.aux-symbol-align-left::after { margin-left: 0px; margin-right: 0px; }
.aux-divider-symbolic-square.aux-symbol-align-right::after, .aux-divider-symbolic-circle.aux-symbol-align-right::after { margin-left: auto; margin-right: 0px; }
.aux-divider-symbolic-square.aux-symbol-align-center::after, .aux-divider-symbolic-circle.aux-symbol-align-center::after { margin-left: auto; margin-right: auto; }
.aux-divider-vertical { height: 70px; margin-left: auto; margin-right: auto; border-bottom: none; border-left: 1px solid rgb(187, 187, 187); width: 0px !important; }
.aux-divider-vertical.aux-divider-tiny { height: 15px; min-width: auto; }
.aux-divider-vertical.aux-divider-small { height: 32px; }
.aux-divider-vertical.aux-divider-medium { height: 45px; }
.aux-highlight { padding: 0.1em 0.3em; margin: 0px 0.1em; border-radius: 2px; }
.aux-highlight.aux-highlight-red { background-color: rgb(255, 201, 194); }
.aux-highlight.aux-highlight-yellow { background-color: rgb(249, 242, 176); }
.aux-highlight.aux-highlight-green { background-color: rgb(173, 244, 218); }
.aux-highlight.aux-highlight-blue { background-color: rgb(183, 234, 255); }
.dropcap { display: block; margin-right: 0.07em; line-height: 85%; font-size: 5em; float: left; }
.dropcap.square, .dropcap.circle { background-color: rgb(80, 80, 80); color: rgb(255, 255, 255); padding: 10px; font-size: 3.5em; margin-right: 0.2em; }
.dropcap.circle { border-radius: 50%; height: 80px; width: 80px; padding: 0px; text-align: center; line-height: 80px; font-size: 55px; }
.dropcap.round { border-radius: 3px; }
.dropcap.outline { border: 1px solid rgb(80, 80, 80); background: 0px 0px; color: inherit; }
strong, b, dl dt { font-weight: 600; }
dl dt { position: relative; }
dl dd { margin-bottom: 1em; }
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); height: 1px; width: 1px; overflow: hidden; position: absolute !important; }
.screen-reader-text:focus { background-color: rgb(241, 241, 241); border-radius: 3px; box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 2px 2px; color: rgb(33, 117, 155); display: block; font-size: 0.875rem; font-weight: 700; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; clip: auto !important; }
table tr th, table tr td { padding: 1em 1.4em; border: 1px solid rgb(187, 187, 187); text-align: left; }
table tr th { background-color: rgb(243, 243, 243); }
table tr td, table tr:nth-child(2n) td, table tr.even td { background: 0px 0px; }
.aux-top-header { position: relative; border-bottom: 1px solid rgb(234, 234, 234); background-color: rgb(255, 255, 255); color: rgb(61, 61, 61); z-index: 202; }
.aux-top-header .aux-float-wrapper { height: 38px; }
.aux-top-header .aux-end { margin-left: 0.8em; }
.aux-top-header .aux-start { margin-right: 0.8em; }
@media print {
  .aux-top-header { display: none; }
}
.aux-top-header .aux-master-menu .aux-menu-depth-0 > .aux-item-content { color: rgb(80, 80, 80); font-size: 0.75em; transition: color 0.3s ease 0s; }
.aux-top-header .aux-master-menu .aux-menu-depth-0 > .aux-item-content:hover { color: rgb(80, 80, 80); }
.aux-top-header .aux-master-menu .aux-menu-depth-0 > .aux-submenu { margin-top: 14px !important; }
.aux-top-header .aux-fill .aux-menu-depth-0 > .aux-item-content { height: 38px; }
.aux-top-header .aux-start .aux-menu-depth-0 > .aux-item-content, .aux-top-header .aux-center .aux-menu-depth-0 > .aux-item-content, .aux-top-header .aux-center-middle .aux-menu-depth-0 > .aux-item-content { margin-right: 1.5em; }
.aux-top-header .aux-end .aux-menu-depth-0 > .aux-item-content { margin-left: 1.5em; }
.aux-top-header .aux-social-list a { color: rgb(80, 80, 80); }
.aux-top-header .aux-social-list a:hover { color: rgb(170, 170, 170); }
.aux-top-header .aux-header-msg p, .aux-top-header .aux-header-sec-msg p { padding: 0px; margin: 0px; font-size: 0.8125em; }
.aux-top-header .aux-search-section .aux-search-icon { font-size: 20px; display: block; }
.aux-top-header #lang_sel { display: block; height: auto; font-family: inherit; }
.aux-top-header #lang_sel > ul, .aux-top-header #lang_sel .icl_lang_sel_native, .aux-top-header #lang_sel .icl_lang_sel_translated, .aux-top-header #lang_sel .iclflag { top: 0px; display: inline-block; vertical-align: middle; }
.aux-top-header #lang_sel::after { background-image: url("symbols.svg"); background-repeat: no-repeat; width: 10px; height: 6px; background-position: 0px -687px; transition: all 0.3s ease 0s; content: ""; display: inline-block; vertical-align: middle; margin-left: 5px; }
.aux-top-header #lang_sel:hover li ul { display: block; }
.aux-top-header #lang_sel:hover::after { transform: rotate(-180deg); }
.aux-top-header #lang_sel li { width: auto; }
.aux-top-header #lang_sel li ul { top: 100%; visibility: visible; display: none; border: 1px solid rgb(234, 234, 234); height: auto; width: auto; }
.aux-top-header #lang_sel li ul > li { min-width: 180px; }
.aux-top-header #lang_sel li ul > li > a { float: none; padding: 1em 1.125em; border: none; font-size: 0.8125em; }
.aux-top-header #lang_sel .lang_sel_sel { padding: 0px; border: none; background: 0px 0px; font-size: 0.8125em; }
.aux-top-header #lang_sel .lang_sel_sel > * { vertical-align: middle; }
.aux-top-header #lang_sel .lang_sel_sel:hover { background: 0px 0px; }
.aux-top-header .aux-search-section.aux-end { margin-left: 0.4em; }
.aux-top-header .aux-search-section.aux-start { margin-right: 0.4em; }
.aux-top-header .mm-top-header > .aux-master-menu { line-height: 100%; }
.aux-cart-wrapper { display: table; }
.aux-cart-wrapper.aux-offcart-content { float: left; width: 100%; }
.aux-cart-wrapper.aux-offcart-content .aux-card-dropdown { box-shadow: none; background: 0px 0px; visibility: visible; z-index: 1; position: inherit; width: auto; transform: inherit; border: 0px; height: calc(-60px + 100vh); opacity: 1 !important; }
.aux-cart-wrapper.aux-basket-animation.aux-cart-in-progress .aux-shopping-basket::before { animation: 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s 1 normal both running FillBasket; }
.aux-cart-wrapper.aux-basket-animation.aux-cart-in-progress .aux-shopping-basket::after { animation: 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.15s 1 normal both running ArrowMoveBasket; }
.aux-cart-wrapper.aux-basket-animation.aux-cart-updated-animation .aux-cart-contents::before { display: inline-block; transform-origin: center bottom; animation: 0.45s linear 0.35s 1 normal both running BasketIconRotate; }
.aux-cart-wrapper.aux-basket-animation.aux-cart-updated-animation .aux-cart-contents span { animation: 0.8s cubic-bezier(0.86, 0, 0.07, 1) 0.15s 1 normal both running PulseGradient; }
.aux-cart-wrapper.aux-basket-animation.aux-cart-updated-animation .aux-cart-contents span::after { animation: 0.45s cubic-bezier(0.645, 0.045, 0.355, 1) 0.325s 1 normal both running PulseGrow; }
.aux-cart-wrapper .aux-shopping-basket { cursor: pointer; display: table-cell; vertical-align: middle; position: relative; }
.aux-cart-wrapper .aux-shopping-basket::before { content: ""; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background: rgb(61, 61, 61); opacity: 0; z-index: 1; }
.aux-cart-wrapper .aux-shopping-basket::after { content: ""; background: url("") no-repeat; position: absolute; left: 0px; right: 0px; top: 10%; margin: 0px auto; width: 13px; height: 20px; z-index: 2; opacity: 0; }
@keyframes FillBasket { 
  0% { opacity: 0; }
  30% { opacity: 1; }
  70% { opacity: 1; }
  100% { opacity: 0; }
}
@keyframes ArrowMoveBasket { 
  0% { opacity: 0; }
  30% { opacity: 1; top: 50%; transform: translateY(-50%); }
  70% { opacity: 1; top: 50%; transform: translateY(-50%); }
  100% { opacity: 0; top: 60%; }
}
@keyframes PulseGrow { 
  0% { transform: scale(1); }
  50% { transform: scale(1.3); }
  100% { transform: scale(1); }
}
@keyframes PulseGradient { 
  0% { box-shadow: rgb(238, 29, 39) 0px 0px 0px 0px; }
  100% { box-shadow: rgba(238, 29, 39, 0) 0px 0px 0px 10px; }
}
@keyframes BasketIconRotate { 
  0% { transform: rotate(0deg); }
  25% { transform: rotate(-10deg); }
  75% { transform: rotate(10deg); }
  100% { transform: rotate(0deg); }
}
.aux-cart-wrapper .aux-cart-contents { position: relative; display: table-cell; vertical-align: middle; margin: 10px 7px 0px 0px; color: inherit; font-size: 1.45em; line-height: 1; text-align: center; }
.aux-cart-wrapper .aux-cart-contents > span { position: absolute; right: -8px; top: -4px; height: 15px; padding: 3px; width: 15px; border-radius: 3px; background-color: rgb(238, 29, 38); font-size: 10px; font-weight: 600; line-height: inherit; color: rgb(255, 255, 255); }
.aux-cart-wrapper.aux-cart-element { display: block; position: relative; z-index: 6; }
.aux-cart-wrapper.aux-cart-element .aux-card-dropdown { right: auto; left: 0px; }
.aux-cart-wrapper .aux-shopping-cart-info { display: table-cell; padding: 0px 16px; }
.aux-cart-wrapper .aux-shopping-cart-info > span { display: block; }
.aux-cart-wrapper .aux-shopping-cart-info > span.aux-shopping-title { font-size: 11px; color: rgb(170, 170, 170); }
.aux-cart-wrapper .aux-shopping-cart-info > span.aux-shopping-amount { font-size: 16px; font-weight: 400; color: rgb(61, 61, 61); }
.aux-cart-wrapper .aux-card-dropdown { visibility: hidden; will-change: transform; background-color: rgb(255, 255, 255); border: 1px solid rgb(187, 187, 187); width: 300px; position: absolute; right: -130px; bottom: 0px; transform: translateY(calc(100% + 30px)); z-index: -1; transition: all 0.1s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s; opacity: 0 !important; }
.aux-cart-wrapper .aux-card-dropdown.aux-card-dropdown-resp { right: -30px; }
.aux-cart-wrapper .aux-card-dropdown.aux-modern-dropdown .aux-button-wrapper { display: flex; width: 100%; }
.aux-cart-wrapper .aux-card-dropdown.aux-modern-dropdown .aux-button-wrapper > a { padding: 15px; line-height: unset; margin-bottom: auto; border-radius: 3px; flex-grow: 1; }
.aux-cart-wrapper .aux-card-dropdown.aux-modern-dropdown .aux-button-wrapper > a .aux-text { font-size: 12px; }
.aux-cart-wrapper .aux-card-dropdown.aux-modern-dropdown .aux-button-wrapper > a.aux-checkout-button { order: 2; }
.aux-cart-wrapper .aux-card-dropdown.aux-modern-dropdown .aux-button-wrapper > a.aux-cart-button { order: 1; margin-right: 8px; }
.aux-cart-wrapper .aux-card-box { padding: 0.625em; border-bottom: 1px solid rgb(187, 187, 187); max-height: 300px; overflow-y: scroll; }
.aux-cart-wrapper .aux-card-box.aux-empty-cart { border: 0px; text-align: center; text-transform: uppercase; font-size: 13px; color: rgb(170, 170, 170); font-weight: 700; padding: 55px 0.625em 52px; }
.aux-cart-wrapper .aux-card-box.aux-empty-cart img { display: block; margin: 0px auto 14px; }
.aux-cart-wrapper .aux-card-box::-webkit-scrollbar { width: 8px; border-radius: 8px; }
.aux-cart-wrapper .aux-card-box::-webkit-scrollbar-track { background-color: transparent; }
.aux-cart-wrapper .aux-card-box::-webkit-scrollbar-thumb { background-color: rgb(112, 112, 112); border-radius: 8px; transition: all 0.3s ease 0s; }
.aux-cart-wrapper .aux-card-box::-webkit-scrollbar-thumb:hover { background-color: rgb(0, 0, 0); }
.aux-cart-wrapper .aux-card-item { display: flex; flex-direction: row; position: relative; padding: 0.8125em 0.6875em; border-bottom: 1px solid rgb(187, 187, 187); background-color: transparent; transition: background-color 0.5s ease 0s; }
.aux-cart-wrapper .aux-card-item:hover { background-color: rgb(248, 248, 248); }
.aux-cart-wrapper .aux-card-item .aux-card-item-img { flex-shrink: 0; margin-right: 1.25em; }
.aux-cart-wrapper .aux-card-item .aux-card-item-img > img { width: 60px; height: 60px; border-radius: 3px; }
.aux-cart-wrapper .aux-card-item h3 { font-size: 1em; color: rgb(68, 68, 68); margin: 0px; font-weight: 400; }
.aux-cart-wrapper .aux-card-item span { padding-top: 0.625em; }
.aux-cart-wrapper .aux-card-item .woocommerce-Price-amount { font-weight: 400; }
.aux-cart-wrapper .aux-card-item .aux-remove-cart-content { color: rgb(112, 112, 112); position: absolute; right: 10px; top: 10px; font-size: 2em; font-weight: 100; padding: 0px; margin: 0px; line-height: 1; }
.aux-cart-wrapper .aux-card-item:last-child { border: none; margin-bottom: 0px; padding-bottom: 0.3125em; }
.aux-cart-wrapper .aux-card-checkout { padding: 1.875em 1.25em 1.25em; }
.aux-cart-wrapper .aux-card-checkout .aux-card-final-amount .aux-card-final-amount-text { font-weight: 500; font-size: 13px; color: rgb(51, 51, 51); padding-bottom: 1.875em; text-transform: uppercase; }
.aux-cart-wrapper .aux-card-checkout .aux-card-final-amount .woocommerce-Price-amount { float: right; font-weight: 700; font-size: 16px; color: rgb(61, 61, 61); margin-top: -3px; }
.aux-cart-wrapper .aux-card-checkout .aux-button { display: block; text-align: center; margin-bottom: 20px; }
.aux-cart-wrapper .aux-card-checkout .aux-button:last-child { margin-bottom: 0px; }
.aux-cart-wrapper.aux-cart-display-dropdown .aux-card-dropdown { visibility: visible; z-index: 1; transform: translateY(100%); transition-delay: 0s, 0s, 0.3s; opacity: 1 !important; }
.aux-cart-wrapper .aux-card-dropdown-dark { background-color: rgb(61, 61, 61); }
.aux-cart-wrapper .aux-card-dropdown-dark .aux-card-box { border-color: rgb(80, 80, 80); color: rgb(255, 255, 255); }
.aux-cart-wrapper .aux-card-dropdown-dark .aux-card-box .aux-card-item { border-color: rgb(80, 80, 80); }
.aux-cart-wrapper .aux-card-dropdown-dark .aux-card-box .aux-card-item:hover { background-color: rgb(35, 35, 35); }
.aux-cart-wrapper .aux-card-dropdown-dark .aux-card-box .aux-card-item h3 { color: rgb(255, 255, 255); }
.aux-cart-wrapper .aux-card-dropdown-dark .aux-card-box .aux-card-item span { color: rgb(255, 255, 255); }
.aux-cart-wrapper .aux-card-dropdown-dark .aux-card-box .aux-card-item ins span { color: rgb(80, 80, 80); }
.aux-cart-wrapper .aux-card-dropdown-dark .aux-card-checkout .aux-card-final-amount .aux-card-final-amount-text { color: rgb(170, 170, 170); }
.aux-cart-wrapper .aux-card-dropdown-dark .aux-card-checkout .aux-card-final-amount .woocommerce-Price-amount { color: rgb(255, 255, 255); }
.aux-cart-wrapper .aux-card-dropdown-dark .aux-inline-card-checkout .aux-card-final-amount { color: rgb(255, 255, 255); }
.aux-cart-wrapper .aux-card-dropdown-dark .aux-inline-card-checkout .aux-card-final-amount .woocommerce-Price-amount { color: rgb(255, 255, 255); }
.aux-cart-wrapper.aux-elegant-cart .aux-button-wrapper .aux-button { margin-bottom: 12px; width: 100%; text-align: center; text-transform: uppercase; display: block; }
.aux-cart-wrapper.aux-elegant-cart .aux-button-wrapper .aux-button:last-child { margin-bottom: 0px; }
.aux-cart-wrapper.aux-elegant-cart .aux-cart-total-items { display: block; font-size: 12px; color: rgb(112, 112, 112); margin-bottom: 8px; }
.aux-cart-wrapper.aux-elegant-cart .aux-card-final-amount .aux-card-final-amount-text { padding: 0px 1.75em 1.25em; border-bottom: 1px solid rgb(228, 228, 228); font-size: 11px; font-weight: 700; color: rgb(170, 170, 170); text-transform: uppercase; }
.aux-cart-wrapper.aux-elegant-cart .aux-card-final-amount .woocommerce-Price-amount { font-family: Raleway; font-size: 16px; color: rgb(68, 68, 68); font-weight: 600; vertical-align: middle; padding-left: 0.65em; float: right; }
.aux-cart-wrapper.aux-elegant-cart .aux-card-final-amount .aux-cart-total-items { display: block; font-size: 14px; font-weight: 400; color: rgb(222, 222, 222); }
.aux-cart-wrapper.aux-elegant-cart .aux-card-item { border: none; }
.aux-cart-wrapper.aux-elegant-cart .aux-card-dropdown-dark .aux-cart-total-items { color: rgb(170, 170, 170); }
.aux-cart-wrapper.aux-offcart-content .aux-button-wrapper { display: block; text-align: center; }
.aux-cart-wrapper.aux-offcart-content .aux-button-wrapper .aux-button { display: block; }
.aux-cart-wrapper.aux-offcart-content .aux-modern-dropdown .aux-card-box { height: calc(100% - 165px); }
.aux-cart-wrapper.aux-offcart-content .aux-modern-dropdown .aux-inline-card-checkout { height: 165px; }
.aux-cart-wrapper.aux-offcart-content .aux-card-box { border-bottom: none; height: calc(100% - 235px); overflow-y: scroll; }
.aux-cart-wrapper.aux-offcart-content .aux-inline-card-checkout { width: 100%; height: 235px; bottom: 0px; border-top: 1px solid rgb(187, 187, 187); background-color: rgb(252, 252, 252); }
.aux-cart-wrapper .aux-card-item-details span ins { float: right; margin-left: 10px; top: -0.3em; position: relative; }
.aux-cart-wrapper .aux-card-item-details span ins span.woocommerce-Price-amount { font-weight: 600 !important; }
.aux-cart-wrapper .aux-inline-card-checkout { padding: 25px 21px; }
.aux-cart-wrapper .aux-inline-card-checkout .aux-card-final-amount { font-size: 14px; font-family: Raleway; font-weight: 400; color: rgb(68, 68, 68); }
.aux-offcanvas-dark .aux-offcart-content .aux-inline-card-checkout { background-color: rgb(61, 61, 61); }
.aux-myaccount-wrapper .aux-myaccount-url { color: inherit; font-size: 1.3125em; }
.aux-wishlist-header-wrapper .aux-wishlist-url { color: inherit; font-size: 1.3125em; }
.aux-search-section { line-height: 100%; }
.aux-search-section .aux-search-icon { height: 26px; width: 26px; margin: 0px; padding: 0px; background: 0px 0px; font-size: 22px; }
.aux-header-elements { position: relative; }
.aux-header-elements > [class*="-box"].aux-start { margin-right: 15px; }
.aux-header-elements > [class*="-box"].aux-end { margin-left: 15px; }
.site-header-section { background-color: rgb(255, 255, 255); transition: background-color 0.3s ease-out 0s, height 0.3s ease-out 0s; position: relative; z-index: 201; }
@media print {
  .site-header-section { display: none; }
}
.site-header-section.aux-add-border .aux-wrapper { border-bottom: 1px solid rgb(234, 234, 234); }
.site-header-section.aux-overlay-header { position: absolute; top: 0px; left: 0px; right: 0px; }
.site-header-section.aux-overlay-with-tb { position: absolute; }
.site-header-section .aux-burger-box.aux-start { margin-right: 20px; }
.site-header-section .aux-burger-box.aux-end { margin-left: 20px; }
.site-header-section .aux-btns-box .aux-button { margin-bottom: 0px; display: block; transition: background-color 0.3s ease-out 0s, border-color 0.3s ease-out 0s, padding 50ms ease-out 0s, color 50ms ease-out 0s; }
.aux-page-show-fade .site-header-section.aux-animate-in.aux-animate-in, .aux-page-show-circle .site-header-section.aux-animate-in.aux-animate-in, .aux-page-show-slideup .site-header-section.aux-animate-in.aux-animate-in, .aux-page-show-cover .site-header-section.aux-animate-in.aux-animate-in { animation: 1s cubic-bezier(0.23, 1, 0.32, 1) 0s 1 normal both running aux-header-animation; }
.aux-page-animation-off .site-header-section.aux-animate-in.aux-animate-in { animation: 1s cubic-bezier(0.23, 1, 0.32, 1) 0s 1 normal both running aux-header-animation; }
.site-header-section.aux-header-light { color: rgb(255, 255, 255); border-color: rgb(255, 255, 255); }
.site-header-section.aux-header-light .aux-menu-depth-0 > .aux-item-content { color: rgb(255, 255, 255); }
.site-header-section.aux-header-light .aux-menu-depth-0 > .aux-item-content::after { background-color: rgb(255, 255, 255); }
.site-header-section.aux-header-light .aux-burger::after, .site-header-section.aux-header-light .aux-burger::before, .site-header-section.aux-header-light .aux-burger .mid-line { border-color: rgb(255, 255, 255); }
.site-header-section .aux-header-elements, .site-header-section .aux-menu-depth-0 > .aux-item-content { height: 85px; }
.site-header-section .aux-fill .aux-logo { height: 100%; overflow: hidden; }
@media screen and (max-width: 1023px) {
  .aux-resp .site-header-section .aux-logo-header { max-width: 80%; display: inline-block; }
}
@media screen and (max-width: 767px) {
  .aux-resp .site-header-section .aux-container { max-height: calc(-100px + 100vh); overflow: auto; will-change: transform; transform: translateZ(1px); }
}
.site-header-section .secondary-bar { height: 60px; }
.site-header-section .secondary-bar .aux-menu-box[class*="-center"] { width: 100%; z-index: 120; }
.site-header-section .secondary-bar .aux-menu-box[class*="-center"] .aux-master-menu { text-align: center; }
.site-header-section .secondary-bar .aux-menu-box[class*="-center"] .aux-master-menu > * { text-align: initial; }
.site-header-section .aux-toggle-menu-bar { overflow: hidden; height: 0px; width: 100%; }
.site-header-section .aux-toggle-menu-bar > ul > li:last-child { margin-bottom: 1em; }
.site-header-section .aux-search-section { line-height: 100%; }
.site-header-section .aux-search-section.aux-end { margin-left: 0.4em; }
.site-header-section .aux-search-section.aux-start { margin-right: 0.4em; }
.aux-vertical-menu #inner-body { padding-left: 245px; }
@media screen and (max-width: 767px) {
  .aux-resp.aux-vertical-menu #inner-body { padding: 0px; }
}
.aux-vertical-menu .site-header-section { position: fixed; left: 0px; width: 245px; }
@media screen and (max-width: 767px) {
  .aux-resp.aux-vertical-menu .site-header-section { width: 100%; position: relative; }
}
.aux-vertical-menu .site-header-section .aux-burger-box { position: absolute; top: 50%; right: 35px; transform: translateY(-50%); z-index: 9; }
.aux-vertical-menu .site-header-section .aux-header-elements, .aux-vertical-menu .site-header-section .aux-menu-depth-0 > .aux-item-content { height: auto; }
.aux-vertical-menu .aux-vertical-menu-side { position: relative; height: 100vh; }
.admin-bar.aux-vertical-menu .aux-vertical-menu-side { height: calc(-32px + 100vh); }
@media screen and (max-width: 767px) {
  .aux-resp.aux-vertical-menu .aux-vertical-menu-side { height: auto; }
}
.aux-vertical-menu .aux-vertical-menu-side.aux-vertical-items-center .aux-vertical-menu-elements { height: 100%; }
.aux-vertical-menu .aux-vertical-menu-side.aux-vertical-items-center .aux-logo-header { text-align: center; padding: 3.4375em 2.1875em; margin: auto; }
@media screen and (max-width: 767px) {
  .aux-resp.aux-vertical-menu .aux-vertical-menu-side.aux-vertical-items-center .aux-logo-header { text-align: left; margin: 0px; padding: 1.875em; }
}
.aux-vertical-menu .aux-vertical-menu-side.aux-vertical-items-center .aux-logo-header .aux-logo-anchor { margin: auto; }
.aux-vertical-menu .aux-vertical-menu-side.aux-vertical-items-center .aux-logo-header .aux-logo-anchor > img { margin: auto; }
.aux-vertical-menu .aux-vertical-menu-side.aux-vertical-items-center .aux-menu-box { position: absolute; width: 100%; right: 0px; top: 50%; transform: translateY(-50%); }
.aux-vertical-menu .aux-vertical-menu-side.aux-vertical-items-center .aux-menu-box .aux-menu-depth-0 > .aux-item-content { padding: 0.8125em 0px; text-align: center; }
.aux-vertical-menu .aux-vertical-menu-side.aux-vertical-items-center .aux-cart-contents { padding: 0.8125em 0px; text-align: center; }
.aux-vertical-menu .aux-vertical-menu-side.aux-vertical-items-center .aux-vertical-menu-footer { position: absolute; bottom: 30px; text-align: center; padding-bottom: 0px; }
.aux-vertical-menu .aux-vertical-menu-side.aux-vertical-items-center .aux-vertical-menu-footer .aux-search-box::after { right: 0px; left: 0px; margin: 0px auto; }
.aux-vertical-menu .aux-vertical-menu-side.aux-vertical-items-center .aux-vertical-menu-footer .aux-social-list > li { float: none; display: inline; }
.aux-vertical-menu .aux-logo-header { margin-bottom: 67px; padding: 3.4375em 2.1875em 0px 3.125em; }
.aux-vertical-menu .aux-menu-box { margin: 0px; }
.aux-vertical-menu .aux-menu-box .aux-menu-depth-0 > .aux-item-content { display: block; padding: 0.8125em 2.1875em 0.8125em 3.4375em; text-transform: none; font-weight: 500; }
.aux-vertical-menu .aux-menu-box .aux-menu-depth-0 > .aux-item-content > .aux-submenu-indicator { position: absolute; right: 30px; top: 50%; transform: rotate(-90deg) translateY(-50%); }
.aux-vertical-menu .aux-menu-box .aux-menu-depth-0:first-child > .aux-item-content { padding-top: 0px; padding-left: 3.4375em; }
.aux-vertical-menu .aux-cart-wrapper .aux-cart-contents { padding: 0.8125em 2.1875em 0.8125em 3.4375em; text-align: left; font-size: 0.875em; font-weight: 500; margin: 0px; }
.aux-vertical-menu .aux-cart-wrapper .aux-cart-contents > span { position: relative; bottom: 2px; left: 5px; display: inline-block; height: 14px; width: 14px; border: none; text-align: center; }
.aux-vertical-menu .aux-cart-wrapper .aux-cart-contents::before { display: none; }
.aux-vertical-menu .aux-cart-wrapper .aux-card-dropdown { position: fixed; top: 50%; left: 245px; width: 245px; background-color: rgb(243, 243, 243); border: none; transform: translateY(-50%) translateX(30px); transition: all 0.3s ease-in-out 0s; }
.aux-vertical-menu .aux-cart-wrapper .aux-card-dropdown.aux-card-dropdown-dark { background-color: rgb(61, 61, 61); }
.aux-vertical-menu .aux-cart-wrapper .aux-card-dropdown::before, .aux-vertical-menu .aux-cart-wrapper .aux-card-dropdown::after { content: ""; position: fixed; left: 0px; width: 100%; height: 100vh; background-color: inherit; z-index: -1; }
.aux-vertical-menu .aux-cart-wrapper .aux-card-dropdown::before { top: 0px; }
.aux-vertical-menu .aux-cart-wrapper .aux-card-dropdown::after { bottom: 0px; }
.aux-vertical-menu .aux-cart-wrapper .aux-card-checkout, .aux-vertical-menu .aux-cart-wrapper .aux-card-box { padding: 1.875em; }
.aux-vertical-menu .aux-cart-wrapper .aux-card-item { border: none; margin: 0px; padding-bottom: 1.875em; }
.aux-vertical-menu .aux-cart-wrapper .aux-card-item::after { content: ""; display: table; clear: both; }
.aux-vertical-menu .aux-cart-wrapper .aux-card-item:last-child { padding-bottom: 0px; }
.aux-vertical-menu .aux-cart-wrapper .aux-card-item .aux-card-item-img { margin-right: 10px; }
.aux-vertical-menu .aux-cart-wrapper .aux-card-item .aux-card-item-details { padding-right: 0.625em; }
.aux-vertical-menu .aux-cart-wrapper .aux-card-item .aux-card-item-details .aux-remove-cart-content { top: 5px; }
.aux-vertical-menu .aux-cart-wrapper .aux-card-item .aux-card-item-details h3, .aux-vertical-menu .aux-cart-wrapper .aux-card-item .aux-card-item-details span { font-size: 0.875em; font-weight: 300; }
.aux-vertical-menu .aux-cart-wrapper .aux-card-checkout .woocommerce-Price-amount { font-size: 0.875em; font-weight: 500; }
.aux-vertical-menu .aux-cart-wrapper .aux-card-checkout .aux-button { margin-bottom: 10px; padding: 0.8125em 2.1875em; text-transform: none; font-size: 0.75em; font-weight: 600; }
.aux-vertical-menu .aux-cart-wrapper.aux-cart-display-dropdown .aux-card-dropdown { transform: translateY(-50%) translateX(0px); }
.aux-vertical-menu .aux-vertical-menu-footer { padding: 0px 3.4375em 3.4375em 3.125em; }
.aux-vertical-menu .aux-search-box { position: relative; margin: 55px 0px; }
.aux-vertical-menu .aux-search-box.aux-search-no-border { margin-bottom: 12px; }
.aux-vertical-menu .aux-search-box.aux-search-no-border::after { display: none; }
.aux-vertical-menu .aux-search-box::after { content: ""; position: absolute; bottom: -30px; display: block; width: 30px; height: 1px; background-color: rgb(224, 224, 224); }
.aux-vertical-menu .aux-search-box .aux-search-field { height: 25px; padding: 0.1875em 0.625em; font-size: 0.75em; }
.aux-vertical-menu .aux-search-box .aux-submit-icon-container { width: 25px; }
.aux-vertical-menu .aux-search-box .aux-submit-icon-container::before { font-size: 1em; }
.aux-vertical-menu .aux-socials-container { margin-bottom: 10px; }
.aux-vertical-menu .aux-social-list { margin-left: -7px; }
.aux-top-sticky .site-header-section .aux-logo.aux-scale { transition: transform 0.3s ease-out 0s; transform-origin: left center; }
.aux-top-sticky .site-header-section .aux-center .aux-logo.aux-scale, .aux-top-sticky .site-header-section .aux-center-middle .aux-logo.aux-scale { transform-origin: center center; }
.aux-top-sticky .site-header-section .aux-end .aux-logo.aux-scale { transform-origin: right center; }
.aux-top-sticky .site-header-section.aux-sticky { position: fixed; top: 0px; width: 100%; box-shadow: rgba(34, 34, 34, 0.03) 0px 4px 0px; z-index: 1400; }
.aux-top-sticky .site-header-section.aux-sticky .aux-fill .aux-menu-depth-0 > .aux-item-content, .aux-top-sticky .site-header-section.aux-sticky .aux-header-elements { height: 51px; }
.aux-top-sticky .site-header-section.aux-sticky .secondary-bar, .aux-top-sticky .site-header-section.aux-sticky .secondary-bar .aux-fill .aux-menu-depth-0 > .aux-item-content { height: 36px; }
.aux-top-sticky .site-header-section.aux-sticky .aux-logo.aux-scale { transform: scale(0.85); }
.aux-top-sticky .site-header-section.aux-sticky .aux-wrapper { border-bottom: 1px solid rgb(222, 222, 222); transition: border 0.2s ease 0s; }
.aux-top-sticky .site-header-section.aux-sticky .aux-sticky-off { display: none; }
.aux-logo { position: relative; }
.aux-logo-hidden { position: absolute; visibility: hidden; opacity: 0; width: 0px; height: 0px; padding-bottom: 0px; }
.aux-logo-text { text-overflow: ellipsis; }
.aux-logo-text .site-title, .aux-logo-text .site-description { margin: 0px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; display: block; }
.aux-logo-text .site-title { line-height: 110%; font-size: 1.5em; color: rgb(27, 176, 206); }
.aux-logo-text .site-title a { color: inherit; }
.aux-logo-text .site-description { font-size: 86%; }
.aux-logo-text .site-title ~ .site-description { margin-top: 5px; }
.aux-logo-anchor { display: block; }
.aux-logo-anchor > img { max-height: 100%; image-rendering: -webkit-optimize-contrast; }
.aux-logo-anchor > img[src*=".svg"] { width: 100%; height: revert-layer; }
.aux-logo-anchor.aux-has-logo ~ .aux-logo-text .site-title, .aux-logo-anchor.aux-has-logo ~ .aux-logo-text .site-description { font-family: Raleway, arial, sans-serif; position: absolute; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); height: 1px; width: 1px; margin: -1px; padding: 0px; border: 0px; }
.aux-top-slider { position: relative; z-index: 2; }
.aux-top-slider .aux-fold { margin-left: auto; margin-right: auto; }
.aux-front-error { color: rgb(241, 42, 42); background-color: rgb(255, 239, 239); }
.aux-front-notice { padding-top: 1em; border-bottom: 1px solid rgb(234, 234, 234); font-size: 90%; }
.aux-front-notice p { margin-bottom: 0px; }
.aux-front-notice ul { margin-top: 0px; }
.aux-elementor-header { position: relative; z-index: 6; }
.aux-elementor-header.aux-overlay-header { position: absolute; top: 0px; left: 0px; right: 0px; z-index: 9; }
.aux-elementor-header.aux-overlay-with-tb { position: absolute; }
.aux-elementor-header .aux-toggle-menu-bar { overflow: hidden; height: 0px; width: 100%; }
.aux-elementor-header .aux-toggle-menu-bar > ul > li:last-child { margin-bottom: 1em; }
.aux-elementor-header.aux-sticky { position: fixed; top: 0px; width: 100%; box-shadow: rgba(34, 34, 34, 0.03) 0px 4px 0px; z-index: 1400; }
.aux-elementor-header.aux-sticky .aux-fill .aux-menu-depth-0 > .aux-item-content, .aux-elementor-header.aux-sticky .aux-header-elements { height: 51px; }
.aux-elementor-header.aux-sticky .secondary-bar, .aux-elementor-header.aux-sticky .secondary-bar .aux-fill .aux-menu-depth-0 > .aux-item-content { height: 36px; }
.aux-elementor-header.aux-sticky .aux-logo.aux-scale { transform: scale(0.85); }
.aux-elementor-header.aux-sticky .aux-wrapper { border-bottom: 1px solid rgb(222, 222, 222); transition: border 0.2s ease 0s; }
.aux-elementor-header.aux-sticky .aux-sticky-off { display: none; }
.aux-boxed.aux-fhd .aux-elementor-header { width: 1970px; max-width: 100%; }
@media screen and (max-width: 1970px) {
  .aux-boxed.aux-fhd .aux-elementor-header { right: 0px; left: 0px; }
}
.aux-boxed.aux-s-fhd .aux-elementor-header { width: 1670px; max-width: 100%; }
@media screen and (max-width: 1670px) {
  .aux-boxed.aux-s-fhd .aux-elementor-header { right: 0px; left: 0px; }
}
.aux-boxed.aux-xhd .aux-elementor-header { width: 1470px; max-width: 100%; }
@media screen and (max-width: 1470px) {
  .aux-boxed.aux-xhd .aux-elementor-header { right: 0px; left: 0px; }
}
.aux-boxed.aux-hd .aux-elementor-header { width: 1270px; max-width: 100%; }
@media screen and (max-width: 1270px) {
  .aux-boxed.aux-hd .aux-elementor-header { right: 0px; left: 0px; }
}
.aux-boxed.aux-nd .aux-elementor-header { width: 1070px; max-width: 100%; }
@media screen and (max-width: 1070px) {
  .aux-boxed.aux-nd .aux-elementor-header { right: 0px; left: 0px; }
}
.aux-breadcrumbs { font-size: 12px; display: inline-block; font-weight: 600; }
.aux-breadcrumbs span:not(.breadcrumb-icon) { padding-left: 10px; padding-right: 10px; }
.aux-breadcrumbs span.breadcrumb-icon { line-height: 1; vertical-align: middle; }
.aux-breadcrumbs span.breadcrumb-icon:first-child { display: none; }
.aux-breadcrumbs span a:hover { color: rgb(27, 176, 206); text-decoration: underline; }
.page-title-section { position: relative; }
.page-title-section::before { content: " "; display: table; clear: both; }
.page-title-section .page-header { z-index: 2; overflow: hidden; border-width: 1px 0px; padding: 0px; position: relative; top: 0px; background-position: center center; background-size: cover; border-bottom-style: solid; border-bottom-color: rgb(234, 234, 234); }
.page-title-section .page-header > .aux-container { position: relative; z-index: 2; }
.page-title-section .page-header > .aux-container > :last-child { margin-bottom: 55px; }
.page-title-section .page-header > .aux-container > :first-child { margin-top: 50px; }
.page-title-section .page-header .aux-header-overlay { position: absolute; width: 100%; height: 100%; left: 0px; bottom: 0px; z-index: 1; }
.page-title-section .aux-boxed-container .aux-page-title-entry.aux-center { margin-left: auto; margin-right: auto; }
.page-title-section .aux-boxed-container .aux-page-title-entry .aux-page-title-box { display: inline-block; }
.page-title-section > .aux-full-height { height: 90vh; }
.page-title-section > .aux-full-height > .aux-container { min-height: 100%; }
.page-title-section > .aux-full-height .aux-title-scroll-down { left: 0px; width: 100%; }
.page-title-section > .aux-full-height.aux-semi-full-container { padding-right: 35px; padding-left: 35px; }
.page-title-section > .aux-bottom .aux-page-title-entry { bottom: 0px; }
.page-title-section > .aux-bottom.aux-full-height .aux-page-title-entry { position: absolute; left: 0px; right: 0px; padding: inherit; bottom: 0px; }
.page-title-section > .aux-bottom.aux-full-height .aux-title-scroll-down { position: absolute; bottom: 5px; margin-bottom: 0px; }
.page-title-section > .aux-bottom.aux-full-height.aux-arrow-round .aux-page-title-entry { margin-bottom: 100px; }
.page-title-section > .aux-bottom.aux-auto-height .aux-page-title-entry { margin-bottom: 0px; }
.page-title-section > .aux-bottom.aux-auto-height .aux-title-scroll-down { display: none; }
.page-title-section > .aux-bottom-overlap { margin-bottom: 150px; overflow: visible; }
.page-title-section > .aux-bottom-overlap .aux-page-title-entry { bottom: 0px; margin-top: 0px; }
.page-title-section > .aux-bottom-overlap .aux-page-title-box { width: 100%; }
.page-title-section > .aux-bottom-overlap.aux-full-height .aux-page-title-entry { position: absolute; left: 0px; right: 0px; bottom: 0px; padding: inherit; transform: translateY(75%); }
.page-title-section > .aux-bottom-overlap.aux-auto-height .aux-page-title-entry { transform: translateY(50%); margin-bottom: 0px; }
.page-title-section > .aux-bottom-overlap .aux-title-scroll-down { display: none !important; }
.page-title-section > .aux-bottom-overlap.aux-bg-parallax .aux-meida-bg-holder { height: 100%; }
.page-title-section > .aux-middle.aux-full-height .aux-page-title-entry { position: absolute; left: 0px; right: 0px; top: 50%; padding: inherit; margin: 0px; transform: translateY(-50%); }
.page-title-section > .aux-middle.aux-full-height .aux-title-scroll-down { position: absolute; bottom: 0px; left: 0px; }
.page-title-section > .aux-middle.aux-auto-height .aux-breadcrumbs + .aux-page-title-entry { margin-bottom: 80px; }
.page-title-section > .aux-top .aux-breadcrumbs ~ .aux-page-title-entry { margin-top: 0px; }
.page-title-section > .aux-top .aux-page-title-entry { top: 0px; }
.page-title-section .aux-light, .page-title-section .aux-light a { color: rgb(255, 255, 255); }
.page-title-section .aux-dark, .page-title-section .aux-dark a { color: rgb(17, 17, 17); }
.page-title-section .aux-left { text-align: left; }
.page-title-section .aux-center { text-align: center; }
.page-title-section .aux-right { text-align: right; }
.aux-overlay-bg-hash::before { content: " "; position: absolute; inset: 0px; z-index: 2; }
.aux-overlay-bg-hash::before { background-image: url(""); background-repeat: repeat; opacity: 0.5; }
.aux-bg-parallax { background-repeat: repeat-y; background-position: 50% 0px; transition: background-position 20s linear 0s; }
.page-title-section .aux-breadcrumbs { margin-top: 50px; margin-bottom: 30px; }
.page-title-section .aux-title-scroll-down { text-align: center; }
.page-title-section .aux-title-scroll-down .aux-arrow-nav { margin-left: auto; margin-right: auto; }
.page-title-section .aux-title-scroll-down .prim-arrow { animation: 1.4s ease 0s infinite alternate none running aux-scrolldown; }
.page-title-section > .aux-arrow-round .aux-title-scroll-down { display: block; margin-top: 40px; }
.page-title-section > .aux-arrow-round .aux-page-title-entry { margin-bottom: 0px; }
.page-title-section .aux-down-arrow { width: 70px; height: 70px; border-radius: 50%; display: inline-block; }
.page-title-section .aux-light .aux-down-arrow .aux-overlay::after, .page-title-section .aux-light .aux-down-arrow:hover { background-color: rgb(17, 17, 17); }
.page-title-section .aux-light .aux-down-arrow.aux-outline { box-shadow: rgb(255, 255, 255) 0px 0px 0px 1px inset; }
.page-title-section .aux-dark .aux-down-arrow .aux-overlay::after, .page-title-section .aux-dark .aux-down-arrow:hover { background-color: rgb(255, 255, 255); }
.page-title-section .aux-dark .aux-down-arrow.aux-outline { box-shadow: rgb(17, 17, 17) 0px 0px 0px 1px inset; }
.page-title-section .aux-page-title-entry { position: relative; margin-bottom: 40px; margin-top: 40px; }
.page-title-section .aux-bread-bordered .aux-breadcrumbs { padding: 10px 20px; border-width: 1px; border-style: solid; border-radius: 20px; }
.page-title-section .aux-bread-bordered.aux-light .aux-breadcrumbs { border-color: rgb(255, 255, 255); }
.page-title-section .aux-bread-bordered.aux-dark .aux-breadcrumbs { border-color: rgb(17, 17, 17); }
.page-title-section .aux-heading-bordered .page-title-group, .page-title-section .aux-heading-boxed .page-title-group { padding: 2.1875em 1.875em; }
.page-title-section .aux-heading-boxed .page-title-group { border: none; }
.page-title-section .aux-heading-boxed.aux-light .page-title-group { background-color: rgb(17, 17, 17); }
.page-title-section .aux-heading-boxed.aux-dark .page-title-group { background-color: rgb(255, 255, 255); }
.page-title-section .aux-heading-bordered .page-title-group { border-width: 3px; border-style: solid; border-radius: 1px; }
.page-title-section .aux-heading-bordered.aux-light .page-title-group { border-color: rgb(255, 255, 255); }
.page-title-section .aux-heading-bordered.aux-dark .page-title-group { border-color: rgb(17, 17, 17); }
.page-title-section .aux-heading-bordered .page-title-meta, .page-title-section .aux-heading-boxed .page-title-meta { margin-top: 1.2em; }
.page-title { line-height: 100%; margin: 0px; font-weight: 600; font-size: 2.4em; display: inline-block; }
.page-title-section .page-subtitle { font-size: 1.15em; margin-top: 3px; margin-bottom: 0px; font-weight: 400; }
.page-title-section .page-title-meta { font-size: 15px; margin-top: 1.5em; }
.page-title-section .page-title-meta a { font-weight: 400; }
.aux-sidebar .sidebar-inner { padding: 3.4375em 1.875em; }
.aux-sidebar-style-overlap .aux-sidebar::before { z-index: -1; }
.aux-sidebar ul li a { color: rgb(136, 136, 136); font-weight: 500; text-decoration: underline; }
.aux-full-with .aux-sidebar-style-overlap .aux-sidebar::before { width: 40vw; }
.aux-boxed .aux-sidebar-style-overlap .aux-sidebar::before { width: 100%; }
@media print {
  .aux-sidebar { display: none; }
}
.aux-sidebar-primary { width: 300px; position: relative; z-index: 4; }
.aux-sidebar-style-overlap .aux-sidebar-primary::before { content: " "; position: absolute; top: 0px; background-color: rgb(234, 234, 234); height: 100%; }
.aux-sidebar-style-overlap.left-sidebar .aux-sidebar-primary::before, .aux-sidebar-style-overlap.left-right-sidebar .aux-sidebar-primary::before, .aux-sidebar-style-overlap.left2-sidebar .aux-sidebar-primary::before { right: 0px; }
.aux-sidebar-style-overlap.right-sidebar .aux-sidebar-primary::before, .aux-sidebar-style-overlap.right-left-sidebar .aux-sidebar-primary::before, .aux-sidebar-style-overlap.right2-sidebar .aux-sidebar-primary::before { left: 0px; }
.aux-sidebar-secondary { width: 260px; position: relative; z-index: 3; }
.aux-sidebar-style-overlap.left-right-sidebar .aux-sidebar-secondary::before, .aux-sidebar-style-overlap.right-left-sidebar .aux-sidebar-secondary::before { content: " "; position: absolute; top: 0px; background-color: rgb(241, 241, 241); height: 100%; }
.aux-sidebar-style-overlap.left-right-sidebar .aux-sidebar-secondary::before { left: 0px; }
.aux-sidebar-style-overlap.right-left-sidebar .aux-sidebar-secondary::before { right: 0px; }
.aux-sidebar-style-overlap.left2-sidebar .aux-sidebar-secondary, .aux-sidebar-style-overlap.right2-sidebar .aux-sidebar-secondary { background-color: rgb(241, 241, 241); }
.aux-primary { position: relative; z-index: 5; width: 100%; }
.aux-content-top-margin .aux-primary { padding-top: 4.375em; }
.aux-sidebar-style-border.right-sidebar .aux-sidebar-primary { border-left: 1px solid rgb(234, 234, 234); }
.aux-sidebar-style-border.left-sidebar .aux-sidebar-primary { border-right: 1px solid rgb(234, 234, 234); }
.aux-sidebar-style-border.right-left-sidebar .aux-sidebar-primary { border-left: 1px solid rgb(234, 234, 234); }
.aux-sidebar-style-border.right-left-sidebar .aux-sidebar-secondary { border-right: 1px solid rgb(234, 234, 234); }
.aux-sidebar-style-border.left-right-sidebar .aux-sidebar-primary { border-right: 1px solid rgb(234, 234, 234); }
.aux-sidebar-style-border.left-right-sidebar .aux-sidebar-secondary { border-left: 1px solid rgb(234, 234, 234); }
.aux-sidebar-style-border.right2-sidebar .aux-sidebar-secondary { border-left: 1px solid rgb(234, 234, 234); border-right: 1px solid rgb(234, 234, 234); }
.aux-sidebar-style-border.left2-sidebar .aux-sidebar-secondary { border-right: 1px solid rgb(234, 234, 234); border-left: 1px solid rgb(234, 234, 234); }
.no-sidebar .aux-sidebar { display: none; float: none; }
.no-sidebar .aux-primary { float: none; width: 100%; }
.right-sidebar .aux-sidebar-secondary, .left-sidebar .aux-sidebar-secondary { display: none; }
.right-sidebar > .aux-wrapper > .aux-container { padding-right: 300px; }
.right-sidebar .aux-primary { float: left; padding-right: 38px; }
.right-sidebar .aux-sidebar-primary { float: right; margin-right: -300px; }
.left-sidebar > .aux-wrapper > .aux-container { padding-left: 300px; }
.left-sidebar .aux-primary { float: right; padding-left: 38px; }
.left-sidebar .aux-sidebar-primary { float: left; margin-left: -300px; }
.left-right-sidebar > .aux-wrapper > .aux-container { padding-left: 300px; padding-right: 260px; }
.left-right-sidebar .aux-primary { float: right; padding-right: 38px; padding-left: 38px; }
.left-right-sidebar .aux-sidebar-primary { float: left; margin-left: -300px; }
.left-right-sidebar .aux-sidebar-secondary { float: right; margin-right: -260px; right: -100%; }
.right-left-sidebar > .aux-wrapper > .aux-container { padding-right: 300px; padding-left: 260px; }
.right-left-sidebar .aux-primary { float: left; padding-left: 38px; padding-right: 38px; }
.right-left-sidebar .aux-sidebar-primary { float: right; margin-right: -300px; }
.right-left-sidebar .aux-sidebar-secondary { float: left; margin-left: -260px; left: -100%; }
.left2-sidebar > .aux-wrapper > .aux-container { padding-left: 560px; }
.left2-sidebar .aux-primary { float: right; padding-left: 38px; }
.left2-sidebar .aux-sidebar-primary { float: left; margin-left: -560px; }
.left2-sidebar .aux-sidebar-secondary { float: left; margin-left: -260px; }
.right2-sidebar > .aux-wrapper > .aux-container { padding-right: 560px; }
.right2-sidebar .aux-primary { float: left; padding-right: 38px; }
.right2-sidebar .aux-sidebar-primary { float: right; margin-right: -560px; }
.right2-sidebar .aux-sidebar-secondary { float: right; margin-right: -260px; }
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .aux-resp .aux-sidebar-primary { width: 240px; }
  .aux-resp .right-sidebar > .aux-wrapper > .aux-container { padding-right: 240px; }
  .aux-resp .right-sidebar .aux-sidebar-primary { margin-right: -240px; }
  .aux-resp .left-sidebar > .aux-wrapper > .aux-container { padding-left: 240px; }
  .aux-resp .left-sidebar .aux-sidebar-primary { margin-left: -240px; }
}
@media screen and (max-width: 767px) {
  .aux-resp { background-image: none; }
  .aux-resp .right-sidebar .aux-primary, .aux-resp .right-sidebar .aux-sidebar, .aux-resp .left-sidebar .aux-primary, .aux-resp .left-sidebar .aux-sidebar, .aux-resp .right-left-sidebar .aux-primary, .aux-resp .right-left-sidebar .aux-sidebar, .aux-resp .left-right-sidebar .aux-primary, .aux-resp .left-right-sidebar .aux-sidebar { width: 100%; margin-right: auto; margin-left: auto; }
  .aux-resp .right-left-sidebar > .aux-wrapper > .aux-fold, .aux-resp .left-right-sidebar > .aux-wrapper > .aux-fold { padding-right: 35px; padding-left: 35px; }
  .aux-resp .right-left-sidebar .aux-primary, .aux-resp .left-right-sidebar .aux-primary { padding-left: 0px; padding-right: 0px; }
  .aux-resp .right-left-sidebar .aux-sidebar, .aux-resp .left-right-sidebar .aux-sidebar { float: none; left: auto; right: auto; }
  .aux-resp .right-sidebar > .aux-wrapper > .aux-fold { padding-right: 35px; padding-left: 35px; }
  .aux-resp .right-sidebar .aux-primary { padding-right: 0px; }
  .aux-resp .left-sidebar > .aux-wrapper > .aux-fold { padding-right: 35px; padding-left: 35px; }
  .aux-resp .left-sidebar .aux-primary { padding-left: 0px; }
  .aux-resp .aux-sidebar { border-top: 1px solid rgb(234, 234, 234); padding-top: 2em; }
  .aux-resp .aux-sidebar .sidebar-inner { padding-right: 0px; padding-left: 0px; }
  .aux-resp .aux-full-container .aux-sidebar .sidebar-inner { padding-right: 0px; padding-left: 0px; }
  .aux-resp .aux-sidebar-style-border.right-sidebar .aux-sidebar-primary { border-left: none; }
  .aux-resp .aux-sidebar-style-border.left-sidebar .aux-sidebar-primary { border-right: none; }
  .aux-resp .aux-sidebar-style-border.left-right-sidebar .aux-sidebar-primary, .aux-resp .aux-sidebar-style-border.right-left-sidebar .aux-sidebar-primary { border-right: none; }
  .aux-resp .aux-sidebar-style-border.left-right-sidebar .aux-sidebar-secondary, .aux-resp .aux-sidebar-style-border.right-left-sidebar .aux-sidebar-secondary { border-left: none; }
  .aux-resp .aux-sidebar-style-border.right2-sidebar .aux-sidebar-secondary { border-left: none; border-right: none; }
  .aux-resp .aux-sidebar-style-border.left2-sidebar .aux-sidebar-secondary { border-right: none; border-left: none; }
  .aux-resp.aux-full-width .aux-sidebar-style-overlap .aux-sidebar-primary::before, .aux-resp.aux-full-width .aux-sidebar-style-overlap .aux-sidebar-secondary::before { right: auto; width: 120vw; top: -1px; left: -10vw !important; }
  .aux-resp.aux-boxed .aux-sidebar-style-overlap .aux-sidebar-primary::before, .aux-resp.aux-boxed .aux-sidebar-style-overlap .aux-sidebar-secondary::before { top: -1px; width: calc(100% + 70px); left: -35px !important; }
}
@media print {
  .aux-has-sidebar > .aux-wrapper > .aux-container { padding-left: 30px !important; padding-right: 30px !important; }
  .aux-has-sidebar .aux-primary { float: none; padding-left: 0px !important; padding-right: 0px !important; }
}
.aux-media-frame.aux-media-image { display: block; position: relative; overflow: hidden; max-width: 100%; text-align: center; }
.aux-media-frame.aux-media-image img { height: auto; display: block; margin: 0px auto; }
.aux-media-frame.aux-media-image.aux-contain img { width: 100%; min-width: 100%; }
.aux-media-frame ul { display: none; }
.aux-meida-bg-holder { position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; transition: opacity 10ms linear 0s; transform-style: preserve-3d; background-size: cover; z-index: 1; background-position: 50% 50%; background-color: rgb(51, 51, 51); overflow: hidden; }
.aux-meida-bg-holder.aux-bg-parallax, .aux-bg-parallax .aux-meida-bg-holder { height: 100vh; }
.aux-meida-bg-holder > img { width: 100%; display: none; z-index: 2; }
.aux-meida-bg-holder video { z-index: 10; }
.aux-has-preview { transform: translate3d(0px, 0px, 0px); transition: filter 0.3s ease 0s; will-change: filter; perspective-origin: center center; }
.aux-has-preview.aux-preload, .aux-has-preview.aux-preloading { filter: blur(10px); }
.aux-has-preview.aux-preloaded { filter: blur(0px); }
.aux-preload, .aux-preloading, .aux-preloaded { will-change: background, opacity; }
.aux-preload.aux-progress-box, .aux-preloading.aux-progress-box { position: relative; background: linear-gradient(to right, rgb(221, 221, 221) 33%, rgb(245, 245, 245) 40%, rgb(229, 229, 229) 43%, rgb(221, 221, 221) 46%) 0% 0% / 300% no-repeat rgb(221, 221, 221); animation-duration: 1.4s; animation-fill-mode: forwards; animation-iteration-count: infinite; animation-name: AuxLoadingWave; animation-timing-function: linear; }
.aux-preload.aux-blank, .aux-preloading.aux-blank { opacity: 0; }
.aux-preloading.aux-simple-spinner, .aux-preloading.aux-simple-spinner-light, .aux-preloading.aux-simple-spinner-dark { background-repeat: no-repeat; background-position: center center; }
.aux-preloading.aux-simple-spinner { background-image: url(""); }
.aux-preloading.aux-simple-spinner-light { background-image: url(""); }
.aux-preloading.aux-simple-spinner-dark { background-image: url(""); }
.aux-preloaded.aux-blank { animation-name: AuxFadeInPreloaded; animation-duration: 0.4s; animation-fill-mode: both; animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }
@keyframes AuxFadeInPreloaded { 
  0% { opacity: 0; }
  100% { opacity: 1; }
}
.aux-img-dynamic-dropshadow-frame { position: relative; }
.aux-img-dynamic-dropshadow-frame .aux-img-dynamic-dropshadow { position: relative; z-index: 1; }
.aux-img-dynamic-dropshadow-frame .aux-img-dynamic-dropshadow-cloned { position: absolute; left: 0px; right: 0px; top: 0px; transform: translateX(75px) translateY(40px); opacity: 0.4; filter: blur(50px); margin: 0px auto !important; }
.aux-orginal-blured-img { position: relative; overflow: hidden; }
.aux-blured-img { position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; opacity: 0; transition: opacity 0s ease 0s, transform 0.1s ease-out 0s; will-change: opacity, transform; }
.aux-page-cover.aux-page-cover-off .aux-page-cover-wrapper { transform: translateY(-100%); }
.aux-page-cover .aux-page-cover-wrapper { position: fixed; top: 0px; left: 0px; z-index: 9; transition: transform 1.2s cubic-bezier(0.86, 0, 0.07, 1) 0.2s !important; }
.aux-page-cover .aux-page-cover-wrapper > .elementor-container { height: 100vh; width: 100vw !important; max-width: none !important; }
.aux-page-cover .aux-page-cover-wrapper .aux-page-cover-content { position: relative; width: 100vw; height: 100vh; display: flex; align-items: center; z-index: 9; }
.aux-page-cover .aux-page-cover-wrapper .auxin-page-cover-image { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; object-fit: cover; z-index: 8; }
.aux-page-cover .aux-page-cover-wrapper .aux-page-cover-footer { position: absolute; bottom: 85px; left: 0px; right: 0px; z-index: 9; }
.aux-page-cover .aux-page-cover-wrapper .aux-page-cover-footer .aux-page-cover-footer-text { overflow: hidden; }
.aux-page-cover .aux-page-cover-wrapper .aux-page-cover-footer .aux-page-cover-footer-text a { color: rgb(255, 255, 255); display: block; font-size: 32px; text-decoration: underline; line-height: 37px; text-align: center; }
.aux-sticky-piece { align-self: start; }
.aux-subfooter { background-color: rgb(243, 243, 243); position: relative; }
.aux-subfooter > .aux-wrapper::after { content: ""; display: table; clear: both; }
.aux-subfooter > .aux-wrapper > .aux-container { padding-top: 100px; margin-bottom: 100px; }
@media print {
  .aux-subfooter { display: none; }
}
.aux-subfooter-bar.vertical-small-full, .aux-subfooter-bar.vertical-small-boxed { padding-top: 30px; padding-bottom: 30px; }
.aux-subfooter-bar #sbi_load { padding-top: 0px !important; }
.aux-subfooter-bar .widget-container { margin-bottom: 0px; }
.aux-subfooter-bar .widget-container + .widget-container { margin-top: 1.875em; }
@media print {
  .aux-subfooter-bar { display: none; }
}
.aux-site-footer { position: relative; padding: 15px 0px; margin: 0px; background-color: rgb(253, 253, 253); color: rgb(170, 170, 170); border-top: 1px solid rgb(234, 234, 234); }
.aux-site-footer .aux-fold { height: 60px; }
.aux-site-footer ul::after { content: ""; display: table; clear: both; }
.aux-site-footer small { font-size: 0.875em; line-height: 100%; }
.aux-site-footer .aux-start { margin-right: 20px; }
.aux-site-footer .aux-end { margin-left: 20px; }
.aux-site-footer .footer-menu li { float: left; margin-bottom: 0px; margin-right: 0.8em; }
.aux-site-footer .footer-menu li.current-menu-item { font-weight: 600; }
.aux-site-footer .footer-menu li.current-menu-item a, .aux-site-footer .footer-menu li.current-menu-item span { color: rgb(80, 80, 80); }
.aux-site-footer .footer-menu li > a, .aux-site-footer .footer-menu li > span { color: rgb(170, 170, 170); font-size: 0.75em; text-transform: uppercase; transition: color 0.3s ease 0s; }
.aux-site-footer .footer-menu li > a:hover, .aux-site-footer .footer-menu li > span:hover { color: rgb(80, 80, 80); }
.aux-site-footer .aux-privacy-policy { margin-left: 4px; }
.aux-site-footer .aux-attribution + .aux-privacy-policy::before { content: "/"; color: rgba(255, 255, 255, 0.3); margin: 0px 4px 0px -4px; display: inline-block; }
.aux-site-footer .aux-social-list a:hover { color: rgb(80, 80, 80); }
@media print {
  .aux-site-footer { display: none; }
}
.aux-sticky-footer #main, .aux-sticky-footer .page-title-section { position: relative; z-index: 2; background-color: rgb(255, 255, 255); }
.aux-sticky-footer #main { box-shadow: rgba(10, 10, 10, 0.1) 0px 3px 2px 0px; }
.aux-sticky-footer .aux-subfooter, .aux-sticky-footer .aux-site-footer, .aux-sticky-footer .aux-subfooter-bar, .aux-sticky-footer .aux-elementor-footer { position: fixed; max-width: 100%; }
.aux-sticky-footer .aux-subfooter { bottom: 90px; }
.aux-sticky-footer .aux-site-footer, .aux-sticky-footer .aux-elementor-footer { bottom: 0px; }
.aux-sticky-footer.aux-framed .aux-subfooter, .aux-sticky-footer.aux-framed .aux-site-footer, .aux-sticky-footer.aux-framed .aux-subfooter-bar, .aux-sticky-footer.aux-framed .aux-elementor-footer { padding-right: 20px; padding-left: 20px; }
.aux-sticky-footer.aux-full-width .aux-subfooter, .aux-sticky-footer.aux-full-width .aux-site-footer, .aux-sticky-footer.aux-full-width .aux-subfooter-bar, .aux-sticky-footer.aux-full-width .aux-elementor-footer { left: 0px; right: 0px; }
.aux-sticky-footer.aux-boxed.aux-fhd .aux-subfooter, .aux-sticky-footer.aux-boxed.aux-fhd .aux-site-footer, .aux-sticky-footer.aux-boxed.aux-fhd .aux-subfooter-bar, .aux-sticky-footer.aux-boxed.aux-fhd .aux-elementor-footer { width: 1970px; }
@media screen and (max-width: 1970px) {
  .aux-sticky-footer.aux-boxed.aux-fhd .aux-subfooter, .aux-sticky-footer.aux-boxed.aux-fhd .aux-site-footer, .aux-sticky-footer.aux-boxed.aux-fhd .aux-subfooter-bar, .aux-sticky-footer.aux-boxed.aux-fhd .aux-elementor-footer { right: 0px; left: 0px; }
}
.aux-sticky-footer.aux-boxed.aux-s-fhd .aux-subfooter, .aux-sticky-footer.aux-boxed.aux-s-fhd .aux-site-footer, .aux-sticky-footer.aux-boxed.aux-s-fhd .aux-subfooter-bar, .aux-sticky-footer.aux-boxed.aux-s-fhd .aux-elementor-footer { width: 1670px; }
@media screen and (max-width: 1670px) {
  .aux-sticky-footer.aux-boxed.aux-s-fhd .aux-subfooter, .aux-sticky-footer.aux-boxed.aux-s-fhd .aux-site-footer, .aux-sticky-footer.aux-boxed.aux-s-fhd .aux-subfooter-bar, .aux-sticky-footer.aux-boxed.aux-s-fhd .aux-elementor-footer { right: 0px; left: 0px; }
}
.aux-sticky-footer.aux-boxed.aux-xhd .aux-subfooter, .aux-sticky-footer.aux-boxed.aux-xhd .aux-site-footer, .aux-sticky-footer.aux-boxed.aux-xhd .aux-subfooter-bar, .aux-sticky-footer.aux-boxed.aux-xhd .aux-elementor-footer { width: 1470px; }
@media screen and (max-width: 1470px) {
  .aux-sticky-footer.aux-boxed.aux-xhd .aux-subfooter, .aux-sticky-footer.aux-boxed.aux-xhd .aux-site-footer, .aux-sticky-footer.aux-boxed.aux-xhd .aux-subfooter-bar, .aux-sticky-footer.aux-boxed.aux-xhd .aux-elementor-footer { right: 0px; left: 0px; }
}
.aux-sticky-footer.aux-boxed.aux-hd .aux-subfooter, .aux-sticky-footer.aux-boxed.aux-hd .aux-site-footer, .aux-sticky-footer.aux-boxed.aux-hd .aux-subfooter-bar, .aux-sticky-footer.aux-boxed.aux-hd .aux-elementor-footer { width: 1270px; }
@media screen and (max-width: 1270px) {
  .aux-sticky-footer.aux-boxed.aux-hd .aux-subfooter, .aux-sticky-footer.aux-boxed.aux-hd .aux-site-footer, .aux-sticky-footer.aux-boxed.aux-hd .aux-subfooter-bar, .aux-sticky-footer.aux-boxed.aux-hd .aux-elementor-footer { right: 0px; left: 0px; }
}
.aux-sticky-footer.aux-boxed.aux-nd .aux-subfooter, .aux-sticky-footer.aux-boxed.aux-nd .aux-site-footer, .aux-sticky-footer.aux-boxed.aux-nd .aux-subfooter-bar, .aux-sticky-footer.aux-boxed.aux-nd .aux-elementor-footer { width: 1070px; }
@media screen and (max-width: 1070px) {
  .aux-sticky-footer.aux-boxed.aux-nd .aux-subfooter, .aux-sticky-footer.aux-boxed.aux-nd .aux-site-footer, .aux-sticky-footer.aux-boxed.aux-nd .aux-subfooter-bar, .aux-sticky-footer.aux-boxed.aux-nd .aux-elementor-footer { right: 0px; left: 0px; }
}
.mm-footer .aux-menu-depth-0 > .aux-item-content { color: rgb(170, 170, 170); font-size: 0.625em; font-weight: 600; text-transform: uppercase; transition: color 0.3s ease 0s; }
.mm-footer .aux-menu-depth-0 > .aux-item-content:hover { color: rgb(80, 80, 80); }
.aux-logo-footer .aux-logo-anchor img { width: auto; max-height: 60px; }
.aux-goto-top-btn { display: none; position: fixed; bottom: 30px; right: 30px; z-index: 140; transform: translateY(150px); transition: all 0.5s ease 0s; }
.aux-goto-top-btn.aux-align-btn-left { right: auto; left: 50px; }
.aux-goto-top-btn.aux-align-btn-center { right: auto; left: 50%; margin-left: -17.5px; }
.aux-goto-top-btn .aux-arrow-nav.aux-outline { width: 35px; height: 35px; background-color: rgb(255, 255, 255); }
@media screen and (min-width: 700px) {
  .aux-framed .aux-goto-top-btn { right: 40px; }
}
@media screen and (min-width: 700px) {
  .aux-goto-top-btn { right: 50px; }
}
@media print {
  .aux-goto-top-btn { display: none !important; }
}
.customize-partial-edit-shortcuts-shown #qm { display: none; }
.aux-hidden-blocks { z-index: 100003; position: relative; }
.aux-fs-popup { display: none; position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.98); z-index: 110000; overflow: hidden; transition: all 0.4s ease-out 0s; transform: translate3d(0px, 0px, 1px); }
.aux-fs-popup::after, .aux-fs-popup::before { content: ""; position: absolute; width: 100%; height: 100%; top: 0px; }
.aux-fs-popup::before { z-index: 2; }
.aux-fs-popup::after { z-index: 1; background-size: cover; }
.aux-fs-popup > * { z-index: 4; }
.aux-fs-popup .aux-panel-close { position: absolute; right: 0px; width: 30px; height: 30px; border: 1px solid rgb(112, 112, 112); border-radius: 50%; margin: 15px; padding: 6px; cursor: pointer; z-index: 200; transition: border-color 0.3s ease 0s; }
.aux-fs-popup .aux-panel-close .aux-cross-symbol { width: 100%; height: 100%; top: 8px; position: relative; }
.aux-fs-popup .aux-panel-close:hover { border-color: rgb(0, 0, 0); }
@media screen and (max-width: 1024px) {
  .aux-fs-popup .aux-panel-close { right: unset; left: calc(50% - 30px); }
}
.aux-fs-popup.aux-has-menu-title .aux-fs-menu::before { content: attr(data-menu-title); display: block; margin-bottom: 70px; text-align: center; }
.aux-fs-popup .aux-fs-menu { position: relative; }
.aux-fs-popup .aux-fs-menu, .aux-fs-popup .aux-fs-menu.aux-middle-aligned { top: 50%; margin: 0px auto; max-height: 100%; overflow-y: auto; transform: translateY(-50%); }
.aux-fs-popup .aux-fs-search { display: none; }
.aux-fs-popup.aux-dark { background-color: rgba(0, 0, 0, 0.95); color: rgb(255, 255, 255); }
.aux-fs-popup.aux-dark .aux-panel-close { border-color: rgb(255, 255, 255); }
.aux-fs-popup.aux-dark .aux-panel-close .aux-cross-symbol::after, .aux-fs-popup.aux-dark .aux-panel-close .aux-cross-symbol::before { background-color: rgb(255, 255, 255); }
.aux-offside-section { display: none; }
.aux-search-overlay .aux-search-field { position: relative; top: 50%; margin: 0px auto; height: 100%; overflow-y: hidden; text-align: center; transition: top 0.3s ease 0s; }
.aux-search-overlay .aux-search-field.has-result { top: 5% !important; }
@media screen and (max-width: 1024px) {
  .aux-search-overlay .aux-search-field.has-result { top: 10%; }
}
.aux-search-overlay .aux-search-form form { width: 80%; max-width: 960px; display: flex; margin: 0px auto; align-items: center; justify-content: center; }
.aux-search-overlay .aux-search-form form .aux-search-field { max-width: none; padding: 0px; width: 100%; height: 100%; text-align: left; font-weight: 600; font-size: 28px; border: none; }
.aux-search-overlay .aux-search-form form .aux-search-field::-webkit-input-placeholder { color: rgb(174, 174, 174); }
.aux-search-overlay .aux-search-form form .aux-search-input-form { display: flex; border-bottom: 2px solid rgb(112, 112, 112); width: 100%; z-index: 2; }
.aux-search-overlay .aux-search-form form .aux-search-input-form select { border: unset; color: rgb(41, 41, 41); line-height: normal; }
@media screen and (max-width: 767px) {
  .aux-search-overlay .aux-search-form form .aux-search-input-form select { padding-left: 0px; }
}
@media screen and (max-width: 767px) {
  .aux-search-overlay .aux-search-form form .aux-search-input-form input { order: 2; }
}
@media screen and (max-width: 767px) {
  .aux-search-overlay .aux-search-form form .aux-search-input-form .select2.select2-container { order: 1; width: 25px; margin-right: 10px; height: 33px; bottom: 5px; }
}
@media screen and (max-width: 767px) {
  .aux-search-overlay .aux-search-form form .aux-search-input-form .select2.select2-container.select2-container--open { height: 46px; }
}
@media screen and (max-width: 767px) {
  .aux-search-overlay .aux-search-form form .aux-search-input-form .select2.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow { height: 46px; }
}
.aux-search-overlay .aux-search-form form .aux-submit-icon-container::before { transition: color 0.3s ease 0s; color: rgb(112, 112, 112) !important; }
.aux-search-overlay .aux-search-form form .aux-submit-icon-container:hover::before { color: rgb(0, 0, 0) !important; }
.aux-search-overlay .aux-search-form form .aux-search-submit { overflow: inherit; }
.aux-search-overlay .aux-search-form form .aux-submit-icon-container { position: relative; color: rgb(61, 61, 61); right: unset; font-size: 22px; }
@media screen and (max-width: 479px) {
  .aux-search-overlay .aux-search-form form { width: 80%; }
}
.aux-search-overlay .select2-container--default .select2-selection--single { background-color: transparent; }
.aux-search-overlay .aux-search-section.is-ajax { height: 95%; }
.aux-search-overlay.has-ajax-form .aux-search-field { top: 38%; }
.aux-search-overlay .aux-search-result { max-height: 80%; min-height: 5%; overflow-y: scroll; width: 80%; max-width: 960px; margin: 0px auto; position: relative; top: 25px; }
.aux-search-overlay .aux-search-result.hide { opacity: 0.2; }
.aux-search-overlay .aux-search-result .aux-search-item { width: calc(33% - 5px); float: left; margin-bottom: 20px; margin-right: 5px; transition: background-color 0.3s ease 0s; box-sizing: border-box; padding: 5px; border-radius: 5px; }
.aux-search-overlay .aux-search-result .aux-search-item .aux-item-title, .aux-search-overlay .aux-search-result .aux-search-item .aux-item-details, .aux-search-overlay .aux-search-result .aux-search-item .woocommerce-Price-amount { display: block; }
.aux-search-overlay .aux-search-result .aux-search-item .aux-item-title, .aux-search-overlay .aux-search-result .aux-search-item ins .amount, .aux-search-overlay .aux-search-result .aux-search-item .amount { font-size: 16px; line-height: 20px; color: rgb(45, 45, 47); }
.aux-search-overlay .aux-search-result .aux-search-item .aux-item-details, .aux-search-overlay .aux-search-result .aux-search-item del .amount { font-size: 14px; line-height: 18px; color: rgb(174, 174, 174) !important; }
.aux-search-overlay .aux-search-result .aux-search-item a { color: unset; position: relative; }
.aux-search-overlay .aux-search-result .aux-search-item .aux-item-container { display: flex; }
.aux-search-overlay .aux-search-result .aux-search-item .aux-item-desc { font-size: 0px; line-height: 0; text-align: left; padding-left: 10px; }
.aux-search-overlay .aux-search-result .aux-search-item .aux-item-desc .aux-price { display: flex; flex-direction: column; margin-top: 10px; }
.aux-search-overlay .aux-search-result .aux-search-item .aux-item-desc .aux-price ins { background-color: unset; padding: unset; border-radius: unset; display: block; order: 1; }
.aux-search-overlay .aux-search-result .aux-search-item .aux-item-desc .aux-price del { order: 2; text-decoration: none; }
.aux-search-overlay .aux-search-result .aux-search-item:not(.portfolio):hover { background-color: rgb(249, 249, 249); }
.aux-search-overlay .aux-search-result .aux-search-item:not(.portfolio) img { width: 110px; height: 110px; border-radius: 6px; }
.aux-search-overlay .aux-search-result .aux-search-item:hover .aux-item-details a { color: rgb(61, 61, 61); }
.aux-search-overlay .aux-search-result .aux-search-item:hover .aux-item-details a::after { content: " "; width: 0px; background-color: rgb(61, 61, 61); height: 2px; transition: width 0.3s ease 0s; position: absolute; left: 0px; bottom: 0px; }
.aux-search-overlay .aux-search-result .aux-search-item:hover .aux-item-details a:hover::after { width: 100%; }
.aux-search-overlay .aux-search-result .aux-search-item.portfolio { width: calc(20% - 5px); padding: 0px; transition: box-shadow 0.3s ease 0s; }
.aux-search-overlay .aux-search-result .aux-search-item.portfolio:hover { box-shadow: rgba(0, 0, 0, 0.086) 0px 6px 12px; }
.aux-search-overlay .aux-search-result .aux-search-item.portfolio img { width: 100%; height: auto; border-radius: 5px; }
@media screen and (max-width: 1024px) {
  .aux-search-overlay .aux-search-result .aux-search-item { width: calc(50% - 5px) !important; }
}
@media screen and (max-width: 767px) {
  .aux-search-overlay .aux-search-result .aux-search-item { margin-right: 0px; width: 100% !important; }
}
@media screen and (max-width: 767px) {
  .aux-search-overlay .aux-search-result > .aux-search-item:not(.portfolio):nth-child(4) { display: block; }
}
.aux-search-overlay .aux-search-result > .aux-search-item:not(.portfolio):nth-child(3n+1), .aux-search-overlay .aux-search-result > .aux-search-item.portfolio:nth-child(5n+1) { clear: both; }
@media screen and (max-width: 1024px) {
  .aux-search-overlay .aux-search-result > .aux-search-item:not(.portfolio):nth-child(3n+1), .aux-search-overlay .aux-search-result > .aux-search-item.portfolio:nth-child(5n+1) { clear: none; }
}
@media screen and (max-width: 1024px) {
  .aux-search-overlay .aux-search-result > .aux-search-item:nth-child(2n+1) { clear: both !important; }
}
@media screen and (max-width: 767px) {
  .aux-search-overlay .aux-search-result > .aux-search-item { clear: both !important; }
}
.aux-search-overlay .aux-search-result span.aux-other-search-result-label { display: block; float: none; clear: both; text-align: left; box-sizing: border-box; padding-top: 20px; padding-bottom: 40px; text-transform: capitalize; font-size: 31px; line-height: 44px; color: rgb(112, 112, 112); }
@media screen and (max-width: 767px) {
  .aux-search-overlay .aux-search-result span.aux-other-search-result-label { padding-bottom: 25px; font-size: 27px; }
}
.aux-search-overlay .aux-search-result .aux-other-search-result > .aux-search-item:not(.portfolio):nth-child(3n+1), .aux-search-overlay .aux-search-result .aux-other-search-result > .aux-search-item.portfolio:nth-child(5n+1) { clear: both; }
@media screen and (max-width: 1024px) {
  .aux-search-overlay .aux-search-result .aux-other-search-result > .aux-search-item:not(.portfolio):nth-child(3n+1), .aux-search-overlay .aux-search-result .aux-other-search-result > .aux-search-item.portfolio:nth-child(5n+1) { clear: none; }
}
@media screen and (max-width: 1024px) {
  .aux-search-overlay .aux-search-result .aux-other-search-result > .aux-search-item:nth-child(2n+1) { clear: both !important; }
}
@media screen and (max-width: 1024px) {
  .aux-search-overlay .aux-search-result .aux-other-search-result > .aux-search-item.portfolio:nth-child(5) { display: none; }
}
.aux-search-overlay .aux-search-result .aux-other-search-result > .aux-search-item:not(.portfolio):nth-child(4) { display: none; }
@media screen and (max-width: 1024px) {
  .aux-search-overlay .aux-search-result .aux-other-search-result > .aux-search-item:not(.portfolio):nth-child(4) { display: block; }
}
@media screen and (max-width: 767px) {
  .aux-search-overlay .aux-search-result .aux-other-search-result > .aux-search-item { clear: both !important; }
}
.aux-search-overlay .aux-search-result::-webkit-scrollbar { width: 8px; border-radius: 8px; }
.aux-search-overlay .aux-search-result::-webkit-scrollbar-track { background-color: transparent; }
.aux-search-overlay .aux-search-result::-webkit-scrollbar-thumb { background-color: rgb(112, 112, 112); border-radius: 8px; transition: all 0.3s ease 0s; }
.aux-search-overlay .aux-search-result::-webkit-scrollbar-thumb:hover { background-color: rgb(0, 0, 0); }
.aux-search-overlay .aux-empty-result { display: block; text-align: left; color: rgb(143, 143, 143); font-size: 28px; line-height: 40px; }
@media screen and (max-width: 1024px) {
  .aux-search-overlay .aux-empty-result { font-size: 22px; line-height: 30px; }
}
.aux-search-overlay .aux-empty-result .aux-post-type { text-transform: capitalize; }
.aux-search-overlay .aux-empty-result .aux-post-type, .aux-search-overlay .aux-empty-result .aux-search-phrase { color: rgb(61, 61, 61); }
.aux-search-overlay.aux-dark form .aux-submit-icon-container, .aux-search-overlay.aux-dark form .aux-submit-icon-container:hover { color: rgb(255, 255, 255); }
.aux-search-overlay.aux-dark form .aux-submit-icon-container:hover::before { color: rgb(255, 255, 255) !important; }
.aux-search-overlay.aux-dark form .aux-search-field { color: rgb(255, 255, 255); }
.aux-search-overlay.aux-dark form .aux-search-field::-webkit-input-placeholder { color: rgb(112, 112, 112); }
@media screen and (max-width: 1024px) {
  .aux-search-overlay.aux-dark form .aux-search-field { font-size: 22px !important; }
}
.aux-search-overlay.aux-dark form select { color: rgb(222, 222, 222); }
.aux-search-overlay.aux-dark form select:focus { color: rgb(45, 45, 47); }
@media screen and (max-width: 1024px) {
  .aux-search-overlay.aux-dark form select { padding-bottom: 0px; padding-top: 0px; font-size: 20px; line-height: 25px; }
}
.aux-search-overlay.aux-dark form .select2-container--default .select2-selection--single span { color: rgb(222, 222, 222); }
.aux-search-overlay.aux-dark form .select2-container--default.select2-container--open { background-color: rgb(61, 61, 61); }
@media screen and (max-width: 767px) {
  .aux-search-overlay.aux-dark form .select2-container--default.select2-container--open { background-color: rgb(61, 61, 61); }
}
.aux-search-overlay.aux-dark form .select2-container--default.select2-container--open .select2-selection--single { background-color: rgb(61, 61, 61); }
.aux-search-overlay.aux-dark form .select2-container--default.select2-container--open .select2-selection--single span { color: rgb(255, 255, 255); }
.aux-search-overlay.aux-dark .aux-spinner { border-color: rgb(255, 255, 255) rgba(255, 255, 255, 0.125) rgba(255, 255, 255, 0.125); }
.aux-search-overlay.aux-dark .aux-search-result::-webkit-scrollbar-thumb { background-color: rgb(222, 222, 222); }
.aux-search-overlay.aux-dark .aux-search-result::-webkit-scrollbar-thumb:hover { background-color: rgb(255, 255, 255); }
.aux-search-overlay.aux-dark .aux-submit-icon-container::before { background-color: rgb(222, 222, 222); }
.aux-search-overlay.aux-dark .aux-empty-result span { color: rgb(112, 112, 112); }
.aux-search-overlay.aux-dark .aux-empty-result .aux-post-type, .aux-search-overlay.aux-dark .aux-empty-result .aux-search-phrase { color: rgb(222, 222, 222); }
.aux-search-overlay.aux-dark .aux-search-item .aux-item-title, .aux-search-overlay.aux-dark .aux-search-item ins .amount, .aux-search-overlay.aux-dark .aux-search-item .amount { color: rgb(222, 222, 222); }
.aux-search-overlay.aux-dark .aux-search-item .aux-item-details { color: rgb(174, 174, 174) !important; }
.aux-search-overlay.aux-dark .aux-search-item.portfolio:hover { box-shadow: rgba(255, 255, 255, 0.19) 0px 6px 22px; }
.aux-search-overlay.aux-dark .aux-search-item:hover { background-color: rgb(15, 15, 15); }
.aux-search-overlay.aux-dark .aux-search-item:hover .aux-item-details a { color: rgb(174, 174, 174); }
.aux-search-overlay.aux-dark .aux-search-item:hover .aux-item-details a:hover { color: rgb(255, 255, 255); }
.aux-search-overlay.aux-dark .aux-search-item:hover .aux-item-details a:hover::after { background-color: rgb(255, 255, 255); }
.aux-search-section .aux-search-form .aux-search-field { margin-right: unset; }
.aux-search-section .aux-search-form .aux-iconic-search-submit { height: 60px; }
.aux-search-section .aux-search-form .aux-search-submit { margin: 10px; }
.aux-search-section .aux-search-input-form select { margin-left: 8px; }
.aux-search-section .aux-search-input-form .select2-container { display: flex; align-items: center; justify-content: center; width: auto !important; }
.aux-search-section .aux-search-input-form .select2-container .select2-selection__arrow { top: 11px; }
@media screen and (max-width: 767px) {
  .aux-search-section .aux-search-input-form .select2-container .select2-selection__arrow { right: unset; }
}
.aux-search-section .aux-search-input-form .select2-container .select2-selection, .aux-search-section .aux-search-input-form .select2-container .select2-selection:focus { height: 46px; display: flex; align-items: center; border: none; outline: none; padding-right: 45px; padding-left: 24px; }
@media screen and (max-width: 767px) {
  .aux-search-section .aux-search-input-form .select2-container .select2-selection { margin-right: 15px; padding: 0px !important; }
}
@media screen and (max-width: 767px) {
  .aux-search-section .aux-search-input-form .select2-container .select2-selection__rendered { display: none; }
}
@media screen and (max-width: 767px) {
  .aux-search-section .aux-search-input-form .select2-container.select2-container--open { position: absolute; background-color: rgb(243, 243, 243); width: 100% !important; }
}
@media screen and (max-width: 767px) {
  .aux-search-section .aux-search-input-form .select2-container.select2-container--open .selection { width: 100%; }
}
@media screen and (max-width: 767px) {
  .aux-search-section .aux-search-input-form .select2-container.select2-container--open .select2-selection { padding-right: 45px !important; padding-left: 24px !important; }
}
@media screen and (max-width: 767px) {
  .aux-search-section .aux-search-input-form .select2-container.select2-container--open .select2-selection__arrow { right: 1px; top: 1px; }
}
@media screen and (max-width: 767px) {
  .aux-search-section .aux-search-input-form .select2-container.select2-container--open .select2-selection__rendered { display: block; }
}
.aux-search-section .aux-search-input-form .select2-container.select2-container--open { border: none; background-color: rgb(243, 243, 243); border-radius: 4px; }
.aux-search-section .aux-search-input-form .select2-container--default .select2-selection__rendered { min-width: 140px; text-align: left; }
.aux-search-section.aux-search-elementor-element form { display: flex; height: 46px; }
.aux-search-section.aux-search-elementor-element form .aux-search-input-form { display: flex; width: 100%; }
.aux-search-section.aux-search-elementor-element form .aux-search-input-form input { max-width: unset; height: 46px; }
@media screen and (max-width: 634px) {
  .aux-search-section.aux-search-elementor-element form .aux-search-input-form input { height: 56px; }
}
.aux-search-section.aux-search-elementor-element form .aux-search-input-form select { padding: 5px 48px 5px 1.1em; line-height: normal; }
@media screen and (max-width: 634px) {
  .aux-search-section.aux-search-elementor-element form .aux-search-input-form select { height: 56px; margin-left: 0px; margin-top: 8px; }
}
@media screen and (max-width: 634px) {
  .aux-search-section.aux-search-elementor-element form .aux-search-input-form { flex-direction: column; }
}
.aux-search-section.aux-search-elementor-element form .aux-submit-icon-container { position: relative; right: unset; margin-left: 8px; background-color: rgb(61, 61, 61); }
.aux-search-section.aux-search-elementor-element form .aux-submit-icon-container::before { color: rgb(255, 255, 255); }
@media screen and (max-width: 634px) {
  .aux-search-section.aux-search-elementor-element form .aux-submit-icon-container input[type="submit"] { width: 100%; height: 56px; opacity: 0; }
}
@media screen and (max-width: 634px) {
  .aux-search-section.aux-search-elementor-element form .aux-submit-icon-container { height: 56px; margin-left: 0px; margin-top: 8px; }
}
.aux-search-section.aux-search-elementor-element form input[type="submit"] { height: 46px; margin: 0px 0px 0px 8px; }
@media screen and (max-width: 634px) {
  .aux-search-section.aux-search-elementor-element form input[type="submit"] { margin: 8px 0px 0px; height: 56px; }
}
@media screen and (max-width: 634px) {
  .aux-search-section.aux-search-elementor-element form { flex-direction: column; height: inherit; }
}
.aux-search-section.aux-search-elementor-element.responsive form { flex-direction: column; height: unset; }
.aux-search-section.aux-search-elementor-element.responsive form .aux-search-input-form { flex-direction: column; }
.aux-search-section.aux-search-elementor-element.responsive form .aux-search-input-form input { height: 56px; }
.aux-search-section.aux-search-elementor-element.responsive form .aux-search-input-form select { height: 56px; margin-left: 0px; margin-top: 8px; }
.aux-search-section.aux-search-elementor-element.responsive form .aux-submit-icon-container { height: 56px; margin-left: 0px; margin-top: 8px; }
.aux-search-section.aux-search-elementor-element.responsive form .aux-submit-icon-container input[type="submit"] { width: 100%; height: 56px; opacity: 0; }
.aux-search-section.aux-search-elementor-element.responsive form input[type="submit"] { margin: 8px 0px 0px; height: 56px; }
.select2-container--default .aux-search-dropdown { border: none; background-color: rgb(243, 243, 243); top: -2px; z-index: 110001; }
.select2-container--default .aux-search-dropdown .select2-results__option--highlighted[aria-selected] { background-color: rgb(222, 222, 222); color: rgb(45, 45, 47); }
.select2-container--default .aux-search-dropdown ul { max-height: 300px !important; }
.select2-container--default .aux-search-dropdown ul::-webkit-scrollbar { width: 12px; }
.select2-container--default .aux-search-dropdown ul::-webkit-scrollbar-track { background-color: transparent; border-left: 3px solid rgb(226, 226, 226); }
.select2-container--default .aux-search-dropdown ul::-webkit-scrollbar-thumb { background-color: transparent; border-left: 3px solid rgb(112, 112, 112); }
.select2-container--default .aux-search-dropdown ul li.select2-results__option { padding-left: 24px; margin: unset; }
.select2-container--default .aux-search-dropdown.aux-dark { background-color: rgb(61, 61, 61); }
.select2-container--default .aux-search-dropdown.aux-dark .select2-results__option--highlighted[aria-selected], .select2-container--default .aux-search-dropdown.aux-dark .select2-results__option[aria-selected="true"] { background-color: rgb(112, 112, 112); color: rgb(222, 222, 222); }
.select2-container--default .aux-search-dropdown.aux-dark li.select2-results__option { color: rgb(222, 222, 222); }
.aux-spinner { width: 30px; height: 30px; position: absolute; left: 50%; top: 140px; border-width: 2px; border-style: solid; border-color: rgb(41, 41, 41) rgba(0, 0, 0, 0.125) rgba(0, 0, 0, 0.125); border-image: initial; border-radius: 50%; animation: 1s linear 0s infinite normal none running aux-spin; opacity: 0; }
.aux-spinner.show { opacity: 1; }
@keyframes aux-spin { 
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@-webkit-keyframes aux-spin { 
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.aux-page-preload #inner-body { opacity: 0; visibility: hidden; transition: opacity 0.8s cubic-bezier(0.86, 0, 0.07, 1) 0s; }
.aux-page-preload.aux-page-preload-done #inner-body { opacity: 1; visibility: visible; }
#pagePreloadProgressbar { position: fixed; height: 5px; background-color: rgb(27, 176, 206); z-index: 11000; will-change: width, transform; transform: translateZ(0px); transition: width 0.3s ease 0s, transform 0.4s cubic-bezier(0.75, 0.1, 0.25, 0.9) 0.28s; }
#pagePreloadProgressbar.aux-progressbar-bottom { bottom: 0px; }
#pagePreloadProgressbar.aux-progressbar-top { top: 0px; }
.admin-bar #pagePreloadProgressbar.aux-progressbar-top { top: 32px; }
.aux-framed #pagePreloadProgressbar { left: 0px; }
#pagePreloadProgressbar.aux-no-js { width: 0px; animation: 15s linear 0s 1 normal forwards running aux-page-progressbar; }
#pagePreloadProgressbar.aux-hide { display: block; transform: translateX(100%) translateZ(0px); }
.no-cssanimations #pagePreloadProgressbar { display: none; }
@-webkit-keyframes aux-page-progressbar { 
  100% { width: 70%; }
}
@keyframes aux-page-progressbar { 
  100% { width: 70%; }
}
.aux-page-loading { position: fixed; top: 50%; left: 50%; z-index: 10003; transform: translateY(-50%) translateX(-50%); transition: opacity 1s ease 0s; }
.aux-page-loading img { display: block; }
.aux-page-preload-done .aux-page-loading { opacity: 0; }
.csstransitions .aux-page-animation-fade .aux-page-animation-overlay { position: fixed; height: 100vh; width: 100vw; background: rgb(255, 255, 255); z-index: 9; transition: visibility 0s linear 1s, opacity 1s cubic-bezier(0.86, 0, 0.07, 1) 0s; }
.csstransitions .aux-page-animation-fade .aux-page-loading { transition: visibility 0s linear 0.8s, opacity 0.8s cubic-bezier(0.86, 0, 0.07, 1) 0s; }
.csstransitions .aux-page-show-fade .aux-page-animation-overlay { opacity: 0; visibility: hidden; }
.csstransitions .aux-page-show-fade .aux-page-loading { opacity: 0; }
.csstransitions .aux-page-show-fade.aux-page-animation-done #inner-body { height: auto; }
.csstransitions .aux-page-show-fade.aux-page-animation-done .aux-page-loading { display: none; }
.csstransitions .aux-page-before-hide-fade #inner-body { overflow: hidden; height: 100vh; }
.csstransitions .aux-page-before-hide-fade .aux-page-loading { display: block; opacity: 0; transition-delay: 0.3s; }
.csstransitions .aux-page-hide-fade .aux-page-animation-overlay { opacity: 1; visibility: visible; }
.csstransitions .aux-page-hide-fade .aux-page-loading { opacity: 1; }
.csstransitions .aux-page-animation-cover #inner-body { opacity: 1; visibility: visible; }
.csstransitions .aux-page-animation-cover .aux-page-animation-overlay { position: fixed; width: 100vw; height: 100vh; z-index: 10000; background: rgb(255, 255, 255); transform-origin: center bottom; transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1) 50ms; }
.csstransitions .aux-page-animation-cover .aux-page-loading { transition: opacity 0.8s cubic-bezier(0.86, 0, 0.07, 1) 0s; }
.csstransitions .aux-page-show-cover .aux-page-loading { opacity: 0; }
.csstransitions .aux-page-show-cover .aux-page-animation-overlay { transform: scaleY(0); }
.csstransitions .aux-page-show-cover.aux-page-animation-done .aux-page-animation-overlay { display: none; }
.csstransitions .aux-page-show-cover.aux-page-animation-done .aux-page-loading { display: none; }
.csstransitions .aux-page-before-hide-cover .aux-page-animation-overlay { transform: scaleY(0); transform-origin: center top; }
.csstransitions .aux-page-before-hide-cover .aux-page-loading { display: block; opacity: 0; transition-delay: 0.3s; }
.csstransitions .aux-page-hide-cover .aux-page-animation-overlay { transform: scaleY(1); }
.csstransitions .aux-page-hide-cover .aux-page-loading { opacity: 1; }
.csstransitions .aux-page-animation-slideup.aux-page-animation-done .aux-page-animation-overlay { transform: translateY(-100%); opacity: 0; visibility: hidden; transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.25s; }
.csstransitions .aux-page-animation-slideup.aux-page-animation-done .aux-page-animation-overlay .aux-animation-title, .csstransitions .aux-page-animation-slideup.aux-page-animation-done .aux-page-animation-overlay .aux-animation-desc { display: none; }
.csstransitions .aux-page-animation-slideup .aux-animation-title, .csstransitions .aux-page-animation-slideup .aux-animation-desc { color: rgb(61, 61, 61); position: absolute; left: 10%; margin: 0px; white-space: nowrap; overflow: hidden; clip-path: inset(0px 100% 0px 0px); }
.csstransitions .aux-page-animation-slideup .aux-animation-title { bottom: 202px; font-size: 3.375em; text-indent: -3px; animation: 1.2s cubic-bezier(0.86, 0, 0.07, 1) 1.2s 1 normal both running aux-type, 1.4s ease 1.2s 1 normal both running moveElementPageLoad; }
.csstransitions .aux-page-animation-slideup .aux-animation-desc { bottom: 155px; font-size: 0.875em; letter-spacing: 2px; text-transform: uppercase; animation: 1.5s cubic-bezier(0.86, 0, 0.07, 1) 1.3s 1 normal both running aux-type, 1.4s ease 1.2s 1 normal both running moveElementPageLoad; }
.csstransitions .aux-page-animation-slideup .aux-page-animation-overlay { position: fixed; width: 100vw; height: 100vh; z-index: 10000; transform-origin: center bottom; background-color: rgb(255, 255, 255); transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1) 1s; }
.csstransitions .aux-page-animation-slideup .aux-page-animation-overlay .aux-animation-title { transition: bottom 0.5s cubic-bezier(0.86, 0, 0.07, 1) 1.35s; }
.csstransitions .aux-page-animation-slideup .aux-page-loading { transition: opacity 0.8s cubic-bezier(0.86, 0, 0.07, 1) 0s; }
@keyframes aux-type { 
  0% { clip-path: inset(0px 100% 0px 0px); }
  100% { clip-path: inset(0px); }
}
@keyframes moveElementPageLoad { 
  0% { transform: translateY(25px); }
  100% { transform: translateY(0px); }
}
.csstransitions .aux-page-show-slideup .aux-page-animation-overlay { transform: translateY(100%); }
.csstransitions .aux-page-show-slideup .aux-page-animation-overlay .aux-animation-title { bottom: 150px; }
.csstransitions .aux-page-before-hide-slideup.aux-page-animation-done .aux-page-animation-overlay { opacity: 1; visibility: visible; transform: translateY(0px); }
.csstransitions .aux-page-animation-circle { overflow: hidden; height: 100vh; }
.csstransitions .aux-page-animation-circle #inner-body { opacity: 0.5; overflow: hidden; height: 100vh; transition: -webkit-transform 2s cubic-bezier(0.86, 0, 0.07, 1) 0.2s, -webkit-clip-path 1.8s cubic-bezier(0.86, 0, 0.07, 1), opacity 2s cubic-bezier(0.86, 0, 0.07, 1); transform: perspective(1000px) translateZ(-180px); clip-path: circle(0% at 50% 50%); }
.csstransitions .aux-page-animation-circle .aux-page-animation-overlay { position: fixed; width: 100%; height: 100%; display: none; background: rgb(255, 255, 255); z-index: 10000; clip-path: circle(0% at 50% 50%); transition: -webkit-clip-path 1.5s cubic-bezier(0.86, 0, 0.07, 1) 0.25s; }
.csstransitions .aux-page-animation-circle .aux-page-loading { transform-origin: left top; transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1) 0s, opacity 1s cubic-bezier(0.86, 0, 0.07, 1) 0s; }
.csstransitions.no-cssclippathcircle .aux-page-animation-circle #inner-body { opacity: 0; }
.csstransitions.no-cssclippathcircle .aux-page-show-circle #inner-body { opacity: 1; }
.csstransitions .aux-page-show-circle #inner-body { visibility: visible; opacity: 1; transform: perspective(1000px); clip-path: circle(75% at 50% 50%); }
.csstransitions .aux-page-show-circle .aux-page-loading { opacity: 0; transform: perspective(1000px) translateY(-50%) translateX(-50%) translateZ(400px); }
.csstransitions .aux-page-show-circle.aux-page-animation-done #inner-body { transition: none 0s ease 0s; transform: none; clip-path: none; }
.csstransitions .aux-page-show-circle.aux-page-animation-done #inner-body, .csstransitions .aux-page-show-circle.aux-page-animation-done { height: auto; overflow: visible; }
.csstransitions .aux-page-show-circle.aux-page-animation-done .aux-page-loading { display: none; }
.csstransitions .aux-page-before-hide-circle #inner-body { opacity: 1; height: 100vh; visibility: visible; overflow: hidden; clip-path: circle(75% at 50% 50%); }
.csstransitions .aux-page-before-hide-circle .aux-page-loading { transition-delay: 0.4s; transform: perspective(1000px) translateY(-50%) translateX(-50%) translateZ(-2000px); opacity: 0; display: block; }
.csstransitions .aux-page-before-hide-circle .aux-page-animation-overlay { display: block; }
.csstransitions .aux-page-hide-circle { overflow: hidden; height: 100vh; }
.csstransitions .aux-page-hide-circle #inner-body { transform: perspective(1000px) translateZ(180px); }
.csstransitions .aux-page-hide-circle .aux-page-animation-overlay { clip-path: circle(75% at 50% 50%); }
.csstransitions .aux-page-hide-circle .aux-page-loading { transition-duration: 1s; transform: perspective(1000px) translateY(-50%) translateX(-50%); opacity: 1; }
.aux-offcanvas-menu { position: fixed; top: 0px; left: 0px; height: 100vh; width: 250px; background: rgb(255, 255, 255); box-shadow: rgba(34, 34, 34, 0.1) 4px 0px 0px; z-index: 150000; transform: translateX(-120%); transition: all 0.5s ease-in-out 0s; }
.aux-offcanvas-menu .offcanvas-content { width: 100%; height: calc(100% - 130px); overflow-y: auto; }
.aux-offcanvas-menu .aux-close { position: relative; width: 16px; height: 40px; padding-top: 20px; float: right; cursor: pointer; margin: 10px 20px; transition: all 0.2s ease-out 0s; }
.aux-offcanvas-menu .aux-close:hover { transform: rotate(90deg); }
.aux-offcanvas-menu.aux-pin-right { right: 0px; left: auto; box-shadow: rgba(0, 0, 0, 0.19) -5px 0px 0px 0px; transform: translateX(120%); }
.aux-offcanvas-menu.aux-pin-right .aux-close { float: left; }
.aux-offcanvas-menu.aux-offcanvas-cart { width: 300px; }
.aux-offcanvas-menu.aux-offcanvas-cart.aux-pin-right .aux-close { float: right; }
.aux-offcanvas-menu.aux-offcanvas-cart .offcanvas-header { position: relative; left: 20px; top: 20px; display: inline-block; }
.aux-offcanvas-menu.aux-offcanvas-dark { background: rgb(61, 61, 61); color: rgb(255, 255, 255); }
.aux-offcanvas-menu.aux-offcanvas-dark .aux-close::before, .aux-offcanvas-menu.aux-offcanvas-dark .aux-close::after { background-color: rgb(255, 255, 255); }
.aux-offcanvas-menu .aux-master-menu.aux-narrow.aux-toggle .aux-menu-item > .aux-item-content { padding-left: 1.5em; padding-right: 1.5em; }
.aux-offcanvas-menu .aux-master-menu .aux-megamenu .aux-menu-column { width: 100% !important; }
.aux-offcanvas-menu.aux-open { transform: translateX(0px); }
.aux-offcanvas-overlay::after { content: ""; position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.6); z-index: 9; }
.woocommerce-message, .woocommerce-error { left: 30px; bottom: 30px; z-index: 99; vertical-align: middle; line-height: 40px; font-weight: 500; border-radius: 6px; box-shadow: rgba(0, 0, 0, 0.15) 5px 15px 40px; animation: 8s ease 0s 1 normal forwards running auxHideMe; position: fixed !important; background-color: rgb(31, 206, 111) !important; color: rgb(255, 255, 255) !important; padding: 20px 23px 20px 55px !important; list-style: none !important; border-top-color: unset !important; }
@media screen and (max-width: 415px) {
  .woocommerce-message, .woocommerce-error { left: 20px; display: flex; flex-direction: column; line-height: normal; }
}
.woocommerce-message::before, .woocommerce-error::before { font-size: 23px; transform: translateY(-50%); font-family: auxin-front !important; content: "" !important; position: absolute !important; left: 23px !important; color: rgb(255, 255, 255) !important; top: 50% !important; }
@media screen and (max-width: 415px) {
  .woocommerce-message::before, .woocommerce-error::before { top: 32px !important; }
}
.woocommerce-message::before { font-family: auxin-front-2 !important; content: "+" !important; font-size: 24px !important; }
@media screen and (max-width: 415px) {
  .woocommerce-message { line-height: 21px !important; }
}
.woocommerce-message > a, .woocommerce-error > a { text-transform: uppercase; padding: 0px 15px !important; margin: 0px 0px 0px 15px !important; float: right !important; line-height: 40px !important; font-size: 11px !important; color: rgb(255, 255, 255) !important; box-shadow: rgb(255, 255, 255) 0px 0px 0px 3px inset !important; border-radius: 100em !important; background-color: unset !important; }
@media screen and (max-width: 415px) {
  .woocommerce-message > a, .woocommerce-error > a { order: 2; width: fit-content; padding: 12px 27px !important; line-height: normal !important; margin-left: 0px !important; margin-top: 15px !important; }
}
.woocommerce-error { margin: 0px; background-color: rgb(231, 76, 60); }
.woocommerce-error::before { content: ""; }
.woocommerce-error li { margin: 0px; line-height: inherit; }
.woocommerce-error li:not(:last-child) { display: none; }
@-webkit-keyframes auxHideMe { 
  0% { opacity: 0; }
  10% { opacity: 1; }
  90% { opacity: 1; }
  100% { opacity: 0; display: none; }
}
@keyframes auxHideMe { 
  0% { opacity: 0; }
  10% { opacity: 1; }
  90% { opacity: 1; }
  100% { opacity: 0; display: none; }
}
.aux-timeline.aux-center .aux-block:nth-of-type(2n+1)::after, .rtl .aux-timeline.aux-center .aux-block:nth-of-type(2n)::after, .aux-timeline.aux-right .aux-block::after, .aux-timeline.aux-center .aux-block:nth-of-type(2n)::after, .rtl .aux-timeline.aux-center .aux-block:nth-of-type(2n+1)::after, .aux-timeline.aux-left .aux-block::after { position: absolute; width: 37px; top: 35px; left: -47px; right: auto; height: 1px; background: linear-gradient(to left, rgba(0, 0, 0, 0) 30%, rgb(172, 172, 172) 30%, rgb(172, 172, 172) 100%) 0% 0% / 10px; }
.aux-timeline.aux-center .aux-block:nth-of-type(2n+1)::after, .rtl .aux-timeline.aux-center .aux-block:nth-of-type(2n)::after, .aux-timeline.aux-right .aux-block::after { right: -47px; left: auto; }
.aux-timeline.aux-center .aux-block:nth-of-type(2n+1)::before, .rtl .aux-timeline.aux-center .aux-block:nth-of-type(2n)::before, .aux-timeline.aux-right .aux-block::before, .aux-timeline.aux-center .aux-block:nth-of-type(2n)::before, .rtl .aux-timeline.aux-center .aux-block:nth-of-type(2n+1)::before, .aux-timeline.aux-left .aux-block::before { position: absolute; background: rgb(255, 255, 255); border: 1px solid rgb(172, 172, 172); border-radius: 50%; width: 14px; height: 14px; box-sizing: border-box; top: 28px; left: -71px; right: auto; }
.aux-timeline.aux-center .aux-block:nth-of-type(2n+1)::before, .rtl .aux-timeline.aux-center .aux-block:nth-of-type(2n)::before, .aux-timeline.aux-right .aux-block::before { left: auto; right: -71px; }
.aux-frame-cube { transition: all 0.5s ease 0s; transform-style: preserve-3d; transform-origin: center center 0px; transform: perspective(1000px); will-change: transform; }
.aux-frame-cube .aux-face-front { backface-visibility: hidden; }
.aux-frame-cube .aux-face-left { position: absolute; top: 0px; backface-visibility: hidden; transform: rotateY(-90deg) translateX(-100%); transform-origin: left center; }
.aux-frame-cube .aux-face-right { position: absolute; top: 0px; backface-visibility: hidden; transform: rotateY(90deg) translateX(100%); transform-origin: right center; }
.aux-frame-cube .aux-face-top { position: absolute; top: 0px; backface-visibility: hidden; transform: rotateX(90deg) translateY(-100%); transform-origin: center top; }
.aux-frame-cube .aux-face-bottom { position: absolute; top: 0px; backface-visibility: hidden; transform: rotateX(-90deg) translateY(100%); transform-origin: center bottom; }
.aux-frame-cube .aux-face-back { position: absolute; top: 0px; backface-visibility: hidden; transform-origin: center center; }
.aux-frame-card .aux-card-faces { transition: all 0.5s ease 0s; transform-style: preserve-3d; transform: perspective(1000px); position: relative; }
.aux-frame-card .aux-face-front { backface-visibility: hidden; }
.aux-frame-card .aux-face-back { position: absolute; top: 0px; left: 0px; backface-visibility: hidden; transform: rotateY(180deg); transform-origin: center center; }
.aux-frame-card.aux-rotate-up .aux-face-back, .aux-frame-card.aux-rotate-down .aux-face-back { transform: rotateX(180deg); }
.aux-hover-active:hover .aux-frame-card.aux-rotate-left:hover .aux-card-faces { transform: perspective(1000px) rotateY(180deg); }
.aux-hover-active:hover .aux-frame-card.aux-rotate-right:hover .aux-card-faces { transform: perspective(1000px) rotateY(-180deg); }
.aux-hover-active:hover .aux-frame-card.aux-rotate-up:hover .aux-card-faces { transform: perspective(1000px) rotateX(180deg); }
.aux-hover-active:hover .aux-frame-card.aux-rotate-down:hover .aux-card-faces { transform: perspective(1000px) rotateX(-180deg); }
.aux-frame-mask { overflow: hidden; position: relative; transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1) 0s; }
.aux-frame-mask img { transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1) 0s; }
.aux-hover-active:hover .aux-frame-mask { }
.aux-hover-active:hover .aux-frame-mask img { }
.aux-frame-mask-plain { overflow: hidden; position: relative; transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1) 0s; }
.aux-hover-active:hover .aux-frame-mask-plain { }
.aux-frame-zoom { overflow: hidden; position: relative; }
.aux-frame-zoom img { will-change: transform; transition: all 1.2s ease-out 0s; transform: translateZ(1px); }
.aux-hover-active:hover .aux-frame-zoom img { transform: scale(1.2) translateZ(0.1px); }
.aux-frame-darken::after { content: ""; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.75); opacity: 0; z-index: 1; will-change: opacity; transition: opacity 1s ease-out 0s; }
.aux-hover-active:hover .aux-frame-darken::after { opacity: 1; }
.aux-frame-lighten::after { content: ""; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.75); opacity: 0; z-index: 1; will-change: opacity; transition: opacity 1s ease-out 0s; }
.aux-hover-active:hover .aux-frame-lighten::after { opacity: 1; }
.aux-frame-boxed-lighten::after { content: ""; position: absolute; inset: 15px; background-color: rgba(255, 255, 255, 0.75); opacity: 0; z-index: 1; transform: scale(1.1); transition: opacity 1s cubic-bezier(0.77, 0, 0.175, 1) 0s, transform 1s cubic-bezier(0.77, 0, 0.175, 1) 0s; }
.aux-hover-active:hover .aux-frame-boxed-lighten::after { transform: scale(1); opacity: 1; }
.aux-frame-boxed-darken::after { content: ""; position: absolute; inset: 15px; background-color: rgba(0, 0, 0, 0.75); opacity: 0; z-index: 1; transform: scale(1.1); transition: opacity 1s cubic-bezier(0.77, 0, 0.175, 1) 0s, transform 1s cubic-bezier(0.77, 0, 0.175, 1) 0s; }
.aux-hover-active:hover .aux-frame-boxed-darken::after { transform: scale(1); opacity: 1; }
.aux-frame-ratio { display: block; width: 100%; padding-bottom: 70%; }
.aux-frame-ratio .aux-frame-ratio-inner { display: block; position: absolute; inset: 0px; }
.aux-frame-ratio .aux-frame-ratio-inner > img { height: auto; position: absolute; display: block; width: 100%; transform: translate(-50%, -50%); top: 50%; left: 50%; max-height: none; max-width: none; }
.aux-3d-planes { transform-style: preserve-3d; perspective: 1000px; }
.aux-3d-planes .aux-depth-0 { transform: translateZ(0px); }
.aux-3d-planes .aux-depth-1 { transform: translateZ(20px); }
.aux-3d-planes .aux-depth-2 { transform: translateZ(40px); }
.aux-3d-planes .aux-depth-3 { transform: translateZ(60px); }
.aux-3d-planes .aux-depth-4 { transform: translateZ(80px); }
.aux-3d-planes .aux-depth-5 { transform: translateZ(100px); }
.aux-delay-1x { transition-delay: 50ms !important; }
.aux-delay-2x { transition-delay: 0.1s !important; }
.aux-delay-3x { transition-delay: 0.15s !important; }
.aux-delay-4x { transition-delay: 0.2s !important; }
.aux-delay-5x { transition-delay: 0.25s !important; }
.aux-delay-6x { transition-delay: 0.3s !important; }
.aux-delay-7x { transition-delay: 0.35s !important; }
.aux-delay-8x { transition-delay: 0.4s !important; }
.aux-delay-9x { transition-delay: 0.45s !important; }
.aux-delay-10x { transition-delay: 0.5s !important; }
.aux-hover-move-up { transform: translateY(40px); }
.aux-hover-circle-plus, .aux-hover-circle-link { transform: translateX(-120px); }
.aux-hover-out .aux-hover-circle-plus, .aux-hover-out .aux-hover-circle-link { transform: translateX(120px); }
.aux-hover-active:hover .aux-hover-move-up { opacity: 1; transform: none; }
.aux-hover-reset .aux-hover-circle-plus, .aux-hover-reset .aux-hover-circle-link { transition: none 0s ease 0s; }
.aux-hover-in .aux-hover-circle-plus, .aux-hover-in .aux-hover-circle-link { opacity: 1; transform: none !important; }
.aux-hover-scale-circle-plus, .aux-hover-scale-circle-plus2 { display: block; position: absolute; direction: ltr; }
.aux-hover-scale-circle-plus .aux-symbol-plus, .aux-hover-scale-circle-plus2 .aux-symbol-plus, .aux-hover-scale-circle-plus .aux-symbol-circle, .aux-hover-scale-circle-plus2 .aux-symbol-circle { position: absolute; display: block; opacity: 0; transition: all 0.8s cubic-bezier(0.75, 0.1, 0.25, 0.9) 0s; }
.aux-hover-scale-circle-plus .aux-symbol-plus, .aux-hover-scale-circle-plus2 .aux-symbol-plus { z-index: 3; width: 30px; height: 30px; margin-top: 15px; transform-origin: 50% 0px 0px; }
.aux-hover-scale-circle-plus .aux-symbol-plus::after, .aux-hover-scale-circle-plus2 .aux-symbol-plus::after, .aux-hover-scale-circle-plus .aux-symbol-plus::before, .aux-hover-scale-circle-plus2 .aux-symbol-plus::before { content: ""; position: absolute; display: block; height: 1px; width: 100%; background-color: rgb(255, 255, 255); }
.aux-hover-scale-circle-plus .aux-symbol-plus::after, .aux-hover-scale-circle-plus2 .aux-symbol-plus::after { transform: rotate(90deg); }
.aux-hover-scale-circle-plus .aux-symbol-circle, .aux-hover-scale-circle-plus2 .aux-symbol-circle { width: 100px; height: 100px; border: 2px solid rgb(255, 255, 255); border-radius: 50%; }
.aux-hover-scale-circle-plus { top: 50%; left: 50%; }
.aux-hover-scale-circle-plus .aux-symbol-plus { transform: translate3d(-50%, -50%, 0px) scale(0.8); transform-origin: 50% 0px 0px; }
.ie9 .aux-hover-scale-circle-plus .aux-symbol-plus { }
.aux-hover-scale-circle-plus .aux-symbol-circle { z-index: 2; transform: translate3d(-50%, -50%, 0px) scale(1.25); }
.ie9 .aux-hover-scale-circle-plus .aux-symbol-circle { }
.aux-hover-active:hover .aux-hover-scale-circle-plus .aux-symbol-plus, .aux-hover-active:hover .aux-hover-scale-circle-plus .aux-symbol-circle { opacity: 1; transform: translate3d(-50%, -50%, 0px) scale(1) rotate(0deg); }
.ie9 .aux-hover-active:hover .aux-hover-scale-circle-plus .aux-symbol-plus, .ie9 .aux-hover-active:hover .aux-hover-scale-circle-plus .aux-symbol-circle { }
.aux-hover-scale-circle-plus2 { inset: 0px; }
.aux-hover-scale-circle-plus2 .aux-symbol-plus, .aux-hover-scale-circle-plus2 .aux-symbol-circle { top: 50%; left: 50%; }
.aux-hover-scale-circle-plus2 .aux-symbol-plus { top: 50%; left: 50%; transform: translate3d(-50%, -50%, 0px) scale(0.8); transform-origin: 50% 0px 0px; }
.ie9 .aux-hover-scale-circle-plus2 .aux-symbol-plus { }
.aux-hover-scale-circle-plus2 .aux-symbol-circle { z-index: 2; transform: translate3d(-50%, -50%, 0px) scale(1.25); }
.ie9 .aux-hover-scale-circle-plus2 .aux-symbol-circle { }
.aux-hover-active:hover .aux-hover-scale-circle-plus2 .aux-symbol-plus, .aux-hover-active:hover .aux-hover-scale-circle-plus2 .aux-symbol-circle { opacity: 1; transform: translate3d(-50%, -50%, 0px) scale(1) rotate(0deg); }
.ie9 .aux-hover-active:hover .aux-hover-scale-circle-plus2 .aux-symbol-plus, .ie9 .aux-hover-active:hover .aux-hover-scale-circle-plus2 .aux-symbol-circle { }
.aux-hover-fade { opacity: 0; transition: opacity 1s ease-in-out 0s; will-change: opacity; }
.aux-hover-active:hover .aux-hover-fade { opacity: 1; }
.aux-hover-circle-plus { opacity: 0; transition: opacity 1s cubic-bezier(0.77, 0, 0.175, 1) 0s, transform 1s cubic-bezier(0.77, 0, 0.175, 1) 0s; will-change: opacity, transform; }
.aux-hover-circle-link { opacity: 0; transition: opacity 1s cubic-bezier(0.77, 0, 0.175, 1) 0s, transform 1s cubic-bezier(0.77, 0, 0.175, 1) 0s; will-change: opacity, transform; }
.aux-hover-move-up { opacity: 0; transition: opacity 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0s, transform 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0s; will-change: opacity, transform; }
.aux-appear-watch { transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0s, opacity 2s cubic-bezier(0.19, 1, 0.22, 1) 0s; will-change: transform; }
.aux-appear-watch, .aux-appear-watch.aux-disappeared { opacity: 0; }
.aux-appear-watch.aux-appeared { opacity: 1; }
.aux-appear-watch[class*="aux-invu-"].aux-appeared { transform: none; }
.aux-appear-watch[class*="-short-"], .aux-appear-watch[class*="-small-"] { transition-duration: 1s, 1s; }
.aux-appear-watch[class*="-long-"], .aux-appear-watch[class*="-large-"] { transition-duration: 3s, 3s; }
.aux-appear-watch.aux-invu-short-top, .aux-appear-watch.aux-invu-short-top.aux-disappeared { transform: translateY(-27px); }
.aux-appear-watch.aux-invu-short-left, .aux-appear-watch.aux-invu-short-left.aux-disappeared { transform: translateX(-27px); }
.aux-appear-watch.aux-invu-short-right, .aux-appear-watch.aux-invu-short-right.aux-disappeared { transform: translateX(27px); }
.aux-appear-watch.aux-invu-short-bottom, .aux-appear-watch.aux-invu-short-bottom.aux-disappeared { transform: translateY(27px); }
.aux-appear-watch.aux-invu-long-top, .aux-appear-watch.aux-invu-long-top.aux-disappeared { transform: translateY(-75px); }
.aux-appear-watch.aux-invu-long-left, .aux-appear-watch.aux-invu-long-left.aux-disappeared { transform: translateX(-75px); }
.aux-appear-watch.aux-invu-long-right, .aux-appear-watch.aux-invu-long-right.aux-disappeared { transform: translateX(75px); }
.aux-appear-watch.aux-invu-long-bottom, .aux-appear-watch.aux-invu-long-bottom.aux-disappeared { transform: translateY(75px); }
.aux-appear-watch.aux-invu-medium-top, .aux-appear-watch.aux-invu-medium-top.aux-disappeared { transform: translateY(-50px); }
.aux-appear-watch.aux-invu-medium-left, .aux-appear-watch.aux-invu-medium-left.aux-disappeared { transform: translateX(-50px); }
.aux-appear-watch.aux-invu-medium-right, .aux-appear-watch.aux-invu-medium-right.aux-disappeared { transform: translateX(50px); }
.aux-appear-watch.aux-invu-medium-bottom, .aux-appear-watch.aux-invu-medium-bottom.aux-disappeared { transform: translateY(50px); }
.aux-appear-watch.aux-invu-scale-down-small, .aux-appear-watch.aux-invu-scale-down-small.aux-disappeared { transform: scale(1.1, 1.1); }
.aux-appear-watch.aux-invu-scale-down-medium, .aux-appear-watch.aux-invu-scale-down-medium.aux-disappeared { transform: scale(1.2, 1.2); }
.aux-appear-watch.aux-invu-scale-down-large, .aux-appear-watch.aux-invu-scale-down-large.aux-disappeared { transform: scale(1.2, 1.2); }
.aux-appear-watch.aux-invu-scale-up-small, .aux-appear-watch.aux-invu-scale-up-small.aux-disappeared { transform: scale(0.9, 0.9); }
.aux-appear-watch.aux-invu-scale-up-medium, .aux-appear-watch.aux-invu-scale-up-medium.aux-disappeared { transform: scale(0.8, 0.8); }
.aux-appear-watch.aux-invu-scale-up-large, .aux-appear-watch.aux-invu-scale-up-large.aux-disappeared { transform: scale(0.8, 0.8); }
.aux-animate { animation-duration: 1s; animation-fill-mode: both; }
@keyframes AuxFlash { 
  0%, 50%, 100% { opacity: 1; }
  25%, 75% { opacity: 0; }
}
@keyframes AuxPulseIn { 
  0% { transform: scale3d(1, 1, 1); }
  50% { transform: scale3d(0.99, 0.99, 0.99); }
  100% { opacity: 1; transform: none; }
}
.aux-anim-pulse-in, .aux-animated.aux-pulse { animation-name: AuxPulseIn; }
@keyframes AuxPulseIn1 { 
  0% { transform: scale3d(1, 1, 1); }
  50% { transform: scale3d(0.98, 0.98, 0.98); }
  100% { opacity: 1; transform: none; }
}
.aux-anim-pulse-in-1, .aux-animated.aux-pulse1 { animation-name: AuxPulseIn1; }
@keyframes AuxPulseIn2 { 
  0% { transform: scale3d(1, 1, 1); }
  50% { transform: scale3d(0.96, 0.96, 0.96); }
  100% { opacity: 1; transform: none; }
}
.aux-anim-pulse-in-2, .aux-animated.aux-pulse2 { animation-name: AuxPulseIn2; }
@keyframes AuxPulseIn3 { 
  0% { transform: scale3d(1, 1, 1); }
  50% { transform: scale3d(0.94, 0.94, 0.94); }
  100% { opacity: 1; transform: none; }
}
.aux-anim-pulse-in-3, .aux-animated.aux-pulse3 { animation-name: AuxPulseIn3; }
@keyframes AuxPulseIn4 { 
  0% { transform: scale3d(1, 1, 1); }
  50% { transform: scale3d(0.9, 0.9, 0.9); }
  100% { opacity: 1; transform: none; }
}
.aux-anim-pulse-in-4, .aux-animated.aux-pulse4 { animation-name: AuxPulseIn4; }
@keyframes AuxPulseOut1 { 
  0% { transform: scale3d(1, 1, 1); }
  50% { transform: scale3d(1.05, 1.05, 1.05); }
  100% { opacity: 1; transform: none; }
}
.aux-anim-pulse-out-1, .aux-animated.aux-pulse-out-1 { animation-name: AuxPulseOut1; }
@keyframes AuxPulseOut2 { 
  0% { transform: scale3d(1, 1, 1); }
  50% { transform: scale3d(1.1, 1.1, 1.1); }
  100% { opacity: 1; transform: none; }
}
.aux-anim-pulse-out-2, .aux-animated.aux-pulse-out-2 { animation-name: AuxPulseOut2; }
@keyframes AuxPulseOut3 { 
  0% { transform: scale3d(1, 1, 1); }
  50% { transform: scale3d(1.15, 1.15, 1.15); }
  100% { opacity: 1; transform: none; }
}
.aux-anim-pulse-out-3, .aux-animated.aux-pulse-out-3 { animation-name: AuxPulseOut3; }
@keyframes AuxPulseOut4 { 
  0% { transform: scale3d(1, 1, 1); }
  50% { transform: scale3d(1.2, 1.2, 1.2); }
  100% { opacity: 1; transform: none; }
}
.aux-anim-pulse-out-4, .aux-animated.aux-pulse-out-4 { animation-name: AuxPulseOut4; }
@keyframes AuxShake { 
  0%, 100% { transform: translate3d(0px, 0px, 0px); }
  10%, 30%, 50%, 70%, 90% { transform: translate3d(-50px, 0px, 0px); }
  20%, 40%, 60%, 80% { opacity: 1; transform: translate3d(50px, 0px, 0px); }
}
.aux-anim-shake, .aux-animated.aux-shake { animation-name: AuxShake; }
@keyframes AuxBounceIn { 
  0%, 20%, 40%, 60%, 80%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { transform: scale3d(0.3, 0.3, 0.3); }
  20% { transform: scale3d(1.1, 1.1, 1.1); }
  40% { transform: scale3d(0.9, 0.9, 0.9); }
  60% { opacity: 1; transform: scale3d(1.03, 1.03, 1.03); }
  80% { transform: scale3d(0.97, 0.97, 0.97); }
  100% { opacity: 1; transform: none; }
}
.aux-anim-bounce-in, .aux-animated.aux-bounce-in { animation-name: AuxBounceIn; }
@keyframes AuxFadeIn { 
  0% { opacity: 0; }
  100% { opacity: 1; }
}
.aux-anim-fade-in, .aux-animated.aux-fade-in { animation-name: AuxFadeIn; }
@keyframes AuxFadeInDown { 
  0% { opacity: 0; transform: translate3d(0px, -27px, 0px); }
  100% { opacity: 1; transform: none; }
}
.aux-anim-fade-in-down, .aux-animated.aux-fade-in-down { animation-name: AuxFadeInDown; }
@keyframes AuxFadeInDown1 { 
  0% { opacity: 0; transform: translate3d(0px, -50px, 0px); }
  100% { opacity: 1; transform: none; }
}
.aux-anim-fade-in-down-1, .aux-animated.aux-fade-in-down-1 { animation-name: AuxFadeInDown1; }
@keyframes AuxFadeInDown2 { 
  0% { opacity: 0; transform: translate3d(0px, -75px, 0px); }
  100% { opacity: 1; transform: none; }
}
.aux-anim-fade-in-down-2, .aux-animated.aux-fade-in-down-2 { animation-name: AuxFadeInDown2; }
@keyframes AuxFadeInFromUpDownCustom { 
  0% { opacity: 0; transform: translate3d(var(--aux-anim-fade-in-from-x),var(--aux-anim-fade-in-from-y),0); }
  100% { opacity: 1; transform: none; }
}
.aux-anim-fade-in-custom, .aux-animated.aux-fade-in-custom { animation-name: AuxFadeInFromUpDownCustom; }
@keyframes AuxFadeInUp { 
  0% { opacity: 0; transform: translate3d(0px, 27px, 0px); }
  100% { opacity: 1; transform: none; }
}
.aux-anim-fade-in-up, .aux-animated.aux-fade-in-up { animation-name: AuxFadeInUp; }
@keyframes AuxFadeInUp1 { 
  0% { opacity: 0; transform: translate3d(0px, 50px, 0px); }
  100% { opacity: 1; transform: none; }
}
.aux-anim-fade-in-up-1, .aux-animated.aux-fade-in-up-1 { animation-name: AuxFadeInUp1; }
@keyframes AuxFadeInUp2 { 
  0% { opacity: 0; transform: translate3d(0px, 75px, 0px); }
  100% { opacity: 1; transform: none; }
}
.aux-anim-fade-in-up-2, .aux-animated.aux-fade-in-up-2 { animation-name: AuxFadeInUp2; }
@keyframes AuxFadeInLeft { 
  0% { opacity: 0; transform: translate3d(-27px, 0px, 0px); }
  100% { opacity: 1; transform: none; }
}
.aux-anim-fade-in-left, .aux-animated.aux-fade-in-left { animation-name: AuxFadeInLeft; }
@keyframes AuxFadeInLeft1 { 
  0% { opacity: 0; transform: translate3d(-50px, 0px, 0px); }
  100% { opacity: 1; transform: none; }
}
.aux-anim-fade-in-left-1, .aux-animated.aux-fade-in-left-1 { animation-name: AuxFadeInLeft1; }
@keyframes AuxFadeInLeft2 { 
  0% { opacity: 0; transform: translate3d(-75px, 0px, 0px); }
  100% { opacity: 1; transform: none; }
}
.aux-anim-fade-in-left-2, .aux-animated.aux-fade-in-left-2 { animation-name: AuxFadeInLeft2; }
@keyframes AuxFadeInRight { 
  0% { opacity: 0; transform: translate3d(27px, 0px, 0px); }
  100% { opacity: 1; transform: none; }
}
.aux-anim-fade-in-right, .aux-animated.aux-fade-in-right { animation-name: AuxFadeInRight; }
@keyframes AuxFadeInRight1 { 
  0% { opacity: 0; transform: translate3d(50px, 0px, 0px); }
  100% { opacity: 1; transform: none; }
}
.aux-anim-fade-in-right-1, .aux-animated.aux-fade-in-right-1 { animation-name: AuxFadeInRight1; }
@keyframes AuxFadeInRight2 { 
  0% { opacity: 0; transform: translate3d(75px, 0px, 0px); }
  100% { opacity: 1; transform: none; }
}
.aux-anim-fade-in-right-2, .aux-animated.aux-fade-in-right-2 { animation-name: AuxFadeInRight2; }
@keyframes AuxRotateIn { 
  0% { transform-origin: center center; transform: rotate3d(0, 0, 1, -200deg); }
  100% { transform-origin: center center; transform: none; opacity: 1; }
}
.aux-anim-rotate-in, .aux-animated.aux-rotate-in { animation-name: AuxRotateIn; }
@keyframes AuxRotateInDownLeft { 
  0% { transform-origin: left bottom; transform: rotate3d(0, 0, 1, -25deg); }
  100% { transform-origin: left bottom; transform: none; opacity: 1; }
}
.aux-anim-rotate-in-down-left, .aux-animated.aux-rotate-in-down-left { animation-name: AuxRotateInDownLeft; }
@keyframes AuxRotateInDownLeft1 { 
  0% { transform-origin: left bottom; transform: rotate3d(0, 0, 1, -35deg); }
  100% { transform-origin: left bottom; transform: none; opacity: 1; }
}
.aux-anim-rotate-in-down-left-1, .aux-animated.aux-rotate-in-down-left-1 { animation-name: AuxRotateInDownLeft1; }
@keyframes AuxRotateInDownLeft2 { 
  0% { transform-origin: left bottom; transform: rotate3d(0, 0, 1, -45deg); }
  100% { transform-origin: left bottom; transform: none; opacity: 1; }
}
.aux-anim-rotate-in-down-left-2, .aux-animated.aux-rotate-in-down-left-2 { animation-name: AuxRotateInDownLeft2; }
@keyframes AuxRotateInDownRight { 
  0% { transform-origin: right bottom; transform: rotate3d(0, 0, 1, 25deg); }
  100% { transform-origin: right bottom; transform: none; opacity: 1; }
}
.aux-anim-rotate-in-down-right, .aux-animated.aux-rotate-in-down-right { animation-name: AuxRotateInDownRight; }
@keyframes AuxRotateInDownRight1 { 
  0% { transform-origin: right bottom; transform: rotate3d(0, 0, 1, 35deg); }
  100% { transform-origin: right bottom; transform: none; opacity: 1; }
}
.aux-anim-rotate-in-down-right-1, .aux-animated.aux-rotate-in-down-right-1 { animation-name: AuxRotateInDownRight1; }
@keyframes AuxRotateInDownRight2 { 
  0% { transform-origin: right bottom; transform: rotate3d(0, 0, 1, 45deg); }
  100% { transform-origin: right bottom; transform: none; opacity: 1; }
}
.aux-anim-rotate-in-down-right-2, .aux-animated.aux-rotate-in-down-right-2 { animation-name: AuxRotateInDownRight2; }
@keyframes AuxRotateInUpLeft { 
  0% { transform-origin: left bottom; transform: rotate3d(0, 0, 1, 25deg); }
  100% { transform-origin: left bottom; transform: none; opacity: 1; }
}
.aux-anim-rotate-in-up-left, .aux-animated.aux-rotate-in-up-left { animation-name: AuxRotateInUpLeft; }
@keyframes AuxRotateInUpLeft1 { 
  0% { transform-origin: left bottom; transform: rotate3d(0, 0, 1, 35deg); }
  100% { transform-origin: left bottom; transform: none; opacity: 1; }
}
.aux-anim-rotate-in-up-left-1, .aux-animated.aux-rotate-in-up-left-1 { animation-name: AuxRotateInUpLeft1; }
@keyframes AuxRotateInUpLeft2 { 
  0% { transform-origin: left bottom; transform: rotate3d(0, 0, 1, 45deg); }
  100% { transform-origin: left bottom; transform: none; opacity: 1; }
}
.aux-anim-rotate-in-up-left-2, .aux-animated.aux-rotate-in-up-left-2 { animation-name: AuxRotateInUpLeft2; }
@keyframes AuxRotateInUpRight { 
  0% { transform-origin: right bottom; transform: rotate3d(0, 0, 1, -35deg); }
  100% { transform-origin: right bottom; transform: none; opacity: 1; }
}
.aux-anim-rotate-in-up-right, .aux-animated.aux-rotate-in-up-right { animation-name: AuxRotateInUpRight; }
@keyframes AuxRotateInUpRight1 { 
  0% { transform-origin: right bottom; transform: rotate3d(0, 0, 1, -60deg); }
  100% { transform-origin: right bottom; transform: none; opacity: 1; }
}
.aux-anim-rotate-in-up-right-1, .aux-animated.aux-rotate-in-up-right-1 { animation-name: AuxRotateInUpRight1; }
@keyframes AuxRotateInUpRight2 { 
  0% { transform-origin: right bottom; transform: rotate3d(0, 0, 1, -90deg); }
  100% { transform-origin: right bottom; transform: none; opacity: 1; }
}
.aux-anim-rotate-in-up-right-2, .aux-animated.aux-rotate-in-up-right-2 { animation-name: AuxRotateInUpRight2; }
@keyframes AuxRotateCustom { 
  0% { transform-origin: var(--aux-anim-rotate-origin); transform: rotate3d(0,0,1,var(--aux-anim-rotate-deg)); }
  100% { transform-origin: var(--aux-anim-rotate-origin); transform: none; opacity: 1; }
}
.aux-anim-rotate-custom, .aux-animated.aux-rotate-custom { animation-name: AuxRotateCustom; }
@keyframes AuxFlipInUp { 
  0% { transform: rotateX(-40deg) translateY(40px); }
  100% { transform: none; opacity: 1; }
}
.aux-anim-flip-in-up, .aux-animated.aux-flip-in-up { animation-name: AuxFlipInUp; }
@keyframes AuxFlipInUp1 { 
  0% { transform: rotateX(-40deg) translateY(80px); }
  100% { transform: none; opacity: 1; }
}
.aux-anim-flip-in-up-1, .aux-animated.aux-flip-in-up-1 { animation-name: AuxFlipInUp1; }
@keyframes AuxFlipInUp2 { 
  0% { transform: rotateX(-40deg) translateY(120px); }
  100% { transform: none; opacity: 1; }
}
.aux-anim-flip-in-up-2, .aux-animated.aux-flip-in-up-2 { animation-name: AuxFlipInUp2; }
@keyframes AuxFlipInDown { 
  0% { transform: rotateX(40deg) translateY(-40px); }
  100% { transform: none; opacity: 1; }
}
.aux-anim-flip-in-down, .aux-animated.aux-flip-in-down { animation-name: AuxFlipInDown; }
@keyframes AuxFlipInDown1 { 
  0% { transform: rotateX(40deg) translateY(-80px); }
  100% { transform: none; opacity: 1; }
}
.aux-anim-flip-in-down-1, .aux-animated.aux-flip-in-down-1 { animation-name: AuxFlipInDown1; }
@keyframes AuxFlipInDown2 { 
  0% { transform: rotateX(40deg) translateY(-120px); }
  100% { transform: none; opacity: 1; }
}
.aux-anim-flip-in-down-2, .aux-animated.aux-flip-in-down-2 { animation-name: AuxFlipInDown2; }
@keyframes AuxFlipInLeft { 
  0% { transform: rotateY(-40deg) translateX(40px); }
  100% { transform: none; opacity: 1; }
}
.aux-anim-flip-in-left, .aux-animated.aux-flip-in-left { animation-name: AuxFlipInLeft; }
@keyframes AuxFlipInLeft1 { 
  0% { transform: rotateY(-40deg) translateX(80px); }
  100% { transform: none; opacity: 1; }
}
.aux-anim-flip-in-left-1, .aux-animated.aux-flip-in-left-1 { animation-name: AuxFlipInLeft1; }
@keyframes AuxFlipInLeft2 { 
  0% { transform: rotateY(-40deg) translateX(140px); }
  100% { transform: none; opacity: 1; }
}
.aux-anim-flip-in-left-2, .aux-animated.aux-flip-in-left-2 { animation-name: AuxFlipInLeft2; }
@keyframes AuxFlipInLeft3 { 
  0% { transform: rotateY(-40deg) translateX(200px); }
  100% { transform: none; opacity: 1; }
}
.aux-anim-flip-in-left-3, .aux-animated.aux-flip-in-left-3 { animation-name: AuxFlipInLeft3; }
@keyframes AuxFlipInRight { 
  0% { transform: rotateY(40deg) translateX(-40px); }
  100% { transform: none; opacity: 1; }
}
.aux-anim-flip-in-right, .aux-animated.aux-flip-in-right { animation-name: AuxFlipInRight; }
@keyframes AuxFlipInRight1 { 
  0% { transform: rotateY(40deg) translateX(-80px); }
  100% { transform: none; opacity: 1; }
}
.aux-anim-flip-in-right-1, .aux-animated.aux-flip-in-right-1 { animation-name: AuxFlipInRight1; }
@keyframes AuxFlipInRight2 { 
  0% { transform: rotateY(40deg) translateX(-140px); }
  100% { transform: none; opacity: 1; }
}
.aux-anim-flip-in-right-2, .aux-animated.aux-flip-in-right-2 { animation-name: AuxFlipInRight2; }
@keyframes AuxFlipInRight3 { 
  0% { transform: rotateY(40deg) translateX(-200px); }
  100% { transform: none; opacity: 1; }
}
.aux-anim-flip-in-right-3, .aux-animated.aux-flip-in-right-3 { animation-name: AuxFlipInRight3; }
@keyframes AuxZoomIn { 
  0% { transform: scale3d(0.9, 0.9, 0.9); }
  50% { opacity: 1; }
  100% { transform: none; opacity: 1; }
}
.aux-anim-zoom-in, .aux-animated.aux-zoom-in { animation-name: AuxZoomIn; }
@keyframes AuxZoomIn1 { 
  0% { transform: scale3d(0.8, 0.8, 0.8); }
  50% { opacity: 1; }
  100% { transform: none; opacity: 1; }
}
.aux-anim-zoom-in-1, .aux-animated.aux-zoom-in-1 { animation-name: AuxZoomIn1; }
@keyframes AuxZoomIn2 { 
  0% { transform: scale3d(0.7, 0.7, 0.7); }
  50% { opacity: 1; }
  100% { transform: none; opacity: 1; }
}
.aux-anim-zoom-in-2, .aux-animated.aux-zoom-in-2 { animation-name: AuxZoomIn2; }
@keyframes AuxZoomIn3 { 
  0% { transform: scale3d(0.6, 0.6, 0.6); }
  50% { opacity: 1; }
  100% { transform: none; opacity: 1; }
}
.aux-anim-zoom-in-3, .aux-animated.aux-zoom-in-3 { animation-name: AuxZoomIn3; }
@keyframes AuxScaleUp { 
  0% { transform: scale(0.9, 0.9); }
  100% { transform: none; opacity: 1; }
}
.aux-anim-scale-up, .aux-animated.aux-scale-up { animation-name: AuxScaleUp; }
@keyframes AuxScaleUp1 { 
  0% { transform: scale(0.7, 0.7); }
  100% { transform: none; opacity: 1; }
}
.aux-anim-scale-up-1, .aux-animated.aux-scale-up-1 { animation-name: AuxScaleUp1; }
@keyframes AuxScaleUp2 { 
  0% { transform: scale(0.6, 0.6); }
  100% { transform: none; opacity: 1; }
}
.aux-anim-scale-up-2, .aux-animated.aux-scale-up-2 { animation-name: AuxScaleUp2; }
@keyframes AuxScaleDown { 
  0% { transform: scale(1.1, 1.1); }
  100% { transform: none; opacity: 1; }
}
.aux-anim-scale-down, .aux-animated.aux-scale-down { animation-name: AuxScaleDown; }
@keyframes AuxScaleDown1 { 
  0% { transform: scale(1.3, 1.3); }
  100% { transform: none; opacity: 1; }
}
.aux-anim-scale-down-1, .aux-animated.aux-scale-down-1 { animation-name: AuxScaleDown1; }
@keyframes AuxScaleDown2 { 
  0% { transform: scale(1.4, 1.4); }
  100% { transform: none; opacity: 1; }
}
.aux-anim-scale-down-2, .aux-animated.aux-scale-down-2 { animation-name: AuxScaleDown2; }
@keyframes AuxScaleCustom { 
  0% { transform: scale(var(--aux-scale-custom),var(--aux-scale-custom)); }
  100% { transform: none; opacity: 1; }
}
.aux-anim-scale-custom, .aux-animated.aux-scale-custom { animation-name: AuxScaleCustom; }
@keyframes AuxJackInTheBox { 
  0% { transform: scale(0.1) rotate(30deg); transform-origin: center bottom; }
  50% { transform: rotate(-10deg); }
  70% { transform: rotate(3deg); }
  100% { opacity: 1; transform: none; }
}
.aux-anim-jack-in-box, .aux-animated.aux-jack-in-box { animation-name: AuxJackInTheBox; }
@keyframes aux-scrolldown { 
  0% { transform: translate(-50%, -60%); }
  100% { transform: translate(-50%, -20%); }
}
@keyframes aux-header-animation { 
  0% { transform: translateY(-100%); }
  100% { transform: none; }
}
@keyframes AuxSlideFromRight { 
  0% { transform: translateX(100%); }
  100% { opacity: 1; transform: none; }
}
.aux-anim-slide-from-right, .aux-animated.aux-slide-from-right > .elementor-widget-container, .aux-animated.aux-slide-from-right > .elementor-column-wrap { animation-name: AuxSlideFromRight; }
@keyframes AuxSlideFromLeft { 
  0% { transform: translateX(-100%); }
  100% { opacity: 1; transform: none; }
}
.aux-anim-slide-from-left, .aux-animated.aux-slide-from-left > .elementor-widget-container, .aux-animated.aux-slide-from-left > .elementor-column-wrap { animation-name: AuxSlideFromLeft; }
@keyframes AuxSlideFromTop { 
  0% { transform: translateY(-100%); }
  100% { opacity: 1; transform: none; }
}
.aux-anim-slide-from-top, .aux-animated.aux-slide-from-top > .elementor-widget-container, .aux-animated.aux-slide-from-top > .elementor-column-wrap { animation-name: AuxSlideFromTop; }
@keyframes AuxSlideFromBot { 
  0% { transform: translateY(100%); }
  100% { opacity: 1; transform: none; }
}
.aux-anim-slide-from-bot, .aux-animated.aux-slide-from-bot > .elementor-widget-container, .aux-animated.aux-slide-from-bot > .elementor-column-wrap { animation-name: AuxSlideFromBot; }
@keyframes AuxMaskFromTop { 
  0% { clip-path: inset(0px 0px 100%); opacity: 1; }
  100% { clip-path: inset(0px); opacity: 1; }
}
.aux-anim-mask-from-top, .aux-animated.aux-mask-from-top { animation-name: AuxMaskFromTop; }
@keyframes AuxMaskFromBot { 
  0% { clip-path: inset(100% 0px 0px); opacity: 1; }
  100% { clip-path: inset(0px); opacity: 1; }
}
.aux-anim-mask-from-bot, .aux-animated.aux-mask-from-bot { animation-name: AuxMaskFromBot; }
@keyframes AuxMaskFromRight { 
  0% { clip-path: inset(0px 0px 0px 100%); opacity: 1; }
  100% { clip-path: inset(0px); opacity: 1; }
}
.aux-anim-mask-from-right, .aux-animated.aux-mask-from-right { animation-name: AuxMaskFromRight; }
@keyframes AuxMaskFromLeft { 
  0% { clip-path: inset(0px 100% 0px 0px); opacity: 1; }
  100% { clip-path: inset(0px); opacity: 1; }
}
.aux-anim-mask-from-left, .aux-animated.aux-mask-from-left { animation-name: AuxMaskFromLeft; }
@keyframes AuxLoadingWave { 
  0% { background-position: 0px 0px; }
  100% { background-position: 66% 0px; }
}
.aux-appear-watch-animation { animation-duration: 1s; animation-fill-mode: both; animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1); opacity: 0; }
.aux-appear-watch-animation.aux-animation-off { opacity: 1; }
.aux-appear-watch-animation[data-widget_type="aux_menu_box.default"].aux-animated, .aux-appear-watch-animation[data-widget_type="aux_modern_search.default"].aux-animated { animation-timing-function: initial !important; }
.aux-animation-off { animation: auto ease 0s 1 normal none running none !important; }
.aux-animated.aux-slide-from-right { overflow: hidden; opacity: 1; }
.aux-animated.aux-slide-from-right > .elementor-widget-container, .aux-animated.aux-slide-from-right > .elementor-column-wrap { animation-duration: inherit; animation-fill-mode: inherit; animation-timing-function: inherit; animation-delay: inherit; }
.aux-animated.aux-slide-from-left { overflow: hidden; opacity: 1; }
.aux-animated.aux-slide-from-left > .elementor-widget-container, .aux-animated.aux-slide-from-left > .elementor-column-wrap { animation-duration: inherit; animation-fill-mode: inherit; animation-timing-function: inherit; animation-delay: inherit; }
.aux-animated.aux-slide-from-top { overflow: hidden; opacity: 1; }
.aux-animated.aux-slide-from-top > .elementor-widget-container, .aux-animated.aux-slide-from-top > .elementor-column-wrap { animation-duration: inherit; animation-fill-mode: inherit; animation-timing-function: inherit; animation-delay: inherit; }
.aux-animated.aux-slide-from-bot { overflow: hidden; opacity: 1; }
.aux-animated.aux-slide-from-bot > .elementor-widget-container, .aux-animated.aux-slide-from-bot > .elementor-column-wrap { animation-duration: inherit; animation-fill-mode: inherit; animation-timing-function: inherit; animation-delay: inherit; }
.aux-isotope-animated { overflow: hidden; transition: height 0.8s cubic-bezier(0.75, 0.1, 0.25, 0.9) 0s; }
.aux-isotope-animated .aux-iso-item:not(.aux-ajax-anim) { transition: transform 0ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s, opacity 0ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s; opacity: 1; }
.aux-isotope-animated .aux-iso-item:not(.aux-ajax-anim).aux-loading { opacity: 0 !important; }
.aux-isotope-animated .aux-iso-item:not(.aux-ajax-anim).aux-iso-hiding { transform: translateY(-10%); transition-timing-function: cubic-bezier(0.75, 0, 0.75, 0.9); z-index: 1; opacity: 0; }
.aux-isotope-animated .aux-iso-item:not(.aux-ajax-anim).aux-iso-hidden { transform: translateY(10%); opacity: 0; }
.aux-isotope-animated .aux-iso-item:not(.aux-ajax-anim).aux-iso-revealing { transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); transform: translateY(0px); z-index: 2; opacity: 1; }
.aux-isotope-animated .aux-items-loading { position: absolute; top: 0px; width: 100%; height: 100%; z-index: 2; transition: all 1.2s ease 0s; }
.aux-isotope-animated .aux-items-loading.aux-loading-visible { opacity: 1; visibility: visible; }
.aux-isotope-animated .aux-items-loading.aux-loading-hide { opacity: 0; visibility: hidden; }
.aux-isotope-animated .aux-items-loading .aux-loading-loop { position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); }
.aux-isotope-filters.aux-center + .aux-isotope-animated { clear: both; }
.aux-ajax-anim { opacity: 0; transform: translateY(100px) translateZ(0px); transition: transform 0.7s cubic-bezier(0.25, 0.1, 0.25, 1) 0s, opacity 0.7s cubic-bezier(0.25, 0.1, 0.25, 1) 0s; }
.aux-ajax-anim.aux-appeared-once { opacity: 1; transform: none; }
.aux-news-element-main, .aux-ajax-view { transition: opacity 1s ease-in-out 0s; }
.slow-hide { opacity: 0; }
.slow-show { opacity: 1; }
.ajax-filter-loader { border-width: 8px; border-style: solid; border-color: rgb(61, 61, 61) rgb(243, 243, 243) rgb(243, 243, 243); border-image: initial; border-radius: 50%; animation: 2s linear 0s infinite normal none running ajaxSpin; position: absolute; left: 0px; right: 0px; display: block; top: 150px; z-index: -1; width: 60px !important; height: 60px !important; margin: 0px auto !important; padding: 0px !important; }
@keyframes ajaxSpin { 
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.widget-container .aux-ajax-type-scroll:not(.aux-in-progress) .aux-load-more { display: none; }
.widget-container .aux-load-more { margin-bottom: 70px; }
.widget-container[class*="aux-ajax-type"] .aux-ajax-view { margin-bottom: 70px; }
.aux-parallax-piece { transition: transform 0.3s ease-out 0s; }
.elementor .aux-divider-align-center { margin-left: auto; margin-right: auto; }
.elementor .aux-divider-align-right { margin-left: auto; }
.elementor .aux-divider-align-right { margin-left: auto; }
body > .elementor { z-index: 2; }
.elementor-section-boxed .elementor-row { width: auto; min-width: 100%; }
.elementor-widget-container::before, .elementor-widget-container::after, .elementor-section .elementor-container::before, .elementor-section .elementor-container::after { content: ""; }
.elementor-edit-area-active { z-index: 2; }
.aux-timeline.aux-middle .aux-block::after { height: 25px; position: absolute; left: 50%; bottom: -26px; border-right: 1px solid gray; }
.aux-timeline { position: relative; }
.aux-timeline .aux-date-label { display: block; position: relative; clear: both; box-sizing: border-box; }
.aux-timeline::before { content: ""; display: block; height: 100%; width: 0px; border-left: 1px solid rgb(172, 172, 172); top: 0px; position: absolute; }
.aux-timeline::after { content: ""; display: table; clear: both; }
.aux-timeline.aux-center .aux-block { clear: both; margin-top: -2em; width: calc(50% - 64px); }
.aux-timeline.aux-center .aux-block::after, .aux-timeline.aux-center .aux-block::before { content: ""; display: block; }
.aux-timeline.aux-center .aux-block:nth-child(1) { margin-top: 0px; }
.aux-timeline.aux-center .aux-date-label { float: left; left: 50%; margin-top: 3em; margin-bottom: 5em; transform: translateX(-50%); }
.aux-timeline.aux-center .aux-date-label:first-child { margin-top: 0px; }
.aux-timeline.aux-center .aux-block:nth-of-type(2n+1), .rtl .aux-timeline.aux-center .aux-block:nth-of-type(2n) { float: left; }
.aux-timeline.aux-center .aux-block:nth-of-type(2n), .rtl .aux-timeline.aux-center .aux-block:nth-of-type(2n+1) { float: right; }
.aux-timeline.aux-center::before { left: 50%; }
.aux-timeline.aux-left .aux-block { clear: both; float: left; width: calc(100% - 101px); margin-top: 2em; margin-left: 101px; }
.aux-timeline.aux-left .aux-block::after, .aux-timeline.aux-left .aux-block::before { content: ""; display: block; }
.aux-timeline.aux-left .aux-date-label { float: left; margin-top: 1em; margin-bottom: -1em; }
.aux-timeline.aux-left .aux-date-label:first-child { margin-top: 0px; }
.aux-timeline.aux-left::before { left: 50.5px; }
.aux-timeline.aux-right .aux-block { clear: both; float: right; width: calc(100% - 104px); margin-top: 2em; margin-right: 104px; }
.aux-timeline.aux-right .aux-block::after, .aux-timeline.aux-right .aux-block::before { content: ""; display: block; }
.aux-timeline.aux-right .aux-date-label { float: right; margin-top: 1em; margin-bottom: -1em; }
.aux-timeline.aux-right .aux-date-label:first-child { margin-top: 0px; }
.aux-timeline.aux-right::before { right: 52px; }
.aux-timeline.aux-middle .aux-block { float: left; clear: both; width: 100%; margin-top: 2em; }
.aux-timeline.aux-middle .aux-block::after, .aux-timeline.aux-middle .aux-block::before { content: ""; display: block; }
.aux-timeline.aux-middle .aux-date-label { float: left; left: 50%; margin-top: 1em; margin-bottom: -1em; transform: translateX(-50%); }
.aux-timeline.aux-middle .aux-date-label:first-child { margin-top: 0px; }
.aux-timeline.aux-middle::before { left: 50%; }
.aux-timeline .aux-block { box-sizing: border-box; position: relative; }
.pswp { display: none; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; overflow: hidden; touch-action: none; z-index: 1500; text-size-adjust: 100%; backface-visibility: hidden; outline: none; }
.pswp * { box-sizing: border-box; }
.pswp img { max-width: none; }
.pswp--animate_opacity { opacity: 0.001; will-change: opacity; transition: opacity 0.333s cubic-bezier(0.4, 0, 0.22, 1) 0s; }
.pswp--open { display: block; }
.pswp--zoom-allowed .pswp__img { cursor: zoom-in; }
.pswp--zoomed-in .pswp__img { cursor: grab; }
.pswp--dragging .pswp__img { cursor: grabbing; }
.pswp__bg { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background: rgb(0, 0, 0); opacity: 0; transform: translateZ(0px); backface-visibility: hidden; will-change: opacity; }
.pswp__scroll-wrap { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; overflow: hidden; }
.pswp__container, .pswp__zoom-wrap { touch-action: none; position: absolute; inset: 0px; }
.pswp__container, .pswp__img { user-select: none; -webkit-tap-highlight-color: transparent; }
.pswp__zoom-wrap { position: absolute; width: 100%; transform-origin: left top; transition: transform 0.333s cubic-bezier(0.4, 0, 0.22, 1) 0s; }
.pswp__bg { will-change: opacity; transition: opacity 0.333s cubic-bezier(0.4, 0, 0.22, 1) 0s; }
.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap { transition: none 0s ease 0s; }
.pswp__container, .pswp__zoom-wrap { backface-visibility: hidden; }
.pswp__item { position: absolute; inset: 0px; overflow: hidden; }
.pswp__img { position: absolute; width: auto; height: auto; top: 0px; left: 0px; }
.pswp__img--placeholder { backface-visibility: hidden; }
.pswp__img--placeholder--blank { background: rgb(34, 34, 34); }
.pswp--ie .pswp__img { left: 0px; top: 0px; width: 100% !important; height: auto !important; }
.pswp__error-msg { position: absolute; left: 0px; top: 50%; width: 100%; text-align: center; font-size: 14px; line-height: 16px; margin-top: -8px; color: rgb(204, 204, 204); }
.pswp__error-msg a { color: rgb(204, 204, 204); text-decoration: underline; }
.pswp__button { width: 44px; height: 44px; position: relative; background: 0px 0px; cursor: pointer; overflow: visible; appearance: none; display: block; border: 0px; padding: 0px; margin: 0px; float: right; opacity: 0.75; transition: opacity 0.2s ease 0s; box-shadow: none; }
.pswp__button:focus, .pswp__button:hover { opacity: 1; }
.pswp__button:active { outline: none; opacity: 0.9; }
.pswp__ui--over-close .pswp__button--close { opacity: 1; }
.pswp__button, .pswp__button--arrow--left::before, .pswp__button--arrow--right::before { background: url("default-skin.png") 0px 0px / 264px 88px no-repeat; width: 44px; height: 44px; }
@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  .pswp--svg .pswp__button, .pswp--svg .pswp__button--arrow--left::before, .pswp--svg .pswp__button--arrow--right::before { background-image: url(""); }
  .pswp--svg .pswp__button--arrow--left, .pswp--svg .pswp__button--arrow--right { background: 0px 0px; }
}
.pswp__button--close { background-position: 0px -44px; }
.pswp__button--share { background-position: -44px -44px; }
.pswp__button--fs { display: none; }
.pswp--supports-fs .pswp__button--fs { display: block; }
.pswp--fs .pswp__button--fs { background-position: -44px 0px; }
.pswp__button--zoom { display: none; background-position: -88px 0px; }
.pswp--zoom-allowed .pswp__button--zoom { display: block; }
.pswp--zoomed-in .pswp__button--zoom { background-position: -132px 0px; }
.pswp--touch .pswp__button--arrow--left, .pswp--touch .pswp__button--arrow--right { visibility: hidden; }
.pswp__button--arrow--left, .pswp__button--arrow--right { background: 0px 0px; top: 50%; margin-top: -50px; width: 70px; height: 100px; position: absolute; }
.pswp__button--arrow--left { left: 0px; }
.pswp__button--arrow--right { right: 0px; }
.pswp__button--arrow--left::before, .pswp__button--arrow--right::before { content: ""; top: 35px; background-color: rgba(0, 0, 0, 0.3); height: 30px; width: 32px; position: absolute; }
.pswp__button--arrow--left::before { left: 6px; background-position: -138px -44px; }
.pswp__button--arrow--right::before { right: 6px; background-position: -94px -44px; }
.pswp__counter, .pswp__share-modal { user-select: none; }
.pswp__share-modal { display: block; background: rgba(0, 0, 0, 0.5); width: 100%; height: 100%; top: 0px; left: 0px; padding: 10px; position: absolute; z-index: 1600; opacity: 0; transition: opacity 0.25s ease-out 0s; backface-visibility: hidden; will-change: opacity; }
.pswp__share-modal--hidden { display: none; }
.pswp__share-tooltip { z-index: 1620; position: absolute; background: rgb(255, 255, 255); top: 56px; border-radius: 2px; display: block; width: auto; right: 44px; box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 5px; transform: translateY(6px); transition: transform 0.25s ease 0s; backface-visibility: hidden; will-change: transform; }
.pswp__share-tooltip a { display: block; padding: 8px 12px; color: rgb(0, 0, 0); text-decoration: none; font-size: 14px; line-height: 18px; }
.pswp__share-tooltip a:hover { text-decoration: none; color: rgb(0, 0, 0); }
.pswp__share-tooltip a:first-child { border-radius: 2px 2px 0px 0px; }
.pswp__share-tooltip a:last-child { border-radius: 0px 0px 2px 2px; }
.pswp__share-modal--fade-in { opacity: 1; }
.pswp__share-modal--fade-in .pswp__share-tooltip { transform: translateY(0px); }
.pswp--touch .pswp__share-tooltip a { padding: 16px 12px; }
a.pswp__share--facebook::before { content: ""; display: block; width: 0px; height: 0px; position: absolute; top: -12px; right: 15px; border-width: 6px; border-style: solid; border-color: transparent transparent rgb(255, 255, 255); border-image: initial; pointer-events: none; }
a.pswp__share--facebook:hover { background: rgb(62, 92, 154); color: rgb(255, 255, 255); }
a.pswp__share--facebook:hover::before { border-bottom-color: rgb(62, 92, 154); }
a.pswp__share--twitter:hover { background: rgb(85, 172, 238); color: rgb(255, 255, 255); }
a.pswp__share--pinterest:hover { background: rgb(204, 204, 204); color: rgb(206, 39, 45); }
a.pswp__share--download:hover { background: rgb(221, 221, 221); }
.pswp__counter { position: absolute; left: 0px; top: 0px; height: 44px; font-size: 13px; line-height: 44px; color: rgb(255, 255, 255); opacity: 0.75; padding: 0px 10px; }
.pswp__caption { position: absolute; left: 0px; bottom: 0px; width: 100%; min-height: 44px; }
.pswp__caption small { font-size: 11px; color: rgb(187, 187, 187); }
.pswp__caption__center { text-align: left; max-width: 420px; margin: 0px auto; font-size: 13px; padding: 10px; line-height: 20px; color: rgb(204, 204, 204); }
.pswp__caption--empty { display: none; }
.pswp__caption--fake { visibility: hidden; }
.pswp__preloader { width: 44px; height: 44px; position: absolute; top: 0px; left: 50%; margin-left: -22px; opacity: 0; transition: opacity 0.25s ease-out 0s; will-change: opacity; direction: ltr; }
.pswp__preloader__icn { width: 20px; height: 20px; margin: 12px; }
.pswp__preloader--active { opacity: 1; }
.pswp__preloader--active .pswp__preloader__icn { background: url("") 0px 0px no-repeat; }
.pswp--css_animation .pswp__preloader--active { opacity: 1; }
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn { animation: 0.5s linear 0s infinite normal none running clockwise; }
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut { animation: 1s cubic-bezier(0.4, 0, 0.22, 1) 0s infinite normal none running donut-rotate; }
.pswp--css_animation .pswp__preloader__icn { background: 0px 0px; opacity: 0.75; width: 14px; height: 14px; position: absolute; left: 15px; top: 15px; margin: 0px; }
.pswp--css_animation .pswp__preloader__cut { position: relative; width: 7px; height: 14px; overflow: hidden; }
.pswp--css_animation .pswp__preloader__donut { box-sizing: border-box; width: 14px; height: 14px; border-width: 2px; border-style: solid; border-color: rgb(255, 255, 255) rgb(255, 255, 255) transparent transparent; border-image: initial; border-radius: 50%; position: absolute; top: 0px; left: 0px; background: 0px 0px; margin: 0px; }
@media screen and (max-width: 1024px) {
  .pswp__preloader { position: relative; left: auto; top: auto; margin: 0px; float: right; }
}
@-webkit-keyframes clockwise { 
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@keyframes clockwise { 
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@-webkit-keyframes donut-rotate { 
  0% { transform: rotate(0deg); }
  50% { transform: rotate(-140deg); }
  100% { transform: rotate(0deg); }
}
@keyframes donut-rotate { 
  0% { transform: rotate(0deg); }
  50% { transform: rotate(-140deg); }
  100% { transform: rotate(0deg); }
}
.pswp__ui { -webkit-font-smoothing: auto; visibility: visible; opacity: 1; z-index: 1550; }
.pswp__top-bar { position: absolute; left: 0px; top: 0px; height: 44px; width: 100%; }
.pswp__caption, .pswp__top-bar, .pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right { backface-visibility: hidden; will-change: opacity; transition: opacity 0.333s cubic-bezier(0.4, 0, 0.22, 1) 0s; }
.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right { visibility: visible; }
.pswp__top-bar, .pswp__caption { background-color: rgba(0, 0, 0, 0.5); }
.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption { background-color: rgba(0, 0, 0, 0.3); }
.pswp__ui--idle .pswp__top-bar { opacity: 0; }
.pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right { opacity: 0; }
.pswp__ui--hidden .pswp__top-bar, .pswp__ui--hidden .pswp__caption, .pswp__ui--hidden .pswp__button--arrow--left, .pswp__ui--hidden .pswp__button--arrow--right { opacity: 0.001; }
.pswp__ui--one-slide .pswp__button--arrow--left, .pswp__ui--one-slide .pswp__button--arrow--right, .pswp__ui--one-slide .pswp__counter { display: none; }
.pswp__element--disabled { display: none !important; }
.pswp--minimal--dark .pswp__top-bar { background: 0px 0px; }
.jssocials-shares { margin: 0.2em 0px; }
.jssocials-shares * { box-sizing: border-box; }
.jssocials-share { display: inline-block; vertical-align: top; margin: 0.3em 0.6em 0.3em 0px; }
.jssocials-share:last-child { margin-right: 0px; }
.jssocials-share-logo { width: 1em; vertical-align: middle; font-size: 1.5em; }
img.jssocials-share-logo { width: auto; height: 1em; }
.jssocials-share-link { display: inline-block; text-align: center; text-decoration: none; line-height: 1; }
.jssocials-share-link.jssocials-share-link-count { padding-top: 0.2em; }
.jssocials-share-link.jssocials-share-link-count .jssocials-share-count { display: block; font-size: 0.6em; margin: 0px -0.5em -0.8em; }
.jssocials-share-link.jssocials-share-no-count { padding-top: 0.5em; }
.jssocials-share-link.jssocials-share-no-count .jssocials-share-count { height: 1em; }
.jssocials-share-label { padding-left: 0.3em; vertical-align: middle; }
.jssocials-share-count-box { display: inline-block; height: 1.5em; padding: 0px 0.3em; line-height: 1; vertical-align: middle; cursor: default; }
.jssocials-share-count-box.jssocials-share-no-count { display: none; }
.jssocials-share-count { line-height: 1.5em; vertical-align: middle; }
.jssocials-share-twitter .jssocials-share-link { color: rgb(0, 172, 237); }
.jssocials-share-twitter .jssocials-share-link .jssocials-share-label { color: rgb(0, 172, 237); }
.jssocials-share-twitter .jssocials-share-link:hover, .jssocials-share-twitter .jssocials-share-link:focus, .jssocials-share-twitter .jssocials-share-link:active { color: rgb(0, 135, 186); }
.jssocials-share-twitter .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-twitter .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-twitter .jssocials-share-link:active .jssocials-share-label { color: rgb(0, 135, 186); }
.jssocials-share-facebook .jssocials-share-link { color: rgb(59, 89, 152); }
.jssocials-share-facebook .jssocials-share-link .jssocials-share-label { color: rgb(59, 89, 152); }
.jssocials-share-facebook .jssocials-share-link:hover, .jssocials-share-facebook .jssocials-share-link:focus, .jssocials-share-facebook .jssocials-share-link:active { color: rgb(45, 67, 115); }
.jssocials-share-facebook .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-facebook .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-facebook .jssocials-share-link:active .jssocials-share-label { color: rgb(45, 67, 115); }
.jssocials-share-googleplus .jssocials-share-link { color: rgb(221, 75, 57); }
.jssocials-share-googleplus .jssocials-share-link .jssocials-share-label { color: rgb(221, 75, 57); }
.jssocials-share-googleplus .jssocials-share-link:hover, .jssocials-share-googleplus .jssocials-share-link:focus, .jssocials-share-googleplus .jssocials-share-link:active { color: rgb(194, 51, 33); }
.jssocials-share-googleplus .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-googleplus .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-googleplus .jssocials-share-link:active .jssocials-share-label { color: rgb(194, 51, 33); }
.jssocials-share-linkedin .jssocials-share-link { color: rgb(0, 123, 182); }
.jssocials-share-linkedin .jssocials-share-link .jssocials-share-label { color: rgb(0, 123, 182); }
.jssocials-share-linkedin .jssocials-share-link:hover, .jssocials-share-linkedin .jssocials-share-link:focus, .jssocials-share-linkedin .jssocials-share-link:active { color: rgb(0, 89, 131); }
.jssocials-share-linkedin .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-linkedin .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-linkedin .jssocials-share-link:active .jssocials-share-label { color: rgb(0, 89, 131); }
.jssocials-share-pinterest .jssocials-share-link { color: rgb(203, 32, 39); }
.jssocials-share-pinterest .jssocials-share-link .jssocials-share-label { color: rgb(203, 32, 39); }
.jssocials-share-pinterest .jssocials-share-link:hover, .jssocials-share-pinterest .jssocials-share-link:focus, .jssocials-share-pinterest .jssocials-share-link:active { color: rgb(159, 25, 31); }
.jssocials-share-pinterest .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-pinterest .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-pinterest .jssocials-share-link:active .jssocials-share-label { color: rgb(159, 25, 31); }
.jssocials-share-email .jssocials-share-link { color: rgb(52, 144, 243); }
.jssocials-share-email .jssocials-share-link .jssocials-share-label { color: rgb(52, 144, 243); }
.jssocials-share-email .jssocials-share-link:hover, .jssocials-share-email .jssocials-share-link:focus, .jssocials-share-email .jssocials-share-link:active { color: rgb(14, 118, 230); }
.jssocials-share-email .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-email .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-email .jssocials-share-link:active .jssocials-share-label { color: rgb(14, 118, 230); }
.jssocials-share-stumbleupon .jssocials-share-link { color: rgb(235, 72, 35); }
.jssocials-share-stumbleupon .jssocials-share-link .jssocials-share-label { color: rgb(235, 72, 35); }
.jssocials-share-stumbleupon .jssocials-share-link:hover, .jssocials-share-stumbleupon .jssocials-share-link:focus, .jssocials-share-stumbleupon .jssocials-share-link:active { color: rgb(201, 52, 18); }
.jssocials-share-stumbleupon .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-stumbleupon .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-stumbleupon .jssocials-share-link:active .jssocials-share-label { color: rgb(201, 52, 18); }
.jssocials-share-whatsapp .jssocials-share-link { color: rgb(41, 166, 40); }
.jssocials-share-whatsapp .jssocials-share-link .jssocials-share-label { color: rgb(41, 166, 40); }
.jssocials-share-whatsapp .jssocials-share-link:hover, .jssocials-share-whatsapp .jssocials-share-link:focus, .jssocials-share-whatsapp .jssocials-share-link:active { color: rgb(31, 125, 30); }
.jssocials-share-whatsapp .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-whatsapp .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-whatsapp .jssocials-share-link:active .jssocials-share-label { color: rgb(31, 125, 30); }
.jssocials-share-telegram .jssocials-share-link { color: rgb(44, 165, 224); }
.jssocials-share-telegram .jssocials-share-link .jssocials-share-label { color: rgb(44, 165, 224); }
.jssocials-share-telegram .jssocials-share-link:hover, .jssocials-share-telegram .jssocials-share-link:focus, .jssocials-share-telegram .jssocials-share-link:active { color: rgb(28, 136, 189); }
.jssocials-share-telegram .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-telegram .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-telegram .jssocials-share-link:active .jssocials-share-label { color: rgb(28, 136, 189); }
.jssocials-share-line .jssocials-share-link { color: rgb(37, 175, 0); }
.jssocials-share-line .jssocials-share-link .jssocials-share-label { color: rgb(37, 175, 0); }
.jssocials-share-line .jssocials-share-link:hover, .jssocials-share-line .jssocials-share-link:focus, .jssocials-share-line .jssocials-share-link:active { color: rgb(26, 124, 0); }
.jssocials-share-line .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-line .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-line .jssocials-share-link:active .jssocials-share-label { color: rgb(26, 124, 0); }
.jssocials-share-viber .jssocials-share-link { color: rgb(123, 81, 157); }
.jssocials-share-viber .jssocials-share-link .jssocials-share-label { color: rgb(123, 81, 157); }
.jssocials-share-viber .jssocials-share-link:hover, .jssocials-share-viber .jssocials-share-link:focus, .jssocials-share-viber .jssocials-share-link:active { color: rgb(97, 64, 123); }
.jssocials-share-viber .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-viber .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-viber .jssocials-share-link:active .jssocials-share-label { color: rgb(97, 64, 123); }
.jssocials-share-pocket .jssocials-share-link { color: rgb(239, 64, 86); }
.jssocials-share-pocket .jssocials-share-link .jssocials-share-label { color: rgb(239, 64, 86); }
.jssocials-share-pocket .jssocials-share-link:hover, .jssocials-share-pocket .jssocials-share-link:focus, .jssocials-share-pocket .jssocials-share-link:active { color: rgb(233, 19, 46); }
.jssocials-share-pocket .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-pocket .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-pocket .jssocials-share-link:active .jssocials-share-label { color: rgb(233, 19, 46); }
.jssocials-share-messenger .jssocials-share-link { color: rgb(0, 132, 255); }
.jssocials-share-messenger .jssocials-share-link .jssocials-share-label { color: rgb(0, 132, 255); }
.jssocials-share-messenger .jssocials-share-link:hover, .jssocials-share-messenger .jssocials-share-link:focus, .jssocials-share-messenger .jssocials-share-link:active { color: rgb(0, 106, 204); }
.jssocials-share-messenger .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-messenger .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-messenger .jssocials-share-link:active .jssocials-share-label { color: rgb(0, 106, 204); }
.jssocials-share-vkontakte .jssocials-share-link { color: rgb(69, 102, 142); }
.jssocials-share-vkontakte .jssocials-share-link .jssocials-share-label { color: rgb(69, 102, 142); }
.jssocials-share-vkontakte .jssocials-share-link:hover, .jssocials-share-vkontakte .jssocials-share-link:focus, .jssocials-share-vkontakte .jssocials-share-link:active { color: rgb(52, 77, 108); }
.jssocials-share-vkontakte .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-vkontakte .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-vkontakte .jssocials-share-link:active .jssocials-share-label { color: rgb(52, 77, 108); }
.jssocials-share-link { transition: color 0.2s ease-in-out 0s; }
.jssocials-share-link.jssocials-share-link-count .jssocials-share-count { font-size: 0.5em; }
.jssocials-share-label { font-size: 0.8em; color: rgb(68, 68, 68); transition: color 0.2s ease-in-out 0s; }
.jssocials-share-count-box { margin-left: 0.3em; border: 1px solid rgb(239, 239, 239); border-radius: 0.3em; }
.jssocials-share-count-box .jssocials-share-count { line-height: 1.8em; font-size: 0.8em; color: rgb(68, 68, 68); }
.twentytwenty-horizontal .twentytwenty-handle::before, .twentytwenty-horizontal .twentytwenty-handle::after, .twentytwenty-vertical .twentytwenty-handle::before, .twentytwenty-vertical .twentytwenty-handle::after { content: " "; display: block; background: rgb(255, 255, 255); position: absolute; z-index: 30; box-shadow: rgba(61, 61, 61, 0.8) 0px 0px 2px; }
.twentytwenty-horizontal .twentytwenty-handle::before, .twentytwenty-horizontal .twentytwenty-handle::after { width: 2px; height: 9999px; left: 50%; margin-left: -1px; }
.twentytwenty-vertical .twentytwenty-handle::before, .twentytwenty-vertical .twentytwenty-handle::after { width: 9999px; height: 2px; top: 50%; margin-top: -1px; }
.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay { position: absolute; top: 0px; width: 100%; height: 100%; }
.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay { transition-duration: 0.5s; }
.twentytwenty-before-label, .twentytwenty-after-label { transition-property: opacity; }
.twentytwenty-before-label::before, .twentytwenty-after-label::before { color: rgb(255, 255, 255); font-size: 13px; letter-spacing: 0.1em; }
.twentytwenty-before-label::before, .twentytwenty-after-label::before { position: absolute; background: rgba(255, 255, 255, 0.2); line-height: 38px; padding: 0px 20px; border-radius: 2px; }
.twentytwenty-horizontal .twentytwenty-before-label::before, .twentytwenty-horizontal .twentytwenty-after-label::before { top: 50%; margin-top: -19px; }
.twentytwenty-vertical .twentytwenty-before-label::before, .twentytwenty-vertical .twentytwenty-after-label::before { left: 50%; margin-left: -45px; text-align: center; width: 90px; }
.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow { width: 0px; height: 0px; border: 5px inset transparent; position: absolute; }
.twentytwenty-left-arrow, .twentytwenty-right-arrow { top: 50%; margin-top: -5px; }
.twentytwenty-up-arrow, .twentytwenty-down-arrow { left: 50%; margin-left: -5px; }
.twentytwenty-container { box-sizing: content-box; z-index: 0; overflow: hidden; position: relative; user-select: none; }
.twentytwenty-container img { max-width: 100%; position: absolute; top: 0px; display: block; }
.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay { background: 0px 0px; }
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label, .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label { opacity: 0; }
.twentytwenty-container * { box-sizing: content-box; }
.twentytwenty-before-label { opacity: 0; }
.twentytwenty-before-label::before { content: attr(data-content); }
.twentytwenty-after-label { opacity: 0; }
.twentytwenty-after-label::before { content: attr(data-content); }
.twentytwenty-horizontal .twentytwenty-before-label::before { left: 10px; }
.twentytwenty-horizontal .twentytwenty-after-label::before { right: 10px; }
.twentytwenty-vertical .twentytwenty-before-label::before { top: 10px; }
.twentytwenty-vertical .twentytwenty-after-label::before { bottom: 10px; }
.twentytwenty-overlay { transition-property: background; background: 0px 0px; z-index: 25; }
.twentytwenty-overlay:hover { background: rgba(0, 0, 0, 0.5); }
.twentytwenty-overlay:hover .twentytwenty-after-label { opacity: 1; }
.twentytwenty-overlay:hover .twentytwenty-before-label { opacity: 1; }
.twentytwenty-before { z-index: 20; }
.twentytwenty-after { z-index: 10; }
.twentytwenty-handle { height: 45px; width: 45px; position: absolute; left: 50%; top: 50%; margin-left: -24.5px; margin-top: -24.5px; border: 2px solid rgb(255, 255, 255); border-radius: 50%; box-shadow: rgba(61, 61, 61, 0.8) 0px 0px 2px; z-index: 40; cursor: pointer; }
.twentytwenty-horizontal .twentytwenty-handle::before { bottom: 50%; margin-bottom: 24.5px; box-shadow: rgb(255, 255, 255) 0px 2px 0px, rgba(61, 61, 61, 0.8) 0px 0px 2px; }
.twentytwenty-horizontal .twentytwenty-handle::after { top: 50%; margin-top: 24.5px; box-shadow: rgb(255, 255, 255) 0px -2px 0px, rgba(61, 61, 61, 0.8) 0px 0px 2px; }
.twentytwenty-vertical .twentytwenty-handle::before { left: 50%; margin-left: 24.5px; box-shadow: rgb(255, 255, 255) 2px 0px 0px, rgba(61, 61, 61, 0.8) 0px 0px 2px; }
.twentytwenty-vertical .twentytwenty-handle::after { right: 50%; margin-right: 24.5px; box-shadow: rgb(255, 255, 255) -2px 0px 0px, rgba(61, 61, 61, 0.8) 0px 0px 2px; }
.twentytwenty-left-arrow { border-right: 5px solid rgb(80, 80, 80); left: 50%; margin-left: -13.5px; }
.twentytwenty-right-arrow { border-left: 5px solid rgb(80, 80, 80); right: 50%; margin-right: -13.5px; }
.twentytwenty-up-arrow { border-bottom: 5px solid rgb(80, 80, 80); top: 50%; margin-top: -13.5px; }
.twentytwenty-down-arrow { border-top: 5px solid rgb(80, 80, 80); bottom: 50%; margin-bottom: -13.5px; }
dialog { position: absolute; left: 0px; right: 0px; width: fit-content; height: fit-content; margin: auto; border: solid; padding: 1em; background: rgb(255, 255, 255); color: rgb(0, 0, 0); display: block; }
dialog:not([open]) { display: none; }
dialog + .backdrop { position: fixed; inset: 0px; background: rgba(0, 0, 0, 0.1); }
._dialog_overlay { position: fixed; inset: 0px; }
dialog.fixed { position: fixed; top: 50%; transform: translate(0px, -50%); }
.hljs-androidstudio .hljs { color: rgb(169, 183, 198); background: rgb(40, 43, 46); display: block; overflow-x: auto; padding: 0.5em; }
.hljs-androidstudio .hljs-number, .hljs-androidstudio .hljs-literal, .hljs-androidstudio .hljs-symbol, .hljs-androidstudio .hljs-bullet { color: rgb(104, 151, 187); }
.hljs-androidstudio .hljs-keyword, .hljs-androidstudio .hljs-selector-tag, .hljs-androidstudio .hljs-deletion { color: rgb(204, 120, 50); }
.hljs-androidstudio .hljs-variable, .hljs-androidstudio .hljs-template-variable, .hljs-androidstudio .hljs-link { color: rgb(98, 151, 85); }
.hljs-androidstudio .hljs-comment, .hljs-androidstudio .hljs-quote { color: gray; }
.hljs-androidstudio .hljs-meta { color: rgb(187, 181, 41); }
.hljs-androidstudio .hljs-string, .hljs-androidstudio .hljs-attribute, .hljs-androidstudio .hljs-addition { color: rgb(106, 135, 89); }
.hljs-androidstudio .hljs-section, .hljs-androidstudio .hljs-title, .hljs-androidstudio .hljs-type { color: rgb(255, 198, 109); }
.hljs-androidstudio .hljs-name, .hljs-androidstudio .hljs-selector-id, .hljs-androidstudio .hljs-selector-class { color: rgb(232, 191, 106); }
.hljs-androidstudio .hljs-emphasis { font-style: italic; }
.hljs-androidstudio .hljs-strong { font-weight: 700; }
.hljs-atom-one-dark .hljs { display: block; overflow-x: auto; padding: 0.5em; color: rgb(171, 178, 191); background: rgb(40, 44, 52); }
.hljs-atom-one-dark .hljs-comment, .hljs-atom-one-dark .hljs-quote { color: rgb(92, 99, 112); font-style: italic; }
.hljs-atom-one-dark .hljs-doctag, .hljs-atom-one-dark .hljs-keyword, .hljs-atom-one-dark .hljs-formula { color: rgb(198, 120, 221); }
.hljs-atom-one-dark .hljs-section, .hljs-atom-one-dark .hljs-name, .hljs-atom-one-dark .hljs-selector-tag, .hljs-atom-one-dark .hljs-deletion, .hljs-atom-one-dark .hljs-subst { color: rgb(224, 108, 117); }
.hljs-atom-one-dark .hljs-literal { color: rgb(86, 182, 194); }
.hljs-atom-one-dark .hljs-string, .hljs-atom-one-dark .hljs-regexp, .hljs-atom-one-dark .hljs-addition, .hljs-atom-one-dark .hljs-attribute, .hljs-atom-one-dark .hljs-meta-string { color: rgb(152, 195, 121); }
.hljs-atom-one-dark .hljs-built_in, .hljs-atom-one-dark .hljs-class .hljs-title { color: rgb(230, 192, 123); }
.hljs-atom-one-dark .hljs-attr, .hljs-atom-one-dark .hljs-variable, .hljs-atom-one-dark .hljs-template-variable, .hljs-atom-one-dark .hljs-type, .hljs-atom-one-dark .hljs-selector-class, .hljs-atom-one-dark .hljs-selector-attr, .hljs-atom-one-dark .hljs-selector-pseudo, .hljs-atom-one-dark .hljs-number { color: rgb(209, 154, 102); }
.hljs-atom-one-dark .hljs-symbol, .hljs-atom-one-dark .hljs-bullet, .hljs-atom-one-dark .hljs-link, .hljs-atom-one-dark .hljs-meta, .hljs-atom-one-dark .hljs-selector-id, .hljs-atom-one-dark .hljs-title { color: rgb(97, 174, 238); }
.hljs-atom-one-dark .hljs-emphasis { font-style: italic; }
.hljs-atom-one-dark .hljs-strong { font-weight: 700; }
.hljs-atom-one-dark .hljs-link { text-decoration: underline; }
.hljs-atom-one-light .hljs { display: block; overflow-x: auto; padding: 0.5em; color: rgb(56, 58, 66); background: rgb(250, 250, 250); }
.hljs-atom-one-light .hljs-comment, .hljs-atom-one-light .hljs-quote { color: rgb(160, 161, 167); font-style: italic; }
.hljs-atom-one-light .hljs-doctag, .hljs-atom-one-light .hljs-keyword, .hljs-atom-one-light .hljs-formula { color: rgb(166, 38, 164); }
.hljs-atom-one-light .hljs-section, .hljs-atom-one-light .hljs-name, .hljs-atom-one-light .hljs-selector-tag, .hljs-atom-one-light .hljs-deletion, .hljs-atom-one-light .hljs-subst { color: rgb(228, 86, 73); }
.hljs-atom-one-light .hljs-literal { color: rgb(1, 132, 187); }
.hljs-atom-one-light .hljs-string, .hljs-atom-one-light .hljs-regexp, .hljs-atom-one-light .hljs-addition, .hljs-atom-one-light .hljs-attribute, .hljs-atom-one-light .hljs-meta-string { color: rgb(80, 161, 79); }
.hljs-atom-one-light .hljs-built_in, .hljs-atom-one-light .hljs-class .hljs-title { color: rgb(193, 132, 1); }
.hljs-atom-one-light .hljs-attr, .hljs-atom-one-light .hljs-variable, .hljs-atom-one-light .hljs-template-variable, .hljs-atom-one-light .hljs-type, .hljs-atom-one-light .hljs-selector-class, .hljs-atom-one-light .hljs-selector-attr, .hljs-atom-one-light .hljs-selector-pseudo, .hljs-atom-one-light .hljs-number { color: rgb(152, 104, 1); }
.hljs-atom-one-light .hljs-symbol, .hljs-atom-one-light .hljs-bullet, .hljs-atom-one-light .hljs-link, .hljs-atom-one-light .hljs-meta, .hljs-atom-one-light .hljs-selector-id, .hljs-atom-one-light .hljs-title { color: rgb(64, 120, 242); }
.hljs-atom-one-light .hljs-emphasis { font-style: italic; }
.hljs-atom-one-light .hljs-strong { font-weight: 700; }
.hljs-atom-one-light .hljs-link { text-decoration: underline; }
.hljs-default .hljs { display: block; overflow-x: auto; padding: 0.5em; background: rgb(240, 240, 240); }
.hljs-default .hljs, .hljs-default .hljs-subst { color: rgb(68, 68, 68); }
.hljs-default .hljs-comment { color: rgb(136, 136, 136); }
.hljs-default .hljs-keyword, .hljs-default .hljs-attribute, .hljs-default .hljs-selector-tag, .hljs-default .hljs-meta-keyword, .hljs-default .hljs-doctag, .hljs-default .hljs-name { font-weight: 700; }
.hljs-default .hljs-type, .hljs-default .hljs-string, .hljs-default .hljs-number, .hljs-default .hljs-selector-id, .hljs-default .hljs-selector-class, .hljs-default .hljs-quote, .hljs-default .hljs-template-tag, .hljs-default .hljs-deletion { color: rgb(136, 0, 0); }
.hljs-default .hljs-title, .hljs-default .hljs-section { color: rgb(136, 0, 0); font-weight: 700; }
.hljs-default .hljs-regexp, .hljs-default .hljs-symbol, .hljs-default .hljs-variable, .hljs-default .hljs-template-variable, .hljs-default .hljs-link, .hljs-default .hljs-selector-attr, .hljs-default .hljs-selector-pseudo { color: rgb(188, 96, 96); }
.hljs-default .hljs-literal { color: rgb(120, 169, 96); }
.hljs-default .hljs-built_in, .hljs-default .hljs-bullet, .hljs-default .hljs-code, .hljs-default .hljs-addition { color: rgb(57, 115, 0); }
.hljs-default .hljs-meta { color: rgb(31, 113, 153); }
.hljs-default .hljs-meta-string { color: rgb(77, 153, 191); }
.hljs-default .hljs-emphasis { font-style: italic; }
.hljs-default .hljs-strong { font-weight: 700; }
.hljs-github .hljs { display: block; overflow-x: auto; padding: 0.5em; color: rgb(51, 51, 51); background: rgb(248, 248, 248); }
.hljs-github .hljs-comment, .hljs-github .hljs-quote { color: rgb(153, 153, 136); font-style: italic; }
.hljs-github .hljs-keyword, .hljs-github .hljs-selector-tag, .hljs-github .hljs-subst { color: rgb(51, 51, 51); font-weight: 700; }
.hljs-github .hljs-number, .hljs-github .hljs-literal, .hljs-github .hljs-variable, .hljs-github .hljs-template-variable, .hljs-github .hljs-tag .hljs-attr { color: teal; }
.hljs-github .hljs-string, .hljs-github .hljs-doctag { color: rgb(221, 17, 68); }
.hljs-github .hljs-title, .hljs-github .hljs-section, .hljs-github .hljs-selector-id { color: rgb(153, 0, 0); font-weight: 700; }
.hljs-github .hljs-subst { font-weight: 400; }
.hljs-github .hljs-type, .hljs-github .hljs-class .hljs-title { color: rgb(68, 85, 136); font-weight: 700; }
.hljs-github .hljs-tag, .hljs-github .hljs-name, .hljs-github .hljs-attribute { color: navy; font-weight: 400; }
.hljs-github .hljs-regexp, .hljs-github .hljs-link { color: rgb(0, 153, 38); }
.hljs-github .hljs-symbol, .hljs-github .hljs-bullet { color: rgb(153, 0, 115); }
.hljs-github .hljs-built_in, .hljs-github .hljs-builtin-name { color: rgb(0, 134, 179); }
.hljs-github .hljs-meta { color: rgb(153, 153, 153); font-weight: 700; }
.hljs-github .hljs-deletion { background: rgb(255, 221, 221); }
.hljs-github .hljs-addition { background: rgb(221, 255, 221); }
.hljs-github .hljs-emphasis { font-style: italic; }
.hljs-github .hljs-strong { font-weight: 700; }
.hljs-googlecode .hljs { display: block; overflow-x: auto; padding: 0.5em; background: rgb(255, 255, 255); color: rgb(0, 0, 0); }
.hljs-googlecode .hljs-comment, .hljs-googlecode .hljs-quote { color: rgb(136, 0, 0); }
.hljs-googlecode .hljs-keyword, .hljs-googlecode .hljs-selector-tag, .hljs-googlecode .hljs-section, .hljs-googlecode .hljs-title, .hljs-googlecode .hljs-name { color: rgb(0, 0, 136); }
.hljs-googlecode .hljs-variable, .hljs-googlecode .hljs-template-variable { color: rgb(102, 102, 0); }
.hljs-googlecode .hljs-string, .hljs-googlecode .hljs-selector-attr, .hljs-googlecode .hljs-selector-pseudo, .hljs-googlecode .hljs-regexp { color: rgb(0, 136, 0); }
.hljs-googlecode .hljs-literal, .hljs-googlecode .hljs-symbol, .hljs-googlecode .hljs-bullet, .hljs-googlecode .hljs-meta, .hljs-googlecode .hljs-number, .hljs-googlecode .hljs-link { color: rgb(0, 102, 102); }
.hljs-googlecode .hljs-title, .hljs-googlecode .hljs-doctag, .hljs-googlecode .hljs-type, .hljs-googlecode .hljs-attr, .hljs-googlecode .hljs-built_in, .hljs-googlecode .hljs-builtin-name, .hljs-googlecode .hljs-params { color: rgb(102, 0, 102); }
.hljs-googlecode .hljs-attribute, .hljs-googlecode .hljs-subst { color: rgb(0, 0, 0); }
.hljs-googlecode .hljs-formula { background-color: rgb(238, 238, 238); font-style: italic; }
.hljs-googlecode .hljs-selector-id, .hljs-googlecode .hljs-selector-class { color: rgb(155, 112, 63); }
.hljs-googlecode .hljs-addition { background-color: rgb(186, 238, 186); }
.hljs-googlecode .hljs-deletion { background-color: rgb(255, 200, 189); }
.hljs-googlecode .hljs-doctag, .hljs-googlecode .hljs-strong { font-weight: 700; }
.hljs-googlecode .hljs-emphasis { font-style: italic; }
.hljs-railscasts .hljs { display: block; overflow-x: auto; padding: 0.5em; background: rgb(35, 35, 35); color: rgb(230, 225, 220); }
.hljs-railscasts .hljs-comment, .hljs-railscasts .hljs-quote { color: rgb(188, 148, 88); font-style: italic; }
.hljs-railscasts .hljs-keyword, .hljs-railscasts .hljs-selector-tag { color: rgb(194, 98, 48); }
.hljs-railscasts .hljs-string, .hljs-railscasts .hljs-number, .hljs-railscasts .hljs-regexp, .hljs-railscasts .hljs-variable, .hljs-railscasts .hljs-template-variable { color: rgb(165, 194, 97); }
.hljs-railscasts .hljs-subst { color: rgb(81, 159, 80); }
.hljs-railscasts .hljs-tag, .hljs-railscasts .hljs-name { color: rgb(232, 191, 106); }
.hljs-railscasts .hljs-type { color: rgb(218, 73, 57); }
.hljs-railscasts .hljs-symbol, .hljs-railscasts .hljs-bullet, .hljs-railscasts .hljs-built_in, .hljs-railscasts .hljs-builtin-name, .hljs-railscasts .hljs-attr, .hljs-railscasts .hljs-link { color: rgb(109, 156, 190); }
.hljs-railscasts .hljs-params { color: rgb(208, 208, 255); }
.hljs-railscasts .hljs-attribute { color: rgb(205, 168, 105); }
.hljs-railscasts .hljs-meta { color: rgb(155, 133, 157); }
.hljs-railscasts .hljs-title, .hljs-railscasts .hljs-section { color: rgb(255, 198, 109); }
.hljs-railscasts .hljs-addition { background-color: rgb(20, 66, 18); color: rgb(230, 225, 220); display: inline-block; width: 100%; }
.hljs-railscasts .hljs-deletion { background-color: rgb(102, 0, 0); color: rgb(230, 225, 220); display: inline-block; width: 100%; }
.hljs-railscasts .hljs-selector-class { color: rgb(155, 112, 63); }
.hljs-railscasts .hljs-selector-id { color: rgb(139, 152, 171); }
.hljs-railscasts .hljs-emphasis { font-style: italic; }
.hljs-railscasts .hljs-strong { font-weight: 700; }
.hljs-railscasts .hljs-link { text-decoration: underline; }
.hljs-solarized-light .hljs { display: block; overflow-x: auto; padding: 0.5em; background: rgb(253, 246, 227); color: rgb(101, 123, 131); }
.hljs-solarized-light .hljs-comment, .hljs-solarized-light .hljs-quote { color: rgb(147, 161, 161); }
.hljs-solarized-light .hljs-keyword, .hljs-solarized-light .hljs-selector-tag, .hljs-solarized-light .hljs-addition { color: rgb(133, 153, 0); }
.hljs-solarized-light .hljs-number, .hljs-solarized-light .hljs-string, .hljs-solarized-light .hljs-meta .hljs-meta-string, .hljs-solarized-light .hljs-literal, .hljs-solarized-light .hljs-doctag, .hljs-solarized-light .hljs-regexp { color: rgb(42, 161, 152); }
.hljs-solarized-light .hljs-title, .hljs-solarized-light .hljs-section, .hljs-solarized-light .hljs-name, .hljs-solarized-light .hljs-selector-id, .hljs-solarized-light .hljs-selector-class { color: rgb(38, 139, 210); }
.hljs-solarized-light .hljs-attribute, .hljs-solarized-light .hljs-attr, .hljs-solarized-light .hljs-variable, .hljs-solarized-light .hljs-template-variable, .hljs-solarized-light .hljs-class .hljs-title, .hljs-solarized-light .hljs-type { color: rgb(181, 137, 0); }
.hljs-solarized-light .hljs-symbol, .hljs-solarized-light .hljs-bullet, .hljs-solarized-light .hljs-subst, .hljs-solarized-light .hljs-meta, .hljs-solarized-light .hljs-meta .hljs-keyword, .hljs-solarized-light .hljs-selector-attr, .hljs-solarized-light .hljs-selector-pseudo, .hljs-solarized-light .hljs-link { color: rgb(203, 75, 22); }
.hljs-solarized-light .hljs-built_in, .hljs-solarized-light .hljs-deletion { color: rgb(220, 50, 47); }
.hljs-solarized-light .hljs-formula { background: rgb(238, 232, 213); }
.hljs-solarized-light .hljs-emphasis { font-style: italic; }
.hljs-solarized-light .hljs-strong { font-weight: 700; }
.hljs-tomorrow-night .hljs-comment, .hljs-tomorrow-night .hljs-quote { color: rgb(153, 153, 153); }
.hljs-tomorrow-night .hljs-variable, .hljs-tomorrow-night .hljs-template-variable, .hljs-tomorrow-night .hljs-tag, .hljs-tomorrow-night .hljs-name, .hljs-tomorrow-night .hljs-selector-id, .hljs-tomorrow-night .hljs-selector-class, .hljs-tomorrow-night .hljs-regexp, .hljs-tomorrow-night .hljs-deletion { color: rgb(242, 119, 122); }
.hljs-tomorrow-night .hljs-number, .hljs-tomorrow-night .hljs-built_in, .hljs-tomorrow-night .hljs-builtin-name, .hljs-tomorrow-night .hljs-literal, .hljs-tomorrow-night .hljs-type, .hljs-tomorrow-night .hljs-params, .hljs-tomorrow-night .hljs-meta, .hljs-tomorrow-night .hljs-link { color: rgb(249, 145, 87); }
.hljs-tomorrow-night .hljs-attribute { color: rgb(255, 204, 102); }
.hljs-tomorrow-night .hljs-string, .hljs-tomorrow-night .hljs-symbol, .hljs-tomorrow-night .hljs-bullet, .hljs-tomorrow-night .hljs-addition { color: rgb(153, 204, 153); }
.hljs-tomorrow-night .hljs-title, .hljs-tomorrow-night .hljs-section { color: rgb(102, 153, 204); }
.hljs-tomorrow-night .hljs-keyword, .hljs-tomorrow-night .hljs-selector-tag { color: rgb(204, 153, 204); }
.hljs-tomorrow-night .hljs { display: block; overflow-x: auto; background: rgb(45, 45, 45); color: rgb(204, 204, 204); padding: 0.5em; }
.hljs-tomorrow-night .hljs-emphasis { font-style: italic; }
.hljs-tomorrow-night .hljs-strong { font-weight: 700; }
.hljs-tomorrow .hljs-comment, .hljs-tomorrow .hljs-quote { color: rgb(142, 144, 140); }
.hljs-tomorrow .hljs-variable, .hljs-tomorrow .hljs-template-variable, .hljs-tomorrow .hljs-tag, .hljs-tomorrow .hljs-name, .hljs-tomorrow .hljs-selector-id, .hljs-tomorrow .hljs-selector-class, .hljs-tomorrow .hljs-regexp, .hljs-tomorrow .hljs-deletion { color: rgb(200, 40, 41); }
.hljs-tomorrow .hljs-number, .hljs-tomorrow .hljs-built_in, .hljs-tomorrow .hljs-builtin-name, .hljs-tomorrow .hljs-literal, .hljs-tomorrow .hljs-type, .hljs-tomorrow .hljs-params, .hljs-tomorrow .hljs-meta, .hljs-tomorrow .hljs-link { color: rgb(245, 135, 31); }
.hljs-tomorrow .hljs-attribute { color: rgb(234, 183, 0); }
.hljs-tomorrow .hljs-string, .hljs-tomorrow .hljs-symbol, .hljs-tomorrow .hljs-bullet, .hljs-tomorrow .hljs-addition { color: rgb(113, 140, 0); }
.hljs-tomorrow .hljs-title, .hljs-tomorrow .hljs-section { color: rgb(66, 113, 174); }
.hljs-tomorrow .hljs-keyword, .hljs-tomorrow .hljs-selector-tag { color: rgb(137, 89, 168); }
.hljs-tomorrow .hljs { display: block; overflow-x: auto; background: rgb(255, 255, 255); color: rgb(77, 77, 76); padding: 0.5em; }
.hljs-tomorrow .hljs-emphasis { font-style: italic; }
.hljs-tomorrow .hljs-strong { font-weight: 700; }
.hljs-vs .hljs { display: block; overflow-x: auto; padding: 0.5em; background: rgb(255, 255, 255); color: rgb(0, 0, 0); }
.hljs-vs .hljs-comment, .hljs-vs .hljs-quote, .hljs-vs .hljs-variable { color: green; }
.hljs-vs .hljs-keyword, .hljs-vs .hljs-selector-tag, .hljs-vs .hljs-built_in, .hljs-vs .hljs-name, .hljs-vs .hljs-tag { color: rgb(0, 0, 255); }
.hljs-vs .hljs-string, .hljs-vs .hljs-title, .hljs-vs .hljs-section, .hljs-vs .hljs-attribute, .hljs-vs .hljs-literal, .hljs-vs .hljs-template-tag, .hljs-vs .hljs-template-variable, .hljs-vs .hljs-type, .hljs-vs .hljs-addition { color: rgb(163, 21, 21); }
.hljs-vs .hljs-deletion, .hljs-vs .hljs-selector-attr, .hljs-vs .hljs-selector-pseudo, .hljs-vs .hljs-meta { color: rgb(43, 145, 175); }
.hljs-vs .hljs-doctag { color: gray; }
.hljs-vs .hljs-attr { color: red; }
.hljs-vs .hljs-symbol, .hljs-vs .hljs-bullet, .hljs-vs .hljs-link { color: rgb(0, 176, 232); }
.hljs-vs .hljs-emphasis { font-style: italic; }
.hljs-vs .hljs-strong { font-weight: 700; }
.hljs-zenburn .hljs { display: block; overflow-x: auto; padding: 0.5em; background: rgb(63, 63, 63); color: rgb(220, 220, 220); }
.hljs-zenburn .hljs-keyword, .hljs-zenburn .hljs-selector-tag, .hljs-zenburn .hljs-tag { color: rgb(227, 206, 171); }
.hljs-zenburn .hljs-template-tag { color: rgb(220, 220, 220); }
.hljs-zenburn .hljs-number { color: rgb(140, 208, 211); }
.hljs-zenburn .hljs-variable, .hljs-zenburn .hljs-template-variable, .hljs-zenburn .hljs-attribute { color: rgb(239, 220, 188); }
.hljs-zenburn .hljs-literal { color: rgb(239, 239, 175); }
.hljs-zenburn .hljs-subst { color: rgb(143, 143, 143); }
.hljs-zenburn .hljs-title, .hljs-zenburn .hljs-name, .hljs-zenburn .hljs-selector-id, .hljs-zenburn .hljs-selector-class, .hljs-zenburn .hljs-section, .hljs-zenburn .hljs-type { color: rgb(239, 239, 143); }
.hljs-zenburn .hljs-symbol, .hljs-zenburn .hljs-bullet, .hljs-zenburn .hljs-link { color: rgb(220, 163, 163); }
.hljs-zenburn .hljs-deletion, .hljs-zenburn .hljs-string, .hljs-zenburn .hljs-built_in, .hljs-zenburn .hljs-builtin-name { color: rgb(204, 147, 147); }
.hljs-zenburn .hljs-addition, .hljs-zenburn .hljs-comment, .hljs-zenburn .hljs-quote, .hljs-zenburn .hljs-meta { color: rgb(127, 159, 127); }
.hljs-zenburn .hljs-emphasis { font-style: italic; }
.hljs-zenburn .hljs-strong { font-weight: 700; }
.ps { overflow-anchor: none; touch-action: auto; overflow: hidden !important; }
.ps__rail-x { display: none; opacity: 0; transition: background-color 0.2s linear 0s, opacity 0.2s linear 0s; height: 15px; bottom: 0px; position: absolute; }
.ps__rail-y { display: none; opacity: 0; transition: background-color 0.2s linear 0s, opacity 0.2s linear 0s; width: 15px; right: 0px; position: absolute; }
.ps--active-x > .ps__rail-x, .ps--active-y > .ps__rail-y { display: block; background-color: transparent; }
.ps:hover > .ps__rail-x, .ps:hover > .ps__rail-y, .ps--focus > .ps__rail-x, .ps--focus > .ps__rail-y, .ps--scrolling-x > .ps__rail-x, .ps--scrolling-y > .ps__rail-y { opacity: 0.6; }
.ps .ps__rail-x:hover, .ps .ps__rail-y:hover, .ps .ps__rail-x:focus, .ps .ps__rail-y:focus, .ps .ps__rail-x.ps--clicking, .ps .ps__rail-y.ps--clicking { background-color: rgb(238, 238, 238); opacity: 0.9; }
.ps__thumb-x { background-color: rgb(170, 170, 170); border-radius: 6px; transition: background-color 0.2s linear 0s, height 0.2s ease-in-out 0s; height: 6px; bottom: 2px; position: absolute; }
.ps__thumb-y { background-color: rgb(170, 170, 170); border-radius: 6px; transition: background-color 0.2s linear 0s, width 0.2s ease-in-out 0s; width: 6px; right: 2px; position: absolute; }
.ps__rail-x:hover > .ps__thumb-x, .ps__rail-x:focus > .ps__thumb-x, .ps__rail-x.ps--clicking .ps__thumb-x { background-color: rgb(153, 153, 153); height: 11px; }
.ps__rail-y:hover > .ps__thumb-y, .ps__rail-y:focus > .ps__thumb-y, .ps__rail-y.ps--clicking .ps__thumb-y { background-color: rgb(153, 153, 153); width: 11px; }
@supports (-ms-overflow-style:none) {
  .ps { overflow: auto !important; }
}
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
  .ps { overflow: auto !important; }
}
.wpulike.aux-wpulike { padding: 0px; }
.wpulike.aux-wpulike .wp_ulike_general_class { border: none; padding: 0px; border-radius: 0px; box-shadow: none; color: rgb(170, 170, 170); }
.wpulike.aux-wpulike .wp_ulike_general_class.wp_ulike_is_loading .wp_ulike_btn::before { opacity: 0; }
.wpulike.aux-wpulike .wp_ulike_general_class.wp_ulike_is_liked .wp_ulike_btn { color: rgb(231, 76, 60); }
.wpulike.aux-wpulike .wp_ulike_general_class .wp_ulike_btn { padding: revert; font-size: 14px; }
.wpulike.aux-wpulike .wp_ulike_general_class .wp_ulike_btn::after { display: none; }
.wpulike.aux-wpulike .wp_ulike_general_class .wp_ulike_btn::before { display: block; speak: none; line-height: 1; -webkit-font-smoothing: antialiased; font-family: auxin-front !important; font-style: normal !important; font-weight: 400 !important; font-variant: normal !important; text-transform: none !important; }
.wpulike.aux-wpulike .wp_ulike_general_class .count-box { padding: 0px; margin-left: 5px; font-size: 14px; line-height: normal; font-weight: inherit; color: rgb(170, 170, 170); }
.wpulike.aux-wpulike .wp_ulike_likers_wrapper { visibility: hidden; }
.entry-meta .wpulike.aux-wpulike-single { order: 2; margin-right: 10px; }
.entry-meta .wpulike.aux-wpulike-single .wp_ulike_general_class { display: block; color: rgb(61, 61, 61); }
.entry-meta .wpulike.aux-wpulike-single .wp_ulike_btn { display: block; }
.entry-meta .wpulike.aux-wpulike-single .count-box { display: none; }
.comments-iconic .wpulike.aux-wpulike-widget { margin-right: 5px; }
.wpulike.aux-wpulike-portfolio { display: inline-block; margin-right: 30px; }
.wpulike.aux-wpulike-portfolio .wp_ulike_general_class .count-box { color: rgb(61, 61, 61); }
.wpulike.aux-wpulike-portfolio-widget { float: right; }
.entry-meta .wpulike.aux-wpulike-news { order: 2; margin-right: 10px; }
.entry-meta .wpulike.aux-wpulike-news .wp_ulike_general_class { display: block; color: rgb(61, 61, 61); }
.entry-meta .wpulike.aux-wpulike-news .wp_ulike_btn { display: block; }
.entry-meta .wpulike.aux-wpulike-news .count-box { display: none; }
.comments-iconic .wpulike.aux-wpulike-news-widget { display: flex; }
.aux-tile-1-1 { width: 8.33333%; padding-bottom: 8.33333%; }
.aux-tile-1-1 .aux-keep-aspect { height: 0px; padding-bottom: 100%; }
.aux-tile-sg-1-1 { width: calc(8.33333% - 2px); padding-bottom: 8.33333%; margin: 0px 1px; }
.aux-tile-lg-1-1 { width: calc(8.33333% - 30px); padding-bottom: 8.33333%; margin: 0px 15px; }
.aux-tile-2-1 { width: 16.6667%; padding-bottom: 8.33333%; }
.aux-tile-2-1 .aux-keep-aspect { height: 0px; padding-bottom: 91.6667%; }
.aux-tile-sg-2-1 { width: calc(16.6667% - 2px); padding-bottom: 8.33333%; margin: 0px 1px; }
.aux-tile-lg-2-1 { width: calc(16.6667% - 30px); padding-bottom: 8.33333%; margin: 0px 15px; }
.aux-tile-3-1 { width: 25%; padding-bottom: 8.33333%; }
.aux-tile-3-1 .aux-keep-aspect { height: 0px; padding-bottom: 83.3333%; }
.aux-tile-sg-3-1 { width: calc(25% - 2px); padding-bottom: 8.33333%; margin: 0px 1px; }
.aux-tile-lg-3-1 { width: calc(25% - 30px); padding-bottom: 8.33333%; margin: 0px 15px; }
.aux-tile-4-1 { width: 33.3333%; padding-bottom: 8.33333%; }
.aux-tile-4-1 .aux-keep-aspect { height: 0px; padding-bottom: 75%; }
.aux-tile-sg-4-1 { width: calc(33.3333% - 2px); padding-bottom: 8.33333%; margin: 0px 1px; }
.aux-tile-lg-4-1 { width: calc(33.3333% - 30px); padding-bottom: 8.33333%; margin: 0px 15px; }
.aux-tile-5-1 { width: 41.6667%; padding-bottom: 8.33333%; }
.aux-tile-5-1 .aux-keep-aspect { height: 0px; padding-bottom: 66.6667%; }
.aux-tile-sg-5-1 { width: calc(41.6667% - 2px); padding-bottom: 8.33333%; margin: 0px 1px; }
.aux-tile-lg-5-1 { width: calc(41.6667% - 30px); padding-bottom: 8.33333%; margin: 0px 15px; }
.aux-tile-6-1 { width: 50%; padding-bottom: 8.33333%; }
.aux-tile-6-1 .aux-keep-aspect { height: 0px; padding-bottom: 58.3333%; }
.aux-tile-sg-6-1 { width: calc(50% - 2px); padding-bottom: 8.33333%; margin: 0px 1px; }
.aux-tile-lg-6-1 { width: calc(50% - 30px); padding-bottom: 8.33333%; margin: 0px 15px; }
.aux-tile-7-1 { width: 58.3333%; padding-bottom: 8.33333%; }
.aux-tile-7-1 .aux-keep-aspect { height: 0px; padding-bottom: 50%; }
.aux-tile-sg-7-1 { width: calc(58.3333% - 2px); padding-bottom: 8.33333%; margin: 0px 1px; }
.aux-tile-lg-7-1 { width: calc(58.3333% - 30px); padding-bottom: 8.33333%; margin: 0px 15px; }
.aux-tile-8-1 { width: 66.6667%; padding-bottom: 8.33333%; }
.aux-tile-8-1 .aux-keep-aspect { height: 0px; padding-bottom: 41.6667%; }
.aux-tile-sg-8-1 { width: calc(66.6667% - 2px); padding-bottom: 8.33333%; margin: 0px 1px; }
.aux-tile-lg-8-1 { width: calc(66.6667% - 30px); padding-bottom: 8.33333%; margin: 0px 15px; }
.aux-tile-9-1 { width: 75%; padding-bottom: 8.33333%; }
.aux-tile-9-1 .aux-keep-aspect { height: 0px; padding-bottom: 33.3333%; }
.aux-tile-sg-9-1 { width: calc(75% - 2px); padding-bottom: 8.33333%; margin: 0px 1px; }
.aux-tile-lg-9-1 { width: calc(75% - 30px); padding-bottom: 8.33333%; margin: 0px 15px; }
.aux-tile-10-1 { width: 83.3333%; padding-bottom: 8.33333%; }
.aux-tile-10-1 .aux-keep-aspect { height: 0px; padding-bottom: 25%; }
.aux-tile-sg-10-1 { width: calc(83.3333% - 2px); padding-bottom: 8.33333%; margin: 0px 1px; }
.aux-tile-lg-10-1 { width: calc(83.3333% - 30px); padding-bottom: 8.33333%; margin: 0px 15px; }
.aux-tile-11-1 { width: 91.6667%; padding-bottom: 8.33333%; }
.aux-tile-11-1 .aux-keep-aspect { height: 0px; padding-bottom: 16.6667%; }
.aux-tile-sg-11-1 { width: calc(91.6667% - 2px); padding-bottom: 8.33333%; margin: 0px 1px; }
.aux-tile-lg-11-1 { width: calc(91.6667% - 30px); padding-bottom: 8.33333%; margin: 0px 15px; }
.aux-tile-12-1 { width: 100%; padding-bottom: 8.33333%; }
.aux-tile-12-1 .aux-keep-aspect { height: 0px; padding-bottom: 8.33333%; }
.aux-tile-sg-12-1 { width: calc(100% - 2px); padding-bottom: 8.33333%; margin: 0px 1px; }
.aux-tile-lg-12-1 { width: calc(100% - 30px); padding-bottom: 8.33333%; margin: 0px 15px; }
.aux-tile-1-2 { width: 8.33333%; padding-bottom: 16.6667%; }
.aux-tile-1-2 .aux-keep-aspect { height: 0px; padding-bottom: 108.333%; }
.aux-tile-sg-1-2 { width: calc(8.33333% - 2px); padding-bottom: 16.6667%; margin: 0px 1px; }
.aux-tile-lg-1-2 { width: calc(8.33333% - 30px); padding-bottom: 16.6667%; margin: 0px 15px; }
.aux-tile-2-2 { width: 16.6667%; padding-bottom: 16.6667%; }
.aux-tile-2-2 .aux-keep-aspect { height: 0px; padding-bottom: 100%; }
.aux-tile-sg-2-2 { width: calc(16.6667% - 2px); padding-bottom: 16.6667%; margin: 0px 1px; }
.aux-tile-lg-2-2 { width: calc(16.6667% - 30px); padding-bottom: 16.6667%; margin: 0px 15px; }
.aux-tile-3-2 { width: 25%; padding-bottom: 16.6667%; }
.aux-tile-3-2 .aux-keep-aspect { height: 0px; padding-bottom: 91.6667%; }
.aux-tile-sg-3-2 { width: calc(25% - 2px); padding-bottom: 16.6667%; margin: 0px 1px; }
.aux-tile-lg-3-2 { width: calc(25% - 30px); padding-bottom: 16.6667%; margin: 0px 15px; }
.aux-tile-4-2 { width: 33.3333%; padding-bottom: 16.6667%; }
.aux-tile-4-2 .aux-keep-aspect { height: 0px; padding-bottom: 83.3333%; }
.aux-tile-sg-4-2 { width: calc(33.3333% - 2px); padding-bottom: 16.6667%; margin: 0px 1px; }
.aux-tile-lg-4-2 { width: calc(33.3333% - 30px); padding-bottom: 16.6667%; margin: 0px 15px; }
.aux-tile-5-2 { width: 41.6667%; padding-bottom: 16.6667%; }
.aux-tile-5-2 .aux-keep-aspect { height: 0px; padding-bottom: 75%; }
.aux-tile-sg-5-2 { width: calc(41.6667% - 2px); padding-bottom: 16.6667%; margin: 0px 1px; }
.aux-tile-lg-5-2 { width: calc(41.6667% - 30px); padding-bottom: 16.6667%; margin: 0px 15px; }
.aux-tile-6-2 { width: 50%; padding-bottom: 16.6667%; }
.aux-tile-6-2 .aux-keep-aspect { height: 0px; padding-bottom: 66.6667%; }
.aux-tile-sg-6-2 { width: calc(50% - 2px); padding-bottom: 16.6667%; margin: 0px 1px; }
.aux-tile-lg-6-2 { width: calc(50% - 30px); padding-bottom: 16.6667%; margin: 0px 15px; }
.aux-tile-7-2 { width: 58.3333%; padding-bottom: 16.6667%; }
.aux-tile-7-2 .aux-keep-aspect { height: 0px; padding-bottom: 58.3333%; }
.aux-tile-sg-7-2 { width: calc(58.3333% - 2px); padding-bottom: 16.6667%; margin: 0px 1px; }
.aux-tile-lg-7-2 { width: calc(58.3333% - 30px); padding-bottom: 16.6667%; margin: 0px 15px; }
.aux-tile-8-2 { width: 66.6667%; padding-bottom: 16.6667%; }
.aux-tile-8-2 .aux-keep-aspect { height: 0px; padding-bottom: 50%; }
.aux-tile-sg-8-2 { width: calc(66.6667% - 2px); padding-bottom: 16.6667%; margin: 0px 1px; }
.aux-tile-lg-8-2 { width: calc(66.6667% - 30px); padding-bottom: 16.6667%; margin: 0px 15px; }
.aux-tile-9-2 { width: 75%; padding-bottom: 16.6667%; }
.aux-tile-9-2 .aux-keep-aspect { height: 0px; padding-bottom: 41.6667%; }
.aux-tile-sg-9-2 { width: calc(75% - 2px); padding-bottom: 16.6667%; margin: 0px 1px; }
.aux-tile-lg-9-2 { width: calc(75% - 30px); padding-bottom: 16.6667%; margin: 0px 15px; }
.aux-tile-10-2 { width: 83.3333%; padding-bottom: 16.6667%; }
.aux-tile-10-2 .aux-keep-aspect { height: 0px; padding-bottom: 33.3333%; }
.aux-tile-sg-10-2 { width: calc(83.3333% - 2px); padding-bottom: 16.6667%; margin: 0px 1px; }
.aux-tile-lg-10-2 { width: calc(83.3333% - 30px); padding-bottom: 16.6667%; margin: 0px 15px; }
.aux-tile-11-2 { width: 91.6667%; padding-bottom: 16.6667%; }
.aux-tile-11-2 .aux-keep-aspect { height: 0px; padding-bottom: 25%; }
.aux-tile-sg-11-2 { width: calc(91.6667% - 2px); padding-bottom: 16.6667%; margin: 0px 1px; }
.aux-tile-lg-11-2 { width: calc(91.6667% - 30px); padding-bottom: 16.6667%; margin: 0px 15px; }
.aux-tile-12-2 { width: 100%; padding-bottom: 16.6667%; }
.aux-tile-12-2 .aux-keep-aspect { height: 0px; padding-bottom: 16.6667%; }
.aux-tile-sg-12-2 { width: calc(100% - 2px); padding-bottom: 16.6667%; margin: 0px 1px; }
.aux-tile-lg-12-2 { width: calc(100% - 30px); padding-bottom: 16.6667%; margin: 0px 15px; }
.aux-tile-1-3 { width: 8.33333%; padding-bottom: 25%; }
.aux-tile-1-3 .aux-keep-aspect { height: 0px; padding-bottom: 116.667%; }
.aux-tile-sg-1-3 { width: calc(8.33333% - 2px); padding-bottom: 25%; margin: 0px 1px; }
.aux-tile-lg-1-3 { width: calc(8.33333% - 30px); padding-bottom: 25%; margin: 0px 15px; }
.aux-tile-2-3 { width: 16.6667%; padding-bottom: 25%; }
.aux-tile-2-3 .aux-keep-aspect { height: 0px; padding-bottom: 108.333%; }
.aux-tile-sg-2-3 { width: calc(16.6667% - 2px); padding-bottom: 25%; margin: 0px 1px; }
.aux-tile-lg-2-3 { width: calc(16.6667% - 30px); padding-bottom: 25%; margin: 0px 15px; }
.aux-tile-3-3 { width: 25%; padding-bottom: 25%; }
.aux-tile-3-3 .aux-keep-aspect { height: 0px; padding-bottom: 100%; }
.aux-tile-sg-3-3 { width: calc(25% - 2px); padding-bottom: 25%; margin: 0px 1px; }
.aux-tile-lg-3-3 { width: calc(25% - 30px); padding-bottom: 25%; margin: 0px 15px; }
.aux-tile-4-3 { width: 33.3333%; padding-bottom: 25%; }
.aux-tile-4-3 .aux-keep-aspect { height: 0px; padding-bottom: 91.6667%; }
.aux-tile-sg-4-3 { width: calc(33.3333% - 2px); padding-bottom: 25%; margin: 0px 1px; }
.aux-tile-lg-4-3 { width: calc(33.3333% - 30px); padding-bottom: 25%; margin: 0px 15px; }
.aux-tile-5-3 { width: 41.6667%; padding-bottom: 25%; }
.aux-tile-5-3 .aux-keep-aspect { height: 0px; padding-bottom: 83.3333%; }
.aux-tile-sg-5-3 { width: calc(41.6667% - 2px); padding-bottom: 25%; margin: 0px 1px; }
.aux-tile-lg-5-3 { width: calc(41.6667% - 30px); padding-bottom: 25%; margin: 0px 15px; }
.aux-tile-6-3 { width: 50%; padding-bottom: 25%; }
.aux-tile-6-3 .aux-keep-aspect { height: 0px; padding-bottom: 75%; }
.aux-tile-sg-6-3 { width: calc(50% - 2px); padding-bottom: 25%; margin: 0px 1px; }
.aux-tile-lg-6-3 { width: calc(50% - 30px); padding-bottom: 25%; margin: 0px 15px; }
.aux-tile-7-3 { width: 58.3333%; padding-bottom: 25%; }
.aux-tile-7-3 .aux-keep-aspect { height: 0px; padding-bottom: 66.6667%; }
.aux-tile-sg-7-3 { width: calc(58.3333% - 2px); padding-bottom: 25%; margin: 0px 1px; }
.aux-tile-lg-7-3 { width: calc(58.3333% - 30px); padding-bottom: 25%; margin: 0px 15px; }
.aux-tile-8-3 { width: 66.6667%; padding-bottom: 25%; }
.aux-tile-8-3 .aux-keep-aspect { height: 0px; padding-bottom: 58.3333%; }
.aux-tile-sg-8-3 { width: calc(66.6667% - 2px); padding-bottom: 25%; margin: 0px 1px; }
.aux-tile-lg-8-3 { width: calc(66.6667% - 30px); padding-bottom: 25%; margin: 0px 15px; }
.aux-tile-9-3 { width: 75%; padding-bottom: 25%; }
.aux-tile-9-3 .aux-keep-aspect { height: 0px; padding-bottom: 50%; }
.aux-tile-sg-9-3 { width: calc(75% - 2px); padding-bottom: 25%; margin: 0px 1px; }
.aux-tile-lg-9-3 { width: calc(75% - 30px); padding-bottom: 25%; margin: 0px 15px; }
.aux-tile-10-3 { width: 83.3333%; padding-bottom: 25%; }
.aux-tile-10-3 .aux-keep-aspect { height: 0px; padding-bottom: 41.6667%; }
.aux-tile-sg-10-3 { width: calc(83.3333% - 2px); padding-bottom: 25%; margin: 0px 1px; }
.aux-tile-lg-10-3 { width: calc(83.3333% - 30px); padding-bottom: 25%; margin: 0px 15px; }
.aux-tile-11-3 { width: 91.6667%; padding-bottom: 25%; }
.aux-tile-11-3 .aux-keep-aspect { height: 0px; padding-bottom: 33.3333%; }
.aux-tile-sg-11-3 { width: calc(91.6667% - 2px); padding-bottom: 25%; margin: 0px 1px; }
.aux-tile-lg-11-3 { width: calc(91.6667% - 30px); padding-bottom: 25%; margin: 0px 15px; }
.aux-tile-12-3 { width: 100%; padding-bottom: 25%; }
.aux-tile-12-3 .aux-keep-aspect { height: 0px; padding-bottom: 25%; }
.aux-tile-sg-12-3 { width: calc(100% - 2px); padding-bottom: 25%; margin: 0px 1px; }
.aux-tile-lg-12-3 { width: calc(100% - 30px); padding-bottom: 25%; margin: 0px 15px; }
.aux-tile-1-4 { width: 8.33333%; padding-bottom: 33.3333%; }
.aux-tile-1-4 .aux-keep-aspect { height: 0px; padding-bottom: 125%; }
.aux-tile-sg-1-4 { width: calc(8.33333% - 2px); padding-bottom: 33.3333%; margin: 0px 1px; }
.aux-tile-lg-1-4 { width: calc(8.33333% - 30px); padding-bottom: 33.3333%; margin: 0px 15px; }
.aux-tile-2-4 { width: 16.6667%; padding-bottom: 33.3333%; }
.aux-tile-2-4 .aux-keep-aspect { height: 0px; padding-bottom: 116.667%; }
.aux-tile-sg-2-4 { width: calc(16.6667% - 2px); padding-bottom: 33.3333%; margin: 0px 1px; }
.aux-tile-lg-2-4 { width: calc(16.6667% - 30px); padding-bottom: 33.3333%; margin: 0px 15px; }
.aux-tile-3-4 { width: 25%; padding-bottom: 33.3333%; }
.aux-tile-3-4 .aux-keep-aspect { height: 0px; padding-bottom: 108.333%; }
.aux-tile-sg-3-4 { width: calc(25% - 2px); padding-bottom: 33.3333%; margin: 0px 1px; }
.aux-tile-lg-3-4 { width: calc(25% - 30px); padding-bottom: 33.3333%; margin: 0px 15px; }
.aux-tile-4-4 { width: 33.3333%; padding-bottom: 33.3333%; }
.aux-tile-4-4 .aux-keep-aspect { height: 0px; padding-bottom: 100%; }
.aux-tile-sg-4-4 { width: calc(33.3333% - 2px); padding-bottom: 33.3333%; margin: 0px 1px; }
.aux-tile-lg-4-4 { width: calc(33.3333% - 30px); padding-bottom: 33.3333%; margin: 0px 15px; }
.aux-tile-5-4 { width: 41.6667%; padding-bottom: 33.3333%; }
.aux-tile-5-4 .aux-keep-aspect { height: 0px; padding-bottom: 91.6667%; }
.aux-tile-sg-5-4 { width: calc(41.6667% - 2px); padding-bottom: 33.3333%; margin: 0px 1px; }
.aux-tile-lg-5-4 { width: calc(41.6667% - 30px); padding-bottom: 33.3333%; margin: 0px 15px; }
.aux-tile-6-4 { width: 50%; padding-bottom: 33.3333%; }
.aux-tile-6-4 .aux-keep-aspect { height: 0px; padding-bottom: 83.3333%; }
.aux-tile-sg-6-4 { width: calc(50% - 2px); padding-bottom: 33.3333%; margin: 0px 1px; }
.aux-tile-lg-6-4 { width: calc(50% - 30px); padding-bottom: 33.3333%; margin: 0px 15px; }
.aux-tile-7-4 { width: 58.3333%; padding-bottom: 33.3333%; }
.aux-tile-7-4 .aux-keep-aspect { height: 0px; padding-bottom: 75%; }
.aux-tile-sg-7-4 { width: calc(58.3333% - 2px); padding-bottom: 33.3333%; margin: 0px 1px; }
.aux-tile-lg-7-4 { width: calc(58.3333% - 30px); padding-bottom: 33.3333%; margin: 0px 15px; }
.aux-tile-8-4 { width: 66.6667%; padding-bottom: 33.3333%; }
.aux-tile-8-4 .aux-keep-aspect { height: 0px; padding-bottom: 66.6667%; }
.aux-tile-sg-8-4 { width: calc(66.6667% - 2px); padding-bottom: 33.3333%; margin: 0px 1px; }
.aux-tile-lg-8-4 { width: calc(66.6667% - 30px); padding-bottom: 33.3333%; margin: 0px 15px; }
.aux-tile-9-4 { width: 75%; padding-bottom: 33.3333%; }
.aux-tile-9-4 .aux-keep-aspect { height: 0px; padding-bottom: 58.3333%; }
.aux-tile-sg-9-4 { width: calc(75% - 2px); padding-bottom: 33.3333%; margin: 0px 1px; }
.aux-tile-lg-9-4 { width: calc(75% - 30px); padding-bottom: 33.3333%; margin: 0px 15px; }
.aux-tile-10-4 { width: 83.3333%; padding-bottom: 33.3333%; }
.aux-tile-10-4 .aux-keep-aspect { height: 0px; padding-bottom: 50%; }
.aux-tile-sg-10-4 { width: calc(83.3333% - 2px); padding-bottom: 33.3333%; margin: 0px 1px; }
.aux-tile-lg-10-4 { width: calc(83.3333% - 30px); padding-bottom: 33.3333%; margin: 0px 15px; }
.aux-tile-11-4 { width: 91.6667%; padding-bottom: 33.3333%; }
.aux-tile-11-4 .aux-keep-aspect { height: 0px; padding-bottom: 41.6667%; }
.aux-tile-sg-11-4 { width: calc(91.6667% - 2px); padding-bottom: 33.3333%; margin: 0px 1px; }
.aux-tile-lg-11-4 { width: calc(91.6667% - 30px); padding-bottom: 33.3333%; margin: 0px 15px; }
.aux-tile-12-4 { width: 100%; padding-bottom: 33.3333%; }
.aux-tile-12-4 .aux-keep-aspect { height: 0px; padding-bottom: 33.3333%; }
.aux-tile-sg-12-4 { width: calc(100% - 2px); padding-bottom: 33.3333%; margin: 0px 1px; }
.aux-tile-lg-12-4 { width: calc(100% - 30px); padding-bottom: 33.3333%; margin: 0px 15px; }
.aux-tile-1-5 { width: 8.33333%; padding-bottom: 41.6667%; }
.aux-tile-1-5 .aux-keep-aspect { height: 0px; padding-bottom: 133.333%; }
.aux-tile-sg-1-5 { width: calc(8.33333% - 2px); padding-bottom: 41.6667%; margin: 0px 1px; }
.aux-tile-lg-1-5 { width: calc(8.33333% - 30px); padding-bottom: 41.6667%; margin: 0px 15px; }
.aux-tile-2-5 { width: 16.6667%; padding-bottom: 41.6667%; }
.aux-tile-2-5 .aux-keep-aspect { height: 0px; padding-bottom: 125%; }
.aux-tile-sg-2-5 { width: calc(16.6667% - 2px); padding-bottom: 41.6667%; margin: 0px 1px; }
.aux-tile-lg-2-5 { width: calc(16.6667% - 30px); padding-bottom: 41.6667%; margin: 0px 15px; }
.aux-tile-3-5 { width: 25%; padding-bottom: 41.6667%; }
.aux-tile-3-5 .aux-keep-aspect { height: 0px; padding-bottom: 116.667%; }
.aux-tile-sg-3-5 { width: calc(25% - 2px); padding-bottom: 41.6667%; margin: 0px 1px; }
.aux-tile-lg-3-5 { width: calc(25% - 30px); padding-bottom: 41.6667%; margin: 0px 15px; }
.aux-tile-4-5 { width: 33.3333%; padding-bottom: 41.6667%; }
.aux-tile-4-5 .aux-keep-aspect { height: 0px; padding-bottom: 108.333%; }
.aux-tile-sg-4-5 { width: calc(33.3333% - 2px); padding-bottom: 41.6667%; margin: 0px 1px; }
.aux-tile-lg-4-5 { width: calc(33.3333% - 30px); padding-bottom: 41.6667%; margin: 0px 15px; }
.aux-tile-5-5 { width: 41.6667%; padding-bottom: 41.6667%; }
.aux-tile-5-5 .aux-keep-aspect { height: 0px; padding-bottom: 100%; }
.aux-tile-sg-5-5 { width: calc(41.6667% - 2px); padding-bottom: 41.6667%; margin: 0px 1px; }
.aux-tile-lg-5-5 { width: calc(41.6667% - 30px); padding-bottom: 41.6667%; margin: 0px 15px; }
.aux-tile-6-5 { width: 50%; padding-bottom: 41.6667%; }
.aux-tile-6-5 .aux-keep-aspect { height: 0px; padding-bottom: 91.6667%; }
.aux-tile-sg-6-5 { width: calc(50% - 2px); padding-bottom: 41.6667%; margin: 0px 1px; }
.aux-tile-lg-6-5 { width: calc(50% - 30px); padding-bottom: 41.6667%; margin: 0px 15px; }
.aux-tile-7-5 { width: 58.3333%; padding-bottom: 41.6667%; }
.aux-tile-7-5 .aux-keep-aspect { height: 0px; padding-bottom: 83.3333%; }
.aux-tile-sg-7-5 { width: calc(58.3333% - 2px); padding-bottom: 41.6667%; margin: 0px 1px; }
.aux-tile-lg-7-5 { width: calc(58.3333% - 30px); padding-bottom: 41.6667%; margin: 0px 15px; }
.aux-tile-8-5 { width: 66.6667%; padding-bottom: 41.6667%; }
.aux-tile-8-5 .aux-keep-aspect { height: 0px; padding-bottom: 75%; }
.aux-tile-sg-8-5 { width: calc(66.6667% - 2px); padding-bottom: 41.6667%; margin: 0px 1px; }
.aux-tile-lg-8-5 { width: calc(66.6667% - 30px); padding-bottom: 41.6667%; margin: 0px 15px; }
.aux-tile-9-5 { width: 75%; padding-bottom: 41.6667%; }
.aux-tile-9-5 .aux-keep-aspect { height: 0px; padding-bottom: 66.6667%; }
.aux-tile-sg-9-5 { width: calc(75% - 2px); padding-bottom: 41.6667%; margin: 0px 1px; }
.aux-tile-lg-9-5 { width: calc(75% - 30px); padding-bottom: 41.6667%; margin: 0px 15px; }
.aux-tile-10-5 { width: 83.3333%; padding-bottom: 41.6667%; }
.aux-tile-10-5 .aux-keep-aspect { height: 0px; padding-bottom: 58.3333%; }
.aux-tile-sg-10-5 { width: calc(83.3333% - 2px); padding-bottom: 41.6667%; margin: 0px 1px; }
.aux-tile-lg-10-5 { width: calc(83.3333% - 30px); padding-bottom: 41.6667%; margin: 0px 15px; }
.aux-tile-11-5 { width: 91.6667%; padding-bottom: 41.6667%; }
.aux-tile-11-5 .aux-keep-aspect { height: 0px; padding-bottom: 50%; }
.aux-tile-sg-11-5 { width: calc(91.6667% - 2px); padding-bottom: 41.6667%; margin: 0px 1px; }
.aux-tile-lg-11-5 { width: calc(91.6667% - 30px); padding-bottom: 41.6667%; margin: 0px 15px; }
.aux-tile-12-5 { width: 100%; padding-bottom: 41.6667%; }
.aux-tile-12-5 .aux-keep-aspect { height: 0px; padding-bottom: 41.6667%; }
.aux-tile-sg-12-5 { width: calc(100% - 2px); padding-bottom: 41.6667%; margin: 0px 1px; }
.aux-tile-lg-12-5 { width: calc(100% - 30px); padding-bottom: 41.6667%; margin: 0px 15px; }
.aux-tile-1-6 { width: 8.33333%; padding-bottom: 50%; }
.aux-tile-1-6 .aux-keep-aspect { height: 0px; padding-bottom: 141.667%; }
.aux-tile-sg-1-6 { width: calc(8.33333% - 2px); padding-bottom: 50%; margin: 0px 1px; }
.aux-tile-lg-1-6 { width: calc(8.33333% - 30px); padding-bottom: 50%; margin: 0px 15px; }
.aux-tile-2-6 { width: 16.6667%; padding-bottom: 50%; }
.aux-tile-2-6 .aux-keep-aspect { height: 0px; padding-bottom: 133.333%; }
.aux-tile-sg-2-6 { width: calc(16.6667% - 2px); padding-bottom: 50%; margin: 0px 1px; }
.aux-tile-lg-2-6 { width: calc(16.6667% - 30px); padding-bottom: 50%; margin: 0px 15px; }
.aux-tile-3-6 { width: 25%; padding-bottom: 50%; }
.aux-tile-3-6 .aux-keep-aspect { height: 0px; padding-bottom: 125%; }
.aux-tile-sg-3-6 { width: calc(25% - 2px); padding-bottom: 50%; margin: 0px 1px; }
.aux-tile-lg-3-6 { width: calc(25% - 30px); padding-bottom: 50%; margin: 0px 15px; }
.aux-tile-4-6 { width: 33.3333%; padding-bottom: 50%; }
.aux-tile-4-6 .aux-keep-aspect { height: 0px; padding-bottom: 116.667%; }
.aux-tile-sg-4-6 { width: calc(33.3333% - 2px); padding-bottom: 50%; margin: 0px 1px; }
.aux-tile-lg-4-6 { width: calc(33.3333% - 30px); padding-bottom: 50%; margin: 0px 15px; }
.aux-tile-5-6 { width: 41.6667%; padding-bottom: 50%; }
.aux-tile-5-6 .aux-keep-aspect { height: 0px; padding-bottom: 108.333%; }
.aux-tile-sg-5-6 { width: calc(41.6667% - 2px); padding-bottom: 50%; margin: 0px 1px; }
.aux-tile-lg-5-6 { width: calc(41.6667% - 30px); padding-bottom: 50%; margin: 0px 15px; }
.aux-tile-6-6 { width: 50%; padding-bottom: 50%; }
.aux-tile-6-6 .aux-keep-aspect { height: 0px; padding-bottom: 100%; }
.aux-tile-sg-6-6 { width: calc(50% - 2px); padding-bottom: 50%; margin: 0px 1px; }
.aux-tile-lg-6-6 { width: calc(50% - 30px); padding-bottom: 50%; margin: 0px 15px; }
.aux-tile-7-6 { width: 58.3333%; padding-bottom: 50%; }
.aux-tile-7-6 .aux-keep-aspect { height: 0px; padding-bottom: 91.6667%; }
.aux-tile-sg-7-6 { width: calc(58.3333% - 2px); padding-bottom: 50%; margin: 0px 1px; }
.aux-tile-lg-7-6 { width: calc(58.3333% - 30px); padding-bottom: 50%; margin: 0px 15px; }
.aux-tile-8-6 { width: 66.6667%; padding-bottom: 50%; }
.aux-tile-8-6 .aux-keep-aspect { height: 0px; padding-bottom: 83.3333%; }
.aux-tile-sg-8-6 { width: calc(66.6667% - 2px); padding-bottom: 50%; margin: 0px 1px; }
.aux-tile-lg-8-6 { width: calc(66.6667% - 30px); padding-bottom: 50%; margin: 0px 15px; }
.aux-tile-9-6 { width: 75%; padding-bottom: 50%; }
.aux-tile-9-6 .aux-keep-aspect { height: 0px; padding-bottom: 75%; }
.aux-tile-sg-9-6 { width: calc(75% - 2px); padding-bottom: 50%; margin: 0px 1px; }
.aux-tile-lg-9-6 { width: calc(75% - 30px); padding-bottom: 50%; margin: 0px 15px; }
.aux-tile-10-6 { width: 83.3333%; padding-bottom: 50%; }
.aux-tile-10-6 .aux-keep-aspect { height: 0px; padding-bottom: 66.6667%; }
.aux-tile-sg-10-6 { width: calc(83.3333% - 2px); padding-bottom: 50%; margin: 0px 1px; }
.aux-tile-lg-10-6 { width: calc(83.3333% - 30px); padding-bottom: 50%; margin: 0px 15px; }
.aux-tile-11-6 { width: 91.6667%; padding-bottom: 50%; }
.aux-tile-11-6 .aux-keep-aspect { height: 0px; padding-bottom: 58.3333%; }
.aux-tile-sg-11-6 { width: calc(91.6667% - 2px); padding-bottom: 50%; margin: 0px 1px; }
.aux-tile-lg-11-6 { width: calc(91.6667% - 30px); padding-bottom: 50%; margin: 0px 15px; }
.aux-tile-12-6 { width: 100%; padding-bottom: 50%; }
.aux-tile-12-6 .aux-keep-aspect { height: 0px; padding-bottom: 50%; }
.aux-tile-sg-12-6 { width: calc(100% - 2px); padding-bottom: 50%; margin: 0px 1px; }
.aux-tile-lg-12-6 { width: calc(100% - 30px); padding-bottom: 50%; margin: 0px 15px; }
.aux-tile-1-7 { width: 8.33333%; padding-bottom: 58.3333%; }
.aux-tile-1-7 .aux-keep-aspect { height: 0px; padding-bottom: 150%; }
.aux-tile-sg-1-7 { width: calc(8.33333% - 2px); padding-bottom: 58.3333%; margin: 0px 1px; }
.aux-tile-lg-1-7 { width: calc(8.33333% - 30px); padding-bottom: 58.3333%; margin: 0px 15px; }
.aux-tile-2-7 { width: 16.6667%; padding-bottom: 58.3333%; }
.aux-tile-2-7 .aux-keep-aspect { height: 0px; padding-bottom: 141.667%; }
.aux-tile-sg-2-7 { width: calc(16.6667% - 2px); padding-bottom: 58.3333%; margin: 0px 1px; }
.aux-tile-lg-2-7 { width: calc(16.6667% - 30px); padding-bottom: 58.3333%; margin: 0px 15px; }
.aux-tile-3-7 { width: 25%; padding-bottom: 58.3333%; }
.aux-tile-3-7 .aux-keep-aspect { height: 0px; padding-bottom: 133.333%; }
.aux-tile-sg-3-7 { width: calc(25% - 2px); padding-bottom: 58.3333%; margin: 0px 1px; }
.aux-tile-lg-3-7 { width: calc(25% - 30px); padding-bottom: 58.3333%; margin: 0px 15px; }
.aux-tile-4-7 { width: 33.3333%; padding-bottom: 58.3333%; }
.aux-tile-4-7 .aux-keep-aspect { height: 0px; padding-bottom: 125%; }
.aux-tile-sg-4-7 { width: calc(33.3333% - 2px); padding-bottom: 58.3333%; margin: 0px 1px; }
.aux-tile-lg-4-7 { width: calc(33.3333% - 30px); padding-bottom: 58.3333%; margin: 0px 15px; }
.aux-tile-5-7 { width: 41.6667%; padding-bottom: 58.3333%; }
.aux-tile-5-7 .aux-keep-aspect { height: 0px; padding-bottom: 116.667%; }
.aux-tile-sg-5-7 { width: calc(41.6667% - 2px); padding-bottom: 58.3333%; margin: 0px 1px; }
.aux-tile-lg-5-7 { width: calc(41.6667% - 30px); padding-bottom: 58.3333%; margin: 0px 15px; }
.aux-tile-6-7 { width: 50%; padding-bottom: 58.3333%; }
.aux-tile-6-7 .aux-keep-aspect { height: 0px; padding-bottom: 108.333%; }
.aux-tile-sg-6-7 { width: calc(50% - 2px); padding-bottom: 58.3333%; margin: 0px 1px; }
.aux-tile-lg-6-7 { width: calc(50% - 30px); padding-bottom: 58.3333%; margin: 0px 15px; }
.aux-tile-7-7 { width: 58.3333%; padding-bottom: 58.3333%; }
.aux-tile-7-7 .aux-keep-aspect { height: 0px; padding-bottom: 100%; }
.aux-tile-sg-7-7 { width: calc(58.3333% - 2px); padding-bottom: 58.3333%; margin: 0px 1px; }
.aux-tile-lg-7-7 { width: calc(58.3333% - 30px); padding-bottom: 58.3333%; margin: 0px 15px; }
.aux-tile-8-7 { width: 66.6667%; padding-bottom: 58.3333%; }
.aux-tile-8-7 .aux-keep-aspect { height: 0px; padding-bottom: 91.6667%; }
.aux-tile-sg-8-7 { width: calc(66.6667% - 2px); padding-bottom: 58.3333%; margin: 0px 1px; }
.aux-tile-lg-8-7 { width: calc(66.6667% - 30px); padding-bottom: 58.3333%; margin: 0px 15px; }
.aux-tile-9-7 { width: 75%; padding-bottom: 58.3333%; }
.aux-tile-9-7 .aux-keep-aspect { height: 0px; padding-bottom: 83.3333%; }
.aux-tile-sg-9-7 { width: calc(75% - 2px); padding-bottom: 58.3333%; margin: 0px 1px; }
.aux-tile-lg-9-7 { width: calc(75% - 30px); padding-bottom: 58.3333%; margin: 0px 15px; }
.aux-tile-10-7 { width: 83.3333%; padding-bottom: 58.3333%; }
.aux-tile-10-7 .aux-keep-aspect { height: 0px; padding-bottom: 75%; }
.aux-tile-sg-10-7 { width: calc(83.3333% - 2px); padding-bottom: 58.3333%; margin: 0px 1px; }
.aux-tile-lg-10-7 { width: calc(83.3333% - 30px); padding-bottom: 58.3333%; margin: 0px 15px; }
.aux-tile-11-7 { width: 91.6667%; padding-bottom: 58.3333%; }
.aux-tile-11-7 .aux-keep-aspect { height: 0px; padding-bottom: 66.6667%; }
.aux-tile-sg-11-7 { width: calc(91.6667% - 2px); padding-bottom: 58.3333%; margin: 0px 1px; }
.aux-tile-lg-11-7 { width: calc(91.6667% - 30px); padding-bottom: 58.3333%; margin: 0px 15px; }
.aux-tile-12-7 { width: 100%; padding-bottom: 58.3333%; }
.aux-tile-12-7 .aux-keep-aspect { height: 0px; padding-bottom: 58.3333%; }
.aux-tile-sg-12-7 { width: calc(100% - 2px); padding-bottom: 58.3333%; margin: 0px 1px; }
.aux-tile-lg-12-7 { width: calc(100% - 30px); padding-bottom: 58.3333%; margin: 0px 15px; }
.aux-tile-1-8 { width: 8.33333%; padding-bottom: 66.6667%; }
.aux-tile-1-8 .aux-keep-aspect { height: 0px; padding-bottom: 158.333%; }
.aux-tile-sg-1-8 { width: calc(8.33333% - 2px); padding-bottom: 66.6667%; margin: 0px 1px; }
.aux-tile-lg-1-8 { width: calc(8.33333% - 30px); padding-bottom: 66.6667%; margin: 0px 15px; }
.aux-tile-2-8 { width: 16.6667%; padding-bottom: 66.6667%; }
.aux-tile-2-8 .aux-keep-aspect { height: 0px; padding-bottom: 150%; }
.aux-tile-sg-2-8 { width: calc(16.6667% - 2px); padding-bottom: 66.6667%; margin: 0px 1px; }
.aux-tile-lg-2-8 { width: calc(16.6667% - 30px); padding-bottom: 66.6667%; margin: 0px 15px; }
.aux-tile-3-8 { width: 25%; padding-bottom: 66.6667%; }
.aux-tile-3-8 .aux-keep-aspect { height: 0px; padding-bottom: 141.667%; }
.aux-tile-sg-3-8 { width: calc(25% - 2px); padding-bottom: 66.6667%; margin: 0px 1px; }
.aux-tile-lg-3-8 { width: calc(25% - 30px); padding-bottom: 66.6667%; margin: 0px 15px; }
.aux-tile-4-8 { width: 33.3333%; padding-bottom: 66.6667%; }
.aux-tile-4-8 .aux-keep-aspect { height: 0px; padding-bottom: 133.333%; }
.aux-tile-sg-4-8 { width: calc(33.3333% - 2px); padding-bottom: 66.6667%; margin: 0px 1px; }
.aux-tile-lg-4-8 { width: calc(33.3333% - 30px); padding-bottom: 66.6667%; margin: 0px 15px; }
.aux-tile-5-8 { width: 41.6667%; padding-bottom: 66.6667%; }
.aux-tile-5-8 .aux-keep-aspect { height: 0px; padding-bottom: 125%; }
.aux-tile-sg-5-8 { width: calc(41.6667% - 2px); padding-bottom: 66.6667%; margin: 0px 1px; }
.aux-tile-lg-5-8 { width: calc(41.6667% - 30px); padding-bottom: 66.6667%; margin: 0px 15px; }
.aux-tile-6-8 { width: 50%; padding-bottom: 66.6667%; }
.aux-tile-6-8 .aux-keep-aspect { height: 0px; padding-bottom: 116.667%; }
.aux-tile-sg-6-8 { width: calc(50% - 2px); padding-bottom: 66.6667%; margin: 0px 1px; }
.aux-tile-lg-6-8 { width: calc(50% - 30px); padding-bottom: 66.6667%; margin: 0px 15px; }
.aux-tile-7-8 { width: 58.3333%; padding-bottom: 66.6667%; }
.aux-tile-7-8 .aux-keep-aspect { height: 0px; padding-bottom: 108.333%; }
.aux-tile-sg-7-8 { width: calc(58.3333% - 2px); padding-bottom: 66.6667%; margin: 0px 1px; }
.aux-tile-lg-7-8 { width: calc(58.3333% - 30px); padding-bottom: 66.6667%; margin: 0px 15px; }
.aux-tile-8-8 { width: 66.6667%; padding-bottom: 66.6667%; }
.aux-tile-8-8 .aux-keep-aspect { height: 0px; padding-bottom: 100%; }
.aux-tile-sg-8-8 { width: calc(66.6667% - 2px); padding-bottom: 66.6667%; margin: 0px 1px; }
.aux-tile-lg-8-8 { width: calc(66.6667% - 30px); padding-bottom: 66.6667%; margin: 0px 15px; }
.aux-tile-9-8 { width: 75%; padding-bottom: 66.6667%; }
.aux-tile-9-8 .aux-keep-aspect { height: 0px; padding-bottom: 91.6667%; }
.aux-tile-sg-9-8 { width: calc(75% - 2px); padding-bottom: 66.6667%; margin: 0px 1px; }
.aux-tile-lg-9-8 { width: calc(75% - 30px); padding-bottom: 66.6667%; margin: 0px 15px; }
.aux-tile-10-8 { width: 83.3333%; padding-bottom: 66.6667%; }
.aux-tile-10-8 .aux-keep-aspect { height: 0px; padding-bottom: 83.3333%; }
.aux-tile-sg-10-8 { width: calc(83.3333% - 2px); padding-bottom: 66.6667%; margin: 0px 1px; }
.aux-tile-lg-10-8 { width: calc(83.3333% - 30px); padding-bottom: 66.6667%; margin: 0px 15px; }
.aux-tile-11-8 { width: 91.6667%; padding-bottom: 66.6667%; }
.aux-tile-11-8 .aux-keep-aspect { height: 0px; padding-bottom: 75%; }
.aux-tile-sg-11-8 { width: calc(91.6667% - 2px); padding-bottom: 66.6667%; margin: 0px 1px; }
.aux-tile-lg-11-8 { width: calc(91.6667% - 30px); padding-bottom: 66.6667%; margin: 0px 15px; }
.aux-tile-12-8 { width: 100%; padding-bottom: 66.6667%; }
.aux-tile-12-8 .aux-keep-aspect { height: 0px; padding-bottom: 66.6667%; }
.aux-tile-sg-12-8 { width: calc(100% - 2px); padding-bottom: 66.6667%; margin: 0px 1px; }
.aux-tile-lg-12-8 { width: calc(100% - 30px); padding-bottom: 66.6667%; margin: 0px 15px; }
.aux-tile-1-9 { width: 8.33333%; padding-bottom: 75%; }
.aux-tile-1-9 .aux-keep-aspect { height: 0px; padding-bottom: 166.667%; }
.aux-tile-sg-1-9 { width: calc(8.33333% - 2px); padding-bottom: 75%; margin: 0px 1px; }
.aux-tile-lg-1-9 { width: calc(8.33333% - 30px); padding-bottom: 75%; margin: 0px 15px; }
.aux-tile-2-9 { width: 16.6667%; padding-bottom: 75%; }
.aux-tile-2-9 .aux-keep-aspect { height: 0px; padding-bottom: 158.333%; }
.aux-tile-sg-2-9 { width: calc(16.6667% - 2px); padding-bottom: 75%; margin: 0px 1px; }
.aux-tile-lg-2-9 { width: calc(16.6667% - 30px); padding-bottom: 75%; margin: 0px 15px; }
.aux-tile-3-9 { width: 25%; padding-bottom: 75%; }
.aux-tile-3-9 .aux-keep-aspect { height: 0px; padding-bottom: 150%; }
.aux-tile-sg-3-9 { width: calc(25% - 2px); padding-bottom: 75%; margin: 0px 1px; }
.aux-tile-lg-3-9 { width: calc(25% - 30px); padding-bottom: 75%; margin: 0px 15px; }
.aux-tile-4-9 { width: 33.3333%; padding-bottom: 75%; }
.aux-tile-4-9 .aux-keep-aspect { height: 0px; padding-bottom: 141.667%; }
.aux-tile-sg-4-9 { width: calc(33.3333% - 2px); padding-bottom: 75%; margin: 0px 1px; }
.aux-tile-lg-4-9 { width: calc(33.3333% - 30px); padding-bottom: 75%; margin: 0px 15px; }
.aux-tile-5-9 { width: 41.6667%; padding-bottom: 75%; }
.aux-tile-5-9 .aux-keep-aspect { height: 0px; padding-bottom: 133.333%; }
.aux-tile-sg-5-9 { width: calc(41.6667% - 2px); padding-bottom: 75%; margin: 0px 1px; }
.aux-tile-lg-5-9 { width: calc(41.6667% - 30px); padding-bottom: 75%; margin: 0px 15px; }
.aux-tile-6-9 { width: 50%; padding-bottom: 75%; }
.aux-tile-6-9 .aux-keep-aspect { height: 0px; padding-bottom: 125%; }
.aux-tile-sg-6-9 { width: calc(50% - 2px); padding-bottom: 75%; margin: 0px 1px; }
.aux-tile-lg-6-9 { width: calc(50% - 30px); padding-bottom: 75%; margin: 0px 15px; }
.aux-tile-7-9 { width: 58.3333%; padding-bottom: 75%; }
.aux-tile-7-9 .aux-keep-aspect { height: 0px; padding-bottom: 116.667%; }
.aux-tile-sg-7-9 { width: calc(58.3333% - 2px); padding-bottom: 75%; margin: 0px 1px; }
.aux-tile-lg-7-9 { width: calc(58.3333% - 30px); padding-bottom: 75%; margin: 0px 15px; }
.aux-tile-8-9 { width: 66.6667%; padding-bottom: 75%; }
.aux-tile-8-9 .aux-keep-aspect { height: 0px; padding-bottom: 108.333%; }
.aux-tile-sg-8-9 { width: calc(66.6667% - 2px); padding-bottom: 75%; margin: 0px 1px; }
.aux-tile-lg-8-9 { width: calc(66.6667% - 30px); padding-bottom: 75%; margin: 0px 15px; }
.aux-tile-9-9 { width: 75%; padding-bottom: 75%; }
.aux-tile-9-9 .aux-keep-aspect { height: 0px; padding-bottom: 100%; }
.aux-tile-sg-9-9 { width: calc(75% - 2px); padding-bottom: 75%; margin: 0px 1px; }
.aux-tile-lg-9-9 { width: calc(75% - 30px); padding-bottom: 75%; margin: 0px 15px; }
.aux-tile-10-9 { width: 83.3333%; padding-bottom: 75%; }
.aux-tile-10-9 .aux-keep-aspect { height: 0px; padding-bottom: 91.6667%; }
.aux-tile-sg-10-9 { width: calc(83.3333% - 2px); padding-bottom: 75%; margin: 0px 1px; }
.aux-tile-lg-10-9 { width: calc(83.3333% - 30px); padding-bottom: 75%; margin: 0px 15px; }
.aux-tile-11-9 { width: 91.6667%; padding-bottom: 75%; }
.aux-tile-11-9 .aux-keep-aspect { height: 0px; padding-bottom: 83.3333%; }
.aux-tile-sg-11-9 { width: calc(91.6667% - 2px); padding-bottom: 75%; margin: 0px 1px; }
.aux-tile-lg-11-9 { width: calc(91.6667% - 30px); padding-bottom: 75%; margin: 0px 15px; }
.aux-tile-12-9 { width: 100%; padding-bottom: 75%; }
.aux-tile-12-9 .aux-keep-aspect { height: 0px; padding-bottom: 75%; }
.aux-tile-sg-12-9 { width: calc(100% - 2px); padding-bottom: 75%; margin: 0px 1px; }
.aux-tile-lg-12-9 { width: calc(100% - 30px); padding-bottom: 75%; margin: 0px 15px; }
.aux-tile-1-10 { width: 8.33333%; padding-bottom: 83.3333%; }
.aux-tile-1-10 .aux-keep-aspect { height: 0px; padding-bottom: 175%; }
.aux-tile-sg-1-10 { width: calc(8.33333% - 2px); padding-bottom: 83.3333%; margin: 0px 1px; }
.aux-tile-lg-1-10 { width: calc(8.33333% - 30px); padding-bottom: 83.3333%; margin: 0px 15px; }
.aux-tile-2-10 { width: 16.6667%; padding-bottom: 83.3333%; }
.aux-tile-2-10 .aux-keep-aspect { height: 0px; padding-bottom: 166.667%; }
.aux-tile-sg-2-10 { width: calc(16.6667% - 2px); padding-bottom: 83.3333%; margin: 0px 1px; }
.aux-tile-lg-2-10 { width: calc(16.6667% - 30px); padding-bottom: 83.3333%; margin: 0px 15px; }
.aux-tile-3-10 { width: 25%; padding-bottom: 83.3333%; }
.aux-tile-3-10 .aux-keep-aspect { height: 0px; padding-bottom: 158.333%; }
.aux-tile-sg-3-10 { width: calc(25% - 2px); padding-bottom: 83.3333%; margin: 0px 1px; }
.aux-tile-lg-3-10 { width: calc(25% - 30px); padding-bottom: 83.3333%; margin: 0px 15px; }
.aux-tile-4-10 { width: 33.3333%; padding-bottom: 83.3333%; }
.aux-tile-4-10 .aux-keep-aspect { height: 0px; padding-bottom: 150%; }
.aux-tile-sg-4-10 { width: calc(33.3333% - 2px); padding-bottom: 83.3333%; margin: 0px 1px; }
.aux-tile-lg-4-10 { width: calc(33.3333% - 30px); padding-bottom: 83.3333%; margin: 0px 15px; }
.aux-tile-5-10 { width: 41.6667%; padding-bottom: 83.3333%; }
.aux-tile-5-10 .aux-keep-aspect { height: 0px; padding-bottom: 141.667%; }
.aux-tile-sg-5-10 { width: calc(41.6667% - 2px); padding-bottom: 83.3333%; margin: 0px 1px; }
.aux-tile-lg-5-10 { width: calc(41.6667% - 30px); padding-bottom: 83.3333%; margin: 0px 15px; }
.aux-tile-6-10 { width: 50%; padding-bottom: 83.3333%; }
.aux-tile-6-10 .aux-keep-aspect { height: 0px; padding-bottom: 133.333%; }
.aux-tile-sg-6-10 { width: calc(50% - 2px); padding-bottom: 83.3333%; margin: 0px 1px; }
.aux-tile-lg-6-10 { width: calc(50% - 30px); padding-bottom: 83.3333%; margin: 0px 15px; }
.aux-tile-7-10 { width: 58.3333%; padding-bottom: 83.3333%; }
.aux-tile-7-10 .aux-keep-aspect { height: 0px; padding-bottom: 125%; }
.aux-tile-sg-7-10 { width: calc(58.3333% - 2px); padding-bottom: 83.3333%; margin: 0px 1px; }
.aux-tile-lg-7-10 { width: calc(58.3333% - 30px); padding-bottom: 83.3333%; margin: 0px 15px; }
.aux-tile-8-10 { width: 66.6667%; padding-bottom: 83.3333%; }
.aux-tile-8-10 .aux-keep-aspect { height: 0px; padding-bottom: 116.667%; }
.aux-tile-sg-8-10 { width: calc(66.6667% - 2px); padding-bottom: 83.3333%; margin: 0px 1px; }
.aux-tile-lg-8-10 { width: calc(66.6667% - 30px); padding-bottom: 83.3333%; margin: 0px 15px; }
.aux-tile-9-10 { width: 75%; padding-bottom: 83.3333%; }
.aux-tile-9-10 .aux-keep-aspect { height: 0px; padding-bottom: 108.333%; }
.aux-tile-sg-9-10 { width: calc(75% - 2px); padding-bottom: 83.3333%; margin: 0px 1px; }
.aux-tile-lg-9-10 { width: calc(75% - 30px); padding-bottom: 83.3333%; margin: 0px 15px; }
.aux-tile-10-10 { width: 83.3333%; padding-bottom: 83.3333%; }
.aux-tile-10-10 .aux-keep-aspect { height: 0px; padding-bottom: 100%; }
.aux-tile-sg-10-10 { width: calc(83.3333% - 2px); padding-bottom: 83.3333%; margin: 0px 1px; }
.aux-tile-lg-10-10 { width: calc(83.3333% - 30px); padding-bottom: 83.3333%; margin: 0px 15px; }
.aux-tile-11-10 { width: 91.6667%; padding-bottom: 83.3333%; }
.aux-tile-11-10 .aux-keep-aspect { height: 0px; padding-bottom: 91.6667%; }
.aux-tile-sg-11-10 { width: calc(91.6667% - 2px); padding-bottom: 83.3333%; margin: 0px 1px; }
.aux-tile-lg-11-10 { width: calc(91.6667% - 30px); padding-bottom: 83.3333%; margin: 0px 15px; }
.aux-tile-12-10 { width: 100%; padding-bottom: 83.3333%; }
.aux-tile-12-10 .aux-keep-aspect { height: 0px; padding-bottom: 83.3333%; }
.aux-tile-sg-12-10 { width: calc(100% - 2px); padding-bottom: 83.3333%; margin: 0px 1px; }
.aux-tile-lg-12-10 { width: calc(100% - 30px); padding-bottom: 83.3333%; margin: 0px 15px; }
.aux-tile-1-11 { width: 8.33333%; padding-bottom: 91.6667%; }
.aux-tile-1-11 .aux-keep-aspect { height: 0px; padding-bottom: 183.333%; }
.aux-tile-sg-1-11 { width: calc(8.33333% - 2px); padding-bottom: 91.6667%; margin: 0px 1px; }
.aux-tile-lg-1-11 { width: calc(8.33333% - 30px); padding-bottom: 91.6667%; margin: 0px 15px; }
.aux-tile-2-11 { width: 16.6667%; padding-bottom: 91.6667%; }
.aux-tile-2-11 .aux-keep-aspect { height: 0px; padding-bottom: 175%; }
.aux-tile-sg-2-11 { width: calc(16.6667% - 2px); padding-bottom: 91.6667%; margin: 0px 1px; }
.aux-tile-lg-2-11 { width: calc(16.6667% - 30px); padding-bottom: 91.6667%; margin: 0px 15px; }
.aux-tile-3-11 { width: 25%; padding-bottom: 91.6667%; }
.aux-tile-3-11 .aux-keep-aspect { height: 0px; padding-bottom: 166.667%; }
.aux-tile-sg-3-11 { width: calc(25% - 2px); padding-bottom: 91.6667%; margin: 0px 1px; }
.aux-tile-lg-3-11 { width: calc(25% - 30px); padding-bottom: 91.6667%; margin: 0px 15px; }
.aux-tile-4-11 { width: 33.3333%; padding-bottom: 91.6667%; }
.aux-tile-4-11 .aux-keep-aspect { height: 0px; padding-bottom: 158.333%; }
.aux-tile-sg-4-11 { width: calc(33.3333% - 2px); padding-bottom: 91.6667%; margin: 0px 1px; }
.aux-tile-lg-4-11 { width: calc(33.3333% - 30px); padding-bottom: 91.6667%; margin: 0px 15px; }
.aux-tile-5-11 { width: 41.6667%; padding-bottom: 91.6667%; }
.aux-tile-5-11 .aux-keep-aspect { height: 0px; padding-bottom: 150%; }
.aux-tile-sg-5-11 { width: calc(41.6667% - 2px); padding-bottom: 91.6667%; margin: 0px 1px; }
.aux-tile-lg-5-11 { width: calc(41.6667% - 30px); padding-bottom: 91.6667%; margin: 0px 15px; }
.aux-tile-6-11 { width: 50%; padding-bottom: 91.6667%; }
.aux-tile-6-11 .aux-keep-aspect { height: 0px; padding-bottom: 141.667%; }
.aux-tile-sg-6-11 { width: calc(50% - 2px); padding-bottom: 91.6667%; margin: 0px 1px; }
.aux-tile-lg-6-11 { width: calc(50% - 30px); padding-bottom: 91.6667%; margin: 0px 15px; }
.aux-tile-7-11 { width: 58.3333%; padding-bottom: 91.6667%; }
.aux-tile-7-11 .aux-keep-aspect { height: 0px; padding-bottom: 133.333%; }
.aux-tile-sg-7-11 { width: calc(58.3333% - 2px); padding-bottom: 91.6667%; margin: 0px 1px; }
.aux-tile-lg-7-11 { width: calc(58.3333% - 30px); padding-bottom: 91.6667%; margin: 0px 15px; }
.aux-tile-8-11 { width: 66.6667%; padding-bottom: 91.6667%; }
.aux-tile-8-11 .aux-keep-aspect { height: 0px; padding-bottom: 125%; }
.aux-tile-sg-8-11 { width: calc(66.6667% - 2px); padding-bottom: 91.6667%; margin: 0px 1px; }
.aux-tile-lg-8-11 { width: calc(66.6667% - 30px); padding-bottom: 91.6667%; margin: 0px 15px; }
.aux-tile-9-11 { width: 75%; padding-bottom: 91.6667%; }
.aux-tile-9-11 .aux-keep-aspect { height: 0px; padding-bottom: 116.667%; }
.aux-tile-sg-9-11 { width: calc(75% - 2px); padding-bottom: 91.6667%; margin: 0px 1px; }
.aux-tile-lg-9-11 { width: calc(75% - 30px); padding-bottom: 91.6667%; margin: 0px 15px; }
.aux-tile-10-11 { width: 83.3333%; padding-bottom: 91.6667%; }
.aux-tile-10-11 .aux-keep-aspect { height: 0px; padding-bottom: 108.333%; }
.aux-tile-sg-10-11 { width: calc(83.3333% - 2px); padding-bottom: 91.6667%; margin: 0px 1px; }
.aux-tile-lg-10-11 { width: calc(83.3333% - 30px); padding-bottom: 91.6667%; margin: 0px 15px; }
.aux-tile-11-11 { width: 91.6667%; padding-bottom: 91.6667%; }
.aux-tile-11-11 .aux-keep-aspect { height: 0px; padding-bottom: 100%; }
.aux-tile-sg-11-11 { width: calc(91.6667% - 2px); padding-bottom: 91.6667%; margin: 0px 1px; }
.aux-tile-lg-11-11 { width: calc(91.6667% - 30px); padding-bottom: 91.6667%; margin: 0px 15px; }
.aux-tile-12-11 { width: 100%; padding-bottom: 91.6667%; }
.aux-tile-12-11 .aux-keep-aspect { height: 0px; padding-bottom: 91.6667%; }
.aux-tile-sg-12-11 { width: calc(100% - 2px); padding-bottom: 91.6667%; margin: 0px 1px; }
.aux-tile-lg-12-11 { width: calc(100% - 30px); padding-bottom: 91.6667%; margin: 0px 15px; }
.aux-tile-1-12 { width: 8.33333%; padding-bottom: 100%; }
.aux-tile-1-12 .aux-keep-aspect { height: 0px; padding-bottom: 191.667%; }
.aux-tile-sg-1-12 { width: calc(8.33333% - 2px); padding-bottom: 100%; margin: 0px 1px; }
.aux-tile-lg-1-12 { width: calc(8.33333% - 30px); padding-bottom: 100%; margin: 0px 15px; }
.aux-tile-2-12 { width: 16.6667%; padding-bottom: 100%; }
.aux-tile-2-12 .aux-keep-aspect { height: 0px; padding-bottom: 183.333%; }
.aux-tile-sg-2-12 { width: calc(16.6667% - 2px); padding-bottom: 100%; margin: 0px 1px; }
.aux-tile-lg-2-12 { width: calc(16.6667% - 30px); padding-bottom: 100%; margin: 0px 15px; }
.aux-tile-3-12 { width: 25%; padding-bottom: 100%; }
.aux-tile-3-12 .aux-keep-aspect { height: 0px; padding-bottom: 175%; }
.aux-tile-sg-3-12 { width: calc(25% - 2px); padding-bottom: 100%; margin: 0px 1px; }
.aux-tile-lg-3-12 { width: calc(25% - 30px); padding-bottom: 100%; margin: 0px 15px; }
.aux-tile-4-12 { width: 33.3333%; padding-bottom: 100%; }
.aux-tile-4-12 .aux-keep-aspect { height: 0px; padding-bottom: 166.667%; }
.aux-tile-sg-4-12 { width: calc(33.3333% - 2px); padding-bottom: 100%; margin: 0px 1px; }
.aux-tile-lg-4-12 { width: calc(33.3333% - 30px); padding-bottom: 100%; margin: 0px 15px; }
.aux-tile-5-12 { width: 41.6667%; padding-bottom: 100%; }
.aux-tile-5-12 .aux-keep-aspect { height: 0px; padding-bottom: 158.333%; }
.aux-tile-sg-5-12 { width: calc(41.6667% - 2px); padding-bottom: 100%; margin: 0px 1px; }
.aux-tile-lg-5-12 { width: calc(41.6667% - 30px); padding-bottom: 100%; margin: 0px 15px; }
.aux-tile-6-12 { width: 50%; padding-bottom: 100%; }
.aux-tile-6-12 .aux-keep-aspect { height: 0px; padding-bottom: 150%; }
.aux-tile-sg-6-12 { width: calc(50% - 2px); padding-bottom: 100%; margin: 0px 1px; }
.aux-tile-lg-6-12 { width: calc(50% - 30px); padding-bottom: 100%; margin: 0px 15px; }
.aux-tile-7-12 { width: 58.3333%; padding-bottom: 100%; }
.aux-tile-7-12 .aux-keep-aspect { height: 0px; padding-bottom: 141.667%; }
.aux-tile-sg-7-12 { width: calc(58.3333% - 2px); padding-bottom: 100%; margin: 0px 1px; }
.aux-tile-lg-7-12 { width: calc(58.3333% - 30px); padding-bottom: 100%; margin: 0px 15px; }
.aux-tile-8-12 { width: 66.6667%; padding-bottom: 100%; }
.aux-tile-8-12 .aux-keep-aspect { height: 0px; padding-bottom: 133.333%; }
.aux-tile-sg-8-12 { width: calc(66.6667% - 2px); padding-bottom: 100%; margin: 0px 1px; }
.aux-tile-lg-8-12 { width: calc(66.6667% - 30px); padding-bottom: 100%; margin: 0px 15px; }
.aux-tile-9-12 { width: 75%; padding-bottom: 100%; }
.aux-tile-9-12 .aux-keep-aspect { height: 0px; padding-bottom: 125%; }
.aux-tile-sg-9-12 { width: calc(75% - 2px); padding-bottom: 100%; margin: 0px 1px; }
.aux-tile-lg-9-12 { width: calc(75% - 30px); padding-bottom: 100%; margin: 0px 15px; }
.aux-tile-10-12 { width: 83.3333%; padding-bottom: 100%; }
.aux-tile-10-12 .aux-keep-aspect { height: 0px; padding-bottom: 116.667%; }
.aux-tile-sg-10-12 { width: calc(83.3333% - 2px); padding-bottom: 100%; margin: 0px 1px; }
.aux-tile-lg-10-12 { width: calc(83.3333% - 30px); padding-bottom: 100%; margin: 0px 15px; }
.aux-tile-11-12 { width: 91.6667%; padding-bottom: 100%; }
.aux-tile-11-12 .aux-keep-aspect { height: 0px; padding-bottom: 108.333%; }
.aux-tile-sg-11-12 { width: calc(91.6667% - 2px); padding-bottom: 100%; margin: 0px 1px; }
.aux-tile-lg-11-12 { width: calc(91.6667% - 30px); padding-bottom: 100%; margin: 0px 15px; }
.aux-tile-12-12 { width: 100%; padding-bottom: 100%; }
.aux-tile-12-12 .aux-keep-aspect { height: 0px; padding-bottom: 100%; }
.aux-tile-sg-12-12 { width: calc(100% - 2px); padding-bottom: 100%; margin: 0px 1px; }
.aux-tile-lg-12-12 { width: calc(100% - 30px); padding-bottom: 100%; margin: 0px 15px; }
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .aux-t-tile-1-1 { width: 8.33333%; padding-bottom: 8.33333%; }
  .aux-t-tile-1-1 .aux-keep-aspect { height: 0px; padding-bottom: 100%; }
  .aux-t-tile-sg-1-1 { width: calc(8.33333% - 2px); padding-bottom: 8.33333%; margin: 0px 1px; }
  .aux-t-tile-lg-1-1 { width: calc(8.33333% - 30px); padding-bottom: 8.33333%; margin: 0px 15px; }
  .aux-t-tile-2-1 { width: 16.6667%; padding-bottom: 8.33333%; }
  .aux-t-tile-2-1 .aux-keep-aspect { height: 0px; padding-bottom: 91.6667%; }
  .aux-t-tile-sg-2-1 { width: calc(16.6667% - 2px); padding-bottom: 8.33333%; margin: 0px 1px; }
  .aux-t-tile-lg-2-1 { width: calc(16.6667% - 30px); padding-bottom: 8.33333%; margin: 0px 15px; }
  .aux-t-tile-3-1 { width: 25%; padding-bottom: 8.33333%; }
  .aux-t-tile-3-1 .aux-keep-aspect { height: 0px; padding-bottom: 83.3333%; }
  .aux-t-tile-sg-3-1 { width: calc(25% - 2px); padding-bottom: 8.33333%; margin: 0px 1px; }
  .aux-t-tile-lg-3-1 { width: calc(25% - 30px); padding-bottom: 8.33333%; margin: 0px 15px; }
  .aux-t-tile-4-1 { width: 33.3333%; padding-bottom: 8.33333%; }
  .aux-t-tile-4-1 .aux-keep-aspect { height: 0px; padding-bottom: 75%; }
  .aux-t-tile-sg-4-1 { width: calc(33.3333% - 2px); padding-bottom: 8.33333%; margin: 0px 1px; }
  .aux-t-tile-lg-4-1 { width: calc(33.3333% - 30px); padding-bottom: 8.33333%; margin: 0px 15px; }
  .aux-t-tile-5-1 { width: 41.6667%; padding-bottom: 8.33333%; }
  .aux-t-tile-5-1 .aux-keep-aspect { height: 0px; padding-bottom: 66.6667%; }
  .aux-t-tile-sg-5-1 { width: calc(41.6667% - 2px); padding-bottom: 8.33333%; margin: 0px 1px; }
  .aux-t-tile-lg-5-1 { width: calc(41.6667% - 30px); padding-bottom: 8.33333%; margin: 0px 15px; }
  .aux-t-tile-6-1 { width: 50%; padding-bottom: 8.33333%; }
  .aux-t-tile-6-1 .aux-keep-aspect { height: 0px; padding-bottom: 58.3333%; }
  .aux-t-tile-sg-6-1 { width: calc(50% - 2px); padding-bottom: 8.33333%; margin: 0px 1px; }
  .aux-t-tile-lg-6-1 { width: calc(50% - 30px); padding-bottom: 8.33333%; margin: 0px 15px; }
  .aux-t-tile-7-1 { width: 58.3333%; padding-bottom: 8.33333%; }
  .aux-t-tile-7-1 .aux-keep-aspect { height: 0px; padding-bottom: 50%; }
  .aux-t-tile-sg-7-1 { width: calc(58.3333% - 2px); padding-bottom: 8.33333%; margin: 0px 1px; }
  .aux-t-tile-lg-7-1 { width: calc(58.3333% - 30px); padding-bottom: 8.33333%; margin: 0px 15px; }
  .aux-t-tile-8-1 { width: 66.6667%; padding-bottom: 8.33333%; }
  .aux-t-tile-8-1 .aux-keep-aspect { height: 0px; padding-bottom: 41.6667%; }
  .aux-t-tile-sg-8-1 { width: calc(66.6667% - 2px); padding-bottom: 8.33333%; margin: 0px 1px; }
  .aux-t-tile-lg-8-1 { width: calc(66.6667% - 30px); padding-bottom: 8.33333%; margin: 0px 15px; }
  .aux-t-tile-9-1 { width: 75%; padding-bottom: 8.33333%; }
  .aux-t-tile-9-1 .aux-keep-aspect { height: 0px; padding-bottom: 33.3333%; }
  .aux-t-tile-sg-9-1 { width: calc(75% - 2px); padding-bottom: 8.33333%; margin: 0px 1px; }
  .aux-t-tile-lg-9-1 { width: calc(75% - 30px); padding-bottom: 8.33333%; margin: 0px 15px; }
  .aux-t-tile-10-1 { width: 83.3333%; padding-bottom: 8.33333%; }
  .aux-t-tile-10-1 .aux-keep-aspect { height: 0px; padding-bottom: 25%; }
  .aux-t-tile-sg-10-1 { width: calc(83.3333% - 2px); padding-bottom: 8.33333%; margin: 0px 1px; }
  .aux-t-tile-lg-10-1 { width: calc(83.3333% - 30px); padding-bottom: 8.33333%; margin: 0px 15px; }
  .aux-t-tile-11-1 { width: 91.6667%; padding-bottom: 8.33333%; }
  .aux-t-tile-11-1 .aux-keep-aspect { height: 0px; padding-bottom: 16.6667%; }
  .aux-t-tile-sg-11-1 { width: calc(91.6667% - 2px); padding-bottom: 8.33333%; margin: 0px 1px; }
  .aux-t-tile-lg-11-1 { width: calc(91.6667% - 30px); padding-bottom: 8.33333%; margin: 0px 15px; }
  .aux-t-tile-12-1 { width: 100%; padding-bottom: 8.33333%; }
  .aux-t-tile-12-1 .aux-keep-aspect { height: 0px; padding-bottom: 8.33333%; }
  .aux-t-tile-sg-12-1 { width: calc(100% - 2px); padding-bottom: 8.33333%; margin: 0px 1px; }
  .aux-t-tile-lg-12-1 { width: calc(100% - 30px); padding-bottom: 8.33333%; margin: 0px 15px; }
  .aux-t-tile-1-2 { width: 8.33333%; padding-bottom: 16.6667%; }
  .aux-t-tile-1-2 .aux-keep-aspect { height: 0px; padding-bottom: 108.333%; }
  .aux-t-tile-sg-1-2 { width: calc(8.33333% - 2px); padding-bottom: 16.6667%; margin: 0px 1px; }
  .aux-t-tile-lg-1-2 { width: calc(8.33333% - 30px); padding-bottom: 16.6667%; margin: 0px 15px; }
  .aux-t-tile-2-2 { width: 16.6667%; padding-bottom: 16.6667%; }
  .aux-t-tile-2-2 .aux-keep-aspect { height: 0px; padding-bottom: 100%; }
  .aux-t-tile-sg-2-2 { width: calc(16.6667% - 2px); padding-bottom: 16.6667%; margin: 0px 1px; }
  .aux-t-tile-lg-2-2 { width: calc(16.6667% - 30px); padding-bottom: 16.6667%; margin: 0px 15px; }
  .aux-t-tile-3-2 { width: 25%; padding-bottom: 16.6667%; }
  .aux-t-tile-3-2 .aux-keep-aspect { height: 0px; padding-bottom: 91.6667%; }
  .aux-t-tile-sg-3-2 { width: calc(25% - 2px); padding-bottom: 16.6667%; margin: 0px 1px; }
  .aux-t-tile-lg-3-2 { width: calc(25% - 30px); padding-bottom: 16.6667%; margin: 0px 15px; }
  .aux-t-tile-4-2 { width: 33.3333%; padding-bottom: 16.6667%; }
  .aux-t-tile-4-2 .aux-keep-aspect { height: 0px; padding-bottom: 83.3333%; }
  .aux-t-tile-sg-4-2 { width: calc(33.3333% - 2px); padding-bottom: 16.6667%; margin: 0px 1px; }
  .aux-t-tile-lg-4-2 { width: calc(33.3333% - 30px); padding-bottom: 16.6667%; margin: 0px 15px; }
  .aux-t-tile-5-2 { width: 41.6667%; padding-bottom: 16.6667%; }
  .aux-t-tile-5-2 .aux-keep-aspect { height: 0px; padding-bottom: 75%; }
  .aux-t-tile-sg-5-2 { width: calc(41.6667% - 2px); padding-bottom: 16.6667%; margin: 0px 1px; }
  .aux-t-tile-lg-5-2 { width: calc(41.6667% - 30px); padding-bottom: 16.6667%; margin: 0px 15px; }
  .aux-t-tile-6-2 { width: 50%; padding-bottom: 16.6667%; }
  .aux-t-tile-6-2 .aux-keep-aspect { height: 0px; padding-bottom: 66.6667%; }
  .aux-t-tile-sg-6-2 { width: calc(50% - 2px); padding-bottom: 16.6667%; margin: 0px 1px; }
  .aux-t-tile-lg-6-2 { width: calc(50% - 30px); padding-bottom: 16.6667%; margin: 0px 15px; }
  .aux-t-tile-7-2 { width: 58.3333%; padding-bottom: 16.6667%; }
  .aux-t-tile-7-2 .aux-keep-aspect { height: 0px; padding-bottom: 58.3333%; }
  .aux-t-tile-sg-7-2 { width: calc(58.3333% - 2px); padding-bottom: 16.6667%; margin: 0px 1px; }
  .aux-t-tile-lg-7-2 { width: calc(58.3333% - 30px); padding-bottom: 16.6667%; margin: 0px 15px; }
  .aux-t-tile-8-2 { width: 66.6667%; padding-bottom: 16.6667%; }
  .aux-t-tile-8-2 .aux-keep-aspect { height: 0px; padding-bottom: 50%; }
  .aux-t-tile-sg-8-2 { width: calc(66.6667% - 2px); padding-bottom: 16.6667%; margin: 0px 1px; }
  .aux-t-tile-lg-8-2 { width: calc(66.6667% - 30px); padding-bottom: 16.6667%; margin: 0px 15px; }
  .aux-t-tile-9-2 { width: 75%; padding-bottom: 16.6667%; }
  .aux-t-tile-9-2 .aux-keep-aspect { height: 0px; padding-bottom: 41.6667%; }
  .aux-t-tile-sg-9-2 { width: calc(75% - 2px); padding-bottom: 16.6667%; margin: 0px 1px; }
  .aux-t-tile-lg-9-2 { width: calc(75% - 30px); padding-bottom: 16.6667%; margin: 0px 15px; }
  .aux-t-tile-10-2 { width: 83.3333%; padding-bottom: 16.6667%; }
  .aux-t-tile-10-2 .aux-keep-aspect { height: 0px; padding-bottom: 33.3333%; }
  .aux-t-tile-sg-10-2 { width: calc(83.3333% - 2px); padding-bottom: 16.6667%; margin: 0px 1px; }
  .aux-t-tile-lg-10-2 { width: calc(83.3333% - 30px); padding-bottom: 16.6667%; margin: 0px 15px; }
  .aux-t-tile-11-2 { width: 91.6667%; padding-bottom: 16.6667%; }
  .aux-t-tile-11-2 .aux-keep-aspect { height: 0px; padding-bottom: 25%; }
  .aux-t-tile-sg-11-2 { width: calc(91.6667% - 2px); padding-bottom: 16.6667%; margin: 0px 1px; }
  .aux-t-tile-lg-11-2 { width: calc(91.6667% - 30px); padding-bottom: 16.6667%; margin: 0px 15px; }
  .aux-t-tile-12-2 { width: 100%; padding-bottom: 16.6667%; }
  .aux-t-tile-12-2 .aux-keep-aspect { height: 0px; padding-bottom: 16.6667%; }
  .aux-t-tile-sg-12-2 { width: calc(100% - 2px); padding-bottom: 16.6667%; margin: 0px 1px; }
  .aux-t-tile-lg-12-2 { width: calc(100% - 30px); padding-bottom: 16.6667%; margin: 0px 15px; }
  .aux-t-tile-1-3 { width: 8.33333%; padding-bottom: 25%; }
  .aux-t-tile-1-3 .aux-keep-aspect { height: 0px; padding-bottom: 116.667%; }
  .aux-t-tile-sg-1-3 { width: calc(8.33333% - 2px); padding-bottom: 25%; margin: 0px 1px; }
  .aux-t-tile-lg-1-3 { width: calc(8.33333% - 30px); padding-bottom: 25%; margin: 0px 15px; }
  .aux-t-tile-2-3 { width: 16.6667%; padding-bottom: 25%; }
  .aux-t-tile-2-3 .aux-keep-aspect { height: 0px; padding-bottom: 108.333%; }
  .aux-t-tile-sg-2-3 { width: calc(16.6667% - 2px); padding-bottom: 25%; margin: 0px 1px; }
  .aux-t-tile-lg-2-3 { width: calc(16.6667% - 30px); padding-bottom: 25%; margin: 0px 15px; }
  .aux-t-tile-3-3 { width: 25%; padding-bottom: 25%; }
  .aux-t-tile-3-3 .aux-keep-aspect { height: 0px; padding-bottom: 100%; }
  .aux-t-tile-sg-3-3 { width: calc(25% - 2px); padding-bottom: 25%; margin: 0px 1px; }
  .aux-t-tile-lg-3-3 { width: calc(25% - 30px); padding-bottom: 25%; margin: 0px 15px; }
  .aux-t-tile-4-3 { width: 33.3333%; padding-bottom: 25%; }
  .aux-t-tile-4-3 .aux-keep-aspect { height: 0px; padding-bottom: 91.6667%; }
  .aux-t-tile-sg-4-3 { width: calc(33.3333% - 2px); padding-bottom: 25%; margin: 0px 1px; }
  .aux-t-tile-lg-4-3 { width: calc(33.3333% - 30px); padding-bottom: 25%; margin: 0px 15px; }
  .aux-t-tile-5-3 { width: 41.6667%; padding-bottom: 25%; }
  .aux-t-tile-5-3 .aux-keep-aspect { height: 0px; padding-bottom: 83.3333%; }
  .aux-t-tile-sg-5-3 { width: calc(41.6667% - 2px); padding-bottom: 25%; margin: 0px 1px; }
  .aux-t-tile-lg-5-3 { width: calc(41.6667% - 30px); padding-bottom: 25%; margin: 0px 15px; }
  .aux-t-tile-6-3 { width: 50%; padding-bottom: 25%; }
  .aux-t-tile-6-3 .aux-keep-aspect { height: 0px; padding-bottom: 75%; }
  .aux-t-tile-sg-6-3 { width: calc(50% - 2px); padding-bottom: 25%; margin: 0px 1px; }
  .aux-t-tile-lg-6-3 { width: calc(50% - 30px); padding-bottom: 25%; margin: 0px 15px; }
  .aux-t-tile-7-3 { width: 58.3333%; padding-bottom: 25%; }
  .aux-t-tile-7-3 .aux-keep-aspect { height: 0px; padding-bottom: 66.6667%; }
  .aux-t-tile-sg-7-3 { width: calc(58.3333% - 2px); padding-bottom: 25%; margin: 0px 1px; }
  .aux-t-tile-lg-7-3 { width: calc(58.3333% - 30px); padding-bottom: 25%; margin: 0px 15px; }
  .aux-t-tile-8-3 { width: 66.6667%; padding-bottom: 25%; }
  .aux-t-tile-8-3 .aux-keep-aspect { height: 0px; padding-bottom: 58.3333%; }
  .aux-t-tile-sg-8-3 { width: calc(66.6667% - 2px); padding-bottom: 25%; margin: 0px 1px; }
  .aux-t-tile-lg-8-3 { width: calc(66.6667% - 30px); padding-bottom: 25%; margin: 0px 15px; }
  .aux-t-tile-9-3 { width: 75%; padding-bottom: 25%; }
  .aux-t-tile-9-3 .aux-keep-aspect { height: 0px; padding-bottom: 50%; }
  .aux-t-tile-sg-9-3 { width: calc(75% - 2px); padding-bottom: 25%; margin: 0px 1px; }
  .aux-t-tile-lg-9-3 { width: calc(75% - 30px); padding-bottom: 25%; margin: 0px 15px; }
  .aux-t-tile-10-3 { width: 83.3333%; padding-bottom: 25%; }
  .aux-t-tile-10-3 .aux-keep-aspect { height: 0px; padding-bottom: 41.6667%; }
  .aux-t-tile-sg-10-3 { width: calc(83.3333% - 2px); padding-bottom: 25%; margin: 0px 1px; }
  .aux-t-tile-lg-10-3 { width: calc(83.3333% - 30px); padding-bottom: 25%; margin: 0px 15px; }
  .aux-t-tile-11-3 { width: 91.6667%; padding-bottom: 25%; }
  .aux-t-tile-11-3 .aux-keep-aspect { height: 0px; padding-bottom: 33.3333%; }
  .aux-t-tile-sg-11-3 { width: calc(91.6667% - 2px); padding-bottom: 25%; margin: 0px 1px; }
  .aux-t-tile-lg-11-3 { width: calc(91.6667% - 30px); padding-bottom: 25%; margin: 0px 15px; }
  .aux-t-tile-12-3 { width: 100%; padding-bottom: 25%; }
  .aux-t-tile-12-3 .aux-keep-aspect { height: 0px; padding-bottom: 25%; }
  .aux-t-tile-sg-12-3 { width: calc(100% - 2px); padding-bottom: 25%; margin: 0px 1px; }
  .aux-t-tile-lg-12-3 { width: calc(100% - 30px); padding-bottom: 25%; margin: 0px 15px; }
  .aux-t-tile-1-4 { width: 8.33333%; padding-bottom: 33.3333%; }
  .aux-t-tile-1-4 .aux-keep-aspect { height: 0px; padding-bottom: 125%; }
  .aux-t-tile-sg-1-4 { width: calc(8.33333% - 2px); padding-bottom: 33.3333%; margin: 0px 1px; }
  .aux-t-tile-lg-1-4 { width: calc(8.33333% - 30px); padding-bottom: 33.3333%; margin: 0px 15px; }
  .aux-t-tile-2-4 { width: 16.6667%; padding-bottom: 33.3333%; }
  .aux-t-tile-2-4 .aux-keep-aspect { height: 0px; padding-bottom: 116.667%; }
  .aux-t-tile-sg-2-4 { width: calc(16.6667% - 2px); padding-bottom: 33.3333%; margin: 0px 1px; }
  .aux-t-tile-lg-2-4 { width: calc(16.6667% - 30px); padding-bottom: 33.3333%; margin: 0px 15px; }
  .aux-t-tile-3-4 { width: 25%; padding-bottom: 33.3333%; }
  .aux-t-tile-3-4 .aux-keep-aspect { height: 0px; padding-bottom: 108.333%; }
  .aux-t-tile-sg-3-4 { width: calc(25% - 2px); padding-bottom: 33.3333%; margin: 0px 1px; }
  .aux-t-tile-lg-3-4 { width: calc(25% - 30px); padding-bottom: 33.3333%; margin: 0px 15px; }
  .aux-t-tile-4-4 { width: 33.3333%; padding-bottom: 33.3333%; }
  .aux-t-tile-4-4 .aux-keep-aspect { height: 0px; padding-bottom: 100%; }
  .aux-t-tile-sg-4-4 { width: calc(33.3333% - 2px); padding-bottom: 33.3333%; margin: 0px 1px; }
  .aux-t-tile-lg-4-4 { width: calc(33.3333% - 30px); padding-bottom: 33.3333%; margin: 0px 15px; }
  .aux-t-tile-5-4 { width: 41.6667%; padding-bottom: 33.3333%; }
  .aux-t-tile-5-4 .aux-keep-aspect { height: 0px; padding-bottom: 91.6667%; }
  .aux-t-tile-sg-5-4 { width: calc(41.6667% - 2px); padding-bottom: 33.3333%; margin: 0px 1px; }
  .aux-t-tile-lg-5-4 { width: calc(41.6667% - 30px); padding-bottom: 33.3333%; margin: 0px 15px; }
  .aux-t-tile-6-4 { width: 50%; padding-bottom: 33.3333%; }
  .aux-t-tile-6-4 .aux-keep-aspect { height: 0px; padding-bottom: 83.3333%; }
  .aux-t-tile-sg-6-4 { width: calc(50% - 2px); padding-bottom: 33.3333%; margin: 0px 1px; }
  .aux-t-tile-lg-6-4 { width: calc(50% - 30px); padding-bottom: 33.3333%; margin: 0px 15px; }
  .aux-t-tile-7-4 { width: 58.3333%; padding-bottom: 33.3333%; }
  .aux-t-tile-7-4 .aux-keep-aspect { height: 0px; padding-bottom: 75%; }
  .aux-t-tile-sg-7-4 { width: calc(58.3333% - 2px); padding-bottom: 33.3333%; margin: 0px 1px; }
  .aux-t-tile-lg-7-4 { width: calc(58.3333% - 30px); padding-bottom: 33.3333%; margin: 0px 15px; }
  .aux-t-tile-8-4 { width: 66.6667%; padding-bottom: 33.3333%; }
  .aux-t-tile-8-4 .aux-keep-aspect { height: 0px; padding-bottom: 66.6667%; }
  .aux-t-tile-sg-8-4 { width: calc(66.6667% - 2px); padding-bottom: 33.3333%; margin: 0px 1px; }
  .aux-t-tile-lg-8-4 { width: calc(66.6667% - 30px); padding-bottom: 33.3333%; margin: 0px 15px; }
  .aux-t-tile-9-4 { width: 75%; padding-bottom: 33.3333%; }
  .aux-t-tile-9-4 .aux-keep-aspect { height: 0px; padding-bottom: 58.3333%; }
  .aux-t-tile-sg-9-4 { width: calc(75% - 2px); padding-bottom: 33.3333%; margin: 0px 1px; }
  .aux-t-tile-lg-9-4 { width: calc(75% - 30px); padding-bottom: 33.3333%; margin: 0px 15px; }
  .aux-t-tile-10-4 { width: 83.3333%; padding-bottom: 33.3333%; }
  .aux-t-tile-10-4 .aux-keep-aspect { height: 0px; padding-bottom: 50%; }
  .aux-t-tile-sg-10-4 { width: calc(83.3333% - 2px); padding-bottom: 33.3333%; margin: 0px 1px; }
  .aux-t-tile-lg-10-4 { width: calc(83.3333% - 30px); padding-bottom: 33.3333%; margin: 0px 15px; }
  .aux-t-tile-11-4 { width: 91.6667%; padding-bottom: 33.3333%; }
  .aux-t-tile-11-4 .aux-keep-aspect { height: 0px; padding-bottom: 41.6667%; }
  .aux-t-tile-sg-11-4 { width: calc(91.6667% - 2px); padding-bottom: 33.3333%; margin: 0px 1px; }
  .aux-t-tile-lg-11-4 { width: calc(91.6667% - 30px); padding-bottom: 33.3333%; margin: 0px 15px; }
  .aux-t-tile-12-4 { width: 100%; padding-bottom: 33.3333%; }
  .aux-t-tile-12-4 .aux-keep-aspect { height: 0px; padding-bottom: 33.3333%; }
  .aux-t-tile-sg-12-4 { width: calc(100% - 2px); padding-bottom: 33.3333%; margin: 0px 1px; }
  .aux-t-tile-lg-12-4 { width: calc(100% - 30px); padding-bottom: 33.3333%; margin: 0px 15px; }
  .aux-t-tile-1-5 { width: 8.33333%; padding-bottom: 41.6667%; }
  .aux-t-tile-1-5 .aux-keep-aspect { height: 0px; padding-bottom: 133.333%; }
  .aux-t-tile-sg-1-5 { width: calc(8.33333% - 2px); padding-bottom: 41.6667%; margin: 0px 1px; }
  .aux-t-tile-lg-1-5 { width: calc(8.33333% - 30px); padding-bottom: 41.6667%; margin: 0px 15px; }
  .aux-t-tile-2-5 { width: 16.6667%; padding-bottom: 41.6667%; }
  .aux-t-tile-2-5 .aux-keep-aspect { height: 0px; padding-bottom: 125%; }
  .aux-t-tile-sg-2-5 { width: calc(16.6667% - 2px); padding-bottom: 41.6667%; margin: 0px 1px; }
  .aux-t-tile-lg-2-5 { width: calc(16.6667% - 30px); padding-bottom: 41.6667%; margin: 0px 15px; }
  .aux-t-tile-3-5 { width: 25%; padding-bottom: 41.6667%; }
  .aux-t-tile-3-5 .aux-keep-aspect { height: 0px; padding-bottom: 116.667%; }
  .aux-t-tile-sg-3-5 { width: calc(25% - 2px); padding-bottom: 41.6667%; margin: 0px 1px; }
  .aux-t-tile-lg-3-5 { width: calc(25% - 30px); padding-bottom: 41.6667%; margin: 0px 15px; }
  .aux-t-tile-4-5 { width: 33.3333%; padding-bottom: 41.6667%; }
  .aux-t-tile-4-5 .aux-keep-aspect { height: 0px; padding-bottom: 108.333%; }
  .aux-t-tile-sg-4-5 { width: calc(33.3333% - 2px); padding-bottom: 41.6667%; margin: 0px 1px; }
  .aux-t-tile-lg-4-5 { width: calc(33.3333% - 30px); padding-bottom: 41.6667%; margin: 0px 15px; }
  .aux-t-tile-5-5 { width: 41.6667%; padding-bottom: 41.6667%; }
  .aux-t-tile-5-5 .aux-keep-aspect { height: 0px; padding-bottom: 100%; }
  .aux-t-tile-sg-5-5 { width: calc(41.6667% - 2px); padding-bottom: 41.6667%; margin: 0px 1px; }
  .aux-t-tile-lg-5-5 { width: calc(41.6667% - 30px); padding-bottom: 41.6667%; margin: 0px 15px; }
  .aux-t-tile-6-5 { width: 50%; padding-bottom: 41.6667%; }
  .aux-t-tile-6-5 .aux-keep-aspect { height: 0px; padding-bottom: 91.6667%; }
  .aux-t-tile-sg-6-5 { width: calc(50% - 2px); padding-bottom: 41.6667%; margin: 0px 1px; }
  .aux-t-tile-lg-6-5 { width: calc(50% - 30px); padding-bottom: 41.6667%; margin: 0px 15px; }
  .aux-t-tile-7-5 { width: 58.3333%; padding-bottom: 41.6667%; }
  .aux-t-tile-7-5 .aux-keep-aspect { height: 0px; padding-bottom: 83.3333%; }
  .aux-t-tile-sg-7-5 { width: calc(58.3333% - 2px); padding-bottom: 41.6667%; margin: 0px 1px; }
  .aux-t-tile-lg-7-5 { width: calc(58.3333% - 30px); padding-bottom: 41.6667%; margin: 0px 15px; }
  .aux-t-tile-8-5 { width: 66.6667%; padding-bottom: 41.6667%; }
  .aux-t-tile-8-5 .aux-keep-aspect { height: 0px; padding-bottom: 75%; }
  .aux-t-tile-sg-8-5 { width: calc(66.6667% - 2px); padding-bottom: 41.6667%; margin: 0px 1px; }
  .aux-t-tile-lg-8-5 { width: calc(66.6667% - 30px); padding-bottom: 41.6667%; margin: 0px 15px; }
  .aux-t-tile-9-5 { width: 75%; padding-bottom: 41.6667%; }
  .aux-t-tile-9-5 .aux-keep-aspect { height: 0px; padding-bottom: 66.6667%; }
  .aux-t-tile-sg-9-5 { width: calc(75% - 2px); padding-bottom: 41.6667%; margin: 0px 1px; }
  .aux-t-tile-lg-9-5 { width: calc(75% - 30px); padding-bottom: 41.6667%; margin: 0px 15px; }
  .aux-t-tile-10-5 { width: 83.3333%; padding-bottom: 41.6667%; }
  .aux-t-tile-10-5 .aux-keep-aspect { height: 0px; padding-bottom: 58.3333%; }
  .aux-t-tile-sg-10-5 { width: calc(83.3333% - 2px); padding-bottom: 41.6667%; margin: 0px 1px; }
  .aux-t-tile-lg-10-5 { width: calc(83.3333% - 30px); padding-bottom: 41.6667%; margin: 0px 15px; }
  .aux-t-tile-11-5 { width: 91.6667%; padding-bottom: 41.6667%; }
  .aux-t-tile-11-5 .aux-keep-aspect { height: 0px; padding-bottom: 50%; }
  .aux-t-tile-sg-11-5 { width: calc(91.6667% - 2px); padding-bottom: 41.6667%; margin: 0px 1px; }
  .aux-t-tile-lg-11-5 { width: calc(91.6667% - 30px); padding-bottom: 41.6667%; margin: 0px 15px; }
  .aux-t-tile-12-5 { width: 100%; padding-bottom: 41.6667%; }
  .aux-t-tile-12-5 .aux-keep-aspect { height: 0px; padding-bottom: 41.6667%; }
  .aux-t-tile-sg-12-5 { width: calc(100% - 2px); padding-bottom: 41.6667%; margin: 0px 1px; }
  .aux-t-tile-lg-12-5 { width: calc(100% - 30px); padding-bottom: 41.6667%; margin: 0px 15px; }
  .aux-t-tile-1-6 { width: 8.33333%; padding-bottom: 50%; }
  .aux-t-tile-1-6 .aux-keep-aspect { height: 0px; padding-bottom: 141.667%; }
  .aux-t-tile-sg-1-6 { width: calc(8.33333% - 2px); padding-bottom: 50%; margin: 0px 1px; }
  .aux-t-tile-lg-1-6 { width: calc(8.33333% - 30px); padding-bottom: 50%; margin: 0px 15px; }
  .aux-t-tile-2-6 { width: 16.6667%; padding-bottom: 50%; }
  .aux-t-tile-2-6 .aux-keep-aspect { height: 0px; padding-bottom: 133.333%; }
  .aux-t-tile-sg-2-6 { width: calc(16.6667% - 2px); padding-bottom: 50%; margin: 0px 1px; }
  .aux-t-tile-lg-2-6 { width: calc(16.6667% - 30px); padding-bottom: 50%; margin: 0px 15px; }
  .aux-t-tile-3-6 { width: 25%; padding-bottom: 50%; }
  .aux-t-tile-3-6 .aux-keep-aspect { height: 0px; padding-bottom: 125%; }
  .aux-t-tile-sg-3-6 { width: calc(25% - 2px); padding-bottom: 50%; margin: 0px 1px; }
  .aux-t-tile-lg-3-6 { width: calc(25% - 30px); padding-bottom: 50%; margin: 0px 15px; }
  .aux-t-tile-4-6 { width: 33.3333%; padding-bottom: 50%; }
  .aux-t-tile-4-6 .aux-keep-aspect { height: 0px; padding-bottom: 116.667%; }
  .aux-t-tile-sg-4-6 { width: calc(33.3333% - 2px); padding-bottom: 50%; margin: 0px 1px; }
  .aux-t-tile-lg-4-6 { width: calc(33.3333% - 30px); padding-bottom: 50%; margin: 0px 15px; }
  .aux-t-tile-5-6 { width: 41.6667%; padding-bottom: 50%; }
  .aux-t-tile-5-6 .aux-keep-aspect { height: 0px; padding-bottom: 108.333%; }
  .aux-t-tile-sg-5-6 { width: calc(41.6667% - 2px); padding-bottom: 50%; margin: 0px 1px; }
  .aux-t-tile-lg-5-6 { width: calc(41.6667% - 30px); padding-bottom: 50%; margin: 0px 15px; }
  .aux-t-tile-6-6 { width: 50%; padding-bottom: 50%; }
  .aux-t-tile-6-6 .aux-keep-aspect { height: 0px; padding-bottom: 100%; }
  .aux-t-tile-sg-6-6 { width: calc(50% - 2px); padding-bottom: 50%; margin: 0px 1px; }
  .aux-t-tile-lg-6-6 { width: calc(50% - 30px); padding-bottom: 50%; margin: 0px 15px; }
  .aux-t-tile-7-6 { width: 58.3333%; padding-bottom: 50%; }
  .aux-t-tile-7-6 .aux-keep-aspect { height: 0px; padding-bottom: 91.6667%; }
  .aux-t-tile-sg-7-6 { width: calc(58.3333% - 2px); padding-bottom: 50%; margin: 0px 1px; }
  .aux-t-tile-lg-7-6 { width: calc(58.3333% - 30px); padding-bottom: 50%; margin: 0px 15px; }
  .aux-t-tile-8-6 { width: 66.6667%; padding-bottom: 50%; }
  .aux-t-tile-8-6 .aux-keep-aspect { height: 0px; padding-bottom: 83.3333%; }
  .aux-t-tile-sg-8-6 { width: calc(66.6667% - 2px); padding-bottom: 50%; margin: 0px 1px; }
  .aux-t-tile-lg-8-6 { width: calc(66.6667% - 30px); padding-bottom: 50%; margin: 0px 15px; }
  .aux-t-tile-9-6 { width: 75%; padding-bottom: 50%; }
  .aux-t-tile-9-6 .aux-keep-aspect { height: 0px; padding-bottom: 75%; }
  .aux-t-tile-sg-9-6 { width: calc(75% - 2px); padding-bottom: 50%; margin: 0px 1px; }
  .aux-t-tile-lg-9-6 { width: calc(75% - 30px); padding-bottom: 50%; margin: 0px 15px; }
  .aux-t-tile-10-6 { width: 83.3333%; padding-bottom: 50%; }
  .aux-t-tile-10-6 .aux-keep-aspect { height: 0px; padding-bottom: 66.6667%; }
  .aux-t-tile-sg-10-6 { width: calc(83.3333% - 2px); padding-bottom: 50%; margin: 0px 1px; }
  .aux-t-tile-lg-10-6 { width: calc(83.3333% - 30px); padding-bottom: 50%; margin: 0px 15px; }
  .aux-t-tile-11-6 { width: 91.6667%; padding-bottom: 50%; }
  .aux-t-tile-11-6 .aux-keep-aspect { height: 0px; padding-bottom: 58.3333%; }
  .aux-t-tile-sg-11-6 { width: calc(91.6667% - 2px); padding-bottom: 50%; margin: 0px 1px; }
  .aux-t-tile-lg-11-6 { width: calc(91.6667% - 30px); padding-bottom: 50%; margin: 0px 15px; }
  .aux-t-tile-12-6 { width: 100%; padding-bottom: 50%; }
  .aux-t-tile-12-6 .aux-keep-aspect { height: 0px; padding-bottom: 50%; }
  .aux-t-tile-sg-12-6 { width: calc(100% - 2px); padding-bottom: 50%; margin: 0px 1px; }
  .aux-t-tile-lg-12-6 { width: calc(100% - 30px); padding-bottom: 50%; margin: 0px 15px; }
  .aux-t-tile-1-7 { width: 8.33333%; padding-bottom: 58.3333%; }
  .aux-t-tile-1-7 .aux-keep-aspect { height: 0px; padding-bottom: 150%; }
  .aux-t-tile-sg-1-7 { width: calc(8.33333% - 2px); padding-bottom: 58.3333%; margin: 0px 1px; }
  .aux-t-tile-lg-1-7 { width: calc(8.33333% - 30px); padding-bottom: 58.3333%; margin: 0px 15px; }
  .aux-t-tile-2-7 { width: 16.6667%; padding-bottom: 58.3333%; }
  .aux-t-tile-2-7 .aux-keep-aspect { height: 0px; padding-bottom: 141.667%; }
  .aux-t-tile-sg-2-7 { width: calc(16.6667% - 2px); padding-bottom: 58.3333%; margin: 0px 1px; }
  .aux-t-tile-lg-2-7 { width: calc(16.6667% - 30px); padding-bottom: 58.3333%; margin: 0px 15px; }
  .aux-t-tile-3-7 { width: 25%; padding-bottom: 58.3333%; }
  .aux-t-tile-3-7 .aux-keep-aspect { height: 0px; padding-bottom: 133.333%; }
  .aux-t-tile-sg-3-7 { width: calc(25% - 2px); padding-bottom: 58.3333%; margin: 0px 1px; }
  .aux-t-tile-lg-3-7 { width: calc(25% - 30px); padding-bottom: 58.3333%; margin: 0px 15px; }
  .aux-t-tile-4-7 { width: 33.3333%; padding-bottom: 58.3333%; }
  .aux-t-tile-4-7 .aux-keep-aspect { height: 0px; padding-bottom: 125%; }
  .aux-t-tile-sg-4-7 { width: calc(33.3333% - 2px); padding-bottom: 58.3333%; margin: 0px 1px; }
  .aux-t-tile-lg-4-7 { width: calc(33.3333% - 30px); padding-bottom: 58.3333%; margin: 0px 15px; }
  .aux-t-tile-5-7 { width: 41.6667%; padding-bottom: 58.3333%; }
  .aux-t-tile-5-7 .aux-keep-aspect { height: 0px; padding-bottom: 116.667%; }
  .aux-t-tile-sg-5-7 { width: calc(41.6667% - 2px); padding-bottom: 58.3333%; margin: 0px 1px; }
  .aux-t-tile-lg-5-7 { width: calc(41.6667% - 30px); padding-bottom: 58.3333%; margin: 0px 15px; }
  .aux-t-tile-6-7 { width: 50%; padding-bottom: 58.3333%; }
  .aux-t-tile-6-7 .aux-keep-aspect { height: 0px; padding-bottom: 108.333%; }
  .aux-t-tile-sg-6-7 { width: calc(50% - 2px); padding-bottom: 58.3333%; margin: 0px 1px; }
  .aux-t-tile-lg-6-7 { width: calc(50% - 30px); padding-bottom: 58.3333%; margin: 0px 15px; }
  .aux-t-tile-7-7 { width: 58.3333%; padding-bottom: 58.3333%; }
  .aux-t-tile-7-7 .aux-keep-aspect { height: 0px; padding-bottom: 100%; }
  .aux-t-tile-sg-7-7 { width: calc(58.3333% - 2px); padding-bottom: 58.3333%; margin: 0px 1px; }
  .aux-t-tile-lg-7-7 { width: calc(58.3333% - 30px); padding-bottom: 58.3333%; margin: 0px 15px; }
  .aux-t-tile-8-7 { width: 66.6667%; padding-bottom: 58.3333%; }
  .aux-t-tile-8-7 .aux-keep-aspect { height: 0px; padding-bottom: 91.6667%; }
  .aux-t-tile-sg-8-7 { width: calc(66.6667% - 2px); padding-bottom: 58.3333%; margin: 0px 1px; }
  .aux-t-tile-lg-8-7 { width: calc(66.6667% - 30px); padding-bottom: 58.3333%; margin: 0px 15px; }
  .aux-t-tile-9-7 { width: 75%; padding-bottom: 58.3333%; }
  .aux-t-tile-9-7 .aux-keep-aspect { height: 0px; padding-bottom: 83.3333%; }
  .aux-t-tile-sg-9-7 { width: calc(75% - 2px); padding-bottom: 58.3333%; margin: 0px 1px; }
  .aux-t-tile-lg-9-7 { width: calc(75% - 30px); padding-bottom: 58.3333%; margin: 0px 15px; }
  .aux-t-tile-10-7 { width: 83.3333%; padding-bottom: 58.3333%; }
  .aux-t-tile-10-7 .aux-keep-aspect { height: 0px; padding-bottom: 75%; }
  .aux-t-tile-sg-10-7 { width: calc(83.3333% - 2px); padding-bottom: 58.3333%; margin: 0px 1px; }
  .aux-t-tile-lg-10-7 { width: calc(83.3333% - 30px); padding-bottom: 58.3333%; margin: 0px 15px; }
  .aux-t-tile-11-7 { width: 91.6667%; padding-bottom: 58.3333%; }
  .aux-t-tile-11-7 .aux-keep-aspect { height: 0px; padding-bottom: 66.6667%; }
  .aux-t-tile-sg-11-7 { width: calc(91.6667% - 2px); padding-bottom: 58.3333%; margin: 0px 1px; }
  .aux-t-tile-lg-11-7 { width: calc(91.6667% - 30px); padding-bottom: 58.3333%; margin: 0px 15px; }
  .aux-t-tile-12-7 { width: 100%; padding-bottom: 58.3333%; }
  .aux-t-tile-12-7 .aux-keep-aspect { height: 0px; padding-bottom: 58.3333%; }
  .aux-t-tile-sg-12-7 { width: calc(100% - 2px); padding-bottom: 58.3333%; margin: 0px 1px; }
  .aux-t-tile-lg-12-7 { width: calc(100% - 30px); padding-bottom: 58.3333%; margin: 0px 15px; }
  .aux-t-tile-1-8 { width: 8.33333%; padding-bottom: 66.6667%; }
  .aux-t-tile-1-8 .aux-keep-aspect { height: 0px; padding-bottom: 158.333%; }
  .aux-t-tile-sg-1-8 { width: calc(8.33333% - 2px); padding-bottom: 66.6667%; margin: 0px 1px; }
  .aux-t-tile-lg-1-8 { width: calc(8.33333% - 30px); padding-bottom: 66.6667%; margin: 0px 15px; }
  .aux-t-tile-2-8 { width: 16.6667%; padding-bottom: 66.6667%; }
  .aux-t-tile-2-8 .aux-keep-aspect { height: 0px; padding-bottom: 150%; }
  .aux-t-tile-sg-2-8 { width: calc(16.6667% - 2px); padding-bottom: 66.6667%; margin: 0px 1px; }
  .aux-t-tile-lg-2-8 { width: calc(16.6667% - 30px); padding-bottom: 66.6667%; margin: 0px 15px; }
  .aux-t-tile-3-8 { width: 25%; padding-bottom: 66.6667%; }
  .aux-t-tile-3-8 .aux-keep-aspect { height: 0px; padding-bottom: 141.667%; }
  .aux-t-tile-sg-3-8 { width: calc(25% - 2px); padding-bottom: 66.6667%; margin: 0px 1px; }
  .aux-t-tile-lg-3-8 { width: calc(25% - 30px); padding-bottom: 66.6667%; margin: 0px 15px; }
  .aux-t-tile-4-8 { width: 33.3333%; padding-bottom: 66.6667%; }
  .aux-t-tile-4-8 .aux-keep-aspect { height: 0px; padding-bottom: 133.333%; }
  .aux-t-tile-sg-4-8 { width: calc(33.3333% - 2px); padding-bottom: 66.6667%; margin: 0px 1px; }
  .aux-t-tile-lg-4-8 { width: calc(33.3333% - 30px); padding-bottom: 66.6667%; margin: 0px 15px; }
  .aux-t-tile-5-8 { width: 41.6667%; padding-bottom: 66.6667%; }
  .aux-t-tile-5-8 .aux-keep-aspect { height: 0px; padding-bottom: 125%; }
  .aux-t-tile-sg-5-8 { width: calc(41.6667% - 2px); padding-bottom: 66.6667%; margin: 0px 1px; }
  .aux-t-tile-lg-5-8 { width: calc(41.6667% - 30px); padding-bottom: 66.6667%; margin: 0px 15px; }
  .aux-t-tile-6-8 { width: 50%; padding-bottom: 66.6667%; }
  .aux-t-tile-6-8 .aux-keep-aspect { height: 0px; padding-bottom: 116.667%; }
  .aux-t-tile-sg-6-8 { width: calc(50% - 2px); padding-bottom: 66.6667%; margin: 0px 1px; }
  .aux-t-tile-lg-6-8 { width: calc(50% - 30px); padding-bottom: 66.6667%; margin: 0px 15px; }
  .aux-t-tile-7-8 { width: 58.3333%; padding-bottom: 66.6667%; }
  .aux-t-tile-7-8 .aux-keep-aspect { height: 0px; padding-bottom: 108.333%; }
  .aux-t-tile-sg-7-8 { width: calc(58.3333% - 2px); padding-bottom: 66.6667%; margin: 0px 1px; }
  .aux-t-tile-lg-7-8 { width: calc(58.3333% - 30px); padding-bottom: 66.6667%; margin: 0px 15px; }
  .aux-t-tile-8-8 { width: 66.6667%; padding-bottom: 66.6667%; }
  .aux-t-tile-8-8 .aux-keep-aspect { height: 0px; padding-bottom: 100%; }
  .aux-t-tile-sg-8-8 { width: calc(66.6667% - 2px); padding-bottom: 66.6667%; margin: 0px 1px; }
  .aux-t-tile-lg-8-8 { width: calc(66.6667% - 30px); padding-bottom: 66.6667%; margin: 0px 15px; }
  .aux-t-tile-9-8 { width: 75%; padding-bottom: 66.6667%; }
  .aux-t-tile-9-8 .aux-keep-aspect { height: 0px; padding-bottom: 91.6667%; }
  .aux-t-tile-sg-9-8 { width: calc(75% - 2px); padding-bottom: 66.6667%; margin: 0px 1px; }
  .aux-t-tile-lg-9-8 { width: calc(75% - 30px); padding-bottom: 66.6667%; margin: 0px 15px; }
  .aux-t-tile-10-8 { width: 83.3333%; padding-bottom: 66.6667%; }
  .aux-t-tile-10-8 .aux-keep-aspect { height: 0px; padding-bottom: 83.3333%; }
  .aux-t-tile-sg-10-8 { width: calc(83.3333% - 2px); padding-bottom: 66.6667%; margin: 0px 1px; }
  .aux-t-tile-lg-10-8 { width: calc(83.3333% - 30px); padding-bottom: 66.6667%; margin: 0px 15px; }
  .aux-t-tile-11-8 { width: 91.6667%; padding-bottom: 66.6667%; }
  .aux-t-tile-11-8 .aux-keep-aspect { height: 0px; padding-bottom: 75%; }
  .aux-t-tile-sg-11-8 { width: calc(91.6667% - 2px); padding-bottom: 66.6667%; margin: 0px 1px; }
  .aux-t-tile-lg-11-8 { width: calc(91.6667% - 30px); padding-bottom: 66.6667%; margin: 0px 15px; }
  .aux-t-tile-12-8 { width: 100%; padding-bottom: 66.6667%; }
  .aux-t-tile-12-8 .aux-keep-aspect { height: 0px; padding-bottom: 66.6667%; }
  .aux-t-tile-sg-12-8 { width: calc(100% - 2px); padding-bottom: 66.6667%; margin: 0px 1px; }
  .aux-t-tile-lg-12-8 { width: calc(100% - 30px); padding-bottom: 66.6667%; margin: 0px 15px; }
  .aux-t-tile-1-9 { width: 8.33333%; padding-bottom: 75%; }
  .aux-t-tile-1-9 .aux-keep-aspect { height: 0px; padding-bottom: 166.667%; }
  .aux-t-tile-sg-1-9 { width: calc(8.33333% - 2px); padding-bottom: 75%; margin: 0px 1px; }
  .aux-t-tile-lg-1-9 { width: calc(8.33333% - 30px); padding-bottom: 75%; margin: 0px 15px; }
  .aux-t-tile-2-9 { width: 16.6667%; padding-bottom: 75%; }
  .aux-t-tile-2-9 .aux-keep-aspect { height: 0px; padding-bottom: 158.333%; }
  .aux-t-tile-sg-2-9 { width: calc(16.6667% - 2px); padding-bottom: 75%; margin: 0px 1px; }
  .aux-t-tile-lg-2-9 { width: calc(16.6667% - 30px); padding-bottom: 75%; margin: 0px 15px; }
  .aux-t-tile-3-9 { width: 25%; padding-bottom: 75%; }
  .aux-t-tile-3-9 .aux-keep-aspect { height: 0px; padding-bottom: 150%; }
  .aux-t-tile-sg-3-9 { width: calc(25% - 2px); padding-bottom: 75%; margin: 0px 1px; }
  .aux-t-tile-lg-3-9 { width: calc(25% - 30px); padding-bottom: 75%; margin: 0px 15px; }
  .aux-t-tile-4-9 { width: 33.3333%; padding-bottom: 75%; }
  .aux-t-tile-4-9 .aux-keep-aspect { height: 0px; padding-bottom: 141.667%; }
  .aux-t-tile-sg-4-9 { width: calc(33.3333% - 2px); padding-bottom: 75%; margin: 0px 1px; }
  .aux-t-tile-lg-4-9 { width: calc(33.3333% - 30px); padding-bottom: 75%; margin: 0px 15px; }
  .aux-t-tile-5-9 { width: 41.6667%; padding-bottom: 75%; }
  .aux-t-tile-5-9 .aux-keep-aspect { height: 0px; padding-bottom: 133.333%; }
  .aux-t-tile-sg-5-9 { width: calc(41.6667% - 2px); padding-bottom: 75%; margin: 0px 1px; }
  .aux-t-tile-lg-5-9 { width: calc(41.6667% - 30px); padding-bottom: 75%; margin: 0px 15px; }
  .aux-t-tile-6-9 { width: 50%; padding-bottom: 75%; }
  .aux-t-tile-6-9 .aux-keep-aspect { height: 0px; padding-bottom: 125%; }
  .aux-t-tile-sg-6-9 { width: calc(50% - 2px); padding-bottom: 75%; margin: 0px 1px; }
  .aux-t-tile-lg-6-9 { width: calc(50% - 30px); padding-bottom: 75%; margin: 0px 15px; }
  .aux-t-tile-7-9 { width: 58.3333%; padding-bottom: 75%; }
  .aux-t-tile-7-9 .aux-keep-aspect { height: 0px; padding-bottom: 116.667%; }
  .aux-t-tile-sg-7-9 { width: calc(58.3333% - 2px); padding-bottom: 75%; margin: 0px 1px; }
  .aux-t-tile-lg-7-9 { width: calc(58.3333% - 30px); padding-bottom: 75%; margin: 0px 15px; }
  .aux-t-tile-8-9 { width: 66.6667%; padding-bottom: 75%; }
  .aux-t-tile-8-9 .aux-keep-aspect { height: 0px; padding-bottom: 108.333%; }
  .aux-t-tile-sg-8-9 { width: calc(66.6667% - 2px); padding-bottom: 75%; margin: 0px 1px; }
  .aux-t-tile-lg-8-9 { width: calc(66.6667% - 30px); padding-bottom: 75%; margin: 0px 15px; }
  .aux-t-tile-9-9 { width: 75%; padding-bottom: 75%; }
  .aux-t-tile-9-9 .aux-keep-aspect { height: 0px; padding-bottom: 100%; }
  .aux-t-tile-sg-9-9 { width: calc(75% - 2px); padding-bottom: 75%; margin: 0px 1px; }
  .aux-t-tile-lg-9-9 { width: calc(75% - 30px); padding-bottom: 75%; margin: 0px 15px; }
  .aux-t-tile-10-9 { width: 83.3333%; padding-bottom: 75%; }
  .aux-t-tile-10-9 .aux-keep-aspect { height: 0px; padding-bottom: 91.6667%; }
  .aux-t-tile-sg-10-9 { width: calc(83.3333% - 2px); padding-bottom: 75%; margin: 0px 1px; }
  .aux-t-tile-lg-10-9 { width: calc(83.3333% - 30px); padding-bottom: 75%; margin: 0px 15px; }
  .aux-t-tile-11-9 { width: 91.6667%; padding-bottom: 75%; }
  .aux-t-tile-11-9 .aux-keep-aspect { height: 0px; padding-bottom: 83.3333%; }
  .aux-t-tile-sg-11-9 { width: calc(91.6667% - 2px); padding-bottom: 75%; margin: 0px 1px; }
  .aux-t-tile-lg-11-9 { width: calc(91.6667% - 30px); padding-bottom: 75%; margin: 0px 15px; }
  .aux-t-tile-12-9 { width: 100%; padding-bottom: 75%; }
  .aux-t-tile-12-9 .aux-keep-aspect { height: 0px; padding-bottom: 75%; }
  .aux-t-tile-sg-12-9 { width: calc(100% - 2px); padding-bottom: 75%; margin: 0px 1px; }
  .aux-t-tile-lg-12-9 { width: calc(100% - 30px); padding-bottom: 75%; margin: 0px 15px; }
  .aux-t-tile-1-10 { width: 8.33333%; padding-bottom: 83.3333%; }
  .aux-t-tile-1-10 .aux-keep-aspect { height: 0px; padding-bottom: 175%; }
  .aux-t-tile-sg-1-10 { width: calc(8.33333% - 2px); padding-bottom: 83.3333%; margin: 0px 1px; }
  .aux-t-tile-lg-1-10 { width: calc(8.33333% - 30px); padding-bottom: 83.3333%; margin: 0px 15px; }
  .aux-t-tile-2-10 { width: 16.6667%; padding-bottom: 83.3333%; }
  .aux-t-tile-2-10 .aux-keep-aspect { height: 0px; padding-bottom: 166.667%; }
  .aux-t-tile-sg-2-10 { width: calc(16.6667% - 2px); padding-bottom: 83.3333%; margin: 0px 1px; }
  .aux-t-tile-lg-2-10 { width: calc(16.6667% - 30px); padding-bottom: 83.3333%; margin: 0px 15px; }
  .aux-t-tile-3-10 { width: 25%; padding-bottom: 83.3333%; }
  .aux-t-tile-3-10 .aux-keep-aspect { height: 0px; padding-bottom: 158.333%; }
  .aux-t-tile-sg-3-10 { width: calc(25% - 2px); padding-bottom: 83.3333%; margin: 0px 1px; }
  .aux-t-tile-lg-3-10 { width: calc(25% - 30px); padding-bottom: 83.3333%; margin: 0px 15px; }
  .aux-t-tile-4-10 { width: 33.3333%; padding-bottom: 83.3333%; }
  .aux-t-tile-4-10 .aux-keep-aspect { height: 0px; padding-bottom: 150%; }
  .aux-t-tile-sg-4-10 { width: calc(33.3333% - 2px); padding-bottom: 83.3333%; margin: 0px 1px; }
  .aux-t-tile-lg-4-10 { width: calc(33.3333% - 30px); padding-bottom: 83.3333%; margin: 0px 15px; }
  .aux-t-tile-5-10 { width: 41.6667%; padding-bottom: 83.3333%; }
  .aux-t-tile-5-10 .aux-keep-aspect { height: 0px; padding-bottom: 141.667%; }
  .aux-t-tile-sg-5-10 { width: calc(41.6667% - 2px); padding-bottom: 83.3333%; margin: 0px 1px; }
  .aux-t-tile-lg-5-10 { width: calc(41.6667% - 30px); padding-bottom: 83.3333%; margin: 0px 15px; }
  .aux-t-tile-6-10 { width: 50%; padding-bottom: 83.3333%; }
  .aux-t-tile-6-10 .aux-keep-aspect { height: 0px; padding-bottom: 133.333%; }
  .aux-t-tile-sg-6-10 { width: calc(50% - 2px); padding-bottom: 83.3333%; margin: 0px 1px; }
  .aux-t-tile-lg-6-10 { width: calc(50% - 30px); padding-bottom: 83.3333%; margin: 0px 15px; }
  .aux-t-tile-7-10 { width: 58.3333%; padding-bottom: 83.3333%; }
  .aux-t-tile-7-10 .aux-keep-aspect { height: 0px; padding-bottom: 125%; }
  .aux-t-tile-sg-7-10 { width: calc(58.3333% - 2px); padding-bottom: 83.3333%; margin: 0px 1px; }
  .aux-t-tile-lg-7-10 { width: calc(58.3333% - 30px); padding-bottom: 83.3333%; margin: 0px 15px; }
  .aux-t-tile-8-10 { width: 66.6667%; padding-bottom: 83.3333%; }
  .aux-t-tile-8-10 .aux-keep-aspect { height: 0px; padding-bottom: 116.667%; }
  .aux-t-tile-sg-8-10 { width: calc(66.6667% - 2px); padding-bottom: 83.3333%; margin: 0px 1px; }
  .aux-t-tile-lg-8-10 { width: calc(66.6667% - 30px); padding-bottom: 83.3333%; margin: 0px 15px; }
  .aux-t-tile-9-10 { width: 75%; padding-bottom: 83.3333%; }
  .aux-t-tile-9-10 .aux-keep-aspect { height: 0px; padding-bottom: 108.333%; }
  .aux-t-tile-sg-9-10 { width: calc(75% - 2px); padding-bottom: 83.3333%; margin: 0px 1px; }
  .aux-t-tile-lg-9-10 { width: calc(75% - 30px); padding-bottom: 83.3333%; margin: 0px 15px; }
  .aux-t-tile-10-10 { width: 83.3333%; padding-bottom: 83.3333%; }
  .aux-t-tile-10-10 .aux-keep-aspect { height: 0px; padding-bottom: 100%; }
  .aux-t-tile-sg-10-10 { width: calc(83.3333% - 2px); padding-bottom: 83.3333%; margin: 0px 1px; }
  .aux-t-tile-lg-10-10 { width: calc(83.3333% - 30px); padding-bottom: 83.3333%; margin: 0px 15px; }
  .aux-t-tile-11-10 { width: 91.6667%; padding-bottom: 83.3333%; }
  .aux-t-tile-11-10 .aux-keep-aspect { height: 0px; padding-bottom: 91.6667%; }
  .aux-t-tile-sg-11-10 { width: calc(91.6667% - 2px); padding-bottom: 83.3333%; margin: 0px 1px; }
  .aux-t-tile-lg-11-10 { width: calc(91.6667% - 30px); padding-bottom: 83.3333%; margin: 0px 15px; }
  .aux-t-tile-12-10 { width: 100%; padding-bottom: 83.3333%; }
  .aux-t-tile-12-10 .aux-keep-aspect { height: 0px; padding-bottom: 83.3333%; }
  .aux-t-tile-sg-12-10 { width: calc(100% - 2px); padding-bottom: 83.3333%; margin: 0px 1px; }
  .aux-t-tile-lg-12-10 { width: calc(100% - 30px); padding-bottom: 83.3333%; margin: 0px 15px; }
  .aux-t-tile-1-11 { width: 8.33333%; padding-bottom: 91.6667%; }
  .aux-t-tile-1-11 .aux-keep-aspect { height: 0px; padding-bottom: 183.333%; }
  .aux-t-tile-sg-1-11 { width: calc(8.33333% - 2px); padding-bottom: 91.6667%; margin: 0px 1px; }
  .aux-t-tile-lg-1-11 { width: calc(8.33333% - 30px); padding-bottom: 91.6667%; margin: 0px 15px; }
  .aux-t-tile-2-11 { width: 16.6667%; padding-bottom: 91.6667%; }
  .aux-t-tile-2-11 .aux-keep-aspect { height: 0px; padding-bottom: 175%; }
  .aux-t-tile-sg-2-11 { width: calc(16.6667% - 2px); padding-bottom: 91.6667%; margin: 0px 1px; }
  .aux-t-tile-lg-2-11 { width: calc(16.6667% - 30px); padding-bottom: 91.6667%; margin: 0px 15px; }
  .aux-t-tile-3-11 { width: 25%; padding-bottom: 91.6667%; }
  .aux-t-tile-3-11 .aux-keep-aspect { height: 0px; padding-bottom: 166.667%; }
  .aux-t-tile-sg-3-11 { width: calc(25% - 2px); padding-bottom: 91.6667%; margin: 0px 1px; }
  .aux-t-tile-lg-3-11 { width: calc(25% - 30px); padding-bottom: 91.6667%; margin: 0px 15px; }
  .aux-t-tile-4-11 { width: 33.3333%; padding-bottom: 91.6667%; }
  .aux-t-tile-4-11 .aux-keep-aspect { height: 0px; padding-bottom: 158.333%; }
  .aux-t-tile-sg-4-11 { width: calc(33.3333% - 2px); padding-bottom: 91.6667%; margin: 0px 1px; }
  .aux-t-tile-lg-4-11 { width: calc(33.3333% - 30px); padding-bottom: 91.6667%; margin: 0px 15px; }
  .aux-t-tile-5-11 { width: 41.6667%; padding-bottom: 91.6667%; }
  .aux-t-tile-5-11 .aux-keep-aspect { height: 0px; padding-bottom: 150%; }
  .aux-t-tile-sg-5-11 { width: calc(41.6667% - 2px); padding-bottom: 91.6667%; margin: 0px 1px; }
  .aux-t-tile-lg-5-11 { width: calc(41.6667% - 30px); padding-bottom: 91.6667%; margin: 0px 15px; }
  .aux-t-tile-6-11 { width: 50%; padding-bottom: 91.6667%; }
  .aux-t-tile-6-11 .aux-keep-aspect { height: 0px; padding-bottom: 141.667%; }
  .aux-t-tile-sg-6-11 { width: calc(50% - 2px); padding-bottom: 91.6667%; margin: 0px 1px; }
  .aux-t-tile-lg-6-11 { width: calc(50% - 30px); padding-bottom: 91.6667%; margin: 0px 15px; }
  .aux-t-tile-7-11 { width: 58.3333%; padding-bottom: 91.6667%; }
  .aux-t-tile-7-11 .aux-keep-aspect { height: 0px; padding-bottom: 133.333%; }
  .aux-t-tile-sg-7-11 { width: calc(58.3333% - 2px); padding-bottom: 91.6667%; margin: 0px 1px; }
  .aux-t-tile-lg-7-11 { width: calc(58.3333% - 30px); padding-bottom: 91.6667%; margin: 0px 15px; }
  .aux-t-tile-8-11 { width: 66.6667%; padding-bottom: 91.6667%; }
  .aux-t-tile-8-11 .aux-keep-aspect { height: 0px; padding-bottom: 125%; }
  .aux-t-tile-sg-8-11 { width: calc(66.6667% - 2px); padding-bottom: 91.6667%; margin: 0px 1px; }
  .aux-t-tile-lg-8-11 { width: calc(66.6667% - 30px); padding-bottom: 91.6667%; margin: 0px 15px; }
  .aux-t-tile-9-11 { width: 75%; padding-bottom: 91.6667%; }
  .aux-t-tile-9-11 .aux-keep-aspect { height: 0px; padding-bottom: 116.667%; }
  .aux-t-tile-sg-9-11 { width: calc(75% - 2px); padding-bottom: 91.6667%; margin: 0px 1px; }
  .aux-t-tile-lg-9-11 { width: calc(75% - 30px); padding-bottom: 91.6667%; margin: 0px 15px; }
  .aux-t-tile-10-11 { width: 83.3333%; padding-bottom: 91.6667%; }
  .aux-t-tile-10-11 .aux-keep-aspect { height: 0px; padding-bottom: 108.333%; }
  .aux-t-tile-sg-10-11 { width: calc(83.3333% - 2px); padding-bottom: 91.6667%; margin: 0px 1px; }
  .aux-t-tile-lg-10-11 { width: calc(83.3333% - 30px); padding-bottom: 91.6667%; margin: 0px 15px; }
  .aux-t-tile-11-11 { width: 91.6667%; padding-bottom: 91.6667%; }
  .aux-t-tile-11-11 .aux-keep-aspect { height: 0px; padding-bottom: 100%; }
  .aux-t-tile-sg-11-11 { width: calc(91.6667% - 2px); padding-bottom: 91.6667%; margin: 0px 1px; }
  .aux-t-tile-lg-11-11 { width: calc(91.6667% - 30px); padding-bottom: 91.6667%; margin: 0px 15px; }
  .aux-t-tile-12-11 { width: 100%; padding-bottom: 91.6667%; }
  .aux-t-tile-12-11 .aux-keep-aspect { height: 0px; padding-bottom: 91.6667%; }
  .aux-t-tile-sg-12-11 { width: calc(100% - 2px); padding-bottom: 91.6667%; margin: 0px 1px; }
  .aux-t-tile-lg-12-11 { width: calc(100% - 30px); padding-bottom: 91.6667%; margin: 0px 15px; }
  .aux-t-tile-1-12 { width: 8.33333%; padding-bottom: 100%; }
  .aux-t-tile-1-12 .aux-keep-aspect { height: 0px; padding-bottom: 191.667%; }
  .aux-t-tile-sg-1-12 { width: calc(8.33333% - 2px); padding-bottom: 100%; margin: 0px 1px; }
  .aux-t-tile-lg-1-12 { width: calc(8.33333% - 30px); padding-bottom: 100%; margin: 0px 15px; }
  .aux-t-tile-2-12 { width: 16.6667%; padding-bottom: 100%; }
  .aux-t-tile-2-12 .aux-keep-aspect { height: 0px; padding-bottom: 183.333%; }
  .aux-t-tile-sg-2-12 { width: calc(16.6667% - 2px); padding-bottom: 100%; margin: 0px 1px; }
  .aux-t-tile-lg-2-12 { width: calc(16.6667% - 30px); padding-bottom: 100%; margin: 0px 15px; }
  .aux-t-tile-3-12 { width: 25%; padding-bottom: 100%; }
  .aux-t-tile-3-12 .aux-keep-aspect { height: 0px; padding-bottom: 175%; }
  .aux-t-tile-sg-3-12 { width: calc(25% - 2px); padding-bottom: 100%; margin: 0px 1px; }
  .aux-t-tile-lg-3-12 { width: calc(25% - 30px); padding-bottom: 100%; margin: 0px 15px; }
  .aux-t-tile-4-12 { width: 33.3333%; padding-bottom: 100%; }
  .aux-t-tile-4-12 .aux-keep-aspect { height: 0px; padding-bottom: 166.667%; }
  .aux-t-tile-sg-4-12 { width: calc(33.3333% - 2px); padding-bottom: 100%; margin: 0px 1px; }
  .aux-t-tile-lg-4-12 { width: calc(33.3333% - 30px); padding-bottom: 100%; margin: 0px 15px; }
  .aux-t-tile-5-12 { width: 41.6667%; padding-bottom: 100%; }
  .aux-t-tile-5-12 .aux-keep-aspect { height: 0px; padding-bottom: 158.333%; }
  .aux-t-tile-sg-5-12 { width: calc(41.6667% - 2px); padding-bottom: 100%; margin: 0px 1px; }
  .aux-t-tile-lg-5-12 { width: calc(41.6667% - 30px); padding-bottom: 100%; margin: 0px 15px; }
  .aux-t-tile-6-12 { width: 50%; padding-bottom: 100%; }
  .aux-t-tile-6-12 .aux-keep-aspect { height: 0px; padding-bottom: 150%; }
  .aux-t-tile-sg-6-12 { width: calc(50% - 2px); padding-bottom: 100%; margin: 0px 1px; }
  .aux-t-tile-lg-6-12 { width: calc(50% - 30px); padding-bottom: 100%; margin: 0px 15px; }
  .aux-t-tile-7-12 { width: 58.3333%; padding-bottom: 100%; }
  .aux-t-tile-7-12 .aux-keep-aspect { height: 0px; padding-bottom: 141.667%; }
  .aux-t-tile-sg-7-12 { width: calc(58.3333% - 2px); padding-bottom: 100%; margin: 0px 1px; }
  .aux-t-tile-lg-7-12 { width: calc(58.3333% - 30px); padding-bottom: 100%; margin: 0px 15px; }
  .aux-t-tile-8-12 { width: 66.6667%; padding-bottom: 100%; }
  .aux-t-tile-8-12 .aux-keep-aspect { height: 0px; padding-bottom: 133.333%; }
  .aux-t-tile-sg-8-12 { width: calc(66.6667% - 2px); padding-bottom: 100%; margin: 0px 1px; }
  .aux-t-tile-lg-8-12 { width: calc(66.6667% - 30px); padding-bottom: 100%; margin: 0px 15px; }
  .aux-t-tile-9-12 { width: 75%; padding-bottom: 100%; }
  .aux-t-tile-9-12 .aux-keep-aspect { height: 0px; padding-bottom: 125%; }
  .aux-t-tile-sg-9-12 { width: calc(75% - 2px); padding-bottom: 100%; margin: 0px 1px; }
  .aux-t-tile-lg-9-12 { width: calc(75% - 30px); padding-bottom: 100%; margin: 0px 15px; }
  .aux-t-tile-10-12 { width: 83.3333%; padding-bottom: 100%; }
  .aux-t-tile-10-12 .aux-keep-aspect { height: 0px; padding-bottom: 116.667%; }
  .aux-t-tile-sg-10-12 { width: calc(83.3333% - 2px); padding-bottom: 100%; margin: 0px 1px; }
  .aux-t-tile-lg-10-12 { width: calc(83.3333% - 30px); padding-bottom: 100%; margin: 0px 15px; }
  .aux-t-tile-11-12 { width: 91.6667%; padding-bottom: 100%; }
  .aux-t-tile-11-12 .aux-keep-aspect { height: 0px; padding-bottom: 108.333%; }
  .aux-t-tile-sg-11-12 { width: calc(91.6667% - 2px); padding-bottom: 100%; margin: 0px 1px; }
  .aux-t-tile-lg-11-12 { width: calc(91.6667% - 30px); padding-bottom: 100%; margin: 0px 15px; }
  .aux-t-tile-12-12 { width: 100%; padding-bottom: 100%; }
  .aux-t-tile-12-12 .aux-keep-aspect { height: 0px; padding-bottom: 100%; }
  .aux-t-tile-sg-12-12 { width: calc(100% - 2px); padding-bottom: 100%; margin: 0px 1px; }
  .aux-t-tile-lg-12-12 { width: calc(100% - 30px); padding-bottom: 100%; margin: 0px 15px; }
}
@media screen and (max-width: 767px) {
  .aux-m-tile-1-1 { width: 8.33333%; padding-bottom: 8.33333%; }
  .aux-m-tile-1-1 .aux-keep-aspect { height: 0px; padding-bottom: 100%; }
  .aux-m-tile-sg-1-1 { width: calc(8.33333% - 2px); padding-bottom: 8.33333%; margin: 0px 1px; }
  .aux-m-tile-lg-1-1 { width: calc(8.33333% - 30px); padding-bottom: 8.33333%; margin: 0px 15px; }
  .aux-m-tile-2-1 { width: 16.6667%; padding-bottom: 8.33333%; }
  .aux-m-tile-2-1 .aux-keep-aspect { height: 0px; padding-bottom: 91.6667%; }
  .aux-m-tile-sg-2-1 { width: calc(16.6667% - 2px); padding-bottom: 8.33333%; margin: 0px 1px; }
  .aux-m-tile-lg-2-1 { width: calc(16.6667% - 30px); padding-bottom: 8.33333%; margin: 0px 15px; }
  .aux-m-tile-3-1 { width: 25%; padding-bottom: 8.33333%; }
  .aux-m-tile-3-1 .aux-keep-aspect { height: 0px; padding-bottom: 83.3333%; }
  .aux-m-tile-sg-3-1 { width: calc(25% - 2px); padding-bottom: 8.33333%; margin: 0px 1px; }
  .aux-m-tile-lg-3-1 { width: calc(25% - 30px); padding-bottom: 8.33333%; margin: 0px 15px; }
  .aux-m-tile-4-1 { width: 33.3333%; padding-bottom: 8.33333%; }
  .aux-m-tile-4-1 .aux-keep-aspect { height: 0px; padding-bottom: 75%; }
  .aux-m-tile-sg-4-1 { width: calc(33.3333% - 2px); padding-bottom: 8.33333%; margin: 0px 1px; }
  .aux-m-tile-lg-4-1 { width: calc(33.3333% - 30px); padding-bottom: 8.33333%; margin: 0px 15px; }
  .aux-m-tile-5-1 { width: 41.6667%; padding-bottom: 8.33333%; }
  .aux-m-tile-5-1 .aux-keep-aspect { height: 0px; padding-bottom: 66.6667%; }
  .aux-m-tile-sg-5-1 { width: calc(41.6667% - 2px); padding-bottom: 8.33333%; margin: 0px 1px; }
  .aux-m-tile-lg-5-1 { width: calc(41.6667% - 30px); padding-bottom: 8.33333%; margin: 0px 15px; }
  .aux-m-tile-6-1 { width: 50%; padding-bottom: 8.33333%; }
  .aux-m-tile-6-1 .aux-keep-aspect { height: 0px; padding-bottom: 58.3333%; }
  .aux-m-tile-sg-6-1 { width: calc(50% - 2px); padding-bottom: 8.33333%; margin: 0px 1px; }
  .aux-m-tile-lg-6-1 { width: calc(50% - 30px); padding-bottom: 8.33333%; margin: 0px 15px; }
  .aux-m-tile-7-1 { width: 58.3333%; padding-bottom: 8.33333%; }
  .aux-m-tile-7-1 .aux-keep-aspect { height: 0px; padding-bottom: 50%; }
  .aux-m-tile-sg-7-1 { width: calc(58.3333% - 2px); padding-bottom: 8.33333%; margin: 0px 1px; }
  .aux-m-tile-lg-7-1 { width: calc(58.3333% - 30px); padding-bottom: 8.33333%; margin: 0px 15px; }
  .aux-m-tile-8-1 { width: 66.6667%; padding-bottom: 8.33333%; }
  .aux-m-tile-8-1 .aux-keep-aspect { height: 0px; padding-bottom: 41.6667%; }
  .aux-m-tile-sg-8-1 { width: calc(66.6667% - 2px); padding-bottom: 8.33333%; margin: 0px 1px; }
  .aux-m-tile-lg-8-1 { width: calc(66.6667% - 30px); padding-bottom: 8.33333%; margin: 0px 15px; }
  .aux-m-tile-9-1 { width: 75%; padding-bottom: 8.33333%; }
  .aux-m-tile-9-1 .aux-keep-aspect { height: 0px; padding-bottom: 33.3333%; }
  .aux-m-tile-sg-9-1 { width: calc(75% - 2px); padding-bottom: 8.33333%; margin: 0px 1px; }
  .aux-m-tile-lg-9-1 { width: calc(75% - 30px); padding-bottom: 8.33333%; margin: 0px 15px; }
  .aux-m-tile-10-1 { width: 83.3333%; padding-bottom: 8.33333%; }
  .aux-m-tile-10-1 .aux-keep-aspect { height: 0px; padding-bottom: 25%; }
  .aux-m-tile-sg-10-1 { width: calc(83.3333% - 2px); padding-bottom: 8.33333%; margin: 0px 1px; }
  .aux-m-tile-lg-10-1 { width: calc(83.3333% - 30px); padding-bottom: 8.33333%; margin: 0px 15px; }
  .aux-m-tile-11-1 { width: 91.6667%; padding-bottom: 8.33333%; }
  .aux-m-tile-11-1 .aux-keep-aspect { height: 0px; padding-bottom: 16.6667%; }
  .aux-m-tile-sg-11-1 { width: calc(91.6667% - 2px); padding-bottom: 8.33333%; margin: 0px 1px; }
  .aux-m-tile-lg-11-1 { width: calc(91.6667% - 30px); padding-bottom: 8.33333%; margin: 0px 15px; }
  .aux-m-tile-12-1 { width: 100%; padding-bottom: 8.33333%; }
  .aux-m-tile-12-1 .aux-keep-aspect { height: 0px; padding-bottom: 8.33333%; }
  .aux-m-tile-sg-12-1 { width: calc(100% - 2px); padding-bottom: 8.33333%; margin: 0px 1px; }
  .aux-m-tile-lg-12-1 { width: calc(100% - 30px); padding-bottom: 8.33333%; margin: 0px 15px; }
  .aux-m-tile-1-2 { width: 8.33333%; padding-bottom: 16.6667%; }
  .aux-m-tile-1-2 .aux-keep-aspect { height: 0px; padding-bottom: 108.333%; }
  .aux-m-tile-sg-1-2 { width: calc(8.33333% - 2px); padding-bottom: 16.6667%; margin: 0px 1px; }
  .aux-m-tile-lg-1-2 { width: calc(8.33333% - 30px); padding-bottom: 16.6667%; margin: 0px 15px; }
  .aux-m-tile-2-2 { width: 16.6667%; padding-bottom: 16.6667%; }
  .aux-m-tile-2-2 .aux-keep-aspect { height: 0px; padding-bottom: 100%; }
  .aux-m-tile-sg-2-2 { width: calc(16.6667% - 2px); padding-bottom: 16.6667%; margin: 0px 1px; }
  .aux-m-tile-lg-2-2 { width: calc(16.6667% - 30px); padding-bottom: 16.6667%; margin: 0px 15px; }
  .aux-m-tile-3-2 { width: 25%; padding-bottom: 16.6667%; }
  .aux-m-tile-3-2 .aux-keep-aspect { height: 0px; padding-bottom: 91.6667%; }
  .aux-m-tile-sg-3-2 { width: calc(25% - 2px); padding-bottom: 16.6667%; margin: 0px 1px; }
  .aux-m-tile-lg-3-2 { width: calc(25% - 30px); padding-bottom: 16.6667%; margin: 0px 15px; }
  .aux-m-tile-4-2 { width: 33.3333%; padding-bottom: 16.6667%; }
  .aux-m-tile-4-2 .aux-keep-aspect { height: 0px; padding-bottom: 83.3333%; }
  .aux-m-tile-sg-4-2 { width: calc(33.3333% - 2px); padding-bottom: 16.6667%; margin: 0px 1px; }
  .aux-m-tile-lg-4-2 { width: calc(33.3333% - 30px); padding-bottom: 16.6667%; margin: 0px 15px; }
  .aux-m-tile-5-2 { width: 41.6667%; padding-bottom: 16.6667%; }
  .aux-m-tile-5-2 .aux-keep-aspect { height: 0px; padding-bottom: 75%; }
  .aux-m-tile-sg-5-2 { width: calc(41.6667% - 2px); padding-bottom: 16.6667%; margin: 0px 1px; }
  .aux-m-tile-lg-5-2 { width: calc(41.6667% - 30px); padding-bottom: 16.6667%; margin: 0px 15px; }
  .aux-m-tile-6-2 { width: 50%; padding-bottom: 16.6667%; }
  .aux-m-tile-6-2 .aux-keep-aspect { height: 0px; padding-bottom: 66.6667%; }
  .aux-m-tile-sg-6-2 { width: calc(50% - 2px); padding-bottom: 16.6667%; margin: 0px 1px; }
  .aux-m-tile-lg-6-2 { width: calc(50% - 30px); padding-bottom: 16.6667%; margin: 0px 15px; }
  .aux-m-tile-7-2 { width: 58.3333%; padding-bottom: 16.6667%; }
  .aux-m-tile-7-2 .aux-keep-aspect { height: 0px; padding-bottom: 58.3333%; }
  .aux-m-tile-sg-7-2 { width: calc(58.3333% - 2px); padding-bottom: 16.6667%; margin: 0px 1px; }
  .aux-m-tile-lg-7-2 { width: calc(58.3333% - 30px); padding-bottom: 16.6667%; margin: 0px 15px; }
  .aux-m-tile-8-2 { width: 66.6667%; padding-bottom: 16.6667%; }
  .aux-m-tile-8-2 .aux-keep-aspect { height: 0px; padding-bottom: 50%; }
  .aux-m-tile-sg-8-2 { width: calc(66.6667% - 2px); padding-bottom: 16.6667%; margin: 0px 1px; }
  .aux-m-tile-lg-8-2 { width: calc(66.6667% - 30px); padding-bottom: 16.6667%; margin: 0px 15px; }
  .aux-m-tile-9-2 { width: 75%; padding-bottom: 16.6667%; }
  .aux-m-tile-9-2 .aux-keep-aspect { height: 0px; padding-bottom: 41.6667%; }
  .aux-m-tile-sg-9-2 { width: calc(75% - 2px); padding-bottom: 16.6667%; margin: 0px 1px; }
  .aux-m-tile-lg-9-2 { width: calc(75% - 30px); padding-bottom: 16.6667%; margin: 0px 15px; }
  .aux-m-tile-10-2 { width: 83.3333%; padding-bottom: 16.6667%; }
  .aux-m-tile-10-2 .aux-keep-aspect { height: 0px; padding-bottom: 33.3333%; }
  .aux-m-tile-sg-10-2 { width: calc(83.3333% - 2px); padding-bottom: 16.6667%; margin: 0px 1px; }
  .aux-m-tile-lg-10-2 { width: calc(83.3333% - 30px); padding-bottom: 16.6667%; margin: 0px 15px; }
  .aux-m-tile-11-2 { width: 91.6667%; padding-bottom: 16.6667%; }
  .aux-m-tile-11-2 .aux-keep-aspect { height: 0px; padding-bottom: 25%; }
  .aux-m-tile-sg-11-2 { width: calc(91.6667% - 2px); padding-bottom: 16.6667%; margin: 0px 1px; }
  .aux-m-tile-lg-11-2 { width: calc(91.6667% - 30px); padding-bottom: 16.6667%; margin: 0px 15px; }
  .aux-m-tile-12-2 { width: 100%; padding-bottom: 16.6667%; }
  .aux-m-tile-12-2 .aux-keep-aspect { height: 0px; padding-bottom: 16.6667%; }
  .aux-m-tile-sg-12-2 { width: calc(100% - 2px); padding-bottom: 16.6667%; margin: 0px 1px; }
  .aux-m-tile-lg-12-2 { width: calc(100% - 30px); padding-bottom: 16.6667%; margin: 0px 15px; }
  .aux-m-tile-1-3 { width: 8.33333%; padding-bottom: 25%; }
  .aux-m-tile-1-3 .aux-keep-aspect { height: 0px; padding-bottom: 116.667%; }
  .aux-m-tile-sg-1-3 { width: calc(8.33333% - 2px); padding-bottom: 25%; margin: 0px 1px; }
  .aux-m-tile-lg-1-3 { width: calc(8.33333% - 30px); padding-bottom: 25%; margin: 0px 15px; }
  .aux-m-tile-2-3 { width: 16.6667%; padding-bottom: 25%; }
  .aux-m-tile-2-3 .aux-keep-aspect { height: 0px; padding-bottom: 108.333%; }
  .aux-m-tile-sg-2-3 { width: calc(16.6667% - 2px); padding-bottom: 25%; margin: 0px 1px; }
  .aux-m-tile-lg-2-3 { width: calc(16.6667% - 30px); padding-bottom: 25%; margin: 0px 15px; }
  .aux-m-tile-3-3 { width: 25%; padding-bottom: 25%; }
  .aux-m-tile-3-3 .aux-keep-aspect { height: 0px; padding-bottom: 100%; }
  .aux-m-tile-sg-3-3 { width: calc(25% - 2px); padding-bottom: 25%; margin: 0px 1px; }
  .aux-m-tile-lg-3-3 { width: calc(25% - 30px); padding-bottom: 25%; margin: 0px 15px; }
  .aux-m-tile-4-3 { width: 33.3333%; padding-bottom: 25%; }
  .aux-m-tile-4-3 .aux-keep-aspect { height: 0px; padding-bottom: 91.6667%; }
  .aux-m-tile-sg-4-3 { width: calc(33.3333% - 2px); padding-bottom: 25%; margin: 0px 1px; }
  .aux-m-tile-lg-4-3 { width: calc(33.3333% - 30px); padding-bottom: 25%; margin: 0px 15px; }
  .aux-m-tile-5-3 { width: 41.6667%; padding-bottom: 25%; }
  .aux-m-tile-5-3 .aux-keep-aspect { height: 0px; padding-bottom: 83.3333%; }
  .aux-m-tile-sg-5-3 { width: calc(41.6667% - 2px); padding-bottom: 25%; margin: 0px 1px; }
  .aux-m-tile-lg-5-3 { width: calc(41.6667% - 30px); padding-bottom: 25%; margin: 0px 15px; }
  .aux-m-tile-6-3 { width: 50%; padding-bottom: 25%; }
  .aux-m-tile-6-3 .aux-keep-aspect { height: 0px; padding-bottom: 75%; }
  .aux-m-tile-sg-6-3 { width: calc(50% - 2px); padding-bottom: 25%; margin: 0px 1px; }
  .aux-m-tile-lg-6-3 { width: calc(50% - 30px); padding-bottom: 25%; margin: 0px 15px; }
  .aux-m-tile-7-3 { width: 58.3333%; padding-bottom: 25%; }
  .aux-m-tile-7-3 .aux-keep-aspect { height: 0px; padding-bottom: 66.6667%; }
  .aux-m-tile-sg-7-3 { width: calc(58.3333% - 2px); padding-bottom: 25%; margin: 0px 1px; }
  .aux-m-tile-lg-7-3 { width: calc(58.3333% - 30px); padding-bottom: 25%; margin: 0px 15px; }
  .aux-m-tile-8-3 { width: 66.6667%; padding-bottom: 25%; }
  .aux-m-tile-8-3 .aux-keep-aspect { height: 0px; padding-bottom: 58.3333%; }
  .aux-m-tile-sg-8-3 { width: calc(66.6667% - 2px); padding-bottom: 25%; margin: 0px 1px; }
  .aux-m-tile-lg-8-3 { width: calc(66.6667% - 30px); padding-bottom: 25%; margin: 0px 15px; }
  .aux-m-tile-9-3 { width: 75%; padding-bottom: 25%; }
  .aux-m-tile-9-3 .aux-keep-aspect { height: 0px; padding-bottom: 50%; }
  .aux-m-tile-sg-9-3 { width: calc(75% - 2px); padding-bottom: 25%; margin: 0px 1px; }
  .aux-m-tile-lg-9-3 { width: calc(75% - 30px); padding-bottom: 25%; margin: 0px 15px; }
  .aux-m-tile-10-3 { width: 83.3333%; padding-bottom: 25%; }
  .aux-m-tile-10-3 .aux-keep-aspect { height: 0px; padding-bottom: 41.6667%; }
  .aux-m-tile-sg-10-3 { width: calc(83.3333% - 2px); padding-bottom: 25%; margin: 0px 1px; }
  .aux-m-tile-lg-10-3 { width: calc(83.3333% - 30px); padding-bottom: 25%; margin: 0px 15px; }
  .aux-m-tile-11-3 { width: 91.6667%; padding-bottom: 25%; }
  .aux-m-tile-11-3 .aux-keep-aspect { height: 0px; padding-bottom: 33.3333%; }
  .aux-m-tile-sg-11-3 { width: calc(91.6667% - 2px); padding-bottom: 25%; margin: 0px 1px; }
  .aux-m-tile-lg-11-3 { width: calc(91.6667% - 30px); padding-bottom: 25%; margin: 0px 15px; }
  .aux-m-tile-12-3 { width: 100%; padding-bottom: 25%; }
  .aux-m-tile-12-3 .aux-keep-aspect { height: 0px; padding-bottom: 25%; }
  .aux-m-tile-sg-12-3 { width: calc(100% - 2px); padding-bottom: 25%; margin: 0px 1px; }
  .aux-m-tile-lg-12-3 { width: calc(100% - 30px); padding-bottom: 25%; margin: 0px 15px; }
  .aux-m-tile-1-4 { width: 8.33333%; padding-bottom: 33.3333%; }
  .aux-m-tile-1-4 .aux-keep-aspect { height: 0px; padding-bottom: 125%; }
  .aux-m-tile-sg-1-4 { width: calc(8.33333% - 2px); padding-bottom: 33.3333%; margin: 0px 1px; }
  .aux-m-tile-lg-1-4 { width: calc(8.33333% - 30px); padding-bottom: 33.3333%; margin: 0px 15px; }
  .aux-m-tile-2-4 { width: 16.6667%; padding-bottom: 33.3333%; }
  .aux-m-tile-2-4 .aux-keep-aspect { height: 0px; padding-bottom: 116.667%; }
  .aux-m-tile-sg-2-4 { width: calc(16.6667% - 2px); padding-bottom: 33.3333%; margin: 0px 1px; }
  .aux-m-tile-lg-2-4 { width: calc(16.6667% - 30px); padding-bottom: 33.3333%; margin: 0px 15px; }
  .aux-m-tile-3-4 { width: 25%; padding-bottom: 33.3333%; }
  .aux-m-tile-3-4 .aux-keep-aspect { height: 0px; padding-bottom: 108.333%; }
  .aux-m-tile-sg-3-4 { width: calc(25% - 2px); padding-bottom: 33.3333%; margin: 0px 1px; }
  .aux-m-tile-lg-3-4 { width: calc(25% - 30px); padding-bottom: 33.3333%; margin: 0px 15px; }
  .aux-m-tile-4-4 { width: 33.3333%; padding-bottom: 33.3333%; }
  .aux-m-tile-4-4 .aux-keep-aspect { height: 0px; padding-bottom: 100%; }
  .aux-m-tile-sg-4-4 { width: calc(33.3333% - 2px); padding-bottom: 33.3333%; margin: 0px 1px; }
  .aux-m-tile-lg-4-4 { width: calc(33.3333% - 30px); padding-bottom: 33.3333%; margin: 0px 15px; }
  .aux-m-tile-5-4 { width: 41.6667%; padding-bottom: 33.3333%; }
  .aux-m-tile-5-4 .aux-keep-aspect { height: 0px; padding-bottom: 91.6667%; }
  .aux-m-tile-sg-5-4 { width: calc(41.6667% - 2px); padding-bottom: 33.3333%; margin: 0px 1px; }
  .aux-m-tile-lg-5-4 { width: calc(41.6667% - 30px); padding-bottom: 33.3333%; margin: 0px 15px; }
  .aux-m-tile-6-4 { width: 50%; padding-bottom: 33.3333%; }
  .aux-m-tile-6-4 .aux-keep-aspect { height: 0px; padding-bottom: 83.3333%; }
  .aux-m-tile-sg-6-4 { width: calc(50% - 2px); padding-bottom: 33.3333%; margin: 0px 1px; }
  .aux-m-tile-lg-6-4 { width: calc(50% - 30px); padding-bottom: 33.3333%; margin: 0px 15px; }
  .aux-m-tile-7-4 { width: 58.3333%; padding-bottom: 33.3333%; }
  .aux-m-tile-7-4 .aux-keep-aspect { height: 0px; padding-bottom: 75%; }
  .aux-m-tile-sg-7-4 { width: calc(58.3333% - 2px); padding-bottom: 33.3333%; margin: 0px 1px; }
  .aux-m-tile-lg-7-4 { width: calc(58.3333% - 30px); padding-bottom: 33.3333%; margin: 0px 15px; }
  .aux-m-tile-8-4 { width: 66.6667%; padding-bottom: 33.3333%; }
  .aux-m-tile-8-4 .aux-keep-aspect { height: 0px; padding-bottom: 66.6667%; }
  .aux-m-tile-sg-8-4 { width: calc(66.6667% - 2px); padding-bottom: 33.3333%; margin: 0px 1px; }
  .aux-m-tile-lg-8-4 { width: calc(66.6667% - 30px); padding-bottom: 33.3333%; margin: 0px 15px; }
  .aux-m-tile-9-4 { width: 75%; padding-bottom: 33.3333%; }
  .aux-m-tile-9-4 .aux-keep-aspect { height: 0px; padding-bottom: 58.3333%; }
  .aux-m-tile-sg-9-4 { width: calc(75% - 2px); padding-bottom: 33.3333%; margin: 0px 1px; }
  .aux-m-tile-lg-9-4 { width: calc(75% - 30px); padding-bottom: 33.3333%; margin: 0px 15px; }
  .aux-m-tile-10-4 { width: 83.3333%; padding-bottom: 33.3333%; }
  .aux-m-tile-10-4 .aux-keep-aspect { height: 0px; padding-bottom: 50%; }
  .aux-m-tile-sg-10-4 { width: calc(83.3333% - 2px); padding-bottom: 33.3333%; margin: 0px 1px; }
  .aux-m-tile-lg-10-4 { width: calc(83.3333% - 30px); padding-bottom: 33.3333%; margin: 0px 15px; }
  .aux-m-tile-11-4 { width: 91.6667%; padding-bottom: 33.3333%; }
  .aux-m-tile-11-4 .aux-keep-aspect { height: 0px; padding-bottom: 41.6667%; }
  .aux-m-tile-sg-11-4 { width: calc(91.6667% - 2px); padding-bottom: 33.3333%; margin: 0px 1px; }
  .aux-m-tile-lg-11-4 { width: calc(91.6667% - 30px); padding-bottom: 33.3333%; margin: 0px 15px; }
  .aux-m-tile-12-4 { width: 100%; padding-bottom: 33.3333%; }
  .aux-m-tile-12-4 .aux-keep-aspect { height: 0px; padding-bottom: 33.3333%; }
  .aux-m-tile-sg-12-4 { width: calc(100% - 2px); padding-bottom: 33.3333%; margin: 0px 1px; }
  .aux-m-tile-lg-12-4 { width: calc(100% - 30px); padding-bottom: 33.3333%; margin: 0px 15px; }
  .aux-m-tile-1-5 { width: 8.33333%; padding-bottom: 41.6667%; }
  .aux-m-tile-1-5 .aux-keep-aspect { height: 0px; padding-bottom: 133.333%; }
  .aux-m-tile-sg-1-5 { width: calc(8.33333% - 2px); padding-bottom: 41.6667%; margin: 0px 1px; }
  .aux-m-tile-lg-1-5 { width: calc(8.33333% - 30px); padding-bottom: 41.6667%; margin: 0px 15px; }
  .aux-m-tile-2-5 { width: 16.6667%; padding-bottom: 41.6667%; }
  .aux-m-tile-2-5 .aux-keep-aspect { height: 0px; padding-bottom: 125%; }
  .aux-m-tile-sg-2-5 { width: calc(16.6667% - 2px); padding-bottom: 41.6667%; margin: 0px 1px; }
  .aux-m-tile-lg-2-5 { width: calc(16.6667% - 30px); padding-bottom: 41.6667%; margin: 0px 15px; }
  .aux-m-tile-3-5 { width: 25%; padding-bottom: 41.6667%; }
  .aux-m-tile-3-5 .aux-keep-aspect { height: 0px; padding-bottom: 116.667%; }
  .aux-m-tile-sg-3-5 { width: calc(25% - 2px); padding-bottom: 41.6667%; margin: 0px 1px; }
  .aux-m-tile-lg-3-5 { width: calc(25% - 30px); padding-bottom: 41.6667%; margin: 0px 15px; }
  .aux-m-tile-4-5 { width: 33.3333%; padding-bottom: 41.6667%; }
  .aux-m-tile-4-5 .aux-keep-aspect { height: 0px; padding-bottom: 108.333%; }
  .aux-m-tile-sg-4-5 { width: calc(33.3333% - 2px); padding-bottom: 41.6667%; margin: 0px 1px; }
  .aux-m-tile-lg-4-5 { width: calc(33.3333% - 30px); padding-bottom: 41.6667%; margin: 0px 15px; }
  .aux-m-tile-5-5 { width: 41.6667%; padding-bottom: 41.6667%; }
  .aux-m-tile-5-5 .aux-keep-aspect { height: 0px; padding-bottom: 100%; }
  .aux-m-tile-sg-5-5 { width: calc(41.6667% - 2px); padding-bottom: 41.6667%; margin: 0px 1px; }
  .aux-m-tile-lg-5-5 { width: calc(41.6667% - 30px); padding-bottom: 41.6667%; margin: 0px 15px; }
  .aux-m-tile-6-5 { width: 50%; padding-bottom: 41.6667%; }
  .aux-m-tile-6-5 .aux-keep-aspect { height: 0px; padding-bottom: 91.6667%; }
  .aux-m-tile-sg-6-5 { width: calc(50% - 2px); padding-bottom: 41.6667%; margin: 0px 1px; }
  .aux-m-tile-lg-6-5 { width: calc(50% - 30px); padding-bottom: 41.6667%; margin: 0px 15px; }
  .aux-m-tile-7-5 { width: 58.3333%; padding-bottom: 41.6667%; }
  .aux-m-tile-7-5 .aux-keep-aspect { height: 0px; padding-bottom: 83.3333%; }
  .aux-m-tile-sg-7-5 { width: calc(58.3333% - 2px); padding-bottom: 41.6667%; margin: 0px 1px; }
  .aux-m-tile-lg-7-5 { width: calc(58.3333% - 30px); padding-bottom: 41.6667%; margin: 0px 15px; }
  .aux-m-tile-8-5 { width: 66.6667%; padding-bottom: 41.6667%; }
  .aux-m-tile-8-5 .aux-keep-aspect { height: 0px; padding-bottom: 75%; }
  .aux-m-tile-sg-8-5 { width: calc(66.6667% - 2px); padding-bottom: 41.6667%; margin: 0px 1px; }
  .aux-m-tile-lg-8-5 { width: calc(66.6667% - 30px); padding-bottom: 41.6667%; margin: 0px 15px; }
  .aux-m-tile-9-5 { width: 75%; padding-bottom: 41.6667%; }
  .aux-m-tile-9-5 .aux-keep-aspect { height: 0px; padding-bottom: 66.6667%; }
  .aux-m-tile-sg-9-5 { width: calc(75% - 2px); padding-bottom: 41.6667%; margin: 0px 1px; }
  .aux-m-tile-lg-9-5 { width: calc(75% - 30px); padding-bottom: 41.6667%; margin: 0px 15px; }
  .aux-m-tile-10-5 { width: 83.3333%; padding-bottom: 41.6667%; }
  .aux-m-tile-10-5 .aux-keep-aspect { height: 0px; padding-bottom: 58.3333%; }
  .aux-m-tile-sg-10-5 { width: calc(83.3333% - 2px); padding-bottom: 41.6667%; margin: 0px 1px; }
  .aux-m-tile-lg-10-5 { width: calc(83.3333% - 30px); padding-bottom: 41.6667%; margin: 0px 15px; }
  .aux-m-tile-11-5 { width: 91.6667%; padding-bottom: 41.6667%; }
  .aux-m-tile-11-5 .aux-keep-aspect { height: 0px; padding-bottom: 50%; }
  .aux-m-tile-sg-11-5 { width: calc(91.6667% - 2px); padding-bottom: 41.6667%; margin: 0px 1px; }
  .aux-m-tile-lg-11-5 { width: calc(91.6667% - 30px); padding-bottom: 41.6667%; margin: 0px 15px; }
  .aux-m-tile-12-5 { width: 100%; padding-bottom: 41.6667%; }
  .aux-m-tile-12-5 .aux-keep-aspect { height: 0px; padding-bottom: 41.6667%; }
  .aux-m-tile-sg-12-5 { width: calc(100% - 2px); padding-bottom: 41.6667%; margin: 0px 1px; }
  .aux-m-tile-lg-12-5 { width: calc(100% - 30px); padding-bottom: 41.6667%; margin: 0px 15px; }
  .aux-m-tile-1-6 { width: 8.33333%; padding-bottom: 50%; }
  .aux-m-tile-1-6 .aux-keep-aspect { height: 0px; padding-bottom: 141.667%; }
  .aux-m-tile-sg-1-6 { width: calc(8.33333% - 2px); padding-bottom: 50%; margin: 0px 1px; }
  .aux-m-tile-lg-1-6 { width: calc(8.33333% - 30px); padding-bottom: 50%; margin: 0px 15px; }
  .aux-m-tile-2-6 { width: 16.6667%; padding-bottom: 50%; }
  .aux-m-tile-2-6 .aux-keep-aspect { height: 0px; padding-bottom: 133.333%; }
  .aux-m-tile-sg-2-6 { width: calc(16.6667% - 2px); padding-bottom: 50%; margin: 0px 1px; }
  .aux-m-tile-lg-2-6 { width: calc(16.6667% - 30px); padding-bottom: 50%; margin: 0px 15px; }
  .aux-m-tile-3-6 { width: 25%; padding-bottom: 50%; }
  .aux-m-tile-3-6 .aux-keep-aspect { height: 0px; padding-bottom: 125%; }
  .aux-m-tile-sg-3-6 { width: calc(25% - 2px); padding-bottom: 50%; margin: 0px 1px; }
  .aux-m-tile-lg-3-6 { width: calc(25% - 30px); padding-bottom: 50%; margin: 0px 15px; }
  .aux-m-tile-4-6 { width: 33.3333%; padding-bottom: 50%; }
  .aux-m-tile-4-6 .aux-keep-aspect { height: 0px; padding-bottom: 116.667%; }
  .aux-m-tile-sg-4-6 { width: calc(33.3333% - 2px); padding-bottom: 50%; margin: 0px 1px; }
  .aux-m-tile-lg-4-6 { width: calc(33.3333% - 30px); padding-bottom: 50%; margin: 0px 15px; }
  .aux-m-tile-5-6 { width: 41.6667%; padding-bottom: 50%; }
  .aux-m-tile-5-6 .aux-keep-aspect { height: 0px; padding-bottom: 108.333%; }
  .aux-m-tile-sg-5-6 { width: calc(41.6667% - 2px); padding-bottom: 50%; margin: 0px 1px; }
  .aux-m-tile-lg-5-6 { width: calc(41.6667% - 30px); padding-bottom: 50%; margin: 0px 15px; }
  .aux-m-tile-6-6 { width: 50%; padding-bottom: 50%; }
  .aux-m-tile-6-6 .aux-keep-aspect { height: 0px; padding-bottom: 100%; }
  .aux-m-tile-sg-6-6 { width: calc(50% - 2px); padding-bottom: 50%; margin: 0px 1px; }
  .aux-m-tile-lg-6-6 { width: calc(50% - 30px); padding-bottom: 50%; margin: 0px 15px; }
  .aux-m-tile-7-6 { width: 58.3333%; padding-bottom: 50%; }
  .aux-m-tile-7-6 .aux-keep-aspect { height: 0px; padding-bottom: 91.6667%; }
  .aux-m-tile-sg-7-6 { width: calc(58.3333% - 2px); padding-bottom: 50%; margin: 0px 1px; }
  .aux-m-tile-lg-7-6 { width: calc(58.3333% - 30px); padding-bottom: 50%; margin: 0px 15px; }
  .aux-m-tile-8-6 { width: 66.6667%; padding-bottom: 50%; }
  .aux-m-tile-8-6 .aux-keep-aspect { height: 0px; padding-bottom: 83.3333%; }
  .aux-m-tile-sg-8-6 { width: calc(66.6667% - 2px); padding-bottom: 50%; margin: 0px 1px; }
  .aux-m-tile-lg-8-6 { width: calc(66.6667% - 30px); padding-bottom: 50%; margin: 0px 15px; }
  .aux-m-tile-9-6 { width: 75%; padding-bottom: 50%; }
  .aux-m-tile-9-6 .aux-keep-aspect { height: 0px; padding-bottom: 75%; }
  .aux-m-tile-sg-9-6 { width: calc(75% - 2px); padding-bottom: 50%; margin: 0px 1px; }
  .aux-m-tile-lg-9-6 { width: calc(75% - 30px); padding-bottom: 50%; margin: 0px 15px; }
  .aux-m-tile-10-6 { width: 83.3333%; padding-bottom: 50%; }
  .aux-m-tile-10-6 .aux-keep-aspect { height: 0px; padding-bottom: 66.6667%; }
  .aux-m-tile-sg-10-6 { width: calc(83.3333% - 2px); padding-bottom: 50%; margin: 0px 1px; }
  .aux-m-tile-lg-10-6 { width: calc(83.3333% - 30px); padding-bottom: 50%; margin: 0px 15px; }
  .aux-m-tile-11-6 { width: 91.6667%; padding-bottom: 50%; }
  .aux-m-tile-11-6 .aux-keep-aspect { height: 0px; padding-bottom: 58.3333%; }
  .aux-m-tile-sg-11-6 { width: calc(91.6667% - 2px); padding-bottom: 50%; margin: 0px 1px; }
  .aux-m-tile-lg-11-6 { width: calc(91.6667% - 30px); padding-bottom: 50%; margin: 0px 15px; }
  .aux-m-tile-12-6 { width: 100%; padding-bottom: 50%; }
  .aux-m-tile-12-6 .aux-keep-aspect { height: 0px; padding-bottom: 50%; }
  .aux-m-tile-sg-12-6 { width: calc(100% - 2px); padding-bottom: 50%; margin: 0px 1px; }
  .aux-m-tile-lg-12-6 { width: calc(100% - 30px); padding-bottom: 50%; margin: 0px 15px; }
  .aux-m-tile-1-7 { width: 8.33333%; padding-bottom: 58.3333%; }
  .aux-m-tile-1-7 .aux-keep-aspect { height: 0px; padding-bottom: 150%; }
  .aux-m-tile-sg-1-7 { width: calc(8.33333% - 2px); padding-bottom: 58.3333%; margin: 0px 1px; }
  .aux-m-tile-lg-1-7 { width: calc(8.33333% - 30px); padding-bottom: 58.3333%; margin: 0px 15px; }
  .aux-m-tile-2-7 { width: 16.6667%; padding-bottom: 58.3333%; }
  .aux-m-tile-2-7 .aux-keep-aspect { height: 0px; padding-bottom: 141.667%; }
  .aux-m-tile-sg-2-7 { width: calc(16.6667% - 2px); padding-bottom: 58.3333%; margin: 0px 1px; }
  .aux-m-tile-lg-2-7 { width: calc(16.6667% - 30px); padding-bottom: 58.3333%; margin: 0px 15px; }
  .aux-m-tile-3-7 { width: 25%; padding-bottom: 58.3333%; }
  .aux-m-tile-3-7 .aux-keep-aspect { height: 0px; padding-bottom: 133.333%; }
  .aux-m-tile-sg-3-7 { width: calc(25% - 2px); padding-bottom: 58.3333%; margin: 0px 1px; }
  .aux-m-tile-lg-3-7 { width: calc(25% - 30px); padding-bottom: 58.3333%; margin: 0px 15px; }
  .aux-m-tile-4-7 { width: 33.3333%; padding-bottom: 58.3333%; }
  .aux-m-tile-4-7 .aux-keep-aspect { height: 0px; padding-bottom: 125%; }
  .aux-m-tile-sg-4-7 { width: calc(33.3333% - 2px); padding-bottom: 58.3333%; margin: 0px 1px; }
  .aux-m-tile-lg-4-7 { width: calc(33.3333% - 30px); padding-bottom: 58.3333%; margin: 0px 15px; }
  .aux-m-tile-5-7 { width: 41.6667%; padding-bottom: 58.3333%; }
  .aux-m-tile-5-7 .aux-keep-aspect { height: 0px; padding-bottom: 116.667%; }
  .aux-m-tile-sg-5-7 { width: calc(41.6667% - 2px); padding-bottom: 58.3333%; margin: 0px 1px; }
  .aux-m-tile-lg-5-7 { width: calc(41.6667% - 30px); padding-bottom: 58.3333%; margin: 0px 15px; }
  .aux-m-tile-6-7 { width: 50%; padding-bottom: 58.3333%; }
  .aux-m-tile-6-7 .aux-keep-aspect { height: 0px; padding-bottom: 108.333%; }
  .aux-m-tile-sg-6-7 { width: calc(50% - 2px); padding-bottom: 58.3333%; margin: 0px 1px; }
  .aux-m-tile-lg-6-7 { width: calc(50% - 30px); padding-bottom: 58.3333%; margin: 0px 15px; }
  .aux-m-tile-7-7 { width: 58.3333%; padding-bottom: 58.3333%; }
  .aux-m-tile-7-7 .aux-keep-aspect { height: 0px; padding-bottom: 100%; }
  .aux-m-tile-sg-7-7 { width: calc(58.3333% - 2px); padding-bottom: 58.3333%; margin: 0px 1px; }
  .aux-m-tile-lg-7-7 { width: calc(58.3333% - 30px); padding-bottom: 58.3333%; margin: 0px 15px; }
  .aux-m-tile-8-7 { width: 66.6667%; padding-bottom: 58.3333%; }
  .aux-m-tile-8-7 .aux-keep-aspect { height: 0px; padding-bottom: 91.6667%; }
  .aux-m-tile-sg-8-7 { width: calc(66.6667% - 2px); padding-bottom: 58.3333%; margin: 0px 1px; }
  .aux-m-tile-lg-8-7 { width: calc(66.6667% - 30px); padding-bottom: 58.3333%; margin: 0px 15px; }
  .aux-m-tile-9-7 { width: 75%; padding-bottom: 58.3333%; }
  .aux-m-tile-9-7 .aux-keep-aspect { height: 0px; padding-bottom: 83.3333%; }
  .aux-m-tile-sg-9-7 { width: calc(75% - 2px); padding-bottom: 58.3333%; margin: 0px 1px; }
  .aux-m-tile-lg-9-7 { width: calc(75% - 30px); padding-bottom: 58.3333%; margin: 0px 15px; }
  .aux-m-tile-10-7 { width: 83.3333%; padding-bottom: 58.3333%; }
  .aux-m-tile-10-7 .aux-keep-aspect { height: 0px; padding-bottom: 75%; }
  .aux-m-tile-sg-10-7 { width: calc(83.3333% - 2px); padding-bottom: 58.3333%; margin: 0px 1px; }
  .aux-m-tile-lg-10-7 { width: calc(83.3333% - 30px); padding-bottom: 58.3333%; margin: 0px 15px; }
  .aux-m-tile-11-7 { width: 91.6667%; padding-bottom: 58.3333%; }
  .aux-m-tile-11-7 .aux-keep-aspect { height: 0px; padding-bottom: 66.6667%; }
  .aux-m-tile-sg-11-7 { width: calc(91.6667% - 2px); padding-bottom: 58.3333%; margin: 0px 1px; }
  .aux-m-tile-lg-11-7 { width: calc(91.6667% - 30px); padding-bottom: 58.3333%; margin: 0px 15px; }
  .aux-m-tile-12-7 { width: 100%; padding-bottom: 58.3333%; }
  .aux-m-tile-12-7 .aux-keep-aspect { height: 0px; padding-bottom: 58.3333%; }
  .aux-m-tile-sg-12-7 { width: calc(100% - 2px); padding-bottom: 58.3333%; margin: 0px 1px; }
  .aux-m-tile-lg-12-7 { width: calc(100% - 30px); padding-bottom: 58.3333%; margin: 0px 15px; }
  .aux-m-tile-1-8 { width: 8.33333%; padding-bottom: 66.6667%; }
  .aux-m-tile-1-8 .aux-keep-aspect { height: 0px; padding-bottom: 158.333%; }
  .aux-m-tile-sg-1-8 { width: calc(8.33333% - 2px); padding-bottom: 66.6667%; margin: 0px 1px; }
  .aux-m-tile-lg-1-8 { width: calc(8.33333% - 30px); padding-bottom: 66.6667%; margin: 0px 15px; }
  .aux-m-tile-2-8 { width: 16.6667%; padding-bottom: 66.6667%; }
  .aux-m-tile-2-8 .aux-keep-aspect { height: 0px; padding-bottom: 150%; }
  .aux-m-tile-sg-2-8 { width: calc(16.6667% - 2px); padding-bottom: 66.6667%; margin: 0px 1px; }
  .aux-m-tile-lg-2-8 { width: calc(16.6667% - 30px); padding-bottom: 66.6667%; margin: 0px 15px; }
  .aux-m-tile-3-8 { width: 25%; padding-bottom: 66.6667%; }
  .aux-m-tile-3-8 .aux-keep-aspect { height: 0px; padding-bottom: 141.667%; }
  .aux-m-tile-sg-3-8 { width: calc(25% - 2px); padding-bottom: 66.6667%; margin: 0px 1px; }
  .aux-m-tile-lg-3-8 { width: calc(25% - 30px); padding-bottom: 66.6667%; margin: 0px 15px; }
  .aux-m-tile-4-8 { width: 33.3333%; padding-bottom: 66.6667%; }
  .aux-m-tile-4-8 .aux-keep-aspect { height: 0px; padding-bottom: 133.333%; }
  .aux-m-tile-sg-4-8 { width: calc(33.3333% - 2px); padding-bottom: 66.6667%; margin: 0px 1px; }
  .aux-m-tile-lg-4-8 { width: calc(33.3333% - 30px); padding-bottom: 66.6667%; margin: 0px 15px; }
  .aux-m-tile-5-8 { width: 41.6667%; padding-bottom: 66.6667%; }
  .aux-m-tile-5-8 .aux-keep-aspect { height: 0px; padding-bottom: 125%; }
  .aux-m-tile-sg-5-8 { width: calc(41.6667% - 2px); padding-bottom: 66.6667%; margin: 0px 1px; }
  .aux-m-tile-lg-5-8 { width: calc(41.6667% - 30px); padding-bottom: 66.6667%; margin: 0px 15px; }
  .aux-m-tile-6-8 { width: 50%; padding-bottom: 66.6667%; }
  .aux-m-tile-6-8 .aux-keep-aspect { height: 0px; padding-bottom: 116.667%; }
  .aux-m-tile-sg-6-8 { width: calc(50% - 2px); padding-bottom: 66.6667%; margin: 0px 1px; }
  .aux-m-tile-lg-6-8 { width: calc(50% - 30px); padding-bottom: 66.6667%; margin: 0px 15px; }
  .aux-m-tile-7-8 { width: 58.3333%; padding-bottom: 66.6667%; }
  .aux-m-tile-7-8 .aux-keep-aspect { height: 0px; padding-bottom: 108.333%; }
  .aux-m-tile-sg-7-8 { width: calc(58.3333% - 2px); padding-bottom: 66.6667%; margin: 0px 1px; }
  .aux-m-tile-lg-7-8 { width: calc(58.3333% - 30px); padding-bottom: 66.6667%; margin: 0px 15px; }
  .aux-m-tile-8-8 { width: 66.6667%; padding-bottom: 66.6667%; }
  .aux-m-tile-8-8 .aux-keep-aspect { height: 0px; padding-bottom: 100%; }
  .aux-m-tile-sg-8-8 { width: calc(66.6667% - 2px); padding-bottom: 66.6667%; margin: 0px 1px; }
  .aux-m-tile-lg-8-8 { width: calc(66.6667% - 30px); padding-bottom: 66.6667%; margin: 0px 15px; }
  .aux-m-tile-9-8 { width: 75%; padding-bottom: 66.6667%; }
  .aux-m-tile-9-8 .aux-keep-aspect { height: 0px; padding-bottom: 91.6667%; }
  .aux-m-tile-sg-9-8 { width: calc(75% - 2px); padding-bottom: 66.6667%; margin: 0px 1px; }
  .aux-m-tile-lg-9-8 { width: calc(75% - 30px); padding-bottom: 66.6667%; margin: 0px 15px; }
  .aux-m-tile-10-8 { width: 83.3333%; padding-bottom: 66.6667%; }
  .aux-m-tile-10-8 .aux-keep-aspect { height: 0px; padding-bottom: 83.3333%; }
  .aux-m-tile-sg-10-8 { width: calc(83.3333% - 2px); padding-bottom: 66.6667%; margin: 0px 1px; }
  .aux-m-tile-lg-10-8 { width: calc(83.3333% - 30px); padding-bottom: 66.6667%; margin: 0px 15px; }
  .aux-m-tile-11-8 { width: 91.6667%; padding-bottom: 66.6667%; }
  .aux-m-tile-11-8 .aux-keep-aspect { height: 0px; padding-bottom: 75%; }
  .aux-m-tile-sg-11-8 { width: calc(91.6667% - 2px); padding-bottom: 66.6667%; margin: 0px 1px; }
  .aux-m-tile-lg-11-8 { width: calc(91.6667% - 30px); padding-bottom: 66.6667%; margin: 0px 15px; }
  .aux-m-tile-12-8 { width: 100%; padding-bottom: 66.6667%; }
  .aux-m-tile-12-8 .aux-keep-aspect { height: 0px; padding-bottom: 66.6667%; }
  .aux-m-tile-sg-12-8 { width: calc(100% - 2px); padding-bottom: 66.6667%; margin: 0px 1px; }
  .aux-m-tile-lg-12-8 { width: calc(100% - 30px); padding-bottom: 66.6667%; margin: 0px 15px; }
  .aux-m-tile-1-9 { width: 8.33333%; padding-bottom: 75%; }
  .aux-m-tile-1-9 .aux-keep-aspect { height: 0px; padding-bottom: 166.667%; }
  .aux-m-tile-sg-1-9 { width: calc(8.33333% - 2px); padding-bottom: 75%; margin: 0px 1px; }
  .aux-m-tile-lg-1-9 { width: calc(8.33333% - 30px); padding-bottom: 75%; margin: 0px 15px; }
  .aux-m-tile-2-9 { width: 16.6667%; padding-bottom: 75%; }
  .aux-m-tile-2-9 .aux-keep-aspect { height: 0px; padding-bottom: 158.333%; }
  .aux-m-tile-sg-2-9 { width: calc(16.6667% - 2px); padding-bottom: 75%; margin: 0px 1px; }
  .aux-m-tile-lg-2-9 { width: calc(16.6667% - 30px); padding-bottom: 75%; margin: 0px 15px; }
  .aux-m-tile-3-9 { width: 25%; padding-bottom: 75%; }
  .aux-m-tile-3-9 .aux-keep-aspect { height: 0px; padding-bottom: 150%; }
  .aux-m-tile-sg-3-9 { width: calc(25% - 2px); padding-bottom: 75%; margin: 0px 1px; }
  .aux-m-tile-lg-3-9 { width: calc(25% - 30px); padding-bottom: 75%; margin: 0px 15px; }
  .aux-m-tile-4-9 { width: 33.3333%; padding-bottom: 75%; }
  .aux-m-tile-4-9 .aux-keep-aspect { height: 0px; padding-bottom: 141.667%; }
  .aux-m-tile-sg-4-9 { width: calc(33.3333% - 2px); padding-bottom: 75%; margin: 0px 1px; }
  .aux-m-tile-lg-4-9 { width: calc(33.3333% - 30px); padding-bottom: 75%; margin: 0px 15px; }
  .aux-m-tile-5-9 { width: 41.6667%; padding-bottom: 75%; }
  .aux-m-tile-5-9 .aux-keep-aspect { height: 0px; padding-bottom: 133.333%; }
  .aux-m-tile-sg-5-9 { width: calc(41.6667% - 2px); padding-bottom: 75%; margin: 0px 1px; }
  .aux-m-tile-lg-5-9 { width: calc(41.6667% - 30px); padding-bottom: 75%; margin: 0px 15px; }
  .aux-m-tile-6-9 { width: 50%; padding-bottom: 75%; }
  .aux-m-tile-6-9 .aux-keep-aspect { height: 0px; padding-bottom: 125%; }
  .aux-m-tile-sg-6-9 { width: calc(50% - 2px); padding-bottom: 75%; margin: 0px 1px; }
  .aux-m-tile-lg-6-9 { width: calc(50% - 30px); padding-bottom: 75%; margin: 0px 15px; }
  .aux-m-tile-7-9 { width: 58.3333%; padding-bottom: 75%; }
  .aux-m-tile-7-9 .aux-keep-aspect { height: 0px; padding-bottom: 116.667%; }
  .aux-m-tile-sg-7-9 { width: calc(58.3333% - 2px); padding-bottom: 75%; margin: 0px 1px; }
  .aux-m-tile-lg-7-9 { width: calc(58.3333% - 30px); padding-bottom: 75%; margin: 0px 15px; }
  .aux-m-tile-8-9 { width: 66.6667%; padding-bottom: 75%; }
  .aux-m-tile-8-9 .aux-keep-aspect { height: 0px; padding-bottom: 108.333%; }
  .aux-m-tile-sg-8-9 { width: calc(66.6667% - 2px); padding-bottom: 75%; margin: 0px 1px; }
  .aux-m-tile-lg-8-9 { width: calc(66.6667% - 30px); padding-bottom: 75%; margin: 0px 15px; }
  .aux-m-tile-9-9 { width: 75%; padding-bottom: 75%; }
  .aux-m-tile-9-9 .aux-keep-aspect { height: 0px; padding-bottom: 100%; }
  .aux-m-tile-sg-9-9 { width: calc(75% - 2px); padding-bottom: 75%; margin: 0px 1px; }
  .aux-m-tile-lg-9-9 { width: calc(75% - 30px); padding-bottom: 75%; margin: 0px 15px; }
  .aux-m-tile-10-9 { width: 83.3333%; padding-bottom: 75%; }
  .aux-m-tile-10-9 .aux-keep-aspect { height: 0px; padding-bottom: 91.6667%; }
  .aux-m-tile-sg-10-9 { width: calc(83.3333% - 2px); padding-bottom: 75%; margin: 0px 1px; }
  .aux-m-tile-lg-10-9 { width: calc(83.3333% - 30px); padding-bottom: 75%; margin: 0px 15px; }
  .aux-m-tile-11-9 { width: 91.6667%; padding-bottom: 75%; }
  .aux-m-tile-11-9 .aux-keep-aspect { height: 0px; padding-bottom: 83.3333%; }
  .aux-m-tile-sg-11-9 { width: calc(91.6667% - 2px); padding-bottom: 75%; margin: 0px 1px; }
  .aux-m-tile-lg-11-9 { width: calc(91.6667% - 30px); padding-bottom: 75%; margin: 0px 15px; }
  .aux-m-tile-12-9 { width: 100%; padding-bottom: 75%; }
  .aux-m-tile-12-9 .aux-keep-aspect { height: 0px; padding-bottom: 75%; }
  .aux-m-tile-sg-12-9 { width: calc(100% - 2px); padding-bottom: 75%; margin: 0px 1px; }
  .aux-m-tile-lg-12-9 { width: calc(100% - 30px); padding-bottom: 75%; margin: 0px 15px; }
  .aux-m-tile-1-10 { width: 8.33333%; padding-bottom: 83.3333%; }
  .aux-m-tile-1-10 .aux-keep-aspect { height: 0px; padding-bottom: 175%; }
  .aux-m-tile-sg-1-10 { width: calc(8.33333% - 2px); padding-bottom: 83.3333%; margin: 0px 1px; }
  .aux-m-tile-lg-1-10 { width: calc(8.33333% - 30px); padding-bottom: 83.3333%; margin: 0px 15px; }
  .aux-m-tile-2-10 { width: 16.6667%; padding-bottom: 83.3333%; }
  .aux-m-tile-2-10 .aux-keep-aspect { height: 0px; padding-bottom: 166.667%; }
  .aux-m-tile-sg-2-10 { width: calc(16.6667% - 2px); padding-bottom: 83.3333%; margin: 0px 1px; }
  .aux-m-tile-lg-2-10 { width: calc(16.6667% - 30px); padding-bottom: 83.3333%; margin: 0px 15px; }
  .aux-m-tile-3-10 { width: 25%; padding-bottom: 83.3333%; }
  .aux-m-tile-3-10 .aux-keep-aspect { height: 0px; padding-bottom: 158.333%; }
  .aux-m-tile-sg-3-10 { width: calc(25% - 2px); padding-bottom: 83.3333%; margin: 0px 1px; }
  .aux-m-tile-lg-3-10 { width: calc(25% - 30px); padding-bottom: 83.3333%; margin: 0px 15px; }
  .aux-m-tile-4-10 { width: 33.3333%; padding-bottom: 83.3333%; }
  .aux-m-tile-4-10 .aux-keep-aspect { height: 0px; padding-bottom: 150%; }
  .aux-m-tile-sg-4-10 { width: calc(33.3333% - 2px); padding-bottom: 83.3333%; margin: 0px 1px; }
  .aux-m-tile-lg-4-10 { width: calc(33.3333% - 30px); padding-bottom: 83.3333%; margin: 0px 15px; }
  .aux-m-tile-5-10 { width: 41.6667%; padding-bottom: 83.3333%; }
  .aux-m-tile-5-10 .aux-keep-aspect { height: 0px; padding-bottom: 141.667%; }
  .aux-m-tile-sg-5-10 { width: calc(41.6667% - 2px); padding-bottom: 83.3333%; margin: 0px 1px; }
  .aux-m-tile-lg-5-10 { width: calc(41.6667% - 30px); padding-bottom: 83.3333%; margin: 0px 15px; }
  .aux-m-tile-6-10 { width: 50%; padding-bottom: 83.3333%; }
  .aux-m-tile-6-10 .aux-keep-aspect { height: 0px; padding-bottom: 133.333%; }
  .aux-m-tile-sg-6-10 { width: calc(50% - 2px); padding-bottom: 83.3333%; margin: 0px 1px; }
  .aux-m-tile-lg-6-10 { width: calc(50% - 30px); padding-bottom: 83.3333%; margin: 0px 15px; }
  .aux-m-tile-7-10 { width: 58.3333%; padding-bottom: 83.3333%; }
  .aux-m-tile-7-10 .aux-keep-aspect { height: 0px; padding-bottom: 125%; }
  .aux-m-tile-sg-7-10 { width: calc(58.3333% - 2px); padding-bottom: 83.3333%; margin: 0px 1px; }
  .aux-m-tile-lg-7-10 { width: calc(58.3333% - 30px); padding-bottom: 83.3333%; margin: 0px 15px; }
  .aux-m-tile-8-10 { width: 66.6667%; padding-bottom: 83.3333%; }
  .aux-m-tile-8-10 .aux-keep-aspect { height: 0px; padding-bottom: 116.667%; }
  .aux-m-tile-sg-8-10 { width: calc(66.6667% - 2px); padding-bottom: 83.3333%; margin: 0px 1px; }
  .aux-m-tile-lg-8-10 { width: calc(66.6667% - 30px); padding-bottom: 83.3333%; margin: 0px 15px; }
  .aux-m-tile-9-10 { width: 75%; padding-bottom: 83.3333%; }
  .aux-m-tile-9-10 .aux-keep-aspect { height: 0px; padding-bottom: 108.333%; }
  .aux-m-tile-sg-9-10 { width: calc(75% - 2px); padding-bottom: 83.3333%; margin: 0px 1px; }
  .aux-m-tile-lg-9-10 { width: calc(75% - 30px); padding-bottom: 83.3333%; margin: 0px 15px; }
  .aux-m-tile-10-10 { width: 83.3333%; padding-bottom: 83.3333%; }
  .aux-m-tile-10-10 .aux-keep-aspect { height: 0px; padding-bottom: 100%; }
  .aux-m-tile-sg-10-10 { width: calc(83.3333% - 2px); padding-bottom: 83.3333%; margin: 0px 1px; }
  .aux-m-tile-lg-10-10 { width: calc(83.3333% - 30px); padding-bottom: 83.3333%; margin: 0px 15px; }
  .aux-m-tile-11-10 { width: 91.6667%; padding-bottom: 83.3333%; }
  .aux-m-tile-11-10 .aux-keep-aspect { height: 0px; padding-bottom: 91.6667%; }
  .aux-m-tile-sg-11-10 { width: calc(91.6667% - 2px); padding-bottom: 83.3333%; margin: 0px 1px; }
  .aux-m-tile-lg-11-10 { width: calc(91.6667% - 30px); padding-bottom: 83.3333%; margin: 0px 15px; }
  .aux-m-tile-12-10 { width: 100%; padding-bottom: 83.3333%; }
  .aux-m-tile-12-10 .aux-keep-aspect { height: 0px; padding-bottom: 83.3333%; }
  .aux-m-tile-sg-12-10 { width: calc(100% - 2px); padding-bottom: 83.3333%; margin: 0px 1px; }
  .aux-m-tile-lg-12-10 { width: calc(100% - 30px); padding-bottom: 83.3333%; margin: 0px 15px; }
  .aux-m-tile-1-11 { width: 8.33333%; padding-bottom: 91.6667%; }
  .aux-m-tile-1-11 .aux-keep-aspect { height: 0px; padding-bottom: 183.333%; }
  .aux-m-tile-sg-1-11 { width: calc(8.33333% - 2px); padding-bottom: 91.6667%; margin: 0px 1px; }
  .aux-m-tile-lg-1-11 { width: calc(8.33333% - 30px); padding-bottom: 91.6667%; margin: 0px 15px; }
  .aux-m-tile-2-11 { width: 16.6667%; padding-bottom: 91.6667%; }
  .aux-m-tile-2-11 .aux-keep-aspect { height: 0px; padding-bottom: 175%; }
  .aux-m-tile-sg-2-11 { width: calc(16.6667% - 2px); padding-bottom: 91.6667%; margin: 0px 1px; }
  .aux-m-tile-lg-2-11 { width: calc(16.6667% - 30px); padding-bottom: 91.6667%; margin: 0px 15px; }
  .aux-m-tile-3-11 { width: 25%; padding-bottom: 91.6667%; }
  .aux-m-tile-3-11 .aux-keep-aspect { height: 0px; padding-bottom: 166.667%; }
  .aux-m-tile-sg-3-11 { width: calc(25% - 2px); padding-bottom: 91.6667%; margin: 0px 1px; }
  .aux-m-tile-lg-3-11 { width: calc(25% - 30px); padding-bottom: 91.6667%; margin: 0px 15px; }
  .aux-m-tile-4-11 { width: 33.3333%; padding-bottom: 91.6667%; }
  .aux-m-tile-4-11 .aux-keep-aspect { height: 0px; padding-bottom: 158.333%; }
  .aux-m-tile-sg-4-11 { width: calc(33.3333% - 2px); padding-bottom: 91.6667%; margin: 0px 1px; }
  .aux-m-tile-lg-4-11 { width: calc(33.3333% - 30px); padding-bottom: 91.6667%; margin: 0px 15px; }
  .aux-m-tile-5-11 { width: 41.6667%; padding-bottom: 91.6667%; }
  .aux-m-tile-5-11 .aux-keep-aspect { height: 0px; padding-bottom: 150%; }
  .aux-m-tile-sg-5-11 { width: calc(41.6667% - 2px); padding-bottom: 91.6667%; margin: 0px 1px; }
  .aux-m-tile-lg-5-11 { width: calc(41.6667% - 30px); padding-bottom: 91.6667%; margin: 0px 15px; }
  .aux-m-tile-6-11 { width: 50%; padding-bottom: 91.6667%; }
  .aux-m-tile-6-11 .aux-keep-aspect { height: 0px; padding-bottom: 141.667%; }
  .aux-m-tile-sg-6-11 { width: calc(50% - 2px); padding-bottom: 91.6667%; margin: 0px 1px; }
  .aux-m-tile-lg-6-11 { width: calc(50% - 30px); padding-bottom: 91.6667%; margin: 0px 15px; }
  .aux-m-tile-7-11 { width: 58.3333%; padding-bottom: 91.6667%; }
  .aux-m-tile-7-11 .aux-keep-aspect { height: 0px; padding-bottom: 133.333%; }
  .aux-m-tile-sg-7-11 { width: calc(58.3333% - 2px); padding-bottom: 91.6667%; margin: 0px 1px; }
  .aux-m-tile-lg-7-11 { width: calc(58.3333% - 30px); padding-bottom: 91.6667%; margin: 0px 15px; }
  .aux-m-tile-8-11 { width: 66.6667%; padding-bottom: 91.6667%; }
  .aux-m-tile-8-11 .aux-keep-aspect { height: 0px; padding-bottom: 125%; }
  .aux-m-tile-sg-8-11 { width: calc(66.6667% - 2px); padding-bottom: 91.6667%; margin: 0px 1px; }
  .aux-m-tile-lg-8-11 { width: calc(66.6667% - 30px); padding-bottom: 91.6667%; margin: 0px 15px; }
  .aux-m-tile-9-11 { width: 75%; padding-bottom: 91.6667%; }
  .aux-m-tile-9-11 .aux-keep-aspect { height: 0px; padding-bottom: 116.667%; }
  .aux-m-tile-sg-9-11 { width: calc(75% - 2px); padding-bottom: 91.6667%; margin: 0px 1px; }
  .aux-m-tile-lg-9-11 { width: calc(75% - 30px); padding-bottom: 91.6667%; margin: 0px 15px; }
  .aux-m-tile-10-11 { width: 83.3333%; padding-bottom: 91.6667%; }
  .aux-m-tile-10-11 .aux-keep-aspect { height: 0px; padding-bottom: 108.333%; }
  .aux-m-tile-sg-10-11 { width: calc(83.3333% - 2px); padding-bottom: 91.6667%; margin: 0px 1px; }
  .aux-m-tile-lg-10-11 { width: calc(83.3333% - 30px); padding-bottom: 91.6667%; margin: 0px 15px; }
  .aux-m-tile-11-11 { width: 91.6667%; padding-bottom: 91.6667%; }
  .aux-m-tile-11-11 .aux-keep-aspect { height: 0px; padding-bottom: 100%; }
  .aux-m-tile-sg-11-11 { width: calc(91.6667% - 2px); padding-bottom: 91.6667%; margin: 0px 1px; }
  .aux-m-tile-lg-11-11 { width: calc(91.6667% - 30px); padding-bottom: 91.6667%; margin: 0px 15px; }
  .aux-m-tile-12-11 { width: 100%; padding-bottom: 91.6667%; }
  .aux-m-tile-12-11 .aux-keep-aspect { height: 0px; padding-bottom: 91.6667%; }
  .aux-m-tile-sg-12-11 { width: calc(100% - 2px); padding-bottom: 91.6667%; margin: 0px 1px; }
  .aux-m-tile-lg-12-11 { width: calc(100% - 30px); padding-bottom: 91.6667%; margin: 0px 15px; }
  .aux-m-tile-1-12 { width: 8.33333%; padding-bottom: 100%; }
  .aux-m-tile-1-12 .aux-keep-aspect { height: 0px; padding-bottom: 191.667%; }
  .aux-m-tile-sg-1-12 { width: calc(8.33333% - 2px); padding-bottom: 100%; margin: 0px 1px; }
  .aux-m-tile-lg-1-12 { width: calc(8.33333% - 30px); padding-bottom: 100%; margin: 0px 15px; }
  .aux-m-tile-2-12 { width: 16.6667%; padding-bottom: 100%; }
  .aux-m-tile-2-12 .aux-keep-aspect { height: 0px; padding-bottom: 183.333%; }
  .aux-m-tile-sg-2-12 { width: calc(16.6667% - 2px); padding-bottom: 100%; margin: 0px 1px; }
  .aux-m-tile-lg-2-12 { width: calc(16.6667% - 30px); padding-bottom: 100%; margin: 0px 15px; }
  .aux-m-tile-3-12 { width: 25%; padding-bottom: 100%; }
  .aux-m-tile-3-12 .aux-keep-aspect { height: 0px; padding-bottom: 175%; }
  .aux-m-tile-sg-3-12 { width: calc(25% - 2px); padding-bottom: 100%; margin: 0px 1px; }
  .aux-m-tile-lg-3-12 { width: calc(25% - 30px); padding-bottom: 100%; margin: 0px 15px; }
  .aux-m-tile-4-12 { width: 33.3333%; padding-bottom: 100%; }
  .aux-m-tile-4-12 .aux-keep-aspect { height: 0px; padding-bottom: 166.667%; }
  .aux-m-tile-sg-4-12 { width: calc(33.3333% - 2px); padding-bottom: 100%; margin: 0px 1px; }
  .aux-m-tile-lg-4-12 { width: calc(33.3333% - 30px); padding-bottom: 100%; margin: 0px 15px; }
  .aux-m-tile-5-12 { width: 41.6667%; padding-bottom: 100%; }
  .aux-m-tile-5-12 .aux-keep-aspect { height: 0px; padding-bottom: 158.333%; }
  .aux-m-tile-sg-5-12 { width: calc(41.6667% - 2px); padding-bottom: 100%; margin: 0px 1px; }
  .aux-m-tile-lg-5-12 { width: calc(41.6667% - 30px); padding-bottom: 100%; margin: 0px 15px; }
  .aux-m-tile-6-12 { width: 50%; padding-bottom: 100%; }
  .aux-m-tile-6-12 .aux-keep-aspect { height: 0px; padding-bottom: 150%; }
  .aux-m-tile-sg-6-12 { width: calc(50% - 2px); padding-bottom: 100%; margin: 0px 1px; }
  .aux-m-tile-lg-6-12 { width: calc(50% - 30px); padding-bottom: 100%; margin: 0px 15px; }
  .aux-m-tile-7-12 { width: 58.3333%; padding-bottom: 100%; }
  .aux-m-tile-7-12 .aux-keep-aspect { height: 0px; padding-bottom: 141.667%; }
  .aux-m-tile-sg-7-12 { width: calc(58.3333% - 2px); padding-bottom: 100%; margin: 0px 1px; }
  .aux-m-tile-lg-7-12 { width: calc(58.3333% - 30px); padding-bottom: 100%; margin: 0px 15px; }
  .aux-m-tile-8-12 { width: 66.6667%; padding-bottom: 100%; }
  .aux-m-tile-8-12 .aux-keep-aspect { height: 0px; padding-bottom: 133.333%; }
  .aux-m-tile-sg-8-12 { width: calc(66.6667% - 2px); padding-bottom: 100%; margin: 0px 1px; }
  .aux-m-tile-lg-8-12 { width: calc(66.6667% - 30px); padding-bottom: 100%; margin: 0px 15px; }
  .aux-m-tile-9-12 { width: 75%; padding-bottom: 100%; }
  .aux-m-tile-9-12 .aux-keep-aspect { height: 0px; padding-bottom: 125%; }
  .aux-m-tile-sg-9-12 { width: calc(75% - 2px); padding-bottom: 100%; margin: 0px 1px; }
  .aux-m-tile-lg-9-12 { width: calc(75% - 30px); padding-bottom: 100%; margin: 0px 15px; }
  .aux-m-tile-10-12 { width: 83.3333%; padding-bottom: 100%; }
  .aux-m-tile-10-12 .aux-keep-aspect { height: 0px; padding-bottom: 116.667%; }
  .aux-m-tile-sg-10-12 { width: calc(83.3333% - 2px); padding-bottom: 100%; margin: 0px 1px; }
  .aux-m-tile-lg-10-12 { width: calc(83.3333% - 30px); padding-bottom: 100%; margin: 0px 15px; }
  .aux-m-tile-11-12 { width: 91.6667%; padding-bottom: 100%; }
  .aux-m-tile-11-12 .aux-keep-aspect { height: 0px; padding-bottom: 108.333%; }
  .aux-m-tile-sg-11-12 { width: calc(91.6667% - 2px); padding-bottom: 100%; margin: 0px 1px; }
  .aux-m-tile-lg-11-12 { width: calc(91.6667% - 30px); padding-bottom: 100%; margin: 0px 15px; }
  .aux-m-tile-12-12 { width: 100%; padding-bottom: 100%; }
  .aux-m-tile-12-12 .aux-keep-aspect { height: 0px; padding-bottom: 100%; }
  .aux-m-tile-sg-12-12 { width: calc(100% - 2px); padding-bottom: 100%; margin: 0px 1px; }
  .aux-m-tile-lg-12-12 { width: calc(100% - 30px); padding-bottom: 100%; margin: 0px 15px; }
}
.aux-big-grid-1-1 { width: calc(8.33333%); padding-bottom: calc(6.08333%); }
.aux-big-grid-1-1 .aux-keep-aspect { height: 0px; padding-bottom: 100%; }
.aux-big-grid-sg-1-1 { width: calc(8.33333% - 2px); padding-bottom: calc(6.08333%); margin: 0px 1px; }
.aux-big-grid-lg-1-1 { width: calc(8.33333% - 30px); padding-bottom: calc(6.08333%); margin: 0px 15px; }
.aux-big-grid-2-1 { width: calc(16.6667%); padding-bottom: calc(6.08333%); }
.aux-big-grid-2-1 .aux-keep-aspect { height: 0px; padding-bottom: 91.6667%; }
.aux-big-grid-sg-2-1 { width: calc(16.6667% - 2px); padding-bottom: calc(6.08333%); margin: 0px 1px; }
.aux-big-grid-lg-2-1 { width: calc(16.6667% - 30px); padding-bottom: calc(6.08333%); margin: 0px 15px; }
.aux-big-grid-3-1 { width: calc(25%); padding-bottom: calc(6.08333%); }
.aux-big-grid-3-1 .aux-keep-aspect { height: 0px; padding-bottom: 83.3333%; }
.aux-big-grid-sg-3-1 { width: calc(25% - 2px); padding-bottom: calc(6.08333%); margin: 0px 1px; }
.aux-big-grid-lg-3-1 { width: calc(25% - 30px); padding-bottom: calc(6.08333%); margin: 0px 15px; }
.aux-big-grid-4-1 { width: calc(33.3333%); padding-bottom: calc(6.08333%); }
.aux-big-grid-4-1 .aux-keep-aspect { height: 0px; padding-bottom: 75%; }
.aux-big-grid-sg-4-1 { width: calc(33.3333% - 2px); padding-bottom: calc(6.08333%); margin: 0px 1px; }
.aux-big-grid-lg-4-1 { width: calc(33.3333% - 30px); padding-bottom: calc(6.08333%); margin: 0px 15px; }
.aux-big-grid-5-1 { width: calc(41.6667%); padding-bottom: calc(6.08333%); }
.aux-big-grid-5-1 .aux-keep-aspect { height: 0px; padding-bottom: 66.6667%; }
.aux-big-grid-sg-5-1 { width: calc(41.6667% - 2px); padding-bottom: calc(6.08333%); margin: 0px 1px; }
.aux-big-grid-lg-5-1 { width: calc(41.6667% - 30px); padding-bottom: calc(6.08333%); margin: 0px 15px; }
.aux-big-grid-6-1 { width: calc(50%); padding-bottom: calc(6.08333%); }
.aux-big-grid-6-1 .aux-keep-aspect { height: 0px; padding-bottom: 58.3333%; }
.aux-big-grid-sg-6-1 { width: calc(50% - 2px); padding-bottom: calc(6.08333%); margin: 0px 1px; }
.aux-big-grid-lg-6-1 { width: calc(50% - 30px); padding-bottom: calc(6.08333%); margin: 0px 15px; }
.aux-big-grid-7-1 { width: calc(58.3333%); padding-bottom: calc(6.08333%); }
.aux-big-grid-7-1 .aux-keep-aspect { height: 0px; padding-bottom: 50%; }
.aux-big-grid-sg-7-1 { width: calc(58.3333% - 2px); padding-bottom: calc(6.08333%); margin: 0px 1px; }
.aux-big-grid-lg-7-1 { width: calc(58.3333% - 30px); padding-bottom: calc(6.08333%); margin: 0px 15px; }
.aux-big-grid-8-1 { width: calc(66.6667%); padding-bottom: calc(6.08333%); }
.aux-big-grid-8-1 .aux-keep-aspect { height: 0px; padding-bottom: 41.6667%; }
.aux-big-grid-sg-8-1 { width: calc(66.6667% - 2px); padding-bottom: calc(6.08333%); margin: 0px 1px; }
.aux-big-grid-lg-8-1 { width: calc(66.6667% - 30px); padding-bottom: calc(6.08333%); margin: 0px 15px; }
.aux-big-grid-9-1 { width: calc(75%); padding-bottom: calc(6.08333%); }
.aux-big-grid-9-1 .aux-keep-aspect { height: 0px; padding-bottom: 33.3333%; }
.aux-big-grid-sg-9-1 { width: calc(75% - 2px); padding-bottom: calc(6.08333%); margin: 0px 1px; }
.aux-big-grid-lg-9-1 { width: calc(75% - 30px); padding-bottom: calc(6.08333%); margin: 0px 15px; }
.aux-big-grid-10-1 { width: calc(83.3333%); padding-bottom: calc(6.08333%); }
.aux-big-grid-10-1 .aux-keep-aspect { height: 0px; padding-bottom: 25%; }
.aux-big-grid-sg-10-1 { width: calc(83.3333% - 2px); padding-bottom: calc(6.08333%); margin: 0px 1px; }
.aux-big-grid-lg-10-1 { width: calc(83.3333% - 30px); padding-bottom: calc(6.08333%); margin: 0px 15px; }
.aux-big-grid-11-1 { width: calc(91.6667%); padding-bottom: calc(6.08333%); }
.aux-big-grid-11-1 .aux-keep-aspect { height: 0px; padding-bottom: 16.6667%; }
.aux-big-grid-sg-11-1 { width: calc(91.6667% - 2px); padding-bottom: calc(6.08333%); margin: 0px 1px; }
.aux-big-grid-lg-11-1 { width: calc(91.6667% - 30px); padding-bottom: calc(6.08333%); margin: 0px 15px; }
.aux-big-grid-12-1 { width: calc(100%); padding-bottom: calc(6.08333%); }
.aux-big-grid-12-1 .aux-keep-aspect { height: 0px; padding-bottom: 8.33333%; }
.aux-big-grid-sg-12-1 { width: calc(100% - 2px); padding-bottom: calc(6.08333%); margin: 0px 1px; }
.aux-big-grid-lg-12-1 { width: calc(100% - 30px); padding-bottom: calc(6.08333%); margin: 0px 15px; }
.aux-big-grid-1-2 { width: calc(8.33333%); padding-bottom: calc(12.1667%); }
.aux-big-grid-1-2 .aux-keep-aspect { height: 0px; padding-bottom: 108.333%; }
.aux-big-grid-sg-1-2 { width: calc(8.33333% - 2px); padding-bottom: calc(12.1667%); margin: 0px 1px; }
.aux-big-grid-lg-1-2 { width: calc(8.33333% - 30px); padding-bottom: calc(12.1667%); margin: 0px 15px; }
.aux-big-grid-2-2 { width: calc(16.6667%); padding-bottom: calc(12.1667%); }
.aux-big-grid-2-2 .aux-keep-aspect { height: 0px; padding-bottom: 100%; }
.aux-big-grid-sg-2-2 { width: calc(16.6667% - 2px); padding-bottom: calc(12.1667%); margin: 0px 1px; }
.aux-big-grid-lg-2-2 { width: calc(16.6667% - 30px); padding-bottom: calc(12.1667%); margin: 0px 15px; }
.aux-big-grid-3-2 { width: calc(25%); padding-bottom: calc(12.1667%); }
.aux-big-grid-3-2 .aux-keep-aspect { height: 0px; padding-bottom: 91.6667%; }
.aux-big-grid-sg-3-2 { width: calc(25% - 2px); padding-bottom: calc(12.1667%); margin: 0px 1px; }
.aux-big-grid-lg-3-2 { width: calc(25% - 30px); padding-bottom: calc(12.1667%); margin: 0px 15px; }
.aux-big-grid-4-2 { width: calc(33.3333%); padding-bottom: calc(12.1667%); }
.aux-big-grid-4-2 .aux-keep-aspect { height: 0px; padding-bottom: 83.3333%; }
.aux-big-grid-sg-4-2 { width: calc(33.3333% - 2px); padding-bottom: calc(12.1667%); margin: 0px 1px; }
.aux-big-grid-lg-4-2 { width: calc(33.3333% - 30px); padding-bottom: calc(12.1667%); margin: 0px 15px; }
.aux-big-grid-5-2 { width: calc(41.6667%); padding-bottom: calc(12.1667%); }
.aux-big-grid-5-2 .aux-keep-aspect { height: 0px; padding-bottom: 75%; }
.aux-big-grid-sg-5-2 { width: calc(41.6667% - 2px); padding-bottom: calc(12.1667%); margin: 0px 1px; }
.aux-big-grid-lg-5-2 { width: calc(41.6667% - 30px); padding-bottom: calc(12.1667%); margin: 0px 15px; }
.aux-big-grid-6-2 { width: calc(50%); padding-bottom: calc(12.1667%); }
.aux-big-grid-6-2 .aux-keep-aspect { height: 0px; padding-bottom: 66.6667%; }
.aux-big-grid-sg-6-2 { width: calc(50% - 2px); padding-bottom: calc(12.1667%); margin: 0px 1px; }
.aux-big-grid-lg-6-2 { width: calc(50% - 30px); padding-bottom: calc(12.1667%); margin: 0px 15px; }
.aux-big-grid-7-2 { width: calc(58.3333%); padding-bottom: calc(12.1667%); }
.aux-big-grid-7-2 .aux-keep-aspect { height: 0px; padding-bottom: 58.3333%; }
.aux-big-grid-sg-7-2 { width: calc(58.3333% - 2px); padding-bottom: calc(12.1667%); margin: 0px 1px; }
.aux-big-grid-lg-7-2 { width: calc(58.3333% - 30px); padding-bottom: calc(12.1667%); margin: 0px 15px; }
.aux-big-grid-8-2 { width: calc(66.6667%); padding-bottom: calc(12.1667%); }
.aux-big-grid-8-2 .aux-keep-aspect { height: 0px; padding-bottom: 50%; }
.aux-big-grid-sg-8-2 { width: calc(66.6667% - 2px); padding-bottom: calc(12.1667%); margin: 0px 1px; }
.aux-big-grid-lg-8-2 { width: calc(66.6667% - 30px); padding-bottom: calc(12.1667%); margin: 0px 15px; }
.aux-big-grid-9-2 { width: calc(75%); padding-bottom: calc(12.1667%); }
.aux-big-grid-9-2 .aux-keep-aspect { height: 0px; padding-bottom: 41.6667%; }
.aux-big-grid-sg-9-2 { width: calc(75% - 2px); padding-bottom: calc(12.1667%); margin: 0px 1px; }
.aux-big-grid-lg-9-2 { width: calc(75% - 30px); padding-bottom: calc(12.1667%); margin: 0px 15px; }
.aux-big-grid-10-2 { width: calc(83.3333%); padding-bottom: calc(12.1667%); }
.aux-big-grid-10-2 .aux-keep-aspect { height: 0px; padding-bottom: 33.3333%; }
.aux-big-grid-sg-10-2 { width: calc(83.3333% - 2px); padding-bottom: calc(12.1667%); margin: 0px 1px; }
.aux-big-grid-lg-10-2 { width: calc(83.3333% - 30px); padding-bottom: calc(12.1667%); margin: 0px 15px; }
.aux-big-grid-11-2 { width: calc(91.6667%); padding-bottom: calc(12.1667%); }
.aux-big-grid-11-2 .aux-keep-aspect { height: 0px; padding-bottom: 25%; }
.aux-big-grid-sg-11-2 { width: calc(91.6667% - 2px); padding-bottom: calc(12.1667%); margin: 0px 1px; }
.aux-big-grid-lg-11-2 { width: calc(91.6667% - 30px); padding-bottom: calc(12.1667%); margin: 0px 15px; }
.aux-big-grid-12-2 { width: calc(100%); padding-bottom: calc(12.1667%); }
.aux-big-grid-12-2 .aux-keep-aspect { height: 0px; padding-bottom: 16.6667%; }
.aux-big-grid-sg-12-2 { width: calc(100% - 2px); padding-bottom: calc(12.1667%); margin: 0px 1px; }
.aux-big-grid-lg-12-2 { width: calc(100% - 30px); padding-bottom: calc(12.1667%); margin: 0px 15px; }
.aux-big-grid-1-3 { width: calc(8.33333%); padding-bottom: calc(18.25%); }
.aux-big-grid-1-3 .aux-keep-aspect { height: 0px; padding-bottom: 116.667%; }
.aux-big-grid-sg-1-3 { width: calc(8.33333% - 2px); padding-bottom: calc(18.25%); margin: 0px 1px; }
.aux-big-grid-lg-1-3 { width: calc(8.33333% - 30px); padding-bottom: calc(18.25%); margin: 0px 15px; }
.aux-big-grid-2-3 { width: calc(16.6667%); padding-bottom: calc(18.25%); }
.aux-big-grid-2-3 .aux-keep-aspect { height: 0px; padding-bottom: 108.333%; }
.aux-big-grid-sg-2-3 { width: calc(16.6667% - 2px); padding-bottom: calc(18.25%); margin: 0px 1px; }
.aux-big-grid-lg-2-3 { width: calc(16.6667% - 30px); padding-bottom: calc(18.25%); margin: 0px 15px; }
.aux-big-grid-3-3 { width: calc(25%); padding-bottom: calc(18.25%); }
.aux-big-grid-3-3 .aux-keep-aspect { height: 0px; padding-bottom: 100%; }
.aux-big-grid-sg-3-3 { width: calc(25% - 2px); padding-bottom: calc(18.25%); margin: 0px 1px; }
.aux-big-grid-lg-3-3 { width: calc(25% - 30px); padding-bottom: calc(18.25%); margin: 0px 15px; }
.aux-big-grid-4-3 { width: calc(33.3333%); padding-bottom: calc(18.25%); }
.aux-big-grid-4-3 .aux-keep-aspect { height: 0px; padding-bottom: 91.6667%; }
.aux-big-grid-sg-4-3 { width: calc(33.3333% - 2px); padding-bottom: calc(18.25%); margin: 0px 1px; }
.aux-big-grid-lg-4-3 { width: calc(33.3333% - 30px); padding-bottom: calc(18.25%); margin: 0px 15px; }
.aux-big-grid-5-3 { width: calc(41.6667%); padding-bottom: calc(18.25%); }
.aux-big-grid-5-3 .aux-keep-aspect { height: 0px; padding-bottom: 83.3333%; }
.aux-big-grid-sg-5-3 { width: calc(41.6667% - 2px); padding-bottom: calc(18.25%); margin: 0px 1px; }
.aux-big-grid-lg-5-3 { width: calc(41.6667% - 30px); padding-bottom: calc(18.25%); margin: 0px 15px; }
.aux-big-grid-6-3 { width: calc(50%); padding-bottom: calc(18.25%); }
.aux-big-grid-6-3 .aux-keep-aspect { height: 0px; padding-bottom: 75%; }
.aux-big-grid-sg-6-3 { width: calc(50% - 2px); padding-bottom: calc(18.25%); margin: 0px 1px; }
.aux-big-grid-lg-6-3 { width: calc(50% - 30px); padding-bottom: calc(18.25%); margin: 0px 15px; }
.aux-big-grid-7-3 { width: calc(58.3333%); padding-bottom: calc(18.25%); }
.aux-big-grid-7-3 .aux-keep-aspect { height: 0px; padding-bottom: 66.6667%; }
.aux-big-grid-sg-7-3 { width: calc(58.3333% - 2px); padding-bottom: calc(18.25%); margin: 0px 1px; }
.aux-big-grid-lg-7-3 { width: calc(58.3333% - 30px); padding-bottom: calc(18.25%); margin: 0px 15px; }
.aux-big-grid-8-3 { width: calc(66.6667%); padding-bottom: calc(18.25%); }
.aux-big-grid-8-3 .aux-keep-aspect { height: 0px; padding-bottom: 58.3333%; }
.aux-big-grid-sg-8-3 { width: calc(66.6667% - 2px); padding-bottom: calc(18.25%); margin: 0px 1px; }
.aux-big-grid-lg-8-3 { width: calc(66.6667% - 30px); padding-bottom: calc(18.25%); margin: 0px 15px; }
.aux-big-grid-9-3 { width: calc(75%); padding-bottom: calc(18.25%); }
.aux-big-grid-9-3 .aux-keep-aspect { height: 0px; padding-bottom: 50%; }
.aux-big-grid-sg-9-3 { width: calc(75% - 2px); padding-bottom: calc(18.25%); margin: 0px 1px; }
.aux-big-grid-lg-9-3 { width: calc(75% - 30px); padding-bottom: calc(18.25%); margin: 0px 15px; }
.aux-big-grid-10-3 { width: calc(83.3333%); padding-bottom: calc(18.25%); }
.aux-big-grid-10-3 .aux-keep-aspect { height: 0px; padding-bottom: 41.6667%; }
.aux-big-grid-sg-10-3 { width: calc(83.3333% - 2px); padding-bottom: calc(18.25%); margin: 0px 1px; }
.aux-big-grid-lg-10-3 { width: calc(83.3333% - 30px); padding-bottom: calc(18.25%); margin: 0px 15px; }
.aux-big-grid-11-3 { width: calc(91.6667%); padding-bottom: calc(18.25%); }
.aux-big-grid-11-3 .aux-keep-aspect { height: 0px; padding-bottom: 33.3333%; }
.aux-big-grid-sg-11-3 { width: calc(91.6667% - 2px); padding-bottom: calc(18.25%); margin: 0px 1px; }
.aux-big-grid-lg-11-3 { width: calc(91.6667% - 30px); padding-bottom: calc(18.25%); margin: 0px 15px; }
.aux-big-grid-12-3 { width: calc(100%); padding-bottom: calc(18.25%); }
.aux-big-grid-12-3 .aux-keep-aspect { height: 0px; padding-bottom: 25%; }
.aux-big-grid-sg-12-3 { width: calc(100% - 2px); padding-bottom: calc(18.25%); margin: 0px 1px; }
.aux-big-grid-lg-12-3 { width: calc(100% - 30px); padding-bottom: calc(18.25%); margin: 0px 15px; }
.aux-big-grid-1-4 { width: calc(8.33333%); padding-bottom: calc(24.3333%); }
.aux-big-grid-1-4 .aux-keep-aspect { height: 0px; padding-bottom: 125%; }
.aux-big-grid-sg-1-4 { width: calc(8.33333% - 2px); padding-bottom: calc(24.3333%); margin: 0px 1px; }
.aux-big-grid-lg-1-4 { width: calc(8.33333% - 30px); padding-bottom: calc(24.3333%); margin: 0px 15px; }
.aux-big-grid-2-4 { width: calc(16.6667%); padding-bottom: calc(24.3333%); }
.aux-big-grid-2-4 .aux-keep-aspect { height: 0px; padding-bottom: 116.667%; }
.aux-big-grid-sg-2-4 { width: calc(16.6667% - 2px); padding-bottom: calc(24.3333%); margin: 0px 1px; }
.aux-big-grid-lg-2-4 { width: calc(16.6667% - 30px); padding-bottom: calc(24.3333%); margin: 0px 15px; }
.aux-big-grid-3-4 { width: calc(25%); padding-bottom: calc(24.3333%); }
.aux-big-grid-3-4 .aux-keep-aspect { height: 0px; padding-bottom: 108.333%; }
.aux-big-grid-sg-3-4 { width: calc(25% - 2px); padding-bottom: calc(24.3333%); margin: 0px 1px; }
.aux-big-grid-lg-3-4 { width: calc(25% - 30px); padding-bottom: calc(24.3333%); margin: 0px 15px; }
.aux-big-grid-4-4 { width: calc(33.3333%); padding-bottom: calc(24.3333%); }
.aux-big-grid-4-4 .aux-keep-aspect { height: 0px; padding-bottom: 100%; }
.aux-big-grid-sg-4-4 { width: calc(33.3333% - 2px); padding-bottom: calc(24.3333%); margin: 0px 1px; }
.aux-big-grid-lg-4-4 { width: calc(33.3333% - 30px); padding-bottom: calc(24.3333%); margin: 0px 15px; }
.aux-big-grid-5-4 { width: calc(41.6667%); padding-bottom: calc(24.3333%); }
.aux-big-grid-5-4 .aux-keep-aspect { height: 0px; padding-bottom: 91.6667%; }
.aux-big-grid-sg-5-4 { width: calc(41.6667% - 2px); padding-bottom: calc(24.3333%); margin: 0px 1px; }
.aux-big-grid-lg-5-4 { width: calc(41.6667% - 30px); padding-bottom: calc(24.3333%); margin: 0px 15px; }
.aux-big-grid-6-4 { width: calc(50%); padding-bottom: calc(24.3333%); }
.aux-big-grid-6-4 .aux-keep-aspect { height: 0px; padding-bottom: 83.3333%; }
.aux-big-grid-sg-6-4 { width: calc(50% - 2px); padding-bottom: calc(24.3333%); margin: 0px 1px; }
.aux-big-grid-lg-6-4 { width: calc(50% - 30px); padding-bottom: calc(24.3333%); margin: 0px 15px; }
.aux-big-grid-7-4 { width: calc(58.3333%); padding-bottom: calc(24.3333%); }
.aux-big-grid-7-4 .aux-keep-aspect { height: 0px; padding-bottom: 75%; }
.aux-big-grid-sg-7-4 { width: calc(58.3333% - 2px); padding-bottom: calc(24.3333%); margin: 0px 1px; }
.aux-big-grid-lg-7-4 { width: calc(58.3333% - 30px); padding-bottom: calc(24.3333%); margin: 0px 15px; }
.aux-big-grid-8-4 { width: calc(66.6667%); padding-bottom: calc(24.3333%); }
.aux-big-grid-8-4 .aux-keep-aspect { height: 0px; padding-bottom: 66.6667%; }
.aux-big-grid-sg-8-4 { width: calc(66.6667% - 2px); padding-bottom: calc(24.3333%); margin: 0px 1px; }
.aux-big-grid-lg-8-4 { width: calc(66.6667% - 30px); padding-bottom: calc(24.3333%); margin: 0px 15px; }
.aux-big-grid-9-4 { width: calc(75%); padding-bottom: calc(24.3333%); }
.aux-big-grid-9-4 .aux-keep-aspect { height: 0px; padding-bottom: 58.3333%; }
.aux-big-grid-sg-9-4 { width: calc(75% - 2px); padding-bottom: calc(24.3333%); margin: 0px 1px; }
.aux-big-grid-lg-9-4 { width: calc(75% - 30px); padding-bottom: calc(24.3333%); margin: 0px 15px; }
.aux-big-grid-10-4 { width: calc(83.3333%); padding-bottom: calc(24.3333%); }
.aux-big-grid-10-4 .aux-keep-aspect { height: 0px; padding-bottom: 50%; }
.aux-big-grid-sg-10-4 { width: calc(83.3333% - 2px); padding-bottom: calc(24.3333%); margin: 0px 1px; }
.aux-big-grid-lg-10-4 { width: calc(83.3333% - 30px); padding-bottom: calc(24.3333%); margin: 0px 15px; }
.aux-big-grid-11-4 { width: calc(91.6667%); padding-bottom: calc(24.3333%); }
.aux-big-grid-11-4 .aux-keep-aspect { height: 0px; padding-bottom: 41.6667%; }
.aux-big-grid-sg-11-4 { width: calc(91.6667% - 2px); padding-bottom: calc(24.3333%); margin: 0px 1px; }
.aux-big-grid-lg-11-4 { width: calc(91.6667% - 30px); padding-bottom: calc(24.3333%); margin: 0px 15px; }
.aux-big-grid-12-4 { width: calc(100%); padding-bottom: calc(24.3333%); }
.aux-big-grid-12-4 .aux-keep-aspect { height: 0px; padding-bottom: 33.3333%; }
.aux-big-grid-sg-12-4 { width: calc(100% - 2px); padding-bottom: calc(24.3333%); margin: 0px 1px; }
.aux-big-grid-lg-12-4 { width: calc(100% - 30px); padding-bottom: calc(24.3333%); margin: 0px 15px; }
.aux-big-grid-1-5 { width: calc(8.33333%); padding-bottom: calc(30.4167%); }
.aux-big-grid-1-5 .aux-keep-aspect { height: 0px; padding-bottom: 133.333%; }
.aux-big-grid-sg-1-5 { width: calc(8.33333% - 2px); padding-bottom: calc(30.4167%); margin: 0px 1px; }
.aux-big-grid-lg-1-5 { width: calc(8.33333% - 30px); padding-bottom: calc(30.4167%); margin: 0px 15px; }
.aux-big-grid-2-5 { width: calc(16.6667%); padding-bottom: calc(30.4167%); }
.aux-big-grid-2-5 .aux-keep-aspect { height: 0px; padding-bottom: 125%; }
.aux-big-grid-sg-2-5 { width: calc(16.6667% - 2px); padding-bottom: calc(30.4167%); margin: 0px 1px; }
.aux-big-grid-lg-2-5 { width: calc(16.6667% - 30px); padding-bottom: calc(30.4167%); margin: 0px 15px; }
.aux-big-grid-3-5 { width: calc(25%); padding-bottom: calc(30.4167%); }
.aux-big-grid-3-5 .aux-keep-aspect { height: 0px; padding-bottom: 116.667%; }
.aux-big-grid-sg-3-5 { width: calc(25% - 2px); padding-bottom: calc(30.4167%); margin: 0px 1px; }
.aux-big-grid-lg-3-5 { width: calc(25% - 30px); padding-bottom: calc(30.4167%); margin: 0px 15px; }
.aux-big-grid-4-5 { width: calc(33.3333%); padding-bottom: calc(30.4167%); }
.aux-big-grid-4-5 .aux-keep-aspect { height: 0px; padding-bottom: 108.333%; }
.aux-big-grid-sg-4-5 { width: calc(33.3333% - 2px); padding-bottom: calc(30.4167%); margin: 0px 1px; }
.aux-big-grid-lg-4-5 { width: calc(33.3333% - 30px); padding-bottom: calc(30.4167%); margin: 0px 15px; }
.aux-big-grid-5-5 { width: calc(41.6667%); padding-bottom: calc(30.4167%); }
.aux-big-grid-5-5 .aux-keep-aspect { height: 0px; padding-bottom: 100%; }
.aux-big-grid-sg-5-5 { width: calc(41.6667% - 2px); padding-bottom: calc(30.4167%); margin: 0px 1px; }
.aux-big-grid-lg-5-5 { width: calc(41.6667% - 30px); padding-bottom: calc(30.4167%); margin: 0px 15px; }
.aux-big-grid-6-5 { width: calc(50%); padding-bottom: calc(30.4167%); }
.aux-big-grid-6-5 .aux-keep-aspect { height: 0px; padding-bottom: 91.6667%; }
.aux-big-grid-sg-6-5 { width: calc(50% - 2px); padding-bottom: calc(30.4167%); margin: 0px 1px; }
.aux-big-grid-lg-6-5 { width: calc(50% - 30px); padding-bottom: calc(30.4167%); margin: 0px 15px; }
.aux-big-grid-7-5 { width: calc(58.3333%); padding-bottom: calc(30.4167%); }
.aux-big-grid-7-5 .aux-keep-aspect { height: 0px; padding-bottom: 83.3333%; }
.aux-big-grid-sg-7-5 { width: calc(58.3333% - 2px); padding-bottom: calc(30.4167%); margin: 0px 1px; }
.aux-big-grid-lg-7-5 { width: calc(58.3333% - 30px); padding-bottom: calc(30.4167%); margin: 0px 15px; }
.aux-big-grid-8-5 { width: calc(66.6667%); padding-bottom: calc(30.4167%); }
.aux-big-grid-8-5 .aux-keep-aspect { height: 0px; padding-bottom: 75%; }
.aux-big-grid-sg-8-5 { width: calc(66.6667% - 2px); padding-bottom: calc(30.4167%); margin: 0px 1px; }
.aux-big-grid-lg-8-5 { width: calc(66.6667% - 30px); padding-bottom: calc(30.4167%); margin: 0px 15px; }
.aux-big-grid-9-5 { width: calc(75%); padding-bottom: calc(30.4167%); }
.aux-big-grid-9-5 .aux-keep-aspect { height: 0px; padding-bottom: 66.6667%; }
.aux-big-grid-sg-9-5 { width: calc(75% - 2px); padding-bottom: calc(30.4167%); margin: 0px 1px; }
.aux-big-grid-lg-9-5 { width: calc(75% - 30px); padding-bottom: calc(30.4167%); margin: 0px 15px; }
.aux-big-grid-10-5 { width: calc(83.3333%); padding-bottom: calc(30.4167%); }
.aux-big-grid-10-5 .aux-keep-aspect { height: 0px; padding-bottom: 58.3333%; }
.aux-big-grid-sg-10-5 { width: calc(83.3333% - 2px); padding-bottom: calc(30.4167%); margin: 0px 1px; }
.aux-big-grid-lg-10-5 { width: calc(83.3333% - 30px); padding-bottom: calc(30.4167%); margin: 0px 15px; }
.aux-big-grid-11-5 { width: calc(91.6667%); padding-bottom: calc(30.4167%); }
.aux-big-grid-11-5 .aux-keep-aspect { height: 0px; padding-bottom: 50%; }
.aux-big-grid-sg-11-5 { width: calc(91.6667% - 2px); padding-bottom: calc(30.4167%); margin: 0px 1px; }
.aux-big-grid-lg-11-5 { width: calc(91.6667% - 30px); padding-bottom: calc(30.4167%); margin: 0px 15px; }
.aux-big-grid-12-5 { width: calc(100%); padding-bottom: calc(30.4167%); }
.aux-big-grid-12-5 .aux-keep-aspect { height: 0px; padding-bottom: 41.6667%; }
.aux-big-grid-sg-12-5 { width: calc(100% - 2px); padding-bottom: calc(30.4167%); margin: 0px 1px; }
.aux-big-grid-lg-12-5 { width: calc(100% - 30px); padding-bottom: calc(30.4167%); margin: 0px 15px; }
.aux-big-grid-1-6 { width: calc(8.33333%); padding-bottom: calc(36.5%); }
.aux-big-grid-1-6 .aux-keep-aspect { height: 0px; padding-bottom: 141.667%; }
.aux-big-grid-sg-1-6 { width: calc(8.33333% - 2px); padding-bottom: calc(36.5%); margin: 0px 1px; }
.aux-big-grid-lg-1-6 { width: calc(8.33333% - 30px); padding-bottom: calc(36.5%); margin: 0px 15px; }
.aux-big-grid-2-6 { width: calc(16.6667%); padding-bottom: calc(36.5%); }
.aux-big-grid-2-6 .aux-keep-aspect { height: 0px; padding-bottom: 133.333%; }
.aux-big-grid-sg-2-6 { width: calc(16.6667% - 2px); padding-bottom: calc(36.5%); margin: 0px 1px; }
.aux-big-grid-lg-2-6 { width: calc(16.6667% - 30px); padding-bottom: calc(36.5%); margin: 0px 15px; }
.aux-big-grid-3-6 { width: calc(25%); padding-bottom: calc(36.5%); }
.aux-big-grid-3-6 .aux-keep-aspect { height: 0px; padding-bottom: 125%; }
.aux-big-grid-sg-3-6 { width: calc(25% - 2px); padding-bottom: calc(36.5%); margin: 0px 1px; }
.aux-big-grid-lg-3-6 { width: calc(25% - 30px); padding-bottom: calc(36.5%); margin: 0px 15px; }
.aux-big-grid-4-6 { width: calc(33.3333%); padding-bottom: calc(36.5%); }
.aux-big-grid-4-6 .aux-keep-aspect { height: 0px; padding-bottom: 116.667%; }
.aux-big-grid-sg-4-6 { width: calc(33.3333% - 2px); padding-bottom: calc(36.5%); margin: 0px 1px; }
.aux-big-grid-lg-4-6 { width: calc(33.3333% - 30px); padding-bottom: calc(36.5%); margin: 0px 15px; }
.aux-big-grid-5-6 { width: calc(41.6667%); padding-bottom: calc(36.5%); }
.aux-big-grid-5-6 .aux-keep-aspect { height: 0px; padding-bottom: 108.333%; }
.aux-big-grid-sg-5-6 { width: calc(41.6667% - 2px); padding-bottom: calc(36.5%); margin: 0px 1px; }
.aux-big-grid-lg-5-6 { width: calc(41.6667% - 30px); padding-bottom: calc(36.5%); margin: 0px 15px; }
.aux-big-grid-6-6 { width: calc(50%); padding-bottom: calc(36.5%); }
.aux-big-grid-6-6 .aux-keep-aspect { height: 0px; padding-bottom: 100%; }
.aux-big-grid-sg-6-6 { width: calc(50% - 2px); padding-bottom: calc(36.5%); margin: 0px 1px; }
.aux-big-grid-lg-6-6 { width: calc(50% - 30px); padding-bottom: calc(36.5%); margin: 0px 15px; }
.aux-big-grid-7-6 { width: calc(58.3333%); padding-bottom: calc(36.5%); }
.aux-big-grid-7-6 .aux-keep-aspect { height: 0px; padding-bottom: 91.6667%; }
.aux-big-grid-sg-7-6 { width: calc(58.3333% - 2px); padding-bottom: calc(36.5%); margin: 0px 1px; }
.aux-big-grid-lg-7-6 { width: calc(58.3333% - 30px); padding-bottom: calc(36.5%); margin: 0px 15px; }
.aux-big-grid-8-6 { width: calc(66.6667%); padding-bottom: calc(36.5%); }
.aux-big-grid-8-6 .aux-keep-aspect { height: 0px; padding-bottom: 83.3333%; }
.aux-big-grid-sg-8-6 { width: calc(66.6667% - 2px); padding-bottom: calc(36.5%); margin: 0px 1px; }
.aux-big-grid-lg-8-6 { width: calc(66.6667% - 30px); padding-bottom: calc(36.5%); margin: 0px 15px; }
.aux-big-grid-9-6 { width: calc(75%); padding-bottom: calc(36.5%); }
.aux-big-grid-9-6 .aux-keep-aspect { height: 0px; padding-bottom: 75%; }
.aux-big-grid-sg-9-6 { width: calc(75% - 2px); padding-bottom: calc(36.5%); margin: 0px 1px; }
.aux-big-grid-lg-9-6 { width: calc(75% - 30px); padding-bottom: calc(36.5%); margin: 0px 15px; }
.aux-big-grid-10-6 { width: calc(83.3333%); padding-bottom: calc(36.5%); }
.aux-big-grid-10-6 .aux-keep-aspect { height: 0px; padding-bottom: 66.6667%; }
.aux-big-grid-sg-10-6 { width: calc(83.3333% - 2px); padding-bottom: calc(36.5%); margin: 0px 1px; }
.aux-big-grid-lg-10-6 { width: calc(83.3333% - 30px); padding-bottom: calc(36.5%); margin: 0px 15px; }
.aux-big-grid-11-6 { width: calc(91.6667%); padding-bottom: calc(36.5%); }
.aux-big-grid-11-6 .aux-keep-aspect { height: 0px; padding-bottom: 58.3333%; }
.aux-big-grid-sg-11-6 { width: calc(91.6667% - 2px); padding-bottom: calc(36.5%); margin: 0px 1px; }
.aux-big-grid-lg-11-6 { width: calc(91.6667% - 30px); padding-bottom: calc(36.5%); margin: 0px 15px; }
.aux-big-grid-12-6 { width: calc(100%); padding-bottom: calc(36.5%); }
.aux-big-grid-12-6 .aux-keep-aspect { height: 0px; padding-bottom: 50%; }
.aux-big-grid-sg-12-6 { width: calc(100% - 2px); padding-bottom: calc(36.5%); margin: 0px 1px; }
.aux-big-grid-lg-12-6 { width: calc(100% - 30px); padding-bottom: calc(36.5%); margin: 0px 15px; }
.aux-big-grid-1-7 { width: calc(8.33333%); padding-bottom: calc(42.5833%); }
.aux-big-grid-1-7 .aux-keep-aspect { height: 0px; padding-bottom: 150%; }
.aux-big-grid-sg-1-7 { width: calc(8.33333% - 2px); padding-bottom: calc(42.5833%); margin: 0px 1px; }
.aux-big-grid-lg-1-7 { width: calc(8.33333% - 30px); padding-bottom: calc(42.5833%); margin: 0px 15px; }
.aux-big-grid-2-7 { width: calc(16.6667%); padding-bottom: calc(42.5833%); }
.aux-big-grid-2-7 .aux-keep-aspect { height: 0px; padding-bottom: 141.667%; }
.aux-big-grid-sg-2-7 { width: calc(16.6667% - 2px); padding-bottom: calc(42.5833%); margin: 0px 1px; }
.aux-big-grid-lg-2-7 { width: calc(16.6667% - 30px); padding-bottom: calc(42.5833%); margin: 0px 15px; }
.aux-big-grid-3-7 { width: calc(25%); padding-bottom: calc(42.5833%); }
.aux-big-grid-3-7 .aux-keep-aspect { height: 0px; padding-bottom: 133.333%; }
.aux-big-grid-sg-3-7 { width: calc(25% - 2px); padding-bottom: calc(42.5833%); margin: 0px 1px; }
.aux-big-grid-lg-3-7 { width: calc(25% - 30px); padding-bottom: calc(42.5833%); margin: 0px 15px; }
.aux-big-grid-4-7 { width: calc(33.3333%); padding-bottom: calc(42.5833%); }
.aux-big-grid-4-7 .aux-keep-aspect { height: 0px; padding-bottom: 125%; }
.aux-big-grid-sg-4-7 { width: calc(33.3333% - 2px); padding-bottom: calc(42.5833%); margin: 0px 1px; }
.aux-big-grid-lg-4-7 { width: calc(33.3333% - 30px); padding-bottom: calc(42.5833%); margin: 0px 15px; }
.aux-big-grid-5-7 { width: calc(41.6667%); padding-bottom: calc(42.5833%); }
.aux-big-grid-5-7 .aux-keep-aspect { height: 0px; padding-bottom: 116.667%; }
.aux-big-grid-sg-5-7 { width: calc(41.6667% - 2px); padding-bottom: calc(42.5833%); margin: 0px 1px; }
.aux-big-grid-lg-5-7 { width: calc(41.6667% - 30px); padding-bottom: calc(42.5833%); margin: 0px 15px; }
.aux-big-grid-6-7 { width: calc(50%); padding-bottom: calc(42.5833%); }
.aux-big-grid-6-7 .aux-keep-aspect { height: 0px; padding-bottom: 108.333%; }
.aux-big-grid-sg-6-7 { width: calc(50% - 2px); padding-bottom: calc(42.5833%); margin: 0px 1px; }
.aux-big-grid-lg-6-7 { width: calc(50% - 30px); padding-bottom: calc(42.5833%); margin: 0px 15px; }
.aux-big-grid-7-7 { width: calc(58.3333%); padding-bottom: calc(42.5833%); }
.aux-big-grid-7-7 .aux-keep-aspect { height: 0px; padding-bottom: 100%; }
.aux-big-grid-sg-7-7 { width: calc(58.3333% - 2px); padding-bottom: calc(42.5833%); margin: 0px 1px; }
.aux-big-grid-lg-7-7 { width: calc(58.3333% - 30px); padding-bottom: calc(42.5833%); margin: 0px 15px; }
.aux-big-grid-8-7 { width: calc(66.6667%); padding-bottom: calc(42.5833%); }
.aux-big-grid-8-7 .aux-keep-aspect { height: 0px; padding-bottom: 91.6667%; }
.aux-big-grid-sg-8-7 { width: calc(66.6667% - 2px); padding-bottom: calc(42.5833%); margin: 0px 1px; }
.aux-big-grid-lg-8-7 { width: calc(66.6667% - 30px); padding-bottom: calc(42.5833%); margin: 0px 15px; }
.aux-big-grid-9-7 { width: calc(75%); padding-bottom: calc(42.5833%); }
.aux-big-grid-9-7 .aux-keep-aspect { height: 0px; padding-bottom: 83.3333%; }
.aux-big-grid-sg-9-7 { width: calc(75% - 2px); padding-bottom: calc(42.5833%); margin: 0px 1px; }
.aux-big-grid-lg-9-7 { width: calc(75% - 30px); padding-bottom: calc(42.5833%); margin: 0px 15px; }
.aux-big-grid-10-7 { width: calc(83.3333%); padding-bottom: calc(42.5833%); }
.aux-big-grid-10-7 .aux-keep-aspect { height: 0px; padding-bottom: 75%; }
.aux-big-grid-sg-10-7 { width: calc(83.3333% - 2px); padding-bottom: calc(42.5833%); margin: 0px 1px; }
.aux-big-grid-lg-10-7 { width: calc(83.3333% - 30px); padding-bottom: calc(42.5833%); margin: 0px 15px; }
.aux-big-grid-11-7 { width: calc(91.6667%); padding-bottom: calc(42.5833%); }
.aux-big-grid-11-7 .aux-keep-aspect { height: 0px; padding-bottom: 66.6667%; }
.aux-big-grid-sg-11-7 { width: calc(91.6667% - 2px); padding-bottom: calc(42.5833%); margin: 0px 1px; }
.aux-big-grid-lg-11-7 { width: calc(91.6667% - 30px); padding-bottom: calc(42.5833%); margin: 0px 15px; }
.aux-big-grid-12-7 { width: calc(100%); padding-bottom: calc(42.5833%); }
.aux-big-grid-12-7 .aux-keep-aspect { height: 0px; padding-bottom: 58.3333%; }
.aux-big-grid-sg-12-7 { width: calc(100% - 2px); padding-bottom: calc(42.5833%); margin: 0px 1px; }
.aux-big-grid-lg-12-7 { width: calc(100% - 30px); padding-bottom: calc(42.5833%); margin: 0px 15px; }
.aux-big-grid-1-8 { width: calc(8.33333%); padding-bottom: calc(48.6667%); }
.aux-big-grid-1-8 .aux-keep-aspect { height: 0px; padding-bottom: 158.333%; }
.aux-big-grid-sg-1-8 { width: calc(8.33333% - 2px); padding-bottom: calc(48.6667%); margin: 0px 1px; }
.aux-big-grid-lg-1-8 { width: calc(8.33333% - 30px); padding-bottom: calc(48.6667%); margin: 0px 15px; }
.aux-big-grid-2-8 { width: calc(16.6667%); padding-bottom: calc(48.6667%); }
.aux-big-grid-2-8 .aux-keep-aspect { height: 0px; padding-bottom: 150%; }
.aux-big-grid-sg-2-8 { width: calc(16.6667% - 2px); padding-bottom: calc(48.6667%); margin: 0px 1px; }
.aux-big-grid-lg-2-8 { width: calc(16.6667% - 30px); padding-bottom: calc(48.6667%); margin: 0px 15px; }
.aux-big-grid-3-8 { width: calc(25%); padding-bottom: calc(48.6667%); }
.aux-big-grid-3-8 .aux-keep-aspect { height: 0px; padding-bottom: 141.667%; }
.aux-big-grid-sg-3-8 { width: calc(25% - 2px); padding-bottom: calc(48.6667%); margin: 0px 1px; }
.aux-big-grid-lg-3-8 { width: calc(25% - 30px); padding-bottom: calc(48.6667%); margin: 0px 15px; }
.aux-big-grid-4-8 { width: calc(33.3333%); padding-bottom: calc(48.6667%); }
.aux-big-grid-4-8 .aux-keep-aspect { height: 0px; padding-bottom: 133.333%; }
.aux-big-grid-sg-4-8 { width: calc(33.3333% - 2px); padding-bottom: calc(48.6667%); margin: 0px 1px; }
.aux-big-grid-lg-4-8 { width: calc(33.3333% - 30px); padding-bottom: calc(48.6667%); margin: 0px 15px; }
.aux-big-grid-5-8 { width: calc(41.6667%); padding-bottom: calc(48.6667%); }
.aux-big-grid-5-8 .aux-keep-aspect { height: 0px; padding-bottom: 125%; }
.aux-big-grid-sg-5-8 { width: calc(41.6667% - 2px); padding-bottom: calc(48.6667%); margin: 0px 1px; }
.aux-big-grid-lg-5-8 { width: calc(41.6667% - 30px); padding-bottom: calc(48.6667%); margin: 0px 15px; }
.aux-big-grid-6-8 { width: calc(50%); padding-bottom: calc(48.6667%); }
.aux-big-grid-6-8 .aux-keep-aspect { height: 0px; padding-bottom: 116.667%; }
.aux-big-grid-sg-6-8 { width: calc(50% - 2px); padding-bottom: calc(48.6667%); margin: 0px 1px; }
.aux-big-grid-lg-6-8 { width: calc(50% - 30px); padding-bottom: calc(48.6667%); margin: 0px 15px; }
.aux-big-grid-7-8 { width: calc(58.3333%); padding-bottom: calc(48.6667%); }
.aux-big-grid-7-8 .aux-keep-aspect { height: 0px; padding-bottom: 108.333%; }
.aux-big-grid-sg-7-8 { width: calc(58.3333% - 2px); padding-bottom: calc(48.6667%); margin: 0px 1px; }
.aux-big-grid-lg-7-8 { width: calc(58.3333% - 30px); padding-bottom: calc(48.6667%); margin: 0px 15px; }
.aux-big-grid-8-8 { width: calc(66.6667%); padding-bottom: calc(48.6667%); }
.aux-big-grid-8-8 .aux-keep-aspect { height: 0px; padding-bottom: 100%; }
.aux-big-grid-sg-8-8 { width: calc(66.6667% - 2px); padding-bottom: calc(48.6667%); margin: 0px 1px; }
.aux-big-grid-lg-8-8 { width: calc(66.6667% - 30px); padding-bottom: calc(48.6667%); margin: 0px 15px; }
.aux-big-grid-9-8 { width: calc(75%); padding-bottom: calc(48.6667%); }
.aux-big-grid-9-8 .aux-keep-aspect { height: 0px; padding-bottom: 91.6667%; }
.aux-big-grid-sg-9-8 { width: calc(75% - 2px); padding-bottom: calc(48.6667%); margin: 0px 1px; }
.aux-big-grid-lg-9-8 { width: calc(75% - 30px); padding-bottom: calc(48.6667%); margin: 0px 15px; }
.aux-big-grid-10-8 { width: calc(83.3333%); padding-bottom: calc(48.6667%); }
.aux-big-grid-10-8 .aux-keep-aspect { height: 0px; padding-bottom: 83.3333%; }
.aux-big-grid-sg-10-8 { width: calc(83.3333% - 2px); padding-bottom: calc(48.6667%); margin: 0px 1px; }
.aux-big-grid-lg-10-8 { width: calc(83.3333% - 30px); padding-bottom: calc(48.6667%); margin: 0px 15px; }
.aux-big-grid-11-8 { width: calc(91.6667%); padding-bottom: calc(48.6667%); }
.aux-big-grid-11-8 .aux-keep-aspect { height: 0px; padding-bottom: 75%; }
.aux-big-grid-sg-11-8 { width: calc(91.6667% - 2px); padding-bottom: calc(48.6667%); margin: 0px 1px; }
.aux-big-grid-lg-11-8 { width: calc(91.6667% - 30px); padding-bottom: calc(48.6667%); margin: 0px 15px; }
.aux-big-grid-12-8 { width: calc(100%); padding-bottom: calc(48.6667%); }
.aux-big-grid-12-8 .aux-keep-aspect { height: 0px; padding-bottom: 66.6667%; }
.aux-big-grid-sg-12-8 { width: calc(100% - 2px); padding-bottom: calc(48.6667%); margin: 0px 1px; }
.aux-big-grid-lg-12-8 { width: calc(100% - 30px); padding-bottom: calc(48.6667%); margin: 0px 15px; }
.aux-big-grid-1-9 { width: calc(8.33333%); padding-bottom: calc(54.75%); }
.aux-big-grid-1-9 .aux-keep-aspect { height: 0px; padding-bottom: 166.667%; }
.aux-big-grid-sg-1-9 { width: calc(8.33333% - 2px); padding-bottom: calc(54.75%); margin: 0px 1px; }
.aux-big-grid-lg-1-9 { width: calc(8.33333% - 30px); padding-bottom: calc(54.75%); margin: 0px 15px; }
.aux-big-grid-2-9 { width: calc(16.6667%); padding-bottom: calc(54.75%); }
.aux-big-grid-2-9 .aux-keep-aspect { height: 0px; padding-bottom: 158.333%; }
.aux-big-grid-sg-2-9 { width: calc(16.6667% - 2px); padding-bottom: calc(54.75%); margin: 0px 1px; }
.aux-big-grid-lg-2-9 { width: calc(16.6667% - 30px); padding-bottom: calc(54.75%); margin: 0px 15px; }
.aux-big-grid-3-9 { width: calc(25%); padding-bottom: calc(54.75%); }
.aux-big-grid-3-9 .aux-keep-aspect { height: 0px; padding-bottom: 150%; }
.aux-big-grid-sg-3-9 { width: calc(25% - 2px); padding-bottom: calc(54.75%); margin: 0px 1px; }
.aux-big-grid-lg-3-9 { width: calc(25% - 30px); padding-bottom: calc(54.75%); margin: 0px 15px; }
.aux-big-grid-4-9 { width: calc(33.3333%); padding-bottom: calc(54.75%); }
.aux-big-grid-4-9 .aux-keep-aspect { height: 0px; padding-bottom: 141.667%; }
.aux-big-grid-sg-4-9 { width: calc(33.3333% - 2px); padding-bottom: calc(54.75%); margin: 0px 1px; }
.aux-big-grid-lg-4-9 { width: calc(33.3333% - 30px); padding-bottom: calc(54.75%); margin: 0px 15px; }
.aux-big-grid-5-9 { width: calc(41.6667%); padding-bottom: calc(54.75%); }
.aux-big-grid-5-9 .aux-keep-aspect { height: 0px; padding-bottom: 133.333%; }
.aux-big-grid-sg-5-9 { width: calc(41.6667% - 2px); padding-bottom: calc(54.75%); margin: 0px 1px; }
.aux-big-grid-lg-5-9 { width: calc(41.6667% - 30px); padding-bottom: calc(54.75%); margin: 0px 15px; }
.aux-big-grid-6-9 { width: calc(50%); padding-bottom: calc(54.75%); }
.aux-big-grid-6-9 .aux-keep-aspect { height: 0px; padding-bottom: 125%; }
.aux-big-grid-sg-6-9 { width: calc(50% - 2px); padding-bottom: calc(54.75%); margin: 0px 1px; }
.aux-big-grid-lg-6-9 { width: calc(50% - 30px); padding-bottom: calc(54.75%); margin: 0px 15px; }
.aux-big-grid-7-9 { width: calc(58.3333%); padding-bottom: calc(54.75%); }
.aux-big-grid-7-9 .aux-keep-aspect { height: 0px; padding-bottom: 116.667%; }
.aux-big-grid-sg-7-9 { width: calc(58.3333% - 2px); padding-bottom: calc(54.75%); margin: 0px 1px; }
.aux-big-grid-lg-7-9 { width: calc(58.3333% - 30px); padding-bottom: calc(54.75%); margin: 0px 15px; }
.aux-big-grid-8-9 { width: calc(66.6667%); padding-bottom: calc(54.75%); }
.aux-big-grid-8-9 .aux-keep-aspect { height: 0px; padding-bottom: 108.333%; }
.aux-big-grid-sg-8-9 { width: calc(66.6667% - 2px); padding-bottom: calc(54.75%); margin: 0px 1px; }
.aux-big-grid-lg-8-9 { width: calc(66.6667% - 30px); padding-bottom: calc(54.75%); margin: 0px 15px; }
.aux-big-grid-9-9 { width: calc(75%); padding-bottom: calc(54.75%); }
.aux-big-grid-9-9 .aux-keep-aspect { height: 0px; padding-bottom: 100%; }
.aux-big-grid-sg-9-9 { width: calc(75% - 2px); padding-bottom: calc(54.75%); margin: 0px 1px; }
.aux-big-grid-lg-9-9 { width: calc(75% - 30px); padding-bottom: calc(54.75%); margin: 0px 15px; }
.aux-big-grid-10-9 { width: calc(83.3333%); padding-bottom: calc(54.75%); }
.aux-big-grid-10-9 .aux-keep-aspect { height: 0px; padding-bottom: 91.6667%; }
.aux-big-grid-sg-10-9 { width: calc(83.3333% - 2px); padding-bottom: calc(54.75%); margin: 0px 1px; }
.aux-big-grid-lg-10-9 { width: calc(83.3333% - 30px); padding-bottom: calc(54.75%); margin: 0px 15px; }
.aux-big-grid-11-9 { width: calc(91.6667%); padding-bottom: calc(54.75%); }
.aux-big-grid-11-9 .aux-keep-aspect { height: 0px; padding-bottom: 83.3333%; }
.aux-big-grid-sg-11-9 { width: calc(91.6667% - 2px); padding-bottom: calc(54.75%); margin: 0px 1px; }
.aux-big-grid-lg-11-9 { width: calc(91.6667% - 30px); padding-bottom: calc(54.75%); margin: 0px 15px; }
.aux-big-grid-12-9 { width: calc(100%); padding-bottom: calc(54.75%); }
.aux-big-grid-12-9 .aux-keep-aspect { height: 0px; padding-bottom: 75%; }
.aux-big-grid-sg-12-9 { width: calc(100% - 2px); padding-bottom: calc(54.75%); margin: 0px 1px; }
.aux-big-grid-lg-12-9 { width: calc(100% - 30px); padding-bottom: calc(54.75%); margin: 0px 15px; }
.aux-big-grid-1-10 { width: calc(8.33333%); padding-bottom: calc(60.8333%); }
.aux-big-grid-1-10 .aux-keep-aspect { height: 0px; padding-bottom: 175%; }
.aux-big-grid-sg-1-10 { width: calc(8.33333% - 2px); padding-bottom: calc(60.8333%); margin: 0px 1px; }
.aux-big-grid-lg-1-10 { width: calc(8.33333% - 30px); padding-bottom: calc(60.8333%); margin: 0px 15px; }
.aux-big-grid-2-10 { width: calc(16.6667%); padding-bottom: calc(60.8333%); }
.aux-big-grid-2-10 .aux-keep-aspect { height: 0px; padding-bottom: 166.667%; }
.aux-big-grid-sg-2-10 { width: calc(16.6667% - 2px); padding-bottom: calc(60.8333%); margin: 0px 1px; }
.aux-big-grid-lg-2-10 { width: calc(16.6667% - 30px); padding-bottom: calc(60.8333%); margin: 0px 15px; }
.aux-big-grid-3-10 { width: calc(25%); padding-bottom: calc(60.8333%); }
.aux-big-grid-3-10 .aux-keep-aspect { height: 0px; padding-bottom: 158.333%; }
.aux-big-grid-sg-3-10 { width: calc(25% - 2px); padding-bottom: calc(60.8333%); margin: 0px 1px; }
.aux-big-grid-lg-3-10 { width: calc(25% - 30px); padding-bottom: calc(60.8333%); margin: 0px 15px; }
.aux-big-grid-4-10 { width: calc(33.3333%); padding-bottom: calc(60.8333%); }
.aux-big-grid-4-10 .aux-keep-aspect { height: 0px; padding-bottom: 150%; }
.aux-big-grid-sg-4-10 { width: calc(33.3333% - 2px); padding-bottom: calc(60.8333%); margin: 0px 1px; }
.aux-big-grid-lg-4-10 { width: calc(33.3333% - 30px); padding-bottom: calc(60.8333%); margin: 0px 15px; }
.aux-big-grid-5-10 { width: calc(41.6667%); padding-bottom: calc(60.8333%); }
.aux-big-grid-5-10 .aux-keep-aspect { height: 0px; padding-bottom: 141.667%; }
.aux-big-grid-sg-5-10 { width: calc(41.6667% - 2px); padding-bottom: calc(60.8333%); margin: 0px 1px; }
.aux-big-grid-lg-5-10 { width: calc(41.6667% - 30px); padding-bottom: calc(60.8333%); margin: 0px 15px; }
.aux-big-grid-6-10 { width: calc(50%); padding-bottom: calc(60.8333%); }
.aux-big-grid-6-10 .aux-keep-aspect { height: 0px; padding-bottom: 133.333%; }
.aux-big-grid-sg-6-10 { width: calc(50% - 2px); padding-bottom: calc(60.8333%); margin: 0px 1px; }
.aux-big-grid-lg-6-10 { width: calc(50% - 30px); padding-bottom: calc(60.8333%); margin: 0px 15px; }
.aux-big-grid-7-10 { width: calc(58.3333%); padding-bottom: calc(60.8333%); }
.aux-big-grid-7-10 .aux-keep-aspect { height: 0px; padding-bottom: 125%; }
.aux-big-grid-sg-7-10 { width: calc(58.3333% - 2px); padding-bottom: calc(60.8333%); margin: 0px 1px; }
.aux-big-grid-lg-7-10 { width: calc(58.3333% - 30px); padding-bottom: calc(60.8333%); margin: 0px 15px; }
.aux-big-grid-8-10 { width: calc(66.6667%); padding-bottom: calc(60.8333%); }
.aux-big-grid-8-10 .aux-keep-aspect { height: 0px; padding-bottom: 116.667%; }
.aux-big-grid-sg-8-10 { width: calc(66.6667% - 2px); padding-bottom: calc(60.8333%); margin: 0px 1px; }
.aux-big-grid-lg-8-10 { width: calc(66.6667% - 30px); padding-bottom: calc(60.8333%); margin: 0px 15px; }
.aux-big-grid-9-10 { width: calc(75%); padding-bottom: calc(60.8333%); }
.aux-big-grid-9-10 .aux-keep-aspect { height: 0px; padding-bottom: 108.333%; }
.aux-big-grid-sg-9-10 { width: calc(75% - 2px); padding-bottom: calc(60.8333%); margin: 0px 1px; }
.aux-big-grid-lg-9-10 { width: calc(75% - 30px); padding-bottom: calc(60.8333%); margin: 0px 15px; }
.aux-big-grid-10-10 { width: calc(83.3333%); padding-bottom: calc(60.8333%); }
.aux-big-grid-10-10 .aux-keep-aspect { height: 0px; padding-bottom: 100%; }
.aux-big-grid-sg-10-10 { width: calc(83.3333% - 2px); padding-bottom: calc(60.8333%); margin: 0px 1px; }
.aux-big-grid-lg-10-10 { width: calc(83.3333% - 30px); padding-bottom: calc(60.8333%); margin: 0px 15px; }
.aux-big-grid-11-10 { width: calc(91.6667%); padding-bottom: calc(60.8333%); }
.aux-big-grid-11-10 .aux-keep-aspect { height: 0px; padding-bottom: 91.6667%; }
.aux-big-grid-sg-11-10 { width: calc(91.6667% - 2px); padding-bottom: calc(60.8333%); margin: 0px 1px; }
.aux-big-grid-lg-11-10 { width: calc(91.6667% - 30px); padding-bottom: calc(60.8333%); margin: 0px 15px; }
.aux-big-grid-12-10 { width: calc(100%); padding-bottom: calc(60.8333%); }
.aux-big-grid-12-10 .aux-keep-aspect { height: 0px; padding-bottom: 83.3333%; }
.aux-big-grid-sg-12-10 { width: calc(100% - 2px); padding-bottom: calc(60.8333%); margin: 0px 1px; }
.aux-big-grid-lg-12-10 { width: calc(100% - 30px); padding-bottom: calc(60.8333%); margin: 0px 15px; }
.aux-big-grid-1-11 { width: calc(8.33333%); padding-bottom: calc(66.9167%); }
.aux-big-grid-1-11 .aux-keep-aspect { height: 0px; padding-bottom: 183.333%; }
.aux-big-grid-sg-1-11 { width: calc(8.33333% - 2px); padding-bottom: calc(66.9167%); margin: 0px 1px; }
.aux-big-grid-lg-1-11 { width: calc(8.33333% - 30px); padding-bottom: calc(66.9167%); margin: 0px 15px; }
.aux-big-grid-2-11 { width: calc(16.6667%); padding-bottom: calc(66.9167%); }
.aux-big-grid-2-11 .aux-keep-aspect { height: 0px; padding-bottom: 175%; }
.aux-big-grid-sg-2-11 { width: calc(16.6667% - 2px); padding-bottom: calc(66.9167%); margin: 0px 1px; }
.aux-big-grid-lg-2-11 { width: calc(16.6667% - 30px); padding-bottom: calc(66.9167%); margin: 0px 15px; }
.aux-big-grid-3-11 { width: calc(25%); padding-bottom: calc(66.9167%); }
.aux-big-grid-3-11 .aux-keep-aspect { height: 0px; padding-bottom: 166.667%; }
.aux-big-grid-sg-3-11 { width: calc(25% - 2px); padding-bottom: calc(66.9167%); margin: 0px 1px; }
.aux-big-grid-lg-3-11 { width: calc(25% - 30px); padding-bottom: calc(66.9167%); margin: 0px 15px; }
.aux-big-grid-4-11 { width: calc(33.3333%); padding-bottom: calc(66.9167%); }
.aux-big-grid-4-11 .aux-keep-aspect { height: 0px; padding-bottom: 158.333%; }
.aux-big-grid-sg-4-11 { width: calc(33.3333% - 2px); padding-bottom: calc(66.9167%); margin: 0px 1px; }
.aux-big-grid-lg-4-11 { width: calc(33.3333% - 30px); padding-bottom: calc(66.9167%); margin: 0px 15px; }
.aux-big-grid-5-11 { width: calc(41.6667%); padding-bottom: calc(66.9167%); }
.aux-big-grid-5-11 .aux-keep-aspect { height: 0px; padding-bottom: 150%; }
.aux-big-grid-sg-5-11 { width: calc(41.6667% - 2px); padding-bottom: calc(66.9167%); margin: 0px 1px; }
.aux-big-grid-lg-5-11 { width: calc(41.6667% - 30px); padding-bottom: calc(66.9167%); margin: 0px 15px; }
.aux-big-grid-6-11 { width: calc(50%); padding-bottom: calc(66.9167%); }
.aux-big-grid-6-11 .aux-keep-aspect { height: 0px; padding-bottom: 141.667%; }
.aux-big-grid-sg-6-11 { width: calc(50% - 2px); padding-bottom: calc(66.9167%); margin: 0px 1px; }
.aux-big-grid-lg-6-11 { width: calc(50% - 30px); padding-bottom: calc(66.9167%); margin: 0px 15px; }
.aux-big-grid-7-11 { width: calc(58.3333%); padding-bottom: calc(66.9167%); }
.aux-big-grid-7-11 .aux-keep-aspect { height: 0px; padding-bottom: 133.333%; }
.aux-big-grid-sg-7-11 { width: calc(58.3333% - 2px); padding-bottom: calc(66.9167%); margin: 0px 1px; }
.aux-big-grid-lg-7-11 { width: calc(58.3333% - 30px); padding-bottom: calc(66.9167%); margin: 0px 15px; }
.aux-big-grid-8-11 { width: calc(66.6667%); padding-bottom: calc(66.9167%); }
.aux-big-grid-8-11 .aux-keep-aspect { height: 0px; padding-bottom: 125%; }
.aux-big-grid-sg-8-11 { width: calc(66.6667% - 2px); padding-bottom: calc(66.9167%); margin: 0px 1px; }
.aux-big-grid-lg-8-11 { width: calc(66.6667% - 30px); padding-bottom: calc(66.9167%); margin: 0px 15px; }
.aux-big-grid-9-11 { width: calc(75%); padding-bottom: calc(66.9167%); }
.aux-big-grid-9-11 .aux-keep-aspect { height: 0px; padding-bottom: 116.667%; }
.aux-big-grid-sg-9-11 { width: calc(75% - 2px); padding-bottom: calc(66.9167%); margin: 0px 1px; }
.aux-big-grid-lg-9-11 { width: calc(75% - 30px); padding-bottom: calc(66.9167%); margin: 0px 15px; }
.aux-big-grid-10-11 { width: calc(83.3333%); padding-bottom: calc(66.9167%); }
.aux-big-grid-10-11 .aux-keep-aspect { height: 0px; padding-bottom: 108.333%; }
.aux-big-grid-sg-10-11 { width: calc(83.3333% - 2px); padding-bottom: calc(66.9167%); margin: 0px 1px; }
.aux-big-grid-lg-10-11 { width: calc(83.3333% - 30px); padding-bottom: calc(66.9167%); margin: 0px 15px; }
.aux-big-grid-11-11 { width: calc(91.6667%); padding-bottom: calc(66.9167%); }
.aux-big-grid-11-11 .aux-keep-aspect { height: 0px; padding-bottom: 100%; }
.aux-big-grid-sg-11-11 { width: calc(91.6667% - 2px); padding-bottom: calc(66.9167%); margin: 0px 1px; }
.aux-big-grid-lg-11-11 { width: calc(91.6667% - 30px); padding-bottom: calc(66.9167%); margin: 0px 15px; }
.aux-big-grid-12-11 { width: calc(100%); padding-bottom: calc(66.9167%); }
.aux-big-grid-12-11 .aux-keep-aspect { height: 0px; padding-bottom: 91.6667%; }
.aux-big-grid-sg-12-11 { width: calc(100% - 2px); padding-bottom: calc(66.9167%); margin: 0px 1px; }
.aux-big-grid-lg-12-11 { width: calc(100% - 30px); padding-bottom: calc(66.9167%); margin: 0px 15px; }
.aux-big-grid-1-12 { width: calc(8.33333%); padding-bottom: calc(73%); }
.aux-big-grid-1-12 .aux-keep-aspect { height: 0px; padding-bottom: 191.667%; }
.aux-big-grid-sg-1-12 { width: calc(8.33333% - 2px); padding-bottom: calc(73%); margin: 0px 1px; }
.aux-big-grid-lg-1-12 { width: calc(8.33333% - 30px); padding-bottom: calc(73%); margin: 0px 15px; }
.aux-big-grid-2-12 { width: calc(16.6667%); padding-bottom: calc(73%); }
.aux-big-grid-2-12 .aux-keep-aspect { height: 0px; padding-bottom: 183.333%; }
.aux-big-grid-sg-2-12 { width: calc(16.6667% - 2px); padding-bottom: calc(73%); margin: 0px 1px; }
.aux-big-grid-lg-2-12 { width: calc(16.6667% - 30px); padding-bottom: calc(73%); margin: 0px 15px; }
.aux-big-grid-3-12 { width: calc(25%); padding-bottom: calc(73%); }
.aux-big-grid-3-12 .aux-keep-aspect { height: 0px; padding-bottom: 175%; }
.aux-big-grid-sg-3-12 { width: calc(25% - 2px); padding-bottom: calc(73%); margin: 0px 1px; }
.aux-big-grid-lg-3-12 { width: calc(25% - 30px); padding-bottom: calc(73%); margin: 0px 15px; }
.aux-big-grid-4-12 { width: calc(33.3333%); padding-bottom: calc(73%); }
.aux-big-grid-4-12 .aux-keep-aspect { height: 0px; padding-bottom: 166.667%; }
.aux-big-grid-sg-4-12 { width: calc(33.3333% - 2px); padding-bottom: calc(73%); margin: 0px 1px; }
.aux-big-grid-lg-4-12 { width: calc(33.3333% - 30px); padding-bottom: calc(73%); margin: 0px 15px; }
.aux-big-grid-5-12 { width: calc(41.6667%); padding-bottom: calc(73%); }
.aux-big-grid-5-12 .aux-keep-aspect { height: 0px; padding-bottom: 158.333%; }
.aux-big-grid-sg-5-12 { width: calc(41.6667% - 2px); padding-bottom: calc(73%); margin: 0px 1px; }
.aux-big-grid-lg-5-12 { width: calc(41.6667% - 30px); padding-bottom: calc(73%); margin: 0px 15px; }
.aux-big-grid-6-12 { width: calc(50%); padding-bottom: calc(73%); }
.aux-big-grid-6-12 .aux-keep-aspect { height: 0px; padding-bottom: 150%; }
.aux-big-grid-sg-6-12 { width: calc(50% - 2px); padding-bottom: calc(73%); margin: 0px 1px; }
.aux-big-grid-lg-6-12 { width: calc(50% - 30px); padding-bottom: calc(73%); margin: 0px 15px; }
.aux-big-grid-7-12 { width: calc(58.3333%); padding-bottom: calc(73%); }
.aux-big-grid-7-12 .aux-keep-aspect { height: 0px; padding-bottom: 141.667%; }
.aux-big-grid-sg-7-12 { width: calc(58.3333% - 2px); padding-bottom: calc(73%); margin: 0px 1px; }
.aux-big-grid-lg-7-12 { width: calc(58.3333% - 30px); padding-bottom: calc(73%); margin: 0px 15px; }
.aux-big-grid-8-12 { width: calc(66.6667%); padding-bottom: calc(73%); }
.aux-big-grid-8-12 .aux-keep-aspect { height: 0px; padding-bottom: 133.333%; }
.aux-big-grid-sg-8-12 { width: calc(66.6667% - 2px); padding-bottom: calc(73%); margin: 0px 1px; }
.aux-big-grid-lg-8-12 { width: calc(66.6667% - 30px); padding-bottom: calc(73%); margin: 0px 15px; }
.aux-big-grid-9-12 { width: calc(75%); padding-bottom: calc(73%); }
.aux-big-grid-9-12 .aux-keep-aspect { height: 0px; padding-bottom: 125%; }
.aux-big-grid-sg-9-12 { width: calc(75% - 2px); padding-bottom: calc(73%); margin: 0px 1px; }
.aux-big-grid-lg-9-12 { width: calc(75% - 30px); padding-bottom: calc(73%); margin: 0px 15px; }
.aux-big-grid-10-12 { width: calc(83.3333%); padding-bottom: calc(73%); }
.aux-big-grid-10-12 .aux-keep-aspect { height: 0px; padding-bottom: 116.667%; }
.aux-big-grid-sg-10-12 { width: calc(83.3333% - 2px); padding-bottom: calc(73%); margin: 0px 1px; }
.aux-big-grid-lg-10-12 { width: calc(83.3333% - 30px); padding-bottom: calc(73%); margin: 0px 15px; }
.aux-big-grid-11-12 { width: calc(91.6667%); padding-bottom: calc(73%); }
.aux-big-grid-11-12 .aux-keep-aspect { height: 0px; padding-bottom: 108.333%; }
.aux-big-grid-sg-11-12 { width: calc(91.6667% - 2px); padding-bottom: calc(73%); margin: 0px 1px; }
.aux-big-grid-lg-11-12 { width: calc(91.6667% - 30px); padding-bottom: calc(73%); margin: 0px 15px; }
.aux-big-grid-12-12 { width: calc(100%); padding-bottom: calc(73%); }
.aux-big-grid-12-12 .aux-keep-aspect { height: 0px; padding-bottom: 100%; }
.aux-big-grid-sg-12-12 { width: calc(100% - 2px); padding-bottom: calc(73%); margin: 0px 1px; }
.aux-big-grid-lg-12-12 { width: calc(100% - 30px); padding-bottom: calc(73%); margin: 0px 15px; }
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .aux-t-big-grid-1-1 { width: calc(8.33333%); padding-bottom: calc(6.08333%); }
  .aux-t-big-grid-1-1 .aux-keep-aspect { height: 0px; padding-bottom: 100%; }
  .aux-t-big-grid-sg-1-1 { width: calc(8.33333% - 2px); padding-bottom: calc(6.08333%); margin: 0px 1px; }
  .aux-t-big-grid-lg-1-1 { width: calc(8.33333% - 30px); padding-bottom: calc(6.08333%); margin: 0px 15px; }
  .aux-t-big-grid-2-1 { width: calc(16.6667%); padding-bottom: calc(6.08333%); }
  .aux-t-big-grid-2-1 .aux-keep-aspect { height: 0px; padding-bottom: 91.6667%; }
  .aux-t-big-grid-sg-2-1 { width: calc(16.6667% - 2px); padding-bottom: calc(6.08333%); margin: 0px 1px; }
  .aux-t-big-grid-lg-2-1 { width: calc(16.6667% - 30px); padding-bottom: calc(6.08333%); margin: 0px 15px; }
  .aux-t-big-grid-3-1 { width: calc(25%); padding-bottom: calc(6.08333%); }
  .aux-t-big-grid-3-1 .aux-keep-aspect { height: 0px; padding-bottom: 83.3333%; }
  .aux-t-big-grid-sg-3-1 { width: calc(25% - 2px); padding-bottom: calc(6.08333%); margin: 0px 1px; }
  .aux-t-big-grid-lg-3-1 { width: calc(25% - 30px); padding-bottom: calc(6.08333%); margin: 0px 15px; }
  .aux-t-big-grid-4-1 { width: calc(33.3333%); padding-bottom: calc(6.08333%); }
  .aux-t-big-grid-4-1 .aux-keep-aspect { height: 0px; padding-bottom: 75%; }
  .aux-t-big-grid-sg-4-1 { width: calc(33.3333% - 2px); padding-bottom: calc(6.08333%); margin: 0px 1px; }
  .aux-t-big-grid-lg-4-1 { width: calc(33.3333% - 30px); padding-bottom: calc(6.08333%); margin: 0px 15px; }
  .aux-t-big-grid-5-1 { width: calc(41.6667%); padding-bottom: calc(6.08333%); }
  .aux-t-big-grid-5-1 .aux-keep-aspect { height: 0px; padding-bottom: 66.6667%; }
  .aux-t-big-grid-sg-5-1 { width: calc(41.6667% - 2px); padding-bottom: calc(6.08333%); margin: 0px 1px; }
  .aux-t-big-grid-lg-5-1 { width: calc(41.6667% - 30px); padding-bottom: calc(6.08333%); margin: 0px 15px; }
  .aux-t-big-grid-6-1 { width: calc(50%); padding-bottom: calc(6.08333%); }
  .aux-t-big-grid-6-1 .aux-keep-aspect { height: 0px; padding-bottom: 58.3333%; }
  .aux-t-big-grid-sg-6-1 { width: calc(50% - 2px); padding-bottom: calc(6.08333%); margin: 0px 1px; }
  .aux-t-big-grid-lg-6-1 { width: calc(50% - 30px); padding-bottom: calc(6.08333%); margin: 0px 15px; }
  .aux-t-big-grid-7-1 { width: calc(58.3333%); padding-bottom: calc(6.08333%); }
  .aux-t-big-grid-7-1 .aux-keep-aspect { height: 0px; padding-bottom: 50%; }
  .aux-t-big-grid-sg-7-1 { width: calc(58.3333% - 2px); padding-bottom: calc(6.08333%); margin: 0px 1px; }
  .aux-t-big-grid-lg-7-1 { width: calc(58.3333% - 30px); padding-bottom: calc(6.08333%); margin: 0px 15px; }
  .aux-t-big-grid-8-1 { width: calc(66.6667%); padding-bottom: calc(6.08333%); }
  .aux-t-big-grid-8-1 .aux-keep-aspect { height: 0px; padding-bottom: 41.6667%; }
  .aux-t-big-grid-sg-8-1 { width: calc(66.6667% - 2px); padding-bottom: calc(6.08333%); margin: 0px 1px; }
  .aux-t-big-grid-lg-8-1 { width: calc(66.6667% - 30px); padding-bottom: calc(6.08333%); margin: 0px 15px; }
  .aux-t-big-grid-9-1 { width: calc(75%); padding-bottom: calc(6.08333%); }
  .aux-t-big-grid-9-1 .aux-keep-aspect { height: 0px; padding-bottom: 33.3333%; }
  .aux-t-big-grid-sg-9-1 { width: calc(75% - 2px); padding-bottom: calc(6.08333%); margin: 0px 1px; }
  .aux-t-big-grid-lg-9-1 { width: calc(75% - 30px); padding-bottom: calc(6.08333%); margin: 0px 15px; }
  .aux-t-big-grid-10-1 { width: calc(83.3333%); padding-bottom: calc(6.08333%); }
  .aux-t-big-grid-10-1 .aux-keep-aspect { height: 0px; padding-bottom: 25%; }
  .aux-t-big-grid-sg-10-1 { width: calc(83.3333% - 2px); padding-bottom: calc(6.08333%); margin: 0px 1px; }
  .aux-t-big-grid-lg-10-1 { width: calc(83.3333% - 30px); padding-bottom: calc(6.08333%); margin: 0px 15px; }
  .aux-t-big-grid-11-1 { width: calc(91.6667%); padding-bottom: calc(6.08333%); }
  .aux-t-big-grid-11-1 .aux-keep-aspect { height: 0px; padding-bottom: 16.6667%; }
  .aux-t-big-grid-sg-11-1 { width: calc(91.6667% - 2px); padding-bottom: calc(6.08333%); margin: 0px 1px; }
  .aux-t-big-grid-lg-11-1 { width: calc(91.6667% - 30px); padding-bottom: calc(6.08333%); margin: 0px 15px; }
  .aux-t-big-grid-12-1 { width: calc(100%); padding-bottom: calc(6.08333%); }
  .aux-t-big-grid-12-1 .aux-keep-aspect { height: 0px; padding-bottom: 8.33333%; }
  .aux-t-big-grid-sg-12-1 { width: calc(100% - 2px); padding-bottom: calc(6.08333%); margin: 0px 1px; }
  .aux-t-big-grid-lg-12-1 { width: calc(100% - 30px); padding-bottom: calc(6.08333%); margin: 0px 15px; }
  .aux-t-big-grid-1-2 { width: calc(8.33333%); padding-bottom: calc(12.1667%); }
  .aux-t-big-grid-1-2 .aux-keep-aspect { height: 0px; padding-bottom: 108.333%; }
  .aux-t-big-grid-sg-1-2 { width: calc(8.33333% - 2px); padding-bottom: calc(12.1667%); margin: 0px 1px; }
  .aux-t-big-grid-lg-1-2 { width: calc(8.33333% - 30px); padding-bottom: calc(12.1667%); margin: 0px 15px; }
  .aux-t-big-grid-2-2 { width: calc(16.6667%); padding-bottom: calc(12.1667%); }
  .aux-t-big-grid-2-2 .aux-keep-aspect { height: 0px; padding-bottom: 100%; }
  .aux-t-big-grid-sg-2-2 { width: calc(16.6667% - 2px); padding-bottom: calc(12.1667%); margin: 0px 1px; }
  .aux-t-big-grid-lg-2-2 { width: calc(16.6667% - 30px); padding-bottom: calc(12.1667%); margin: 0px 15px; }
  .aux-t-big-grid-3-2 { width: calc(25%); padding-bottom: calc(12.1667%); }
  .aux-t-big-grid-3-2 .aux-keep-aspect { height: 0px; padding-bottom: 91.6667%; }
  .aux-t-big-grid-sg-3-2 { width: calc(25% - 2px); padding-bottom: calc(12.1667%); margin: 0px 1px; }
  .aux-t-big-grid-lg-3-2 { width: calc(25% - 30px); padding-bottom: calc(12.1667%); margin: 0px 15px; }
  .aux-t-big-grid-4-2 { width: calc(33.3333%); padding-bottom: calc(12.1667%); }
  .aux-t-big-grid-4-2 .aux-keep-aspect { height: 0px; padding-bottom: 83.3333%; }
  .aux-t-big-grid-sg-4-2 { width: calc(33.3333% - 2px); padding-bottom: calc(12.1667%); margin: 0px 1px; }
  .aux-t-big-grid-lg-4-2 { width: calc(33.3333% - 30px); padding-bottom: calc(12.1667%); margin: 0px 15px; }
  .aux-t-big-grid-5-2 { width: calc(41.6667%); padding-bottom: calc(12.1667%); }
  .aux-t-big-grid-5-2 .aux-keep-aspect { height: 0px; padding-bottom: 75%; }
  .aux-t-big-grid-sg-5-2 { width: calc(41.6667% - 2px); padding-bottom: calc(12.1667%); margin: 0px 1px; }
  .aux-t-big-grid-lg-5-2 { width: calc(41.6667% - 30px); padding-bottom: calc(12.1667%); margin: 0px 15px; }
  .aux-t-big-grid-6-2 { width: calc(50%); padding-bottom: calc(12.1667%); }
  .aux-t-big-grid-6-2 .aux-keep-aspect { height: 0px; padding-bottom: 66.6667%; }
  .aux-t-big-grid-sg-6-2 { width: calc(50% - 2px); padding-bottom: calc(12.1667%); margin: 0px 1px; }
  .aux-t-big-grid-lg-6-2 { width: calc(50% - 30px); padding-bottom: calc(12.1667%); margin: 0px 15px; }
  .aux-t-big-grid-7-2 { width: calc(58.3333%); padding-bottom: calc(12.1667%); }
  .aux-t-big-grid-7-2 .aux-keep-aspect { height: 0px; padding-bottom: 58.3333%; }
  .aux-t-big-grid-sg-7-2 { width: calc(58.3333% - 2px); padding-bottom: calc(12.1667%); margin: 0px 1px; }
  .aux-t-big-grid-lg-7-2 { width: calc(58.3333% - 30px); padding-bottom: calc(12.1667%); margin: 0px 15px; }
  .aux-t-big-grid-8-2 { width: calc(66.6667%); padding-bottom: calc(12.1667%); }
  .aux-t-big-grid-8-2 .aux-keep-aspect { height: 0px; padding-bottom: 50%; }
  .aux-t-big-grid-sg-8-2 { width: calc(66.6667% - 2px); padding-bottom: calc(12.1667%); margin: 0px 1px; }
  .aux-t-big-grid-lg-8-2 { width: calc(66.6667% - 30px); padding-bottom: calc(12.1667%); margin: 0px 15px; }
  .aux-t-big-grid-9-2 { width: calc(75%); padding-bottom: calc(12.1667%); }
  .aux-t-big-grid-9-2 .aux-keep-aspect { height: 0px; padding-bottom: 41.6667%; }
  .aux-t-big-grid-sg-9-2 { width: calc(75% - 2px); padding-bottom: calc(12.1667%); margin: 0px 1px; }
  .aux-t-big-grid-lg-9-2 { width: calc(75% - 30px); padding-bottom: calc(12.1667%); margin: 0px 15px; }
  .aux-t-big-grid-10-2 { width: calc(83.3333%); padding-bottom: calc(12.1667%); }
  .aux-t-big-grid-10-2 .aux-keep-aspect { height: 0px; padding-bottom: 33.3333%; }
  .aux-t-big-grid-sg-10-2 { width: calc(83.3333% - 2px); padding-bottom: calc(12.1667%); margin: 0px 1px; }
  .aux-t-big-grid-lg-10-2 { width: calc(83.3333% - 30px); padding-bottom: calc(12.1667%); margin: 0px 15px; }
  .aux-t-big-grid-11-2 { width: calc(91.6667%); padding-bottom: calc(12.1667%); }
  .aux-t-big-grid-11-2 .aux-keep-aspect { height: 0px; padding-bottom: 25%; }
  .aux-t-big-grid-sg-11-2 { width: calc(91.6667% - 2px); padding-bottom: calc(12.1667%); margin: 0px 1px; }
  .aux-t-big-grid-lg-11-2 { width: calc(91.6667% - 30px); padding-bottom: calc(12.1667%); margin: 0px 15px; }
  .aux-t-big-grid-12-2 { width: calc(100%); padding-bottom: calc(12.1667%); }
  .aux-t-big-grid-12-2 .aux-keep-aspect { height: 0px; padding-bottom: 16.6667%; }
  .aux-t-big-grid-sg-12-2 { width: calc(100% - 2px); padding-bottom: calc(12.1667%); margin: 0px 1px; }
  .aux-t-big-grid-lg-12-2 { width: calc(100% - 30px); padding-bottom: calc(12.1667%); margin: 0px 15px; }
  .aux-t-big-grid-1-3 { width: calc(8.33333%); padding-bottom: calc(18.25%); }
  .aux-t-big-grid-1-3 .aux-keep-aspect { height: 0px; padding-bottom: 116.667%; }
  .aux-t-big-grid-sg-1-3 { width: calc(8.33333% - 2px); padding-bottom: calc(18.25%); margin: 0px 1px; }
  .aux-t-big-grid-lg-1-3 { width: calc(8.33333% - 30px); padding-bottom: calc(18.25%); margin: 0px 15px; }
  .aux-t-big-grid-2-3 { width: calc(16.6667%); padding-bottom: calc(18.25%); }
  .aux-t-big-grid-2-3 .aux-keep-aspect { height: 0px; padding-bottom: 108.333%; }
  .aux-t-big-grid-sg-2-3 { width: calc(16.6667% - 2px); padding-bottom: calc(18.25%); margin: 0px 1px; }
  .aux-t-big-grid-lg-2-3 { width: calc(16.6667% - 30px); padding-bottom: calc(18.25%); margin: 0px 15px; }
  .aux-t-big-grid-3-3 { width: calc(25%); padding-bottom: calc(18.25%); }
  .aux-t-big-grid-3-3 .aux-keep-aspect { height: 0px; padding-bottom: 100%; }
  .aux-t-big-grid-sg-3-3 { width: calc(25% - 2px); padding-bottom: calc(18.25%); margin: 0px 1px; }
  .aux-t-big-grid-lg-3-3 { width: calc(25% - 30px); padding-bottom: calc(18.25%); margin: 0px 15px; }
  .aux-t-big-grid-4-3 { width: calc(33.3333%); padding-bottom: calc(18.25%); }
  .aux-t-big-grid-4-3 .aux-keep-aspect { height: 0px; padding-bottom: 91.6667%; }
  .aux-t-big-grid-sg-4-3 { width: calc(33.3333% - 2px); padding-bottom: calc(18.25%); margin: 0px 1px; }
  .aux-t-big-grid-lg-4-3 { width: calc(33.3333% - 30px); padding-bottom: calc(18.25%); margin: 0px 15px; }
  .aux-t-big-grid-5-3 { width: calc(41.6667%); padding-bottom: calc(18.25%); }
  .aux-t-big-grid-5-3 .aux-keep-aspect { height: 0px; padding-bottom: 83.3333%; }
  .aux-t-big-grid-sg-5-3 { width: calc(41.6667% - 2px); padding-bottom: calc(18.25%); margin: 0px 1px; }
  .aux-t-big-grid-lg-5-3 { width: calc(41.6667% - 30px); padding-bottom: calc(18.25%); margin: 0px 15px; }
  .aux-t-big-grid-6-3 { width: calc(50%); padding-bottom: calc(18.25%); }
  .aux-t-big-grid-6-3 .aux-keep-aspect { height: 0px; padding-bottom: 75%; }
  .aux-t-big-grid-sg-6-3 { width: calc(50% - 2px); padding-bottom: calc(18.25%); margin: 0px 1px; }
  .aux-t-big-grid-lg-6-3 { width: calc(50% - 30px); padding-bottom: calc(18.25%); margin: 0px 15px; }
  .aux-t-big-grid-7-3 { width: calc(58.3333%); padding-bottom: calc(18.25%); }
  .aux-t-big-grid-7-3 .aux-keep-aspect { height: 0px; padding-bottom: 66.6667%; }
  .aux-t-big-grid-sg-7-3 { width: calc(58.3333% - 2px); padding-bottom: calc(18.25%); margin: 0px 1px; }
  .aux-t-big-grid-lg-7-3 { width: calc(58.3333% - 30px); padding-bottom: calc(18.25%); margin: 0px 15px; }
  .aux-t-big-grid-8-3 { width: calc(66.6667%); padding-bottom: calc(18.25%); }
  .aux-t-big-grid-8-3 .aux-keep-aspect { height: 0px; padding-bottom: 58.3333%; }
  .aux-t-big-grid-sg-8-3 { width: calc(66.6667% - 2px); padding-bottom: calc(18.25%); margin: 0px 1px; }
  .aux-t-big-grid-lg-8-3 { width: calc(66.6667% - 30px); padding-bottom: calc(18.25%); margin: 0px 15px; }
  .aux-t-big-grid-9-3 { width: calc(75%); padding-bottom: calc(18.25%); }
  .aux-t-big-grid-9-3 .aux-keep-aspect { height: 0px; padding-bottom: 50%; }
  .aux-t-big-grid-sg-9-3 { width: calc(75% - 2px); padding-bottom: calc(18.25%); margin: 0px 1px; }
  .aux-t-big-grid-lg-9-3 { width: calc(75% - 30px); padding-bottom: calc(18.25%); margin: 0px 15px; }
  .aux-t-big-grid-10-3 { width: calc(83.3333%); padding-bottom: calc(18.25%); }
  .aux-t-big-grid-10-3 .aux-keep-aspect { height: 0px; padding-bottom: 41.6667%; }
  .aux-t-big-grid-sg-10-3 { width: calc(83.3333% - 2px); padding-bottom: calc(18.25%); margin: 0px 1px; }
  .aux-t-big-grid-lg-10-3 { width: calc(83.3333% - 30px); padding-bottom: calc(18.25%); margin: 0px 15px; }
  .aux-t-big-grid-11-3 { width: calc(91.6667%); padding-bottom: calc(18.25%); }
  .aux-t-big-grid-11-3 .aux-keep-aspect { height: 0px; padding-bottom: 33.3333%; }
  .aux-t-big-grid-sg-11-3 { width: calc(91.6667% - 2px); padding-bottom: calc(18.25%); margin: 0px 1px; }
  .aux-t-big-grid-lg-11-3 { width: calc(91.6667% - 30px); padding-bottom: calc(18.25%); margin: 0px 15px; }
  .aux-t-big-grid-12-3 { width: calc(100%); padding-bottom: calc(18.25%); }
  .aux-t-big-grid-12-3 .aux-keep-aspect { height: 0px; padding-bottom: 25%; }
  .aux-t-big-grid-sg-12-3 { width: calc(100% - 2px); padding-bottom: calc(18.25%); margin: 0px 1px; }
  .aux-t-big-grid-lg-12-3 { width: calc(100% - 30px); padding-bottom: calc(18.25%); margin: 0px 15px; }
  .aux-t-big-grid-1-4 { width: calc(8.33333%); padding-bottom: calc(24.3333%); }
  .aux-t-big-grid-1-4 .aux-keep-aspect { height: 0px; padding-bottom: 125%; }
  .aux-t-big-grid-sg-1-4 { width: calc(8.33333% - 2px); padding-bottom: calc(24.3333%); margin: 0px 1px; }
  .aux-t-big-grid-lg-1-4 { width: calc(8.33333% - 30px); padding-bottom: calc(24.3333%); margin: 0px 15px; }
  .aux-t-big-grid-2-4 { width: calc(16.6667%); padding-bottom: calc(24.3333%); }
  .aux-t-big-grid-2-4 .aux-keep-aspect { height: 0px; padding-bottom: 116.667%; }
  .aux-t-big-grid-sg-2-4 { width: calc(16.6667% - 2px); padding-bottom: calc(24.3333%); margin: 0px 1px; }
  .aux-t-big-grid-lg-2-4 { width: calc(16.6667% - 30px); padding-bottom: calc(24.3333%); margin: 0px 15px; }
  .aux-t-big-grid-3-4 { width: calc(25%); padding-bottom: calc(24.3333%); }
  .aux-t-big-grid-3-4 .aux-keep-aspect { height: 0px; padding-bottom: 108.333%; }
  .aux-t-big-grid-sg-3-4 { width: calc(25% - 2px); padding-bottom: calc(24.3333%); margin: 0px 1px; }
  .aux-t-big-grid-lg-3-4 { width: calc(25% - 30px); padding-bottom: calc(24.3333%); margin: 0px 15px; }
  .aux-t-big-grid-4-4 { width: calc(33.3333%); padding-bottom: calc(24.3333%); }
  .aux-t-big-grid-4-4 .aux-keep-aspect { height: 0px; padding-bottom: 100%; }
  .aux-t-big-grid-sg-4-4 { width: calc(33.3333% - 2px); padding-bottom: calc(24.3333%); margin: 0px 1px; }
  .aux-t-big-grid-lg-4-4 { width: calc(33.3333% - 30px); padding-bottom: calc(24.3333%); margin: 0px 15px; }
  .aux-t-big-grid-5-4 { width: calc(41.6667%); padding-bottom: calc(24.3333%); }
  .aux-t-big-grid-5-4 .aux-keep-aspect { height: 0px; padding-bottom: 91.6667%; }
  .aux-t-big-grid-sg-5-4 { width: calc(41.6667% - 2px); padding-bottom: calc(24.3333%); margin: 0px 1px; }
  .aux-t-big-grid-lg-5-4 { width: calc(41.6667% - 30px); padding-bottom: calc(24.3333%); margin: 0px 15px; }
  .aux-t-big-grid-6-4 { width: calc(50%); padding-bottom: calc(24.3333%); }
  .aux-t-big-grid-6-4 .aux-keep-aspect { height: 0px; padding-bottom: 83.3333%; }
  .aux-t-big-grid-sg-6-4 { width: calc(50% - 2px); padding-bottom: calc(24.3333%); margin: 0px 1px; }
  .aux-t-big-grid-lg-6-4 { width: calc(50% - 30px); padding-bottom: calc(24.3333%); margin: 0px 15px; }
  .aux-t-big-grid-7-4 { width: calc(58.3333%); padding-bottom: calc(24.3333%); }
  .aux-t-big-grid-7-4 .aux-keep-aspect { height: 0px; padding-bottom: 75%; }
  .aux-t-big-grid-sg-7-4 { width: calc(58.3333% - 2px); padding-bottom: calc(24.3333%); margin: 0px 1px; }
  .aux-t-big-grid-lg-7-4 { width: calc(58.3333% - 30px); padding-bottom: calc(24.3333%); margin: 0px 15px; }
  .aux-t-big-grid-8-4 { width: calc(66.6667%); padding-bottom: calc(24.3333%); }
  .aux-t-big-grid-8-4 .aux-keep-aspect { height: 0px; padding-bottom: 66.6667%; }
  .aux-t-big-grid-sg-8-4 { width: calc(66.6667% - 2px); padding-bottom: calc(24.3333%); margin: 0px 1px; }
  .aux-t-big-grid-lg-8-4 { width: calc(66.6667% - 30px); padding-bottom: calc(24.3333%); margin: 0px 15px; }
  .aux-t-big-grid-9-4 { width: calc(75%); padding-bottom: calc(24.3333%); }
  .aux-t-big-grid-9-4 .aux-keep-aspect { height: 0px; padding-bottom: 58.3333%; }
  .aux-t-big-grid-sg-9-4 { width: calc(75% - 2px); padding-bottom: calc(24.3333%); margin: 0px 1px; }
  .aux-t-big-grid-lg-9-4 { width: calc(75% - 30px); padding-bottom: calc(24.3333%); margin: 0px 15px; }
  .aux-t-big-grid-10-4 { width: calc(83.3333%); padding-bottom: calc(24.3333%); }
  .aux-t-big-grid-10-4 .aux-keep-aspect { height: 0px; padding-bottom: 50%; }
  .aux-t-big-grid-sg-10-4 { width: calc(83.3333% - 2px); padding-bottom: calc(24.3333%); margin: 0px 1px; }
  .aux-t-big-grid-lg-10-4 { width: calc(83.3333% - 30px); padding-bottom: calc(24.3333%); margin: 0px 15px; }
  .aux-t-big-grid-11-4 { width: calc(91.6667%); padding-bottom: calc(24.3333%); }
  .aux-t-big-grid-11-4 .aux-keep-aspect { height: 0px; padding-bottom: 41.6667%; }
  .aux-t-big-grid-sg-11-4 { width: calc(91.6667% - 2px); padding-bottom: calc(24.3333%); margin: 0px 1px; }
  .aux-t-big-grid-lg-11-4 { width: calc(91.6667% - 30px); padding-bottom: calc(24.3333%); margin: 0px 15px; }
  .aux-t-big-grid-12-4 { width: calc(100%); padding-bottom: calc(24.3333%); }
  .aux-t-big-grid-12-4 .aux-keep-aspect { height: 0px; padding-bottom: 33.3333%; }
  .aux-t-big-grid-sg-12-4 { width: calc(100% - 2px); padding-bottom: calc(24.3333%); margin: 0px 1px; }
  .aux-t-big-grid-lg-12-4 { width: calc(100% - 30px); padding-bottom: calc(24.3333%); margin: 0px 15px; }
  .aux-t-big-grid-1-5 { width: calc(8.33333%); padding-bottom: calc(30.4167%); }
  .aux-t-big-grid-1-5 .aux-keep-aspect { height: 0px; padding-bottom: 133.333%; }
  .aux-t-big-grid-sg-1-5 { width: calc(8.33333% - 2px); padding-bottom: calc(30.4167%); margin: 0px 1px; }
  .aux-t-big-grid-lg-1-5 { width: calc(8.33333% - 30px); padding-bottom: calc(30.4167%); margin: 0px 15px; }
  .aux-t-big-grid-2-5 { width: calc(16.6667%); padding-bottom: calc(30.4167%); }
  .aux-t-big-grid-2-5 .aux-keep-aspect { height: 0px; padding-bottom: 125%; }
  .aux-t-big-grid-sg-2-5 { width: calc(16.6667% - 2px); padding-bottom: calc(30.4167%); margin: 0px 1px; }
  .aux-t-big-grid-lg-2-5 { width: calc(16.6667% - 30px); padding-bottom: calc(30.4167%); margin: 0px 15px; }
  .aux-t-big-grid-3-5 { width: calc(25%); padding-bottom: calc(30.4167%); }
  .aux-t-big-grid-3-5 .aux-keep-aspect { height: 0px; padding-bottom: 116.667%; }
  .aux-t-big-grid-sg-3-5 { width: calc(25% - 2px); padding-bottom: calc(30.4167%); margin: 0px 1px; }
  .aux-t-big-grid-lg-3-5 { width: calc(25% - 30px); padding-bottom: calc(30.4167%); margin: 0px 15px; }
  .aux-t-big-grid-4-5 { width: calc(33.3333%); padding-bottom: calc(30.4167%); }
  .aux-t-big-grid-4-5 .aux-keep-aspect { height: 0px; padding-bottom: 108.333%; }
  .aux-t-big-grid-sg-4-5 { width: calc(33.3333% - 2px); padding-bottom: calc(30.4167%); margin: 0px 1px; }
  .aux-t-big-grid-lg-4-5 { width: calc(33.3333% - 30px); padding-bottom: calc(30.4167%); margin: 0px 15px; }
  .aux-t-big-grid-5-5 { width: calc(41.6667%); padding-bottom: calc(30.4167%); }
  .aux-t-big-grid-5-5 .aux-keep-aspect { height: 0px; padding-bottom: 100%; }
  .aux-t-big-grid-sg-5-5 { width: calc(41.6667% - 2px); padding-bottom: calc(30.4167%); margin: 0px 1px; }
  .aux-t-big-grid-lg-5-5 { width: calc(41.6667% - 30px); padding-bottom: calc(30.4167%); margin: 0px 15px; }
  .aux-t-big-grid-6-5 { width: calc(50%); padding-bottom: calc(30.4167%); }
  .aux-t-big-grid-6-5 .aux-keep-aspect { height: 0px; padding-bottom: 91.6667%; }
  .aux-t-big-grid-sg-6-5 { width: calc(50% - 2px); padding-bottom: calc(30.4167%); margin: 0px 1px; }
  .aux-t-big-grid-lg-6-5 { width: calc(50% - 30px); padding-bottom: calc(30.4167%); margin: 0px 15px; }
  .aux-t-big-grid-7-5 { width: calc(58.3333%); padding-bottom: calc(30.4167%); }
  .aux-t-big-grid-7-5 .aux-keep-aspect { height: 0px; padding-bottom: 83.3333%; }
  .aux-t-big-grid-sg-7-5 { width: calc(58.3333% - 2px); padding-bottom: calc(30.4167%); margin: 0px 1px; }
  .aux-t-big-grid-lg-7-5 { width: calc(58.3333% - 30px); padding-bottom: calc(30.4167%); margin: 0px 15px; }
  .aux-t-big-grid-8-5 { width: calc(66.6667%); padding-bottom: calc(30.4167%); }
  .aux-t-big-grid-8-5 .aux-keep-aspect { height: 0px; padding-bottom: 75%; }
  .aux-t-big-grid-sg-8-5 { width: calc(66.6667% - 2px); padding-bottom: calc(30.4167%); margin: 0px 1px; }
  .aux-t-big-grid-lg-8-5 { width: calc(66.6667% - 30px); padding-bottom: calc(30.4167%); margin: 0px 15px; }
  .aux-t-big-grid-9-5 { width: calc(75%); padding-bottom: calc(30.4167%); }
  .aux-t-big-grid-9-5 .aux-keep-aspect { height: 0px; padding-bottom: 66.6667%; }
  .aux-t-big-grid-sg-9-5 { width: calc(75% - 2px); padding-bottom: calc(30.4167%); margin: 0px 1px; }
  .aux-t-big-grid-lg-9-5 { width: calc(75% - 30px); padding-bottom: calc(30.4167%); margin: 0px 15px; }
  .aux-t-big-grid-10-5 { width: calc(83.3333%); padding-bottom: calc(30.4167%); }
  .aux-t-big-grid-10-5 .aux-keep-aspect { height: 0px; padding-bottom: 58.3333%; }
  .aux-t-big-grid-sg-10-5 { width: calc(83.3333% - 2px); padding-bottom: calc(30.4167%); margin: 0px 1px; }
  .aux-t-big-grid-lg-10-5 { width: calc(83.3333% - 30px); padding-bottom: calc(30.4167%); margin: 0px 15px; }
  .aux-t-big-grid-11-5 { width: calc(91.6667%); padding-bottom: calc(30.4167%); }
  .aux-t-big-grid-11-5 .aux-keep-aspect { height: 0px; padding-bottom: 50%; }
  .aux-t-big-grid-sg-11-5 { width: calc(91.6667% - 2px); padding-bottom: calc(30.4167%); margin: 0px 1px; }
  .aux-t-big-grid-lg-11-5 { width: calc(91.6667% - 30px); padding-bottom: calc(30.4167%); margin: 0px 15px; }
  .aux-t-big-grid-12-5 { width: calc(100%); padding-bottom: calc(30.4167%); }
  .aux-t-big-grid-12-5 .aux-keep-aspect { height: 0px; padding-bottom: 41.6667%; }
  .aux-t-big-grid-sg-12-5 { width: calc(100% - 2px); padding-bottom: calc(30.4167%); margin: 0px 1px; }
  .aux-t-big-grid-lg-12-5 { width: calc(100% - 30px); padding-bottom: calc(30.4167%); margin: 0px 15px; }
  .aux-t-big-grid-1-6 { width: calc(8.33333%); padding-bottom: calc(36.5%); }
  .aux-t-big-grid-1-6 .aux-keep-aspect { height: 0px; padding-bottom: 141.667%; }
  .aux-t-big-grid-sg-1-6 { width: calc(8.33333% - 2px); padding-bottom: calc(36.5%); margin: 0px 1px; }
  .aux-t-big-grid-lg-1-6 { width: calc(8.33333% - 30px); padding-bottom: calc(36.5%); margin: 0px 15px; }
  .aux-t-big-grid-2-6 { width: calc(16.6667%); padding-bottom: calc(36.5%); }
  .aux-t-big-grid-2-6 .aux-keep-aspect { height: 0px; padding-bottom: 133.333%; }
  .aux-t-big-grid-sg-2-6 { width: calc(16.6667% - 2px); padding-bottom: calc(36.5%); margin: 0px 1px; }
  .aux-t-big-grid-lg-2-6 { width: calc(16.6667% - 30px); padding-bottom: calc(36.5%); margin: 0px 15px; }
  .aux-t-big-grid-3-6 { width: calc(25%); padding-bottom: calc(36.5%); }
  .aux-t-big-grid-3-6 .aux-keep-aspect { height: 0px; padding-bottom: 125%; }
  .aux-t-big-grid-sg-3-6 { width: calc(25% - 2px); padding-bottom: calc(36.5%); margin: 0px 1px; }
  .aux-t-big-grid-lg-3-6 { width: calc(25% - 30px); padding-bottom: calc(36.5%); margin: 0px 15px; }
  .aux-t-big-grid-4-6 { width: calc(33.3333%); padding-bottom: calc(36.5%); }
  .aux-t-big-grid-4-6 .aux-keep-aspect { height: 0px; padding-bottom: 116.667%; }
  .aux-t-big-grid-sg-4-6 { width: calc(33.3333% - 2px); padding-bottom: calc(36.5%); margin: 0px 1px; }
  .aux-t-big-grid-lg-4-6 { width: calc(33.3333% - 30px); padding-bottom: calc(36.5%); margin: 0px 15px; }
  .aux-t-big-grid-5-6 { width: calc(41.6667%); padding-bottom: calc(36.5%); }
  .aux-t-big-grid-5-6 .aux-keep-aspect { height: 0px; padding-bottom: 108.333%; }
  .aux-t-big-grid-sg-5-6 { width: calc(41.6667% - 2px); padding-bottom: calc(36.5%); margin: 0px 1px; }
  .aux-t-big-grid-lg-5-6 { width: calc(41.6667% - 30px); padding-bottom: calc(36.5%); margin: 0px 15px; }
  .aux-t-big-grid-6-6 { width: calc(50%); padding-bottom: calc(36.5%); }
  .aux-t-big-grid-6-6 .aux-keep-aspect { height: 0px; padding-bottom: 100%; }
  .aux-t-big-grid-sg-6-6 { width: calc(50% - 2px); padding-bottom: calc(36.5%); margin: 0px 1px; }
  .aux-t-big-grid-lg-6-6 { width: calc(50% - 30px); padding-bottom: calc(36.5%); margin: 0px 15px; }
  .aux-t-big-grid-7-6 { width: calc(58.3333%); padding-bottom: calc(36.5%); }
  .aux-t-big-grid-7-6 .aux-keep-aspect { height: 0px; padding-bottom: 91.6667%; }
  .aux-t-big-grid-sg-7-6 { width: calc(58.3333% - 2px); padding-bottom: calc(36.5%); margin: 0px 1px; }
  .aux-t-big-grid-lg-7-6 { width: calc(58.3333% - 30px); padding-bottom: calc(36.5%); margin: 0px 15px; }
  .aux-t-big-grid-8-6 { width: calc(66.6667%); padding-bottom: calc(36.5%); }
  .aux-t-big-grid-8-6 .aux-keep-aspect { height: 0px; padding-bottom: 83.3333%; }
  .aux-t-big-grid-sg-8-6 { width: calc(66.6667% - 2px); padding-bottom: calc(36.5%); margin: 0px 1px; }
  .aux-t-big-grid-lg-8-6 { width: calc(66.6667% - 30px); padding-bottom: calc(36.5%); margin: 0px 15px; }
  .aux-t-big-grid-9-6 { width: calc(75%); padding-bottom: calc(36.5%); }
  .aux-t-big-grid-9-6 .aux-keep-aspect { height: 0px; padding-bottom: 75%; }
  .aux-t-big-grid-sg-9-6 { width: calc(75% - 2px); padding-bottom: calc(36.5%); margin: 0px 1px; }
  .aux-t-big-grid-lg-9-6 { width: calc(75% - 30px); padding-bottom: calc(36.5%); margin: 0px 15px; }
  .aux-t-big-grid-10-6 { width: calc(83.3333%); padding-bottom: calc(36.5%); }
  .aux-t-big-grid-10-6 .aux-keep-aspect { height: 0px; padding-bottom: 66.6667%; }
  .aux-t-big-grid-sg-10-6 { width: calc(83.3333% - 2px); padding-bottom: calc(36.5%); margin: 0px 1px; }
  .aux-t-big-grid-lg-10-6 { width: calc(83.3333% - 30px); padding-bottom: calc(36.5%); margin: 0px 15px; }
  .aux-t-big-grid-11-6 { width: calc(91.6667%); padding-bottom: calc(36.5%); }
  .aux-t-big-grid-11-6 .aux-keep-aspect { height: 0px; padding-bottom: 58.3333%; }
  .aux-t-big-grid-sg-11-6 { width: calc(91.6667% - 2px); padding-bottom: calc(36.5%); margin: 0px 1px; }
  .aux-t-big-grid-lg-11-6 { width: calc(91.6667% - 30px); padding-bottom: calc(36.5%); margin: 0px 15px; }
  .aux-t-big-grid-12-6 { width: calc(100%); padding-bottom: calc(36.5%); }
  .aux-t-big-grid-12-6 .aux-keep-aspect { height: 0px; padding-bottom: 50%; }
  .aux-t-big-grid-sg-12-6 { width: calc(100% - 2px); padding-bottom: calc(36.5%); margin: 0px 1px; }
  .aux-t-big-grid-lg-12-6 { width: calc(100% - 30px); padding-bottom: calc(36.5%); margin: 0px 15px; }
  .aux-t-big-grid-1-7 { width: calc(8.33333%); padding-bottom: calc(42.5833%); }
  .aux-t-big-grid-1-7 .aux-keep-aspect { height: 0px; padding-bottom: 150%; }
  .aux-t-big-grid-sg-1-7 { width: calc(8.33333% - 2px); padding-bottom: calc(42.5833%); margin: 0px 1px; }
  .aux-t-big-grid-lg-1-7 { width: calc(8.33333% - 30px); padding-bottom: calc(42.5833%); margin: 0px 15px; }
  .aux-t-big-grid-2-7 { width: calc(16.6667%); padding-bottom: calc(42.5833%); }
  .aux-t-big-grid-2-7 .aux-keep-aspect { height: 0px; padding-bottom: 141.667%; }
  .aux-t-big-grid-sg-2-7 { width: calc(16.6667% - 2px); padding-bottom: calc(42.5833%); margin: 0px 1px; }
  .aux-t-big-grid-lg-2-7 { width: calc(16.6667% - 30px); padding-bottom: calc(42.5833%); margin: 0px 15px; }
  .aux-t-big-grid-3-7 { width: calc(25%); padding-bottom: calc(42.5833%); }
  .aux-t-big-grid-3-7 .aux-keep-aspect { height: 0px; padding-bottom: 133.333%; }
  .aux-t-big-grid-sg-3-7 { width: calc(25% - 2px); padding-bottom: calc(42.5833%); margin: 0px 1px; }
  .aux-t-big-grid-lg-3-7 { width: calc(25% - 30px); padding-bottom: calc(42.5833%); margin: 0px 15px; }
  .aux-t-big-grid-4-7 { width: calc(33.3333%); padding-bottom: calc(42.5833%); }
  .aux-t-big-grid-4-7 .aux-keep-aspect { height: 0px; padding-bottom: 125%; }
  .aux-t-big-grid-sg-4-7 { width: calc(33.3333% - 2px); padding-bottom: calc(42.5833%); margin: 0px 1px; }
  .aux-t-big-grid-lg-4-7 { width: calc(33.3333% - 30px); padding-bottom: calc(42.5833%); margin: 0px 15px; }
  .aux-t-big-grid-5-7 { width: calc(41.6667%); padding-bottom: calc(42.5833%); }
  .aux-t-big-grid-5-7 .aux-keep-aspect { height: 0px; padding-bottom: 116.667%; }
  .aux-t-big-grid-sg-5-7 { width: calc(41.6667% - 2px); padding-bottom: calc(42.5833%); margin: 0px 1px; }
  .aux-t-big-grid-lg-5-7 { width: calc(41.6667% - 30px); padding-bottom: calc(42.5833%); margin: 0px 15px; }
  .aux-t-big-grid-6-7 { width: calc(50%); padding-bottom: calc(42.5833%); }
  .aux-t-big-grid-6-7 .aux-keep-aspect { height: 0px; padding-bottom: 108.333%; }
  .aux-t-big-grid-sg-6-7 { width: calc(50% - 2px); padding-bottom: calc(42.5833%); margin: 0px 1px; }
  .aux-t-big-grid-lg-6-7 { width: calc(50% - 30px); padding-bottom: calc(42.5833%); margin: 0px 15px; }
  .aux-t-big-grid-7-7 { width: calc(58.3333%); padding-bottom: calc(42.5833%); }
  .aux-t-big-grid-7-7 .aux-keep-aspect { height: 0px; padding-bottom: 100%; }
  .aux-t-big-grid-sg-7-7 { width: calc(58.3333% - 2px); padding-bottom: calc(42.5833%); margin: 0px 1px; }
  .aux-t-big-grid-lg-7-7 { width: calc(58.3333% - 30px); padding-bottom: calc(42.5833%); margin: 0px 15px; }
  .aux-t-big-grid-8-7 { width: calc(66.6667%); padding-bottom: calc(42.5833%); }
  .aux-t-big-grid-8-7 .aux-keep-aspect { height: 0px; padding-bottom: 91.6667%; }
  .aux-t-big-grid-sg-8-7 { width: calc(66.6667% - 2px); padding-bottom: calc(42.5833%); margin: 0px 1px; }
  .aux-t-big-grid-lg-8-7 { width: calc(66.6667% - 30px); padding-bottom: calc(42.5833%); margin: 0px 15px; }
  .aux-t-big-grid-9-7 { width: calc(75%); padding-bottom: calc(42.5833%); }
  .aux-t-big-grid-9-7 .aux-keep-aspect { height: 0px; padding-bottom: 83.3333%; }
  .aux-t-big-grid-sg-9-7 { width: calc(75% - 2px); padding-bottom: calc(42.5833%); margin: 0px 1px; }
  .aux-t-big-grid-lg-9-7 { width: calc(75% - 30px); padding-bottom: calc(42.5833%); margin: 0px 15px; }
  .aux-t-big-grid-10-7 { width: calc(83.3333%); padding-bottom: calc(42.5833%); }
  .aux-t-big-grid-10-7 .aux-keep-aspect { height: 0px; padding-bottom: 75%; }
  .aux-t-big-grid-sg-10-7 { width: calc(83.3333% - 2px); padding-bottom: calc(42.5833%); margin: 0px 1px; }
  .aux-t-big-grid-lg-10-7 { width: calc(83.3333% - 30px); padding-bottom: calc(42.5833%); margin: 0px 15px; }
  .aux-t-big-grid-11-7 { width: calc(91.6667%); padding-bottom: calc(42.5833%); }
  .aux-t-big-grid-11-7 .aux-keep-aspect { height: 0px; padding-bottom: 66.6667%; }
  .aux-t-big-grid-sg-11-7 { width: calc(91.6667% - 2px); padding-bottom: calc(42.5833%); margin: 0px 1px; }
  .aux-t-big-grid-lg-11-7 { width: calc(91.6667% - 30px); padding-bottom: calc(42.5833%); margin: 0px 15px; }
  .aux-t-big-grid-12-7 { width: calc(100%); padding-bottom: calc(42.5833%); }
  .aux-t-big-grid-12-7 .aux-keep-aspect { height: 0px; padding-bottom: 58.3333%; }
  .aux-t-big-grid-sg-12-7 { width: calc(100% - 2px); padding-bottom: calc(42.5833%); margin: 0px 1px; }
  .aux-t-big-grid-lg-12-7 { width: calc(100% - 30px); padding-bottom: calc(42.5833%); margin: 0px 15px; }
  .aux-t-big-grid-1-8 { width: calc(8.33333%); padding-bottom: calc(48.6667%); }
  .aux-t-big-grid-1-8 .aux-keep-aspect { height: 0px; padding-bottom: 158.333%; }
  .aux-t-big-grid-sg-1-8 { width: calc(8.33333% - 2px); padding-bottom: calc(48.6667%); margin: 0px 1px; }
  .aux-t-big-grid-lg-1-8 { width: calc(8.33333% - 30px); padding-bottom: calc(48.6667%); margin: 0px 15px; }
  .aux-t-big-grid-2-8 { width: calc(16.6667%); padding-bottom: calc(48.6667%); }
  .aux-t-big-grid-2-8 .aux-keep-aspect { height: 0px; padding-bottom: 150%; }
  .aux-t-big-grid-sg-2-8 { width: calc(16.6667% - 2px); padding-bottom: calc(48.6667%); margin: 0px 1px; }
  .aux-t-big-grid-lg-2-8 { width: calc(16.6667% - 30px); padding-bottom: calc(48.6667%); margin: 0px 15px; }
  .aux-t-big-grid-3-8 { width: calc(25%); padding-bottom: calc(48.6667%); }
  .aux-t-big-grid-3-8 .aux-keep-aspect { height: 0px; padding-bottom: 141.667%; }
  .aux-t-big-grid-sg-3-8 { width: calc(25% - 2px); padding-bottom: calc(48.6667%); margin: 0px 1px; }
  .aux-t-big-grid-lg-3-8 { width: calc(25% - 30px); padding-bottom: calc(48.6667%); margin: 0px 15px; }
  .aux-t-big-grid-4-8 { width: calc(33.3333%); padding-bottom: calc(48.6667%); }
  .aux-t-big-grid-4-8 .aux-keep-aspect { height: 0px; padding-bottom: 133.333%; }
  .aux-t-big-grid-sg-4-8 { width: calc(33.3333% - 2px); padding-bottom: calc(48.6667%); margin: 0px 1px; }
  .aux-t-big-grid-lg-4-8 { width: calc(33.3333% - 30px); padding-bottom: calc(48.6667%); margin: 0px 15px; }
  .aux-t-big-grid-5-8 { width: calc(41.6667%); padding-bottom: calc(48.6667%); }
  .aux-t-big-grid-5-8 .aux-keep-aspect { height: 0px; padding-bottom: 125%; }
  .aux-t-big-grid-sg-5-8 { width: calc(41.6667% - 2px); padding-bottom: calc(48.6667%); margin: 0px 1px; }
  .aux-t-big-grid-lg-5-8 { width: calc(41.6667% - 30px); padding-bottom: calc(48.6667%); margin: 0px 15px; }
  .aux-t-big-grid-6-8 { width: calc(50%); padding-bottom: calc(48.6667%); }
  .aux-t-big-grid-6-8 .aux-keep-aspect { height: 0px; padding-bottom: 116.667%; }
  .aux-t-big-grid-sg-6-8 { width: calc(50% - 2px); padding-bottom: calc(48.6667%); margin: 0px 1px; }
  .aux-t-big-grid-lg-6-8 { width: calc(50% - 30px); padding-bottom: calc(48.6667%); margin: 0px 15px; }
  .aux-t-big-grid-7-8 { width: calc(58.3333%); padding-bottom: calc(48.6667%); }
  .aux-t-big-grid-7-8 .aux-keep-aspect { height: 0px; padding-bottom: 108.333%; }
  .aux-t-big-grid-sg-7-8 { width: calc(58.3333% - 2px); padding-bottom: calc(48.6667%); margin: 0px 1px; }
  .aux-t-big-grid-lg-7-8 { width: calc(58.3333% - 30px); padding-bottom: calc(48.6667%); margin: 0px 15px; }
  .aux-t-big-grid-8-8 { width: calc(66.6667%); padding-bottom: calc(48.6667%); }
  .aux-t-big-grid-8-8 .aux-keep-aspect { height: 0px; padding-bottom: 100%; }
  .aux-t-big-grid-sg-8-8 { width: calc(66.6667% - 2px); padding-bottom: calc(48.6667%); margin: 0px 1px; }
  .aux-t-big-grid-lg-8-8 { width: calc(66.6667% - 30px); padding-bottom: calc(48.6667%); margin: 0px 15px; }
  .aux-t-big-grid-9-8 { width: calc(75%); padding-bottom: calc(48.6667%); }
  .aux-t-big-grid-9-8 .aux-keep-aspect { height: 0px; padding-bottom: 91.6667%; }
  .aux-t-big-grid-sg-9-8 { width: calc(75% - 2px); padding-bottom: calc(48.6667%); margin: 0px 1px; }
  .aux-t-big-grid-lg-9-8 { width: calc(75% - 30px); padding-bottom: calc(48.6667%); margin: 0px 15px; }
  .aux-t-big-grid-10-8 { width: calc(83.3333%); padding-bottom: calc(48.6667%); }
  .aux-t-big-grid-10-8 .aux-keep-aspect { height: 0px; padding-bottom: 83.3333%; }
  .aux-t-big-grid-sg-10-8 { width: calc(83.3333% - 2px); padding-bottom: calc(48.6667%); margin: 0px 1px; }
  .aux-t-big-grid-lg-10-8 { width: calc(83.3333% - 30px); padding-bottom: calc(48.6667%); margin: 0px 15px; }
  .aux-t-big-grid-11-8 { width: calc(91.6667%); padding-bottom: calc(48.6667%); }
  .aux-t-big-grid-11-8 .aux-keep-aspect { height: 0px; padding-bottom: 75%; }
  .aux-t-big-grid-sg-11-8 { width: calc(91.6667% - 2px); padding-bottom: calc(48.6667%); margin: 0px 1px; }
  .aux-t-big-grid-lg-11-8 { width: calc(91.6667% - 30px); padding-bottom: calc(48.6667%); margin: 0px 15px; }
  .aux-t-big-grid-12-8 { width: calc(100%); padding-bottom: calc(48.6667%); }
  .aux-t-big-grid-12-8 .aux-keep-aspect { height: 0px; padding-bottom: 66.6667%; }
  .aux-t-big-grid-sg-12-8 { width: calc(100% - 2px); padding-bottom: calc(48.6667%); margin: 0px 1px; }
  .aux-t-big-grid-lg-12-8 { width: calc(100% - 30px); padding-bottom: calc(48.6667%); margin: 0px 15px; }
  .aux-t-big-grid-1-9 { width: calc(8.33333%); padding-bottom: calc(54.75%); }
  .aux-t-big-grid-1-9 .aux-keep-aspect { height: 0px; padding-bottom: 166.667%; }
  .aux-t-big-grid-sg-1-9 { width: calc(8.33333% - 2px); padding-bottom: calc(54.75%); margin: 0px 1px; }
  .aux-t-big-grid-lg-1-9 { width: calc(8.33333% - 30px); padding-bottom: calc(54.75%); margin: 0px 15px; }
  .aux-t-big-grid-2-9 { width: calc(16.6667%); padding-bottom: calc(54.75%); }
  .aux-t-big-grid-2-9 .aux-keep-aspect { height: 0px; padding-bottom: 158.333%; }
  .aux-t-big-grid-sg-2-9 { width: calc(16.6667% - 2px); padding-bottom: calc(54.75%); margin: 0px 1px; }
  .aux-t-big-grid-lg-2-9 { width: calc(16.6667% - 30px); padding-bottom: calc(54.75%); margin: 0px 15px; }
  .aux-t-big-grid-3-9 { width: calc(25%); padding-bottom: calc(54.75%); }
  .aux-t-big-grid-3-9 .aux-keep-aspect { height: 0px; padding-bottom: 150%; }
  .aux-t-big-grid-sg-3-9 { width: calc(25% - 2px); padding-bottom: calc(54.75%); margin: 0px 1px; }
  .aux-t-big-grid-lg-3-9 { width: calc(25% - 30px); padding-bottom: calc(54.75%); margin: 0px 15px; }
  .aux-t-big-grid-4-9 { width: calc(33.3333%); padding-bottom: calc(54.75%); }
  .aux-t-big-grid-4-9 .aux-keep-aspect { height: 0px; padding-bottom: 141.667%; }
  .aux-t-big-grid-sg-4-9 { width: calc(33.3333% - 2px); padding-bottom: calc(54.75%); margin: 0px 1px; }
  .aux-t-big-grid-lg-4-9 { width: calc(33.3333% - 30px); padding-bottom: calc(54.75%); margin: 0px 15px; }
  .aux-t-big-grid-5-9 { width: calc(41.6667%); padding-bottom: calc(54.75%); }
  .aux-t-big-grid-5-9 .aux-keep-aspect { height: 0px; padding-bottom: 133.333%; }
  .aux-t-big-grid-sg-5-9 { width: calc(41.6667% - 2px); padding-bottom: calc(54.75%); margin: 0px 1px; }
  .aux-t-big-grid-lg-5-9 { width: calc(41.6667% - 30px); padding-bottom: calc(54.75%); margin: 0px 15px; }
  .aux-t-big-grid-6-9 { width: calc(50%); padding-bottom: calc(54.75%); }
  .aux-t-big-grid-6-9 .aux-keep-aspect { height: 0px; padding-bottom: 125%; }
  .aux-t-big-grid-sg-6-9 { width: calc(50% - 2px); padding-bottom: calc(54.75%); margin: 0px 1px; }
  .aux-t-big-grid-lg-6-9 { width: calc(50% - 30px); padding-bottom: calc(54.75%); margin: 0px 15px; }
  .aux-t-big-grid-7-9 { width: calc(58.3333%); padding-bottom: calc(54.75%); }
  .aux-t-big-grid-7-9 .aux-keep-aspect { height: 0px; padding-bottom: 116.667%; }
  .aux-t-big-grid-sg-7-9 { width: calc(58.3333% - 2px); padding-bottom: calc(54.75%); margin: 0px 1px; }
  .aux-t-big-grid-lg-7-9 { width: calc(58.3333% - 30px); padding-bottom: calc(54.75%); margin: 0px 15px; }
  .aux-t-big-grid-8-9 { width: calc(66.6667%); padding-bottom: calc(54.75%); }
  .aux-t-big-grid-8-9 .aux-keep-aspect { height: 0px; padding-bottom: 108.333%; }
  .aux-t-big-grid-sg-8-9 { width: calc(66.6667% - 2px); padding-bottom: calc(54.75%); margin: 0px 1px; }
  .aux-t-big-grid-lg-8-9 { width: calc(66.6667% - 30px); padding-bottom: calc(54.75%); margin: 0px 15px; }
  .aux-t-big-grid-9-9 { width: calc(75%); padding-bottom: calc(54.75%); }
  .aux-t-big-grid-9-9 .aux-keep-aspect { height: 0px; padding-bottom: 100%; }
  .aux-t-big-grid-sg-9-9 { width: calc(75% - 2px); padding-bottom: calc(54.75%); margin: 0px 1px; }
  .aux-t-big-grid-lg-9-9 { width: calc(75% - 30px); padding-bottom: calc(54.75%); margin: 0px 15px; }
  .aux-t-big-grid-10-9 { width: calc(83.3333%); padding-bottom: calc(54.75%); }
  .aux-t-big-grid-10-9 .aux-keep-aspect { height: 0px; padding-bottom: 91.6667%; }
  .aux-t-big-grid-sg-10-9 { width: calc(83.3333% - 2px); padding-bottom: calc(54.75%); margin: 0px 1px; }
  .aux-t-big-grid-lg-10-9 { width: calc(83.3333% - 30px); padding-bottom: calc(54.75%); margin: 0px 15px; }
  .aux-t-big-grid-11-9 { width: calc(91.6667%); padding-bottom: calc(54.75%); }
  .aux-t-big-grid-11-9 .aux-keep-aspect { height: 0px; padding-bottom: 83.3333%; }
  .aux-t-big-grid-sg-11-9 { width: calc(91.6667% - 2px); padding-bottom: calc(54.75%); margin: 0px 1px; }
  .aux-t-big-grid-lg-11-9 { width: calc(91.6667% - 30px); padding-bottom: calc(54.75%); margin: 0px 15px; }
  .aux-t-big-grid-12-9 { width: calc(100%); padding-bottom: calc(54.75%); }
  .aux-t-big-grid-12-9 .aux-keep-aspect { height: 0px; padding-bottom: 75%; }
  .aux-t-big-grid-sg-12-9 { width: calc(100% - 2px); padding-bottom: calc(54.75%); margin: 0px 1px; }
  .aux-t-big-grid-lg-12-9 { width: calc(100% - 30px); padding-bottom: calc(54.75%); margin: 0px 15px; }
  .aux-t-big-grid-1-10 { width: calc(8.33333%); padding-bottom: calc(60.8333%); }
  .aux-t-big-grid-1-10 .aux-keep-aspect { height: 0px; padding-bottom: 175%; }
  .aux-t-big-grid-sg-1-10 { width: calc(8.33333% - 2px); padding-bottom: calc(60.8333%); margin: 0px 1px; }
  .aux-t-big-grid-lg-1-10 { width: calc(8.33333% - 30px); padding-bottom: calc(60.8333%); margin: 0px 15px; }
  .aux-t-big-grid-2-10 { width: calc(16.6667%); padding-bottom: calc(60.8333%); }
  .aux-t-big-grid-2-10 .aux-keep-aspect { height: 0px; padding-bottom: 166.667%; }
  .aux-t-big-grid-sg-2-10 { width: calc(16.6667% - 2px); padding-bottom: calc(60.8333%); margin: 0px 1px; }
  .aux-t-big-grid-lg-2-10 { width: calc(16.6667% - 30px); padding-bottom: calc(60.8333%); margin: 0px 15px; }
  .aux-t-big-grid-3-10 { width: calc(25%); padding-bottom: calc(60.8333%); }
  .aux-t-big-grid-3-10 .aux-keep-aspect { height: 0px; padding-bottom: 158.333%; }
  .aux-t-big-grid-sg-3-10 { width: calc(25% - 2px); padding-bottom: calc(60.8333%); margin: 0px 1px; }
  .aux-t-big-grid-lg-3-10 { width: calc(25% - 30px); padding-bottom: calc(60.8333%); margin: 0px 15px; }
  .aux-t-big-grid-4-10 { width: calc(33.3333%); padding-bottom: calc(60.8333%); }
  .aux-t-big-grid-4-10 .aux-keep-aspect { height: 0px; padding-bottom: 150%; }
  .aux-t-big-grid-sg-4-10 { width: calc(33.3333% - 2px); padding-bottom: calc(60.8333%); margin: 0px 1px; }
  .aux-t-big-grid-lg-4-10 { width: calc(33.3333% - 30px); padding-bottom: calc(60.8333%); margin: 0px 15px; }
  .aux-t-big-grid-5-10 { width: calc(41.6667%); padding-bottom: calc(60.8333%); }
  .aux-t-big-grid-5-10 .aux-keep-aspect { height: 0px; padding-bottom: 141.667%; }
  .aux-t-big-grid-sg-5-10 { width: calc(41.6667% - 2px); padding-bottom: calc(60.8333%); margin: 0px 1px; }
  .aux-t-big-grid-lg-5-10 { width: calc(41.6667% - 30px); padding-bottom: calc(60.8333%); margin: 0px 15px; }
  .aux-t-big-grid-6-10 { width: calc(50%); padding-bottom: calc(60.8333%); }
  .aux-t-big-grid-6-10 .aux-keep-aspect { height: 0px; padding-bottom: 133.333%; }
  .aux-t-big-grid-sg-6-10 { width: calc(50% - 2px); padding-bottom: calc(60.8333%); margin: 0px 1px; }
  .aux-t-big-grid-lg-6-10 { width: calc(50% - 30px); padding-bottom: calc(60.8333%); margin: 0px 15px; }
  .aux-t-big-grid-7-10 { width: calc(58.3333%); padding-bottom: calc(60.8333%); }
  .aux-t-big-grid-7-10 .aux-keep-aspect { height: 0px; padding-bottom: 125%; }
  .aux-t-big-grid-sg-7-10 { width: calc(58.3333% - 2px); padding-bottom: calc(60.8333%); margin: 0px 1px; }
  .aux-t-big-grid-lg-7-10 { width: calc(58.3333% - 30px); padding-bottom: calc(60.8333%); margin: 0px 15px; }
  .aux-t-big-grid-8-10 { width: calc(66.6667%); padding-bottom: calc(60.8333%); }
  .aux-t-big-grid-8-10 .aux-keep-aspect { height: 0px; padding-bottom: 116.667%; }
  .aux-t-big-grid-sg-8-10 { width: calc(66.6667% - 2px); padding-bottom: calc(60.8333%); margin: 0px 1px; }
  .aux-t-big-grid-lg-8-10 { width: calc(66.6667% - 30px); padding-bottom: calc(60.8333%); margin: 0px 15px; }
  .aux-t-big-grid-9-10 { width: calc(75%); padding-bottom: calc(60.8333%); }
  .aux-t-big-grid-9-10 .aux-keep-aspect { height: 0px; padding-bottom: 108.333%; }
  .aux-t-big-grid-sg-9-10 { width: calc(75% - 2px); padding-bottom: calc(60.8333%); margin: 0px 1px; }
  .aux-t-big-grid-lg-9-10 { width: calc(75% - 30px); padding-bottom: calc(60.8333%); margin: 0px 15px; }
  .aux-t-big-grid-10-10 { width: calc(83.3333%); padding-bottom: calc(60.8333%); }
  .aux-t-big-grid-10-10 .aux-keep-aspect { height: 0px; padding-bottom: 100%; }
  .aux-t-big-grid-sg-10-10 { width: calc(83.3333% - 2px); padding-bottom: calc(60.8333%); margin: 0px 1px; }
  .aux-t-big-grid-lg-10-10 { width: calc(83.3333% - 30px); padding-bottom: calc(60.8333%); margin: 0px 15px; }
  .aux-t-big-grid-11-10 { width: calc(91.6667%); padding-bottom: calc(60.8333%); }
  .aux-t-big-grid-11-10 .aux-keep-aspect { height: 0px; padding-bottom: 91.6667%; }
  .aux-t-big-grid-sg-11-10 { width: calc(91.6667% - 2px); padding-bottom: calc(60.8333%); margin: 0px 1px; }
  .aux-t-big-grid-lg-11-10 { width: calc(91.6667% - 30px); padding-bottom: calc(60.8333%); margin: 0px 15px; }
  .aux-t-big-grid-12-10 { width: calc(100%); padding-bottom: calc(60.8333%); }
  .aux-t-big-grid-12-10 .aux-keep-aspect { height: 0px; padding-bottom: 83.3333%; }
  .aux-t-big-grid-sg-12-10 { width: calc(100% - 2px); padding-bottom: calc(60.8333%); margin: 0px 1px; }
  .aux-t-big-grid-lg-12-10 { width: calc(100% - 30px); padding-bottom: calc(60.8333%); margin: 0px 15px; }
  .aux-t-big-grid-1-11 { width: calc(8.33333%); padding-bottom: calc(66.9167%); }
  .aux-t-big-grid-1-11 .aux-keep-aspect { height: 0px; padding-bottom: 183.333%; }
  .aux-t-big-grid-sg-1-11 { width: calc(8.33333% - 2px); padding-bottom: calc(66.9167%); margin: 0px 1px; }
  .aux-t-big-grid-lg-1-11 { width: calc(8.33333% - 30px); padding-bottom: calc(66.9167%); margin: 0px 15px; }
  .aux-t-big-grid-2-11 { width: calc(16.6667%); padding-bottom: calc(66.9167%); }
  .aux-t-big-grid-2-11 .aux-keep-aspect { height: 0px; padding-bottom: 175%; }
  .aux-t-big-grid-sg-2-11 { width: calc(16.6667% - 2px); padding-bottom: calc(66.9167%); margin: 0px 1px; }
  .aux-t-big-grid-lg-2-11 { width: calc(16.6667% - 30px); padding-bottom: calc(66.9167%); margin: 0px 15px; }
  .aux-t-big-grid-3-11 { width: calc(25%); padding-bottom: calc(66.9167%); }
  .aux-t-big-grid-3-11 .aux-keep-aspect { height: 0px; padding-bottom: 166.667%; }
  .aux-t-big-grid-sg-3-11 { width: calc(25% - 2px); padding-bottom: calc(66.9167%); margin: 0px 1px; }
  .aux-t-big-grid-lg-3-11 { width: calc(25% - 30px); padding-bottom: calc(66.9167%); margin: 0px 15px; }
  .aux-t-big-grid-4-11 { width: calc(33.3333%); padding-bottom: calc(66.9167%); }
  .aux-t-big-grid-4-11 .aux-keep-aspect { height: 0px; padding-bottom: 158.333%; }
  .aux-t-big-grid-sg-4-11 { width: calc(33.3333% - 2px); padding-bottom: calc(66.9167%); margin: 0px 1px; }
  .aux-t-big-grid-lg-4-11 { width: calc(33.3333% - 30px); padding-bottom: calc(66.9167%); margin: 0px 15px; }
  .aux-t-big-grid-5-11 { width: calc(41.6667%); padding-bottom: calc(66.9167%); }
  .aux-t-big-grid-5-11 .aux-keep-aspect { height: 0px; padding-bottom: 150%; }
  .aux-t-big-grid-sg-5-11 { width: calc(41.6667% - 2px); padding-bottom: calc(66.9167%); margin: 0px 1px; }
  .aux-t-big-grid-lg-5-11 { width: calc(41.6667% - 30px); padding-bottom: calc(66.9167%); margin: 0px 15px; }
  .aux-t-big-grid-6-11 { width: calc(50%); padding-bottom: calc(66.9167%); }
  .aux-t-big-grid-6-11 .aux-keep-aspect { height: 0px; padding-bottom: 141.667%; }
  .aux-t-big-grid-sg-6-11 { width: calc(50% - 2px); padding-bottom: calc(66.9167%); margin: 0px 1px; }
  .aux-t-big-grid-lg-6-11 { width: calc(50% - 30px); padding-bottom: calc(66.9167%); margin: 0px 15px; }
  .aux-t-big-grid-7-11 { width: calc(58.3333%); padding-bottom: calc(66.9167%); }
  .aux-t-big-grid-7-11 .aux-keep-aspect { height: 0px; padding-bottom: 133.333%; }
  .aux-t-big-grid-sg-7-11 { width: calc(58.3333% - 2px); padding-bottom: calc(66.9167%); margin: 0px 1px; }
  .aux-t-big-grid-lg-7-11 { width: calc(58.3333% - 30px); padding-bottom: calc(66.9167%); margin: 0px 15px; }
  .aux-t-big-grid-8-11 { width: calc(66.6667%); padding-bottom: calc(66.9167%); }
  .aux-t-big-grid-8-11 .aux-keep-aspect { height: 0px; padding-bottom: 125%; }
  .aux-t-big-grid-sg-8-11 { width: calc(66.6667% - 2px); padding-bottom: calc(66.9167%); margin: 0px 1px; }
  .aux-t-big-grid-lg-8-11 { width: calc(66.6667% - 30px); padding-bottom: calc(66.9167%); margin: 0px 15px; }
  .aux-t-big-grid-9-11 { width: calc(75%); padding-bottom: calc(66.9167%); }
  .aux-t-big-grid-9-11 .aux-keep-aspect { height: 0px; padding-bottom: 116.667%; }
  .aux-t-big-grid-sg-9-11 { width: calc(75% - 2px); padding-bottom: calc(66.9167%); margin: 0px 1px; }
  .aux-t-big-grid-lg-9-11 { width: calc(75% - 30px); padding-bottom: calc(66.9167%); margin: 0px 15px; }
  .aux-t-big-grid-10-11 { width: calc(83.3333%); padding-bottom: calc(66.9167%); }
  .aux-t-big-grid-10-11 .aux-keep-aspect { height: 0px; padding-bottom: 108.333%; }
  .aux-t-big-grid-sg-10-11 { width: calc(83.3333% - 2px); padding-bottom: calc(66.9167%); margin: 0px 1px; }
  .aux-t-big-grid-lg-10-11 { width: calc(83.3333% - 30px); padding-bottom: calc(66.9167%); margin: 0px 15px; }
  .aux-t-big-grid-11-11 { width: calc(91.6667%); padding-bottom: calc(66.9167%); }
  .aux-t-big-grid-11-11 .aux-keep-aspect { height: 0px; padding-bottom: 100%; }
  .aux-t-big-grid-sg-11-11 { width: calc(91.6667% - 2px); padding-bottom: calc(66.9167%); margin: 0px 1px; }
  .aux-t-big-grid-lg-11-11 { width: calc(91.6667% - 30px); padding-bottom: calc(66.9167%); margin: 0px 15px; }
  .aux-t-big-grid-12-11 { width: calc(100%); padding-bottom: calc(66.9167%); }
  .aux-t-big-grid-12-11 .aux-keep-aspect { height: 0px; padding-bottom: 91.6667%; }
  .aux-t-big-grid-sg-12-11 { width: calc(100% - 2px); padding-bottom: calc(66.9167%); margin: 0px 1px; }
  .aux-t-big-grid-lg-12-11 { width: calc(100% - 30px); padding-bottom: calc(66.9167%); margin: 0px 15px; }
  .aux-t-big-grid-1-12 { width: calc(8.33333%); padding-bottom: calc(73%); }
  .aux-t-big-grid-1-12 .aux-keep-aspect { height: 0px; padding-bottom: 191.667%; }
  .aux-t-big-grid-sg-1-12 { width: calc(8.33333% - 2px); padding-bottom: calc(73%); margin: 0px 1px; }
  .aux-t-big-grid-lg-1-12 { width: calc(8.33333% - 30px); padding-bottom: calc(73%); margin: 0px 15px; }
  .aux-t-big-grid-2-12 { width: calc(16.6667%); padding-bottom: calc(73%); }
  .aux-t-big-grid-2-12 .aux-keep-aspect { height: 0px; padding-bottom: 183.333%; }
  .aux-t-big-grid-sg-2-12 { width: calc(16.6667% - 2px); padding-bottom: calc(73%); margin: 0px 1px; }
  .aux-t-big-grid-lg-2-12 { width: calc(16.6667% - 30px); padding-bottom: calc(73%); margin: 0px 15px; }
  .aux-t-big-grid-3-12 { width: calc(25%); padding-bottom: calc(73%); }
  .aux-t-big-grid-3-12 .aux-keep-aspect { height: 0px; padding-bottom: 175%; }
  .aux-t-big-grid-sg-3-12 { width: calc(25% - 2px); padding-bottom: calc(73%); margin: 0px 1px; }
  .aux-t-big-grid-lg-3-12 { width: calc(25% - 30px); padding-bottom: calc(73%); margin: 0px 15px; }
  .aux-t-big-grid-4-12 { width: calc(33.3333%); padding-bottom: calc(73%); }
  .aux-t-big-grid-4-12 .aux-keep-aspect { height: 0px; padding-bottom: 166.667%; }
  .aux-t-big-grid-sg-4-12 { width: calc(33.3333% - 2px); padding-bottom: calc(73%); margin: 0px 1px; }
  .aux-t-big-grid-lg-4-12 { width: calc(33.3333% - 30px); padding-bottom: calc(73%); margin: 0px 15px; }
  .aux-t-big-grid-5-12 { width: calc(41.6667%); padding-bottom: calc(73%); }
  .aux-t-big-grid-5-12 .aux-keep-aspect { height: 0px; padding-bottom: 158.333%; }
  .aux-t-big-grid-sg-5-12 { width: calc(41.6667% - 2px); padding-bottom: calc(73%); margin: 0px 1px; }
  .aux-t-big-grid-lg-5-12 { width: calc(41.6667% - 30px); padding-bottom: calc(73%); margin: 0px 15px; }
  .aux-t-big-grid-6-12 { width: calc(50%); padding-bottom: calc(73%); }
  .aux-t-big-grid-6-12 .aux-keep-aspect { height: 0px; padding-bottom: 150%; }
  .aux-t-big-grid-sg-6-12 { width: calc(50% - 2px); padding-bottom: calc(73%); margin: 0px 1px; }
  .aux-t-big-grid-lg-6-12 { width: calc(50% - 30px); padding-bottom: calc(73%); margin: 0px 15px; }
  .aux-t-big-grid-7-12 { width: calc(58.3333%); padding-bottom: calc(73%); }
  .aux-t-big-grid-7-12 .aux-keep-aspect { height: 0px; padding-bottom: 141.667%; }
  .aux-t-big-grid-sg-7-12 { width: calc(58.3333% - 2px); padding-bottom: calc(73%); margin: 0px 1px; }
  .aux-t-big-grid-lg-7-12 { width: calc(58.3333% - 30px); padding-bottom: calc(73%); margin: 0px 15px; }
  .aux-t-big-grid-8-12 { width: calc(66.6667%); padding-bottom: calc(73%); }
  .aux-t-big-grid-8-12 .aux-keep-aspect { height: 0px; padding-bottom: 133.333%; }
  .aux-t-big-grid-sg-8-12 { width: calc(66.6667% - 2px); padding-bottom: calc(73%); margin: 0px 1px; }
  .aux-t-big-grid-lg-8-12 { width: calc(66.6667% - 30px); padding-bottom: calc(73%); margin: 0px 15px; }
  .aux-t-big-grid-9-12 { width: calc(75%); padding-bottom: calc(73%); }
  .aux-t-big-grid-9-12 .aux-keep-aspect { height: 0px; padding-bottom: 125%; }
  .aux-t-big-grid-sg-9-12 { width: calc(75% - 2px); padding-bottom: calc(73%); margin: 0px 1px; }
  .aux-t-big-grid-lg-9-12 { width: calc(75% - 30px); padding-bottom: calc(73%); margin: 0px 15px; }
  .aux-t-big-grid-10-12 { width: calc(83.3333%); padding-bottom: calc(73%); }
  .aux-t-big-grid-10-12 .aux-keep-aspect { height: 0px; padding-bottom: 116.667%; }
  .aux-t-big-grid-sg-10-12 { width: calc(83.3333% - 2px); padding-bottom: calc(73%); margin: 0px 1px; }
  .aux-t-big-grid-lg-10-12 { width: calc(83.3333% - 30px); padding-bottom: calc(73%); margin: 0px 15px; }
  .aux-t-big-grid-11-12 { width: calc(91.6667%); padding-bottom: calc(73%); }
  .aux-t-big-grid-11-12 .aux-keep-aspect { height: 0px; padding-bottom: 108.333%; }
  .aux-t-big-grid-sg-11-12 { width: calc(91.6667% - 2px); padding-bottom: calc(73%); margin: 0px 1px; }
  .aux-t-big-grid-lg-11-12 { width: calc(91.6667% - 30px); padding-bottom: calc(73%); margin: 0px 15px; }
  .aux-t-big-grid-12-12 { width: calc(100%); padding-bottom: calc(73%); }
  .aux-t-big-grid-12-12 .aux-keep-aspect { height: 0px; padding-bottom: 100%; }
  .aux-t-big-grid-sg-12-12 { width: calc(100% - 2px); padding-bottom: calc(73%); margin: 0px 1px; }
  .aux-t-big-grid-lg-12-12 { width: calc(100% - 30px); padding-bottom: calc(73%); margin: 0px 15px; }
}
@media screen and (max-width: 767px) {
  .aux-m-big-grid-1-1 { width: calc(8.33333%); padding-bottom: calc(6.08333%); }
  .aux-m-big-grid-1-1 .aux-keep-aspect { height: 0px; padding-bottom: 100%; }
  .aux-m-big-grid-sg-1-1 { width: calc(8.33333% - 2px); padding-bottom: calc(6.08333%); margin: 0px 1px; }
  .aux-m-big-grid-lg-1-1 { width: calc(8.33333% - 30px); padding-bottom: calc(6.08333%); margin: 0px 15px; }
  .aux-m-big-grid-2-1 { width: calc(16.6667%); padding-bottom: calc(6.08333%); }
  .aux-m-big-grid-2-1 .aux-keep-aspect { height: 0px; padding-bottom: 91.6667%; }
  .aux-m-big-grid-sg-2-1 { width: calc(16.6667% - 2px); padding-bottom: calc(6.08333%); margin: 0px 1px; }
  .aux-m-big-grid-lg-2-1 { width: calc(16.6667% - 30px); padding-bottom: calc(6.08333%); margin: 0px 15px; }
  .aux-m-big-grid-3-1 { width: calc(25%); padding-bottom: calc(6.08333%); }
  .aux-m-big-grid-3-1 .aux-keep-aspect { height: 0px; padding-bottom: 83.3333%; }
  .aux-m-big-grid-sg-3-1 { width: calc(25% - 2px); padding-bottom: calc(6.08333%); margin: 0px 1px; }
  .aux-m-big-grid-lg-3-1 { width: calc(25% - 30px); padding-bottom: calc(6.08333%); margin: 0px 15px; }
  .aux-m-big-grid-4-1 { width: calc(33.3333%); padding-bottom: calc(6.08333%); }
  .aux-m-big-grid-4-1 .aux-keep-aspect { height: 0px; padding-bottom: 75%; }
  .aux-m-big-grid-sg-4-1 { width: calc(33.3333% - 2px); padding-bottom: calc(6.08333%); margin: 0px 1px; }
  .aux-m-big-grid-lg-4-1 { width: calc(33.3333% - 30px); padding-bottom: calc(6.08333%); margin: 0px 15px; }
  .aux-m-big-grid-5-1 { width: calc(41.6667%); padding-bottom: calc(6.08333%); }
  .aux-m-big-grid-5-1 .aux-keep-aspect { height: 0px; padding-bottom: 66.6667%; }
  .aux-m-big-grid-sg-5-1 { width: calc(41.6667% - 2px); padding-bottom: calc(6.08333%); margin: 0px 1px; }
  .aux-m-big-grid-lg-5-1 { width: calc(41.6667% - 30px); padding-bottom: calc(6.08333%); margin: 0px 15px; }
  .aux-m-big-grid-6-1 { width: calc(50%); padding-bottom: calc(6.08333%); }
  .aux-m-big-grid-6-1 .aux-keep-aspect { height: 0px; padding-bottom: 58.3333%; }
  .aux-m-big-grid-sg-6-1 { width: calc(50% - 2px); padding-bottom: calc(6.08333%); margin: 0px 1px; }
  .aux-m-big-grid-lg-6-1 { width: calc(50% - 30px); padding-bottom: calc(6.08333%); margin: 0px 15px; }
  .aux-m-big-grid-7-1 { width: calc(58.3333%); padding-bottom: calc(6.08333%); }
  .aux-m-big-grid-7-1 .aux-keep-aspect { height: 0px; padding-bottom: 50%; }
  .aux-m-big-grid-sg-7-1 { width: calc(58.3333% - 2px); padding-bottom: calc(6.08333%); margin: 0px 1px; }
  .aux-m-big-grid-lg-7-1 { width: calc(58.3333% - 30px); padding-bottom: calc(6.08333%); margin: 0px 15px; }
  .aux-m-big-grid-8-1 { width: calc(66.6667%); padding-bottom: calc(6.08333%); }
  .aux-m-big-grid-8-1 .aux-keep-aspect { height: 0px; padding-bottom: 41.6667%; }
  .aux-m-big-grid-sg-8-1 { width: calc(66.6667% - 2px); padding-bottom: calc(6.08333%); margin: 0px 1px; }
  .aux-m-big-grid-lg-8-1 { width: calc(66.6667% - 30px); padding-bottom: calc(6.08333%); margin: 0px 15px; }
  .aux-m-big-grid-9-1 { width: calc(75%); padding-bottom: calc(6.08333%); }
  .aux-m-big-grid-9-1 .aux-keep-aspect { height: 0px; padding-bottom: 33.3333%; }
  .aux-m-big-grid-sg-9-1 { width: calc(75% - 2px); padding-bottom: calc(6.08333%); margin: 0px 1px; }
  .aux-m-big-grid-lg-9-1 { width: calc(75% - 30px); padding-bottom: calc(6.08333%); margin: 0px 15px; }
  .aux-m-big-grid-10-1 { width: calc(83.3333%); padding-bottom: calc(6.08333%); }
  .aux-m-big-grid-10-1 .aux-keep-aspect { height: 0px; padding-bottom: 25%; }
  .aux-m-big-grid-sg-10-1 { width: calc(83.3333% - 2px); padding-bottom: calc(6.08333%); margin: 0px 1px; }
  .aux-m-big-grid-lg-10-1 { width: calc(83.3333% - 30px); padding-bottom: calc(6.08333%); margin: 0px 15px; }
  .aux-m-big-grid-11-1 { width: calc(91.6667%); padding-bottom: calc(6.08333%); }
  .aux-m-big-grid-11-1 .aux-keep-aspect { height: 0px; padding-bottom: 16.6667%; }
  .aux-m-big-grid-sg-11-1 { width: calc(91.6667% - 2px); padding-bottom: calc(6.08333%); margin: 0px 1px; }
  .aux-m-big-grid-lg-11-1 { width: calc(91.6667% - 30px); padding-bottom: calc(6.08333%); margin: 0px 15px; }
  .aux-m-big-grid-12-1 { width: calc(100%); padding-bottom: calc(6.08333%); }
  .aux-m-big-grid-12-1 .aux-keep-aspect { height: 0px; padding-bottom: 8.33333%; }
  .aux-m-big-grid-sg-12-1 { width: calc(100% - 2px); padding-bottom: calc(6.08333%); margin: 0px 1px; }
  .aux-m-big-grid-lg-12-1 { width: calc(100% - 30px); padding-bottom: calc(6.08333%); margin: 0px 15px; }
  .aux-m-big-grid-1-2 { width: calc(8.33333%); padding-bottom: calc(12.1667%); }
  .aux-m-big-grid-1-2 .aux-keep-aspect { height: 0px; padding-bottom: 108.333%; }
  .aux-m-big-grid-sg-1-2 { width: calc(8.33333% - 2px); padding-bottom: calc(12.1667%); margin: 0px 1px; }
  .aux-m-big-grid-lg-1-2 { width: calc(8.33333% - 30px); padding-bottom: calc(12.1667%); margin: 0px 15px; }
  .aux-m-big-grid-2-2 { width: calc(16.6667%); padding-bottom: calc(12.1667%); }
  .aux-m-big-grid-2-2 .aux-keep-aspect { height: 0px; padding-bottom: 100%; }
  .aux-m-big-grid-sg-2-2 { width: calc(16.6667% - 2px); padding-bottom: calc(12.1667%); margin: 0px 1px; }
  .aux-m-big-grid-lg-2-2 { width: calc(16.6667% - 30px); padding-bottom: calc(12.1667%); margin: 0px 15px; }
  .aux-m-big-grid-3-2 { width: calc(25%); padding-bottom: calc(12.1667%); }
  .aux-m-big-grid-3-2 .aux-keep-aspect { height: 0px; padding-bottom: 91.6667%; }
  .aux-m-big-grid-sg-3-2 { width: calc(25% - 2px); padding-bottom: calc(12.1667%); margin: 0px 1px; }
  .aux-m-big-grid-lg-3-2 { width: calc(25% - 30px); padding-bottom: calc(12.1667%); margin: 0px 15px; }
  .aux-m-big-grid-4-2 { width: calc(33.3333%); padding-bottom: calc(12.1667%); }
  .aux-m-big-grid-4-2 .aux-keep-aspect { height: 0px; padding-bottom: 83.3333%; }
  .aux-m-big-grid-sg-4-2 { width: calc(33.3333% - 2px); padding-bottom: calc(12.1667%); margin: 0px 1px; }
  .aux-m-big-grid-lg-4-2 { width: calc(33.3333% - 30px); padding-bottom: calc(12.1667%); margin: 0px 15px; }
  .aux-m-big-grid-5-2 { width: calc(41.6667%); padding-bottom: calc(12.1667%); }
  .aux-m-big-grid-5-2 .aux-keep-aspect { height: 0px; padding-bottom: 75%; }
  .aux-m-big-grid-sg-5-2 { width: calc(41.6667% - 2px); padding-bottom: calc(12.1667%); margin: 0px 1px; }
  .aux-m-big-grid-lg-5-2 { width: calc(41.6667% - 30px); padding-bottom: calc(12.1667%); margin: 0px 15px; }
  .aux-m-big-grid-6-2 { width: calc(50%); padding-bottom: calc(12.1667%); }
  .aux-m-big-grid-6-2 .aux-keep-aspect { height: 0px; padding-bottom: 66.6667%; }
  .aux-m-big-grid-sg-6-2 { width: calc(50% - 2px); padding-bottom: calc(12.1667%); margin: 0px 1px; }
  .aux-m-big-grid-lg-6-2 { width: calc(50% - 30px); padding-bottom: calc(12.1667%); margin: 0px 15px; }
  .aux-m-big-grid-7-2 { width: calc(58.3333%); padding-bottom: calc(12.1667%); }
  .aux-m-big-grid-7-2 .aux-keep-aspect { height: 0px; padding-bottom: 58.3333%; }
  .aux-m-big-grid-sg-7-2 { width: calc(58.3333% - 2px); padding-bottom: calc(12.1667%); margin: 0px 1px; }
  .aux-m-big-grid-lg-7-2 { width: calc(58.3333% - 30px); padding-bottom: calc(12.1667%); margin: 0px 15px; }
  .aux-m-big-grid-8-2 { width: calc(66.6667%); padding-bottom: calc(12.1667%); }
  .aux-m-big-grid-8-2 .aux-keep-aspect { height: 0px; padding-bottom: 50%; }
  .aux-m-big-grid-sg-8-2 { width: calc(66.6667% - 2px); padding-bottom: calc(12.1667%); margin: 0px 1px; }
  .aux-m-big-grid-lg-8-2 { width: calc(66.6667% - 30px); padding-bottom: calc(12.1667%); margin: 0px 15px; }
  .aux-m-big-grid-9-2 { width: calc(75%); padding-bottom: calc(12.1667%); }
  .aux-m-big-grid-9-2 .aux-keep-aspect { height: 0px; padding-bottom: 41.6667%; }
  .aux-m-big-grid-sg-9-2 { width: calc(75% - 2px); padding-bottom: calc(12.1667%); margin: 0px 1px; }
  .aux-m-big-grid-lg-9-2 { width: calc(75% - 30px); padding-bottom: calc(12.1667%); margin: 0px 15px; }
  .aux-m-big-grid-10-2 { width: calc(83.3333%); padding-bottom: calc(12.1667%); }
  .aux-m-big-grid-10-2 .aux-keep-aspect { height: 0px; padding-bottom: 33.3333%; }
  .aux-m-big-grid-sg-10-2 { width: calc(83.3333% - 2px); padding-bottom: calc(12.1667%); margin: 0px 1px; }
  .aux-m-big-grid-lg-10-2 { width: calc(83.3333% - 30px); padding-bottom: calc(12.1667%); margin: 0px 15px; }
  .aux-m-big-grid-11-2 { width: calc(91.6667%); padding-bottom: calc(12.1667%); }
  .aux-m-big-grid-11-2 .aux-keep-aspect { height: 0px; padding-bottom: 25%; }
  .aux-m-big-grid-sg-11-2 { width: calc(91.6667% - 2px); padding-bottom: calc(12.1667%); margin: 0px 1px; }
  .aux-m-big-grid-lg-11-2 { width: calc(91.6667% - 30px); padding-bottom: calc(12.1667%); margin: 0px 15px; }
  .aux-m-big-grid-12-2 { width: calc(100%); padding-bottom: calc(12.1667%); }
  .aux-m-big-grid-12-2 .aux-keep-aspect { height: 0px; padding-bottom: 16.6667%; }
  .aux-m-big-grid-sg-12-2 { width: calc(100% - 2px); padding-bottom: calc(12.1667%); margin: 0px 1px; }
  .aux-m-big-grid-lg-12-2 { width: calc(100% - 30px); padding-bottom: calc(12.1667%); margin: 0px 15px; }
  .aux-m-big-grid-1-3 { width: calc(8.33333%); padding-bottom: calc(18.25%); }
  .aux-m-big-grid-1-3 .aux-keep-aspect { height: 0px; padding-bottom: 116.667%; }
  .aux-m-big-grid-sg-1-3 { width: calc(8.33333% - 2px); padding-bottom: calc(18.25%); margin: 0px 1px; }
  .aux-m-big-grid-lg-1-3 { width: calc(8.33333% - 30px); padding-bottom: calc(18.25%); margin: 0px 15px; }
  .aux-m-big-grid-2-3 { width: calc(16.6667%); padding-bottom: calc(18.25%); }
  .aux-m-big-grid-2-3 .aux-keep-aspect { height: 0px; padding-bottom: 108.333%; }
  .aux-m-big-grid-sg-2-3 { width: calc(16.6667% - 2px); padding-bottom: calc(18.25%); margin: 0px 1px; }
  .aux-m-big-grid-lg-2-3 { width: calc(16.6667% - 30px); padding-bottom: calc(18.25%); margin: 0px 15px; }
  .aux-m-big-grid-3-3 { width: calc(25%); padding-bottom: calc(18.25%); }
  .aux-m-big-grid-3-3 .aux-keep-aspect { height: 0px; padding-bottom: 100%; }
  .aux-m-big-grid-sg-3-3 { width: calc(25% - 2px); padding-bottom: calc(18.25%); margin: 0px 1px; }
  .aux-m-big-grid-lg-3-3 { width: calc(25% - 30px); padding-bottom: calc(18.25%); margin: 0px 15px; }
  .aux-m-big-grid-4-3 { width: calc(33.3333%); padding-bottom: calc(18.25%); }
  .aux-m-big-grid-4-3 .aux-keep-aspect { height: 0px; padding-bottom: 91.6667%; }
  .aux-m-big-grid-sg-4-3 { width: calc(33.3333% - 2px); padding-bottom: calc(18.25%); margin: 0px 1px; }
  .aux-m-big-grid-lg-4-3 { width: calc(33.3333% - 30px); padding-bottom: calc(18.25%); margin: 0px 15px; }
  .aux-m-big-grid-5-3 { width: calc(41.6667%); padding-bottom: calc(18.25%); }
  .aux-m-big-grid-5-3 .aux-keep-aspect { height: 0px; padding-bottom: 83.3333%; }
  .aux-m-big-grid-sg-5-3 { width: calc(41.6667% - 2px); padding-bottom: calc(18.25%); margin: 0px 1px; }
  .aux-m-big-grid-lg-5-3 { width: calc(41.6667% - 30px); padding-bottom: calc(18.25%); margin: 0px 15px; }
  .aux-m-big-grid-6-3 { width: calc(50%); padding-bottom: calc(18.25%); }
  .aux-m-big-grid-6-3 .aux-keep-aspect { height: 0px; padding-bottom: 75%; }
  .aux-m-big-grid-sg-6-3 { width: calc(50% - 2px); padding-bottom: calc(18.25%); margin: 0px 1px; }
  .aux-m-big-grid-lg-6-3 { width: calc(50% - 30px); padding-bottom: calc(18.25%); margin: 0px 15px; }
  .aux-m-big-grid-7-3 { width: calc(58.3333%); padding-bottom: calc(18.25%); }
  .aux-m-big-grid-7-3 .aux-keep-aspect { height: 0px; padding-bottom: 66.6667%; }
  .aux-m-big-grid-sg-7-3 { width: calc(58.3333% - 2px); padding-bottom: calc(18.25%); margin: 0px 1px; }
  .aux-m-big-grid-lg-7-3 { width: calc(58.3333% - 30px); padding-bottom: calc(18.25%); margin: 0px 15px; }
  .aux-m-big-grid-8-3 { width: calc(66.6667%); padding-bottom: calc(18.25%); }
  .aux-m-big-grid-8-3 .aux-keep-aspect { height: 0px; padding-bottom: 58.3333%; }
  .aux-m-big-grid-sg-8-3 { width: calc(66.6667% - 2px); padding-bottom: calc(18.25%); margin: 0px 1px; }
  .aux-m-big-grid-lg-8-3 { width: calc(66.6667% - 30px); padding-bottom: calc(18.25%); margin: 0px 15px; }
  .aux-m-big-grid-9-3 { width: calc(75%); padding-bottom: calc(18.25%); }
  .aux-m-big-grid-9-3 .aux-keep-aspect { height: 0px; padding-bottom: 50%; }
  .aux-m-big-grid-sg-9-3 { width: calc(75% - 2px); padding-bottom: calc(18.25%); margin: 0px 1px; }
  .aux-m-big-grid-lg-9-3 { width: calc(75% - 30px); padding-bottom: calc(18.25%); margin: 0px 15px; }
  .aux-m-big-grid-10-3 { width: calc(83.3333%); padding-bottom: calc(18.25%); }
  .aux-m-big-grid-10-3 .aux-keep-aspect { height: 0px; padding-bottom: 41.6667%; }
  .aux-m-big-grid-sg-10-3 { width: calc(83.3333% - 2px); padding-bottom: calc(18.25%); margin: 0px 1px; }
  .aux-m-big-grid-lg-10-3 { width: calc(83.3333% - 30px); padding-bottom: calc(18.25%); margin: 0px 15px; }
  .aux-m-big-grid-11-3 { width: calc(91.6667%); padding-bottom: calc(18.25%); }
  .aux-m-big-grid-11-3 .aux-keep-aspect { height: 0px; padding-bottom: 33.3333%; }
  .aux-m-big-grid-sg-11-3 { width: calc(91.6667% - 2px); padding-bottom: calc(18.25%); margin: 0px 1px; }
  .aux-m-big-grid-lg-11-3 { width: calc(91.6667% - 30px); padding-bottom: calc(18.25%); margin: 0px 15px; }
  .aux-m-big-grid-12-3 { width: calc(100%); padding-bottom: calc(18.25%); }
  .aux-m-big-grid-12-3 .aux-keep-aspect { height: 0px; padding-bottom: 25%; }
  .aux-m-big-grid-sg-12-3 { width: calc(100% - 2px); padding-bottom: calc(18.25%); margin: 0px 1px; }
  .aux-m-big-grid-lg-12-3 { width: calc(100% - 30px); padding-bottom: calc(18.25%); margin: 0px 15px; }
  .aux-m-big-grid-1-4 { width: calc(8.33333%); padding-bottom: calc(24.3333%); }
  .aux-m-big-grid-1-4 .aux-keep-aspect { height: 0px; padding-bottom: 125%; }
  .aux-m-big-grid-sg-1-4 { width: calc(8.33333% - 2px); padding-bottom: calc(24.3333%); margin: 0px 1px; }
  .aux-m-big-grid-lg-1-4 { width: calc(8.33333% - 30px); padding-bottom: calc(24.3333%); margin: 0px 15px; }
  .aux-m-big-grid-2-4 { width: calc(16.6667%); padding-bottom: calc(24.3333%); }
  .aux-m-big-grid-2-4 .aux-keep-aspect { height: 0px; padding-bottom: 116.667%; }
  .aux-m-big-grid-sg-2-4 { width: calc(16.6667% - 2px); padding-bottom: calc(24.3333%); margin: 0px 1px; }
  .aux-m-big-grid-lg-2-4 { width: calc(16.6667% - 30px); padding-bottom: calc(24.3333%); margin: 0px 15px; }
  .aux-m-big-grid-3-4 { width: calc(25%); padding-bottom: calc(24.3333%); }
  .aux-m-big-grid-3-4 .aux-keep-aspect { height: 0px; padding-bottom: 108.333%; }
  .aux-m-big-grid-sg-3-4 { width: calc(25% - 2px); padding-bottom: calc(24.3333%); margin: 0px 1px; }
  .aux-m-big-grid-lg-3-4 { width: calc(25% - 30px); padding-bottom: calc(24.3333%); margin: 0px 15px; }
  .aux-m-big-grid-4-4 { width: calc(33.3333%); padding-bottom: calc(24.3333%); }
  .aux-m-big-grid-4-4 .aux-keep-aspect { height: 0px; padding-bottom: 100%; }
  .aux-m-big-grid-sg-4-4 { width: calc(33.3333% - 2px); padding-bottom: calc(24.3333%); margin: 0px 1px; }
  .aux-m-big-grid-lg-4-4 { width: calc(33.3333% - 30px); padding-bottom: calc(24.3333%); margin: 0px 15px; }
  .aux-m-big-grid-5-4 { width: calc(41.6667%); padding-bottom: calc(24.3333%); }
  .aux-m-big-grid-5-4 .aux-keep-aspect { height: 0px; padding-bottom: 91.6667%; }
  .aux-m-big-grid-sg-5-4 { width: calc(41.6667% - 2px); padding-bottom: calc(24.3333%); margin: 0px 1px; }
  .aux-m-big-grid-lg-5-4 { width: calc(41.6667% - 30px); padding-bottom: calc(24.3333%); margin: 0px 15px; }
  .aux-m-big-grid-6-4 { width: calc(50%); padding-bottom: calc(24.3333%); }
  .aux-m-big-grid-6-4 .aux-keep-aspect { height: 0px; padding-bottom: 83.3333%; }
  .aux-m-big-grid-sg-6-4 { width: calc(50% - 2px); padding-bottom: calc(24.3333%); margin: 0px 1px; }
  .aux-m-big-grid-lg-6-4 { width: calc(50% - 30px); padding-bottom: calc(24.3333%); margin: 0px 15px; }
  .aux-m-big-grid-7-4 { width: calc(58.3333%); padding-bottom: calc(24.3333%); }
  .aux-m-big-grid-7-4 .aux-keep-aspect { height: 0px; padding-bottom: 75%; }
  .aux-m-big-grid-sg-7-4 { width: calc(58.3333% - 2px); padding-bottom: calc(24.3333%); margin: 0px 1px; }
  .aux-m-big-grid-lg-7-4 { width: calc(58.3333% - 30px); padding-bottom: calc(24.3333%); margin: 0px 15px; }
  .aux-m-big-grid-8-4 { width: calc(66.6667%); padding-bottom: calc(24.3333%); }
  .aux-m-big-grid-8-4 .aux-keep-aspect { height: 0px; padding-bottom: 66.6667%; }
  .aux-m-big-grid-sg-8-4 { width: calc(66.6667% - 2px); padding-bottom: calc(24.3333%); margin: 0px 1px; }
  .aux-m-big-grid-lg-8-4 { width: calc(66.6667% - 30px); padding-bottom: calc(24.3333%); margin: 0px 15px; }
  .aux-m-big-grid-9-4 { width: calc(75%); padding-bottom: calc(24.3333%); }
  .aux-m-big-grid-9-4 .aux-keep-aspect { height: 0px; padding-bottom: 58.3333%; }
  .aux-m-big-grid-sg-9-4 { width: calc(75% - 2px); padding-bottom: calc(24.3333%); margin: 0px 1px; }
  .aux-m-big-grid-lg-9-4 { width: calc(75% - 30px); padding-bottom: calc(24.3333%); margin: 0px 15px; }
  .aux-m-big-grid-10-4 { width: calc(83.3333%); padding-bottom: calc(24.3333%); }
  .aux-m-big-grid-10-4 .aux-keep-aspect { height: 0px; padding-bottom: 50%; }
  .aux-m-big-grid-sg-10-4 { width: calc(83.3333% - 2px); padding-bottom: calc(24.3333%); margin: 0px 1px; }
  .aux-m-big-grid-lg-10-4 { width: calc(83.3333% - 30px); padding-bottom: calc(24.3333%); margin: 0px 15px; }
  .aux-m-big-grid-11-4 { width: calc(91.6667%); padding-bottom: calc(24.3333%); }
  .aux-m-big-grid-11-4 .aux-keep-aspect { height: 0px; padding-bottom: 41.6667%; }
  .aux-m-big-grid-sg-11-4 { width: calc(91.6667% - 2px); padding-bottom: calc(24.3333%); margin: 0px 1px; }
  .aux-m-big-grid-lg-11-4 { width: calc(91.6667% - 30px); padding-bottom: calc(24.3333%); margin: 0px 15px; }
  .aux-m-big-grid-12-4 { width: calc(100%); padding-bottom: calc(24.3333%); }
  .aux-m-big-grid-12-4 .aux-keep-aspect { height: 0px; padding-bottom: 33.3333%; }
  .aux-m-big-grid-sg-12-4 { width: calc(100% - 2px); padding-bottom: calc(24.3333%); margin: 0px 1px; }
  .aux-m-big-grid-lg-12-4 { width: calc(100% - 30px); padding-bottom: calc(24.3333%); margin: 0px 15px; }
  .aux-m-big-grid-1-5 { width: calc(8.33333%); padding-bottom: calc(30.4167%); }
  .aux-m-big-grid-1-5 .aux-keep-aspect { height: 0px; padding-bottom: 133.333%; }
  .aux-m-big-grid-sg-1-5 { width: calc(8.33333% - 2px); padding-bottom: calc(30.4167%); margin: 0px 1px; }
  .aux-m-big-grid-lg-1-5 { width: calc(8.33333% - 30px); padding-bottom: calc(30.4167%); margin: 0px 15px; }
  .aux-m-big-grid-2-5 { width: calc(16.6667%); padding-bottom: calc(30.4167%); }
  .aux-m-big-grid-2-5 .aux-keep-aspect { height: 0px; padding-bottom: 125%; }
  .aux-m-big-grid-sg-2-5 { width: calc(16.6667% - 2px); padding-bottom: calc(30.4167%); margin: 0px 1px; }
  .aux-m-big-grid-lg-2-5 { width: calc(16.6667% - 30px); padding-bottom: calc(30.4167%); margin: 0px 15px; }
  .aux-m-big-grid-3-5 { width: calc(25%); padding-bottom: calc(30.4167%); }
  .aux-m-big-grid-3-5 .aux-keep-aspect { height: 0px; padding-bottom: 116.667%; }
  .aux-m-big-grid-sg-3-5 { width: calc(25% - 2px); padding-bottom: calc(30.4167%); margin: 0px 1px; }
  .aux-m-big-grid-lg-3-5 { width: calc(25% - 30px); padding-bottom: calc(30.4167%); margin: 0px 15px; }
  .aux-m-big-grid-4-5 { width: calc(33.3333%); padding-bottom: calc(30.4167%); }
  .aux-m-big-grid-4-5 .aux-keep-aspect { height: 0px; padding-bottom: 108.333%; }
  .aux-m-big-grid-sg-4-5 { width: calc(33.3333% - 2px); padding-bottom: calc(30.4167%); margin: 0px 1px; }
  .aux-m-big-grid-lg-4-5 { width: calc(33.3333% - 30px); padding-bottom: calc(30.4167%); margin: 0px 15px; }
  .aux-m-big-grid-5-5 { width: calc(41.6667%); padding-bottom: calc(30.4167%); }
  .aux-m-big-grid-5-5 .aux-keep-aspect { height: 0px; padding-bottom: 100%; }
  .aux-m-big-grid-sg-5-5 { width: calc(41.6667% - 2px); padding-bottom: calc(30.4167%); margin: 0px 1px; }
  .aux-m-big-grid-lg-5-5 { width: calc(41.6667% - 30px); padding-bottom: calc(30.4167%); margin: 0px 15px; }
  .aux-m-big-grid-6-5 { width: calc(50%); padding-bottom: calc(30.4167%); }
  .aux-m-big-grid-6-5 .aux-keep-aspect { height: 0px; padding-bottom: 91.6667%; }
  .aux-m-big-grid-sg-6-5 { width: calc(50% - 2px); padding-bottom: calc(30.4167%); margin: 0px 1px; }
  .aux-m-big-grid-lg-6-5 { width: calc(50% - 30px); padding-bottom: calc(30.4167%); margin: 0px 15px; }
  .aux-m-big-grid-7-5 { width: calc(58.3333%); padding-bottom: calc(30.4167%); }
  .aux-m-big-grid-7-5 .aux-keep-aspect { height: 0px; padding-bottom: 83.3333%; }
  .aux-m-big-grid-sg-7-5 { width: calc(58.3333% - 2px); padding-bottom: calc(30.4167%); margin: 0px 1px; }
  .aux-m-big-grid-lg-7-5 { width: calc(58.3333% - 30px); padding-bottom: calc(30.4167%); margin: 0px 15px; }
  .aux-m-big-grid-8-5 { width: calc(66.6667%); padding-bottom: calc(30.4167%); }
  .aux-m-big-grid-8-5 .aux-keep-aspect { height: 0px; padding-bottom: 75%; }
  .aux-m-big-grid-sg-8-5 { width: calc(66.6667% - 2px); padding-bottom: calc(30.4167%); margin: 0px 1px; }
  .aux-m-big-grid-lg-8-5 { width: calc(66.6667% - 30px); padding-bottom: calc(30.4167%); margin: 0px 15px; }
  .aux-m-big-grid-9-5 { width: calc(75%); padding-bottom: calc(30.4167%); }
  .aux-m-big-grid-9-5 .aux-keep-aspect { height: 0px; padding-bottom: 66.6667%; }
  .aux-m-big-grid-sg-9-5 { width: calc(75% - 2px); padding-bottom: calc(30.4167%); margin: 0px 1px; }
  .aux-m-big-grid-lg-9-5 { width: calc(75% - 30px); padding-bottom: calc(30.4167%); margin: 0px 15px; }
  .aux-m-big-grid-10-5 { width: calc(83.3333%); padding-bottom: calc(30.4167%); }
  .aux-m-big-grid-10-5 .aux-keep-aspect { height: 0px; padding-bottom: 58.3333%; }
  .aux-m-big-grid-sg-10-5 { width: calc(83.3333% - 2px); padding-bottom: calc(30.4167%); margin: 0px 1px; }
  .aux-m-big-grid-lg-10-5 { width: calc(83.3333% - 30px); padding-bottom: calc(30.4167%); margin: 0px 15px; }
  .aux-m-big-grid-11-5 { width: calc(91.6667%); padding-bottom: calc(30.4167%); }
  .aux-m-big-grid-11-5 .aux-keep-aspect { height: 0px; padding-bottom: 50%; }
  .aux-m-big-grid-sg-11-5 { width: calc(91.6667% - 2px); padding-bottom: calc(30.4167%); margin: 0px 1px; }
  .aux-m-big-grid-lg-11-5 { width: calc(91.6667% - 30px); padding-bottom: calc(30.4167%); margin: 0px 15px; }
  .aux-m-big-grid-12-5 { width: calc(100%); padding-bottom: calc(30.4167%); }
  .aux-m-big-grid-12-5 .aux-keep-aspect { height: 0px; padding-bottom: 41.6667%; }
  .aux-m-big-grid-sg-12-5 { width: calc(100% - 2px); padding-bottom: calc(30.4167%); margin: 0px 1px; }
  .aux-m-big-grid-lg-12-5 { width: calc(100% - 30px); padding-bottom: calc(30.4167%); margin: 0px 15px; }
  .aux-m-big-grid-1-6 { width: calc(8.33333%); padding-bottom: calc(36.5%); }
  .aux-m-big-grid-1-6 .aux-keep-aspect { height: 0px; padding-bottom: 141.667%; }
  .aux-m-big-grid-sg-1-6 { width: calc(8.33333% - 2px); padding-bottom: calc(36.5%); margin: 0px 1px; }
  .aux-m-big-grid-lg-1-6 { width: calc(8.33333% - 30px); padding-bottom: calc(36.5%); margin: 0px 15px; }
  .aux-m-big-grid-2-6 { width: calc(16.6667%); padding-bottom: calc(36.5%); }
  .aux-m-big-grid-2-6 .aux-keep-aspect { height: 0px; padding-bottom: 133.333%; }
  .aux-m-big-grid-sg-2-6 { width: calc(16.6667% - 2px); padding-bottom: calc(36.5%); margin: 0px 1px; }
  .aux-m-big-grid-lg-2-6 { width: calc(16.6667% - 30px); padding-bottom: calc(36.5%); margin: 0px 15px; }
  .aux-m-big-grid-3-6 { width: calc(25%); padding-bottom: calc(36.5%); }
  .aux-m-big-grid-3-6 .aux-keep-aspect { height: 0px; padding-bottom: 125%; }
  .aux-m-big-grid-sg-3-6 { width: calc(25% - 2px); padding-bottom: calc(36.5%); margin: 0px 1px; }
  .aux-m-big-grid-lg-3-6 { width: calc(25% - 30px); padding-bottom: calc(36.5%); margin: 0px 15px; }
  .aux-m-big-grid-4-6 { width: calc(33.3333%); padding-bottom: calc(36.5%); }
  .aux-m-big-grid-4-6 .aux-keep-aspect { height: 0px; padding-bottom: 116.667%; }
  .aux-m-big-grid-sg-4-6 { width: calc(33.3333% - 2px); padding-bottom: calc(36.5%); margin: 0px 1px; }
  .aux-m-big-grid-lg-4-6 { width: calc(33.3333% - 30px); padding-bottom: calc(36.5%); margin: 0px 15px; }
  .aux-m-big-grid-5-6 { width: calc(41.6667%); padding-bottom: calc(36.5%); }
  .aux-m-big-grid-5-6 .aux-keep-aspect { height: 0px; padding-bottom: 108.333%; }
  .aux-m-big-grid-sg-5-6 { width: calc(41.6667% - 2px); padding-bottom: calc(36.5%); margin: 0px 1px; }
  .aux-m-big-grid-lg-5-6 { width: calc(41.6667% - 30px); padding-bottom: calc(36.5%); margin: 0px 15px; }
  .aux-m-big-grid-6-6 { width: calc(50%); padding-bottom: calc(36.5%); }
  .aux-m-big-grid-6-6 .aux-keep-aspect { height: 0px; padding-bottom: 100%; }
  .aux-m-big-grid-sg-6-6 { width: calc(50% - 2px); padding-bottom: calc(36.5%); margin: 0px 1px; }
  .aux-m-big-grid-lg-6-6 { width: calc(50% - 30px); padding-bottom: calc(36.5%); margin: 0px 15px; }
  .aux-m-big-grid-7-6 { width: calc(58.3333%); padding-bottom: calc(36.5%); }
  .aux-m-big-grid-7-6 .aux-keep-aspect { height: 0px; padding-bottom: 91.6667%; }
  .aux-m-big-grid-sg-7-6 { width: calc(58.3333% - 2px); padding-bottom: calc(36.5%); margin: 0px 1px; }
  .aux-m-big-grid-lg-7-6 { width: calc(58.3333% - 30px); padding-bottom: calc(36.5%); margin: 0px 15px; }
  .aux-m-big-grid-8-6 { width: calc(66.6667%); padding-bottom: calc(36.5%); }
  .aux-m-big-grid-8-6 .aux-keep-aspect { height: 0px; padding-bottom: 83.3333%; }
  .aux-m-big-grid-sg-8-6 { width: calc(66.6667% - 2px); padding-bottom: calc(36.5%); margin: 0px 1px; }
  .aux-m-big-grid-lg-8-6 { width: calc(66.6667% - 30px); padding-bottom: calc(36.5%); margin: 0px 15px; }
  .aux-m-big-grid-9-6 { width: calc(75%); padding-bottom: calc(36.5%); }
  .aux-m-big-grid-9-6 .aux-keep-aspect { height: 0px; padding-bottom: 75%; }
  .aux-m-big-grid-sg-9-6 { width: calc(75% - 2px); padding-bottom: calc(36.5%); margin: 0px 1px; }
  .aux-m-big-grid-lg-9-6 { width: calc(75% - 30px); padding-bottom: calc(36.5%); margin: 0px 15px; }
  .aux-m-big-grid-10-6 { width: calc(83.3333%); padding-bottom: calc(36.5%); }
  .aux-m-big-grid-10-6 .aux-keep-aspect { height: 0px; padding-bottom: 66.6667%; }
  .aux-m-big-grid-sg-10-6 { width: calc(83.3333% - 2px); padding-bottom: calc(36.5%); margin: 0px 1px; }
  .aux-m-big-grid-lg-10-6 { width: calc(83.3333% - 30px); padding-bottom: calc(36.5%); margin: 0px 15px; }
  .aux-m-big-grid-11-6 { width: calc(91.6667%); padding-bottom: calc(36.5%); }
  .aux-m-big-grid-11-6 .aux-keep-aspect { height: 0px; padding-bottom: 58.3333%; }
  .aux-m-big-grid-sg-11-6 { width: calc(91.6667% - 2px); padding-bottom: calc(36.5%); margin: 0px 1px; }
  .aux-m-big-grid-lg-11-6 { width: calc(91.6667% - 30px); padding-bottom: calc(36.5%); margin: 0px 15px; }
  .aux-m-big-grid-12-6 { width: calc(100%); padding-bottom: calc(36.5%); }
  .aux-m-big-grid-12-6 .aux-keep-aspect { height: 0px; padding-bottom: 50%; }
  .aux-m-big-grid-sg-12-6 { width: calc(100% - 2px); padding-bottom: calc(36.5%); margin: 0px 1px; }
  .aux-m-big-grid-lg-12-6 { width: calc(100% - 30px); padding-bottom: calc(36.5%); margin: 0px 15px; }
  .aux-m-big-grid-1-7 { width: calc(8.33333%); padding-bottom: calc(42.5833%); }
  .aux-m-big-grid-1-7 .aux-keep-aspect { height: 0px; padding-bottom: 150%; }
  .aux-m-big-grid-sg-1-7 { width: calc(8.33333% - 2px); padding-bottom: calc(42.5833%); margin: 0px 1px; }
  .aux-m-big-grid-lg-1-7 { width: calc(8.33333% - 30px); padding-bottom: calc(42.5833%); margin: 0px 15px; }
  .aux-m-big-grid-2-7 { width: calc(16.6667%); padding-bottom: calc(42.5833%); }
  .aux-m-big-grid-2-7 .aux-keep-aspect { height: 0px; padding-bottom: 141.667%; }
  .aux-m-big-grid-sg-2-7 { width: calc(16.6667% - 2px); padding-bottom: calc(42.5833%); margin: 0px 1px; }
  .aux-m-big-grid-lg-2-7 { width: calc(16.6667% - 30px); padding-bottom: calc(42.5833%); margin: 0px 15px; }
  .aux-m-big-grid-3-7 { width: calc(25%); padding-bottom: calc(42.5833%); }
  .aux-m-big-grid-3-7 .aux-keep-aspect { height: 0px; padding-bottom: 133.333%; }
  .aux-m-big-grid-sg-3-7 { width: calc(25% - 2px); padding-bottom: calc(42.5833%); margin: 0px 1px; }
  .aux-m-big-grid-lg-3-7 { width: calc(25% - 30px); padding-bottom: calc(42.5833%); margin: 0px 15px; }
  .aux-m-big-grid-4-7 { width: calc(33.3333%); padding-bottom: calc(42.5833%); }
  .aux-m-big-grid-4-7 .aux-keep-aspect { height: 0px; padding-bottom: 125%; }
  .aux-m-big-grid-sg-4-7 { width: calc(33.3333% - 2px); padding-bottom: calc(42.5833%); margin: 0px 1px; }
  .aux-m-big-grid-lg-4-7 { width: calc(33.3333% - 30px); padding-bottom: calc(42.5833%); margin: 0px 15px; }
  .aux-m-big-grid-5-7 { width: calc(41.6667%); padding-bottom: calc(42.5833%); }
  .aux-m-big-grid-5-7 .aux-keep-aspect { height: 0px; padding-bottom: 116.667%; }
  .aux-m-big-grid-sg-5-7 { width: calc(41.6667% - 2px); padding-bottom: calc(42.5833%); margin: 0px 1px; }
  .aux-m-big-grid-lg-5-7 { width: calc(41.6667% - 30px); padding-bottom: calc(42.5833%); margin: 0px 15px; }
  .aux-m-big-grid-6-7 { width: calc(50%); padding-bottom: calc(42.5833%); }
  .aux-m-big-grid-6-7 .aux-keep-aspect { height: 0px; padding-bottom: 108.333%; }
  .aux-m-big-grid-sg-6-7 { width: calc(50% - 2px); padding-bottom: calc(42.5833%); margin: 0px 1px; }
  .aux-m-big-grid-lg-6-7 { width: calc(50% - 30px); padding-bottom: calc(42.5833%); margin: 0px 15px; }
  .aux-m-big-grid-7-7 { width: calc(58.3333%); padding-bottom: calc(42.5833%); }
  .aux-m-big-grid-7-7 .aux-keep-aspect { height: 0px; padding-bottom: 100%; }
  .aux-m-big-grid-sg-7-7 { width: calc(58.3333% - 2px); padding-bottom: calc(42.5833%); margin: 0px 1px; }
  .aux-m-big-grid-lg-7-7 { width: calc(58.3333% - 30px); padding-bottom: calc(42.5833%); margin: 0px 15px; }
  .aux-m-big-grid-8-7 { width: calc(66.6667%); padding-bottom: calc(42.5833%); }
  .aux-m-big-grid-8-7 .aux-keep-aspect { height: 0px; padding-bottom: 91.6667%; }
  .aux-m-big-grid-sg-8-7 { width: calc(66.6667% - 2px); padding-bottom: calc(42.5833%); margin: 0px 1px; }
  .aux-m-big-grid-lg-8-7 { width: calc(66.6667% - 30px); padding-bottom: calc(42.5833%); margin: 0px 15px; }
  .aux-m-big-grid-9-7 { width: calc(75%); padding-bottom: calc(42.5833%); }
  .aux-m-big-grid-9-7 .aux-keep-aspect { height: 0px; padding-bottom: 83.3333%; }
  .aux-m-big-grid-sg-9-7 { width: calc(75% - 2px); padding-bottom: calc(42.5833%); margin: 0px 1px; }
  .aux-m-big-grid-lg-9-7 { width: calc(75% - 30px); padding-bottom: calc(42.5833%); margin: 0px 15px; }
  .aux-m-big-grid-10-7 { width: calc(83.3333%); padding-bottom: calc(42.5833%); }
  .aux-m-big-grid-10-7 .aux-keep-aspect { height: 0px; padding-bottom: 75%; }
  .aux-m-big-grid-sg-10-7 { width: calc(83.3333% - 2px); padding-bottom: calc(42.5833%); margin: 0px 1px; }
  .aux-m-big-grid-lg-10-7 { width: calc(83.3333% - 30px); padding-bottom: calc(42.5833%); margin: 0px 15px; }
  .aux-m-big-grid-11-7 { width: calc(91.6667%); padding-bottom: calc(42.5833%); }
  .aux-m-big-grid-11-7 .aux-keep-aspect { height: 0px; padding-bottom: 66.6667%; }
  .aux-m-big-grid-sg-11-7 { width: calc(91.6667% - 2px); padding-bottom: calc(42.5833%); margin: 0px 1px; }
  .aux-m-big-grid-lg-11-7 { width: calc(91.6667% - 30px); padding-bottom: calc(42.5833%); margin: 0px 15px; }
  .aux-m-big-grid-12-7 { width: calc(100%); padding-bottom: calc(42.5833%); }
  .aux-m-big-grid-12-7 .aux-keep-aspect { height: 0px; padding-bottom: 58.3333%; }
  .aux-m-big-grid-sg-12-7 { width: calc(100% - 2px); padding-bottom: calc(42.5833%); margin: 0px 1px; }
  .aux-m-big-grid-lg-12-7 { width: calc(100% - 30px); padding-bottom: calc(42.5833%); margin: 0px 15px; }
  .aux-m-big-grid-1-8 { width: calc(8.33333%); padding-bottom: calc(48.6667%); }
  .aux-m-big-grid-1-8 .aux-keep-aspect { height: 0px; padding-bottom: 158.333%; }
  .aux-m-big-grid-sg-1-8 { width: calc(8.33333% - 2px); padding-bottom: calc(48.6667%); margin: 0px 1px; }
  .aux-m-big-grid-lg-1-8 { width: calc(8.33333% - 30px); padding-bottom: calc(48.6667%); margin: 0px 15px; }
  .aux-m-big-grid-2-8 { width: calc(16.6667%); padding-bottom: calc(48.6667%); }
  .aux-m-big-grid-2-8 .aux-keep-aspect { height: 0px; padding-bottom: 150%; }
  .aux-m-big-grid-sg-2-8 { width: calc(16.6667% - 2px); padding-bottom: calc(48.6667%); margin: 0px 1px; }
  .aux-m-big-grid-lg-2-8 { width: calc(16.6667% - 30px); padding-bottom: calc(48.6667%); margin: 0px 15px; }
  .aux-m-big-grid-3-8 { width: calc(25%); padding-bottom: calc(48.6667%); }
  .aux-m-big-grid-3-8 .aux-keep-aspect { height: 0px; padding-bottom: 141.667%; }
  .aux-m-big-grid-sg-3-8 { width: calc(25% - 2px); padding-bottom: calc(48.6667%); margin: 0px 1px; }
  .aux-m-big-grid-lg-3-8 { width: calc(25% - 30px); padding-bottom: calc(48.6667%); margin: 0px 15px; }
  .aux-m-big-grid-4-8 { width: calc(33.3333%); padding-bottom: calc(48.6667%); }
  .aux-m-big-grid-4-8 .aux-keep-aspect { height: 0px; padding-bottom: 133.333%; }
  .aux-m-big-grid-sg-4-8 { width: calc(33.3333% - 2px); padding-bottom: calc(48.6667%); margin: 0px 1px; }
  .aux-m-big-grid-lg-4-8 { width: calc(33.3333% - 30px); padding-bottom: calc(48.6667%); margin: 0px 15px; }
  .aux-m-big-grid-5-8 { width: calc(41.6667%); padding-bottom: calc(48.6667%); }
  .aux-m-big-grid-5-8 .aux-keep-aspect { height: 0px; padding-bottom: 125%; }
  .aux-m-big-grid-sg-5-8 { width: calc(41.6667% - 2px); padding-bottom: calc(48.6667%); margin: 0px 1px; }
  .aux-m-big-grid-lg-5-8 { width: calc(41.6667% - 30px); padding-bottom: calc(48.6667%); margin: 0px 15px; }
  .aux-m-big-grid-6-8 { width: calc(50%); padding-bottom: calc(48.6667%); }
  .aux-m-big-grid-6-8 .aux-keep-aspect { height: 0px; padding-bottom: 116.667%; }
  .aux-m-big-grid-sg-6-8 { width: calc(50% - 2px); padding-bottom: calc(48.6667%); margin: 0px 1px; }
  .aux-m-big-grid-lg-6-8 { width: calc(50% - 30px); padding-bottom: calc(48.6667%); margin: 0px 15px; }
  .aux-m-big-grid-7-8 { width: calc(58.3333%); padding-bottom: calc(48.6667%); }
  .aux-m-big-grid-7-8 .aux-keep-aspect { height: 0px; padding-bottom: 108.333%; }
  .aux-m-big-grid-sg-7-8 { width: calc(58.3333% - 2px); padding-bottom: calc(48.6667%); margin: 0px 1px; }
  .aux-m-big-grid-lg-7-8 { width: calc(58.3333% - 30px); padding-bottom: calc(48.6667%); margin: 0px 15px; }
  .aux-m-big-grid-8-8 { width: calc(66.6667%); padding-bottom: calc(48.6667%); }
  .aux-m-big-grid-8-8 .aux-keep-aspect { height: 0px; padding-bottom: 100%; }
  .aux-m-big-grid-sg-8-8 { width: calc(66.6667% - 2px); padding-bottom: calc(48.6667%); margin: 0px 1px; }
  .aux-m-big-grid-lg-8-8 { width: calc(66.6667% - 30px); padding-bottom: calc(48.6667%); margin: 0px 15px; }
  .aux-m-big-grid-9-8 { width: calc(75%); padding-bottom: calc(48.6667%); }
  .aux-m-big-grid-9-8 .aux-keep-aspect { height: 0px; padding-bottom: 91.6667%; }
  .aux-m-big-grid-sg-9-8 { width: calc(75% - 2px); padding-bottom: calc(48.6667%); margin: 0px 1px; }
  .aux-m-big-grid-lg-9-8 { width: calc(75% - 30px); padding-bottom: calc(48.6667%); margin: 0px 15px; }
  .aux-m-big-grid-10-8 { width: calc(83.3333%); padding-bottom: calc(48.6667%); }
  .aux-m-big-grid-10-8 .aux-keep-aspect { height: 0px; padding-bottom: 83.3333%; }
  .aux-m-big-grid-sg-10-8 { width: calc(83.3333% - 2px); padding-bottom: calc(48.6667%); margin: 0px 1px; }
  .aux-m-big-grid-lg-10-8 { width: calc(83.3333% - 30px); padding-bottom: calc(48.6667%); margin: 0px 15px; }
  .aux-m-big-grid-11-8 { width: calc(91.6667%); padding-bottom: calc(48.6667%); }
  .aux-m-big-grid-11-8 .aux-keep-aspect { height: 0px; padding-bottom: 75%; }
  .aux-m-big-grid-sg-11-8 { width: calc(91.6667% - 2px); padding-bottom: calc(48.6667%); margin: 0px 1px; }
  .aux-m-big-grid-lg-11-8 { width: calc(91.6667% - 30px); padding-bottom: calc(48.6667%); margin: 0px 15px; }
  .aux-m-big-grid-12-8 { width: calc(100%); padding-bottom: calc(48.6667%); }
  .aux-m-big-grid-12-8 .aux-keep-aspect { height: 0px; padding-bottom: 66.6667%; }
  .aux-m-big-grid-sg-12-8 { width: calc(100% - 2px); padding-bottom: calc(48.6667%); margin: 0px 1px; }
  .aux-m-big-grid-lg-12-8 { width: calc(100% - 30px); padding-bottom: calc(48.6667%); margin: 0px 15px; }
  .aux-m-big-grid-1-9 { width: calc(8.33333%); padding-bottom: calc(54.75%); }
  .aux-m-big-grid-1-9 .aux-keep-aspect { height: 0px; padding-bottom: 166.667%; }
  .aux-m-big-grid-sg-1-9 { width: calc(8.33333% - 2px); padding-bottom: calc(54.75%); margin: 0px 1px; }
  .aux-m-big-grid-lg-1-9 { width: calc(8.33333% - 30px); padding-bottom: calc(54.75%); margin: 0px 15px; }
  .aux-m-big-grid-2-9 { width: calc(16.6667%); padding-bottom: calc(54.75%); }
  .aux-m-big-grid-2-9 .aux-keep-aspect { height: 0px; padding-bottom: 158.333%; }
  .aux-m-big-grid-sg-2-9 { width: calc(16.6667% - 2px); padding-bottom: calc(54.75%); margin: 0px 1px; }
  .aux-m-big-grid-lg-2-9 { width: calc(16.6667% - 30px); padding-bottom: calc(54.75%); margin: 0px 15px; }
  .aux-m-big-grid-3-9 { width: calc(25%); padding-bottom: calc(54.75%); }
  .aux-m-big-grid-3-9 .aux-keep-aspect { height: 0px; padding-bottom: 150%; }
  .aux-m-big-grid-sg-3-9 { width: calc(25% - 2px); padding-bottom: calc(54.75%); margin: 0px 1px; }
  .aux-m-big-grid-lg-3-9 { width: calc(25% - 30px); padding-bottom: calc(54.75%); margin: 0px 15px; }
  .aux-m-big-grid-4-9 { width: calc(33.3333%); padding-bottom: calc(54.75%); }
  .aux-m-big-grid-4-9 .aux-keep-aspect { height: 0px; padding-bottom: 141.667%; }
  .aux-m-big-grid-sg-4-9 { width: calc(33.3333% - 2px); padding-bottom: calc(54.75%); margin: 0px 1px; }
  .aux-m-big-grid-lg-4-9 { width: calc(33.3333% - 30px); padding-bottom: calc(54.75%); margin: 0px 15px; }
  .aux-m-big-grid-5-9 { width: calc(41.6667%); padding-bottom: calc(54.75%); }
  .aux-m-big-grid-5-9 .aux-keep-aspect { height: 0px; padding-bottom: 133.333%; }
  .aux-m-big-grid-sg-5-9 { width: calc(41.6667% - 2px); padding-bottom: calc(54.75%); margin: 0px 1px; }
  .aux-m-big-grid-lg-5-9 { width: calc(41.6667% - 30px); padding-bottom: calc(54.75%); margin: 0px 15px; }
  .aux-m-big-grid-6-9 { width: calc(50%); padding-bottom: calc(54.75%); }
  .aux-m-big-grid-6-9 .aux-keep-aspect { height: 0px; padding-bottom: 125%; }
  .aux-m-big-grid-sg-6-9 { width: calc(50% - 2px); padding-bottom: calc(54.75%); margin: 0px 1px; }
  .aux-m-big-grid-lg-6-9 { width: calc(50% - 30px); padding-bottom: calc(54.75%); margin: 0px 15px; }
  .aux-m-big-grid-7-9 { width: calc(58.3333%); padding-bottom: calc(54.75%); }
  .aux-m-big-grid-7-9 .aux-keep-aspect { height: 0px; padding-bottom: 116.667%; }
  .aux-m-big-grid-sg-7-9 { width: calc(58.3333% - 2px); padding-bottom: calc(54.75%); margin: 0px 1px; }
  .aux-m-big-grid-lg-7-9 { width: calc(58.3333% - 30px); padding-bottom: calc(54.75%); margin: 0px 15px; }
  .aux-m-big-grid-8-9 { width: calc(66.6667%); padding-bottom: calc(54.75%); }
  .aux-m-big-grid-8-9 .aux-keep-aspect { height: 0px; padding-bottom: 108.333%; }
  .aux-m-big-grid-sg-8-9 { width: calc(66.6667% - 2px); padding-bottom: calc(54.75%); margin: 0px 1px; }
  .aux-m-big-grid-lg-8-9 { width: calc(66.6667% - 30px); padding-bottom: calc(54.75%); margin: 0px 15px; }
  .aux-m-big-grid-9-9 { width: calc(75%); padding-bottom: calc(54.75%); }
  .aux-m-big-grid-9-9 .aux-keep-aspect { height: 0px; padding-bottom: 100%; }
  .aux-m-big-grid-sg-9-9 { width: calc(75% - 2px); padding-bottom: calc(54.75%); margin: 0px 1px; }
  .aux-m-big-grid-lg-9-9 { width: calc(75% - 30px); padding-bottom: calc(54.75%); margin: 0px 15px; }
  .aux-m-big-grid-10-9 { width: calc(83.3333%); padding-bottom: calc(54.75%); }
  .aux-m-big-grid-10-9 .aux-keep-aspect { height: 0px; padding-bottom: 91.6667%; }
  .aux-m-big-grid-sg-10-9 { width: calc(83.3333% - 2px); padding-bottom: calc(54.75%); margin: 0px 1px; }
  .aux-m-big-grid-lg-10-9 { width: calc(83.3333% - 30px); padding-bottom: calc(54.75%); margin: 0px 15px; }
  .aux-m-big-grid-11-9 { width: calc(91.6667%); padding-bottom: calc(54.75%); }
  .aux-m-big-grid-11-9 .aux-keep-aspect { height: 0px; padding-bottom: 83.3333%; }
  .aux-m-big-grid-sg-11-9 { width: calc(91.6667% - 2px); padding-bottom: calc(54.75%); margin: 0px 1px; }
  .aux-m-big-grid-lg-11-9 { width: calc(91.6667% - 30px); padding-bottom: calc(54.75%); margin: 0px 15px; }
  .aux-m-big-grid-12-9 { width: calc(100%); padding-bottom: calc(54.75%); }
  .aux-m-big-grid-12-9 .aux-keep-aspect { height: 0px; padding-bottom: 75%; }
  .aux-m-big-grid-sg-12-9 { width: calc(100% - 2px); padding-bottom: calc(54.75%); margin: 0px 1px; }
  .aux-m-big-grid-lg-12-9 { width: calc(100% - 30px); padding-bottom: calc(54.75%); margin: 0px 15px; }
  .aux-m-big-grid-1-10 { width: calc(8.33333%); padding-bottom: calc(60.8333%); }
  .aux-m-big-grid-1-10 .aux-keep-aspect { height: 0px; padding-bottom: 175%; }
  .aux-m-big-grid-sg-1-10 { width: calc(8.33333% - 2px); padding-bottom: calc(60.8333%); margin: 0px 1px; }
  .aux-m-big-grid-lg-1-10 { width: calc(8.33333% - 30px); padding-bottom: calc(60.8333%); margin: 0px 15px; }
  .aux-m-big-grid-2-10 { width: calc(16.6667%); padding-bottom: calc(60.8333%); }
  .aux-m-big-grid-2-10 .aux-keep-aspect { height: 0px; padding-bottom: 166.667%; }
  .aux-m-big-grid-sg-2-10 { width: calc(16.6667% - 2px); padding-bottom: calc(60.8333%); margin: 0px 1px; }
  .aux-m-big-grid-lg-2-10 { width: calc(16.6667% - 30px); padding-bottom: calc(60.8333%); margin: 0px 15px; }
  .aux-m-big-grid-3-10 { width: calc(25%); padding-bottom: calc(60.8333%); }
  .aux-m-big-grid-3-10 .aux-keep-aspect { height: 0px; padding-bottom: 158.333%; }
  .aux-m-big-grid-sg-3-10 { width: calc(25% - 2px); padding-bottom: calc(60.8333%); margin: 0px 1px; }
  .aux-m-big-grid-lg-3-10 { width: calc(25% - 30px); padding-bottom: calc(60.8333%); margin: 0px 15px; }
  .aux-m-big-grid-4-10 { width: calc(33.3333%); padding-bottom: calc(60.8333%); }
  .aux-m-big-grid-4-10 .aux-keep-aspect { height: 0px; padding-bottom: 150%; }
  .aux-m-big-grid-sg-4-10 { width: calc(33.3333% - 2px); padding-bottom: calc(60.8333%); margin: 0px 1px; }
  .aux-m-big-grid-lg-4-10 { width: calc(33.3333% - 30px); padding-bottom: calc(60.8333%); margin: 0px 15px; }
  .aux-m-big-grid-5-10 { width: calc(41.6667%); padding-bottom: calc(60.8333%); }
  .aux-m-big-grid-5-10 .aux-keep-aspect { height: 0px; padding-bottom: 141.667%; }
  .aux-m-big-grid-sg-5-10 { width: calc(41.6667% - 2px); padding-bottom: calc(60.8333%); margin: 0px 1px; }
  .aux-m-big-grid-lg-5-10 { width: calc(41.6667% - 30px); padding-bottom: calc(60.8333%); margin: 0px 15px; }
  .aux-m-big-grid-6-10 { width: calc(50%); padding-bottom: calc(60.8333%); }
  .aux-m-big-grid-6-10 .aux-keep-aspect { height: 0px; padding-bottom: 133.333%; }
  .aux-m-big-grid-sg-6-10 { width: calc(50% - 2px); padding-bottom: calc(60.8333%); margin: 0px 1px; }
  .aux-m-big-grid-lg-6-10 { width: calc(50% - 30px); padding-bottom: calc(60.8333%); margin: 0px 15px; }
  .aux-m-big-grid-7-10 { width: calc(58.3333%); padding-bottom: calc(60.8333%); }
  .aux-m-big-grid-7-10 .aux-keep-aspect { height: 0px; padding-bottom: 125%; }
  .aux-m-big-grid-sg-7-10 { width: calc(58.3333% - 2px); padding-bottom: calc(60.8333%); margin: 0px 1px; }
  .aux-m-big-grid-lg-7-10 { width: calc(58.3333% - 30px); padding-bottom: calc(60.8333%); margin: 0px 15px; }
  .aux-m-big-grid-8-10 { width: calc(66.6667%); padding-bottom: calc(60.8333%); }
  .aux-m-big-grid-8-10 .aux-keep-aspect { height: 0px; padding-bottom: 116.667%; }
  .aux-m-big-grid-sg-8-10 { width: calc(66.6667% - 2px); padding-bottom: calc(60.8333%); margin: 0px 1px; }
  .aux-m-big-grid-lg-8-10 { width: calc(66.6667% - 30px); padding-bottom: calc(60.8333%); margin: 0px 15px; }
  .aux-m-big-grid-9-10 { width: calc(75%); padding-bottom: calc(60.8333%); }
  .aux-m-big-grid-9-10 .aux-keep-aspect { height: 0px; padding-bottom: 108.333%; }
  .aux-m-big-grid-sg-9-10 { width: calc(75% - 2px); padding-bottom: calc(60.8333%); margin: 0px 1px; }
  .aux-m-big-grid-lg-9-10 { width: calc(75% - 30px); padding-bottom: calc(60.8333%); margin: 0px 15px; }
  .aux-m-big-grid-10-10 { width: calc(83.3333%); padding-bottom: calc(60.8333%); }
  .aux-m-big-grid-10-10 .aux-keep-aspect { height: 0px; padding-bottom: 100%; }
  .aux-m-big-grid-sg-10-10 { width: calc(83.3333% - 2px); padding-bottom: calc(60.8333%); margin: 0px 1px; }
  .aux-m-big-grid-lg-10-10 { width: calc(83.3333% - 30px); padding-bottom: calc(60.8333%); margin: 0px 15px; }
  .aux-m-big-grid-11-10 { width: calc(91.6667%); padding-bottom: calc(60.8333%); }
  .aux-m-big-grid-11-10 .aux-keep-aspect { height: 0px; padding-bottom: 91.6667%; }
  .aux-m-big-grid-sg-11-10 { width: calc(91.6667% - 2px); padding-bottom: calc(60.8333%); margin: 0px 1px; }
  .aux-m-big-grid-lg-11-10 { width: calc(91.6667% - 30px); padding-bottom: calc(60.8333%); margin: 0px 15px; }
  .aux-m-big-grid-12-10 { width: calc(100%); padding-bottom: calc(60.8333%); }
  .aux-m-big-grid-12-10 .aux-keep-aspect { height: 0px; padding-bottom: 83.3333%; }
  .aux-m-big-grid-sg-12-10 { width: calc(100% - 2px); padding-bottom: calc(60.8333%); margin: 0px 1px; }
  .aux-m-big-grid-lg-12-10 { width: calc(100% - 30px); padding-bottom: calc(60.8333%); margin: 0px 15px; }
  .aux-m-big-grid-1-11 { width: calc(8.33333%); padding-bottom: calc(66.9167%); }
  .aux-m-big-grid-1-11 .aux-keep-aspect { height: 0px; padding-bottom: 183.333%; }
  .aux-m-big-grid-sg-1-11 { width: calc(8.33333% - 2px); padding-bottom: calc(66.9167%); margin: 0px 1px; }
  .aux-m-big-grid-lg-1-11 { width: calc(8.33333% - 30px); padding-bottom: calc(66.9167%); margin: 0px 15px; }
  .aux-m-big-grid-2-11 { width: calc(16.6667%); padding-bottom: calc(66.9167%); }
  .aux-m-big-grid-2-11 .aux-keep-aspect { height: 0px; padding-bottom: 175%; }
  .aux-m-big-grid-sg-2-11 { width: calc(16.6667% - 2px); padding-bottom: calc(66.9167%); margin: 0px 1px; }
  .aux-m-big-grid-lg-2-11 { width: calc(16.6667% - 30px); padding-bottom: calc(66.9167%); margin: 0px 15px; }
  .aux-m-big-grid-3-11 { width: calc(25%); padding-bottom: calc(66.9167%); }
  .aux-m-big-grid-3-11 .aux-keep-aspect { height: 0px; padding-bottom: 166.667%; }
  .aux-m-big-grid-sg-3-11 { width: calc(25% - 2px); padding-bottom: calc(66.9167%); margin: 0px 1px; }
  .aux-m-big-grid-lg-3-11 { width: calc(25% - 30px); padding-bottom: calc(66.9167%); margin: 0px 15px; }
  .aux-m-big-grid-4-11 { width: calc(33.3333%); padding-bottom: calc(66.9167%); }
  .aux-m-big-grid-4-11 .aux-keep-aspect { height: 0px; padding-bottom: 158.333%; }
  .aux-m-big-grid-sg-4-11 { width: calc(33.3333% - 2px); padding-bottom: calc(66.9167%); margin: 0px 1px; }
  .aux-m-big-grid-lg-4-11 { width: calc(33.3333% - 30px); padding-bottom: calc(66.9167%); margin: 0px 15px; }
  .aux-m-big-grid-5-11 { width: calc(41.6667%); padding-bottom: calc(66.9167%); }
  .aux-m-big-grid-5-11 .aux-keep-aspect { height: 0px; padding-bottom: 150%; }
  .aux-m-big-grid-sg-5-11 { width: calc(41.6667% - 2px); padding-bottom: calc(66.9167%); margin: 0px 1px; }
  .aux-m-big-grid-lg-5-11 { width: calc(41.6667% - 30px); padding-bottom: calc(66.9167%); margin: 0px 15px; }
  .aux-m-big-grid-6-11 { width: calc(50%); padding-bottom: calc(66.9167%); }
  .aux-m-big-grid-6-11 .aux-keep-aspect { height: 0px; padding-bottom: 141.667%; }
  .aux-m-big-grid-sg-6-11 { width: calc(50% - 2px); padding-bottom: calc(66.9167%); margin: 0px 1px; }
  .aux-m-big-grid-lg-6-11 { width: calc(50% - 30px); padding-bottom: calc(66.9167%); margin: 0px 15px; }
  .aux-m-big-grid-7-11 { width: calc(58.3333%); padding-bottom: calc(66.9167%); }
  .aux-m-big-grid-7-11 .aux-keep-aspect { height: 0px; padding-bottom: 133.333%; }
  .aux-m-big-grid-sg-7-11 { width: calc(58.3333% - 2px); padding-bottom: calc(66.9167%); margin: 0px 1px; }
  .aux-m-big-grid-lg-7-11 { width: calc(58.3333% - 30px); padding-bottom: calc(66.9167%); margin: 0px 15px; }
  .aux-m-big-grid-8-11 { width: calc(66.6667%); padding-bottom: calc(66.9167%); }
  .aux-m-big-grid-8-11 .aux-keep-aspect { height: 0px; padding-bottom: 125%; }
  .aux-m-big-grid-sg-8-11 { width: calc(66.6667% - 2px); padding-bottom: calc(66.9167%); margin: 0px 1px; }
  .aux-m-big-grid-lg-8-11 { width: calc(66.6667% - 30px); padding-bottom: calc(66.9167%); margin: 0px 15px; }
  .aux-m-big-grid-9-11 { width: calc(75%); padding-bottom: calc(66.9167%); }
  .aux-m-big-grid-9-11 .aux-keep-aspect { height: 0px; padding-bottom: 116.667%; }
  .aux-m-big-grid-sg-9-11 { width: calc(75% - 2px); padding-bottom: calc(66.9167%); margin: 0px 1px; }
  .aux-m-big-grid-lg-9-11 { width: calc(75% - 30px); padding-bottom: calc(66.9167%); margin: 0px 15px; }
  .aux-m-big-grid-10-11 { width: calc(83.3333%); padding-bottom: calc(66.9167%); }
  .aux-m-big-grid-10-11 .aux-keep-aspect { height: 0px; padding-bottom: 108.333%; }
  .aux-m-big-grid-sg-10-11 { width: calc(83.3333% - 2px); padding-bottom: calc(66.9167%); margin: 0px 1px; }
  .aux-m-big-grid-lg-10-11 { width: calc(83.3333% - 30px); padding-bottom: calc(66.9167%); margin: 0px 15px; }
  .aux-m-big-grid-11-11 { width: calc(91.6667%); padding-bottom: calc(66.9167%); }
  .aux-m-big-grid-11-11 .aux-keep-aspect { height: 0px; padding-bottom: 100%; }
  .aux-m-big-grid-sg-11-11 { width: calc(91.6667% - 2px); padding-bottom: calc(66.9167%); margin: 0px 1px; }
  .aux-m-big-grid-lg-11-11 { width: calc(91.6667% - 30px); padding-bottom: calc(66.9167%); margin: 0px 15px; }
  .aux-m-big-grid-12-11 { width: calc(100%); padding-bottom: calc(66.9167%); }
  .aux-m-big-grid-12-11 .aux-keep-aspect { height: 0px; padding-bottom: 91.6667%; }
  .aux-m-big-grid-sg-12-11 { width: calc(100% - 2px); padding-bottom: calc(66.9167%); margin: 0px 1px; }
  .aux-m-big-grid-lg-12-11 { width: calc(100% - 30px); padding-bottom: calc(66.9167%); margin: 0px 15px; }
  .aux-m-big-grid-1-12 { width: calc(8.33333%); padding-bottom: calc(73%); }
  .aux-m-big-grid-1-12 .aux-keep-aspect { height: 0px; padding-bottom: 191.667%; }
  .aux-m-big-grid-sg-1-12 { width: calc(8.33333% - 2px); padding-bottom: calc(73%); margin: 0px 1px; }
  .aux-m-big-grid-lg-1-12 { width: calc(8.33333% - 30px); padding-bottom: calc(73%); margin: 0px 15px; }
  .aux-m-big-grid-2-12 { width: calc(16.6667%); padding-bottom: calc(73%); }
  .aux-m-big-grid-2-12 .aux-keep-aspect { height: 0px; padding-bottom: 183.333%; }
  .aux-m-big-grid-sg-2-12 { width: calc(16.6667% - 2px); padding-bottom: calc(73%); margin: 0px 1px; }
  .aux-m-big-grid-lg-2-12 { width: calc(16.6667% - 30px); padding-bottom: calc(73%); margin: 0px 15px; }
  .aux-m-big-grid-3-12 { width: calc(25%); padding-bottom: calc(73%); }
  .aux-m-big-grid-3-12 .aux-keep-aspect { height: 0px; padding-bottom: 175%; }
  .aux-m-big-grid-sg-3-12 { width: calc(25% - 2px); padding-bottom: calc(73%); margin: 0px 1px; }
  .aux-m-big-grid-lg-3-12 { width: calc(25% - 30px); padding-bottom: calc(73%); margin: 0px 15px; }
  .aux-m-big-grid-4-12 { width: calc(33.3333%); padding-bottom: calc(73%); }
  .aux-m-big-grid-4-12 .aux-keep-aspect { height: 0px; padding-bottom: 166.667%; }
  .aux-m-big-grid-sg-4-12 { width: calc(33.3333% - 2px); padding-bottom: calc(73%); margin: 0px 1px; }
  .aux-m-big-grid-lg-4-12 { width: calc(33.3333% - 30px); padding-bottom: calc(73%); margin: 0px 15px; }
  .aux-m-big-grid-5-12 { width: calc(41.6667%); padding-bottom: calc(73%); }
  .aux-m-big-grid-5-12 .aux-keep-aspect { height: 0px; padding-bottom: 158.333%; }
  .aux-m-big-grid-sg-5-12 { width: calc(41.6667% - 2px); padding-bottom: calc(73%); margin: 0px 1px; }
  .aux-m-big-grid-lg-5-12 { width: calc(41.6667% - 30px); padding-bottom: calc(73%); margin: 0px 15px; }
  .aux-m-big-grid-6-12 { width: calc(50%); padding-bottom: calc(73%); }
  .aux-m-big-grid-6-12 .aux-keep-aspect { height: 0px; padding-bottom: 150%; }
  .aux-m-big-grid-sg-6-12 { width: calc(50% - 2px); padding-bottom: calc(73%); margin: 0px 1px; }
  .aux-m-big-grid-lg-6-12 { width: calc(50% - 30px); padding-bottom: calc(73%); margin: 0px 15px; }
  .aux-m-big-grid-7-12 { width: calc(58.3333%); padding-bottom: calc(73%); }
  .aux-m-big-grid-7-12 .aux-keep-aspect { height: 0px; padding-bottom: 141.667%; }
  .aux-m-big-grid-sg-7-12 { width: calc(58.3333% - 2px); padding-bottom: calc(73%); margin: 0px 1px; }
  .aux-m-big-grid-lg-7-12 { width: calc(58.3333% - 30px); padding-bottom: calc(73%); margin: 0px 15px; }
  .aux-m-big-grid-8-12 { width: calc(66.6667%); padding-bottom: calc(73%); }
  .aux-m-big-grid-8-12 .aux-keep-aspect { height: 0px; padding-bottom: 133.333%; }
  .aux-m-big-grid-sg-8-12 { width: calc(66.6667% - 2px); padding-bottom: calc(73%); margin: 0px 1px; }
  .aux-m-big-grid-lg-8-12 { width: calc(66.6667% - 30px); padding-bottom: calc(73%); margin: 0px 15px; }
  .aux-m-big-grid-9-12 { width: calc(75%); padding-bottom: calc(73%); }
  .aux-m-big-grid-9-12 .aux-keep-aspect { height: 0px; padding-bottom: 125%; }
  .aux-m-big-grid-sg-9-12 { width: calc(75% - 2px); padding-bottom: calc(73%); margin: 0px 1px; }
  .aux-m-big-grid-lg-9-12 { width: calc(75% - 30px); padding-bottom: calc(73%); margin: 0px 15px; }
  .aux-m-big-grid-10-12 { width: calc(83.3333%); padding-bottom: calc(73%); }
  .aux-m-big-grid-10-12 .aux-keep-aspect { height: 0px; padding-bottom: 116.667%; }
  .aux-m-big-grid-sg-10-12 { width: calc(83.3333% - 2px); padding-bottom: calc(73%); margin: 0px 1px; }
  .aux-m-big-grid-lg-10-12 { width: calc(83.3333% - 30px); padding-bottom: calc(73%); margin: 0px 15px; }
  .aux-m-big-grid-11-12 { width: calc(91.6667%); padding-bottom: calc(73%); }
  .aux-m-big-grid-11-12 .aux-keep-aspect { height: 0px; padding-bottom: 108.333%; }
  .aux-m-big-grid-sg-11-12 { width: calc(91.6667% - 2px); padding-bottom: calc(73%); margin: 0px 1px; }
  .aux-m-big-grid-lg-11-12 { width: calc(91.6667% - 30px); padding-bottom: calc(73%); margin: 0px 15px; }
  .aux-m-big-grid-12-12 { width: calc(100%); padding-bottom: calc(73%); }
  .aux-m-big-grid-12-12 .aux-keep-aspect { height: 0px; padding-bottom: 100%; }
  .aux-m-big-grid-sg-12-12 { width: calc(100% - 2px); padding-bottom: calc(73%); margin: 0px 1px; }
  .aux-m-big-grid-lg-12-12 { width: calc(100% - 30px); padding-bottom: calc(73%); margin: 0px 15px; }
}
.aux-masonry-layout::after { content: ""; display: block; clear: both; }
.aux-bullets, .aux-bullets ul { list-style: none; position: relative; }
.aux-bullets li, .aux-bullets ul li { float: left; }
.aux-bullets::after, .aux-bullets ul::after { content: ""; display: table; clear: both; }
.aux-bullets .aux-bullet, .aux-bullets.aux-overlay .aux-select-overlay { cursor: pointer; width: 13px; height: 13px; border-radius: 50%; position: relative; border: 1px solid rgb(61, 61, 61); margin: 0px 4px 0px 0px; box-sizing: border-box; transition: all 0.3s ease 0s; }
.aux-bullets.aux-large .aux-bullet, .aux-bullets.aux-large .aux-bullets.aux-overlay .aux-select-overlay, .aux-bullets.aux-overlay .aux-bullets.aux-large .aux-select-overlay { width: 16px; height: 16px; margin: 0px 6px 0px 0px; }
.aux-bullets.aux-small .aux-bullet, .aux-bullets.aux-small .aux-bullets.aux-overlay .aux-select-overlay, .aux-bullets.aux-overlay .aux-bullets.aux-small .aux-select-overlay { width: 9px; height: 9px; margin: 0px 2px 0px 0px; }
.aux-bullets.aux-squre .aux-bullet, .aux-bullets.aux-squre .aux-bullets.aux-overlay .aux-select-overlay, .aux-bullets.aux-overlay .aux-bullets.aux-squre .aux-select-overlay { border-radius: 0px; }
.aux-bullets.aux-fill .aux-bullet, .aux-bullets.aux-fill .aux-bullets.aux-overlay .aux-select-overlay, .aux-bullets.aux-overlay .aux-bullets.aux-fill .aux-select-overlay { border-width: 0px; background-color: rgb(211, 211, 211); }
.aux-bullets .aux-bullet.aux-selected, .aux-bullets.aux-overlay .aux-selected.aux-select-overlay { background: rgb(61, 61, 61); }
.aux-bullets.aux-fill-in { box-shadow: rgb(61, 61, 61) 0px 0px 0px 0px inset; }
.aux-bullets.aux-fill-in .aux-bullet.aux-selected, .aux-bullets.aux-fill-in .aux-bullets.aux-overlay .aux-selected.aux-select-overlay, .aux-bullets.aux-overlay .aux-bullets.aux-fill-in .aux-selected.aux-select-overlay { box-shadow: rgb(61, 61, 61) 0px 0px 0px 7px inset; }
.aux-bullets.aux-fill-in .aux-bullet.aux-selected, .aux-bullets.aux-fill-in .aux-bullets.aux-overlay .aux-selected.aux-select-overlay, .aux-bullets.aux-overlay .aux-bullets.aux-fill-in .aux-selected.aux-select-overlay { background: 0px 0px; }
.aux-bullets.aux-fill-in.aux-fill .aux-bullet.aux-selected, .aux-bullets.aux-fill-in.aux-fill .aux-bullets.aux-overlay .aux-selected.aux-select-overlay, .aux-bullets.aux-overlay .aux-bullets.aux-fill-in.aux-fill .aux-selected.aux-select-overlay { background: rgb(211, 211, 211); }
.aux-bullets.aux-fill-in.aux-large .aux-bullet.aux-selected, .aux-bullets.aux-fill-in.aux-large .aux-bullets.aux-overlay .aux-selected.aux-select-overlay, .aux-bullets.aux-overlay .aux-bullets.aux-fill-in.aux-large .aux-selected.aux-select-overlay { box-shadow: rgb(61, 61, 61) 0px 0px 0px 9px inset; }
.aux-bullets.aux-fill-in.aux-small .aux-bullet.aux-selected, .aux-bullets.aux-fill-in.aux-small .aux-bullets.aux-overlay .aux-selected.aux-select-overlay, .aux-bullets.aux-overlay .aux-bullets.aux-fill-in.aux-small .aux-selected.aux-select-overlay { box-shadow: rgb(61, 61, 61) 0px 0px 0px 5px inset; }
.aux-bullets.aux-overlay .aux-select-overlay { background-color: rgb(61, 61, 61); position: absolute; top: 0px; z-index: 2; }
.aux-bullets.aux-overlay.aux-large .aux-select-overlay { width: 16px; height: 16px; }
.aux-bullets.aux-overlay.aux-small .aux-select-overlay { width: 9px; height: 9px; }
.aux-bullets.aux-overlay .aux-bullet.aux-selected, .aux-bullets.aux-overlay .aux-selected.aux-select-overlay { background: 0px 0px; }
.aux-bullets.aux-overlay.aux-fill .aux-bullet.aux-selected, .aux-bullets.aux-overlay.aux-fill .aux-selected.aux-select-overlay { background: rgb(211, 211, 211); }
.aux-bullets.aux-mask .aux-bullet, .aux-bullets.aux-mask .aux-bullets.aux-overlay .aux-select-overlay, .aux-bullets.aux-overlay .aux-bullets.aux-mask .aux-select-overlay { transform: translateZ(0px); overflow: hidden; border-width: 0px; }
.aux-bullets.aux-mask .aux-bullet::before, .aux-bullets.aux-mask .aux-bullets.aux-overlay .aux-select-overlay::before, .aux-bullets.aux-overlay .aux-bullets.aux-mask .aux-select-overlay::before, .aux-bullets.aux-mask .aux-bullet::after, .aux-bullets.aux-mask .aux-bullets.aux-overlay .aux-select-overlay::after, .aux-bullets.aux-overlay .aux-bullets.aux-mask .aux-select-overlay::after { content: ""; display: block; width: 100%; height: 100%; border-radius: inherit; position: absolute; box-sizing: inherit; }
.aux-bullets.aux-mask .aux-bullet::before, .aux-bullets.aux-mask .aux-bullets.aux-overlay .aux-select-overlay::before, .aux-bullets.aux-overlay .aux-bullets.aux-mask .aux-select-overlay::before { border-color: inherit; border-style: inherit; border-image: inherit; border-width: 1px; top: 0px; left: 0px; }
.aux-bullets.aux-mask .aux-bullet::after, .aux-bullets.aux-mask .aux-bullets.aux-overlay .aux-select-overlay::after, .aux-bullets.aux-overlay .aux-bullets.aux-mask .aux-select-overlay::after { top: 100%; background-color: rgb(61, 61, 61); transition: inherit; }
.aux-bullets.aux-mask .aux-bullet.aux-selected, .aux-bullets.aux-mask .aux-bullets.aux-overlay .aux-selected.aux-select-overlay, .aux-bullets.aux-overlay .aux-bullets.aux-mask .aux-selected.aux-select-overlay { background: 0px 0px; }
.aux-bullets.aux-mask .aux-bullet.aux-selected::after, .aux-bullets.aux-mask .aux-bullets.aux-overlay .aux-selected.aux-select-overlay::after, .aux-bullets.aux-overlay .aux-bullets.aux-mask .aux-selected.aux-select-overlay::after { transform: translateY(-100%); }
.aux-bullets.aux-mask.aux-fill .aux-bullet::before, .aux-bullets.aux-mask.aux-fill .aux-bullets.aux-overlay .aux-select-overlay::before, .aux-bullets.aux-overlay .aux-bullets.aux-mask.aux-fill .aux-select-overlay::before { border: none; }
.aux-bullets.aux-mask.aux-from-left .aux-bullet::after, .aux-bullets.aux-mask.aux-from-left .aux-bullets.aux-overlay .aux-select-overlay::after, .aux-bullets.aux-overlay .aux-bullets.aux-mask.aux-from-left .aux-select-overlay::after { left: -100%; top: auto; }
.aux-bullets.aux-mask.aux-from-left .aux-bullet.aux-selected::after, .aux-bullets.aux-mask.aux-from-left .aux-bullets.aux-overlay .aux-selected.aux-select-overlay::after, .aux-bullets.aux-overlay .aux-bullets.aux-mask.aux-from-left .aux-selected.aux-select-overlay::after { transform: translateX(100%); }
.aux-bullets.aux-mask.aux-from-right .aux-bullet::after, .aux-bullets.aux-mask.aux-from-right .aux-bullets.aux-overlay .aux-select-overlay::after, .aux-bullets.aux-overlay .aux-bullets.aux-mask.aux-from-right .aux-select-overlay::after { right: -100%; top: auto; }
.aux-bullets.aux-mask.aux-from-right .aux-bullet.aux-selected::after, .aux-bullets.aux-mask.aux-from-right .aux-bullets.aux-overlay .aux-selected.aux-select-overlay::after, .aux-bullets.aux-overlay .aux-bullets.aux-mask.aux-from-right .aux-selected.aux-select-overlay::after { transform: translateX(-100%); }
.aux-bullets.aux-mask.aux-from-top .aux-bullet::after, .aux-bullets.aux-mask.aux-from-top .aux-bullets.aux-overlay .aux-select-overlay::after, .aux-bullets.aux-overlay .aux-bullets.aux-mask.aux-from-top .aux-select-overlay::after { top: -100%; }
.aux-bullets.aux-mask.aux-from-top .aux-bullet.aux-selected::after, .aux-bullets.aux-mask.aux-from-top .aux-bullets.aux-overlay .aux-selected.aux-select-overlay::after, .aux-bullets.aux-overlay .aux-bullets.aux-mask.aux-from-top .aux-selected.aux-select-overlay::after { transform: translateY(100%); }
.aux-bullets.aux-mask.aux-from-center .aux-bullet::after, .aux-bullets.aux-mask.aux-from-center .aux-bullets.aux-overlay .aux-select-overlay::after, .aux-bullets.aux-overlay .aux-bullets.aux-mask.aux-from-center .aux-select-overlay::after { top: 0px; transform: scale(0.01); transform-origin: center center; }
.aux-bullets.aux-mask.aux-from-center .aux-bullet.aux-selected::after, .aux-bullets.aux-mask.aux-from-center .aux-bullets.aux-overlay .aux-selected.aux-select-overlay::after, .aux-bullets.aux-overlay .aux-bullets.aux-mask.aux-from-center .aux-selected.aux-select-overlay::after { transform: scale(1); }
.aux-arrow-nav { position: relative; cursor: pointer; transform: translateZ(0px); background-color: rgb(61, 61, 61); width: 36px; height: 36px; overflow: hidden; }
.aux-arrow-nav.aux-white { background-color: rgb(255, 255, 255); }
.aux-arrow-nav.aux-outline { box-shadow: rgb(61, 61, 61) 0px 0px 0px 1px inset; background-color: transparent; }
.aux-arrow-nav.aux-outline .aux-overlay::after { background-color: rgb(61, 61, 61); }
.aux-arrow-nav.aux-outline.aux-white { border-color: rgb(255, 255, 255); box-shadow: rgb(255, 255, 255) 0px 0px 0px 1px inset; }
.aux-arrow-nav.aux-outline.aux-white .aux-overlay::after { background-color: rgb(255, 255, 255); }
.aux-arrow-nav.aux-round { border-radius: 50%; width: 73px; height: 73px; }
.aux-arrow-nav.aux-round.aux-small { width: 23px; height: 23px; }
.aux-arrow-nav.aux-round.aux-semi-small { width: 43px; height: 43px; }
.aux-arrow-nav.aux-round.aux-medium { width: 51px; height: 51px; }
.aux-arrow-nav.aux-round.aux-large { width: 119px; height: 119px; }
.aux-arrow-nav.aux-round .aux-overlay { width: 105%; transition-duration: 0.45s; }
.aux-arrow-nav.aux-round-left { border-radius: 50% 0px 0px 50%; }
.aux-arrow-nav.aux-round-right { border-radius: 0px 50% 50% 0px; }
.aux-arrow-nav.aux-round-top { border-radius: 50% 50% 0px 0px; }
.aux-arrow-nav.aux-round-bottom { border-radius: 0px 0px 50% 50%; }
.aux-arrow-nav.aux-small { width: 22px; height: 22px; }
.aux-arrow-nav .aux-svg-arrow { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s; }
.aux-arrow-nav .aux-overlay { position: absolute; width: 150%; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(0, 0); transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s; }
.aux-arrow-nav .aux-overlay::after { position: relative; content: ""; border-radius: 50%; display: block; padding-top: 100%; background-color: rgb(99, 99, 99); }
.aux-arrow-nav:hover .aux-overlay { transform: translate(-50%, -50%) scale(1, 1); }
.aux-arrow-nav .aux-hover-arrow { opacity: 0; }
.aux-arrow-nav.aux-hover-slide .aux-hover-arrow[class*="down"] { transform: translate(-50%, -150%); }
.aux-arrow-nav.aux-hover-slide .aux-hover-arrow[class*="up"] { transform: translate(-50%, 50%); }
.aux-arrow-nav.aux-hover-slide .aux-hover-arrow[class*="right"] { transform: translate(-150%, -50%); }
.aux-arrow-nav.aux-hover-slide .aux-hover-arrow[class*="left"] { transform: translate(50%, -50%); }
.aux-arrow-nav.aux-hover-slide .aux-hover-arrow[class*="plus"], .aux-arrow-nav.aux-hover-slide .aux-hover-arrow[class*="cross"] { transform: translate(-50%, -50%) rotate(-90deg); }
.aux-arrow-nav.aux-hover-slide:hover .aux-svg-arrow[class*="down"] { transform: translate(-50%, 50%); }
.aux-arrow-nav.aux-hover-slide:hover .aux-svg-arrow[class*="up"] { transform: translate(-50%, -150%); }
.aux-arrow-nav.aux-hover-slide:hover .aux-svg-arrow[class*="right"] { transform: translate(50%, -50%); }
.aux-arrow-nav.aux-hover-slide:hover .aux-svg-arrow[class*="left"] { transform: translate(-150%, -50%); }
.aux-arrow-nav.aux-hover-slide:hover .aux-svg-arrow[class*="plus"], .aux-arrow-nav.aux-hover-slide:hover .aux-svg-arrow[class*="cross"] { transform: translate(-50%, -50%) rotate(90deg); }
.aux-arrow-nav.aux-hover-slide .aux-hover-arrow { transition-duration: 0.7s; }
.aux-arrow-nav.aux-hover-fill { transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s; }
.aux-arrow-nav.aux-hover-fill:hover { background-color: rgb(99, 99, 99); }
.aux-arrow-nav.aux-hover-fill:hover.aux-outline { background-color: rgb(61, 61, 61); }
.aux-arrow-nav:hover .aux-svg-arrow { opacity: 0; }
.aux-arrow-nav:hover .aux-svg-arrow.aux-no-fade { opacity: 1; }
.aux-arrow-nav:hover .aux-hover-arrow { opacity: 1; transform: translate(-50%, -50%) !important; }
.aux-widget-post-slider .aux-next.aux-mc-arrows, .type-post.format-gallery .aux-next.aux-mc-arrows, .aux-widget-post-slider .aux-prev.aux-mc-arrows, .type-post.format-gallery .aux-prev.aux-mc-arrows { position: absolute; top: 50%; transform: translateY(-50%); left: 15px; }
.aux-widget-post-slider .aux-mc-arrows .aux-arrow-nav, .type-post.format-gallery .aux-mc-arrows .aux-arrow-nav { width: 50px; height: 50px; }
.aux-widget-post-slider .aux-mc-arrows .aux-arrow-nav .aux-overlay::after, .type-post.format-gallery .aux-mc-arrows .aux-arrow-nav .aux-overlay::after { background-color: rgb(241, 241, 241); }
.aux-widget-post-slider .aux-next.aux-mc-arrows, .type-post.format-gallery .aux-next.aux-mc-arrows { left: auto; right: 15px; }
.aux-load-more { cursor: pointer; position: relative; width: 118px; height: 118px; border-radius: 50%; overflow: hidden; }
.aux-load-more svg { position: relative; }
.aux-load-more svg .aux-progress { stroke: rgb(61, 61, 61); stroke-width: 1; stroke-dashoffset: 0; stroke-dasharray: 314.16; }
.aux-load-more svg .aux-progress-bg { stroke: rgb(240, 240, 240); stroke-width: 1; }
.aux-load-more svg .aux-stroke-bg { stroke: rgb(240, 240, 240); stroke-width: 1; }
.aux-load-more .aux-label-text, .aux-load-more .aux-loading-label { color: rgb(61, 61, 61); font-size: 0.8em; text-align: center; position: absolute; top: 0px; left: 0px; width: 100%; line-height: 118px; transition: opacity 0.3s ease 0s; }
.aux-load-more .aux-label-text .aux-svg-arrow, .aux-load-more .aux-loading-label .aux-svg-arrow { display: inline-block; vertical-align: middle; margin-right: 0.2em; }
.aux-load-more .aux-loading-label { opacity: 0; transition: opacity 0.3s ease 0.1s; }
.aux-load-more .aux-label-text .aux-svg-arrow[class*="-h-"] { margin: 0px; transition: all 0.25s ease 0s; }
.aux-load-more .aux-overlay { position: absolute; width: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(0, 0); transition: width 0.55s cubic-bezier(0.77, 0, 0.175, 1) 0s; }
.aux-load-more .aux-overlay::after { position: relative; content: ""; border-radius: 50%; display: block; padding-top: 100%; background-color: rgb(240, 240, 240); }
.aux-load-more:hover .aux-overlay { transform: translate(-50%, -50%) scale(1, 1); }
.aux-load-more.aux-active-loading svg .aux-progress { animation: 2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s infinite normal none running aux-load-more-stroke-animation; }
.aux-load-more.aux-active-loading .aux-loading-label { opacity: 1; animation: 0.02s ease 0.3s infinite alternate none running aux-loade-more-loading-flash; }
.aux-load-more.aux-active-loading .aux-label-text .aux-svg-arrow[class*="-h-"] { transform: translateY(100%); opacity: 0; }
.aux-load-more.aux-active-loading .aux-label-text { opacity: 0; }
.aux-load-more.aux-active-loading .aux-overlay { width: 0px !important; }
@-webkit-keyframes aux-load-more-stroke-animation { 
  0% { stroke-dashoffset: 0; }
  50% { stroke-dashoffset: -314.16; }
  100% { stroke-dashoffset: -628.319; }
}
@keyframes aux-load-more-stroke-animation { 
  0% { stroke-dashoffset: 0; }
  50% { stroke-dashoffset: -314.16; }
  100% { stroke-dashoffset: -628.319; }
}
@-webkit-keyframes aux-loade-more-loading-flash { 
  0% { opacity: 1; }
  100% { opacity: 0.5; }
}
@keyframes aux-loade-more-loading-flash { 
  0% { opacity: 1; }
  100% { opacity: 0.5; }
}
.aux-read-more, .aux-post-nav { display: inline-block; padding: 0.52em 1.3em; border-radius: 50em; background-color: rgb(61, 61, 61); color: rgb(255, 255, 255); text-decoration: none; font-size: 0.82em; }
.aux-read-more:hover, .aux-post-nav:hover { color: inherit; }
.aux-read-more::after, .aux-post-nav::after { content: "→"; font-family: Arial; font-size: 1.1em; display: inline-block; margin-left: 0.4em; }
.aux-read-more.aux-outline, .aux-post-nav.aux-outline { border: 1px solid rgb(61, 61, 61); color: rgb(61, 61, 61); background-color: transparent; transition: all 0.35s ease-in 0s; }
.aux-read-more.aux-arrow-left::before, .aux-post-nav.aux-arrow-left::before { content: "←"; margin-right: 0.4em; font-family: Arial; display: inline-block; }
.aux-read-more.aux-arrow-left::after, .aux-post-nav.aux-arrow-left::after { display: none; }
.aux-read-more.aux-disabled, .aux-post-nav.aux-disabled { cursor: default; background-color: rgb(189, 189, 189); }
.aux-read-more.aux-disabled.aux-outline, .aux-post-nav.aux-disabled.aux-outline { background-color: transparent; border-color: rgb(189, 189, 189); color: rgb(189, 189, 189); }
.aux-read-more.aux-outline:hover, .aux-post-nav.aux-outline:hover { background-color: rgb(61, 61, 61); color: rgb(255, 255, 255); transition: all 0.35s ease-out 0s; }
.aux-loading-loop { position: relative; width: 45px; height: 45px; border-radius: 50%; }
.aux-loading-loop svg { position: relative; }
.aux-loading-loop svg .aux-progress { stroke: rgb(61, 61, 61); stroke-width: 1; stroke-dashoffset: 0; stroke-dasharray: 125.664; }
.aux-loading-loop svg .aux-stroke-bg { stroke: rgb(240, 240, 240); stroke-width: 1; }
.aux-loading-loop svg .aux-progress { animation: 2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s infinite normal none running aux-loop-loading-stroke-animation; }
@-webkit-keyframes aux-loop-loading-stroke-animation { 
  0% { stroke-dashoffset: 0; }
  50% { stroke-dashoffset: -125.664; }
  100% { stroke-dashoffset: -251.328; }
}
@keyframes aux-loop-loading-stroke-animation { 
  0% { stroke-dashoffset: 0; }
  50% { stroke-dashoffset: -125.664; }
  100% { stroke-dashoffset: -251.328; }
}
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="url"], textarea { padding: 1.1em; max-width: 400px; width: 100%; transition: border-color 0.3s ease 0s; }
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, textarea:focus { border-color: rgb(61, 61, 61); }
select:not([multiple]) { appearance: none; background-color: transparent; border-radius: 0px; border: 1px solid rgb(187, 187, 187); padding: 16px 48px 16px 18px; background-image: url(""); background-repeat: no-repeat; background-position: right center; }
select:focus:not([multiple]) { outline: none; border-color: rgb(61, 61, 61); }
.ie9 select:not([multiple]) { padding-right: 0.5em; background-image: initial; }
input[type="radio"] { appearance: none; width: 16px; height: 16px; border: 1px solid rgb(61, 61, 61); border-radius: 50%; box-shadow: rgb(255, 255, 255) 0px 0px 0px 2.5px inset; margin-right: 5px; vertical-align: text-top; transition: background-color 0.3s ease 0s; }
input[type="radio"]:focus { outline: none; }
input[type="radio"]:checked { background-color: rgb(61, 61, 61); }
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item:first-of-type { margin-left: 0px; }
.aux-checkbox, .wpcf7-form .wpcf7-checkbox input[type="checkbox"] { appearance: none; box-sizing: border-box; width: 13px; height: 13px; background: rgb(255, 255, 255); border: 1px solid rgb(61, 61, 61); display: inline-block !important; }
.aux-checkbox + label, .aux-checkbox + .wpcf7-list-item-label, .wpcf7-form .wpcf7-checkbox input[type="checkbox"] + label, .wpcf7-form .wpcf7-checkbox input[type="checkbox"] + .wpcf7-list-item-label { cursor: pointer; padding: 0px; font-size: 16px; color: rgb(61, 61, 61); }
.aux-checkbox:focus, .wpcf7-form .wpcf7-checkbox input[type="checkbox"]:focus { outline: none; }
.aux-checkbox:checked, .wpcf7-form .wpcf7-checkbox input[type="checkbox"]:checked { background: url("") center center / 13px 7px no-repeat; }
.aux-checkbox:disabled, .wpcf7-form .wpcf7-checkbox input[type="checkbox"]:disabled { background: rgb(234, 234, 234); }
label { display: block; margin-bottom: 1em; font-size: 1.1em; color: rgb(61, 61, 61); }
label + br { display: none; }
input[type="reset"], input[type="submit"] { padding: 12px 32px; margin-right: 5px; background-color: rgb(61, 61, 61); color: rgb(255, 255, 255); vertical-align: top; font-size: 0.8125em; font-weight: 600; text-transform: uppercase; }
input[type="reset"]:hover, input[type="submit"]:hover { background-color: rgb(80, 80, 80); }
input[type="reset"] { background-color: transparent; padding: 11px 32px; border: 1px solid rgb(61, 61, 61); color: rgb(61, 61, 61); }
input[type="reset"]:hover { background-color: rgb(241, 241, 241); }
fieldset { padding: 15px 30px; }
legend { padding: 0px 10px; margin-left: -10px; }
.aux-btn-loader { position: relative; }
.aux-btn-loader span { transition: none 0s ease 0s; opacity: 1; }
.aux-btn-loader svg { opacity: 0; position: absolute; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); }
.aux-btn-loader.aux-svg-progress span { opacity: 0; }
.aux-btn-loader.aux-svg-progress svg { opacity: 1; }
.aux-search-form .aux-search-field { height: 46px; float: left; margin-right: 2px; }
.aux-search-form.aux-iconic-search .aux-search-field { padding-right: 40px; }
.aux-search-form form { display: inline-block; position: relative; }
.aux-search-form .aux-submit-icon-container { position: absolute; color: rgb(187, 187, 187); right: 5px; height: 100%; transition: color 0.3s ease 0s; }
.aux-search-form .aux-submit-icon-container::before { position: absolute; width: 100%; top: 50%; vertical-align: middle; display: inline-block; font-size: 1.4em; font-family: auxin-front; color: inherit; text-align: center; speak: none; transform: translateY(-50%); }
.aux-search-form .aux-submit-icon-container:hover { color: rgb(61, 61, 61); }
.aux-search-form .aux-iconic-search-submit { width: 40px; height: 80px; margin: 0px; padding: 0px; text-indent: 10em; overflow: hidden; background: 0px 0px; }
.aux-search-form .aux-iconic-search-submit:hover { background: 0px 0px; }
.aux-search-form .aux-search-submit { height: 40px; float: left; }
.aux-search-form .aux-search-submit:hover { background: rgb(80, 80, 80); }
.aux-dropdown-container::after, .aux-select::after, .aux-dropdown::after { border-top-width: 0.35em; left: -1.5625em; }
.aux-dropdown-container.aux-fill select, .aux-select.aux-fill select, .aux-dropdown.aux-fill select { color: rgb(255, 255, 255); border: none; background-color: rgb(61, 61, 61); }
.aux-dropdown-container.aux-fill::after, .aux-select.aux-fill::after, .aux-dropdown.aux-fill::after { z-index: 1; pointer-events: none; border-top-color: rgb(255, 255, 255); }
.aux-dropdown-container.aux-large select, .aux-select.aux-large select, .aux-dropdown.aux-large select { padding: 0.875em 3.125em 0.875em 1.25em; font-size: 110%; }
.aux-dropdown-container select, .aux-select select, .aux-dropdown select { background-image: none; }
.select2-container { box-sizing: border-box; display: inline-block; margin: 0px; position: relative; vertical-align: middle; }
.select2-container .select2-selection--single { box-sizing: border-box; cursor: pointer; display: block; height: 28px; user-select: none; }
.select2-container .select2-selection--single .select2-selection__rendered { display: block; padding-left: 8px; padding-right: 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.select2-container .select2-selection--single .select2-selection__clear { position: relative; }
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered { padding-right: 8px; padding-left: 20px; }
.select2-container .select2-selection--multiple { box-sizing: border-box; cursor: pointer; display: block; min-height: 32px; user-select: none; }
.select2-container .select2-selection--multiple .select2-selection__rendered { display: inline-block; overflow: hidden; padding-left: 8px; text-overflow: ellipsis; white-space: nowrap; }
.select2-container .select2-search--inline { float: left; }
.select2-container .select2-search--inline .select2-search__field { box-sizing: border-box; border: none; font-size: 100%; margin-top: 5px; padding: 0px; }
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button { appearance: none; }
.select2-dropdown { background-color: rgb(255, 255, 255); border: 1px solid rgb(170, 170, 170); border-radius: 4px; box-sizing: border-box; display: block; position: absolute; left: -100000px; width: 100%; z-index: 1051; }
.select2-results { display: block; }
.select2-results__options { list-style: none; margin: 0px; padding: 0px; }
.select2-results__option { padding: 6px; user-select: none; }
.select2-results__option[aria-selected] { cursor: pointer; }
.select2-container--open .select2-dropdown { left: 0px; }
.select2-container--open .select2-dropdown--above { border-bottom: none; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; }
.select2-container--open .select2-dropdown--below { border-top: none; border-top-left-radius: 0px; border-top-right-radius: 0px; }
.select2-search--dropdown { display: block; padding: 4px; }
.select2-search--dropdown .select2-search__field { padding: 4px; width: 100%; box-sizing: border-box; }
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button { appearance: none; }
.select2-search--dropdown.select2-search--hide { display: none; }
.select2-close-mask { border: 0px; margin: 0px; padding: 0px; display: block; position: fixed; left: 0px; top: 0px; min-height: 100%; min-width: 100%; height: auto; width: auto; opacity: 0; z-index: 99; background-color: rgb(255, 255, 255); }
.select2-hidden-accessible { border: 0px !important; clip: rect(0px, 0px, 0px, 0px) !important; height: 1px !important; margin: -1px !important; overflow: hidden !important; padding: 0px !important; position: absolute !important; width: 1px !important; }
.select2-container--default .select2-selection--single { background-color: rgb(255, 255, 255); border: 1px solid rgb(170, 170, 170); border-radius: 4px; }
.select2-container--default .select2-selection--single .select2-selection__rendered { color: rgb(68, 68, 68); line-height: 28px; }
.select2-container--default .select2-selection--single .select2-selection__clear { cursor: pointer; float: right; font-weight: 700; }
.select2-container--default .select2-selection--single .select2-selection__placeholder { color: rgb(153, 153, 153); }
.select2-container--default .select2-selection--single .select2-selection__arrow { height: 26px; position: absolute; top: 1px; right: 1px; width: 20px; }
.select2-container--default .select2-selection--single .select2-selection__arrow b { border-color: rgb(136, 136, 136) transparent transparent; border-style: solid; border-width: 5px 4px 0px; height: 0px; left: 50%; margin-left: -4px; margin-top: -2px; position: absolute; top: 50%; width: 0px; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear { float: left; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow { left: 1px; right: auto; }
.select2-container--default.select2-container--disabled .select2-selection--single { background-color: rgb(238, 238, 238); cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear { display: none; }
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b { border-color: transparent transparent rgb(136, 136, 136); border-width: 0px 4px 5px; }
.select2-container--default .select2-selection--multiple { background-color: rgb(255, 255, 255); border: 1px solid rgb(170, 170, 170); border-radius: 4px; cursor: text; }
.select2-container--default .select2-selection--multiple .select2-selection__rendered { box-sizing: border-box; list-style: none; margin: 0px; padding: 0px 5px; width: 100%; }
.select2-container--default .select2-selection--multiple .select2-selection__rendered li { list-style: none; }
.select2-container--default .select2-selection--multiple .select2-selection__placeholder { color: rgb(153, 153, 153); margin-top: 5px; float: left; }
.select2-container--default .select2-selection--multiple .select2-selection__clear { cursor: pointer; float: right; font-weight: 700; margin-top: 5px; margin-right: 10px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice { background-color: rgb(228, 228, 228); border: 1px solid rgb(170, 170, 170); border-radius: 4px; cursor: default; float: left; margin-right: 5px; margin-top: 5px; padding: 0px 5px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove { color: rgb(153, 153, 153); cursor: pointer; display: inline-block; font-weight: 700; margin-right: 2px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover { color: rgb(51, 51, 51); }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline { float: right; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice { margin-left: 5px; margin-right: auto; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove { margin-left: 2px; margin-right: auto; }
.select2-container--default.select2-container--focus .select2-selection--multiple { border: 1px solid rgb(0, 0, 0); outline: 0px; }
.select2-container--default.select2-container--disabled .select2-selection--multiple { background-color: rgb(238, 238, 238); cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection__choice__remove { display: none; }
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple { border-top-left-radius: 0px; border-top-right-radius: 0px; }
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple { border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; }
.select2-container--default .select2-search--dropdown .select2-search__field { border: 1px solid rgb(170, 170, 170); }
.select2-container--default .select2-search--inline .select2-search__field { background: 0px 0px; border: none; outline: 0px; box-shadow: none; appearance: textfield; }
.select2-container--default .select2-results > .select2-results__options { max-height: 200px; overflow-y: auto; }
.select2-container--default .select2-results__option[role="group"] { padding: 0px; }
.select2-container--default .select2-results__option[aria-disabled="true"] { color: rgb(153, 153, 153); }
.select2-container--default .select2-results__option[aria-selected="true"] { background-color: rgb(221, 221, 221); }
.select2-container--default .select2-results__option .select2-results__option { padding-left: 1em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__group { padding-left: 0px; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option { margin-left: -1em; padding-left: 2em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option { margin-left: -2em; padding-left: 3em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { margin-left: -3em; padding-left: 4em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { margin-left: -4em; padding-left: 5em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { margin-left: -5em; padding-left: 6em; }
.select2-container--default .select2-results__option--highlighted[aria-selected] { background-color: rgb(88, 151, 251); color: rgb(255, 255, 255); }
.select2-container--default .select2-results__group { cursor: default; display: block; padding: 6px; }
.select2-container--classic .select2-selection--single { background-color: rgb(247, 247, 247); border: 1px solid rgb(170, 170, 170); border-radius: 4px; outline: 0px; background-image: linear-gradient(rgb(255, 255, 255) 50%, rgb(238, 238, 238) 100%); background-repeat: repeat-x; }
.select2-container--classic .select2-selection--single:focus { border: 1px solid rgb(88, 151, 251); }
.select2-container--classic .select2-selection--single .select2-selection__rendered { color: rgb(68, 68, 68); line-height: 28px; }
.select2-container--classic .select2-selection--single .select2-selection__clear { cursor: pointer; float: right; font-weight: 700; margin-right: 10px; }
.select2-container--classic .select2-selection--single .select2-selection__placeholder { color: rgb(153, 153, 153); }
.select2-container--classic .select2-selection--single .select2-selection__arrow { background-color: rgb(221, 221, 221); border-top: none; border-right: none; border-bottom: none; border-image: initial; border-left: 1px solid rgb(170, 170, 170); border-top-right-radius: 4px; border-bottom-right-radius: 4px; height: 26px; position: absolute; top: 1px; right: 1px; width: 20px; background-image: linear-gradient(rgb(238, 238, 238) 50%, rgb(204, 204, 204) 100%); background-repeat: repeat-x; }
.select2-container--classic .select2-selection--single .select2-selection__arrow b { border-color: rgb(136, 136, 136) transparent transparent; border-style: solid; border-width: 5px 4px 0px; height: 0px; left: 50%; margin-left: -4px; margin-top: -2px; position: absolute; top: 50%; width: 0px; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear { float: left; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow { border-top: none; border-bottom: none; border-left: none; border-image: initial; border-right: 1px solid rgb(170, 170, 170); border-radius: 4px 0px 0px 4px; left: 1px; right: auto; }
.select2-container--classic.select2-container--open .select2-selection--single { border: 1px solid rgb(88, 151, 251); }
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow { background: 0px 0px; border: none; }
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b { border-color: transparent transparent rgb(136, 136, 136); border-width: 0px 4px 5px; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single { border-top: none; border-top-left-radius: 0px; border-top-right-radius: 0px; background-image: linear-gradient(rgb(255, 255, 255) 0%, rgb(238, 238, 238) 50%); background-repeat: repeat-x; }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single { border-bottom: none; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; background-image: linear-gradient(rgb(238, 238, 238) 50%, rgb(255, 255, 255) 100%); background-repeat: repeat-x; }
.select2-container--classic .select2-selection--multiple { background-color: rgb(255, 255, 255); border: 1px solid rgb(170, 170, 170); border-radius: 4px; cursor: text; outline: 0px; }
.select2-container--classic .select2-selection--multiple:focus { border: 1px solid rgb(88, 151, 251); }
.select2-container--classic .select2-selection--multiple .select2-selection__rendered { list-style: none; margin: 0px; padding: 0px 5px; }
.select2-container--classic .select2-selection--multiple .select2-selection__clear { display: none; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice { background-color: rgb(228, 228, 228); border: 1px solid rgb(170, 170, 170); border-radius: 4px; cursor: default; float: left; margin-right: 5px; margin-top: 5px; padding: 0px 5px; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove { color: rgb(136, 136, 136); cursor: pointer; display: inline-block; font-weight: 700; margin-right: 2px; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover { color: rgb(85, 85, 85); }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice { float: right; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice { margin-left: 5px; margin-right: auto; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove { margin-left: 2px; margin-right: auto; }
.select2-container--classic.select2-container--open .select2-selection--multiple { border: 1px solid rgb(88, 151, 251); }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple { border-top: none; border-top-left-radius: 0px; border-top-right-radius: 0px; }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple { border-bottom: none; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; }
.select2-container--classic .select2-search--dropdown .select2-search__field { border: 1px solid rgb(170, 170, 170); outline: 0px; }
.select2-container--classic .select2-search--inline .select2-search__field { outline: 0px; box-shadow: none; }
.select2-container--classic .select2-dropdown { background-color: rgb(255, 255, 255); border: 1px solid transparent; }
.select2-container--classic .select2-dropdown--above { border-bottom: none; }
.select2-container--classic .select2-dropdown--below { border-top: none; }
.select2-container--classic .select2-results > .select2-results__options { max-height: 200px; overflow-y: auto; }
.select2-container--classic .select2-results__option[role="group"] { padding: 0px; }
.select2-container--classic .select2-results__option[aria-disabled="true"] { color: grey; }
.select2-container--classic .select2-results__option--highlighted[aria-selected] { background-color: rgb(56, 117, 215); color: rgb(255, 255, 255); }
.select2-container--classic .select2-results__group { cursor: default; display: block; padding: 6px; }
.select2-container--classic.select2-container--open .select2-dropdown { border-color: rgb(88, 151, 251); }
.wpcf7 .aux-modern-form input[type="text"], .wpcf7 .aux-modern-form input[type="password"], .wpcf7 .aux-modern-form input[type="email"], .wpcf7 .aux-modern-form input[type="tel"], .wpcf7 .aux-modern-form input[type="url"], .wpcf7 .aux-modern-form input[type="date"], .wpcf7 .aux-modern-form textarea { padding: 1.4375em 0px; margin-bottom: 0px; height: auto; border: none; }
.aux-modern-form#commentform input[type="text"], .aux-modern-form#commentform input[type="password"], .aux-modern-form#commentform input[type="email"], .aux-modern-form#commentform input[type="tel"], .aux-modern-form#commentform input[type="url"], .aux-modern-form#commentform input[type="date"], .aux-modern-form#commentform textarea { padding: 1.4375em 0px; margin-bottom: 0px; height: auto; border: none; }
.aux-modern-form input[type="text"], .aux-modern-form input[type="password"], .aux-modern-form input[type="email"], .aux-modern-form input[type="tel"], .aux-modern-form input[type="url"], .aux-modern-form input[type="date"], .aux-modern-form textarea { padding: 1.4375em 0px; margin-bottom: 0px; height: auto; border: none; }
.aux-modern-form .aux-input-group { position: relative; margin-bottom: 50px; }
.aux-modern-form .aux-input-group label { position: absolute; left: 0px; top: 24px; margin-bottom: 0px; font-size: 1em; line-height: 23px; transform-origin: left top; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s; }
.aux-modern-form .aux-input-group .aux-modern-form-border { width: 100%; height: 2px; background-color: rgb(61, 61, 61); }
.aux-modern-form .aux-input-group br, .aux-modern-form .aux-input-group p { display: none; }
.aux-modern-form .aux-input-group.aux-focused label { transform: scale(0.75) translateY(-34px); }
.aux-modern-form .aux-input-group.aux-focused .aux-modern-form-border { box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 6px 0px; }
.aux-modern-form .aux-input-group:last-of-type { margin-bottom: 30px; }
.aux-modern-form input[type="submit"] { font-size: 0.875em; line-height: 21px; font-weight: 600; border-radius: 25px; padding: 0.9375em 3.125em !important; }
.aux-modern-form.aux-light .aux-input-group input[type="text"], .aux-modern-form.aux-light .aux-input-group input[type="password"], .aux-modern-form.aux-light .aux-input-group input[type="email"], .aux-modern-form.aux-light .aux-input-group input[type="tel"], .aux-modern-form.aux-light .aux-input-group input[type="date"], .aux-modern-form.aux-light .aux-input-group textarea, .aux-modern-form.aux-light .aux-input-group label { color: rgba(255, 255, 255, 0.85); }
.aux-modern-form.aux-light .aux-input-group .aux-modern-form-border { background-color: rgb(255, 255, 255); }
.aux-modern-form.aux-light .aux-input-group.aux-focused .aux-modern-form-border { box-shadow: rgba(255, 255, 255, 0.65) 0px 0px 6px 0px; }
.aux-modern-form.aux-light input[type="submit"] { background-color: rgb(255, 255, 255); color: rgb(61, 61, 61); }
[class*="aux-form-inline-"] { display: flex; flex-flow: wrap; }
[class*="aux-form-inline-"] > :not(.form-submit) { flex-basis: 100%; }
[class*="aux-form-inline-"] .aux-inline-inputs input { width: 100% !important; }
[class*="aux-form-inline-"].aux-form-inline-three { justify-content: space-between; }
[class*="aux-form-inline-"].aux-form-inline-three .aux-inline-inputs { flex-basis: calc(33.333% - 30px); }
@media screen and (max-width: 767px) {
  .aux-resp [class*="aux-form-inline-"].aux-form-inline-three .aux-inline-inputs { flex-basis: 100%; }
}
[class*="aux-form-inline-"].aux-form-inline-two { justify-content: space-between; }
[class*="aux-form-inline-"].aux-form-inline-two .aux-inline-inputs { flex-basis: calc(50% - 30px); }
@media screen and (max-width: 767px) {
  .aux-resp [class*="aux-form-inline-"].aux-form-inline-two .aux-inline-inputs { flex-basis: 100%; }
}
.aux-filters ul { list-style: none; }
.aux-filters ul::after { content: ""; display: table; clear: both; }
.aux-filters ul > li { float: left; }
.aux-filters li > a { text-decoration: none; display: block; padding: 0.625em 0.75em; color: rgb(170, 170, 170); }
.aux-filters li > a:hover { color: inherit; }
.aux-filters.aux-underline, .aux-filters.aux-slideup { margin-left: -0.75em; }
.aux-filters.aux-bordered li { border-width: 1px 0px 1px 1px; border-style: solid; border-color: rgb(187, 187, 187); border-image: initial; }
.aux-filters.aux-bordered li:last-child { border-right-width: 1px; }
.aux-filters .aux-selected { color: rgb(61, 61, 61); transition: all 0.3s ease 0s; }
.aux-filters.aux-fill .aux-selected li > a { background-color: transparent; }
.aux-filters .aux-select-overlay { display: none; }
.aux-filters.aux-overlay .aux-select-overlay { display: block; position: absolute; border: 1px solid rgb(61, 61, 61); border-radius: 20em; box-sizing: border-box; transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s; }
.aux-filters.aux-underline li > a > span::after { content: ""; display: block; width: 100%; height: 1px; background: rgb(61, 61, 61); margin-top: 0.5em; opacity: 0; transition: all 0.3s ease 0s; transform: translateY(10px); }
.aux-filters.aux-underline .aux-selected span::after { transform: translateY(0px); opacity: 1; }
.aux-filters.aux-cube li > a { padding: 0px; }
.aux-filters.aux-cube li > a span { transform-style: preserve-3d; transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s; padding: 0.625em 0.75em; display: block; }
.aux-filters.aux-cube li > a span::after { content: attr(data-select) ""; display: block; padding: inherit; white-space: nowrap; position: absolute; top: 100%; left: 0px; color: rgb(255, 255, 255); background: rgb(61, 61, 61); transform-origin: 0% 0%; transform: rotateX(-90deg); }
.aux-filters.aux-cube .aux-selected span { transform: rotateX(90deg) translateY(-100%); transform-origin: 50% 0px; background: rgb(249, 249, 249); }
.aux-filters.aux-slideup li > a { padding-left: 0px; padding-right: 0px; text-transform: uppercase; }
.aux-filters.aux-slideup li > a span { position: relative; display: block; padding: 0px 0.75em; overflow: hidden; text-align: center; color: transparent; }
.aux-filters.aux-slideup li > a span::after, .aux-filters.aux-slideup li > a span::before { content: attr(data-select) ""; display: block; position: absolute; white-space: nowrap; margin: 0px auto; top: 0px; color: rgb(61, 61, 61); transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s; }
.aux-filters.aux-slideup li > a span::after { top: auto; font-weight: 700; }
.aux-filters.aux-slideup .aux-selected span::before, .aux-filters.aux-slideup .aux-selected span::after { transform: translateY(-100%); }
.aux-filters.aux-underline-anim .aux-select-overlay { border-radius: 0px; border-width: 0px 0px 2px; border-color: rgb(61, 61, 61); }
.aux-filters.aux-fill li { background: rgb(249, 249, 249); }
.aux-filters.aux-fill .aux-selected { color: rgb(255, 255, 255); background-color: rgb(61, 61, 61); }
.aux-filters.aux-dropdown-filter { margin-bottom: 1em; display: flex; float: none !important; }
.aux-filters.aux-dropdown-filter.aux-center { z-index: 9; justify-content: center; }
.aux-filters.aux-dropdown-filter.aux-center > ul { left: 50%; right: auto; transform: translateY(10px) translateX(-50%); }
.aux-filters.aux-dropdown-filter.aux-center > ul.aux-active { transform: translateY(0px) translateX(-50%); }
.aux-filters.aux-dropdown-filter.aux-right { justify-content: flex-end; }
.aux-filters.aux-dropdown-filter.aux-left > ul { left: 0px; right: auto; }
.aux-filters.aux-dropdown-filter .aux-filter-by { color: rgb(170, 170, 170); font-weight: 600; font-size: 0.875em; text-transform: uppercase; cursor: pointer; }
.aux-filters.aux-dropdown-filter .aux-filter-by .aux-filter-name { color: rgb(61, 61, 61); }
.aux-filters.aux-dropdown-filter > ul { position: absolute; right: 0px; top: 0px; padding: 0.9375em 0px; background: rgb(255, 255, 255); opacity: 0; transform: translateY(10px); box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 50px 0px; visibility: hidden; z-index: 9; transition: all 0.3s ease-out 0s; }
.aux-filters.aux-dropdown-filter > ul.aux-active { opacity: 1; transform: translateY(0px); visibility: visible; }
.aux-filters.aux-dropdown-filter li { float: none; margin: 0px 0.9375em; line-height: 190%; }
.aux-filters.aux-dropdown-filter li:hover { background: rgb(61, 61, 61); }
.aux-filters.aux-dropdown-filter li:hover > a { color: rgb(255, 255, 255); }
.aux-filters.aux-dropdown-filter li > a { position: relative; padding: 0.1875em 1.875em; color: rgb(61, 61, 61); text-align: left; font-size: 0.875em; font-weight: 600; text-transform: uppercase; }
.twentytwenty-handle { background: rgb(255, 255, 255); animation: 1s ease-in-out 0s infinite alternate none running aux-before-after-pulse; }
.twentytwenty-handle:hover { animation: auto ease 0s 1 normal none running none; }
.twentytwenty-overlay { display: none; }
@-webkit-keyframes aux-before-after-pulse { 
  0% { box-shadow: rgba(61, 61, 61, 0.8) 0px 0px 2px, rgba(255, 255, 255, 0.15) 0px 0px 0px 4px; }
  100% { box-shadow: rgba(61, 61, 61, 0.8) 0px 0px 2px, rgba(255, 255, 255, 0.3) 0px 0px 0px 12px; }
}
@keyframes aux-before-after-pulse { 
  0% { box-shadow: rgba(61, 61, 61, 0.8) 0px 0px 2px, rgba(255, 255, 255, 0.15) 0px 0px 0px 4px; }
  100% { box-shadow: rgba(61, 61, 61, 0.8) 0px 0px 2px, rgba(255, 255, 255, 0.3) 0px 0px 0px 12px; }
}
.aux-before-after { position: relative; }
.aux-before-after img:last-child { position: absolute; top: 0px; }
.aux-media-image { position: relative; }
.aux-media-image.aux-hidden-overflow { overflow: hidden; }
.aux-ribbon-wrapper { z-index: 5; }
.aux-ribbon-wrapper.aux-corner-ribbon { width: 200px; background: rgb(234, 67, 53); position: absolute; top: 25px; left: -50px; text-align: center; line-height: 50px; letter-spacing: 1px; color: rgb(255, 255, 255); transform: rotate(-45deg); box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px; }
.aux-ribbon-wrapper.aux-corner-ribbon.top-right { top: 25px; right: -50px; left: auto; transform: rotate(45deg); }
.aux-ribbon-wrapper.aux-corner-ribbon.bottom-left { top: auto; bottom: 25px; left: -50px; transform: rotate(45deg); }
.aux-ribbon-wrapper.aux-corner-ribbon.bottom-right { inset: auto -50px 25px auto; transform: rotate(-45deg); }
.aux-ribbon-wrapper.aux-simple-ribbon { background: rgb(234, 67, 53); color: rgb(255, 255, 255); padding: 7px 50px; position: absolute; top: 25px; left: -1px; }
.aux-ribbon-wrapper.aux-simple-ribbon.top-right { top: 25px; right: -1px; left: auto; }
.aux-ribbon-wrapper.aux-simple-ribbon.bottom-left { top: auto; bottom: 25px; left: -1px; }
.aux-ribbon-wrapper.aux-simple-ribbon.bottom-right { inset: auto -1px 25px auto; }
.aux-ribbon-wrapper.aux-cross-ribbon { position: absolute; background: rgb(234, 67, 53); top: -15px; padding: 10px; left: 25px; color: rgb(255, 255, 255); border-radius: 0px 0px 2px 2px; }
.aux-ribbon-wrapper.aux-cross-ribbon::before { content: ""; position: absolute; inset: 0px 0px 0px -15px; width: 0px; height: 0px; border-bottom: 15px solid rgb(164, 47, 37); border-left: 15px solid transparent !important; }
.aux-ribbon-wrapper.aux-cross-ribbon.top-right { right: 25px; left: auto; }
.aux-ribbon-wrapper.aux-cross-ribbon.top-right::before { left: auto; right: -15px; border-left: 0px !important; border-right: 15px solid transparent !important; }
.aux-ribbon-wrapper.aux-cross-ribbon.bottom-left { top: auto; bottom: -15px; }
.aux-ribbon-wrapper.aux-cross-ribbon.bottom-left::before { border-top: 15px solid rgb(164, 47, 37); border-bottom: 0px; top: auto; }
.aux-ribbon-wrapper.aux-cross-ribbon.bottom-right { inset: auto 25px -15px auto; }
.aux-ribbon-wrapper.aux-cross-ribbon.bottom-right::before { left: auto; right: -15px; border-top: 15px solid rgb(164, 47, 37); border-bottom: 0px; top: auto; border-left: 0px !important; border-right: 15px solid transparent !important; }
a.button .aux-icon, button .aux-icon, input[type="submit"] .aux-icon, input[type="reset"] .aux-icon, input[type="button"] .aux-icon, .aux-button .aux-icon { font-size: 1.8em; }
.aux-button-block { display: block; width: 100%; }
.aux-tooltip-socials .auxicon-share::before { display: block; background-image: none; }
.aux-tooltip-socials-container { position: relative; display: inline-block; }
.aux-tooltip-socials-container .aux-tooltip-socials-wrapper { position: absolute; top: -15px; left: 20px; transform: translate3d(-50%, -100%, 0px); border-radius: 25px; padding: 12px 17px 10px 13px; opacity: 0; display: none; z-index: 1; }
.aux-tooltip-socials-container .aux-tooltip-socials-wrapper::after { content: ""; position: absolute; left: 50%; }
.aux-tooltip-socials-container .aux-tooltip-social-no-text + .aux-tooltip-socials-wrapper { left: auto; }
.aux-tooltip-socials-container .jssocials-shares { display: table; }
.aux-tooltip-socials-container .jssocials-share { display: table-cell; padding: 0px 8px; }
.aux-tooltip-socials-container .jssocials-share:hover { transform: scale(1.2); }
.aux-tooltip-socials-container .jssocials-share-logo { font-size: 1.3em; }
.aux-tooltip-socials-container .aux-tooltip-light + .aux-tooltip-socials-wrapper { background-color: rgb(255, 255, 255); border: 1px solid rgb(61, 61, 61); }
.aux-tooltip-socials-container .aux-tooltip-light + .aux-tooltip-socials-wrapper::after { height: 8px; width: 8px; bottom: -6px; transform: rotate(45deg); border-style: solid; border-color: rgb(61, 61, 61); border-image: initial; border-width: 0px 1px 1px 0px; z-index: 10; }
.aux-tooltip-socials-container .aux-tooltip-dark + .aux-tooltip-socials-wrapper { background-color: rgb(61, 61, 61); }
.aux-tooltip-socials-container .aux-tooltip-dark + .aux-tooltip-socials-wrapper::after { width: 0px; height: 0px; border-top: 8px solid rgb(61, 61, 61); border-left: 8px solid transparent; border-right: 8px solid transparent; bottom: -8px; }
.aux-tooltip-socials-container .aux-tooltip-dark + .aux-tooltip-socials-wrapper .jssocials-share-link { color: rgb(255, 255, 255); }
.aux-tooltip-socials-container.aux-tip-open .aux-tooltip-socials-wrapper { animation: 1s cubic-bezier(0.19, 1, 0.22, 1) 0s 1 normal forwards running auxShareFadeInDown; display: inline-block; opacity: 1; }
.aux-tooltip-socials-container.aux-tip-close .aux-tooltip-socials-wrapper { animation: 1s cubic-bezier(0.19, 1, 0.22, 1) 0s 1 normal forwards running auxShareFadeOutUp; display: inline-block; opacity: 0; }
@keyframes auxShareFadeInDown { 
  0% { opacity: 0; top: -25px; }
  100% { opacity: 1; top: -15px; }
}
@keyframes auxShareFadeOutUp { 
  0% { opacity: 1; top: -15px; }
  100% { opacity: 0; top: -25px; }
}
@media screen and (max-width: 479px) {
  .aux-resp .aux-tooltip-socials-wrapper { padding: 10px 2px 13px 17px; }
  .aux-resp .jssocials-shares { width: 190px; }
  .aux-resp .jssocials-share { display: block; float: left; }
}
.aux-widget-3d-textbox { perspective: 2000px; transform-style: preserve-3d; position: relative; z-index: 0; display: inline; }
.aux-widget-3d-textbox:hover { z-index: 1; }
.aux-widget-3d-textbox .aux-3d-textbox-widget-content { position: absolute; top: 50%; left: 50%; box-shadow: rgba(0, 0, 0, 0.16) 20px 0px 40px; background-color: rgba(255, 255, 255, 0.9); padding: 20px; }
.aux-widget-3d-textbox .aux-3d-textbox-widget-content .col-title { font-size: 30px; }
.aux-widget-3d-textbox .aux-3d-textbox-widget-content .col-subtitle { font-size: 10px; }
.aux-widget-3d-textbox .aux-wrap-style-box { position: relative; display: block; max-width: 100%; transform-style: preserve-3d; background-size: cover; }
.aux-widget-3d-textbox .aux-wrap-style-box::after { content: ""; display: block; padding-top: 100%; }
.aux-widget-3d-textbox .aux-text-position-top-left .aux-3d-textbox-widget-content { text-align: left; }
.aux-widget-3d-textbox .aux-text-position-top-center .aux-3d-textbox-widget-content { text-align: center; }
.aux-widget-3d-textbox .aux-text-position-top-right .aux-3d-textbox-widget-content { text-align: right; }
.aux-widget-3d-textbox .aux-text-position-center-left .aux-3d-textbox-widget-content { text-align: left; }
.aux-widget-3d-textbox .aux-text-position-center-left .aux-3d-textbox-widget-content .col-title, .aux-widget-3d-textbox .aux-text-position-center-left .aux-3d-textbox-widget-content .col-subtitle { position: absolute; top: 50%; transform: translateY(-50%); margin: 0px; }
.aux-widget-3d-textbox .aux-text-position-center-left .aux-3d-textbox-widget-content .col-subtitle { margin-top: 40px; }
.aux-widget-3d-textbox .aux-text-position-center-center .aux-3d-textbox-widget-content { text-align: center; }
.aux-widget-3d-textbox .aux-text-position-center-center .aux-3d-textbox-widget-content .col-title, .aux-widget-3d-textbox .aux-text-position-center-center .aux-3d-textbox-widget-content .col-subtitle { position: absolute; top: 50%; left: 0px; right: 0px; transform: translateY(-50%); margin: 0px; }
.aux-widget-3d-textbox .aux-text-position-center-center .aux-3d-textbox-widget-content .col-subtitle { margin-top: 40px; }
.aux-widget-3d-textbox .aux-text-position-center-right .aux-3d-textbox-widget-content { text-align: right; }
.aux-widget-3d-textbox .aux-text-position-center-right .aux-3d-textbox-widget-content .col-title, .aux-widget-3d-textbox .aux-text-position-center-right .aux-3d-textbox-widget-content .col-subtitle { position: absolute; top: 50%; transform: translateY(-50%); margin: 0px; right: 20px; }
.aux-widget-3d-textbox .aux-text-position-center-right .aux-3d-textbox-widget-content .col-subtitle { margin-top: 40px; }
.aux-widget-3d-textbox .aux-text-position-bottom-left .aux-3d-textbox-widget-content { text-align: left; }
.aux-widget-3d-textbox .aux-text-position-bottom-left .aux-3d-textbox-widget-content .col-title, .aux-widget-3d-textbox .aux-text-position-bottom-left .aux-3d-textbox-widget-content .col-subtitle { position: absolute; bottom: 65px; margin: 0px; }
.aux-widget-3d-textbox .aux-text-position-bottom-left .aux-3d-textbox-widget-content .col-subtitle { bottom: 40px; }
.aux-widget-3d-textbox .aux-text-position-bottom-center .aux-3d-textbox-widget-content { text-align: center; }
.aux-widget-3d-textbox .aux-text-position-bottom-center .aux-3d-textbox-widget-content .col-title, .aux-widget-3d-textbox .aux-text-position-bottom-center .aux-3d-textbox-widget-content .col-subtitle { position: absolute; bottom: 65px; margin: 0px; left: 0px; right: 0px; }
.aux-widget-3d-textbox .aux-text-position-bottom-center .aux-3d-textbox-widget-content .col-subtitle { bottom: 40px; }
.aux-widget-3d-textbox .aux-text-position-bottom-right .aux-3d-textbox-widget-content { text-align: right; }
.aux-widget-3d-textbox .aux-text-position-bottom-right .aux-3d-textbox-widget-content .col-title, .aux-widget-3d-textbox .aux-text-position-bottom-right .aux-3d-textbox-widget-content .col-subtitle { position: absolute; bottom: 65px; margin: 0px; right: 20px; }
.aux-widget-3d-textbox .aux-text-position-bottom-right .aux-3d-textbox-widget-content .col-subtitle { bottom: 40px; }
.master-carousel, .master-carousel-slider { overflow: hidden; position: relative; }
.aux-mc-wrapper { position: relative; }
.aux-mc-item { position: absolute; }
.aux-mc-item img { width: 100%; }
.aux-mc-container, .mc-view-container { position: relative; }
.master-carousel-slider .aux-mc-item { cursor: -webkit-grab; }
.master-carousel-slider.aux-no-js > .aux-mc-item:first-child { display: block; position: relative; }
.master-carousel-slider.aux-no-js > * { display: none; }
.aux-mc-controls { text-align: center; }
.aux-mc-controls .aux-mc-arrows { display: inline-block; position: relative; cursor: pointer; padding: 15px 5px; }
.aux-mc-controls .aux-next { left: -1px; }
.aux-mc-controls .aux-bullets .aux-bullet, .aux-mc-controls .aux-bullets.aux-overlay .aux-select-overlay { display: inline-block; margin-right: 0.5em; }
.aux-side-control ~ .aux-mc-controls .aux-mc-arrows { position: absolute; top: 50%; transform: translateY(-50%); }
.aux-side-control ~ .aux-mc-controls .aux-next { right: -100px; left: auto; }
.aux-side-control ~ .aux-mc-controls .aux-prev { left: -100px; right: auto; }
.master-carousel.aux-mc-before-init { white-space: nowrap; }
.master-carousel.aux-mc-before-init .aux-carousel-controls { display: none; }
.master-carousel.aux-mc-before-init > .aux-mc-item { position: relative; display: inline-block; vertical-align: top; padding-right: 30px; white-space: normal; }
.master-carousel.aux-mc-before-init[data-columns="1"] > .aux-mc-item { width: 100%; padding-right: 0px; }
.master-carousel.aux-mc-before-init[data-columns="2"] > .aux-mc-item { width: 50%; }
.master-carousel.aux-mc-before-init[data-columns="2"] > .aux-mc-item:nth-child(2n+2) { padding-right: 0px; }
.master-carousel.aux-mc-before-init[data-columns="3"] > .aux-mc-item { width: 33.3333%; }
.master-carousel.aux-mc-before-init[data-columns="3"] > .aux-mc-item:nth-child(3n+3) { padding-right: 0px; }
.master-carousel.aux-mc-before-init[data-columns="4"] > .aux-mc-item { width: 25%; }
.master-carousel.aux-mc-before-init[data-columns="4"] > .aux-mc-item:nth-child(4n+4) { padding-right: 0px; }
.master-carousel.aux-mc-before-init[data-columns="5"] > .aux-mc-item { width: 20%; }
.master-carousel.aux-mc-before-init[data-columns="5"] > .aux-mc-item:nth-child(5n+5) { padding-right: 0px; }
.master-carousel.aux-mc-before-init[data-columns="6"] > .aux-mc-item { width: 16.6667%; }
.master-carousel.aux-mc-before-init[data-columns="6"] > .aux-mc-item:nth-child(6n+6) { padding-right: 0px; }
.aux-pagination { list-style: none; }
.aux-pagination li { float: left; }
.aux-pagination .pagination { margin-bottom: 0px; }
.aux-pagination .pagination::after { content: ""; display: table; clear: both; }
.aux-pagination .pagination > li { margin-bottom: 0px; }
.aux-pagination li > a, .aux-pagination li > span { text-decoration: none; display: block; border-width: 1px 0px 1px 1px; border-style: solid; border-color: rgb(170, 170, 170); border-image: initial; color: rgb(61, 61, 61); line-height: 35px; text-align: center; font-size: 0.85em; font-weight: 600; padding: 0px 15px; transition: all 0.3s ease 0s; }
.aux-pagination li > a:hover { color: rgb(255, 255, 255); background-color: rgb(61, 61, 61); }
.aux-pagination li:last-child > a { border-right-width: 1px; }
.aux-pagination li.prev a, .aux-pagination li.next a { overflow: hidden; font-size: 0px; color: transparent; width: 35px; padding: 0px; position: relative; cursor: pointer; }
.aux-pagination li.prev a::after, .aux-pagination li.prev a::before, .aux-pagination li.next a::after, .aux-pagination li.next a::before { content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: all 0.3s ease 0s; }
.aux-pagination li.prev a::before, .aux-pagination li.next a::before { opacity: 0; }
.aux-pagination li.prev a:hover::after, .aux-pagination li.next a:hover::after { opacity: 0; }
.aux-pagination li.prev a:hover::before, .aux-pagination li.next a:hover::before { opacity: 1; }
.aux-pagination li.next a::after { background-image: url("symbols.svg"); background-repeat: no-repeat; display: block; width: 6px; height: 10px; background-position: 0px -761px; }
.aux-pagination li.prev a::after { background-image: url("symbols.svg"); background-repeat: no-repeat; display: block; width: 6px; height: 10px; background-position: 0px -722px; }
.aux-pagination li.next a::before { background-image: url("symbols.svg"); background-repeat: no-repeat; display: block; width: 6px; height: 10px; background-position: -178px -761px; }
.aux-pagination li.prev a::before { background-image: url("symbols.svg"); background-repeat: no-repeat; display: block; width: 6px; height: 10px; background-position: -178px -722px; }
.aux-pagination li.page { margin-bottom: 0px; }
.aux-pagination li.page a, .aux-pagination li.page span { width: 35px; color: rgb(187, 187, 187); padding: 0px; }
.aux-pagination li.page a:hover { background-color: inherit; color: rgb(61, 61, 61); }
.aux-pagination.aux-page-no-border li.page a, .aux-pagination.aux-page-no-border li.page span { border-color: transparent; border-right-width: 1px; }
.aux-pagination.aux-page-no-border li.prev > a { border-right-width: 1px; }
.aux-pagination.aux-round li > a, .aux-pagination.aux-round li > span { border-radius: 20em; margin: 3px; border-right-width: 1px; }
.aux-pagination.aux-round li.page > span, .aux-pagination.aux-round li.page > a, .aux-pagination.aux-round li.prev > span, .aux-pagination.aux-round li.prev > a, .aux-pagination.aux-round li.next > span, .aux-pagination.aux-round li.next > a { border-radius: 50%; width: 37px; height: 37px; }
.aux-pagination.aux-no-border li a, .aux-pagination.aux-no-border li span { border-color: transparent; border-right-width: 1px; }
.aux-pagination.aux-no-border li a:hover, .aux-pagination.aux-page-no-border li a:hover, .aux-pagination.aux-round li a:hover { border-color: rgb(61, 61, 61); }
.aux-pagination li.page.active a, .aux-pagination li.page.active span { background-color: rgb(61, 61, 61); color: rgb(255, 255, 255); border-color: rgb(61, 61, 61); }
@media print {
  .aux-pagination { display: none; }
}
.mejs-container button { transition: none 0s ease 0s; }
.mejs-container.aux-player-dark .mejs-overlay-button, .mejs-container.aux-player-light .mejs-overlay-button, .mejs-container.aux-player-light .mejs-overlay-button { background: url("") -30px -30px no-repeat; width: 72px; height: 48px; margin: -24px 0px 0px -36px; }
.mejs-container.aux-player-dark .mejs-overlay:hover .mejs-overlay-button, .mejs-container.aux-player-light .mejs-overlay:hover .mejs-overlay-button, .mejs-container.aux-player-light .mejs-overlay:hover .mejs-overlay-button { background-position: -30px -118px; }
.mejs-container.aux-player-dark .mejs-controls, .mejs-container.aux-player-light .mejs-controls, .mejs-container.aux-player-light .mejs-controls { user-select: none; height: 44px; }
.mejs-container.aux-player-dark .mejs-controls > div, .mejs-container.aux-player-light .mejs-controls > div, .mejs-container.aux-player-light .mejs-controls > div { font-size: 12px; height: 100%; }
.mejs-container.aux-player-dark .mejs-controls .mejs-time, .mejs-container.aux-player-light .mejs-controls .mejs-time, .mejs-container.aux-player-light .mejs-controls .mejs-time { padding: 0px; margin: 0px 5px; height: auto; line-height: 44px; }
.mejs-container.aux-player-dark .mejs-controls .mejs-currenttime-container, .mejs-container.aux-player-light .mejs-controls .mejs-currenttime-container, .mejs-container.aux-player-light .mejs-controls .mejs-currenttime-container { margin-left: 0px; }
.mejs-container.aux-player-dark .mejs-controls .mejs-playpause-button, .mejs-container.aux-player-light .mejs-controls .mejs-playpause-button, .mejs-container.aux-player-light .mejs-controls .mejs-playpause-button { position: relative; width: 44px; }
.mejs-container.aux-player-dark .mejs-controls .mejs-playpause-button button, .mejs-container.aux-player-light .mejs-controls .mejs-playpause-button button, .mejs-container.aux-player-light .mejs-controls .mejs-playpause-button button { margin: 0px; height: 100%; width: 100%; }
.mejs-container.aux-player-dark .mejs-controls .mejs-time-rail, .mejs-container.aux-player-light .mejs-controls .mejs-time-rail, .mejs-container.aux-player-light .mejs-controls .mejs-time-rail { padding-top: 0px; }
.mejs-container.aux-player-dark .mejs-controls .mejs-time-rail:focus, .mejs-container.aux-player-light .mejs-controls .mejs-time-rail:focus, .mejs-container.aux-player-dark .mejs-controls .mejs-time-rail :focus, .mejs-container.aux-player-light .mejs-controls .mejs-time-rail :focus, .mejs-container.aux-player-light .mejs-controls .mejs-time-rail:focus, .mejs-container.aux-player-light .mejs-controls .mejs-time-rail :focus { outline: 0px; }
.mejs-container.aux-player-dark .mejs-controls .mejs-time-rail span, .mejs-container.aux-player-light .mejs-controls .mejs-time-rail span, .mejs-container.aux-player-light .mejs-controls .mejs-time-rail span { height: 3px; }
.mejs-container.aux-player-dark .mejs-controls .mejs-time-rail .mejs-time-total, .mejs-container.aux-player-light .mejs-controls .mejs-time-rail .mejs-time-total, .mejs-container.aux-player-light .mejs-controls .mejs-time-rail .mejs-time-total { margin: 0px 5px; border-style: solid; border-color: initial; border-image: initial; border-width: 20px 0px; box-sizing: content-box; }
.mejs-container.aux-player-dark .mejs-controls .mejs-time-rail .mejs-time-float, .mejs-container.aux-player-light .mejs-controls .mejs-time-rail .mejs-time-float, .mejs-container.aux-player-light .mejs-controls .mejs-time-rail .mejs-time-float { top: -30px; height: 20px; width: 40px; }
.mejs-container.aux-player-dark .mejs-controls .mejs-time-rail .mejs-time-float .mejs-time-float-current, .mejs-container.aux-player-light .mejs-controls .mejs-time-rail .mejs-time-float .mejs-time-float-current, .mejs-container.aux-player-light .mejs-controls .mejs-time-rail .mejs-time-float .mejs-time-float-current { top: 5px; margin: 0px; width: 100%; height: auto; }
.mejs-container.aux-player-dark .mejs-controls .mejs-time-rail .mejs-time-float .mejs-time-float-corner, .mejs-container.aux-player-light .mejs-controls .mejs-time-rail .mejs-time-float .mejs-time-float-corner, .mejs-container.aux-player-light .mejs-controls .mejs-time-rail .mejs-time-float .mejs-time-float-corner { height: auto; top: 18px; left: 14px; }
.mejs-container.aux-player-dark .mejs-controls .mejs-volume-button, .mejs-container.aux-player-light .mejs-controls .mejs-volume-button, .mejs-container.aux-player-light .mejs-controls .mejs-volume-button { position: relative; width: 30px; }
.mejs-container.aux-player-dark .mejs-controls .mejs-volume-button button, .mejs-container.aux-player-light .mejs-controls .mejs-volume-button button, .mejs-container.aux-player-light .mejs-controls .mejs-volume-button button { margin: 0px; width: 100%; height: 100%; }
.mejs-container.aux-player-dark .mejs-controls .mejs-fullscreen-button, .mejs-container.aux-player-light .mejs-controls .mejs-fullscreen-button, .mejs-container.aux-player-light .mejs-controls .mejs-fullscreen-button { position: relative; width: 51px; }
.mejs-container.aux-player-dark .mejs-controls .mejs-fullscreen-button button, .mejs-container.aux-player-light .mejs-controls .mejs-fullscreen-button button, .mejs-container.aux-player-light .mejs-controls .mejs-fullscreen-button button { margin: 0px; width: 100%; height: 100%; }
.mejs-container.aux-player-dark.mejs-video .mejs-controls, .mejs-container.mejs-video.aux-player-light .mejs-controls, .mejs-container.aux-player-light.mejs-video .mejs-controls { bottom: 20px; left: 20px; right: 20px; width: auto; }
.mejs-container.aux-player-dark.mejs-audio, .mejs-container.mejs-audio.aux-player-light, .mejs-container.aux-player-light.mejs-audio { height: 44px !important; }
.mejs-container.aux-player-dark.mejs-audio .mejs-controls .mejs-horizontal-volume-slider, .mejs-container.mejs-audio.aux-player-light .mejs-controls .mejs-horizontal-volume-slider, .mejs-container.aux-player-light.mejs-audio .mejs-controls .mejs-horizontal-volume-slider { height: 100%; width: 44px; }
.mejs-container.aux-player-dark.mejs-audio .mejs-controls .mejs-horizontal-volume-total, .mejs-container.mejs-audio.aux-player-light .mejs-controls .mejs-horizontal-volume-total, .mejs-container.aux-player-light.mejs-audio .mejs-controls .mejs-horizontal-volume-total { height: 17px; width: 25px; top: 13px; left: 6px; }
.mejs-container.aux-player-dark.mejs-audio .mejs-controls .mejs-horizontal-volume-current, .mejs-container.mejs-audio.aux-player-light .mejs-controls .mejs-horizontal-volume-current, .mejs-container.aux-player-light.mejs-audio .mejs-controls .mejs-horizontal-volume-current { top: 0px; height: 17px; }
.mejs-container.aux-player-dark .mejs-controls, .mejs-container.aux-player-light .mejs-controls { background-color: rgb(0, 0, 0); color: rgb(255, 255, 255); }
.mejs-container.aux-player-dark .mejs-controls .mejs-playpause-button button, .mejs-container.aux-player-light .mejs-controls .mejs-playpause-button button { background: url("") -18px -16px no-repeat; }
.mejs-container.aux-player-dark .mejs-controls .mejs-playpause-button button:hover, .mejs-container.aux-player-light .mejs-controls .mejs-playpause-button button:hover { background-position: -84px -16px; }
.mejs-container.aux-player-dark .mejs-controls .mejs-pause button, .mejs-container.aux-player-light .mejs-controls .mejs-pause button { background-position: -18px -72px; }
.mejs-container.aux-player-dark .mejs-controls .mejs-pause button:hover, .mejs-container.aux-player-light .mejs-controls .mejs-pause button:hover { background-position: -84px -72px; }
.mejs-container.aux-player-dark .mejs-controls .mejs-time-rail .mejs-time-total, .mejs-container.aux-player-light .mejs-controls .mejs-time-rail .mejs-time-total { border-color: rgb(0, 0, 0); background-color: rgb(99, 99, 99); }
.mejs-container.aux-player-dark .mejs-controls .mejs-time-rail .mejs-time-loaded, .mejs-container.aux-player-light .mejs-controls .mejs-time-rail .mejs-time-loaded { background-color: rgb(170, 170, 170); }
.mejs-container.aux-player-dark .mejs-controls .mejs-time-rail .mejs-time-current, .mejs-container.aux-player-light .mejs-controls .mejs-time-rail .mejs-time-current { background-color: rgb(255, 255, 255); }
.mejs-container.aux-player-dark .mejs-controls .mejs-volume-button button, .mejs-container.aux-player-light .mejs-controls .mejs-volume-button button { background: url("") -26px -236px no-repeat; }
.mejs-container.aux-player-dark .mejs-controls .mejs-volume-button button:hover, .mejs-container.aux-player-light .mejs-controls .mejs-volume-button button:hover { background-position: -92px -236px; }
.mejs-container.aux-player-dark .mejs-controls .mejs-unmute button, .mejs-container.aux-player-light .mejs-controls .mejs-unmute button { background-position: -26px -280px; }
.mejs-container.aux-player-dark .mejs-controls .mejs-unmute button:hover, .mejs-container.aux-player-light .mejs-controls .mejs-unmute button:hover { background-position: -92px -280px; }
.mejs-container.aux-player-dark .mejs-controls .mejs-fullscreen-button button, .mejs-container.aux-player-light .mejs-controls .mejs-fullscreen-button button { background: url("") -18px -127px no-repeat; }
.mejs-container.aux-player-dark .mejs-controls .mejs-fullscreen-button button:hover, .mejs-container.aux-player-light .mejs-controls .mejs-fullscreen-button button:hover { background-position: -84px -127px; }
.mejs-container.aux-player-dark .mejs-controls .mejs-unfullscreen button, .mejs-container.aux-player-light .mejs-controls .mejs-unfullscreen button { background-position: -18px -182px; }
.mejs-container.aux-player-dark .mejs-controls .mejs-unfullscreen button:hover, .mejs-container.aux-player-light .mejs-controls .mejs-unfullscreen button:hover { background-position: -84px -182px; }
.mejs-container.aux-player-dark.mejs-audio .mejs-controls .mejs-horizontal-volume-slider, .mejs-container.mejs-audio.aux-player-light .mejs-controls .mejs-horizontal-volume-slider { height: 100%; }
.mejs-container.aux-player-dark.mejs-audio .mejs-controls .mejs-horizontal-volume-total, .mejs-container.mejs-audio.aux-player-light .mejs-controls .mejs-horizontal-volume-total { background: url("") -32px -403px no-repeat; }
.mejs-container.aux-player-dark.mejs-audio .mejs-controls .mejs-horizontal-volume-current, .mejs-container.mejs-audio.aux-player-light .mejs-controls .mejs-horizontal-volume-current { background: url("") -32px -348px no-repeat; }
.mejs-container.aux-player-dark.mejs-audio .mejs-controls .mejs-horizontal-volume-current:hover, .mejs-container.mejs-audio.aux-player-light .mejs-controls .mejs-horizontal-volume-current:hover { background-position: -98px -348px; }
.mejs-container.aux-player-light .mejs-overlay-button { background-image: url(""); }
.mejs-container.aux-player-light .mejs-controls { background-color: rgb(255, 255, 255); color: rgb(61, 61, 61); }
.mejs-container.aux-player-light .mejs-controls .mejs-time { color: rgb(61, 61, 61); }
.mejs-container.aux-player-light .mejs-controls .mejs-playpause-button button { background-image: url(""); }
.mejs-container.aux-player-light .mejs-controls .mejs-pause button { background-position: -18px -72px; }
.mejs-container.aux-player-light .mejs-controls .mejs-time-rail .mejs-time-total { border-color: rgb(255, 255, 255); background-color: rgb(222, 222, 222); }
.mejs-container.aux-player-light .mejs-controls .mejs-time-rail .mejs-time-current { background-color: rgb(61, 61, 61); }
.mejs-container.aux-player-light .mejs-controls .mejs-volume-button button { background-image: url(""); }
.mejs-container.aux-player-light .mejs-controls .mejs-fullscreen-button button { background-image: url(""); }
.mejs-container.aux-player-light .mejs-controls .mejs-time-rail .mejs-time-float { border: none; color: rgb(255, 255, 255); background: rgb(61, 61, 61); }
.mejs-container.aux-player-light .mejs-controls .mejs-time-rail .mejs-time-float .mejs-time-float-corner { border-top-color: rgb(61, 61, 61); }
.mejs-container.aux-player-light.mejs-audio .mejs-controls .mejs-horizontal-volume-total { background-image: url(""); }
.mejs-container.aux-player-light.mejs-audio .mejs-controls .mejs-horizontal-volume-current { background-image: url(""); }
.wp-playlist { border: 0px !important; padding: 0px !important; margin: 5px -15px !important; }
.wp-playlist .ps__rail-y { right: 15px !important; }
.wp-playlist .wp-playlist-tracks { margin: 0px; padding: 0px 15px; min-height: 240px; position: relative; overflow: auto; }
.wp-playlist .aux-playlist-background { position: absolute; inset: 0px 15px; z-index: 0; background: rgb(61, 61, 61); }
.wp-playlist .wp-playlist-item { min-height: 80px; background: rgb(61, 61, 61); display: block; padding: 0px; border: 0px; }
.wp-playlist .wp-playlist-item::after { content: ""; border-bottom: 1px solid rgb(79, 79, 79); position: absolute; left: 80px; right: 0px; bottom: 0px; }
.wp-playlist .wp-playlist-item-title { display: table-cell; vertical-align: middle; padding: 0px 20px; }
.wp-playlist .wp-playlist-item-title h4 { color: rgb(255, 255, 255); word-break: break-all; font-size: 18px; font-weight: 600; margin: 0px; }
.wp-playlist .wp-playlist-caption { position: relative; display: table-cell; width: 80px; height: 80px; }
.wp-playlist .wp-playlist-caption .wp-playlist-item-artist { object-fit: cover; height: 100%; }
.wp-playlist .wp-playlist-caption .wp-playlist-item-length { top: auto; bottom: 0px; right: 0px; font-family: Roboto, Arial, sans-serif; letter-spacing: 0.5px; font-size: 0.8rem; font-weight: 500; line-height: 0.8rem; color: rgb(255, 255, 255); background-color: rgb(26, 26, 26); opacity: 0.8; padding: 1px 4px; }
.wp-playlist .wp-playlist-caption::after { content: url(""); color: rgb(255, 255, 255); position: absolute; left: 46%; top: 50%; line-height: 1; transform: translateY(-50%); }
.wp-playlist .wp-playlist-caption.aux-has-no-thubmnail { background: rgb(47, 47, 47); }
.wp-playlist .wp-playlist-caption.aux-has-no-thubmnail .wp-playlist-item-artist { visibility: hidden; }
.wp-playlist .wp-playlist-playing { background: rgb(79, 79, 79) !important; }
.wp-playlist .wp-playlist-playing .wp-playlist-caption::after { content: url(""); }
.aux-provider-vimeo .mejs-controls { display: none; }
q { quotes: "“" "”" "‘" "’"; font-style: italic; font-size: 1.1em; }
blockquote { border: none; background-color: rgba(0, 0, 0, 0.05); color: inherit; font-style: normal; }
.aux-quote-symbol { position: relative; }
.aux-quote-symbol > p { position: relative; z-index: 1; }
.aux-quote-symbol p:first-child { text-indent: 2em; }
.aux-quote-symbol::before { content: open-quote; position: absolute; top: 12px; left: 23px; display: block; color: rgb(222, 222, 222); line-height: 100%; font-size: 5.5em; font-family: Georgia; }
.aux-quote-symbol::after { content: close-quote; color: rgb(222, 222, 222); line-height: 100%; font-family: Georgia; visibility: hidden; }
.aux-quote-letter > p::after, .aux-quote-letter > p::before { display: inline; font-size: 1.2em; }
.aux-quote-letter > p::before { content: open-quote; }
.aux-quote-letter > p::after { content: close-quote; }
.aux-elem-quote.aux-float-right, .aux-elem-quote.aux-float-left { width: 33%; margin-bottom: 0px; }
@media screen and (max-width: 767px) {
  .aux-resp .aux-elem-quote.aux-float-right, .aux-resp .aux-elem-quote.aux-float-left { width: 100%; }
}
.aux-elem-quote.aux-float-right { margin-left: 1em; }
.aux-pullquote-colorized, .aux-pullquote-normal { border-width: 0px 0px 0px 3px; border-style: solid; font-size: 1.4em; }
.aux-pullquote-colorized { padding-top: 10px; padding-bottom: 10px; border-color: rgb(187, 187, 187); background-color: rgb(243, 243, 243); }
.aux-pullquote-normal { padding-top: 0px; padding-bottom: 0px; border-color: rgb(51, 51, 51); background-color: transparent; }
.aux-quote-normal { margin-top: 30px; margin-bottom: 30px; padding-top: 0px; padding-bottom: 0px; border: none; font-size: 1.35em; background-color: transparent; }
.aux-blockquote-bordered { border: 7px solid rgb(170, 170, 170); color: rgb(80, 80, 80); }
.aux-intro-hero { font-size: 1.5em; padding: 1.2em; margin-top: 1em; margin-bottom: 1em; }
.aux-intro-normal { font-size: 1.22em; margin-bottom: 1em; }
.aux-intro-splitter { margin-top: 1em; margin-bottom: 1em; padding: 1.9em 1.2em; border-width: 2px 0px; border-style: solid; border-color: rgb(80, 80, 80); border-image: initial; line-height: 1.65; font-size: 1.2em; }
.aux-burger { position: relative; cursor: pointer; }
.aux-burger .mid-line, .aux-burger::before, .aux-burger::after { width: 100%; content: ""; display: block; border-bottom: solid rgb(34, 34, 34); box-sizing: border-box; border-top-color: rgb(34, 34, 34); border-right-color: rgb(34, 34, 34); border-left-color: rgb(34, 34, 34); transition: all 0.3s ease 0s; }
.aux-burger::before { border-top: solid rgb(34, 34, 34); border-bottom: none rgb(34, 34, 34); border-right-color: rgb(34, 34, 34); border-left-color: rgb(34, 34, 34); transform-origin: 0px 0%; }
.aux-burger::after { bottom: 0px; transform-origin: 0px 100%; }
.aux-burger.aux-white .mid-line, .aux-burger.aux-white::before, .aux-burger.aux-white::after { border-color: rgb(255, 255, 255); }
.aux-burger.aux-round-lines .mid-line, .aux-burger.aux-round-lines::before, .aux-burger.aux-round-lines::after { border-radius: 10px; }
.aux-burger[class*="small"] { width: 20px; }
.aux-burger, .aux-burger[class*="medium"] { width: 28px; }
.aux-burger[class*="large"] { width: 34px; }
.aux-burger[class*="lite"] .mid-line, .aux-burger[class*="lite"]::before, .aux-burger[class*="lite"]::after { border-width: 1px; }
.aux-burger[class*="lite"]::after { margin-bottom: 0px !important; }
.aux-burger .mid-line, .aux-burger::before, .aux-burger::after, .aux-burger[class*="regular"] .mid-line, .aux-burger[class*="regular"]::before, .aux-burger[class*="regular"]::after { border-width: 2px; }
.aux-burger::after, .aux-burger[class*="regular"]::after { margin-bottom: 0px !important; }
.aux-burger[class*="thick"] .mid-line, .aux-burger[class*="thick"]::before, .aux-burger[class*="thick"]::after { border-width: 4px; }
.aux-burger[class*="thick"]::after { margin-bottom: 0px !important; }
.aux-burger.aux-lite-small .mid-line { margin: 8.5px 0px; }
.aux-burger.aux-lite-small.aux-close .mid-line, .aux-burger.aux-lite-small.aux-close::before, .aux-burger.aux-lite-small.aux-close::after { width: 27.284px; }
.aux-burger.aux-lite-medium .mid-line { margin: 12.5px 0px; }
.aux-burger.aux-lite-medium.aux-close .mid-line, .aux-burger.aux-lite-medium.aux-close::before, .aux-burger.aux-lite-medium.aux-close::after { width: 38.5976px; }
.aux-burger.aux-lite-large .mid-line { margin: 15.5px 0px; }
.aux-burger.aux-lite-large.aux-close .mid-line, .aux-burger.aux-lite-large.aux-close::before, .aux-burger.aux-lite-large.aux-close::after { width: 47.0828px; }
.aux-burger.aux-regular-small .mid-line { margin: 7px 0px; }
.aux-burger.aux-regular-small.aux-close .mid-line, .aux-burger.aux-regular-small.aux-close::before, .aux-burger.aux-regular-small.aux-close::after { width: 26.284px; }
.aux-burger.aux-regular-medium .mid-line { margin: 11px 0px; }
.aux-burger.aux-regular-medium.aux-close .mid-line, .aux-burger.aux-regular-medium.aux-close::before, .aux-burger.aux-regular-medium.aux-close::after { width: 37.5976px; }
.aux-burger.aux-regular-large .mid-line { margin: 14px 0px; }
.aux-burger.aux-regular-large.aux-close .mid-line, .aux-burger.aux-regular-large.aux-close::before, .aux-burger.aux-regular-large.aux-close::after { width: 46.0828px; }
.aux-burger.aux-thick-small .mid-line { margin: 4px 0px; }
.aux-burger.aux-thick-small.aux-close .mid-line, .aux-burger.aux-thick-small.aux-close::before, .aux-burger.aux-thick-small.aux-close::after { width: 24.284px; }
.aux-burger.aux-thick-medium .mid-line { margin: 8px 0px; }
.aux-burger.aux-thick-medium.aux-close .mid-line, .aux-burger.aux-thick-medium.aux-close::before, .aux-burger.aux-thick-medium.aux-close::after { width: 35.5976px; }
.aux-burger.aux-thick-large .mid-line { margin: 11px 0px; }
.aux-burger.aux-thick-large.aux-close .mid-line, .aux-burger.aux-thick-large.aux-close::before, .aux-burger.aux-thick-large.aux-close::after { width: 44.0828px; }
.aux-burger:hover::before { transform: translateY(-4px); }
.aux-burger:hover::after { transform: translateY(4px); }
.aux-burger.aux-close::before { transform: rotate(45deg); }
.aux-burger.aux-close .mid-line { width: 0px !important; }
.aux-burger.aux-close::after { transform: rotate(-45deg); }
.aux-burger.aux-custom-burger::after, .aux-burger.aux-custom-burger::before { display: none; }
.aux-timeline .aux-date-label { border-radius: 15px; border: 1px solid rgb(172, 172, 172); padding: 5px 12px; background-color: rgb(170, 170, 170); color: rgb(255, 255, 255); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.aux-timeline .post_format-post-format-quote.post { background-color: rgb(51, 51, 51); padding-bottom: 30px; }
.aux-timeline .post_format-post-format-quote.post .entry-main { padding-bottom: 0px; }
.aux-timeline .post_format-post-format-quote.post .entry-main .comments-iconic { font-size: 0.875em; margin-right: 30px; }
.aux-timeline .post_format-post-format-link .entry-meta { margin-top: 1.5em; }
.aux-timeline .entry-main .entry-meta .readmore .aux-read-more:hover { color: rgb(27, 176, 206) !important; }
.aux-timeline.aux-left::before { left: 37px; }
.aux-timeline.aux-right::before { right: 39px; }
.aux-timeline.aux-center .aux-block:nth-of-type(2n+1) article { text-align: right; }
.aux-timeline.aux-center .aux-block:nth-of-type(2n) article { text-align: left; }
.aux-timeline.aux-center .no-media { margin-top: 0px; }
.stacktable { width: 100%; }
.st-head-row { padding-top: 1em; }
.st-head-row.st-head-row-main { font-size: 1.5em; padding-top: 0px; }
.st-key { width: 49%; text-align: right; padding-right: 1%; }
.st-val { width: 49%; padding-left: 1%; }
.stacktable.large-only { display: table; }
@media screen and (max-width: 990px) {
  .stacktable.large-only { display: none; }
}
.stacktable.small-only { display: none; }
@media screen and (max-width: 990px) {
  .stacktable.small-only { display: table; }
}
.aux-counter .aux-counter-number-wrapper { display: flex; font-size: 69px; font-weight: 600; color: rgb(34, 34, 34); line-height: 1; }
.aux-counter .aux-counter-number-prefix { text-align: right; }
.aux-counter .aux-counter-number-prefix, .aux-counter .aux-counter-number-suffix { flex-grow: 1; white-space: pre-wrap; }
.aux-counter .aux-counter-number-suffix { text-align: left; }
.aux-counter .aux-counter-title { text-align: center; font-size: 19px; font-weight: 400; color: rgb(102, 102, 102); line-height: 2.5; }
@property --aux-chart-percentage { syntax: "<number>"; inherits: true; initial-value: 0; }
.aux-circle-chart-wrapper { --aux-chart-percentage: 20; --aux-chart-border-width: 22px; --aux-chart-color: #00acc1; --aux-chart-width: 150px; position: relative; width: fit-content; max-width: 100%; }
.aux-chart-title { display: block; }
.aux-bg-circle { position: absolute; width: var(--aux-chart-width); border-radius: 50%; border: solid var(--aux-chart-border-width) #efefef; margin: 5px; display: inline-grid; aspect-ratio: 1 / 1; max-width: 100%; }
.aux-circle-chart { width: var(--aux-chart-width); aspect-ratio: 1 / 1; position: relative; display: inline-grid; margin: 5px; place-content: center; font-size: 25px; font-weight: 700; font-family: sans-serif; max-width: 100%; }
.aux-circle-chart span { text-align: center; }
.aux-circle-chart::before, .aux-circle-chart::after { content: ""; position: absolute; border-radius: 50%; }
.aux-circle-chart::before { inset: 0px; background: radial-gradient(farthest-side,var(--aux-chart-color) 98%,#0000) top/var(--aux-chart-border-width) var(--aux-chart-border-width) no-repeat,conic-gradient(var(--aux-chart-color) calc(var(--aux-chart-percentage)*1%),#0000 0); mask: radial-gradient(farthest-side,#0000 calc(99% - var(--aux-chart-border-width)),#000 calc(100% - var(--aux-chart-border-width))); }
.aux-circle-chart::after { inset: calc(50% - var(--aux-chart-border-width)/2); background: var(--aux-chart-color); transform: rotate(calc(var(--aux-chart-percentage)*3.6deg)) translateY(calc(50% - var(--aux-chart-width)/2)); }
.aux-animate { animation: 1s ease 0.5s 1 normal both running circleChartAnimate; }
.no-round::before { background-size: 0px 0px, auto; }
.no-round::after { content: none; }
@keyframes circleChartAnimate { 
  0% { --aux-chart-percentage: 0; }
}
.aux-territory .ult_countdown .ult_countdown-row .ult_countdown-section { padding: 0px 5%; }
.smile-icon-timeline-wrap .timeline-wrapper { border-radius: 0px; }
.smile-icon-timeline-wrap .timeline-wrapper .timeline-block { border-radius: 0px; border: 1px solid rgb(187, 187, 187) !important; width: calc(50% - 40px) !important; }
.smile-icon-timeline-wrap .timeline-wrapper .timeline-block .timeline-header { padding: 30px; }
.smile-icon-timeline-wrap .timeline-wrapper .timeline-block.timeline-post-right { margin-left: 80px !important; }
.smile-icon-timeline-wrap .timeline-wrapper .timeline-block.timeline-post-right .timeline-dot { left: -46px; }
.smile-icon-timeline-wrap .timeline-wrapper .timeline-block.timeline-post-left .timeline-dot { right: -48px !important; }
.smile-icon-timeline-wrap .timeline-wrapper .timeline-separator-text .sep-text { padding: 5px 12px; border-radius: 15px; }
.smile-icon-timeline-wrap .timeline-wrapper .timeline-post-right .ult-timeline-arrow l { border-width: 13px 10px 13px 0px; top: -26px; border-right-color: rgb(255, 255, 255); }
.smile-icon-timeline-wrap .timeline-wrapper .timeline-post-right .ult-timeline-arrow s { border-width: 13px 10px 13px 0px; border-color: transparent rgb(187, 187, 187) !important; }
.smile-icon-timeline-wrap .timeline-wrapper .timeline-post-left .ult-timeline-arrow l { border-width: 13px 0px 13px 10px; top: -26px; border-left-color: rgb(255, 255, 255); }
.smile-icon-timeline-wrap .timeline-wrapper .timeline-post-left .ult-timeline-arrow s { border-width: 13px 0px 13px 10px; border-color: transparent rgb(187, 187, 187) !important; }
.smile-icon-timeline-wrap .timeline-wrapper .timeline-dot, .smile-icon-timeline-wrap .timeline-feature-item .timeline-dot { border: 1px solid rgb(172, 172, 172); border-radius: 50%; width: 14px; height: 14px; background-color: rgb(255, 255, 255) !important; }
.smile-icon-timeline-wrap .timeline-wrapper .timeline-dot { top: 36px; }
.smile-icon-timeline-wrap .timeline-feature-item .timeline-dot { top: -10px; }
.smile-icon-timeline-wrap .timeline-feature-item { border: 1px solid rgb(187, 187, 187) !important; border-radius: 0px !important; }
.smile-icon-timeline-wrap .timeline-feature-item .ult-timeline-arrow l { border-width: 0px 13px 10px; border-bottom-color: rgb(255, 255, 255); top: -10px; left: -12px; }
.smile-icon-timeline-wrap .timeline-feature-item .ult-timeline-arrow s { border-width: 0px 13px 10px; top: -1px; left: -12px; border-color: rgb(187, 187, 187) transparent !important; }
.ult-just-icon-wrapper .bsf_tooltip-inner { transition: opacity 0.8s ease-out 0s; border-radius: 25px; padding: 12px 17px 12px 13px; background-color: rgb(61, 61, 61); font-size: 14px; font-family: inherit; }
.ult-just-icon-wrapper .bsf_tooltip.left .bsf_tooltip-arrow { right: 1px; }
.ult-just-icon-wrapper .bsf_tooltip.right .bsf_tooltip-arrow { left: 1px; }
.woocommerce-page .woocommerce-tabs .panel { display: none; }
.auxshp-title-heading { font-size: inherit; font-weight: inherit; line-height: inherit; letter-spacing: inherit; text-transform: inherit; margin: 0px; }
.product.aux-remove-view-cart a.added_to_cart { display: none !important; }
.aux-column-post-entry .post, .aux-widget-recent-posts .post, .aux-widget-recent-posts-masonry .post { padding-bottom: 40px; }
.aux-column-post-entry .post .entry-media, .aux-widget-recent-posts .post .entry-media, .aux-widget-recent-posts-masonry .post .entry-media { margin-bottom: 1.4375em; }
.aux-column-post-entry .post .entry-header, .aux-widget-recent-posts .post .entry-header, .aux-widget-recent-posts-masonry .post .entry-header { margin-bottom: 0.5em; }
.aux-column-post-entry .post .entry-title, .aux-widget-recent-posts .post .entry-title, .aux-widget-recent-posts-masonry .post .entry-title { font-size: 1.375em; }
.aux-column-post-entry .post .entry-info, .aux-widget-recent-posts .post .entry-info, .aux-widget-recent-posts-masonry .post .entry-info { margin-bottom: 0.5em; }
.aux-column-post-entry .post .entry-content, .aux-widget-recent-posts .post .entry-content, .aux-widget-recent-posts-masonry .post .entry-content, .aux-column-post-entry .post .comment-body, .aux-widget-recent-posts .post .comment-body, .aux-widget-recent-posts-masonry .post .comment-body { margin-bottom: 0.5em; }
.aux-column-post-entry .post .entry-main, .aux-widget-recent-posts .post .entry-main, .aux-widget-recent-posts-masonry .post .entry-main { margin-bottom: 0px; }
.aux-column-post-entry .post .entry-meta .author, .aux-widget-recent-posts .post .entry-meta .author, .aux-widget-recent-posts-masonry .post .entry-meta .author, .aux-column-post-entry .post .entry-meta .aux-read-more, .aux-widget-recent-posts .post .entry-meta .aux-read-more, .aux-widget-recent-posts-masonry .post .entry-meta .aux-read-more { padding: 0px; background: 0px 0px; border: none; border-radius: 0px; color: rgb(170, 170, 170); font-weight: 500; font-size: 0.875em; }
.aux-column-post-entry .post .entry-meta .author a:hover, .aux-widget-recent-posts .post .entry-meta .author a:hover, .aux-widget-recent-posts-masonry .post .entry-meta .author a:hover, .aux-column-post-entry .post .entry-meta .aux-read-more a:hover, .aux-widget-recent-posts .post .entry-meta .aux-read-more a:hover, .aux-widget-recent-posts-masonry .post .entry-meta .aux-read-more a:hover { color: rgb(27, 176, 206); }
.aux-column-post-entry .post .entry-meta .author, .aux-widget-recent-posts .post .entry-meta .author, .aux-widget-recent-posts-masonry .post .entry-meta .author { float: left; }
.aux-column-post-entry .post .entry-meta .author .avatar, .aux-widget-recent-posts .post .entry-meta .author .avatar, .aux-widget-recent-posts-masonry .post .entry-meta .author .avatar { margin-right: 0.5em; vertical-align: middle; width: 27px; height: 27px; border-radius: 50%; }
.aux-column-post-entry .post .readmore, .aux-widget-recent-posts .post .readmore, .aux-widget-recent-posts-masonry .post .readmore { float: left; }
.aux-column-post-entry .post .comments-iconic, .aux-widget-recent-posts .post .comments-iconic, .aux-widget-recent-posts-masonry .post .comments-iconic { display: flex; align-items: center; float: right; font-weight: 500; font-size: 0.875rem; color: rgb(170, 170, 170); }
.aux-column-post-entry .post .comments-iconic .auxicon-comment, .aux-widget-recent-posts .post .comments-iconic .auxicon-comment, .aux-widget-recent-posts-masonry .post .comments-iconic .auxicon-comment { vertical-align: middle; line-height: 100%; display: inline-block; }
.aux-column-post-entry .post .comments-iconic .auxicon-comment::before, .aux-widget-recent-posts .post .comments-iconic .auxicon-comment::before, .aux-widget-recent-posts-masonry .post .comments-iconic .auxicon-comment::before { display: block; }
.aux-column-post-entry .post .comments-number, .aux-widget-recent-posts .post .comments-number, .aux-widget-recent-posts-masonry .post .comments-number { position: relative; margin-left: 4px; }
.aux-column-post-entry .column-entry, .aux-widget-recent-posts .column-entry, .aux-widget-recent-posts-masonry .column-entry { transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
.aux-column-post-entry .aux-match-height .aux-col, .aux-widget-recent-posts .aux-match-height .aux-col, .aux-widget-recent-posts-masonry .aux-match-height .aux-col { margin-bottom: 14px; transition: all 0.15s ease 0s; }
.aux-column-post-entry .aux-match-height .post, .aux-widget-recent-posts .aux-match-height .post, .aux-widget-recent-posts-masonry .aux-match-height .post { height: 100%; }
.aux-column-post-entry .aux-match-height .post .aux-after-content, .aux-widget-recent-posts .aux-match-height .post .aux-after-content, .aux-widget-recent-posts-masonry .aux-match-height .post .aux-after-content { position: absolute; bottom: 0px; left: 0px; width: 100%; padding-right: inherit; padding-left: inherit; padding-bottom: 0.625em; }
.aux-column-post-entry .aux-match-height .post .entry-meta.aux-before-content::after, .aux-widget-recent-posts .aux-match-height .post .entry-meta.aux-before-content::after, .aux-widget-recent-posts-masonry .aux-match-height .post .entry-meta.aux-before-content::after { content: ""; display: table; clear: both; }
.aux-column-post-entry .aux-no-meta .post, .aux-widget-recent-posts .aux-no-meta .post, .aux-widget-recent-posts-masonry .aux-no-meta .post { padding-bottom: 0px; }
.aux-column-post-entry .aux-no-meta .entry-content p, .aux-widget-recent-posts .aux-no-meta .entry-content p, .aux-widget-recent-posts-masonry .aux-no-meta .entry-content p, .aux-column-post-entry .aux-no-meta .comment-body p, .aux-widget-recent-posts .aux-no-meta .comment-body p, .aux-widget-recent-posts-masonry .aux-no-meta .comment-body p { margin-bottom: 0px; }
.aux-column-post-entry .aux-border-collapse, .aux-widget-recent-posts .aux-border-collapse, .aux-widget-recent-posts-masonry .aux-border-collapse { margin-left: 0px; margin-right: 0px; }
.aux-column-post-entry .post.post_format-post-format-link .entry-content a, .aux-widget-recent-posts .post.post_format-post-format-link .entry-content a, .aux-widget-recent-posts-masonry .post.post_format-post-format-link .entry-content a, .aux-column-post-entry .post.post_format-post-format-link .comment-body a, .aux-widget-recent-posts .post.post_format-post-format-link .comment-body a, .aux-widget-recent-posts-masonry .post.post_format-post-format-link .comment-body a { line-height: 150%; }
.aux-column-post-entry .post.post_format-post-format-link .entry-info, .aux-widget-recent-posts .post.post_format-post-format-link .entry-info, .aux-widget-recent-posts-masonry .post.post_format-post-format-link .entry-info { margin-bottom: 0.875em; }
.aux-column-post-entry .aux-entry-boxed .post, .aux-widget-recent-posts .aux-entry-boxed .post, .aux-widget-recent-posts-masonry .aux-entry-boxed .post { background-color: rgb(255, 255, 255); box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 0px inset, rgba(0, 0, 0, 0.2) 0px 1px 1px; }
.aux-column-post-entry .aux-entry-boxed .post .entry-media, .aux-widget-recent-posts .aux-entry-boxed .post .entry-media, .aux-widget-recent-posts-masonry .aux-entry-boxed .post .entry-media { margin-bottom: 0px; }
.aux-column-post-entry .aux-entry-boxed .post .entry-main, .aux-widget-recent-posts .aux-entry-boxed .post .entry-main, .aux-widget-recent-posts-masonry .aux-entry-boxed .post .entry-main { padding: 1.5em 1.8125em 0.625em; }
.aux-column-post-entry .aux-entry-boxed .post.post.post_format-post-format-quote, .aux-widget-recent-posts .aux-entry-boxed .post.post.post_format-post-format-quote, .aux-widget-recent-posts-masonry .aux-entry-boxed .post.post.post_format-post-format-quote { background-color: rgb(51, 51, 51); }
.aux-column-post-entry .aux-entry-boxed .post.post.post_format-post-format-quote .entry-header, .aux-widget-recent-posts .aux-entry-boxed .post.post.post_format-post-format-quote .entry-header, .aux-widget-recent-posts-masonry .aux-entry-boxed .post.post.post_format-post-format-quote .entry-header { margin-bottom: 0px; }
.aux-column-post-entry .aux-entry-boxed .post.post.post_format-post-format-quote .entry-main, .aux-widget-recent-posts .aux-entry-boxed .post.post.post_format-post-format-quote .entry-main, .aux-widget-recent-posts-masonry .aux-entry-boxed .post.post.post_format-post-format-quote .entry-main { padding: 0px 0px 0.625em; }
.aux-column-post-entry .aux-entry-boxed .post.post.post_format-post-format-quote .entry-meta .author.vcard, .aux-widget-recent-posts .aux-entry-boxed .post.post.post_format-post-format-quote .entry-meta .author.vcard, .aux-widget-recent-posts-masonry .aux-entry-boxed .post.post.post_format-post-format-quote .entry-meta .author.vcard { margin-left: 30px; margin-bottom: 1.4375em; }
.aux-column-post-entry .aux-entry-boxed .post.post.post_format-post-format-quote .entry-meta .comments-iconic, .aux-widget-recent-posts .aux-entry-boxed .post.post.post_format-post-format-quote .entry-meta .comments-iconic, .aux-widget-recent-posts-masonry .aux-entry-boxed .post.post.post_format-post-format-quote .entry-meta .comments-iconic { margin-right: 30px; margin-bottom: 1.4375em; }
.aux-column-post-entry .aux-entry-boxed .post.post.post_format-post-format-link .entry-content a, .aux-widget-recent-posts .aux-entry-boxed .post.post.post_format-post-format-link .entry-content a, .aux-widget-recent-posts-masonry .aux-entry-boxed .post.post.post_format-post-format-link .entry-content a, .aux-column-post-entry .aux-entry-boxed .post.post.post_format-post-format-link .comment-body a, .aux-widget-recent-posts .aux-entry-boxed .post.post.post_format-post-format-link .comment-body a, .aux-widget-recent-posts-masonry .aux-entry-boxed .post.post.post_format-post-format-link .comment-body a { line-height: 150%; }
.aux-column-post-entry .aux-entry-boxed .post.post.post_format-post-format-link .entry-meta, .aux-widget-recent-posts .aux-entry-boxed .post.post.post_format-post-format-link .entry-meta, .aux-widget-recent-posts-masonry .aux-entry-boxed .post.post.post_format-post-format-link .entry-meta { margin-top: 1.5em; }
.aux-column-post-entry .aux-entry-boxed .post.post.post_format-post-format-link .entry-meta .author.vcard, .aux-widget-recent-posts .aux-entry-boxed .post.post.post_format-post-format-link .entry-meta .author.vcard, .aux-widget-recent-posts-masonry .aux-entry-boxed .post.post.post_format-post-format-link .entry-meta .author.vcard { margin-bottom: 1.4375em; }
.aux-column-post-entry .aux-entry-boxed .post.post.post_format-post-format-link .entry-meta .comments-iconic, .aux-widget-recent-posts .aux-entry-boxed .post.post.post_format-post-format-link .entry-meta .comments-iconic, .aux-widget-recent-posts-masonry .aux-entry-boxed .post.post.post_format-post-format-link .entry-meta .comments-iconic { margin-bottom: 1.4375em; }
@media screen and (min-width: 1025px) {
  .aux-column-post-entry .aux-de-col6 .format-video .mejs-controls, .aux-widget-recent-posts .aux-de-col6 .format-video .mejs-controls, .aux-widget-recent-posts-masonry .aux-de-col6 .format-video .mejs-controls, .aux-column-post-entry .aux-de-col5 .format-video .mejs-controls, .aux-widget-recent-posts .aux-de-col5 .format-video .mejs-controls, .aux-widget-recent-posts-masonry .aux-de-col5 .format-video .mejs-controls, .aux-column-post-entry .aux-de-col4 .format-video .mejs-controls, .aux-widget-recent-posts .aux-de-col4 .format-video .mejs-controls, .aux-widget-recent-posts-masonry .aux-de-col4 .format-video .mejs-controls { display: none !important; }
  .aux-column-post-entry .aux-de-col6 .format-audio .mejs-controls .mejs-time, .aux-widget-recent-posts .aux-de-col6 .format-audio .mejs-controls .mejs-time, .aux-widget-recent-posts-masonry .aux-de-col6 .format-audio .mejs-controls .mejs-time, .aux-column-post-entry .aux-de-col6 .format-audio .mejs-controls .mejs-volume-button, .aux-widget-recent-posts .aux-de-col6 .format-audio .mejs-controls .mejs-volume-button, .aux-widget-recent-posts-masonry .aux-de-col6 .format-audio .mejs-controls .mejs-volume-button, .aux-column-post-entry .aux-de-col5 .format-audio .mejs-controls .mejs-time, .aux-widget-recent-posts .aux-de-col5 .format-audio .mejs-controls .mejs-time, .aux-widget-recent-posts-masonry .aux-de-col5 .format-audio .mejs-controls .mejs-time, .aux-column-post-entry .aux-de-col5 .format-audio .mejs-controls .mejs-volume-button, .aux-widget-recent-posts .aux-de-col5 .format-audio .mejs-controls .mejs-volume-button, .aux-widget-recent-posts-masonry .aux-de-col5 .format-audio .mejs-controls .mejs-volume-button, .aux-column-post-entry .aux-de-col4 .format-audio .mejs-controls .mejs-time, .aux-widget-recent-posts .aux-de-col4 .format-audio .mejs-controls .mejs-time, .aux-widget-recent-posts-masonry .aux-de-col4 .format-audio .mejs-controls .mejs-time, .aux-column-post-entry .aux-de-col4 .format-audio .mejs-controls .mejs-volume-button, .aux-widget-recent-posts .aux-de-col4 .format-audio .mejs-controls .mejs-volume-button, .aux-widget-recent-posts-masonry .aux-de-col4 .format-audio .mejs-controls .mejs-volume-button { display: none; }
  .aux-column-post-entry .aux-de-col6 .format-gallery .aux-arrow-nav, .aux-widget-recent-posts .aux-de-col6 .format-gallery .aux-arrow-nav, .aux-widget-recent-posts-masonry .aux-de-col6 .format-gallery .aux-arrow-nav, .aux-column-post-entry .aux-de-col5 .format-gallery .aux-arrow-nav, .aux-widget-recent-posts .aux-de-col5 .format-gallery .aux-arrow-nav, .aux-widget-recent-posts-masonry .aux-de-col5 .format-gallery .aux-arrow-nav, .aux-column-post-entry .aux-de-col4 .format-gallery .aux-arrow-nav, .aux-widget-recent-posts .aux-de-col4 .format-gallery .aux-arrow-nav, .aux-widget-recent-posts-masonry .aux-de-col4 .format-gallery .aux-arrow-nav { width: 33px; height: 33px; }
  .aux-column-post-entry .aux-de-col6 .format-gallery .aux-arrow-nav .aux-medium-right, .aux-widget-recent-posts .aux-de-col6 .format-gallery .aux-arrow-nav .aux-medium-right, .aux-widget-recent-posts-masonry .aux-de-col6 .format-gallery .aux-arrow-nav .aux-medium-right, .aux-column-post-entry .aux-de-col5 .format-gallery .aux-arrow-nav .aux-medium-right, .aux-widget-recent-posts .aux-de-col5 .format-gallery .aux-arrow-nav .aux-medium-right, .aux-widget-recent-posts-masonry .aux-de-col5 .format-gallery .aux-arrow-nav .aux-medium-right, .aux-column-post-entry .aux-de-col4 .format-gallery .aux-arrow-nav .aux-medium-right, .aux-widget-recent-posts .aux-de-col4 .format-gallery .aux-arrow-nav .aux-medium-right, .aux-widget-recent-posts-masonry .aux-de-col4 .format-gallery .aux-arrow-nav .aux-medium-right { background-image: url("symbols.svg"); background-repeat: no-repeat; display: block; width: 6px; height: 10px; background-position: 0px -761px; }
  .aux-column-post-entry .aux-de-col6 .format-gallery .aux-arrow-nav .aux-medium-left, .aux-widget-recent-posts .aux-de-col6 .format-gallery .aux-arrow-nav .aux-medium-left, .aux-widget-recent-posts-masonry .aux-de-col6 .format-gallery .aux-arrow-nav .aux-medium-left, .aux-column-post-entry .aux-de-col5 .format-gallery .aux-arrow-nav .aux-medium-left, .aux-widget-recent-posts .aux-de-col5 .format-gallery .aux-arrow-nav .aux-medium-left, .aux-widget-recent-posts-masonry .aux-de-col5 .format-gallery .aux-arrow-nav .aux-medium-left, .aux-column-post-entry .aux-de-col4 .format-gallery .aux-arrow-nav .aux-medium-left, .aux-widget-recent-posts .aux-de-col4 .format-gallery .aux-arrow-nav .aux-medium-left, .aux-widget-recent-posts-masonry .aux-de-col4 .format-gallery .aux-arrow-nav .aux-medium-left { background-image: url("symbols.svg"); background-repeat: no-repeat; display: block; width: 6px; height: 10px; background-position: 0px -722px; }
  .aux-column-post-entry .aux-row.aux-de-col4:not(.aux-grid-table-layout) .entry-title, .aux-widget-recent-posts .aux-row.aux-de-col4:not(.aux-grid-table-layout) .entry-title, .aux-widget-recent-posts-masonry .aux-row.aux-de-col4:not(.aux-grid-table-layout) .entry-title, .aux-column-post-entry .aux-row.aux-de-col5:not(.aux-grid-table-layout) .entry-title, .aux-widget-recent-posts .aux-row.aux-de-col5:not(.aux-grid-table-layout) .entry-title, .aux-widget-recent-posts-masonry .aux-row.aux-de-col5:not(.aux-grid-table-layout) .entry-title { font-size: 1.125em; }
  .aux-column-post-entry .aux-row.aux-de-col6 .entry-title, .aux-widget-recent-posts .aux-row.aux-de-col6 .entry-title, .aux-widget-recent-posts-masonry .aux-row.aux-de-col6 .entry-title { font-size: 0.9375em; }
  .aux-column-post-entry .aux-de-col6 .author .avatar, .aux-widget-recent-posts .aux-de-col6 .author .avatar, .aux-widget-recent-posts-masonry .aux-de-col6 .author .avatar, .aux-column-post-entry .aux-de-col5 .author .avatar, .aux-widget-recent-posts .aux-de-col5 .author .avatar, .aux-widget-recent-posts-masonry .aux-de-col5 .author .avatar { display: none; }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .aux-column-post-entry .aux-tb-col6 .format-video .mejs-controls, .aux-widget-recent-posts .aux-tb-col6 .format-video .mejs-controls, .aux-widget-recent-posts-masonry .aux-tb-col6 .format-video .mejs-controls, .aux-column-post-entry .aux-tb-col5 .format-video .mejs-controls, .aux-widget-recent-posts .aux-tb-col5 .format-video .mejs-controls, .aux-widget-recent-posts-masonry .aux-tb-col5 .format-video .mejs-controls, .aux-column-post-entry .aux-tb-col4 .format-video .mejs-controls, .aux-widget-recent-posts .aux-tb-col4 .format-video .mejs-controls, .aux-widget-recent-posts-masonry .aux-tb-col4 .format-video .mejs-controls { display: none !important; }
  .aux-column-post-entry .aux-tb-col6 .format-gallery .aux-arrow-nav, .aux-widget-recent-posts .aux-tb-col6 .format-gallery .aux-arrow-nav, .aux-widget-recent-posts-masonry .aux-tb-col6 .format-gallery .aux-arrow-nav, .aux-column-post-entry .aux-tb-col5 .format-gallery .aux-arrow-nav, .aux-widget-recent-posts .aux-tb-col5 .format-gallery .aux-arrow-nav, .aux-widget-recent-posts-masonry .aux-tb-col5 .format-gallery .aux-arrow-nav, .aux-column-post-entry .aux-tb-col4 .format-gallery .aux-arrow-nav, .aux-widget-recent-posts .aux-tb-col4 .format-gallery .aux-arrow-nav, .aux-widget-recent-posts-masonry .aux-tb-col4 .format-gallery .aux-arrow-nav { width: 33px; height: 33px; }
  .aux-column-post-entry .aux-tb-col6 .format-gallery .aux-arrow-nav .aux-medium-right, .aux-widget-recent-posts .aux-tb-col6 .format-gallery .aux-arrow-nav .aux-medium-right, .aux-widget-recent-posts-masonry .aux-tb-col6 .format-gallery .aux-arrow-nav .aux-medium-right, .aux-column-post-entry .aux-tb-col5 .format-gallery .aux-arrow-nav .aux-medium-right, .aux-widget-recent-posts .aux-tb-col5 .format-gallery .aux-arrow-nav .aux-medium-right, .aux-widget-recent-posts-masonry .aux-tb-col5 .format-gallery .aux-arrow-nav .aux-medium-right, .aux-column-post-entry .aux-tb-col4 .format-gallery .aux-arrow-nav .aux-medium-right, .aux-widget-recent-posts .aux-tb-col4 .format-gallery .aux-arrow-nav .aux-medium-right, .aux-widget-recent-posts-masonry .aux-tb-col4 .format-gallery .aux-arrow-nav .aux-medium-right { background-image: url("symbols.svg"); background-repeat: no-repeat; display: block; width: 6px; height: 10px; background-position: 0px -761px; }
  .aux-column-post-entry .aux-tb-col6 .format-gallery .aux-arrow-nav .aux-medium-left, .aux-widget-recent-posts .aux-tb-col6 .format-gallery .aux-arrow-nav .aux-medium-left, .aux-widget-recent-posts-masonry .aux-tb-col6 .format-gallery .aux-arrow-nav .aux-medium-left, .aux-column-post-entry .aux-tb-col5 .format-gallery .aux-arrow-nav .aux-medium-left, .aux-widget-recent-posts .aux-tb-col5 .format-gallery .aux-arrow-nav .aux-medium-left, .aux-widget-recent-posts-masonry .aux-tb-col5 .format-gallery .aux-arrow-nav .aux-medium-left, .aux-column-post-entry .aux-tb-col4 .format-gallery .aux-arrow-nav .aux-medium-left, .aux-widget-recent-posts .aux-tb-col4 .format-gallery .aux-arrow-nav .aux-medium-left, .aux-widget-recent-posts-masonry .aux-tb-col4 .format-gallery .aux-arrow-nav .aux-medium-left { background-image: url("symbols.svg"); background-repeat: no-repeat; display: block; width: 6px; height: 10px; background-position: 0px -722px; }
  .aux-column-post-entry .aux-row.aux-tb-col4 .entry-title, .aux-widget-recent-posts .aux-row.aux-tb-col4 .entry-title, .aux-widget-recent-posts-masonry .aux-row.aux-tb-col4 .entry-title, .aux-column-post-entry .aux-row.aux-tb-col5 .entry-title, .aux-widget-recent-posts .aux-row.aux-tb-col5 .entry-title, .aux-widget-recent-posts-masonry .aux-row.aux-tb-col5 .entry-title { font-size: 1.125em; }
  .aux-column-post-entry .aux-de-col6 .format-video .mejs-controls, .aux-widget-recent-posts .aux-de-col6 .format-video .mejs-controls, .aux-widget-recent-posts-masonry .aux-de-col6 .format-video .mejs-controls, .aux-column-post-entry .aux-de-col5 .format-video .mejs-controls, .aux-widget-recent-posts .aux-de-col5 .format-video .mejs-controls, .aux-widget-recent-posts-masonry .aux-de-col5 .format-video .mejs-controls, .aux-column-post-entry .aux-de-col4 .format-video .mejs-controls, .aux-widget-recent-posts .aux-de-col4 .format-video .mejs-controls, .aux-widget-recent-posts-masonry .aux-de-col4 .format-video .mejs-controls { display: none !important; }
  .aux-column-post-entry .aux-tb-col6 .author .avatar, .aux-widget-recent-posts .aux-tb-col6 .author .avatar, .aux-widget-recent-posts-masonry .aux-tb-col6 .author .avatar, .aux-column-post-entry .aux-tb-col5 .author .avatar, .aux-widget-recent-posts .aux-tb-col5 .author .avatar, .aux-widget-recent-posts-masonry .aux-tb-col5 .author .avatar { display: none; }
}
.aux-blog-land-style .hentry .entry-media { width: 47%; float: left; margin-right: 50px; }
.aux-blog-land-style .hentry .entry-main { float: left; width: calc(53% - 50px); }
.aux-blog-land-style .hentry .entry-header { margin-bottom: 0.5em; }
.aux-blog-land-style .hentry .entry-title { font-size: 1.375em; }
.aux-blog-land-style .hentry .entry-info { margin-bottom: 0.5em; }
.aux-blog-land-style .hentry .entry-content, .aux-blog-land-style .hentry .comment-body { margin-bottom: 1em; }
.aux-blog-land-style .hentry .entry-meta { position: absolute; bottom: 3.5625em; width: inherit; }
.aux-blog-land-style .hentry .entry-meta::after { content: ""; display: table; clear: both; }
.aux-blog-land-style .hentry .author, .aux-blog-land-style .hentry .aux-read-more { padding: 0px; background: 0px 0px; border: none; border-radius: 0px; color: rgb(170, 170, 170); font-weight: 500; font-size: 0.875em; }
.aux-blog-land-style .hentry .author a:hover, .aux-blog-land-style .hentry .aux-read-more a:hover { color: rgb(27, 176, 206); }
.aux-blog-land-style .hentry .readmore { float: left; }
.aux-blog-land-style .hentry .aux-read-more { position: relative; border: 1px solid rgb(170, 170, 170); padding: 0.5625em 1.5625em; }
.aux-blog-land-style .hentry .aux-read-more:hover { background: rgb(61, 61, 61); color: rgb(255, 255, 255); }
.aux-blog-land-style .hentry .aux-read-more::after { display: none; }
.aux-blog-land-style .hentry .author .avatar { margin-right: 0.5em; vertical-align: middle; width: 27px; height: 27px; border-radius: 50%; }
.aux-blog-land-style .hentry .comments-iconic { display: flex; align-items: center; float: right; margin-top: 3px; font-weight: 500; color: rgb(170, 170, 170); font-size: 0.875rem; }
.aux-blog-land-style .hentry .comments-iconic .meta-comment { vertical-align: middle; margin-left: 10px; }
.aux-blog-land-style .hentry .comments-iconic .auxicon-comment { vertical-align: middle; line-height: 100%; display: inline-block; margin-right: 5px; }
.aux-blog-land-style .hentry .comments-iconic .auxicon-comment::before { display: block; }
.aux-blog-land-style .hentry .comments-iconic .comments-number { vertical-align: middle; }
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .aux-blog-land-style .hentry .entry-media { width: 45%; margin-right: 25px; }
  .aux-blog-land-style .hentry .entry-main { width: calc(55% - 25px); }
}
@media screen and (max-width: 767px) {
  .aux-blog-land-style .hentry .entry-media { width: 100%; }
  .aux-blog-land-style .hentry .entry-main { width: 100%; }
  .aux-blog-land-style .hentry .entry-meta { position: static; margin-top: 30px; }
}
.aux-blog-land-style .hentry .post_format-post-format-quote .entry-main { background-color: rgb(51, 51, 51); }
.aux-blog-land-style .hentry .post_format-post-format-quote .comments-iconic { margin-right: 30px; margin-bottom: 1.4375em; }
.aux-blog-land-style .hentry.aux-no-thumb .entry-main { width: 100%; float: none; }
.aux-blog-land-style .hentry.aux-no-thumb .entry-meta { position: static; margin-top: 30px; }
.aux-tiles-layout .post.aux-post-tile, .aux-widget-recent-posts-tiles .post.aux-post-tile { float: left; height: 0px; overflow: hidden; background: rgb(0, 0, 0); text-align: center; }
.aux-tiles-layout .post.aux-post-tile .entry-media, .aux-widget-recent-posts-tiles .post.aux-post-tile .entry-media { margin-bottom: 0px; }
.aux-tiles-layout .post.aux-post-tile .entry-media::after, .aux-widget-recent-posts-tiles .post.aux-post-tile .entry-media::after { content: ""; position: absolute; bottom: 0px; left: 0px; height: 60%; width: 100%; background: linear-gradient(to top, rgba(0, 0, 0, 0.635) 0%, rgba(0, 0, 0, 0.44) 34%, rgba(0, 0, 0, 0.38) 47%, rgba(0, 0, 0, 0.28) 56.5%, rgba(0, 0, 0, 0.192) 65%, rgba(0, 0, 0, 0.125) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.043) 86.1%, rgba(0, 0, 0, 0.02) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.004) 98.2%, rgba(0, 0, 0, 0) 100%); }
.aux-tiles-layout .post.aux-post-tile .entry-main, .aux-widget-recent-posts-tiles .post.aux-post-tile .entry-main { position: absolute; bottom: 0px; padding: 40px 20px; width: 100%; margin-bottom: 0px; z-index: 2; }
.aux-tiles-layout .post.aux-post-tile .entry-header, .aux-widget-recent-posts-tiles .post.aux-post-tile .entry-header { margin-bottom: 16px; }
.aux-tiles-layout .post.aux-post-tile .entry-title, .aux-widget-recent-posts-tiles .post.aux-post-tile .entry-title, .aux-tiles-layout .post.aux-post-tile .entry-info, .aux-widget-recent-posts-tiles .post.aux-post-tile .entry-info { color: rgb(255, 255, 255); }
.aux-tiles-layout .post.aux-post-tile .entry-title, .aux-widget-recent-posts-tiles .post.aux-post-tile .entry-title { font-size: 1.125em; margin-bottom: 0.5em; }
.aux-tiles-layout .post.aux-post-tile .entry-title > a, .aux-widget-recent-posts-tiles .post.aux-post-tile .entry-title > a { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.aux-tiles-layout .post.aux-post-tile .entry-info, .aux-widget-recent-posts-tiles .post.aux-post-tile .entry-info { margin-bottom: 0px; }
@media screen and (max-width: 767px) {
  .aux-resp .aux-tiles-layout .post.aux-post-tile .entry-info, .aux-resp .aux-widget-recent-posts-tiles .post.aux-post-tile .entry-info { display: none; }
}
.aux-tiles-layout .post.aux-post-tile .aux-media-image img, .aux-widget-recent-posts-tiles .post.aux-post-tile .aux-media-image img { max-width: none; transition: transform 4s ease 0s; }
.aux-tiles-layout .post.aux-post-tile:hover .aux-media-image img, .aux-widget-recent-posts-tiles .post.aux-post-tile:hover .aux-media-image img { transform: scale(1.04, 1.04); }
.aux-tiles-layout.aux-overlay .post.aux-post-tile .entry-main, .aux-overlay.aux-widget-recent-posts-tiles .post.aux-post-tile .entry-main { position: absolute; top: 50%; transform: translateY(-50%); bottom: auto; padding: 0px 20px; background: 0px 0px; }
.aux-tiles-layout.aux-overlay .post.aux-post-tile .entry-media::after, .aux-overlay.aux-widget-recent-posts-tiles .post.aux-post-tile .entry-media::after { content: ""; position: absolute; top: 0px; z-index: 1; display: block; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.25); pointer-events: none; transition: background-color 1.5s ease 0s; }
.aux-tiles-layout.aux-overlay .post.aux-post-tile:hover .entry-media::after, .aux-overlay.aux-widget-recent-posts-tiles .post.aux-post-tile:hover .entry-media::after { background-color: rgba(0, 0, 0, 0.75); }
.aux-master-menu { position: relative; list-style: none; display: table; width: 100%; }
.aux-master-menu, .aux-master-menu * { margin: 0px; padding: 0px; }
.aux-master-menu ul, .aux-master-menu li { list-style: none; }
.aux-master-menu .aux-menu-item, .aux-master-menu .aux-submenu { box-sizing: border-box; }
.aux-master-menu .aux-menu-item > a, .aux-master-menu .aux-submenu > a { text-decoration: none; color: inherit; }
.aux-master-menu .aux-menu-item { position: relative; display: block; clear: both; width: 100%; box-sizing: content-box; }
.aux-master-menu .aux-menu-item .aux-item-content { position: relative; display: block; }
.aux-master-menu .aux-menu-label { display: block; }
.aux-master-menu .aux-menu-desc { display: block; }
.aux-master-menu .aux-menu-image, .aux-master-menu .aux-menu-icon { display: inline-block; }
.aux-master-menu .aux-menu-image.right, .aux-master-menu .aux-menu-icon.right { float: right; }
.aux-master-menu .aux-menu-image.left, .aux-master-menu .aux-menu-icon.left { float: left; }
.aux-master-menu .aux-menu-image.bottom, .aux-master-menu .aux-menu-image.top, .aux-master-menu .aux-menu-icon.bottom, .aux-master-menu .aux-menu-icon.top { display: block; width: 100%; }
.aux-master-menu .aux-menu-caption { position: absolute; z-index: 122; bottom: 0px; display: block; width: 100%; }
.aux-master-menu .aux-submenu { display: none; position: absolute; z-index: 121; }
.aux-master-menu .aux-submenu > .aux-menu-item { min-width: 180px; }
.aux-master-menu .aux-submenu.aux-open { z-index: 170; }
.aux-master-menu .aux-submenu, .aux-master-menu .aux-submenu .aux-right, .aux-master-menu .aux-submenu .aux-temp-right, .rtl .aux-master-menu .aux-left, .rtl .aux-master-menu .aux-temp-left { inset: 0px auto auto 100%; }
.aux-master-menu .aux-submenu .aux-left, .aux-master-menu .aux-submenu .aux-temp-left, .rtl .aux-master-menu .aux-submenu, .rtl .aux-master-menu .aux-right, .rtl .aux-master-menu .aux-temp-right { inset: 0px 100% auto auto; }
.aux-master-menu .aux-submenu .aux-bottom, .aux-master-menu .aux-submenu .aux-temp-bottom, .aux-master-menu.aux-horizontal > .aux-menu-item > .aux-submenu { inset: 100% auto auto 0px; }
.aux-master-menu .aux-submenu .aux-top, .aux-master-menu .aux-submenu .aux-temp-top { inset: auto auto 100% 0px; }
.aux-master-menu .aux-menu-item.aux-fullwidth { position: static; }
.aux-master-menu .aux-menu-item.aux-fullwidth .aux-submenu > .aux-menu-item { clear: none; width: auto; }
.aux-master-menu .aux-megamenu { width: 100%; }
.aux-master-menu .aux-megamenu.aux-megamenu-1-2 { width: 50%; }
.aux-master-menu .aux-megamenu.aux-megamenu-1-2 { width: 50%; }
.aux-master-menu .aux-megamenu.aux-megamenu-2-3 { width: 66.66%; }
.aux-master-menu .aux-megamenu .aux-menu-row { position: relative; box-sizing: border-box; }
.aux-master-menu .aux-megamenu .aux-menu-row::after, .aux-master-menu .aux-megamenu .aux-menu-row::before { content: ""; display: table; }
.aux-master-menu .aux-megamenu .aux-menu-row::after { clear: both; }
.aux-master-menu .aux-megamenu .aux-menu-column { padding-right: 5px; padding-left: 5px; float: left; box-sizing: border-box; background-clip: content-box; }
.aux-master-menu .aux-megamenu .aux-menu-column.aux-col-1-1 { width: 100%; }
.aux-master-menu .aux-megamenu .aux-menu-column.aux-col-1-2 { width: 50%; }
.aux-master-menu .aux-megamenu .aux-menu-column.aux-col-1-3 { width: 33.3333%; }
.aux-master-menu .aux-megamenu .aux-menu-column.aux-col-2-3 { width: 66.6667%; }
.aux-master-menu .aux-megamenu .aux-menu-column.aux-col-1-4 { width: 25%; }
.aux-master-menu .aux-megamenu .aux-menu-column.aux-col-3-4 { width: 75%; }
.aux-master-menu .aux-megamenu .aux-menu-column.aux-col-1-5 { width: 20%; }
.aux-master-menu .aux-megamenu .aux-menu-column.aux-col-2-5 { width: 40%; }
.aux-master-menu .aux-megamenu .aux-menu-column.aux-col-3-5 { width: 60%; }
.aux-master-menu .aux-megamenu .aux-menu-column.aux-col-4-5 { width: 80%; }
.aux-master-menu .aux-megamenu .aux-menu-column.aux-col-1-6 { width: 16.6667%; }
.aux-master-menu .aux-megamenu .aux-menu-column.aux-col-5-6 { width: 83.3333%; }
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .aux-master-menu .aux-megamenu .aux-menu-column.aux-large-1-1 { width: 100%; }
  .aux-master-menu .aux-megamenu .aux-menu-column.aux-large-1-2 { width: 50%; }
  .aux-master-menu .aux-megamenu .aux-menu-column.aux-large-1-3 { width: 33.3333%; }
  .aux-master-menu .aux-megamenu .aux-menu-column.aux-large-2-3 { width: 66.6667%; }
  .aux-master-menu .aux-megamenu .aux-menu-column.aux-large-1-4 { width: 25%; }
  .aux-master-menu .aux-megamenu .aux-menu-column.aux-large-3-4 { width: 75%; }
  .aux-master-menu .aux-megamenu .aux-menu-column.aux-large-1-5 { width: 20%; }
  .aux-master-menu .aux-megamenu .aux-menu-column.aux-large-2-5 { width: 40%; }
  .aux-master-menu .aux-megamenu .aux-menu-column.aux-large-3-5 { width: 60%; }
  .aux-master-menu .aux-megamenu .aux-menu-column.aux-large-4-5 { width: 80%; }
  .aux-master-menu .aux-megamenu .aux-menu-column.aux-large-1-6 { width: 16.6667%; }
  .aux-master-menu .aux-megamenu .aux-menu-column.aux-large-5-6 { width: 83.3333%; }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .aux-master-menu .aux-megamenu .aux-menu-column.aux-medium-1-1 { width: 100%; }
  .aux-master-menu .aux-megamenu .aux-menu-column.aux-medium-1-2 { width: 50%; }
  .aux-master-menu .aux-megamenu .aux-menu-column.aux-medium-1-3 { width: 33.3333%; }
  .aux-master-menu .aux-megamenu .aux-menu-column.aux-medium-2-3 { width: 66.6667%; }
  .aux-master-menu .aux-megamenu .aux-menu-column.aux-medium-1-4 { width: 25%; }
  .aux-master-menu .aux-megamenu .aux-menu-column.aux-medium-3-4 { width: 75%; }
  .aux-master-menu .aux-megamenu .aux-menu-column.aux-medium-1-5 { width: 20%; }
  .aux-master-menu .aux-megamenu .aux-menu-column.aux-medium-2-5 { width: 40%; }
  .aux-master-menu .aux-megamenu .aux-menu-column.aux-medium-3-5 { width: 60%; }
  .aux-master-menu .aux-megamenu .aux-menu-column.aux-medium-4-5 { width: 80%; }
  .aux-master-menu .aux-megamenu .aux-menu-column.aux-medium-1-6 { width: 16.6667%; }
  .aux-master-menu .aux-megamenu .aux-menu-column.aux-medium-5-6 { width: 83.3333%; }
}
@media screen and (max-width: 767px) {
  .aux-master-menu .aux-megamenu .aux-menu-column.aux-small-1-1 { width: 100%; }
  .aux-master-menu .aux-megamenu .aux-menu-column.aux-small-1-2 { width: 50%; }
  .aux-master-menu .aux-megamenu .aux-menu-column.aux-small-1-3 { width: 33.3333%; }
  .aux-master-menu .aux-megamenu .aux-menu-column.aux-small-2-3 { width: 66.6667%; }
  .aux-master-menu .aux-megamenu .aux-menu-column.aux-small-1-4 { width: 25%; }
  .aux-master-menu .aux-megamenu .aux-menu-column.aux-small-3-4 { width: 75%; }
  .aux-master-menu .aux-megamenu .aux-menu-column.aux-small-1-5 { width: 20%; }
  .aux-master-menu .aux-megamenu .aux-menu-column.aux-small-2-5 { width: 40%; }
  .aux-master-menu .aux-megamenu .aux-menu-column.aux-small-3-5 { width: 60%; }
  .aux-master-menu .aux-megamenu .aux-menu-column.aux-small-4-5 { width: 80%; }
  .aux-master-menu .aux-megamenu .aux-menu-column.aux-small-1-6 { width: 16.6667%; }
  .aux-master-menu .aux-megamenu .aux-menu-column.aux-small-5-6 { width: 83.3333%; }
}
@media screen and (max-width: 767px) {
  .aux-master-menu .aux-megamenu .aux-menu-column { width: 100% !important; }
  .aux-master-menu .aux-megamenu .aux-menu-column .aux-hide-mobile { display: none; }
}
.aux-master-menu .aux-megamenu .aux-menu-column.aux-column-right { float: right; }
.aux-master-menu .aux-megamenu .aux-menu-column > .aux-menu-row { margin-left: 0px; margin-right: 0px; }
.aux-megamenu .aux-menu-list .aux-menu-list-container::after, .aux-megamenu .aux-menu-list .aux-menu-list-container::before { content: ""; display: table; }
.aux-megamenu .aux-menu-list .aux-menu-list-container::after { clear: both; }
.aux-megamenu .aux-menu-list > .aux-item-content { text-decoration: none; }
.aux-megamenu .aux-menu-list .aux-menu-sec-text { float: right; color: rgb(255, 255, 255); padding: 2px 5px; }
.aux-menu-tabs { padding: 0px !important; }
.aux-menu-tabs .aux-menu-tab { position: static; }
.aux-menu-tabs .aux-menu-tab-container { position: absolute; inset: 0px 0px auto auto; padding: 0px; }
.aux-menu-tabs .aux-menu-tab-container::after, .aux-menu-tabs .aux-menu-tab-container::before { content: ""; display: table; }
.aux-menu-tabs .aux-menu-tab-container::after { clear: both; }
@media screen and (max-width: 767px) {
  .aux-menu-tabs .aux-menu-tab-container { position: relative; }
}
.aux-megamenu .aux-menu-image-item > a { text-decoration: none; color: inherit; }
.aux-master-menu.aux-horizontal .aux-menu-item { float: left; }
.aux-master-menu.aux-horizontal > .aux-menu-item { clear: none; width: auto; }
.aux-master-menu.aux-horizontal > .aux-menu-item > .aux-submenu { left: 0px; top: 100%; }
.aux-master-menu.aux-horizontal .aux-menu-item.aux-fullwidth-sub { position: static; }
.aux-master-menu.aux-horizontal .aux-menu-item.aux-fullwidth-sub .aux-submenu > .aux-menu-item { clear: none; width: auto; }
.aux-master-menu.aux-align-center { text-align: center; }
.aux-master-menu.aux-align-center > .aux-menu-item { display: inline-block; float: none; text-align: left; }
.aux-master-menu.aux-align-center.aux-narrow .aux-menu-spacer { display: none; }
.aux-master-menu.aux-align-right > .aux-menu-item { float: right; }
.aux-master-menu.aux-toggle.aux-horizontal > .aux-menu-item { clear: both; width: 100%; }
.aux-master-menu.aux-toggle .aux-menu-item > .aux-submenu { position: relative; }
.aux-master-menu.aux-toggle .aux-menu-item > .aux-submenu, .aux-master-menu.aux-toggle .aux-menu-item > .aux-submenu.aux-left, .aux-master-menu.aux-toggle .aux-menu-item > .aux-submenu.aux-top, .aux-master-menu.aux-toggle .aux-menu-item > .aux-submenu.aux-right, .aux-master-menu.aux-toggle .aux-menu-item > .aux-submenu.aux-bottom { inset: auto; }
.aux-master-menu.aux-toggle .aux-menu-item > .aux-submenu.aux-horizontal > .aux-menu-item { clear: both; width: 100%; }
@media screen and (max-width: 550px) {
  .aux-master-menu.aux-no-js.aux-horizontal > .aux-menu-item { clear: both; width: 100%; }
  .aux-master-menu.aux-no-js .aux-menu-item > .aux-submenu { position: relative; }
  .aux-master-menu.aux-no-js .aux-menu-item > .aux-submenu, .aux-master-menu.aux-no-js .aux-menu-item > .aux-submenu.aux-left, .aux-master-menu.aux-no-js .aux-menu-item > .aux-submenu.aux-top, .aux-master-menu.aux-no-js .aux-menu-item > .aux-submenu.aux-right, .aux-master-menu.aux-no-js .aux-menu-item > .aux-submenu.aux-bottom { inset: auto; }
  .aux-master-menu.aux-no-js .aux-menu-item > .aux-submenu.aux-horizontal > .aux-menu-item { clear: both; width: 100%; }
}
.aux-master-menu.aux-cover .aux-menu-item { position: static; }
.aux-master-menu.aux-cover .aux-menu-item > .aux-submenu { position: absolute; width: 100%; top: 0px; background: rgb(255, 255, 255); min-height: 100%; }
.aux-master-menu.aux-cover .aux-menu-item > .aux-submenu::after, .aux-master-menu.aux-cover .aux-menu-item > .aux-submenu::before { content: ""; display: table; }
.aux-master-menu.aux-cover .aux-menu-item > .aux-submenu::after { clear: both; }
.aux-master-menu.aux-cover .aux-menu-row { position: static; }
.aux-master-menu.aux-no-js .aux-menu-item:hover > .aux-submenu { display: block; }
.aux-master-menu .aux-menu-item.aux-open > .aux-submenu { display: block; }
.aux-menu-skin-default.aux-vertical .aux-menu-item > .aux-submenu, .aux-menu-skin-default.aux-horizontal .aux-menu-item > .aux-submenu { display: block; overflow: hidden; height: 0px; visibility: hidden; opacity: 0; transition: all 0.18s ease 0s; transform: translateY(20px); }
.aux-menu-skin-default.aux-vertical .aux-menu-item.aux-open > .aux-submenu, .aux-menu-skin-default.aux-horizontal .aux-menu-item.aux-open > .aux-submenu, .aux-menu-skin-default.aux-vertical.aux-no-js .aux-menu-item:hover > .aux-submenu, .aux-menu-skin-default.aux-horizontal.aux-no-js .aux-menu-item:hover > .aux-submenu { height: auto; overflow: visible; visibility: visible; opacity: 1; transition: all 0.28s ease 0s; transform: none; }
.aux-menu-skin-default.aux-cover .aux-submenu { display: block; opacity: 0; transform: translateX(-100%); transition: all 0.28s ease 0s; }
.aux-menu-skin-default.aux-cover .aux-menu-item.aux-open > .aux-submenu, .aux-menu-skin-default.aux-cover.aux-no-js .aux-menu-item:hover > .aux-submenu { transition: all 0.28s ease 0s; transform: none; opacity: 1; }
.aux-menu-skin-default { font-size: 0.9em; }
.aux-menu-skin-default .aux-item-content:hover .aux-menu-desc { color: blue; }
.aux-menu-skin-default > .aux-menu-item > .aux-item-content { display: block; padding: 25px 15px; font-size: 0.95em; color: rgb(88, 88, 88); }
.aux-menu-skin-default > .aux-menu-item.aux-hover > .aux-item-content { background-color: rgb(238, 238, 238); color: rgb(51, 51, 51); }
.aux-menu-skin-default.aux-wide > .aux-menu-item > .aux-item-content > .aux-submenu-indicator { display: inline-block; position: relative; width: 6px; height: 6px; border-style: solid; border-color: rgb(85, 85, 85); border-image: initial; border-width: 2px 0px 0px 2px; transform: rotate(225deg); transform-origin: 2px 2px; box-sizing: border-box; margin-left: 9px; top: 1px; }
.aux-menu-skin-default.aux-wide > .aux-menu-item.aux-hover > .aux-item-content > .aux-submenu-indicator { transform: rotate(180deg); border-color: rgb(136, 136, 136); }
.aux-menu-skin-default.aux-narrow > .aux-menu-item > .aux-item-content > .aux-submenu-indicator { display: block; position: absolute; right: 0px; top: 0px; height: 100%; width: 41px; }
.aux-menu-skin-default.aux-narrow > .aux-menu-item > .aux-item-content > .aux-submenu-indicator::after { position: absolute; content: ""; display: block; width: 12px; height: 12px; border-style: solid; border-color: rgb(85, 85, 85); border-image: initial; border-width: 2px 0px 0px 2px; left: 50%; top: 50%; margin-left: -4px; margin-top: -4px; transform: rotate(225deg); transform-origin: 4px 4px; box-sizing: border-box; }
.aux-menu-skin-default.aux-narrow > .aux-menu-item > .aux-item-content > .aux-submenu-indicator:hover::after { border-color: rgb(136, 136, 136); }
.aux-menu-skin-default.aux-narrow > .aux-menu-item.aux-open > .aux-item-content .aux-submenu-indicator::after { transform: rotate(45deg); margin-top: -3.51472px; }
.aux-menu-skin-default .aux-submenu > .aux-menu-item > .aux-item-content { font-size: 0.9em; color: rgb(88, 88, 88); padding: 10px 15px; background-color: rgb(255, 255, 255); display: block; position: relative; }
.aux-menu-skin-default .aux-submenu > .aux-menu-item.aux-hover > .aux-item-content { color: rgb(255, 255, 255); background-color: rgb(50, 167, 233); }
.aux-menu-skin-default .aux-submenu > .aux-menu-item.aux-hover > .aux-item-content .aux-submenu-indicator { border-color: rgb(255, 255, 255); }
.aux-menu-skin-default.aux-wide .aux-submenu { box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 3px 0px; }
.aux-menu-skin-default.aux-wide .aux-submenu .aux-submenu-indicator { display: inline-block; position: absolute; width: 6px; height: 6px; border-style: solid; border-color: rgb(88, 88, 88); border-image: initial; border-width: 2px 0px 0px 2px; transform: rotate(135deg); transform-origin: 2px 2px; box-sizing: border-box; top: 45%; right: 14px; }
.aux-menu-skin-default.aux-narrow .aux-submenu > .aux-menu-item > .aux-item-content { display: block; position: relative; }
.aux-menu-skin-default.aux-narrow .aux-submenu { box-shadow: none; }
.aux-menu-skin-default.aux-narrow .aux-submenu .aux-submenu-indicator { display: block; position: absolute; right: 0px; top: 0px; height: 100%; width: 41px; }
.aux-menu-skin-default.aux-narrow .aux-submenu .aux-submenu-indicator::after { position: absolute; content: ""; display: block; width: 12px; height: 12px; border-style: solid; border-color: rgb(85, 85, 85); border-image: initial; border-width: 2px 0px 0px 2px; left: 50%; top: 50%; margin-left: -4px; margin-top: -4px; transform: rotate(225deg); transform-origin: 4px 4px; box-sizing: border-box; }
.aux-menu-skin-default.aux-narrow .aux-submenu .aux-menu-item.aux-open > .aux-item-content .aux-submenu-indicator::after { transform: rotate(45deg); }
.aux-menu-skin-default .aux-megamenu { background-color: rgb(255, 255, 255); font-size: 0.9em; }
.aux-menu-skin-default .aux-megamenu .aux-menu-column { padding: 5px; }
.aux-menu-skin-default .aux-megamenu .aux-menu-list .aux-menu-list-container { padding: 10px 0px; }
.aux-menu-skin-default .aux-megamenu .aux-menu-list > .aux-item-content { display: block; padding: 10px 20px; font-size: 0.9em; font-weight: 600; color: rgb(51, 51, 51); border: none; }
.aux-menu-skin-default .aux-megamenu .aux-menu-list .aux-menu-list-item .aux-item-content { display: block; padding: 10px 20px; font-size: 0.9em; font-weight: 600; color: rgb(51, 51, 51); border: none; }
.aux-menu-skin-default .aux-megamenu .aux-menu-list .aux-menu-list-item .aux-item-content:hover .aux-menu-desc { color: red; }
.aux-menu-skin-default .aux-menu-image-item { padding: 10px 0px; }
.aux-menu-skin-default .aux-menu-tabs .aux-menu-tab > .aux-item-content { padding: 10px 20px; color: rgb(51, 51, 51); font-size: 1em; border: none; }
.aux-menu-skin-default .aux-menu-tabs .aux-menu-tab > .aux-item-content:hover { background-color: rgb(241, 241, 241); }
.aux-menu-skin-default .aux-menu-tabs .aux-menu-tab-container { padding: 5px 0px; box-shadow: none; }
.aux-menu-skin-default.aux-wide .aux-menu-tabs .aux-menu-item > .aux-item-content > .aux-submenu-indicator { display: inline-block; position: absolute; top: 45%; right: 14px; width: 6px; height: 6px; border-style: solid; border-color: rgb(88, 88, 88); border-image: initial; border-width: 2px 0px 0px 2px; transform: rotate(135deg); transform-origin: 2px 2px; box-sizing: border-box; }
.aux-menu-skin-default.aux-wide .aux-menu-tabs .aux-menu-item.aux-hover > .aux-item-content > .aux-submenu-indicator { border-color: rgb(255, 255, 255); }
.aux-menu-skin-default.aux-wide .aux-menu-tabs .aux-menu-item.aux-open > .aux-item-content .aux-submenu-indicator { border-color: rgb(136, 136, 136); }
.aux-master-menu.aux-horizontal { text-rendering: optimizespeed; position: static; }
.aux-master-menu.aux-horizontal > .menu-item { float: none; display: inline-block; vertical-align: top; }
.aux-master-menu .aux-menu-icon { font-size: 130%; vertical-align: middle; line-height: 100%; }
.aux-master-menu .aux-menu-icon.top, .aux-master-menu .aux-menu-icon.bottom { text-align: center; line-height: 100%; }
.aux-master-menu .aux-menu-icon.left, .aux-master-menu .aux-menu-icon.right { word-spacing: 0.3125em; float: none !important; }
.aux-dom-unready .aux-nav-menu-element .aux-master-menu { display: none !important; }
.aux-master-menu .aux-submenu.aux-megamenu { padding: 0px; }
.aux-master-menu .aux-submenu.aux-megamenu .aux-menu-label { display: inline-block; }
.aux-master-menu .aux-submenu.aux-megamenu .aux-menu-column { padding: 15px 2.5%; position: relative; }
.aux-master-menu .aux-submenu.aux-megamenu .aux-menu-column:last-child::after { display: none; }
.aux-master-menu .aux-submenu.aux-megamenu .aux-menu-column.aux-title-off > .aux-item-content { display: none; }
.aux-master-menu .aux-submenu.aux-megamenu .aux-menu-column > .aux-item-content { line-height: 150%; padding: 15px 0px; }
.aux-master-menu .aux-submenu.aux-megamenu .aux-menu-list-container > .aux-menu-list-item > .aux-item-content { padding: 12px 0px; }
.aux-master-menu.aux-vertical .aux-menu-item.aux-hover > .aux-submenu, .aux-master-menu.aux-horizontal .aux-menu-item.aux-hover > .aux-submenu { display: block; }
.aux-master-menu.aux-vertical .aux-menu-item > .aux-submenu, .aux-master-menu.aux-horizontal .aux-menu-item > .aux-submenu { opacity: 0; }
.aux-master-menu.aux-vertical .aux-menu-item.aux-open > .aux-submenu, .aux-master-menu.aux-horizontal .aux-menu-item.aux-open > .aux-submenu, .aux-master-menu.aux-vertical.aux-no-js .aux-menu-item:hover > .aux-submenu, .aux-master-menu.aux-horizontal.aux-no-js .aux-menu-item:hover > .aux-submenu { opacity: 1; }
.aux-master-menu.aux-fade-nav.aux-vertical .aux-menu-item.aux-hover > .aux-submenu, .aux-master-menu.aux-fade-nav.aux-horizontal .aux-menu-item.aux-hover > .aux-submenu { display: block; }
.aux-master-menu.aux-fade-nav.aux-vertical .aux-menu-item > .aux-submenu, .aux-master-menu.aux-fade-nav.aux-horizontal .aux-menu-item > .aux-submenu { opacity: 0; transition: opacity 0.3s ease-out 0s; }
.aux-master-menu.aux-fade-nav.aux-vertical .aux-menu-item.aux-open > .aux-submenu, .aux-master-menu.aux-fade-nav.aux-horizontal .aux-menu-item.aux-open > .aux-submenu, .aux-master-menu.aux-fade-nav.aux-vertical.aux-no-js .aux-menu-item:hover > .aux-submenu, .aux-master-menu.aux-fade-nav.aux-horizontal.aux-no-js .aux-menu-item:hover > .aux-submenu { opacity: 1; }
.aux-master-menu.aux-slide-up-nav.aux-vertical .aux-menu-item.aux-hover > .aux-submenu, .aux-master-menu.aux-slide-up-nav.aux-horizontal .aux-menu-item.aux-hover > .aux-submenu { display: block; }
.aux-master-menu.aux-slide-up-nav.aux-vertical .aux-menu-item > .aux-submenu, .aux-master-menu.aux-slide-up-nav.aux-horizontal .aux-menu-item > .aux-submenu { opacity: 0; transform: translateY(4px); transition: all 0.25s ease-out 0s; }
.aux-master-menu.aux-slide-up-nav.aux-vertical .aux-menu-item.aux-open > .aux-submenu, .aux-master-menu.aux-slide-up-nav.aux-horizontal .aux-menu-item.aux-open > .aux-submenu, .aux-master-menu.aux-slide-up-nav.aux-vertical.aux-no-js .aux-menu-item:hover > .aux-submenu, .aux-master-menu.aux-slide-up-nav.aux-horizontal.aux-no-js .aux-menu-item:hover > .aux-submenu { opacity: 1; transform: translateY(0px); }
.site-header-section nav.aux-master-menu, .aux-elementor-header-menu nav.aux-master-menu { height: 100%; }
.site-header-section nav.aux-master-menu ul, .aux-elementor-header-menu nav.aux-master-menu ul { display: flex; height: 100%; }
.site-header-section nav.aux-master-menu li, .aux-elementor-header-menu nav.aux-master-menu li { display: block; padding: 0.75em 0px; font-size: 0.875em; color: rgb(61, 61, 61); text-transform: uppercase; white-space: nowrap; align-self: center; }
.site-header-section nav.aux-master-menu li a, .aux-elementor-header-menu nav.aux-master-menu li a { color: inherit; }
.site-header-section .aux-menu-depth-0 > .aux-item-content, .aux-elementor-header-menu .aux-menu-depth-0 > .aux-item-content { display: block; padding: 0.75em 1.3125em; font-size: 0.875em; color: rgb(61, 61, 61); text-transform: uppercase; white-space: nowrap; }
.site-header-section .aux-menu-depth-0 > .aux-item-content .aux-menu-label, .aux-elementor-header-menu .aux-menu-depth-0 > .aux-item-content .aux-menu-label { display: inline-block; text-decoration: inherit; }
.site-header-section .aux-menu-depth-0:first-child > .aux-item-content, .aux-elementor-header-menu .aux-menu-depth-0:first-child > .aux-item-content { padding-left: 0px; }
.site-header-section .aux-menu-depth-0:last-child > .aux-item-content, .aux-elementor-header-menu .aux-menu-depth-0:last-child > .aux-item-content { padding-right: 0px; }
.site-header-section .aux-menu-depth-0.aux-hover > .aux-item-content, .aux-elementor-header-menu .aux-menu-depth-0.aux-hover > .aux-item-content { color: rgb(170, 170, 170); }
.site-header-section .aux-menu-depth-0.current-menu-item, .aux-elementor-header-menu .aux-menu-depth-0.current-menu-item { color: rgb(170, 170, 170); font-weight: 600; }
.site-header-section .aux-menu-depth-0 > .aux-item-content, .aux-elementor-header-menu .aux-menu-depth-0 > .aux-item-content { display: table-cell; padding-top: 0px; padding-bottom: 0px; vertical-align: middle; cursor: default; }
.site-header-section .aux-menu-depth-0 > a.aux-item-content, .aux-elementor-header-menu .aux-menu-depth-0 > a.aux-item-content { cursor: pointer; }
.site-header-section .secondary-bar .aux-fill .aux-menu-depth-0 > .aux-item-content, .aux-elementor-header-menu .secondary-bar .aux-fill .aux-menu-depth-0 > .aux-item-content { height: 60px; }
.site-header-section .secondary-bar .aux-start .aux-menu-depth-0:first-child > .aux-item-content, .aux-elementor-header-menu .secondary-bar .aux-start .aux-menu-depth-0:first-child > .aux-item-content { padding-left: 0px; }
.site-header-section .aux-master-menu.aux-horizontal.aux-with-splitter > .aux-menu-item > .aux-item-content::after, .aux-elementor-header-menu .aux-master-menu.aux-horizontal.aux-with-splitter > .aux-menu-item > .aux-item-content::after { content: ""; display: inline-block; position: relative; width: 3px; height: 3px; left: 1.1875em; vertical-align: middle; border-radius: 50%; background-color: rgb(61, 61, 61); transform: translateY(-50%); }
.site-header-section .aux-master-menu.aux-horizontal.aux-with-splitter > .aux-menu-item:last-child > .aux-item-content::after, .aux-elementor-header-menu .aux-master-menu.aux-horizontal.aux-with-splitter > .aux-menu-item:last-child > .aux-item-content::after { display: none; }
.site-header-section .aux-master-menu.aux-horizontal.aux-with-indicator > .aux-menu-item > .aux-item-content > .aux-submenu-indicator, .aux-elementor-header-menu .aux-master-menu.aux-horizontal.aux-with-indicator > .aux-menu-item > .aux-item-content > .aux-submenu-indicator { background-image: url("symbols.svg"); background-repeat: no-repeat; width: 10px; height: 6px; background-position: 0px -687px; margin-left: 0.375em; top: -1px; display: inline-block; position: relative; }
.site-header-section .aux-master-menu.aux-vertical .aux-menu-depth-0 > .aux-item-content, .aux-elementor-header-menu .aux-master-menu.aux-vertical .aux-menu-depth-0 > .aux-item-content { padding: 0.9375em; }
.site-header-section .aux-master-menu.aux-vertical.aux-with-indicator > .aux-menu-item > .aux-item-content > .aux-submenu-indicator, .aux-elementor-header-menu .aux-master-menu.aux-vertical.aux-with-indicator > .aux-menu-item > .aux-item-content > .aux-submenu-indicator { background-image: url("symbols.svg"); background-repeat: no-repeat; display: block; width: 6px; height: 10px; background-position: 0px -761px; position: absolute; right: -10px; top: 50%; transform: translateY(-50%); }
.site-header-section.aux-header-light .aux-master-menu.aux-horizontal.aux-with-splitter > .aux-menu-item > .aux-item-content::after, .aux-elementor-header-menu.aux-header-light .aux-master-menu.aux-horizontal.aux-with-splitter > .aux-menu-item > .aux-item-content::after { background-color: rgb(255, 255, 255); }
.site-header-section.aux-header-light .aux-master-menu.aux-horizontal.aux-with-indicator > .aux-menu-item > .aux-item-content > .aux-submenu-indicator, .aux-elementor-header-menu.aux-header-light .aux-master-menu.aux-horizontal.aux-with-indicator > .aux-menu-item > .aux-item-content > .aux-submenu-indicator { background-image: url("symbols.svg"); background-repeat: no-repeat; width: 10px; height: 6px; background-position: -178px -687px; display: inline-block !important; }
.site-header-section.aux-header-light .aux-master-menu.aux-vertical.aux-with-indicator > .aux-menu-item > .aux-item-content > .aux-submenu-indicator, .aux-elementor-header-menu.aux-header-light .aux-master-menu.aux-vertical.aux-with-indicator > .aux-menu-item > .aux-item-content > .aux-submenu-indicator { background-image: url("symbols.svg"); background-repeat: no-repeat; display: block; width: 6px; height: 10px; background-position: -178px -761px; }
.aux-master-menu.aux-narrow .aux-menu-item > .aux-item-content { display: block; color: rgb(61, 61, 61); line-height: 100%; }
.aux-master-menu.aux-narrow .aux-menu-item > .aux-item-content .aux-menu-label { display: inline-block; }
.aux-master-menu.aux-narrow .aux-menu-item > .aux-submenu { display: block; height: 0px; overflow: hidden; }
.aux-master-menu.aux-narrow .aux-submenu-indicator { display: block; position: absolute; width: 11px; height: 0px; right: 5px; top: 50%; border-style: solid; border-color: transparent; border-image: initial; border-width: 20px 13px; cursor: pointer; transform: translateY(-50%); box-sizing: content-box; }
.aux-toggle-menu-bar .aux-master-menu.aux-narrow .aux-submenu-indicator { right: 0px; }
.aux-master-menu.aux-narrow .aux-submenu-indicator::after { transition: all 0.3s ease 0s; }
.aux-master-menu.aux-narrow .aux-open > .aux-item-content .aux-submenu-indicator::after { transform: rotate(0deg); }
.aux-master-menu.aux-narrow .aux-menu-icon { display: none !important; }
.aux-master-menu.aux-narrow .aux-menu-icon.top, .aux-master-menu.aux-narrow .aux-menu-icon.bottom { display: inline-block; width: auto; }
.aux-master-menu.aux-narrow .aux-submenu.aux-megamenu { padding: 0px 0.75em; }
.aux-master-menu.aux-narrow .aux-submenu.aux-megamenu .aux-menu-column > .aux-item-content { color: rgb(61, 61, 61); font-weight: 600; }
.aux-master-menu.aux-narrow .aux-submenu.aux-megamenu .aux-menu-item.aux-hover > .aux-item-content { color: rgb(170, 170, 170); }
.aux-master-menu.aux-narrow .aux-submenu.aux-megamenu .aux-menu-column > .aux-item-content { border-bottom: 1px solid rgb(187, 187, 187); padding-bottom: 20px; margin-bottom: 8px; }
.aux-master-menu.aux-vertical.aux-skin-classic .aux-submenu, .aux-master-menu.aux-horizontal.aux-skin-classic .aux-submenu { padding: 10px 0px; font-size: 0.9375rem; color: rgb(255, 255, 255); margin-top: -11px; border: 1px solid rgba(255, 255, 255, 0.2); background-color: rgb(61, 61, 61); }
.aux-master-menu.aux-vertical.aux-skin-classic .aux-submenu > .aux-menu-item > .aux-item-content, .aux-master-menu.aux-horizontal.aux-skin-classic .aux-submenu > .aux-menu-item > .aux-item-content { position: relative; display: block; padding: 15px; margin: 0px 10px; min-width: 200px; line-height: 150%; }
.aux-master-menu.aux-vertical.aux-skin-classic .aux-submenu > .aux-menu-item > .aux-item-content > .aux-menu-label, .aux-master-menu.aux-horizontal.aux-skin-classic .aux-submenu > .aux-menu-item > .aux-item-content > .aux-menu-label { display: inline-block; }
.aux-master-menu.aux-vertical.aux-skin-classic .aux-submenu > .aux-menu-item > .aux-item-content > .aux-submenu-indicator, .aux-master-menu.aux-horizontal.aux-skin-classic .aux-submenu > .aux-menu-item > .aux-item-content > .aux-submenu-indicator { background-image: url("symbols.svg"); background-repeat: no-repeat; display: block; width: 10px; height: 10px; background-position: -258px -554px; position: absolute; top: 50%; right: 10px; transform: translateY(-50%); transition: opacity 0.3s ease-out 0s; }
.aux-master-menu.aux-vertical.aux-skin-classic .aux-submenu > .aux-menu-item.aux-hover > .aux-item-content, .aux-master-menu.aux-horizontal.aux-skin-classic .aux-submenu > .aux-menu-item.aux-hover > .aux-item-content { background-color: rgb(51, 51, 51); }
.aux-master-menu.aux-vertical.aux-skin-classic .aux-menu-depth-0 > .aux-submenu, .aux-master-menu.aux-horizontal.aux-skin-classic .aux-menu-depth-0 > .aux-submenu { color: rgb(61, 61, 61); margin-top: 0px; background-color: rgb(243, 243, 243); }
.aux-master-menu.aux-vertical.aux-skin-classic .aux-menu-depth-0 > .aux-submenu > .aux-menu-item.aux-hover > .aux-item-content, .aux-master-menu.aux-horizontal.aux-skin-classic .aux-menu-depth-0 > .aux-submenu > .aux-menu-item.aux-hover > .aux-item-content { background-color: rgb(234, 234, 234); }
.aux-master-menu.aux-vertical.aux-skin-classic .aux-menu-depth-0 > .aux-submenu > .aux-menu-item > .aux-item-content > .aux-submenu-indicator, .aux-master-menu.aux-horizontal.aux-skin-classic .aux-menu-depth-0 > .aux-submenu > .aux-menu-item > .aux-item-content > .aux-submenu-indicator { background-image: url("symbols.svg"); background-repeat: no-repeat; display: block; width: 10px; height: 10px; background-position: -80px -554px; }
.aux-master-menu.aux-vertical.aux-skin-classic .aux-submenu.aux-megamenu .aux-menu-column > .aux-item-content, .aux-master-menu.aux-horizontal.aux-skin-classic .aux-submenu.aux-megamenu .aux-menu-column > .aux-item-content { color: rgb(61, 61, 61); font-weight: 600; }
.aux-master-menu.aux-vertical.aux-skin-classic .aux-submenu.aux-megamenu .aux-menu-item.aux-hover > .aux-item-content, .aux-master-menu.aux-horizontal.aux-skin-classic .aux-submenu.aux-megamenu .aux-menu-item.aux-hover > .aux-item-content { color: rgb(170, 170, 170); }
.aux-master-menu.aux-vertical.aux-skin-classic .aux-submenu.aux-megamenu .aux-menu-column > .aux-item-content, .aux-master-menu.aux-horizontal.aux-skin-classic .aux-submenu.aux-megamenu .aux-menu-column > .aux-item-content { border-bottom: 1px solid rgb(187, 187, 187); padding-bottom: 20px; margin-bottom: 8px; }
.aux-master-menu.aux-vertical.aux-skin-minimal-center .aux-submenu, .aux-master-menu.aux-horizontal.aux-skin-minimal-center .aux-submenu { padding: 14px 0px; box-sizing: content-box; font-size: 0.9375em; text-align: center; color: rgb(255, 255, 255); border: 1px solid rgba(255, 255, 255, 0.5); background-color: rgb(61, 61, 61); }
.aux-master-menu.aux-vertical.aux-skin-minimal-center .aux-submenu > .aux-menu-item > .aux-item-content, .aux-master-menu.aux-horizontal.aux-skin-minimal-center .aux-submenu > .aux-menu-item > .aux-item-content { position: relative; display: block; padding: 14px; min-width: 220px; line-height: 150%; }
.aux-master-menu.aux-vertical.aux-skin-minimal-center .aux-submenu > .aux-menu-item > .aux-item-content > .aux-menu-label, .aux-master-menu.aux-horizontal.aux-skin-minimal-center .aux-submenu > .aux-menu-item > .aux-item-content > .aux-menu-label { display: inline-block; }
.aux-master-menu.aux-vertical.aux-skin-minimal-center .aux-submenu > .aux-menu-item > .aux-item-content > .aux-submenu-indicator, .aux-master-menu.aux-horizontal.aux-skin-minimal-center .aux-submenu > .aux-menu-item > .aux-item-content > .aux-submenu-indicator { vertical-align: middle; background-image: url("symbols.svg"); background-repeat: no-repeat; width: 10px; height: 10px; background-position: -258px -554px; opacity: 0.8; margin-left: 2px; display: inline-block; transition: opacity 0.3s ease-out 0s; }
.aux-master-menu.aux-vertical.aux-skin-minimal-center .aux-submenu > .aux-menu-item.aux-hover > .aux-item-content, .aux-master-menu.aux-horizontal.aux-skin-minimal-center .aux-submenu > .aux-menu-item.aux-hover > .aux-item-content { color: rgb(170, 170, 170); }
.aux-master-menu.aux-vertical.aux-skin-minimal-center .aux-submenu > .aux-menu-item.aux-hover > .aux-item-content > .aux-submenu-indicator, .aux-master-menu.aux-horizontal.aux-skin-minimal-center .aux-submenu > .aux-menu-item.aux-hover > .aux-item-content > .aux-submenu-indicator { opacity: 0.6; }
.aux-master-menu.aux-vertical.aux-skin-minimal-center .aux-menu-depth-0 > .aux-submenu, .aux-master-menu.aux-horizontal.aux-skin-minimal-center .aux-menu-depth-0 > .aux-submenu { left: 50%; transform: translateX(-50%); box-sizing: border-box; color: rgb(61, 61, 61); border: 1px solid rgb(187, 187, 187); background-color: rgb(255, 255, 255); }
.aux-master-menu.aux-vertical.aux-skin-minimal-center .aux-menu-depth-0 > .aux-submenu::before, .aux-master-menu.aux-vertical.aux-skin-minimal-center .aux-menu-depth-0 > .aux-submenu::after, .aux-master-menu.aux-horizontal.aux-skin-minimal-center .aux-menu-depth-0 > .aux-submenu::before, .aux-master-menu.aux-horizontal.aux-skin-minimal-center .aux-menu-depth-0 > .aux-submenu::after { width: 0px; height: 0px; border-bottom: 8px solid rgb(255, 255, 255); border-left: 8px solid transparent; border-right: 8px solid transparent; position: absolute; top: -8px; left: 50%; z-index: 2; display: block; margin-left: -8px; content: ""; }
.aux-master-menu.aux-vertical.aux-skin-minimal-center .aux-menu-depth-0 > .aux-submenu::after, .aux-master-menu.aux-horizontal.aux-skin-minimal-center .aux-menu-depth-0 > .aux-submenu::after { top: -10px; z-index: 1; margin-left: -9px; border-width: 9px; border-bottom-color: rgb(187, 187, 187); }
.aux-master-menu.aux-vertical.aux-skin-minimal-center .aux-menu-depth-0 > .aux-submenu > .aux-menu-item > .aux-item-content > .aux-submenu-indicator, .aux-master-menu.aux-horizontal.aux-skin-minimal-center .aux-menu-depth-0 > .aux-submenu > .aux-menu-item > .aux-item-content > .aux-submenu-indicator { background-image: url("symbols.svg"); background-repeat: no-repeat; width: 10px; height: 10px; background-position: -80px -554px; display: inline-block; }
.aux-master-menu.aux-vertical.aux-skin-minimal-center .aux-submenu.aux-megamenu, .aux-master-menu.aux-horizontal.aux-skin-minimal-center .aux-submenu.aux-megamenu { transform: none; left: 0px; }
.aux-master-menu.aux-vertical.aux-skin-minimal-center .aux-submenu.aux-megamenu::after, .aux-master-menu.aux-vertical.aux-skin-minimal-center .aux-submenu.aux-megamenu::before, .aux-master-menu.aux-horizontal.aux-skin-minimal-center .aux-submenu.aux-megamenu::after, .aux-master-menu.aux-horizontal.aux-skin-minimal-center .aux-submenu.aux-megamenu::before { display: none; }
.aux-master-menu.aux-vertical.aux-skin-minimal-center .aux-submenu.aux-megamenu .aux-menu-column > .aux-item-content, .aux-master-menu.aux-horizontal.aux-skin-minimal-center .aux-submenu.aux-megamenu .aux-menu-column > .aux-item-content { color: rgb(61, 61, 61); font-weight: 600; }
.aux-master-menu.aux-vertical.aux-skin-minimal-center .aux-submenu.aux-megamenu .aux-menu-item.aux-hover > .aux-item-content, .aux-master-menu.aux-horizontal.aux-skin-minimal-center .aux-submenu.aux-megamenu .aux-menu-item.aux-hover > .aux-item-content { color: rgb(170, 170, 170); }
.aux-master-menu.aux-vertical.aux-skin-minimal-center .aux-submenu.aux-megamenu .aux-menu-column > .aux-item-content, .aux-master-menu.aux-horizontal.aux-skin-minimal-center .aux-submenu.aux-megamenu .aux-menu-column > .aux-item-content { border-bottom: 1px solid rgb(234, 234, 234); padding-bottom: 20px; margin-bottom: 8px; }
.aux-master-menu.aux-vertical.aux-skin-minimal-center.aux-slide-up-nav .aux-menu-depth-0 > .aux-submenu, .aux-master-menu.aux-horizontal.aux-skin-minimal-center.aux-slide-up-nav .aux-menu-depth-0 > .aux-submenu { transform: translateY(4px) translateX(-50%); }
.aux-master-menu.aux-vertical.aux-skin-minimal-center.aux-slide-up-nav .aux-menu-depth-0.aux-open > .aux-submenu, .aux-master-menu.aux-horizontal.aux-skin-minimal-center.aux-slide-up-nav .aux-menu-depth-0.aux-open > .aux-submenu { transform: translateX(-50%); }
.aux-master-menu.aux-vertical.aux-skin-minimal-center .aux-menu-depth-0 > .aux-submenu { left: 100%; top: 50%; transform: translate(0px, -50%); }
.aux-master-menu.aux-vertical.aux-skin-minimal-center .aux-menu-depth-0 > .aux-submenu::before, .aux-master-menu.aux-vertical.aux-skin-minimal-center .aux-menu-depth-0 > .aux-submenu::after { top: 50%; left: -4px; transform: rotate(-90deg); }
.aux-master-menu.aux-vertical.aux-skin-minimal-center .aux-menu-depth-0 > .aux-submenu::after { left: -5px; }
.aux-master-menu.aux-vertical.aux-skin-modern .aux-submenu, .aux-master-menu.aux-horizontal.aux-skin-modern .aux-submenu { padding: 10px 0px; font-size: 12px; color: rgb(243, 243, 243); margin-top: -11px; border: 1px solid rgba(255, 255, 255, 0.2); background-color: rgb(61, 61, 61); }
.aux-master-menu.aux-vertical.aux-skin-modern .aux-submenu > .aux-menu-item > .aux-item-content, .aux-master-menu.aux-horizontal.aux-skin-modern .aux-submenu > .aux-menu-item > .aux-item-content { position: relative; display: block; padding: 15px 20px; min-width: 200px; line-height: 150%; }
.aux-master-menu.aux-vertical.aux-skin-modern .aux-submenu > .aux-menu-item > .aux-item-content > .aux-menu-label, .aux-master-menu.aux-horizontal.aux-skin-modern .aux-submenu > .aux-menu-item > .aux-item-content > .aux-menu-label { display: inline-block; }
.aux-master-menu.aux-vertical.aux-skin-modern .aux-submenu > .aux-menu-item > .aux-item-content > .aux-submenu-indicator, .aux-master-menu.aux-horizontal.aux-skin-modern .aux-submenu > .aux-menu-item > .aux-item-content > .aux-submenu-indicator { float: right; position: relative; top: 5px; display: block; width: 3px; height: 3px; background-color: rgb(243, 243, 243); }
.aux-master-menu.aux-vertical.aux-skin-modern .aux-submenu > .aux-menu-item.aux-hover > .aux-item-content, .aux-master-menu.aux-horizontal.aux-skin-modern .aux-submenu > .aux-menu-item.aux-hover > .aux-item-content { color: rgb(187, 187, 187); }
.aux-master-menu.aux-vertical.aux-skin-modern .aux-menu-depth-0 > .aux-submenu, .aux-master-menu.aux-horizontal.aux-skin-modern .aux-menu-depth-0 > .aux-submenu { color: rgb(61, 61, 61); margin-top: 0px; background-color: rgb(255, 255, 255); border: 1px solid rgb(187, 187, 187); }
.aux-master-menu.aux-vertical.aux-skin-modern .aux-menu-depth-0 > .aux-submenu > .aux-menu-item.aux-hover > .aux-item-content, .aux-master-menu.aux-horizontal.aux-skin-modern .aux-menu-depth-0 > .aux-submenu > .aux-menu-item.aux-hover > .aux-item-content { color: rgb(187, 187, 187); }
.aux-master-menu.aux-vertical.aux-skin-modern .aux-menu-depth-0 > .aux-submenu > .aux-menu-item > .aux-item-content > .aux-submenu-indicator, .aux-master-menu.aux-horizontal.aux-skin-modern .aux-menu-depth-0 > .aux-submenu > .aux-menu-item > .aux-item-content > .aux-submenu-indicator { background-color: rgb(61, 61, 61); }
.aux-master-menu.aux-vertical.aux-skin-modern .aux-submenu.aux-megamenu, .aux-master-menu.aux-horizontal.aux-skin-modern .aux-submenu.aux-megamenu { transform: none; left: 0px; }
.aux-master-menu.aux-vertical.aux-skin-modern .aux-submenu.aux-megamenu::before, .aux-master-menu.aux-horizontal.aux-skin-modern .aux-submenu.aux-megamenu::before { display: none; }
.aux-master-menu.aux-vertical.aux-skin-modern .aux-submenu.aux-megamenu .aux-menu-column > .aux-item-content, .aux-master-menu.aux-horizontal.aux-skin-modern .aux-submenu.aux-megamenu .aux-menu-column > .aux-item-content { color: rgb(61, 61, 61); font-weight: 600; }
.aux-master-menu.aux-vertical.aux-skin-modern .aux-submenu.aux-megamenu .aux-menu-item.aux-hover > .aux-item-content, .aux-master-menu.aux-horizontal.aux-skin-modern .aux-submenu.aux-megamenu .aux-menu-item.aux-hover > .aux-item-content { color: rgb(170, 170, 170); }
.aux-master-menu.aux-vertical.aux-skin-modern .aux-submenu.aux-megamenu .aux-menu-column::after, .aux-master-menu.aux-horizontal.aux-skin-modern .aux-submenu.aux-megamenu .aux-menu-column::after { content: ""; position: absolute; top: 0px; right: 0px; display: block; width: 0px; height: 100%; border-right: 1px solid rgb(234, 234, 234); }
.aux-master-menu.aux-horizontal.aux-skin-divided .aux-submenu, .aux-master-menu.aux-vertical.aux-skin-divided .aux-submenu { font-size: 13.5px; color: rgb(61, 61, 61); background-color: rgba(255, 255, 255, 0.92); }
.aux-master-menu.aux-horizontal.aux-skin-divided .aux-submenu > .aux-menu-item, .aux-master-menu.aux-vertical.aux-skin-divided .aux-submenu > .aux-menu-item { padding-right: 1px; }
.aux-master-menu.aux-horizontal.aux-skin-divided .aux-submenu > .aux-menu-item > .aux-item-content, .aux-master-menu.aux-vertical.aux-skin-divided .aux-submenu > .aux-menu-item > .aux-item-content { position: relative; display: block; padding: 15px 0px; margin: 0px 20px; min-width: 200px; line-height: 150%; border-bottom: 1px solid rgb(234, 234, 234); }
.aux-master-menu.aux-horizontal.aux-skin-divided .aux-submenu > .aux-menu-item > .aux-item-content > .aux-menu-label, .aux-master-menu.aux-vertical.aux-skin-divided .aux-submenu > .aux-menu-item > .aux-item-content > .aux-menu-label { display: inline-block; }
.aux-master-menu.aux-horizontal.aux-skin-divided .aux-submenu > .aux-menu-item > .aux-item-content > .aux-submenu-indicator, .aux-master-menu.aux-vertical.aux-skin-divided .aux-submenu > .aux-menu-item > .aux-item-content > .aux-submenu-indicator { background-image: url("symbols.svg"); background-repeat: no-repeat; display: block; width: 6px; height: 10px; background-position: 0px -761px; position: absolute; top: 50%; right: 0px; transform: translateY(-50%); transition: opacity 0.3s ease-out 0s; }
.aux-master-menu.aux-horizontal.aux-skin-divided .aux-submenu > .aux-menu-item > .aux-item-content > .aux-submenu-indicator::after, .aux-master-menu.aux-vertical.aux-skin-divided .aux-submenu > .aux-menu-item > .aux-item-content > .aux-submenu-indicator::after { position: absolute; top: 0px; left: 0px; opacity: 0; z-index: 1; content: ""; background-image: url("symbols.svg"); background-repeat: no-repeat; display: block; width: 6px; height: 10px; background-position: -178px -761px; transition: opacity 0.3s ease-out 0s; }
.aux-master-menu.aux-horizontal.aux-skin-divided .aux-submenu > .aux-menu-item:last-child > .aux-item-content, .aux-master-menu.aux-vertical.aux-skin-divided .aux-submenu > .aux-menu-item:last-child > .aux-item-content { border-bottom: none; }
.aux-master-menu.aux-horizontal.aux-skin-divided .aux-submenu > .aux-menu-item.aux-hover, .aux-master-menu.aux-vertical.aux-skin-divided .aux-submenu > .aux-menu-item.aux-hover { background-color: rgb(61, 61, 61); }
.aux-master-menu.aux-horizontal.aux-skin-divided .aux-submenu > .aux-menu-item.aux-hover > .aux-item-content, .aux-master-menu.aux-vertical.aux-skin-divided .aux-submenu > .aux-menu-item.aux-hover > .aux-item-content { border-bottom-color: transparent; color: rgb(255, 255, 255); }
.aux-master-menu.aux-horizontal.aux-skin-divided .aux-submenu > .aux-menu-item.aux-hover > .aux-item-content > .aux-submenu-indicator::after, .aux-master-menu.aux-vertical.aux-skin-divided .aux-submenu > .aux-menu-item.aux-hover > .aux-item-content > .aux-submenu-indicator::after { opacity: 1; }
.aux-master-menu.aux-horizontal.aux-skin-divided .aux-menu-depth-0 > .aux-submenu, .aux-master-menu.aux-vertical.aux-skin-divided .aux-menu-depth-0 > .aux-submenu { color: rgb(61, 61, 61); border-top: 4px solid rgb(234, 234, 234); }
.aux-master-menu.aux-horizontal.aux-skin-divided .aux-submenu.aux-megamenu .aux-menu-column > .aux-item-content, .aux-master-menu.aux-vertical.aux-skin-divided .aux-submenu.aux-megamenu .aux-menu-column > .aux-item-content { color: rgb(61, 61, 61); font-weight: 600; }
.aux-master-menu.aux-horizontal.aux-skin-divided .aux-submenu.aux-megamenu .aux-menu-item.aux-hover > .aux-item-content, .aux-master-menu.aux-vertical.aux-skin-divided .aux-submenu.aux-megamenu .aux-menu-item.aux-hover > .aux-item-content { color: rgb(80, 80, 80); }
.aux-master-menu.aux-horizontal.aux-skin-divided .aux-submenu.aux-megamenu .aux-menu-column::after, .aux-master-menu.aux-vertical.aux-skin-divided .aux-submenu.aux-megamenu .aux-menu-column::after { content: ""; position: absolute; top: 0px; right: 0px; display: block; width: 0px; height: 100%; border-right: 1px solid rgb(234, 234, 234); }
.aux-master-menu.aux-vertical.aux-skin-divided .aux-menu-depth-0 > .aux-submenu { border-left: 4px solid rgb(234, 234, 234); border-top: none !important; }
.aux-master-menu.aux-vertical.aux-skin-classic-center .aux-submenu, .aux-master-menu.aux-horizontal.aux-skin-classic-center .aux-submenu { box-sizing: content-box; font-size: 13.5px; color: rgb(61, 61, 61); background-color: rgb(255, 255, 255); }
.aux-master-menu.aux-vertical.aux-skin-classic-center .aux-submenu > .aux-menu-item > .aux-item-content, .aux-master-menu.aux-horizontal.aux-skin-classic-center .aux-submenu > .aux-menu-item > .aux-item-content { position: relative; display: block; padding: 14px; min-width: 220px; line-height: 150%; }
.aux-master-menu.aux-vertical.aux-skin-classic-center .aux-submenu > .aux-menu-item > .aux-item-content > .aux-menu-label, .aux-master-menu.aux-horizontal.aux-skin-classic-center .aux-submenu > .aux-menu-item > .aux-item-content > .aux-menu-label { display: inline-block; }
.aux-master-menu.aux-vertical.aux-skin-classic-center .aux-submenu > .aux-menu-item > .aux-item-content > .aux-submenu-indicator, .aux-master-menu.aux-horizontal.aux-skin-classic-center .aux-submenu > .aux-menu-item > .aux-item-content > .aux-submenu-indicator { background-image: url("symbols.svg"); background-repeat: no-repeat; display: block; width: 6px; height: 10px; background-position: 0px -761px; position: absolute; top: 50%; right: 14px; transform: translateY(-50%); }
.aux-master-menu.aux-vertical.aux-skin-classic-center .aux-submenu > .aux-menu-item.aux-hover > .aux-item-content, .aux-master-menu.aux-horizontal.aux-skin-classic-center .aux-submenu > .aux-menu-item.aux-hover > .aux-item-content { background-color: rgb(234, 234, 234); }
.aux-master-menu.aux-vertical.aux-skin-classic-center .aux-menu-depth-0 > .aux-submenu, .aux-master-menu.aux-horizontal.aux-skin-classic-center .aux-menu-depth-0 > .aux-submenu { left: 50%; transform: translateX(-50%); }
.aux-master-menu.aux-vertical.aux-skin-classic-center .aux-menu-depth-0 > .aux-submenu::before, .aux-master-menu.aux-horizontal.aux-skin-classic-center .aux-menu-depth-0 > .aux-submenu::before { width: 0px; height: 0px; border-bottom: 8px solid rgb(255, 255, 255); border-left: 8px solid transparent; border-right: 8px solid transparent; position: absolute; top: -8px; left: 50%; z-index: 2; display: block; margin-left: -8px; content: ""; }
.aux-master-menu.aux-vertical.aux-skin-classic-center .aux-submenu.aux-megamenu, .aux-master-menu.aux-horizontal.aux-skin-classic-center .aux-submenu.aux-megamenu { transform: none; left: 0px; }
.aux-master-menu.aux-vertical.aux-skin-classic-center .aux-submenu.aux-megamenu::before, .aux-master-menu.aux-horizontal.aux-skin-classic-center .aux-submenu.aux-megamenu::before { display: none; }
.aux-master-menu.aux-vertical.aux-skin-classic-center .aux-submenu.aux-megamenu .aux-menu-column > .aux-item-content, .aux-master-menu.aux-horizontal.aux-skin-classic-center .aux-submenu.aux-megamenu .aux-menu-column > .aux-item-content { color: rgb(61, 61, 61); font-weight: 600; }
.aux-master-menu.aux-vertical.aux-skin-classic-center .aux-submenu.aux-megamenu .aux-menu-item.aux-hover > .aux-item-content, .aux-master-menu.aux-horizontal.aux-skin-classic-center .aux-submenu.aux-megamenu .aux-menu-item.aux-hover > .aux-item-content { color: rgb(170, 170, 170); }
.aux-master-menu.aux-vertical.aux-skin-classic-center .aux-submenu.aux-megamenu .aux-menu-column::after, .aux-master-menu.aux-horizontal.aux-skin-classic-center .aux-submenu.aux-megamenu .aux-menu-column::after { content: ""; position: absolute; top: 0px; right: 0px; display: block; width: 0px; height: 100%; border-right: 1px solid rgb(234, 234, 234); }
.aux-master-menu.aux-vertical.aux-skin-classic-center.aux-slide-up-nav .aux-menu-depth-0 > .aux-submenu, .aux-master-menu.aux-horizontal.aux-skin-classic-center.aux-slide-up-nav .aux-menu-depth-0 > .aux-submenu { transform: translateY(4px) translateX(-50%); }
.aux-master-menu.aux-vertical.aux-skin-classic-center.aux-slide-up-nav .aux-menu-depth-0.aux-open > .aux-submenu, .aux-master-menu.aux-horizontal.aux-skin-classic-center.aux-slide-up-nav .aux-menu-depth-0.aux-open > .aux-submenu { transform: translateX(-50%); }
.aux-master-menu.aux-vertical.aux-skin-classic-center .aux-menu-depth-0 > .aux-submenu { left: 100%; top: 50%; transform: translate(0px, -50%); }
.aux-master-menu.aux-vertical.aux-skin-dash-divided .aux-submenu, .aux-master-menu.aux-horizontal.aux-skin-dash-divided .aux-submenu { font-size: 13.5px; color: rgb(187, 187, 187); background-color: rgba(0, 0, 0, 0.8); }
.aux-master-menu.aux-vertical.aux-skin-dash-divided .aux-submenu > .aux-menu-item, .aux-master-menu.aux-horizontal.aux-skin-dash-divided .aux-submenu > .aux-menu-item { padding-right: 1px; }
.aux-master-menu.aux-vertical.aux-skin-dash-divided .aux-submenu > .aux-menu-item > .aux-item-content, .aux-master-menu.aux-horizontal.aux-skin-dash-divided .aux-submenu > .aux-menu-item > .aux-item-content { position: relative; display: block; padding: 18px 0px; margin: 0px 18px; min-width: 160px; line-height: 150%; border-bottom: 1px dashed rgb(61, 61, 61); }
.aux-master-menu.aux-vertical.aux-skin-dash-divided .aux-submenu > .aux-menu-item > .aux-item-content > .aux-menu-label, .aux-master-menu.aux-horizontal.aux-skin-dash-divided .aux-submenu > .aux-menu-item > .aux-item-content > .aux-menu-label { display: inline-block; }
.aux-master-menu.aux-vertical.aux-skin-dash-divided .aux-submenu > .aux-menu-item > .aux-item-content > .aux-submenu-indicator, .aux-master-menu.aux-horizontal.aux-skin-dash-divided .aux-submenu > .aux-menu-item > .aux-item-content > .aux-submenu-indicator { background-image: url("symbols.svg"); background-repeat: no-repeat; display: block; width: 6px; height: 10px; background-position: -178px -761px; position: absolute; top: 50%; right: 18px; transform: translateY(-50%); }
.aux-master-menu.aux-vertical.aux-skin-dash-divided .aux-submenu > .aux-menu-item.aux-hover > .aux-item-content, .aux-master-menu.aux-horizontal.aux-skin-dash-divided .aux-submenu > .aux-menu-item.aux-hover > .aux-item-content { color: rgb(255, 255, 255); }
.aux-master-menu.aux-vertical.aux-skin-dash-divided .aux-menu-item:last-child > .aux-item-content, .aux-master-menu.aux-horizontal.aux-skin-dash-divided .aux-menu-item:last-child > .aux-item-content { border-bottom: none; }
.aux-master-menu.aux-vertical.aux-skin-dash-divided .aux-submenu.aux-megamenu .aux-menu-column > .aux-item-content, .aux-master-menu.aux-horizontal.aux-skin-dash-divided .aux-submenu.aux-megamenu .aux-menu-column > .aux-item-content { color: rgb(241, 241, 241); font-weight: 600; border-bottom-style: dashed !important; }
.aux-master-menu.aux-vertical.aux-skin-dash-divided .aux-submenu.aux-megamenu .aux-menu-item.aux-hover > .aux-item-content, .aux-master-menu.aux-horizontal.aux-skin-dash-divided .aux-submenu.aux-megamenu .aux-menu-item.aux-hover > .aux-item-content { color: rgb(255, 255, 255); }
.aux-master-menu.aux-vertical.aux-skin-dash-divided .aux-submenu.aux-megamenu .aux-menu-column > .aux-item-content, .aux-master-menu.aux-horizontal.aux-skin-dash-divided .aux-submenu.aux-megamenu .aux-menu-column > .aux-item-content { border-bottom: 1px solid rgb(61, 61, 61); padding-bottom: 20px; margin-bottom: 8px; }
.aux-master-menu.aux-vertical.aux-skin-dash-divided.aux-light .aux-submenu, .aux-master-menu.aux-horizontal.aux-skin-dash-divided.aux-light .aux-submenu { background-color: rgba(255, 255, 255, 0.92); color: rgb(61, 61, 61); }
.aux-master-menu.aux-vertical.aux-skin-dash-divided.aux-light .aux-submenu > .aux-menu-item, .aux-master-menu.aux-horizontal.aux-skin-dash-divided.aux-light .aux-submenu > .aux-menu-item { padding-right: 1px; }
.aux-master-menu.aux-vertical.aux-skin-dash-divided.aux-light .aux-submenu > .aux-menu-item > .aux-item-content, .aux-master-menu.aux-horizontal.aux-skin-dash-divided.aux-light .aux-submenu > .aux-menu-item > .aux-item-content { border-bottom-color: rgb(187, 187, 187); }
.aux-master-menu.aux-vertical.aux-skin-dash-divided.aux-light .aux-submenu > .aux-menu-item > .aux-item-content > .aux-submenu-indicator, .aux-master-menu.aux-horizontal.aux-skin-dash-divided.aux-light .aux-submenu > .aux-menu-item > .aux-item-content > .aux-submenu-indicator { background-image: url("symbols.svg"); background-repeat: no-repeat; display: block; width: 6px; height: 10px; background-position: 0px -761px; opacity: 0.6; }
.aux-master-menu.aux-vertical.aux-skin-dash-divided.aux-light .aux-submenu > .aux-menu-item.aux-hover > .aux-item-content, .aux-master-menu.aux-horizontal.aux-skin-dash-divided.aux-light .aux-submenu > .aux-menu-item.aux-hover > .aux-item-content { color: rgb(0, 0, 0); }
.aux-master-menu.aux-vertical.aux-skin-dash-divided.aux-light .aux-submenu.aux-megamenu .aux-menu-column > .aux-item-content, .aux-master-menu.aux-horizontal.aux-skin-dash-divided.aux-light .aux-submenu.aux-megamenu .aux-menu-column > .aux-item-content { color: rgb(61, 61, 61); border-bottom-color: rgb(187, 187, 187); }
.aux-master-menu.aux-vertical.aux-skin-dash-divided.aux-light .aux-submenu.aux-megamenu .aux-menu-item.aux-hover > .aux-item-content, .aux-master-menu.aux-horizontal.aux-skin-dash-divided.aux-light .aux-submenu.aux-megamenu .aux-menu-item.aux-hover > .aux-item-content { color: rgb(0, 0, 0); }
.aux-fs-popup.aux-fs-menu-layout-left .aux-panel-close { right: calc(10% - 15px); top: 100px; border: none; z-index: 5; }
.aux-fs-popup.aux-fs-menu-layout-left .aux-fs-menu { top: 120px; width: 80%; margin: 0px auto; transform: translateY(0px); }
.aux-fs-popup.aux-fs-menu-layout-left .aux-fs-menu .aux-master-menu .aux-menu-item { text-align: left; }
.aux-fs-popup.aux-fs-menu-layout-left .aux-fs-menu .aux-master-menu .aux-menu-item .aux-item-content { padding: 10px 0px; font-size: 1.6875em; line-height: normal; }
.aux-fs-popup.aux-fs-menu-layout-left .aux-fs-menu .aux-master-menu .aux-menu-item .aux-item-content .aux-submenu-indicator { width: 23px; left: 13px; border-width: 14px 6px; }
.aux-fs-popup.aux-fs-menu-layout-left .aux-fs-menu .aux-master-menu .aux-submenu { padding-left: 22px; }
.aux-fs-popup.aux-fs-menu-layout-left .aux-fs-menu .aux-master-menu .aux-submenu .aux-menu-item:first-child, .aux-fs-popup.aux-fs-menu-layout-left .aux-fs-menu .aux-master-menu .aux-submenu .aux-menu-item:last-child { padding: 0px; }
.aux-fs-popup.aux-fs-menu-layout-left .aux-fs-menu .aux-master-menu .aux-submenu::after { content: ""; position: absolute; left: 0px; top: 15px; background-color: rgb(61, 61, 61); height: calc(100% - 31px); width: 1px; }
.aux-fs-popup.aux-fs-menu-layout-left .aux-fs-menu .aux-master-menu > .aux-menu-item { margin: 0px; }
.aux-fs-popup.aux-fs-menu-layout-left .aux-fs-menu .aux-master-menu > .aux-menu-item:first-child .aux-item-content { padding-top: 0px; }
.aux-fs-popup.aux-dark .aux-fs-menu .aux-master-menu .aux-menu-item .aux-submenu::after { background-color: rgb(255, 255, 255); }
.aux-master-menu.aux-narrow.aux-skin-classic .aux-menu-item > .aux-item-content { padding: 1.125em 1.0625em; font-size: 0.875em; }
.aux-toggle-menu-bar .aux-master-menu.aux-narrow.aux-skin-classic .aux-menu-item > .aux-item-content { padding: 1.125em 0px; }
.aux-header-light .aux-master-menu.aux-narrow.aux-skin-classic .aux-menu-item > .aux-item-content { color: rgb(255, 255, 255); }
.aux-master-menu.aux-narrow.aux-skin-classic .aux-submenu { background-color: rgb(243, 243, 243); padding-left: 0.75em; }
.aux-master-menu.aux-narrow.aux-fullscreen-menu .aux-menu-item, .aux-fs-menu .aux-master-menu .aux-menu-item { text-align: center; }
.aux-master-menu.aux-narrow.aux-fullscreen-menu .aux-menu-item > .aux-item-content, .aux-fs-menu .aux-master-menu .aux-menu-item > .aux-item-content { padding: 13px 0px; font-size: 2.3125em; font-weight: 600; }
.aux-master-menu.aux-narrow.aux-fullscreen-menu .aux-menu-item.aux-open > .aux-item-content, .aux-fs-menu .aux-master-menu .aux-menu-item.aux-open > .aux-item-content { color: rgb(170, 170, 170); }
.aux-master-menu.aux-narrow.aux-fullscreen-menu .aux-submenu-indicator, .aux-fs-menu .aux-master-menu .aux-submenu-indicator { display: inline-block; position: relative; right: auto; top: 0px; left: 5px; width: 15px; height: 0px; border-style: solid; border-color: transparent; border-image: initial; border-width: 8px 5px; margin-left: -30px; vertical-align: middle; transform: translateX(100%); }
.aux-master-menu.aux-narrow.aux-fullscreen-menu .aux-submenu, .aux-fs-menu .aux-master-menu .aux-submenu { background-color: transparent; }
.aux-master-menu.aux-narrow.aux-fullscreen-menu .aux-submenu > .aux-menu-item:first-child, .aux-fs-menu .aux-master-menu .aux-submenu > .aux-menu-item:first-child { padding-top: 18px; }
.aux-master-menu.aux-narrow.aux-fullscreen-menu .aux-submenu > .aux-menu-item:last-child, .aux-fs-menu .aux-master-menu .aux-submenu > .aux-menu-item:last-child { padding-bottom: 18px; }
.aux-master-menu.aux-narrow.aux-fullscreen-menu .aux-submenu.aux-megamenu > .aux-menu-item:first-child, .aux-fs-menu .aux-master-menu .aux-submenu.aux-megamenu > .aux-menu-item:first-child { padding-top: 12px; }
.aux-master-menu.aux-narrow.aux-fullscreen-menu .aux-submenu.aux-megamenu > .aux-menu-item:last-child, .aux-fs-menu .aux-master-menu .aux-submenu.aux-megamenu > .aux-menu-item:last-child { padding-bottom: 12px; }
.aux-dark .aux-master-menu.aux-narrow.aux-fullscreen-menu .aux-menu-item > .aux-item-content, .aux-dark .aux-fs-menu .aux-master-menu .aux-menu-item > .aux-item-content, .aux-fs-menu .aux-dark .aux-master-menu .aux-menu-item > .aux-item-content { color: rgb(255, 255, 255); }
.aux-dark .aux-master-menu.aux-narrow.aux-fullscreen-menu .aux-menu-item.aux-open > .aux-item-content, .aux-dark .aux-fs-menu .aux-master-menu .aux-menu-item.aux-open > .aux-item-content, .aux-fs-menu .aux-dark .aux-master-menu .aux-menu-item.aux-open > .aux-item-content { color: rgb(170, 170, 170); }
.aux-dark .aux-master-menu.aux-narrow.aux-fullscreen-menu .aux-menu-item .aux-submenu-indicator::after, .aux-dark .aux-fs-menu .aux-master-menu .aux-menu-item .aux-submenu-indicator::after, .aux-fs-menu .aux-dark .aux-master-menu .aux-menu-item .aux-submenu-indicator::after, .aux-dark .aux-master-menu.aux-narrow.aux-fullscreen-menu .aux-menu-item .aux-submenu-indicator::before, .aux-dark .aux-fs-menu .aux-master-menu .aux-menu-item .aux-submenu-indicator::before, .aux-fs-menu .aux-dark .aux-master-menu .aux-menu-item .aux-submenu-indicator::before { background-color: rgb(255, 255, 255); }
aside .aux-widget-area { margin-bottom: 0px; }
.aux-dark .aux-widget-area, .aux-widget-area.aux-dark { color: rgb(255, 255, 255); }
.widget-container.aux-toggle-widget > .aux-toggle-widget-wrapper { overflow: hidden; transition: height 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
.widget-container.aux-toggle-widget .widget-title { position: relative; }
.widget-container.aux-toggle-widget .widget-title::after { content: ""; position: absolute; top: 4px; right: 0px; background-image: url("symbols.svg"); background-repeat: no-repeat; display: block; width: 6px; height: 10px; background-position: 0px -761px; transition: transform 0.3s ease 0s; }
.widget-container.aux-toggle-widget.aux-open .widget-title::after { transform: rotate(90deg); }
.widget-container ul li { margin-bottom: 0px; word-break: break-word; }
.widget-container a { color: inherit; }
.widget-container a:hover { color: rgb(27, 176, 206); }
.widget-container .entry-badge { display: inline-block; padding: 5px 20px; border-radius: 100em; background: rgb(61, 61, 61); color: rgb(255, 255, 255); }
aside .widget-container, .aux-aside .widget-container { margin-top: 4.0625em; font-size: 0.875em; }
aside .widget-container:first-child, .aux-aside .widget-container:first-child { margin-top: 0px; }
aside .widget-title, aside .wp-block-group__inner-container h2, .aux-aside .widget-title, .aux-aside .wp-block-group__inner-container h2 { padding: 0px 0px 1.0625em; margin-bottom: 1.875em; margin-top: 0px; border-bottom: 1px solid rgb(222, 222, 222); text-transform: uppercase; font-size: 0.75rem; font-weight: 400; letter-spacing: 2px; line-height: 150%; }
.aux-sidebar .aux-widget-area + .aux-widget-area { margin-top: 4.0625em; }
.subfooter.aux-dark .widget-title { color: rgb(255, 255, 255); border-bottom: none; font-size: 0.875rem; padding-bottom: 0px; margin-bottom: 50px; font-weight: 600 !important; }
.aux-primary .widget-container ul, .aux-primary .widget-container ul li { list-style: none; }
@media screen and (max-width: 479px) {
  .aux-resp .widget-title { text-align: center; }
}
@media screen and (max-width: 767px) {
  aside .aux-widget-area, .aux-aside .aux-widget-area { margin-top: 2.5em; }
  aside .aux-widget-area:first-child, .aux-aside .aux-widget-area:first-child { margin-top: 0px; }
}
.aux-widget-testimonial .aux-testimonial-content > .entry-content, .aux-widget-testimonial .aux-testimonial-content > .comment-body { position: relative; margin-bottom: 0px; }
.aux-widget-testimonial .aux-testimonial-infobox { display: table; }
.aux-widget-testimonial .aux-testimonial-infobox .aux-testimonial-image { width: 45px; display: table-cell; }
.aux-widget-testimonial .aux-testimonial-infobox .aux-testimonial-image .img-square { border-radius: 50%; }
.aux-widget-testimonial .aux-testimonial-infobox .aux-testimonial-info { display: table-cell; padding-left: 10px; vertical-align: top; }
.aux-widget-testimonial .aux-testimonial-infobox .col-title { margin-bottom: 0px; font-size: 1em; font-weight: 600; }
.aux-widget-testimonial .aux-testimonial-infobox .col-subtitle { font-size: 0.875em; color: rgb(187, 187, 187); }
.aux-widget-testimonial, .aux-widget-testimonial .aux-testimonial-content, .aux-widget-testimonial .aux-testimonial-infobox, .aux-widget-testimonial .aux-testimonial-info, .aux-widget-testimonial .col-title, .aux-widget-testimonial .col-subtitle { transition: all 0.4s ease 0s; }
.aux-widget-testimonial.aux-testimonial-default .aux-testimonial-content .entry-content, .aux-widget-testimonial.aux-testimonial-default .aux-testimonial-content .comment-body { margin-bottom: 25px; }
.aux-widget-testimonial.aux-testimonial-def-img .aux-testimonial-content .entry-content, .aux-widget-testimonial.aux-testimonial-def-img .aux-testimonial-content .comment-body { margin-bottom: 25px; }
.aux-widget-testimonial.aux-testimonial-bordered .aux-testimonial-content { position: relative; margin-bottom: 25px; border-right: 1px solid rgb(187, 187, 187); border-top: 1px solid rgb(187, 187, 187); border-left: 1px solid rgb(187, 187, 187); }
.aux-widget-testimonial.aux-testimonial-bordered .aux-testimonial-content::after, .aux-widget-testimonial.aux-testimonial-bordered .aux-testimonial-content::before { content: ""; position: absolute; bottom: 0px; background-color: rgb(187, 187, 187); height: 1px; }
.aux-widget-testimonial.aux-testimonial-bordered .aux-testimonial-content::after { width: 55px; left: 0px; }
.aux-widget-testimonial.aux-testimonial-bordered .aux-testimonial-content::before { right: 0px; width: calc(100% - 70px); }
.aux-widget-testimonial.aux-testimonial-bordered .aux-testimonial-content .entry-content, .aux-widget-testimonial.aux-testimonial-bordered .aux-testimonial-content .comment-body { padding: 20px; }
.aux-widget-testimonial.aux-testimonial-bordered .aux-testimonial-content .entry-content::after, .aux-widget-testimonial.aux-testimonial-bordered .aux-testimonial-content .comment-body::after { content: ""; position: absolute; bottom: -8px; left: 55px; width: 15px; height: 15px; border-left: 1px solid rgb(187, 187, 187); border-bottom: 1px solid rgb(187, 187, 187); transform: skewY(-45deg); }
.aux-widget-testimonial.aux-testimonial-quote .aux-testimonial-content .entry-content, .aux-widget-testimonial.aux-testimonial-quote .aux-testimonial-content .comment-body { margin-bottom: 15px; padding: 35px 0px 15px; }
.aux-widget-testimonial.aux-testimonial-quote .aux-testimonial-content .entry-content::before, .aux-widget-testimonial.aux-testimonial-quote .aux-testimonial-content .comment-body::before { content: ""; position: absolute; top: 0px; left: -5px; font-family: auxin-front; font-size: 28px; line-height: normal; }
.aux-widget-testimonial.aux-testimonial-quote .aux-testimonial-content .entry-content::after, .aux-widget-testimonial.aux-testimonial-quote .aux-testimonial-content .comment-body::after { content: ""; position: absolute; bottom: -1px; left: 0px; width: 25px; height: 1px; background-color: rgb(61, 61, 61); }
.aux-widget-testimonial.aux-testimonial-quote .aux-testimonial-infobox .aux-testimonial-info { padding: 0px; }
.aux-widget-testimonial.aux-testimonial-info-top { transform: scaleY(-1); }
.aux-widget-testimonial.aux-testimonial-info-top .aux-testimonial-content, .aux-widget-testimonial.aux-testimonial-info-top .aux-testimonial-infobox { transform: scaleY(-1); }
.aux-widget-testimonial.aux-testimonial-info-top .aux-testimonial-content { border-right: 1px solid rgb(187, 187, 187); border-bottom: 1px solid rgb(187, 187, 187); border-left: 1px solid rgb(187, 187, 187); position: relative; }
.aux-widget-testimonial.aux-testimonial-info-top .aux-testimonial-content::after, .aux-widget-testimonial.aux-testimonial-info-top .aux-testimonial-content::before { content: ""; position: absolute; top: 0px; width: calc(50% - 10px); height: 1px; background-color: rgb(187, 187, 187); }
.aux-widget-testimonial.aux-testimonial-info-top .aux-testimonial-content::after { right: 0px; }
.aux-widget-testimonial.aux-testimonial-info-top .aux-testimonial-content::before { left: 0px; }
.aux-widget-testimonial.aux-testimonial-info-top .aux-testimonial-content .entry-content, .aux-widget-testimonial.aux-testimonial-info-top .aux-testimonial-content .comment-body { padding: 20px; }
.aux-widget-testimonial.aux-testimonial-info-top .aux-testimonial-content .entry-content::before, .aux-widget-testimonial.aux-testimonial-info-top .aux-testimonial-content .comment-body::before { content: ""; position: absolute; top: -7px; left: calc(50% - 8px); width: 14px; height: 14px; border-left: 1px solid rgb(187, 187, 187); border-top: 1px solid rgb(187, 187, 187); transform: rotate(45deg); }
.aux-widget-testimonial.aux-testimonial-info-top .aux-testimonial-infobox { display: block; margin-top: 20px; text-align: center; }
.aux-widget-testimonial.aux-testimonial-info-top .aux-testimonial-infobox .aux-testimonial-image { display: block; margin: 0px auto 7px; }
.aux-widget-testimonial.aux-testimonial-info-top .aux-testimonial-infobox .aux-testimonial-info { display: block; padding: 0px; }
.aux-widget-testimonial.aux-testimonial-info-top .aux-rating-box { margin-right: auto; margin-left: auto; }
.aux-widget-testimonial.aux-testimonial-image-top { margin-top: 55px; border: 1px solid rgb(234, 234, 234); box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 30px; padding: 30px 40px; }
.aux-widget-testimonial.aux-testimonial-image-top .aux-testimonial-infobox { display: block; margin-top: -85px; }
.aux-widget-testimonial.aux-testimonial-image-top .aux-testimonial-image { width: 110px; display: block; margin-bottom: 35px; }
.aux-widget-testimonial.aux-testimonial-image-top .aux-testimonial-info { display: block; padding-left: 0px; }
.aux-widget-testimonial.aux-testimonial-image-top .col-title { font-size: 1.75em; }
.aux-widget-testimonial.aux-testimonial-image-top .col-subtitle { font-size: 1em; margin-bottom: 18px; font-weight: 300; color: rgb(61, 61, 61); }
.widget_tag_cloud .tagcloud > a, .widget_tag_cloud .wp-block-tag-cloud > a { display: inline-block; margin-bottom: 5px; padding: 0.8125em 1em; background-color: rgb(241, 241, 241); color: rgb(61, 61, 61); line-height: 100%; font-style: italic; font-size: 100% !important; }
.widget_tag_cloud .tagcloud > a:hover, .widget_tag_cloud .wp-block-tag-cloud > a:hover { background-color: rgb(222, 222, 222); }
.aux-dark .widget_tag_cloud .tagcloud > a, .aux-dark .widget_tag_cloud .wp-block-tag-cloud > a { color: rgb(255, 255, 255); background-color: rgb(51, 51, 51) !important; }
.aux-dark .widget_tag_cloud .tagcloud > a:hover, .aux-dark .widget_tag_cloud .wp-block-tag-cloud > a:hover { background-color: rgb(0, 0, 0) !important; }
.subfooter .widget_tag_cloud .tagcloud > a { background-color: rgb(253, 253, 253); }
.subfooter .widget_tag_cloud .tagcloud > a:hover { background-color: rgb(234, 234, 234); }
.widget_calendar table { font-size: 0.875rem; margin: 0px; position: relative; border: none; }
.widget_calendar thead { background: 0px 0px; }
.widget_calendar thead tr { border-bottom: 1px solid rgb(187, 187, 187); }
.widget_calendar th, .widget_calendar td { padding: 0px; width: 14.2857%; border: none; background-color: transparent; text-align: center; line-height: 2.5em; }
.widget_calendar td a { text-decoration: underline; }
.widget_calendar td#today { position: relative; }
.widget_calendar td#today::after { content: ""; position: absolute; top: 50%; left: 50%; display: block; width: 1.875em; height: 1.875em; border: 1px solid rgb(187, 187, 187); border-radius: 50%; transform: translate(-50%, -50%); }
.widget_calendar tr:first-child td { padding-top: 5px; }
.widget_calendar tr:first-child th { padding-bottom: 5px; background: 0px 0px; font-weight: 400; }
.widget_calendar tr:first-child td#today::after { top: calc(50% + 3px); }
.widget_calendar th { color: rgb(187, 187, 187); font-weight: 400; }
.widget_calendar caption { padding: 0px 0px 0.9em; line-height: 100%; text-align: left; font-weight: 600; }
.widget_calendar tfoot { position: absolute; top: 0px; width: 100%; }
.widget_calendar tfoot, .widget_calendar tfoot td, .widget_calendar tfoot tr { display: block; }
.widget_calendar tfoot td { width: auto; float: right; padding: 0px !important; }
.widget_calendar tfoot td.pad { display: none; }
.widget_calendar tfoot td a { position: relative; width: 20px; height: 20px; display: block; overflow: hidden; text-indent: 100em; }
.widget_calendar tfoot td a::after { content: ""; position: absolute; top: 5px; left: 10px; }
.widget_calendar tfoot td#prev a::after { background-image: url("symbols.svg"); background-repeat: no-repeat; display: block; width: 6px; height: 10px; background-position: 0px -761px; }
.widget_calendar tfoot td#next a::after { background-image: url("symbols.svg"); background-repeat: no-repeat; display: block; width: 6px; height: 10px; background-position: 0px -722px; }
.aux-dark .widget_calendar th { color: rgb(255, 255, 255); }
.aux-dark .widget_calendar tfoot td#prev a::after { background-image: url("symbols.svg"); background-repeat: no-repeat; display: block; width: 6px; height: 10px; background-position: -178px -761px; }
.aux-dark .widget_calendar tfoot td#next a::after { background-image: url("symbols.svg"); background-repeat: no-repeat; display: block; width: 6px; height: 10px; background-position: -178px -722px; }
.widget_calendar tbody td { border: none; }
.widget_categories { text-transform: uppercase; }
.widget_nav_menu ul ul { list-style-type: disc; color: rgb(187, 187, 187); margin-left: 1em; }
.widget_archive li, .widget_categories li { font-weight: 600; color: rgb(187, 187, 187); }
.widget_archive li a, .widget_categories li a { color: rgb(61, 61, 61); }
.widget_archive select, .widget_categories select { font-size: 0.875rem; width: 100%; }
.widget_archive label, .widget_categories label { display: none; }
.aux-dark .widget_archive li a, .aux-dark .widget_categories li a { color: rgb(255, 255, 255); }
.aux-dark .widget_archive li a:hover, .aux-dark .widget_categories li a:hover { color: rgb(27, 176, 206); }
.aux-dark .widget_archive select, .aux-dark .widget_categories select { background-image: url(""); border-color: rgb(187, 187, 187); color: rgb(255, 255, 255); background-color: transparent !important; }
.subfooter .widget_archive select, .subfooter .widget_categories select { background-color: rgb(253, 253, 253); }
.widget_recent_comments li.recentcomments, .widget_recent_comments .wp-block-latest-comments__comment, .wp-block-latest-comments li.recentcomments, .wp-block-latest-comments .wp-block-latest-comments__comment { padding: 0.8125em 1em; background-color: rgb(243, 243, 243); margin-bottom: 0.6em; }
.widget_recent_comments li.recentcomments .comment-author-link, .widget_recent_comments .wp-block-latest-comments__comment .comment-author-link, .wp-block-latest-comments li.recentcomments .comment-author-link, .wp-block-latest-comments .wp-block-latest-comments__comment .comment-author-link { font-weight: 600; }
.aux-dark .widget_recent_comments li.recentcomments, .aux-dark .widget_recent_comments .wp-block-latest-comments__comment, .aux-dark .wp-block-latest-comments li.recentcomments, .aux-dark .wp-block-latest-comments .wp-block-latest-comments__comment { background-color: rgb(51, 51, 51) !important; }
.subfooter .widget_recent_comments li.recentcomments { background-color: rgb(234, 234, 234); }
.widget_recent_entries ul > li { margin-bottom: 0.7em; font-weight: 600; }
.widget_recent_entries .post-date { display: block; color: rgb(187, 187, 187); font-style: italic; font-weight: 400; }
.wp-block-latest-posts.wp-block-latest-posts__list li { margin-bottom: 0.7em; font-weight: 600; }
.widget_pages ul ul { list-style-type: disc; color: rgb(187, 187, 187); margin-left: 1em; }
.widget_rss .rss-widget-icon { display: none; }
.widget_rss > ul > li { margin-bottom: 1.875em; padding-bottom: 1.875em; border-bottom: 1px solid rgb(222, 222, 222); }
.widget_rss > ul > li:last-child { margin-bottom: 0px; padding-bottom: 0px; border: none; }
.widget_rss > ul > li > a { display: block; font-weight: 600; }
.widget_rss > ul > li .rss-date { display: block; font-style: italic; color: rgb(170, 170, 170); font-weight: 500; }
.widget_rss > ul > li cite { display: block; margin-top: 1.875em; color: rgb(136, 136, 136); font-style: italic; font-weight: 600; }
.widget_rss > ul > li > a + cite, .widget_rss > ul > li .rss-date + cite { margin: 0px; }
.aux-big-grid-layout .aux-news-big-grid { float: left; height: 0px; overflow: hidden; text-align: left; }
.aux-big-grid-layout .aux-news-big-grid .entry-media { margin-bottom: 0px; }
.aux-big-grid-layout .aux-news-big-grid .entry-main { position: absolute; z-index: 2; bottom: 0px; width: 100%; padding: 0px 30px 25px; margin-bottom: 0px; background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 30%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0) 100%); }
.aux-big-grid-layout .aux-news-big-grid .entry-header { margin-bottom: 0.4375em; }
.aux-big-grid-layout .aux-news-big-grid .entry-info { margin-bottom: 0px; color: rgb(255, 255, 255); }
.aux-big-grid-layout .aux-news-big-grid .entry-title { margin-bottom: 0.5em; font-size: 1.125em; color: rgb(255, 255, 255); }
.aux-big-grid-layout .aux-news-big-grid .entry-info { margin-bottom: 0px; font-style: italic; }
.aux-big-grid-layout .aux-news-big-grid .entry-info .entry-tax { margin-left: 0px; }
.aux-big-grid-layout .aux-news-big-grid .entry-info .entry-tax a { color: rgb(27, 176, 206); }
.aux-big-grid-layout .aux-news-big-grid .entry-info .entry-tax a::before { display: none; }
.aux-big-grid-layout .aux-news-big-grid .entry-info .entry-author { display: none; }
.aux-big-grid-layout .aux-news-big-grid .entry-info .entry-author::before { content: ""; position: relative; top: -1px; display: inline-block; width: 4px; height: 4px; border-radius: 50%; margin: 0px 0.6em; vertical-align: middle; background-color: rgb(255, 255, 255); }
.aux-big-grid-layout .aux-news-big-grid .entry-info .entry-date::before { content: ""; position: relative; top: -1px; display: inline-block; width: 4px; height: 4px; border-radius: 50%; margin: 0px 0.6em; vertical-align: middle; background-color: rgb(255, 255, 255); }
.aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-1 .entry-main { padding: 0px 30px 25px; }
.aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-1 .entry-info .entry-author { display: inline-block; }
.aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-1 .entry-title { font-size: 1.625em; }
.aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-2 .entry-main { padding: 0px 30px 25px; }
.aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-2 .entry-info .entry-author { display: inline-block; }
.aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-2 .entry-title { font-size: 1.625em; }
.aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-3 .entry-main { padding: 0px 30px 25px; }
.aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-3 .entry-info .entry-author { display: inline-block; }
.aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-3 .entry-title { font-size: 1.625em; }
.aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-4 .entry-main { padding: 0px 30px 25px; }
.aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-4 .entry-info .entry-author { display: inline-block; }
.aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-4 .entry-title { font-size: 1.625em; }
.aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-5 .entry-main { padding: 0px 30px 25px; }
.aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-5 .entry-info .entry-author { display: inline-block; }
.aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-5 .entry-title { font-size: 1.625em; }
.aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-6 .entry-main { padding: 0px 50px 45px; }
@media screen and (max-width: 767px) {
  .aux-resp .aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-6 .entry-main { padding: 0px 30px 25px; }
}
.aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-6 .entry-info .entry-author { display: inline-block; }
.aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-6 .entry-title { font-size: 1.625em; }
.aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-7 .entry-main { padding: 0px 50px 45px; }
@media screen and (max-width: 767px) {
  .aux-resp .aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-7 .entry-main { padding: 0px 30px 25px; }
}
.aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-7 .entry-info .entry-author { display: inline-block; }
.aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-7 .entry-title { font-size: 1.625em; }
.aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-8 .entry-main { padding: 0px 50px 45px; }
@media screen and (max-width: 767px) {
  .aux-resp .aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-8 .entry-main { padding: 0px 30px 25px; }
}
.aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-8 .entry-info .entry-author { display: inline-block; }
.aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-8 .entry-title { font-size: 1.625em; }
.aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-9 .entry-main { padding: 0px 50px 45px; }
@media screen and (max-width: 767px) {
  .aux-resp .aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-9 .entry-main { padding: 0px 30px 25px; }
}
.aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-9 .entry-info .entry-author { display: inline-block; }
.aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-9 .entry-title { font-size: 1.625em; }
.aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-10 .entry-main { padding: 0px 50px 45px; }
@media screen and (max-width: 767px) {
  .aux-resp .aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-10 .entry-main { padding: 0px 30px 25px; }
}
.aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-10 .entry-info .entry-author { display: inline-block; }
.aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-10 .entry-title { font-size: 1.625em; }
.aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-11 .entry-main { padding: 0px 50px 45px; }
@media screen and (max-width: 767px) {
  .aux-resp .aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-11 .entry-main { padding: 0px 30px 25px; }
}
.aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-11 .entry-info .entry-author { display: inline-block; }
.aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-11 .entry-title { font-size: 1.625em; }
.aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-12 .entry-main { padding: 0px 50px 45px; }
@media screen and (max-width: 767px) {
  .aux-resp .aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-12 .entry-main { padding: 0px 30px 25px; }
}
.aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-12 .entry-info .entry-author { display: inline-block; }
.aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-12 .entry-title { font-size: 1.625em; }
.aux-big-grid-layout .aux-news-big-grid .aux-media-image img { max-width: none; transition: transform 4s ease 0s; }
.aux-big-grid-layout .aux-news-big-grid:hover .aux-media-image img { transform: scale(1.04, 1.04); }
.aux-big-grid-layout .aux-news-big-grid.aux-title-limit .entry-title { overflow: hidden; max-height: 3.375em; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.aux-big-grid-layout.aux-overlay .aux-news-big-grid .entry-main { position: absolute; top: 50%; transform: translateY(-50%); bottom: auto; padding: 0px 20px; background: 0px 0px; }
.aux-big-grid-layout.aux-overlay .aux-news-big-grid .entry-media::after { content: ""; position: absolute; top: 0px; z-index: 1; display: block; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.25); pointer-events: none; transition: background-color 1.5s ease 0s; }
.aux-big-grid-layout.aux-overlay .aux-news-big-grid:hover .entry-media::after { background-color: rgba(0, 0, 0, 0.75); }
.widget-tabs .widget-inner { overflow: visible; }
.widget-tabs ul > li { list-style: none; }
.widget-tabs ul { margin: 0px; }
.widget-tabs .tabs { display: table; table-layout: fixed; margin: 0px; width: 100%; padding-left: 0px; padding-right: 0px; }
.widget-tabs .tabs li { display: table-cell; position: relative; top: 2px; padding: 0.8em; border-style: solid; border-color: rgb(187, 187, 187); border-image: initial; border-width: 1px 0px 1px 1px; color: rgb(187, 187, 187); text-align: center; vertical-align: middle; cursor: pointer; }
.widget-tabs .tabs li > a:hover { color: inherit; }
.widget-tabs .tabs li.active { border-bottom: none; color: inherit; }
.widget-tabs .tabs li:last-child { border-right-width: 1px; }
.widget-tabs .tabs-content { border-right: 1px solid rgb(187, 187, 187); border-bottom: 1px solid rgb(187, 187, 187); border-left: 1px solid rgb(187, 187, 187); border-image: initial; border-top: none; padding: 2.1875em 1.375em; }
.widget-tabs .tabs-content > li { line-height: inherit; }
.widget-tabs .tabs-content p { margin-bottom: 0px; }
.widget-tabs .tabs-content .entry-editor:focus { outline: none; }
.aux-dom-unready .widget-tabs .tabs-content > li { display: none; }
.aux-dom-unready .widget-tabs .tabs-content > li:first-child { display: block; }
.widget-tabs.aux-stripe .tabs-content { border-width: 1px 0px 0px; }
.widget-tabs.aux-fill .tabs-content { padding-right: 0px; padding-left: 0px; }
.popular-posts .wpp-list .wpp-list-items { padding: 1.25em 0px; border-bottom: 1px solid rgb(234, 234, 234); position: relative; display: flex; }
.popular-posts .wpp-list .wpp-list-items .wpp-item-img { width: 33.5%; max-width: 80px; flex-shrink: 0; margin-right: 15px; }
.popular-posts .wpp-list .wpp-list-items .wpp-item-img img { width: 100%; height: auto; }
.popular-posts .wpp-list .wpp-list-items .wpp-post-meta .entry-title { text-decoration: none; font-weight: 600; font-size: 0.875rem; vertical-align: top; margin: 0px; padding: 0px; word-break: break-word; }
.popular-posts .wpp-list .wpp-list-items .wpp-post-meta .wpp-stats { color: rgb(187, 187, 187); font-weight: 400; font-style: italic; }
.popular-posts .wpp-list .wpp-list-items:last-child { border: none; }
.popular-posts .wpp-list .wpp-list-items:first-child { padding-top: 0px; }
.aux-widget-recent-post-widget > article { padding: 1.5625em 0px; border-bottom: 1px solid rgb(224, 224, 224); }
.aux-widget-recent-post-widget > article::after { content: ""; display: table; clear: both; }
.aux-widget-recent-post-widget > article:first-of-type { padding-top: 0px; }
.aux-widget-recent-post-widget > article:last-child { padding-bottom: 0px; border: none; }
.aux-widget-recent-post-widget .entry-media { float: left; width: 33.5%; max-width: 80px; }
.aux-widget-recent-post-widget .entry-media + div { margin-left: 33.5%; padding-left: 1em; }
.aux-widget-recent-post-widget .entry-title { margin-bottom: 0.1em; margin-top: 0px; font-size: inherit; line-height: 1.3; font-weight: 600; }
.aux-widget-recent-post-widget .entry-media + .content { float: left; width: 66.5%; padding-left: 15px; }
.aux-widget-recent-post-widget .entry-content time, .aux-widget-recent-post-widget .comment-body time { color: rgb(187, 187, 187); font-style: italic; font-size: inherit; }
.aux-widget-recent-post-widget .entry-content > p, .aux-widget-recent-post-widget .comment-body > p { margin-bottom: 0px; }
.subfooter .aux-widget-recent-post-widget .entry-media { width: 22.5%; }
.subfooter .aux-widget-recent-post-widget .entry-media + div { margin-left: 22.5%; }
.aux-widget-recent-posts .master-carousel.aux-grid-carousel-modern-layout .aux-mc-item .entry-meta::after { content: ""; display: table; clear: both; }
.aux-widget-recent-posts .master-carousel.aux-grid-carousel-modern-layout .aux-mc-item footer { position: relative; margin-top: 15px; transform: none; }
.aux-widget-recent-posts .master-carousel .aux-mc-item .entry-content, .aux-widget-recent-posts .master-carousel .aux-mc-item .comment-body { margin-bottom: 2em; }
.aux-widget-recent-posts .master-carousel .aux-mc-item > article { position: static; height: 100%; }
.aux-widget-recent-posts .master-carousel .aux-mc-item footer { position: absolute; bottom: 0px; width: 100%; transform: translateY(-100%); }
@media screen and (max-width: 767px) {
  .aux-widget-recent-posts .aux-mc-controls .aux-bullets { display: none; }
}
.aux-widget-recent-posts .aux-grid-table-layout > .aux-col { border-color: rgb(187, 187, 187); margin: 0px; background-size: cover; padding-top: 45px; padding-right: 50px; padding-left: 50px; }
.aux-widget-recent-posts .aux-grid-table-layout.aux-border-collapse > .aux-col { padding-bottom: 2.5em; }
.aux-widget-recent-posts .aux-grid-table-layout.aux-has-bghover > .aux-col { transition: background-image 2s ease-in-out 0s; }
.aux-widget-recent-posts .aux-grid-table-layout.aux-has-bghover > .aux-col:hover .column-entry, .aux-widget-recent-posts .aux-grid-table-layout.aux-has-bghover > .aux-col:hover .column-entry span, .aux-widget-recent-posts .aux-grid-table-layout.aux-has-bghover > .aux-col:hover .column-entry a, .aux-widget-recent-posts .aux-grid-table-layout.aux-has-bghover > .aux-col:hover .entry-meta .author a { color: rgb(255, 255, 255); }
.aux-widget-recent-posts .aux-grid-table-layout.aux-has-bghover .column-entry a:hover { text-decoration: underline; }
.aux-widget-recent-posts .aux-grid-table-layout.aux-has-bghover.aux-entry-boxed .column-entry { background-color: transparent; box-shadow: none; }
.aux-widget-recent-posts .aux-grid-table-layout .column-entry, .aux-widget-recent-posts .aux-grid-table-layout .column-entry a, .aux-widget-recent-posts .aux-grid-table-layout .column-entry span { transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
.aux-widget-recent-posts .aux-grid-table-layout .entry-content, .aux-widget-recent-posts .aux-grid-table-layout .comment-body { font-weight: 500; }
.aux-widget-recent-posts .aux-grid-table-layout .entry-info { font-style: italic; }
.aux-widget-recent-posts .aux-grid-table-layout .entry-info + .entry-header { margin-top: 20px; }
.aux-widget-recent-posts .aux-grid-carousel-modern-layout .aux-col:hover .entry-main, .aux-widget-recent-posts .aux-grid-carousel-modern-layout .aux-mc-item:hover .entry-main { top: -80px; }
.aux-widget-recent-posts .aux-grid-carousel-modern-layout .aux-col:hover .aux-attachment, .aux-widget-recent-posts .aux-grid-carousel-modern-layout .aux-mc-item:hover .aux-attachment { transform: scale(1.03); }
.aux-widget-recent-posts .aux-grid-carousel-modern-layout .entry-main { position: relative; top: -100px; width: 80%; min-height: 142px; margin: 0px auto; background-color: rgb(255, 255, 255); box-shadow: rgba(0, 0, 0, 0.06) 20px 0px 40px 0px; padding: 1.875em 2.5em; transition: top 1.1s cubic-bezier(0.19, 1, 0.22, 1) 0s; }
.aux-widget-recent-posts .aux-grid-carousel-modern-layout .aux-media-frame { overflow: hidden; }
.aux-widget-recent-posts .aux-grid-carousel-modern-layout .aux-media-frame .aux-attachment { transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
.aux-widget-recent-posts .aux-grid-carousel-modern-layout .entry-info { font-size: 0.75em; color: rgb(170, 170, 170); font-weight: 500; margin-bottom: 0px; }
.aux-widget-recent-posts .aux-grid-carousel-modern-layout .entry-header { margin-bottom: 0px; }
.aux-widget-recent-posts .aux-grid-carousel-modern-layout .entry-title { overflow: hidden; max-height: 66px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; font-size: 1.3125em; }
.aux-widget-recent-posts .aux-flip-box .entry-main { display: flex; flex-flow: column wrap; }
.aux-widget-recent-posts .aux-flip-box .aux-flip-back { position: absolute; inset: 0px; backface-visibility: hidden; transform: rotateY(180deg); }
.aux-widget-recent-posts .aux-flip-box .aux-flip-back .entry-main { justify-content: space-evenly; height: 100%; }
.aux-widget-recent-posts .aux-flip-box .aux-flip-front { position: relative; backface-visibility: hidden; z-index: 2; transform: rotateY(0deg); }
.aux-widget-recent-posts .aux-flip-box .column-entry { position: relative; padding-bottom: 0px; transform-style: preserve-3d; transition: transform 0.85s cubic-bezier(0.77, 0, 0.175, 1) 0s; transform: perspective(1000px); }
.aux-widget-recent-posts .aux-flip-box .column-entry .entry-meta { position: static; }
.aux-widget-recent-posts .aux-flip-box .aux-col:hover .column-entry { transform: rotateY(180deg); }
.aux-widget-recent-posts-tiles.aux-carousel { position: relative; }
.aux-widget-recent-posts-tiles .aux-tile-light .post.aux-post-tile .entry-media::after { background: linear-gradient(to top, rgba(255, 255, 255, 0.87) 0%, rgba(255, 255, 255, 0) 100%); }
.aux-widget-recent-posts-tiles .aux-tile-light .post.aux-post-tile .entry-title, .aux-widget-recent-posts-tiles .aux-tile-light .post.aux-post-tile .entry-info { color: rgb(51, 51, 51); }
.aux-widget-recent-posts-tiles .aux-tile-light .post.aux-post-tile .entry-author::before { background-color: rgb(51, 51, 51); }
.aux-widget-recent-posts-tiles .aux-tile-light .post.aux-post-tile .entry-tax > a::before { background-color: rgb(51, 51, 51); }
.aux-widget-recent-posts-tiles .aux-tile-light-overlay .post.aux-post-tile .entry-main { background: rgba(224, 224, 224, 0.6); }
.aux-widget-recent-posts-tiles .aux-tile-light-overlay .post.aux-post-tile .entry-title, .aux-widget-recent-posts-tiles .aux-tile-light-overlay .post.aux-post-tile .entry-info { color: rgb(51, 51, 51); }
.aux-widget-recent-posts-tiles .aux-tile-light-overlay .post.aux-post-tile .entry-author::before { background-color: rgb(51, 51, 51); }
.aux-widget-recent-posts-tiles .aux-tile-light-overlay .post.aux-post-tile .entry-tax > a::before { background-color: rgb(51, 51, 51); }
.aux-widget-recent-posts-tiles .aux-mc-arrows { position: absolute; top: 50%; transform: translateY(-50%); }
.aux-widget-recent-posts-tiles .aux-prev { left: 0px; }
.aux-widget-recent-posts-tiles .aux-next { right: 0px; left: auto; }
.aux-widget-recent-posts-timeline .aux-block > .hentry:not(.has-post-thumbnail)::after, .aux-widget-recent-posts-timeline .aux-block > .hentry.format-audio::after { top: 15px !important; }
.aux-widget-recent-posts-timeline .aux-block > .hentry:not(.has-post-thumbnail)::before, .aux-widget-recent-posts-timeline .aux-block > .hentry.format-audio::before { top: 8px !important; }
.aux-widget-recent-posts-masonry .post.column-entry { padding-bottom: 1.4375em; }
.aux-widget-recent-posts-masonry .post.column-entry.post.post_format-post-format-link { padding-bottom: 0px; }
.aux-widget-recent-posts-masonry .post.column-entry.post.post_format-post-format-quote { padding-bottom: 0px; }
.aux-widget-popular-posts-widget .widget-tabs .tabs-content { padding-top: 2em; }
.aux-widget-popular-posts-widget .widget-tabs .tabs li { padding: 1em 0px; }
.aux-widget-popular-posts-widget .widget-tabs .tabs li:not(.active) { background-color: rgb(249, 249, 249); color: rgb(170, 170, 170); }
.aux-dark .aux-widget-popular-posts-widget .widget-tabs .tabs li:not(.active) { color: rgb(187, 187, 187); background-color: rgb(51, 51, 51); }
.aux-widget-popular-posts-widget .tabs-content > li > article { margin-bottom: 1.5625em; }
.aux-widget-popular-posts-widget .tabs-content > li > article::after { content: ""; display: table; clear: both; }
.aux-widget-popular-posts-widget .tabs-content > li > article:last-child { margin-bottom: 0px; }
.aux-widget-popular-posts-widget .entry-media { float: left; width: 33.5%; max-width: 80px; margin-right: 1em; }
.aux-widget-popular-posts-widget .entry-title { margin-bottom: 0.1em; margin-top: 0px; font-size: inherit; line-height: 1.3; }
.aux-widget-popular-posts-widget .entry-media + section { float: left; width: 66.5%; padding-left: 15px; }
.aux-widget-popular-posts-widget .entry-content time, .aux-widget-popular-posts-widget .comment-body time { color: rgb(187, 187, 187); font-style: italic; font-size: inherit; }
.aux-widget-text .aux-text-color-light { color: rgb(255, 255, 255); }
.aux-widget-text .aux-text-color-dark { color: rgb(61, 61, 61); }
.aux-widget-text .aux-text-widget-bg-tile { background-repeat: repeat; }
.aux-widget-text .aux-text-widget-bg-cover { background: center center / cover no-repeat; }
.aux-widget-text .aux-text-widget-bg-center { background-repeat: no-repeat; background-position: center center; }
.aux-widget-text .aux-text-widget-bg-fixed { background: center center / cover no-repeat fixed; }
.aux-widget-text .aux-text-center { text-align: center; }
.aux-widget-text .aux-text-right { text-align: right; }
.aux-widget-text .aux-text-left { text-align: left; }
@media screen and (max-width: 1023px) {
  .aux-resp .aux-widget-text .aux-text-resp-left { text-align: left !important; }
}
@media screen and (max-width: 1023px) {
  .aux-resp .aux-widget-text .aux-text-resp-right { text-align: right !important; }
}
@media screen and (max-width: 1023px) {
  .aux-resp .aux-widget-text .aux-text-resp-center { text-align: center !important; }
}
.aux-widget-text .aux-ico-shape-circle, .aux-widget-text .aux-ico-shape-circle img { border-radius: 50%; }
.aux-widget-text .aux-ico-shape-semi-circle, .aux-widget-text .aux-ico-shape-semi-circle img { border-radius: 45%; }
.aux-widget-text .aux-ico-shape-round-rect, .aux-widget-text .aux-ico-shape-round-rect img { border-radius: 7%; }
.aux-widget-text .aux-ico-shape-fill, .aux-widget-text .aux-ico-shape-fill img { width: 100%; }
.aux-widget-text .aux-ico-shape-cross-rect { position: relative; }
.aux-widget-text .aux-ico-shape-cross-rect::after, .aux-widget-text .aux-ico-shape-cross-rect::before { content: ""; position: absolute; display: block; width: 100%; height: 100%; }
.aux-widget-text .aux-ico-shape-cross-rect::after { top: 50%; left: -1px; transform: translateY(-50%); padding: 25px 0px; border-left: 1px solid rgb(224, 224, 224); border-right: 1px solid rgb(224, 224, 224); }
.aux-widget-text .aux-ico-shape-cross-rect::before { left: 50%; bottom: -1px; transform: translateX(-50%); padding: 0px 25px; border-top: 1px solid rgb(224, 224, 224); border-bottom: 1px solid rgb(224, 224, 224); }
.aux-widget-text .aux-ico { display: inline-block; line-height: 100%; }
.aux-widget-text .aux-ico::before { vertical-align: top; }
.aux-widget-text .aux-ico-box { display: table; margin: 0px auto; }
.aux-widget-text .aux-ico-small { padding: 35px; }
.aux-widget-text .aux-ico-small.aux-ico-clear { padding: 25px; }
.aux-widget-text .aux-ico-small .aux-ico { font-size: 2.5em; }
.aux-widget-text .aux-ico-medium { padding: 40px; }
.aux-widget-text .aux-ico-medium.aux-ico-clear { padding: 30px; }
.aux-widget-text .aux-ico-medium .aux-ico { font-size: 3.125em; }
.aux-widget-text .aux-ico-large { padding: 45px; }
.aux-widget-text .aux-ico-large.aux-ico-clear { padding: 35px; }
.aux-widget-text .aux-ico-large .aux-ico { font-size: 3.75em; }
.aux-widget-text .aux-ico-x-large { padding: 50px; }
.aux-widget-text .aux-ico-x-large.aux-ico-clear { padding: 40px; }
.aux-widget-text .aux-ico-x-large .aux-ico { font-size: 4.375em; }
.aux-widget-text .aux-img-box:not(.aux-ico-shape-default) { position: relative; display: block; max-width: 100%; }
.aux-widget-text .aux-text-widget-overlay { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; }
.aux-widget-text .aux-border-shape-tail { width: 0px; height: 0px; border-width: 15px 17.5px; border-style: solid; border-color: gray transparent transparent; border-image: initial; display: block; margin: 0px auto; }
.aux-widget-text .aux-border-shape-wave svg { display: block; }
.aux-widget-text .entry-content h1, .aux-widget-text .comment-body h1, .aux-widget-text .entry-content h2, .aux-widget-text .comment-body h2, .aux-widget-text .entry-content h3, .aux-widget-text .comment-body h3, .aux-widget-text .entry-content h4, .aux-widget-text .comment-body h4, .aux-widget-text .entry-content h5, .aux-widget-text .comment-body h5, .aux-widget-text .entry-content h6, .aux-widget-text .comment-body h6 { font-weight: 400; }
.aux-widget-text .aux-wrap-style-outline, .aux-widget-text .aux-wrap-style-simple, .aux-widget-text .aux-wrap-style-box { position: relative; }
.aux-widget-text .aux-wrap-style-outline { border: 1px solid rgb(187, 187, 187); }
.aux-widget-text .aux-wrap-style-outline .aux-text-widget-content, .aux-widget-text .aux-wrap-style-box .aux-text-widget-content { padding-right: 2.1875em; padding-left: 2.1875em; }
.aux-widget-text .aux-text-fill-header .aux-text-widget-header { padding: 3.125em 0px; }
.aux-widget-text .aux-text-fill-header .aux-text-widget-content { padding-top: 2.8125em; }
.aux-widget-text .aux-text-img-header .aux-text-widget-header { padding: 3.125em 0px; }
.aux-widget-text .aux-text-img-header .aux-text-widget-content { padding-top: 2.8125em; }
.aux-widget-text .aux-text-no-content .aux-text-widget-content { padding-top: 1.25em; padding-bottom: 4.375em; }
.aux-widget-text .aux-text-widget-header, .aux-widget-text .aux-text-widget-content { position: relative; z-index: 1; word-break: break-word; }
.aux-widget-text .aux-text-widget-header { flex-shrink: 0; padding: 3.125em 0px 0px; }
.aux-widget-text .aux-text-widget-content { padding: 2.25em 0px 3.125em; }
.aux-widget-text .aux-text-widget-content .col-title { line-height: 1; margin-bottom: 0px; }
.aux-widget-text .aux-text-widget-content .col-subtitle { color: rgb(170, 170, 170); font-weight: 400; font-size: 0.9375em; margin: 14px 0px 10px; }
.aux-widget-text .aux-text-widget-content .widget-content { margin-top: 12px; }
.aux-widget-text .aux-text-widget-content .widget-content p { margin-bottom: 0px; }
.aux-widget-text .aux-text-widget-content .widget-content ul { list-style: inherit; }
.aux-widget-text .aux-text-widget-content .widget-content ul li { list-style: inherit; }
.aux-widget-text .aux-text-widget-content .aux-button { margin: 23px 0px 0px; }
.aux-widget-text .aux-ico-pos-left, .aux-widget-text .aux-ico-pos-right { display: flex; align-items: center; }
.aux-widget-text .aux-ico-pos-left.aux-text-header-fix, .aux-widget-text .aux-ico-pos-right.aux-text-header-fix { overflow: hidden; }
.aux-widget-text .aux-ico-pos-left.aux-text-header-fix .aux-text-widget-header::after, .aux-widget-text .aux-ico-pos-right.aux-text-header-fix .aux-text-widget-header::after { content: ""; position: absolute; width: 100%; height: 100%; left: 0px; background: inherit; }
@media screen and (max-width: 1023px) {
  .aux-resp .aux-widget-text .aux-ico-pos-left.aux-text-header-fix .aux-text-widget-header::after, .aux-resp .aux-widget-text .aux-ico-pos-right.aux-text-header-fix .aux-text-widget-header::after { display: none; }
}
.aux-widget-text .aux-ico-pos-left.aux-text-img-header, .aux-widget-text .aux-ico-pos-right.aux-text-img-header { display: table; }
@media screen and (max-width: 1023px) {
  .aux-resp .aux-widget-text .aux-ico-pos-left.aux-text-img-header, .aux-resp .aux-widget-text .aux-ico-pos-right.aux-text-img-header { display: block; }
}
.aux-widget-text .aux-ico-pos-left.aux-text-img-header .aux-text-widget-header, .aux-widget-text .aux-ico-pos-right.aux-text-img-header .aux-text-widget-header { display: table-cell; float: none; width: 40%; }
@media screen and (max-width: 1023px) {
  .aux-resp .aux-widget-text .aux-ico-pos-left.aux-text-img-header .aux-text-widget-header, .aux-resp .aux-widget-text .aux-ico-pos-right.aux-text-img-header .aux-text-widget-header { display: block; width: auto; padding-top: 60.5%; }
}
.aux-widget-text .aux-ico-pos-left.aux-text-img-header .aux-text-widget-content, .aux-widget-text .aux-ico-pos-right.aux-text-img-header .aux-text-widget-content { display: table-cell; }
@media screen and (max-width: 1023px) {
  .aux-resp .aux-widget-text .aux-ico-pos-left.aux-text-img-header .aux-text-widget-content, .aux-resp .aux-widget-text .aux-ico-pos-right.aux-text-img-header .aux-text-widget-content { display: block; }
}
.aux-widget-text .aux-ico-pos-left.aux-text-padding-fix .aux-text-widget-header, .aux-widget-text .aux-ico-pos-right.aux-text-padding-fix .aux-text-widget-header { padding: 2.5em 1.125em; }
.aux-widget-text .aux-ico-pos-left.aux-text-padding-fix .aux-text-widget-content, .aux-widget-text .aux-ico-pos-right.aux-text-padding-fix .aux-text-widget-content { padding: 3.9375em 3.125em; }
.aux-widget-text .aux-ico-pos-left .aux-text-widget-header, .aux-widget-text .aux-ico-pos-right .aux-text-widget-header { padding: 2.5em; max-width: 50%; }
@media screen and (max-width: 1023px) {
  .aux-resp .aux-widget-text .aux-ico-pos-left .aux-text-widget-header, .aux-resp .aux-widget-text .aux-ico-pos-right .aux-text-widget-header { float: none; margin: 0px auto; max-width: none; }
}
.aux-widget-text .aux-ico-pos-left .aux-text-widget-content, .aux-widget-text .aux-ico-pos-right .aux-text-widget-content { padding: 2.5em; display: table; vertical-align: top; }
.aux-widget-text .aux-ico-pos-left .aux-text-widget-content::after, .aux-widget-text .aux-ico-pos-right .aux-text-widget-content::after { content: ""; display: table; clear: both; }
@media screen and (max-width: 1023px) {
  .aux-resp .aux-widget-text .aux-ico-pos-left .aux-text-widget-content, .aux-resp .aux-widget-text .aux-ico-pos-right .aux-text-widget-content { padding: 2.25em 2.1875em 3.125em; }
}
.aux-widget-text .aux-ico-pos-right.aux-text-img-header { direction: rtl; }
.aux-widget-text .aux-ico-pos-right.aux-text-img-header .aux-text-widget-header { direction: rtl; }
.aux-widget-text .aux-ico-pos-right.aux-text-img-header .aux-text-widget-content { direction: ltr; }
.aux-widget-text .aux-ico-pos-right .aux-text-widget-header { order: 1; }
@media screen and (max-width: 1023px) {
  .aux-resp .aux-widget-text .aux-ico-pos-right .aux-text-widget-header { margin: 0px; }
}
.aux-widget-text .aux-ico-pos-left .aux-text-widget-header { order: 0; }
@media screen and (max-width: 1023px) {
  .aux-resp .aux-widget-text .aux-ico-pos-left .aux-text-widget-header { margin: 0px; }
}
.aux-widget-staff.aux-wrap-style-outline { border: 1px solid rgb(187, 187, 187); padding: 1.25em; }
.aux-widget-staff.aux-wrap-style-box .aux-staff-content { padding: 0px 15px; }
.aux-widget-staff .aux-staff-container { display: flex; }
.aux-widget-staff .aux-staff-container.aux-staff-pos-top { flex-direction: column; }
.aux-widget-staff .aux-staff-container.aux-staff-pos-bottom { flex-direction: column-reverse; }
.aux-widget-staff .aux-staff-container.aux-staff-pos-right, .aux-widget-staff .aux-staff-container.aux-staff-pos-left { align-items: center; }
@media screen and (max-width: 767px) {
  .aux-resp .aux-widget-staff .aux-staff-container.aux-staff-pos-right, .aux-resp .aux-widget-staff .aux-staff-container.aux-staff-pos-left { flex-direction: column; }
}
.aux-widget-staff .aux-staff-container.aux-staff-pos-right .aux-staff-header, .aux-widget-staff .aux-staff-container.aux-staff-pos-left .aux-staff-header { max-width: 50%; }
.aux-widget-staff .aux-staff-container.aux-staff-pos-right .aux-staff-content, .aux-widget-staff .aux-staff-container.aux-staff-pos-left .aux-staff-content { padding: 0px 30px; flex: 1 1 0%; }
.aux-widget-staff .aux-staff-container.aux-staff-pos-right .aux-staff-footer, .aux-widget-staff .aux-staff-container.aux-staff-pos-left .aux-staff-footer { border: none; padding: 0px; }
@media screen and (max-width: 479px) {
  .aux-resp .aux-widget-staff .aux-staff-container.aux-staff-pos-right .aux-staff-footer, .aux-resp .aux-widget-staff .aux-staff-container.aux-staff-pos-left .aux-staff-footer { margin-bottom: 30px; }
}
.aux-widget-staff .aux-staff-container.aux-staff-pos-right { flex-direction: row-reverse; }
.aux-widget-staff .aux-staff-container.aux-staff-pos-left { flex-direction: row; }
.aux-widget-staff .aux-staff-text-center { text-align: center; }
.aux-widget-staff .aux-staff-text-center .aux-social-list { display: block; text-align: center; }
.aux-widget-staff .aux-staff-text-center .aux-social-list > li { display: inline-block; float: none; }
.aux-widget-staff .aux-staff-text-center .aux-vertical .aux-social-list > li { display: table; margin: 0px auto; }
.aux-widget-staff .aux-staff-text-center .aux-staff-header { text-align: center; }
.aux-widget-staff .aux-staff-text-right { text-align: right; }
.aux-widget-staff .aux-staff-text-right .aux-social-list > li { float: right; }
.aux-widget-staff .aux-staff-text-right .aux-staff-header { text-align: right; }
.aux-widget-staff .aux-staff-text-left { text-align: left; }
.aux-widget-staff .aux-staff-text-left .aux-staff-header { text-align: left; }
.aux-widget-staff .aux-staff-text-light { color: rgb(255, 255, 255); }
.aux-widget-staff .aux-staff-text-dark { color: rgb(61, 61, 61); }
.aux-widget-staff .aux-staff-border { border: 1px solid; }
.aux-widget-staff .aux-staff-header.aux-staff-img-circle img { border-radius: 50%; }
.aux-widget-staff .aux-staff-header.aux-staff-img-semi-circle img { border-radius: 45%; }
.aux-widget-staff .aux-staff-header.aux-staff-img-round-rect img { border-radius: 7%; }
.aux-widget-staff .aux-staff-content .col-title { margin: 30px 0px 17px; }
.aux-widget-staff .aux-staff-content .col-subtitle { font-size: 0.875em; color: rgb(170, 170, 170); font-weight: 400; font-style: italic; margin-bottom: 11px; letter-spacing: 0px; }
.aux-widget-staff .aux-staff-content .entry-content, .aux-widget-staff .aux-staff-content .comment-body { margin-bottom: 14px; }
.aux-widget-staff .aux-staff-footer { border-top: 1px solid rgb(224, 224, 224); padding: 19px 0px; }
.aux-widget-staff .aux-staff-footer .aux-social-list { padding-left: 0px; padding-right: 0px; }
.aux-widget-staff .aux-staff-footer .aux-social-list a { text-align: left; }
.aux-social-list { margin: 0px; display: inline-block; line-height: 0; }
.aux-social-list::after { content: ""; display: table; clear: both; }
.aux-social-list li { margin: 0px; font-size: 28px; line-height: 100%; }
.aux-social-list.aux-light li a { color: rgb(255, 255, 255); }
.aux-social-list a { display: table-cell; vertical-align: middle; width: 26px; height: 26px; text-align: center; color: inherit; line-height: 100%; transition: color 0.3s ease 0s; }
.aux-social-list a:hover { background: 0px 0px; color: rgb(27, 176, 206); }
.aux-social-list a span { line-height: 80%; display: block; }
.aux-social-list li a { text-decoration: none !important; }
.aux-social-list li a.vk { font-size: 120%; }
.aux-extra-large > .aux-social-list li { font-size: 1.7rem; }
.aux-extra-large > .aux-social-list a { width: 35px; height: 35px; }
.aux-large > .aux-social-list li { font-size: 1.25rem; }
.aux-large > .aux-social-list a { width: 30px; height: 30px; }
.aux-medium > .aux-social-list li { font-size: 1.122rem; }
.aux-small > .aux-social-list li { font-size: 1rem; }
.aux-small > .aux-social-list a { width: 25px; height: 25px; }
.aux-horizontal > .aux-social-list { display: block; }
.aux-horizontal > .aux-social-list > li { float: left; }
.aux-social-list.aux-square li { padding: 0.25em 0.25em 0.15em 0.35em; line-height: 1; border: 1px solid rgb(221, 221, 221); }
.aux-social-list.aux-round li { padding: 0.25em 0.3em 0.15em 0.35em; line-height: 1; border-radius: 50%; border: 1px solid rgb(221, 221, 221); }
.aux-social-list.aux-outline li { font-size: 17px; }
.aux-brand-color > .aux-social-list .facebook { color: rgb(59, 89, 152); }
.aux-brand-color > .aux-social-list .twitter { color: rgb(0, 172, 237); }
.aux-brand-color > .aux-social-list .googleplus { color: rgb(221, 75, 57); }
.aux-brand-color > .aux-social-list .pinterest { color: rgb(203, 32, 39); }
.aux-brand-color > .aux-social-list .instagram { color: rgb(38, 38, 38); }
.aux-brand-color > .aux-social-list .linkedin { color: rgb(0, 123, 182); }
.aux-brand-color > .aux-social-list .dribbble { color: rgb(234, 76, 137); }
.aux-brand-color > .aux-social-list .youtube { color: rgb(187, 0, 0); }
.aux-brand-color > .aux-social-list .vimeo { color: rgb(170, 212, 80); }
.aux-brand-color > .aux-social-list .flickr { color: rgb(255, 0, 132); }
.aux-brand-color > .aux-social-list .digg { color: rgb(72, 108, 163); }
.aux-brand-color > .aux-social-list .stumbleupon { color: rgb(235, 72, 35); }
.aux-brand-color > .aux-social-list .lastfm { color: rgb(210, 19, 9); }
.aux-brand-color > .aux-social-list .tumblr { color: rgb(50, 80, 109); }
.aux-brand-color > .aux-social-list .vk { color: rgb(69, 102, 142); }
.aux-brand-color > .aux-social-list .skype { color: rgb(0, 175, 240); }
.aux-brand-color > .aux-social-list .delicious { color: rgb(34, 34, 34); }
.aux-brand-color > .aux-social-list .telegram { color: rgb(0, 136, 204); }
.aux-brand-color > .aux-social-list .rss { color: rgb(242, 101, 34); }
.aux-brand-color-hover > .aux-social-list .facebook:hover { color: rgb(59, 89, 152); }
.aux-brand-color-hover > .aux-social-list .twitter:hover { color: rgb(0, 172, 237); }
.aux-brand-color-hover > .aux-social-list .googleplus:hover { color: rgb(221, 75, 57); }
.aux-brand-color-hover > .aux-social-list .pinterest:hover { color: rgb(203, 32, 39); }
.aux-brand-color-hover > .aux-social-list .instagram:hover { color: rgb(38, 38, 38); }
.aux-brand-color-hover > .aux-social-list .linkedin:hover { color: rgb(0, 123, 182); }
.aux-brand-color-hover > .aux-social-list .dribbble:hover { color: rgb(234, 76, 137); }
.aux-brand-color-hover > .aux-social-list .youtube:hover { color: rgb(187, 0, 0); }
.aux-brand-color-hover > .aux-social-list .vimeo:hover { color: rgb(170, 212, 80); }
.aux-brand-color-hover > .aux-social-list .flickr:hover { color: rgb(255, 0, 132); }
.aux-brand-color-hover > .aux-social-list .digg:hover { color: rgb(72, 108, 163); }
.aux-brand-color-hover > .aux-social-list .stumbleupon:hover { color: rgb(235, 72, 35); }
.aux-brand-color-hover > .aux-social-list .lastfm:hover { color: rgb(210, 19, 9); }
.aux-brand-color-hover > .aux-social-list .tumblr:hover { color: rgb(50, 80, 109); }
.aux-brand-color-hover > .aux-social-list .vk:hover { color: rgb(69, 102, 142); }
.aux-brand-color-hover > .aux-social-list .skype:hover { color: rgb(0, 175, 240); }
.aux-brand-color-hover > .aux-social-list .delicious:hover { color: rgb(34, 34, 34); }
.aux-brand-color-hover > .aux-social-list .telegram:hover { color: rgb(0, 136, 204); }
.aux-brand-color-hover > .aux-social-list .rss:hover { color: rgb(242, 101, 34); }
.aux-contact-form input[type="text"], #commentform input[type="text"], .aux-contact-form input[type="email"], #commentform input[type="email"], .aux-contact-form input[type="password"], #commentform input[type="password"], .aux-contact-form input[type="tel"], #commentform input[type="tel"], .aux-contact-form input[type="url"], #commentform input[type="url"], .aux-contact-form input[type="date"], #commentform input[type="date"], .aux-contact-form textarea, #commentform textarea, .c_form input[type="text"], .c_form input[type="email"], .c_form input[type="password"], .c_form input[type="tel"], .c_form input[type="url"], .c_form input[type="date"], .c_form textarea, .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="password"], .wpcf7 input[type="tel"], .wpcf7 input[type="url"], .wpcf7 input[type="date"], .wpcf7 textarea { display: block; width: 100%; height: 46px; max-width: none; margin-bottom: 1.875em; padding: 0.9375em; }
.aux-contact-form input[type="text"]:focus, #commentform input[type="text"]:focus, .aux-contact-form input[type="email"]:focus, #commentform input[type="email"]:focus, .aux-contact-form input[type="password"]:focus, #commentform input[type="password"]:focus, .aux-contact-form input[type="tel"]:focus, #commentform input[type="tel"]:focus, .aux-contact-form input[type="url"]:focus, #commentform input[type="url"]:focus, .aux-contact-form input[type="date"]:focus, #commentform input[type="date"]:focus, .aux-contact-form textarea:focus, #commentform textarea:focus, .c_form input[type="text"]:focus, .c_form input[type="email"]:focus, .c_form input[type="password"]:focus, .c_form input[type="tel"]:focus, .c_form input[type="url"]:focus, .c_form input[type="date"]:focus, .c_form textarea:focus, .wpcf7 input[type="text"]:focus, .wpcf7 input[type="email"]:focus, .wpcf7 input[type="password"]:focus, .wpcf7 input[type="tel"]:focus, .wpcf7 input[type="url"]:focus, .wpcf7 input[type="date"]:focus, .wpcf7 textarea:focus { border-color: rgb(61, 61, 61); }
.aux-contact-form input[type="text"]::-webkit-input-placeholder, #commentform input[type="text"]::-webkit-input-placeholder, .aux-contact-form input[type="email"]::-webkit-input-placeholder, #commentform input[type="email"]::-webkit-input-placeholder, .aux-contact-form input[type="password"]::-webkit-input-placeholder, #commentform input[type="password"]::-webkit-input-placeholder, .aux-contact-form input[type="tel"]::-webkit-input-placeholder, #commentform input[type="tel"]::-webkit-input-placeholder, .aux-contact-form input[type="url"]::-webkit-input-placeholder, #commentform input[type="url"]::-webkit-input-placeholder, .aux-contact-form input[type="date"]::-webkit-input-placeholder, #commentform input[type="date"]::-webkit-input-placeholder, .aux-contact-form textarea::-webkit-input-placeholder, #commentform textarea::-webkit-input-placeholder, .c_form input[type="text"]::-webkit-input-placeholder, .c_form input[type="email"]::-webkit-input-placeholder, .c_form input[type="password"]::-webkit-input-placeholder, .c_form input[type="tel"]::-webkit-input-placeholder, .c_form input[type="url"]::-webkit-input-placeholder, .c_form input[type="date"]::-webkit-input-placeholder, .c_form textarea::-webkit-input-placeholder, .wpcf7 input[type="text"]::-webkit-input-placeholder, .wpcf7 input[type="email"]::-webkit-input-placeholder, .wpcf7 input[type="password"]::-webkit-input-placeholder, .wpcf7 input[type="tel"]::-webkit-input-placeholder, .wpcf7 input[type="url"]::-webkit-input-placeholder, .wpcf7 input[type="date"]::-webkit-input-placeholder, .wpcf7 textarea::-webkit-input-placeholder { font-style: italic; }
.aux-contact-form textarea, #commentform textarea, .c_form textarea, .wpcf7 textarea { min-height: 240px; height: auto; max-width: 100%; }
.aux-contact-form input[type="submit"], #commentform input[type="submit"], .c_form input[type="submit"], .wpcf7 input[type="submit"] { padding: 1.25em 3.125em; font-weight: 700; }
.aux-dark .aux-contact-form input[type="text"], .aux-dark #commentform input[type="text"], .aux-dark .aux-contact-form input[type="email"], .aux-dark #commentform input[type="email"], .aux-dark .aux-contact-form input[type="password"], .aux-dark #commentform input[type="password"], .aux-dark .aux-contact-form input[type="tel"], .aux-dark #commentform input[type="tel"], .aux-dark .aux-contact-form input[type="url"], .aux-dark #commentform input[type="url"], .aux-dark .aux-contact-form input[type="date"], .aux-dark #commentform input[type="date"], .aux-dark .aux-contact-form textarea, .aux-dark #commentform textarea, .aux-dark .c_form input[type="text"], .aux-dark .c_form input[type="email"], .aux-dark .c_form input[type="password"], .aux-dark .c_form input[type="tel"], .aux-dark .c_form input[type="url"], .aux-dark .c_form input[type="date"], .aux-dark .c_form textarea, .aux-dark .wpcf7 input[type="text"], .aux-dark .wpcf7 input[type="email"], .aux-dark .wpcf7 input[type="password"], .aux-dark .wpcf7 input[type="tel"], .aux-dark .wpcf7 input[type="url"], .aux-dark .wpcf7 input[type="date"], .aux-dark .wpcf7 textarea { color: inherit; }
.aux-dark .aux-contact-form input[type="text"]:focus, .aux-dark #commentform input[type="text"]:focus, .aux-dark .aux-contact-form input[type="email"]:focus, .aux-dark #commentform input[type="email"]:focus, .aux-dark .aux-contact-form input[type="password"]:focus, .aux-dark #commentform input[type="password"]:focus, .aux-dark .aux-contact-form input[type="tel"]:focus, .aux-dark #commentform input[type="tel"]:focus, .aux-dark .aux-contact-form input[type="url"]:focus, .aux-dark #commentform input[type="url"]:focus, .aux-dark .aux-contact-form input[type="date"]:focus, .aux-dark #commentform input[type="date"]:focus, .aux-dark .aux-contact-form textarea:focus, .aux-dark #commentform textarea:focus, .aux-dark .c_form input[type="text"]:focus, .aux-dark .c_form input[type="email"]:focus, .aux-dark .c_form input[type="password"]:focus, .aux-dark .c_form input[type="tel"]:focus, .aux-dark .c_form input[type="url"]:focus, .aux-dark .c_form input[type="date"]:focus, .aux-dark .c_form textarea:focus, .aux-dark .wpcf7 input[type="text"]:focus, .aux-dark .wpcf7 input[type="email"]:focus, .aux-dark .wpcf7 input[type="password"]:focus, .aux-dark .wpcf7 input[type="tel"]:focus, .aux-dark .wpcf7 input[type="url"]:focus, .aux-dark .wpcf7 input[type="date"]:focus, .aux-dark .wpcf7 textarea:focus { border-color: rgb(255, 255, 255); }
.aux-dark .aux-contact-form input[type="submit"], .aux-dark #commentform input[type="submit"], .aux-dark .c_form input[type="submit"], .aux-dark .wpcf7 input[type="submit"] { background-color: rgb(187, 187, 187); color: rgb(61, 61, 61); }
.aux-dark .aux-contact-form input[type="submit"]:hover, .aux-dark #commentform input[type="submit"]:hover, .aux-dark .c_form input[type="submit"]:hover, .aux-dark .wpcf7 input[type="submit"]:hover { background-color: rgb(255, 255, 255); }
aside .aux-contact-form input[type="text"], aside #commentform input[type="text"], aside .aux-contact-form input[type="email"], aside #commentform input[type="email"], aside .aux-contact-form input[type="password"], aside #commentform input[type="password"], aside .aux-contact-form input[type="tel"], aside #commentform input[type="tel"], aside .aux-contact-form input[type="url"], aside #commentform input[type="url"], aside .aux-contact-form input[type="date"], aside #commentform input[type="date"], aside .aux-contact-form textarea, aside #commentform textarea, aside .c_form input[type="text"], aside .c_form input[type="email"], aside .c_form input[type="password"], aside .c_form input[type="tel"], aside .c_form input[type="url"], aside .c_form input[type="date"], aside .c_form textarea, aside .wpcf7 input[type="text"], aside .wpcf7 input[type="email"], aside .wpcf7 input[type="password"], aside .wpcf7 input[type="tel"], aside .wpcf7 input[type="url"], aside .wpcf7 input[type="date"], aside .wpcf7 textarea { margin-bottom: 0.625em; }
aside .aux-contact-form textarea, aside #commentform textarea, aside .c_form textarea, aside .wpcf7 textarea { min-height: 140px; }
aside .aux-contact-form input[type="submit"], aside #commentform input[type="submit"], aside .c_form input[type="submit"], aside .wpcf7 input[type="submit"] { width: 100%; }
.aux-widget-contact-box ul { margin: 0px; }
.aux-widget-contact-box .aux-map-wrapper { border: 1px solid rgb(187, 187, 187); }
.aux-widget-contact-box .aux-map-wrapper + script + ul { margin-top: 1em; }
.aux-widget-contact-box ul + .widget-socials { margin-top: 0.7em; }
.aux-widget-contact-box ul li { margin-bottom: 0.2em; }
.aux-widget-contact-box ul li::after { content: ""; display: table; clear: both; }
.aux-widget-contact-box li > i { font-size: 1.5em; vertical-align: sub; line-height: 100%; float: left; }
.aux-widget-contact-box li > .info-text { margin-left: 2em; display: block; }
.aux-widget-contact-box .aux-contact-details + .aux-map-wrapper, .aux-widget-contact-box .aux-map-wrapper + .aux-contact-details { margin-top: 2.3125em; }
aside .aux-widget-contact-box .aux-contact-details + .aux-map-wrapper, aside .aux-widget-contact-box .aux-map-wrapper + .aux-contact-details { margin-top: 1.25em; }
.aux-widget-about dl, .aux-widget-about dd, .aux-widget-about dt { margin: 0px; }
.aux-widget-about .aux-about-image { margin-bottom: 1.875em; }
.aux-widget-about .aux-style-circle img { border-radius: 50%; }
.aux-widget-about .aux-text-center { text-align: center; }
.aux-widget-about .aux-text-center .aux-social-list li { float: none; display: inline-block; }
.aux-widget-about .aux-about-name, .aux-widget-about .aux-about-skills { font-weight: 600; font-size: 1rem; line-height: 100%; margin-bottom: 0.5em; }
.aux-widget-about .aux-about-skills { font-size: 0.875em; color: rgb(187, 187, 187); margin-bottom: 0.8em; }
.aux-widget-about .aux-social-list { margin-top: 0.8em; }
.widget-toggle .widget-inner { overflow: visible; }
.widget-toggle .toggle-header { position: relative; padding: 1.4em; margin: 0px 0px -1px; border: 1px solid rgb(187, 187, 187); font-weight: 500; font-size: inherit; line-height: 100%; }
.widget-toggle .toggle-header::after { content: ""; right: 1.4em; background-image: url("symbols.svg"); background-repeat: no-repeat; display: block; width: 16px; height: 8px; background-position: 0px -522px; position: absolute; top: 50%; transform: translateY(-50%); transition: transform 0.3s ease 0s; }
.widget-toggle .active > .toggle-header::after { transform: translateY(-50%) scaleY(-1); }
.widget-toggle .toggle-content { padding: 1.4em; border-style: solid; border-color: rgb(187, 187, 187); border-image: initial; border-width: 0px 1px; display: none; }
.widget-toggle .acc-content-wrap { height: 0px; overflow: hidden; transition: height 0.5s ease 0s; }
.widget-toggle .acc-content-wrap .toggle-content { display: block; }
.widget-toggle section:last-child .toggle-content { border-bottom-width: 1px; }
.tp_recent_tweets { float: none; }
.tp_recent_tweets > ul { margin: 0px; }
.tp_recent_tweets > ul::after { content: ""; display: table; clear: both; }
.tp_recent_tweets > ul > li { background-image: none; position: relative; padding: 0px 0px 0px 2.5em; margin-bottom: 1.5625em; }
.tp_recent_tweets > ul > li:last-child { margin-bottom: 0px; }
.tp_recent_tweets > ul > li::before { content: ""; position: absolute; top: 2px; left: 0px; color: rgb(187, 187, 187); font-family: auxin-front; font-size: 1.6em; line-height: 1; -webkit-font-smoothing: antialiased; speak: none; }
.tp_recent_tweets > ul > li a { color: rgb(27, 176, 206); font-weight: 400; text-decoration: none; }
.tp_recent_tweets .twitter_time { font-style: italic; font-size: 1em; color: rgb(187, 187, 187); }
.cff-wrapper #cff .cff-item { padding-top: 45px; padding-bottom: 45px; }
.cff-wrapper #cff .cff-item:first-child { padding-top: 0px; }
.widget_aux_search form, .widget_aux_search form .aux-search-field { width: 100%; max-width: none; margin: 0px; }
.widget_aux_search form { margin-bottom: -0.4em; }
.widget_aux_search .aux-submit-icon-container { right: 0px; }
.aux-dark .widget_aux_search .aux-submit-icon-container:hover { color: rgb(255, 255, 255); }
.aux-dark .widget_aux_search .aux-search-field { color: inherit; background-color: transparent !important; }
.aux-dark .widget_aux_search .aux-search-field:focus { border-color: rgb(255, 255, 255); }
.subfooter .widget_aux_search .aux-search-field { background-color: rgb(253, 253, 253); }
.widget_search form { margin: 0px; }
.widget_search .field { width: 100%; }
.widget_search .submit { display: none; }
.aux-dark .widget_search .field { color: inherit; background-color: transparent !important; }
.aux-dark .widget_search .field:focus { border-color: rgb(255, 255, 255); }
.subfooter .widget_search .field { background-color: rgb(253, 253, 253); }
.widget-map img { max-width: none; }
.axi_map_wrapper { width: 100%; }
.aux-widget-image .aux-media-hint-frame { display: inline-block; }
.aux-widget-image .aux-media-hint-frame .aux-image-has-secondary img:last-child { position: absolute; top: 0px; left: 0px; opacity: 0; z-index: 2; transition: opacity 1s ease 0s; }
.aux-widget-image .aux-media-hint-frame:hover .aux-image-has-secondary img:last-child { opacity: 1; }
.aux-widget-image .aux-media-image { transition: all 0.3s ease-out 0s; }
.aux-widget-image .aux-media-image img { display: inline-block; }
.aux-widget-image.aux-alignnone { text-align: center; }
.aux-widget-image.aux-alignleft { float: left; }
.aux-widget-image.aux-alignright { float: right; }
aside .aux-widget-image.aux-alignleft, aside .aux-widget-image.aux-alignright, aside .aux-widget-image.aux-alignnone { float: none; }
.aux-widget-before-after img { width: 100%; }
.aux-widget-before-after.aux-alignnone { text-align: center; }
.aux-widget-before-after.aux-alignleft { float: left; }
.aux-widget-before-after.aux-alignright { float: right; }
aside .aux-widget-before-after.aux-alignleft, aside .aux-widget-before-after.aux-alignright, aside .aux-widget-before-after.aux-alignnone { float: none; }
.pswp__img.pswp__img--placeholder { opacity: 0; }
.aux-lightbox-btn { direction: ltr; }
.aux-gallery figure { float: left; position: relative; margin-right: 0px; margin-left: 0px; margin-bottom: 10px; margin-top: 0px !important; }
.aux-gallery figure img { width: 100%; }
.aux-gallery figure .aux-lightbox-btn { display: block; }
.aux-gallery .aux-tiles-layout figure, .aux-gallery .aux-widget-recent-posts-tiles figure { height: 0px; overflow: hidden; position: relative; }
.aux-gallery .aux-frame-ratio { position: relative; }
.object-fit .aux-gallery .aux-frame-ratio img { object-fit: cover; height: 100%; }
.aux-gallery ul.pagination { list-style: none; }
.gallery-caption { position: relative; }
.pswp__item .pswp__video { position: absolute; top: 50%; left: 50%; height: 60%; transform: translateY(-50%) translateX(-50%); }
@media screen and (max-width: 1024px) {
  .pswp__item .pswp__video { width: 100%; }
}
.widget-video > div { width: 100% !important; }
.widget-video .mejs-container { width: 100% !important; }
aside .aux-widget-video .mejs-container .mejs-controls .mejs-time { display: none; }
aside .aux-widget-video .mejs-overlay-button { display: none; }
aside .aux-widget-quote { font-size: 0.67em; }
.aux-widget-code { margin-bottom: 0px; padding: 0px !important; }
.aux-widget-code code { text-shadow: none; border-radius: 0px; font-size: 1em; overflow: auto; max-height: 800px; line-height: 1.3; }
.aux-widget-code .hljs { padding: 1em; }
.aux-widget-post-slider { position: relative; margin-bottom: 30px; }
.aux-top-post-slider .aux-widget-post-slider { margin-bottom: 0px; }
.aux-widget-post-slider .aux-latest-posts-slider .aux-slide-title + .aux-slide-info { margin-top: 0.625em; margin-bottom: 0px; }
.aux-widget-post-slider .aux-latest-posts-slider .aux-slide-title h3 { margin: 0px; font-size: 1.75em; font-weight: 600; line-height: 150%; }
.aux-widget-post-slider .aux-latest-posts-slider .aux-slide-info { font-size: 0.875em; color: rgb(27, 176, 206); }
.aux-widget-post-slider .aux-latest-posts-slider .aux-slide-info .entry-tax a::before { background-color: rgb(27, 176, 206) !important; }
.aux-widget-post-slider .aux-latest-posts-slider .aux-slide-info a:hover { text-decoration: underline; }
.aux-widget-post-slider .aux-latest-posts-slider .aux-info-container { position: absolute; top: 50%; left: 50%; margin: 0px auto; padding: 2.8125em 2.5em; text-align: center; background: rgba(255, 255, 255, 0.9); transform: translateY(-50%) translateX(-50%); }
.aux-widget-post-slider .aux-latest-posts-slider.aux-dark-skin .aux-info-container { background-color: rgba(51, 51, 51, 0.9); }
.aux-widget-post-slider .aux-latest-posts-slider.aux-dark-skin .aux-slide-title { color: rgb(255, 255, 255); }
.aux-widget-post-slider .aux-latest-posts-slider.aux-full-light-skin .aux-slide-media::after, .aux-widget-post-slider .aux-latest-posts-slider.aux-full-dark-skin .aux-slide-media::after { content: ""; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.7); }
.aux-widget-post-slider .aux-latest-posts-slider.aux-full-light-skin .aux-info-container, .aux-widget-post-slider .aux-latest-posts-slider.aux-full-dark-skin .aux-info-container { background-color: transparent; padding-left: 0px; padding-right: 0px; }
.aux-widget-post-slider .aux-latest-posts-slider.aux-full-dark-skin .aux-slide-media::after { background-color: rgba(51, 51, 51, 0.6); }
.aux-widget-post-slider .aux-latest-posts-slider.aux-full-dark-skin .aux-slide-title { color: rgb(255, 255, 255); }
@media screen and (max-width: 767px) {
  .aux-resp .aux-widget-post-slider .aux-latest-posts-slider { font-size: 0.72em; }
  .aux-resp .aux-widget-post-slider .aux-latest-posts-slider .aux-info-container { padding: 1.875em 2.5em; }
}
@media screen and (max-width: 479px) {
  .aux-resp .aux-widget-post-slider .aux-latest-posts-slider { font-size: 0.55em; }
  .aux-resp .aux-widget-post-slider .aux-latest-posts-slider .aux-info-container { padding: 1.875em; }
  .aux-resp .aux-widget-post-slider .aux-latest-posts-slider .aux-slide-info { display: none; }
}
@media screen and (max-width: 767px) {
  .aux-resp .aux-widget-post-slider .aux-mc-arrows { display: none; }
}
.aux-archive-post-slider .aux-widget-post-slider { margin-bottom: 4.0625em; }
aside .aux-widget-post-slider .aux-latest-posts-slider .aux-slide-title h3 { font-size: 0.875em; display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; line-height: 150%; }
aside .aux-widget-post-slider .aux-latest-posts-slider .aux-info-container { padding: 0.5em; left: 5%; right: 5%; }
aside .aux-widget-post-slider .aux-latest-posts-slider .aux-info-container .entry-tax { display: none; }
aside .aux-widget-post-slider .aux-latest-posts-slider .aux-info-container .aux-slide-info { margin-top: 0px; color: rgb(136, 136, 136); }
aside.aux-dark .aux-slide-title h3 { color: rgb(61, 61, 61); }
.aux-widget-related-posts { padding-bottom: 3.125em; }
.aux-widget-related-posts .hentry .entry-title { font-size: 1.25em; line-height: normal; }
.aux-widget-related-posts .entry-tax { font-style: italic; }
.aux-widget-related-posts .widget-title { margin-bottom: 2.1875em; }
.aux-widget-related-posts.aux-center-content .widget-title, .aux-widget-related-posts.aux-center-content .column-entry { text-align: center; }
.aux-widget-related-posts.aux-center-content .entry-main { padding-left: 1em; padding-right: 1em; }
.aux-widget-faq .aux-filters { position: relative; z-index: 9; }
.aux-widget-faq .aux-filters::after { content: ""; display: table; clear: both; }
.aux-widget-faq .aux-filters.aux-right:not(.aux-dropdown-filter) { display: block; width: 100%; }
.aux-widget-faq .aux-filters.aux-right:not(.aux-dropdown-filter) > ul { display: inline-block; float: right; }
.aux-widget-faq .aux-filters.aux-center:not(.aux-dropdown-filter) { position: relative; left: 50%; display: inline-block; transform: translateX(-50%); }
.aux-widget-faq .aux-filters.aux-center:not(.aux-dropdown-filter) ul { margin-left: auto; }
.aux-widget-faq .widget-title + .aux-filters.aux-right { position: absolute; top: 0px; right: 0px; }
@media screen and (max-width: 767px) {
  .aux-resp .aux-widget-faq .widget-title + .aux-filters.aux-right { position: relative; float: none; }
}
.aux-widget-faq .aux-isotope-faq { padding-top: 2.5em; }
.aux-widget-faq .aux-isotope-faq::before { content: ""; position: absolute; top: 0px; width: 100%; height: 1px; background-color: rgb(224, 224, 224); }
.aux-widget-faq .toggle-header { position: relative; padding: 1.2em 1.3em; border: none; font-size: 1.375em; line-height: normal; }
.aux-widget-faq .toggle-header::after { display: none; }
.aux-widget-faq .toggle-content { padding: 0px 1.875em 1.5625em; border: none; }
.aux-widget-faq .aux-accordion-simple .aux-faq-item { border-top: 1px solid rgb(187, 187, 187); border-right: 1px solid rgb(187, 187, 187); border-left: 1px solid rgb(187, 187, 187); border-image: initial; border-bottom: none; }
.aux-widget-faq .aux-accordion-simple .aux-faq-item:last-of-type { border-bottom: 1px solid rgb(187, 187, 187); }
.aux-widget-faq .aux-accordion-simple .aux-faq-item.active .aux-accordion-indicator::after { transform: translateY(-50%) scaleY(-1); }
.aux-widget-faq .aux-accordion-simple .aux-accordion-indicator::after { content: ""; right: 1.3em; background-image: url("symbols.svg"); background-repeat: no-repeat; display: block; width: 16px; height: 8px; background-position: 0px -522px; position: absolute; top: 50%; transform: translateY(-50%); transition: transform 0.3s ease 0s; }
.aux-widget-faq .aux-accordion-plus-indicator .aux-faq-item { border-bottom: 1px solid rgb(224, 224, 224); }
.aux-widget-faq .aux-accordion-plus-indicator .aux-faq-item:last-of-type { border-bottom: none; }
.aux-widget-faq .aux-accordion-plus-indicator .aux-faq-item.active .aux-accordion-indicator::after { transform: rotate(0deg); }
.aux-widget-faq .aux-accordion-plus-indicator .aux-accordion-indicator { position: absolute; left: 0px; top: 50%; width: 17px; height: 17px; transform: translateY(-50%); }
.aux-widget-faq .aux-accordion-plus-indicator .aux-accordion-indicator::before, .aux-widget-faq .aux-accordion-plus-indicator .aux-accordion-indicator::after { content: ""; position: absolute; left: 0px; top: 8px; width: 100%; height: 1px; background-color: rgb(61, 61, 61); transition: transform 0.3s ease 0s; }
.aux-widget-faq .aux-accordion-plus-indicator .aux-accordion-indicator::after { transform: rotate(90deg); }
.aux-widget-faq .aux-accordion-plus-indicator .toggle-header { padding-left: 1.7em; }
.aux-widget-faq .aux-accordion-plus-indicator .toggle-content { padding-left: 2.5em; }
.aux-widget-faq .aux-accordion-border-indicator .aux-faq-item { border-bottom: 1px solid rgb(224, 224, 224); }
.aux-widget-faq .aux-accordion-border-indicator .aux-faq-item:last-of-type { border-bottom: none; }
.aux-widget-faq .aux-accordion-border-indicator .aux-accordion-indicator { position: absolute; left: 0px; top: 50%; width: 17px; height: 17px; transform: translateY(-50%); }
.aux-widget-faq .aux-accordion-border-indicator .aux-accordion-indicator::before, .aux-widget-faq .aux-accordion-border-indicator .aux-accordion-indicator::after { content: ""; position: absolute; left: 0px; top: 8px; width: 100%; height: 1px; background-color: rgb(61, 61, 61); transition: transform 0.3s ease 0s; }
.aux-widget-faq .aux-accordion-border-indicator .aux-accordion-indicator::after { transform: rotate(90deg); }
.aux-widget-faq .aux-accordion-border-indicator .toggle-header { padding-left: 1.7em; }
.aux-widget-faq .aux-accordion-border-indicator .toggle-content { padding-left: 2.5em; }
.aux-widget-faq .aux-accordion-clean-border .aux-faq-item { border-bottom: 1px solid rgb(224, 224, 224); }
.aux-widget-faq .aux-accordion-clean-border .aux-faq-item:last-of-type { border-bottom: none; }
.aux-widget-faq .aux-accordion-clean-border .aux-faq-item.active .aux-accordion-indicator::after { transform: rotate(0deg); }
.aux-widget-faq .aux-accordion-clean-border .toggle-header { padding-left: 1.7em; }
.aux-widget-faq .aux-accordion-clean-border .aux-accordion-indicator { position: absolute; left: 0px; top: 50%; transform: translateY(-50%); width: 23px; height: 23px; border: 1px solid rgb(61, 61, 61); }
.aux-widget-faq .aux-accordion-clean-border .aux-accordion-indicator::before, .aux-widget-faq .aux-accordion-clean-border .aux-accordion-indicator::after { content: ""; position: absolute; left: 0px; top: 8px; width: 100%; height: 1px; background-color: rgb(61, 61, 61); transition: transform 0.3s ease 0s; }
.aux-widget-faq .aux-accordion-clean-border .aux-accordion-indicator::after { transform: rotate(90deg); }
.aux-widget-faq .aux-accordion-clean-border .aux-accordion-indicator::before, .aux-widget-faq .aux-accordion-clean-border .aux-accordion-indicator::after { left: 5px; top: 10px; width: 50%; }
.aux-widget-faq .aux-accordion-clean-border .toggle-content { position: relative; padding-left: 2.5em; }
.aux-widget-faq .aux-accordion-clean-border .toggle-content::after { content: ""; position: absolute; left: 8px; top: 5px; display: inline-block; width: 1px; height: calc(100% - 35px); background-color: rgb(224, 224, 224); }
.aux-widget-faq .aux-accordion-clean .aux-accordion-indicator { position: absolute; left: 0px; top: 50%; transform: translateY(-50%); width: 23px; height: 23px; border: 1px solid rgb(61, 61, 61); }
.aux-widget-faq .aux-accordion-clean .aux-accordion-indicator::before, .aux-widget-faq .aux-accordion-clean .aux-accordion-indicator::after { content: ""; position: absolute; left: 0px; top: 8px; width: 100%; height: 1px; background-color: rgb(61, 61, 61); transition: transform 0.3s ease 0s; }
.aux-widget-faq .aux-accordion-clean .aux-accordion-indicator::after { transform: rotate(90deg); }
.aux-widget-faq .aux-accordion-clean .aux-accordion-indicator::before, .aux-widget-faq .aux-accordion-clean .aux-accordion-indicator::after { left: 5px; top: 10px; width: 50%; }
.aux-widget-faq .aux-accordion-clean .toggle-header { padding: 0.5em 1.3em 0.5em 1.7em; }
.aux-widget-faq .aux-accordion-clean .toggle-content { position: relative; padding: 0.625em 1.875em 0.625em 2.5em; }
.aux-widget-faq .aux-accordion-clean .toggle-content::after { content: ""; position: absolute; top: 15px; left: 8px; display: inline-block; width: 1px; height: calc(100% - 35px); background-color: rgb(187, 187, 187); }
.mc4wp-form input:not([type="submit"]), .mc4wp-form textarea, .mc4wp-form select { padding: 0.8em 1.1em; }
.mc4wp-form input:not([type="submit"])::-webkit-input-placeholder, .mc4wp-form textarea::-webkit-input-placeholder, .mc4wp-form select::-webkit-input-placeholder { font-style: italic; }
.mc4wp-form input[type="submit"] { padding: 16px 32px; display: block; width: 100%; max-width: 400px; }
.mc4wp-form input:not([type="submit"]) { max-width: none; }
.mc4wp-form input[required] { box-shadow: rgba(0, 0, 0, 0.075) 0px -1px 1px inset; }
.mc4wp-form-fields p { margin-bottom: 0px; }
.aux-rating-box.aux-star-rating { display: inline-block; position: relative; line-height: 1; font-size: 19px; }
.aux-rating-box.aux-star-rating::before { content: "☆☆☆☆☆"; color: rgb(61, 61, 61); }
.aux-rating-box.aux-star-rating .aux-star-rating-avg { position: absolute; left: 0px; top: 0px; overflow: hidden; white-space: nowrap; }
.aux-rating-box.aux-star-rating .aux-star-rating-avg::before { content: "★★★★★"; color: rgb(61, 61, 61); }
.aux-widget-recent-products .widget-title { margin-bottom: 10px; font-size: 2.375em; line-height: 57px; font-weight: 500; text-align: center; }
.aux-widget-recent-products .widget-subtitle { margin-bottom: 50px; font-size: 1.125em; line-height: 27px; color: rgb(187, 187, 187); text-align: center; font-weight: 500; }
.aux-widget-recent-products .aux-recent-product-item { position: relative; }
.aux-widget-recent-products .aux-recent-product-item .woocommerce-product-rating { margin-bottom: 5px; }
.aux-widget-recent-products .aux-recent-product-item .aux-rating-box.aux-star-rating::before { color: rgb(252, 204, 0); }
.aux-widget-recent-products .aux-recent-product-item .aux-rating-box.aux-star-rating span::before { color: rgb(252, 204, 0); }
.aux-widget-recent-products .aux-recent-product-item .onsale { position: absolute; right: 35px; top: 20px; width: 60px; height: 60px; background: rgb(231, 76, 60); border-radius: 50%; font-size: 0.6875em; font-weight: 600; line-height: 60px; text-align: center; text-transform: uppercase; color: rgb(255, 255, 255); z-index: 1; }
.aux-widget-recent-products .aux-recent-product-item .woocommerce-loop-product__title, .aux-widget-recent-products .aux-recent-product-item .auxshp-loop-title { margin-top: 30px; font-size: 1.125em; font-weight: 500; line-height: 1.6875em; }
.aux-widget-recent-products .aux-recent-product-item .price { display: block; margin-bottom: 15px; font-size: 1.125em; font-weight: 500; line-height: 1.6875em; }
.aux-widget-recent-products .aux-recent-product-item .price ins { float: left; padding: 0px; background-color: transparent; }
.aux-widget-recent-products .aux-recent-product-item .price del { margin-left: 5px; font-size: 14px; line-height: 1.3125em; color: rgb(170, 170, 170); }
.aux-widget-recent-products .aux-recent-product-item .button, .aux-widget-recent-products .aux-recent-product-item .added_to_cart { display: inline; background-color: rgb(234, 234, 234); border-radius: 20px; padding: 12px 25px; font-size: 0.6875em; font-weight: 600; line-height: 17px; text-transform: uppercase; }
.aux-widget-recent-products.loading::after { content: ""; width: 100%; height: 100%; position: absolute; top: 0px; z-index: 1; background-color: rgba(255, 255, 255, 0.7); }
.aux-widget-recent-products .aux-isotope-animated { z-index: 2; }
.aux-widget-icon-list .aux-icon-list-items { padding-left: 0px; padding-right: 0px; margin-bottom: 0px; }
.aux-icon-list-items { padding-left: 0px; }
.aux-icon-list-items.aux-direction-vertical { display: flex; flex-flow: column wrap; }
.aux-icon-list-items.aux-direction-horizontal { display: flex; flex-flow: wrap; }
.aux-icon-list-item .aux-list-connector { flex-grow: 1; border-bottom: 1px dotted rgb(187, 187, 187); line-height: 0; height: 0px; margin-left: 10px; }
.aux-icon-list-description { display: block; width: 100%; }
.aux-icon-list-divider .aux-icon-list-item { position: relative; }
.aux-icon-list-divider.aux-direction-horizontal .aux-icon-list-item { margin-right: 20px; }
.aux-icon-list-divider.aux-direction-horizontal .aux-icon-list-item::after { border-right: 1px solid rgb(221, 221, 221); right: -10px; top: 0px; height: 100%; content: ""; display: block; position: absolute; z-index: 1; }
.aux-icon-list-divider.aux-direction-default .aux-icon-list-item:not(:last-child)::after, .aux-icon-list-divider.aux-direction-vertical .aux-icon-list-item:not(:last-child)::after { border-bottom: 1px solid rgb(221, 221, 221); left: 0px; bottom: 0px; width: 100%; content: ""; display: block; position: absolute; z-index: 1; }
.aux-icon-list-item, .aux-icon-list-link { display: flex; }
.aux-icon-list-icon { margin-right: 5px; }
.aux-icon-list-text { margin: 0px; }
.aux-icon-list-text2 { margin-left: 10px; }
.aux-widget-modern-heading .aux-widget-inner { max-width: 100%; }
.aux-modern-heading-primary { transition: all 0.25s ease-out 0s; }
.aux-modern-heading-secondary { transition: all 0.25s ease-out 0s; color: rgb(99, 99, 99); }
.aux-modern-heading-secondary .aux-head-before + .aux-head-highlight { margin-left: 5px; }
.aux-modern-heading-secondary .aux-head-highlight { transition: all 0.25s ease-out 0s; color: rgb(51, 51, 51); }
.aux-modern-heading-secondary .aux-head-highlight + .aux-head-after { margin-left: 5px; }
.aux-modern-heading-divider { transition: all 0.25s ease-out 0s; height: 1px; background-color: rgb(187, 187, 187); width: 50px; }
.aux-modern-heading-divider + .aux-modern-heading-description { margin-top: 15px; }
.aux-widget-countdown .aux-countdown-wrapper { position: relative; }
.aux-widget-countdown .aux-countdown-wrapper .aux-countdown-value { font-size: 4.5em; font-weight: 700; }
.aux-widget-countdown .aux-countdown-wrapper .aux-countdown-title { font-size: 0.875em; font-weight: 500; color: rgb(136, 136, 136); }
.aux-widget-countdown .aux-countdown-wrapper.aux-countdown-inline, .aux-widget-countdown .aux-countdown-wrapper.aux-countdown-inline-table { display: flex; flex-wrap: wrap; align-items: center; }
.aux-widget-countdown .aux-countdown-wrapper.aux-countdown-inline .aux-countdown-item, .aux-widget-countdown .aux-countdown-wrapper.aux-countdown-inline-table .aux-countdown-item { flex: 0 0 auto; padding: 0.9375em 1.875em; }
.aux-widget-countdown .aux-countdown-wrapper.aux-countdown-inline .aux-countdown-seperator, .aux-widget-countdown .aux-countdown-wrapper.aux-countdown-inline-table .aux-countdown-seperator { padding: 0.9375em; }
.aux-widget-countdown .aux-countdown-wrapper.aux-countdown-inline-table .aux-countdown-item { flex: 1 0 auto; }
.aux-widget-countdown .aux-countdown-wrapper.aux-countdown-block, .aux-widget-countdown .aux-countdown-wrapper.aux-countdown-block-table { display: flex; flex-wrap: wrap; align-items: center; }
.aux-widget-countdown .aux-countdown-wrapper.aux-countdown-block .aux-countdown-item, .aux-widget-countdown .aux-countdown-wrapper.aux-countdown-block-table .aux-countdown-item { text-align: center; padding: 1.875em; }
.aux-widget-countdown .aux-countdown-wrapper.aux-countdown-block .aux-countdown-title, .aux-widget-countdown .aux-countdown-wrapper.aux-countdown-block .aux-countdown-value, .aux-widget-countdown .aux-countdown-wrapper.aux-countdown-block-table .aux-countdown-title, .aux-widget-countdown .aux-countdown-wrapper.aux-countdown-block-table .aux-countdown-value { display: block; }
.aux-widget-countdown .aux-countdown-wrapper.aux-countdown-block-table .aux-countdown-item, .aux-widget-countdown .aux-countdown-wrapper.aux-countdown-block-table .aux-countdown-seperator { flex-basis: 0px; flex-grow: 1; text-align: center; }
.aux-flex-label-wrap { margin: 0px; }
.aux-widget-progressbar .aux-progressbar-title { display: inline-block; }
.aux-widget-progressbar .aux-progressbar-icon { vertical-align: middle; }
.aux-widget-progressbar .aux-progressbar-svg { position: relative; }
.aux-widget-progressbar .aux-progressbar-value { position: absolute; top: 0px; transform: translateX(-50%) translateY(-100%); }
.aux-widget-progressbar .aux-outer-background { box-sizing: content-box; background-color: rgba(0, 0, 0, 0.376); }
.aux-widget-progressbar .aux-inner-background { position: relative; background-color: rgb(0, 0, 0); }
.aux-simple-shape-container .aux-widget-container-inner { display: inline-block; }
.aux-simple-shape-container .aux-the-shape { background-color: rgb(238, 238, 238); max-width: inherit; }
.aux-shpe-type-circle .aux-the-shape { border-radius: 50%; }
.aux-simple-svg-container .aux-widget-container-inner { display: inline-block; }
.aux-simple-svg-container .aux-the-svg { max-width: inherit; }
.aux-widget-logo { display: inline-block; }
.aux-widget-accordion .aux-toggle-item { transition: all 0.4s ease-out 0s; }
.aux-widget-accordion .aux-toggle-header, .aux-widget-accordion .aux-toggle-content { outline: none; }
.aux-carousel-navigation { display: flex; }
.aux-carousel-navigation .aux-prev, .aux-carousel-navigation .aux-next { cursor: pointer; }
.aux-carousel-navigation .aux-custom-nav { display: inline-flex; justify-content: center; align-items: center; transition: all 0.15s ease-out 0s; }
.aux-carousel-navigation .aux-custom-nav > img { width: 25px; }
.aux-carousel-navigation .aux-custom-nav > span { line-height: 100%; }
.aux-modern-search .aux-search-submit { display: flex; align-items: center; background: 0px 0px; margin: 0px; padding: 10px; overflow: visible; }
.aux-modern-search .aux-search-popup { display: none; position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.98); z-index: 110000; overflow: hidden; transition: all 0.4s ease-out 0s; transform: translate3d(0px, 0px, 1px); }
.aux-modern-search .aux-search-popup > * { z-index: 4; }
.aux-modern-search .aux-search-popup .aux-panel-close { position: absolute; right: 0px; width: 30px; height: 30px; border: 1px solid rgb(112, 112, 112); border-radius: 50%; margin: 15px; padding: 6px; cursor: pointer; z-index: 200; transition: border-color 0.3s ease 0s; }
.aux-modern-search .aux-search-popup .aux-panel-close .aux-cross-symbol { width: 100%; height: 100%; top: 8px; position: relative; }
.aux-modern-search .aux-search-popup .aux-panel-close:hover { border-color: rgb(0, 0, 0); }
@media screen and (max-width: 1024px) {
  .aux-modern-search .aux-search-popup .aux-panel-close { right: unset; left: calc(50% - 30px); }
}
.aux-modern-search .aux-search-popup .aux-search-popup-content { display: flex; justify-content: center; align-items: center; flex-direction: column; width: 100%; height: 100%; }
@media screen and (max-width: 1023px) {
  .aux-modern-search .aux-search-popup .aux-search-popup-content { padding: 0px 35px; }
}
.aux-modern-search .aux-search-popup .aux-search-popup-content .aux-search-form, .aux-modern-search .aux-search-popup .aux-search-popup-content .aux-search-ajax-container { width: 100%; max-width: 1024px; }
.aux-modern-search .aux-search-popup .aux-search-popup-content form { display: flex; margin: 0px auto; align-items: center; justify-content: center; }
.aux-modern-search .aux-search-popup .aux-search-popup-content form .aux-search-field { padding: 10px 0px; max-width: none; width: 100%; height: 100%; text-align: left; font-weight: 600; font-size: 28px; border: none; }
.aux-modern-search .aux-search-popup .aux-search-popup-content form .aux-search-field::-webkit-input-placeholder { color: rgb(174, 174, 174); }
.aux-modern-search .aux-search-popup .aux-search-popup-content .aux-search-input-form { display: flex; align-items: center; border-bottom: 2px solid rgb(112, 112, 112); width: 100%; z-index: 2; }
.aux-modern-search .aux-search-popup .aux-search-popup-content .aux-submit-icon-container::before { transition: color 0.3s ease 0s; color: rgb(112, 112, 112) !important; }
.aux-modern-search .aux-search-popup .aux-search-popup-content .aux-submit-icon-container:hover::before { color: rgb(0, 0, 0) !important; }
.aux-modern-search .aux-search-popup .aux-search-popup-content .aux-search-submit { overflow: inherit; }
.aux-modern-search .aux-search-popup .aux-search-popup-content .aux-submit-icon-container { position: relative; color: rgb(61, 61, 61); right: unset; font-size: 22px; }
.aux-modern-search .aux-search-popup .aux-search-popup-content .aux-fill-search-submit { margin: 0px 5px 5px 15px; border-radius: 5px; padding: 15px 35px; overflow: visible; }
@media screen and (max-width: 479px) {
  .aux-modern-search .aux-search-popup .aux-search-popup-content { width: 80%; margin-left: auto; margin-right: auto; }
}
.aux-modern-search .select2-container { min-width: 192px; width: 100% !important; }
.aux-modern-search .select2-container .select2-selection--single { display: flex; align-items: center; border: none; background-color: transparent; outline: 0px; height: auto; }
.aux-modern-search .select2-container .select2-selection--single .select2-selection__arrow { display: flex; align-items: center; justify-content: center; transition: transform 0.15s ease-out 0s; top: 50%; transform: translateY(-50%); }
.aux-modern-search .select2-container .select2-selection--single .select2-selection__arrow::before { content: ""; background-image: url("symbols.svg"); background-repeat: no-repeat; display: block; width: 10px; height: 6px; background-position: 0px -687px; }
.aux-modern-search .select2-container .select2-selection--single .select2-selection__arrow b { display: none; }
.aux-modern-search .select2-container .select2-selection--single .select2-selection__rendered { padding: 12px 50px 12px 24px; font-size: 19px; font-weight: 300; line-height: 23px; color: rgb(61, 61, 61) !important; }
.aux-modern-search .select2-container .select2-selection--single[aria-expanded="true"] { background-color: rgb(243, 243, 243); }
.aux-modern-search .select2-container .select2-selection--single[aria-expanded="true"] .select2-selection__arrow::before { transform: rotate(180deg); }
.aux-modern-search .aux-search-form-legend { text-align: center; font-size: 11px; text-transform: uppercase; margin-bottom: 50px; }
.aux-search-cats-dropdown { background-color: rgb(243, 243, 243); border: none; }
.aux-search-cats-dropdown .select2-results__option { border: none; font-size: 19px; font-weight: 300; line-height: 23px; margin: 8px; padding: 12px 16px; color: rgb(61, 61, 61) !important; }
.aux-search-cats-dropdown .select2-results__option[aria-selected="true"], .aux-search-cats-dropdown .select2-results__option.select2-results__option--highlighted { font-weight: 400; background-color: rgb(222, 222, 222) !important; }
.aux-modern-search .aux-search-ajax-container { position: relative; width: 100%; }
.aux-modern-search .aux-search-ajax-container .aux-loading-spinner { position: absolute; top: 0px; width: 100%; height: 100%; z-index: 2; background-color: rgb(255, 255, 255); transition: all 1.2s ease 0s; }
.aux-modern-search .aux-search-ajax-container .aux-loading-spinner.aux-spinner-hide { opacity: 0; visibility: hidden; }
.aux-modern-search .aux-search-ajax-container .aux-loading-spinner .aux-loading-loop { position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); }
.aux-modern-search .aux-search-ajax-container .aux-search-ajax-output { display: flex; flex-flow: wrap; align-items: flex-start; justify-content: space-between; padding: 35px 0px; max-height: 70vh; overflow: auto; }
.aux-modern-search .aux-search-ajax-container .aux-search-ajax-output .aux-other-search-result { display: flex; flex-flow: wrap; align-items: flex-start; justify-content: space-between; width: 100%; }
.aux-modern-search .aux-search-ajax-container .aux-search-ajax-output .aux-other-search-result:first-of-type .aux-other-search-result-label { margin-top: 0px; }
.aux-modern-search .aux-search-ajax-container .aux-search-ajax-output > .aux-search-item, .aux-modern-search .aux-search-ajax-container .aux-search-ajax-output .aux-other-search-result > .aux-search-item { width: 32%; margin-top: 20px; padding: 5px; border-radius: 5px; transition: background-color 0.3s ease-out 0s; }
@media screen and (max-width: 1023px) {
  .aux-resp .aux-modern-search .aux-search-ajax-container .aux-search-ajax-output > .aux-search-item, .aux-resp .aux-modern-search .aux-search-ajax-container .aux-search-ajax-output .aux-other-search-result > .aux-search-item { width: 49%; }
}
@media screen and (max-width: 767px) {
  .aux-resp .aux-modern-search .aux-search-ajax-container .aux-search-ajax-output > .aux-search-item, .aux-resp .aux-modern-search .aux-search-ajax-container .aux-search-ajax-output .aux-other-search-result > .aux-search-item { width: 100%; }
}
.aux-modern-search .aux-search-ajax-container .aux-search-ajax-output > .aux-search-item:hover, .aux-modern-search .aux-search-ajax-container .aux-search-ajax-output .aux-other-search-result > .aux-search-item:hover { background-color: rgb(249, 249, 249); }
.aux-modern-search .aux-search-ajax-container .aux-search-ajax-output > .aux-search-item .aux-item-container, .aux-modern-search .aux-search-ajax-container .aux-search-ajax-output .aux-other-search-result > .aux-search-item .aux-item-container { display: flex; color: inherit; }
.aux-modern-search .aux-search-ajax-container .aux-search-ajax-output > .aux-search-item .aux-item-container > img, .aux-modern-search .aux-search-ajax-container .aux-search-ajax-output .aux-other-search-result > .aux-search-item .aux-item-container > img { border-radius: 6px; margin-right: 12px; }
.aux-modern-search .aux-search-ajax-container .aux-search-ajax-output > .aux-search-item .aux-item-container > img:not([width]), .aux-modern-search .aux-search-ajax-container .aux-search-ajax-output .aux-other-search-result > .aux-search-item .aux-item-container > img:not([width]) { width: 100px; height: 100px; background: red; position: relative; }
.aux-modern-search .aux-search-ajax-container .aux-search-ajax-output > .aux-search-item .aux-item-container > img:not([width])::after, .aux-modern-search .aux-search-ajax-container .aux-search-ajax-output .aux-other-search-result > .aux-search-item .aux-item-container > img:not([width])::after { content: ""; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: rgb(225, 225, 225); }
.aux-modern-search .aux-search-ajax-container .aux-search-ajax-output > .aux-search-item .aux-item-desc, .aux-modern-search .aux-search-ajax-container .aux-search-ajax-output .aux-other-search-result > .aux-search-item .aux-item-desc { display: flex; flex-flow: column wrap; }
.aux-modern-search .aux-search-ajax-container .aux-search-ajax-output > .aux-search-item .aux-item-title, .aux-modern-search .aux-search-ajax-container .aux-search-ajax-output .aux-other-search-result > .aux-search-item .aux-item-title { color: rgb(51, 51, 51); font-weight: 500; }
.aux-modern-search .aux-search-ajax-container .aux-search-ajax-output > .aux-search-item .aux-item-details, .aux-modern-search .aux-search-ajax-container .aux-search-ajax-output .aux-other-search-result > .aux-search-item .aux-item-details { color: rgb(170, 170, 170); font-size: 14px; }
.aux-modern-search .aux-search-ajax-container .aux-search-ajax-output > .aux-search-item .aux-price, .aux-modern-search .aux-search-ajax-container .aux-search-ajax-output .aux-other-search-result > .aux-search-item .aux-price { margin-top: 13px; }
.aux-modern-search .aux-search-ajax-container .aux-search-ajax-output .aux-empty-result { width: 100%; font-size: 31px; line-height: 44px; color: rgb(136, 136, 136); }
.aux-modern-search .aux-search-ajax-container .aux-search-ajax-output .aux-empty-result .aux-search-phrase, .aux-modern-search .aux-search-ajax-container .aux-search-ajax-output .aux-empty-result .aux-post-type { color: rgb(61, 61, 61); text-transform: capitalize; }
.aux-modern-search .aux-search-ajax-container .aux-search-ajax-output .aux-empty-result .aux-search-phrase { font-weight: 600; }
.aux-modern-search .aux-search-ajax-container .aux-search-ajax-output .aux-other-search-result-label { width: 100%; margin-top: 58px; margin-bottom: 20px; font-size: 31px; line-height: 44px; color: rgb(136, 136, 136); }
.aux-modern-button-wrapper.aux-modern-button-align-left { text-align: left; }
.aux-modern-button-wrapper.aux-modern-button-align-left .aux-modern-button { width: auto; }
.aux-modern-button-wrapper.aux-modern-button-align-right { text-align: right; }
.aux-modern-button-wrapper.aux-modern-button-align-right .aux-modern-button { width: auto; }
.aux-modern-button-wrapper.aux-modern-button-align-center { text-align: center; }
.aux-modern-button-wrapper.aux-modern-button-align-center .aux-modern-button { width: auto; }
.aux-modern-button-wrapper.aux-modern-button-align-justify { text-align: center; }
.aux-modern-button-wrapper.aux-modern-button-align-justify .aux-modern-button { width: 100%; }
.aux-modern-button { display: inline-flex; align-items: center; justify-content: center; flex-flow: wrap; white-space: nowrap; user-select: none; font-size: 1rem; line-height: 1.5; position: relative; transition: all 0.15s ease-in-out 0s; cursor: pointer; }
.aux-modern-button .aux-text { position: relative; transition: inherit; }
.aux-modern-button .aux-overlay { width: 100%; }
.aux-modern-button .aux-overlay::after, .aux-modern-button .aux-overlay::before { transition: all 0.15s ease-out 0s; }
.aux-modern-button .aux-icon { position: relative; text-align: center; overflow: hidden; line-height: 0; }
.aux-modern-button .aux-icon::after, .aux-modern-button .aux-icon::before { content: ""; position: absolute; width: 100%; height: 100%; top: 0px; right: 0px; transition: all 0.15s ease-out 0s; }
.aux-modern-button .aux-icon::after { opacity: 0; }
.aux-modern-button .aux-icon i { position: relative; vertical-align: middle; z-index: 1; }
.aux-modern-button.aux-black { color: rgb(255, 255, 255); }
.aux-modern-button.aux-black .aux-overlay::after, .aux-modern-button.aux-black .aux-overlay::before { content: ""; position: absolute; width: 100%; height: 100%; top: 0px; right: 0px; }
.aux-modern-button.aux-black .aux-overlay::before { background-color: rgb(61, 61, 61); }
.aux-modern-button.aux-black .aux-overlay::after { opacity: 0; background-color: rgb(41, 41, 41); }
.aux-modern-button.aux-black:hover .aux-overlay::after { opacity: 1; }
.aux-modern-button.aux-black:hover .aux-icon::after { opacity: 1; }
.aux-modern-button.aux-white { color: rgb(61, 61, 61); }
.aux-modern-button.aux-white .aux-overlay::after, .aux-modern-button.aux-white .aux-overlay::before { content: ""; position: absolute; width: 100%; height: 100%; top: 0px; right: 0px; }
.aux-modern-button.aux-white .aux-overlay::before { background-color: rgb(255, 255, 255); }
.aux-modern-button.aux-white .aux-overlay::after { opacity: 0; background-color: rgb(235, 235, 235); }
.aux-modern-button.aux-white:hover .aux-overlay::after { opacity: 1; }
.aux-modern-button.aux-white:hover .aux-icon::after { opacity: 1; }
.aux-modern-button.aux-info { color: rgb(255, 255, 255); }
.aux-modern-button.aux-info .aux-overlay::after, .aux-modern-button.aux-info .aux-overlay::before { content: ""; position: absolute; width: 100%; height: 100%; top: 0px; right: 0px; }
.aux-modern-button.aux-info .aux-overlay::before { background-color: rgb(91, 192, 222); }
.aux-modern-button.aux-info .aux-overlay::after { opacity: 0; background-color: rgb(57, 179, 215); }
.aux-modern-button.aux-info:hover .aux-overlay::after { opacity: 1; }
.aux-modern-button.aux-info:hover .aux-icon::after { opacity: 1; }
.aux-modern-button.aux-success { color: rgb(255, 255, 255); }
.aux-modern-button.aux-success .aux-overlay::after, .aux-modern-button.aux-success .aux-overlay::before { content: ""; position: absolute; width: 100%; height: 100%; top: 0px; right: 0px; }
.aux-modern-button.aux-success .aux-overlay::before { background-color: rgb(92, 184, 92); }
.aux-modern-button.aux-success .aux-overlay::after { opacity: 0; background-color: rgb(71, 164, 71); }
.aux-modern-button.aux-success:hover .aux-overlay::after { opacity: 1; }
.aux-modern-button.aux-success:hover .aux-icon::after { opacity: 1; }
.aux-modern-button.aux-warning { color: rgb(255, 255, 255); }
.aux-modern-button.aux-warning .aux-overlay::after, .aux-modern-button.aux-warning .aux-overlay::before { content: ""; position: absolute; width: 100%; height: 100%; top: 0px; right: 0px; }
.aux-modern-button.aux-warning .aux-overlay::before { background-color: rgb(240, 173, 78); }
.aux-modern-button.aux-warning .aux-overlay::after { opacity: 0; background-color: rgb(237, 156, 40); }
.aux-modern-button.aux-warning:hover .aux-overlay::after { opacity: 1; }
.aux-modern-button.aux-warning:hover .aux-icon::after { opacity: 1; }
.aux-modern-button.aux-caution { color: rgb(255, 255, 255); }
.aux-modern-button.aux-caution .aux-overlay::after, .aux-modern-button.aux-caution .aux-overlay::before { content: ""; position: absolute; width: 100%; height: 100%; top: 0px; right: 0px; }
.aux-modern-button.aux-caution .aux-overlay::before { background-color: rgb(217, 83, 79); }
.aux-modern-button.aux-caution .aux-overlay::after { opacity: 0; background-color: rgb(210, 50, 45); }
.aux-modern-button.aux-caution:hover .aux-overlay::after { opacity: 1; }
.aux-modern-button.aux-caution:hover .aux-icon::after { opacity: 1; }
.aux-modern-button.aux-modern-button-outline.aux-black { color: rgb(61, 61, 61); }
.aux-modern-button.aux-modern-button-outline.aux-black .aux-overlay::before, .aux-modern-button.aux-modern-button-outline.aux-black .aux-overlay::after { box-shadow: rgb(61, 61, 61) 0px 0px 0px 1px inset; }
.aux-modern-button.aux-modern-button-outline.aux-black .aux-overlay::before { background-color: transparent; }
.aux-modern-button.aux-modern-button-outline.aux-black:hover { color: rgb(255, 255, 255); }
.aux-modern-button.aux-modern-button-outline.aux-black:hover .aux-overlay::after { background-color: rgb(61, 61, 61); }
.aux-modern-button.aux-modern-button-outline.aux-white { color: rgb(255, 255, 255); }
.aux-modern-button.aux-modern-button-outline.aux-white .aux-overlay::before, .aux-modern-button.aux-modern-button-outline.aux-white .aux-overlay::after { box-shadow: rgb(255, 255, 255) 0px 0px 0px 1px inset; }
.aux-modern-button.aux-modern-button-outline.aux-white .aux-overlay::before { background-color: transparent; }
.aux-modern-button.aux-modern-button-outline.aux-white:hover { color: rgb(61, 61, 61); }
.aux-modern-button.aux-modern-button-outline.aux-white:hover .aux-overlay::after { background-color: rgb(255, 255, 255); }
.aux-modern-button.aux-modern-button-outline.aux-info { color: rgb(91, 192, 222); }
.aux-modern-button.aux-modern-button-outline.aux-info .aux-overlay::before, .aux-modern-button.aux-modern-button-outline.aux-info .aux-overlay::after { box-shadow: rgb(91, 192, 222) 0px 0px 0px 1px inset; }
.aux-modern-button.aux-modern-button-outline.aux-info .aux-overlay::before { background-color: transparent; }
.aux-modern-button.aux-modern-button-outline.aux-info:hover { color: rgb(255, 255, 255); }
.aux-modern-button.aux-modern-button-outline.aux-info:hover .aux-overlay::after { background-color: rgb(91, 192, 222); }
.aux-modern-button.aux-modern-button-outline.aux-success { color: rgb(92, 184, 92); }
.aux-modern-button.aux-modern-button-outline.aux-success .aux-overlay::before, .aux-modern-button.aux-modern-button-outline.aux-success .aux-overlay::after { box-shadow: rgb(92, 184, 92) 0px 0px 0px 1px inset; }
.aux-modern-button.aux-modern-button-outline.aux-success .aux-overlay::before { background-color: transparent; }
.aux-modern-button.aux-modern-button-outline.aux-success:hover { color: rgb(255, 255, 255); }
.aux-modern-button.aux-modern-button-outline.aux-success:hover .aux-overlay::after { background-color: rgb(92, 184, 92); }
.aux-modern-button.aux-modern-button-outline.aux-warning { color: rgb(240, 173, 78); }
.aux-modern-button.aux-modern-button-outline.aux-warning .aux-overlay::before, .aux-modern-button.aux-modern-button-outline.aux-warning .aux-overlay::after { box-shadow: rgb(240, 173, 78) 0px 0px 0px 1px inset; }
.aux-modern-button.aux-modern-button-outline.aux-warning .aux-overlay::before { background-color: transparent; }
.aux-modern-button.aux-modern-button-outline.aux-warning:hover { color: rgb(255, 255, 255); }
.aux-modern-button.aux-modern-button-outline.aux-warning:hover .aux-overlay::after { background-color: rgb(240, 173, 78); }
.aux-modern-button.aux-modern-button-outline.aux-caution { color: rgb(217, 83, 79); }
.aux-modern-button.aux-modern-button-outline.aux-caution .aux-overlay::before, .aux-modern-button.aux-modern-button-outline.aux-caution .aux-overlay::after { box-shadow: rgb(217, 83, 79) 0px 0px 0px 1px inset; }
.aux-modern-button.aux-modern-button-outline.aux-caution .aux-overlay::before { background-color: transparent; }
.aux-modern-button.aux-modern-button-outline.aux-caution:hover { color: rgb(255, 255, 255); }
.aux-modern-button.aux-modern-button-outline.aux-caution:hover .aux-overlay::after { background-color: rgb(217, 83, 79); }
.aux-modern-button.aux-modern-button-round .aux-overlay::before, .aux-modern-button.aux-modern-button-round .aux-overlay::after { border-radius: 5px; }
.aux-modern-button.aux-modern-button-curve .aux-overlay::before, .aux-modern-button.aux-modern-button-curve .aux-overlay::after { border-radius: 100em; }
.aux-modern-button.aux-modern-button-normal { border-radius: 0px; }
.aux-modern-button.aux-modern-button-xs { padding: 8px 15px; font-size: 0.6875em; font-weight: 400; }
.aux-modern-button.aux-modern-button-sm { padding: 9px 18px; font-size: 0.6875em; font-weight: 500; }
.aux-modern-button.aux-modern-button-md { padding: 12px 23px; font-size: 0.75em; font-weight: 500; }
.aux-modern-button.aux-modern-button-lg { padding: 20px 35px; font-size: 0.8125em; font-weight: 700; }
.aux-modern-button.aux-modern-button-xl { padding: 27px 55px; font-size: 0.8125em; font-weight: 700; }
.aux-modern-button.aux-icon-left .aux-icon { margin-right: 5px; }
.aux-modern-button.aux-icon-right { flex-direction: row-reverse; }
.aux-modern-button.aux-icon-right .aux-icon { margin-left: 5px; }
.aux-modern-button.aux-icon-top { flex-direction: column; }
.aux-modern-button.aux-icon-top .aux-icon { margin-bottom: 5px; }
.aux-modern-button.aux-icon-bottom { flex-direction: column-reverse; }
.aux-modern-button.aux-icon-bottom .aux-icon { margin-top: 5px; }
.aux-widget-price-list .aux-icon-list-item { flex-wrap: wrap; align-items: center; }
.aux-widget-price-list .aux-list-item-has-connector { width: 100%; }
.aux-select-element { min-width: 100px; }
.aux-select-element .current { padding: 4px 8px; width: 100%; display: inline-block; }
.aux-select-element .current img { display: inline-block; width: auto; max-height: 20px; }
.aux-select-element .list { position: absolute; left: 0px; display: none; width: 100%; opacity: 0; margin-top: 0px; transition: opacity 0.3s ease 0s; }
.aux-select-element .list.show { display: block; opacity: 1; transition: opacity 0.3s ease 0.3s; }
.aux-select-element .list .option { padding: 4px 8px; margin-bottom: 0px; }
.aux-select-element .list .option:hover { background-color: rgb(198, 198, 198); }
.aux-select-element .list .option img { display: inline-block; width: auto; max-height: 20px; }
.hentry { position: relative; min-height: 130px; }
.hentry::after { content: ""; display: table; clear: both; }
.entry-content, .comment-body { overflow-wrap: break-word; }
.entry-content h1, .comment-body h1 { font-size: 2.7em; }
.entry-content h2, .comment-body h2 { font-size: 2.1em; }
.entry-content pre, .comment-body pre { border: 1px solid rgb(234, 234, 234); color: rgb(80, 80, 80); font-family: Consolas, Monaco, "Lucida Console", monospace; font-size: 0.857143rem; line-height: 1.71429; margin: 1.71429rem 0px; overflow: auto; padding: 1.71429rem; }
.entry-content ul, .comment-body ul { list-style: outside disc; padding-left: 1.1em; }
.entry-content ul, .comment-body ul, .entry-content ol, .comment-body ol { margin-top: 0px; }
.entry-content ul li, .comment-body ul li, .entry-content ol li, .comment-body ol li { margin: 0px; line-height: 190%; }
.entry-content ul ul, .comment-body ul ul, .entry-content ol ul, .comment-body ol ul { margin: 0.5em 0px 0.5em 2em; font-size: 1em; }
.entry-content ul ol, .comment-body ul ol, .entry-content ol ol, .comment-body ol ol { margin: 0.5em 0px 0.5em 3em; font-size: 1em; }
.entry-content ul ul, .comment-body ul ul, .entry-content ol ul, .comment-body ol ul { list-style: circle; }
.entry-content ul ul ul, .comment-body ul ul ul, .entry-content ol ul ul, .comment-body ol ul ul { list-style: square; }
.entry-content img, .comment-body img { max-width: 100%; }
.entry-content .alignleft, .comment-body .alignleft { margin: 0.5em 1.2em 0.5em 0px; }
.entry-content .alignright, .comment-body .alignright { margin: 0.5em 0px 0.5em 1.2em; }
.entry-content .aligncenter, .comment-body .aligncenter { margin: 0.5em auto; }
.entry-content .alignnone, .comment-body .alignnone { margin: 0.5em 0px; }
.entry-content iframe, .comment-body iframe { margin-bottom: 1em; }
.aux-primary .content .aux-pagination { margin-bottom: 3em; margin-top: 3em; }
.aux-primary .content .aux-pagination::after { content: ""; display: table; clear: both; }
.wp-caption { max-width: 100%; }
.wp-caption.aligncenter { text-align: center; }
.wp-caption.alignright, .wp-caption.alignleft { display: inline-block; }
.wp-caption.alignleft { text-align: left; }
.wp-caption.alignright { text-align: right; }
.wp-caption-text { padding: 10px; margin: 0px; background-color: rgb(243, 243, 243); text-align: center; font-size: 0.75em; color: rgb(61, 61, 61); }
.aux-next-prev-posts { margin-bottom: 4.375em; }
.aux-next-prev-posts::after { content: ""; display: table; clear: both; }
.aux-next-prev-posts .np-prev-section, .aux-next-prev-posts .np-next-section { width: 50%; }
.aux-next-prev-posts .np-prev-section::after, .aux-next-prev-posts .np-next-section::after { content: ""; display: table; clear: both; }
.aux-next-prev-posts .np-prev-section > a:hover, .aux-next-prev-posts .np-next-section > a:hover { overflow: hidden; }
.aux-next-prev-posts .np-prev-section > a:hover .np-nav-text, .aux-next-prev-posts .np-prev-section > a:hover .np-title, .aux-next-prev-posts .np-next-section > a:hover .np-nav-text, .aux-next-prev-posts .np-next-section > a:hover .np-title { text-decoration: underline; }
.aux-next-prev-posts .np-prev-section > a:hover .aux-overlay, .aux-next-prev-posts .np-next-section > a:hover .aux-overlay { position: absolute; width: 105%; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(0, 0); }
.aux-next-prev-posts .np-prev-section > a:hover .aux-overlay::after, .aux-next-prev-posts .np-next-section > a:hover .aux-overlay::after { position: relative; content: ""; border-radius: 50%; display: block; padding-top: 100%; background-color: rgb(61, 61, 61); }
.aux-next-prev-posts .np-prev-section > a:hover:hover .aux-overlay, .aux-next-prev-posts .np-next-section > a:hover:hover .aux-overlay { transform: translate(-50%, -50%) scale(1, 1); }
.aux-next-prev-posts .np-prev-section > a:hover .aux-svg-arrow, .aux-next-prev-posts .np-next-section > a:hover .aux-svg-arrow { opacity: 0; }
.aux-next-prev-posts .np-prev-section > a:hover .aux-svg-arrow.aux-no-fade, .aux-next-prev-posts .np-next-section > a:hover .aux-svg-arrow.aux-no-fade { opacity: 1; }
.aux-next-prev-posts .np-prev-section > a:hover .aux-hover-arrow, .aux-next-prev-posts .np-next-section > a:hover .aux-hover-arrow { opacity: 1; transform: translate(-50%, -50%) !important; }
.aux-next-prev-posts .np-arrow img { display: inline-block; }
.aux-next-prev-posts .np-nav-text, .aux-next-prev-posts .np-title { transition: all 0.55s cubic-bezier(0.25, 0.1, 0.25, 1) 0s; }
.aux-next-prev-posts .np-nav-text { font-size: 0.75em; color: rgb(170, 170, 170); margin-bottom: 4px; margin-top: 0px; }
.aux-next-prev-posts .np-title { font-size: 1.125em; font-weight: 600; white-space: nowrap; min-width: 70%; overflow: hidden; text-overflow: ellipsis; color: rgb(80, 80, 80); }
.right2-sidebar .aux-next-prev-posts .np-title, .left2-sidebar .aux-next-prev-posts .np-title, .right-left-sidebar .aux-next-prev-posts .np-title, .left-right-sidebar .aux-next-prev-posts .np-title { min-width: 60%; }
.aux-next-prev-posts .np-prev-section { float: left; text-align: left; padding-right: 1em; }
.aux-next-prev-posts .np-prev-section .np-arrow { margin-right: 25px; float: left; }
.aux-next-prev-posts .np-prev-section .aux-arrow-nav { float: left; }
.aux-next-prev-posts .np-prev-section > a:hover .np-nav-text, .aux-next-prev-posts .np-prev-section > a:hover .np-title { transform: translateX(-7px); }
.aux-next-prev-posts .np-next-section { float: right; text-align: right; padding-left: 1em; }
.aux-next-prev-posts .np-next-section .np-arrow { margin-left: 25px; float: right; }
.aux-next-prev-posts .np-next-section .aux-arrow-nav { float: right; }
.aux-next-prev-posts .np-next-section > a:hover .np-nav-text, .aux-next-prev-posts .np-next-section > a:hover .np-title { transform: translateX(7px); }
.aux-next-prev-posts.nav-skin-minimal .np-arrow { margin-top: 4px; }
.aux-next-prev-posts.nav-skin-modern { background-color: rgb(248, 248, 248); }
.aux-next-prev-posts.nav-skin-modern > section { padding-top: 0.875em; padding-bottom: 0.875em; }
.aux-next-prev-posts.nav-skin-modern .np-prev-section { padding-left: 3.125em; }
.aux-next-prev-posts.nav-skin-modern .np-prev-section .np-nav-text { padding-left: 3.125em !important; }
.aux-next-prev-posts.nav-skin-modern .np-prev-section .np-nav-text::before { background-image: url(""); width: 30px; height: 13px; margin-top: -2px; content: " " !important; }
.aux-next-prev-posts.nav-skin-modern .np-next-section { padding-right: 3.125em; }
.aux-next-prev-posts.nav-skin-modern .np-next-section .np-nav-text { padding-right: 3.125em !important; }
.aux-next-prev-posts.nav-skin-modern .np-next-section .np-nav-text::after { background-image: url(""); width: 30px; height: 13px; margin-top: -2px; content: " " !important; }
.aux-next-prev-posts.nav-skin-modern .np-nav-text { font-size: 0.75em; text-transform: uppercase; }
.aux-next-prev-posts.nav-skin-modern .np-nav-text::before, .aux-next-prev-posts.nav-skin-modern .np-nav-text::after { top: 50%; transform: translateY(-50%); }
.aux-next-prev-posts.nav-skin-modern .aux-port-archive-btn { text-align: center; }
.aux-next-prev-posts.nav-skin-modern .aux-port-archive-btn svg { width: 14px; height: 14px; }
.aux-next-prev-posts.nav-skin-classic-title, .aux-next-prev-posts.nav-skin-classic, .aux-next-prev-posts.nav-skin-modern { display: table; width: 100%; vertical-align: middle; position: relative; }
.aux-next-prev-posts.nav-skin-classic-title .aux-arrow-nav, .aux-next-prev-posts.nav-skin-classic .aux-arrow-nav, .aux-next-prev-posts.nav-skin-modern .aux-arrow-nav { display: none; }
.aux-next-prev-posts.nav-skin-classic-title > section, .aux-next-prev-posts.nav-skin-classic > section, .aux-next-prev-posts.nav-skin-modern > section { display: table-cell; width: 45%; max-width: 45%; float: none; vertical-align: middle; }
.aux-next-prev-posts.nav-skin-classic-title > section > a, .aux-next-prev-posts.nav-skin-classic > section > a, .aux-next-prev-posts.nav-skin-modern > section > a { position: relative; display: block; padding: 25px 0px; transition: all 0.55s cubic-bezier(0.25, 0.1, 0.25, 1) 0s; }
.aux-next-prev-posts.nav-skin-classic-title > section > a:hover .np-nav-text, .aux-next-prev-posts.nav-skin-classic-title > section > a:hover .np-title, .aux-next-prev-posts.nav-skin-classic > section > a:hover .np-nav-text, .aux-next-prev-posts.nav-skin-classic > section > a:hover .np-title, .aux-next-prev-posts.nav-skin-modern > section > a:hover .np-nav-text, .aux-next-prev-posts.nav-skin-modern > section > a:hover .np-title { transform: none; }
.aux-next-prev-posts.nav-skin-classic-title > section > a .np-title, .aux-next-prev-posts.nav-skin-classic > section > a .np-title, .aux-next-prev-posts.nav-skin-modern > section > a .np-title { margin-bottom: 0px; }
.aux-next-prev-posts.nav-skin-classic-title > section > a .np-nav-text::before, .aux-next-prev-posts.nav-skin-classic-title > section > a .np-nav-text::after, .aux-next-prev-posts.nav-skin-classic > section > a .np-nav-text::before, .aux-next-prev-posts.nav-skin-classic > section > a .np-nav-text::after, .aux-next-prev-posts.nav-skin-modern > section > a .np-nav-text::before, .aux-next-prev-posts.nav-skin-modern > section > a .np-nav-text::after { position: absolute; top: 50%; transform: translateY(-50%); }
.aux-next-prev-posts.nav-skin-classic-title .aux-port-archive-btn, .aux-next-prev-posts.nav-skin-classic .aux-port-archive-btn, .aux-next-prev-posts.nav-skin-modern .aux-port-archive-btn { position: absolute; right: 0px; left: 0px; top: 50%; width: 10%; margin: 0px auto; transform: translateY(-50%); }
.aux-next-prev-posts.nav-skin-classic-title .aux-port-archive-btn > a, .aux-next-prev-posts.nav-skin-classic .aux-port-archive-btn > a, .aux-next-prev-posts.nav-skin-modern .aux-port-archive-btn > a { display: block; margin-top: -8px; padding: 1.5625em; }
.aux-next-prev-posts.nav-skin-classic-title .aux-port-archive-btn .ico-main-port, .aux-next-prev-posts.nav-skin-classic .aux-port-archive-btn .ico-main-port, .aux-next-prev-posts.nav-skin-modern .aux-port-archive-btn .ico-main-port { fill: rgb(187, 187, 187); }
.aux-next-prev-posts.nav-skin-classic-title .np-prev-section, .aux-next-prev-posts.nav-skin-classic .np-prev-section, .aux-next-prev-posts.nav-skin-modern .np-prev-section { float: left; }
.aux-next-prev-posts.nav-skin-classic-title .np-prev-section > a:hover, .aux-next-prev-posts.nav-skin-classic .np-prev-section > a:hover, .aux-next-prev-posts.nav-skin-modern .np-prev-section > a:hover { transform: translateX(-7px); }
.aux-next-prev-posts.nav-skin-classic-title .np-prev-section > a .np-title, .aux-next-prev-posts.nav-skin-classic .np-prev-section > a .np-title, .aux-next-prev-posts.nav-skin-modern .np-prev-section > a .np-title { padding-left: 1.5625em; }
.aux-next-prev-posts.nav-skin-classic-title .np-prev-section .np-nav-text, .aux-next-prev-posts.nav-skin-classic .np-prev-section .np-nav-text, .aux-next-prev-posts.nav-skin-modern .np-prev-section .np-nav-text { color: rgb(61, 61, 61); padding-left: 2.3125em; }
.aux-next-prev-posts.nav-skin-classic-title .np-prev-section .np-nav-text::before, .aux-next-prev-posts.nav-skin-classic .np-prev-section .np-nav-text::before, .aux-next-prev-posts.nav-skin-modern .np-prev-section .np-nav-text::before { left: 0px; }
.aux-next-prev-posts.nav-skin-classic-title .np-next-section, .aux-next-prev-posts.nav-skin-classic .np-next-section, .aux-next-prev-posts.nav-skin-modern .np-next-section { float: right; }
.aux-next-prev-posts.nav-skin-classic-title .np-next-section > a:hover, .aux-next-prev-posts.nav-skin-classic .np-next-section > a:hover, .aux-next-prev-posts.nav-skin-modern .np-next-section > a:hover { transform: translateX(7px); }
.aux-next-prev-posts.nav-skin-classic-title .np-next-section > a .np-title, .aux-next-prev-posts.nav-skin-classic .np-next-section > a .np-title, .aux-next-prev-posts.nav-skin-modern .np-next-section > a .np-title { padding-right: 1.5625em; }
.aux-next-prev-posts.nav-skin-classic-title .np-next-section .np-nav-text, .aux-next-prev-posts.nav-skin-classic .np-next-section .np-nav-text, .aux-next-prev-posts.nav-skin-modern .np-next-section .np-nav-text { color: rgb(61, 61, 61); padding-right: 2.3125em; }
.aux-next-prev-posts.nav-skin-classic-title .np-next-section .np-nav-text::after, .aux-next-prev-posts.nav-skin-classic .np-next-section .np-nav-text::after, .aux-next-prev-posts.nav-skin-modern .np-next-section .np-nav-text::after { right: 0px; }
.aux-next-prev-posts.nav-skin-classic-title .np-nav-text, .aux-next-prev-posts.nav-skin-classic .np-nav-text, .aux-next-prev-posts.nav-skin-modern .np-nav-text { font-weight: 600; color: rgb(80, 80, 80); }
.aux-next-prev-posts.nav-skin-classic-title .np-next-section .np-nav-text::after, .aux-next-prev-posts.nav-skin-classic .np-next-section .np-nav-text::after, .aux-next-prev-posts.nav-skin-modern .np-next-section .np-nav-text::after { content: "→"; margin-left: 0.3em; }
.aux-next-prev-posts.nav-skin-classic-title .np-prev-section .np-nav-text::before, .aux-next-prev-posts.nav-skin-classic .np-prev-section .np-nav-text::before, .aux-next-prev-posts.nav-skin-modern .np-prev-section .np-nav-text::before { content: "←"; margin-right: 0.3em; }
.aux-next-prev-posts.nav-skin-classic-title.aux-next-prev-posts > section { padding: 1.5625em 2.0625em; }
.aux-next-prev-posts.nav-skin-classic-title.aux-next-prev-posts > section > a .np-nav-text::before, .aux-next-prev-posts.nav-skin-classic-title.aux-next-prev-posts > section > a .np-nav-text::after { top: 50%; transform: translateY(-50%); color: rgb(61, 61, 61); }
.aux-next-prev-posts.nav-skin-classic-title.aux-next-prev-posts .np-next-section > a .np-nav-text { color: rgb(187, 187, 187); }
.aux-next-prev-posts.nav-skin-classic-title.aux-next-prev-posts .np-next-section > a .np-nav-text::after { right: -32px; }
.aux-next-prev-posts.nav-skin-classic-title.aux-next-prev-posts .np-prev-section > a .np-nav-text::before { left: -32px; }
.aux-next-prev-posts.nav-skin-thumb-arrow .np-arrow { border: 1px solid rgb(187, 187, 187); }
.aux-next-prev-posts.nav-skin-thumb-arrow .aux-arrow-nav { width: 30px; height: 80px; box-shadow: none; }
.aux-next-prev-posts.nav-skin-thumb-arrow .aux-arrow-nav img { box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 0px 1px; }
.aux-next-prev-posts.nav-skin-thumb-arrow .np-nav-text { margin-bottom: 4px; padding-top: 8px; }
.aux-next-prev-posts.nav-skin-thumb-arrow.aux-next-prev-posts .np-title { min-width: 55%; max-height: 2.3em; }
.aux-next-prev-posts.nav-skin-thumb-arrow.no-arrow .np-arrow { border: none; }
.aux-next-prev-posts.nav-skin-thumb-arrow.no-arrow .aux-arrow-nav { display: none; }
.aux-next-prev-posts.nav-skin-thumb-arrow.no-arrow .np-nav-text { font-weight: 600; color: rgb(80, 80, 80); }
.aux-next-prev-posts.nav-skin-thumb-arrow.no-arrow .np-next-section .np-nav-text::after { content: "→"; margin-left: 0.3em; }
.aux-next-prev-posts.nav-skin-thumb-arrow.no-arrow .np-prev-section .np-nav-text::before { content: "←"; margin-right: 0.3em; }
.aux-next-prev-posts.nav-skin-boxed-image { display: table; width: 100%; }
.aux-next-prev-posts.nav-skin-boxed-image .aux-arrow-nav { display: none; color: rgb(61, 61, 61); }
.aux-next-prev-posts.nav-skin-boxed-image.aux-next-prev-posts > section { display: table-cell; width: 50%; max-width: 50%; float: none; padding: 1.5625em; border: 1px solid rgb(187, 187, 187); background-repeat: no-repeat; background-size: cover; background-position: center center; }
.aux-next-prev-posts.nav-skin-boxed-image.aux-next-prev-posts .np-title { white-space: normal; margin: 0px; color: rgb(61, 61, 61); }
.aux-next-prev-posts.nav-skin-boxed-image.aux-next-prev-posts .np-prev-section { border-right: none; }
.aux-next-prev-posts.nav-skin-boxed-image .aux-arrow-nav { display: none; }
.aux-next-prev-posts.nav-skin-boxed-image .np-nav-text { font-weight: 600; color: rgb(80, 80, 80); }
.aux-next-prev-posts.nav-skin-boxed-image .np-next-section .np-nav-text::after { content: "→"; margin-left: 0.3em; }
.aux-next-prev-posts.nav-skin-boxed-image .np-prev-section .np-nav-text::before { content: "←"; margin-right: 0.3em; }
.aux-next-prev-posts.nav-skin-boxed-image .np-nav-text { color: rgb(61, 61, 61); }
.aux-next-prev-posts.aux-dark-th .np-nav-text, .aux-next-prev-posts.aux-dark-th .np-title { color: rgb(255, 255, 255) !important; }
.aux-next-prev-posts.aux-dark-th.aux-next-prev-posts > section { border: 1px solid rgb(61, 61, 61); }
.aux-next-prev-posts.aux-sticky-nav { margin-bottom: 0px; }
.aux-next-prev-posts.aux-sticky-nav .np-prev-section, .aux-next-prev-posts.aux-sticky-nav .np-next-section { position: fixed; z-index: 11200; top: 45%; background-color: rgb(255, 255, 255); transition: transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
.aux-next-prev-posts.aux-sticky-nav .np-prev-section .aux-arrow-nav, .aux-next-prev-posts.aux-sticky-nav .np-next-section .aux-arrow-nav { border: 1px solid rgb(187, 187, 187); transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s; background-color: rgb(255, 255, 255); }
.aux-next-prev-posts.aux-sticky-nav .np-prev-section { left: 0px; }
.aux-next-prev-posts.aux-sticky-nav .np-next-section { right: 0px; }
.aux-next-prev-posts.aux-sticky-nav.nav-skin-thumb-arrow .np-prev-section, .aux-next-prev-posts.aux-sticky-nav.nav-skin-thumb-arrow .np-next-section { box-shadow: rgb(187, 187, 187) 0px 0px 0px 1px; max-width: 375px; }
.aux-next-prev-posts.aux-sticky-nav.nav-skin-thumb-arrow .np-prev-section.has-nav-thumb, .aux-next-prev-posts.aux-sticky-nav.nav-skin-thumb-arrow .np-next-section.has-nav-thumb { max-width: 455px; }
.aux-next-prev-posts.aux-sticky-nav.nav-skin-thumb-arrow .np-prev-section .np-nav-text, .aux-next-prev-posts.aux-sticky-nav.nav-skin-thumb-arrow .np-next-section .np-nav-text { padding-top: 20px; margin-bottom: 6px; font-weight: 600; }
.aux-next-prev-posts.aux-sticky-nav.nav-skin-thumb-arrow .np-prev-section .np-title, .aux-next-prev-posts.aux-sticky-nav.nav-skin-thumb-arrow .np-next-section .np-title { margin-bottom: 0px; min-width: 40%; max-height: 1.3em; }
.aux-next-prev-posts.aux-sticky-nav.nav-skin-thumb-arrow .np-prev-section .np-arrow, .aux-next-prev-posts.aux-sticky-nav.nav-skin-thumb-arrow .np-next-section .np-arrow { border: none; }
.aux-next-prev-posts.aux-sticky-nav.nav-skin-thumb-arrow .np-prev-section:hover .aux-arrow-nav, .aux-next-prev-posts.aux-sticky-nav.nav-skin-thumb-arrow .np-next-section:hover .aux-arrow-nav { transition-duration: 10ms; transition-delay: 10ms; }
.aux-next-prev-posts.aux-sticky-nav.nav-skin-thumb-arrow .np-prev-section:hover .aux-arrow-nav, .aux-next-prev-posts.aux-sticky-nav.nav-skin-thumb-arrow .np-next-section:hover .aux-arrow-nav { border: none; }
.aux-next-prev-posts.aux-sticky-nav.nav-skin-thumb-arrow .np-prev-section > a:hover .np-nav-text, .aux-next-prev-posts.aux-sticky-nav.nav-skin-thumb-arrow .np-prev-section > a:hover .np-title, .aux-next-prev-posts.aux-sticky-nav.nav-skin-thumb-arrow .np-next-section > a:hover .np-nav-text, .aux-next-prev-posts.aux-sticky-nav.nav-skin-thumb-arrow .np-next-section > a:hover .np-title { text-decoration: none; }
.aux-next-prev-posts.aux-sticky-nav.nav-skin-thumb-arrow .np-prev-section { padding-right: 30px; transform: translateX(-376px); }
.aux-next-prev-posts.aux-sticky-nav.nav-skin-thumb-arrow .np-prev-section .aux-arrow-nav { border-left-width: 0px; transform: translateX(375px); }
.aux-next-prev-posts.aux-sticky-nav.nav-skin-thumb-arrow .np-prev-section:hover { transform: translateX(0px); }
.aux-next-prev-posts.aux-sticky-nav.nav-skin-thumb-arrow .np-prev-section:hover .aux-arrow-nav { transform: translateX(10px); }
.aux-next-prev-posts.aux-sticky-nav.nav-skin-thumb-arrow .np-prev-section.has-nav-thumb { transform: translateX(-456px); }
.aux-next-prev-posts.aux-sticky-nav.nav-skin-thumb-arrow .np-prev-section.has-nav-thumb .aux-arrow-nav { transform: translateX(455px); }
.aux-next-prev-posts.aux-sticky-nav.nav-skin-thumb-arrow .np-prev-section.has-nav-thumb .np-arrow { margin-right: 57px; }
.aux-next-prev-posts.aux-sticky-nav.nav-skin-thumb-arrow .np-prev-section.has-nav-thumb:hover { transform: translateX(-30px); }
.aux-next-prev-posts.aux-sticky-nav.nav-skin-thumb-arrow .np-prev-section.has-nav-thumb:hover .aux-arrow-nav { transform: translateX(120px); box-shadow: none; }
.aux-next-prev-posts.aux-sticky-nav.nav-skin-thumb-arrow .np-next-section { padding-left: 30px; transform: translateX(376px); }
.aux-next-prev-posts.aux-sticky-nav.nav-skin-thumb-arrow .np-next-section .aux-arrow-nav { border-right-width: 0px; transform: translateX(-375px); }
.aux-next-prev-posts.aux-sticky-nav.nav-skin-thumb-arrow .np-next-section:hover { transform: translateX(0px); }
.aux-next-prev-posts.aux-sticky-nav.nav-skin-thumb-arrow .np-next-section:hover .aux-arrow-nav { transform: translateX(-10px); }
.aux-next-prev-posts.aux-sticky-nav.nav-skin-thumb-arrow .np-next-section.has-nav-thumb { transform: translateX(456px); }
.aux-next-prev-posts.aux-sticky-nav.nav-skin-thumb-arrow .np-next-section.has-nav-thumb .aux-arrow-nav { transform: translateX(-455px); }
.aux-next-prev-posts.aux-sticky-nav.nav-skin-thumb-arrow .np-next-section.has-nav-thumb .np-arrow { margin-left: 57px; }
.aux-next-prev-posts.aux-sticky-nav.nav-skin-thumb-arrow .np-next-section.has-nav-thumb:hover { transform: translateX(30px); }
.aux-next-prev-posts.aux-sticky-nav.nav-skin-thumb-arrow .np-next-section.has-nav-thumb:hover .aux-arrow-nav { transform: translateX(-120px); box-shadow: none; }
@media print {
  .aux-next-prev-posts { display: none; }
}
.single .rp4wp-related-posts { margin-top: 3.125em; }
.single .rp4wp-related-posts h3 { font-size: 1.5em; font-weight: 500; }
.single .rp4wp-related-posts ul { float: none; margin: 0px -15px; width: auto; }
.single .rp4wp-related-posts ul::after { content: ""; display: table; clear: both; }
.single .rp4wp-related-posts ul > li { float: left; padding: 0px 15px; width: 25%; clear: none; }
.single .rp4wp-related-posts ul > li:nth-child(4n+5) { clear: left; }
.single .rp4wp-related-posts ul > li:nth-child(4n+5), .single .rp4wp-related-posts ul > li:nth-child(4n+6), .single .rp4wp-related-posts ul > li:nth-child(4n+7), .single .rp4wp-related-posts ul > li:nth-child(4n+8) { margin-top: 15px; }
@media screen and (max-width: 900px) {
  .single .rp4wp-related-posts ul > li { width: 50%; }
  .single .rp4wp-related-posts ul > li:nth-child(2n+3) { clear: left; }
  .single .rp4wp-related-posts ul > li:nth-child(2n+3), .single .rp4wp-related-posts ul > li:nth-child(2n+4) { margin-top: 15px; }
}
.aux-related-posts-container { margin-bottom: 4.375em; }
.aux-related-posts-container .rp4wp-related-posts { margin: 0px; }
@media screen and (max-width: 1300px) {
  .aux-resp .aux-next-prev-posts .np-title { font-size: 1.1em; white-space: normal; min-width: 50%; max-height: 2.3em; }
  .aux-resp .aux-next-prev-posts.nav-skin-thumb-arrow .np-title { min-width: 40%; }
}
@media screen and (max-width: 1023px) {
  .aux-resp .aux-next-prev-posts.nav-skin-thumb-arrow .np-arrow img { display: none; }
  .aux-resp .aux-next-prev-posts.nav-skin-minimal .aux-arrow-nav { width: 40px; height: 40px; }
  .aux-resp .aux-next-prev-posts.nav-skin-minimal .np-arrow { margin-top: 20px; }
  .aux-resp .aux-next-prev-posts.nav-skin-minimal .np-nav-text { padding-top: 10px; color: rgb(61, 61, 61); }
  .aux-resp .aux-next-prev-posts.nav-skin-minimal .np-prev-section > a:hover .np-nav-text, .aux-resp .aux-next-prev-posts.nav-skin-minimal .np-prev-section > a:hover .np-title, .aux-resp .aux-next-prev-posts.nav-skin-minimal .np-next-section > a:hover .np-nav-text, .aux-resp .aux-next-prev-posts.nav-skin-minimal .np-next-section > a:hover .np-title { transform: none; }
  .aux-resp .aux-next-prev-posts.aux-sticky-nav { display: none; }
}
@media screen and (max-width: 479px) {
  .aux-resp .aux-next-prev-posts .np-title { display: none; }
  .aux-resp .aux-next-prev-posts .np-nav-text { margin: 0px; }
  .aux-resp .aux-next-prev-posts.nav-skin-minimal .np-arrow { margin-top: 0px; }
  .aux-resp .aux-next-prev-posts.nav-skin-thumb-arrow .np-nav-text { font-weight: 600; color: rgb(80, 80, 80); }
  .aux-resp .aux-next-prev-posts.nav-skin-thumb-arrow .np-next-section .np-nav-text::after { content: "→"; margin-left: 0.3em; }
  .aux-resp .aux-next-prev-posts.nav-skin-thumb-arrow .np-prev-section .np-nav-text::before { content: "←"; margin-right: 0.3em; }
  .aux-resp .aux-next-prev-posts.nav-skin-thumb-arrow .np-nav-text { padding-top: 30px; }
  .aux-resp .aux-next-prev-posts.nav-skin-thumb-arrow.no-arrow .np-nav-text { padding-top: 0px; }
}
.single .post-password-form { text-align: center; }
.single .post-password-form input[type="password"] { margin-left: auto; margin-right: auto; }
.single .post-password-form > p:last-child { margin-top: 1.5em; }
.page-links > a, .page-links .aux-page-current { border: 1px solid rgb(170, 170, 170); padding: 3px 0px; width: 32px; display: inline-block; text-align: center; }
.page-links > a { color: rgb(170, 170, 170); }
.page-links .aux-page-current { background-color: rgb(61, 61, 61); }
.page-links .aux-page-current, .page-links .aux-page-current a { color: rgb(255, 255, 255); }
.entry-header.aux-visually-hide { position: absolute !important; }
.hentry .entry-content, .hentry .comment-body { margin-bottom: 3.125em; }
.hentry.aux-has-pb .entry-content, .hentry.aux-has-pb .comment-body { margin-bottom: 0px; }
.hentry .entry-format { display: none; }
.hentry .entry-media { margin-bottom: 3.5625em; }
.hentry .entry-main { margin-bottom: 4.375em; }
.hentry .entry-title { position: relative; margin: 0px; color: rgb(61, 61, 61); font-weight: 600; font-size: 2.3em; line-height: 150%; word-break: break-word; }
.hentry .entry-header { position: relative; display: block; height: auto; margin-bottom: 1.3em; }
.hentry .entry-post-format { float: right; }
.hentry .entry-post-format .aux-post-format-icon { position: relative; display: inline-block; vertical-align: middle; }
.hentry .entry-post-format .aux-post-format-icon > i { font-size: 25px; position: absolute; top: 50%; transform: translateY(-50%); right: 0px; }
.aux-has-sidebar .aux-primary .hentry .entry-title { font-size: 1.75em; }
.entry-info .wpulike.aux-wpulike-single::before, .entry-info .wpulike.aux-wpulike-news::before, .hentry .entry-info [class^="entry-"] ~ [class^="entry-"]::before, .aux-widget-post-slider .aux-latest-posts-slider .aux-slide-info .entry-tax a::after, .hentry .entry-info .entry-tax a::after { position: relative; top: 0px; display: inline-block; width: 3px; height: 3px; border-radius: 50%; margin: 0px 10px; vertical-align: middle; background-color: rgb(187, 187, 187); content: "" !important; }
.aux-widget-post-slider .aux-latest-posts-slider .aux-slide-info > div, .hentry .entry-info > div { display: inline-block; }
.aux-widget-post-slider .aux-latest-posts-slider .aux-slide-info .entry-date, .hentry .entry-info .entry-date { display: inline; }
.aux-widget-post-slider .aux-latest-posts-slider .aux-slide-info .entry-tax a, .hentry .entry-info .entry-tax a { color: inherit; display: inline-block; }
.aux-widget-post-slider .aux-latest-posts-slider .aux-slide-info .entry-tax a:hover, .hentry .entry-info .entry-tax a:hover { color: rgb(27, 176, 206); }
.aux-widget-post-slider .aux-latest-posts-slider .aux-slide-info .entry-tax a:last-child::after, .hentry .entry-info .entry-tax a:last-child::after { display: none; }
.aux-widget-post-slider .aux-latest-posts-slider .aux-slide-info .entry-tax.aux-no-sep a:last-child::after, .hentry .entry-info .entry-tax.aux-no-sep a:last-child::after { display: none; }
.hentry .entry-info { margin-bottom: 1.5625em; color: rgb(136, 136, 136); font-size: 0.88em; }
.hentry .entry-info .entry-author .vcard { margin-right: 5px; }
.hentry .entry-info .entry-author + .entry-comments::before { display: none; }
.single-post .hentry .entry-meta { display: flex; align-items: center; position: relative; padding: 3.125em 0px; border-style: solid; border-color: rgb(222, 222, 222); border-image: initial; border-width: 1px 0px; }
.single-post .hentry .entry-meta::after { content: ""; display: table; clear: both; }
.single-post .hentry .entry-meta .aux-single-post-share { font-size: 14px; order: 3; cursor: pointer; line-height: 1; }
.single-post .hentry .entry-meta .aux-single-post-share .aux-has-text::before { font-family: inherit; content: attr(data-text); font-weight: 500; text-decoration: underline; }
@media print {
  .single-post .hentry .entry-meta { display: none; }
}
.single-post .hentry footer.entry-meta .entry-tax { flex: 1 1 0%; order: 1; font-style: italic; font-size: 0.875em; color: rgb(170, 170, 170); }
.single-post .hentry footer.entry-meta .entry-tax a { color: rgb(61, 61, 61); text-decoration: underline; font-weight: 600; }
.single-post .hentry footer.entry-meta .entry-tax a:hover { color: rgb(27, 176, 206); }
.single-post .hentry .aux-post-share { position: absolute; top: 50%; transform: translateY(-50%); right: 0px; cursor: pointer; }
.single-post .hentry .aux-post-share .widget-socials { display: inline-block; vertical-align: bottom; }
.single-post .hentry .aux-post-share .aux-socials { font-size: 0.875em; font-weight: 600; color: rgb(61, 61, 61); }
.single-post .hentry .aux-post-share a:hover { color: rgb(27, 176, 206); }
@media screen and (max-width: 767px) {
  .aux-resp.single-post .hentry .aux-post-share { position: relative; width: 100%; margin-top: 3.125em; text-align: center; transform: none; }
  .aux-resp.single-post .hentry footer.entry-meta { align-items: baseline; padding-top: 1.875em; }
}
.hentry.aux-medium-context .entry-content, .hentry.aux-medium-context .comment-body, .hentry.aux-medium-context .entry-info, .hentry.aux-medium-context .entry-header { margin-left: 15%; margin-right: 15%; }
.hentry.aux-medium-context .entry-content > img, .hentry.aux-medium-context .comment-body > img, .hentry.aux-medium-context .entry-content > p > img, .hentry.aux-medium-context .comment-body > p > img, .hentry.aux-medium-context .entry-content > div > img, .hentry.aux-medium-context .comment-body > div > img, .hentry.aux-medium-context .entry-content > section > img, .hentry.aux-medium-context .comment-body > section > img { max-width: 160%; margin-left: -30%; margin-right: -30%; }
.hentry.aux-narrow-context .entry-content, .hentry.aux-narrow-context .comment-body, .hentry.aux-narrow-context .entry-info, .hentry.aux-narrow-context .entry-header { margin-left: 25%; margin-right: 25%; }
.hentry.aux-narrow-context .entry-content > img, .hentry.aux-narrow-context .comment-body > img, .hentry.aux-narrow-context .entry-content > p > img, .hentry.aux-narrow-context .comment-body > p > img, .hentry.aux-narrow-context .entry-content > div > img, .hentry.aux-narrow-context .comment-body > div > img, .hentry.aux-narrow-context .entry-content > section > img, .hentry.aux-narrow-context .comment-body > section > img { max-width: 200%; margin-left: -50%; margin-right: -50%; }
.type-post.format-quote .entry-header { padding: 2em 2em 1.4em; background: rgb(51, 51, 51); color: rgb(255, 255, 255); }
.type-post.format-quote .entry-header::before { content: "“"; font-size: 3em; line-height: 10px; top: 14px; left: 0px; position: relative; color: rgb(80, 80, 80); font-family: sans-serif; font-weight: 700; font-style: normal; }
.type-post.format-quote .entry-header blockquote { padding: 0px; background: 0px 0px; }
.type-post.format-quote .quote-format-excerpt { font-style: italic; font-size: 1.4em; }
.type-post.format-quote .entry-title { margin-bottom: 0px; font-size: 1.1625em !important; }
.type-post.format-quote .entry-title, .type-post.format-quote .entry-title a { color: rgb(27, 176, 206); }
.type-post.format-quote .entry-title a:hover { text-decoration: underline; }
.type-post.format-quote .link-format-excerpt { display: inline-block; border: 1px solid rgb(27, 176, 206); padding: 5px 15px; color: rgb(27, 176, 206); }
.type-post.format-quote .readmore { display: none; }
.type-post.format-gallery .entry-media { position: relative; }
.type-post.format-gallery .master-carousel-slider { transition: height 0.1s ease 0s; }
.type-post.format-link .link-format-excerpt { display: inline-block; padding: 0.6875em 0.75em; border: 1px solid rgb(27, 176, 206); color: rgb(27, 176, 206); line-height: 100%; max-width: 100%; }
.type-post.format-link .link-format-excerpt:hover { background-color: rgb(27, 176, 206); color: rgb(255, 255, 255); }
.type-post.format-link .readmore { display: none; }
.entry-related .fig-title { margin-bottom: 0px; margin-top: 0.5em; }
.entry-related .fig-title a { color: rgb(61, 61, 61); }
.entry-related .fig-title a:hover { color: rgb(27, 176, 206); }
.entry-author-info { margin-bottom: 3.125em; padding: 0px; min-height: 100px; }
.entry-author-info .author-avatar { position: absolute; }
.entry-author-info .author-avatar img { border-radius: 50%; }
.entry-author-info .author-description { display: inline-block; position: relative; margin-left: 8.875em; padding-top: 10px; }
.entry-author-info .author-description dl { position: relative; margin-bottom: 1em; }
.entry-author-info .author-description dt { font-size: 1.1875em; line-height: 1.5em; font-weight: 600; }
.entry-author-info .author-description dt a { color: rgb(61, 61, 61); }
.entry-author-info .author-description dd { margin: 0px 0px 1em; }
.entry-author-info .author-description dd span { font-size: 0.875em; font-style: italic; font-weight: 600; color: rgb(187, 187, 187); }
.entry-author-info .aux-author-socials.aux-medium li a { font-size: 14px; color: inherit; }
@media screen and (max-width: 479px) {
  .entry-author-info .author-description { margin-left: 0px; }
  .entry-author-info .author-avatar { position: relative; }
}
@media print {
  .entry-author-info { display: none; }
}
.aux-user-entry .rp4wp-related-post-image { float: none; display: block; width: 100%; padding: 0px; margin-bottom: 1.4375em; max-height: 130px; overflow-y: hidden; }
.aux-user-entry .rp4wp-related-post-content { line-height: 1.5; }
.aux-user-entry .rp4wp-related-post-content > a { display: block; margin-bottom: 1.4375em; color: inherit; font-size: 1.125em; font-weight: 600; }
.aux-user-entry .rp4wp-related-post-content > a:hover { color: rgb(27, 176, 206); }
.home.page .content > .hentry > .entry-main { margin-bottom: 0px; }
.aux-archive.aux-template-type-side-media .aux-primary .type-post, .aux-search.aux-template-type-side-media .type-post { margin-bottom: 4.375em; }
.aux-archive.aux-template-type-side-media .aux-primary .type-post::after, .aux-search.aux-template-type-side-media .type-post::after { content: ""; display: table; clear: both; }
.aux-archive.aux-template-type-side-media .aux-primary .entry-media, .aux-search.aux-template-type-side-media .entry-media { float: left; width: 35%; margin-bottom: 0px; }
.aux-archive.aux-template-type-side-media .aux-primary .entry-title, .aux-search.aux-template-type-side-media .entry-title { font-size: 1.53125em; line-height: 100%; }
.aux-archive.aux-template-type-side-media .aux-primary .entry-title a, .aux-search.aux-template-type-side-media .entry-title a { color: inherit; }
.aux-archive.aux-template-type-side-media .aux-primary .entry-content, .aux-search.aux-template-type-side-media .entry-content, .aux-archive.aux-template-type-side-media .aux-primary .comment-body, .aux-search.aux-template-type-side-media .comment-body { margin-bottom: 1.3em; }
.aux-archive.aux-template-type-side-media .aux-primary .entry-main, .aux-search.aux-template-type-side-media .entry-main { margin-bottom: 0px; float: left; width: 100%; }
.aux-archive.aux-template-type-side-media .aux-primary .entry-media + .entry-main, .aux-search.aux-template-type-side-media .entry-media + .entry-main { padding-left: 1.875em; width: 65%; }
@media screen and (max-width: 479px) {
  .aux-archive.aux-template-type-side-media .aux-primary .aux-resp .entry-media, .aux-search.aux-template-type-side-media .aux-resp .entry-media, .aux-archive.aux-template-type-side-media .aux-primary .aux-resp .entry-main, .aux-search.aux-template-type-side-media .aux-resp .entry-main { float: none; width: 100%; }
  .aux-archive.aux-template-type-side-media .aux-primary .aux-resp .entry-media + .entry-main, .aux-search.aux-template-type-side-media .aux-resp .entry-media + .entry-main { padding: 0px; width: 100%; }
  .aux-archive.aux-template-type-side-media .aux-primary .aux-resp .entry-media, .aux-search.aux-template-type-side-media .aux-resp .entry-media { margin-bottom: 2.3em; }
}
.aux-archive .type-post .entry-title a { color: inherit; }
.aux-archive .type-post .entry-info { color: rgb(170, 170, 170); }
.aux-archive .type-post .entry-info a { color: inherit; }
.aux-archive .type-post .entry-info a:hover { color: rgb(27, 176, 206); }
.aux-archive .type-post .aux-media-image.aux-image-mask { max-height: 800px; }
.aux-archive .type-post.sticky .entry-title::before { content: ""; font-family: auxin-front; font-size: 0.74em; speak: none; }
.aux-archive.page-template-blog-type-default .aux-primary .entry-main { border-bottom: 1px solid rgb(234, 234, 234); margin-bottom: 2.8125em; }
.aux-archive.page-template-blog-type-default .aux-primary .entry-media { margin-bottom: 40px; }
.aux-archive.page-template-blog-type-default .aux-primary .entry-header { margin-bottom: 0.6em; }
.aux-archive.page-template-blog-type-default .aux-primary .entry-title { font-size: 1.35em; }
.aux-archive.page-template-blog-type-default .aux-primary .entry-info { margin-bottom: 0.9em; font-size: 0.9em; font-weight: 500; text-transform: none; }
.aux-archive.page-template-blog-type-default .aux-primary .entry-info .entry-date::after, .aux-archive.page-template-blog-type-default .aux-primary .entry-info .meta-comment::after, .aux-archive.page-template-blog-type-default .aux-primary .entry-info .author::after { content: ""; position: relative; top: -1px; display: inline-block; width: 4px; height: 4px; border-radius: 50%; margin: 0px 0.6em; vertical-align: middle; background-color: rgb(187, 187, 187); }
.aux-archive.page-template-blog-type-default .aux-primary .entry-meta { margin-top: 1.5em; }
.aux-archive.page-template-blog-type-default .aux-primary .entry-meta .readmore a { padding: 0px; background: 0px 0px; border: none; border-radius: 0px; color: rgb(170, 170, 170); font-weight: 500; font-size: 0.875em; margin-bottom: 40px; }
.aux-archive.page-template-blog-type-default .aux-primary .entry-meta .readmore a a:hover { color: rgb(27, 176, 206); }
.aux-archive.page-template-blog-type-default .aux-primary .entry-content, .aux-archive.page-template-blog-type-default .aux-primary .comment-body { margin-bottom: 0px; }
.aux-archive.page-template-type-default .aux-primary .entry-main { margin-bottom: 2.8125em; }
.aux-archive.aux-template-type-1 .aux-primary { text-align: center; }
.aux-archive.aux-template-type-1 .aux-primary .entry-content, .aux-archive.aux-template-type-1 .aux-primary .comment-body { margin-bottom: 0px; }
.aux-archive.aux-template-type-1 .aux-primary .entry-header { margin-bottom: 1.1em; }
.aux-archive.aux-template-type-1 .aux-primary .entry-main { position: relative; margin-bottom: 4.0625em; padding-bottom: 70px; }
.aux-archive.aux-template-type-1 .aux-primary .entry-info { position: absolute; bottom: 0px; width: 100%; margin: 0px; padding-top: 26px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.aux-archive.aux-template-type-1 .aux-primary .entry-info::before { content: ""; top: 0px; position: absolute; display: block; width: 40%; margin: 0px 30%; border-top: 1px solid rgb(222, 222, 222); }
.aux-archive.aux-template-type-1 .aux-primary .entry-meta { display: none; }
.aux-archive.aux-template-type-2 .aux-primary .entry-header, .aux-archive.aux-template-type-3 .aux-primary .entry-header, .aux-archive.aux-template-type-4 .aux-primary .entry-header { margin-bottom: 1.1em; }
.aux-archive.aux-template-type-2 .aux-primary .entry-info, .aux-archive.aux-template-type-3 .aux-primary .entry-info, .aux-archive.aux-template-type-4 .aux-primary .entry-info { margin-bottom: 28px; padding-bottom: 28px; border-bottom: 1px solid rgb(222, 222, 222); color: rgb(187, 187, 187); font-size: 0.9em; font-weight: 500; text-transform: none; }
.aux-archive.aux-template-type-2 .aux-primary .entry-content > p, .aux-archive.aux-template-type-3 .aux-primary .entry-content > p, .aux-archive.aux-template-type-4 .aux-primary .entry-content > p, .aux-archive.aux-template-type-2 .aux-primary .comment-body > p, .aux-archive.aux-template-type-3 .aux-primary .comment-body > p, .aux-archive.aux-template-type-4 .aux-primary .comment-body > p { margin-bottom: 0px; }
.aux-archive.aux-template-type-2 .aux-primary .entry-meta, .aux-archive.aux-template-type-3 .aux-primary .entry-meta, .aux-archive.aux-template-type-4 .aux-primary .entry-meta { display: none; }
.aux-archive.aux-template-type-2 .aux-primary .entry-main, .aux-archive.aux-template-type-3 .aux-primary .entry-main, .aux-archive.aux-template-type-4 .aux-primary .entry-main { margin-bottom: 2.8125em; }
.aux-archive.aux-template-type-3 .aux-primary, .aux-archive.aux-template-type-4 .aux-primary { text-align: center; }
.aux-archive.aux-template-type-3 .aux-primary .entry-meta, .aux-archive.aux-template-type-4 .aux-primary .entry-meta { display: block; }
.aux-archive.aux-template-type-3 .aux-primary .entry-meta a, .aux-archive.aux-template-type-4 .aux-primary .entry-meta a { padding: 1.2em 2.2em; text-transform: uppercase; font-weight: 600; }
.aux-archive.aux-template-type-3 .aux-primary .entry-meta a::after, .aux-archive.aux-template-type-4 .aux-primary .entry-meta a::after { display: none; }
.aux-archive.aux-template-type-3 .aux-primary .entry-content, .aux-archive.aux-template-type-4 .aux-primary .entry-content, .aux-archive.aux-template-type-3 .aux-primary .comment-body, .aux-archive.aux-template-type-4 .aux-primary .comment-body { margin-bottom: 3em; }
.aux-archive.aux-template-type-4 .aux-primary .type-post { background-color: rgb(255, 255, 255); margin-bottom: 30px; }
.aux-archive.aux-template-type-4 .aux-primary .type-post .entry-media { margin-bottom: 0px; }
.aux-archive.aux-template-type-4 .aux-primary .entry-main { margin-bottom: 0px; padding: 70px; }
.aux-archive.aux-template-type-4 .aux-primary .entry-info { border: none; padding-bottom: 0px; }
.aux-archive.aux-template-type-4 .aux-primary .entry-info::after { content: ""; display: block; height: 1px; background-image: linear-gradient(to right, rgb(222, 222, 222) 57.1429%, rgba(255, 255, 255, 0) 0%); background-position: center top; background-size: 21px 1px; background-repeat: repeat-x; }
.aux-archive.aux-template-type-4 .aux-primary .entry-info::after { margin-top: 30px; }
.aux-archive.aux-template-type-4 .aux-primary .entry-meta a { border-radius: 0px; border-color: rgb(170, 170, 170); color: rgb(170, 170, 170); }
.aux-archive.aux-template-type-10 .aux-primary .entry-media { margin-bottom: 40px; }
.aux-archive.aux-template-type-10 .aux-primary .entry-header { margin-bottom: 0.6em; }
.aux-archive.aux-template-type-10 .aux-primary .entry-title { font-size: 1.35em; }
.aux-archive.aux-template-type-10 .aux-primary .entry-info { margin-bottom: 0.9em; font-size: 0.9em; font-weight: 500; text-transform: none; }
.aux-archive.aux-template-type-10 .aux-primary .entry-meta { margin-top: 1.5em; }
.aux-archive.aux-template-type-10 .aux-primary .entry-meta .readmore a:hover { color: rgb(255, 255, 255); }
.aux-archive.aux-template-type-10 .aux-primary .entry-content, .aux-archive.aux-template-type-10 .aux-primary .comment-body { margin-bottom: 0px; }
.error404 .aux-primary { width: 100%; }
.not-found { margin: 15% 0px; }
.not-found.no-results { margin: 0px; }
.not-found .entry-content h2, .not-found .comment-body h2 { margin: 0px; line-height: normal; font-family: Arial, Helvetica, sans-serif; font-size: 7.5em; font-weight: 300 !important; }
.not-found .entry-content .entry-title, .not-found .comment-body .entry-title { margin: -5px 0px 0px; line-height: 1.1em; font-weight: 500 !important; font-size: 2.2em !important; }
.not-found button.aux-search-icon { display: none; }
.not-found .aux-404-icon { margin-right: 20px; float: left; background: url("") left top no-repeat; width: 48px; height: 58px; }
.not-found .message404 { margin-top: 5px; line-height: 1.8em; }
.not-found form { margin-bottom: 10px; width: 100%; max-width: 380px; }
.not-found form .aux-search-field { padding: 0px 1.5em; width: 100%; height: 56px !important; }
.not-found .aux-back-to-home { color: rgb(61, 61, 61); }
@media screen and (max-width: 767px) {
  .aux-resp .not-found .entry-content h2, .aux-resp .not-found .comment-body h2 { font-size: 6em; }
  .aux-resp .not-found .entry-content .entry-title, .aux-resp .not-found .comment-body .entry-title { font-size: 2em; }
}
.aux-search.aux-advanced-search .aux-primary .entry-media { width: 100% !important; margin-bottom: 1.4375em !important; }
.aux-search.aux-advanced-search .aux-primary .entry-media + .entry-main { width: 100%; padding-left: 0px; margin-bottom: 0px; }
.aux-search.aux-advanced-search .aux-primary .aux-widget-recent-products h4.widget-subtitle { display: none; }
.aux-search.aux-advanced-search .aux-primary .aux-search-from { padding: 0px 5px; margin-bottom: 44px; }
.aux-search.aux-advanced-search .aux-primary .aux-search-from span, .aux-search.aux-advanced-search .aux-primary .aux-search-from a { font-size: 18px; font-family: Raleway; color: rgb(61, 61, 61); text-transform: capitalize; }
.aux-search.aux-advanced-search .aux-primary .aux-show-all-results { float: right; text-decoration: underline; }
.aux-search.aux-advanced-search .aux-primary .aux-widget-recent-posts article { margin: 0px; padding: 0px; }
.aux-search.aux-template-type-side-media .aux-primary .hentry .entry-main, .aux-search.aux-template-type-side-media .aux-primary .hentry .entry-media { margin-bottom: 3.75em; }
.aux-search.aux-template-type-side-media .aux-primary .hentry::after { content: ""; display: block; width: 120px; margin: 0px auto 3.75em; border-bottom: 1px solid rgb(234, 234, 234); }
.aux-search.aux-template-type-side-media .aux-primary .hentry:last-of-type::after { border-color: transparent; }
.aux-search .hentry { margin-bottom: 3.75em; }
.aux-comments { position: relative; z-index: 4; margin-bottom: 2.5em; }
@media print {
  .aux-comments { display: none; }
}
.comments-title, .comment-reply-title { font-size: 1.5em; font-weight: 600; position: relative; }
.aux-commentlist { list-style: none; margin-top: 0px; margin-bottom: 3.125em; }
.aux-commentlist .children { margin: 0px 0px 0px 95px; padding-top: 1em; }
.aux-commentlist .children > li { padding-top: 2em; }
.aux-commentlist .children > li:first-child { padding-top: 0px; padding-bottom: 0px; margin-bottom: 0px; margin-top: 0px; border: none; }
.aux-commentlist cite { font-style: normal; font-weight: 600; font-size: 0.875em; }
.aux-commentlist > li { padding-bottom: 1em; margin-bottom: 1em; }
.aux-commentlist .comment { position: relative; }
.aux-commentlist .comment .comment-author, .aux-commentlist .comment .comment-body, .aux-commentlist .comment .comment-reply-nav { margin-left: 95px; }
.aux-commentlist .comment .fn { padding-right: 13px; }
.aux-commentlist .comment .comment-author cite, .aux-commentlist .comment .comment-author time { display: block; }
.aux-commentlist .comment .comment-author time { margin-bottom: 2px; }
.aux-commentlist .comment .comment-author time a { font-size: 13px; color: rgb(136, 136, 136); font-weight: 500; }
.aux-commentlist .comment .comment-author em { color: red; }
.aux-commentlist .comment .comment-reply-nav a, .aux-commentlist .comment .comment-edit-link { color: rgb(136, 136, 136); font-size: 0.75em; font-weight: 600; }
.aux-commentlist .comment .comment-reply-nav a:hover, .aux-commentlist .comment .comment-edit-link:hover { text-decoration: underline; }
.aux-commentlist .comment .comment-edit-link { position: absolute; top: 25px; right: 0px; }
.aux-commentlist .comment .comment-edit-link:hover { text-decoration: underline; }
.aux-commentlist .avatar { float: left; margin-right: 0px; border: 3px solid rgb(187, 187, 187); }
.aux-commentlist.skin-arrow-links .children { padding-top: 1em; }
.aux-commentlist.skin-arrow-links .children > li { padding-left: 60px; }
.aux-commentlist.skin-arrow-links .children > li:first-child { background: url("") 13px 0px no-repeat; }
@media print {
  .aux-commentlist { display: none; }
}
.bypostauthor > header .fn { background-color: rgb(61, 61, 61); color: rgb(255, 255, 255); padding: 1px 13px; border-radius: 13px; display: inline-block !important; }
.author-indicator { display: inline-block; font-size: 11px; margin-left: 9px; color: rgb(187, 187, 187); vertical-align: middle; }
.aux-comments-navi { height: 20px; margin-top: 1.875em; margin-bottom: 1.875em; }
.aux-comments-navi .comments-pre-page { float: left; }
.aux-comments-navi .comment-next-page { float: right; }
@media print {
  .aux-comments-navi { display: none; }
}
#respond { margin: 0px 0px 3.125em; max-width: 100%; }
@media print {
  #respond { display: none; }
}
.comment + #respond { border-top: 1px solid rgb(234, 234, 234); margin-top: 1.875em; padding-top: 1.875em; }
#commentform textarea { font-size: 1.125em; font-weight: 500; }
#commentform input[type="text"], #commentform input[type="email"], #commentform input[type="url"] { width: 49%; }
@media screen and (max-width: 479px) {
  .aux-resp #commentform input[type="text"], .aux-resp #commentform input[type="email"], .aux-resp #commentform input[type="url"] { width: 100%; }
}
#commentform .aux-form-cookies-consent { margin-bottom: 1em; }
#commentform .aux-form-cookies-consent input { margin-right: 10px; margin-top: 2px; }
#commentform .aux-form-cookies-consent label { font-size: 1em; display: inline; }
#cancel-comment-reply-link { position: absolute; top: 8px; right: 0px; color: rgb(187, 187, 187); }
#cancel-comment-reply-link:hover { text-decoration: underline; }
.nocomments { margin-bottom: 0px; border-top: 1px solid rgb(221, 221, 221); padding: 1em 0px; font-style: italic; }
@media screen and (max-width: 1920px) {
  .aux-resp .aux-has-sidebar .aux-commentlist .children .children .children { margin-left: 0px; }
  .aux-resp .aux-has-sidebar .aux-commentlist .children .children .children > li:first-child { background-image: none; }
}
@media screen and (max-width: 1439px) {
  .aux-resp .aux-commentlist .children .children { margin-left: 0px; }
  .aux-resp .aux-commentlist .children .children > li:first-child { background-image: none; }
}
@media screen and (max-width: 1023px) {
  .aux-resp .aux-commentlist .children { margin-left: 0px; }
  .aux-resp .aux-commentlist .children > li { padding-left: 0px; }
}
@media screen and (max-width: 479px) {
  .bypostauthor.depth-3 > header .author-indicator, .bypostauthor.depth-3 > header .fn, .bypostauthor.depth-4 > header .author-indicator, .bypostauthor.depth-4 > header .fn, .bypostauthor.depth-5 > header .author-indicator, .bypostauthor.depth-5 > header .fn { font-size: 10px; }
  .aux-commentlist .comment .comment-edit-link { position: relative; top: 0px; right: auto; }
}
.aux-sticky-demo-buttons { position: fixed; right: 0px; top: 50%; z-index: 9999; transform: translate(20px, -50%); }
@keyframes AuxLightUpStickyBtns { 
  0% { background-position: 0px 0px; }
  80% { background-position: 0px 0px; }
  100% { background-position: 100% 0px; }
}
.aux-sticky-button { border-radius: 8px 0px 0px 8px; opacity: 1; margin-bottom: 6px; height: 40px; width: 152px; line-height: 40px; text-transform: capitalize; font-size: 13px; font-family: Raleway, sans-serif; overflow: hidden; min-width: 145px; transition: all 0.4s cubic-bezier(0.46, 0.03, 0.52, 0.96) 0s; background-color: rgba(0, 0, 0, 0.45); background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 60%); background-size: 300%; animation-duration: 5s; animation-delay: 2s; animation-name: AuxLightUpStickyBtns; animation-iteration-count: infinite; will-change: ; }
.aux-sticky-button:hover, .aux-sticky-button.aux-enabled { background-color: rgb(0, 98, 255); transform: translateX(-20px); background-image: none; animation-iteration-count: 0; }
.beacon-is-open .aux-sticky-button { transform: translateX(67%); }
.aux-sticky-button:last-child { border-bottom: none; }
.aux-preview-button { transition-delay: 50ms; }
.aux-buy-button { transition-delay: 30ms; animation-delay: 2.05s; }
.aux-enable-export-section { transition-delay: 0ms; animation-delay: 2.1s; }
@media screen and (max-width: 767px) {
  .aux-preview-button, .aux-enable-export-section { display: none; }
  .aux-buy-button { transform: translate(23%, 0px); }
  .aux-sticky-demo-buttons { top: 30%; }
}
.aux-sticky-button > a { width: 100%; position: relative; font-size: 12px; color: rgb(255, 255, 255); padding-left: 36px; display: flex; align-items: center; }
.aux-sticky-button img { position: absolute; left: 15px; }
.aux-target-pro-button img { top: 9px; }
.aux-sticky-button.aux-slide-out { border: none; }
.aux-sticky-button.aux-slide-out > a { color: rgb(255, 255, 255); }
.export-button { position: absolute; left: 0px; top: -1px; padding: 5px 7px; background-color: rgb(0, 98, 255); display: flex; z-index: 999999; box-shadow: rgba(0, 0, 0, 0.125) 0px 0px 9px 3px; cursor: pointer; backdrop-filter: blur(10px); font-family: Raleway, sans-serif; opacity: 0; }
.export-button:hover { background-color: rgb(66, 133, 244); }
.export-button a { font-size: 12px; color: rgb(255, 255, 255); }
.aux-show-export-button:hover { box-shadow: rgb(113, 215, 247) 0px 0px 0px 2px; }
.aux-show-export-button:hover .export-button { opacity: 1; }
.aux-elementor-header .elementor-section > .export-button { top: auto; bottom: 0px; }
header.aux-overlay-header + .aux-main .elementor-section-wrap > .elementor-section:first-child .export-button { top: 50%; transform: translateY(-50%); }
.aux-export-button .aux-export-help-button { padding: 0px; border: none; background-color: transparent; margin-bottom: 0px; margin-left: 7px; opacity: 0; transition: all 0.4s cubic-bezier(0.46, 0.03, 0.52, 0.96) 0s; }
.aux-export-button:hover .aux-export-help-button, .aux-sticky-button.aux-enabled .aux-export-help-button { opacity: 1; }
.aux-export-button .aux-export-help-button img { position: static; }
@media screen and (max-width: 768px) {
  .aux-export-button { display: none !important; }
}
.aux-demo-tools-modal { position: fixed; left: 0px; top: 0px; display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.7); opacity: 0; visibility: hidden; transform: scale(1.1); transition: visibility 0s linear 0.25s, opacity 0.25s ease 0s, transform 0.25s ease 0s; z-index: 999999; }
.aux-demo-tools-modal.is-active { opacity: 1; visibility: visible; transform: scale(1); transition: visibility 0s linear 0s, opacity 0.25s ease 0s, transform 0.25s ease 0s; }
.aux-demo-tools-modal .aux-modal-content { position: relative; flex: 1 1 0%; background-color: rgba(0, 0, 0, 0.9); border-radius: 10px; padding: 20px; max-width: 790px; margin: 35px; }
.aux-demo-tools-modal .aux-modal-close { position: absolute; top: 22px; right: 20px; display: flex; align-items: center; font-size: 12px; line-height: 14px; font-weight: 600; color: rgb(255, 255, 255); padding: 0px; border: none; background-color: transparent; margin-bottom: 0px; }
.aux-demo-tools-modal .aux-modal-close img { margin-left: 6px; }
.aux-export-modal-content { font-family: sans-serif; padding: 50px 45px 20px; }
.aux-export-modal-content > h2 { font-size: 28px; font-weight: 600; line-height: 31px; color: rgb(255, 255, 255); }
.aux-export-modal-content > p { font-size: 18px; font-weight: 400; line-height: 20px; color: rgb(255, 255, 255); margin: 30px 0px; }
.aux-export-modal-content iframe { background-color: rgb(34, 34, 34); }
.aux-export-modal-content .aux-export-modal-buttons { display: flex; justify-content: center; margin-top: 35px; }
.aux-export-modal-content .aux-export-modal-buttons button { font-size: 12px; font-weight: 700; line-height: 14px; min-width: 160px; padding: 14px 23px; margin-bottom: 0px; border-radius: 30px; text-transform: uppercase; color: rgb(255, 255, 255); }
.aux-export-modal-content .aux-export-modal-buttons .aux-export-active-button { background: rgb(75, 34, 255); margin-right: 11px; }
.aux-export-modal-content .aux-export-modal-buttons .aux-export-cancel-button { background-color: transparent; box-shadow: rgb(147, 147, 147) 0px 0px 0px 2px; }
.aux-export-modal-content .aux-export-modal-buttons .aux-export-active-button:hover { background-color: transparent; box-shadow: rgb(147, 147, 147) 0px 0px 0px 2px; }
.aux-export-modal-content .aux-export-modal-buttons .aux-export-cancel-button:hover { background: rgb(75, 34, 255); box-shadow: none; }
.aux-export-checkbox { display: flex; flex-direction: row-reverse; align-items: center; justify-content: center; margin-top: 24px; margin-bottom: 0px; font-size: 12px; font-weight: 700; line-height: 14px; user-select: none; cursor: pointer; color: rgb(255, 255, 255); }
.aux-export-checkbox input { position: absolute; opacity: 0; cursor: pointer; height: 0px; width: 0px; }
.aux-export-checkbox span { position: relative; height: 14px; width: 14px; background-color: transparent; box-shadow: rgb(147, 147, 147) 0px 0px 0px 2px; border-radius: 3px; margin-right: 6px; }
.aux-export-checkbox span::after { content: ""; position: absolute; inset: 2px; background-color: rgb(75, 34, 255); opacity: 0; transition: opacity 0.15s ease-out 0s; }
.aux-export-checkbox input:checked ~ span::after { opacity: 1; }
.wpulike { display: block; position: relative; line-height: normal; margin: 0px; padding: 10px 0px; }
.wpulike .wp_ulike_general_class { display: inline-flex; align-items: center; }
.wpulike button.wp_ulike_btn { margin: 0px; position: relative; display: inline-block; vertical-align: middle; border-radius: 0.25em; box-shadow: none; padding: 1em; border: none; text-align: center; transition: none 0s ease 0s; cursor: pointer; }
.wpulike button.wp_ulike_btn:active, .wpulike button.wp_ulike_btn:focus, .wpulike button.wp_ulike_btn:hover { outline: 0px; }
.wpulike button.wp_ulike_btn:disabled:active, .wpulike button.wp_ulike_btn:disabled:focus, .wpulike button.wp_ulike_btn:disabled:hover, .wpulike button.wp_ulike_btn[disabled="disabled"]:active, .wpulike button.wp_ulike_btn[disabled="disabled"]:focus, .wpulike button.wp_ulike_btn[disabled="disabled"]:hover { outline: 0px; background-color: initial; }
.wpulike .wp_ulike_put_text { font-size: 14px; font-weight: 600; line-height: 28px; padding: 0px 10px; min-width: 50px; }
.wpulike .wp_ulike_is_loading .wp_ulike_btn { background-image: url(""); background-repeat: no-repeat; background-position: center center; }
.wpulike .wp_ulike_is_loading .wp_ulike_btn span { visibility: hidden; }
.wpulike .wp_ulike_is_loading .wp_ulike_btn.wp_ulike_put_image::after { content: none; }
.wpulike.wpulike-hide-counter .count-box { display: none; }
.wpulike .count-box:empty { display: none; }
#buddypress #activity-stream .activity-comments .wpulike, #buddypress #activity-stream .activity-inner .wpulike, #buddypress #activity-stream .activity-meta .wpulike { display: inline-block; vertical-align: super; }
#buddypress #activity-stream .wp_ulike_likers_wrapper .wp-ulike-liker, #buddypress #activity-stream .wp_ulike_likers_wrapper li { border: none; padding: 0px; }
#buddypress #activity-stream .wp_ulike_likers_wrapper .wp-ulike-liker a, #buddypress #activity-stream .wp_ulike_likers_wrapper .wp-ulike-liker img, #buddypress #activity-stream .wp_ulike_likers_wrapper li a, #buddypress #activity-stream .wp_ulike_likers_wrapper li img { float: none; padding: 0px; margin: 0px; }
.wp_ulike_click_is_disabled { pointer-events: none; cursor: default; }
.wp_ulike_hide_me { visibility: hidden; }
.wpulike-default button.wp_ulike_btn { color: rgb(97, 97, 97); background-color: rgb(224, 224, 224); min-height: 30px; min-width: 50px; }
.wpulike-default button.wp_ulike_btn:focus, .wpulike-default button.wp_ulike_btn:hover { color: rgb(97, 97, 97); background-color: rgb(224, 224, 224); text-decoration: none; }
.wpulike-default button.wp_ulike_btn:disabled:active, .wpulike-default button.wp_ulike_btn:disabled:focus, .wpulike-default button.wp_ulike_btn:disabled:hover, .wpulike-default button.wp_ulike_btn[disabled="disabled"]:active, .wpulike-default button.wp_ulike_btn[disabled="disabled"]:focus, .wpulike-default button.wp_ulike_btn[disabled="disabled"]:hover { background-color: rgb(224, 224, 224); }
.wpulike-default .wp_ulike_is_liked .wp_ulike_btn { color: rgb(117, 117, 117); }
.wpulike-default .wp_ulike_put_image::after { content: ""; display: block; background: url("") 0% 0% / contain no-repeat; width: 16px; height: 16px; position: absolute; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); }
.wpulike-default .wp_ulike_put_image.wp_ulike_btn_is_active::after { filter: invert(44%) sepia(40%) saturate(3852%) hue-rotate(329deg) brightness(100%) contrast(111%); }
.wpulike-default .count-box { position: relative; border-radius: 0.25em; font-size: 12px; text-decoration: none; background-color: rgb(255, 255, 255); margin-left: 8px; line-height: 28px; display: inline-block; padding: 0px 10px; box-shadow: rgb(189, 189, 189) 0px 0px 0px 1px inset; color: rgb(97, 97, 97); vertical-align: middle; text-align: center; }
.wpulike-default .count-box::before { content: ""; position: absolute; border-width: 1px; border-style: solid; border-color: transparent transparent rgb(189, 189, 189) rgb(189, 189, 189); border-image: initial; background: rgb(255, 255, 255); left: -5px; top: 50%; transform: rotate(45deg) translateY(-50%); width: 5px; height: 5px; margin: 0px; }
#buddypress #activity-stream .activity-comments .wpulike-default button.wp_ulike_btn, #buddypress #activity-stream .activity-inner .wpulike-default button.wp_ulike_btn, #buddypress #activity-stream .activity-meta .wpulike-default button.wp_ulike_btn { border-radius: 0px; background-color: rgb(255, 255, 255); box-shadow: rgb(189, 189, 189) 0px 0px 0px 1px inset; font-size: initial; padding: 1em; }
#buddypress #activity-stream .activity-comments .wpulike-default .wp_ulike_is_loading button.wp_ulike_btn, #buddypress #activity-stream .activity-inner .wpulike-default .wp_ulike_is_loading button.wp_ulike_btn, #buddypress #activity-stream .activity-meta .wpulike-default .wp_ulike_is_loading button.wp_ulike_btn { background-image: url(""); background-repeat: no-repeat; background-position: center center; }
.wpulike-heart .wp_ulike_general_class { box-shadow: rgb(189, 189, 189) 0px 0px 0px 1px inset; border-radius: 0.25em; padding: 5px; }
.wpulike-heart .wp_ulike_put_text { padding: 0px 5px; text-transform: uppercase; font-weight: 600; color: rgb(117, 117, 117); }
.wpulike-heart button.wp_ulike_btn { background: 0px 0px; padding: 15px; }
.wpulike-heart button.wp_ulike_btn:focus, .wpulike-heart button.wp_ulike_btn:hover { color: rgb(117, 117, 117); background-color: transparent; text-decoration: none; }
.wpulike-heart .wp_ulike_put_image { background: 0px 0px; padding: 15px; }
.wpulike-heart .wp_ulike_put_image:disabled:active, .wpulike-heart .wp_ulike_put_image:disabled:focus, .wpulike-heart .wp_ulike_put_image:disabled:hover, .wpulike-heart .wp_ulike_put_image[disabled="disabled"]:active, .wpulike-heart .wp_ulike_put_image[disabled="disabled"]:focus, .wpulike-heart .wp_ulike_put_image[disabled="disabled"]:hover { padding: 15px; }
.wpulike-heart .wp_ulike_put_image::after { content: ""; display: block; background: url("love.svg") center center / contain no-repeat; width: 20px; height: 20px; position: absolute; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); }
.wpulike-heart .wp_ulike_put_image.wp_ulike_btn_is_active::after { filter: invert(44%) sepia(40%) saturate(3852%) hue-rotate(329deg) brightness(100%) contrast(111%); }
.wpulike-heart .count-box { font-size: 14px; text-decoration: none; line-height: 28px; display: inline-block; color: rgb(97, 97, 97); text-align: center; font-weight: 600; vertical-align: middle; padding: 0px 5px; }
#buddypress #activity-stream .activity-comments .wpulike-heart .wp_ulike_btn, #buddypress #activity-stream .activity-inner .wpulike-heart .wp_ulike_btn, #buddypress #activity-stream .activity-meta .wpulike-heart .wp_ulike_btn { background-color: transparent; border: 0px; font-size: initial; padding: 1em; }
#buddypress #activity-stream .activity-comments .wpulike-heart .wp_ulike_put_image, #buddypress #activity-stream .activity-inner .wpulike-heart .wp_ulike_put_image, #buddypress #activity-stream .activity-meta .wpulike-heart .wp_ulike_put_image { padding: 10px 15px; }
#buddypress #activity-stream .activity-comments .wpulike-heart .wp_ulike_put_image::after, #buddypress #activity-stream .activity-inner .wpulike-heart .wp_ulike_put_image::after, #buddypress #activity-stream .activity-meta .wpulike-heart .wp_ulike_put_image::after { width: 17px; height: 17px; }
#buddypress #activity-stream .activity-comments .wpulike-heart .wp_ulike_general_class, #buddypress #activity-stream .activity-inner .wpulike-heart .wp_ulike_general_class, #buddypress #activity-stream .activity-meta .wpulike-heart .wp_ulike_general_class { border-radius: 0px; padding: 0.1em 0.3em; margin-bottom: 0px; }
#buddypress #activity-stream .activity-comments .wpulike-heart .wp_ulike_is_loading .wp_ulike_btn, #buddypress #activity-stream .activity-inner .wpulike-heart .wp_ulike_is_loading .wp_ulike_btn, #buddypress #activity-stream .activity-meta .wpulike-heart .wp_ulike_is_loading .wp_ulike_btn { background-image: url(""); background-repeat: no-repeat; background-position: center center; }
.wpulike-robeen .count-box { font-weight: 600; padding: 0px 14px; font-size: 16px; }
.wpulike-robeen .wp_ulike_is_loading button.wp_ulike_btn { background-image: initial; padding: 0px; }
.wpulike-robeen .wp_ulike_is_loading button.wp_ulike_btn.wp_ulike_put_image::after { content: ""; }
.wpulike-robeen button.wp_ulike_btn { width: 30px; height: 30px; overflow: hidden; padding: 0px; border: 0px; background: 0px 0px; }
.wpulike-robeen button.wp_ulike_btn:focus, .wpulike-robeen button.wp_ulike_btn:hover { background-color: transparent; }
.wpulike-robeen button.wp_ulike_btn::after { content: ""; background: url("") 0px 0px no-repeat; transition: background-position 0s steps(28) 0s; width: 100px; height: 100px; position: absolute; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); }
.wpulike-robeen button.wp_ulike_btn.wp_ulike_btn_is_active { overflow: visible; }
.wpulike-robeen button.wp_ulike_btn.wp_ulike_btn_is_active::after { transition-duration: 1s; background-position: -2800px 0px; }
#buddypress #activity-stream .activity-comments .wpulike-robeen .wp_ulike_btn, #buddypress #activity-stream .activity-inner .wpulike-robeen .wp_ulike_btn, #buddypress #activity-stream .activity-meta .wpulike-robeen .wp_ulike_btn { background: 0px 0px; width: 30px; height: 30px; border: 0px; padding: 0px; }
.wpulike-animated-heart button.wp_ulike_btn { position: relative; border-radius: 50em; background-color: rgb(255, 255, 255); padding: 0px; box-shadow: rgba(255, 111, 99, 0.4) 0px 5px 30px; border: 0px; width: 50px; height: 50px; }
.wpulike-animated-heart button.wp_ulike_btn:focus, .wpulike-animated-heart button.wp_ulike_btn:hover { background-color: rgb(255, 255, 255); background-image: none; }
.wpulike-animated-heart button.wp_ulike_btn:disabled:active, .wpulike-animated-heart button.wp_ulike_btn:disabled:focus, .wpulike-animated-heart button.wp_ulike_btn:disabled:hover, .wpulike-animated-heart button.wp_ulike_btn[disabled="disabled"]:active, .wpulike-animated-heart button.wp_ulike_btn[disabled="disabled"]:focus, .wpulike-animated-heart button.wp_ulike_btn[disabled="disabled"]:hover { background-color: rgb(255, 255, 255); }
.wpulike-animated-heart button.wp_ulike_btn.wp_ulike_btn_is_active { background-color: rgb(255, 111, 99); }
.wpulike-animated-heart button.wp_ulike_btn.wp_ulike_btn_is_active:disabled:active, .wpulike-animated-heart button.wp_ulike_btn.wp_ulike_btn_is_active:disabled:focus, .wpulike-animated-heart button.wp_ulike_btn.wp_ulike_btn_is_active:disabled:hover, .wpulike-animated-heart button.wp_ulike_btn.wp_ulike_btn_is_active[disabled="disabled"]:active, .wpulike-animated-heart button.wp_ulike_btn.wp_ulike_btn_is_active[disabled="disabled"]:focus, .wpulike-animated-heart button.wp_ulike_btn.wp_ulike_btn_is_active[disabled="disabled"]:hover { background-color: rgb(255, 111, 99); }
.wpulike-animated-heart button.wp_ulike_btn.wp_ulike_btn_is_active .wpulike-svg-heart { fill: rgb(255, 255, 255); }
.wpulike-animated-heart button.wp_ulike_btn.wp_ulike_btn_is_active .wpulike-svg-heart-pop { animation-direction: normal; }
.wpulike-animated-heart button.wp_ulike_btn:active { box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 4px 0px; }
.wpulike-animated-heart .wp_ulike_is_loading button.wp_ulike_btn { background-image: initial; padding: 0px; }
.wpulike-animated-heart .wp_ulike_is_loading button.wp_ulike_btn.wp_ulike_put_image::after { content: ""; }
.wpulike-animated-heart .wpulike-svg-heart { width: 20px; fill: rgb(255, 111, 99); transition: fill 0.5s ease 0s, transform 0.5s ease 0s; pointer-events: none; position: absolute; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); }
.wpulike-animated-heart .wpulike-svg-heart-pop { position: absolute; width: 30%; fill: rgb(255, 111, 99); opacity: 0; left: 0px; animation: 1s ease 0s 1 reverse forwards running popHearts; }
.wpulike-animated-heart .wpulike-svg-heart-pop.one { left: 1%; transform: rotate(-10deg); animation-delay: 0.45s; }
.wpulike-animated-heart .wpulike-svg-heart-pop.two { left: 15%; transform: rotate(8deg); animation-delay: 0.25s; }
.wpulike-animated-heart .wpulike-svg-heart-pop.three { left: 30%; transform: rotate(-5deg); animation-delay: 0s; }
.wpulike-animated-heart .wpulike-svg-heart-pop.four { left: 50%; transform: rotate(-8deg); animation-delay: 0.3s; }
.wpulike-animated-heart .wpulike-svg-heart-pop.five { left: 60%; transform: rotate(-10deg); animation-delay: 0.9s; }
.wpulike-animated-heart .wpulike-svg-heart-pop.six { left: 70%; transform: rotate(-8deg); animation-delay: 0.2s; }
.wpulike-animated-heart .wpulike-svg-heart-pop.seven { left: 85%; transform: rotate(6deg); animation-delay: 0.35s; }
.wpulike-animated-heart .wpulike-svg-heart-pop.eight { left: 90%; transform: rotate(-4deg); animation-delay: 0.5s; }
.wpulike-animated-heart .wpulike-svg-heart-pop.nine { left: 95%; transform: rotate(8deg); animation-delay: 0.2s; }
.wpulike-animated-heart .count-box { margin: 0px 15px; color: rgb(255, 111, 99); display: inline-block; vertical-align: middle; }
#buddypress #activity-stream .activity-comments .wpulike-animated-heart .wp_ulike_btn, #buddypress #activity-stream .activity-inner .wpulike-animated-heart .wp_ulike_btn, #buddypress #activity-stream .activity-meta .wpulike-animated-heart .wp_ulike_btn { border-radius: 50em; background-color: rgb(255, 255, 255); padding: 0px; box-shadow: rgba(255, 111, 99, 0.4) 0px 5px 30px; border: 0px; width: 50px; height: 50px; }
#buddypress #activity-stream .activity-comments .wpulike-animated-heart .wp_ulike_btn:focus, #buddypress #activity-stream .activity-comments .wpulike-animated-heart .wp_ulike_btn:hover, #buddypress #activity-stream .activity-inner .wpulike-animated-heart .wp_ulike_btn:focus, #buddypress #activity-stream .activity-inner .wpulike-animated-heart .wp_ulike_btn:hover, #buddypress #activity-stream .activity-meta .wpulike-animated-heart .wp_ulike_btn:focus, #buddypress #activity-stream .activity-meta .wpulike-animated-heart .wp_ulike_btn:hover { background-color: rgb(255, 255, 255); background-image: none; }
#buddypress #activity-stream .activity-comments .wpulike-animated-heart .wp_ulike_btn:disabled:active, #buddypress #activity-stream .activity-comments .wpulike-animated-heart .wp_ulike_btn:disabled:focus, #buddypress #activity-stream .activity-comments .wpulike-animated-heart .wp_ulike_btn:disabled:hover, #buddypress #activity-stream .activity-comments .wpulike-animated-heart .wp_ulike_btn[disabled="disabled"]:active, #buddypress #activity-stream .activity-comments .wpulike-animated-heart .wp_ulike_btn[disabled="disabled"]:focus, #buddypress #activity-stream .activity-comments .wpulike-animated-heart .wp_ulike_btn[disabled="disabled"]:hover, #buddypress #activity-stream .activity-inner .wpulike-animated-heart .wp_ulike_btn:disabled:active, #buddypress #activity-stream .activity-inner .wpulike-animated-heart .wp_ulike_btn:disabled:focus, #buddypress #activity-stream .activity-inner .wpulike-animated-heart .wp_ulike_btn:disabled:hover, #buddypress #activity-stream .activity-inner .wpulike-animated-heart .wp_ulike_btn[disabled="disabled"]:active, #buddypress #activity-stream .activity-inner .wpulike-animated-heart .wp_ulike_btn[disabled="disabled"]:focus, #buddypress #activity-stream .activity-inner .wpulike-animated-heart .wp_ulike_btn[disabled="disabled"]:hover, #buddypress #activity-stream .activity-meta .wpulike-animated-heart .wp_ulike_btn:disabled:active, #buddypress #activity-stream .activity-meta .wpulike-animated-heart .wp_ulike_btn:disabled:focus, #buddypress #activity-stream .activity-meta .wpulike-animated-heart .wp_ulike_btn:disabled:hover, #buddypress #activity-stream .activity-meta .wpulike-animated-heart .wp_ulike_btn[disabled="disabled"]:active, #buddypress #activity-stream .activity-meta .wpulike-animated-heart .wp_ulike_btn[disabled="disabled"]:focus, #buddypress #activity-stream .activity-meta .wpulike-animated-heart .wp_ulike_btn[disabled="disabled"]:hover { background-color: rgb(255, 255, 255); }
#buddypress #activity-stream .activity-comments .wpulike-animated-heart .wp_ulike_btn.wp_ulike_btn_is_active, #buddypress #activity-stream .activity-inner .wpulike-animated-heart .wp_ulike_btn.wp_ulike_btn_is_active, #buddypress #activity-stream .activity-meta .wpulike-animated-heart .wp_ulike_btn.wp_ulike_btn_is_active { background-color: rgb(255, 111, 99); }
#buddypress #activity-stream .activity-comments .wpulike-animated-heart .wp_ulike_btn.wp_ulike_btn_is_active:disabled:active, #buddypress #activity-stream .activity-comments .wpulike-animated-heart .wp_ulike_btn.wp_ulike_btn_is_active:disabled:focus, #buddypress #activity-stream .activity-comments .wpulike-animated-heart .wp_ulike_btn.wp_ulike_btn_is_active:disabled:hover, #buddypress #activity-stream .activity-comments .wpulike-animated-heart .wp_ulike_btn.wp_ulike_btn_is_active[disabled="disabled"]:active, #buddypress #activity-stream .activity-comments .wpulike-animated-heart .wp_ulike_btn.wp_ulike_btn_is_active[disabled="disabled"]:focus, #buddypress #activity-stream .activity-comments .wpulike-animated-heart .wp_ulike_btn.wp_ulike_btn_is_active[disabled="disabled"]:hover, #buddypress #activity-stream .activity-inner .wpulike-animated-heart .wp_ulike_btn.wp_ulike_btn_is_active:disabled:active, #buddypress #activity-stream .activity-inner .wpulike-animated-heart .wp_ulike_btn.wp_ulike_btn_is_active:disabled:focus, #buddypress #activity-stream .activity-inner .wpulike-animated-heart .wp_ulike_btn.wp_ulike_btn_is_active:disabled:hover, #buddypress #activity-stream .activity-inner .wpulike-animated-heart .wp_ulike_btn.wp_ulike_btn_is_active[disabled="disabled"]:active, #buddypress #activity-stream .activity-inner .wpulike-animated-heart .wp_ulike_btn.wp_ulike_btn_is_active[disabled="disabled"]:focus, #buddypress #activity-stream .activity-inner .wpulike-animated-heart .wp_ulike_btn.wp_ulike_btn_is_active[disabled="disabled"]:hover, #buddypress #activity-stream .activity-meta .wpulike-animated-heart .wp_ulike_btn.wp_ulike_btn_is_active:disabled:active, #buddypress #activity-stream .activity-meta .wpulike-animated-heart .wp_ulike_btn.wp_ulike_btn_is_active:disabled:focus, #buddypress #activity-stream .activity-meta .wpulike-animated-heart .wp_ulike_btn.wp_ulike_btn_is_active:disabled:hover, #buddypress #activity-stream .activity-meta .wpulike-animated-heart .wp_ulike_btn.wp_ulike_btn_is_active[disabled="disabled"]:active, #buddypress #activity-stream .activity-meta .wpulike-animated-heart .wp_ulike_btn.wp_ulike_btn_is_active[disabled="disabled"]:focus, #buddypress #activity-stream .activity-meta .wpulike-animated-heart .wp_ulike_btn.wp_ulike_btn_is_active[disabled="disabled"]:hover { background-color: rgb(255, 111, 99); }
#buddypress #activity-stream .activity-comments .wpulike-animated-heart .wp_ulike_btn:active, #buddypress #activity-stream .activity-inner .wpulike-animated-heart .wp_ulike_btn:active, #buddypress #activity-stream .activity-meta .wpulike-animated-heart .wp_ulike_btn:active { box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 4px 0px; }
#buddypress #activity-stream .activity-comments .wp_ulike_is_loading button.wp_ulike_btn, #buddypress #activity-stream .activity-inner .wp_ulike_is_loading button.wp_ulike_btn, #buddypress #activity-stream .activity-meta .wp_ulike_is_loading button.wp_ulike_btn { background-image: initial; }
@keyframes popHearts { 
  0% { left: calc(50% - 7px); top: 10px; }
  20% { opacity: 1; }
  80% { top: -20px; }
  100% { opacity: 0; }
}
.wp_ulike_likers_wrapper { margin: 10px 0px; flex: 0 0 100%; }
.wp_ulike_likers_wrapper:empty { display: none; }
.wp_ulike_likers_wrapper .tiles, .wp_ulike_likers_wrapper .wp-ulike-likers-list { display: flex; align-items: center; flex-wrap: wrap; margin: 0px; padding: 0px; }
.wp_ulike_likers_wrapper .tiles .wp-ulike-liker, .wp_ulike_likers_wrapper .tiles li, .wp_ulike_likers_wrapper .wp-ulike-likers-list .wp-ulike-liker, .wp_ulike_likers_wrapper .wp-ulike-likers-list li { padding: 3px; margin: 0px; list-style: none; display: block; }
.wp_ulike_likers_wrapper .tiles .wp-ulike-liker a > img, .wp_ulike_likers_wrapper .tiles li a > img, .wp_ulike_likers_wrapper .wp-ulike-likers-list .wp-ulike-liker a > img, .wp_ulike_likers_wrapper .wp-ulike-likers-list li a > img { border-radius: 5px; display: block; border: 0px; box-shadow: none; position: relative; }
.ulf-tooltip .wp_ulike_likers_wrapper { margin: 0px; }
.most_liked_users { list-style-type: none !important; position: relative !important; margin: 10px 0px !important; padding: 0px !important; }
.most_liked_users li { display: inline-table !important; cursor: pointer !important; margin: 0px 2px !important; }
.most_liked_users li img { display: block !important; float: none !important; }
.most_liked_users li.inactive { visibility: hidden !important; opacity: 0 !important; }
.commentlist .tiles .avatar, .commentlist .wp-ulike-liker .avatar { left: 0px !important; }
.wp_ulike_thumbnail { vertical-align: middle; margin: 0px 10px 0px 0px; }
.most_liked_comment .avatar { vertical-align: middle; margin: 0px 10px 0px 0px; }
.wp_ulike_style_simple .wp_counter_span::before { content: "("; }
.wp_ulike_style_simple .wp_counter_span::after { content: ")"; }
.wp_ulike_style_love .wp_counter_span { float: right; display: inline-block; background: url("") 5px center no-repeat rgb(241, 241, 241); color: rgb(51, 51, 51); font-size: 9px; line-height: 17px; font-weight: 400; margin: 2px 0px 0px 2px; vertical-align: middle; border-radius: 10px; padding: 0px 5px 0px 23px; z-index: 26; }
.wpulike-notification { position: fixed; z-index: 999999; pointer-events: none; right: 20px; bottom: 20px; }
.wpulike-notification * { box-sizing: border-box; }
.wpulike-notification .wpulike-message { position: relative; pointer-events: auto; overflow-wrap: break-word; overflow: hidden; margin: 0px 0px 6px; padding: 14px 15px 14px 65px; width: 290px; border-radius: 3px; background-color: rgb(0, 123, 195); color: rgb(255, 255, 255); animation: 0.2s ease 0s 1 normal backwards running wpUlikeNotifitcationsAnimation; box-shadow: rgba(0, 0, 0, 0.08) 0px 3px 5px; font-size: 0.9rem; font-weight: 500; line-height: normal; }
.wpulike-notification .wpulike-message:hover { opacity: 0.9; cursor: pointer; }
.wpulike-notification .wpulike-message::before { content: ""; background-position: center center; background-repeat: no-repeat; background-image: url(""); background-size: 25px; position: absolute; left: 0px; width: 50px; top: 0px; height: 100%; background-color: rgba(0, 0, 0, 0.06); }
.wpulike-notification .wpulike-message.wpulike-success { background-color: rgb(32, 167, 121); }
.wpulike-notification .wpulike-message.wpulike-success::before { background-image: url(""); }
.wpulike-notification .wpulike-message.wpulike-error { background-color: rgb(236, 77, 44); }
.wpulike-notification .wpulike-message.wpulike-error::before { background-image: url(""); }
.wpulike-notification .wpulike-message.wpulike-warning { background-color: rgb(240, 168, 47); }
.wpulike-notification .wpulike-message.wpulike-warning::before { background-image: url(""); }
@keyframes wpUlikeNotifitcationsAnimation { 
  0% { opacity: 0; transform: translateY(100%); }
  100% { opacity: 0.8; transform: translateY(0px); }
}
@media screen and (max-width: 768px) {
  .wpulike-notification .wpulike-message { padding: 11px 11px 11px 55px; font-size: 13px; }
  .wpulike-notification .wpulike-message::before { background-size: 25px; width: 45px; }
}
@media screen and (max-width: 320px) {
  .wpulike-notification { left: 10px; right: 10px; }
  .wpulike-notification .wpulike-message { padding: 9px 9px 9px 45px; font-size: 12px; width: 100%; }
  .wpulike-notification .wpulike-message::before { background-size: 15px; width: 35px; }
}
.ulf-tooltip { max-width: 360px; position: absolute; z-index: 999999; background: rgb(68, 68, 68); border-radius: 5px; padding: 10px; box-sizing: border-box; top: 0px; left: 0px; }
.ulf-centered { position: fixed; top: 50%; left: 50%; }
.ulf-content { margin: 5px 20px 5px 10px; font-size: 1em; line-height: 1.6em; text-align: center; color: rgb(255, 255, 255); font-weight: 800; }
.ulf-arrow { border: 15px solid rgba(232, 232, 232, 0); content: " "; height: 0px; width: 0px; position: absolute; pointer-events: none; margin-left: -15px; }
.ulf-arrow-top { border-bottom-color: rgb(68, 68, 68); inset: auto auto 100% 50%; }
.ulf-arrow-bottom { border-top-color: rgb(68, 68, 68); inset: 100% auto auto 50%; }
.ulf-arrow-left { border-right-color: rgb(68, 68, 68); border-width: 15px; inset: 50% auto auto -14px; margin-top: -15px; }
.ulf-arrow-right { border-left-color: rgb(68, 68, 68); inset: 50% -29px auto auto; border-width: 15px; margin-top: -15px; }
.ulf-arrow-hug-left { left: 30px; right: auto; }
.ulf-arrow-hug-right { right: 30px; left: auto; }
.ulf-arrow-hug-left.ulf-arrow-super-hug { left: 15px; right: auto; }
.ulf-arrow-hug-right.ulf-arrow-super-hug { right: 1px; left: auto; }
.ulf-arrow-top.ulf-arrow-hug-left.ulf-arrow-super-hug, .ulf-arrow-top.ulf-arrow-hug-right.ulf-arrow-super-hug { top: -30px; }
.ulf-arrow-bottom.ulf-arrow-hug-left.ulf-arrow-super-hug, .ulf-arrow-bottom.ulf-arrow-hug-right.ulf-arrow-super-hug { top: auto; bottom: -30px; }
.ulf-tiny .ulf-arrow-hug-left.ulf-arrow-super-hug, .ulf-tiny .ulf-arrow-hug-right.ulf-arrow-super-hug { bottom: -21px; }
.ulf-black-theme .ulf-arrow-top.ulf-arrow-hug-left.ulf-arrow-super-hug, .ulf-black-theme .ulf-arrow-top.ulf-arrow-hug-right.ulf-arrow-super-hug { top: -27px; }
.ulf-black-theme .ulf-arrow-bottom.ulf-arrow-hug-left.ulf-arrow-super-hug, .ulf-black-theme .ulf-arrow-bottom.ulf-arrow-hug-right.ulf-arrow-super-hug { bottom: -28px; }
.ulf-white-theme { background: rgb(255, 255, 255); border: 2px solid rgb(228, 228, 228); }
.ulf-white-theme .ulf-content { color: rgb(51, 51, 51); }
.ulf-white-theme .ulf-arrow-top { border-bottom-color: rgb(228, 228, 228); }
.ulf-white-theme .ulf-arrow-bottom { border-top-color: rgb(228, 228, 228); }
.ulf-white-theme .ulf-arrow-left { border-right-color: rgb(228, 228, 228); }
.ulf-white-theme .ulf-arrow-right { border-left-color: rgb(228, 228, 228); }
.ulf-large { font-size: 18px; }
.ulf-medium { font-size: 14px; }
.ulf-small { font-size: 12px; padding: 5px; }
.ulf-small .ulf-content { margin: 2px 8px; line-height: 1.9em; }
.ulf-tiny { padding: 2px 5px; font-size: 10px; }
.ulf-tiny .ulf-content { margin: 3px; }
.ulf-tiny .ulf-button { margin: 0px 3px; }
.ulf-tiny .ulf-arrow { border-width: 10px; margin-left: -10px; }
.ulf-tiny .ulf-arrow-left { left: -10px; margin-top: -10px; }
.ulf-tiny .ulf-arrow-right { right: -20px; margin-top: -10px; }
.ulf-tiny .ulf-arrow-bottom.ulf-arrow-hug-left.ulf-arrow-super-hug, .ulf-tiny .ulf-arrow-top.ulf-arrow-hug-left.ulf-arrow-super-hug { left: 11px; }
.ulf-tiny .ulf-arrow-bottom.ulf-arrow-hug-right.ulf-arrow-super-hug, .ulf-tiny .ulf-arrow-top.ulf-arrow-hug-right.ulf-arrow-super-hug { right: 1px; }
.ulf-tiny.ulf-white-theme .ulf-arrow-top.ulf-arrow-hug-left.ulf-arrow-super-hug, .ulf-tiny.ulf-white-theme .ulf-arrow-top.ulf-arrow-hug-right.ulf-arrow-super-hug { top: -18px; }
.ulf-tiny.ulf-white-theme .ulf-arrow-bottom.ulf-arrow-hug-left.ulf-arrow-super-hug, .ulf-tiny.ulf-white-theme .ulf-arrow-bottom.ulf-arrow-hug-right.ulf-arrow-super-hug { bottom: -21px; }
.ulf-tiny.ulf-black-theme .ulf-arrow-bottom.ulf-arrow-hug-left.ulf-arrow-super-hug, .ulf-tiny.ulf-black-theme .ulf-arrow-bottom.ulf-arrow-hug-right.ulf-arrow-super-hug { bottom: -18px; }
.rtl .wpulike-default .count-box { margin-right: 8px; margin-left: inherit; }
.rtl .wpulike-default .count-box::before { right: -1px; left: auto; border-color: rgb(189, 189, 189) rgb(189, 189, 189) transparent transparent; }
.rtl .commentlist .tiles .avatar { left: inherit !important; right: 0px !important; }
.rtl .wp_ulike_thumbnail { margin: 0px 0px 0px 10px; }
.rtl .most_liked_comment .avatar { margin: 0px 0px 0px 10px; }
.rtl .wp_ulike_style_love .wp_counter_span { float: left; background: url("") 85% center no-repeat scroll rgb(241, 241, 241); margin: 2px 2px 0px 0px; padding: 0px 23px 0px 5px; }
.rtl .wpulike-notification { left: 20px; right: inherit; }
.rtl .wpulike-notification .wpulike-message { padding: 14px 65px 14px 15px; }
.rtl .wpulike-notification .wpulike-message::before { left: auto; right: 0px; }
@media screen and (max-width: 768px) {
  .rtl .wpulike-notification .wpulike-message { padding: 11px 55px 11px 11px; }
}
@media screen and (max-width: 320px) {
  .rtl .wpulike-notification { left: 10px; right: 10px; }
  .rtl .wpulike-notification .wpulike-message { padding: 9px 45px 9px 9px; }
}
@font-face { font-family: auxin-front; src: url("auxin-front.woff") format("woff"), url("auxin-front.ttf") format("truetype"); font-weight: 400; font-style: normal; }
[data-icon]::before { content: attr(data-icon); speak: none; line-height: 1; -webkit-font-smoothing: antialiased; font-family: auxin-front !important; font-style: normal !important; font-weight: 400 !important; font-variant: normal !important; text-transform: none !important; }
[class^="auxicon-"]::before, [class*=" auxicon-"]::before { speak: none; line-height: 1; -webkit-font-smoothing: antialiased; font-family: auxin-front !important; font-style: normal !important; font-weight: 400 !important; font-variant: normal !important; text-transform: none !important; }
.auxicon-2-arrows::before { content: "a"; }
.auxicon-4-arrows::before { content: "b"; }
.auxicon-back::before { content: "c"; }
.auxicon-back-pack::before { content: "d"; }
.auxicon-basket-1::before { content: "e"; }
.auxicon-basket-2::before { content: "f"; }
.auxicon-big-candy::before { content: "g"; }
.auxicon-bottle::before { content: "h"; }
.auxicon-bow-tie::before { content: "i"; }
.auxicon-box-1::before { content: "j"; }
.auxicon-box-2::before { content: "k"; }
.auxicon-box-open::before { content: "l"; }
.auxicon-candy::before { content: "m"; }
.auxicon-cd-cover::before { content: "n"; }
.auxicon-chopsticks::before { content: "o"; }
.auxicon-cloud::before { content: "p"; }
.auxicon-cloud-down::before { content: "q"; }
.auxicon-cloud-up::before { content: "r"; }
.auxicon-cloud-v-1::before { content: "s"; }
.auxicon-cloud-v-2::before { content: "t"; }
.auxicon-cloud-x-1::before { content: "u"; }
.auxicon-cloud-x-2::before { content: "v"; }
.auxicon-cofee-cup-1::before { content: "w"; }
.auxicon-cofee-cup-2::before { content: "x"; }
.auxicon-credit-card-1::before { content: "y"; }
.auxicon-credit-card-2::before { content: "z"; }
.auxicon-credit-card-3::before { content: "A"; }
.auxicon-credit-card-4::before { content: "B"; }
.auxicon-cup-1::before { content: "C"; }
.auxicon-cup-2::before { content: "D"; }
.auxicon-diamond::before { content: "E"; }
.auxicon-dollar::before { content: "F"; }
.auxicon-dollar-bill::before { content: "G"; }
.auxicon-dollar-coin::before { content: "H"; }
.auxicon-download::before { content: "I"; }
.auxicon-euro::before { content: "J"; }
.auxicon-euro-coin::before { content: "K"; }
.auxicon-folder::before { content: "L"; }
.auxicon-folder-plus::before { content: "M"; }
.auxicon-folder-v::before { content: "N"; }
.auxicon-folder-x::before { content: "O"; }
.auxicon-forward::before { content: "P"; }
.auxicon-glass-of-water::before { content: "Q"; }
.auxicon-hamburger::before { content: "R"; }
.auxicon-headphones::before { content: "S"; }
.auxicon-headset::before { content: "T"; }
.auxicon-highlighter::before { content: "V"; }
.auxicon-hot-dog::before { content: "W"; }
.auxicon-ice-cream::before { content: "X"; }
.auxicon-ipod::before { content: "Y"; }
.auxicon-key::before { content: "Z"; }
.auxicon-keyboard::before { content: "0"; }
.auxicon-knife::before { content: "1"; }
.auxicon-lock-round::before { content: "2"; }
.auxicon-lock-square::before { content: "3"; }
.auxicon-mouse::before { content: "4"; }
.auxicon-musical-note-1::before { content: "5"; }
.auxicon-musical-note-2::before { content: "6"; }
.auxicon-paper::before { content: "7"; }
.auxicon-pause::before { content: "8"; }
.auxicon-pause-round::before { content: "9"; }
.auxicon-pen::before { content: "!"; }
.auxicon-pencil::before { content: "\""; }
.auxicon-platter::before { content: "#"; }
.auxicon-play::before { content: "$"; }
.auxicon-play-round::before { content: "%"; }
.auxicon-popsicle::before { content: "&"; }
.auxicon-pound::before { content: "'"; }
.auxicon-pound-coin::before { content: "("; }
.auxicon-present-1::before { content: ")"; }
.auxicon-present-2::before { content: "*"; }
.auxicon-radio::before { content: "+"; }
.auxicon-random::before { content: ","; }
.auxicon-repeat-1::before { content: "-"; }
.auxicon-repeat-2::before { content: "."; }
.auxicon-ring::before { content: "/"; }
.auxicon-ruler::before { content: ":"; }
.auxicon-settings-2::before { content: "<"; }
.auxicon-settings-3::before { content: "="; }
.auxicon-shirt-1::before { content: ">"; }
.auxicon-shirt-2::before { content: "?"; }
.auxicon-shopping-bag-1::before { content: "@"; }
.auxicon-shopping-bag-2::before { content: "["; }
.auxicon-shopping-bag-3::before { content: "]"; }
.auxicon-shopping-bag-4::before { content: "^"; }
.auxicon-shopping-cart-1::before { content: "_"; }
.auxicon-shopping-cart-1-1::before { content: "`"; }
.auxicon-shopping-cart-out::before { content: "{"; }
.auxicon-shopping-cart-x::before { content: "|"; }
.auxicon-shpping-cart-in::before { content: "}"; }
.auxicon-slider::before { content: "~"; }
.auxicon-soup::before { content: "\\"; }
.auxicon-spray::before { content: ""; }
.auxicon-store::before { content: ""; }
.auxicon-sunglasses-1::before { content: ""; }
.auxicon-sunglasses-2::before { content: ""; }
.auxicon-tag-1::before { content: ""; }
.auxicon-tag-2::before { content: ""; }
.auxicon-tie::before { content: ""; }
.auxicon-truck-1::before { content: ""; }
.auxicon-truck-2::before { content: ""; }
.auxicon-upload::before { content: ""; }
.auxicon-user-round::before { content: ""; }
.auxicon-user-v::before { content: ""; }
.auxicon-user-x::before { content: ""; }
.auxicon-vinyl::before { content: ""; }
.auxicon-wallet::before { content: ""; }
.auxicon-wallet-empty::before { content: ""; }
.auxicon-watch::before { content: ""; }
.auxicon-wrench-1::before { content: ""; }
.auxicon-wrench-2::before { content: ""; }
.auxicon-alarm-clock::before { content: ""; }
.auxicon-badge::before { content: ""; }
.auxicon-bank::before { content: ""; }
.auxicon-bell::before { content: ""; }
.auxicon-brush::before { content: ""; }
.auxicon-calendar::before { content: ""; }
.auxicon-camera-back::before { content: ""; }
.auxicon-camera-front::before { content: ""; }
.auxicon-clipboard::before { content: ""; }
.auxicon-cloud-1::before { content: ""; }
.auxicon-credit-card::before { content: ""; }
.auxicon-dashboard::before { content: ""; }
.auxicon-file::before { content: ""; }
.auxicon-folder-1::before { content: ""; }
.auxicon-handbag::before { content: ""; }
.auxicon-heart::before { content: ""; }
.auxicon-home::before { content: ""; }
.auxicon-id-horizontal::before { content: ""; }
.auxicon-id-vertical::before { content: ""; }
.auxicon-location-pin::before { content: ""; }
.auxicon-mac::before { content: ""; }
.auxicon-music::before { content: ""; }
.auxicon-music-playlist::before { content: ""; }
.auxicon-news::before { content: ""; }
.auxicon-office::before { content: ""; }
.auxicon-pen-1::before { content: ""; }
.auxicon-pencil-1::before { content: ""; }
.auxicon-phone::before { content: ""; }
.auxicon-photos::before { content: ""; }
.auxicon-pictures-day::before { content: ""; }
.auxicon-pictures-night::before { content: ""; }
.auxicon-settings::before { content: ""; }
.auxicon-share-10::before { content: ""; }
.auxicon-shop::before { content: ""; }
.auxicon-stopwatch::before { content: ""; }
.auxicon-tablet::before { content: ""; }
.auxicon-tag::before { content: ""; }
.auxicon-tags::before { content: ""; }
.auxicon-thumbs-down::before { content: ""; }
.auxicon-thumbs-up::before { content: ""; }
.auxicon-trophy::before { content: ""; }
.auxicon-tv::before { content: ""; }
.auxicon-user-1::before { content: ""; }
.auxicon-videos::before { content: ""; }
.auxicon-wallet-1::before { content: ""; }
.auxicon-watch-1::before { content: ""; }
.auxicon-addons::before { content: ""; }
.auxicon-arrow::before { content: ""; }
.auxicon-attachment::before { content: ""; }
.auxicon-award::before { content: ""; }
.auxicon-book::before { content: ""; }
.auxicon-calendar-1::before { content: ""; }
.auxicon-card::before { content: ""; }
.auxicon-check::before { content: ""; }
.auxicon-coffee::before { content: ""; }
.auxicon-compass::before { content: ""; }
.auxicon-connection::before { content: ""; }
.auxicon-crown::before { content: ""; }
.auxicon-dashboard-1::before { content: ""; }
.auxicon-direction::before { content: ""; }
.auxicon-download-1::before { content: ""; }
.auxicon-download-data::before { content: ""; }
.auxicon-drop::before { content: ""; }
.auxicon-expand::before { content: ""; }
.auxicon-featured::before { content: ""; }
.auxicon-flag::before { content: ""; }
.auxicon-folder-2::before { content: ""; }
.auxicon-food-1::before { content: ""; }
.auxicon-food-2::before { content: ""; }
.auxicon-gift::before { content: ""; }
.auxicon-glasses::before { content: ""; }
.auxicon-grid::before { content: ""; }
.auxicon-home-1::before { content: ""; }
.auxicon-hot::before { content: ""; }
.auxicon-ice-cream-1::before { content: ""; }
.auxicon-idea::before { content: ""; }
.auxicon-info::before { content: ""; }
.auxicon-label::before { content: ""; }
.auxicon-like-2-1::before { content: ""; }
.auxicon-link::before { content: ""; }
.auxicon-list::before { content: ""; }
.auxicon-loading::before { content: ""; }
.auxicon-login::before { content: ""; }
.auxicon-mail::before { content: ""; }
.auxicon-map::before { content: ""; }
.auxicon-map-1::before { content: ""; }
.auxicon-map-2::before { content: ""; }
.auxicon-mark::before { content: ""; }
.auxicon-media::before { content: ""; }
.auxicon-menu::before { content: ""; }
.auxicon-message::before { content: ""; }
.auxicon-money::before { content: ""; }
.auxicon-music-1::before { content: ""; }
.auxicon-notification-1::before { content: ""; }
.auxicon-notification-2::before { content: ""; }
.auxicon-packet::before { content: ""; }
.auxicon-pause-1::before { content: ""; }
.auxicon-pen-2::before { content: ""; }
.auxicon-phone-1::before { content: ""; }
.auxicon-photo::before { content: ""; }
.auxicon-play-1::before { content: ""; }
.auxicon-portfolio::before { content: ""; }
.auxicon-profile-1::before { content: ""; }
.auxicon-profile-2::before { content: ""; }
.auxicon-profile-3::before { content: ""; }
.auxicon-profile-4::before { content: ""; }
.auxicon-repair::before { content: ""; }
.auxicon-repost::before { content: ""; }
.auxicon-resend::before { content: ""; }
.auxicon-rocket::before { content: ""; }
.auxicon-save::before { content: ""; }
.auxicon-search::before { content: ""; }
.auxicon-settings-4::before { content: ""; }
.auxicon-share-1::before { content: ""; }
.auxicon-share-2::before { content: ""; }
.auxicon-shop-1::before { content: ""; }
.auxicon-sorting::before { content: ""; }
.auxicon-sound::before { content: ""; }
.auxicon-star-rate::before { content: ""; }
.auxicon-stats-1::before { content: ""; }
.auxicon-stats-2::before { content: ""; }
.auxicon-stats-3::before { content: ""; }
.auxicon-stop::before { content: ""; }
.auxicon-tablet-1::before { content: ""; }
.auxicon-tablet-mini::before { content: ""; }
.auxicon-time::before { content: ""; }
.auxicon-top::before { content: ""; }
.auxicon-trash::before { content: ""; }
.auxicon-treasure::before { content: ""; }
.auxicon-view::before { content: ""; }
.auxicon-vote::before { content: ""; }
.auxicon-wallet-2::before { content: ""; }
.auxicon-weather::before { content: ""; }
.auxicon-wireframe::before { content: ""; }
.auxicon-add::before { content: ""; }
.auxicon-alarm::before { content: ""; }
.auxicon-anchor::before { content: ""; }
.auxicon-attachment-1::before { content: ""; }
.auxicon-brightness::before { content: ""; }
.auxicon-brightness-half::before { content: ""; }
.auxicon-browser::before { content: ""; }
.auxicon-calculator-2::before { content: ""; }
.auxicon-calendar-2::before { content: ""; }
.auxicon-camera::before { content: ""; }
.auxicon-chat::before { content: ""; }
.auxicon-circle-full::before { content: ""; }
.auxicon-circle-half::before { content: ""; }
.auxicon-clipboard-1::before { content: ""; }
.auxicon-clock::before { content: ""; }
.auxicon-close::before { content: ""; }
.auxicon-cloud-2::before { content: ""; }
.auxicon-cmd::before { content: ""; }
.auxicon-comments::before { content: ""; }
.auxicon-compose::before { content: ""; }
.auxicon-delicious-1::before { content: ""; }
.auxicon-dribbble-1::before { content: ""; }
.auxicon-envelope::before { content: ""; }
.auxicon-exclamation::before { content: ""; }
.auxicon-expand-1::before { content: ""; }
.auxicon-feather::before { content: ""; }
.auxicon-forbid::before { content: ""; }
.auxicon-forbid-1::before { content: ""; }
.auxicon-fork-and-knife::before { content: ""; }
.auxicon-fork-and-spoon::before { content: ""; }
.auxicon-forward-1::before { content: ""; }
.auxicon-gallary::before { content: ""; }
.auxicon-globe::before { content: ""; }
.auxicon-googleplus-1::before { content: ""; }
.auxicon-grid-1::before { content: ""; }
.auxicon-grid-alt::before { content: ""; }
.auxicon-heart-1::before { content: ""; }
.auxicon-home-2::before { content: ""; }
.auxicon-hyperlink::before { content: ""; }
.auxicon-in::before { content: ""; }
.auxicon-in-alt::before { content: ""; }
.auxicon-inbox::before { content: ""; }
.auxicon-inbox-alt::before { content: ""; }
.auxicon-ipad::before { content: ""; }
.auxicon-iphone::before { content: ""; }
.auxicon-light-bulb::before { content: ""; }
.auxicon-list-1::before { content: ""; }
.auxicon-maximize::before { content: ""; }
.auxicon-menu-1::before { content: ""; }
.auxicon-moon::before { content: ""; }
.auxicon-newspaper::before { content: ""; }
.auxicon-newspaper-alt::before { content: ""; }
.auxicon-out::before { content: ""; }
.auxicon-pause-2::before { content: ""; }
.auxicon-pin::before { content: ""; }
.auxicon-pin-alt::before { content: ""; }
.auxicon-play-2::before { content: ""; }
.auxicon-portfolio-1::before { content: ""; }
.auxicon-question::before { content: ""; }
.auxicon-rewind::before { content: ""; }
.auxicon-screen::before { content: ""; }
.auxicon-settings-5::before { content: ""; }
.auxicon-sound-1::before { content: ""; }
.auxicon-sound-alt::before { content: ""; }
.auxicon-sound-off::before { content: ""; }
.auxicon-spinner::before { content: ""; }
.auxicon-stop-1::before { content: ""; }
.auxicon-store-1::before { content: ""; }
.auxicon-subtract::before { content: ""; }
.auxicon-task::before { content: ""; }
.auxicon-trash-1::before { content: ""; }
.auxicon-trash-alt::before { content: ""; }
.auxicon-user-2::before { content: ""; }
.auxicon-users::before { content: ""; }
.auxicon-windows-1-1::before { content: ""; }
.auxicon-zoom-in::before { content: ""; }
.auxicon-zoom-out::before { content: ""; }
.auxicon-alert::before { content: ""; }
.auxicon-alignment-align::before { content: ""; }
.auxicon-alignment-aligned-to::before { content: ""; }
.auxicon-alignment-unalign::before { content: ""; }
.auxicon-arrow-down::before { content: ""; }
.auxicon-arrow-left::before { content: ""; }
.auxicon-arrow-right::before { content: ""; }
.auxicon-arrow-small-down::before { content: ""; }
.auxicon-arrow-small-left::before { content: ""; }
.auxicon-arrow-small-right::before { content: ""; }
.auxicon-arrow-small-up::before { content: ""; }
.auxicon-arrow-up::before { content: ""; }
.auxicon-beer::before { content: ""; }
.auxicon-book-1::before { content: ""; }
.auxicon-bookmark::before { content: ""; }
.auxicon-briefcase::before { content: ""; }
.auxicon-broadcast::before { content: ""; }
.auxicon-browser-1::before { content: ""; }
.auxicon-bug::before { content: ""; }
.auxicon-calendar-3::before { content: ""; }
.auxicon-check-1::before { content: ""; }
.auxicon-checklist::before { content: ""; }
.auxicon-chevron-down::before { content: ""; }
.auxicon-chevron-left::before { content: ""; }
.auxicon-chevron-right::before { content: ""; }
.auxicon-chevron-up::before { content: ""; }
.auxicon-circle-slash::before { content: ""; }
.auxicon-circuit-board::before { content: ""; }
.auxicon-clippy::before { content: ""; }
.auxicon-clock-1::before { content: ""; }
.auxicon-cloud-download::before { content: ""; }
.auxicon-cloud-upload::before { content: ""; }
.auxicon-code::before { content: ""; }
.auxicon-color-mode::before { content: ""; }
.auxicon-comment-2-1::before { content: ""; }
.auxicon-comment-discussion::before { content: ""; }
.auxicon-credit-card-5::before { content: ""; }
.auxicon-dash::before { content: ""; }
.auxicon-dashboard-2::before { content: ""; }
.auxicon-database::before { content: ""; }
.auxicon-device-camera::before { content: ""; }
.auxicon-device-camera-video::before { content: ""; }
.auxicon-device-desktop::before { content: ""; }
.auxicon-device-mobile::before { content: ""; }
.auxicon-diff::before { content: ""; }
.auxicon-diff-added::before { content: ""; }
.auxicon-diff-ignored::before { content: ""; }
.auxicon-diff-modified::before { content: ""; }
.auxicon-diff-removed::before { content: ""; }
.auxicon-diff-renamed::before { content: ""; }
.auxicon-ellipsis::before { content: ""; }
.auxicon-eye::before { content: ""; }
.auxicon-file-binary::before { content: ""; }
.auxicon-file-code::before { content: ""; }
.auxicon-file-directory::before { content: ""; }
.auxicon-file-media::before { content: ""; }
.auxicon-file-pdf::before { content: ""; }
.auxicon-file-submodule::before { content: ""; }
.auxicon-file-symlink-directory::before { content: ""; }
.auxicon-file-symlink-file::before { content: ""; }
.auxicon-file-text::before { content: ""; }
.auxicon-file-zip::before { content: ""; }
.auxicon-flame::before { content: ""; }
.auxicon-fold::before { content: ""; }
.auxicon-gear::before { content: ""; }
.auxicon-gift-1::before { content: ""; }
.auxicon-gist::before { content: ""; }
.auxicon-gist-secret::before { content: ""; }
.auxicon-git-branch::before { content: ""; }
.auxicon-git-commit::before { content: ""; }
.auxicon-git-compare::before { content: ""; }
.auxicon-git-merge::before { content: ""; }
.auxicon-git-pull-request::before { content: ""; }
.auxicon-globe-1::before { content: ""; }
.auxicon-graph::before { content: ""; }
.auxicon-heart-2::before { content: ""; }
.auxicon-history::before { content: ""; }
.auxicon-home-3::before { content: ""; }
.auxicon-horizontal-rule::before { content: ""; }
.auxicon-hourglass::before { content: ""; }
.auxicon-hubot::before { content: ""; }
.auxicon-inbox-1::before { content: ""; }
.auxicon-info-1::before { content: ""; }
.auxicon-issue-closed::before { content: ""; }
.auxicon-issue-opened::before { content: ""; }
.auxicon-issue-reopened::before { content: ""; }
.auxicon-jersey::before { content: ""; }
.auxicon-jump-down::before { content: ""; }
.auxicon-jump-left::before { content: ""; }
.auxicon-jump-right::before { content: ""; }
.auxicon-jump-up::before { content: ""; }
.auxicon-key-1::before { content: ""; }
.auxicon-keyboard-1::before { content: ""; }
.auxicon-law::before { content: ""; }
.auxicon-light-bulb-1::before { content: ""; }
.auxicon-link-1::before { content: ""; }
.auxicon-link-external::before { content: ""; }
.auxicon-list-ordered::before { content: ""; }
.auxicon-list-unordered::before { content: ""; }
.auxicon-location::before { content: ""; }
.auxicon-lock::before { content: ""; }
.auxicon-logo-github::before { content: ""; }
.auxicon-mail-1::before { content: ""; }
.auxicon-mail-read::before { content: ""; }
.auxicon-mail-reply::before { content: ""; }
.auxicon-mark-github::before { content: ""; }
.auxicon-markdown::before { content: ""; }
.auxicon-megaphone::before { content: ""; }
.auxicon-mention::before { content: ""; }
.auxicon-microscope::before { content: ""; }
.auxicon-milestone::before { content: ""; }
.auxicon-mirror::before { content: ""; }
.auxicon-mortar-board::before { content: ""; }
.auxicon-move-down::before { content: ""; }
.auxicon-move-left::before { content: ""; }
.auxicon-move-right::before { content: ""; }
.auxicon-move-up::before { content: ""; }
.auxicon-mute::before { content: ""; }
.auxicon-no-newline::before { content: ""; }
.auxicon-octoface::before { content: ""; }
.auxicon-organization::before { content: ""; }
.auxicon-package::before { content: ""; }
.auxicon-paintcan::before { content: ""; }
.auxicon-pencil-2::before { content: ""; }
.auxicon-person::before { content: ""; }
.auxicon-pin-1::before { content: ""; }
.auxicon-playback-fast-forward::before { content: ""; }
.auxicon-playback-pause::before { content: ""; }
.auxicon-playback-rewind::before { content: ""; }
.auxicon-plug::before { content: ""; }
.auxicon-podium::before { content: ""; }
.auxicon-primitive-dot::before { content: ""; }
.auxicon-primitive-square::before { content: ""; }
.auxicon-pulse::before { content: ""; }
.auxicon-puzzle::before { content: ""; }
.auxicon-question-1::before { content: ""; }
.auxicon-quote::before { content: ""; }
.auxicon-radio-tower::before { content: ""; }
.auxicon-repo::before { content: ""; }
.auxicon-repo-clone::before { content: ""; }
.auxicon-repo-force-push::before { content: ""; }
.auxicon-repo-forked::before { content: ""; }
.auxicon-repo-pull::before { content: ""; }
.auxicon-repo-push::before { content: ""; }
.auxicon-rocket-1::before { content: ""; }
.auxicon-rss-1::before { content: ""; }
.auxicon-ruby::before { content: ""; }
.auxicon-screen-full::before { content: ""; }
.auxicon-screen-normal::before { content: ""; }
.auxicon-search-2::before { content: ""; }
.auxicon-server::before { content: ""; }
.auxicon-settings-6::before { content: ""; }
.auxicon-sign-in::before { content: ""; }
.auxicon-sign-out::before { content: ""; }
.auxicon-split::before { content: ""; }
.auxicon-squirrel::before { content: ""; }
.auxicon-star::before { content: ""; }
.auxicon-steps::before { content: ""; }
.auxicon-stop-2::before { content: ""; }
.auxicon-sync::before { content: ""; }
.auxicon-tag-3::before { content: ""; }
.auxicon-telescope::before { content: ""; }
.auxicon-terminal::before { content: ""; }
.auxicon-three-bars::before { content: ""; }
.auxicon-tools::before { content: ""; }
.auxicon-trashcan::before { content: ""; }
.auxicon-triangle-down::before { content: ""; }
.auxicon-triangle-left::before { content: ""; }
.auxicon-triangle-right::before { content: ""; }
.auxicon-triangle-up::before { content: ""; }
.auxicon-unfold::before { content: ""; }
.auxicon-unmute::before { content: ""; }
.auxicon-versions::before { content: ""; }
.auxicon-x::before { content: ""; }
.auxicon-zap::before { content: ""; }
.auxicon-armchair-chair-streamline::before { content: ""; }
.auxicon-arrow-streamline-target::before { content: ""; }
.auxicon-backpack-streamline-trekking::before { content: ""; }
.auxicon-bag-shopping-streamline::before { content: ""; }
.auxicon-barbecue-eat-food-streamline::before { content: ""; }
.auxicon-barista-coffee-espresso-streamline::before { content: ""; }
.auxicon-bomb-bug::before { content: ""; }
.auxicon-book-dowload-streamline::before { content: ""; }
.auxicon-book-read-streamline::before { content: ""; }
.auxicon-browser-streamline-window::before { content: ""; }
.auxicon-brush-paint-streamline::before { content: ""; }
.auxicon-bubble-comment-streamline-talk::before { content: ""; }
.auxicon-bubble-love-streamline-talk::before { content: ""; }
.auxicon-caddie-shop-shopping-streamline::before { content: ""; }
.auxicon-caddie-shopping-streamline::before { content: ""; }
.auxicon-camera-photo-polaroid-streamline::before { content: ""; }
.auxicon-camera-photo-streamline::before { content: ""; }
.auxicon-camera-streamline-video::before { content: ""; }
.auxicon-chaplin-hat-movie-streamline::before { content: ""; }
.auxicon-chef-food-restaurant-streamline::before { content: ""; }
.auxicon-clock-streamline-time::before { content: ""; }
.auxicon-cocktail-mojito-streamline::before { content: ""; }
.auxicon-coffee-streamline::before { content: ""; }
.auxicon-computer-imac::before { content: ""; }
.auxicon-computer-macintosh-vintage::before { content: ""; }
.auxicon-computer-network-streamline::before { content: ""; }
.auxicon-computer-streamline::before { content: ""; }
.auxicon-cook-pan-pot-streamline::before { content: ""; }
.auxicon-crop-streamline::before { content: ""; }
.auxicon-crown-king-streamline::before { content: ""; }
.auxicon-danger-death-delete-destroy-skull-stream::before { content: ""; }
.auxicon-dashboard-speed-streamline::before { content: ""; }
.auxicon-database-streamline::before { content: ""; }
.auxicon-delete-garbage-streamline::before { content: ""; }
.auxicon-design-graphic-tablet-streamline-tablet::before { content: ""; }
.auxicon-design-pencil-rule-streamline::before { content: ""; }
.auxicon-diving-leisure-sea-sport-streamline::before { content: ""; }
.auxicon-drug-medecine-streamline-syringue::before { content: ""; }
.auxicon-earth-globe-streamline::before { content: ""; }
.auxicon-eat-food-fork-knife-streamline::before { content: ""; }
.auxicon-eat-food-hotdog-streamline::before { content: ""; }
.auxicon-eye-dropper-streamline::before { content: ""; }
.auxicon-factory-lift-streamline-warehouse::before { content: ""; }
.auxicon-first-aid-medecine-shield-streamline::before { content: ""; }
.auxicon-food-ice-cream-streamline::before { content: ""; }
.auxicon-frame-picture-streamline::before { content: ""; }
.auxicon-handle-streamline-vector::before { content: ""; }
.auxicon-happy-smiley-streamline::before { content: ""; }
.auxicon-headset-sound-streamline::before { content: ""; }
.auxicon-home-house-streamline::before { content: ""; }
.auxicon-ibook-laptop::before { content: ""; }
.auxicon-ink-pen-streamline::before { content: ""; }
.auxicon-ipad-streamline::before { content: ""; }
.auxicon-iphone-streamline::before { content: ""; }
.auxicon-ipod-mini-music-streamline::before { content: ""; }
.auxicon-ipod-music-streamline::before { content: ""; }
.auxicon-ipod-streamline::before { content: ""; }
.auxicon-japan-streamline-tea::before { content: ""; }
.auxicon-laptop-macbook-streamline::before { content: ""; }
.auxicon-like-love-streamline::before { content: ""; }
.auxicon-link-streamline::before { content: ""; }
.auxicon-lock-locker-streamline::before { content: ""; }
.auxicon-locker-streamline-unlock::before { content: ""; }
.auxicon-macintosh::before { content: ""; }
.auxicon-magic-magic-wand-streamline::before { content: ""; }
.auxicon-magnet-streamline::before { content: ""; }
.auxicon-man-people-streamline-user::before { content: ""; }
.auxicon-map-streamline-user::before { content: ""; }
.auxicon-micro-record-streamline::before { content: ""; }
.auxicon-monocle-mustache-streamline::before { content: ""; }
.auxicon-music-note-streamline::before { content: ""; }
.auxicon-music-speaker-streamline::before { content: ""; }
.auxicon-notebook-streamline::before { content: ""; }
.auxicon-paint-bucket-streamline::before { content: ""; }
.auxicon-painting-pallet-streamline::before { content: ""; }
.auxicon-painting-roll-streamline::before { content: ""; }
.auxicon-pen-streamline::before { content: ""; }
.auxicon-pen-streamline-1::before { content: ""; }
.auxicon-pen-streamline-2::before { content: ""; }
.auxicon-pen-streamline-3::before { content: ""; }
.auxicon-photo-pictures-streamline::before { content: ""; }
.auxicon-picture-streamline::before { content: ""; }
.auxicon-picture-streamline-1::before { content: ""; }
.auxicon-receipt-shopping-streamline::before { content: ""; }
.auxicon-remote-control-streamline::before { content: ""; }
.auxicon-settings-streamline::before { content: ""; }
.auxicon-settings-streamline-1::before { content: ""; }
.auxicon-settings-streamline-2::before { content: ""; }
.auxicon-shoes-snickers-streamline::before { content: ""; }
.auxicon-speech-streamline-talk-user::before { content: ""; }
.auxicon-stamp-streamline::before { content: ""; }
.auxicon-streamline-suitcase-travel::before { content: ""; }
.auxicon-streamline-umbrella-weather::before { content: ""; }
.auxicon-align-center::before { content: ""; }
.auxicon-align-justify::before { content: ""; }
.auxicon-align-left::before { content: ""; }
.auxicon-align-right::before { content: ""; }
.auxicon-archive-1::before { content: ""; }
.auxicon-arrow-down-3::before { content: ""; }
.auxicon-arrow-left-3::before { content: ""; }
.auxicon-arrow-right-3::before { content: ""; }
.auxicon-arrow-up-3::before { content: ""; }
.auxicon-atom::before { content: ""; }
.auxicon-bank-notes::before { content: ""; }
.auxicon-barbell::before { content: ""; }
.auxicon-bars::before { content: ""; }
.auxicon-battery-0::before { content: ""; }
.auxicon-battery-1-1::before { content: ""; }
.auxicon-battery-2-1::before { content: ""; }
.auxicon-battery-3-1::before { content: ""; }
.auxicon-battery-4-1::before { content: ""; }
.auxicon-battery-power::before { content: ""; }
.auxicon-beer-2::before { content: ""; }
.auxicon-bolt::before { content: ""; }
.auxicon-bones::before { content: ""; }
.auxicon-book-close::before { content: ""; }
.auxicon-book-open::before { content: ""; }
.auxicon-bookmark-4::before { content: ""; }
.auxicon-box-3::before { content: ""; }
.auxicon-browser-2::before { content: ""; }
.auxicon-bubble::before { content: ""; }
.auxicon-bubble-1::before { content: ""; }
.auxicon-bubble-2::before { content: ""; }
.auxicon-bubble-3::before { content: ""; }
.auxicon-bucket::before { content: ""; }
.auxicon-calculator-3::before { content: ""; }
.auxicon-calendar-6::before { content: ""; }
.auxicon-camera-4::before { content: ""; }
.auxicon-cardiac-pulse::before { content: ""; }
.auxicon-cd-1::before { content: ""; }
.auxicon-character::before { content: ""; }
.auxicon-checkbox-checked::before { content: ""; }
.auxicon-checkmark::before { content: ""; }
.auxicon-clipboard-3::before { content: ""; }
.auxicon-clock-4::before { content: ""; }
.auxicon-cloud-5::before { content: ""; }
.auxicon-coffee-1::before { content: ""; }
.auxicon-comment-2::before { content: ""; }
.auxicon-connection-0::before { content: ""; }
.auxicon-connection-1::before { content: ""; }
.auxicon-connection-2::before { content: ""; }
.auxicon-connection-3::before { content: ""; }
.auxicon-connection-4::before { content: ""; }
.auxicon-credit-cards::before { content: ""; }
.auxicon-crop::before { content: ""; }
.auxicon-cube::before { content: ""; }
.auxicon-diamond-1::before { content: ""; }
.auxicon-download-5::before { content: ""; }
.auxicon-email::before { content: ""; }
.auxicon-email-plane::before { content: ""; }
.auxicon-enter::before { content: ""; }
.auxicon-envelope-1::before { content: ""; }
.auxicon-eyedropper::before { content: ""; }
.auxicon-file-1::before { content: ""; }
.auxicon-file-add::before { content: ""; }
.auxicon-file-broken::before { content: ""; }
.auxicon-file-settings::before { content: ""; }
.auxicon-files::before { content: ""; }
.auxicon-flag-3::before { content: ""; }
.auxicon-folder-3::before { content: ""; }
.auxicon-folder-add::before { content: ""; }
.auxicon-folder-check::before { content: ""; }
.auxicon-folder-settings::before { content: ""; }
.auxicon-forbidden::before { content: ""; }
.auxicon-frames::before { content: ""; }
.auxicon-glass::before { content: ""; }
.auxicon-graph-1::before { content: ""; }
.auxicon-grid-3::before { content: ""; }
.auxicon-heart-4::before { content: ""; }
.auxicon-home-6::before { content: ""; }
.auxicon-id-card::before { content: ""; }
.auxicon-invoice::before { content: ""; }
.auxicon-ipad-2::before { content: ""; }
.auxicon-lab::before { content: ""; }
.auxicon-laptop-1::before { content: ""; }
.auxicon-list-3::before { content: ""; }
.auxicon-lock-2::before { content: ""; }
.auxicon-locked::before { content: ""; }
.auxicon-map-4::before { content: ""; }
.auxicon-measure::before { content: ""; }
.auxicon-meter::before { content: ""; }
.auxicon-micro::before { content: ""; }
.auxicon-micro-mute::before { content: ""; }
.auxicon-microwave::before { content: ""; }
.auxicon-minus-4::before { content: ""; }
.auxicon-modem::before { content: ""; }
.auxicon-mute-1::before { content: ""; }
.auxicon-newspaper-1::before { content: ""; }
.auxicon-paperclip::before { content: ""; }
.auxicon-pencil-3::before { content: ""; }
.auxicon-phone-5::before { content: ""; }
.auxicon-phone-3::before { content: ""; }
.auxicon-picture::before { content: ""; }
.auxicon-pie-chart::before { content: ""; }
.auxicon-pill::before { content: ""; }
.auxicon-pin-4::before { content: ""; }
.auxicon-printer-1::before { content: ""; }
.auxicon-printer-2::before { content: ""; }
.auxicon-refresh-3::before { content: ""; }
.auxicon-screen-3::before { content: ""; }
.auxicon-select::before { content: ""; }
.auxicon-set::before { content: ""; }
.auxicon-settings-8::before { content: ""; }
.auxicon-share-4::before { content: ""; }
.auxicon-share-outline::before { content: ""; }
.auxicon-shorts::before { content: ""; }
.auxicon-speaker-1::before { content: ""; }
.auxicon-star-4::before { content: ""; }
.auxicon-stopwatch-3::before { content: ""; }
.auxicon-sun::before { content: ""; }
.auxicon-syringe::before { content: ""; }
.auxicon-tag-5::before { content: ""; }
.auxicon-train::before { content: ""; }
.auxicon-trash-3::before { content: ""; }
.auxicon-unlocked::before { content: ""; }
.auxicon-user-4::before { content: ""; }
.auxicon-user-outline::before { content: ""; }
.auxicon-users-1::before { content: ""; }
.auxicon-users-outline::before { content: ""; }
.auxicon-volume::before { content: ""; }
.auxicon-volume-down::before { content: ""; }
.auxicon-volume-up::before { content: ""; }
.auxicon-wifi-1::before { content: ""; }
.auxicon-wifi-2::before { content: ""; }
.auxicon-wifi-3::before { content: ""; }
.auxicon-window-delete::before { content: ""; }
.auxicon-windows-2::before { content: ""; }
.auxicon-zoom::before { content: ""; }
.auxicon-zoom-in-2::before { content: ""; }
.auxicon-zoom-out-2::before { content: ""; }
.auxicon-banknote::before { content: ""; }
.auxicon-bubble-4::before { content: ""; }
.auxicon-bulb::before { content: ""; }
.auxicon-calendar-7::before { content: ""; }
.auxicon-camera-5::before { content: ""; }
.auxicon-clip::before { content: ""; }
.auxicon-clock-5::before { content: ""; }
.auxicon-cloud-6::before { content: ""; }
.auxicon-cup::before { content: ""; }
.auxicon-data-1::before { content: ""; }
.auxicon-diamond-2::before { content: ""; }
.auxicon-display::before { content: ""; }
.auxicon-fire::before { content: ""; }
.auxicon-food::before { content: ""; }
.auxicon-heart-5::before { content: ""; }
.auxicon-key-3::before { content: ""; }
.auxicon-lab-1::before { content: ""; }
.auxicon-like-1::before { content: ""; }
.auxicon-location-2::before { content: ""; }
.auxicon-lock-3::before { content: ""; }
.auxicon-mail-3::before { content: ""; }
.auxicon-megaphone-1::before { content: ""; }
.auxicon-music-3::before { content: ""; }
.auxicon-news-2::before { content: ""; }
.auxicon-note::before { content: ""; }
.auxicon-paperplane::before { content: ""; }
.auxicon-params::before { content: ""; }
.auxicon-pen-3::before { content: ""; }
.auxicon-phone-4::before { content: ""; }
.auxicon-photo-1::before { content: ""; }
.auxicon-search-5::before { content: ""; }
.auxicon-settings-9::before { content: ""; }
.auxicon-shop-2::before { content: ""; }
.auxicon-sound-2::before { content: ""; }
.auxicon-stack::before { content: ""; }
.auxicon-star-5::before { content: ""; }
.auxicon-study::before { content: ""; }
.auxicon-t-shirt::before { content: ""; }
.auxicon-tag-6::before { content: ""; }
.auxicon-trash-4::before { content: ""; }
.auxicon-truck-3::before { content: ""; }
.auxicon-tv-1::before { content: ""; }
.auxicon-user-5::before { content: ""; }
.auxicon-vallet::before { content: ""; }
.auxicon-video-1::before { content: ""; }
.auxicon-vynil::before { content: ""; }
.auxicon-world::before { content: ""; }
.auxicon-bag-2::before { content: ""; }
.auxicon-bicycle-1::before { content: ""; }
.auxicon-bicycle-vintage::before { content: ""; }
.auxicon-browser-empty::before { content: ""; }
.auxicon-browser-full::before { content: ""; }
.auxicon-bubble-1-1::before { content: ""; }
.auxicon-bubble-2-1::before { content: ""; }
.auxicon-bubble-3-1::before { content: ""; }
.auxicon-camera-6::before { content: ""; }
.auxicon-clap-board::before { content: ""; }
.auxicon-clipboard-4::before { content: ""; }
.auxicon-clock-6::before { content: ""; }
.auxicon-cloud-7::before { content: ""; }
.auxicon-cloudy::before { content: ""; }
.auxicon-envelope-2::before { content: ""; }
.auxicon-file-ai::before { content: ""; }
.auxicon-file-jpg::before { content: ""; }
.auxicon-file-png::before { content: ""; }
.auxicon-file-psd::before { content: ""; }
.auxicon-file-text-1::before { content: ""; }
.auxicon-graph-2::before { content: ""; }
.auxicon-hierarchy-1::before { content: ""; }
.auxicon-hierarchy-2::before { content: ""; }
.auxicon-imac::before { content: ""; }
.auxicon-ipad-3::before { content: ""; }
.auxicon-iphone-1::before { content: ""; }
.auxicon-keyboard-3::before { content: ""; }
.auxicon-laptop-2::before { content: ""; }
.auxicon-line::before { content: ""; }
.auxicon-list-4::before { content: ""; }
.auxicon-list-thumbnails::before { content: ""; }
.auxicon-lock-4::before { content: ""; }
.auxicon-magnifier::before { content: ""; }
.auxicon-map-5::before { content: ""; }
.auxicon-map-pin::before { content: ""; }
.auxicon-moon-2::before { content: ""; }
.auxicon-mouse-1::before { content: ""; }
.auxicon-pencil-4::before { content: ""; }
.auxicon-pencil-ruler::before { content: ""; }
.auxicon-picture-1::before { content: ""; }
.auxicon-rain::before { content: ""; }
.auxicon-ribbon::before { content: ""; }
.auxicon-shoe::before { content: ""; }
.auxicon-speaker-2::before { content: ""; }
.auxicon-speaker-off-1::before { content: ""; }
.auxicon-sun-1::before { content: ""; }
.auxicon-tape::before { content: ""; }
.auxicon-target-1::before { content: ""; }
.auxicon-unlock-1::before { content: ""; }
.auxicon-facebook-3::before { content: ""; }
.auxicon-notebook::before { content: ""; }
.auxicon-edit-modify-streamline::before { content: ""; }
.auxicon-download-2::before { content: ""; }
.auxicon-linkedin::before { content: ""; }
.auxicon-facebook::before { content: ""; }
.auxicon-vimeo::before { content: ""; }
.auxicon-flickr::before { content: ""; }
.auxicon-instagram::before { content: ""; }
.auxicon-tumblr::before { content: ""; }
.auxicon-behance::before { content: ""; }
.auxicon-wordpress::before { content: ""; }
.auxicon-vimeo-1::before { content: ""; }
.auxicon-git::before { content: ""; }
.auxicon-googleplus::before { content: ""; }
.auxicon-digg::before { content: ""; }
.auxicon-google::before { content: ""; }
.auxicon-stumbleupon::before { content: ""; }
.auxicon-apple::before { content: ""; }
.auxicon-microsoft::before { content: ""; }
.auxicon-android::before { content: ""; }
.auxicon-dribbble::before { content: ""; }
.auxicon-steam::before { content: ""; }
.auxicon-pinterest::before { content: ""; }
.auxicon-edge::before { content: ""; }
.auxicon-chrome::before { content: ""; }
.auxicon-safari::before { content: ""; }
.auxicon-firefox::before { content: ""; }
.auxicon-opera::before { content: ""; }
.auxicon-internet-explorer::before { content: ""; }
.auxicon-wikipedia::before { content: ""; }
.auxicon-amazon::before { content: ""; }
.auxicon-lastfm::before { content: ""; }
.auxicon-delicious::before { content: ""; }
.auxicon-skype::before { content: ""; }
.auxicon-rss::before { content: ""; }
.auxicon-twitter::before { content: ""; }
.auxicon-html5::before { content: ""; }
.auxicon-css3::before { content: ""; }
.auxicon-youtube::before { content: ""; }
.auxicon-dropbox::before { content: ""; }
.auxicon-twich::before { content: ""; }
.auxicon-pocket::before { content: ""; }
.auxicon-spotify::before { content: ""; }
.auxicon-yahoo::before { content: ""; }
.auxicon-paypal::before { content: ""; }
.auxicon-visa::before { content: ""; }
.auxicon-google-wallet::before { content: ""; }
.auxicon-mastercard::before { content: ""; }
.auxicon-soundcloud::before { content: ""; }
.auxicon-linux::before { content: ""; }
.auxicon-github::before { content: ""; }
.auxicon-search-4::before { content: ""; }
.auxicon-check-mark-circle-outline::before { content: ""; }
.auxicon-question-circle::before { content: ""; }
.auxicon-phone-classic-on::before { content: ""; }
.auxicon-ios-browsers-outline::before { content: ""; }
.auxicon-social-buffer::before { content: ""; }
.auxicon-social-buffer-outline::before { content: ""; }
.auxicon-search-1::before { content: ""; }
.auxicon-comment::before { content: ""; }
.auxicon-like::before { content: ""; }
.auxicon-share::before { content: ""; }
.auxicon-rate::before { content: ""; }
.auxicon-rate-outline::before { content: ""; }
.auxicon-whatsapp::before { content: ""; }
.auxicon-stumbleupon-1::before { content: ""; }
.auxicon-vk::before { content: ""; }
.auxicon-telegram::before { content: ""; }
.auxicon-telegram-2::before { content: ""; }
.auxicon-fontawesome-webfont::before { content: ""; }
.auxicon-bag::before { content: ""; }
.auxicon-chevron-right-1::before { content: ""; }
.auxicon-playback-play::before { content: ""; }
.auxicon-lists::before { content: ""; }
.auxicon-headset-with-microphone::before { content: "U"; }
.auxicon-heart-small::before { content: ""; }
.auxicon-heart-small-outline::before { content: ""; }
.auxicon-settings-1::before { content: ";"; }
.auxicon-power::before { content: ""; }
.auxicon-instagram-1::before { content: ""; }
.auxicon-computer-imac-2::before { content: ""; }
.auxicon-grid-lines-streamline::before { content: ""; }
.auxicon-chevron-left-1::before { content: ""; }
.auxicon-chevron-down-1::before { content: ""; }
.auxicon-chevron-up-1::before { content: ""; }
.auxicon-ios-telephone-outline::before { content: ""; }
.auxicon-ios-clock-outline::before { content: ""; }
.auxicon-ios-person-outline::before { content: ""; }
.auxicon-arrow-left-1::before { content: ""; }
.auxicon-arrow-right-1::before { content: ""; }
.auxicon-mail-letter-outline::before { content: ""; }
.auxicon-search-outline::before { content: ""; }
.auxicon-android-favorite::before { content: ""; }
.auxicon-android-favorite-outline::before { content: ""; }
.auxicon-record::before { content: ""; }
.auxicon-explore::before { content: ""; }
.auxicon-map-pin-streamline::before { content: ""; }
.auxicon-phone-2::before { content: ""; }
.auxicon-ipad-1::before { content: ""; }
.auxicon-plus::before { content: ""; }
.auxicon-streamline-sync::before { content: ""; }
.auxicon-user::before { content: ""; }
.auxicon-heart-3::before { content: ""; }
.auxicon-arrows-drag-up::before { content: ""; }
.auxicon-arrows-drag-up-dashed::before { content: ""; }
.auxicon-arrows-hamburger1::before { content: ""; }
.auxicon-arrows-hamburger-2::before { content: ""; }
.auxicon-chevron-down-2::before { content: ""; }
.auxicon-chevron-left-2::before { content: ""; }
.auxicon-chevron-up-2::before { content: ""; }
.auxicon-eye-1::before { content: ""; }
.auxicon-close-1::before { content: ""; }
.auxicon-ios-telephone::before { content: ""; }
.auxicon-ios-location::before { content: ""; }
.auxicon-email-mail-streamline::before { content: ""; }
.auxicon-reload::before { content: ""; }
.auxicon-link-2::before { content: ""; }
.auxicon-chevron-right-2::before { content: ""; }
.auxicon-ios-cloudy::before { content: ""; }
.auxicon-ios-thunderstorm::before { content: ""; }
.auxicon-ios-cloudy-night::before { content: ""; }
.auxicon-ios-sunny::before { content: ""; }
.auxicon-ios-snowy::before { content: ""; }
.auxicon-ios-rainy::before { content: ""; }
.auxicon-ios-partlysunny::before { content: ""; }
.auxicon-ios-thunderstorm-outline::before { content: ""; }
.auxicon-ios-sunny-outline::before { content: ""; }
.auxicon-ios-cloudy-outline::before { content: ""; }
.auxicon-ios-cloudy-night-outline::before { content: ""; }
.auxicon-ios-partlysunny-outline::before { content: ""; }
.auxicon-ios-rainy-outline::before { content: ""; }
.auxicon-heart-6::before { content: ""; }
@font-face { font-family: auxin-front-2; src: url("auxin-front-2.woff") format("woff"), url("auxin-front-2.ttf") format("truetype"); font-weight: 400; font-style: normal; }
[data-icon]::before { content: attr(data-icon); speak: none; line-height: 1; -webkit-font-smoothing: antialiased; font-family: auxin-front-2 !important; font-style: normal !important; font-weight: 400 !important; font-variant: normal !important; text-transform: none !important; }
[class^="auxicon2-"]::before, [class*=" auxicon2-"]::before { speak: none; line-height: 1; -webkit-font-smoothing: antialiased; font-family: auxin-front-2 !important; font-style: normal !important; font-weight: 400 !important; font-variant: normal !important; text-transform: none !important; }
.auxicon2-arrows-anticlockwise::before { content: "a"; }
.auxicon2-circle-plus-outline::before { content: "b"; }
.auxicon2-arrows-drag-up-dashed::before { content: "c"; }
.auxicon2-hamburger-2::before { content: "d"; }
.auxicon2-hamburger1::before { content: "e"; }
.auxicon2-arrow-chevron-thin-left::before { content: "f"; }
.auxicon2-arrows-left-double-chevron::before { content: "g"; }
.auxicon2-arrows-right-double-chevron::before { content: "h"; }
.auxicon2-arrows-chevron-thin-right::before { content: "i"; }
.auxicon2-close-remove-1::before { content: "j"; }
.auxicon2-plus-1::before { content: "k"; }
.auxicon2-arrow-slim-left-dashed::before { content: "l"; }
.auxicon2-arrow-slim-left::before { content: "m"; }
.auxicon2-arrow-slim-right-dashed::before { content: "p"; }
.auxicon2-arrow-slim-right::before { content: "q"; }
.auxicon2-arrow-chevron-thin-up::before { content: "n"; }
.auxicon2-arrows-up-double-chevron::before { content: "o"; }
.auxicon2-square-plus-outline::before { content: "r"; }
.auxicon2-arrows-down-double-chevron::before { content: "s"; }
.auxicon2-arrows-chevron-down::before { content: "t"; }
.auxicon2-basic-bookmark::before { content: "u"; }
.auxicon2-arrow-medium-right::before { content: "v"; }
.auxicon2-arrow-medium-left::before { content: "w"; }
.auxicon2-arrow-chevron-med-right::before { content: "x"; }
.auxicon2-arrow-chevron-med-left::before { content: "y"; }
.auxicon2-arrow-chevron-fat-top::before { content: "z"; }
.auxicon2-arrow-chevron-fat-down::before { content: "A"; }
.auxicon2-arrow-chevron-fat-right::before { content: "B"; }
.auxicon2-arrow-chevron-fat-left::before { content: "C"; }
.auxicon2-arrow-chevron-slim-top::before { content: "D"; }
.auxicon2-arrow-chevron-slim-down::before { content: "E"; }
.auxicon2-arrow-chevron-slim-left::before { content: "F"; }
.auxicon2-arrow-chevron-slim-right::before { content: "G"; }
.auxicon2-arrow-chevron-pixel-top::before { content: "H"; }
.auxicon2-arrow-chevron-pixel-down::before { content: "I"; }
.auxicon2-arrow-chevron-pixel-left::before { content: "J"; }
.auxicon2-arrow-chevron-pixel-right::before { content: "K"; }
.auxicon2-arrow-chevron-pixel-left2::before { content: "L"; }
.auxicon2-arrow-pixel-fat-top::before { content: "M"; }
.auxicon2-arrow-pixel-fat-down::before { content: "N"; }
.auxicon2-arrow-line-med-left::before { content: "O"; }
.auxicon2-arrow-line-med-right::before { content: "P"; }
.auxicon2-arrow-line-med-top::before { content: "Q"; }
.auxicon2-arrow-line-med-down::before { content: "R"; }
.auxicon2-arrow-line-left::before { content: "S"; }
.auxicon2-arrow-line-right::before { content: "T"; }
.auxicon2-arrow-line-top::before { content: "U"; }
.auxicon2-arrow-line-down::before { content: "V"; }
.auxicon2-arrow-chevron-pixel-top2::before { content: "W"; }
.auxicon2-arrow-chevron-pixel-down2::before { content: "X"; }
.auxicon2-arrow-chevron-pixel-right2::before { content: "Y"; }
.auxicon2-arrow-pixel-fat-left::before { content: "Z"; }
.auxicon2-arrow-pixel-fat-right::before { content: "0"; }
.auxicon2-play-outline-triangle::before { content: "1"; }
.auxicon2-arrow-thin-up::before { content: "3"; }
.auxicon2-arrow-thin-right::before { content: "4"; }
.auxicon2-arrow-thin-left::before { content: "5"; }
.auxicon2-arrow-thin-down::before { content: "6"; }
.auxicon2-arrow-chevron-small-right::before { content: "7"; }
.auxicon2-arrow-chevron-small-left::before { content: "8"; }
.auxicon2-arrow-chevron-small-down::before { content: "!"; }
.auxicon2-play-triangle::before { content: "#"; }
.auxicon2-play-triangle-1::before { content: "$"; }
.auxicon2-play-triangle-2::before { content: "%"; }
.auxicon2-arrow-backward::before { content: "&"; }
.auxicon2-check-mark::before { content: "'"; }
.auxicon2-check-mark-1::before { content: "("; }
.auxicon2-code-working::before { content: ")"; }
.auxicon2-code::before { content: "*"; }
.auxicon2-circle-plus-outline-1::before { content: "."; }
.auxicon2-plus-circle::before { content: "/"; }
.auxicon2-hamburger-3::before { content: "2"; }
.auxicon2-arrow-circle-right::before { content: "9"; }
.auxicon2-arrow-circle-right::before { content: "9"; }
.auxicon2-flower-design::before { content: "\""; }
.auxicon2-checkmark-circled::before { content: "+"; }
.auxicon2-close-circled::before { content: ","; }
@font-face { font-family: eicons; src: url("") format("woff2"), url("") format("woff"), url("") format("truetype"); font-weight: 400; font-style: normal; }
[class*=" eicon-"], [class^="eicon"] { display: inline-block; font-family: eicons; font-size: inherit; font-weight: 400; font-style: normal; font-variant: normal; line-height: 1; text-rendering: auto; -webkit-font-smoothing: antialiased; }
@keyframes a { 
  0% { transform: rotate(0deg); }
  100% { transform: rotate(359deg); }
}
.eicon-animation-spin { animation: 2s linear 0s infinite normal none running a; }
.eicon-editor-link::before { content: ""; }
.eicon-editor-unlink::before { content: ""; }
.eicon-editor-external-link::before { content: ""; }
.eicon-editor-close::before { content: ""; }
.eicon-editor-list-ol::before { content: ""; }
.eicon-editor-list-ul::before { content: ""; }
.eicon-editor-bold::before { content: ""; }
.eicon-editor-italic::before { content: ""; }
.eicon-editor-underline::before { content: ""; }
.eicon-editor-paragraph::before { content: ""; }
.eicon-editor-h1::before { content: ""; }
.eicon-editor-h2::before { content: ""; }
.eicon-editor-h3::before { content: ""; }
.eicon-editor-h4::before { content: ""; }
.eicon-editor-h5::before { content: ""; }
.eicon-editor-h6::before { content: ""; }
.eicon-editor-quote::before { content: ""; }
.eicon-editor-code::before { content: ""; }
.eicon-elementor::before { content: ""; }
.eicon-elementor-circle::before { content: ""; }
.eicon-pojome::before { content: ""; }
.eicon-plus::before { content: ""; }
.eicon-menu-bar::before { content: ""; }
.eicon-apps::before { content: ""; }
.eicon-accordion::before { content: ""; }
.eicon-alert::before { content: ""; }
.eicon-animation-text::before { content: ""; }
.eicon-animation::before { content: ""; }
.eicon-banner::before { content: ""; }
.eicon-blockquote::before { content: ""; }
.eicon-button::before { content: ""; }
.eicon-call-to-action::before { content: ""; }
.eicon-captcha::before { content: ""; }
.eicon-carousel::before { content: ""; }
.eicon-checkbox::before { content: ""; }
.eicon-columns::before { content: ""; }
.eicon-countdown::before { content: ""; }
.eicon-counter::before { content: ""; }
.eicon-date::before { content: ""; }
.eicon-divider-shape::before { content: ""; }
.eicon-divider::before { content: ""; }
.eicon-download-button::before { content: ""; }
.eicon-dual-button::before { content: ""; }
.eicon-email-field::before { content: ""; }
.eicon-facebook-comments::before { content: ""; }
.eicon-facebook-like-box::before { content: ""; }
.eicon-form-horizontal::before { content: ""; }
.eicon-form-vertical::before { content: ""; }
.eicon-gallery-grid::before { content: ""; }
.eicon-gallery-group::before { content: ""; }
.eicon-gallery-justified::before { content: ""; }
.eicon-gallery-masonry::before { content: ""; }
.eicon-icon-box::before { content: ""; }
.eicon-image-before-after::before { content: ""; }
.eicon-image-box::before { content: ""; }
.eicon-image-hotspot::before { content: ""; }
.eicon-image-rollover::before { content: ""; }
.eicon-info-box::before { content: ""; }
.eicon-inner-section::before { content: ""; }
.eicon-mailchimp::before { content: ""; }
.eicon-menu-card::before { content: ""; }
.eicon-navigation-horizontal::before { content: ""; }
.eicon-nav-menu::before { content: ""; }
.eicon-navigation-vertical::before { content: ""; }
.eicon-number-field::before { content: ""; }
.eicon-parallax::before { content: ""; }
.eicon-php7::before { content: ""; }
.eicon-post-list::before { content: ""; }
.eicon-post-slider::before { content: ""; }
.eicon-post::before { content: ""; }
.eicon-posts-carousel::before { content: ""; }
.eicon-posts-grid::before { content: ""; }
.eicon-posts-group::before { content: ""; }
.eicon-posts-justified::before { content: ""; }
.eicon-posts-masonry::before { content: ""; }
.eicon-posts-ticker::before { content: ""; }
.eicon-price-list::before { content: ""; }
.eicon-price-table::before { content: ""; }
.eicon-radio::before { content: ""; }
.eicon-rtl::before { content: ""; }
.eicon-scroll::before { content: ""; }
.eicon-search::before { content: ""; }
.eicon-select::before { content: ""; }
.eicon-share::before { content: ""; }
.eicon-sidebar::before { content: ""; }
.eicon-skill-bar::before { content: ""; }
.eicon-slider-3d::before { content: ""; }
.eicon-slider-album::before { content: ""; }
.eicon-slider-device::before { content: ""; }
.eicon-slider-full-screen::before { content: ""; }
.eicon-slider-push::before { content: ""; }
.eicon-slider-vertical::before { content: ""; }
.eicon-slider-video::before { content: ""; }
.eicon-slides::before { content: ""; }
.eicon-social-icons::before { content: ""; }
.eicon-spacer::before { content: ""; }
.eicon-table::before { content: ""; }
.eicon-tabs::before { content: ""; }
.eicon-tel-field::before { content: ""; }
.eicon-text-area::before { content: ""; }
.eicon-text-field::before { content: ""; }
.eicon-thumbnails-down::before { content: ""; }
.eicon-thumbnails-half::before { content: ""; }
.eicon-thumbnails-right::before { content: ""; }
.eicon-time-line::before { content: ""; }
.eicon-toggle::before { content: ""; }
.eicon-url::before { content: ""; }
.eicon-t-letter::before { content: ""; }
.eicon-wordpress::before { content: ""; }
.eicon-text::before { content: ""; }
.eicon-anchor::before { content: ""; }
.eicon-bullet-list::before { content: ""; }
.eicon-code::before { content: ""; }
.eicon-favorite::before { content: ""; }
.eicon-google-maps::before { content: ""; }
.eicon-image::before { content: ""; }
.eicon-photo-library::before { content: ""; }
.eicon-woocommerce::before { content: ""; }
.eicon-youtube::before { content: ""; }
.eicon-flip-box::before { content: ""; }
.eicon-settings::before { content: ""; }
.eicon-headphones::before { content: ""; }
.eicon-testimonial::before { content: ""; }
.eicon-counter-circle::before { content: ""; }
.eicon-person::before { content: ""; }
.eicon-chevron-right::before { content: ""; }
.eicon-chevron-left::before { content: ""; }
.eicon-close::before { content: ""; }
.eicon-file-download::before { content: ""; }
.eicon-save::before { content: ""; }
.eicon-zoom-in::before { content: ""; }
.eicon-shortcode::before { content: ""; }
.eicon-nerd::before { content: ""; }
.eicon-device-desktop::before { content: ""; }
.eicon-device-tablet::before { content: ""; }
.eicon-device-mobile::before { content: ""; }
.eicon-document-file::before { content: ""; }
.eicon-folder-o::before { content: ""; }
.eicon-hypster::before { content: ""; }
.eicon-h-align-left::before { content: ""; }
.eicon-h-align-right::before { content: ""; }
.eicon-h-align-center::before { content: ""; }
.eicon-h-align-stretch::before { content: ""; }
.eicon-v-align-top::before { content: ""; }
.eicon-v-align-bottom::before { content: ""; }
.eicon-v-align-middle::before { content: ""; }
.eicon-v-align-stretch::before { content: ""; }
.eicon-pro-icon::before { content: ""; }
.eicon-mail::before { content: ""; }
.eicon-lock-user::before { content: ""; }
.eicon-testimonial-carousel::before { content: ""; }
.eicon-media-carousel::before { content: ""; }
.eicon-section::before { content: ""; }
.eicon-column::before { content: ""; }
.eicon-edit::before { content: ""; }
.eicon-clone::before { content: ""; }
.eicon-trash::before { content: ""; }
.eicon-play::before { content: ""; }
.eicon-angle-right::before { content: ""; }
.eicon-angle-left::before { content: ""; }
.eicon-animated-headline::before { content: ""; }
.eicon-menu-toggle::before { content: ""; }
.eicon-fb-embed::before { content: ""; }
.eicon-fb-feed::before { content: ""; }
.eicon-twitter-embed::before { content: ""; }
.eicon-twitter-feed::before { content: ""; }
.eicon-sync::before { content: ""; }
.eicon-import-export::before { content: ""; }
.eicon-check-circle::before { content: ""; }
.eicon-library-save::before { content: ""; }
.eicon-library-download::before { content: ""; }
.eicon-insert::before { content: ""; }
.eicon-preview-medium::before { content: ""; }
.eicon-sort-down::before { content: ""; }
.eicon-sort-up::before { content: ""; }
.eicon-heading::before { content: ""; }
.eicon-logo::before { content: ""; }
.eicon-meta-data::before { content: ""; }
.eicon-post-content::before { content: ""; }
.eicon-post-excerpt::before { content: ""; }
.eicon-post-navigation::before { content: ""; }
.eicon-yoast::before { content: ""; }
.eicon-nerd-chuckle::before { content: ""; }
.eicon-nerd-wink::before { content: ""; }
.eicon-comments::before { content: ""; }
.eicon-download-circle-o::before { content: ""; }
.eicon-library-upload::before { content: ""; }
.eicon-save-o::before { content: ""; }
.eicon-upload-circle-o::before { content: ""; }
.eicon-ellipsis-h::before { content: ""; }
.eicon-ellipsis-v::before { content: ""; }
.eicon-arrow-left::before { content: ""; }
.eicon-arrow-right::before { content: ""; }
.eicon-arrow-up::before { content: ""; }
.eicon-arrow-down::before { content: ""; }
.eicon-play-o::before { content: ""; }
.eicon-archive-posts::before { content: ""; }
.eicon-archive-title::before { content: ""; }
.eicon-featured-image::before { content: ""; }
.eicon-post-info::before { content: ""; }
.eicon-post-title::before { content: ""; }
.eicon-site-logo::before { content: ""; }
.eicon-site-search::before { content: ""; }
.eicon-site-title::before { content: ""; }
.eicon-plus-square::before { content: ""; }
.eicon-minus-square::before { content: ""; }
.eicon-cloud-check::before { content: ""; }
.eicon-drag-n-drop::before { content: ""; }
.eicon-welcome::before { content: ""; }
.eicon-handle::before { content: ""; }
.eicon-cart::before { content: ""; }
.eicon-product-add-to-cart::before { content: ""; }
.eicon-product-breadcrumbs::before { content: ""; }
.eicon-product-categories::before { content: ""; }
.eicon-product-description::before { content: ""; }
.eicon-product-images::before { content: ""; }
.eicon-product-info::before { content: ""; }
.eicon-product-meta::before { content: ""; }
.eicon-product-pages::before { content: ""; }
.eicon-product-price::before { content: ""; }
.eicon-product-rating::before { content: ""; }
.eicon-product-related::before { content: ""; }
.eicon-product-stock::before { content: ""; }
.eicon-product-tabs::before { content: ""; }
.eicon-product-title::before { content: ""; }
.eicon-product-upsell::before { content: ""; }
.eicon-products::before { content: ""; }
.eicon-bag-light::before { content: ""; }
.eicon-bag-medium::before { content: ""; }
.eicon-bag-solid::before { content: ""; }
.eicon-basket-light::before { content: ""; }
.eicon-basket-medium::before { content: ""; }
.eicon-basket-solid::before { content: ""; }
.eicon-cart-light::before { content: ""; }
.eicon-cart-medium::before { content: ""; }
.eicon-cart-solid::before { content: ""; }
.eicon-exchange::before { content: ""; }
.eicon-preview-thin::before { content: ""; }
.eicon-device-laptop::before { content: ""; }
.eicon-collapse::before { content: ""; }
.eicon-expand::before { content: ""; }
.eicon-navigator::before { content: ""; }
.eicon-plug::before { content: ""; }
.eicon-dashboard::before { content: ""; }
.eicon-typography::before { content: ""; }
.eicon-info-circle-o::before { content: ""; }
.eicon-integration::before { content: ""; }
.eicon-plus-circle-o::before { content: ""; }
.eicon-rating::before { content: ""; }
.eicon-review::before { content: ""; }
.eicon-tools::before { content: ""; }
.eicon-loading::before { content: ""; }
.eicon-sitemap::before { content: ""; }
.eicon-click::before { content: ""; }
.eicon-clock::before { content: ""; }
.eicon-library-open::before { content: ""; }
.eicon-warning::before { content: ""; }
.eicon-flow::before { content: ""; }
.eicon-cursor-move::before { content: ""; }
.eicon-arrow-circle-left::before { content: ""; }
.eicon-flash::before { content: ""; }
.eicon-redo::before { content: ""; }
.eicon-ban::before { content: ""; }
.eicon-barcode::before { content: ""; }
.eicon-calendar::before { content: ""; }
.eicon-caret-left::before { content: ""; }
.eicon-caret-right::before { content: ""; }
.eicon-caret-up::before { content: ""; }
.eicon-chain-broken::before { content: ""; }
.eicon-check-circle-o::before { content: ""; }
.eicon-check::before { content: ""; }
.eicon-chevron-double-left::before { content: ""; }
.eicon-chevron-double-right::before { content: ""; }
.eicon-undo::before { content: ""; }
.eicon-filter::before { content: ""; }
.eicon-circle-o::before { content: ""; }
.eicon-circle::before { content: ""; }
.eicon-clock-o::before { content: ""; }
.eicon-cog::before { content: ""; }
.eicon-cogs::before { content: ""; }
.eicon-commenting-o::before { content: ""; }
.eicon-copy::before { content: ""; }
.eicon-database::before { content: ""; }
.eicon-dot-circle-o::before { content: ""; }
.eicon-envelope::before { content: ""; }
.eicon-external-link-square::before { content: ""; }
.eicon-eyedropper::before { content: ""; }
.eicon-folder::before { content: ""; }
.eicon-font::before { content: ""; }
.eicon-adjust::before { content: ""; }
.eicon-lightbox::before { content: ""; }
.eicon-heart-o::before { content: ""; }
.eicon-history::before { content: ""; }
.eicon-image-bold::before { content: ""; }
.eicon-info-circle::before { content: ""; }
.eicon-link::before { content: ""; }
.eicon-long-arrow-left::before { content: ""; }
.eicon-long-arrow-right::before { content: ""; }
.eicon-caret-down::before { content: ""; }
.eicon-paint-brush::before { content: ""; }
.eicon-pencil::before { content: ""; }
.eicon-plus-circle::before { content: ""; }
.eicon-zoom-in-bold::before { content: ""; }
.eicon-sort-amount-desc::before { content: ""; }
.eicon-sign-out::before { content: ""; }
.eicon-spinner::before { content: ""; }
.eicon-square::before { content: ""; }
.eicon-star-o::before { content: ""; }
.eicon-star::before { content: ""; }
.eicon-text-align-justify::before { content: ""; }
.eicon-text-align-center::before { content: ""; }
.eicon-tags::before { content: ""; }
.eicon-text-align-left::before { content: ""; }
.eicon-text-align-right::before { content: ""; }
.eicon-close-circle::before { content: ""; }
.eicon-trash-o::before { content: ""; }
.eicon-font-awesome::before { content: ""; }
.eicon-user-circle-o::before { content: ""; }
.eicon-video-camera::before { content: ""; }
.eicon-heart::before { content: ""; }
.eicon-wrench::before { content: ""; }
.eicon-help::before { content: ""; }
.eicon-help-o::before { content: ""; }
.eicon-zoom-out-bold::before { content: ""; }
.eicon-plus-square-o::before { content: ""; }
.eicon-minus-square-o::before { content: ""; }
.eicon-minus-circle::before { content: ""; }
.eicon-minus-circle-o::before { content: ""; }
.eicon-code-bold::before { content: ""; }
.eicon-cloud-upload::before { content: ""; }
.eicon-search-bold::before { content: ""; }
.eicon-map-pin::before { content: ""; }
.eicon-meetup::before { content: ""; }
.eicon-slideshow::before { content: ""; }
.eicon-t-letter-bold::before { content: ""; }
.eicon-preferences::before { content: ""; }
.eicon-table-of-contents::before { content: ""; }
.eicon-tv::before { content: ""; }
.eicon-upload::before { content: ""; }
.eicon-instagram-comments::before { content: ""; }
.eicon-instagram-nested-gallery::before { content: ""; }
.eicon-instagram-post::before { content: ""; }
.eicon-instagram-video::before { content: ""; }
.eicon-instagram-gallery::before { content: ""; }
.eicon-instagram-likes::before { content: ""; }
.eicon-facebook::before { content: ""; }
.eicon-twitter::before { content: ""; }
.eicon-pinterest::before { content: ""; }
.eicon-frame-expand::before { content: ""; }
.eicon-frame-minimize::before { content: ""; }
.eicon-archive::before { content: ""; }
.eicon-colors-typography::before { content: ""; }
.eicon-custom::before { content: ""; }
.eicon-footer::before { content: ""; }
.eicon-header::before { content: ""; }
.eicon-layout-settings::before { content: ""; }
.eicon-lightbox-expand::before { content: ""; }
.eicon-error-404::before { content: ""; }
.eicon-theme-style::before { content: ""; }
.eicon-search-results::before { content: ""; }
.eicon-single-post::before { content: ""; }
.eicon-site-identity::before { content: ""; }
.eicon-theme-builder::before { content: ""; }
.eicon-download-bold::before { content: ""; }
.eicon-share-arrow::before { content: ""; }
.eicon-global-settings::before { content: ""; }
.eicon-user-preferences::before { content: ""; }
.eicon-lock::before { content: ""; }
.eicon-export-kit::before { content: ""; }
.eicon-import-kit::before { content: ""; }
.eicon-lottie::before { content: ""; }
.eicon-products-archive::before { content: ""; }
.eicon-single-product::before { content: ""; }
.eicon-disable-trash-o::before { content: ""; }
.eicon-single-page::before { content: ""; }
.eicon-wordpress-light::before { content: ""; }
.eicon-cogs-check::before { content: ""; }
.eicon-custom-css::before { content: ""; }
.eicon-global-colors::before { content: ""; }
.eicon-globe::before { content: ""; }
.eicon-typography-1::before { content: ""; }
.eicon-background::before { content: ""; }
.eicon-device-responsive::before { content: ""; }
.eicon-device-wide::before { content: ""; }
.eicon-code-highlight::before { content: ""; }
.eicon-video-playlist::before { content: ""; }
.eicon-download-kit::before { content: ""; }
.eicon-kit-details::before { content: ""; }
.eicon-kit-parts::before { content: ""; }
.eicon-kit-upload::before { content: ""; }
.eicon-kit-plugins::before { content: ""; }
.eicon-kit-upload-alt::before { content: ""; }
.eicon-hotspot::before { content: ""; }
.eicon-paypal-button::before { content: ""; }
.eicon-shape::before { content: ""; }
.eicon-wordart::before { content: ""; }
.eicon-checkout::before { content: ""; }
.eicon-container::before { content: ""; }
.eicon-flip::before { content: ""; }
.eicon-info::before { content: ""; }
.eicon-my-account::before { content: ""; }
.eicon-purchase-summary::before { content: ""; }
.eicon-page-transition::before { content: ""; }
.eicon-spotify::before { content: ""; }
.eicon-stripe-button::before { content: ""; }
.eicon-woo-settings::before { content: ""; }
.eicon-woo-cart::before { content: ""; }
.eicon-grow::before { content: ""; }
.eicon-order-end::before { content: ""; }
.eicon-nowrap::before { content: ""; }
.eicon-order-start::before { content: ""; }
.eicon-progress-tracker::before { content: ""; }
.eicon-shrink::before { content: ""; }
.eicon-wrap::before { content: ""; }
.eicon-align-center-h::before { content: ""; }
.eicon-align-center-v::before { content: ""; }
.eicon-align-end-h::before { content: ""; }
.eicon-align-end-v::before { content: ""; }
.eicon-align-start-h::before { content: ""; }
.eicon-align-start-v::before { content: ""; }
.eicon-align-stretch-h::before { content: ""; }
.eicon-align-stretch-v::before { content: ""; }
.eicon-justify-center-h::before { content: ""; }
.eicon-justify-center-v::before { content: ""; }
.eicon-justify-end-h::before { content: ""; }
.eicon-justify-end-v::before { content: ""; }
.eicon-justify-space-around-h::before { content: ""; }
.eicon-justify-space-around-v::before { content: ""; }
.eicon-justify-space-between-h::before { content: ""; }
.eicon-justify-space-between-v::before { content: ""; }
.eicon-justify-space-evenly-h::before { content: ""; }
.eicon-justify-space-evenly-v::before { content: ""; }
.eicon-justify-start-h::before { content: ""; }
.eicon-justify-start-v::before { content: ""; }
.eicon-woocommerce-cross-sells::before { content: ""; }
.eicon-woocommerce-notices::before { content: ""; }
.eicon-inner-container::before { content: ""; }
.eicon-warning-full::before { content: ""; }
.eicon-exit::before { content: ""; }
.eicon-loop-builder::before { content: ""; }
.eicon-notes::before { content: ""; }
.eicon-read::before { content: ""; }
.eicon-unread::before { content: ""; }
.eicon-carousel-loop::before { content: ""; }
.eicon-eye::before { content: ""; }
.eicon-elementor-square::before { content: ""; }
.elementor-bc-flex-widget .elementor-section-content-top > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap { align-items: flex-start; }
.elementor-bc-flex-widget .elementor-section-content-middle > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap { align-items: center; }
.elementor-bc-flex-widget .elementor-section-content-bottom > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap { align-items: flex-end; }
.elementor-column-gap-narrow > .elementor-row > .elementor-column > .elementor-element-populated > .elementor-widget-wrap { padding: 5px; }
.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated > .elementor-widget-wrap { padding: 10px; }
.elementor-column-gap-extended > .elementor-row > .elementor-column > .elementor-element-populated > .elementor-widget-wrap { padding: 15px; }
.elementor-column-gap-wide > .elementor-row > .elementor-column > .elementor-element-populated > .elementor-widget-wrap { padding: 20px; }
.elementor-column-gap-wider > .elementor-row > .elementor-column > .elementor-element-populated > .elementor-widget-wrap { padding: 30px; }
@media (min-width: -1px) {
  .elementor-reverse-widescreen > .elementor-container > .elementor-row > :first-child { order: 10; }
  .elementor-reverse-widescreen > .elementor-container > .elementor-row > :nth-child(2) { order: 9; }
  .elementor-reverse-widescreen > .elementor-container > .elementor-row > :nth-child(3) { order: 8; }
  .elementor-reverse-widescreen > .elementor-container > .elementor-row > :nth-child(4) { order: 7; }
  .elementor-reverse-widescreen > .elementor-container > .elementor-row > :nth-child(5) { order: 6; }
  .elementor-reverse-widescreen > .elementor-container > .elementor-row > :nth-child(6) { order: 5; }
  .elementor-reverse-widescreen > .elementor-container > .elementor-row > :nth-child(7) { order: 4; }
  .elementor-reverse-widescreen > .elementor-container > .elementor-row > :nth-child(8) { order: 3; }
  .elementor-reverse-widescreen > .elementor-container > .elementor-row > :nth-child(9) { order: 2; }
  .elementor-reverse-widescreen > .elementor-container > .elementor-row > :nth-child(10) { order: 1; }
}
@media (min-width: 1025px) and (max-width: -1px) {
  .elementor-reverse-laptop > .elementor-container > .elementor-row > :first-child { order: 10; }
  .elementor-reverse-laptop > .elementor-container > .elementor-row > :nth-child(2) { order: 9; }
  .elementor-reverse-laptop > .elementor-container > .elementor-row > :nth-child(3) { order: 8; }
  .elementor-reverse-laptop > .elementor-container > .elementor-row > :nth-child(4) { order: 7; }
  .elementor-reverse-laptop > .elementor-container > .elementor-row > :nth-child(5) { order: 6; }
  .elementor-reverse-laptop > .elementor-container > .elementor-row > :nth-child(6) { order: 5; }
  .elementor-reverse-laptop > .elementor-container > .elementor-row > :nth-child(7) { order: 4; }
  .elementor-reverse-laptop > .elementor-container > .elementor-row > :nth-child(8) { order: 3; }
  .elementor-reverse-laptop > .elementor-container > .elementor-row > :nth-child(9) { order: 2; }
  .elementor-reverse-laptop > .elementor-container > .elementor-row > :nth-child(10) { order: 1; }
}
@media (min-width: -1px) and (max-width: -1px) {
  .elementor-reverse-laptop > .elementor-container > .elementor-row > :first-child { order: 10; }
  .elementor-reverse-laptop > .elementor-container > .elementor-row > :nth-child(2) { order: 9; }
  .elementor-reverse-laptop > .elementor-container > .elementor-row > :nth-child(3) { order: 8; }
  .elementor-reverse-laptop > .elementor-container > .elementor-row > :nth-child(4) { order: 7; }
  .elementor-reverse-laptop > .elementor-container > .elementor-row > :nth-child(5) { order: 6; }
  .elementor-reverse-laptop > .elementor-container > .elementor-row > :nth-child(6) { order: 5; }
  .elementor-reverse-laptop > .elementor-container > .elementor-row > :nth-child(7) { order: 4; }
  .elementor-reverse-laptop > .elementor-container > .elementor-row > :nth-child(8) { order: 3; }
  .elementor-reverse-laptop > .elementor-container > .elementor-row > :nth-child(9) { order: 2; }
  .elementor-reverse-laptop > .elementor-container > .elementor-row > :nth-child(10) { order: 1; }
}
@media (min-width: 1025px) and (max-width: -1px) {
  .elementor-reverse-laptop > .elementor-container > .elementor-row > :first-child, .elementor-reverse-laptop > .elementor-container > .elementor-row > :nth-child(2), .elementor-reverse-laptop > .elementor-container > .elementor-row > :nth-child(3), .elementor-reverse-laptop > .elementor-container > .elementor-row > :nth-child(4), .elementor-reverse-laptop > .elementor-container > .elementor-row > :nth-child(5), .elementor-reverse-laptop > .elementor-container > .elementor-row > :nth-child(6), .elementor-reverse-laptop > .elementor-container > .elementor-row > :nth-child(7), .elementor-reverse-laptop > .elementor-container > .elementor-row > :nth-child(8), .elementor-reverse-laptop > .elementor-container > .elementor-row > :nth-child(9), .elementor-reverse-laptop > .elementor-container > .elementor-row > :nth-child(10) { order: 0; }
  .elementor-reverse-tablet_extra > .elementor-container > .elementor-row > :first-child { order: 10; }
  .elementor-reverse-tablet_extra > .elementor-container > .elementor-row > :nth-child(2) { order: 9; }
  .elementor-reverse-tablet_extra > .elementor-container > .elementor-row > :nth-child(3) { order: 8; }
  .elementor-reverse-tablet_extra > .elementor-container > .elementor-row > :nth-child(4) { order: 7; }
  .elementor-reverse-tablet_extra > .elementor-container > .elementor-row > :nth-child(5) { order: 6; }
  .elementor-reverse-tablet_extra > .elementor-container > .elementor-row > :nth-child(6) { order: 5; }
  .elementor-reverse-tablet_extra > .elementor-container > .elementor-row > :nth-child(7) { order: 4; }
  .elementor-reverse-tablet_extra > .elementor-container > .elementor-row > :nth-child(8) { order: 3; }
  .elementor-reverse-tablet_extra > .elementor-container > .elementor-row > :nth-child(9) { order: 2; }
  .elementor-reverse-tablet_extra > .elementor-container > .elementor-row > :nth-child(10) { order: 1; }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .elementor-reverse-tablet > .elementor-container > .elementor-row > :first-child { order: 10; }
  .elementor-reverse-tablet > .elementor-container > .elementor-row > :nth-child(2) { order: 9; }
  .elementor-reverse-tablet > .elementor-container > .elementor-row > :nth-child(3) { order: 8; }
  .elementor-reverse-tablet > .elementor-container > .elementor-row > :nth-child(4) { order: 7; }
  .elementor-reverse-tablet > .elementor-container > .elementor-row > :nth-child(5) { order: 6; }
  .elementor-reverse-tablet > .elementor-container > .elementor-row > :nth-child(6) { order: 5; }
  .elementor-reverse-tablet > .elementor-container > .elementor-row > :nth-child(7) { order: 4; }
  .elementor-reverse-tablet > .elementor-container > .elementor-row > :nth-child(8) { order: 3; }
  .elementor-reverse-tablet > .elementor-container > .elementor-row > :nth-child(9) { order: 2; }
  .elementor-reverse-tablet > .elementor-container > .elementor-row > :nth-child(10) { order: 1; }
}
@media (min-width: -1px) and (max-width: 1024px) {
  .elementor-reverse-tablet > .elementor-container > .elementor-row > :first-child { order: 10; }
  .elementor-reverse-tablet > .elementor-container > .elementor-row > :nth-child(2) { order: 9; }
  .elementor-reverse-tablet > .elementor-container > .elementor-row > :nth-child(3) { order: 8; }
  .elementor-reverse-tablet > .elementor-container > .elementor-row > :nth-child(4) { order: 7; }
  .elementor-reverse-tablet > .elementor-container > .elementor-row > :nth-child(5) { order: 6; }
  .elementor-reverse-tablet > .elementor-container > .elementor-row > :nth-child(6) { order: 5; }
  .elementor-reverse-tablet > .elementor-container > .elementor-row > :nth-child(7) { order: 4; }
  .elementor-reverse-tablet > .elementor-container > .elementor-row > :nth-child(8) { order: 3; }
  .elementor-reverse-tablet > .elementor-container > .elementor-row > :nth-child(9) { order: 2; }
  .elementor-reverse-tablet > .elementor-container > .elementor-row > :nth-child(10) { order: 1; }
}
@media (min-width: 768px) and (max-width: -1px) {
  .elementor-reverse-tablet > .elementor-container > .elementor-row > :first-child, .elementor-reverse-tablet > .elementor-container > .elementor-row > :nth-child(2), .elementor-reverse-tablet > .elementor-container > .elementor-row > :nth-child(3), .elementor-reverse-tablet > .elementor-container > .elementor-row > :nth-child(4), .elementor-reverse-tablet > .elementor-container > .elementor-row > :nth-child(5), .elementor-reverse-tablet > .elementor-container > .elementor-row > :nth-child(6), .elementor-reverse-tablet > .elementor-container > .elementor-row > :nth-child(7), .elementor-reverse-tablet > .elementor-container > .elementor-row > :nth-child(8), .elementor-reverse-tablet > .elementor-container > .elementor-row > :nth-child(9), .elementor-reverse-tablet > .elementor-container > .elementor-row > :nth-child(10) { order: 0; }
  .elementor-reverse-mobile_extra > .elementor-container > .elementor-row > :first-child { order: 10; }
  .elementor-reverse-mobile_extra > .elementor-container > .elementor-row > :nth-child(2) { order: 9; }
  .elementor-reverse-mobile_extra > .elementor-container > .elementor-row > :nth-child(3) { order: 8; }
  .elementor-reverse-mobile_extra > .elementor-container > .elementor-row > :nth-child(4) { order: 7; }
  .elementor-reverse-mobile_extra > .elementor-container > .elementor-row > :nth-child(5) { order: 6; }
  .elementor-reverse-mobile_extra > .elementor-container > .elementor-row > :nth-child(6) { order: 5; }
  .elementor-reverse-mobile_extra > .elementor-container > .elementor-row > :nth-child(7) { order: 4; }
  .elementor-reverse-mobile_extra > .elementor-container > .elementor-row > :nth-child(8) { order: 3; }
  .elementor-reverse-mobile_extra > .elementor-container > .elementor-row > :nth-child(9) { order: 2; }
  .elementor-reverse-mobile_extra > .elementor-container > .elementor-row > :nth-child(10) { order: 1; }
}
@media (max-width: 767px) {
  .elementor-reverse-mobile > .elementor-container > .elementor-row > :first-child { order: 10; }
  .elementor-reverse-mobile > .elementor-container > .elementor-row > :nth-child(2) { order: 9; }
  .elementor-reverse-mobile > .elementor-container > .elementor-row > :nth-child(3) { order: 8; }
  .elementor-reverse-mobile > .elementor-container > .elementor-row > :nth-child(4) { order: 7; }
  .elementor-reverse-mobile > .elementor-container > .elementor-row > :nth-child(5) { order: 6; }
  .elementor-reverse-mobile > .elementor-container > .elementor-row > :nth-child(6) { order: 5; }
  .elementor-reverse-mobile > .elementor-container > .elementor-row > :nth-child(7) { order: 4; }
  .elementor-reverse-mobile > .elementor-container > .elementor-row > :nth-child(8) { order: 3; }
  .elementor-reverse-mobile > .elementor-container > .elementor-row > :nth-child(9) { order: 2; }
  .elementor-reverse-mobile > .elementor-container > .elementor-row > :nth-child(10) { order: 1; }
  .elementor-column { width: 100%; }
}
.dialog-widget-content { background-color: rgb(255, 255, 255); position: absolute; border-radius: 3px; box-shadow: rgba(0, 0, 0, 0.2) 2px 8px 23px 3px; overflow: hidden; }
.dialog-message { font-size: 12px; line-height: 1.5; box-sizing: border-box; }
.dialog-type-lightbox { position: fixed; height: 100%; width: 100%; bottom: 0px; left: 0px; background-color: rgba(0, 0, 0, 0.8); z-index: 9999; user-select: none; }
.dialog-type-lightbox .dialog-widget-content { margin: auto; width: 375px; }
.dialog-type-lightbox .dialog-header { font-size: 15px; color: rgb(73, 81, 87); padding: 30px 0px 10px; font-weight: 500; }
.dialog-type-lightbox .dialog-message { padding: 0px 30px 30px; min-height: 50px; }
.dialog-type-lightbox:not(.elementor-popup-modal) .dialog-header, .dialog-type-lightbox:not(.elementor-popup-modal) .dialog-message { text-align: center; }
.dialog-type-lightbox .dialog-buttons-wrapper { border-top: 1px solid rgb(230, 233, 236); text-align: center; }
.dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button { font-family: Roboto, Arial, Helvetica, Verdana, sans-serif; width: 50%; border: none; background: none; color: rgb(109, 120, 130); font-size: 15px; cursor: pointer; padding: 13px 0px; outline: 0px; }
.dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button:hover { background-color: rgb(244, 246, 247); }
.dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button.dialog-ok { color: rgb(176, 27, 27); }
.dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button.dialog-take_over { color: rgb(57, 181, 74); }
.dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button:active { background-color: rgba(230, 233, 236, 0.5); }
.dialog-close-button { cursor: pointer; position: absolute; margin-top: 15px; right: 15px; font-size: 15px; line-height: 1; }
.dialog-close-button:not(:hover) { opacity: 0.4; }
.dialog-alert-widget .dialog-buttons-wrapper > button { width: 100%; }
.dialog-confirm-widget .dialog-button:first-child { border-right: 1px solid rgb(230, 233, 236); }
#elementor-change-exit-preference-dialog .dialog-message a { cursor: pointer; }
#elementor-change-exit-preference-dialog .dialog-message > div { margin-bottom: 10px; }
#elementor-change-exit-preference-dialog .dialog-ok { color: rgb(57, 181, 74); }
#e-experiments-dependency-dialog .dialog-confirm-header { font-weight: 600; }
#e-experiments-dependency-dialog .dialog-ok, #e-kit-elements-defaults-create-dialog .dialog-ok { color: rgb(57, 181, 74); }
#e-kit-elements-defaults-create-dialog label { display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 20px; }
.dialog-prevent-scroll { overflow: hidden; max-height: 100vh; }
@media (min-width: 1024px) {
  body.admin-bar .dialog-lightbox-widget { height: calc(-32px + 100vh); }
}
@media (max-width: 1024px) {
  body.admin-bar .dialog-type-lightbox { position: sticky; height: 100vh; }
}
.elementor-aspect-ratio-219 .elementor-fit-aspect-ratio { padding-bottom: 42.8571%; }
.elementor-aspect-ratio-169 .elementor-fit-aspect-ratio { padding-bottom: 56.25%; }
.elementor-aspect-ratio-43 .elementor-fit-aspect-ratio { padding-bottom: 75%; }
.elementor-aspect-ratio-32 .elementor-fit-aspect-ratio { padding-bottom: 66.6666%; }
.elementor-aspect-ratio-11 .elementor-fit-aspect-ratio { padding-bottom: 100%; }
.elementor-aspect-ratio-916 .elementor-fit-aspect-ratio { padding-bottom: 177.8%; }
.elementor-fit-aspect-ratio { position: relative; height: 0px; }
.elementor-fit-aspect-ratio iframe { position: absolute; top: 0px; left: 0px; height: 100%; width: 100%; border: 0px; background-color: rgb(0, 0, 0); }
.elementor-fit-aspect-ratio video { width: 100%; }
.flatpickr-calendar { width: 280px; }
.flatpickr-calendar .flatpickr-current-month span.cur-month { font-weight: 300; }
.flatpickr-calendar .dayContainer { width: 280px; min-width: 280px; max-width: 280px; }
.flatpickr-calendar .flatpickr-days { width: 280px; }
.flatpickr-calendar .flatpickr-day { max-width: 37px; height: 37px; line-height: 37px; }
.elementor-templates-modal .dialog-widget-content { font-family: Roboto, Arial, Helvetica, Verdana, sans-serif; background-color: rgb(241, 243, 245); width: 100%; }
@media (max-width: 1439px) {
  .elementor-templates-modal .dialog-widget-content { max-width: 990px; }
}
@media (min-width: 1440px) {
  .elementor-templates-modal .dialog-widget-content { max-width: 1200px; }
}
.elementor-templates-modal .dialog-header { padding: 0px; background-color: rgb(255, 255, 255); box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px; position: relative; z-index: 1; }
.elementor-templates-modal .dialog-buttons-wrapper { background-color: rgb(255, 255, 255); border: none; display: none; justify-content: flex-end; padding: 5px; box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px; position: relative; }
.elementor-templates-modal .dialog-buttons-wrapper .elementor-button { height: 40px; margin-left: 5px; }
.elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success { padding: 12px 36px; color: rgb(255, 255, 255); width: auto; font-size: 15px; }
.elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success:hover { background-color: rgb(57, 181, 74); }
.elementor-templates-modal .dialog-message { height: 750px; max-height: 85vh; overflow-y: scroll; padding-top: 25px; }
.elementor-templates-modal .dialog-content { height: 100%; }
.elementor-templates-modal .dialog-loading { display: none; }
.elementor-templates-modal__header { display: flex; align-items: center; justify-content: space-between; height: 50px; }
.elementor-templates-modal__header__logo { line-height: 1; text-transform: uppercase; font-weight: 700; cursor: pointer; }
.elementor-templates-modal__header__logo-area { text-align: left; padding-left: 15px; }
.elementor-templates-modal__header__logo-area > * { display: flex; align-items: center; }
.elementor-templates-modal__header__logo__icon-wrapper { margin-right: 10px; font-size: 12px; }
.elementor-templates-modal__header__logo__title { padding-top: 2px; }
.elementor-templates-modal__header__items-area { display: flex; flex-direction: row-reverse; }
.elementor-templates-modal__header__item { position: relative; display: flex; align-items: center; justify-content: center; box-sizing: content-box; }
.elementor-templates-modal__header__item > i { font-size: 20px; transition: all 0.3s ease 0s; cursor: pointer; }
.elementor-templates-modal__header__item > i:not(:hover) { color: rgb(164, 175, 183); }
.elementor-templates-modal__header__close--normal { width: 47px; border-left: 1px solid rgb(230, 233, 236); }
.elementor-templates-modal__header__close--normal i { font-size: 18px; }
.elementor-templates-modal__header__close--skip { padding: 10px 10px 10px 20px; margin-right: 10px; color: rgb(255, 255, 255); background-color: rgb(164, 175, 183); font-size: 11px; font-weight: 400; line-height: 1; text-transform: uppercase; border-radius: 2px; cursor: pointer; }
.elementor-templates-modal__header__close--skip > i { font-size: inherit; padding-left: 10px; margin-left: 15px; border-left: 1px solid; }
.elementor-templates-modal__header__close--skip > i:not(:hover) { color: rgb(255, 255, 255); }
.elementor-templates-modal__sidebar { flex-shrink: 0; width: 25%; background-color: rgba(255, 255, 255, 0.3); }
.elementor-templates-modal__content { flex-grow: 1; box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 13px inset; }
#wpadminbar #wp-admin-bar-elementor_edit_page .elementor-general-section + .elementor-second-section { border-top: 1px solid rgb(70, 75, 80); margin-top: 6px; }
.elementor-hidden { display: none; }
.elementor-screen-only, .screen-reader-text, .screen-reader-text span, .ui-helper-hidden-accessible { position: absolute; top: -10000em; width: 1px; height: 1px; margin: -1px; padding: 0px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); border: 0px; }
.elementor-clearfix::after { content: ""; display: block; clear: both; width: 0px; height: 0px; }
.e-logo-wrapper { background: rgb(147, 0, 60); display: inline-block; padding: 0.75em; border-radius: 50%; line-height: 1; }
.e-logo-wrapper i { color: rgb(255, 255, 255); font-size: 1em; }
#e-enable-unfiltered-files-dialog-import-template .dialog-confirm-ok { color: rgb(57, 181, 74); }
#e-enable-unfiltered-files-dialog-import-template .dialog-confirm-cancel { color: rgb(176, 27, 27); }
.elementor { hyphens: manual; }
.elementor *, .elementor ::after, .elementor ::before { box-sizing: border-box; }
.elementor a { box-shadow: none; text-decoration: none; }
.elementor hr { margin: 0px; background-color: transparent; }
.elementor img { height: auto; max-width: 100%; border: none; border-radius: 0px; box-shadow: none; }
.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure { margin: 0px; }
.elementor embed, .elementor iframe, .elementor object, .elementor video { max-width: 100%; width: 100%; margin: 0px; line-height: 1; border: none; }
.elementor .elementor-custom-embed { line-height: 0; }
.elementor .elementor-background, .elementor .elementor-background-holder, .elementor .elementor-background-video-container { height: 100%; width: 100%; top: 0px; left: 0px; position: absolute; overflow: hidden; z-index: 0; direction: ltr; }
.elementor .elementor-background-video-container { transition: opacity 1s ease 0s; pointer-events: none; }
.elementor .elementor-background-video-container.elementor-loading { opacity: 0; }
.elementor .elementor-background-video-embed { max-width: none; }
.elementor .elementor-background-video, .elementor .elementor-background-video-embed, .elementor .elementor-background-video-hosted { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.elementor .elementor-background-video { max-width: none; }
.elementor .elementor-html5-video { object-fit: cover; }
.elementor .elementor-background-overlay, .elementor .elementor-background-slideshow { height: 100%; width: 100%; top: 0px; left: 0px; position: absolute; }
.elementor .elementor-background-slideshow { z-index: 0; }
.elementor .elementor-background-slideshow__slide__image { width: 100%; height: 100%; background-position: 50% center; background-size: cover; }
.e-con-inner > .elementor-element.elementor-absolute, .e-con > .elementor-element.elementor-absolute, .elementor-widget-wrap > .elementor-element.elementor-absolute { position: absolute; }
.e-con-inner > .elementor-element.elementor-fixed, .e-con > .elementor-element.elementor-fixed, .elementor-widget-wrap > .elementor-element.elementor-fixed { position: fixed; }
.elementor-widget-wrap .elementor-element.elementor-widget__width-auto, .elementor-widget-wrap .elementor-element.elementor-widget__width-initial { max-width: 100%; }
@media (max-width: 1024px) {
  .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto, .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial { max-width: 100%; }
}
@media (max-width: 767px) {
  .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto, .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial { max-width: 100%; }
}
.elementor-element { --flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; flex-basis: var(--flex-basis); flex-grow: var(--flex-grow); flex-shrink: var(--flex-shrink); order: var(--order); align-self: var(--align-self); }
.elementor-element.elementor-absolute, .elementor-element.elementor-fixed { z-index: 1; }
.elementor-element:where(.e-con-full, .elementor-widget) { flex-direction: var(--flex-direction); flex-wrap: var(--flex-wrap); justify-content: var(--justify-content); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); }
.elementor-invisible { visibility: hidden; }
.elementor-align-center { text-align: center; }
.elementor-align-center .elementor-button { width: auto; }
.elementor-align-right { text-align: right; }
.elementor-align-right .elementor-button { width: auto; }
.elementor-align-left { text-align: left; }
.elementor-align-left .elementor-button { width: auto; }
.elementor-align-justify .elementor-button { width: 100%; }
.elementor-custom-embed-play { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.elementor-custom-embed-play i { font-size: 100px; color: rgb(255, 255, 255); text-shadow: rgba(0, 0, 0, 0.3) 1px 0px 6px; }
.elementor-custom-embed-play svg { height: 100px; width: 100px; fill: rgb(255, 255, 255); filter: drop-shadow(rgba(0, 0, 0, 0.3) 1px 0px 6px); }
.elementor-custom-embed-play i, .elementor-custom-embed-play svg { opacity: 0.8; transition: all 0.5s ease 0s; }
.elementor-custom-embed-play.elementor-playing i { font-family: eicons; }
.elementor-custom-embed-play.elementor-playing i::before { content: ""; }
.elementor-custom-embed-play.elementor-playing i, .elementor-custom-embed-play.elementor-playing svg { animation: 2s linear 0s infinite normal none running eicon-spin; }
.elementor-tag { display: inline-flex; }
.elementor-ken-burns { transition-property: transform; transition-duration: 10s; transition-timing-function: linear; }
.elementor-ken-burns--out { transform: scale(1.3); }
.elementor-ken-burns--active { transition-duration: 20s; }
.elementor-ken-burns--active.elementor-ken-burns--out { transform: scale(1); }
.elementor-ken-burns--active.elementor-ken-burns--in { transform: scale(1.3); }
@media (min-width: -1px) {
  .elementor-widescreen-align-center { text-align: center; }
  .elementor-widescreen-align-center .elementor-button { width: auto; }
  .elementor-widescreen-align-right { text-align: right; }
  .elementor-widescreen-align-right .elementor-button { width: auto; }
  .elementor-widescreen-align-left { text-align: left; }
  .elementor-widescreen-align-left .elementor-button { width: auto; }
  .elementor-widescreen-align-justify .elementor-button { width: 100%; }
}
@media (max-width: -1px) {
  .elementor-laptop-align-center { text-align: center; }
  .elementor-laptop-align-center .elementor-button { width: auto; }
  .elementor-laptop-align-right { text-align: right; }
  .elementor-laptop-align-right .elementor-button { width: auto; }
  .elementor-laptop-align-left { text-align: left; }
  .elementor-laptop-align-left .elementor-button { width: auto; }
  .elementor-laptop-align-justify .elementor-button { width: 100%; }
}
@media (max-width: -1px) {
  .elementor-tablet_extra-align-center { text-align: center; }
  .elementor-tablet_extra-align-center .elementor-button { width: auto; }
  .elementor-tablet_extra-align-right { text-align: right; }
  .elementor-tablet_extra-align-right .elementor-button { width: auto; }
  .elementor-tablet_extra-align-left { text-align: left; }
  .elementor-tablet_extra-align-left .elementor-button { width: auto; }
  .elementor-tablet_extra-align-justify .elementor-button { width: 100%; }
}
@media (max-width: 1024px) {
  .elementor-tablet-align-center { text-align: center; }
  .elementor-tablet-align-center .elementor-button { width: auto; }
  .elementor-tablet-align-right { text-align: right; }
  .elementor-tablet-align-right .elementor-button { width: auto; }
  .elementor-tablet-align-left { text-align: left; }
  .elementor-tablet-align-left .elementor-button { width: auto; }
  .elementor-tablet-align-justify .elementor-button { width: 100%; }
}
@media (max-width: -1px) {
  .elementor-mobile_extra-align-center { text-align: center; }
  .elementor-mobile_extra-align-center .elementor-button { width: auto; }
  .elementor-mobile_extra-align-right { text-align: right; }
  .elementor-mobile_extra-align-right .elementor-button { width: auto; }
  .elementor-mobile_extra-align-left { text-align: left; }
  .elementor-mobile_extra-align-left .elementor-button { width: auto; }
  .elementor-mobile_extra-align-justify .elementor-button { width: 100%; }
}
@media (max-width: 767px) {
  .elementor-mobile-align-center { text-align: center; }
  .elementor-mobile-align-center .elementor-button { width: auto; }
  .elementor-mobile-align-right { text-align: right; }
  .elementor-mobile-align-right .elementor-button { width: auto; }
  .elementor-mobile-align-left { text-align: left; }
  .elementor-mobile-align-left .elementor-button { width: auto; }
  .elementor-mobile-align-justify .elementor-button { width: 100%; }
}
:root { --page-title-display: block; }
.elementor-page-title, h1.entry-title { display: var(--page-title-display); }
@keyframes eicon-spin { 
  0% { transform: rotate(0deg); }
  100% { transform: rotate(359deg); }
}
.eicon-animation-spin { animation: 2s linear 0s infinite normal none running eicon-spin; }
.elementor-section { position: relative; }
.elementor-section .elementor-container { display: flex; margin-right: auto; margin-left: auto; position: relative; }
@media (max-width: 1024px) {
  .elementor-section .elementor-container { flex-wrap: wrap; }
}
.elementor-section.elementor-section-boxed > .elementor-container { max-width: 1140px; }
.elementor-section.elementor-section-stretched { position: relative; width: 100%; }
.elementor-section.elementor-section-items-top > .elementor-container { align-items: flex-start; }
.elementor-section.elementor-section-items-middle > .elementor-container { align-items: center; }
.elementor-section.elementor-section-items-bottom > .elementor-container { align-items: flex-end; }
@media (min-width: 768px) {
  .elementor-section.elementor-section-height-full { height: 100vh; }
  .elementor-section.elementor-section-height-full > .elementor-container { height: 100%; }
}
.elementor-bc-flex-widget .elementor-section-content-top > .elementor-container > .elementor-column > .elementor-widget-wrap { align-items: flex-start; }
.elementor-bc-flex-widget .elementor-section-content-middle > .elementor-container > .elementor-column > .elementor-widget-wrap { align-items: center; }
.elementor-bc-flex-widget .elementor-section-content-bottom > .elementor-container > .elementor-column > .elementor-widget-wrap { align-items: flex-end; }
.elementor-row { width: 100%; display: flex; }
@media (max-width: 1024px) {
  .elementor-row { flex-wrap: wrap; }
}
.elementor-widget-wrap { position: relative; width: 100%; flex-wrap: wrap; align-content: flex-start; }
.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap { display: flex; }
.elementor-widget-wrap > .elementor-element { width: 100%; }
.elementor-widget-wrap.e-swiper-container { width: calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px))); }
.elementor-widget { position: relative; }
.elementor-widget:not(:last-child) { margin-bottom: 20px; }
.elementor-widget:not(:last-child).elementor-absolute, .elementor-widget:not(:last-child).elementor-widget__width-auto, .elementor-widget:not(:last-child).elementor-widget__width-initial { margin-bottom: 0px; }
.elementor-column { position: relative; min-height: 1px; display: flex; }
.elementor-column-wrap { width: 100%; position: relative; display: flex; }
.elementor-column-gap-narrow > .elementor-column > .elementor-element-populated { padding: 5px; }
.elementor-column-gap-default > .elementor-column > .elementor-element-populated { padding: 10px; }
.elementor-column-gap-extended > .elementor-column > .elementor-element-populated { padding: 15px; }
.elementor-column-gap-wide > .elementor-column > .elementor-element-populated { padding: 20px; }
.elementor-column-gap-wider > .elementor-column > .elementor-element-populated { padding: 30px; }
.elementor-inner-section .elementor-column-gap-no .elementor-element-populated { padding: 0px; }
@media (min-width: 768px) {
  .elementor-column.elementor-col-10, .elementor-column[data-col="10"] { width: 10%; }
  .elementor-column.elementor-col-11, .elementor-column[data-col="11"] { width: 11.111%; }
  .elementor-column.elementor-col-12, .elementor-column[data-col="12"] { width: 12.5%; }
  .elementor-column.elementor-col-14, .elementor-column[data-col="14"] { width: 14.285%; }
  .elementor-column.elementor-col-16, .elementor-column[data-col="16"] { width: 16.666%; }
  .elementor-column.elementor-col-20, .elementor-column[data-col="20"] { width: 20%; }
  .elementor-column.elementor-col-25, .elementor-column[data-col="25"] { width: 25%; }
  .elementor-column.elementor-col-30, .elementor-column[data-col="30"] { width: 30%; }
  .elementor-column.elementor-col-33, .elementor-column[data-col="33"] { width: 33.333%; }
  .elementor-column.elementor-col-40, .elementor-column[data-col="40"] { width: 40%; }
  .elementor-column.elementor-col-50, .elementor-column[data-col="50"] { width: 50%; }
  .elementor-column.elementor-col-60, .elementor-column[data-col="60"] { width: 60%; }
  .elementor-column.elementor-col-66, .elementor-column[data-col="66"] { width: 66.666%; }
  .elementor-column.elementor-col-70, .elementor-column[data-col="70"] { width: 70%; }
  .elementor-column.elementor-col-75, .elementor-column[data-col="75"] { width: 75%; }
  .elementor-column.elementor-col-80, .elementor-column[data-col="80"] { width: 80%; }
  .elementor-column.elementor-col-83, .elementor-column[data-col="83"] { width: 83.333%; }
  .elementor-column.elementor-col-90, .elementor-column[data-col="90"] { width: 90%; }
  .elementor-column.elementor-col-100, .elementor-column[data-col="100"] { width: 100%; }
}
@media (max-width: 479px) {
  .elementor-column.elementor-xs-10 { width: 10%; }
  .elementor-column.elementor-xs-11 { width: 11.111%; }
  .elementor-column.elementor-xs-12 { width: 12.5%; }
  .elementor-column.elementor-xs-14 { width: 14.285%; }
  .elementor-column.elementor-xs-16 { width: 16.666%; }
  .elementor-column.elementor-xs-20 { width: 20%; }
  .elementor-column.elementor-xs-25 { width: 25%; }
  .elementor-column.elementor-xs-30 { width: 30%; }
  .elementor-column.elementor-xs-33 { width: 33.333%; }
  .elementor-column.elementor-xs-40 { width: 40%; }
  .elementor-column.elementor-xs-50 { width: 50%; }
  .elementor-column.elementor-xs-60 { width: 60%; }
  .elementor-column.elementor-xs-66 { width: 66.666%; }
  .elementor-column.elementor-xs-70 { width: 70%; }
  .elementor-column.elementor-xs-75 { width: 75%; }
  .elementor-column.elementor-xs-80 { width: 80%; }
  .elementor-column.elementor-xs-83 { width: 83.333%; }
  .elementor-column.elementor-xs-90 { width: 90%; }
  .elementor-column.elementor-xs-100 { width: 100%; }
}
@media (max-width: 767px) {
  .elementor-column.elementor-sm-10 { width: 10%; }
  .elementor-column.elementor-sm-11 { width: 11.111%; }
  .elementor-column.elementor-sm-12 { width: 12.5%; }
  .elementor-column.elementor-sm-14 { width: 14.285%; }
  .elementor-column.elementor-sm-16 { width: 16.666%; }
  .elementor-column.elementor-sm-20 { width: 20%; }
  .elementor-column.elementor-sm-25 { width: 25%; }
  .elementor-column.elementor-sm-30 { width: 30%; }
  .elementor-column.elementor-sm-33 { width: 33.333%; }
  .elementor-column.elementor-sm-40 { width: 40%; }
  .elementor-column.elementor-sm-50 { width: 50%; }
  .elementor-column.elementor-sm-60 { width: 60%; }
  .elementor-column.elementor-sm-66 { width: 66.666%; }
  .elementor-column.elementor-sm-70 { width: 70%; }
  .elementor-column.elementor-sm-75 { width: 75%; }
  .elementor-column.elementor-sm-80 { width: 80%; }
  .elementor-column.elementor-sm-83 { width: 83.333%; }
  .elementor-column.elementor-sm-90 { width: 90%; }
  .elementor-column.elementor-sm-100 { width: 100%; }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .elementor-column.elementor-md-10 { width: 10%; }
  .elementor-column.elementor-md-11 { width: 11.111%; }
  .elementor-column.elementor-md-12 { width: 12.5%; }
  .elementor-column.elementor-md-14 { width: 14.285%; }
  .elementor-column.elementor-md-16 { width: 16.666%; }
  .elementor-column.elementor-md-20 { width: 20%; }
  .elementor-column.elementor-md-25 { width: 25%; }
  .elementor-column.elementor-md-30 { width: 30%; }
  .elementor-column.elementor-md-33 { width: 33.333%; }
  .elementor-column.elementor-md-40 { width: 40%; }
  .elementor-column.elementor-md-50 { width: 50%; }
  .elementor-column.elementor-md-60 { width: 60%; }
  .elementor-column.elementor-md-66 { width: 66.666%; }
  .elementor-column.elementor-md-70 { width: 70%; }
  .elementor-column.elementor-md-75 { width: 75%; }
  .elementor-column.elementor-md-80 { width: 80%; }
  .elementor-column.elementor-md-83 { width: 83.333%; }
  .elementor-column.elementor-md-90 { width: 90%; }
  .elementor-column.elementor-md-100 { width: 100%; }
}
@media (min-width: -1px) {
  .elementor-reverse-widescreen > .elementor-container > :first-child { order: 10; }
  .elementor-reverse-widescreen > .elementor-container > :nth-child(2) { order: 9; }
  .elementor-reverse-widescreen > .elementor-container > :nth-child(3) { order: 8; }
  .elementor-reverse-widescreen > .elementor-container > :nth-child(4) { order: 7; }
  .elementor-reverse-widescreen > .elementor-container > :nth-child(5) { order: 6; }
  .elementor-reverse-widescreen > .elementor-container > :nth-child(6) { order: 5; }
  .elementor-reverse-widescreen > .elementor-container > :nth-child(7) { order: 4; }
  .elementor-reverse-widescreen > .elementor-container > :nth-child(8) { order: 3; }
  .elementor-reverse-widescreen > .elementor-container > :nth-child(9) { order: 2; }
  .elementor-reverse-widescreen > .elementor-container > :nth-child(10) { order: 1; }
}
@media (min-width: 1025px) and (max-width: -1px) {
  .elementor-reverse-laptop > .elementor-container > :first-child { order: 10; }
  .elementor-reverse-laptop > .elementor-container > :nth-child(2) { order: 9; }
  .elementor-reverse-laptop > .elementor-container > :nth-child(3) { order: 8; }
  .elementor-reverse-laptop > .elementor-container > :nth-child(4) { order: 7; }
  .elementor-reverse-laptop > .elementor-container > :nth-child(5) { order: 6; }
  .elementor-reverse-laptop > .elementor-container > :nth-child(6) { order: 5; }
  .elementor-reverse-laptop > .elementor-container > :nth-child(7) { order: 4; }
  .elementor-reverse-laptop > .elementor-container > :nth-child(8) { order: 3; }
  .elementor-reverse-laptop > .elementor-container > :nth-child(9) { order: 2; }
  .elementor-reverse-laptop > .elementor-container > :nth-child(10) { order: 1; }
}
@media (min-width: -1px) and (max-width: -1px) {
  .elementor-reverse-laptop > .elementor-container > :first-child { order: 10; }
  .elementor-reverse-laptop > .elementor-container > :nth-child(2) { order: 9; }
  .elementor-reverse-laptop > .elementor-container > :nth-child(3) { order: 8; }
  .elementor-reverse-laptop > .elementor-container > :nth-child(4) { order: 7; }
  .elementor-reverse-laptop > .elementor-container > :nth-child(5) { order: 6; }
  .elementor-reverse-laptop > .elementor-container > :nth-child(6) { order: 5; }
  .elementor-reverse-laptop > .elementor-container > :nth-child(7) { order: 4; }
  .elementor-reverse-laptop > .elementor-container > :nth-child(8) { order: 3; }
  .elementor-reverse-laptop > .elementor-container > :nth-child(9) { order: 2; }
  .elementor-reverse-laptop > .elementor-container > :nth-child(10) { order: 1; }
}
@media (min-width: 1025px) and (max-width: -1px) {
  .elementor-reverse-laptop > .elementor-container > :first-child, .elementor-reverse-laptop > .elementor-container > :nth-child(2), .elementor-reverse-laptop > .elementor-container > :nth-child(3), .elementor-reverse-laptop > .elementor-container > :nth-child(4), .elementor-reverse-laptop > .elementor-container > :nth-child(5), .elementor-reverse-laptop > .elementor-container > :nth-child(6), .elementor-reverse-laptop > .elementor-container > :nth-child(7), .elementor-reverse-laptop > .elementor-container > :nth-child(8), .elementor-reverse-laptop > .elementor-container > :nth-child(9), .elementor-reverse-laptop > .elementor-container > :nth-child(10) { order: 0; }
  .elementor-reverse-tablet_extra > .elementor-container > :first-child { order: 10; }
  .elementor-reverse-tablet_extra > .elementor-container > :nth-child(2) { order: 9; }
  .elementor-reverse-tablet_extra > .elementor-container > :nth-child(3) { order: 8; }
  .elementor-reverse-tablet_extra > .elementor-container > :nth-child(4) { order: 7; }
  .elementor-reverse-tablet_extra > .elementor-container > :nth-child(5) { order: 6; }
  .elementor-reverse-tablet_extra > .elementor-container > :nth-child(6) { order: 5; }
  .elementor-reverse-tablet_extra > .elementor-container > :nth-child(7) { order: 4; }
  .elementor-reverse-tablet_extra > .elementor-container > :nth-child(8) { order: 3; }
  .elementor-reverse-tablet_extra > .elementor-container > :nth-child(9) { order: 2; }
  .elementor-reverse-tablet_extra > .elementor-container > :nth-child(10) { order: 1; }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .elementor-reverse-tablet > .elementor-container > :first-child { order: 10; }
  .elementor-reverse-tablet > .elementor-container > :nth-child(2) { order: 9; }
  .elementor-reverse-tablet > .elementor-container > :nth-child(3) { order: 8; }
  .elementor-reverse-tablet > .elementor-container > :nth-child(4) { order: 7; }
  .elementor-reverse-tablet > .elementor-container > :nth-child(5) { order: 6; }
  .elementor-reverse-tablet > .elementor-container > :nth-child(6) { order: 5; }
  .elementor-reverse-tablet > .elementor-container > :nth-child(7) { order: 4; }
  .elementor-reverse-tablet > .elementor-container > :nth-child(8) { order: 3; }
  .elementor-reverse-tablet > .elementor-container > :nth-child(9) { order: 2; }
  .elementor-reverse-tablet > .elementor-container > :nth-child(10) { order: 1; }
}
@media (min-width: -1px) and (max-width: 1024px) {
  .elementor-reverse-tablet > .elementor-container > :first-child { order: 10; }
  .elementor-reverse-tablet > .elementor-container > :nth-child(2) { order: 9; }
  .elementor-reverse-tablet > .elementor-container > :nth-child(3) { order: 8; }
  .elementor-reverse-tablet > .elementor-container > :nth-child(4) { order: 7; }
  .elementor-reverse-tablet > .elementor-container > :nth-child(5) { order: 6; }
  .elementor-reverse-tablet > .elementor-container > :nth-child(6) { order: 5; }
  .elementor-reverse-tablet > .elementor-container > :nth-child(7) { order: 4; }
  .elementor-reverse-tablet > .elementor-container > :nth-child(8) { order: 3; }
  .elementor-reverse-tablet > .elementor-container > :nth-child(9) { order: 2; }
  .elementor-reverse-tablet > .elementor-container > :nth-child(10) { order: 1; }
}
@media (min-width: 768px) and (max-width: -1px) {
  .elementor-reverse-tablet > .elementor-container > :first-child, .elementor-reverse-tablet > .elementor-container > :nth-child(2), .elementor-reverse-tablet > .elementor-container > :nth-child(3), .elementor-reverse-tablet > .elementor-container > :nth-child(4), .elementor-reverse-tablet > .elementor-container > :nth-child(5), .elementor-reverse-tablet > .elementor-container > :nth-child(6), .elementor-reverse-tablet > .elementor-container > :nth-child(7), .elementor-reverse-tablet > .elementor-container > :nth-child(8), .elementor-reverse-tablet > .elementor-container > :nth-child(9), .elementor-reverse-tablet > .elementor-container > :nth-child(10) { order: 0; }
  .elementor-reverse-mobile_extra > .elementor-container > :first-child { order: 10; }
  .elementor-reverse-mobile_extra > .elementor-container > :nth-child(2) { order: 9; }
  .elementor-reverse-mobile_extra > .elementor-container > :nth-child(3) { order: 8; }
  .elementor-reverse-mobile_extra > .elementor-container > :nth-child(4) { order: 7; }
  .elementor-reverse-mobile_extra > .elementor-container > :nth-child(5) { order: 6; }
  .elementor-reverse-mobile_extra > .elementor-container > :nth-child(6) { order: 5; }
  .elementor-reverse-mobile_extra > .elementor-container > :nth-child(7) { order: 4; }
  .elementor-reverse-mobile_extra > .elementor-container > :nth-child(8) { order: 3; }
  .elementor-reverse-mobile_extra > .elementor-container > :nth-child(9) { order: 2; }
  .elementor-reverse-mobile_extra > .elementor-container > :nth-child(10) { order: 1; }
}
@media (max-width: 767px) {
  .elementor-reverse-mobile > .elementor-container > :first-child { order: 10; }
  .elementor-reverse-mobile > .elementor-container > :nth-child(2) { order: 9; }
  .elementor-reverse-mobile > .elementor-container > :nth-child(3) { order: 8; }
  .elementor-reverse-mobile > .elementor-container > :nth-child(4) { order: 7; }
  .elementor-reverse-mobile > .elementor-container > :nth-child(5) { order: 6; }
  .elementor-reverse-mobile > .elementor-container > :nth-child(6) { order: 5; }
  .elementor-reverse-mobile > .elementor-container > :nth-child(7) { order: 4; }
  .elementor-reverse-mobile > .elementor-container > :nth-child(8) { order: 3; }
  .elementor-reverse-mobile > .elementor-container > :nth-child(9) { order: 2; }
  .elementor-reverse-mobile > .elementor-container > :nth-child(10) { order: 1; }
  .elementor-column { width: 100%; }
}
ul.elementor-icon-list-items.elementor-inline-items { display: flex; flex-wrap: wrap; }
ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item { word-break: break-word; }
.elementor-grid { display: grid; column-gap: ; row-gap: ; }
.elementor-grid .elementor-grid-item { min-width: 0px; }
.elementor-grid-0 .elementor-grid { display: inline-block; width: 100%; word-spacing: var(--grid-column-gap); margin-bottom: calc(-1 * var(--grid-row-gap)); }
.elementor-grid-0 .elementor-grid .elementor-grid-item { display: inline-block; margin-bottom: var(--grid-row-gap); word-break: break-word; }
.elementor-grid-1 .elementor-grid { grid-template-columns: repeat(1, 1fr); }
.elementor-grid-2 .elementor-grid { grid-template-columns: repeat(2, 1fr); }
.elementor-grid-3 .elementor-grid { grid-template-columns: repeat(3, 1fr); }
.elementor-grid-4 .elementor-grid { grid-template-columns: repeat(4, 1fr); }
.elementor-grid-5 .elementor-grid { grid-template-columns: repeat(5, 1fr); }
.elementor-grid-6 .elementor-grid { grid-template-columns: repeat(6, 1fr); }
.elementor-grid-7 .elementor-grid { grid-template-columns: repeat(7, 1fr); }
.elementor-grid-8 .elementor-grid { grid-template-columns: repeat(8, 1fr); }
.elementor-grid-9 .elementor-grid { grid-template-columns: repeat(9, 1fr); }
.elementor-grid-10 .elementor-grid { grid-template-columns: repeat(10, 1fr); }
.elementor-grid-11 .elementor-grid { grid-template-columns: repeat(11, 1fr); }
.elementor-grid-12 .elementor-grid { grid-template-columns: repeat(12, 1fr); }
@media (min-width: -1px) {
  .elementor-grid-widescreen-0 .elementor-grid { display: inline-block; width: 100%; word-spacing: var(--grid-column-gap); margin-bottom: calc(-1 * var(--grid-row-gap)); }
  .elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item { display: inline-block; margin-bottom: var(--grid-row-gap); word-break: break-word; }
  .elementor-grid-widescreen-1 .elementor-grid { grid-template-columns: repeat(1, 1fr); }
  .elementor-grid-widescreen-2 .elementor-grid { grid-template-columns: repeat(2, 1fr); }
  .elementor-grid-widescreen-3 .elementor-grid { grid-template-columns: repeat(3, 1fr); }
  .elementor-grid-widescreen-4 .elementor-grid { grid-template-columns: repeat(4, 1fr); }
  .elementor-grid-widescreen-5 .elementor-grid { grid-template-columns: repeat(5, 1fr); }
  .elementor-grid-widescreen-6 .elementor-grid { grid-template-columns: repeat(6, 1fr); }
  .elementor-grid-widescreen-7 .elementor-grid { grid-template-columns: repeat(7, 1fr); }
  .elementor-grid-widescreen-8 .elementor-grid { grid-template-columns: repeat(8, 1fr); }
  .elementor-grid-widescreen-9 .elementor-grid { grid-template-columns: repeat(9, 1fr); }
  .elementor-grid-widescreen-10 .elementor-grid { grid-template-columns: repeat(10, 1fr); }
  .elementor-grid-widescreen-11 .elementor-grid { grid-template-columns: repeat(11, 1fr); }
  .elementor-grid-widescreen-12 .elementor-grid { grid-template-columns: repeat(12, 1fr); }
}
@media (max-width: -1px) {
  .elementor-grid-laptop-0 .elementor-grid { display: inline-block; width: 100%; word-spacing: var(--grid-column-gap); margin-bottom: calc(-1 * var(--grid-row-gap)); }
  .elementor-grid-laptop-0 .elementor-grid .elementor-grid-item { display: inline-block; margin-bottom: var(--grid-row-gap); word-break: break-word; }
  .elementor-grid-laptop-1 .elementor-grid { grid-template-columns: repeat(1, 1fr); }
  .elementor-grid-laptop-2 .elementor-grid { grid-template-columns: repeat(2, 1fr); }
  .elementor-grid-laptop-3 .elementor-grid { grid-template-columns: repeat(3, 1fr); }
  .elementor-grid-laptop-4 .elementor-grid { grid-template-columns: repeat(4, 1fr); }
  .elementor-grid-laptop-5 .elementor-grid { grid-template-columns: repeat(5, 1fr); }
  .elementor-grid-laptop-6 .elementor-grid { grid-template-columns: repeat(6, 1fr); }
  .elementor-grid-laptop-7 .elementor-grid { grid-template-columns: repeat(7, 1fr); }
  .elementor-grid-laptop-8 .elementor-grid { grid-template-columns: repeat(8, 1fr); }
  .elementor-grid-laptop-9 .elementor-grid { grid-template-columns: repeat(9, 1fr); }
  .elementor-grid-laptop-10 .elementor-grid { grid-template-columns: repeat(10, 1fr); }
  .elementor-grid-laptop-11 .elementor-grid { grid-template-columns: repeat(11, 1fr); }
  .elementor-grid-laptop-12 .elementor-grid { grid-template-columns: repeat(12, 1fr); }
}
@media (max-width: -1px) {
  .elementor-grid-tablet_extra-0 .elementor-grid { display: inline-block; width: 100%; word-spacing: var(--grid-column-gap); margin-bottom: calc(-1 * var(--grid-row-gap)); }
  .elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item { display: inline-block; margin-bottom: var(--grid-row-gap); word-break: break-word; }
  .elementor-grid-tablet_extra-1 .elementor-grid { grid-template-columns: repeat(1, 1fr); }
  .elementor-grid-tablet_extra-2 .elementor-grid { grid-template-columns: repeat(2, 1fr); }
  .elementor-grid-tablet_extra-3 .elementor-grid { grid-template-columns: repeat(3, 1fr); }
  .elementor-grid-tablet_extra-4 .elementor-grid { grid-template-columns: repeat(4, 1fr); }
  .elementor-grid-tablet_extra-5 .elementor-grid { grid-template-columns: repeat(5, 1fr); }
  .elementor-grid-tablet_extra-6 .elementor-grid { grid-template-columns: repeat(6, 1fr); }
  .elementor-grid-tablet_extra-7 .elementor-grid { grid-template-columns: repeat(7, 1fr); }
  .elementor-grid-tablet_extra-8 .elementor-grid { grid-template-columns: repeat(8, 1fr); }
  .elementor-grid-tablet_extra-9 .elementor-grid { grid-template-columns: repeat(9, 1fr); }
  .elementor-grid-tablet_extra-10 .elementor-grid { grid-template-columns: repeat(10, 1fr); }
  .elementor-grid-tablet_extra-11 .elementor-grid { grid-template-columns: repeat(11, 1fr); }
  .elementor-grid-tablet_extra-12 .elementor-grid { grid-template-columns: repeat(12, 1fr); }
}
@media (max-width: 1024px) {
  .elementor-grid-tablet-0 .elementor-grid { display: inline-block; width: 100%; word-spacing: var(--grid-column-gap); margin-bottom: calc(-1 * var(--grid-row-gap)); }
  .elementor-grid-tablet-0 .elementor-grid .elementor-grid-item { display: inline-block; margin-bottom: var(--grid-row-gap); word-break: break-word; }
  .elementor-grid-tablet-1 .elementor-grid { grid-template-columns: repeat(1, 1fr); }
  .elementor-grid-tablet-2 .elementor-grid { grid-template-columns: repeat(2, 1fr); }
  .elementor-grid-tablet-3 .elementor-grid { grid-template-columns: repeat(3, 1fr); }
  .elementor-grid-tablet-4 .elementor-grid { grid-template-columns: repeat(4, 1fr); }
  .elementor-grid-tablet-5 .elementor-grid { grid-template-columns: repeat(5, 1fr); }
  .elementor-grid-tablet-6 .elementor-grid { grid-template-columns: repeat(6, 1fr); }
  .elementor-grid-tablet-7 .elementor-grid { grid-template-columns: repeat(7, 1fr); }
  .elementor-grid-tablet-8 .elementor-grid { grid-template-columns: repeat(8, 1fr); }
  .elementor-grid-tablet-9 .elementor-grid { grid-template-columns: repeat(9, 1fr); }
  .elementor-grid-tablet-10 .elementor-grid { grid-template-columns: repeat(10, 1fr); }
  .elementor-grid-tablet-11 .elementor-grid { grid-template-columns: repeat(11, 1fr); }
  .elementor-grid-tablet-12 .elementor-grid { grid-template-columns: repeat(12, 1fr); }
}
@media (max-width: -1px) {
  .elementor-grid-mobile_extra-0 .elementor-grid { display: inline-block; width: 100%; word-spacing: var(--grid-column-gap); margin-bottom: calc(-1 * var(--grid-row-gap)); }
  .elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item { display: inline-block; margin-bottom: var(--grid-row-gap); word-break: break-word; }
  .elementor-grid-mobile_extra-1 .elementor-grid { grid-template-columns: repeat(1, 1fr); }
  .elementor-grid-mobile_extra-2 .elementor-grid { grid-template-columns: repeat(2, 1fr); }
  .elementor-grid-mobile_extra-3 .elementor-grid { grid-template-columns: repeat(3, 1fr); }
  .elementor-grid-mobile_extra-4 .elementor-grid { grid-template-columns: repeat(4, 1fr); }
  .elementor-grid-mobile_extra-5 .elementor-grid { grid-template-columns: repeat(5, 1fr); }
  .elementor-grid-mobile_extra-6 .elementor-grid { grid-template-columns: repeat(6, 1fr); }
  .elementor-grid-mobile_extra-7 .elementor-grid { grid-template-columns: repeat(7, 1fr); }
  .elementor-grid-mobile_extra-8 .elementor-grid { grid-template-columns: repeat(8, 1fr); }
  .elementor-grid-mobile_extra-9 .elementor-grid { grid-template-columns: repeat(9, 1fr); }
  .elementor-grid-mobile_extra-10 .elementor-grid { grid-template-columns: repeat(10, 1fr); }
  .elementor-grid-mobile_extra-11 .elementor-grid { grid-template-columns: repeat(11, 1fr); }
  .elementor-grid-mobile_extra-12 .elementor-grid { grid-template-columns: repeat(12, 1fr); }
}
@media (max-width: 767px) {
  .elementor-grid-mobile-0 .elementor-grid { display: inline-block; width: 100%; word-spacing: var(--grid-column-gap); margin-bottom: calc(-1 * var(--grid-row-gap)); }
  .elementor-grid-mobile-0 .elementor-grid .elementor-grid-item { display: inline-block; margin-bottom: var(--grid-row-gap); word-break: break-word; }
  .elementor-grid-mobile-1 .elementor-grid { grid-template-columns: repeat(1, 1fr); }
  .elementor-grid-mobile-2 .elementor-grid { grid-template-columns: repeat(2, 1fr); }
  .elementor-grid-mobile-3 .elementor-grid { grid-template-columns: repeat(3, 1fr); }
  .elementor-grid-mobile-4 .elementor-grid { grid-template-columns: repeat(4, 1fr); }
  .elementor-grid-mobile-5 .elementor-grid { grid-template-columns: repeat(5, 1fr); }
  .elementor-grid-mobile-6 .elementor-grid { grid-template-columns: repeat(6, 1fr); }
  .elementor-grid-mobile-7 .elementor-grid { grid-template-columns: repeat(7, 1fr); }
  .elementor-grid-mobile-8 .elementor-grid { grid-template-columns: repeat(8, 1fr); }
  .elementor-grid-mobile-9 .elementor-grid { grid-template-columns: repeat(9, 1fr); }
  .elementor-grid-mobile-10 .elementor-grid { grid-template-columns: repeat(10, 1fr); }
  .elementor-grid-mobile-11 .elementor-grid { grid-template-columns: repeat(11, 1fr); }
  .elementor-grid-mobile-12 .elementor-grid { grid-template-columns: repeat(12, 1fr); }
}
@media (min-width: 1025px) {
  #elementor-device-mode::after { content: "desktop"; }
}
@media (min-width: -1px) {
  #elementor-device-mode::after { content: "widescreen"; }
}
@media (max-width: -1px) {
  #elementor-device-mode::after { content: "tablet_extra"; }
}
@media (max-width: 1024px) {
  #elementor-device-mode::after { content: "tablet"; }
}
@media (max-width: -1px) {
  #elementor-device-mode::after { content: "mobile_extra"; }
}
@media (max-width: 767px) {
  #elementor-device-mode::after { content: "mobile"; }
}
.e-con { --border-radius: 0; --display: flex; --flex-direction: column; --flex-basis: auto; --flex-grow: 0; --flex-shrink: 1; --container-widget-height: initial; --container-widget-flex-grow: 0; --container-widget-align-self: initial; --content-width: Min(100%,var(--container-max-width,1140px)); --width: 100%; --min-height: initial; --height: auto; --text-align: initial; --margin-top: 0; --margin-right: 0; --margin-bottom: 0; --margin-left: 0; --padding-top: var(--container-default-padding-top,10px); --padding-right: var(--container-default-padding-right,10px); --padding-bottom: var(--container-default-padding-bottom,10px); --padding-left: var(--container-default-padding-left,10px); --position: relative; --z-index: revert; --overflow: visible; --gap: var(--widgets-spacing,20px); --overlay-mix-blend-mode: initial; --overlay-opacity: 1; --overlay-transition: 0.3s; position: var(--position); flex: var(--flex-grow) var(--flex-shrink) var(--flex-basis); width: var(--width); min-width: 0px; min-height: var(--min-height); height: var(--height); border-radius: var(--border-radius); margin: var(--margin-top) var(--margin-right) var(--margin-bottom) var(--margin-left); padding-left: var(--padding-left); padding-right: var(--padding-right); z-index: var(--z-index); overflow: var(--overflow); transition: background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s); }
.e-con-full, .e-con > .e-con-inner { flex-direction: var(--flex-direction); text-align: var(--text-align); padding-top: var(--padding-top); padding-bottom: var(--padding-bottom); }
.e-con, .e-con > .e-con-inner { display: var(--display); }
.e-con-boxed { flex-flow: column; text-align: initial; place-content: normal; align-items: normal; gap: initial; }
.e-con > .e-con-inner { flex-wrap: var(--flex-wrap); justify-content: var(--justify-content); align-items: var(--align-items); align-content: var(--align-content); gap: var(--gap); width: 100%; max-width: var(--content-width); margin: 0px auto; padding-inline: 0px; height: 100%; flex: 1 1 auto; align-self: auto; }
:is(.elementor-section-wrap, [data-elementor-id]) > .e-con { --margin-right: auto; --margin-left: auto; max-width: min(100%,var(--width)); }
.e-con .elementor-widget.elementor-widget { margin-bottom: 0px; }
.e-con::before, .e-con > .e-con-inner > .elementor-background-slideshow::before, .e-con > .e-con-inner > .elementor-background-video-container::before, .e-con > .elementor-background-slideshow::before, .e-con > .elementor-background-video-container::before, .e-con > .elementor-motion-effects-container > .elementor-motion-effects-layer::before { content: var(--background-overlay); display: block; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; mix-blend-mode: var(--overlay-mix-blend-mode); opacity: var(--overlay-opacity); transition: var(--overlay-transition,.3s); border-radius: var(--border-radius); }
.e-con::before { transition: background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s); }
.e-con > .e-con-inner > .elementor-background-video-container::before, .e-con > .elementor-background-video-container::before { z-index: 1; }
.e-con > .e-con-inner > .elementor-background-slideshow::before, .e-con > .elementor-background-slideshow::before { z-index: 2; }
.e-con .elementor-widget { min-width: 0px; }
.e-con .elementor-widget-empty, .e-con .elementor-widget-google_maps, .e-con .elementor-widget-video, .e-con .elementor-widget.e-widget-swiper { width: 100%; }
.e-con > .e-con-inner > .elementor-widget > .elementor-widget-container, .e-con > .elementor-widget > .elementor-widget-container { height: 100%; }
.e-con.e-con > .e-con-inner > .elementor-widget, .elementor.elementor .e-con > .elementor-widget { max-width: 100%; }
@media (max-width: 767px) {
  .e-con { --width: 100%; --flex-wrap: wrap; }
}
.elementor-form-fields-wrapper { display: flex; flex-wrap: wrap; }
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup, .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group > .elementor-select-wrapper, .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group > input, .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group > textarea { flex-basis: 100%; max-width: 100%; }
.elementor-form-fields-wrapper.elementor-labels-inline > .elementor-field-group .elementor-select-wrapper, .elementor-form-fields-wrapper.elementor-labels-inline > .elementor-field-group > input { flex-grow: 1; }
.elementor-field-group { flex-wrap: wrap; align-items: center; }
.elementor-field-group.elementor-field-type-submit { align-items: flex-end; }
.elementor-field-group .elementor-field-textual { width: 100%; max-width: 100%; border: 1px solid rgb(129, 138, 145); background-color: transparent; color: rgb(55, 58, 60); vertical-align: middle; flex-grow: 1; }
.elementor-field-group .elementor-field-textual:focus { box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px inset; outline: 0px; }
.elementor-field-group .elementor-field-textual::placeholder { color: inherit; font-family: inherit; opacity: 0.6; }
.elementor-field-group .elementor-select-wrapper { display: flex; position: relative; width: 100%; }
.elementor-field-group .elementor-select-wrapper select { appearance: none; color: inherit; font-size: inherit; font-family: inherit; font-weight: inherit; font-style: inherit; text-transform: inherit; letter-spacing: inherit; line-height: inherit; flex-basis: 100%; padding-right: 20px; }
.elementor-field-group .elementor-select-wrapper::before { content: ""; font-family: eicons; font-size: 15px; position: absolute; top: 50%; transform: translateY(-50%); right: 10px; pointer-events: none; text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px; }
.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper::before { content: ""; }
.elementor-field-subgroup { display: flex; flex-wrap: wrap; }
.elementor-field-subgroup .elementor-field-option label { display: inline-block; }
.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option { padding-right: 10px; }
.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option { flex-basis: 100%; }
.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input, .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label, .elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input, .elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label, .elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input, .elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label { display: inline; }
.elementor-field-label { cursor: pointer; }
.elementor-mark-required .elementor-field-label::after { content: "*"; color: red; padding-left: 0.2em; }
.elementor-field-textual { line-height: 1.4; font-size: 15px; min-height: 40px; padding: 5px 14px; border-radius: 3px; }
.elementor-field-textual.elementor-size-xs { font-size: 13px; min-height: 33px; padding: 4px 12px; border-radius: 2px; }
.elementor-field-textual.elementor-size-md { font-size: 16px; min-height: 47px; padding: 6px 16px; border-radius: 4px; }
.elementor-field-textual.elementor-size-lg { font-size: 18px; min-height: 59px; padding: 7px 20px; border-radius: 5px; }
.elementor-field-textual.elementor-size-xl { font-size: 20px; min-height: 72px; padding: 8px 24px; border-radius: 6px; }
.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button { flex-basis: 100%; }
.elementor-button-align-stretch .e-form__buttons__wrapper { flex-basis: 50%; flex-grow: 1; }
.elementor-button-align-stretch .e-form__buttons__wrapper__button { flex-basis: 100%; }
.elementor-button-align-center .e-form__buttons, .elementor-button-align-center .elementor-field-type-submit { justify-content: center; }
.elementor-button-align-start .e-form__buttons, .elementor-button-align-start .elementor-field-type-submit { justify-content: flex-start; }
.elementor-button-align-end .e-form__buttons, .elementor-button-align-end .elementor-field-type-submit { justify-content: flex-end; }
.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button { flex-basis: auto; }
.elementor-button-align-center .e-form__buttons__wrapper, .elementor-button-align-end .e-form__buttons__wrapper, .elementor-button-align-start .e-form__buttons__wrapper { flex-grow: 0; }
.elementor-button-align-center .e-form__buttons__wrapper, .elementor-button-align-center .e-form__buttons__wrapper__button, .elementor-button-align-end .e-form__buttons__wrapper, .elementor-button-align-end .e-form__buttons__wrapper__button, .elementor-button-align-start .e-form__buttons__wrapper, .elementor-button-align-start .e-form__buttons__wrapper__button { flex-basis: auto; }
@media screen and (max-width: 1024px) {
  .elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button { flex-basis: 100%; }
  .elementor-tablet-button-align-stretch .e-form__buttons__wrapper { flex-basis: 50%; flex-grow: 1; }
  .elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button { flex-basis: 100%; }
  .elementor-tablet-button-align-center .e-form__buttons, .elementor-tablet-button-align-center .elementor-field-type-submit { justify-content: center; }
  .elementor-tablet-button-align-start .e-form__buttons, .elementor-tablet-button-align-start .elementor-field-type-submit { justify-content: flex-start; }
  .elementor-tablet-button-align-end .e-form__buttons, .elementor-tablet-button-align-end .elementor-field-type-submit { justify-content: flex-end; }
  .elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button { flex-basis: auto; }
  .elementor-tablet-button-align-center .e-form__buttons__wrapper, .elementor-tablet-button-align-end .e-form__buttons__wrapper, .elementor-tablet-button-align-start .e-form__buttons__wrapper { flex-grow: 0; }
  .elementor-tablet-button-align-center .e-form__buttons__wrapper, .elementor-tablet-button-align-center .e-form__buttons__wrapper__button, .elementor-tablet-button-align-end .e-form__buttons__wrapper, .elementor-tablet-button-align-end .e-form__buttons__wrapper__button, .elementor-tablet-button-align-start .e-form__buttons__wrapper, .elementor-tablet-button-align-start .e-form__buttons__wrapper__button { flex-basis: auto; }
}
@media screen and (max-width: 767px) {
  .elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button { flex-basis: 100%; }
  .elementor-mobile-button-align-stretch .e-form__buttons__wrapper { flex-basis: 50%; flex-grow: 1; }
  .elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button { flex-basis: 100%; }
  .elementor-mobile-button-align-center .e-form__buttons, .elementor-mobile-button-align-center .elementor-field-type-submit { justify-content: center; }
  .elementor-mobile-button-align-start .e-form__buttons, .elementor-mobile-button-align-start .elementor-field-type-submit { justify-content: flex-start; }
  .elementor-mobile-button-align-end .e-form__buttons, .elementor-mobile-button-align-end .elementor-field-type-submit { justify-content: flex-end; }
  .elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button { flex-basis: auto; }
  .elementor-mobile-button-align-center .e-form__buttons__wrapper, .elementor-mobile-button-align-end .e-form__buttons__wrapper, .elementor-mobile-button-align-start .e-form__buttons__wrapper { flex-grow: 0; }
  .elementor-mobile-button-align-center .e-form__buttons__wrapper, .elementor-mobile-button-align-center .e-form__buttons__wrapper__button, .elementor-mobile-button-align-end .e-form__buttons__wrapper, .elementor-mobile-button-align-end .e-form__buttons__wrapper__button, .elementor-mobile-button-align-start .e-form__buttons__wrapper, .elementor-mobile-button-align-start .e-form__buttons__wrapper__button { flex-basis: auto; }
}
.elementor-error .elementor-field { border-color: rgb(217, 83, 79); }
.elementor-error .help-inline { color: rgb(217, 83, 79); font-size: 0.9em; }
.elementor-message { margin: 10px 0px; font-size: 1em; line-height: 1; }
.elementor-message::before { content: ""; display: inline-block; font-family: eicons; font-weight: 400; font-style: normal; vertical-align: middle; margin-right: 5px; }
.elementor-message.elementor-message-danger { color: rgb(217, 83, 79); }
.elementor-message.elementor-message-danger::before { content: ""; }
.elementor-message.form-message-success { color: rgb(92, 184, 92); }
.elementor-form .elementor-button { padding-top: 0px; padding-bottom: 0px; border: none; }
.elementor-form .elementor-button > span { display: flex; justify-content: center; }
.elementor-form .elementor-button.elementor-size-xs { min-height: 33px; }
.elementor-form .elementor-button.elementor-size-sm { min-height: 40px; }
.elementor-form .elementor-button.elementor-size-md { min-height: 47px; }
.elementor-form .elementor-button.elementor-size-lg { min-height: 59px; }
.elementor-form .elementor-button.elementor-size-xl { min-height: 72px; }
.elementor-element .elementor-widget-container { transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s); }
.elementor-button { display: inline-block; line-height: 1; background-color: rgb(129, 138, 145); font-size: 15px; padding: 12px 24px; border-radius: 3px; color: rgb(255, 255, 255); fill: rgb(255, 255, 255); text-align: center; transition: all 0.3s ease 0s; }
.elementor-button:focus, .elementor-button:hover, .elementor-button:visited { color: rgb(255, 255, 255); }
.elementor-button-content-wrapper { display: flex; justify-content: center; }
.elementor-button-icon { flex-grow: 0; order: 5; }
.elementor-button-icon svg { width: 1em; height: auto; }
.elementor-button-icon .e-font-icon-svg { height: 1em; }
.elementor-button-text { flex-grow: 1; order: 10; display: inline-block; }
.elementor-button.elementor-size-xs { font-size: 13px; padding: 10px 20px; border-radius: 2px; }
.elementor-button.elementor-size-md { font-size: 16px; padding: 15px 30px; border-radius: 4px; }
.elementor-button.elementor-size-lg { font-size: 18px; padding: 20px 40px; border-radius: 5px; }
.elementor-button.elementor-size-xl { font-size: 20px; padding: 25px 50px; border-radius: 6px; }
.elementor-button .elementor-align-icon-right { margin-left: 5px; order: 15; }
.elementor-button .elementor-align-icon-left { margin-right: 5px; order: 5; }
.elementor-button span { text-decoration: inherit; }
.elementor-element.elementor-button-info .elementor-button { background-color: rgb(91, 192, 222); }
.elementor-element.elementor-button-success .elementor-button { background-color: rgb(92, 184, 92); }
.elementor-element.elementor-button-warning .elementor-button { background-color: rgb(240, 173, 78); }
.elementor-element.elementor-button-danger .elementor-button { background-color: rgb(217, 83, 79); }
.elementor-widget-button .elementor-button .elementor-button-info { background-color: rgb(91, 192, 222); }
.elementor-widget-button .elementor-button .elementor-button-success { background-color: rgb(92, 184, 92); }
.elementor-widget-button .elementor-button .elementor-button-warning { background-color: rgb(240, 173, 78); }
.elementor-widget-button .elementor-button .elementor-button-danger { background-color: rgb(217, 83, 79); }
.elementor-tab-title a { color: inherit; }
.elementor-view-stacked .elementor-icon { padding: 0.5em; background-color: rgb(129, 138, 145); color: rgb(255, 255, 255); fill: rgb(255, 255, 255); }
.elementor-view-framed .elementor-icon { padding: 0.5em; color: rgb(129, 138, 145); border: 3px solid rgb(129, 138, 145); background-color: transparent; }
.elementor-icon { display: inline-block; line-height: 1; transition: all 0.3s ease 0s; color: rgb(129, 138, 145); font-size: 50px; text-align: center; }
.elementor-icon:hover { color: rgb(129, 138, 145); }
.elementor-icon i, .elementor-icon svg { width: 1em; height: 1em; position: relative; display: block; }
.elementor-icon i::before, .elementor-icon svg::before { position: absolute; left: 50%; transform: translateX(-50%); }
.elementor-icon i.fad { width: auto; }
.elementor-shape-circle .elementor-icon { border-radius: 50%; }
.e-transform .elementor-widget-container { transform: perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0)); transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x); }
.e-con.e-transform { transform: perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0)); transform-origin: var(--e-con-transform-origin-y) var(--e-con-transform-origin-x); }
.swiper-container { margin-left: auto; margin-right: auto; position: relative; overflow: hidden; z-index: 1; }
.swiper-container .swiper-slide figure { line-height: 0; }
.swiper-container .elementor-lightbox-content-source { display: none; }
.swiper-container-no-flexbox .swiper-slide { float: left; }
.swiper-container-vertical > .swiper-wrapper { flex-direction: column; }
.swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: flex; transition-property: transform; box-sizing: content-box; }
.swiper-container-android .swiper-slide, .swiper-wrapper { transform: translateZ(0px); }
.swiper-container-multirow > .swiper-wrapper { flex-wrap: wrap; }
.swiper-container-free-mode > .swiper-wrapper { transition-timing-function: ease-out; margin: 0px auto; }
.swiper-slide { flex-shrink: 0; width: 100%; height: 100%; position: relative; }
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide { height: auto; }
.swiper-container-autoheight .swiper-wrapper { align-items: flex-start; transition-property: transform, height; }
.swiper-container .swiper-notification { position: absolute; left: 0px; top: 0px; pointer-events: none; opacity: 0; z-index: -1000; }
.swiper-wp8-horizontal { touch-action: pan-y; }
.swiper-wp8-vertical { touch-action: pan-x; }
.swiper-button-next, .swiper-button-prev { position: absolute; top: 50%; width: 27px; height: 44px; margin-top: -22px; z-index: 10; cursor: pointer; background: 50% center no-repeat; }
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled { opacity: 0.35; cursor: auto; pointer-events: none; }
.swiper-button-prev, .swiper-container-rtl .swiper-button-next { background-image: url(""); left: 10px; right: auto; }
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black { background-image: url(""); }
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white { background-image: url(""); }
.swiper-button-next, .swiper-container-rtl .swiper-button-prev { background-image: url(""); right: 10px; left: auto; }
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black { background-image: url(""); }
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white { background-image: url(""); }
.swiper-pagination { position: absolute; text-align: center; transition: all 0.3s ease 0s; transform: translateZ(0px); z-index: 10; }
.swiper-pagination.swiper-pagination-hidden { opacity: 0; }
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction { bottom: 5px; left: 0px; width: 100%; }
.swiper-pagination-bullet { width: 6px; height: 6px; display: inline-block; border-radius: 50%; background: rgb(0, 0, 0); opacity: 0.2; }
.swiper-pagination-fraction { color: rgb(0, 0, 0); }
button.swiper-pagination-bullet { border: none; margin: 0px; padding: 0px; box-shadow: none; appearance: none; }
.swiper-pagination-clickable .swiper-pagination-bullet { cursor: pointer; }
.swiper-pagination-white .swiper-pagination-bullet { background: rgb(255, 255, 255); }
.swiper-pagination-bullet-active { opacity: 1; }
.swiper-pagination-white .swiper-pagination-bullet-active { background: rgb(255, 255, 255); }
.swiper-pagination-black .swiper-pagination-bullet-active { background: rgb(0, 0, 0); }
.swiper-container-vertical > .swiper-pagination-bullets { right: 10px; top: 50%; transform: translate3d(0px, -50%, 0px); }
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 5px 0px; display: block; }
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 0px 6px; }
.swiper-pagination-progressbar { background: rgba(0, 0, 0, 0.25); position: absolute; }
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill { background: rgb(0, 0, 0); position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; transform: scale(0); transform-origin: left top; }
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { transform-origin: right top; }
.swiper-container-horizontal > .swiper-pagination-progressbar { width: 100%; height: 4px; left: 0px; top: 0px; }
.swiper-container-vertical > .swiper-pagination-progressbar { width: 4px; height: 100%; left: 0px; top: 0px; }
.swiper-pagination-progressbar.swiper-pagination-white { background: rgba(255, 255, 255, 0.5); }
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill { background: rgb(255, 255, 255); }
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill { background: rgb(0, 0, 0); }
.swiper-container-3d { perspective: 1200px; }
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper { transform-style: preserve-3d; }
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; pointer-events: none; z-index: 10; }
.swiper-container-3d .swiper-slide-shadow-left { background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent); }
.swiper-container-3d .swiper-slide-shadow-right { background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent); }
.swiper-container-3d .swiper-slide-shadow-top { background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent); }
.swiper-container-3d .swiper-slide-shadow-bottom { background-image: linear-gradient(rgba(0, 0, 0, 0.5), transparent); }
.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper { }
.swiper-container-cube, .swiper-container-flip { overflow: visible; }
.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide { pointer-events: none; z-index: 1; }
.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide { pointer-events: none; }
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active { pointer-events: auto; }
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top { z-index: 0; backface-visibility: hidden; }
.swiper-container-cube .swiper-slide { visibility: hidden; transform-origin: 0px 0px; width: 100%; height: 100%; }
.swiper-container-cube.swiper-container-rtl .swiper-slide { transform-origin: 100% 0px; }
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev { pointer-events: auto; visibility: visible; }
.swiper-container-cube .swiper-cube-shadow { position: absolute; left: 0px; bottom: 0px; width: 100%; height: 100%; background: rgb(0, 0, 0); opacity: 0.6; filter: blur(50px); z-index: 0; }
.swiper-container-fade.swiper-container-free-mode .swiper-slide { transition-timing-function: ease-out; }
.swiper-container-fade .swiper-slide { pointer-events: none; transition-property: opacity; }
.swiper-container-fade .swiper-slide .swiper-slide { pointer-events: none; }
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active { pointer-events: auto; }
.swiper-zoom-container { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; }
.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg { max-width: 100%; max-height: 100%; object-fit: contain; }
.swiper-scrollbar { border-radius: 10px; position: relative; background: rgba(0, 0, 0, 0.1); }
.swiper-container-horizontal > .swiper-scrollbar { position: absolute; left: 1%; bottom: 3px; z-index: 50; height: 5px; width: 98%; }
.swiper-container-vertical > .swiper-scrollbar { position: absolute; right: 3px; top: 1%; z-index: 50; width: 5px; height: 98%; }
.swiper-scrollbar-drag { height: 100%; width: 100%; position: relative; background: rgba(0, 0, 0, 0.5); border-radius: 10px; left: 0px; top: 0px; }
.swiper-scrollbar-cursor-drag { cursor: move; }
.elementor-pagination-position-outside .swiper-container { padding-bottom: 30px; }
.elementor-pagination-position-outside .elementor-swiper-button { top: calc(50% - 15px); }
.elementor-swiper { position: relative; }
.elementor-main-swiper { position: static; }
.elementor-arrows-position-outside .swiper-container { width: calc(100% - 60px); }
.elementor-arrows-position-outside .elementor-swiper-button-prev { left: 0px; }
.elementor-arrows-position-outside .elementor-swiper-button-next { right: 0px; }
.swiper-image-stretch .swiper-slide .swiper-slide-image { width: 100%; }
.elementor-swiper-button { position: absolute; display: inline-flex; z-index: 1; cursor: pointer; font-size: 25px; color: rgba(238, 238, 238, 0.9); top: 50%; transform: translateY(-50%); }
.elementor-swiper-button svg { fill: rgba(238, 238, 238, 0.9); height: 1em; width: 1em; }
.elementor-swiper-button-prev { left: 10px; }
.elementor-swiper-button-next { right: 10px; }
.elementor-swiper-button.swiper-button-disabled { opacity: 0.3; }
.swiper-container-cube .elementor-swiper-button { transform: translate3d(0px, -50%, 1px); }
.swiper-lazy-preloader { width: 42px; height: 42px; position: absolute; left: 50%; top: 50%; margin-left: -21px; margin-top: -21px; z-index: 10; transform-origin: 50% center; animation: 1s steps(12) 0s infinite normal none running swiper-preloader-spin; }
.swiper-lazy-preloader::after { display: block; content: ""; width: 100%; height: 100%; background: url("") 50% center no-repeat; }
.swiper-lazy-preloader-white::after { background-image: url(""); }
@keyframes swiper-preloader-spin { 
  100% { transform: rotate(1turn); }
}
.elementor-lightbox { --lightbox-ui-color: hsla(0,0%,93.3%,0.9); --lightbox-ui-color-hover: #fff; --lightbox-text-color: var(--lightbox-ui-color); --lightbox-header-icons-size: 20px; --lightbox-navigation-icons-size: 25px; }
.elementor-lightbox .dialog-header { display: none; }
.elementor-lightbox .dialog-widget-content { background: none; box-shadow: none; width: 100%; height: 100%; }
.elementor-lightbox .dialog-message { animation-duration: 0.3s; }
.elementor-lightbox .dialog-message:not(.elementor-fit-aspect-ratio) { height: 100%; }
.elementor-lightbox .dialog-message.dialog-lightbox-message { padding: 0px; }
.elementor-lightbox .dialog-lightbox-close-button { cursor: pointer; position: absolute; font-size: var(--lightbox-header-icons-size); right: 0.75em; margin-top: 13px; padding: 0.25em; z-index: 2; line-height: 1; display: flex; }
.elementor-lightbox .dialog-lightbox-close-button svg { height: 1em; width: 1em; }
.elementor-lightbox .dialog-lightbox-close-button, .elementor-lightbox .elementor-swiper-button { color: var(--lightbox-ui-color); transition: all 0.3s ease 0s; opacity: 1; }
.elementor-lightbox .dialog-lightbox-close-button svg, .elementor-lightbox .elementor-swiper-button svg { fill: var(--lightbox-ui-color); }
.elementor-lightbox .dialog-lightbox-close-button:hover, .elementor-lightbox .elementor-swiper-button:hover { color: var(--lightbox-ui-color-hover); }
.elementor-lightbox .dialog-lightbox-close-button:hover svg, .elementor-lightbox .elementor-swiper-button:hover svg { fill: var(--lightbox-ui-color-hover); }
.elementor-lightbox .swiper-container { height: 100%; }
.elementor-lightbox .elementor-lightbox-item { display: flex; align-items: center; justify-content: center; position: relative; padding: 70px; box-sizing: border-box; height: 100%; margin: auto; }
@media (max-width: 767px) {
  .elementor-lightbox .elementor-lightbox-item { padding: 70px 0px; }
}
.elementor-lightbox .elementor-lightbox-image { max-height: 100%; user-select: none; }
.elementor-lightbox .elementor-lightbox-image, .elementor-lightbox .elementor-lightbox-image:hover { opacity: 1; filter: none; border: none; }
.elementor-lightbox .elementor-lightbox-image, .elementor-lightbox .elementor-video-container { box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 30px, rgba(0, 0, 0, 0.3) 0px 0px 8px -5px; border-radius: 2px; }
.elementor-lightbox .elementor-video-container { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
@media (min-width: 1025px) {
  .elementor-lightbox .elementor-video-container { width: 75%; }
}
@media (max-width: 1024px) {
  .elementor-lightbox .elementor-video-container { width: 100%; }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .elementor-lightbox .elementor-aspect-ratio-916 .elementor-video-container { width: 70%; }
}
.elementor-lightbox .elementor-swiper-button:focus { outline-width: 1px; }
.elementor-lightbox .elementor-swiper-button-next, .elementor-lightbox .elementor-swiper-button-prev { height: 100%; display: flex; align-items: center; width: 15%; justify-content: center; font-size: var(--lightbox-navigation-icons-size); }
.elementor-lightbox .elementor-swiper-button-prev { left: 0px; }
.elementor-lightbox .elementor-swiper-button-next { right: 0px; }
@media (max-width: 767px) {
  .elementor-lightbox .elementor-swiper-button:focus { outline: none; }
  .elementor-lightbox .elementor-swiper-button-next, .elementor-lightbox .elementor-swiper-button-prev { width: 20%; }
  .elementor-lightbox .elementor-swiper-button-next i, .elementor-lightbox .elementor-swiper-button-prev i { padding: 10px; background-color: rgba(0, 0, 0, 0.5); }
  .elementor-lightbox .elementor-swiper-button-prev { left: 0px; justify-content: flex-start; }
  .elementor-lightbox .elementor-swiper-button-next { right: 0px; justify-content: flex-end; }
}
.elementor-slideshow__counter { color: currentcolor; font-size: 0.75em; width: max-content; }
.elementor-slideshow__footer, .elementor-slideshow__header { position: absolute; left: 0px; width: 100%; padding: 15px 20px; transition: all 0.3s ease 0s; }
.elementor-slideshow__footer { color: var(--lightbox-text-color); }
.elementor-slideshow__header { color: var(--lightbox-ui-color); display: flex; flex-direction: row-reverse; font-size: var(--lightbox-header-icons-size); padding-left: 1em; padding-right: 2.6em; top: 0px; align-items: center; z-index: 10; }
.elementor-slideshow__header > i, .elementor-slideshow__header > svg { cursor: pointer; padding: 0.25em; margin: 0px 0.35em; }
.elementor-slideshow__header > i { font-size: inherit; }
.elementor-slideshow__header > i:hover { color: var(--lightbox-ui-color-hover); }
.elementor-slideshow__header > svg { box-sizing: content-box; fill: var(--lightbox-ui-color); height: 1em; width: 1em; }
.elementor-slideshow__header > svg:hover { fill: var(--lightbox-ui-color-hover); }
.elementor-slideshow__header .elementor-slideshow__counter { margin-right: auto; }
.elementor-slideshow__header .elementor-icon-share { z-index: 5; }
.elementor-slideshow__share-menu { background-color: transparent; width: 0px; height: 0px; position: absolute; overflow: hidden; transition: background-color 0.4s ease 0s; }
.elementor-slideshow__share-menu .elementor-slideshow__share-links a { color: rgb(44, 44, 44); }
.elementor-slideshow__share-links { display: block; position: absolute; min-width: 200px; right: 2.8em; top: 3em; background-color: rgb(255, 255, 255); border-radius: 3px; padding: 14px 20px; transform: scale(0); opacity: 0; transform-origin: 90% 10%; transition: all 0.25s ease 0.1s; box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 15px; }
.elementor-slideshow__share-links a { text-align: left; color: rgb(85, 89, 92); font-size: 12px; line-height: 2.5; display: block; opacity: 0; transition: opacity 0.5s ease 0.1s; }
.elementor-slideshow__share-links a:hover { color: rgb(0, 0, 0); }
.elementor-slideshow__share-links a i, .elementor-slideshow__share-links a svg { margin-right: 0.75em; }
.elementor-slideshow__share-links a i { font-size: 1.25em; }
.elementor-slideshow__share-links a svg { height: 1.25em; width: 1.25em; }
.elementor-slideshow__share-links::before { content: ""; display: block; position: absolute; top: 1px; right: 0.5em; border-width: 0.45em; border-style: solid; border-color: transparent transparent rgb(255, 255, 255); border-image: initial; transform: translateY(-100%) scaleX(0.7); }
.elementor-slideshow__footer { bottom: 0px; z-index: 5; position: fixed; }
.elementor-slideshow__description, .elementor-slideshow__title { margin: 0px; }
.elementor-slideshow__title { font-size: 16px; font-weight: 700; }
.elementor-slideshow__description { font-size: 14px; }
.elementor-slideshow--ui-hidden .elementor-slideshow__footer, .elementor-slideshow--ui-hidden .elementor-slideshow__header { opacity: 0; pointer-events: none; }
.elementor-slideshow--ui-hidden .elementor-swiper-button-next, .elementor-slideshow--ui-hidden .elementor-swiper-button-prev { opacity: 0; }
.elementor-slideshow--fullscreen-mode .elementor-video-container { width: 100%; }
.elementor-slideshow--zoom-mode .elementor-slideshow__footer, .elementor-slideshow--zoom-mode .elementor-slideshow__header { background-color: rgba(0, 0, 0, 0.5); }
.elementor-slideshow--zoom-mode .elementor-swiper-button-next, .elementor-slideshow--zoom-mode .elementor-swiper-button-prev { opacity: 0; pointer-events: none; }
.elementor-slideshow--share-mode .elementor-slideshow__share-menu { top: 0px; left: 0px; width: 100vw; height: 100vh; opacity: 1; cursor: default; background-color: rgba(0, 0, 0, 0.5); }
.elementor-slideshow--share-mode .elementor-slideshow__share-links { transform: scale(1); }
.elementor-slideshow--share-mode .elementor-slideshow__share-links, .elementor-slideshow--share-mode .elementor-slideshow__share-links a { opacity: 1; }
.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-twitter { color: rgb(29, 161, 242); }
.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-facebook { color: rgb(59, 89, 152); }
.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-pinterest { color: rgb(189, 8, 28); }
.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-download-bold { color: rgb(164, 175, 183); }
.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-twitter { fill: rgb(29, 161, 242); }
.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-facebook { fill: rgb(59, 89, 152); }
.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-pinterest { fill: rgb(189, 8, 28); }
.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-download-bold { fill: rgb(164, 175, 183); }
.elementor-slideshow--share-mode .eicon-share-arrow { z-index: 2; }
.animated { animation-duration: 1.25s; }
.animated.animated-slow { animation-duration: 2s; }
.animated.animated-fast { animation-duration: 0.75s; }
.animated.infinite { animation-iteration-count: infinite; }
.animated.reverse { animation-direction: reverse; animation-fill-mode: forwards; }
@media (prefers-reduced-motion: reduce) {
  .animated { animation: auto ease 0s 1 normal none running none; }
}
.elementor-shape { overflow: hidden; position: absolute; left: 0px; width: 100%; line-height: 0; direction: ltr; }
.elementor-shape-top { top: -1px; }
.elementor-shape-top:not([data-negative="false"]) svg { z-index: -1; }
.elementor-shape-bottom { bottom: -1px; }
.elementor-shape-bottom:not([data-negative="true"]) svg { z-index: -1; }
.elementor-shape[data-negative="false"].elementor-shape-bottom, .elementor-shape[data-negative="true"].elementor-shape-top { transform: rotate(180deg); }
.elementor-shape svg { display: block; width: calc(100% + 1.3px); position: relative; left: 50%; transform: translateX(-50%); }
.elementor-shape .elementor-shape-fill { fill: rgb(255, 255, 255); transform-origin: center center; transform: rotateY(0deg); }
#wp-admin-bar-elementor_edit_page > .ab-item::before { content: ""; font-family: eicons; top: 3px; font-size: 18px; }
#wp-admin-bar-elementor_edit_page .ab-submenu .ab-item { display: flex; width: 200px; }
#wp-admin-bar-elementor_edit_page .elementor-edit-link-title { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; width: 100%; }
#wp-admin-bar-elementor_edit_page .elementor-edit-link-type { background: rgb(85, 89, 92); font-size: 11px; line-height: 9px; margin-top: 6px; padding: 4px 8px; border-radius: 3px; }
#wp-admin-bar-elementor_inspector > .ab-item::before { content: ""; top: 2px; }
#wpadminbar * { font-style: normal; }
.page-template-elementor_canvas.elementor-page::before { display: none; }
.elementor-post__thumbnail__link { transition: none 0s ease 0s; }
#left-area ul.elementor-icon-list-items, .elementor-edit-area .elementor-element ul.elementor-icon-list-items, .elementor .elementor-element ul.elementor-icon-list-items { padding: 0px; }
.e--ua-appleWebkit.rtl { --flex-right: flex-start; }
.e--ua-appleWebkit .elementor-share-buttons--align-right, .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right { --justify-content: var(--flex-right,flex-end); }
.e--ua-appleWebkit .elementor-share-buttons--align-center, .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-center { --justify-content: center; }
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid { width: auto; display: flex; flex-wrap: wrap; justify-content: var(--justify-content,space-between); margin-left: calc(-.5 * var(--grid-column-gap)); margin-right: calc(-.5 * var(--grid-column-gap)); }
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid-item { margin-left: calc(.5 * var(--grid-column-gap)); margin-right: calc(.5 * var(--grid-column-gap)); }
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid { display: inline-block; }
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid-item { margin-left: 0px; margin-right: 0px; }
@media (max-width: 1024px) {
  .e--ua-appleWebkit .elementor-share-buttons-tablet--align-right, .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-right { --justify-content: var(--flex-right,flex-end); }
  .e--ua-appleWebkit .elementor-share-buttons-tablet--align-center, .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-center { --justify-content: center; }
  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid { width: auto; display: flex; flex-wrap: wrap; justify-content: var(--justify-content,space-between); margin-left: calc(-.5 * var(--grid-column-gap)); margin-right: calc(-.5 * var(--grid-column-gap)); }
  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid-item { margin-left: calc(.5 * var(--grid-column-gap)); margin-right: calc(.5 * var(--grid-column-gap)); }
  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid { display: inline-block; }
  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid-item { margin-left: 0px; margin-right: 0px; }
}
@media (max-width: 767px) {
  .e--ua-appleWebkit .elementor-share-buttons-mobile--align-right, .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-right { --justify-content: var(--flex-right,flex-end); }
  .e--ua-appleWebkit .elementor-share-buttons-mobile--align-center, .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-center { --justify-content: center; }
  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid { width: auto; display: flex; flex-wrap: wrap; justify-content: var(--justify-content,space-between); margin-left: calc(-.5 * var(--grid-column-gap)); margin-right: calc(-.5 * var(--grid-column-gap)); }
  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid-item { margin-left: calc(.5 * var(--grid-column-gap)); margin-right: calc(.5 * var(--grid-column-gap)); }
  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid { display: inline-block; }
  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid-item { margin-left: 0px; margin-right: 0px; }
}
@media (max-width: 767px) {
  .elementor .elementor-hidden-mobile, .elementor .elementor-hidden-phone { display: none; }
}
@media (min-width: -1px) and (max-width: -1px) {
  .elementor .elementor-hidden-mobile_extra { display: none; }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .elementor .elementor-hidden-tablet { display: none; }
}
@media (min-width: -1px) and (max-width: -1px) {
  .elementor .elementor-hidden-laptop, .elementor .elementor-hidden-tablet_extra { display: none; }
}
@media (min-width: 1025px) and (max-width: 99999px) {
  .elementor .elementor-hidden-desktop { display: none; }
}
@media (min-width: -1px) {
  .elementor .elementor-hidden-widescreen { display: none; }
}
.elementor-widget-text-path { font-size: 20px; text-align: var(--alignment,left); }
.elementor-widget-text-path svg { width: var(--width); max-width: 100%; height: auto; overflow: visible; word-spacing: var(--word-spacing); transform: rotate(var(--rotate,0)) scaleX(var(--scale-x,1)) scaleY(var(--scale-y,1)); }
.elementor-widget-text-path svg path { vector-effect: non-scaling-stroke; fill: var(--path-fill,transparent); stroke: var(--stroke-color,transparent); stroke-width: var(--stroke-width,1px); transition: var(--stroke-transition) stroke,var(--stroke-transition) fill; }
.elementor-widget-text-path svg:hover path { --path-fill: var(--path-fill-hover); --stroke-color: var(--stroke-color-hover); --stroke-width: var(--stroke-width-hover); }
.elementor-widget-text-path svg text { --fill: var(--text-color); fill: var(--fill); direction: var(--direction,ltr); transition: var(--transition) stroke,var(--transition) stroke-width,var(--transition) fill; }
.elementor-widget-text-path svg text:hover { --color: var(--text-color-hover,var(--text-color)); --fill: var(--color); color: var(--color); }
.elementor-widget-n-tabs { --n-tabs-color-accent-fallback: #61ce70; --n-tabs-color-secondary-fallback: #54595f; --n-tabs-default-padding-block: 15px; --n-tabs-default-padding-inline: 35px; --n-tabs-overflow-x: hidden; --n-tabs-overflow-y: auto; --n-tabs-background-color: transparent; --n-tabs-display: flex; --n-tabs-direction: column; --n-tabs-gap: 10px; --n-tabs-heading-display: flex; --n-tabs-heading-direction: row; --n-tabs-heading-grow: initial; --n-tabs-heading-justify-content: center; --n-tabs-heading-width: initial; --n-tabs-height: initial; --n-tabs-border-width: 1px; --n-tabs-border-color: #d4d4d4; --n-tabs-content-padding: initial; --n-tabs-content-border-radius: initial; --n-tabs-title-color: var(--e-global-color-secondary,var(--n-tabs-color-secondary-fallback)); --n-tabs-title-color-hover: #fff; --n-tabs-title-color-active: #fff; --n-tabs-title-background-color: #f1f3f5; --n-tabs-title-background-color-hover: var(--e-global-color-accent,var(--n-tabs-color-accent-fallback)); --n-tabs-title-background-color-active: var(--e-global-color-accent,var(--n-tabs-color-accent-fallback)); --n-tabs-title-width: initial; --n-tabs-title-height: initial; --n-tabs-title-font-size: 1rem; --n-tabs-title-justify-content-toggle: initial; --n-tabs-title-align-items-toggle: center; --n-tabs-title-justify-content: center; --n-tabs-title-align-items: center; --n-tabs-title-direction: row; --n-tabs-title-gap: 10px; --n-tabs-title-padding-top: var(--n-tabs-default-padding-block); --n-tabs-title-padding-right: var(--n-tabs-default-padding-inline); --n-tabs-title-padding-bottom: var(--n-tabs-default-padding-block); --n-tabs-title-padding-left: var(--n-tabs-default-padding-inline); --n-tabs-title-border-radius: initial; --n-tabs-title-transition: 0.3s; --n-tabs-icon-color: var(--e-global-color-secondary,var(--n-tabs-color-secondary-fallback)); --n-tabs-icon-color-hover: var(--n-tabs-title-color-hover); --n-tabs-icon-color-active: #fff; --n-tabs-icon-gap: 5px; max-width: 100%; }
.elementor-widget-n-tabs .e-n-tabs { display: var(--n-tabs-display); flex-direction: var(--n-tabs-direction); gap: var(--n-tabs-gap); text-align: left; height: var(--n-tabs-height); overflow-x: var(--n-tabs-overflow-x); overflow-y: var(--n-tabs-overflow-y); }
.elementor-widget-n-tabs .e-n-tabs-heading { display: var(--n-tabs-heading-display); flex-basis: var(--n-tabs-heading-width); flex-direction: var(--n-tabs-heading-direction); flex-shrink: 0; justify-content: var(--n-tabs-heading-justify-content); gap: var(--n-tabs-title-gap); }
.elementor-widget-n-tabs .e-n-tabs-content { flex-grow: 1; padding: var(--n-tabs-content-padding); border-radius: var(--n-tabs-content-border-radius); }
.elementor-widget-n-tabs .e-n-tab-title { display: flex; align-items: var(--n-tabs-title-align-items-toggle,var(--n-tabs-title-align-items)); flex-direction: var(--n-tabs-title-direction); justify-content: var(--n-tabs-title-justify-content-toggle,var(--n-tabs-title-justify-content)); gap: var(--n-tabs-icon-gap); border-width: var(--n-tabs-border-width); position: relative; cursor: pointer; outline: none; padding: var(--n-tabs-title-padding-top) var(--n-tabs-title-padding-right) var(--n-tabs-title-padding-bottom) var(--n-tabs-title-padding-left); border-radius: var(--n-tabs-title-border-radius); height: var(--n-tabs-title-height); width: var(--n-tabs-title-width); transition: background var(--n-tabs-title-transition),color var(--n-tabs-title-transition),border var(--n-tabs-title-transition),box-shadow var(--n-tabs-title-transition),text-shadow var(--n-tabs-title-transition),stroke var(--n-tabs-title-transition),stroke-width var(--n-tabs-title-transition),-webkit-text-stroke-width var(--n-tabs-title-transition),-webkit-text-stroke-color var(--n-tabs-title-transition),transform var(--n-tabs-title-transition); }
.elementor-widget-n-tabs .e-n-tab-title span i, .elementor-widget-n-tabs .e-n-tab-title span svg { transition: color var(--n-tabs-title-transition),fill var(--n-tabs-title-transition); }
.elementor-widget-n-tabs .e-n-tab-title-text { display: flex; align-items: center; font-size: var(--n-tabs-title-font-size); }
.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon { display: flex; align-items: center; flex-direction: column; order: var(--n-tabs-icon-order); overflow: hidden; }
.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon i { font-size: var(--n-tabs-icon-size,var(--n-tabs-title-font-size)); }
.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon svg { width: var(--n-tabs-icon-size,var(--n-tabs-title-font-size)); height: var(--n-tabs-icon-size,var(--n-tabs-title-font-size)); }
.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon:empty { display: none; }
.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) { background-color: var(--n-tabs-title-background-color); }
.elementor-widget-n-tabs .e-n-tab-title:not(.e-active), .elementor-widget-n-tabs .e-n-tab-title:not(.e-active) a { color: var(--n-tabs-title-color); }
.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) .e-n-tab-icon i { color: var(--n-tabs-icon-color); }
.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) .e-n-tab-icon svg { fill: var(--n-tabs-icon-color); }
.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) .e-n-tab-icon i:last-child, .elementor-widget-n-tabs .e-n-tab-title:not(.e-active) .e-n-tab-icon svg:last-child { transform: translateY(-100vh); height: 0px; opacity: 0; }
.elementor-widget-n-tabs .e-n-tab-title:not(.e-active):hover, .elementor-widget-n-tabs .e-n-tab-title:not(.e-active):hover a { color: var(--n-tabs-title-color-hover); }
.elementor-widget-n-tabs .e-n-tab-title:not(.e-active):hover .e-n-tab-icon i { color: var(--n-tabs-icon-color-hover); }
.elementor-widget-n-tabs .e-n-tab-title:not(.e-active):hover .e-n-tab-icon svg { fill: var(--n-tabs-icon-color-hover); }
.elementor-widget-n-tabs .e-n-tab-title.e-active, .elementor-widget-n-tabs .e-n-tab-title.e-active a { color: var(--n-tabs-title-color-active); }
.elementor-widget-n-tabs .e-n-tab-title.e-active .e-n-tab-icon i { color: var(--n-tabs-icon-color-active); }
.elementor-widget-n-tabs .e-n-tab-title.e-active .e-n-tab-icon svg { fill: var(--n-tabs-icon-color-active); }
.elementor-widget-n-tabs .e-n-tab-title.e-active .e-n-tab-icon i:first-child, .elementor-widget-n-tabs .e-n-tab-title.e-active .e-n-tab-icon svg:first-child { transform: translateY(-100vh); height: 0px; opacity: 0; }
.elementor-widget-n-tabs .e-n-tab-title.e-active[class*="elementor-animation-"]:active, .elementor-widget-n-tabs .e-n-tab-title.e-active[class*="elementor-animation-"]:focus, .elementor-widget-n-tabs .e-n-tab-title.e-active[class*="elementor-animation-"]:hover { transform: none; animation: initial; }
.elementor-widget-n-tabs .e-con, .elementor-widget-n-tabs .e-n-tabs-content { border: var(--n-tabs-border-width) none var(--n-tabs-border-color); }
.elementor-widget-n-tabs .e-con .e-collapse:not(:first-child), .elementor-widget-n-tabs .e-n-tabs-content .e-collapse:not(:first-child) { margin-top: var(--n-tabs-title-gap); }
.elementor-widget-n-tabs .e-con .e-collapse.e-active, .elementor-widget-n-tabs .e-n-tabs-content .e-collapse.e-active { margin-bottom: var(--n-tabs-gap); }
.elementor-widget-n-tabs .e-n-tabs-content > .e-con:not(.e-active) { display: none; }
:is(.elementor .elementor-element.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading .e-n-tab-title, .elementor .elementor-element.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-content .e-n-tab-title):hover { background-color: var(--n-tabs-title-background-color-hover); background-image: none; }
:is(.elementor .elementor-element.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading .e-n-tab-title, .elementor .elementor-element.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-content .e-n-tab-title).e-active { background-color: var(--n-tabs-title-background-color-active); background-image: none; }
@media (min-width: 768px) {
  .e-n-tabs-mobile > .elementor-widget-container > .e-n-tabs > .e-n-tabs-content > .e-collapse { display: none; }
}
@media (max-width: 767px) {
  .e-n-tabs-mobile > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading { display: none; }
}
@media (min-width: -1px) {
  .e-n-tabs-mobile_extra > .elementor-widget-container > .e-n-tabs > .e-n-tabs-content > .e-collapse { display: none; }
}
@media (max-width: -1px) {
  .e-n-tabs-mobile_extra > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading { display: none; }
}
@media (min-width: 1025px) {
  .e-n-tabs-tablet > .elementor-widget-container > .e-n-tabs > .e-n-tabs-content > .e-collapse { display: none; }
}
@media (max-width: 1024px) {
  .e-n-tabs-tablet > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading { display: none; }
}
@media (min-width: -1px) {
  .e-n-tabs-tablet_extra > .elementor-widget-container > .e-n-tabs > .e-n-tabs-content > .e-collapse { display: none; }
}
@media (max-width: -1px) {
  .e-n-tabs-tablet_extra > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading { display: none; }
}
@media (min-width: 1025px) {
  .e-n-tabs-laptop > .elementor-widget-container > .e-n-tabs > .e-n-tabs-content > .e-collapse { display: none; }
}
@media (max-width: -1px) {
  .e-n-tabs-laptop > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading { display: none; }
}
.elementor-accordion { text-align: left; }
.elementor-accordion .elementor-accordion-item { border: 1px solid rgb(212, 212, 212); }
.elementor-accordion .elementor-accordion-item + .elementor-accordion-item { border-top: none; }
.elementor-accordion .elementor-tab-title { margin: 0px; padding: 15px 20px; font-weight: 700; line-height: 1; cursor: pointer; outline: none; }
.elementor-accordion .elementor-tab-title .elementor-accordion-icon { display: inline-block; width: 1.5em; }
.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg { width: 1em; height: 1em; }
.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right { float: right; text-align: right; }
.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left { float: left; text-align: left; }
.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed { display: block; }
.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened, .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed { display: none; }
.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened { display: block; }
.elementor-accordion .elementor-tab-content { display: none; padding: 15px 20px; border-top: 1px solid rgb(212, 212, 212); }
@media (max-width: 767px) {
  .elementor-accordion .elementor-tab-title { padding: 12px 15px; }
  .elementor-accordion .elementor-tab-title .elementor-accordion-icon { width: 1.2em; }
  .elementor-accordion .elementor-tab-content { padding: 7px 15px; }
}
.e-con-inner > .elementor-widget-accordion, .e-con > .elementor-widget-accordion { width: var(--container-widget-width); --flex-grow: var(--container-widget-flex-grow); }
.elementor-alert { padding: 15px; border-left: 5px solid transparent; position: relative; text-align: left; }
.elementor-alert .elementor-alert-title { display: block; font-weight: 700; }
.elementor-alert .elementor-alert-description { font-size: 13px; }
.elementor-alert button.elementor-alert-dismiss { position: absolute; right: var(--dismiss-icon-horizontal-position,10px); top: var(--dismiss-icon-vertical-position,10px); padding: 3px; font-size: var(--dismiss-icon-size,20px); line-height: 1; background: transparent; color: var(--dismiss-icon-normal-color,inherit); border: none; cursor: pointer; transition-duration: var(--dismiss-icon-hover-transition-duration,.3s); }
.elementor-alert button.elementor-alert-dismiss:hover { color: var(--dismiss-icon-hover-color,inherit); }
.elementor-alert button.elementor-alert-dismiss svg { width: var(--dismiss-icon-size,20px); height: var(--dismiss-icon-size,20px); fill: var(--dismiss-icon-normal-color,currentColor); transition-duration: var(--dismiss-icon-hover-transition-duration,.3s); }
.elementor-alert button.elementor-alert-dismiss svg:hover { fill: var(--dismiss-icon-hover-color,currentColor); }
.elementor-alert.elementor-alert-info { color: rgb(49, 112, 143); background-color: rgb(217, 237, 247); border-color: rgb(188, 223, 241); }
.elementor-alert.elementor-alert-success { color: rgb(60, 118, 61); background-color: rgb(223, 240, 216); border-color: rgb(202, 230, 190); }
.elementor-alert.elementor-alert-warning { color: rgb(138, 109, 59); background-color: rgb(252, 248, 227); border-color: rgb(249, 240, 195); }
.elementor-alert.elementor-alert-danger { color: rgb(169, 68, 66); background-color: rgb(242, 222, 222); border-color: rgb(232, 196, 196); }
@media (max-width: 767px) {
  .elementor-alert { padding: 10px; }
  .elementor-alert button.elementor-alert-dismiss { right: 7px; top: 7px; }
}
.elementor-counter .elementor-counter-number-wrapper { display: flex; font-size: 69px; font-weight: 600; line-height: 1; }
.elementor-counter .elementor-counter-number-prefix, .elementor-counter .elementor-counter-number-suffix { flex-grow: 1; white-space: pre-wrap; }
.elementor-counter .elementor-counter-number-prefix { text-align: right; }
.elementor-counter .elementor-counter-number-suffix { text-align: left; }
.elementor-counter .elementor-counter-title { text-align: center; font-size: 19px; font-weight: 400; line-height: 2.5; }
.elementor-widget-divider { --divider-border-style: none; --divider-border-width: 1px; --divider-color: #2c2c2c; --divider-icon-size: 20px; --divider-element-spacing: 10px; --divider-pattern-height: 24px; --divider-pattern-size: 20px; --divider-pattern-url: none; --divider-pattern-repeat: repeat-x; }
.elementor-widget-divider .elementor-divider { display: flex; }
.elementor-widget-divider .elementor-divider__text { font-size: 15px; line-height: 1; max-width: 95%; }
.elementor-widget-divider .elementor-divider__element { margin: 0 var(--divider-element-spacing); flex-shrink: 0; }
.elementor-widget-divider .elementor-icon { font-size: var(--divider-icon-size); }
.elementor-widget-divider .elementor-divider-separator { display: flex; margin: 0px; direction: ltr; }
.elementor-widget-divider--view-line_icon .elementor-divider-separator, .elementor-widget-divider--view-line_text .elementor-divider-separator { align-items: center; }
.elementor-widget-divider--view-line_icon .elementor-divider-separator::after, .elementor-widget-divider--view-line_icon .elementor-divider-separator::before, .elementor-widget-divider--view-line_text .elementor-divider-separator::after, .elementor-widget-divider--view-line_text .elementor-divider-separator::before { display: block; content: ""; border-bottom: 0px; flex-grow: 1; border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-color); }
.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator > .elementor-divider__svg:first-of-type { flex-grow: 0; flex-shrink: 100; }
.elementor-widget-divider--element-align-left .elementor-divider-separator::before { content: none; }
.elementor-widget-divider--element-align-left .elementor-divider__element { margin-left: 0px; }
.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator > .elementor-divider__svg:last-of-type { flex-grow: 0; flex-shrink: 100; }
.elementor-widget-divider--element-align-right .elementor-divider-separator::after { content: none; }
.elementor-widget-divider--element-align-right .elementor-divider__element { margin-right: 0px; }
.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator { border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-color); }
.elementor-widget-divider--separator-type-pattern { --divider-border-style: none; }
.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator, .elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator::after, .elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator::before, .elementor-widget-divider--separator-type-pattern:not([class*="elementor-widget-divider--view"]) .elementor-divider-separator { width: 100%; min-height: var(--divider-pattern-height); mask-size: var(--divider-pattern-size) 100%; mask-repeat: var(--divider-pattern-repeat); background-color: var(--divider-color); mask-image: var(--divider-pattern-url); }
.elementor-widget-divider--no-spacing { --divider-pattern-size: auto; }
.elementor-widget-divider--bg-round { --divider-pattern-repeat: round; }
.rtl .elementor-widget-divider .elementor-divider__text { direction: rtl; }
.e-con-inner > .elementor-widget-divider, .e-con > .elementor-widget-divider { width: var(--container-widget-width); --flex-grow: var(--container-widget-flex-grow); }
.elementor-image-gallery .gallery-item { display: inline-block; text-align: center; vertical-align: top; width: 100%; max-width: 100%; margin: 0px auto; }
.elementor-image-gallery .gallery-item img { margin: 0px auto; }
.elementor-image-gallery .gallery-item .gallery-caption { margin: 0px; }
.elementor-image-gallery figure img { display: block; }
.elementor-image-gallery figure figcaption { width: 100%; }
.gallery-spacing-custom .elementor-image-gallery .gallery-icon { padding: 0px; }
@media (min-width: 768px) {
  .elementor-image-gallery .gallery-columns-2 .gallery-item { max-width: 50%; }
  .elementor-image-gallery .gallery-columns-3 .gallery-item { max-width: 33.33%; }
  .elementor-image-gallery .gallery-columns-4 .gallery-item { max-width: 25%; }
  .elementor-image-gallery .gallery-columns-5 .gallery-item { max-width: 20%; }
  .elementor-image-gallery .gallery-columns-6 .gallery-item { max-width: 16.666%; }
  .elementor-image-gallery .gallery-columns-7 .gallery-item { max-width: 14.28%; }
  .elementor-image-gallery .gallery-columns-8 .gallery-item { max-width: 12.5%; }
  .elementor-image-gallery .gallery-columns-9 .gallery-item { max-width: 11.11%; }
  .elementor-image-gallery .gallery-columns-10 .gallery-item { max-width: 10%; }
}
@media (min-width: 480px) and (max-width: 767px) {
  .elementor-image-gallery .gallery.gallery-columns-2 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-3 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-4 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-5 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-6 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-7 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-8 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-9 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-10 .gallery-item { max-width: 50%; }
}
@media (max-width: 479px) {
  .elementor-image-gallery .gallery.gallery-columns-2 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-3 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-4 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-5 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-6 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-7 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-8 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-9 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-10 .gallery-item { max-width: 100%; }
}
.elementor-widget-google_maps .elementor-widget-container { overflow: hidden; }
.elementor-widget-google_maps iframe { height: 300px; }
.elementor-heading-title { padding: 0px; margin: 0px; line-height: 1; }
.elementor-widget-heading .elementor-heading-title[class*="elementor-size-"] > a { color: inherit; font-size: inherit; line-height: inherit; }
.elementor-widget-heading .elementor-heading-title.elementor-size-small { font-size: 15px; }
.elementor-widget-heading .elementor-heading-title.elementor-size-medium { font-size: 19px; }
.elementor-widget-heading .elementor-heading-title.elementor-size-large { font-size: 29px; }
.elementor-widget-heading .elementor-heading-title.elementor-size-xl { font-size: 39px; }
.elementor-widget-heading .elementor-heading-title.elementor-size-xxl { font-size: 59px; }
.elementor-widget-icon-box .elementor-icon-box-wrapper { display: block; text-align: center; }
.elementor-widget-icon-box .elementor-icon-box-icon { margin-bottom: var(--icon-box-icon-margin,15px); margin-right: auto; margin-left: auto; }
@media (min-width: 768px) {
  .elementor-widget-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper { align-items: flex-start; }
  .elementor-widget-icon-box.elementor-vertical-align-middle .elementor-icon-box-wrapper { align-items: center; }
  .elementor-widget-icon-box.elementor-vertical-align-bottom .elementor-icon-box-wrapper { align-items: flex-end; }
}
.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper, .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper { display: flex; }
.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon, .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon { display: inline-flex; flex: 0 0 auto; }
.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper { text-align: right; flex-direction: row-reverse; }
.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon { margin-left: var(--icon-box-icon-margin,15px); margin-right: 0px; margin-bottom: unset; }
.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper { text-align: left; flex-direction: row; }
.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon { margin-right: var(--icon-box-icon-margin,15px); margin-left: 0px; margin-bottom: unset; }
.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-wrapper { display: block; text-align: center; flex-direction: unset; }
.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-icon { margin-bottom: var(--icon-box-icon-margin,15px); margin-right: auto; margin-left: auto; }
@media (min-width: -1px) {
  .elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-wrapper, .elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-wrapper { display: flex; }
  .elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-icon, .elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-icon { display: inline-flex; flex: 0 0 auto; }
  .elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-wrapper { text-align: right; flex-direction: row-reverse; }
  .elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-icon { margin-left: var(--icon-box-icon-margin,15px); margin-right: 0px; margin-bottom: unset; }
  .elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-wrapper { text-align: left; flex-direction: row; }
  .elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-icon { margin-right: var(--icon-box-icon-margin,15px); margin-left: 0px; margin-bottom: unset; }
  .elementor-widget-icon-box.elementor-widescreen-position-top .elementor-icon-box-wrapper { display: block; text-align: center; flex-direction: unset; }
  .elementor-widget-icon-box.elementor-widescreen-position-top .elementor-icon-box-icon { margin-bottom: var(--icon-box-icon-margin,15px); margin-right: auto; margin-left: auto; }
}
@media (max-width: -1px) {
  .elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-wrapper, .elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-wrapper { display: flex; }
  .elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-icon, .elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-icon { display: inline-flex; flex: 0 0 auto; }
  .elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-wrapper { text-align: right; flex-direction: row-reverse; }
  .elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-icon { margin-left: var(--icon-box-icon-margin,15px); margin-right: 0px; margin-bottom: unset; }
  .elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-wrapper { text-align: left; flex-direction: row; }
  .elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-icon { margin-right: var(--icon-box-icon-margin,15px); margin-left: 0px; margin-bottom: unset; }
  .elementor-widget-icon-box.elementor-laptop-position-top .elementor-icon-box-wrapper { display: block; text-align: center; flex-direction: unset; }
  .elementor-widget-icon-box.elementor-laptop-position-top .elementor-icon-box-icon { margin-bottom: var(--icon-box-icon-margin,15px); margin-right: auto; margin-left: auto; }
}
@media (max-width: -1px) {
  .elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-wrapper, .elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-wrapper { display: flex; }
  .elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-icon, .elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-icon { display: inline-flex; flex: 0 0 auto; }
  .elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-wrapper { text-align: right; flex-direction: row-reverse; }
  .elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-icon { margin-left: var(--icon-box-icon-margin,15px); margin-right: 0px; margin-bottom: unset; }
  .elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-wrapper { text-align: left; flex-direction: row; }
  .elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-icon { margin-right: var(--icon-box-icon-margin,15px); margin-left: 0px; margin-bottom: unset; }
  .elementor-widget-icon-box.elementor-tablet_extra-position-top .elementor-icon-box-wrapper { display: block; text-align: center; flex-direction: unset; }
  .elementor-widget-icon-box.elementor-tablet_extra-position-top .elementor-icon-box-icon { margin-bottom: var(--icon-box-icon-margin,15px); margin-right: auto; margin-left: auto; }
}
@media (max-width: 1024px) {
  .elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-wrapper, .elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-wrapper { display: flex; }
  .elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-icon, .elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-icon { display: inline-flex; flex: 0 0 auto; }
  .elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-wrapper { text-align: right; flex-direction: row-reverse; }
  .elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-icon { margin-left: var(--icon-box-icon-margin,15px); margin-right: 0px; margin-bottom: unset; }
  .elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-wrapper { text-align: left; flex-direction: row; }
  .elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-icon { margin-right: var(--icon-box-icon-margin,15px); margin-left: 0px; margin-bottom: unset; }
  .elementor-widget-icon-box.elementor-tablet-position-top .elementor-icon-box-wrapper { display: block; text-align: center; flex-direction: unset; }
  .elementor-widget-icon-box.elementor-tablet-position-top .elementor-icon-box-icon { margin-bottom: var(--icon-box-icon-margin,15px); margin-right: auto; margin-left: auto; }
}
@media (max-width: -1px) {
  .elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-wrapper, .elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-wrapper { display: flex; }
  .elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-icon, .elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-icon { display: inline-flex; flex: 0 0 auto; }
  .elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-wrapper { text-align: right; flex-direction: row-reverse; }
  .elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-icon { margin-left: var(--icon-box-icon-margin,15px); margin-right: 0px; margin-bottom: unset; }
  .elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-wrapper { text-align: left; flex-direction: row; }
  .elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-icon { margin-right: var(--icon-box-icon-margin,15px); margin-left: 0px; margin-bottom: unset; }
  .elementor-widget-icon-box.elementor-mobile_extra-position-top .elementor-icon-box-wrapper { display: block; text-align: center; flex-direction: unset; }
  .elementor-widget-icon-box.elementor-mobile_extra-position-top .elementor-icon-box-icon { margin-bottom: var(--icon-box-icon-margin,15px); margin-right: auto; margin-left: auto; }
}
@media (max-width: 767px) {
  .elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-wrapper, .elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-wrapper { display: flex; }
  .elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-icon, .elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-icon { display: inline-flex; flex: 0 0 auto; }
  .elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-wrapper { text-align: right; flex-direction: row-reverse; }
  .elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-icon { margin-left: var(--icon-box-icon-margin,15px); margin-right: 0px; margin-bottom: unset; }
  .elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-wrapper { text-align: left; flex-direction: row; }
  .elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-icon { margin-right: var(--icon-box-icon-margin,15px); margin-left: 0px; margin-bottom: unset; }
  .elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-wrapper { display: block; text-align: center; flex-direction: unset; }
  .elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-icon { margin-bottom: var(--icon-box-icon-margin,15px); margin-right: auto; margin-left: auto; }
  .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon, .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon { display: block; flex: unset; }
}
.elementor-widget-icon-box .elementor-icon-box-title a { color: inherit; }
.elementor-widget-icon-box .elementor-icon-box-content { flex-grow: 1; }
.elementor-widget-icon-box .elementor-icon-box-description { margin: 0px; }
.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container { overflow: hidden; }
.elementor-widget .elementor-icon-list-items.elementor-inline-items { margin-right: -8px; margin-left: -8px; }
.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item { margin-right: 8px; margin-left: 8px; }
.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item::after { width: auto; left: auto; position: relative; height: 100%; border-width: 0px 0px 0px 1px; border-top-color: initial; border-bottom-color: initial; border-right-color: initial; border-style: solid; right: -8px; }
.elementor-widget .elementor-icon-list-items { list-style-type: none; margin: 0px; padding: 0px; }
.elementor-widget .elementor-icon-list-item { margin: 0px; padding: 0px; position: relative; }
.elementor-widget .elementor-icon-list-item::after { position: absolute; bottom: 0px; width: 100%; }
.elementor-widget .elementor-icon-list-item, .elementor-widget .elementor-icon-list-item a { display: flex; align-items: center; font-size: inherit; }
.elementor-widget .elementor-icon-list-icon + .elementor-icon-list-text { align-self: center; padding-left: 5px; }
.elementor-widget .elementor-icon-list-icon { display: flex; }
.elementor-widget .elementor-icon-list-icon svg { width: var(--e-icon-list-icon-size,1em); height: var(--e-icon-list-icon-size,1em); }
.elementor-widget .elementor-icon-list-icon i { width: 1.25em; font-size: var(--e-icon-list-icon-size); }
.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon { text-align: var(--e-icon-list-icon-align); }
.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg { margin: var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0); }
.elementor-widget.elementor-list-item-link-full_width a { width: 100%; }
.elementor-widget.elementor-align-center .elementor-icon-list-item, .elementor-widget.elementor-align-center .elementor-icon-list-item a { justify-content: center; }
.elementor-widget.elementor-align-center .elementor-icon-list-item::after { margin: auto; }
.elementor-widget.elementor-align-center .elementor-inline-items { justify-content: center; }
.elementor-widget.elementor-align-left .elementor-icon-list-item, .elementor-widget.elementor-align-left .elementor-icon-list-item a { justify-content: flex-start; text-align: left; }
.elementor-widget.elementor-align-left .elementor-inline-items { justify-content: flex-start; }
.elementor-widget.elementor-align-right .elementor-icon-list-item, .elementor-widget.elementor-align-right .elementor-icon-list-item a { justify-content: flex-end; text-align: right; }
.elementor-widget.elementor-align-right .elementor-icon-list-items { justify-content: flex-end; }
.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item::after { left: 0px; }
.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item::after { right: 0px; }
@media (min-width: -1px) {
  .elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item, .elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item a { justify-content: center; }
  .elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item::after { margin: auto; }
  .elementor-widget.elementor-widescreen-align-center .elementor-inline-items { justify-content: center; }
  .elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item, .elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item a { justify-content: flex-start; text-align: left; }
  .elementor-widget.elementor-widescreen-align-left .elementor-inline-items { justify-content: flex-start; }
  .elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item, .elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item a { justify-content: flex-end; text-align: right; }
  .elementor-widget.elementor-widescreen-align-right .elementor-icon-list-items { justify-content: flex-end; }
  .elementor-widget:not(.elementor-widescreen-align-right) .elementor-icon-list-item::after { left: 0px; }
  .elementor-widget:not(.elementor-widescreen-align-left) .elementor-icon-list-item::after { right: 0px; }
}
@media (max-width: -1px) {
  .elementor-widget.elementor-laptop-align-center .elementor-icon-list-item, .elementor-widget.elementor-laptop-align-center .elementor-icon-list-item a { justify-content: center; }
  .elementor-widget.elementor-laptop-align-center .elementor-icon-list-item::after { margin: auto; }
  .elementor-widget.elementor-laptop-align-center .elementor-inline-items { justify-content: center; }
  .elementor-widget.elementor-laptop-align-left .elementor-icon-list-item, .elementor-widget.elementor-laptop-align-left .elementor-icon-list-item a { justify-content: flex-start; text-align: left; }
  .elementor-widget.elementor-laptop-align-left .elementor-inline-items { justify-content: flex-start; }
  .elementor-widget.elementor-laptop-align-right .elementor-icon-list-item, .elementor-widget.elementor-laptop-align-right .elementor-icon-list-item a { justify-content: flex-end; text-align: right; }
  .elementor-widget.elementor-laptop-align-right .elementor-icon-list-items { justify-content: flex-end; }
  .elementor-widget:not(.elementor-laptop-align-right) .elementor-icon-list-item::after { left: 0px; }
  .elementor-widget:not(.elementor-laptop-align-left) .elementor-icon-list-item::after { right: 0px; }
}
@media (max-width: -1px) {
  .elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item, .elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item a { justify-content: center; }
  .elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item::after { margin: auto; }
  .elementor-widget.elementor-tablet_extra-align-center .elementor-inline-items { justify-content: center; }
  .elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item, .elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item a { justify-content: flex-start; text-align: left; }
  .elementor-widget.elementor-tablet_extra-align-left .elementor-inline-items { justify-content: flex-start; }
  .elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item, .elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item a { justify-content: flex-end; text-align: right; }
  .elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-items { justify-content: flex-end; }
  .elementor-widget:not(.elementor-tablet_extra-align-right) .elementor-icon-list-item::after { left: 0px; }
  .elementor-widget:not(.elementor-tablet_extra-align-left) .elementor-icon-list-item::after { right: 0px; }
}
@media (max-width: 1024px) {
  .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item, .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a { justify-content: center; }
  .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item::after { margin: auto; }
  .elementor-widget.elementor-tablet-align-center .elementor-inline-items { justify-content: center; }
  .elementor-widget.elementor-tablet-align-left .elementor-icon-list-item, .elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a { justify-content: flex-start; text-align: left; }
  .elementor-widget.elementor-tablet-align-left .elementor-inline-items { justify-content: flex-start; }
  .elementor-widget.elementor-tablet-align-right .elementor-icon-list-item, .elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a { justify-content: flex-end; text-align: right; }
  .elementor-widget.elementor-tablet-align-right .elementor-icon-list-items { justify-content: flex-end; }
  .elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item::after { left: 0px; }
  .elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item::after { right: 0px; }
}
@media (max-width: -1px) {
  .elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item, .elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item a { justify-content: center; }
  .elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item::after { margin: auto; }
  .elementor-widget.elementor-mobile_extra-align-center .elementor-inline-items { justify-content: center; }
  .elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item, .elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item a { justify-content: flex-start; text-align: left; }
  .elementor-widget.elementor-mobile_extra-align-left .elementor-inline-items { justify-content: flex-start; }
  .elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item, .elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item a { justify-content: flex-end; text-align: right; }
  .elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-items { justify-content: flex-end; }
  .elementor-widget:not(.elementor-mobile_extra-align-right) .elementor-icon-list-item::after { left: 0px; }
  .elementor-widget:not(.elementor-mobile_extra-align-left) .elementor-icon-list-item::after { right: 0px; }
}
@media (max-width: 767px) {
  .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item, .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a { justify-content: center; }
  .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item::after { margin: auto; }
  .elementor-widget.elementor-mobile-align-center .elementor-inline-items { justify-content: center; }
  .elementor-widget.elementor-mobile-align-left .elementor-icon-list-item, .elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a { justify-content: flex-start; text-align: left; }
  .elementor-widget.elementor-mobile-align-left .elementor-inline-items { justify-content: flex-start; }
  .elementor-widget.elementor-mobile-align-right .elementor-icon-list-item, .elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a { justify-content: flex-end; text-align: right; }
  .elementor-widget.elementor-mobile-align-right .elementor-icon-list-items { justify-content: flex-end; }
  .elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item::after { left: 0px; }
  .elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item::after { right: 0px; }
}
.elementor-widget-image { text-align: center; }
.elementor-widget-image a { display: inline-block; }
.elementor-widget-image a img[src$=".svg"] { width: 48px; }
.elementor-widget-image img { vertical-align: middle; display: inline-block; }
.elementor-widget-image-box .elementor-image-box-content { width: 100%; }
@media (min-width: 768px) {
  .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper, .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper { display: flex; }
  .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper { text-align: right; flex-direction: row-reverse; }
  .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper { text-align: left; flex-direction: row; }
  .elementor-widget-image-box.elementor-position-top .elementor-image-box-img { margin: auto; }
  .elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper { align-items: flex-start; }
  .elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper { align-items: center; }
  .elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper { align-items: flex-end; }
}
@media (max-width: 767px) {
  .elementor-widget-image-box .elementor-image-box-img { margin-bottom: 15px; margin-left: auto !important; margin-right: auto !important; }
}
.elementor-widget-image-box .elementor-image-box-img { display: inline-block; }
.elementor-widget-image-box .elementor-image-box-title a { color: inherit; }
.elementor-widget-image-box .elementor-image-box-wrapper { text-align: center; }
.elementor-widget-image-box .elementor-image-box-description { margin: 0px; }
.elementor-widget-image-carousel .swiper-container { position: static; }
.elementor-widget-image-carousel .swiper-container .swiper-slide figure { line-height: inherit; }
.elementor-widget-image-carousel .swiper-slide { text-align: center; }
.elementor-image-carousel-wrapper:not(.swiper-container-initialized) .swiper-slide { max-width: calc(100% / var(--e-image-carousel-slides-to-show, 3)); }
body.elementor-page .elementor-widget-menu-anchor { margin-bottom: 0px; }
.elementor-widget-progress { text-align: left; }
.elementor-progress-wrapper { position: relative; background-color: rgb(238, 238, 238); color: rgb(255, 255, 255); height: 100%; border-radius: 2px; }
.elementor-progress-bar { display: flex; background-color: rgb(129, 138, 145); width: 0px; font-size: 11px; height: 30px; line-height: 30px; border-radius: 2px; transition: width 1s ease-in-out 0s; }
.elementor-progress-text { flex-grow: 1; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; padding-left: 15px; }
.elementor-progress-percentage { padding-right: 15px; }
.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar { background-color: rgb(91, 192, 222); }
.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar { background-color: rgb(92, 184, 92); }
.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar { background-color: rgb(240, 173, 78); }
.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar { background-color: rgb(217, 83, 79); }
.elementor-progress .elementor-title { display: block; }
@media (max-width: 767px) {
  .elementor-progress-text { padding-left: 10px; }
}
.e-con-inner .elementor-progress-wrapper, .e-con .elementor-progress-wrapper { height: auto; }
.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container, .elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container, .elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container { line-height: 1; font-size: 0px; }
.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid { display: inline-grid; }
.elementor-widget-social-icons .elementor-grid { column-gap: ; row-gap: ; grid-template-columns: var(--grid-template-columns); justify-content: var(--justify-content,center); justify-items: var(--justify-content,center); }
.elementor-icon.elementor-social-icon { font-size: var(--icon-size,25px); line-height: var(--icon-size,25px); width: calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em))); height: calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em))); }
.elementor-social-icon { --e-social-icon-icon-color: #fff; display: inline-flex; background-color: rgb(129, 138, 145); align-items: center; justify-content: center; text-align: center; cursor: pointer; }
.elementor-social-icon i { color: var(--e-social-icon-icon-color); }
.elementor-social-icon svg { fill: var(--e-social-icon-icon-color); }
.elementor-social-icon:last-child { margin: 0px; }
.elementor-social-icon:hover { opacity: 0.9; color: rgb(255, 255, 255); }
.elementor-social-icon-android { background-color: rgb(164, 198, 57); }
.elementor-social-icon-apple { background-color: rgb(153, 153, 153); }
.elementor-social-icon-behance { background-color: rgb(23, 105, 255); }
.elementor-social-icon-bitbucket { background-color: rgb(32, 80, 129); }
.elementor-social-icon-codepen { background-color: rgb(0, 0, 0); }
.elementor-social-icon-delicious { background-color: rgb(51, 153, 255); }
.elementor-social-icon-deviantart { background-color: rgb(5, 204, 71); }
.elementor-social-icon-digg { background-color: rgb(0, 91, 226); }
.elementor-social-icon-dribbble { background-color: rgb(234, 76, 137); }
.elementor-social-icon-elementor { background-color: rgb(211, 12, 92); }
.elementor-social-icon-envelope { background-color: rgb(234, 67, 53); }
.elementor-social-icon-facebook, .elementor-social-icon-facebook-f { background-color: rgb(59, 89, 152); }
.elementor-social-icon-flickr { background-color: rgb(0, 99, 220); }
.elementor-social-icon-foursquare { background-color: rgb(45, 91, 227); }
.elementor-social-icon-free-code-camp, .elementor-social-icon-freecodecamp { background-color: rgb(0, 100, 0); }
.elementor-social-icon-github { background-color: rgb(51, 51, 51); }
.elementor-social-icon-gitlab { background-color: rgb(226, 67, 41); }
.elementor-social-icon-globe { background-color: rgb(129, 138, 145); }
.elementor-social-icon-google-plus, .elementor-social-icon-google-plus-g { background-color: rgb(221, 75, 57); }
.elementor-social-icon-houzz { background-color: rgb(122, 193, 66); }
.elementor-social-icon-instagram { background-color: rgb(38, 38, 38); }
.elementor-social-icon-jsfiddle { background-color: rgb(72, 122, 162); }
.elementor-social-icon-link { background-color: rgb(129, 138, 145); }
.elementor-social-icon-linkedin, .elementor-social-icon-linkedin-in { background-color: rgb(0, 119, 181); }
.elementor-social-icon-medium { background-color: rgb(0, 171, 107); }
.elementor-social-icon-meetup { background-color: rgb(236, 28, 64); }
.elementor-social-icon-mixcloud { background-color: rgb(39, 58, 75); }
.elementor-social-icon-odnoklassniki { background-color: rgb(244, 115, 28); }
.elementor-social-icon-pinterest { background-color: rgb(189, 8, 28); }
.elementor-social-icon-product-hunt { background-color: rgb(218, 85, 47); }
.elementor-social-icon-reddit { background-color: rgb(255, 69, 0); }
.elementor-social-icon-rss { background-color: rgb(242, 101, 34); }
.elementor-social-icon-shopping-cart { background-color: rgb(76, 175, 80); }
.elementor-social-icon-skype { background-color: rgb(0, 175, 240); }
.elementor-social-icon-slideshare { background-color: rgb(0, 119, 181); }
.elementor-social-icon-snapchat { background-color: rgb(255, 252, 0); }
.elementor-social-icon-soundcloud { background-color: rgb(255, 136, 0); }
.elementor-social-icon-spotify { background-color: rgb(46, 189, 89); }
.elementor-social-icon-stack-overflow { background-color: rgb(254, 122, 21); }
.elementor-social-icon-steam { background-color: rgb(0, 173, 238); }
.elementor-social-icon-stumbleupon { background-color: rgb(235, 73, 36); }
.elementor-social-icon-telegram { background-color: rgb(44, 165, 224); }
.elementor-social-icon-thumb-tack { background-color: rgb(26, 161, 216); }
.elementor-social-icon-tripadvisor { background-color: rgb(88, 148, 66); }
.elementor-social-icon-tumblr { background-color: rgb(53, 70, 92); }
.elementor-social-icon-twitch { background-color: rgb(100, 65, 165); }
.elementor-social-icon-twitter { background-color: rgb(29, 161, 242); }
.elementor-social-icon-viber { background-color: rgb(102, 92, 172); }
.elementor-social-icon-vimeo { background-color: rgb(26, 183, 234); }
.elementor-social-icon-vk { background-color: rgb(69, 102, 142); }
.elementor-social-icon-weibo { background-color: rgb(221, 36, 48); }
.elementor-social-icon-weixin { background-color: rgb(49, 169, 24); }
.elementor-social-icon-whatsapp { background-color: rgb(37, 211, 102); }
.elementor-social-icon-wordpress { background-color: rgb(33, 117, 155); }
.elementor-social-icon-xing { background-color: rgb(2, 100, 102); }
.elementor-social-icon-yelp { background-color: rgb(175, 6, 6); }
.elementor-social-icon-youtube { background-color: rgb(205, 32, 31); }
.elementor-social-icon-500px { background-color: rgb(0, 153, 229); }
.elementor-shape-rounded .elementor-icon.elementor-social-icon { border-radius: 10%; }
.elementor-shape-circle .elementor-icon.elementor-social-icon { border-radius: 50%; }
.elementor-column .elementor-spacer-inner { height: var(--spacer-size); }
.e-con { --container-widget-width: 100%; }
.e-con-inner > .elementor-widget-spacer, .e-con > .elementor-widget-spacer { width: var(--container-widget-width,var(--spacer-size)); --align-self: var(--container-widget-align-self,initial); --flex-shrink: 0; }
.e-con-inner > .elementor-widget-spacer > .elementor-widget-container, .e-con-inner > .elementor-widget-spacer > .elementor-widget-container > .elementor-spacer, .e-con > .elementor-widget-spacer > .elementor-widget-container, .e-con > .elementor-widget-spacer > .elementor-widget-container > .elementor-spacer { height: 100%; }
.e-con-inner > .elementor-widget-spacer > .elementor-widget-container > .elementor-spacer > .elementor-spacer-inner, .e-con > .elementor-widget-spacer > .elementor-widget-container > .elementor-spacer > .elementor-spacer-inner { height: var(--container-widget-height,var(--spacer-size)); }
.elementor-star-rating { color: rgb(204, 214, 223); font-family: eicons; display: inline-block; }
.elementor-star-rating i { display: inline-block; position: relative; font-style: normal; cursor: default; }
.elementor-star-rating i::before { content: ""; display: block; font-size: inherit; font-family: inherit; position: absolute; overflow: hidden; color: rgb(240, 173, 78); top: 0px; left: 0px; }
.elementor-star-rating .elementor-star-empty::before { content: none; }
.elementor-star-rating .elementor-star-1::before { width: 10%; }
.elementor-star-rating .elementor-star-2::before { width: 20%; }
.elementor-star-rating .elementor-star-3::before { width: 30%; }
.elementor-star-rating .elementor-star-4::before { width: 40%; }
.elementor-star-rating .elementor-star-5::before { width: 50%; }
.elementor-star-rating .elementor-star-6::before { width: 60%; }
.elementor-star-rating .elementor-star-7::before { width: 70%; }
.elementor-star-rating .elementor-star-8::before { width: 80%; }
.elementor-star-rating .elementor-star-9::before { width: 90%; }
.elementor-star-rating__wrapper { display: flex; align-items: center; }
.elementor-star-rating__title { margin-right: 10px; }
.elementor-star-rating--align-right .elementor-star-rating__wrapper { text-align: right; justify-content: flex-end; }
.elementor-star-rating--align-left .elementor-star-rating__wrapper { text-align: left; justify-content: flex-start; }
.elementor-star-rating--align-center .elementor-star-rating__wrapper { text-align: center; justify-content: center; }
.elementor-star-rating--align-justify .elementor-star-rating__title { margin-right: auto; }
@media (max-width: 1024px) {
  .elementor-star-rating-tablet--align-right .elementor-star-rating__wrapper { text-align: right; justify-content: flex-end; }
  .elementor-star-rating-tablet--align-left .elementor-star-rating__wrapper { text-align: left; justify-content: flex-start; }
  .elementor-star-rating-tablet--align-center .elementor-star-rating__wrapper { text-align: center; justify-content: center; }
  .elementor-star-rating-tablet--align-justify .elementor-star-rating__title { margin-right: auto; }
}
@media (max-width: 767px) {
  .elementor-star-rating-mobile--align-right .elementor-star-rating__wrapper { text-align: right; justify-content: flex-end; }
  .elementor-star-rating-mobile--align-left .elementor-star-rating__wrapper { text-align: left; justify-content: flex-start; }
  .elementor-star-rating-mobile--align-center .elementor-star-rating__wrapper { text-align: center; justify-content: center; }
  .elementor-star-rating-mobile--align-justify .elementor-star-rating__title { margin-right: auto; }
}
.last-star { letter-spacing: 0px; }
.elementor--star-style-star_unicode .elementor-star-rating { font-family: Arial, Helvetica, sans-serif; }
.elementor--star-style-star_unicode .elementor-star-rating i:not(.elementor-star-empty)::before { content: "★"; }
.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper { width: 25%; flex-shrink: 0; }
.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active { border-right-style: none; }
.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active::after, .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active::before { height: 999em; width: 0px; right: 0px; border-right-style: solid; }
.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active::before { top: 0px; transform: translateY(-100%); }
.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active::after { top: 100%; }
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title { display: table-cell; }
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active { border-bottom-style: none; }
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active::after, .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active::before { bottom: 0px; height: 0px; width: 999em; border-bottom-style: solid; }
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active::before { right: 100%; }
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active::after { left: 100%; }
.elementor-widget-tabs .elementor-tab-content, .elementor-widget-tabs .elementor-tab-title, .elementor-widget-tabs .elementor-tab-title::after, .elementor-widget-tabs .elementor-tab-title::before, .elementor-widget-tabs .elementor-tabs-content-wrapper { border: 1px rgb(212, 212, 212); }
.elementor-widget-tabs .elementor-tabs { text-align: left; }
.elementor-widget-tabs .elementor-tabs-wrapper { overflow: hidden; }
.elementor-widget-tabs .elementor-tab-title { cursor: pointer; outline: var(--focus-outline,none); }
.elementor-widget-tabs .elementor-tab-desktop-title { position: relative; padding: 20px 25px; font-weight: 700; line-height: 1; border: solid transparent; }
.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active { border-color: rgb(212, 212, 212); }
.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active::after, .elementor-widget-tabs .elementor-tab-desktop-title.elementor-active::before { display: block; content: ""; position: absolute; }
.elementor-widget-tabs .elementor-tab-desktop-title:focus-visible { border: 1px solid rgb(0, 0, 0); }
.elementor-widget-tabs .elementor-tab-mobile-title { padding: 10px; cursor: pointer; }
.elementor-widget-tabs .elementor-tab-content { padding: 20px; display: none; }
@media (max-width: 767px) {
  .elementor-tabs .elementor-tab-content, .elementor-tabs .elementor-tab-title { border-style: solid solid none; }
  .elementor-tabs .elementor-tabs-wrapper { display: none; }
  .elementor-tabs .elementor-tabs-content-wrapper { border-bottom-style: solid; }
  .elementor-tabs .elementor-tab-content { padding: 10px; }
}
@media (min-width: 768px) {
  .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs { display: flex; }
  .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper { flex-direction: column; }
  .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-content-wrapper { flex-grow: 1; border-style: solid solid solid none; }
  .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content { border-style: none solid solid; }
  .elementor-widget-tabs.elementor-tabs-alignment-center .elementor-tabs-wrapper, .elementor-widget-tabs.elementor-tabs-alignment-end .elementor-tabs-wrapper, .elementor-widget-tabs.elementor-tabs-alignment-stretch .elementor-tabs-wrapper { display: flex; }
  .elementor-widget-tabs.elementor-tabs-alignment-center .elementor-tabs-wrapper { justify-content: center; }
  .elementor-widget-tabs.elementor-tabs-alignment-end .elementor-tabs-wrapper { justify-content: flex-end; }
  .elementor-widget-tabs.elementor-tabs-alignment-stretch.elementor-tabs-view-horizontal .elementor-tab-title { width: 100%; }
  .elementor-widget-tabs.elementor-tabs-alignment-stretch.elementor-tabs-view-vertical .elementor-tab-title { height: 100%; }
  .elementor-tabs .elementor-tab-mobile-title { display: none; }
}
.elementor-testimonial-wrapper { overflow: hidden; text-align: center; }
.elementor-testimonial-wrapper .elementor-testimonial-content { font-size: 1.3em; margin-bottom: 20px; }
.elementor-testimonial-wrapper .elementor-testimonial-name { line-height: 1.5; display: block; }
.elementor-testimonial-wrapper .elementor-testimonial-job { font-size: 0.85em; display: block; }
.elementor-testimonial-wrapper .elementor-testimonial-meta { width: 100%; line-height: 1; }
.elementor-testimonial-wrapper .elementor-testimonial-meta-inner { display: inline-block; }
.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details, .elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image { display: table-cell; vertical-align: middle; }
.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img { width: 60px; height: 60px; border-radius: 50%; object-fit: cover; max-width: none; }
.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image { padding-right: 15px; }
.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details { text-align: left; }
.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details, .elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image { display: block; }
.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image { margin-bottom: 20px; }
.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap { background-color: rgb(129, 138, 145); color: rgb(255, 255, 255); }
.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap { color: rgb(129, 138, 145); border: 3px solid; background-color: transparent; }
.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap { margin-top: 8px; }
.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter { width: 1em; height: 1em; }
.elementor-widget-text-editor .elementor-drop-cap { float: left; text-align: center; line-height: 1; font-size: 50px; }
.elementor-widget-text-editor .elementor-drop-cap-letter { display: inline-block; }
.elementor-toggle { text-align: left; }
.elementor-toggle .elementor-tab-title { font-weight: 700; line-height: 1; margin: 0px; padding: 15px; border-bottom: 1px solid rgb(212, 212, 212); cursor: pointer; outline: none; }
.elementor-toggle .elementor-tab-title .elementor-toggle-icon { display: inline-block; width: 1em; }
.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg { margin-inline-start: -5px; width: 1em; height: 1em; }
.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right { float: right; text-align: right; }
.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left { float: left; text-align: left; }
.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed { display: block; }
.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened { display: none; }
.elementor-toggle .elementor-tab-title.elementor-active { border-bottom: none; }
.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed { display: none; }
.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened { display: block; }
.elementor-toggle .elementor-tab-content { padding: 15px; border-bottom: 1px solid rgb(212, 212, 212); display: none; }
@media (max-width: 767px) {
  .elementor-toggle .elementor-tab-title { padding: 12px; }
  .elementor-toggle .elementor-tab-content { padding: 12px 10px; }
}
.e-con-inner > .elementor-widget-toggle, .e-con > .elementor-widget-toggle { width: var(--container-widget-width); --flex-grow: var(--container-widget-flex-grow); }
.elementor-widget-video .elementor-widget-container { overflow: hidden; transform: translateZ(0px); }
.elementor-widget-video .elementor-open-inline .elementor-custom-embed-image-overlay { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background-size: cover; background-position: 50% center; }
.elementor-widget-video .elementor-custom-embed-image-overlay { cursor: pointer; text-align: center; }
.elementor-widget-video .elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play i { opacity: 1; }
.elementor-widget-video .elementor-custom-embed-image-overlay img { display: block; width: 100%; }
.elementor-widget-video .e-hosted-video .elementor-video { object-fit: cover; }
.e-con-inner > .elementor-widget-video, .e-con > .elementor-widget-video { width: var(--container-widget-width); --flex-grow: var(--container-widget-flex-grow); }
.elementor-kit-39 { --e-global-color-primary: #000; --e-global-color-secondary: #f0ff00; --e-global-color-text: #505050; --e-global-color-accent: #878787; --e-global-typography-primary-font-family: "Roboto"; --e-global-typography-primary-font-weight: 600; --e-global-typography-secondary-font-family: "Roboto Slab"; --e-global-typography-secondary-font-weight: 400; --e-global-typography-text-font-family: "Roboto"; --e-global-typography-text-font-weight: 400; --e-global-typography-accent-font-family: "Roboto"; --e-global-typography-accent-font-weight: 500; }
.elementor-section.elementor-section-boxed > .elementor-container { max-width: 1140px; }
.e-con { --container-max-width: 1140px; }
.elementor-widget:not(:last-child) { margin-bottom: 20px; }
.elementor-element { --widgets-spacing: 20px; }
h1.entry-title { display: var(--page-title-display); }
@media (max-width: 1024px) {
  .elementor-section.elementor-section-boxed > .elementor-container { max-width: 1024px; }
  .e-con { --container-max-width: 1024px; }
}
@media (max-width: 767px) {
  .elementor-section.elementor-section-boxed > .elementor-container { max-width: 767px; }
  .e-con { --container-max-width: 767px; }
}
.aux-fhd .elementor-section.elementor-section-boxed > .elementor-container, .aux-fhd:not(.elementor-page) .elementor-section-boxed > .elementor-container { width: auto; max-width: 1900px; }
.aux-fhd .elementor-add-section { max-width: 1940px; }
.aux-s-fhd .elementor-section.elementor-section-boxed > .elementor-container, .aux-s-fhd:not(.elementor-page) .elementor-section-boxed > .elementor-container { width: auto; max-width: 1600px; }
.aux-s-fhd .elementor-add-section { max-width: 1640px; }
.aux-xhd .elementor-section.elementor-section-boxed > .elementor-container, .aux-xhd:not(.elementor-page) .elementor-section-boxed > .elementor-container { width: auto; max-width: 1400px; }
.aux-xhd .elementor-add-section { max-width: 1440px; }
.aux-hd .elementor-section.elementor-section-boxed > .elementor-container, .aux-hd:not(.elementor-page) .elementor-section-boxed > .elementor-container { width: auto; max-width: 1200px; }
.aux-hd .elementor-add-section { max-width: 1240px; }
.aux-nd .elementor-section.elementor-section-boxed > .elementor-container, .aux-nd:not(.elementor-page) .elementor-section-boxed > .elementor-container { width: auto; max-width: 1000px; }
.aux-nd .elementor-add-section { max-width: 1040px; }
.auxin-pro .elementor-add-new-section .elementor-add-section-button { background-color: rgb(69, 153, 193); }
.mejs-offscreen { border: 0px; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0px; position: absolute; width: 1px; overflow-wrap: normal; }
.mejs-container { background: rgb(0, 0, 0); font-family: Helvetica, Arial, serif; position: relative; text-align: left; text-indent: 0px; vertical-align: top; }
.mejs-container, .mejs-container * { box-sizing: border-box; }
.mejs-container video::-webkit-media-controls, .mejs-container video::-webkit-media-controls-panel, .mejs-container video::-webkit-media-controls-panel-container, .mejs-container video::-webkit-media-controls-start-playback-button { appearance: none; display: none !important; }
.mejs-fill-container, .mejs-fill-container .mejs-container { height: 100%; width: 100%; }
.mejs-fill-container { background: transparent; margin: 0px auto; overflow: hidden; position: relative; }
.mejs-container:focus { outline: none; }
.mejs-iframe-overlay { height: 100%; position: absolute; width: 100%; }
.mejs-embed, .mejs-embed body { background: rgb(0, 0, 0); height: 100%; margin: 0px; overflow: hidden; padding: 0px; width: 100%; }
.mejs-fullscreen { overflow: hidden !important; }
.mejs-container-fullscreen { inset: 0px; overflow: hidden; position: fixed; z-index: 1000; }
.mejs-container-fullscreen .mejs-mediaelement, .mejs-container-fullscreen video { height: 100% !important; width: 100% !important; }
.mejs-background, .mejs-mediaelement { left: 0px; position: absolute; top: 0px; }
.mejs-mediaelement { height: 100%; width: 100%; z-index: 0; }
.mejs-poster { background-position: 50% 50%; background-repeat: no-repeat; background-size: cover; left: 0px; position: absolute; top: 0px; z-index: 1; }
:root .mejs-poster-img { display: none; }
.mejs-poster-img { border: 0px; padding: 0px; }
.mejs-overlay { -webkit-box-align: center; align-items: center; display: flex; -webkit-box-pack: center; justify-content: center; left: 0px; position: absolute; top: 0px; }
.mejs-layer { z-index: 1; }
.mejs-overlay-play { cursor: pointer; }
.mejs-overlay-button { background: url("") 0px -39px no-repeat; height: 80px; width: 80px; }
.mejs-overlay:hover > .mejs-overlay-button { background-position: -80px -39px; }
.mejs-overlay-loading { height: 80px; width: 80px; }
.mejs-overlay-loading-bg-img { animation: 1s linear 0s infinite normal none running a; background: url("") -160px -40px no-repeat transparent; display: block; height: 80px; width: 80px; z-index: 1; }
@-webkit-keyframes a { 
  100% { transform: rotate(1turn); }
}
@keyframes a { 
  100% { transform: rotate(1turn); }
}
.mejs-controls { bottom: 0px; display: flex; height: 40px; left: 0px; list-style-type: none; margin: 0px; padding: 0px 10px; position: absolute; width: 100%; z-index: 3; }
.mejs-controls:not([style*="display: none"]) { background: linear-gradient(transparent, rgba(0, 0, 0, 0.35)); }
.mejs-button, .mejs-time, .mejs-time-rail { font-size: 10px; height: 40px; line-height: 10px; margin: 0px; width: 32px; }
.mejs-button > button { background: url("") transparent; border: 0px; cursor: pointer; display: block; font-size: 0px; height: 20px; line-height: 0; margin: 10px 6px; overflow: hidden; padding: 0px; position: absolute; text-decoration: none; width: 20px; }
.mejs-button > button:focus { outline: rgb(153, 153, 153) dotted 1px; }
.mejs-container-keyboard-inactive [role="slider"], .mejs-container-keyboard-inactive [role="slider"]:focus, .mejs-container-keyboard-inactive a, .mejs-container-keyboard-inactive a:focus, .mejs-container-keyboard-inactive button, .mejs-container-keyboard-inactive button:focus { outline: 0px; }
.mejs-time { box-sizing: content-box; color: rgb(255, 255, 255); font-size: 11px; font-weight: 700; height: 24px; overflow: hidden; padding: 16px 6px 0px; text-align: center; width: auto; }
.mejs-play > button { background-position: 0px 0px; }
.mejs-pause > button { background-position: -20px 0px; }
.mejs-replay > button { background-position: -160px 0px; }
.mejs-time-rail { direction: ltr; -webkit-box-flex: 1; flex-grow: 1; height: 40px; margin: 0px 10px; padding-top: 10px; position: relative; }
.mejs-time-buffering, .mejs-time-current, .mejs-time-float, .mejs-time-float-corner, .mejs-time-float-current, .mejs-time-hovered, .mejs-time-loaded, .mejs-time-marker, .mejs-time-total { border-radius: 2px; cursor: pointer; display: block; height: 10px; position: absolute; }
.mejs-time-total { background: rgba(255, 255, 255, 0.3); margin: 5px 0px 0px; width: 100%; }
.mejs-time-buffering { animation: 2s linear 0s infinite normal none running b; background: linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 0px, transparent 50%, rgba(255, 255, 255, 0.4) 0px, rgba(255, 255, 255, 0.4) 75%, transparent 0px, transparent) 0% 0% / 15px 15px; width: 100%; }
@-webkit-keyframes b { 
  0% { background-position: 0px 0px; }
  100% { background-position: 30px 0px; }
}
@keyframes b { 
  0% { background-position: 0px 0px; }
  100% { background-position: 30px 0px; }
}
.mejs-time-loaded { background: rgba(255, 255, 255, 0.3); }
.mejs-time-current, .mejs-time-handle-content { background: rgba(255, 255, 255, 0.9); }
.mejs-time-hovered { background: rgba(255, 255, 255, 0.5); z-index: 10; }
.mejs-time-hovered.negative { background: rgba(0, 0, 0, 0.2); }
.mejs-time-buffering, .mejs-time-current, .mejs-time-hovered, .mejs-time-loaded { left: 0px; transform: scaleX(0); transform-origin: 0px 0px; transition: all 0.15s ease-in 0s; width: 100%; }
.mejs-time-buffering { transform: scaleX(1); }
.mejs-time-hovered { transition: height 0.1s cubic-bezier(0.44, 0, 1, 1) 0s; }
.mejs-time-hovered.no-hover { transform: scaleX(0) !important; }
.mejs-time-handle, .mejs-time-handle-content { border: 4px solid transparent; cursor: pointer; left: 0px; position: absolute; transform: translateX(0px); z-index: 11; }
.mejs-time-handle-content { border: 4px solid rgba(255, 255, 255, 0.9); border-radius: 50%; height: 10px; left: -7px; top: -4px; transform: scale(0); width: 10px; }
.mejs-time-rail .mejs-time-handle-content:active, .mejs-time-rail .mejs-time-handle-content:focus, .mejs-time-rail:hover .mejs-time-handle-content { transform: scale(1); }
.mejs-time-float { background: rgb(238, 238, 238); border: 1px solid rgb(51, 51, 51); bottom: 100%; color: rgb(17, 17, 17); display: none; height: 17px; margin-bottom: 9px; position: absolute; text-align: center; transform: translateX(-50%); width: 36px; }
.mejs-time-float-current { display: block; left: 0px; margin: 2px; text-align: center; width: 30px; }
.mejs-time-float-corner { border-width: 5px; border-style: solid; border-image: initial; border-color: rgb(238, 238, 238) transparent transparent; border-radius: 0px; display: block; height: 0px; left: 50%; line-height: 0; position: absolute; top: 100%; transform: translateX(-50%); width: 0px; }
.mejs-long-video .mejs-time-float { margin-left: -23px; width: 64px; }
.mejs-long-video .mejs-time-float-current { width: 60px; }
.mejs-broadcast { color: rgb(255, 255, 255); height: 10px; position: absolute; top: 15px; width: 100%; }
.mejs-fullscreen-button > button { background-position: -80px 0px; }
.mejs-unfullscreen > button { background-position: -100px 0px; }
.mejs-mute > button { background-position: -60px 0px; }
.mejs-unmute > button { background-position: -40px 0px; }
.mejs-volume-button { position: relative; }
.mejs-volume-button > .mejs-volume-slider { backface-visibility: hidden; background: rgba(50, 50, 50, 0.7); border-radius: 0px; bottom: 100%; display: none; height: 115px; left: 50%; margin: 0px; position: absolute; transform: translateX(-50%); width: 25px; z-index: 1; }
.mejs-volume-button:hover { border-radius: 0px 0px 4px 4px; }
.mejs-volume-total { background: rgba(255, 255, 255, 0.5); height: 100px; left: 50%; margin: 0px; position: absolute; top: 8px; transform: translateX(-50%); width: 2px; }
.mejs-volume-current { left: 0px; margin: 0px; width: 100%; }
.mejs-volume-current, .mejs-volume-handle { background: rgba(255, 255, 255, 0.9); position: absolute; }
.mejs-volume-handle { border-radius: 1px; cursor: ns-resize; height: 6px; left: 50%; transform: translateX(-50%); width: 16px; }
.mejs-horizontal-volume-slider { display: block; height: 36px; position: relative; vertical-align: middle; width: 56px; }
.mejs-horizontal-volume-total { background: rgba(50, 50, 50, 0.8); height: 8px; top: 16px; width: 50px; }
.mejs-horizontal-volume-current, .mejs-horizontal-volume-total { border-radius: 2px; font-size: 1px; left: 0px; margin: 0px; padding: 0px; position: absolute; }
.mejs-horizontal-volume-current { background: rgba(255, 255, 255, 0.8); height: 100%; top: 0px; width: 100%; }
.mejs-horizontal-volume-handle { display: none; }
.mejs-captions-button, .mejs-chapters-button { position: relative; }
.mejs-captions-button > button { background-position: -140px 0px; }
.mejs-chapters-button > button { background-position: -180px 0px; }
.mejs-captions-button > .mejs-captions-selector, .mejs-chapters-button > .mejs-chapters-selector { background: rgba(50, 50, 50, 0.7); border: 1px solid transparent; border-radius: 0px; bottom: 100%; margin-right: -43px; overflow: hidden; padding: 0px; position: absolute; right: 50%; visibility: visible; width: 86px; }
.mejs-chapters-button > .mejs-chapters-selector { margin-right: -55px; width: 110px; }
.mejs-captions-selector-list, .mejs-chapters-selector-list { margin: 0px; overflow: hidden; padding: 0px; list-style-type: none !important; }
.mejs-captions-selector-list-item, .mejs-chapters-selector-list-item { color: rgb(255, 255, 255); cursor: pointer; display: block; margin: 0px 0px 6px; overflow: hidden; padding: 0px; list-style-type: none !important; }
.mejs-captions-selector-list-item:hover, .mejs-chapters-selector-list-item:hover { background-color: rgba(255, 255, 255, 0.4) !important; }
.mejs-captions-selector-input, .mejs-chapters-selector-input { clear: both; float: left; left: -1000px; margin: 3px 3px 0px 5px; position: absolute; }
.mejs-captions-selector-label, .mejs-chapters-selector-label { cursor: pointer; float: left; font-size: 10px; line-height: 15px; padding: 4px 10px 0px; width: 100%; }
.mejs-captions-selected, .mejs-chapters-selected { color: rgb(33, 248, 248); }
.mejs-captions-translations { font-size: 10px; margin: 0px 0px 5px; }
.mejs-captions-layer { bottom: 0px; color: rgb(255, 255, 255); font-size: 16px; left: 0px; line-height: 20px; position: absolute; text-align: center; }
.mejs-captions-layer a { color: rgb(255, 255, 255); text-decoration: underline; }
.mejs-captions-layer[lang="ar"] { font-size: 20px; font-weight: 400; }
.mejs-captions-position { bottom: 15px; left: 0px; position: absolute; width: 100%; }
.mejs-captions-position-hover { bottom: 35px; }
.mejs-captions-text, .mejs-captions-text * { background: rgba(20, 20, 20, 0.5); box-shadow: rgba(20, 20, 20, 0.5) 5px 0px 0px, rgba(20, 20, 20, 0.5) -5px 0px 0px; padding: 0px; white-space: pre-wrap; }
.mejs-container.mejs-hide-cues video::-webkit-media-text-track-container { display: none; }
.mejs-overlay-error { position: relative; }
.mejs-overlay-error > img { left: 0px; max-width: 100%; position: absolute; top: 0px; z-index: -1; }
.mejs-cannotplay, .mejs-cannotplay a { color: rgb(255, 255, 255); font-size: 0.8em; }
.mejs-cannotplay { position: relative; }
.mejs-cannotplay a, .mejs-cannotplay p { display: inline-block; padding: 0px 15px; width: 100%; }
.mejs-container { clear: both; max-width: 100%; }
.mejs-container * { font-family: Helvetica, Arial; }
.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body { background: rgb(34, 34, 34); }
.mejs-time { font-weight: 400; overflow-wrap: normal; }
.mejs-controls a.mejs-horizontal-volume-slider { display: table; }
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .mejs-controls .mejs-time-rail .mejs-time-loaded { background: rgb(255, 255, 255); }
.mejs-controls .mejs-time-rail .mejs-time-current { background: rgb(0, 115, 170); }
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .mejs-controls .mejs-time-rail .mejs-time-total { background: rgba(255, 255, 255, 0.33); }
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .mejs-controls .mejs-time-rail span { border-radius: 0px; }
.mejs-overlay-loading { background: 0px 0px; }
.mejs-controls button:hover { border: none; box-shadow: none; }
.me-cannotplay { width: auto !important; }
.media-embed-details .wp-audio-shortcode { display: inline-block; max-width: 400px; }
.audio-details .embed-media-settings { overflow: visible; }
.media-embed-details .embed-media-settings .setting span:not(.button-group) { max-width: 400px; width: auto; }
.media-embed-details .embed-media-settings .checkbox-setting span { display: inline-block; }
.media-embed-details .embed-media-settings { padding-top: 0px; top: 28px; }
.media-embed-details .instructions { padding: 16px 0px; max-width: 600px; }
.media-embed-details .setting .remove-setting, .media-embed-details .setting p { color: rgb(170, 0, 0); font-size: 10px; text-transform: uppercase; }
.media-embed-details .setting .remove-setting { padding: 5px 0px; }
.media-embed-details .setting a:hover { color: rgb(220, 50, 50); }
.media-embed-details .embed-media-settings .checkbox-setting { float: none; margin: 0px 0px 10px; }
.wp-video { max-width: 100%; height: auto; }
.wp_attachment_holder .wp-audio-shortcode, .wp_attachment_holder .wp-video { margin-top: 18px; }
.wp-video-shortcode video, video.wp-video-shortcode { max-width: 100%; display: inline-block; }
.video-details .wp-video-holder { width: 100%; max-width: 640px; }
.wp-playlist { border: 1px solid rgb(204, 204, 204); padding: 10px; margin: 12px 0px 18px; font-size: 14px; line-height: 1.5; }
.wp-admin .wp-playlist { margin: 0px 0px 18px; }
.wp-playlist video { display: inline-block; max-width: 100%; }
.wp-playlist audio { display: none; max-width: 100%; width: 400px; }
.wp-playlist .mejs-container { margin: 0px; max-width: 100%; }
.wp-playlist .mejs-controls .mejs-button button { outline: 0px; }
.wp-playlist-light { background: rgb(255, 255, 255); color: rgb(0, 0, 0); }
.wp-playlist-dark { color: rgb(255, 255, 255); background: rgb(0, 0, 0); }
.wp-playlist-caption { display: block; max-width: 88%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 14px; line-height: 1.5; }
.wp-playlist-item .wp-playlist-caption { text-decoration: none; color: rgb(0, 0, 0); max-width: calc(100% - 40px); }
.wp-playlist-item-meta { display: block; font-size: 14px; line-height: 1.5; }
.wp-playlist-item-title { font-size: 14px; line-height: 1.5; }
.wp-playlist-item-album { font-style: italic; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.wp-playlist-item-artist { font-size: 12px; text-transform: uppercase; }
.wp-playlist-item-length { position: absolute; right: 3px; top: 0px; font-size: 14px; line-height: 1.5; }
.rtl .wp-playlist-item-length { left: 3px; right: auto; }
.wp-playlist-tracks { margin-top: 10px; }
.wp-playlist-item { position: relative; cursor: pointer; padding: 0px 3px; border-bottom: 1px solid rgb(204, 204, 204); }
.wp-playlist-item:last-child { border-bottom: 0px; }
.wp-playlist-light .wp-playlist-caption { color: rgb(51, 51, 51); }
.wp-playlist-dark .wp-playlist-caption { color: rgb(221, 221, 221); }
.wp-playlist-playing { font-weight: 700; background: rgb(247, 247, 247); }
.wp-playlist-light .wp-playlist-playing { background: rgb(255, 255, 255); color: rgb(0, 0, 0); }
.wp-playlist-dark .wp-playlist-playing { background: rgb(0, 0, 0); color: rgb(255, 255, 255); }
.wp-playlist-current-item { overflow: hidden; margin-bottom: 10px; height: 60px; }
.wp-playlist .wp-playlist-current-item img { float: left; max-width: 60px; height: auto; margin-right: 10px; padding: 0px; border: 0px; }
.rtl .wp-playlist .wp-playlist-current-item img { float: right; margin-left: 10px; margin-right: 0px; }
.wp-playlist-current-item .wp-playlist-item-artist, .wp-playlist-current-item .wp-playlist-item-title { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.wp-audio-playlist .me-cannotplay span { padding: 5px 15px; }
.elementor-27 .elementor-element.elementor-element-a6b0023 { margin-top: -175px; margin-bottom: 0px; padding: 265px 35px 0px; }
.elementor-bc-flex-widget .elementor-27 .elementor-element.elementor-element-9c7787c.elementor-column .elementor-column-wrap { align-items: center; }
.elementor-27 .elementor-element.elementor-element-9c7787c.elementor-column.elementor-element[data-element_type="column"] > .elementor-column-wrap.elementor-element-populated > .elementor-widget-wrap { align-content: center; align-items: center; }
.elementor-27 .elementor-element.elementor-element-45e2248 .aux-the-shape { width: 711px; padding-bottom: calc(135%); background-color: rgb(252, 255, 207); }
.elementor-27 .elementor-element.elementor-element-45e2248 .aux-widget-container-inner { transform: rotate(315deg); }
.elementor-27 .elementor-element.elementor-element-45e2248 .aux-widget-container { text-align: center; }
.elementor-27 .elementor-element.elementor-element-45e2248 { width: auto; z-index: 1; position: absolute; top: -430px; right: -210px; animation-duration: 3.5s; animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1); }
.elementor-27 .elementor-element.elementor-element-45e2248.aux-appear-watch-animation { --aux-anim-fade-in-from-x: 400px; --aux-anim-fade-in-from-y: -400px; }
.elementor-27 .elementor-element.elementor-element-f961502 > .elementor-container { max-width: 1200px; }
.elementor-27 .elementor-element.elementor-element-f961502 { padding: 0px; position: relative; }
.elementor-bc-flex-widget .elementor-27 .elementor-element.elementor-element-055732c.elementor-column .elementor-column-wrap { align-items: center; }
.elementor-27 .elementor-element.elementor-element-055732c.elementor-column.elementor-element[data-element_type="column"] > .elementor-column-wrap.elementor-element-populated > .elementor-widget-wrap { align-content: center; align-items: center; }
.elementor-27 .elementor-element.elementor-element-055732c > .elementor-element-populated { transition: background 0.3s ease 0s, border 0.3s ease 0s, border-radius 0.3s ease 0s, box-shadow 0.3s ease 0s; }
.elementor-27 .elementor-element.elementor-element-055732c > .elementor-element-populated > .elementor-background-overlay { transition: background 0.3s ease 0s, border-radius 0.3s ease 0s, opacity 0.3s ease 0s; }
.elementor-27 .elementor-element.elementor-element-055732c > .elementor-element-populated > .elementor-widget-wrap { padding: 0px; }
.elementor-27 .elementor-element.elementor-element-fbd06ba .aux-the-svg { width: 300px; }
.elementor-27 .elementor-element.elementor-element-fbd06ba .aux-widget-container { text-align: center; }
.elementor-27 .elementor-element.elementor-element-fbd06ba { width: auto; position: absolute; top: 180px; left: -330px; animation-duration: 2s; animation-delay: 1.5s; animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
.elementor-27 .elementor-element.elementor-element-fbd06ba > .elementor-widget-container { transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); transition-duration: 1s; transition-property: all; }
.elementor-27 .elementor-element.elementor-element-ef99199 .aux-modern-heading-primary { font-size: 80px; font-weight: 700; line-height: 1.1em; color: var(--e-global-color-primary); max-width: 597px; }
.elementor-27 .elementor-element.elementor-element-ef99199 .aux-modern-heading-description { color: var(--e-global-color-text); font-size: 20px; font-weight: 400; line-height: 1.4em; max-width: 554px; }
.elementor-27 .elementor-element.elementor-element-ef99199 > .elementor-widget-container { padding: 0px; }
.elementor-27 .elementor-element.elementor-element-ef99199 { animation-duration: 1.7s; animation-delay: 0.5s; animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
.elementor-27 .elementor-element.elementor-element-69efc81 .aux-modern-button-wrapper { text-align: left; }
.elementor-27 .elementor-element.elementor-element-69efc81 .aux-modern-button.aux-modern-button-outline .aux-overlay::before, .elementor-27 .elementor-element.elementor-element-69efc81 .aux-modern-button .aux-overlay::before { background-color: rgba(240, 255, 0, 0); }
.elementor-27 .elementor-element.elementor-element-69efc81 .aux-modern-button { padding: 27px 84px 25px 30px; }
.elementor-27 .elementor-element.elementor-element-69efc81 .aux-modern-button.aux-modern-button-outline .aux-overlay::after, .elementor-27 .elementor-element.elementor-element-69efc81 .aux-modern-button .aux-overlay::after { background-color: var(--e-global-color-primary); }
.elementor-27 .elementor-element.elementor-element-69efc81 .aux-text { font-size: 18px; font-weight: 700; text-transform: uppercase; line-height: 1em; letter-spacing: 0px; color: var(--e-global-color-primary); }
.elementor-27 .elementor-element.elementor-element-69efc81 .aux-modern-button:hover .aux-text { color: var(--e-global-color-secondary); }
.elementor-27 .elementor-element.elementor-element-69efc81 { width: auto; animation-duration: 2s; animation-delay: 0.8s; animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
.elementor-27 .elementor-element.elementor-element-15ed42c .aux-the-shape { width: 1px; height: 1644px; background-color: rgb(226, 226, 226); }
.elementor-27 .elementor-element.elementor-element-15ed42c .aux-widget-container { text-align: center; }
.elementor-27 .elementor-element.elementor-element-15ed42c { width: auto; z-index: 1; position: absolute; top: -265px; left: -1px; }
.elementor-27 .elementor-element.elementor-element-47f52d7 > .elementor-element-populated > .elementor-widget-wrap { padding: 0px; }
.elementor-27 .elementor-element.elementor-element-dac0a9e .aux-the-shape { width: 1px; height: 1200px; background-color: rgb(226, 226, 226); }
.elementor-27 .elementor-element.elementor-element-dac0a9e .aux-widget-container { text-align: center; }
.elementor-27 .elementor-element.elementor-element-dac0a9e { width: auto; z-index: 0; position: absolute; top: -265px; left: 270px; }
.elementor-27 .elementor-element.elementor-element-82f1a52 .aux-widget-container { text-align: center; }
.elementor-27 .elementor-element.elementor-element-82f1a52 { width: auto; z-index: 1; position: absolute; top: -10px; left: calc(50% + 20px); animation-duration: 1.8s; animation-delay: 1s; animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
.elementor-27 .elementor-element.elementor-element-82f1a52 > .elementor-widget-container { transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); transition-duration: 1s; transition-property: all; }
.elementor-27 .elementor-element.elementor-element-53cd657 .aux-the-shape { width: 0px; height: 3100px; background-color: rgb(226, 226, 226); }
.elementor-27 .elementor-element.elementor-element-53cd657 .aux-widget-container { text-align: center; }
.elementor-27 .elementor-element.elementor-element-53cd657 { width: auto; z-index: 3; position: absolute; top: -265px; right: -1px; }
.elementor-27 .elementor-element.elementor-element-bb33f43 { width: auto; z-index: 3; position: relative; left: -40px; animation-duration: 2s; animation-delay: 0.75s; animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); min-width: 803px; }
.elementor-27 .elementor-element.elementor-element-bb33f43 > .elementor-widget-container { transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); transition-duration: 1s; transition-property: all; }
.elementor-27 .elementor-element.elementor-element-5e8172d .aux-widget-container { text-align: center; }
.elementor-27 .elementor-element.elementor-element-5e8172d { width: auto; z-index: 4; position: absolute; bottom: 140px; left: -50px; animation-duration: 2.5s; animation-delay: 1.5s; animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1); }
.elementor-27 .elementor-element.elementor-element-5e8172d > .elementor-widget-container { transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); transition-duration: 1s; transition-property: all; }
.elementor-27 .elementor-element.elementor-element-4577b0f .aux-widget-container { text-align: center; }
.elementor-27 .elementor-element.elementor-element-4577b0f { width: auto; z-index: 1; position: absolute; bottom: 300px; left: 0px; animation-duration: 2s; animation-delay: 1.4s; animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
.elementor-27 .elementor-element.elementor-element-4577b0f > .elementor-widget-container { transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); transition-duration: 1s; transition-property: all; }
.elementor-27 .elementor-element.elementor-element-b72c8f5 .aux-widget-container { text-align: center; }
.elementor-27 .elementor-element.elementor-element-b72c8f5 { width: auto; z-index: 5; position: absolute; right: -100px; bottom: -25px; animation-duration: 2s; animation-delay: 1.3s; animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
.elementor-27 .elementor-element.elementor-element-b72c8f5 > .elementor-widget-container { transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); transition-duration: 2s; transition-property: all; }
.elementor-27 .elementor-element.elementor-element-7148abf .aux-widget-container { text-align: center; }
.elementor-27 .elementor-element.elementor-element-7148abf { width: auto; z-index: 5; position: absolute; left: 45px; animation-duration: 2s; animation-delay: 1.2s; animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
.elementor-27 .elementor-element.elementor-element-7148abf > .elementor-widget-container { transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); transition-duration: 2s; transition-property: all; }
.elementor-27 .elementor-element.elementor-element-e363815 > .elementor-container { max-width: 1200px; }
.elementor-27 .elementor-element.elementor-element-e363815 { transition: background 0.3s ease 0s, border 0.3s ease 0s, border-radius 0.3s ease 0s, box-shadow 0.3s ease 0s; margin-top: 150px; margin-bottom: 0px; z-index: 2; }
.elementor-27 .elementor-element.elementor-element-e363815 > .elementor-background-overlay { transition: background 0.3s ease 0s, border-radius 0.3s ease 0s, opacity 0.3s ease 0s; }
.elementor-27 .elementor-element.elementor-element-9709f48 > .elementor-element-populated { border-style: solid; border-width: 0px 0px 0px 2px; border-color: var(--e-global-color-secondary); transition: background 0.3s ease 0s, border 0.3s ease 0s, border-radius 0.3s ease 0s, box-shadow 0.3s ease 0s; }
.elementor-27 .elementor-element.elementor-element-9709f48 > .elementor-element-populated > .elementor-background-overlay { transition: background 0.3s ease 0s, border-radius 0.3s ease 0s, opacity 0.3s ease 0s; }
.elementor-27 .elementor-element.elementor-element-9374980 .aux-modern-heading-primary { font-size: 16px; font-weight: 900; text-transform: uppercase; line-height: 1.5em; color: var(--e-global-color-primary); }
.elementor-27 .elementor-element.elementor-element-9374980 > .elementor-widget-container { margin: 0px 0px 65px 20px; }
.elementor-27 .elementor-element.elementor-element-9374980 { animation-duration: 1.6s; animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
.elementor-27 .elementor-element.elementor-element-64581f0 .aux-the-shape { width: 8px; height: 8px; background-color: rgb(226, 226, 226); }
.elementor-27 .elementor-element.elementor-element-64581f0 .aux-widget-container { text-align: center; }
.elementor-27 .elementor-element.elementor-element-64581f0 { width: auto; position: absolute; bottom: -7px; left: 266px; }
.elementor-27 .elementor-element.elementor-element-064ffc5 { transition: background 0.3s ease 0s, border 0.3s ease 0s, border-radius 0.3s ease 0s, box-shadow 0.3s ease 0s; padding: 100px 35px 170px; z-index: 2; }
.elementor-27 .elementor-element.elementor-element-064ffc5 > .elementor-background-overlay { transition: background 0.3s ease 0s, border-radius 0.3s ease 0s, opacity 0.3s ease 0s; }
.elementor-27 .elementor-element.elementor-element-224dea2 > .elementor-container { max-width: 1200px; }
.elementor-bc-flex-widget .elementor-27 .elementor-element.elementor-element-b525556.elementor-column .elementor-column-wrap { align-items: flex-end; }
.elementor-27 .elementor-element.elementor-element-b525556.elementor-column.elementor-element[data-element_type="column"] > .elementor-column-wrap.elementor-element-populated > .elementor-widget-wrap { align-content: flex-end; align-items: flex-end; }
.elementor-27 .elementor-element.elementor-element-c6e4e97 .aux-the-svg { width: 300px; }
.elementor-27 .elementor-element.elementor-element-c6e4e97 .aux-widget-container { text-align: center; }
.elementor-27 .elementor-element.elementor-element-c6e4e97 { width: auto; position: absolute; top: 200px; left: -88px; }
.elementor-27 .elementor-element.elementor-element-c6e4e97 > .elementor-widget-container { transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); transition-duration: 1s; transition-property: all; }
.elementor-27 .elementor-element.elementor-element-457b60d > .elementor-widget-container { transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); transition-duration: 1s; transition-property: all; }
.elementor-27 .elementor-element.elementor-element-c867ec4 { width: auto; position: absolute; right: -60px; bottom: -70px; }
.elementor-27 .elementor-element.elementor-element-c867ec4 > .elementor-widget-container { transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); transition-duration: 1s; transition-property: all; }
.elementor-27 .elementor-element.elementor-element-f4a58ea .aux-widget-container { text-align: center; }
.elementor-27 .elementor-element.elementor-element-f4a58ea { width: auto; position: absolute; right: -150px; bottom: -140px; animation-duration: 2s; animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1); }
.elementor-27 .elementor-element.elementor-element-8c5c2c3 > .elementor-element-populated { margin: 40px 0px 0px; --e-column-margin-right: 0px; --e-column-margin-left: 0px; }
.elementor-27 .elementor-element.elementor-element-8c5c2c3 > .elementor-element-populated > .elementor-widget-wrap { padding: 0px 0px 0px 17%; }
.elementor-27 .elementor-element.elementor-element-78252f0 .aux-modern-heading-primary { font-size: 45px; font-weight: 700; line-height: 1.13em; color: var(--e-global-color-primary); max-width: 420px; }
.elementor-27 .elementor-element.elementor-element-78252f0 .aux-modern-heading-description { color: var(--e-global-color-text); font-size: 20px; line-height: 1.4em; margin: 50px 0px 0px 60px; max-width: 430px; }
.elementor-27 .elementor-element.elementor-element-78252f0 { animation-duration: 1.6s; animation-delay: 0.1s; animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
.elementor-27 .elementor-element.elementor-element-707c0c7 .aux-modern-button-wrapper { text-align: left; }
.elementor-27 .elementor-element.elementor-element-707c0c7 .aux-modern-button.aux-modern-button-outline .aux-overlay::before, .elementor-27 .elementor-element.elementor-element-707c0c7 .aux-modern-button .aux-overlay::before { background-color: rgba(240, 255, 0, 0); }
.elementor-27 .elementor-element.elementor-element-707c0c7 .aux-modern-button { padding: 27px 81px 25px 30px; }
.elementor-27 .elementor-element.elementor-element-707c0c7 .aux-modern-button.aux-modern-button-outline .aux-overlay::after, .elementor-27 .elementor-element.elementor-element-707c0c7 .aux-modern-button .aux-overlay::after { background-color: var(--e-global-color-primary); }
.elementor-27 .elementor-element.elementor-element-707c0c7 .aux-text { font-size: 18px; font-weight: 700; text-transform: uppercase; line-height: 1em; color: var(--e-global-color-primary); }
.elementor-27 .elementor-element.elementor-element-707c0c7 .aux-modern-button:hover .aux-text { color: var(--e-global-color-secondary); }
.elementor-27 .elementor-element.elementor-element-707c0c7 > .elementor-widget-container { margin: 0px 0px 0px 60px; }
.elementor-27 .elementor-element.elementor-element-707c0c7 { width: auto; animation-duration: 1.8s; animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1); }
.elementor-27 .elementor-element.elementor-element-c8778e9:not(.elementor-motion-effects-element-type-background), .elementor-27 .elementor-element.elementor-element-c8778e9 > .elementor-motion-effects-container > .elementor-motion-effects-layer { background-color: var(--e-global-color-primary); }
.elementor-27 .elementor-element.elementor-element-c8778e9 { transition: background 0.3s ease 0s, border 0.3s ease 0s, border-radius 0.3s ease 0s, box-shadow 0.3s ease 0s; padding: 120px 35px; z-index: 3; }
.elementor-27 .elementor-element.elementor-element-c8778e9 > .elementor-background-overlay { transition: background 0.3s ease 0s, border-radius 0.3s ease 0s, opacity 0.3s ease 0s; }
.elementor-27 .elementor-element.elementor-element-60a1484 .aux-widget-container { text-align: center; }
.elementor-27 .elementor-element.elementor-element-60a1484 { width: auto; position: absolute; top: 150px; right: -120px; }
.elementor-27 .elementor-element.elementor-element-b741741 .aux-widget-container { text-align: center; }
.elementor-27 .elementor-element.elementor-element-b741741 { width: auto; position: absolute; top: 90px; left: 50px; }
.elementor-27 .elementor-element.elementor-element-52fbef4 > .elementor-container { max-width: 1200px; }
.elementor-27 .elementor-element.elementor-element-d12a866.elementor-column > .elementor-column-wrap > .elementor-widget-wrap { justify-content: space-between; }
.elementor-27 .elementor-element.elementor-element-b743586 .aux-modern-heading-primary { font-size: 45px; font-weight: 700; line-height: 1.13em; color: rgb(255, 255, 255); max-width: 420px; }
.elementor-27 .elementor-element.elementor-element-b743586 .aux-modern-heading-description { color: rgb(255, 255, 255); font-size: 20px; line-height: 1.4em; margin: 0px; max-width: 540px; }
.elementor-27 .elementor-element.elementor-element-b743586 { width: auto; animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
.elementor-27 .elementor-element.elementor-element-f8801f3 .aux-modern-heading-description { color: rgb(255, 255, 255); font-size: 20px; line-height: 1.4em; margin: 86px 0px 0px; max-width: 550px; }
.elementor-27 .elementor-element.elementor-element-f8801f3 { width: auto; animation-delay: 0.2s; animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
.elementor-27 .elementor-element.elementor-element-ce24030 .aux-modern-heading-primary { font-size: 18px; font-weight: 700; text-transform: uppercase; line-height: 1.4em; color: rgb(255, 255, 255); }
.elementor-27 .elementor-element.elementor-element-ce24030 > .elementor-widget-container { margin: 55px 0px; }
.elementor-27 .elementor-element.elementor-element-d29164c > .elementor-container { max-width: 1200px; }
.elementor-27 .elementor-element.elementor-element-d29164c { margin-top: 0px; margin-bottom: 10px; }
.elementor-27 .elementor-element.elementor-element-b42d88b > .elementor-element-populated { margin: 0px 20px 0px 0px; --e-column-margin-right: 20px; --e-column-margin-left: 0px; }
.elementor-27 .elementor-element.elementor-element-eb65311 .aux-widget-text .aux-text-widget-header { padding: 0px; }
.elementor-27 .elementor-element.elementor-element-eb65311 .aux-ico-box { padding: 81px 10px 75px; color: rgb(255, 255, 255); }
.elementor-27 .elementor-element.elementor-element-eb65311 .col-title a, .elementor-27 .elementor-element.elementor-element-eb65311 .col-title { color: rgb(255, 255, 255) !important; }
.elementor-27 .elementor-element.elementor-element-eb65311 .col-title, .elementor-27 .elementor-element.elementor-element-eb65311 .col-title a { font-size: 20px; font-weight: 600; }
.elementor-27 .elementor-element.elementor-element-eb65311 .widget-content { color: var(--e-global-color-accent); font-size: 14px; font-weight: 600; text-transform: uppercase; line-height: 1.8em; }
.elementor-27 .elementor-element.elementor-element-eb65311:hover .widget-content { color: var(--e-global-color-primary); }
.elementor-27 .elementor-element.elementor-element-eb65311 .aux-widget-text .aux-text-widget-content { padding: 0px; }
.elementor-27 .elementor-element.elementor-element-eb65311 .aux-widget-advanced-text { padding: 30px 30px 32px; border-style: solid; border-width: 2px; border-color: rgb(255, 255, 255); background-color: var(--e-global-color-primary); transition-duration: 0.3s; text-align: left !important; }
.elementor-27 .elementor-element.elementor-element-eb65311 .aux-widget-advanced-text:hover { border-style: solid; border-width: 2px; border-color: rgba(2, 1, 1, 0); background-color: var(--e-global-color-secondary); }
.elementor-27 .elementor-element.elementor-element-eb65311 > .elementor-widget-container { margin: 0px 0px 10px; }
.elementor-27 .elementor-element.elementor-element-eb65311 { animation-duration: 1.8s; animation-delay: 0.2s; animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
.elementor-27 .elementor-element.elementor-element-34fa04d .aux-widget-text .aux-text-widget-header { padding: 0px; }
.elementor-27 .elementor-element.elementor-element-34fa04d .aux-ico-box { padding: 81px 10px 75px; color: rgb(255, 255, 255); }
.elementor-27 .elementor-element.elementor-element-34fa04d .col-title a, .elementor-27 .elementor-element.elementor-element-34fa04d .col-title { color: rgb(255, 255, 255) !important; }
.elementor-27 .elementor-element.elementor-element-34fa04d .col-title, .elementor-27 .elementor-element.elementor-element-34fa04d .col-title a { font-size: 20px; font-weight: 600; }
.elementor-27 .elementor-element.elementor-element-34fa04d .widget-content { color: var(--e-global-color-accent); font-size: 14px; font-weight: 600; text-transform: uppercase; line-height: 1.8em; }
.elementor-27 .elementor-element.elementor-element-34fa04d:hover .widget-content { color: var(--e-global-color-primary); }
.elementor-27 .elementor-element.elementor-element-34fa04d .aux-widget-text .aux-text-widget-content { padding: 0px; }
.elementor-27 .elementor-element.elementor-element-34fa04d .aux-widget-advanced-text { padding: 30px; border-style: solid; border-width: 2px; border-color: rgb(255, 255, 255); background-color: var(--e-global-color-primary); transition-duration: 0.3s; text-align: left !important; }
.elementor-27 .elementor-element.elementor-element-34fa04d .aux-widget-advanced-text:hover { border-style: solid; border-width: 2px; border-color: rgba(2, 1, 1, 0); background-color: var(--e-global-color-secondary); }
.elementor-27 .elementor-element.elementor-element-34fa04d { animation-duration: 1.8s; animation-delay: 0.6s; animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
.elementor-27 .elementor-element.elementor-element-0e667e3 > .elementor-element-populated { margin: 0px 10px; --e-column-margin-right: 10px; --e-column-margin-left: 10px; }
.elementor-27 .elementor-element.elementor-element-53ef4cf .aux-widget-text .aux-text-widget-header { padding: 0px; }
.elementor-27 .elementor-element.elementor-element-53ef4cf .aux-ico-box { padding: 81px 10px 75px; color: rgb(255, 255, 255); }
.elementor-27 .elementor-element.elementor-element-53ef4cf .col-title a, .elementor-27 .elementor-element.elementor-element-53ef4cf .col-title { color: rgb(255, 255, 255) !important; }
.elementor-27 .elementor-element.elementor-element-53ef4cf .col-title, .elementor-27 .elementor-element.elementor-element-53ef4cf .col-title a { font-size: 20px; font-weight: 600; }
.elementor-27 .elementor-element.elementor-element-53ef4cf .widget-content { color: var(--e-global-color-accent); font-size: 14px; font-weight: 600; text-transform: uppercase; line-height: 1.8em; }
.elementor-27 .elementor-element.elementor-element-53ef4cf:hover .widget-content { color: var(--e-global-color-primary); }
.elementor-27 .elementor-element.elementor-element-53ef4cf .aux-widget-text .aux-text-widget-content { padding: 0px; }
.elementor-27 .elementor-element.elementor-element-53ef4cf .aux-widget-advanced-text { padding: 30px; border-style: solid; border-width: 2px; border-color: rgb(255, 255, 255); background-color: var(--e-global-color-primary); transition-duration: 0.3s; text-align: left !important; }
.elementor-27 .elementor-element.elementor-element-53ef4cf .aux-widget-advanced-text:hover { border-style: solid; border-width: 2px; border-color: rgba(2, 1, 1, 0); background-color: var(--e-global-color-secondary); }
.elementor-27 .elementor-element.elementor-element-53ef4cf > .elementor-widget-container { margin: 0px 0px 10px; }
.elementor-27 .elementor-element.elementor-element-53ef4cf { animation-duration: 1.8s; animation-delay: 0.4s; animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
.elementor-27 .elementor-element.elementor-element-04660f6 .aux-widget-text .aux-text-widget-header { padding: 0px; }
.elementor-27 .elementor-element.elementor-element-04660f6 .aux-ico-box { padding: 81px 10px 75px; color: rgb(255, 255, 255); }
.elementor-27 .elementor-element.elementor-element-04660f6 .col-title a, .elementor-27 .elementor-element.elementor-element-04660f6 .col-title { color: rgb(255, 255, 255) !important; }
.elementor-27 .elementor-element.elementor-element-04660f6 .col-title, .elementor-27 .elementor-element.elementor-element-04660f6 .col-title a { font-size: 20px; font-weight: 600; }
.elementor-27 .elementor-element.elementor-element-04660f6 .widget-content { color: var(--e-global-color-accent); font-size: 14px; font-weight: 600; text-transform: uppercase; line-height: 1.8em; }
.elementor-27 .elementor-element.elementor-element-04660f6:hover .widget-content { color: var(--e-global-color-primary); }
.elementor-27 .elementor-element.elementor-element-04660f6 .aux-widget-text .aux-text-widget-content { padding: 0px; }
.elementor-27 .elementor-element.elementor-element-04660f6 .aux-widget-advanced-text { padding: 30px; border-style: solid; border-width: 2px; border-color: rgb(255, 255, 255); background-color: var(--e-global-color-primary); transition-duration: 0.3s; text-align: left !important; }
.elementor-27 .elementor-element.elementor-element-04660f6 .aux-widget-advanced-text:hover { border-style: solid; border-width: 2px; border-color: rgba(2, 1, 1, 0); background-color: var(--e-global-color-secondary); }
.elementor-27 .elementor-element.elementor-element-04660f6 { animation-duration: 1.8s; animation-delay: 0.4s; animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
.elementor-27 .elementor-element.elementor-element-6704cd0 > .elementor-element-populated { margin: 0px 0px 0px 20px; --e-column-margin-right: 0px; --e-column-margin-left: 20px; }
.elementor-27 .elementor-element.elementor-element-7c63303 .aux-widget-text .aux-text-widget-header { padding: 0px; }
.elementor-27 .elementor-element.elementor-element-7c63303 .aux-ico-box { padding: 81px 10px 75px; color: rgb(255, 255, 255); }
.elementor-27 .elementor-element.elementor-element-7c63303 .col-title a, .elementor-27 .elementor-element.elementor-element-7c63303 .col-title { color: rgb(255, 255, 255) !important; }
.elementor-27 .elementor-element.elementor-element-7c63303 .col-title, .elementor-27 .elementor-element.elementor-element-7c63303 .col-title a { font-size: 20px; font-weight: 600; }
.elementor-27 .elementor-element.elementor-element-7c63303 .widget-content { color: var(--e-global-color-accent); font-size: 14px; font-weight: 600; text-transform: uppercase; line-height: 1.8em; }
.elementor-27 .elementor-element.elementor-element-7c63303:hover .widget-content { color: var(--e-global-color-primary); }
.elementor-27 .elementor-element.elementor-element-7c63303 .aux-widget-text .aux-text-widget-content { padding: 0px; }
.elementor-27 .elementor-element.elementor-element-7c63303 .aux-widget-advanced-text { padding: 30px; border-style: solid; border-width: 2px; border-color: rgb(255, 255, 255); background-color: var(--e-global-color-primary); transition-duration: 0.3s; text-align: left !important; }
.elementor-27 .elementor-element.elementor-element-7c63303 .aux-widget-advanced-text:hover { border-style: solid; border-width: 2px; border-color: rgba(2, 1, 1, 0); background-color: var(--e-global-color-secondary); }
.elementor-27 .elementor-element.elementor-element-7c63303 > .elementor-widget-container { margin: 0px 0px 10px; }
.elementor-27 .elementor-element.elementor-element-7c63303 { animation-duration: 1.8s; animation-delay: 0.6s; animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
.elementor-27 .elementor-element.elementor-element-0605a78 .aux-widget-text .aux-text-widget-header { padding: 0px; }
.elementor-27 .elementor-element.elementor-element-0605a78 .aux-ico-box { padding: 81px 10px 75px; color: rgb(255, 255, 255); }
.elementor-27 .elementor-element.elementor-element-0605a78 .col-title a, .elementor-27 .elementor-element.elementor-element-0605a78 .col-title { color: rgb(255, 255, 255) !important; }
.elementor-27 .elementor-element.elementor-element-0605a78 .col-title, .elementor-27 .elementor-element.elementor-element-0605a78 .col-title a { font-size: 20px; font-weight: 600; }
.elementor-27 .elementor-element.elementor-element-0605a78 .widget-content { color: var(--e-global-color-accent); font-size: 14px; font-weight: 600; text-transform: uppercase; line-height: 1.8em; }
.elementor-27 .elementor-element.elementor-element-0605a78:hover .widget-content { color: var(--e-global-color-primary); }
.elementor-27 .elementor-element.elementor-element-0605a78 .aux-widget-text .aux-text-widget-content { padding: 0px; }
.elementor-27 .elementor-element.elementor-element-0605a78 .aux-widget-advanced-text { padding: 30px; border-style: solid; border-width: 2px; border-color: rgb(255, 255, 255); background-color: var(--e-global-color-primary); transition-duration: 0.3s; text-align: left !important; }
.elementor-27 .elementor-element.elementor-element-0605a78 .aux-widget-advanced-text:hover { border-style: solid; border-width: 2px; border-color: rgba(2, 1, 1, 0); background-color: var(--e-global-color-secondary); }
.elementor-27 .elementor-element.elementor-element-0605a78 { animation-duration: 1.8s; animation-delay: 0.2s; animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
.elementor-27 .elementor-element.elementor-element-494932c { padding: 120px 35px 60px; }
.elementor-27 .elementor-element.elementor-element-12803a0 .aux-widget-inner > * { text-align: center; margin-left: auto !important; margin-right: auto !important; }
.elementor-27 .elementor-element.elementor-element-12803a0 .aux-modern-heading-primary { font-size: 45px; font-weight: 700; line-height: 1.13em; color: var(--e-global-color-primary); max-width: 276px; }
.elementor-27 .elementor-element.elementor-element-12803a0 .aux-modern-heading-description { color: var(--e-global-color-text); font-size: 20px; line-height: 1.4em; max-width: 570px; }
.elementor-27 .elementor-element.elementor-element-12803a0 { animation-delay: 0.2s; animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
.elementor-27 .elementor-element.elementor-element-8f86ac2 { margin-top: 0px; margin-bottom: 120px; }
.elementor-27 .elementor-element.elementor-element-627bc8f > .elementor-element-populated { transition: background 0.3s ease 0s, border 0.3s ease 0s, border-radius 0.3s ease 0s, box-shadow 0.3s ease 0s; }
.elementor-27 .elementor-element.elementor-element-627bc8f > .elementor-element-populated > .elementor-background-overlay { transition: background 0.3s ease 0s, border-radius 0.3s ease 0s, opacity 0.3s ease 0s; }
.elementor-27 .elementor-element.elementor-element-f44e50c .entry-header .entry-title a { color: var(--e-global-color-accent); font-size: 30px; font-weight: 400; line-height: 1.3em; }
.elementor-27 .elementor-element.elementor-element-f44e50c .entry-header .entry-title a:hover { color: var(--e-global-color-accent); }
.elementor-27 .elementor-element.elementor-element-f44e50c .entry-read-more span { background-color: rgba(129, 10, 10, 0); }
.elementor-27 .elementor-element.elementor-element-f44e50c .entry-read-more a { color: var(--e-global-color-primary); font-size: 16px; font-weight: 700; text-transform: uppercase; line-height: 1.5em; }
.elementor-27 .elementor-element.elementor-element-f44e50c .aux-iso-item { margin-bottom: 30px !important; }
.elementor-27 .elementor-element.elementor-element-f44e50c { animation-delay: 0.2s; animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.elementor-27 .elementor-element.elementor-element-bfc4f04 .aux-modern-button-wrapper { text-align: center; }
.elementor-27 .elementor-element.elementor-element-bfc4f04 .aux-modern-button.aux-modern-button-outline .aux-overlay::before, .elementor-27 .elementor-element.elementor-element-bfc4f04 .aux-modern-button .aux-overlay::before { background-color: rgba(240, 255, 0, 0); }
.elementor-27 .elementor-element.elementor-element-bfc4f04 .aux-modern-button { padding: 27px 81px 25px 30px; }
.elementor-27 .elementor-element.elementor-element-bfc4f04 .aux-modern-button.aux-modern-button-outline .aux-overlay::after, .elementor-27 .elementor-element.elementor-element-bfc4f04 .aux-modern-button .aux-overlay::after { background-color: var(--e-global-color-primary); }
.elementor-27 .elementor-element.elementor-element-bfc4f04 .aux-text { font-size: 18px; font-weight: 700; text-transform: uppercase; line-height: 1em; color: var(--e-global-color-primary); }
.elementor-27 .elementor-element.elementor-element-bfc4f04 .aux-modern-button:hover .aux-text { color: var(--e-global-color-secondary); }
.elementor-27 .elementor-element.elementor-element-bfc4f04 > .elementor-widget-container { margin: -55px 0px 0px; }
.elementor-27 .elementor-element.elementor-element-bfc4f04 { animation-duration: 1.6s; animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
.elementor-27 .elementor-element.elementor-element-cfd36e2 > .elementor-container { min-height: 390px; }
.elementor-27 .elementor-element.elementor-element-cfd36e2 { margin-top: 0px; margin-bottom: 140px; padding: 100px 35px; }
.elementor-27 .elementor-element.elementor-element-07f7acc .aux-widget-container { text-align: center; }
.elementor-27 .elementor-element.elementor-element-07f7acc { width: auto; position: absolute; top: 136px; left: 80px; animation-duration: 2.5s; animation-delay: 0.65s; animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1); }
.elementor-27 .elementor-element.elementor-element-542dbd8.elementor-column > .elementor-column-wrap > .elementor-widget-wrap { justify-content: flex-end; }
.elementor-27 .elementor-element.elementor-element-542dbd8 > .elementor-element-populated > .elementor-widget-wrap { padding: 0px 50px 0px 0px; }
.elementor-27 .elementor-element.elementor-element-2c46e1e .aux-modern-heading-primary { font-size: 45px; font-weight: 700; line-height: 1.13em; color: var(--e-global-color-primary); max-width: 276px; }
.elementor-27 .elementor-element.elementor-element-2c46e1e { animation-duration: 2s; animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1); max-width: 942px; }
.elementor-27 .elementor-element.elementor-element-aad247a > .elementor-widget-container { margin: 60px 20px 0px 0px; padding: 0px; }
.elementor-27 .elementor-element.elementor-element-aad247a { animation-delay: 0.2s; animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
.elementor-27 .elementor-element.elementor-element-6725b1c .aux-carousel-navigation { justify-content: center; }
.elementor-27 .elementor-element.elementor-element-6725b1c .aux-carousel-navigation .aux-prev { margin-right: 55px; }
.elementor-27 .elementor-element.elementor-element-6725b1c .aux-custom-nav { color: var(--e-global-color-primary); font-size: 35px; }
.elementor-27 .elementor-element.elementor-element-6725b1c { width: auto; position: absolute; right: 40px; bottom: 40px; }
.elementor-27 .elementor-element.elementor-element-0130b0c .aux-widget-container { text-align: center; }
.elementor-27 .elementor-element.elementor-element-0130b0c { width: auto; position: absolute; right: 30%; animation-duration: 1.8s; animation-delay: 0.25s; animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1); min-width: 256px; }
.elementor-27 .elementor-element.elementor-element-8434dba { width: auto; position: absolute; top: 20px; right: 98%; animation-duration: 1.6s; animation-delay: 0.5s; animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); min-width: 70px; }
.elementor-27 .elementor-element.elementor-element-ef600ca { width: auto; position: absolute; right: 93%; bottom: 10px; animation-duration: 1.8s; animation-delay: 0.9s; animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); min-width: 51px; }
.elementor-27 .elementor-element.elementor-element-356985c { width: auto; position: absolute; top: 160px; right: 67%; animation-duration: 1.8s; animation-delay: 0.6s; animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); min-width: 103px; }
.elementor-27 .elementor-element.elementor-element-e47fe01 { margin-top: 0px; margin-bottom: 80px; padding: 0px 35px; }
.elementor-27 .elementor-element.elementor-element-329456d > .elementor-container { max-width: 1200px; }
.elementor-bc-flex-widget .elementor-27 .elementor-element.elementor-element-cb8021e.elementor-column .elementor-column-wrap { align-items: flex-end; }
.elementor-27 .elementor-element.elementor-element-cb8021e.elementor-column.elementor-element[data-element_type="column"] > .elementor-column-wrap.elementor-element-populated > .elementor-widget-wrap { align-content: flex-end; align-items: flex-end; }
.elementor-27 .elementor-element.elementor-element-cb8021e.elementor-column > .elementor-column-wrap > .elementor-widget-wrap { justify-content: space-between; }
.elementor-27 .elementor-element.elementor-element-161c9c7 .aux-modern-heading-primary { font-size: 45px; font-weight: 700; line-height: 1.13em; color: var(--e-global-color-primary); margin: 0px; max-width: 300px; }
.elementor-27 .elementor-element.elementor-element-161c9c7 { width: auto; animation-duration: 3s; animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1); }
.elementor-27 .elementor-element.elementor-element-81437ef .aux-modern-button-wrapper { text-align: left; }
.elementor-27 .elementor-element.elementor-element-81437ef .aux-modern-button.aux-modern-button-outline .aux-overlay::before, .elementor-27 .elementor-element.elementor-element-81437ef .aux-modern-button .aux-overlay::before { background-color: rgba(240, 255, 0, 0); }
.elementor-27 .elementor-element.elementor-element-81437ef .aux-modern-button { padding: 27px 81px 25px 30px; }
.elementor-27 .elementor-element.elementor-element-81437ef .aux-modern-button.aux-modern-button-outline .aux-overlay::after, .elementor-27 .elementor-element.elementor-element-81437ef .aux-modern-button .aux-overlay::after { background-color: var(--e-global-color-primary); }
.elementor-27 .elementor-element.elementor-element-81437ef .aux-text { font-size: 18px; font-weight: 700; text-transform: uppercase; line-height: 1em; color: var(--e-global-color-primary); }
.elementor-27 .elementor-element.elementor-element-81437ef .aux-modern-button:hover .aux-text { color: var(--e-global-color-secondary); }
.elementor-27 .elementor-element.elementor-element-81437ef { width: auto; animation-duration: 1.6s; animation-delay: 0.25s; animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
.elementor-27 .elementor-element.elementor-element-52acd49 .entry-title a { color: rgb(255, 255, 255); font-size: 20px; font-weight: 600; line-height: 1.4em; }
.elementor-27 .elementor-element.elementor-element-52acd49 .entry-title a:hover { color: var(--e-global-color-primary); }
.elementor-27 .elementor-element.elementor-element-52acd49 .entry-info a, .elementor-27 .elementor-element.elementor-element-52acd49 .entry-info { color: var(--e-global-color-accent); }
.elementor-27 .elementor-element.elementor-element-52acd49 .entry-info, .elementor-27 .elementor-element.elementor-element-52acd49 .entry-info a { font-family: Sen, sans-serif; font-size: 13px; font-weight: 400; }
.elementor-27 .elementor-element.elementor-element-52acd49 .entry-info [class^="entry-"] + [class^="entry-"]::before, .elementor-27 .elementor-element.elementor-element-52acd49 .entry-info .entry-tax a::after { margin-right: 20px; margin-left: 20px; }
.elementor-27 .elementor-element.elementor-element-52acd49 .type-post .entry-main { padding: 10% 8% 8% 10%; }
.elementor-27 .elementor-element.elementor-element-52acd49 { text-align: left; animation-duration: 1.6s; animation-delay: 0.25s; animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
.elementor-27 .elementor-element.elementor-element-52acd49 > .elementor-widget-container { margin: 90px 0px 0px; }
.elementor-27 .elementor-element.elementor-element-3459c50:not(.elementor-motion-effects-element-type-background), .elementor-27 .elementor-element.elementor-element-3459c50 > .elementor-motion-effects-container > .elementor-motion-effects-layer { background-color: var(--e-global-color-primary); }
.elementor-27 .elementor-element.elementor-element-3459c50 { transition: background 0.3s ease 0s, border 0.3s ease 0s, border-radius 0.3s ease 0s, box-shadow 0.3s ease 0s; margin-top: 0px; margin-bottom: -120px; padding: 100px 35px 220px; }
.elementor-27 .elementor-element.elementor-element-3459c50 > .elementor-background-overlay { transition: background 0.3s ease 0s, border-radius 0.3s ease 0s, opacity 0.3s ease 0s; }
.elementor-27 .elementor-element.elementor-element-507396d > .elementor-container { max-width: 1200px; }
.elementor-27 .elementor-element.elementor-element-b39a746 .aux-widget-inner > * { text-align: center; margin-left: auto !important; margin-right: auto !important; }
.elementor-27 .elementor-element.elementor-element-b39a746 .aux-modern-heading-primary { font-size: 55px; font-weight: 700; line-height: 1.1em; color: rgb(255, 255, 255); max-width: 350px; }
.elementor-27 .elementor-element.elementor-element-b39a746 .aux-modern-heading-description { color: var(--e-global-color-accent); font-size: 20px; line-height: 1.4em; max-width: 472px; }
.elementor-27 .elementor-element.elementor-element-b39a746 > .elementor-widget-container { margin: 0px 0px 75px; }
.elementor-27 .elementor-element.elementor-element-b39a746 { animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
.elementor-27 .elementor-element.elementor-element-5021030 > .elementor-container { max-width: 1200px; }
.elementor-27 .elementor-element.elementor-element-5021030 { margin-top: 0px; margin-bottom: 0px; }
.elementor-bc-flex-widget .elementor-27 .elementor-element.elementor-element-84fb3b5.elementor-column .elementor-column-wrap { align-items: center; }
.elementor-27 .elementor-element.elementor-element-84fb3b5.elementor-column.elementor-element[data-element_type="column"] > .elementor-column-wrap.elementor-element-populated > .elementor-widget-wrap { align-content: center; align-items: center; }
.elementor-27 .elementor-element.elementor-element-84fb3b5.elementor-column > .elementor-column-wrap > .elementor-widget-wrap { justify-content: center; }
.elementor-27 .elementor-element.elementor-element-84fb3b5 > .elementor-element-populated { border-style: solid; border-width: 0px 0px 1px; border-color: rgba(255, 255, 255, 0.1); transition: background 0.3s ease 0s, border 0.3s ease 0s, border-radius 0.3s ease 0s, box-shadow 0.3s ease 0s; margin: 0px; --e-column-margin-right: 0px; --e-column-margin-left: 0px; }
.elementor-27 .elementor-element.elementor-element-84fb3b5 > .elementor-element-populated > .elementor-background-overlay { transition: background 0.3s ease 0s, border-radius 0.3s ease 0s, opacity 0.3s ease 0s; }
.elementor-27 .elementor-element.elementor-element-84fb3b5 > .elementor-element-populated > .elementor-widget-wrap { padding: 50px 20px; }
.elementor-27 .elementor-element.elementor-element-0561ef4 { width: auto; animation-duration: 1.8s; animation-delay: 0.2s; animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
.elementor-bc-flex-widget .elementor-27 .elementor-element.elementor-element-6c87e54.elementor-column .elementor-column-wrap { align-items: center; }
.elementor-27 .elementor-element.elementor-element-6c87e54.elementor-column.elementor-element[data-element_type="column"] > .elementor-column-wrap.elementor-element-populated > .elementor-widget-wrap { align-content: center; align-items: center; }
.elementor-27 .elementor-element.elementor-element-6c87e54.elementor-column > .elementor-column-wrap > .elementor-widget-wrap { justify-content: center; }
.elementor-27 .elementor-element.elementor-element-6c87e54 > .elementor-element-populated { border-style: solid; border-width: 0px 1px 1px; border-color: rgba(255, 255, 255, 0.1); transition: background 0.3s ease 0s, border 0.3s ease 0s, border-radius 0.3s ease 0s, box-shadow 0.3s ease 0s; }
.elementor-27 .elementor-element.elementor-element-6c87e54 > .elementor-element-populated > .elementor-background-overlay { transition: background 0.3s ease 0s, border-radius 0.3s ease 0s, opacity 0.3s ease 0s; }
.elementor-27 .elementor-element.elementor-element-6c87e54 > .elementor-element-populated > .elementor-widget-wrap { padding: 50px 20px; }
.elementor-27 .elementor-element.elementor-element-d43107c { width: auto; animation-duration: 1.8s; animation-delay: 0.4s; animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
.elementor-bc-flex-widget .elementor-27 .elementor-element.elementor-element-04c8ee1.elementor-column .elementor-column-wrap { align-items: center; }
.elementor-27 .elementor-element.elementor-element-04c8ee1.elementor-column.elementor-element[data-element_type="column"] > .elementor-column-wrap.elementor-element-populated > .elementor-widget-wrap { align-content: center; align-items: center; }
.elementor-27 .elementor-element.elementor-element-04c8ee1.elementor-column > .elementor-column-wrap > .elementor-widget-wrap { justify-content: center; }
.elementor-27 .elementor-element.elementor-element-04c8ee1 > .elementor-element-populated { border-style: solid; border-width: 0px 0px 1px; border-color: rgba(255, 255, 255, 0.1); transition: background 0.3s ease 0s, border 0.3s ease 0s, border-radius 0.3s ease 0s, box-shadow 0.3s ease 0s; margin: 0px; --e-column-margin-right: 0px; --e-column-margin-left: 0px; }
.elementor-27 .elementor-element.elementor-element-04c8ee1 > .elementor-element-populated > .elementor-background-overlay { transition: background 0.3s ease 0s, border-radius 0.3s ease 0s, opacity 0.3s ease 0s; }
.elementor-27 .elementor-element.elementor-element-04c8ee1 > .elementor-element-populated > .elementor-widget-wrap { padding: 50px 20px; }
.elementor-27 .elementor-element.elementor-element-3e97121 { width: auto; animation-duration: 1.8s; animation-delay: 0.6s; animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
.elementor-27 .elementor-element.elementor-element-1d360a8 > .elementor-container { max-width: 1200px; }
.elementor-bc-flex-widget .elementor-27 .elementor-element.elementor-element-9d361a8.elementor-column .elementor-column-wrap { align-items: center; }
.elementor-27 .elementor-element.elementor-element-9d361a8.elementor-column.elementor-element[data-element_type="column"] > .elementor-column-wrap.elementor-element-populated > .elementor-widget-wrap { align-content: center; align-items: center; }
.elementor-27 .elementor-element.elementor-element-9d361a8.elementor-column > .elementor-column-wrap > .elementor-widget-wrap { justify-content: center; }
.elementor-27 .elementor-element.elementor-element-9d361a8 > .elementor-element-populated { margin: 0px; --e-column-margin-right: 0px; --e-column-margin-left: 0px; }
.elementor-27 .elementor-element.elementor-element-9d361a8 > .elementor-element-populated > .elementor-widget-wrap { padding: 50px 20px; }
.elementor-27 .elementor-element.elementor-element-074a0f0 { width: auto; animation-duration: 1.8s; animation-delay: 0.8s; animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
.elementor-bc-flex-widget .elementor-27 .elementor-element.elementor-element-2fc1c56.elementor-column .elementor-column-wrap { align-items: center; }
.elementor-27 .elementor-element.elementor-element-2fc1c56.elementor-column.elementor-element[data-element_type="column"] > .elementor-column-wrap.elementor-element-populated > .elementor-widget-wrap { align-content: center; align-items: center; }
.elementor-27 .elementor-element.elementor-element-2fc1c56.elementor-column > .elementor-column-wrap > .elementor-widget-wrap { justify-content: center; }
.elementor-27 .elementor-element.elementor-element-2fc1c56 > .elementor-element-populated { border-style: solid; border-width: 0px 1px; border-color: rgba(255, 255, 255, 0.1); transition: background 0.3s ease 0s, border 0.3s ease 0s, border-radius 0.3s ease 0s, box-shadow 0.3s ease 0s; margin: 0px; --e-column-margin-right: 0px; --e-column-margin-left: 0px; }
.elementor-27 .elementor-element.elementor-element-2fc1c56 > .elementor-element-populated > .elementor-background-overlay { transition: background 0.3s ease 0s, border-radius 0.3s ease 0s, opacity 0.3s ease 0s; }
.elementor-27 .elementor-element.elementor-element-2fc1c56 > .elementor-element-populated > .elementor-widget-wrap { padding: 50px 20px; }
.elementor-27 .elementor-element.elementor-element-6e95ae8 { width: auto; animation-duration: 1.8s; animation-delay: 0.6s; animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
.elementor-bc-flex-widget .elementor-27 .elementor-element.elementor-element-62c5464.elementor-column .elementor-column-wrap { align-items: center; }
.elementor-27 .elementor-element.elementor-element-62c5464.elementor-column.elementor-element[data-element_type="column"] > .elementor-column-wrap.elementor-element-populated > .elementor-widget-wrap { align-content: center; align-items: center; }
.elementor-27 .elementor-element.elementor-element-62c5464.elementor-column > .elementor-column-wrap > .elementor-widget-wrap { justify-content: center; }
.elementor-27 .elementor-element.elementor-element-62c5464 > .elementor-element-populated { margin: 0px 20px; --e-column-margin-right: 20px; --e-column-margin-left: 20px; }
.elementor-27 .elementor-element.elementor-element-62c5464 > .elementor-element-populated > .elementor-widget-wrap { padding: 50px 0px; }
.elementor-27 .elementor-element.elementor-element-b5c0c57 { width: auto; animation-duration: 1.8s; animation-delay: 0.4s; animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
@media (max-width: 1024px) {
  .elementor-27 .elementor-element.elementor-element-a6b0023 { padding: 200px 35px 0px; }
  .elementor-27 .elementor-element.elementor-element-45e2248 { z-index: 2; }
  .elementor-27 .elementor-element.elementor-element-055732c.elementor-column > .elementor-column-wrap > .elementor-widget-wrap { justify-content: center; }
  .elementor-27 .elementor-element.elementor-element-055732c > .elementor-element-populated { margin: 0px 0px 50px; --e-column-margin-right: 0px; --e-column-margin-left: 0px; }
  .elementor-27 .elementor-element.elementor-element-055732c { z-index: 2; }
  .elementor-27 .elementor-element.elementor-element-fbd06ba { left: -220px; }
  .elementor-27 .elementor-element.elementor-element-ef99199 .aux-widget-inner > * { text-align: center; margin-left: auto !important; margin-right: auto !important; }
  .elementor-27 .elementor-element.elementor-element-ef99199 .aux-modern-heading-primary { font-size: 50px; max-width: 400px; }
  .elementor-27 .elementor-element.elementor-element-69efc81 .aux-modern-button-wrapper { text-align: center; }
  .elementor-27 .elementor-element.elementor-element-69efc81 { width: auto; }
  .elementor-27 .elementor-element.elementor-element-dac0a9e { left: 400px; }
  .elementor-27 .elementor-element.elementor-element-82f1a52 { left: calc(50% - 80px); }
  .elementor-27 .elementor-element.elementor-element-53cd657 { top: -750px; }
  .elementor-27 .elementor-element.elementor-element-bb33f43 { left: 0px; min-width: 100%; }
  .elementor-27 .elementor-element.elementor-element-b72c8f5 { right: 100px; bottom: -20px; }
  .elementor-27 .elementor-element.elementor-element-7148abf { left: 65px; }
  .elementor-27 .elementor-element.elementor-element-64581f0 { left: 396px; }
  .elementor-27 .elementor-element.elementor-element-224dea2 { margin-top: -50px; margin-bottom: 0px; }
  .elementor-27 .elementor-element.elementor-element-c6e4e97 { left: -30px; }
  .elementor-27 .elementor-element.elementor-element-c867ec4 { right: 0px; }
  .elementor-27 .elementor-element.elementor-element-8c5c2c3.elementor-column > .elementor-column-wrap > .elementor-widget-wrap { justify-content: center; }
  .elementor-27 .elementor-element.elementor-element-8c5c2c3 > .elementor-element-populated > .elementor-widget-wrap { padding: 0px 0px 50px; }
  .elementor-27 .elementor-element.elementor-element-78252f0 .aux-widget-inner > * { text-align: center; margin-left: auto !important; margin-right: auto !important; }
  .elementor-27 .elementor-element.elementor-element-78252f0 .aux-modern-heading-description { margin: 0px; }
  .elementor-27 .elementor-element.elementor-element-707c0c7 > .elementor-widget-container { margin: 0px; }
  .elementor-27 .elementor-element.elementor-element-b741741 { left: 0px; }
  .elementor-27 .elementor-element.elementor-element-d12a866.elementor-column > .elementor-column-wrap > .elementor-widget-wrap { justify-content: center; }
  .elementor-27 .elementor-element.elementor-element-b743586 .aux-widget-inner > * { text-align: center; margin-left: auto !important; margin-right: auto !important; }
  .elementor-27 .elementor-element.elementor-element-f8801f3 .aux-widget-inner > * { text-align: center; margin-left: auto !important; margin-right: auto !important; }
  .elementor-27 .elementor-element.elementor-element-f8801f3 .aux-modern-heading-description { margin: 0px; }
  .elementor-27 .elementor-element.elementor-element-f8801f3 { width: 100%; max-width: 100%; }
  .elementor-27 .elementor-element.elementor-element-ce24030 { width: auto; }
  .elementor-27 .elementor-element.elementor-element-b42d88b.elementor-column > .elementor-column-wrap > .elementor-widget-wrap { justify-content: space-between; }
  .elementor-27 .elementor-element.elementor-element-eb65311 .widget-content { font-size: 11px; }
  .elementor-27 .elementor-element.elementor-element-34fa04d .widget-content { font-size: 11px; }
  .elementor-27 .elementor-element.elementor-element-0e667e3.elementor-column > .elementor-column-wrap > .elementor-widget-wrap { justify-content: space-between; }
  .elementor-27 .elementor-element.elementor-element-53ef4cf .widget-content { font-size: 11px; }
  .elementor-27 .elementor-element.elementor-element-04660f6 .widget-content { font-size: 11px; }
  .elementor-27 .elementor-element.elementor-element-6704cd0.elementor-column > .elementor-column-wrap > .elementor-widget-wrap { justify-content: space-between; }
  .elementor-27 .elementor-element.elementor-element-7c63303 .widget-content { font-size: 11px; }
  .elementor-27 .elementor-element.elementor-element-0605a78 .widget-content { font-size: 11px; }
  .elementor-27 .elementor-element.elementor-element-f44e50c .entry-header .entry-title a { font-size: 20px; }
  .elementor-27 .elementor-element.elementor-element-f44e50c .entry-read-more a { font-size: 14px; }
  .elementor-27 .elementor-element.elementor-element-0130b0c { right: 0px; }
  .elementor-27 .elementor-element.elementor-element-8434dba { right: 95%; }
  .elementor-27 .elementor-element.elementor-element-ef600ca { right: 82%; }
  .elementor-27 .elementor-element.elementor-element-0561ef4 .aux-widget-image { text-align: center; }
  .elementor-27 .elementor-element.elementor-element-0561ef4 { max-width: 70%; }
  .elementor-27 .elementor-element.elementor-element-d43107c .aux-widget-image { text-align: center; }
  .elementor-27 .elementor-element.elementor-element-d43107c { max-width: 70%; }
  .elementor-27 .elementor-element.elementor-element-3e97121 .aux-widget-image { text-align: center; }
  .elementor-27 .elementor-element.elementor-element-3e97121 { max-width: 70%; }
  .elementor-27 .elementor-element.elementor-element-074a0f0 .aux-widget-image { text-align: center; }
  .elementor-27 .elementor-element.elementor-element-074a0f0 { max-width: 70%; }
  .elementor-27 .elementor-element.elementor-element-6e95ae8 .aux-widget-image { text-align: center; }
  .elementor-27 .elementor-element.elementor-element-6e95ae8 { max-width: 70%; }
  .elementor-27 .elementor-element.elementor-element-b5c0c57 .aux-widget-image { text-align: center; }
  .elementor-27 .elementor-element.elementor-element-b5c0c57 { max-width: 70%; }
}
@media (max-width: 767px) {
  .elementor-27 .elementor-element.elementor-element-a6b0023 { margin-top: -175px; margin-bottom: 0px; padding: 180px 35px 0px; }
  .elementor-27 .elementor-element.elementor-element-9c7787c.elementor-column > .elementor-column-wrap > .elementor-widget-wrap { justify-content: center; }
  .elementor-27 .elementor-element.elementor-element-ef99199 .aux-modern-heading-primary { font-size: 28px; max-width: 300px; }
  .elementor-27 .elementor-element.elementor-element-69efc81 { width: 100%; max-width: 100%; }
  .elementor-27 .elementor-element.elementor-element-82f1a52 .aux-the-svg { width: 50px; }
  .elementor-27 .elementor-element.elementor-element-82f1a52 { left: 100px; }
  .elementor-27 .elementor-element.elementor-element-5e8172d .aux-the-svg { width: 50%; }
  .elementor-27 .elementor-element.elementor-element-5e8172d { top: 75px; }
  .elementor-27 .elementor-element.elementor-element-4577b0f .aux-the-svg { width: 50%; }
  .elementor-27 .elementor-element.elementor-element-4577b0f { top: 50px; }
  .elementor-27 .elementor-element.elementor-element-b72c8f5 .aux-the-svg { width: 50px; }
  .elementor-27 .elementor-element.elementor-element-b72c8f5 { right: 30px; }
  .elementor-27 .elementor-element.elementor-element-7148abf .aux-the-svg { width: 50%; }
  .elementor-27 .elementor-element.elementor-element-7148abf { top: -20px; left: 20px; }
  .elementor-27 .elementor-element.elementor-element-e363815 { margin-top: 80px; margin-bottom: 0px; }
  .elementor-27 .elementor-element.elementor-element-064ffc5 { padding: 0px 35px 80px; }
  .elementor-27 .elementor-element.elementor-element-c6e4e97 { top: 300px; left: -60px; }
  .elementor-27 .elementor-element.elementor-element-c867ec4 > .elementor-widget-container { margin: 20px 0px 0px; }
  .elementor-27 .elementor-element.elementor-element-c867ec4 { position: relative; top: -10px; }
  .elementor-27 .elementor-element.elementor-element-f4a58ea { right: -50px; bottom: -100px; }
  .elementor-27 .elementor-element.elementor-element-8c5c2c3 > .elementor-element-populated { margin: 0px; --e-column-margin-right: 0px; --e-column-margin-left: 0px; }
  .elementor-27 .elementor-element.elementor-element-8c5c2c3 > .elementor-element-populated > .elementor-widget-wrap { padding: 0px; }
  .elementor-27 .elementor-element.elementor-element-78252f0 .aux-modern-heading-primary { font-size: 28px; max-width: 250px; }
  .elementor-27 .elementor-element.elementor-element-707c0c7 .aux-modern-button-wrapper { text-align: center; }
  .elementor-27 .elementor-element.elementor-element-707c0c7 > .elementor-widget-container { margin: 0px 0px 30px; }
  .elementor-27 .elementor-element.elementor-element-707c0c7 { width: 100%; max-width: 100%; }
  .elementor-27 .elementor-element.elementor-element-c8778e9 { padding: 70px 35px; }
  .elementor-27 .elementor-element.elementor-element-b743586 .aux-modern-heading-primary { font-size: 28px; }
  .elementor-27 .elementor-element.elementor-element-b743586 .aux-modern-heading-description { font-size: 16px; }
  .elementor-27 .elementor-element.elementor-element-f8801f3 .aux-modern-heading-description { font-size: 16px; margin: 0px; }
  .elementor-27 .elementor-element.elementor-element-f8801f3 > .elementor-widget-container { margin: 0px; padding: 0px; }
  .elementor-27 .elementor-element.elementor-element-ce24030 { width: auto; }
  .elementor-27 .elementor-element.elementor-element-d29164c { margin-top: 0px; margin-bottom: 0px; }
  .elementor-27 .elementor-element.elementor-element-b42d88b > .elementor-element-populated { margin: 0px 0px 30px; --e-column-margin-right: 0px; --e-column-margin-left: 0px; }
  .elementor-27 .elementor-element.elementor-element-34fa04d > .elementor-widget-container { margin: 0px; }
  .elementor-27 .elementor-element.elementor-element-0e667e3 > .elementor-element-populated { margin: 0px 0px 30px; --e-column-margin-right: 0px; --e-column-margin-left: 0px; }
  .elementor-27 .elementor-element.elementor-element-6704cd0 > .elementor-element-populated { margin: 0px; --e-column-margin-right: 0px; --e-column-margin-left: 0px; }
  .elementor-27 .elementor-element.elementor-element-494932c { padding: 70px 35px 0px; }
  .elementor-27 .elementor-element.elementor-element-12803a0 .aux-modern-heading-primary { font-size: 28px; max-width: 200px; }
  .elementor-27 .elementor-element.elementor-element-12803a0 > .elementor-widget-container { margin: 0px 0px 40px; }
  .elementor-27 .elementor-element.elementor-element-8f86ac2 { margin-top: 0px; margin-bottom: 50px; }
  .elementor-27 .elementor-element.elementor-element-bfc4f04 > .elementor-widget-container { margin: -100px 0px 0px; }
  .elementor-27 .elementor-element.elementor-element-bfc4f04 { width: 100%; max-width: 100%; }
  .elementor-27 .elementor-element.elementor-element-cfd36e2 { margin-top: 0px; margin-bottom: 50px; padding: 50px 35px 100px; }
  .elementor-27 .elementor-element.elementor-element-542dbd8 { width: 100%; }
  .elementor-27 .elementor-element.elementor-element-542dbd8 > .elementor-element-populated > .elementor-widget-wrap { padding: 0px; }
  .elementor-27 .elementor-element.elementor-element-2c46e1e .aux-modern-heading-primary { font-size: 28px; }
  .elementor-27 .elementor-element.elementor-element-aad247a > .elementor-widget-container { margin: 20px 0px 0px; }
  .elementor-27 .elementor-element.elementor-element-6725b1c { width: auto; max-width: 95px; right: 0px; bottom: -50px; left: 0px; }
  .elementor-27 .elementor-element.elementor-element-b2d4adf { width: 100%; }
  .elementor-27 .elementor-element.elementor-element-b2d4adf > .elementor-element-populated { margin: 50px 0px 0px; --e-column-margin-right: 0px; --e-column-margin-left: 0px; }
  .elementor-27 .elementor-element.elementor-element-b2d4adf > .elementor-element-populated > .elementor-widget-wrap { padding: 0px 0px 250px; }
  .elementor-27 .elementor-element.elementor-element-0130b0c .aux-the-svg { width: 75%; }
  .elementor-27 .elementor-element.elementor-element-0130b0c { top: 100px; left: 50px; }
  .elementor-27 .elementor-element.elementor-element-8434dba { top: 50px; left: 80px; }
  .elementor-27 .elementor-element.elementor-element-ef600ca { bottom: -80px; left: 150px; }
  .elementor-27 .elementor-element.elementor-element-e47fe01 { margin-top: 0px; margin-bottom: 30px; }
  .elementor-27 .elementor-element.elementor-element-161c9c7 .aux-modern-heading-primary { font-size: 28px; max-width: 180px; }
  .elementor-27 .elementor-element.elementor-element-161c9c7 > .elementor-widget-container { margin: 0px 0px 30px; }
  .elementor-27 .elementor-element.elementor-element-81437ef { width: 100%; max-width: 100%; }
  .elementor-27 .elementor-element.elementor-element-52acd49 > .elementor-widget-container { margin: 30px 0px 0px; }
  .elementor-27 .elementor-element.elementor-element-3459c50 { padding: 50px 35px 200px; }
  .elementor-27 .elementor-element.elementor-element-b39a746 .aux-modern-heading-primary { font-size: 28px; max-width: 180px; }
  .elementor-27 .elementor-element.elementor-element-b39a746 .aux-modern-heading-description { font-size: 17px; }
  .elementor-27 .elementor-element.elementor-element-b39a746 > .elementor-widget-container { margin: 0px; }
  .elementor-27 .elementor-element.elementor-element-5021030 { margin-top: 0px; margin-bottom: 0px; }
  .elementor-27 .elementor-element.elementor-element-84fb3b5 > .elementor-element-populated { margin: 0px; --e-column-margin-right: 0px; --e-column-margin-left: 0px; }
  .elementor-27 .elementor-element.elementor-element-6c87e54 > .elementor-element-populated { border-width: 0px 0px 1px; margin: 0px; --e-column-margin-right: 0px; --e-column-margin-left: 0px; }
  .elementor-27 .elementor-element.elementor-element-04c8ee1 > .elementor-element-populated { margin: 0px; --e-column-margin-right: 0px; --e-column-margin-left: 0px; }
  .elementor-27 .elementor-element.elementor-element-1d360a8 { margin-top: 0px; margin-bottom: 0px; }
  .elementor-27 .elementor-element.elementor-element-9d361a8 > .elementor-element-populated { margin: 0px; --e-column-margin-right: 0px; --e-column-margin-left: 0px; }
  .elementor-27 .elementor-element.elementor-element-2fc1c56 > .elementor-element-populated { border-width: 1px 0px; margin: 0px; --e-column-margin-right: 0px; --e-column-margin-left: 0px; }
  .elementor-27 .elementor-element.elementor-element-2fc1c56 > .elementor-element-populated > .elementor-widget-wrap { padding: 50px 20px; }
}
@media (min-width: 768px) {
  .elementor-27 .elementor-element.elementor-element-055732c { width: 50%; }
  .elementor-27 .elementor-element.elementor-element-47f52d7 { width: 50%; }
  .elementor-27 .elementor-element.elementor-element-3285575 { width: 71%; }
  .elementor-27 .elementor-element.elementor-element-542dbd8 { width: 100%; }
  .elementor-27 .elementor-element.elementor-element-b2d4adf { width: 29%; }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .elementor-27 .elementor-element.elementor-element-055732c { width: 100%; }
  .elementor-27 .elementor-element.elementor-element-47f52d7 { width: 100%; }
  .elementor-27 .elementor-element.elementor-element-9709f48 { width: 100%; }
  .elementor-27 .elementor-element.elementor-element-6a8b770 { width: 100%; }
  .elementor-27 .elementor-element.elementor-element-b525556 { width: 100%; }
  .elementor-27 .elementor-element.elementor-element-8c5c2c3 { width: 100%; }
}
@media only screen and (max-width: 1024px) and (min-width: 800px) {
  .elementor-27 .elementor-element.elementor-element-fbd06ba { left: -110px; }
}
.elementor-27 .elementor-element.elementor-element-ef99199 .aux-modern-heading-primary span { display: inline; background-image: linear-gradient(0,transparent 25%,var(--e-global-color-secondary) 26%,var(--e-global-color-secondary) 38%,transparent 38%); padding: 0px 25px 0px 10px; margin: 0px -10px; }
@media only screen and (max-width: 1220px) and (min-width: 1025px) {
  .elementor-27 .elementor-element.elementor-element-ef99199 .aux-modern-heading-primary { font-size: 60px; }
}
@media only screen and (max-width: 1024px) {
  .elementor-27 .elementor-element.elementor-element-ef99199 .aux-modern-heading-primary span { padding: 0px 10px; margin: 0px -10px; }
}
.elementor-27 .elementor-element.elementor-element-69efc81 .aux-modern-button { border: 1px solid var(--e-global-color-primary); }
.elementor-27 .elementor-element.elementor-element-69efc81 .aux-text::before { content: ""; position: absolute; width: 45px; height: 1px; right: -53px; background-color: var(--e-global-color-primary); top: 50%; transition: all 0.3s ease-out 0s; }
.elementor-27 .elementor-element.elementor-element-69efc81 .aux-modern-button:hover .aux-text::before { width: 25px; background-color: var(--e-global-color-secondary); }
@media only screen and (max-width: 500px) {
  .elementor-27 .elementor-element.elementor-element-69efc81 { transform: scale(0.7); transform-origin: center center; }
}
@media only screen and (max-width: 320px) {
  .elementor-27 .elementor-element.elementor-element-69efc81 { margin-left: -22px; }
}
.elementor-27 .elementor-element.elementor-element-69efc81 .aux-modern-button .aux-overlay::after { transition: all 0.5s ease-out 0s; }
@media only screen and (max-width: 768px) and (min-width: 400px) {
  .elementor-27 .elementor-element.elementor-element-82f1a52 { left: 150px !important; }
}
.elementor-27 .elementor-element.elementor-element-53cd657 .aux-the-shape { border: 1px solid rgb(226, 226, 226); }
@media only screen and (max-width: 1024px) and (min-width: 800px) {
  .elementor-27 .elementor-element.elementor-element-5e8172d { left: 30px !important; }
}
@media only screen and (max-width: 768px) and (min-width: 400px) {
  .elementor-27 .elementor-element.elementor-element-5e8172d { left: -20px !important; }
}
@media only screen and (max-width: 1024px) and (min-width: 800px) {
  .elementor-27 .elementor-element.elementor-element-4577b0f { left: 80px !important; }
}
@media only screen and (max-width: 768px) and (min-width: 400px) {
  .elementor-27 .elementor-element.elementor-element-4577b0f { top: 70px !important; }
}
@media only screen and (max-width: 1024px) and (min-width: 800px) {
  .elementor-27 .elementor-element.elementor-element-b72c8f5 { right: 180px !important; }
}
@media only screen and (max-width: 1024px) and (min-width: 800px) {
  .elementor-27 .elementor-element.elementor-element-7148abf { left: 155px !important; }
}
@media only screen and (max-width: 768px) and (min-width: 400px) {
  .elementor-27 .elementor-element.elementor-element-7148abf { left: 30px !important; top: -10px !important; }
}
@media only screen and (max-width: 1024px) and (min-width: 800px) {
  .elementor-27 .elementor-element.elementor-element-c6e4e97 { left: 90px; }
}
.elementor-27 .elementor-element.elementor-element-c867ec4 .aux-media-image { box-shadow: -14px -14px 0px 0px var(--e-global-color-secondary) !important; }
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .elementor-27 .elementor-element.elementor-element-b525556 { order: 2; }
}
.elementor-27 .elementor-element.elementor-element-78252f0 .aux-modern-heading-primary span { display: inline; background-image: linear-gradient(0,transparent 25%,var(--e-global-color-secondary) 26%,var(--e-global-color-secondary) 38%,transparent 38%); padding: 0px 20px 0px 10px; margin: 0px -10px; }
@media only screen and (max-width: 1024px) {
  .elementor-27 .elementor-element.elementor-element-78252f0 .aux-modern-heading-primary span { padding: 0px 10px; margin: 0px -10px; }
}
.elementor-27 .elementor-element.elementor-element-707c0c7 .aux-modern-button { border: 1px solid var(--e-global-color-primary); }
.elementor-27 .elementor-element.elementor-element-707c0c7 .aux-text::before { content: ""; position: absolute; width: 45px; height: 1px; right: -50px; background-color: var(--e-global-color-primary); top: 50%; transition: all 0.3s ease-out 0s; }
.elementor-27 .elementor-element.elementor-element-707c0c7 .aux-modern-button:hover .aux-text::before { width: 25px; background-color: var(--e-global-color-secondary); }
@media only screen and (max-width: 500px) {
  .elementor-27 .elementor-element.elementor-element-707c0c7 { transform: scale(0.7); transform-origin: center center; }
}
@media only screen and (max-width: 320px) {
  .elementor-27 .elementor-element.elementor-element-707c0c7 { margin-left: -22px; }
}
.elementor-27 .elementor-element.elementor-element-707c0c7 .aux-modern-button .aux-overlay::after { transition: all 0.5s ease-out 0s; }
.elementor-27 .elementor-element.elementor-element-064ffc5 { background-image: linear-gradient(90deg,var(--e-global-color-secondary) 0,var(--e-global-color-secondary) 34%,#fff 34%); }
.elementor-27 .elementor-element.elementor-element-ce24030 .aux-modern-heading-primary::before { content: ""; position: absolute; width: 45px; height: 1px; left: 130px; background-color: var(--e-global-color-secondary); top: 50%; }
.elementor-27 .elementor-element.elementor-element-ce24030 .aux-modern-heading-primary { position: relative; }
@media only screen and (max-width: 1024px) {
  .elementor-27 .elementor-element.elementor-element-ce24030 .aux-modern-heading-primary { left: -22px; }
}
.elementor-27 .elementor-element.elementor-element-eb65311 .col-title { position: absolute; top: 30px; transition: all 0.3s ease-out 0s; z-index: 1; }
.elementor-27 .elementor-element.elementor-element-eb65311 .aux-widget-text .aux-text-widget-content { position: unset; }
.elementor-27 .elementor-element.elementor-element-eb65311 svg path { fill: var(--e-global-color-secondary); transition: all 0.3s ease-out 0s; }
.elementor-27 .elementor-element.elementor-element-eb65311:hover svg path { fill: var(--e-global-color-primary); }
.elementor-27 .elementor-element.elementor-element-eb65311:hover .col-title a { color: var(--e-global-color-primary) !important; }
.elementor-27 .elementor-element.elementor-element-eb65311 .aux-widget-advanced-text svg { min-height: 120px; }
.elementor-27 .elementor-element.elementor-element-eb65311 .aux-widget-text .aux-ico-large.aux-ico-clear { padding-right: 10px; padding-left: 10px; }
@media only screen and (max-width: 800px) and (min-width: 768px) {
  .elementor-27 .elementor-element.elementor-element-eb65311 { width: auto; min-width: 334px; margin-right: 15px; }
}
.elementor-27 .elementor-element.elementor-element-eb65311::after { content: ""; width: 142px; height: 142px; position: absolute; top: -10px; right: -10px; background-image: url("White-Dots.svg"); opacity: 0; transition: opacity 0.3s ease-out 0s; }
.elementor-27 .elementor-element.elementor-element-eb65311:hover::after { opacity: 1; }
@media only screen and (max-width: 767px) {
  .elementor-27 .elementor-element.elementor-element-eb65311 .aux-text-widget-content { text-align: center; }
  .elementor-27 .elementor-element.elementor-element-eb65311 .col-title { left: 0px; right: 0px; }
}
.elementor-27 .elementor-element.elementor-element-34fa04d .col-title { position: absolute; top: 30px; z-index: 1; transition: all 0.3s ease-out 0s; }
.elementor-27 .elementor-element.elementor-element-34fa04d .aux-widget-text .aux-text-widget-content { position: unset; }
.elementor-27 .elementor-element.elementor-element-34fa04d svg path { stroke: var(--e-global-color-secondary); transition: all 0.3s ease-out 0s; }
.elementor-27 .elementor-element.elementor-element-34fa04d:hover svg path { stroke: var(--e-global-color-primary); }
.elementor-27 .elementor-element.elementor-element-34fa04d:hover .col-title a { color: var(--e-global-color-primary) !important; }
.elementor-27 .elementor-element.elementor-element-34fa04d .aux-widget-advanced-text svg { min-height: 123px; }
.elementor-27 .elementor-element.elementor-element-34fa04d .aux-widget-text .aux-ico-large.aux-ico-clear { padding-right: 10px; padding-left: 10px; }
@media only screen and (max-width: 800px) and (min-width: 768px) {
  .elementor-27 .elementor-element.elementor-element-34fa04d { width: auto; min-width: 334px; margin-left: 15px; }
}
.elementor-27 .elementor-element.elementor-element-34fa04d::after { content: ""; width: 142px; height: 142px; position: absolute; top: -10px; right: -10px; background-image: url("White-Dots.svg"); opacity: 0; transition: opacity 0.3s ease-out 0s; }
.elementor-27 .elementor-element.elementor-element-34fa04d:hover::after { opacity: 1; }
@media only screen and (max-width: 767px) {
  .elementor-27 .elementor-element.elementor-element-34fa04d .aux-text-widget-content { text-align: center; }
  .elementor-27 .elementor-element.elementor-element-34fa04d .col-title { left: 0px; right: 0px; }
}
@media only screen and (max-width: 800px) and (min-width: 768px) {
  .elementor-27 .elementor-element.elementor-element-b42d88b { width: 100% !important; }
  .elementor-27 .elementor-element.elementor-element-b42d88b .elementor-element-populated { margin-right: 0px !important; }
}
.elementor-27 .elementor-element.elementor-element-53ef4cf .col-title { position: absolute; top: 30px; z-index: 1; transition: all 0.3s ease-out 0s; }
.elementor-27 .elementor-element.elementor-element-53ef4cf .aux-widget-text .aux-text-widget-content { position: unset; }
.elementor-27 .elementor-element.elementor-element-53ef4cf svg path { fill: var(--e-global-color-secondary); transition: all 0.3s ease-out 0s; }
.elementor-27 .elementor-element.elementor-element-53ef4cf:hover svg path { fill: var(--e-global-color-primary); }
.elementor-27 .elementor-element.elementor-element-53ef4cf:hover .col-title a { color: var(--e-global-color-primary) !important; }
.elementor-27 .elementor-element.elementor-element-53ef4cf .aux-widget-advanced-text svg { min-height: 120px; }
.elementor-27 .elementor-element.elementor-element-53ef4cf .aux-widget-text .aux-ico-large.aux-ico-clear { padding-right: 10px; padding-left: 10px; }
@media only screen and (max-width: 800px) and (min-width: 768px) {
  .elementor-27 .elementor-element.elementor-element-53ef4cf { width: auto; min-width: 334px; margin-right: 15px; }
}
.elementor-27 .elementor-element.elementor-element-53ef4cf::after { content: ""; width: 142px; height: 142px; position: absolute; top: -10px; right: -10px; background-image: url("White-Dots.svg"); opacity: 0; transition: opacity 0.3s ease-out 0s; }
.elementor-27 .elementor-element.elementor-element-53ef4cf:hover::after { opacity: 1; }
@media only screen and (max-width: 767px) {
  .elementor-27 .elementor-element.elementor-element-53ef4cf .aux-text-widget-content { text-align: center; }
  .elementor-27 .elementor-element.elementor-element-53ef4cf .col-title { left: 0px; right: 0px; }
}
.elementor-27 .elementor-element.elementor-element-04660f6 .col-title { position: absolute; top: 30px; z-index: 1; transition: all 0.3s ease-out 0s; }
.elementor-27 .elementor-element.elementor-element-04660f6 .aux-widget-text .aux-text-widget-content { position: unset; }
.elementor-27 .elementor-element.elementor-element-04660f6 svg path { stroke: var(--e-global-color-secondary); transition: all 0.3s ease-out 0s; }
.elementor-27 .elementor-element.elementor-element-04660f6:hover svg path { stroke: var(--e-global-color-primary); }
.elementor-27 .elementor-element.elementor-element-04660f6:hover .col-title a { color: var(--e-global-color-primary) !important; }
.elementor-27 .elementor-element.elementor-element-04660f6 .aux-widget-advanced-text svg { min-height: 123px; }
.elementor-27 .elementor-element.elementor-element-04660f6 .aux-widget-text .aux-ico-large.aux-ico-clear { padding-right: 10px; padding-left: 10px; }
@media only screen and (max-width: 800px) and (min-width: 768px) {
  .elementor-27 .elementor-element.elementor-element-04660f6 { width: auto; min-width: 334px; margin-left: 15px; }
}
.elementor-27 .elementor-element.elementor-element-04660f6::after { content: ""; width: 142px; height: 142px; position: absolute; top: -10px; right: -10px; background-image: url("White-Dots.svg"); opacity: 0; transition: opacity 0.3s ease-out 0s; }
.elementor-27 .elementor-element.elementor-element-04660f6:hover::after { opacity: 1; }
@media only screen and (max-width: 767px) {
  .elementor-27 .elementor-element.elementor-element-04660f6 .aux-text-widget-content { text-align: center; }
  .elementor-27 .elementor-element.elementor-element-04660f6 .col-title { left: 0px; right: 0px; }
}
@media only screen and (max-width: 800px) and (min-width: 768px) {
  .elementor-27 .elementor-element.elementor-element-0e667e3 { width: 100% !important; }
  .elementor-27 .elementor-element.elementor-element-0e667e3 .elementor-element-populated { margin-right: 0px !important; margin-left: 0px !important; }
}
.elementor-27 .elementor-element.elementor-element-7c63303 .col-title { position: absolute; top: 30px; z-index: 1; transition: all 0.3s ease-out 0s; }
.elementor-27 .elementor-element.elementor-element-7c63303 .aux-widget-text .aux-text-widget-content { position: unset; }
.elementor-27 .elementor-element.elementor-element-7c63303 svg path { fill: var(--e-global-color-secondary); transition: all 0.3s ease-out 0s; }
.elementor-27 .elementor-element.elementor-element-7c63303:hover svg path { fill: var(--e-global-color-primary); }
.elementor-27 .elementor-element.elementor-element-7c63303:hover .col-title a { color: var(--e-global-color-primary) !important; }
.elementor-27 .elementor-element.elementor-element-7c63303 .aux-widget-advanced-text svg { min-height: 120px; }
.elementor-27 .elementor-element.elementor-element-7c63303 .aux-widget-text .aux-ico-large.aux-ico-clear { padding-right: 10px; padding-left: 10px; }
@media only screen and (max-width: 800px) and (min-width: 768px) {
  .elementor-27 .elementor-element.elementor-element-7c63303 { width: auto; min-width: 334px; margin-right: 15px; }
}
.elementor-27 .elementor-element.elementor-element-7c63303::after { content: ""; width: 142px; height: 142px; position: absolute; top: -10px; right: -10px; background-image: url("White-Dots.svg"); opacity: 0; transition: opacity 0.3s ease-out 0s; }
.elementor-27 .elementor-element.elementor-element-7c63303:hover::after { opacity: 1; }
@media only screen and (max-width: 767px) {
  .elementor-27 .elementor-element.elementor-element-7c63303 .aux-text-widget-content { text-align: center; }
  .elementor-27 .elementor-element.elementor-element-7c63303 .col-title { left: 0px; right: 0px; }
}
.elementor-27 .elementor-element.elementor-element-0605a78 .col-title { position: absolute; top: 30px; z-index: 1; transition: all 0.3s ease-out 0s; }
.elementor-27 .elementor-element.elementor-element-0605a78 .aux-widget-text .aux-text-widget-content { position: unset; }
.elementor-27 .elementor-element.elementor-element-0605a78 svg path { fill: var(--e-global-color-secondary); transition: all 0.3s ease-out 0s; }
.elementor-27 .elementor-element.elementor-element-0605a78:hover svg path { fill: var(--e-global-color-primary); }
.elementor-27 .elementor-element.elementor-element-0605a78 svg g { stroke: var(--e-global-color-secondary); transition: all 0.3s ease-out 0s; }
.elementor-27 .elementor-element.elementor-element-0605a78:hover svg g { stroke: var(--e-global-color-primary); }
.elementor-27 .elementor-element.elementor-element-0605a78:hover .col-title a { color: var(--e-global-color-primary) !important; }
.elementor-27 .elementor-element.elementor-element-0605a78 .aux-widget-advanced-text svg { min-height: 123px; }
.elementor-27 .elementor-element.elementor-element-0605a78 .aux-widget-text .aux-ico-large.aux-ico-clear { padding-right: 10px; padding-left: 10px; }
@media only screen and (max-width: 800px) and (min-width: 768px) {
  .elementor-27 .elementor-element.elementor-element-0605a78 { width: auto; min-width: 334px; margin-left: 15px; }
}
.elementor-27 .elementor-element.elementor-element-0605a78::after { content: ""; width: 142px; height: 142px; position: absolute; top: -10px; right: -10px; background-image: url("White-Dots.svg"); opacity: 0; transition: opacity 0.3s ease-out 0s; }
.elementor-27 .elementor-element.elementor-element-0605a78:hover::after { opacity: 1; }
@media only screen and (max-width: 767px) {
  .elementor-27 .elementor-element.elementor-element-0605a78 .aux-text-widget-content { text-align: center; }
  .elementor-27 .elementor-element.elementor-element-0605a78 .col-title { left: 0px; right: 0px; }
}
@media only screen and (max-width: 800px) and (min-width: 768px) {
  .elementor-27 .elementor-element.elementor-element-6704cd0 { width: 100% !important; }
  .elementor-27 .elementor-element.elementor-element-6704cd0 .elementor-element-populated { margin-left: 0px !important; }
}
.elementor-27 .elementor-element.elementor-element-12803a0 .aux-modern-heading-primary span { display: inline; background-image: linear-gradient(0,transparent 25%,var(--e-global-color-secondary) 26%,var(--e-global-color-secondary) 38%,transparent 38%); padding: 0px 5px; margin: 0px -5px; }
.elementor-27 .elementor-element.elementor-element-f44e50c .aux-iso-item { padding-right: 0px !important; margin-bottom: 0px !important; }
.elementor-27 .elementor-element.elementor-element-f44e50c .entry-main { position: absolute; top: 15%; background: rgba(255, 255, 255, 0.95); height: 70%; width: 54%; left: 23%; display: flex; flex-direction: column; justify-content: center; align-items: center; opacity: 0; transition: all 0.3s ease-out 0s; margin-bottom: 0px !important; }
.elementor-27 .elementor-element.elementor-element-f44e50c .aux-iso-item:hover .entry-main { opacity: 1; }
.elementor-27 .elementor-element.elementor-element-f44e50c .entry-media { margin-bottom: -1px !important; }
.elementor-27 .elementor-element.elementor-element-f44e50c .wpulike.aux-wpulike-portfolio-widget { display: none; }
.elementor-27 .elementor-element.elementor-element-f44e50c .entry-title { max-width: 280px; text-align: center; }
.elementor-27 .elementor-element.elementor-element-f44e50c .entry-title strong { font-weight: 400; color: var(--e-global-color-primary); }
.elementor-27 .elementor-element.elementor-element-f44e50c .aux-read-more::after { display: none; }
.elementor-27 .elementor-element.elementor-element-f44e50c .aux-read-more a::before { content: ""; position: absolute; width: 100%; height: 1px; background-color: var(--e-global-color-secondary); bottom: 0px; left: 0px; }
.elementor-27 .elementor-element.elementor-element-f44e50c .aux-read-more a { position: relative; }
@media only screen and (max-width: 1024px) {
  .elementor-27 .elementor-element.elementor-element-f44e50c .entry-title { max-width: 180px; }
}
@media only screen and (max-width: 414px) {
  .elementor-27 .elementor-element.elementor-element-f44e50c .aux-filters { margin-bottom: 20px; }
  .elementor-27 .elementor-element.elementor-element-f44e50c .aux-iso-item { max-width: 414px; }
}
@media only screen and (max-width: 320px) {
  .elementor-27 .elementor-element.elementor-element-f44e50c .entry-title a { font-size: 17px !important; }
  .elementor-27 .elementor-element.elementor-element-f44e50c .aux-iso-item { max-width: 320px; }
}
.elementor-27 .elementor-element.elementor-element-bfc4f04 .aux-modern-button { border: 1px solid var(--e-global-color-primary); }
.elementor-27 .elementor-element.elementor-element-bfc4f04 .aux-text::before { content: ""; position: absolute; width: 45px; height: 1px; right: -50px; background-color: var(--e-global-color-primary); top: 50%; transition: all 0.3s ease-out 0s; }
.elementor-27 .elementor-element.elementor-element-bfc4f04 .aux-modern-button:hover .aux-text::before { width: 25px; background-color: var(--e-global-color-secondary); }
@media only screen and (max-width: 500px) {
  .elementor-27 .elementor-element.elementor-element-bfc4f04 { transform: scale(0.7); transform-origin: center center; }
}
.elementor-27 .elementor-element.elementor-element-bfc4f04 .aux-modern-button .aux-overlay::after { transition: all 0.5s ease-out 0s; }
@media only screen and (max-width: 1440px) and (min-width: 1025px) {
  .elementor-27 .elementor-element.elementor-element-07f7acc { left: -260px; }
}
@media only screen and (max-width: 1440px) and (min-width: 1025px) {
  .elementor-27 .elementor-element.elementor-element-07f7acc { left: -310px; }
}
.elementor-27 .elementor-element.elementor-element-2c46e1e .aux-modern-heading-primary { display: inline; background-image: linear-gradient(0deg, transparent 20%, rgb(255, 255, 255) 21%, rgb(255, 255, 255) 38%, transparent 38%); padding: 0px 5px; margin: 0px -5px; }
.elementor-27 .elementor-element.elementor-element-aad247a .aux-mc-controls { display: none; }
.elementor-27 .elementor-element.elementor-element-aad247a .aux-col { padding: 0px !important; }
.elementor-27 .elementor-element.elementor-element-6725b1c .auxicon2-arrow-chevron-thin-left::after { content: "01 /"; font-family: "Titillium Web"; font-size: 16px; font-weight: 700; position: absolute; left: 38px; color: var(--e-global-color-primary); transition: all 0.3s ease-out 0s; }
.elementor-27 .elementor-element.elementor-element-6725b1c .auxicon2-arrows-chevron-thin-right::after { content: "02"; font-family: "Titillium Web"; font-size: 16px; font-weight: 700; position: absolute; right: 38px; color: var(--e-global-color-primary); transition: all 0.3s ease-out 0s; }
.elementor-27 .elementor-element.elementor-element-6725b1c .auxicon2-arrow-chevron-thin-left:hover::after { color: var(--e-global-color-primary); }
.elementor-27 .elementor-element.elementor-element-6725b1c .auxicon2-arrows-chevron-thin-right:hover::after { color: var(--e-global-color-primary); }
@media only screen and (max-width: 767px) {
  .elementor-27 .elementor-element.elementor-element-6725b1c { left: unset !important; }
  .elementor-27 .elementor-element.elementor-element-6725b1c .auxicon2-arrow-chevron-thin-left::after { left: 22px; }
  .elementor-27 .elementor-element.elementor-element-6725b1c .auxicon2-arrows-chevron-thin-right::after { right: 22px; }
}
@media only screen and (max-width: 1440px) and (min-width: 1025px) {
  .elementor-27 .elementor-element.elementor-element-0130b0c { right: 20%; }
}
@media only screen and (max-width: 800px) and (min-width: 768px) {
  .elementor-27 .elementor-element.elementor-element-0130b0c { top: 20px; transform: scale(0.8); right: -25% !important; }
}
.elementor-27 .elementor-element.elementor-element-cfd36e2 { background-image: linear-gradient(90deg,var(--e-global-color-secondary) 0,70%,var(--e-global-color-primary) 70%); }
@media only screen and (max-width: 425px) {
  .elementor-27 .elementor-element.elementor-element-cfd36e2 { background-image: linear-gradient(180deg,var(--e-global-color-secondary) 0,70%,var(--e-global-color-primary) 70%); }
}
.elementor-27 .elementor-element.elementor-element-161c9c7 .aux-modern-heading-primary span { display: inline; background-image: linear-gradient(0,transparent 25%,var(--e-global-color-secondary) 26%,var(--e-global-color-secondary) 38%,transparent 38%); padding: 0px 10px; margin: 0px -10px; }
.elementor-27 .elementor-element.elementor-element-81437ef .aux-modern-button { border: 1px solid var(--e-global-color-primary); }
.elementor-27 .elementor-element.elementor-element-81437ef .aux-text::before { content: ""; position: absolute; width: 45px; height: 1px; right: -50px; background-color: var(--e-global-color-primary); top: 50%; transition: all 0.3s ease-out 0s; }
.elementor-27 .elementor-element.elementor-element-81437ef .aux-modern-button:hover .aux-text::before { width: 25px; background-color: var(--e-global-color-secondary); }
@media only screen and (max-width: 500px) {
  .elementor-27 .elementor-element.elementor-element-81437ef { transform: scale(0.7); transform-origin: left top; }
}
.elementor-27 .elementor-element.elementor-element-81437ef .aux-modern-button .aux-overlay::after { transition: all 0.5s ease-out 0s; }
.elementor-27 .elementor-element.elementor-element-52acd49 .aux-col { padding-left: 25px; padding-right: 25px; }
.elementor-27 .elementor-element.elementor-element-52acd49 .aux-col .entry-media { box-shadow: -5px -5px 0px 0px var(--e-global-color-secondary); margin-bottom: 0px; }
.elementor-27 .elementor-element.elementor-element-52acd49 img { filter: grayscale(100%); }
.elementor-27 .elementor-element.elementor-element-52acd49 .entry-main { background-color: var(--e-global-color-primary); position: relative; left: 25px; top: -40px; transition: all 0.3s ease-out 0s; }
.elementor-27 .elementor-element.elementor-element-52acd49 .aux-col:hover .entry-main { background-color: var(--e-global-color-secondary); transition: all 0.3s ease-out 0s; }
.elementor-27 .elementor-element.elementor-element-52acd49 .aux-col:hover .entry-title a { color: var(--e-global-color-primary); text-decoration: underline; transition: all 0.3s ease-out 0s; }
.elementor-27 .elementor-element.elementor-element-52acd49 .entry-main::before { width: 183px; height: 160px; position: absolute; content: ""; left: -15px; bottom: -20px; z-index: -1; background-image: url("Dots-1-Copy.svg"); background-size: 100%; background-repeat: no-repeat; }
.elementor-27 .elementor-element.elementor-element-52acd49 .entry-meta-sep { display: none; }
.elementor-27 .elementor-element.elementor-element-52acd49 .entry-info { display: flex; }
.elementor-27 .elementor-element.elementor-element-52acd49 .entry-info .author { order: 1; margin-right: 22px; padding-left: 17px; position: relative; }
.elementor-27 .elementor-element.elementor-element-52acd49 .entry-info .entry-date { order: 2; position: relative; padding-left: 17px; }
.elementor-27 .elementor-element.elementor-element-52acd49 .post-edit-link, .elementor-27 .elementor-element.elementor-element-52acd49 .entry-info .author + i { display: none; }
.elementor-27 .elementor-element.elementor-element-52acd49 .entry-info .author::before { width: 14px; height: 14px; position: absolute; content: ""; left: 0px; bottom: 4px; background-image: url("Writer.svg"); background-size: 100%; background-repeat: no-repeat; transition: all 0.3s ease-out 0s; }
.elementor-27 .elementor-element.elementor-element-52acd49 .entry-info .entry-date::before { width: 14px; height: 14px; position: absolute; content: ""; left: 0px; bottom: 4px; background-image: url("calendar.svg"); background-size: 100%; background-repeat: no-repeat; transition: all 0.3s ease-out 0s; }
.elementor-27 .elementor-element.elementor-element-52acd49 .aux-col:hover .entry-info .author::before { background-image: url("Writer-single.svg"); }
.elementor-27 .elementor-element.elementor-element-52acd49 .aux-col:hover .entry-info .entry-date::before { background-image: url("Calendar-single.svg"); }
@media only screen and (max-width: 1024px) and (min-width: 800px) {
  .elementor-27 .elementor-element.elementor-element-52acd49 .entry-title { max-width: 300px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
  .elementor-27 .elementor-element.elementor-element-52acd49 { padding-right: 15px !important; }
}
@media only screen and (max-width: 800px) {
  .elementor-27 .elementor-element.elementor-element-52acd49 .aux-col { width: 100%; padding-left: 5px; padding-right: 30px; }
  .elementor-27 .elementor-element.elementor-element-52acd49 { padding-left: 5px; padding-right: 5px; }
}
@media only screen and (max-width: 414px) {
  .elementor-27 .elementor-element.elementor-element-52acd49 .entry-title { max-width: 300px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
}
.elementor-27 .elementor-element.elementor-element-b39a746 .aux-modern-heading-primary span { display: inline; background-image: linear-gradient(0,transparent 25%,var(--e-global-color-accent) 26%,var(--e-global-color-accent) 38%,transparent 38%); padding: 0px 5px; margin: 0px -5px; }
@media only screen and (max-width: 800px) and (min-width: 768px) {
  .elementor-27 .elementor-element.elementor-element-3459c50 { margin-bottom: -85px !important; }
}
.aux-logo-header .aux-logo-anchor { max-width: 80px; }
.aux-logo-header .aux-logo-anchor > img { max-height: 85px; }
@media screen and (min-width: 700px) {
  .aux-framed .aux-side-frames, body.aux-framed::after, .aux-framed .aux-side-frames::before, .aux-framed .aux-side-frames::after { background-color: rgb(17, 17, 17); }
}
.aux-elementor-header.aux-sticky .elementor-section-wrap > .elementor-section { background-color: rgb(255, 255, 255) !important; }
.aux-top-sticky .site-header-section.aux-sticky .aux-fill .aux-menu-depth-0 > .aux-item-content, .aux-top-sticky .site-header-section.aux-sticky .aux-header-elements, .aux-elementor-header.aux-sticky .elementor-section-wrap > .elementor-section > .elementor-container { min-height: 80px; }
.site-header-section .aux-header-elements:not(.aux-vertical-menu-elements), .site-header-section .aux-fill .aux-menu-depth-0 > .aux-item-content { height: 85px; }
.site-header-section { background-color: rgb(255, 255, 255); }
.aux-vertical-menu-side { background-color: rgb(255, 255, 255); }
.site-header-section .aux-middle .aux-menu-depth-0 > .aux-item-content { height: 60px; }
.site-header-section .aux-header .aux-burger::before, .site-header-section .aux-header .aux-burger::after, .site-header-section .aux-header .aux-burger .mid-line { border-color: rgb(61, 61, 61); }
#fs-menu-search::before { background-color: rgba(255, 255, 255, 0.95); }
#top-header { background-color: rgb(255, 255, 255); }
.single-post .wp_ulike_general_class .wp_ulike_btn::before { font-size: 10px; }
.single-post .aux-single-post-share span::before { font-size: 12px; }
.single-post .aux-overlay-bg-hash::before { opacity: 0.15; }
.page .aux-overlay-bg-hash::before { opacity: 0.5; }
.aux-subfooter-bar { background-color: rgb(250, 250, 250); }
.aux-subfooter-bar { border-top: 1px solid rgb(234, 234, 234); }
.aux-subfooter { background-position: center center; }
.aux-subfooter { background-size: cover; }
.aux-subfooter { background-repeat: no-repeat; }
.aux-subfooter { border-top: 1px solid rgb(234, 234, 234); }
.aux-site-footer { background-color: rgb(26, 26, 26); }
.aux-site-footer { border-top: 1px solid rgb(234, 234, 234); }
.aux-site-footer { border-top-width: 1px; }
.aux-logo-footer .aux-logo-anchor img { max-height: 50px; }
.single-portfolio .aux-single-portfolio-share span::before { font-size: 12px; }
.single-portfolio .wp_ulike_general_class button::before { font-size: 16px; }
.single-portfolio .aux-overlay-bg-hash::before { opacity: 0.5; }
.post-type-archive-portfolio .aux-entry-boxed .entry-main { background-color: rgb(255, 255, 255); }
.post-type-archive-portfolio .aux-entry-boxed .entry-main { border-color: rgb(234, 234, 234) !important; }
.post-type-archive-portfolio .aux-item-land .aux-land-side { background-color: rgb(255, 255, 255); }
.post-type-archive-portfolio .aux-item-land .aux-land-side { border-color: rgb(234, 234, 234) !important; }
body h1, body .aux-h1 { font-family: "Titillium Web"; }
body h2, body .aux-h2 { font-family: "Titillium Web"; }
body h3, body .aux-h3 { font-family: "Titillium Web"; }
body h4, body .aux-h4 { font-family: "Titillium Web"; }
body { font-family: "Nunito Sans"; }
body h5, body .aux-h5 { font-family: "Nunito Sans"; }
.aux-customize-preview.elementor-kit-39 { --e-global-color-primary: #000; }
.aux-customize-preview.elementor-kit-39 { --e-global-color-secondary: #f0ff00; }
.aux-customize-preview.elementor-kit-39 { --e-global-color-text: #505050; }
.aux-customize-preview.elementor-kit-39 { --e-global-color-accent: #878787; }
.blog .hentry .entry-title { color: rgb(255, 255, 255); font-size: 20px; font-weight: 600; line-height: 1.4em; }
.blog .aux-archive .aux-primary .hentry .entry-info { font-family: Sen; color: var(--e-global-color-accent); font-size: 13px; }
.blog .hentry .aux-read-more { color: var(--e-global-color-primary); font-size: 18px; font-weight: 700; }
.single-post .aux-primary .hentry .entry-title { font-size: 45px; line-height: 1.5em; font-weight: 600; }
@media (max-width: 768px) {
  .single-post .aux-primary .hentry .entry-title { font-size: 20px; }
}
.single-post .hentry .entry-info { color: var(--e-global-color-accent); font-size: 13px; }
.single-post .hentry .entry-info a { color: var(--e-global-color-accent); font-size: 13px; }
.single-post .hentry footer.entry-meta .entry-tax a, .single-post .hentry footer.entry-meta .entry-tax i { font-size: 16px; }
.single-post .hentry footer.entry-meta .entry-tax { color: rgb(124, 145, 179); font-size: 16px; font-weight: 400; font-style: normal; }
.single-post .hentry .entry-content { color: var(--e-global-color-primary); font-size: 18px; line-height: 1.4em; }
.single-post .aux-single-post-share span::before { color: rgb(68, 74, 87); }
.single-post .aux-single-post-share span:hover::before { color: var(--e-global-color-secondary); }
#reply-title > span { color: rgb(42, 62, 82); font-size: 20px; font-weight: 700; }
#commentform input::placeholder, #commentform textarea::placeholder { font-style: normal; color: rgb(147, 157, 161); font-size: 15px; }
#commentform .form-submit input[type="submit"] { color: var(--e-global-color-primary); font-size: 18px; font-weight: 700; }
#commentform .form-submit input[type="submit"]:hover { color: var(--e-global-color-secondary); }
.aux-commentlist .comment-author .fn, .aux-commentlist .comment-author .fn a { color: rgb(16, 19, 22); font-size: 18px; font-weight: 600; }
.aux-commentlist .comment .comment-author time a { color: rgb(124, 145, 179); font-size: 14px; font-weight: 400; }
.aux-commentlist .comment .comment-body { color: var(--e-global-color-primary); font-size: 17px; font-weight: 400; line-height: 1.5em; }
.aux-single .type-portfolio .entry-side-title > h1 { color: var(--e-global-color-primary); font-size: 45px; font-weight: 700; line-height: 1.1em; }
.aux-single .type-portfolio .entry-side-overview { color: var(--e-global-color-primary); font-size: 18px; font-weight: 400; line-height: 1.4em; }
.aux-single .type-portfolio .entry-meta-data dt { color: var(--e-global-color-primary); font-size: 18px; font-weight: 700; text-transform: uppercase; }
.aux-single .type-portfolio .entry-meta-data dd, .aux-single .type-portfolio .entry-meta-data .entry-tax > a { color: var(--e-global-color-accent); font-size: 18px; font-weight: 400; }
.single-portfolio .wp_ulike_is_liked button::before, .single-portfolio .wp_ulike_is_unliked.wp_ulike_is_liked button::before, .single-portfolio .wp_ulike_is_not_liked.wp_ulike_is_liked button::before { color: var(--e-global-color-secondary); }
.single-portfolio .wp_ulike_is_unliked button::before, .single-portfolio .wp_ulike_is_not_liked button::before { color: var(--e-global-color-primary); }
.single-portfolio .wp_ulike_general_class button:hover::before { color: var(--e-global-color-secondary); }
.single-portfolio .aux-single-portfolio-share span::before { color: var(--e-global-color-primary); }
.single-portfolio .aux-single-portfolio-share span:hover::before { color: var(--e-global-color-secondary); }
.gw-go-col-wrap.gw-go-curr, .gw-go-col-wrap.gw-go-hover { z-index: 1 !important; }
.gw-go-col-wrap .gw-go-col { border: 1px solid rgb(187, 187, 187); }
.gw-go-col-wrap .gw-go-col.gw-go-auxin_modern { border: 1px solid rgb(187, 187, 187); }
.gw-go-col-wrap .gw-go-col.gw-go-auxin_modern .gw-go-col-inner { background-color: rgb(255, 255, 255); padding: 56px 60px 14px !important; }
.gw-go-col-wrap .gw-go-col.gw-go-auxin_modern .aux-gw-go-header-top { margin-bottom: 4.5em; }
.gw-go-col-wrap .gw-go-col.gw-go-auxin_modern .aux-gw-go-header { text-align: center; margin-bottom: 49px; }
.gw-go-col-wrap .gw-go-col.gw-go-auxin_modern .aux-gw-go-header .aux-gw-go-title { font-weight: 600; }
.gw-go-col-wrap .gw-go-col.gw-go-auxin_modern .aux-gw-go-hr { width: 68px; border-width: 0px 0px 2px; border-top-style: initial; border-right-style: initial; border-left-style: initial; border-top-color: initial; border-right-color: initial; border-left-color: initial; border-image: initial; border-bottom-style: solid; border-bottom-color: rgb(187, 187, 187); margin: 0px auto; }
.gw-go-col-wrap .gw-go-col.gw-go-auxin_modern .gw-go-body + .aux-gw-go-hr { margin: 45px auto 30px; }
.gw-go-col-wrap .gw-go-col.gw-go-auxin_modern .gw-go-body > li { border: none; padding-top: 16px !important; padding-bottom: 16px !important; }
.gw-go-col-wrap .gw-go-col.gw-go-auxin_modern .aux-gw-go-header-price { margin-top: 2.45em; font-size: 24px; font-weight: 500; }
.gw-go-col-wrap .gw-go-col.gw-go-auxin_modern .aux-gw-go-header-price [data-id="amount"] { font-size: 80px; }
.gw-go-col-wrap .gw-go-col.gw-go-auxin_modern .gw-go-footer-row-inner .aux-button { padding: 18px 52px; font-size: inherit; }
.gw-go-col-wrap .gw-go-col.gw-go-auxin_circle { border: 1px solid rgb(187, 187, 187); }
.gw-go-col-wrap .gw-go-col.gw-go-auxin_circle .gw-go-col-inner { background-color: rgb(255, 255, 255); padding: 56px 60px 14px !important; }
.gw-go-col-wrap .gw-go-col.gw-go-auxin_circle .aux-gw-go-header-top { margin-bottom: 4.5em; }
.gw-go-col-wrap .gw-go-col.gw-go-auxin_circle .aux-gw-go-header { text-align: center; margin-bottom: 49px; }
.gw-go-col-wrap .gw-go-col.gw-go-auxin_circle .aux-gw-go-header .aux-gw-go-title { font-weight: 600; }
.gw-go-col-wrap .gw-go-col.gw-go-auxin_circle .aux-gw-go-hr { width: 68px; border-width: 0px 0px 2px; border-top-style: initial; border-right-style: initial; border-left-style: initial; border-top-color: initial; border-right-color: initial; border-left-color: initial; border-image: initial; border-bottom-style: solid; border-bottom-color: rgb(187, 187, 187); margin: 0px auto; }
.gw-go-col-wrap .gw-go-col.gw-go-auxin_circle .gw-go-body + .aux-gw-go-hr { margin: 45px auto 30px; }
.gw-go-col-wrap .gw-go-col.gw-go-auxin_circle .gw-go-body > li { border: none; padding-top: 16px !important; padding-bottom: 16px !important; }
.gw-go-col-wrap .gw-go-col.gw-go-auxin_circle .aux-gw-go-header-price { width: 143px; height: 143px; margin: 2.45em auto 0px; border-radius: 50%; color: rgb(255, 255, 255); font-size: 24px; font-weight: 500; }
.gw-go-col-wrap .gw-go-col.gw-go-auxin_circle .aux-gw-go-header-price > span[data-id="price"] { display: block; padding-top: 1.5em; }
.gw-go-col-wrap .gw-go-col.gw-go-auxin_circle .aux-gw-go-header-price [data-id="amount"] { font-size: 80px; }
.gw-go-col-wrap .gw-go-col.gw-go-auxin_circle .aux-gw-go-header-price .payment { display: block; margin-top: 10px; }
.gw-go-col-wrap .gw-go-col.gw-go-auxin_circle .gw-go-footer-row-inner .aux-button { padding: 18px 52px; font-size: inherit; }
.gw-go-col-wrap .gw-go-col.gw-go-auxin_classic .gw-go-col-inner { padding: 0px !important; }
.gw-go-col-wrap .gw-go-col.gw-go-auxin_classic .aux-gw-go-header-top { padding: 2.8em 1em; color: rgb(255, 255, 255); }
.gw-go-col-wrap .gw-go-col.gw-go-auxin_classic .aux-gw-go-header { text-align: center; }
.gw-go-col-wrap .gw-go-col.gw-go-auxin_classic .aux-gw-go-header .aux-gw-go-title { font-weight: 600; }
.gw-go-col-wrap .gw-go-col.gw-go-auxin_classic .gw-go-body > li { border: none; color: rgb(61, 61, 61); padding: 1.75em 1em 0px !important; }
.gw-go-col-wrap .gw-go-col.gw-go-auxin_classic .gw-go-body > li > div::after { content: ""; display: block; width: 100%; height: 2px; margin: 1.75em auto 0px; background-color: rgb(234, 234, 234); }
.gw-go-col-wrap .gw-go-col.gw-go-auxin_classic .aux-gw-go-header-price { padding: 1.1em 1em; font-size: 24px; font-weight: 500; background-color: rgb(243, 243, 243); }
.gw-go-col-wrap .gw-go-col.gw-go-auxin_classic .aux-gw-go-header-price [data-id="amount"] { font-size: 80px; }
.gw-go-col-wrap .gw-go-col.gw-go-auxin_classic .gw-go-footer-row-inner .aux-button { padding: 18px 52px; font-size: inherit; }
.gw-go-col-wrap .gw-go-col.gw-go-auxin_hosting_start .gw-go-col-inner { padding: 0px !important; }
.gw-go-col-wrap .gw-go-col.gw-go-auxin_hosting_start .aux-gw-go-header-top { padding: 8.8em 1em; background-color: rgb(243, 243, 243); }
.gw-go-col-wrap .gw-go-col.gw-go-auxin_hosting_start .aux-gw-go-header { text-align: center; }
.gw-go-col-wrap .gw-go-col.gw-go-auxin_hosting_start .aux-gw-go-header .aux-gw-go-title { font-weight: 600; }
.gw-go-col-wrap .gw-go-col.gw-go-auxin_hosting_start .gw-go-body > li { border: none; color: rgb(61, 61, 61); padding: 1.75em !important; }
.gw-go-col-wrap .gw-go-col.gw-go-auxin_hosting_start .gw-go-body > li:nth-child(2n) { background-color: rgb(243, 243, 243); }
.gw-go-col-wrap .gw-go-col.gw-go-auxin_hosting_start .aux-gw-go-header-price { padding: 1.1em 1em; font-size: 24px; font-weight: 500; background-color: rgb(243, 243, 243); }
.gw-go-col-wrap .gw-go-col.gw-go-auxin_hosting_start .aux-gw-go-header-price [data-id="amount"] { font-size: 80px; }
.gw-go-col-wrap .gw-go-col.gw-go-auxin_hosting_start .gw-go-footer-row-inner .aux-button { padding: 18px 52px; font-size: inherit; }
.gw-go-col-wrap .gw-go-col.gw-go-auxin_hosting_normal .aux-gw-go-header-top { padding: 2.7em 1em; color: rgb(255, 255, 255); background-color: rgb(61, 61, 61); }
.gw-go-col-wrap .gw-go-col.gw-go-auxin_hosting_normal .aux-gw-go-header-price { background-color: rgb(243, 243, 243); }
.gw-go-col-wrap .gw-go-col.gw-go-auxin_hosting_semi .aux-gw-go-header-top { padding: 2.7em 1em; color: rgb(61, 61, 61); background-color: rgb(255, 255, 255); }
.gw-go-col-wrap .gw-go-col.gw-go-auxin_hosting_semi .aux-gw-go-header-price { background-color: rgb(61, 61, 61); color: rgb(255, 255, 255); }
.gw-go-col-wrap .gw-go-col.gw-go-auxin_hosting_normal .gw-go-col-inner, .gw-go-col-wrap .gw-go-col.gw-go-auxin_hosting_semi .gw-go-col-inner { padding: 0px !important; }
.gw-go-col-wrap .gw-go-col.gw-go-auxin_hosting_normal .aux-gw-go-header, .gw-go-col-wrap .gw-go-col.gw-go-auxin_hosting_semi .aux-gw-go-header { text-align: center; }
.gw-go-col-wrap .gw-go-col.gw-go-auxin_hosting_normal .aux-gw-go-header .aux-gw-go-title, .gw-go-col-wrap .gw-go-col.gw-go-auxin_hosting_semi .aux-gw-go-header .aux-gw-go-title { font-weight: 600; }
.gw-go-col-wrap .gw-go-col.gw-go-auxin_hosting_normal .gw-go-body > li, .gw-go-col-wrap .gw-go-col.gw-go-auxin_hosting_semi .gw-go-body > li { border: none; color: rgb(61, 61, 61); padding: 1.75em 1em !important; }
.gw-go-col-wrap .gw-go-col.gw-go-auxin_hosting_normal .gw-go-body > li:nth-child(2n), .gw-go-col-wrap .gw-go-col.gw-go-auxin_hosting_semi .gw-go-body > li:nth-child(2n) { background-color: rgb(243, 243, 243); }
.gw-go-col-wrap .gw-go-col.gw-go-auxin_hosting_normal .aux-gw-go-header-price, .gw-go-col-wrap .gw-go-col.gw-go-auxin_hosting_semi .aux-gw-go-header-price { padding: 1.75em 1em; font-size: 24px; font-weight: 500; }
.gw-go-col-wrap .gw-go-col.gw-go-auxin_hosting_normal .aux-gw-go-header-price > span[data-id="price"], .gw-go-col-wrap .gw-go-col.gw-go-auxin_hosting_semi .aux-gw-go-header-price > span[data-id="price"] { display: block; }
.gw-go-col-wrap .gw-go-col.gw-go-auxin_hosting_normal .aux-gw-go-header-price [data-id="amount"], .gw-go-col-wrap .gw-go-col.gw-go-auxin_hosting_semi .aux-gw-go-header-price [data-id="amount"] { font-size: 80px; }
.gw-go-col-wrap .gw-go-col.gw-go-auxin_hosting_normal .aux-gw-go-header-price .payment, .gw-go-col-wrap .gw-go-col.gw-go-auxin_hosting_semi .aux-gw-go-header-price .payment { margin-top: 10px; display: block; }
.gw-go-col-wrap .gw-go-col.gw-go-auxin_hosting_normal .gw-go-footer-row-inner .aux-button, .gw-go-col-wrap .gw-go-col.gw-go-auxin_hosting_semi .gw-go-footer-row-inner .aux-button { padding: 13px 40px; margin-bottom: 0px; font-size: inherit; }
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-auxin_modern { border: none; }
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-auxin_modern .gw-go-col-inner { color: rgb(255, 255, 255); }
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-auxin_modern .aux-gw-go-hr { border-bottom-color: rgb(255, 255, 255); }
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-auxin_circle { border: none; }
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-auxin_circle .aux-gw-go-header-price { color: rgb(61, 61, 61); background-color: rgb(255, 255, 255) !important; }
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-auxin_circle .gw-go-col-inner { color: rgb(255, 255, 255); }
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-auxin_circle .aux-gw-go-hr { border-bottom-color: rgb(255, 255, 255); }
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-auxin_classic { border: none; }
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-auxin_classic .gw-go-col-inner { color: rgb(255, 255, 255); }
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-auxin_classic .aux-gw-go-header-price { opacity: 0.95; }
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-auxin_hosting_start { border: none !important; }
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-auxin_hosting_start .aux-gw-go-header-top { visibility: hidden !important; opacity: 0 !important; }
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-auxin_hosting_start .gw-go-body { border: 1px solid rgb(187, 187, 187); z-index: 1 !important; }
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-auxin_hosting_normal .aux-gw-go-header-price { background-color: rgb(61, 61, 61); opacity: 0.95; color: rgb(255, 255, 255) !important; }
.aux-price-table-container .aux-price-table { padding-top: 20px; background-color: rgb(247, 247, 247); text-align: center; }
.aux-price-table-container .aux-price-table.aux-table-header-section { padding: 21px; background-color: rgb(48, 48, 48); }
.aux-price-table-container .aux-price-table.aux-table-header-section div { text-align: center; color: rgb(255, 255, 255); }
.aux-price-table-container .aux-price-table.aux-table-header-section div.aux-table-header-title { font-size: 28px; }
.aux-price-table-container .aux-price-table.aux-table-header-section div.aux-table-header-description { font-size: 14px; }
.aux-price-table-container .aux-price-table.aux-table-header-section .aux-table-header-ribbon { width: 150px; height: 150px; position: absolute; top: 0px; overflow: hidden; }
.aux-price-table-container .aux-price-table.aux-table-header-section .aux-table-header-ribbon.right { right: 0px; }
.aux-price-table-container .aux-price-table.aux-table-header-section .aux-table-header-ribbon.right div { right: 0px; transform: translateY(-50%) translateX(-24%) translateX(35px) rotate(45deg); }
.aux-price-table-container .aux-price-table.aux-table-header-section .aux-table-header-ribbon.left { left: 0px; }
.aux-price-table-container .aux-price-table.aux-table-header-section .aux-table-header-ribbon.left div { left: 0px; transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg); }
.aux-price-table-container .aux-price-table.aux-table-header-section .aux-table-header-ribbon div { text-align: center; width: 200%; margin-top: 35px; font-size: 13px; line-height: 2; font-weight: 800; text-transform: uppercase; background: rgb(0, 0, 0); }
.aux-price-table-container .aux-price-table.aux-table-price-section .aux-sale-amount { text-decoration: line-through; font-size: 14px; margin-right: 10px; }
.aux-price-table-container .aux-price-table.aux-table-price-section .aux-price-amount { font-size: 28px; font-weight: 600; }
.aux-price-table-container .aux-price-table .aux-table-feature { padding: 10px; width: 80%; margin: 0px auto; font-size: 20px; }
.aux-price-table-container .aux-price-table.aux-table-footer-section .aux-table-footer-button a { display: inline-block; padding: 15px 20px; background-color: rgb(129, 138, 145); color: rgb(255, 255, 255); border-radius: 4px; }
.single-portfolio .aux-next-prev-posts:not(.aux-sticky-nav) { margin-top: 1.875em; margin-bottom: 4.375em; }
.single-portfolio .aux-widget-related-posts { margin-top: 1.875em; margin-bottom: 4.375em; padding-bottom: 0px; }
.single-portfolio .aux-related-container-more { text-align: center; padding-bottom: 60px; }
.single-portfolio .aux-related-container-more .aux-related-btn-more { padding-top: 25px; padding-bottom: 25px; }
.single-portfolio.aux-resp .aux-full-container .type-portfolio.aux-side-right > .entry-main, .single-portfolio.aux-resp .aux-full-container .type-portfolio.aux-side-left > .entry-main { width: 93%; }
@media screen and (max-width: 1439px) {
  .single-portfolio.aux-resp .aux-full-container .type-portfolio.aux-side-right > .entry-main, .single-portfolio.aux-resp .aux-full-container .type-portfolio.aux-side-left > .entry-main { width: 89%; }
}
@media screen and (max-width: 1023px) {
  .single-portfolio.aux-resp .aux-full-container .type-portfolio.aux-side-right > .entry-main, .single-portfolio.aux-resp .aux-full-container .type-portfolio.aux-side-left > .entry-main { width: 45%; }
}
@media screen and (max-width: 767px) {
  .single-portfolio.aux-resp .aux-full-container .type-portfolio.aux-side-right > .entry-main, .single-portfolio.aux-resp .aux-full-container .type-portfolio.aux-side-left > .entry-main { width: 100%; }
}
.aux-single .type-portfolio .clearfix + .entry-content { margin-top: 20px; }
.type-portfolio.hentry .entry-main { margin-bottom: 10px; }
.type-portfolio .aux-text-color-light { color: rgb(234, 234, 234); }
.type-portfolio .aux-text-color-light .entry-meta-data dt { color: rgb(234, 234, 234); }
.type-portfolio .aux-text-color-light .entry-meta-data dd { color: rgb(234, 234, 234); }
.type-portfolio .aux-text-color-light .entry-meta-data .entry-tax > a { color: rgb(234, 234, 234); }
.type-portfolio .aux-text-color-dark { color: rgb(61, 61, 61); }
.type-portfolio .aux-text-color-dark .entry-meta-data dt { color: rgb(61, 61, 61); }
.type-portfolio .aux-text-color-dark .entry-meta-data dd { color: rgb(61, 61, 61); }
.type-portfolio .aux-text-color-dark .entry-meta-data .entry-tax > a { color: rgb(61, 61, 61); }
.type-portfolio .entry-meta-data dd { margin-left: 0px; word-break: break-all; }
.type-portfolio .entry-meta-data .entry-tax > a:hover { color: rgb(27, 176, 206); }
.type-portfolio .entry-meta-data .entry-tax > a::before { content: none; }
.type-portfolio .entry-meta-data .entry-tax > a::after { content: " , "; }
.type-portfolio .entry-meta-data .entry-tax > a:last-child::after { content: ""; }
.type-portfolio .aux-share-btn, .type-portfolio .aux-like-btn { min-width: 115px; margin-right: 0.5em; padding: 11px 0px; font-weight: 700; font-size: 0.9375em; }
.type-portfolio .aux-share-btn .aux-icon, .type-portfolio .aux-like-btn .aux-icon { font-size: 100%; line-height: 80%; vertical-align: middle; }
.type-portfolio .entry-media img { width: 100%; }
.type-portfolio .entry-media.aux-stack .aux-media-image { margin-bottom: 30px; }
.type-portfolio .entry-media.aux-stack .aux-media-image:last-child { margin-bottom: 0px; }
.type-portfolio .entry-actions { position: relative; border-top: 1px solid rgb(222, 222, 222); border-bottom: 1px solid rgb(222, 222, 222); font-weight: 800; padding: 25px 0px; }
.type-portfolio .entry-actions::after { content: ""; display: table; clear: both; }
.type-portfolio .entry-actions .aux-single-portfolio-share { font-size: 0.875em; cursor: pointer; display: inline-block; }
.type-portfolio .entry-actions .aux-single-portfolio-share .auxicon-share { display: inline-block; vertical-align: middle; }
.type-portfolio.aux-sticky-side { margin-bottom: 0px; }
.type-portfolio.aux-side-right > .entry-main, .type-portfolio.aux-side-left > .entry-main { width: 100%; }
.type-portfolio.aux-side-right > .entry-side, .type-portfolio.aux-side-left > .entry-side { width: 340px; transform: translateY(0px); }
.type-portfolio.aux-side-right .entry-side-title > *, .type-portfolio.aux-side-left .entry-side-title > * { font-size: 1.625em; }
.type-portfolio.aux-side-right ~ .layout-bg, .type-portfolio.aux-side-left ~ .layout-bg { position: absolute; top: -70px; width: 40vw; height: calc(100% + 70px); z-index: -1; }
@media screen and (max-width: 1023px) {
  .aux-resp .type-portfolio.aux-side-right ~ .layout-bg, .aux-resp .type-portfolio.aux-side-left ~ .layout-bg { display: none; }
}
.type-portfolio.aux-side-right .aux-layout-margin, .type-portfolio.aux-side-left .aux-layout-margin { width: 290px; }
.type-portfolio.aux-side-right { padding-right: 410px; }
.type-portfolio.aux-side-right > .entry-main { float: left; }
.type-portfolio.aux-side-right > .entry-side { float: right; margin-right: -410px; }
.type-portfolio.aux-side-right ~ .layout-bg { right: 340px; transform: translateX(100%); }
.type-portfolio.aux-side-right .entry-side-overview { margin-bottom: 30px; }
.type-portfolio.aux-side-right .entry-meta-data { padding-top: 30px; }
.type-portfolio.aux-side-right ~ .aux-related-container, .type-portfolio.aux-side-right ~ .aux-related-container-more { padding-right: 410px; padding-left: 0px; }
.aux-full-container .type-portfolio.aux-side-right > .entry-side { padding-right: 105px; width: 480px; margin-left: -480px; }
.aux-full-container .type-portfolio.aux-side-right > .entry-main { margin-right: 480px; padding-right: 35px; padding-left: 35px; }
@media screen and (max-width: 1023px) {
  .aux-resp .type-portfolio.aux-side-right > .entry-side { margin-right: 0px; }
  .aux-resp .type-portfolio.aux-side-right > .layout-bg { right: 0px; }
  .aux-resp .type-portfolio.aux-side-right ~ .aux-related-container, .aux-resp .type-portfolio.aux-side-right ~ .aux-related-container-more { padding-right: 0px; }
}
.type-portfolio.aux-side-left { padding-left: 410px; }
.type-portfolio.aux-side-left > .entry-main { float: right; }
.type-portfolio.aux-side-left > .entry-side { float: left; margin-left: -410px; }
.type-portfolio.aux-side-left ~ .layout-bg { left: 340px; transform: translateX(-100%); }
.type-portfolio.aux-side-left .entry-side-overview { margin-bottom: 30px; }
.type-portfolio.aux-side-left .entry-meta-data { padding-top: 30px; }
.type-portfolio.aux-side-left ~ .aux-related-container, .type-portfolio.aux-side-left ~ .aux-related-container-more { padding-left: 410px; padding-right: 0px; }
.aux-full-container .type-portfolio.aux-side-left > .entry-side { padding-left: 105px; width: 480px; margin-right: -480px; }
.aux-full-container .type-portfolio.aux-side-left > .entry-main { margin-left: 480px; padding-left: 35px; padding-right: 35px; }
@media screen and (max-width: 1023px) {
  .aux-resp .type-portfolio.aux-side-left > .entry-side { margin-left: 0px; }
  .aux-resp .type-portfolio.aux-side-left > .layout-bg { left: 0px; }
  .aux-resp .type-portfolio.aux-side-left ~ .aux-related-container-more, .aux-resp .type-portfolio.aux-side-left ~ .aux-related-container { padding-left: 0px; }
}
@media screen and (max-width: 1023px) {
  .aux-resp .type-portfolio .entry-side.aux-sticky { position: relative; top: 0px !important; transform: none !important; }
  .aux-resp .type-portfolio .aux-sticky-placeholder { display: none; }
  .aux-resp .type-portfolio.aux-side-left > .entry-side, .aux-resp .type-portfolio.aux-side-left > .entry-main, .aux-resp .type-portfolio.aux-side-right > .entry-side, .aux-resp .type-portfolio.aux-side-right > .entry-main { margin-left: 0px; margin-right: 0px; padding: 35px 35px 0px; width: 100%; float: none; left: 0px; }
  .aux-resp .type-portfolio.aux-side-left > .entry-side, .aux-resp .type-portfolio.aux-side-right > .entry-side { margin-bottom: 70px; }
  .aux-resp .type-portfolio.aux-side-left > .entry-side .entry-side-overview, .aux-resp .type-portfolio.aux-side-right > .entry-side .entry-side-overview { margin: 0px 0px 30px !important; }
  .aux-resp .aux-full-container .type-portfolio.aux-side-left > .entry-side, .aux-resp .aux-full-container .type-portfolio.aux-side-right > .entry-side { padding-right: 35px; padding-left: 35px; }
}
@media screen and (max-width: 1023px) {
  .aux-resp .type-portfolio.aux-side-left, .aux-resp .type-portfolio.aux-side-right { padding-left: 0px; padding-right: 0px; }
}
.type-portfolio.aux-side-bottom .entry-side, .type-portfolio.aux-side-top .entry-side { margin: 35px auto; max-width: 820px; padding: 35px; height: auto !important; }
.type-portfolio.aux-side-bottom .entry-side::after, .type-portfolio.aux-side-top .entry-side::after { content: ""; display: table; clear: both; }
.type-portfolio.aux-side-bottom .entry-side .entry-side-overview, .type-portfolio.aux-side-top .entry-side .entry-side-overview { margin-bottom: 30px; }
@media screen and (max-width: 767px) {
  .aux-resp .type-portfolio.aux-side-bottom .entry-side, .aux-resp .type-portfolio.aux-side-top .entry-side { padding-right: 0px; padding-left: 0px; }
}
.type-portfolio.aux-side-bottom .entry-side-title > *, .type-portfolio.aux-side-top .entry-side-title > * { font-weight: 400; }
.type-portfolio.aux-side-bottom.aux-side-meta-normal .entry-meta-data-container, .type-portfolio.aux-side-bottom.aux-side-meta-reverse .entry-meta-data-container, .type-portfolio.aux-side-top.aux-side-meta-normal .entry-meta-data-container, .type-portfolio.aux-side-top.aux-side-meta-reverse .entry-meta-data-container { width: 245px; }
.type-portfolio.aux-side-bottom.aux-side-meta-normal .entry-overview-container, .type-portfolio.aux-side-bottom.aux-side-meta-reverse .entry-overview-container, .type-portfolio.aux-side-top.aux-side-meta-normal .entry-overview-container, .type-portfolio.aux-side-top.aux-side-meta-reverse .entry-overview-container { margin-bottom: 30px; }
@media screen and (max-width: 767px) {
  .aux-resp .type-portfolio.aux-side-bottom.aux-side-meta-normal .entry-meta-data-container, .aux-resp .type-portfolio.aux-side-bottom.aux-side-meta-normal .entry-overview-container, .aux-resp .type-portfolio.aux-side-bottom.aux-side-meta-reverse .entry-meta-data-container, .aux-resp .type-portfolio.aux-side-bottom.aux-side-meta-reverse .entry-overview-container, .aux-resp .type-portfolio.aux-side-top.aux-side-meta-normal .entry-meta-data-container, .aux-resp .type-portfolio.aux-side-top.aux-side-meta-normal .entry-overview-container, .aux-resp .type-portfolio.aux-side-top.aux-side-meta-reverse .entry-meta-data-container, .aux-resp .type-portfolio.aux-side-top.aux-side-meta-reverse .entry-overview-container { float: none; width: 100%; margin-left: 0px; margin-right: 0px; padding-left: 0px; padding-right: 0px; }
  .aux-resp .type-portfolio.aux-side-bottom.aux-side-meta-normal .entry-meta-data-container, .aux-resp .type-portfolio.aux-side-bottom.aux-side-meta-reverse .entry-meta-data-container, .aux-resp .type-portfolio.aux-side-top.aux-side-meta-normal .entry-meta-data-container, .aux-resp .type-portfolio.aux-side-top.aux-side-meta-reverse .entry-meta-data-container { margin-top: 35px; }
}
.type-portfolio.aux-side-bottom.aux-side-meta-normal .aux-has-meta-data .entry-meta-data-container, .type-portfolio.aux-side-top.aux-side-meta-normal .aux-has-meta-data .entry-meta-data-container { float: left; margin-right: -245px; }
.type-portfolio.aux-side-bottom.aux-side-meta-normal .aux-has-meta-data .entry-overview-container, .type-portfolio.aux-side-top.aux-side-meta-normal .aux-has-meta-data .entry-overview-container { float: right; margin-left: 245px; padding-left: 35px; }
@media screen and (max-width: 767px) {
  .aux-resp .type-portfolio.aux-side-bottom.aux-side-meta-normal .aux-has-meta-data .entry-overview-container, .aux-resp .type-portfolio.aux-side-top.aux-side-meta-normal .aux-has-meta-data .entry-overview-container { padding-left: 0px; }
}
.type-portfolio.aux-side-bottom.aux-side-meta-reverse .aux-has-meta-data .entry-meta-data-container, .type-portfolio.aux-side-top.aux-side-meta-reverse .aux-has-meta-data .entry-meta-data-container { float: right; margin-left: -245px; }
.type-portfolio.aux-side-bottom.aux-side-meta-reverse .aux-has-meta-data .entry-overview-container, .type-portfolio.aux-side-top.aux-side-meta-reverse .aux-has-meta-data .entry-overview-container { float: left; margin-right: 245px; padding-right: 35px; }
@media screen and (max-width: 767px) {
  .aux-resp .type-portfolio.aux-side-bottom.aux-side-meta-reverse .aux-has-meta-data .entry-overview-container, .aux-resp .type-portfolio.aux-side-top.aux-side-meta-reverse .aux-has-meta-data .entry-overview-container { padding-right: 0px; }
}
.type-portfolio.aux-side-bottom.aux-side-meta-down .entry-meta-data-container, .type-portfolio.aux-side-top.aux-side-meta-down .entry-meta-data-container { margin-top: 35px; }
.type-portfolio.aux-side-bottom.aux-side-meta-hide .entry-meta-data-container, .type-portfolio.aux-side-top.aux-side-meta-hide .entry-meta-data-container { display: none; }
.list-portfolio .aux-primary .aux-portfolio-land.aux-single-portfolio-wrapper { margin-bottom: 30px; }
.list-portfolio .aux-primary .aux-portfolio-land.aux-single-portfolio-wrapper .entry-media { float: left; width: 63%; margin-bottom: 0px; vertical-align: top; }
.list-portfolio .aux-primary .aux-portfolio-land.aux-single-portfolio-wrapper .aux-land-side { position: absolute; right: 0px; height: 100%; width: 37%; padding: 4% 50px 70px; border-width: 1px 1px 1px 0px; border-style: solid; border-color: rgb(234, 234, 234); border-image: initial; overflow: hidden; }
.list-portfolio .aux-primary .aux-portfolio-land.aux-single-portfolio-wrapper .entry-main { overflow: hidden; height: calc(100% - 30px); }
.list-portfolio .aux-primary .aux-portfolio-land.aux-single-portfolio-wrapper .entry-main .entry-header { margin-bottom: 1.875em; }
.list-portfolio .aux-primary .aux-portfolio-land.aux-single-portfolio-wrapper .entry-main .entry-title { font-size: 1.375em; }
.list-portfolio .aux-primary .aux-portfolio-land.aux-single-portfolio-wrapper .entry-main .entry-title a { color: inherit; }
.list-portfolio .aux-primary .aux-portfolio-land.aux-single-portfolio-wrapper .entry-main .entry-title a:hover { color: rgb(27, 176, 206); }
.list-portfolio .aux-primary .aux-portfolio-land.aux-single-portfolio-wrapper footer.entry-meta { position: absolute; bottom: 45px; left: 0px; width: 100%; padding: 0px 50px; }
.list-portfolio .aux-primary .aux-portfolio-land.aux-single-portfolio-wrapper footer.entry-meta .portfolio-tax { float: left; font-size: 0.875em; }
.list-portfolio .aux-primary .aux-portfolio-land.aux-single-portfolio-wrapper footer.entry-meta .portfolio-tax .entry-tax > a { color: rgb(170, 170, 170); }
.list-portfolio .aux-primary .aux-portfolio-land.aux-single-portfolio-wrapper footer.entry-meta .portfolio-tax .entry-tax > a:hover { color: rgb(27, 176, 206); }
.list-portfolio .aux-primary .aux-portfolio-land.aux-single-portfolio-wrapper footer.entry-meta .portfolio-tax .entry-tax > a::before { content: none; }
.list-portfolio .aux-primary .aux-portfolio-land.aux-single-portfolio-wrapper footer.entry-meta .portfolio-tax .entry-tax > a::after { content: " , "; }
.list-portfolio .aux-primary .aux-portfolio-land.aux-single-portfolio-wrapper footer.entry-meta .portfolio-tax .entry-tax > a:last-child::after { content: ""; }
.list-portfolio .aux-primary .aux-portfolio-land.aux-single-portfolio-wrapper footer.entry-meta .comments-iconic { font-size: 0.875em; float: right; }
@media screen and (max-width: 1023px) {
  .list-portfolio .aux-primary .aux-portfolio-land.aux-single-portfolio-wrapper .aux-land-side { position: relative; width: 100%; padding: 70px 50px; border-left-width: 1px; border-top-width: 0px; overflow: visible; }
  .list-portfolio .aux-primary .aux-portfolio-land.aux-single-portfolio-wrapper .entry-media { width: 100%; float: none; }
  .list-portfolio .aux-primary .aux-portfolio-land.aux-single-portfolio-wrapper .entry-main { overflow: visible; height: auto; margin-bottom: 1.875em; }
}
.list-portfolio.aux-template-type-default .aux-primary .entry-media { margin-bottom: 30px; }
.list-portfolio.aux-template-type-default .aux-primary .entry-title { font-size: 1.1em; }
.list-portfolio.aux-template-type-default .aux-primary .entry-title a { color: inherit; }
.list-portfolio.aux-template-type-default .aux-primary .entry-title a:hover { color: rgb(27, 176, 206); }
.list-portfolio.aux-template-type-default .entry-tax { margin-left: 0px; font-style: italic; }
.list-portfolio.aux-template-type-default .entry-tax > a:first-child::before { content: none; }
.hentry .aux-portfolio-columns.aux-tile-lighten .aux-portfolio-item-title, .aux-widget-recent-portfolios .aux-portfolio-columns.aux-tile-lighten .aux-portfolio-item-title { color: rgb(61, 61, 61); }
.hentry .aux-portfolio-columns .aux-iso-item .aux-col, .aux-widget-recent-portfolios .aux-portfolio-columns .aux-iso-item .aux-col { padding: 0px; }
.hentry .aux-portfolio-columns .entry-media, .aux-widget-recent-portfolios .aux-portfolio-columns .entry-media { margin-bottom: 27px; position: relative; }
.hentry .aux-portfolio-columns .entry-title, .aux-widget-recent-portfolios .aux-portfolio-columns .entry-title { font-size: 1.1em !important; }
.hentry .aux-portfolio-columns .entry-title a, .aux-widget-recent-portfolios .aux-portfolio-columns .entry-title a { color: inherit; }
.hentry .aux-portfolio-columns .entry-title a:hover, .aux-widget-recent-portfolios .aux-portfolio-columns .entry-title a:hover { color: rgb(27, 176, 206); }
.hentry .aux-portfolio-columns .entry-header, .aux-widget-recent-portfolios .aux-portfolio-columns .entry-header { margin-bottom: 10px; float: left; max-width: calc(100% - 40px); }
.hentry .aux-portfolio-columns .entry-info, .aux-widget-recent-portfolios .aux-portfolio-columns .entry-info { clear: both; }
.hentry .aux-portfolio-columns .entry-tax, .aux-widget-recent-portfolios .aux-portfolio-columns .entry-tax { margin-left: 0px; font-style: italic; }
.hentry .aux-portfolio-columns .entry-tax > a, .aux-widget-recent-portfolios .aux-portfolio-columns .entry-tax > a { color: rgb(170, 170, 170); }
.hentry .aux-portfolio-columns .entry-tax > a::before, .aux-widget-recent-portfolios .aux-portfolio-columns .entry-tax > a::before { content: none; }
.hentry .aux-portfolio-columns .entry-tax > a::after, .aux-widget-recent-portfolios .aux-portfolio-columns .entry-tax > a::after { content: " , "; }
.hentry .aux-portfolio-columns .entry-tax > a:last-child::after, .aux-widget-recent-portfolios .aux-portfolio-columns .entry-tax > a:last-child::after { content: ""; }
.hentry .aux-portfolio-columns .comments-iconic, .aux-widget-recent-portfolios .aux-portfolio-columns .comments-iconic { font-size: 0.875em; }
.hentry .aux-portfolio-columns .aux-hover-active, .aux-widget-recent-portfolios .aux-portfolio-columns .aux-hover-active { position: relative; }
.hentry .aux-portfolio-columns .aux-item-overlay .entry-media, .aux-widget-recent-portfolios .aux-portfolio-columns .aux-item-overlay .entry-media { margin-bottom: 0px; }
.hentry .aux-portfolio-columns .aux-item-overlay .entry-media, .aux-widget-recent-portfolios .aux-portfolio-columns .aux-item-overlay .entry-media { margin-bottom: 0px; }
.hentry .aux-portfolio-columns .aux-item-overlay .entry-header, .aux-widget-recent-portfolios .aux-portfolio-columns .aux-item-overlay .entry-header { float: none; max-width: 100%; margin-bottom: 0px; }
.hentry .aux-portfolio-columns .aux-item-overlay .entry-info, .aux-widget-recent-portfolios .aux-portfolio-columns .aux-item-overlay .entry-info { font-size: 1em; }
.hentry .aux-portfolio-columns .aux-item-overlay .entry-title, .aux-widget-recent-portfolios .aux-portfolio-columns .aux-item-overlay .entry-title { font-size: 1.125em; font-weight: 600; }
.hentry .aux-portfolio-columns .aux-item-overlay .entry-title a, .aux-widget-recent-portfolios .aux-portfolio-columns .aux-item-overlay .entry-title a { color: rgb(255, 255, 255); }
.hentry .aux-portfolio-columns .aux-item-overlay .entry-title a:hover, .aux-widget-recent-portfolios .aux-portfolio-columns .aux-item-overlay .entry-title a:hover { color: rgb(27, 176, 206); }
.hentry .aux-portfolio-columns .aux-overlay-content, .aux-widget-recent-portfolios .aux-portfolio-columns .aux-overlay-content { z-index: 1; width: 100%; text-align: center; padding: 1.5em; position: absolute; top: 50%; transform: translateY(-50%); overflow: hidden; }
.hentry .aux-portfolio-columns .aux-portfolio-item-title, .aux-widget-recent-portfolios .aux-portfolio-columns .aux-portfolio-item-title { color: rgb(255, 255, 255); font-size: 1.125em; font-weight: 600; }
.hentry .aux-portfolio-columns .aux-portfolio-overlay-buttons, .aux-widget-recent-portfolios .aux-portfolio-columns .aux-portfolio-overlay-buttons { width: 100%; }
.hentry .aux-portfolio-columns .aux-item-classic .entry-main, .aux-widget-recent-portfolios .aux-portfolio-columns .aux-item-classic .entry-main { margin-bottom: 0px; }
.hentry .aux-portfolio-columns .aux-arrow-post-link, .hentry .aux-portfolio-columns .aux-lightbox-btn, .hentry .aux-portfolio-columns .aux-hover-circle-plus, .aux-widget-recent-portfolios .aux-portfolio-columns .aux-arrow-post-link, .aux-widget-recent-portfolios .aux-portfolio-columns .aux-lightbox-btn, .aux-widget-recent-portfolios .aux-portfolio-columns .aux-hover-circle-plus { display: inline-block; }
.hentry .aux-portfolio-columns .aux-lightbox-btn, .aux-widget-recent-portfolios .aux-portfolio-columns .aux-lightbox-btn { margin-right: 5px; }
.hentry .aux-portfolio-columns .aux-entry-boxed .entry-media, .aux-widget-recent-portfolios .aux-portfolio-columns .aux-entry-boxed .entry-media { margin-bottom: 0px; }
.hentry .aux-portfolio-columns .aux-entry-boxed .entry-info, .aux-widget-recent-portfolios .aux-portfolio-columns .aux-entry-boxed .entry-info { margin-bottom: 10px; }
.hentry .aux-portfolio-columns .aux-entry-boxed .entry-main, .aux-widget-recent-portfolios .aux-portfolio-columns .aux-entry-boxed .entry-main { border-top: none; padding: 25px 30px 5px; }
.hentry .aux-portfolio-columns .aux-entry-boxed .entry-main::after, .aux-widget-recent-portfolios .aux-portfolio-columns .aux-entry-boxed .entry-main::after { content: ""; display: table; clear: both; }
.aux-widget-recent-portfolios { position: relative; }
.aux-widget-recent-portfolios .aux-isotope-ready .aux-col { margin-top: 0px; }
.aux-widget-recent-portfolios.aux-carousel { padding: 0px 80px; position: relative; }
.aux-widget-recent-portfolios .aux-filters { position: relative; z-index: 9; }
.aux-widget-recent-portfolios .aux-filters::after { content: ""; display: table; clear: both; }
.aux-widget-recent-portfolios .aux-filters.aux-right:not(.aux-dropdown-filter) { display: block; width: 100%; }
.aux-widget-recent-portfolios .aux-filters.aux-right:not(.aux-dropdown-filter) > ul { display: inline-block; float: right; }
.aux-widget-recent-portfolios .aux-filters.aux-center:not(.aux-dropdown-filter) { position: relative; left: 50%; display: inline-block; transform: translateX(-50%); }
.aux-widget-recent-portfolios .aux-filters.aux-center:not(.aux-dropdown-filter) ul { margin-left: auto; }
.aux-widget-recent-portfolios .widget-title + .aux-filters.aux-right { position: absolute; top: 0px; right: 0px; }
@media screen and (max-width: 767px) {
  .aux-resp .aux-widget-recent-portfolios .widget-title + .aux-filters.aux-right { position: relative; float: left; }
}
.aux-widget-recent-portfolios .aux-tiles-layout { position: relative; }
.aux-widget-recent-portfolios .aux-tiles-layout .aux-iso-item { float: left; height: 0px; position: relative; overflow: hidden; }
.aux-widget-recent-portfolios .aux-portfolio-columns:not(.aux-tiles-layout) { clear: both; }
.aux-widget-recent-portfolios .aux-portfolio-columns:not(.aux-tiles-layout) .aux-iso-item .hentry { padding: 0px; }
.aux-widget-recent-portfolios .aux-isotope-layout { max-height: 500px; }
.aux-widget-recent-portfolios .aux-isotope-layout.aux-isotope-ready { max-height: none; }
.aux-widget-recent-portfolios .aux-mc-arrows { position: absolute; bottom: 50%; transform: translateY(50%); }
.aux-widget-recent-portfolios .aux-prev { left: 0px; }
.aux-widget-recent-portfolios .aux-next { right: 0px; left: auto; }
.elementor-19 .elementor-element.elementor-element-d057c57 > .elementor-container { max-width: 1200px; }
.elementor-19 .elementor-element.elementor-element-d057c57 { padding: 49px 35px; }
.elementor-bc-flex-widget .elementor-19 .elementor-element.elementor-element-a28f84a.elementor-column .elementor-column-wrap { align-items: center; }
.elementor-19 .elementor-element.elementor-element-a28f84a.elementor-column.elementor-element[data-element_type="column"] > .elementor-column-wrap.elementor-element-populated > .elementor-widget-wrap { align-content: center; align-items: center; }
.elementor-19 .elementor-element.elementor-element-a28f84a.elementor-column > .elementor-column-wrap > .elementor-widget-wrap { justify-content: space-between; }
.elementor-19 .elementor-element.elementor-element-52d2704 { width: auto; animation-duration: 1.8s; animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1); }
.elementor-19 .elementor-element.elementor-element-f7aa200 { text-align: left; width: auto; animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
.elementor-19 .elementor-element.elementor-element-f7aa200 .aux-vertical .aux-menu-depth-0 .aux-item-content { text-align: left; }
.elementor-19 .elementor-element.elementor-element-f7aa200 .aux-menu-depth-0 > .aux-item-content { color: rgb(139, 139, 139); font-size: 20px; font-weight: 600; text-transform: capitalize; line-height: 1.2em; padding: 0px 8px 0px 2px; }
.elementor-19 .elementor-element.elementor-element-f7aa200 .aux-menu-depth-0 { margin: 0px 15px; }
.elementor-19 .elementor-element.elementor-element-f7aa200 .aux-menu-depth-0.current-menu-item > a { color: var(--e-global-color-primary); font-weight: 800; }
.elementor-19 .elementor-element.elementor-element-f7aa200 .aux-burger::before, .elementor-19 .elementor-element.elementor-element-f7aa200 .aux-burger::after, .elementor-19 .elementor-element.elementor-element-f7aa200 .aux-burger .mid-line { border-color: var(--e-global-color-primary); }
.elementor-19 .elementor-element.elementor-element-f7aa200 .aux-fs-menu .aux-menu-item > .aux-item-content { color: var(--e-global-color-primary); }
.elementor-19 .elementor-element.elementor-element-f7aa200 .aux-fs-menu .aux-menu-item.aux-hover > .aux-item-content { color: var(--e-global-color-accent); }
.elementor-19 .elementor-element.elementor-element-f7aa200 .aux-fs-menu .aux-master-menu { text-align: left; }
.elementor-19 .elementor-element.elementor-element-f7aa200 .aux-fs-popup { background-color: var(--e-global-color-secondary); }
.elementor-19 .elementor-element.elementor-element-0531d14 .aux-modern-button-wrapper { text-align: left; }
.elementor-19 .elementor-element.elementor-element-0531d14 .aux-modern-button.aux-modern-button-outline .aux-overlay::before, .elementor-19 .elementor-element.elementor-element-0531d14 .aux-modern-button .aux-overlay::before { background-color: var(--e-global-color-secondary); }
.elementor-19 .elementor-element.elementor-element-0531d14 .aux-modern-button { padding: 28px 60px 25px 31px; }
.elementor-19 .elementor-element.elementor-element-0531d14 .aux-modern-button.aux-modern-button-outline .aux-overlay::after, .elementor-19 .elementor-element.elementor-element-0531d14 .aux-modern-button .aux-overlay::after { background-color: var(--e-global-color-primary); }
.elementor-19 .elementor-element.elementor-element-0531d14 .aux-text { font-size: 20px; font-weight: 700; line-height: 1em; color: var(--e-global-color-primary); }
.elementor-19 .elementor-element.elementor-element-0531d14 .aux-modern-button:hover .aux-text { color: rgb(255, 255, 255); }
.elementor-19 .elementor-element.elementor-element-0531d14 .aux-icon { font-size: 24px; color: var(--e-global-color-primary); }
.elementor-19 .elementor-element.elementor-element-0531d14 .aux-modern-button:hover .aux-icon { font-size: 12px; color: rgb(255, 255, 255); }
.elementor-19 .elementor-element.elementor-element-0531d14 { width: auto; animation-duration: 1.8s; animation-delay: 0.2s; animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1); }
@media (max-width: 1024px) {
  .elementor-19 .elementor-element.elementor-element-52d2704 > .elementor-widget-container { margin: 3px 0px 0px; }
  .elementor-19 .elementor-element.elementor-element-52d2704 { flex-grow: 1; }
  .elementor-19 .elementor-element.elementor-element-f7aa200 .aux-menu-depth-0 > .aux-item-content { padding: 0px 5px; }
  .elementor-19 .elementor-element.elementor-element-f7aa200 .aux-fs-menu .aux-menu-item > .aux-item-content { font-size: 30px; padding: 0px; }
  .elementor-19 .elementor-element.elementor-element-f7aa200 .aux-fs-menu .aux-menu-item { margin: 0px 0px 40px; }
  .elementor-19 .elementor-element.elementor-element-f7aa200 > .elementor-widget-container { margin: 0px 20px 0px 0px; }
}
@media (max-width: 767px) {
  .elementor-19 .elementor-element.elementor-element-f7aa200 > .elementor-widget-container { margin: 0px; }
}
.elementor-19 .elementor-element.elementor-element-f7aa200 .current-menu-item a .aux-menu-label::before { content: ""; position: absolute; bottom: -2px; left: 0px; width: 100%; height: 2px; background-color: var(--e-global-color-secondary); }
@media only screen and (min-width: 1025px) {
  .elementor-19 .elementor-element.elementor-element-f7aa200 .aux-item-content .aux-menu-label::before { content: ""; position: absolute; bottom: -2px; left: 0px; width: 0px; height: 2px; background-color: var(--e-global-color-secondary); transition: all 0.3s ease-out 0s; }
  .elementor-19 .elementor-element.elementor-element-f7aa200 .aux-item-content:hover .aux-menu-label::before { content: ""; position: absolute; bottom: -2px; left: 0px; width: 100%; height: 2px; background-color: var(--e-global-color-secondary); }
}
@media only screen and (max-width: 1130px) and (min-width: 1025px) {
  .elementor-19 .elementor-element.elementor-element-f7aa200 .aux-menu-depth-0 { margin-left: 5px; margin-right: 5px; }
}
@media only screen and (max-width: 1024px) {
  .elementor-19 .elementor-element.elementor-element-f7aa200 .current-menu-item a .aux-menu-label::before { width: 20%; left: 40%; bottom: 0px; background-color: var(--e-global-color-primary); }
}
@media only screen and (max-width: 414px) {
  .elementor-19 .elementor-element.elementor-element-f7aa200 .current-menu-item a .aux-menu-label::before { width: 40%; left: 30%; }
}
.elementor-19 .elementor-element.elementor-element-f7aa200 .aux-fs-menu { margin-top: 40px; }
.elementor-19 .elementor-element.elementor-element-0531d14 .aux-icon { position: absolute; right: 27px; overflow: visible; transition: all 0.3s ease-out 0s; }
.elementor-19 .elementor-element.elementor-element-0531d14 .auxicon2-arrow-slim-right::before { font-weight: 700 !important; }
.elementor-19 .elementor-element.elementor-element-0531d14 .aux-modern-button .aux-overlay::after, .aux-modern-button .aux-overlay::before { transition: all 0.5s ease-out 0s; }
.elementor-21 .elementor-element.elementor-element-6e61ab6 > .elementor-container { max-width: 1200px; }
.elementor-21 .elementor-element.elementor-element-6e61ab6 { padding: 0px 35px; z-index: 5; }
.elementor-bc-flex-widget .elementor-21 .elementor-element.elementor-element-6049f1c.elementor-column .elementor-column-wrap { align-items: center; }
.elementor-21 .elementor-element.elementor-element-6049f1c.elementor-column.elementor-element[data-element_type="column"] > .elementor-column-wrap.elementor-element-populated > .elementor-widget-wrap { align-content: center; align-items: center; }
.elementor-21 .elementor-element.elementor-element-6049f1c.elementor-column > .elementor-column-wrap > .elementor-widget-wrap { justify-content: space-between; }
.elementor-21 .elementor-element.elementor-element-6049f1c:not(.elementor-motion-effects-element-type-background) > .elementor-column-wrap, .elementor-21 .elementor-element.elementor-element-6049f1c > .elementor-column-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer { background-color: var(--e-global-color-secondary); }
.elementor-21 .elementor-element.elementor-element-6049f1c > .elementor-element-populated { transition: background 0.3s ease 0s, border 0.3s ease 0s, border-radius 0.3s ease 0s, box-shadow 0.3s ease 0s; }
.elementor-21 .elementor-element.elementor-element-6049f1c > .elementor-element-populated > .elementor-background-overlay { transition: background 0.3s ease 0s, border-radius 0.3s ease 0s, opacity 0.3s ease 0s; }
.elementor-21 .elementor-element.elementor-element-6049f1c > .elementor-element-populated > .elementor-widget-wrap { padding: 75px 60px; }
.elementor-21 .elementor-element.elementor-element-6049f1c { animation-duration: 1.6s; animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1); }
.elementor-21 .elementor-element.elementor-element-1d37046 .aux-modern-heading-primary { font-size: 35px; font-weight: 600; line-height: 1.7em; color: var(--e-global-color-primary); margin: 0px; }
.elementor-21 .elementor-element.elementor-element-1d37046 { width: auto; animation-duration: 1.6s; animation-delay: 0.25s; animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
.elementor-21 .elementor-element.elementor-element-7e6fa89 .aux-modern-button-wrapper { text-align: left; }
.elementor-21 .elementor-element.elementor-element-7e6fa89 .aux-modern-button.aux-modern-button-outline .aux-overlay::before, .elementor-21 .elementor-element.elementor-element-7e6fa89 .aux-modern-button .aux-overlay::before { background-color: var(--e-global-color-secondary); }
.elementor-21 .elementor-element.elementor-element-7e6fa89 .aux-modern-button { padding: 27px 81px 25px 30px; }
.elementor-21 .elementor-element.elementor-element-7e6fa89 .aux-modern-button.aux-modern-button-outline .aux-overlay::after, .elementor-21 .elementor-element.elementor-element-7e6fa89 .aux-modern-button .aux-overlay::after { background-color: var(--e-global-color-primary); }
.elementor-21 .elementor-element.elementor-element-7e6fa89 .aux-text { font-size: 18px; font-weight: 700; text-transform: uppercase; line-height: 1em; color: var(--e-global-color-primary); }
.elementor-21 .elementor-element.elementor-element-7e6fa89 .aux-modern-button:hover .aux-text { color: var(--e-global-color-secondary); }
.elementor-21 .elementor-element.elementor-element-7e6fa89 { width: auto; animation-duration: 1.6s; animation-delay: 0.25s; animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
.elementor-21 .elementor-element.elementor-element-d87caff > .elementor-container { max-width: 1200px; }
.elementor-21 .elementor-element.elementor-element-d87caff:not(.elementor-motion-effects-element-type-background), .elementor-21 .elementor-element.elementor-element-d87caff > .elementor-motion-effects-container > .elementor-motion-effects-layer { background-color: rgb(17, 17, 17); }
.elementor-21 .elementor-element.elementor-element-d87caff { transition: background 0.3s ease 0s, border 0.3s ease 0s, border-radius 0.3s ease 0s, box-shadow 0.3s ease 0s; margin-top: -110px; margin-bottom: 0px; padding: 210px 35px 95px; }
.elementor-21 .elementor-element.elementor-element-d87caff > .elementor-background-overlay { transition: background 0.3s ease 0s, border-radius 0.3s ease 0s, opacity 0.3s ease 0s; }
.elementor-21 .elementor-element.elementor-element-275991f .aux-the-svg { width: 300px; }
.elementor-21 .elementor-element.elementor-element-275991f .aux-widget-container { text-align: center; }
.elementor-21 .elementor-element.elementor-element-275991f { width: auto; position: absolute; right: -310px; bottom: 10px; animation-duration: 2s; animation-delay: 0.65s; animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
.elementor-21 .elementor-element.elementor-element-f52f3c6 { margin-top: 0px; margin-bottom: 20px; }
.elementor-21 .elementor-element.elementor-element-dd35108 { animation-duration: 1.8s; animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1); }
.elementor-21 .elementor-element.elementor-element-0fba68a { border-style: solid; border-width: 0px 0px 1px; border-color: rgba(255, 255, 255, 0.1); transition: background 0.3s ease 0s, border 0.3s ease 0s, border-radius 0.3s ease 0s, box-shadow 0.3s ease 0s; padding: 0px 0px 30px; }
.elementor-21 .elementor-element.elementor-element-0fba68a > .elementor-background-overlay { transition: background 0.3s ease 0s, border-radius 0.3s ease 0s, opacity 0.3s ease 0s; }
.elementor-21 .elementor-element.elementor-element-2f5f3db { animation-duration: 1.6s; animation-delay: 0.2s; animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
.elementor-21 .elementor-element.elementor-element-2bc2291 small { color: rgb(255, 255, 255); font-size: 16px; font-weight: 400; line-height: 1.5em; }
.elementor-21 .elementor-element.elementor-element-2bc2291 { max-width: 150px; }
.elementor-21 .elementor-element.elementor-element-937ec66.elementor-column > .elementor-column-wrap > .elementor-widget-wrap { justify-content: center; }
.elementor-21 .elementor-element.elementor-element-937ec66 { animation-duration: 1.6s; animation-delay: 0.4s; animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
.elementor-21 .elementor-element.elementor-element-39d8078 .aux-modern-heading-primary { font-size: 18px; font-weight: 700; line-height: 1.4em; color: rgb(255, 255, 255); margin: 0px; }
.elementor-21 .elementor-element.elementor-element-39d8078 .aux-modern-heading-secondary { font-size: 18px; font-weight: 400; line-height: 1.4em; color: rgb(255, 255, 255); }
.elementor-21 .elementor-element.elementor-element-39d8078 { width: auto; }
.elementor-21 .elementor-element.elementor-element-db44d2c.elementor-column > .elementor-column-wrap > .elementor-widget-wrap { justify-content: flex-end; }
.elementor-21 .elementor-element.elementor-element-db44d2c { animation-duration: 1.6s; animation-delay: 0.6s; animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
.elementor-21 .elementor-element.elementor-element-8dcedf4 .aux-modern-heading-primary { font-size: 18px; font-weight: 700; line-height: 1.4em; color: rgb(255, 255, 255); margin: 0px; }
.elementor-21 .elementor-element.elementor-element-8dcedf4 .aux-modern-heading-secondary { font-size: 18px; font-weight: 400; line-height: 1.4em; color: rgb(255, 255, 255); }
.elementor-21 .elementor-element.elementor-element-8dcedf4 { width: auto; }
.elementor-21 .elementor-element.elementor-element-89443b8.elementor-column > .elementor-column-wrap > .elementor-widget-wrap { justify-content: flex-end; }
.elementor-21 .elementor-element.elementor-element-89443b8 { animation-duration: 1.6s; animation-delay: 0.8s; animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
.elementor-21 .elementor-element.elementor-element-bfa60eb .aux-modern-heading-primary { font-size: 18px; font-weight: 700; line-height: 1.4em; color: rgb(255, 255, 255); margin: 0px; }
.elementor-21 .elementor-element.elementor-element-bfa60eb .aux-modern-heading-secondary { font-size: 18px; font-weight: 400; line-height: 1.4em; color: rgb(255, 255, 255); }
.elementor-21 .elementor-element.elementor-element-bfa60eb { width: auto; }
.elementor-21 .elementor-element.elementor-element-5ee0ecf { margin-top: 30px; margin-bottom: 0px; animation-duration: 1.6s; animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
.elementor-21 .elementor-element.elementor-element-8ce7e34 > .elementor-element-populated { margin: 0px 20px 0px 0px; --e-column-margin-right: 20px; --e-column-margin-left: 0px; }
.elementor-21 .elementor-element.elementor-element-46ca276 .aux-modern-heading-primary { font-size: 18px; font-weight: 700; line-height: 1.4em; color: rgb(255, 255, 255); margin: 0px; }
.elementor-21 .elementor-element.elementor-element-46ca276 .aux-modern-heading-secondary { font-size: 18px; font-weight: 400; line-height: 1.4em; color: rgb(255, 255, 255); }
.elementor-21 .elementor-element.elementor-element-aed8d43 > .elementor-widget-container { margin: 0px 0px 0px -100px; }
.elementor-21 .elementor-element.elementor-element-2048585 > .elementor-widget-container { margin: 0px 0px 0px -100px; }
.elementor-21 .elementor-element.elementor-element-69be897 .aux-modern-heading-primary { font-size: 18px; font-weight: 700; line-height: 1.4em; color: rgb(255, 255, 255); margin: 0px; }
.elementor-21 .elementor-element.elementor-element-69be897 .aux-modern-heading-secondary { font-size: 18px; font-weight: 400; line-height: 1.4em; color: rgb(255, 255, 255); }
.elementor-21 .elementor-element.elementor-element-6b4f556 .aux-icon-list-item, .elementor-21 .elementor-element.elementor-element-6b4f556 .aux-icon-list-items { justify-content: flex-start; text-align: left; }
.elementor-21 .elementor-element.elementor-element-6b4f556 .aux-icon-list-item:not(:last-child) { padding-bottom: 9px; }
.elementor-21 .elementor-element.elementor-element-6b4f556 .aux-icon-list-item:not(:first-child) { margin-top: 9px; }
.elementor-21 .elementor-element.elementor-element-6b4f556 .aux-icon-list-text { color: rgb(255, 255, 255); font-size: 16px; font-weight: 400; line-height: 1.4em; }
.elementor-21 .elementor-element.elementor-element-6b4f556 .aux-icon-list-item:hover .aux-icon-list-text { color: var(--e-global-color-secondary); }
.elementor-21 .elementor-element.elementor-element-6b4f556 .aux-icon-list-icon { color: rgb(36, 175, 41); }
.elementor-21 .elementor-element.elementor-element-6b4f556 > .elementor-widget-container { margin: -10px 0px 0px; }
.elementor-21 .elementor-element.elementor-element-3a82886 > .elementor-element-populated { margin: 0px 0px 0px 20px; --e-column-margin-right: 0px; --e-column-margin-left: 20px; }
.elementor-21 .elementor-element.elementor-element-420c972 .aux-modern-heading-primary { font-size: 18px; font-weight: 700; line-height: 1.4em; color: rgb(255, 255, 255); margin: 0px; }
.elementor-21 .elementor-element.elementor-element-420c972 .aux-modern-heading-secondary { font-size: 18px; font-weight: 400; line-height: 1.4em; color: rgb(255, 255, 255); }
.elementor-21 .elementor-element.elementor-element-91477a5 .aux-icon-list-item, .elementor-21 .elementor-element.elementor-element-91477a5 .aux-icon-list-items { justify-content: flex-start; text-align: left; }
.elementor-21 .elementor-element.elementor-element-91477a5 .aux-icon-list-item:not(:last-child) { padding-bottom: 9px; }
.elementor-21 .elementor-element.elementor-element-91477a5 .aux-icon-list-item:not(:first-child) { margin-top: 9px; }
.elementor-21 .elementor-element.elementor-element-91477a5 .aux-icon-list-text { color: rgb(255, 255, 255); font-size: 16px; font-weight: 400; line-height: 1.4em; }
.elementor-21 .elementor-element.elementor-element-91477a5 .aux-icon-list-item:hover .aux-icon-list-text { color: var(--e-global-color-secondary); }
.elementor-21 .elementor-element.elementor-element-91477a5 .aux-icon-list-icon { color: rgb(36, 175, 41); }
.elementor-21 .elementor-element.elementor-element-91477a5 > .elementor-widget-container { margin: -10px 0px 0px; }
.elementor-21 .elementor-element.elementor-element-cce2e7d > .elementor-element-populated { margin: 0px 0px 0px 20px; --e-column-margin-right: 0px; --e-column-margin-left: 20px; }
.elementor-21 .elementor-element.elementor-element-3a2971c .aux-modern-heading-primary { font-size: 18px; font-weight: 700; line-height: 1.4em; color: rgb(255, 255, 255); margin: 0px; }
.elementor-21 .elementor-element.elementor-element-3a2971c .aux-modern-heading-secondary { font-size: 18px; font-weight: 400; line-height: 1.4em; color: rgb(255, 255, 255); }
.elementor-21 .elementor-element.elementor-element-21c5bf9 .aux-icon-list-item, .elementor-21 .elementor-element.elementor-element-21c5bf9 .aux-icon-list-items { justify-content: flex-start; text-align: left; }
.elementor-21 .elementor-element.elementor-element-21c5bf9 .aux-icon-list-item:not(:last-child) { padding-bottom: 9px; }
.elementor-21 .elementor-element.elementor-element-21c5bf9 .aux-icon-list-item:not(:first-child) { margin-top: 9px; }
.elementor-21 .elementor-element.elementor-element-21c5bf9 .aux-icon-list-text { color: rgb(255, 255, 255); font-size: 16px; font-weight: 400; line-height: 1.4em; }
.elementor-21 .elementor-element.elementor-element-21c5bf9 .aux-icon-list-item:hover .aux-icon-list-text { color: var(--e-global-color-secondary); }
.elementor-21 .elementor-element.elementor-element-21c5bf9 .aux-icon-list-icon { color: rgb(36, 175, 41); }
.elementor-21 .elementor-element.elementor-element-21c5bf9 > .elementor-widget-container { margin: -10px 0px 0px; }
.elementor-21 .elementor-element.elementor-element-b0f127f > .elementor-element-populated { margin: 0px 0px 0px 20px; --e-column-margin-right: 0px; --e-column-margin-left: 20px; }
.elementor-21 .elementor-element.elementor-element-2acbfba .aux-modern-heading-primary { font-size: 18px; font-weight: 700; line-height: 1.4em; color: rgb(255, 255, 255); margin: 0px; }
.elementor-21 .elementor-element.elementor-element-2acbfba .aux-modern-heading-secondary { font-size: 18px; font-weight: 400; line-height: 1.4em; color: rgb(255, 255, 255); }
.elementor-21 .elementor-element.elementor-element-36a46dc.elementor-column > .elementor-column-wrap > .elementor-widget-wrap { justify-content: flex-end; }
.elementor-21 .elementor-element.elementor-element-36a46dc > .elementor-element-populated { margin: 0px 0px 0px 20px; --e-column-margin-right: 0px; --e-column-margin-left: 20px; }
.elementor-21 .elementor-element.elementor-element-36a46dc > .elementor-element-populated > .elementor-widget-wrap { padding: 0px; }
.elementor-21 .elementor-element.elementor-element-40bf926 .aux-widget-inner > * { text-align: right; margin-left: auto !important; }
.elementor-21 .elementor-element.elementor-element-40bf926 .aux-modern-heading-primary { font-size: 18px; font-weight: 700; line-height: 1.4em; color: rgb(255, 255, 255); margin: 0px; }
.elementor-21 .elementor-element.elementor-element-40bf926 .aux-modern-heading-secondary { font-size: 18px; font-weight: 400; line-height: 1.4em; color: rgb(255, 255, 255); }
@media (max-width: 1024px) {
  .elementor-21 .elementor-element.elementor-element-6049f1c > .elementor-element-populated > .elementor-widget-wrap { padding: 75px 45px; }
  .elementor-21 .elementor-element.elementor-element-1d37046 .aux-modern-heading-primary { font-size: 30px; }
  .elementor-21 .elementor-element.elementor-element-2f5f3db > .elementor-element-populated { margin: 0px 0px 40px; --e-column-margin-right: 0px; --e-column-margin-left: 0px; }
  .elementor-21 .elementor-element.elementor-element-937ec66.elementor-column > .elementor-column-wrap > .elementor-widget-wrap { justify-content: flex-start; }
  .elementor-21 .elementor-element.elementor-element-937ec66 > .elementor-element-populated { margin: 0px 0px 40px; --e-column-margin-right: 0px; --e-column-margin-left: 0px; }
  .elementor-21 .elementor-element.elementor-element-db44d2c.elementor-column > .elementor-column-wrap > .elementor-widget-wrap { justify-content: flex-start; }
  .elementor-21 .elementor-element.elementor-element-89443b8.elementor-column > .elementor-column-wrap > .elementor-widget-wrap { justify-content: flex-start; }
  .elementor-21 .elementor-element.elementor-element-8ce7e34 > .elementor-element-populated { margin: 0px 0px 50px; --e-column-margin-right: 0px; --e-column-margin-left: 0px; }
  .elementor-21 .elementor-element.elementor-element-aed8d43 > .elementor-widget-container { margin: 0px 0px 0px -200px; }
  .elementor-21 .elementor-element.elementor-element-2048585 > .elementor-widget-container { margin: 0px 0px 0px -200px; }
  .elementor-21 .elementor-element.elementor-element-93d806d > .elementor-element-populated { margin: 0px 0px 50px; --e-column-margin-right: 0px; --e-column-margin-left: 0px; }
  .elementor-21 .elementor-element.elementor-element-36a46dc.elementor-column > .elementor-column-wrap > .elementor-widget-wrap { justify-content: flex-start; }
}
@media (max-width: 767px) {
  .elementor-21 .elementor-element.elementor-element-6049f1c.elementor-column > .elementor-column-wrap > .elementor-widget-wrap { justify-content: flex-start; }
  .elementor-21 .elementor-element.elementor-element-6049f1c > .elementor-element-populated > .elementor-widget-wrap { padding: 30px; }
  .elementor-21 .elementor-element.elementor-element-1d37046 .aux-modern-heading-primary { font-size: 28px; line-height: 1.3em; }
  .elementor-21 .elementor-element.elementor-element-1d37046 > .elementor-widget-container { margin: 0px 0px 20px; }
  .elementor-21 .elementor-element.elementor-element-1d37046 { width: 100%; max-width: 100%; }
  .elementor-21 .elementor-element.elementor-element-7e6fa89 { width: 100%; max-width: 100%; }
  .elementor-21 .elementor-element.elementor-element-aed8d43 .aux-widget-image { text-align: left; }
  .elementor-21 .elementor-element.elementor-element-aed8d43 > .elementor-widget-container { margin: 0px 0px 0px 10px; }
  .elementor-21 .elementor-element.elementor-element-2048585 .aux-widget-image { text-align: left; }
  .elementor-21 .elementor-element.elementor-element-2048585 > .elementor-widget-container { margin: 0px; }
  .elementor-21 .elementor-element.elementor-element-3a82886 > .elementor-element-populated { margin: 0px 0px 50px; --e-column-margin-right: 0px; --e-column-margin-left: 0px; }
  .elementor-21 .elementor-element.elementor-element-cce2e7d > .elementor-element-populated { margin: 0px 0px 50px; --e-column-margin-right: 0px; --e-column-margin-left: 0px; }
  .elementor-21 .elementor-element.elementor-element-b0f127f > .elementor-element-populated { margin: 0px 0px 50px; --e-column-margin-right: 0px; --e-column-margin-left: 0px; }
  .elementor-21 .elementor-element.elementor-element-36a46dc > .elementor-element-populated { margin: 0px; --e-column-margin-right: 0px; --e-column-margin-left: 0px; }
}
@media (min-width: 768px) {
  .elementor-21 .elementor-element.elementor-element-2f5f3db { width: 30%; }
  .elementor-21 .elementor-element.elementor-element-937ec66 { width: 20%; }
  .elementor-21 .elementor-element.elementor-element-8ce7e34 { width: 20%; }
  .elementor-21 .elementor-element.elementor-element-93d806d { width: 25%; }
  .elementor-21 .elementor-element.elementor-element-3a82886 { width: 15%; }
  .elementor-21 .elementor-element.elementor-element-cce2e7d { width: 15%; }
  .elementor-21 .elementor-element.elementor-element-b0f127f { width: 12%; }
  .elementor-21 .elementor-element.elementor-element-36a46dc { width: 10.723%; }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .elementor-21 .elementor-element.elementor-element-2f5f3db { width: 50%; }
  .elementor-21 .elementor-element.elementor-element-937ec66 { width: 50%; }
  .elementor-21 .elementor-element.elementor-element-db44d2c { width: 50%; }
  .elementor-21 .elementor-element.elementor-element-89443b8 { width: 50%; }
  .elementor-21 .elementor-element.elementor-element-8ce7e34 { width: 50%; }
  .elementor-21 .elementor-element.elementor-element-93d806d { width: 50%; }
  .elementor-21 .elementor-element.elementor-element-3a82886 { width: 25%; }
  .elementor-21 .elementor-element.elementor-element-cce2e7d { width: 25%; }
  .elementor-21 .elementor-element.elementor-element-b0f127f { width: 25%; }
}
@media only screen and (max-width: 800px) and (min-width: 768px) {
  .elementor-21 .elementor-element.elementor-element-1d37046 { margin-bottom: 20px !important; }
}
@media only screen and (max-width: 320px) {
  .elementor-21 .elementor-element.elementor-element-1d37046 .aux-modern-heading-primary { font-size: 21px !important; }
}
.elementor-21 .elementor-element.elementor-element-7e6fa89 .aux-modern-button { border: 1px solid var(--e-global-color-primary); }
.elementor-21 .elementor-element.elementor-element-7e6fa89 .aux-text::before { content: ""; position: absolute; width: 45px; height: 1px; right: -50px; background-color: var(--e-global-color-primary); top: 50%; transition: all 0.3s ease-out 0s; }
.elementor-21 .elementor-element.elementor-element-7e6fa89 .aux-modern-button:hover .aux-text::before { width: 25px; background-color: var(--e-global-color-secondary); }
@media only screen and (max-width: 500px) {
  .elementor-21 .elementor-element.elementor-element-7e6fa89 { transform: scale(0.7); transform-origin: left top; }
}
.elementor-21 .elementor-element.elementor-element-7e6fa89 .aux-modern-button .aux-overlay::after { transition: all 0.5s ease-out 0s; }
@media only screen and (max-width: 320px) {
  .elementor-21 .elementor-element.elementor-element-7e6fa89 { transform: scale(0.57); }
}
@media only screen and (max-width: 800px) and (min-width: 768px) {
  .elementor-21 .elementor-element.elementor-element-6e61ab6 { margin-top: -70px !important; }
}
.elementor-21 .elementor-element.elementor-element-dd35108 { transform: scale(1.25); transform-origin: left top; }
.elementor-21 .elementor-element.elementor-element-0fba68a .elementor-element-populated:hover .aux-modern-heading-primary, .elementor-21 .elementor-element.elementor-element-0fba68a .elementor-element-populated:hover .aux-modern-heading-secondary { color: var(--e-global-color-secondary); transition: all 0.3s ease-out 0s; }
.elementor-21 .elementor-element.elementor-element-6b4f556 .aux-icon-list-text { transition: all 0.3s ease-out 0s; }
.elementor-21 .elementor-element.elementor-element-91477a5 .aux-icon-list-text { transition: all 0.3s ease-out 0s; }
.elementor-21 .elementor-element.elementor-element-21c5bf9 .aux-icon-list-text { transition: all 0.3s ease-out 0s; }
@media only screen and (max-width: 767px) {
  .elementor-21 .elementor-element.elementor-element-40bf926 .aux-widget-inner h5 { text-align: left !important; margin-left: 0px !important; }
}
@media only screen and (min-width: 1025px) {
  .elementor-21 .elementor-element.elementor-element-36a46dc { width: 13% !important; }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .elementor-21 .elementor-element.elementor-element-36a46dc { width: 25% !important; }
}
@media only screen and (max-width: 800px) and (min-width: 768px) {
  .elementor-21 .elementor-element.elementor-element-d87caff { margin-top: -145px !important; }
}
.elementor-bc-flex-widget .elementor-851 .elementor-element.elementor-element-04517ac.elementor-column .elementor-column-wrap { align-items: center; }
.elementor-851 .elementor-element.elementor-element-04517ac.elementor-column.elementor-element[data-element_type="column"] > .elementor-column-wrap.elementor-element-populated > .elementor-widget-wrap { align-content: center; align-items: center; }
.elementor-851 .elementor-element.elementor-element-04517ac.elementor-column > .elementor-column-wrap > .elementor-widget-wrap { justify-content: flex-end; }
.elementor-851 .elementor-element.elementor-element-4a3f276 .aux-widget-testimonial .aux-testimonial-image { width: 87px; }
.elementor-851 .elementor-element.elementor-element-4a3f276 .aux-testimonial-image img { border-radius: 0px; overflow: hidden; }
.elementor-851 .elementor-element.elementor-element-4a3f276 .aux-testimonial-image { margin-top: 0px; margin-bottom: 0px; }
.elementor-851 .elementor-element.elementor-element-4a3f276 .col-title a, .elementor-851 .elementor-element.elementor-element-4a3f276 .col-title { color: var(--e-global-color-primary); }
.elementor-851 .elementor-element.elementor-element-4a3f276 .col-title, .elementor-851 .elementor-element.elementor-element-4a3f276 .col-title a { font-size: 16px; font-weight: 700; line-height: 1.5em; }
.elementor-851 .elementor-element.elementor-element-4a3f276 .col-subtitle { color: var(--e-global-color-text); font-size: 14px; font-weight: 400; line-height: 1.2em; margin-bottom: 0px; }
.elementor-851 .elementor-element.elementor-element-4a3f276 .aux-testimonial-content { color: var(--e-global-color-primary); font-size: 20px; line-height: 1.4em; }
.elementor-851 .elementor-element.elementor-element-4a3f276 .aux-testimonial-content .entry-content { margin-top: 16px; margin-bottom: 0px; }
.elementor-851 .elementor-element.elementor-element-4a3f276 .aux-widget-testimonial { text-align: left; padding: 0px 0px 0px 68px; background-image: url("Quote_Icon.svg"); background-position: 3px 0px; background-repeat: no-repeat; box-shadow: rgba(0, 0, 0, 0) 0px 0px 10px 0px; border-style: solid; border-width: 0px; }
.elementor-851 .elementor-element.elementor-element-4a3f276 { max-width: 832px; }
@media (max-width: 1024px) {
  .elementor-851 .elementor-element.elementor-element-4a3f276 .aux-widget-testimonial { background-position: 0px 0px; }
}
@media (max-width: 767px) {
  .elementor-851 .elementor-element.elementor-element-4a3f276 .aux-testimonial-content { font-size: 15px; }
  .elementor-851 .elementor-element.elementor-element-4a3f276 .aux-widget-testimonial { padding: 30px 0px 0px; background-position: 0px 0px; }
}
.elementor-851 .elementor-element.elementor-element-4a3f276 .entry-content { max-width: 765px; }
.elementor-851 .elementor-element.elementor-element-4a3f276 .aux-widget-testimonial { margin-top: 0px; display: flex; flex-direction: column-reverse; }
.elementor-851 .elementor-element.elementor-element-4a3f276 .aux-testimonial-infobox { margin-top: 45px; display: flex; }
.elementor-851 .elementor-element.elementor-element-4a3f276 .aux-testimonial-info { display: flex; flex-direction: column; justify-content: center; }
.elementor-851 .elementor-element.elementor-element-4a3f276 .aux-testimonial-image { margin-right: 20px; box-shadow: -3px -3px 0px 0px var(--e-global-color-primary); }
@media only screen and (max-width: 320px) {
  .elementor-851 .elementor-element.elementor-element-4a3f276 .aux-testimonial-content { font-size: 14px !important; }
}
.elementor-bc-flex-widget .elementor-874 .elementor-element.elementor-element-f6347c6.elementor-column .elementor-column-wrap { align-items: center; }
.elementor-874 .elementor-element.elementor-element-f6347c6.elementor-column.elementor-element[data-element_type="column"] > .elementor-column-wrap.elementor-element-populated > .elementor-widget-wrap { align-content: center; align-items: center; }
.elementor-874 .elementor-element.elementor-element-f6347c6.elementor-column > .elementor-column-wrap > .elementor-widget-wrap { justify-content: flex-end; }
.elementor-874 .elementor-element.elementor-element-77c7e60 .aux-widget-testimonial .aux-testimonial-image { width: 87px; }
.elementor-874 .elementor-element.elementor-element-77c7e60 .aux-testimonial-image img { border-radius: 0px; overflow: hidden; }
.elementor-874 .elementor-element.elementor-element-77c7e60 .aux-testimonial-image { margin-top: 0px; margin-bottom: 0px; }
.elementor-874 .elementor-element.elementor-element-77c7e60 .col-title a, .elementor-874 .elementor-element.elementor-element-77c7e60 .col-title { color: var(--e-global-color-primary); }
.elementor-874 .elementor-element.elementor-element-77c7e60 .col-title, .elementor-874 .elementor-element.elementor-element-77c7e60 .col-title a { font-size: 16px; font-weight: 700; line-height: 1.5em; }
.elementor-874 .elementor-element.elementor-element-77c7e60 .col-subtitle { color: var(--e-global-color-text); font-size: 14px; font-weight: 400; line-height: 1.2em; margin-bottom: 0px; }
.elementor-874 .elementor-element.elementor-element-77c7e60 .aux-testimonial-content { color: var(--e-global-color-primary); font-size: 20px; line-height: 1.4em; }
.elementor-874 .elementor-element.elementor-element-77c7e60 .aux-testimonial-content .entry-content { margin-top: 16px; margin-bottom: 0px; }
.elementor-874 .elementor-element.elementor-element-77c7e60 .aux-widget-testimonial { text-align: left; padding: 0px 0px 0px 68px; background-image: url("Quote_Icon.svg"); background-position: 3px 0px; background-repeat: no-repeat; box-shadow: rgba(0, 0, 0, 0) 0px 0px 10px 0px; border-style: solid; border-width: 0px; }
.elementor-874 .elementor-element.elementor-element-77c7e60 { max-width: 832px; }
@media (max-width: 1024px) {
  .elementor-874 .elementor-element.elementor-element-77c7e60 .aux-widget-testimonial { background-position: 0px 0px; }
}
@media (max-width: 767px) {
  .elementor-874 .elementor-element.elementor-element-77c7e60 .aux-testimonial-content { font-size: 15px; }
  .elementor-874 .elementor-element.elementor-element-77c7e60 .aux-widget-testimonial { padding: 30px 0px 0px; background-position: 0px 0px; }
}
.elementor-874 .elementor-element.elementor-element-77c7e60 .entry-content { max-width: 765px; }
.elementor-874 .elementor-element.elementor-element-77c7e60 .aux-widget-testimonial { margin-top: 0px; display: flex; flex-direction: column-reverse; }
.elementor-874 .elementor-element.elementor-element-77c7e60 .aux-testimonial-infobox { margin-top: 45px; display: flex; }
.elementor-874 .elementor-element.elementor-element-77c7e60 .aux-testimonial-info { display: flex; flex-direction: column; justify-content: center; }
.elementor-874 .elementor-element.elementor-element-77c7e60 .aux-testimonial-image { margin-right: 20px; box-shadow: -3px -3px 0px 0px var(--e-global-color-primary); }
@media only screen and (max-width: 320px) {
  .elementor-874 .elementor-element.elementor-element-77c7e60 .aux-testimonial-content { font-size: 14px !important; }
}
@keyframes bounce { 
  20%, 53%, 80%, 0%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); transform: translate3d(0px, 0px, 0px); }
  40%, 43% { animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); transform: translate3d(0px, -30px, 0px); }
  70% { animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); transform: translate3d(0px, -15px, 0px); }
  90% { transform: translate3d(0px, -4px, 0px); }
}
.bounce { animation-name: bounce; transform-origin: center bottom; }
@keyframes flash { 
  50%, 0%, 100% { opacity: 1; }
  25%, 75% { opacity: 0; }
}
.flash { animation-name: flash; }
@keyframes pulse { 
  0%, 100% { transform: scale3d(1, 1, 1); }
  50% { transform: scale3d(1.05, 1.05, 1.05); }
}
.pulse { animation-name: pulse; }
@keyframes rubberBand { 
  0%, 100% { transform: scale3d(1, 1, 1); }
  30% { transform: scale3d(1.25, 0.75, 1); }
  40% { transform: scale3d(0.75, 1.25, 1); }
  50% { transform: scale3d(1.15, 0.85, 1); }
  65% { transform: scale3d(0.95, 1.05, 1); }
  75% { transform: scale3d(1.05, 0.95, 1); }
}
.rubberBand { animation-name: rubberBand; }
@keyframes shake { 
  0%, 100% { transform: translate3d(0px, 0px, 0px); }
  10%, 30%, 50%, 70%, 90% { transform: translate3d(-10px, 0px, 0px); }
  20%, 40%, 60%, 80% { transform: translate3d(10px, 0px, 0px); }
}
.shake { animation-name: shake; }
@keyframes headShake { 
  0% { transform: translateX(0px); }
  6.5% { transform: translateX(-6px) rotateY(-9deg); }
  18.5% { transform: translateX(5px) rotateY(7deg); }
  31.5% { transform: translateX(-3px) rotateY(-5deg); }
  43.5% { transform: translateX(2px) rotateY(3deg); }
  50% { transform: translateX(0px); }
}
.headShake { animation-timing-function: ease-in-out; animation-name: headShake; }
@keyframes swing { 
  20% { transform: rotate3d(0, 0, 1, 15deg); }
  40% { transform: rotate3d(0, 0, 1, -10deg); }
  60% { transform: rotate3d(0, 0, 1, 5deg); }
  80% { transform: rotate3d(0, 0, 1, -5deg); }
  100% { transform: rotate3d(0, 0, 1, 0deg); }
}
.swing { transform-origin: center top; animation-name: swing; }
@keyframes tada { 
  0%, 100% { transform: scale3d(1, 1, 1); }
  10%, 20% { transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% { transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% { transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
}
.tada { animation-name: tada; }
@keyframes wobble { 
  0%, 100% { transform: none; }
  15% { transform: translate3d(-25%, 0px, 0px) rotate3d(0, 0, 1, -5deg); }
  30% { transform: translate3d(20%, 0px, 0px) rotate3d(0, 0, 1, 3deg); }
  45% { transform: translate3d(-15%, 0px, 0px) rotate3d(0, 0, 1, -3deg); }
  60% { transform: translate3d(10%, 0px, 0px) rotate3d(0, 0, 1, 2deg); }
  75% { transform: translate3d(-5%, 0px, 0px) rotate3d(0, 0, 1, -1deg); }
}
.wobble { animation-name: wobble; }
@keyframes jello { 
  11.1%, 0%, 100% { transform: none; }
  22.2% { transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% { transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% { transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% { transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% { transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% { transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% { transform: skewX(-0.195312deg) skewY(-0.195312deg); }
}
.jello { animation-name: jello; transform-origin: center center; }
@keyframes bounceIn { 
  20%, 40%, 60%, 80%, 0%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); }
  20% { transform: scale3d(1.1, 1.1, 1.1); }
  40% { transform: scale3d(0.9, 0.9, 0.9); }
  60% { opacity: 1; transform: scale3d(1.03, 1.03, 1.03); }
  80% { transform: scale3d(0.97, 0.97, 0.97); }
  100% { opacity: 1; transform: scale3d(1, 1, 1); }
}
.bounceIn { animation-name: bounceIn; }
@keyframes bounceInDown { 
  60%, 75%, 90%, 0%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0; transform: translate3d(0px, -3000px, 0px); }
  60% { opacity: 1; transform: translate3d(0px, 25px, 0px); }
  75% { transform: translate3d(0px, -10px, 0px); }
  90% { transform: translate3d(0px, 5px, 0px); }
  100% { transform: none; }
}
.bounceInDown { animation-name: bounceInDown; }
@keyframes bounceInLeft { 
  60%, 75%, 90%, 0%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0; transform: translate3d(-3000px, 0px, 0px); }
  60% { opacity: 1; transform: translate3d(25px, 0px, 0px); }
  75% { transform: translate3d(-10px, 0px, 0px); }
  90% { transform: translate3d(5px, 0px, 0px); }
  100% { transform: none; }
}
.bounceInLeft { animation-name: bounceInLeft; }
@keyframes bounceInRight { 
  60%, 75%, 90%, 0%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0; transform: translate3d(3000px, 0px, 0px); }
  60% { opacity: 1; transform: translate3d(-25px, 0px, 0px); }
  75% { transform: translate3d(10px, 0px, 0px); }
  90% { transform: translate3d(-5px, 0px, 0px); }
  100% { transform: none; }
}
.bounceInRight { animation-name: bounceInRight; }
@keyframes bounceInUp { 
  60%, 75%, 90%, 0%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0; transform: translate3d(0px, 3000px, 0px); }
  60% { opacity: 1; transform: translate3d(0px, -20px, 0px); }
  75% { transform: translate3d(0px, 10px, 0px); }
  90% { transform: translate3d(0px, -5px, 0px); }
  100% { transform: translate3d(0px, 0px, 0px); }
}
.bounceInUp { animation-name: bounceInUp; }
@keyframes fadeIn { 
  0% { opacity: 0; }
  100% { opacity: 1; }
}
.fadeIn { animation-name: fadeIn; }
@keyframes fadeInDown { 
  0% { opacity: 0; transform: translate3d(0px, -100%, 0px); }
  100% { opacity: 1; transform: none; }
}
.fadeInDown { animation-name: fadeInDown; }
@keyframes fadeInLeft { 
  0% { opacity: 0; transform: translate3d(-100%, 0px, 0px); }
  100% { opacity: 1; transform: none; }
}
.fadeInLeft { animation-name: fadeInLeft; }
@keyframes fadeInRight { 
  0% { opacity: 0; transform: translate3d(100%, 0px, 0px); }
  100% { opacity: 1; transform: none; }
}
.fadeInRight { animation-name: fadeInRight; }
@keyframes fadeInUp { 
  0% { opacity: 0; transform: translate3d(0px, 100%, 0px); }
  100% { opacity: 1; transform: none; }
}
.fadeInUp { animation-name: fadeInUp; }
@keyframes lightSpeedIn { 
  0% { transform: translate3d(100%, 0px, 0px) skewX(-30deg); opacity: 0; }
  60% { transform: skewX(20deg); opacity: 1; }
  80% { transform: skewX(-5deg); opacity: 1; }
  100% { transform: none; opacity: 1; }
}
.lightSpeedIn { animation-name: lightSpeedIn; animation-timing-function: ease-out; }
@keyframes rotateIn { 
  0% { transform-origin: center center; transform: rotate3d(0, 0, 1, -200deg); opacity: 0; }
  100% { transform-origin: center center; transform: none; opacity: 1; }
}
.rotateIn { animation-name: rotateIn; }
@keyframes rotateInDownLeft { 
  0% { transform-origin: left bottom; transform: rotate3d(0, 0, 1, -45deg); opacity: 0; }
  100% { transform-origin: left bottom; transform: none; opacity: 1; }
}
.rotateInDownLeft { animation-name: rotateInDownLeft; }
@keyframes rotateInDownRight { 
  0% { transform-origin: right bottom; transform: rotate3d(0, 0, 1, 45deg); opacity: 0; }
  100% { transform-origin: right bottom; transform: none; opacity: 1; }
}
.rotateInDownRight { animation-name: rotateInDownRight; }
@keyframes rotateInUpLeft { 
  0% { transform-origin: left bottom; transform: rotate3d(0, 0, 1, 45deg); opacity: 0; }
  100% { transform-origin: left bottom; transform: none; opacity: 1; }
}
.rotateInUpLeft { animation-name: rotateInUpLeft; }
@keyframes rotateInUpRight { 
  0% { transform-origin: right bottom; transform: rotate3d(0, 0, 1, -90deg); opacity: 0; }
  100% { transform-origin: right bottom; transform: none; opacity: 1; }
}
.rotateInUpRight { animation-name: rotateInUpRight; }
@keyframes rollIn { 
  0% { opacity: 0; transform: translate3d(-100%, 0px, 0px) rotate3d(0, 0, 1, -120deg); }
  100% { opacity: 1; transform: none; }
}
.rollIn { animation-name: rollIn; }
@keyframes zoomIn { 
  0% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); }
  50% { opacity: 1; }
}
.zoomIn { animation-name: zoomIn; }
@keyframes zoomInDown { 
  0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -1000px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); }
}
.zoomInDown { animation-name: zoomInDown; }
@keyframes zoomInLeft { 
  0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); }
}
.zoomInLeft { animation-name: zoomInLeft; }
@keyframes zoomInRight { 
  0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); }
}
.zoomInRight { animation-name: zoomInRight; }
@keyframes zoomInUp { 
  0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 1000px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); }
}
.zoomInUp { animation-name: zoomInUp; }
@keyframes slideInDown { 
  0% { transform: translate3d(0px, -100%, 0px); visibility: visible; }
  100% { transform: translate3d(0px, 0px, 0px); }
}
.slideInDown { animation-name: slideInDown; }
@keyframes slideInLeft { 
  0% { transform: translate3d(-100%, 0px, 0px); visibility: visible; }
  100% { transform: translate3d(0px, 0px, 0px); }
}
.slideInLeft { animation-name: slideInLeft; }
@keyframes slideInRight { 
  0% { transform: translate3d(100%, 0px, 0px); visibility: visible; }
  100% { transform: translate3d(0px, 0px, 0px); }
}
.slideInRight { animation-name: slideInRight; }
@keyframes slideInUp { 
  0% { transform: translate3d(0px, 100%, 0px); visibility: visible; }
  100% { transform: translate3d(0px, 0px, 0px); }
}
.slideInUp { animation-name: slideInUp; }
.elementor-animation-grow { transition-duration: 0.3s; transition-property: transform; }
.elementor-animation-grow:active, .elementor-animation-grow:focus, .elementor-animation-grow:hover { transform: scale(1.1); }
.elementor-animation-shrink { transition-duration: 0.3s; transition-property: transform; }
.elementor-animation-shrink:active, .elementor-animation-shrink:focus, .elementor-animation-shrink:hover { transform: scale(0.9); }
@keyframes elementor-animation-pulse { 
  25% { transform: scale(1.1); }
  75% { transform: scale(0.9); }
}
.elementor-animation-pulse:active, .elementor-animation-pulse:focus, .elementor-animation-pulse:hover { animation-name: elementor-animation-pulse; animation-duration: 1s; animation-timing-function: linear; animation-iteration-count: infinite; }
@keyframes elementor-animation-pulse-grow { 
  100% { transform: scale(1.1); }
}
.elementor-animation-pulse-grow:active, .elementor-animation-pulse-grow:focus, .elementor-animation-pulse-grow:hover { animation-name: elementor-animation-pulse-grow; animation-duration: 0.3s; animation-timing-function: linear; animation-iteration-count: infinite; animation-direction: alternate; }
@keyframes elementor-animation-pulse-shrink { 
  100% { transform: scale(0.9); }
}
.elementor-animation-pulse-shrink:active, .elementor-animation-pulse-shrink:focus, .elementor-animation-pulse-shrink:hover { animation-name: elementor-animation-pulse-shrink; animation-duration: 0.3s; animation-timing-function: linear; animation-iteration-count: infinite; animation-direction: alternate; }
@keyframes elementor-animation-push { 
  50% { transform: scale(0.8); }
  100% { transform: scale(1); }
}
.elementor-animation-push:active, .elementor-animation-push:focus, .elementor-animation-push:hover { animation-name: elementor-animation-push; animation-duration: 0.3s; animation-timing-function: linear; animation-iteration-count: 1; }
@keyframes elementor-animation-pop { 
  50% { transform: scale(1.2); }
}
.elementor-animation-pop:active, .elementor-animation-pop:focus, .elementor-animation-pop:hover { animation-name: elementor-animation-pop; animation-duration: 0.3s; animation-timing-function: linear; animation-iteration-count: 1; }
.elementor-animation-bounce-in { transition-duration: 0.5s; }
.elementor-animation-bounce-in:active, .elementor-animation-bounce-in:focus, .elementor-animation-bounce-in:hover { transform: scale(1.2); transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36); }
.elementor-animation-bounce-out { transition-duration: 0.5s; }
.elementor-animation-bounce-out:active, .elementor-animation-bounce-out:focus, .elementor-animation-bounce-out:hover { transform: scale(0.8); transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36); }
.elementor-animation-rotate { transition-duration: 0.3s; transition-property: transform; }
.elementor-animation-rotate:active, .elementor-animation-rotate:focus, .elementor-animation-rotate:hover { transform: rotate(4deg); }
.elementor-animation-grow-rotate { transition-duration: 0.3s; transition-property: transform; }
.elementor-animation-grow-rotate:active, .elementor-animation-grow-rotate:focus, .elementor-animation-grow-rotate:hover { transform: scale(1.1) rotate(4deg); }
.elementor-animation-float { transition-duration: 0.3s; transition-property: transform; transition-timing-function: ease-out; }
.elementor-animation-float:active, .elementor-animation-float:focus, .elementor-animation-float:hover { transform: translateY(-8px); }
.elementor-animation-sink { transition-duration: 0.3s; transition-property: transform; transition-timing-function: ease-out; }
.elementor-animation-sink:active, .elementor-animation-sink:focus, .elementor-animation-sink:hover { transform: translateY(8px); }
@keyframes elementor-animation-bob { 
  0% { transform: translateY(-8px); }
  50% { transform: translateY(-4px); }
  100% { transform: translateY(-8px); }
}
@keyframes elementor-animation-bob-float { 
  100% { transform: translateY(-8px); }
}
.elementor-animation-bob:active, .elementor-animation-bob:focus, .elementor-animation-bob:hover { animation-name: elementor-animation-bob-float, elementor-animation-bob; animation-duration: 0.3s, 1.5s; animation-delay: 0s, 0.3s; animation-timing-function: ease-out, ease-in-out; animation-iteration-count: 1, infinite; animation-fill-mode: forwards; animation-direction: normal, alternate; }
@keyframes elementor-animation-hang { 
  0% { transform: translateY(8px); }
  50% { transform: translateY(4px); }
  100% { transform: translateY(8px); }
}
@keyframes elementor-animation-hang-sink { 
  100% { transform: translateY(8px); }
}
.elementor-animation-hang:active, .elementor-animation-hang:focus, .elementor-animation-hang:hover { animation-name: elementor-animation-hang-sink, elementor-animation-hang; animation-duration: 0.3s, 1.5s; animation-delay: 0s, 0.3s; animation-timing-function: ease-out, ease-in-out; animation-iteration-count: 1, infinite; animation-fill-mode: forwards; animation-direction: normal, alternate; }
.elementor-animation-skew { transition-duration: 0.3s; transition-property: transform; }
.elementor-animation-skew:active, .elementor-animation-skew:focus, .elementor-animation-skew:hover { transform: skew(-10deg); }
.elementor-animation-skew-forward { transition-duration: 0.3s; transition-property: transform; transform-origin: 0px 100%; }
.elementor-animation-skew-forward:active, .elementor-animation-skew-forward:focus, .elementor-animation-skew-forward:hover { transform: skew(-10deg); }
.elementor-animation-skew-backward { transition-duration: 0.3s; transition-property: transform; transform-origin: 0px 100%; }
.elementor-animation-skew-backward:active, .elementor-animation-skew-backward:focus, .elementor-animation-skew-backward:hover { transform: skew(10deg); }
@keyframes elementor-animation-wobble-vertical { 
  16.65% { transform: translateY(8px); }
  33.3% { transform: translateY(-6px); }
  49.95% { transform: translateY(4px); }
  66.6% { transform: translateY(-2px); }
  83.25% { transform: translateY(1px); }
  100% { transform: translateY(0px); }
}
.elementor-animation-wobble-vertical:active, .elementor-animation-wobble-vertical:focus, .elementor-animation-wobble-vertical:hover { animation-name: elementor-animation-wobble-vertical; animation-duration: 1s; animation-timing-function: ease-in-out; animation-iteration-count: 1; }
@keyframes elementor-animation-wobble-horizontal { 
  16.65% { transform: translateX(8px); }
  33.3% { transform: translateX(-6px); }
  49.95% { transform: translateX(4px); }
  66.6% { transform: translateX(-2px); }
  83.25% { transform: translateX(1px); }
  100% { transform: translateX(0px); }
}
.elementor-animation-wobble-horizontal:active, .elementor-animation-wobble-horizontal:focus, .elementor-animation-wobble-horizontal:hover { animation-name: elementor-animation-wobble-horizontal; animation-duration: 1s; animation-timing-function: ease-in-out; animation-iteration-count: 1; }
@keyframes elementor-animation-wobble-to-bottom-right { 
  16.65% { transform: translate(8px, 8px); }
  33.3% { transform: translate(-6px, -6px); }
  49.95% { transform: translate(4px, 4px); }
  66.6% { transform: translate(-2px, -2px); }
  83.25% { transform: translate(1px, 1px); }
  100% { transform: translate(0px, 0px); }
}
.elementor-animation-wobble-to-bottom-right:active, .elementor-animation-wobble-to-bottom-right:focus, .elementor-animation-wobble-to-bottom-right:hover { animation-name: elementor-animation-wobble-to-bottom-right; animation-duration: 1s; animation-timing-function: ease-in-out; animation-iteration-count: 1; }
@keyframes elementor-animation-wobble-to-top-right { 
  16.65% { transform: translate(8px, -8px); }
  33.3% { transform: translate(-6px, 6px); }
  49.95% { transform: translate(4px, -4px); }
  66.6% { transform: translate(-2px, 2px); }
  83.25% { transform: translate(1px, -1px); }
  100% { transform: translate(0px, 0px); }
}
.elementor-animation-wobble-to-top-right:active, .elementor-animation-wobble-to-top-right:focus, .elementor-animation-wobble-to-top-right:hover { animation-name: elementor-animation-wobble-to-top-right; animation-duration: 1s; animation-timing-function: ease-in-out; animation-iteration-count: 1; }
@keyframes elementor-animation-wobble-top { 
  16.65% { transform: skew(-12deg); }
  33.3% { transform: skew(10deg); }
  49.95% { transform: skew(-6deg); }
  66.6% { transform: skew(4deg); }
  83.25% { transform: skew(-2deg); }
  100% { transform: skew(0deg); }
}
.elementor-animation-wobble-top { transform-origin: 0px 100%; }
.elementor-animation-wobble-top:active, .elementor-animation-wobble-top:focus, .elementor-animation-wobble-top:hover { animation-name: elementor-animation-wobble-top; animation-duration: 1s; animation-timing-function: ease-in-out; animation-iteration-count: 1; }
@keyframes elementor-animation-wobble-bottom { 
  16.65% { transform: skew(-12deg); }
  33.3% { transform: skew(10deg); }
  49.95% { transform: skew(-6deg); }
  66.6% { transform: skew(4deg); }
  83.25% { transform: skew(-2deg); }
  100% { transform: skew(0deg); }
}
.elementor-animation-wobble-bottom { transform-origin: 100% 0px; }
.elementor-animation-wobble-bottom:active, .elementor-animation-wobble-bottom:focus, .elementor-animation-wobble-bottom:hover { animation-name: elementor-animation-wobble-bottom; animation-duration: 1s; animation-timing-function: ease-in-out; animation-iteration-count: 1; }
@keyframes elementor-animation-wobble-skew { 
  16.65% { transform: skew(-12deg); }
  33.3% { transform: skew(10deg); }
  49.95% { transform: skew(-6deg); }
  66.6% { transform: skew(4deg); }
  83.25% { transform: skew(-2deg); }
  100% { transform: skew(0deg); }
}
.elementor-animation-wobble-skew:active, .elementor-animation-wobble-skew:focus, .elementor-animation-wobble-skew:hover { animation-name: elementor-animation-wobble-skew; animation-duration: 1s; animation-timing-function: ease-in-out; animation-iteration-count: 1; }
@keyframes elementor-animation-buzz { 
  50% { transform: translateX(3px) rotate(2deg); }
  100% { transform: translateX(-3px) rotate(-2deg); }
}
.elementor-animation-buzz:active, .elementor-animation-buzz:focus, .elementor-animation-buzz:hover { animation-name: elementor-animation-buzz; animation-duration: 0.15s; animation-timing-function: linear; animation-iteration-count: infinite; }
@keyframes elementor-animation-buzz-out { 
  10% { transform: translateX(3px) rotate(2deg); }
  20% { transform: translateX(-3px) rotate(-2deg); }
  30% { transform: translateX(3px) rotate(2deg); }
  40% { transform: translateX(-3px) rotate(-2deg); }
  50% { transform: translateX(2px) rotate(1deg); }
  60% { transform: translateX(-2px) rotate(-1deg); }
  70% { transform: translateX(2px) rotate(1deg); }
  80% { transform: translateX(-2px) rotate(-1deg); }
  90% { transform: translateX(1px) rotate(0deg); }
  100% { transform: translateX(-1px) rotate(0deg); }
}
.elementor-animation-buzz-out:active, .elementor-animation-buzz-out:focus, .elementor-animation-buzz-out:hover { animation-name: elementor-animation-buzz-out; animation-duration: 0.75s; animation-timing-function: linear; animation-iteration-count: 1; }