/**handles:masterstudy-buy-button,masterstudy-membership-modal,widget-social-icons,e-apple-webkit**/
@-webkit-keyframes pulse{0%{-webkit-transform:scale(.1,.1);transform:scale(.1,.1);opacity:0}50%{opacity:1}100%{-webkit-transform:scale(1.2,1.2);transform:scale(1.2,1.2);opacity:0}}@keyframes pulse{0%{-webkit-transform:scale(.1,.1);transform:scale(.1,.1);opacity:0}50%{opacity:1}100%{-webkit-transform:scale(1.2,1.2);transform:scale(1.2,1.2);opacity:0}}@-webkit-keyframes rotate360{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate360{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}body .masterstudy-buy-button{display:inline-block;vertical-align:top;white-space:nowrap;min-width:100%;outline:0;border:none;background:var(--accent-100);position:relative;border-radius:8px;transition:.2s;color:#fff;cursor:pointer}body .masterstudy-buy-button:active,body .masterstudy-buy-button:focus,body .masterstudy-buy-button:hover{background-color:var(--accent-hover)}body .masterstudy-buy-button>a.masterstudy-buy-button__link{display:flex;min-height:60px;padding:14px 20px;justify-content:space-between;align-items:center;text-align:center;text-decoration:none;color:#fff}body .masterstudy-buy-button>a.masterstudy-buy-button__link.masterstudy-buy-button__link_disabled:hover{cursor:default}body .masterstudy-buy-button>a.masterstudy-buy-button__link.loading:before{top:auto;left:50%;border:2px solid #fff;margin:0 0 0 -15px;padding:0;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-animation:pulse 1.5s ease-out;animation:pulse 1.5s ease-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;height:30px;width:30px;z-index:99}body .masterstudy-buy-button>a.masterstudy-buy-button__link:hover{color:#fff}body .masterstudy-buy-button__link.masterstudy-buy-button__link_centered{justify-content:center}body .masterstudy-buy-button__link.masterstudy-buy-button__link_centered .masterstudy-buy-button__title{text-align:center}body .masterstudy-buy-button-centred>a{justify-content:center}body .masterstudy-buy-button__title{width:100%;text-align:left;font-size:16px;line-height:18px;font-weight:700;letter-spacing:.8px;text-transform:uppercase;transition:.2s;position:relative}body .masterstudy-buy-button__title.masterstudy-buy-button__loading:before{content:"";position:absolute;top:-25%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:30px;height:30px;margin-left:20px;border:2px solid #fff;border-radius:50%;-webkit-animation:pulse 1.5s ease-out;animation:pulse 1.5s ease-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;z-index:1}body .masterstudy-buy-button__separator{display:block;width:1px;height:30px;margin:0 20px;background-color:rgba(255,255,255,.1)}body .masterstudy-buy-button__price{display:inline-block;vertical-align:top;text-align:right;position:relative;line-height:28px;font-weight:700;font-size:16px}body .masterstudy-buy-button__price_sale{display:block;line-height:16px}body .masterstudy-buy-button__price.has_sale{line-height:16px}body .masterstudy-buy-button__price.has_sale .masterstudy-buy-button__price_regular{text-decoration:line-through;line-height:14px;font-weight:500;font-size:14px;color:rgba(255,255,255,.7)}body .masterstudy-buy-button_dropdown{padding-right:25px}body .masterstudy-buy-button_dropdown:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;cursor:pointer}body .masterstudy-buy-button_dropdown:after{content:"";position:absolute;top:50%;right:20px;-webkit-transform:translateY(-50%);transform:translateY(-50%);border-style:solid;border-width:6px 5px 0;border-color:#fff transparent transparent;box-shadow:none;cursor:pointer}body .masterstudy-buy-button_plans-dropdown{display:none;position:absolute;top:100%;right:0;left:0;padding:10px;margin-top:14px;border-radius:8px;background:#fff;box-shadow:0 10px 40px 0 rgba(0,0,0,.25);text-align:left;visibility:hidden;opacity:0;z-index:10;cursor:default}body .masterstudy-buy-button_plans-dropdown>a,body .masterstudy-buy-button_plans-dropdown>button{display:flex;width:100%;justify-content:space-between;min-height:38px;padding:10px 20px;text-align:left;border:0;transition:all .3s;border-radius:4px;background:var(--accent-10);margin-bottom:10px}body .masterstudy-buy-button_plans-dropdown>a:last-child,body .masterstudy-buy-button_plans-dropdown>button:last-child{margin-bottom:0}body .masterstudy-buy-button_plans-dropdown>a.masterstudy-membership,body .masterstudy-buy-button_plans-dropdown>button.masterstudy-membership{display:flex;flex-direction:column}body .masterstudy-buy-button_plans-dropdown>a.masterstudy-membership span,body .masterstudy-buy-button_plans-dropdown>button.masterstudy-membership span{display:flex;line-height:20px}body .masterstudy-buy-button_plans-dropdown>a.loading:before,body .masterstudy-buy-button_plans-dropdown>button.loading:before{margin-left:auto}body .masterstudy-buy-button_plans-dropdown>a:active,body .masterstudy-buy-button_plans-dropdown>a:focus,body .masterstudy-buy-button_plans-dropdown>a:hover,body .masterstudy-buy-button_plans-dropdown>button:active,body .masterstudy-buy-button_plans-dropdown>button:focus,body .masterstudy-buy-button_plans-dropdown>button:hover{outline-offset:0;border:0;background-color:var(--accent-100);color:#fff}body .masterstudy-buy-button_plans-dropdown>a:active span,body .masterstudy-buy-button_plans-dropdown>a:focus span,body .masterstudy-buy-button_plans-dropdown>a:hover span,body .masterstudy-buy-button_plans-dropdown>button:active span,body .masterstudy-buy-button_plans-dropdown>button:focus span,body .masterstudy-buy-button_plans-dropdown>button:hover span{color:#fff}body .masterstudy-buy-button_plans-dropdown__title{display:block;margin:10px 0;font-weight:500;font-size:14px;color:#4d5e6f}body .masterstudy-buy-button_plans-dropdown .masterstudy-buy-button__title,body .masterstudy-buy-button_plans-dropdown__label{width:100%;text-transform:none;font-weight:700;font-size:14px;color:var(--accent-100)}body .masterstudy-buy-button_plans-dropdown__price{font-weight:500;font-size:14px;color:#808c98}body .masterstudy-buy-button.dropdown-show{z-index:100}body .masterstudy-buy-button.dropdown-show .masterstudy-buy-button_plans-dropdown{display:block;-webkit-transform:translateY(-4px);transform:translateY(-4px);-webkit-animation:bounce .2s 1;animation:bounce .2s 1;visibility:visible;opacity:1}body .masterstudy-buy-button.dropdown-show:after{margin-top:-6px;-webkit-transform:rotate(180deg) translateY(-50%);transform:rotate(180deg) translateY(-50%)}body .masterstudy-buy-button_style-dark-mode .masterstudy-buy-button_plans-dropdown{background-color:#1e1e1e;box-shadow:0 10px 40px 0 rgba(0,0,0,.25)}body .masterstudy-buy-button_style-dark-mode .masterstudy-buy-button_plans-dropdown__price,body .masterstudy-buy-button_style-dark-mode .masterstudy-buy-button_plans-dropdown__title{color:rgba(255,255,255,.7)}@-webkit-keyframes bounce{0%,100%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-4px);transform:translateY(-4px)}}@keyframes bounce{0%,100%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-4px);transform:translateY(-4px)}}body.rtl .masterstudy-buy-button.masterstudy-buy-button_dropdown{padding-right:0;padding-left:25px}body.rtl .masterstudy-buy-button.masterstudy-buy-button_dropdown::after{left:20px;right:auto}body.rtl .masterstudy-buy-button__title{text-align:right}
.masterstudy-membership-modal{display:none;justify-content:center;align-items:center;position:fixed;top:0;right:0;bottom:0;left:0;white-space:normal;background:rgba(0,0,0,.4);z-index:99;opacity:0;visibility:hidden;color:#001931}.masterstudy-membership-modal__wrapper{position:absolute;top:60%;left:50%;width:500px;padding:30px;background:#fff;border-radius:10px;box-shadow:0 20px 40px 0 rgba(0,0,0,.25);-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);transition:all .4s;opacity:0;visibility:hidden;z-index:10}.masterstudy-membership-modal__wrapper.active{top:50%;opacity:1;visibility:visible}@media (max-width:540px){.masterstudy-membership-modal__wrapper{width:calc(100% - 30px);padding:20px}}.masterstudy-membership-modal__header{display:flex;align-items:flex-start}.masterstudy-membership-modal__header h2{margin:0;font-size:20px;font-weight:700;line-height:normal;text-align:left}.masterstudy-membership-modal__header span{display:flex;align-items:center;justify-content:center;min-width:25px;min-height:25px;border-radius:50%;background-color:#eef1f7;font-size:12px;color:#808c98;cursor:pointer}.masterstudy-membership-modal__header span:before{color:#808c98}.masterstudy-membership-modal__header span.masterstudy-membership-modal__header-title-close{margin-right:0;margin-left:auto}.masterstudy-membership-modal__header span:hover{background-color:var(--accent-10);color:var(--accent-50)}.masterstudy-membership-modal__header span:hover:before{color:var(--accent-50)}.masterstudy-membership-modal__content{padding:10px 0 0}.masterstudy-membership-modal__close{position:fixed;top:0;right:0;bottom:0;left:0}.masterstudy-membership-modal.active{display:block;opacity:1;visibility:visible}.masterstudy-membership-modal .masterstudy-membership{text-align:left}.masterstudy-membership-modal .masterstudy-membership__name{color:#4d5e6f;font-size:14px;font-weight:500}.masterstudy-membership-modal .masterstudy-membership__message{margin:30px 0 0;color:#001931;line-height:22px;font-size:16px;font-weight:500}.masterstudy-membership-modal .masterstudy-membership .masterstudy-button{display:inline-block;vertical-align:top;line-height:38px;margin:30px 0 0;cursor:pointer}.masterstudy-membership-modal .masterstudy-membership .masterstudy-button__title{line-height:38px}.masterstudy-membership-modal .masterstudy-membership .masterstudy-button.masterstudy-button_loading::before{margin-top:12.5px}.masterstudy-membership-modal-dark-mode .masterstudy-membership-modal__wrapper{background:#171717}.masterstudy-membership-modal-dark-mode .masterstudy-membership-modal__header h2{color:#fff}.masterstudy-membership-modal-dark-mode .masterstudy-membership-modal__header span{background-color:#1e1e1e;color:rgba(255,255,255,.5)}.masterstudy-membership-modal-dark-mode .masterstudy-membership__name{color:rgba(255,255,255,.7)}.masterstudy-membership-modal-dark-mode a .masterstudy-button__title{color:#fff!important}@media (max-width:1024px){.masterstudy-course-player-content__wrapper{overflow:visible}}
/*! elementor - v3.29.0 - 04-06-2025 */
.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-left:calc(-.5 * var(--grid-column-gap));margin-right: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-left:calc(.5 * var(--grid-column-gap));margin-right: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-left:0;margin-right: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-left:calc(-.5 * var(--grid-column-gap));margin-right: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-left:calc(.5 * var(--grid-column-gap));margin-right: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-left:0;margin-right: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-left:calc(-.5 * var(--grid-column-gap));margin-right: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-left:calc(.5 * var(--grid-column-gap));margin-right: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-left:0;margin-right:0}}