.degussa-product-slider-outer-container {
padding: 10px;
}
.degussa-product-slider-outer-container.nopadding {
padding: 0;
}
.degussa-slider-context {
background-color: #BE9F56;
color: #FFFFFF;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}
.degussa-slider-context .slider-title {
padding: 12px 15px;
font-size: 21px;
text-transform: uppercase;
}
.degussa-slider-context .slider-actions {
display: flex;
align-items: center;
justify-content: flex-end;
}
@media screen and (max-width: 1000px) {
.degussa-slider-context .slider-actions {
justify-content: flex-start;
flex-wrap: wrap;
}
}
.degussa-slider-context .slider-actions a.context-link {
display: flex;
font-size: 20px;
padding: 6px 15px;
color: #FFFFFF;
align-items: center;
opacity: 0.85;
line-height: 20px;
}
.degussa-slider-context .slider-actions a.context-link:hover {
opacity: 1;
}
.degussa-slider-context .slider-actions a.context-link img.context-link-icon {
margin-right: 8px;
}
body.rtl .degussa-slider-context .slider-actions a.context-link {
font-size: 22px;
}
.degussa-product-slider {
width: 100%;
overflow-x: hidden;
overflow-y: hidden;
background-color: #423628;
}
.degussa-product-slider .slider {
width: 200%;
height: 260px;
display: flex;
background-color: transparent;
transform: translate(-50%, 0);
animation-iteration-count: infinite;
animation-name: slider;
animation-duration: 40s;
animation-timing-function: linear;
color: #FFFFFF;
user-select: none;
}
.degussa-product-slider .slider:hover {
animation-play-state: paused;
}
.product {
position: relative;
background-color: transparent;
margin-right: 2px;
flex: 1 1 auto;
min-width: 200px;
}
.product .product-content {
position: absolute;
display: flex;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: transparent;
justify-content: center;
align-items: center;
}
.product .product-content .product-description {
position: absolute;
opacity: 0;
pointer-events: none;
top: 50%;
left: 50%;
z-index: 10;
height: 30px;
display: flex;
width: 150px;
text-align: center;
flex-wrap: nowrap;
transition: opacity 0.5s;
}
.product .product-content .product-description a.buy-product-button {
padding: 10px 10px;
display: flex;
align-items: center;
background-color: #BE9F56;
color: #FFFFFF;
box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.7);
text-align: center;
flex-wrap: nowrap;
}
.product .product-content .product-description a.buy-product-button span {
margin-right: 10px;
}
.product .product-content .product-image {
position: relative;
transform: scale(0.8);
transition: transform 0.18s;
}
.product .product-content:hover .product-image {
transform: scale(1);
}
.product .product-content:hover .product-image + .product-description {
opacity: 1;
pointer-events: all;
cursor: pointer;
}
@keyframes slider {
from {
transform: translate(0, 0);
}
to {
transform: translate(-50%, 0);
}
}
.content-stack {
margin-bottom: 15px;
position: relative;
}
.degussa-admin-editor {
position: absolute;
top: -22px;
left: 10px;
z-index: 10000;
opacity: 0.2;
}
.degussa-admin-editor:hover {
background-color: white;
opacity: 1;
}
.degussa-admin-editor a {
z-index: 10000;
padding: 5px;
display: inline-block;
font-size: 12px;
color: black;
cursor: pointer;
}
.goldbar {
background-color: var(--e-global-color-primary);
}
.subnav {
background-color: var(--e-global-color-primary);
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
margin: 0 10px;
padding: 10px 10px;
box-sizing: border-box;
min-height: 44px;
}
.subnav.gold {
padding: 5px 10px;
}
.subnav .subnav-item {
margin-top: 6px;
margin-bottom: 6px;
margin-right: 10px;
}
.subnav .subnav-item a {
padding: 2px 15px 2px 5px;
display: block;
text-decoration: none;
line-height: 18px;
color: var(--e-global-color-8001bcf);
transition: color 0.3s;
font-size: 20px;
}
.subnav .subnav-item a:hover, .subnav .subnav-item a.active {
color: var(--e-global-color-text);
}
.subnav .subnav-item:not(:last-child) a {
border-right: solid 1px var(--e-global-color-8001bcf);
}
body.rtl:not(#html-body) .subnav .subnav-item a {
padding: 2px 5px 2px 15px;
}
body.rtl:not(#html-body) .subnav .subnav-item:not(:last-child) a {
border-left: solid 1px var(--e-global-color-8001bcf) !important;
border-right: none !important;
}
.elementor-nav-menu--main .elementor-nav-menu a {
transition: none !important;
}
.gold {
position: relative;
overflow: hidden;
}
.gold .elementor-widget-container {
margin: 0 !important;
}
.gold.full-width {
width: 100%;
}
.gold.full-width .elementor-button {
width: 100%;
transition: none;
}
.gold:after {
content: "";
position: absolute;
pointer-events: none;
width: 1024px;
height: 220px;
top: 0;
left: 0;
background: url(https://i.imgur.com/ikELKdm.png) no-repeat -100px 0;
animation-name: roll;
animation-duration: 25s;
mix-blend-mode: screen;
animation-iteration-count: infinite;
background-size: 512px;
opacity: 0.5;
animation-timing-function: linear;
}
@keyframes roll {
from {
background-position: -100% -64px;
}
to {
background-position: 100% -64px;
}
}
.price-list-actions {
display: flex;
justify-content: space-between;
margin: 0 auto 30px auto;
}
.price-list-actions button {
border: none;
outline: none;
border-radius: 0;
font-size: 18px;
padding: 8px 16px;
}
.price-list-actions .price-list-search {
display: flex;
padding: 4px 20px 4px 0;
}
.price-list-actions .category-filter {
display: flex;
}
.price-list-actions .category-filter .filter-item {
padding: 8px 20px;
margin-right: 20px;
cursor: pointer;
}
.price-list-actions .category-filter .filter-item.active {
color: var(--e-global-color-primary);
}
.degussa-price-list td.center-align {
text-align: center;
}
.degussa-price-list td.clickable {
cursor: pointer;
}
.degussa-price-list td.force-ltr {
direction: ltr !important;
}
.degussa-price-list td.short {
width: 120px;
}
.degussa-price-list td.right-align {
text-align: right;
}
.degussa-price-list .degussa-price-list-thumb {
width: 30px;
height: 30px;
min-width: 30px;
object-fit: contain;
}
.timestamp-inline {
padding: 8px 0;
}
@media (max-width: 768px) {
.category-filter {
padding: 1rem 0;
}
.category-filter > .filter-item:last-child {
margin-right: 0;
}
.price-list-actions {
display: block;
}
.price-list-actions .price-list-search {
display: block;
padding-right: 0;
width: 100%;
}
.price-list-actions .price-list-search > input {
width: 100%;
}
.price-list-button > a,
.price-list-actions .category-filter .filter-item {
align-items: center;
border: 1px solid #BE9F56 !important;
border-radius: 3px;
color: #BE9F56 !important;
display: flex;
font-size: 18px;
font-weight: normal;
justify-content: center;
padding: 8px;
width: 100%;
text-decoration: underline;
}
.degussa-price-list {
display: flex;
flex-wrap: wrap;
width: 100%;
}
.degussa-price-list tbody,
.degussa-price-list tr {
display: flex;
flex-wrap: wrap;
width: 100%;
}
.degussa-price-list td {
display: flex;
flex-wrap: wrap;
width: 100%;
}
.degussa-price-list td.short {
display: flex;
flex-wrap: wrap;
width: 100%;
}
.degussa-price-list tbody {
background-color: transparent !important;
}
.degussa-price-list tbody > tr:first-child {
flex-wrap: nowrap;
}
.degussa-price-list tbody > tr:first-child > td {
position: relative;
width: 100%;
}
.degussa-price-list tbody > tr:first-child > td .eicon {
position: absolute;
bottom: 1rem;
right: 1rem;
}
.degussa-price-list tbody > tr:first-child > td:first-child {
border-right: none !important;
}
.degussa-price-list tbody > tr:first-child > td:not(:first-child):not(:last-child) {
border-left: none !important;
border-right: none !important;
padding-left: 0;
padding-right: 0;
}
.degussa-price-list tbody > tr:first-child > td:nth-child(2) {
display: none !important;
}
.degussa-price-list tbody > tr:first-child > td:last-child {
border-left: none !important;
}
.degussa-price-list tbody tr:nth-child(1n+2) {
background-color: transparent !important;
margin-bottom: 1rem;
}
.degussa-price-list tr:nth-child(1n+2) > td {
background-color: #fff;
}
.degussa-price-list tr:nth-child(1n+2) td:not(:last-child) {
border-bottom: none !important;
}
.degussa-price-list tr:nth-child(1n+2) td:not(:nth-child(3), :nth-child(2)) {
border-top: none !important;
padding-top: 0;
}
.degussa-price-list tr:nth-child(1n+2) > td:nth-child(1) {
order: 3;
}
.degussa-price-list tr:nth-child(1n+2) > td:nth-child(2) {
order: 1;
width: 4rem;
border-right: none !important;
}
.degussa-price-list tr:nth-child(1n+2) > td:nth-child(3) {
border-left: none !important;
font-weight: 600;
order: 2;
width: calc(100% - 4rem);
}
.degussa-price-list tr:nth-child(1n+2) > td:nth-child(4) {
order: 4;
}
.degussa-price-list tr:nth-child(1n+2) > td:nth-child(5) {
order: 5;
}
.degussa-price-list tr:nth-child(1n+2) > td:nth-child(6) {
order: 6;
}
.degussa-price-list tr:nth-child(1n+2) > td:nth-child(1), .degussa-price-list tr:nth-child(1n+2) > td:nth-child(4) {
padding-bottom: 0;
}
.degussa-price-list tr:nth-child(1n+2) > td:nth-child(1), .degussa-price-list tr:nth-child(1n+2) > td:nth-child(4), .degussa-price-list tr:nth-child(1n+2) > td:nth-child(5) {
justify-content: space-between;
}
[data-mobile-label]::before {
content: attr(data-mobile-label);
display: inline-block;
font-weight: bold;
padding-right: 0.25em;
}
.degussa-price-list .btn {
align-items: center;
background-color: #BE9F56 !important;
border-radius: 3px;
color: #fff !important;
display: flex;
font-size: 18px;
font-weight: normal;
justify-content: center;
padding: 8px;
width: 100%;
}
}
.price-list-button > a > svg {
width: 1.75em;
vertical-align: middle;
padding: 0.1em 0.5em 0em 0em;
}
.degussa-press-photos-container {
width: 100%;
}
.degussa-press-photos-container .degussa-press-photos {
margin: 0 -20px 0 -20px;
width: 100%;
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
}
.degussa-press-photos-container .degussa-press-photos .degussa-press-photo-frame {
padding: 20px 20px 50px 20px;
width: 33.333333%;
box-sizing: border-box;
}
@media screen and (max-width: 768px) {
.degussa-press-photos-container .degussa-press-photos .degussa-press-photo-frame {
width: 50%;
}
}
.degussa-press-photos-container .degussa-press-photos .degussa-press-photo-frame .press-photo-img-link {
width: 100%;
height: 0;
padding-top: 100%;
display: block;
position: relative;
margin-bottom: 8px;
}
.degussa-press-photos-container .degussa-press-photos .degussa-press-photo-frame .press-photo-img {
position: absolute;
top: 0;
left: 0;
width: 100%;
object-fit: contain;
background-color: white;
height: 100%;
display: block;
}
.degussa-press-photos-container .degussa-press-photos .degussa-press-photo-frame .press-photo-description .press-photo-title {
font-weight: bold;
}
.degussa-press-photos-container .degussa-press-photos .degussa-press-photo-frame .press-photo-description .press-photo-metadata {
font-size: 14px;
}
.pressarticles .pressarticle-content {
display: flex;
flex-wrap: wrap;
padding: 0;
}
.pressarticles .pressarticle-content .pressarticle-post {
display: flex;
flex: 0 0 auto;
padding: 10px;
flex-direction: column;
width: 33.333333%;
}
@media screen and (max-width: 960px) {
.pressarticles .pressarticle-content .pressarticle-post {
width: 50%;
}
}
@media screen and (max-width: 550px) {
.pressarticles .pressarticle-content .pressarticle-post {
width: 100%;
}
}
.pressarticles .pressarticle-content .pressarticle-post .press-article-image-container {
width: 100%;
display: block;
padding-top: 75%;
height: 0;
position: relative;
}
.pressarticles .pressarticle-content .pressarticle-post .press-article-image-container .press-article-image {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
object-fit: cover;
}
.pressarticles .pressarticle-content .pressarticle-post a.pressarticle-description {
padding: 8px 0;
}
.pressarticles .pressarticle-content .pressarticle-post a.pressarticle-description .pressarticle-title {
color: var(--e-global-color-primary);
font-size: 18px;
font-weight: 500 !important;
transition: color 0.3s;
display: block;
}
.pressarticles .pressarticle-content .pressarticle-post a.pressarticle-description .pressarticle-title:hover {
color: var(--e-global-color-text);
cursor: pointer;
}
.pressarticles .pressarticle-content .pressarticle-post a.pressarticle-description .pressarticle-publication, .pressarticles .pressarticle-content .pressarticle-post a.pressarticle-description .pressarticle-publishing-date {
color: var(--e-global-color-text) !important;
font-size: 18px;
font-weight: 500s;
}
.pressarticles .pressarticle-content .pressarticle-post a.pressarticle-description .pressarticle-publishing-date {
font-size: 16px;
font-weight: 400;
}
.degussa-faq {
width: 100%;
padding: 10px;
}
.degussa-faq .faq-filters {
display: flex;
flex-wrap: wrap;
padding: 0 0 20px 0;
}
.degussa-faq .faq-filters a {
text-transform: uppercase;
margin-right: 20px;
text-decoration: underline;
}
.degussa-faq .faq-filters a:hover, .degussa-faq .faq-filters a.active {
color: var(--e-global-color-text);
}
.degussa-faq .faq-content {
user-select: none;
}
.degussa-faq .faq-content .faq-post {
padding-bottom: 20px;
}
.degussa-faq .faq-content .faq-post .faq-title {
cursor: pointer;
font-size: 20px;
padding-bottom: 5px;
color: var(--e-global-color-primary);
}
.degussa-faq .faq-content .faq-post .faq-title:hover {
color: var(--e-global-color-text);
}
.degussa-faq .faq-content .faq-post .faq-title.active {
font-weight: bold;
}
.degussa-faq .faq-content .faq-post .faq-content {
padding-bottom: 25px;
}
.circle-statistics-container {
display: flex;
flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
.circle-statistics-container {
gap: 0;
}
}
.circle-statistic {
padding: 0 20px;
user-select: none;
cursor: default;
box-sizing: border-box;
text-align: center;
flex: 0 1 auto;
margin-bottom: 35px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
min-width: 260px;
max-width: 367px;
width: 33.333%;
}
.circle-statistic .circle {
position: relative;
width: 240px;
height: 240px;
display: flex;
justify-content: center;
}
.circle-statistic .circle .circle-text {
position: absolute;
display: flex;
width: 240px;
height: 240px;
justify-content: center;
align-items: center;
z-index: 2;
left: 50%;
transform: translate(-50%, 0);
color: var(--e-global-color-primary);
font-size: 26px;
}
.circle-statistic .circle .progress-circle {
position: absolute;
display: flex;
width: 240px;
height: 240px;
left: 50%;
transform: translate(-50%, 0) rotate(-90deg);
}
.circle-statistic:hover .circle circle.progress {
stroke-width: 36px;
}
.circle-statistic .label {
text-align: center;
color: var(--e-global-color-text);
}
.circle svg circle.progress {
fill: none;
stroke-width: 12px;
transition: stroke-width 0.4s cubic-bezier(0.32, 0.62, 0.06, 1);
}
.circle svg circle.progress.animate {
animation: progress 12s cubic-bezier(0.32, 0.62, 0.06, 1) forwards;
}
@keyframes progress {
0% {
stroke-dasharray: 0 628;
}
}
.documentlist {
padding-top: 30px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.documentlist .documentlist-container {
box-sizing: border-box;
width: 30%;
flex: 0 0 30%;
display: flex;
flex-direction: column;
margin-bottom: 40px;
background-color: var(--e-global-color-8001bcf);
}
@media screen and (max-width: 768px) {
.documentlist .documentlist-container {
width: 47%;
flex: 0 0 47%;
}
}
.documentlist .documentlist-container .documentlist-thumbnail {
width: 100%;
margin: 0;
padding: 0;
}
.documentlist .documentlist-container .documentlist-thumbnail img {
display: block;
width: 100%;
}
.documentlist .documentlist-container .documentlist-title {
font-size: 18px;
padding: 14px 16px;
word-break: break-word;
overflow-wrap: break-word;
hyphens: auto;
}
.icontextlist {
display: block;
}
.icontextlist .icontext-item {
display: flex;
justify-content: stretch;
margin-bottom: 24px;
}
.icontextlist .icontext-item .icontext-icon {
flex: 0 0 auto;
margin-right: 16px;
display: flex;
justify-content: flex-start;
}
.icontextlist .icontext-item .icontext-icon img {
width: 32px;
}
.icontextlist .icontext-item .icontext-content {
font-size: 18px;
flex: 1 1 auto;
}
.degussa-chart .degussa-chart-container select {
border: solid 1px var(--e-global-color-primary);
outline: none;
background-color: var(--e-global-color-8001bcf);
}
.degussa-chart .update-notice {
font-size: 11px;
opacity: 0.6;
}.clearfix::before,.clearfix::after{content:" ";display:table;clear:both}.eael-testimonial-slider.nav-top-left,.eael-testimonial-slider.nav-top-right,.eael-team-slider.nav-top-left,.eael-team-slider.nav-top-right,.eael-logo-carousel.nav-top-left,.eael-logo-carousel.nav-top-right,.eael-post-carousel.nav-top-left,.eael-post-carousel.nav-top-right,.eael-product-carousel.nav-top-left,.eael-product-carousel.nav-top-right{padding-top:40px}.eael-contact-form input[type=text],.eael-contact-form input[type=email],.eael-contact-form input[type=url],.eael-contact-form input[type=tel],.eael-contact-form input[type=date],.eael-contact-form input[type=number],.eael-contact-form textarea{background:#fff;box-shadow:none;-webkit-box-shadow:none;float:none;height:auto;margin:0;outline:0;width:100%}.eael-contact-form input[type=submit]{border:0;float:none;height:auto;margin:0;padding:10px 20px;width:auto;-webkit-transition:all .25s linear 0s;transition:all .25s linear 0s}.eael-contact-form.placeholder-hide input::-webkit-input-placeholder,.eael-contact-form.placeholder-hide textarea::-webkit-input-placeholder{opacity:0;visibility:hidden}.eael-contact-form.placeholder-hide input::-moz-placeholder,.eael-contact-form.placeholder-hide textarea::-moz-placeholder{opacity:0;visibility:hidden}.eael-contact-form.placeholder-hide input:-ms-input-placeholder,.eael-contact-form.placeholder-hide textarea:-ms-input-placeholder{opacity:0;visibility:hidden}.eael-contact-form.placeholder-hide input:-moz-placeholder,.eael-contact-form.placeholder-hide textarea:-moz-placeholder{opacity:0;visibility:hidden}.eael-custom-radio-checkbox input[type=checkbox],.eael-custom-radio-checkbox input[type=radio]{-webkit-appearance:none;-moz-appearance:none;border-style:solid;border-width:0;outline:none;min-width:1px;width:15px;height:15px;background:#ddd;padding:3px}.eael-custom-radio-checkbox input[type=checkbox]:before,.eael-custom-radio-checkbox input[type=radio]:before{content:"";width:100%;height:100%;padding:0;margin:0;display:block}.eael-custom-radio-checkbox input[type=checkbox]:checked:before,.eael-custom-radio-checkbox input[type=radio]:checked:before{background:#999;-webkit-transition:all .25s linear 0s;transition:all .25s linear 0s}.eael-custom-radio-checkbox input[type=radio]{border-radius:50%}.eael-custom-radio-checkbox input[type=radio]:before{border-radius:50%}.eael-post-elements-readmore-btn{font-size:12px;font-weight:500;-webkit-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;display:inline-block}.elementor-lightbox .dialog-widget-content{width:100%;height:100%}.eael-contact-form-align-left,.elementor-widget-eael-weform.eael-contact-form-align-left .eael-weform-container{margin:0 auto 0 0;display:inline-block;text-align:left}.eael-contact-form-align-center,.elementor-widget-eael-weform.eael-contact-form-align-center .eael-weform-container{float:none;margin:0 auto;display:inline-block;text-align:left}.eael-contact-form-align-right,.elementor-widget-eael-weform.eael-contact-form-align-right .eael-weform-container{margin:0 0 0 auto;display:inline-block;text-align:left}.eael-force-hide{display:none !important}.eael-d-none{display:none !important}.eael-d-block{display:block !important}.eael-h-auto{height:auto !important}.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating~.count{display:none}.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating{display:none}.sr-only{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.elementor-widget-eael-adv-tabs .eael-tab-content-item,.elementor-widget-eael-adv-accordion .eael-accordion-content,.elementor-widget-eael-data-table .td-content,.elementor-widget-eael-info-box .eael-infobox-template-wrapper,.elementor-widget-eael-countdown .eael-countdown-expiry-template,.elementor-widget-eael-countdown .eael-countdown-container,.elementor-widget-eael-cta-box .eael-cta-template-wrapper,.elementor-widget-eael-toggle .eael-toggle-primary-wrap,.elementor-widget-eael-toggle .eael-toggle-secondary-wrap,.elementor-widget-eael-protected-content .eael-protected-content-message,.elementor-widget-eael-protected-content .protected-content,.eael-offcanvas-content-visible .eael-offcanvas-body,.elementor-widget-eael-stacked-cards .eael-stacked-cards__item{position:relative}.elementor-widget-eael-adv-tabs .eael-tab-content-item:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-adv-accordion .eael-accordion-content:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-data-table .td-content:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-info-box .eael-infobox-template-wrapper:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-countdown .eael-countdown-expiry-template:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-countdown .eael-countdown-container:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-cta-box .eael-cta-template-wrapper:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-toggle .eael-toggle-primary-wrap:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-toggle .eael-toggle-secondary-wrap:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-protected-content .eael-protected-content-message:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-protected-content .protected-content:hover .eael-onpage-edit-template-wrapper,.eael-offcanvas-content-visible .eael-offcanvas-body:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-stacked-cards .eael-stacked-cards__item:hover .eael-onpage-edit-template-wrapper{display:block}.eael-widget-otea-active .elementor-element:hover>.elementor-element-overlay,.eael-widget-otea-active .elementor-empty-view,.eael-widget-otea-active .elementor-add-section-inline,.eael-widget-otea-active .elementor-add-section{display:initial !important}.eael-onpage-edit-template-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;display:none;border:2px solid #5eead4}.eael-onpage-edit-template-wrapper::after{position:absolute;content:"";top:0;left:0;right:0;bottom:0;z-index:2;background:#5eead4;opacity:.3}.eael-onpage-edit-template-wrapper.eael-onpage-edit-activate{display:block}.eael-onpage-edit-template-wrapper.eael-onpage-edit-activate::after{display:none}.eael-onpage-edit-template-wrapper .eael-onpage-edit-template{background:#5eead4;color:#000;width:150px;text-align:center;height:30px;line-height:30px;font-size:12px;cursor:pointer;position:relative;z-index:3;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.eael-onpage-edit-template-wrapper .eael-onpage-edit-template::before{content:"";border-top:30px solid #5eead4;border-right:0;border-bottom:0;border-left:14px solid rgba(0,0,0,0);right:100%;position:absolute}.eael-onpage-edit-template-wrapper .eael-onpage-edit-template::after{content:"";border-top:0;border-right:0;border-bottom:30px solid rgba(0,0,0,0);border-left:14px solid #5eead4;left:100%;position:absolute}.eael-onpage-edit-template-wrapper .eael-onpage-edit-template>i{margin-right:8px}.elementor-edit-area-active .eael_wd_liquid_glass_shadow-effect1,.elementor-edit-area-active .eael_wd_liquid_glass_shadow-effect2,.elementor-edit-area-active .eael_wd_liquid_glass_shadow-effect3,.elementor-edit-area-active .eael_wd_liquid_glass_shadow-effect4{-webkit-box-shadow:inherit !important;box-shadow:inherit !important}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}