@mixin base-card {
border: 1px solid var(--gray-border);
border-radius: 8px;
background-color: var(--light)
}
.dialog-widget-content {
background-color: var(--e-a-bg-default);
position: absolute;
border-radius: 3px;
box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2);
overflow: hidden;
}
.dialog-message {
line-height: 1.5;
box-sizing: border-box;
}
.dialog-close-button {
cursor: pointer;
position: absolute;
margin-block-start: 15px;
left: 15px;
color: var(--e-a-color-txt);
font-size: 15px;
line-height: 1;
transition: var(--e-a-transition-hover);
}
.dialog-close-button:hover {
color: var(--e-a-color-txt-hover);
}
.dialog-prevent-scroll {
overflow: hidden;
max-height: 100vh;
}
.dialog-type-lightbox {
position: fixed;
height: 100%;
width: 100%;
bottom: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.8);
z-index: 9999;
user-select: none;
}
.elementor-editor-active .elementor-popup-modal {
background-color: initial;
}
.dialog-type-confirm .dialog-widget-content,
.dialog-type-alert .dialog-widget-content {
margin: auto;
width: 400px;
padding: 20px;
}
.dialog-type-confirm .dialog-header,
.dialog-type-alert .dialog-header {
font-size: 15px;
font-weight: 500;
}
.dialog-type-confirm .dialog-header:after,
.dialog-type-alert .dialog-header:after {
content: "";
display: block;
border-block-end: var(--e-a-border);
padding-block-end: 10px;
margin-block-end: 10px;
margin-inline-start: -20px;
margin-inline-end: -20px;
}
.dialog-type-confirm .dialog-message,
.dialog-type-alert .dialog-message {
min-height: 50px;
}
.dialog-type-confirm .dialog-buttons-wrapper,
.dialog-type-alert .dialog-buttons-wrapper {
padding-block-start: 10px;
display: flex;
justify-content: flex-end;
gap: 15px;
}
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button {
font-size: 12px;
font-weight: 500;
line-height: 1.2;
padding: 8px 16px;
outline: none;
border: none;
border-radius: var(--e-a-border-radius);
background-color: var(--e-a-btn-bg);
color: var(--e-a-btn-color-invert);
transition: var(--e-a-transition-hover);
}
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover {
border: none;
}
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus {
background-color: var(--e-a-btn-bg-hover);
color: var(--e-a-btn-color-invert);
}
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:active,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button:active {
background-color: var(--e-a-btn-bg-active);
}
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:not([disabled]),
.dialog-type-alert .dialog-buttons-wrapper .dialog-button:not([disabled]) {
cursor: pointer;
}
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:disabled,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button:disabled {
background-color: var(--e-a-btn-bg-disabled);
color: var(--e-a-btn-color-disabled);
}
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:not(.elementor-button-state) .elementor-state-icon,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button:not(.elementor-button-state) .elementor-state-icon {
display: none;
}
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel {
background: transparent;
color: var(--e-a-color-txt);
}
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:focus {
background: var(--e-a-bg-hover);
color: var(--e-a-color-txt-hover);
}
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:disabled, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:disabled,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:disabled,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:disabled {
background: transparent;
color: var(--e-a-color-txt-disabled);
}
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt-border,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt-border {
border: 1px solid var(--e-a-color-txt-muted);
}
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success {
background-color: var(--e-a-btn-bg-success);
}
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success:focus {
background-color: var(--e-a-btn-bg-success-hover);
}
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok {
background-color: var(--e-a-btn-bg-primary);
color: var(--e-a-btn-color);
}
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok:focus {
background-color: var(--e-a-btn-bg-primary-hover);
color: var(--e-a-btn-color);
}
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel {
background: transparent;
color: var(--e-a-color-primary-bold);
}
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:focus {
background: var(--e-a-bg-primary);
}
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent {
background-color: var(--e-a-btn-bg-accent);
}
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:focus {
background-color: var(--e-a-btn-bg-accent-hover);
}
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:active, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:active,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:active,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:active {
background-color: var(--e-a-btn-bg-accent-active);
}
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-info, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-info,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-info,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info {
background-color: var(--e-a-btn-bg-info);
}
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-info:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-info:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-info:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-info:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-info:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-info:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info:focus {
background-color: var(--e-a-btn-bg-info-hover);
}
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning {
background-color: var(--e-a-btn-bg-warning);
}
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning:focus {
background-color: var(--e-a-btn-bg-warning-hover);
}
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger {
background-color: var(--e-a-btn-bg-danger);
}
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger:focus {
background-color: var(--e-a-btn-bg-danger-hover);
}
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button i,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button i {
margin-inline-end: 5px;
}
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button:visited,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button:visited {
color: initial;
}
.flatpickr-calendar {
width: 280px;
}
.flatpickr-calendar .flatpickr-current-month span.cur-month {
font-weight: 300;
}
.flatpickr-calendar .dayContainer {
width: 280px;
min-width: 280px;
max-width: 280px;
}
.flatpickr-calendar .flatpickr-days {
width: 280px;
}
.flatpickr-calendar .flatpickr-day {
max-width: 37px;
height: 37px;
line-height: 37px;
}
.elementor-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: var(--e-a-bg-logo);
display: inline-block;
padding: 0.75em;
border-radius: 50%;
line-height: 1;
}
.e-logo-wrapper i {
color: var(--e-a-color-logo);
font-size: 1em;
}
.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-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;
right: 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,
.e-con > .elementor-element.elementor-absolute,
.e-con-inner > .elementor-element.elementor-absolute {
position: absolute;
}
.elementor-widget-wrap > .elementor-element.elementor-fixed,
.e-con > .elementor-element.elementor-fixed,
.e-con-inner > .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: ELEMENTOR_SCREEN_TABLET_MAX) {
.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: ELEMENTOR_SCREEN_MOBILE_MAX) {
.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto, .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial {
max-width: 100%;
}
}
.elementor-element {
--flex-direction: initial;
--flex-wrap: initial;
--justify-content: initial;
--align-items: initial;
--align-content: initial;
--gap: initial;
--flex-basis: initial;
--flex-grow: initial;
--flex-shrink: initial;
--order: initial;
--align-self: initial;
flex-basis: var(--flex-basis);
flex-grow: var(--flex-grow);
flex-shrink: var(--flex-shrink);
order: var(--order);
align-self: var(--align-self);
}
.elementor-element.elementor-absolute, .elementor-element.elementor-fixed {
z-index: 1;
}
.elementor-element:where(.e-con-full, .elementor-widget) {
flex-direction: var(--flex-direction);
flex-wrap: var(--flex-wrap);
justify-content: var(--justify-content);
align-items: var(--align-items);
align-content: var(--align-content);
gap: var(--gap);
}
.elementor-invisible {
visibility: hidden;
}
.elementor-align-center {
text-align: center;
}
.elementor-align-center .elementor-button {
width: auto;
}
.elementor-align-right {
text-align: right;
}
.elementor-align-right .elementor-button {
width: auto;
}
.elementor-align-left {
text-align: left;
}
.elementor-align-left .elementor-button {
width: auto;
}
.elementor-align-justify .elementor-button {
width: 100%;
}
.elementor-custom-embed-play {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.elementor-custom-embed-play i {
font-size: 100px;
color: #fff;
text-shadow: 1px 0 6px rgba(0, 0, 0, 0.3);
}
.elementor-custom-embed-play svg {
height: 100px;
width: 100px;
fill: #fff;
filter: drop-shadow(1px 0 6px rgba(0, 0, 0, 0.3));
}
.elementor-custom-embed-play i,
.elementor-custom-embed-play svg {
opacity: 0.8;
transition: all 0.5s;
}
.elementor-custom-embed-play.elementor-playing i {
font-family: eicons;
}
.elementor-custom-embed-play.elementor-playing i:before {
content: "\e8fb";
}
.elementor-custom-embed-play.elementor-playing i,
.elementor-custom-embed-play.elementor-playing svg {
animation: eicon-spin 2s infinite linear;
}
.elementor-tag {
display: inline-flex;
}
.elementor-ken-burns {
transition-property: transform;
transition-duration: 10s;
transition-timing-function: linear;
}
.elementor-ken-burns--out {
transform: scale(1.3);
}
.elementor-ken-burns--active {
transition-duration: 20s;
}
.elementor-ken-burns--active.elementor-ken-burns--out {
transform: scale(1);
}
.elementor-ken-burns--active.elementor-ken-burns--in {
transform: scale(1.3);
}
@media (min-width: ELEMENTOR_SCREEN_WIDESCREEN_MIN) {
.elementor-widescreen-align-center {
text-align: center;
}
.elementor-widescreen-align-center .elementor-button {
width: auto;
}
.elementor-widescreen-align-right {
text-align: right;
}
.elementor-widescreen-align-right .elementor-button {
width: auto;
}
.elementor-widescreen-align-left {
text-align: left;
}
.elementor-widescreen-align-left .elementor-button {
width: auto;
}
.elementor-widescreen-align-justify .elementor-button {
width: 100%;
}
}
@media (max-width: ELEMENTOR_SCREEN_LAPTOP_MAX) {
.elementor-laptop-align-center {
text-align: center;
}
.elementor-laptop-align-center .elementor-button {
width: auto;
}
.elementor-laptop-align-right {
text-align: right;
}
.elementor-laptop-align-right .elementor-button {
width: auto;
}
.elementor-laptop-align-left {
text-align: left;
}
.elementor-laptop-align-left .elementor-button {
width: auto;
}
.elementor-laptop-align-justify .elementor-button {
width: 100%;
}
}
@media (max-width: ELEMENTOR_SCREEN_TABLET_EXTRA_MAX) {
.elementor-tablet_extra-align-center {
text-align: center;
}
.elementor-tablet_extra-align-center .elementor-button {
width: auto;
}
.elementor-tablet_extra-align-right {
text-align: right;
}
.elementor-tablet_extra-align-right .elementor-button {
width: auto;
}
.elementor-tablet_extra-align-left {
text-align: left;
}
.elementor-tablet_extra-align-left .elementor-button {
width: auto;
}
.elementor-tablet_extra-align-justify .elementor-button {
width: 100%;
}
}
@media (max-width: ELEMENTOR_SCREEN_TABLET_MAX) {
.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: ELEMENTOR_SCREEN_MOBILE_EXTRA_MAX) {
.elementor-mobile_extra-align-center {
text-align: center;
}
.elementor-mobile_extra-align-center .elementor-button {
width: auto;
}
.elementor-mobile_extra-align-right {
text-align: right;
}
.elementor-mobile_extra-align-right .elementor-button {
width: auto;
}
.elementor-mobile_extra-align-left {
text-align: left;
}
.elementor-mobile_extra-align-left .elementor-button {
width: auto;
}
.elementor-mobile_extra-align-justify .elementor-button {
width: 100%;
}
}
@media (max-width: ELEMENTOR_SCREEN_MOBILE_MAX) {
.elementor-mobile-align-center {
text-align: center;
}
.elementor-mobile-align-center .elementor-button {
width: auto;
}
.elementor-mobile-align-right {
text-align: right;
}
.elementor-mobile-align-right .elementor-button {
width: auto;
}
.elementor-mobile-align-left {
text-align: left;
}
.elementor-mobile-align-left .elementor-button {
width: auto;
}
.elementor-mobile-align-justify .elementor-button {
width: 100%;
}
}
:root {
--page-title-display: block;
}
.elementor-page-title, h1.entry-title {
display: var(--page-title-display);
}
@keyframes eicon-spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(359deg);
}
}
.eicon-animation-spin {
animation: eicon-spin 2s infinite linear;
}
.elementor-section {
position: relative;
}
.elementor-section .elementor-container {
display: flex;
margin-right: auto;
margin-left: auto;
position: relative;
}
@media (max-width: ELEMENTOR_SCREEN_TABLET_MAX) {
.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: ELEMENTOR_SCREEN_MOBILE_NEXT) {
.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: ELEMENTOR_SCREEN_TABLET_MAX) {
.elementor-row {
flex-wrap: wrap;
}
}
.elementor-widget-wrap {
position: relative;
width: 100%;
flex-wrap: wrap;
align-content: flex-start;
}
.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
display: flex;
}
.elementor-widget-wrap > .elementor-element {
width: 100%;
}
.elementor-widget-wrap.e-swiper-container {
width: calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)));
}
.elementor-widget {
position: relative;
}
.elementor-widget:not(:last-child) {
margin-bottom: 20px;
}
.elementor-widget:not(:last-child).elementor-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: ELEMENTOR_SCREEN_MOBILE_NEXT) {
.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: ELEMENTOR_SCREEN_MOBILE_MAX) {
.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: ELEMENTOR_SCREEN_MOBILE_NEXT) and (max-width: ELEMENTOR_SCREEN_TABLET_MAX) {
.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: ELEMENTOR_SCREEN_WIDESCREEN_MIN) {
.elementor-reverse-widescreen > .elementor-container > :nth-child(1) {
order: 10;
}
.elementor-reverse-widescreen > .elementor-container > :nth-child(2) {
order: 9;
}
.elementor-reverse-widescreen > .elementor-container > :nth-child(3) {
order: 8;
}
.elementor-reverse-widescreen > .elementor-container > :nth-child(4) {
order: 7;
}
.elementor-reverse-widescreen > .elementor-container > :nth-child(5) {
order: 6;
}
.elementor-reverse-widescreen > .elementor-container > :nth-child(6) {
order: 5;
}
.elementor-reverse-widescreen > .elementor-container > :nth-child(7) {
order: 4;
}
.elementor-reverse-widescreen > .elementor-container > :nth-child(8) {
order: 3;
}
.elementor-reverse-widescreen > .elementor-container > :nth-child(9) {
order: 2;
}
.elementor-reverse-widescreen > .elementor-container > :nth-child(10) {
order: 1;
}
}
@media (min-width: ELEMENTOR_SCREEN_TABLET_NEXT) and (max-width: ELEMENTOR_SCREEN_LAPTOP_MAX) {
.elementor-reverse-laptop > .elementor-container > :nth-child(1) {
order: 10;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(2) {
order: 9;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(3) {
order: 8;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(4) {
order: 7;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(5) {
order: 6;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(6) {
order: 5;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(7) {
order: 4;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(8) {
order: 3;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(9) {
order: 2;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(10) {
order: 1;
}
}
@media (min-width: ELEMENTOR_SCREEN_TABLET_EXTRA_NEXT) and (max-width: ELEMENTOR_SCREEN_LAPTOP_MAX) {
.elementor-reverse-laptop > .elementor-container > :nth-child(1) {
order: 10;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(2) {
order: 9;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(3) {
order: 8;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(4) {
order: 7;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(5) {
order: 6;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(6) {
order: 5;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(7) {
order: 4;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(8) {
order: 3;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(9) {
order: 2;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(10) {
order: 1;
}
}
@media (min-width: ELEMENTOR_SCREEN_TABLET_NEXT) and (max-width: ELEMENTOR_SCREEN_TABLET_EXTRA_MAX) {
.elementor-reverse-laptop > .elementor-container > :nth-child(1) {
order: initial;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(2) {
order: initial;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(3) {
order: initial;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(4) {
order: initial;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(5) {
order: initial;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(6) {
order: initial;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(7) {
order: initial;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(8) {
order: initial;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(9) {
order: initial;
}
.elementor-reverse-laptop > .elementor-container > :nth-child(10) {
order: initial;
}
.elementor-reverse-tablet_extra > .elementor-container > :nth-child(1) {
order: 10;
}
.elementor-reverse-tablet_extra > .elementor-container > :nth-child(2) {
order: 9;
}
.elementor-reverse-tablet_extra > .elementor-container > :nth-child(3) {
order: 8;
}
.elementor-reverse-tablet_extra > .elementor-container > :nth-child(4) {
order: 7;
}
.elementor-reverse-tablet_extra > .elementor-container > :nth-child(5) {
order: 6;
}
.elementor-reverse-tablet_extra > .elementor-container > :nth-child(6) {
order: 5;
}
.elementor-reverse-tablet_extra > .elementor-container > :nth-child(7) {
order: 4;
}
.elementor-reverse-tablet_extra > .elementor-container > :nth-child(8) {
order: 3;
}
.elementor-reverse-tablet_extra > .elementor-container > :nth-child(9) {
order: 2;
}
.elementor-reverse-tablet_extra > .elementor-container > :nth-child(10) {
order: 1;
}
}
@media (min-width: ELEMENTOR_SCREEN_MOBILE_NEXT) and (max-width: ELEMENTOR_SCREEN_TABLET_MAX) {
.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 (min-width: ELEMENTOR_SCREEN_MOBILE_EXTRA_NEXT) and (max-width: ELEMENTOR_SCREEN_TABLET_MAX) {
.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 (min-width: ELEMENTOR_SCREEN_MOBILE_NEXT) and (max-width: ELEMENTOR_SCREEN_MOBILE_EXTRA_MAX) {
.elementor-reverse-tablet > .elementor-container > :nth-child(1) {
order: initial;
}
.elementor-reverse-tablet > .elementor-container > :nth-child(2) {
order: initial;
}
.elementor-reverse-tablet > .elementor-container > :nth-child(3) {
order: initial;
}
.elementor-reverse-tablet > .elementor-container > :nth-child(4) {
order: initial;
}
.elementor-reverse-tablet > .elementor-container > :nth-child(5) {
order: initial;
}
.elementor-reverse-tablet > .elementor-container > :nth-child(6) {
order: initial;
}
.elementor-reverse-tablet > .elementor-container > :nth-child(7) {
order: initial;
}
.elementor-reverse-tablet > .elementor-container > :nth-child(8) {
order: initial;
}
.elementor-reverse-tablet > .elementor-container > :nth-child(9) {
order: initial;
}
.elementor-reverse-tablet > .elementor-container > :nth-child(10) {
order: initial;
}
.elementor-reverse-mobile_extra > .elementor-container > :nth-child(1) {
order: 10;
}
.elementor-reverse-mobile_extra > .elementor-container > :nth-child(2) {
order: 9;
}
.elementor-reverse-mobile_extra > .elementor-container > :nth-child(3) {
order: 8;
}
.elementor-reverse-mobile_extra > .elementor-container > :nth-child(4) {
order: 7;
}
.elementor-reverse-mobile_extra > .elementor-container > :nth-child(5) {
order: 6;
}
.elementor-reverse-mobile_extra > .elementor-container > :nth-child(6) {
order: 5;
}
.elementor-reverse-mobile_extra > .elementor-container > :nth-child(7) {
order: 4;
}
.elementor-reverse-mobile_extra > .elementor-container > :nth-child(8) {
order: 3;
}
.elementor-reverse-mobile_extra > .elementor-container > :nth-child(9) {
order: 2;
}
.elementor-reverse-mobile_extra > .elementor-container > :nth-child(10) {
order: 1;
}
}
@media (max-width: ELEMENTOR_SCREEN_MOBILE_MAX) {
.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 (min-width: ELEMENTOR_SCREEN_WIDESCREEN_MIN) {
.elementor-grid-widescreen-0 .elementor-grid {
display: inline-block;
width: 100%;
word-spacing: var(--grid-column-gap);
margin-bottom: calc(-1 * var(--grid-row-gap));
}
.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item {
display: inline-block;
margin-bottom: var(--grid-row-gap);
word-break: break-word;
}
.elementor-grid-widescreen-1 .elementor-grid {
grid-template-columns: repeat(1, 1fr);
}
.elementor-grid-widescreen-2 .elementor-grid {
grid-template-columns: repeat(2, 1fr);
}
.elementor-grid-widescreen-3 .elementor-grid {
grid-template-columns: repeat(3, 1fr);
}
.elementor-grid-widescreen-4 .elementor-grid {
grid-template-columns: repeat(4, 1fr);
}
.elementor-grid-widescreen-5 .elementor-grid {
grid-template-columns: repeat(5, 1fr);
}
.elementor-grid-widescreen-6 .elementor-grid {
grid-template-columns: repeat(6, 1fr);
}
.elementor-grid-widescreen-7 .elementor-grid {
grid-template-columns: repeat(7, 1fr);
}
.elementor-grid-widescreen-8 .elementor-grid {
grid-template-columns: repeat(8, 1fr);
}
.elementor-grid-widescreen-9 .elementor-grid {
grid-template-columns: repeat(9, 1fr);
}
.elementor-grid-widescreen-10 .elementor-grid {
grid-template-columns: repeat(10, 1fr);
}
.elementor-grid-widescreen-11 .elementor-grid {
grid-template-columns: repeat(11, 1fr);
}
.elementor-grid-widescreen-12 .elementor-grid {
grid-template-columns: repeat(12, 1fr);
}
}
@media (max-width: ELEMENTOR_SCREEN_LAPTOP_MAX) {
.elementor-grid-laptop-0 .elementor-grid {
display: inline-block;
width: 100%;
word-spacing: var(--grid-column-gap);
margin-bottom: calc(-1 * var(--grid-row-gap));
}
.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item {
display: inline-block;
margin-bottom: var(--grid-row-gap);
word-break: break-word;
}
.elementor-grid-laptop-1 .elementor-grid {
grid-template-columns: repeat(1, 1fr);
}
.elementor-grid-laptop-2 .elementor-grid {
grid-template-columns: repeat(2, 1fr);
}
.elementor-grid-laptop-3 .elementor-grid {
grid-template-columns: repeat(3, 1fr);
}
.elementor-grid-laptop-4 .elementor-grid {
grid-template-columns: repeat(4, 1fr);
}
.elementor-grid-laptop-5 .elementor-grid {
grid-template-columns: repeat(5, 1fr);
}
.elementor-grid-laptop-6 .elementor-grid {
grid-template-columns: repeat(6, 1fr);
}
.elementor-grid-laptop-7 .elementor-grid {
grid-template-columns: repeat(7, 1fr);
}
.elementor-grid-laptop-8 .elementor-grid {
grid-template-columns: repeat(8, 1fr);
}
.elementor-grid-laptop-9 .elementor-grid {
grid-template-columns: repeat(9, 1fr);
}
.elementor-grid-laptop-10 .elementor-grid {
grid-template-columns: repeat(10, 1fr);
}
.elementor-grid-laptop-11 .elementor-grid {
grid-template-columns: repeat(11, 1fr);
}
.elementor-grid-laptop-12 .elementor-grid {
grid-template-columns: repeat(12, 1fr);
}
}
@media (max-width: ELEMENTOR_SCREEN_TABLET_EXTRA_MAX) {
.elementor-grid-tablet_extra-0 .elementor-grid {
display: inline-block;
width: 100%;
word-spacing: var(--grid-column-gap);
margin-bottom: calc(-1 * var(--grid-row-gap));
}
.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item {
display: inline-block;
margin-bottom: var(--grid-row-gap);
word-break: break-word;
}
.elementor-grid-tablet_extra-1 .elementor-grid {
grid-template-columns: repeat(1, 1fr);
}
.elementor-grid-tablet_extra-2 .elementor-grid {
grid-template-columns: repeat(2, 1fr);
}
.elementor-grid-tablet_extra-3 .elementor-grid {
grid-template-columns: repeat(3, 1fr);
}
.elementor-grid-tablet_extra-4 .elementor-grid {
grid-template-columns: repeat(4, 1fr);
}
.elementor-grid-tablet_extra-5 .elementor-grid {
grid-template-columns: repeat(5, 1fr);
}
.elementor-grid-tablet_extra-6 .elementor-grid {
grid-template-columns: repeat(6, 1fr);
}
.elementor-grid-tablet_extra-7 .elementor-grid {
grid-template-columns: repeat(7, 1fr);
}
.elementor-grid-tablet_extra-8 .elementor-grid {
grid-template-columns: repeat(8, 1fr);
}
.elementor-grid-tablet_extra-9 .elementor-grid {
grid-template-columns: repeat(9, 1fr);
}
.elementor-grid-tablet_extra-10 .elementor-grid {
grid-template-columns: repeat(10, 1fr);
}
.elementor-grid-tablet_extra-11 .elementor-grid {
grid-template-columns: repeat(11, 1fr);
}
.elementor-grid-tablet_extra-12 .elementor-grid {
grid-template-columns: repeat(12, 1fr);
}
}
@media (max-width: ELEMENTOR_SCREEN_TABLET_MAX) {
.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: ELEMENTOR_SCREEN_MOBILE_EXTRA_MAX) {
.elementor-grid-mobile_extra-0 .elementor-grid {
display: inline-block;
width: 100%;
word-spacing: var(--grid-column-gap);
margin-bottom: calc(-1 * var(--grid-row-gap));
}
.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item {
display: inline-block;
margin-bottom: var(--grid-row-gap);
word-break: break-word;
}
.elementor-grid-mobile_extra-1 .elementor-grid {
grid-template-columns: repeat(1, 1fr);
}
.elementor-grid-mobile_extra-2 .elementor-grid {
grid-template-columns: repeat(2, 1fr);
}
.elementor-grid-mobile_extra-3 .elementor-grid {
grid-template-columns: repeat(3, 1fr);
}
.elementor-grid-mobile_extra-4 .elementor-grid {
grid-template-columns: repeat(4, 1fr);
}
.elementor-grid-mobile_extra-5 .elementor-grid {
grid-template-columns: repeat(5, 1fr);
}
.elementor-grid-mobile_extra-6 .elementor-grid {
grid-template-columns: repeat(6, 1fr);
}
.elementor-grid-mobile_extra-7 .elementor-grid {
grid-template-columns: repeat(7, 1fr);
}
.elementor-grid-mobile_extra-8 .elementor-grid {
grid-template-columns: repeat(8, 1fr);
}
.elementor-grid-mobile_extra-9 .elementor-grid {
grid-template-columns: repeat(9, 1fr);
}
.elementor-grid-mobile_extra-10 .elementor-grid {
grid-template-columns: repeat(10, 1fr);
}
.elementor-grid-mobile_extra-11 .elementor-grid {
grid-template-columns: repeat(11, 1fr);
}
.elementor-grid-mobile_extra-12 .elementor-grid {
grid-template-columns: repeat(12, 1fr);
}
}
@media (max-width: ELEMENTOR_SCREEN_MOBILE_MAX) {
.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: ELEMENTOR_SCREEN_DESKTOP_MIN) {
#elementor-device-mode:after {
content: "desktop";
}
}
@media (min-width: ELEMENTOR_SCREEN_WIDESCREEN_MIN) {
#elementor-device-mode:after {
content: "widescreen";
}
}
@media (max-width: ELEMENTOR_SCREEN_LAPTOP_MAX) {
#elementor-device-mode:after {
content: "laptop";
}
}
@media (max-width: ELEMENTOR_SCREEN_TABLET_EXTRA_MAX) {
#elementor-device-mode:after {
content: "tablet_extra";
}
}
@media (max-width: ELEMENTOR_SCREEN_TABLET_MAX) {
#elementor-device-mode:after {
content: "tablet";
}
}
@media (max-width: ELEMENTOR_SCREEN_MOBILE_EXTRA_MAX) {
#elementor-device-mode:after {
content: "mobile_extra";
}
}
@media (max-width: ELEMENTOR_SCREEN_MOBILE_MAX) {
#elementor-device-mode:after {
content: "mobile";
}
}
.e-con {
--border-radius: 0;
--border-top-width: 0px;
--border-right-width: 0px;
--border-bottom-width: 0px;
--border-left-width: 0px;
--border-style: initial;
--border-color: initial;
--container-widget-width: 100%;
--container-widget-height: initial;
--container-widget-flex-grow: 0;
--container-widget-align-self: initial;
--content-width: min(100%, var(--container-max-width, 1140px));
--width: 100%;
--min-height: initial;
--height: auto;
--text-align: initial;
--margin-top: 0px;
--margin-right: 0px;
--margin-bottom: 0px;
--margin-left: 0px;
--padding-top: var(--container-default-padding-top, 10px);
--padding-right: var(--container-default-padding-right, 10px);
--padding-bottom: var(--container-default-padding-bottom, 10px);
--padding-left: var(--container-default-padding-left, 10px);
--position: relative;
--z-index: revert;
--overflow: visible;
--gap: var(--widgets-spacing, 20px);
--overlay-mix-blend-mode: initial;
--overlay-opacity: 1;
--overlay-transition: 0.3s;
--e-con-grid-template-columns: repeat(3, 1fr);
--e-con-grid-template-rows: repeat(2, 1fr);
position: var(--position);
width: var(--width);
min-width: 0;
min-height: var(--min-height);
height: var(--height);
border-radius: var(--border-radius);
z-index: var(--z-index);
overflow: var(--overflow);
transition: background var(--background-transition, 0.3s), border var(--border-transition, 0.3s), box-shadow var(--border-transition, 0.3s), transform var(--e-con-transform-transition-duration, 0.4s);
--flex-wrap-mobile: wrap;
margin-block-start: var(--margin-block-start);
margin-inline-end: var(--margin-inline-end);
margin-block-end: var(--margin-block-end);
margin-inline-start: var(--margin-inline-start);
padding-inline-start: var(--padding-inline-start);
padding-inline-end: var(--padding-inline-end);
}
.e-con {
--margin-block-start: var(--margin-top);
--margin-block-end: var(--margin-bottom);
--margin-inline-start: var(--margin-left);
--margin-inline-end: var(--margin-right);
--padding-inline-start: var(--padding-left);
--padding-inline-end: var(--padding-right);
--padding-block-start: var(--padding-top);
--padding-block-end: var(--padding-bottom);
--border-block-start-width: var(--border-top-width);
--border-block-end-width: var(--border-bottom-width);
--border-inline-start-width: var(--border-left-width);
--border-inline-end-width: var(--border-right-width);
}
body.rtl .e-con {
--padding-inline-start: var(--padding-right);
--padding-inline-end: var(--padding-left);
--margin-inline-start: var(--margin-right);
--margin-inline-end: var(--margin-left);
--border-inline-start-width: var(--border-right-width);
--border-inline-end-width: var(--border-left-width);
}
.e-con.e-flex {
--flex-direction: column;
--flex-basis: auto;
--flex-grow: 0;
--flex-shrink: 1;
flex: var(--flex-grow) var(--flex-shrink) var(--flex-basis);
}
.e-con-full, .e-con > .e-con-inner {
text-align: var(--text-align);
padding-block-start: var(--padding-block-start);
padding-block-end: var(--padding-block-end);
}
.e-con-full.e-flex, .e-con.e-flex > .e-con-inner {
flex-direction: var(--flex-direction);
}
.e-con, .e-con > .e-con-inner {
display: var(--display);
}
.e-con.e-grid {
--grid-justify-content: start;
--grid-align-content: start;
--grid-auto-flow: row;
}
.e-con.e-grid, .e-con.e-grid > .e-con-inner {
grid-template-columns: var(--e-con-grid-template-columns);
grid-template-rows: var(--e-con-grid-template-rows);
justify-content: var(--grid-justify-content);
align-content: var(--grid-align-content);
grid-auto-flow: var(--grid-auto-flow);
justify-items: var(--justify-items);
align-items: var(--align-items);
}
.e-con-boxed.e-flex {
flex-direction: column;
flex-wrap: initial;
justify-content: initial;
align-items: initial;
align-content: initial;
}
.e-con-boxed.e-grid {
justify-items: initial;
grid-template-columns: 1fr;
grid-template-rows: 1fr;
}
.e-con-boxed {
text-align: initial;
gap: initial;
}
.e-con.e-flex > .e-con-inner {
flex-wrap: var(--flex-wrap);
justify-content: var(--justify-content);
align-items: var(--align-items);
align-content: var(--align-content);
flex-basis: initial;
flex-grow: 1;
flex-shrink: initial;
align-self: initial;
}
.e-con.e-grid > .e-con-inner {
justify-items: var(--justify-items);
align-items: var(--align-items);
}
.e-con > .e-con-inner {
gap: var(--gap);
width: 100%;
max-width: var(--content-width);
margin: 0 auto;
padding-inline-start: 0;
padding-inline-end: 0;
height: 100%;
}
:is(.elementor-section-wrap, [data-elementor-id]) > .e-con {
--margin-left: auto;
--margin-right: auto;
max-width: min(100%, var(--width));
}
.e-con .elementor-widget.elementor-widget {
margin-block-end: 0;
}
.e-con::before, :is(.e-con, .e-con > .e-con-inner) > .elementor-background-video-container::before,
.e-con > .elementor-motion-effects-container > .elementor-motion-effects-layer::before,
.e-con > .elementor-background-slideshow::before {
content: var(--background-overlay);
display: block;
position: absolute;
mix-blend-mode: var(--overlay-mix-blend-mode);
opacity: var(--overlay-opacity);
transition: var(--overlay-transition, 0.3s);
border-radius: var(--border-radius);
border-style: var(--border-style);
border-color: var(--border-color);
border-block-start-width: var(--border-block-start-width);
border-inline-end-width: var(--border-inline-end-width);
border-block-end-width: var(--border-block-end-width);
border-inline-start-width: var(--border-inline-start-width);
top: calc(0px - var(--border-top-width));
left: calc(0px - var(--border-left-width));
width: max(100% + var(--border-left-width) + var(--border-right-width), 100%);
height: max(100% + var(--border-top-width) + var(--border-bottom-width), 100%);
}
.e-con::before {
transition: background var(--overlay-transition, 0.3s), border-radius var(--border-transition, 0.3s), opacity var(--overlay-transition, 0.3s);
}
.e-con > .elementor-background-slideshow, :is(.e-con, .e-con > .e-con-inner) > .elementor-background-video-container {
border-radius: var(--border-radius);
border-style: var(--border-style);
border-color: var(--border-color);
border-block-start-width: var(--border-block-start-width);
border-inline-end-width: var(--border-inline-end-width);
border-block-end-width: var(--border-block-end-width);
border-inline-start-width: var(--border-inline-start-width);
top: calc(0px - var(--border-top-width));
left: calc(0px - var(--border-left-width));
width: max(100% + var(--border-left-width) + var(--border-right-width), 100%);
height: max(100% + var(--border-top-width) + var(--border-bottom-width), 100%);
}
@media (max-width: ELEMENTOR_SCREEN_MOBILE_MAX) {
:is(.e-con, .e-con > .e-con-inner) > .elementor-background-video-container.elementor-hidden-phone {
display: none;
}
}
:is(.e-con, .e-con > .e-con-inner) > .elementor-background-video-container::before {
z-index: 1;
}
:is(.e-con, .e-con > .e-con-inner) > .elementor-background-slideshow::before {
z-index: 2;
}
.e-con .elementor-widget {
min-width: 0;
}
.e-con .elementor-widget-video, .e-con .elementor-widget-google_maps, .e-con .elementor-widget-empty {
width: 100%;
}
.e-con .elementor-widget.e-widget-swiper {
width: 100%;
}
.e-con > .elementor-widget > .elementor-widget-container, .e-con > .e-con-inner > .elementor-widget > .elementor-widget-container {
height: 100%;
}
.elementor.elementor .e-con > .elementor-widget, .e-con.e-con > .e-con-inner > .elementor-widget {
max-width: 100%;
}
@media (max-width: 767px) {
.e-con.e-flex {
--width: 100%;
--flex-wrap: var(--flex-wrap-mobile);
}
}
.elementor-form-fields-wrapper {
display: flex;
flex-wrap: wrap;
}
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group > input, .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group > textarea, .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group > .elementor-select-wrapper, .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup {
flex-basis: 100%;
max-width: 100%;
}
.elementor-form-fields-wrapper.elementor-labels-inline > .elementor-field-group > input, .elementor-form-fields-wrapper.elementor-labels-inline > .elementor-field-group .elementor-select-wrapper {
flex-grow: 1;
}
.elementor-field-group {
flex-wrap: wrap;
align-items: center;
}
.elementor-field-group.elementor-field-type-submit {
align-items: flex-end;
}
.elementor-field-group .elementor-field-textual {
width: 100%;
max-width: 100%;
border: 1px solid #69727D;
background-color: transparent;
color: #1f2124;
vertical-align: middle;
flex-grow: 1;
}
.elementor-field-group .elementor-field-textual:focus {
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
outline: 0;
}
.elementor-field-group .elementor-field-textual::-webkit-input-placeholder {
color: inherit;
font-family: inherit;
opacity: 0.6;
}
.elementor-field-group .elementor-field-textual:-ms-input-placeholder {
color: inherit;
font-family: inherit;
opacity: 0.6;
}
.elementor-field-group .elementor-field-textual::-moz-placeholder {
color: inherit;
font-family: inherit;
opacity: 0.6;
}
.elementor-field-group .elementor-field-textual:-moz-placeholder {
color: inherit;
font-family: inherit;
opacity: 0.6;
}
.elementor-field-group .elementor-field-textual::placeholder {
color: inherit;
font-family: inherit;
opacity: 0.6;
}
.elementor-field-group .elementor-select-wrapper {
display: flex;
position: relative;
width: 100%;
}
.elementor-field-group .elementor-select-wrapper select {
appearance: none;
color: inherit;
font-size: inherit;
font-family: inherit;
font-weight: inherit;
font-style: inherit;
text-transform: inherit;
letter-spacing: inherit;
line-height: inherit;
flex-basis: 100%;
padding-inline-end: 20px;
}
.elementor-field-group .elementor-select-wrapper:before {
content: "\e92a";
font-family: "eicons";
font-size: 15px;
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 10px;
pointer-events: none;
text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before {
content: "";
}
.elementor-field-subgroup {
display: flex;
flex-wrap: wrap;
}
.elementor-field-subgroup .elementor-field-option label {
display: inline-block;
}
.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
padding-inline-end: 10px;
}
.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option {
flex-basis: 100%;
}
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,
.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label,
.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label {
display: inline;
}
.elementor-field-label {
cursor: pointer;
}
.elementor-mark-required .elementor-field-label:after {
content: "*";
color: red;
padding-inline-start: 0.2em;
}
.elementor-field-textual {
line-height: 1.4;
font-size: 15px;
min-height: 40px;
padding: 5px 14px;
border-radius: 3px;
}
.elementor-field-textual.elementor-size-xs {
font-size: 13px;
min-height: 33px;
padding: 4px 12px;
border-radius: 2px;
}
.elementor-field-textual.elementor-size-md {
font-size: 16px;
min-height: 47px;
padding: 6px 16px;
border-radius: 4px;
}
.elementor-field-textual.elementor-size-lg {
font-size: 18px;
min-height: 59px;
padding: 7px 20px;
border-radius: 5px;
}
.elementor-field-textual.elementor-size-xl {
font-size: 20px;
min-height: 72px;
padding: 8px 24px;
border-radius: 6px;
}
.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
flex-basis: 100%;
}
.elementor-button-align-stretch .e-form__buttons__wrapper {
flex-basis: 50%;
flex-grow: 1;
}
.elementor-button-align-stretch .e-form__buttons__wrapper__button {
flex-basis: 100%;
}
.elementor-button-align-center .elementor-field-type-submit,
.elementor-button-align-center .e-form__buttons {
justify-content: center;
}
.elementor-button-align-start .elementor-field-type-submit,
.elementor-button-align-start .e-form__buttons {
justify-content: flex-end;
}
.elementor-button-align-end .elementor-field-type-submit,
.elementor-button-align-end .e-form__buttons {
justify-content: flex-start;
}
.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
flex-basis: initial;
}
.elementor-button-align-center .e-form__buttons__wrapper, .elementor-button-align-start .e-form__buttons__wrapper, .elementor-button-align-end .e-form__buttons__wrapper {
flex-grow: initial;
}
.elementor-button-align-center .e-form__buttons__wrapper, .elementor-button-align-center .e-form__buttons__wrapper__button, .elementor-button-align-start .e-form__buttons__wrapper, .elementor-button-align-start .e-form__buttons__wrapper__button, .elementor-button-align-end .e-form__buttons__wrapper, .elementor-button-align-end .e-form__buttons__wrapper__button {
flex-basis: initial;
}
@media screen and (max-width: ELEMENTOR_SCREEN_TABLET_MAX) {
.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
flex-basis: 100%;
}
.elementor-tablet-button-align-stretch .e-form__buttons__wrapper {
flex-basis: 50%;
flex-grow: 1;
}
.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button {
flex-basis: 100%;
}
.elementor-tablet-button-align-center .elementor-field-type-submit,
.elementor-tablet-button-align-center .e-form__buttons {
justify-content: center;
}
.elementor-tablet-button-align-start .elementor-field-type-submit,
.elementor-tablet-button-align-start .e-form__buttons {
justify-content: flex-end;
}
.elementor-tablet-button-align-end .elementor-field-type-submit,
.elementor-tablet-button-align-end .e-form__buttons {
justify-content: flex-start;
}
.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
flex-basis: initial;
}
.elementor-tablet-button-align-center .e-form__buttons__wrapper, .elementor-tablet-button-align-start .e-form__buttons__wrapper, .elementor-tablet-button-align-end .e-form__buttons__wrapper {
flex-grow: initial;
}
.elementor-tablet-button-align-center .e-form__buttons__wrapper, .elementor-tablet-button-align-center .e-form__buttons__wrapper__button, .elementor-tablet-button-align-start .e-form__buttons__wrapper, .elementor-tablet-button-align-start .e-form__buttons__wrapper__button, .elementor-tablet-button-align-end .e-form__buttons__wrapper, .elementor-tablet-button-align-end .e-form__buttons__wrapper__button {
flex-basis: initial;
}
}
@media screen and (max-width: ELEMENTOR_SCREEN_MOBILE_MAX) {
.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
flex-basis: 100%;
}
.elementor-mobile-button-align-stretch .e-form__buttons__wrapper {
flex-basis: 50%;
flex-grow: 1;
}
.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button {
flex-basis: 100%;
}
.elementor-mobile-button-align-center .elementor-field-type-submit,
.elementor-mobile-button-align-center .e-form__buttons {
justify-content: center;
}
.elementor-mobile-button-align-start .elementor-field-type-submit,
.elementor-mobile-button-align-start .e-form__buttons {
justify-content: flex-end;
}
.elementor-mobile-button-align-end .elementor-field-type-submit,
.elementor-mobile-button-align-end .e-form__buttons {
justify-content: flex-start;
}
.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
flex-basis: initial;
}
.elementor-mobile-button-align-center .e-form__buttons__wrapper, .elementor-mobile-button-align-start .e-form__buttons__wrapper, .elementor-mobile-button-align-end .e-form__buttons__wrapper {
flex-grow: initial;
}
.elementor-mobile-button-align-center .e-form__buttons__wrapper, .elementor-mobile-button-align-center .e-form__buttons__wrapper__button, .elementor-mobile-button-align-start .e-form__buttons__wrapper, .elementor-mobile-button-align-start .e-form__buttons__wrapper__button, .elementor-mobile-button-align-end .e-form__buttons__wrapper, .elementor-mobile-button-align-end .e-form__buttons__wrapper__button {
flex-basis: initial;
}
}
.elementor-error .elementor-field {
border-color: #d9534f;
}
.elementor-error .help-inline {
color: #d9534f;
font-size: 0.9em;
}
.elementor-message {
margin: 10px 0;
font-size: 1em;
line-height: 1;
}
.elementor-message:before {
content: "\e90e";
display: inline-block;
font-family: eicons;
font-weight: normal;
font-style: normal;
vertical-align: middle;
margin-inline-end: 5px;
}
.elementor-message.elementor-message-danger {
color: #d9534f;
}
.elementor-message.elementor-message-danger:before {
content: "\e87f";
}
.elementor-message.form-message-success {
color: #5cb85c;
}
.elementor-form .elementor-button {
padding-block-start: 0;
padding-block-end: 0;
border: none;
}
.elementor-form .elementor-button > span, .elementor-form .elementor-button-content-wrapper {
display: flex;
justify-content: center;
flex-direction: row;
gap: 5px;
}
.elementor-form .elementor-button.elementor-size-xs {
min-height: 33px;
}
.elementor-form .elementor-button.elementor-size-sm {
min-height: 40px;
}
.elementor-form .elementor-button.elementor-size-md {
min-height: 47px;
}
.elementor-form .elementor-button.elementor-size-lg {
min-height: 59px;
}
.elementor-form .elementor-button.elementor-size-xl {
min-height: 72px;
}
.elementor-element .elementor-widget-container {
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform var(--e-transform-transition-duration, 400ms);
}
.elementor-button {
display: inline-block;
line-height: 1;
background-color: #69727D;
font-size: 15px;
padding: 12px 24px;
border-radius: 3px;
color: #fff;
fill: #fff;
text-align: center;
transition: all 0.3s;
}
.elementor-button:hover, .elementor-button:focus, .elementor-button:visited {
color: #fff;
}
.elementor-button-content-wrapper {
display: flex;
justify-content: center;
flex-direction: row;
gap: 5px;
}
.elementor-button-icon svg {
width: 1em;
height: auto;
}
.elementor-button-icon .e-font-icon-svg {
height: 1em;
}
.elementor-button-text {
display: inline-block;
}
.elementor-button.elementor-size-xs {
font-size: 13px;
padding: 10px 20px;
border-radius: 2px;
}
.elementor-button.elementor-size-md {
font-size: 16px;
padding: 15px 30px;
border-radius: 4px;
}
.elementor-button.elementor-size-lg {
font-size: 18px;
padding: 20px 40px;
border-radius: 5px;
}
.elementor-button.elementor-size-xl {
font-size: 20px;
padding: 25px 50px;
border-radius: 6px;
}
.elementor-button .elementor-align-icon-right {
order: 5;
}
.elementor-button .elementor-align-icon-left {
order: 15;
}
.elementor-button span {
text-decoration: inherit;
}
.elementor-element.elementor-button-info .elementor-button {
background-color: #5bc0de;
}
.elementor-element.elementor-button-success .elementor-button {
background-color: #5cb85c;
}
.elementor-element.elementor-button-warning .elementor-button {
background-color: #f0ad4e;
}
.elementor-element.elementor-button-danger .elementor-button {
background-color: #d9534f;
}
.elementor-widget-button .elementor-button .elementor-button-info {
background-color: #5bc0de;
}
.elementor-widget-button .elementor-button .elementor-button-success {
background-color: #5cb85c;
}
.elementor-widget-button .elementor-button .elementor-button-warning {
background-color: #f0ad4e;
}
.elementor-widget-button .elementor-button .elementor-button-danger {
background-color: #d9534f;
}
.elementor-tab-title a {
color: inherit;
}
.elementor-view-stacked .elementor-icon {
padding: 0.5em;
background-color: #69727D;
color: #fff;
fill: #fff;
}
.elementor-view-framed .elementor-icon {
padding: 0.5em;
color: #69727D;
border: 3px solid #69727D;
background-color: transparent;
}
.elementor-icon {
display: inline-block;
line-height: 1;
transition: all 0.3s;
color: #69727D;
font-size: 50px;
text-align: center;
}
.elementor-icon:hover {
color: #69727D;
}
.elementor-icon i, .elementor-icon svg {
width: 1em;
height: 1em;
position: relative;
display: block;
}
.elementor-icon i:before, .elementor-icon svg:before {
position: absolute;
left: 50%;
transform: translateX(-50%);
}
.elementor-icon i.fad {
width: initial;
}
.elementor-shape-circle .elementor-icon {
border-radius: 50%;
}
.e-transform .elementor-widget-container {
transform: perspective(var(--e-transform-perspective, 0)) rotateZ(var(--e-transform-rotateZ, 0)) rotateX(var(--e-transform-rotateX, 0)) rotateY(var(--e-transform-rotateY, 0)) translate(var(--e-transform-translate, 0)) translateX(var(--e-transform-translateX, 0)) translateY(var(--e-transform-translateY, 0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX, 0)) skewY(var(--e-transform-skewY, 0));
transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);
}
.e-con.e-transform {
transform: perspective(var(--e-con-transform-perspective, 0)) rotateZ(var(--e-con-transform-rotateZ, 0)) rotateX(var(--e-con-transform-rotateX, 0)) rotateY(var(--e-con-transform-rotateY, 0)) translate(var(--e-con-transform-translate, 0)) translateX(var(--e-con-transform-translateX, 0)) translateY(var(--e-con-transform-translateY, 0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX, 0)) skewY(var(--e-con-transform-skewY, 0));
transform-origin: var(--e-con-transform-origin-y) var(--e-con-transform-origin-x);
}
.elementor-element, .elementor-lightbox {
--swiper-theme-color: #000;
--swiper-navigation-size: 44px;
--swiper-pagination-bullet-size: 6px;
--swiper-pagination-bullet-horizontal-gap: 6px;
}
.elementor-element .swiper .swiper-slide figure,
.elementor-element .swiper-container .swiper-slide figure, .elementor-lightbox .swiper .swiper-slide figure,
.elementor-lightbox .swiper-container .swiper-slide figure {
line-height: 0;
}
.elementor-element .swiper .elementor-lightbox-content-source,
.elementor-element .swiper-container .elementor-lightbox-content-source, .elementor-lightbox .swiper .elementor-lightbox-content-source,
.elementor-lightbox .swiper-container .elementor-lightbox-content-source {
display: none;
}
.elementor-element .swiper .elementor-swiper-button,
.elementor-element .swiper ~ .elementor-swiper-button,
.elementor-element .swiper-container .elementor-swiper-button,
.elementor-element .swiper-container ~ .elementor-swiper-button, .elementor-lightbox .swiper .elementor-swiper-button,
.elementor-lightbox .swiper ~ .elementor-swiper-button,
.elementor-lightbox .swiper-container .elementor-swiper-button,
.elementor-lightbox .swiper-container ~ .elementor-swiper-button {
position: absolute;
display: inline-flex;
z-index: 1;
cursor: pointer;
font-size: 25px;
color: rgba(238, 238, 238, 0.9);
top: 50%;
transform: translateY(-50%);
}
.elementor-element .swiper .elementor-swiper-button svg,
.elementor-element .swiper ~ .elementor-swiper-button svg,
.elementor-element .swiper-container .elementor-swiper-button svg,
.elementor-element .swiper-container ~ .elementor-swiper-button svg, .elementor-lightbox .swiper .elementor-swiper-button svg,
.elementor-lightbox .swiper ~ .elementor-swiper-button svg,
.elementor-lightbox .swiper-container .elementor-swiper-button svg,
.elementor-lightbox .swiper-container ~ .elementor-swiper-button svg {
fill: rgba(238, 238, 238, 0.9);
height: 1em;
width: 1em;
}
.elementor-element .swiper .elementor-swiper-button-prev,
.elementor-element .swiper ~ .elementor-swiper-button-prev,
.elementor-element .swiper-container .elementor-swiper-button-prev,
.elementor-element .swiper-container ~ .elementor-swiper-button-prev, .elementor-lightbox .swiper .elementor-swiper-button-prev,
.elementor-lightbox .swiper ~ .elementor-swiper-button-prev,
.elementor-lightbox .swiper-container .elementor-swiper-button-prev,
.elementor-lightbox .swiper-container ~ .elementor-swiper-button-prev {
left: 10px;
}
.elementor-element .swiper .elementor-swiper-button-next,
.elementor-element .swiper ~ .elementor-swiper-button-next,
.elementor-element .swiper-container .elementor-swiper-button-next,
.elementor-element .swiper-container ~ .elementor-swiper-button-next, .elementor-lightbox .swiper .elementor-swiper-button-next,
.elementor-lightbox .swiper ~ .elementor-swiper-button-next,
.elementor-lightbox .swiper-container .elementor-swiper-button-next,
.elementor-lightbox .swiper-container ~ .elementor-swiper-button-next {
right: 10px;
}
.elementor-element .swiper .elementor-swiper-button.swiper-button-disabled,
.elementor-element .swiper ~ .elementor-swiper-button.swiper-button-disabled,
.elementor-element .swiper-container .elementor-swiper-button.swiper-button-disabled,
.elementor-element .swiper-container ~ .elementor-swiper-button.swiper-button-disabled, .elementor-lightbox .swiper .elementor-swiper-button.swiper-button-disabled,
.elementor-lightbox .swiper ~ .elementor-swiper-button.swiper-button-disabled,
.elementor-lightbox .swiper-container .elementor-swiper-button.swiper-button-disabled,
.elementor-lightbox .swiper-container ~ .elementor-swiper-button.swiper-button-disabled {
opacity: 0.3;
}
.elementor-element .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image,
.elementor-element .swiper-container .swiper-image-stretch .swiper-slide .swiper-slide-image, .elementor-lightbox .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image,
.elementor-lightbox .swiper-container .swiper-image-stretch .swiper-slide .swiper-slide-image {
width: 100%;
}
.elementor-element .swiper .swiper-pagination-fraction,
.elementor-element .swiper .swiper-pagination-custom,
.elementor-element .swiper .swiper-horizontal > .swiper-pagination-bullets,
.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-element .swiper ~ .swiper-pagination-fraction,
.elementor-element .swiper ~ .swiper-pagination-custom,
.elementor-element .swiper ~ .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-element .swiper-container .swiper-pagination-fraction,
.elementor-element .swiper-container .swiper-pagination-custom,
.elementor-element .swiper-container .swiper-horizontal > .swiper-pagination-bullets,
.elementor-element .swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-element .swiper-container ~ .swiper-pagination-fraction,
.elementor-element .swiper-container ~ .swiper-pagination-custom,
.elementor-element .swiper-container ~ .swiper-pagination-bullets.swiper-pagination-horizontal, .elementor-lightbox .swiper .swiper-pagination-fraction,
.elementor-lightbox .swiper .swiper-pagination-custom,
.elementor-lightbox .swiper .swiper-horizontal > .swiper-pagination-bullets,
.elementor-lightbox .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-lightbox .swiper ~ .swiper-pagination-fraction,
.elementor-lightbox .swiper ~ .swiper-pagination-custom,
.elementor-lightbox .swiper ~ .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-lightbox .swiper-container .swiper-pagination-fraction,
.elementor-lightbox .swiper-container .swiper-pagination-custom,
.elementor-lightbox .swiper-container .swiper-horizontal > .swiper-pagination-bullets,
.elementor-lightbox .swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-lightbox .swiper-container ~ .swiper-pagination-fraction,
.elementor-lightbox .swiper-container ~ .swiper-pagination-custom,
.elementor-lightbox .swiper-container ~ .swiper-pagination-bullets.swiper-pagination-horizontal {
bottom: 5px;
}
.elementor-element .swiper.swiper-cube .elementor-swiper-button,
.elementor-element .swiper.swiper-cube ~ .elementor-swiper-button,
.elementor-element .swiper-container.swiper-cube .elementor-swiper-button,
.elementor-element .swiper-container.swiper-cube ~ .elementor-swiper-button, .elementor-lightbox .swiper.swiper-cube .elementor-swiper-button,
.elementor-lightbox .swiper.swiper-cube ~ .elementor-swiper-button,
.elementor-lightbox .swiper-container.swiper-cube .elementor-swiper-button,
.elementor-lightbox .swiper-container.swiper-cube ~ .elementor-swiper-button {
transform: translate3d(0, -50%, 1px);
}
.elementor-element :where(.swiper-container-horizontal) ~ .swiper-pagination-bullets, .elementor-lightbox :where(.swiper-container-horizontal) ~ .swiper-pagination-bullets {
bottom: 5px;
left: 0;
width: 100%;
}
.elementor-element :where(.swiper-container-horizontal) ~ .swiper-pagination-bullets .swiper-pagination-bullet, .elementor-lightbox :where(.swiper-container-horizontal) ~ .swiper-pagination-bullets .swiper-pagination-bullet {
margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.elementor-element :where(.swiper-container-horizontal) ~ .swiper-pagination-progressbar, .elementor-lightbox :where(.swiper-container-horizontal) ~ .swiper-pagination-progressbar {
width: 100%;
height: 4px;
left: 0;
top: 0;
}
.elementor-element.elementor-pagination-position-outside .swiper,
.elementor-element.elementor-pagination-position-outside .swiper-container, .elementor-lightbox.elementor-pagination-position-outside .swiper,
.elementor-lightbox.elementor-pagination-position-outside .swiper-container {
padding-bottom: 30px;
}
.elementor-element.elementor-pagination-position-outside .swiper .elementor-swiper-button,
.elementor-element.elementor-pagination-position-outside .swiper ~ .elementor-swiper-button,
.elementor-element.elementor-pagination-position-outside .swiper-container .elementor-swiper-button,
.elementor-element.elementor-pagination-position-outside .swiper-container ~ .elementor-swiper-button, .elementor-lightbox.elementor-pagination-position-outside .swiper .elementor-swiper-button,
.elementor-lightbox.elementor-pagination-position-outside .swiper ~ .elementor-swiper-button,
.elementor-lightbox.elementor-pagination-position-outside .swiper-container .elementor-swiper-button,
.elementor-lightbox.elementor-pagination-position-outside .swiper-container ~ .elementor-swiper-button {
top: calc(50% - 30px / 2);
}
.elementor-element .elementor-swiper, .elementor-lightbox .elementor-swiper {
position: relative;
}
.elementor-element .elementor-main-swiper, .elementor-lightbox .elementor-main-swiper {
position: static;
}
.elementor-element.elementor-arrows-position-outside .swiper,
.elementor-element.elementor-arrows-position-outside .swiper-container, .elementor-lightbox.elementor-arrows-position-outside .swiper,
.elementor-lightbox.elementor-arrows-position-outside .swiper-container {
width: calc(100% - 60px);
}
.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,
.elementor-element.elementor-arrows-position-outside .swiper ~ .elementor-swiper-button-prev,
.elementor-element.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-prev,
.elementor-element.elementor-arrows-position-outside .swiper-container ~ .elementor-swiper-button-prev, .elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,
.elementor-lightbox.elementor-arrows-position-outside .swiper ~ .elementor-swiper-button-prev,
.elementor-lightbox.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-prev,
.elementor-lightbox.elementor-arrows-position-outside .swiper-container ~ .elementor-swiper-button-prev {
left: 0;
}
.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,
.elementor-element.elementor-arrows-position-outside .swiper ~ .elementor-swiper-button-next,
.elementor-element.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-next,
.elementor-element.elementor-arrows-position-outside .swiper-container ~ .elementor-swiper-button-next, .elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,
.elementor-lightbox.elementor-arrows-position-outside .swiper ~ .elementor-swiper-button-next,
.elementor-lightbox.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-next,
.elementor-lightbox.elementor-arrows-position-outside .swiper-container ~ .elementor-swiper-button-next {
right: 0;
}
.elementor-lightbox {
--lightbox-ui-color: rgba(238, 238, 238, 0.9);
--lightbox-ui-color-hover: #fff;
--lightbox-text-color: var(--lightbox-ui-color);
--lightbox-header-icons-size: 20px;
--lightbox-navigation-icons-size: 25px;
}
.elementor-lightbox:not(.elementor-popup-modal) .dialog-header,
.elementor-lightbox:not(.elementor-popup-modal) .dialog-message {
text-align: center;
}
.elementor-lightbox .dialog-header {
display: none;
}
.elementor-lightbox .dialog-widget-content {
background: none;
box-shadow: none;
width: 100%;
height: 100%;
}
.elementor-lightbox .dialog-message {
animation-duration: 0.3s;
height: 100%;
}
.elementor-lightbox .dialog-message.dialog-lightbox-message {
padding: 0;
}
.elementor-lightbox .dialog-lightbox-close-button {
cursor: pointer;
position: absolute;
font-size: var(--lightbox-header-icons-size);
left: 0.75em;
margin-top: 13px;
padding: 0.25em;
z-index: 2;
line-height: 1;
display: flex;
}
.elementor-lightbox .dialog-lightbox-close-button svg {
height: 1em;
width: 1em;
}
.elementor-lightbox .dialog-lightbox-close-button,
.elementor-lightbox .elementor-swiper-button {
color: var(--lightbox-ui-color);
transition: all 0.3s;
opacity: 1;
}
.elementor-lightbox .dialog-lightbox-close-button svg,
.elementor-lightbox .elementor-swiper-button svg {
fill: var(--lightbox-ui-color);
}
.elementor-lightbox .dialog-lightbox-close-button:hover,
.elementor-lightbox .elementor-swiper-button:hover {
color: var(--lightbox-ui-color-hover);
}
.elementor-lightbox .dialog-lightbox-close-button:hover svg,
.elementor-lightbox .elementor-swiper-button:hover svg {
fill: var(--lightbox-ui-color-hover);
}
.elementor-lightbox .swiper,
.elementor-lightbox .swiper-container {
height: 100%;
}
.elementor-lightbox .elementor-lightbox-item {
display: flex;
align-items: center;
justify-content: center;
position: relative;
padding: 70px;
box-sizing: border-box;
height: 100%;
margin: auto;
}
@media (max-width: ELEMENTOR_SCREEN_MOBILE_MAX) {
.elementor-lightbox .elementor-lightbox-item {
padding: 70px 0;
}
}
.elementor-lightbox .elementor-lightbox-image {
max-height: 100%;
user-select: none;
}
.elementor-lightbox .elementor-lightbox-image, .elementor-lightbox .elementor-lightbox-image:hover {
opacity: 1;
filter: none;
border: none;
}
.elementor-lightbox .elementor-lightbox-image {
box-shadow: 0 0 30px rgba(0, 0, 0, 0.3), 0 0 8px -5px rgba(0, 0, 0, 0.3);
border-radius: 2px;
}
.elementor-lightbox .elementor-video-container {
width: 100%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.elementor-lightbox .elementor-video-container .elementor-video-square,
.elementor-lightbox .elementor-video-container .elementor-video-landscape,
.elementor-lightbox .elementor-video-container .elementor-video-portrait {
width: 100%;
height: 100%;
margin: auto;
}
.elementor-lightbox .elementor-video-container .elementor-video-square iframe,
.elementor-lightbox .elementor-video-container .elementor-video-landscape iframe,
.elementor-lightbox .elementor-video-container .elementor-video-portrait iframe {
border: 0;
background-color: #000;
}
.elementor-lightbox .elementor-video-container .elementor-video-square iframe,
.elementor-lightbox .elementor-video-container .elementor-video-square video,
.elementor-lightbox .elementor-video-container .elementor-video-landscape iframe,
.elementor-lightbox .elementor-video-container .elementor-video-landscape video,
.elementor-lightbox .elementor-video-container .elementor-video-portrait iframe,
.elementor-lightbox .elementor-video-container .elementor-video-portrait video {
aspect-ratio: var(--video-aspect-ratio, 1.77777);
}
@supports not (aspect-ratio: 1/1) {
.elementor-lightbox .elementor-video-container .elementor-video-square,
.elementor-lightbox .elementor-video-container .elementor-video-landscape,
.elementor-lightbox .elementor-video-container .elementor-video-portrait {
position: relative;
overflow: hidden;
height: 0;
padding-bottom: calc(100% / var(--video-aspect-ratio, 1.77777));
}
.elementor-lightbox .elementor-video-container .elementor-video-square iframe,
.elementor-lightbox .elementor-video-container .elementor-video-square video,
.elementor-lightbox .elementor-video-container .elementor-video-landscape iframe,
.elementor-lightbox .elementor-video-container .elementor-video-landscape video,
.elementor-lightbox .elementor-video-container .elementor-video-portrait iframe,
.elementor-lightbox .elementor-video-container .elementor-video-portrait video {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
}
.elementor-lightbox .elementor-video-container .elementor-video-square iframe,
.elementor-lightbox .elementor-video-container .elementor-video-square video {
width: min(90vh, 90vw);
height: min(90vh, 90vw);
}
.elementor-lightbox .elementor-video-container .elementor-video-landscape iframe,
.elementor-lightbox .elementor-video-container .elementor-video-landscape video {
width: 100%;
max-height: 90vh;
}
.elementor-lightbox .elementor-video-container .elementor-video-portrait iframe,
.elementor-lightbox .elementor-video-container .elementor-video-portrait video {
height: 100%;
max-width: 90vw;
}
@media (min-width: ELEMENTOR_SCREEN_TABLET_NEXT) {
.elementor-lightbox .elementor-video-container .elementor-video-landscape {
width: 85vw;
max-height: 85vh;
}
.elementor-lightbox .elementor-video-container .elementor-video-portrait {
height: 85vh;
max-width: 85vw;
}
}
@media (max-width: ELEMENTOR_SCREEN_TABLET_MAX) {
.elementor-lightbox .elementor-video-container .elementor-video-landscape {
width: 95vw;
max-height: 95vh;
}
.elementor-lightbox .elementor-video-container .elementor-video-portrait {
height: 95vh;
max-width: 95vw;
}
}
.elementor-lightbox .swiper .elementor-swiper-button-prev,
.elementor-lightbox .swiper-container .elementor-swiper-button-prev {
left: 0;
}
.elementor-lightbox .swiper .elementor-swiper-button-next,
.elementor-lightbox .swiper-container .elementor-swiper-button-next {
right: 0;
}
.elementor-lightbox .swiper .swiper-pagination-fraction,
.elementor-lightbox .swiper-container .swiper-pagination-fraction {
width: max-content;
color: #ffffff;
}
.elementor-lightbox .elementor-swiper-button:focus {
outline-width: 1px;
}
.elementor-lightbox .elementor-swiper-button-prev, .elementor-lightbox .elementor-swiper-button-next {
height: 100%;
display: flex;
align-items: center;
width: 15%;
justify-content: center;
font-size: var(--lightbox-navigation-icons-size);
}
@media (max-width: ELEMENTOR_SCREEN_MOBILE_MAX) {
.elementor-lightbox .elementor-swiper-button:focus {
outline: none;
}
.elementor-lightbox .elementor-swiper-button-prev, .elementor-lightbox .elementor-swiper-button-next {
width: 20%;
}
.elementor-lightbox .elementor-swiper-button-prev i, .elementor-lightbox .elementor-swiper-button-next i {
padding: 10px;
background-color: rgba(0, 0, 0, 0.5);
}
.elementor-lightbox .elementor-swiper-button-prev {
left: 0;
justify-content: flex-start;
}
.elementor-lightbox .elementor-swiper-button-next {
right: 0;
justify-content: flex-end;
}
}
.elementor-slideshow__counter {
color: currentColor;
font-size: 0.75em;
width: max-content;
}
.elementor-slideshow__header, .elementor-slideshow__footer {
position: absolute;
left: 0;
width: 100%;
padding: 15px 20px;
transition: 0.3s;
}
.elementor-slideshow__footer {
color: var(--lightbox-text-color);
}
.elementor-slideshow__header {
color: var(--lightbox-ui-color);
display: flex;
flex-direction: row-reverse;
font-size: var(--lightbox-header-icons-size);
padding-inline-start: 1em;
padding-inline-end: 2.6em;
top: 0;
align-items: center;
z-index: 10;
}
.elementor-slideshow__header > i,
.elementor-slideshow__header > svg {
cursor: pointer;
padding: 0.25em;
margin: 0 0.35em;
}
.elementor-slideshow__header > i {
font-size: inherit;
}
.elementor-slideshow__header > i:hover {
color: var(--lightbox-ui-color-hover);
}
.elementor-slideshow__header > svg {
box-sizing: content-box;
fill: var(--lightbox-ui-color);
height: 1em;
width: 1em;
}
.elementor-slideshow__header > svg:hover {
fill: var(--lightbox-ui-color-hover);
}
.elementor-slideshow__header .elementor-slideshow__counter {
margin-inline-end: auto;
}
.elementor-slideshow__header .elementor-icon-share {
z-index: 5;
}
.elementor-slideshow__share-menu {
background-color: rgba(0, 0, 0, 0);
width: 0;
height: 0;
position: absolute;
overflow: hidden;
transition: background-color 400ms;
}
.elementor-slideshow__share-menu .elementor-slideshow__share-links a {
color: #0C0D0E;
}
.elementor-slideshow__share-links {
display: block;
position: absolute;
min-width: 200px;
left: 2.8em;
top: 3em;
background-color: #fff;
border-radius: 3px;
padding: 14px 20px;
transform: scale(0);
opacity: 0;
transform-origin: 90% 10%;
transition: all 250ms 100ms;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
.elementor-slideshow__share-links a {
text-align: start;
color: #3f444b;
font-size: 12px;
line-height: 2.5;
display: block;
opacity: 0;
transition: opacity 500ms 100ms;
}
.elementor-slideshow__share-links a:hover {
color: #000;
}
.elementor-slideshow__share-links a i,
.elementor-slideshow__share-links a svg {
margin-inline-end: 0.75em;
}
.elementor-slideshow__share-links a i {
font-size: 1.25em;
}
.elementor-slideshow__share-links a svg {
height: 1.25em;
width: 1.25em;
}
.elementor-slideshow__share-links:before {
content: "";
display: block;
position: absolute;
top: 1px;
left: 0.5em;
border: 0.45em solid;
border-color: transparent transparent #fff transparent;
transform: translateY(-100%) scaleX(0.7);
}
.elementor-slideshow__footer {
bottom: 0;
z-index: 5;
position: fixed;
}
.elementor-slideshow__title, .elementor-slideshow__description {
margin: 0;
}
.elementor-slideshow__title {
font-size: 16px;
font-weight: bold;
}
.elementor-slideshow__description {
font-size: 14px;
}
.elementor-slideshow--ui-hidden .elementor-slideshow__header, .elementor-slideshow--ui-hidden .elementor-slideshow__footer {
opacity: 0;
pointer-events: none;
}
.elementor-slideshow--ui-hidden .elementor-swiper-button-prev, .elementor-slideshow--ui-hidden .elementor-swiper-button-next {
opacity: 0;
}
.elementor-slideshow--fullscreen-mode .elementor-video-container {
width: 100%;
}
.elementor-slideshow--zoom-mode .elementor-slideshow__header, .elementor-slideshow--zoom-mode .elementor-slideshow__footer {
background-color: rgba(0, 0, 0, 0.5);
}
.elementor-slideshow--zoom-mode .elementor-swiper-button-prev, .elementor-slideshow--zoom-mode .elementor-swiper-button-next {
opacity: 0;
pointer-events: none;
}
.elementor-slideshow--share-mode .elementor-slideshow__share-menu {
top: 0;
left: 0;
width: 100vw;
height: 100vh;
opacity: 1;
cursor: default;
background-color: rgba(0, 0, 0, 0.5);
}
.elementor-slideshow--share-mode .elementor-slideshow__share-links {
transform: scale(1);
}
.elementor-slideshow--share-mode .elementor-slideshow__share-links, .elementor-slideshow--share-mode .elementor-slideshow__share-links a {
opacity: 1;
}
.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-twitter {
color: #1DA1F2;
}
.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-facebook {
color: #3b5998;
}
.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-pinterest {
color: #bd081c;
}
.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-download-bold {
color: #9DA5AE;
}
.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-twitter {
fill: #1DA1F2;
}
.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-facebook {
fill: #3b5998;
}
.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-pinterest {
fill: #bd081c;
}
.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-download-bold {
fill: #9DA5AE;
}
.elementor-slideshow--share-mode .eicon-share-arrow {
z-index: 2;
}
.animated {
animation-duration: 1.25s;
}
.animated.animated-slow {
animation-duration: 2s;
}
.animated.animated-fast {
animation-duration: 0.75s;
}
.animated.infinite {
animation-iteration-count: infinite;
}
.animated.reverse {
animation-direction: reverse;
animation-fill-mode: forwards;
}
@media (prefers-reduced-motion: reduce) {
.animated {
animation: none;
}
}
.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);
}
#wp-admin-bar-elementor_edit_page > .ab-item::before {
content: "\e813";
font-family: eicons;
top: 3px;
font-size: 18px;
}
#wp-admin-bar-elementor_edit_page .ab-submenu .ab-item {
display: flex;
width: 200px;
}
#wp-admin-bar-elementor_edit_page .elementor-edit-link-title {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
width: 100%;
}
#wp-admin-bar-elementor_edit_page .elementor-edit-link-type {
background: #3f444b;
font-size: 11px;
line-height: 9px;
margin-top: 6px;
padding: 4px 8px;
border-radius: 3px;
}
#wp-admin-bar-elementor_inspector > .ab-item::before {
content: "\f348";
top: 2px;
}
#wpadminbar * {
font-style: normal;
}
.page-template-elementor_canvas.elementor-page:before {
display: none;
}
.elementor-post__thumbnail__link {
transition: none;
}
#left-area ul.elementor-icon-list-items,
.elementor .elementor-element ul.elementor-icon-list-items,
.elementor-edit-area .elementor-element ul.elementor-icon-list-items {
padding: 0;
}
.e--ua-appleWebkit.rtl {
--flex-right: flex-start;
}
.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right,
.e--ua-appleWebkit .elementor-share-buttons--align-right {
--justify-content: var(--flex-right, flex-end);
}
.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-center,
.e--ua-appleWebkit .elementor-share-buttons--align-center {
--justify-content: center;
}
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid {
width: auto;
display: flex;
flex-wrap: wrap;
justify-content: var(--justify-content, space-between);
margin-left: calc(-0.5 * var(--grid-column-gap));
margin-right: calc(-0.5 * var(--grid-column-gap));
}
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid-item {
margin-left: calc(0.5 * var(--grid-column-gap));
margin-right: calc(0.5 * var(--grid-column-gap));
}
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid {
display: inline-block;
}
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid-item {
margin-left: 0;
margin-right: 0;
}
@media (max-width: ELEMENTOR_SCREEN_TABLET_MAX) {
.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-right,
.e--ua-appleWebkit .elementor-share-buttons-tablet--align-right {
--justify-content: var(--flex-right, flex-end);
}
.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-center,
.e--ua-appleWebkit .elementor-share-buttons-tablet--align-center {
--justify-content: center;
}
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid {
width: auto;
display: flex;
flex-wrap: wrap;
justify-content: var(--justify-content, space-between);
margin-left: calc(-0.5 * var(--grid-column-gap));
margin-right: calc(-0.5 * var(--grid-column-gap));
}
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid-item {
margin-left: calc(0.5 * var(--grid-column-gap));
margin-right: calc(0.5 * var(--grid-column-gap));
}
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid {
display: inline-block;
}
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid-item {
margin-left: 0;
margin-right: 0;
}
}
@media (max-width: ELEMENTOR_SCREEN_MOBILE_MAX) {
.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-right,
.e--ua-appleWebkit .elementor-share-buttons-mobile--align-right {
--justify-content: var(--flex-right, flex-end);
}
.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-center,
.e--ua-appleWebkit .elementor-share-buttons-mobile--align-center {
--justify-content: center;
}
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid {
width: auto;
display: flex;
flex-wrap: wrap;
justify-content: var(--justify-content, space-between);
margin-left: calc(-0.5 * var(--grid-column-gap));
margin-right: calc(-0.5 * var(--grid-column-gap));
}
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid-item {
margin-left: calc(0.5 * var(--grid-column-gap));
margin-right: calc(0.5 * var(--grid-column-gap));
}
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid {
display: inline-block;
}
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid-item {
margin-left: 0;
margin-right: 0;
}
}
@media (max-width: ELEMENTOR_SCREEN_MOBILE_MAX) {
.elementor .elementor-hidden-mobile {
display: none;
}
.elementor .elementor-hidden-phone {
display: none;
}
}
@media (min-width: ELEMENTOR_SCREEN_MOBILE_EXTRA_MIN) and (max-width: ELEMENTOR_SCREEN_MOBILE_EXTRA_MAX) {
.elementor .elementor-hidden-mobile_extra {
display: none;
}
}
@media (min-width: ELEMENTOR_SCREEN_TABLET_MIN) and (max-width: ELEMENTOR_SCREEN_TABLET_MAX) {
.elementor .elementor-hidden-tablet {
display: none;
}
}
@media (min-width: ELEMENTOR_SCREEN_TABLET_EXTRA_MIN) and (max-width: ELEMENTOR_SCREEN_TABLET_EXTRA_MAX) {
.elementor .elementor-hidden-tablet_extra {
display: none;
}
}
@media (min-width: ELEMENTOR_SCREEN_LAPTOP_MIN) and (max-width: ELEMENTOR_SCREEN_LAPTOP_MAX) {
.elementor .elementor-hidden-laptop {
display: none;
}
}
@media (min-width: ELEMENTOR_SCREEN_DESKTOP_MIN) and (max-width: ELEMENTOR_SCREEN_DESKTOP_MAX) {
.elementor .elementor-hidden-desktop {
display: none;
}
}
@media (min-width: ELEMENTOR_SCREEN_WIDESCREEN_MIN) {
.elementor .elementor-hidden-widescreen {
display: none;
}
}
.elementor-widget-text-path {
font-size: 20px;
text-align: var(--alignment, start);
}
.elementor-widget-text-path svg {
width: var(--width);
max-width: 100%;
height: auto;
overflow: visible;
word-spacing: var(--word-spacing);
transform: rotate(var(--rotate, 0)) scaleX(var(--scale-x, 1)) scaleY(var(--scale-y, 1));
}
.elementor-widget-text-path svg path {
vector-effect: non-scaling-stroke; /* Prevent stroke size scaling when resizing the SVG. */
fill: var(--path-fill, transparent);
stroke: var(--stroke-color, transparent);
stroke-width: var(--stroke-width, 1px);
transition: var(--stroke-transition) stroke, var(--stroke-transition) fill;
}
.elementor-widget-text-path svg:hover path {
--path-fill: var( --path-fill-hover );
--stroke-color: var( --stroke-color-hover );
--stroke-width: var( --stroke-width-hover );
}
.elementor-widget-text-path svg text {
--fill: var( --text-color );
fill: var(--fill);
direction: var(--direction, rtl);
transition: var(--transition) stroke, var(--transition) stroke-width, var(--transition) fill;
}
.elementor-widget-text-path svg text:hover {
--color: var( --text-color-hover, var( --text-color ) );
--fill: var( --color );
color: var(--color);
}
.elementor-widget-n-tabs {
--n-tabs-color-accent-fallback: #61CE70;
--n-tabs-color-secondary-fallback: #54595F;
--n-tabs-default-padding-block: 15px;
--n-tabs-default-padding-inline: 35px;
--n-tabs-background-color: transparent;
--n-tabs-display: flex;
--n-tabs-direction: column;
--n-tabs-gap: 10px;
--n-tabs-heading-display: flex;
--n-tabs-heading-direction: row;
--n-tabs-heading-grow: initial;
--n-tabs-heading-justify-content: center;
--n-tabs-heading-width: initial;
--n-tabs-heading-overflow-x: initial;
--n-tabs-heading-wrap: nowrap;
--n-tabs-border-width: 1px;
--n-tabs-border-color: #D5D8DC;
--n-tabs-content-display: flex;
--n-tabs-title-color: var(--e-global-color-secondary, var(--n-tabs-color-secondary-fallback));
--n-tabs-title-color-hover: #ffffff;
--n-tabs-title-color-active: #ffffff;
--n-tabs-title-background-color: #F1F2F3;
--n-tabs-title-background-color-hover: var(--e-global-color-accent, var(--n-tabs-color-accent-fallback));
--n-tabs-title-background-color-active: var(--e-global-color-accent, var(--n-tabs-color-accent-fallback));
--n-tabs-title-width: initial;
--n-tabs-title-height: initial;
--n-tabs-title-font-size: 1rem;
--n-tabs-title-white-space: initial;
--n-tabs-title-justify-content-toggle: initial;
--n-tabs-title-align-items-toggle: center;
--n-tabs-title-justify-content: center;
--n-tabs-title-align-items: center;
--n-tabs-title-text-align: center;
--n-tabs-title-direction: row;
--n-tabs-title-gap: 10px;
--n-tabs-title-flex-grow: 0;
--n-tabs-title-flex-basis: content;
--n-tabs-title-flex-shrink: initial;
--n-tabs-title-order: initial;
--n-tabs-title-padding-top: var(--n-tabs-default-padding-block);
--n-tabs-title-padding-bottom: var(--n-tabs-default-padding-block);
--n-tabs-title-padding-left: var(--n-tabs-default-padding-inline);
--n-tabs-title-padding-right: var(--n-tabs-default-padding-inline);
--n-tabs-title-border-radius: initial;
--n-tabs-title-transition: 0.3s;
--n-tabs-icon-color: var(--e-global-color-secondary, var(--n-tabs-color-secondary-fallback));
--n-tabs-icon-color-hover: var(--n-tabs-title-color-hover);
--n-tabs-icon-color-active: #ffffff;
--n-tabs-icon-gap: 5px;
width: 100%;
max-width: 100%; /* Fix issue with new created n-tabs inside n-tabs with overflow */
}
.elementor-widget-n-tabs {
--n-tabs-title-padding-inline-start: var(--n-tabs-title-padding-left);
--n-tabs-title-padding-inline-end: var(--n-tabs-title-padding-right);
--n-tabs-title-padding-block-start: var(--n-tabs-title-padding-top);
--n-tabs-title-padding-block-end: var(--n-tabs-title-padding-bottom);
}
body.rtl .elementor-widget-n-tabs {
--n-tabs-title-padding-inline-start: var(--n-tabs-title-padding-right);
--n-tabs-title-padding-inline-end: var(--n-tabs-title-padding-left);
}
.elementor-widget-n-tabs .e-n-tabs {
display: var(--n-tabs-display);
flex-direction: var(--n-tabs-direction);
gap: var(--n-tabs-gap);
text-align: start;
min-width: 0;
}
.elementor-widget-n-tabs .e-n-tabs-heading {
display: var(--n-tabs-heading-display);
flex-basis: var(--n-tabs-heading-width);
flex-direction: var(--n-tabs-heading-direction);
flex-shrink: 0;
justify-content: var(--n-tabs-heading-justify-content);
gap: var(--n-tabs-title-gap);
overflow-x: var(--n-tabs-heading-overflow-x);
flex-wrap: var(--n-tabs-heading-wrap);
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
.elementor-widget-n-tabs .e-n-tabs-heading::-webkit-scrollbar {
display: none; /* Hide scrollbar for Chrome, Safari and Opera */
}
.elementor-widget-n-tabs .e-n-tabs-heading.e-scroll {
cursor: grabbing;
cursor: -webkit-grabbing;
}
.elementor-widget-n-tabs .e-n-tabs-heading.e-scroll-active {
position: relative;
}
.elementor-widget-n-tabs .e-n-tabs-heading.e-scroll-active::before {
content: "";
position: absolute;
inset-block: 0;
inset-inline: -1000vw;
z-index: 2;
}
.elementor-widget-n-tabs .e-n-tabs-content {
display: var(--n-tabs-content-display);
flex-grow: 1;
min-width: 0;
}
.elementor-widget-n-tabs .e-n-tabs-content > .e-con:not(.e-active) {
display: none;
}
.elementor-widget-n-tabs .e-n-tabs:not(.e-activated) > .e-n-tabs-content > .e-con:nth-child(1) {
display: flex;
}
.elementor-widget-n-tabs .e-n-tab-title {
background-color: initial;
border-style: none;
user-select: none;
display: flex;
align-items: var(--n-tabs-title-align-items-toggle, var(--n-tabs-title-align-items));
flex-direction: var(--n-tabs-title-direction);
justify-content: var(--n-tabs-title-justify-content-toggle, var(--n-tabs-title-justify-content));
gap: var(--n-tabs-icon-gap);
border-width: var(--n-tabs-border-width);
position: relative;
flex-grow: var(--n-tabs-title-flex-grow);
flex-basis: var(--n-tabs-title-flex-basis);
flex-shrink: var(--n-tabs-title-flex-shrink);
padding-block-start: var(--n-tabs-title-padding-block-start);
padding-inline-end: var(--n-tabs-title-padding-inline-end);
padding-block-end: var(--n-tabs-title-padding-block-end);
padding-inline-start: var(--n-tabs-title-padding-inline-start);
border-radius: var(--n-tabs-title-border-radius);
height: var(--n-tabs-title-height);
width: var(--n-tabs-title-width);
white-space: var(--n-tabs-title-white-space);
transition: background var(--n-tabs-title-transition), color var(--n-tabs-title-transition), border var(--n-tabs-title-transition), box-shadow var(--n-tabs-title-transition), text-shadow var(--n-tabs-title-transition), stroke var(--n-tabs-title-transition), stroke-width var(--n-tabs-title-transition), -webkit-text-stroke-width var(--n-tabs-title-transition), -webkit-text-stroke-color var(--n-tabs-title-transition), transform var(--n-tabs-title-transition);
}
.elementor-widget-n-tabs .e-n-tab-title:focus:not(:focus-visible) {
outline: none;
}
.elementor-widget-n-tabs .e-n-tab-title span svg, .elementor-widget-n-tabs .e-n-tab-title span i {
transition: color var(--n-tabs-title-transition), fill var(--n-tabs-title-transition);
}
.elementor-widget-n-tabs .e-n-tab-title-text {
display: flex;
align-items: center;
font-size: var(--n-tabs-title-font-size);
text-align: var(--n-tabs-title-text-align);
}
.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon {
display: flex;
align-items: center;
flex-direction: column;
flex-shrink: 0;
order: var(--n-tabs-icon-order);
overflow: hidden;
}
.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon i {
font-size: var(--n-tabs-icon-size, var(--n-tabs-title-font-size));
}
.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon svg {
width: var(--n-tabs-icon-size, var(--n-tabs-title-font-size));
height: var(--n-tabs-icon-size, var(--n-tabs-title-font-size));
}
.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon:empty {
display: none;
}
.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] {
background-color: var(--n-tabs-title-background-color);
}
.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false], .elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] a {
color: var(--n-tabs-title-color);
}
.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] .e-n-tab-icon i {
color: var(--n-tabs-icon-color);
}
.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] .e-n-tab-icon svg {
fill: var(--n-tabs-icon-color);
}
.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] .e-n-tab-icon i:last-child,
.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] .e-n-tab-icon svg:last-child {
transform: translate(0, -100vh);
height: 0;
opacity: 0;
}
.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true], .elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] a {
color: var(--n-tabs-title-color-active);
}
.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-icon i {
color: var(--n-tabs-icon-color-active);
}
.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-icon svg {
fill: var(--n-tabs-icon-color-active);
}
.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-icon i:first-child,
.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-icon svg:first-child {
transform: translate(0, -100vh);
height: 0;
opacity: 0;
}
.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true][class*=elementor-animation-]:focus, .elementor-widget-n-tabs .e-n-tab-title[aria-selected=true][class*=elementor-animation-]:active, .elementor-widget-n-tabs .e-n-tab-title[aria-selected=true][class*=elementor-animation-]:hover {
transform: initial;
animation: initial;
}
.elementor-widget-n-tabs [data-touch-mode=false] .e-n-tab-title[aria-selected=false]:hover, .elementor-widget-n-tabs [data-touch-mode=false] .e-n-tab-title[aria-selected=false]:hover a {
color: var(--n-tabs-title-color-hover);
}
.elementor-widget-n-tabs [data-touch-mode=false] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon i {
color: var(--n-tabs-icon-color-hover);
}
.elementor-widget-n-tabs [data-touch-mode=false] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon svg {
fill: var(--n-tabs-icon-color-hover);
}
.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover, .elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover a {
color: var(--n-tabs-title-color-active);
}
.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon i {
color: var(--n-tabs-icon-color-active);
}
.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon svg {
fill: var(--n-tabs-icon-color-active);
}
.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon i:first-child,
.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon svg:first-child {
transform: translate(0, -100vh);
height: 0;
opacity: 0;
}
.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover[class*=elementor-animation-]:focus, .elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover[class*=elementor-animation-]:active, .elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover[class*=elementor-animation-]:hover {
transform: initial;
animation: initial;
}
.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon i:last-child,
.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon svg:last-child {
transform: initial;
height: initial;
opacity: initial;
}
.elementor .elementor-element.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs[data-touch-mode=false] > .e-n-tabs-heading .e-n-tab-title[aria-selected=false]:hover {
background-color: var(--n-tabs-title-background-color-hover);
background-image: initial;
}
.elementor .elementor-element.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading .e-n-tab-title[aria-selected=true],
.elementor .elementor-element.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs[data-touch-mode=true] > .e-n-tabs-heading .e-n-tab-title[aria-selected=false]:hover {
background-color: var(--n-tabs-title-background-color-active);
background-image: initial;
}
@media (max-width: ELEMENTOR_SCREEN_MOBILE_MAX) {
.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile {
--n-tabs-direction: column;
--n-tabs-heading-display: contents;
--n-tabs-content-display: contents;
}
.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tabs {
gap: 0;
}
.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tabs-content > .e-con {
order: var(--n-tabs-title-order);
}
.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title {
order: var(--n-tabs-title-order);
width: initial;
}
.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title:not(:first-child) {
margin-block-start: var(--n-tabs-title-gap);
}
.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title[aria-selected=true] {
margin-block-end: var(--n-tabs-gap);
}
}
@media (max-width: ELEMENTOR_SCREEN_MOBILE_EXTRA_MAX) {
.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra {
--n-tabs-direction: column;
--n-tabs-heading-display: contents;
--n-tabs-content-display: contents;
}
.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tabs {
gap: 0;
}
.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tabs-content > .e-con {
order: var(--n-tabs-title-order);
}
.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tab-title {
order: var(--n-tabs-title-order);
width: initial;
}
.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tab-title:not(:first-child) {
margin-block-start: var(--n-tabs-title-gap);
}
.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tab-title[aria-selected=true] {
margin-block-end: var(--n-tabs-gap);
}
}
@media (max-width: ELEMENTOR_SCREEN_TABLET_MAX) {
.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet {
--n-tabs-direction: column;
--n-tabs-heading-display: contents;
--n-tabs-content-display: contents;
}
.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tabs {
gap: 0;
}
.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tabs-content > .e-con {
order: var(--n-tabs-title-order);
}
.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tab-title {
order: var(--n-tabs-title-order);
width: initial;
}
.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tab-title:not(:first-child) {
margin-block-start: var(--n-tabs-title-gap);
}
.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tab-title[aria-selected=true] {
margin-block-end: var(--n-tabs-gap);
}
}
@media (max-width: ELEMENTOR_SCREEN_TABLET_EXTRA_MAX) {
.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra {
--n-tabs-direction: column;
--n-tabs-heading-display: contents;
--n-tabs-content-display: contents;
}
.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tabs {
gap: 0;
}
.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tabs-content > .e-con {
order: var(--n-tabs-title-order);
}
.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tab-title {
order: var(--n-tabs-title-order);
width: initial;
}
.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tab-title:not(:first-child) {
margin-block-start: var(--n-tabs-title-gap);
}
.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tab-title[aria-selected=true] {
margin-block-end: var(--n-tabs-gap);
}
}
@media (max-width: ELEMENTOR_SCREEN_LAPTOP_MAX) {
.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop {
--n-tabs-direction: column;
--n-tabs-heading-display: contents;
--n-tabs-content-display: contents;
}
.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop .e-n-tabs {
gap: 0;
}
.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop .e-n-tabs-content > .e-con {
order: var(--n-tabs-title-order);
}
.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop .e-n-tab-title {
order: var(--n-tabs-title-order);
width: initial;
}
.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop .e-n-tab-title:not(:first-child) {
margin-block-start: var(--n-tabs-title-gap);
}
.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop .e-n-tab-title[aria-selected=true] {
margin-block-end: var(--n-tabs-gap);
}
}
.elementor-widget-n-accordion {
--n-accordion-title-font-size: 20px;
--n-accordion-title-flex-grow: initial;
--n-accordion-title-justify-content: initial;
--n-accordion-title-icon-order: -1;
--n-accordion-border-width: 1px;
--n-accordion-border-color: #D5D8DC;
--n-accordion-border-style: solid;
--n-accordion-item-title-flex-grow: initial;
--n-accordion-item-title-space-between: 0px;
--n-accordion-item-title-distance-from-content: 0px;
--n-accordion-padding: 10px;
--n-accordion-border-radius: 0px;
--n-accordion-icon-size: 15px;
--n-accordion-title-normal-color: #1f2124;
--n-accordion-title-hover-color: #1f2124;
--n-accordion-title-active-color: #1f2124;
--n-accordion-icon-normal-color: var(--n-accordion-title-normal-color);
--n-accordion-icon-hover-color: var(--n-accordion-title-hover-color);
--n-accordion-icon-active-color: var(--n-accordion-title-active-color);
--n-accordion-icon-gap: 0 10px;
width: 100%;
}
.elementor-widget-n-accordion .e-n-accordion details > summary::-webkit-details-marker {
display: none;
}
.elementor-widget-n-accordion .e-n-accordion-item {
display: flex;
flex-direction: column;
position: relative;
}
.elementor-widget-n-accordion .e-n-accordion-item:not(:last-child) {
margin-block-end: var(--n-accordion-item-title-space-between);
}
:where(.elementor-widget-n-accordion .e-n-accordion-item > .e-con) {
border: var(--n-accordion-border-width) var(--n-accordion-border-style) var(--n-accordion-border-color);
}
.elementor-widget-n-accordion .e-n-accordion-item-title {
display: flex;
flex-direction: row;
list-style: none;
padding: var(--n-accordion-padding);
border-width: var(--n-accordion-border-width);
border-color: var(--n-accordion-border-color);
border-style: var(--n-accordion-border-style);
justify-content: var(--n-accordion-title-justify-content);
border-radius: var(--n-accordion-border-radius);
flex-grow: var(--n-menu-title-flex-grow);
gap: var(--n-accordion-icon-gap);
color: var(--n-accordion-title-normal-color);
align-items: center;
cursor: pointer;
}
.elementor-widget-n-accordion .e-n-accordion-item-title-header {
display: flex;
}
.elementor-widget-n-accordion .e-n-accordion-item-title-header h1, .elementor-widget-n-accordion .e-n-accordion-item-title-header h2, .elementor-widget-n-accordion .e-n-accordion-item-title-header h3, .elementor-widget-n-accordion .e-n-accordion-item-title-header h4, .elementor-widget-n-accordion .e-n-accordion-item-title-header h5, .elementor-widget-n-accordion .e-n-accordion-item-title-header h6, .elementor-widget-n-accordion .e-n-accordion-item-title-header p {
margin-block-start: 0;
margin-block-end: 0;
}
.elementor-widget-n-accordion .e-n-accordion-item-title-text {
font-size: var(--n-accordion-title-font-size);
align-items: center;
}
.elementor-widget-n-accordion .e-n-accordion-item-title-icon {
display: flex;
flex-direction: row;
align-items: center;
order: var(--n-accordion-title-icon-order);
position: relative;
width: fit-content;
}
.elementor-widget-n-accordion .e-n-accordion-item-title-icon span {
height: var(--n-accordion-icon-size);
width: auto;
}
.elementor-widget-n-accordion .e-n-accordion-item-title-icon span > i {
color: var(--n-accordion-icon-normal-color);
font-size: var(--n-accordion-icon-size);
}
.elementor-widget-n-accordion .e-n-accordion-item-title-icon span > svg {
fill: var(--n-accordion-icon-normal-color);
height: var(--n-accordion-icon-size);
}
.elementor-widget-n-accordion .e-n-accordion-item-title > span {
cursor: pointer;
}
.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title {
margin-block-end: var(--n-accordion-item-title-distance-from-content);
color: var(--n-accordion-title-active-color);
}
.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon .e-opened {
display: flex;
}
.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon .e-closed {
display: none;
}
.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon span > i {
color: var(--n-accordion-icon-active-color);
}
.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon span > svg {
fill: var(--n-accordion-icon-active-color);
}
.elementor-widget-n-accordion .e-n-accordion-item:not([open]):hover .e-n-accordion-item-title {
color: var(--n-accordion-title-hover-color);
}
.elementor-widget-n-accordion .e-n-accordion-item:not([open]):hover .e-n-accordion-item-title-icon span > i {
color: var(--n-accordion-icon-hover-color);
}
.elementor-widget-n-accordion .e-n-accordion-item:not([open]):hover .e-n-accordion-item-title-icon span > svg {
fill: var(--n-accordion-icon-hover-color);
}
.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon .e-opened {
display: none;
}
.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon .e-closed {
display: flex;
}
.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon span > svg {
fill: var(--n-accordion-icon-normal-color);
}
.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon span > i {
color: var(--n-accordion-icon-normal-color);
}
.elementor-widget-n-accordion .e-n-accordion-item > span {
cursor: pointer;
}
.e-link-in-bio {
--e-link-in-bio-border-color: transparent;
--e-link-in-bio-border-style: none;
--e-link-in-bio-border-width: 0;
--e-link-in-bio-container-height: auto;
--e-link-in-bio-container-width: 360px;
--e-link-in-bio-content-align-h: center;
--e-link-in-bio-content-align-v: center;
--e-link-in-bio-content-width: 280px;
--e-link-in-bio-gutter-block-end: 45px;
--e-link-in-bio-gutter-block-start: 38px;
--e-link-in-bio-gutter-inline: 40px;
--e-link-in-bio-identity-image-cover-border-bottom-width: 0;
--e-link-in-bio-identity-image-cover-border-color: transparent;
--e-link-in-bio-identity-image-cover-border-style: none;
--e-link-in-bio-identity-image-cover-height: 170px;
--e-link-in-bio-identity-image-profile-border-color: transparent;
--e-link-in-bio-identity-image-profile-border-radius: 50%;
--e-link-in-bio-identity-image-profile-border-style: none;
--e-link-in-bio-identity-image-profile-border-width: 0;
--e-link-in-bio-identity-image-profile-width: 115px;
--e-link-in-bio-heading-color: inherit;
--e-link-in-bio-title-color: inherit;
--e-link-in-bio-about-heading-color: inherit;
--e-link-in-bio-description-color: #324a6d;
--e-link-in-bio-icon-background-color: transparent;
--e-link-in-bio-icon-border-color: transparent;
--e-link-in-bio-icon-border-style: none;
--e-link-in-bio-icon-border-width: 0;
--e-link-in-bio-icon-color: inherit;
--e-link-in-bio-icon-columns: 3;
--e-link-in-bio-icon-gap: 20px 29px;
--e-link-in-bio-icon-size: 25px;
--e-link-in-bio-ctas-background-color: #467FF7;
--e-link-in-bio-ctas-border-color: transparent;
--e-link-in-bio-ctas-border-radius: 20px;
--e-link-in-bio-ctas-border-style: none;
--e-link-in-bio-ctas-border-width: 2px;
--e-link-in-bio-ctas-gap: 22px;
--e-link-in-bio-ctas-padding-block-end: 17px;
--e-link-in-bio-ctas-padding-block-start: 17px;
--e-link-in-bio-ctas-padding-inline-end: 20px;
--e-link-in-bio-ctas-padding-inline-start: 20px;
--e-link-in-bio-ctas-text-color: #ffffff;
--background-overlay-opacity: 0.5;
align-items: var(--e-link-in-bio-content-align-h);
border-color: var(--e-link-in-bio-border-color);
border-style: var(--e-link-in-bio-border-style);
border-width: var(--e-link-in-bio-border-width);
display: flex;
flex-direction: column;
justify-content: var(--e-link-in-bio-content-align-v);
margin-inline: auto;
max-width: 100%;
min-height: var(--e-link-in-bio-container-height);
padding: var(--e-link-in-bio-gutter-block-start) var(--e-link-in-bio-gutter-inline) var(--e-link-in-bio-gutter-block-end);
position: relative;
width: var(--e-link-in-bio-container-width);
}
.e-link-in-bio.has-border {
--e-link-in-bio-border-style: solid;
}
@media (max-width: ELEMENTOR_SCREEN_MOBILE_MAX) {
.e-link-in-bio.-is-full-height-mobile {
--e-link-in-bio-container-height: 100vh;
}
@supports (height: 100dvh) {
.e-link-in-bio.-is-full-height-mobile {
--e-link-in-bio-container-height: 100dvh;
}
}
}
@media (max-width: ELEMENTOR_SCREEN_MOBILE_EXTRA_MAX) {
.e-link-in-bio.-is-full-height-mobile_extra {
--e-link-in-bio-container-height: 100vh;
}
@supports (height: 100dvh) {
.e-link-in-bio.-is-full-height-mobile_extra {
--e-link-in-bio-container-height: 100dvh;
}
}
}
@media (max-width: ELEMENTOR_SCREEN_TABLET_MAX) {
.e-link-in-bio.-is-full-height-tablet {
--e-link-in-bio-container-height: 100vh;
}
@supports (height: 100dvh) {
.e-link-in-bio.-is-full-height-tablet {
--e-link-in-bio-container-height: 100dvh;
}
}
}
@media (max-width: ELEMENTOR_SCREEN_TABLET_EXTRA_MAX) {
.e-link-in-bio.-is-full-height-tablet_extra {
--e-link-in-bio-container-height: 100vh;
}
@supports (height: 100dvh) {
.e-link-in-bio.-is-full-height-tablet_extra {
--e-link-in-bio-container-height: 100dvh;
}
}
}
@media (max-width: ELEMENTOR_SCREEN_LAPTOP_MAX) {
.e-link-in-bio.-is-full-height-laptop {
--e-link-in-bio-container-height: 100vh;
}
@supports (height: 100dvh) {
.e-link-in-bio.-is-full-height-laptop {
--e-link-in-bio-container-height: 100dvh;
}
}
}
@media (max-width: ELEMENTOR_SCREEN_DESKTOP_MAX) {
.e-link-in-bio.-is-full-height-desktop {
--e-link-in-bio-container-height: 100vh;
}
@supports (height: 100dvh) {
.e-link-in-bio.-is-full-height-desktop {
--e-link-in-bio-container-height: 100dvh;
}
}
}
@media (max-width: 99999px) {
.e-link-in-bio.-is-full-height-widescreen {
--e-link-in-bio-container-height: 100vh;
}
@supports (height: 100dvh) {
.e-link-in-bio.-is-full-height-widescreen {
--e-link-in-bio-container-height: 100dvh;
}
}
}
.e-link-in-bio.is-full-width {
--e-link-in-bio-container-width: 100%;
}
.e-link-in-bio__bg {
display: grid;
inset: 0;
position: absolute;
z-index: 0;
}
.e-link-in-bio__bg-overlay {
opacity: var(--background-overlay-opacity);
}
.e-link-in-bio__content {
color: #1c2448;
display: flex;
flex-direction: column;
font-family: var(--e-global-typography-text-font-family, "Poppins"), Sans-serif;
max-width: 100%;
text-align: center;
width: var(--e-link-in-bio-content-width);
z-index: 1;
}
.e-link-in-bio__content * {
word-wrap: break-word;
}
.e-link-in-bio__identity {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: auto;
margin-block-end: 14px;
margin-block-start: calc(var(--e-link-in-bio-gutter-block-start) * -1);
}
.e-link-in-bio__identity .e-link-in-bio__identity-image {
display: flex;
position: relative;
}
.e-link-in-bio__identity .e-link-in-bio__identity-image-element {
display: block;
flex: 1 1 100%;
object-fit: cover;
}
.e-link-in-bio__identity .e-link-in-bio__identity-image-cover {
align-self: start;
border-color: var(--e-link-in-bio-identity-image-cover-border-color);
border-style: var(--e-link-in-bio-identity-image-cover-border-style);
border-width: 0 0 var(--e-link-in-bio-identity-image-cover-border-bottom-width) 0;
grid-column: 1;
grid-row: 1;
margin-inline: calc(var(--e-link-in-bio-gutter-inline) * -1);
max-height: var(--e-link-in-bio-identity-image-cover-height);
overflow: hidden;
width: calc(100% + var(--e-link-in-bio-gutter-inline) * 2);
}
.e-link-in-bio__identity .e-link-in-bio__identity-image-cover.has-border {
--e-link-in-bio-identity-image-cover-border-style: solid;
}
.e-link-in-bio__identity .e-link-in-bio__identity-image-profile {
align-self: center;
aspect-ratio: 1;
border-color: var(--e-link-in-bio-identity-image-profile-border-color);
border-radius: var(--e-link-in-bio-identity-image-profile-border-radius);
border-style: var(--e-link-in-bio-identity-image-profile-border-style);
border-width: var(--e-link-in-bio-identity-image-profile-border-width);
grid-column: 1;
grid-row: 1;
overflow: hidden;
margin-block-start: var(--e-link-in-bio-gutter-block-start);
margin-block-end: 17px;
margin-inline: auto;
max-width: 100%;
width: var(--e-link-in-bio-identity-image-profile-width);
}
.e-link-in-bio__identity .e-link-in-bio__identity-image-profile.has-border {
--e-link-in-bio-identity-image-profile-border-style: solid;
}
.e-link-in-bio__identity .e-link-in-bio__identity-image-profile.has-style-square {
--e-link-in-bio-identity-image-profile-border-radius: 0;
}
.e-link-in-bio__identity .e-link-in-bio__identity-image-profile .e-link-in-bio__identity-image-element {
aspect-ratio: inherit;
}
.e-link-in-bio__identity .e-link-in-bio__identity-image-cover + .e-link-in-bio__identity-image-profile {
margin-block-start: 17px;
}
.e-link-in-bio__bio > * {
margin-block: 0;
}
.e-link-in-bio__heading {
color: var(--e-link-in-bio-heading-color);
font-size: 36px;
font-weight: 600;
line-height: 42px;
}
.e-link-in-bio__about-heading {
color: var(--e-link-in-bio-about-heading-color);
font-size: 16px;
font-weight: 500;
line-height: 20px;
}
.e-link-in-bio__title {
color: var(--e-link-in-bio-title-color);
font-size: 20px;
font-weight: 500;
line-height: 35px;
}
.e-link-in-bio__description {
color: var(--e-link-in-bio-description-color);
font-size: 16px;
font-weight: 300;
line-height: 24px;
margin-block-start: 20px;
}
.e-link-in-bio__bio--footer {
margin-block-start: 34px;
}
.e-link-in-bio__bio--footer .e-link-in-bio__description {
font-size: 12px;
font-weight: 500;
line-height: 20px;
margin-block-start: 0;
}
.e-link-in-bio__bio--footer .e-link-in-bio__about-heading + .e-link-in-bio__description {
margin-block-start: 3px;
}
.e-link-in-bio__icons {
display: flex;
flex-flow: row wrap;
gap: var(--e-link-in-bio-icon-gap);
justify-content: center;
margin-block-start: 20px;
}
.e-link-in-bio__icon {
display: flex;
}
.e-link-in-bio__icon.has-size-medium {
--e-link-in-bio-icon-size: 30px;
}
.e-link-in-bio__icon.has-size-large {
--e-link-in-bio-icon-size: 35px;
}
.e-link-in-bio__icon .e-link-in-bio__icon-link {
align-items: center;
color: inherit;
display: flex;
flex: 1 1 auto;
flex-direction: column;
}
.e-link-in-bio__icon .e-link-in-bio__icon-link:hover, .e-link-in-bio__icon .e-link-in-bio__icon-link:focus, .e-link-in-bio__icon .e-link-in-bio__icon-link:active {
color: inherit;
}
.e-link-in-bio__icon .e-link-in-bio__icon-svg {
align-items: center;
color: var(--e-link-in-bio-icon-color);
display: flex;
justify-content: center;
}
.e-link-in-bio__icon svg {
fill: currentColor;
height: var(--e-link-in-bio-icon-size);
}
.e-link-in-bio__icon .e-link-in-bio__icon-label {
font-size: 14px;
font-weight: 500;
line-height: 20px;
text-align: center;
}
.e-link-in-bio__ctas {
display: grid;
grid-template-columns: minmax(0, 1fr);
grid-template-rows: auto;
gap: var(--e-link-in-bio-ctas-gap);
margin-block-start: 31px;
}
.e-link-in-bio__ctas.has-type-link {
--e-link-in-bio-ctas-gap: 10px;
justify-items: center;
}
.e-link-in-bio__ctas.has-type-divider {
--e-link-in-bio-ctas-gap: 0;
}
.e-link-in-bio__ctas .e-link-in-bio__cta {
color: var(--e-link-in-bio-ctas-text-color);
display: flex;
font-size: 16px;
font-weight: 500;
line-height: 20px;
}
.e-link-in-bio__ctas .e-link-in-bio__cta:hover, .e-link-in-bio__ctas .e-link-in-bio__cta:focus, .e-link-in-bio__ctas .e-link-in-bio__cta:active {
color: var(--e-link-in-bio-ctas-text-color);
}
.e-link-in-bio__ctas .e-link-in-bio__cta-image {
flex: 0 0 min(50%, 140px);
}
.e-link-in-bio__ctas .e-link-in-bio__cta-image-element {
aspect-ratio: 140/100;
display: block;
height: 100%;
object-fit: cover;
width: 100%;
}
.e-link-in-bio__ctas .e-link-in-bio__cta-text {
align-items: center;
display: flex;
flex: 1 1 auto;
justify-content: center;
}
.e-link-in-bio__ctas .e-link-in-bio__cta.is-type-button {
border-radius: var(--e-link-in-bio-ctas-border-radius);
overflow: hidden;
}
.e-link-in-bio__ctas .e-link-in-bio__cta.is-type-button.has-border {
--e-link-in-bio-ctas-border-style: solid;
border-color: var(--e-link-in-bio-ctas-border-color);
border-style: var(--e-link-in-bio-ctas-border-style);
border-width: var(--e-link-in-bio-ctas-border-width);
}
.e-link-in-bio__ctas .e-link-in-bio__cta.is-type-button.has-corners-rounded {
--e-link-in-bio-ctas-border-radius: 20px;
}
.e-link-in-bio__ctas .e-link-in-bio__cta.is-type-button.has-corners-round {
--e-link-in-bio-ctas-border-radius: 50px;
}
.e-link-in-bio__ctas .e-link-in-bio__cta.is-type-button.has-corners-sharp {
--e-link-in-bio-ctas-border-radius: 0;
}
.e-link-in-bio__ctas .e-link-in-bio__cta.is-type-button .e-link-in-bio__cta-text {
background-color: var(--e-link-in-bio-ctas-background-color);
padding-block-end: var(--e-link-in-bio-ctas-padding-block-end);
padding-block-start: var(--e-link-in-bio-ctas-padding-block-start);
padding-inline-end: var(--e-link-in-bio-ctas-padding-inline-end);
padding-inline-start: var(--e-link-in-bio-ctas-padding-inline-start);
}
.e-link-in-bio__ctas .e-link-in-bio__cta.is-type-link {
--e-link-in-bio-ctas-text-color: #467FF7;
font-weight: 700;
margin-block: 17px;
justify-content: center;
}
.e-link-in-bio .e-link-in-bio__content .e-link-in-bio__ctas .e-link-in-bio__cta.is-type-link {
text-decoration: underline;
}
.e-link-in-bio-var-3 {
--e-link-in-bio-gutter-block-end: 20px;
--e-link-in-bio-ctas-border-radius: 0;
--e-link-in-bio-ctas-gap: 8px;
}
.e-link-in-bio-var-3 .e-link-in-bio__ctas .e-link-in-bio__cta.has-border {
border: none;
}
.e-link-in-bio-var-3 .e-link-in-bio__ctas .e-link-in-bio__cta.has-border .e-link-in-bio__cta-image {
--e-link-in-bio-ctas-border-style: solid;
border-color: var(--e-link-in-bio-ctas-border-color);
border-style: var(--e-link-in-bio-ctas-border-style);
border-width: var(--e-link-in-bio-ctas-border-width);
}
.e-link-in-bio-var-3 .e-link-in-bio__ctas .e-link-in-bio__cta.has-corners-rounded, .e-link-in-bio-var-3 .e-link-in-bio__ctas .e-link-in-bio__cta.has-corners-round {
--e-link-in-bio-ctas-border-radius: 0;
}
.e-link-in-bio-var-4 {
--e-link-in-bio-ctas-text-color: #1c2448;
--e-link-in-bio-ctas-background-color: transparent;
--e-link-in-bio-ctas-divider-color: #1c2448;
--e-link-in-bio-ctas-divider-width: 1px;
--e-link-in-bio-ctas-divider-style: solid;
--e-link-in-bio-ctas-padding-inline-end: 16px;
--e-link-in-bio-ctas-padding-inline-start: 16px;
}
.e-link-in-bio-var-4 .e-link-in-bio__ctas {
grid-gap: 0;
margin-block-end: 28px;
margin-block-start: 28px;
}
.e-link-in-bio-var-4 .e-link-in-bio__ctas .e-link-in-bio__cta {
border-bottom: var(--e-link-in-bio-ctas-divider-width) var(--e-link-in-bio-ctas-divider-style) var(--e-link-in-bio-ctas-divider-color);
font-size: 24px;
font-weight: 600;
line-height: 42px;
}
.e-link-in-bio-var-4 .e-link-in-bio__ctas .e-link-in-bio__cta.has-corners-rounded {
--e-link-in-bio-ctas-border-radius: 0;
}
.e-link-in-bio-var-5 {
--e-link-in-bio-ctas-border-radius: 0;
--e-link-in-bio-ctas-gap: 20px 15px;
--e-link-in-bio-ctas-padding-block-end: 5px;
--e-link-in-bio-ctas-padding-block-start: 5px;
--e-link-in-bio-ctas-padding-inline-end: 7px;
--e-link-in-bio-ctas-padding-inline-start: 7px;
}
.e-link-in-bio-var-5 .e-link-in-bio__ctas.has-type-button {
grid-template-columns: repeat(2, minmax(0, 100px));
grid-template-rows: auto;
justify-content: center;
}
.e-link-in-bio-var-5 .e-link-in-bio__ctas .e-link-in-bio__cta.has-border {
border: none;
}
.e-link-in-bio-var-5 .e-link-in-bio__ctas .e-link-in-bio__cta.has-border .e-link-in-bio__cta-image {
--e-link-in-bio-ctas-border-style: solid;
border-color: var(--e-link-in-bio-ctas-border-color);
border-style: var(--e-link-in-bio-ctas-border-style);
border-width: var(--e-link-in-bio-ctas-border-width);
}
.e-link-in-bio-var-5 .e-link-in-bio__ctas .e-link-in-bio__cta.has-corners-rounded, .e-link-in-bio-var-5 .e-link-in-bio__ctas .e-link-in-bio__cta.has-corners-round {
--e-link-in-bio-ctas-border-radius: 0;
}
.e-link-in-bio-var-5 .e-link-in-bio__ctas .e-link-in-bio__cta.is-type-button {
flex-direction: column;
font-size: 14px;
}
.e-link-in-bio-var-5 .e-link-in-bio__ctas .e-link-in-bio__cta.is-type-button .e-link-in-bio__cta-image {
flex: 0 0 auto;
margin-bottom: 4px;
}
.e-link-in-bio-var-5 .e-link-in-bio__ctas .e-link-in-bio__cta.is-type-button .e-link-in-bio__cta-image-element {
aspect-ratio: 1;
height: auto;
}
.e-link-in-bio-var-7 {
--e-link-in-bio-icon-background-color: #467FF7;
--e-link-in-bio-icon-color: #ffffff;
--e-link-in-bio-icon-gap: 20px 10px;
}
.e-link-in-bio-var-7 .e-link-in-bio__identity .e-link-in-bio__identity-image-cover {
height: var(--e-link-in-bio-identity-image-cover-height, auto);
}
.e-link-in-bio-var-7 .e-link-in-bio__icons {
align-items: start;
display: grid;
flex-flow: unset;
grid-auto-flow: rows;
grid-template-columns: repeat(var(--e-link-in-bio-icon-columns, 3), minmax(0, 1fr));
grid-template-rows: auto;
justify-content: unset;
justify-items: center;
margin-block-start: 34px;
}
.e-link-in-bio-var-7 .e-link-in-bio__icon-svg {
aspect-ratio: 1;
background-color: var(--e-link-in-bio-icon-background-color);
border-radius: 100%;
height: calc(var(--e-link-in-bio-icon-size) + 30px);
padding: 15px;
}
.e-link-in-bio-var-7 .e-link-in-bio__icon {
--e-link-in-bio-icon-border-style: solid;
}
.e-link-in-bio-var-7 .e-link-in-bio__icon.has-border .e-link-in-bio__icon-svg {
border-color: var(--e-link-in-bio-icon-border-color);
border-style: var(--e-link-in-bio-icon-border-style);
border-width: var(--e-link-in-bio-icon-border-width);
height: calc(var(--e-link-in-bio-icon-size) + 30px + var(--e-link-in-bio-icon-border-width) * 2);
}
.e-link-in-bio-var-7 .e-link-in-bio__ctas {
margin-block-start: 34px;
}
.e-contact-buttons {
--e-contact-buttons-chat-box-width: 360px;
--e-contact-buttons-size-small: 65px;
--e-contact-buttons-size-medium: 75px;
--e-contact-buttons-size-large: 85px;
--e-contact-buttons-dot: #FF0000;
--e-contact-buttons-dot-size: 20px;
--e-contact-buttons-profile-dot-bg: #39AA59;
--e-contact-buttons-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25);
--e-contact-buttons-border-radius: 20px;
--e-contact-button-chat-button-animation-duration: 800ms;
--e-contact-button-chat-button-animation-delay: 0;
--e-contact-buttons-chat-box-bg: #FFFFFF;
--e-contact-buttons-chat-box-animation-duration: 800ms;
--e-contact-buttons-button-bg: #467FF7;
--e-contact-buttons-button-bg-hover: #1C2448;
--e-contact-buttons-button-icon: #ffffff;
--e-contact-buttons-button-icon-hover: #ffffff;
--e-contact-buttons-top-bar-bg: #1C2448;
--e-contact-buttons-top-bar-name: #ffffff;
--e-contact-buttons-top-bar-title: #ffffff;
--e-contact-buttons-close-button-color: #ffffff;
--e-contact-buttons-message-bubble-name: #000000;
--e-contact-buttons-message-bubble-body: #000000;
--e-contact-buttons-message-bubble-time: #000000;
--e-contact-buttons-message-bubble-bubble-bg: #ffffff;
--e-contact-buttons-message-bubble-chat-bg: #C8D5DC;
--e-contact-buttons-send-button-icon: #ffffff;
--e-contact-buttons-send-button-bg: #467FF7;
--e-contact-buttons-send-button-icon-hover: #ffffff;
--e-contact-buttons-send-button-bg-hover: #1C2448;
--e-contact-buttons-chat-box-bg: #FFFFFF;
position: fixed;
bottom: 20px;
inset-inline-end: 25px;
width: var(--e-contact-buttons-chat-box-width);
z-index: 99;
}
@media (max-width: ELEMENTOR_SCREEN_MOBILE_MAX) {
.e-contact-buttons {
inset-inline-end: 0;
}
}
.e-contact-buttons.has-alignment-start {
inset-inline-end: 0;
inset-inline-start: 25px;
}
@media (max-width: ELEMENTOR_SCREEN_MOBILE_MAX) {
.e-contact-buttons.has-alignment-start {
inset-inline-start: 0;
}
}
.e-contact-buttons.has-platform-whatsapp {
--e-contact-buttons-button-bg: #25D366;
--e-contact-buttons-button-bg-hover: #075E54;
--e-contact-buttons-button-icon: #ffffff;
--e-contact-buttons-button-icon-hover: #ffffff;
--e-contact-buttons-top-bar-bg: #075E54;
--e-contact-buttons-top-bar-name: #ffffff;
--e-contact-buttons-top-bar-title: #ffffff;
--e-contact-buttons-close-button-color: #ffffff;
--e-contact-buttons-message-bubble-body: #000000;
--e-contact-buttons-message-bubble-time: #000000;
--e-contact-buttons-message-bubble-name: #000000;
--e-contact-buttons-message-bubble-bubble-bg: #ffffff;
--e-contact-buttons-message-bubble-chat-bg: #ECE5DD;
--e-contact-buttons-send-button-icon: #ffffff;
--e-contact-buttons-send-button-bg: #25D366;
--e-contact-buttons-send-button-icon-hover: #ffffff;
--e-contact-buttons-send-button-bg-hover: #075E54;
--e-contact-buttons-chat-box-bg: #FFFFFF;
}
.e-contact-buttons.has-platform-skype {
--e-contact-buttons-button-bg: #00AFF0;
--e-contact-buttons-button-bg-hover: #0D72CF;
--e-contact-buttons-button-icon: #ffffff;
--e-contact-buttons-button-icon-hover: #ffffff;
--e-contact-buttons-top-bar-bg: #0D72CF;
--e-contact-buttons-top-bar-name: #ffffff;
--e-contact-buttons-top-bar-title: #ffffff;
--e-contact-buttons-close-button-color: #ffffff;
--e-contact-buttons-message-bubble-body: #000000;
--e-contact-buttons-message-bubble-time: #000000;
--e-contact-buttons-message-bubble-name: #000000;
--e-contact-buttons-message-bubble-bubble-bg: #ffffff;
--e-contact-buttons-message-bubble-chat-bg: #CDF7FF;
--e-contact-buttons-send-button-icon: #ffffff;
--e-contact-buttons-send-button-bg: #00AFF0;
--e-contact-buttons-send-button-icon-hover: #ffffff;
--e-contact-buttons-send-button-bg-hover: #0D72CF;
--e-contact-buttons-chat-box-bg: #FFFFFF;
}
.e-contact-buttons.has-platform-messenger {
--e-contact-buttons-button-bg: #168AFF;
--e-contact-buttons-button-bg-hover: #168AFF;
--e-contact-buttons-button-icon: #ffffff;
--e-contact-buttons-button-icon-hover: #ffffff;
--e-contact-buttons-top-bar-bg: #168AFF;
--e-contact-buttons-top-bar-name: #ffffff;
--e-contact-buttons-top-bar-title: #ffffff;
--e-contact-buttons-close-button-color: #ffffff;
--e-contact-buttons-message-bubble-body: #000000;
--e-contact-buttons-message-bubble-time: #000000;
--e-contact-buttons-message-bubble-name: #000000;
--e-contact-buttons-message-bubble-bubble-bg: #ffffff;
--e-contact-buttons-message-bubble-chat-bg: #F0F0F0;
--e-contact-buttons-send-button-icon: #ffffff;
--e-contact-buttons-send-button-bg: #168AFF;
--e-contact-buttons-send-button-icon-hover: #ffffff;
--e-contact-buttons-send-button-bg-hover: #168AFF;
--e-contact-buttons-chat-box-bg: #FFFFFF;
}
.e-contact-buttons.has-platform-viber {
--e-contact-buttons-button-bg: #7360F2;
--e-contact-buttons-button-bg-hover: #4E4879;
--e-contact-buttons-button-icon: #ffffff;
--e-contact-buttons-button-icon-hover: #ffffff;
--e-contact-buttons-top-bar-bg: #4E4879;
--e-contact-buttons-top-bar-name: #ffffff;
--e-contact-buttons-top-bar-title: #ffffff;
--e-contact-buttons-close-button-color: #ffffff;
--e-contact-buttons-message-bubble-body: #000000;
--e-contact-buttons-message-bubble-time: #000000;
--e-contact-buttons-message-bubble-name: #000000;
--e-contact-buttons-message-bubble-bubble-bg: #ffffff;
--e-contact-buttons-message-bubble-chat-bg: #E5E1FF;
--e-contact-buttons-send-button-icon: #ffffff;
--e-contact-buttons-send-button-bg: #7360F2;
--e-contact-buttons-send-button-icon-hover: #ffffff;
--e-contact-buttons-send-button-bg-hover: #4E4879;
--e-contact-buttons-chat-box-bg: #FFFFFF;
}
.e-contact-buttons.has-corners-rounded {
--e-contact-buttons-border-radius: 20px;
}
.e-contact-buttons.has-corners-round {
--e-contact-buttons-border-radius: 50px;
}
.e-contact-buttons.has-corners-sharp {
--e-contact-buttons-border-radius: 0;
}
.e-contact-buttons:not(.has-animations) .e-contact-buttons__content-wrapper.hidden {
display: none;
}
.e-contact-buttons.has-animations .e-contact-buttons__content-wrapper.hidden {
display: block;
visibility: hidden;
transition: var(--e-contact-buttons-chat-box-animation-duration);
}
.e-contact-buttons.has-animations .e-contact-buttons__content-wrapper.animated-wrapper {
visibility: hidden;
opacity: 0;
transform: initial;
animation: e-contact-buttons-close var(--e-contact-buttons-chat-box-animation-duration);
}
.e-contact-buttons__content {
border-radius: var(--e-contact-buttons-border-radius);
box-shadow: var(--e-contact-buttons-box-shadow);
font-family: var(--e-global-typography-text-font-family, "Poppins"), Sans-serif;
margin-block-end: 20px;
overflow: hidden;
}
.e-contact-buttons__content.animated {
animation-duration: var(--e-contact-buttons-chat-box-animation-duration);
}
.e-contact-buttons__top-bar {
align-items: center;
background-color: var(--e-contact-buttons-top-bar-bg);
display: flex;
gap: 20px;
padding: 20px;
}
.e-contact-buttons__top-bar-name {
color: var(--e-contact-buttons-top-bar-name);
font-size: 24px;
font-weight: bold;
margin-block-end: 0;
}
.e-contact-buttons__top-bar-title {
color: var(--e-contact-buttons-top-bar-title);
font-size: 20px;
margin-block-end: 0;
}
.e-contact-buttons__profile-image {
align-items: center;
display: flex;
position: relative;
}
.e-contact-buttons__profile-image img {
border-radius: 50%;
object-fit: cover;
}
.e-contact-buttons__profile-image.has-size-small img {
height: var(--e-contact-buttons-size-small);
width: var(--e-contact-buttons-size-small);
}
.e-contact-buttons__profile-image.has-size-medium img {
height: var(--e-contact-buttons-size-medium);
width: var(--e-contact-buttons-size-medium);
}
.e-contact-buttons__profile-image.has-size-large img {
height: var(--e-contact-buttons-size-large);
width: var(--e-contact-buttons-size-large);
}
.e-contact-buttons__profile-image.has-dot::after {
background-color: var(--e-contact-buttons-profile-dot-bg);
border: 3px solid var(--e-contact-buttons-top-bar-bg);
border-radius: 50%;
bottom: 5px;
content: "";
height: 20px;
position: absolute;
right: 0;
width: 20px;
}
.e-contact-buttons__close-button {
background: none;
border: 0;
color: var(--e-contact-buttons-close-button-color);
padding: 0;
position: absolute;
inset-inline-end: 20px;
top: 20px;
}
.e-contact-buttons__close-button:hover, .e-contact-buttons__close-button:focus {
background: none;
border: 0;
color: var(--e-contact-buttons-close-button-color);
}
.e-contact-buttons__chat-button-container {
display: flex;
justify-content: flex-end;
}
@media (max-width: ELEMENTOR_SCREEN_MOBILE_MAX) {
.e-contact-buttons__chat-button-container {
inset-inline-end: 25px;
position: relative;
}
}
.e-contact-buttons.has-alignment-start .e-contact-buttons__chat-button-container {
justify-content: flex-start;
}
@media (max-width: ELEMENTOR_SCREEN_MOBILE_MAX) {
.e-contact-buttons.has-alignment-start .e-contact-buttons__chat-button-container {
inset-inline-end: unset;
inset-inline-start: 25px;
}
}
.e-contact-buttons__chat-button {
align-items: center;
background-color: var(--e-contact-buttons-button-bg);
border-radius: 50%;
border: 0;
display: flex;
justify-content: center;
position: relative;
}
.e-contact-buttons__chat-button.animated {
animation-delay: var(--e-contact-button-chat-button-animation-delay);
animation-duration: var(--e-contact-button-chat-button-animation-duration);
}
.e-contact-buttons__chat-button svg {
fill: var(--e-contact-buttons-button-icon);
}
.e-contact-buttons__chat-button:hover, .e-contact-buttons__chat-button:focus {
background-color: var(--e-contact-buttons-button-bg-hover);
}
.e-contact-buttons__chat-button:hover svg, .e-contact-buttons__chat-button:focus svg {
fill: var(--e-contact-buttons-button-icon-hover);
}
.e-contact-buttons__chat-button.has-dot::after {
background-color: var(--e-contact-buttons-dot);
border-radius: 50%;
content: "";
height: var(--e-contact-buttons-dot-size);
position: absolute;
right: 0;
top: 0;
width: var(--e-contact-buttons-dot-size);
}
.e-contact-buttons__chat-button.has-size-small {
height: var(--e-contact-buttons-size-small);
width: var(--e-contact-buttons-size-small);
}
.e-contact-buttons__chat-button.has-size-medium {
height: var(--e-contact-buttons-size-medium);
width: var(--e-contact-buttons-size-medium);
}
.e-contact-buttons__chat-button.has-size-large {
height: var(--e-contact-buttons-size-large);
width: var(--e-contact-buttons-size-large);
}
.e-contact-buttons__message-bubble {
background-color: var(--e-contact-buttons-message-bubble-chat-bg);
padding: 20px;
padding-inline-start: 40px;
}
.e-contact-buttons__message-bubble.has-typing-animation .e-contact-buttons__bubble-container {
height: 0;
opacity: 0;
visibility: hidden;
}
.e-contact-buttons__bubble {
background-color: var(--e-contact-buttons-message-bubble-bubble-bg);
border-radius: 15px;
padding: 20px;
position: relative;
}
.e-contact-buttons__bubble::after {
border-color: transparent var(--e-contact-buttons-message-bubble-bubble-bg) transparent transparent;
border-style: solid;
border-width: 0 40px 40px 0;
content: "";
height: 0;
position: absolute;
inset-inline-start: -20px;
top: 0;
transform: rotate(0);
width: 0;
transform: rotate(-90deg);
}
.e-contact-buttons__message-bubble-name {
color: var(--e-contact-buttons-message-bubble-name);
font-size: 20px;
line-height: 25px;
font-weight: 600;
margin-block-end: 8px;
}
.e-contact-buttons__message-bubble-body {
color: var(--e-contact-buttons-message-bubble-body);
font-size: 20px;
line-height: 25px;
margin-block-end: 8px;
}
.e-contact-buttons__message-bubble-time {
color: var(--e-contact-buttons-message-bubble-time);
font-size: 20px;
line-height: 25px;
font-weight: 600;
text-align: end;
}
.e-contact-buttons__powered-container {
padding: 20px 20px 0;
text-align: center;
}
.e-contact-buttons__powered-text {
color: #000000;
font-size: 16px;
font-weight: 500;
}
.elementor .e-contact-buttons__powered-text {
text-decoration: underline;
}
.e-contact-buttons__dots-container {
background-color: var(--e-contact-buttons-message-bubble-bubble-bg);
border-radius: 15px;
display: inline-flex;
padding: 10px 12px;
}
.e-contact-buttons__dot {
animation: e-contact-buttons-typing-jump 1s infinite;
background-color: var(--e-contact-buttons-message-bubble-name);
border-radius: 50%;
display: inline-block;
height: 7px;
margin-left: auto;
margin-right: 3px;
position: relative;
width: 7px;
}
.e-contact-buttons__dot-1 {
animation-delay: 200ms;
}
.e-contact-buttons__dot-2 {
animation-delay: 400ms;
}
.e-contact-buttons__dot-3 {
animation-delay: 600ms;
}
.e-contact-buttons__send-button {
background-color: var(--e-contact-buttons-chat-box-bg);
padding: 20px;
}
.e-contact-buttons__send-cta {
align-items: center;
background-color: var(--e-contact-buttons-send-button-bg);
border-radius: 30px;
color: var(--e-contact-buttons-send-button-icon);
display: flex;
font-size: 18px;
font-weight: 500;
justify-content: center;
padding: 10px;
text-align: center;
transition: all 0.3s;
width: 100%;
}
.e-contact-buttons__send-cta svg {
fill: var(--e-contact-buttons-send-button-icon);
height: 28px;
margin-inline-end: 8px;
width: 28px;
}
.e-contact-buttons__send-cta:hover, .e-contact-buttons__send-cta:focus {
background-color: var(--e-contact-buttons-send-button-bg-hover);
color: var(--e-contact-buttons-send-button-icon-hover);
transition: all 0.3s;
}
.e-contact-buttons__send-cta:hover svg, .e-contact-buttons__send-cta:focus svg {
fill: var(--e-contact-buttons-send-button-icon-hover);
}
.e-contact-buttons__content.visible .e-contact-buttons__message-bubble.has-typing-animation .e-contact-buttons__dots-container {
animation-delay: 0;
animation-duration: 2s;
animation-fill-mode: forwards;
animation-iteration-count: 1;
animation-name: e-contact-buttons-disappear;
}
.e-contact-buttons__content.visible .e-contact-buttons__message-bubble.has-typing-animation .e-contact-buttons__bubble-container {
animation-delay: 2s;
animation-duration: 0.1s;
animation-fill-mode: forwards;
animation-iteration-count: 1;
animation-name: e-contact-buttons-appear;
}
@keyframes e-contact-buttons-typing-jump {
0% {
bottom: 0px;
}
20% {
bottom: 5px;
}
40% {
bottom: 0px;
}
}
@keyframes e-contact-buttons-appear {
from {
height: 0;
opacity: 0;
visibility: hidden;
}
to {
height: auto;
opacity: 1;
visibility: visible;
}
}
@keyframes e-contact-buttons-disappear {
from {
display: inline-flex;
}
to {
display: none;
}
}
@keyframes e-contact-buttons-close {
0%, 99.99% {
visibility: visible;
opacity: 1;
}
100% {
visibility: hidden;
opacity: 0;
transform: initial;
}
}
/*# sourceMappingURL=frontend-lite-rtl.css.map *//*! elementor - v3.17.0 - 08-11-2023 */
.elementor-widget-image-carousel .swiper,.elementor-widget-image-carousel .swiper-container{position:static}.elementor-widget-image-carousel .swiper-container .swiper-slide figure,.elementor-widget-image-carousel .swiper .swiper-slide figure{line-height:inherit}.elementor-widget-image-carousel .swiper-slide{text-align:center}.elementor-image-carousel-wrapper:not(.swiper-container-initialized):not(.swiper-initialized) .swiper-slide{max-width:calc(100% / var(--e-image-carousel-slides-to-show, 3))}@import "fonts";
.hts-plugin-split {
font-family: DMSans, serif;
background: #fff;
padding: 20px 30px;
margin: 20px 0;
border: none;
h2 {
margin-top: 0;
font-weight: bold;
font-size: 20px;
line-height: 32px;
margin-bottom: 10px;
}
p, ul {
font-weight: normal;
font-size: 14px;
line-height: 24px;
color: #727586;
padding: 0;
}
ul {
list-style-type: circle;
padding-left: 17px;
li {
}
}
button {
position: static;
background-color: #673DE6;
border-radius: 8px;
padding: 8px 24px;
color: #fff;
font-weight: 700;
font-size: 14px;
line-height: 24px;
margin-top: 15px;
transition: .3s;
&:hover {
opacity: .8;
}
&:before {
display: none;
}
}
}
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`url` varchar(1000) NOT NULL DEFAULT '',
`md5` varchar(128) NOT NULL DEFAULT '',
`dateline` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
UNIQUE KEY `md5` (`md5`),
KEY `dateline` (`dateline`)
Play On The Internet Slots Games Real Money Slots 202 – Torkoscar
Skip to content
Play On The Internet Slots Games Real Money Slots 202
Play On The Internet Slots Games Real Money Slots 202
Play On The Internet Slots Games Real Money Slots 2024
How To Enjoy Online Slot Devices: 7 As Well As Tricks
Thanks for an API driven model, this is right now possible and it allows developers to aggregate the video games developed by a variety of software providers into one platform. From a player’s perspective, this not only provides game range and game variety but access to games that might otherwise have to be performed at several on-line casinos. Essentially it creates an surroundings where players could find one-stop-shop with regard to all the games they enjoy participating in.
Likewise, small and medium bets will give you an advantage in low volatility machines due to the fact it gives you constant small victories.
Playing a stand alone progressive jackpot will be” “nonetheless an excellent choice to make.
This is exactly what you should consider typically the” “holy grail of winning from slots.
For just about all slot machines, there is a predetermined percentage of wagers given back to be able to the players in the form associated with winnings.
This type of bonus is often not controlled by any wagering specifications, making it” “much easier to claim than a great many other bonus presents. Some say of which a loose slot machine machine has even more than 97% RTP and often pays additional than usual. Casinos launch these sorts of slots machines to keep cricket fans happy. What we could offer as typically the answer is in order to look at factors like bonuses, movements, RTP, free spins, as well as the number associated with winnings. Slots video games involve pure good fortune winning because of the presence of a randomly generator number method.
What Will Be The Best Period To Play Slots?
You” “could calculate your gamble size by discovering how much cash you’re prepared to gamble and how many you’re not willing to lose. Slots can be classified into low, average, and high RTP games. Low slot machine games have 90-93% RTP, average slots possess 94-96% RTP, and high slots possess 97-99% RTP. In addition, he produces about the US gambling laws and the Indian gambling market. However, a person can see typically the paytable and make use of this paytable to be able to evaluate volatility. Moreover, you can make use of the information on the types of bonuses to get a clue on volatility https://mostbeter.com/ .
So, if you can afford to play these, you may possibly find you have a better chance of winning greater and more often.
The payout portion will be the same in case you bet the same amount about every spin.
The algorithms in these types of machines are checked out and tested by simply a third-party organization to ensure of which winning combinations are unable to be guessed in addition to cannot be rigged.
For example, about a three coin dollar slot device, you cannot win the if you only enjoy with a couple of coins.
Tap below to discover the best genuine money blackjack casinos today. Online internet casinos are becoming ever more popular, with more gamers registering daily. This implies that not simply will you reach start with a beefier bankroll, yet you’ll have fewer hoops to bounce to claim your current winnings. Gxmble has streamlined the bank account creation process and will have you enjoying games in simply no time at almost all.
How Topcasino Com Functions Assist You Better
All online casino sites (like almost all poker sites, would like your cash. They provide free spins or perhaps deposit bonus codes to get an individual onsite after which have got you play whenever possible. The list beneath shows you 8 of the most popular slot machine game machine games together with a progressive goldmine. Compare their RTPs with those associated with the non-progressive game titles above, and a person will see why playing for a jackpot is not constantly the best selection. Every online slot machine game review all of us publish includes the particular payout percentage, with easy-to-understand info concerning the games, regular payouts, and whether or not one is a new loose slot or not.
Additionally, you get extra functions” “such as push notifications.
This volatility within the game in addition to understanding more about it are a couple of essential things you need to perform.
For players, these kinds of extreme jackpots have got had an important impact on the industry, both positively and negatively.
This is where you’ll find free spins plus jackpots, and understanding your paylines implies knowing the chance for succeeding.
For players that have fun and entertain themselves simply by gambling, it’s almost all about finding the approach to win.
Unfortunately, your chance of succeeding the big 1 is about simply because good a chance while you have in winning the state lottery. But, players just cannot obtain away from the particular temptation of changing their lives. Players liked these functions because it resulted in they could appreciate playing bonuses of which they felt of which they had good luck over and did not have to rely on random outcomes of spins. When we look again at the beginning slot equipment, we can value that they experienced one pay range across three reals that each included 10 symbols. Therefore, together with 30 total icons, there is an overall number of one, 000″ “possibilities.
Check The Fine Print Before Playing Real Money Slots
First of just about all, the grown plus pace of growth of the business have blown upward and given birth to a multitude of modern gaming software suppliers of which now fill the space. Apart from your obvious differences, on-line casinos and land-based casinos are sides apart in several different ways. Here are usually some of the key benefits of playing at online casinos in comparison to playing at land-based casinos that will I have noticed since I very first started playing on the internet. You can only keep playing slots simply because much as you may if you have got the means to be able to achieve this, and of which includes your moment, your power and your own money too. No player has ever before regretted losing their particular entire bankroll about a” “slot machine because it has been ‘just’ about to pay out, and you also definitely should not necessarily be the very first. Some slot games will have jackpots, several will have free of charge spins, some will certainly have other reward rounds.
On average, it is expected the maximum edge that will skill has in these slot games is usually give-or-take 4%, that is generally still lower than the home edge.
You can play quickly in your web browser at every online casino in the world, without having to download or install virtually any software.
If bonus icons are noted, you may expect a bonus circular in the game, where you might be capable to claim added extras like money prizes and free re-writes.
Even if you already obtained a large payout on this spin, a person will still possess an equal possibility of getting an additional big win on every next spin and rewrite. The best slot machine strategy is to pick games that provide free spins. Of course, these online games may have higher difference than slots along with no free rounds, but additional features just like free spins plus wildcards heighten your odds of winning at slots. Our manual to understanding what are great slots strategies to follow when seeking to win at online slot machine games and land-based casino slot machines. Now that you know where to find the best online casinos Ireland has in order to offer, you’re willing to get out” “right now there and enjoy almost all of the best slots, jackpot games, table games in addition to more.
Determining Plus Understanding The Movements Of Slots
If you obtain disconnected while enjoying at an online casino, simply close the sport and then attempt reloading it once more. When you subsequent launch the” “exact same game, you will be taken again to the exact point that you were disconnected, therefore don’t panic. The same thing may happen if you will be playing from your cellular device and your current battery dies, or if you drop your signal. Especially when you’re performing online, there’s a new whole range regarding bonuses and extras available to you…but you need to know what it is you want from the slots session. When you’re enjoying non-progressives, the levels are identical whether an individual get the greatest extent bet, or typically the lowest bet. Especially if you’re just starting out, one of the almost all important tasks to bankroll management is to preserve this!
While the in-game bonus deals are not to be overlooked, neither are the particular online casino bonuses. Online casinos provide big welcome bonus deals to new gamers, and other unique offers like free of charge spins or reload bonuses to their particular regular bettors also. With two added bonus games and 2 wild symbols, gamers have an overabundance chances to be able to win cash gifts in this slot machine game game. As the end result of every spin and rewrite is random, a new slots strategy are not able to transform your chances in order to land a winning spin. The on line casino operator or game developer will most likely set up an award seed which is usually a set sum of money that goes in to the prize pool.
Why Is Gxmble The Very Best Online Casino Ireland In Europe Offers?
Casino Today is really a trustworthy and unbiased internet site that focuses on preserving players up-to-date with the latest gaming news and styles. In turn, this will likely lead to a higher house advantage to recover these higher fees. Quickly see which casino offer the greatest game, most reward value sweetest benefits. But, this offers us considering affiliate payouts and those that are less than typically the cost of a spin. This is an exciting concept because we know slots are random; on the other hand, concurrently, they are usually pre-determined or designed to behave in a certain method. It is crucial that all slots possess a Random Number Generator (RNG) which often makes certain typically the outcome of every single spin is completely random.
This bonus is broken up over your first four deposits, along with the first added bonus being a generous 200% match upward to €250. At its core, Gxmble is definitely an online slots casino — giving games from over 30 premium software program providers like Microgaming, NetEnt, and Rest Gaming. If you want to play digital casino video games, you don’t simply have to stay at residence. Nearly all Philippine online casinos have a mobile-friendly web site now. Mobile optimized sites let you enjoy games with instant play through your device’s web browser. But numerous casinos also have an app of which you can download on your system.
Deposit Bonuses
Regardless an excellent source of or low difference, the RNGs will make sure you have a great equal possibility of hitting the jackpot in each spin. And RTP will give you an idea showing how much money is given back to typically the players for every slot machine machine you pick. Yes, there will be lots of on line casino games which are usually available when it comes to no cost play. Depending about the Asian on the internet casino, you can” “often access the free of charge play version of a slot game and play with pretend that money, although a person can’t win any cash. Over the years I have discovered that online casino providers are generally not in the incorrect with regards in order to the complaints which have been made against them by the participants. They tend to cover themselves through all angles inside their terms and conditions that you arranged to when a person registered an accounts with them.
Despite this fact, these types regarding slots games are usually a little frustrating to learn because an individual don’t know very well what to be able to expect.
Each time you play genuine money slots, look at the RTP percentage and likely payout (use this particular link if you’re away from US).
To find out our top casino for this 30 days head to our top recommended casinos.
Try to spin several times with a lowest bet to examine for the unpredictability of the game.
This three-reel progressive goldmine game is recognized because of its generous pay-out odds. To unlock typically the progressive jackpot, almost all you need in order to do is line up three major thousands symbols, once might bet your optimum of three regarding fifteen coins, depending whether you are usually playing the a few or 5 fly fishing reel variant. We understand it’s easy to be able to get discovered up in the excitement associated with fast-paced online slots, but you should resist! Take your time and efforts, relax and consider every move is made – especially within bonus games. That’s basically the way inside which the residence edge gets displayed for slots.
Can You Wager Real Funds At Ireland On-line Casinos?
Your betting patterns know what kind of method you can use to succeed at slot devices. There are numerous factors to consider, such as RTP, volatility, struck frequency, and win frequency. More compared to anything, don’t split the bank wanting to win at slot machines. The important thing is that you enjoy the particular thrill and enjoyment of the game – and earn or lose a few bucks along the method.
The No Deposit Reward is also a portion of the deposit bonus, or it may be awarded by the casino on your birthday.
However, lots of them create additional” “forms of casino games, as well.
While it might be tempting to set all your money into one rewrite, we highly recommend exercising what the benefits call bankroll administration.
Many other winning slot strategy tricks are obtainable if you know where to be able to find them.
A proven slot machine trick is always to watch the machine over a long period of time of time.
Maxing out there in situations such as isn’t practical unless you have a huge bankroll to support typically the wager amount and losses. Often, the particular slots reward may possibly range from £5 to £10, and some will give as high as £20, but it’s rare. You hit typically the winning combination every single 20 spins and sometimes include a moderate level of slot reward.
An All-round Great Experience Actively Playing Slots Online
The most important thing to consider ahead of lodging a problem is whether or even not you properly adhered to typically the T’s & C’s. NetEnt has developed several unique titles that are incredibly popular with participants including Starburst and Gonzo’s Quest, alongside with award-winning game titles such as Spiñata Grande. This company has additionally obtained the licenses to create several major branded slots that are both equally as popular like Jumanji, Planet in the Apes, Guns N’ Roses, Motörhead, Narcos and Vikings. So, what a player can perform is to locate the highest having to pay slot games. There are games together with an amazing 98%+ return to gamers percentage. Most regarding those games offer free spins too and this is a good way on how to be able to win slots.
Here are a few of the best online” “online casino bonuses on offer you right this moment…
You want to make certain you might be playing slot machines with good Return to be able to Player (RTP) proportions, advantageous bonuses, good overall ratings and a theme you appreciate.
On progressive slot machines, a percentage of each and every bet is put into the jackpot.
While some are smaller, more impartial companies, other huge names are very well identified in the market.
You can access games in just a few taps and don’t need to have to keep logging in. Additionally, a person get extra functions” “such as push notifications. Typically, mobile casino internet sites offer all the regular features about the apps. But what makes mobile casinos so attractive is that a person can play from as many of them as you enjoy and never have to download something. There are numerous different ways you can get in contact with a casino, and the primary support methods are likely to include telephone support, email assistance and live chat help.
An Introduction To Slot Machines
In reality, Irish casino video game fans will possess three different delightful bonuses to select from (this isn’t even counting the 2 different sportsbook delightful bonuses available). Newcomers are greeted using a handsome welcome package of up to be able to €2, 500 in bonuses across their particular first three debris, starting with a new 200% match on up to €500. The casino will certainly execute the necessary due diligence to verify that you will be of legal era. If you don’t get your bank account verified, your accounts will be restricted, in addition to you could end up begin totally frozen out associated with your account. To verify your account, you’ll need to supply the casino’s verification section with an evidence of address, confirmation of ID and proof of repayment method. Get a FREE $/€/£10 No Deposit Bonus merely for deciding on the casino – no strings attached.
Getting applied to or memorising the paytable may help you how to win from casino slots since you’ll understand how very much to bet.
Online slot machine methods are different from the methods you utilize for land-based slots.
Among some other things, visitors will see a daily medication dosage of articles along with the latest poker news, live reporting from tournaments, exclusive videos, podcasts, testimonials and bonuses plus so much even more.
Microgaming founded in 1994 in fact it is often regarded because being the most well-known casinos software provider in the world.
Because of the RNGs, each spin offers an equal potential for hitting the goldmine.
So some of the particular most popular repayment methods include bank cards, along together with e-wallets, prepaid credit cards and cryptocurrencies. You could use just regarding anything from Mastercard and Visa, via Skrill and Neteller, to Paysafecard and Bitcoin. But the number of time it requires money to reach your account and obtain back to a person varies depending on the user. So each platform’s processing times fluctuate by the payment method you’re applying and their coverage. Gambling is Filipinos’ favorite pastime plus the demand for fresh and better video gaming platforms is ever-increasing. Thankfully, nowadays there are loads of top-quality online casinos out there there in the marketplace in the Philippines.
Step Four – Register A New Complaint With The Reputable Gambling Portal
Normally, there will be a section on your current account’s page exactly where you have to go to pull away. When you get there, simply stick to the instructions plus enter your information. In order to perform for real funds at online gambling dens, you need to add cash for your requirements. The very good news is the fact that most Filipino-friendly online” “internet casinos offer quite a few different options.
This approach you are able to usually obtain started on slots wonderfully.
While many players fixate on these jackpots because of their particular millions, they have produced a false perception of hope regarding many players since all they see may be the big payday at the end of the tunnel.
All the data and hyperlinks provided on asia-casino. org are developed to help our readers make the best decision with regard to finding a fresh on the internet casino to perform at.
As we all mentioned earlier, all slot machines are usually developed upon the foundation that they are mostly an arbitrary number generator (if you are still confused over this specific think of this as an arbitrary outcome generator).
These are slot video games in which the jackpot award builds over period and every spin and rewrite that is gambled contributes to the total.
Discover which are usually scatter symbols in addition to if any will be lurking in the particular game. If required, ask the viewpoint of a psychologist if you’re heading to dangerous territories in terms of gambling. Commissions usually do not affect our content choices and typically the ratings we give to online sportsbooks and casino workers.
Netent Slot Games
In many countries, you want to be at least 18 yrs old to bet at an online casino, in some US states you have to be 21. These are also known as web purses, and they will be a terrific way to deposit and withdraw at on the internet casinos. Using a great eWallet at a great online casino is actually straight forward.
Before you begin participating in, have a read of the game’s rules and verify out the paytable to see how much you are able to succeed. Most online internet casinos aren’t rigged plus are perfectly safe to play from. But if you’re in an online casino plus something doesn’t appearance right, you should go somewhere else instead. Also, if a new casino has the bad reputation and lots of unfavorable reviews, it’s probably true. So to avoid any trouble, have a look at our library of trusted online internet casinos and select a secure destination following that. Although apps use up space on your gadget, they usually offer more convenience.
Our Guide To Online” “On Line Casino Philippines Gaming
Take” “good thing about these offers as it will boost your current bankroll in several ways. Gambling is usually fun and exciting, but the enjoyable disappears if a person keep gunning regarding big prizes. Obsession is never a very important thing, so if a person feel like your trying your ideal to win simply because much as you want, take the moment to evaluate your current gambling habits. Remember, no matter just how many paylines an individual bet on or even how many several hours waiting for typically the jackpot, you might be nevertheless going to lose money in the extended run.
You may want to pay attention to how many individuals play in the slot and exactly how long the jackpot feature has been growing .
If you are usually playing for a while plus you never acquire any win, also small ones, it’s time to take into account other available choices out there.
Now adhere to the instructions to complete the deposit, and using both your username or perhaps the VAN because a reference.
So all you actually need is really a stable internet connection in order to enjoy the infinitely larger and better selection of games.
Ranked as the particular top mobile blackjack app for actual money players in Ireland,” “it gives an extensive choice of both classic and innovative blackjack variants in the individual and multi-hand types. In addition to that will, Gxmble offers aggressive odds across a new wide range of sports along with lottery raffles where players can buy seat tickets for a possibility to win a new portion of a new massive prize pool area. Yes, you may play at online casinos for free, so long as an individual have an on line casino account set up. We want an individual to be secure when gambling on-line, which is exactly why we only suggest casinos that are legit. A correct license is actually a guarantee that no shady operations are proceeding on at typically the casino. In some other words, when the casino has a permit then it is usually a legit on the internet casino and can be trusted.
Play In Your Bankroll
Let’s just state that the winnings could be a little bit better than they will are. I was not going to buy coins, thus stop sending the particular same text over and over once again. You won’t acquire into any difficulty with all the authorities regarding gambling online along with real cash. The first thing you need to carry out when you register to an online on line casino is set your down payment limits.
Thus, the two need to stick to specific rules plus regulations to generate a fair plus honest internet gambling.
This game is based about the cult TELEVISION series Miami Vice and beating typically the slot means you will need to help the two detectives catch the jewelry thief.
Everybody knows to get a truth, that a slot machine game is developed to make some income for that casino.
Loyalty programs will let you earn details for every deposit you make.
When in comparison to high unpredictability slots, the possibility of winning is much lower, yet the payouts are higher. These highly volatile slots could be more lucrative regarding players. However, these people are much riskier and can have you drill through your own bankroll like simply no tomorrow. Developments in technology have designed that pay ranges and ways-to-win possess grown exponentially along with casino games. To help this make more sense to you, take into account taking into consideration the house advantage across a period of time of play. Say you were participating in your favorite slot machine game game throughout a single hour while participating in for this hr, you were making $1 spins – with this example, we would consider that after the hour you would possess spent $100.
Tons Of Video Games A Pinnacle Element To Great Casinos
This FAQ area on how in order to win at on-line slots may help clean some misconceptions. Some progressive jackpot video games allow equal chance regardless of typically the wager amount. Others will demand you to be able to make an additional bet to become entitled to the video game. Set a goal each day or weekly upon how many several hours you should spend upon playing slots games. Never play regarding extended sessions since the more time you spend, the greater is your own losses.
Maybe you wonder exactly what the best procedures present in most earning online slot strategies so that you can improve your gameplay are.
Progressive slots, which may be enjoyed small money, are particularly recommended , so you can play longer in addition to still have the same possibility.
The very good news is that many Filipino-friendly online” “internet casinos offer quite a new few different options.
The team at TopCasino. apresentando only ever suggest registering a real money account at online casinos which are ranked inside our top 10 databases.
If you signed up to the on line casino via one of our links, after that I advise you in order to follow the appropriate steps listed under.
If you’re ready, let’s jump straight in together with our top 10 tips for how to win at slots. At land-based casinos you’ll often locate rooms filled with slot machines coming from various game designers. The games are usually played in the very similar approach to their online counterparts, although as a result of space limitations you’ll find that the particular selection just might be not necessarily as great. This number is the percentage that signifies the average returns with regard to a specific slot game. An RTP percentage is usually computed over a the least 12, 000 spins plus is a tough returns average. For example, if a good online slot device has a 95% RTP, you may possibly anticipate to win $95 for each $100 gambled.
Page load link