@charset "UTF-8";
#cookie-law-info-bar {
font-size: 15px;
margin: 0 auto;
padding: 12px 10px;
position: absolute;
text-align: center;
box-sizing: border-box;
width:100%;
z-index: 9999; display: none;
left:0px;
font-weight:300;
box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, 0.3);
}
#cookie-law-info-again {
font-size: 10pt;
margin: 0;
padding:5px 10px;
text-align: center;
z-index: 9999;
cursor: pointer;
box-shadow: #161616 2px 2px 5px 2px;
}
#cookie-law-info-bar span {
vertical-align: middle;
} .cli-plugin-button, .cli-plugin-button:visited {
display: inline-block;
padding: 9px 12px;
color: #fff;
text-decoration: none;
position: relative;
cursor: pointer;
margin-left: 5px;
text-decoration: none;
}
.cli-plugin-main-link {
margin-left:0px;
font-weight: 550; text-decoration: underline;
}
.cli-plugin-button:hover {
background-color: #111;
color: #fff;
text-decoration: none;
}
.small.cli-plugin-button, .small.cli-plugin-button:visited {
font-size: 11px;
}
.cli-plugin-button, .cli-plugin-button:visited,
.medium.cli-plugin-button, .medium.cli-plugin-button:visited {
font-size: 13px;
font-weight: 400;
line-height: 1;
}
.large.cli-plugin-button, .large.cli-plugin-button:visited {
font-size: 14px;
padding: 8px 14px 9px;
}
.super.cli-plugin-button, .super.cli-plugin-button:visited {
font-size: 34px;
padding: 8px 14px 9px;
}
.pink.cli-plugin-button, .magenta.cli-plugin-button:visited {
background-color: #e22092;
}
.pink.cli-plugin-button:hover {
background-color: #c81e82;
}
.green.cli-plugin-button, .green.cli-plugin-button:visited {
background-color: #91bd09;
}
.green.cli-plugin-button:hover {
background-color: #749a02;
}
.red.cli-plugin-button, .red.cli-plugin-button:visited {
background-color: #e62727;
}
.red.cli-plugin-button:hover {
background-color: #cf2525;
}
.orange.cli-plugin-button, .orange.cli-plugin-button:visited {
background-color: #ff5c00;
}
.orange.cli-plugin-button:hover {
background-color: #d45500;
}
.blue.cli-plugin-button, .blue.cli-plugin-button:visited {
background-color: #2981e4;
}
.blue.cli-plugin-button:hover {
background-color: #2575cf;
}
.yellow.cli-plugin-button, .yellow.cli-plugin-button:visited {
background-color: #ffb515;
}
.yellow.cli-plugin-button:hover {
background-color: #fc9200;
}
.cli-plugin-button{ margin-top:5px; }
.cli-bar-popup{
-moz-background-clip: padding;
-webkit-background-clip: padding;
background-clip: padding-box;
-webkit-border-radius:30px;
-moz-border-radius:30px;
border-radius:30px;
padding:20px;
}
.cli-powered_by_p{width:100% !important; display:block !important; color:#333; clear:both; font-style:italic !important; font-size:12px !important; margin-top:15px !important; }
.cli-powered_by_a{color:#333; font-weight:600 !important; font-size:12px !important;} .cli-plugin-main-link.cli-plugin-button {
text-decoration: none;
}
.cli-plugin-main-link.cli-plugin-button {
margin-left: 5px;
}.gdpr-container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.gdpr-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.gdpr-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.gdpr-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.gdpr-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.gdpr-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.gdpr-px-0 {
padding-left: 0;
padding-right: 0;
}
.modal-backdrop.show {
opacity: .8;
}
.modal-open {
overflow: hidden
}
.modal-open .gdpr-modal {
overflow-x: hidden;
overflow-y: auto
}
.gdpr-modal.fade .gdpr-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.gdpr-modal.show .gdpr-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1039;
background-color: #000
}
.modal-backdrop.fade {
opacity: 0
}
.modal-backdrop.show {
opacity: .5
}
.gdpr-modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
display: none;
overflow: hidden;
outline: 0
}
.gdpr-modal a {
text-decoration: none;
}
.gdpr-modal .gdpr-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.gdpr-modal .gdpr-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2));
}
}
@media (min-width: 992px) {
.gdpr-modal .gdpr-modal-dialog {
max-width: 900px;
}
}
.gdpr-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0,0,0,.2);
border-radius: .3rem;
outline: 0
}
.gdpr-modal .row {
margin: 0 -15px;
}
.gdpr-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.gdpr-modal .close {
position: absolute;
right: 10px;
top: 10px;
z-index: 1;
padding: 0;
background-color: transparent;
border: 0;
-webkit-appearance: none;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
}
.gdpr-modal .close:focus {
outline: 0;
}
.gdpr-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 70px;
font-size: 14px;
}
.gdpr-switch input[type="checkbox"] {
display:none;
}
.gdpr-switch .gdpr-slider {
background-color: #e3e1e8;
height: 24px;
width: 50px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.gdpr-switch .gdpr-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 20px;
left: 2px;
position: absolute;
transition: .4s;
width: 20px;
}
.gdpr-switch input:checked + .gdpr-slider {
background-color:rgb(99, 179, 95);
}
.gdpr-switch input:checked + .gdpr-slider:before {
transform: translateX(26px);
}
.gdpr-switch .gdpr-slider {
border-radius: 34px;
}
.gdpr-switch .gdpr-slider:before {
border-radius: 50%;
}
.gdpr-tab-content>.gdpr-tab-pane {
display: none;
}
.gdpr-tab-content>.active {
display: block;
}
.gdpr-fade {
transition: opacity .15s linear;
}
.gdpr-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column !important;
flex-direction: column !important;
align-items: stretch !important;
-ms-align-items: stretch !important;
}
.nav.gdpr-nav-pills, .gdpr-tab-content {
width: 100%;
padding: 30px;
}
.nav.gdpr-nav-pills {
background: #f3f3f3;
}
.nav.gdpr-nav-pills .gdpr-nav-link {
border: 1px solid #0070ad;
margin-bottom: 10px;
color: #0070ad;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
}
.nav.gdpr-nav-pills .gdpr-nav-link.active, .nav.gdpr-nav-pills .show>.gdpr-nav-link {
background-color: #0070ad;
border: 1px solid #0070ad;
}
.nav.gdpr-nav-pills .gdpr-nav-link.active {
color: #ffffff;
}
.gdpr-tab-content .gdpr-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.gdpr-tab-content .gdpr-button-wrapper .btn-gdpr {
background-color: #0070ad;
border-color: #0070ad;
color: #ffffff;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: .25rem;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.gdpr-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.gdpr-tab-content h4 {
font-size: 20px;
margin-bottom: .5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
}
.cli-container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.cli-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.cli-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.cli-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.cli-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.cli-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.cli-px-0 {
padding-left: 0;
padding-right: 0;
}
.cli-btn {
cursor: pointer;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .5rem 1.25rem;
line-height: 1;
border-radius: .25rem;
transition: all .15s ease-in-out;
}
.cli-btn:hover {
opacity: .8;
}
.cli-read-more-link {
cursor: pointer;
font-size: 15px;
font-weight: 500;
text-decoration: underline;
}
.cli-btn:focus {
outline: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .8;
}
.cli-modal-open {
overflow: hidden
}
.cli-barmodal-open {
overflow: hidden
}
.cli-modal-open .cli-modal {
overflow-x: hidden;
overflow-y: auto
}
.cli-modal.cli-fade .cli-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.cli-modal.cli-show .cli-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.cli-modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
display: none;
}
.cli-modal-backdrop.cli-fade {
opacity: 0
}
.cli-modal-backdrop.cli-show {
opacity: .5;
display: block;
}
.cli-modal.cli-show {
display: block;
}
.cli-modal a {
text-decoration: none;
}
.cli-modal .cli-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.cli-modal .cli-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2))
}
}
@media (min-width: 992px) {
.cli-modal .cli-modal-dialog {
max-width: 900px;
}
}
.cli-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border-radius: .3rem;
outline: 0
}
.cli-modal .row {
margin: 0 -15px;
}
.cli-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.cli-modal .cli-modal-close {
position: absolute;
right: 10px;
top: 10px;
z-index: 1;
padding: 0;
background-color: transparent !important;
border: 0;
-webkit-appearance: none;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
}
.cli-modal .cli-modal-close:focus {
outline: 0;
}
.cli-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 70px;
font-size: 14px;
}
.cli-switch input[type="checkbox"] {
display:none;
}
.cli-switch .cli-slider {
background-color: #e3e1e8;
height: 24px;
width: 50px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.cli-switch .cli-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 20px;
left: 2px;
position: absolute;
transition: .4s;
width: 20px;
}
.cli-switch input:checked + .cli-slider {
background-color: #00acad
}
.cli-switch input:checked + .cli-slider:before {
transform: translateX(26px);
}
.cli-switch .cli-slider {
border-radius: 34px;
}
.cli-switch .cli-slider:before {
border-radius: 50%;
}
.cli-tab-content {
background: #ffffff;
}
.cli-tab-content>.cli-active {
display: block;
}
.cli-fade {
transition: opacity .15s linear;
}
.cli-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column;
flex-direction: column;
}
.cli-nav-pills, .cli-tab-content {
width: 100%;
padding: 30px;
}
@media (max-width: 767px) {
.cli-nav-pills, .cli-tab-content {
padding: 30px 10px;
}
}
.cli-nav-pills {
background: #f3f3f3;
}
.cli-nav-pills .cli-nav-link {
border: 1px solid #00acad;
margin-bottom: 10px;
color: #00acad;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
cursor: pointer
}
.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
background-color: #00acad;
border: 1px solid #00acad;
}
.cli-nav-pills .cli-nav-link.cli-active {
color: #ffffff;
}
.cli-tab-content .cli-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.cli-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.cli-tab-content h4 {
font-size: 20px;
margin-bottom: 1.5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
} .cli-container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.cli-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.cli-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.cli-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
flex-direction: column;
}
.cli-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.cli-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.cli-px-0 {
padding-left: 0;
padding-right: 0;
}
.cli-btn {
cursor: pointer;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .5rem 1.25rem;
line-height: 1;
border-radius: .25rem;
transition: all .15s ease-in-out;
}
.cli-btn:hover {
opacity: .8;
}
.cli-read-more-link {
cursor: pointer;
font-size: 15px;
font-weight: 500;
text-decoration: underline;
}
.cli-btn:focus {
outline: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .8;
}
.cli-modal-open {
overflow: hidden
}
.cli-barmodal-open {
overflow: hidden
}
.cli-modal-open .cli-modal {
overflow-x: hidden;
overflow-y: auto
}
.cli-modal.cli-fade .cli-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.cli-modal.cli-show .cli-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.cli-modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
-webkit-transform:scale(0);
transform:scale(0);
transition: opacity ease-in-out 0.5s;
}
.cli-modal-backdrop.cli-fade {
opacity: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .5;
-webkit-transform:scale(1);
transform:scale(1);
}
.cli-modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 99999;
transform: scale(0);
overflow: hidden;
outline: 0;
display: none;
}
.cli-modal a {
text-decoration: none;
}
.cli-modal .cli-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: inherit;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.cli-modal .cli-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2))
}
}
.cli-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border-radius: .2rem;
box-sizing: border-box;
outline: 0
}
.cli-modal .row {
margin: 0 -15px;
}
.cli-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.cli-modal .cli-modal-close:focus {
outline: 0;
}
.cli-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 38px;
font-size: 14px;
}
.cli-switch input[type="checkbox"] {
display:none;
}
.cli-switch .cli-slider {
background-color: #e3e1e8;
height: 20px;
width: 38px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.cli-switch .cli-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 15px;
left: 3px;
position: absolute;
transition: .4s;
width: 15px;
}
.cli-switch input:checked + .cli-slider {
background-color: #61a229;
}
.cli-switch input:checked + .cli-slider:before {
transform: translateX(18px);
}
.cli-switch .cli-slider {
border-radius: 34px;
font-size:0;
}
.cli-switch .cli-slider:before {
border-radius: 50%;
}
.cli-tab-content {
background: #ffffff;
}
.cli-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column;
flex-direction: column;
}
.cli-nav-pills, .cli-tab-content {
width: 100%;
padding:5px 30px 5px 5px;
box-sizing: border-box;
}
@media (max-width: 767px) {
.cli-nav-pills, .cli-tab-content {
padding: 30px 10px;
}
}
.cli-nav-pills {
background: #fff;
}
.cli-nav-pills .cli-nav-link {
border: 1px solid #cccccc;
margin-bottom: 10px;
color:#2a2a2a;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
cursor: pointer
}
.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
background-color: #f6f6f9;
border: 1px solid #cccccc;
}
.cli-nav-pills .cli-nav-link.cli-active {
color:#2a2a2a;
}
.cli-tab-content .cli-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.cli-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.cli-tab-content h4 {
font-size: 20px;
margin-bottom: 1.5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
} #cookie-law-info-bar .cli-nav-pills,#cookie-law-info-bar .cli-tab-content,#cookie-law-info-bar .cli-nav-pills .cli-show>.cli-nav-link,#cookie-law-info-bar a.cli-nav-link.cli-active{
background: transparent;
}
#cookie-law-info-bar .cli-nav-pills .cli-nav-link.cli-active,#cookie-law-info-bar  .cli-nav-link,#cookie-law-info-bar .cli-tab-container p,#cookie-law-info-bar span.cli-necessary-caption,#cookie-law-info-bar .cli-switch .cli-slider:after
{
color:inherit;
}
#cookie-law-info-bar .cli-tab-header a:before
{
border-right: 1px solid currentColor;
border-bottom: 1px solid currentColor;
}
#cookie-law-info-bar .cli-row
{
margin-top:20px;
}
#cookie-law-info-bar .cli-col-4
{
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
#cookie-law-info-bar .cli-col-8
{
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.cli-wrapper {
max-width: 90%;
float: none;
margin: 0 auto;
}
#cookie-law-info-bar .cli-tab-content h4
{
margin-bottom:0.5rem;
}
#cookie-law-info-bar .cli-nav-pills .cli-nav-link
{
padding: .2rem 0.5rem;
}
#cookie-law-info-bar .cli-tab-container
{
display:none;
text-align:left;
} .cli-tab-footer .cli-btn {
background-color: #00acad;
padding: 10px 15px;
text-decoration:none;
}
.cli-tab-footer .wt-cli-privacy-accept-btn {
background-color: #61a229;
color: #ffffff;
border-radius: 0;
}
.cli-tab-footer {
width:100%;
text-align:right;
padding: 20px 0;
} .cli-col-12
{
width:100%;
}
.cli-tab-header
{
display: flex;
justify-content: space-between;
}
.cli-tab-header a:before {
width: 10px;
height: 2px;
left: 0;
top: calc(50% - 1px);
}
.cli-tab-header a:after {
width: 2px;
height: 10px;
left: 4px;
top: calc(50% - 5px);
-webkit-transform: none;
transform: none;
}
.cli-tab-header a:before {
width: 7px;
height: 7px;
border-right: 1px solid #4a6e78;
border-bottom: 1px solid #4a6e78;
content: " ";
transform: rotate(-45deg);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
margin-right:10px;
}
.cli-tab-header a.cli-nav-link  {
position: relative;
display: flex;
align-items: center;
font-size:14px;
color:#000;
text-transform: capitalize;
}
.cli-tab-header.cli-tab-active .cli-nav-link:before
{
transform: rotate(45deg);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.cli-tab-header {
border-radius: 5px;
padding: 12px 15px;
cursor: pointer;
transition: background-color 0.2s ease-out 0.3s, color 0.2s ease-out 0s;
background-color:#f2f2f2;
}
.cli-modal .cli-modal-close {
position: absolute;
right: 0;
top: 0;
z-index: 1;
-webkit-appearance: none;
width: 40px;
height: 40px;
padding: 0;
border-radius: 50%;
padding: 10px;
background: transparent;
border:none;
min-width: 40px;
}
.cli-tab-container h4,.cli-tab-container h1 {
font-family: inherit;
font-size: 16px;
margin-bottom: 15px;
margin:10px 0;
}
#cliSettingsPopup .cli-tab-section-container {
padding-top: 12px;
}
.cli-tab-container p ,.cli-privacy-content-text{
font-size: 14px;
line-height: 1.4;
margin-top: 0;
padding: 0;
color: #000;
}
.wt-cli-privacy
{
display:none;
}
.cli-tab-content
{
display:none;
}
.cli-tab-section .cli-tab-content
{
padding: 10px 20px 5px 20px;
}
.cli-tab-section
{
margin-top:5px;
}
@media (min-width: 992px) {
.cli-modal .cli-modal-dialog {
max-width: 645px;
}
}
.cli-switch .cli-slider:after{
content: attr(data-cli-disable);
position: absolute;
right: 50px;
color: #000;
font-size:12px;
text-align:right;
min-width: 80px;
}
.cli-switch input:checked + .cli-slider:after
{
content: attr(data-cli-enable);
}
.cli-privacy-overview:not(.cli-collapsed) .cli-privacy-content {
max-height: 60px;
transition: max-height 0.15s ease-out;
overflow: hidden;
}
a.cli-privacy-readmore {
font-size: 12px;
margin-top: 12px;
display: inline-block;
padding-bottom: 0;
cursor: pointer;
color:#000;
text-decoration: underline;
}
.cli-modal-footer {
position: relative;
}
a.cli-privacy-readmore:before {
content: attr(data-readmore-text);
}
.cli-collapsed a.cli-privacy-readmore:before {
content: attr(data-readless-text);
}
.cli-collapsed .cli-privacy-content
{
transition: max-height 0.25s ease-in;
}
.cli-privacy-content p
{
margin-bottom:0;
}
.cli-modal-close svg {
fill: #000;
}
span.cli-necessary-caption {
color: #000;
font-size: 12px;
}
.cli-tab-section.cli-privacy-tab {
display: none;
}
#cookie-law-info-bar .cli-tab-section.cli-privacy-tab {
display: block;
}
#cookie-law-info-bar .cli-privacy-overview {
display: none;
}
.cli-tab-container .cli-row
{
max-height: 500px;
overflow-y: auto;
}
.cli-modal.cli-blowup.cli-out {
z-index: -1;
}
.cli-modal.cli-blowup {
z-index: 999999;
transform: scale(1);
}
.cli-modal.cli-blowup .cli-modal-dialog {
animation: blowUpModal 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.cli-modal.cli-blowup.cli-out .cli-modal-dialog
{
animation: blowUpModalTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
@keyframes blowUpContent {
0% {
transform: scale(1);
opacity: 1;
}
99.9% {
transform: scale(2);
opacity: 0;
}
100% {
transform: scale(0);
}
}
@keyframes blowUpContentTwo {
0% {
transform: scale(2);
opacity: 0;
}
100% {
transform: scale(1);
opacity: 1;
}
}
@keyframes blowUpModal {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}
@keyframes blowUpModalTwo {
0% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(0.5);
opacity: 0;
}
100% {
transform: scale(0);
opacity: 0;
}
}
.cli-tab-section .cookielawinfo-row-cat-table td, .cli-tab-section .cookielawinfo-row-cat-table th {
font-size: 12px;
}
.cli_settings_button
{
cursor: pointer;
} .wt-cli-sr-only
{
display: none;
font-size:16px;
} a.wt-cli-element.cli_cookie_close_button {
text-decoration: none;
color: #333333;
font-size: 22px;
line-height: 22px;
cursor: pointer;
position: absolute;
right: 10px;
top: 5px;
} .cli-bar-container{
float: none;
margin: 0 auto;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
justify-content: space-between;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.cli-bar-btn_container {
margin-left: 20px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
flex-wrap: nowrap;
}
.cli-style-v2 a
{
cursor: pointer;
}
.cli-bar-btn_container a {
white-space: nowrap;
}
.cli-style-v2 .cli-plugin-main-link
{
font-weight:inherit;
}
.cli-style-v2
{
font-size: 11pt;
line-height: 18px;
font-weight:normal;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-container,#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-container{
display: block;
}
.cli-style-v2 .cli-bar-message {
width: 70%;
text-align: left;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-message,#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-message
{
width:100%;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-style-v2 .cli-bar-btn_container {
margin-top:8px;
margin-left: 0px;
flex-wrap: wrap;
} #cookie-law-info-bar[data-cli-type="popup"] .cli-style-v2 .cli-bar-btn_container {
margin-top:8px;
margin-left: 0px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"] .cli_messagebar_head{
text-align: left; margin-bottom: 5px;
margin-top: 0px;
font-size: 16px;
} .cli-style-v2 .cli-bar-message .wt-cli-ccpa-element,.cli-style-v2 .cli-bar-message .wt-cli-ccpa-checkbox {
margin-top: 5px;
}
.cli-style-v2 .cli-bar-btn_container .cli_action_button ,
.cli-style-v2 .cli-bar-btn_container .cli-plugin-main-link,
.cli-style-v2 .cli-bar-btn_container .cli_settings_button
{
margin-left: 5px;
}
.wt-cli-ccpa-checkbox label {
font-size: inherit;
cursor: pointer;
margin: 0px 0px 0px 5px;
} #cookie-law-info-bar[data-cli-style="cli-style-v2"]
{
padding: 14px 25px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"]
{
padding:32px 30px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"] {
padding: 32px 45px;
}
.cli-style-v2 .cli-plugin-main-link:not(.cli-plugin-button), .cli-style-v2 .cli_settings_button:not(.cli-plugin-button),.cli-style-v2 .cli_action_button:not(.cli-plugin-button){
text-decoration: underline;
}
.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
margin-top: 5px;
margin-bottom: 5px;
}
a.wt-cli-ccpa-opt-out {
white-space: nowrap;
text-decoration: underline;
}
.wt-cli-necessary-checkbox {
display: none !important;
}
@media (max-width: 985px) {
.cli-style-v2 .cli-bar-message
{
width:100%;
}
.cli-style-v2.cli-bar-container
{
justify-content:left;
flex-wrap: wrap;
}
.cli-style-v2 .cli-bar-btn_container {
margin-left:0px;
margin-top: 10px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"],#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"],#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"]
{
padding: 25px 25px;
}
} .wt-cli-ckyes-brand-logo {
display: flex;
align-items: center;
font-size: 9px;
color: #111111;
font-weight: normal;
}
.wt-cli-ckyes-brand-logo img{
width: 65px;
margin-left: 2px;
}
.wt-cli-privacy-overview-actions {
padding-bottom:0;
}
@media only screen and (max-width: 479px) and (min-width: 320px){
.cli-style-v2 .cli-bar-btn_container {
flex-wrap: wrap;
}
} .wt-cli-cookie-description {
font-size: 14px;
line-height: 1.4;
margin-top: 0;
padding: 0;
color: #000;
}@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-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-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-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,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.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-slide-zoomed{cursor:move}.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%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
 .animated {
animation-duration: 1s;
animation-fill-mode: both;
}
.animated.infinite {
animation-iteration-count: infinite;
}
.animated.hinge {
animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
animation-duration: .75s;
}
@keyframes bounce {
from, 20%, 53%, 80%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transform: translate3d(0,0,0);
}
40%, 43% {
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transform: translate3d(0, -30px, 0);
}
70% {
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transform: translate3d(0, -15px, 0);
}
90% {
transform: translate3d(0,-4px,0);
}
}
.bounce {
animation-name: bounce;
transform-origin: center bottom;
}
@keyframes flash {
from, 50%, to {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.flash {
animation-name: flash;
} @keyframes pulse {
from {
transform: scale3d(1, 1, 1);
}
50% {
transform: scale3d(1.05, 1.05, 1.05);
}
to {
transform: scale3d(1, 1, 1);
}
}
.pulse {
animation-name: pulse;
}
@keyframes rubberBand {
from {
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(.95, 1.05, 1);
}
75% {
transform: scale3d(1.05, .95, 1);
}
to {
transform: scale3d(1, 1, 1);
}
}
.rubberBand {
animation-name: rubberBand;
}
@keyframes shake {
from, to {
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
transform: translate3d(10px, 0, 0);
}
}
.shake {
animation-name: shake;
}
@keyframes headShake {
0% {
transform: translateX(0);
}
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(0);
}
}
.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);
}
to {
transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
transform-origin: top center;
animation-name: swing;
}
@keyframes tada {
from {
transform: scale3d(1, 1, 1);
}
10%, 20% {
transform: scale3d(.9, .9, .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);
}
to {
transform: scale3d(1, 1, 1);
}
}
.tada {
animation-name: tada;
} @keyframes wobble {
from {
transform: none;
}
15% {
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
transform: none;
}
}
.wobble {
animation-name: wobble;
}
@keyframes jello {
from, 11.1%, to {
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.1953125deg) skewY(-0.1953125deg);
}
}
.jello {
animation-name: jello;
transform-origin: center;
}
@keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
transform: scale3d(.3, .3, .3);
}
20% {
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
transform: scale3d(.97, .97, .97);
}
to {
opacity: 1;
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
animation-name: bounceIn;
}
@keyframes bounceInDown {
from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
transform: translate3d(0, 25px, 0);
}
75% {
transform: translate3d(0, -10px, 0);
}
90% {
transform: translate3d(0, 5px, 0);
}
to {
transform: none;
}
}
.bounceInDown {
animation-name: bounceInDown;
}
@keyframes bounceInLeft {
from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
transform: translate3d(25px, 0, 0);
}
75% {
transform: translate3d(-10px, 0, 0);
}
90% {
transform: translate3d(5px, 0, 0);
}
to {
transform: none;
}
}
.bounceInLeft {
animation-name: bounceInLeft;
}
@keyframes bounceInRight {
from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
transform: translate3d(-25px, 0, 0);
}
75% {
transform: translate3d(10px, 0, 0);
}
90% {
transform: translate3d(-5px, 0, 0);
}
to {
transform: none;
}
}
.bounceInRight {
animation-name: bounceInRight;
}
@keyframes bounceInUp {
from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
transform: translate3d(0, -20px, 0);
}
75% {
transform: translate3d(0, 10px, 0);
}
90% {
transform: translate3d(0, -5px, 0);
}
to {
transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
animation-name: bounceInUp;
}
@keyframes bounceOut {
20% {
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
transform: scale3d(.3, .3, .3);
}
}
.bounceOut {
animation-name: bounceOut;
}
@keyframes bounceOutDown {
20% {
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
20% {
opacity: 1;
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
20% {
opacity: 1;
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
20% {
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
animation-name: bounceOutUp;
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.fadeIn {
animation-name: fadeIn;
}
@keyframes fadeInDown {
from {
opacity: 0;
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInDown {
animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
from {
opacity: 0;
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInDownBig {
animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
from {
opacity: 0;
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInLeft {
animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
from {
opacity: 0;
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInLeftBig {
animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
from {
opacity: 0;
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInRight {
animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
from {
opacity: 0;
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInRightBig {
animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
from {
opacity: 0;
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInUp {
animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
from {
opacity: 0;
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInUpBig {
animation-name: fadeInUpBig;
}
@keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.fadeOut {
animation-name: fadeOut;
}
@keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
animation-name: fadeOutUpBig;
}
@keyframes flip {
from {
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
animation-timing-function: ease-out;
}
40% {
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
animation-timing-function: ease-out;
}
50% {
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
animation-timing-function: ease-in;
}
80% {
transform: perspective(400px) scale3d(.95, .95, .95);
animation-timing-function: ease-in;
}
to {
transform: perspective(400px);
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
animation-name: flip;
}
@keyframes flipInX {
from {
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
animation-timing-function: ease-in;
opacity: 0;
}
40% {
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
animation-timing-function: ease-in;
}
60% {
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
transform: perspective(400px);
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
animation-name: flipInX;
}
@keyframes flipInY {
from {
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
animation-timing-function: ease-in;
opacity: 0;
}
40% {
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
animation-timing-function: ease-in;
}
60% {
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
transform: perspective(400px);
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
animation-name: flipInY;
}
@keyframes flipOutX {
from {
transform: perspective(400px);
}
30% {
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.flipOutX {
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@keyframes flipOutY {
from {
transform: perspective(400px);
}
30% {
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
animation-name: flipOutY;
}
@keyframes lightSpeedIn {
from {
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
transform: skewX(20deg);
opacity: 1;
}
80% {
transform: skewX(-5deg);
opacity: 1;
}
to {
transform: none;
opacity: 1;
}
}
.lightSpeedIn {
animation-name: lightSpeedIn;
animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
.lightSpeedOut {
animation-name: lightSpeedOut;
animation-timing-function: ease-in;
}
@keyframes rotateIn {
from {
transform-origin: center;
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
transform-origin: center;
transform: none;
opacity: 1;
}
}
.rotateIn {
animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
from {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
transform-origin: left bottom;
transform: none;
opacity: 1;
}
}
.rotateInDownLeft {
animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
from {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
transform-origin: right bottom;
transform: none;
opacity: 1;
}
}
.rotateInDownRight {
animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
from {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
transform-origin: left bottom;
transform: none;
opacity: 1;
}
}
.rotateInUpLeft {
animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
from {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
transform-origin: right bottom;
transform: none;
opacity: 1;
}
}
.rotateInUpRight {
animation-name: rotateInUpRight;
}
@keyframes rotateOut {
from {
transform-origin: center;
opacity: 1;
}
to {
transform-origin: center;
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
.rotateOut {
animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
from {
transform-origin: left bottom;
opacity: 1;
}
to {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
.rotateOutDownLeft {
animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
from {
transform-origin: right bottom;
opacity: 1;
}
to {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutDownRight {
animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
from {
transform-origin: left bottom;
opacity: 1;
}
to {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutUpLeft {
animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
from {
transform-origin: right bottom;
opacity: 1;
}
to {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.rotateOutUpRight {
animation-name: rotateOutUpRight;
}
@keyframes hinge {
0% {
transform-origin: top left;
animation-timing-function: ease-in-out;
}
20%, 60% {
transform: rotate3d(0, 0, 1, 80deg);
transform-origin: top left;
animation-timing-function: ease-in-out;
}
40%, 80% {
transform: rotate3d(0, 0, 1, 60deg);
transform-origin: top left;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.hinge {
animation-name: hinge;
}
@keyframes jackInTheBox {
from {
opacity: 0;
transform: scale(0.1) rotate(30deg);
transform-origin: center bottom;
}
50% {
transform: rotate(-10deg);
}
70% {
transform: rotate(3deg);
}
to {
opacity: 1;
transform: scale(1);
}
}
.jackInTheBox {
animation-name: jackInTheBox;
} @keyframes rollIn {
from {
opacity: 0;
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
transform: none;
}
}
.rollIn {
animation-name: rollIn;
} @keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
animation-name: rollOut;
}
@keyframes zoomIn {
from {
opacity: 0;
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
.zoomIn {
animation-name: zoomIn;
}
@keyframes zoomInDown {
from {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInDown {
animation-name: zoomInDown;
}
@keyframes zoomInLeft {
from {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInLeft {
animation-name: zoomInLeft;
}
@keyframes zoomInRight {
from {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInRight {
animation-name: zoomInRight;
}
@keyframes zoomInUp {
from {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInUp {
animation-name: zoomInUp;
}
@keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
transform: scale3d(.3, .3, .3);
}
to {
opacity: 0;
}
}
.zoomOut {
animation-name: zoomOut;
}
@keyframes zoomOutDown {
40% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform-origin: center bottom;
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutDown {
animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
transform: scale(.1) translate3d(-2000px, 0, 0);
transform-origin: left center;
}
}
.zoomOutLeft {
animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
40% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
transform: scale(.1) translate3d(2000px, 0, 0);
transform-origin: right center;
}
}
.zoomOutRight {
animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
40% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform-origin: center bottom;
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutUp {
animation-name: zoomOutUp;
}
@keyframes slideInDown {
from {
transform: translate3d(0, -100%, 0);
visibility: hidden;
}
to {
transform: translate3d(0, 0, 0);
}
}
.slideInDown {
animation-name: slideInDown;
}
@keyframes slideInLeft {
from {
transform: translate3d(-100%, 0, 0);
visibility: hidden;
}
to {
transform: translate3d(0, 0, 0);
}
}
.slideInLeft {
animation-name: slideInLeft;
}
@keyframes slideInRight {
from {
transform: translate3d(100%, 0, 0);
visibility: hidden;
}
to {
transform: translate3d(0, 0, 0);
}
}
.slideInRight {
animation-name: slideInRight;
}
@keyframes slideInUp {
from {
transform: translate3d(0, 100%, 0);
visibility: hidden;
}
to {
transform: translate3d(0, 0, 0);
}
}
.slideInUp {
animation-name: slideInUp;
}
@keyframes slideOutDown {
from {
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
transform: translate3d(0, 100%, 0);
}
}
.slideOutDown {
animation-name: slideOutDown;
}
@keyframes slideOutLeft {
from {
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
transform: translate3d(-100%, 0, 0);
}
}
.slideOutLeft {
animation-name: slideOutLeft;
}
@keyframes slideOutRight {
from {
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
transform: translate3d(100%, 0, 0);
}
}
.slideOutRight {
animation-name: slideOutRight;
}
@keyframes slideOutUp {
from {
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
transform: translate3d(0, -100%, 0);
}
}
.slideOutUp {
animation-name: slideOutUp;
}.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8; 
}
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; 
}
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box; 
}
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; 
}
.mfp-align-top .mfp-container:before {
display: none; 
}
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; 
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; 
}
.mfp-ajax-cur {
cursor: progress; 
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; 
}
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; 
}
.mfp-auto-cursor .mfp-content {
cursor: auto; 
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; 
}
.mfp-loading.mfp-figure {
display: none; 
}
.mfp-hide {
display: none !important; 
}
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; 
}
.mfp-preloader a {
color: #CCC; 
}
.mfp-preloader a:hover {
color: #FFF; 
}
.mfp-s-ready .mfp-preloader {
display: none; 
}
.mfp-s-error .mfp-content {
display: none; 
}
.mfp-close,
.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation; 
}
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; 
}
.mfp-close:hover, .mfp-close:focus {
opacity: 1; 
background: transparent;
-webkit-appearance: none;
}
.mfp-close:active {
top: 1px; 
}
.mfp-close-btn-in .mfp-close {
color: #333; 
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; 
background: transparent;
-webkit-appearance: none;
}
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; 
}
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent; 
}
.mfp-arrow:active {
margin-top: -54px; 
}
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1; 
}
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; 
}
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; 
}
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; 
}
.mfp-arrow-left {
left: 0; 
}
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px; 
}
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F; 
}
.mfp-arrow-right {
right: 0; 
}
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px; 
}
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F; 
}
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; 
}
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; 
}
.mfp-iframe-holder .mfp-close {
top: -40px; 
}
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; 
}
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; 
} img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; 
} .mfp-figure {
line-height: 0; 
}
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444; 
}
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px; 
}
.mfp-figure figure {
margin: 0; 
}
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; 
}
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; 
}
.mfp-image-holder .mfp-content {
max-width: 100%; 
}
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; 
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; 
}
.mfp-img-mobile img.mfp-img {
padding: 0; 
}
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; 
}
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box; 
}
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; 
}
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; 
}
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; 
}    
}
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); 
}
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; 
}
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; 
}
.mfp-container {
padding-left: 6px;
padding-right: 6px; 
}    
}#wp-admin-bar-azh-frontend-builder > .ab-item:before {
content: "\f489";
top: 2px;
}
body.azh_widget-template-default {
background: white;
}
.az-hidden {
display: none;
}
.az-image {
line-height: 0;
}
.az-image img {
box-sizing: border-box;
}
.az-image img[src=""],
.az-image img:not([src]) {
display: none;
}
.az-button a {
display: inline-block !important;
}
.az-button.az-left {
text-align: left !important;
}
.az-button.az-center {
text-align: center !important;
}
.az-button.az-right {
text-align: right !important;
}
.az-button.az-full-width a {
display: block !important;
box-sizing: border-box;
}
.az-button a,
.az-button span {
vertical-align: inherit;
}
.az-button .az-icon {
line-height: inherit;
vertical-align: baseline;
display: none;
}
.az-button[data-icon="left"] .az-icon:first-child {
display: inline;
}
.az-button[data-icon="right"] .az-icon:last-child {
display: inline;
}
.az-separator div {
margin: 0 auto;
}
body.rtl .az-horizontal-elements {
-webkit-box-orient: horizontal;
-moz-box-orient: horizontal;
-ms-box-orient: horizontal;
-o-box-orient: horizontal;
box-orient: horizontal;
-webkit-box-direction: reverse;
-moz-box-direction: reverse;
-ms-box-direction: reverse;
-o-box-direction: reverse;
box-direction: reverse;
-webkit-flex-direction: row-reverse;
-khtml-flex-direction: row-reverse;
-moz-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.az-horizontal-elements {
display: -webkit-box;
display: -ms-flexbox;
-webkit-display: flex;
-khtml-display: flex;
-moz-display: flex;
-ms-display: flex;
display: flex;
-webkit-box-align: center;
-moz-box-align: center;
-ms-box-align: center;
-o-box-align: center;
box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
-khtml-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
align-items: center;
-webkit-lines: multiple;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-box-lines: multiple;
-o-box-lines: multiple;
box-lines: multiple;
-webkit-flex-wrap: wrap;
-khtml-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 -7.5px;
}
.az-horizontal-elements > div {
margin: 0 7.5px 15px 7.5px;
box-sizing: border-box;
}
.az-horizontal-elements[data-column-padding="0"] {
margin: 0;
}
.az-horizontal-elements[data-column-padding="0"] > div {
margin: 0;
}
.az-horizontal-elements[data-column-padding="1"] {
margin: 0 -0.5px;
}
.az-horizontal-elements[data-column-padding="1"] > div {
margin: 0 0.5px 1px 0.5px;
}
.az-horizontal-elements[data-column-padding="2"] {
margin: 0 -1px;
}
.az-horizontal-elements[data-column-padding="2"] > div {
margin: 0 1px 2px 1px;
}
.az-horizontal-elements[data-column-padding="3"] {
margin: 0 -1.5px;
}
.az-horizontal-elements[data-column-padding="3"] > div {
margin: 0 1.5px 3px 1.5px;
}
.az-horizontal-elements[data-column-padding="5"] {
margin: 0 -2.5px;
}
.az-horizontal-elements[data-column-padding="5"] > div {
margin: 0 2.5px 5px 2.5px;
}
.az-horizontal-elements[data-column-padding="10"] {
margin: 0 -5px;
}
.az-horizontal-elements[data-column-padding="10"] > div {
margin: 0 5px 10px 5px;
}
.az-horizontal-elements[data-column-padding="15"] {
margin: 0 -7.5px;
}
.az-horizontal-elements[data-column-padding="15"] > div {
margin: 0 7.5px 15px 7.5px;
}
.az-horizontal-elements[data-column-padding="20"] {
margin: 0 -10px;
}
.az-horizontal-elements[data-column-padding="20"] > div {
margin: 0 10px 20px 10px;
}
.az-horizontal-elements[data-column-padding="25"] {
margin: 0 -12.5px;
}
.az-horizontal-elements[data-column-padding="25"] > div {
margin: 0 12.5px 25px 12.5px;
}
.az-horizontal-elements[data-column-padding="30"] {
margin: 0 -15px;
}
.az-horizontal-elements[data-column-padding="30"] > div {
margin: 0 15px 30px 15px;
}
.az-horizontal-elements[data-column-padding="40"] {
margin: 0 -20px;
}
.az-horizontal-elements[data-column-padding="40"] > div {
margin: 0 20px 40px 20px;
}
.az-horizontal-elements[data-column-padding="50"] {
margin: 0 -25px;
}
.az-horizontal-elements[data-column-padding="50"] > div {
margin: 0 25px 50px 25px;
}
.az-horizontal-elements[data-column-padding="60"] {
margin: 0 -30px;
}
.az-horizontal-elements[data-column-padding="60"] > div {
margin: 0 30px 60px 30px;
}
.az-horizontal-elements[data-column-padding="70"] {
margin: 0 -35px;
}
.az-horizontal-elements[data-column-padding="70"] > div {
margin: 0 35px 70px 35px;
}
.az-shape-top,
.az-shape-bottom {
overflow: hidden;
position: absolute;
left: 0;
right: 0;
line-height: 0;
pointer-events: none;
}
.az-shape-top.az-flip .az-shape-fill,
.az-shape-bottom.az-flip .az-shape-fill {
-webkit-transform: rotateY(180deg);
-khtml-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.az-shape-top.az-invert,
.az-shape-bottom.az-invert {
-webkit-transform: rotate(180deg);
-khtml-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.az-shape-top.az-bring-to-front,
.az-shape-bottom.az-bring-to-front {
z-index: 2;
}
.az-shape-top svg,
.az-shape-bottom svg {
display: block;
width: 100%;
position: relative;
left: 50%;
-webkit-transform: translateX(-50%);
-khtml-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.az-shape-top svg .az-shape-fill,
.az-shape-bottom svg .az-shape-fill {
-webkit-fill: #000000;
-khtml-fill: #000000;
-moz-fill: #000000;
-ms-fill: #000000;
fill: #000000;
-webkit-transform-origin: center;
-khtml-transform-origin: center;
-moz-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center;
-webkit-transform: rotateY(0deg);
-khtml-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
transform: rotateY(0deg);
}
.az-shape-top {
top: 0px;
}
.az-shape-bottom {
bottom: 0px;
}
.az-shape {
-webkit-transform-origin: center;
-khtml-transform-origin: center;
-moz-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate(0deg);
-khtml-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
.az-shape.az-flip {
-webkit-transform: rotateY(180deg);
-khtml-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.az-shape.az-invert {
-webkit-transform: rotateX(180deg);
-khtml-transform: rotateX(180deg);
-moz-transform: rotateX(180deg);
-ms-transform: rotateX(180deg);
transform: rotateX(180deg);
}
.az-shape.az-flip.az-invert {
-webkit-transform: rotateY(180deg) rotateX(180deg);
-khtml-transform: rotateY(180deg) rotateX(180deg);
-moz-transform: rotateY(180deg) rotateX(180deg);
-ms-transform: rotateY(180deg) rotateX(180deg);
transform: rotateY(180deg) rotateX(180deg);
}
body:not(.azh-customize) .az-polygone.az-hover:not(.az-tooltip-on-click) > .az-tooltip-wrapper {
display: block;
}
body:not(.azh-customize) .az-polygone.az-hover.az-tooltip-on-click > .az-tooltip-wrapper.az-show {
display: block;
}
body.azh-customize .az-polygone > .az-tooltip-wrapper {
pointer-events: none;
}
body.azh-customize .az-polygone > .az-tooltip-wrapper > .az-tooltip {
pointer-events: all;
}
.az-polygone {
margin: 0 auto;
box-sizing: border-box;
}
.az-polygone > svg {
vertical-align: top;
}
.az-polygone.az-tooltip-on-click > svg polygon {
cursor: pointer;
}
.az-polygone > .az-tooltip-wrapper {
pointer-events: all;
display: none;
position: absolute;
}
.az-polygone > .az-tooltip-wrapper.az-show {
display: block !important;
}
.az-polygone > .az-tooltip-wrapper.az-top-left {
right: 100%;
top: 0;
}
.az-polygone > .az-tooltip-wrapper.az-middle-left {
right: 100%;
top: 50%;
-webkit-transform: translateY(-50%);
-khtml-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.az-polygone > .az-tooltip-wrapper.az-bottom-left {
right: 100%;
bottom: 0;
}
.az-polygone > .az-tooltip-wrapper.az-top-center {
left: 50%;
bottom: 100%;
-webkit-transform: translateX(-50%);
-khtml-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.az-polygone > .az-tooltip-wrapper.az-middle-center {
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-khtml-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.az-polygone > .az-tooltip-wrapper.az-bottom-center {
left: 50%;
top: 100%;
-webkit-transform: translateX(-50%);
-khtml-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.az-polygone > .az-tooltip-wrapper.az-top-right {
left: 100%;
top: 0;
}
.az-polygone > .az-tooltip-wrapper.az-middle-right {
left: 100%;
top: 50%;
-webkit-transform: translateY(-50%);
-khtml-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.az-polygone > .az-tooltip-wrapper.az-bottom-right {
left: 100%;
bottom: 0;
}
.az-remarkable {
position: relative;
z-index: 0;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-type="none"]  {
animation-name: none;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-type="bounceOut"]  {
animation-name: bounceOut;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-type="bounceOutDown"]  {
animation-name: bounceOutDown;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-type="bounceOutLeft"]  {
animation-name: bounceOutLeft;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-type="bounceOutRight"]  {
animation-name: bounceOutRight;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-type="bounceOutUp"]  {
animation-name: bounceOutUp;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-type="fadeOut"]  {
animation-name: fadeOut;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-type="fadeOutDown"]  {
animation-name: fadeOutDown;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-type="fadeOutDownBig"]  {
animation-name: fadeOutDownBig;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-type="fadeOutLeft"]  {
animation-name: fadeOutLeft;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-type="fadeOutLeftBig"]  {
animation-name: fadeOutLeftBig;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-type="fadeOutRight"]  {
animation-name: fadeOutRight;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-type="fadeOutRightBig"]  {
animation-name: fadeOutRightBig;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-type="fadeOutUp"]  {
animation-name: fadeOutUp;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-type="fadeOutUpBig"]  {
animation-name: fadeOutUpBig;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-type="rotateOut"]  {
animation-name: rotateOut;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-type="rotateOutDownLeft"]  {
animation-name: rotateOutDownLeft;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-type="rotateOutDownRight"]  {
animation-name: rotateOutDownRight;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-type="rotateOutUpLeft"]  {
animation-name: rotateOutUpLeft;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-type="rotateOutUpRight"]  {
animation-name: rotateOutUpRight;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-type="slideOutUp"]  {
animation-name: slideOutUp;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-type="slideOutDown"]  {
animation-name: slideOutDown;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-type="slideOutLeft"]  {
animation-name: slideOutLeft;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-type="slideOutRight"]  {
animation-name: slideOutRight;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-type="zoomOut"]  {
animation-name: zoomOut;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-type="zoomOutDown"]  {
animation-name: zoomOutDown;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-type="zoomOutLeft"]  {
animation-name: zoomOutLeft;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-type="zoomOutRight"]  {
animation-name: zoomOutRight;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-type="zoomOutUp"]  {
animation-name: zoomOutUp;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-type="flipOutX"]  {
animation-name: flipOutX;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-type="flipOutY"]  {
animation-name: flipOutY;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-type="lightSpeedOut"]  {
animation-name: lightSpeedOut;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-duration="0"]  {
animation-duration: 0ms;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-duration="100"]  {
animation-duration: 100ms;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-duration="200"]  {
animation-duration: 200ms;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-duration="300"]  {
animation-duration: 300ms;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-duration="400"]  {
animation-duration: 400ms;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-duration="500"]  {
animation-duration: 500ms;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-duration="600"]  {
animation-duration: 600ms;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-duration="700"]  {
animation-duration: 700ms;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-duration="800"]  {
animation-duration: 800ms;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-duration="900"]  {
animation-duration: 900ms;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-duration="1000"]  {
animation-duration: 1000ms;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-delay="0"]  {
animation-delay: 0ms;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-delay="100"]  {
animation-delay: 100ms;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-delay="200"]  {
animation-delay: 200ms;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-delay="300"]  {
animation-delay: 300ms;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-delay="400"]  {
animation-delay: 400ms;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-delay="500"]  {
animation-delay: 500ms;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-delay="600"]  {
animation-delay: 600ms;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-delay="700"]  {
animation-delay: 700ms;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-delay="800"]  {
animation-delay: 800ms;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-delay="900"]  {
animation-delay: 900ms;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-delay="1000"]  {
animation-delay: 1000ms;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-timing="linear"]  {
animation-timing-function: linear;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-timing="ease"]  {
animation-timing-function: ease;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-timing="ease-in"]  {
animation-timing-function: ease-in;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-timing="ease-out"]  {
animation-timing-function: ease-out;
}
.az-remarkable:not(:hover) > [data-cloneable] > .az-remark-wrapper[data-out-animation-timing="ease-in-out"]  {
animation-timing-function: ease-in-out;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-type="none"]  {
animation-name: none;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-type="bounceIn"]  {
animation-name: bounceIn;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-type="bounceInDown"]  {
animation-name: bounceInDown;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-type="bounceInLeft"]  {
animation-name: bounceInLeft;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-type="bounceInRight"]  {
animation-name: bounceInRight;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-type="bounceInUp"]  {
animation-name: bounceInUp;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-type="fadeIn"]  {
animation-name: fadeIn;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-type="fadeInDown"]  {
animation-name: fadeInDown;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-type="fadeInDownBig"]  {
animation-name: fadeInDownBig;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-type="fadeInLeft"]  {
animation-name: fadeInLeft;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-type="fadeInLeftBig"]  {
animation-name: fadeInLeftBig;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-type="fadeInRight"]  {
animation-name: fadeInRight;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-type="fadeInRightBig"]  {
animation-name: fadeInRightBig;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-type="fadeInUp"]  {
animation-name: fadeInUp;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-type="fadeInUpBig"]  {
animation-name: fadeInUpBig;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-type="rotateIn"]  {
animation-name: rotateIn;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-type="rotateInDownLeft"]  {
animation-name: rotateInDownLeft;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-type="rotateInDownRight"]  {
animation-name: rotateInDownRight;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-type="rotateInUpLeft"]  {
animation-name: rotateInUpLeft;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-type="rotateInUpRight"]  {
animation-name: rotateInUpRight;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-type="slideInUp"]  {
animation-name: slideInUp;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-type="slideInDown"]  {
animation-name: slideInDown;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-type="slideInLeft"]  {
animation-name: slideInLeft;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-type="slideInRight"]  {
animation-name: slideInRight;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-type="zoomIn"]  {
animation-name: zoomIn;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-type="zoomInDown"]  {
animation-name: zoomInDown;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-type="zoomInLeft"]  {
animation-name: zoomInLeft;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-type="zoomInRight"]  {
animation-name: zoomInRight;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-type="zoomInUp"]  {
animation-name: zoomInUp;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-type="flipInX"]  {
animation-name: flipInX;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-type="flipInY"]  {
animation-name: flipInY;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-type="lightSpeedIn"]  {
animation-name: lightSpeedIn;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-duration="0"]  {
animation-duration: 0ms;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-duration="100"]  {
animation-duration: 100ms;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-duration="200"]  {
animation-duration: 200ms;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-duration="300"]  {
animation-duration: 300ms;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-duration="400"]  {
animation-duration: 400ms;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-duration="500"]  {
animation-duration: 500ms;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-duration="600"]  {
animation-duration: 600ms;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-duration="700"]  {
animation-duration: 700ms;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-duration="800"]  {
animation-duration: 800ms;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-duration="900"]  {
animation-duration: 900ms;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-duration="1000"]  {
animation-duration: 1000ms;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-delay="0"]  {
animation-delay: 0ms;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-delay="100"]  {
animation-delay: 100ms;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-delay="200"]  {
animation-delay: 200ms;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-delay="300"]  {
animation-delay: 300ms;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-delay="400"]  {
animation-delay: 400ms;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-delay="500"]  {
animation-delay: 500ms;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-delay="600"]  {
animation-delay: 600ms;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-delay="700"]  {
animation-delay: 700ms;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-delay="800"]  {
animation-delay: 800ms;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-delay="900"]  {
animation-delay: 900ms;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-delay="1000"]  {
animation-delay: 1000ms;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-timing="linear"]  {
animation-timing-function: linear;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-timing="ease"]  {
animation-timing-function: ease;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-timing="ease-in"]  {
animation-timing-function: ease-in;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-timing="ease-out"]  {
animation-timing-function: ease-out;
}
.az-remarkable:hover > [data-cloneable] > .az-remark-wrapper[data-in-animation-timing="ease-in-out"]  {
animation-timing-function: ease-in-out;
}
.az-remarkable > [data-cloneable] > .az-remark-wrapper {
position: absolute;
animation-iteration-count: 1;
animation-fill-mode: both;
animation-duration: 400ms;
-webkit-transform-origin: center;
-khtml-transform-origin: center;
-moz-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center;
}
.az-remarkable > [data-cloneable] > .az-remark-wrapper.az-full-width {
width: 100% !important;
}
.az-remarkable > [data-cloneable] > .az-remark-wrapper.az-full-width > .az-remark {
width: 100% !important;
}
.az-remarkable > [data-cloneable] > .az-remark-wrapper.az-full-height {
height: 100% !important;
}
.az-remarkable > [data-cloneable] > .az-remark-wrapper.az-full-height > .az-remark {
height: 100% !important;
}
.az-remarkable > [data-cloneable] > .az-remark-wrapper.az-full-height > .az-remark > [data-element] {
height: 100% !important;
}
.az-remarkable > [data-cloneable] > .az-remark-wrapper.az-top-left-outside,
.az-remarkable > [data-cloneable] > .az-remark-wrapper.az-top-left {
right: 100%;
top: 0;
}
.az-remarkable > [data-cloneable] > .az-remark-wrapper.az-middle-left-outside,
.az-remarkable > [data-cloneable] > .az-remark-wrapper.az-middle-left {
right: 100%;
top: 50%;
-webkit-transform: translateY(-50%);
-khtml-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.az-remarkable > [data-cloneable] > .az-remark-wrapper.az-bottom-left-outside,
.az-remarkable > [data-cloneable] > .az-remark-wrapper.az-bottom-left {
right: 100%;
bottom: 0;
}
.az-remarkable > [data-cloneable] > .az-remark-wrapper.az-top-center-outside,
.az-remarkable > [data-cloneable] > .az-remark-wrapper.az-top-center {
left: 50%;
bottom: 100%;
-webkit-transform: translateX(-50%);
-khtml-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.az-remarkable > [data-cloneable] > .az-remark-wrapper.az-middle-center-outside,
.az-remarkable > [data-cloneable] > .az-remark-wrapper.az-middle-center {
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-khtml-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.az-remarkable > [data-cloneable] > .az-remark-wrapper.az-bottom-center-outside,
.az-remarkable > [data-cloneable] > .az-remark-wrapper.az-bottom-center {
left: 50%;
top: 100%;
-webkit-transform: translateX(-50%);
-khtml-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.az-remarkable > [data-cloneable] > .az-remark-wrapper.az-top-right-outside,
.az-remarkable > [data-cloneable] > .az-remark-wrapper.az-top-right {
left: 100%;
top: 0;
}
.az-remarkable > [data-cloneable] > .az-remark-wrapper.az-middle-right-outside,
.az-remarkable > [data-cloneable] > .az-remark-wrapper.az-middle-right {
left: 100%;
top: 50%;
-webkit-transform: translateY(-50%);
-khtml-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.az-remarkable > [data-cloneable] > .az-remark-wrapper.az-bottom-right-outside,
.az-remarkable > [data-cloneable] > .az-remark-wrapper.az-bottom-right {
left: 100%;
bottom: 0;
}
.az-remarkable > [data-cloneable] > .az-remark-wrapper.az-top-left-inside {
left: 0;
top: 0;
}
.az-remarkable > [data-cloneable] > .az-remark-wrapper.az-middle-left-inside {
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-khtml-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.az-remarkable > [data-cloneable] > .az-remark-wrapper.az-bottom-left-inside {
left: 0;
bottom: 0;
}
.az-remarkable > [data-cloneable] > .az-remark-wrapper.az-top-center-inside {
left: 50%;
top: 0;
-webkit-transform: translateX(-50%);
-khtml-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.az-remarkable > [data-cloneable] > .az-remark-wrapper.az-middle-center-inside {
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-khtml-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.az-remarkable > [data-cloneable] > .az-remark-wrapper.az-bottom-center-inside {
left: 50%;
bottom: 0;
-webkit-transform: translateX(-50%);
-khtml-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.az-remarkable > [data-cloneable] > .az-remark-wrapper.az-top-right-inside {
right: 0;
top: 0;
}
.az-remarkable > [data-cloneable] > .az-remark-wrapper.az-middle-right-inside {
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-khtml-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.az-remarkable > [data-cloneable] > .az-remark-wrapper.az-bottom-right-inside {
right: 0;
bottom: 0;
}
.az-end-transition {
transition-duration: 0s !important;
transition-delay: 0s !important;
}
.azh-content-wrapper:not(.az-enable-transitions) * {
-webkit-transition: none !important;
-moz-transition: none !important;
-ms-transition: none !important;
-o-transition: none !important;
transition: none !important;
}
.az-accordion-element > .az-item {
border: 1px solid lightgray;
}
.az-accordion-element > .az-item > .az-title {
padding: 15px 20px;
cursor: pointer;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.az-accordion-element > .az-item.az-active > .az-title {
border: inherit;
border-top-width: 0;
border-left-width: 0;
border-right-width: 0;
}
.az-accordion-element > .az-item > .az-content {
padding: 15px 20px;
}
.az-accordion-element > .az-item + .az-item {
border-top: none !important;
}
.az-tabs-element > .az-titles {
overflow: hidden;
}
.az-tabs-element > .az-titles > .az-title {
padding: 15px 20px;
display: inline-block;
cursor: pointer;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.az-tabs-element > .az-titles > .az-title.az-active {
border: 1px solid lightgray;
border-bottom: none !important;
position: relative;
}
.az-tabs-element > .az-titles > .az-title.az-active::before,
.az-tabs-element > .az-titles > .az-title.az-active::after {
content: "";
position: absolute;
bottom: 0;
height: 0;
width: 999em;
border: inherit;
border-bottom-style: solid; }
.az-tabs-element > .az-titles > .az-title.az-active::before {
right: 100%;
}
.az-tabs-element > .az-titles > .az-title.az-active::after {
left: 100%;
}
.az-tabs-element > .az-content > .az-item {
padding: 15px 20px;
border: 1px solid lightgray;
border-top: none !important;
}
@media screen and (min-width: 768px) {
body.rtl .az-form.az-horizontal {
-webkit-box-orient: horizontal;
-moz-box-orient: horizontal;
-ms-box-orient: horizontal;
-o-box-orient: horizontal;
box-orient: horizontal;
-webkit-box-direction: reverse;
-moz-box-direction: reverse;
-ms-box-direction: reverse;
-o-box-direction: reverse;
box-direction: reverse;
-webkit-flex-direction: row-reverse;
-khtml-flex-direction: row-reverse;
-moz-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
}
@media screen and (min-width: 768px) {
form.az-horizontal,
.az-form.az-horizontal {
display: -webkit-box;
display: -ms-flexbox;
-webkit-display: flex;
-khtml-display: flex;
-moz-display: flex;
-ms-display: flex;
display: flex;
-webkit-box-align: center;
-moz-box-align: center;
-ms-box-align: center;
-o-box-align: center;
box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
-khtml-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
align-items: center;
}
form.az-horizontal > [data-cloneable],
.az-form.az-horizontal > [data-cloneable] {
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-khtml-flex-grow: 1;
-moz-flex-grow: 1;
-ms-flex-grow: 1;
flex-grow: 1;
}
form.az-horizontal > [data-cloneable] input,
.az-form.az-horizontal > [data-cloneable] input,
form.az-horizontal > [data-cloneable] textarea,
.az-form.az-horizontal > [data-cloneable] textarea,
form.az-horizontal > [data-cloneable] select,
.az-form.az-horizontal > [data-cloneable] select {
width: 100%;
}
form.az-horizontal > [data-cloneable] p,
.az-form.az-horizontal > [data-cloneable] p {
margin: 0;
}
}
form .az-field,
.az-form .az-field,
form .az-select,
.az-form .az-select,
form .az-submit,
.az-form .az-submit {
display: block !important;
max-width: 100%;
}
form .az-field:focus,
.az-form .az-field:focus,
form .az-select:focus,
.az-form .az-select:focus,
form .az-submit:focus,
.az-form .az-submit:focus {
outline: none;
}
form .az-field.az-left,
.az-form .az-field.az-left,
form .az-select.az-left,
.az-form .az-select.az-left,
form .az-submit.az-left,
.az-form .az-submit.az-left {
margin: 0 auto 0 0 !important;
}
form .az-field.az-center,
.az-form .az-field.az-center,
form .az-select.az-center,
.az-form .az-select.az-center,
form .az-submit.az-center,
.az-form .az-submit.az-center {
margin: 0 auto 0 auto  !important;
}
form .az-field.az-right,
.az-form .az-field.az-right,
form .az-select.az-right,
.az-form .az-select.az-right,
form .az-submit.az-right,
.az-form .az-submit.az-right {
margin: 0 0 0 auto  !important;
}
form .az-field.az-full-width,
.az-form .az-field.az-full-width,
form .az-select.az-full-width,
.az-form .az-select.az-full-width,
form .az-submit.az-full-width,
.az-form .az-submit.az-full-width {
width: 100%  !important;
box-sizing: border-box;
}
form .az-submit,
.az-form .az-submit {
cursor: pointer;
}
form .az-element-wrapper button[type="submit"],
.az-form .az-element-wrapper button[type="submit"] {
display: block !important;
max-width: 100%;
}
form .az-element-wrapper button[type="submit"]:focus,
.az-form .az-element-wrapper button[type="submit"]:focus {
outline: none;
}
form .az-element-wrapper button[type="submit"].az-left,
.az-form .az-element-wrapper button[type="submit"].az-left {
margin: 0 auto 0 0 !important;
}
form .az-element-wrapper button[type="submit"].az-center,
.az-form .az-element-wrapper button[type="submit"].az-center {
margin: 0 auto 0 auto  !important;
}
form .az-element-wrapper button[type="submit"].az-right,
.az-form .az-element-wrapper button[type="submit"].az-right {
margin: 0 0 0 auto  !important;
}
form .az-element-wrapper button[type="submit"].az-full-width,
.az-form .az-element-wrapper button[type="submit"].az-full-width {
width: 100%  !important;
box-sizing: border-box;
}
form .az-element-wrapper button[type="submit"],
.az-form .az-element-wrapper button[type="submit"] {
cursor: pointer;
}
body.rtl .az-checkboxes,
body.rtl .az-radio-buttons {
-webkit-box-orient: horizontal;
-moz-box-orient: horizontal;
-ms-box-orient: horizontal;
-o-box-orient: horizontal;
box-orient: horizontal;
-webkit-box-direction: reverse;
-moz-box-direction: reverse;
-ms-box-direction: reverse;
-o-box-direction: reverse;
box-direction: reverse;
-webkit-flex-direction: row-reverse;
-khtml-flex-direction: row-reverse;
-moz-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.az-checkboxes,
.az-radio-buttons {
display: -webkit-box;
display: -ms-flexbox;
-webkit-display: flex;
-khtml-display: flex;
-moz-display: flex;
-ms-display: flex;
display: flex;
-webkit-lines: multiple;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-box-lines: multiple;
-o-box-lines: multiple;
box-lines: multiple;
-webkit-flex-wrap: wrap;
-khtml-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
user-select: none;
}
.az-checkboxes label,
.az-radio-buttons label {
font: inherit;
margin: 0 10px 10px 0;
cursor: pointer;
display: -webkit-box !important;
display: -ms-flexbox !important;
-webkit-display: flex !important;
-khtml-display: flex !important;
-moz-display: flex !important;
-ms-display: flex !important;
display: flex !important;
-webkit-box-align: center !important;
-moz-box-align: center !important;
-ms-box-align: center !important;
-o-box-align: center !important;
box-align: center !important;
-ms-flex-align: center !important;
-webkit-align-items: center !important;
-khtml-align-items: center !important;
-moz-align-items: center !important;
-ms-align-items: center !important;
align-items: center !important;
}
.az-checkboxes label input,
.az-radio-buttons label input {
position: absolute !important;
clip: rect(0 0 0 0) !important;
}
.az-checkboxes label input:checked + span.az-tick span.az-icon,
.az-radio-buttons label input:checked + span.az-tick span.az-icon {
display: block !important;
}
.az-checkboxes label span.az-tick,
.az-radio-buttons label span.az-tick {
position: relative;
text-align: center;
display: inline-block;
margin-right: 5px;
height: 20px;
width: 20px;
border: 1px solid gray;
}
.az-checkboxes label span.az-tick::before,
.az-radio-buttons label span.az-tick::before,
.az-checkboxes label span.az-tick::after,
.az-radio-buttons label span.az-tick::after {
content: none;
}
.az-checkboxes label span.az-tick span.az-icon,
.az-radio-buttons label span.az-tick span.az-icon {
position: absolute;
display: none;
left: 0;
right: 0;
top: 50%;
-webkit-transform: translate(0, -50%);
-khtml-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.az-radio-buttons {
user-select: none;
}
.az-radio-buttons label {
font: inherit;
}
.az-radio-buttons label span.az-tick {
border-radius: 100%;
}
input[type=range].az-field {
width: 100%;
padding: 0;
background: transparent;
outline: none;
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
}
input[type=range].az-field::-webkit-slider-runnable-track {
width: 100%;
height: 2px;
cursor: pointer;
animate: 0.2s;
background: rgba(0, 0, 0, 0.2);
border-radius: 0px;
}
input[type=range].az-field::-webkit-slider-thumb {
height: 12px;
width: 12px;
border-radius: 50%;
background: #222;
cursor: pointer;
border: none;
-webkit-appearance: none;
margin-top: -5px;
}
input[type=range].az-field::-moz-range-track {
width: 100%;
height: 2px;
cursor: pointer;
animate: 0.2s;
background: #222;
border-radius: 0px;
}
input[type=range].az-field::-moz-range-thumb {
border: none;
height: 12px;
width: 12px;
border-radius: 50%;
background: #222;
cursor: pointer;
}
input[type=range].az-field::-ms-track {
width: 100%;
height: 2px;
cursor: pointer;
animate: 0.2s;
background: transparent;
border-color: transparent;
color: transparent;
}
input[type=range].az-field::-ms-fill-lower {
background: rgba(0, 0, 0, 0.2);
border: none;
border-radius: 0px;
}
input[type=range].az-field::-ms-fill-upper {
background: rgba(0, 0, 0, 0.2);
border-radius: 0px;
}
input[type=range].az-field::-ms-thumb {
border: 2px solid rgba(0, 0, 0, 0.2);
height: 14px;
width: 14px;
border-radius: 50%;
background: #222;
cursor: pointer;
}
input[type=range].az-field:focus::-ms-fill-lower {
background: #222;
}
input[type=range].az-field:focus::-ms-fill-upper {
background: #222;
}
.az-background {
height: 100%;
box-sizing: border-box;
position: relative;
z-index: 0;
}
.az-background > .az-overlay {
z-index: -1;
}
.az-background > .az-overlay,
.az-background > .az-overlay > div {
position: absolute !important;
pointer-events: none !important;
top: 0 !important;
left: 0 !important;
right: 0 !important;
bottom: 0 !important;
}
.az-background > .az-overlay {
overflow: hidden !important;
}
.az-background > .az-overlay > div {
-webkit-transform-origin: center;
-khtml-transform-origin: center;
-moz-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate(0deg);
-khtml-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
.az-background > .az-overlay > div.az-flip {
-webkit-transform: rotateY(180deg);
-khtml-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.az-background > .az-overlay > div.az-invert {
-webkit-transform: rotateX(180deg);
-khtml-transform: rotateX(180deg);
-moz-transform: rotateX(180deg);
-ms-transform: rotateX(180deg);
transform: rotateX(180deg);
}
.az-background > .az-overlay > div.az-flip.az-invert {
-webkit-transform: rotateY(180deg) rotateX(180deg);
-khtml-transform: rotateY(180deg) rotateX(180deg);
-moz-transform: rotateY(180deg) rotateX(180deg);
-ms-transform: rotateY(180deg) rotateX(180deg);
transform: rotateY(180deg) rotateX(180deg);
}
.az-background > .az-overlay > div svg {
display: block;
width: 100%;
height: 100%;
position: relative;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-khtml-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.az-background > .az-overlay > div svg .az-shape-fill {
-webkit-fill: #000000;
-khtml-fill: #000000;
-moz-fill: #000000;
-ms-fill: #000000;
fill: #000000;
}
.az-background > .az-overlay > div svg.az-top-left {
-webkit-transform: translate(0%, 0%);
-khtml-transform: translate(0%, 0%);
-moz-transform: translate(0%, 0%);
-ms-transform: translate(0%, 0%);
transform: translate(0%, 0%);
}
.az-background > .az-overlay > div svg.az-top-center {
-webkit-transform: translate(-50%, 0%);
-khtml-transform: translate(-50%, 0%);
-moz-transform: translate(-50%, 0%);
-ms-transform: translate(-50%, 0%);
transform: translate(-50%, 0%);
}
.az-background > .az-overlay > div svg.az-top-right {
-webkit-transform: translate(-100%, 0%);
-khtml-transform: translate(-100%, 0%);
-moz-transform: translate(-100%, 0%);
-ms-transform: translate(-100%, 0%);
transform: translate(-100%, 0%);
}
.az-background > .az-overlay > div svg.az-center-left {
-webkit-transform: translate(0%, -50%);
-khtml-transform: translate(0%, -50%);
-moz-transform: translate(0%, -50%);
-ms-transform: translate(0%, -50%);
transform: translate(0%, -50%);
}
.az-background > .az-overlay > div svg.az-center-center {
-webkit-transform: translate(-50%, -50%);
-khtml-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.az-background > .az-overlay > div svg.az-center-right {
-webkit-transform: translate(-100%, -50%);
-khtml-transform: translate(-100%, -50%);
-moz-transform: translate(-100%, -50%);
-ms-transform: translate(-100%, -50%);
transform: translate(-100%, -50%);
}
.az-background > .az-overlay > div svg.az-bottom-left {
-webkit-transform: translate(0%, -100%);
-khtml-transform: translate(0%, -100%);
-moz-transform: translate(0%, -100%);
-ms-transform: translate(0%, -100%);
transform: translate(0%, -100%);
}
.az-background > .az-overlay > div svg.az-bottom-center {
-webkit-transform: translate(-50%, -100%);
-khtml-transform: translate(-50%, -100%);
-moz-transform: translate(-50%, -100%);
-ms-transform: translate(-50%, -100%);
transform: translate(-50%, -100%);
}
.az-background > .az-overlay > div svg.az-bottom-right {
-webkit-transform: translate(-100%, -100%);
-khtml-transform: translate(-100%, -100%);
-moz-transform: translate(-100%, -100%);
-ms-transform: translate(-100%, -100%);
transform: translate(-100%, -100%);
}
.az-full-height {
height: 100%;
}
.az-free-positioning {
position: relative;
margin: 0px auto;
height: 100%;
min-height: 10px;
min-width: 10px;
z-index: 0; }
.az-free-positioning > .az-overlay {
z-index: -1;
}
.az-free-positioning > .az-overlay,
.az-free-positioning > .az-overlay > div {
position: absolute !important;
pointer-events: none !important;
top: 0 !important;
left: 0 !important;
right: 0 !important;
bottom: 0 !important;
}
.az-free-positioning > .az-overlay {
overflow: hidden !important;
}
.az-free-positioning > .az-overlay > div {
-webkit-transform-origin: center;
-khtml-transform-origin: center;
-moz-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate(0deg);
-khtml-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
.az-free-positioning > .az-overlay > div.az-flip {
-webkit-transform: rotateY(180deg);
-khtml-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.az-free-positioning > .az-overlay > div.az-invert {
-webkit-transform: rotateX(180deg);
-khtml-transform: rotateX(180deg);
-moz-transform: rotateX(180deg);
-ms-transform: rotateX(180deg);
transform: rotateX(180deg);
}
.az-free-positioning > .az-overlay > div.az-flip.az-invert {
-webkit-transform: rotateY(180deg) rotateX(180deg);
-khtml-transform: rotateY(180deg) rotateX(180deg);
-moz-transform: rotateY(180deg) rotateX(180deg);
-ms-transform: rotateY(180deg) rotateX(180deg);
transform: rotateY(180deg) rotateX(180deg);
}
.az-free-positioning > .az-overlay > div svg {
display: block;
width: 100%;
height: 100%;
position: relative;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-khtml-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.az-free-positioning > .az-overlay > div svg .az-shape-fill {
-webkit-fill: #000000;
-khtml-fill: #000000;
-moz-fill: #000000;
-ms-fill: #000000;
fill: #000000;
}
.az-free-positioning > .az-overlay > div svg.az-top-left {
-webkit-transform: translate(0%, 0%);
-khtml-transform: translate(0%, 0%);
-moz-transform: translate(0%, 0%);
-ms-transform: translate(0%, 0%);
transform: translate(0%, 0%);
}
.az-free-positioning > .az-overlay > div svg.az-top-center {
-webkit-transform: translate(-50%, 0%);
-khtml-transform: translate(-50%, 0%);
-moz-transform: translate(-50%, 0%);
-ms-transform: translate(-50%, 0%);
transform: translate(-50%, 0%);
}
.az-free-positioning > .az-overlay > div svg.az-top-right {
-webkit-transform: translate(-100%, 0%);
-khtml-transform: translate(-100%, 0%);
-moz-transform: translate(-100%, 0%);
-ms-transform: translate(-100%, 0%);
transform: translate(-100%, 0%);
}
.az-free-positioning > .az-overlay > div svg.az-center-left {
-webkit-transform: translate(0%, -50%);
-khtml-transform: translate(0%, -50%);
-moz-transform: translate(0%, -50%);
-ms-transform: translate(0%, -50%);
transform: translate(0%, -50%);
}
.az-free-positioning > .az-overlay > div svg.az-center-center {
-webkit-transform: translate(-50%, -50%);
-khtml-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.az-free-positioning > .az-overlay > div svg.az-center-right {
-webkit-transform: translate(-100%, -50%);
-khtml-transform: translate(-100%, -50%);
-moz-transform: translate(-100%, -50%);
-ms-transform: translate(-100%, -50%);
transform: translate(-100%, -50%);
}
.az-free-positioning > .az-overlay > div svg.az-bottom-left {
-webkit-transform: translate(0%, -100%);
-khtml-transform: translate(0%, -100%);
-moz-transform: translate(0%, -100%);
-ms-transform: translate(0%, -100%);
transform: translate(0%, -100%);
}
.az-free-positioning > .az-overlay > div svg.az-bottom-center {
-webkit-transform: translate(-50%, -100%);
-khtml-transform: translate(-50%, -100%);
-moz-transform: translate(-50%, -100%);
-ms-transform: translate(-50%, -100%);
transform: translate(-50%, -100%);
}
.az-free-positioning > .az-overlay > div svg.az-bottom-right {
-webkit-transform: translate(-100%, -100%);
-khtml-transform: translate(-100%, -100%);
-moz-transform: translate(-100%, -100%);
-ms-transform: translate(-100%, -100%);
transform: translate(-100%, -100%);
}
.az-free-positioning.az-full-screen-height {
height: 100vh !important;
}
.az-free-positioning > .az-elements-list { }
.az-free-positioning > .az-elements-list > .az-full-height {
height: 100% !important;
}
.az-free-positioning > .az-elements-list > .az-full-width {
width: 100% !important;
}
.az-free-positioning > .az-elements-list > .az-full-width.az-container {
padding: 0;
}
.az-free-positioning > .az-elements-list > .az-left,
.az-free-positioning > .az-elements-list > .az-center,
.az-free-positioning > .az-elements-list > .az-right,
.az-free-positioning > .az-elements-list > .az-top,
.az-free-positioning > .az-elements-list > .az-middle,
.az-free-positioning > .az-elements-list > .az-bottom {
position: absolute !important;
}
.az-free-positioning > .az-elements-list > .az-left {
left: 0;
}
.az-free-positioning > .az-elements-list > .az-center {
left: calc(50% + 0px);
transform: translateX(-50%);
}
.az-free-positioning > .az-elements-list > .az-right {
right: 0;
}
.az-free-positioning > .az-elements-list > .az-top {
top: 0;
}
.az-free-positioning > .az-elements-list > .az-middle {
top: calc(50% + 0px);
transform: translateY(-50%);
}
.az-free-positioning > .az-elements-list > .az-bottom {
bottom: 0;
}
.az-free-positioning > .az-elements-list > .az-middle.az-center {
transform: translate(-50%, -50%);
}
.az-free-positioning > .az-elements-list > [data-element] {
transform-origin: center; }
.az-free-positioning > .az-full-height {
height: 100% !important;
}
.az-free-positioning > .az-full-width {
width: 100% !important;
}
.az-free-positioning > .az-full-width.az-container {
padding: 0;
}
.az-free-positioning > .az-left,
.az-free-positioning > .az-center,
.az-free-positioning > .az-right,
.az-free-positioning > .az-top,
.az-free-positioning > .az-middle,
.az-free-positioning > .az-bottom {
position: absolute !important;
}
.az-free-positioning > .az-left {
left: 0;
}
.az-free-positioning > .az-center {
left: calc(50% + 0px);
transform: translateX(-50%);
}
.az-free-positioning > .az-right {
right: 0;
}
.az-free-positioning > .az-top {
top: 0;
}
.az-free-positioning > .az-middle {
top: calc(50% + 0px);
transform: translateY(-50%);
}
.az-free-positioning > .az-bottom {
bottom: 0;
}
.az-free-positioning > .az-middle.az-center {
transform: translate(-50%, -50%);
}
.az-free-positioning > [data-element] {
transform-origin: center; }
.az-free-positioning > [data-cloneable] > [data-element] {   }
.az-free-positioning > [data-cloneable] > [data-element] > iframe {
height: 100% !important;
box-sizing: border-box;
}
.az-free-positioning > [data-cloneable] > [data-element] > .az-gmap {
height: 100% !important;
box-sizing: border-box;
}
.az-free-positioning > [data-cloneable] > [data-element] > .video-wrapper {
overflow: visible;
padding-bottom: 0;
}
.az-free-positioning > [data-cloneable] > [data-element] > .video-wrapper iframe {
height: 100% !important;
position: static;
top: auto;
left: auto;
}
.az-free-positioning > [data-cloneable] > [data-element] > .az-video-wrapper {
height: 100%;
box-sizing: border-box;
}
.az-free-positioning > [data-cloneable] > [data-element] > .az-video-wrapper video {
height: 100%;
box-sizing: border-box;
}
.az-free-positioning > [data-cloneable] > [data-element] > .az-button {
height: 100%;
box-sizing: border-box;
}
.az-free-positioning > [data-cloneable] > [data-element] > .az-button a {
height: 100%;
box-sizing: border-box;
display: flex !important;
justify-content: center;
align-items: center;
}
.az-free-positioning > [data-cloneable] > [data-element] > .az-icon-element {
height: 100%;
box-sizing: border-box;
}
.az-free-positioning > [data-cloneable] > [data-element] > .az-icon-element .az-icon {
height: 100%;
box-sizing: border-box;
display: flex !important;
justify-content: center;
align-items: center;
}
.az-free-positioning > [data-cloneable] > [data-element] > .az-separator {
padding: 0 !important;
height: 100%;
box-sizing: border-box;
display: flex !important;
justify-content: center;
align-items: center;
}
.az-free-positioning > [data-cloneable] > [data-element] > .az-image {
height: 100%;
box-sizing: border-box;
display: flex !important;
justify-content: center;
align-items: center;
}
.az-free-positioning > [data-cloneable] > [data-element] > .az-image img {
max-height: 100%;
box-sizing: border-box;
}
.az-video {
display: block;
margin: 0 auto;
}
.az-modal > :first-child {
cursor: pointer;
}
.az-modal > :last-child {
position: fixed;
left: 0;
top: 0;
bottom: 0;
right: 0;
z-index: 10;
display: none;
}
.az-modal > :last-child > .az-free-positioning {
background-color: rgba(0, 0, 0, 0.5);
}
.az-modal.az-active > :last-child {
display: block;
}
.az-sticky-header {
position: relative;
}
.az-sticky-header > [data-sticky-style] {
position: absolute;
left: 0;
top: 0;
right: 0;
z-index: 10;
}
body.rtl .az-anchors-menu {
-webkit-box-orient: horizontal;
-moz-box-orient: horizontal;
-ms-box-orient: horizontal;
-o-box-orient: horizontal;
box-orient: horizontal;
-webkit-box-direction: reverse;
-moz-box-direction: reverse;
-ms-box-direction: reverse;
-o-box-direction: reverse;
box-direction: reverse;
-webkit-flex-direction: row-reverse;
-khtml-flex-direction: row-reverse;
-moz-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
body.rtl .az-free-positioning {
float: left;
}
body.rtl .az-button a {
-webkit-box-orient: horizontal;
-moz-box-orient: horizontal;
-ms-box-orient: horizontal;
-o-box-orient: horizontal;
box-orient: horizontal;
-webkit-box-direction: reverse;
-moz-box-direction: reverse;
-ms-box-direction: reverse;
-o-box-direction: reverse;
box-direction: reverse;
-webkit-flex-direction: row-reverse;
-khtml-flex-direction: row-reverse;
-moz-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.az-anchors-menu {
display: -webkit-box;
display: -ms-flexbox;
-webkit-display: flex;
-khtml-display: flex;
-moz-display: flex;
-ms-display: flex;
display: flex;
-webkit-lines: multiple;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-box-lines: multiple;
-o-box-lines: multiple;
box-lines: multiple;
-webkit-flex-wrap: wrap;
-khtml-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.az-anchors-menu div:last-child {
margin-right: 0 !important;
}
.az-not-valid {
outline: 1px solid red;
}
[data-element] table {
width: 100%;
}
body.azh-customize .az-hidden-field,
body.azh-customize .az-anchor {
height: 30px !important;
background-color: rgba(0, 0, 0, 0.5) !important;
}
body.azh-customize .az-free-positioning.az-full-screen-height {
height: calc(100vh - 20px) !important;
}
body.azh-customize.admin-bar .az-free-positioning.az-full-screen-height {
height: calc(100vh - 50px) !important;
}
body:not(.azh-customize) .az-modal > :first-child * { }
body:not(.azh-customize) .az-layer {
position: absolute !important;
left: 0;
right: 0;
top: 0;
bottom: 0;
height: auto !important;
width: auto !important;
z-index: -1;
}
body:not(.azh-customize) .az-disable-pointer-events {
pointer-events: none;
}
body:not(.azh-customize) .az-disable-pointer-events > .az-polygone > .az-tooltip-wrapper {
pointer-events: none;
}
body:not(.azh-customize) .az-enable-pointer-events {
pointer-events: all;
}
[data-click-trigger]:not(.az-svg) {
cursor: pointer;
user-select: none;
}
[data-click-trigger].az-svg > svg > * {
cursor: pointer;
}
.az-image-map .az-free-positioning .az-svg > svg > * {
pointer-events: all;
}
.az-svg {
font-size: 0;
line-height: 0;
}
.az-svg svg {
display: inline;
}
body.rtl [data-section] [data-row-height="fit-to-screen"] > .azh-row,
body.rtl [data-element] [data-row-height="fit-to-screen"] > .azh-row,
body.rtl [data-section] [data-row-height="min-height"] > .azh-row,
body.rtl [data-element] [data-row-height="min-height"] > .azh-row {
-webkit-box-orient: horizontal;
-moz-box-orient: horizontal;
-ms-box-orient: horizontal;
-o-box-orient: horizontal;
box-orient: horizontal;
-webkit-box-direction: reverse;
-moz-box-direction: reverse;
-ms-box-direction: reverse;
-o-box-direction: reverse;
box-direction: reverse;
-webkit-flex-direction: row-reverse;
-khtml-flex-direction: row-reverse;
-moz-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.az-overflow-hidden {
overflow: hidden;
}
[data-section] [data-full-width="true"]:not(.az-full-width),
[data-element] [data-full-width="true"]:not(.az-full-width) {
background-color: transparent !important;
background-image: none !important;
}
[data-section] [data-full-width="true"]:not(.az-full-width) > .az-overlay,
[data-element] [data-full-width="true"]:not(.az-full-width) > .az-overlay,
[data-section] [data-full-width="true"]:not(.az-full-width) > .az-shape-top,
[data-element] [data-full-width="true"]:not(.az-full-width) > .az-shape-top,
[data-section] [data-full-width="true"]:not(.az-full-width) > .az-shape-bottom,
[data-element] [data-full-width="true"]:not(.az-full-width) > .az-shape-bottom,
[data-section] [data-full-width="true"]:not(.az-full-width) > .az-splitted-section > .az-background-column,
[data-element] [data-full-width="true"]:not(.az-full-width) > .az-splitted-section > .az-background-column {
display: none !important;
}
[data-section] [data-full-width="true"][data-stretch-content="true"] > .azh-row,
[data-element] [data-full-width="true"][data-stretch-content="true"] > .azh-row {
margin-right: 0;
margin-left: 0;
}
[data-section] [data-full-width="true"][data-without-padding="true"] > .azh-row,
[data-element] [data-full-width="true"][data-without-padding="true"] > .azh-row {
margin-right: 0;
margin-left: 0;
}
[data-section] [data-full-width="true"][data-without-padding="true"] > .azh-row > [class*="azh-col-"],
[data-element] [data-full-width="true"][data-without-padding="true"] > .azh-row > [class*="azh-col-"] {
padding-right: 0;
padding-left: 0;
}
[data-section] [data-column-padding="0"] > .azh-row,
[data-element] [data-column-padding="0"] > .azh-row {
margin-right: 0;
margin-left: 0;
}
[data-section] [data-column-padding="0"] > .azh-row > [class*="azh-col-"],
[data-element] [data-column-padding="0"] > .azh-row > [class*="azh-col-"] {
padding-right: 0;
padding-left: 0;
}
[data-section] [data-column-padding="1"] > .azh-row,
[data-element] [data-column-padding="1"] > .azh-row {
margin-right: -1px;
margin-left: -1px;
}
[data-section] [data-column-padding="1"] > .azh-row > [class*="azh-col-"],
[data-element] [data-column-padding="1"] > .azh-row > [class*="azh-col-"] {
padding-right: 1px;
padding-left: 1px;
}
[data-section] [data-column-padding="2"] > .azh-row,
[data-element] [data-column-padding="2"] > .azh-row {
margin-right: -2px;
margin-left: -2px;
}
[data-section] [data-column-padding="2"] > .azh-row > [class*="azh-col-"],
[data-element] [data-column-padding="2"] > .azh-row > [class*="azh-col-"] {
padding-right: 2px;
padding-left: 2px;
}
[data-section] [data-column-padding="3"] > .azh-row,
[data-element] [data-column-padding="3"] > .azh-row {
margin-right: -3px;
margin-left: -3px;
}
[data-section] [data-column-padding="3"] > .azh-row > [class*="azh-col-"],
[data-element] [data-column-padding="3"] > .azh-row > [class*="azh-col-"] {
padding-right: 3px;
padding-left: 3px;
}
[data-section] [data-column-padding="5"] > .azh-row,
[data-element] [data-column-padding="5"] > .azh-row {
margin-right: -5px;
margin-left: -5px;
}
[data-section] [data-column-padding="5"] > .azh-row > [class*="azh-col-"],
[data-element] [data-column-padding="5"] > .azh-row > [class*="azh-col-"] {
padding-right: 5px;
padding-left: 5px;
}
[data-section] [data-column-padding="10"] > .azh-row,
[data-element] [data-column-padding="10"] > .azh-row {
margin-right: -10px;
margin-left: -10px;
}
[data-section] [data-column-padding="10"] > .azh-row > [class*="azh-col-"],
[data-element] [data-column-padding="10"] > .azh-row > [class*="azh-col-"] {
padding-right: 10px;
padding-left: 10px;
}
[data-section] [data-column-padding="15"] > .azh-row,
[data-element] [data-column-padding="15"] > .azh-row {
margin-right: -15px;
margin-left: -15px;
}
[data-section] [data-column-padding="15"] > .azh-row > [class*="azh-col-"],
[data-element] [data-column-padding="15"] > .azh-row > [class*="azh-col-"] {
padding-right: 15px;
padding-left: 15px;
}
[data-section] [data-column-padding="20"] > .azh-row,
[data-element] [data-column-padding="20"] > .azh-row {
margin-right: -20px;
margin-left: -20px;
}
[data-section] [data-column-padding="20"] > .azh-row > [class*="azh-col-"],
[data-element] [data-column-padding="20"] > .azh-row > [class*="azh-col-"] {
padding-right: 20px;
padding-left: 20px;
}
[data-section] [data-column-padding="25"] > .azh-row,
[data-element] [data-column-padding="25"] > .azh-row {
margin-right: -25px;
margin-left: -25px;
}
[data-section] [data-column-padding="25"] > .azh-row > [class*="azh-col-"],
[data-element] [data-column-padding="25"] > .azh-row > [class*="azh-col-"] {
padding-right: 25px;
padding-left: 25px;
}
[data-section] [data-column-padding="30"] > .azh-row,
[data-element] [data-column-padding="30"] > .azh-row {
margin-right: -30px;
margin-left: -30px;
}
[data-section] [data-column-padding="30"] > .azh-row > [class*="azh-col-"],
[data-element] [data-column-padding="30"] > .azh-row > [class*="azh-col-"] {
padding-right: 30px;
padding-left: 30px;
}
[data-section] [data-column-padding="40"] > .azh-row,
[data-element] [data-column-padding="40"] > .azh-row {
margin-right: -40px;
margin-left: -40px;
}
[data-section] [data-column-padding="40"] > .azh-row > [class*="azh-col-"],
[data-element] [data-column-padding="40"] > .azh-row > [class*="azh-col-"] {
padding-right: 40px;
padding-left: 40px;
}
[data-section] [data-column-padding="50"] > .azh-row,
[data-element] [data-column-padding="50"] > .azh-row {
margin-right: -50px;
margin-left: -50px;
}
[data-section] [data-column-padding="50"] > .azh-row > [class*="azh-col-"],
[data-element] [data-column-padding="50"] > .azh-row > [class*="azh-col-"] {
padding-right: 50px;
padding-left: 50px;
}
[data-section] [data-column-padding="60"] > .azh-row,
[data-element] [data-column-padding="60"] > .azh-row {
margin-right: -60px;
margin-left: -60px;
}
[data-section] [data-column-padding="60"] > .azh-row > [class*="azh-col-"],
[data-element] [data-column-padding="60"] > .azh-row > [class*="azh-col-"] {
padding-right: 60px;
padding-left: 60px;
}
[data-section] [data-column-padding="70"] > .azh-row,
[data-element] [data-column-padding="70"] > .azh-row {
margin-right: -70px;
margin-left: -70px;
}
[data-section] [data-column-padding="70"] > .azh-row > [class*="azh-col-"],
[data-element] [data-column-padding="70"] > .azh-row > [class*="azh-col-"] {
padding-right: 70px;
padding-left: 70px;
}
[data-section] [data-background-mode="none"],
[data-element] [data-background-mode="none"] {
background-image: none !important;
}
[data-section] [data-background-mode="cover"],
[data-element] [data-background-mode="cover"],
[data-section] [data-background-mode="semi-transparent-color"],
[data-element] [data-background-mode="semi-transparent-color"] {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
[data-section] [data-background-mode="contain"],
[data-element] [data-background-mode="contain"] {
background-position: center;
background-repeat: no-repeat;
background-size: contain;
}
[data-section] [data-background-mode="no-repeat"],
[data-element] [data-background-mode="no-repeat"] {
background-position: 0 0;
background-repeat: no-repeat;
}
[data-section] [data-background-mode="repeat"],
[data-element] [data-background-mode="repeat"] {
background-position: 0 0;
background-repeat: repeat;
}
[data-section] [data-content-width="full-width"] > .azh-row,
[data-element] [data-content-width="full-width"] > .azh-row {
max-width: none !important;
}
[data-section] [data-content-width="boxed"] > .azh-row,
[data-element] [data-content-width="boxed"] > .azh-row {
margin: 0 auto !important;
}
[data-section] [data-row-height=""] > .azh-row,
[data-element] [data-row-height=""] > .azh-row {
min-height: 0 !important;
}
[data-section] [data-row-height="fit-to-screen"] > .azh-row,
[data-element] [data-row-height="fit-to-screen"] > .azh-row {
min-height: 100vh !important;
}
[data-section] [data-row-height="fit-to-screen"] > .azh-row,
[data-element] [data-row-height="fit-to-screen"] > .azh-row,
[data-section] [data-row-height="min-height"] > .azh-row,
[data-element] [data-row-height="min-height"] > .azh-row {
display: -webkit-box;
display: -ms-flexbox;
-webkit-display: flex;
-khtml-display: flex;
-moz-display: flex;
-ms-display: flex;
display: flex;
-webkit-lines: multiple;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-box-lines: multiple;
-o-box-lines: multiple;
box-lines: multiple;
-webkit-flex-wrap: wrap;
-khtml-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
[data-section] [data-row-height="fit-to-screen"][data-column-position="top"] > .azh-row,
[data-element] [data-row-height="fit-to-screen"][data-column-position="top"] > .azh-row,
[data-section] [data-row-height="min-height"][data-column-position="top"] > .azh-row,
[data-element] [data-row-height="min-height"][data-column-position="top"] > .azh-row {
-webkit-box-align: flex-start;
-webkit-box-align: start;
-moz-box-align: start;
-ms-box-align: start;
-o-box-align: start;
box-align: start;
-ms-flex-align: flex-start;
-ms-flex-align: start;
-webkit-align-items: flex-start;
-khtml-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
align-items: flex-start;
}
[data-section] [data-row-height="fit-to-screen"][data-column-position="middle"] > .azh-row,
[data-element] [data-row-height="fit-to-screen"][data-column-position="middle"] > .azh-row,
[data-section] [data-row-height="min-height"][data-column-position="middle"] > .azh-row,
[data-element] [data-row-height="min-height"][data-column-position="middle"] > .azh-row {
-webkit-box-align: center;
-moz-box-align: center;
-ms-box-align: center;
-o-box-align: center;
box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
-khtml-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
align-items: center;
}
[data-section] [data-row-height="fit-to-screen"][data-column-position="bottom"] > .azh-row,
[data-element] [data-row-height="fit-to-screen"][data-column-position="bottom"] > .azh-row,
[data-section] [data-row-height="min-height"][data-column-position="bottom"] > .azh-row,
[data-element] [data-row-height="min-height"][data-column-position="bottom"] > .azh-row {
-webkit-box-align: flex-end;
-webkit-box-align: end;
-moz-box-align: end;
-ms-box-align: end;
-o-box-align: end;
box-align: end;
-ms-flex-align: flex-end;
-ms-flex-align: end;
-webkit-align-items: flex-end;
-khtml-align-items: flex-end;
-moz-align-items: flex-end;
-ms-align-items: flex-end;
align-items: flex-end;
}
[data-section] [data-row-height="fit-to-screen"][data-column-position="stretch"][data-content-position="top"] > .azh-row > [class*="azh-col-"],
[data-element] [data-row-height="fit-to-screen"][data-column-position="stretch"][data-content-position="top"] > .azh-row > [class*="azh-col-"],
[data-section] [data-row-height="min-height"][data-column-position="stretch"][data-content-position="top"] > .azh-row > [class*="azh-col-"],
[data-element] [data-row-height="min-height"][data-column-position="stretch"][data-content-position="top"] > .azh-row > [class*="azh-col-"] {
display: -webkit-box;
display: -ms-flexbox;
-webkit-display: flex;
-khtml-display: flex;
-moz-display: flex;
-ms-display: flex;
display: flex;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-ms-box-orient: vertical;
-o-box-orient: vertical;
box-orient: vertical;
-webkit-flex-direction: column;
-khtml-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: flex-start;
-moz-box-pack: flex-start;
-webkit-box-pack: start;
-moz-box-pack: start;
-ms-flex-pack: flex-start;
-ms-flex-pack: start;
-webkit-justify-content: flex-start;
-khtml-justify-content: flex-start;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
justify-content: flex-start;
}
[data-section] [data-row-height="fit-to-screen"][data-column-position="stretch"][data-content-position="middle"] > .azh-row > [class*="azh-col-"],
[data-element] [data-row-height="fit-to-screen"][data-column-position="stretch"][data-content-position="middle"] > .azh-row > [class*="azh-col-"],
[data-section] [data-row-height="min-height"][data-column-position="stretch"][data-content-position="middle"] > .azh-row > [class*="azh-col-"],
[data-element] [data-row-height="min-height"][data-column-position="stretch"][data-content-position="middle"] > .azh-row > [class*="azh-col-"] {
display: -webkit-box;
display: -ms-flexbox;
-webkit-display: flex;
-khtml-display: flex;
-moz-display: flex;
-ms-display: flex;
display: flex;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-ms-box-orient: vertical;
-o-box-orient: vertical;
box-orient: vertical;
-webkit-flex-direction: column;
-khtml-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
-khtml-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
justify-content: center;
}
[data-section] [data-row-height="fit-to-screen"][data-column-position="stretch"][data-content-position="bottom"] > .azh-row > [class*="azh-col-"],
[data-element] [data-row-height="fit-to-screen"][data-column-position="stretch"][data-content-position="bottom"] > .azh-row > [class*="azh-col-"],
[data-section] [data-row-height="min-height"][data-column-position="stretch"][data-content-position="bottom"] > .azh-row > [class*="azh-col-"],
[data-element] [data-row-height="min-height"][data-column-position="stretch"][data-content-position="bottom"] > .azh-row > [class*="azh-col-"] {
display: -webkit-box;
display: -ms-flexbox;
-webkit-display: flex;
-khtml-display: flex;
-moz-display: flex;
-ms-display: flex;
display: flex;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-ms-box-orient: vertical;
-o-box-orient: vertical;
box-orient: vertical;
-webkit-flex-direction: column;
-khtml-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: flex-end;
-moz-box-pack: flex-end;
-webkit-box-pack: end;
-moz-box-pack: end;
-ms-flex-pack: flex-end;
-ms-flex-pack: end;
-webkit-justify-content: flex-end;
-khtml-justify-content: flex-end;
-moz-justify-content: flex-end;
-ms-justify-content: flex-end;
justify-content: flex-end;
}
[data-section] [data-row-height="fit-to-screen"][data-column-position="stretch"][data-content-position="space-around"] > .azh-row > [class*="azh-col-"],
[data-element] [data-row-height="fit-to-screen"][data-column-position="stretch"][data-content-position="space-around"] > .azh-row > [class*="azh-col-"],
[data-section] [data-row-height="min-height"][data-column-position="stretch"][data-content-position="space-around"] > .azh-row > [class*="azh-col-"],
[data-element] [data-row-height="min-height"][data-column-position="stretch"][data-content-position="space-around"] > .azh-row > [class*="azh-col-"] {
display: -webkit-box;
display: -ms-flexbox;
-webkit-display: flex;
-khtml-display: flex;
-moz-display: flex;
-ms-display: flex;
display: flex;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-ms-box-orient: vertical;
-o-box-orient: vertical;
box-orient: vertical;
-webkit-flex-direction: column;
-khtml-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: space-around;
-moz-box-pack: space-around;
-ms-flex-pack: space-around;
-ms-flex-pack: distribute;
-webkit-justify-content: space-around;
-khtml-justify-content: space-around;
-moz-justify-content: space-around;
-ms-justify-content: space-around;
justify-content: space-around;
}
[data-section] [data-row-height="fit-to-screen"][data-column-position="stretch"][data-content-position="space-between"] > .azh-row > [class*="azh-col-"],
[data-element] [data-row-height="fit-to-screen"][data-column-position="stretch"][data-content-position="space-between"] > .azh-row > [class*="azh-col-"],
[data-section] [data-row-height="min-height"][data-column-position="stretch"][data-content-position="space-between"] > .azh-row > [class*="azh-col-"],
[data-element] [data-row-height="min-height"][data-column-position="stretch"][data-content-position="space-between"] > .azh-row > [class*="azh-col-"] {
display: -webkit-box;
display: -ms-flexbox;
-webkit-display: flex;
-khtml-display: flex;
-moz-display: flex;
-ms-display: flex;
display: flex;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-ms-box-orient: vertical;
-o-box-orient: vertical;
box-orient: vertical;
-webkit-flex-direction: column;
-khtml-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: space-between;
-moz-box-pack: space-between;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: space-between;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
-khtml-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between;
}
[data-section] [data-overflow-hidden="true"],
[data-element] [data-overflow-hidden="true"] {
overflow: hidden;
}
[data-section] [data-full-width],
[data-element] [data-full-width] {
border-width: 0;
position: relative !important;
}
[data-section] [data-full-width] > .az-overlay,
[data-element] [data-full-width] > .az-overlay,
[data-section] [data-full-width] > .az-overlay > div,
[data-element] [data-full-width] > .az-overlay > div {
position: absolute !important;
pointer-events: none !important;
top: 0 !important;
left: 0 !important;
right: 0 !important;
bottom: 0 !important;
}
[data-section] [data-full-width] > .az-overlay,
[data-element] [data-full-width] > .az-overlay {
overflow: hidden !important;
}
[data-section] [data-full-width] > .az-overlay > div,
[data-element] [data-full-width] > .az-overlay > div {
-webkit-transform-origin: center;
-khtml-transform-origin: center;
-moz-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate(0deg);
-khtml-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
[data-section] [data-full-width] > .az-overlay > div.az-flip,
[data-element] [data-full-width] > .az-overlay > div.az-flip {
-webkit-transform: rotateY(180deg);
-khtml-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
transform: rotateY(180deg);
}
[data-section] [data-full-width] > .az-overlay > div.az-invert,
[data-element] [data-full-width] > .az-overlay > div.az-invert {
-webkit-transform: rotateX(180deg);
-khtml-transform: rotateX(180deg);
-moz-transform: rotateX(180deg);
-ms-transform: rotateX(180deg);
transform: rotateX(180deg);
}
[data-section] [data-full-width] > .az-overlay > div.az-flip.az-invert,
[data-element] [data-full-width] > .az-overlay > div.az-flip.az-invert {
-webkit-transform: rotateY(180deg) rotateX(180deg);
-khtml-transform: rotateY(180deg) rotateX(180deg);
-moz-transform: rotateY(180deg) rotateX(180deg);
-ms-transform: rotateY(180deg) rotateX(180deg);
transform: rotateY(180deg) rotateX(180deg);
}
[data-section] [data-full-width] > .az-overlay > div svg,
[data-element] [data-full-width] > .az-overlay > div svg {
display: block;
width: 100%;
height: 100%;
position: relative;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-khtml-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
[data-section] [data-full-width] > .az-overlay > div svg .az-shape-fill,
[data-element] [data-full-width] > .az-overlay > div svg .az-shape-fill {
-webkit-fill: #000000;
-khtml-fill: #000000;
-moz-fill: #000000;
-ms-fill: #000000;
fill: #000000;
}
[data-section] [data-full-width] > .az-overlay > div svg.az-top-left,
[data-element] [data-full-width] > .az-overlay > div svg.az-top-left {
-webkit-transform: translate(0%, 0%);
-khtml-transform: translate(0%, 0%);
-moz-transform: translate(0%, 0%);
-ms-transform: translate(0%, 0%);
transform: translate(0%, 0%);
}
[data-section] [data-full-width] > .az-overlay > div svg.az-top-center,
[data-element] [data-full-width] > .az-overlay > div svg.az-top-center {
-webkit-transform: translate(-50%, 0%);
-khtml-transform: translate(-50%, 0%);
-moz-transform: translate(-50%, 0%);
-ms-transform: translate(-50%, 0%);
transform: translate(-50%, 0%);
}
[data-section] [data-full-width] > .az-overlay > div svg.az-top-right,
[data-element] [data-full-width] > .az-overlay > div svg.az-top-right {
-webkit-transform: translate(-100%, 0%);
-khtml-transform: translate(-100%, 0%);
-moz-transform: translate(-100%, 0%);
-ms-transform: translate(-100%, 0%);
transform: translate(-100%, 0%);
}
[data-section] [data-full-width] > .az-overlay > div svg.az-center-left,
[data-element] [data-full-width] > .az-overlay > div svg.az-center-left {
-webkit-transform: translate(0%, -50%);
-khtml-transform: translate(0%, -50%);
-moz-transform: translate(0%, -50%);
-ms-transform: translate(0%, -50%);
transform: translate(0%, -50%);
}
[data-section] [data-full-width] > .az-overlay > div svg.az-center-center,
[data-element] [data-full-width] > .az-overlay > div svg.az-center-center {
-webkit-transform: translate(-50%, -50%);
-khtml-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
[data-section] [data-full-width] > .az-overlay > div svg.az-center-right,
[data-element] [data-full-width] > .az-overlay > div svg.az-center-right {
-webkit-transform: translate(-100%, -50%);
-khtml-transform: translate(-100%, -50%);
-moz-transform: translate(-100%, -50%);
-ms-transform: translate(-100%, -50%);
transform: translate(-100%, -50%);
}
[data-section] [data-full-width] > .az-overlay > div svg.az-bottom-left,
[data-element] [data-full-width] > .az-overlay > div svg.az-bottom-left {
-webkit-transform: translate(0%, -100%);
-khtml-transform: translate(0%, -100%);
-moz-transform: translate(0%, -100%);
-ms-transform: translate(0%, -100%);
transform: translate(0%, -100%);
}
[data-section] [data-full-width] > .az-overlay > div svg.az-bottom-center,
[data-element] [data-full-width] > .az-overlay > div svg.az-bottom-center {
-webkit-transform: translate(-50%, -100%);
-khtml-transform: translate(-50%, -100%);
-moz-transform: translate(-50%, -100%);
-ms-transform: translate(-50%, -100%);
transform: translate(-50%, -100%);
}
[data-section] [data-full-width] > .az-overlay > div svg.az-bottom-right,
[data-element] [data-full-width] > .az-overlay > div svg.az-bottom-right {
-webkit-transform: translate(-100%, -100%);
-khtml-transform: translate(-100%, -100%);
-moz-transform: translate(-100%, -100%);
-ms-transform: translate(-100%, -100%);
transform: translate(-100%, -100%);
}
[data-section] [data-background-video][data-background-video=''] > .az-background-video,
[data-element] [data-background-video][data-background-video=''] > .az-background-video,
[data-section] [data-background-video]:not([data-background-type="video"]) > .az-background-video,
[data-element] [data-background-video]:not([data-background-type="video"]) > .az-background-video {
display: none;
}
[data-section] [data-background-video]:not([data-background-video='']),
[data-element] [data-background-video]:not([data-background-video='']) {
position: relative;
}
[data-section] [data-background-video]:not([data-background-video='']) > .az-background-video,
[data-element] [data-background-video]:not([data-background-video='']) > .az-background-video {
position: absolute;
pointer-events: none;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
}
[data-section] [data-background-video]:not([data-background-video='']) > .az-background-video iframe,
[data-element] [data-background-video]:not([data-background-video='']) > .az-background-video iframe,
[data-section] [data-background-video]:not([data-background-video='']) > .az-background-video video,
[data-element] [data-background-video]:not([data-background-video='']) > .az-background-video video {
box-sizing: border-box;
width: 100% !important;
position: absolute;
top: 50% !important;
left: auto !important;
transform: translateY(-50%);
border: none;
}
[data-section] [data-background-video]:not([data-background-video='']) > .az-background-video video,
[data-element] [data-background-video]:not([data-background-video='']) > .az-background-video video {
object-fit: cover;
}
.az-isotope .az-isotope-filters {
text-align: center;
}
.az-isotope .az-isotope-filters [data-filter] {
cursor: pointer;
display: inline-block;
}
.az-isotope .az-isotope-filters [data-filter]:last-child {
margin-right: 0 !important;
}
.az-isotope .az-isotope-items[data-gutter="0"] {
margin: 0;
}
.az-isotope .az-isotope-items[data-gutter="0"] > .az-item > div {
margin: 0;
}
.az-isotope .az-isotope-items[data-gutter="1"] {
margin: -1px;
}
.az-isotope .az-isotope-items[data-gutter="1"] > .az-item > div {
margin: 1px;
}
.az-isotope .az-isotope-items[data-gutter="2"] {
margin: -2px;
}
.az-isotope .az-isotope-items[data-gutter="2"] > .az-item > div {
margin: 2px;
}
.az-isotope .az-isotope-items[data-gutter="3"] {
margin: -3px;
}
.az-isotope .az-isotope-items[data-gutter="3"] > .az-item > div {
margin: 3px;
}
.az-isotope .az-isotope-items[data-gutter="4"] {
margin: -4px;
}
.az-isotope .az-isotope-items[data-gutter="4"] > .az-item > div {
margin: 4px;
}
.az-isotope .az-isotope-items[data-gutter="5"] {
margin: -5px;
}
.az-isotope .az-isotope-items[data-gutter="5"] > .az-item > div {
margin: 5px;
}
.az-isotope .az-isotope-items[data-gutter="10"] {
margin: -10px;
}
.az-isotope .az-isotope-items[data-gutter="10"] > .az-item > div {
margin: 10px;
}
.az-isotope .az-isotope-items[data-gutter="15"] {
margin: -15px;
}
.az-isotope .az-isotope-items[data-gutter="15"] > .az-item > div {
margin: 15px;
}
.az-isotope .az-isotope-items[data-gutter="20"] {
margin: -20px;
}
.az-isotope .az-isotope-items[data-gutter="20"] > .az-item > div {
margin: 20px;
}
.az-isotope .az-isotope-items[data-gutter="25"] {
margin: -25px;
}
.az-isotope .az-isotope-items[data-gutter="25"] > .az-item > div {
margin: 25px;
}
.az-isotope .az-isotope-items[data-gutter="30"] {
margin: -30px;
}
.az-isotope .az-isotope-items[data-gutter="30"] > .az-item > div {
margin: 30px;
}
.az-isotope .az-isotope-items .az-item {
width: 100%;
transition: none;
box-sizing: content-box;
}
.az-isotope .az-isotope-items[data-columns="1"] > .az-item {
width: 100%;
}
.az-isotope .az-isotope-items[data-columns="2"] > .az-item[data-columns="1"] {
width: 50%;
}
.az-isotope .az-isotope-items[data-columns="2"] > .az-item[data-columns="2"] {
width: 100%;
}
.az-isotope .az-isotope-items[data-columns="3"] > .az-item[data-columns="1"] {
width: 33.33333333%;
}
.az-isotope .az-isotope-items[data-columns="3"] > .az-item[data-columns="2"] {
width: 66.66666667%;
}
.az-isotope .az-isotope-items[data-columns="3"] > .az-item[data-columns="3"] {
width: 100%;
}
.az-isotope .az-isotope-items[data-columns="4"] > .az-item[data-columns="1"] {
width: 25%;
}
.az-isotope .az-isotope-items[data-columns="4"] > .az-item[data-columns="2"] {
width: 50%;
}
.az-isotope .az-isotope-items[data-columns="4"] > .az-item[data-columns="3"] {
width: 75%;
}
.az-isotope .az-isotope-items[data-columns="4"] > .az-item[data-columns="4"] {
width: 100%;
}
.az-isotope .az-isotope-items[data-columns="5"] > .az-item[data-columns="1"] {
width: 20%;
}
.az-isotope .az-isotope-items[data-columns="5"] > .az-item[data-columns="2"] {
width: 40%;
}
.az-isotope .az-isotope-items[data-columns="5"] > .az-item[data-columns="3"] {
width: 60%;
}
.az-isotope .az-isotope-items[data-columns="5"] > .az-item[data-columns="4"] {
width: 80%;
}
.az-isotope .az-isotope-items[data-columns="5"] > .az-item[data-columns="5"] {
width: 100%;
}
.az-isotope .az-isotope-items[data-columns="6"] > .az-item[data-columns="1"] {
width: 16.66666667%;
}
.az-isotope .az-isotope-items[data-columns="6"] > .az-item[data-columns="2"] {
width: 33.33333333%;
}
.az-isotope .az-isotope-items[data-columns="6"] > .az-item[data-columns="3"] {
width: 50%;
}
.az-isotope .az-isotope-items[data-columns="6"] > .az-item[data-columns="4"] {
width: 66.66666667%;
}
.az-isotope .az-isotope-items[data-columns="6"] > .az-item[data-columns="5"] {
width: 83.33333333%;
}
.az-isotope .az-isotope-items[data-columns="6"] > .az-item[data-columns="5"] {
width: 100%;
}
.az-isotope .az-isotope-items[data-columns="7"] > .az-item[data-columns="1"] {
width: 14.28571429%;
}
.az-isotope .az-isotope-items[data-columns="7"] > .az-item[data-columns="2"] {
width: 28.57142857%;
}
.az-isotope .az-isotope-items[data-columns="7"] > .az-item[data-columns="3"] {
width: 42.85714286%;
}
.az-isotope .az-isotope-items[data-columns="7"] > .az-item[data-columns="4"] {
width: 57.14285714%;
}
.az-isotope .az-isotope-items[data-columns="7"] > .az-item[data-columns="5"] {
width: 71.42857143%;
}
.az-isotope .az-isotope-items[data-columns="7"] > .az-item[data-columns="6"] {
width: 85.71428571%;
}
.az-isotope .az-isotope-items[data-columns="7"] > .az-item[data-columns="6"] {
width: 100%;
}
.az-isotope .az-isotope-items[data-columns="8"] > .az-item[data-columns="1"] {
width: 12.5%;
}
.az-isotope .az-isotope-items[data-columns="8"] > .az-item[data-columns="2"] {
width: 25%;
}
.az-isotope .az-isotope-items[data-columns="8"] > .az-item[data-columns="3"] {
width: 37.5%;
}
.az-isotope .az-isotope-items[data-columns="8"] > .az-item[data-columns="4"] {
width: 50%;
}
.az-isotope .az-isotope-items[data-columns="8"] > .az-item[data-columns="5"] {
width: 62.5%;
}
.az-isotope .az-isotope-items[data-columns="8"] > .az-item[data-columns="6"] {
width: 75%;
}
.az-isotope .az-isotope-items[data-columns="8"] > .az-item[data-columns="7"] {
width: 87.5%;
}
.az-isotope .az-isotope-items[data-columns="8"] > .az-item[data-columns="8"] {
width: 100%;
}
.az-isotope .az-isotope-items[data-columns="9"] > .az-item[data-columns="1"] {
width: 11.11111111%;
}
.az-isotope .az-isotope-items[data-columns="9"] > .az-item[data-columns="2"] {
width: 22.22222222%;
}
.az-isotope .az-isotope-items[data-columns="9"] > .az-item[data-columns="3"] {
width: 33.33333333%;
}
.az-isotope .az-isotope-items[data-columns="9"] > .az-item[data-columns="4"] {
width: 44.44444444%;
}
.az-isotope .az-isotope-items[data-columns="9"] > .az-item[data-columns="5"] {
width: 55.55555556%;
}
.az-isotope .az-isotope-items[data-columns="9"] > .az-item[data-columns="6"] {
width: 66.66666667%;
}
.az-isotope .az-isotope-items[data-columns="9"] > .az-item[data-columns="7"] {
width: 77.77777778%;
}
.az-isotope .az-isotope-items[data-columns="9"] > .az-item[data-columns="8"] {
width: 88.88888889%;
}
.az-isotope .az-isotope-items[data-columns="9"] > .az-item[data-columns="9"] {
width: 100%;
}
.az-isotope .az-isotope-items[data-columns="10"] > .az-item[data-columns="1"] {
width: 10%;
}
.az-isotope .az-isotope-items[data-columns="10"] > .az-item[data-columns="2"] {
width: 20%;
}
.az-isotope .az-isotope-items[data-columns="10"] > .az-item[data-columns="3"] {
width: 30%;
}
.az-isotope .az-isotope-items[data-columns="10"] > .az-item[data-columns="4"] {
width: 40%;
}
.az-isotope .az-isotope-items[data-columns="10"] > .az-item[data-columns="5"] {
width: 50%;
}
.az-isotope .az-isotope-items[data-columns="10"] > .az-item[data-columns="6"] {
width: 60%;
}
.az-isotope .az-isotope-items[data-columns="10"] > .az-item[data-columns="7"] {
width: 70%;
}
.az-isotope .az-isotope-items[data-columns="10"] > .az-item[data-columns="8"] {
width: 80%;
}
.az-isotope .az-isotope-items[data-columns="10"] > .az-item[data-columns="9"] {
width: 90%;
}
.az-isotope .az-isotope-items[data-columns="10"] > .az-item[data-columns="10"] {
width: 100%;
}
@media screen and (max-width: 767px) {
.az-isotope .az-isotope-items[data-columns-xs="1"] > .az-item {
width: 100% !important;
}
.az-isotope .az-isotope-items[data-columns-xs="2"] > .az-item[data-columns-xs="1"] {
width: 50%;
}
.az-isotope .az-isotope-items[data-columns-xs="2"] > .az-item[data-columns-xs="2"] {
width: 100%;
}
.az-isotope .az-isotope-items[data-columns-xs="3"] > .az-item[data-columns-xs="1"] {
width: 33.33333333%;
}
.az-isotope .az-isotope-items[data-columns-xs="3"] > .az-item[data-columns-xs="2"] {
width: 66.66666667%;
}
.az-isotope .az-isotope-items[data-columns-xs="3"] > .az-item[data-columns-xs="3"] {
width: 100%;
}
.az-isotope .az-isotope-items[data-columns-xs="4"] > .az-item[data-columns-xs="1"] {
width: 25%;
}
.az-isotope .az-isotope-items[data-columns-xs="4"] > .az-item[data-columns-xs="2"] {
width: 50%;
}
.az-isotope .az-isotope-items[data-columns-xs="4"] > .az-item[data-columns-xs="3"] {
width: 75%;
}
.az-isotope .az-isotope-items[data-columns-xs="4"] > .az-item[data-columns-xs="4"] {
width: 100%;
}
.az-isotope .az-isotope-items[data-columns-xs="5"] > .az-item[data-columns-xs="1"] {
width: 20%;
}
.az-isotope .az-isotope-items[data-columns-xs="5"] > .az-item[data-columns-xs="2"] {
width: 40%;
}
.az-isotope .az-isotope-items[data-columns-xs="5"] > .az-item[data-columns-xs="3"] {
width: 60%;
}
.az-isotope .az-isotope-items[data-columns-xs="5"] > .az-item[data-columns-xs="4"] {
width: 80%;
}
.az-isotope .az-isotope-items[data-columns-xs="5"] > .az-item[data-columns-xs="5"] {
width: 100%;
}
.az-isotope .az-isotope-items[data-columns-xs="6"] > .az-item[data-columns-xs="1"] {
width: 16.66666667%;
}
.az-isotope .az-isotope-items[data-columns-xs="6"] > .az-item[data-columns-xs="2"] {
width: 33.33333333%;
}
.az-isotope .az-isotope-items[data-columns-xs="6"] > .az-item[data-columns-xs="3"] {
width: 50%;
}
.az-isotope .az-isotope-items[data-columns-xs="6"] > .az-item[data-columns-xs="4"] {
width: 66.66666667%;
}
.az-isotope .az-isotope-items[data-columns-xs="6"] > .az-item[data-columns-xs="5"] {
width: 83.33333333%;
}
.az-isotope .az-isotope-items[data-columns-xs="6"] > .az-item[data-columns-xs="6"] {
width: 100%;
}
.az-isotope .az-isotope-items[data-columns-xs="7"] > .az-item[data-columns-xs="1"] {
width: 14.28571429%;
}
.az-isotope .az-isotope-items[data-columns-xs="7"] > .az-item[data-columns-xs="2"] {
width: 28.57142857%;
}
.az-isotope .az-isotope-items[data-columns-xs="7"] > .az-item[data-columns-xs="3"] {
width: 42.85714286%;
}
.az-isotope .az-isotope-items[data-columns-xs="7"] > .az-item[data-columns-xs="4"] {
width: 57.14285714%;
}
.az-isotope .az-isotope-items[data-columns-xs="7"] > .az-item[data-columns-xs="5"] {
width: 71.42857143%;
}
.az-isotope .az-isotope-items[data-columns-xs="7"] > .az-item[data-columns-xs="6"] {
width: 85.71428571%;
}
.az-isotope .az-isotope-items[data-columns-xs="7"] > .az-item[data-columns-xs="7"] {
width: 100%;
}
.az-isotope .az-isotope-items[data-columns-xs="8"] > .az-item[data-columns-xs="1"] {
width: 12.5%;
}
.az-isotope .az-isotope-items[data-columns-xs="8"] > .az-item[data-columns-xs="2"] {
width: 25%;
}
.az-isotope .az-isotope-items[data-columns-xs="8"] > .az-item[data-columns-xs="3"] {
width: 37.5%;
}
.az-isotope .az-isotope-items[data-columns-xs="8"] > .az-item[data-columns-xs="4"] {
width: 50%;
}
.az-isotope .az-isotope-items[data-columns-xs="8"] > .az-item[data-columns-xs="5"] {
width: 62.5%;
}
.az-isotope .az-isotope-items[data-columns-xs="8"] > .az-item[data-columns-xs="6"] {
width: 75%;
}
.az-isotope .az-isotope-items[data-columns-xs="8"] > .az-item[data-columns-xs="7"] {
width: 87.5%;
}
.az-isotope .az-isotope-items[data-columns-xs="8"] > .az-item[data-columns-xs="8"] {
width: 100%;
}
.az-isotope .az-isotope-items[data-columns-xs="9"] > .az-item[data-columns-xs="1"] {
width: 11.11111111%;
}
.az-isotope .az-isotope-items[data-columns-xs="9"] > .az-item[data-columns-xs="2"] {
width: 22.22222222%;
}
.az-isotope .az-isotope-items[data-columns-xs="9"] > .az-item[data-columns-xs="3"] {
width: 33.33333333%;
}
.az-isotope .az-isotope-items[data-columns-xs="9"] > .az-item[data-columns-xs="4"] {
width: 44.44444444%;
}
.az-isotope .az-isotope-items[data-columns-xs="9"] > .az-item[data-columns-xs="5"] {
width: 55.55555556%;
}
.az-isotope .az-isotope-items[data-columns-xs="9"] > .az-item[data-columns-xs="6"] {
width: 66.66666667%;
}
.az-isotope .az-isotope-items[data-columns-xs="9"] > .az-item[data-columns-xs="7"] {
width: 77.77777778%;
}
.az-isotope .az-isotope-items[data-columns-xs="9"] > .az-item[data-columns-xs="8"] {
width: 88.88888889%;
}
.az-isotope .az-isotope-items[data-columns-xs="9"] > .az-item[data-columns-xs="9"] {
width: 100%;
}
.az-isotope .az-isotope-items[data-columns-xs="10"] > .az-item[data-columns-xs="1"] {
width: 10%;
}
.az-isotope .az-isotope-items[data-columns-xs="10"] > .az-item[data-columns-xs="2"] {
width: 20%;
}
.az-isotope .az-isotope-items[data-columns-xs="10"] > .az-item[data-columns-xs="3"] {
width: 30%;
}
.az-isotope .az-isotope-items[data-columns-xs="10"] > .az-item[data-columns-xs="4"] {
width: 40%;
}
.az-isotope .az-isotope-items[data-columns-xs="10"] > .az-item[data-columns-xs="5"] {
width: 50%;
}
.az-isotope .az-isotope-items[data-columns-xs="10"] > .az-item[data-columns-xs="6"] {
width: 60%;
}
.az-isotope .az-isotope-items[data-columns-xs="10"] > .az-item[data-columns-xs="7"] {
width: 70%;
}
.az-isotope .az-isotope-items[data-columns-xs="10"] > .az-item[data-columns-xs="8"] {
width: 80%;
}
.az-isotope .az-isotope-items[data-columns-xs="10"] > .az-item[data-columns-xs="9"] {
width: 90%;
}
.az-isotope .az-isotope-items[data-columns-xs="10"] > .az-item[data-columns-xs="10"] {
width: 100%;
}
}
@media screen and (max-width: 991px) and (min-width: 768px) {
.az-isotope .az-isotope-items[data-columns-sm="1"] > .az-item {
width: 100% !important;
}
.az-isotope .az-isotope-items[data-columns-sm="2"] > .az-item[data-columns-sm="1"] {
width: 50%;
}
.az-isotope .az-isotope-items[data-columns-sm="2"] > .az-item[data-columns-sm="2"] {
width: 100%;
}
.az-isotope .az-isotope-items[data-columns-sm="3"] > .az-item[data-columns-sm="1"] {
width: 33.33333333%;
}
.az-isotope .az-isotope-items[data-columns-sm="3"] > .az-item[data-columns-sm="2"] {
width: 66.66666667%;
}
.az-isotope .az-isotope-items[data-columns-sm="3"] > .az-item[data-columns-sm="3"] {
width: 100%;
}
.az-isotope .az-isotope-items[data-columns-sm="4"] > .az-item[data-columns-sm="1"] {
width: 25%;
}
.az-isotope .az-isotope-items[data-columns-sm="4"] > .az-item[data-columns-sm="2"] {
width: 50%;
}
.az-isotope .az-isotope-items[data-columns-sm="4"] > .az-item[data-columns-sm="3"] {
width: 75%;
}
.az-isotope .az-isotope-items[data-columns-sm="4"] > .az-item[data-columns-sm="4"] {
width: 100%;
}
.az-isotope .az-isotope-items[data-columns-sm="5"] > .az-item[data-columns-sm="1"] {
width: 20%;
}
.az-isotope .az-isotope-items[data-columns-sm="5"] > .az-item[data-columns-sm="2"] {
width: 40%;
}
.az-isotope .az-isotope-items[data-columns-sm="5"] > .az-item[data-columns-sm="3"] {
width: 60%;
}
.az-isotope .az-isotope-items[data-columns-sm="5"] > .az-item[data-columns-sm="4"] {
width: 80%;
}
.az-isotope .az-isotope-items[data-columns-sm="5"] > .az-item[data-columns-sm="5"] {
width: 100%;
}
.az-isotope .az-isotope-items[data-columns-sm="6"] > .az-item[data-columns-sm="1"] {
width: 16.66666667%;
}
.az-isotope .az-isotope-items[data-columns-sm="6"] > .az-item[data-columns-sm="2"] {
width: 33.33333333%;
}
.az-isotope .az-isotope-items[data-columns-sm="6"] > .az-item[data-columns-sm="3"] {
width: 50%;
}
.az-isotope .az-isotope-items[data-columns-sm="6"] > .az-item[data-columns-sm="4"] {
width: 66.66666667%;
}
.az-isotope .az-isotope-items[data-columns-sm="6"] > .az-item[data-columns-sm="5"] {
width: 83.33333333%;
}
.az-isotope .az-isotope-items[data-columns-sm="6"] > .az-item[data-columns-sm="6"] {
width: 100%;
}
.az-isotope .az-isotope-items[data-columns-sm="7"] > .az-item[data-columns-sm="1"] {
width: 14.28571429%;
}
.az-isotope .az-isotope-items[data-columns-sm="7"] > .az-item[data-columns-sm="2"] {
width: 28.57142857%;
}
.az-isotope .az-isotope-items[data-columns-sm="7"] > .az-item[data-columns-sm="3"] {
width: 42.85714286%;
}
.az-isotope .az-isotope-items[data-columns-sm="7"] > .az-item[data-columns-sm="4"] {
width: 57.14285714%;
}
.az-isotope .az-isotope-items[data-columns-sm="7"] > .az-item[data-columns-sm="5"] {
width: 71.42857143%;
}
.az-isotope .az-isotope-items[data-columns-sm="7"] > .az-item[data-columns-sm="6"] {
width: 85.71428571%;
}
.az-isotope .az-isotope-items[data-columns-sm="7"] > .az-item[data-columns-sm="7"] {
width: 100%;
}
.az-isotope .az-isotope-items[data-columns-sm="8"] > .az-item[data-columns-sm="1"] {
width: 12.5%;
}
.az-isotope .az-isotope-items[data-columns-sm="8"] > .az-item[data-columns-sm="2"] {
width: 25%;
}
.az-isotope .az-isotope-items[data-columns-sm="8"] > .az-item[data-columns-sm="3"] {
width: 37.5%;
}
.az-isotope .az-isotope-items[data-columns-sm="8"] > .az-item[data-columns-sm="4"] {
width: 50%;
}
.az-isotope .az-isotope-items[data-columns-sm="8"] > .az-item[data-columns-sm="5"] {
width: 62.5%;
}
.az-isotope .az-isotope-items[data-columns-sm="8"] > .az-item[data-columns-sm="6"] {
width: 75%;
}
.az-isotope .az-isotope-items[data-columns-sm="8"] > .az-item[data-columns-sm="7"] {
width: 87.5%;
}
.az-isotope .az-isotope-items[data-columns-sm="8"] > .az-item[data-columns-sm="8"] {
width: 100%;
}
.az-isotope .az-isotope-items[data-columns-sm="9"] > .az-item[data-columns-sm="1"] {
width: 11.11111111%;
}
.az-isotope .az-isotope-items[data-columns-sm="9"] > .az-item[data-columns-sm="2"] {
width: 22.22222222%;
}
.az-isotope .az-isotope-items[data-columns-sm="9"] > .az-item[data-columns-sm="3"] {
width: 33.33333333%;
}
.az-isotope .az-isotope-items[data-columns-sm="9"] > .az-item[data-columns-sm="4"] {
width: 44.44444444%;
}
.az-isotope .az-isotope-items[data-columns-sm="9"] > .az-item[data-columns-sm="5"] {
width: 55.55555556%;
}
.az-isotope .az-isotope-items[data-columns-sm="9"] > .az-item[data-columns-sm="6"] {
width: 66.66666667%;
}
.az-isotope .az-isotope-items[data-columns-sm="9"] > .az-item[data-columns-sm="7"] {
width: 77.77777778%;
}
.az-isotope .az-isotope-items[data-columns-sm="9"] > .az-item[data-columns-sm="8"] {
width: 88.88888889%;
}
.az-isotope .az-isotope-items[data-columns-sm="9"] > .az-item[data-columns-sm="9"] {
width: 100%;
}
.az-isotope .az-isotope-items[data-columns-sm="10"] > .az-item[data-columns-sm="1"] {
width: 10%;
}
.az-isotope .az-isotope-items[data-columns-sm="10"] > .az-item[data-columns-sm="2"] {
width: 20%;
}
.az-isotope .az-isotope-items[data-columns-sm="10"] > .az-item[data-columns-sm="3"] {
width: 30%;
}
.az-isotope .az-isotope-items[data-columns-sm="10"] > .az-item[data-columns-sm="4"] {
width: 40%;
}
.az-isotope .az-isotope-items[data-columns-sm="10"] > .az-item[data-columns-sm="5"] {
width: 50%;
}
.az-isotope .az-isotope-items[data-columns-sm="10"] > .az-item[data-columns-sm="6"] {
width: 60%;
}
.az-isotope .az-isotope-items[data-columns-sm="10"] > .az-item[data-columns-sm="7"] {
width: 70%;
}
.az-isotope .az-isotope-items[data-columns-sm="10"] > .az-item[data-columns-sm="8"] {
width: 80%;
}
.az-isotope .az-isotope-items[data-columns-sm="10"] > .az-item[data-columns-sm="9"] {
width: 90%;
}
.az-isotope .az-isotope-items[data-columns-sm="10"] > .az-item[data-columns-sm="10"] {
width: 100%;
}
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
.az-isotope .az-isotope-items[data-columns-md="1"] > .az-item {
width: 100% !important;
}
.az-isotope .az-isotope-items[data-columns-md="2"] > .az-item[data-columns-md="1"] {
width: 50%;
}
.az-isotope .az-isotope-items[data-columns-md="2"] > .az-item[data-columns-md="2"] {
width: 100%;
}
.az-isotope .az-isotope-items[data-columns-md="3"] > .az-item[data-columns-md="1"] {
width: 33.33333333%;
}
.az-isotope .az-isotope-items[data-columns-md="3"] > .az-item[data-columns-md="2"] {
width: 66.66666667%;
}
.az-isotope .az-isotope-items[data-columns-md="3"] > .az-item[data-columns-md="3"] {
width: 100%;
}
.az-isotope .az-isotope-items[data-columns-md="4"] > .az-item[data-columns-md="1"] {
width: 25%;
}
.az-isotope .az-isotope-items[data-columns-md="4"] > .az-item[data-columns-md="2"] {
width: 50%;
}
.az-isotope .az-isotope-items[data-columns-md="4"] > .az-item[data-columns-md="3"] {
width: 75%;
}
.az-isotope .az-isotope-items[data-columns-md="4"] > .az-item[data-columns-md="4"] {
width: 100%;
}
.az-isotope .az-isotope-items[data-columns-md="5"] > .az-item[data-columns-md="1"] {
width: 20%;
}
.az-isotope .az-isotope-items[data-columns-md="5"] > .az-item[data-columns-md="2"] {
width: 40%;
}
.az-isotope .az-isotope-items[data-columns-md="5"] > .az-item[data-columns-md="3"] {
width: 60%;
}
.az-isotope .az-isotope-items[data-columns-md="5"] > .az-item[data-columns-md="4"] {
width: 80%;
}
.az-isotope .az-isotope-items[data-columns-md="5"] > .az-item[data-columns-md="5"] {
width: 100%;
}
.az-isotope .az-isotope-items[data-columns-md="6"] > .az-item[data-columns-md="1"] {
width: 16.66666667%;
}
.az-isotope .az-isotope-items[data-columns-md="6"] > .az-item[data-columns-md="2"] {
width: 33.33333333%;
}
.az-isotope .az-isotope-items[data-columns-md="6"] > .az-item[data-columns-md="3"] {
width: 50%;
}
.az-isotope .az-isotope-items[data-columns-md="6"] > .az-item[data-columns-md="4"] {
width: 66.66666667%;
}
.az-isotope .az-isotope-items[data-columns-md="6"] > .az-item[data-columns-md="5"] {
width: 83.33333333%;
}
.az-isotope .az-isotope-items[data-columns-md="6"] > .az-item[data-columns-md="6"] {
width: 100%;
}
.az-isotope .az-isotope-items[data-columns-md="7"] > .az-item[data-columns-md="1"] {
width: 14.28571429%;
}
.az-isotope .az-isotope-items[data-columns-md="7"] > .az-item[data-columns-md="2"] {
width: 28.57142857%;
}
.az-isotope .az-isotope-items[data-columns-md="7"] > .az-item[data-columns-md="3"] {
width: 42.85714286%;
}
.az-isotope .az-isotope-items[data-columns-md="7"] > .az-item[data-columns-md="4"] {
width: 57.14285714%;
}
.az-isotope .az-isotope-items[data-columns-md="7"] > .az-item[data-columns-md="5"] {
width: 71.42857143%;
}
.az-isotope .az-isotope-items[data-columns-md="7"] > .az-item[data-columns-md="6"] {
width: 85.71428571%;
}
.az-isotope .az-isotope-items[data-columns-md="7"] > .az-item[data-columns-md="7"] {
width: 100%;
}
.az-isotope .az-isotope-items[data-columns-md="8"] > .az-item[data-columns-md="1"] {
width: 12.5%;
}
.az-isotope .az-isotope-items[data-columns-md="8"] > .az-item[data-columns-md="2"] {
width: 25%;
}
.az-isotope .az-isotope-items[data-columns-md="8"] > .az-item[data-columns-md="3"] {
width: 37.5%;
}
.az-isotope .az-isotope-items[data-columns-md="8"] > .az-item[data-columns-md="4"] {
width: 50%;
}
.az-isotope .az-isotope-items[data-columns-md="8"] > .az-item[data-columns-md="5"] {
width: 62.5%;
}
.az-isotope .az-isotope-items[data-columns-md="8"] > .az-item[data-columns-md="6"] {
width: 75%;
}
.az-isotope .az-isotope-items[data-columns-md="8"] > .az-item[data-columns-md="7"] {
width: 87.5%;
}
.az-isotope .az-isotope-items[data-columns-md="8"] > .az-item[data-columns-md="8"] {
width: 100%;
}
.az-isotope .az-isotope-items[data-columns-md="9"] > .az-item[data-columns-md="1"] {
width: 11.11111111%;
}
.az-isotope .az-isotope-items[data-columns-md="9"] > .az-item[data-columns-md="2"] {
width: 22.22222222%;
}
.az-isotope .az-isotope-items[data-columns-md="9"] > .az-item[data-columns-md="3"] {
width: 33.33333333%;
}
.az-isotope .az-isotope-items[data-columns-md="9"] > .az-item[data-columns-md="4"] {
width: 44.44444444%;
}
.az-isotope .az-isotope-items[data-columns-md="9"] > .az-item[data-columns-md="5"] {
width: 55.55555556%;
}
.az-isotope .az-isotope-items[data-columns-md="9"] > .az-item[data-columns-md="6"] {
width: 66.66666667%;
}
.az-isotope .az-isotope-items[data-columns-md="9"] > .az-item[data-columns-md="7"] {
width: 77.77777778%;
}
.az-isotope .az-isotope-items[data-columns-md="9"] > .az-item[data-columns-md="8"] {
width: 88.88888889%;
}
.az-isotope .az-isotope-items[data-columns-md="9"] > .az-item[data-columns-md="9"] {
width: 100%;
}
.az-isotope .az-isotope-items[data-columns-md="10"] > .az-item[data-columns-md="1"] {
width: 10%;
}
.az-isotope .az-isotope-items[data-columns-md="10"] > .az-item[data-columns-md="2"] {
width: 20%;
}
.az-isotope .az-isotope-items[data-columns-md="10"] > .az-item[data-columns-md="3"] {
width: 30%;
}
.az-isotope .az-isotope-items[data-columns-md="10"] > .az-item[data-columns-md="4"] {
width: 40%;
}
.az-isotope .az-isotope-items[data-columns-md="10"] > .az-item[data-columns-md="5"] {
width: 50%;
}
.az-isotope .az-isotope-items[data-columns-md="10"] > .az-item[data-columns-md="6"] {
width: 60%;
}
.az-isotope .az-isotope-items[data-columns-md="10"] > .az-item[data-columns-md="7"] {
width: 70%;
}
.az-isotope .az-isotope-items[data-columns-md="10"] > .az-item[data-columns-md="8"] {
width: 80%;
}
.az-isotope .az-isotope-items[data-columns-md="10"] > .az-item[data-columns-md="9"] {
width: 90%;
}
.az-isotope .az-isotope-items[data-columns-md="10"] > .az-item[data-columns-md="10"] {
width: 100%;
}
}
.az-hover-overlay {
position: relative;
}
.az-hover-overlay > :last-child {
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
overflow: hidden;
}
.az-hover-overlay > :last-child > [data-cloneable] {
animation-iteration-count: 1;
animation-fill-mode: both;
animation-duration: 400ms;
}
.az-hover-overlay > :last-child > [data-cloneable] > [data-element] > * {
animation-iteration-count: 1;
animation-fill-mode: both;
animation-duration: 400ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-type="none"]  {
animation-name: none;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-type="bounceOut"]  {
animation-name: bounceOut;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-type="bounceOutDown"]  {
animation-name: bounceOutDown;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-type="bounceOutLeft"]  {
animation-name: bounceOutLeft;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-type="bounceOutRight"]  {
animation-name: bounceOutRight;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-type="bounceOutUp"]  {
animation-name: bounceOutUp;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-type="fadeOut"]  {
animation-name: fadeOut;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-type="fadeOutDown"]  {
animation-name: fadeOutDown;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-type="fadeOutDownBig"]  {
animation-name: fadeOutDownBig;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-type="fadeOutLeft"]  {
animation-name: fadeOutLeft;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-type="fadeOutLeftBig"]  {
animation-name: fadeOutLeftBig;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-type="fadeOutRight"]  {
animation-name: fadeOutRight;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-type="fadeOutRightBig"]  {
animation-name: fadeOutRightBig;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-type="fadeOutUp"]  {
animation-name: fadeOutUp;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-type="fadeOutUpBig"]  {
animation-name: fadeOutUpBig;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-type="rotateOut"]  {
animation-name: rotateOut;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-type="rotateOutDownLeft"]  {
animation-name: rotateOutDownLeft;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-type="rotateOutDownRight"]  {
animation-name: rotateOutDownRight;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-type="rotateOutUpLeft"]  {
animation-name: rotateOutUpLeft;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-type="rotateOutUpRight"]  {
animation-name: rotateOutUpRight;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-type="slideOutUp"]  {
animation-name: slideOutUp;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-type="slideOutDown"]  {
animation-name: slideOutDown;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-type="slideOutLeft"]  {
animation-name: slideOutLeft;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-type="slideOutRight"]  {
animation-name: slideOutRight;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-type="zoomOut"]  {
animation-name: zoomOut;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-type="zoomOutDown"]  {
animation-name: zoomOutDown;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-type="zoomOutLeft"]  {
animation-name: zoomOutLeft;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-type="zoomOutRight"]  {
animation-name: zoomOutRight;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-type="zoomOutUp"]  {
animation-name: zoomOutUp;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-type="flipOutX"]  {
animation-name: flipOutX;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-type="flipOutY"]  {
animation-name: flipOutY;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-type="lightSpeedOut"]  {
animation-name: lightSpeedOut;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-duration="0"]  {
animation-duration: 0ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-duration="100"]  {
animation-duration: 100ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-duration="200"]  {
animation-duration: 200ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-duration="300"]  {
animation-duration: 300ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-duration="400"]  {
animation-duration: 400ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-duration="500"]  {
animation-duration: 500ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-duration="600"]  {
animation-duration: 600ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-duration="700"]  {
animation-duration: 700ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-duration="800"]  {
animation-duration: 800ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-duration="900"]  {
animation-duration: 900ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-duration="1000"]  {
animation-duration: 1000ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-delay="0"]  {
animation-delay: 0ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-delay="100"]  {
animation-delay: 100ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-delay="200"]  {
animation-delay: 200ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-delay="300"]  {
animation-delay: 300ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-delay="400"]  {
animation-delay: 400ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-delay="500"]  {
animation-delay: 500ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-delay="600"]  {
animation-delay: 600ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-delay="700"]  {
animation-delay: 700ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-delay="800"]  {
animation-delay: 800ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-delay="900"]  {
animation-delay: 900ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-delay="1000"]  {
animation-delay: 1000ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-timing="linear"]  {
animation-timing-function: linear;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-timing="ease"]  {
animation-timing-function: ease;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-timing="ease-in"]  {
animation-timing-function: ease-in;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-timing="ease-out"]  {
animation-timing-function: ease-out;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable][data-out-animation-timing="ease-in-out"]  {
animation-timing-function: ease-in-out;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-type="none"] > * {
animation-name: none;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-type="bounceOut"] > * {
animation-name: bounceOut;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-type="bounceOutDown"] > * {
animation-name: bounceOutDown;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-type="bounceOutLeft"] > * {
animation-name: bounceOutLeft;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-type="bounceOutRight"] > * {
animation-name: bounceOutRight;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-type="bounceOutUp"] > * {
animation-name: bounceOutUp;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-type="fadeOut"] > * {
animation-name: fadeOut;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-type="fadeOutDown"] > * {
animation-name: fadeOutDown;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-type="fadeOutDownBig"] > * {
animation-name: fadeOutDownBig;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-type="fadeOutLeft"] > * {
animation-name: fadeOutLeft;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-type="fadeOutLeftBig"] > * {
animation-name: fadeOutLeftBig;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-type="fadeOutRight"] > * {
animation-name: fadeOutRight;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-type="fadeOutRightBig"] > * {
animation-name: fadeOutRightBig;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-type="fadeOutUp"] > * {
animation-name: fadeOutUp;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-type="fadeOutUpBig"] > * {
animation-name: fadeOutUpBig;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-type="rotateOut"] > * {
animation-name: rotateOut;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-type="rotateOutDownLeft"] > * {
animation-name: rotateOutDownLeft;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-type="rotateOutDownRight"] > * {
animation-name: rotateOutDownRight;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-type="rotateOutUpLeft"] > * {
animation-name: rotateOutUpLeft;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-type="rotateOutUpRight"] > * {
animation-name: rotateOutUpRight;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-type="slideOutUp"] > * {
animation-name: slideOutUp;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-type="slideOutDown"] > * {
animation-name: slideOutDown;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-type="slideOutLeft"] > * {
animation-name: slideOutLeft;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-type="slideOutRight"] > * {
animation-name: slideOutRight;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-type="zoomOut"] > * {
animation-name: zoomOut;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-type="zoomOutDown"] > * {
animation-name: zoomOutDown;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-type="zoomOutLeft"] > * {
animation-name: zoomOutLeft;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-type="zoomOutRight"] > * {
animation-name: zoomOutRight;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-type="zoomOutUp"] > * {
animation-name: zoomOutUp;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-type="flipOutX"] > * {
animation-name: flipOutX;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-type="flipOutY"] > * {
animation-name: flipOutY;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-type="lightSpeedOut"] > * {
animation-name: lightSpeedOut;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-duration="0"] > * {
animation-duration: 0ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-duration="100"] > * {
animation-duration: 100ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-duration="200"] > * {
animation-duration: 200ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-duration="300"] > * {
animation-duration: 300ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-duration="400"] > * {
animation-duration: 400ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-duration="500"] > * {
animation-duration: 500ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-duration="600"] > * {
animation-duration: 600ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-duration="700"] > * {
animation-duration: 700ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-duration="800"] > * {
animation-duration: 800ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-duration="900"] > * {
animation-duration: 900ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-duration="1000"] > * {
animation-duration: 1000ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-delay="0"] > * {
animation-delay: 0ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-delay="100"] > * {
animation-delay: 100ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-delay="200"] > * {
animation-delay: 200ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-delay="300"] > * {
animation-delay: 300ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-delay="400"] > * {
animation-delay: 400ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-delay="500"] > * {
animation-delay: 500ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-delay="600"] > * {
animation-delay: 600ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-delay="700"] > * {
animation-delay: 700ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-delay="800"] > * {
animation-delay: 800ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-delay="900"] > * {
animation-delay: 900ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-delay="1000"] > * {
animation-delay: 1000ms;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-timing="linear"] > * {
animation-timing-function: linear;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-timing="ease"] > * {
animation-timing-function: ease;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-timing="ease-in"] > * {
animation-timing-function: ease-in;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-timing="ease-out"] > * {
animation-timing-function: ease-out;
}
.az-hover-overlay:not(.az-hover) > :last-child > [data-cloneable] > [data-element][data-out-animation-timing="ease-in-out"] > * {
animation-timing-function: ease-in-out;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-type="none"]  {
animation-name: none;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-type="bounceIn"]  {
animation-name: bounceIn;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-type="bounceInDown"]  {
animation-name: bounceInDown;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-type="bounceInLeft"]  {
animation-name: bounceInLeft;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-type="bounceInRight"]  {
animation-name: bounceInRight;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-type="bounceInUp"]  {
animation-name: bounceInUp;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-type="fadeIn"]  {
animation-name: fadeIn;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-type="fadeInDown"]  {
animation-name: fadeInDown;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-type="fadeInDownBig"]  {
animation-name: fadeInDownBig;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-type="fadeInLeft"]  {
animation-name: fadeInLeft;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-type="fadeInLeftBig"]  {
animation-name: fadeInLeftBig;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-type="fadeInRight"]  {
animation-name: fadeInRight;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-type="fadeInRightBig"]  {
animation-name: fadeInRightBig;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-type="fadeInUp"]  {
animation-name: fadeInUp;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-type="fadeInUpBig"]  {
animation-name: fadeInUpBig;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-type="rotateIn"]  {
animation-name: rotateIn;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-type="rotateInDownLeft"]  {
animation-name: rotateInDownLeft;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-type="rotateInDownRight"]  {
animation-name: rotateInDownRight;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-type="rotateInUpLeft"]  {
animation-name: rotateInUpLeft;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-type="rotateInUpRight"]  {
animation-name: rotateInUpRight;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-type="slideInUp"]  {
animation-name: slideInUp;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-type="slideInDown"]  {
animation-name: slideInDown;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-type="slideInLeft"]  {
animation-name: slideInLeft;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-type="slideInRight"]  {
animation-name: slideInRight;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-type="zoomIn"]  {
animation-name: zoomIn;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-type="zoomInDown"]  {
animation-name: zoomInDown;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-type="zoomInLeft"]  {
animation-name: zoomInLeft;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-type="zoomInRight"]  {
animation-name: zoomInRight;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-type="zoomInUp"]  {
animation-name: zoomInUp;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-type="flipInX"]  {
animation-name: flipInX;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-type="flipInY"]  {
animation-name: flipInY;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-type="lightSpeedIn"]  {
animation-name: lightSpeedIn;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-duration="0"]  {
animation-duration: 0ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-duration="100"]  {
animation-duration: 100ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-duration="200"]  {
animation-duration: 200ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-duration="300"]  {
animation-duration: 300ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-duration="400"]  {
animation-duration: 400ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-duration="500"]  {
animation-duration: 500ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-duration="600"]  {
animation-duration: 600ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-duration="700"]  {
animation-duration: 700ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-duration="800"]  {
animation-duration: 800ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-duration="900"]  {
animation-duration: 900ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-duration="1000"]  {
animation-duration: 1000ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-delay="0"]  {
animation-delay: 0ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-delay="100"]  {
animation-delay: 100ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-delay="200"]  {
animation-delay: 200ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-delay="300"]  {
animation-delay: 300ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-delay="400"]  {
animation-delay: 400ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-delay="500"]  {
animation-delay: 500ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-delay="600"]  {
animation-delay: 600ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-delay="700"]  {
animation-delay: 700ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-delay="800"]  {
animation-delay: 800ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-delay="900"]  {
animation-delay: 900ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-delay="1000"]  {
animation-delay: 1000ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-timing="linear"]  {
animation-timing-function: linear;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-timing="ease"]  {
animation-timing-function: ease;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-timing="ease-in"]  {
animation-timing-function: ease-in;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-timing="ease-out"]  {
animation-timing-function: ease-out;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable][data-in-animation-timing="ease-in-out"]  {
animation-timing-function: ease-in-out;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-type="none"] > * {
animation-name: none;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-type="bounceIn"] > * {
animation-name: bounceIn;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-type="bounceInDown"] > * {
animation-name: bounceInDown;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-type="bounceInLeft"] > * {
animation-name: bounceInLeft;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-type="bounceInRight"] > * {
animation-name: bounceInRight;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-type="bounceInUp"] > * {
animation-name: bounceInUp;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-type="fadeIn"] > * {
animation-name: fadeIn;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-type="fadeInDown"] > * {
animation-name: fadeInDown;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-type="fadeInDownBig"] > * {
animation-name: fadeInDownBig;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-type="fadeInLeft"] > * {
animation-name: fadeInLeft;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-type="fadeInLeftBig"] > * {
animation-name: fadeInLeftBig;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-type="fadeInRight"] > * {
animation-name: fadeInRight;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-type="fadeInRightBig"] > * {
animation-name: fadeInRightBig;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-type="fadeInUp"] > * {
animation-name: fadeInUp;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-type="fadeInUpBig"] > * {
animation-name: fadeInUpBig;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-type="rotateIn"] > * {
animation-name: rotateIn;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-type="rotateInDownLeft"] > * {
animation-name: rotateInDownLeft;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-type="rotateInDownRight"] > * {
animation-name: rotateInDownRight;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-type="rotateInUpLeft"] > * {
animation-name: rotateInUpLeft;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-type="rotateInUpRight"] > * {
animation-name: rotateInUpRight;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-type="slideInUp"] > * {
animation-name: slideInUp;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-type="slideInDown"] > * {
animation-name: slideInDown;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-type="slideInLeft"] > * {
animation-name: slideInLeft;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-type="slideInRight"] > * {
animation-name: slideInRight;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-type="zoomIn"] > * {
animation-name: zoomIn;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-type="zoomInDown"] > * {
animation-name: zoomInDown;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-type="zoomInLeft"] > * {
animation-name: zoomInLeft;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-type="zoomInRight"] > * {
animation-name: zoomInRight;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-type="zoomInUp"] > * {
animation-name: zoomInUp;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-type="flipInX"] > * {
animation-name: flipInX;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-type="flipInY"] > * {
animation-name: flipInY;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-type="lightSpeedIn"] > * {
animation-name: lightSpeedIn;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-duration="0"] > * {
animation-duration: 0ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-duration="100"] > * {
animation-duration: 100ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-duration="200"] > * {
animation-duration: 200ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-duration="300"] > * {
animation-duration: 300ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-duration="400"] > * {
animation-duration: 400ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-duration="500"] > * {
animation-duration: 500ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-duration="600"] > * {
animation-duration: 600ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-duration="700"] > * {
animation-duration: 700ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-duration="800"] > * {
animation-duration: 800ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-duration="900"] > * {
animation-duration: 900ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-duration="1000"] > * {
animation-duration: 1000ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-delay="0"] > * {
animation-delay: 0ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-delay="100"] > * {
animation-delay: 100ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-delay="200"] > * {
animation-delay: 200ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-delay="300"] > * {
animation-delay: 300ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-delay="400"] > * {
animation-delay: 400ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-delay="500"] > * {
animation-delay: 500ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-delay="600"] > * {
animation-delay: 600ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-delay="700"] > * {
animation-delay: 700ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-delay="800"] > * {
animation-delay: 800ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-delay="900"] > * {
animation-delay: 900ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-delay="1000"] > * {
animation-delay: 1000ms;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-timing="linear"] > * {
animation-timing-function: linear;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-timing="ease"] > * {
animation-timing-function: ease;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-timing="ease-in"] > * {
animation-timing-function: ease-in;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-timing="ease-out"] > * {
animation-timing-function: ease-out;
}
.az-hover-overlay.az-hover > :last-child > [data-cloneable] > [data-element][data-in-animation-timing="ease-in-out"] > * {
animation-timing-function: ease-in-out;
}
body.azh-customize .az-hover-overlay > :last-child {
display: none;
}
body.azh-customize .az-hover-overlay.az-hover > :last-child {
display: block;
}
a[href].az-hyperlink {
align-content: auto;
align-items: auto;
align-self: auto;
alignment-baseline: baseline;
animation-delay: 0;
animation-direction: normal;
animation-duration: 0;
animation-fill-mode: none;
animation-iteration-count: 1;
animation-name: none;
animation-play-state: running;
animation-timing-function: ease; backface-visibility: visible;
background-attachment: scroll;
background-clip: border-box;
background-color: transparent;
background-image: none;
background-origin: padding-box;
background-position: 0% 0%;
background-repeat: repeat;
background-size: auto; border-bottom-color: currentColor;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
border-bottom-style: none;
border-bottom-width: medium; border-collapse: separate;
border-image: none;
border-image-outset: 0;
border-image-repeat: stretch;
border-image-slice: 100%;
border-image-source: none;
border-image-width: 1;
border-left-color: currentColor;
border-left-style: none;
border-left-width: medium;
border-radius: 0;
border-right-color: currentColor;
border-right-style: none;
border-right-width: medium;
border-spacing: 0px 0px;
border-top-color: currentColor;
border-top-left-radius: 0;
border-top-right-radius: 0;
border-top-style: none;
border-top-width: medium;
bottom: auto; box-shadow: none;
box-sizing: content-box; break-after: auto;
break-before: auto;
break-inside: auto; clear: none;
clip: auto;
clip-path: none;
clip-rule: nonzero;
color: black;
color-interpolation-filters: auto;
column-count: auto;
column-fill: balance;
column-gap: normal;
column-rule-style: medium;
column-rule-width: medium;
column-span: none;
column-width: auto;
contain: none;
content: normal;
counter-increment: none;
counter-reset: none;  cursor: auto;
direction: ltr;
display: block;  filter: none;
flex-basis: auto;
flex-direction: row;
flex-grow: 0;
flex-shrink: 1;
flex-wrap: nowrap;
float: none;  font-feature-settings: normal;
font-kerning: auto; font-size: medium; font-stretch: normal;
font-style: normal; font-variant: normal; font-variant-caps: normal; font-variant-ligatures: normal;
font-variant-numeric: normal; font-weight: normal;    height: auto; justify-content: auto; left: auto;
letter-spacing: normal; line-height: normal; list-style-image: none;
list-style-position: outside;
list-style-type: disc;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
margin-top: 0;  max-height: none; max-width: none;
min-height: auto;
min-width: auto; object-fit: fill;
object-position: 50% 50%;
opacity: 1;
order: 0;
orphans: 2;
outline-color: invert;
outline-offset: 0;
outline-style: none;
outline-width: medium;
overflow-wrap: normal;
overflow-x: visible;
overflow-y: visible;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0;  position: static; resize: none; right: auto; size: auto; table-layout: auto;
text-align: start;
text-align-last: auto;
text-combine-upright: none;
text-decoration: none;  text-indent: 0;
text-justify: auto;
text-orientation: mixed;
text-overflow: clip;
text-shadow: none;
text-space-collapse: collapse;
text-transform: none;
text-underline-position: auto;
text-wrap: normal;
top: auto;
transform: none;
transform-origin: 50% 50% 0;
transform-style: flat;
transition-delay: 0s;
transition-duration: 0s;
transition-property: all;
transition-timing-function: ease; vertical-align: baseline;
visibility: visible;  white-space: normal; width: auto;
will-change: auto;
word-break: normal;
word-spacing: normal;
word-wrap: normal;  z-index: auto;
color: inherit;
cursor: inherit;
font-family: inherit;
font-size: inherit;
font-style: inherit;
font-variant: inherit;
font-weight: inherit;
font: inherit;
letter-spacing: inherit;
line-height: inherit;
text-align: inherit;
text-indent: inherit;
text-transform: inherit;
visibility: inherit;
white-space: inherit;
word-spacing: inherit;
border-collapse: inherit;
border-spacing: inherit;
direction: inherit; cursor: pointer;
}
a[href].az-hyperlink .az-heading {
cursor: pointer;
}
.az-splitted-section {
opacity: 0.999;
}
.az-splitted-section > .az-background-column {
position: relative;
}
.az-splitted-section > .az-background-column > .az-overlay,
.az-splitted-section > .az-background-column > .az-overlay > div {
position: absolute !important;
pointer-events: none !important;
top: 0 !important;
left: 0 !important;
right: 0 !important;
bottom: 0 !important;
}
.az-splitted-section > .az-background-column > .az-overlay {
overflow: hidden !important;
}
.az-splitted-section > .az-background-column > .az-overlay > div {
-webkit-transform-origin: center;
-khtml-transform-origin: center;
-moz-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate(0deg);
-khtml-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
.az-splitted-section > .az-background-column > .az-overlay > div.az-flip {
-webkit-transform: rotateY(180deg);
-khtml-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.az-splitted-section > .az-background-column > .az-overlay > div.az-invert {
-webkit-transform: rotateX(180deg);
-khtml-transform: rotateX(180deg);
-moz-transform: rotateX(180deg);
-ms-transform: rotateX(180deg);
transform: rotateX(180deg);
}
.az-splitted-section > .az-background-column > .az-overlay > div.az-flip.az-invert {
-webkit-transform: rotateY(180deg) rotateX(180deg);
-khtml-transform: rotateY(180deg) rotateX(180deg);
-moz-transform: rotateY(180deg) rotateX(180deg);
-ms-transform: rotateY(180deg) rotateX(180deg);
transform: rotateY(180deg) rotateX(180deg);
}
.az-splitted-section > .az-background-column > .az-overlay > div svg {
display: block;
width: 100%;
height: 100%;
position: relative;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-khtml-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.az-splitted-section > .az-background-column > .az-overlay > div svg .az-shape-fill {
-webkit-fill: #000000;
-khtml-fill: #000000;
-moz-fill: #000000;
-ms-fill: #000000;
fill: #000000;
}
.az-splitted-section > .az-background-column > .az-overlay > div svg.az-top-left {
-webkit-transform: translate(0%, 0%);
-khtml-transform: translate(0%, 0%);
-moz-transform: translate(0%, 0%);
-ms-transform: translate(0%, 0%);
transform: translate(0%, 0%);
}
.az-splitted-section > .az-background-column > .az-overlay > div svg.az-top-center {
-webkit-transform: translate(-50%, 0%);
-khtml-transform: translate(-50%, 0%);
-moz-transform: translate(-50%, 0%);
-ms-transform: translate(-50%, 0%);
transform: translate(-50%, 0%);
}
.az-splitted-section > .az-background-column > .az-overlay > div svg.az-top-right {
-webkit-transform: translate(-100%, 0%);
-khtml-transform: translate(-100%, 0%);
-moz-transform: translate(-100%, 0%);
-ms-transform: translate(-100%, 0%);
transform: translate(-100%, 0%);
}
.az-splitted-section > .az-background-column > .az-overlay > div svg.az-center-left {
-webkit-transform: translate(0%, -50%);
-khtml-transform: translate(0%, -50%);
-moz-transform: translate(0%, -50%);
-ms-transform: translate(0%, -50%);
transform: translate(0%, -50%);
}
.az-splitted-section > .az-background-column > .az-overlay > div svg.az-center-center {
-webkit-transform: translate(-50%, -50%);
-khtml-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.az-splitted-section > .az-background-column > .az-overlay > div svg.az-center-right {
-webkit-transform: translate(-100%, -50%);
-khtml-transform: translate(-100%, -50%);
-moz-transform: translate(-100%, -50%);
-ms-transform: translate(-100%, -50%);
transform: translate(-100%, -50%);
}
.az-splitted-section > .az-background-column > .az-overlay > div svg.az-bottom-left {
-webkit-transform: translate(0%, -100%);
-khtml-transform: translate(0%, -100%);
-moz-transform: translate(0%, -100%);
-ms-transform: translate(0%, -100%);
transform: translate(0%, -100%);
}
.az-splitted-section > .az-background-column > .az-overlay > div svg.az-bottom-center {
-webkit-transform: translate(-50%, -100%);
-khtml-transform: translate(-50%, -100%);
-moz-transform: translate(-50%, -100%);
-ms-transform: translate(-50%, -100%);
transform: translate(-50%, -100%);
}
.az-splitted-section > .az-background-column > .az-overlay > div svg.az-bottom-right {
-webkit-transform: translate(-100%, -100%);
-khtml-transform: translate(-100%, -100%);
-moz-transform: translate(-100%, -100%);
-ms-transform: translate(-100%, -100%);
transform: translate(-100%, -100%);
}
@media (max-width: 768px) {
.az-splitted-section > .az-background-column {
width: auto !important;
}
.az-splitted-section > .az-stretch-column {
width: auto !important;
}
.az-splitted-section > .az-content-column {
width: auto !important;
}
}
@media (min-width: 768px) {
.az-splitted-section[data-reverse="false"] {
display: -webkit-box;
display: -ms-flexbox;
-webkit-display: flex;
-khtml-display: flex;
-moz-display: flex;
-ms-display: flex;
display: flex;
-webkit-box-pack: flex-end;
-moz-box-pack: flex-end;
-webkit-box-pack: end;
-moz-box-pack: end;
-ms-flex-pack: flex-end;
-ms-flex-pack: end;
-webkit-justify-content: flex-end;
-khtml-justify-content: flex-end;
-moz-justify-content: flex-end;
-ms-justify-content: flex-end;
justify-content: flex-end;
}
.az-splitted-section[data-reverse="false"] > .az-background-column {
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 50%;
height: auto !important;
}
.az-splitted-section[data-reverse="false"] > .az-content-column { width: 50%;
box-sizing: border-box;
}
.az-splitted-section[data-reverse="true"] {
display: -webkit-box;
display: -ms-flexbox;
-webkit-display: flex;
-khtml-display: flex;
-moz-display: flex;
-ms-display: flex;
display: flex;
-webkit-box-pack: flex-start;
-moz-box-pack: flex-start;
-webkit-box-pack: start;
-moz-box-pack: start;
-ms-flex-pack: flex-start;
-ms-flex-pack: start;
-webkit-justify-content: flex-start;
-khtml-justify-content: flex-start;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
justify-content: flex-start;
}
.az-splitted-section[data-reverse="true"] > .az-background-column {
position: absolute;
width: 50%;
top: 0;
bottom: 0;
right: 0;
height: auto !important;
}
.az-splitted-section[data-reverse="true"] > .az-content-column { width: 50%;
box-sizing: border-box;
}
}
.az-splitted-section::after {
content: "";
display: table;
clear: both;
}
.az-half-stretched-section {
opacity: 0.999;
}
.az-half-stretched-section > .az-stretch-column {
position: relative;
}
.az-half-stretched-section > .az-stretch-column .az-stretch-element {
position: absolute !important;
left: 0 !important;
top: 0 !important;
bottom: 0 !important;
right: 0 !important;
}
@media (max-width: 768px) {
.az-half-stretched-section > .az-stretch-column {
width: auto !important;
}
.az-half-stretched-section > .az-content-column {
width: auto !important;
}
}
@media (min-width: 768px) {
.az-half-stretched-section[data-reverse="false"] {
display: -webkit-box;
display: -ms-flexbox;
-webkit-display: flex;
-khtml-display: flex;
-moz-display: flex;
-ms-display: flex;
display: flex;
-webkit-box-pack: flex-end;
-moz-box-pack: flex-end;
-webkit-box-pack: end;
-moz-box-pack: end;
-ms-flex-pack: flex-end;
-ms-flex-pack: end;
-webkit-justify-content: flex-end;
-khtml-justify-content: flex-end;
-moz-justify-content: flex-end;
-ms-justify-content: flex-end;
justify-content: flex-end;
}
.az-half-stretched-section[data-reverse="false"] > .az-stretch-column {
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 50%;
height: auto !important;
}
.az-half-stretched-section[data-reverse="false"] > .az-content-column { width: 50%;
box-sizing: border-box;
}
.az-half-stretched-section[data-reverse="true"] {
display: -webkit-box;
display: -ms-flexbox;
-webkit-display: flex;
-khtml-display: flex;
-moz-display: flex;
-ms-display: flex;
display: flex;
-webkit-box-pack: flex-start;
-moz-box-pack: flex-start;
-webkit-box-pack: start;
-moz-box-pack: start;
-ms-flex-pack: flex-start;
-ms-flex-pack: start;
-webkit-justify-content: flex-start;
-khtml-justify-content: flex-start;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
justify-content: flex-start;
}
.az-half-stretched-section[data-reverse="true"] > .az-stretch-column {
position: absolute;
width: 50%;
top: 0;
bottom: 0;
right: 0;
height: auto !important;
}
.az-half-stretched-section[data-reverse="true"] > .az-content-column { width: 50%;
box-sizing: border-box;
}
}
.az-half-stretched-section::after {
content: "";
display: table;
clear: both;
}
.az-video-wrapper {
position: relative;
}
.az-video-wrapper .az-video-overlay {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
display: none;
}
.az-video-wrapper .az-video-overlay.az-show {
display: block;
}
.az-video-wrapper .az-video-overlay .az-icon {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-khtml-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
color: white;
font-size: 50px;
cursor: pointer;
}
.az-background-clip-text {
font-smooth: antialiased !important;
-webkit-font-smoothing: antialiased !important;
-webkit-background-clip: text !important;
-moz-background-clip: text !important;
background-clip: text !important;
-webkit-text-fill-color: transparent !important;
}
.az-hotspots > [data-element] {
pointer-events: none;
}
.az-hotspot {
pointer-events: none;
}
.az-hotspot > [type="checkbox"] {
position: absolute !important;
clip: rect(0 0 0 0) !important;
}
.az-hotspot > [type="checkbox"]:not(:checked) + .az-wrapper > .az-lines > .az-line {
background-color: transparent !important;
}
.az-hotspot > [type="checkbox"]:not(:checked) + .az-wrapper > .az-lines > .az-line > .az-line {
background-color: transparent !important;
}
.az-hotspot > [type="checkbox"]:not(:checked) + .az-wrapper > .az-background {
visibility: hidden;
pointer-events: none;
}
.az-hotspot > .az-wrapper {
position: relative;
}
.az-hotspot > .az-wrapper > .az-lines > .az-line {
background-color: white;
position: absolute;
width: 1px;
height: 50px;
left: 50%;
bottom: 50%;
transform-origin: bottom center;
transform: rotate(0deg);
}
.az-hotspot > .az-wrapper > .az-lines > .az-line > .az-line {
background-color: white;
position: absolute;
width: 1px;
height: 50px;
left: 0;
bottom: 100%;
transform-origin: bottom center;
transform: rotate(0deg);
}
.az-hotspot > .az-wrapper > .az-lines > .az-line > .az-line > .az-dot {
pointer-events: all;
position: absolute;
left: 50%;
bottom: 100%;
-webkit-transform: translateX(-50%);
-khtml-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.az-hotspot > .az-wrapper > .az-lines > .az-line > .az-line > .az-dot > label {
display: block;
width: 15px;
height: 15px;
border-radius: 100%;
background-color: white;
cursor: pointer;
}
.az-hotspot > .az-wrapper > .az-background {
position: relative;
pointer-events: all;
z-index: 1;
}
.azexo-credits {
text-align: center;
display: none;
margin: 10px 0;
}
.azexo-credits h3 {
font-size: 12px;
}
#az-navbar-side {
position: fixed;
top: 0;
bottom: 0;
right: 0;
overflow: hidden;
height: 100%;
width: 350px;
margin-right: -350px;
z-index: 100;
transition: 0.3s transform ease-in-out;
text-align: center;
display: table;
color: white;
background-color: rgba(0, 0, 0, 0.5);
}
#az-navbar-side.open {
transform: translateX(-100%);
}
#az-navbar-side .az-navbar-logo {
padding: 30px 0;
}
#az-navbar-side .az-navbar-logo .az-logo {
display: inline-block;
}
#az-navbar-side .az-navbar-logo .az-logo img {
max-width: 200px;
}
#az-navbar-side .az-menu > div {
margin-bottom: 10px;
}
#az-navbar-side .az-full-height {
height: 100%;
}
#az-navbar-side .az-navbar-footer {
padding: 30px;
}
#az-navbar-side .az-navbar-footer [data-cloneable] {
padding-bottom: 10px;
}
#az-navbar-side .svg-inline--fa {
display: inline-block;
font-size: inherit;
height: 1em;
width: 1em;
margin: 0 5px;
}
#az-navbar-side > div {
display: table-row;
}
#az-navbar-side > div > div {
display: table-cell;
vertical-align: middle;
}
.azh-row {
margin-right: -15px;
margin-left: -15px;
display: -webkit-box;
display: -ms-flexbox;
-webkit-display: flex;
-khtml-display: flex;
-moz-display: flex;
-ms-display: flex;
display: flex;
-webkit-lines: multiple;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-box-lines: multiple;
-o-box-lines: multiple;
box-lines: multiple;
-webkit-flex-wrap: wrap;
-khtml-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.azh-row::after,
.azh-clearfix::after {
content: "";
display: table;
clear: both;
}
.azh-col-xs-1,
.azh-col-sm-1,
.azh-col-md-1,
.azh-col-lg-1,
.azh-col-xs-2,
.azh-col-sm-2,
.azh-col-md-2,
.azh-col-lg-2,
.azh-col-xs-3,
.azh-col-sm-3,
.azh-col-md-3,
.azh-col-lg-3,
.azh-col-xs-4,
.azh-col-sm-4,
.azh-col-md-4,
.azh-col-lg-4,
.azh-col-xs-5,
.azh-col-sm-5,
.azh-col-md-5,
.azh-col-lg-5,
.azh-col-xs-6,
.azh-col-sm-6,
.azh-col-md-6,
.azh-col-lg-6,
.azh-col-xs-7,
.azh-col-sm-7,
.azh-col-md-7,
.azh-col-lg-7,
.azh-col-xs-8,
.azh-col-sm-8,
.azh-col-md-8,
.azh-col-lg-8,
.azh-col-xs-9,
.azh-col-sm-9,
.azh-col-md-9,
.azh-col-lg-9,
.azh-col-xs-10,
.azh-col-sm-10,
.azh-col-md-10,
.azh-col-lg-10,
.azh-col-xs-11,
.azh-col-sm-11,
.azh-col-md-11,
.azh-col-lg-11,
.azh-col-xs-12,
.azh-col-sm-12,
.azh-col-md-12,
.azh-col-lg-12 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
box-sizing: border-box;
width: 100%;
}
.azh-col-xs-1,
.azh-col-xs-2,
.azh-col-xs-3,
.azh-col-xs-4,
.azh-col-xs-5,
.azh-col-xs-6,
.azh-col-xs-7,
.azh-col-xs-8,
.azh-col-xs-9,
.azh-col-xs-10,
.azh-col-xs-11,
.azh-col-xs-12 {
float: none !important;
}
.azh-col-xs-12 {
flex: 0 0 100%;
max-width: 100%;
}
.azh-col-xs-11 {
flex: 0 0 91.66666667%;
max-width: 91.66666667%;
}
.azh-col-xs-10 {
flex: 0 0 83.33333333%;
max-width: 83.33333333%;
}
.azh-col-xs-9 {
flex: 0 0 75%;
max-width: 75%;
}
.azh-col-xs-8 {
flex: 0 0 66.66666667%;
max-width: 66.66666667%;
}
.azh-col-xs-7 {
flex: 0 0 58.33333333%;
max-width: 58.33333333%;
}
.azh-col-xs-6 {
flex: 0 0 50%;
max-width: 50%;
}
.azh-col-xs-5 {
flex: 0 0 41.66666667%;
max-width: 41.66666667%;
}
.azh-col-xs-4 {
flex: 0 0 33.33333333%;
max-width: 33.33333333%;
}
.azh-col-xs-3 {
flex: 0 0 25%;
max-width: 25%;
}
.azh-col-xs-2 {
flex: 0 0 16.66666667%;
max-width: 16.66666667%;
}
.azh-col-xs-1 {
flex: 0 0 8.33333333%;
max-width: 8.33333333%;
}
.azh-col-xs-offset-12 {
margin-left: 100%;
}
.azh-col-xs-offset-11 {
margin-left: 91.66666667%;
}
.azh-col-xs-offset-10 {
margin-left: 83.33333333%;
}
.azh-col-xs-offset-9 {
margin-left: 75%;
}
.azh-col-xs-offset-8 {
margin-left: 66.66666667%;
}
.azh-col-xs-offset-7 {
margin-left: 58.33333333%;
}
.azh-col-xs-offset-6 {
margin-left: 50%;
}
.azh-col-xs-offset-5 {
margin-left: 41.66666667%;
}
.azh-col-xs-offset-4 {
margin-left: 33.33333333%;
}
.azh-col-xs-offset-3 {
margin-left: 25%;
}
.azh-col-xs-offset-2 {
margin-left: 16.66666667%;
}
.azh-col-xs-offset-1 {
margin-left: 8.33333333%;
}
.azh-col-xs-offset-0 {
margin-left: 0;
}
@media (min-width: 768px) {
.azh-col-sm-1,
.azh-col-sm-2,
.azh-col-sm-3,
.azh-col-sm-4,
.azh-col-sm-5,
.azh-col-sm-6,
.azh-col-sm-7,
.azh-col-sm-8,
.azh-col-sm-9,
.azh-col-sm-10,
.azh-col-sm-11,
.azh-col-sm-12 {
float: none !important;
}
.azh-col-sm-12 {
flex: 0 0 100%;
max-width: 100%;
}
.azh-col-sm-11 {
flex: 0 0 91.66666667%;
max-width: 91.66666667%;
}
.azh-col-sm-10 {
flex: 0 0 83.33333333%;
max-width: 83.33333333%;
}
.azh-col-sm-9 {
flex: 0 0 75%;
max-width: 75%;
}
.azh-col-sm-8 {
flex: 0 0 66.66666667%;
max-width: 66.66666667%;
}
.azh-col-sm-7 {
flex: 0 0 58.33333333%;
max-width: 58.33333333%;
}
.azh-col-sm-6 {
flex: 0 0 50%;
max-width: 50%;
}
.azh-col-sm-5 {
flex: 0 0 41.66666667%;
max-width: 41.66666667%;
}
.azh-col-sm-4 {
flex: 0 0 33.33333333%;
max-width: 33.33333333%;
}
.azh-col-sm-3 {
flex: 0 0 25%;
max-width: 25%;
}
.azh-col-sm-2 {
flex: 0 0 16.66666667%;
max-width: 16.66666667%;
}
.azh-col-sm-1 {
flex: 0 0 8.33333333%;
max-width: 8.33333333%;
}
.azh-col-sm-offset-12 {
margin-left: 100%;
}
.azh-col-sm-offset-11 {
margin-left: 91.66666667%;
}
.azh-col-sm-offset-10 {
margin-left: 83.33333333%;
}
.azh-col-sm-offset-9 {
margin-left: 75%;
}
.azh-col-sm-offset-8 {
margin-left: 66.66666667%;
}
.azh-col-sm-offset-7 {
margin-left: 58.33333333%;
}
.azh-col-sm-offset-6 {
margin-left: 50%;
}
.azh-col-sm-offset-5 {
margin-left: 41.66666667%;
}
.azh-col-sm-offset-4 {
margin-left: 33.33333333%;
}
.azh-col-sm-offset-3 {
margin-left: 25%;
}
.azh-col-sm-offset-2 {
margin-left: 16.66666667%;
}
.azh-col-sm-offset-1 {
margin-left: 8.33333333%;
}
.azh-col-sm-offset-0 {
margin-left: 0;
}
}
@media (min-width: 992px) {
.azh-col-md-1,
.azh-col-md-2,
.azh-col-md-3,
.azh-col-md-4,
.azh-col-md-5,
.azh-col-md-6,
.azh-col-md-7,
.azh-col-md-8,
.azh-col-md-9,
.azh-col-md-10,
.azh-col-md-11,
.azh-col-md-12 {
float: none !important;
}
.azh-col-md-12 {
flex: 0 0 100%;
max-width: 100%;
}
.azh-col-md-11 {
flex: 0 0 91.66666667%;
max-width: 91.66666667%;
}
.azh-col-md-10 {
flex: 0 0 83.33333333%;
max-width: 83.33333333%;
}
.azh-col-md-9 {
flex: 0 0 75%;
max-width: 75%;
}
.azh-col-md-8 {
flex: 0 0 66.66666667%;
max-width: 66.66666667%;
}
.azh-col-md-7 {
flex: 0 0 58.33333333%;
max-width: 58.33333333%;
}
.azh-col-md-6 {
flex: 0 0 50%;
max-width: 50%;
}
.azh-col-md-5 {
flex: 0 0 41.66666667%;
max-width: 41.66666667%;
}
.azh-col-md-4 {
flex: 0 0 33.33333333%;
max-width: 33.33333333%;
}
.azh-col-md-3 {
flex: 0 0 25%;
max-width: 25%;
}
.azh-col-md-2 {
flex: 0 0 16.66666667%;
max-width: 16.66666667%;
}
.azh-col-md-1 {
flex: 0 0 8.33333333%;
max-width: 8.33333333%;
}
.azh-col-md-offset-12 {
margin-left: 100%;
}
.azh-col-md-offset-11 {
margin-left: 91.66666667%;
}
.azh-col-md-offset-10 {
margin-left: 83.33333333%;
}
.azh-col-md-offset-9 {
margin-left: 75%;
}
.azh-col-md-offset-8 {
margin-left: 66.66666667%;
}
.azh-col-md-offset-7 {
margin-left: 58.33333333%;
}
.azh-col-md-offset-6 {
margin-left: 50%;
}
.azh-col-md-offset-5 {
margin-left: 41.66666667%;
}
.azh-col-md-offset-4 {
margin-left: 33.33333333%;
}
.azh-col-md-offset-3 {
margin-left: 25%;
}
.azh-col-md-offset-2 {
margin-left: 16.66666667%;
}
.azh-col-md-offset-1 {
margin-left: 8.33333333%;
}
.azh-col-md-offset-0 {
margin-left: 0;
}
}
@media (min-width: 1200px) {
.azh-col-lg-1,
.azh-col-lg-2,
.azh-col-lg-3,
.azh-col-lg-4,
.azh-col-lg-5,
.azh-col-lg-6,
.azh-col-lg-7,
.azh-col-lg-8,
.azh-col-lg-9,
.azh-col-lg-10,
.azh-col-lg-11,
.azh-col-lg-12 {
float: none !important;
}
.azh-col-lg-12 {
flex: 0 0 100%;
max-width: 100%;
}
.azh-col-lg-11 {
flex: 0 0 91.66666667%;
max-width: 91.66666667%;
}
.azh-col-lg-10 {
flex: 0 0 83.33333333%;
max-width: 83.33333333%;
}
.azh-col-lg-9 {
flex: 0 0 75%;
max-width: 75%;
}
.azh-col-lg-8 {
flex: 0 0 66.66666667%;
max-width: 66.66666667%;
}
.azh-col-lg-7 {
flex: 0 0 58.33333333%;
max-width: 58.33333333%;
}
.azh-col-lg-6 {
flex: 0 0 50%;
max-width: 50%;
}
.azh-col-lg-5 {
flex: 0 0 41.66666667%;
max-width: 41.66666667%;
}
.azh-col-lg-4 {
flex: 0 0 33.33333333%;
max-width: 33.33333333%;
}
.azh-col-lg-3 {
flex: 0 0 25%;
max-width: 25%;
}
.azh-col-lg-2 {
flex: 0 0 16.66666667%;
max-width: 16.66666667%;
}
.azh-col-lg-1 {
flex: 0 0 8.33333333%;
max-width: 8.33333333%;
}
.azh-col-lg-offset-12 {
margin-left: 100%;
}
.azh-col-lg-offset-11 {
margin-left: 91.66666667%;
}
.azh-col-lg-offset-10 {
margin-left: 83.33333333%;
}
.azh-col-lg-offset-9 {
margin-left: 75%;
}
.azh-col-lg-offset-8 {
margin-left: 66.66666667%;
}
.azh-col-lg-offset-7 {
margin-left: 58.33333333%;
}
.azh-col-lg-offset-6 {
margin-left: 50%;
}
.azh-col-lg-offset-5 {
margin-left: 41.66666667%;
}
.azh-col-lg-offset-4 {
margin-left: 33.33333333%;
}
.azh-col-lg-offset-3 {
margin-left: 25%;
}
.azh-col-lg-offset-2 {
margin-left: 16.66666667%;
}
.azh-col-lg-offset-1 {
margin-left: 8.33333333%;
}
.azh-col-lg-offset-0 {
margin-left: 0;
}
}