{"id":497,"date":"2021-07-08T08:58:54","date_gmt":"2021-07-08T08:58:54","guid":{"rendered":"http:\/\/zsip1katowice.edu.pl\/moskatowice\/contact\/"},"modified":"2026-02-12T20:35:22","modified_gmt":"2026-02-12T20:35:22","slug":"kontakt","status":"publish","type":"page","link":"https:\/\/zsip1katowice.edu.pl\/moskatowice\/kontakt\/","title":{"rendered":"Kontakt"},"content":{"rendered":"\n<p><\/p>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-a419d6df alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\">\n<!DOCTYPE html>\n<html lang=\"pl\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Kontakt &#8211; MOS Katowice<\/title>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Antonio:wght@700&#038;family=DM+Sans:wght@400;500;700&#038;display=swap\" rel=\"stylesheet\">\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        :root {\n            --primary: #0066CC;\n            --primary-dark: #004C99;\n            --secondary: #F5F5F5;\n            --accent: #FF6B35;\n            --text-dark: #333333;\n            --text-light: #FFFFFF;\n            --surface: #FFFFFF;\n            --border-light: #E0E0E0;\n        }\n\n        body {\n            font-family: 'DM Sans', sans-serif;\n            background: #F8F9FA;\n            min-height: 100vh;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            padding: 2rem;\n            position: relative;\n            overflow-x: hidden;\n        }\n\n        body::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: \n                linear-gradient(135deg, rgba(0, 102, 204, 0.03) 0%, transparent 50%),\n                linear-gradient(45deg, rgba(255, 107, 53, 0.02) 50%, transparent 100%);\n            pointer-events: none;\n        }\n\n        .container {\n            max-width: 1200px;\n            width: 100%;\n            position: relative;\n            z-index: 1;\n            animation: slideUp 0.8s cubic-bezier(0.16, 1, 0.3, 1);\n        }\n\n        @keyframes slideUp {\n            from {\n                opacity: 0;\n                transform: translateY(40px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        .contact-card {\n            background: var(--text-light);\n            border-radius: 24px;\n            overflow: hidden;\n            box-shadow: \n                0 8px 32px rgba(0, 0, 0, 0.08),\n                0 0 0 1px rgba(0, 0, 0, 0.05);\n            display: grid;\n            grid-template-columns: 1fr 1.2fr;\n            position: relative;\n        }\n\n        .hero-section {\n            background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);\n            padding: 4rem 3rem;\n            position: relative;\n            overflow: hidden;\n            display: flex;\n            flex-direction: column;\n            justify-content: space-between;\n        }\n\n        .hero-section::before {\n            content: '';\n            position: absolute;\n            top: -30%;\n            right: -20%;\n            width: 350px;\n            height: 350px;\n            background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, transparent 70%);\n            border-radius: 50%;\n        }\n\n        .hero-section::after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            right: 0;\n            height: 200px;\n            background: url(\"data:image\/svg+xml,%3Csvg width='100' height='100' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath d='M0 50 Q 25 25, 50 50 T 100 50' stroke='rgba(255,255,255,0.05)' stroke-width='2' fill='none'\/%3E%3C\/svg%3E\");\n            background-size: 100px 100px;\n            opacity: 0.3;\n        }\n\n        .logo-area {\n            position: relative;\n            z-index: 2;\n            margin-bottom: 2rem;\n        }\n\n        .logo-text {\n            font-family: 'Antonio', sans-serif;\n            font-size: 3.5rem;\n            font-weight: 700;\n            color: var(--text-light);\n            line-height: 0.95;\n            letter-spacing: -0.02em;\n            margin-bottom: 0.5rem;\n            text-transform: uppercase;\n            animation: fadeInLeft 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.2s both;\n        }\n\n        @keyframes fadeInLeft {\n            from {\n                opacity: 0;\n                transform: translateX(-20px);\n            }\n            to {\n                opacity: 1;\n                transform: translateX(0);\n            }\n        }\n\n        .subtitle {\n            font-size: 1rem;\n            color: rgba(255, 255, 255, 0.85);\n            font-weight: 400;\n            line-height: 1.5;\n            position: relative;\n            z-index: 2;\n            animation: fadeInLeft 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.3s both;\n        }\n\n        .sport-icons {\n            display: flex;\n            gap: 1.5rem;\n            margin-top: 3rem;\n            position: relative;\n            z-index: 2;\n            animation: fadeInLeft 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.4s both;\n        }\n\n        .sport-icon {\n            width: 48px;\n            height: 48px;\n            background: rgba(255, 255, 255, 0.15);\n            backdrop-filter: blur(10px);\n            border-radius: 12px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 1.5rem;\n            transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);\n            border: 1px solid rgba(255, 255, 255, 0.2);\n        }\n\n        .sport-icon:hover {\n            background: rgba(255, 255, 255, 0.25);\n            transform: translateY(-4px);\n            box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);\n        }\n\n        .map-container {\n            width: 100%;\n            height: 280px;\n            margin-top: 2rem;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: \n                0 4px 16px rgba(0, 0, 0, 0.15),\n                0 0 0 1px rgba(255, 255, 255, 0.2);\n            position: relative;\n            z-index: 2;\n            animation: fadeInLeft 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.5s both;\n            background: rgba(255, 255, 255, 0.15);\n            backdrop-filter: blur(10px);\n        }\n\n        .map-container iframe {\n            filter: saturate(0.8) contrast(1.1);\n            transition: filter 0.3s ease;\n        }\n\n        .map-container:hover iframe {\n            filter: saturate(1) contrast(1);\n        }\n\n        .info-section {\n            padding: 4rem 3rem;\n            background: var(--text-light);\n        }\n\n        .section-title {\n            font-family: 'Antonio', sans-serif;\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--primary);\n            text-transform: uppercase;\n            letter-spacing: 0.15em;\n            margin-bottom: 2rem;\n            animation: fadeIn 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.5s both;\n        }\n\n        @keyframes fadeIn {\n            from { opacity: 0; }\n            to { opacity: 1; }\n        }\n\n        .contact-grid {\n            display: grid;\n            gap: 2rem;\n        }\n\n        .contact-item {\n            display: flex;\n            gap: 1.5rem;\n            align-items: flex-start;\n            padding: 1.5rem;\n            background: var(--surface);\n            border-radius: 16px;\n            transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);\n            border: 2px solid transparent;\n            position: relative;\n            overflow: hidden;\n            animation: slideInRight 0.6s cubic-bezier(0.16, 1, 0.3, 1) both;\n        }\n\n        .contact-item:nth-child(1) { animation-delay: 0.6s; }\n        .contact-item:nth-child(2) { animation-delay: 0.7s; }\n        .contact-item:nth-child(3) { animation-delay: 0.8s; }\n\n        @keyframes slideInRight {\n            from {\n                opacity: 0;\n                transform: translateX(30px);\n            }\n            to {\n                opacity: 1;\n                transform: translateX(0);\n            }\n        }\n\n        .contact-item::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 4px;\n            height: 100%;\n            background: var(--primary);\n            transform: scaleY(0);\n            transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);\n            transform-origin: top;\n        }\n\n        .contact-item:hover {\n            transform: translateX(8px);\n            border-color: var(--primary);\n            box-shadow: \n                0 8px 24px rgba(0, 102, 204, 0.12),\n                0 0 0 1px rgba(0, 102, 204, 0.08);\n        }\n\n        .contact-item:hover::before {\n            transform: scaleY(1);\n        }\n\n        .icon-wrapper {\n            width: 56px;\n            height: 56px;\n            min-width: 56px;\n            background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);\n            border-radius: 14px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 1.5rem;\n            color: var(--text-light);\n            box-shadow: 0 4px 12px rgba(0, 102, 204, 0.25);\n            transition: all 0.3s ease;\n        }\n\n        .contact-item:hover .icon-wrapper {\n            transform: scale(1.1) rotate(-5deg);\n            box-shadow: 0 8px 20px rgba(0, 102, 204, 0.35);\n        }\n\n        .contact-content {\n            flex: 1;\n        }\n\n        .contact-label {\n            font-size: 0.875rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            text-transform: uppercase;\n            letter-spacing: 0.08em;\n            margin-bottom: 0.5rem;\n            opacity: 0.6;\n        }\n\n        .contact-value {\n            font-size: 1.125rem;\n            color: var(--text-dark);\n            font-weight: 500;\n            line-height: 1.6;\n            word-break: break-word;\n        }\n\n        .contact-value a {\n            color: var(--text-dark);\n            text-decoration: none;\n            position: relative;\n            transition: color 0.3s ease;\n        }\n\n        .contact-value a::after {\n            content: '';\n            position: absolute;\n            bottom: -2px;\n            left: 0;\n            width: 100%;\n            height: 2px;\n            background: var(--primary);\n            transform: scaleX(0);\n            transform-origin: right;\n            transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);\n        }\n\n        .contact-value a:hover {\n            color: var(--primary);\n        }\n\n        .contact-value a:hover::after {\n            transform: scaleX(1);\n            transform-origin: left;\n        }\n\n        .rental-note {\n            margin-top: 3rem;\n            padding: 1.5rem;\n            background: linear-gradient(135deg, #FFF4E6 0%, #FFE8CC 100%);\n            border-radius: 16px;\n            border-left: 4px solid var(--accent);\n            animation: fadeIn 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.9s both;\n        }\n\n        .rental-note-title {\n            font-weight: 700;\n            color: var(--text-dark);\n            margin-bottom: 0.5rem;\n            display: flex;\n            align-items: center;\n            gap: 0.5rem;\n        }\n\n        .rental-note-text {\n            font-size: 0.95rem;\n            color: var(--text-dark);\n            opacity: 0.8;\n        }\n\n        @media (max-width: 968px) {\n            .contact-card {\n                grid-template-columns: 1fr;\n            }\n\n            .hero-section {\n                padding: 3rem 2rem;\n            }\n\n            .logo-text {\n                font-size: 2.5rem;\n            }\n\n            .info-section {\n                padding: 3rem 2rem;\n            }\n\n            .sport-icons {\n                margin-top: 2rem;\n            }\n\n            .map-container {\n                height: 220px;\n            }\n        }\n\n        @media (max-width: 640px) {\n            body {\n                padding: 1rem;\n            }\n\n            .hero-section {\n                padding: 2rem 1.5rem;\n            }\n\n            .info-section {\n                padding: 2rem 1.5rem;\n            }\n\n            .logo-text {\n                font-size: 2rem;\n            }\n\n            .contact-item {\n                padding: 1.25rem;\n                gap: 1rem;\n            }\n\n            .icon-wrapper {\n                width: 48px;\n                height: 48px;\n                min-width: 48px;\n            }\n\n            .sport-icons {\n                flex-wrap: wrap;\n                gap: 1rem;\n            }\n\n            .sport-icon {\n                width: 40px;\n                height: 40px;\n                font-size: 1.25rem;\n            }\n\n            .map-container {\n                height: 200px;\n                margin-top: 1.5rem;\n            }\n        }\n\n        @media (prefers-reduced-motion: reduce) {\n            *, *::before, *::after {\n                animation-duration: 0.01ms !important;\n                animation-iteration-count: 1 !important;\n                transition-duration: 0.01ms !important;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"container\">\n        <div class=\"contact-card\">\n            <div class=\"hero-section\">\n                <div class=\"logo-area\">\n                    <div class=\"logo-text\">MOS<br>KATOWICE<\/div>\n                    <div class=\"subtitle\">\n                        Mi\u0119dzyszkolny O\u015brodek Sportowy<br>\n                        w Zespole Szk\u00f3\u0142 i Plac\u00f3wek Nr 1<br>\n                        w Katowicach\n                    <\/div>\n                <\/div>\n                \n                <div class=\"sport-icons\">\n                    <div class=\"sport-icon\">\ud83c\udfca<\/div>\n                    <div class=\"sport-icon\">\ud83c\udfc0<\/div>\n                    <div class=\"sport-icon\">\ud83c\udfc3<\/div>\n                    <div class=\"sport-icon\">\u26bd<\/div>\n                <\/div>\n\n                <div class=\"map-container\">\n                    <iframe \n                        src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m18!1m12!1m3!1d2551.5698786842856!2d19.020548476819284!3d50.25644797156384!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x4716ce3c5f8c8c8f%3A0x8e8e8e8e8e8e8e8e!2sIgnacego%20Jana%20Paderewskiego%2046A%2C%2040-282%20Katowice!5e0!3m2!1spl!2spl!4v1707749876543!5m2!1spl!2spl\" \n                        width=\"100%\" \n                        height=\"100%\" \n                        style=\"border:0; border-radius: 12px;\" \n                        allowfullscreen=\"\" \n                        loading=\"lazy\" \n                        referrerpolicy=\"no-referrer-when-downgrade\">\n                    <\/iframe>\n                <\/div>\n            <\/div>\n\n            <div class=\"info-section\">\n                <h2 class=\"section-title\">Skontaktuj si\u0119 z nami<\/h2>\n                \n                <div class=\"contact-grid\">\n                    <div class=\"contact-item\">\n                        <div class=\"icon-wrapper\">\ud83d\udccd<\/div>\n                        <div class=\"contact-content\">\n                            <div class=\"contact-label\">Adres<\/div>\n                            <div class=\"contact-value\">\n                                ul. Paderewskiego 46A<br>\n                                40-282 Katowice\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"contact-item\">\n                        <div class=\"icon-wrapper\">\ud83d\udcde<\/div>\n                        <div class=\"contact-content\">\n                            <div class=\"contact-label\">Telefon<\/div>\n                            <div class=\"contact-value\">\n                                <a href=\"tel:+48322555036\">32 255 50 36<\/a>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"contact-item\">\n                        <div class=\"icon-wrapper\">\u2709\ufe0f<\/div>\n                        <div class=\"contact-content\">\n                            <div class=\"contact-label\">E-mail<\/div>\n                            <div class=\"contact-value\">\n                                <a href=\"mailto:sekretariat@zsip1katowice.edu.pl\">sekretariat@zsip1katowice.edu.pl<\/a>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"rental-note\">\n                    <div class=\"rental-note-title\">\n                        \ud83d\udca1 Informacja\n                    <\/div>\n                    <div class=\"rental-note-text\">\n                        Kontakt dost\u0119pny r\u00f3wnie\u017c w sprawie wynajmu o\u015brodka sportowego\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/body>\n<\/html>\n<\/div><\/div>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Kontakt &#8211; MOS Katowice MOSKATOWICE Mi\u0119dzyszkolny O\u015brodek Sportowy w Zespole Szk\u00f3\u0142 i Plac\u00f3wek Nr 1 w Katowicach \ud83c\udfca \ud83c\udfc0 \ud83c\udfc3 \u26bd Skontaktuj si\u0119 z nami \ud83d\udccd Adres ul. Paderewskiego 46A 40-282 Katowice \ud83d\udcde Telefon 32 255 50 36 \u2709\ufe0f E-mail sekretariat@zsip1katowice.edu.pl \ud83d\udca1 Informacja Kontakt dost\u0119pny r\u00f3wnie\u017c w sprawie wynajmu o\u015brodka sportowego<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_eb_attr":"","inline_featured_image":false,"_uag_custom_page_level_css":"","site-sidebar-layout":"no-sidebar","site-content-layout":"page-builder","ast-site-content-layout":"full-width-container","site-content-style":"unboxed","site-sidebar-style":"unboxed","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"disabled","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-497","page","type-page","status-publish","hentry"],"spectra_custom_meta":{"site-post-title":["disabled"],"site-sidebar-layout":["no-sidebar"],"site-content-layout":["page-builder"],"ast-featured-img":["disabled"],"ast-breadcrumbs-content":["disabled"],"theme-transparent-header-meta":["default"],"_elementor_template_type":["wp-page"],"_elementor_version":["3.11.5"],"_astra_content_layout_flag":["disabled"],"ast-title-bar-display":["disabled"],"_wp_page_template":["default"],"_elementor_data":["[{\"id\":\"lffkdld\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"background_color\":\"#F8F8F8\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":2817,\"url\":\"http:\\\/\\\/zsip1katowice.edu.pl\\\/moskatowice\\\/wp-content\\\/uploads\\\/2023\\\/02\\\/leaf02.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.08000000000000000166533453693773481063544750213623046875,\"sizes\":[]},\"content_position\":\"middle\",\"structure\":\"20\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"dac465c\"}]},\"elements\":[{\"id\":\"5d6546b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"150\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"space_between_widgets\":0,\"background_color\":\"#FFFFFF\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"7d43861\"}]},\"elements\":[{\"id\":\"65362c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kontakt\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"dc239dd\"}],\"__globals__\":{\"title_color\":\"globals\\\/colors?id=astglobalcolor8\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3798e05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>R\\u00f3wnie\\u017c w sprawie wynajmu o\\u015brodka<\\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"48b52c1\"}],\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"7cdcbbc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":100,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_position\":\"center\",\"space_between_widgets\":0,\"background_color\":\"#F8F8F8\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f4febe2\"}]},\"elements\":[{\"id\":\"034f10d\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Paderewskiego 46A, 40-282 Katowice\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"c1de3ce\"},{\"text\":\"32 255 50 36\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"416e692\"},{\"text\":\"sekretariat@zsip1katowice.edu.pl\",\"selected_icon\":{\"value\":\"fas fa-mail-bulk\",\"library\":\"fa-solid\"},\"_id\":\"24bec71\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"2ccc1cf\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"b6797bc\",\"elType\":\"widget\",\"settings\":{\"address\":\"Paderewskiego 46A, 40-282 Katowice\",\"zoom\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":134,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-150\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_border_color\":\"#FFFFFF\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"cdbdd33\"}],\"css_filters_hue\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]"],"_yoast_wpseo_content_score":["90"],"_yoast_wpseo_estimated-reading-time-minutes":["1"],"astra-main-page-id":["57008"],"ast_self_id_57008":["1"],"_elementor_page_settings":["a:42:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-2)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-1)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;}s:28:\"astra_sites_body_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.5;}s:28:\"astra_sites_body_font_family\";s:5:\"Cairo\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:61;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;}s:33:\"astra_sites_heading_1_font_family\";s:23:\"'Big Shoulders Display'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:36:\"astra_sites_heading_1_text_transform\";s:9:\"uppercase\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;}s:33:\"astra_sites_heading_2_font_family\";s:23:\"'Big Shoulders Display'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:36:\"astra_sites_heading_2_text_transform\";s:9:\"uppercase\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:39:\"astra_sites_default_heading_font_family\";s:17:\"'Rakkas', display\";s:33:\"astra_sites_heading_3_font_family\";s:8:\"'Rakkas'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:33:\"astra_sites_heading_4_font_family\";s:8:\"'Rakkas'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_heading_5_font_family\";s:8:\"'Rakkas'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:10;}s:33:\"astra_sites_heading_6_font_family\";s:8:\"'Rakkas'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"400\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}"],"_elementor_data_bckp":["[{\"id\":\"0a89671\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"50\",\"sizes\":[]},\"column_position\":\"stretch\",\"background_background\":\"gradient\",\"background_color\":\"#F5F7F9\",\"background_color_b\":\"#F5F7F900\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"56e4427\"}],\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"30\",\"sizes\":[]},\"structure\":\"20\"},\"elements\":[{\"id\":\"d7fa5ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6b795a0\"}],\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"17\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a388d19\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a5beae3\"}],\"__globals__\":{\"color\":\"globals\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3f4b129\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact us\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"751a132\"}],\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"53003bf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please let us know lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f85ae41\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"d3aa752\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.3\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"50\",\"bottom\":\"25\",\"left\":\"50\",\"isLinked\":\"\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"90bd20d\"}],\"background_color\":\"#FFFFFF\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"25\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e52668c\",\"elType\":\"widget\",\"settings\":{\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"1476892\"}],\"wp\":{\"title\":\"\",\"form_id\":\"543\"}},\"elements\":[],\"widgetType\":\"wp-widget-wpforms-widget\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"ddb3e04\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"100\",\"sizes\":[]},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":\"\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"fdd1809\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2b1fd87\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"e26e2e0\"}],\"space_between_widgets_tablet\":\"10\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f7f796d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a5beae3\"}],\"__globals__\":{\"color\":\"globals\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"01375cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Award programs\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"751a132\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"25b9a5a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"For inquiries about lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"fdd1809\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cad6fb1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Email: awards@info.com\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"924ba0e\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"11\",\"sizes\":[]},\"text_color_hover\":\"#000000\",\"icon_typography_text_decoration\":\"underline\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"95ada7e\"}],\"space_between_tablet\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"},{\"id\":\"8a5e416\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"e26e2e0\"}],\"space_between_widgets_tablet\":\"10\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"space_between_widgets_mobile\":\"10\"},\"elements\":[{\"id\":\"f17af5c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a5beae3\"}],\"__globals__\":{\"color\":\"globals\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"269e286\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"751a132\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"45c6ea2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"For inquiries about lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"fdd1809\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"454781d\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Call: 929-242-6868\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"70480a3\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Email: events@info.com\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"924ba0e\"},{\"text\":\"Visit Help Center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f2b1824\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"11\",\"sizes\":[]},\"text_color_hover\":\"#000000\",\"icon_typography_text_decoration\":\"underline\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"95ada7e\"}],\"space_between_tablet\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"},{\"id\":\"10435c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"e26e2e0\"}],\"space_between_widgets_tablet\":\"10\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"11d19f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a5beae3\"}],\"__globals__\":{\"color\":\"globals\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"9ce2585\",\"elType\":\"widget\",\"settings\":{\"title\":\"Press &amp; Media\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"751a132\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"853fada\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>For inquiries about lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.<\/p>\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"fdd1809\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c299250\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Email: press@info.com\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"924ba0e\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"11\",\"sizes\":[]},\"text_color_hover\":\"#000000\",\"icon_typography_text_decoration\":\"underline\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"95ada7e\"}],\"space_between_tablet\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"},{\"id\":\"b0e279e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"e26e2e0\"}],\"space_between_widgets_tablet\":\"10\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6781979\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a5beae3\"}],\"__globals__\":{\"color\":\"globals\/colors?id=astrathemecolor\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"31a4a38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reprints\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"751a132\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d88ca3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>For inquiries about lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.<\/p>\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"fdd1809\"}],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d01fa4f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Call: 929-242-6868\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"70480a3\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Email: reprints@info.com\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"924ba0e\"},{\"text\":\"Visit Help Center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f2b1824\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"11\",\"sizes\":[]},\"text_color_hover\":\"#000000\",\"icon_typography_text_decoration\":\"underline\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"95ada7e\"}],\"space_between_tablet\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\/colors?id=astratextcolor\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]"],"_elementor_controls_usage":["a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:2;}s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:2;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:1;}s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:1;}}}}s:11:\"google_maps\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:11:\"section_map\";a:2:{s:7:\"address\";i:1;s:4:\"zoom\";i:1;}s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:1:{s:7:\"content\";a:5:{s:14:\"section_layout\";a:2:{s:3:\"gap\";i:1;s:16:\"content_position\";i:1;}s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}s:26:\"section_background_overlay\";a:1:{s:24:\"background_overlay_image\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:1;}}}}}"],"_wxr_import_user_slug":["alex"],"_astra_sites_imported_post":["1"],"_astra_sites_enable_for_batch":["1"],"_astra_sites_hotlink_imported":["1"],"_eael_custom_js":[""],"_edit_last":["1"],"_edit_lock":["1770928568:1"],"_eb_reusable_block_ids":["a:0:{}"],"_eael_post_view_count":["223"],"_eb_attr":[""],"inline_featured_image":[""],"_uag_custom_page_level_css":[""],"ast-site-content-layout":["full-width-container"],"site-content-style":["unboxed"],"site-sidebar-style":["unboxed"],"ast-global-header-display":[""],"ast-banner-title-visibility":[""],"ast-main-header-display":[""],"ast-hfb-above-header-display":[""],"ast-hfb-below-header-display":[""],"ast-hfb-mobile-header-display":[""],"footer-sml-layout":[""],"ast-disable-related-posts":[""],"adv-header-id-meta":[""],"stick-header-meta":[""],"header-above-stick-meta":[""],"header-main-stick-meta":[""],"header-below-stick-meta":[""],"astra-migrate-meta-layouts":["set"],"ast-page-background-enabled":["default"],"ast-page-background-meta":["a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}"],"ast-content-background-meta":["a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}"],"footnotes":[""],"ao_post_optimize":["a:6:{s:16:\"ao_post_optimize\";s:2:\"on\";s:19:\"ao_post_js_optimize\";s:2:\"on\";s:20:\"ao_post_css_optimize\";s:2:\"on\";s:12:\"ao_post_ccss\";s:2:\"on\";s:16:\"ao_post_lazyload\";s:2:\"on\";s:15:\"ao_post_preload\";s:0:\"\";}"],"_uag_css_file_name":["uag-css-497.css"],"_elementor_page_assets":["a:2:{s:6:\"styles\";a:3:{i:0;s:14:\"widget-heading\";i:1;s:16:\"widget-icon-list\";i:2;s:18:\"widget-google_maps\";}s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}"],"_uag_page_assets":["a:9:{s:3:\"css\";s:36265:\".wp-block-uagb-container{display:flex;position:relative;box-sizing:border-box;transition-property:box-shadow;transition-duration:0.2s;transition-timing-function:ease}.wp-block-uagb-container .spectra-container-link-overlay{bottom:0;left:0;position:absolute;right:0;top:0;z-index:10}.wp-block-uagb-container.uagb-is-root-container{margin-left:auto;margin-right:auto}.wp-block-uagb-container.alignfull.uagb-is-root-container .uagb-container-inner-blocks-wrap{display:flex;position:relative;box-sizing:border-box;margin-left:auto !important;margin-right:auto !important}.wp-block-uagb-container .wp-block-uagb-blockquote,.wp-block-uagb-container .wp-block-spectra-pro-login,.wp-block-uagb-container .wp-block-spectra-pro-register{margin:unset}.wp-block-uagb-container .uagb-container__video-wrap{height:100%;width:100%;top:0;left:0;position:absolute;overflow:hidden;-webkit-transition:opacity 1s;-o-transition:opacity 1s;transition:opacity 1s}.wp-block-uagb-container .uagb-container__video-wrap video{max-width:100%;width:100%;height:100%;margin:0;line-height:1;border:none;display:inline-block;vertical-align:baseline;-o-object-fit:cover;object-fit:cover;background-size:cover}.wp-block-uagb-container.uagb-layout-grid{display:grid;width:100%}.wp-block-uagb-container.uagb-layout-grid>.uagb-container-inner-blocks-wrap{display:inherit;width:inherit}.wp-block-uagb-container.uagb-layout-grid>.uagb-container-inner-blocks-wrap>.wp-block-uagb-container{max-width:unset !important;width:unset !important}.wp-block-uagb-container.uagb-layout-grid>.wp-block-uagb-container{max-width:unset !important;width:unset !important}.wp-block-uagb-container.uagb-layout-grid.uagb-is-root-container{margin-left:auto;margin-right:auto}.wp-block-uagb-container.uagb-layout-grid.uagb-is-root-container>.wp-block-uagb-container{max-width:unset !important;width:unset !important}.wp-block-uagb-container.uagb-layout-grid.alignwide.uagb-is-root-container{margin-left:auto;margin-right:auto}.wp-block-uagb-container.uagb-layout-grid.alignfull.uagb-is-root-container .uagb-container-inner-blocks-wrap{display:inherit;position:relative;box-sizing:border-box;margin-left:auto !important;margin-right:auto !important}body .wp-block-uagb-container>.uagb-container-inner-blocks-wrap>*:not(.wp-block-uagb-container):not(.wp-block-uagb-column):not(.wp-block-uagb-container):not(.wp-block-uagb-section):not(.uagb-container__shape):not(.uagb-container__video-wrap):not(.wp-block-spectra-pro-register):not(.wp-block-spectra-pro-login):not(.uagb-slider-container):not(.spectra-image-gallery__control-lightbox):not(.wp-block-uagb-info-box),body .wp-block-uagb-container>.uagb-container-inner-blocks-wrap,body .wp-block-uagb-container>*:not(.wp-block-uagb-container):not(.wp-block-uagb-column):not(.wp-block-uagb-container):not(.wp-block-uagb-section):not(.uagb-container__shape):not(.uagb-container__video-wrap):not(.wp-block-spectra-pro-register):not(.wp-block-spectra-pro-login):not(.uagb-slider-container):not(.spectra-container-link-overlay):not(.spectra-image-gallery__control-lightbox):not(.wp-block-uagb-lottie):not(.uagb-faq__outer-wrap){min-width:unset !important;width:100%;position:relative}body .ast-container .wp-block-uagb-container>.uagb-container-inner-blocks-wrap>.wp-block-uagb-container>ul,body .ast-container .wp-block-uagb-container>.uagb-container-inner-blocks-wrap>.wp-block-uagb-container ol,body .ast-container .wp-block-uagb-container>.uagb-container-inner-blocks-wrap>ul,body .ast-container .wp-block-uagb-container>.uagb-container-inner-blocks-wrap ol{max-width:-webkit-fill-available;margin-block-start:0;margin-block-end:0;margin-left:20px}.ast-plain-container .editor-styles-wrapper .block-editor-block-list__layout.is-root-container .uagb-is-root-container.wp-block-uagb-container.alignwide{margin-left:auto;margin-right:auto}.uagb-container__shape{overflow:hidden;position:absolute;left:0;width:100%;line-height:0;direction:ltr}.uagb-container__shape-top{top:-3px}.uagb-container__shape-bottom{bottom:-3px}.uagb-container__shape.uagb-container__invert.uagb-container__shape-bottom,.uagb-container__shape.uagb-container__invert.uagb-container__shape-top{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.uagb-container__shape.uagb-container__shape-flip svg{transform:translateX(-50%) rotateY(180deg)}.uagb-container__shape svg{display:block;width:-webkit-calc(100% + 1.3px);width:calc(100% + 1.3px);position:relative;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.uagb-container__shape .uagb-container__shape-fill{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.uagb-container__shape.uagb-container__shape-above-content{z-index:9;pointer-events:none}.nv-single-page-wrap .nv-content-wrap.entry-content .wp-block-uagb-container.alignfull{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}@media only screen and (max-width: 767px){.wp-block-uagb-container .wp-block-uagb-advanced-heading{width:-webkit-fill-available}}.wp-block-uagb-image--align-none{justify-content:center}\n.wp-block-uagb-container.uagb-block-a419d6df .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-a419d6df .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-a419d6df .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-a419d6df .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-a419d6df .uagb-container__video-wrap video{opacity: 1;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-a419d6df{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-a419d6df > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1200px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;row-gap: 20px;column-gap: 20px;}.wp-block-uagb-container.uagb-block-a419d6df{box-shadow: 0px 0px   #00000070 ;padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;overflow: visible;order: initial;border-color: inherit;row-gap: 20px;column-gap: 20px;}@media only screen and (max-width: 976px) {.wp-block-uagb-container.uagb-is-root-container .uagb-block-a419d6df{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-a419d6df > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1024px);max-width: var(--inner-content-custom-width);width: 100%;}.wp-block-uagb-container.uagb-block-a419d6df{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;}}@media only screen and (max-width: 767px) {.wp-block-uagb-container.uagb-is-root-container .uagb-block-a419d6df{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-a419d6df > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;}.wp-block-uagb-container.uagb-block-a419d6df{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;}}.uag-blocks-common-selector{z-index:var(--z-index-desktop) !important}@media (max-width: 976px){.uag-blocks-common-selector{z-index:var(--z-index-tablet) !important}}@media (max-width: 767px){.uag-blocks-common-selector{z-index:var(--z-index-mobile) !important}}\n.wp-block-uagb-image{display:flex}.wp-block-uagb-image__figure{position:relative;display:flex;flex-direction:column;max-width:100%;height:auto;margin:0}.wp-block-uagb-image__figure img{height:auto;display:flex;max-width:100%;transition:box-shadow 0.2s ease}.wp-block-uagb-image__figure>a{display:inline-block}.wp-block-uagb-image__figure figcaption{text-align:center;margin-top:0.5em;margin-bottom:1em}.wp-block-uagb-image .components-placeholder.block-editor-media-placeholder .components-placeholder__instructions{align-self:center}.wp-block-uagb-image--align-left{text-align:left}.wp-block-uagb-image--align-right{text-align:right}.wp-block-uagb-image--align-center{text-align:center}.wp-block-uagb-image--align-full .wp-block-uagb-image__figure{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);max-width:100vw;width:100vw;height:auto}.wp-block-uagb-image--align-full .wp-block-uagb-image__figure img{height:auto;width:100% !important}.wp-block-uagb-image--align-wide .wp-block-uagb-image__figure img{height:auto;width:100%}.wp-block-uagb-image--layout-overlay__color-wrapper{position:absolute;left:0;top:0;right:0;bottom:0;opacity:0.2;background:rgba(0,0,0,0.5);transition:opacity 0.35s ease-in-out}.wp-block-uagb-image--layout-overlay-link{position:absolute;left:0;right:0;bottom:0;top:0}.wp-block-uagb-image--layout-overlay .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__color-wrapper{opacity:1}.wp-block-uagb-image--layout-overlay__inner{position:absolute;left:15px;right:15px;bottom:15px;top:15px;display:flex;align-items:center;justify-content:center;flex-direction:column;border-color:#fff;transition:0.35s ease-in-out}.wp-block-uagb-image--layout-overlay__inner.top-left,.wp-block-uagb-image--layout-overlay__inner.top-center,.wp-block-uagb-image--layout-overlay__inner.top-right{justify-content:flex-start}.wp-block-uagb-image--layout-overlay__inner.bottom-left,.wp-block-uagb-image--layout-overlay__inner.bottom-center,.wp-block-uagb-image--layout-overlay__inner.bottom-right{justify-content:flex-end}.wp-block-uagb-image--layout-overlay__inner.top-left,.wp-block-uagb-image--layout-overlay__inner.center-left,.wp-block-uagb-image--layout-overlay__inner.bottom-left{align-items:flex-start}.wp-block-uagb-image--layout-overlay__inner.top-right,.wp-block-uagb-image--layout-overlay__inner.center-right,.wp-block-uagb-image--layout-overlay__inner.bottom-right{align-items:flex-end}.wp-block-uagb-image--layout-overlay__inner .uagb-image-heading{color:#fff;transition:transform 0.35s, opacity 0.35s ease-in-out;transform:translate3d(0, 24px, 0);margin:0;line-height:1em}.wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{width:30%;border-top-width:2px;border-top-color:#fff;border-top-style:solid;margin-bottom:10px;opacity:0;transition:transform 0.4s, opacity 0.4s ease-in-out;transform:translate3d(0, 30px, 0)}.wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity:0;overflow:visible;color:#fff;transition:transform 0.45s, opacity 0.45s ease-in-out;transform:translate3d(0, 35px, 0)}.wp-block-uagb-image--layout-overlay__inner:hover .uagb-image-heading,.wp-block-uagb-image--layout-overlay__inner:hover .uagb-image-separator,.wp-block-uagb-image--layout-overlay__inner:hover .uagb-image-caption{opacity:1;transform:translate3d(0, 0, 0)}.wp-block-uagb-image--effect-zoomin .wp-block-uagb-image__figure img,.wp-block-uagb-image--effect-zoomin .wp-block-uagb-image__figure .wp-block-uagb-image--layout-overlay__color-wrapper{transform:scale(1);transition:transform 0.35s ease-in-out}.wp-block-uagb-image--effect-zoomin .wp-block-uagb-image__figure:hover img,.wp-block-uagb-image--effect-zoomin .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__color-wrapper{transform:scale(1.05)}.wp-block-uagb-image--effect-slide .wp-block-uagb-image__figure img,.wp-block-uagb-image--effect-slide .wp-block-uagb-image__figure .wp-block-uagb-image--layout-overlay__color-wrapper{width:calc(100% + 40px) !important;max-width:none !important;transform:translate3d(-40px, 0, 0);transition:transform 0.35s ease-in-out}.wp-block-uagb-image--effect-slide .wp-block-uagb-image__figure:hover img,.wp-block-uagb-image--effect-slide .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__color-wrapper{transform:translate3d(0, 0, 0)}.wp-block-uagb-image--effect-grayscale img{filter:grayscale(0%);transition:0.35s ease-in-out}.wp-block-uagb-image--effect-grayscale:hover img{filter:grayscale(100%)}.wp-block-uagb-image--effect-blur img{filter:blur(0);transition:0.35s ease-in-out}.wp-block-uagb-image--effect-blur:hover img{filter:blur(3px)}\n.uagb-block-6bff09db.wp-block-uagb-image--layout-default figure img{box-shadow: 0px 0px 0 #00000070;}.uagb-block-6bff09db.wp-block-uagb-image .wp-block-uagb-image__figure figcaption{font-style: normal;align-self: center;}.uagb-block-6bff09db.wp-block-uagb-image--layout-overlay figure img{box-shadow: 0px 0px 0 #00000070;}.uagb-block-6bff09db.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__color-wrapper{opacity: 0.2;}.uagb-block-6bff09db.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner{left: 15px;right: 15px;top: 15px;bottom: 15px;}.uagb-block-6bff09db.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-heading{font-style: normal;color: #fff;opacity: 1;}.uagb-block-6bff09db.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-heading a{color: #fff;}.uagb-block-6bff09db.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity: 0;}.uagb-block-6bff09db.wp-block-uagb-image--layout-overlay .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__color-wrapper{opacity: 1;}.uagb-block-6bff09db.wp-block-uagb-image .wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{width: 30%;border-top-width: 2px;border-top-color: #fff;opacity: 0;}.uagb-block-6bff09db.wp-block-uagb-image .wp-block-uagb-image__figure img{object-fit: cover;width: 774px;height: auto;}.uagb-block-6bff09db.wp-block-uagb-image .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity: 1;}.uagb-block-6bff09db.wp-block-uagb-image .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{opacity: 1;}.uagb-block-6bff09db.wp-block-uagb-image--layout-default figure:hover img{box-shadow: 0px 0px 0 #00000070;}.uagb-block-6bff09db.wp-block-uagb-image--layout-overlay figure:hover img{box-shadow: 0px 0px 0 #00000070;}@media only screen and (max-width: 976px) {.uagb-block-6bff09db.wp-block-uagb-image .wp-block-uagb-image__figure img{width: 774px;height: auto;}}@media only screen and (max-width: 767px) {.uagb-block-6bff09db.wp-block-uagb-image .wp-block-uagb-image__figure img{width: 774px;height: auto;}}.uagb-ifb-content>svg *{-webkit-transition:all 0.2s;-o-transition:all 0.2s;transition:all 0.2s}.uagb-ifb-content>svg,.uagb-ifb-content{display:inline-block}.uagb-ifb-content>svg{vertical-align:middle;width:inherit;height:inherit;font-style:initial}.uagb-ifb-content .uagb-ifb-icon-wrap svg{box-sizing:content-box;width:inherit;height:inherit}.uagb-ifb-button-wrapper:empty{display:none}div.uagb-ifb-button-wrapper a.uagb-infobox-cta-link,div.uagb-ifb-cta a.uagb-infobox-cta-link,.entry .entry-content a.uagb-infobox-cta-link,a.uagb-infobox-link-wrap,.entry .entry-content a.uagb-infobox-link-wrap{text-decoration:none;align-items:center}.uagb-infobox-icon-left-title.uagb-infobox-image-valign-middle .uagb-ifb-title-wrap,.uagb-infobox-icon-right-title.uagb-infobox-image-valign-middle .uagb-ifb-title-wrap,.uagb-infobox-image-valign-middle .uagb-ifb-icon-wrap,.uagb-infobox-image-valign-middle .uagb-ifb-image-content,.uagb-infobox-icon-left.uagb-infobox-image-valign-middle .uagb-ifb-content,.uagb-infobox-icon-right.uagb-infobox-image-valign-middle .uagb-ifb-content{-ms-flex-item-align:center;-webkit-align-self:center;align-self:center}.uagb-infobox-icon-left-title.uagb-infobox-image-valign-top .uagb-ifb-title-wrap,.uagb-infobox-icon-right-title.uagb-infobox-image-valign-top .uagb-ifb-title-wrap,.uagb-infobox-image-valign-top .uagb-ifb-icon-wrap,.uagb-infobox-image-valign-top .uagb-ifb-image-content,.uagb-infobox-icon-left.uagb-infobox-image-valign-top .uagb-ifb-content,.uagb-infobox-icon-right.uagb-infobox-image-valign-top .uagb-ifb-content{-webkit-align-self:self-start;align-self:self-start}.uagb-infobox-left{justify-content:flex-start;text-align:left;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start}.uagb-infobox-center{justify-content:center;text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-box-pack:center}.uagb-infobox-right{justify-content:flex-end;text-align:right;-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end}.uagb-infobox-icon-above-title.uagb-infobox__content-wrap,.uagb-infobox-icon-below-title.uagb-infobox__content-wrap{display:block;width:100%}.uagb-infobox-icon-left-title .uagb-ifb-content>svg,.uagb-infobox-icon-left .uagb-ifb-content>svg{margin-right:10px}.uagb-infobox-icon-right-title .uagb-ifb-content>svg,.uagb-infobox-icon-right .uagb-ifb-content>svg{margin-left:10px}.uagb-infobox-icon-left.uagb-infobox__content-wrap,.uagb-infobox-icon-right.uagb-infobox__content-wrap,.uagb-infobox-icon-left-title .uagb-ifb-left-title-image,.uagb-infobox-icon-right-title .uagb-ifb-right-title-image{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:-moz-box;display:flex;-js-display:flex}.uagb-infobox-icon-left-title .uagb-ifb-left-title-image .uagb-ifb-image-content,.uagb-infobox-icon-right-title .uagb-ifb-right-title-image .uagb-ifb-image-content,.uagb-infobox-icon-left .uagb-ifb-image-content,.uagb-infobox-icon-right .uagb-ifb-image-content{flex-shrink:0;line-height:0}.uagb-infobox-icon-left-title .uagb-ifb-left-title-image .uagb-ifb-title-wrap,.uagb-infobox-icon-right-title .uagb-ifb-right-title-image .uagb-ifb-title-wrap,.uagb-infobox-icon-left .uagb-ifb-content,.uagb-infobox-icon-right .uagb-ifb-content{flex-grow:1}.uagb-infobox-icon-right.uagb-infobox__content-wrap,.uagb-infobox-icon-right-title .uagb-ifb-right-title-image{-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;justify-content:flex-end}.uagb-ifb-content img{position:relative;display:inline-block;line-height:0;width:auto;height:auto !important;max-width:100%;border-radius:inherit;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;-webkit-border-radius:inherit}.uagb-infobox-module-link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:4;width:100%;height:100%}.uagb-edit-mode .uagb-infobox-module-link{z-index:2}.uagb-infobox-link-icon-after{margin-right:0;margin-left:5px}.uagb-infobox-link-icon-before{margin-right:5px;margin-left:0}.uagb-infobox-link-icon{-webkit-transition:all 200ms linear;transition:all 200ms linear}.uagb-infobox__content-wrap{box-sizing:border-box;position:relative;width:100%;word-break:break-word;z-index:1}.uagb-ifb-separator{display:inline-block;margin:0;border-top-color:#333;border-top-style:solid;border-top-width:2px;line-height:0}.uagb-ifb-button-wrapper{line-height:1}.uagb-ifb-button-wrapper.uagb-ifb-button-type-text .uagb-infobox-cta-link.wp-block-button__link{background-color:unset;border:none}.uagb-ifb-button-wrapper.uagb-ifb-button-type-text .uagb-infobox-cta-link.wp-block-button__link:hover{background-color:unset;border-color:unset}.uagb-ifb-button-wrapper .uagb-infobox-cta-link{cursor:pointer}.uagb-ifb-button-wrapper .uagb-infobox-cta-link.wp-block-button__link{width:auto}.uagb-ifb-button-wrapper .wp-block-button__link svg,.uagb-ifb-button-wrapper .ast-outline-button svg{fill:currentColor}.uagb-infobox__content-wrap a{-webkit-box-shadow:none;box-shadow:none;text-decoration:none}.uagb-ifb-title-wrap{width:100%}.uagb-ifb-title{margin-block-start:0}.uagb-ifb-title-wrap .uagb-ifb-title-prefix{display:block;padding:0;margin:0}.uagb-infobox__content-wrap.uagb-infobox__content-wrap{position:relative}.uagb-ifb-content{width:100%}.uagb-infobox__content-wrap.uagb-infobox,.uagb-ifb-content,.uagb-ifb-title-wrap,.uagb-ifb-title-prefix *,svg.dashicon.dashicons-upload{z-index:1}a.uagb-infobox-link-wrap{color:inherit}.uagb-ifb-content p:empty{display:none}.uagb-infobox__content-wrap .uagb-ifb-content img{display:inline-block;max-width:100%}.uagb-infobox__content-wrap .uagb-ifb-content svg{display:inline-block}.uagb-infobox__content-wrap .uagb-ifb-icon-wrap,.uagb-infobox-icon-left .uagb-ifb-image-content,.uagb-infobox-icon-right .uagb-ifb-image-content{box-sizing:content-box}.uagb-infobox-cta-link>svg{vertical-align:middle;width:15px;height:15px;font-size:15px}.uagb-infobox-cta-link{display:inline-flex}.block-editor-page #wpwrap .uagb-infobox-cta-link svg,.uagb-infobox-cta-link svg{font-style:normal}.uagb-infobox-icon-left-title .uagb-ifb-icon-wrap,.uagb-infobox-icon-left .uagb-ifb-icon-wrap{margin-right:10px;line-height:0}.uagb-infobox-icon-right-title .uagb-ifb-icon-wrap,.uagb-infobox-icon-right .uagb-ifb-icon-wrap{margin-left:10px;line-height:0}html[dir=\"rtl\"] .uagb-infobox-icon-left-title .uagb-ifb-icon-wrap,html[dir=\"rtl\"] .uagb-infobox-icon-left .uagb-ifb-icon-wrap{margin-left:10px;line-height:0}html[dir=\"rtl\"] .uagb-infobox-icon-right-title .uagb-ifb-icon-wrap,html[dir=\"rtl\"] .uagb-infobox-icon-right .uagb-ifb-icon-wrap{margin-right:10px;line-height:0}html[dir=\"rtl\"] .uagb-infobox-left{justify-content:flex-end;text-align:right;-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end}html[dir=\"rtl\"] .uagb-infobox-right{justify-content:flex-start;text-align:left;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start}.uagb-infobox-icon-left .uagb-ifb-left-right-wrap,.uagb-infobox-icon-right .uagb-ifb-left-right-wrap,.uagb-infobox-icon-left-title .uagb-ifb-left-title-image,.uagb-infobox-icon-right-title .uagb-ifb-right-title-image{display:-webkit-box;display:-ms-flexbox;display:flex}.uagb-infobox-icon-right .uagb-ifb-left-right-wrap,.uagb-infobox-icon-right-title .uagb-ifb-right-title-image{-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;justify-content:flex-end}a.uagb-infbox__link-to-all{position:absolute;top:0;left:0;z-index:3;width:100%;height:100%;box-shadow:none;text-decoration:none;-webkit-box-shadow:none}@media only screen and (max-width: 976px){.uagb-infobox-stacked-tablet.uagb-infobox__content-wrap .uagb-ifb-image-content{padding:0;margin-bottom:20px}.uagb-infobox-stacked-tablet.uagb-reverse-order-tablet.uagb-infobox__content-wrap{display:-webkit-inline-box;display:-ms-inline-flexbox;display:-webkit-inline-flex;display:-moz-inline-box;display:inline-flex;flex-direction:column-reverse;-js-display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;-webkit-flex-direction:column-reverse;-moz-box-orient:vertical;-moz-box-direction:reverse}.uagb-infobox-stacked-tablet.uagb-infobox__content-wrap .uagb-ifb-content,.uagb-infobox-stacked-tablet.uagb-infobox__content-wrap .uagb-ifb-icon-wrap,.uagb-infobox-stacked-tablet.uagb-infobox__content-wrap .uagb-ifb-image-content{display:block;width:100%;text-align:center}.uagb-infobox-stacked-tablet.uagb-infobox__content-wrap .uagb-ifb-icon-wrap,.uagb-infobox-stacked-tablet.uagb-infobox__content-wrap .uagb-ifb-image-content{margin-right:0;margin-left:0}.uagb-infobox-stacked-tablet.uagb-infobox__content-wrap{display:inline-block}.uagb-infobox-icon-left-title.uagb-infobox-stacked-tablet .uagb-ifb-image-content,.uagb-infobox-icon-left-title.uagb-infobox-stacked-tablet .uagb-ifb-icon-wrap,.uagb-infobox-icon-left.uagb-infobox-stacked-tablet .uagb-ifb-image-content,.uagb-infobox-icon-left.uagb-infobox-stacked-tablet .uagb-ifb-icon-wrap{margin-right:0}.uagb-infobox-icon-right-title.uagb-infobox-stacked-tablet .uagb-ifb-image-content,.uagb-infobox-icon-right-title.uagb-infobox-stacked-tablet .uagb-ifb-icon-wrap,.uagb-infobox-icon-right.uagb-infobox-stacked-tablet .uagb-ifb-image-content,.uagb-infobox-icon-right.uagb-infobox-stacked-tablet .uagb-ifb-icon-wrap{margin-left:0}.uagb-infobox-icon-left-title .uagb-ifb-separator{margin:10px 0}}@media screen and (max-width: 767px){.uagb-infobox-stacked-mobile.uagb-infobox__content-wrap{display:inline-block}.uagb-infobox-stacked-mobile.uagb-infobox__content-wrap .uagb-ifb-image-content,.uagb-infobox-stacked-mobile.uagb-infobox__content-wrap .uagb-ifb-icon-wrap{padding:0;margin-bottom:20px;margin-right:0;margin-left:0}.uagb-infobox-stacked-mobile.uagb-infobox__content-wrap.uagb-reverse-order-mobile{display:-webkit-inline-box;display:-ms-inline-flexbox;display:-webkit-inline-flex;display:-moz-inline-box;display:inline-flex;flex-direction:column-reverse;-js-display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;-webkit-flex-direction:column-reverse;-moz-box-orient:vertical;-moz-box-direction:reverse}.uagb-infobox-stacked-mobile.uagb-infobox__content-wrap .uagb-ifb-image-content,.uagb-infobox-stacked-mobile.uagb-infobox__content-wrap .uagb-ifb-icon-wrap,.uagb-infobox-stacked-mobile.uagb-infobox__content-wrap .uagb-ifb-content{display:block;width:100%;text-align:center}.uagb-infobox-icon-left-title.uagb-infobox-stacked-mobile .uagb-ifb-image-content,.uagb-infobox-icon-left-title.uagb-infobox-stacked-mobile .uagb-ifb-icon-wrap,.uagb-infobox-icon-left.uagb-infobox-stacked-mobile .uagb-ifb-image-content,.uagb-infobox-icon-left.uagb-infobox-stacked-mobile .uagb-ifb-icon-wrap{margin-right:0}.uagb-infobox-icon-right-title.uagb-infobox-stacked-mobile .uagb-ifb-image-content,.uagb-infobox-icon-right-title.uagb-infobox-stacked-mobile .uagb-ifb-icon-wrap,.uagb-infobox-icon-right.uagb-infobox-stacked-mobile .uagb-ifb-image-content,.uagb-infobox-icon-right.uagb-infobox-stacked-mobile .uagb-ifb-icon-wrap{margin-left:0}.uagb-infobox-icon-left-title .uagb-ifb-separator{margin:10px 0}}.uagb-ifb-icon svg{width:inherit;height:inherit;vertical-align:middle}.uagb-ifb-button-icon{height:15px;width:15px;font-size:15px;vertical-align:middle}.uagb-ifb-button-icon svg{height:inherit;width:inherit;display:inline-block}.uagb-ifb-button-icon.uagb-ifb-align-icon-after{float:right}.uagb-ifb-cta-button{display:inline-block}.uagb-disable-link{pointer-events:none}@media only screen and (min-width: 977px){.uagb-infobox-margin-wrapper{display:flex}}.uagb-ifb-content .uagb-ifb-desc p:last-child{margin-bottom:0}\n.uagb-block-481e2c39 .uagb-ifb-icon{width: 30px;line-height: 30px;}.uagb-block-481e2c39 .uagb-ifb-icon > span{font-size: 30px;width: 30px;line-height: 30px;color: #333;}.uagb-block-481e2c39 .uagb-ifb-icon svg{fill: #333;}.uagb-block-481e2c39.uagb-infobox__content-wrap .uagb-ifb-icon-wrap svg{width: 30px;height: 30px;line-height: 30px;font-size: 30px;color: #333;fill: #333;}.uagb-block-481e2c39 .uagb-ifb-content .uagb-ifb-icon-wrap svg{line-height: 30px;font-size: 30px;color: #333;fill: #333;}.uagb-block-481e2c39 .uagb-iconbox-icon-wrap{margin: auto;display: inline-flex;align-items: center;justify-content: center;box-sizing: content-box;width: 30px;height: 30px;line-height: 30px;padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 0px;}.uagb-block-481e2c39.uagb-infobox__content-wrap .uagb-ifb-icon-wrap > svg{padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 0px;}.uagb-block-481e2c39.uagb-infobox__content-wrap .uagb-ifb-content .uagb-ifb-icon-wrap > svg{padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 0px;}.uagb-block-481e2c39 .uagb-ifb-content .uagb-ifb-left-title-image svg{width: 30px;line-height: 30px;font-size: 30px;color: #333;fill: #333;}.uagb-block-481e2c39 .uagb-ifb-content .uagb-ifb-right-title-image svg{width: 30px;line-height: 30px;font-size: 30px;color: #333;fill: #333;}.uagb-block-481e2c39 .uagb-infobox__content-wrap .uagb-ifb-imgicon-wrap{padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 0px;}.uagb-block-481e2c39 .uagb-infobox .uagb-ifb-image-content img{border-radius: 0px;}.uagb-block-481e2c39.uagb-infobox__content-wrap img{padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 0px;border-radius: 0px;}.uagb-block-481e2c39.uagb-infobox__content-wrap .uagb-ifb-content .uagb-ifb-right-title-image > img{padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 0px;border-radius: 0px;}.uagb-block-481e2c39.uagb-infobox__content-wrap .uagb-ifb-content .uagb-ifb-left-title-image > img{padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 0px;border-radius: 0px;}.uagb-block-481e2c39.uagb-infobox__content-wrap .uagb-ifb-content > img{padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 0px;border-radius: 0px;}.uagb-block-481e2c39 .uagb-ifb-title-wrap .uagb-ifb-title-prefix{margin-bottom: 10px;margin-top: 5px;}.uagb-block-481e2c39.wp-block-uagb-info-box .uagb-ifb-title{margin-bottom: 10px;}.uagb-block-481e2c39.wp-block-uagb-info-box .uagb-ifb-desc{margin-bottom: 20px;}.uagb-block-481e2c39 .uagb-ifb-separator{width: 30%;border-top-width: 2px;border-top-color: #333;border-top-style: solid;margin-bottom: 0px;}.uagb-block-481e2c39 .uagb-infobox__content-wrap .uagb-ifb-separator{width: 30%;border-top-width: 2px;border-top-color: #333;border-top-style: solid;}.uagb-block-481e2c39 .uagb-ifb-align-icon-after{margin-left: 5px;}.uagb-block-481e2c39 .uagb-ifb-align-icon-before{margin-right: 5px;}.uagb-block-481e2c39.uagb-infobox__content-wrap .uagb-ifb-content svg{box-sizing: content-box;}.uagb-block-481e2c39.uagb-infobox__content-wrap .uagb-ifb-content img{box-sizing: content-box;}.uagb-block-481e2c39 .uagb-infobox__content-wrap{text-align: center;}.uagb-block-481e2c39.uagb-infobox-icon-above-title{text-align: center;}.uagb-block-481e2c39.uagb-infobox__content-wrap .uagb-infobox-cta-link > svg {margin-left: 5px;}[dir=rtl] .uagb-block-481e2c39 .uagb-iconbox-icon-wrap{padding-right: 0px;padding-left: 0px;}[dir=rtl] .uagb-block-481e2c39.uagb-infobox__content-wrap .uagb-ifb-icon-wrap > svg{padding-right: 0px;padding-left: 0px;}[dir=rtl] .uagb-block-481e2c39.uagb-infobox__content-wrap .uagb-ifb-content .uagb-ifb-icon-wrap > svg{padding-right: 0px;padding-left: 0px;}[dir=rtl] .uagb-block-481e2c39.uagb-infobox__content-wrap img{padding-right: 0px;padding-left: 0px;}[dir=rtl] .uagb-block-481e2c39.uagb-infobox__content-wrap .uagb-ifb-content .uagb-ifb-right-title-image > img{padding-right: 0px;padding-left: 0px;}[dir=rtl] .uagb-block-481e2c39.uagb-infobox__content-wrap .uagb-ifb-content .uagb-ifb-left-title-image > img{padding-right: 0px;padding-left: 0px;}[dir=rtl] .uagb-block-481e2c39.uagb-infobox__content-wrap .uagb-ifb-content > img{padding-right: 0px;padding-left: 0px;}[dir=rtl] .uagb-block-481e2c39.uagb-infobox__content-wrap{text-align: center;}[dir=rtl] .uagb-block-481e2c39.uagb-infobox-icon-above-title{text-align: center;}[dir=rtl] .uagb-block-481e2c39.uagb-infobox__content-wrap .uagb-infobox-cta-link > svg{margin-right: 5px;margin-left: 0px;}@media only screen and (max-width: 976px) {.uagb-block-481e2c39.uagb-infobox__content-wrap .uagb-ifb-icon-wrap > svg{width: 30px;height: 30px;line-height: 30px;font-size: 30px;}.uagb-block-481e2c39.uagb-infobox__content-wrap .uagb-ifb-content .uagb-ifb-icon-wrap > svg{line-height: 30px;font-size: 30px;}.uagb-block-481e2c39.uagb-infobox__content-wrap .uagb-ifb-content img{box-sizing: content-box;}.uagb-block-481e2c39 .uagb-ifb-icon{width: 30px;line-height: 30px;}.uagb-block-481e2c39 .uagb-ifb-icon > span{font-size: 30px;width: 30px;line-height: 30px;}.uagb-block-481e2c39 .uagb-iconbox-icon-wrap{width: 30px;height: 30px;line-height: 30px;}.uagb-block-481e2c39 .uagb-ifb-content .uagb-ifb-left-title-image > svg{width: 30px;line-height: 30px;font-size: 30px;}.uagb-block-481e2c39 .uagb-ifb-content .uagb-ifb-right-title-image > svg{width: 30px;line-height: 30px;font-size: 30px;}.uagb-block-481e2c39.uagb-infobox__content-wrap .uagb-infobox-cta-link > svg {margin-left: 5px;}[dir=rtl] .uagb-block-481e2c39.uagb-infobox__content-wrap .uagb-infobox-cta-link > svg{margin-right: 5px;margin-left: 0px;}}@media only screen and (max-width: 767px) {.uagb-block-481e2c39.uagb-infobox__content-wrap .uagb-ifb-icon-wrap > svg{width: 30px;height: 30px;line-height: 30px;font-size: 30px;}.uagb-block-481e2c39.uagb-infobox__content-wrap .uagb-ifb-content .uagb-ifb-icon-wrap > svg{line-height: 30px;font-size: 30px;}.uagb-block-481e2c39 .uagb-ifb-content .uagb-ifb-left-title-image > svg{width: 30px;line-height: 30px;font-size: 30px;}.uagb-block-481e2c39 .uagb-ifb-content .uagb-ifb-right-title-image > svg{width: 30px;line-height: 30px;font-size: 30px;}.uagb-block-481e2c39.uagb-infobox__content-wrap .uagb-ifb-content img{box-sizing: content-box;}.uagb-block-481e2c39 .uagb-ifb-icon{width: 30px;line-height: 30px;}.uagb-block-481e2c39 .uagb-ifb-icon > span{font-size: 30px;width: 30px;line-height: 30px;}.uagb-block-481e2c39 .uagb-iconbox-icon-wrap{width: 30px;height: 30px;line-height: 30px;}.uagb-block-481e2c39.uagb-infobox__content-wrap .uagb-infobox-cta-link > svg {margin-left: 5px;}[dir=rtl] .uagb-block-481e2c39.uagb-infobox__content-wrap .uagb-infobox-cta-link > svg{margin-right: 5px;margin-left: 0px;}}.uagb-google-map__wrap{display:flex}.uagb-google-map__wrap .uagb-google-map__iframe{width:100%;box-shadow:none;border:none;padding:0;margin:0}\n .uagb-block-898e1693 .uagb-google-map__iframe{height: 300px;}@media only screen and (max-width: 976px) { .uagb-block-898e1693 .uagb-google-map__iframe{height: 300px;}}@media only screen and (max-width: 767px) { .uagb-block-898e1693 .uagb-google-map__iframe{height: 300px;}} .uagb-block-225cace3 .uagb-google-map__iframe{height: 300px;}@media only screen and (max-width: 976px) { .uagb-block-225cace3 .uagb-google-map__iframe{height: 300px;}}@media only screen and (max-width: 767px) { .uagb-block-225cace3 .uagb-google-map__iframe{height: 300px;}}.uagb-block-00c653fd.wp-block-uagb-image--layout-default figure img{box-shadow: 0px 0px 0 #00000070;}.uagb-block-00c653fd.wp-block-uagb-image .wp-block-uagb-image__figure figcaption{font-style: normal;align-self: center;}.uagb-block-00c653fd.wp-block-uagb-image--layout-overlay figure img{box-shadow: 0px 0px 0 #00000070;}.uagb-block-00c653fd.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__color-wrapper{opacity: 0.2;}.uagb-block-00c653fd.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner{left: 15px;right: 15px;top: 15px;bottom: 15px;}.uagb-block-00c653fd.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-heading{font-style: normal;color: #fff;opacity: 1;}.uagb-block-00c653fd.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-heading a{color: #fff;}.uagb-block-00c653fd.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity: 0;}.uagb-block-00c653fd.wp-block-uagb-image--layout-overlay .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__color-wrapper{opacity: 1;}.uagb-block-00c653fd.wp-block-uagb-image .wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{width: 30%;border-top-width: 2px;border-top-color: #fff;opacity: 0;}.uagb-block-00c653fd.wp-block-uagb-image .wp-block-uagb-image__figure img{width: 64px;height: auto;}.uagb-block-00c653fd.wp-block-uagb-image .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity: 1;}.uagb-block-00c653fd.wp-block-uagb-image .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{opacity: 1;}.uagb-block-00c653fd.wp-block-uagb-image--layout-default figure:hover img{box-shadow: 0px 0px 0 #00000070;}.uagb-block-00c653fd.wp-block-uagb-image--layout-overlay figure:hover img{box-shadow: 0px 0px 0 #00000070;}@media only screen and (max-width: 976px) {.uagb-block-00c653fd.wp-block-uagb-image .wp-block-uagb-image__figure img{width: 64px;height: auto;}}@media only screen and (max-width: 767px) {.uagb-block-00c653fd.wp-block-uagb-image .wp-block-uagb-image__figure img{width: 64px;height: auto;}}\";s:2:\"js\";s:0:\"\";s:18:\"current_block_list\";a:22:{i:0;s:14:\"core\/paragraph\";i:1;s:14:\"uagb\/container\";i:2;s:9:\"core\/html\";i:3;s:11:\"core\/search\";i:4;s:10:\"core\/group\";i:5;s:12:\"core\/heading\";i:6;s:17:\"core\/latest-posts\";i:7;s:20:\"core\/latest-comments\";i:8;s:13:\"core\/archives\";i:9;s:15:\"core\/categories\";i:10;s:10:\"core\/image\";i:11;s:30:\"woocommerce\/product-categories\";i:12;s:14:\"core\/separator\";i:13;s:11:\"core\/spacer\";i:14;s:18:\"core\/legacy-widget\";i:15;s:26:\"woocommerce\/product-search\";i:16;s:24:\"woocommerce\/price-filter\";i:17;s:10:\"uagb\/image\";i:18;s:10:\"core\/cover\";i:19;s:27:\"essential-blocks\/google-map\";i:20;s:13:\"uagb\/info-box\";i:21;s:15:\"uagb\/google-map\";}s:8:\"uag_flag\";b:1;s:11:\"uag_version\";s:10:\"1777212916\";s:6:\"gfonts\";a:0:{}s:10:\"gfonts_url\";s:0:\"\";s:12:\"gfonts_files\";a:0:{}s:14:\"uag_faq_layout\";b:0;}"]},"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"admin","author_link":"https:\/\/zsip1katowice.edu.pl\/moskatowice\/author\/admin\/"},"uagb_comment_info":0,"uagb_excerpt":"Kontakt &#8211; MOS Katowice MOSKATOWICE Mi\u0119dzyszkolny O\u015brodek Sportowy w Zespole Szk\u00f3\u0142 i Plac\u00f3wek Nr 1 w Katowicach \ud83c\udfca \ud83c\udfc0 \ud83c\udfc3 \u26bd Skontaktuj si\u0119 z nami \ud83d\udccd Adres ul. Paderewskiego 46A 40-282 Katowice \ud83d\udcde Telefon 32 255 50 36 \u2709\ufe0f E-mail sekretariat@zsip1katowice.edu.pl \ud83d\udca1 Informacja Kontakt dost\u0119pny r\u00f3wnie\u017c w sprawie wynajmu o\u015brodka sportowego","_links":{"self":[{"href":"https:\/\/zsip1katowice.edu.pl\/moskatowice\/wp-json\/wp\/v2\/pages\/497","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/zsip1katowice.edu.pl\/moskatowice\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/zsip1katowice.edu.pl\/moskatowice\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/zsip1katowice.edu.pl\/moskatowice\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/zsip1katowice.edu.pl\/moskatowice\/wp-json\/wp\/v2\/comments?post=497"}],"version-history":[{"count":41,"href":"https:\/\/zsip1katowice.edu.pl\/moskatowice\/wp-json\/wp\/v2\/pages\/497\/revisions"}],"predecessor-version":[{"id":6924,"href":"https:\/\/zsip1katowice.edu.pl\/moskatowice\/wp-json\/wp\/v2\/pages\/497\/revisions\/6924"}],"wp:attachment":[{"href":"https:\/\/zsip1katowice.edu.pl\/moskatowice\/wp-json\/wp\/v2\/media?parent=497"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}