|
|
@charset "UTF-8";
|
|
|
.elementor-hidden {
|
|
|
display: none;
|
|
|
}
|
|
|
|
|
|
.elementor-screen-only,
|
|
|
.screen-reader-text,
|
|
|
.screen-reader-text span,
|
|
|
.ui-helper-hidden-accessible {
|
|
|
position: absolute;
|
|
|
top: -10000em;
|
|
|
width: 1px;
|
|
|
height: 1px;
|
|
|
margin: -1px;
|
|
|
padding: 0;
|
|
|
overflow: hidden;
|
|
|
clip: rect(0, 0, 0, 0);
|
|
|
border: 0;
|
|
|
}
|
|
|
|
|
|
.elementor-clearfix:after {
|
|
|
content: "";
|
|
|
display: block;
|
|
|
clear: both;
|
|
|
width: 0;
|
|
|
height: 0;
|
|
|
}
|
|
|
|
|
|
.e-logo-wrapper {
|
|
|
background: #93003c;
|
|
|
display: inline-block;
|
|
|
padding: 0.75em;
|
|
|
border-radius: 50%;
|
|
|
line-height: 1;
|
|
|
}
|
|
|
.e-logo-wrapper i {
|
|
|
color: #fff;
|
|
|
font-size: 1em;
|
|
|
}
|
|
|
|
|
|
.elementor {
|
|
|
hyphens: manual;
|
|
|
}
|
|
|
.elementor *, .elementor *:before, .elementor *:after {
|
|
|
box-sizing: border-box;
|
|
|
}
|
|
|
.elementor a {
|
|
|
box-shadow: none;
|
|
|
text-decoration: none;
|
|
|
}
|
|
|
.elementor hr {
|
|
|
margin: 0;
|
|
|
background-color: transparent;
|
|
|
}
|
|
|
.elementor img {
|
|
|
height: auto;
|
|
|
max-width: 100%;
|
|
|
border: none;
|
|
|
border-radius: 0;
|
|
|
box-shadow: none;
|
|
|
}
|
|
|
.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure {
|
|
|
margin: 0;
|
|
|
}
|
|
|
.elementor embed,
|
|
|
.elementor iframe,
|
|
|
.elementor object,
|
|
|
.elementor video {
|
|
|
max-width: 100%;
|
|
|
width: 100%;
|
|
|
margin: 0;
|
|
|
line-height: 1;
|
|
|
border: none;
|
|
|
}
|
|
|
.elementor .elementor-custom-embed {
|
|
|
line-height: 0;
|
|
|
}
|
|
|
.elementor .elementor-background-video-container,
|
|
|
.elementor .elementor-background-holder,
|
|
|
.elementor .elementor-background {
|
|
|
height: 100%;
|
|
|
width: 100%;
|
|
|
top: 0;
|
|
|
left: 0;
|
|
|
position: absolute;
|
|
|
overflow: hidden;
|
|
|
z-index: 0;
|
|
|
direction: ltr;
|
|
|
}
|
|
|
.elementor .elementor-background-video-container {
|
|
|
transition: opacity 1s;
|
|
|
pointer-events: none;
|
|
|
}
|
|
|
.elementor .elementor-background-video-container.elementor-loading {
|
|
|
opacity: 0;
|
|
|
}
|
|
|
.elementor .elementor-background-video-embed {
|
|
|
max-width: none;
|
|
|
}
|
|
|
.elementor .elementor-background-video-embed, .elementor .elementor-background-video-hosted {
|
|
|
position: absolute;
|
|
|
top: 50%;
|
|
|
left: 50%;
|
|
|
transform: translate(-50%, -50%);
|
|
|
}
|
|
|
.elementor .elementor-background-video {
|
|
|
max-width: none;
|
|
|
position: absolute;
|
|
|
top: 50%;
|
|
|
left: 50%;
|
|
|
transform: translate(-50%, -50%);
|
|
|
}
|
|
|
.elementor .elementor-html5-video {
|
|
|
object-fit: cover;
|
|
|
}
|
|
|
.elementor .elementor-background-overlay {
|
|
|
height: 100%;
|
|
|
width: 100%;
|
|
|
top: 0;
|
|
|
left: 0;
|
|
|
position: absolute;
|
|
|
}
|
|
|
.elementor .elementor-background-slideshow {
|
|
|
position: absolute;
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
z-index: 0;
|
|
|
top: 0;
|
|
|
left: 0;
|
|
|
}
|
|
|
.elementor .elementor-background-slideshow__slide__image {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
background-position: center center;
|
|
|
background-size: cover;
|
|
|
}
|
|
|
|
|
|
.elementor-widget-wrap > .elementor-element.elementor-absolute {
|
|
|
position: absolute;
|
|
|
}
|
|
|
.elementor-widget-wrap > .elementor-element.elementor-fixed {
|
|
|
position: fixed;
|
|
|
}
|
|
|
|
|
|
.elementor-widget-wrap .elementor-element.elementor-widget__width-auto, .elementor-widget-wrap .elementor-element.elementor-widget__width-initial {
|
|
|
max-width: 100%;
|
|
|
}
|
|
|
@media (max-width: 1024px) {
|
|
|
.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto, .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial {
|
|
|
max-width: 100%;
|
|
|
}
|
|
|
}
|
|
|
@media (max-width: 767px) {
|
|
|
.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto, .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial {
|
|
|
max-width: 100%;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.elementor-element.elementor-absolute, .elementor-element.elementor-fixed {
|
|
|
z-index: 1;
|
|
|
}
|
|
|
|
|
|
.elementor-invisible {
|
|
|
visibility: hidden;
|
|
|
}
|
|
|
|
|
|
.elementor-align-center {
|
|
|
text-align: center;
|
|
|
}
|
|
|
.elementor-align-center .elementor-button {
|
|
|
width: auto;
|
|
|
}
|
|
|
.elementor-align-right {
|
|
|
text-align: right;
|
|
|
}
|
|
|
.elementor-align-right .elementor-button {
|
|
|
width: auto;
|
|
|
}
|
|
|
.elementor-align-left {
|
|
|
text-align: left;
|
|
|
}
|
|
|
.elementor-align-left .elementor-button {
|
|
|
width: auto;
|
|
|
}
|
|
|
.elementor-align-justify .elementor-button {
|
|
|
width: 100%;
|
|
|
}
|
|
|
|
|
|
.elementor-custom-embed-play {
|
|
|
position: absolute;
|
|
|
top: 50%;
|
|
|
left: 50%;
|
|
|
transform: translate(-50%, -50%);
|
|
|
}
|
|
|
.elementor-custom-embed-play i {
|
|
|
font-size: 100px;
|
|
|
color: #fff;
|
|
|
opacity: 0.8;
|
|
|
text-shadow: 1px 0 6px rgba(0, 0, 0, 0.3);
|
|
|
transition: all 0.5s;
|
|
|
}
|
|
|
.elementor-custom-embed-play.elementor-playing i {
|
|
|
font-family: eicons;
|
|
|
animation: fa-spin 2s infinite linear;
|
|
|
}
|
|
|
.elementor-custom-embed-play.elementor-playing i:before {
|
|
|
content: "";
|
|
|
}
|
|
|
|
|
|
.elementor-tag {
|
|
|
display: inline-flex;
|
|
|
}
|
|
|
|
|
|
.elementor-ken-burns {
|
|
|
transition-property: transform;
|
|
|
transition-duration: 10s;
|
|
|
transition-timing-function: linear;
|
|
|
}
|
|
|
.elementor-ken-burns--out {
|
|
|
transform: scale(1.3);
|
|
|
}
|
|
|
.elementor-ken-burns--active {
|
|
|
transition-duration: 20s;
|
|
|
}
|
|
|
.elementor-ken-burns--active.elementor-ken-burns--out {
|
|
|
transform: scale(1);
|
|
|
}
|
|
|
.elementor-ken-burns--active.elementor-ken-burns--in {
|
|
|
transform: scale(1.3);
|
|
|
}
|
|
|
|
|
|
@media (max-width: 1024px) {
|
|
|
.elementor-tablet-align-center {
|
|
|
text-align: center;
|
|
|
}
|
|
|
.elementor-tablet-align-center .elementor-button {
|
|
|
width: auto;
|
|
|
}
|
|
|
.elementor-tablet-align-right {
|
|
|
text-align: right;
|
|
|
}
|
|
|
.elementor-tablet-align-right .elementor-button {
|
|
|
width: auto;
|
|
|
}
|
|
|
.elementor-tablet-align-left {
|
|
|
text-align: left;
|
|
|
}
|
|
|
.elementor-tablet-align-left .elementor-button {
|
|
|
width: auto;
|
|
|
}
|
|
|
.elementor-tablet-align-justify .elementor-button {
|
|
|
width: 100%;
|
|
|
}
|
|
|
}
|
|
|
@media (max-width: 767px) {
|
|
|
.elementor-mobile-align-center {
|
|
|
text-align: center;
|
|
|
}
|
|
|
.elementor-mobile-align-center .elementor-button {
|
|
|
width: auto;
|
|
|
}
|
|
|
.elementor-mobile-align-right {
|
|
|
text-align: right;
|
|
|
}
|
|
|
.elementor-mobile-align-right .elementor-button {
|
|
|
width: auto;
|
|
|
}
|
|
|
.elementor-mobile-align-left {
|
|
|
text-align: left;
|
|
|
}
|
|
|
.elementor-mobile-align-left .elementor-button {
|
|
|
width: auto;
|
|
|
}
|
|
|
.elementor-mobile-align-justify .elementor-button {
|
|
|
width: 100%;
|
|
|
}
|
|
|
}
|
|
|
#wpadminbar #wp-admin-bar-elementor_edit_page > .ab-item::before {
|
|
|
content: "";
|
|
|
font-family: eicons;
|
|
|
top: 3px;
|
|
|
font-size: 18px;
|
|
|
}
|
|
|
#wpadminbar #wp-admin-bar-elementor_inspector > .ab-item::before {
|
|
|
content: "";
|
|
|
top: 2px;
|
|
|
}
|
|
|
|
|
|
:root {
|
|
|
--page-title-display: block;
|
|
|
}
|
|
|
|
|
|
.elementor-page-title, h1.entry-title {
|
|
|
display: var(--page-title-display);
|
|
|
}
|
|
|
|
|
|
.elementor-section {
|
|
|
position: relative;
|
|
|
}
|
|
|
.elementor-section .elementor-container {
|
|
|
display: flex;
|
|
|
margin-right: auto;
|
|
|
margin-left: auto;
|
|
|
position: relative;
|
|
|
}
|
|
|
@media (max-width: 1024px) {
|
|
|
.elementor-section .elementor-container {
|
|
|
flex-wrap: wrap;
|
|
|
}
|
|
|
}
|
|
|
.elementor-section.elementor-section-boxed > .elementor-container {
|
|
|
max-width: 1140px;
|
|
|
}
|
|
|
.elementor-section.elementor-section-stretched {
|
|
|
position: relative;
|
|
|
width: 100%;
|
|
|
}
|
|
|
.elementor-section.elementor-section-items-top > .elementor-container {
|
|
|
align-items: flex-start;
|
|
|
}
|
|
|
.elementor-section.elementor-section-items-middle > .elementor-container {
|
|
|
align-items: center;
|
|
|
}
|
|
|
.elementor-section.elementor-section-items-bottom > .elementor-container {
|
|
|
align-items: flex-end;
|
|
|
}
|
|
|
@media (min-width: 768px) {
|
|
|
.elementor-section.elementor-section-height-full {
|
|
|
height: 100vh;
|
|
|
}
|
|
|
.elementor-section.elementor-section-height-full > .elementor-container {
|
|
|
height: 100%;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.elementor-bc-flex-widget .elementor-section-content-top > .elementor-container > .elementor-column > .elementor-widget-wrap {
|
|
|
align-items: flex-start;
|
|
|
}
|
|
|
.elementor-bc-flex-widget .elementor-section-content-middle > .elementor-container > .elementor-column > .elementor-widget-wrap {
|
|
|
align-items: center;
|
|
|
}
|
|
|
.elementor-bc-flex-widget .elementor-section-content-bottom > .elementor-container > .elementor-column > .elementor-widget-wrap {
|
|
|
align-items: flex-end;
|
|
|
}
|
|
|
|
|
|
.elementor-row {
|
|
|
width: 100%;
|
|
|
display: flex;
|
|
|
}
|
|
|
@media (max-width: 1024px) {
|
|
|
.elementor-row {
|
|
|
flex-wrap: wrap;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.elementor-widget-wrap {
|
|
|
position: relative;
|
|
|
width: 100%;
|
|
|
flex-wrap: wrap;
|
|
|
align-content: flex-start;
|
|
|
}
|
|
|
.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
|
|
|
display: flex;
|
|
|
}
|
|
|
.elementor-widget-wrap > .elementor-element {
|
|
|
width: 100%;
|
|
|
}
|
|
|
|
|
|
.elementor-widget {
|
|
|
position: relative;
|
|
|
}
|
|
|
.elementor-widget:not(:last-child) {
|
|
|
margin-bottom: 20px;
|
|
|
}
|
|
|
.elementor-widget:not(:last-child).elementor-widget__width-auto, .elementor-widget:not(:last-child).elementor-widget__width-initial, .elementor-widget:not(:last-child).elementor-absolute {
|
|
|
margin-bottom: 0;
|
|
|
}
|
|
|
|
|
|
.elementor-column {
|
|
|
position: relative;
|
|
|
min-height: 1px;
|
|
|
display: flex;
|
|
|
}
|
|
|
|
|
|
.elementor-column-wrap {
|
|
|
width: 100%;
|
|
|
position: relative;
|
|
|
display: flex;
|
|
|
}
|
|
|
|
|
|
.elementor-column-gap-narrow > .elementor-column > .elementor-element-populated {
|
|
|
padding: 5px;
|
|
|
}
|
|
|
.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
|
|
|
padding: 10px;
|
|
|
}
|
|
|
.elementor-column-gap-extended > .elementor-column > .elementor-element-populated {
|
|
|
padding: 15px;
|
|
|
}
|
|
|
.elementor-column-gap-wide > .elementor-column > .elementor-element-populated {
|
|
|
padding: 20px;
|
|
|
}
|
|
|
.elementor-column-gap-wider > .elementor-column > .elementor-element-populated {
|
|
|
padding: 30px;
|
|
|
}
|
|
|
|
|
|
.elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
|
|
|
padding: 0;
|
|
|
}
|
|
|
|
|
|
@media (min-width: 768px) {
|
|
|
.elementor-column.elementor-col-10, .elementor-column[data-col="10"] {
|
|
|
width: 10%;
|
|
|
}
|
|
|
.elementor-column.elementor-col-11, .elementor-column[data-col="11"] {
|
|
|
width: 11.111%;
|
|
|
}
|
|
|
.elementor-column.elementor-col-12, .elementor-column[data-col="12"] {
|
|
|
width: 12.5%;
|
|
|
}
|
|
|
.elementor-column.elementor-col-14, .elementor-column[data-col="14"] {
|
|
|
width: 14.285%;
|
|
|
}
|
|
|
.elementor-column.elementor-col-16, .elementor-column[data-col="16"] {
|
|
|
width: 16.666%;
|
|
|
}
|
|
|
.elementor-column.elementor-col-20, .elementor-column[data-col="20"] {
|
|
|
width: 20%;
|
|
|
}
|
|
|
.elementor-column.elementor-col-25, .elementor-column[data-col="25"] {
|
|
|
width: 25%;
|
|
|
}
|
|
|
.elementor-column.elementor-col-30, .elementor-column[data-col="30"] {
|
|
|
width: 30%;
|
|
|
}
|
|
|
.elementor-column.elementor-col-33, .elementor-column[data-col="33"] {
|
|
|
width: 33.333%;
|
|
|
}
|
|
|
.elementor-column.elementor-col-40, .elementor-column[data-col="40"] {
|
|
|
width: 40%;
|
|
|
}
|
|
|
.elementor-column.elementor-col-50, .elementor-column[data-col="50"] {
|
|
|
width: 50%;
|
|
|
}
|
|
|
.elementor-column.elementor-col-60, .elementor-column[data-col="60"] {
|
|
|
width: 60%;
|
|
|
}
|
|
|
.elementor-column.elementor-col-66, .elementor-column[data-col="66"] {
|
|
|
width: 66.666%;
|
|
|
}
|
|
|
.elementor-column.elementor-col-70, .elementor-column[data-col="70"] {
|
|
|
width: 70%;
|
|
|
}
|
|
|
.elementor-column.elementor-col-75, .elementor-column[data-col="75"] {
|
|
|
width: 75%;
|
|
|
}
|
|
|
.elementor-column.elementor-col-80, .elementor-column[data-col="80"] {
|
|
|
width: 80%;
|
|
|
}
|
|
|
.elementor-column.elementor-col-83, .elementor-column[data-col="83"] {
|
|
|
width: 83.333%;
|
|
|
}
|
|
|
.elementor-column.elementor-col-90, .elementor-column[data-col="90"] {
|
|
|
width: 90%;
|
|
|
}
|
|
|
.elementor-column.elementor-col-100, .elementor-column[data-col="100"] {
|
|
|
width: 100%;
|
|
|
}
|
|
|
}
|
|
|
@media (max-width: 479px) {
|
|
|
.elementor-column.elementor-xs-10 {
|
|
|
width: 10%;
|
|
|
}
|
|
|
.elementor-column.elementor-xs-11 {
|
|
|
width: 11.111%;
|
|
|
}
|
|
|
.elementor-column.elementor-xs-12 {
|
|
|
width: 12.5%;
|
|
|
}
|
|
|
.elementor-column.elementor-xs-14 {
|
|
|
width: 14.285%;
|
|
|
}
|
|
|
.elementor-column.elementor-xs-16 {
|
|
|
width: 16.666%;
|
|
|
}
|
|
|
.elementor-column.elementor-xs-20 {
|
|
|
width: 20%;
|
|
|
}
|
|
|
.elementor-column.elementor-xs-25 {
|
|
|
width: 25%;
|
|
|
}
|
|
|
.elementor-column.elementor-xs-30 {
|
|
|
width: 30%;
|
|
|
}
|
|
|
.elementor-column.elementor-xs-33 {
|
|
|
width: 33.333%;
|
|
|
}
|
|
|
.elementor-column.elementor-xs-40 {
|
|
|
width: 40%;
|
|
|
}
|
|
|
.elementor-column.elementor-xs-50 {
|
|
|
width: 50%;
|
|
|
}
|
|
|
.elementor-column.elementor-xs-60 {
|
|
|
width: 60%;
|
|
|
}
|
|
|
.elementor-column.elementor-xs-66 {
|
|
|
width: 66.666%;
|
|
|
}
|
|
|
.elementor-column.elementor-xs-70 {
|
|
|
width: 70%;
|
|
|
}
|
|
|
.elementor-column.elementor-xs-75 {
|
|
|
width: 75%;
|
|
|
}
|
|
|
.elementor-column.elementor-xs-80 {
|
|
|
width: 80%;
|
|
|
}
|
|
|
.elementor-column.elementor-xs-83 {
|
|
|
width: 83.333%;
|
|
|
}
|
|
|
.elementor-column.elementor-xs-90 {
|
|
|
width: 90%;
|
|
|
}
|
|
|
.elementor-column.elementor-xs-100 {
|
|
|
width: 100%;
|
|
|
}
|
|
|
}
|
|
|
@media (max-width: 767px) {
|
|
|
.elementor-column.elementor-sm-10 {
|
|
|
width: 10%;
|
|
|
}
|
|
|
.elementor-column.elementor-sm-11 {
|
|
|
width: 11.111%;
|
|
|
}
|
|
|
.elementor-column.elementor-sm-12 {
|
|
|
width: 12.5%;
|
|
|
}
|
|
|
.elementor-column.elementor-sm-14 {
|
|
|
width: 14.285%;
|
|
|
}
|
|
|
.elementor-column.elementor-sm-16 {
|
|
|
width: 16.666%;
|
|
|
}
|
|
|
.elementor-column.elementor-sm-20 {
|
|
|
width: 20%;
|
|
|
}
|
|
|
.elementor-column.elementor-sm-25 {
|
|
|
width: 25%;
|
|
|
}
|
|
|
.elementor-column.elementor-sm-30 {
|
|
|
width: 30%;
|
|
|
}
|
|
|
.elementor-column.elementor-sm-33 {
|
|
|
width: 33.333%;
|
|
|
}
|
|
|
.elementor-column.elementor-sm-40 {
|
|
|
width: 40%;
|
|
|
}
|
|
|
.elementor-column.elementor-sm-50 {
|
|
|
width: 50%;
|
|
|
}
|
|
|
.elementor-column.elementor-sm-60 {
|
|
|
width: 60%;
|
|
|
}
|
|
|
.elementor-column.elementor-sm-66 {
|
|
|
width: 66.666%;
|
|
|
}
|
|
|
.elementor-column.elementor-sm-70 {
|
|
|
width: 70%;
|
|
|
}
|
|
|
.elementor-column.elementor-sm-75 {
|
|
|
width: 75%;
|
|
|
}
|
|
|
.elementor-column.elementor-sm-80 {
|
|
|
width: 80%;
|
|
|
}
|
|
|
.elementor-column.elementor-sm-83 {
|
|
|
width: 83.333%;
|
|
|
}
|
|
|
.elementor-column.elementor-sm-90 {
|
|
|
width: 90%;
|
|
|
}
|
|
|
.elementor-column.elementor-sm-100 {
|
|
|
width: 100%;
|
|
|
}
|
|
|
}
|
|
|
@media (min-width: 768px) and (max-width: 1024px) {
|
|
|
.elementor-column.elementor-md-10 {
|
|
|
width: 10%;
|
|
|
}
|
|
|
.elementor-column.elementor-md-11 {
|
|
|
width: 11.111%;
|
|
|
}
|
|
|
.elementor-column.elementor-md-12 {
|
|
|
width: 12.5%;
|
|
|
}
|
|
|
.elementor-column.elementor-md-14 {
|
|
|
width: 14.285%;
|
|
|
}
|
|
|
.elementor-column.elementor-md-16 {
|
|
|
width: 16.666%;
|
|
|
}
|
|
|
.elementor-column.elementor-md-20 {
|
|
|
width: 20%;
|
|
|
}
|
|
|
.elementor-column.elementor-md-25 {
|
|
|
width: 25%;
|
|
|
}
|
|
|
.elementor-column.elementor-md-30 {
|
|
|
width: 30%;
|
|
|
}
|
|
|
.elementor-column.elementor-md-33 {
|
|
|
width: 33.333%;
|
|
|
}
|
|
|
.elementor-column.elementor-md-40 {
|
|
|
width: 40%;
|
|
|
}
|
|
|
.elementor-column.elementor-md-50 {
|
|
|
width: 50%;
|
|
|
}
|
|
|
.elementor-column.elementor-md-60 {
|
|
|
width: 60%;
|
|
|
}
|
|
|
.elementor-column.elementor-md-66 {
|
|
|
width: 66.666%;
|
|
|
}
|
|
|
.elementor-column.elementor-md-70 {
|
|
|
width: 70%;
|
|
|
}
|
|
|
.elementor-column.elementor-md-75 {
|
|
|
width: 75%;
|
|
|
}
|
|
|
.elementor-column.elementor-md-80 {
|
|
|
width: 80%;
|
|
|
}
|
|
|
.elementor-column.elementor-md-83 {
|
|
|
width: 83.333%;
|
|
|
}
|
|
|
.elementor-column.elementor-md-90 {
|
|
|
width: 90%;
|
|
|
}
|
|
|
.elementor-column.elementor-md-100 {
|
|
|
width: 100%;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@media (min-width: 768px) and (max-width: 1024px) {
|
|
|
.elementor-reverse-tablet > .elementor-container > :nth-child(1) {
|
|
|
order: 10;
|
|
|
}
|
|
|
.elementor-reverse-tablet > .elementor-container > :nth-child(2) {
|
|
|
order: 9;
|
|
|
}
|
|
|
.elementor-reverse-tablet > .elementor-container > :nth-child(3) {
|
|
|
order: 8;
|
|
|
}
|
|
|
.elementor-reverse-tablet > .elementor-container > :nth-child(4) {
|
|
|
order: 7;
|
|
|
}
|
|
|
.elementor-reverse-tablet > .elementor-container > :nth-child(5) {
|
|
|
order: 6;
|
|
|
}
|
|
|
.elementor-reverse-tablet > .elementor-container > :nth-child(6) {
|
|
|
order: 5;
|
|
|
}
|
|
|
.elementor-reverse-tablet > .elementor-container > :nth-child(7) {
|
|
|
order: 4;
|
|
|
}
|
|
|
.elementor-reverse-tablet > .elementor-container > :nth-child(8) {
|
|
|
order: 3;
|
|
|
}
|
|
|
.elementor-reverse-tablet > .elementor-container > :nth-child(9) {
|
|
|
order: 2;
|
|
|
}
|
|
|
.elementor-reverse-tablet > .elementor-container > :nth-child(10) {
|
|
|
order: 1;
|
|
|
}
|
|
|
}
|
|
|
@media (max-width: 767px) {
|
|
|
.elementor-reverse-mobile > .elementor-container > :nth-child(1) {
|
|
|
order: 10;
|
|
|
}
|
|
|
.elementor-reverse-mobile > .elementor-container > :nth-child(2) {
|
|
|
order: 9;
|
|
|
}
|
|
|
.elementor-reverse-mobile > .elementor-container > :nth-child(3) {
|
|
|
order: 8;
|
|
|
}
|
|
|
.elementor-reverse-mobile > .elementor-container > :nth-child(4) {
|
|
|
order: 7;
|
|
|
}
|
|
|
.elementor-reverse-mobile > .elementor-container > :nth-child(5) {
|
|
|
order: 6;
|
|
|
}
|
|
|
.elementor-reverse-mobile > .elementor-container > :nth-child(6) {
|
|
|
order: 5;
|
|
|
}
|
|
|
.elementor-reverse-mobile > .elementor-container > :nth-child(7) {
|
|
|
order: 4;
|
|
|
}
|
|
|
.elementor-reverse-mobile > .elementor-container > :nth-child(8) {
|
|
|
order: 3;
|
|
|
}
|
|
|
.elementor-reverse-mobile > .elementor-container > :nth-child(9) {
|
|
|
order: 2;
|
|
|
}
|
|
|
.elementor-reverse-mobile > .elementor-container > :nth-child(10) {
|
|
|
order: 1;
|
|
|
}
|
|
|
|
|
|
.elementor-column {
|
|
|
width: 100%;
|
|
|
}
|
|
|
}
|
|
|
ul.elementor-icon-list-items.elementor-inline-items {
|
|
|
display: flex;
|
|
|
flex-wrap: wrap;
|
|
|
}
|
|
|
ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item {
|
|
|
word-break: break-word;
|
|
|
}
|
|
|
|
|
|
.elementor-grid {
|
|
|
display: grid;
|
|
|
grid-column-gap: var(--grid-column-gap);
|
|
|
grid-row-gap: var(--grid-row-gap);
|
|
|
}
|
|
|
.elementor-grid .elementor-grid-item {
|
|
|
min-width: 0;
|
|
|
}
|
|
|
.elementor-grid-0 .elementor-grid {
|
|
|
display: inline-block;
|
|
|
width: 100%;
|
|
|
word-spacing: var(--grid-column-gap);
|
|
|
margin-bottom: calc(-1 * var(--grid-row-gap));
|
|
|
}
|
|
|
.elementor-grid-0 .elementor-grid .elementor-grid-item {
|
|
|
display: inline-block;
|
|
|
margin-bottom: var(--grid-row-gap);
|
|
|
word-break: break-word;
|
|
|
}
|
|
|
.elementor-grid-1 .elementor-grid {
|
|
|
grid-template-columns: repeat(1, 1fr);
|
|
|
}
|
|
|
.elementor-grid-2 .elementor-grid {
|
|
|
grid-template-columns: repeat(2, 1fr);
|
|
|
}
|
|
|
.elementor-grid-3 .elementor-grid {
|
|
|
grid-template-columns: repeat(3, 1fr);
|
|
|
}
|
|
|
.elementor-grid-4 .elementor-grid {
|
|
|
grid-template-columns: repeat(4, 1fr);
|
|
|
}
|
|
|
.elementor-grid-5 .elementor-grid {
|
|
|
grid-template-columns: repeat(5, 1fr);
|
|
|
}
|
|
|
.elementor-grid-6 .elementor-grid {
|
|
|
grid-template-columns: repeat(6, 1fr);
|
|
|
}
|
|
|
.elementor-grid-7 .elementor-grid {
|
|
|
grid-template-columns: repeat(7, 1fr);
|
|
|
}
|
|
|
.elementor-grid-8 .elementor-grid {
|
|
|
grid-template-columns: repeat(8, 1fr);
|
|
|
}
|
|
|
.elementor-grid-9 .elementor-grid {
|
|
|
grid-template-columns: repeat(9, 1fr);
|
|
|
}
|
|
|
.elementor-grid-10 .elementor-grid {
|
|
|
grid-template-columns: repeat(10, 1fr);
|
|
|
}
|
|
|
.elementor-grid-11 .elementor-grid {
|
|
|
grid-template-columns: repeat(11, 1fr);
|
|
|
}
|
|
|
.elementor-grid-12 .elementor-grid {
|
|
|
grid-template-columns: repeat(12, 1fr);
|
|
|
}
|
|
|
@media (max-width: 1024px) {
|
|
|
.elementor-grid-tablet-0 .elementor-grid {
|
|
|
display: inline-block;
|
|
|
width: 100%;
|
|
|
word-spacing: var(--grid-column-gap);
|
|
|
margin-bottom: calc(-1 * var(--grid-row-gap));
|
|
|
}
|
|
|
.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item {
|
|
|
display: inline-block;
|
|
|
margin-bottom: var(--grid-row-gap);
|
|
|
word-break: break-word;
|
|
|
}
|
|
|
.elementor-grid-tablet-1 .elementor-grid {
|
|
|
grid-template-columns: repeat(1, 1fr);
|
|
|
}
|
|
|
.elementor-grid-tablet-2 .elementor-grid {
|
|
|
grid-template-columns: repeat(2, 1fr);
|
|
|
}
|
|
|
.elementor-grid-tablet-3 .elementor-grid {
|
|
|
grid-template-columns: repeat(3, 1fr);
|
|
|
}
|
|
|
.elementor-grid-tablet-4 .elementor-grid {
|
|
|
grid-template-columns: repeat(4, 1fr);
|
|
|
}
|
|
|
.elementor-grid-tablet-5 .elementor-grid {
|
|
|
grid-template-columns: repeat(5, 1fr);
|
|
|
}
|
|
|
.elementor-grid-tablet-6 .elementor-grid {
|
|
|
grid-template-columns: repeat(6, 1fr);
|
|
|
}
|
|
|
.elementor-grid-tablet-7 .elementor-grid {
|
|
|
grid-template-columns: repeat(7, 1fr);
|
|
|
}
|
|
|
.elementor-grid-tablet-8 .elementor-grid {
|
|
|
grid-template-columns: repeat(8, 1fr);
|
|
|
}
|
|
|
.elementor-grid-tablet-9 .elementor-grid {
|
|
|
grid-template-columns: repeat(9, 1fr);
|
|
|
}
|
|
|
.elementor-grid-tablet-10 .elementor-grid {
|
|
|
grid-template-columns: repeat(10, 1fr);
|
|
|
}
|
|
|
.elementor-grid-tablet-11 .elementor-grid {
|
|
|
grid-template-columns: repeat(11, 1fr);
|
|
|
}
|
|
|
.elementor-grid-tablet-12 .elementor-grid {
|
|
|
grid-template-columns: repeat(12, 1fr);
|
|
|
}
|
|
|
}
|
|
|
@media (max-width: 767px) {
|
|
|
.elementor-grid-mobile-0 .elementor-grid {
|
|
|
display: inline-block;
|
|
|
width: 100%;
|
|
|
word-spacing: var(--grid-column-gap);
|
|
|
margin-bottom: calc(-1 * var(--grid-row-gap));
|
|
|
}
|
|
|
.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item {
|
|
|
display: inline-block;
|
|
|
margin-bottom: var(--grid-row-gap);
|
|
|
word-break: break-word;
|
|
|
}
|
|
|
.elementor-grid-mobile-1 .elementor-grid {
|
|
|
grid-template-columns: repeat(1, 1fr);
|
|
|
}
|
|
|
.elementor-grid-mobile-2 .elementor-grid {
|
|
|
grid-template-columns: repeat(2, 1fr);
|
|
|
}
|
|
|
.elementor-grid-mobile-3 .elementor-grid {
|
|
|
grid-template-columns: repeat(3, 1fr);
|
|
|
}
|
|
|
.elementor-grid-mobile-4 .elementor-grid {
|
|
|
grid-template-columns: repeat(4, 1fr);
|
|
|
}
|
|
|
.elementor-grid-mobile-5 .elementor-grid {
|
|
|
grid-template-columns: repeat(5, 1fr);
|
|
|
}
|
|
|
.elementor-grid-mobile-6 .elementor-grid {
|
|
|
grid-template-columns: repeat(6, 1fr);
|
|
|
}
|
|
|
.elementor-grid-mobile-7 .elementor-grid {
|
|
|
grid-template-columns: repeat(7, 1fr);
|
|
|
}
|
|
|
.elementor-grid-mobile-8 .elementor-grid {
|
|
|
grid-template-columns: repeat(8, 1fr);
|
|
|
}
|
|
|
.elementor-grid-mobile-9 .elementor-grid {
|
|
|
grid-template-columns: repeat(9, 1fr);
|
|
|
}
|
|
|
.elementor-grid-mobile-10 .elementor-grid {
|
|
|
grid-template-columns: repeat(10, 1fr);
|
|
|
}
|
|
|
.elementor-grid-mobile-11 .elementor-grid {
|
|
|
grid-template-columns: repeat(11, 1fr);
|
|
|
}
|
|
|
.elementor-grid-mobile-12 .elementor-grid {
|
|
|
grid-template-columns: repeat(12, 1fr);
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@media (min-width: 1025px) {
|
|
|
#elementor-device-mode:after {
|
|
|
content: "desktop";
|
|
|
}
|
|
|
}
|
|
|
@media (min-width: 768px) and (max-width: 1024px) {
|
|
|
#elementor-device-mode:after {
|
|
|
content: "tablet";
|
|
|
}
|
|
|
}
|
|
|
@media (max-width: 767px) {
|
|
|
#elementor-device-mode:after {
|
|
|
content: "mobile";
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.elementor-shape {
|
|
|
overflow: hidden;
|
|
|
position: absolute;
|
|
|
left: 0;
|
|
|
width: 100%;
|
|
|
line-height: 0;
|
|
|
direction: ltr;
|
|
|
/*
|
|
|
* @TODO: The `z-index: -1` rules below are temporary fixes for Chrome 85 issue.
|
|
|
* It will be removed in a future version of Chrome.
|
|
|
*/
|
|
|
}
|
|
|
.elementor-shape-top {
|
|
|
top: -1px;
|
|
|
}
|
|
|
.elementor-shape-top:not([data-negative=false]) svg {
|
|
|
z-index: -1;
|
|
|
}
|
|
|
.elementor-shape-bottom {
|
|
|
bottom: -1px;
|
|
|
}
|
|
|
.elementor-shape-bottom:not([data-negative=true]) svg {
|
|
|
z-index: -1;
|
|
|
}
|
|
|
.elementor-shape[data-negative=false].elementor-shape-bottom {
|
|
|
transform: rotate(180deg);
|
|
|
}
|
|
|
.elementor-shape[data-negative=true].elementor-shape-top {
|
|
|
transform: rotate(180deg);
|
|
|
}
|
|
|
.elementor-shape svg {
|
|
|
display: block;
|
|
|
width: calc(100% + 1.3px);
|
|
|
position: relative;
|
|
|
left: 50%;
|
|
|
transform: translateX(-50%);
|
|
|
}
|
|
|
.elementor-shape .elementor-shape-fill {
|
|
|
fill: #fff;
|
|
|
transform-origin: center;
|
|
|
transform: rotateY(0deg);
|
|
|
}
|
|
|
|
|
|
@media (max-width: 767px) {
|
|
|
.elementor .elementor-hidden-phone {
|
|
|
display: none;
|
|
|
}
|
|
|
}
|
|
|
@media (min-width: 768px) and (max-width: 1024px) {
|
|
|
.elementor .elementor-hidden-tablet {
|
|
|
display: none;
|
|
|
}
|
|
|
}
|
|
|
@media (min-width: 1025px) {
|
|
|
.elementor .elementor-hidden-desktop {
|
|
|
display: none;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
/*# sourceMappingURL=elementor-optimized.css.map */
|
|
|
|