.cnop-secure-gate {
--cnop-navy: #172033;
--cnop-muted: #667085;
--cnop-blue: #526ff5;
--cnop-blue-text: #3f5be0;
--cnop-border: #e8ecf4;
--cnop-focus: #172033;
position: relative;
isolation: isolate;
display: flex;
align-items: center;
justify-content: center;
box-sizing: border-box;
width: 100%;
min-height: 620px;
padding: 56px 16px;
overflow: hidden;
color: var(--cnop-navy);
font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
font-size: 16px;
line-height: 1.5;
background:
radial-gradient(420px 300px at 88% 8%, rgba(255, 226, 190, 0.2), transparent 70%),
radial-gradient(380px 280px at 8% 96%, rgba(214, 244, 228, 0.32), transparent 72%),
linear-gradient(135deg, #f7faff 0%, #faf8ff 45%, #fffaf3 100%);
} .cnop-secure-gate::before,
.cnop-secure-gate::after {
content: "";
position: absolute;
z-index: -1;
border-radius: 50%;
pointer-events: none;
}
.cnop-secure-gate::before {
top: -180px;
left: -140px;
width: 460px;
height: 460px;
background: radial-gradient(circle, rgba(82, 111, 245, 0.12), transparent 68%);
}
.cnop-secure-gate::after {
right: -160px;
bottom: -200px;
width: 500px;
height: 500px;
background: radial-gradient(circle, rgba(140, 110, 245, 0.11), transparent 68%);
}
.cnop-secure-gate *,
.cnop-secure-gate *::before,
.cnop-secure-gate *::after {
box-sizing: border-box;
}
.cnop-secure-gate :where(h2, h3, p, ul, ol, hr) {
margin: 0;
padding: 0;
border: 0;
color: inherit;
font-family: inherit;
letter-spacing: normal;
text-transform: none;
}
.cnop-secure-gate :where(ul, ol) {
list-style: none;
}
.cnop-secure-gate .cnop-icon {
display: block;
flex: none;
} .cnop-secure-gate .cnop-card {
position: relative;
width: 100%;
max-width: 600px;
margin: 0 auto;
padding: 40px;
text-align: center;
background: rgba(255, 255, 255, 0.94);
border: 1px solid var(--cnop-border);
border-radius: 24px;
box-shadow: 0 20px 60px rgba(31, 42, 68, 0.1);
}
@supports ((backdrop-filter: blur(8px)) or (-webkit-backdrop-filter: blur(8px))) {
.cnop-secure-gate .cnop-card {
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
}
} .cnop-secure-gate .cnop-emblem {
display: flex;
align-items: center;
justify-content: center;
width: 64px;
height: 64px;
margin: 0 auto 16px;
color: var(--cnop-blue);
background: linear-gradient(145deg, #eef3ff, #f3efff);
border-radius: 20px;
box-shadow: 0 0 0 6px rgba(238, 243, 255, 0.6), 0 8px 24px rgba(82, 111, 245, 0.16);
}
.cnop-secure-gate .cnop-emblem--neutral {
color: #5c667a;
background: linear-gradient(145deg, #f2f4f8, #f6f4fb);
box-shadow: 0 0 0 6px rgba(242, 244, 248, 0.7);
}
.cnop-secure-gate .cnop-eyebrow {
margin-bottom: 8px;
font-size: 12px;
font-weight: 600;
line-height: 1.4;
letter-spacing: 0.1em;
text-transform: uppercase;
color: var(--cnop-blue-text);
}
.cnop-secure-gate .cnop-title {
margin-bottom: 10px;
font-size: 32px;
font-weight: 700;
line-height: 1.2;
letter-spacing: -0.015em;
color: var(--cnop-navy);
overflow-wrap: anywhere;
}
.cnop-secure-gate .cnop-intro {
max-width: 460px;
margin: 0 auto;
font-size: 16px;
line-height: 1.6;
color: var(--cnop-muted);
}
.cnop-secure-gate .cnop-reassure {
margin-top: 6px;
font-size: 14px;
color: var(--cnop-muted);
}
.cnop-secure-gate .cnop-pill {
display: inline-flex;
align-items: center;
gap: 6px;
margin-top: 18px;
padding: 5px 14px 5px 11px;
font-size: 13px;
font-weight: 600;
line-height: 1.4;
color: #177a52;
background: #ecfdf3;
border: 1px solid #d5f4e4;
border-radius: 999px;
}
.cnop-secure-gate .cnop-admin-note {
max-width: 460px;
margin: 18px auto 0;
padding: 10px 14px;
font-size: 13px;
text-align: left;
color: #7a4a00;
background: #fff8e8;
border: 1px solid #f3e0b3;
border-radius: 12px;
} .cnop-secure-gate .cnop-steps {
display: flex;
align-items: flex-start;
justify-content: center;
max-width: 380px;
margin: 24px auto 26px;
}
.cnop-secure-gate .cnop-steps__item {
position: relative;
display: flex;
flex: 1 1 0;
flex-direction: column;
align-items: center;
gap: 6px;
} .cnop-secure-gate .cnop-steps__item:not(:first-child)::before {
content: "";
position: absolute;
top: 13px;
right: 50%;
width: 100%;
height: 2px;
background: #e4e7ec;
}
.cnop-secure-gate .cnop-steps__item.is-active:not(:first-child)::before {
background: #c7d2fb;
}
.cnop-secure-gate .cnop-steps__dot {
position: relative;
z-index: 1;
display: flex;
align-items: center;
justify-content: center;
width: 28px;
height: 28px;
font-size: 13px;
font-weight: 700;
color: #5c667a;
background: #f2f4f7;
border: 2px solid #ffffff;
border-radius: 50%;
box-shadow: 0 0 0 1px #e4e7ec;
}
.cnop-secure-gate .cnop-steps__item.is-active .cnop-steps__dot {
color: #fff;
background: var(--cnop-blue);
box-shadow: 0 0 0 4px rgba(82, 111, 245, 0.18);
}
.cnop-secure-gate .cnop-steps__label {
font-size: 12px;
font-weight: 500;
color: #5c667a;
}
.cnop-secure-gate .cnop-steps__item.is-active .cnop-steps__label {
font-weight: 700;
color: var(--cnop-blue-text);
} .cnop-secure-gate .cnop-form {
margin: 0;
padding: 0;
text-align: left;
}
.cnop-secure-gate .cnop-panel {
padding: 22px;
background: linear-gradient(135deg, #f7f9ff, #faf8ff);
border: 1px solid #e7eaf7;
border-radius: 18px;
}
.cnop-secure-gate .cnop-panel__head {
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
}
.cnop-secure-gate .cnop-panel__title {
display: flex;
align-items: center;
gap: 8px;
font-size: 16px;
font-weight: 600;
line-height: 1.3;
color: var(--cnop-navy);
}
.cnop-secure-gate .cnop-panel__title .cnop-icon {
color: var(--cnop-blue);
}
.cnop-secure-gate .cnop-badge {
flex: none;
padding: 3px 10px;
font-size: 12px;
font-weight: 600;
line-height: 1.5;
color: #5b3fc4;
background: #f0ecff;
border-radius: 999px;
}
.cnop-secure-gate .cnop-panel {
transition: background 0.25s ease, border-color 0.25s ease;
}
.cnop-secure-gate .cnop-panel.is-verified {
background: linear-gradient(135deg, #f3fbf7, #f8fbff);
border-color: #cfeede;
}
.cnop-secure-gate .cnop-badge__done {
display: inline-flex;
align-items: center;
gap: 4px;
color: #177a52;
}
.cnop-secure-gate .cnop-panel.is-verified .cnop-badge {
color: #177a52;
background: #e3f7ec;
}
.cnop-secure-gate .cnop-badge__done[hidden] {
display: none;
}
.cnop-secure-gate .cnop-panel__help {
margin: 6px 0 16px;
font-size: 14px;
color: var(--cnop-muted);
}
.cnop-secure-gate .cnop-turnstile-slot {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
min-height: 65px;
min-width: 0;
font-size: 14px;
color: #4a5568;
text-align: center;
} .cnop-secure-gate .cnop-turnstile-slot .cf-turnstile {
flex: none;
width: 300px;
max-width: none;
} .cnop-secure-gate .cnop-status {
margin-top: 16px;
}
.cnop-secure-gate .cnop-alert {
display: flex;
gap: 12px;
align-items: flex-start;
padding: 14px 16px;
text-align: left;
border: 1px solid;
border-radius: 14px;
}
.cnop-secure-gate .cnop-alert[hidden] {
display: none;
}
.cnop-secure-gate .cnop-alert + .cnop-alert {
margin-top: 10px;
}
.cnop-secure-gate .cnop-alert__icon {
display: flex;
margin-top: 1px;
}
.cnop-secure-gate .cnop-alert__title {
font-size: 15px;
font-weight: 700;
line-height: 1.35;
}
.cnop-secure-gate .cnop-alert__text {
margin-top: 2px;
font-size: 14px;
line-height: 1.5;
}
.cnop-secure-gate .cnop-alert--error {
color: #8f1d2c;
background: #fff3f4;
border-color: #ffdadd;
}
.cnop-secure-gate .cnop-alert--warn {
color: #7a4a00;
background: #fff8e8;
border-color: #f7e2b0;
} .cnop-secure-gate .cnop-button {
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
width: 100%;
min-height: 56px;
margin: 16px 0 0;
padding: 0 24px;
font-family: inherit;
font-size: 17px;
font-weight: 600;
line-height: 1.2;
letter-spacing: normal;
text-transform: none;
text-decoration: none;
color: #fff;
cursor: pointer;
-webkit-appearance: none;
appearance: none;
background: linear-gradient(135deg, #4a66ee, #6c5ce7);
border: 0;
border-radius: 16px;
box-shadow: 0 8px 20px rgba(82, 111, 245, 0.22);
transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}
.cnop-secure-gate .cnop-button:hover:not(:disabled) {
color: #fff;
filter: brightness(0.94) saturate(1.05);
transform: translateY(-1px);
box-shadow: 0 12px 26px rgba(82, 111, 245, 0.3);
}
.cnop-secure-gate .cnop-button:active:not(:disabled) {
filter: brightness(0.9);
transform: translateY(0);
box-shadow: 0 4px 12px rgba(82, 111, 245, 0.22);
}
.cnop-secure-gate .cnop-button:focus-visible {
outline: 3px solid var(--cnop-focus);
outline-offset: 3px;
}
.cnop-secure-gate .cnop-button:disabled {
cursor: progress;
filter: none;
opacity: 0.88;
}
.cnop-secure-gate .cnop-arrow {
display: flex;
transition: transform 0.18s ease;
}
.cnop-secure-gate .cnop-button:hover:not(:disabled) .cnop-arrow {
transform: translateX(3px);
}
.cnop-secure-gate .cnop-spinner {
display: none;
width: 18px;
height: 18px;
border: 2.5px solid rgba(255, 255, 255, 0.4);
border-top-color: #fff;
border-radius: 50%;
animation: cnop-spin 0.8s linear infinite;
}
.cnop-secure-gate .cnop-form.is-loading .cnop-spinner {
display: block;
}
.cnop-secure-gate .cnop-form.is-loading .cnop-arrow {
display: none;
} .cnop-secure-gate .cnop-divider {
height: 1px;
margin: 28px 0 20px;
background: var(--cnop-border);
}
.cnop-secure-gate .cnop-trust {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
gap: 8px 22px;
margin-bottom: 16px;
}
.cnop-secure-gate .cnop-trust li {
display: inline-flex;
align-items: center;
gap: 7px;
font-size: 13px;
font-weight: 500;
color: #475467;
}
.cnop-secure-gate .cnop-trust .cnop-icon {
color: #177a52;
}
.cnop-secure-gate .cnop-fine {
max-width: 440px;
margin: 0 auto;
font-size: 13px;
line-height: 1.55;
color: var(--cnop-muted);
}
.cnop-secure-gate .cnop-fine + .cnop-fine {
margin-top: 8px;
}
.cnop-secure-gate .cnop-fine--strong {
font-weight: 500;
color: #475467;
}
.cnop-secure-gate .cnop-sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
@keyframes cnop-spin {
to {
transform: rotate(360deg);
}
} @media (max-width: 1024px) {
.cnop-secure-gate .cnop-card {
max-width: 540px;
}
}
@media (max-width: 600px) {
.cnop-secure-gate {
min-height: 0;
padding: 28px 14px;
}
.cnop-secure-gate .cnop-card {
padding: 22px;
border-radius: 20px;
}
.cnop-secure-gate .cnop-title {
font-size: 27px;
}
.cnop-secure-gate .cnop-intro {
font-size: 15px;
}
.cnop-secure-gate .cnop-panel {
padding: 16px;
}
.cnop-secure-gate .cnop-steps {
max-width: 320px;
}
} @media (max-width: 399px) {
.cnop-secure-gate .cnop-panel {
padding: 14px;
}
.cnop-secure-gate .cnop-button {
padding: 0 16px;
font-size: 16px;
}
.cnop-secure-gate .cnop-turnstile-slot .cf-turnstile {
transform: scale(0.88);
transform-origin: center top;
margin-bottom: -8px;
}
}
@media (max-width: 359px) {
.cnop-secure-gate .cnop-card {
padding: 18px;
}
.cnop-secure-gate .cnop-turnstile-slot .cf-turnstile {
transform: scale(0.8);
margin-bottom: -13px;
}
.cnop-secure-gate .cnop-trust {
flex-direction: column;
gap: 8px;
}
}
@media (prefers-reduced-motion: reduce) {
.cnop-secure-gate .cnop-button,
.cnop-secure-gate .cnop-arrow,
.cnop-secure-gate .cnop-panel {
transition: none;
}
.cnop-secure-gate .cnop-button:hover:not(:disabled),
.cnop-secure-gate .cnop-button:hover:not(:disabled) .cnop-arrow {
transform: none;
}
.cnop-secure-gate .cnop-spinner {
animation-duration: 2.4s;
}
}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{flex-shrink:0;margin:0 var(--divider-element-spacing)}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{direction:ltr;display:flex;margin:0}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{border-block-end:0;border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color);content:"";display:block;flex-grow:1}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider--element-align-start .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-start .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-start .elementor-divider__element{margin-inline-start:0}.elementor-widget-divider--element-align-end .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-end .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-end .elementor-divider__element{margin-inline-end:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url);-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;min-height:var(--divider-pattern-height);width:100%}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var( --container-widget-flex-grow )}.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-0:not(:has(.elementor-widget-container)),.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0:not(:has(.elementor-widget-container)),.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0:not(:has(.elementor-widget-container)){font-size:0;line-height:1}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);height:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))}.elementor-social-icon{--e-social-icon-icon-color:#fff;align-items:center;background-color:#69727d;cursor:pointer;display:inline-flex;justify-content:center;text-align:center}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{color:#fff;opacity:.9}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-threads{background-color:#000}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-x-twitter{background-color:#000}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.e--ua-appleWebkit.rtl{--flex-right:flex-start}.e--ua-appleWebkit .elementor-share-buttons--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid{display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-inline:calc(-.5 * var(--grid-column-gap));width:auto}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid-item{margin-inline:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid-item{margin-inline:0}@media (max-width:1024px){.e--ua-appleWebkit .elementor-share-buttons-tablet--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons-tablet--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid{display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-inline:calc(-.5 * var(--grid-column-gap));width:auto}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid-item{margin-inline:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid-item{margin-inline:0}}@media (max-width:767px){.e--ua-appleWebkit .elementor-share-buttons-mobile--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons-mobile--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid{display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-inline:calc(-.5 * var(--grid-column-gap));width:auto}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid-item{margin-inline:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid-item{margin-inline:0}}